@charset "UTF-8";
@font-face {
  font-family: 'fb_socials';
  src: url("fonts/fb_socials.eot?bu32fm");
  src: url("fonts/fb_socials.eot?bu32fm#iefix") format("embedded-opentype"), url("fonts/fb_socials.woff2?bu32fm") format("woff2"), url("fonts/fb_socials.ttf?bu32fm") format("truetype"), url("fonts/fb_socials.woff?bu32fm") format("woff"), url("fonts/fb_socials.svg?bu32fm#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="fb_social_"], [class*=" fb_social_"] {
  font-family: 'fb_socials';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fb_social_blogger:before {
  content: "\f901";
}

.fb_social_dropbox:before {
  content: "\f902";
}

.fb_social_facebook_1:before {
  content: "\f903";
}

.fb_social_facebook_2:before {
  content: "\f904";
}

.fb_social_feed:before {
  content: "\f905";
}

.fb_social_flickr:before {
  content: "\f906";
}

.fb_social_foursquare:before {
  content: "\f907";
}

.fb_social_google_drive:before {
  content: "\f908";
}

.fb_social_googleplus:before {
  content: "\f909";
}

.fb_social_instagram:before {
  content: "\f90a";
}

.fb_social_line:before {
  content: "\f90b";
}

.fb_social_linkedin:before {
  content: "\f90c";
}

.fb_social_picasa:before {
  content: "\f90d";
}

.fb_social_pinterest:before {
  content: "\f90e";
}

.fb_social_pinterest_2:before {
  content: "\f900";
}

.fb_social_share:before {
  content: "\f90f";
}

.fb_social_snapchat:before {
  content: "\f910";
}

.fb_social_twitter:before {
  content: "\f911";
}

.fb_social_vimeo:before {
  content: "\f912";
}

.fb_social_wechat:before {
  content: "\f913";
}

.fb_social_whatsapp:before {
  content: "\f914";
}

.fb_social_youtube:before {
  content: "\f915";
}

/*# sourceMappingURL=socials_font_style.css.map */
body, html {
  line-height: 160%;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  background: #fff !important;
  color: #FF6D65;
}
@media (min-width: 1200px) {
  body, html {
    font-size: 20px;
  }
}
@media (min-width: 1600px) and (min-height: 900px) {
  body, html {
    font-size: 22px;
  }
}
body a:focus, html a:focus {
  outline: 0;
  text-decoration: inherit;
}
body ::-moz-selection, html ::-moz-selection {
  background: #7ca7de;
  color: #fff;
  text-shadow: none;
}
body ::selection, html ::selection {
  background: #7ca7de;
  color: #fff;
  text-shadow: none;
}

body,
body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html.no_scroll {
  overflow: hidden;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  zoom: 1;
}
.container:after {
  clear: both;
}
.container:after, .container:before {
  content: "";
  display: table;
}
@media (max-width: 991px) {
  .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 740px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1160px;
  }
}

.container_large {
  margin-right: auto;
  margin-left: auto;
  padding: 50px 10px;
  width: 100%;
  zoom: 1;
}
.container_large:after {
  clear: both;
}
.container_large:after, .container_large:before {
  content: "";
  display: table;
}
@media (max-width: 991px) {
  .container_large {
    max-width: 100vw;
    padding: 20px 0;
  }
}
@media (min-width: 1200px) {
  .container_large {
    max-width: 90vw;
  }
}

.container_article {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  max-width: 1060px;
  zoom: 1;
}
.container_article:after {
  clear: both;
}
.container_article:after, .container_article:before {
  content: "";
  display: table;
}
@media (max-width: 991px) {
  .container_article {
    max-width: 90vw;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .container_article {
    max-width: 960px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  zoom: 1;
}
.container-fluid:after {
  clear: both;
}
.container-fluid:after, .container-fluid:before {
  content: "";
  display: table;
}
@media (max-width: 767px) {
  .container-fluid {
    width: 90%;
  }
}

.section {
  padding: 60px 0;
  overflow: hidden;
}
@media (min-width: 1400px) and (min-height: 800px) {
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.section.alternative_bg {
  background: #f3f3f3;
}

.column_left,
.column_right {
  display: inline-block;
  padding: 0 5px;
}

.column_left {
  width: 60%;
}
@media (max-width: 991px) {
  .column_left {
    width: 100%;
  }
}

.column_right {
  width: 40%;
  float: right;
}
@media (max-width: 991px) {
  .column_right {
    width: 100%;
  }
}

.sidebar img {
  width: 100%;
  height: auto;
}

.the_title {
  font-weight: normal;
  font-style: normal;
  font-family: "Open Sans", sans-serif;
  line-height: 120%;
  position: relative;
  color: #394055;
  font-size: 2.3em;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .the_title {
    font-size: 2em;
  }
}
@media (max-width: 767px) {
  .the_title {
    font-size: 1.8em;
  }
}
.the_title strong {
  font-weight: normal;
}
.the_title strong {
  color: #7ca7de;
}

.the_subtitle {
  font-weight: normal;
  font-style: normal;
  font-family: "Open Sans", sans-serif;
  line-height: 120%;
  position: relative;
  color: #394055;
  font-size: 1.3em;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .the_subtitle {
    font-size: 1.2em;
  }
}
.the_subtitle strong {
  font-weight: normal;
}
.the_subtitle strong {
  color: #7ca7de;
}
@media (max-width: 767px) {
  .the_subtitle {
    margin-bottom: 20px;
  }
}

.title_container .the_subtitle {
  margin-bottom: 0;
}

.the_title + .the_content,
.title_container + .the_content,
.title_container_wrapper + .the_content {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .the_title + .the_content,
  .title_container + .the_content,
  .title_container_wrapper + .the_content {
    margin-top: 20px;
  }
}

.info {
  font-family: "Oswald", sans-serif;
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  text-transform: none;
  z-index: 1;
  font-weight: normal;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #394055;
}
.info * {
  color: inherit;
  font-weight: inherit;
}
.info:before {
  margin-right: 0.5em;
  content: '+';
}
.info:hover, .info:focus {
  text-decoration: none;
  outline: none;
}
.info:hover {
  color: #FF6D65;
}
.info.open:before {
  content: '- ';
}

.ask_quotation {
  display: inline-block;
  padding: 1.6em;
  line-height: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.7em;
  letter-spacing: 0.05em;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  margin-left: 1em;
}
.ask_quotation:hover, .ask_quotation:focus {
  text-decoration: none;
  outline: none;
}
@media (max-width: 767px) {
  .ask_quotation {
    padding-top: 1.2em;
    padding-bottom: 1.2em;
  }
}
.ask_quotation a {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #7ca7de;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.ask_quotation a:hover {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}
@media screen and (max-width: 1024px) {
  .ask_quotation {
    margin-left: 5px;
  }
  .ask_quotation a {
    font-size: 10px;
    padding: 0 5px 0;
  }
}

.thumb {
  background-attachment: scroll;
  background-size: cover;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
}

#main_content {
  padding-top: 20px;
}
@media screen and (min-width: 992px) and (max-width: 1280px) {
  .custom_anchor #main_content {
    padding-top: 100px;
  }
  .single_hotel .custom_anchor #main_content, .arbatax_run .custom_anchor #main_content, .emotional_page .custom_anchor #main_content {
    padding-top: 170px;
  }
}

@media (min-width: 1400px) and (min-height: 800px) {
  #main_content {
    padding-top: 40px;
  }
  .custom_anchor #main_content {
    padding-top: 100px;
  }
  .single_hotel .custom_anchor #main_content, .arbatax_run .custom_anchor #main_content, .emotional_page .custom_anchor #main_content {
    padding-top: 170px;
  }
}
#main_content .title_container_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
@media (max-width: 991px) {
  #main_content .title_container_wrapper {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#main_content .title_container_wrapper .title_container {
  margin: auto 0;
}
@media (max-width: 991px) {
  #main_content .title_container_wrapper .title_container {
    padding-left: 0;
    padding-top: 1em;
  }
}
#main_content .page_logo img {
  width: auto;
  height: auto;
  max-width: 200px;
  max-height: 200px;
}
#main_content .title_container_wrapper,
#main_content .the_content {
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
  text-align: justify;
}
#main_content.has_page_logo .title_container {
  padding-left: 2em;
}
@media (max-width: 767px) {
  #main_content.has_page_logo .title_container {
    padding-left: 0;
  }
}
#main_content.has_page_logo .title_container .the_title,
#main_content.has_page_logo .title_container .the_subtitle {
  text-align: left;
}
@media (max-width: 991px) {
  #main_content.has_page_logo .title_container .the_title,
  #main_content.has_page_logo .title_container .the_subtitle {
    text-align: center;
  }
}

.custom_section.dark_section,
.section.dark_section {
  background: #394055;
  color: #fff;
}
.custom_section.dark_section strong, .custom_section.dark_section b,
.section.dark_section strong,
.section.dark_section b {
  color: #fff;
}
.custom_section.dark_section .the_title,
.custom_section.dark_section .the_subtitle,
.section.dark_section .the_title,
.section.dark_section .the_subtitle {
  color: #fff;
}
.custom_section.dark_section .arrow,
.section.dark_section .arrow {
  border-color: #fff;
  background-color: #394055;
  background-image: url("../css/images/arrow_white.svg");
}

.custom_section:not(.has_cover_image) + .section:not(.alternative_bg):not(.dark_section) {
  padding-top: 0;
}

.dark_section {
  background: #394055;
  color: #fff;
}

.custom_section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  position: relative;
  overflow: hidden;
  z-index: 10;
  background: #f8f8f8;
  padding-left: 0;
  padding-right: 0;
}
.custom_section.no_padding_right {
  padding-right: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .custom_section.no_padding_right .top_wrap {
    padding-right: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .custom_section.no_padding_right .top_wrap {
    padding-right: 80px;
  }
}
@media (min-width: 1200px) {
  .custom_section.no_padding_right .top_wrap {
    padding-right: 100px;
  }
}
@media (min-width: 1400px) and (min-height: 800px) {
  .custom_section.no_padding_right .top_wrap {
    padding-right: 150px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .custom_section {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .custom_section {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (min-width: 1200px) {
  .custom_section {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (min-width: 1400px) and (min-height: 800px) {
  .custom_section {
    padding-left: 150px;
    padding-right: 150px;
  }
}
.custom_section .section_wrap {
  position: relative;
  width: 100%;
  z-index: 100;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .custom_section .section_wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1400px) and (min-height: 800px) {
  .custom_section .section_wrap {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .custom_section .section_wrap {
    width: 90%;
  }
}
.custom_section .top_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .custom_section .top_wrap {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
.custom_section .top_wrap .inner_wrap {
  max-width: 1000px;
}
.custom_section .top_wrap .the_title {
  text-align: left;
}
@media (max-width: 767px) {
  .custom_section .top_wrap .the_title {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.5em;
  }
}
.custom_section .top_wrap .the_title + .the_content {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .custom_section .top_wrap .info {
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-align-self: flex-end;
    align-self: flex-end;
    margin-right: auto;
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .custom_section .top_wrap .info {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
}
.custom_section .top_wrap .arrows {
  zoom: 1;
  min-width: 130px;
}
.custom_section .top_wrap .arrows:after {
  clear: both;
}
.custom_section .top_wrap .arrows:after, .custom_section .top_wrap .arrows:before {
  content: "";
  display: table;
}
.custom_section .top_wrap .arrows .arrow {
  float: left;
  position: relative;
  top: auto;
  margin-top: auto;
}
.custom_section .top_wrap .arrows .arrow.prev {
  left: auto;
  margin-right: 10px;
}
.custom_section .top_wrap .arrows .arrow.next {
  right: auto;
}
.custom_section .arrow_mobile {
  z-index: 300;
}

.arrow {
  width: 60px;
  height: 60px;
  margin-top: -30px;
  text-align: center;
  display: block;
  background: url("../css/images/arrow_dark.svg") no-repeat right 45% center #f8f8f8;
  background-size: auto 50%;
  overflow: hidden;
  text-indent: -9999px;
  position: absolute;
  top: 50%;
  border: 1px solid #394055;
  -webkit-transition: background-color 0.3s ease, border 0.3s ease;
  -moz-transition: background-color 0.3s ease, border 0.3s ease;
  -ms-transition: background-color 0.3s ease, border 0.3s ease;
  -o-transition: background-color 0.3s ease, border 0.3s ease;
  transition: background-color 0.3s ease, border 0.3s ease;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
@media (max-width: 767px) {
  .arrow {
    width: 50px;
    height: 50px;
    margin-top: -25px;
  }
}
.arrow:hover {
  background-color: #FF6D65;
  background-image: url("../css/images/arrow_white.svg");
  border-color: #FF6D65;
}
.arrow.slick-disabled {
  opacity: 0.3;
  filter: Alpha(opacity=30);
}
.arrow.prev {
  left: -30px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .arrow.prev {
    left: -5%;
  }
}
.arrow.next {
  right: -30px;
}
@media (max-width: 767px) {
  .arrow.next {
    right: -5%;
  }
}

.the_content h2 + p, .the_content h3 + p, .the_content h4 + p, .the_content h5 + p, .the_content h6 + p, .description h2 + p, .description h3 + p, .description h4 + p, .description h5 + p, .description h6 + p {
  margin-top: 1em;
}
.the_content p + p,
.the_content h1 + p,
.the_content p + h1,
.the_content p + h2,
.the_content p + h3,
.the_content p + h4,
.the_content p + h5, .description p + p,
.description h1 + p,
.description p + h1,
.description p + h2,
.description p + h3,
.description p + h4,
.description p + h5 {
  margin-top: 1em;
}
.the_content strong, .the_content b, .description strong, .description b {
  font-weight: bold;
}
.the_content ul, .the_content ol, .description ul, .description ol {
  margin: 1em 0 1em 3em;
}
.the_content ul, .description ul {
  list-style: disc outside none;
}
.the_content ol, .description ol {
  list-style: decimal outside none;
}
.the_content em, .the_content i, .description em, .description i {
  font-style: italic;
}
.the_content hr, .description hr {
  border-width: 1px 0 0 0;
  border-style: solid;
  margin: 1em 0;
}
.the_content blockquote, .description blockquote {
  font-style: italic;
  margin: 1em 0 1em 3em;
  padding: 1em 2em;
  background-color: #f5f5f5;
  border-left: 5px solid gainsboro;
}
.the_content blockquote:before, .the_content blockquote:after, .description blockquote:before, .description blockquote:after {
  font-size: 1.2em;
}
.the_content blockquote:before, .description blockquote:before {
  content: '\201C';
  padding-right: 5px;
}
.the_content blockquote:after, .description blockquote:after {
  content: '\201D';
  padding-left: 5px;
}
.the_content dl, .description dl {
  margin: 1em 0 1em 2em;
}
.the_content dl dd, .description dl dd {
  border-left: 5px solid gainsboro;
  padding-left: 1em;
}
.the_content dl dt + dd, .description dl dt + dd {
  margin-top: 0.5em;
}
.the_content dl dd + dt, .description dl dd + dt {
  margin-top: 0.5em;
}
.the_content mark, .description mark {
  padding: 0 0.5em;
}
.the_content iframe, .description iframe {
  width: 100%;
}
.the_content img, .description img {
  width: 100%;
  height: auto;
}
.the_content strong, .the_content b, .description strong, .description b {
  color: #197791;
}
.the_content em, .the_content i, .description em, .description i {
  color: #197791;
}
.the_content hr, .description hr {
  border-color: #ddd;
}
.the_content blockquote, .description blockquote {
  background-color: #f0f0f0;
  color: #FF6D65;
}
.the_content blockquote, .the_content dl dd, .description blockquote, .description dl dd {
  border-color: #7ca7de;
}
.the_content mark, .description mark {
  background-color: #7ca7de;
  color: #fff;
}
.the_content h1, .description h1 {
  font-weight: normal;
  font-style: normal;
  font-family: "Open Sans", sans-serif;
  line-height: 120%;
  position: relative;
  color: #394055;
  font-size: 2.3em;
}
@media (min-width: 768px) and (max-width: 991px) {
  .the_content h1, .description h1 {
    font-size: 2em;
  }
}
@media (max-width: 767px) {
  .the_content h1, .description h1 {
    font-size: 1.8em;
  }
}
.the_content h1 strong, .description h1 strong {
  font-weight: normal;
}
.the_content h1:after, .description h1:after {
  display: none;
}
.the_content h2, .description h2 {
  font-size: 1.8em;
  font-weight: 100;
  font-style: normal;
  font-family: "Oswald", sans-serif;
  color: #394055;
  line-height: 120%;
  position: relative;
  text-transform: none;
}
.the_content h2:after, .description h2:after {
  display: none;
}
.the_content h3, .description h3 {
  font-size: 1.5em;
  font-weight: 100;
  font-style: normal;
  font-family: "Oswald", sans-serif;
  color: #394055;
  line-height: 120%;
  position: relative;
  text-transform: none;
}
.the_content h3:after, .description h3:after {
  display: none;
}
.the_content h4, .description h4 {
  font-size: 1.25em;
  font-weight: 100;
  font-style: normal;
  font-family: "Oswald", sans-serif;
  color: #394055;
  line-height: 120%;
  position: relative;
  text-transform: none;
}
.the_content h4:after, .description h4:after {
  display: none;
}
.the_content h5, .description h5 {
  font-size: 1.15em;
  font-weight: 100;
  font-style: normal;
  font-family: "Oswald", sans-serif;
  color: #394055;
  line-height: 120%;
  position: relative;
  text-transform: none;
}
.the_content h5:after, .description h5:after {
  display: none;
}
.the_content h6, .description h6 {
  font-size: 1.1em;
  font-weight: 100;
  font-style: normal;
  font-family: "Oswald", sans-serif;
  color: #394055;
  line-height: 120%;
  position: relative;
  text-transform: none;
}
.the_content h6:after, .description h6:after {
  display: none;
}
.the_content h1 strong, .the_content h2 strong, .the_content h3 strong, .the_content h4 strong, .the_content h5 strong, .the_content h6 strong, .description h1 strong, .description h2 strong, .description h3 strong, .description h4 strong, .description h5 strong, .description h6 strong {
  font-weight: 100;
}
.the_content a, .description a {
  color: #7ca7de;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color;
  -moz-transition: color;
  -ms-transition: color;
  -o-transition: color;
  transition: color;
}
.the_content a:hover, .description a:hover {
  color: #FF6D65;
  text-decoration: none;
  outline: 0;
}
.the_content a:focus, .description a:focus {
  outline: 0;
  text-decoration: none;
}

.the_content .table_wrap + p,
.the_content table + p {
  margin-top: 20px;
}
.the_content p + .table_wrap,
.the_content p + table {
  margin-top: 20px;
}
.the_content .table_wrap {
  width: 100%;
  overflow-x: auto;
}
.the_content table {
  font-size: 0.80em;
  line-height: 140%;
  width: 99%;
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #ddd;
}
.the_content table td, .the_content table th {
  border-width: 1px;
  border-style: solid;
  border-color: #ddd;
  padding: 5px 10px;
  vertical-align: middle;
  text-align: center;
  min-width: 90px;
}
.the_content table th {
  background: #f0f0f0;
  border-right-color: #ddd;
}

table {
  font-size: 0.9em;
  margin: 20px 0 40px;
}
@media (max-width: 767px) {
  table {
    overflow-x: auto;
    white-space: nowrap;
    display: block;
  }
}
table caption {
  margin-bottom: 20px;
}
table td,
table th {
  padding: 1em;
}
table tr {
  border-top: 1px solid #d5d5d5;
}
table tr td {
  padding: 10px;
  background: #ececec;
  border-right: 1px solid #d5d5d5;
}
table tr td.icon {
  padding: 0;
  border-left: 1px solid #d5d5d5;
  text-align: center;
  vertical-align: middle;
  width: 50px;
}
table tr td.icon .fas {
  color: transparent;
}
table tr td.icon .fas:before {
  color: #333333;
}
table tr:nth-child(2n+1) td {
  background: #fff;
}
table tr.first td {
  background: #d5d5d5;
  text-align: center;
  text-transform: uppercase;
}
table tr.links td {
  text-align: center;
  padding: 0;
}
table tr.links td:nth-child(2n+1) {
  background: #394055;
}
table tr.links td.icon {
  background: #394055;
}
table tr.links td.icon .fas:before {
  color: #fff;
}
table tr.links td a {
  color: #fff;
  background: #394055;
  text-transform: uppercase;
  display: block;
  padding: 10px;
}
table tr.links td a:hover {
  background: #FF6D65;
  text-decoration: none;
}

.buttons_wrapper {
  margin-top: 40px;
  text-align: center;
}

a.custom_btn {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  background: #7ca7de;
  border: 1px solid #7ca7de;
  color: #fff;
  padding: 0 1.5em;
  margin: 0 5px;
  line-height: 50px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  a.custom_btn {
    margin: 0 0 20px 0;
  }
  a.custom_btn:last-child {
    margin: 0;
  }
}
a.custom_btn:hover, a.custom_btn.pdf:hover, a.custom_btn.book-yellow:hover, a.custom_btn.book-orange:hover, a.custom_btn.book-blue:hover, a.custom_btn.book-medium-blue:hover, a.custom_btn.book-red:hover, a.custom_btn.book-green:hover, a.custom_btn.book-lemongreen:hover, a.custom_btn.book-violet:hover, a.custom_btn.book-pink:hover, a.custom_btn.book-lightblue:hover, a.custom_btn.book-lightbrown:hover, a.custom_btn:focus, a.custom_btn.pdf:focus, a.custom_btn.book-yellow:focus, a.custom_btn.book-orange:focus, a.custom_btn.book-blue:focus, a.custom_btn.book-medium-blue:focus, a.custom_btn.book-red:focus, a.custom_btn.book-green:focus, a.custom_btn.book-lemongreen:focus, a.custom_btn.book-violet:focus, a.custom_btn.book-pink:focus, a.custom_btn.book-lightblue:focus, a.custom_btn.book-lightbrown:focus {
  background: #FF6D65;
  border-color: #FF6D65;
  color: #fff;
}
a.custom_btn.pdf {
  background: transparent;
  border-color: #B6A179;
  color: #B6A179;
}
a.custom_btn.pdf:before {
  margin-right: 5px;
  content: '\f1c1';
  font-weight: bold;
  font-family: "Font Awesome 5 Free", sans-serif;
}
a.custom_btn.little {
  width: 240px;
  line-height: 30px;
}
a.custom_btn.large {
  padding: 0 3em;
}

.marker_content .title {
  font-weight: bold;
}

.fancybox-caption {
  text-align: center;
}
.fancybox-caption .fancybox-caption__body {
  font-family: "Open Sans", sans-serif;
  font-size: 28px;
  letter-spacing: 0.05em;
}

.fancybox-slide--html,
.fancybox-close-small {
  color: #000;
}

.ui-datepicker {
  border-radius: 0;
  font-family: "Oswald", sans-serif;
}
.ui-datepicker .ui-widget-header {
  background: transparent;
  border: none;
}
.ui-datepicker .ui-datepicker-title {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 20px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  background-image: url("../css/images/dynamic_calendar/calendar_arrows.png");
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  background-position: -40px 0;
  position: relative;
  top: 0;
  left: 0;
}
.ui-datepicker .ui-datepicker-prev span {
  background-position: 0 0;
}
.ui-datepicker th {
  font-size: 12px;
  font-weight: normal;
}
.ui-datepicker td a, .ui-datepicker td span {
  text-align: center;
  font-size: 16px;
}
.ui-datepicker td a:hover, .ui-datepicker td a.ui-state-highlight:hover, .ui-datepicker td a.ui-state-active:hover {
  background: #B6A179;
  border-color: #B6A179;
  color: #fff;
}
.ui-datepicker td a.ui-state-default.ui-state-active, .ui-datepicker td a.ui-state-active {
  background: #394055;
  color: #fff;
  border-color: #394055;
}
.ui-datepicker td a.ui-state-highlight {
  border-color: #d3d3d3;
  background: #e6e6e6;
}

#map_location #map_canvas {
  height: 600px;
}
@media (max-width: 767px) {
  #map_location #map_canvas {
    height: 350px;
  }
}

.fa, .fas {
  font-family: "Font Awesome 5 Free";
}

.marker_content .title {
  margin-bottom: 5px;
}
.marker_content .contacts span {
  display: block;
}
.marker_content .contacts span.phone:before, .marker_content .contacts span.fax:before, .marker_content .contacts span.mail:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 5px;
}
.marker_content .contacts span.phone:before {
  content: '\f095';
}
.marker_content .contacts span.fax:before {
  content: '\f1ac';
}
.marker_content .contacts span.mail:before {
  content: '\f0e0';
}
.marker_content .contacts span.mail a {
  color: #394055;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
.marker_content .contacts span.mail a:hover, .marker_content .contacts span.mail a:focus {
  text-decoration: underline;
}

.location_page #map_location {
  position: relative;
}
.location_page #main_content .title_container_wrapper .title_container .the_title {
  margin-bottom: 20px;
}

.error404 .the_title {
  font-size: 15em;
}
.error404 .the_subtitle {
  font-size: 2em;
}
.error404 #main_content .the_content {
  text-align: center;
}

@-webkit-keyframes blinker {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    opacity: 0.4;
  }
}
.swipe-wrapper .swipe-icon,
.swipe-wrapper .label {
  display: block;
}
.swipe-wrapper .swipe-icon {
  width: 40px;
  margin: 0 auto;
}
.swipe-wrapper .swipe-icon img {
  width: 100%;
  height: auto;
}
.swipe-wrapper .label {
  margin-bottom: 20px;
}

ul.slick-dots {
  padding: 0;
  bottom: -25px;
  left: 0;
  z-index: 400;
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
ul.slick-dots li {
  width: 20px;
  height: 20px;
  margin: 0 5px;
  cursor: pointer;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
ul.slick-dots li:before {
  content: '';
  display: block;
  background: #FFF;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -5px;
}
.inverse_color_dots ul.slick-dots li:before {
  background: #197791;
}
ul.slick-dots li.slick-active {
  border: 1px solid #FF6D65;
}
ul.slick-dots li.slick-active:before {
  background: #FF6D65;
}
ul.slick-dots li button {
  display: none;
}

#sitemap_wrapper {
  text-align: center;
}
#sitemap_wrapper .title {
  font-weight: bold;
  display: inline-block;
  margin-bottom: 10px;
}

.sitemap {
  margin-bottom: 40px;
}
.sitemap:last-child {
  margin-bottom: 0;
}
.sitemap li a {
  color: #197791;
  text-decoration: none;
}
.sitemap li a:hover {
  color: #FF6D65;
}

#header_wrapper {
  z-index: 600;
  height: 80px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#header_wrapper.fixed {
  position: fixed;
  top: 0;
  left: 0;
}
.homepage #header_wrapper.fixed, .single_hotel #header_wrapper.fixed {
  background: #197791;
}
.homepage #header_wrapper.fixed img.original, .single_hotel #header_wrapper.fixed img.original {
  display: inline;
}
.homepage #header_wrapper.fixed img.custom, .single_hotel #header_wrapper.fixed img.custom {
  display: none;
}
.homepage #header_wrapper.fixed #highlight_menu ul.menu li a, .single_hotel #header_wrapper.fixed #highlight_menu ul.menu li a {
  color: #394055;
  text-shadow: none;
}
.homepage #header_wrapper.fixed #header, .single_hotel #header_wrapper.fixed #header {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .homepage #header_wrapper.fixed #header, .single_hotel #header_wrapper.fixed #header {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
}
#header_wrapper.fixed #main_book.show_book {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-weight: 600;
}
@media (max-width: 767px) {
  #header_wrapper {
    height: 60px;
  }
}

#header {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  background: #197791;
  color: #FFFFFF;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  line-height: 22px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  #header {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 767px) {
  #header {
    height: 60px;
  }
}
.custom #header, .single_hotel #header {
  background: transparent;
  position: absolute;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.not_visible #header {
  opacity: 0;
  filter: Alpha(opacity=0);
}
#header .header_container {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media (min-width: 768px) {
  #header .header_container {
    padding-left: 20px;
    padding-right: 0px;
  }
}
@media (max-width: 991px) {
  #header .header_container {
    width: 100%;
  }
}
#header .col {
  width: 40%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 767px) {
  #header .col {
    width: 33%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #header .col {
    width: 35%;
  }
}
#header .col.col_right {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
#header .link_header {
  color: #FFFFFF;
  margin-right: 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
  border-left: 2px solid rgba(255, 255, 255, 0.4);
  padding-left: 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  #header .link_header {
    font-size: 13px;
    margin-right: 15px;
  }
}
@media (max-width: 991px) {
  #header .link_header {
    border-left: 0px;
  }
}
@media (max-width: 767px) {
  #header .link_header {
    font-size: 13px;
    margin-right: 0px;
  }
}
#header .link_header i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  #header .link_header i {
    display: none;
  }
}
#header .link_header:hover i {
  margin-left: 10px;
}

#seobar_wrapper {
  display: none;
  text-align: center;
  padding-top: 20px;
}
#seobar_wrapper h1, #seobar_wrapper span {
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  line-height: 16px;
  display: inline-block;
}
#seobar_wrapper h1 {
  color: #fff;
  margin-right: 5px;
}
#seobar_wrapper h1:after {
  display: none;
}

#logo {
  width: 20%;
  height: 100%;
  line-height: 80px;
  display: block;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  #logo {
    width: 33%;
    line-height: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #logo {
    width: 30%;
  }
}
.custom #logo img.custom, .single_hotel #logo img.custom {
  display: inline;
}
.custom #logo img.original, .single_hotel #logo img.original {
  display: none;
}
#logo img {
  max-width: 100%;
  max-height: 60%;
  margin-top: 2%;
}
@media (max-width: 991px) {
  #logo img {
    max-height: 50%;
  }
}
#logo img.custom {
  display: none;
}
#logo .txt {
  display: none;
  position: absolute;
  right: 0;
  bottom: 10px;
  font-size: 11px;
  font-weight: bold;
  color: #7ca7de;
  line-height: 20px;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  #logo .txt {
    font-size: 9px;
    right: 2.5px;
    bottom: 0;
  }
}
.custom #logo .txt {
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#open_menu {
  display: block;
  height: 40px;
  width: 40px;
  color: #FFFFFF;
  text-decoration: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#open_menu .hamburger {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: relative;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#open_menu .hamburger:after {
  width: 30px;
  height: 1px;
  background: #FFFFFF;
  content: "";
  display: block;
  margin: 20px 0 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.custom #open_menu .hamburger:after, .single_hotel #open_menu .hamburger:after {
  background: #fff;
}
#open_menu .hamburger:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 18px;
  margin-top: -9px;
  content: "";
  display: block;
  border-width: 1px 0;
  border-style: solid;
  border-color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.custom #open_menu .hamburger:before, .single_hotel #open_menu .hamburger:before {
  border-color: #fff;
}
#open_menu:hover {
  text-decoration: none;
}
#open_menu:hover .hamburger:before {
  margin-left: 8px;
}

#highlight_menu {
  margin-left: 10px;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
@media (max-width: 991px) {
  #highlight_menu {
    display: none;
  }
}
#highlight_menu ul, #highlight_menu li {
  list-style: none inside none;
}
#highlight_menu ul.menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#highlight_menu ul.menu li {
  display: inline-block;
  position: relative;
}
#highlight_menu ul.menu li a {
  display: block;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 1em 0.8em;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  #highlight_menu ul.menu li a {
    font-size: 10px;
  }
}
#highlight_menu ul.menu li a:hover {
  text-decoration: none;
  color: #FF6D65;
}
.custom #highlight_menu ul.menu li a, .single_hotel #highlight_menu ul.menu li a {
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
#highlight_menu ul.menu li.current-menu-item a {
  color: #FF6D65;
}
#highlight_menu ul.menu li.menu-item-has-children:hover:before {
  display: block;
}
#highlight_menu ul.menu li.menu-item-has-children:before {
  content: '';
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -10px;
  border-style: solid;
  border-width: 10px;
  border-color: transparent transparent #B6A179 transparent;
}
#highlight_menu ul.menu li:hover > ul.sub-menu {
  display: block;
}
#highlight_menu ul.menu ul.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #B6A179;
  padding: 0.5em 0;
  z-index: 100;
  min-width: 100%;
}
#highlight_menu ul.menu ul.sub-menu li {
  display: block;
}
#highlight_menu ul.menu ul.sub-menu li.current-menu-item a {
  color: #FF6D65;
}
#highlight_menu ul.menu ul.sub-menu li:hover a {
  color: #394055;
}
#highlight_menu ul.menu ul.sub-menu li a {
  display: block;
  padding: 0.5em 1.5em;
  white-space: nowrap;
  text-decoration: none;
  color: #fff;
  font-weight: normal;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#languages {
  margin: 0 10px;
}
@media (max-width: 991px) {
  #languages {
    display: none;
  }
}
#languages #language_selector {
  position: relative;
}
#languages a {
  color: #FFFFFF;
  text-decoration: none;
  padding: 0.5em 1em;
  display: block;
  font-family: "Open Sans", sans-serif;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#languages a.current_language {
  position: relative;
  z-index: 200;
  text-transform: uppercase;
  line-height: 30px;
  padding-bottom: 0;
  padding-top: 0;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
@media (min-width: 768px) {
  #languages a.current_language {
    font-size: 13px;
    padding: .5em;
  }
}
#languages a.current_language .fa-sort-down {
  vertical-align: text-top;
}
.custom #languages a, .single_hotel #languages a {
  color: #fff;
}
#languages .other_languages {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  padding: 0.5em 0;
  z-index: 100;
  border: 1px solid #ccc;
}
#languages .other_languages:before {
  content: '';
  position: absolute;
  top: -12px;
  right: 0;
  margin-right: 4px;
  border-style: solid;
  border-width: 6px;
  border-color: transparent transparent #fff transparent;
}
#languages .other_languages li a {
  display: block;
  white-space: nowrap;
  color: #11677E;
  font-weight: normal;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#languages .other_languages li a.disable-current-language {
  pointer-events: none;
}
#languages .other_languages li a:not(.disable-current-language):hover {
  color: #FF6D65;
}

#mobile_languages {
  display: none;
  position: relative;
  padding-right: 15px;
}
@media (max-width: 991px) {
  #mobile_languages {
    margin-left: 40px;
    padding-right: 20px;
    display: block;
  }
}
@media (max-width: 767px) {
  .col_left #mobile_languages {
    display: none;
  }
}
#mobile_languages:after {
  position: absolute;
  right: 0;
  top: 0;
  content: '\f107';
  line-height: 40px;
  font-weight: bold;
  font-family: "Font Awesome 5 Free", sans-serif;
}
@media (max-width: 991px) {
  .fixed #mobile_languages:after {
    color: #FFFFFF;
  }
}
#mobile_languages select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  line-height: 40px;
  font-size: 13px;
  background: transparent;
  text-transform: uppercase;
}
#mobile_languages select::-ms-expand {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
#mobile_languages select:focus {
  outline: 0;
}
#header_wrapper #mobile_languages select option {
  background: #fff;
  color: #394055;
}
@media (max-width: 991px) {
  .fixed #mobile_languages select {
    color: #FFFFFF;
  }
}

.header_container #guestaccount {
  position: relative;
  background: transparent;
  float: none;
  left: initial;
  width: auto;
  padding: 0;
  height: initial;
  margin-right: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header_container #guestaccount {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .header_container #guestaccount {
    margin-right: 0;
    height: 60px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #login,
  #logout {
    margin-right: 30px;
  }
}
@media (max-width: 991px) {
  #login,
  #logout {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  #login,
  #logout {
    margin-right: 0;
  }
}
#login a,
#logout a {
  display: inline-block;
}
@media screen and (max-width: 1012px) {
  #login a,
  #logout a {
    font-size: 11px;
  }
}
#login .icon, #logout .icon {
  float: left;
  display: block;
  width: 18px;
  height: 40px;
  background: url("../css/images/avatar.svg") no-repeat center center transparent;
  background-size: 100% auto;
}
.custom #login .icon, .single_hotel #login .icon,
.custom #logout .icon, .single_hotel #logout .icon {
  background-image: url("../css/images/avatar_white.svg");
}
.fixed #login .icon, .fixed #logout .icon {
  background-image: url("../css/images/avatar.svg");
}
@media (max-width: 991px) {
  #login .icon, #logout .icon {
    background-size: 25px auto;
  }
}
@media (max-width: 767px) {
  #login .icon, #logout .icon {
    width: 40px;
    background-size: 20px auto;
    height: 60px;
  }
}
#login .label, #logout .label {
  display: inline-block;
  line-height: 40px;
  padding-left: 0.5em;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header_wrapper.custom #login .label, #header_wrapper.single_hotel #login .label,
#header_wrapper.custom #logout .label, #header_wrapper.single_hotel #logout .label {
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
#login .label:hover, #logout .label:hover {
  color: #FF6D65 !important;
}

.desktop-login {
  position: relative;
}
@media (max-width: 991px) {
  .desktop-login {
    display: none;
  }
}
.desktop-login #login .dropdown,
.desktop-login #logout .dropdown {
  display: none;
  position: absolute;
  width: 250px;
  top: 40px;
  left: 50%;
  margin-left: -125px;
  padding-top: 15px;
}
.desktop-login #login .dropdown .dropdown-container,
.desktop-login #logout .dropdown .dropdown-container {
  background: #7ca7de;
  border-radius: 3px;
  padding: 10px;
  white-space: nowrap;
  display: block;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.desktop-login #login .dropdown .dropdown-container:before,
.desktop-login #logout .dropdown .dropdown-container:before {
  content: "";
  display: block;
  position: absolute;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent #7ca7de transparent;
  left: 50%;
  top: 0;
  margin-left: -4px;
  z-index: 200;
}
.desktop-login #login .dropdown .dropdown-container a,
.desktop-login #logout .dropdown .dropdown-container a {
  display: block;
  text-decoration: none;
}
.desktop-login #login .dropdown .dropdown-container span,
.desktop-login #logout .dropdown .dropdown-container span {
  display: block;
}
.desktop-login #login .dropdown .dropdown-container span.label,
.desktop-login #logout .dropdown .dropdown-container span.label {
  background: #fff;
  color: #7ca7de !important;
  border-radius: 3px;
  text-shadow: none;
}
.desktop-login #login .dropdown .dropdown-container span.name-user, .desktop-login #login .dropdown .dropdown-container span.member, .desktop-login #login .dropdown .dropdown-container span.exclusive_offer,
.desktop-login #logout .dropdown .dropdown-container span.name-user,
.desktop-login #logout .dropdown .dropdown-container span.member,
.desktop-login #logout .dropdown .dropdown-container span.exclusive_offer {
  color: #fff;
}
.desktop-login #login .dropdown .dropdown-container span.member, .desktop-login #login .dropdown .dropdown-container span.exclusive_offer,
.desktop-login #logout .dropdown .dropdown-container span.member,
.desktop-login #logout .dropdown .dropdown-container span.exclusive_offer {
  line-height: 20px;
  white-space: normal;
}
.desktop-login #login .dropdown .dropdown-container span.member,
.desktop-login #logout .dropdown .dropdown-container span.member {
  padding-top: 10px;
}
.desktop-login #login .dropdown .dropdown-container:hover span.label,
.desktop-login #logout .dropdown .dropdown-container:hover span.label {
  background: #FF6D65;
  color: #fff !important;
}
.desktop-login #login:hover .dropdown,
.desktop-login #logout:hover .dropdown {
  display: block;
}

.mobile-login {
  display: none;
}
@media (max-width: 991px) {
  .mobile-login {
    display: block;
  }
}
.mobile-login #login,
.mobile-login #logout {
  height: 60px;
}
.mobile-login #login a,
.mobile-login #logout a {
  text-decoration: none;
  padding-top: 5px;
}
.mobile-login #login .icon,
.mobile-login #logout .icon {
  width: 100%;
  height: 30px;
}
.mobile-login #login .label,
.mobile-login #logout .label {
  padding-left: 0;
  display: block;
  line-height: 15px;
}

#main_book {
  display: inline-block;
  padding: 1.6em;
  line-height: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.7em;
  letter-spacing: 0.05em;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  display: none;
  width: 160px;
  height: 100%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #CC9F28;
  white-space: nowrap;
}
#main_book:hover, #main_book:focus {
  text-decoration: none;
  outline: none;
}
@media (max-width: 767px) {
  #main_book {
    padding-top: 1.2em;
    padding-bottom: 1.2em;
  }
}
#main_book a {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: transparent;
  color: #FFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#main_book a:hover {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}
#main_book.appear_after {
  display: none;
}
@media (min-width: 768px) {
  #main_book {
    width: auto;
  }
}
@media (max-width: 991px) {
  #main_book {
    display: none !important;
  }
}
#main_book a {
  text-transform: uppercase;
}

/* book now button visible always in destinations page */
.page-template-template-residences #main_book.show_book, .tax-post_residence_category #main_book.show_book {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

#mobile_bar {
  display: none;
}
@media (max-width: 767px) {
  #mobile_bar {
    background: #fff;
    color: #FFFFFF;
    height: 50px;
    width: 100%;
    z-index: 600;
    bottom: 0;
    left: 0;
    position: fixed;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #mobile_bar {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
}

#mobile_bar .languages {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
#mobile_bar .languages #mobile_languages {
  padding-right: 10px;
  margin: 0;
}
#mobile_bar .languages #mobile_languages:after {
  color: #FFFFFF;
}
#mobile_bar .languages select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #FFFFFF;
  background: transparent;
  text-transform: uppercase;
}
#mobile_bar .languages select::-ms-expand {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
#mobile_bar .languages select:focus {
  outline: 0;
}
#mobile_bar .phone {
  width: 50px;
  height: 50px;
  background-size: 20px auto;
  overflow: hidden;
  display: block;
  position: relative;
  text-decoration: none;
  text-align: center;
  color: #FFFFFF;
}
#mobile_bar .phone:before {
  line-height: 50px;
  content: "\e902";
  font-size: 24px;
  font-weight: normal;
  font-family: "arbatax", sans-serif;
}
#mobile_bar .phone .label {
  display: none;
}
#mobile_bar #main_book_mobile {
  display: inline-block;
  padding: 1.6em;
  line-height: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.7em;
  letter-spacing: 0.05em;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  height: 50px;
}
#mobile_bar #main_book_mobile:hover, #mobile_bar #main_book_mobile:focus {
  text-decoration: none;
  outline: none;
}
@media (max-width: 767px) {
  #mobile_bar #main_book_mobile {
    padding-top: 1.2em;
    padding-bottom: 1.2em;
  }
}
#mobile_bar #main_book_mobile a {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #FF6D65;
  color: #fff;
}
#mobile_bar #main_book_mobile a:hover {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}

#book_sidebar_mobile {
  display: none;
}
@media (max-width: 991px) {
  #book_sidebar_mobile {
    display: block;
    position: fixed;
    bottom: 0;
    background-color: #CC9F28;
    padding: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
  }
  #book_sidebar_mobile #main_book_mobile a {
    text-transform: uppercase;
    color: #FFF;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    text-decoration: none;
  }
}

.mobile_select_residence_to_submit {
  display: none;
}
@media (max-width: 991px) {
  .mobile_select_residence_to_submit {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 500;
  }
}
.mobile_select_residence_to_submit .residences_menu {
  background: #AE8722;
  padding: 16px 20px;
  display: none;
}
.mobile_select_residence_to_submit .residences_menu .menu_filters {
  margin: 0;
}
.mobile_select_residence_to_submit .residences_menu optgroup {
  font-weight: bold;
  font-style: normal;
}
.mobile_select_residence_to_submit .residences_menu option[attribute*="data-filter"] {
  font-weight: bold;
  background-color: #f8f8f8;
}
.mobile_select_residence_to_submit .residences_menu .close-bf {
  width: 35px;
  height: 35px;
  background: #AE8722;
  position: absolute;
  right: 0;
  top: -35px;
}
.mobile_select_residence_to_submit .residences_menu .close-bf:before, .mobile_select_residence_to_submit .residences_menu .close-bf:after {
  position: absolute;
  top: 2px;
  left: 16px;
  content: ' ';
  height: 30px;
  width: 1px;
  background-color: #fff;
}
.mobile_select_residence_to_submit .residences_menu .close-bf:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile_select_residence_to_submit .residences_menu .close-bf:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mobile_select_residence_to_submit #mobile_booknow {
  display: none;
}
.mobile_select_residence_to_submit #mobile_booknow.show_button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.mobile_select_residence_to_submit .submit_select {
  height: 60px;
  width: 100%;
  cursor: pointer;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #CC9F28;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile_select_residence_to_submit .submit_select:hover {
  font-size: 17px;
}
.mobile_select_residence_to_submit .submit_select.show_button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

#menu_sidebar_wrap {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
#menu_sidebar_wrap.open {
  display: block;
}
#menu_sidebar_wrap.visible .menu_sidebar,
#menu_sidebar_wrap.visible #language_selector_mobile {
  left: 0;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -ms-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
#menu_sidebar_wrap .close_sidebar:not(.overlay) {
  position: absolute;
  right: 22px;
  top: 22px;
  width: 15px;
  height: 15px;
  z-index: 500;
}
#menu_sidebar_wrap .close_sidebar:not(.overlay):before, #menu_sidebar_wrap .close_sidebar:not(.overlay):after {
  position: absolute;
  left: 7.5px;
  content: ' ';
  height: 15px;
  width: 1px;
  background-color: #000;
}
#menu_sidebar_wrap .close_sidebar:not(.overlay):before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#menu_sidebar_wrap .close_sidebar:not(.overlay):after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#menu_sidebar_wrap .close_sidebar.overlay {
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
}
#menu_sidebar_wrap .menu_sidebar {
  background: #fff;
  position: absolute;
  left: -100%;
  width: 35%;
  max-width: 400px;
  min-width: 300px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 100;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  #menu_sidebar_wrap .menu_sidebar {
    max-width: 90vw;
    width: 100%;
  }
}
#menu_sidebar_wrap .menu_sidebar .menu_sidebar_inner_content {
  padding: 22px 22px 50px 22px;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}
#menu_sidebar_wrap .menu_sidebar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f3f3f3;
}
#menu_sidebar_wrap .menu_sidebar::-webkit-scrollbar {
  width: 5px;
  background-color: #f3f3f3;
}
#menu_sidebar_wrap .menu_sidebar::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #394055;
}

#primary_menu, #primary_menu_mobile {
  width: 90%;
  margin: 20px auto 0;
}
@media (max-width: 767px) {
  #primary_menu, #primary_menu_mobile {
    width: 90%;
  }
}
#primary_menu ul, #primary_menu li, #primary_menu_mobile ul, #primary_menu_mobile li {
  list-style: none inside none;
}
#primary_menu ul.menu, #primary_menu_mobile ul.menu {
  text-transform: capitalize;
  margin-left: 0;
}
#primary_menu ul.menu > li, #primary_menu_mobile ul.menu > li {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #eee;
  position: relative;
}
#primary_menu ul.menu > li:hover > a, #primary_menu ul.menu > li:hover > .more_li .fas, #primary_menu_mobile ul.menu > li:hover > a, #primary_menu_mobile ul.menu > li:hover > .more_li .fas {
  color: #FF6D65;
}
#primary_menu ul.menu > li > a, #primary_menu_mobile ul.menu > li > a {
  display: block;
  color: #197791;
  padding: 1em 30px 0 0;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  #primary_menu ul.menu > li > a, #primary_menu_mobile ul.menu > li > a {
    padding: 11px 0;
  }
}
#primary_menu ul.menu > li > a:hover, #primary_menu_mobile ul.menu > li > a:hover {
  color: #FF6D65;
}
#primary_menu ul.menu > li.open > a, #primary_menu_mobile ul.menu > li.open > a {
  color: #FF6D65;
}
#primary_menu ul.menu > li.open > .more_li .fas, #primary_menu_mobile ul.menu > li.open > .more_li .fas {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #FF6D65;
}
#primary_menu ul.menu > li.current-menu-item > a, #primary_menu_mobile ul.menu > li.current-menu-item > a {
  color: #FF6D65;
}
#primary_menu ul.menu > li.current_page_parent.open .more_li span, #primary_menu_mobile ul.menu > li.current_page_parent.open .more_li span {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
#primary_menu ul.menu > li .more_li, #primary_menu_mobile ul.menu > li .more_li {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
#primary_menu ul.menu > li .more_li span, #primary_menu_mobile ul.menu > li .more_li span {
  color: #197791;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 14px;
}
#primary_menu ul.menu > li .more_li:hover span, #primary_menu_mobile ul.menu > li .more_li:hover span {
  color: #FF6D65;
}

#primary_menu {
  display: block;
}
@media (max-width: 991px) {
  #primary_menu {
    display: none;
  }
}
#primary_menu .sub-menu {
  display: none;
  padding-left: 20px;
  padding-bottom: .5em;
}
#primary_menu .sub-menu > li a {
  color: #197791;
  text-decoration: none;
  display: block;
  padding: 0.5em;
  font-size: 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Open Sans", sans-serif;
  text-transform: capitalize;
}
#primary_menu .sub-menu > li.current-menu-item > a, #primary_menu .sub-menu > li:hover a {
  color: #FF6D65;
}

#primary_menu_mobile {
  display: none;
}
@media (max-width: 991px) {
  #primary_menu_mobile {
    display: block;
  }
}
#primary_menu_mobile ul.menu > li {
  position: unset;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
#primary_menu_mobile ul.menu > li .more_li {
  position: relative;
}
#primary_menu_mobile ul.menu > li > ul > li a {
  color: #197791;
  text-decoration: none;
  display: block;
  padding: 1em 0;
  font-size: 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid #eee;
}
@media (max-width: 991px) {
  #primary_menu_mobile ul.menu > li > ul > li a {
    text-transform: initial;
  }
}
#primary_menu_mobile ul.menu > li > ul > li.current-menu-item > a, #primary_menu_mobile ul.menu > li > ul > li:hover a {
  color: #FF6D65;
}
#primary_menu_mobile .menu-item ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(100%);
  transition: 0.3s;
  visibility: hidden;
  padding: 6%;
}
#primary_menu_mobile .menu-item ul .nav-back-link {
  display: flex;
  align-items: center;
  color: #FF6D65;
  text-transform: capitalize;
}
#primary_menu_mobile .menu-item ul .nav-back-link:before {
  content: '\f053';
  margin-right: 1em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
#primary_menu_mobile .menu-item.open > .sub-menu {
  transform: translateX(0);
  visibility: visible;
  background-color: #FFF;
  z-index: 1;
}
#primary_menu_mobile .menu-item.open > .sub-menu > li:last-child {
  padding-bottom: 80px;
}

#language_selector_mobile {
  display: none;
  padding: 20px;
  background-color: #f8f8f8;
  position: fixed;
  bottom: 0;
  right: 0;
  left: -100%;
  z-index: 100;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .open.visible #language_selector_mobile {
    display: block;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    width: 300px;
  }
}
@media (max-width: 767px) {
  .open.visible #language_selector_mobile {
    display: block;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    width: 90vw;
  }
}
#language_selector_mobile .language_selector_mobile_content {
  -webkit-box-flex: 0 0 100%;
  -moz-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
#language_selector_mobile .label_choice_lang {
  font-size: 13px;
  line-height: 22px;
  margin-right: 10px;
  color: #197791;
}
#language_selector_mobile select {
  color: #197791;
  text-transform: capitalize;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../css/images/arrow_down_blue.svg") no-repeat 100% 55% #f8f8f8;
  background-size: 8px;
  border: 1px solid #f8f8f8;
  padding-right: 14px;
  font-size: 13px;
  line-height: 22px;
}
#language_selector_mobile select:focus {
  outline: none;
}

#slideshow_container {
  position: relative;
  margin: 0;
  width: 100%;
  height: 250px;
  overflow: hidden;
  z-index: 100;
}
#slideshow_container:before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 120px;
  background: transparent linear-gradient(180deg, #000000 0%, #00000000 100%) 0 0 no-repeat padding-box;
  position: absolute;
  z-index: 2;
}
@media (max-width: 991px) {
  #slideshow_container:before {
    height: 100px;
  }
  .playing-video #slideshow_container:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .playing-video #slideshow_container:before {
    display: none;
  }
}
.homepage #slideshow_container, .error404 #slideshow_container {
  height: 100vh;
}
@media (max-width: 767px) {
  .homepage #slideshow_container, .error404 #slideshow_container {
    height: 100vh;
  }
}
.homepage.playing-video #slideshow_container {
  -webkit-transition: height 1s;
  -moz-transition: height 1s;
  -ms-transition: height 1s;
  -o-transition: height 1s;
  transition: height 1s;
}
@media (max-width: 991px) {
  .homepage.playing-video #slideshow_container {
    height: 430px;
  }
}
@media (max-width: 767px) {
  .homepage.playing-video #slideshow_container {
    height: 293px;
    padding-top: 60px;
    background: #000;
  }
  .homepage.playing-video #slideshow_container:before {
    display: none;
  }
}
.internal_page #slideshow_container, .single-post_residence #slideshow_container {
  height: 90vh;
}
@media (max-width: 991px) {
  .internal_page #slideshow_container, .single-post_residence #slideshow_container {
    height: 50vh;
  }
}
@media (max-width: 767px) {
  .internal_page #slideshow_container, .single-post_residence #slideshow_container {
    height: 300px;
  }
}
.internal_page.playing-video #slideshow_container {
  height: 100vh;
  -webkit-transition: height 1s;
  -moz-transition: height 1s;
  -ms-transition: height 1s;
  -o-transition: height 1s;
  transition: height 1s;
}
@media (max-width: 991px) {
  .internal_page.playing-video #slideshow_container {
    height: 430px;
  }
}
@media (max-width: 767px) {
  .internal_page.playing-video #slideshow_container {
    height: 293px;
    padding-top: 60px;
    background: #000;
  }
  .internal_page.playing-video #slideshow_container:before {
    display: none;
  }
}
.single-post_residence #slideshow_container {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.playing-video .single-post_residence #slideshow_container {
  height: 100vh;
  -webkit-transition: height;
  -moz-transition: height;
  -ms-transition: height;
  -o-transition: height;
  transition: height;
}
@media (max-width: 991px) {
  .playing-video .single-post_residence #slideshow_container {
    height: 430px;
  }
}
@media (max-width: 767px) {
  .playing-video .single-post_residence #slideshow_container {
    height: 293px;
    padding-top: 60px;
    background: #000;
  }
  .playing-video .single-post_residence #slideshow_container:before {
    display: none;
  }
}
#slideshow_container .slideshow {
  position: relative;
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.single-post_residence #slideshow_container .slideshow, .page-template-template-campaign-landing-two #slideshow_container .slideshow {
  height: calc(100% - 100px);
  border-bottom: 1px solid #fff;
}
.playing-video .single-post_residence #slideshow_container .slideshow, .playing-video .page-template-template-campaign-landing-two #slideshow_container .slideshow {
  height: 100%;
  -webkit-transition: height 1s;
  -moz-transition: height 1s;
  -ms-transition: height 1s;
  -o-transition: height 1s;
  transition: height 1s;
}
@media (max-width: 991px) {
  .single-post_residence #slideshow_container .slideshow, .page-template-template-campaign-landing-two #slideshow_container .slideshow {
    height: 100%;
    border-bottom: none;
  }
}
#slideshow_container .slideshow .slide,
#slideshow_container .slideshow .slide_image {
  width: 100%;
  height: 100%;
}
#slideshow_container .slideshow .slide {
  position: relative;
}
#slideshow_container .slideshow .slide .slide_image {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
#slideshow_container .slideshow .slick-list,
#slideshow_container .slideshow .slick-track {
  height: 100%;
  overflow: hidden;
}
#slideshow_container .slideshow .slick-slide {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#slideshow_container .slideshow .slick-arrow {
  width: 36px;
  height: 72px;
  margin-top: -36px;
  background: url("../css/images/icon-arrow-big.svg") scroll right center no-repeat;
  position: absolute;
  top: 50%;
  z-index: 5;
  cursor: pointer;
}
@media (max-width: 767px) {
  #slideshow_container .slideshow .slick-arrow {
    background: url("../css/images/icon-arrow-mobile.svg") scroll right center no-repeat;
    height: 36px;
    margin-top: -16px;
  }
}
#slideshow_container .slideshow .slick-arrow.prev {
  left: 40px;
}
@media (max-width: 767px) {
  #slideshow_container .slideshow .slick-arrow.prev {
    left: 0;
  }
}
#slideshow_container .slideshow .slick-arrow.next {
  right: 40px;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
@media (max-width: 767px) {
  #slideshow_container .slideshow .slick-arrow.next {
    right: 0;
  }
}
#slideshow_container .slideshow .slick-dots {
  padding: 0 40px;
  bottom: 20px;
  left: 0;
  z-index: 400;
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}
@media (max-width: 991px) {
  #slideshow_container .slideshow .slick-dots {
    display: none !important;
  }
}
#slideshow_container .slideshow .slick-dots li {
  width: 20px;
  height: 20px;
  margin: 0 5px;
  cursor: pointer;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
#slideshow_container .slideshow .slick-dots li:before {
  content: '';
  display: block;
  background: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -5px;
}
#slideshow_container .slideshow .slick-dots li.slick-active {
  border: 1px solid #fff;
}
#slideshow_container .slideshow .slick-dots li button {
  display: none;
}
#slideshow_container .slide_image {
  background-attachment: scroll;
  background-size: cover;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: center;
}
#slideshow_container .caption-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 991px) {
  #slideshow_container .caption-wrapper {
    top: 60px;
  }
}
#slideshow_container .caption-wrapper .caption-container {
  width: 50vw;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  #slideshow_container .caption-wrapper .caption-container {
    width: 70vw;
  }
}
#slideshow_container .caption-wrapper .caption-container .caption-title, #slideshow_container .caption-wrapper .caption-container .caption-subtitle, #slideshow_container .caption-wrapper .caption-container .caption-content {
  text-shadow: 3px 3px 4px #00000D;
}
.single-post_residence #slideshow_container .caption-wrapper .caption-container .caption-title,
.single-post_residence #slideshow_container .caption-wrapper .caption-container .caption-subtitle,
.single-post_residence #slideshow_container .caption-wrapper .caption-container .caption-content {
  text-shadow: none;
}
#slideshow_container .caption-wrapper .caption-container .caption-title,
#slideshow_container .caption-wrapper .caption-container .caption-subtitle {
  line-height: 75px;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  #slideshow_container .caption-wrapper .caption-container .caption-title,
  #slideshow_container .caption-wrapper .caption-container .caption-subtitle {
    line-height: 60px;
  }
}
@media screen and (max-width: 1024px) {
  #slideshow_container .caption-wrapper .caption-container .caption-title,
  #slideshow_container .caption-wrapper .caption-container .caption-subtitle {
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  #slideshow_container .caption-wrapper .caption-container .caption-title,
  #slideshow_container .caption-wrapper .caption-container .caption-subtitle {
    line-height: 30px;
  }
}
#slideshow_container .caption-wrapper .caption-container .caption-title {
  font-size: 56px;
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  #slideshow_container .caption-wrapper .caption-container .caption-title {
    font-size: 36px;
  }
}
@media screen and (max-width: 1024px) {
  #slideshow_container .caption-wrapper .caption-container .caption-title {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  #slideshow_container .caption-wrapper .caption-container .caption-title {
    font-size: 20px;
  }
}
#slideshow_container .caption-wrapper .caption-container .caption-subtitle {
  font-size: 62px;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  #slideshow_container .caption-wrapper .caption-container .caption-subtitle {
    font-size: 42px;
  }
}
@media screen and (max-width: 1024px) {
  #slideshow_container .caption-wrapper .caption-container .caption-subtitle {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  #slideshow_container .caption-wrapper .caption-container .caption-subtitle {
    font-size: 28px;
  }
}
#slideshow_container .caption-wrapper .caption-container .caption-content {
  font-size: 32px;
  line-height: 45px;
  padding: 25px 0;
}
.error404 #slideshow_container .caption-wrapper .caption-container .caption-content {
  font-size: 24px;
  padding-top: 0;
  font-family: "Oswald", sans-serif;
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  #slideshow_container .caption-wrapper .caption-container .caption-content {
    font-size: 22px;
    line-height: 30px;
    padding: 10px 0;
  }
}
@media screen and (max-width: 1024px) {
  #slideshow_container .caption-wrapper .caption-container .caption-content {
    font-size: 22px;
    line-height: 30px;
    padding: 15px 0;
  }
}
@media (max-width: 991px) {
  #slideshow_container .caption-wrapper .caption-container .caption-content {
    font-size: 15px;
    line-height: 25px;
    padding: 8px 0;
  }
}
#slideshow_container .caption-wrapper .caption-container .caption-content span {
  text-transform: uppercase;
  font-weight: bold;
}
@media (max-width: 767px) {
  #slideshow_container .caption-wrapper .caption-container .caption-content span {
    font-size: 24px;
  }
}
#slideshow_container .caption-wrapper .caption-container .discover-more {
  font-size: 16px;
  line-height: 60px;
  text-transform: uppercase;
  border: 1px solid #fff;
  color: #fff;
  text-shadow: 0 0 30px #0000004D;
  text-decoration: none;
  padding: 0 37px;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#slideshow_container .caption-wrapper .caption-container .discover-more:hover {
  background: #fff;
  color: #394055;
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  #slideshow_container .caption-wrapper .caption-container .discover-more {
    font-size: 14px;
    line-height: 40px;
  }
}
@media screen and (max-width: 1024px) {
  #slideshow_container .caption-wrapper .caption-container .discover-more {
    font-size: 14px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  #slideshow_container .caption-wrapper .caption-container .discover-more {
    font-size: 14px;
    line-height: 20px;
    padding: 14px 20px;
  }
}
#slideshow_container .caption-wrapper .caption-container .video-hero__swiper-wrapper {
  width: 200px;
  line-height: 50px;
  display: inline-block;
  background: linear-gradient(to right, rgba(25, 119, 145, 0) 0%, #197791 100%);
  border-radius: 50px;
  position: relative;
}
@media (max-width: 991px) {
  #slideshow_container .caption-wrapper .caption-container .video-hero__swiper-wrapper {
    margin-top: 10px;
  }
}
#slideshow_container .caption-wrapper .caption-container .video-hero__swiper-wrapper .slide-text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  text-transform: uppercase;
  cursor: default;
  user-select: none;
}
#slideshow_container .caption-wrapper .caption-container .video-hero__swiper-wrapper .video-hero__swiper {
  background-color: #197791;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  transition: width 0.3s, border-radius 0.3s, height 0.3s;
}
#slideshow_container .caption-wrapper .caption-container .video-hero__swiper-wrapper .video-hero__swiper:before {
  width: 50px;
  height: 50px;
  display: block;
  content: '';
  background: url("../css/images/play.svg") no-repeat center;
  background-size: auto 20px;
}

.playing-video .slideshow-navigation {
  display: none;
}
@media (max-width: 991px) {
  .slideshow-navigation {
    display: none;
  }
}
.slideshow-navigation .slick-list,
.slideshow-navigation .slick-track,
.slideshow-navigation .slide_image {
  height: 100px;
}
.slideshow-navigation .slide_image {
  border-right: 1px solid #fff;
}
.slideshow-navigation .slick-arrow {
  background-color: #197791;
  width: 60px;
  height: 100px;
  position: absolute;
  z-index: 100;
  right: 0;
  top: 0;
}
.slideshow-navigation .slick-arrow .arrow {
  background: url("../css/images/icon-arrow-mobile.svg") scroll center no-repeat transparent;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
}
.slideshow-navigation .slick-arrow.prev {
  right: 60px;
}
.slideshow-navigation .slick-arrow.next {
  background-color: #11677E;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.plyr__control--overlaid {
  background: rgba(25, 119, 145, 0.8);
}

.video_close {
  position: absolute;
  top: 50vh;
  right: 20px;
  z-index: 20;
  display: inline-block;
  width: 32px;
  height: 32px;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .video_close {
    top: 90px;
    right: 10px;
  }
}
@media (max-width: 767px) {
  .video_close {
    top: 0;
    right: 10px;
  }
}
.video_close:hover {
  opacity: 1;
}
.video_close:before, .video_close:after {
  position: absolute;
  display: inline-block;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #FFF;
}
.video_close:before {
  transform: rotate(45deg);
}
.video_close:after {
  transform: rotate(-45deg);
}

.player-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 300;
  display: none;
}
.player-container .plyr--video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.player-container .plyr--video .plyr__controls {
  padding: 35px 10px 55px 10px;
}
.player-container .plyr__control--overlaid,
.player-container .plyr--video .plyr__control.plyr__tab-focus,
.player-container .plyr--video .plyr__control:hover,
.player-container .plyr--video .plyr__control[aria-expanded=true] {
  background: #197791;
}
.player-container .plyr--full-ui input[type=range] {
  color: #197791;
}

h1, .main_title {
  text-align: center;
  font-weight: 300;
  font-size: 58px;
  line-height: 70px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 2.9px;
  color: #FF6D65;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  h1, .main_title {
    font-size: 28px;
    line-height: 40px;
  }
}
h1:after, .main_title:after {
  content: '';
  position: relative;
  display: block;
  margin: 20px auto 40px auto;
  width: 200px;
  height: 5px;
  background: #FFF0DF;
}
@media (max-width: 991px) {
  h1:after, .main_title:after {
    margin: 15px auto 10px auto;
  }
}

h2, .secondary_title {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  text-align: center;
  font-size: 42px;
  line-height: 45px;
  color: #FF6D65;
}
@media (max-width: 991px) {
  h2, .secondary_title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  h2, .secondary_title {
    margin-bottom: 0;
  }
}

.first_subtitle, #langing_page_intro .single_destination h2, #espace_pro_blocks_repeater h2 {
  text-align: center;
  font-family: "Oswald", sans-serif;
  color: #FF6D65;
  font-size: 38px;
  line-height: 45px;
  font-weight: 100;
}
@media (max-width: 991px) {
  .first_subtitle, #langing_page_intro .single_destination h2, #espace_pro_blocks_repeater h2 {
    font-size: 22px;
  }
}

.second_subtitle, #langing_page_intro .single_destination h3, #espace_pro_blocks_repeater h3 {
  text-align: center;
  font-family: "Oswald", sans-serif;
  color: #197791;
  font-size: 24px;
  line-height: 45px;
  font-weight: 100;
}
@media (max-width: 991px) {
  .second_subtitle, #langing_page_intro .single_destination h3, #espace_pro_blocks_repeater h3 {
    font-size: 18px;
  }
}

.from_price {
  color: #FFF;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3);
  text-transform: lowercase;
  display: block;
  font-size: 15px;
  line-height: 25px;
  margin-top: 10px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .from_price {
    margin-top: 0;
  }
}
.from_price.colored {
  text-align: center;
  color: #197791;
  font-size: 24px;
  line-height: 45px;
  font-family: "Oswald", sans-serif;
  text-shadow: none;
  text-transform: uppercase;
  font-weight: 400;
}
.single_destination .from_price.colored {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .from_price.colored {
    font-size: 18px;
  }
}
.from_price .price,
.from_price .currency {
  font-size: 20px;
  line-height: 25px;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3);
  color: #FFF;
}
@media (max-width: 991px) {
  .from_price .price,
  .from_price .currency {
    font-size: 16px;
    line-height: 22px;
  }
}
.from_price .price.colored,
.from_price .currency.colored {
  color: #FF6D65;
  font-size: 38px;
  line-height: 45px;
  font-family: "Oswald", sans-serif;
  text-shadow: none;
}
@media (max-width: 991px) {
  .from_price .price.colored,
  .from_price .currency.colored {
    font-size: 22px;
  }
}
.from_price .amount {
  font-size: 20px;
  line-height: 25px;
}

#home_intro {
  padding-bottom: 0px;
}
@media (max-width: 991px) {
  #home_intro .container {
    padding: 0;
    max-width: initial;
  }
}

#destinations_grid {
  width: 100%;
  height: 100%;
  margin: 2em 0 0 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body.blog #destinations_grid {
  margin-bottom: 100px;
}

.block_grid {
  width: 50%;
  height: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 0px 50%;
  grid-template-columns: 50% 50%;
  -ms-grid-rows: 200px 0px 200px;
  grid-template-rows: 200px 200px;
}
@media (max-width: 991px) {
  .block_grid {
    width: 100%;
  }
}

.cell {
  color: white;
  font-size: 3rem;
  text-align: center;
  background-attachment: scroll;
  background-size: cover;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: block;
  text-decoration: none;
  border: 5px solid #fff;
}
@media (max-width: 991px) {
  .cell {
    border: 2px solid #fff;
  }
}
.cell:after {
  background: rgba(25, 119, 145, 0.85);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  z-index: 100;
  opacity: 0;
  filter: Alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .cell:hover:after {
    opacity: 1;
    filter: Alpha(opacity=100);
  }
  .cell:hover .content {
    text-shadow: none;
    background: transparent;
    padding: 1em;
  }
  .cell:hover .content .info_preview {
    height: 40px;
    margin-top: 1.5em;
  }
}
.cell .content {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  z-index: 200;
  padding: 2em 1em;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .cell .content {
    padding: 1em;
  }
}
.cell .content .title {
  display: block;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 32px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  .cell .content .title {
    font-size: 24px;
  }
}

.info_preview {
  display: block;
  overflow: hidden;
  text-align: center;
  margin: 0 auto 0;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  height: 0;
  font-size: 12px;
  width: 140px;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .info_preview {
    display: none;
  }
}
.info_preview span {
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  line-height: 40px;
  position: relative;
  text-decoration: none;
  z-index: 1;
  overflow: hidden;
  padding: 0 1.5em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
}
.info_preview span * {
  color: inherit;
  font-weight: inherit;
}
.info_preview span:hover, .info_preview span:focus {
  outline: none;
}
.info_preview span:hover {
  background: #fff;
  color: #333;
  text-shadow: none;
}

.group_0 .cell:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
}
.group_0 .cell:nth-child(2), .group_0 .cell:nth-child(3) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
}
.group_0 .cell:nth-child(2) .content, .group_0 .cell:nth-child(3) .content {
  padding: 20px;
}
.group_0 .cell:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 3;
}

.group_3 .cell:nth-child(3) {
  grid-column-start: 2;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
}
.group_3 .cell:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 3;
}
.group_3 .cell:nth-child(1) .content, .group_3 .cell:nth-child(2) .content {
  padding: 20px;
}

.group_1 .cell:hover .content, .group_2 .cell:hover .content {
  padding-bottom: .5em;
}
.group_1 .cell .content, .group_2 .cell .content {
  padding: 20px;
}
.group_1 .cell:nth-child(1), .group_2 .cell:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}
.group_1 .cell:nth-child(2), .group_2 .cell:nth-child(2) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 3;
}
.group_1 .cell:nth-child(3), .group_2 .cell:nth-child(3) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 3;
}

#preview_map, #preview_instagram {
  width: 50%;
  padding: 50px;
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  #preview_map, #preview_instagram {
    padding: 20px;
  }
  #preview_map .secondary_title, #preview_instagram .secondary_title {
    font-size: 34px;
  }
}
@media screen and (max-width: 1024px) {
  #preview_map, #preview_instagram {
    padding: 0;
  }
  #preview_map .secondary_title, #preview_instagram .secondary_title {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  #preview_map, #preview_instagram {
    width: 100%;
    padding: 0;
  }
  #preview_map .container-fluid, #preview_instagram .container-fluid {
    padding: 0;
    width: 100%;
  }
}
#preview_map .second_subtitle, #preview_instagram .second_subtitle {
  margin-bottom: 20px;
}
#preview_map .second_subtitle a, #preview_instagram .second_subtitle a {
  text-decoration: none;
  color: #197791;
}

@media (max-width: 991px) {
  #preview_map {
    margin-bottom: 40px;
  }
}

#map_social_block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  #map_social_block {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.no_slideshow {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .no_slideshow {
    padding-top: 60px;
  }
}

/* Preview pages homepage */
@media (max-width: 991px) {
  .moment_block .container {
    padding: 0;
    max-width: initial;
  }
}

#moment_blocks, #apartments_residence, #section_partnership {
  position: relative;
  z-index: 100;
}

.moment_blocks_carousel .preview_wrapper, .apartments_residence_carousel .preview_wrapper, .section_partnership_carousel .preview_wrapper, .offers_for_residence_carousel .preview_wrapper {
  position: relative;
  z-index: 200;
}
.moment_blocks_carousel .preview_wrapper a, .apartments_residence_carousel .preview_wrapper a, .section_partnership_carousel .preview_wrapper a, .offers_for_residence_carousel .preview_wrapper a {
  display: block;
  position: relative;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: #197791;
}
.moment_blocks_carousel .preview_wrapper a:hover .info_preview, .apartments_residence_carousel .preview_wrapper a:hover .info_preview, .section_partnership_carousel .preview_wrapper a:hover .info_preview, .offers_for_residence_carousel .preview_wrapper a:hover .info_preview {
  height: 40px;
  margin-top: 1.5em;
}
.moment_blocks_carousel .preview_wrapper a .thumb_wrap, .apartments_residence_carousel .preview_wrapper a .thumb_wrap, .section_partnership_carousel .preview_wrapper a .thumb_wrap, .offers_for_residence_carousel .preview_wrapper a .thumb_wrap {
  display: block;
  height: 360px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .moment_blocks_carousel .preview_wrapper a .thumb_wrap, .apartments_residence_carousel .preview_wrapper a .thumb_wrap, .section_partnership_carousel .preview_wrapper a .thumb_wrap, .offers_for_residence_carousel .preview_wrapper a .thumb_wrap {
    width: 100%;
  }
}
.moment_blocks_carousel .preview_wrapper a .thumb_wrap .thumb, .apartments_residence_carousel .preview_wrapper a .thumb_wrap .thumb, .section_partnership_carousel .preview_wrapper a .thumb_wrap .thumb, .offers_for_residence_carousel .preview_wrapper a .thumb_wrap .thumb {
  display: block;
  width: 100%;
  height: 100%;
  background-attachment: scroll;
  background-size: cover;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.moment_blocks_carousel .preview_wrapper a .description, .apartments_residence_carousel .preview_wrapper a .description, .section_partnership_carousel .preview_wrapper a .description, .offers_for_residence_carousel .preview_wrapper a .description {
  display: block;
  font-size: 15px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  text-transform: none;
  margin-top: 10px;
  color: #FFF;
}

.apartments_residence_carousel .title, .section_partnership_carousel .title, .offers_for_residence_carousel .title {
  display: block;
  width: 100%;
  padding: 28px;
  font-size: 28px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  line-height: 32px;
  text-align: center;
  color: #FFF;
  text-transform: uppercase;
  position: absolute;
  z-index: 300;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: rgba(25, 119, 145, 0.7);
}
@media (max-width: 991px) {
  .apartments_residence_carousel .title, .section_partnership_carousel .title, .offers_for_residence_carousel .title {
    line-height: 45px;
  }
}

.moment_blocks_carousel .slick-arrow, .apartments_residence_carousel .slick-arrow, .section_partnership_carousel .slick-arrow, .offers_for_residence_carousel .slick-arrow {
  width: 60px;
  height: 60px;
  margin-top: -30px;
  overflow: hidden;
  text-indent: -99999px;
  background-size: contain;
  position: absolute;
  z-index: 200;
  top: 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1200px) {
  .moment_blocks_carousel .slick-arrow, .apartments_residence_carousel .slick-arrow, .section_partnership_carousel .slick-arrow, .offers_for_residence_carousel .slick-arrow {
    width: 46px;
    height: 46px;
  }
}
.moment_blocks_carousel .slick-arrow:hover, .apartments_residence_carousel .slick-arrow:hover, .section_partnership_carousel .slick-arrow:hover, .offers_for_residence_carousel .slick-arrow:hover {
  cursor: pointer;
}
.moment_blocks_carousel .slick-arrow:hover, .moment_blocks_carousel .slick-arrow:focus, .apartments_residence_carousel .slick-arrow:hover, .apartments_residence_carousel .slick-arrow:focus, .section_partnership_carousel .slick-arrow:hover, .section_partnership_carousel .slick-arrow:focus, .offers_for_residence_carousel .slick-arrow:hover, .offers_for_residence_carousel .slick-arrow:focus {
  outline: 0;
}
.moment_blocks_carousel .slick-arrow.slick-prev, .apartments_residence_carousel .slick-arrow.slick-prev, .section_partnership_carousel .slick-arrow.slick-prev, .offers_for_residence_carousel .slick-arrow.slick-prev {
  left: -40px;
  background-position: 38% 50%;
  background-size: 50% 50%;
}
@media (max-width: 1200px) {
  .moment_blocks_carousel .slick-arrow.slick-prev, .apartments_residence_carousel .slick-arrow.slick-prev, .section_partnership_carousel .slick-arrow.slick-prev, .offers_for_residence_carousel .slick-arrow.slick-prev {
    display: none;
  }
}
.moment_blocks_carousel .slick-arrow.slick-next, .apartments_residence_carousel .slick-arrow.slick-next, .section_partnership_carousel .slick-arrow.slick-next, .offers_for_residence_carousel .slick-arrow.slick-next {
  right: -40px;
  background-position: 38% 50%;
  background-size: 50% 50%;
  transform: rotate(-180deg);
}
@media (max-width: 1200px) {
  .moment_blocks_carousel .slick-arrow.slick-next, .apartments_residence_carousel .slick-arrow.slick-next, .section_partnership_carousel .slick-arrow.slick-next, .offers_for_residence_carousel .slick-arrow.slick-next {
    display: none;
  }
}
@media (max-width: 991px) {
  .moment_blocks_carousel .slick-arrow, .apartments_residence_carousel .slick-arrow, .section_partnership_carousel .slick-arrow, .offers_for_residence_carousel .slick-arrow {
    width: 30px;
    height: 50px;
  }
}
.moment_blocks_carousel .slick-slide, .apartments_residence_carousel .slick-slide, .section_partnership_carousel .slick-slide, .offers_for_residence_carousel .slick-slide {
  margin: 10px;
}

.apartments_residence .preview_wrapper, .offers_for_residence .preview_wrapper {
  background: #197791;
}
.apartments_residence .slick-track, .offers_for_residence .slick-track {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.apartments_residence .slick-slide, .offers_for_residence .slick-slide {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: auto;
}

.moment_blocks_carousel.blue_bg .slick-arrow, .apartments_residence_carousel.blue_bg .slick-arrow {
  background-color: #FFF;
  background-repeat: no-repeat;
  background-image: url("../css/images/icon-arrow-big-blue.svg");
}
.moment_blocks_carousel.gray_bg .slick-arrow, .moment_blocks_carousel.residences .slick-arrow, .apartments_residence_carousel.gray_bg .slick-arrow, .apartments_residence_carousel.residences .slick-arrow {
  background-color: #197791;
  background-repeat: no-repeat;
  background-image: url("../css/images/icon-arrow-big.svg");
}

#offers_carousel {
  padding-bottom: 30px;
}

#offers_carousel.no-carousel {
  padding-bottom: 0;
}

@media (max-width: 991px) {
  #apartments_carousel {
    padding-bottom: 50px;
  }
}

.no-carousel .apartments_residence_carousel,
.no-carousel .offers_for_residence_carousel {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.no-carousel .apartments_residence_carousel .preview_wrapper,
.no-carousel .offers_for_residence_carousel .preview_wrapper {
  padding: 0 10px;
  background: transparent;
}
.no-carousel .apartments_residence_carousel .preview_wrapper.l-50,
.no-carousel .offers_for_residence_carousel .preview_wrapper.l-50 {
  width: 50%;
}
.no-carousel .apartments_residence_carousel .preview_wrapper.l-33-3,
.no-carousel .offers_for_residence_carousel .preview_wrapper.l-33-3 {
  width: 33.3%;
}

.no-carousel .offers_for_residence_carousel .preview_wrapper a {
  background: #FF6D65;
}
.offers_for_residence_carousel .slick-arrow {
  background-color: #FF6D65;
  background-repeat: no-repeat;
  background-image: url("../css/images/icon-arrow-big.svg");
}

.moment_block {
  position: relative;
  display: block;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .moment_block.section {
    padding-bottom: 50px;
  }
}
.moment_block:after {
  background-image: url("../css/images/white_pattern.png");
  height: 360px;
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
}
.moment_block.gray_bg:after {
  background-color: #f2f2f2;
  opacity: 0.6;
}
.moment_block.blue_bg:after {
  background-color: #0d5467;
}

@media (max-width: 991px) {
  #residences_list {
    margin-top: 50px;
  }
  body.tax-post_residence_category #residences_list {
    margin-top: 0;
  }
  #residences_list .container {
    padding: 0;
    max-width: initial;
  }
}

#list_residences {
  position: relative;
}
#list_residences .all_filter_residences {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-content: space-between;
  -moz-align-content: space-between;
  -ms-align-content: space-between;
  align-content: space-between;
}
#list_residences .thumb_wrap {
  width: 33.33%;
  padding: 10px;
}
@media (max-width: 991px) {
  #list_residences .thumb_wrap {
    width: 50%;
    padding: 1px;
  }
}
@media (max-width: 991px) {
  #list_residences .thumb_wrap:nth-child(odd) {
    padding-right: 2px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  #list_residences .thumb_wrap:nth-child(odd) {
    padding-right: 1px;
  }
}
@media (max-width: 991px) {
  #list_residences .thumb_wrap:nth-child(even) {
    padding-left: 2px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  #list_residences .thumb_wrap:nth-child(even) {
    padding-left: 0;
  }
}

#list_residences .thumb_wrap .thumb_gallery {
  display: block;
  width: 100%;
  height: 40vh;
  min-height: 330px;
  overflow: hidden;
  position: relative;
  z-index: 300;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  #list_residences .thumb_wrap .thumb_gallery {
    height: 45vw;
    padding: 0;
    min-height: 150px;
  }
}
#list_residences .thumb_wrap .thumb_gallery:hover .info_preview {
  height: 40px;
  margin-top: 1.5em;
}
#list_residences .thumb_wrap .thumb_gallery:hover .description_container {
  min-height: 100%;
}
#list_residences .thumb_wrap .thumb_gallery .img {
  display: block;
  height: 100%;
  width: 100%;
  background-attachment: scroll;
  background-size: cover;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#list_residences .thumb_wrap .thumb_gallery .title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: #FFF;
  padding: 15px 8px;
  font-size: 28px;
  font-family: "Oswald", sans-serif;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 991px) {
  #list_residences .thumb_wrap .thumb_gallery .title {
    left: 0;
    bottom: 2px;
    width: 100%;
    padding: 5px;
    font-size: 18px;
    line-height: 20px;
  }
}
#list_residences .thumb_wrap .thumb_gallery .title .title-section {
  position: relative;
  width: 100%;
}

.description_container {
  background: rgba(25, 119, 145, 0.7);
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
  width: 100%;
  min-height: 32%;
  -webkit-transition: min-height 0.3s ease-out;
  -moz-transition: min-height 0.3s ease-out;
  -ms-transition: min-height 0.3s ease-out;
  -o-transition: min-height 0.3s ease-out;
  transition: min-height 0.3s ease-out;
}
@media (max-width: 991px) {
  .description_container {
    min-height: 30%;
  }
}
@media (max-width: 767px) {
  .description_container {
    min-height: 40%;
  }
}

.moment_blocks_carousel .title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: #FFF;
  padding: 15px 8px;
  font-size: 28px;
  font-family: "Oswald", sans-serif;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 991px) {
  .moment_blocks_carousel .title {
    left: 0;
    bottom: 2px;
    width: 100%;
    padding: 5px;
    font-size: 18px;
    line-height: 20px;
  }
}
.moment_blocks_carousel .title .title-section {
  position: relative;
  width: 100%;
}
.page-template-template-special-offers .moment_blocks_carousel .description_container, .single-manual_offers .moment_blocks_carousel .description_container {
  min-height: 40%;
}
@media (max-width: 991px) {
  .page-template-template-special-offers .moment_blocks_carousel .description_container, .single-manual_offers .moment_blocks_carousel .description_container {
    min-height: 25%;
  }
}
.moment_blocks_carousel a:hover .description_container {
  min-height: 100%;
}

#apartments_residence {
  padding: 50px 0;
}
@media (max-width: 991px) {
  #apartments_residence {
    padding: 25px 0 0;
  }
}

.apartments_residence_carousel .thumb_wrap {
  height: 30vh !important;
}
.apartments_residence_carousel a {
  text-decoration: none;
}
.apartments_residence_carousel .title {
  background: #197791 !important;
  position: relative !important;
}
@media (max-width: 991px) {
  .apartments_residence_carousel .title {
    padding: 20px !important;
    font-size: 20px !important;
  }
}
@media (max-width: 991px) {
  .apartments_residence_carousel .description {
    font-size: 13px !important;
  }
}

@media (max-width: 767px) {
  .offers_for_residence_carousel {
    width: 100%;
  }
}
.offers_for_residence_carousel .preview_wrapper {
  background: #FF6D65;
}
.offers_for_residence_carousel .preview_wrapper a {
  -webkit-box-flex: 0 0 100%;
  -moz-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  background-color: #FF6D65;
}
.offers_for_residence_carousel .thumb_wrap {
  height: 30vh !important;
}
.offers_for_residence_carousel a {
  text-decoration: none;
}
.offers_for_residence_carousel .title {
  background: #FF6D65 !important;
  position: relative !important;
}
@media (max-width: 991px) {
  .offers_for_residence_carousel .title {
    padding: 20px !important;
    font-size: 20px !important;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .offers_for_residence_carousel .description {
    font-size: 13px !important;
  }
}

.section_partnership_carousel a {
  text-decoration: none;
}
.section_partnership_carousel .preview_wrapper a {
  background-color: #FFF;
}
.section_partnership_carousel .preview_wrapper a .thumb_wrap {
  height: 180px;
  box-shadow: 1px 3px 12px #e0e0e0;
}
.section_partnership_carousel .preview_wrapper a .thumb_wrap .thumb {
  background-size: contain !important;
  background-position: center;
}
.section_partnership_carousel .partnership_title {
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  line-height: 45px;
  color: #197791;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 10px 10px 0;
}

#offers_intro .moment_blocks_carousel .thumb_wrap {
  max-height: 320px;
}

.slick-arrow.slick-disabled {
  opacity: 0;
}

#apartments_carousel,
#offers_carousel {
  padding-top: 0;
}
@media (max-width: 991px) {
  #apartments_carousel .container,
  #offers_carousel .container {
    padding: 0;
    max-width: initial;
  }
}

.moment_blocks {
  text-align: center;
}

.list_of_residences_offers {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  margin-bottom: 100px;
}
.list_of_residences_offers .preview_wrapper {
  position: relative;
  width: calc(33.33% - 20px);
  margin: 10px;
}
@media (max-width: 991px) {
  .list_of_residences_offers .preview_wrapper {
    width: calc(50% - 2px);
    margin: 1px;
  }
}
.list_of_residences_offers .preview_wrapper a {
  display: block;
  position: relative;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: #197791;
}
.list_of_residences_offers .preview_wrapper a:hover .info_preview {
  height: 40px;
  margin-top: 1.5em;
}
.list_of_residences_offers .preview_wrapper a:hover .description_container {
  min-height: 100%;
}
.list_of_residences_offers .preview_wrapper a.selected_residence .info_preview {
  height: 60px;
  margin-top: 1.5em;
}
@media (max-width: 767px) {
  .list_of_residences_offers .preview_wrapper a.selected_residence .info_preview {
    display: block;
  }
}
.list_of_residences_offers .preview_wrapper a.selected_residence .info_preview span {
  height: 30px;
  border: 0;
  font-size: 20px;
  padding: 0;
}
@media (max-width: 991px) {
  .list_of_residences_offers .preview_wrapper a.selected_residence .info_preview span {
    font-size: 14px;
  }
}
.list_of_residences_offers .preview_wrapper a.selected_residence .info_preview span:hover {
  background: transparent;
  color: #fff;
}
.list_of_residences_offers .preview_wrapper a.selected_residence .info_preview i {
  font-size: 14px;
}
.list_of_residences_offers .preview_wrapper a.selected_residence .description_container {
  min-height: 100%;
}
.list_of_residences_offers .preview_wrapper a .thumb_wrap {
  display: block;
  height: 360px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .list_of_residences_offers .preview_wrapper a .thumb_wrap {
    width: 100%;
    height: 45vw;
  }
}
.list_of_residences_offers .preview_wrapper a .thumb_wrap .thumb {
  display: block;
  width: 100%;
  height: 100%;
  background-attachment: scroll;
  background-size: cover;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.list_of_residences_offers .preview_wrapper a .title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: #FFF;
  padding: 15px 8px;
  font-size: 28px;
  font-family: "Oswald", sans-serif;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 991px) {
  .list_of_residences_offers .preview_wrapper a .title {
    left: 0;
    bottom: 2px;
    width: 100%;
    padding: 5px;
    font-size: 18px;
    line-height: 20px;
  }
}
.list_of_residences_offers .preview_wrapper a .title .title-section {
  position: relative;
  width: 100%;
}
.list_of_residences_offers .attach_if_desktop {
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.list_of_residences_offers .attach_if_desktop.opened {
  height: 100%;
  margin: 30px 10px;
}
@media (min-width: 992px) {
  .list_of_residences_offers .attach_if_mobile, .list_of_residences_offers .attach_if_tablet {
    display: none;
  }
}
@media (max-width: 991px) {
  .list_of_residences_offers .attach_if_desktop {
    display: none;
  }
  .list_of_residences_offers .button.special_offer {
    margin: 15px 0 0 0;
  }
  .list_of_residences_offers .attach_if_tablet {
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .list_of_residences_offers .attach_if_tablet.opened {
    height: 100%;
    margin: 30px 10px;
  }
}

.wrapper_offer_residence {
  position: relative;
  margin-bottom: 40px;
}
.wrapper_offer_residence .single_offer {
  position: relative;
  display: block;
  background: #F8F8F8;
  padding: 40px 60px;
  margin: 0;
}
@media (max-width: 767px) {
  .wrapper_offer_residence .single_offer {
    padding: 25px;
  }
}
.wrapper_offer_residence .single_offer .secondary_title {
  text-align: left;
}
.wrapper_offer_residence .single_offer .description {
  position: relative;
  margin-top: 20px;
}
.wrapper_offer_residence .slick-dots {
  bottom: -40px;
}
.wrapper_offer_residence .slick-track {
  display: flex !important;
}
.wrapper_offer_residence .slick-slide {
  height: inherit !important;
}

.offers_nav {
  position: relative;
  display: block;
}
.offers_nav .slick-list {
  max-width: 93%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .offers_nav .slick-list {
    max-width: 85%;
  }
}
.offers_nav .offer_pager {
  position: relative;
  display: block;
  padding: 20px 30px;
  background: #EFEFEF;
  font-size: 16px;
  letter-spacing: .8px;
  color: #000000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.offers_nav .offer_pager i {
  font-size: 14px;
  margin-left: 20px;
}
.offers_nav .slick-slide {
  margin: 0 1px;
}
.offers_nav .slick-slide.slick-current .offer_pager {
  background: #F8F8F8;
  color: #197791;
}
.offers_nav .slick-slide.slick-disabled {
  opacity: 0.2;
}
.offers_nav .slick-arrow {
  position: absolute;
  top: 0;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 10px;
  color: #0d5467;
  font-size: 20px;
}
.offers_nav .slick-arrow.slick-prev {
  right: auto;
  left: 10px;
}

.list_of_offers_per_residence {
  display: none;
}

/*Preview Map Frontpage*/
#map_hotels {
  width: 100%;
  height: 580px;
  margin-top: 0px;
  position: relative;
  z-index: 100;
}
html.tax-post_residence_category #map_hotels {
  height: 580px;
  margin-top: 80px;
}
@media (max-width: 767px) {
  html.tax-post_residence_category #map_hotels {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  #map_hotels {
    height: 400px;
  }
}
#map_hotels .gm-svpc {
  display: none;
}

@media (max-width: 991px) {
  .gm-style-iw-t .gm-style-iw-c {
    max-width: 235px !important;
    border: 5px solid #FFF;
    padding: 0px;
  }
  .gm-style-iw-t .gm-style-iw-c .gm-style-iw-d {
    max-width: 235px !important;
  }
}

.gm-style-mtc, .gm-style-mtc, .gm-fullscreen-control {
  display: none;
}

.gm-bundled-control {
  top: 0;
}
.gm-bundled-control .gmnoprint {
  top: 0 !important;
}

.map-marker-popup {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 767px) {
  .map-marker-popup {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.map-marker-popup .thumb_hotel {
  margin-right: 10px;
  width: 30%;
}
@media (max-width: 991px) {
  .map-marker-popup .thumb_hotel {
    display: none;
  }
}
.map-marker-popup .thumb_hotel img {
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.map-marker-popup .map_description {
  width: 70%;
  margin-left: 12px;
}
@media (max-width: 991px) {
  .map-marker-popup .map_description {
    width: 100%;
    margin-left: 0px;
  }
  .map-marker-popup .map_description p a {
    word-wrap: anywhere;
  }
}
.map-marker-popup .map_description .title {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 34px;
}
@media (max-width: 991px) {
  .map-marker-popup .map_description .title {
    font-size: 18px;
    line-height: 25px;
  }
}
.map-marker-popup .map_description p {
  font-size: 13px;
  line-height: 20px;
  color: #197791;
}
.map-marker-popup .map_description p.separated {
  margin-top: 6px;
}
.map-marker-popup .map_description p.separated a {
  color: #197791;
  text-decoration: none;
}
@media (min-width: 768px) {
  .map-marker-popup .map_description p.separated a {
    cursor: default;
  }
}
.map-marker-popup .map_description p .postal_code,
.map-marker-popup .map_description p .city,
.map-marker-popup .map_description p .country {
  font-weight: normal;
}
.map-marker-popup .map_description p .postal_code,
.map-marker-popup .map_description p .city {
  text-transform: capitalize;
}
.map-marker-popup .map_description p .country {
  text-transform: uppercase;
}
.single_map_residence .map-marker-popup .map_description p .country {
  text-transform: initial;
}
.map-marker-popup .map_description p a {
  color: #FF6D65;
  text-decoration: none;
}
.map-marker-popup .map_description p span {
  font-weight: bold;
}

.info_map {
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 30px;
  text-decoration: none;
  color: #FF6D65;
}
.info_map:after {
  content: '\f054';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  margin-left: 8px;
  vertical-align: bottom;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.info_map.opened:after {
  content: '\f00d';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  margin-left: 8px;
  vertical-align: bottom;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.info_map:hover:after {
  margin-left: 15px;
}

.gm-style .gm-style-iw-d {
  overflow: hidden;
}

#destinations_descriptions, #residence_destination_descriptions, #langing_page_intro, #espace_pro_blocks_repeater {
  padding: 0;
  background: #f8f8f8;
  margin-top: -90px;
}
body.single-articles #destinations_descriptions, body.single-articles #residence_destination_descriptions, body.single-articles #langing_page_intro, body.single-articles #espace_pro_blocks_repeater {
  background: transparent;
}
@media (max-width: 991px) {
  #destinations_descriptions, #residence_destination_descriptions, #langing_page_intro, #espace_pro_blocks_repeater {
    background-color: #fff;
  }
}
#destinations_descriptions .single_destination, #residence_destination_descriptions .single_destination, #langing_page_intro .single_destination, #espace_pro_blocks_repeater .single_destination {
  display: none;
  padding: 90px 50px 50px;
  /*html.tax-post_residence_category & , html.page-template-template-residences & {
    &[style*='display: block']{
      margin-bottom: -50px;
    }
  }*/
}
#destinations_descriptions .single_destination.no_padding, #residence_destination_descriptions .single_destination.no_padding, #langing_page_intro .single_destination.no_padding, #espace_pro_blocks_repeater .single_destination.no_padding {
  padding: 0;
}
#destinations_descriptions .single_destination.space_bottom, #residence_destination_descriptions .single_destination.space_bottom, #langing_page_intro .single_destination.space_bottom, #espace_pro_blocks_repeater .single_destination.space_bottom {
  display: block;
  margin-bottom: 30px;
  background: #f8f8f8;
}
#destinations_descriptions .single_destination.different_padding, #residence_destination_descriptions .single_destination.different_padding, #langing_page_intro .single_destination.different_padding, #espace_pro_blocks_repeater .single_destination.different_padding {
  padding: 60px;
}
@media (max-width: 991px) {
  #destinations_descriptions .single_destination.different_padding, #residence_destination_descriptions .single_destination.different_padding, #langing_page_intro .single_destination.different_padding, #espace_pro_blocks_repeater .single_destination.different_padding {
    padding: 25px 35px;
  }
}
body.single-articles #destinations_descriptions .single_destination.with_image .first_subtitle, body.single-articles #destinations_descriptions .single_destination.with_image .second_subtitle, body.single-articles #destinations_descriptions .single_destination.width_video .first_subtitle, body.single-articles #destinations_descriptions .single_destination.width_video .second_subtitle, body.single-articles #residence_destination_descriptions .single_destination.with_image .first_subtitle, body.single-articles #residence_destination_descriptions .single_destination.with_image .second_subtitle, body.single-articles #residence_destination_descriptions .single_destination.width_video .first_subtitle, body.single-articles #residence_destination_descriptions .single_destination.width_video .second_subtitle, body.single-articles #langing_page_intro .single_destination.with_image .first_subtitle, body.single-articles #langing_page_intro .single_destination.with_image .second_subtitle, body.single-articles #langing_page_intro .single_destination.width_video .first_subtitle, body.single-articles #langing_page_intro .single_destination.width_video .second_subtitle, body.single-articles #espace_pro_blocks_repeater .single_destination.with_image .first_subtitle, body.single-articles #espace_pro_blocks_repeater .single_destination.with_image .second_subtitle, body.single-articles #espace_pro_blocks_repeater .single_destination.width_video .first_subtitle, body.single-articles #espace_pro_blocks_repeater .single_destination.width_video .second_subtitle {
  text-align: left;
}
body.single-articles #destinations_descriptions .single_destination .full_width_col .content_wrap, body.single-articles #residence_destination_descriptions .single_destination .full_width_col .content_wrap, body.single-articles #langing_page_intro .single_destination .full_width_col .content_wrap, body.single-articles #espace_pro_blocks_repeater .single_destination .full_width_col .content_wrap {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 991px) {
  #destinations_descriptions .single_destination, #residence_destination_descriptions .single_destination, #langing_page_intro .single_destination, #espace_pro_blocks_repeater .single_destination {
    padding: 25px 0;
  }
  .page-template-template-residences #destinations_descriptions .single_destination, .page-template-template-residences #residence_destination_descriptions .single_destination, .page-template-template-residences #langing_page_intro .single_destination, .page-template-template-residences #espace_pro_blocks_repeater .single_destination {
    margin-bottom: -80px;
  }
}
#destinations_descriptions .secondary_title, #residence_destination_descriptions .secondary_title, #langing_page_intro .secondary_title, #espace_pro_blocks_repeater .secondary_title {
  text-align: center;
}
#destinations_descriptions .second_subtitle, #residence_destination_descriptions .second_subtitle, #langing_page_intro .second_subtitle, #espace_pro_blocks_repeater .second_subtitle {
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  #destinations_descriptions .item_wrap, #residence_destination_descriptions .item_wrap, #langing_page_intro .item_wrap, #espace_pro_blocks_repeater .item_wrap {
    background-color: #f8f8f8;
  }
  body.single-articles #destinations_descriptions .item_wrap, body.single-articles #residence_destination_descriptions .item_wrap, body.single-articles #langing_page_intro .item_wrap, body.single-articles #espace_pro_blocks_repeater .item_wrap {
    background: transparent;
  }
}
#destinations_descriptions .item_wrap.no_thumb .item .content_wrap, #residence_destination_descriptions .item_wrap.no_thumb .item .content_wrap, #langing_page_intro .item_wrap.no_thumb .item .content_wrap, #espace_pro_blocks_repeater .item_wrap.no_thumb .item .content_wrap {
  width: 100%;
}
#destinations_descriptions .item_wrap.no_thumb .item .content_wrap .content, #residence_destination_descriptions .item_wrap.no_thumb .item .content_wrap .content, #langing_page_intro .item_wrap.no_thumb .item .content_wrap .content, #espace_pro_blocks_repeater .item_wrap.no_thumb .item .content_wrap .content {
  max-width: 700px;
}
#destinations_descriptions .item_wrap:nth-child(odd) .item, #residence_destination_descriptions .item_wrap:nth-child(odd) .item, #langing_page_intro .item_wrap:nth-child(odd) .item, #espace_pro_blocks_repeater .item_wrap:nth-child(odd) .item {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (max-width: 991px) {
  #destinations_descriptions .item_wrap:nth-child(odd) .item, #residence_destination_descriptions .item_wrap:nth-child(odd) .item, #langing_page_intro .item_wrap:nth-child(odd) .item, #espace_pro_blocks_repeater .item_wrap:nth-child(odd) .item {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#destinations_descriptions .item_wrap .item, #residence_destination_descriptions .item_wrap .item, #langing_page_intro .item_wrap .item, #espace_pro_blocks_repeater .item_wrap .item {
  position: relative;
  min-height: 300px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
@media (max-width: 991px) {
  #destinations_descriptions .item_wrap .item, #residence_destination_descriptions .item_wrap .item, #langing_page_intro .item_wrap .item, #espace_pro_blocks_repeater .item_wrap .item {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#destinations_descriptions .item_wrap .item .content_wrap,
#destinations_descriptions .item_wrap .item .image_wrap, #residence_destination_descriptions .item_wrap .item .content_wrap,
#residence_destination_descriptions .item_wrap .item .image_wrap, #langing_page_intro .item_wrap .item .content_wrap,
#langing_page_intro .item_wrap .item .image_wrap, #espace_pro_blocks_repeater .item_wrap .item .content_wrap,
#espace_pro_blocks_repeater .item_wrap .item .image_wrap {
  width: 100%;
}
@media (max-width: 991px) {
  #destinations_descriptions .item_wrap .item .content_wrap,
  #destinations_descriptions .item_wrap .item .image_wrap, #residence_destination_descriptions .item_wrap .item .content_wrap,
  #residence_destination_descriptions .item_wrap .item .image_wrap, #langing_page_intro .item_wrap .item .content_wrap,
  #langing_page_intro .item_wrap .item .image_wrap, #espace_pro_blocks_repeater .item_wrap .item .content_wrap,
  #espace_pro_blocks_repeater .item_wrap .item .image_wrap {
    width: 100%;
  }
}
#destinations_descriptions .item_wrap .item .thumb_wrapper, #residence_destination_descriptions .item_wrap .item .thumb_wrapper, #langing_page_intro .item_wrap .item .thumb_wrapper, #espace_pro_blocks_repeater .item_wrap .item .thumb_wrapper {
  width: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 991px) {
  #destinations_descriptions .item_wrap .item .thumb_wrapper, #residence_destination_descriptions .item_wrap .item .thumb_wrapper, #langing_page_intro .item_wrap .item .thumb_wrapper, #espace_pro_blocks_repeater .item_wrap .item .thumb_wrapper {
    width: 100%;
  }
}
#destinations_descriptions .item_wrap .item .thumb_wrapper .image_wrap, #residence_destination_descriptions .item_wrap .item .thumb_wrapper .image_wrap, #langing_page_intro .item_wrap .item .thumb_wrapper .image_wrap, #espace_pro_blocks_repeater .item_wrap .item .thumb_wrapper .image_wrap {
  width: 100%;
}
#destinations_descriptions .item_wrap .item .image_container, #residence_destination_descriptions .item_wrap .item .image_container, #langing_page_intro .item_wrap .item .image_container, #espace_pro_blocks_repeater .item_wrap .item .image_container {
  width: 50%;
  background-size: cover;
  background-position: center;
}
@media (max-width: 991px) {
  #destinations_descriptions .item_wrap .item .image_container, #residence_destination_descriptions .item_wrap .item .image_container, #langing_page_intro .item_wrap .item .image_container, #espace_pro_blocks_repeater .item_wrap .item .image_container {
    width: 100%;
    height: 250px;
  }
}
#destinations_descriptions .item_wrap .item .image_wrap, #residence_destination_descriptions .item_wrap .item .image_wrap, #langing_page_intro .item_wrap .item .image_wrap, #espace_pro_blocks_repeater .item_wrap .item .image_wrap {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
#destinations_descriptions .item_wrap .item .content_wrap, #residence_destination_descriptions .item_wrap .item .content_wrap, #langing_page_intro .item_wrap .item .content_wrap, #espace_pro_blocks_repeater .item_wrap .item .content_wrap {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0 60px;
}
body.single-articles #destinations_descriptions .item_wrap .item .content_wrap, body.single-articles #residence_destination_descriptions .item_wrap .item .content_wrap, body.single-articles #langing_page_intro .item_wrap .item .content_wrap, body.single-articles #espace_pro_blocks_repeater .item_wrap .item .content_wrap {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  #destinations_descriptions .item_wrap .item .content_wrap, #residence_destination_descriptions .item_wrap .item .content_wrap, #langing_page_intro .item_wrap .item .content_wrap, #espace_pro_blocks_repeater .item_wrap .item .content_wrap {
    padding: 35px;
  }
}
@media (max-width: 767px) {
  #destinations_descriptions .item_wrap .item .content_wrap, #residence_destination_descriptions .item_wrap .item .content_wrap, #langing_page_intro .item_wrap .item .content_wrap, #espace_pro_blocks_repeater .item_wrap .item .content_wrap {
    padding: 2em 1.5em;
  }
}
@media (max-width: 991px) {
  #destinations_descriptions .item_wrap .item .content_wrap .content .secondary_title, #destinations_descriptions .item_wrap .item .content_wrap .content .second_subtitle, #destinations_descriptions .item_wrap .item .content_wrap .content .view_more_content, #residence_destination_descriptions .item_wrap .item .content_wrap .content .secondary_title, #residence_destination_descriptions .item_wrap .item .content_wrap .content .second_subtitle, #residence_destination_descriptions .item_wrap .item .content_wrap .content .view_more_content, #langing_page_intro .item_wrap .item .content_wrap .content .secondary_title, #langing_page_intro .item_wrap .item .content_wrap .content .second_subtitle, #langing_page_intro .item_wrap .item .content_wrap .content .view_more_content, #espace_pro_blocks_repeater .item_wrap .item .content_wrap .content .secondary_title, #espace_pro_blocks_repeater .item_wrap .item .content_wrap .content .second_subtitle, #espace_pro_blocks_repeater .item_wrap .item .content_wrap .content .view_more_content {
    text-align: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
#destinations_descriptions .item_wrap .item .content_wrap .price, #residence_destination_descriptions .item_wrap .item .content_wrap .price, #langing_page_intro .item_wrap .item .content_wrap .price, #espace_pro_blocks_repeater .item_wrap .item .content_wrap .price {
  color: #B6A179;
}
#destinations_descriptions .item_wrap .item .content_wrap .price strong, #residence_destination_descriptions .item_wrap .item .content_wrap .price strong, #langing_page_intro .item_wrap .item .content_wrap .price strong, #espace_pro_blocks_repeater .item_wrap .item .content_wrap .price strong {
  color: #394055;
  font-size: 1.2em;
}
#destinations_descriptions .item_wrap .item .content_wrap .title, #residence_destination_descriptions .item_wrap .item .content_wrap .title, #langing_page_intro .item_wrap .item .content_wrap .title, #espace_pro_blocks_repeater .item_wrap .item .content_wrap .title {
  font-weight: normal;
  font-style: normal;
  font-family: "Open Sans", sans-serif;
  line-height: 120%;
  color: #394055;
  font-size: 1.7em;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  #destinations_descriptions .item_wrap .item .content_wrap .title, #residence_destination_descriptions .item_wrap .item .content_wrap .title, #langing_page_intro .item_wrap .item .content_wrap .title, #espace_pro_blocks_repeater .item_wrap .item .content_wrap .title {
    font-size: 1.5em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #destinations_descriptions .item_wrap .item .content_wrap .title, #residence_destination_descriptions .item_wrap .item .content_wrap .title, #langing_page_intro .item_wrap .item .content_wrap .title, #espace_pro_blocks_repeater .item_wrap .item .content_wrap .title {
    font-size: 1.5em;
  }
}
@media (max-width: 991px) {
  #destinations_descriptions .item_wrap .item .content_wrap .title, #residence_destination_descriptions .item_wrap .item .content_wrap .title, #langing_page_intro .item_wrap .item .content_wrap .title, #espace_pro_blocks_repeater .item_wrap .item .content_wrap .title {
    font-size: 1.5em;
  }
}
#destinations_descriptions .item_wrap .item .content_wrap .title strong, #residence_destination_descriptions .item_wrap .item .content_wrap .title strong, #langing_page_intro .item_wrap .item .content_wrap .title strong, #espace_pro_blocks_repeater .item_wrap .item .content_wrap .title strong {
  font-weight: normal;
}
@media (min-width: 1400px) {
  #destinations_descriptions .item_wrap .item .content_wrap .title, #residence_destination_descriptions .item_wrap .item .content_wrap .title, #langing_page_intro .item_wrap .item .content_wrap .title, #espace_pro_blocks_repeater .item_wrap .item .content_wrap .title {
    font-size: 2em;
  }
}
@media (max-width: 767px) {
  #destinations_descriptions .item_wrap .item .content_wrap .title, #residence_destination_descriptions .item_wrap .item .content_wrap .title, #langing_page_intro .item_wrap .item .content_wrap .title, #espace_pro_blocks_repeater .item_wrap .item .content_wrap .title {
    font-size: 20px;
  }
}
#destinations_descriptions .item_wrap .item .content_wrap .info + .info, #residence_destination_descriptions .item_wrap .item .content_wrap .info + .info, #langing_page_intro .item_wrap .item .content_wrap .info + .info, #espace_pro_blocks_repeater .item_wrap .item .content_wrap .info + .info {
  margin-left: 20px;
}
#destinations_descriptions .item_wrap .item .content_wrap .description + .btnBook, #residence_destination_descriptions .item_wrap .item .content_wrap .description + .btnBook, #langing_page_intro .item_wrap .item .content_wrap .description + .btnBook, #espace_pro_blocks_repeater .item_wrap .item .content_wrap .description + .btnBook {
  margin-top: 20px;
}
#destinations_descriptions .item_wrap .item .content_wrap .btns, #residence_destination_descriptions .item_wrap .item .content_wrap .btns, #langing_page_intro .item_wrap .item .content_wrap .btns, #espace_pro_blocks_repeater .item_wrap .item .content_wrap .btns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-top: 20px;
}
#destinations_descriptions .item_wrap .item .content_wrap .btns .btnBook, #residence_destination_descriptions .item_wrap .item .content_wrap .btns .btnBook, #langing_page_intro .item_wrap .item .content_wrap .btns .btnBook, #espace_pro_blocks_repeater .item_wrap .item .content_wrap .btns .btnBook {
  margin-left: 20px;
}
#destinations_descriptions .item_wrap .item .btn_more_content, #residence_destination_descriptions .item_wrap .item .btn_more_content, #langing_page_intro .item_wrap .item .btn_more_content, #espace_pro_blocks_repeater .item_wrap .item .btn_more_content {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
#destinations_descriptions .container_article, #residence_destination_descriptions .container_article, #langing_page_intro .container_article, #espace_pro_blocks_repeater .container_article {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  max-width: 1060px;
  zoom: 1;
}
#destinations_descriptions .container_article:after, #residence_destination_descriptions .container_article:after, #langing_page_intro .container_article:after, #espace_pro_blocks_repeater .container_article:after {
  clear: both;
}
#destinations_descriptions .container_article:after, #destinations_descriptions .container_article:before, #residence_destination_descriptions .container_article:after, #residence_destination_descriptions .container_article:before, #langing_page_intro .container_article:after, #langing_page_intro .container_article:before, #espace_pro_blocks_repeater .container_article:after, #espace_pro_blocks_repeater .container_article:before {
  content: "";
  display: table;
}
@media (max-width: 991px) {
  #destinations_descriptions .container_article, #residence_destination_descriptions .container_article, #langing_page_intro .container_article, #espace_pro_blocks_repeater .container_article {
    max-width: 90vw;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #destinations_descriptions .container_article, #residence_destination_descriptions .container_article, #langing_page_intro .container_article, #espace_pro_blocks_repeater .container_article {
    max-width: 960px;
  }
}
#destinations_descriptions .container_article .single_destination, #residence_destination_descriptions .container_article .single_destination, #langing_page_intro .container_article .single_destination, #espace_pro_blocks_repeater .container_article .single_destination {
  padding: 20px 0;
}
#destinations_descriptions .container_article .single_destination:first-child, #residence_destination_descriptions .container_article .single_destination:first-child, #langing_page_intro .container_article .single_destination:first-child, #espace_pro_blocks_repeater .container_article .single_destination:first-child {
  padding-top: 60px;
}
#destinations_descriptions .container_article .single_destination:last-child, #residence_destination_descriptions .container_article .single_destination:last-child, #langing_page_intro .container_article .single_destination:last-child, #espace_pro_blocks_repeater .container_article .single_destination:last-child {
  padding-bottom: 60px;
}
#destinations_descriptions .container_article .single_destination .item_wrap .item, #residence_destination_descriptions .container_article .single_destination .item_wrap .item, #langing_page_intro .container_article .single_destination .item_wrap .item, #espace_pro_blocks_repeater .container_article .single_destination .item_wrap .item {
  min-height: unset;
}
#destinations_descriptions .container_article .single_destination .item_wrap .item.full_width_col, #residence_destination_descriptions .container_article .single_destination .item_wrap .item.full_width_col, #langing_page_intro .container_article .single_destination .item_wrap .item.full_width_col, #espace_pro_blocks_repeater .container_article .single_destination .item_wrap .item.full_width_col {
  padding: 0 0;
}
#destinations_descriptions .container_article .single_destination.has_image .item_wrap .item.reverse_cells .content_wrap, #destinations_descriptions .container_article .single_destination.has_video .item_wrap .item.reverse_cells .content_wrap, #residence_destination_descriptions .container_article .single_destination.has_image .item_wrap .item.reverse_cells .content_wrap, #residence_destination_descriptions .container_article .single_destination.has_video .item_wrap .item.reverse_cells .content_wrap, #langing_page_intro .container_article .single_destination.has_image .item_wrap .item.reverse_cells .content_wrap, #langing_page_intro .container_article .single_destination.has_video .item_wrap .item.reverse_cells .content_wrap, #espace_pro_blocks_repeater .container_article .single_destination.has_image .item_wrap .item.reverse_cells .content_wrap, #espace_pro_blocks_repeater .container_article .single_destination.has_video .item_wrap .item.reverse_cells .content_wrap {
  padding-left: 0;
}
@media (max-width: 991px) {
  #destinations_descriptions .container_article .single_destination.has_image .item_wrap .item.reverse_cells .content_wrap, #destinations_descriptions .container_article .single_destination.has_video .item_wrap .item.reverse_cells .content_wrap, #residence_destination_descriptions .container_article .single_destination.has_image .item_wrap .item.reverse_cells .content_wrap, #residence_destination_descriptions .container_article .single_destination.has_video .item_wrap .item.reverse_cells .content_wrap, #langing_page_intro .container_article .single_destination.has_image .item_wrap .item.reverse_cells .content_wrap, #langing_page_intro .container_article .single_destination.has_video .item_wrap .item.reverse_cells .content_wrap, #espace_pro_blocks_repeater .container_article .single_destination.has_image .item_wrap .item.reverse_cells .content_wrap, #espace_pro_blocks_repeater .container_article .single_destination.has_video .item_wrap .item.reverse_cells .content_wrap {
    padding: 20px 0;
  }
}
@media (max-width: 991px) {
  #destinations_descriptions .container_article .single_destination.has_image .item_wrap .item.reverse_cells, #destinations_descriptions .container_article .single_destination.has_video .item_wrap .item.reverse_cells, #residence_destination_descriptions .container_article .single_destination.has_image .item_wrap .item.reverse_cells, #residence_destination_descriptions .container_article .single_destination.has_video .item_wrap .item.reverse_cells, #langing_page_intro .container_article .single_destination.has_image .item_wrap .item.reverse_cells, #langing_page_intro .container_article .single_destination.has_video .item_wrap .item.reverse_cells, #espace_pro_blocks_repeater .container_article .single_destination.has_image .item_wrap .item.reverse_cells, #espace_pro_blocks_repeater .container_article .single_destination.has_video .item_wrap .item.reverse_cells {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#destinations_descriptions .container_article .single_destination.has_image .item_wrap .item.left_order .content_wrap, #destinations_descriptions .container_article .single_destination.has_video .item_wrap .item.left_order .content_wrap, #residence_destination_descriptions .container_article .single_destination.has_image .item_wrap .item.left_order .content_wrap, #residence_destination_descriptions .container_article .single_destination.has_video .item_wrap .item.left_order .content_wrap, #langing_page_intro .container_article .single_destination.has_image .item_wrap .item.left_order .content_wrap, #langing_page_intro .container_article .single_destination.has_video .item_wrap .item.left_order .content_wrap, #espace_pro_blocks_repeater .container_article .single_destination.has_image .item_wrap .item.left_order .content_wrap, #espace_pro_blocks_repeater .container_article .single_destination.has_video .item_wrap .item.left_order .content_wrap {
  padding-right: 0;
}
@media (max-width: 991px) {
  #destinations_descriptions .container_article .single_destination.has_image .item_wrap .item.left_order .content_wrap, #destinations_descriptions .container_article .single_destination.has_video .item_wrap .item.left_order .content_wrap, #residence_destination_descriptions .container_article .single_destination.has_image .item_wrap .item.left_order .content_wrap, #residence_destination_descriptions .container_article .single_destination.has_video .item_wrap .item.left_order .content_wrap, #langing_page_intro .container_article .single_destination.has_image .item_wrap .item.left_order .content_wrap, #langing_page_intro .container_article .single_destination.has_video .item_wrap .item.left_order .content_wrap, #espace_pro_blocks_repeater .container_article .single_destination.has_image .item_wrap .item.left_order .content_wrap, #espace_pro_blocks_repeater .container_article .single_destination.has_video .item_wrap .item.left_order .content_wrap {
    padding: 20px 0 0;
  }
}
#destinations_descriptions .container_article .single_destination.has_image .item_wrap .item .image_container, #destinations_descriptions .container_article .single_destination.has_video .item_wrap .item .image_container, #residence_destination_descriptions .container_article .single_destination.has_image .item_wrap .item .image_container, #residence_destination_descriptions .container_article .single_destination.has_video .item_wrap .item .image_container, #langing_page_intro .container_article .single_destination.has_image .item_wrap .item .image_container, #langing_page_intro .container_article .single_destination.has_video .item_wrap .item .image_container, #espace_pro_blocks_repeater .container_article .single_destination.has_image .item_wrap .item .image_container, #espace_pro_blocks_repeater .container_article .single_destination.has_video .item_wrap .item .image_container {
  width: 38%;
}
@media (max-width: 991px) {
  #destinations_descriptions .container_article .single_destination.has_image .item_wrap .item .image_container, #destinations_descriptions .container_article .single_destination.has_video .item_wrap .item .image_container, #residence_destination_descriptions .container_article .single_destination.has_image .item_wrap .item .image_container, #residence_destination_descriptions .container_article .single_destination.has_video .item_wrap .item .image_container, #langing_page_intro .container_article .single_destination.has_image .item_wrap .item .image_container, #langing_page_intro .container_article .single_destination.has_video .item_wrap .item .image_container, #espace_pro_blocks_repeater .container_article .single_destination.has_image .item_wrap .item .image_container, #espace_pro_blocks_repeater .container_article .single_destination.has_video .item_wrap .item .image_container {
    width: 100%;
  }
}
#destinations_descriptions .container_article .single_destination.has_image .item_wrap .item .content_wrap, #destinations_descriptions .container_article .single_destination.has_video .item_wrap .item .content_wrap, #residence_destination_descriptions .container_article .single_destination.has_image .item_wrap .item .content_wrap, #residence_destination_descriptions .container_article .single_destination.has_video .item_wrap .item .content_wrap, #langing_page_intro .container_article .single_destination.has_image .item_wrap .item .content_wrap, #langing_page_intro .container_article .single_destination.has_video .item_wrap .item .content_wrap, #espace_pro_blocks_repeater .container_article .single_destination.has_image .item_wrap .item .content_wrap, #espace_pro_blocks_repeater .container_article .single_destination.has_video .item_wrap .item .content_wrap {
  width: 62%;
}
@media (max-width: 991px) {
  #destinations_descriptions .container_article .single_destination.has_image .item_wrap .item .content_wrap, #destinations_descriptions .container_article .single_destination.has_video .item_wrap .item .content_wrap, #residence_destination_descriptions .container_article .single_destination.has_image .item_wrap .item .content_wrap, #residence_destination_descriptions .container_article .single_destination.has_video .item_wrap .item .content_wrap, #langing_page_intro .container_article .single_destination.has_image .item_wrap .item .content_wrap, #langing_page_intro .container_article .single_destination.has_video .item_wrap .item .content_wrap, #espace_pro_blocks_repeater .container_article .single_destination.has_image .item_wrap .item .content_wrap, #espace_pro_blocks_repeater .container_article .single_destination.has_video .item_wrap .item .content_wrap {
    width: 100%;
  }
}

.description, .more_text {
  font-size: 14px;
  line-height: 25px;
  color: #197791;
}

/* slide down */
.more_text_wrap {
  display: block;
}
.more_text_wrap .more_text_box {
  width: 100%;
  height: 0;
  overflow: hidden;
  margin-top: 0;
}
.more_text_wrap .more_text_box.opened {
  display: inline-block;
}

#services_residence .more_text_wrap .more_text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: left;
  -moz-justify-content: left;
  -ms-justify-content: left;
  justify-content: left;
  -ms-flex-pack: left;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* popup */
.popup_content.more_text_box {
  width: 90%;
  max-width: 960px;
  padding: 4em;
  margin: 0;
}
.popup_content.more_text_box .more_text_popup h4 {
  font-size: 2.5em;
}

.btn_more_content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 25px 0 10px;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 18px;
  letter-spacing: 0.05em;
}
@media (max-width: 991px) {
  .btn_more_content {
    font-size: 11px;
  }
}
.btn_more_content .close {
  display: none;
}
.btn_more_content.opened .close {
  display: block;
}
.btn_more_content.opened .open {
  display: none;
}

#sb_instagram {
  width: 100%;
  height: 580px;
  position: relative;
  z-index: 100;
}
@media (max-width: 991px) {
  #sb_instagram {
    height: 100%;
  }
}
#sb_instagram .sbi_follow_btn a {
  background: #FF6D65;
  padding: 20px 25px;
  border-radius: 0;
  margin: -35px auto 0 auto;
  z-index: 2;
  position: relative;
  text-transform: uppercase;
}
#sb_instagram .sbi_follow_btn a:hover {
  color: #FF6D65;
  border: 1px solid #FF6D65 !important;
  box-shadow: none;
}
#sb_instagram .sbi_follow_btn a:focus {
  box-shadow: unset;
}
#sb_instagram #sbi_images {
  padding: 0 !important;
}
#sb_instagram #sbi_images .sbi_item {
  padding: 0 2px 2px 1px !important;
}
#sb_instagram #sbi_images .sbi_item .sbi_photo.sbi_imgLiquid_bgSize.sbi_imgLiquid_ready {
  height: 290px !important;
}
@media (max-width: 991px) {
  #sb_instagram #sbi_images .sbi_item .sbi_photo.sbi_imgLiquid_bgSize.sbi_imgLiquid_ready {
    height: 200px !important;
  }
}

#residences_list .first_subtitle {
  display: none;
  margin-bottom: 30px;
}
#residences_list #message_no_elements {
  display: none;
  text-align: center;
}

#destination_description {
  padding: 0;
  background: #f8f8f8;
  margin-top: -50px;
  position: relative;
  z-index: 0;
}
#destination_description.less_padding {
  margin-top: 50px;
}
@media (max-width: 991px) {
  #destination_description {
    background-color: #fff;
    margin-top: 0;
  }
}
#destination_description .single_destination {
  padding: 90px 50px 50px;
}
#destination_description .single_destination.less_padding {
  padding: 50px;
}
@media (max-width: 991px) {
  #destination_description .single_destination {
    padding: 25px 0;
  }
}
@media (max-width: 991px) {
  #destination_description .single_destination .content {
    padding: 0 25px;
  }
}
#destination_description .description, #destination_description .more_text {
  font-size: 14px;
  line-height: 25px;
  color: #197791;
}
#destination_description .btn_more_content {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
#destination_description .info + .info {
  margin-left: 20px;
}
#destination_description .description + .btnBook {
  margin-top: 20px;
}
#destination_description .second_subtitle {
  margin-bottom: 15px;
}

#espace_pro_intro {
  max-width: calc(50% - 120px);
}
@media (max-width: 991px) {
  #espace_pro_intro {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  #espace_pro_intro.container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
#espace_pro_intro .second_subtitle {
  margin-bottom: 15px;
}

.select_residence_to_submit {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 20px;
  background-color: #7f7f7f;
  width: 760px;
  margin: 30px auto 0 auto;
  position: relative;
  z-index: 1;
}
.select_residence_to_submit.change_position {
  position: absolute;
  left: 50%;
  bottom: 50px;
  margin-left: -380px;
  background-color: rgba(0, 0, 0, 0.4);
}
.page-template-template-espace-pro .select_residence_to_submit.change_position {
  width: 920px;
  margin-left: -460px;
}
@media (max-width: 991px) {
  .select_residence_to_submit.change_position {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #AE8722;
    max-width: 100%;
    width: 100%;
    padding: 0;
    z-index: 300;
  }
  .select_residence_to_submit.change_position .submit_select {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .select_residence_to_submit {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #AE8722;
    max-width: 100%;
    padding: 0;
    z-index: 300;
  }
  .select_residence_to_submit .submit_select {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .hide_mobile {
    display: none;
  }
}

.only_mobile {
  display: none;
}
@media (max-width: 991px) {
  .only_mobile {
    display: block;
  }
}

@media (max-width: 767px) {
  .hide_phone {
    display: none;
  }
}

.only_phone {
  display: none;
}
@media (max-width: 767px) {
  .only_phone {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}

.single_map_residence {
  position: relative;
}
.single_map_residence #map_single_hotel {
  height: 550px;
}
@media (max-width: 767px) {
  .single_map_residence #map_single_hotel {
    height: 250px;
  }
}
.single_map_residence #map_single_hotel .gmnoprint .gm-svpc {
  display: none;
}
.single_map_residence #map_infobox {
  position: absolute;
  width: 300px;
  height: 350px;
  top: 100px;
  left: 100px;
  max-height: 90%;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 30px #f2f2f2;
  -moz-box-shadow: 0px 0px 30px #f2f2f2;
  box-shadow: 0px 0px 30px #f2f2f2;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .single_map_residence #map_infobox {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.single_map_residence #map_infobox .map_description {
  width: 90%;
  margin-left: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .single_map_residence #map_infobox .map_description {
    width: 100%;
    padding: 30px;
  }
  .single_map_residence #map_infobox .map_description .unique_line {
    display: block;
    position: relative;
    color: #197791;
  }
  .single_map_residence #map_infobox .map_description .unique_line .mini_subtitle {
    margin-right: 5px;
  }
  .single_map_residence #map_infobox .map_description .unique_line .mini_subtitle, .single_map_residence #map_infobox .map_description .unique_line p {
    display: inline-block;
  }
}
.single_map_residence #map_infobox .map_description .mini_subtitle {
  color: #197791;
  font-size: 14px;
  line-height: 25px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}
.single_map_residence #map_infobox .map_description .phones {
  color: #0d5467;
}

#residence_destination_descriptions {
  margin-top: 0;
  margin-bottom: 0px;
  background: #fff;
}
#residence_destination_descriptions .single_destination {
  display: block;
  text-align: center;
}
#residence_destination_descriptions .single_destination .item_wrap .item .image_container {
  height: 500px;
}
@media (max-width: 767px) {
  #residence_destination_descriptions .single_destination .item_wrap .item .image_container {
    height: 250px;
  }
}
#residence_destination_descriptions .single_destination .item_wrap .item .content_wrap {
  padding: 60px 60px 0;
}
@media (max-width: 991px) {
  #residence_destination_descriptions .single_destination .item_wrap .item .content_wrap {
    padding: 30px 20px;
  }
}
#residence_destination_descriptions .secondary_title {
  text-transform: uppercase;
}

#langing_page_intro {
  background: #fff;
  padding: 50px 0;
  margin-top: 0;
}
@media (max-width: 991px) {
  #langing_page_intro {
    padding: 35px 0;
  }
}
#langing_page_intro .single_destination {
  display: block;
}
#langing_page_intro .single_destination .content {
  position: relative;
  width: 100%;
}
#langing_page_intro .single_destination .item_wrap .item {
  background-color: #f8f8f8;
}
#langing_page_intro .single_destination .item_wrap .item .image_container {
  background-size: cover;
  background-position: center;
}
@media (max-width: 991px) {
  #langing_page_intro .single_destination .item_wrap .item.full_width_col {
    padding: 0px;
  }
}
#langing_page_intro .single_destination .item_wrap .item .content_wrap {
  padding: 20px 60px;
}
@media (max-width: 991px) {
  #langing_page_intro .single_destination .item_wrap .item .content_wrap {
    padding: 35px 25px;
  }
}
.full_width_col #langing_page_intro .single_destination .item_wrap .item .content_wrap {
  width: 60%;
  margin: 0 auto;
}
#langing_page_intro .single_destination .item_wrap .item .content_wrap h2, #langing_page_intro .single_destination .item_wrap .item .content_wrap h3 {
  text-align: left;
}
@media (max-width: 991px) {
  #langing_page_intro .single_destination .item_wrap .item .content_wrap h2, #langing_page_intro .single_destination .item_wrap .item .content_wrap h3 {
    text-align: center;
  }
}
.full_width_col #langing_page_intro .single_destination .item_wrap .item .content_wrap h2, .full_width_col #langing_page_intro .single_destination .item_wrap .item .content_wrap h3 {
  text-align: center;
}

.single_destination .item.reverse_cells {
  -webkit-flex-direction: row-reverse !important;
  -moz-flex-direction: row-reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.full_width_col {
  background-color: #fff !important;
  padding: 60px 0;
}
.full_width_col .content_wrap {
  width: 60%;
  padding: 50px 30px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .full_width_col .content_wrap {
    width: 100%;
  }
}
.full_width_col .content_wrap h2, .full_width_col .content_wrap h3 {
  text-align: center;
}

@media (max-width: 991px) {
  #offers_intro .container, .list_of_residences_offers .container {
    max-width: initial;
  }
}
#offers_intro #destinations_descriptions, .list_of_residences_offers #destinations_descriptions {
  margin-top: 0;
  background: transparent;
}
@media (max-width: 991px) {
  #offers_intro #destinations_descriptions.container, .list_of_residences_offers #destinations_descriptions.container {
    max-width: initial;
  }
}
#offers_intro #destinations_descriptions .secondary_title, #offers_intro #destinations_descriptions .second_subtitle, .list_of_residences_offers #destinations_descriptions .secondary_title, .list_of_residences_offers #destinations_descriptions .second_subtitle {
  text-align: center;
}
#offers_intro #destinations_descriptions .secondary_title, .list_of_residences_offers #destinations_descriptions .secondary_title {
  margin-bottom: 20px;
  line-height: 50px;
}
@media (max-width: 991px) {
  #offers_intro #destinations_descriptions .secondary_title, .list_of_residences_offers #destinations_descriptions .secondary_title {
    line-height: 35px;
  }
}
#offers_intro #destinations_descriptions .secondary_title + .second_subtitle, .list_of_residences_offers #destinations_descriptions .secondary_title + .second_subtitle {
  margin-top: -20px;
  margin-bottom: 10px;
}
#offers_intro #destinations_descriptions .item_wrap .item, .list_of_residences_offers #destinations_descriptions .item_wrap .item {
  min-height: auto;
}
#offers_intro #destinations_descriptions .item_wrap .item .image_wrap, .list_of_residences_offers #destinations_descriptions .item_wrap .item .image_wrap {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#offers_intro #destinations_descriptions .item_wrap .item .content_wrap, .list_of_residences_offers #destinations_descriptions .item_wrap .item .content_wrap {
  padding: 30px 60px;
}
@media (max-width: 991px) {
  #offers_intro #destinations_descriptions .item_wrap .item .content_wrap, .list_of_residences_offers #destinations_descriptions .item_wrap .item .content_wrap {
    padding: 30px;
  }
}

.little_padding {
  padding: 25px;
}
#offers_intro .little_padding {
  padding: 40px 0 0;
  margin-bottom: 10px !important;
}
@media (max-width: 991px) {
  #offers_intro .little_padding {
    padding-top: 0px;
  }
}

#our_offers, #other_articles {
  padding-bottom: 50px;
}
#our_offers .view_more_content, #other_articles .view_more_content {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

#offers .single_destination .item_wrap, #other_articles_list .single_destination .item_wrap {
  margin-top: 35px;
}
@media (max-width: 991px) {
  #offers .single_destination .item_wrap, #other_articles_list .single_destination .item_wrap {
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  #offers .single_destination .moment_blocks, #other_articles_list .single_destination .moment_blocks {
    display: none;
  }
}
#offers .single_destination .moment_blocks .moment_blocks_carousel, #other_articles_list .single_destination .moment_blocks .moment_blocks_carousel {
  margin-bottom: 40px;
}
#offers .single_destination .moment_blocks .moment_blocks_carousel.no-carousel, #other_articles_list .single_destination .moment_blocks .moment_blocks_carousel.no-carousel {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-bottom: 20px;
}
#offers .single_destination .moment_blocks .moment_blocks_carousel.no-carousel .preview_wrapper, #other_articles_list .single_destination .moment_blocks .moment_blocks_carousel.no-carousel .preview_wrapper {
  padding: 0 10px;
}
#offers .single_destination .moment_blocks .moment_blocks_carousel.no-carousel .preview_wrapper.l-50, #other_articles_list .single_destination .moment_blocks .moment_blocks_carousel.no-carousel .preview_wrapper.l-50 {
  width: 50%;
}
#offers .single_destination .moment_blocks .moment_blocks_carousel.no-carousel .preview_wrapper.l-33-3, #other_articles_list .single_destination .moment_blocks .moment_blocks_carousel.no-carousel .preview_wrapper.l-33-3 {
  width: 33.3%;
}
@media (max-width: 991px) {
  #offers .single_destination .moment_blocks .moment_blocks_carousel .slick-dots, #other_articles_list .single_destination .moment_blocks .moment_blocks_carousel .slick-dots {
    position: relative;
    bottom: inherit;
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  #offers .single_destination .moment_blocks .moment_blocks_carousel .slick-slide, #other_articles_list .single_destination .moment_blocks .moment_blocks_carousel .slick-slide {
    margin: 0;
  }
}
#offers .single_destination .view-more-residences, #other_articles_list .single_destination .view-more-residences {
  display: none;
  line-height: 60px;
  border: 1px solid #197791;
  background: #197791;
  font-size: 16px;
  line-height: 60px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (max-width: 991px) {
  #offers .single_destination .view-more-residences, #other_articles_list .single_destination .view-more-residences {
    display: block;
  }
}
#offers .single_destination .view-more-residences.open, #other_articles_list .single_destination .view-more-residences.open {
  background: transparent;
  color: #197791;
}

#landing_two_intro .single_destination .content {
  width: 75%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  #landing_two_intro .single_destination .content {
    width: 100%;
  }
}

.bullets_and_infos {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding: 0;
}
@media (max-width: 991px) {
  .bullets_and_infos {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.bullets_and_infos .view_more_content {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.bullets_and_infos .content {
  -webkit-box-flex: 0 0 45%;
  -moz-box-flex: 0 0 45%;
  -webkit-flex: 0 0 45%;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
}
@media (max-width: 991px) {
  .bullets_and_infos .content {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 5px 25px;
  }
}
.bullets_and_infos .bullets_content {
  border: 1px solid #ddd;
  padding: 4% 5%;
}
.bullets_and_infos .bullet_list {
  margin-top: 15px;
}
@media (max-width: 991px) {
  .bullets_and_infos .bullet_list {
    padding: 15px;
  }
}
.bullets_and_infos .bullet_list .single_bullet {
  font-size: 14px;
  line-height: 20px;
  padding: 5px 0 0 15px;
  color: #197791;
}
.bullets_and_infos .bullet_list .single_bullet:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  margin-left: -2em;
  margin-right: 10px;
  width: 1.3em;
}

#espace_pro_blocks_repeater {
  margin-top: 0;
}
#espace_pro_blocks_repeater .single_destination {
  display: block;
  position: relative;
}
@media (max-width: 991px) {
  #espace_pro_blocks_repeater .single_destination .item_wrap .item.full_width_col {
    padding: 0px;
  }
}
#espace_pro_blocks_repeater .single_destination .item_wrap .item .image_container {
  position: relative;
  background-size: cover;
  background-position: center;
}
#espace_pro_blocks_repeater .single_destination .item_wrap .item .image_container.video_container:after {
  content: '';
  position: absolute;
  top: calc(50% - 35px);
  left: calc(50% - 35px);
  width: 70px;
  height: 70px;
  background-image: url("../css/images/ico-play.svg");
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#espace_pro_blocks_repeater .single_destination .item_wrap .item .image_container.video_container:hover:after {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
#espace_pro_blocks_repeater .single_destination .item_wrap .item .content_wrap {
  padding: 50px 60px;
}
@media (max-width: 991px) {
  #espace_pro_blocks_repeater .single_destination .item_wrap .item .content_wrap {
    padding: 30px 25px;
  }
}
.full_width_col #espace_pro_blocks_repeater .single_destination .item_wrap .item .content_wrap {
  width: 60%;
  margin: 0 auto;
}
#espace_pro_blocks_repeater .single_destination .item_wrap .item .buttons {
  margin-top: 25px;
}
#espace_pro_blocks_repeater .single_destination .item_wrap .item h2, #espace_pro_blocks_repeater .single_destination .item_wrap .item h3 {
  text-align: left;
}
@media (max-width: 991px) {
  #espace_pro_blocks_repeater .single_destination .item_wrap .item h2, #espace_pro_blocks_repeater .single_destination .item_wrap .item h3 {
    text-align: center;
  }
}
#espace_pro_blocks_repeater .single_destination .item_wrap .item.full_width_col h2, #espace_pro_blocks_repeater .single_destination .item_wrap .item.full_width_col h3 {
  text-align: center;
}
#espace_pro_blocks_repeater .single_destination .button_open_video {
  display: block;
  height: 76px;
  width: 76px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -38px;
  margin-left: -38px;
  cursor: pointer;
  z-index: 10;
}

/* mobile select */
.residences_menu {
  text-align: center;
}
.select_residence_to_submit .residences_menu {
  width: 75%;
}
@media (max-width: 991px) {
  .select_residence_to_submit .residences_menu {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .residences_menu {
    position: relative;
    z-index: 1;
  }
}
.residences_menu .menu_filters {
  margin: 25px 0 0;
  font-size: 13px;
}
.select_residence_to_submit .residences_menu .menu_filters {
  margin: 0 10px 0 0;
}
@media (max-width: 991px) {
  .select_residence_to_submit .residences_menu .menu_filters {
    margin: 15px 25px;
  }
}
.promocode .residences_menu .menu_filters {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .promocode .residences_menu .menu_filters select {
    padding: 15px 15px 15px 35px;
  }
}
@media (max-width: 991px) {
  .promocode .residences_menu .menu_filters {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.residences_menu .menu_filters .promo_code {
  font-family: "Open Sans", sans-serif;
  display: block;
  height: 60px;
  background-color: #fff;
  border: 1px solid #fff;
  width: calc(30% - 10px);
  min-width: unset;
  color: #333;
  padding: 10px;
  -webkit-transition: display 0.3s ease-in-out;
  -moz-transition: display 0.3s ease-in-out;
  -ms-transition: display 0.3s ease-in-out;
  -o-transition: display 0.3s ease-in-out;
  transition: display 0.3s ease-in-out;
}
.promocode.hide_promo .residences_menu .menu_filters .promo_code {
  display: none;
}
@media (max-width: 991px) {
  .residences_menu .menu_filters .promo_code {
    width: 100%;
    height: 50px;
  }
}
.residences_menu .menu_filters select {
  font-family: "Open Sans", sans-serif;
  height: 60px;
  color: #FFF;
  padding: 15px 15px 15px 50px;
  min-width: 500px;
  font-size: 16px;
  line-height: 32px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #197791;
  background-image: url("../css/images/map_marker.svg"), url("../css/images/arrow_down.svg");
  background-position: 4% 50%, 96% 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: 15px 20px, 10px 10px;
  border: 1px solid #197791;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  outline: none;
}
.residences_menu .menu_filters select::-ms-expand {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .residences_menu .menu_filters select {
    font-size: 14px;
    background-size: 15px 18px,10px 8px;
  }
}
@media (max-width: 991px) {
  .residences_menu .menu_filters select {
    padding: 10px 10px 10px 8%;
  }
}
@media (max-width: 767px) {
  .residences_menu .menu_filters select {
    font-size: 13px;
    min-width: 280px;
    background-size: 12px 16px,10px 10px;
    padding: 10px 10px 10px 28px;
    height: 50px;
    line-height: 28px;
  }
}
.residences_menu .menu_filters select.white {
  background-color: #FFF;
  border: 1px solid #FFF;
  width: 100%;
  min-width: auto;
  color: #333;
  background-image: url("../css/images/map_marker-dark.svg"), url("../css/images/arrow_down-dark.svg");
}
.residences_menu .menu_filters select:after {
  content: "Ôû¥";
  display: inline-block;
  width: 5px;
  height: 5px;
  line-height: 160%;
  color: #fff;
}
.residences_menu .menu_filters select option {
  padding: 0 10px;
  text-indent: 5px;
}
.residences_menu .menu_filters select option[data-filter] {
  font-weight: bold;
}
.page-template-template-residences .residences_menu .menu_filters select option[data-filter], .tax-post_residence_category .residences_menu .menu_filters select option[data-filter] {
  font-weight: 300;
}
.residences_menu .menu_filters select optgroup {
  font-weight: bold;
  font-style: normal;
}
.residences_menu .menu_filters select option[attribute*="data-filter"] {
  font-weight: bold;
  background-color: #f8f8f8;
}
.promocode .residences_menu .menu_filters select {
  width: 70%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .promocode .residences_menu .menu_filters select {
    font-size: 14px;
    background-size: 15px 18px,10px 8px;
  }
}
@media (max-width: 991px) {
  .promocode .residences_menu .menu_filters select {
    width: 100%;
    margin-bottom: 10px;
  }
}
.promocode.hide_promo .residences_menu .menu_filters select {
  width: 100%;
}

.submit_select {
  display: none;
  height: 60px;
  width: 25%;
  cursor: pointer;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #CC9F28;
  color: #FFF;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.submit_select:hover {
  font-size: 17px;
}
.submit_select.show_button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.bg_blue_texture {
  background-image: url("../css/images/white_pattern.png");
  background-color: #0d5467;
  padding: 25px;
}
@media (max-width: 991px) {
  .bg_blue_texture {
    padding: 10px;
  }
}
.bg_blue_texture .inside_bg_blue {
  background-color: #F8F8F8;
  padding: 2% 10%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bg_blue_texture .inside_bg_blue {
    padding: 2% 0%;
  }
}
.bg_blue_texture .inside_bg_blue .flex_services {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: left;
  -moz-justify-content: left;
  -ms-justify-content: left;
  justify-content: left;
  -ms-flex-pack: left;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 25px 0 0;
}
@media (max-width: 767px) {
  .bg_blue_texture .inside_bg_blue .flex_services.hide_phone {
    display: none;
  }
}
.bg_blue_texture .inside_bg_blue .flex_services.only_phone {
  display: none;
}
@media (max-width: 767px) {
  .bg_blue_texture .inside_bg_blue .flex_services.only_phone {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
.bg_blue_texture .inside_bg_blue .flex_services .single_service {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 25%;
  padding: 25px 20px;
}
@media (max-width: 991px) {
  .bg_blue_texture .inside_bg_blue .flex_services .single_service {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .bg_blue_texture .inside_bg_blue .flex_services .single_service {
    padding: 8px 15px;
    width: 100%;
  }
}
.bg_blue_texture .inside_bg_blue .flex_services .single_service .icon_service span {
  color: #0d5467;
  font-size: 65px;
  margin-right: 24px;
}
@media (max-width: 767px) {
  .bg_blue_texture .inside_bg_blue .flex_services .single_service .icon_service span {
    font-size: 45px;
  }
}
.bg_blue_texture .inside_bg_blue .flex_services .single_service .title_service {
  font-size: 18px;
  line-height: 25px;
  color: #197791;
  font-family: "Oswald", sans-serif;
}
.bg_blue_texture .inside_bg_blue .flex_services .more_text_wrap {
  width: 100%;
}
.bg_blue_texture .inside_bg_blue .flex_services .more_text_wrap .view_more_content {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

#offers_for_residence {
  margin-top: 25px;
}

@media (max-width: 991px) {
  .residence-info-wrap.has-ca-widget .container {
    padding: 0;
    max-width: initial;
  }
}

.customer-alliance-widget {
  background: #f8f8f8;
  -webkit-box-flex: 0 0 40%;
  -moz-box-flex: 0 0 40%;
  -webkit-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  padding: 37px 97px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .customer-alliance-widget {
    padding: 37px 40px;
  }
}
@media (max-width: 991px) {
  .customer-alliance-widget {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 5px 10px;
  }
}

.global_statistic {
  width: 365px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 767px) {
  .global_statistic {
    width: 100%;
  }
}
.global_statistic .customer-alliance-logo {
  width: 100px;
  display: inline-block;
}
@media (max-width: 767px) {
  .global_statistic .customer-alliance-logo {
    width: 30%;
    padding: 5px;
  }
}
.global_statistic .customer-alliance-logo img {
  width: 100%;
  height: auto;
}
.global_statistic .customer-alliance-ratings {
  width: 240px;
}
@media (max-width: 767px) {
  .global_statistic .customer-alliance-ratings {
    width: 65%;
  }
}
.global_statistic .customer-alliance-ratings .rating,
.global_statistic .customer-alliance-ratings .reviews {
  font-family: Arial;
  font-size: 28px;
  color: #3E62AC;
  display: block;
}
.global_statistic .customer-alliance-ratings .rating .score,
.global_statistic .customer-alliance-ratings .rating .number-reviews,
.global_statistic .customer-alliance-ratings .reviews .score,
.global_statistic .customer-alliance-ratings .reviews .number-reviews {
  font-weight: bold;
}
.global_statistic .customer-alliance-ratings .reviews {
  font-size: 20px;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 991px) {
  .global_statistic .customer-alliance-ratings .reviews {
    font-size: 16px;
  }
}
.global_statistic .customer-alliance-ratings .customer-alliance-see-more {
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 30px;
  text-decoration: none;
  color: #FF6D65;
}
@media (max-width: 991px) {
  .global_statistic .customer-alliance-ratings .customer-alliance-see-more {
    font-size: 12px;
  }
}
.global_statistic .customer-alliance-ratings .customer-alliance-see-more:after {
  content: '\f054';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  margin-left: 8px;
  vertical-align: bottom;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.residence-info-wrap {
  position: relative;
  padding: 30px 0 70px;
}
@media (max-width: 991px) {
  body.single-post_residence .residence-info-wrap {
    padding-bottom: 30px;
  }
}
.residence-info-wrap .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.residence-info-wrap .container:before, .residence-info-wrap .container:after {
  content: none;
}

.has-ca-widget .residence-info-wrapper {
  -webkit-box-flex: 0 0 40%;
  -moz-box-flex: 0 0 40%;
  -webkit-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  padding: 25px 0;
}
@media (max-width: 991px) {
  .has-ca-widget .residence-info-wrapper {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.residence-info-wrapper .residence-info-content {
  font-size: 15px;
  line-height: 25px;
  color: #197791;
  text-align: left;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .residence-info-wrapper .residence-info-content {
    padding: 0 25px;
  }
}

@media (max-width: 991px) {
  #contact_page_intro .container {
    max-width: initial;
  }
}
#contact_page_intro .container h2.first_subtitle {
  text-transform: initial;
  margin-top: 20px;
}
#contact_page_intro .container .second_subtitle {
  text-align: left;
  font-size: 1.5em;
}

.contact-section,
.contact-form-wrapper {
  position: relative;
}

.contact-section {
  max-width: 600px;
  width: 100%;
  margin: 40px 20px;
  padding: 50px 80px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  text-align: center;
  z-index: 20;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .contact-section {
    max-width: unset;
  }
}
@media (max-width: 767px) {
  .contact-section {
    padding: 30px 25px;
    width: 90%;
  }
}
.contact-section a {
  text-decoration: none;
}
.contact-section .hotel-data {
  display: block;
  font-size: 24px;
  line-height: 45px;
  color: #197791;
}
@media (max-width: 767px) {
  .contact-section .hotel-data {
    font-size: 15px;
    line-height: 25px;
  }
}
.contact-section .hotel-data.hotel-name {
  text-transform: uppercase;
  font-weight: 700;
}
.contact-section .select_residence_and_redirect {
  width: 100%;
}
.contact-section .select_residence_and_redirect select {
  width: 100%;
  min-width: unset;
}

.container_column {
  display: flex;
  flex-direction: column;
  width: 50%;
  margin: 20px;
  justify-content: flex-start;
}
@media (max-width: 1024px) {
  .container_column {
    width: 100%;
    margin: 0;
    padding: 20px;
  }
}

.contact-form-wrapper {
  background: #f8f8f8;
  padding: 0 20px;
  z-index: 10;
}
@media (max-width: 991px) {
  .contact-form-wrapper {
    padding: 65px 25px 25px 25px;
  }
}
@media (max-width: 767px) {
  .contact-form-wrapper {
    padding: 65px 10px 25px 10px;
  }
}

.gform_wrapper .gform_body ul.gform_fields {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gform_wrapper .gform_body li {
  width: 100%;
}
.gform_wrapper .gform_body li.w-50 {
  width: 50%;
}
@media (max-width: 991px) {
  .gform_wrapper .gform_body li.w-50 {
    width: 100%;
  }
}
.gform_wrapper .gform_body li .gfield_label,
.gform_wrapper .gform_body li .gfield_required {
  color: #197791;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  line-height: 45px;
  font-weight: 500;
}
.gform_wrapper .gform_body li .gfield_label {
  text-transform: uppercase;
}
.gform_wrapper .gform_body li .ginput_container input[type="text"],
.gform_wrapper .gform_body li .ginput_container select,
.gform_wrapper .gform_body li .ginput_container textarea {
  width: 100% !important;
  border: none;
  font-size: 16px !important;
  line-height: 32px;
  color: #333;
}
.gform_wrapper .gform_body li .ginput_container input[type="text"]::-webkit-input-placeholder,
.gform_wrapper .gform_body li .ginput_container select::-webkit-input-placeholder,
.gform_wrapper .gform_body li .ginput_container textarea::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.gform_wrapper .gform_body li .ginput_container input[type="text"]::-moz-placeholder,
.gform_wrapper .gform_body li .ginput_container select::-moz-placeholder,
.gform_wrapper .gform_body li .ginput_container textarea::-moz-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.gform_wrapper .gform_body li .ginput_container input[type="text"]:-ms-input-placeholder,
.gform_wrapper .gform_body li .ginput_container select:-ms-input-placeholder,
.gform_wrapper .gform_body li .ginput_container textarea:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.gform_wrapper .gform_body li .ginput_container input[type="text"]:-moz-placeholder,
.gform_wrapper .gform_body li .ginput_container select:-moz-placeholder,
.gform_wrapper .gform_body li .ginput_container textarea:-moz-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.gform_wrapper .gform_body li .ginput_container input[type="text"],
.gform_wrapper .gform_body li .ginput_container select,
.gform_wrapper .gform_body li .ginput_container textarea {
  padding: 19px 30px !important;
}
.gform_wrapper .gform_body li .ginput_container select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background: url("../css/images/arrow_down-dark.svg") scroll 98% center no-repeat #fff;
  background-size: 1%;
}
.gform_wrapper .gform_body li .ginput_container select::-ms-expand {
  display: none;
}
.gform_wrapper .gform_body li .ginput_container input[type="checkbox"] {
  width: 25px !important;
  height: 25px;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  vertical-align: top;
  outline: none;
  border-radius: 0;
}
.gform_wrapper .gform_body li .ginput_container input[type="checkbox"]:checked:after {
  content: '\2713';
  position: absolute;
  top: 0;
  left: 2px;
  font-size: 2em;
  line-height: 25px;
  color: #333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 400;
}
.gform_wrapper .gform_body li .ginput_container input[type="checkbox"]:checked + label {
  font-weight: normal;
}
.gform_wrapper .gform_body li.privacy-policy .gfield_checkbox label {
  font-size: 16px;
  line-height: 32px;
  color: #333;
}
.gform_wrapper .gform_body li.privacy-policy .gfield_checkbox label a {
  color: #333;
}
.gform_wrapper .gform_body li.gfield.gfield_error {
  border-top: none;
  border-bottom: none;
  background-color: transparent;
  padding-right: 16px !important;
}
@media (max-width: 767px) {
  .gform_wrapper .gform_body li.gfield.gfield_error {
    margin-top: 0 !important;
    padding-right: 0 !important;
  }
}
.gform_wrapper .gform_body li.gfield.gfield_error.w-50 {
  -webkit-box-flex: 0 0 50%;
  -moz-box-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
@media (max-width: 991px) {
  .gform_wrapper .gform_body li.gfield.gfield_error.w-50 {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.gform_wrapper .gform_body li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  padding-top: 5px;
}
.gform_wrapper .gform_body li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper .gform_body li.gfield_error textarea {
  border: 1px solid red;
}
.gform_wrapper .gform_footer {
  text-align: center;
}
.gform_wrapper .gform_footer input.gform_button {
  background: #FF6D65;
  color: #fff;
  border: none;
  font-size: 16px !important;
  line-height: 60px;
  padding: 0 75px;
  margin: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
.gform_wrapper .validation_error {
  display: none;
}
.gform_wrapper .validation_message {
  color: red !important;
  font-weight: normal !important;
  font-size: 14px !important;
}

.contact-form-wrapper .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
}

.container_box_contacts {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
}
.container_box_contacts.centered {
  align-items: center;
}
@media (max-width: 1024px) {
  .container_box_contacts {
    flex-direction: column;
    align-items: flex-start;
  }
}
.container_box_contacts .title_for_box {
  display: block;
  position: relative;
  width: 50%;
  margin: 20px;
}
@media (max-width: 1024px) {
  .container_box_contacts .title_for_box {
    width: 100%;
  }
}
.container_box_contacts .hide_more_1024 {
  display: none;
}
@media (max-width: 1024px) {
  .container_box_contacts .hide_more_1024 {
    display: block;
  }
}
.container_box_contacts .hide_1024 {
  display: block;
}
@media (max-width: 1024px) {
  .container_box_contacts .hide_1024 {
    display: none;
  }
}

#popup_wrapper {
  width: 1160px;
  background: #fff;
  position: relative;
  padding: 0;
  margin: 20px auto;
  display: none;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  overflow: auto;
  height: auto;
}
#popup_wrapper .fancybox-close-small {
  color: #000;
}
@media (max-width: 991px) {
  #popup_wrapper .fancybox-close-small {
    background: #fff;
  }
}
#popup_wrapper .content {
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  #popup_wrapper .content {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#popup_wrapper .thumb_wrap,
#popup_wrapper .content_wrap {
  width: 50%;
  -webkit-align-self: auto;
  -moz-align-self: auto;
  -ms-align-self: auto;
  align-self: auto;
  position: relative;
}
@media (max-width: 991px) {
  #popup_wrapper .thumb_wrap,
  #popup_wrapper .content_wrap {
    width: 100%;
  }
}
#popup_wrapper .thumb_wrap {
  position: relative;
}
@media (max-width: 991px) {
  #popup_wrapper .thumb_wrap {
    width: 100%;
    height: 240px;
  }
}
#popup_wrapper .thumb_wrap .thumb {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  background-attachment: scroll;
  background-size: cover;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  #popup_wrapper .content_wrap .first_subtitle {
    line-height: 25px;
  }
}
#popup_wrapper .countdown-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 34px 60px;
  text-align: center;
}
#popup_wrapper .countdown-container .countdown-label {
  font-size: 24px;
  line-height: 35px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 2px 2px 1px #0000004D;
  margin-bottom: 12px;
}
#popup_wrapper .countdown-container .countdown {
  width: 100%;
}
#popup_wrapper .countdown-container .countdown .timerpopup {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
#popup_wrapper .countdown-container .countdown .label {
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  text-shadow: 2px 2px 1px #0000004D;
}
@media (max-width: 767px) {
  #popup_wrapper .countdown-container .countdown .label {
    font-size: 10px;
  }
}
#popup_wrapper .countdown-container .countdown .item {
  margin-right: 20px;
  margin-left: 0;
  position: relative;
  color: #fff;
  width: 100px;
}
@media (max-width: 767px) {
  #popup_wrapper .countdown-container .countdown .item {
    margin-right: 10px;
  }
}
#popup_wrapper .countdown-container .countdown .item:not(:first-child):before {
  font-size: 42px;
  line-height: 45px;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  text-shadow: 2px 2px 1px #0000004D;
  content: ':';
  position: absolute;
  bottom: 2px;
  left: -10px;
}
@media (max-width: 767px) {
  #popup_wrapper .countdown-container .countdown .item:not(:first-child):before {
    font-size: 30px;
    line-height: 35px;
  }
}
#popup_wrapper .countdown-container .countdown .item .value {
  font-family: "Oswald", sans-serif;
  font-size: 42px;
  line-height: 45px;
  font-weight: bold;
  text-shadow: 2px 2px 1px #0000004D;
}
@media (max-width: 767px) {
  #popup_wrapper .countdown-container .countdown .item .value {
    font-size: 30px;
    line-height: 35px;
  }
}
#popup_wrapper .content_wrap {
  padding: 68px 60px;
}
@media (max-width: 991px) {
  #popup_wrapper .content_wrap {
    padding: 34px 30px;
  }
}
@media (max-width: 767px) {
  #popup_wrapper .content_wrap {
    padding: 20px;
  }
}
#popup_wrapper .popup-content {
  font-size: 15px;
  line-height: 25px;
  color: #197791;
  padding: 27px 0;
}
@media (max-width: 767px) {
  #popup_wrapper .popup-content {
    padding: 10px 0;
  }
}
#popup_wrapper .popup-btn-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
#popup_wrapper .popup-btn {
  display: inline-block;
  line-height: 60px;
  text-transform: uppercase;
  background: #FF6D65;
  color: #fff;
  padding: 0 51px;
  font-size: 16px;
}

.form-newsletter {
  display: none;
  width: 600px;
  background: #197791;
}
.form-newsletter #form-header-title,
.form-newsletter #label-CIVILITY_ID,
.form-newsletter #label-opt-CIVILITY_ID,
.form-newsletter #label-FIRSTNAME_ID,
.form-newsletter #label-LASTNAME_ID,
.form-newsletter #label-EMAIL_ID,
.form-newsletter #label-PHONE_ID,
.form-newsletter #label-euarkgexmcwkcw4ajs8s,
.form-newsletter #form-mandatory,
.form-newsletter #submitInput,
.form-newsletter #form-footer-mandatory {
  color: #fff;
  font-family: "Open Sans", sans-serif;
}
.form-newsletter .input-container {
  margin: 0 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.form-newsletter #form-header-title {
  font-size: 25px;
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
.form-newsletter #label-CIVILITY_ID {
  font-size: 14px;
  margin-bottom: 8px;
}
.form-newsletter #div-CIVILITY_ID {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 5px;
}
.form-newsletter #indicator-CIVILITY_ID {
  border: 1px solid #e6e4e4;
  background-color: #f1f1f1;
}
.form-newsletter #label-opt-CIVILITY_ID {
  padding-top: 5px;
  margin-right: 10px;
  font-size: 12px;
}
.form-newsletter #label-FIRSTNAME_ID {
  font-size: 14px;
  margin-bottom: 8px;
}
.form-newsletter #input-FIRSTNAME_ID {
  border: 1px solid #e6e4e4;
  background-color: #f1f1f1;
  height: 35px;
  margin: 5px 0 18px 0;
  font-size: 0.9em;
  padding-left: 5px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 5px;
  width: 100%;
}
.form-newsletter #label-LASTNAME_ID {
  font-size: 14px;
  margin-bottom: 8px;
}
.form-newsletter #input-LASTNAME_ID {
  border: 1px solid #e6e4e4;
  background-color: #f1f1f1;
  height: 35px;
  margin: 5px 0 18px 0;
  font-size: 0.9em;
  padding-left: 5px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 5px;
  width: 100%;
}
.form-newsletter #label-EMAIL_ID {
  font-size: 14px;
  margin-bottom: 8px;
}
.form-newsletter #input-email {
  border: 1px solid #e6e4e4;
  background-color: #f1f1f1;
  height: 35px;
  margin: 5px 0 18px 0;
  font-size: 0.9em;
  padding-left: 5px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 5px;
  width: 100%;
}
.form-newsletter #label-PHONE_ID {
  font-size: 14px;
  margin-bottom: 8px;
}
.form-newsletter #input-phone {
  border: 1px solid #e6e4e4;
  background-color: #f1f1f1;
  height: 35px;
  margin: 5px 0 18px 0;
  font-size: 0.9em;
  padding-left: 5px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 5px;
  width: 100%;
}
.form-newsletter #label-euarkgexmcwkcw4ajs8s {
  font-size: 14px;
  margin-bottom: 8px;
}
.form-newsletter #input-euarkgexmcwkcw4ajs8s {
  border: 1px solid #e6e4e4;
  background-color: #f1f1f1;
  height: 35px;
  margin: 5px 0 18px 0;
  font-size: 0.9em;
  padding-left: 5px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 5px;
  padding-left: 5px;
  box-sizing: border-box;
  width: 50px;
  text-align: center;
  margin-bottom: 18px;
}
.form-newsletter #form-mandatory {
  font-size: 13px;
  margin-left: 5px;
  display: inline-block;
}
.form-newsletter input::-webkit-input-placeholder, .form-newsletter input:-moz-placeholder, .form-newsletter input::-moz-placeholder, .form-newsletter input:-ms-input-placeholder, .form-newsletter input::-ms-input-placeholder {
  color: #848484;
  opacity: 0.6;
}
.form-newsletter select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .form-newsletter select {
    padding-right: 18px;
  }
}
.form-newsletter .select-arrow {
  position: relative;
}
.form-newsletter .select-arrow:after {
  content: '^';
  font: 15px "Open Sans", sans-serif;
  color: #848484;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  right: 8px;
  top: -3px;
  padding: 0 0 0;
  position: absolute;
  pointer-events: none;
}
.form-newsletter .control {
  display: block;
  position: relative;
  margin-left: 5px;
  margin-right: 6px;
  cursor: pointer;
  font-size: 18px;
}
.form-newsletter .control input {
  position: absolute;
  z-index: 5;
  opacity: 0;
  width: 20px;
  height: 20px;
  margin: 0;
  top: 2px;
}
.form-newsletter .control__indicator {
  position: relative;
  border: 1px solid;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.form-newsletter .control--radio .control__indicator {
  border-radius: 50%;
}
.form-newsletter .control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.form-newsletter .control input:checked ~ .control__indicator:after {
  display: block;
}
.form-newsletter .control--checkbox .control__indicator:after {
  left: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  transform: rotate(45deg);
  border-style: solid;
  border-color: #848484;
  border-width: 0 2px 2px 0;
  position: absolute;
}
.form-newsletter .control--radio .control__indicator:after {
  left: 50%;
  top: 50%;
  height: 6px;
  width: 6px;
  border-radius: 100%;
  background: #848484;
  position: absolute;
  margin-left: -3px;
  margin-top: -3px;
}
.form-newsletter input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.form-newsletter input[type="number"] {
  -moz-appearance: textfield;
}
.form-newsletter input:focus {
  outline: solid 1px #736F6F;
}
.form-newsletter textarea:focus {
  outline: solid 1px #736F6F;
}
.form-newsletter select:focus {
  outline: solid 1px #736F6F;
}
.form-newsletter input:disabled,
.form-newsletter input[disabled] {
  opacity: 0.2;
  cursor: default;
}
.form-newsletter .loader,
.form-newsletter .loader:after {
  border-radius: 50%;
  width: 1.8em;
  height: 1.8em;
}
.form-newsletter .loader {
  margin-top: 5px;
  margin-left: 10px;
  font-size: 10px;
  position: relative;
  border: 0.5em solid #919798;
  border-left-color: #3c9f51;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1s infinite linear;
  animation: load8 1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.form-newsletter #sb_form {
  background: #197791;
  padding: 10px 20px 20px 20px;
  border-radius: 0;
}
.form-newsletter input {
  color: #848484;
}
.form-newsletter #div-submitInput {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.form-newsletter #submitInput {
  text-align: center;
  padding: 10px 25px;
  text-decoration: none;
  display: block;
  font-size: 15px;
  background: #CC9F28;
  cursor: pointer;
  text-transform: uppercase;
  border: none;
}
.form-newsletter #form-footer-mandatory {
  font-size: 12px;
  display: block;
  margin-top: 20px;
}

.addthis_container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 40px 0;
}
.addthis_container .title_small {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  margin-right: 15px;
  color: #197791;
}
.addthis_container a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  text-decoration: none;
  border: 1px solid #197791;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  margin: 0 5px;
  background-color: #197791;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.addthis_container a.addthis_button_facebook:hover, .addthis_container a.addthis_button_facebook:focus {
  border-color: #3b5998;
  color: #fff;
  background-color: #3b5998;
}
.addthis_container a.addthis_button_linkedin:hover, .addthis_container a.addthis_button_linkedin:focus {
  border-color: #0077b5;
  color: #fff;
  background-color: #0077b5;
}
.addthis_container a.addthis_button_instagram:hover, .addthis_container a.addthis_button_instagram:focus {
  color: #fff;
  border-color: fuchsia;
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}

#article_intro {
  padding-bottom: 0;
}

.article_infos {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 991px) {
  .article_infos {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
.article_infos .flex_elem {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  color: #197791;
  width: 33.33%;
}
.article_infos .flex_elem:nth-child(2) {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.article_infos .flex_elem:last-child {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
@media (max-width: 991px) {
  .article_infos .flex_elem {
    padding: 10px 15px;
    width: fit-content;
  }
}
.article_infos .flex_elem .icon {
  color: #FF6D65;
  margin-right: 15px;
  font-size: 35px;
}
@media (max-width: 991px) {
  .article_infos .flex_elem .icon {
    font-size: 25px;
  }
}

#our_articles {
  position: relative;
  padding-bottom: 60px;
}
body.single-post_residence #our_articles, body.blog #our_articles {
  padding-bottom: 0;
}
body.tax-post_residence_category #our_articles {
  padding-bottom: 20px;
}
#our_articles #other_articles_preview {
  padding-bottom: 20px;
}
#our_articles .view_more_content {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

#other_articles_wrapper {
  position: relative;
  margin-top: 25px;
}
body.tax-article_destination_tax #other_articles_wrapper {
  margin-top: 50px;
}
#other_articles_wrapper .other_articles_list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
@media (max-width: 991px) {
  #other_articles_wrapper .other_articles_list {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#other_articles_wrapper .other_articles_list.list_of_posts {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media (max-width: 991px) {
  #other_articles_wrapper .other_articles_list.list_of_posts {
    width: 90vw;
    margin: 0 auto;
  }
}
#other_articles_wrapper .other_articles_list.list_of_posts .preview_wrapper {
  width: calc(50% - 40px);
  margin: 10px 10px;
}
@media (max-width: 991px) {
  #other_articles_wrapper .other_articles_list.list_of_posts .preview_wrapper {
    width: calc(100% - 20px);
  }
  body.tax-article_destination_tax #other_articles_wrapper .other_articles_list.list_of_posts .preview_wrapper {
    margin: 10px 0;
    width: 100%;
  }
}
#other_articles_wrapper .other_articles_list.list_of_posts .preview_wrapper .abolute_catgories {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #F8F8F8 0% 0% no-repeat padding-box;
  border-radius: 3px;
  padding: 10px 15px;
  font-size: 13px;
  line-height: 10px;
  color: #197791;
}
#other_articles_wrapper .preview_wrapper {
  position: relative;
  z-index: 200;
  margin: 0 10px;
  width: 50%;
  background: #197791;
}
#other_articles_wrapper .preview_wrapper:first-child {
  margin-left: 0;
}
#other_articles_wrapper .preview_wrapper:last-child {
  margin-right: 0;
}
@media (max-width: 991px) {
  #other_articles_wrapper .preview_wrapper {
    margin: 10px 0;
    width: calc(100% - 20px);
  }
}
#other_articles_wrapper .preview_wrapper a {
  display: block;
  position: relative;
  z-index: 100;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
#other_articles_wrapper .preview_wrapper a:hover .info_preview {
  height: 40px;
  margin-top: 1.5em;
}
#other_articles_wrapper .preview_wrapper a .thumb_wrap {
  display: block;
  height: 250px;
  overflow: hidden;
}
@media (max-width: 991px) {
  #other_articles_wrapper .preview_wrapper a .thumb_wrap {
    width: 100%;
  }
}
#other_articles_wrapper .preview_wrapper a .thumb_wrap .thumb {
  display: block;
  width: 100%;
  height: 100%;
  background-attachment: scroll;
  background-size: cover;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#other_articles_wrapper .preview_wrapper a .description {
  display: block;
  font-size: 15px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  text-transform: none;
  margin-top: 10px;
  color: #FFF;
}
#other_articles_wrapper .title {
  display: block;
  width: 100%;
  padding: 28px;
  font-size: 28px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  line-height: 32px;
  text-align: center;
  color: #FFF;
  text-transform: uppercase;
  position: relative;
  z-index: 200;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  #other_articles_wrapper .title {
    line-height: 33px;
    font-size: 22px;
    padding: 20px;
  }
}

#destinations_descriptions .item_wrap .item .content_wrap #other_articles_preview .container, #residence_destination_descriptions .item_wrap .item .content_wrap #other_articles_preview .container {
  padding: 0 0;
}
#destinations_descriptions .item_wrap .item .content_wrap #other_articles_wrapper .title, #residence_destination_descriptions .item_wrap .item .content_wrap #other_articles_wrapper .title {
  display: block;
  width: 100%;
  padding: 28px;
  font-size: 28px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  line-height: 32px;
  text-align: center;
  color: #FFF;
  text-transform: uppercase;
  position: relative;
  z-index: 200;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  #destinations_descriptions .item_wrap .item .content_wrap #other_articles_wrapper .title, #residence_destination_descriptions .item_wrap .item .content_wrap #other_articles_wrapper .title {
    line-height: 45px;
  }
}

#articles_per_destination .description, #faq_main_content .description, #offers_main_content .description {
  margin-top: 20px;
}

#offers_main_content .btn_more_content, #faq_main_comtent .btn_more_content, #hub_articles_per_destination .btn_more_content {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .filter_wrapper {
    padding: 50px 0 30px 0;
  }
}
.filter_wrapper.empty_filters {
  padding: 0 0;
}
@media (max-width: 991px) {
  .filter_wrapper {
    padding: 15px 0 5px 0;
  }
}
@media (max-width: 767px) {
  .filter_wrapper {
    padding: 0;
  }
  .filter_wrapper .content_wrap {
    padding: 0 5vw;
  }
}
.filter_wrapper .filter-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  padding: 0 15px;
  margin-bottom: 0.667em;
  font-family: "Oswald", sans-serif;
}
@media (max-width: 767px) {
  .filter_wrapper .filter-wrap {
    display: none;
  }
}
.filter_wrapper .filter_container {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.filter_wrapper .filter_container .single_filter_container {
  position: relative;
  display: inline-block;
}
.filter_wrapper .filter_container a {
  font-size: 16px;
  line-height: 17px;
  color: #197791;
  text-decoration: none;
  padding: 15px 20px;
  margin: 5px;
  display: block;
  border: 1px solid #197791;
  height: 50px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.filter_wrapper .filter_container a.active {
  color: #fff;
  background-color: #197791;
}
.filter_wrapper .filter_container a:hover, .filter_wrapper .filter_container a:focus {
  color: #fff;
  background-color: rgba(25, 119, 145, 0.85);
}
.filter_wrapper .is_hidden {
  display: none;
}
.filter_wrapper .middle_title {
  font-size: 18px;
  margin-right: 20px;
  white-space: nowrap;
  color: #197791;
}
.filter_wrapper .filter-wrap-mobile {
  display: none;
}
@media (max-width: 767px) {
  .filter_wrapper .filter-wrap-mobile {
    display: block;
    margin-bottom: 20px;
  }
}
.filter_wrapper .filter-wrap-mobile .middle_title {
  display: block;
  margin-bottom: 10px;
}
.filter_wrapper .filter-wrap-mobile select {
  position: relative;
  text-transform: none;
  border: 1px solid #ddd;
  height: 50px;
  width: 100%;
  padding: 10px;
  font-size: 1em;
  background-color: #fff;
  appearance: none;
  background-image: url("../css/images/arrow_down_blue.svg");
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: calc(100% - 10px) 50%;
}

select:after {
  content: "Ôû¥";
  position: absolute;
  top: 0px;
  right: 2px;
  font-size: 20px;
}

select::-ms-expand {
  display: none;
}

.faq_list {
  position: relative;
  margin: 40px 0;
}
body.page-template-template-faq .faq_list {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .faq_list {
    margin: 40px 20px;
  }
}
.faq_list .single_question {
  padding: 10px 0;
}
.faq_list .single_question:last-child {
  border-bottom: 0;
}
.faq_list .single_question .title_question {
  display: block;
  position: relative;
  color: #197791;
  font-family: "Oswald", sans-serif;
  background: #f8f8f8;
  font-size: 22px;
  line-height: 45px;
  padding: 30px 60px 30px 100px;
  border: 0;
  transition: all .3s ease;
}
.faq_list .single_question .title_question:before {
  content: "\f078";
  font-weight: bold;
  font-family: "Font Awesome 5 Free", sans-serif;
  position: relative;
  line-height: 12px;
  color: #FF6D65;
  margin-left: -30px;
  transition: all .3s ease;
}
.faq_list .single_question .title_question.ui-state-active:before {
  content: '\f00d';
}
.faq_list .single_question .title_question:focus, .faq_list .single_question .title_question:hover {
  outline: 0;
  cursor: pointer;
}
@media (max-width: 991px) {
  .faq_list .single_question .title_question {
    font-size: 20px;
    line-height: 34px;
    padding: 20px 60px 30px;
  }
}
@media (max-width: 767px) {
  .faq_list .single_question .title_question {
    padding: 15px 50px 15px;
  }
}
.faq_list .single_question .answer {
  border: 0;
  border-top: 1px solid #CCCCCC;
  display: none;
  position: relative;
  padding: 40px 70px;
  background: #f8f8f8;
  font-size: 15px;
  line-height: 25px;
  color: #197791;
}
@media (max-width: 991px) {
  .faq_list .single_question .answer {
    padding: 30px;
  }
}
.faq_list .more_text_wrap .more_text_box.opened {
  overflow: visible;
}
.faq_list .reinit_faq {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

body.page-template-template-faq #faq .section {
  padding-top: 0;
}

.select_faq {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 20px;
  background-color: #7f7f7f;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .select_faq {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 20px;
    width: calc(100% - 40px);
  }
}
.select_faq .residences_menu {
  width: 100%;
}
.select_faq .residences_menu .menu_filters {
  margin: 0 0;
}
.select_faq .submit_select {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  white-space: nowrap;
  width: fit-content;
  height: 60px;
  padding: 20px 30px;
  margin-left: 10px;
}
@media (max-width: 991px) {
  .select_faq .submit_select {
    width: 100%;
    margin: 10px 0 0;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .select_faq .submit_select {
    white-space: break-spaces;
    text-align: center;
  }
}

#footer_menu {
  color: #FFFFFF;
  background: #197791;
  position: relative;
  z-index: 200;
  font-size: 13px;
  font-family: "Oswald", sans-serif;
  clear: both;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  #footer_menu {
    font-size: 12px;
  }
}
#footer_menu .footer_menu_container {
  padding: 20px 0;
}
@media (max-width: 991px) {
  #footer_menu .footer_menu_container {
    height: auto;
    padding: 10px 0;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
#footer_menu ul.menu {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  #footer_menu ul.menu {
    text-align: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#footer_menu ul.menu li {
  display: inline-block;
  margin: 0 0 0 20px;
  vertical-align: middle;
}
#footer_menu ul.menu li:not(:last-of-type):after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  line-height: 160%;
  background: #fff;
  margin-left: 20px;
  border-radius: 100%;
}
@media (max-width: 991px) {
  #footer_menu ul.menu li:not(:last-of-type):after {
    display: none;
  }
}
@media (max-width: 991px) {
  #footer_menu ul.menu li {
    margin: 0 6px;
  }
}
@media (max-width: 991px) {
  #footer_menu ul.menu li {
    display: block;
  }
}
#footer_menu ul.menu li.current_page_item a {
  color: #FF6D65;
}
#footer_menu ul.menu li:hover a {
  color: #FF6D65;
}
#footer_menu ul.menu li a {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
  padding: 1em 0;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1200px) {
  #footer_menu ul.menu li a {
    font-size: 12px;
    line-height: 14px;
    padding: 8px 0;
  }
}
#footer_menu ul.menu li a:not(:last-of-type):after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  line-height: 160%;
  background: #fff;
  margin-left: 20px;
  border-radius: 100%;
}

#footer {
  background: #11677E;
  color: #fff;
  position: relative;
  z-index: 100;
  padding: 40px 0;
  line-height: 180%;
  font-size: 14px;
  font-family: "Oswald", sans-serif;
}
@media (max-width: 991px) {
  #footer {
    padding-bottom: 100px;
  }
}
#footer .footer_container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  #footer .footer_container {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#footer .wrap {
  width: 33.3%;
  padding-left: 20px;
  padding-right: 20px;
}
#footer .wrap:last-child {
  padding-right: 0;
}
@media (max-width: 991px) {
  #footer .wrap {
    padding: 0px;
    width: 100%;
    text-align: center;
  }
  #footer .wrap + .wrap {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  #footer .wrap.contacts {
    padding-left: 0;
  }
}
#footer .wrap.contacts .element_mail {
  margin-bottom: 10px;
}
#footer .wrap.contacts a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#footer .wrap.contacts a:hover {
  color: #FF6D65;
}
#footer .wrap.contacts .element_whatsapp {
  margin-bottom: 20px;
}
#footer .wrap.contacts .element_whatsapp a {
  text-decoration: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  #footer .wrap.contacts .element_whatsapp a {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
@media (max-width: 767px) {
  #footer .wrap.contacts .element_whatsapp a {
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center;
  }
}
#footer .wrap.contacts .element_whatsapp a:hover {
  color: #FF6D65;
}
#footer .wrap.contacts .element_whatsapp a .icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
#footer .wrap.contacts .element_whatsapp a .icon img {
  width: 100%;
  height: auto;
}
#footer .wrap.contacts .element_whatsapp a .label {
  display: inline-block;
  line-height: 25px;
}
#footer .wrap.hotels {
  min-width: 260px;
}
#footer .wrap.hotels a {
  display: block;
  font-size: 1.2em;
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#footer .wrap.hotels a + a {
  margin-top: 10px;
}
#footer .wrap.hotels a:hover {
  color: #FF6D65;
}
@media (min-width: 992px) {
  #footer .wrap.app_socials {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #footer .wrap.app_socials {
    margin-top: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
#footer .wrap .title {
  font-size: 24px;
  line-height: 35px;
  text-align: center;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #footer .wrap .title {
    display: none;
  }
}
#footer .wrap .title small {
  font-size: 100%;
  display: block;
  text-transform: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  #footer .wrap .title small {
    display: inline-block;
  }
}
#footer .wrap .element {
  display: block;
}
#footer .wrap .element .element_pref {
  display: inline-block;
}
@media (min-width: 768px) {
  #footer .wrap .element .element_pref {
    min-width: 80px;
  }
}
#footer .wrap .element .element_pref:after {
  content: ':';
}
#footer .wrap .app {
  margin-bottom: 40px;
  width: 60%;
  display: inline-block;
}
@media (max-width: 991px) {
  #footer .wrap .app {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #footer .wrap .app {
    width: 100%;
    margin-bottom: 20px;
  }
}
#footer .wrap .app .title {
  width: 100%;
}
#footer .wrap .app .arbatax-app, #footer .wrap .app a {
  display: inline-block;
  max-width: 50%;
}
@media (max-width: 767px) {
  #footer .wrap .app .arbatax-app, #footer .wrap .app a {
    display: block;
    max-width: 100%;
  }
}
#footer .wrap .app .arbatax-app img, #footer .wrap .app a img {
  max-width: 100%;
}
#footer .wrap .app .arbatax-app {
  margin-right: 10px;
  float: left;
}
@media (max-width: 767px) {
  #footer .wrap .app .arbatax-app {
    margin-bottom: 10px;
    margin-right: 0;
    float: none;
  }
}
@media (max-width: 767px) {
  #footer .wrap .app a + a {
    margin-left: 0;
    margin-top: 10px;
  }
}
#footer .wrap .footer-logo {
  display: inline-block;
  text-align: center;
}
@media (max-width: 991px) {
  #footer .wrap .footer-logo {
    width: 50%;
  }
}
#footer .wrap .footer-logo img {
  max-height: 155px;
}
#footer .wrap .socials {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
@media (min-width: 1200px) {
  #footer .wrap .socials {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  #footer .wrap .socials {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
#footer .wrap .socials .title {
  width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  #footer .wrap .socials .title {
    margin-bottom: 0;
    width: auto;
    margin-right: 20px;
  }
}
#footer .wrap .socials a {
  text-decoration: none;
  color: #000;
  font-size: 26px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: 10px;
  background-color: #FFF;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: normal;
  font-family: 'fb_socials', sans-serif;
}
#footer .wrap .socials a:hover {
  color: #FF6D65;
}
#footer #seobar_wrapper {
  display: block;
}

.buttons {
  display: block;
  position: relative;
  text-align: center;
}
.buttons.submit_select {
  background-color: #CC9F28;
  border: 2px solid #CC9F28;
}

.button, .sbi_follow_btn a {
  display: inline-block;
  padding: 1.6em;
  line-height: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.7em;
  letter-spacing: 0.05em;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  padding: 1.3em;
  border: 2px solid #fff;
  min-width: 200px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}
.button:hover, .button:focus, .sbi_follow_btn a:hover, .sbi_follow_btn a:focus {
  text-decoration: none;
  outline: none;
}
@media (max-width: 767px) {
  .button, .sbi_follow_btn a {
    padding-top: 1.2em;
    padding-bottom: 1.2em;
  }
}
.button.inverse_colors, .sbi_follow_btn a.inverse_colors {
  border: 2px solid #197791;
  color: #197791;
}
.button.inverse_colors:hover, .sbi_follow_btn a.inverse_colors:hover {
  color: #FFF;
}
.button.inverse_colors:before, .sbi_follow_btn a.inverse_colors:before {
  background-color: #197791;
}
.button.inverse_colors:focus, .sbi_follow_btn a.inverse_colors:focus {
  box-shadow: unset;
}
.button:before, .sbi_follow_btn a:before {
  content: '';
  width: 150%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  z-index: -1;
  top: 0;
  left: -10px;
  -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  -moz-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  -ms-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  -o-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transition: -webkit-transform .3s, opacity .3s, background-color .3s;
  transition: transform .3s, opacity .3s, background-color .3s;
}
.button:hover:before, .sbi_follow_btn a:hover:before {
  opacity: 1;
  filter: Alpha(opacity=100);
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  -moz-transform: rotate3d(0, 0, 1, 0deg);
  -ms-transform: rotate3d(0, 0, 1, 0deg);
  -o-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -moz-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button.pdf, .button.book_btn, .button.more, .sbi_follow_btn a.pdf, .sbi_follow_btn a.book_btn, .sbi_follow_btn a.more {
  border-style: solid;
  border-width: 2px;
}
.button.special_offer, .sbi_follow_btn a.special_offer {
  background: #CC9F28;
  border-color: #CC9F28;
  margin-top: 15px;
}
@media (max-width: 991px) {
  .button.special_offer, .sbi_follow_btn a.special_offer {
    min-width: 100%;
    margin: 0px 0 15px 0;
  }
}
.button.special_offer a, .sbi_follow_btn a.special_offer a {
  text-decoration: none;
  color: #fff;
}
.button.special_offer:hover, .sbi_follow_btn a.special_offer:hover {
  cursor: pointer;
}
.button.special_offer:hover a, .sbi_follow_btn a.special_offer:hover a {
  color: #CC9F28;
}

.price_mcm {
  margin-top: -20px;
  color: #16546B;
}
.price_mcm:after {
  content: '';
  position: relative;
  display: block;
  margin: 5px auto 25px auto;
  width: 200px;
  height: 5px;
  background: rgba(22, 84, 107, 0.22);
}
@media (max-width: 991px) {
  .price_mcm:after {
    margin: 0px auto 10px auto;
  }
}

.bottom_bnt {
  position: fixed;
  right: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  z-index: 300;
  text-decoration: none;
  display: none;
}
@media (max-width: 767px) {
  .bottom_bnt {
    display: none;
  }
}
.bottom_bnt.show {
  display: block;
}
@media (max-width: 767px) {
  .bottom_bnt.show {
    display: none;
  }
}
.bottom_bnt.return_top {
  bottom: 0;
  background: url("../css/images/arrow_back_top.svg") no-repeat right 45% center #197791;
  background-size: auto 60%;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: background-color 0.3s ease, border 0.3s ease, opacity 0.3s ease;
  -moz-transition: background-color 0.3s ease, border 0.3s ease, opacity 0.3s ease;
  -ms-transition: background-color 0.3s ease, border 0.3s ease, opacity 0.3s ease;
  -o-transition: background-color 0.3s ease, border 0.3s ease, opacity 0.3s ease;
  transition: background-color 0.3s ease, border 0.3s ease, opacity 0.3s ease;
}
.bottom_bnt.return_top:hover {
  background-color: #FF6D65;
}

.socials-fixed {
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -75px;
  z-index: 500;
  padding: 5px;
  background: rgba(255, 109, 101, 0.75);
}
.socials-fixed .socials {
  width: 25px;
  height: 150px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.socials-fixed .socials a {
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  border-bottom: 1px dotted #fff;
  -webkit-box-flex: 0 0 100%;
  -moz-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: normal;
  font-family: 'fb_socials', sans-serif;
}
.socials-fixed .socials a:hover {
  color: #394055;
}
.socials-fixed .socials a:last-child {
  border-bottom: 0;
}
.socials-fixed .socials a.facebook:before {
  content: "\f903";
}
.socials-fixed .socials a.twitter:before {
  content: "螺";
}
.socials-fixed .socials a.youtube:before {
  content: "\f915";
}
.socials-fixed .socials a.linkedin:before {
  content: "\f90c";
}
.socials-fixed .socials a.instagram:before {
  content: "\f90a";
}

.footer-extra {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
  margin-top: 48px;
}
.footer-extra .copyright {
  text-align: center;
  font-size: 14px;
  line-height: 19px;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
}

#destinations_grid .last_group.even_group {
  width: 100%;
  grid-template-rows: 200px 0px;
}
#destinations_grid .last_group.even_group.elements_1 .cell:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 2;
}
#destinations_grid .last_group.even_group.elements_1 .cell:nth-child(1) .content {
  padding: 1em 1em;
}
#destinations_grid .last_group.even_group.elements_1 .cell:nth-child(1):hover .content {
  padding-bottom: 0.5em;
}
#destinations_grid .last_group.even_group.elements_2 .cell:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}
#destinations_grid .last_group.even_group.elements_2 .cell:nth-child(2) {
  grid-column-start: 2;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 2;
}
#destinations_grid .last_group.even_group.elements_2 .cell .content {
  padding: 1em 1em;
}
#destinations_grid .last_group.even_group.elements_2 .cell:hover .content {
  padding-bottom: 0.5em;
}
#destinations_grid .last_group.even_group.elements_3 {
  grid-template-columns: 25% 50%;
}
#destinations_grid .last_group.even_group.elements_3 .cell:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}
#destinations_grid .last_group.even_group.elements_3 .cell:nth-child(2) {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}
#destinations_grid .last_group.even_group.elements_3 .cell:nth-child(2) .content {
  padding: 1em 1em;
}
#destinations_grid .last_group.even_group.elements_3 .cell:nth-child(2):hover .content {
  padding-bottom: 0.5em;
}
#destinations_grid .last_group.even_group.elements_3 .cell:nth-child(3) {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 2;
}
#destinations_grid .last_group.even_group.elements_3 .cell:nth-child(1) .content, #destinations_grid .last_group.even_group.elements_3 .cell:nth-child(3) .content {
  padding: 20px;
}
#destinations_grid .last_group.odd_group.elements_1 .cell {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}
#destinations_grid .last_group.odd_group.elements_2 .cell {
  grid-column-start: 1;
  grid-column-end: 3;
}
#destinations_grid .last_group.odd_group.elements_2 .cell .content {
  padding: 20px;
}
#destinations_grid .last_group.odd_group.elements_2.reverse_almost_last_elements .cell:nth-child(1) {
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 1;
  grid-column-end: 2;
}
#destinations_grid .last_group.odd_group.elements_2.reverse_almost_last_elements .cell:nth-child(2) {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}
#destinations_grid .last_group.odd_group.elements_3 .cell:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 3;
}
#destinations_grid .last_group.odd_group.elements_3 .cell .content {
  padding: 20px;
}
#destinations_grid .last_group.odd_group.elements_3.reverse_almost_last_elements .cell:nth-child(1), #destinations_grid .last_group.odd_group.elements_3.reverse_almost_last_elements .cell:nth-child(2) {
  grid-column-start: 1;
  grid-column-end: 2;
}
#destinations_grid .last_group.odd_group.elements_3.reverse_almost_last_elements .cell:nth-child(3) {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}
#destinations_grid .almost_last.even_group.elements_3 .cell:nth-child(2) .content, #destinations_grid .almost_last.even_group.elements_3 .cell:nth-child(3) .content {
  padding: 20px;
}
#destinations_grid .almost_last.even_group.elements_3 .cell:hover:nth-child(1) .content {
  padding-bottom: 0.5em;
}

/*# sourceMappingURL=main.css.map */
