.resort_guides_title h1/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light.ttf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.ttf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.ttf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.ttf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
  font: 16px/26px "Poppins", Helvetica, Helvetica Neue, Arial, sans-serif;
  position: relative;
}

body.overflow {
  overflow: hidden;
}

@media (min-width: 768px) {
  body {
    padding-top: 100px;
  }
  body.scrolled {
    padding-top: 56px;
  }
}

.news_clear {
  display: none;
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 5px;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

/* ===================
    ALL: Orange Theme
   =================== */

/* ==============
    MOBILE: Menu
   ============== */

nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

nav a {
  display: block;
  margin-bottom: 10px;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  color: white;
  background: #eb322f;
}

nav a:hover,
nav a:visited {
  color: white;
}

nav a:hover {
  text-decoration: underline;
}

/* ==============
    MOBILE: Main
   ============== */

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
  padding-top: 20px;
}

.btn {
  text-decoration: none;
  color: #eb322f;
  border: 1px solid #bbb;
  padding: 10px 20px 8px;
}

.btn_red:hover {
  background: #f06165;
  border-color: #f06165;
}

.btn_red {
  display: inline-block;
  text-align: center;
  background: #eb322f;
  color: #fff;
  border: 1px solid #eb322f;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1;
  padding: 14px 45px 11px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none;
}

.btn_white:hover {
  background: #f4f4f4;
}

.btn_white {
  display: inline-block;
  text-align: center;
  background: #fff;
  border: 1px solid #eb322f;
  color: #eb322f;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1;
  padding: 14px 45px 11px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.dekstop {
  display: block;
}

.mobile {
  display: none !important;
}

.main_control {
  position: absolute;
  top: 70%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
}

.main_control .btn_white {
  border: none;
  text-decoration: none;
  padding: 12px 30px 9px;
  font-weight: 500;
}

.main_content {
  text-align: center;
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}

.main_search {
  background: rgba(255, 255, 255, 0.3);
  padding: 0 15px;
  background-clip: content-box;
  margin: 15px 0;
  position: relative;
}

.main {
  min-height: 600px;
}

.scroll_down {
  position: fixed;
  bottom: 15%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  display: none;
}

.btn_search:hover {
  background: #eb322f;
  border-color: #eb322f;
}

.btn_search {
  font-size: 12px;
  font-weight: 600;
  background: #eb322f;
  color: #fff;
  padding: 3px 0 2px;
  outline: none;
  border-color: #eb322f;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-width: 100%;
}

.btn_advanced:hover {
  background: #eb322f;
  border-color: #eb322f;
  color: #fff;
}

.btn_advanced {
  font-size: 12px;
  font-weight: 600;
  background: #fff;
  color: #eb322f;
  padding: 3px 0 2px;
  outline: none;
  border-color: #eb322f;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-width: 100%;
  display: inline-block;
  text-align: center;
}

.main-container {
  position: relative;
}
.main-container p > a:hover {
  color: #000;
}
.main-container p > a {
  color: #373d41;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.main_title h2 {
  font-size: 21px;
  color: #fff;
  font-weight: 400;
  position: relative;
  display: inline-block;
}

.select_price:before {
  content: url(../img/icon/price.png);
  position: absolute;
  top: 6px;
  left: 9px;
}

.select_country:before {
  content: url(../img/icon/loc.png);
  position: absolute;
  top: 6px;
  left: 10px;
}

.select_resort:before {
  content: url(../img/icon/resort.png);
  position: absolute;
  top: 6px;
  left: 9px;
}

.select_room:before {
  content: url(../img/icon/room.png);
  position: absolute;
  top: 6px;
  left: 10px;
}

.main_search select#resort {
  padding-left: 35px;
}

.main_search select#room {
  padding-left: 35px;
}

.main_search select#price {
  padding-left: 35px;
}

.main_search select#country {
  padding-left: 30px;
}

.main_search select::-ms-expand {
  display: none;
  outline: none;
  border: none;
  padding: 4px 25px 2px 10px;
}

#price.open {
  background: url(../img/icon/select_arrow_close.png) right 10px center no-repeat, #fff;
}

.clear_select.visible {
  display: inline-block;
}

.clear_select {
  background: url(../img/icon/select_clear.png) center center no-repeat, #fff;
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  right: 0;
  cursor: pointer;
}

.drop_down_price .noUi-target {
  border-radius: 0;
  border: none;
  box-shadow: none;
}

.drop_down_price .noUi-background {
  background: #f0f0f0;
  box-shadow: none;
  border-radius: 0;
}

.drop_down_price .noUi-horizontal {
  height: 6px;
  padding: 0 7.5px;
}

.drop_down_price {
  position: absolute;
  width: 100%;
  top: 32px;
  background: #fff;
  display: none;
  z-index: 30;
}

.drop_down_price .noUi-handle {
  width: 16px;
  height: 16px;
  left: -8px;
  top: -5px;
}

.lower_label_price,
.upper_label_price {
  font-size: 11px;
  font-weight: 400;
  color: #848484;
  display: inline-block;
  padding-top: 10px;
}

.lower_label_price {
}

.upper_label_price {
  float: right;
}

/*.drop_down_price .noUi-handle.noUi-handle-upper {
    left: initial;
    right: 15px;
}*/

.drop_down_price .noUi-handle:before,
.drop_down_price .noUi-handle:after {
  display: none;
}

.drop_down_price .noUi-handle {
  border: 1px solid #b3b3b3;
  border-radius: 0;
  background: #fff;
  cursor: pointer;
  box-shadow: none;
}

.drop_down_price .noUi-connect {
  background: #eb322f;
  box-shadow: none;
  -moz-transition: background 450ms;
  -o-transition: background 450ms;
  -webkit-transition: background 450ms;
  transition: background 450ms;
  border-radius: 0;
}

.drop_down_price p {
  font-size: 12px;
  font-weight: 400;
  margin: 0 0 5px;
  color: #848484;
}

.open_dropdown_price {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}

.range_price_block {
  padding: 10px;
  font-size: 0;
}

.range_price_block .search_field_currency {
  display: none;
}

.range_price_block .search_field_currency:checked + span {
  border-color: #eb322f;
  background: #eb322f;
  color: #fff;
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

.range_price_block {
  border-bottom: 1px solid #bababa;
}

.range_price_block span {
  font-size: 12px;
  line-height: 12px;
  padding: 9px 0 8px;
  font-weight: 500;
  display: inline-block;
  width: 33.33333%;
  color: #848484;
  text-align: center;
  cursor: pointer;
  border-top: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  background: #f0f0f0;
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

.range_price_block .currency_tab:nth-child(2) span {
  border-left: 1px solid #bbbbbb;
}

.main_search option[disabled] {
  display: none;
}

.main_search option {
  color: #373d41;
}

.main_search select.no_select {
  color: #373d41;
}

input#price[disabled] {
  background: url(../img/icon/select_arrow.png) right 10px center no-repeat, #fff !important;
  opacity: 1;
}

.main_search input:not([type="radio"]) {
  outline: none;
  border: none;
  padding: 7px 25px 6px 35px;
  width: 100%;
  font-size: 12px;
  color: #373d41;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/icon/select_arrow.png) right 10px center no-repeat, #fff !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.main_search .select_resort input:not([type="radio"]) {
  background-image: none !important;
}

.main_search select {
  outline: none;
  border: none;
  padding: 7px 26px 6px 10px;
  vertical-align: middle;
  width: 100%;
  font-size: 12px;
  line-height: 1.4;
  color: #373d41;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/icon/select_arrow.png) right 10px center no-repeat, #fff;
}

.advanced_control {
  display: inline-block;
  width: 13%;
  margin-right: 1%;
}

.advanced_control .btn_advanced .is_desktop {
  display: none;
}
@media (min-width: 1200px) {
  .advanced_control .btn_advanced .is_mobile {
    display: none;
  }
  .advanced_control .btn_advanced .is_desktop {
    display: block;
  }
}

.search_control {
  display: inline-block;
  width: 11%;
}

.select_wrapper {
  position: relative;
  width: 20%;
  margin-right: 1.8%;
  display: inline-block;
}

.main_title {
  position: absolute;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 30%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-shadow: 2px 2px 8px #000000;
  z-index: 1;
}

.main_title h1 {
  font-size: 48px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 15px;
}

.main_title h2 {
  font-size: 21px;
  color: #fff;
  font-weight: 400;
  position: relative;
  display: inline-block;
}

.header-container {
  position: relative;
  display: block;
  height: 100px;
  top: 0;
  background: #fff;
}

@media (min-width: 768px) {
  .header-container {
    position: fixed;
    width: 100%;
    z-index: 100;
    transition: all 0.2s ease-out;
  }
  body.scrolled .header-container {
    height: 56px;
    -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.5);
  }
}

.header-container .wrapper {
  position: relative;
  display: table;
  height: 100%;
}

.logo_header {
  display: table-cell;
  vertical-align: middle;
  width: 280px;
}

.logo_header a.smaller {
  display: none;
}

@media (min-width: 768px) {
  body.scrolled .logo_header a.smaller {
    display: inline;
  }
  body.scrolled .logo_header a:first-child {
    display: none;
  }
}

.header_menu {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

.menu_wrapper {
  position: relative;
  padding: 0;
  margin: 0;
}

.menu_wrapper li {
  display: inline-block;
  position: relative;
}

li.menu__item--has-submenu {
  position: static;
}

ul.underline__menu.menu_wrapper {
  position: absolute;
}

.menu_wrapper li > ul.underline__menu.menu_wrapper {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 400ms, opacity 400ms linear;
}

/*.menu_wrapper li:not(:first-child) > ul.underline__menu.menu_wrapper {*/
/*margin-left: -65px;*/
/*}*/

/*.menu_wrapper li:not(:first-child) > ul.underline__menu.menu_wrapper li:first-child a {*/
/*padding-left: 0px;*/
/*}*/

.menu_wrapper li:hover > ul.underline__menu.menu_wrapper {
  visibility: visible;
  opacity: 1;
  transition: opacity 400ms linear;
}

.mobile__caret {
  position: absolute;
  right: 10px;
  height: 20px;
  width: 15px;
  top: 40%;
}

.mobile__caret span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #40464a;
  border-radius: 0;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.mobile__caret span:first-child {
  height: 1px;
  top: 0;
  transform: rotate(-140deg);
  left: 25%;
}
.mobile__caret span:nth-child(2) {
  transform: rotate(140deg);
  left: 100%;
}

.mobile__caret.mobile__caret--opened span:first-child {
  transform: rotate(-45deg);
  left: 30%;
}
.mobile__caret.mobile__caret--opened span:nth-child(2) {
  transform: rotate(45deg);
}

.mobile__caret {
  display: none;
}

#main_search {
  text-align: left;
  padding: 15px 20px;
}

.menu_wrapper li a {
  color: #373d41;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  padding-left: 40px;
  position: relative;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.lang-fr-CH .menu_wrapper li a {
  padding-left: 15px;
}

.menu_wrapper li:hover > a {
  color: #eb322f;
}

li.login_link a {
  color: #eb322f;
}

.menu_wrapper li.login_link:hover > a {
  color: #1a79bd;
}

.fluid_container {
  margin: 0 -45px;
}

.main_slider {
  margin: 0;
  padding: 0;
  height: 0;
  padding-bottom: 54.227%;
}

.properties_slider {
  margin: 0;
  padding: 0;
  height: 0;
  padding-bottom: 54.227%;
  list-style: none;
}

.roal_slider_wrapper img {
  width: 100%;
  max-width: 100%;
}

.rsDefault .rsGCaption {
  position: absolute;
  float: none;
  top: 10px;
  bottom: inherit;
  text-align: center;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 2px 8px;
  width: 300px;
  font-size: 12px;
  border-radius: 2px;
  margin: 0 auto;
  left: 0px;
  right: 0;
}

.rsGallery.rsFullscreen,
#rsGallery.rsFullscreen {
  display: block;
}

.rsDefault .rsThumb.rsNavSelected {
  background: #eb322f;
}

.rsDefault .rsThumb.rsNavSelected img {
  opacity: 1;
  filter: alpha(opacity=1);
  border: 4px solid #eb322f;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.rsDefault .rsThumb img {
  border: 4px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0.6;
}

.rsGallery,
#rsGallery {
  width: 100%;
  display: none;
}

.main .bx-wrapper .bx-pager.bx-default-pager a {
  background: rgba(255, 255, 255, 0.5);
}

.page .bx-wrapper .bx-pager.bx-default-pager a {
  background: rgba(255, 255, 255, 0.5);
}

.main .bx-pager.bx-default-pager a:hover,
.main .bx-pager.bx-default-pager a.active {
  background: #fff;
}

.page .bx-pager.bx-default-pager a:hover,
.page .bx-pager.bx-default-pager a.active {
  background: #fff;
}

.main .bx-wrapper .bx-pager,
.main .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 40px;
  width: 100%;
}

.page .scroll_down {
  position: fixed;
  bottom: 15%;
}

.page .bx-wrapper .bx-pager,
.page .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 25px;
  width: 100%;
}

.slider_control {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0;
  z-index: 20;
}

.slider_control a:hover,
.slider_control a.active {
  background: rgba(48, 50, 54, 0.4);
}

.slider_control a {
  text-decoration: none;
  color: #fff;
  outline: none;
  padding: 3px 10px 1px;
  background: rgba(0, 0, 0, 0.6);
  display: inline-block;
  font-size: 12px;
  margin-left: 1px;
  min-width: 130px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main .bx-wrapper {
  margin: 0 auto;
}

.page .bx-wrapper {
  margin: 0 auto;
}

.main .bx-wrapper .bx-viewport {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  left: 0;
  background: transparent;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

.page .bx-wrapper .bx-viewport {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  left: 0;
  background: transparent;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

.title_wrapper {
  text-align: center;
  padding: 0 14%;
}

.title_wrapper p {
  font-weight: 400;
  color: #373d41;
}

.title_wrapper h2,
.page__title {
  font-weight: 400;
  font-size: 32px;
  color: #0e78be;
  line-height: 40px;
}

.page__title {
  margin-top: 26px;
  margin-bottom: 26px;
}

.section {
  padding-top: 100px;
}

.properties_wrapper {
  padding-top: 60px;
}
.properties_wrapper.bookmarks_wrapper {
  padding-top: 15px;
}

#filters {
  text-align: center;
  margin: 50px auto;
  padding: 0;
  list-style: none;
  font-size: 0;
}

#filters li {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

#filters li:first-child span {
  border-left: 1px solid #eb322f;
}

#filters li span {
  display: block;
  padding: 6px 20px 6px;
  text-decoration: none;
  color: #ee2f26;
  cursor: pointer;
  border: 1px solid #ee2f26;

  border-radius: 25px;
}

#filters li span.active,
#filters li span:hover {
  background: #eb322f;
  border-color: #eb322f;
  color: #fff;
}

.btn_advanced_filter:hover {
  background: #f4f4f4;
}

.btn_advanced_filter {
  position: absolute;
  top: 0;
  font-size: 12px;
  padding: 5px 20px 3px;
  text-align: center;
  right: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-section_resort_guides {
  padding-left: 0;
}

@media screen and (min-width: 767px) {
  .l-section_resort_guides {
    padding-left: 35px;
  }
}

.section_resort_guides .filter_properties {
  border-bottom: 1px solid #ddd;
  padding-bottom: 60px;
  position: relative;
}

.section_resort_guides #filters li span {
  display: block;
  padding: 5px 45px 3px;
  text-align: center;
}

.section_resort_guides #filters {
  text-align: left;
}

#properties_list.properties_list {
  margin: 0 -7.5px 0;
}

.properties_list {
  font-size: 0;
  margin: 50px -7.5px 0;
}

#properties_list .properties_item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  width: 33.333333%;
  margin: 0;
  padding: 0 7.5px;
  /*display: none;*/
  font-size: initial;
  overflow: hidden;
  vertical-align: top;
}

.properties_list .properties_item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  width: 33.333333%;
  margin: 0;
  display: inline-block;
  padding: 0 7.5px;
  font-size: initial;
  overflow: hidden;
  vertical-align: top;
}

.properties_item_content {
  overflow: hidden;
  position: relative;
  margin-bottom: 40px;
}

.prop_flag {
  padding-right: 10px;
  width: 13%;
}

.prop_name {
  width: 87%;
  padding-left: 10px;
}

.prop_img {
  width: 100%;
  height: 0;
  padding-bottom: 68.108%;
  overflow: hidden;
  background-color: #f0f0f0;
  position: relative;
}

.label_prop {
  font-size: 12px;
  color: #eb322f;
  font-weight: 700;
  text-transform: uppercase;
  padding: 9px 15px 6px;
  background: #fff;
  position: absolute;
  z-index: 1;
  line-height: 1;
  right: 20px;
  top: 20px;
  margin: 0;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.prop_img a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.prop_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.prop_title {
  padding: 15px 0;
  font-size: 0;
}

.prop_title div {
  font-size: initial;
  display: inline-block;
  vertical-align: top;
}
.properties_item.bookmark .prop_title {
  position: relative;
  padding-right: 40px;
}
.properties_item.bookmark .prop_title .social {
  position: absolute;
  top: 16px;
  right: 0;
}

.prop_name p,
.c-section--properties .prop_name p {
  font-size: 18px;
  line-height: 1;
  margin: 0;
  color: #373d41;
}

@media screen and (min-width: 767px) {
  /* .prop_name p{
    height: 36px;
  }   */
}

.prop_name span {
  font-size: 14px;
  font-weight: 600;
  color: #373d41;
  display: block;
  line-height: 1.5;
}

.prop_type_icon.banera_type:before {
  content: url("../img/icon/banera.png");
  top: 2px;
  position: relative;
  width: 30px;
  display: inline-block;
}

.prop_type_icon.ducha_type:before {
  content: url("../img/icon/ducha.png");
  top: 2px;
  position: relative;
  width: 30px;
  display: inline-block;
}

.prop_type_icon.bed_type:before {
  content: url("../img/icon/bed.png");
  top: 2px;
  position: relative;
  width: 30px;
  display: inline-block;
}

.prop_type_icon {
  display: inline-block;
  margin-right: 5px;
  min-width: 50px;
}

.prop_type_text {
  display: inline-block;
  margin-bottom: 10px;
}

.prop_type_icon span {
  font-size: 14px;
  color: #484848;
  font-weight: 300;
}

.prop_type_text p {
  font-size: 14px;
  font-weight: 300;
  color: #484848;
  margin: 0;
}

.prop_type_text p span {
  font-weight: 400;
}

.prop_text,
.prop_text p,
.c-section--properties .prop_text p {
  font-size: 14px;
  font-weight: 300;
  color: #484848;
  line-height: 21px;
  margin-top: 0;
}

.section_resort_guides .prop_text {
  padding-right: 25px;
}

.prop_text span {
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
  display: block;
}

.read_more {
  text-align: left;
  display: block;
  padding: 15px 0;
}

.btn_more:hover {
  background: #f4f4f4;
}

.btn_more {
  display: inline-block;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #fff;
}

.browser_all_control {
  text-align: center;
}

.btn_browse_all:hover {
  background: #eb322f;
}

.btn_browse_all {
  font-size: 13px;
  font-weight: 600;
  background: #eb322f;
  color: #fff;
  padding: 10px 50px 8px;
  border-color: #eb322f;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.news_banner_content {
  font-size: 0;
  margin: 0 -7.5px;
}

.news_banner_item img {
  width: 100%;
}

.news_banner_item {
  overflow: hidden;
  display: inline-block;
  position: relative;
  width: 50%;
  font-size: initial;
  padding: 0 7.5px;
  margin-bottom: 15px;
}

.right-container .news_banner_item {
  width: 100%;
  padding: 0;
  margin-bottom: 10px;
  height: 0;
  padding-bottom: 72.8%;
}

.right-container .news_banner_item > img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.news_banner_title,
.news_banner_text,
.btn_news_banner {
  position: relative;
}
.news_banner_title:after,
.news_banner_text:after,
.btn_news_banner:after {
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  padding: 10px;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  display: block;
  z-index: -1;
}
.news_banner_description {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: calc(100% - 20px);
  padding: 40px;
}

.news_banner_title h3 {
  font-size: 32px;
  color: #fff;
  font-weight: 300;
  margin: 5px 0 20px;
}

.right-container .news_banner_description {
  padding: 25px;
}

.right-container .news_banner_title h3 {
  font-size: 28px;
  color: #fff;
  font-weight: 300;
  margin: 5px 0 20px;
}

.news_banner_title span {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}

.news_banner_text {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
}

.btn_news_banner:hover {
  background: rgba(255, 255, 255, 0.3);
}

.btn_news_banner {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  margin: 10px 0;
  display: inline-block;
  min-width: 190px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

.about_wrapper .title_wrapper p {
  font-size: 18px;
}

.about_content {
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  color: #484848;
  line-height: 24px;
  padding: 0 10%;
}

.about_control {
  display: block;
  text-align: center;
  position: relative;
  margin-top: 40px;
}

.btn_about:hover {
  background: #f4f4f4;
}

.btn_about {
  display: inline-block;
  min-width: 190px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 13px;
  padding: 10px 20px 5px;
}

.contact_content {
  font-size: 0;
  margin: 0 -7.5px;
  display: -webkit-flex;
  display: flex;
}

.contact_item {
  display: inline-block;
  position: relative;
  width: 50%;
  font-size: initial;
  padding: 50px 7.5px 20px 7.5px;
  min-height: 250px;
  vertical-align: top;
  text-align: center;
  margin-bottom: 10px;
}

.contact_item > a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.contact_item > a {
  display: block;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact_item span a {
  display: inline-block;
  line-height: 1.1;
  color: #0e78be;
}
.contact_item span {
  font-size: 12px;
  line-height: 1.4;
  color: #0e78be;
  padding: 15px 12% 0px;
  display: block;
}
.contact_item p {
  font-weight: 300;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 15px;
}

.contact_item h4 {
  font-size: 30px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 15px;
  margin-top: 0px;
}

.contact_item.sign_up {
  /* background: #373d41; */
  /* background-clip: content-box; */
}

@media screen and (min-width: 767px) {
  .contact_item.sign_up {
    margin-right: 13px;
  }
}

.contact_item.sign_up input[type="email"] {
  padding: 8px 50px;
  max-width: 100%;
  outline: none;
}

.contact_item.sign_up input[name="Subscribe[name]"] {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

.contact_item.contact_us {
  /* background: #eb322f;
  background-clip: content-box; */
}

.contact_us_control {
  margin-top: 30px;
  font-size: 16px;
}

.btn_contact:hover {
  background: #d9d9d9;
  border: 1px solid #d9d9d9;
}

.btn_contact {
  /*   background: #fff;
  padding: 3px 20px 3px;
  min-width: 175px;
  display: inline-block;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; */

  display: inline-block;
  margin-left: auto;
  margin-right: auto;

  padding: 8px 48px;

  margin-top: 10px;

  /* min-height: 32px; */

  max-width: 297px;

  font-size: 16px;
  font-weight: 600;

  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* form#subscribe_form input {
  padding: 10px;
  border: 1px solid #9b9ea0;
  outline: none;
  max-height: 32px;
  background: transparent;
  color: #fff;
  font-size: 12px;
  min-width: 230px;
  text-align: center;
} */

button.btn_subscribe:hover {
  /* background: white;
  color:#0E78BE; */
}

button.btn_subscribe {
  display: block;
  margin-left: auto;
  margin-right: auto;

  padding: 8px 25px;

  margin-top: 10px;

  /* min-height: 32px; */
  /* background: #0E78BE;
  border: 1px solid #0E78BE; */

  max-width: 100%;
  /* color: white; */
  font-size: 16px;
  font-weight: 600;

  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;

  max-width: 297px;
}

@media screen and (min-width: 1200px) {
  button.btn_subscribe {
    display: inline-block;
    margin-top: 0;
    margin-left: 7px;
  }
}

button.btn_subscribe[disabled] {
  background: #ccc;
  border-color: #ccc;
  color: white;
}

.logo_footer {
  display: table-cell;
  vertical-align: middle;
}

.footer_menu {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

.copyright span {
  font-size: 11px;
  line-height: 14px;
  display: inline-block;
  font-weight: 500;
  color: #373d41;
  padding: 0 10px;
}

.copyright a {
  text-decoration: none;
  color: #373d41;
}

.copyright a.logo {
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
}

.footer-container .wrapper {
  position: relative;
  display: table;
  height: 100%;
}

.footer-container {
  position: relative;
  display: block;
  height: 100px;
  background: #fff;
}

.footer_wrapper {
  position: relative;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.footer_wrapper li {
  display: inline-block;
  position: relative;
}

.footer_wrapper li a {
  color: #373d41;
  text-decoration: none;
  font-size: 11px;
  font-weight: 500;
  padding-left: 15px;
}

.socail {
  display: inline-block;
  vertical-align: text-top;
  padding-left: 20px;
  max-height: 30px;
  top: -2px;
  position: relative;
}

.social_link {
  width: 33px;
  height: 33px;
  display: inline-block;
  margin-left: 5px;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.9;
}

.social_tw {
  background-image: url(../img/icon/twitter.svg);
}

.social_fb {
  background-image: url(../img/icon/facebook.svg);
}

.social_yt {
  background-image: url(../img/icon/youtube.svg);
}

.social_in {
  background-image: url(../img/icon/instagram.svg);
}

.logo_social {
  display: none;
}

.menu_login {
  display: none;
}

.wrapepr_login {
  padding: 15px 15px 25px;
}

.login_title p {
  font-size: 16px;
  font-weight: 400;
  color: #373d41;
  margin: 15px 0;
  line-height: 1.5;
}

.login_title h3 {
  font-size: 21px;
  font-weight: 400;
  color: #373d41;
  margin: 5px 0;
}

.btn_get_start {
  font-size: 13px;
  font-weight: 600;
  display: block;
  text-align: center;
  padding: 7px 20px 5px;
  margin-bottom: 10px;
  margin-top: 20px;
}

.btn_login {
  width: 100%;
  font-size: 13px;
  font-weight: 600;
  display: block;
  text-align: center;
  padding: 7px 20px 5px;
  color: #fff;
  background: #eb322f;
  border: 1px solid #eb322f;
  margin-bottom: 10px;
}

.form_container {
  border-bottom: 1px solid #b3b3b3;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

input.login_input {
  outline: none;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 13px;
  padding: 8px 5px 7px;
  margin-bottom: 10px;
}

label.style_checkbox {
  padding-left: 30px;
  font-size: 14px;
  color: #373d41;
  font-weight: 400;
  display: block;
}

label.style_checkbox input[type="checkbox"] {
  display: none;
}

label.style_checkbox input[type="checkbox"] + span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 0;
  margin-left: -30px;
  top: 2.5px;
  position: relative;
  float: left;
  background-color: #fff;
  border: 1px solid #c4c4c4;
  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;
  -moz-box-shadow: 0 0 2px #ddd;
  -webkit-box-shadow: 0 0 2px #ddd;
  box-shadow: 0 0 2px #ddd;
}

label.style_checkbox input[type="checkbox"]:checked + span {
  border-color: #7c7c7c !important;
}

label.style_checkbox input[type="checkbox"] + span::after {
  content: "";
  display: inline-block;
  background-color: #eb322f;
  border-radius: 0;
  opacity: 0;
  width: 12px;
  height: 12px;
  position: absolute;
  margin: 0 auto;
  top: 3px;
  right: 0;
  left: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(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;
}

label.style_checkbox input[type="checkbox"]:checked + span::after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.menu_open_close {
  cursor: pointer;
  width: 25px;
  height: 20px;
  top: 13px;
  right: 18px;
  position: absolute;
  margin: 0 auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 123;
  display: none;
}

.menu_open_close span:nth-child(1) {
  top: 0;
}

.menu_open_close span:nth-child(2),
.menu_open_close span:nth-child(3) {
  top: 8px;
}

.menu_open_close span:nth-child(4) {
  top: 16px;
}

.menu_open_close.open span:nth-child(1) {
  top: 18px;
  width: 0;
  left: 50%;
}

.menu_open_close.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu_open_close.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu_open_close.open span:nth-child(4) {
  top: 18px;
  width: 0;
  left: 50%;
}

.menu_open_close span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #40464a;
  border-radius: 0;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.menu_open_login.open {
  background: url(../img/icon/close_red.png) center center no-repeat;
  width: 20px;
  height: 19px;
  background-size: cover;
  /*    -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;*/
}

.menu_open_login {
  width: 17px;
  height: 19px;
  background-image: url(../img/icon/login_icon.png);
  background-position: 0 0;
  display: none;
  position: absolute;
  right: 65px;
  top: 13px;
  display: none;
  /*    -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;*/
}

.menu_open_login a {
  display: block;
  height: 100%;
}

.mobile_search {
  display: none;
}

.filter_tab_caption {
  display: table;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 37px;
}

.tabs_faq_caption {
  display: table;
  list-style: none;
  margin: 15px 0;
  padding: 0;
  width: 60%;
}

.filter_tab_caption li p {
  display: block;
}

.filter_tab_caption li:last-child {
  border-color: #eb322f;
}

.filter_tab_caption li:first-child {
  border-left: none;
}

.filter_tab_caption li {
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
  font-weight: 600;
  width: 5%;
  border-left: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  border-top: 1px solid #b3b3b3;
  text-align: center;
  background: #f0f0f0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*.tabs_faq_caption li:last-child {
    border-right: 1px solid #eb322f;
}*/

.tabs_faq_caption li:first-child {
  border-left: 1px solid #bbb;
}

.tabs_faq_caption li.active {
  /*    color: #848484;
  border-bottom: 1px solid transparent;*/
  border-color: #eb322f;
  background: #eb322f;
  color: #fff;
}

.tabs_faq_caption li {
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
  /*font-weight: 600;*/
  width: 1%;
  line-height: 1;
  border: 1px solid #bbb;
  border-left: none;
  /*    border-left: 1px solid #eb322f;
  border-bottom: 1px solid #eb322f;
  border-top: 1px solid #eb322f;*/
  text-align: center;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 100%;
  padding: 12px 0 10px;
  cursor: pointer;
  color: #666;
}

.filter_tab_caption li.advanced_tab p {
  text-decoration: none;
  color: #eb322f;
  padding: 4px 0 3px;
}

.filter_tab_caption li p {
  margin: 0;
  padding: 0;
}

.filter_tab_caption li.active {
  background: #fff;
  border-bottom: 1px solid #fff;
}

.tabs_wrapper {
  font-size: initial;
}

.location_tab p i {
  background-image: url(../img/icon/mobile_tabs.png);
  display: block;
  width: 14px;
  height: 17px;
  background-position: 0 0;
  margin: 0 auto;
}

.price_tab p i {
  background-image: url(../img/icon/mobile_tabs.png);
  display: block;
  width: 23px;
  height: 17px;
  background-position: -17px 0;
  margin: 0 auto;
}

.bedroom_tab p i {
  background-image: url(../img/icon/mobile_tabs.png);
  display: block;
  width: 19px;
  height: 17px;
  background-position: -43px 0;
  margin: 0 auto;
}

.mobile_search_tabs {
  position: absolute;
  top: 0;
  display: none;
}

.filter_tabs_content {
  position: fixed;
  z-index: 30;
  height: 100%;
  width: 100%;
  background: #fff;
  overflow-y: auto;
}

.filter_tab_item {
  position: absolute;
  padding: 15px 15px 125px;
  width: 100%;
}

.tab_item {
  display: none;
}

.tab_item.active {
  display: block;
}

.title_tab {
  font-size: 21px;
  font-weight: 400;
  color: #373d41;
  padding: 15px 0 20px;
  border-bottom: 1px solid #dddddd;
  line-height: 1;
}

.title_tab p {
  margin: 0;
  display: block;
}

.tabs_item_content select#select_country {
  padding-left: 30px;
}

.tabs_item_content select.no_select {
  color: #c0c0c0;
}

.tabs_item_content select option {
  color: #373d41;
  font-size: 16px;
}

.tabs_item_content select option[disabled] {
  display: none;
}

.tabs_item_content select {
  outline: none;
  border: none;
  padding: 15px 25px 15px 0px;
  width: 100%;
  font-size: 21px;
  color: #373d41;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/icon/select_arrow.png) right 10px center no-repeat, #fff;
  border-bottom: 1px solid #dddddd;
}

.tabs_item_content {
  position: relative;
}

.tabs_item_content .clear_select {
  width: 30px;
  height: 97%;
}

input#mob_search_resort::-webkit-input-placeholder {
  color: #c0c0c0;
}

input#mob_search_resort::-moz-placeholder {
  color: #c0c0c0;
}

input#mob_search_resort:-moz-placeholder {
  color: #c0c0c0;
}

input#mob_search_resort:-ms-input-placeholder {
  color: #c0c0c0;
}

input#mob_search_resort {
  display: block;
  width: 100%;
  border-bottom: 1px solid #ddd;
  border-top: none;
  border-left: none;
  border-right: none;
  font-size: 16px;
  padding: 15px 0 15px;
  outline: none;
}

.btn_update_search {
  width: 100%;
  font-size: 13px;
  font-weight: 600;
  display: block;
  text-align: center;
  padding: 7px 20px 5px;
  text-align: center;
  color: #eb322f;
  background: #fff;
  margin: 25px 0;
}

.show_priceBedroom {
  padding-bottom: 10px;
  padding-top: 20px;
  border-bottom: 1px solid #ddd;
  display: block;
  font-size: 0;
  width: 100%;
  position: relative;
}

.show_price_wrapper,
.show_bedroom_wrapper {
  position: relative;
  display: table;
  width: 100%;
  margin-bottom: 15px;
  cursor: pointer;
}

.icon_show_priceBedroom {
  display: table-cell;
  width: 67px;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 15px;
  position: relative;
}

.text_show_priceBedroom {
  /*width: 85%;*/
  display: table-cell;
  background: #f0f0f0;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px 15px;
}

.text_show_priceBedroom p {
  font-size: 16px;
  margin: 0;
  line-height: 1.5;
}

.text_show_priceBedroom span {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  display: inline-block;
}

.icon_price {
  background-image: url(../img/icon/mobile_tabs.png);
  display: block;
  width: 23px;
  height: 17px;
  background-position: -17px 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon_bedroom {
  background-image: url(../img/icon/mobile_tabs.png);
  display: block;
  width: 19px;
  height: 17px;
  background-position: -43px 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.accordion_title {
  font-size: 18px;
  color: #373d41;
  font-weight: 400;
  padding: 17px 0;
  cursor: pointer;
  position: relative;
  margin: 0;
}

.accordion_title:after {
  content: "";
  background: url(../img/icon/select_arrow.png);
  display: block;
  margin-top: 8px;
  width: 10px;
  height: 5px;
  float: right;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion_title.open:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion_content {
  height: 0;
  overflow: hidden;
  border-bottom: 1px solid #dddddd;
}

.accrodion_content_inner {
  height: auto;
  padding-bottom: 25px;
  padding-top: 0px;
}

.section_resort_accordion .accrodion_content_inner {
  overflow: hidden;
}

.section_resort_accordion {
  padding-bottom: 50px;
}

.section_resort_accordion .accrodion_content_inner > div:first-child {
  float: left;
  width: 70%;
}

.section_resort_accordion .accrodion_content_inner > div:first-child > p {
  padding-right: 30px;
  font-size: 14px;
}

.section_resort_accordion .accrodion_content_inner > div:first-child > p a {
  color: #eb322f;
  text-decoration: none;
}

.section_resort_accordion .accrodion_content_inner > div:last-child {
  float: right;
  width: 30%;
}

.section_resort_accordion .accrodion_content_inner > div:last-child img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.section_resort_accordion .accrodion_content_inner > div:last-child img:first-child {
  margin-top: 14px;
}

.accrodion_content_inner .style_checkbox {
  border-top: 1px solid #ddd;
  padding-top: 15px;
  padding-bottom: 15px;
}

input#mobile_price[disabled] {
  cursor: default;
  background-color: #fff;
}

input#mobile_price {
  display: block;
  width: 100%;
  border-bottom: 1px solid #ddd;
  border-top: none;
  border-left: none;
  border-right: none;
  font-size: 16px;
  padding: 15px 0 15px;
  outline: none;
}

.range_mobile .noUi-handle:before,
.range_mobile .noUi-handle:after {
  display: none;
}

.range_mobile .noUi-handle {
  border: 1px solid #b3b3b3;
  border-radius: 0;
  background: #fff;
  cursor: pointer;
  box-shadow: none;
}

.range_mobile .noUi-connect {
  background: #eb322f;
  box-shadow: none;
  -moz-transition: background 450ms;
  -o-transition: background 450ms;
  -webkit-transition: background 450ms;
  transition: background 450ms;
  border-radius: 0;
}

.range_mobile .noUi-target {
  border-radius: 0;
  border: none;
  box-shadow: none;
}

.range_mobile .noUi-background {
  background: #f0f0f0;
  box-shadow: none;
  border-radius: 0;
}

.range_mobile .noUi-horizontal {
  height: 6px;
  padding: 0 7.5px;
}

.range_mobile .noUi-handle {
  width: 20px;
  height: 20px;
  left: -8px;
  top: -7px;
}

.range_mobile .range_price_block {
  padding: 10px 0 20px;
  font-size: 0;
}

.range_mobile p {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 15px;
  color: #373d41;
}

.range_mobile .lower_label_price,
.range_mobile .upper_label_price {
  font-size: 16px;
  font-weight: 400;
  color: #848484;
  display: inline-block;
  padding-top: 15px;
  line-height: 1;
}

.section_search .main_search {
  background: #f0f0f0;
  padding: 0;
  margin: 0 0 15px;
}

@media (min-width: 768px) {
  body.scrolled .section_search .main_search {
    padding-top: 5px;
  }
}

.description_item {
  font-size: 0;
  position: relative;
  margin: 65px 0 0;
  padding-bottom: 50px;
  border-bottom: 1px solid #ddd;
}

.description_text_content {
  font-size: initial;
  vertical-align: top;
  width: 60%;
  display: inline-block;
  position: relative;
  padding-right: 13%;
  /* padding-right: 135px; */
}

.description_additional_content {
  font-size: initial;
  vertical-align: top;
  width: 40%;
  display: inline-block;
  position: relative;
}

.description_additional_content .description_map {
  width: 100%;
  height: 380px;
}

.description_additional_content .description_map .map {
  width: 100%;
  height: 100%;
}

.description_additional_content .description_map img {
  max-width: 100%;
  height: auto;
}

.map .marker-airport {
  cursor: pointer;
  border: 2px solid #fff;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  background: #555;
  z-index: 1;
}
.map .marker-other {
  background-image: url("../img/icon/map_marker.png");
  background-size: contain;
  width: 20px;
  height: 32px;
  cursor: pointer;
  z-index: 2;
}
.map .marker-main {
  background-image: url("../img/icon/map_marker-red.png");
  background-size: contain;
  width: 20px;
  height: 32px;
  cursor: pointer;
  z-index: 2;
}

.description_title h3 {
  font-weight: 400;
  font-size: 24px;
  color: #0e78be;
  margin-top: 0;
}

.description_text {
  font-size: 14px;
  color: #848484;
  line-height: 24px;
}

.description_option {
  font-size: 0;
  position: relative;
}

.option_item {
  font-size: 0;
  width: 50%;
  display: inline-block;
  margin-bottom: 15px;
  line-height: 14px;
}

.option_item p {
  font-size: 13px;
  font-weight: 500;
  color: #373d41;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.option_item img {
  display: inline-block;
  width: 40px;
  margin-right: 10px;
}

.description_control {
  position: relative;
  display: block;
  margin: 30px 0;
}

.description_control .btn {
  margin-right: 10px;
  margin-bottom: 20px;
}

.resort-finder-b {
  margin: 50px 0;
}
.resort-finder__container {
  position: relative;
}

.resort-finder__container.is_fullscreen {
  position: relative;
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.resort-finder__container.is_fullscreen .resort-finder__filters {
  padding: 20px 30px;
}
.resort-finder__container.is_fullscreen .resort-finder__filters > * {
  zoom: 0.7;
}
.resort-finder__container.is_fullscreen .resort-finder__filters .resort-finder__filters-title {
  display: none;
}
.resort-finder__container.is_fullscreen .resort-finder__filters-fullscreen {
  background-image: url("data:image/svg+xml,%3Csvg id='i-fullscreen-exit' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32' fill='none' stroke='currentcolor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M4 12 L12 12 12 4 M20 4 L20 12 28 12 M4 20 L12 20 12 28 M28 20 L20 20 20 28' /%3E%3C/svg%3E");
  display: none;
}
.resort-finder__container.is_fullscreen .resort-finder__map .map {
  aspect-ratio: 1;
}

.resort-finder__filters {
  background-color: #f0f0f0;
  padding: 30px;
}
.resort-finder__filters .resort-finder__filters-title a {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  position: absolute;
  display: none;
  right: 20px;
  top: 20px;
}
.resort-finder__filters .resort-finder__filters-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 18px;
  color: #0e78be;
}
.resort-finder__filters .resort-finder__filters-container {
}

.resort-finder__filters .resort-finder__filters-container_row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 18px;
}
.resort-finder__filters .resort-finder__filters-container_row:last-child {
  margin-bottom: 0;
}

.resort-finder__filters .filter-action {
  display: flex;
  align-items: center;
  gap: 15px 30px;
}
.resort-finder__filters .filter-action .resort-finder__filters-fullscreen {
  position: relative;
  right: 0;
  top: 0;
  display: none;
}
.resort-finder__container.is_fullscreen .resort-finder__filters .filter-action .resort-finder__filters-fullscreen {
  display: block;
}
.resort-finder__filters .filter-action a {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}
.resort-finder__filters .filter-action .c-btn {
  padding: 10px 38px 8px;
  font-weight: 500;
}
.resort-finder__filters .filter-items {
  display: flex;
  margin-right: auto;
  flex-wrap: wrap;
  align-items: center;
  gap: 13px;
}
.resort-finder__filters .filter-items > span {
  padding-right: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #0e78be;
}
.resort-finder__filters .mobile-only {
  display: none;
}
.resort-finder__filters .filter-items .item input {
  display: none;
}
.resort-finder__filters .filter-items .item span {
  padding: 9px 24px 7px 24px;
  background-color: #f2f6fc;
  border: 1px solid #0e78be;
  border-radius: 30px;
  color: #0e78be;
  font-weight: 400;
  font-size: 16px;
  line-height: 1em;
  transition: all 0.3s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none !important;
  cursor: pointer;
  z-index: 10;
  user-select: none;
  -webkit-appearance: none !important;
}
.resort-finder__filters .filter-items .item--white span {
  background-color: #fff;
  border-color: #fff;
}
.resort-finder__filters .filters__toggler:hover {
  color: #ffffff !important;
  background-color: #0e78be;
}
.resort-finder__filters .filters__toggler i:empty {
  display: none;
}
.resort-finder__filters .filters__toggler i {
  font-size: 12px;
  font-style: normal;
  border-radius: 50px;
  width: 18px;
  height: 18px;
  position: relative;
  background: red;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -7px;
  left: 18px;
  margin-left: -15px;
  padding-top: 3px;
}
.resort-finder__filters .filters__toggler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
  padding: 7px 16px;
  margin-top: 30px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  background-color: transparent;
  border: 1px solid #0e78be;
  color: #0e78be !important;
}
/*@media(hover: hover) {*/
/*  .resort-finder__filters .filter-items .item span:hover {*/
/*    background-color: #0E78BE;*/
/*    border-color: #0E78BE;*/
/*    color: #ffffff;*/
/*  }*/
/*}*/
.resort-finder__filters .filter-items .item input:checked ~ span {
  background-color: #0e78be;
  border-color: #0e78be;
  color: #ffffff;
}
.resort-finder__map {
}
.resort-finder__map .map {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  position: relative;
}

@media (min-width: 992px) {
  .resort-finder__map .map {
    left: 15%;
    width: 115%;
    margin-left: -15%;
  }
}

@supports not (aspect-ratio: 1 / 1) {
  .resort-finder__map .map {
    width: 100%;
    height: 100%;
    min-height: 600px;
  }
}

.description_additional_content .description_map .map .mapboxgl-popup,
.resort-finder__map .map .mapboxgl-popup {
  z-index: 3;
}
.description_additional_content .description_map .map .mapboxgl-popup-content,
.resort-finder__map .map .mapboxgl-popup-content {
  padding-top: 20px;
  padding-bottom: 10px;
}
.description_additional_content .description_map .map .mapboxgl-popup-content strong,
.resort-finder__map .map .mapboxgl-popup-content strong {
  font-size: 16px;
  margin-bottom: 5px;
}
.description_additional_content .description_map .map .mapboxgl-popup-content p,
.resort-finder__map .map .mapboxgl-popup-content p {
  margin: 0;
  font-size: 14px;
}
.description_additional_content .description_map .map .mapboxgl-popup-content a,
.resort-finder__map .map .mapboxgl-popup-content a {
  outline: none;
  font-size: 14px;
}
.resort-finder__filters-fullscreen {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 30px;
  top: 25px;
  cursor: pointer;
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800px' height='800px' viewBox='0 0 32 32' id='i-fullscreen' fill='none' stroke='currentcolor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M4 12 L4 4 12 4 M20 4 L28 4 28 12 M4 20 L4 28 12 28 M28 20 L28 28 20 28'/%3E%3C/svg%3E");
}
.weglot-container {
  z-index: 2147483 !important;
}

@media (max-width: 1199px) {
  .resort-finder__filters .filter-action {
    gap: 15px 20px;
  }
}
@media (max-width: 991px) {
  .resort-finder__filters .resort-finder__filters-title a {
    display: inline-block;
    text-transform: capitalize;
  }
  .resort-finder__filters-fullscreen {
    display: none;
  }
  .resort-finder__filters .resort-finder__filters-container_row.first .filter-items {
    justify-content: center;
    margin: 10px auto 0;
  }

  .resort-finder__filters .resort-finder__filters-container_row.last .filter-action {
    margin-top: auto;
  }
  .resort-finder__filters .resort-finder__filters-container_row.last .filter-items {
  }
  .resort-finder__filters .resort-finder__filters-container_row.last .filter-action > div {
    max-width: 300px;
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    flex-wrap: wrap;
  }
  .resort-finder__filters .resort-finder__filters-container_row.last .filter-action .c-btn.btn--blue-2c {
    width: 100%;
  }
  .resort-finder__filters .resort-finder__filters-container_row.last .filter-action .c-btn.link {
    color: red;
    text-decoration: underline !important;
    padding: 0;
  }
  .resort-finder__filters .resort-finder__filters-container_row.last {
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 2147483648;
    padding: 30px;
    flex-direction: column;
    display: none;
  }

  .resort-finder__filters .desk-only {
    display: none;
  }
  .resort-finder__filters .mobile-only {
    display: block;
  }
  .resort-finder__filters {
    background-color: #f0f0f0;
    padding: 20px 15px;
  }
  .resort-finder__map .map {
    aspect-ratio: 8/10;
  }
  .resort-finder-b {
    margin: 40px 0;
  }
}
@media (max-width: 767px) {
  .resort-finder__filters .filter-items {
    gap: 10px;
  }
  .resort-finder__filters .filter-items .item span {
    padding: 9px 12px 7px 12px;
  }
  .resort-finder-b {
    margin: 10px 0 40px;
  }
}
.social_btn:hover,
.social_btn.bookmarks_added {
  opacity: 1;
}
.social_btn {
  background: url(../img/icon/social_icon.png);
  width: 30px;
  height: 33px;
  display: inline-block;
  margin-left: 5px;
  opacity: 0.8;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background-size: 185px 33px;
}

.social_mail {
  background-position: 0 0;
}

.social_facebook {
  background-position: -39px 0;
}

.social_twitter {
  background-position: -78px 0;
}

.social_like {
  background-position: -117px 0;
}
.bookmarks_added {
  background-position: -155px 0;
}

.description_price_list {
  background: #f0f0f0;
  padding: 30px;
}

.price_list_item:last-child {
  border-bottom: 0;
}

.price_list_item:first-child {
  padding-top: 0;
}

.price_list_item {
  display: table;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #bbbbbb;
}

.list_cell {
  display: table-cell;
  font-size: 14px;
  color: #484848;
  padding-left: 20px;
}

.list_price {
  font-weight: 500;
  color: #eb322f;
  width: 45%;
  padding: 0;
  text-align: right;
  padding-right: 20px;
}

.icon_bad:before {
  content: url(../img/icon/bed.png);
  top: 3px;
  padding-right: 10px;
  position: relative;
}

.list_type {
  width: 50%;
}

.price_list_control {
  font-size: 0;
  margin-top: 35px;
}

.price_list_control .bottom_controls .btn:first-child {
  margin-right: 4%;
}

.price_list_control .bottom_controls.one_button .btn {
  margin: 0;
  width: 100%;
}

a.btn.btn_contact_price:hover {
  background: #eb322f;
  border-color: #eb322f;
}

a.btn.btn_contact_price {
  display: block;
  text-align: center;
  background: #eb322f;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1;
  padding: 14px 20px 11px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-btn_contact_price {
  display: block;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1;
  padding: 14px 20px 11px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a.btn.btn_download:hover,
a.btn.btn_view_full:hover {
  background: #f4f4f4;
}

a.btn.btn_view_full {
  display: inline-block;
  width: 48%;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  background: #fff;
  line-height: 1;
  padding: 14px 20px 11px;
  border-color: #eb322f;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-btn_view_full {
  display: inline-block;
  width: 48%;
  font-size: 13px;
  font-weight: 600;
  text-align: center;

  line-height: 1;
  padding: 14px 20px 11px;

  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a.btn.btn_download,
div.btn.btn_download {
  display: inline-block;
  width: 48%;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  background: #fff;
  color: #484848;
  line-height: 1;
  padding: 14px 20px 11px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

a.btn.btn_view_resort:hover {
  background: #eb322f;
  border-color: #eb322f;
}

a.btn.btn_view_resort {
  display: inline-block;
  text-align: center;
  background: #eb322f;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1;
  padding: 14px 45px 11px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.properties_wrapper_search .properties_list {
  /* margin-top: 35px;
  padding-bottom: 25px; */
  /* border-bottom: 1px solid #ddd; */
}

.section_properties_details .properties_wrapper_search .properties_list {
  border-bottom: 0;
}

.properties_wrapper_search {
  padding-top: 0;
}

.properties_search_sort {
  position: relative;
}

.search_title {
  position: relative;
}
.search_title h2,
.search_title h1 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 5px;
}
.search_title h1 {
  line-height: 40px;
}

.search_title p {
  font-size: 16px;
  font-weight: 400;
  position: relative;
  margin-left: 30px;
  margin-top: 0;
  margin-bottom: 0;
  min-height: 26px;
}
.bookmarks_title p {
  margin-left: 0;
}

.reset_search {
  color: #eb322f;
}

span.france_flag:before,
span.austria_flag:before,
span.switzerland_flag:before,
span.usa_flag:before,
span.canada_flag:before,
span.japan_flag:before {
  top: 5px;
}

.france_flag:before {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  background: url(../img/icon/flags/france_flag.jpg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 2px;
  left: -30px;
}

.austria_flag:before {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  background: url(../img/icon/flags/austria_flag.jpg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 2px;
  left: -30px;
}

.switzerland_flag:before {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  background: url(../img/icon/flags/switzerland_flag.jpg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 2px;
  left: -30px;
}

.usa_flag:before {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  background: url(../img/icon/flags/usa_flag.jpg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 2px;
  left: -30px;
}

.canada_flag:before {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  background: url(../img/icon/flags/canada_flag.jpg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 2px;
  left: -30px;
}

.japan_flag:before {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  background: url(../img/icon/flags/japan_flag.jpg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 2px;
  left: -30px;
}

.search_select {
}

.search_select option[disabled] {
  display: none;
}

.search_select option {
  color: #373d41;
}

.search_select select {
  outline: none;
  border: 1px solid #ddd;
  padding: 1px 22px 4px 11px;
  min-width: 200px;
  font-size: 12px;
  color: #373d41;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/icon/select_arrow.png) right 10px center no-repeat, #fff;
}

.main_search select.no_select {
  color: #373d41;
}

.search_select span {
  font-size: 13px;
  color: #40464a;
  margin-right: 15px;
}

.search_select {
  position: absolute;
  right: 0;
  bottom: 0;
}

.additional_block .description_item .description_control {
  margin-bottom: 10px;
}

.additional_block .description_item {
  padding-bottom: 0;
  border-bottom: none;
}

.full_search .select_wrapper {
  position: relative;
  width: 17.6%;
  margin-right: 1%;
}

.full_search .select_wrapper.select_resort {
  width: 16%;
}

.popup {
  position: fixed;
  z-index: 9997;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  display: none;
  overflow-y: auto;
  overflow-x: hidden;
}

.backdrop {
  background: rgba(255, 255, 255, 0.85);
  position: fixed;
  width: 100%;
  height: 100%;
}

/* .close_popup:hover {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
} */

.close_popup {
  z-index: 1;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  display: block;
  width: 17px;
  height: 17px;
  background: url(../img/icon/close_red.png) no-repeat center center;
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.popup_content {
  background: #fff;
  padding: 30px;
}

.popup.active .popup_wrapper {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.7s cubic-bezier(0.12, 0.51, 0.41, 1.35);
  -o-transition: all 0.7s cubic-bezier(0.12, 0.51, 0.41, 1.35);
  transition: all 0.7s cubic-bezier(0.12, 0.51, 0.41, 1.35);
  opacity: 1;
}

#popup_location .popup_wrapper .popup_content {
  background: #fff;
  padding: 30px;
}

#popup_location .close_popup {
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../img/icon/close.png) center center no-repeat;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
#popup_location .popup_wrapper {
  max-width: 900px;
  padding: 0;
}

#popup_location .map {
  width: 100%;
  height: 400px;
}

#popup_pricelist .popup_wrapper {
  max-width: 900px;
  padding: 0;
}

#popup_pricelist .popup_wrapper img {
  max-width: 100%;
}

.popup_wrapper {
  max-width: 400px;
  width: 100%;
  background: #f0f0f0;
  margin: 0 auto;
  padding: 20px;
  top: 15%;
  z-index: 9999;
  position: relative;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.7s cubic-bezier(0.57, -0.31, 0.25, 1);
  -o-transition: all 0.7s cubic-bezier(0.57, -0.31, 0.25, 1);
  transition: all 0.7s cubic-bezier(0.57, -0.31, 0.25, 1);
}

#popup_youtube .popup_wrapper {
  max-width: 800px;
}

#popup_youtube .popup_wrapper .video-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}

#popup_youtube .popup_wrapper .video-container::after {
  padding-top: 56.25%;
  display: block;
  content: "";
}

#popup_youtube .popup_wrapper .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.checkbox_popup_item label.style_checkbox input[type="checkbox"] + span {
  top: 1px;
}

.checkbox_popup_item label.style_checkbox {
  padding-left: 30px;
  font-size: 12px;
  color: #373d41;
  font-weight: 300;
  display: inline-block;
  width: 50%;
}

.full_checkbox label.style_checkbox {
  width: 100%;
}

.checkbox_popup_item {
  font-size: 0;
  margin-bottom: 20px;
}

.popup_title {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 5px;
}

.btn_update:hover {
  background: #eb322f;
  border-color: #eb322f;
}

.btn_update {
  display: block;
  text-align: center;
  background: #eb322f;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  margin-top: 30px;
  line-height: 1;
  padding: 14px 20px 11px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn_update_resort {
  width: 100%;
}

.section_insiders_guide {
  margin-top: -1px;
  padding-bottom: 60px;
  position: relative;
}

.insiders_guide_wrapper {
  background: #f0f0f0;
  text-align: center;
  padding: 5px 50px 30px;
  display: block;
  position: relative;
}

.insiders_guide_title h3 {
  font-size: 21px;
  font-weight: 300;
  color: #373d41;
}

.insiders_guide_wrapper strong {
  font-weight: 500;
  color: #373d41;
}

.insiders_guide_wrapper p {
  font-size: 14px;
  color: #848484;
  font-weight: 400;
}

.section_latest_news {
  display: block;
  position: relative;
  padding: 30px 0 0 0;
}

.latest_news_title,
.latest_news_title h3 {
  font-size: 32px;
  font-weight: 300;
  color: #373d41;
}

.latest_item_title h4 {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}

.latest_item_title span,
.data_news {
  font-size: 14px;
  font-weight: 300;
}

.latest_item_content,
.latest_item_content p {
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  padding-right: 20px;
}

.latest_news_item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  width: 33.333333%;
  margin: 0 0 30px 0;
  display: inline-block;
  padding: 0 7.5px;
  font-size: initial;
  overflow: hidden;
  vertical-align: top;
}

.latest_news_control {
  padding-top: 15px;
}

.latest_news_content {
  font-size: 0;
  margin: 20px -7.5px 0;
}

/* .latest_new_homepage .latest_news_wrapper {
  border-top: 1px solid #ddd;
  margin-top: 40px;
  padding-top: 30px;
} */

.resort_guides_title h1 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 300;
  color: #373d41;
}

.resort_guides_title p {
  font-weight: 400;
  font-size: 16px;
  color: #373d41;
  line-height: 24px;
}

.resort_guides_title span {
  font-weight: 400;
  font-size: 14px;
  color: #848484;
  line-height: 24px;
  display: inherit;
}

.resort_guides_title span,
.resort_guides_title small {
  font-weight: 400;
  font-size: 14px;
  color: #848484;
  line-height: 24px;
  display: inherit;
}

.resort_guides_title {
  padding-right: 35%;
}

.resort_guides_title.worldwide {
  padding-right: 0;
  margin-bottom: 60px;
  position: relative;
}

.resort_guides_title.worldwide a.back {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  vertical-align: middle;
  font-size: 12px;
  line-height: 1;
  border: 1px solid #bbb;
  text-align: center;
  background: #fff;
  height: 36px;
  padding: 12px 20px 10px 20px;
  cursor: pointer;
  color: #666;
  text-decoration: none;
}

.resort_guides_title.worldwide h1 {
  margin-bottom: 30px;
}

.advance_icon {
  display: inline-block;
  height: 26px;
  width: 26px;
  margin-right: 5px;
}

.icon_ski_in_out {
  background: url(../img/icon/ski-1.png) center center no-repeat;
  background-size: contain;
}

.icon_air {
  background: url(../img/icon/ski-8.png) center center no-repeat;
  background-size: contain;
}

.icon_peak {
  background: url(../img/icon/ski-9.png) center center no-repeat;
  background-size: contain;
}

.icon_rental {
  background: url(../img/icon/ski-2.png) center center no-repeat;
  background-size: contain;
}

.icon_hotel_service {
  background: url(../img/icon/ski-3.png) center center no-repeat;
  background-size: contain;
}

.icon_spa {
  background: url(../img/icon/ski-5.png) center center no-repeat;
  background-size: contain;
}

.icon_pool {
  background: url(../img/icon/ski-6.png) center center no-repeat;
  background-size: contain;
}

.icon_town_centre {
  background: url(../img/icon/ski-4.png) center center no-repeat;
  background-size: contain;
}

.icon_resort {
  background: url(../img/icon/ski-7.png) center center no-repeat;
  background-size: contain;
}

.two_block_title h1 {
  font-size: 32px;
  font-weight: 400;
  color: #373d41;
}

.two_block_title h2 {
  font-weight: 400;
  font-size: 16px;
  color: #373d41;
  line-height: 24px;
  margin-top: 0;
}

.two_block_title p {
  font-weight: 400;
  font-size: 14px;
  color: #848484;
  line-height: 24px;
  display: inherit;
}

.two_block_title a {
  color: #eb322f;
}

.two_block_title.contact_page_text h2 {
  font-weight: 400;
  font-size: 14px;
  color: #848484;
  line-height: 24px;
  display: inherit;
}

.two_block_title.contact_page_text p {
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  display: inherit;
}

.two_block_wrapper {
  font-size: 0;
  position: relative;
  margin: 0 -10px;
}

.two_block_section {
  padding-top: 15px;
}

.left-container {
  display: inline-block;
  vertical-align: top;
  font-size: initial;
  width: 65%;
  padding: 0 10px;
}

.right-container {
  display: inline-block;
  vertical-align: top;
  font-size: initial;
  width: 35%;
  padding: 0 10px;
}

.two_block_title {
  padding-right: 20%;
}

.form_group_block {
  display: block;
}

.form_group_block label {
  display: block;
  font-size: 14px;
  color: #484848;
}

.form_group_block textarea,
.form_group_block input {
  border: 1px solid #ddd;
  outline: none;
  font-size: 12px;
  padding: 8px 10px 6px 10px;
  width: 65%;
  margin-bottom: 15px;
}

.form_group_block textarea {
  min-height: 130px;
}

#feedback {
  padding-top: 30px;
}

#feedback .btn {
  min-width: 190px;
  outline: none;
}

#feedback #result_msg {
  margin-left: 20px;
  display: inline-block;
  font-size: 14px;
}

#feedback #result_msg.error {
  color: #eb322f;
}
form.registration_form .error {
  position: relative;
  display: inline-block;
  padding: 0 10px;
}
#feedback .telephone_parts {
  width: 65%;
  display: table;
}
#feedback .telephone_part {
  width: auto;
  display: table-cell;
  vertical-align: top;
}
#feedback .telephone_part:first-child {
  padding-right: 7px;
  width: 82px;
}
#feedback .telephone_part select,
#feedback .telephone_part input[type="text"] {
  width: 100%;
}
#feedback .telephone_part select {
  line-height: 19px;
}
#feedback .form_communication_method_block {
  padding-bottom: 20px;
}
#feedback .form_communication_method_block .style_checkbox {
  padding-left: 40px;
  display: inline-block;
  font-weight: 500;
}
#feedback .form_communication_method_block .style_checkbox input[type="checkbox"] + span {
  top: 1px;
}
#feedback .form_communication_method_block .prefer_label {
  padding-right: 50px;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
}
#feedback .disclaimer {
  margin-top: 5px;
  width: 65%;
  display: block;
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
}
#feedback .disclaimer a {
  color: #222;
}
#registration_form .telephone_parts {
  width: 100%;
  display: table;
}
#registration_form .telephone_part {
  width: auto;
  display: table-cell;
  vertical-align: top;
}
#registration_form .telephone_part:first-child {
  padding-right: 7px;
  width: 82px;
}
#registration_form .telephone_part select,
#registration_form .telephone_part input[type="text"] {
  width: 100%;
}
#registration_form select {
  padding: 10px 26px 6px 10px;
}

.right_description_title {
  font-size: 24px;
  color: #373d41;
  margin-bottom: 15px;
  margin-top: 10px;
}

.contact_description_text {
  margin-bottom: 30px;
}

.contact_description_text p {
  font-weight: 300;
  font-size: 14px;
  color: #484848;
  line-height: 21px;
}

.contact_description_text a[href^="tel"] {
  color: #373d41;
  font-size: 18px;
  font-weight: 400;
  outline: none;
  line-height: 1.4;
  text-decoration: none;
  display: block;
}

.contact_description_text a[href^="mailto"]:hover {
  color: rgba(231, 51, 34, 0.6);
}

.contact_description_text a[href^="mailto"] {
  color: #eb322f;
  font-size: 14px;
  font-weight: 300;
  outline: none;
  line-height: 1.4;
  text-decoration: none;
  display: block;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.contact_description_text .social_link {
  margin-left: 0;
}

.contact_description_text .socail {
  padding-left: 0;
}

.blog_description {
  padding-right: 10%;
}

.blog_description_title {
  margin-bottom: 25px;
}

.blog_description_title h1 {
  font-size: 30px;
  font-weight: 300;
  color: #373d41;
  line-height: 1.2;
  margin-bottom: 5px;
}

.data_post {
  font-weight: 400;
  font-size: 16px;
  color: #848484;
  line-height: 23px;
  display: inherit;
}

.author_post:hover {
  color: rgba(231, 51, 34, 0.6);
}

.author_post {
  font-weight: 400;
  font-size: 16px;
  color: #eb322f;
  line-height: 21px;
  display: inherit;
  text-decoration: none;
  outline: none;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.blog_description_text strong {
  font-weight: 500;
}

.blog_description_text {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #848484;
}

.blog_description_text img {
  max-width: 100%;
  height: auto !important;
}

.blog_description_text img.img_alignleft,
.blog_description_text img.img_alignright {
  max-width: 60%;
}

.blog_description_text img.img_alignleft {
  margin: 0 10px 10px 0;
}

.blog_description_text img.img_alignright {
  margin: 0 0px 10px 10px;
}

.blog_description_control .btn {
  margin-top: 20px;
}

.right_article_item .article_img img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.right_article_item {
  font-size: 0;
  position: relative;
  display: block;
  margin: 25px 0;
}

.right_container_item {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}

.right_container_item:last-child {
  border-bottom: none;
}

.article_img {
  width: 30%;
  font-size: initial;
  display: inline-block;
  vertical-align: top;
}

.article_text {
  width: 70%;
  font-size: initial;
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
  font-size: 13px;
  line-height: 1.2;
}

a.right_article_title:hover {
  color: #000;
}

a.right_article_title {
  font-size: 13px;
  line-height: 1.3;
  display: block;
  text-decoration: none;
  margin-bottom: 5px;
  color: #4f5052;
  font-weight: 600;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.article_text p {
  font-size: 13px;
  line-height: 1.2;
  margin: 0;
}

.article_text .prop_type_text {
  display: inline-block;
  margin-bottom: 0;
}

.article_text .prop_title {
  padding: 0 0 15px;
}

.accordion_faq .accrodion_content_inner strong {
  font-size: 14px;
  font-weight: 500;
  color: #4f5052;
}

.accordion_faq .accrodion_content_inner p {
  margin-bottom: 0.5em;
}

.accordion_faq .accrodion_content_inner,
.accordion_faq .accrodion_content_inner p {
  font-size: 14px;
  font-weight: 400;
  color: #4f5052;
  line-height: 24px;
  margin-top: 0;
}

.accordion_faq {
  width: 85%;
}

.accordion_faq_description {
  padding-left: 15px;
}

.accordion_faq .accordion_item:last-child .accordion_content {
  border-bottom: none;
}

.accordion_faq_description .accordion_title.open:after {
  content: "-";
}

.accordion_faq_description .accordion_title:after {
  content: "+";
  background: none;
  display: block;
  margin: 0;
  top: 5px;
  width: 10px;
  height: 5px;
  left: -15px;
  float: left;
  position: absolute;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion_faq_description .accordion_content {
  border-bottom: none;
}

.accordion_faq_description .accordion_title {
  font-size: 14px;
  font-weight: 500;
  color: #44494d;
  padding: 5px 0;
}

.blog_title h1 {
  font-size: 32px;
  font-weight: 400;
  color: #0e78be;
}

.filter_country_select select {
  outline: none;
  border: 1px solid #ddd;
  padding: 3px 25px 1px 10px;
  line-height: 1.4;
  min-width: 200px;
  font-size: 12px;
  color: #373d41;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/icon/select_arrow.png) right 10px center no-repeat, #fff;
}

.filter_country_select span {
  font-size: 13px;
  color: #40464a;
  margin-right: 15px;
}

/*.section_blog #filters li {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 100%;
    cursor: pointer;
    color: #eb322f;
}

.section_blog #filters li:first-child span {
    border-left: 1px solid #eb322f;
}

.section_blog #filters li span.active {
    background: transparent;
    border-bottom: 1px solid transparent;
    color: #848484;
}

.section_blog #filters li span {
    display: block;
    text-decoration: none;
    color: #eb322f;
    cursor: pointer;
    border-right: 1px solid #eb322f;
    border-bottom: 1px solid #eb322f;
    border-top: 1px solid #eb322f;
    padding: 12px 20px 10px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}*/

.filter_news {
  position: relative;
}

.filter_country_select {
  position: absolute;
  top: 3px;
  right: 0;
}

.properties_list {
  font-size: 0;
  margin: 50px -7.5px 0;
}

.properties_list .properties_item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  width: 33.333333%;
  margin: 0;
  display: inline-block;
  padding: 0 7.5px;
  font-size: initial;
  overflow: hidden;
  vertical-align: top;
}

.properties_list .properties_country_wrap {
  display: none;
}

.properties_list .properties_country_wrap.active {
  display: block;
}

.news_img a img {
  position: absolute;
  top: 0;
  left: 0;
}

.news_img a {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  max-width: 100%;
  display: block;
  background: #999;
}

.news_img {
  overflow: hidden;
  position: relative;
}

.news_item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  width: 33.333333%;
  margin: 0 0 15px 0;
  /*    display: none;
  float: left;*/
  padding: 0 7.5px;
  font-size: initial;
  overflow: hidden;
  vertical-align: top;
  position: relative;
}

.news_item.first_latest_news {
  width: 66.666666%;
}

.first_latest_news .news_img a {
  background: #000;
}

.first_latest_news .news_img img {
  width: 100%;
  height: auto;
  max-width: 100%;
  opacity: 0.75;
}

.first_latest_news .news_description {
  position: absolute;
  bottom: 0;
  padding: 40px;
}

.news_list {
  font-size: 0;
  margin: 20px -7.5px 0;
}

.news_item {
  background: #f0f0f0;
  background-clip: content-box;
}

.news_description {
  background: #f0f0f0;
  padding: 15px;
}

.first_latest_news .news_description {
  background: transparent;
}

.news_title h2 {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  line-height: 1;
}

.news_text p,
.news_text {
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  padding-right: 20px;
}

.news_title span,
.news_title .data_news {
  font-size: 14px;
  line-height: 1;
}

.first_latest_news .news_title span,
.first_latest_news .news_title .data_news {
  font-size: 16px;
  font-weight: 400;
}

.first_latest_news .news_text p,
.first_latest_news .news_text {
  font-size: 15px;
  font-weight: 300;
  line-height: 21px;
  padding-right: 20px;
}

.first_latest_news .news_title,
.first_latest_news .news_text {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}

.first_latest_news .news_title h2 {
  font-size: 24px;
  font-weight: 400;
  margin: 0;
}

.first_latest_news .btn_more {
  border-color: #fff;
}

/* autocomplete */

.autocomplete-suggestions {
  border: 1px solid #efefef;
  background: #fff;
  overflow: auto;
  box-shadow: 0px 5px 15px rgba(155, 155, 155, 0.2);
  z-index: 9999 !important;
  border-top: 0;
  font-size: 12px;
}

.autocomplete-suggestion {
  padding: 2px 5px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  color: #6c6c6c;
}

.autocomplete-selected {
  background: #f0f0f0;
}

.autocomplete-suggestions strong {
  font-weight: 500;
  color: #1a181a;
}

.autocomplete-group {
  padding: 2px 5px;
}

.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #1a181a;
}

.roal_slider_wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 51.908%;
  overflow: hidden;
  background-color: #f0f0f0;
  position: relative;
}

.title_about {
  text-align: center;
  padding: 40px 0 15px;
}

.title_about h1 {
  font-size: 48px;
  font-weight: 300;
  color: #373d41;
  margin: 10px;
  line-height: 1;
}

.title_about span {
  font-size: 21px;
  font-weight: 300;
  color: #373d41;
}

.section_about {
  overflow: hidden;
}

.about_item {
  font-size: 0;
  position: relative;
  margin: 30px 0;
  overflow: hidden;
  background-color: #eceef0;
}

.about_item_img,
.about_item_text {
  font-size: initial;
  display: inline-block;
  width: 50%;
  vertical-align: top;
}

.about_item_img {
  z-index: 1;
}

.about_item_img.right {
  text-align: right;
}

.about_item_text {
  padding: 40px 40px 40px 0;
  z-index: 10;
  position: relative;
}

.about_item_text.left {
  padding: 40px 0 40px 40px;
}

.about_item_text h2 {
  font-size: 30px;
  font-weight: 300;
}

.about_item_text p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.about_item_text strong {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}

.about_item.dark .about_item_text h2 {
  color: #373d41;
}

.about_item.dark .about_item_text p {
  color: #848484;
}

.about_item.dark .about_item_text strong {
  color: #373d41;
}

.about_item.light .about_item_text h2 {
  color: #fff;
}

.about_item.light .about_item_text p {
  color: #fff;
}

.about_item.light .about_item_text strong {
  color: #fff;
}

.clients_block h2,
.clients_block strong,
.clients_block p {
  color: #fff;
}

.beginning_block h2,
.beginning_block strong,
.beginning_block p {
  color: #fff;
}

.clients_block {
  background: url(../img/about/clients_bg.jpg) center center no-repeat;
  background-size: cover;
}

.beginning_block {
  background: url(../img/about/beginning_bg.jpg) center center no-repeat;
  background-size: cover;
}

.leading_block,
.about_block {
  background: url(../img/about/bg.jpg) center center repeat;
}

.expansion_block,
.developments_block {
  background: #eceef0;
}

.leading_block .about_item_img {
  text-align: center;
}

.expansion_block .about_item_img {
  text-align: right;
}

.beginning_block .about_item_img {
  vertical-align: bottom;
}

/*// registration form ----------------*/

.registration_form .btn_red {
  min-width: 250px;
}
.registration_form .btn_red[disabled] {
  border-color: #ccc;
  background-color: #ccc;
}
#feedback button[disabled] {
  border-color: #ccc;
  background-color: #ccc;
}

.registration_form .form_group_block label {
  font-size: 13px;
  font-weight: 500;
}

.wrapper_form .title_form {
  padding: 0 10px;
}

.registration_form hr {
  margin: 50px 0;
}

.registration_form .title_form h2 {
  font-weight: 300;
  font-size: 24px;
  line-height: 1;
  margin: 0 0 20px;
  color: #373d41;
}

.registration_form .title_form p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  margin: 10px 0;
  color: #848484;
}

.wrapper_form {
  margin: 10px -10px;
  position: relative;
  font-size: 0;
  overflow: hidden;
}

.wrapper_form label.style_checkbox {
  padding-left: 40px;
  font-size: 12px;
  color: #484848;
  font-weight: 300;
}

.registration_form .block_full textarea,
.registration_form .block_1_2 input[type="password"],
.registration_form .block_1_2 input[type="email"],
.registration_form .block_1_2 input[type="text"] {
  width: 100%;
  display: block;
}

.registration_form .block_1_2 input[name="User[name]"],
input[name="thnnm_hn"] {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

.form_group_block select {
  border: 1px solid #ddd;
  outline: none;
  padding: 9px 26px 5px 10px;
  width: 100%;
  font-size: 12px;
  line-height: 1.4;
  vertical-align: middle;
  color: #373d41;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/icon/select_arrow.png) right 10px center no-repeat, #fff;
}

.form_group_block select.no_select {
  color: #c0c0c0;
}

.form_group_block option[disabled] {
  display: none;
}

.form_group_block option {
  color: #373d41;
}

.form_group_block.block_1_2 {
  width: 50%;
  display: inline-block;
  font-size: initial;
  vertical-align: top;
  padding: 0 10px;
}

.form_group_block.block_full {
  width: 100%;
  display: inline-block;
  font-size: initial;
  vertical-align: top;
  padding: 0 10px;
}

.form_group_block.block_1_3 {
  width: 33.333333%;
  display: inline-block;
  font-size: initial;
  vertical-align: top;
  padding: 0 10px;
}

.form_group_block label.style_checkbox {
  padding-left: 30px;
  font-size: 12px;
  color: #484848;
  font-weight: 300;
  padding-top: 5px;
}

.label_group {
  display: block;
  font-size: 13px;
  color: #484848;
}

.form_group_wrapper {
  margin: 10px 0 0;
}

.wrapper_form .label_group {
  padding: 0 10px;
  display: block;
  font-weight: 500;
}

.label_group.big_text {
  font-size: 16px;
}

.location_tab_caption {
  display: table;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 37px;
}

.location_tab_caption li.active {
  background: #eb322f;
  border-color: #eb322f;
  color: #fff;
}

.location_tab_caption li:last-child {
  border-right: 1px solid #f69894;
}

.location_tab_caption li {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  min-width: 135px;
  font-weight: 400;
  padding: 8px 20px 6px 20px;
  border-left: 1px solid #f69894;
  border-bottom: 1px solid #f69894;
  border-top: 1px solid #f69894;
  text-align: center;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  color: #666;
}

.location_tab_caption li p {
  margin: 0;
  padding: 0;
  display: block;
}

.form_group_wrapper .tabs_wrapper {
  padding: 0 10px;
  margin: 15px 0 0;
}

.form_group_wrapper .tab_item {
  margin: 0 -10px;
  font-size: 0;
}

.form_group_wrapper .tabs_content {
  padding: 20px 0 0;
}

.all_checkbox {
  display: block;
  margin-top: 20px;
}

.all_checkbox label.style_checkbox {
  font-weight: 500;
}

.meeting_wrapper {
  font-size: 0;
  margin: 10px -5px 0;
  display: block;
  overflow: hidden;
  padding-right: 10%;
}

.meeting_item:hover {
  background: transparent;
}

.meeting_item img {
  z-index: -1;
  position: relative;
}

.meeting_item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 50%;
  overflow: hidden;
  padding: 0 5px;
  margin: 5px 0;
  min-height: 150px;
  background: rgba(0, 0, 0, 0.3);
  background-clip: content-box !important;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.meeting_item_title {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 35px;
  text-shadow: 2px 2px 8px #000000;
}

.meeting_item_title p {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  margin: 0;
}

.meeting_item_title span {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}

.meeting_wrapper > span {
  font-weight: 400;
  font-size: 16px;
  color: #373d41;
  line-height: 24px;
  margin-top: 0;
  display: block;
  padding: 10px 5px;
}

#popup_login hr {
  margin: 40px 0;
}

#popup_login .popup_wrapper {
  max-width: 465px;
}

.title_login span {
  font-weight: 400;
  font-size: 16px;
  color: #373d41;
}

.title_login h2 {
  font-weight: 400;
  font-size: 21px;
  color: #373d41;
  margin-top: 0;
  margin-bottom: 10px;
}
.title_login {
  margin-top: 40px;
}
.login_form .btn {
  width: 100%;
  margin-bottom: 15px;
  /* background: #ffffff; */
  /* color: #eb322f; */
  /* border: 1px solid #a9a9a9; */
  /* padding: 6px 20px 6px; */
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none;
}
.login_form .btn:hover {
  background: #ffffff;
  color: #eb322f;
}
#popup_login a.btn:hover {
  background: #ffffff;
  color: #eb322f;
}

#popup_login .close_popup:before {
  content: "";
  width: 17px;
  height: 19px;
  background-position: -21px 0;
  background-image: url(../img/icon/login_icon.png);
  display: block;
  left: -35px;
  top: -1px;
  position: relative;
}

#popup_login .close_popup {
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../img/icon/close.png) center center no-repeat;
  right: 55px;
  top: 55px;
  cursor: pointer;
}

#popup_login a.btn {
  display: block;
  text-align: center;
  margin-top: 20px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  padding: 14px 20px 11px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.login_form input {
  display: block;
  width: 100%;
  text-align: center;
  padding: 5px 10px;
  outline: none;
  margin: 15px 0 10px;
}

.faq_featured_properties_block {
  display: none;
}

.faq_featured_properties_block.active {
  display: block;
}

.error {
  display: none;
  position: absolute;
  font-size: 12px;
  color: #eb322f;
  padding-top: 5px;
}

/*interiors*/
.section_control .control .btn.active {
  font-weight: 600;
  color: #eb322f;
  border-color: #eb322f;
}
.section_control .control .btn:hover {
  color: #eb322f;
  border-color: #eb322f;
}
.section_control .control .btn {
  text-decoration: none;
  border: 1px solid #bbb;
  padding: 10px 10px 6px;
  display: inline-block;
  line-height: 1;
  text-align: left;
  min-width: 190px;
  color: #848484;
  font-size: 12px;
  margin: 5px 10px 5px 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #fff;
}
.section_control .control_contact {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1;
}
.section_control .control_contact .btn:hover {
  color: #fff;
  background: #f06165;
  border-color: #f06165;
}
.section_control .control_contact .btn {
  color: #fff;
  background: #eb322f;
  border: 1px solid #eb322f;
  text-align: center;
  padding: 10px 30px 6px;
  min-width: auto;
  margin: 0;
}
.interiors_about_container {
  background: url("../img/interiors_bg.jpg") center center repeat;
  /*-webkit-background-size:cover;*/
  /*background-size:cover;*/
  padding: 40px;
}
.section_interiors_about .title {
  text-align: center;
  padding: 40px 0 15px;
  margin-bottom: 30px;
}
.section_interiors_about .title h1 {
  font-size: 48px;
  font-weight: 300;
  color: #373d41;
  margin: 10px;
  line-height: 1;
}
.section_control .control {
  background: #f0f0f0;
  margin: 0 0 15px;
  text-align: left;
  padding: 15px 160px 15px 20px;
  position: relative;
  font-size: 0;
}
.interiors_about_text p {
  font-size: 14px;
  color: #848484;
  line-height: 24px;
}
.interiors_about_text strong {
  font-weight: 500;
  color: #373d41;
  line-height: 24px;
}
.interiors_about_container {
  font-size: 0;
  position: relative;
  height: 100%;
  min-height: 100%;
  display: block;
}
.interiors_about_text,
.interiors_about_view {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  width: 50%;
  position: relative;
}
.interiors_about_view {
  padding-left: 60px;
}
.interiors_about_view img {
  width: 100%;
}
.interiors_about_text.padding_bottom {
  padding-bottom: 200px;
}
.interiors_about_text {
  padding-right: 60px;
  height: 100%;
  min-height: 100%;

  position: static;
}
.interiors_about_text p:first-child {
  padding-top: 0;
  margin-top: 0;
}
.interiors_about_text a:hover {
  border-color: #ec1c22;
}
.interiors_about_text a {
  color: #ec1c22;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 0.2s ease-in-out;
  -moz-transition: border-color 0.2s ease-in-out;
  -ms-transition: border-color 0.2s ease-in-out;
  -o-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
  display: inline-block;
  line-height: 1.2;
}
.interiors_contact {
  font-size: 0;
  position: absolute;
  text-align: left;
  width: calc(50% - 100px);
  bottom: 40px;
}

.interiors_contact_img {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  width: 36%;
  position: relative;
  height: 0;
  padding-bottom: 38.3%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.interiors_contact_text {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  width: 64%;
  padding: 0 10px 0 20px;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
}
.interiors_contact_text .title span {
  font-size: 17px;
  display: block;
  line-height: 1.3;
}
.interiors_contact_text .title {
  font-size: 26px;
  color: #222222;
  text-align: left;
  padding: 0;
  padding-bottom: 100px;
}
.contact_me {
  position: absolute;
  bottom: 0;
}
.contact_me a:hover {
  border-color: #222;
}
.contact_me a {
  color: #222;
  border-bottom: 1px solid transparent;
  text-decoration: none;
  -webkit-transition: border-color 0.2s ease-in-out;
  -moz-transition: border-color 0.2s ease-in-out;
  -ms-transition: border-color 0.2s ease-in-out;
  -o-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
  display: table;
  line-height: 1.3;
}
.contact_me a.btn_red {
  color: #fff;
  border-color: #eb322f;
  margin-top: 10px;
  margin-bottom: 0;
  width: 200px;
  max-width: 100%;
  padding: 9px 45px 6px;
}

.about_view_description {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 30px 40px;
}

.about_view_description .title {
  text-align: left;
  padding: 0;
}
.interiors_about_view .interiors_about_view_item:last-child {
  margin-bottom: 0;
}
.interiors_about_view .interiors_about_view_item > img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
}
.interiors_about_view .interiors_about_view_item {
  width: 100%;
  padding: 0;
  margin-bottom: 15px;
  height: 0;
  padding-bottom: 58.5%;
  position: relative;
  overflow: hidden;
}
.about_view_description .title h3 {
  font-size: 30px;
  color: #fff;
  font-weight: 400;
  margin: 5px 0 20px;
  display: inline;
  z-index: 0 !important;
  position: relative;
}
.about_view_description .btn_news_banner:before,
.about_view_description .title h3:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  width: 100%;
  height: auto;
  background: rgba(0, 0, 0, 1);
  padding: 20px;
  -webkit-filter: blur(40px);
  filter: blur(40px);
  display: block;
  z-index: -1;
}
.news_banner_item img {
  width: 100%;
}

.project_wrapper .title {
  text-align: center;
  padding: 40px 0 15px;
  margin-bottom: 30px;
}
.project_wrapper .title h1 {
  font-size: 48px;
  font-weight: 300;
  color: #373d41;
  margin: 10px;
  line-height: 1;
}
.project_wrapper_search {
  padding-top: 0;
}
.project_wrapper_search .projects_list {
  margin-top: 25px;
  padding-bottom: 0;
}

.projects_list {
  font-size: 0;
  margin: 50px -7.5px 0;
}

.projects_list .project_item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  width: 33.333333%;
  margin: 0;
  display: inline-block;
  padding: 0 7.5px;
  font-size: initial;
  overflow: hidden;
  vertical-align: top;
}
.project_item_content {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.proj_img {
  width: 100%;
  height: 0;
  padding-bottom: 68.108%;
  overflow: hidden;
  background-color: #f0f0f0;
  position: relative;
}
.label_proj {
  font-size: 12px;
  color: #eb322f;
  font-weight: 700;
  text-transform: uppercase;
  padding: 9px 15px 6px;
  background: #fff;
  position: absolute;
  z-index: 1;
  line-height: 1;
  right: 20px;
  top: 20px;
  margin: 0;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.proj_img a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.proj_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.proj_title {
  padding: 15px 0;
  font-size: 0;
}
.proj_title div {
  font-size: initial;
  display: inline-block;
  vertical-align: top;
}

.proj_name {
  width: 100%;
}
.proj_name a,
.proj_name .slide_goTo {
  text-decoration: none;
}
.proj_text a.red {
  color: red;
  text-decoration: none;
  position: relative;
}
.proj_text a.red:hover {
  color: red;
}
.proj_text a.red:hover:before {
  background: transparent;
}
.proj_text a.red:before {
  content: "";
  width: calc(100% - 20px);
  height: 1px;
  position: absolute;
  bottom: 3px;
  left: 10px;
  background: red;
  transition: all 0.2s ease;
}
.proj_name p {
  font-size: 18px;
  line-height: 1;
  margin: 0;
  color: #373d41;
  margin-bottom: 5px;
}
.proj_name span strong {
  font-weight: 600;
}
.proj_name span {
  font-size: 14px;
  font-weight: 400;
  color: #373d41;
  display: block;
  line-height: 1.5;
}
.proj_text {
  height: 100px;
}
.proj_text,
.proj_text p {
  font-size: 14px;
  font-weight: 300;
  color: #484848;
  line-height: 21px;
  margin-top: 0;
}
.proj_text span {
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
  display: block;
}
.read_more {
  text-align: left;
  display: block;
  padding: 15px 0;
}
.top_line {
  width: 100%;
  height: 3px;
  display: block;
  background: #f0f0f0;
}

.o-interiors-hero {
  text-decoration: none;
  width: 100%;
  height: 100%;
  aspect-ratio: 16 /9;
  padding: 0 !important;
  position: relative;
}
.interiors_hero_overlay {
  background: rgba(0, 0, 0, 0.15);
  height: 100%;
  max-width: 32.5%;
}
.interiors_hero_info {
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  color: #fff;
  padding: 20px;
  padding-left: 35px;
  max-width: 33%;
  position: absolute;
  bottom: 0;
}
@media (max-width: 991px) {
  .interiors_hero_info,
  .interiors_hero_overlay {
    max-width: 49.5%;
  }
}
@media (max-width: 768px) {
  .interiors_hero_info {
    max-width: 100%;
    padding: 10px;
    padding-left: 25px;
  }
  .interiors_hero_overlay {
    max-width: 100%;
  }
}
.interiors_hero_info_title {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
}

.banners_reg {
  font-size: 0;
  position: relative;
  margin: 0 -10px;
  padding: 20px 0;
}

.banners_reg .banner {
  display: inline-block;
  width: 40%;
  padding: 0 10px;
  vertical-align: top;
  position: relative;
}

.banners_reg .banner img {
  width: 100%;
}
.banners_reg .banner span {
  position: absolute;
  color: #fff;
  z-index: 10;
  font-size: 28px;
  font-weight: 500;
  padding: 0 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 1.2;
}

form.registration_form .control {
  font-size: 0;
  position: relative;
  margin: 0 -10px;
}

form.registration_form .control .control_btn {
  display: inline-block;
  width: 37%;
  vertical-align: top;
  padding: 0 10px;
}

form.registration_form .control .agree_form {
  display: inline-block;
  width: 63%;
  vertical-align: top;
  padding: 0 10px;
  float: right;
  font-size: 11px;
  line-height: 1.6;
  position: relative;
}
form.registration_form .control .agree_form .style_checkbox input[type="checkbox"] + span {
  margin-left: -37px;
}
form.registration_form .control .control_btn .register_submit_btn {
  width: 100%;
}

form.registration_form .control .agree_form .style_checkbox {
  padding-left: 40px;
  font-size: 11px;
  color: #373d41;
  font-weight: 400;
  display: block;
  margin-bottom: 20px;
}
form.registration_form .control .agree_form a {
  color: #222;
}

a.btn.btn_view_resort,
a.btn.btn_contact_price {
  border: 1px solid #eb322f;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a.btn.btn_view_resort:hover,
a.btn.btn_contact_price:hover {
  background: #f06165;
  border-color: #f06165;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* ====================
  INTERMEDIATE: Menu
 ==================== */
  nav a {
    float: left;
    width: 27%;
    margin: 0 1.7%;
    padding: 25px 2%;
    margin-bottom: 0;
  }
  nav li:first-child a {
    margin-left: 0;
  }
  nav li:last-child a {
    margin-right: 0;
  }
  /* ========================
  INTERMEDIATE: IE Fixes
 ======================== */
  nav ul li {
    display: inline;
  }
  .oldie nav a {
    margin: 0 0.7%;
  }
}

@media only screen and (min-width: 768px) {
  .wrapper {
    width: 750px;
    margin: 0 auto;
    position: relative;
    height: 100%;
  }
}

@media only screen and (min-width: 991px) {
  .wrapper {
    width: 970px;
    margin: 0 auto;
    position: relative;
    height: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  /* ===============
  Maximal Width
 =============== */
  .wrapper {
    width: 1170px;
    margin: 0 auto;
    position: relative;
    height: 100%;
  }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

p.red {
  color: #ec1c22;
}

.left {
  float: left;
}

.right {
  float: right;
}

.img_responsive {
  max-width: 100%;
  height: auto;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* embed */

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#resort_search_form {
  position: relative;
}
#resort_search_form > a {
  position: absolute;
  top: 0;
  right: 0;
  text-decoration: none;
  border: 1px solid #1a79bd;
  font-size: 12px;
  padding: 5px 45px 3px;
  background: #1a79bd;
  color: #fff;
}

#c_lastname {
  position: absolute;
  left: -100000px;
  top: -100000px;
}

.map_infowin {
  max-width: 300px;
}

.map_infowin .ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  text-decoration: none;
  color: #373d41;
  display: block;
  margin-top: 6px;
}

.map_infowin .ttl:hover {
  color: #eb322f;
}

.map_infowin .icons {
  margin-bottom: 10px;
  min-width: 300px;
}

.map_infowin .option_item {
  width: 49%;
  margin-bottom: 5px;
}

.map_infowin .option_item p {
  font-size: 11px;
}

.map_infowin .option_item img {
  width: 25px;
  margin-right: 5px;
}

.map_infowin .btn_more {
  font-size: 11px;
  padding: 5px 10px 4px 10px;
}

.all_resorts_map .description_item {
  margin-top: 20px;
  padding-bottom: 40px;
  border-bottom: 0;
}

.all_resorts_map .section_contact.section {
  padding-top: 40px;
}

.all_resorts_map .description_additional_content {
  width: 100%;
}

.all_resorts_map .description_additional_content .description_map {
  height: 500px;
}

.all_resorts_map .page_desc {
  text-align: center;
  background: #f0f0f0;
  box-sizing: border-box;
  padding: 25px 25px 30px 25px;
}

.all_resorts_map .page_desc h1 {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 20px 0;
}

.all_resorts_map .page_desc > div,
.all_resorts_map .page_desc > div p {
  font-size: 13px;
  line-height: 22px;
}

.all_resorts_map .page_desc > div a {
  color: #eb322f;
  text-decoration: none;
}

.all_resorts_map .page_desc > div a:hover {
  text-decoration: underline;
}

.btn_reduced {
  padding-left: 29px;
  padding-right: 29px;
}

@media only screen and (min-width: 768px) {
  ul.underline__menu.menu_wrapper {
    display: block;
    padding: 10px 0;
    z-index: 10000;
    background: #fff;
    border: 1px solid #777;
    margin-left: 40px;
  }
  ul.underline__menu.menu_wrapper li {
    display: block;
    text-align: left;
    padding: 0 10px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  ul.underline__menu.menu_wrapper li > a {
    display: block;
  }
  ul.underline__menu.menu_wrapper li:hover {
    background: #eb322f;
  }
  ul.underline__menu.menu_wrapper li:hover > a {
    color: #fff;
  }
  ul.underline__menu.menu_wrapper li a {
    padding-left: 0;
  }
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

.recently_sold_properties .title_wrapper {
  padding: 0;
  text-align: left;
}
.recently_sold_properties .title_wrapper h3 {
  font-weight: 300;
  font-size: 24px;
  color: #373d41;
  margin-top: 0;
}
.selling_description {
  padding-right: 10%;

  margin-top: 0;
}
.selling_description_text {
  font-size: 14px;
  font-weight: 300;
  color: #484848;
  line-height: 21px;
}
.selling_description_text a {
  color: #484848;
}
.selling_description_title {
  margin-bottom: 25px;
}
.selling_description_title h1 {
  font-size: 30px;
  font-weight: 400;
  color: #373d41;
  line-height: 1.2;
  margin-bottom: 5px;
  margin-top: 8px;
}
.selling_right {
  padding-top: 82px;
  font-size: 14px;
  font-weight: 300;
  color: #484848;
  line-height: 21px;
}
.selling_right p {
  margin: 0;
}
.selling_right img {
  margin-bottom: 15px;
  width: 100%;
}
.selling_right a.tel {
  color: #484848;
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
}
.tabs_item_content .autocomplete-suggestions {
  position: relative !important;
}

.our-services {
  margin-top: 30px;
}
.our-services__title {
  font-size: 32px;
  color: #000;
  font-weight: 400;
  text-align: center;
  line-height: 24px;
}
.our-services__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.our-services__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  /* margin-bottom: 30px; */
}
.our-services img {
  display: block;
  width: 30px;
}

.our-services__text {
  margin-top: 20px;
  text-align: center;
  line-height: 1.5;
  font-size: 14px;
  color: #484848;
  padding: 0 20px;
  font-weight: 300;
}

.our-services__text strong,
.our-services__text b {
  font-size: 18px;
  padding-bottom: 10px;
  display: inline-block;
  font-weight: 400;
}

@media (min-width: 768px) {
  .our-services__item {
    width: 50%;
  }
}
@media (min-width: 999px) {
  .our-services__item {
    width: 25%;
  }
}

.section_video {
  margin-bottom: 70px;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* fixes 30.03.22 */

/* sticky featured properties */
.l-right-sticky {
  position: sticky !important;
  top: 60px;
}

/* contact form */
.contact__icon-plus,
.contact__icon-minus {
  float: right;
}
.contact__icon-plus svg,
.contact__icon-minus svg {
  height: 14px;
  width: auto;
}

.contact__icon-plus,
.contact__icon-minus {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
}

.contact__icon-plus {
  display: inline-block;
  opacity: 1;
}

.active .contact__icon-plus {
  opacity: 0;
}

.contact__icon-minus {
  display: inline-block;
  opacity: 0;
}

.active .contact__icon-minus {
  opacity: 1;
}

.active .contact-btn__label {
  opacity: 0.5;
}

.feedback-wrapper {
  display: none;
}

.feedback-wrapper #feedback #result_msg {
  display: none;
  text-align: center;
  font-size: 13px;
}

.l-contact-form textarea,
.l-contact-form input,
.l-contact-form .telephone_parts,
.l-contact-form .disclaimer {
  width: 100% !important;
}

.l-contact-form .form_group_block textarea,
.l-contact-form .form_group_block input {
  margin-bottom: 10px;
}

.l-contact-form .contact__submit {
  margin-bottom: 15px !important;
}

.feedback-wrapper #feedback #result_msg {
  display: none;
  position: relative;
  margin-left: 0;
  padding: 12px;
  margin-bottom: 15px;
  line-height: 1;
}

.feedback-wrapper #feedback #result_msg.error,
.feedback-wrapper #feedback #result_msg.success {
  display: block;
}

.feedback-wrapper #feedback #result_msg.error {
  border: 1px solid #eb322f;
}

.feedback-wrapper #feedback #result_msg.success {
  border: 1px solid #b3b3b3;
}

/* utilities */

.u-no-select {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  * {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
  }
}

.u-tran-all {
  transition: all 0.3s ease !important;
}

.u-relative {
  position: relative !important;
}

/* buttons */
.btn-outline {
  font-size: 13px;
  font-weight: 600;
  background: #fff;
  color: #eb322f;
  padding: 14px 20px 11px;
  outline: none;
  border-color: #eb322f;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-width: 100%;
  display: inline-block;
  text-align: center;
  line-height: 1;
}

.btn-outline:hover {
  background: #eb322f;
  border-color: #eb322f;
  color: #fff;
}

/* others */
.royalSlider.rsFullscreen {
  z-index: 9800 !important;
}

.mapboxgl-popup-close-button {
  outline: none !important;
}

/* Custom breakpoint for 992px */
@media (min-width: 992px) {
  .d-992-block {
    display: block !important;
  }
  .d-992-none {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .d-992-none {
    display: none !important;
  }
  .d-992-block {
    display: block !important;
  }
}
