@font-face {
  font-family: 'MyriadProRegular';
  src: url("../eot/myriadpro-regular.eot");
  src: url("../eot/myriadpro-regular.eot") format("embedded-opentype"), url("../woff2/myriadpro-regular.woff2") format("woff2"), url("../woff/myriadpro-regular.woff") format("woff"), url("../ttf/myriadpro-regular.ttf") format("truetype"), url("../svg/myriadpro-regular.svg#MyriadProRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MyriadProSemibold';
  src: url("../eot/myriadpro-semibold.eot");
  src: url("../eot/myriadpro-semibold.eot") format("embedded-opentype"), url("../woff2/myriadpro-semibold.woff2") format("woff2"), url("../woff/myriadpro-semibold.woff") format("woff"), url("../ttf/myriadpro-semibold.ttf") format("truetype"), url("../svg/myriadpro-semibold.svg#MyriadProSemibold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MyriadHebrew-Regular';
  src: url("../eot/myriadhebrew-regulard41d.eot?#iefix") format("embedded-opentype"), url("../otf/myriadhebrew-regular.otf") format("opentype"), url("../woff/myriadhebrew-regular.woff") format("woff"), url("../ttf/myriadhebrew-regular.ttf") format("truetype"), url("../svg/myriadhebrew-regular.svg#MyriadHebrew-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.button--wayra {
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
  -webkit-transition: border-color 0.3s, color 0.3s;
  transition: border-color 0.3s, color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.button--wayra:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  background: #37474f;
  z-index: -1;
  -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
  -webkit-transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
}

.button--wayra:hover:before {
  opacity: 1;
  background-color: #3f51b5;
  background-color: #000;
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.cssload-whirlpool,
.cssload-whirlpool::before,
.cssload-whirlpool::after {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid #cccccc;
  border-left-color: #000;
  border-radius: 974px !important;
  -o-border-radius: 974px !important;
  -ms-border-radius: 974px !important;
  -webkit-border-radius: 974px !important;
  -moz-border-radius: 974px !important;
}

.cssload-whirlpool {
  margin: 0;
  height: 10px;
  width: 10px;
  animation: cssload-rotate 1150ms linear infinite;
  -o-animation: cssload-rotate 1150ms linear infinite;
  -ms-animation: cssload-rotate 1150ms linear infinite;
  -webkit-animation: cssload-rotate 1150ms linear infinite;
  -moz-animation: cssload-rotate 1150ms linear infinite;
}

.cssload-whirlpool::before {
  content: "";
  height: 14px;
  width: 14px;
  margin: -7px 0 0 -7px;
  animation: cssload-rotate 1150ms linear infinite;
  -o-animation: cssload-rotate 1150ms linear infinite;
  -ms-animation: cssload-rotate 1150ms linear infinite;
  -webkit-animation: cssload-rotate 1150ms linear infinite;
  -moz-animation: cssload-rotate 1150ms linear infinite;
}

.cssload-whirlpool::after {
  content: "";
  margin: -9px 0 0 -9px;
  height: 18px;
  width: 18px;
  animation: cssload-rotate 2300ms linear infinite;
  -o-animation: cssload-rotate 2300ms linear infinite;
  -ms-animation: cssload-rotate 2300ms linear infinite;
  -webkit-animation: cssload-rotate 2300ms linear infinite;
  -moz-animation: cssload-rotate 2300ms linear infinite;
}

.hve-shutter-out-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098D1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hve-shutter-out-vertical:hover:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.hve-shutter-out-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hve-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.hve-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hve-bounce-to-right:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

@keyframes cssload-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes cssload-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

.maddon-related_video .inner {
  position: relative;
}

.swiper-container.related-videos-slider {
  position: static;
}

.swiper-container.related-videos-slider .swiper-button-prev {
  background: none;
  position: absolute;
  top: 35%;
  margin-top: -50px;
  background: transparent;
  color: #000;
  font-size: 70px;
  left: -50px;
  margin: 5px;
  padding: 4px 7px;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  height: inherit;
  width: auto;
}

.swiper-container.related-videos-slider .swiper-button-next {
  background: none;
  position: absolute;
  top: 35%;
  margin-top: -50px;
  background: transparent;
  color: #000;
  font-size: 70px;
  right: -50px;
  margin: 5px;
  padding: 4px 7px;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  height: inherit;
  width: auto;
}

@media only screen and (max-width: 1245px) {
  .swiper-container.related-videos-slider .swiper-button-prev {
    color: #000;
    border-radius: 0;
    padding: 0;
    margin: 0;
    width: 25px;
    height: 50px;
    top: 46%;
    margin-top: -25px;
    left: 0;
    background: transparent url(../png/arrow_b.png) no-repeat scroll 0 0 !important;
  }
  .swiper-container.related-videos-slider .swiper-button-next {
    color: #000;
    border-radius: 0;
    padding: 0;
    margin: 0;
    width: 25px;
    height: 50px;
    top: 46%;
    margin-top: -25px;
    right: 0;
    background: transparent url(../png/arrow_n.png) no-repeat scroll 0 0 !important;
  }
  .swiper-container.related-videos-slider .swiper-button-prev i,
  .swiper-container.related-videos-slider .swiper-button-next i {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .swiper-container.related-videos-slider .swiper-wrapper {
    height: auto !important;
  }
  .swiper-container.related-videos-slider .item .sub_title, .swiper-container.related-videos-slider .item .readmore {
    display: none;
  }
  .swiper-container.related-videos-slider .item .link {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
  }
  .swiper-container.related-videos-slider .item .link a {
    position: relative;
    display: block;
    margin: 0;
    padding: 10px 0 6px;
    width: 100%;
    text-align: center;
    font-family: "MyriadProSemibold", sans-serif;
    background-color: #ffffffb3;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
  }
}

@media only screen and (max-width: 375px) {
  .swiper-container.related-videos-slider .swiper-button-prev {
    top: 50%;
  }
  .swiper-container.related-videos-slider .swiper-button-next {
    top: 50%;
  }
}

@media only screen and (max-width: 320px) {
  .swiper-container.related-videos-slider .swiper-button-prev {
    top: 50%;
  }
  .swiper-container.related-videos-slider .swiper-button-next {
    top: 50%;
  }
}

.maddon-articles .inner,
.maddon-related_show .inner {
  position: relative;
}

.swiper-container.articles-slider {
  position: static;
}

.swiper-container.articles-slider .swiper-button-prev {
  background: none;
  position: absolute;
  top: 45%;
  margin-top: -50px;
  background: transparent;
  color: #000;
  font-size: 70px;
  left: -50px;
  margin: 5px;
  padding: 4px 7px;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  height: inherit;
  width: auto;
}

.swiper-container.articles-slider .swiper-button-next {
  background: none;
  position: absolute;
  top: 45%;
  margin-top: -50px;
  background: transparent;
  color: #000;
  font-size: 70px;
  right: -50px;
  margin: 5px;
  padding: 4px 7px;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  height: inherit;
  width: auto;
}

@media only screen and (min-width: 1246px) {
  .thinstodo .swiper-container.articles-slider .swiper-button-next,
  .thinstodo .swiper-container.articles-slider .swiper-button-prev {
    top: 35%;
  }
  .maddon-related_show .swiper-container.articles-slider .swiper-button-next,
  .maddon-related_show .swiper-container.articles-slider .swiper-button-prev {
    top: 40%;
  }
}

@media only screen and (max-width: 1245px) {
  .swiper-container.articles-slider .swiper-button-prev {
    color: #000;
    border-radius: 0;
    padding: 0;
    margin: 0;
    width: 25px;
    height: 50px;
    top: 46%;
    margin-top: -25px;
    left: 0;
    background: transparent url(../png/arrow_b.png) no-repeat scroll 0 0 !important;
  }
  .swiper-container.articles-slider .swiper-button-next {
    color: #000;
    border-radius: 0;
    padding: 0;
    margin: 0;
    width: 25px;
    height: 50px;
    top: 46%;
    margin-top: -25px;
    right: 0;
    background: transparent url(../png/arrow_n.png) no-repeat scroll 0 0 !important;
  }
  .swiper-container.articles-slider .swiper-button-prev i,
  .swiper-container.articles-slider .swiper-button-next i {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .swiper-container.articles-slider .swiper-wrapper {
    height: auto !important;
  }
  .swiper-container.articles-slider .item .image {
    cursor: pointer;
  }
  .swiper-container.articles-slider .item .sub_title, .swiper-container.articles-slider .item .readmore {
    display: none;
  }
  .swiper-container.articles-slider .item .item-title {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    display: block;
    margin: 0;
    padding: 10px 0 6px;
    width: 100%;
    text-align: center;
    font-family: "MyriadProSemibold", sans-serif;
    background-color: #ffffffb3;
    font-size: 14px !important;
    color: #000;
    text-transform: uppercase;
    white-space: normal;
  }
  .swiper-container.articles-slider .item .link {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    margin: 0;
  }
  .swiper-container.articles-slider .item .link a {
    position: relative;
    display: block;
    margin: 0;
    padding: 10px 0 6px;
    width: 100%;
    text-align: center;
    font-family: "MyriadProSemibold", sans-serif;
    background-color: #ffffffb3;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    white-space: normal;
  }
}

@media only screen and (max-width: 375px) {
  .swiper-container.articles-slider .swiper-button-prev {
    top: 50%;
  }
  .swiper-container.articles-slider .swiper-button-next {
    top: 50%;
  }
}

@media only screen and (max-width: 320px) {
  .swiper-container.articles-slider .swiper-button-prev {
    top: 50%;
  }
  .swiper-container.articles-slider .swiper-button-next {
    top: 50%;
  }
}

.logo_blank:before, .single .boxes:before, .instagram_mobile .owl-carousel .owl-item .item_wrap:before, .weather_section:before, .wpb-js-composer .entry-content .vc_tta.vc_general ul.vc_tta-tabs-list:before, .logo_blank:after, .single .boxes:after, .instagram_mobile .owl-carousel .owl-item .item_wrap:after, .weather_section:after, .wpb-js-composer .entry-content .vc_tta.vc_general ul.vc_tta-tabs-list:after {
  display: table;
  content: "";
}

.logo_blank:after, .single .boxes:after, .instagram_mobile .owl-carousel .owl-item .item_wrap:after, .weather_section:after, .wpb-js-composer .entry-content .vc_tta.vc_general ul.vc_tta-tabs-list:after {
  clear: both;
}

a {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.single .entry-content li {
  padding: 10px 0;
}

.single .entry-content ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 40px;
}

.single .entry-content ul li {
  list-style: circle;
}

.single .entry-content ul li ul li {
  list-style: disc;
}

.israel-travel-listing-content table {
  width: 100%;
  margin-bottom: 25px !important;
  font-size: 16px;
}

.israel-travel-listing-content table tr:nth-child(odd) {
  background: #FF55A1;
  color: #fff;
}

.israel-travel-listing-content table tr td {
  height: auto;
  width: auto;
  background-color: transparent;
  padding: 10px;
  font-family: "MyriadProSemibold";
}

.israel-travel-listing-content table tr th {
  padding: 10px 10px;
  border-bottom: 1px solid #ccc;
  background: #FF0072;
  color: #fff;
  font-family: "MyriadProSemibold";
  font-size: 18px;
}

img {
  max-width: 100%;
}

body {
  font-family: 'MyriadProRegular';
  font-size: 18px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

header .header_inner {
  max-width: 1580px;
  margin: 0 auto;
  padding: 20px 0;
  width: 100%;
}

@media only screen and (max-width: 1520px) {
  header .header_inner {
    max-width: 1245px;
  }
}

header #site-logo {
  max-width: 170px;
  display: inline-block;
}

@media only screen and (max-width: 480px) {
  header #site-logo {
    max-width: 150px;
  }
}

header .nav-menu {
  padding: 15.5px 0;
}

header .nav-menu li {
  margin: 0 18px;
  display: inline-block;
}

header .nav-menu li.current-menu-item:not(.no-active) > a {
  color: #e3186a;
}

header .nav-menu a {
  font-size: 22px;
  text-transform: uppercase;
  color: #000;
  display: block;
}

header .nav-menu a:focus, header .nav-menu a:active, header .nav-menu a:hover {
  color: #e3186a;
  text-decoration: none;
  outline: none;
  opacity: 1;
}

.maddon-deals-slide .item-info {
  cursor: pointer;
}

.maddon-deals-slide .item-title > h4 {
  background: #ff55a1 none repeat scroll 0 0;
  display: block;
  margin: 0;
  padding: 28px 0 26px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  line-height: 24px;
  font-size: 22px;
  text-transform: uppercase;
}

@media only screen and (max-width: 680px) {
  .maddon-deals-slide .item-title > h4 {
    font-size: 22px;
    padding: 20px 0 18px;
  }
}

.maddon-deals-slide .item-price > span {
  display: block;
  text-align: center;
  background: #ff0072 none repeat scroll 0 0;
  font-size: 61px;
  color: #fff;
  font-weight: 600;
  padding: 30px 0 25px;
}

@media only screen and (max-width: 680px) {
  .maddon-deals-slide .item-price > span {
    font-size: 53px;
    padding: 22px 0 17px;
  }
}

.maddon-deals-slide .item-description {
  border-left: 1px solid #cccccc8c;
  border-right: 1px solid #cccccc8c;
}

.maddon-deals-slide .item-description .content {
  color: #ff0072;
  line-height: normal;
  font-size: 22px;
  text-align: center;
  min-height: 120px;
  padding: 20px 25px;
}

.maddon-deals-slide .item-description .content p {
  margin: 0;
}

.maddon-deals-slide .item-logo {
  border-left: 1px solid #cccccc8c;
  border-right: 1px solid #cccccc8c;
  text-align: center;
  min-height: 100px;
}

.maddon-deals-slide .item-logo img {
  max-width: 100%;
  width: auto !important;
  display: inline-block !important;
  max-height: 85px;
}

.maddon-deals-slide .item-button > span {
  background: #ff0072 none repeat scroll 0 0;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  font-family: 'MyriadProSemibold', sans-serif;
  padding: 9px 0 6px;
  position: relative;
}

@media only screen and (max-width: 680px) {
  .maddon-deals-slide .item-button > span {
    font-size: 22px;
  }
}

.maddon-deals-slide .item-button > span:after {
  content: "\f105";
  font-family: "fontawesome";
  transform: translateX(15px);
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  display: inline-block;
}

.maddon-weather .widget-title {
  border-bottom: 3px solid #010000;
  color: #010000;
  text-transform: uppercase;
  font-size: 32px;
  text-align: center;
  font-family: 'MyriadProSemibold', sans-serif;
  line-height: normal;
  margin: 40px 0 25px;
}

@media only screen and (max-width: 680px) {
  .maddon-weather .widget-title {
    font-size: 22px !important;
  }
}

.maddon-weather .item-info {
  text-align: center;
  color: #000;
}

.maddon-weather .item-temp .temp {
  font-size: 22px;
  font-weight: 600;
  position: relative;
  color: inherit;
}

.maddon-weather .item-temp .temp::after {
  content: "o";
  font-size: 4px;
  font-weight: 600;
  top: -9px;
  position: relative;
}

@media only screen and (max-width: 680px) {
  .maddon-weather .item-temp .temp {
    font-size: 4vw;
  }
  .maddon-weather .item-temp .temp::after {
    content: "o";
    font-size: 4vw;
    font-weight: 600;
    top: -9px;
    position: relative;
  }
}

.maddon-weather .item-icon {
  margin-bottom: 8px;
}

@media only screen and (max-width: 680px) {
  .maddon-weather .item-icon {
    margin: 0 auto;
    width: 50%;
  }
}

.maddon-weather .item-title a,
.maddon-weather .item-title span {
  color: inherit;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 22px;
}

@media only screen and (max-width: 680px) {
  .maddon-weather .item-title a,
  .maddon-weather .item-title span {
    font-size: 4vw !important;
  }
}

@media only screen and (max-width: 680px) {
  .maddon-weather .weekly_flights,
  .maddon-weather .num_of_airlines {
    display: none;
  }
}

.maddon-pages .widget-title {
  border-bottom: 3px solid #010000;
  color: #010000;
  text-transform: uppercase;
  font-size: 32px;
  text-align: center;
  font-family: 'MyriadProSemibold', sans-serif;
  line-height: normal;
  margin: 40px 0 15px;
}

@media only screen and (max-width: 680px) {
  .maddon-pages .widget-title {
    font-size: 22px !important;
  }
}

.maddon-pages.maddon-gallery .link a:after {
  display: none !important;
}

.maddon-pages .item-info {
  position: relative;
  margin: 15px 0;
  cursor: pointer;
}

@media only screen and (max-width: 680px) {
  .maddon-pages .item-info {
    margin: 5px 0;
  }
}

.maddon-pages .item-info .mobile {
  display: none;
}

@media only screen and (max-width: 480px) {
  .maddon-pages .item-info .desktop {
    display: none;
  }
  .maddon-pages .item-info .mobile {
    display: block;
  }
}

.maddon-pages .item-info .link {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}

.maddon-pages .item-info .link a {
  display: block;
  width: 100%;
  text-align: center;
  font-family: "MyriadProSemibold", sans-serif;
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 24px;
  color: #000;
  text-transform: uppercase;
  padding: 10px 0 6px;
  position: relative;
}

@media only screen and (max-width: 680px) {
  .maddon-pages .item-info .link a {
    font-size: 18px;
  }
}

.maddon-pages .item-info .link a:focus, .maddon-pages .item-info .link a:active, .maddon-pages .item-info .link a:hover {
  color: #fff;
  text-decoration: none;
  outline: none;
  opacity: 1;
}

.maddon-pages .item-info .link a:after {
  content: "\f105";
  font-family: "fontawesome";
  transform: translateX(15px);
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  display: inline-block;
}

#mtpl_dyan_block-user-7-fulll-width {
  background: #363839;
  padding: 40px 0;
}

@media only screen and (max-width: 1245px) {
  #mtpl_dyan_block-user-7-fulll-width {
    text-align: center;
    padding: 30px 0 20px;
  }
}

body:not(.home) #mtpl_dyan_block-user-7-fulll-width {
  margin-top: 40px;
}

body:not(.home) .maddon-coolinary_dictionary .item {
  margin-bottom: 30px;
}

body.page-template-page-without-side #mtpl_dyan_block-user-7-fulll-width {
  margin-top: 0 !important;
}

.footer_logos {
  margin-bottom: 10px;
}

.footer_logos .mtpl_widget-title {
  font-family: 'MyriadProSemibold', sans-serif;
  color: #fff;
  font-size: 30px;
}

.copyright p {
  margin: 0;
  font-size: 18px;
  padding: 3px 0 0;
  color: #fff;
}

@media only screen and (max-width: 1245px) {
  .copyright p {
    text-align: center;
  }
}

.photographers {
  clear: both;
  width: 100%;
  color: #fff;
  font-size: 15px;
  padding-top: 10px;
}

.photographers p {
  margin: 0;
}

@media only screen and (max-width: 1245px) {
  .photographers {
    padding: 10px;
  }
}

.logo_blank li {
  display: inline-block;
  margin-right: 30px;
}

@media only screen and (max-width: 1245px) {
  .logo_blank li {
    display: block;
    width: 50%;
    float: left;
    text-align: center;
    margin: 0;
  }
}

.footer-logo,
.footer-menu {
  float: left;
  margin-right: 25px;
}

@media only screen and (max-width: 1245px) {
  .footer-logo,
  .footer-menu {
    float: none;
    margin: 0;
  }
}

@media only screen and (max-width: 1245px) {
  .footer-logo {
    padding-bottom: 20px;
  }
}

@media only screen and (min-width: 1246px) {
  .footer-menu.footer-menu-first {
    margin-left: 50px;
  }
}

@media only screen and (max-width: 1245px) {
  .footer-menu li {
    display: inline-block;
    margin: 0 10px;
  }
}

.footer-menu a {
  text-transform: uppercase;
  color: #fff;
  line-height: 1.7;
}

.ytb_video .youtube {
  background-color: #000;
  margin-bottom: 15px;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
}

.ytb_video .youtube img {
  width: 100%;
  top: -16.84%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  cursor: pointer;
}

.ytb_video .youtube .play-button {
  width: 90px;
  cursor: pointer;
  position: absolute;
  height: 60px;
  background-color: #333;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  -ms-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
}

.ytb_video .youtube .play-button:before {
  position: absolute;
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26.0px;
  border-color: transparent transparent transparent #fff;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
}

.ytb_video .youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.header_featured_img {
  position: relative;
}

.header_featured_img img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 680px) {
  .header_featured_img img {
    min-height: 200px;
  }
}

@media only screen and (max-width: 680px) {
  .header_featured_img .desktop_cover {
    display: none;
  }
}

@media only screen and (min-width: 680px) {
  .header_featured_img .mobile_cover {
    display: none;
  }
}

.header_featured_img .header-title {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.header_featured_img .header-title > h2.title {
  color: #fff;
  text-shadow: 3px 3px #000000;
  text-transform: uppercase;
  font-size: 78px;
  font-weight: 600;
  margin: 0;
  line-height: normal;
}

@media only screen and (max-width: 680px) {
  .header_featured_img .header-title > h2.title {
    font-size: 22px;
  }
}

.header_featured_img .header-title .header-description {
  color: #fff;
  font-size: 35px;
  text-shadow: 3px 3px #000000;
  font-family: "MyriadProSemibold", sans-serif;
}

.content-video-single-page {
  margin-top: 44px;
}

.dpsp-networks-btns-wrapper > li {
  margin-right: 3px;
}

h1, h2, h3, h4, h5, h6, strong {
  color: #000;
  font-family: "MyriadProSemibold", sans-serif;
}

.single h1, .single h2, .single h3, .single h4, .single h5, .single h6, .single strong {
  color: #000;
  font-family: "MyriadProSemibold", sans-serif;
}

.single img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  height: auto;
}

.single .boxes {
  width: 100%;
  margin-top: 0;
}

.single .boxes .box {
  width: 100%;
  float: left;
  margin: 20px 0;
}

.single .boxes .box:before {
  content: "";
  width: 42px;
  height: 40px;
  margin-left: 3px;
  display: inline-block;
  margin-top: 4px;
}

.single .boxes .box.races:before {
  background: url(../jpg/box-1.jpg);
}

.single .boxes .box.start_and_finish:before {
  background: url(../jpg/box-2.jpg);
}

.single .boxes .box.type_of_course:before {
  background: url(../jpg/box-3.jpg);
}

.single .boxes .box.launch_time:before {
  background: url(../jpg/box-4.jpg);
}

.single .boxes .box.registration:before {
  background: url(../jpg/box-5.jpg);
}

.single .boxes .box.weather:before {
  background: url(../jpg/box-6.jpg);
}

.single .boxes .boxtitle {
  font-family: 'MyriadProSemibold', sans-serif;
  color: #000;
}

.single .boxes .boxcontent {
  width: calc( 100% - 59px);
  float: right;
}

.content-bottom-widgets .maddon-deals-slide .item-title > h4,
.page-two-column .maddon-deals-slide .item-title > h4 {
  font-size: 19px;
  line-height: 19px;
  padding: 20px 0 15px;
}

.content-bottom-widgets .maddon-deals-slide .item-price > span,
.page-two-column .maddon-deals-slide .item-price > span {
  font-size: 41px;
  padding: 19px 0 11px;
}

.content-bottom-widgets .maddon-deals-slide .item-description .content,
.page-two-column .maddon-deals-slide .item-description .content {
  font-size: 18px;
  min-height: 130px;
}

.content-bottom-widgets .maddon-deals-slide .item-logo img,
.page-two-column .maddon-deals-slide .item-logo img {
  max-width: 180px;
}

.related_post .widget-title {
  border-bottom: 3px solid #010000;
  color: #010000;
  text-transform: uppercase;
  font-size: 25px;
  text-align: center;
  font-family: 'MyriadProSemibold', sans-serif;
  line-height: normal;
  margin: 40px 0 15px;
}

@media only screen and (max-width: 680px) {
  .related_post .widget-title {
    font-size: 22px !important;
  }
}

.maddon-faq .widget-title {
  border-bottom: 3px solid #010000;
  color: #010000;
  text-transform: uppercase;
  font-size: 32px;
  text-align: center;
  font-family: 'MyriadProSemibold', sans-serif;
  line-height: normal;
  margin: 40px 0 15px;
}

@media only screen and (max-width: 680px) {
  .maddon-faq .widget-title {
    font-size: 22px !important;
  }
}

.page_sub_title h2 {
  border-bottom: 3px solid #010000;
  color: #010000;
  text-transform: uppercase;
  font-size: 33px;
  text-align: center;
  font-family: 'MyriadProSemibold', sans-serif;
  line-height: normal;
  margin: 40px 0 15px;
}

@media only screen and (max-width: 680px) {
  .page_sub_title h2 {
    font-size: 22px !important;
  }
}

.category_sub_title h2 {
  border-bottom: 3px solid #010000;
  color: #010000;
  text-transform: uppercase;
  font-size: 33px;
  text-align: center;
  font-family: 'MyriadProSemibold', sans-serif;
  line-height: normal;
  margin: 40px 0 15px;
}

@media only screen and (max-width: 680px) {
  .category_sub_title h2 {
    font-size: 22px !important;
  }
}

.page_entry-title > a,
.single .entry-title > a {
  border-bottom: 3px solid #010000;
  color: #010000;
  text-transform: uppercase;
  font-size: 25px;
  text-align: center;
  font-family: 'MyriadProSemibold', sans-serif;
  line-height: normal;
  margin: 40px 0 15px;
  display: block;
}

@media only screen and (max-width: 680px) {
  .page_entry-title > a,
  .single .entry-title > a {
    font-size: 22px !important;
  }
}

.page_entry-title > a:focus, .page_entry-title > a:active, .page_entry-title > a:hover,
.single .entry-title > a:focus,
.single .entry-title > a:active,
.single .entry-title > a:hover {
  color: #000;
  text-decoration: none;
  outline: none;
  opacity: 1;
}

@media only screen and (max-width: 480px) {
  .related_post .items {
    padding: 0 15px;
  }
}

.related_post.related_show .item_description {
  font-size: 20px;
  font-weight: 600;
}

.related_post .item {
  text-align: center;
  margin-bottom: 15px;
}

.related_post .item_title {
  font-size: 20px;
  font-family: "MyriadProSemibold", sans-serif;
  color: #010000;
  text-transform: uppercase;
  margin-top: 15px;
}

.related_post a:focus, .related_post a:active, .related_post a:hover {
  color: #000;
  text-decoration: none;
  outline: none;
  opacity: 1;
}

.related_post .item_description {
  font-size: 14px;
  color: #000;
}

.maddon-articles.gallery-page .item-title,
.category-post > .site-content.gallery-page .item-title {
  font-size: 24px;
}

.maddon-articles .item,
.category-post > .site-content .item {
  text-align: center;
  cursor: pointer;
}

.maddon-articles .item-sub_title,
.category-post > .site-content .item-sub_title {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  position: relative;
  top: -8px;
}

.maddon-articles .item-title,
.category-post > .site-content .item-title {
  font-size: 18px;
  text-transform: uppercase;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  font-weight: 600;
  white-space: pre;
  width: 100%;
  margin-top: 10px;
}

.maddon-articles .readmore a,
.category-post > .site-content .readmore a {
  font-size: 15px;
  color: #ff0072;
  text-transform: uppercase;
  position: relative;
  display: block;
  top: -5px;
}

.maddon-articles .readmore a:after,
.category-post > .site-content .readmore a:after {
  content: "\f105";
  font-family: "fontawesome";
  transform: translateX(10px);
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  display: inline-block;
}

.item.expired img {
  opacity: .5;
}

.maddon-related_video .ytb_video .youtube,
.post_slider .ytb_video .youtube {
  margin-bottom: 8px;
}

.maddon-related_video .item,
.post_slider .item {
  text-align: center;
}

.maddon-related_video .item .image,
.post_slider .item .image {
  cursor: pointer;
  max-height: 357px;
  overflow: hidden;
}

.maddon-related_video .item .link a,
.post_slider .item .link a {
  color: #000;
  font-size: 20px;
  font-family: "MyriadProSemibold", sans-serif;
  text-transform: uppercase;
  text-overflow: ellipsis;
  display: inline-block;
  width: 100%;
  white-space: pre;
  overflow: hidden;
  margin-top: 15px;
}

.maddon-related_video .item .link a:focus, .maddon-related_video .item .link a:active, .maddon-related_video .item .link a:hover,
.post_slider .item .link a:focus,
.post_slider .item .link a:active,
.post_slider .item .link a:hover {
  color: #000;
  text-decoration: none;
  outline: none;
  opacity: 1;
}

.maddon-related_video .sub_title,
.post_slider .sub_title {
  font-family: "MyriadProSemibold", sans-serif;
  font-size: 17px;
  text-transform: uppercase;
  color: #000;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
  white-space: pre;
  line-height: 18px;
  overflow: hidden;
  position: relative;
  top: -7px;
}

.maddon-related_video .readmore a,
.post_slider .readmore a {
  color: #ff0167;
  font-size: 18px;
  text-transform: uppercase;
  position: relative;
  display: block;
  top: -5px;
}

.maddon-related_video .readmore a:focus, .maddon-related_video .readmore a:active, .maddon-related_video .readmore a:hover,
.post_slider .readmore a:focus,
.post_slider .readmore a:active,
.post_slider .readmore a:hover {
  color: #ff0167;
  text-decoration: none;
  outline: none;
  opacity: 1;
}

.maddon-related_video .readmore a:after,
.post_slider .readmore a:after {
  content: "\f105";
  font-family: "fontawesome";
  transform: translateX(10px);
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  display: inline-block;
}

.maddon-deals-slide .widget-title {
  border-bottom: 3px solid #010000;
  color: #010000;
  text-transform: uppercase;
  font-size: 42px;
  text-align: center;
  font-family: 'MyriadProSemibold', sans-serif;
  line-height: normal;
  margin: 40px 0 15px;
}

@media only screen and (max-width: 680px) {
  .maddon-deals-slide .widget-title {
    font-size: 22px !important;
  }
}

.maddon-related_video .widget-title,
.post_slider .widget-title,
.maddon-coolinary_dictionary .widget-title {
  border-bottom: 3px solid #010000;
  color: #010000;
  text-transform: uppercase;
  font-size: 32px;
  text-align: center;
  font-family: 'MyriadProSemibold', sans-serif;
  line-height: normal;
  margin: 40px 0 15px;
}

@media only screen and (max-width: 680px) {
  .maddon-related_video .widget-title,
  .post_slider .widget-title,
  .maddon-coolinary_dictionary .widget-title {
    font-size: 22px !important;
  }
}

@media only screen and (max-width: 680px) {
  .maddon-pages [class*="col-"]:first-child .item-info, .maddon-pages [class*="col-"]:nth-child(3) .item-info {
    margin-right: -10px;
  }
  .maddon-pages [class*="col-"]:last-child .item-info, .maddon-pages [class*="col-"]:nth-child(2) .item-info {
    margin-left: -10px;
  }
}

@media only screen and (max-width: 768px) {
  .home .maddon-coolinary_dictionary .item {
    margin-bottom: 20px;
  }
}

.maddon-coolinary_dictionary .sub-title {
  font-size: 22px;
  text-align: center;
  margin: 20px 0 40px;
}

.maddon-coolinary_dictionary .image-wrap img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.maddon-coolinary_dictionary .item-info {
  position: relative;
  cursor: pointer;
}

.maddon-coolinary_dictionary .item-info .item-wrapper {
  width: 100%;
  height: auto;
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -moz-transition: 0.6s;
  -moz-transform-style: preserve-3d;
  transition: 0.6s;
  transform-style: preserve-3d;
}

.maddon-coolinary_dictionary .item-info .item-wrapper:hover {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-filter: FlipH;
          filter: FlipH;
  -ms-filter: "FlipH";
}

.maddon-coolinary_dictionary .front {
  z-index: 2;
}

.maddon-coolinary_dictionary .face {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.maddon-coolinary_dictionary .back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  position: absolute;
}

.maddon-coolinary_dictionary .readmore-link {
  width: 200px;
  margin: 40px auto 0;
}

.maddon-coolinary_dictionary .readmore-link > a {
  display: inline-block;
  background: #ff0072 none repeat scroll 0 0;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-family: 'MyriadProSemibold', sans-serif;
  padding: 9px 0 5px;
  position: relative;
  text-decoration: none;
  font-size: 20px;
}

.play_buton {
  position: relative;
}

.play_buton:after {
  content: "";
  width: 96px;
  height: 96px;
  background-image: url(../png/play.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-size: 100%;
  z-index: 2;
}

.play_buton:before {
  position: absolute;
  content: "";
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.mfancy_wrapper {
  margin-top: 40px;
}

.mfancy_wrapper:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block !important;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.49);
  z-index: 1;
}

.mfancy {
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: 21px;
  margin: 0 !important;
}

@media only screen and (max-width: 678px) {
  .mfancy {
    font-size: 16px;
  }
}

.mfancy .mfancy_heading h2.title {
  font-family: "MyriadProSemibold", sans-serif;
  font-size: 70px;
  text-align: center;
  color: #fff;
  line-height: 1.2;
}

@media only screen and (max-width: 678px) {
  .mfancy .mfancy_heading h2.title {
    font-size: 30px;
  }
}

.mfancy .mfancy_heading h2.title:after {
  content: "";
  display: block;
  width: 400px;
  height: 3px;
  background-color: #fff;
  margin: 0 auto;
  max-width: 100%;
}

.mfancy .mfancy_content {
  margin-top: 35px;
}

.mfancy .mfancy_button {
  margin-top: 35px;
}

@media only screen and (max-width: 1245px) {
  .maddon-deals-slide .owl-theme .owl-nav [class*=owl-] {
    transform: translateY(80%) !important;
    -webkit-transform: translateY(80%) !important;
    -ms-transform: translateY(80%) !important;
  }
}

.maddon-deals-slide .owl-theme .owl-nav,
.maddon-related_video .owl-theme .owl-nav,
.post_slider .owl-theme .owl-nav,
.instagram_mobile .owl-theme .owl-nav {
  margin: 0;
}

.maddon-deals-slide .owl-theme .owl-nav .owl-prev,
.maddon-related_video .owl-theme .owl-nav .owl-prev,
.post_slider .owl-theme .owl-nav .owl-prev,
.instagram_mobile .owl-theme .owl-nav .owl-prev {
  left: -50px;
}

@media only screen and (max-width: 1245px) {
  .maddon-deals-slide .owl-theme .owl-nav .owl-prev,
  .maddon-related_video .owl-theme .owl-nav .owl-prev,
  .post_slider .owl-theme .owl-nav .owl-prev,
  .instagram_mobile .owl-theme .owl-nav .owl-prev {
    left: 0;
    background: rgba(0, 0, 0, 0) url(../png/arrow_b.png) no-repeat scroll 0 0 !important;
  }
}

.maddon-deals-slide .owl-theme .owl-nav .owl-next,
.maddon-related_video .owl-theme .owl-nav .owl-next,
.post_slider .owl-theme .owl-nav .owl-next,
.instagram_mobile .owl-theme .owl-nav .owl-next {
  right: -50px;
}

@media only screen and (max-width: 1245px) {
  .maddon-deals-slide .owl-theme .owl-nav .owl-next,
  .maddon-related_video .owl-theme .owl-nav .owl-next,
  .post_slider .owl-theme .owl-nav .owl-next,
  .instagram_mobile .owl-theme .owl-nav .owl-next {
    right: 0;
    background: rgba(0, 0, 0, 0) url(../png/arrow_n.png) no-repeat scroll 0 0 !important;
  }
}

.maddon-deals-slide .owl-theme .owl-nav [class*=owl-],
.maddon-related_video .owl-theme .owl-nav [class*=owl-],
.post_slider .owl-theme .owl-nav [class*=owl-],
.instagram_mobile .owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  top: 50%;
  margin-top: -50px;
  background: transparent;
  color: #000;
  font-size: 70px;
}

.maddon-deals-slide .owl-theme .owl-nav [class*=owl-]:hover,
.maddon-related_video .owl-theme .owl-nav [class*=owl-]:hover,
.post_slider .owl-theme .owl-nav [class*=owl-]:hover,
.instagram_mobile .owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #000;
}

@media only screen and (max-width: 1245px) {
  .maddon-deals-slide .owl-theme .owl-nav [class*=owl-],
  .maddon-related_video .owl-theme .owl-nav [class*=owl-],
  .post_slider .owl-theme .owl-nav [class*=owl-],
  .instagram_mobile .owl-theme .owl-nav [class*=owl-] {
    color: #000;
    border-radius: 0;
    padding: 0;
    margin: 0;
    width: 25px;
    height: 50px;
    transform: translateY(-154%);
    -webkit-transform: translateY(-154%);
    -ms-transform: translateY(-154%);
  }
  .maddon-deals-slide .owl-theme .owl-nav [class*=owl-] i,
  .maddon-related_video .owl-theme .owl-nav [class*=owl-] i,
  .post_slider .owl-theme .owl-nav [class*=owl-] i,
  .instagram_mobile .owl-theme .owl-nav [class*=owl-] i {
    position: relative;
    top: 0px;
    font-size: 50px;
    display: none;
  }
}

.instacarousel.removeSlide {
  display: none !important;
}

.insta-gallery-wrap [class*="swiper-button-"] {
  display: none !important;
}

.single:not(.single-local_guide) .maddon-deals-slide .owl-theme .owl-nav .owl-prev,
.page-two-column .maddon-deals-slide .owl-theme .owl-nav .owl-prev {
  left: 0;
}

.single:not(.single-local_guide) .maddon-deals-slide .owl-theme .owl-nav .owl-next,
.page-two-column .maddon-deals-slide .owl-theme .owl-nav .owl-next {
  right: 0;
}

body.page-id-277 .entry-header {
  display: none;
}

h2.widgettitle {
  border-bottom: 3px solid #010000;
  color: #010000;
  text-transform: uppercase;
  font-size: 32px;
  text-align: center;
  font-family: 'MyriadProSemibold', sans-serif;
  line-height: normal;
  margin: 40px 0 15px;
}

@media only screen and (max-width: 680px) {
  h2.widgettitle {
    font-size: 22px !important;
  }
}

h2.widgettitle a {
  color: inherit;
}

h2.widgettitle a:focus, h2.widgettitle a:active, h2.widgettitle a:hover {
  color: #010000;
  text-decoration: none;
  outline: none;
  opacity: 1;
}

.title-small h2.widgettitle {
  border-bottom: 3px solid #010000;
  color: #010000;
  text-transform: uppercase;
  font-size: 24px;
  text-align: center;
  font-family: 'MyriadProSemibold', sans-serif;
  line-height: normal;
  margin: 40px 0 15px;
}

@media only screen and (max-width: 680px) {
  .title-small h2.widgettitle {
    font-size: 22px !important;
  }
}

.book_now_deal {
  left: -400px;
  max-width: 14%;
  position: fixed;
  top: 40%;
  transition: all 1s ease-in-out 0s;
  -webkit-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  width: 100%;
  z-index: 9999999;
}

.book_now_deal.fixed {
  left: 0;
}

@media only screen and (max-width: 1200px) {
  .book_now_deal {
    display: none;
  }
}

.tourish_info_rightside {
  max-width: 12%;
  position: fixed;
  right: -400px;
  transition: all 1s ease-in-out 0s;
  -webkit-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  top: 44.2%;
  width: 100%;
  z-index: 9999;
}

.tourish_info_rightside.fixed {
  right: 0;
}

@media only screen and (max-width: 1200px) {
  .tourish_info_rightside {
    display: none;
  }
}

.show_info {
  margin-top: 43px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 680px) {
  .show_info {
    padding: 0 15px;
  }
}

.show_info .block-info {
  border: 2px solid #fdb915;
  font-size: 18px;
  color: #000;
  text-align: center;
}

.show_info .head {
  background-color: #fdb915;
  font-size: 24px;
  font-weight: 600;
  padding: 10px;
}

.show_info .info {
  padding: 10px;
}

.single .featured_image {
  margin-bottom: 30px;
}

.single .featured_image img {
  height: auto;
}

.single .entry-content {
  color: #393838;
}

@media only screen and (min-width: 680px) {
  .single .entry-content {
    font-size: 18px;
  }
}

.lightgallery img {
  width: 100%;
  height: auto;
  max-height: 275px;
}

.lightgallery > li {
  margin-bottom: 15px;
}

.related_gallery .readmore {
  color: #ff0072;
  text-transform: uppercase;
  font-size: 15px;
}

.related_gallery .readmore:after {
  content: "\f105";
  font-family: "fontawesome";
  transform: translateX(10px);
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  display: inline-block;
}

.related_gallery .show_more {
  background: #ff0072;
  width: 100%;
  display: block;
  text-align: center;
  color: #fff;
  font-family: "MyriadProSemibold", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  padding: 10px 0 5px;
}

.related_gallery .show_more:focus, .related_gallery .show_more:active, .related_gallery .show_more:hover {
  color: #fff;
  text-decoration: none;
  outline: none;
  opacity: 1;
}

.maddon-blocks .item {
  font-size: 18px;
  color: #000;
  text-align: center;
  margin-bottom: 50px;
}

.maddon-blocks .item h4 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  border-bottom: 3px solid #000;
  padding: 5px 0;
}

.maddon-blocks .item strong {
  text-transform: capitalize;
  margin-right: 5px;
}

.maddon-blocks .image {
  min-height: 220px;
  margin: 10px 0;
}

.maddon-blocks img {
  max-width: 80%;
}

.maddon-blocks .show_more_wrap {
  display: block;
  width: 100%;
  text-align: center;
}

.maddon-blocks .show_more {
  background: #ff0072;
  width: auto;
  display: inline-block;
  text-align: center;
  color: #fff;
  cursor: pointer;
  font-family: "MyriadProSemibold", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  padding: 10px 55px 5px;
}

.maddon-blocks .show_more:after {
  content: "\f105";
  font-family: "fontawesome";
  transform: translateX(10px);
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  display: inline-block;
}

.maddon-faq .item {
  cursor: pointer;
}

.maddon-faq .item.active .item-title h4:after {
  content: "\f106";
}

.maddon-faq .item-title h4 {
  color: #000;
  border-bottom: 1px solid #000000;
  font-size: 18px;
  text-transform: uppercase;
  padding: 13px 0 19px;
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

@media only screen and (max-width: 790px) {
  .maddon-faq .item-title h4 {
    font-size: 15px;
    padding: 7px 44px 13px 0;
  }
}

.maddon-faq .item-title h4:after {
  font-family: "fontawesome";
  content: "\f107";
  font-size: 35px;
  position: absolute;
  right: 15px;
  top: 1px;
}

@media only screen and (max-width: 790px) {
  .maddon-faq .item-title h4:after {
    font-size: 30px;
    top: -6px;
  }
}

.maddon-faq .item-content {
  font-size: 18px;
  padding: 5px 15px 20px 15px;
}

@media only screen and (max-width: 790px) {
  .maddon-faq .item-content {
    font-size: 16px;
  }
}

footer {
  background-color: #d0d0d0;
  margin-top: 40px;
  padding: 45px 0 20px;
}

@media only screen and (max-width: 1245px) {
  footer {
    padding: 45px 15px 20px;
  }
}

@media only screen and (max-width: 790px) {
  footer .mtpl_dyan_module-user-5 {
    width: 100% !important;
  }
}

footer .tripadvisor-logo {
  display: inline-block;
}

footer .tripadvisor-logo.logo-left {
  width: 34%;
}

@media only screen and (max-width: 790px) {
  footer .tripadvisor-logo.logo-left {
    width: 40%;
    text-align: center;
  }
}

@media only screen and (max-width: 480px) {
  footer .tripadvisor-logo.logo-left {
    width: 30%;
  }
}

footer .tripadvisor-logo.logo-left img {
  position: relative;
  left: -15px;
}

@media only screen and (max-width: 790px) {
  footer .tripadvisor-logo.logo-left img {
    left: auto;
  }
  footer .tripadvisor-logo.logo-left img img {
    max-width: 90% !important;
  }
}

footer .tripadvisor-logo.logo-right {
  width: 64%;
}

@media only screen and (max-width: 790px) {
  footer .tripadvisor-logo.logo-right {
    width: 59%;
    text-align: center;
  }
  footer .tripadvisor-logo.logo-right img {
    max-width: 90% !important;
  }
}

@media only screen and (max-width: 480px) {
  footer .tripadvisor-logo.logo-right {
    width: 67%;
  }
}

.quick-links > .mtpl_widget-title {
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 10px;
  font-weight: 600;
}

.quick-links .menu a {
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
}

.mt-social .items {
  text-align: center;
}

.mt-social .item {
  display: inline-block;
  margin: 7px;
}

.mt-social .item a {
  display: block;
  width: 31px;
  height: 30px;
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
}

.mt-social .item.facebook a {
  background-image: url(../png/f-icon.png);
}

.mt-social .item.instagram a {
  background-image: url(../png/inst-icon.png);
}

.mt-social .item.flickr a {
  background-image: url(../png/t-flickr.png);
}

.mt-social .item.twitter a {
  background-image: url(../png/t-icon.png);
}

.mt-social .item.youtube a {
  background-image: url(../png/y-icon.png);
}
.mt-social .item.tiktok a {
  background-image: url(../png/tiktok.png);
}
.mt-social .item.linkedin a {
  background-image: url(../png/linkedin.png);
}

.footer-main-nav li {
  display: inline-block;
}

.footer-main-nav ul.menu {
  display: block;
  text-align: center;
}

.footer-main-nav li a {
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
  border-right: 1px solid #000;
  margin: 0 10px 0 0;
  padding-right: 10px;
}

@media only screen and (max-width: 680px) {
  .footer-main-nav li a {
    font-size: 13px;
  }
}

.footer-main-nav li:last-child a {
  border: 0;
  margin: 0;
}

.newsletters-form {
  display: none !important;
}

.newsletters-form form {
  width: 100%;
  display: block;
  background-color: #3b3b3b;
  color: #fff;
  padding: 10px;
  text-transform: uppercase;
  margin: 15px 0;
  position: relative;
}

@media only screen and (min-width: 1100px) {
  .newsletters-form form {
    padding: 10px 10px 1px;
  }
}

@media only screen and (max-width: 790px) {
  .newsletters-form form {
    padding: 35px 10px 10px 10px;
  }
}

@media only screen and (max-width: 380px) {
  .newsletters-form form {
    padding: 50px 10px 10px 10px;
  }
}

.newsletters-form label {
  margin: 0;
  font-size: 18px;
  position: relative;
  top: 3px;
  width: 46%;
}

@media only screen and (max-width: 790px) {
  .newsletters-form label {
    position: absolute;
    top: 7px;
    width: 100%;
    text-align: center;
    left: 0;
    right: 0;
  }
}

@media only screen and (max-width: 680px) {
  .newsletters-form label {
    font-size: 14px;
    top: 9px;
    padding: 0 15px;
  }
}

.newsletters-form .mc4wp-form-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
}

@media only screen and (max-width: 790px) {
  .newsletters-form .mc4wp-form-fields {
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-pack: center;
  }
}

.newsletters-form .input {
  width: calc( 100% - 122px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 790px) {
  .newsletters-form .input {
    width: 50%;
  }
}

@media only screen and (max-width: 380px) {
  .newsletters-form .input {
    width: 100%;
  }
}

.newsletters-form .input input[type="email"] {
  width: 60%;
  border: 0;
  padding: 3px 0 2px;
  text-indent: 10px;
}

@media only screen and (max-width: 790px) {
  .newsletters-form .input input[type="email"] {
    width: 100%;
  }
}

.newsletters-form .input-submit input[type="submit"] {
  background: #ff156a;
  border: 0;
  color: #fff;
  width: 112px;
  padding: 3px 0 2px;
  text-transform: uppercase;
}

.footer-main-nav {
  margin-top: 0;
  margin-bottom: 20px;
}

@media only screen and (min-width: 480px) {
  .footer-main-nav {
    margin-top: 20px;
  }
}

#cookie-agree {
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 -15px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -15px 25px rgba(0, 0, 0, 0.1);
  bottom: 0;
  color: #000;
  height: 55px;
  left: 0;
  padding: 10px;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 2147483647;
}

@media only screen and (max-width: 480px) {
  #cookie-agree {
    height: auto;
  }
}

#cookie-agree button {
  background: green none repeat scroll 0 0;
  border: 0 none;
  border-radius: 50%;
  color: white;
  display: inline-block;
  height: 30px;
  line-height: 32px;
  width: 30px;
  margin-left: 5px;
}

@media only screen and (max-width: 480px) {
  #cookie-agree button {
    margin: 0 auto;
    display: block;
  }
}

#cookie-agree p {
  display: inline-block;
  font-size: 15px;
  margin-top: 10px;
}

@media only screen and (max-width: 480px) {
  #cookie-agree p {
    margin: 0 0 5px;
  }
}

h3.footer-logo-title {
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
}

.mtpl_dyan_module-user-6 .widget_media_image {
  display: inline-block;
  width: 10%;
}

@media only screen and (max-width: 680px) {
  .mtpl_dyan_module-user-6 .widget_media_image {
    width: calc( 100% / 4);
  }
  .mtpl_dyan_module-user-6 .widget_media_image img {
    max-width: 90% !important;
  }
}

@media only screen and (max-width: 480px) {
  .mtpl_dyan_module-user-6 .widget_media_image {
    width: calc( 100% / 3);
    padding: 5px 0;
  }
}

.mtpl_dyan_module-user-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  margin: 10px 0 10px;
}

@media only screen and (max-width: 680px) {
  .mtpl_dyan_module-user-6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.content-local_guide-single-page {
  max-width: 660px;
  margin: 0 auto;
  position: relative;
}

.maddon-photo img {
  width: 100%;
  height: auto;
}

.content-local_guide-single-page p {
  font-size: 20px;
}

@media only screen and (max-width: 480px) {
  .content-local_guide-single-page p {
    font-size: 16px;
  }
}

.single:not(.single-local_guide) .maddon-photo .item-author {
  font-size: 20px;
  margin-top: 0;
}

.maddon-photo .item-author {
  font-size: 20px;
  margin-top: 10px;
}

.maddon-photo .item-author .label {
  display: inline-block;
}

.maddon-photo .item-author .author {
  display: inline-block;
}

.maddon-photo {
  margin: 0 0 15px;
}

.content-local_guide-single-page h1 {
  font-weight: 600;
  color: #000;
  font-size: 52px;
  margin: 20px 0;
  text-align: center;
}

.content-local_guide-single-page .wpb_content_element {
  margin-bottom: 0;
}

.maddon-recommendation {
  border: 2px solid #fa3a41;
  margin: 40px 0 50px;
  padding: 20px;
}

.maddon-recommendation .item-title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
}

.maddon-recommendation .item-sub_title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.maddon-recommendation .text {
  font-size: 20px;
}

.maddon-recommendation .readmore {
  text-transform: capitalize;
  margin-left: 10px;
}

.content-local_guide-single-page .wpb_single_image {
  margin-bottom: 15px;
}

.content-local_guide-single-page .entry-header {
  display: none;
}

.content-local_guide-single-page .page-title-full .widgettitle {
  margin-bottom: 2em;
  font-size: 25px;
  padding: 0 0 15px;
}

.local_navigation {
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  max-width: 195px;
  margin: 0 auto;
}

.local_navigation .local_link {
  display: block;
  background: #4fa0d8;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid #fff;
  font-size: 18px;
  padding: 10px 16px 9px;
  text-align: center;
}

.local_navigation .local_link:focus, .local_navigation .local_link:active, .local_navigation .local_link:hover {
  color: #fff;
  text-decoration: none;
  outline: none;
  opacity: 1;
}

.is_sticky #mtpl_dyan_section-header {
  position: fixed;
  top: 0;
  z-index: 9999999912;
  background-color: #fff;
  left: 0;
  right: 0;
  max-width: unset;
  padding: 2px 0;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(189, 185, 185, 0.75);
          box-shadow: 0px 2px 5px 0px rgba(189, 185, 185, 0.75);
}

@media only screen and (max-width: 1245px) {
  .is_sticky #mtpl_dyan_section-header {
    padding: 5px;
  }
}

.is_sticky #mtpl_dyan_section-header > .mtpl-wrapper {
  max-width: 1580px !important;
}

@media only screen and (max-width: 1520px) {
  .is_sticky #mtpl_dyan_section-header > .mtpl-wrapper {
    max-width: 1245px !important;
  }
}

.is_sticky header #site-logo {
  max-width: 140px;
  margin-top: 3px;
}

@media only screen and (max-width: 680px) {
  .is_sticky header #site-logo {
    margin-left: 10px;
  }
}

.is_sticky header .nav-menu a {
  font-size: 18px;
}

.instagram_mobile {
  display: none;
}

.instagram_mobile.activeSlider {
  display: block;
}

.instagram_mobile .owl-carousel .owl-nav [class*=owl-] {
  transform: unset !important;
  -webkit-transform: unset !important;
  -ms-transform: unset !important;
  margin-top: -25px !important;
}

.instagram_mobile .owl-carousel .owl-item .item_wrap {
  margin-right: -5px;
}

.instagram_mobile .owl-carousel .owl-item .item {
  float: left;
  width: calc(50%);
  padding: 5px 5px 0 0;
}

.main-menu .menu_toggle {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: none;
  top: 50%;
  right: 15px;
  left: auto;
  margin-top: -20px;
  background-image: url(../png/menu_icon.png);
  background-repeat: no-repeat;
  background-position: center;
}

.main-menu .menu_toggle:focus, .main-menu .menu_toggle:active, .main-menu .menu_toggle:hover {
  color: transparent;
  text-decoration: none;
  outline: none;
  opacity: 1;
}

@media only screen and (max-width: 1245px) {
  .main-menu .menu_toggle {
    display: block;
  }
}

.main-menu .menu_toggle:after {
  font-family: "fontawesome";
  color: #000;
  content: "\f0c9";
  font-size: 30px;
  display: none;
}

.weather_section {
  display: none;
}

.list_images .wpb_single_image {
  display: inline-block;
}

.rev_slider_wrapper .tparrows {
  background: transparent !important;
  width: 26px;
  height: 46px;
}

.rev_slider_wrapper .tparrows:before {
  content: "" !important;
  background-repeat: no-repeat;
  background-position: top left;
  width: 100%;
  height: 100%;
  background-size: 100%;
}

.rev_slider_wrapper .tparrows.tp-leftarrow {
  transform: matrix(1, 0, 0, 1, 105, -5) !important;
  -webkit-transform: matrix(1, 0, 0, 1, 105, -5) !important;
  -ms-transform: matrix(1, 0, 0, 1, 105, -5) !important;
}

.rev_slider_wrapper .tparrows.tp-leftarrow:before {
  background-image: url(../png/left-arrow1.png);
}

.rev_slider_wrapper .tparrows.tp-rightarrow {
  transform: matrix(1, 0, 0, 1, -130, -5) !important;
  -webkit-transform: matrix(1, 0, 0, 1, -130, -5) !important;
  -ms-transform: matrix(1, 0, 0, 1, -130, -5) !important;
}

.rev_slider_wrapper .tparrows.tp-rightarrow:before {
  background-image: url(../png/right-arrow1.png);
}

.wpb-js-composer .entry-content .vc_tta.vc_general .vc_tta-panels {
  background: transparent !important;
  border: 0 !important;
  padding: 0;
}

.wpb-js-composer .entry-content .vc_tta.vc_general .vc_tta-panels .vc_tta-panel-body {
  padding: 20px 10px;
}

.wpb-js-composer .entry-content .vc_tta.vc_general .vc_tta-tab {
  float: left;
  display: block;
  margin: 0 3% 3% 0;
  width: 15%;
}

.wpb-js-composer .entry-content .vc_tta.vc_general .vc_tta-tab.vc_active > a {
  background-color: #ffeb3b;
}

.wpb-js-composer .entry-content .vc_tta.vc_general .vc_tta-tab > a {
  background-color: #f88c12;
  padding: 6px 0 4px;
  text-align: center;
  border-radius: 0;
  color: #fff;
  border: 0;
  font-size: 20px;
}

.wpb-js-composer .entry-content .vc_tta.vc_general .vc_tta-tab > a span:after {
  content: "";
  width: 10px;
  height: 6px;
  background-image: url(../png/a-down.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100%;
  display: inline-block;
  position: relative;
  margin-left: 5px;
  top: -1px;
}

@media only screen and (max-width: 1245px) {
  .maddon-weather,
  .weather_section_desktop {
    display: none !important;
  }
  .weather_section {
    position: absolute;
    top: auto;
    left: 0;
    display: block;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .weather_section .item-icon {
    max-width: 20px;
    margin: 0 auto;
  }
  .weather_section .item-title {
    line-height: 17px;
  }
  .weather_section .item-temp {
    font-size: 13px;
    color: #000;
    font-weight: 600;
  }
  .weather_section .item-temp .temp {
    display: inline-block;
    position: relative;
  }
  .weather_section .item-temp .temp:after {
    content: "o";
    color: #333333e6;
    position: relative;
    top: -5px;
  }
  .weather_section .item {
    display: block;
    float: left;
    width: calc( 100% / 3);
    text-align: center;
    padding: 0;
  }
  .weather_section .item a {
    font-size: 13px;
    line-height: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    font-weight: 600;
  }
  .mtpl-wrapper {
    max-width: 100% !important;
  }
  .page #content.site-content,
  .category #content.site-content,
  .content-page-bottom-widgets,
  .single .entry-content,
  .content-bottom-widgets,
  .content-bottom-local-widgets,
  .page-template-page-two-column #main-content {
    padding: 0 15px;
  }
  header #site-logo {
    max-width: 140px;
  }
  header .mt-header {
    position: relative;
  }
  header.opened .header_inner .menu-main-menu-container, header.opened .header_inner .menu-christian-visitors-container {
    right: 0;
  }
  header.opened .header_inner .main-menu .overlay {
    background-color: #000000ba;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 101;
  }
  header.opened .header_inner .main-menu .menu_close {
    position: absolute;
    top: 10px;
    left: 20px;
    width: 40px;
    height: 40px;
    color: #000;
    text-align: left;
    line-height: 40px;
    font-size: 20px;
  }
  header.opened .header_inner .main-menu .menu_close:focus, header.opened .header_inner .main-menu .menu_close:active, header.opened .header_inner .main-menu .menu_close:hover {
    color: #000;
    text-decoration: none;
    outline: none;
    opacity: 1;
  }
  header.opened .header_inner .main-menu .menu_close:after {
    content: "x";
    color: #000;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
  }
  header .header_inner {
    max-width: 100%;
    padding: 10px 15px;
    position: relative;
  }
  header .header_inner .menu-main-menu-container, header .header_inner .menu-christian-visitors-container {
    position: fixed;
    width: auto;
    height: 100vh;
    top: 0;
    right: -100%;
    left: auto;
    z-index: 110;
    padding: 50px 20px 20px;
    background-color: #fff;
    border-left: 1px solid #0000001c;
    -webkit-transition: none 0.4s ease;
    transition: none 0.4s ease;
    -webkit-transition-property: top, right, bottom, left, -webkit-transform;
    transition-property: top, right, bottom, left, -webkit-transform;
    transition-property: top, right, bottom, left, transform;
    transition-property: top, right, bottom, left, transform, -webkit-transform;
  }
  header .header_inner .menu-main-menu-container .nav-menu li, .menu-christian-visitors-container .nav-menu li {
    display: block;
    margin: 0;
  }
  header .header_inner .menu-main-menu-container .nav-menu li a, .menu-christian-visitors-container .nav-menu li a {
    padding: 6px 0 10px;
    border-bottom: 1px solid #000;
    font-size: 16px;
    min-width: 250px;
    margin-top: 10px;
    color: #000 !important;
  }
  header .mtpl_dyan_module-logo,
  header .mtpl_dyan_module-main-menu {
    width: 100% !important;
    float: none !important;
  }
}

@media only screen and (max-width: 790px) {
  body {
    font-size: 16px;
  }
  footer .quick-links {
    display: none;
  }
  .single #mtpl_dyan_section-main-content-inner .mtpl-wrapper {
    overflow: hidden;
  }
}

@media only screen and (max-width: 480px) {
  .social-sharing a {
    width: 40px !important;
    height: 40px !important;
  }
  body:not(.home) .maddon-faq {
    padding: 0 15px;
  }
}

.mc4wp-response p {
  margin: 0;
}

.mc4wp-response {
  margin: 10px 0 0;
}

.maddon-deals-slide .owl-theme .owl-nav .owl-prev {
  left: 0px !important;
}

.maddon-deals-slide .owl-theme .owl-nav .owl-next {
  right: 0px !important;
}
