@charset "UTF-8";
/* VALIDATION */
.inputContainer {
  position: relative;
  float: left;
}

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  line-height: 18px;
  cursor: pointer;
  z-index: 5000;
}

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}

.formError .formErrorContent {
  background: #b31919;
  position: relative;
  z-index: 5001;
  color: #fff;
  width: 150px;
  font-size: 11px;
  padding: 4px 10px 4px 10px;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.greenPopup .formErrorContent {
  background: #33be40;
}

.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF;
}

body[dir=rtl] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}

.ui-datepicker {
  display: none;
  padding: 10px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.09), 0 6px 6px rgba(0, 0, 0, 0.12);
  z-index: 10;
}
body > .ui-datepicker {
  z-index: 30;
}
.ui-datepicker:after {
  display: block;
  content: "";
  height: 0;
  overflow: hidden;
  clear: both;
}
@media only screen and (max-width: 767px) {
  .ui-datepicker {
    width: calc(100% - 20px);
  }
}

.ui-datepicker-header {
  font: 600 16px/30px "Montserrat", sans-serif;
  position: relative;
  margin-bottom: 6px;
  text-transform: uppercase;
  text-align: center;
  color: #222222;
  letter-spacing: 1px;
}

.ui-datepicker-prev, .ui-datepicker-next {
  position: absolute;
  top: 0;
  width: 26px;
  height: 26px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 20;
}
.ui-datepicker-prev:after, .ui-datepicker-next:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 8px;
  width: 10px;
  height: 10px;
  border: 2px solid #327d7d;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(45deg);
  transition: border-color 350ms ease-in-out;
}
.ui-datepicker-prev.ui-state-disabled, .ui-datepicker-next.ui-state-disabled {
  opacity: 0.3;
}

.ui-datepicker-prev {
  left: 5px;
}
.ui-datepicker-prev:after {
  left: 10px;
  border-right: 0;
  border-top: 0;
  border-left: 2px solid #327d7d;
  border-bottom: 2px solid #327d7d;
}
.ui-datepicker-prev:not(.ui-state-disabled):hover:after {
  border-bottom-color: #54baba;
  border-left-color: #54baba;
}

.ui-datepicker-next {
  right: 5px;
}
.ui-datepicker-next:not(.ui-state-disabled):hover:after {
  border-top-color: #54baba;
  border-right-color: #54baba;
}

.ui-datepicker-calendar {
  cursor: default;
  margin: 0 auto;
  width: 252px;
  table-layout: fixed;
}
@media only screen and (max-width: 767px) {
  .ui-datepicker-calendar {
    width: 100%;
  }
}
.ui-datepicker-calendar th, .ui-datepicker-calendar td {
  line-height: 42px;
  text-align: center;
  vertical-align: middle;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .ui-datepicker-calendar th, .ui-datepicker-calendar td {
    line-height: 28px;
  }
}
.ui-datepicker-calendar th {
  font-size: 14px;
  font-weight: bold;
  color: #8A7038;
  text-transform: uppercase;
  padding-bottom: 7px;
}
@media only screen and (max-width: 1023px) {
  .ui-datepicker-calendar th {
    width: 100%;
    font-size: 13px;
    padding-bottom: 0;
    line-height: 37px;
    font-weight: 400;
  }
}
.ui-datepicker-calendar td {
  font-size: 13px;
  color: #000000;
}
.ui-datepicker-calendar td.ui-datepicker-other-month, .ui-datepicker-calendar td.ui-state-disabled {
  color: #a9a9a9;
}
.ui-datepicker-calendar td.ui-datepicker-other-month span:hover, .ui-datepicker-calendar td.ui-state-disabled span:hover {
  color: inherit;
  background: none;
}
.ui-datepicker-calendar td.ui-datepicker-today a {
  background: none;
  position: relative;
}
.ui-datepicker-calendar td.ui-datepicker-today a:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  height: 45px;
  width: 45px;
  border-radius: 50%;
  border: 1px solid #3A3632;
  margin-bottom: -7px;
  background-color: #fff;
  z-index: -1;
}
@media only screen and (max-width: 1023px) {
  .ui-datepicker-calendar td.ui-datepicker-today a:after {
    height: 37px;
    width: 37px;
  }
}
.ui-datepicker-calendar a {
  font: 13px/45px "Montserrat", sans-serif;
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
@media only screen and (max-width: 1023px) {
  .ui-datepicker-calendar a {
    font-size: 12px;
    line-height: 28px;
  }
}
.ui-datepicker-trigger {
  display: none;
}

.ui-datepicker-highlight {
  background: #BD9B5F;
}

.ui-selectmenu-button {
  position: relative;
  display: block;
  width: auto !important;
  height: 40px;
  line-height: 40px;
  border: thin solid #d1d1d1;
  font-size: 14px;
  text-align: left;
  color: #3A3632;
  background: #fff;
  transition: all 0.2s;
}
.ui-selectmenu-button::-moz-placeholder {
  color: #8A7038;
}
.ui-selectmenu-button::placeholder {
  color: #8A7038;
}
.ui-selectmenu-button .ui-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  margin-top: -4px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 7px solid #292C2D;
}
.ui-selectmenu-button:hover .ui-icon {
  border-top-color: #54baba;
}
.ui-selectmenu-button .ui-selectmenu-text {
  display: block;
  height: 100%;
  padding: 0 30px 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-selectmenu-button .ui-selectmenu-text strong {
  font-weight: 700;
}

.ui-selectmenu-menu {
  position: absolute;
  z-index: 99999;
  display: none;
  max-height: 258px;
  overflow: auto;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.ui-selectmenu-menu.ui-selectmenu-open {
  display: block;
}
.ui-selectmenu-menu li .ui-menu-item-wrapper {
  padding: 10px 20px;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  color: #000000;
}
.ui-selectmenu-menu li .ui-state-active {
  background: #eee;
  cursor: pointer;
}

@font-face {
  font-family: "HeBS-Icons";
  src: url("../fonts/HeBS-Icons.woff2?8uvq96") format("woff2"), url("../fonts/HeBS-Icons.woff?8uvq96") format("woff");
  font-weight: normal;
  font-style: normal;
}
[class^=rooms-icon-], [class*=" rooms-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "HeBS-Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.rooms-icon-theatre-set-up:before {
  content: "";
}

.rooms-icon-classroom-set-up:before {
  content: "";
}

.rooms-icon-cabaret-set-up:before {
  content: "";
}

.rooms-icon-boardroom-set-up:before {
  content: "";
}

.rooms-icon-u-shaped-set-up:before {
  content: "";
}

.rooms-icon-banquet-set-up:before {
  content: "";
}

.rooms-icon-dinner-dance-set-up:before {
  content: "";
}

.rooms-icon-reception-set-up:before {
  content: "";
}

.rooms-icon-ceremony-set-up:before {
  content: "";
}

.rooms-icon-natural-daylight:before {
  content: "";
}

.rooms-icon-outlets-sockets:before {
  content: "";
}

.rooms-icon-direct-dial-point:before {
  content: "";
}

.rooms-icon-video-conferencing:before {
  content: "";
}

.rooms-icon-air-conditioning:before {
  content: "";
}

.rooms-icon-wi-fi:before {
  content: "";
}

.rooms-icon-blackout-shades:before {
  content: "";
}

.rooms-icon-visual-equipment:before {
  content: "";
}

.rooms-icon-audio-equipment:before {
  content: "";
}

.rooms-icon-flipchart-presentation-equipment:before {
  content: "";
}

.rooms-icon-tv-point:before {
  content: "";
}

.rooms-icon-overhead-projector:before {
  content: "";
}

.rooms-icon-data-projector:before {
  content: "";
}

.rooms-icon-balcony:before {
  content: "";
}

.rooms-icon-city-view:before {
  content: "";
}

.rooms-icon-beds:before {
  content: "";
}

.rooms-icon-flat-screen-tv:before {
  content: "";
}

.rooms-icon-hair-dryer:before {
  content: "";
}

.rooms-icon-iron:before {
  content: "";
}

.rooms-icon-ac:before {
  content: "";
}

.rooms-icon-king-bed:before {
  content: "";
}

.rooms-icon-kitchen:before {
  content: "";
}

.rooms-icon-minibar:before {
  content: "";
}

.rooms-icon-smoke-free:before {
  content: "";
}

.rooms-icon-occupancy:before {
  content: "";
}

.rooms-icon-ocean-view:before {
  content: "";
}

.rooms-icon-personal_items:before {
  content: "";
}

.rooms-icon-pool-view:before {
  content: "";
}

.rooms-icon-room-service:before {
  content: "";
}

.rooms-icon-safe:before {
  content: "";
}

.rooms-icon-single-room:before {
  content: "";
}

.rooms-icon-smoking:before {
  content: "";
}

.rooms-icon-size:before {
  content: "";
}

.rooms-icon-pulloutsofa:before {
  content: "";
}

.rooms-icon-twin-room:before {
  content: "";
}

.rooms-icon-wifi:before {
  content: "";
}

.rooms-icon-adaroom:before {
  content: "";
}

.rooms-icon-airport-shuttle-paid:before {
  content: "";
}

.rooms-icon-amusement-park:before {
  content: "";
}

.rooms-icon-bar:before {
  content: "";
}

.rooms-icon-beach:before {
  content: "";
}

.rooms-icon-business-center:before {
  content: "";
}

.rooms-icon-elevator:before {
  content: "";
}

.rooms-icon-environmentally-friendly:before {
  content: "";
}

.rooms-icon-fitness:before {
  content: "";
}

.rooms-icon-golf:before {
  content: "";
}

.rooms-icon-indoor-pool:before {
  content: "";
}

.rooms-icon-landmark:before {
  content: "";
}

.rooms-icon-outdoor-pool:before {
  content: "";
}

.rooms-icon-pet-friendly:before {
  content: "";
}

.rooms-icon-pool:before {
  content: "";
}

.rooms-icon-restaurant:before {
  content: "";
}

.rooms-icon-shuttle:before {
  content: "";
}

.rooms-icon-spa:before {
  content: "";
}

.rooms-icon-ticket-services:before {
  content: "";
}

.rooms-icon-valet:before {
  content: "";
}

.rooms-icon-water-park:before {
  content: "";
}

.rooms-icon-coffeemaker:before {
  content: "";
}

.rooms-icon-highfloor:before {
  content: "";
}

.rooms-icon-airport-shuttle-free:before {
  content: "";
}

.rooms-icon-view:before {
  content: "";
}

.rooms-icon-tv:before {
  content: "";
}

.rooms-icon-minifridge:before {
  content: "";
}

.rooms-icon-pets:before {
  content: "";
}

.rooms-icon-valet-only:before {
  content: "";
}

.rooms-icon-accessibility-features:before {
  content: "";
}

.rooms-icon-parking:before {
  content: "";
}

#header .logo img.color {
  display: block;
}

.destinations #content {
  padding: 0;
}

.filters {
  width: 100%;
  height: 90px;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  background: #FFFDFB;
  box-shadow: 2px 0 15px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .filters {
    width: 100%;
    margin-left: 0;
    height: auto;
  }
}
.filters .filters-wrapper {
  display: block;
  position: relative;
  text-align: center;
  font-size: 0;
  height: 90px;
}
.filters .filters-wrapper:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  width: 1px;
  height: 60px;
  background: #8A7038;
  transition: height 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .filters .filters-wrapper:before {
    height: 1px;
    transform: translate(-50%, -50%);
    width: calc(100% - 56px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .filters .filters-wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .filters .filters-wrapper {
    width: 100%;
    height: auto;
  }
}
.filters .checkbox-container {
  display: inline-block;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .filters .checkbox-container {
    display: block;
  }
}
.filters .checkbox-container:first-child {
  text-align: right;
}
.filters .checkbox-container:first-child .button-wrapper:after {
  right: auto;
}
.filters .checkbox-container:first-child .button-wrapper .filter-button {
  padding-left: 0;
}
.filters .checkbox-container:first-child .checkbox-dropdown {
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  .filters .checkbox-container:first-child .checkbox-dropdown {
    padding: 109px 58px 50px 58px;
  }
}
.filters .checkbox-container:first-child .checkbox-dropdown:after {
  right: calc(50% - 1px);
  left: auto;
}
.filters .checkbox-container:first-child .cols-wrapper {
  float: left;
  align-items: flex-end;
  padding-left: 0;
}
.filters .checkbox-container:first-child .inner-wrapper {
  max-width: 365px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .filters .checkbox-container:first-child .inner-wrapper {
    width: 310px;
    margin: 0 auto;
  }
}
.filters .checkbox-container.active .checkbox-dropdown {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 767px) {
  .filters .checkbox-container.active .checkbox-dropdown {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 3;
  }
}
.filters .checkbox-container.active .filter-button {
  color: #8A7038;
}
.filters .checkbox-container.active .filter-button:before {
  width: 15px;
  right: -1px;
}
.filters .checkbox-container.active .filter-button span:after {
  transform: rotate(135deg) translateY(-50%);
  border-color: #BD9B5F;
  margin-top: -6px;
  right: 7px;
}
.filters .checkbox-container .button-wrapper {
  cursor: pointer;
}
.filters .checkbox-container .filter-button {
  text-transform: uppercase;
  font: 18px/90px "Montserrat", sans-serif;
  color: #8A7038;
  letter-spacing: 2px;
  position: relative;
  padding: 0 0 0 30px;
  width: 400px;
}
.filters .checkbox-container .filter-button span {
  position: relative;
}
.filters .checkbox-container .filter-button span.desktop {
  padding-right: 30px;
}
@media only screen and (max-width: 767px) {
  .destinations-fixed .filters .checkbox-container .filter-button span.desktop {
    padding-right: 0;
    display: block;
    font: 8px/50px "Montserrat", sans-serif;
  }
}
.filters .checkbox-container .filter-button span.mobile-only {
  display: none;
}
.filters .checkbox-container .filter-button span.mobile-only:after {
  right: 5px;
}
.filters .checkbox-container .filter-button span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #8A7038;
  border-left: 1px solid #8A7038;
  transform: rotate(-45deg) translateY(-50%);
  margin-top: -2px;
  pointer-events: none;
  transition: border-color 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .filters .checkbox-container .filter-button span:after {
    margin-top: -6px;
  }
  .destinations-fixed .filters .checkbox-container .filter-button span:after {
    top: 90%;
    left: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .filters .checkbox-container .filter-button {
    width: 350px;
    font-size: 14px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .filters .checkbox-container .filter-button {
    width: 100%;
    font-weight: 600;
    padding: 0;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 50px;
  }
}
.filters .checkbox-container .filter-button:before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  display: inline-block;
  height: 100%;
  width: 0;
  background: #8A7038;
  transition: width 350ms ease-in-out;
}
.filters .checkbox-container .checkbox-dropdown {
  background: #FFFDFB;
  padding: 35px 0 0 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  transition: opacity 350ms ease-in-out;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767px) {
  .filters .checkbox-container .checkbox-dropdown {
    padding: 109px 58px 50px 58px;
    overflow: auto;
  }
}
.filters .checkbox-container .checkbox-dropdown:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  max-width: 698px;
  width: 100%;
  height: 1px;
  background: #8A7038;
}
@media only screen and (max-width: 767px) {
  .filters .checkbox-container .checkbox-dropdown:after {
    display: none;
  }
}
.filters .checkbox-container .checkbox-dropdown .close-button {
  display: none;
  position: fixed;
  right: 5px;
  top: 85px;
  width: 45px;
  height: 45px;
  font-size: 0;
  text-indent: -9999em;
}
.filters .checkbox-container .checkbox-dropdown .close-button:before, .filters .checkbox-container .checkbox-dropdown .close-button:after {
  position: absolute;
  content: "";
  height: 45px;
  width: 1px;
  background-color: #000000;
  top: 0;
  right: 50%;
}
.filters .checkbox-container .checkbox-dropdown .close-button:before {
  transform: rotate(-45deg);
}
.filters .checkbox-container .checkbox-dropdown .close-button:after {
  transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .filters .checkbox-container .checkbox-dropdown .close-button {
    display: block;
  }
}
.filters .checkbox-container .cols-wrapper {
  float: right;
  width: 50%;
  display: flex;
  align-items: flex-start;
  flex-flow: column;
  padding-left: 35px;
}
@media only screen and (max-width: 767px) {
  .filters .checkbox-container .cols-wrapper {
    width: 100%;
    padding-left: 0;
  }
}
.filters .checkbox-container .inner-wrapper {
  display: flex;
  max-width: 620px;
  flex-flow: wrap;
}
.filters .checkbox-container .col {
  margin: 0 0 2px;
  text-align: left;
  width: 310px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .filters .checkbox-container .col {
    margin-bottom: 5px;
    width: 100%;
  }
}
.filters .checkbox-container .col input[type=checkbox],
.filters .checkbox-container .col input[type=radio] {
  visibility: hidden;
  position: absolute;
  top: 6px;
  left: 1px;
}
.keyboard-navigation .filters .checkbox-container .col input[type=checkbox],
.keyboard-navigation .filters .checkbox-container .col input[type=radio] {
  visibility: visible;
}
.filters .checkbox-container .col input[type=checkbox]:checked + label,
.filters .checkbox-container .col input[type=radio]:checked + label {
  color: #8A7038;
}
.filters .checkbox-container .col input[type=checkbox]:checked + label:before,
.filters .checkbox-container .col input[type=radio]:checked + label:before {
  background: #8A7038;
}
.filters .checkbox-container .col label, .filters .checkbox-container .col .clear-filters {
  font: 600 14px/26px "Montserrat", sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  display: block;
  letter-spacing: 1px;
  color: #3A3632;
  padding-left: 48px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .filters .checkbox-container .col label, .filters .checkbox-container .col .clear-filters {
    font-size: 12px;
    line-height: 35px;
  }
}
.filters .checkbox-container .col label:before, .filters .checkbox-container .col .clear-filters:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border: 1px solid #8A7038;
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
  transition: background-color 350ms ease-in-out;
}
.keyboard-navigation .filters .checkbox-container .col label:before, .keyboard-navigation .filters .checkbox-container .col .clear-filters:before {
  visibility: hidden;
}
@media only screen and (max-width: 767px) {
  .filters .checkbox-container .col label:before, .filters .checkbox-container .col .clear-filters:before {
    width: 22px;
    height: 22px;
  }
}
.filters .checkbox-container .col label:hover, .filters .checkbox-container .col label:focus, .filters .checkbox-container .col .clear-filters:hover, .filters .checkbox-container .col .clear-filters:focus {
  color: #8A7038;
  transition: color 350ms ease-in-out;
}
.filters .checkbox-container .col .clear-filters {
  margin: 29px 0 0;
}
.keyboard-navigation .filters .checkbox-container .col .clear-filters:before {
  visibility: visible !important;
}
.filters .checkbox-container .col .clear-filters.active:before {
  background: #8A7038;
}
.filters .checkbox-container .show-results {
  margin: 31px 0 36px;
  padding: 0 20px;
  width: 250px;
}
.filters .checkbox-container .show-results.no-results {
  pointer-events: none;
  background: #E6E3E1;
}
@media only screen and (max-width: 767px) {
  .filters .checkbox-container .show-results {
    width: 100%;
    height: 60px;
  }
}
.filters .checkbox-container.experiences-container .filter-button:before {
  height: 100%;
  right: auto;
  left: 0;
}
.filters .checkbox-container.experiences-container .filter-button:hover:before {
  height: 100%;
  right: auto;
  left: 0;
}

.destinations-fixed .destinations-list, .filters-opened .destinations-list {
  position: fixed;
  top: 75px;
  width: 100%;
  z-index: 50;
}
.destinations-fixed .filters, .filters-opened .filters {
  height: 50px;
}
.destinations-fixed .filters .filters-wrapper:before, .filters-opened .filters .filters-wrapper:before {
  width: 1px;
  height: 50px;
  transform: translateX(-50%);
  top: 0;
}
.destinations-fixed .filters .checkbox-container, .filters-opened .filters .checkbox-container {
  display: inline-block;
  width: 50%;
  height: 50px;
}
.destinations-fixed .filters .checkbox-container .filter-button .mobile-only:after, .filters-opened .filters .checkbox-container .filter-button .mobile-only:after {
  right: 10px;
  margin-top: -3px;
}

.search-empty {
  display: none;
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}
.search-empty.visible {
  display: block;
}

.filter-items-wrapper .content-wrapper {
  display: flex;
  flex-flow: wrap;
  overflow: hidden;
  margin-top: 28px;
  justify-content: center;
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .filter-items-wrapper .content-wrapper {
    display: block;
    flex-flow: unset;
    margin-top: 10px;
  }
}
.filter-items-wrapper .content-wrapper.properties-count-1 {
  text-align: center;
  max-width: 548px;
  margin: 0 auto;
}
.filter-items-wrapper .content-wrapper.properties-count-1 .item-infocard {
  float: none;
  width: 100%;
  margin: 0 0 20px;
}
.filter-items-wrapper .item-infocard {
  width: calc(50% - 24px);
  min-height: 566px;
  border: 1px solid #3A3632;
  float: left;
  padding-bottom: 100px;
  box-sizing: border-box;
  margin: 0 12px 25px 12px;
  overflow: hidden;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .filter-items-wrapper .item-infocard {
    width: 100%;
    min-height: auto;
    padding-bottom: 20px;
    margin: 0 0 20px 0;
  }
}
.filter-items-wrapper .item-infocard .thumb {
  height: 311px;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  background-color: #BD9B5F;
}
@media only screen and (max-width: 767px) {
  .filter-items-wrapper .item-infocard .thumb {
    height: 0;
    padding-bottom: 56.25vw;
  }
}
.filter-items-wrapper .item-infocard .thumb:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90px;
  opacity: 0.8;
  background: linear-gradient(to bottom, rgba(229, 229, 229, 0) 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00e5e5e5", endColorstr="#000000", GradientType=0);
}
.filter-items-wrapper .item-infocard .thumb h3 {
  font: 500 22px/26px "Montserrat", sans-serif;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  bottom: 26px;
  left: 20px;
  right: 20px;
  z-index: 1;
  letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
  .filter-items-wrapper .item-infocard .thumb h3 {
    font-size: 18px;
    line-height: 20px;
    bottom: 20px;
  }
}
.filter-items-wrapper .item-infocard .thumb h3 a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
}
.filter-items-wrapper .item-infocard .thumb h3 a:hover {
  color: #BD9B5F;
}
.filter-items-wrapper .item-infocard .description-wrapper {
  padding: 0 40px;
}
@media only screen and (max-width: 767px) {
  .filter-items-wrapper .item-infocard .description-wrapper {
    padding: 0 20px;
  }
}
.filter-items-wrapper .item-infocard .description-wrapper h4 {
  color: #3A3632;
  text-transform: uppercase;
  font: 500 16px/26px "Montserrat", sans-serif;
  margin: 27px 0 0;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .filter-items-wrapper .item-infocard .description-wrapper h4 {
    margin: 15px 0 0;
  }
}
.filter-items-wrapper .item-infocard .description-wrapper h4 a {
  color: #3A3632;
}
.filter-items-wrapper .item-infocard .description-wrapper h4 a:hover {
  color: #BD9B5F;
}
.filter-items-wrapper .item-infocard .description-wrapper a {
  color: #3A3632;
  text-decoration: none;
  font: 500 16px/26px "Montserrat", sans-serif;
  text-transform: uppercase;
}
.filter-items-wrapper .item-infocard .description-wrapper a:hover {
  color: #BD9B5F;
}
.filter-items-wrapper .item-infocard .description-wrapper a.phone {
  display: block;
  margin-top: 9px;
}
.filter-items-wrapper .item-infocard .description-wrapper .description {
  margin: 7px 0 0;
}
.filter-items-wrapper .item-infocard .description-wrapper .description p {
  font: 19px/26px "Montserrat", sans-serif;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .filter-items-wrapper .item-infocard .description-wrapper .description p {
    font-size: 16px;
    line-height: 22px;
  }
}
.filter-items-wrapper .item-infocard .description-wrapper .text-button {
  font-size: 16px;
  line-height: 20px;
  margin-top: 12px;
  color: #BD9B5F;
  letter-spacing: 1px;
}
.filter-items-wrapper .item-infocard .description-wrapper .text-button:hover {
  color: #BD9B5F;
}
.filter-items-wrapper .item-infocard .description-wrapper .text-button:hover:after {
  border-color: #BD9B5F;
}
.filter-items-wrapper .item-infocard .button {
  position: absolute;
  bottom: 22px;
  left: 20px;
  right: 20px;
}
@media only screen and (max-width: 767px) {
  .filter-items-wrapper .item-infocard .button {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    width: 100%;
    margin: 15px 0 0 0;
  }
}
.filter-items-wrapper .item-infocard .button span {
  display: inline-block;
  line-height: 60px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .filter-items-wrapper .item-infocard .button span {
    line-height: 40px;
  }
}
.filter-items-wrapper .item-infocard .button svg {
  display: inline-block;
  vertical-align: middle;
  right: 15px;
  width: 24px;
  height: 22px;
  margin: -10px 20px 0 0;
  fill: #fff;
  pointer-events: none;
  transition: fill 350ms ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .filter-items-wrapper .item-infocard .button svg {
    margin-right: 5px;
  }
}

.destinations-popup .center-column {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 100%;
  max-width: 1340px;
}
.destinations-popup .close-popup {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -50px;
  right: 35%;
  transition: transform 200ms ease;
}
.destinations-popup .close-popup:hover {
  transform: rotate(90deg);
}
@media only screen and (max-width: 1023px) {
  .destinations-popup .close-popup:hover {
    transform: none;
  }
}
.destinations-popup .close-popup:before, .destinations-popup .close-popup:after {
  content: "";
  display: block;
  width: 2px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #ffffff;
}
.destinations-popup .close-popup:before {
  transform: translate(-50%, -50%) rotate(-45deg);
  transform-origin: center;
}
.destinations-popup .close-popup:after {
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: center;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .destinations-popup .close-popup {
    right: 22%;
  }
}
@media only screen and (max-width: 767px) {
  .destinations-popup .close-popup {
    top: -30px;
    right: 30px;
    width: 20px;
    height: 20px;
  }
  .destinations-popup .close-popup:before, .destinations-popup .close-popup:after {
    height: 30px;
  }
}
.destinations-popup .destination-slide {
  background: #ffffff;
  padding: 22px 40px 40px;
  width: 400px;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  box-shadow: 2px 0 14px 0 rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 767px) {
  .destinations-popup .destination-slide {
    padding: 20px 15px 20px;
    width: 100%;
  }
}
.destinations-popup .destination-slide.swiper-slide {
  width: 100%;
  transform: scale(0.9);
  transition: transform 200ms ease;
  min-height: 500px;
  height: auto;
  background-color: #ffebd5;
}
.destinations-popup .destination-slide.swiper-slide:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgba(58, 54, 50, 0.7);
}
@media only screen and (max-width: 767px) {
  .destinations-popup .destination-slide.swiper-slide {
    min-height: 0;
    width: 100%;
    transform: scale(1);
  }
}
.destinations-popup .destination-slide.swiper-slide.swiper-slide-active.swiper-slide-visible {
  transform: scale(1);
  background: #ffffff;
}
.destinations-popup .destination-slide.swiper-slide.swiper-slide-active.swiper-slide-visible:after {
  content: none;
}
.destinations-popup .destination-slide .state {
  font: 600 16px/30px "Montserrat", sans-serif;
  color: #3A3632;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 15px;
}
.destinations-popup .destination-slide .city {
  height: 35px;
  background: #8A7038;
  font: 600 12px/35px "Montserrat", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
}
.destinations-popup .destination-slide .thumbnail {
  width: 100%;
  position: relative;
  height: 171px;
  background-size: cover;
  background-position: center;
}
.destinations-popup .destination-slide .thumbnail.no-image {
  display: none;
}
.destinations-popup .destination-slide .thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  background-color: #3A3632;
}
.destinations-popup .destination-slide .content {
  margin-top: 18px;
}
.destinations-popup .destination-slide .content .title {
  color: #8A7038;
  font: 400 24px/30px "Montserrat", sans-serif;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 7px;
}
.destinations-popup .destination-slide .content .sub-title {
  color: #3A3632;
  font: 600 12px/15px "Montserrat", sans-serif;
  text-align: center;
  text-transform: uppercase;
}
.destinations-popup .destination-slide .content .descr {
  margin-top: 18px;
  text-align: center;
  padding-bottom: 90px;
}
.destinations-popup .destination-slide .content .descr p {
  font: 400 16px/24px "Didot", sans-serif;
}
.destinations-popup .destination-slide .content nav {
  margin-top: 27px;
  border-top: 1px solid #8A7038;
  border-bottom: 1px solid #8A7038;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 23px;
  display: flex;
  justify-content: space-between;
}
.destinations-popup .destination-slide .content nav:after {
  clear: both;
  content: "";
  display: table;
}
.destinations-popup .destination-slide .content nav:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 1px;
  background: #8A7038;
  pointer-events: none;
}
.destinations-popup .destination-slide .content nav a {
  font: 600 12px/49px "Montserrat", sans-serif;
  color: #8A7038;
  text-transform: uppercase;
  text-decoration: none;
  height: 49px;
  width: 50%;
  text-align: center;
  display: block;
  transition: background 200ms ease, color 200ms ease;
}
.destinations-popup .destination-slide .content nav a:hover {
  background: #8A7038;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .destinations-popup .destination-slide .content nav {
    left: 15px;
    right: 15px;
  }
}
.destinations-popup .destination-slide.specials-slide,
.destinations-popup .destination-slide.custom-slide {
  background: #ffffff;
  padding: 0;
  border: 10px solid #E6E3E1;
}
.destinations-popup .destination-slide.specials-slide.swiper-slide,
.destinations-popup .destination-slide.custom-slide.swiper-slide {
  width: 100%;
  transform: scale(0.9);
  transition: transform 200ms ease;
  min-height: 500px;
  height: auto;
  background: #ffffff;
  border: 10px solid rgba(58, 54, 50, 0.7);
}
@media only screen and (max-width: 767px) {
  .destinations-popup .destination-slide.specials-slide.swiper-slide,
.destinations-popup .destination-slide.custom-slide.swiper-slide {
    min-height: 0;
    width: 100%;
    transform: scale(1);
  }
}
.destinations-popup .destination-slide.specials-slide.swiper-slide.swiper-slide-active.swiper-slide-visible,
.destinations-popup .destination-slide.custom-slide.swiper-slide.swiper-slide-active.swiper-slide-visible {
  transform: scale(1);
  background: #ffffff;
  border: 10px solid #E6E3E1;
}
.destinations-popup .destination-slide.specials-slide.swiper-slide.swiper-slide-active.swiper-slide-visible:after,
.destinations-popup .destination-slide.custom-slide.swiper-slide.swiper-slide-active.swiper-slide-visible:after {
  content: none;
}
.destinations-popup .destination-slide.specials-slide .thumbnail,
.destinations-popup .destination-slide.custom-slide .thumbnail {
  width: 100%;
  position: relative;
  height: 240px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .destinations-popup .destination-slide.specials-slide .thumbnail,
.destinations-popup .destination-slide.custom-slide .thumbnail {
    height: 215px;
  }
}
.destinations-popup .destination-slide.specials-slide .thumbnail img,
.destinations-popup .destination-slide.custom-slide .thumbnail img {
  height: 240px;
}
@media only screen and (max-width: 767px) {
  .destinations-popup .destination-slide.specials-slide .thumbnail img,
.destinations-popup .destination-slide.custom-slide .thumbnail img {
    height: 215px;
  }
}
.destinations-popup .destination-slide.specials-slide .thumbnail.no-image,
.destinations-popup .destination-slide.custom-slide .thumbnail.no-image {
  display: block;
  height: 240px;
  font-size: 0;
  text-indent: -9999em;
  background: #E6E3E1;
}
@media only screen and (max-width: 767px) {
  .destinations-popup .destination-slide.specials-slide .thumbnail.no-image,
.destinations-popup .destination-slide.custom-slide .thumbnail.no-image {
    height: 215px;
  }
}
.destinations-popup .destination-slide.specials-slide .thumbnail.no-image img,
.destinations-popup .destination-slide.custom-slide .thumbnail.no-image img {
  display: none;
}
.destinations-popup .destination-slide.specials-slide .description,
.destinations-popup .destination-slide.custom-slide .description {
  background: #fff;
  font: 16px/24px "Garamond", Arial;
  color: #3A3632;
  padding: 25px 30px 90px 30px;
}
@media only screen and (max-width: 767px) {
  .destinations-popup .destination-slide.specials-slide .description,
.destinations-popup .destination-slide.custom-slide .description {
    text-align: center;
    padding: 18px 15px 80px;
    font-size: 19px;
    line-height: 22px;
  }
}
.destinations-popup .destination-slide.specials-slide .description h3,
.destinations-popup .destination-slide.custom-slide .description h3 {
  font: 24px/30px "Montserrat", sans-serif;
  color: #8A7038;
  margin-bottom: 19px;
}
@media only screen and (max-width: 767px) {
  .destinations-popup .destination-slide.specials-slide .description h3,
.destinations-popup .destination-slide.custom-slide .description h3 {
    margin-bottom: 13px;
  }
}
.destinations-popup .destination-slide.specials-slide .description nav,
.destinations-popup .destination-slide.custom-slide .description nav {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 23px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .destinations-popup .destination-slide.specials-slide .description nav,
.destinations-popup .destination-slide.custom-slide .description nav {
    left: 16px;
    right: 16px;
    bottom: 10px;
  }
}
.destinations-popup .destination-slide.specials-slide .description .book-now,
.destinations-popup .destination-slide.custom-slide .description .book-now {
  line-height: 39px;
  height: auto;
  padding: 0 45px;
}
@media only screen and (max-width: 1140px) {
  .destinations-popup .destination-slide.specials-slide .description .book-now,
.destinations-popup .destination-slide.custom-slide .description .book-now {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 767px) {
  .destinations-popup .destination-slide.specials-slide .description .book-now,
.destinations-popup .destination-slide.custom-slide .description .book-now {
    padding: 0 32px;
    line-height: 50px;
    height: 50px;
  }
}
.destinations-popup .destination-slide.specials-slide .description .only-text,
.destinations-popup .destination-slide.custom-slide .description .only-text {
  background: none;
  color: #8A7038;
  text-decoration: underline;
  line-height: 39px;
  padding: 0;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .destinations-popup .destination-slide.specials-slide .description .only-text,
.destinations-popup .destination-slide.custom-slide .description .only-text {
    line-height: 52px;
  }
}
.destinations-popup .destination-slide.specials-slide .description .only-text:hover,
.destinations-popup .destination-slide.custom-slide .description .only-text:hover {
  text-decoration: none;
  color: #BD9B5F;
}
.destinations-popup .slideshow {
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .destinations-popup .slideshow {
    overflow: visible;
  }
}
.destinations-popup .slideshow-wrapper:not(.swiper-wrapper) {
  text-align: center;
}
.destinations-popup .slideshow-pagination {
  text-align: center;
  margin-top: 30px;
}
.destinations-popup .slideshow-pagination button {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin: 0 10px;
  opacity: 0.4;
  background: #ffffff;
  transition: opacity 200ms ease;
  color: #000000;
  overflow: hidden;
  text-indent: -999px;
}
.destinations-popup .slideshow-pagination button.active, .destinations-popup .slideshow-pagination button:hover {
  opacity: 1;
}
.destinations-popup .slideshow-navigation {
  top: calc(50% - 35px);
  position: absolute;
  transform: translateY(-50%);
  left: 34%;
  width: 32%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .destinations-popup .slideshow-navigation {
    transform: translateX(-50%);
    left: 50%;
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .destinations-popup .slideshow-navigation {
    transform: translateX(-50%);
    left: 50%;
    width: 95%;
  }
}
.destinations-popup .slideshow-navigation .slideshow-button {
  background: #ffffff;
  position: absolute;
}
.destinations-popup .slideshow-navigation .slideshow-button:after {
  border: 3px solid #BD9B5F;
  border-bottom: 0;
  border-left: 0;
}
.destinations-popup .slideshow-navigation .slideshow-button.next {
  right: 0;
}
.destinations-popup .slideshow-navigation .slideshow-button:hover {
  background: #BD9B5F;
}
.destinations-popup .slideshow-navigation .slideshow-button:hover:after {
  border: 3px solid #ffffff;
  border-bottom: 0;
  border-left: 0;
}

.destinations-regions-wrapper {
  margin-top: 60px;
}
.destinations-regions-wrapper .center-column {
  max-width: 1188px;
  padding: 0 27px;
  margin: 0 auto;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .destinations-regions-wrapper .center-column {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .destinations-regions-wrapper .center-column {
    padding: 0;
  }
}
.destinations-regions-wrapper .center-column .region {
  width: calc(50% - 36px);
  position: relative;
  text-align: center;
  margin: 0 18px 60px 18px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .destinations-regions-wrapper .center-column .region {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  .destinations-regions-wrapper .center-column .region {
    width: 100%;
    flex-flow: column;
    margin: 0 0 43px 0;
  }
}
.destinations-regions-wrapper .center-column .region .thumbnail {
  position: relative;
  width: 100%;
  height: 360px;
  background-color: #E6E3E1;
}
@media only screen and (max-width: 767px) {
  .destinations-regions-wrapper .center-column .region .thumbnail {
    height: 300px;
  }
}
.destinations-regions-wrapper .center-column .region .thumbnail:before, .destinations-regions-wrapper .center-column .region .thumbnail:after {
  content: "";
  width: 25px;
  height: 25px;
  background: #BD9B5F;
  position: absolute;
  bottom: -12px;
  border-radius: 50%;
  z-index: 2;
}
.destinations-regions-wrapper .center-column .region .thumbnail:before {
  left: 30px;
}
.destinations-regions-wrapper .center-column .region .thumbnail:after {
  right: 30px;
}
@media only screen and (max-width: 767px) {
  .destinations-regions-wrapper .center-column .region .thumbnail:before, .destinations-regions-wrapper .center-column .region .thumbnail:after {
    width: 18px;
    height: 18px;
    bottom: -8px;
  }
  .destinations-regions-wrapper .center-column .region .thumbnail:before {
    left: 18px;
  }
  .destinations-regions-wrapper .center-column .region .thumbnail:after {
    right: 18px;
  }
}
.destinations-regions-wrapper .center-column .region .description {
  width: calc(100% - 86px);
  margin: -60px auto 0;
  background: #fff;
  z-index: 1;
  position: relative;
  padding: 19px 20px 0;
}
.destinations-regions-wrapper .center-column .region .description:before, .destinations-regions-wrapper .center-column .region .description:after {
  content: "";
  width: 1px;
  background: #BD9B5F;
  position: absolute;
  top: 60px;
  height: calc(100% - 60px);
}
.destinations-regions-wrapper .center-column .region .description:before {
  left: -1px;
}
.destinations-regions-wrapper .center-column .region .description:after {
  right: -1px;
}
.destinations-regions-wrapper .center-column .region .description h3, .destinations-regions-wrapper .center-column .region .description .h3 {
  font: 42px/52px "Didot", sans-serif;
  color: #91867A;
  margin-bottom: 20px;
}
.destinations-regions-wrapper .center-column .region .description p {
  font-size: 16px;
  line-height: 1.4;
  color: #3A3632;
  margin-bottom: 25px;
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  .destinations-regions-wrapper .center-column .region .description p {
    padding: 0;
  }
}
.destinations-regions-wrapper .center-column .region .description .button {
  background: none;
  text-decoration: underline;
  color: #8A7038;
  font-size: 12px;
  line-height: 15px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.destinations-regions-wrapper .center-column .region .description .button:hover {
  color: #BD9B5F;
  text-decoration: none;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .destinations-regions-wrapper .center-column .region .description h3 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .destinations-regions-wrapper .center-column .region .description {
    width: calc(100% - 54px);
    margin-top: -73px;
    padding: 12px 20px 0;
  }
  .destinations-regions-wrapper .center-column .region .description:before, .destinations-regions-wrapper .center-column .region .description:after {
    content: none;
  }
  .destinations-regions-wrapper .center-column .region .description h3 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 767px) {
  html.hamburger-navigation-visible {
    overflow: hidden;
  }
}
#hamburger-navigation {
  display: block;
  position: fixed;
  left: -100%;
  top: 0;
  padding: 118px 40px 20px 50px;
  height: 100%;
  width: 400px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  transition: left 350ms ease-in-out, visibility 350ms ease-in-out;
  text-align: left;
  z-index: 60;
  visibility: hidden;
  box-shadow: 2px 0 15px 0 rgba(0, 0, 0, 0.15);
}
#hamburger-navigation:after {
  content: "";
  width: 394px;
  height: 110px;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: -100%;
  right: 0;
  z-index: 100;
  visibility: hidden;
  transition: left 350ms ease-in-out, visibility 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation {
    width: 100%;
    padding: 90px 70px 20px 60px;
  }
  #hamburger-navigation:after {
    height: 90px;
  }
}
.alert-visible #hamburger-navigation {
  top: 40px;
  height: calc(100% - 40px);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .alert-visible #hamburger-navigation {
    top: 60px;
    height: calc(100% - 60px);
  }
}
@media only screen and (max-width: 767px) {
  .alert-visible #hamburger-navigation {
    top: 80px;
    height: calc(100% - 80px);
  }
}
.hamburger-navigation-visible #hamburger-navigation {
  left: 0;
  visibility: visible;
}
.hamburger-navigation-visible #hamburger-navigation:after {
  left: 0;
  visibility: visible;
}
#hamburger-navigation a, #hamburger-navigation .more-menu button {
  display: block;
  font: 600 14px/30px "Montserrat", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #8A7038;
  text-decoration: none;
}
#hamburger-navigation a:hover, #hamburger-navigation a.active, #hamburger-navigation .more-menu button:hover, #hamburger-navigation .more-menu button.active {
  color: #3A3632;
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation a, #hamburger-navigation .more-menu button {
    font-size: 12px;
    padding-right: 25px;
  }
}
#hamburger-navigation ul li {
  margin-bottom: 10px;
  position: relative;
}
#hamburger-navigation .top-menu, #hamburger-navigation .main-menu {
  border-bottom: 1px solid #8A7038;
  padding-bottom: 4px;
  margin-bottom: 14px;
}
#hamburger-navigation .main-menu {
  border-bottom: 0;
  margin-bottom: 0;
}
#hamburger-navigation .footer-menu {
  padding-bottom: 5px;
  margin-bottom: 0;
}
#hamburger-navigation .top-menu {
  z-index: 4;
  width: 100%;
}
#hamburger-navigation .main-menu .menu.submenu,
#hamburger-navigation .more-menu .menu.submenu {
  position: relative;
  overflow: hidden;
  max-height: 0;
  padding: 0 0 0 10px;
  transition: max-height 222ms cubic-bezier(0, 1, 0, 1), padding 333ms, visibility 300ms;
  visibility: hidden;
}
#hamburger-navigation .main-menu .menu.submenu a,
#hamburger-navigation .more-menu .menu.submenu a {
  font-size: 13px;
  line-height: 1.2;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation .main-menu .menu.submenu a,
#hamburger-navigation .more-menu .menu.submenu a {
    font-size: 10px;
  }
}
#hamburger-navigation .main-menu .parent.expanded > .submenu,
#hamburger-navigation .more-menu .parent.expanded > .submenu {
  max-height: 800px;
  padding: 10px 0 0 10px;
  transition: max-height 222ms cubic-bezier(1, 0, 1, 0), padding 333ms;
  visibility: visible;
}
#hamburger-navigation .main-menu .plus,
#hamburger-navigation .more-menu .plus {
  display: block;
  height: 32px;
  width: 32px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
#hamburger-navigation .main-menu .plus:after,
#hamburger-navigation .more-menu .plus:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #8A7038;
  border-left: 1px solid #8A7038;
  transform: rotate(-45deg) translateY(-50%);
  margin-top: -4px;
  pointer-events: none;
  transition: transform 350ms ease-in-out;
}
#hamburger-navigation .main-menu .parent.expanded > .plus:after,
#hamburger-navigation .more-menu .parent.expanded > .plus:after {
  transform: rotate(135deg) translateY(-50%);
}
#hamburger-navigation .main-menu .menu.submenu .plus,
#hamburger-navigation .more-menu .menu.submenu .plus {
  top: 0;
}
#hamburger-navigation .more-menu {
  margin-bottom: 18px;
  padding-top: 10px;
  border-top: 1px solid #8A7038;
}
#hamburger-navigation .more-menu .more-button {
  width: 100%;
  position: relative;
  text-align: left;
}
#hamburger-navigation .more-menu .more-button:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #8A7038;
  border-left: 1px solid #8A7038;
  transform: rotate(-45deg) translateY(-50%);
  margin-top: -4px;
  pointer-events: none;
  transition: transform 350ms ease-in-out;
}
#hamburger-navigation .more-menu ul {
  position: relative;
  overflow: hidden;
  max-height: 0;
  padding: 0;
  transition: max-height 222ms cubic-bezier(0, 1, 0, 1), padding 333ms, visibility 300ms;
  visibility: hidden;
}
#hamburger-navigation .more-menu ul a {
  color: #8A7038;
}
#hamburger-navigation .more-menu ul a:hover, #hamburger-navigation .more-menu ul a.active {
  color: #3A3632;
}
#hamburger-navigation .more-menu .more-button.expanded:after {
  transform: rotate(135deg) translateY(-50%);
}
#hamburger-navigation .more-menu .more-button.expanded + ul {
  max-height: 800px;
  padding: 10px 0 0;
  transition: max-height 222ms cubic-bezier(1, 0, 1, 0), padding 333ms;
  visibility: visible;
}
#hamburger-navigation .booking-trigger {
  width: 100%;
}

#booking {
  position: relative;
  width: 100%;
  padding: 0;
  background: transparent;
  height: 0;
  z-index: 80;
}
#booking.active {
  display: block;
}
@media only screen and (max-width: 1023px) {
  #booking {
    z-index: 150;
  }
}
#booking .ada-booking-button {
  margin: 0 auto;
  width: 1100px;
  height: 106px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -100%);
  top: -50px;
  z-index: 1;
  display: none;
}
.keyboard-navigation #booking .ada-booking-button {
  display: block;
}
#booking form {
  position: relative;
}
@media only screen and (max-width: 1023px) {
  #booking form {
    border: none;
    transform: translateY(0px);
  }
}
#booking .hidden-property-id {
  height: 0;
  font-size: 0;
  position: absolute;
  top: 40px;
  left: 25px;
  border: 0;
}
.keyboard-navigation #booking .hidden-property-id {
  display: none;
}
#booking .booking-content {
  display: inline-block;
  width: 100%;
  font-size: 0;
  vertical-align: bottom;
}
@media only screen and (max-width: 1023px) {
  #booking .booking-content {
    display: flex;
    flex-flow: column;
  }
}
#booking .column {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
}
#booking .column svg {
  stroke: #8A7038;
  fill: none;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1365px) {
  #booking .column svg {
    width: 30px;
    height: 30px;
  }
}
#booking .column .booking-info {
  font-size: 16px;
}
#booking .column .booking-info:not([type=submit]) {
  font-family: "Didot", sans-serif;
  font-size: 20px;
  padding: 0;
}
@media screen and (max-width: 1365px) {
  #booking .column .booking-info:not([type=submit]) {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1023px) {
  #booking .column .booking-info:not([type=submit]) {
    font-size: 15px;
  }
}
#booking .column .booking-info-container {
  position: relative;
  padding-right: 30px;
  padding-bottom: 12px;
  line-height: 36px;
  text-align: left;
  transition: all 0.3s;
  border-bottom: 2px solid transparent;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  #booking .column .booking-info-container {
    line-height: 17px;
    vertical-align: top;
    margin-top: 7px;
    border: none;
    padding-bottom: 26px;
    padding-right: 50px;
  }
}
#booking .column .booking-info-container::after {
  position: absolute;
  right: 0;
  top: calc(50% - 24px);
  transition: all 0.3s;
}
#booking .column .booking-info-container.active::after {
  transform: rotate(180deg);
}
#booking .column .booking-info-container.active.booking-dates::after {
  transform: none;
}
#booking label {
  display: block;
  font: 600 12px/1 "Montserrat", sans-serif;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #222222;
  text-align: left;
}
#booking input[type=text], #booking input[type=date], #booking select, #booking .input-overlay {
  display: block;
  height: 36px;
  padding: 0 10px;
  border: none;
  background: #ffffff;
  font-size: 14px;
  line-height: 36px;
  color: #777;
}
#booking .input-overlay {
  opacity: 0;
  margin-top: -36px;
}
#booking .select-wrapper {
  width: 100%;
}
#booking select {
  width: 58px;
}
#booking input[type=submit] {
  background: #E6E3E1;
  margin-top: 32px;
  display: inline-block;
  vertical-align: top;
  pointer-events: none;
}
#booking .destination-picked input[type=submit] {
  background: #BD9B5F;
  pointer-events: visible;
}
#booking .destination-picked input[type=submit]:hover {
  background: #BFB7B0;
}
#booking .property-text {
  margin: 20px auto 0;
  text-align: center;
  font-size: 15px;
  line-height: 1.2;
  max-width: 840px;
  padding-bottom: 50px;
}

@media only screen and (max-width: 1023px) {
  html.booking-visible {
    overflow: hidden;
  }
}
@media only screen and (max-width: 1023px) {
  #booking {
    position: fixed;
    top: 0;
    left: -101%;
    display: block;
    height: 100%;
    overflow: auto;
    padding: 0;
    transition: left 350ms ease-in-out;
    -webkit-overflow-scrolling: touch;
  }
  #booking.active {
    left: 0;
    z-index: 150;
  }
  #booking .center-column {
    padding: 0;
    max-width: 100%;
    height: 100%;
  }
  #booking .wrapper {
    height: 100%;
  }
  #booking form {
    height: 100%;
    padding: 111px 0 0;
  }
  #booking form fieldset {
    max-height: 100%;
    overflow-y: scroll;
    width: 100%;
    padding: 0;
  }
  #booking .column {
    margin-right: 0;
    width: 100%;
    transition: border-color 350ms ease-in-out;
  }
  #booking .column.active {
    border: none;
    margin-bottom: 0;
  }
  #booking .column.active ~ .tabs-content {
    border: none;
    z-index: 1;
    background: #FFFDFB;
    margin-bottom: 0;
  }
  #booking .column svg {
    top: 0;
    right: 0;
    transform: none;
  }
  #booking .column.destination {
    order: 1;
  }
  #booking .column.destination svg {
    height: 35px;
    right: 9px;
  }
  #booking .column.destination.active ~ .tabs-content {
    order: 5;
  }
  #booking .column.destination.active ~ .column {
    display: none;
  }
  #booking .column.dates {
    order: 10;
  }
  #booking .column.dates svg {
    height: 35px;
    width: 35px;
    right: 5px;
  }
  #booking .column.dates.active {
    border-bottom: none;
  }
  #booking .column.dates.active ~ .tabs-content {
    order: 15;
  }
  #booking .column.dates.active ~ .column {
    display: none;
  }
  #booking .column.rooms-guests {
    order: 20;
  }
  #booking .column.rooms-guests svg {
    height: 32px;
    width: 42px;
  }
  #booking .column.rooms-guests.active ~ .tabs-content {
    order: 25;
  }
  #booking .booking-content.destinations-active .not-column.submit [type=submit], #booking .booking-content.rooms-guests-active .not-column.submit [type=submit] {
    position: relative;
    bottom: auto;
    left: auto;
    margin-bottom: 50px;
  }
  #booking .booking-content.rooms-guests-active .column.destination, #booking .booking-content.rooms-guests-active .column.dates {
    display: none;
  }
  #booking .dates-opened .not-column.submit [type=submit] {
    position: relative;
    bottom: auto;
    left: auto;
    margin-bottom: 50px;
  }
  #booking input[type=text], #booking input[type=date], #booking select, #booking .input-overlay {
    width: 100%;
    padding: 0 35px;
    text-align: center;
    -moz-text-align-last: center;
         text-align-last: center;
  }
  #booking .input-overlay {
    display: block;
  }
  #booking #booking-dates {
    width: 100%;
  }
  #booking input[type=submit] {
    margin-top: 20px;
    width: 100%;
  }
}
#booking .logo-image {
  display: none;
}
@media only screen and (max-width: 1023px) {
  #booking .logo-image {
    display: block;
    margin: 0 auto 55px;
    width: 150px;
  }
}
#booking .close-booking-btn {
  position: absolute;
  width: 35px;
  top: 30px;
  right: 43px;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  #booking .close-booking-btn {
    z-index: 70;
    right: auto;
    left: 25px;
  }
}
#booking .close-booking-btn:hover .close-cross {
  transform: rotate(90deg);
}
@media only screen and (max-width: 1023px) {
  #booking .close-booking-btn:hover .close-cross {
    transform: none;
  }
}
#booking .close-booking-btn span {
  display: block;
}
#booking .close-booking-btn .close-cross {
  display: block;
  width: 35px;
  height: 35px;
  margin: 0;
  position: relative;
  transition: transform 0.3s;
}
#booking .close-booking-btn .close-cross::before, #booking .close-booking-btn .close-cross::after {
  position: absolute;
  content: "";
  height: 34px;
  width: 2px;
  background-color: #7D7268;
  top: calc(50% - 17px);
  left: calc(50% - 1px);
}
@media only screen and (max-width: 1023px) {
  #booking .close-booking-btn .close-cross::before, #booking .close-booking-btn .close-cross::after {
    width: 1px;
    top: calc(50% - 23px);
    height: 45px;
  }
}
#booking .close-booking-btn .close-cross::after {
  transform: rotate(45deg);
}
#booking .close-booking-btn .close-cross::before {
  transform: rotate(-45deg);
}
#booking .close-booking-btn .close-text {
  text-align: center;
  font: 600 9px/11px "Montserrat", sans-serif;
  color: #7D7268;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  #booking .close-booking-btn .close-text {
    display: none;
  }
}
#booking .close {
  display: none;
  position: relative;
  height: 30px;
  width: 30px;
  margin: 0 auto 30px;
  overflow: hidden;
  text-indent: -9999px;
  opacity: 1;
  cursor: pointer;
  transition: opacity 0.3s ease-out;
}
@media only screen and (max-width: 1023px) {
  #booking .close {
    display: block;
  }
}
#booking .close span {
  background: transparent;
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
}
#booking .close span:before, #booking .close span:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  position: absolute;
  left: -3px;
  background: #8A7038;
  transition: 350ms ease-in-out;
}
#booking .close span:before {
  top: -1px;
  transform: rotate(45deg);
}
#booking .close span:after {
  bottom: 0;
  transform: rotate(-45deg);
}
#booking .options-row {
  display: flex;
}
@media only screen and (max-width: 1023px) {
  #booking .options-row {
    flex-flow: wrap;
  }
}
#booking .not-column.submit {
  display: flex;
  flex: 100% 0 0;
  padding: 22px 12px;
  box-sizing: border-box;
  margin: 0;
}
#booking .not-column.submit input {
  margin: 0 auto;
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
@media only screen and (max-width: 1023px) {
  #booking .not-column.submit {
    display: flex;
    flex: 100% 0 0;
    justify-content: center;
    position: static;
    padding: 0;
    border: none;
    margin-bottom: 0;
    order: 100;
  }
  #booking .not-column.submit input {
    width: 100%;
  }
  #booking .not-column.submit input[type=submit] {
    padding: 0 10px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    left: 0;
    bottom: 56px;
  }
}
#booking .column {
  width: 33.3%;
  padding: 15px 35px 5px;
  border-bottom: 1px solid #8A7038;
  box-sizing: border-box;
  margin: 0;
}
#booking .column:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  transition: all 300ms ease;
}
@media only screen and (max-width: 1023px) {
  #booking .column:before {
    display: none;
  }
}
#booking .column:hover:before {
  width: 15px;
  background: #8A7038;
}
@media only screen and (max-width: 1023px) {
  #booking .column {
    padding: 0;
    width: 100%;
  }
}
#booking .column:not(.rooms-guests) {
  border-right: 1px solid #8A7038;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  #booking .column:not(.rooms-guests) {
    border: none;
    border-bottom: 1px solid #8A7038;
  }
}
#booking .column.active {
  border-bottom: none;
}
#booking .column.active:before {
  width: 15px;
  background: #8A7038;
}
#booking .column select {
  width: 100%;
}
#booking .column select option {
  font-family: "Didot", sans-serif;
  font-size: 18px;
}
#booking .column select[disabled] {
  opacity: 1;
}
#booking .column .booking-info {
  display: block;
  position: relative;
  width: 100%;
  border: none;
  border-bottom: 1px solid transparent;
  padding: 0;
  color: #91867A;
  font-family: "Didot", sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  #booking .column .booking-info {
    white-space: normal;
    -moz-text-align-last: left;
         text-align-last: left;
  }
}
@media only screen and (max-width: 1023px) {
  #booking .column {
    margin-bottom: 29px;
  }
}
#booking .tabs-content {
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  #booking .tabs-content {
    order: 2;
    border: none;
  }
}
#booking .tab {
  display: none;
}
#booking .tab.tab_destination {
  padding: 48px 35px 20px;
}
@media only screen and (max-width: 1023px) {
  #booking .tab.tab_destination {
    padding: 14px 0 0;
  }
}
#booking .tab.tab_destination .hotel-list {
  display: flex;
  flex-flow: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  #booking .tab.tab_destination .hotel-list {
    margin-bottom: 40px;
  }
}
#booking .tab.tab_destination .hotel-list .regions-wrap {
  display: flex;
  flex-flow: column;
}
@media only screen and (max-width: 1023px) {
  #booking .tab.tab_destination .hotel-list .regions-wrap {
    width: 100%;
  }
}
#booking .tab.tab_destination .hotel-list .sort-btn {
  display: flex;
  font: 600 14px/25px "Montserrat", sans-serif;
  letter-spacing: 1px;
  color: #3A3632;
  text-transform: uppercase;
  pointer-events: none;
  vertical-align: top;
}
#booking .tab.tab_destination .hotel-list .sort-btn .for-mobile {
  display: none;
}
@media only screen and (max-width: 1023px) {
  #booking .tab.tab_destination .hotel-list .sort-btn .for-mobile {
    display: block;
    margin-left: 5px;
  }
}
@media only screen and (max-width: 1023px) {
  #booking .tab.tab_destination .hotel-list .sort-btn {
    font-size: 12px;
    margin-bottom: 10px;
    padding-bottom: 13px;
    width: 100%;
    border-bottom: 1px solid #8A7038;
    pointer-events: visible;
  }
}
@media only screen and (max-width: 1023px) {
  #booking .tab.tab_destination .hotel-list .sort-btn.active {
    border-bottom: none;
    margin-bottom: 5px;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 1023px) {
  #booking .tab.tab_destination .hotel-list .sort-btn.active + .properties-list {
    max-height: 800px;
    transition: max-height 222ms cubic-bezier(1, 0, 1, 0), padding 333ms;
    visibility: visible;
    margin-bottom: 10px;
    padding-bottom: 13px;
    border-bottom: 1px solid #8A7038;
  }
}
#booking .tab.tab_destination .hotel-list .properties-list {
  margin-bottom: 25px;
}
@media only screen and (max-width: 1023px) {
  #booking .tab.tab_destination .hotel-list .properties-list li .hotel-item {
    font-size: 12px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 1023px) {
  #booking .tab.tab_destination .hotel-list .properties-list {
    overflow: hidden;
    max-height: 0;
    margin-bottom: 0;
    transition: max-height 222ms cubic-bezier(0, 1, 0, 1), padding 333ms, visibility 300ms;
    visibility: hidden;
  }
}
#booking .tab.tab_destination .hotel-list .hotel-item {
  position: relative;
  text-align: left;
  display: block;
  font: 14px/25px "Montserrat", sans-serif;
  letter-spacing: 1px;
  color: #3A3632;
  text-transform: uppercase;
}
#booking .tab.tab_destination .hotel-list .hotel-item:before {
  content: "";
  position: absolute;
  left: -25px;
  top: 5px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #8A7038;
  opacity: 0;
  visibility: hidden;
  transition: opacity 350ms ease-in-out;
}
#booking .tab.tab_destination .hotel-list .hotel-item:hover, #booking .tab.tab_destination .hotel-list .hotel-item.active {
  color: #8A7038;
}
#booking .tab.tab_destination .hotel-list .hotel-item:hover:before, #booking .tab.tab_destination .hotel-list .hotel-item.active:before {
  opacity: 1;
  visibility: visible;
}
#booking .tab_rooms-n-guests {
  padding: 82px 0;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (max-width: 1023px) {
  #booking .tab_rooms-n-guests {
    padding: 16px 0 0;
  }
}
#booking .tab_rooms-n-guests .counters-row {
  display: flex;
  justify-content: center;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  #booking .tab_rooms-n-guests .counters-row {
    flex-flow: column;
    margin-bottom: 40px;
  }
}
#booking .tab_rooms-n-guests .input-block:not(:last-child) {
  margin-right: 58px;
}
@media only screen and (max-width: 1023px) {
  #booking .tab_rooms-n-guests .input-block:not(:last-child) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1023px) {
  #booking .tab_rooms-n-guests .input-block {
    margin-bottom: 40px;
  }
}
#booking .tab_rooms-n-guests h4 {
  font: 600 16px/18px "Montserrat", sans-serif;
  margin-bottom: 68px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #3A3632;
}
@media only screen and (max-width: 1023px) {
  #booking .tab_rooms-n-guests h4 {
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 30px;
  }
}
#booking .tab_rooms-n-guests .input-container {
  text-align: center;
  font-size: 0;
}
#booking .tab_rooms-n-guests button {
  font: 600 16px/70px "Montserrat", sans-serif;
  color: rgba(58, 54, 50, 0.3);
  background: #fff;
  display: inline-block;
  border-radius: 50%;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 70px;
  height: 70px;
  border: 1px solid rgba(58, 54, 50, 0.3);
  transition: all 350ms ease-in-out;
  margin: 0 5px;
}
@media screen and (max-width: 1365px) {
  #booking .tab_rooms-n-guests button {
    line-height: 40px;
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  #booking .tab_rooms-n-guests button {
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin: 0 4px;
  }
}
#booking .tab_rooms-n-guests button:hover, #booking .tab_rooms-n-guests button.active {
  border: 1px solid #8A7038;
  color: #8A7038;
}
#booking .tab_dates .reset-dates-btn {
  font: 13px/14px "Montserrat", sans-serif;
  position: absolute;
  right: 175px;
  bottom: -20px;
  display: block;
  margin-left: auto;
  color: #3A3632;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media screen and (max-width: 1365px) {
  #booking .tab_dates .reset-dates-btn {
    right: 105px;
    bottom: -40px;
  }
}
#booking .tab_dates .reset-dates-btn:hover {
  color: #BD9B5F;
}
@media only screen and (max-width: 1023px) {
  #booking .tab_dates .reset-dates-btn {
    right: 0;
    bottom: 10px;
  }
}
@media only screen and (max-width: 1023px) {
  #booking .tab_dates {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  #booking .booking-content.destinations-active .close-dates, #booking .booking-content.rooms-guests-active .close-dates {
    display: flex;
  }
}
#booking .booking-content .close-dates {
  font: 13px/15px "Montserrat", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: absolute;
  right: 20px;
  top: 20px;
  display: none;
  width: 26px;
  margin-right: auto;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1023px) {
  #booking .booking-content .close-dates {
    display: none;
    right: 6px;
    top: 40px;
  }
}
#booking .booking-container {
  padding: 77px 99px 0;
  max-width: 100%;
  transition: background-color 0.3s;
  position: fixed;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  top: 0;
  margin-top: 0;
  height: 100%;
  overflow-y: scroll;
  width: 100%;
  background-color: #FFFDFB;
  z-index: 1000;
  transform: translateY(0px);
}
@media screen and (max-width: 1365px) {
  #booking .booking-container {
    padding: 77px 0;
  }
}
@media only screen and (max-width: 1023px) {
  #booking .booking-container {
    display: block;
    top: 0;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    overflow-y: scroll;
  }
}
.alert-visible #booking .booking-container {
  top: 40px;
  height: calc(100% - 40px);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .alert-visible #booking .booking-container {
    top: 60px;
    height: calc(100% - 60px);
  }
}
@media only screen and (max-width: 767px) {
  .alert-visible #booking .booking-container {
    top: 80px;
    height: calc(100% - 80px);
  }
}
#booking .booking-container .wrapper {
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  #booking .booking-container .wrapper {
    padding: 0 50px;
  }
}
#booking .booking-container form {
  width: 100%;
  margin: auto 0;
}
@media only screen and (max-width: 1023px) {
  #booking .booking-container {
    margin: 0 0 auto;
    top: 0;
    height: 100%;
    padding: 0;
    transform: none;
  }
}
@media only screen and (max-width: 1023px) {
  #booking .booking-container.dates-opened {
    padding-top: 0;
  }
  #booking .booking-container.dates-opened .booking-content {
    flex-flow: row wrap;
    margin-bottom: 0;
  }
  #booking .booking-container.dates-opened .close-dates {
    display: flex;
  }
  #booking .booking-container.dates-opened .column.dates {
    margin-bottom: 0;
    flex: 100%;
    border-bottom: 1px solid #340744;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 1023px) {
  #booking .booking-container.dates-opened .column.dates {
    border-bottom: none;
  }
}
@media only screen and (max-width: 1023px) {
  #booking .booking-container.dates-opened .column.destination,
#booking .booking-container.dates-opened .column.rooms-guests {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  #booking .booking-container.dates-opened .tabs-content {
    border: none;
  }
}
@media only screen and (max-width: 1023px) {
  #booking .booking-container.dates-opened .tab_dates {
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 1023px) {
  #booking .booking-container.dates-opened .tab_dates {
    width: 100%;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  #booking .booking-container.dates-opened #booking-datepicker {
    max-height: unset;
  }
}
@media only screen and (max-width: 1023px) {
  #booking .booking-container.dates-opened .ui-datepicker {
    display: flex;
    flex-flow: column;
    padding-bottom: 0;
    max-width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  #booking .booking-container.dates-opened .ui-datepicker-group-last {
    display: block;
    margin-top: 40px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  #booking .booking-container.dates-opened .submit-btn-mobile {
    display: none;
  }
}
#booking .booking-container .submit-btn-mobile {
  display: none;
}
@media only screen and (max-width: 1023px) {
  #booking .booking-container .submit-btn-mobile {
    display: flex;
    position: fixed;
    width: 100%;
    height: 60px;
    line-height: 60px;
    bottom: 50px;
    left: 0;
    justify-content: center;
    padding: 0 10px;
  }
}
#booking .booking-container .submit-btn-mobile.inactive {
  background-color: #e2e2e2;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .fixed-sticky-header #booking .booking-container {
    transform: translateY(-300px);
  }
  .fixed-sticky-header #booking .booking-container.active {
    transform: translateY(0px);
  }
}

#booking-datepicker {
  display: none;
  position: relative;
  left: 0;
  z-index: 7;
}
#booking-datepicker.visible {
  display: block;
}
@media only screen and (max-width: 1023px) {
  #booking-datepicker {
    display: block;
    position: relative;
    bottom: auto;
    max-height: 0;
    overflow: hidden;
    transition: max-height 350ms ease-in-out;
  }
  #booking-datepicker.visible {
    max-height: 500px;
    padding-bottom: 50px;
  }
}
#booking-datepicker.center-column {
  max-width: 1200px;
}
#booking-datepicker .arrival-departure-status {
  display: none;
  overflow: hidden;
  white-space: nowrap;
  background: #8A7038;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  #booking-datepicker .arrival-departure-status {
    display: none;
  }
}
#booking-datepicker .arrival-departure-status div {
  display: inline-block;
  width: 100%;
  transition: all 200ms;
}
#booking-datepicker .arrival-departure-status .arrival, #booking-datepicker .arrival-departure-status .departure {
  opacity: 0;
  font: 20px/55px "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #fff;
}
#booking-datepicker .arrival-departure-status .arrival:after, #booking-datepicker .arrival-departure-status .departure:after {
  content: attr(data-text);
}
#booking-datepicker .arrival-departure-status .arrival {
  margin-left: -100%;
}
#booking-datepicker .arrival-departure-status .departure {
  margin-right: -100%;
}
#booking-datepicker.checkin-step .arrival-departure-status .arrival {
  margin-left: 0;
  opacity: 1;
}
#booking-datepicker.checkout-step .arrival-departure-status .departure {
  margin-right: 0;
  opacity: 1;
}
#booking-datepicker .ui-datepicker {
  position: relative;
  width: 100% !important;
  white-space: nowrap;
  display: flex !important;
  justify-content: center;
  box-shadow: none;
  background: none;
  padding: 41px 60px 20px;
}
@media only screen and (max-width: 1023px) {
  #booking-datepicker .ui-datepicker {
    padding: 10px 0 60px;
  }
}
#booking-datepicker .ui-datepicker-group {
  display: inline-block;
  white-space: normal;
  max-width: 410px;
  width: 45%;
}
#booking-datepicker .ui-datepicker-group:nth-child(2) {
  margin-left: 80px;
}
@media only screen and (max-width: 1023px) {
  #booking-datepicker .ui-datepicker-group {
    width: 100%;
    max-width: 100%;
  }
  #booking-datepicker .ui-datepicker-group:nth-child(2) {
    display: none;
  }
}
#booking-datepicker .ui-datepicker-header {
  margin-bottom: 13px;
}
#booking-datepicker .ui-datepicker-header .ui-datepicker-prev, #booking-datepicker .ui-datepicker-header .ui-datepicker-next {
  display: none;
}
@media only screen and (max-width: 1023px) {
  #booking-datepicker .ui-datepicker-header {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 1023px) {
  #booking-datepicker .ui-datepicker-header .ui-datepicker-prev, #booking-datepicker .ui-datepicker-header .ui-datepicker-next {
    display: block;
    background: none;
    box-shadow: none;
    width: 18px;
    height: 20px;
    right: calc(50% - 90px);
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }
  #booking-datepicker .ui-datepicker-header .ui-datepicker-prev:after, #booking-datepicker .ui-datepicker-header .ui-datepicker-next:after {
    border: 2px solid #3A3632;
    border-bottom: 0;
    border-left: 0;
    width: 13px;
    height: 13px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 1023px) {
  #booking-datepicker .ui-datepicker-header .ui-datepicker-prev {
    left: calc(50% - 90px);
  }
  #booking-datepicker .ui-datepicker-header .ui-datepicker-prev:after {
    margin-left: -5px;
    top: 0;
  }
}
#booking-datepicker .ui-datepicker-prev, #booking-datepicker .ui-datepicker-next {
  top: calc(50% - 13px);
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
  transition: background-color 350ms ease-in-out;
}
#booking-datepicker .ui-datepicker-prev:after, #booking-datepicker .ui-datepicker-next:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 17px;
  height: 17px;
  border: 3px solid #BD9B5F;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(45deg) translate(-50%, -50%);
  transition: border-color 350ms ease-in-out;
  margin: 4px 0 0 -11px;
}
#booking-datepicker .ui-datepicker-prev:hover, #booking-datepicker .ui-datepicker-next:hover {
  background: #8A7038;
}
#booking-datepicker .ui-datepicker-prev:hover:after, #booking-datepicker .ui-datepicker-next:hover:after {
  border-color: #fff;
}
@media only screen and (max-width: 1023px) {
  #booking-datepicker .ui-datepicker-prev, #booking-datepicker .ui-datepicker-next {
    display: none;
  }
}
#booking-datepicker .ui-datepicker-prev {
  left: 35px;
}
#booking-datepicker .ui-datepicker-prev:after {
  transform: rotate(-135deg);
  margin-top: -8px;
  margin-left: -5px;
}
@media only screen and (max-width: 1023px) {
  #booking-datepicker .ui-datepicker-prev {
    left: calc(50% - 80px);
    top: auto;
    bottom: 0;
  }
}
#booking-datepicker .ui-datepicker-next {
  right: 35px;
}
@media only screen and (max-width: 1023px) {
  #booking-datepicker .ui-datepicker-next {
    right: calc(50% - 80px);
    top: auto;
    bottom: 0;
  }
}
#booking-datepicker .ui-datepicker-calendar {
  width: 100%;
}
#booking-datepicker .ui-datepicker-calendar thead {
  font-family: "Montserrat", sans-serif;
  border-bottom: 1px solid #8A7038;
}
#booking-datepicker .ui-datepicker-other-month {
  opacity: 0;
}
#booking-datepicker .ui-state-default {
  font-size: 14px;
  line-height: 45px;
}
@media only screen and (max-width: 1023px) {
  #booking-datepicker .ui-state-default {
    font-size: 13px;
    line-height: 37px;
  }
}
#booking-datepicker.checkin-step td a, #booking-datepicker.checkout-step td a {
  position: relative;
}
#booking-datepicker.checkin-step td a:before, #booking-datepicker.checkout-step td a:before {
  content: "";
  display: none;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  height: 45px;
  width: 45px;
  border-radius: 50%;
  border: 1px solid #8A7038;
  background: #8A7038;
  margin-bottom: -7px;
  z-index: -1;
}
@media only screen and (max-width: 1023px) {
  #booking-datepicker.checkin-step td a:before, #booking-datepicker.checkout-step td a:before {
    height: 37px;
    width: 37px;
  }
}
#booking-datepicker.checkin-step td a:hover:before, #booking-datepicker.checkin-step td.checkin-date a:before, #booking-datepicker.checkin-step td.checkout-date a:before, #booking-datepicker.checkout-step td a:hover:before, #booking-datepicker.checkout-step td.checkin-date a:before, #booking-datepicker.checkout-step td.checkout-date a:before {
  display: block;
}
#booking-datepicker td.checkin-date, #booking-datepicker td.checkout-date {
  background: none;
}
#booking-datepicker td.checkin-date a, #booking-datepicker td.checkout-date a {
  color: #fff;
  font-weight: 600;
}
#booking-datepicker.checkin-step td.checkin-date a:after {
  content: "";
  position: absolute;
  width: 29px;
  height: 45px;
  background: #BD9B5F;
  z-index: -2;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 1023px) {
  #booking-datepicker.checkin-step td.checkin-date a:after {
    height: 37px;
    width: 50%;
  }
}
#booking-datepicker.checkin-step td.checkout-date a:after {
  content: "";
  position: absolute;
  width: 29px;
  height: 45px;
  background: #BD9B5F;
  z-index: -2;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 1023px) {
  #booking-datepicker.checkin-step td.checkout-date a:after {
    height: 37px;
    width: 50%;
  }
}
#booking-datepicker a:hover {
  color: #fff;
}
#booking-datepicker .ui-datepicker-today a:hover:after {
  background: #8A7038;
  border-color: #8A7038;
}

.booking-modal {
  display: none;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 0 20px;
  background-color: rgba(0, 0, 0, 0.6);
}
.booking-modal .modal-content {
  position: relative;
  top: 50%;
  left: 0;
  right: 0;
  background-color: #ffffff;
  margin: 0 auto;
  padding: 20px;
  max-width: 700px;
  color: #3A3632;
  text-align: left;
  transform: translateY(-50%);
}
.booking-modal .modal-content p {
  font-size: 16px;
  line-height: 1.5;
}
.booking-modal .button-container {
  width: 100%;
  height: auto;
  text-align: center;
}
.booking-modal .button-container .booking-continue {
  margin-right: 10px;
  margin-top: 20px;
}
.booking-modal .button-container .modal-close:after {
  width: 0;
  height: 0;
  border-bottom: 5px solid transparent;
  /* left arrow slant */
  border-top: 5px solid transparent;
  /* right arrow slant */
  border-left: 5px solid #000000;
  /* bottom, add background color here */
  font-size: 0;
  line-height: 0;
  content: "";
  position: relative;
  top: -5px;
  right: -10px;
}
@media only screen and (max-width: 767px) {
  .booking-modal .button-container {
    display: block;
    margin-top: 20px;
  }
  .booking-modal .button-container .button {
    display: block;
  }
  .booking-modal .button-container .button.booking-continue {
    margin: 0 0 10px 0;
  }
}

.booking-modal-active .booking-modal {
  display: block;
}

.homepage-additional-content {
  position: relative;
  overflow: hidden;
  background: #fff;
  z-index: 10;
}
.homepage-additional-content .subpage {
  position: relative;
  overflow: hidden;
  margin: 10px;
  color: #fff;
  background-position: 25% 50%;
  background-repeat: no-repeat;
  background-color: #000000;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage {
    min-height: 500px;
  }
}
.homepage-additional-content .subpage > .button {
  position: absolute;
  bottom: 40px;
  left: 40px;
  display: none;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage > .button {
    display: block;
  }
}
.homepage-additional-content .subpage .thumb {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-size: cover;
  background-position: 50% 50%;
  opacity: 0.75;
}
.homepage-additional-content .subpage .headings {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 3;
  max-width: 50%;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage .headings {
    max-width: none;
    right: 40px;
  }
}
.homepage-additional-content .subpage .headings h2 {
  font: 36px/47px "Montserrat", sans-serif;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage .headings h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
.homepage-additional-content .subpage .headings h3 {
  font-size: 24px;
  line-height: 33px;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage .headings h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
.homepage-additional-content .subpage .content-wrapper {
  float: right;
  width: 280px;
  padding: 75px 30px 70px;
  min-height: 470px;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage .content-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 0;
    padding: 20px 20px 20px;
  }
}
.homepage-additional-content .subpage .content-wrapper .copy {
  position: relative;
  font-size: 14px;
  line-height: 1.7;
  min-height: 240px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage .content-wrapper .copy {
    font-size: 12px;
    margin-bottom: 20px;
    min-height: 0;
  }
}
.homepage-additional-content .subpage.even {
  background-position: 75% 50%;
}
.homepage-additional-content .subpage.even > .button {
  right: 40px;
  left: auto;
}
.homepage-additional-content .subpage.even .headings {
  left: auto;
  right: 40px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage.even .headings {
    left: 40px;
  }
}
.homepage-additional-content .subpage.even .content-wrapper {
  float: left;
}

.scaled-bg {
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: transform 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(1.1);
}
@media only screen and (max-width: 767px) {
  .scaled-bg {
    transition: transform 0s;
    transform: none;
  }
}
.scaled-bg:hover {
  transform: scale(1);
}

.admin .preview-item {
  overflow: hidden;
  margin: 0;
  padding: 20px;
  height: auto;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.admin .preview-item .promo .thumbnail img {
  display: block;
  width: 100%;
}

#merchandising-tile {
  position: fixed;
  bottom: 25%;
  transform: translateY(50%);
  right: -600px;
  width: 525px;
  z-index: 50;
  background: transparent;
  color: #ffffff;
  height: 250px;
  transition: 1s;
}
@media only screen and (max-width: 1023px) {
  #merchandising-tile {
    bottom: 0;
    transform: none;
  }
}
.admin .preview-item #merchandising-tile {
  padding: 20px;
  position: relative;
  right: 0;
  top: 0;
  transform: none;
}
#merchandising-tile .img-overlay {
  width: 525px;
  height: 220px;
  background-size: cover !important;
  background-position: center !important;
  background: no-repeat;
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  z-index: -1;
}
@media only screen and (max-width: 1023px) {
  #merchandising-tile .img-overlay {
    bottom: 0;
    transform: none;
  }
}
#merchandising-tile .img-overlay img {
  display: none;
}
#merchandising-tile .img-overlay .color-overlay {
  background-color: rgba(189, 155, 95, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#merchandising-tile .promo-name {
  font: 18px/1.2 "Montserrat", sans-serif;
  text-align: center;
  margin-top: 50px;
  text-transform: uppercase;
}
#merchandising-tile .promo-text {
  font: 16px/1.3 "Garamond", Arial;
  padding: 10px 20px;
  text-align: center;
}
#merchandising-tile .promo-content {
  text-align: center;
  padding: 0 40px 0 0;
}
.admin .preview-item #merchandising-tile .promo-content {
  position: relative;
  transform: none;
  top: auto;
  left: auto;
  padding-top: 10px;
  padding-right: 0;
}
#merchandising-tile .promo-content .button {
  margin-top: 10px;
  line-height: 39px;
  height: 39px;
  position: relative;
  display: inline-block;
  padding: 0 33px;
  overflow: visible;
  background: #8A7038;
  font: 600 12px/39px "Montserrat", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  -moz-text-align-last: auto;
  text-align-last: auto;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  color: #ffffff;
}
#merchandising-tile .promo-content .button:hover, #merchandising-tile .promo-content .button.active {
  background-color: #BFB7B0;
  color: #000000;
}
.admin .preview-item #merchandising-tile .promo-content .button {
  font-weight: normal;
  background: none;
  box-shadow: none;
  text-shadow: none;
  text-transform: uppercase;
}
#merchandising-tile.merchandising-tile-active {
  right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #merchandising-tile.merchandising-tile-active {
    bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  #merchandising-tile.merchandising-tile-active {
    width: 100%;
    bottom: 50px;
  }
  #merchandising-tile.merchandising-tile-active .img-overlay {
    width: 100%;
  }
}

.merchandising-open-btn {
  width: 40px;
  height: 220px;
  background-color: #8A7038;
  position: fixed;
  bottom: 25%;
  transform: translateY(50%);
  right: 0;
  z-index: 55;
  float: right;
}
@media only screen and (max-width: 1023px) {
  .merchandising-open-btn {
    bottom: 50px;
    transform: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .merchandising-open-btn {
    bottom: 0;
  }
}
.merchandising-open-btn .arrow-rotate {
  position: absolute;
  right: 10px;
  top: 50%;
  display: block;
  width: 17px;
  height: 17px;
  border: 3px solid #fff;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(45deg) translate(-50%, -50%);
  transition: border-color 350ms ease-in-out;
  margin: 4px 0 0 -11px;
  transform-origin: center;
}
.merchandising-open-btn .active-rotate {
  transform: rotate(-135deg);
  margin-top: -8px;
  margin-left: -5px;
  right: 5px;
}
.admin .preview-item .merchandising-open-btn {
  float: none;
  position: absolute;
  display: none;
}

#events {
  position: relative;
  overflow: hidden;
  text-align: center;
}
#events h2 {
  font: 600 28px/2.24 "Montserrat", sans-serif;
  margin: 40px;
  color: #bd9b5f;
  text-transform: uppercase;
  text-align: center;
  /* Headings/M */
}
#events h2 a {
  text-decoration: none;
}
#events .slideshow {
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
  width: 90% !important;
}
#events .slideshow .swiper-pagination {
  display: none;
}
@media only screen and (max-width: 767px) {
  #events .slideshow {
    width: 100% !important;
  }
}
#events .slideshow .swiper-button-prev {
  top: 46%;
  transform: translateY(-50%);
  width: 40px;
  /* Optional: Set width */
  height: 40px;
  /* Optional: Set height */
  background-color: #bd9b5f;
  /* Optional: Add background */
  border-radius: 50%;
  position: absolute;
  left: 0;
  /* Customize arrow color */
}
#events .slideshow .swiper-button-prev::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 17px;
  height: 17px;
  border: 3px solid #fff;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(-135deg);
  transition: border-color 350ms ease-in-out;
  margin-top: -8px;
  margin-left: -5px;
}
@media only screen and (max-width: 767px) {
  #events .slideshow .swiper-button-prev {
    display: none;
  }
}
#events .slideshow .swiper-button-next {
  top: 46%;
  transform: translateY(-50%);
  width: 40px;
  /* Optional: Set width */
  height: 40px;
  /* Optional: Set height */
  background-color: #bd9b5f;
  /* Optional: Add background */
  border-radius: 50%;
  position: absolute;
  right: 0;
}
#events .slideshow .swiper-button-next::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 17px;
  height: 17px;
  border: 3px solid #fff;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(45deg) translate(-50%, -50%);
  transition: border-color 350ms ease-in-out;
  margin: 4px 0 0 -11px;
}
@media only screen and (max-width: 767px) {
  #events .slideshow .swiper-button-next {
    display: none;
  }
}
#events .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
#events .event {
  position: relative;
  display: inline-block;
  width: calc(33.33% - 10px);
  height: 666px;
  overflow: hidden;
  vertical-align: top;
  white-space: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #events .event {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  #events .event {
    width: 100vw;
    height: 580px;
    margin: 0;
  }
}
#events .event .thumbnail {
  position: relative;
  width: 100%;
  height: 350px;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
}
#events .event .thumbnail img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  #events .event .thumbnail {
    height: 266px;
  }
}
#events .event .thumbnail.no-thumbnail {
  background: #dbdbdb;
}
#events .event .thumbnail .loading:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid transparent;
  border-top-color: #8A7038;
  border-bottom-color: #8A7038;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#events .event .events-info {
  background: #fff;
  border: 8px solid #bd9b5f;
  width: 90%;
  margin: auto;
  position: absolute;
  bottom: 12%;
  left: 50%;
  min-height: 265px;
  transform: translate(-50%, -12%);
  padding: 40px 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #events .event .events-info {
    bottom: 2%;
    min-height: 390px;
  }
}
@media only screen and (max-width: 767px) {
  #events .event .events-info {
    bottom: 12px;
    padding: 32px 20px;
    min-height: 345px;
  }
}
#events .event .events-info h3 {
  font: 200 30px/1.33 "Didot", sans-serif;
  color: #91867a;
  margin-bottom: 16px;
  min-height: 80px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #events .event .events-info h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  #events .event .events-info h3 {
    font-size: 20px;
  }
}
#events .event .events-info p {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.33;
  color: #3a3632;
}
#events .event .events-info p.desc {
  text-transform: unset;
}
@media only screen and (max-width: 767px) {
  #events .event .events-info p {
    font-size: 16px;
  }
}
#events .event .events-info a {
  color: #8a7038;
  text-decoration: none;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px;
  /* 100% */
  letter-spacing: 1.44px;
  text-transform: uppercase;
}
#events .event .events-info a:after {
  content: "";
  display: block;
  width: 90px;
  height: 1px;
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  background: #8a7038;
}
@media only screen and (max-width: 767px) {
  #events .event .events-info a:after {
    bottom: 74px;
  }
}
#events .event .events-info a:hover {
  text-decoration: underline;
}
#events .event .events-info .copy {
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  #events .event .events-info .copy {
    padding: 0 10px;
  }
}
#events .event .events-info .button {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#events .event .slideshow-pagination {
  margin: 20px 0;
  text-align: center;
  font-size: 0;
  display: none;
}
@media only screen and (max-width: 767px) {
  #events .event .slideshow-pagination {
    display: none;
  }
}
#events .event .slideshow-pagination > * {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  text-indent: -9999px;
  overflow: hidden;
  background: #327d7d;
  border-radius: 50%;
  transition: background 350ms ease-in-out;
  cursor: pointer;
}
#events .event .slideshow-pagination > *:hover, #events .event .slideshow-pagination > *.active {
  background: #54baba;
}

.center-column:has(#events) {
  max-width: 1368px;
}
@media only screen and (max-width: 767px) {
  .center-column:has(#events) {
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
}

/* COMMON STYLES */
.rooms .categories-list {
  margin-bottom: 30px;
  padding: 0 20px;
  overflow: hidden;
}
.rooms .categories-list button {
  position: relative;
  text-align: left;
  float: left;
  padding: 0 0 0 16px;
  margin: 0 40px 20px 0;
  font-size: 16px;
  line-height: 20px;
  color: #327d7d;
  border: 0;
  outline: none;
  background: none;
}
@media (max-width: 550px) {
  .rooms .categories-list button {
    width: 50%;
    margin-right: 0;
    padding: 0 10px 0 16px;
    font-size: 15px;
  }
}
.rooms .categories-list button:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 0;
  background: #327d7d;
}
.rooms .categories-list button:after {
  content: "";
  display: none;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 4px;
  background: #fff;
}
.rooms .categories-list button.active {
  color: #54baba;
  border: 0;
}
.rooms .categories-list button.active:before {
  background: #54baba;
}
.rooms .categories-list button.active:after {
  display: block;
}
.rooms .categories-descr {
  padding: 0 20px;
}
.rooms .categories-descr .category-descr {
  display: none;
}
.rooms .categories-descr .category-descr.active {
  display: block;
}

.room .amenities {
  clear: both;
  margin: 30px 0;
}
.room .amenities .rooms-icon {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 20px;
  width: 49%;
}
.room .amenities .rooms-icon:before {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  margin-right: 20px;
}
.room .thumbnail {
  position: relative;
  float: right;
  margin: 0 0 20px 20px;
  max-width: 50%;
}
@media only screen and (max-width: 767px) {
  .room .thumbnail {
    width: 100%;
    margin: 20px 0;
    max-width: none;
    float: none;
  }
}
.room .thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
.room .links {
  margin: 20px 0;
}

/* TEMPLATE 1 - 1 */
.rooms .template-1-1 {
  width: 100%;
  margin-bottom: 20px;
  padding: 40px 20px 30px;
  background: #ecedee;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .rooms .template-1-1 {
    padding: 40px 20px 30px;
  }
}
@media (max-width: 550px) {
  .rooms .template-1-1 {
    padding: 0;
    text-align: left;
  }
}
.rooms .template-1-1 .thumbnail {
  position: relative;
  float: left;
  margin: 0;
  padding: 0 30px 0 0;
  width: 200px;
}
.rooms .template-1-1 .thumbnail img {
  width: 100%;
  display: block;
}
.rooms .template-1-1 .thumbnail nav {
  display: none;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
}
.rooms .template-1-1 .thumbnail nav .price {
  display: table-cell;
  padding: 10px 5px 6px;
  width: 50%;
  text-align: center;
  vertical-align: middle;
  font-size: 10px;
  line-height: 16px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background: rgba(0, 102, 203, 0.7);
}
.rooms .template-1-1 .thumbnail nav .price .number {
  font-size: 22px;
}
.rooms .template-1-1 .thumbnail nav .button {
  display: table-cell;
  width: 50%;
  font-size: 15px;
  text-align: center;
  vertical-align: middle;
  line-height: 19px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  background: rgba(0, 102, 203, 0.5);
}
@media (max-width: 550px) {
  .rooms .template-1-1 .thumbnail {
    float: none;
    padding: 0;
    width: 100%;
  }
  .rooms .template-1-1 .thumbnail img {
    width: 100%;
  }
  .rooms .template-1-1 .thumbnail nav {
    display: table;
  }
}
.rooms .template-1-1 .description {
  position: relative;
  margin-left: 230px;
  padding-right: 200px;
}
@media (max-width: 767px) {
  .rooms .template-1-1 .description {
    padding-right: 0;
  }
}
@media (max-width: 550px) {
  .rooms .template-1-1 .description {
    margin-left: 0;
    padding: 10px;
  }
}
.rooms .template-1-1 .description h3 {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #327d7d;
}
@media (max-width: 550px) {
  .rooms .template-1-1 .description h3 {
    margin-bottom: 10px;
    font-weight: bold;
  }
}
.rooms .template-1-1 .description p {
  margin-bottom: 20px;
}
.rooms .template-1-1 .description nav.links a {
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  margin-right: 8px;
  padding-right: 8px;
}
.rooms .template-1-1 .description nav.links a:after {
  content: "";
  position: absolute;
  top: 1px;
  right: -1px;
  height: 15px;
  width: 1px;
  background: #aaa;
}
.rooms .template-1-1 .description nav.links a:last-child {
  margin: 0;
  padding: 0;
}
.rooms .template-1-1 .description nav.links a:last-child:after {
  content: none;
}
.rooms .template-1-1.no-booking .description {
  padding-right: 0;
}
.rooms .template-1-1 .features span {
  display: inline-block;
  margin: 0 20px 8px 0;
  font-size: 14px;
  text-transform: uppercase;
  color: #327d7d;
}
@media (max-width: 550px) {
  .rooms .template-1-1 .features span {
    display: block;
    margin: 0 0 8px 0;
  }
}
.rooms .template-1-1 .amenities {
  position: relative;
  margin: 10px 0;
  line-height: 30px;
  height: 30px;
}
@media (max-width: 550px) {
  .rooms .template-1-1 .amenities {
    margin: 15px 0;
  }
}
.rooms .template-1-1 .amenities.multiline {
  margin-right: 50px;
}
.rooms .template-1-1 .amenities .main-list {
  height: 30px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.rooms .template-1-1 .amenities .additional-list {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 100%;
  opacity: 0;
  line-height: 30px;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0s ease 0.2s;
  padding: 20px 70px 20px 20px;
  background: #ecedee;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.rooms .template-1-1 .amenities span {
  display: inline-block;
  font-size: 20px;
  letter-spacing: 10px;
  vertical-align: middle;
}
.rooms .template-1-1 .amenities .toggle {
  display: none;
  position: absolute;
  right: -50px;
  bottom: 0;
  width: 31px;
  height: 100%;
  margin: 0;
  border-left: 1px solid #a6a6a6;
  text-align: right;
  z-index: 4;
}
.rooms .template-1-1 .amenities .toggle:before {
  content: "•••";
  display: inline-block;
  font-size: 20px;
}
.rooms .template-1-1 .amenities.multiline .toggle {
  display: block;
}
.rooms .template-1-1 .amenities.expand .additional-list {
  opacity: 1;
  visibility: visible;
  z-index: 3;
  transition: opacity 0.2s, visibility 0s ease 0s;
}
.rooms .template-1-1 .amenities.expand .toggle:before, .rooms .template-1-1 .amenities.expand .toggle:after {
  content: "";
  display: block;
  background: #327d7d;
  position: absolute;
  transform: rotate(45deg);
}
.rooms .template-1-1 .amenities.expand .toggle:before {
  width: 20px;
  height: 2px;
  top: 9px;
  right: 0;
}
.rooms .template-1-1 .amenities.expand .toggle:after {
  width: 2px;
  height: 20px;
  top: 0;
  right: 9px;
}
.rooms .template-1-1 .booking-info {
  width: 140px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}
@media (max-width: 550px) {
  .rooms .template-1-1 .booking-info {
    display: none;
  }
}
@media (max-width: 767px) {
  .rooms .template-1-1 .booking-info {
    position: static;
    width: auto;
    margin: 20px 0;
  }
}
.rooms .template-1-1 .booking-info .price {
  display: block;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1;
  text-decoration: none;
}
@media (max-width: 767px) {
  .rooms .template-1-1 .booking-info .price {
    font-size: 18px;
  }
}
.rooms .template-1-1 .booking-info .button {
  width: 140px;
}
@media (max-width: 767px) {
  .rooms .template-1-1 .booking-info .price,
.rooms .template-1-1 .booking-info .button {
    display: inline-block;
    width: auto;
    margin-right: 10px;
  }
}

/* TEMPLATE 1 - 2 */
.rooms .template-1-2 {
  width: 31%;
  float: left;
  margin: 0 3.5% 3.5% 0;
  padding: 0;
  background: #ecedee;
}
.rooms .template-1-2:nth-of-type(3) {
  margin-right: 0;
}
@media (min-width: 1320px) {
  .rooms .template-1-2 {
    width: 22%;
    margin: 0 4% 4% 0;
  }
  .rooms .template-1-2:nth-of-type(3) {
    margin-right: 4%;
  }
  .rooms .template-1-2:nth-of-type(4) {
    margin-right: 0;
  }
}
@media (max-width: 1023px) {
  .rooms .template-1-2 {
    width: 48%;
    margin-right: 4%;
  }
  .rooms .template-1-2:nth-of-type(3) {
    margin-right: 4%;
  }
  .rooms .template-1-2:nth-of-type(even) {
    margin-right: 0;
  }
}
@media (max-width: 550px) {
  .rooms .template-1-2 {
    width: 100%;
    margin-right: 0;
  }
  .rooms .template-1-2:nth-of-type(3) {
    margin-right: 0;
  }
}
.rooms .template-1-2 .thumbnail {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  float: none;
}
.rooms .template-1-2 .thumbnail img {
  width: 100%;
  display: block;
}
.rooms .template-1-2 .thumbnail nav {
  display: table;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
}
.rooms .template-1-2 .thumbnail nav .price {
  display: table-cell;
  padding: 10px 5px 6px;
  width: 50%;
  text-align: center;
  vertical-align: middle;
  font-size: 10px;
  line-height: 16px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background: rgba(0, 102, 203, 0.7);
}
.rooms .template-1-2 .thumbnail nav .price .number {
  font-size: 22px;
}
.rooms .template-1-2 .thumbnail nav .button {
  display: table-cell;
  width: 50%;
  font-size: 15px;
  text-align: center;
  vertical-align: middle;
  line-height: 19px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  background: rgba(0, 102, 203, 0.5);
}
.rooms .template-1-2 .description {
  position: relative;
  padding: 10px;
}
.rooms .template-1-2 .description h3 {
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
  color: #637e91;
}
.rooms .template-1-2 .description nav.links a {
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  margin-right: 8px;
  padding-right: 8px;
}
.rooms .template-1-2 .description nav.links a:after {
  content: "";
  position: absolute;
  top: 1px;
  right: -1px;
  height: 15px;
  width: 1px;
  background: #ac7b59;
}
.rooms .template-1-2 .description nav.links a:last-child {
  margin: 0;
  padding: 0;
}
.rooms .template-1-2 .description nav.links a:last-child:after {
  content: none;
}
.rooms .template-1-2 .features span {
  display: block;
  margin: 0 0 8px 0;
  font-size: 14px;
  text-transform: uppercase;
  color: #637e91;
}
.rooms .template-1-2 .amenities {
  position: relative;
  margin: 15px 0;
  line-height: 30px;
  height: 30px;
}
.rooms .template-1-2 .amenities.multiline {
  margin-right: 50px;
}
.rooms .template-1-2 .amenities .main-list {
  height: 30px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.rooms .template-1-2 .amenities .additional-list {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 100%;
  opacity: 0;
  line-height: 30px;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0s ease 0.2s;
  padding: 20px 70px 20px 20px;
  background: #ecedee;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.rooms .template-1-2 .amenities span {
  display: inline-block;
  font-size: 20px;
  letter-spacing: 10px;
  vertical-align: middle;
}
.rooms .template-1-2 .amenities .toggle {
  display: none;
  position: absolute;
  right: -50px;
  bottom: 0;
  width: 31px;
  height: 100%;
  margin: 0;
  border-left: 1px solid #a6a6a6;
  text-align: right;
  z-index: 4;
}
.rooms .template-1-2 .amenities .toggle:before {
  content: "•••";
  display: inline-block;
  font-size: 20px;
}
.rooms .template-1-2 .amenities.multiline .toggle {
  display: block;
}
.rooms .template-1-2 .amenities.expand .additional-list {
  opacity: 1;
  visibility: visible;
  z-index: 3;
  transition: opacity 0.2s, visibility 0s ease 0s;
}
.rooms .template-1-2 .amenities.expand .toggle:before, .rooms .template-1-2 .amenities.expand .toggle:after {
  content: "";
  display: block;
  background: #0066cc;
  position: absolute;
  transform: rotate(45deg);
}
.rooms .template-1-2 .amenities.expand .toggle:before {
  width: 20px;
  height: 2px;
  top: 14px;
  right: 0;
}
.rooms .template-1-2 .amenities.expand .toggle:after {
  width: 2px;
  height: 20px;
  top: 5px;
  right: 9px;
}

/* TEMPLATE 2 */
.rooms .template-2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #edf5f5;
  margin: 40px 0;
}
@media (max-width: 735px) {
  .rooms .template-2 {
    margin: 0;
  }
}
.rooms .template-2:nth-child(even) {
  background: #f2f7f7;
}
.rooms .template-2 .background {
  position: absolute;
  top: 0;
  left: 320px;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
@media (max-width: 735px) {
  .rooms .template-2 .background {
    position: relative;
    padding-top: 78%;
    width: 100%;
    left: auto;
  }
  .rooms .template-2 .background:after {
    content: "";
    display: block;
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: rgba(33, 33, 33, 0.75);
  }
}
@media (max-width: 735px) and (orientation: landscape) {
  .rooms .template-2 .background {
    padding-top: 50%;
  }
}
.rooms .template-2 .background .room-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rooms .template-2 .background .price {
  position: absolute;
  bottom: 35px;
  right: 35px;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  z-index: 2;
}
.rooms .template-2 .background .price .number {
  font-size: 48px;
}
@media (max-width: 735px) {
  .rooms .template-2 .background .price {
    right: auto;
    left: 20px;
    bottom: 4px;
    font-size: 12px;
    line-height: 26px;
  }
  .rooms .template-2 .background .price .number {
    font-size: 25px;
  }
}
.rooms .template-2 .background a.price:hover {
  color: #54baba;
}
.rooms .template-2 .background .book-now {
  display: none;
  position: absolute;
  bottom: 4px;
  right: 20px;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  z-index: 2;
  text-decoration: none;
}
@media (max-width: 735px) {
  .rooms .template-2 .background .book-now {
    display: block;
  }
}
.rooms .template-2 .description {
  box-sizing: border-box;
  height: 500px;
  float: left;
  width: 320px;
  padding: 30px 40px;
  color: #000000;
}
@media (max-width: 735px) {
  .rooms .template-2 .description {
    padding: 15px 20px 40px;
    width: 100%;
    height: auto;
  }
}
.rooms .template-2 .description h3 {
  font-size: 24px;
  line-height: 28px;
  margin: 6px 0 15px;
}
@media (max-width: 735px) {
  .rooms .template-2 .description h3 {
    font-size: 15px;
  }
}
.rooms .template-2 .description p {
  font-size: 13px;
  line-height: 24px;
}
@media (max-width: 735px) {
  .rooms .template-2 .description p {
    font-size: 12px;
    line-height: 18px;
  }
}
.rooms .template-2 .description .expand-collapse {
  position: relative;
  display: inline-block;
  margin: 30px 0;
  text-decoration: none;
  color: inherit;
  font-size: 16px;
  line-height: 16px;
  padding-right: 13px;
  border-bottom: 1px dashed #000000;
}
@media (max-width: 735px) {
  .rooms .template-2 .description .expand-collapse {
    display: block;
    text-align: center;
    padding: 0;
    border: 0;
    font-size: 10px;
  }
  .rooms .template-2 .description .expand-collapse:before, .rooms .template-2 .description .expand-collapse:after {
    border-bottom: 1px dashed #000000;
  }
}
.rooms .template-2 .description .expand-collapse:before {
  content: attr(data-expand);
}
.rooms .template-2 .description .expand-collapse:after {
  content: attr(data-collapse);
}
.rooms .template-2 .description .expand-collapse span {
  display: block;
  font-size: 16px;
  line-height: 15px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.rooms .template-2 .description .expand-collapse span:before {
  content: attr(data-expand);
}
.rooms .template-2 .description .expand-collapse span:after {
  content: attr(data-collapse);
}
@media (max-width: 735px) {
  .rooms .template-2 .description .expand-collapse span {
    bottom: -17px;
    right: 50%;
    margin-right: -5px;
    transform: rotate(90deg);
  }
}
.rooms .template-2 .description .expand-collapse.expand:before {
  display: inline-block;
}
.rooms .template-2 .description .expand-collapse.expand:after {
  display: none;
}
.rooms .template-2 .description .expand-collapse.expand span:before {
  display: inline-block;
}
.rooms .template-2 .description .expand-collapse.expand span:after {
  display: none;
}
.rooms .template-2 .description .expand-collapse.collapse:before {
  display: none;
}
.rooms .template-2 .description .expand-collapse.collapse:after {
  display: inline-block;
}
.rooms .template-2 .description .expand-collapse.collapse span:before {
  display: none;
}
.rooms .template-2 .description .expand-collapse.collapse span:after {
  display: inline-block;
}
.rooms .template-2 .description .full-description {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: -100%;
  left: 320px;
  height: 100%;
  padding: 40px 200px 40px 40px;
  font-size: 13px;
  line-height: 24px;
  background: rgba(255, 255, 255, 0.85);
  transition: top 0.3s ease-in-out;
  z-index: 2;
}
.rooms .template-2 .description .full-description.show {
  top: 0;
}
@media (max-width: 1023px) and (min-width: 736px) {
  .rooms .template-2 .description .full-description {
    padding: 100px 30px 40px 40px;
  }
}
@media (max-width: 735px) {
  .rooms .template-2 .description .full-description {
    position: static;
    padding: 0;
    display: none;
    background: none;
  }
  .rooms .template-2 .description .full-description p {
    margin: 15px 0;
  }
  .rooms .template-2 .description .full-description.show {
    display: block;
  }
}
.rooms .template-2 .description .full-description .close {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 40px;
  right: 40px;
  text-indent: -1000px;
  overflow: hidden;
  transform: rotate(45deg);
  cursor: pointer;
}
@media (max-width: 735px) {
  .rooms .template-2 .description .full-description .close {
    display: none;
  }
}
.rooms .template-2 .description .full-description .close:before, .rooms .template-2 .description .full-description .close:after {
  content: "";
  display: block;
  position: absolute;
  background: #54baba;
}
.rooms .template-2 .description .full-description .close:before {
  width: 2px;
  height: 50px;
  top: 0;
  left: 24px;
}
.rooms .template-2 .description .full-description .close:after {
  width: 50px;
  height: 2px;
  top: 24px;
  left: 0;
}
.rooms .template-2 .description .full-description .close:hover:before, .rooms .template-2 .description .full-description .close:hover:after {
  background: #65c8c8;
}
.rooms .template-2 .description .full-description .inner-wrapper {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.rooms .template-2 nav {
  position: absolute;
  bottom: 40px;
  left: 40px;
  width: 240px;
}
@media (max-width: 735px) {
  .rooms .template-2 nav {
    position: static;
    width: auto;
    text-align: center;
    margin-top: 25px;
  }
}
.rooms .template-2 nav a {
  width: 100%;
}
.rooms .template-2 nav a + a {
  margin-top: 10px;
}
@media (max-width: 735px) {
  .rooms .template-2 nav a {
    height: auto;
    line-height: 16px;
    font-size: 10px;
    color: #000000;
    font-weight: 400;
    text-decoration: underline;
    background: none;
    padding: 0;
    margin: 0 10px;
    width: auto;
    font-family: "Montserrat", sans-serif;
  }
  .rooms .template-2 nav a + a {
    margin-top: 0;
  }
  .rooms .template-2 nav a.book-now {
    display: none;
  }
}
.rooms .template-2 nav .rooms-item-gallery {
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  position: absolute;
  bottom: -10px;
  left: 310px;
  background: black;
  text-indent: -1000px;
  overflow: hidden;
  line-height: 16px;
  font-size: 10px;
  text-transform: uppercase;
}
.rooms .template-2 nav .rooms-item-gallery:hover {
  background: rgba(0, 0, 0, 0.6);
}
@media (max-width: 735px) {
  .rooms .template-2 nav .rooms-item-gallery {
    width: auto;
    height: auto;
    border-radius: 0;
    position: static;
    background: none;
    text-indent: 0;
    text-decoration: underline;
    overflow: visible;
    display: inline-block;
  }
}
.rooms .template-2 nav .rooms-item-gallery svg {
  content: "";
  display: block;
  width: 22px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 50%;
  fill: #fff;
  margin: -8px 0 0 -11px;
}
@media (max-width: 735px) {
  .rooms .template-2 nav .rooms-item-gallery svg {
    display: none;
  }
}

/* TEMPLATE 3*/
.rooms .template-3 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 220px;
  background: #000000;
  margin: 10px 0;
}
@media (max-width: 735px) {
  .rooms .template-3 {
    height: auto;
    margin: 0;
  }
}
.rooms .template-3 .description {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  height: 100%;
  width: 50%;
  padding: 30px 40px 30px 30px;
  background: rgba(50, 125, 125, 0.6);
  color: #fff;
}
@media (max-width: 735px) {
  .rooms .template-3 .description {
    position: static;
    height: auto;
    width: 100%;
    padding: 30px 15px 25px;
    background: none;
  }
}
.rooms .template-3 .description h3 {
  font-size: 24px;
  line-height: 28px;
  margin: 6px 0 15px;
}
@media (max-width: 735px) {
  .rooms .template-3 .description h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
.rooms .template-3 .description p {
  font-size: 14px;
  line-height: 22px;
}
@media (max-width: 735px) {
  .rooms .template-3 .description p {
    font-size: 15px;
    line-height: 18px;
  }
}
.rooms .template-3 .description nav {
  position: absolute;
  bottom: 30px;
  left: 30px;
  white-space: nowrap;
  font-size: 18px;
}
@media (max-width: 735px) {
  .rooms .template-3 .description nav {
    position: static;
    text-align: center;
    white-space: normal;
    font-size: 15px;
    width: 100%;
    margin-top: 10px;
  }
}
.rooms .template-3 .description nav a {
  color: inherit;
}
@media (max-width: 735px) {
  .rooms .template-3 .description nav a {
    margin: 5px 14px;
    display: inline-block;
    text-transform: uppercase;
  }
}
.rooms .template-3 .description nav a + a {
  margin-left: 30px;
}
@media (max-width: 735px) {
  .rooms .template-3 .description nav a + a {
    margin-left: 14px;
  }
}
.rooms .template-3 .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
@media (max-width: 735px) {
  .rooms .template-3 .background {
    position: relative;
    height: 0;
    width: 100%;
    padding-top: 37.5%;
  }
}
.rooms .template-3 .background .room-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rooms .template-3 .background .price {
  position: absolute;
  bottom: 35px;
  right: 50%;
  margin-right: 30px;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 735px) {
  .rooms .template-3 .background .price {
    display: none;
  }
}
.rooms .template-3 .background .price .number {
  font-size: 36px;
}
.rooms .template-3 .background a.price:hover {
  color: #54baba;
}
.rooms .template-3 .background .rooms-item-gallery {
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: black;
  text-indent: -1000px;
  overflow: hidden;
}
.rooms .template-3 .background .rooms-item-gallery:hover {
  background: rgba(0, 0, 0, 0.6);
}
@media (max-width: 735px) {
  .rooms .template-3 .background .rooms-item-gallery {
    display: none;
  }
}
.rooms .template-3 .background .rooms-item-gallery svg {
  content: "";
  display: block;
  width: 22px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 50%;
  fill: #fff;
  margin: -8px 0 0 -11px;
}

#home-gallery {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding-bottom: 10px;
  text-align: center;
  z-index: 10;
}
#home-gallery h2 {
  display: none;
  font: 200 36px/1.2 "Didot", sans-serif;
  margin: 40px 0;
  color: #54baba;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #home-gallery h2 {
    display: block;
  }
}
#home-gallery div.gallery-wrapper {
  overflow: hidden;
}
#home-gallery .photo {
  display: block;
  float: left;
  margin: 10px 0 0 10px;
  width: calc((100% - 60px) / 5);
  height: 0;
  padding-top: calc((100% - 60px) / 5);
  position: relative;
  background-position: 50% 50%;
  background-size: cover;
  font-size: 0;
  transition: opacity 0.3s ease-out;
  opacity: 1;
}
#home-gallery .photo:hover {
  opacity: 0.8;
}
#home-gallery .photo:nth-child(4), #home-gallery .photo:nth-child(5), #home-gallery .photo:nth-child(11) {
  width: calc((100% - 60px) / 5 * 2 + 10px);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #home-gallery .photo {
    width: calc((100% - 50px) / 4);
    padding-top: calc((100% - 50px) / 4);
  }
  #home-gallery .photo:nth-child(4), #home-gallery .photo:nth-child(5), #home-gallery .photo:nth-child(11) {
    width: calc((100% - 50px) / 4);
  }
}
@media only screen and (max-width: 767px) {
  #home-gallery .photo {
    width: calc((100% - 30px) / 2);
    padding-top: calc((100% - 30px) / 2);
  }
  #home-gallery .photo:nth-child(4), #home-gallery .photo:nth-child(5), #home-gallery .photo:nth-child(11) {
    width: calc((100% - 30px) / 2);
  }
  #home-gallery .photo:nth-child(n+8) {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #home-gallery span.photo {
    display: none;
  }
}
#home-gallery span.photo:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
#home-gallery span.photo .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font: 25px/25px "Didot", sans-serif;
  color: #fff;
  text-transform: uppercase;
  z-index: 2;
}
#home-gallery span.photo .text a {
  margin-top: 6px;
  padding: 0 20px;
}
#home-gallery .all-photos {
  display: none;
}
@media only screen and (max-width: 767px) {
  #home-gallery .all-photos {
    display: block;
    margin-top: 40px;
  }
}

#footer {
  position: relative;
  padding: 70px 0 255px 0;
  font: 600 12px/22px "Montserrat", sans-serif;
  color: #fff;
  z-index: 1;
  letter-spacing: 0.6px;
  background: #3A3632;
}
@media only screen and (max-width: 767px) {
  #footer {
    padding: 26px 0 155px;
  }
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #8A7038;
}
#footer .copyright {
  display: block;
  margin-bottom: 10px;
}
#footer .credits {
  display: block;
}
#footer .credits sup {
  vertical-align: super;
}
#footer .center-column {
  width: 793px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #footer .center-column {
    padding: 0 27px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .center-column {
    padding: 0 27px;
    width: 100%;
  }
}
#footer .left-block, #footer .middle-block, #footer .right-block {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  #footer .left-block, #footer .middle-block, #footer .right-block {
    display: block;
  }
}
#footer .left-block {
  float: left;
  text-align: left;
  max-width: 220px;
}
@media only screen and (max-width: 767px) {
  #footer .left-block {
    margin-bottom: 22px;
    float: none;
  }
}
#footer .left-block .separate-link {
  margin-top: 20px;
}
#footer .left-block .separate-link a {
  text-decoration: none;
}
#footer .right-block {
  float: right;
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  #footer .right-block {
    float: none;
    margin-top: 48px;
  }
}
#footer .right-block .button {
  width: 200px;
  margin-bottom: 20px;
  display: block;
}
@media only screen and (max-width: 767px) {
  #footer .right-block .button.booking-trigger {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #footer .right-block .button {
    float: right;
    width: 175px;
  }
}
#footer .right-block .button.call {
  background: #BFB7B0;
  color: #000000;
}
#footer .right-block .button:hover {
  background: #91867A;
  color: #000000;
}
#footer .middle-block {
  text-align: left;
  width: 180px;
}
@media only screen and (max-width: 767px) {
  #footer .middle-block {
    width: 100%;
  }
}
#footer .logo-footer {
  display: block;
  max-width: 185px;
  margin-bottom: 24px;
}
#footer .logo-footer img {
  width: 100%;
  height: auto;
}
#footer .socials-list {
  margin: 30px 0 10px 0;
}
#footer .socials-list li {
  display: inline-block;
  text-align: left;
  position: relative;
  vertical-align: top;
  margin: 0 10px 10px 0;
  width: 24px;
  height: 24px;
}
#footer .socials-list li:last-child {
  margin-right: 0;
}
#footer .socials-list li a {
  text-indent: -9999px;
  font-size: 0;
}
#footer .socials-list li a svg {
  position: absolute;
  width: 20px;
  height: 20px;
  fill: #fff;
  transition: fill 350ms ease-in-out;
}
#footer .socials-list li a:hover svg {
  fill: #BD9B5F;
}
@media only screen and (max-width: 767px) {
  #footer .socials-list li {
    margin: 0 25px 0 0;
  }
}

#footer-menu {
  margin-bottom: 30px;
  font-size: 0;
  margin-left: 26px;
}
@media only screen and (max-width: 767px) {
  #footer-menu {
    margin-left: 0;
  }
}
#footer-menu li {
  display: block;
}
#footer-menu li.margin-bottom {
  margin-bottom: 18px;
}
#footer-menu li a {
  display: inline-block;
}
#footer-menu a {
  display: block;
  margin: 0 15px;
  font: 600 12px/22px "Montserrat", sans-serif;
  text-decoration: none;
  color: #ffffff;
  letter-spacing: 1.2px;
}
#footer-menu a:hover, #footer-menu a.active {
  color: #BD9B5F;
}
@media only screen and (max-width: 767px) {
  #footer-menu a {
    margin-left: 0;
  }
}

#newsletter {
  position: relative;
  font-size: 0;
  text-align: center;
  padding: 141px 0 90px;
  background-image: url("../images/ic_signup.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#newsletter:after {
  content: "";
  background-color: rgba(189, 155, 95, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  #newsletter {
    padding: 46px 0 74px;
  }
}
#newsletter h2 {
  margin-bottom: 8px;
  font: 400 74px/98px "Didot", sans-serif;
  letter-spacing: 0.68px;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  #newsletter h2 {
    font-weight: 400;
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 29px;
  }
}
#newsletter p {
  font: 26px/37px "Garamond", Arial;
  color: #ffffff;
  margin: 0 auto 47px auto;
  letter-spacing: 1.18px;
  max-width: 760px;
}
@media only screen and (max-width: 767px) {
  #newsletter p {
    margin-bottom: 65px;
  }
}
#newsletter .button {
  display: inline-block;
  vertical-align: top;
  background: #ffffff;
  color: #8A7038;
  width: 325px;
  height: 60px;
}
#newsletter .button:hover {
  background: #3A3632;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  #newsletter .button {
    width: 100%;
  }
}

#hebs-gallery {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11000;
  background: rgba(0, 0, 0, 0.95);
  /* FULL SIZE IMAGE */
  /* FULL SIZE IMAGE -> Navigation */
  /* FULL SIZE IMAGE -> Loading */
  /* THUMBNAILS */
  /* THUMBNAILS -> Navigation */
  /* INFO */
}
#hebs-gallery .galleria {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
#hebs-gallery .close-button {
  position: absolute;
  right: 20px;
  top: 12px;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
}
#hebs-gallery .close-button:after, #hebs-gallery .close-button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 25px;
  background: #fff;
  transition: background-color 350ms ease-in-out;
  transform: translate(-50%, -50%) rotate(45deg);
}
#hebs-gallery .close-button:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#hebs-gallery .close-button:hover:after, #hebs-gallery .close-button:hover:before {
  background: #949494;
}
#hebs-gallery .galleria-container {
  position: relative;
  overflow: hidden;
  width: 100% !important;
  height: 100% !important;
}
#hebs-gallery .select-wrapper {
  position: relative;
  float: left;
  margin: 5px 0 0 20px;
  z-index: 2;
}
#hebs-gallery .category-selector {
  height: 30px;
  line-height: 30px;
  margin-bottom: 0;
  background: #fff;
  font-size: 14px;
  color: #000000;
}
#hebs-gallery .galleria-stage {
  position: absolute;
  top: 40px;
  bottom: 120px;
  left: 0;
  right: 0;
  padding: 20px 72px;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  #hebs-gallery .galleria-stage {
    padding: 0;
  }
}
@media only screen and (max-width: 1023px) and (orientation: landscape) {
  #hebs-gallery .galleria-stage {
    bottom: 0;
  }
}
#hebs-gallery .galleria-stage .galleria-image img {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
#hebs-gallery .galleria-container.touch .galleria-stage {
  padding: 0;
}
#hebs-gallery.no-controls .galleria-stage {
  bottom: 0;
  padding: 20px;
}
#hebs-gallery.no-controls .galleria-image-nav {
  display: none;
}
@media only screen and (max-width: 1023px) {
  #hebs-gallery .galleria-image-nav {
    display: none;
  }
}
#hebs-gallery .galleria-image-nav-left, #hebs-gallery .galleria-image-nav-right {
  position: absolute;
  top: 50%;
  cursor: pointer;
  width: 43px;
  height: 43px;
  margin-top: -22px;
  text-indent: -9999px;
  overflow: hidden;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  font-size: 0;
  transition: border-color 350ms ease-in-out;
}
#hebs-gallery .galleria-image-nav-left:hover, #hebs-gallery .galleria-image-nav-right:hover {
  border-color: #949494;
}
#hebs-gallery .galleria-image-nav-left {
  left: 20px;
  transform: rotate(-45deg);
  transform-origin: center;
}
#hebs-gallery .galleria-image-nav-right {
  right: 20px;
  transform: rotate(135deg);
  transform-origin: center;
}
#hebs-gallery .galleria-loader {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -24px 0 0 -24px;
}
#hebs-gallery .galleria-loader:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid transparent;
  border-top-color: #8A7038;
  border-bottom-color: #8A7038;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#hebs-gallery.no-controls .galleria-thumbnails-container {
  display: none;
}
#hebs-gallery .galleria-thumbnails-container {
  height: 120px;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  background: #000000;
}
@media only screen and (max-width: 1023px) and (orientation: landscape) {
  #hebs-gallery .galleria-thumbnails-container {
    display: none;
  }
}
#hebs-gallery .galleria-carousel .galleria-thumbnails-list {
  margin-left: 52px;
  margin-right: 52px;
}
#hebs-gallery .galleria-thumbnails {
  margin: 20px auto 0;
}
#hebs-gallery .galleria-thumbnails .galleria-image {
  height: 80px !important;
  width: 80px !important;
  background: #000000;
  margin: 0 6px 0 0;
  float: left;
  cursor: pointer;
}
#hebs-gallery .galleria-thumbnails .galleria-image.active {
  border: 3px solid #fff;
}
#hebs-gallery .galleria-thumbnails .galleria-image.active img {
  margin: -3px 0 0 -3px;
}
#hebs-gallery .galleria-thumb-nav-left, #hebs-gallery .galleria-thumb-nav-right {
  display: none;
  position: absolute;
  top: 50%;
  cursor: pointer;
  width: 15px;
  height: 15px;
  margin-top: -7px;
  text-indent: -9999px;
  overflow: hidden;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  font-size: 0;
  transform-origin: center;
  transition: border-color 350ms ease-in-out;
}
#hebs-gallery .galleria-thumb-nav-left:hover, #hebs-gallery .galleria-thumb-nav-right:hover {
  border-color: #949494;
}
#hebs-gallery .galleria-thumb-nav-left.disabled, #hebs-gallery .galleria-thumb-nav-right.disabled {
  opacity: 0.5;
  cursor: default;
}
#hebs-gallery .galleria-carousel .galleria-thumb-nav-left, #hebs-gallery .galleria-carousel .galleria-thumb-nav-right {
  display: block;
}
#hebs-gallery .galleria-thumb-nav-left {
  left: 15px;
  transform: rotate(-45deg);
}
#hebs-gallery .galleria-thumb-nav-right {
  right: 15px;
  transform: rotate(135deg);
}
#hebs-gallery .galleria-info {
  position: absolute;
  left: 0;
  top: 0;
  background: #000000;
  width: 100%;
  height: 40px;
}
#hebs-gallery .galleria-info .galleria-info-description {
  text-align: center;
  line-height: 40px;
  color: #fff;
  position: absolute;
  left: 300px;
  right: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.faq-section-category {
  margin-bottom: 40px;
}

.faq-section-category-descr {
  text-align: center;
}

.faq-section-item.active .faq-section-question:after {
  content: "";
  position: absolute;
  background-color: #000;
  top: 50%;
  margin-top: 2px;
  width: 15px;
  height: 1px;
  right: 27px;
}
.faq-section-item .faq-section-question {
  position: relative;
  cursor: pointer;
  padding: 20px 50px 20px 20px;
  margin-bottom: 0;
  border-bottom: 1px solid #DDE0E7;
  font: 200 24px/37px "Didot", sans-serif;
}
.faq-section-item .faq-section-question:after {
  content: "+";
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 20px;
  height: 30px;
  width: 30px;
  margin-top: -15px;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
}
.faq-section-item .faq-section-answer {
  display: none;
  overflow: hidden;
  padding: 20px 20px 0 20px;
}
.faq-section-item .faq-section-answer .thumb {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.faq-section-item .faq-section-answer .descr {
  overflow: hidden;
}

#content .layer {
  position: absolute;
  top: 0;
  right: 20px;
  width: 360px;
  height: 360px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/ellipse.svg");
}
@media only screen and (max-width: 1023px) {
  #content .layer {
    display: none;
  }
}
#content .layer-1 {
  z-index: 70;
}
#content .layer-2 {
  z-index: 60;
}
#content .layer-3 {
  z-index: 80;
}

.specials:after {
  clear: both;
  content: "";
  display: table;
}
.specials .featured-specials .center-column {
  max-width: 1188px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .specials .featured-specials .center-column {
    padding: 0 20px;
  }
}
.specials .featured-specials .center-column > h3, .specials .featured-specials .center-column .h3 {
  font: 46px/48px "Didot", sans-serif;
  letter-spacing: 1px;
  color: #91867A;
  margin-bottom: 52px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .specials .featured-specials .center-column > h3, .specials .featured-specials .center-column .h3 {
    font-size: 36px;
    line-height: 38px;
    margin-bottom: 34px;
  }
}
.specials .featured-specials .featured-offer {
  border: 10px solid #BD9B5F;
  background: #fff;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .specials .featured-specials .featured-offer {
    margin-bottom: 20px;
  }
}
.specials .featured-specials .featured-offer .offer-wrapper {
  display: flex;
  flex-wrap: nowrap;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .specials .featured-specials .featured-offer .offer-wrapper {
    flex-wrap: wrap;
    text-align: center;
  }
}
.specials .featured-specials .featured-offer.even .thumbnail {
  order: 2;
}
@media only screen and (max-width: 767px) {
  .specials .featured-specials .featured-offer.even .thumbnail {
    order: 1;
  }
}
.specials .featured-specials .featured-offer.even .content {
  order: 1;
}
@media only screen and (max-width: 767px) {
  .specials .featured-specials .featured-offer.even .content {
    order: 2;
  }
}
.specials .featured-specials .featured-offer .thumbnail {
  position: relative;
  width: 50%;
  min-height: 440px;
}
@media only screen and (max-width: 767px) {
  .specials .featured-specials .featured-offer .thumbnail {
    width: 100%;
    min-height: 0;
    height: 0;
    padding-top: 70%;
  }
}
.specials .featured-specials .featured-offer .content {
  width: 50%;
  padding: 30px 40px 34px 68px;
  font: 16px/24px "Garamond", Arial;
  color: #3A3632;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .specials .featured-specials .featured-offer .content {
    padding: 30px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .specials .featured-specials .featured-offer .content {
    font-size: 15px;
    line-height: 22px;
    width: 100%;
    padding: 16px 12px;
  }
}
.specials .featured-specials .featured-offer .content .small-heading {
  display: block;
  font: 600 12px/1.2 "Montserrat", sans-serif;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 33px;
}
@media only screen and (max-width: 767px) {
  .specials .featured-specials .featured-offer .content .small-heading {
    margin-bottom: 13px;
  }
}
.specials .featured-specials .featured-offer .content h3 {
  font: 48px/56px "Didot", sans-serif;
  margin-bottom: 20px;
  color: #BD9B5F;
}
.specials .featured-specials .featured-offer .content h3 span {
  display: block;
}
.specials .featured-specials .featured-offer .content h3 span:first-child {
  color: #3A3632;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .specials .featured-specials .featured-offer .content h3 {
    font-size: 40px;
    line-height: 44px;
  }
}
@media only screen and (max-width: 767px) {
  .specials .featured-specials .featured-offer .content h3 {
    font-size: 26px;
    line-height: 29px;
    margin-bottom: 20px;
  }
}
.specials .featured-specials .featured-offer .content h3 strong {
  display: block;
  color: #BD9B5F;
}
.specials .featured-specials .featured-offer .content .info {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .specials .featured-specials .featured-offer .content .info {
    margin-bottom: 12px;
  }
}
.specials .featured-specials .featured-offer .content .property-name {
  text-transform: uppercase;
  font: 600 14px/18px "Montserrat", sans-serif;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .specials .featured-specials .featured-offer .content .property-name {
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 5px;
  }
}
.specials .featured-specials .featured-offer .content .destination-name {
  text-transform: uppercase;
  font: 300 12px/15px "Montserrat", sans-serif;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .specials .featured-specials .featured-offer .content .destination-name {
    font-size: 11px;
    line-height: 13px;
  }
}
.specials .featured-specials .featured-offer .content nav {
  margin-top: 31px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .specials .featured-specials .featured-offer .content nav {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .specials .featured-specials .featured-offer .content nav {
    margin-top: 23px;
    display: flex;
    justify-content: space-around;
  }
}
.specials .featured-specials .featured-offer .content .show-content {
  text-transform: uppercase;
  color: #8A7038;
  font: 600 12px/39px "Montserrat", sans-serif;
  letter-spacing: 1px;
  padding-right: 23px;
  position: relative;
  margin-right: 55px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .specials .featured-specials .featured-offer .content .show-content {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .specials .featured-specials .featured-offer .content .show-content {
    margin-right: 0;
    padding-right: 0;
    text-decoration: underline;
  }
}
.specials .featured-specials .featured-offer .content .show-content:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #8A7038;
  border-left: 1px solid #8A7038;
  transform: rotate(-45deg) translateY(-50%);
  margin-top: -2px;
  pointer-events: none;
  transition: border-color 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .specials .featured-specials .featured-offer .content .show-content:after {
    display: none;
  }
}
.specials .featured-specials .featured-offer .content .show-content.expanded:after {
  transform: rotate(135deg) translateY(-50%);
  margin-top: -4px;
  right: 4px;
}
.specials .featured-specials .featured-offer .content .show-content:hover {
  color: #3A3632;
}
.specials .featured-specials .featured-offer .content .show-content:hover:after {
  border-color: #3A3632;
}
.specials .featured-specials .featured-offer .content .button {
  line-height: 39px;
  height: 39px;
  padding: 0 45px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .specials .featured-specials .featured-offer .content .button {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .specials .featured-specials .featured-offer .content .button {
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
  }
}
.specials .featured-specials .featured-offer .additional-content {
  display: none;
  width: 100%;
}
.specials .single-special .specials-breadcrumb {
  text-align: left;
  font: 600 12px/1.2 "Montserrat", sans-serif;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin: 0 0 18px 10px;
}
.specials .single-special .specials-breadcrumb a {
  text-decoration: none;
  color: #8A7038;
}
.specials .single-special .specials-breadcrumb a.first-child {
  color: #3A3632;
}
.specials .single-special .specials-breadcrumb a:hover {
  color: #3A3632;
}
.specials .single-special .background {
  max-width: 1100px;
  border: 10px solid #E6E3E1;
  height: 485px;
  margin: 0 auto 45px;
  position: relative;
  float: none;
}
@media only screen and (max-width: 767px) {
  .specials .single-special .background {
    margin-bottom: 20px;
    height: 0;
    padding-bottom: 56.25vw;
  }
}
.specials .single-special .content {
  max-width: 834px;
  font: 16px/1.5 "Garamond", Arial;
  text-align: left;
  color: #3A3632;
}
.specials .single-special .content h1 {
  font: normal 33px/1.2 "Montserrat", sans-serif;
  color: #8A7038;
  text-align: center;
  margin-bottom: 15px;
}
.specials .single-special .content h2 {
  font: 600 16px/1.2 "Montserrat", sans-serif;
  color: #3A3632;
  margin-bottom: 30px;
  text-align: center;
}
.specials .single-special .content .controls {
  text-align: right;
}
.specials .single-special .content .controls .button {
  height: 40px;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  .specials .single-special .content {
    text-align: center;
    padding: 0;
  }
  .specials .single-special .content h1 {
    font-size: 26px;
  }
  .specials .single-special .content h2 {
    font-size: 14px;
  }
  .specials .single-special .content .controls {
    text-align: center;
  }
}

.special-filters {
  margin-bottom: 80px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .special-filters {
    margin-bottom: 30px;
  }
}
.special-filters .center-column h3 {
  font: 46px/48px "Didot", sans-serif;
  letter-spacing: 1px;
  color: #91867A;
  margin-bottom: 50px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .special-filters .center-column h3 {
    font-size: 36px;
    line-height: 38px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .special-filters .filters-wrapper {
    padding: 0 28px;
  }
}
.special-filters .filters-wrapper .buttons-wrapper {
  border: 1px solid #8A7038;
  border-left: none;
  border-right: none;
  max-width: 870px;
  margin: 0 auto;
  position: relative;
  font-size: 0;
}
.special-filters .filters-wrapper .buttons-wrapper:after {
  content: "";
  height: 100%;
  width: 1px;
  background: #8A7038;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .special-filters .filters-wrapper .buttons-wrapper:after {
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
.special-filters .filters-wrapper button {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  font: 300 18px/65px "Montserrat", sans-serif;
  color: #8A7038;
  letter-spacing: 2px;
  position: relative;
  padding: 0 0 3px;
  width: 50%;
  height: 65px;
  cursor: pointer;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .special-filters .filters-wrapper button {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .special-filters .filters-wrapper button {
    width: 100%;
    font-size: 15px;
    line-height: 52px;
    height: 50px;
    padding: 0 8px;
    text-align: left;
    letter-spacing: 1px;
  }
}
.special-filters .filters-wrapper button:hover {
  color: #BD9B5F;
}
.special-filters .filters-wrapper button:hover span:after {
  border-color: #BD9B5F;
}
.special-filters .filters-wrapper button span {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-right: 40px;
}
@media only screen and (max-width: 767px) {
  .special-filters .filters-wrapper button span {
    padding-right: 20px;
    width: 100%;
  }
}
.special-filters .filters-wrapper button span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #8A7038;
  border-left: 1px solid #8A7038;
  transform: rotate(-45deg) translateY(-50%);
  margin-top: -4px;
  pointer-events: none;
  transition: border-color 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .special-filters .filters-wrapper button span:after {
    margin-top: -6px;
  }
}
.special-filters .filters-wrapper button.active {
  color: #BD9B5F;
}
.special-filters .filters-wrapper button.active span:after {
  transform: rotate(135deg) translateY(-50%);
  border-color: #BD9B5F;
  margin-top: -6px;
  right: 7px;
}
.special-filters .checkbox-dropdown {
  background: #FFFDFB;
  padding: 35px 0 0 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 350ms ease-in-out;
}
.special-filters .checkbox-dropdown.active {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 767px) {
  .special-filters .checkbox-dropdown {
    padding: 60px 58px 0 58px;
    overflow: auto;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 71;
  }
}
.special-filters .checkbox-dropdown.left-dropdown-wrapper {
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  .special-filters .checkbox-dropdown.left-dropdown-wrapper {
    padding: 60px 58px 0 58px;
  }
}
.special-filters .checkbox-dropdown.left-dropdown-wrapper .cols-wrapper {
  float: left;
  align-items: flex-end;
  padding-left: 0;
}
.special-filters .checkbox-dropdown.left-dropdown-wrapper .inner-wrapper {
  max-width: 400px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .special-filters .checkbox-dropdown.left-dropdown-wrapper .inner-wrapper {
    width: 310px;
  }
}
.special-filters .checkbox-dropdown.left-dropdown-wrapper .col {
  width: 100%;
}
.special-filters .checkbox-dropdown .close-button {
  display: none;
  position: absolute;
  right: 30px;
  top: 25px;
  width: 45px;
  height: 45px;
  font-size: 0;
  text-indent: -9999em;
}
.special-filters .checkbox-dropdown .close-button:before, .special-filters .checkbox-dropdown .close-button:after {
  position: absolute;
  content: "";
  height: 45px;
  width: 1px;
  background-color: #000000;
  top: 0;
  right: 50%;
}
.special-filters .checkbox-dropdown .close-button:before {
  transform: rotate(-45deg);
}
.special-filters .checkbox-dropdown .close-button:after {
  transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .special-filters .checkbox-dropdown .close-button {
    display: block;
  }
}
.special-filters .cols-wrapper {
  float: right;
  width: 50%;
  display: flex;
  align-items: flex-start;
  flex-flow: column;
  padding-left: 35px;
}
@media only screen and (max-width: 767px) {
  .special-filters .cols-wrapper {
    width: 100%;
    padding-left: 0;
  }
}
.special-filters .inner-wrapper {
  display: flex;
  max-width: 620px;
  flex-flow: wrap;
}
.special-filters .col {
  margin-bottom: 2px;
  text-align: left;
  width: 310px;
}
@media only screen and (max-width: 767px) {
  .special-filters .col {
    margin-bottom: 5px;
  }
}
.special-filters .col input[type=checkbox] {
  display: none;
}
.special-filters .col input[type=checkbox]:checked + label {
  color: #8A7038;
}
.special-filters .col input[type=checkbox]:checked + label:before {
  background: #8A7038;
}
.special-filters .col label, .special-filters .col .clear-filters {
  font: 600 14px/26px "Montserrat", sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  display: block;
  letter-spacing: 1px;
  color: #3A3632;
  padding-left: 48px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .special-filters .col label, .special-filters .col .clear-filters {
    font-size: 12px;
    line-height: 35px;
  }
}
.special-filters .col label:before, .special-filters .col .clear-filters:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border: 1px solid #8A7038;
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
  transition: background-color 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .special-filters .col label:before, .special-filters .col .clear-filters:before {
    width: 22px;
    height: 22px;
  }
}
.special-filters .col label:hover, .special-filters .col .clear-filters:hover {
  color: #8A7038;
  transition: color 350ms ease-in-out;
}
.special-filters .col .clear-filters {
  margin: 29px 0 0;
}
.special-filters .col .clear-filters.active:before {
  background: #8A7038;
}
.special-filters .show-results {
  margin: 31px 0 36px;
  padding: 0 20px;
  width: 250px;
}
.special-filters .show-results.no-results {
  pointer-events: none;
  background: #E6E3E1;
}
@media only screen and (max-width: 767px) {
  .special-filters .show-results {
    width: 100%;
    height: 60px;
  }
}

.specials-list-wrapper {
  margin-bottom: 80px;
}

.specials-list,
.similar-offers-list {
  max-width: 1130px;
  padding: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.specials-list .special-block,
.specials-list .similar-special-block,
.similar-offers-list .special-block,
.similar-offers-list .similar-special-block {
  width: calc(33.3% - 26px);
  background: #fff;
  border: 10px solid #E6E3E1;
  position: relative;
  margin: 0 13px 45px 13px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .specials-list .special-block,
.specials-list .similar-special-block,
.similar-offers-list .special-block,
.similar-offers-list .similar-special-block {
    width: calc(50% - 26px);
  }
}
@media only screen and (max-width: 767px) {
  .specials-list .special-block,
.specials-list .similar-special-block,
.similar-offers-list .special-block,
.similar-offers-list .similar-special-block {
    width: 100%;
    margin: 0 28px 20px 28px;
  }
}
.specials-list .special-block .thumbnail,
.specials-list .similar-special-block .thumbnail,
.similar-offers-list .special-block .thumbnail,
.similar-offers-list .similar-special-block .thumbnail {
  position: relative;
  width: 100%;
  height: 240px;
  background: #E6E3E1;
}
@media only screen and (max-width: 767px) {
  .specials-list .special-block .thumbnail,
.specials-list .similar-special-block .thumbnail,
.similar-offers-list .special-block .thumbnail,
.similar-offers-list .similar-special-block .thumbnail {
    height: 170px;
  }
}
.specials-list .special-block .description,
.specials-list .similar-special-block .description,
.similar-offers-list .special-block .description,
.similar-offers-list .similar-special-block .description {
  background: #fff;
  font: 16px/24px "Garamond", Arial;
  color: #3A3632;
  padding: 25px 30px 90px 30px;
}
@media only screen and (max-width: 767px) {
  .specials-list .special-block .description,
.specials-list .similar-special-block .description,
.similar-offers-list .special-block .description,
.similar-offers-list .similar-special-block .description {
    text-align: center;
    padding: 12px 20px 48px;
  }
}
@media only screen and (max-width: 767px) {
  .specials-list .special-block .description p,
.specials-list .similar-special-block .description p,
.similar-offers-list .special-block .description p,
.similar-offers-list .similar-special-block .description p {
    display: none;
  }
}
.specials-list .special-block h3,
.specials-list .similar-special-block h3,
.similar-offers-list .special-block h3,
.similar-offers-list .similar-special-block h3 {
  font: 24px/30px "Montserrat", sans-serif;
  color: #8A7038;
  margin-bottom: 19px;
}
@media only screen and (max-width: 767px) {
  .specials-list .special-block h3,
.specials-list .similar-special-block h3,
.similar-offers-list .special-block h3,
.similar-offers-list .similar-special-block h3 {
    margin-bottom: 0;
  }
}
.specials-list .special-block h3 span,
.specials-list .similar-special-block h3 span,
.similar-offers-list .special-block h3 span,
.similar-offers-list .similar-special-block h3 span {
  display: block;
}
.specials-list .special-block nav,
.specials-list .similar-special-block nav,
.similar-offers-list .special-block nav,
.similar-offers-list .similar-special-block nav {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 23px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .specials-list .special-block nav,
.specials-list .similar-special-block nav,
.similar-offers-list .special-block nav,
.similar-offers-list .similar-special-block nav {
    justify-content: center;
    bottom: 0;
  }
}
.specials-list .special-block .book-now,
.specials-list .similar-special-block .book-now,
.similar-offers-list .special-block .book-now,
.similar-offers-list .similar-special-block .book-now {
  line-height: 39px;
  height: auto;
  padding: 0 45px;
}
@media only screen and (max-width: 767px) {
  .specials-list .special-block .book-now,
.specials-list .similar-special-block .book-now,
.similar-offers-list .special-block .book-now,
.similar-offers-list .similar-special-block .book-now {
    display: none;
  }
}
.specials-list .special-block .only-text,
.specials-list .similar-special-block .only-text,
.similar-offers-list .special-block .only-text,
.similar-offers-list .similar-special-block .only-text {
  background: none;
  color: #8A7038;
  text-decoration: underline;
  line-height: 39px;
  padding: 0;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .specials-list .special-block .only-text,
.specials-list .similar-special-block .only-text,
.similar-offers-list .special-block .only-text,
.similar-offers-list .similar-special-block .only-text {
    line-height: 52px;
  }
}
.specials-list .special-block .only-text:hover,
.specials-list .similar-special-block .only-text:hover,
.similar-offers-list .special-block .only-text:hover,
.similar-offers-list .similar-special-block .only-text:hover {
  text-decoration: none;
  color: #BD9B5F;
}

.specials-list-wrapper.long-list .special-block {
  display: none;
}
.specials-list-wrapper.long-list .show-more {
  background: none;
  color: #8A7038;
  width: 100%;
  margin: 10px 15px 0;
  height: 75px;
  line-height: 75px;
  border: 1px solid #BFB7B0;
}
.specials-list-wrapper.long-list .show-more:hover {
  background: #8A7038;
  color: #ffffff;
  border-color: #8A7038;
}
@media only screen and (max-width: 767px) {
  .specials-list-wrapper.long-list .show-more {
    margin: 10px 28px 0;
    font-size: 15px;
    font-weight: 300;
    height: 60px;
    line-height: 58px;
    border-color: #BD9B5F;
  }
}

.similar-offers-wrapper {
  margin-bottom: 40px;
}
.similar-offers-wrapper .center-column {
  max-width: 1100px;
  border-top: 1px solid #3A3632;
  padding-top: 70px;
}
.similar-offers-wrapper .center-column h3 {
  font: 46px/48px "Didot", sans-serif;
  letter-spacing: 1px;
  color: #91867A;
  margin-bottom: 25px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .similar-offers-wrapper .center-column {
    padding-top: 40px;
  }
  .similar-offers-wrapper .center-column h3 {
    font-size: 36px;
    line-height: 38px;
    margin-bottom: 20px;
  }
}

.page-content .careers .narrow {
  width: 20%;
}

.google-map {
  position: relative;
}
.google-map:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid transparent;
  border-top-color: #8A7038;
  border-bottom-color: #8A7038;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.google-map.loaded:before {
  content: none;
}

.hotel-location-map, .poi-map-canvas {
  height: 444px;
  background: #E6E3E1;
}
.hotel-location-map h4, .poi-map-canvas h4 {
  margin: 0;
  font: 16px "Didot", sans-serif;
  text-transform: uppercase;
  color: #8A7038;
}
.hotel-location-map p, .poi-map-canvas p {
  margin: 5px 0 0;
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
}
.hotel-location-map .button, .poi-map-canvas .button {
  display: block;
}
.hotel-location-map .map-content, .poi-map-canvas .map-content {
  overflow: hidden;
}

.map-content {
  background: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  padding: 20px;
  position: relative;
  text-align: center;
  color: #fff;
  width: 300px;
}
.map-content h3, .map-content p {
  margin-bottom: 5px;
}
.map-content h3 {
  font: 700 16px/24px "Didot", sans-serif;
  color: #fff;
}
.map-content a {
  color: #fff;
}
.map-content .button {
  margin-top: 20px;
  height: 50px;
  line-height: 50px;
  color: #3A3632;
}

.pressroom {
  text-align: center;
  font-size: 0;
}
.pressroom .pressroom-item {
  display: inline-block;
  vertical-align: top;
  width: calc(33.3% - 20px);
  height: 400px;
  margin: 15px 10px 20px 10px;
  position: relative;
  overflow: hidden;
  border: 1px solid #8A7038;
  padding: 20px 0;
  background-color: #E6E3E1;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .pressroom .pressroom-item {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .pressroom .pressroom-item {
    width: 100%;
    margin: 10px 0;
  }
}
.pressroom .pressroom-item h4, .pressroom .pressroom-item .h4 {
  font-size: 20px !important;
  line-height: 30px !important;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #ffffff;
  font-weight: 700;
}
.pressroom .pressroom-item time {
  font-size: 18px;
  line-height: 20px;
  color: #ffffff;
  display: block;
  margin: 5px 0 10px 0;
}
.pressroom .pressroom-item .description {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 20px 20px 20px;
}
.pressroom .pressroom-item .description .centered time {
  margin: 10px 0;
  display: block;
  font-weight: bold;
}
.pressroom .pressroom-item .description p {
  color: #fff;
  line-height: 18px;
  font-size: 14px;
  margin-bottom: 0;
}
.pressroom .pressroom-item .pdf {
  color: #ffffff;
  margin: 10px 0 0 0;
  display: block;
  position: relative;
  line-height: 16px;
  padding-left: 0 !important;
}
.pressroom .pressroom-item .pdf:hover {
  color: #BD9B5F;
}
.pressroom .pressroom-item .view-gallery {
  margin-top: 20px;
  height: 40px;
  line-height: 40px;
}

.galleries {
  text-align: center;
  font-size: 0;
}
.galleries .gallery {
  padding-bottom: calc(50% - 10px);
  width: calc(50% - 10px);
  height: 0;
  margin: 5px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}
@media only screen and (max-width: 767px) {
  .galleries .gallery {
    width: calc(100% - 10px);
    padding-bottom: calc(100% - 10px);
  }
}
.galleries .gallery h2, .galleries .gallery h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font: 26px/30px "Montserrat", sans-serif;
  text-transform: uppercase;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
  color: inherit;
  z-index: 1;
}
.galleries .gallery h3 {
  top: auto;
  bottom: 10px;
  font-size: 14px;
  opacity: 1;
  line-height: 1;
  text-align: center;
}
.galleries .gallery:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -1px;
}
.galleries .gallery:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.25);
  transition: background 0.3s ease-in-out;
  z-index: 0;
}
.galleries .gallery .button {
  height: 50px;
  line-height: 50px;
}
.galleries .gallery:hover h2, .galleries .gallery:hover h3 {
  transform: translate(-50%, -50%) scale(0.6);
  opacity: 0;
}
.galleries .gallery:hover .description {
  right: 0;
}
.galleries .gallery:hover:after {
  background: rgba(0, 0, 0, 0.5);
}
.galleries .gallery .description {
  position: absolute;
  right: -100%;
  top: 0;
  color: inherit;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .galleries .gallery .description {
    font-size: 16px;
    line-height: 20px;
  }
}
.galleries .gallery .description:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -1px;
}
.galleries .gallery .description .centered {
  padding: 15px;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 4px);
}

#form_module_container_errors,
#form_module_container_success {
  padding: 10px;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border: 2px solid #BD9B5F;
  box-sizing: border-box;
  font-family: "Garamond", Arial;
}

#form_module_container_errors {
  color: #b31919;
}

#form_module_container_errors .goTo {
  color: blue;
  text-decoration: underline;
  cursor: pointer;
}

#form_module_container_errors .goTo:hover {
  filter: grayscale(100%);
}

#form_module_container_success {
  color: green;
}

[id*=form_form_],
.form {
  display: block;
  margin-bottom: 20px;
  padding: 0 12px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_],
.form {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  [id*=form_form_],
.form {
    padding: 0;
  }
}
[id*=form_form_] fieldset + fieldset,
.form fieldset + fieldset {
  margin-top: 20px;
}
[id*=form_form_] > p,
.form > p {
  font-size: 16px;
  line-height: 1.5;
}
[id*=form_form_] p,
.form p {
  text-align: center;
}
[id*=form_form_] h3,
.form h3 {
  font: 42px/44px "Didot", sans-serif;
  color: #91867A;
  text-transform: capitalize;
  text-align: center;
  margin: 40px 0 35px;
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] h3,
.form h3 {
    font-size: 32px;
    line-height: 34px;
    margin: 20px 0 20px;
  }
}
[id*=form_form_] em,
.form em {
  color: #b31919;
  font-size: 16px;
  font-weight: normal;
  line-height: 10px;
  padding-right: 5px;
}
[id*=form_form_] label,
.form label {
  display: block;
  margin: 0 0 5px 0;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] label,
.form label {
    float: none;
    margin: 0 0 10px;
    text-align: left;
    width: auto;
  }
}
[id*=form_form_] .set,
.form .set {
  margin-bottom: 20px;
  text-align: center;
}
[id*=form_form_] .set:after,
.form .set:after {
  clear: both;
  content: "";
  display: table;
}
[id*=form_form_] .set span,
.form .set span {
  display: inline-block;
  margin: 0;
}
[id*=form_form_] .set span.checkbox-group,
.form .set span.checkbox-group {
  margin-bottom: 10px;
}
[id*=form_form_] .set span input,
.form .set span input {
  display: inline;
  float: none;
  margin: 0;
}
[id*=form_form_] .set span label,
.form .set span label {
  display: block;
  float: none;
  width: auto;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
}
[id*=form_form_] .set span.group,
.form .set span.group {
  margin-top: 12px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .set span.group,
.form .set span.group {
    float: left;
  }
}
[id*=form_form_] .set span.group label,
.form .set span.group label {
  display: block;
  margin-bottom: 10px !important;
  margin-top: 0;
}
[id*=form_form_] .set span.group label input,
.form .set span.group label input {
  margin-right: 0.4em;
}
[id*=form_form_] input[type=text],
[id*=form_form_] input[type=number],
[id*=form_form_] input[type=email],
[id*=form_form_] input[type=phone],
[id*=form_form_] input[type=url],
[id*=form_form_] input[type=datepicker],
[id*=form_form_] input[type=file],
[id*=form_form_] textarea,
[id*=form_form_] select,
[id*=form_form_] .input-overlay,
.form input[type=text],
.form input[type=number],
.form input[type=email],
.form input[type=phone],
.form input[type=url],
.form input[type=datepicker],
.form input[type=file],
.form textarea,
.form select,
.form .input-overlay {
  font: 600 12px/60px "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #ffffff;
  color: #8A7038;
  height: 60px;
  padding: 0 20px;
  resize: none;
  width: 250px;
  border: 1px solid #8A7038;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] input[type=text],
[id*=form_form_] input[type=number],
[id*=form_form_] input[type=email],
[id*=form_form_] input[type=phone],
[id*=form_form_] input[type=url],
[id*=form_form_] input[type=datepicker],
[id*=form_form_] input[type=file],
[id*=form_form_] textarea,
[id*=form_form_] select,
[id*=form_form_] .input-overlay,
.form input[type=text],
.form input[type=number],
.form input[type=email],
.form input[type=phone],
.form input[type=url],
.form input[type=datepicker],
.form input[type=file],
.form textarea,
.form select,
.form .input-overlay {
    padding: 0 20px;
    width: 100%;
    text-align: left;
  }
}
[id*=form_form_] input[type=text].form_module_field_error,
[id*=form_form_] input[type=number].form_module_field_error,
[id*=form_form_] input[type=email].form_module_field_error,
[id*=form_form_] input[type=phone].form_module_field_error,
[id*=form_form_] input[type=url].form_module_field_error,
[id*=form_form_] input[type=datepicker].form_module_field_error,
[id*=form_form_] input[type=file].form_module_field_error,
[id*=form_form_] textarea.form_module_field_error,
[id*=form_form_] select.form_module_field_error,
[id*=form_form_] .input-overlay.form_module_field_error,
.form input[type=text].form_module_field_error,
.form input[type=number].form_module_field_error,
.form input[type=email].form_module_field_error,
.form input[type=phone].form_module_field_error,
.form input[type=url].form_module_field_error,
.form input[type=datepicker].form_module_field_error,
.form input[type=file].form_module_field_error,
.form textarea.form_module_field_error,
.form select.form_module_field_error,
.form .input-overlay.form_module_field_error {
  border-color: #b31919;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] input[type=text],
[id*=form_form_] input[type=number],
[id*=form_form_] input[type=email],
[id*=form_form_] input[type=phone],
[id*=form_form_] input[type=url],
[id*=form_form_] input[type=datepicker],
[id*=form_form_] input[type=file],
[id*=form_form_] textarea,
[id*=form_form_] select,
[id*=form_form_] .input-overlay,
.form input[type=text],
.form input[type=number],
.form input[type=email],
.form input[type=phone],
.form input[type=url],
.form input[type=datepicker],
.form input[type=file],
.form textarea,
.form select,
.form .input-overlay {
    text-align: left;
  }
}
[id*=form_form_] input[type=text]::-webkit-input-placeholder,
[id*=form_form_] input[type=number]::-webkit-input-placeholder,
[id*=form_form_] input[type=email]::-webkit-input-placeholder,
[id*=form_form_] input[type=phone]::-webkit-input-placeholder,
[id*=form_form_] input[type=url]::-webkit-input-placeholder,
[id*=form_form_] input[type=datepicker]::-webkit-input-placeholder,
[id*=form_form_] input[type=file]::-webkit-input-placeholder,
[id*=form_form_] textarea::-webkit-input-placeholder,
[id*=form_form_] select::-webkit-input-placeholder,
[id*=form_form_] .input-overlay::-webkit-input-placeholder,
.form input[type=text]::-webkit-input-placeholder,
.form input[type=number]::-webkit-input-placeholder,
.form input[type=email]::-webkit-input-placeholder,
.form input[type=phone]::-webkit-input-placeholder,
.form input[type=url]::-webkit-input-placeholder,
.form input[type=datepicker]::-webkit-input-placeholder,
.form input[type=file]::-webkit-input-placeholder,
.form textarea::-webkit-input-placeholder,
.form select::-webkit-input-placeholder,
.form .input-overlay::-webkit-input-placeholder {
  color: #8A7038;
}
[id*=form_form_] input[type=text]:-moz-placeholder,
[id*=form_form_] input[type=number]:-moz-placeholder,
[id*=form_form_] input[type=email]:-moz-placeholder,
[id*=form_form_] input[type=phone]:-moz-placeholder,
[id*=form_form_] input[type=url]:-moz-placeholder,
[id*=form_form_] input[type=datepicker]:-moz-placeholder,
[id*=form_form_] input[type=file]:-moz-placeholder,
[id*=form_form_] textarea:-moz-placeholder,
[id*=form_form_] select:-moz-placeholder,
[id*=form_form_] .input-overlay:-moz-placeholder,
.form input[type=text]:-moz-placeholder,
.form input[type=number]:-moz-placeholder,
.form input[type=email]:-moz-placeholder,
.form input[type=phone]:-moz-placeholder,
.form input[type=url]:-moz-placeholder,
.form input[type=datepicker]:-moz-placeholder,
.form input[type=file]:-moz-placeholder,
.form textarea:-moz-placeholder,
.form select:-moz-placeholder,
.form .input-overlay:-moz-placeholder {
  color: #8A7038;
}
[id*=form_form_] input[type=text]::-moz-placeholder,
[id*=form_form_] input[type=number]::-moz-placeholder,
[id*=form_form_] input[type=email]::-moz-placeholder,
[id*=form_form_] input[type=phone]::-moz-placeholder,
[id*=form_form_] input[type=url]::-moz-placeholder,
[id*=form_form_] input[type=datepicker]::-moz-placeholder,
[id*=form_form_] input[type=file]::-moz-placeholder,
[id*=form_form_] textarea::-moz-placeholder,
[id*=form_form_] select::-moz-placeholder,
[id*=form_form_] .input-overlay::-moz-placeholder,
.form input[type=text]::-moz-placeholder,
.form input[type=number]::-moz-placeholder,
.form input[type=email]::-moz-placeholder,
.form input[type=phone]::-moz-placeholder,
.form input[type=url]::-moz-placeholder,
.form input[type=datepicker]::-moz-placeholder,
.form input[type=file]::-moz-placeholder,
.form textarea::-moz-placeholder,
.form select::-moz-placeholder,
.form .input-overlay::-moz-placeholder {
  color: #8A7038;
}
[id*=form_form_] input[type=text]:-ms-input-placeholder,
[id*=form_form_] input[type=number]:-ms-input-placeholder,
[id*=form_form_] input[type=email]:-ms-input-placeholder,
[id*=form_form_] input[type=phone]:-ms-input-placeholder,
[id*=form_form_] input[type=url]:-ms-input-placeholder,
[id*=form_form_] input[type=datepicker]:-ms-input-placeholder,
[id*=form_form_] input[type=file]:-ms-input-placeholder,
[id*=form_form_] textarea:-ms-input-placeholder,
[id*=form_form_] select:-ms-input-placeholder,
[id*=form_form_] .input-overlay:-ms-input-placeholder,
.form input[type=text]:-ms-input-placeholder,
.form input[type=number]:-ms-input-placeholder,
.form input[type=email]:-ms-input-placeholder,
.form input[type=phone]:-ms-input-placeholder,
.form input[type=url]:-ms-input-placeholder,
.form input[type=datepicker]:-ms-input-placeholder,
.form input[type=file]:-ms-input-placeholder,
.form textarea:-ms-input-placeholder,
.form select:-ms-input-placeholder,
.form .input-overlay:-ms-input-placeholder {
  color: #8A7038;
}
[id*=form_form_] input[type=text]:focus::-webkit-input-placeholder,
[id*=form_form_] input[type=number]:focus::-webkit-input-placeholder,
[id*=form_form_] input[type=email]:focus::-webkit-input-placeholder,
[id*=form_form_] input[type=phone]:focus::-webkit-input-placeholder,
[id*=form_form_] input[type=url]:focus::-webkit-input-placeholder,
[id*=form_form_] input[type=datepicker]:focus::-webkit-input-placeholder,
[id*=form_form_] input[type=file]:focus::-webkit-input-placeholder,
[id*=form_form_] textarea:focus::-webkit-input-placeholder,
[id*=form_form_] select:focus::-webkit-input-placeholder,
[id*=form_form_] .input-overlay:focus::-webkit-input-placeholder,
.form input[type=text]:focus::-webkit-input-placeholder,
.form input[type=number]:focus::-webkit-input-placeholder,
.form input[type=email]:focus::-webkit-input-placeholder,
.form input[type=phone]:focus::-webkit-input-placeholder,
.form input[type=url]:focus::-webkit-input-placeholder,
.form input[type=datepicker]:focus::-webkit-input-placeholder,
.form input[type=file]:focus::-webkit-input-placeholder,
.form textarea:focus::-webkit-input-placeholder,
.form select:focus::-webkit-input-placeholder,
.form .input-overlay:focus::-webkit-input-placeholder {
  color: #3A3632;
}
[id*=form_form_] input[type=text]:focus:-moz-placeholder,
[id*=form_form_] input[type=number]:focus:-moz-placeholder,
[id*=form_form_] input[type=email]:focus:-moz-placeholder,
[id*=form_form_] input[type=phone]:focus:-moz-placeholder,
[id*=form_form_] input[type=url]:focus:-moz-placeholder,
[id*=form_form_] input[type=datepicker]:focus:-moz-placeholder,
[id*=form_form_] input[type=file]:focus:-moz-placeholder,
[id*=form_form_] textarea:focus:-moz-placeholder,
[id*=form_form_] select:focus:-moz-placeholder,
[id*=form_form_] .input-overlay:focus:-moz-placeholder,
.form input[type=text]:focus:-moz-placeholder,
.form input[type=number]:focus:-moz-placeholder,
.form input[type=email]:focus:-moz-placeholder,
.form input[type=phone]:focus:-moz-placeholder,
.form input[type=url]:focus:-moz-placeholder,
.form input[type=datepicker]:focus:-moz-placeholder,
.form input[type=file]:focus:-moz-placeholder,
.form textarea:focus:-moz-placeholder,
.form select:focus:-moz-placeholder,
.form .input-overlay:focus:-moz-placeholder {
  color: #3A3632;
}
[id*=form_form_] input[type=text]:focus::-moz-placeholder,
[id*=form_form_] input[type=number]:focus::-moz-placeholder,
[id*=form_form_] input[type=email]:focus::-moz-placeholder,
[id*=form_form_] input[type=phone]:focus::-moz-placeholder,
[id*=form_form_] input[type=url]:focus::-moz-placeholder,
[id*=form_form_] input[type=datepicker]:focus::-moz-placeholder,
[id*=form_form_] input[type=file]:focus::-moz-placeholder,
[id*=form_form_] textarea:focus::-moz-placeholder,
[id*=form_form_] select:focus::-moz-placeholder,
[id*=form_form_] .input-overlay:focus::-moz-placeholder,
.form input[type=text]:focus::-moz-placeholder,
.form input[type=number]:focus::-moz-placeholder,
.form input[type=email]:focus::-moz-placeholder,
.form input[type=phone]:focus::-moz-placeholder,
.form input[type=url]:focus::-moz-placeholder,
.form input[type=datepicker]:focus::-moz-placeholder,
.form input[type=file]:focus::-moz-placeholder,
.form textarea:focus::-moz-placeholder,
.form select:focus::-moz-placeholder,
.form .input-overlay:focus::-moz-placeholder {
  color: #3A3632;
}
[id*=form_form_] input[type=text]:focus:-ms-input-placeholder,
[id*=form_form_] input[type=number]:focus:-ms-input-placeholder,
[id*=form_form_] input[type=email]:focus:-ms-input-placeholder,
[id*=form_form_] input[type=phone]:focus:-ms-input-placeholder,
[id*=form_form_] input[type=url]:focus:-ms-input-placeholder,
[id*=form_form_] input[type=datepicker]:focus:-ms-input-placeholder,
[id*=form_form_] input[type=file]:focus:-ms-input-placeholder,
[id*=form_form_] textarea:focus:-ms-input-placeholder,
[id*=form_form_] select:focus:-ms-input-placeholder,
[id*=form_form_] .input-overlay:focus:-ms-input-placeholder,
.form input[type=text]:focus:-ms-input-placeholder,
.form input[type=number]:focus:-ms-input-placeholder,
.form input[type=email]:focus:-ms-input-placeholder,
.form input[type=phone]:focus:-ms-input-placeholder,
.form input[type=url]:focus:-ms-input-placeholder,
.form input[type=datepicker]:focus:-ms-input-placeholder,
.form input[type=file]:focus:-ms-input-placeholder,
.form textarea:focus:-ms-input-placeholder,
.form select:focus:-ms-input-placeholder,
.form .input-overlay:focus:-ms-input-placeholder {
  color: #3A3632;
}
[id*=form_form_] textarea,
.form textarea {
  float: left;
  height: 125px;
  width: 100%;
  overflow: auto;
  line-height: 20px;
  padding: 20px;
  margin-bottom: 20px;
}
[id*=form_form_] input[type=checkbox],
[id*=form_form_] input[type=radio],
.form input[type=checkbox],
.form input[type=radio] {
  width: 14px;
  height: 14px;
  padding: 0;
  vertical-align: top;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] input[type=checkbox],
[id*=form_form_] input[type=radio],
.form input[type=checkbox],
.form input[type=radio] {
    margin-right: 5px;
  }
}
[id*=form_form_] .datepicker-input-wrapper,
.form .datepicker-input-wrapper {
  width: 250px;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .datepicker-input-wrapper,
.form .datepicker-input-wrapper {
    float: none;
  }
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .datepicker-input-wrapper,
.form .datepicker-input-wrapper {
    width: 100%;
  }
}
[id*=form_form_] input[type=datepicker],
[id*=form_form_] .input-overlay,
.form input[type=datepicker],
.form .input-overlay {
  float: left;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] input[type=datepicker],
[id*=form_form_] .input-overlay,
.form input[type=datepicker],
.form .input-overlay {
    float: none;
    width: 100%;
  }
}
[id*=form_form_] .input-overlay,
.form .input-overlay {
  width: 100px;
  float: left;
  clear: both;
  opacity: 0;
  margin-top: -60px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .input-overlay,
.form .input-overlay {
    float: none;
    display: block;
    width: 100%;
  }
}
[id*=form_form_] .ui-datepicker-trigger,
.form .ui-datepicker-trigger {
  display: none;
  float: left;
  position: static;
  margin: 13px 0 0 6px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .ui-datepicker-trigger,
.form .ui-datepicker-trigger {
    display: none;
  }
}
[id*=form_form_] input[type=submit],
.form input[type=submit] {
  display: block;
  margin: 0 auto;
}
[id*=form_form_] > input[type=submit],
.form > input[type=submit] {
  margin-top: 20px;
}
[id*=form_form_] .g-recaptcha,
.form .g-recaptcha {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] .g-recaptcha,
.form .g-recaptcha {
    margin-bottom: 0;
  }
}
[id*=form_form_] .form-builder-field,
.form .form-builder-field {
  position: relative;
  width: 100%;
  text-align: left;
  clear: both;
}
[id*=form_form_] .form-builder-field[class*=textarea] label, [id*=form_form_] .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-field[class*=inputnumber] label, [id*=form_form_] .form-builder-field[class*=select] label, [id*=form_form_] .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-field[class*=state] label, [id*=form_form_] .form-builder-field[class*=file] label,
.form .form-builder-field[class*=textarea] label,
.form .form-builder-field[class*=country] label,
.form .form-builder-field[class*=inputnumber] label,
.form .form-builder-field[class*=select] label,
.form .form-builder-field[class*=inputurl] label,
.form .form-builder-field[class*=state] label,
.form .form-builder-field[class*=file] label {
  display: none;
}
[id*=form_form_] .form-builder-field[class*=inputhidden],
.form .form-builder-field[class*=inputhidden] {
  display: none;
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] > label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] > label, [id*=form_form_] .form-builder-field[class*=radiogroup] > label,
.form .form-builder-field[class*=inputcheckbox] > label,
.form .form-builder-field[class*=checkboxgroup] > label,
.form .form-builder-field[class*=radiogroup] > label {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-field[class*=inputcheckbox] > label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] > label, [id*=form_form_] .form-builder-field[class*=radiogroup] > label,
.form .form-builder-field[class*=inputcheckbox] > label,
.form .form-builder-field[class*=checkboxgroup] > label,
.form .form-builder-field[class*=radiogroup] > label {
    margin-bottom: 10px;
  }
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] .radio-label,
[id*=form_form_] .form-builder-field[class*=inputcheckbox] .checkbox-label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] .radio-label,
[id*=form_form_] .form-builder-field[class*=checkboxgroup] .checkbox-label, [id*=form_form_] .form-builder-field[class*=radiogroup] .radio-label,
[id*=form_form_] .form-builder-field[class*=radiogroup] .checkbox-label,
.form .form-builder-field[class*=inputcheckbox] .radio-label,
.form .form-builder-field[class*=inputcheckbox] .checkbox-label,
.form .form-builder-field[class*=checkboxgroup] .radio-label,
.form .form-builder-field[class*=checkboxgroup] .checkbox-label,
.form .form-builder-field[class*=radiogroup] .radio-label,
.form .form-builder-field[class*=radiogroup] .checkbox-label {
  color: #000000;
  text-transform: none;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-field[class*=inputcheckbox] .radio-label,
[id*=form_form_] .form-builder-field[class*=inputcheckbox] .checkbox-label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] .radio-label,
[id*=form_form_] .form-builder-field[class*=checkboxgroup] .checkbox-label, [id*=form_form_] .form-builder-field[class*=radiogroup] .radio-label,
[id*=form_form_] .form-builder-field[class*=radiogroup] .checkbox-label,
.form .form-builder-field[class*=inputcheckbox] .radio-label,
.form .form-builder-field[class*=inputcheckbox] .checkbox-label,
.form .form-builder-field[class*=checkboxgroup] .radio-label,
.form .form-builder-field[class*=checkboxgroup] .checkbox-label,
.form .form-builder-field[class*=radiogroup] .radio-label,
.form .form-builder-field[class*=radiogroup] .checkbox-label {
    margin-bottom: 10px;
  }
}
[id*=form_form_] .form-builder-field[class*=checkboxgroup] label, [id*=form_form_] .form-builder-field[class*=radiogroup] label,
.form .form-builder-field[class*=checkboxgroup] label,
.form .form-builder-field[class*=radiogroup] label {
  margin-bottom: 0;
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] label,
.form .form-builder-field[class*=inputcheckbox] label {
  width: 60%;
  margin-left: calc(40% + 20px);
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-field[class*=inputcheckbox] label,
.form .form-builder-field[class*=inputcheckbox] label {
    margin-left: 0;
    width: 100%;
  }
}
[id*=form_form_] .form-builder-field[class*=inputfile] input[type=file],
.form .form-builder-field[class*=inputfile] input[type=file] {
  width: 100%;
}
[id*=form_form_] .form-builder-field[class*=inputsubmit],
.form .form-builder-field[class*=inputsubmit] {
  margin-left: 20px;
  padding: 20px 0 0 40%;
  width: auto;
  background: none;
}
[id*=form_form_] .form-builder-field .compliance,
.form .form-builder-field .compliance {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
[id*=form_form_] .form-builder-field .compliance p,
.form .form-builder-field .compliance p {
  text-align: left;
}
[id*=form_form_] .form-builder-field .compliance em,
.form .form-builder-field .compliance em {
  padding: 10px 10px 0 0;
}
[id*=form_form_] .form-builder-field .compliance input[type=checkbox],
.form .form-builder-field .compliance input[type=checkbox] {
  margin: 5px 5px 0 0;
  width: auto;
  height: auto;
  opacity: 0;
}
[id*=form_form_] .form-builder-field .compliance > label,
.form .form-builder-field .compliance > label {
  display: block !important;
  font-family: "Montserrat", sans-serif;
  width: auto;
  text-transform: none;
  color: #000000;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  margin: 0;
}
[id*=form_form_] .form-builder-field[class*=paragraph],
.form .form-builder-field[class*=paragraph] {
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  font-family: "Garamond", Arial;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-field[class*=paragraph],
.form .form-builder-field[class*=paragraph] {
    margin-left: 0;
  }
}
[id*=form_form_] .form-builder-field[class*=paragraph] p,
.form .form-builder-field[class*=paragraph] p {
  margin-bottom: 0;
}
[id*=form_form_] .form-builder-field[class*=inputfile],
.form .form-builder-field[class*=inputfile] {
  line-height: 1;
}
[id*=form_form_] .form-builder-field[class*=inputfile] input[type=file],
.form .form-builder-field[class*=inputfile] input[type=file] {
  margin-top: 10px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-field[class*=inputfile] label,
.form .form-builder-field[class*=inputfile] label {
    margin-right: 20px;
  }
}
[id*=form_form_] .form-builder-field[class*=inputfile] .fake-input,
.form .form-builder-field[class*=inputfile] .fake-input {
  font: 500 16px/1.2 "Montserrat", sans-serif;
  color: #8A7038;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0;
  cursor: pointer;
  width: 50%;
}
[id*=form_form_] .form-builder-field[class*=inputfile] .fake-input:before,
.form .form-builder-field[class*=inputfile] .fake-input:before {
  content: "";
  background: url("../images/paperclip.png") no-repeat;
  background-size: contain;
  width: 16px;
  height: 17px;
  display: block;
  position: relative;
  float: left;
  margin-right: 10px;
}
[id*=form_form_] .form-builder-group,
.form .form-builder-group {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
}
[id*=form_form_] .form-builder-group.columns-2 label,
.form .form-builder-group.columns-2 label {
  display: none;
}
[id*=form_form_] .form-builder-group.columns-2 .select-wrapper,
.form .form-builder-group.columns-2 .select-wrapper {
  display: block;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-2 .select-wrapper,
.form .form-builder-group.columns-2 .select-wrapper {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.columns-2 .select-wrapper select,
.form .form-builder-group.columns-2 .select-wrapper select {
  width: 100%;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field,
.form .form-builder-group.columns-2 .form-builder-field {
  width: calc(50% - 12px);
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field:not(:first-child),
.form .form-builder-group.columns-2 .form-builder-field:not(:first-child) {
  margin-left: 24px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-2 .form-builder-field:not(:first-child),
.form .form-builder-group.columns-2 .form-builder-field:not(:first-child) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-2 .form-builder-field,
.form .form-builder-group.columns-2 .form-builder-field {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field > p label,
.form .form-builder-group.columns-2 .form-builder-field > p label {
  width: auto;
  text-align: left;
  margin-bottom: 10px;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field input[type=text],
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field input[type=email],
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field input[type=phone],
.form .form-builder-group.columns-2 .form-builder-field input[type=text],
.form .form-builder-group.columns-2 .form-builder-field input[type=email],
.form .form-builder-group.columns-2 .form-builder-field input[type=phone] {
  width: 100%;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=checkboxgroup] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=radiogroup] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] label,
.form .form-builder-group.columns-2 .form-builder-field[class*=checkboxgroup] label,
.form .form-builder-group.columns-2 .form-builder-field[class*=radiogroup] label,
.form .form-builder-group.columns-2 .form-builder-field[class*=country] label,
.form .form-builder-group.columns-2 .form-builder-field[class*=inputurl] label,
.form .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] label {
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=checkboxgroup] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=radiogroup] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] label,
.form .form-builder-group.columns-2 .form-builder-field[class*=checkboxgroup] label,
.form .form-builder-group.columns-2 .form-builder-field[class*=radiogroup] label,
.form .form-builder-group.columns-2 .form-builder-field[class*=country] label,
.form .form-builder-group.columns-2 .form-builder-field[class*=inputurl] label,
.form .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] label {
    margin-bottom: 10px;
  }
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=radiogroup],
.form .form-builder-group.columns-2 .form-builder-field[class*=radiogroup] {
  text-align: left;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=radiogroup] label,
.form .form-builder-group.columns-2 .form-builder-field[class*=radiogroup] label {
  display: block;
  color: #8A7038;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  text-align: left;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=radiogroup] label em,
.form .form-builder-group.columns-2 .form-builder-field[class*=radiogroup] label em {
  float: left;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=radiogroup] label p,
.form .form-builder-group.columns-2 .form-builder-field[class*=radiogroup] label p {
  text-align: left;
  margin-bottom: 0;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=radiogroup] .set,
.form .form-builder-group.columns-2 .form-builder-field[class*=radiogroup] .set {
  text-align: left;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=radiogroup] .set span.group label,
.form .form-builder-group.columns-2 .form-builder-field[class*=radiogroup] .set span.group label {
  font-size: 14px;
  color: #8A7038;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] label,
.form .form-builder-group.columns-2 .form-builder-field[class*=country] label,
.form .form-builder-group.columns-2 .form-builder-field[class*=inputurl] label,
.form .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] label {
  margin-bottom: 10px;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] .select-wrapper,
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] select,
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] input, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] .select-wrapper,
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] select,
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] input, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] .select-wrapper,
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] select,
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] input,
.form .form-builder-group.columns-2 .form-builder-field[class*=country] .select-wrapper,
.form .form-builder-group.columns-2 .form-builder-field[class*=country] select,
.form .form-builder-group.columns-2 .form-builder-field[class*=country] input,
.form .form-builder-group.columns-2 .form-builder-field[class*=inputurl] .select-wrapper,
.form .form-builder-group.columns-2 .form-builder-field[class*=inputurl] select,
.form .form-builder-group.columns-2 .form-builder-field[class*=inputurl] input,
.form .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] .select-wrapper,
.form .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] select,
.form .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] input {
  width: 100%;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper,
.form .form-builder-group.columns-2 .form-builder-field[class*=country] .datepicker-input-wrapper,
.form .form-builder-group.columns-2 .form-builder-field[class*=inputurl] .datepicker-input-wrapper,
.form .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper {
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper,
.form .form-builder-group.columns-2 .form-builder-field[class*=country] .datepicker-input-wrapper,
.form .form-builder-group.columns-2 .form-builder-field[class*=inputurl] .datepicker-input-wrapper,
.form .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field input[type=number],
.form .form-builder-group.columns-2 .form-builder-field input[type=number] {
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=g-recaptcha-response] .set,
.form .form-builder-group.columns-2 .form-builder-field[class*=g-recaptcha-response] .set {
  margin-top: 10px;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=g-recaptcha-response] .g-recaptcha,
.form .form-builder-group.columns-2 .form-builder-field[class*=g-recaptcha-response] .g-recaptcha {
  float: left;
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=g-recaptcha-response] .g-recaptcha,
.form .form-builder-group.columns-2 .form-builder-field[class*=g-recaptcha-response] .g-recaptcha {
    float: none;
  }
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputsubmit],
.form .form-builder-group.columns-2 .form-builder-field[class*=inputsubmit] {
  margin-left: 0;
  padding: 0;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputsubmit] .set,
.form .form-builder-group.columns-2 .form-builder-field[class*=inputsubmit] .set {
  margin-top: 10px;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputsubmit] input[type=submit],
.form .form-builder-group.columns-2 .form-builder-field[class*=inputsubmit] input[type=submit] {
  width: 250px;
  float: right;
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputsubmit] input[type=submit],
.form .form-builder-group.columns-2 .form-builder-field[class*=inputsubmit] input[type=submit] {
    width: 100%;
    float: none;
  }
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field,
.form .form-builder-group.columns-3 .form-builder-field {
  width: calc(33.33% - 20px);
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field:not(:first-child),
.form .form-builder-group.columns-3 .form-builder-field:not(:first-child) {
  margin-left: 20px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-3 .form-builder-field:not(:first-child),
.form .form-builder-group.columns-3 .form-builder-field:not(:first-child) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-3 .form-builder-field,
.form .form-builder-group.columns-3 .form-builder-field {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field > p label,
.form .form-builder-group.columns-3 .form-builder-field > p label {
  width: auto;
  text-align: left;
  margin-bottom: 10px;
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field input[type=text],
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field input[type=email],
.form .form-builder-group.columns-3 .form-builder-field input[type=text],
.form .form-builder-group.columns-3 .form-builder-field input[type=email] {
  width: 100%;
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=checkboxgroup] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=radiogroup] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] label,
.form .form-builder-group.columns-3 .form-builder-field[class*=checkboxgroup] label,
.form .form-builder-group.columns-3 .form-builder-field[class*=radiogroup] label,
.form .form-builder-group.columns-3 .form-builder-field[class*=country] label,
.form .form-builder-group.columns-3 .form-builder-field[class*=inputurl] label,
.form .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] label {
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=checkboxgroup] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=radiogroup] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] label,
.form .form-builder-group.columns-3 .form-builder-field[class*=checkboxgroup] label,
.form .form-builder-group.columns-3 .form-builder-field[class*=radiogroup] label,
.form .form-builder-group.columns-3 .form-builder-field[class*=country] label,
.form .form-builder-group.columns-3 .form-builder-field[class*=inputurl] label,
.form .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] label {
    margin-bottom: 10px;
  }
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] label,
.form .form-builder-group.columns-3 .form-builder-field[class*=country] label,
.form .form-builder-group.columns-3 .form-builder-field[class*=inputurl] label,
.form .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] label {
  margin-bottom: 10px;
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] .select-wrapper,
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] select,
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] input, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] .select-wrapper,
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] select,
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] input, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] .select-wrapper,
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] select,
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] input,
.form .form-builder-group.columns-3 .form-builder-field[class*=country] .select-wrapper,
.form .form-builder-group.columns-3 .form-builder-field[class*=country] select,
.form .form-builder-group.columns-3 .form-builder-field[class*=country] input,
.form .form-builder-group.columns-3 .form-builder-field[class*=inputurl] .select-wrapper,
.form .form-builder-group.columns-3 .form-builder-field[class*=inputurl] select,
.form .form-builder-group.columns-3 .form-builder-field[class*=inputurl] input,
.form .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] .select-wrapper,
.form .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] select,
.form .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] input {
  width: 100%;
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper,
.form .form-builder-group.columns-3 .form-builder-field[class*=country] .datepicker-input-wrapper,
.form .form-builder-group.columns-3 .form-builder-field[class*=inputurl] .datepicker-input-wrapper,
.form .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper {
  width: calc(100% - 30px);
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper,
.form .form-builder-group.columns-3 .form-builder-field[class*=country] .datepicker-input-wrapper,
.form .form-builder-group.columns-3 .form-builder-field[class*=inputurl] .datepicker-input-wrapper,
.form .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field,
.form .form-builder-group.columns-4 .form-builder-field {
  width: calc(25% - 20px);
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field:not(:first-child),
.form .form-builder-group.columns-4 .form-builder-field:not(:first-child) {
  margin-left: 20px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-4 .form-builder-field:not(:first-child),
.form .form-builder-group.columns-4 .form-builder-field:not(:first-child) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-4 .form-builder-field,
.form .form-builder-group.columns-4 .form-builder-field {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field > p label,
.form .form-builder-group.columns-4 .form-builder-field > p label {
  width: auto;
  text-align: left;
  margin-bottom: 10px;
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field input[type=text],
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field input[type=email],
.form .form-builder-group.columns-4 .form-builder-field input[type=text],
.form .form-builder-group.columns-4 .form-builder-field input[type=email] {
  width: 100%;
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=checkboxgroup] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=radiogroup] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] label,
.form .form-builder-group.columns-4 .form-builder-field[class*=checkboxgroup] label,
.form .form-builder-group.columns-4 .form-builder-field[class*=radiogroup] label,
.form .form-builder-group.columns-4 .form-builder-field[class*=country] label,
.form .form-builder-group.columns-4 .form-builder-field[class*=inputurl] label,
.form .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] label {
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=checkboxgroup] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=radiogroup] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] label,
.form .form-builder-group.columns-4 .form-builder-field[class*=checkboxgroup] label,
.form .form-builder-group.columns-4 .form-builder-field[class*=radiogroup] label,
.form .form-builder-group.columns-4 .form-builder-field[class*=country] label,
.form .form-builder-group.columns-4 .form-builder-field[class*=inputurl] label,
.form .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] label {
    margin-bottom: 10px;
  }
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] label,
.form .form-builder-group.columns-4 .form-builder-field[class*=country] label,
.form .form-builder-group.columns-4 .form-builder-field[class*=inputurl] label,
.form .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] label {
  margin-bottom: 10px;
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] .select-wrapper,
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] select,
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] input, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] .select-wrapper,
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] select,
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] input, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] .select-wrapper,
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] select,
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] input,
.form .form-builder-group.columns-4 .form-builder-field[class*=country] .select-wrapper,
.form .form-builder-group.columns-4 .form-builder-field[class*=country] select,
.form .form-builder-group.columns-4 .form-builder-field[class*=country] input,
.form .form-builder-group.columns-4 .form-builder-field[class*=inputurl] .select-wrapper,
.form .form-builder-group.columns-4 .form-builder-field[class*=inputurl] select,
.form .form-builder-group.columns-4 .form-builder-field[class*=inputurl] input,
.form .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] .select-wrapper,
.form .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] select,
.form .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] input {
  width: 100%;
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper,
.form .form-builder-group.columns-4 .form-builder-field[class*=country] .datepicker-input-wrapper,
.form .form-builder-group.columns-4 .form-builder-field[class*=inputurl] .datepicker-input-wrapper,
.form .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper {
  width: calc(100% - 30px);
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper,
.form .form-builder-group.columns-4 .form-builder-field[class*=country] .datepicker-input-wrapper,
.form .form-builder-group.columns-4 .form-builder-field[class*=inputurl] .datepicker-input-wrapper,
.form .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.prop-2-to-1 .form-builder-field,
.form .form-builder-group.prop-2-to-1 .form-builder-field {
  width: calc(66.66% - 20px);
}
[id*=form_form_] .form-builder-group.prop-2-to-1 .form-builder-field:nth-child(even),
.form .form-builder-group.prop-2-to-1 .form-builder-field:nth-child(even) {
  width: calc(33.33% - 20px);
  margin-left: 20px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.prop-2-to-1 .form-builder-field:nth-child(even),
.form .form-builder-group.prop-2-to-1 .form-builder-field:nth-child(even) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.prop-2-to-1 .form-builder-field,
.form .form-builder-group.prop-2-to-1 .form-builder-field {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.properties-checkbox-group .form-builder-field > label,
.form .form-builder-group.properties-checkbox-group .form-builder-field > label {
  margin-bottom: 15px;
  text-align: center;
  color: #91867A;
}
[id*=form_form_] .form-builder-group.properties-checkbox-group .set span.group,
.form .form-builder-group.properties-checkbox-group .set span.group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
}
[id*=form_form_] .form-builder-group.properties-checkbox-group .set span.group label,
.form .form-builder-group.properties-checkbox-group .set span.group label {
  flex-basis: 33.3%;
  line-height: 1.333em;
  padding-left: 2em;
  color: #8A7038;
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] .form-builder-group.properties-checkbox-group .set span.group label,
.form .form-builder-group.properties-checkbox-group .set span.group label {
    flex-wrap: nowrap;
    flex-flow: column;
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] .form-builder-group.properties-checkbox-group .set,
.form .form-builder-group.properties-checkbox-group .set {
    margin-bottom: 0;
  }
}
[id*=form_form_] .custom-checkbox,
[id*=form_form_] .custom-radio,
.form .custom-checkbox,
.form .custom-radio {
  position: relative;
  display: inline-block;
  cursor: pointer;
  line-height: 2.5em;
  padding-left: 2em;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  visibility: hidden;
}
[id*=form_form_] .custom-checkbox:before,
[id*=form_form_] .custom-radio:before,
.form .custom-checkbox:before,
.form .custom-radio:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  background: #fff;
  transition: transform 350ms ease-in-out/2;
  border: #8A7038 1px solid;
  border-radius: 50%;
  visibility: visible;
}
@media only screen and (min-width: 1024px) {
  [id*=form_form_] .custom-checkbox:hover:before,
[id*=form_form_] .custom-radio:hover:before,
.form .custom-checkbox:hover:before,
.form .custom-radio:hover:before {
    transform: scale(1.1);
  }
  [id*=form_form_] .custom-checkbox:active:before,
[id*=form_form_] .custom-radio:active:before,
.form .custom-checkbox:active:before,
.form .custom-radio:active:before {
    transform: scale(1);
  }
}
[id*=form_form_] .custom-checkbox:after,
[id*=form_form_] .custom-radio:after,
.form .custom-checkbox:after,
.form .custom-radio:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 8px;
  border-bottom: 2px solid #8A7038;
  border-left: 2px solid #8A7038;
  transform: rotate(-45deg) scale(2);
  opacity: 0;
  visibility: hidden;
  transition: transform 350ms ease-in-out/2 350ms ease-in-out/3, opacity 350ms ease-in-out/2, visibility 350ms ease-in-out/2;
  pointer-events: none;
}
[id*=form_form_] .custom-checkbox:checked:after,
[id*=form_form_] .custom-radio:checked:after,
.form .custom-checkbox:checked:after,
.form .custom-radio:checked:after {
  transform: rotate(-45deg) scale(1);
  opacity: 1;
  visibility: visible;
  transition: transform 350ms ease-in-out/3, opacity 350ms ease-in-out/3, visibility 350ms ease-in-out/3;
}
[id*=form_form_] .custom-checkbox input,
[id*=form_form_] .custom-radio input,
.form .custom-checkbox input,
.form .custom-radio input {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
[id*=form_form_] .custom-checkbox.active,
[id*=form_form_] .custom-radio.active,
.form .custom-checkbox.active,
.form .custom-radio.active {
  color: #000000;
}
[id*=form_form_] .custom-checkbox:after,
.form .custom-checkbox:after {
  background-color: #8A7038;
  top: 1px;
  left: 1px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 0;
}
[id*=form_form_] .custom-radio,
.form .custom-radio {
  padding-right: 10px;
}
[id*=form_form_] .custom-radio:before,
.form .custom-radio:before {
  top: 2px;
  border-radius: 50%;
}
[id*=form_form_] .custom-radio:after,
.form .custom-radio:after {
  border: none;
  width: 8px;
  height: 8px;
  top: 5px;
  left: 3px;
  border-radius: 50%;
  transform: scale(2);
  background: #8A7038;
}
[id*=form_form_] .custom-radio:checked:after,
.form .custom-radio:checked:after {
  transform: scale(1);
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] input[type=file],
.form input[type=file] {
    width: 100%;
  }
}
[id*=form_form_] .clear-file-input,
.form .clear-file-input {
  font-size: 12px;
  transition: opacity 350ms ease-in-out;
}
[id*=form_form_] .clear-file-input.inactive,
.form .clear-file-input.inactive {
  opacity: 0;
  visibility: hidden;
}

.dropdown-list-wrap {
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
}
.dropdown-list-wrap .dropdown-list-button {
  text-transform: uppercase;
  font: 18px/90px "Montserrat", sans-serif;
  color: #8A7038;
  letter-spacing: 2px;
  position: relative;
  padding: 0 30px;
  width: 100%;
  border: 1px solid #8A7038;
}
.dropdown-list-wrap .dropdown-list-button span {
  position: relative;
  padding-right: 30px;
}
.dropdown-list-wrap .dropdown-list-button span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #8A7038;
  border-left: 1px solid #8A7038;
  transform: rotate(-45deg) translateY(-50%);
  margin-top: -2px;
  pointer-events: none;
  transition: border-color 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .dropdown-list-wrap .dropdown-list-button span:after {
    margin-top: -6px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .dropdown-list-wrap .dropdown-list-button {
    font-size: 14px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .dropdown-list-wrap .dropdown-list-button {
    width: 100%;
    font-weight: 600;
    padding: 0;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 50px;
  }
}
.dropdown-list-wrap .dropdown-list-button:before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  display: inline-block;
  height: 100%;
  width: 0;
  background: #8A7038;
  transition: width 350ms ease-in-out;
}
.dropdown-list-wrap .dropdown-checkbox-group {
  display: none;
  position: relative;
  top: -1px;
  padding: 20px;
  border: 1px solid #8A7038;
}
.dropdown-list-wrap .dropdown-checkbox-group.properties-checkbox-group .form-builder-field > label {
  margin-bottom: 15px;
  text-align: center;
  color: #91867A;
}
.dropdown-list-wrap .dropdown-checkbox-group.properties-checkbox-group .set span.group {
  display: block;
  margin: 0;
}
.dropdown-list-wrap .dropdown-checkbox-group.properties-checkbox-group .set span.group label {
  line-height: 1.333em;
  padding-left: 2em;
  color: #8A7038;
  font-size: 14px;
}
.dropdown-list-wrap .dropdown-checkbox-group.properties-checkbox-group .set span.group label::before {
  top: -1px;
  width: 20px;
  height: 20px;
}
@media only screen and (max-width: 767px) {
  .dropdown-list-wrap .dropdown-checkbox-group.properties-checkbox-group .set {
    margin-bottom: 0;
  }
}
.dropdown-list-wrap.active .dropdown-checkbox-group {
  display: block;
}

#form_form_3 input[type=checkbox] {
  opacity: 1 !important;
}
#form_form_3 .form-builder-group [class*=inputcheckbox] label {
  display: flex !important;
}

#home-poi {
  position: relative;
  padding-top: 50px;
  z-index: 10;
}
#home-poi h2 {
  font: 200 36px/1.2 "Didot", sans-serif;
  margin-bottom: 30px;
  text-transform: uppercase;
  text-align: center;
}

.poi {
  overflow: hidden;
}

.poi-controls-wrapper {
  text-align: center;
}

.poi-map {
  height: 800px;
}

.poi-overlay {
  text-align: center;
}
.poi-overlay .category-selector {
  margin: 0 0 20px 0;
}
.poi-overlay .category-selector .button {
  padding-left: 45px;
}
.poi-overlay .category-selector .button:before {
  background: url("../images/poi/icons.svg") no-repeat -40px -40px;
  content: "";
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.poi-overlay .category-selector .button.icon-restaurants-bars:before {
  background-position: -10px -10px;
}
.poi-overlay .category-selector .button.icon-shopping:before {
  background-position: -70px -10px;
}
.poi-overlay .category-selector .button.icon-zoo:before {
  background-position: -130px -10px;
}
.poi-overlay .category-selector .button.icon-theme-parks:before {
  background-position: -190px -10px;
}
.poi-overlay .category-selector .button.icon-wineries:before {
  background-position: -250px -10px;
}
.poi-overlay .category-selector .button.icon-breakfast:before {
  background-position: -310px -10px;
}
.poi-overlay .category-selector .button.icon-attractions:before {
  background-position: -370px -10px;
}
.poi-overlay .category-selector .button.icon-places-for-children:before {
  background-position: -430px -10px;
}
.poi-overlay .category-selector .button.icon-museums:before {
  background-position: -490px -10px;
}
.poi-overlay .category-selector .button.icon-national-monuments:before {
  background-position: -550px -10px;
}
.poi-overlay .category-selector .button.icon-farmer-markets:before {
  background-position: -610px -10px;
}
.poi-overlay .category-selector .button.icon-nightlife:before {
  background-position: -670px -10px;
}
.poi-overlay .category-selector .button.icon-arts-culture:before {
  background-position: -730px -10px;
}
.poi-overlay .category-selector .button.icon-hospitals:before {
  background-position: -790px -10px;
}
.poi-overlay .category-selector .button.icon-banks:before {
  background-position: -850px -10px;
}
.poi-overlay .category-selector .button.icon-spas:before {
  background-position: -910px -10px;
}
.poi-overlay .category-selector .button.icon-gardens:before {
  background-position: -970px -10px;
}
.poi-overlay .category-selector .button.icon-cafes:before {
  background-position: -1030px -10px;
}
.poi-overlay .category-selector .button.icon-entertainment:before {
  background-position: -1090px -10px;
}
.poi-overlay .category-selector .button.icon-golf:before {
  background-position: -1150px -10px;
}
.poi-overlay .category-selector .button.icon-romantic-spots:before {
  background-position: -1210px -10px;
}
.poi-overlay .category-selector .button.icon-hidden-gems:before {
  background-position: -1270px -10px;
}
.poi-overlay .category-selector .button.icon-corporate-offices:before {
  background-position: -1330px -10px;
}
.poi-overlay .category-selector .button.icon-outdoors:before {
  background-position: -1390px -10px;
}
.poi-overlay .category-selector .button.icon-lakes:before {
  background-position: -1450px -10px;
}
.poi-overlay .category-selector .button.icon-rivers:before {
  background-position: -1510px -10px;
}
.poi-overlay .category-selector .button.icon-beaches:before {
  background-position: -1570px -10px;
}
.poi-overlay .category-selector .button.icon-hiking:before {
  background-position: -1630px -10px;
}
.poi-overlay .category-selector .button.icon-places-of-worship:before {
  background-position: -1690px -10px;
}
.poi-overlay .category-selector .button.icon-sports:before {
  background-position: -1750px -10px;
}
.poi-overlay .category-selector .button.icon-universities:before {
  background-position: -1810px -10px;
}

#calendar-header {
  margin-bottom: 20px;
}
#calendar-header:after {
  clear: both;
  content: "";
  display: table;
}

#calendar-links {
  float: left;
}
#calendar-links:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: 767px) {
  #calendar-links {
    margin-top: 0;
    float: none;
    width: 100%;
    text-align: center;
  }
}
#calendar-links li {
  float: left;
}
@media only screen and (max-width: 767px) {
  #calendar-links li {
    display: inline-block;
    float: none;
  }
  #calendar-links li:first-child a {
    margin-left: 0;
  }
}
#calendar-links a {
  display: inline-block;
  vertical-align: top;
  height: 20px;
  width: 20px;
  margin: 0 20px 0 0;
  text-indent: -9999px;
  overflow: hidden;
}
#calendar-links a:hover svg, #calendar-links a.active svg {
  fill: #8A7038;
}
#calendar-links a svg {
  display: block;
  width: 20px;
  height: 20px;
  fill: #3A3632;
  transition: fill 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  #calendar-links a {
    display: inline-block;
    margin: 0 0 0 20px;
  }
}

#calendar-filter {
  float: right;
}
@media only screen and (max-width: 767px) {
  #calendar-filter {
    float: none;
    margin-top: 10px;
    text-align: center;
  }
}

#calendar-views {
  float: left;
}
#calendar-views:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: 767px) {
  #calendar-views {
    float: none;
    text-align: center;
    margin-bottom: 30px;
  }
}
#calendar-views li {
  float: left;
}
@media only screen and (max-width: 767px) {
  #calendar-views li {
    display: inline-block;
    float: none;
  }
}
#calendar-views a {
  font: 400 16px/18px "Montserrat", sans-serif;
  letter-spacing: 1px;
  position: relative;
  display: block;
  margin-right: 20px;
  text-decoration: none;
  text-transform: uppercase;
  color: #3A3632;
}
@media only screen and (max-width: 767px) {
  #calendar-views a {
    margin-right: 0;
    margin-left: 20px;
  }
  #calendar-views a.grid {
    margin-left: 0;
  }
}
#calendar-views a svg {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  transition: fill 350ms ease-in-out;
  fill: #3A3632;
}
#calendar-views a:hover, #calendar-views a.active {
  color: #BD9B5F;
}
#calendar-views a:hover svg, #calendar-views a.active svg {
  fill: #BD9B5F;
}

#calendar-breadcrumb {
  padding: 10px 0;
  margin-bottom: 20px;
}
#calendar-breadcrumb:after {
  clear: both;
  content: "";
  display: table;
}
#calendar-breadcrumb dt, #calendar-breadcrumb dd {
  float: left;
  margin-right: 10px;
  color: #53565a;
}
@media only screen and (max-width: 767px) {
  #calendar-breadcrumb dt, #calendar-breadcrumb dd {
    float: none;
    display: inline-block;
  }
}

#calendar-year {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #calendar-year {
    display: none;
  }
}
#calendar-year:after {
  clear: both;
  content: "";
  display: table;
}
#calendar-year li {
  float: left;
}
#calendar-year a {
  display: block;
  padding: 5px 0;
  margin-right: 1px;
  text-decoration: none;
  border-bottom: 1px solid #BFB7B0;
  color: #BFB7B0;
}
#calendar-year a:hover {
  border-color: #8A7038;
  color: #8A7038;
}
#calendar-year .active a {
  border-color: #8A7038;
  color: #8A7038;
}
#calendar-year .active a:hover {
  border-color: #BD9B5F;
  color: #BD9B5F;
}

#calendar-month {
  height: 40px;
  margin-bottom: 20px;
  position: relative;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: newspaper;
}
@media only screen and (max-width: 767px) {
  #calendar-month {
    -moz-text-align-last: auto;
         text-align-last: auto;
  }
}
#calendar-month:after {
  clear: both;
  content: "";
  display: table;
}
#calendar-month:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  height: 0;
}
#calendar-month li {
  display: inline;
}
#calendar-month a {
  display: inline-block;
  vertical-align: top;
  padding: 0 9px;
  height: 40px;
  line-height: 40px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  font: 12px/40px "Montserrat", sans-serif;
  color: #3A3632;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #calendar-month a {
    padding: 0 5px;
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #calendar-month a {
    padding: 0 7px;
    font-size: 11px;
    text-align: center;
  }
}
#calendar-month a:hover {
  background: #BD9B5F;
  color: #3A3632;
}
#calendar-month a.active {
  background: #3A3632;
  color: #ffffff;
}
#calendar-month a.active:hover {
  background: #BD9B5F;
  color: #3A3632;
}
@media only screen and (max-width: 767px) {
  #calendar-month {
    -moz-text-align-last: auto;
         text-align-last: auto;
  }
  #calendar-month li {
    display: none;
  }
  #calendar-month li.current, #calendar-month li.prev, #calendar-month li.next {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 30%;
  }
  #calendar-month li.current a {
    font-size: 12px;
    padding: 0 10px;
    display: block;
  }
  #calendar-month li.prev a, #calendar-month li.next a {
    display: block;
    font-size: 12px;
    padding-right: 0;
    padding-left: 30px;
  }
  #calendar-month li.prev a:after, #calendar-month li.next a:after {
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: 50%;
    width: 11px;
    height: 11px;
    overflow: hidden;
    text-indent: -9999px;
    cursor: pointer;
    margin: 0 10px 0 10px;
    margin-top: -6px;
    border-left: 1px solid #000000;
    border-top: 1px solid #000000;
    font-size: 0;
    transform: rotate(-45deg);
    transform-origin: center;
    transition: border-color 350ms ease-in-out;
  }
  #calendar-month li.prev a:hover, #calendar-month li.next a:hover {
    background-color: transparent;
    color: #8A7038;
  }
  #calendar-month li.prev a:hover:after, #calendar-month li.next a:hover:after {
    border-color: #949494;
  }
  #calendar-month li.prev a:active, #calendar-month li.next a:active {
    top: auto;
  }
  #calendar-month li.next a {
    padding-left: 0;
    padding-right: 30px;
  }
  #calendar-month li.next a:after {
    transform: rotate(135deg);
    left: auto;
    right: 5px;
  }
}

#calendar-navigation {
  display: block;
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
#calendar-navigation .current-event {
  padding: 0 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
  background-color: #eee;
}
#calendar-navigation a.prev, #calendar-navigation a.next {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 50%;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
  margin: -7px 10px 0 10px;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  font-size: 0;
  transform-origin: center;
  transition: border-color 350ms ease-in-out;
}
#calendar-navigation a.prev:hover, #calendar-navigation a.next:hover {
  border-color: #949494;
}
#calendar-navigation a.next {
  right: 0;
  transform: rotate(135deg);
}
#calendar-navigation a.prev {
  left: 0;
  transform: rotate(-45deg);
}

#calendar-week, #calendar-days {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#calendar-week li, #calendar-days li {
  display: inline-block;
  width: 13%;
}

#calendar-week {
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #calendar-week {
    display: none;
  }
}
#calendar-week li {
  font-family: "Didot", sans-serif;
  color: #8A7038;
  text-align: center;
}
#calendar-week li .short {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #calendar-week li .full {
    display: none;
  }
  #calendar-week li .short {
    display: inline;
  }
}
@media only screen and (max-width: 767px) {
  #calendar-week li .full {
    display: none;
  }
  #calendar-week li .short {
    display: inline;
  }
}

#calendar-days {
  position: relative;
}
#calendar-days li {
  margin: 0 0 1em;
  min-height: 8em;
  text-align: left;
  -moz-text-align-last: left;
       text-align-last: left;
  vertical-align: top;
  position: static;
  background: rgba(0, 0, 0, 0.06);
}
@media only screen and (max-width: 767px) {
  #calendar-days li {
    display: block;
    float: none;
    width: 100%;
    min-height: auto !important;
    height: auto !important;
  }
  #calendar-days li dl {
    margin-top: auto !important;
    height: auto;
  }
  #calendar-days li dl dt {
    width: 100% !important;
    padding-bottom: 10px;
  }
}
#calendar-days li time a {
  text-align: center;
  color: #3A3632;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
}
#calendar-days li time a:hover {
  background: #8A7038;
}
#calendar-days li.prev_month, #calendar-days li.next_month {
  background: rgba(0, 0, 0, 0.02);
}
#calendar-days li.prev_month time a, #calendar-days li.next_month time a {
  color: #8A7038;
}
#calendar-days li.prev_month time a:hover, #calendar-days li.next_month time a:hover {
  background: #3A3632;
}
#calendar-days li.day_items3 {
  height: 9em;
}
#calendar-days li.day_items4 {
  height: 11em;
}
#calendar-days li.day_items5 {
  height: 13em;
}
#calendar-days li.day_items6 {
  height: 15em;
}
#calendar-days li.day_items7 {
  height: 17em;
}
#calendar-days li.day_items8 {
  height: 19em;
}
#calendar-days li.day_items9 {
  height: 21em;
}
#calendar-days li.day_items10 {
  height: 23em;
}
#calendar-days li.day_items11 {
  height: 25em;
}
#calendar-days li.day_items12 {
  height: 27em;
}
#calendar-days li.day_items13 {
  height: 29em;
}
#calendar-days li.day_items14 {
  height: 31em;
}
#calendar-days li.day_items15 {
  height: 33em;
}
#calendar-days li.day_items16 {
  height: 35em;
}
#calendar-days li.day_items17 {
  height: 37em;
}
#calendar-days li.day_items18 {
  height: 39em;
}
#calendar-days li.day_items19 {
  height: 41em;
}
#calendar-days li.day_items20 {
  height: 43em;
}
#calendar-days dl {
  display: block;
  height: 2em;
}
#calendar-days dl:hover {
  position: relative;
}
#calendar-days dl.hide {
  display: none;
}
@media only screen and (max-width: 767px) {
  #calendar-days dl.hide {
    display: block;
  }
}
#calendar-days dt {
  position: relative;
}
#calendar-days dt a {
  font: 0.6em/1.8em "Montserrat", sans-serif;
  display: block;
  height: 1.8em;
  width: auto;
  padding: 0 0.5em 0 1em;
  text-decoration: none;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  background: #BD9B5F;
  color: #3A3632;
}
@media only screen and (max-width: 767px) {
  #calendar-days dt a {
    height: 2.8em;
    line-height: 2.8em;
  }
}
#calendar-days dl.w1 dt {
  width: 100%;
}
#calendar-days dl.w2 dt {
  width: 211.538%;
}
#calendar-days dl.w3 dt {
  width: 323.076%;
}
#calendar-days dl.w4 dt {
  width: 434.614%;
}
#calendar-days dl.w5 dt {
  width: 546.152%;
}
#calendar-days dl.w6 dt {
  width: 657.69%;
}
#calendar-days dl.w7 dt {
  width: 769.228%;
}
#calendar-days dl.c1 dt a {
  background-color: #8db294;
}
#calendar-days dl.c2 dt a {
  background-color: #ada39a;
}
#calendar-days dl.c3 dt a {
  background-color: #85a9b7;
}
#calendar-days dl.c4 dt a {
  background-color: #bc8e8f;
}
#calendar-days dl.c5 dt a {
  background-color: #ac9bc1;
}
#calendar-days dl.c6 dt a {
  background-color: #87b6c7;
}
#calendar-days dl.c7 dt a {
  background-color: #bb85aa;
}
#calendar-days dl.c8 dt a {
  background-color: #a4a4a4;
}
#calendar-days dl dd {
  position: absolute;
  left: 0;
  bottom: 28px;
  background: #fff;
  color: #3A3632;
  font-size: 12px;
  margin-bottom: 10px;
  padding: 10px;
  text-align: left;
  visibility: hidden;
  width: 200px;
  z-index: 999;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 767px) {
  #calendar-days dl dd {
    display: none !important;
  }
}
#calendar-days dl dd .triangle {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
}
#calendar-days dl dd .triangle span {
  display: block;
  width: 0;
  margin: 0 auto;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  border-top: 14px solid #fff;
}
#calendar-days dl dd h3 {
  font: 14px/1.5 "Montserrat", sans-serif;
  color: #8A7038;
  margin-bottom: 10px;
  text-transform: uppercase;
}
#calendar-days dl dd img {
  height: auto;
  width: 100%;
}
#calendar-days dl dd p {
  font-size: 12px;
  line-height: 18px;
  padding: 0 0 10px 0;
  width: 100%;
}
#calendar-days dl:hover dd {
  visibility: visible;
}
#calendar-days dl.t1 {
  margin-top: 2em;
}
#calendar-days dl.t2 {
  margin-top: 4em;
}
#calendar-days dl.t3 {
  margin-top: 6em;
}
#calendar-days dl.t4 {
  margin-top: 8em;
}
#calendar-days dl.t5 {
  margin-top: 10em;
}
#calendar-days dl.t6 {
  margin-top: 12em;
}
#calendar-days dl.t7 {
  margin-top: 14em;
}
#calendar-days dl.t8 {
  margin-top: 16em;
}
#calendar-days dl.t9 {
  margin-top: 18em;
}
#calendar-days dl.t10 {
  margin-top: 20em;
}
#calendar-days dl.t11 {
  margin-top: 22em;
}
#calendar-days dl.t12 {
  margin-top: 24em;
}
#calendar-days dl.t13 {
  margin-top: 26em;
}
#calendar-days dl.t14 {
  margin-top: 28em;
}
#calendar-days dl.t15 {
  margin-top: 30em;
}
#calendar-days dl.t16 {
  margin-top: 32em;
}
#calendar-days dl.t17 {
  margin-top: 34em;
}
#calendar-days dl.t18 {
  margin-top: 36em;
}
#calendar-days dl.t19 {
  margin-top: 38em;
}
#calendar-days dl.t20 {
  margin-top: 40em;
}

#calendar.list-view h2 a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  #calendar.list-view #calendar-month {
    display: none;
  }
}
#calendar.list-view .image-list {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
}
#calendar.list-view .image-list h2 a {
  text-decoration: none;
}
#calendar.list-view .image-list h3 a {
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  text-decoration: none;
}

#calendar .no-events {
  margin: 40px 0;
  padding: 40px 0;
  height: auto;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 120%;
}

#calendar .single-event .background {
  float: right;
  width: 300px;
  height: 300px;
  margin-left: 20px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #calendar .single-event .background {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}

#calendar .dates, #calendar .attachment {
  display: block;
  margin: 0 0 20px;
}

#calendar .dates > small {
  display: block;
}

.calendar .image-list-item {
  position: relative;
  overflow: hidden;
  height: 300px;
  width: 100%;
  margin: 0 auto 20px;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item {
    height: auto;
  }
}
.calendar .image-list-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #BFB7B0;
  z-index: -1;
}
.calendar .image-list-item .background {
  position: relative;
  width: 350px;
  height: 300px;
  margin-left: 40px;
  display: block;
  float: right;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .calendar .image-list-item .background {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item .background {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.calendar .image-list-item .description {
  width: 100%;
  display: block;
  padding: 25px;
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item .description {
    padding: 20px 20px 10px 20px;
    text-align: center;
  }
}
.calendar .image-list-item .description h3 {
  font: 24px/30px "Didot", sans-serif;
  color: #3A3632;
  margin-bottom: 15px;
}
.calendar .image-list-item .description h3 a {
  color: #3A3632;
  text-decoration: none;
}
.calendar .image-list-item .description h3 a:hover {
  color: #BD9B5F;
}
.calendar .image-list-item .description .button {
  position: absolute;
  bottom: 30px;
  left: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .calendar .image-list-item .description .button {
    bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item .description .button {
    text-align: center;
    width: auto;
    left: auto;
    right: auto;
    bottom: auto;
    position: relative;
  }
}

.acm-property-submenu {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  height: 90px;
  background-color: #FFFDFB;
  text-align: center;
  font: 300 18px/1 "Montserrat", sans-serif;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #8A7038;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  transition: 350ms ease-in-out;
  z-index: 59;
}
@media screen and (max-width: 1400px) {
  .acm-property-submenu {
    font-size: 15px;
    letter-spacing: 1.4px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .acm-property-submenu {
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 767px) {
  .acm-property-submenu {
    display: none;
  }
}
.photo-height-scrolled .acm-property-submenu {
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #5F554F;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1.2px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1400px) {
  .photo-height-scrolled .acm-property-submenu {
    font-size: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .photo-height-scrolled .acm-property-submenu {
    font-size: 9px;
  }
}
.alert-visible.photo-height-scrolled .acm-property-submenu {
  top: 140px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .alert-visible.photo-height-scrolled .acm-property-submenu {
    top: 161px;
  }
}
.acm-property-submenu > * {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.acm-property-submenu .hotel-info {
  position: relative;
  background: #222;
  display: none;
  padding-left: 44px !important;
  padding-right: 44px !important;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .acm-property-submenu .hotel-info {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
.acm-property-submenu .hotel-info:after {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 0;
  height: 0;
  border-top: 6px solid #ffffff;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
@media screen and (max-width: 1200px) {
  .acm-property-submenu .hotel-info:after {
    right: 11px;
  }
}
.photo-height-scrolled .acm-property-submenu .hotel-info {
  display: flex;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .photo-height-scrolled .acm-property-submenu .hotel-info {
    display: none;
  }
}
.acm-property-submenu .hotel-info:hover .properties-list-dropdown {
  height: 250px;
  padding: 0 44px 24px 44px;
}
@media screen and (max-width: 1200px) {
  .acm-property-submenu .hotel-info:hover .properties-list-dropdown {
    padding: 0 24px 24px !important;
  }
}
.acm-property-submenu .hotel-info h2 {
  white-space: nowrap;
}
.acm-property-submenu .hotel-info .properties-list-dropdown {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: 0;
  background: #222;
  overflow-y: scroll;
  text-align: left;
  padding: 0 44px 0 44px;
  transition: 350ms ease-in-out;
}
@media screen and (max-width: 1200px) {
  .acm-property-submenu .hotel-info .properties-list-dropdown {
    padding: 0 24px 0 24px !important;
  }
}
.acm-property-submenu .hotel-info .properties-list-dropdown ul li {
  display: block;
  padding: 5px 0;
  margin: 0;
}
.acm-property-submenu .property-link {
  display: none;
}
.photo-height-scrolled .acm-property-submenu .property-link {
  display: inline-block;
}
.acm-property-submenu .property-link a:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: 350ms ease-in-out;
}
.acm-property-submenu .property-link a:hover:after {
  background: #BD9B5F;
}
.acm-property-submenu ul {
  line-height: 26px;
  width: 100%;
}
.acm-property-submenu ul li {
  display: inline-block;
  margin: 0 25px;
}
@media screen and (max-width: 1400px) {
  .acm-property-submenu ul li {
    margin: 0 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .acm-property-submenu ul li {
    margin: 0 10px;
  }
}
.acm-property-submenu ul li a {
  position: relative;
  display: block;
  color: inherit;
  line-height: 1.2;
  text-decoration: none;
}
.acm-property-submenu ul li a:hover {
  color: #3A3632;
}
.photo-height-scrolled .acm-property-submenu ul li a:hover {
  color: #BD9B5F;
}

.acm-checkers-blocks {
  text-align: center;
  margin: 68px 0 105px 0;
}
@media only screen and (max-width: 767px) {
  .acm-checkers-blocks {
    margin: 46px 0 30px 0;
  }
}
.acm-checkers-blocks h2:not(.h3) {
  font: 28px/1 "Montserrat", sans-serif;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  color: #BD9B5F;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .acm-checkers-blocks h2:not(.h3) {
    font-weight: 600;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }
}
.acm-checkers-blocks .description {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .acm-checkers-blocks .description {
    margin-bottom: 30px;
  }
}
.acm-checkers-blocks .hotels-filter {
  width: 100%;
  height: 90px;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  background: #FFFDFB;
  box-shadow: 2px 0 15px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .acm-checkers-blocks .hotels-filter {
    width: 100%;
    margin-left: 0;
    height: auto;
  }
}
.acm-checkers-blocks .hotels-filter .filters-wrapper {
  display: block;
  position: relative;
  text-align: center;
  font-size: 0;
  height: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .acm-checkers-blocks .hotels-filter .filters-wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .acm-checkers-blocks .hotels-filter .filters-wrapper {
    width: 100%;
    height: auto;
  }
}
.acm-checkers-blocks .hotels-filter .checkbox-container {
  display: inline-block;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .acm-checkers-blocks .hotels-filter .checkbox-container {
    display: block;
  }
}
.acm-checkers-blocks .hotels-filter .checkbox-container .button-wrapper {
  cursor: pointer;
}
.acm-checkers-blocks .hotels-filter .checkbox-container .button-wrapper.active .checkbox-dropdown {
  opacity: 1;
  visibility: visible;
}
.acm-checkers-blocks .hotels-filter .checkbox-container .button-wrapper.active .filter-button {
  color: #8A7038;
}
.acm-checkers-blocks .hotels-filter .checkbox-container .button-wrapper.active .filter-button span:after {
  transform: rotate(135deg) translateY(-50%);
  border-color: #BD9B5F;
  margin-top: -6px;
  right: 7px;
}
.acm-checkers-blocks .hotels-filter .checkbox-container .filter-button {
  text-transform: uppercase;
  font: 18px/90px "Montserrat", sans-serif;
  color: #8A7038;
  letter-spacing: 2px;
  position: relative;
  padding: 0 0 0 30px;
  width: 400px;
}
.acm-checkers-blocks .hotels-filter .checkbox-container .filter-button span {
  position: relative;
}
.acm-checkers-blocks .hotels-filter .checkbox-container .filter-button span.desktop {
  padding-right: 30px;
}
.acm-checkers-blocks .hotels-filter .checkbox-container .filter-button span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #8A7038;
  border-left: 1px solid #8A7038;
  transform: rotate(-45deg) translateY(-50%);
  margin-top: -2px;
  pointer-events: none;
  transition: border-color 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .acm-checkers-blocks .hotels-filter .checkbox-container .filter-button span:after {
    margin-top: -6px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .acm-checkers-blocks .hotels-filter .checkbox-container .filter-button {
    width: 350px;
    font-size: 14px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .acm-checkers-blocks .hotels-filter .checkbox-container .filter-button {
    width: 100%;
    font-weight: 600;
    padding: 0;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 50px;
  }
}
.acm-checkers-blocks .hotels-filter .checkbox-container .filter-button:before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  display: inline-block;
  height: 100%;
  width: 0;
  background: #8A7038;
  transition: width 350ms ease-in-out;
}
.acm-checkers-blocks .hotels-filter .checkbox-container .checkbox-dropdown {
  background: #FFFDFB;
  padding: 35px 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  transition: opacity 350ms ease-in-out;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.acm-checkers-blocks .hotels-filter .checkbox-container .checkbox-dropdown:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #8A7038;
}
@media only screen and (max-width: 767px) {
  .acm-checkers-blocks .hotels-filter .checkbox-container .checkbox-dropdown:after {
    display: none;
  }
}
.acm-checkers-blocks .hotels-filter .checkbox-container .checkbox-dropdown .close-button {
  display: none;
  position: fixed;
  right: 5px;
  top: 85px;
  width: 45px;
  height: 45px;
  font-size: 0;
  text-indent: -9999em;
}
.acm-checkers-blocks .hotels-filter .checkbox-container .checkbox-dropdown .close-button:before, .acm-checkers-blocks .hotels-filter .checkbox-container .checkbox-dropdown .close-button:after {
  position: absolute;
  content: "";
  height: 45px;
  width: 1px;
  background-color: #000000;
  top: 0;
  right: 50%;
}
.acm-checkers-blocks .hotels-filter .checkbox-container .checkbox-dropdown .close-button:before {
  transform: rotate(-45deg);
}
.acm-checkers-blocks .hotels-filter .checkbox-container .checkbox-dropdown .close-button:after {
  transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .acm-checkers-blocks .hotels-filter .checkbox-container .checkbox-dropdown .close-button {
    display: block;
  }
}
.acm-checkers-blocks .hotels-filter .checkbox-container .cols-wrapper {
  margin: 0 auto;
  text-align: center;
}
.acm-checkers-blocks .hotels-filter .checkbox-container .inner-wrapper {
  display: block;
}
@media only screen and (max-width: 767px) {
  .acm-checkers-blocks .hotels-filter .checkbox-container .inner-wrapper {
    padding: 0 25px;
  }
}
.acm-checkers-blocks .hotels-filter .checkbox-container .col {
  margin: 0 auto 2px;
  text-align: left;
  width: 310px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .acm-checkers-blocks .hotels-filter .checkbox-container .col {
    margin-bottom: 5px;
    width: auto;
  }
}
.acm-checkers-blocks .hotels-filter .checkbox-container .col input[type=checkbox],
.acm-checkers-blocks .hotels-filter .checkbox-container .col input[type=radio] {
  visibility: hidden;
  position: absolute;
  top: 6px;
  left: 1px;
}
.keyboard-navigation .acm-checkers-blocks .hotels-filter .checkbox-container .col input[type=checkbox],
.keyboard-navigation .acm-checkers-blocks .hotels-filter .checkbox-container .col input[type=radio] {
  visibility: visible;
}
.acm-checkers-blocks .hotels-filter .checkbox-container .col input[type=checkbox]:checked + label,
.acm-checkers-blocks .hotels-filter .checkbox-container .col input[type=radio]:checked + label {
  color: #8A7038;
}
.acm-checkers-blocks .hotels-filter .checkbox-container .col input[type=checkbox]:checked + label:before,
.acm-checkers-blocks .hotels-filter .checkbox-container .col input[type=radio]:checked + label:before {
  background: #8A7038;
}
.acm-checkers-blocks .hotels-filter .checkbox-container .col label, .acm-checkers-blocks .hotels-filter .checkbox-container .col .clear-filters {
  font: 600 14px/26px "Montserrat", sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  display: block;
  letter-spacing: 1px;
  color: #3A3632;
  padding-left: 48px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .acm-checkers-blocks .hotels-filter .checkbox-container .col label, .acm-checkers-blocks .hotels-filter .checkbox-container .col .clear-filters {
    font-size: 12px;
    line-height: 35px;
  }
}
.acm-checkers-blocks .hotels-filter .checkbox-container .col label:before, .acm-checkers-blocks .hotels-filter .checkbox-container .col .clear-filters:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border: 1px solid #8A7038;
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
  transition: background-color 350ms ease-in-out;
}
.keyboard-navigation .acm-checkers-blocks .hotels-filter .checkbox-container .col label:before, .keyboard-navigation .acm-checkers-blocks .hotels-filter .checkbox-container .col .clear-filters:before {
  visibility: hidden;
}
@media only screen and (max-width: 767px) {
  .acm-checkers-blocks .hotels-filter .checkbox-container .col label:before, .acm-checkers-blocks .hotels-filter .checkbox-container .col .clear-filters:before {
    width: 22px;
    height: 22px;
  }
}
.acm-checkers-blocks .hotels-filter .checkbox-container .col label:hover, .acm-checkers-blocks .hotels-filter .checkbox-container .col label:focus, .acm-checkers-blocks .hotels-filter .checkbox-container .col .clear-filters:hover, .acm-checkers-blocks .hotels-filter .checkbox-container .col .clear-filters:focus {
  color: #8A7038;
  transition: color 350ms ease-in-out;
}
.acm-checkers-blocks .hotels-filter .checkbox-container .col .clear-filters {
  margin: 29px 0 0;
}
.keyboard-navigation .acm-checkers-blocks .hotels-filter .checkbox-container .col .clear-filters:before {
  visibility: visible !important;
}
.acm-checkers-blocks .hotels-filter .checkbox-container .col .clear-filters.active:before {
  background: #8A7038;
}
.acm-checkers-blocks .checkers-item {
  display: flex;
  flex-wrap: nowrap;
  border: 10px solid #BD9B5F;
  background: #fff;
  text-align: left;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .acm-checkers-blocks .checkers-item {
    flex-wrap: wrap;
    text-align: center;
  }
}
.acm-checkers-blocks .checkers-item.hidden {
  display: none;
}
.acm-checkers-blocks .checkers-item.even .thumbnail {
  order: 2;
}
@media only screen and (max-width: 767px) {
  .acm-checkers-blocks .checkers-item.even .thumbnail {
    order: 1;
  }
}
.acm-checkers-blocks .checkers-item.even .content {
  order: 1;
}
@media only screen and (max-width: 767px) {
  .acm-checkers-blocks .checkers-item.even .content {
    order: 2;
  }
}
.acm-checkers-blocks .checkers-item .thumbnail {
  position: relative;
  width: 50%;
  min-height: 400px;
}
@media only screen and (max-width: 767px) {
  .acm-checkers-blocks .checkers-item .thumbnail {
    width: 100%;
    min-height: 0;
    height: 0;
    padding-top: 70%;
  }
}
.acm-checkers-blocks .checkers-item .content {
  width: 50%;
  padding: 46px 56px 40px 56px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .acm-checkers-blocks .checkers-item .content {
    padding: 36px 40px 30px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .acm-checkers-blocks .checkers-item .content {
    width: 100%;
    padding: 12px 18px 15px 18px;
  }
}
.acm-checkers-blocks .checkers-item .content .small-heading {
  display: block;
  font: 600 12px/1.2 "Montserrat", sans-serif;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 33px;
}
@media only screen and (max-width: 767px) {
  .acm-checkers-blocks .checkers-item .content .small-heading {
    margin-bottom: 13px;
  }
}
.acm-checkers-blocks .checkers-item .content h3, .acm-checkers-blocks .checkers-item .content .h3 {
  font: 52px/1.1 "Didot", sans-serif;
  margin-bottom: 20px;
  word-wrap: break-word;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .acm-checkers-blocks .checkers-item .content h3, .acm-checkers-blocks .checkers-item .content .h3 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .acm-checkers-blocks .checkers-item .content h3, .acm-checkers-blocks .checkers-item .content .h3 {
    font-size: 32px;
    margin-bottom: 7px;
  }
}
.acm-checkers-blocks .checkers-item .content h3 strong, .acm-checkers-blocks .checkers-item .content .h3 strong {
  display: block;
  color: #BD9B5F;
}
.acm-checkers-blocks .checkers-item .content .copy {
  font: 16px/24px "Garamond", Arial;
  color: #3A3632;
}
@media only screen and (max-width: 767px) {
  .acm-checkers-blocks .checkers-item .content .copy {
    font-size: 15px;
    line-height: 22px;
  }
}
.acm-checkers-blocks .checkers-item .content nav {
  margin-top: 17px;
}
@media only screen and (max-width: 767px) {
  .acm-checkers-blocks .checkers-item .content nav {
    margin-top: 27px;
  }
}

.icons-plus-text {
  margin: 30px 0 60px;
}
@media only screen and (max-width: 767px) {
  .icons-plus-text {
    margin: 18px 0 30px;
  }
}
.icons-plus-text .center-column {
  max-width: 1692px;
  padding: 0;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .icons-plus-text .center-column {
    padding: 0 28px;
  }
}
.icons-plus-text .center-column h3 {
  color: #8A7038;
  font: 28px/36px "Montserrat", sans-serif;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 50px;
  padding: 0 20px 48px 20px;
}
@media only screen and (max-width: 767px) {
  .icons-plus-text .center-column h3 {
    font-size: 15px;
    line-height: 22px;
    padding-bottom: 0;
    margin-bottom: 37px;
  }
}
.icons-plus-text .center-column h3:after {
  content: "";
  width: 15px;
  height: 15px;
  background: #8A7038;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .icons-plus-text .center-column h3:after {
    display: none;
  }
}
.icons-plus-text .center-column .blocks-wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 1084px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .icons-plus-text .center-column .blocks-wrapper {
    flex-flow: column;
  }
}
.icons-plus-text .center-column .blocks-wrapper .block {
  width: 33.3%;
  margin: 0 15px;
  max-width: 301px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .icons-plus-text .center-column .blocks-wrapper .block {
    width: 100%;
    max-width: 100%;
    margin: 0 0 30px 0;
  }
}
.icons-plus-text .center-column .blocks-wrapper .block .thumbnail {
  width: 120px;
  height: 120px;
  position: relative;
  display: inline-block;
  margin-bottom: 26px;
}
@media only screen and (max-width: 767px) {
  .icons-plus-text .center-column .blocks-wrapper .block .thumbnail {
    width: 100px;
    height: 100px;
    margin-bottom: 14px;
  }
}
.icons-plus-text .center-column .blocks-wrapper .block .thumbnail:after {
  content: "";
  width: 102px;
  height: 102px;
  background: rgba(188, 154, 95, 0.2);
  position: absolute;
  left: 37px;
  top: 28px;
  border-radius: 50%;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .icons-plus-text .center-column .blocks-wrapper .block .thumbnail:after {
    width: 80px;
    height: 80px;
    left: 30px;
    top: 20px;
  }
}
.icons-plus-text .center-column .blocks-wrapper .block h4, .icons-plus-text .center-column .blocks-wrapper .block .h4 {
  font: 22px/28px "Didot", sans-serif;
  color: #91867A;
  position: relative;
  padding-bottom: 37px;
  margin-bottom: 20px;
  letter-spacing: normal;
  min-height: 93px;
}
.icons-plus-text .center-column .blocks-wrapper .block h4:after, .icons-plus-text .center-column .blocks-wrapper .block .h4:after {
  content: "";
  width: 15px;
  height: 15px;
  background: #8A7038;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  border-radius: 50%;
}
.icons-plus-text .center-column .blocks-wrapper .block p {
  font: 16px/24px "Garamond", Arial;
  color: #3A3632;
}
@media only screen and (max-width: 767px) {
  .icons-plus-text .center-column .blocks-wrapper .block p {
    font-size: 16px;
    line-height: 22px;
  }
}

.acm-destinations-slider-block {
  z-index: 80;
}

.acm-destinations-slider {
  position: relative;
  margin: 68px 0;
  padding: 0 0 42px;
  z-index: 80;
}
@media only screen and (max-width: 767px) {
  .acm-destinations-slider {
    margin: 42px 0;
    padding-top: 0;
    padding-bottom: 22px;
    border-bottom: 20px solid #BD9B5F;
  }
}
.acm-destinations-slider .destinations-link {
  position: absolute;
  top: 26px;
  right: 18px;
  color: #3A3632;
}
@media only screen and (max-width: 767px) {
  .acm-destinations-slider .destinations-link {
    display: none;
  }
}
.acm-destinations-slider .destinations-link::after {
  background-color: #3A3632;
}
.acm-destinations-slider .destinations-link:hover {
  color: #8A7038;
}
.acm-destinations-slider .destinations-link:hover::after {
  background-color: #8A7038;
}
.acm-destinations-slider .region-item {
  min-height: 440px;
  position: relative;
  padding: 40px 0 0;
  overflow: hidden;
  text-align: left;
  z-index: 5;
}
@media only screen and (min-width: 1440px) {
  .acm-destinations-slider .region-item {
    min-height: 440px;
  }
}
@media only screen and (max-width: 767px) {
  .acm-destinations-slider .region-item {
    display: block;
    min-height: auto;
    text-align: center;
  }
}
.acm-destinations-slider .region-item .thumbnail {
  width: 50%;
  height: 480px;
  position: relative;
  margin-right: 52px;
  margin-bottom: 30px;
  float: left;
  background-color: #E6E3E1;
  border-right: 20px solid #BD9B5F;
}
@media only screen and (max-width: 767px) {
  .acm-destinations-slider .region-item .thumbnail {
    display: none;
    position: relative;
    width: 100%;
    height: 220px;
    margin: 0 auto;
    border-right: none;
    float: none;
  }
}
.acm-destinations-slider .region-item .thumbnail.thumbnail-content {
  display: none;
}
@media only screen and (max-width: 767px) {
  .acm-destinations-slider .region-item .thumbnail.thumbnail-content {
    display: block;
    width: calc(100% - 60px);
  }
}
.acm-destinations-slider .region-item .row {
  position: relative;
  padding: 0 56px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .acm-destinations-slider .region-item .row {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .acm-destinations-slider .region-item .row {
    text-align: center;
    padding: 0;
  }
}
.acm-destinations-slider .region-item .title {
  padding-top: 32px;
  padding-bottom: 15px;
  position: relative;
}
.acm-destinations-slider .region-item .title:before {
  content: "";
  position: absolute;
  top: -52px;
  bottom: -25px;
  left: 130px;
  right: -55px;
  background-color: rgba(145, 134, 122, 0.2);
  pointer-events: none;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .acm-destinations-slider .region-item .title:before {
    top: 0;
    left: -28px;
    right: -28px;
    bottom: -124px;
    height: 260px;
  }
}
@media only screen and (max-width: 767px) {
  .acm-destinations-slider .region-item .title {
    width: 100%;
    padding: 22px 30px;
  }
}
.acm-destinations-slider .region-item .title .small-heading {
  display: block;
  font: 200 20px/1.2 "Montserrat", sans-serif;
  letter-spacing: 1.2px;
  margin-bottom: 18px;
}
@media only screen and (min-width: 1440px) {
  .acm-destinations-slider .region-item .title .small-heading {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .acm-destinations-slider .region-item .title .small-heading {
    margin-bottom: 13px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
  }
}
.acm-destinations-slider .region-item .title h3, .acm-destinations-slider .region-item .title .h3 {
  font: 40px/1.1 "Didot", sans-serif;
}
@media only screen and (min-width: 1440px) {
  .acm-destinations-slider .region-item .title h3, .acm-destinations-slider .region-item .title .h3 {
    font-size: 52px;
  }
}
@media only screen and (max-width: 767px) {
  .acm-destinations-slider .region-item .title h3, .acm-destinations-slider .region-item .title .h3 {
    font-size: 26px;
  }
}
.acm-destinations-slider .region-item .title h3 strong, .acm-destinations-slider .region-item .title .h3 strong {
  display: block;
  color: #BD9B5F;
}
.acm-destinations-slider .region-item .copy {
  margin-bottom: auto;
  margin-top: 52px;
  font: 16px/24px "Garamond", Arial;
  color: #3A3632;
  padding: 0 56px 0 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .acm-destinations-slider .region-item .copy {
    font-size: 15px;
    margin-top: 26px;
    line-height: 22px;
    padding: 0 56px;
  }
}
.acm-destinations-slider .region-item .row-link {
  padding: 0;
}
.acm-destinations-slider .region-item nav {
  margin-top: 18px;
}
.acm-destinations-slider .slideshow {
  overflow: hidden;
}
.acm-destinations-slider .slideshow-navigation {
  position: absolute;
  top: 15px;
  right: 0;
  width: 128px;
}
@media only screen and (max-width: 767px) {
  .acm-destinations-slider .slideshow-navigation {
    top: 290px;
    width: 100%;
  }
}
.acm-destinations-slider .slideshow-navigation .slideshow-button {
  display: inline-block;
  margin: 7px;
}
@media only screen and (max-width: 767px) {
  .acm-destinations-slider .slideshow-navigation .slideshow-button {
    position: absolute;
    margin: 0;
  }
  .acm-destinations-slider .slideshow-navigation .slideshow-button.previous {
    left: 13px;
  }
  .acm-destinations-slider .slideshow-navigation .slideshow-button.next {
    right: 13px;
  }
}

.image-video-slider {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .image-video-slider {
    margin-bottom: 32px;
  }
}
.image-video-slider .center-column {
  max-width: 1920px;
  padding: 0;
  height: 700px;
  margin: 0 auto;
  background: #BFB7B0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .image-video-slider .center-column {
    height: 300px;
  }
}
.image-video-slider .center-column .slideshow {
  width: 100%;
  height: 100%;
}
.image-video-slider .center-column .swiper-pagination {
  bottom: 58px;
}
@media only screen and (max-width: 767px) {
  .image-video-slider .center-column .swiper-pagination {
    bottom: 20px;
  }
}
.image-video-slider .center-column .slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.image-video-slider .center-column .slide video {
  position: absolute;
  top: 50%;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 0;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1023px) {
  .image-video-slider .center-column .slide video {
    display: none;
  }
}
.image-video-slider .center-column .slide .headers {
  position: absolute;
  bottom: 160px;
  left: 50%;
  width: 86%;
  transform: translateX(-50%);
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .image-video-slider .center-column .slide .headers {
    width: 90%;
    bottom: 48px;
  }
}
.image-video-slider .center-column .slide h3 {
  font: 60px/60px "Didot", sans-serif;
  color: #ffffff;
  z-index: 1;
  margin-bottom: 14px;
  text-shadow: -1px 0px 16px black;
}
@media only screen and (max-width: 767px) {
  .image-video-slider .center-column .slide h3 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 11px;
  }
}
.image-video-slider .center-column .slide h4 {
  font: 600 16px/30px "Montserrat", sans-serif;
  letter-spacing: 1px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  text-shadow: -1px 0px 16px black;
}
@media only screen and (max-width: 767px) {
  .image-video-slider .center-column .slide h4 {
    font-size: 12px;
    line-height: 16px;
  }
}

.offers-collection-acm .center-column {
  text-align: center;
}
.offers-collection-acm .h1-like {
  margin-bottom: 0;
}
.offers-collection-acm .text-link {
  margin-bottom: 0;
}
.offers-collection-acm .slideshow,
.offers-collection-acm .offers-collection-wrapper {
  overflow: hidden;
  max-width: 1100px;
  margin: 35px auto 45px;
}
@media only screen and (max-width: 767px) {
  .offers-collection-acm .slideshow,
.offers-collection-acm .offers-collection-wrapper {
    margin: 30px auto 45px;
  }
}
.offers-collection-acm .offers-collection-list {
  align-items: stretch;
}
.offers-collection-acm .offers-collection-list.swiper-wrapper {
  justify-content: initial;
  flex-wrap: nowrap;
}
.offers-collection-acm .offers-collection-list .slide {
  min-height: 550px;
}
@media only screen and (max-width: 767px) {
  .offers-collection-acm .offers-collection-list .slide {
    min-height: 500px;
  }
  .offers-collection-acm .offers-collection-list .swiper-slide {
    transform: scale(0.92);
  }
  .offers-collection-acm .offers-collection-list .swiper-slide.swiper-slide-active.swiper-slide-visible {
    transform: scale(1);
  }
}
.offers-collection-acm .offers-collection-list .special-block {
  width: 100%;
  display: inline-block;
  position: relative;
  white-space: normal;
  overflow: hidden;
  margin: 0;
}
.offers-collection-acm .offers-collection-list .special-block .description {
  padding: 25px 20px 90px 20px;
}
.offers-collection-acm .offers-collection-list .special-block .description p {
  line-height: 1.3;
  font-size: 16px;
}
.offers-collection-acm .offers-collection-list .special-block .description nav {
  left: 20px;
  right: 20px;
  display: block;
  text-align: center;
}
.offers-collection-acm .offers-collection-list .special-block .description nav.flex {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .offers-collection-acm .offers-collection-list .special-block {
    margin: 0;
  }
  .offers-collection-acm .offers-collection-list .special-block .thumbnail {
    height: 215px;
  }
  .offers-collection-acm .offers-collection-list .special-block h3 {
    margin-bottom: 19px;
  }
  .offers-collection-acm .offers-collection-list .special-block .description p {
    display: block;
    font-size: 15px;
  }
  .offers-collection-acm .offers-collection-list .special-block .description nav {
    justify-content: space-between;
    bottom: 10px;
    left: 15px;
    right: 10px;
  }
  .offers-collection-acm .offers-collection-list .special-block .description .only-text {
    line-height: 50px;
    padding: 0;
    height: auto;
  }
  .offers-collection-acm .offers-collection-list .special-block .description .book-now {
    display: inline-block;
    line-height: 50px;
    height: auto;
    padding: 0 30px;
  }
}

.offers-collection-grid {
  margin: 0 auto;
  text-align: center;
}
.offers-collection-grid .offers-collection-wrapper .special-block {
  width: calc(33.3% - 26px);
  margin: 0 13px 45px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .offers-collection-grid .offers-collection-wrapper .special-block {
    width: calc(50% - 26px);
  }
}
@media only screen and (max-width: 767px) {
  .offers-collection-grid .offers-collection-wrapper .special-block {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .offers-collection-grid .offers-collection-wrapper .special-block .thumbnail {
    height: 170px;
  }
}
@media only screen and (max-width: 767px) {
  .offers-collection-grid .offers-collection-wrapper .special-block .description {
    text-align: center;
    padding: 12px 20px 60px;
  }
  .offers-collection-grid .offers-collection-wrapper .special-block .description h3 {
    font-size: 20px;
    line-height: 1.2;
  }
  .offers-collection-grid .offers-collection-wrapper .special-block .description p {
    display: none;
  }
}
.offers-collection-grid .offers-collection-wrapper .special-block.hidden {
  display: none;
}
.offers-collection-grid .hotels-filter {
  width: 100%;
  max-width: 1080px;
  height: 90px;
  padding: 0;
  margin-top: 20px;
  display: inline-block;
  vertical-align: top;
  background: #FFFDFB;
  box-shadow: 2px 0 15px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .offers-collection-grid .hotels-filter {
    width: 100%;
    margin-left: 0;
    height: auto;
  }
}
.offers-collection-grid .hotels-filter .filters-wrapper {
  display: block;
  position: relative;
  text-align: center;
  font-size: 0;
  height: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .offers-collection-grid .hotels-filter .filters-wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .offers-collection-grid .hotels-filter .filters-wrapper {
    width: 100%;
    height: auto;
  }
}
.offers-collection-grid .hotels-filter .checkbox-container {
  display: inline-block;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .offers-collection-grid .hotels-filter .checkbox-container {
    display: block;
  }
}
.offers-collection-grid .hotels-filter .checkbox-container .button-wrapper {
  cursor: pointer;
}
.offers-collection-grid .hotels-filter .checkbox-container .button-wrapper.active .checkbox-dropdown {
  opacity: 1;
  visibility: visible;
}
.offers-collection-grid .hotels-filter .checkbox-container .button-wrapper.active .filter-button {
  color: #8A7038;
}
.offers-collection-grid .hotels-filter .checkbox-container .button-wrapper.active .filter-button span:after {
  transform: rotate(135deg) translateY(-50%);
  border-color: #BD9B5F;
  margin-top: -6px;
  right: 7px;
}
.offers-collection-grid .hotels-filter .checkbox-container .filter-button {
  text-transform: uppercase;
  font: 18px/90px "Montserrat", sans-serif;
  color: #8A7038;
  letter-spacing: 2px;
  position: relative;
  padding: 0 0 0 30px;
  width: 400px;
}
.offers-collection-grid .hotels-filter .checkbox-container .filter-button span {
  position: relative;
}
.offers-collection-grid .hotels-filter .checkbox-container .filter-button span.desktop {
  padding-right: 30px;
}
.offers-collection-grid .hotels-filter .checkbox-container .filter-button span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #8A7038;
  border-left: 1px solid #8A7038;
  transform: rotate(-45deg) translateY(-50%);
  margin-top: -2px;
  pointer-events: none;
  transition: border-color 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .offers-collection-grid .hotels-filter .checkbox-container .filter-button span:after {
    margin-top: -6px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .offers-collection-grid .hotels-filter .checkbox-container .filter-button {
    width: 350px;
    font-size: 14px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .offers-collection-grid .hotels-filter .checkbox-container .filter-button {
    width: 100%;
    font-weight: 600;
    padding: 0;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 50px;
  }
}
.offers-collection-grid .hotels-filter .checkbox-container .filter-button:before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  display: inline-block;
  height: 100%;
  width: 0;
  background: #8A7038;
  transition: width 350ms ease-in-out;
}
.offers-collection-grid .hotels-filter .checkbox-container .checkbox-dropdown {
  background: #FFFDFB;
  padding: 35px 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  transition: opacity 350ms ease-in-out;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.offers-collection-grid .hotels-filter .checkbox-container .checkbox-dropdown:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #8A7038;
}
@media only screen and (max-width: 767px) {
  .offers-collection-grid .hotels-filter .checkbox-container .checkbox-dropdown:after {
    display: none;
  }
}
.offers-collection-grid .hotels-filter .checkbox-container .checkbox-dropdown .close-button {
  display: none;
  position: fixed;
  right: 5px;
  top: 85px;
  width: 45px;
  height: 45px;
  font-size: 0;
  text-indent: -9999em;
}
.offers-collection-grid .hotels-filter .checkbox-container .checkbox-dropdown .close-button:before, .offers-collection-grid .hotels-filter .checkbox-container .checkbox-dropdown .close-button:after {
  position: absolute;
  content: "";
  height: 45px;
  width: 1px;
  background-color: #000000;
  top: 0;
  right: 50%;
}
.offers-collection-grid .hotels-filter .checkbox-container .checkbox-dropdown .close-button:before {
  transform: rotate(-45deg);
}
.offers-collection-grid .hotels-filter .checkbox-container .checkbox-dropdown .close-button:after {
  transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .offers-collection-grid .hotels-filter .checkbox-container .checkbox-dropdown .close-button {
    display: block;
  }
}
.offers-collection-grid .hotels-filter .checkbox-container .cols-wrapper {
  margin: 0 auto;
  text-align: center;
}
.offers-collection-grid .hotels-filter .checkbox-container .inner-wrapper {
  display: block;
}
@media only screen and (max-width: 767px) {
  .offers-collection-grid .hotels-filter .checkbox-container .inner-wrapper {
    padding: 0 25px;
  }
}
.offers-collection-grid .hotels-filter .checkbox-container .col {
  margin: 0 auto 2px;
  text-align: left;
  width: 310px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .offers-collection-grid .hotels-filter .checkbox-container .col {
    margin-bottom: 5px;
    width: auto;
  }
}
.offers-collection-grid .hotels-filter .checkbox-container .col input[type=checkbox],
.offers-collection-grid .hotels-filter .checkbox-container .col input[type=radio] {
  visibility: hidden;
  position: absolute;
  top: 6px;
  left: 1px;
}
.keyboard-navigation .offers-collection-grid .hotels-filter .checkbox-container .col input[type=checkbox],
.keyboard-navigation .offers-collection-grid .hotels-filter .checkbox-container .col input[type=radio] {
  visibility: visible;
}
.offers-collection-grid .hotels-filter .checkbox-container .col input[type=checkbox]:checked + label,
.offers-collection-grid .hotels-filter .checkbox-container .col input[type=radio]:checked + label {
  color: #8A7038;
}
.offers-collection-grid .hotels-filter .checkbox-container .col input[type=checkbox]:checked + label:before,
.offers-collection-grid .hotels-filter .checkbox-container .col input[type=radio]:checked + label:before {
  background: #8A7038;
}
.offers-collection-grid .hotels-filter .checkbox-container .col label, .offers-collection-grid .hotels-filter .checkbox-container .col .clear-filters {
  font: 600 14px/26px "Montserrat", sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  display: block;
  letter-spacing: 1px;
  color: #3A3632;
  padding-left: 48px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .offers-collection-grid .hotels-filter .checkbox-container .col label, .offers-collection-grid .hotels-filter .checkbox-container .col .clear-filters {
    font-size: 12px;
    line-height: 35px;
  }
}
.offers-collection-grid .hotels-filter .checkbox-container .col label:before, .offers-collection-grid .hotels-filter .checkbox-container .col .clear-filters:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border: 1px solid #8A7038;
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
  transition: background-color 350ms ease-in-out;
}
.keyboard-navigation .offers-collection-grid .hotels-filter .checkbox-container .col label:before, .keyboard-navigation .offers-collection-grid .hotels-filter .checkbox-container .col .clear-filters:before {
  visibility: hidden;
}
@media only screen and (max-width: 767px) {
  .offers-collection-grid .hotels-filter .checkbox-container .col label:before, .offers-collection-grid .hotels-filter .checkbox-container .col .clear-filters:before {
    width: 22px;
    height: 22px;
  }
}
.offers-collection-grid .hotels-filter .checkbox-container .col label:hover, .offers-collection-grid .hotels-filter .checkbox-container .col label:focus, .offers-collection-grid .hotels-filter .checkbox-container .col .clear-filters:hover, .offers-collection-grid .hotels-filter .checkbox-container .col .clear-filters:focus {
  color: #8A7038;
  transition: color 350ms ease-in-out;
}
.offers-collection-grid .hotels-filter .checkbox-container .col .clear-filters {
  margin: 29px 0 0;
}
.keyboard-navigation .offers-collection-grid .hotels-filter .checkbox-container .col .clear-filters:before {
  visibility: visible !important;
}
.offers-collection-grid .hotels-filter .checkbox-container .col .clear-filters.active:before {
  background: #8A7038;
}

.blog-feed-acm {
  margin: 0 0 60px;
}
@media only screen and (max-width: 767px) {
  .blog-feed-acm {
    margin: 0 0 30px;
  }
}
.blog-feed-acm .center-column {
  text-align: center;
}
.blog-feed-acm .center-column .h1-like {
  margin-bottom: 0;
}
.blog-feed-acm .center-column .text-link {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .blog-feed-acm .center-column {
    padding: 0;
  }
}
.blog-feed-acm #blog-feed {
  display: block;
  max-width: 1280px;
  height: 850px;
  overflow: hidden;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .blog-feed-acm #blog-feed {
    height: auto;
  }
}
.blog-feed-acm #blog-feed .blog-slide {
  display: block;
  position: relative;
  width: 50%;
  height: 425px;
  overflow: hidden;
}
.blog-feed-acm #blog-feed .blog-slide:first-child {
  width: 50%;
  height: 850px;
  float: left;
}
.blog-feed-acm #blog-feed .blog-slide .thumbnail {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .blog-feed-acm #blog-feed .blog-slide .thumbnail {
    padding-top: 45vh;
    position: relative;
  }
}
.blog-feed-acm #blog-feed .blog-slide .description {
  text-align: left;
  background-color: rgba(58, 54, 50, 0.8);
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 40px;
  width: auto;
  z-index: 2;
}
.blog-feed-acm #blog-feed .blog-slide .description .description-wrapper {
  padding: 30px 40px 40px;
  color: #fff;
}
.blog-feed-acm #blog-feed .blog-slide .description .blog-feed-category {
  font: 600 12px/1 "Montserrat", sans-serif;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 18px;
}
.blog-feed-acm #blog-feed .blog-slide .description h3 {
  font: 300 37px/44px "Montserrat", sans-serif;
  letter-spacing: -1px;
  position: relative;
  text-transform: none;
  z-index: 2;
  color: #fff;
  margin-bottom: 0;
}
.blog-feed-acm #blog-feed .blog-slide .description h3 a {
  color: #fff;
}
.blog-feed-acm #blog-feed .blog-slide .description h3 a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .blog-feed-acm #blog-feed .blog-slide .description .description-wrapper {
    padding: 30px 30px 30px;
  }
  .blog-feed-acm #blog-feed .blog-slide .description h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-feed-acm #blog-feed .blog-slide .description {
    left: 30px;
    right: 30px;
    bottom: 20px;
  }
  .blog-feed-acm #blog-feed .blog-slide .description .description-wrapper {
    padding: 30px 30px 40px;
  }
  .blog-feed-acm #blog-feed .blog-slide .description .description-wrapper.page-content {
    text-align: left;
  }
  .blog-feed-acm #blog-feed .blog-slide .description h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-feed-acm #blog-feed .blog-slide {
    width: 100%;
    height: 100%;
  }
  .blog-feed-acm #blog-feed .blog-slide:first-child {
    width: 100%;
    float: none;
    height: 100%;
  }
  .blog-feed-acm #blog-feed .blog-slide:first-child .thumbnail {
    padding-top: 75vh;
  }
}
.blog-feed-acm.property-layout #blog-feed {
  height: 425px;
}
.blog-feed-acm.property-layout #blog-feed .blog-slide:first-child {
  height: 425px;
}
@media only screen and (max-width: 767px) {
  .blog-feed-acm.property-layout #blog-feed {
    height: auto;
  }
  .blog-feed-acm.property-layout #blog-feed .blog-slide:first-child {
    height: 100%;
  }
  .blog-feed-acm.property-layout #blog-feed .blog-slide:first-child .thumbnail {
    padding-top: 45vh;
  }
}

.hotel-capacity-chart {
  margin-bottom: 67px;
}
@media only screen and (max-width: 767px) {
  .hotel-capacity-chart {
    margin-bottom: 58px;
  }
}
.hotel-capacity-chart .center-column {
  max-width: 1084px;
  border-top: 1px solid #BD9B5F;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .hotel-capacity-chart .center-column {
    width: calc(100% - 56px);
  }
}
.hotel-capacity-chart h3 {
  padding: 13px 10px 18px 10px;
  letter-spacing: 2px;
  font: 28px/38px "Montserrat", sans-serif;
  color: #BD9B5F;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .hotel-capacity-chart h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .hotel-capacity-chart h3 {
    font-size: 11px;
    line-height: 26px;
    letter-spacing: 1px;
    padding: 12px 0;
    font-weight: 600;
  }
}
.hotel-capacity-chart .col {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #BD9B5F;
  border-left: 1px solid #BD9B5F;
  position: relative;
  padding: 23px 0 26px;
}
@media only screen and (max-width: 767px) {
  .hotel-capacity-chart .col {
    padding: 14px 0 12px;
  }
}
.hotel-capacity-chart .col:after {
  content: "";
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background: #BD9B5F;
  position: absolute;
  left: -8px;
  bottom: -8px;
}
.hotel-capacity-chart .col:first-child {
  border-left: none;
}
.hotel-capacity-chart .col:first-child:after {
  display: none;
}
.hotel-capacity-chart .inner-wrapper {
  display: flex;
  justify-content: space-around;
}
.hotel-capacity-chart .inner-wrapper .number {
  font: 52px/52px "Didot", sans-serif;
  color: #BD9B5F;
}
@media only screen and (max-width: 767px) {
  .hotel-capacity-chart .inner-wrapper .number {
    font-size: 36px;
    line-height: 46px;
  }
}
.hotel-capacity-chart .inner-wrapper .text {
  font: 24px/30px "Montserrat", sans-serif;
  color: #BD9B5F;
}
@media only screen and (max-width: 767px) {
  .hotel-capacity-chart .inner-wrapper .text {
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    padding: 0 10px;
  }
}

.image-plus-text .center-column {
  max-width: 1100px;
  padding: 0;
  margin: 0 auto;
}
.image-plus-text h3 {
  font: 42px/52px "Didot", sans-serif;
  color: #BFB7B0;
  margin-bottom: 55px;
  text-align: center;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .image-plus-text h3 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 30px;
  }
}
.image-plus-text .block {
  width: 100%;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .image-plus-text .block {
    margin-bottom: 43px;
  }
}
.image-plus-text .block .thumbnail {
  position: relative;
  width: 100%;
  height: 680px;
  background-color: #E6E3E1;
}
@media only screen and (max-width: 767px) {
  .image-plus-text .block .thumbnail {
    height: 300px;
  }
}
.image-plus-text .block .thumbnail:before, .image-plus-text .block .thumbnail:after {
  content: "";
  width: 35px;
  height: 35px;
  background: #BD9B5F;
  position: absolute;
  bottom: -16px;
  border-radius: 50%;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .image-plus-text .block .thumbnail:before, .image-plus-text .block .thumbnail:after {
    width: 18px;
    height: 18px;
    bottom: -8px;
  }
}
.image-plus-text .block .thumbnail:before {
  left: 157px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .image-plus-text .block .thumbnail:before {
    left: 97px;
  }
}
@media only screen and (max-width: 767px) {
  .image-plus-text .block .thumbnail:before {
    left: 19px;
  }
}
.image-plus-text .block .thumbnail:after {
  right: 157px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .image-plus-text .block .thumbnail:after {
    right: 97px;
  }
}
@media only screen and (max-width: 767px) {
  .image-plus-text .block .thumbnail:after {
    right: 19px;
  }
}
.image-plus-text .block .description {
  width: calc(100% - 348px);
  margin: -123px auto 0;
  background: #fff;
  z-index: 1;
  position: relative;
  padding: 34px 20px 0;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .image-plus-text .block .description {
    width: calc(100% - 228px);
  }
}
@media only screen and (max-width: 767px) {
  .image-plus-text .block .description {
    width: calc(100% - 56px);
    margin-top: -73px;
    padding: 20px 12px 0;
  }
}
.image-plus-text .block .description:before, .image-plus-text .block .description:after {
  content: "";
  width: 1px;
  background: #BD9B5F;
  position: absolute;
  top: 60px;
  height: calc(100% - 60px);
}
.image-plus-text .block .description:before {
  left: -1px;
}
.image-plus-text .block .description:after {
  right: -1px;
}
.image-plus-text .block .description h4 {
  font: 52px/54px "Didot", sans-serif;
  color: #BD9B5F;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .image-plus-text .block .description h4 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 12px;
  }
}
.image-plus-text .block .description h5 {
  font: 12px/15px "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #3A3632;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .image-plus-text .block .description h5 {
    margin-bottom: 15px;
  }
}
.image-plus-text .block .description p {
  color: #91867A;
  font-size: 21px;
  line-height: 28px;
  max-width: 520px;
  margin: 0 auto 32px;
}
@media only screen and (max-width: 767px) {
  .image-plus-text .block .description p {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 16px;
  }
}
.image-plus-text .block .description .only-text {
  background: none;
  text-decoration: underline;
  color: #8A7038;
  font-size: 12px;
  line-height: 15px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.image-plus-text .block .description .only-text:hover {
  color: #BD9B5F;
  text-decoration: none;
}

.instagram-feed-acm {
  margin: 30px 0 30px;
}
@media only screen and (max-width: 767px) {
  .instagram-feed-acm {
    margin: 18px 0 30px;
  }
}
.instagram-feed-acm .center-column {
  text-align: center;
}
.instagram-feed-acm .center-column h3 {
  margin-bottom: 35px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .instagram-feed-acm .center-column h3 {
    margin-bottom: 25px;
    font-size: 12px;
  }
}
.instagram-feed-acm .slideshow-navigation {
  max-width: 1126px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 992px) {
  .instagram-feed-acm .slideshow-navigation {
    display: none;
  }
}
.instagram-feed-acm .slideshow-navigation .slideshow-button {
  position: absolute;
  top: -230px;
}
.instagram-feed-acm .slideshow-navigation .slideshow-button.previous {
  left: -40px;
}
.instagram-feed-acm .slideshow-navigation .slideshow-button.next {
  right: -40px;
}
.instagram-feed-acm .instagram-feeds {
  display: block;
  width: 100%;
  background: #ffffff;
}
.instagram-feed-acm .instagram-feeds .slideshow {
  overflow: hidden;
  max-width: 1126px;
  margin: 0 auto;
}
.instagram-feed-acm .instagram-feeds .feed-item {
  position: relative;
  display: inline-block;
  width: calc(33.3% - 26px);
  margin: 0 13px 45px 13px;
  height: 350px;
  text-indent: -9999em;
  font-size: 0;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #E6E3E1;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .instagram-feed-acm .instagram-feeds .feed-item {
    width: 50%;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .instagram-feed-acm .instagram-feeds .feed-item {
    width: 80%;
    margin: 0;
    height: 290px;
  }
}
.instagram-feed-acm .instagram-feeds .feed-item a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.instagram-feed-acm .scaled-bg {
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: transform 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(1.1);
}
@media only screen and (max-width: 767px) {
  .instagram-feed-acm .scaled-bg {
    transition: transform 0s;
    transform: none;
  }
}
.instagram-feed-acm .scaled-bg:hover {
  transform: scale(1);
}

.image-text-plus-gallery {
  margin-bottom: 55px;
}
@media only screen and (max-width: 767px) {
  .image-text-plus-gallery {
    margin-bottom: 40px;
  }
}
.image-text-plus-gallery .center-column {
  max-width: 1282px;
  padding: 0;
}
.image-text-plus-gallery h3 {
  font: 42px/52px "Didot", sans-serif;
  color: #BFB7B0;
  margin-bottom: 45px;
  text-align: center;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .image-text-plus-gallery h3 {
    font: 600 15px/26px "Montserrat", sans-serif;
    color: #BD9B5F;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 30px;
  }
}
.image-text-plus-gallery .block {
  position: relative;
  padding: 32px 0 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .image-text-plus-gallery .block {
    text-align: center;
    padding: 0;
  }
}
.image-text-plus-gallery .block .thumbnail {
  width: calc(50% + 20px);
  height: 425px;
  position: relative;
  margin-right: 52px;
  margin-bottom: 30px;
  float: left;
  background-color: #E6E3E1;
  border-right: 20px solid #BD9B5F;
}
@media only screen and (max-width: 767px) {
  .image-text-plus-gallery .block .thumbnail {
    display: none;
  }
}
.image-text-plus-gallery .block .description {
  padding: 20px 0 0;
}
@media only screen and (max-width: 767px) {
  .image-text-plus-gallery .block .description {
    padding: 18px 28px 0 28px;
    display: flex;
    flex-flow: column;
  }
}
.image-text-plus-gallery .block .headers {
  position: relative;
  margin-bottom: 46px;
  padding: 0 56px;
}
@media only screen and (max-width: 767px) {
  .image-text-plus-gallery .block .headers {
    padding: 0;
    order: 1;
    margin-bottom: 15px;
  }
}
.image-text-plus-gallery .block .headers:before {
  content: "";
  position: absolute;
  top: -52px;
  bottom: -25px;
  left: 37px;
  right: -55px;
  background-color: rgba(145, 134, 122, 0.2);
  pointer-events: none;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .image-text-plus-gallery .block .headers:before {
    top: -20px;
    left: -28px;
    right: -28px;
    bottom: -124px;
  }
}
.image-text-plus-gallery .block .headers h4, .image-text-plus-gallery .block .headers h5 {
  font: 52px/56px "Didot", sans-serif;
}
@media only screen and (max-width: 767px) {
  .image-text-plus-gallery .block .headers h4, .image-text-plus-gallery .block .headers h5 {
    font-size: 36px;
    line-height: 40px;
  }
}
.image-text-plus-gallery .block .headers h5 {
  color: #BD9B5F;
}
.image-text-plus-gallery .block .text {
  font: 16px/24px "Garamond", Arial;
  color: #3A3632;
  margin-bottom: 15px;
  padding: 0 56px 0 0;
  overflow: hidden;
}
@media only screen and (max-width: 780px) {
  .image-text-plus-gallery .block .text {
    padding: 0 56px;
  }
}
@media only screen and (max-width: 767px) {
  .image-text-plus-gallery .block .text {
    margin-top: 24px;
    font-size: 16px;
    line-height: 24px;
    border-bottom: 20px solid #BD9B5F;
    padding: 0 0 13px 0;
    order: 3;
    margin-bottom: 0;
  }
}
.image-text-plus-gallery .block .only-text {
  background: none;
  color: #8A7038;
  text-decoration: underline;
  line-height: 39px;
  padding: 0;
  height: auto;
  margin-top: 41px;
}
@media only screen and (max-width: 767px) {
  .image-text-plus-gallery .block .only-text {
    line-height: 52px;
    margin-top: 3px;
  }
}
.image-text-plus-gallery .block .only-text:hover {
  text-decoration: none;
  color: #BD9B5F;
}
.image-text-plus-gallery .gallery-slider-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .image-text-plus-gallery .gallery-slider-wrapper {
    order: 2;
    overflow: visible;
  }
}
.image-text-plus-gallery .slideshow {
  position: relative;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.image-text-plus-gallery .slideshow .slideshow-wrapper {
  width: 33.3%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .image-text-plus-gallery .slideshow .slideshow-wrapper {
    width: 100%;
  }
}
.image-text-plus-gallery .slideshow .photo {
  width: 100%;
  height: 275px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .image-text-plus-gallery .slideshow .photo {
    height: 220px;
  }
}
.image-text-plus-gallery .slideshow .swiper-slide:before {
  content: "";
  height: 25px;
  width: 25px;
  background-image: url("../images/expand.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  bottom: 10px;
  transform: none;
  opacity: 0;
  visibility: hidden;
  transition: all 350ms ease-in-out;
  z-index: 1;
}
.image-text-plus-gallery .slideshow .swiper-slide:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  transform: none;
  opacity: 1;
  visibility: visible;
  transition: all 350ms ease-in-out;
}
.image-text-plus-gallery .slideshow .swiper-slide.swiper-slide-active:after, .image-text-plus-gallery .slideshow .swiper-slide.swiper-slide-duplicate-active:after, .image-text-plus-gallery .slideshow .swiper-slide:hover:after {
  opacity: 0;
  visibility: hidden;
}
.image-text-plus-gallery .slideshow .swiper-slide.swiper-slide-active:before, .image-text-plus-gallery .slideshow .swiper-slide.swiper-slide-duplicate-active:before, .image-text-plus-gallery .slideshow .swiper-slide:hover:before {
  opacity: 1;
  visibility: visible;
}
.image-text-plus-gallery .slideshow-navigation {
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  transform: translateY(-50%);
}
.image-text-plus-gallery .slideshow-navigation .slideshow-button {
  position: absolute;
  top: calc(50% - 25px);
  width: 50px;
  height: 50px;
  background: #ffffff;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .image-text-plus-gallery .slideshow-navigation .slideshow-button {
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
  }
}
.image-text-plus-gallery .slideshow-navigation .slideshow-button:hover {
  background: #BD9B5F;
}
.image-text-plus-gallery .slideshow-navigation .slideshow-button:hover:after {
  border-color: #ffffff;
}
.image-text-plus-gallery .slideshow-navigation .slideshow-button:after {
  border-color: #BD9B5F;
}
.image-text-plus-gallery .slideshow-navigation .slideshow-button.previous {
  left: 77px;
}
@media only screen and (max-width: 767px) {
  .image-text-plus-gallery .slideshow-navigation .slideshow-button.previous {
    left: -15px;
  }
}
.image-text-plus-gallery .slideshow-navigation .slideshow-button.next {
  right: 77px;
}
@media only screen and (max-width: 767px) {
  .image-text-plus-gallery .slideshow-navigation .slideshow-button.next {
    right: -15px;
  }
}

.newsletter-form-acm {
  display: none;
}

#newsletter-form-page label {
  display: none !important;
}
#newsletter-form-page .terms-privacy label {
  display: block !important;
}

#newsletter-popup.newsletter-popup {
  display: block;
  padding: 100px 60px;
  overflow: auto;
}
#newsletter-popup.newsletter-popup .close-popup {
  width: 60px;
  height: 60px;
  top: -60px;
  right: -60px;
  position: absolute;
  transition: transform 200ms ease;
}
#newsletter-popup.newsletter-popup .close-popup:hover {
  transform: rotate(90deg);
}
@media only screen and (max-width: 1023px) {
  #newsletter-popup.newsletter-popup .close-popup:hover {
    transform: none;
  }
}
#newsletter-popup.newsletter-popup .close-popup:before, #newsletter-popup.newsletter-popup .close-popup:after {
  content: "";
  display: block;
  width: 2px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #ffffff;
}
#newsletter-popup.newsletter-popup .close-popup:before {
  transform: translate(-50%, -50%) rotate(-45deg);
  transform-origin: center;
}
#newsletter-popup.newsletter-popup .close-popup:after {
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: center;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #newsletter-popup.newsletter-popup .close-popup {
    right: 0;
    width: 40px;
    height: 40px;
    top: -40px;
  }
  #newsletter-popup.newsletter-popup .close-popup:before, #newsletter-popup.newsletter-popup .close-popup:after {
    height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #newsletter-popup.newsletter-popup .close-popup {
    top: -30px;
    right: 0;
    width: 20px;
    height: 20px;
  }
  #newsletter-popup.newsletter-popup .close-popup:before, #newsletter-popup.newsletter-popup .close-popup:after {
    height: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  #newsletter-popup.newsletter-popup {
    padding: 100px 20px;
  }
}
#newsletter-popup.newsletter-popup.final-visible .newsletter-popup-wrapper {
  opacity: 1;
}
#newsletter-popup.newsletter-popup #newsletter-form .custom-checkbox {
  visibility: visible;
  text-transform: none;
}
#newsletter-popup.newsletter-popup #newsletter-form .custom-checkbox label {
  color: #222;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 0.99px;
}
@media only screen and (max-width: 767px) {
  #newsletter-popup.newsletter-popup #newsletter-form .custom-checkbox label {
    font-size: 10px;
    line-height: 14px;
  }
}
#newsletter-popup.newsletter-popup #newsletter-form .custom-checkbox label em {
  position: absolute;
  left: 32px;
  top: -5px;
}

.newsletter-popup-wrapper {
  position: relative;
  background: #fff;
  padding: 0;
  max-width: 970px;
  opacity: 0;
  transition: opacity 400ms ease;
}
.newsletter-popup-wrapper .content-wrapper {
  display: flex;
  min-height: 600px;
}
@media only screen and (max-width: 767px) {
  .newsletter-popup-wrapper .content-wrapper {
    min-height: 0;
  }
}
.newsletter-popup-wrapper .content-wrapper .column-left {
  width: 47%;
}
.newsletter-popup-wrapper .content-wrapper .column-left .thumb {
  position: relative;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .newsletter-popup-wrapper .content-wrapper .column-left {
    display: none;
  }
}
.newsletter-popup-wrapper .content-wrapper .column-right {
  width: 54%;
  padding: 30px 50px 20px;
}
@media only screen and (max-width: 767px) {
  .newsletter-popup-wrapper .content-wrapper .column-right {
    padding: 20px;
    width: 100%;
  }
}
.newsletter-popup-wrapper .content-wrapper .column-right .form {
  display: block;
  padding: 0;
  margin-bottom: 0;
}
.newsletter-popup-wrapper .content-wrapper .column-right .form legend {
  display: block;
  font: normal 28px/1.2 "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2.8px;
  text-align: center;
  color: #8A7038;
}
@media only screen and (max-width: 767px) {
  .newsletter-popup-wrapper .content-wrapper .column-right .form legend {
    font-size: 22px;
  }
}
.newsletter-popup-wrapper .content-wrapper .column-right .form .form-headings {
  margin-bottom: 5px;
}
.newsletter-popup-wrapper .content-wrapper .column-right .form h3,
.newsletter-popup-wrapper .content-wrapper .column-right .form .h3 {
  font: 600 16px/1.2 "Montserrat", sans-serif;
  letter-spacing: 1.4px;
  text-align: center;
  color: #3A3632;
  margin: 10px 0 15px;
}
@media only screen and (max-width: 767px) {
  .newsletter-popup-wrapper .content-wrapper .column-right .form h3,
.newsletter-popup-wrapper .content-wrapper .column-right .form .h3 {
    font-size: 14px;
  }
}
.newsletter-popup-wrapper .content-wrapper .column-right .form .text-required {
  font: normal 12px/1.2 "Montserrat", sans-serif;
  text-align: right;
  letter-spacing: 0.7px;
  color: #3A3632;
}
.newsletter-popup-wrapper .content-wrapper .column-right .form label {
  display: none;
  font: 300 12px/1.2 "Montserrat", sans-serif;
  letter-spacing: 0.8px;
  text-align: left;
  color: #3A3632;
}
.newsletter-popup-wrapper .content-wrapper .column-right .form em {
  color: #8A7038;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}
.newsletter-popup-wrapper .content-wrapper .column-right .form input[type=text],
.newsletter-popup-wrapper .content-wrapper .column-right .form input[type=number],
.newsletter-popup-wrapper .content-wrapper .column-right .form input[type=email],
.newsletter-popup-wrapper .content-wrapper .column-right .form input[type=phone],
.newsletter-popup-wrapper .content-wrapper .column-right .form input[type=url],
.newsletter-popup-wrapper .content-wrapper .column-right .form input[type=datepicker],
.newsletter-popup-wrapper .content-wrapper .column-right .form textarea,
.newsletter-popup-wrapper .content-wrapper .column-right .form select {
  width: 100%;
  border-color: #BFB7B0;
}
@media only screen and (max-width: 767px) {
  .newsletter-popup-wrapper .content-wrapper .column-right .form input[type=text],
.newsletter-popup-wrapper .content-wrapper .column-right .form input[type=number],
.newsletter-popup-wrapper .content-wrapper .column-right .form input[type=email],
.newsletter-popup-wrapper .content-wrapper .column-right .form input[type=phone],
.newsletter-popup-wrapper .content-wrapper .column-right .form input[type=url],
.newsletter-popup-wrapper .content-wrapper .column-right .form input[type=datepicker],
.newsletter-popup-wrapper .content-wrapper .column-right .form textarea,
.newsletter-popup-wrapper .content-wrapper .column-right .form select {
    height: 40px;
    line-height: 40px;
  }
}
.newsletter-popup-wrapper .content-wrapper .column-right .form input[type=submit] {
  width: 100%;
  color: #ffffff;
  background-color: #8A7038;
}
.newsletter-popup-wrapper .content-wrapper .column-right .form input[type=submit]:hover {
  color: #3A3632;
  background-color: #BFB7B0;
}
.newsletter-popup-wrapper .content-wrapper .column-right .form p {
  position: relative;
}
.newsletter-popup-wrapper .content-wrapper .column-right .form p.required:after {
  content: "*";
  position: absolute;
  top: 7px;
  left: 8px;
  color: #8A7038;
  font-size: 14px;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
}
.newsletter-popup-wrapper .content-wrapper .column-right .form p.type_checkbox {
  margin-bottom: 0;
}
.newsletter-popup-wrapper .content-wrapper .column-right .form p.type_checkbox label {
  display: block;
}
@media only screen and (max-width: 767px) {
  .newsletter-popup-wrapper .content-wrapper .column-right .form p {
    margin-bottom: 10px;
  }
}
.newsletter-popup-wrapper .content-wrapper .column-right .form .custom-checkbox {
  padding-left: 3.5em;
}
.newsletter-popup-wrapper .content-wrapper .column-right .form .custom-checkbox:before {
  border-radius: 0;
  border: #BFB7B0 1px solid;
  width: 35px;
  height: 35px;
  top: 0;
}
.newsletter-popup-wrapper .content-wrapper .column-right .form .custom-checkbox:after {
  content: "";
  border: none;
  width: 15px;
  height: 15px;
  top: 10px;
  left: 10px;
  border-radius: 0;
  transform: scale(2);
  background: #8A7038;
}
.newsletter-popup-wrapper .content-wrapper .column-right .form .custom-checkbox.checked:after {
  transform: scale(1);
}
.newsletter-popup-wrapper .content-wrapper .column-right .form .custom-checkbox #privacy-statement {
  visibility: visible;
  opacity: 1;
}
.newsletter-popup-wrapper .content-wrapper .column-right .form .custom-checkbox .checked.active #privacy-statement:before {
  background: #8A7038;
}
.newsletter-popup-wrapper .content-wrapper .column-right .form .controls p {
  margin-bottom: 0;
}
.newsletter-popup-wrapper .content-wrapper .column-right .form .controls legend {
  display: none;
}
.newsletter-popup-wrapper .content-wrapper .column-right .thankyou-block {
  display: none;
  position: relative;
  height: 100%;
}
.newsletter-popup-wrapper .content-wrapper .column-right .thankyou-block.visible {
  display: block;
}
.newsletter-popup-wrapper .content-wrapper .column-right .thankyou-block .thankyou-block-headings {
  border-bottom: 1px solid #BFB7B0;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
.newsletter-popup-wrapper .content-wrapper .column-right .thankyou-block .thankyou-block-headings h2.h1-like {
  display: block;
  font: normal 28px/1.2 "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2.8px;
  text-align: center;
  color: #8A7038;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .newsletter-popup-wrapper .content-wrapper .column-right .thankyou-block .thankyou-block-headings h2.h1-like {
    font-size: 22px;
  }
}
.newsletter-popup-wrapper .content-wrapper .column-right .thankyou-block .thankyou-block-headings h3 {
  font: 600 16px/1.2 "Montserrat", sans-serif;
  letter-spacing: 1.4px;
  text-align: center;
  color: #3A3632;
  margin: 10px 0 15px;
}
@media only screen and (max-width: 767px) {
  .newsletter-popup-wrapper .content-wrapper .column-right .thankyou-block .thankyou-block-headings h3 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .newsletter-popup-wrapper .content-wrapper .column-right .thankyou-block .thankyou-block-headings {
    margin-bottom: 20px;
  }
}
.newsletter-popup-wrapper .content-wrapper .column-right .thankyou-block .thankyou-block-content {
  position: relative;
}
.newsletter-popup-wrapper .content-wrapper .column-right .thankyou-block .thankyou-block-content .text {
  font: 300 16px/2 "Montserrat", sans-serif;
  letter-spacing: 1.4px;
  text-align: left;
  color: #3A3632;
  padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .newsletter-popup-wrapper .content-wrapper .column-right .thankyou-block .thankyou-block-content .text {
    font-size: 14px;
    line-height: 1.5;
  }
}
.newsletter-popup-wrapper .content-wrapper .column-right .thankyou-block .close-popup-content {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.gallery-slider-acm-section {
  position: relative;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .gallery-slider-acm-section {
    margin-bottom: 30px;
  }
}
.gallery-slider-acm-section .center-column {
  text-align: center;
}
.gallery-slider-acm-section .center-column .h1-like {
  font: normal 28px/1.2 "Montserrat", sans-serif;
  letter-spacing: 2.8px;
  color: #BD9B5F;
  text-transform: uppercase;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .gallery-slider-acm-section .center-column .h1-like {
    margin-bottom: 25px;
    font-size: 20px;
  }
}
.gallery-slider-acm-section .gallery-slider-block {
  margin-bottom: 60px;
}
.gallery-slider-acm-section .gallery-slider-block.center-column {
  max-width: 1920px;
  padding: 0;
  height: 700px;
  margin: 0 auto;
  background: #E6E3E1;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .gallery-slider-acm-section .gallery-slider-block.center-column {
    height: 300px;
  }
}
.gallery-slider-acm-section .gallery-slider-block.center-column .slideshow {
  width: 100%;
  height: 100%;
}
.gallery-slider-acm-section .gallery-slider-block.center-column .swiper-pagination {
  bottom: 58px;
}
@media only screen and (max-width: 767px) {
  .gallery-slider-acm-section .gallery-slider-block.center-column .swiper-pagination {
    bottom: 20px;
  }
}
.gallery-slider-acm-section .gallery-slider-block.center-column .slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.gallery-slider-acm-section .gallery-slider-block .slideshow-button {
  position: absolute;
  background: #ffffff;
  width: 50px;
  height: 50px;
}
.gallery-slider-acm-section .gallery-slider-block .slideshow-button:after {
  border: 3px solid #BD9B5F;
  border-bottom: 0;
  border-left: 0;
}
.gallery-slider-acm-section .gallery-slider-block .slideshow-button.next {
  right: 115px;
}
.gallery-slider-acm-section .gallery-slider-block .slideshow-button.previous {
  left: 115px;
}
.gallery-slider-acm-section .gallery-slider-block .slideshow-button:hover {
  background: #BD9B5F;
}
.gallery-slider-acm-section .gallery-slider-block .slideshow-button:hover:after {
  border: 3px solid #ffffff;
  border-bottom: 0;
  border-left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .gallery-slider-acm-section .gallery-slider-block .slideshow-button.next {
    right: 60px;
  }
  .gallery-slider-acm-section .gallery-slider-block .slideshow-button.previous {
    left: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .gallery-slider-acm-section .gallery-slider-block .slideshow-button {
    display: none;
  }
}

.property-info .center-column {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 44px 60px 44px;
}
@media only screen and (max-width: 1023px) {
  .property-info .center-column {
    flex-flow: column;
    padding: 50px 28px 30px;
  }
}
.property-info .col {
  width: 33.3%;
}
@media only screen and (max-width: 1023px) {
  .property-info .col {
    width: 100%;
  }
}
.property-info .col.logo img {
  display: block;
  padding: 0 5px;
  max-height: 245px;
  max-width: 350px;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .property-info .col.logo img {
    padding: 0;
    max-width: 290px;
    margin: 0 auto;
  }
}
.property-info .col.image img {
  display: block;
  width: 100%;
  height: auto;
  padding: 0 5px;
}
@media only screen and (max-width: 767px) {
  .property-info .col.image img {
    height: 205px;
    padding: 0;
  }
}
.property-info .col.property-info {
  padding: 0 20px;
}
@media only screen and (max-width: 1023px) {
  .property-info .col.property-info {
    border-bottom: 1px solid #BD9B5F;
    padding: 0 0 15px 0;
    padding-left: calc((100% - 400px) / 2);
    padding-right: calc((100% - 400px) / 2);
  }
}
@media screen and (max-width: 500px) {
  .property-info .col.property-info {
    padding-left: 0;
    padding-right: 0;
  }
}
.property-info .col .address {
  position: relative;
}
.property-info .col .info, .property-info .col .phone, .property-info .col .email {
  font: 600 12px/22px "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  color: #3A3632;
  display: block;
  padding-left: 40px;
  position: relative;
  margin-bottom: 10px;
}
.property-info .col .info {
  padding-top: 20px;
}
.property-info .col .phone {
  padding-top: 10px;
}
.property-info .col .email {
  padding-top: 10px;
}
.property-info .col .email svg {
  top: 8px;
}
.property-info .col svg {
  position: absolute;
  left: 0;
  top: 0;
}
.property-info .col a:hover {
  color: #BD9B5F;
}

.contacts-list-acm {
  margin: 30px 0 60px;
}
@media only screen and (max-width: 767px) {
  .contacts-list-acm {
    margin: 18px 0 30px;
  }
}
.contacts-list-acm .center-column {
  max-width: 1692px;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .contacts-list-acm .center-column {
    padding: 0 28px;
  }
}
.contacts-list-acm .center-column .first-block {
  margin-bottom: 50px;
  position: relative;
}
.contacts-list-acm .center-column .first-block h4, .contacts-list-acm .center-column .first-block .h4, .contacts-list-acm .center-column .first-block h5 {
  color: #3A3632;
  font: 600 14px/1.2 "Montserrat", sans-serif;
  text-align: center;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  position: relative;
  padding: 0;
  margin-bottom: 15px;
}
.contacts-list-acm .center-column .first-block h5 {
  margin-bottom: 10px;
}
.contacts-list-acm .center-column .first-block .email-link {
  display: block;
  font: normal 22px/1.2 "Garamond", Arial;
  color: #3A3632;
  text-decoration: none;
}
.contacts-list-acm .center-column .first-block .email-link:hover {
  color: #8A7038;
}
.contacts-list-acm .center-column .first-block .button {
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .contacts-list-acm .center-column .first-block {
    margin-bottom: 15px;
  }
  .contacts-list-acm .center-column .first-block .button {
    margin-top: 15px;
  }
  .contacts-list-acm .center-column .first-block .email-link {
    font-size: 16px;
  }
}
.contacts-list-acm .center-column .blocks-wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 760px;
  margin: 0 auto;
  flex-flow: wrap;
}
@media only screen and (max-width: 767px) {
  .contacts-list-acm .center-column .blocks-wrapper {
    flex-flow: column;
  }
}
.contacts-list-acm .center-column .blocks-wrapper .block {
  width: 50%;
  margin: 0 auto 30px;
  max-width: 330px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .contacts-list-acm .center-column .blocks-wrapper .block {
    width: 100%;
    max-width: 100%;
    margin: 0 0 15px 0;
  }
}
.contacts-list-acm .center-column .blocks-wrapper .block .thumbnail {
  width: 120px;
  height: 120px;
  position: relative;
  display: inline-block;
  margin-bottom: 26px;
}
@media only screen and (max-width: 767px) {
  .contacts-list-acm .center-column .blocks-wrapper .block .thumbnail {
    width: 100px;
    height: 100px;
    margin-bottom: 14px;
  }
}
.contacts-list-acm .center-column .blocks-wrapper .block .thumbnail:after {
  content: "";
  width: 102px;
  height: 102px;
  background: rgba(188, 154, 95, 0.2);
  position: absolute;
  left: 37px;
  top: 28px;
  border-radius: 50%;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .contacts-list-acm .center-column .blocks-wrapper .block .thumbnail:after {
    width: 80px;
    height: 80px;
    left: 30px;
    top: 20px;
  }
}
.contacts-list-acm .center-column .blocks-wrapper .block h4, .contacts-list-acm .center-column .blocks-wrapper .block .h4 {
  color: #3A3632;
  font: 600 12px/1.2 "Montserrat", sans-serif;
  text-align: center;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  position: relative;
  padding-top: 32px;
  margin: 20px 0 5px;
}
.contacts-list-acm .center-column .blocks-wrapper .block h4:before, .contacts-list-acm .center-column .blocks-wrapper .block .h4:before {
  content: "";
  width: 15px;
  height: 15px;
  background: #BD9B5F;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .contacts-list-acm .center-column .blocks-wrapper .block h4, .contacts-list-acm .center-column .blocks-wrapper .block .h4 {
    margin: 10px 0 5px;
  }
}
.contacts-list-acm .center-column .blocks-wrapper .block p {
  font: normal 22px/1.2 "Garamond", Arial;
  color: #3A3632;
}
@media only screen and (max-width: 767px) {
  .contacts-list-acm .center-column .blocks-wrapper .block p {
    font-size: 16px;
    line-height: 22px;
  }
}
.contacts-list-acm .center-column .blocks-wrapper .block .email-link {
  display: block;
  font: normal 22px/1.2 "Garamond", Arial;
  color: #3A3632;
  text-decoration: none;
}
.contacts-list-acm .center-column .blocks-wrapper .block .email-link:hover {
  color: #8A7038;
}
.contacts-list-acm .center-column .blocks-wrapper .block .text-link {
  height: auto;
  background: transparent;
  padding: 0;
}
.contacts-list-acm .center-column .blocks-wrapper .block .text-link:hover {
  background: transparent;
}

.additional-content .center-column {
  max-width: 834px;
  padding: 0 30px;
  margin: 0 auto;
}

.acm-block-layout.audio-block {
  display: block;
  width: 100%;
  min-height: 60px;
  margin: 20px 0 40px;
  text-align: center;
}
.acm-block-layout.audio-block img {
  width: 100%;
  max-width: 300px;
  position: relative;
}
.acm-block-layout.audio-block figure {
  display: flex;
  justify-content: center;
  align-items: center;
}
.acm-block-layout.audio-block .play-audio {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  position: relative;
  display: block;
  padding: 0 20px 0 62px;
  color: #000000;
  line-height: 1.2;
  height: 60px;
  border: 2px solid #BD9B5F;
  background-color: #BD9B5F;
  text-transform: uppercase;
  z-index: 10;
}
.acm-block-layout.audio-block .play-audio::before {
  content: "";
  position: absolute;
  top: 0;
  left: 16px;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 12px 0;
  font-size: 0;
  border-radius: 50%;
  background: #000000 url(../images/audio-icon.svg) 50% 50% no-repeat;
  background-size: 26px 26px;
}
.acm-block-layout.audio-block .play-audio:hover {
  color: #000000;
  background-color: #BFB7B0;
  border: 2px solid #BFB7B0;
}
@media only screen and (max-width: 767px) {
  .acm-block-layout.audio-block .play-audio {
    text-align: left;
  }
}
.acm-block-layout.audio-block audio {
  position: relative;
  display: none;
  opacity: 0;
  transition: opacity 0.4s;
  z-index: 20;
}
.acm-block-layout.audio-block.audio-show .play-audio {
  font-size: 0;
  padding: 0 20px 0 40px;
  background-color: #ffffff;
  border-color: #ffffff;
}
.acm-block-layout.audio-block.audio-show .play-audio::before {
  background: #000000 url(../images/close-light.svg) 50% 50% no-repeat;
}
.acm-block-layout.audio-block.audio-show audio {
  display: block;
  opacity: 1;
}

.gift-card-acm {
  text-align: center;
  margin-bottom: 40px;
}
.gift-card-acm .select-wrapper {
  margin: 0 0 40px;
}
.gift-card-acm .property-list-wrapper {
  margin: 0 auto 30px;
  max-width: 580px;
}
@media only screen and (max-width: 767px) {
  .gift-card-acm .property-list-wrapper {
    margin-bottom: 15px;
  }
}
.gift-card-acm .property-list-wrapper.active .property-dropdown {
  opacity: 1;
  visibility: visible;
  position: relative;
  margin-bottom: 0;
}
.gift-card-acm .property-list-wrapper.active .property-list-button {
  color: #8A7038;
}
.gift-card-acm .property-list-wrapper.active .property-list-button span:after {
  transform: rotate(135deg) translateY(-50%);
  border-color: #BD9B5F;
  margin-top: -6px;
  right: 7px;
}
.gift-card-acm .property-list-button {
  text-transform: uppercase;
  font: 18px/90px "Montserrat", sans-serif;
  color: #8A7038;
  letter-spacing: 2px;
  position: relative;
  padding: 0 30px;
  width: 100%;
  border: 1px solid #8A7038;
}
.gift-card-acm .property-list-button span {
  position: relative;
}
.gift-card-acm .property-list-button span.desktop {
  padding-right: 30px;
}
.gift-card-acm .property-list-button span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #8A7038;
  border-left: 1px solid #8A7038;
  transform: rotate(-45deg) translateY(-50%);
  margin-top: -2px;
  pointer-events: none;
  transition: border-color 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .gift-card-acm .property-list-button span:after {
    margin-top: -6px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .gift-card-acm .property-list-button {
    font-size: 14px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .gift-card-acm .property-list-button {
    width: 100%;
    font-weight: 600;
    padding: 0;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 50px;
  }
}
.gift-card-acm .property-list-button:before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  display: inline-block;
  height: 100%;
  width: 0;
  background: #8A7038;
  transition: width 350ms ease-in-out;
}
.gift-card-acm .property-dropdown {
  background: #FFFDFB;
  padding: 35px 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: opacity 350ms ease-in-out;
  border: 1px solid #8A7038;
  border-top: 0;
}
@media only screen and (max-width: 767px) {
  .gift-card-acm .property-dropdown {
    padding: 30px;
    overflow: auto;
  }
}
.gift-card-acm .property-button-wrapper {
  margin: 0 auto;
  text-align: center;
}
.gift-card-acm .inner-wrapper {
  display: block;
  max-width: 480px;
  margin: 0 auto;
}
.gift-card-acm .property-button {
  text-align: left;
  position: relative;
  display: block;
  padding-left: 48px;
  font: 500 14px/26px "Montserrat", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.gift-card-acm .property-button:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border: 1px solid #8A7038;
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
  transition: background-color 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .gift-card-acm .property-button:before {
    width: 22px;
    height: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .gift-card-acm .property-button {
    margin-bottom: 5px;
  }
}
.gift-card-acm .property-button:hover {
  color: #8A7038;
}
.gift-card-acm .property-button.active {
  color: #8A7038;
}
.gift-card-acm .property-button.active:before {
  background: #8A7038;
}
.gift-card-acm .property-button.hidden {
  display: none;
}
.gift-card-acm .gift-card-blocks-wrapper .gift-card-block.hidden {
  display: none;
}
.gift-card-acm .gift-card-blocks-wrapper .gift-card-block.show {
  display: block;
}

.custom-filters {
  margin-bottom: 80px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .custom-filters {
    margin-bottom: 30px;
  }
}
.custom-filters .center-column h3 {
  font: 46px/48px "Didot", sans-serif;
  letter-spacing: 1px;
  color: #91867A;
  margin-bottom: 50px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .custom-filters .center-column h3 {
    font-size: 36px;
    line-height: 38px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .custom-filters .filters-wrapper {
    padding: 0 28px;
  }
}
.custom-filters .filters-wrapper .buttons-wrapper {
  border: 1px solid #8A7038;
  border-left: none;
  border-right: none;
  max-width: 870px;
  margin: 0 auto;
  position: relative;
  font-size: 0;
}
.custom-filters .filters-wrapper .buttons-wrapper:after {
  content: "";
  height: 100%;
  width: 1px;
  background: #8A7038;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .custom-filters .filters-wrapper .buttons-wrapper:after {
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
.custom-filters .filters-wrapper button {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  font: 300 18px/65px "Montserrat", sans-serif;
  color: #8A7038;
  letter-spacing: 2px;
  position: relative;
  padding: 0 0 3px;
  width: 50%;
  height: 65px;
  cursor: pointer;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .custom-filters .filters-wrapper button {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .custom-filters .filters-wrapper button {
    width: 100%;
    font-size: 15px;
    line-height: 52px;
    height: 50px;
    padding: 0 8px;
    text-align: left;
    letter-spacing: 1px;
  }
}
.custom-filters .filters-wrapper button:hover {
  color: #BD9B5F;
}
.custom-filters .filters-wrapper button:hover span:after {
  border-color: #BD9B5F;
}
.custom-filters .filters-wrapper button span {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-right: 40px;
}
@media only screen and (max-width: 767px) {
  .custom-filters .filters-wrapper button span {
    padding-right: 20px;
    width: 100%;
  }
}
.custom-filters .filters-wrapper button span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #8A7038;
  border-left: 1px solid #8A7038;
  transform: rotate(-45deg) translateY(-50%);
  margin-top: -4px;
  pointer-events: none;
  transition: border-color 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .custom-filters .filters-wrapper button span:after {
    margin-top: -6px;
  }
}
.custom-filters .filters-wrapper button.active {
  color: #BD9B5F;
}
.custom-filters .filters-wrapper button.active span:after {
  transform: rotate(135deg) translateY(-50%);
  border-color: #BD9B5F;
  margin-top: -6px;
  right: 7px;
}
.custom-filters .checkbox-dropdown {
  background: #FFFDFB;
  padding: 35px 0 0 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 350ms ease-in-out;
}
.custom-filters .checkbox-dropdown.active {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 767px) {
  .custom-filters .checkbox-dropdown {
    padding: 60px 58px 0 58px;
    overflow: auto;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 81;
  }
}
.custom-filters .checkbox-dropdown.left-dropdown-wrapper {
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  .custom-filters .checkbox-dropdown.left-dropdown-wrapper {
    padding: 60px 58px 0 58px;
  }
}
.custom-filters .checkbox-dropdown.left-dropdown-wrapper .cols-wrapper {
  float: left;
  align-items: flex-end;
  padding-left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .custom-filters .checkbox-dropdown.left-dropdown-wrapper .inner-wrapper {
    width: 310px;
  }
}
.custom-filters .checkbox-dropdown.left-dropdown-wrapper .col {
  width: 100%;
}
.custom-filters .checkbox-dropdown .close-button {
  display: none;
  position: absolute;
  right: 30px;
  top: 25px;
  width: 45px;
  height: 45px;
  font-size: 0;
  text-indent: -9999em;
}
.custom-filters .checkbox-dropdown .close-button:before, .custom-filters .checkbox-dropdown .close-button:after {
  position: absolute;
  content: "";
  height: 45px;
  width: 1px;
  background-color: #000000;
  top: 0;
  right: 50%;
}
.custom-filters .checkbox-dropdown .close-button:before {
  transform: rotate(-45deg);
}
.custom-filters .checkbox-dropdown .close-button:after {
  transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .custom-filters .checkbox-dropdown .close-button {
    display: block;
  }
}
.custom-filters .cols-wrapper {
  float: right;
  width: 50%;
  display: flex;
  align-items: flex-start;
  flex-flow: column;
  padding-left: 35px;
}
@media only screen and (max-width: 767px) {
  .custom-filters .cols-wrapper {
    width: 100%;
    padding-left: 0;
  }
}
.custom-filters .inner-wrapper {
  display: flex;
  max-width: 400px;
  flex-flow: wrap;
}
.custom-filters .col {
  margin-bottom: 2px;
  text-align: left;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .custom-filters .col {
    margin-bottom: 5px;
  }
}
.custom-filters .col input[type=checkbox] {
  display: none;
}
.custom-filters .col input[type=checkbox]:checked + label {
  color: #8A7038;
}
.custom-filters .col input[type=checkbox]:checked + label:before {
  background: #8A7038;
}
.custom-filters .col label, .custom-filters .col .clear-filters {
  font: 600 14px/26px "Montserrat", sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  display: block;
  letter-spacing: 1px;
  color: #3A3632;
  padding-left: 48px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .custom-filters .col label, .custom-filters .col .clear-filters {
    font-size: 12px;
    line-height: 35px;
  }
}
.custom-filters .col label:before, .custom-filters .col .clear-filters:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border: 1px solid #8A7038;
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
  transition: background-color 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .custom-filters .col label:before, .custom-filters .col .clear-filters:before {
    width: 22px;
    height: 22px;
  }
}
.custom-filters .col label:hover, .custom-filters .col .clear-filters:hover {
  color: #8A7038;
  transition: color 350ms ease-in-out;
}
.custom-filters .col .clear-filters {
  margin: 29px 0 0;
}
.custom-filters .col .clear-filters.active:before {
  background: #8A7038;
}
.custom-filters .show-results {
  margin: 31px 0 36px;
  padding: 0 20px;
  width: 250px;
}
.custom-filters .show-results.no-results {
  pointer-events: none;
  background: #E6E3E1;
}
@media only screen and (max-width: 767px) {
  .custom-filters .show-results {
    width: 100%;
    height: 60px;
  }
}

.custom-list-wrapper {
  margin-bottom: 80px;
}

.custom-list {
  max-width: 1130px;
  padding: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.custom-list .custom-block {
  width: calc(33.3% - 26px);
  background: #fff;
  border: 10px solid #E6E3E1;
  position: relative;
  margin: 0 13px 45px 13px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .custom-list .custom-block {
    width: calc(50% - 26px);
  }
}
@media only screen and (max-width: 767px) {
  .custom-list .custom-block {
    width: 100%;
    margin: 0 28px 20px 28px;
  }
}
.custom-list .custom-block .thumbnail {
  position: relative;
  width: 100%;
  height: 240px;
  background: #E6E3E1;
}
@media only screen and (max-width: 767px) {
  .custom-list .custom-block .thumbnail {
    height: 170px;
  }
}
.custom-list .custom-block .description {
  background: #fff;
  font: 16px/24px "Garamond", Arial;
  color: #3A3632;
  padding: 25px 30px 90px 30px;
}
@media only screen and (max-width: 767px) {
  .custom-list .custom-block .description {
    text-align: center;
    padding: 12px 20px 48px;
  }
}
@media only screen and (max-width: 767px) {
  .custom-list .custom-block .description p {
    display: none;
  }
}
.custom-list .custom-block h3 {
  font: 24px/30px "Montserrat", sans-serif;
  color: #8A7038;
  margin-bottom: 19px;
}
@media only screen and (max-width: 767px) {
  .custom-list .custom-block h3 {
    margin-bottom: 0;
  }
}
.custom-list .custom-block h3 span {
  display: block;
}
.custom-list .custom-block nav {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 23px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .custom-list .custom-block nav {
    justify-content: center;
    bottom: 0;
  }
}
.custom-list .custom-block .book-now {
  line-height: 39px;
  height: auto;
  padding: 0 45px;
}
@media only screen and (max-width: 767px) {
  .custom-list .custom-block .book-now {
    display: none;
  }
}
.custom-list .custom-block .only-text {
  background: none;
  color: #8A7038;
  text-decoration: underline;
  line-height: 39px;
  padding: 0;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .custom-list .custom-block .only-text {
    line-height: 52px;
  }
}
.custom-list .custom-block .only-text:hover {
  text-decoration: none;
  color: #BD9B5F;
}

.custom-list-wrapper.long-list .custom-block {
  display: none;
}
.custom-list-wrapper.long-list .show-more {
  background: none;
  color: #8A7038;
  width: 100%;
  margin: 10px 15px 0;
  height: 75px;
  line-height: 75px;
  border: 1px solid #BFB7B0;
}
.custom-list-wrapper.long-list .show-more:hover {
  background: #8A7038;
  color: #ffffff;
  border-color: #8A7038;
}
@media only screen and (max-width: 767px) {
  .custom-list-wrapper.long-list .show-more {
    margin: 10px 28px 0;
    font-size: 15px;
    font-weight: 300;
    height: 60px;
    line-height: 58px;
    border-color: #BD9B5F;
  }
}

.large-countdown {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 2rem;
  width: 100%;
  text-align: center;
  padding-bottom: 45px;
}
@media (max-width: 1128px) {
  .large-countdown {
    width: calc(100% - 30px);
  }
}
@media (max-width: 480px) {
  .large-countdown {
    width: calc(100% - 30px);
  }
}
.large-countdown .countdown-title {
  font-family: "Didot", sans-serif;
  font-size: 64px;
  line-height: 64px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.5);
  text-transform: capitalize;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .large-countdown .countdown-title {
    font-size: 36px;
    line-height: 1.2;
  }
}
@media (max-width: 480px) {
  .large-countdown .countdown-title {
    font-size: 28px;
  }
}
.large-countdown .countdown-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2rem;
}
@media (max-width: 1128px) {
  .large-countdown .countdown-wrapper {
    gap: 1rem;
  }
}
@media (max-width: 480px) {
  .large-countdown .countdown-wrapper {
    gap: 0.5rem;
  }
}
.large-countdown .countdown-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.large-countdown .countdown-box .countdown-number {
  font-family: "Montserrat", sans-serif;
  font-size: 150px;
  font-weight: 600;
  color: #b59054;
  line-height: 1;
}
@media (max-width: 1128px) {
  .large-countdown .countdown-box .countdown-number {
    font-size: 60px;
  }
}
@media (max-width: 480px) {
  .large-countdown .countdown-box .countdown-number {
    font-size: 40px;
  }
}
.large-countdown .countdown-box .countdown-label {
  margin-top: 0.5rem;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 500;
  color: #b59054;
  text-transform: uppercase;
}
@media (max-width: 1128px) {
  .large-countdown .countdown-box .countdown-label {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .large-countdown .countdown-box .countdown-label {
    font-size: 12px;
  }
}
.large-countdown .countdown-separator {
  font-size: 150px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #b59054;
  line-height: 1;
  display: flex;
  align-items: center;
}
@media (max-width: 1128px) {
  .large-countdown .countdown-separator {
    font-size: 60px;
  }
}
@media (max-width: 480px) {
  .large-countdown .countdown-separator {
    font-size: 40px;
  }
}

.countdown-banner {
  width: 100%;
  max-width: 1869px;
  height: 152px;
  border: 10px solid #b59054;
  margin: 0 auto 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* @media (max-width: 1439px) and (min-width: 1128px) {
     margin-left: 24px;
     margin-right: 24px;
   }
     */
}
@media (max-width: 1600px) {
  .countdown-banner {
    height: auto;
    max-width: 100%;
    width: calc(100% - 30px);
    padding: 1.5rem 0;
  }
}
.countdown-banner .container {
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 1600px) {
  .countdown-banner .container {
    flex-direction: column;
    text-align: center;
    gap: 1.5rem;
    padding: 0 1rem;
  }
}
.countdown-banner .banner-message {
  font-family: "Didot", sans-serif;
  font-size: 35px;
  font-weight: 600;
  color: #b59054;
  flex-shrink: 0;
  text-transform: capitalize;
  word-wrap: break-word;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .countdown-banner .banner-message {
    font-size: 22px;
    white-space: normal;
  }
}
.countdown-banner .countdown-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex: 1;
  justify-content: center;
}
@media (max-width: 1128px) {
  .countdown-banner .countdown-wrapper {
    gap: 0.75rem;
  }
}
.countdown-banner .countdown-wrapper .countdown-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.countdown-banner .countdown-wrapper .countdown-box .countdown-number {
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-weight: 600;
  color: #000;
  line-height: 1;
}
@media (max-width: 800px) {
  .countdown-banner .countdown-wrapper .countdown-box .countdown-number {
    font-size: 36px;
  }
}
.countdown-banner .countdown-wrapper .countdown-box .countdown-label {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  margin-top: 0.25rem;
}
@media (max-width: 800px) {
  .countdown-banner .countdown-wrapper .countdown-box .countdown-label {
    font-size: 12px;
  }
}
.countdown-banner .countdown-wrapper .countdown-separator {
  font-size: 40px;
  font-weight: 600;
  color: #000;
  margin: 0 0.25rem;
  position: relative;
  top: -24px;
}
@media (max-width: 800px) {
  .countdown-banner .countdown-wrapper .countdown-separator {
    font-size: 28px;
  }
}
.countdown-banner .banner-cta {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
}
@media (max-width: 800px) {
  .countdown-banner .banner-cta {
    flex-direction: column;
    gap: 0.75rem;
  }
}
.countdown-banner .banner-cta .cta-text {
  color: #B59054;
  font-size: 35px;
  font-family: "Didot", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  word-wrap: break-word;
  white-space: nowrap;
}
@media (max-width: 800px) {
  .countdown-banner .banner-cta .cta-text {
    font-size: 18px;
  }
}
.countdown-banner .banner-cta .cta-button {
  font-size: 25px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-decoration: underline;
  text-transform: uppercase;
  word-wrap: break-word;
  padding: 0.5rem 1rem;
  transition: background 0.3s ease, color 0.3s ease;
  white-space: nowrap;
  color: black;
}
@media (max-width: 800px) {
  .countdown-banner .banner-cta .cta-button {
    font-size: 14px;
  }
}
.countdown-banner .banner-cta .cta-button:hover {
  background: #000;
  color: #fff;
}

.top-countdown-banner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 68px;
  background: #b59054;
  display: flex;
  align-items: center;
  z-index: 9999;
}
.top-countdown-banner .banner-wrapper {
  width: 100%;
  max-width: 1869px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.top-countdown-banner .banner-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex: 1;
}
.top-countdown-banner .banner-message {
  color: white;
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  word-wrap: break-word;
  white-space: nowrap;
}
.top-countdown-banner .countdown-inline {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.top-countdown-banner .countdown-inline .time-segment {
  display: flex;
  align-items: baseline;
  gap: 0.25rem;
  font-family: "Montserrat", sans-serif;
}
.top-countdown-banner .countdown-inline .time-segment .number {
  font-size: 40px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
}
.top-countdown-banner .countdown-inline .time-segment .unit {
  font-size: 20px;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  position: relative;
  top: -5px;
}
.top-countdown-banner .banner-link {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: underline;
  white-space: nowrap;
}
.top-countdown-banner .banner-link:hover {
  opacity: 0.8;
}
.top-countdown-banner .close-banner {
  background: none;
  border: none;
  font-size: 32px;
  font-weight: 300;
  color: #000;
  cursor: pointer;
  line-height: 1;
  padding: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
  flex-shrink: 0;
}
.top-countdown-banner .close-banner:hover {
  opacity: 0.7;
}
@media (max-width: 1128px) {
  .top-countdown-banner {
    height: auto;
    padding: 0.75rem 0;
  }
  .top-countdown-banner .banner-wrapper {
    padding: 0 1rem;
    gap: 1rem;
  }
  .top-countdown-banner .banner-content {
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  .top-countdown-banner .banner-message {
    flex-basis: 100%;
    font-size: 14px;
    text-align: center;
  }
  .top-countdown-banner .countdown-inline {
    gap: 1rem;
    flex-basis: 100%;
    justify-content: center;
  }
  .top-countdown-banner .countdown-inline .time-segment .number {
    font-size: 28px;
  }
  .top-countdown-banner .countdown-inline .time-segment .unit {
    font-size: 14px;
  }
  .top-countdown-banner .banner-link {
    font-size: 12px;
  }
  .top-countdown-banner .close-banner {
    align-self: flex-start;
    font-size: 28px;
    width: 28px;
    height: 28px;
  }
}

.topbar-countdown #header {
  margin-top: 68px;
}
@media (max-width: 1128px) {
  .topbar-countdown #header {
    margin-top: 140px;
  }
}
@media (max-width: 750px) {
  .topbar-countdown #header {
    margin-top: 115px;
  }
}

@media print {
  html {
    -webkit-print-color-adjust: exact;
  }

  .fade-on-scroll {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }

  body > *:not(#content) {
    display: none;
  }

  #content-submenu {
    display: none;
  }

  #calendar-header, #calendar-year, #calendar-month {
    display: none;
  }

  @page {
    size: 960px 1358px;
  }
}
