/**
 * Generate font-face rule with custom font. mixin
 *
 * @param string $font-family
 * @param string $filename
 * @param string|array $default-fonts Second default font(s).
 * @param string|array $exts Extension(s) of custom font [eot ttf ... etc.].
 * @param string $font-style normal|italic|oblique
 * @param string $font-weight normal|bold|int
 * @param string $font-display Rule how to render custom font.
 */
/*----- Fonts -----*/
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../fonts/Lato-Regular.subset.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Regular.subset.woff2") format("woff2"), url("../fonts/Lato-Regular.subset.woff") format("woff"), url("../fonts/Lato-Regular.subset.ttf") format("truetype"), local("sans-serif");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/Lato-Light.subset.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Light.subset.woff2") format("woff2"), url("../fonts/Lato-Light.subset.woff") format("woff"), url("../fonts/Lato-Light.subset.ttf") format("truetype"), local("sans-serif");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src: url("../fonts/Lato-Bold.subset.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Bold.subset.woff2") format("woff2"), url("../fonts/Lato-Bold.subset.woff") format("woff"), url("../fonts/Lato-Bold.subset.ttf") format("truetype"), local("sans-serif");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/Lato-Black.subset.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Black.subset.woff2") format("woff2"), url("../fonts/Lato-Black.subset.woff") format("woff"), url("../fonts/Lato-Black.subset.ttf") format("truetype"), local("sans-serif");
}
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: normal;
  font-display: swap;
  src: url("../fonts/Lato-Italic.subset.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Italic.subset.woff2") format("woff2"), url("../fonts/Lato-Italic.subset.woff") format("woff"), url("../fonts/Lato-Italic.subset.ttf") format("truetype"), local("sans-serif");
}
@font-face {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/Merriweather-Black.subset.eot?#iefix") format("embedded-opentype"), url("../fonts/Merriweather-Black.subset.woff2") format("woff2"), url("../fonts/Merriweather-Black.subset.woff") format("woff"), url("../fonts/Merriweather-Black.subset.ttf") format("truetype"), local("sans-serif");
}
/*----- Variables -----*/
/*----- Extends -----*/
textarea, input[type=tel],
input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=number],
select {
  border: 1px solid #cbccce;
  padding: 2px 18px;
  font-size: 20px;
  font-family: "Lato", "sans-serif";
  -webkit-font-smoothing: antialiased;
  outline: none;
  color: #000;
  margin-bottom: 0;
}
textarea::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
textarea:-moz-placeholder, input[type=tel]:-moz-placeholder,
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=number]:-moz-placeholder,
select:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
textarea::-moz-placeholder, input[type=tel]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=number]::-moz-placeholder,
select::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
textarea:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.general_button {
  background: #6cb48d;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 60px;
  padding: 0 65px 0 21px;
  position: relative;
  display: inline-block;
  text-decoration: none !important;
}
.general_button:after {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -13px;
  background: url("../images/sprite.svg") no-repeat -480px 0px;
}
.general_button:hover {
  text-decoration: none !important;
}
.general_button:hover:after {
  -webkit-animation: arrow 0.8s infinite;
  -moz-animation: arrow 0.8s infinite;
  animation: arrow 0.8s infinite;
}

.template-magazine .list > div:after, .tax-inspiration_type .childs_list:after, .item_boxes:after, .filters_item_boxes:after, .single .entry_content_wrap .entry_content div.facilities_and_topics .shortcode_answer .two_columns:after, .single .post:after, .clear:after, .template-inspiration .list ul:after {
  content: ".";
  height: 0;
  font-size: 0;
  visibility: hidden;
  display: block;
  overflow: hidden;
  width: 100%;
}

.info_window.direction a, .box_link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

@media screen and (min-width: 1024px) {
  .template-inspiration .services .inspiration a:before,
  .tax-inspiration_type .services .inspiration a:before,
  .single-inspiration .services .inspiration a:before, .template-transport .services .transport a:before,
  .single-transport .services .transport a:before, .template-service .services .service a:before,
  .single-service .services .service a:before, .template-shopping .services .shopping a:before,
  .single-shopping .services .shopping a:before, .template-attraction .services .attraction a:before,
  .single-attraction .services .attraction a:before, .template-gastronomy .services .gastronomy a:before,
  .single-gastronomy .services .gastronomy a:before, .template-accommodation .services .accommodation a:before,
  .single-accommodation .services .accommodation a:before, .site_header .services li a:hover:before {
    opacity: 0.7;
  }
  .template-inspiration .services .inspiration a span,
  .tax-inspiration_type .services .inspiration a span,
  .single-inspiration .services .inspiration a span, .template-transport .services .transport a span,
  .single-transport .services .transport a span, .template-service .services .service a span,
  .single-service .services .service a span, .template-shopping .services .shopping a span,
  .single-shopping .services .shopping a span, .template-attraction .services .attraction a span,
  .single-attraction .services .attraction a span, .template-gastronomy .services .gastronomy a span,
  .single-gastronomy .services .gastronomy a span, .template-accommodation .services .accommodation a span,
  .single-accommodation .services .accommodation a span, .site_header .services li a:hover span {
    opacity: 1;
    bottom: -15px;
  }
}
@media screen and (max-width: 1199px) {
  .template-inspiration .services .inspiration a span,
  .tax-inspiration_type .services .inspiration a span,
  .single-inspiration .services .inspiration a span, .template-transport .services .transport a span,
  .single-transport .services .transport a span, .template-service .services .service a span,
  .single-service .services .service a span, .template-shopping .services .shopping a span,
  .single-shopping .services .shopping a span, .template-attraction .services .attraction a span,
  .single-attraction .services .attraction a span, .template-gastronomy .services .gastronomy a span,
  .single-gastronomy .services .gastronomy a span, .template-accommodation .services .accommodation a span,
  .single-accommodation .services .accommodation a span, .site_header .services li a:hover span {
    bottom: -10px;
  }
}

.template-video-list .item_box .cat, .template-offer .item_box .expires, .item_box .type, .single .post .type {
  background: #f29d65;
  position: absolute;
  left: 0;
  padding: 5px 10px;
  line-height: 20px;
  color: #fff;
}

.item_box .type, .single .post .type {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}

section.posts_slider .slider .item .options, .item_box .options, .single .post .information .options {
  font-size: 0;
}
section.posts_slider .slider .item .options li, .item_box .options li, .single .post .information .options li {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  position: relative;
  background: url("../images/sprite.svg") no-repeat 0px -80px;
}
section.posts_slider .slider .item .options li span, .item_box .options li span, .single .post .information .options li span {
  background: #45b249;
  content: "";
  width: 11px;
  height: 11px;
  position: absolute;
  right: -8px;
  top: -5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
section.posts_slider .slider .item .options li span:before, .item_box .options li span:before, .single .post .information .options li span:before {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
  width: 7px;
  height: 2px;
  position: absolute;
  left: 3px;
  top: 2px;
  -webkit-transform: translate(0px, 0px) rotate(-45deg);
  -moz-transform: translate(0px, 0px) rotate(-45deg);
  -ms-transform: translate(0px, 0px) rotate(-45deg);
  transform: translate(0px, 0px) rotate(-45deg);
}
section.posts_slider .slider .item .options li.is_open span, .item_box .options li.is_open span, .single .post .information .options li.is_open span {
  right: -3px;
}
section.posts_slider .slider .item .options li.is_breakfast_included, .item_box .options li.is_breakfast_included, .single .post .information .options li.is_breakfast_included {
  background-position: -30px -80px;
}
section.posts_slider .slider .item .options li.is_wifi, .item_box .options li.is_wifi, .single .post .information .options li.is_wifi {
  background-position: -60px -80px;
}
section.posts_slider .slider .item .options li.is_dog_allowed, .item_box .options li.is_dog_allowed, .single .post .information .options li.is_dog_allowed {
  background-position: -90px -80px;
}
section.posts_slider .slider .item .options li.is_dog_allowed span, .item_box .options li.is_dog_allowed span, .single .post .information .options li.is_dog_allowed span {
  right: -11px;
}
section.posts_slider .slider .item .options li.is_handicap_friendly, .item_box .options li.is_handicap_friendly, .single .post .information .options li.is_handicap_friendly {
  background-position: -120px -80px;
}
section.posts_slider .slider .item .options li.is_handicap_friendly span, .item_box .options li.is_handicap_friendly span, .single .post .information .options li.is_handicap_friendly span {
  right: -8px;
}

div.pp_default .pp_close, .w-dialog .popup_close, .single .gallery.active .close, .map button.gm-ui-hover-effect {
  background: #553f42;
  width: 50px;
  height: 50px;
  position: absolute;
  cursor: pointer;
}
div.pp_default .pp_close:before, .w-dialog .popup_close:before, .single .gallery.active .close:before, .map button.gm-ui-hover-effect:before, div.pp_default .pp_close:after, .w-dialog .popup_close:after, .single .gallery.active .close:after, .map button.gm-ui-hover-effect:after {
  background: #fff;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(0px, 0px) rotate(45deg);
  -moz-transform: translate(0px, 0px) rotate(45deg);
  -ms-transform: translate(0px, 0px) rotate(45deg);
  transform: translate(0px, 0px) rotate(45deg);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
div.pp_default .pp_close:before, .w-dialog .popup_close:before, .single .gallery.active .close:before, .map button.gm-ui-hover-effect:before {
  width: 20px;
  height: 2px;
  margin: -1px 0 0 -10px;
}
div.pp_default .pp_close:after, .w-dialog .popup_close:after, .single .gallery.active .close:after, .map button.gm-ui-hover-effect:after {
  width: 2px;
  height: 20px;
  margin: -10px 0 0 -1px;
}
div.pp_default .pp_close:hover:before, .w-dialog .popup_close:hover:before, .single .gallery.active .close:hover:before, .map button.gm-ui-hover-effect:hover:before {
  width: 26px;
  margin-left: -13px;
}
div.pp_default .pp_close:hover:after, .w-dialog .popup_close:hover:after, .single .gallery.active .close:hover:after, .map button.gm-ui-hover-effect:hover:after {
  height: 26px;
  margin-top: -13px;
}
@media screen and (max-width: 767px) {
  div.pp_default .pp_close, .w-dialog .popup_close, .single .gallery.active .close, .map button.gm-ui-hover-effect {
    width: 40px;
    height: 40px;
    right: -20px;
    top: -20px;
  }
}

.template-inspiration .list {
  position: relative;
}
.template-inspiration .list:hover {
  z-index: 10;
}
.template-inspiration .list ul {
  margin-left: -1%;
}
.template-inspiration .list li {
  float: left;
  width: 24%;
  margin-left: 1%;
  margin-top: 1%;
  position: relative;
}
.template-inspiration .list li:before {
  background-color: transparent;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.15) 75%, rgba(0, 0, 0, 0.75));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.15) 75%, rgba(0, 0, 0, 0.75));
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.15) 75%, rgba(0, 0, 0, 0.75));
  background: linear-gradient(top, rgba(0, 0, 0, 0.15) 75%, rgba(0, 0, 0, 0.75));
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.template-inspiration .list li:hover img {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.template-inspiration .list li.no_image > div {
  padding-bottom: 100%;
  position: relative;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.template-inspiration .list li.no_image:hover > div {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.template-inspiration .list img {
  width: 100%;
  position: relative;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.template-inspiration .list h5 {
  position: absolute;
  left: 40px;
  right: 75px;
  bottom: 42px;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  z-index: 2;
}
.template-inspiration .list .box_link {
  z-index: 3;
}
.template-inspiration .list .box_link:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  right: 37px;
  bottom: 40px;
  opacity: 0;
  background: url("../images/sprite.svg") no-repeat -520px 0px;
}
.template-inspiration .list .box_link:hover:before {
  opacity: 1;
  -webkit-animation: arrow 0.8s infinite;
  -moz-animation: arrow 0.8s infinite;
  animation: arrow 0.8s infinite;
}
@media screen and (max-width: 1499px) {
  .template-inspiration .list h5 {
    left: 20px;
    right: 55px;
    bottom: 20px;
    font-size: 18px;
  }
  .template-inspiration .list .box_link:before {
    bottom: 15px;
    right: 20px;
  }
}
@media screen and (max-width: 1299px) {
  .template-inspiration .list li {
    width: 32.3%;
  }
  .template-inspiration .list li:last-child {
    display: none;
  }
}
@media screen and (max-width: 639px) {
  .template-inspiration .list li {
    width: 49%;
  }
  .template-inspiration .list li:last-child {
    display: block;
  }
}
@media screen and (max-width: 479px) {
  .template-inspiration .list li {
    float: none;
    width: auto;
  }
}

.search_overlay, .menu_overlay {
  background: #1fa7a3;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  font-weight: 100;
  text-transform: none;
  z-index: -1;
}
.search_overlay > div, .menu_overlay > div {
  text-align: center;
  position: relative;
  top: 50%;
  height: 40%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 1199px) and (min-width: 1024px) {
  .search_overlay > div, .menu_overlay > div {
    top: 42%;
  }
}
@media screen and (max-width: 767px) {
  .search_overlay > div, .menu_overlay > div {
    top: 47%;
  }
}
@media screen and (max-width: 479px) and (min-width: 375px) {
  .search_overlay > div, .menu_overlay > div {
    top: 40%;
  }
}

.single .post .left_part .entry_content_wrap, .page.template-default article.post .entry_content_wrap {
  margin-top: 32px;
  line-height: 1.5;
}
.single .post .left_part .entry_content_wrap p, .page.template-default article.post .entry_content_wrap p,
.single .post .left_part .entry_content_wrap .entry_content > *,
.page.template-default article.post .entry_content_wrap .entry_content > *,
.single .post .left_part .entry_content_wrap .entry_content ul,
.page.template-default article.post .entry_content_wrap .entry_content ul,
.single .post .left_part .entry_content_wrap .entry_content div,
.page.template-default article.post .entry_content_wrap .entry_content div,
.single .post .left_part .entry_content_wrap .entry_content table,
.page.template-default article.post .entry_content_wrap .entry_content table,
.single .post .left_part .entry_content_wrap .entry_content blockquote,
.page.template-default article.post .entry_content_wrap .entry_content blockquote,
.single .post .left_part .entry_content_wrap .entry_content_wrap .columns_2,
.page.template-default article.post .entry_content_wrap .entry_content_wrap .columns_2,
.single .post .left_part .entry_content_wrap .entry_content_wrap .columns_3,
.page.template-default article.post .entry_content_wrap .entry_content_wrap .columns_3,
.single .post .left_part .entry_content_wrap .entry_content_wrap .columns_4,
.page.template-default article.post .entry_content_wrap .entry_content_wrap .columns_4 {
  margin-top: 30px;
}
.single .post .left_part .entry_content_wrap .entry_content *:first-child, .page.template-default article.post .entry_content_wrap .entry_content *:first-child {
  margin-top: 0;
}
.single .post .left_part .entry_content_wrap .entry_content .shortcode_answer, .page.template-default article.post .entry_content_wrap .entry_content .shortcode_answer {
  margin-top: 0;
}
.single .post .left_part .entry_content_wrap .entry_content .shortcode_question, .page.template-default article.post .entry_content_wrap .entry_content .shortcode_question {
  margin-top: 10px;
}

@-webkit-keyframes arrow {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes arrow {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes arrow {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes shake {
  10%, 90% {
    -webkit-transform: translate(0px, 0px) rotate(13deg);
    -moz-transform: translate(0px, 0px) rotate(13deg);
    -ms-transform: translate(0px, 0px) rotate(13deg);
    transform: translate(0px, 0px) rotate(13deg);
  }
  20%, 80% {
    -webkit-transform: translate(0px, 0px) rotate(19deg);
    -moz-transform: translate(0px, 0px) rotate(19deg);
    -ms-transform: translate(0px, 0px) rotate(19deg);
    transform: translate(0px, 0px) rotate(19deg);
  }
  30%, 50%, 70% {
    -webkit-transform: translate(0px, 0px) rotate(9deg);
    -moz-transform: translate(0px, 0px) rotate(9deg);
    -ms-transform: translate(0px, 0px) rotate(9deg);
    transform: translate(0px, 0px) rotate(9deg);
  }
  40%, 60% {
    -webkit-transform: translate(0px, 0px) rotate(20deg);
    -moz-transform: translate(0px, 0px) rotate(20deg);
    -ms-transform: translate(0px, 0px) rotate(20deg);
    transform: translate(0px, 0px) rotate(20deg);
  }
}
@-moz-keyframes shake {
  10%, 90% {
    -webkit-transform: translate(0px, 0px) rotate(13deg);
    -moz-transform: translate(0px, 0px) rotate(13deg);
    -ms-transform: translate(0px, 0px) rotate(13deg);
    transform: translate(0px, 0px) rotate(13deg);
  }
  20%, 80% {
    -webkit-transform: translate(0px, 0px) rotate(19deg);
    -moz-transform: translate(0px, 0px) rotate(19deg);
    -ms-transform: translate(0px, 0px) rotate(19deg);
    transform: translate(0px, 0px) rotate(19deg);
  }
  30%, 50%, 70% {
    -webkit-transform: translate(0px, 0px) rotate(9deg);
    -moz-transform: translate(0px, 0px) rotate(9deg);
    -ms-transform: translate(0px, 0px) rotate(9deg);
    transform: translate(0px, 0px) rotate(9deg);
  }
  40%, 60% {
    -webkit-transform: translate(0px, 0px) rotate(20deg);
    -moz-transform: translate(0px, 0px) rotate(20deg);
    -ms-transform: translate(0px, 0px) rotate(20deg);
    transform: translate(0px, 0px) rotate(20deg);
  }
}
@keyframes shake {
  10%, 90% {
    -webkit-transform: translate(0px, 0px) rotate(13deg);
    -moz-transform: translate(0px, 0px) rotate(13deg);
    -ms-transform: translate(0px, 0px) rotate(13deg);
    transform: translate(0px, 0px) rotate(13deg);
  }
  20%, 80% {
    -webkit-transform: translate(0px, 0px) rotate(19deg);
    -moz-transform: translate(0px, 0px) rotate(19deg);
    -ms-transform: translate(0px, 0px) rotate(19deg);
    transform: translate(0px, 0px) rotate(19deg);
  }
  30%, 50%, 70% {
    -webkit-transform: translate(0px, 0px) rotate(9deg);
    -moz-transform: translate(0px, 0px) rotate(9deg);
    -ms-transform: translate(0px, 0px) rotate(9deg);
    transform: translate(0px, 0px) rotate(9deg);
  }
  40%, 60% {
    -webkit-transform: translate(0px, 0px) rotate(20deg);
    -moz-transform: translate(0px, 0px) rotate(20deg);
    -ms-transform: translate(0px, 0px) rotate(20deg);
    transform: translate(0px, 0px) rotate(20deg);
  }
}
@-webkit-keyframes glow {
  to {
    box-shadow: 0 0 0 0 #fff;
  }
}
@-moz-keyframes glow {
  to {
    box-shadow: 0 0 0 0 #fff;
  }
}
@keyframes glow {
  to {
    box-shadow: 0 0 0 0 #fff;
  }
}
@-webkit-keyframes shine768 {
  100% {
    transform: translateX(300px) skewX(-15deg);
  }
}
@-moz-keyframes shine768 {
  100% {
    transform: translateX(300px) skewX(-15deg);
  }
}
@keyframes shine768 {
  100% {
    transform: translateX(300px) skewX(-15deg);
  }
}
@-webkit-keyframes shine767 {
  100% {
    transform: translateX(800px) skewX(-15deg);
  }
}
@-moz-keyframes shine767 {
  100% {
    transform: translateX(800px) skewX(-15deg);
  }
}
@keyframes shine767 {
  100% {
    transform: translateX(800px) skewX(-15deg);
  }
}
@-webkit-keyframes loading {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes loading {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes loading {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes filters_top {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes filters_top {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes filters_top {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes filters_bottom {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes filters_bottom {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes filters_bottom {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes swipe {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes swipe {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes swipe {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.tax-lp_category .w-dialog .popup_content {
  scrollbar-color: #999 rgba(0, 0, 0, 0);
  scrollbar-width: thin;
}
.tax-lp_category .w-dialog .popup_content::-webkit-scrollbar {
  width: 6px;
}
.tax-lp_category .w-dialog .popup_content::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 6px;
}

/*----- Reset css -----*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  outline: none;
  text-decoration: none;
  color: inherit;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

wbr {
  display: inline-block;
}

img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

iframe {
  border: 0;
  display: block;
}

button,
input {
  font-size: inherit;
}

label {
  display: block;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=tel],
input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=number],
select {
  height: 60px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

input[type=search] {
  -webkit-appearance: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  cursor: pointer;
}

textarea {
  height: 180px;
  padding-top: 18px;
  padding-bottom: 18px;
}

input[type=submit],
button[type=submit] {
  cursor: pointer;
  color: #fff;
  outline: none;
  /*@extend %button;
  background: #553f42;
  border: none;
  height: 60px;
  -webkit-appearance: none;
  @include transition-duration(.3s);*/
}

.submit {
  background: #553f42;
  position: relative;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.submit:before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -13px;
  background: url("../images/sprite.svg") no-repeat -480px 0px;
}
.submit input {
  background: none;
  border: none;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
  text-align: left;
  padding: 0 20px;
}
.submit:hover:before {
  -webkit-animation: arrow 0.8s infinite;
  -moz-animation: arrow 0.8s infinite;
  animation: arrow 0.8s infinite;
}

.error-message {
  color: #d90000;
  font-size: smaller;
}

h1 {
  font-size: 24px;
  line-height: 1.2;
}

h2 {
  font-size: 22px;
  line-height: 1.2;
}

h3 {
  font-size: 20px;
  line-height: 1.2;
}

h4 {
  font-size: 18px;
  line-height: 1.2;
}

h5 {
  font-size: 16px;
  line-height: 1.2;
}

h6 {
  font-size: 14px;
  line-height: 1.2;
}

blockquote {
  border-left: 1px solid #999;
  font-style: italic;
  padding: 7px 10px;
  margin-left: 10px;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

td {
  background: #efefef;
  border: 1px solid #999;
  padding: 10px;
}

tr.odd td {
  background: #e9e9e9;
}

th:empty:after,
td:empty:after {
  content: ".";
  visibility: hidden;
}

.general_button.without_bg {
  background: none;
  margin-top: 15px;
  padding: 0 37px 0 0;
  color: #000;
  line-height: 1.2;
}
.general_button.without_bg:after {
  background-position: -480px -30px;
  right: 0;
}
.general_button.blue_bg {
  background: #327c93;
}
.general_button.white {
  color: #fff;
}
.general_button.white:after {
  background-position: -480px 0;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.alignright {
  float: right;
  margin: 20px 0 10px 20px;
}

.alignleft {
  float: left;
  margin: 20px 20px 10px 0;
}

ul {
  list-style: none inside;
}

ol {
  list-style: decimal inside;
}

.entry_content ul,
.entry_content ol,
.widget_text ul,
.widget_text ol {
  margin-left: 25px;
}
.entry_content ul,
.widget_text ul {
  margin-left: 25px;
  text-align: left;
  list-style: disc;
}
.entry_content a:hover,
.widget_text a:hover {
  text-decoration: underline;
}

p,
.entry_content > *,
.entry_content h1,
.entry_content h2,
.entry_content h3,
.entry_content h4,
.entry_content h5,
.entry_content h6,
.entry_content div,
.entry_content table,
.entry_content blockquote,
.entry_content_wrap .columns_2,
.entry_content_wrap .columns_3,
.entry_content_wrap .columns_4,
.entry_content ul {
  margin-top: 15px;
}

p:first-child,
.entry_content *:first-child {
  margin-top: 0;
}

.entry_content .media_wrap,
.template-contact main .map_wrap .media_wrap,
.textwidget .media_wrap {
  margin-top: 15px;
  position: relative;
  padding-bottom: 56.25%; /* 16x9 Aspect Ratio */
  overflow: hidden;
}
.entry_content .media_wrap.ratio-4x3,
.template-contact main .map_wrap .media_wrap.ratio-4x3,
.textwidget .media_wrap.ratio-4x3 {
  padding-bottom: 75%; /* 4x3 Aspect Ratio */
}
.entry_content .media_wrap > *,
.template-contact main .map_wrap .media_wrap > *,
.textwidget .media_wrap > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border: 0;
}

.entry_content .media_wrap:first-child,
.textwidget .media_wrap:first-child {
  margin-top: 0;
}

.entry_content_wrap .columns_2 .entry_content {
  width: 49%;
  margin-left: 2%;
}
.entry_content_wrap .columns_2.entry_content {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.entry_content_wrap .columns_3 .entry_content {
  width: 32%;
  margin-left: 2%;
}
.entry_content_wrap .columns_3.entry_content {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
.entry_content_wrap .columns_4 .entry_content {
  width: 22%;
  margin-left: 4%;
}
.entry_content_wrap .columns_4.entry_content {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}
.entry_content_wrap .columns_2 .entry_content,
.entry_content_wrap .columns_3 .entry_content,
.entry_content_wrap .columns_4 .entry_content {
  float: left;
  clear: none;
}
.entry_content_wrap .columns_2 .entry_content:first-child,
.entry_content_wrap .columns_3 .entry_content:first-child,
.entry_content_wrap .columns_4 .entry_content:first-child {
  margin-left: 0;
}
.entry_content_wrap .columns_2.entry_content,
.entry_content_wrap .columns_3.entry_content,
.entry_content_wrap .columns_4.entry_content {
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
@media screen and (max-width: 767px) {
  .entry_content_wrap .columns_4 .entry_content {
    width: 49%;
    margin: 10px 0 0 2%;
  }
  .entry_content_wrap .columns_4 .entry_content:first-child, .entry_content_wrap .columns_4 .entry_content:nth-child(2) {
    margin-top: 0;
  }
  .entry_content_wrap .columns_4 .entry_content:nth-child(3) {
    clear: left;
    margin-left: 0;
  }
  .entry_content_wrap .main_menu ul {
    display: none;
  }
}
@media screen and (max-width: 639px) {
  .entry_content_wrap .columns_2 .entry_content,
  .entry_content_wrap .columns_3 .entry_content,
  .entry_content_wrap .columns_4 .entry_content {
    width: auto;
    float: none;
    margin: 10px 0 0;
  }
  .entry_content_wrap .columns_2 .entry_content:first-child, .entry_content_wrap .columns_2 .entry_content:nth-child(2),
  .entry_content_wrap .columns_3 .entry_content:first-child,
  .entry_content_wrap .columns_3 .entry_content:nth-child(2),
  .entry_content_wrap .columns_4 .entry_content:first-child,
  .entry_content_wrap .columns_4 .entry_content:nth-child(2) {
    margin-top: 10px;
  }
}

.gallery .gallery-item .gallery-icon img {
  border: medium none !important;
}

/*- Question/answer -*/
.entry_content .shortcode_question {
  background: #eee;
  padding: 8px 20px;
  font-weight: 900;
  cursor: pointer;
  position: relative;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.entry_content .shortcode_question:before, .entry_content .shortcode_question:after {
  background: #000;
  content: "";
  position: absolute;
  top: 50%;
}
.entry_content .shortcode_question:before {
  width: 19px;
  height: 3px;
  right: 19px;
}
.entry_content .shortcode_question:after {
  width: 3px;
  height: 19px;
  right: 27px;
  margin-top: -8px;
}
.entry_content .shortcode_question:hover {
  background: #ddd;
}
.entry_content .shortcode_question.expand:after {
  display: none;
}
.entry_content .shortcode_answer {
  border: 1px solid #eee;
  padding: 8px 20px;
  margin-top: 0;
}

/*- Caption -*/
.wp_caption {
  background-color: #f3f3f3;
  border: 1px solid #999;
  border-radius: 3px;
  padding: 4px;
  text-align: center;
}
.wp_caption img {
  display: block;
}

.wp_caption_text {
  font-size: 12px;
  line-height: 1.5;
  padding-top: 4px;
}

/*- 7 contact form -*/
.wpcf7 br {
  display: none;
}
.wpcf7 span.wpcf7-form-control-wrap {
  position: relative;
  display: block !important;
}
.wpcf7 span.wpcf7-not-valid-tip {
  position: absolute;
  left: 5px;
  top: 5px;
  font-size: 14px;
}
.wpcf7 div.wpcf7-response-output {
  margin: 20px 0 0;
  padding: 4px 5px;
  font-size: 14px;
}
.wpcf7 .input input,
.wpcf7 .input textarea {
  width: 100%;
}
.wpcf7 .submit input {
  width: 100%;
  height: 60px;
}
.wpcf7 .submit .ajax-loader {
  background-color: #fff;
  position: absolute;
  right: -25px;
  top: 22px;
  margin: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.loading {
  position: relative;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
  opacity: 0.3;
}
.loading:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

/*----- Main css -----*/
body {
  font-family: "Lato", "sans-serif";
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 1.4;
  color: #000;
  background-size: cover !important;
  overflow-x: hidden;
}
body.admin-bar .site_header .top {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar .site_header .top {
    top: 46px;
  }
}
@media screen and (max-width: 600px) {
  body #wpadminbar {
    position: fixed;
  }
}

.container {
  overflow: hidden;
}

.entry_content a:not(.general_button) {
  text-decoration: underline;
}
.entry_content a:not(.general_button):hover {
  color: #999;
}

/*----- Social icons -----*/
.social_icons ul {
  overflow: hidden;
}
.social_icons li {
  float: left;
  margin-left: 10px;
}
.social_icons li:first-child {
  margin-left: 0;
}
.social_icons a {
  display: block;
  width: 30px;
  height: 30px;
  background: url("../images/sprite.svg") no-repeat -400px 0px;
}
.social_icons .instagram a {
  background-position: -440px 0;
}
.social_icons .youtube a {
  background-position: -400px -40px;
  width: 36px;
}
.social_icons .linkedin a {
  background-position: -440px -40px;
}
@media screen and (min-width: 1024px) {
  .social_icons a:hover {
    opacity: 0.5;
  }
}

/*----- Search / Menu overlay -----*/
.menu_overlay ul {
  font-size: 30px;
  margin: 0 auto;
  display: inline-block;
  height: 100%;
  position: relative;
}
.menu_overlay li {
  margin-top: 10px;
}
.menu_overlay li:first-child {
  margin-top: 0;
}
.menu_overlay a {
  color: #fff;
  position: relative;
}
.menu_overlay a:before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  right: -40px;
  top: 50%;
  opacity: 0;
  margin-top: -10px;
  background: url("../images/sprite.svg") no-repeat -480px 0px;
}
.menu_overlay a:hover {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .menu_overlay a:hover:before {
    opacity: 0.7;
    -webkit-animation: arrow 0.8s infinite;
    -moz-animation: arrow 0.8s infinite;
    animation: arrow 0.8s infinite;
  }
}
@media screen and (max-width: 767px) {
  .menu_overlay > div {
    height: 15%;
  }
}
@media screen and (max-width: 639px) {
  .menu_overlay ul {
    font-size: 20px;
  }
}
@media screen and (max-width: 479px) {
  .menu_overlay > div {
    height: 20%;
  }
  .menu_overlay ul {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .search_overlay > div {
    height: 0;
  }
}
@media screen and (max-width: 479px) {
  .search_overlay > div {
    padding-top: 30px;
  }
}

.animated_overlay {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
}
.animated_overlay.open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.animated_overlay.open > div > ul,
.animated_overlay.open > div .form {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.animated_overlay > div {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.animated_overlay > div > ul,
.animated_overlay > div .form {
  opacity: 0.4;
  -webkit-transform: translateY(-25%) rotateX(35deg);
  transform: translateY(-25%) rotateX(35deg);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
}
.animated_overlay.close > div > ul,
.animated_overlay.close > div .form {
  -webkit-transform: translateY(25%) rotateX(-35deg);
  transform: translateY(25%) rotateX(-35deg);
}

/*----- Background video -----*/
.background_video {
  position: relative;
}
.background_video > div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 640px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: -320px;
  text-align: center;
  color: #fff;
}
.background_video h2 {
  font-size: 50px;
  letter-spacing: 0;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.background_video h3 {
  font-size: 32px;
  letter-spacing: 0;
  color: rgb(255, 255, 255);
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.background_video .link {
  margin-top: 50px;
  display: inline-flex;
  align-items: center;
  font-size: 20px;
  transition-duration: 0.3s;
}
.background_video .link:hover {
  opacity: 0.7;
}
.background_video .link:after {
  content: "";
  width: 46px;
  height: 46px;
  background: url("../images/sprite.svg") no-repeat -300px -300px;
  display: inline-block;
  margin-left: 20px;
}
.background_video video {
  width: 100%;
}
@media screen and (max-width: 639px) {
  .background_video > div {
    width: 100%;
    left: 0;
    margin-left: 0;
    padding: 20px;
  }
  .background_video > div h2 {
    font-size: 32px;
  }
  .background_video > div h3 {
    font-size: 24px;
  }
  .background_video > div .link {
    margin-top: 20px;
  }
}

.home main .entry_header .entry_title {
  display: none;
}

/*----- Header -----*/
.home .site_header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.home .site_header .services li a span {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .home .site_header {
    position: relative;
  }
}

.site_header {
  position: relative;
  z-index: 200;
  padding-top: 40px;
}
.site_header .bottom {
  position: relative;
}
.site_header .bottom:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}
.site_header .clear,
.site_header .top > div {
  max-width: 1920px;
  margin: 0 auto;
}
.site_header .top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.site_header .top:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #001634;
  opacity: 0.8;
  top: 0;
  left: 0;
  z-index: -1;
}
.site_header .top > div {
  display: flex;
  min-height: 40px;
  align-items: center;
  padding: 0 20px;
}
.site_header .top .menu_button {
  display: none;
}
.site_header .clear {
  padding: 20px 20px 0;
}
.site_header .logo {
  float: left;
  min-height: 80px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  position: relative;
}
.site_header .logo img {
  max-width: 200px;
}
.site_header .services {
  max-width: 1020px;
  margin: 0 auto;
}
.site_header .services ul {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}
.site_header .services li {
  float: left;
}
.site_header .services li a {
  display: block;
  padding: 48px 25px 32px;
  position: relative;
}
.site_header .services li a:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 18px;
  height: 28px;
  width: 28px;
  margin-left: -14px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: url("../images/sprite.svg") no-repeat 0px 0px;
}
.site_header .services li a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -40px;
  width: 1px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.1) 50%;
  background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0));
}
.site_header .services li a span {
  background: #fff;
  box-shadow: 0 20px 15px -10px rgba(128, 128, 128, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 35px;
  opacity: 0;
  -webkit-border-radius: 0 0 50% 50%/0 0 100% 100%;
  -moz-border-radius: 0 0 50% 50%/0 0 100% 100%;
  border-radius: 0 0 50% 50%/0 0 100% 100%;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.site_header .services li:first-child a:after {
  display: none;
}
.site_header .services li.gastronomy a:before {
  width: 42px;
  height: 38px;
  top: 13px;
  margin-left: -21px;
  background-position: -40px 0;
}
.site_header .services li.attraction a:before {
  background-position: -90px 0;
}
.site_header .services li.shopping a:before {
  background-position: -130px 0;
}
.site_header .services li.service a:before {
  background-position: -170px 0;
}
.site_header .services li.transport a:before {
  background-position: -210px 0;
}
.site_header .services li.events a:before {
  background-position: -250px 0;
}
.site_header .services li.inspiration a:before {
  background-position: -290px 0;
}
.site_header .services .swipe {
  display: none;
}
.site_header .service_menu_wrap {
  position: relative;
  float: right;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 80px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.site_header .main_menu {
  flex: 1;
  display: flex;
  justify-content: center;
  padding-right: 160px;
}
.site_header .main_menu .menu_button {
  position: relative;
  padding-left: 37px;
  outline: none;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: #fff;
}
.site_header .main_menu .menu_button span,
.site_header .main_menu .menu_button span:before,
.site_header .main_menu .menu_button span:after {
  background: #fff;
  content: "";
  position: absolute;
  left: 0;
  width: 24px;
  height: 4px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.site_header .main_menu .menu_button span {
  left: 0;
  top: 50%;
  margin-top: -1px;
}
.site_header .main_menu .menu_button span:before {
  width: 16px;
  top: 7px;
}
.site_header .main_menu .menu_button span:after {
  top: -7px;
}
.site_header .main_menu.active .menu_button span {
  background: none;
}
.site_header .main_menu.active .menu_button span:before {
  width: 24px;
  -webkit-transform: translate(0px, -8px) rotate(45deg);
  -moz-transform: translate(0px, -8px) rotate(45deg);
  -ms-transform: translate(0px, -8px) rotate(45deg);
  transform: translate(0px, -8px) rotate(45deg);
}
.site_header .main_menu.active .menu_button span:after {
  -webkit-transform: translate(0px, 6px) rotate(-45deg);
  -moz-transform: translate(0px, 6px) rotate(-45deg);
  -ms-transform: translate(0px, 6px) rotate(-45deg);
  transform: translate(0px, 6px) rotate(-45deg);
}
.site_header .main_menu ul {
  display: flex;
  justify-content: space-between;
}
.site_header .main_menu ul li {
  float: left;
  margin-left: 20px;
  font-size: 12px;
  text-transform: uppercase;
}
.site_header .main_menu ul li:first-child {
  margin-left: 0;
}
.site_header .main_menu ul li a {
  color: #fff;
  white-space: nowrap;
}
.site_header .main_menu ul li a:hover {
  opacity: 0.7;
}
.site_header .main_menu ul li.current-menu-item > a {
  font-weight: bold;
}
.site_header .main_menu.responsive .menu_button {
  display: inline-block;
}
.site_header .main_menu.responsive > ul {
  display: none;
  position: absolute;
  top: 40px;
  width: 100%;
  left: 0;
  background: #001634;
  z-index: 2;
  text-align: left;
}
.site_header .main_menu.responsive > ul li {
  display: block;
  margin: 0;
  float: none;
}
.site_header .main_menu.responsive > ul li a {
  display: block;
  padding: 7px 20px;
}
@media screen and (max-width: 1320px) {
  .site_header .main_menu {
    padding-right: 0;
  }
  .site_header .main_menu > ul {
    width: auto;
  }
}
@media screen and (max-width: 1024px) {
  .site_header .main_menu {
    justify-content: left;
  }
}
@media screen and (min-width: 1024px) {
  .site_header .main_menu > ul {
    display: block !important;
  }
}
.site_header .social_languages_wrap {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.site_header .social_icons {
  margin-right: 28px;
  min-width: 156px;
}
.site_header .language_menu {
  margin-right: 30px;
  position: relative;
}
.site_header .language_menu .current_language,
.site_header .language_menu .other_languages a {
  padding: 0 14px 0 35px;
  position: relative;
}
.site_header .language_menu .current_language:before,
.site_header .language_menu .other_languages a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 28px;
  height: 28px;
  margin-top: -13px;
}
.site_header .language_menu .current_language.da:before,
.site_header .language_menu .other_languages a.da:before {
  background: url("../images/sprite.svg") no-repeat -360px 0px;
}
.site_header .language_menu .current_language.de:before,
.site_header .language_menu .other_languages a.de:before {
  background: url("../images/sprite.svg") no-repeat -360px -30px;
}
.site_header .language_menu .current_language.en:before,
.site_header .language_menu .other_languages a.en:before {
  background: url("../images/sprite.svg") no-repeat -360px -60px;
}
.site_header .language_menu .current_language {
  cursor: pointer;
}
.site_header .language_menu .current_language:after {
  border-top: 4px solid #000;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1px;
}
.site_header .language_menu .other_languages {
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.site_header .language_menu .other_languages li {
  margin-top: 3px;
}
.site_header .language_menu .other_languages a {
  display: block;
}
.site_header .language_menu:hover .other_languages {
  opacity: 1;
  visibility: visible;
}
.site_header .search {
  margin-right: 30px;
}
.site_header .search .search_button {
  padding-left: 26px;
  position: relative;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.site_header .search .search_button:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 21px;
  height: 21px;
  margin-top: -9px;
  background: url("../images/sprite.svg") no-repeat -320px -40px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.site_header .search .search_button span {
  opacity: 0;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.site_header .search .search_button span:before, .site_header .search .search_button span:after {
  background: #000;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 4px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.site_header .search .search_button span:before {
  -webkit-transform: translate(-3px, 10px) rotate(45deg);
  -moz-transform: translate(-3px, 10px) rotate(45deg);
  -ms-transform: translate(-3px, 10px) rotate(45deg);
  transform: translate(-3px, 10px) rotate(45deg);
}
.site_header .search .search_button span:after {
  -webkit-transform: translate(-3px, 10px) rotate(-45deg);
  -moz-transform: translate(-3px, 10px) rotate(-45deg);
  -ms-transform: translate(-3px, 10px) rotate(-45deg);
  transform: translate(-3px, 10px) rotate(-45deg);
}
.site_header .search .search_button.active:before {
  opacity: 0;
}
.site_header .search .search_button.active span {
  opacity: 1;
}
.site_header .search .form {
  width: 640px;
  margin: 0 auto;
}
.site_header .search .form h3 {
  font-size: 60px;
  font-weight: normal;
  color: #fff;
}
.site_header .search form {
  filter: drop-shadow(20px 20px 10px rgba(0, 0, 0, 0.3));
  position: relative;
  margin-top: 38px;
}
.site_header .search form .search-field {
  border: none;
  width: 100%;
  height: 60px;
  padding: 0 60px 0 15px;
  font-size: 18px;
}
.site_header .search form .search-submit {
  width: 50px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.site_header .search form .search-submit:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 26px;
  height: 26px;
  margin: -13px 0 0 -13px;
  background: url("../images/sprite.svg") no-repeat -320px 0px;
}
.site_header .search form .search-submit input {
  background: none;
  border: none;
  width: 100%;
  height: 100%;
  padding: 0;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .site_header .main_menu .menu_button:hover {
    opacity: 0.35;
  }
  .site_header .language_menu .other_languages a:hover {
    opacity: 0.6;
  }
  .site_header .search .search_button:hover {
    opacity: 0.35;
  }
  .site_header .search form .search-submit:hover {
    opacity: 0.35;
  }
}
@media screen and (max-width: 1699px) {
  .site_header .logo img {
    max-width: 150px;
  }
  .site_header .social_languages_wrap {
    right: -18px;
    top: -7px;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    z-index: 1;
    -webkit-transform: scale(0.8, 0.8);
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  .site_header .social_languages_wrap .social_icons {
    margin-right: 0;
  }
  .site_header .social_languages_wrap .language_menu {
    margin-right: 20px;
  }
  .site_header .social_languages_wrap .other_languages {
    background: #fff;
  }
  .site_header .services li {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    text-align: center;
  }
  .site_header .services li a {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1399px) {
  .site_header .services ul {
    font-size: 10px;
  }
  .site_header .services li a:before {
    top: 22px;
    -webkit-transform: scale(0.8, 0.8);
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  .site_header .services li.gastronomy a:before {
    top: 17px;
  }
}
@media screen and (max-width: 1199px) {
  .site_header .services ul {
    font-size: 8px;
  }
  .site_header .services li a {
    padding-bottom: 20px;
  }
  .site_header .services li a:before {
    top: 26px;
    -webkit-transform: scale(0.6, 0.6);
    -moz-transform: scale(0.6, 0.6);
    -ms-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
  }
  .site_header .services li a span {
    height: 25px;
  }
  .site_header .services li.gastronomy a:before {
    top: 21px;
  }
  .site_header .search .form h3 {
    font-size: 40px;
  }
  .site_header .search form {
    margin-top: 25px;
  }
}
@media screen and (max-width: 1023px) {
  .site_header .logo {
    min-height: 0;
  }
  .site_header .service_menu_wrap {
    height: 40px;
  }
  .site_header .social_languages_wrap {
    position: static;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .site_header .social_languages_wrap .language_menu {
    margin: 0 0 0 15px;
  }
  .site_header .services {
    clear: both;
    padding: 0;
  }
  .site_header .services ul {
    font-size: 10px;
  }
  .site_header .services li a:before {
    top: 22px;
    -webkit-transform: scale(0.8, 0.8);
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  .site_header .services li a.gastronomy a:before {
    top: 17px;
  }
}
@media screen and (max-width: 767px) {
  .site_header .services {
    position: relative;
    padding-top: 15px;
  }
  .site_header .services ul {
    display: block;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
  }
  .site_header .services ul::-webkit-scrollbar {
    display: none;
  }
  .site_header .services ul {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .site_header .services li {
    float: none;
    display: inline-block;
  }
  .site_header .services li a {
    padding: 30px 30px 15px;
  }
  .site_header .services li a:before {
    top: 2px;
  }
  .site_header .services li a span {
    display: none;
  }
  .site_header .services li.gastronomy a:before {
    top: -3px;
  }
  .site_header .services .swipe {
    position: absolute;
    right: 0;
    bottom: -15px;
    width: 60px;
    padding-top: 30px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 0 0 5px #fff;
    z-index: 10;
  }
  .site_header .services .swipe:before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -15px;
    background: url("../images/sprite.svg") no-repeat -830px 0px;
  }
  .site_header .services .swipe.active {
    -webkit-animation: swipe 0.7s 3;
    -moz-animation: swipe 0.7s 3;
    animation: swipe 0.7s 3;
  }
  .site_header .search .form {
    width: auto;
    margin-left: 40px;
    margin-right: 40px;
  }
  .site_header .search .form h3 {
    font-size: 40px;
  }
  .site_header .search form {
    margin-top: 20px;
  }
  .site_header .search form .search-field {
    height: 50px;
  }
}
@media screen and (max-width: 639px) {
  .site_header .search {
    margin-right: 15px;
    font-size: 14px;
  }
  .site_header .search .form {
    margin-left: 20px;
    margin-right: 20px;
  }
  .site_header .search .form h3 {
    font-size: 30px;
  }
  .site_header .search form {
    margin-top: 10px;
  }
  .site_header .search form .search-field {
    height: 40px;
  }
  .site_header .search form .search-submit:before {
    background-position: -320px -40px;
    width: 21px;
    height: 21px;
    margin: -9px 0 0 -9px;
  }
  .site_header .services li a {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 479px) {
  .site_header {
    padding-left: 14px;
    padding-right: 14px;
  }
  .site_header .main_menu .menu_button {
    vertical-align: top;
    font-size: 0;
    height: 22px;
  }
  .site_header .logo {
    min-height: 40px;
  }
  .site_header .logo img {
    max-width: 110px;
  }
  .site_header > div:before {
    background: #efefef;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 63px;
    height: 1px;
  }
  .site_header .search {
    margin-right: 0;
  }
  .site_header .search_button {
    -webkit-transform: scale(0.8, 0.8);
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  .site_header .social_languages_wrap {
    margin-right: -6px;
    margin-left: -7px;
  }
  .site_header .social_languages_wrap .language_menu {
    margin-left: 10px;
  }
  .site_header .social_languages_wrap .social_icons {
    margin: 1px -13px 0 -7px;
    -webkit-transform: scale(0.7, 0.7);
    -moz-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
  }
  .site_header .language_menu .current_language,
  .site_header .language_menu .other_languages a {
    padding-left: 33px;
  }
  .site_header .services {
    padding-top: 12px;
    margin-left: -14px;
    margin-right: -14px;
  }
  .site_header .services:before, .site_header .services:after {
    top: 14px;
    width: 30px;
  }
  .site_header .services ul {
    font-size: 6px;
  }
  .site_header .services li a {
    padding: 27px 12px 8px;
  }
  .site_header .services li a:before {
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
  .site_header .services li a:after {
    margin-top: -20px;
    height: 40px;
  }
}
@media screen and (max-width: 374px) {
  .site_header {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }
  .site_header > div:before {
    top: 105px;
  }
  .site_header .logo {
    float: none;
    display: inline-block;
    min-height: 0;
  }
  .site_header .service_menu_wrap {
    float: none;
    justify-content: center;
    margin-top: 10px;
  }
  .site_header .social_icons li {
    margin-left: 15px;
  }
  .site_header .social_icons li:first-child {
    margin-left: 0;
  }
  .site_header .social_languages_wrap {
    margin-right: 0;
  }
  .site_header .social_languages_wrap .language_menu {
    margin-left: 20px;
  }
  .site_header .search {
    margin-right: 15px;
  }
  .site_header .services {
    margin-left: -10px;
    margin-right: -10px;
  }
}

/*----- Main -----*/
main {
  position: relative;
}

.breadcrumbs {
  padding: 0 20px;
  text-transform: uppercase;
  max-width: 1920px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
}
.breadcrumbs:before {
  background: #fff;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 80px;
}
.breadcrumbs a {
  text-decoration: underline;
}
.breadcrumbs > div {
  max-width: 1760px;
  margin: 0 auto;
  font-size: 0;
}
.breadcrumbs ul {
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  overflow: hidden;
}
.breadcrumbs li {
  background: #fff;
  float: left;
  position: relative;
  padding: 16px 14px 20px 10px;
}
.breadcrumbs li:first-child {
  padding-left: 0;
}
.breadcrumbs li:after {
  border-top: 4px solid transparent;
  border-left: 4px solid #000;
  border-bottom: 4px solid transparent;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
}
.breadcrumbs .last {
  background-color: #fff;
  background: -webkit-linear-gradient(left, #fff 20%, rgba(255, 255, 255, 0));
  background: -moz-linear-gradient(left, #fff 20%, rgba(255, 255, 255, 0));
  background: -ms-linear-gradient(left, #fff 20%, rgba(255, 255, 255, 0));
  background: linear-gradient(left, #fff 20%, rgba(255, 255, 255, 0));
  padding-right: 100px;
  color: rgba(0, 0, 0, 0.5);
}
.breadcrumbs .last:after {
  display: none;
}
.template-master-search .breadcrumbs {
  position: static;
}
@media screen and (min-width: 1024px) {
  .breadcrumbs a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 1799px) {
  .breadcrumbs:before {
    width: 30px;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    top: 10px;
    padding: 0;
  }
  .breadcrumbs ul {
    display: -webkit-flex;
    display: flex;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
  }
  .breadcrumbs ul::-webkit-scrollbar {
    display: none;
  }
  .breadcrumbs ul {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .breadcrumbs li {
    padding: 10px 14px 10px 10px;
  }
  .breadcrumbs li:after {
    margin-top: -4px;
  }
  .breadcrumbs li:first-child {
    padding-left: 20px;
  }
  .breadcrumbs .last {
    background-color: #fff;
    background: -webkit-linear-gradient(left, #fff 30%, rgba(255, 255, 255, 0));
    background: -moz-linear-gradient(left, #fff 30%, rgba(255, 255, 255, 0));
    background: -ms-linear-gradient(left, #fff 30%, rgba(255, 255, 255, 0));
    background: linear-gradient(left, #fff 30%, rgba(255, 255, 255, 0));
    padding-right: 14px;
  }
}
@media screen and (max-width: 639px) {
  .breadcrumbs {
    position: static;
    padding-left: 12px;
    padding-right: 12px;
  }
  .breadcrumbs:before {
    width: 10px;
  }
  .breadcrumbs + .post {
    padding-top: 0;
  }
  .breadcrumbs li:first-child {
    padding-left: 10px;
  }
  .breadcrumbs ul {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .breadcrumbs ul li {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 374px) {
  .breadcrumbs .last {
    background-color: #fff;
    background: -webkit-linear-gradient(left, #fff 40%, rgba(255, 255, 255, 0));
    background: -moz-linear-gradient(left, #fff 40%, rgba(255, 255, 255, 0));
    background: -ms-linear-gradient(left, #fff 40%, rgba(255, 255, 255, 0));
    background: linear-gradient(left, #fff 40%, rgba(255, 255, 255, 0));
  }
}

h1 {
  font-family: "Merriweather";
  font-size: 50px;
  line-height: 1.15;
}
h1 span {
  position: relative;
}
h1 span span {
  position: absolute;
  left: 6px;
  right: 2px;
  bottom: 0;
  height: 2px;
}
@media screen and (max-width: 1399px) {
  h1 {
    font-size: 30px;
  }
}

.featured_area {
  position: relative;
  overflow: hidden;
}
.featured_area:before {
  background-color: transparent;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
  background: linear-gradient(top, rgba(255, 255, 255, 0), #fff);
  content: "";
  height: 133px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.featured_area img {
  width: 100%;
}
.featured_area > div {
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  padding: 100px 0;
  width: 100%;
  max-width: 1760px;
  z-index: 3;
  -webkit-transform: translate(-50%, -33%);
  -moz-transform: translate(-50%, -33%);
  -ms-transform: translate(-50%, -33%);
  transform: translate(-50%, -33%);
  background-color: transparent;
  background: -webkit-radial-gradient(ellipse, #fff, rgba(255, 255, 255, 0) 75%);
  background: -moz-radial-gradient(ellipse, #fff, rgba(255, 255, 255, 0) 75%);
  background: -ms-radial-gradient(ellipse, #fff, rgba(255, 255, 255, 0) 75%);
  background: radial-gradient(ellipse, #fff, rgba(255, 255, 255, 0) 75%);
}
.featured_area .entry_content_wrap {
  font-size: 26px;
  margin-top: 10px;
}
@media screen and (max-width: 1399px) {
  .featured_area > div {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 50px 0;
  }
  .featured_area .entry_content_wrap {
    font-size: 20px;
  }
}
@media screen and (max-width: 999px) {
  .featured_area {
    height: 500px;
  }
  .featured_area:before {
    height: 75px;
  }
  .featured_area img {
    width: auto;
    min-width: 100%;
    max-width: none;
    height: 100%;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 479px) {
  .featured_area {
    height: 400px;
  }
  .featured_area h1 {
    font-size: 24px;
  }
  .featured_area .entry_content_wrap {
    font-size: 16px;
  }
}

.page_content {
  position: relative;
  display: table;
  width: 100%;
  padding: 40px;
  text-align: center;
  color: #fff;
}
.page_content .img_wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.page_content .img_wrap img {
  max-width: none;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page_content > div {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.page_content h1 {
  font-size: 60px;
  font-family: "Lato", "sans-serif";
  font-weight: normal;
}
.page_content .entry_content_wrap {
  max-width: 920px;
  margin: 4px auto 0;
  font-size: 18px;
  font-weight: bold;
}
.page_content .entry_content_wrap .contact_form {
  text-align: left;
}
.page_content .excerpt {
  max-width: 790px;
  margin: 10px auto 0;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.1px;
  line-height: 1.3;
}
.page_content.no_image {
  background: #1fa7a3;
  min-height: 210px;
  color: #fff;
}
@media screen and (max-width: 1049px) {
  .page_content .img_wrap img {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page_content {
    padding: 50px 20px 20px;
  }
  .page_content h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 639px) {
  .page_content h1 {
    font-size: 40px;
  }
  .page_content .excerpt {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .page_content h1 {
    font-size: 30px;
  }
}

.map_wrap {
  position: relative;
}
.map_wrap .toggle_map_button {
  background: #553f42;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.7px;
  cursor: pointer;
  position: absolute;
  top: -20px;
  left: 50%;
  z-index: 99;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.map_wrap .toggle_map_button span {
  display: block;
  min-width: 160px;
  line-height: 40px;
  padding: 0 35px;
  white-space: nowrap;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.map_wrap .toggle_map_button span:before, .map_wrap .toggle_map_button span:after {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  margin-top: -6px;
}
.map_wrap .toggle_map_button span:before {
  left: 15px;
  -webkit-transform: translate(2px, 3px) rotate(135deg);
  -moz-transform: translate(2px, 3px) rotate(135deg);
  -ms-transform: translate(2px, 3px) rotate(135deg);
  transform: translate(2px, 3px) rotate(135deg);
}
.map_wrap .toggle_map_button span:after {
  right: 15px;
  -webkit-transform: translate(-2px, 3px) rotate(135deg);
  -moz-transform: translate(-2px, 3px) rotate(135deg);
  -ms-transform: translate(-2px, 3px) rotate(135deg);
  transform: translate(-2px, 3px) rotate(135deg);
}
.map_wrap .toggle_map_button.hide + .map {
  display: none;
}
.map_wrap .toggle_map_button.hide .show_map {
  display: block;
}
.map_wrap .toggle_map_button.hide .show_map:before {
  -webkit-transform: translate(2px, 0px) rotate(-45deg);
  -moz-transform: translate(2px, 0px) rotate(-45deg);
  -ms-transform: translate(2px, 0px) rotate(-45deg);
  transform: translate(2px, 0px) rotate(-45deg);
}
.map_wrap .toggle_map_button.hide .show_map:after {
  -webkit-transform: translate(-2px, 0px) rotate(-45deg);
  -moz-transform: translate(-2px, 0px) rotate(-45deg);
  -ms-transform: translate(-2px, 0px) rotate(-45deg);
  transform: translate(-2px, 0px) rotate(-45deg);
}
.map_wrap .toggle_map_button.hide .hide_map {
  display: none;
}
.map_wrap .toggle_map_button .show_map {
  display: none;
}

.map {
  height: 820px;
}
.map .gm-style-iw {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.map button.gm-ui-hover-effect {
  background: #553f42 !important;
  width: 50px !important;
  height: 50px !important;
  right: -25px !important;
  top: -25px !important;
  opacity: 1;
  z-index: 20;
}
.map button.gm-ui-hover-effect img {
  display: none !important;
}
.map .gm-style-iw-chr {
  height: 0 !important;
}
@media screen and (min-width: 1024px) {
  .map .gm-style-iw:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 767px) {
  .map button.gm-ui-hover-effect {
    width: 40px !important;
    height: 40px !important;
    right: -20px !important;
    top: -20px !important;
  }
}

.info_window.general .item_box {
  float: none;
  width: auto;
  padding: 0;
}
.info_window.general .item_box .image_wrap {
  height: 205px;
}
.info_window.general .item_box .box_content {
  border: none;
  padding: 30px;
  height: 275px;
}
.info_window.general .item_box .options {
  left: 30px;
  bottom: 27px;
}
.info_window.general .item_box .view {
  right: 30px;
  bottom: 30px;
}
.info_window.direction {
  position: relative;
  padding: 26px;
}
.info_window.direction > div {
  height: 108px;
}
.info_window.direction h3 {
  position: relative;
  padding-left: 38px;
}
.info_window.direction h3:before {
  content: "";
  position: absolute;
  left: -5px;
  top: -3px;
  width: 34px;
  height: 34px;
  background: url("../images/sprite.svg") no-repeat -670px 0px;
}
.info_window.direction p {
  font-size: 16px;
  line-height: 1.6;
}
.info_window.direction a:before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  right: 32px;
  bottom: 25px;
  background: url("../images/sprite.svg") no-repeat -480px -30px;
}
@media screen and (min-width: 1024px) {
  .info_window.direction a:hover:before {
    -webkit-animation: arrow 0.8s infinite;
    -moz-animation: arrow 0.8s infinite;
    animation: arrow 0.8s infinite;
  }
}
@media screen and (max-width: 767px) {
  .info_window.general .item_box .image_wrap {
    height: 150px;
  }
  .info_window.general .item_box .box_content {
    padding: 10px;
    height: 190px;
  }
  .info_window.general .item_box h2 {
    font-size: 18px;
  }
  .info_window.general .item_box .options {
    left: 10px;
    bottom: 10px;
  }
  .info_window.general .item_box .view {
    right: 10px;
    bottom: 10px;
  }
}

.gm-style .gm-style-iw-c {
  max-height: none !important;
  max-width: none !important;
  padding: 0;
  box-shadow: none;
  width: 365px;
  height: 480px;
  overflow: visible;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.gm-style .gm-style-iw-c .gm-style-iw-d {
  overflow: auto !important;
  max-height: none !important;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media screen and (min-width: 1024px) {
  .gm-style .gm-style-iw-c .gm-style-iw-d:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (min-width: 768px) {
  .gm-style .gm-style-iw-t::after {
    left: -180px;
    top: -234px;
    -webkit-transform: translate(-9px, -15px) rotate(45deg);
    -moz-transform: translate(-9px, -15px) rotate(45deg);
    -ms-transform: translate(-9px, -15px) rotate(45deg);
    transform: translate(-9px, -15px) rotate(45deg);
    box-shadow: none;
  }
}
@media screen and (max-width: 767px) {
  .gm-style .gm-style-iw-c {
    width: 260px;
    height: 340px;
  }
  .gm-style .gm-style-iw-t::after {
    top: -10px;
  }
}

/*----- Page default -----*/
.page.template-default main {
  padding-left: 20px;
  padding-right: 20px;
}
.page.template-default main > .featured {
  max-width: 1024px;
  margin: 0 auto;
}
.page.template-default main > .featured img {
  width: 100%;
}
.page.template-default article.post {
  background: #fff;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  max-width: 1024px;
  padding: 54px 50px 50px;
}
@media screen and (max-width: 767px) {
  .page.template-default article.post {
    padding: 20px;
    padding-top: 50px;
  }
}
@media screen and (max-width: 479px) {
  .page.template-default main {
    padding-left: 0;
    padding-right: 0;
  }
  .page.template-default article.post {
    box-shadow: none;
    padding-top: 0;
  }
}

/*----- Single -----*/
.single main > .featured {
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
  padding-bottom: 5px;
}
.single main > .featured img {
  width: 100%;
}
.single .gallery {
  background: #fff;
  cursor: none;
  min-height: 800px;
  font-size: 0;
  overflow: hidden;
  position: relative;
  clear: both;
  max-width: 1920px;
  margin: 0 auto;
}
.single .gallery .preview {
  overflow: hidden;
  width: 100%;
  height: 800px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.single .gallery .preview li {
  float: right;
  clear: right;
  width: 24.5%;
  margin-top: 10px;
  overflow: hidden;
}
.single .gallery .preview li.featured {
  float: left;
  width: 75%;
  height: 100%;
  margin-top: 0;
}
.single .gallery .preview li.featured img {
  width: auto;
  height: 100%;
}
.single .gallery .preview li.featured + li {
  margin-top: 0;
}
.single .gallery .preview li img {
  max-width: none;
  width: auto;
  min-width: 100%;
  height: 260px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.single .gallery .slider_wrap {
  background: #fff;
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
  opacity: 0;
  padding-bottom: 5px;
}
.single .gallery .slider_wrap .slider {
  max-height: 576px;
  overflow: hidden;
}
.single .gallery .slider_wrap .slider.lightSlider {
  max-height: none;
  overflow: visible;
}
.single .gallery .slider_wrap .slider li {
  position: relative;
}
.single .gallery .slider_wrap .slider li .photographer {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: red;
  z-index: 2;
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  padding: 5px 10px;
}
.single .gallery .slider_wrap img {
  min-width: 100%;
  max-height: 576px;
}
.single .gallery .slider_wrap .lSAction {
  opacity: 0;
}
.single .gallery .slider_wrap .lSAction a {
  opacity: 0.7;
}
.single .gallery .slider_wrap .lSAction {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.single .gallery .cursor {
  z-index: 2;
}
.single .gallery.active {
  position: relative;
  cursor: default;
  z-index: 10;
}
.single .gallery.active .preview {
  z-index: 0;
}
.single .gallery.active .preview:after {
  background: #fff;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.9;
}
.single .gallery.active .slider_wrap {
  opacity: 1;
  z-index: 1;
}
.single .gallery.active .close {
  right: 0;
  top: 0;
}
.single .gallery.active .cursor {
  display: none !important;
}
.single .gallery + .post {
  margin-top: -110px;
}
.single .post {
  margin: 0 auto;
  max-width: 1024px;
  position: relative;
  z-index: 20;
}
.single .post .left_part {
  background: #fff;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.2);
  float: left;
  width: 74.5%;
  position: relative;
  z-index: 2;
}
.single .post .left_part > div:first-child {
  padding: 54px 50px 50px;
}
.single .post .left_part .booking {
  margin-top: 27px;
  font-size: 20px;
  padding-right: 72px;
}
.single .post .left_part.full_width {
  float: none;
  width: auto;
}
.single .post .type {
  top: 0;
}
.single .post h1 {
  font-family: "Lato", "sans-serif";
  font-weight: bold;
  font-size: 36px;
}
.single .post .map {
  height: 210px !important;
}
.single .post .information {
  background: #eee;
  float: right;
  width: 25.5%;
}
.single .post .information:before {
  background: #eee;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 20px;
  width: 25.5%;
  z-index: -1;
}
.single .post .information h6 {
  font-weight: normal;
  color: #777;
}
.single .post .information .general_button {
  width: 100%;
  font-size: 20px;
  line-height: 80px;
  padding: 0 75px 0 30px;
}
.single .post .information .general_button:after {
  right: 30px;
}
.single .post .information .general_button.type2 {
  background: #fff;
  color: #000;
  margin-top: 10px;
}
.single .post .information .general_button.type2:after {
  background-position: -480px -30px;
}
.single .post .information .general_button.booking + .general_button {
  margin-top: 10px;
}
.single .post .information .primary_read_more {
  background: #553f42;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
  margin: 0 0 10px;
  padding: 0 30px;
}
.single .post .information .pricing {
  background: #553f42;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 30px;
  padding: 0 25px 0 30px;
  text-align: left;
}
.single .post .information .pricing strong {
  font-weight: 900;
  float: right;
  text-align: right;
}
.single .post .information .phone {
  background: #cbcbcb;
  margin-top: 20px;
  text-align: center;
  position: relative;
  z-index: 3;
}
.single .post .information .phone span {
  background: #cbcbcb;
  position: absolute;
  right: -5px;
  top: 0;
  bottom: 0;
  width: 5px;
}
.single .post .information .phone span:before, .single .post .information .phone span:after {
  content: "";
  position: absolute;
  left: 0;
}
.single .post .information .phone span:before {
  border-top: 5px solid transparent;
  border-left: 5px solid #868686;
  bottom: 100%;
}
.single .post .information .phone span:after {
  border-top: 5px solid #868686;
  border-right: 5px solid transparent;
  top: 100%;
}
.single .post .information .phone span:first-child {
  right: auto;
  left: -5px;
}
.single .post .information .phone span:first-child:before {
  border-top: none;
  border-left: 5px solid transparent;
  border-bottom: 5px solid #868686;
}
.single .post .information .phone span:first-child:after {
  border-top: none;
  border-right: 5px solid #868686;
  border-bottom: 5px solid transparent;
}
.single .post .information .phone div {
  position: relative;
  overflow: hidden;
}
.single .post .information .phone div:before, .single .post .information .phone div:after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  transform: translateX(-100px) skewX(-15deg);
}
.single .post .information .phone div:before {
  background: rgba(255, 255, 255, 0.5);
  width: 60px;
  left: 0;
  opacity: 0.5;
  filter: blur(30px);
}
.single .post .information .phone div:after {
  background: rgba(255, 255, 255, 0.2);
  width: 30px;
  left: 30px;
  opacity: 0;
  filter: blur(5px);
}
.single .post .information .phone a {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  font-size: 28px;
  line-height: 52px;
}
.single .post .information .phone a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -14px;
  background: url("../images/sprite.svg") no-repeat -630px 0px;
  -webkit-transform: translate(0px, 0px) rotate(15deg);
  -moz-transform: translate(0px, 0px) rotate(15deg);
  -ms-transform: translate(0px, 0px) rotate(15deg);
  transform: translate(0px, 0px) rotate(15deg);
}
.single .post .information .phone a strong {
  font-weight: 900;
}
.single .post .information .phone.active div:before, .single .post .information .phone.active div:after {
  -webkit-animation: shine768 0.5s ease-in-out 3;
  -moz-animation: shine768 0.5s ease-in-out 3;
  animation: shine768 0.5s ease-in-out 3;
}
.single .post .information .phone.active div:before {
  opacity: 0.6;
}
.single .post .information .phone.active div:after {
  opacity: 1;
}
.single .post .information .title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  padding: 12px 30px 0;
}
.single .post .information .contact_info {
  padding: 6px 30px 20px;
  font-size: 14px;
}
.single .post .information .contact_info li {
  margin-top: 3px;
}
.single .post .information .contact_info a {
  font-weight: bold;
  text-decoration: underline;
}
.single .post .information .contact_info .address {
  margin-top: 9px;
}
.single .post .information .contact_info + .banner {
  padding-top: 0;
}
.single .post .information .opening_hours_periods {
  padding: 6px 30px 20px;
  font-size: 12px;
}
.single .post .information .opening_hours_periods h6 {
  font-size: 18px;
}
.single .post .information .opening_hours_periods .period {
  margin-top: 10px;
}
.single .post .information .opening_hours_periods .period .date_range {
  font-size: 14px;
  font-weight: bold;
  display: block;
}
.single .post .information .opening_hours_periods .period ul {
  display: table;
  width: 100%;
}
.single .post .information .opening_hours_periods .period ul li {
  display: table-row;
}
.single .post .information .opening_hours_periods .period ul li span {
  display: table-cell;
  padding-bottom: 5px;
}
.single .post .information .opening_hours_periods .period ul li span.days {
  width: 63%;
}
.single .post .information .opening_hours_periods .period ul li span.time {
  width: 35%;
  text-align: right;
}
.single .post .information .banner {
  padding: 17px 30px 30px;
}
.single .post .information .banner h5 {
  font-size: 20px;
  margin-bottom: 6px;
}
.single .post .information .social_icons {
  overflow: hidden;
  margin-top: 9px;
}
.single .post .information .open2day {
  background: #fff;
  padding: 20px 30px 0;
  font-size: 14px;
  line-height: 1.6;
}
.single .post .information .open2day h6 {
  margin-bottom: 10px;
}
.single .post .information .open2day .day {
  min-width: 70px;
  display: inline-block;
}
.single .post .information .open2day .desc {
  margin-top: 9px;
  color: #777;
}
.single .post .information .open2day .graph {
  margin-top: 15px;
  display: inline-block;
}
.single .post .information .options {
  padding: 17px 30px;
}
.single .post .information .options h6 {
  margin-bottom: 12px;
}
.single .gm-style .gm-style-iw-c {
  height: 160px;
  width: 285px;
}
@media screen and (min-width: 768px) {
  .single .gm-style .gm-style-iw-t::after {
    left: -140px;
    top: -72px;
    -webkit-transform: translate(-9px, -15px) rotate(45deg);
    -moz-transform: translate(-9px, -15px) rotate(45deg);
    -ms-transform: translate(-9px, -15px) rotate(45deg);
    transform: translate(-9px, -15px) rotate(45deg);
  }
}
.single .gm-style button {
  display: none !important;
}
.single .cdsROW.wide {
  width: auto !important;
  display: inline-block;
}
.single .cdsROW.wide .cdsROWContainer {
  height: 46px;
}
.single .cdsROW.wide .cdsROWContainer .cdsComponent {
  max-width: none !important;
}
.single .related {
  margin-top: 96px;
}
.single .related h3 {
  text-align: center;
  font-size: 30px;
  font-family: "Merriweather";
}
.single .related .item_boxes {
  margin: 36px 0 -30px;
  height: 432px;
  overflow: hidden;
}
.single .related .item_boxes.flickity-enabled {
  margin-top: 0;
  height: auto;
  overflow: visible;
}
.single .related .item_boxes .flickity-viewport {
  box-sizing: content-box;
  padding: 36px 0 30px;
}
.single .related .item_box {
  width: 20%;
  padding: 0 5px;
}
.single .entry_content_wrap .entry_content div.facilities_and_topics .shortcode_answer {
  padding: 0;
}
.single .entry_content_wrap .entry_content div.facilities_and_topics .shortcode_answer .two_columns {
  margin: 0;
  padding: 0;
}
.single .entry_content_wrap .entry_content div.facilities_and_topics .shortcode_answer .two_columns:nth-child(2n) {
  background: #eee;
}
.single .entry_content_wrap .entry_content div.facilities_and_topics .shortcode_answer .two_columns > * {
  padding: 10px 20px;
  float: left;
  width: 49%;
  margin-left: 2%;
  margin-top: 0;
}
.single .entry_content_wrap .entry_content div.facilities_and_topics .shortcode_answer .two_columns > *:first-child {
  margin-left: 0;
  font-weight: bold;
}
@media screen and (min-width: 768px) and (max-width: 900px), screen and (max-width: 600px) {
  .single .entry_content_wrap .entry_content div.facilities_and_topics .shortcode_answer .two_columns > * {
    float: none;
    width: auto;
    margin-left: 0;
    padding: 5px 20px;
  }
  .single .entry_content_wrap .entry_content div.facilities_and_topics .shortcode_answer .two_columns > *:first-child {
    padding-bottom: 0;
  }
}
.single .breadcrumbs + .post {
  padding-top: 50px;
}
@media screen and (max-width: 639px) {
  .single .breadcrumbs + .post {
    padding-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .single .gallery .slider_wrap:hover .lSAction {
    opacity: 1;
  }
  .single .gallery .slider_wrap:hover .lSAction a:hover {
    opacity: 1;
  }
  .single .post .information .phone a:hover:before {
    -webkit-animation: shake 0.7s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    -moz-animation: shake 0.7s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    animation: shake 0.7s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  }
  .single .post .information .contact_info a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 1599px) {
  .single .related .item_box {
    width: 25%;
  }
}
@media screen and (max-width: 1299px) {
  .single .related .item_box {
    width: 33.3%;
  }
}
@media screen and (max-width: 1099px) {
  .single .lSAction {
    top: 50%;
    margin-top: -50px;
  }
  .single .lSAction > .lSPrev {
    left: 10px;
  }
  .single .lSAction > .lSNext {
    right: 10px;
  }
  .single .gallery {
    min-height: 0;
  }
  .single .gallery .preview {
    display: none;
  }
  .single .gallery .slider_wrap {
    padding-bottom: 0;
    opacity: 1;
  }
  .single .gallery .slider_wrap .lSAction {
    opacity: 1;
  }
  .single .gallery .slider_wrap .lSAction a {
    opacity: 1;
  }
  .single .gallery .cursor {
    display: none !important;
  }
  .single .gallery + .post {
    margin-top: 10px;
  }
  .single .post {
    margin-left: 40px;
    margin-right: 40px;
  }
  .single .post .left_part {
    width: 70%;
  }
  .single .post .left_part > div:first-child {
    padding-left: 40px;
    padding-right: 40px;
  }
  .single .post .information {
    width: 30%;
  }
  .single .post .information:before {
    width: 30%;
  }
}
@media screen and (max-width: 1023px) {
  .single .gallery + .post {
    margin-top: 10px;
  }
}
@media screen and (max-width: 959px) {
  .single .post {
    margin-left: 20px;
    margin-right: 20px;
  }
  .single .post .left_part {
    width: 65%;
  }
  .single .post .left_part > div:first-child {
    padding-left: 30px;
    padding-right: 30px;
  }
  .single .post .information {
    width: 35%;
  }
  .single .post .information:before {
    width: 35%;
  }
  .single .related .item_box {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .single .post .left_part {
    float: none;
    width: auto;
  }
  .single .post .information {
    float: none;
    width: auto;
    padding-bottom: 20px;
  }
  .single .post .information:before {
    display: none;
  }
  .single .post .information .phone.active div:before, .single .post .information .phone.active div:after {
    -webkit-animation: shine767 0.5s ease-in-out 3;
    -moz-animation: shine767 0.5s ease-in-out 3;
    animation: shine767 0.5s ease-in-out 3;
  }
  .single .post .information.primary {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 639px) {
  .single main {
    padding-bottom: 10px !important;
  }
  .single main > .featured {
    padding-top: 0;
  }
  .single .lSAction {
    margin-top: -30px;
  }
  .single .post {
    margin-left: 20px;
    margin-right: 20px;
  }
  .single .cdsROW.wide {
    display: block;
    height: auto;
  }
  .single .cdsROW.wide .cdsROWContainer {
    display: block;
    height: auto;
  }
  .single .cdsROW.wide .cdsROWContainer .cdsComponent {
    display: block;
  }
  .single .cdsROW.wide .cdsLocName {
    padding: 10px 10px 5px;
  }
  .single .cdsROW.wide .cdsRating {
    padding: 5px 10px 10px;
  }
  .single .related {
    margin-top: 20px;
  }
  .single .related h3 {
    font-size: 26px;
  }
  .single .related .item_boxes {
    margin: -30px 0 -20px;
  }
  .single .related .item_boxes .flickity-viewport {
    padding-top: 25px;
  }
  .single .related .item_box {
    width: 100%;
    padding: 0 20px;
  }
  .single .newsletter_wrap {
    margin-top: 10px;
  }
}
@media screen and (max-width: 479px) {
  .single .lSAction {
    display: none;
  }
  .single .post {
    margin-left: 0;
    margin-right: 0;
  }
  .single .post .left_part > div:first-child {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
  .single .post .left_part .entry_content_wrap {
    margin-top: 20px;
  }
  .single .post .left_part .TA_cdsratingsonlywide {
    overflow: hidden;
  }
  .single .post h1 {
    font-size: 30px;
  }
  .single .post .information .phone span {
    display: none;
  }
  .single .post .map {
    height: 150px !important;
  }
  .single .related h3 {
    font-size: 20px;
  }
  .single .related .item_boxes {
    margin-bottom: -30px;
  }
  .single .related .item_box {
    padding: 0 10px;
  }
}

.cursor {
  background: #553f42;
  border: 2px solid white;
  box-shadow: 0 0 20px 2px rgba(255, 255, 255, 0.8);
  width: 50px;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  margin: -25px 0 0 -25px;
  pointer-events: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: glow 0.8s linear infinite alternate;
  -moz-animation: glow 0.8s linear infinite alternate;
  animation: glow 0.8s linear infinite alternate;
  display: none;
}
.cursor:before, .cursor:after {
  background: white;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
}
.cursor:before {
  width: 18px;
  height: 2px;
  margin: -1px 0 0 -9px;
}
.cursor:after {
  width: 2px;
  height: 18px;
  margin: -9px 0 0 -1px;
}

/*----- Gallery carousel -----*/
.gallery_carousel {
  margin: -50px 0;
  position: relative;
  z-index: 10;
}
.gallery_carousel .list {
  padding: 50px 0;
  height: 374px;
  overflow: hidden;
}
.gallery_carousel .list.flickity-enabled {
  padding: 0;
  height: auto;
  overflow: visible;
}
.gallery_carousel .flickity-viewport {
  padding: 50px 0;
  box-sizing: content-box;
}
.gallery_carousel .item {
  float: left;
  width: 20%;
  position: relative;
}
.gallery_carousel .item > div {
  background: #fff;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.gallery_carousel .img_wrap {
  height: 194px;
  overflow: hidden;
}
.gallery_carousel .img_wrap img {
  min-height: 100%;
  max-width: none;
  min-width: 100%;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.gallery_carousel h2 {
  font-size: 20px;
}
.gallery_carousel .desc {
  height: 130px;
  padding: 49px 54px 0;
}
.gallery_carousel .box_link:before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  right: 32px;
  bottom: 18px;
  background: url("../images/sprite.svg") no-repeat -480px -30px;
}
.gallery_carousel .drag {
  background: #333;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -50px 0 0 -50px;
  width: 100px;
  height: 100px;
  color: #fff;
  font-size: 18px;
  line-height: 100px;
  text-align: center;
  text-transform: uppercase;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.gallery_carousel .drag:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 18px;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  background: url("../images/sprite.svg") no-repeat -600px 0px;
}
@media screen and (max-width: 1399px) {
  .gallery_carousel .list {
    height: 364px;
  }
  .gallery_carousel .item {
    width: 25%;
  }
  .gallery_carousel .desc {
    padding: 25px 25px 0;
    height: 120px;
  }
}
@media screen and (min-width: 1024px) {
  .gallery_carousel .flickity-enabled .item:hover {
    z-index: 10;
  }
  .gallery_carousel .flickity-enabled .item:hover > div {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  .gallery_carousel .flickity-enabled .item:hover .box_link:before {
    -webkit-animation: arrow 0.8s infinite;
    -moz-animation: arrow 0.8s infinite;
    animation: arrow 0.8s infinite;
  }
  .gallery_carousel:hover .drag {
    visibility: hidden;
    opacity: 0;
  }
}
@media screen and (max-width: 1023px) {
  .gallery_carousel .item {
    width: 33.3%;
  }
  .gallery_carousel .drag {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .gallery_carousel .item {
    width: 70%;
  }
}
@media screen and (max-width: 479px) {
  .gallery_carousel .item {
    width: 100%;
  }
}

/*----- Filters Item boxes -----*/
.filters_item_boxes {
  position: relative;
}

/*----- Filters -----*/
.filters {
  background: #fff;
  border: 1px solid #eee;
  width: 480px;
  float: left;
  position: relative;
  z-index: 12;
  -webkit-transition-duration: 0.7s;
  -moz-transition-duration: 0.7s;
  transition-duration: 0.7s;
}
.filters .head {
  padding-left: 20px;
  position: relative;
}
.filters form {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.filters h4 {
  font-family: "Merriweather";
  font-size: 22px;
  position: relative;
  padding-left: 36px;
  line-height: 74px;
  display: inline-block;
}
.filters h4:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background: url("../images/sprite.svg") no-repeat 0px -40px;
}
.filters .toggle {
  background: #553f42;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  right: -1px;
  top: -1px;
  bottom: 0;
  width: 75px;
  padding-left: 18px;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  -webkit-transition-duration: 0.7s;
  -moz-transition-duration: 0.7s;
  transition-duration: 0.7s;
}
.filters .toggle:before {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  left: 16px;
  top: 50%;
  margin-top: -4px;
  -webkit-transform: translate(0px, 0px) rotate(45deg);
  -moz-transform: translate(0px, 0px) rotate(45deg);
  -ms-transform: translate(0px, 0px) rotate(45deg);
  transform: translate(0px, 0px) rotate(45deg);
}
.filters .toggle span {
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.filters .toggle .show {
  display: none;
}
.filters_collapsed .filters {
  margin-left: -480px;
}
.filters_collapsed .filters .toggle {
  right: -75px;
  padding: 0 18px 0 0;
}
.filters_collapsed .filters .toggle:before {
  left: auto;
  right: 8px;
  -webkit-transform: translate(-6px, 0px) rotate(-135deg);
  -moz-transform: translate(-6px, 0px) rotate(-135deg);
  -ms-transform: translate(-6px, 0px) rotate(-135deg);
  transform: translate(-6px, 0px) rotate(-135deg);
}
.filters_collapsed .filters .toggle .show {
  display: block;
}
.filters_collapsed .filters .toggle .hide {
  display: none;
}
.filters .block {
  font-size: 14px;
  position: relative;
}
.filters .block:before {
  background: #eee;
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
}
.filters .block > span {
  background: #eee;
  padding-left: 20px;
  line-height: 40px;
  display: block;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.filters .block > span:before {
  background: #ddd;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40px;
}
.filters .block > span:after {
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -6px;
  -webkit-transform: translate(0px, 4px) rotate(135deg);
  -moz-transform: translate(0px, 4px) rotate(135deg);
  -ms-transform: translate(0px, 4px) rotate(135deg);
  transform: translate(0px, 4px) rotate(135deg);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.filters .block .clear {
  padding: 23px 0;
  display: none;
}
.filters .block.search:before {
  display: none;
}
.filters .block.search > div {
  padding: 20px;
}
.filters .block.search .text {
  border: 1px solid #eee;
  position: relative;
}
.filters .block.search input[type=text] {
  border: none;
  width: 100%;
  height: 47px;
  padding: 0 50px 0 20px;
  font-style: italic;
  font-weight: 900;
}
.filters .block.search .search-submit {
  position: absolute;
  right: 0;
  top: 0;
}
.filters .block.search .search-submit:before {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  width: 21px;
  height: 21px;
  margin-top: -11px;
  background: url("../images/sprite.svg") no-repeat -320px -40px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.filters .block.search input[type=submit] {
  background: none;
  border: none;
  bottom: 0;
  width: 46px;
  height: 43px;
  position: relative;
}
.filters .block.active > span:after {
  -webkit-transform: translate(0px, 0px) rotate(-45deg);
  -moz-transform: translate(0px, 0px) rotate(-45deg);
  -ms-transform: translate(0px, 0px) rotate(-45deg);
  transform: translate(0px, 0px) rotate(-45deg);
}
.filters .checkbox {
  float: left;
  width: 50%;
  padding-left: 30px;
}
.filters .checkbox input {
  visibility: hidden;
  position: absolute;
  z-index: -10;
}
.filters .checkbox input.checked + label:after {
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  content: "";
  width: 7px;
  height: 3px;
  position: absolute;
  left: 4px;
  top: 50%;
  margin-top: -3px;
  -webkit-transform: translate(0px, 0px) rotate(-45deg);
  -moz-transform: translate(0px, 0px) rotate(-45deg);
  -ms-transform: translate(0px, 0px) rotate(-45deg);
  transform: translate(0px, 0px) rotate(-45deg);
}
.filters .checkbox label {
  position: relative;
  padding: 4px 0 5px 26px;
  cursor: pointer;
}
.filters .checkbox label:before {
  border: 1px solid #eee;
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
}
@media screen and (min-width: 1024px) {
  .filters .block > span:hover {
    background: #ddd;
  }
  .filters .block.search .search-submit:hover:before {
    opacity: 0.5;
  }
}
@media screen and (min-width: 700px) {
  .fixed .filters {
    position: fixed;
    left: 0;
    top: 0;
  }
  .fixed.bottom .filters {
    position: absolute;
    top: auto;
    bottom: 80px;
  }
}
@media screen and (max-width: 1749px) {
  .filters {
    width: 370px;
  }
  .filters h4 {
    font-size: 18px;
  }
  .filters .checkbox {
    padding-left: 20px;
  }
  .filters_collapsed .filters {
    margin-left: -370px;
  }
}
@media screen and (max-width: 1023px) {
  .filters .block > span:hover {
    background: #eee;
  }
}
@media screen and (max-width: 699px) {
  .filters {
    float: none;
    width: auto;
    margin: 10px 10px 0;
    position: relative;
    left: 0;
  }
  .filters_collapsed .filters {
    margin-left: 0;
    width: 100%;
    position: absolute;
    left: -100%;
    top: 0;
  }
}
@media screen and (max-width: 399px) {
  .filters h4 {
    line-height: 54px;
  }
  .filters .toggle:before {
    left: 10px;
  }
  .filters .block:before {
    display: none;
  }
  .filters .checkbox {
    float: none;
    width: auto;
  }
}
@media screen and (max-width: 359px) {
  .filters .toggle {
    width: 41px;
  }
  .filters .toggle:before {
    left: 18px;
  }
  .filters .toggle span {
    display: none !important;
  }
  .filters_collapsed .filters .toggle {
    right: -41px;
  }
  .filters_collapsed .filters .toggle:before {
    left: 22px;
  }
}

/*----- Item boxes -----*/
.item_boxes_wrap {
  margin: 0 0 80px 480px;
  -webkit-transition-duration: 0.7s;
  -moz-transition-duration: 0.7s;
  transition-duration: 0.7s;
}
.filters_collapsed .item_boxes_wrap {
  margin-left: 0;
}
@media screen and (max-width: 1749px) {
  .item_boxes_wrap {
    margin-left: 370px;
  }
}
@media screen and (max-width: 1199px) {
  .item_boxes_wrap {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 699px) {
  .item_boxes_wrap {
    margin-left: 0;
    padding-right: 10px;
  }
}

.item_boxes .nothing_found {
  padding-top: 50px;
  text-align: center;
  font-size: 40px;
  font-family: "Merriweather";
  height: 500px;
}

.item_box {
  background: #fff;
  float: left;
  width: 24.99%;
  padding: 10px 0 0 10px;
}
.item_box > div {
  position: relative;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.item_box .image_wrap {
  height: 197px;
  overflow: hidden;
  position: relative;
}
.item_box .image_wrap img {
  width: auto;
  max-width: none;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.item_box .type {
  bottom: 0;
}
.item_box .box_content {
  border: 1px solid #eee;
  border-top: none;
  padding: 20px;
  height: 235px;
  position: relative;
}
.item_box .box_content p {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.7;
}
.item_box .view {
  position: absolute;
  right: 20px;
  bottom: 20px;
  padding-right: 37px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}
.item_box .view:after {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
  background: url("../images/sprite.svg") no-repeat -480px -30px;
}
.item_box .options {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
@media screen and (max-width: 1599px) {
  .filters_expanded .item_box {
    width: 33.3%;
  }
}
@media screen and (max-width: 1299px) {
  .filters_expanded .item_box {
    width: 49.9%;
  }
  .filters_collapsed .item_box {
    width: 33.3%;
  }
}
@media screen and (min-width: 1024px) {
  .item_box:hover > div {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    z-index: 10;
  }
  .item_box:hover .view:after {
    -webkit-animation: arrow 0.8s infinite;
    -moz-animation: arrow 0.8s infinite;
    animation: arrow 0.8s infinite;
  }
}
@media screen and (max-width: 999px) {
  .filters_expanded .item_box {
    float: none;
    width: auto;
  }
  .filters_expanded .item_box .box_content {
    height: auto;
    padding-bottom: 70px;
  }
  .filters_collapsed .item_box {
    width: 49.9%;
  }
}
@media screen and (max-width: 639px) {
  .item_box {
    float: none;
    width: auto;
  }
  .filters_collapsed .item_box {
    width: auto;
  }
}

.loading_animation {
  margin: 150px 0;
  padding-top: 100px;
  text-align: center;
  position: relative;
}
.loading_animation:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 50px;
  height: 96px;
  margin-left: -25px;
  background: url("../images/sprite.svg") no-repeat -710px 0px;
  -webkit-animation: loading 0.8s infinite;
  -moz-animation: loading 0.8s infinite;
  animation: loading 0.8s infinite;
}
.loading_animation img {
  display: block;
  margin: 0 auto 7px;
}

.load_more_wrap {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .load_more_wrap {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 699px) {
  .load_more_wrap {
    margin-right: 0;
  }
}

.load_more {
  background: #eee;
  line-height: 80px;
  text-transform: uppercase;
  padding: 0 63px;
  display: inline-block;
  position: relative;
  font-size: 22px;
  font-weight: bold;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.load_more:before, .load_more:after {
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  -webkit-transform: translate(0px, 0px) rotate(-45deg);
  -moz-transform: translate(0px, 0px) rotate(-45deg);
  -ms-transform: translate(0px, 0px) rotate(-45deg);
  transform: translate(0px, 0px) rotate(-45deg);
}
.load_more:before {
  left: 33px;
}
.load_more:after {
  right: 33px;
}
@media screen and (min-width: 1024px) {
  .load_more:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .load_more {
    padding: 0 30px;
    font-size: 18px;
    display: block;
  }
  .load_more:before {
    left: 20px;
  }
  .load_more:after {
    right: 20px;
  }
}

/*----- Template Accommodation -----*/
.template-accommodation .page_content.no_image {
  background: #a2878a;
}

/*----- Template Gastronomy -----*/
.template-gastronomy .page_content.no_image {
  background: #f49d65;
}
.template-gastronomy .filters h4:before {
  background-position: -40px -40px;
  width: 26px;
  height: 26px;
}

/*----- Template Attraction -----*/
.template-attraction .page_content.no_image {
  background: #60b17b;
}
.template-attraction .filters h4:before {
  background-position: -90px -40px;
}

/*----- Template Shopping -----*/
.template-shopping .page_content.no_image {
  background: #d984a2;
}
.template-shopping .filters h4:before {
  background-position: -130px -40px;
}

/*----- Template Service -----*/
.template-service .page_content.no_image {
  background: #1fa7a4;
}
.template-service .filters h4:before {
  background-position: -170px -40px;
}

/*----- Template Transport -----*/
.template-transport main,
.template-offer main,
.template-video-list main,
.template-magazine main,
.single-transport main,
.single main,
.page.template-default main {
  padding-bottom: 100px;
}
@media screen and (max-width: 1049px) {
  .template-transport main,
  .template-offer main,
  .template-video-list main,
  .template-magazine main,
  .single-transport main,
  .single main,
  .page.template-default main {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 639px) {
  .template-transport main,
  .template-offer main,
  .template-video-list main,
  .template-magazine main,
  .single-transport main,
  .single main,
  .page.template-default main {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 479px) {
  .template-transport main,
  .template-offer main,
  .template-video-list main,
  .template-magazine main,
  .single-transport main,
  .single main,
  .page.template-default main {
    padding-bottom: 0;
  }
}

.template-transport .child_list {
  margin: 30px auto 0;
  max-width: 970px;
}
.template-transport .child_list ul {
  overflow: hidden;
  margin-left: -1%;
}
.template-transport .child_list li {
  position: relative;
  float: left;
  width: 49%;
  margin: 10px 0 0 1%;
  min-height: 95px;
}
.template-transport .child_list li .desc_wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 14px;
  font-weight: bold;
}
.template-transport .child_list li h5 {
  background: #fff;
  display: inline-block;
  line-height: 60px;
  padding: 0 20px;
  font-size: 22px;
  letter-spacing: 0.5px;
}
.template-transport .child_list li .desc {
  background: rgba(0, 0, 0, 0.5);
  line-height: 35px;
  color: #fff;
  position: relative;
}
.template-transport .child_list li .desc div {
  white-space: nowrap;
  padding: 0 110px 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.template-transport .child_list li .info {
  background: #6cb48e;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 50px 0 10px;
  text-transform: uppercase;
}
.template-transport .child_list li .info:after {
  content: "";
  position: absolute;
  right: 13px;
  top: 50%;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background: url("../images/sprite.svg") no-repeat -480px 0px;
}
.template-transport .child_list li.low_p {
  display: none;
}
.template-transport .child_list.odd li:first-child {
  width: auto;
  float: none;
}
.template-transport .child_list.odd li:first-child .list_size {
  display: none;
}
.template-transport article.post {
  background: #fff;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.2);
  max-width: 970px;
  margin: 45px auto 0;
  padding: 54px 50px 50px;
}
.template-transport .page_content .excerpt {
  max-width: 750px;
}
.template-transport .page_content.no_image {
  background: #327c93;
}
.template-transport .entry_content_wrap {
  font-size: 16px;
  line-height: 1.5;
}
.template-transport .entry_content_wrap h5 {
  font-size: 28px;
  font-weight: 300;
  margin-top: 37px;
}
.template-transport .entry_content_wrap h5:first-child {
  margin-top: 0;
}
.template-transport .entry_content_wrap p {
  margin-top: 7px;
}
@media screen and (min-width: 1024px) {
  .template-transport .child_list li:hover .info:after {
    -webkit-animation: arrow 0.8s infinite;
    -moz-animation: arrow 0.8s infinite;
    animation: arrow 0.8s infinite;
  }
}
@media screen and (max-width: 1049px) {
  .template-transport .child_list,
  .template-transport article.post {
    margin-left: 40px;
    margin-right: 40px;
  }
  .template-transport .child_list li h5 {
    line-height: 40px;
    padding: 0 10px;
    font-size: 18px;
  }
  .template-transport .child_list li .desc div {
    padding: 0 100px 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .template-transport .child_list,
  .template-transport article.post {
    margin-left: 20px;
    margin-right: 20px;
  }
  .template-transport article.post {
    padding: 20px;
  }
  .template-transport .child_list {
    margin-top: 10px;
  }
  .template-transport .child_list li {
    float: none;
    width: auto;
  }
  .template-transport .child_list li img {
    width: 100%;
  }
  .template-transport .child_list.odd li:first-child .full_size {
    display: none;
  }
  .template-transport .child_list.odd li:first-child .list_size {
    display: block;
  }
}
@media screen and (max-width: 479px) {
  .template-transport .child_list li .desc_wrap {
    position: static;
  }
  .template-transport .child_list li .desc {
    background: rgba(0, 0, 0, 0.9);
  }
  .template-transport article.post {
    box-shadow: none;
    margin: 0;
  }
  .template-transport .entry_content_wrap h5 {
    margin-top: 15px;
  }
}

/*----- Template Inspiration -----*/
.template-inspiration .page_content.no_image,
.tax-inspiration_type .page_content.no_image {
  background: #efcd43;
}

.template-inspiration .list li {
  aspect-ratio: 1/1;
}
.template-inspiration .list img {
  aspect-ratio: 1/1;
  object-fit: cover;
}

/*----- Taxonomy Inspiration Type -----*/
.tax-inspiration_type .filters h4:before {
  background-position: -290px -40px;
}
.tax-inspiration_type .childs_list {
  padding: 0 10px 10px 0;
}
.tax-inspiration_type .childs_list .item_box {
  width: 20%;
}
.tax-inspiration_type .childs_list .item_box .box_content {
  height: 130px;
}
.tax-inspiration_type .childs_list h5 {
  font-size: 22px;
  line-height: 1.2;
}
@media screen and (max-width: 1499px) {
  .tax-inspiration_type .childs_list .item_box {
    width: 25%;
  }
}
@media screen and (max-width: 1299px) {
  .tax-inspiration_type .childs_list .item_box {
    width: 33.3%;
  }
}
@media screen and (max-width: 999px) {
  .tax-inspiration_type .childs_list .item_box {
    width: 49.9%;
  }
}
@media screen and (max-width: 639px) {
  .tax-inspiration_type .childs_list .item_box {
    width: auto;
  }
}

/*----- Single Inspiration -----*/
.single-inspiration .gallery {
  min-height: 0;
  position: relative;
  cursor: default;
}
.single-inspiration .gallery .slider_wrap {
  opacity: 1;
  z-index: 1;
}
.single-inspiration .gallery .cursor {
  display: none !important;
}
.single-inspiration .gallery + .post {
  margin-top: 0;
}

/*----- Template Offer -----*/
.template-offer .page_content.no_image {
  background: #f1ea65;
}
.template-offer .item_boxes {
  padding-right: 10px;
}
.template-offer .item_box {
  width: 20%;
}
.template-offer .item_box .box_content {
  height: 250px;
}
.template-offer .item_box .expires {
  bottom: 0;
}
.template-offer .item_box .price {
  position: absolute;
  left: 20px;
  bottom: 17px;
  font-weight: bold;
}
.template-offer .item_box .price .label {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
}
.template-offer .item_box .price div {
  font-size: 24px;
  line-height: 1.1;
}
@media screen and (max-width: 1499px) {
  .template-offer .item_box {
    width: 25%;
  }
}
@media screen and (max-width: 1299px) {
  .template-offer .item_box {
    width: 33.3%;
  }
}
@media screen and (max-width: 999px) {
  .template-offer .item_box {
    width: 49.9%;
  }
}
@media screen and (max-width: 639px) {
  .template-offer .item_box {
    width: auto;
  }
}

/*----- Single Offer -----*/
@media screen and (max-width: 767px) {
  .single-offer .post .information {
    padding-bottom: 0;
  }
}

/*----- Template Video -----*/
.template-video-list .page_content.no_image {
  background: #fb6868;
}
.template-video-list .filters h4:before {
  background-position: -870px 0;
}
.template-video-list .item_box {
  width: 20%;
}
.template-video-list .item_box .cat {
  bottom: 0;
}
.template-video-list .item_box .box_content {
  height: 228px;
  overflow: hidden;
}
.template-video-list .item_box.has_video .image_wrap {
  position: relative;
}
.template-video-list .item_box.has_video .image_wrap:after {
  content: "";
  width: 48px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -24px;
  background: url("../images/sprite.svg") no-repeat -780px 0px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.template-video-list .filters_expanded .item_box {
  width: 25%;
}
@media screen and (max-width: 1599px) {
  .template-video-list .item_box {
    width: 25%;
  }
  .template-video-list .filters_expanded .item_box {
    width: 33.3%;
  }
}
@media screen and (max-width: 1299px) {
  .template-video-list .item_box {
    width: 33.3%;
  }
  .template-video-list .filters_expanded .item_box {
    width: 49.9%;
  }
}
@media screen and (max-width: 999px) {
  .template-video-list .item_box {
    width: 49.9%;
  }
  .template-video-list .filters_expanded .item_box {
    float: none;
    width: auto;
  }
  .template-video-list .filters_expanded .item_box .box_content {
    height: auto;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 699px) {
  .template-video-list .filters_expanded .item_box {
    float: left;
    width: 49.9%;
  }
  .template-video-list .filters_expanded .item_box .box_content {
    height: 210px;
  }
}
@media screen and (max-width: 639px) {
  .template-video-list .item_box {
    width: auto;
  }
  .template-video-list .item_box .box_content {
    height: auto;
  }
  .template-video-list .filters_expanded .item_box {
    float: none;
    width: auto;
  }
  .template-video-list .filters_expanded .item_box .box_content {
    height: auto;
  }
}

/*----- Template Magazine -----*/
.template-magazine main .post {
  display: table;
}
.template-magazine main .post > div {
  display: table-cell;
  vertical-align: middle;
}
.template-magazine main .post .img_wrap {
  text-align: center;
}
.template-magazine main .post .post_content {
  padding-right: 10px;
  position: relative;
}
.template-magazine main .post h2 {
  font-weight: 900;
  letter-spacing: 0.5px;
}
.template-magazine main .post .second_title {
  margin-top: 12px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1px;
}
.template-magazine main .post .buttons {
  overflow: hidden;
}
.template-magazine main .post .buttons a {
  float: left;
  margin: 23px 10px 0 0;
  height: 35px;
  line-height: 35px;
}
.template-magazine main .post .buttons a:last-child {
  margin-right: 0;
}
.template-magazine main .post .watch_online {
  background: #6cb48e;
  padding: 0 10px;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.template-magazine main .post .have_sent {
  background: #e6faff;
  border: 1px solid #0497b8;
  padding: 0 6px 0 44px;
  color: #000;
  position: relative;
  font-size: 12px;
  font-weight: bold;
}
.template-magazine main .post .have_sent:before {
  background: url("../../images/postnord_icon.png") no-repeat 0 0;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 36px;
}
.template-magazine .magazine_page_content {
  margin-bottom: 85px;
  position: relative;
  color: #000;
  padding: 0;
}
.template-magazine .magazine_page_content .img_wrap {
  overflow: hidden;
}
.template-magazine .magazine_page_content .img_wrap img {
  max-width: none;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.template-magazine .magazine_page_content header {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 80px;
}
.template-magazine .magazine_page_content h1 {
  font-family: "Lato", "sans-serif";
  font-weight: bold;
  max-width: 920px;
  margin: 0 auto;
}
.template-magazine .magazine_page_content .bottom {
  width: 920px;
  text-align: left;
}
.template-magazine .magazine_page_content .post {
  width: 520px;
  height: 280px;
  color: #fff;
  float: left;
}
.template-magazine .magazine_page_content .post .img_wrap {
  width: 60%;
}
.template-magazine .magazine_page_content .post .img_wrap + .post_content > div {
  margin-left: -60px;
}
.template-magazine .magazine_page_content .post .post_content {
  width: 40%;
}
.template-magazine .magazine_page_content .post .post_content > div {
  padding-bottom: 12px;
}
.template-magazine .magazine_page_content .post h2 {
  font-size: 30px;
  line-height: 1.1;
}
.template-magazine .magazine_page_content .info_box {
  float: right;
  margin-top: 5px;
  position: relative;
}
.template-magazine .magazine_page_content .info_box .text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 14px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  padding: 0 10px;
}
.template-magazine .list {
  max-width: 1460px;
  margin: 0 auto;
  padding-top: 25px;
}
.template-magazine .list > div {
  margin-left: -0.7%;
}
.template-magazine .list .post {
  border: 1px solid #efefef;
  float: left;
  width: 32.6%;
  margin: 10px 0 0 0.7%;
  height: 240px;
}
.template-magazine .list .post > div {
  width: 50%;
}
.template-magazine .list .post .img_wrap {
  position: relative;
}
.template-magazine .list .post .img_wrap img {
  max-width: 95%;
  position: relative;
  left: -20px;
  top: -10px;
}
.template-magazine .list .post .second_title {
  color: #8a8a8a;
}
@media screen and (max-width: 1539px) {
  .template-magazine .list {
    margin-left: 40px;
    margin-right: 40px;
  }
  .template-magazine .list .post {
    width: 49.3%;
  }
}
@media screen and (max-width: 1199px) {
  .template-magazine .list .post .img_wrap img {
    left: -10px;
  }
}
@media screen and (min-width: 1024px) {
  .template-magazine main .post .buttons a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1039px) {
  .template-magazine .magazine_page_content h1 {
    font-size: 40px;
  }
  .template-magazine .magazine_page_content .post {
    width: 55%;
    padding: 10px 0;
  }
  .template-magazine .magazine_page_content .post .img_wrap {
    width: 40%;
  }
  .template-magazine .magazine_page_content .post .img_wrap img {
    max-width: 100%;
  }
  .template-magazine .magazine_page_content .post .img_wrap + .post_content {
    width: 47%;
  }
  .template-magazine .magazine_page_content .post .img_wrap + .post_content > div {
    margin-left: -50px;
  }
  .template-magazine .magazine_page_content .post h2 {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) {
  .template-magazine .magazine_page_content .bottom {
    position: absolute;
    left: 50%;
    bottom: -85px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1039px) and (min-width: 768px) {
  .template-magazine main .post h2 {
    font-size: 20px;
  }
  .template-magazine main .post .post_content {
    padding: 0 10px;
  }
  .template-magazine .magazine_page_content .bottom {
    left: 20px;
    right: 20px;
    width: auto;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .template-magazine .magazine_page_content .bottom .info_box {
    margin-top: 0;
    width: 44%;
  }
  .template-magazine .magazine_page_content .bottom .info_box img {
    width: 100%;
    height: 100%;
  }
  .template-magazine .magazine_page_content .post .watch_online,
  .template-magazine .magazine_page_content .post .have_sent {
    font-size: 12px;
  }
  .template-magazine .list {
    margin-left: 20px;
    margin-right: 20px;
  }
  .template-magazine .list .post .img_wrap + .post_content > div {
    margin-left: 0;
  }
  .template-magazine .list .post .buttons a {
    float: none;
    display: block;
    margin: 10px 0 0;
    text-align: center;
  }
  .template-magazine .list .post .have_sent {
    padding-right: 44px;
  }
}
@media screen and (max-width: 899px) {
  .template-magazine .magazine_page_content {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  .template-magazine .magazine_page_content .bottom {
    max-width: 550px;
    margin: 10px auto;
    display: block;
  }
  .template-magazine .magazine_page_content .post {
    border: 1px solid #efefef;
    width: 100%;
    float: none;
    margin-top: 20px;
  }
  .template-magazine .magazine_page_content .post h2 {
    color: #000;
  }
  .template-magazine .magazine_page_content .post .second_title {
    color: #8a8a8a;
  }
  .template-magazine .magazine_page_content .info_box {
    margin-top: 20px;
    float: none;
  }
  .template-magazine .magazine_page_content .info_box img {
    width: 100%;
  }
  .template-magazine .list {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }
  .template-magazine .list .post {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 639px) {
  .template-magazine .magazine_page_content {
    margin-bottom: 10px;
  }
  .template-magazine .magazine_page_content header {
    top: 60px;
    left: 20px;
    right: 20px;
  }
  .template-magazine .magazine_page_content h1 {
    font-size: 30px;
  }
  .template-magazine .magazine_page_content .bottom {
    width: auto;
    max-width: none;
    margin-left: 20px;
    margin-right: 20px;
  }
  .template-magazine .magazine_page_content .post .img_wrap {
    width: 50%;
  }
  .template-magazine .magazine_page_content .post .img_wrap img {
    max-width: 260px;
  }
  .template-magazine .magazine_page_content .post .img_wrap + .post_content > div {
    margin-left: -50px;
  }
  .template-magazine .magazine_page_content .post .post_content {
    width: 50%;
  }
  .template-magazine .list {
    max-width: none;
    margin: 0 20px 10px;
  }
  .template-magazine .list > div {
    margin-left: 0;
  }
  .template-magazine .list .post {
    margin-left: 0;
  }
  .template-magazine .list .post .img_wrap img {
    position: relative;
  }
}
@media screen and (max-width: 529px) {
  .template-magazine main .post > div {
    display: block;
  }
  .template-magazine main .post .buttons {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
  }
  .template-magazine main .post .buttons a {
    width: 48%;
    margin: 15px 0 0;
  }
  .template-magazine .magazine_page_content > .img_wrap img {
    height: 250px;
  }
  .template-magazine .magazine_page_content .post .img_wrap {
    width: auto;
  }
  .template-magazine .magazine_page_content .post .img_wrap img {
    left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .template-magazine .magazine_page_content .post .img_wrap + .post_content {
    width: auto;
  }
  .template-magazine .magazine_page_content .post .img_wrap + .post_content > div {
    margin-left: 0;
  }
  .template-magazine .magazine_page_content .post .post_content {
    margin-top: 20px;
    padding: 0 10px;
    width: auto;
    text-align: center;
  }
  .template-magazine .list .post {
    display: block;
    height: auto;
    margin-left: 0;
  }
  .template-magazine .list .post > div {
    width: auto;
  }
  .template-magazine .list .post .img_wrap img {
    position: static;
    margin-top: -12px;
  }
  .template-magazine .list .post .img_wrap + .post_content > div {
    margin-left: 0;
  }
  .template-magazine .list .post .post_content {
    text-align: center;
    padding: 20px;
  }
}
@media screen and (max-width: 479px) {
  .template-magazine main .post .buttons .watch_online {
    width: 44%;
  }
  .template-magazine main .post .buttons .have_sent {
    width: 52%;
    padding: 0 0 0 36px;
  }
  .template-magazine .magazine_page_content .post {
    margin-top: 10px;
  }
  .template-magazine .magazine_page_content .post h2 {
    font-size: 22px;
  }
  .template-magazine .magazine_page_content .bottom {
    margin-left: 10px;
    margin-right: 10px;
  }
  .template-magazine .list {
    margin-left: 10px;
    margin-right: 10px;
  }
  .template-magazine .list .post .post_content {
    padding: 10px;
  }
}

/*----- LP Category -----*/
.tax-lp_category main {
  padding-bottom: 100px;
}
.tax-lp_category main .list {
  max-width: 1070px;
  margin: 30px auto 0;
}
.tax-lp_category main .list > ul {
  overflow: hidden;
  margin-left: -10px;
}
.tax-lp_category main .list li {
  position: relative;
  float: left;
  margin: 10px 0 0 10px;
}
.tax-lp_category main .list li:before {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  background-color: #000;
  opacity: 0;
  z-index: 99;
}
.tax-lp_category main .list li .title {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  opacity: 0;
  position: absolute;
  color: #fff;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 10px;
  width: 100%;
  font-weight: bold;
  font-size: 20px;
}
.tax-lp_category main .list li a {
  z-index: 101;
}
.tax-lp_category main .list li:hover:before {
  opacity: 0.7;
}
.tax-lp_category main .list li:hover .title {
  opacity: 1;
}
.tax-lp_category main .list li .placeholder {
  display: block;
  background: #000;
  width: 350px;
  max-width: 100%;
  position: relative;
  padding-bottom: 100%;
}
.tax-lp_category main .entry_content_wrap {
  max-width: 1070px;
  margin: 45px auto 0;
  font-size: 16px;
  line-height: 1.5;
}
.tax-lp_category main .white_box {
  text-align: center;
  margin-top: 30px;
}
.tax-lp_category main .white_box a {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: #eee;
  line-height: 80px;
  text-transform: uppercase;
  padding: 0 63px;
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
}
.tax-lp_category main .white_box a:hover {
  background: #ddd;
}
@media screen and (max-width: 1129px) {
  .tax-lp_category main {
    padding-bottom: 30px;
  }
  .tax-lp_category main .list {
    margin: 10px 20px 0;
    max-width: none;
  }
  .tax-lp_category main .list > ul {
    margin-left: -1%;
  }
  .tax-lp_category main .list li {
    width: 32.3%;
    margin-left: 1%;
  }
  .tax-lp_category main .entry_content_wrap {
    margin: 30px 20px 0;
    max-width: none;
  }
}
@media screen and (max-width: 1023px) {
  .tax-lp_category main .list li:before {
    opacity: 0.7;
  }
  .tax-lp_category main .list li .title {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .tax-lp_category main .list > ul {
    margin-left: -2%;
  }
  .tax-lp_category main .list li {
    margin-left: 2%;
    width: 48%;
  }
  .tax-lp_category main .list li img {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .tax-lp_category main {
    padding-bottom: 20px;
  }
  .tax-lp_category main .entry_content_wrap {
    margin-top: 20px;
  }
  .tax-lp_category main .white_box {
    margin-top: 20px;
    padding: 0 20px;
  }
  .tax-lp_category main .white_box a {
    line-height: 60px;
    padding: 0;
    font-size: 20px;
  }
}
@media screen and (max-width: 479px) {
  .tax-lp_category main .list > ul {
    margin-left: 0;
  }
  .tax-lp_category main .list li {
    float: none;
    margin-left: 0;
    width: auto;
  }
  .tax-lp_category main .list li .placeholder {
    width: 100%;
  }
  .tax-lp_category main .white_box a {
    display: block;
    font-size: 18px;
  }
}

/*----- Master Search -----*/
.template-master-search .page_content {
  display: none;
}
.template-master-search .page_content.no_image {
  background: #9d6338;
}

/*----- Master Map -----*/
.template-master-map .page_content .excerpt {
  max-width: 750px;
}
.template-master-map .filters {
  position: absolute;
}
.template-master-map .fixed .filters {
  position: fixed;
}
.template-master-map .fixed.bottom .filters {
  position: absolute;
}
@media screen and (max-width: 699px) {
  .template-master-map .filters {
    width: 370px;
  }
  .template-master-map .filters_collapsed .filters {
    left: 0;
    margin-left: -370px;
  }
}
@media screen and (max-width: 399px) {
  .template-master-map .filters {
    width: 260px;
  }
  .template-master-map .filters_collapsed .filters {
    margin-left: -260px;
  }
}

/*----- Site Map -----*/
.entry_content .site_map {
  padding-left: 14px;
}
.entry_content .site_map .children {
  padding: 0 0 0 20px;
  margin-top: 0;
}

/*----- Contact -----*/
.template-contact main .map_wrap + .entry_content_wrap,
.template-contact main .entry_content_wrap + .map_wrap {
  margin-top: 15px;
}
.template-contact main .map_wrap.left {
  float: left;
  width: 49%;
  margin-right: 20px;
}
.template-contact main .map_wrap.right {
  float: right;
  width: 49%;
  margin-left: 20px;
}
.template-contact main .map_wrap.left + .entry_content_wrap,
.template-contact main .map_wrap.right + .entry_content_wrap {
  overflow: hidden;
  margin-top: 0;
}
.template-contact main .page_content_wrap {
  padding-bottom: 50px;
  min-height: 1020px;
  position: relative;
}
.template-contact main .page_content_wrap .img_wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 90px;
  bottom: 0;
  overflow: hidden;
}
.template-contact main .page_content_wrap .img_wrap img {
  max-width: none;
  min-width: 100%;
  width: auto;
  height: auto;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.template-contact main .page_content_wrap .entry_header {
  background: #1fa7a3;
  text-align: center;
  padding-top: 50px;
  min-height: 220px;
  color: #fff;
  position: relative;
  z-index: 1;
}
.template-contact main .page_content_wrap .entry_header h1 {
  font-size: 64px;
  font-weight: normal;
  font-family: "Lato";
}
.template-contact main .page_content_wrap .entry_content_wrap {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  padding: 40px 50px 50px;
  max-width: 960px;
  margin: -50px auto 0;
  position: relative;
  z-index: 2;
}
.template-contact main .page_content_wrap .entry_content_wrap h2 {
  font-size: 28px;
}
.template-contact main .page_content_wrap .entry_content_wrap .contact_info {
  margin-top: 0;
  float: right;
  width: 50%;
  padding-left: 20px;
}
.template-contact main .page_content_wrap .entry_content_wrap .contact_info .phone {
  font-size: 22px;
  margin-bottom: 5px;
  display: inline-block;
}
.template-contact main .page_content_wrap .entry_content_wrap .contact_info a {
  text-decoration: underline;
}
.template-contact main .page_content_wrap .entry_content_wrap .visit_us {
  border-top: 1px solid #cbccce;
  margin-top: 45px;
  padding-top: 25px;
}
.template-contact main .page_content_wrap .entry_content_wrap .visit_us .clear > div {
  float: left;
  width: 45%;
  margin-top: 0;
}
.template-contact main .page_content_wrap .entry_content_wrap .wpcf7 {
  margin-top: 0;
  float: left;
  width: 50%;
  padding-right: 30px;
}
.template-contact main .page_content_wrap .entry_content_wrap .wpcf7 h2 {
  margin: 0 0 18px;
}
.template-contact main .page_content_wrap .entry_content_wrap .wpcf7 .input {
  margin-top: 12px;
}
@media screen and (min-width: 1024px) {
  .template-contact main .page_content_wrap .entry_content_wrap .contact_info a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 959px) {
  .template-contact main .page_content_wrap {
    padding-bottom: 0;
    min-height: 0;
  }
  .template-contact main .page_content_wrap .entry_header {
    padding-bottom: 50px;
    min-height: 0;
  }
  .template-contact main .page_content_wrap .entry_header h1 {
    font-size: 50px;
  }
  .template-contact main .page_content_wrap .entry_content_wrap {
    margin-top: 0;
  }
  .template-contact main .page_content_wrap .entry_content_wrap .visit_us .clear > div {
    float: none;
    width: auto;
  }
  .template-contact main .page_content_wrap .entry_content_wrap .visit_us .clear > div + div {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .template-contact main .page_content_wrap .entry_header h1 {
    font-size: 40px;
  }
  .template-contact main .page_content_wrap .entry_content_wrap {
    padding: 20px;
  }
  .template-contact main .page_content_wrap .entry_content_wrap .visit_us {
    margin-top: 30px;
  }
  .template-contact main .page_content_wrap .entry_content_wrap .wpcf7 {
    padding-right: 10px;
  }
  .template-contact main .page_content_wrap .entry_content_wrap .contact_info {
    padding-left: 10px;
  }
}
@media screen and (max-width: 639px) {
  .template-contact main .page_content_wrap .entry_header h1 {
    font-size: 30px;
  }
  .template-contact main .page_content_wrap .entry_content_wrap {
    padding: 20px;
  }
  .template-contact main .page_content_wrap .entry_content_wrap .wpcf7 {
    float: none;
    width: auto;
    padding-right: 0;
    margin-top: 25px;
  }
  .template-contact main .page_content_wrap .entry_content_wrap .contact_info {
    float: none;
    width: auto;
    padding-left: 0;
  }
}

/*----- Widget Google Map -----*/
.widget_google_map .map {
  height: 200px;
}

/*----- Shortcode read more -----*/
.shortcode__read_more .shortcode__visible_content.gradient {
  position: relative;
}
.shortcode__read_more .shortcode__visible_content.gradient:before {
  content: "";
  position: absolute;
  height: 25px;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: transparent;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.9));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.9));
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.9));
  background: linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.9));
}

/*----- 404 -----*/
@media screen and (min-width: 1000px) {
  html {
    height: 100%;
  }
  .error404 {
    height: 100%;
  }
  .error404 .container {
    display: table;
    width: 100%;
    height: 100%;
  }
  .error404 .site_footer {
    display: table-row;
    height: 1px;
  }
}
/*----- Footer -----*/
.site_footer {
  position: relative;
}
.site_footer a {
  color: #fff;
}
.site_footer .sidebar_wrap {
  background: #555;
  color: #fff;
  overflow: hidden;
}
.site_footer .sidebar {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.site_footer .sidebar:before {
  content: "";
  position: absolute;
  right: -115px;
  bottom: -70px;
  width: 240px;
  height: 480px;
  opacity: 0.1;
  background: url("../images/sprite.svg") no-repeat 0px -300px;
}
.site_footer .sidebar .widget {
  padding: 60px 40px 60px 85px;
  width: 25%;
  position: relative;
}
.site_footer .sidebar .widget:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #fff;
  background: -webkit-linear-gradient(transparent, #7f7f7f, transparent);
  background: -moz-linear-gradient(transparent, #7f7f7f, transparent);
  background: -ms-linear-gradient(transparent, #7f7f7f, transparent);
  background: linear-gradient(transparent, #7f7f7f, transparent);
}
.site_footer .sidebar .widget:last-child:after {
  display: none;
}
.site_footer .sidebar .widget_title {
  font-family: "Merriweather";
  font-size: 26px;
}
.site_footer .sidebar .textwidget {
  margin-top: 25px;
  line-height: 1.2;
}
.site_footer .sidebar .textwidget a,
.site_footer .sidebar .textwidget strong {
  font-weight: 900;
}
.site_footer .sidebar .textwidget p {
  margin-top: 20px;
}
.site_footer .sidebar .textwidget p:first-child {
  margin-top: 0;
}
.site_footer .sidebar .widget_nav_menu {
  font-weight: 900;
}
.site_footer .sidebar .widget_nav_menu > div {
  margin-top: 23px;
}
.site_footer .sidebar .widget_nav_menu li {
  margin-top: 7px;
}
.site_footer .sidebar .widget_nav_menu a {
  position: relative;
  display: inline-block;
  padding-right: 40px;
}
.site_footer .sidebar .widget_nav_menu a:before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  right: 0;
  top: -1px;
  opacity: 0;
  background: url("../images/sprite.svg") no-repeat -480px 0px;
}
.site_footer .copyright {
  background: #333;
  color: rgba(255, 255, 255, 0.6);
  font-weight: bold;
  padding: 0 20px;
}
.site_footer .copyright > div {
  display: flex;
  vertical-align: middle;
  justify-content: space-between;
  align-items: center;
  max-width: 1600px;
  margin: 0 auto;
  height: 80px;
}
.site_footer .copyright .social_icons ul {
  display: inline-block;
  vertical-align: middle;
}
.site_footer .copyright .social_icons .label {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
.site_footer .copyright .desc a {
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.6);
  opacity: 0.5;
}
@media screen and (max-width: 1799px) {
  .site_footer .sidebar:before {
    right: 0;
  }
}
@media screen and (max-width: 1399px) {
  .site_footer .sidebar .widget {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .site_footer .sidebar .widget {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .site_footer a:hover {
    color: #fff;
  }
  .site_footer .sidebar a:hover {
    opacity: 0.5;
    text-decoration: none;
  }
  .site_footer .sidebar .widget_nav_menu a:hover {
    opacity: 1;
  }
  .site_footer .sidebar .widget_nav_menu a:hover:before {
    opacity: 0.5;
    -webkit-animation: arrow 0.8s infinite;
    -moz-animation: arrow 0.8s infinite;
    animation: arrow 0.8s infinite;
  }
  .site_footer .copyright .desc a:hover {
    color: rgba(255, 255, 255, 0.6);
    opacity: 1;
  }
}
@media screen and (max-width: 1023px) {
  .site_footer .copyright > div {
    height: auto;
    padding: 20px 0;
    display: block;
    text-align: center;
  }
  .site_footer .copyright .desc {
    margin-top: 20px;
  }
}
@media screen and (max-width: 999px) {
  .site_footer .sidebar {
    display: block;
    overflow: hidden;
    padding: 20px 0;
  }
  .site_footer .sidebar .widget {
    float: left;
    width: 50%;
    padding: 30px 40px;
  }
  .site_footer .sidebar .widget:nth-child(3) {
    clear: left;
  }
}
@media screen and (max-width: 767px) {
  .site_footer .sidebar {
    padding: 10px 0;
  }
  .site_footer .sidebar .widget {
    padding: 20px;
  }
}
@media screen and (max-width: 639px) {
  .site_footer .sidebar .widget {
    float: none;
    width: auto;
  }
  .site_footer .sidebar .widget:after {
    display: none;
  }
  .site_footer .sidebar .widget_nav_menu > div {
    margin-top: 15px;
  }
  .site_footer .sidebar .widget_nav_menu a {
    padding-right: 0;
  }
  .site_footer .sidebar .widget_nav_menu a:before {
    display: none;
  }
  .site_footer .copyright {
    font-size: 14px;
  }
  .site_footer .copyright .social_icons .label {
    margin-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .site_footer .copyright .social_icons .label {
    display: none;
  }
}

/*----- UI dialog -----*/
.w-dialog-overlay {
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  opacity: 1;
}

.w-dialog {
  position: absolute;
  z-index: 10100;
  outline: none;
  font-size: 14px;
  overflow: visible;
}
.w-dialog .ui-dialog-title,
.w-dialog .ui-dialog-titlebar-close {
  display: none;
}
.w-dialog .ui-dialog-content {
  padding: 0;
  overflow: visible;
  position: static;
}
.w-dialog .popup_close {
  right: -25px;
  top: -25px;
  z-index: 10102;
}
.w-dialog .popup_content {
  z-index: 10101;
  position: relative;
}
.template-video-list .w-dialog .popup_content .entry_content_wrap {
  background: #fff;
  padding: 10px;
  position: absolute;
  left: 0;
  right: 0;
}
.tax-lp_category .w-dialog .popup_content {
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  padding: 40px;
  max-width: 1140px;
  max-height: 500px;
  overflow-y: auto;
}
.w-dialog .popup_content a {
  text-decoration: underline;
}
.w-dialog .popup_content a:hover {
  text-decoration: none;
}
@media screen and (max-width: 1199px) {
  .tax-lp_category .w-dialog .popup_close {
    right: 0;
    top: 0;
  }
  .w-dialog .popup_content .entry_content_wrap {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 639px) {
  .tax-lp_category .w-dialog .popup_content {
    padding: 40px 20px 20px;
  }
}

/*----- PrettyPhoto -----*/
div.pp_default .pp_loaderIcon {
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
div.pp_default .ppt {
  height: 50px;
  font-size: 0;
}
div.pp_default .pp_top,
div.pp_default .pp_bottom,
div.pp_default .pp_expand,
div.pp_default .pp_nav {
  display: none !important;
}
div.pp_default .pp_content_container .pp_left,
div.pp_default .pp_content_container .pp_right,
div.pp_default .pp_content_container .pp_content {
  background: none;
}
div.pp_default .pp_details {
  position: static;
}
div.pp_default a.pp_next,
div.pp_default a.pp_previous {
  background: none !important;
  position: relative;
}
div.pp_default a.pp_next:before, div.pp_default a.pp_next:after,
div.pp_default a.pp_previous:before,
div.pp_default a.pp_previous:after {
  content: "";
  position: absolute;
  top: 50%;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
div.pp_default a.pp_next:before,
div.pp_default a.pp_previous:before {
  background: #553f42;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  margin-top: -24px;
}
div.pp_default a.pp_next:after,
div.pp_default a.pp_previous:after {
  border-top: 2px solid #fff;
  width: 6px;
  height: 6px;
  margin-top: -4px;
}
div.pp_default a.pp_next:before {
  right: -24px;
}
div.pp_default a.pp_next:after {
  border-right: 2px solid #fff;
  right: -2px;
  -webkit-transform: translate(0px, 0px) rotate(45deg);
  -moz-transform: translate(0px, 0px) rotate(45deg);
  -ms-transform: translate(0px, 0px) rotate(45deg);
  transform: translate(0px, 0px) rotate(45deg);
}
div.pp_default a.pp_previous:before {
  left: -24px;
}
div.pp_default a.pp_previous:after {
  border-left: 2px solid #fff;
  left: -2px;
  -webkit-transform: translate(0px, 0px) rotate(-45deg);
  -moz-transform: translate(0px, 0px) rotate(-45deg);
  -ms-transform: translate(0px, 0px) rotate(-45deg);
  transform: translate(0px, 0px) rotate(-45deg);
}
div.pp_default .pp_close {
  top: -27px;
  right: -6px;
}
@media screen and (min-width: 1024px) {
  div.pp_default a.pp_next:hover:before, div.pp_default a.pp_next:hover:after,
  div.pp_default a.pp_previous:hover:before,
  div.pp_default a.pp_previous:hover:after {
    opacity: 1;
  }
  div.pp_default .pp_close:hover {
    opacity: 1;
  }
}

/*----- Section default -----*/
section.default.blured_hover {
  position: relative;
  min-height: 300px;
}
section.default.blured_hover:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition-duration: 0.8s;
}
section.default.blured_hover:hover:before {
  backdrop-filter: blur(5px);
}
section.default.blured_hover > div {
  max-width: 1920px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 2;
}
section.default .col-2 {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1685px;
  padding: 0 20px;
  font-size: 20px;
  line-height: 24px;
}
section.default .col-2 > div:first-child {
  width: 48%;
}
section.default .col-2 > div:nth-child(2) {
  width: 49.6%;
}
section.default .col-2 > div h2 {
  font-family: "Merriweather";
  font-size: 40px;
  line-height: 1.2;
}
section.default .col-2 > div .flex {
  display: flex;
}
section.default .col-2 > div .text {
  flex: 1;
  max-width: 480px;
  position: relative;
  z-index: 2;
}
section.default .col-2 > div .clear {
  position: relative;
  z-index: 2;
}
section.default .col-2 .general_button {
  font-size: 21px;
}
@media screen and (max-width: 1400px) {
  section.default .col-2 .general_button {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  section.default .col-2 > div h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 639px) {
  section.default .col-2 > div .flex {
    display: block;
  }
  section.default .col-2 > div .flex .alignleft {
    float: none;
    margin: 0;
  }
  section.default .col-2 .general_button {
    margin: 20px 0 0 !important;
    display: block;
  }
}
section.default.hand {
  overflow: hidden;
}
section.default.hand .col-2 > div + div .img_wrap {
  position: relative;
}
section.default.hand .col-2 > div + div .img_wrap:before {
  content: "";
  position: absolute;
  width: 475px;
  height: 475px;
  top: 80px;
  left: 60px;
  background: url("../images/hand.svg") no-repeat;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  section.default.hand .col-2 {
    display: block;
  }
  section.default.hand .col-2 > div + div:before {
    display: none;
  }
  section.default.hand .col-2 > div {
    width: 100%;
  }
  section.default.hand .col-2 > div + div {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  section.default .entry_content h2 {
    font-size: 32px !important;
  }
}

/*----- Section four_boxes -----*/
section.four_boxes .wrap {
  margin: 0 auto;
  max-width: 1730px;
  overflow: hidden;
  padding: 20px 20px 30px;
  display: flex;
  justify-content: space-between;
}
section.four_boxes .wrap .item {
  position: relative;
  max-width: 400px;
  width: 100%;
  overflow: hidden;
  transition-duration: 0.5s;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.05);
  margin-left: 20px;
}
section.four_boxes .wrap .item:first-child {
  margin-left: 0;
}
section.four_boxes .wrap .item:hover .hover_box {
  transform: translateY(calc(-100% + 100px));
}
section.four_boxes .wrap .item:hover .hover_box:before {
  height: 120px;
  transform: translateY(5px);
}
section.four_boxes .wrap .item:hover .hover_box .description {
  transform: translateY(-29px);
}
section.four_boxes .wrap .item img {
  display: block;
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 100%;
}
section.four_boxes .wrap .item .full_box_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
}
section.four_boxes .wrap .item .hover_box {
  position: absolute;
  transition-duration: 0.5s;
  top: calc(100% - 70px);
  color: #001634;
  font-size: 18px;
  text-align: center;
  width: 100%;
}
section.four_boxes .wrap .item .hover_box:before {
  content: "";
  width: 110%;
  height: 40px;
  position: absolute;
  top: -40px;
  left: -5%;
  background: #fff;
  border-radius: 100% 100% 0 0;
  transition-duration: 0.5s;
}
section.four_boxes .wrap .item .hover_box header {
  position: relative;
  z-index: 2;
  height: 80px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
section.four_boxes .wrap .item .hover_box header h4 {
  color: #001634;
  font-size: 26px;
  margin-top: -45px;
}
section.four_boxes .wrap .item .hover_box .description {
  padding: 0 20px 20px;
  background: #fff;
  z-index: 2;
  position: relative;
  transition-duration: 0.5s;
  font-size: 18px;
  line-height: 22px;
}
@media screen and (max-width: 1024px) {
  section.four_boxes .wrap {
    flex-wrap: wrap;
  }
  section.four_boxes .wrap .item {
    width: 48%;
    max-width: 100%;
    margin-left: 0;
  }
  section.four_boxes .wrap .item img {
    width: 100%;
  }
  section.four_boxes .wrap .item .hover_box {
    margin-top: 0;
    position: static;
  }
  section.four_boxes .wrap .item .hover_box:before {
    display: none;
  }
  section.four_boxes .wrap .item .hover_box header {
    display: block;
    height: auto;
    padding: 10px 0;
  }
  section.four_boxes .wrap .item .hover_box header h4 {
    margin-top: 0;
  }
  section.four_boxes .wrap .item:hover .hover_box {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    margin-top: 0;
  }
  section.four_boxes .wrap .item:hover .hover_box:before {
    height: 120px;
    top: 0;
  }
  section.four_boxes .wrap .item:hover .hover_box .description {
    margin-top: 0;
  }
}
@media screen and (max-width: 639px) {
  section.four_boxes {
    padding-top: 20px !important;
  }
  section.four_boxes .wrap .item {
    width: 100%;
  }
}

/*----- Posts slider -----*/
section.posts_slider h2 {
  color: #acacac;
  text-align: center;
  font-size: 26px;
}
section.posts_slider .wrap {
  margin: 0 auto;
  max-width: 1920px;
  padding: 0 20px;
}
section.posts_slider .slider_wrap {
  display: flex;
  margin-top: 32px;
}
section.posts_slider .slider_wrap .lSSlideOuter .lSPager.lSpg > li a {
  width: 20px;
  height: 20px;
  background: #001634;
}
section.posts_slider .slider_wrap .lSSlideOuter .lSPager.lSpg > li:hover a, section.posts_slider .slider_wrap .lSSlideOuter .lSPager.lSpg > li.active a {
  background: #f49d65;
}
section.posts_slider .slider {
  flex: 1;
  height: 250px;
  overflow: hidden;
  background: #fff;
}
section.posts_slider .slider .item {
  border: 2px solid #f49d65;
  position: relative;
  height: 250px;
  width: 100%;
  padding: 0 20px;
  display: flex;
  overflow: hidden;
}
section.posts_slider .slider .item .full_box_link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
section.posts_slider .slider .item .thumbnail {
  width: 444px;
  height: 250px;
  margin: 0 20px 0 -20px;
}
section.posts_slider .slider .item h2 {
  width: 100%;
  text-align: left;
  color: #001634;
  margin-bottom: 10px;
}
section.posts_slider .slider .item .text {
  flex: 1;
  display: flex;
  align-items: center;
  height: 100%;
  flex-wrap: wrap;
  align-content: center;
  max-width: 746px;
}
section.posts_slider .slider .item .label_right {
  position: absolute;
  top: 0;
  right: 0;
  background: #f49d65;
  color: #fff;
  padding: 5px 10px;
}
section.posts_slider .slider .item .options {
  position: absolute;
  top: 50px;
  right: 20px;
  overflow: visible;
}
section.posts_slider .slider .item .read_more {
  position: absolute;
  right: 30px;
  bottom: 30px;
  color: #001634;
  text-transform: uppercase;
  font-size: 20px;
  display: flex;
  align-items: center;
  font-weight: bold;
  z-index: 2;
}
section.posts_slider .slider .item .read_more:after {
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  margin-left: 10px;
  background: url("../images/sprite.svg") no-repeat -480px -60px;
}
section.posts_slider .slider .item .read_more:hover:after {
  -webkit-animation: arrow 0.8s infinite;
  -moz-animation: arrow 0.8s infinite;
  animation: arrow 0.8s infinite;
}
section.posts_slider .navigation {
  top: 0;
  width: 100px;
  min-width: 100px;
  height: 250px;
  background: #001634;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-duration: 0.3s;
  cursor: pointer;
}
section.posts_slider .navigation:hover {
  background: #f49d65;
}
section.posts_slider .navigation:before {
  content: "";
  width: 40px;
  height: 40px;
  background: url("../images/sprite.svg") no-repeat -350px -300px;
}
section.posts_slider .navigation.prev {
  margin-right: 20px;
}
section.posts_slider .navigation.prev:before {
  -webkit-transform: translate(0px, 0px) rotate(180deg);
  -moz-transform: translate(0px, 0px) rotate(180deg);
  -ms-transform: translate(0px, 0px) rotate(180deg);
  transform: translate(0px, 0px) rotate(180deg);
}
section.posts_slider .navigation.next {
  margin-left: 20px;
}
@media screen and (max-width: 1023px) {
  section.posts_slider .slider .item {
    height: 500px;
    display: block;
  }
  section.posts_slider .slider .item .thumbnail {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  section.posts_slider .slider .item .text {
    display: block;
    padding-top: 20px;
  }
  section.posts_slider .slider .item .options {
    top: auto;
    right: auto;
    left: 20px;
    bottom: 20px;
  }
  section.posts_slider .navigation {
    height: 500px;
  }
}
@media screen and (max-width: 767px) {
  section.posts_slider .slider .item {
    height: 600px;
  }
  section.posts_slider .slider .item .thumbnail {
    height: auto;
  }
  section.posts_slider .navigation {
    height: 600px;
  }
}
@media screen and (max-width: 639px) {
  section.posts_slider .navigation {
    display: none;
  }
  section.posts_slider .slider .item .text {
    height: auto;
  }
  section.posts_slider .slider .item .read_more {
    position: static;
    margin-top: 10px;
  }
}

section.rounded_border_top {
  position: relative;
}
section.rounded_border_top:before {
  content: "";
  width: 120%;
  height: 60px;
  position: absolute;
  top: -20px;
  left: -10%;
  background: inherit;
  border-radius: 100% 100% 0 0;
}
@media screen and (max-width: 639px) {
  section.rounded_border_top {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}

.gm-ui-hover-effect > span {
  background: transparent;
}
