@charset "UTF-8";
.primary-button {
  font-family: "Montserrat", serif;
  color: #fff;
  font-size: 18px;
  border: 1px solid #384766;
  background: #384766;
  box-shadow: none;
  height: 60px;
  line-height: 60px;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 400ms ease 0ms;
}
.primary-button:hover {
  background: #fff;
  color: #384766;
}
@media only screen and (max-width: 1440px) {
  .primary-button {
    font-size: 18px;
  }
}

#room-sections-wrap .venues-entry, .venue-page-intro, #groups-events .event-additional-info, #groups-events .event-meeting {
  width: 100%;
  max-width: 1440px;
  margin: auto;
}

.primary-button {
  background: #384766;
  color: #fff;
  border: 1px solid #384766;
}
.primary-button:hover {
  background: #fff;
  color: #384766;
}

/* 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 {
  position: relative;
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  color: #384766;
}

.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 #384766;
  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 #384766;
  border-bottom: 2px solid #384766;
}
.ui-datepicker-prev:not(.ui-state-disabled):hover:after {
  border-bottom-color: #5686A2;
  border-left-color: #5686A2;
}

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

.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: 32px;
  text-align: center;
  vertical-align: middle;
  text-align: center;
}
.ui-datepicker-calendar th {
  font-size: 14px;
  font-weight: bold;
  color: #5B746E;
  text-transform: uppercase;
}
.ui-datepicker-calendar td {
  font-size: 12px;
  color: #000;
}
.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 a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.ui-datepicker-calendar .ui-datepicker-today a {
  background: #384766;
  color: #fff;
}
.ui-datepicker-calendar .ui-datepicker-highlight a, .ui-datepicker-calendar .ui-datepicker-current-day a, .ui-datepicker-calendar .ui-state-default:hover {
  background: #5686A2;
  color: #fff;
}

.ui-datepicker-trigger {
  float: left;
  margin: 13px 0 0 8px;
  width: 17px;
  height: 15px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/sprite.svg") 0 -88px no-repeat;
}
.ui-datepicker-trigger:hover {
  background-position: -37px -88px;
}

.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: #53565a;
  background: #fff;
  transition: all 0.2s;
}
.ui-selectmenu-button::-moz-placeholder {
  color: #292C2D;
}
.ui-selectmenu-button::placeholder {
  color: #292C2D;
}
.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: 9999999;
  display: none;
  max-height: 258px;
  overflow: auto;
  background: #fff;
  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: #000;
}
.ui-selectmenu-menu li .ui-state-active {
  background: #eee;
  cursor: pointer;
}

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  transition-property: transform;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}

@font-face {
  font-family: "HeBS-Icons";
  src: url("../fonts/HeBS-Icons.woff2") format("woff2"), url("../fonts/HeBS-Icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.rooms [class^=rooms-icon-]:before, .rooms [class*=" rooms-icon-"]:before, .room [class^=rooms-icon-]:before, .room [class*=" rooms-icon-"]:before, .venues-entry [class^=rooms-icon-]:before, .venues-entry [class*=" rooms-icon-"]:before {
  /* 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;
  width: auto;
  height: auto;
  background: none;
  margin-right: 5px;
  vertical-align: baseline;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rooms .rooms-icon-theatre-set-up:before, .room .rooms-icon-theatre-set-up:before, .venues-entry .rooms-icon-theatre-set-up:before {
  content: "\e937";
}
.rooms .rooms-icon-classroom-set-up:before, .room .rooms-icon-classroom-set-up:before, .venues-entry .rooms-icon-classroom-set-up:before {
  content: "\e938";
}
.rooms .rooms-icon-cabaret-set-up:before, .room .rooms-icon-cabaret-set-up:before, .venues-entry .rooms-icon-cabaret-set-up:before {
  content: "\e939";
}
.rooms .rooms-icon-boardroom-set-up:before, .room .rooms-icon-boardroom-set-up:before, .venues-entry .rooms-icon-boardroom-set-up:before {
  content: "\e93a";
}
.rooms .rooms-icon-u-shaped-set-up:before, .room .rooms-icon-u-shaped-set-up:before, .venues-entry .rooms-icon-u-shaped-set-up:before {
  content: "\e93b";
}
.rooms .rooms-icon-banquet-set-up:before, .room .rooms-icon-banquet-set-up:before, .venues-entry .rooms-icon-banquet-set-up:before {
  content: "\e93c";
}
.rooms .rooms-icon-dinner-dance-set-up:before, .room .rooms-icon-dinner-dance-set-up:before, .venues-entry .rooms-icon-dinner-dance-set-up:before {
  content: "\e93d";
}
.rooms .rooms-icon-reception-set-up:before, .room .rooms-icon-reception-set-up:before, .venues-entry .rooms-icon-reception-set-up:before {
  content: "\e93e";
}
.rooms .rooms-icon-ceremony-set-up:before, .room .rooms-icon-ceremony-set-up:before, .venues-entry .rooms-icon-ceremony-set-up:before {
  content: "\e93f";
}
.rooms .rooms-icon-parking3:before, .room .rooms-icon-parking3:before, .venues-entry .rooms-icon-parking3:before {
  content: "\e94d";
}
.rooms .rooms-icon-natural-daylight:before, .room .rooms-icon-natural-daylight:before, .venues-entry .rooms-icon-natural-daylight:before {
  content: "\e940";
}
.rooms .rooms-icon-outlets-sockets:before, .room .rooms-icon-outlets-sockets:before, .venues-entry .rooms-icon-outlets-sockets:before {
  content: "\e941";
}
.rooms .rooms-icon-direct-dial-point:before, .room .rooms-icon-direct-dial-point:before, .venues-entry .rooms-icon-direct-dial-point:before {
  content: "\e942";
}
.rooms .rooms-icon-video-conferencing:before, .room .rooms-icon-video-conferencing:before, .venues-entry .rooms-icon-video-conferencing:before {
  content: "\e943";
}
.rooms .rooms-icon-air-conditioning:before, .room .rooms-icon-air-conditioning:before, .venues-entry .rooms-icon-air-conditioning:before {
  content: "\e944";
}
.rooms .rooms-icon-wi-fi:before, .room .rooms-icon-wi-fi:before, .venues-entry .rooms-icon-wi-fi:before {
  content: "\e945";
}
.rooms .rooms-icon-blackout-shades:before, .room .rooms-icon-blackout-shades:before, .venues-entry .rooms-icon-blackout-shades:before {
  content: "\e946";
}
.rooms .rooms-icon-visual-equipment:before, .room .rooms-icon-visual-equipment:before, .venues-entry .rooms-icon-visual-equipment:before {
  content: "\e947";
}
.rooms .rooms-icon-audio-equipment:before, .room .rooms-icon-audio-equipment:before, .venues-entry .rooms-icon-audio-equipment:before {
  content: "\e948";
}
.rooms .rooms-icon-flipchart-presentation-equipment:before, .room .rooms-icon-flipchart-presentation-equipment:before, .venues-entry .rooms-icon-flipchart-presentation-equipment:before {
  content: "\e949";
}
.rooms .rooms-icon-tv-point:before, .room .rooms-icon-tv-point:before, .venues-entry .rooms-icon-tv-point:before {
  content: "\e94a";
}
.rooms .rooms-icon-overhead-projector:before, .room .rooms-icon-overhead-projector:before, .venues-entry .rooms-icon-overhead-projector:before {
  content: "\e94b";
}
.rooms .rooms-icon-data-projector:before, .room .rooms-icon-data-projector:before, .venues-entry .rooms-icon-data-projector:before {
  content: "\e94c";
}
.rooms .rooms-icon-balcony:before, .room .rooms-icon-balcony:before, .venues-entry .rooms-icon-balcony:before {
  content: "\e900";
}
.rooms .rooms-icon-city-view:before, .room .rooms-icon-city-view:before, .venues-entry .rooms-icon-city-view:before {
  content: "\e901";
}
.rooms .rooms-icon-beds:before, .room .rooms-icon-beds:before, .venues-entry .rooms-icon-beds:before {
  content: "\e902";
}
.rooms .rooms-icon-flat-screen-tv:before, .room .rooms-icon-flat-screen-tv:before, .venues-entry .rooms-icon-flat-screen-tv:before {
  content: "\e903";
}
.rooms .rooms-icon-hair-dryer:before, .room .rooms-icon-hair-dryer:before, .venues-entry .rooms-icon-hair-dryer:before {
  content: "\e904";
}
.rooms .rooms-icon-iron:before, .room .rooms-icon-iron:before, .venues-entry .rooms-icon-iron:before {
  content: "\e905";
}
.rooms .rooms-icon-ac:before, .room .rooms-icon-ac:before, .venues-entry .rooms-icon-ac:before {
  content: "\e906";
}
.rooms .rooms-icon-king-bed:before, .room .rooms-icon-king-bed:before, .venues-entry .rooms-icon-king-bed:before {
  content: "\e907";
}
.rooms .rooms-icon-kitchen:before, .room .rooms-icon-kitchen:before, .venues-entry .rooms-icon-kitchen:before {
  content: "\e908";
}
.rooms .rooms-icon-minibar:before, .room .rooms-icon-minibar:before, .venues-entry .rooms-icon-minibar:before {
  content: "\e909";
}
.rooms .rooms-icon-smoke-free:before, .room .rooms-icon-smoke-free:before, .venues-entry .rooms-icon-smoke-free:before {
  content: "\e90a";
}
.rooms .rooms-icon-occupancy:before, .room .rooms-icon-occupancy:before, .venues-entry .rooms-icon-occupancy:before {
  content: "\e90b";
}
.rooms .rooms-icon-ocean-view:before, .room .rooms-icon-ocean-view:before, .venues-entry .rooms-icon-ocean-view:before {
  content: "\e90c";
}
.rooms .rooms-icon-personal_items:before, .room .rooms-icon-personal_items:before, .venues-entry .rooms-icon-personal_items:before {
  content: "\e90d";
}
.rooms .rooms-icon-pool-view:before, .room .rooms-icon-pool-view:before, .venues-entry .rooms-icon-pool-view:before {
  content: "\e90e";
}
.rooms .rooms-icon-room-service:before, .room .rooms-icon-room-service:before, .venues-entry .rooms-icon-room-service:before {
  content: "\e90f";
}
.rooms .rooms-icon-safe:before, .room .rooms-icon-safe:before, .venues-entry .rooms-icon-safe:before {
  content: "\e910";
}
.rooms .rooms-icon-single-room:before, .room .rooms-icon-single-room:before, .venues-entry .rooms-icon-single-room:before {
  content: "\e911";
}
.rooms .rooms-icon-smoking:before, .room .rooms-icon-smoking:before, .venues-entry .rooms-icon-smoking:before {
  content: "\e912";
}
.rooms .rooms-icon-size:before, .room .rooms-icon-size:before, .venues-entry .rooms-icon-size:before {
  content: "\e913";
}
.rooms .rooms-icon-pulloutsofa:before, .room .rooms-icon-pulloutsofa:before, .venues-entry .rooms-icon-pulloutsofa:before {
  content: "\e914";
}
.rooms .rooms-icon-twin-room:before, .room .rooms-icon-twin-room:before, .venues-entry .rooms-icon-twin-room:before {
  content: "\e915";
}
.rooms .rooms-icon-wifi:before, .room .rooms-icon-wifi:before, .venues-entry .rooms-icon-wifi:before {
  content: "\e916";
}
.rooms .rooms-icon-accessibility-features:before,
.rooms .rooms-icon-adaroom:before, .room .rooms-icon-accessibility-features:before,
.room .rooms-icon-adaroom:before, .venues-entry .rooms-icon-accessibility-features:before,
.venues-entry .rooms-icon-adaroom:before {
  content: "\e917";
}
.rooms .rooms-icon-airport-shuttle-paid:before, .room .rooms-icon-airport-shuttle-paid:before, .venues-entry .rooms-icon-airport-shuttle-paid:before {
  content: "\e918";
}
.rooms .rooms-icon-amusement-park:before, .room .rooms-icon-amusement-park:before, .venues-entry .rooms-icon-amusement-park:before {
  content: "\e919";
}
.rooms .rooms-icon-bar:before, .room .rooms-icon-bar:before, .venues-entry .rooms-icon-bar:before {
  content: "\e91a";
}
.rooms .rooms-icon-beach:before, .room .rooms-icon-beach:before, .venues-entry .rooms-icon-beach:before {
  content: "\e91b";
}
.rooms .rooms-icon-business-center:before, .room .rooms-icon-business-center:before, .venues-entry .rooms-icon-business-center:before {
  content: "\e91c";
}
.rooms .rooms-icon-elevator:before, .room .rooms-icon-elevator:before, .venues-entry .rooms-icon-elevator:before {
  content: "\e91d";
}
.rooms .rooms-icon-environmentally-friendly:before, .room .rooms-icon-environmentally-friendly:before, .venues-entry .rooms-icon-environmentally-friendly:before {
  content: "\e91e";
}
.rooms .rooms-icon-fitness:before, .room .rooms-icon-fitness:before, .venues-entry .rooms-icon-fitness:before {
  content: "\e91f";
}
.rooms .rooms-icon-parking:before, .room .rooms-icon-parking:before, .venues-entry .rooms-icon-parking:before {
  content: "\e920";
}
.rooms .rooms-icon-golf:before, .room .rooms-icon-golf:before, .venues-entry .rooms-icon-golf:before {
  content: "\e921";
}
.rooms .rooms-icon-indoor-pool:before, .room .rooms-icon-indoor-pool:before, .venues-entry .rooms-icon-indoor-pool:before {
  content: "\e922";
}
.rooms .rooms-icon-landmark:before, .room .rooms-icon-landmark:before, .venues-entry .rooms-icon-landmark:before {
  content: "\e923";
}
.rooms .rooms-icon-outdoor-pool:before, .room .rooms-icon-outdoor-pool:before, .venues-entry .rooms-icon-outdoor-pool:before {
  content: "\e924";
}
.rooms .rooms-icon-parking2:before, .room .rooms-icon-parking2:before, .venues-entry .rooms-icon-parking2:before {
  content: "\e925";
}
.rooms .rooms-icon-pet-friendly:before, .room .rooms-icon-pet-friendly:before, .venues-entry .rooms-icon-pet-friendly:before {
  content: "\e926";
}
.rooms .rooms-icon-pool:before, .room .rooms-icon-pool:before, .venues-entry .rooms-icon-pool:before {
  content: "\e927";
}
.rooms .rooms-icon-restaurant:before, .room .rooms-icon-restaurant:before, .venues-entry .rooms-icon-restaurant:before {
  content: "\e928";
}
.rooms .rooms-icon-room-service2:before, .room .rooms-icon-room-service2:before, .venues-entry .rooms-icon-room-service2:before {
  content: "\e929";
}
.rooms .rooms-icon-shuttle:before, .room .rooms-icon-shuttle:before, .venues-entry .rooms-icon-shuttle:before {
  content: "\e92a";
}
.rooms .rooms-icon-spa:before, .room .rooms-icon-spa:before, .venues-entry .rooms-icon-spa:before {
  content: "\e92b";
}
.rooms .rooms-icon-ticket-services:before, .room .rooms-icon-ticket-services:before, .venues-entry .rooms-icon-ticket-services:before {
  content: "\e92c";
}
.rooms .rooms-icon-valet:before, .room .rooms-icon-valet:before, .venues-entry .rooms-icon-valet:before {
  content: "\e92d";
}
.rooms .rooms-icon-water-park:before, .room .rooms-icon-water-park:before, .venues-entry .rooms-icon-water-park:before {
  content: "\e92e";
}
.rooms .rooms-icon-coffeemaker:before, .room .rooms-icon-coffeemaker:before, .venues-entry .rooms-icon-coffeemaker:before {
  content: "\e92f";
}
.rooms .rooms-icon-highfloor:before, .room .rooms-icon-highfloor:before, .venues-entry .rooms-icon-highfloor:before {
  content: "\e930";
}
.rooms .rooms-icon-airport-shuttle-free:before, .room .rooms-icon-airport-shuttle-free:before, .venues-entry .rooms-icon-airport-shuttle-free:before {
  content: "\e931";
}
.rooms .rooms-icon-view:before, .room .rooms-icon-view:before, .venues-entry .rooms-icon-view:before {
  content: "\e932";
}
.rooms .rooms-icon-tv:before, .room .rooms-icon-tv:before, .venues-entry .rooms-icon-tv:before {
  content: "\e933";
}
.rooms .rooms-icon-minifridge:before, .room .rooms-icon-minifridge:before, .venues-entry .rooms-icon-minifridge:before {
  content: "\e934";
}
.rooms .rooms-icon-pets:before, .room .rooms-icon-pets:before, .venues-entry .rooms-icon-pets:before {
  content: "\e935";
}
.rooms .rooms-icon-valet-only:before, .room .rooms-icon-valet-only:before, .venues-entry .rooms-icon-valet-only:before {
  content: "\e936";
}

#main-navigation, .main-navigation-spa {
  display: block;
  width: 50%;
  height: 100%;
  position: fixed;
  top: 0;
  left: -50%;
  background: #384766;
  z-index: 998;
  padding: 200px 60px 60px;
  overflow: auto;
  visibility: hidden;
  transition: left 350ms ease-in-out, width 350ms ease-in-out, visibility 350ms ease-in-out;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-height: 1170px) {
  #main-navigation, .main-navigation-spa {
    padding: 160px 30px 30px 60px;
  }
}
@media screen and (max-height: 600px) {
  #main-navigation, .main-navigation-spa {
    padding-top: 140px;
  }
}
@media only screen and (max-width: 979px) {
  #main-navigation, .main-navigation-spa {
    width: 100%;
    left: -100%;
  }
}
@media only screen and (max-width: 767px) {
  #main-navigation, .main-navigation-spa {
    padding: 150px 20px 50px;
  }
}
#main-navigation a, .main-navigation-spa a {
  text-decoration: none;
}
.main-navigation-visible #main-navigation, .main-navigation-visible .main-navigation-spa {
  visibility: visible;
  left: 0;
}
#main-navigation .top-menu ul li,
#main-navigation .footer-menu ul li, .main-navigation-spa .top-menu ul li,
.main-navigation-spa .footer-menu ul li {
  display: inline-block;
  margin: 0 20px 10px 0;
}
#main-navigation .top-menu ul li:last-child,
#main-navigation .footer-menu ul li:last-child, .main-navigation-spa .top-menu ul li:last-child,
.main-navigation-spa .footer-menu ul li:last-child {
  margin-right: 0;
}
#main-navigation .top-menu ul li a,
#main-navigation .footer-menu ul li a, .main-navigation-spa .top-menu ul li a,
.main-navigation-spa .footer-menu ul li a {
  display: block;
  color: #fff;
  font-size: 15px;
  font-family: "Montserrat", serif;
  line-height: 2;
  transition: all 400ms ease 0ms;
}
@media only screen and (min-width: 1800px) {
  #main-navigation .top-menu ul li a,
  #main-navigation .footer-menu ul li a, .main-navigation-spa .top-menu ul li a,
  .main-navigation-spa .footer-menu ul li a {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1440px) {
  #main-navigation .top-menu ul li a,
  #main-navigation .footer-menu ul li a, .main-navigation-spa .top-menu ul li a,
  .main-navigation-spa .footer-menu ul li a {
    font-size: 16px;
  }
}
@media screen and (max-height: 1170px) {
  #main-navigation .top-menu ul li a,
  #main-navigation .footer-menu ul li a, .main-navigation-spa .top-menu ul li a,
  .main-navigation-spa .footer-menu ul li a {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media screen and (max-height: 800px) {
  #main-navigation .top-menu ul li a,
  #main-navigation .footer-menu ul li a, .main-navigation-spa .top-menu ul li a,
  .main-navigation-spa .footer-menu ul li a {
    font-size: 15px;
  }
}
#main-navigation .top-menu ul li a:hover, #main-navigation .top-menu ul li a.active,
#main-navigation .footer-menu ul li a:hover,
#main-navigation .footer-menu ul li a.active, .main-navigation-spa .top-menu ul li a:hover, .main-navigation-spa .top-menu ul li a.active,
.main-navigation-spa .footer-menu ul li a:hover,
.main-navigation-spa .footer-menu ul li a.active {
  color: #5686A2;
}
#main-navigation .top-menu.bottom,
#main-navigation .footer-menu.bottom, .main-navigation-spa .top-menu.bottom,
.main-navigation-spa .footer-menu.bottom {
  position: absolute;
  right: 60px;
  bottom: 60px;
  left: 60px;
}
@media screen and (max-height: 1170px) {
  #main-navigation .top-menu.bottom,
  #main-navigation .footer-menu.bottom, .main-navigation-spa .top-menu.bottom,
  .main-navigation-spa .footer-menu.bottom {
    bottom: 20px;
  }
}
@media screen and (max-height: 900px) {
  #main-navigation .top-menu.bottom,
  #main-navigation .footer-menu.bottom, .main-navigation-spa .top-menu.bottom,
  .main-navigation-spa .footer-menu.bottom {
    position: relative;
    bottom: auto;
    margin-top: 40px;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  #main-navigation .top-menu.bottom,
  #main-navigation .footer-menu.bottom, .main-navigation-spa .top-menu.bottom,
  .main-navigation-spa .footer-menu.bottom {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    margin-top: 30px;
  }
}
#main-navigation .main-menu, .main-navigation-spa .main-menu {
  margin-top: 75px;
}
@media screen and (max-height: 1170px) {
  #main-navigation .main-menu, .main-navigation-spa .main-menu {
    margin-top: 60px;
  }
}
@media screen and (max-height: 600px) {
  #main-navigation .main-menu, .main-navigation-spa .main-menu {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 979px) {
  #main-navigation .main-menu, .main-navigation-spa .main-menu {
    margin-top: 25px;
  }
}
#main-navigation .main-menu .level-1, .main-navigation-spa .main-menu .level-1 {
  display: flex;
  flex-wrap: wrap;
}
#main-navigation .main-menu .level-1 li, .main-navigation-spa .main-menu .level-1 li {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1240px) {
  #main-navigation .main-menu .level-1 li, .main-navigation-spa .main-menu .level-1 li {
    margin-bottom: 20px;
  }
}
@media screen and (max-height: 1170px) {
  #main-navigation .main-menu .level-1 li, .main-navigation-spa .main-menu .level-1 li {
    margin-bottom: 20px;
  }
}
@media screen and (max-height: 800px) {
  #main-navigation .main-menu .level-1 li, .main-navigation-spa .main-menu .level-1 li {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  #main-navigation .main-menu .level-1 li, .main-navigation-spa .main-menu .level-1 li {
    width: 100%;
    margin-bottom: 20px;
  }
}
#main-navigation .main-menu .level-1 > li > a, .main-navigation-spa .main-menu .level-1 > li > a {
  position: relative;
  display: block;
  color: #fff;
  font-size: 1.75vw;
  font-family: "Montserrat", serif;
  padding: 5px 20px 5px 0;
  transition: all 400ms ease 0ms;
}
#main-navigation .main-menu .level-1 > li > a:nth-of-type(even), .main-navigation-spa .main-menu .level-1 > li > a:nth-of-type(even) {
  padding-right: 0;
}
#main-navigation .main-menu .level-1 > li > a:hover, #main-navigation .main-menu .level-1 > li > a.active, .main-navigation-spa .main-menu .level-1 > li > a:hover, .main-navigation-spa .main-menu .level-1 > li > a.active {
  color: #5686A2;
}
@media only screen and (min-width: 1440px) {
  #main-navigation .main-menu .level-1 > li > a, .main-navigation-spa .main-menu .level-1 > li > a {
    font-size: 24px;
  }
}
@media screen and (max-width: 1240px) {
  #main-navigation .main-menu .level-1 > li > a, .main-navigation-spa .main-menu .level-1 > li > a {
    font-size: 20px;
  }
}
@media screen and (max-height: 1170px) {
  #main-navigation .main-menu .level-1 > li > a, .main-navigation-spa .main-menu .level-1 > li > a {
    font-size: 20px;
  }
}
@media only screen and (max-width: 979px) {
  #main-navigation .main-menu .level-1 > li > a, .main-navigation-spa .main-menu .level-1 > li > a {
    font-size: 24px;
  }
}
#main-navigation .main-menu .level-1 > li > a[data-number], .main-navigation-spa .main-menu .level-1 > li > a[data-number] {
  padding-left: 32px;
}
@media only screen and (min-width: 1440px) {
  #main-navigation .main-menu .level-1 > li > a[data-number], .main-navigation-spa .main-menu .level-1 > li > a[data-number] {
    padding-left: 65px;
  }
}
@media screen and (max-height: 1170px) {
  #main-navigation .main-menu .level-1 > li > a[data-number], .main-navigation-spa .main-menu .level-1 > li > a[data-number] {
    padding-left: 45px;
  }
}
@media screen and (max-height: 800px) {
  #main-navigation .main-menu .level-1 > li > a[data-number], .main-navigation-spa .main-menu .level-1 > li > a[data-number] {
    padding-left: 32px;
  }
}
#main-navigation .main-menu .level-1 > li > a[data-number]:before, .main-navigation-spa .main-menu .level-1 > li > a[data-number]:before {
  content: attr(data-number);
  position: absolute;
  top: 0.5vw;
  left: 0;
  color: #5686A2;
  font-size: 1.5vw;
  line-height: 1;
  font-weight: bold;
}
@media only screen and (min-width: 1440px) {
  #main-navigation .main-menu .level-1 > li > a[data-number]:before, .main-navigation-spa .main-menu .level-1 > li > a[data-number]:before {
    top: 6px;
    font-size: 24px;
  }
}
@media screen and (max-width: 1240px) {
  #main-navigation .main-menu .level-1 > li > a[data-number]:before, .main-navigation-spa .main-menu .level-1 > li > a[data-number]:before {
    top: 5px;
    font-size: 20px;
  }
}
@media screen and (max-height: 1170px) {
  #main-navigation .main-menu .level-1 > li > a[data-number]:before, .main-navigation-spa .main-menu .level-1 > li > a[data-number]:before {
    top: 5px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 979px) {
  #main-navigation .main-menu .level-1 > li > a[data-number]:before, .main-navigation-spa .main-menu .level-1 > li > a[data-number]:before {
    top: 8px;
    font-size: 20px;
  }
}
#main-navigation .main-menu .submenu, .main-navigation-spa .main-menu .submenu {
  display: none;
  margin-top: 20px;
}
#main-navigation .main-menu .submenu li, .main-navigation-spa .main-menu .submenu li {
  margin-bottom: 20px;
  width: 100%;
}
#main-navigation .main-menu .submenu li:last-child, .main-navigation-spa .main-menu .submenu li:last-child {
  margin-bottom: 0;
}
#main-navigation .main-menu .submenu a, .main-navigation-spa .main-menu .submenu a {
  display: block;
  padding-left: 64px;
  padding-right: 40px;
  color: #fff;
  font-size: 16px;
  font-family: "Montserrat", serif;
}
#main-navigation .main-menu .submenu a:hover, #main-navigation .main-menu .submenu a.active, .main-navigation-spa .main-menu .submenu a:hover, .main-navigation-spa .main-menu .submenu a.active {
  color: #5686A2;
}
#main-navigation .main-menu .expanded .submenu, .main-navigation-spa .main-menu .expanded .submenu {
  display: block;
}

#booking {
  display: block;
  position: fixed;
  top: 0;
  right: -50%;
  height: 100%;
  width: 50%;
  background: #384766;
  z-index: 998;
  visibility: hidden;
  transition: right 350ms ease-in-out, width 350ms ease-in-out, visibility 350ms ease-in-out;
}
@media screen and (max-width: 1200px) {
  #booking {
    width: 100%;
    right: -100%;
  }
}
.booking-visible #booking {
  visibility: visible;
  right: 0;
}
.booking-visible #booking #booking-promo-image {
  left: -150px;
}
@media only screen and (min-width: 1440px) {
  .booking-visible #booking #booking-promo-image {
    left: -180px;
  }
}
#booking > .wrapper {
  position: relative;
  height: 100%;
  padding: 200px 60px 60px;
  display: flex;
  flex-direction: column;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 767px) {
  #booking > .wrapper {
    padding: 150px 20px 50px;
  }
}
#booking form {
  width: 360px;
  margin-left: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  #booking form {
    margin: auto;
  }
}
@media only screen and (max-width: 767px) {
  #booking form {
    width: 100%;
  }
}
#booking .row {
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #booking .row {
    margin-bottom: 15px;
  }
}
#booking .row:after {
  clear: both;
  content: "";
  display: table;
}
#booking .row .column {
  position: relative;
  float: left;
  width: 50%;
}
#booking label {
  font-size: 18px;
  line-height: 1.444;
  font-family: "Montserrat", serif;
  color: #DFE8EA;
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
  box-sizing: border-box;
  text-align: left;
}
@media only screen and (max-width: 1440px) {
  #booking label {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1280px) {
  #booking label {
    font-size: 14px;
  }
}
#booking .select-wrapper, #booking select {
  width: 100%;
}
#booking select {
  height: 80px;
  line-height: 80px;
  font-size: 20px;
  padding-right: 55px;
  border: none;
}
@media only screen and (max-width: 767px) {
  #booking select {
    height: 60px;
    line-height: 60px;
    padding-right: 45px;
  }
}
#booking .select-icon {
  right: 20px;
}
@media only screen and (max-width: 767px) {
  #booking .select-icon {
    right: 10px;
  }
}
#booking .column:first-child select, #booking .column:first-child .date-button {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
#booking .button {
  width: 100%;
  height: 80px;
  line-height: 80px;
  background: #DFE8EA;
  color: #384766;
  border-color: #DFE8EA;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  #booking .button {
    height: 60px;
    line-height: 60px;
  }
}
#booking .button:hover {
  background: #384766;
  color: #DFE8EA;
}
#booking .booking-details {
  text-align: right;
  margin-top: auto;
}
@media screen and (max-width: 1200px) {
  #booking .booking-details {
    position: relative;
    bottom: 0;
    margin-top: 20px;
    right: 50%;
    transform: translateX(50%);
    text-align: center;
  }
}
#booking .booking-details .one-booking-detail {
  display: block;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #booking .booking-details .one-booking-detail {
    display: inline-block;
    margin-bottom: 0px;
    margin-right: 10px;
  }
  #booking .booking-details .one-booking-detail:last-of-type {
    margin-right: 0px;
  }
}
#booking .booking-details .one-booking-detail span {
  font-size: 12px;
  line-height: 1em;
  color: #5686A2;
  display: block;
  margin-bottom: 5px;
}
@media only screen and (min-width: 1440px) {
  #booking .booking-details .one-booking-detail span {
    font-size: 16px;
  }
}
#booking .booking-details .one-booking-detail a {
  font-family: "Montserrat", serif;
  color: #fff;
  font-size: 18px;
  text-decoration: underline;
}
@media only screen and (min-width: 1440px) {
  #booking .booking-details .one-booking-detail a {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  #booking .booking-details .one-booking-detail a {
    font-size: 15px;
  }
}

#booking-datepicker {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 7;
}
#booking-datepicker.visible {
  display: block;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker {
    display: block;
    clear: both;
    position: relative;
    top: auto;
    max-height: 0;
    overflow: hidden;
    transition: max-height 350ms ease-in-out;
  }
  #booking-datepicker.visible {
    max-height: 500px;
  }
}
#booking-datepicker .arrival-departure-status {
  overflow: hidden;
  white-space: nowrap;
  background: #5B746E;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #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", 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 {
  width: 100% !important;
  white-space: nowrap;
}
#booking-datepicker .ui-datepicker-group {
  display: inline-block;
  white-space: normal;
}
#booking-datepicker .ui-datepicker-group:nth-child(2) {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker-group {
    width: 100%;
  }
  #booking-datepicker .ui-datepicker-group:nth-child(2) {
    display: none;
  }
}
#booking-datepicker .ui-datepicker-header {
  margin-bottom: 15px;
}
#booking-datepicker .ui-datepicker-header .ui-datepicker-prev, #booking-datepicker .ui-datepicker-header .ui-datepicker-next {
  display: none;
}
#booking-datepicker .ui-datepicker-prev, #booking-datepicker .ui-datepicker-next {
  top: 65px;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker-prev, #booking-datepicker .ui-datepicker-next {
    top: 10px;
  }
}
#booking-datepicker .ui-datepicker-prev {
  left: 20px;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker-prev {
    left: 26px;
  }
}
#booking-datepicker .ui-datepicker-next {
  right: 20px;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker-next {
    right: 26px;
  }
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker-calendar {
    width: 100%;
  }
}
#booking-datepicker.checkin-step td a, #booking-datepicker.checkout-step td a, #booking-datepicker td.checkin-date a, #booking-datepicker td.checkout-date a {
  position: relative;
}
#booking-datepicker.checkin-step td a:before, #booking-datepicker.checkout-step td a:before, #booking-datepicker td.checkin-date a:before, #booking-datepicker td.checkout-date a:before {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 14px;
  margin-bottom: -7px;
  background-color: #384766;
  font-size: 7px;
  line-height: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}
#booking-datepicker.checkin-step td a:hover:before, #booking-datepicker td.checkin-date a:before {
  content: "in";
}
#booking-datepicker.checkout-step td:not(.checkin-date) a:hover:before, #booking-datepicker td.checkout-date a:before {
  content: "out";
}

#home-sections {
  margin-top: 120px;
  margin-bottom: 120px;
}
@media only screen and (max-width: 1024px) {
  #home-sections {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
#home-sections .home-section {
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
  margin-bottom: 80px;
}
.home #home-sections .home-section {
  margin-top: 120px;
  margin-bottom: 120px;
}
@media only screen and (max-width: 1024px) {
  #home-sections .home-section {
    flex-direction: column;
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
#home-sections .home-section .home-section-text-content {
  width: 100%;
  max-width: 700px;
  padding: 40px 60px;
  margin: auto;
}
@media only screen and (min-width: 1200px) {
  #home-sections .home-section .home-section-text-content {
    width: 42%;
    margin: 0;
  }
}
@media only screen and (max-width: 539px) {
  #home-sections .home-section .home-section-text-content {
    padding: 40px 20px;
  }
}
#home-sections .home-section .home-section-text-content .big-headline {
  margin-bottom: 25px;
}
#home-sections .home-section .home-section-text-content .text-content {
  margin-bottom: 20px;
}
#home-sections .home-section .home-section-image {
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  #home-sections .home-section .home-section-image {
    width: 58%;
  }
}
#home-sections .home-section .home-section-image .image {
  background-size: cover;
  background-position: center;
}
#home-sections .home-section .home-section-image .image:after {
  content: "";
  display: block;
  padding-top: 50%;
}
@media only screen and (min-width: 1200px) {
  #home-sections .home-section .home-section-image .image:after {
    padding-top: 78%;
  }
}
@media only screen and (max-width: 767px) {
  #home-sections .home-section .home-section-image .image:after {
    padding-top: 70%;
  }
}
@media only screen and (max-width: 539px) {
  #home-sections .home-section .home-section-image .image:after {
    padding-top: 140%;
  }
}
#home-sections .home-section .home-section-image .home-section-form {
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  bottom: 160px;
}
@media only screen and (min-width: 1200px) {
  #home-sections .home-section .home-section-image .home-section-form {
    right: 40px;
    bottom: -80px;
    transform: none;
  }
}
@media only screen and (min-width: 1440px) {
  #home-sections .home-section .home-section-image .home-section-form {
    right: 160px;
  }
}
#home-sections .home-section:nth-of-type(even) .home-section-text-content {
  order: 1;
}
@media only screen and (min-width: 1200px) {
  #home-sections .home-section:nth-of-type(even) .home-section-text-content {
    order: 2;
  }
}
#home-sections .home-section:nth-of-type(even) .home-section-image {
  order: 1;
}
@media only screen and (max-width: 1024px) {
  #home-sections .home-section:nth-of-type(even) .home-section-image {
    order: 2;
  }
}
@media only screen and (min-width: 1200px) {
  #home-sections .home-section:nth-of-type(even) .home-section-image .home-section-form {
    right: auto;
    left: 40px;
    bottom: -80px;
    transform: none;
  }
}
@media only screen and (min-width: 1440px) {
  #home-sections .home-section:nth-of-type(even) .home-section-image .home-section-form {
    left: 160px;
  }
}
#home-sections .home-section:nth-of-type(even) .home-sections-slideshow {
  order: 3;
  margin-left: auto;
  padding-left: 80px;
  padding-right: 0;
}
@media only screen and (max-width: 767px) {
  #home-sections .home-section:nth-of-type(even) .home-sections-slideshow {
    padding-left: 0;
  }
}
#home-sections .home-section:nth-of-type(even) .home-sections-slideshow .swiper-buttons {
  left: 0;
}

.admin .preview-item {
  overflow: hidden;
  margin: 0;
  padding: 20px;
  height: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}
.admin .preview-item *, .admin .preview-item *:before, .admin .preview-item *:after {
  box-sizing: inherit;
}
.admin .preview-item a {
  color: #384766;
}
.admin .preview-item a:hover {
  color: #717171;
}
.admin .preview-item .promo .thumbnail img {
  display: block;
  width: 100%;
}
.admin .preview-item .text-button {
  font: 400 16px/1.556 "Montserrat", serif;
}
.admin .preview-item .text-button:hover {
  color: #5686A2;
}
.admin .preview-item .swiper-container, .admin .preview-item .swiper-wrapper, .admin .preview-item .swiper-slide {
  height: 100%;
}

#promos {
  margin: 80px 0;
  height: 620px;
  flex: 1.8;
  position: relative;
  z-index: 2;
}
.admin .preview-item #promos {
  height: 580px;
  margin: 0;
}
@media only screen and (max-width: 979px) {
  .admin .preview-item #promos {
    height: auto;
  }
}
@media only screen and (min-width: 1440px) {
  #promos {
    flex: 1.5;
  }
}
@media only screen and (max-width: 979px) {
  #promos {
    height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #promos {
    margin: 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  #promos {
    margin: 10px 0;
  }
}
#promos .slideshow {
  height: 100%;
}
#promos .slideshow-wrapper {
  position: relative;
  height: 100%;
}
#promos .promo {
  position: relative;
  flex-direction: column;
}
.admin .preview-item #promos .promo {
  width: 540px;
  max-width: 100%;
}
#promos .thumbnail {
  height: 480px;
  background-size: cover;
  background-position: center;
  background-color: #fff;
  float: none;
  margin: 0;
}
@media only screen and (max-width: 979px) {
  #promos .thumbnail {
    height: auto;
  }
  #promos .thumbnail:after {
    content: "";
    display: block;
    padding-top: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #promos .thumbnail {
    float: left;
    width: 50%;
  }
}
.admin .preview-item #promos .thumbnail {
  position: relative;
  overflow: hidden;
  background-image: none !important;
}
.admin .preview-item #promos .thumbnail img {
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}
#promos .description {
  position: absolute;
  top: 320px;
  left: 0;
  bottom: 0;
  width: calc(100% - 80px);
  background: #fff;
  padding: 30px 100px 30px 20px;
  text-align: left;
}
@media only screen and (min-width: 1440px) {
  #promos .description {
    padding: 40px 120px 40px 50px;
  }
}
@media only screen and (max-width: 979px) {
  #promos .description {
    padding: 30px 20px;
    width: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #promos .description {
    position: static;
    float: right;
    width: 50%;
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #promos .description {
    position: static;
    padding-bottom: 100px;
  }
  .admin .preview-item #promos .description {
    padding-bottom: 30px;
  }
}
#promos .description h4 {
  font: 36px/1.278 "Montserrat", serif;
  margin-bottom: 20px;
  max-height: 92.016px;
  overflow: hidden;
  color: #5B746E;
}
#promos .description p {
  font-size: 16px;
  line-height: 1.625;
  margin-bottom: 20px;
  max-height: 104px;
  overflow: hidden;
}
#promos .description a {
  font-family: "Montserrat", serif;
}
#promos .swiper-buttons {
  bottom: auto;
  top: 320px;
  right: 80px;
}
@media only screen and (max-width: 979px) {
  #promos .swiper-buttons {
    flex-direction: row;
    width: 200px;
    height: 80px;
    right: 0;
    top: auto;
    bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #promos .swiper-buttons {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  #promos .swiper-buttons {
    right: 50%;
    transform: translateX(50%);
  }
}

.page-content #promos {
  width: 50%;
  margin: 40px auto;
}
@media only screen and (max-width: 979px) {
  .page-content #promos {
    width: 100%;
  }
}

#booking-promo-image {
  position: absolute;
  left: 0;
  width: 300px;
  padding: 30px;
  box-sizing: border-box;
  background: #fff;
  transition: left 350ms ease-in-out;
  display: none;
}
@media only screen and (min-height: 620px) {
  #booking-promo-image {
    display: block;
    bottom: 40px;
    top: auto;
  }
}
@media only screen and (min-height: 768px) {
  #booking-promo-image {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 1440px) {
  #booking-promo-image {
    padding: 40px;
    width: 360px;
  }
}
@media screen and (max-width: 1200px) {
  #booking-promo-image {
    display: none;
  }
}
.admin .preview-item #booking-promo-image {
  position: relative;
  transform: none;
  top: auto;
  bottom: auto;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
#booking-promo-image .image {
  background-size: cover;
  background-position: center;
  background-color: #384766;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
#booking-promo-image .image:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(56, 71, 102, 0.5);
}
#booking-promo-image .image:before {
  content: "";
  display: block;
  padding-top: 114%;
}
.admin .preview-item #booking-promo-image .image {
  position: relative;
  background-image: none !important;
}
.admin .preview-item #booking-promo-image .image img {
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}
#booking-promo-image .title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  left: 0;
  text-align: center;
  padding-left: 60px;
  padding-right: 60px;
  box-sizing: border-box;
  font-family: "Montserrat", serif;
  font-size: 36px;
  color: #fff;
}
@media only screen and (max-width: 1280px) {
  #booking-promo-image .title {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 28px;
  }
}
#booking-promo-image .text-button {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
}
#booking-promo-image .text-button:hover {
  color: #DFE8EA;
}

.home-sections-slideshow {
  width: 100%;
  padding-right: 80px;
  box-sizing: border-box;
  position: relative;
  max-width: 740px;
  margin: -140px auto 0;
}
@media only screen and (min-width: 1200px) {
  .home-sections-slideshow {
    margin: -140px 0 0;
    max-width: 840px;
  }
}
@media only screen and (max-width: 979px) {
  .home-sections-slideshow {
    margin-top: -140px;
    max-width: 700px;
  }
}
@media only screen and (max-width: 767px) {
  .home-sections-slideshow {
    padding-right: 0;
  }
}
.admin .preview-item .home-sections-slideshow {
  width: 490px;
  margin: 0;
}
.home-sections-slideshow .swiper-buttons {
  width: 80px;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .home-sections-slideshow .swiper-buttons {
    display: none;
  }
}
.admin .preview-item .home-sections-slideshow .swiper-buttons {
  display: none;
}
.home-sections-slideshow .slideshow {
  padding: 60px;
  background: #f7f7f7;
  overflow: hidden;
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .home-sections-slideshow .slideshow {
    padding: 40px;
  }
}
@media only screen and (max-width: 539px) {
  .home-sections-slideshow .slideshow {
    padding: 20px;
  }
}
.home-sections-slideshow .slide {
  flex-direction: column;
  background-position: center;
  background-size: cover;
  background-color: #384766;
  position: relative;
  min-height: 430px;
}
.home-sections-slideshow .slide:after {
  content: "";
  display: block;
  padding-top: 150%;
}
@media only screen and (max-width: 979px) {
  .home-sections-slideshow .slide:after {
    padding-top: 120%;
  }
}
.home-sections-slideshow .slide .thumbnail:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(56, 71, 102, 0.4);
  z-index: 1;
  transition: all 800ms ease 0ms;
}
.home-sections-slideshow .slide .description-content,
.home-sections-slideshow .slide .bottom-details {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  text-align: center;
}
.home-sections-slideshow .slide .description-content {
  top: 55%;
  transform: translate(-50%, -50%);
  transition: top 350ms ease-in-out;
  z-index: 2;
}
.home-sections-slideshow .slide .description-content .content {
  line-height: 1.6;
  opacity: 0;
  transition: opacity 350ms ease-in-out;
}
@media only screen and (max-width: 1440px) {
  .home-sections-slideshow .slide .description-content .content {
    font-size: 14px;
  }
}
.home-sections-slideshow .slide .bottom-details {
  bottom: 30px;
  display: block;
  text-align: left;
  z-index: 2;
}
.home-sections-slideshow .slide .bottom-details .price {
  font-family: "Montserrat", serif;
  text-align: center;
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
  opacity: 0;
  transition: opacity 350ms ease-in-out;
}
@media only screen and (max-width: 1440px) {
  .home-sections-slideshow .slide .bottom-details .price {
    font-size: 28px;
  }
}
.home-sections-slideshow .slide .bottom-details .price span {
  display: block;
  margin-bottom: 10px;
  font-size: 10px;
  font-family: "Montserrat", serif;
  font-weight: 300;
  text-transform: uppercase;
}
.home-sections-slideshow .slide .bottom-details .text-button {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: left 350ms ease-in-out, transform 350ms ease-in-out;
}
@media only screen and (max-width: 979px) {
  .home-sections-slideshow .slide .bottom-details .text-button {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .home-sections-slideshow .slide .bottom-details .text-button {
    font-size: 12px;
  }
}
.home-sections-slideshow .slide .title,
.home-sections-slideshow .slide .content,
.home-sections-slideshow .slide .bottom-details,
.home-sections-slideshow .slide .text-button {
  color: #fff;
}
.home-sections-slideshow .slide .title {
  font-family: "Montserrat", serif;
  font-weight: 600;
  font-size: 34px;
  line-height: 1.1em;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media only screen and (max-width: 979px) {
  .home-sections-slideshow .slide .title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .home-sections-slideshow .slide .title {
    font-size: 24px;
  }
}
.home-sections-slideshow .slide:hover .thumbnail:before {
  background: rgba(56, 71, 102, 0.8);
}
.home-sections-slideshow .slide:hover .description-content {
  top: 45%;
}
.home-sections-slideshow .slide:hover .description-content .content {
  opacity: 1;
}
@media only screen and (min-width: 1200px) {
  .home-sections-slideshow .slide.price-enabled:hover .bottom-details .price {
    opacity: 1;
  }
  .home-sections-slideshow .slide.price-enabled:hover .bottom-details .text-button {
    left: 56%;
    transform: translate(0%, -50%);
  }
}

#events {
  position: relative;
  overflow: hidden;
  text-align: center;
}
#events h2 {
  font: 200 36px/1.2 "Montserrat", serif;
  margin-bottom: 20px;
  color: #384766;
}
#events h2 a {
  text-decoration: none;
}
#events .slideshow {
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
}
#events .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
#events .event {
  position: relative;
  display: inline-block;
  width: 33.33%;
  height: 666px;
  overflow: hidden;
  vertical-align: top;
  white-space: normal;
}
@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;
}
@media only screen and (max-width: 767px) {
  #events .event .thumbnail {
    height: 266px;
  }
}
#events .event .thumbnail.no-thumbnail {
  background: #f7f7f7;
}
#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: #384766;
  border-bottom-color: #384766;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#events .event .date {
  display: block;
  position: relative;
  margin: 34px 0 37px;
  color: #384766;
  font-size: 17px;
  line-height: 23px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  #events .event .date {
    margin: 20px 0;
  }
}
#events .event .date a {
  color: inherit;
  text-decoration: none;
}
#events .event .date a:hover {
  text-decoration: underline;
}
#events .event .date:after {
  content: "";
  display: block;
  width: 180px;
  height: 1px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #f7f7f7;
}
@media only screen and (max-width: 767px) {
  #events .event .date:after {
    bottom: -8px;
  }
}
#events .event h3 {
  font: 200 24px/1.33 "Montserrat", serif;
  color: #384766;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  #events .event h3 {
    font-size: 20px;
  }
}
#events .event p {
  font-size: 15px;
  line-height: 1.33;
}
@media only screen and (max-width: 767px) {
  #events .event p {
    font-size: 14px;
  }
}
#events .event .copy {
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  #events .event .copy {
    padding: 0 10px;
  }
}
#events .event .button {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#events .slideshow-pagination {
  margin: 20px 0;
  text-align: center;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  #events .slideshow-pagination {
    display: none;
  }
}
#events .slideshow-pagination > * {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  text-indent: -9999px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  transition: background 350ms ease-in-out;
  cursor: pointer;
}
#events .slideshow-pagination > *:hover, #events .slideshow-pagination > *.active {
  background: #384766;
}

/* TEMPLATE 1 - 1 */
.rooms .categories-descr {
  padding: 0 20px;
}
.rooms .categories-descr .category-descr {
  display: none;
}
.rooms .categories-descr .category-descr.active {
  display: block;
}
.rooms .rooms-entry {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 979px) {
  .rooms .rooms-entry {
    padding: 20px;
  }
}
@media (max-width: 550px) {
  .rooms .rooms-entry {
    padding: 0;
  }
}
.rooms .rooms-entry:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  z-index: -1;
}
.rooms .rooms-entry .images {
  position: relative;
  float: left;
  margin: 0;
  width: 400px;
  height: 260px;
  background-color: #f7f7f7;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .rooms .rooms-entry .images {
    width: calc(100% + 36px);
    margin-left: -18px;
  }
}
.rooms .rooms-entry .images .slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.rooms .rooms-entry .images .slide img {
  display: block;
  width: 100%;
  position: relative;
}
.rooms .rooms-entry .slideshow {
  overflow: hidden;
}
.rooms .rooms-entry .slideshow,
.rooms .rooms-entry .slideshow-wrapper,
.rooms .rooms-entry .slide {
  height: 100%;
}
.rooms .rooms-entry .swiper-pagination-bullets {
  position: absolute;
  right: 19px;
  bottom: 16px;
  height: 15px;
  justify-content: center;
  align-items: center;
  font-size: 0;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .rooms .rooms-entry .swiper-pagination-bullets {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.rooms .rooms-entry .description {
  position: relative;
  margin-left: 430px;
  padding-right: 200px;
}
@media (max-width: 767px) {
  .rooms .rooms-entry .description {
    padding-right: 0;
  }
}
@media (max-width: 550px) {
  .rooms .rooms-entry .description {
    margin-left: 0;
    padding: 10px;
  }
}
.rooms .rooms-entry .description h3 {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  color: #384766;
}
@media (max-width: 550px) {
  .rooms .rooms-entry .description h3 {
    margin-bottom: 10px;
  }
}
.rooms .rooms-entry .description p {
  margin-bottom: 20px;
}
.rooms .rooms-entry .description nav.links a {
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  margin-right: 8px;
  padding-right: 8px;
}
.rooms .rooms-entry .description nav.links a:after {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  height: 100%;
  width: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.rooms .rooms-entry .description nav.links a:last-child {
  margin: 0;
  padding: 0;
}
.rooms .rooms-entry .description nav.links a:last-child:after {
  content: none;
}
.rooms .rooms-entry.no-booking .description {
  padding-right: 0;
}
.rooms .rooms-entry .features span {
  display: inline-block;
  margin: 0 20px 8px 0;
  font-size: 14px;
  text-transform: uppercase;
}
@media (max-width: 550px) {
  .rooms .rooms-entry .features span {
    display: block;
    margin: 0 0 8px 0;
  }
}
.rooms .rooms-entry .amenities {
  position: relative;
  margin: 10px 0;
  line-height: 30px;
  height: 30px;
}
@media (max-width: 550px) {
  .rooms .rooms-entry .amenities {
    margin: 15px 0;
  }
}
.rooms .rooms-entry .amenities.multiline {
  margin-right: 50px;
}
.rooms .rooms-entry .amenities .main-list {
  height: 30px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.rooms .rooms-entry .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 .rooms-entry .amenities span {
  display: inline-block;
  font-size: 20px;
  letter-spacing: 10px;
  vertical-align: middle;
}
.rooms .rooms-entry .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 .rooms-entry .amenities .toggle:before {
  content: "•••";
  display: inline-block;
  font-size: 20px;
  color: #384766;
}
.rooms .rooms-entry .amenities.multiline .toggle {
  display: block;
}
.rooms .rooms-entry .amenities.expand .additional-list {
  opacity: 1;
  visibility: visible;
  z-index: 3;
  transition: opacity 0.2s, visibility 0s ease 0s;
}
.rooms .rooms-entry .amenities.expand .toggle:before, .rooms .rooms-entry .amenities.expand .toggle:after {
  content: "";
  display: block;
  background: #384766;
  position: absolute;
  transform: rotate(45deg);
}
.rooms .rooms-entry .amenities.expand .toggle:before {
  width: 20px;
  height: 2px;
  top: 9px;
  right: 0;
}
.rooms .rooms-entry .amenities.expand .toggle:after {
  width: 2px;
  height: 20px;
  top: 0;
  right: 9px;
}
.rooms .rooms-entry .booking-info {
  width: 140px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}
@media (max-width: 550px) {
  .rooms .rooms-entry .booking-info {
    display: none;
  }
}
@media (max-width: 767px) {
  .rooms .rooms-entry .booking-info {
    position: static;
    width: auto;
    margin: 20px 0;
  }
}
.rooms .rooms-entry .booking-info .price {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.2;
  text-decoration: none;
  color: #5B746E;
}
@media (max-width: 767px) {
  .rooms .rooms-entry .booking-info .price {
    font-size: 18px;
  }
}
.rooms .rooms-entry .booking-info .button {
  width: 140px;
  padding: 0 5px;
}
@media (max-width: 767px) {
  .rooms .rooms-entry .booking-info .price,
  .rooms .rooms-entry .booking-info .button {
    display: inline-block;
    width: auto;
    margin-right: 10px;
  }
}

.home .rooms {
  margin-bottom: 50px;
}

.page-content .room .features {
  margin-bottom: 30px;
}
.page-content .room .amenities-heading {
  clear: both;
}
.page-content .room .amenities {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 20px 0;
}
.page-content .room .amenities li {
  width: calc(25% - 10px);
  margin: 0 10px 10px 0;
  padding-left: 26px;
}
@media only screen and (max-width: 767px) {
  .page-content .room .amenities li {
    width: 100%;
  }
}
.page-content .room .amenities li:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.page-content .room .thumbnail {
  width: 50%;
  padding-bottom: 30%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .page-content .room .thumbnail {
    width: 100%;
    height: 250px;
  }
}
.page-content .room .thumbnail img {
  display: none;
}
.page-content .room .price {
  margin: 20px 0;
  font-size: 130%;
  text-decoration: none;
}
.page-content .room .price .number {
  font-weight: bold;
}
.page-content .room .controls {
  margin-top: 30px;
  font-size: 0;
}
.page-content .room .controls .button {
  margin: 5px 0 5px 10px;
}
.page-content .room .controls .button:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .page-content .room .controls .button {
    width: 100%;
    margin: 0 0 5px 0;
  }
}

.new-room-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.new-room-section article {
  vertical-align: top;
}
.new-room-section .rooms-entry {
  width: 48%;
  display: inline-block;
}
@media (max-width: 979px) {
  .new-room-section .rooms-entry {
    padding: 20px;
  }
}
@media (max-width: 550px) {
  .new-room-section .rooms-entry {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .new-room-section .rooms-entry {
    width: 100%;
  }
}
.new-room-section .rooms-entry:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: -1;
}
.new-room-section .rooms-entry .images {
  width: 530px;
  height: 300px;
  float: inherit;
}
@media only screen and (max-width: 767px) {
  .new-room-section .rooms-entry .images {
    width: 100%;
    height: auto;
    margin-left: 0px;
  }
}
.new-room-section .rooms-entry .description {
  position: relative;
  margin-left: 0px;
}
.new-room-section .rooms-entry .description h3 {
  margin-bottom: 10px;
  margin-top: 26px;
}
.new-room-section .rooms-entry .description nav.links {
  display: flex;
  align-items: center;
}
.new-room-section .rooms-entry .description nav.links .button {
  display: flex;
  width: 160px;
  height: 46px;
  padding: 18px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  text-transform: uppercase;
}
.new-room-section .rooms-entry .description nav.links .button:hover {
  color: #384766;
}
.new-room-section .rooms-entry .description nav.links a {
  margin-right: 38px;
}
.new-room-section .rooms-entry .description nav.links a::after {
  display: none;
}

.accommodations hr {
  display: none;
}

.amenities-list .center-column {
  padding: 0 0px;
}
.amenities-list hr {
  display: block;
}
.amenities-list h3 {
  color: #717171;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
}
.amenities-list .amenities-list-section .amenities-text {
  display: inline-block;
  width: 49%;
  padding: 0 0 0 30px;
  box-sizing: border-box;
  position: relative;
}
.amenities-list .amenities-list-section .amenities-text::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #717171;
  left: 14px;
  top: 8px;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .amenities-list .amenities-list-section .amenities-text {
    width: 100%;
    padding: 5px 0 0 30px;
  }
}

#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 "Montserrat", 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: 979px) {
  #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 "Montserrat", 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;
  }
}

#feeds {
  position: relative;
  margin-bottom: 120px;
  z-index: 10;
}
#feeds .hidden {
  display: none !important;
}
#feeds.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: #384766;
  border-bottom-color: #384766;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media only screen and (min-width: 980px) {
  #feeds.loading {
    min-height: 260px;
  }
  #feeds.loading:before {
    left: 25%;
  }
}
@media only screen and (max-width: 979px) {
  #feeds.loading {
    min-height: 460px;
  }
}
#feeds .page-content {
  position: relative;
  z-index: 20;
}
@media only screen and (min-width: 980px) {
  #feeds .page-content {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    padding: 20px 60px 60px 60px;
  }
}
@media only screen and (max-width: 979px) {
  #feeds .page-content {
    margin-bottom: 60px;
  }
}
#feeds .categories {
  font-size: 0;
}
#feeds .categories button {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 40px;
  overflow: hidden;
  text-indent: -9999px;
  position: relative;
}
#feeds .categories button img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  filter: grayscale(0.8);
}
@media only screen and (max-width: 979px) {
  #feeds .categories button {
    margin-right: 20px;
  }
}
#feeds .categories button:hover img, #feeds .categories button.active img {
  filter: grayscale(0);
}
#feeds .pattern {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  z-index: 10;
}
#feeds .pattern .feed-item {
  position: relative;
  width: 25%;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #feeds .pattern .feed-item {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  #feeds .pattern .feed-item {
    width: 100%;
  }
}
#feeds .pattern .feed-item:before {
  content: "";
  display: block;
  position: absolute;
  width: 31px;
  height: 31px;
  right: 30px;
  top: 30px;
  background: url("../images/feeds-sprite.svg") -180px 0 no-repeat;
  z-index: 5;
}
#feeds .pattern .feed-item:after {
  content: "";
  display: block;
  padding-top: 100%;
}
#feeds .pattern .feed-item .feed-thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
#feeds .pattern .feed-item .feed-descr {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  overflow: hidden;
  padding: 15px;
  font: 14px/18px "Montserrat", serif;
  text-align: left;
  color: #fff;
  border: 15px solid #f7f7f7;
  transition: background 350ms ease-in-out;
}
@media only screen and (min-width: 1440px) {
  #feeds .pattern .feed-item .feed-descr {
    padding: 20px;
  }
}
#feeds .pattern .feed-item .feed-title {
  margin-bottom: 10px;
  font-weight: 600;
  text-decoration: underline;
  transition: all 350ms ease-in-out;
  padding-right: 30px;
}
#feeds .pattern .feed-item .feed-date {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  color: #e6e6e6;
}
#feeds .pattern .feed-item .feed-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#feeds .pattern .feed-item.instagram .feed-thumb {
  z-index: 2;
  transform: scale(1.1);
  transform-origin: bottom left;
}
@media only screen and (max-width: 1024px) {
  #feeds .pattern .feed-item.instagram .feed-thumb {
    transform: scale(1);
  }
}
#feeds .pattern .feed-item.instagram:nth-of-type(even) .feed-thumb {
  transform-origin: right top;
  transform: scale(1.1);
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  #feeds .pattern .feed-item.instagram:nth-of-type(even) .feed-thumb {
    transform: scale(1);
  }
}
#feeds .pattern .feed-item.instagram .feed-descr {
  display: none;
}
#feeds .pattern .feed-item.instagram:before {
  content: none;
}
#feeds .pattern .feed-item.facebook .feed-descr {
  background: #3b5998;
}
#feeds .pattern .feed-item.facebook:hover .feed-descr {
  background: #4c70ba;
}
#feeds .pattern .feed-item.facebook:before {
  background-position: -50px 0;
}
#feeds .pattern .feed-item.twitter .feed-descr {
  background: #1da1f2;
}
#feeds .pattern .feed-item.twitter:hover .feed-descr {
  background: #4db5f5;
}
#feeds .pattern .feed-item.twitter:before {
  background-position: -100px 0;
}
#feeds .pattern .feed-item.blog .feed-descr {
  background: #5c574f;
}
#feeds .pattern .feed-item.blog:hover .feed-descr {
  background: #777167;
}
#feeds .pattern .feed-item.blog:before {
  background-position: -150px 0;
}
#feeds .pattern.main-row .social-box .social-box-image {
  z-index: 5;
}
#feeds .pattern.main-row .social-box:nth-of-type(2) .social-box-image {
  z-index: 3;
}
#feeds .instagram .pattern:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 979px) {
  #feeds .instagram .pattern:nth-of-type(even) {
    flex-direction: row;
  }
}
#feeds .feed-controls {
  width: 100%;
  text-align: center;
  margin-top: 80px;
}
@media only screen and (max-width: 1024px) {
  #feeds .feed-controls {
    margin-top: 40px;
  }
}
#feeds .feed-controls .text-button {
  font-size: 16px;
  color: #384766;
}

#groups-events {
  background: #fff;
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  #groups-events {
    margin-top: 0;
  }
}
#groups-events .event-meeting {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 210px;
}
@media only screen and (max-width: 1024px) {
  #groups-events .event-meeting {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 539px) {
  #groups-events .event-meeting {
    margin-bottom: 20px;
  }
}
#groups-events .event-meeting .event-meeting-img-content {
  flex: 1.4;
  display: flex;
  align-items: center;
  background-color: #f7f7f7;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  #groups-events .event-meeting .event-meeting-img-content {
    flex: auto;
    width: 100%;
  }
}
#groups-events .event-meeting .event-meeting-img-content:after {
  display: block;
  content: " ";
  position: absolute;
  height: 100%;
  width: 60px;
  right: 0;
  background-color: #fff;
}
@media only screen and (max-width: 1024px) {
  #groups-events .event-meeting .event-meeting-img-content:after {
    display: none;
  }
}
#groups-events .event-meeting .event-meeting-img-content img {
  width: 100%;
  z-index: 2;
  display: block;
}
@media only screen and (max-width: 1024px) {
  #groups-events .event-meeting .event-meeting-img-content img {
    margin: auto;
    max-width: 40%;
  }
}
@media only screen and (max-width: 539px) {
  #groups-events .event-meeting .event-meeting-img-content img {
    max-width: 100%;
  }
}
#groups-events .event-meeting .event-meeting-text-content {
  flex: 2;
  padding: 60px 60px 0 60px;
}
@media only screen and (max-width: 539px) {
  #groups-events .event-meeting .event-meeting-text-content {
    padding: 40px 20px;
  }
}
#groups-events .event-meeting .event-meeting-text-content .event-meeting-headline {
  margin-bottom: 50px;
  text-align: left;
}
#groups-events .event-meeting .event-meeting-text-content .event-meeting-headline h2 {
  margin-bottom: 30px;
  color: #384766;
}
#groups-events .event-meeting .event-meeting-text-content .event-meeting-headline h3 {
  color: #000;
  font-size: 64px;
  font-family: "Montserrat", serif;
  font-weight: normal;
  line-height: 1.2em;
  text-transform: none;
}
@media only screen and (max-width: 767px) {
  #groups-events .event-meeting .event-meeting-text-content .event-meeting-headline h3 {
    font-size: 50px;
  }
}
#groups-events .event-meeting .event-meeting-text-content .event-meeting-info {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 539px) {
  #groups-events .event-meeting .event-meeting-text-content .event-meeting-info {
    flex-direction: column;
  }
}
#groups-events .event-meeting .event-meeting-text-content .event-meeting-info .event-info-logo {
  background-position: center;
  background-size: contain;
  margin-right: 60px;
  max-width: 160px;
  max-height: 160px;
  flex: 1;
  background-color: #f7f7f7;
}
@media only screen and (max-width: 539px) {
  #groups-events .event-meeting .event-meeting-text-content .event-meeting-info .event-info-logo {
    margin-bottom: 20px;
    margin-right: 0px;
  }
}
#groups-events .event-meeting .event-meeting-text-content .event-meeting-info .event-info-logo img {
  display: block;
}
#groups-events .event-meeting .event-meeting-text-content .event-meeting-info .event-info-logo p {
  max-width: 78px;
  font-family: "Montserrat", serif;
  font-size: 18px;
  padding-top: 20px;
  padding-left: 20px;
  box-sizing: border-box;
}
@media only screen and (max-width: 539px) {
  #groups-events .event-meeting .event-meeting-text-content .event-meeting-info .event-info-logo p {
    padding: 20px;
  }
}
#groups-events .event-meeting .event-meeting-text-content .event-meeting-info .event-info-text {
  flex: 2;
  text-align: left;
}
#groups-events .event-meeting .event-meeting-text-content .event-meeting-info .event-info-text ul {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  #groups-events .event-meeting .event-meeting-text-content .event-meeting-info .event-info-text ul {
    display: flex;
    flex-wrap: wrap;
  }
}
#groups-events .event-meeting .event-meeting-text-content .event-meeting-info .event-info-text ul li {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  #groups-events .event-meeting .event-meeting-text-content .event-meeting-info .event-info-text ul li {
    margin-right: 40px;
  }
  #groups-events .event-meeting .event-meeting-text-content .event-meeting-info .event-info-text ul li:last-child {
    margin-right: 0px;
  }
}
#groups-events .event-meeting .event-meeting-text-content .event-meeting-info .event-info-text ul li .event-info-title {
  font-size: 14px;
  font-family: "Montserrat", serif;
  font-weight: 700;
  line-height: 1.86em;
  color: #717171;
}
#groups-events .event-meeting .event-meeting-text-content .event-meeting-info .event-info-text ul li:last-child {
  margin-bottom: 0px;
}
#groups-events .event-meeting .event-meeting-text-content .event-meeting-info .event-info-text ul li .text-link {
  font-family: "Montserrat", serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  cursor: pointer;
  text-decoration: none;
}
#groups-events .event-meeting .event-meeting-text-content .event-meeting-info .event-info-text .primary-button {
  cursor: pointer;
  display: inline-block;
  margin-top: 60px;
  font-family: "Montserrat", serif;
  font-weight: 600;
  text-decoration: none;
}
#groups-events .event-additional-info {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#groups-events .event-additional-info .event-additional-info-text {
  flex: 2;
  padding: 0 60px 60px 60px;
  position: relative;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  #groups-events .event-additional-info .event-additional-info-text {
    flex: auto;
    width: 100%;
  }
}
@media only screen and (max-width: 539px) {
  #groups-events .event-additional-info .event-additional-info-text {
    padding: 0px 20px 40px;
  }
}
@media screen and (min-width: 1300px) {
  #groups-events .event-additional-info .event-additional-info-text:after {
    display: block;
    content: " ";
    position: absolute;
    bottom: 0px;
    right: 0;
    background-color: #f7f7f7;
    width: 60px;
    height: 15%;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 539px) {
  #groups-events .event-additional-info .event-additional-info-text:after {
    display: none;
  }
}
#groups-events .event-additional-info .event-additional-info-text h2 {
  margin-bottom: 10px;
}
#groups-events .event-additional-info .event-additional-info-text h3 {
  margin-bottom: 30px;
  color: #000;
  font-size: 64px;
  font-family: "Montserrat", serif;
  font-weight: normal;
  line-height: 1.2em;
  text-transform: none;
}
@media only screen and (max-width: 767px) {
  #groups-events .event-additional-info .event-additional-info-text h3 {
    font-size: 50px;
  }
}
#groups-events .event-additional-info .event-additional-info-text h4 {
  font-family: "Montserrat", serif;
  font-weight: normal;
  line-height: 1.2em;
  color: #384766;
  font-size: 36px;
}
#groups-events .event-additional-info .event-additional-info-img {
  flex: 1.4;
  background-color: #f7f7f7;
}
@media only screen and (max-width: 1024px) {
  #groups-events .event-additional-info .event-additional-info-img {
    flex: auto;
    width: 100%;
  }
}
#groups-events .event-additional-info .event-additional-info-img img {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  #groups-events .event-additional-info .event-additional-info-img img {
    max-width: 40%;
    margin: auto;
    display: flex;
  }
}
@media only screen and (max-width: 539px) {
  #groups-events .event-additional-info .event-additional-info-img img {
    max-width: 100%;
  }
}

#footer {
  padding-top: 60px;
  padding-bottom: 30px;
  box-sizing: border-box;
  background: #f7f7f7;
}
@media only screen and (max-width: 1024px) {
  #footer {
    padding-top: 30px;
  }
}
#footer .center-column {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 979px) {
  #footer .center-column {
    flex-direction: column;
  }
}
#footer .details,
#footer .social-wrapper {
  width: 100%;
  max-width: 520px;
  padding-top: 2rem;
  height: 90%;
}
@media only screen and (max-width: 979px) {
  #footer .details,
  #footer .social-wrapper {
    max-width: none;
    margin-bottom: 40px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }
}
#footer .details {
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  position: relative;
}
#footer .details:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 269px;
  top: 29px;
  border-right: 1px solid #384766;
  display: block;
  bottom: -50px;
}
@media only screen and (max-width: 979px) {
  #footer .details {
    align-items: center;
    justify-content: center;
  }
  #footer .details:after {
    border: 1px solid #384766;
    height: 1px;
    bottom: -30px;
    top: auto;
  }
}
#footer .details .logo {
  width: 120px;
  padding-bottom: 5px;
}
@media only screen and (max-width: 979px) {
  #footer .details .logo {
    padding-bottom: 20px;
  }
}
#footer .details .logo img {
  width: 100%;
}
#footer .details .contacts {
  box-sizing: border-box;
  font-family: "Montserrat", serif;
  color: #717171;
  line-height: 1.63em;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
}
@media only screen and (min-width: 1440px) {
  #footer .details .contacts {
    font-size: 15px;
    padding-left: 60px;
  }
}
@media only screen and (max-width: 979px) {
  #footer .details .contacts {
    padding-left: 0;
  }
}
#footer .details .contacts a {
  color: #384766;
  font-weight: 600;
  font-style: normal;
}
#footer .details .contacts a:hover {
  color: #5686A2;
}
#footer .details .contacts a.alternate-link {
  color: #384766;
  margin-left: 5px;
}
#footer .details .contacts a.alternate-link:hover {
  color: #5686A2;
}
#footer .social-wrapper {
  margin-left: auto;
  padding-left: 40px;
  box-sizing: border-box;
}
@media only screen and (max-width: 979px) {
  #footer .social-wrapper {
    padding: 0 20px;
  }
}
#footer .social-wrapper p {
  overflow: hidden;
  margin-bottom: 20px;
  width: 100%;
  color: #384766;
  font-family: "Montserrat", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}
@media only screen and (max-width: 1024px) {
  #footer .social-wrapper {
    max-width: 500px;
    margin: auto;
  }
}
#footer .social-wrapper a.take-a-tour-mobile {
  margin-top: 40px;
  padding: 0 20px;
  font-size: 16px;
  color: #384766;
  font-weight: 600;
  display: none;
}
@media only screen and (max-width: 979px) {
  #footer .social-wrapper a.take-a-tour-mobile {
    display: inline-block;
  }
}
#footer .social-wrapper a.take-a-tour-mobile:hover {
  color: #5686A2;
}
#footer .social-wrapper a.take-a-tour-desktop {
  display: inline-block;
  margin-top: 20px;
  font-size: 16px;
  color: #384766;
  font-weight: 600;
}
@media only screen and (max-width: 979px) {
  #footer .social-wrapper a.take-a-tour-desktop {
    display: none;
  }
}
#footer .social-wrapper a.take-a-tour-desktop:hover {
  color: #5686A2;
}
#footer .social-wrapper .social-wrap-headline {
  padding-top: 1rem;
  font-size: 20px;
  font-family: "Montserrat", serif;
  font-weight: 600;
  margin-bottom: 20px;
  color: #384766;
  text-transform: uppercase;
}
@media only screen and (max-width: 1440px) {
  #footer .social-wrapper .social-wrap-headline {
    font-size: 16px;
  }
}
#footer .social-wrapper form {
  display: flex;
  margin-bottom: 40px;
}
#footer .social-wrapper form input {
  flex: 3;
  height: 60px;
  border: 0;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  font-family: "Montserrat", serif;
  font-size: 16px;
  color: #717171;
}
@media only screen and (max-width: 539px) {
  #footer .social-wrapper form input {
    font-size: 14px;
  }
}
#footer .social-wrapper form button {
  flex: 1;
}
@media only screen and (max-width: 539px) {
  #footer .social-wrapper form button {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }
}
#footer .social-wrapper .socials ul li {
  display: inline-block;
  margin: 0 20px 20px 0;
}
#footer .social-wrapper .socials ul li:last-child {
  margin-right: 0;
}
#footer .social-wrapper .socials a {
  position: relative;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  transition: transform 200ms;
  width: 30px;
  height: 30px;
}
#footer .social-wrapper .socials a img {
  width: 24px;
  height: 24px;
  transition: transform 200ms;
  position: absolute;
  top: 0;
  display: block;
}
#footer .social-wrapper .socials a:hover {
  transform: scale(1.2);
}
#footer .social-wrapper .socials .tripadvisor {
  display: none;
}
@media only screen and (max-width: 979px) {
  #footer .social-wrapper .socials {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 979px) {
  #footer #teconsent {
    text-align: center;
  }
}
#footer .third-logos {
  position: relative;
}
#footer .third-logos img {
  margin: 20px;
}
#footer .third-logos:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #384766;
  display: block;
  bottom: 0px;
}
@media only screen and (max-width: 979px) {
  #footer .third-logos {
    display: grid;
  }
  #footer .third-logos .staybeyondgreen-btn {
    order: -1;
  }
}
#footer .credits {
  width: 100%;
  padding: 0 20px;
  font-family: "Montserrat", serif;
  color: #717171;
  font-size: 13px;
  line-height: 1.7em;
}
@media only screen and (max-width: 1440px) {
  #footer .credits {
    font-size: 12px;
  }
}
@media only screen and (max-width: 979px) {
  #footer .credits {
    text-align: center;
    margin-block: 63px 23px;
  }
}
#footer .credits a {
  font-weight: 600;
}
#footer .credits a:hover {
  color: #5686A2;
}
#footer .credits sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
#footer .credits sup {
  top: -0.5em;
}

#hebs-gallery {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  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: 17px;
  height: 17px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
  background: url("../images/common.svg") 0 0 no-repeat;
}
#hebs-gallery .close-button:hover {
  background-position: -37px 0;
}
#hebs-gallery .close-button:active {
  background-position: -74px 0;
}
#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: #717171;
}
#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: 979px) {
  #hebs-gallery .galleria-stage {
    padding: 0;
  }
}
@media only screen and (max-width: 979px) 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: 979px) {
  #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: 31px;
  height: 61px;
  margin-top: -30px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common.svg") 0 0 no-repeat;
}
#hebs-gallery .galleria-image-nav-left {
  left: 20px;
  background-position: 0 -37px;
}
#hebs-gallery .galleria-image-nav-left:hover {
  background-position: -51px -37px;
}
#hebs-gallery .galleria-image-nav-left:active {
  background-position: -102px -37px;
}
#hebs-gallery .galleria-image-nav-right {
  right: 20px;
  background-position: 0 -118px;
}
#hebs-gallery .galleria-image-nav-right:hover {
  background-position: -51px -118px;
}
#hebs-gallery .galleria-image-nav-right:active {
  background-position: -102px -118px;
}
#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: #384766;
  border-bottom-color: #384766;
  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: #000;
}
@media only screen and (max-width: 979px) 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: #000;
  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: 21px;
  height: 21px;
  margin-top: -10px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common.svg") 0 0 no-repeat;
}
#hebs-gallery .galleria-carousel .galleria-thumb-nav-left, #hebs-gallery .galleria-carousel .galleria-thumb-nav-right {
  display: block;
}
#hebs-gallery .galleria-thumb-nav-left.disabled, #hebs-gallery .galleria-thumb-nav-right.disabled {
  opacity: 0.5;
  cursor: default;
}
#hebs-gallery .galleria-thumb-nav-left {
  left: 15px;
  background-position: 5px -199px;
}
#hebs-gallery .galleria-thumb-nav-left:hover {
  background-position: -26px -199px;
}
#hebs-gallery .galleria-thumb-nav-left:active {
  background-position: -57px -199px;
}
#hebs-gallery .galleria-thumb-nav-left.disabled {
  background-position: 5px -199px;
}
#hebs-gallery .galleria-thumb-nav-right {
  right: 15px;
  background-position: 5px -240px;
}
#hebs-gallery .galleria-thumb-nav-right:hover {
  background-position: -26px -240px;
}
#hebs-gallery .galleria-thumb-nav-right:active {
  background-position: -57px -240px;
}
#hebs-gallery .galleria-thumb-nav-right.disabled {
  background-position: 5px -240px;
}
#hebs-gallery .galleria-info {
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  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;
}

#share-this-site-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABAAQMAAACQp+OdAAAAA1BMVEUAAACnej3aAAAAAXRSTlOzEo46UAAAAA5JREFUeAFjoACMglEAAAJAAAGccJWlAAAAAElFTkSuQmCC");
  background: rgba(0, 0, 0, 0.7);
}
#share-this-site-overlay .wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 420px;
  height: 140px;
  padding: 20px;
  margin: -90px 0 0 -230px;
  background: #327d7d;
}
#share-this-site-overlay .close-button {
  position: absolute;
  right: 15px;
  top: 10px;
  width: 17px;
  height: 17px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common.svg") 0 0 no-repeat;
  cursor: pointer;
  z-index: 2;
}
#share-this-site-overlay .close-button:hover {
  background-position: -37px 0;
}
#share-this-site-overlay .close-button:active {
  background-position: -74px 0;
}

#share-this-site {
  padding: 0;
  margin: 0 5px 5px;
  width: 420px;
}
#share-this-site li {
  float: left;
  width: 130px;
  margin: 0 5px;
  font-size: 0;
}
#share-this-site a {
  position: relative;
  display: block;
  height: 16px;
  margin: 5px 0;
  padding-left: 20px;
  font: 12px/16px "Montserrat", serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #f7fcfc;
}
#share-this-site a:hover {
  color: #6dc7c7;
}
#share-this-site a .icon {
  float: left;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  background: url(../images/share.png) 0 0 no-repeat;
}
#share-this-site a.share_facebook .icon {
  background-position: 0 0;
}
#share-this-site a.share_facebook:hover .icon {
  background-position: -36px 0;
}
#share-this-site a.share_twitter .icon {
  background-position: 0 -36px;
}
#share-this-site a.share_twitter:hover .icon {
  background-position: -36px -36px;
}
#share-this-site a.share_tumblr .icon {
  background-position: 0 -72px;
}
#share-this-site a.share_tumblr:hover .icon {
  background-position: -36px -72px;
}
#share-this-site a.share_linkedin .icon {
  background-position: 0 -108px;
}
#share-this-site a.share_linkedin:hover .icon {
  background-position: -36px -108px;
}
#share-this-site a.share_digg .icon {
  background-position: 0 -144px;
}
#share-this-site a.share_digg:hover .icon {
  background-position: -36px -144px;
}
#share-this-site a.share_delicious .icon {
  background-position: 0 -180px;
}
#share-this-site a.share_delicious:hover .icon {
  background-position: -36px -180px;
}
#share-this-site a.share_stumbleupon .icon {
  background-position: 0 -216px;
}
#share-this-site a.share_stumbleupon:hover .icon {
  background-position: -36px -216px;
}
#share-this-site a.share_orkut .icon {
  background-position: 0 -252px;
}
#share-this-site a.share_orkut:hover .icon {
  background-position: -36px -252px;
}
#share-this-site a.share_myspace .icon {
  background-position: 0 -288px;
}
#share-this-site a.share_myspace:hover .icon {
  background-position: -36px -288px;
}
#share-this-site a.share_yammer .icon {
  background-position: 0 -324px;
}
#share-this-site a.share_yammer:hover .icon {
  background-position: -36px -324px;
}
#share-this-site a.share_pinterest .icon {
  background-position: 0 -360px;
}
#share-this-site a.share_pinterest:hover .icon {
  background-position: -36px -360px;
}
#share-this-site a.share_bebo .icon {
  background-position: 0 -396px;
}
#share-this-site a.share_bebo:hover .icon {
  background-position: -36px -396px;
}
#share-this-site a.share_live .icon {
  background-position: 0 -432px;
}
#share-this-site a.share_live:hover .icon {
  background-position: -36px -432px;
}
#share-this-site a.share_google .icon {
  background-position: 0 -468px;
}
#share-this-site a.share_google:hover .icon {
  background-position: -36px -468px;
}
#share-this-site a.share_email .icon {
  background-position: 0 -504px;
}
#share-this-site a.share_email:hover .icon {
  background-position: -36px -504px;
}

@media only screen and (max-width: 767px) {
  .page-content {
    text-align: left;
  }
}

.venue-page-intro {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 539px) {
  .venue-page-intro {
    margin-bottom: 0px;
  }
}
.venue-page-intro .venue-page-text-content {
  flex: 2;
  padding: 100px 60px 50px 60px;
}
@media only screen and (max-width: 539px) {
  .venue-page-intro .venue-page-text-content {
    padding: 40px 20px;
  }
}
.venue-page-intro .venue-page-text-content h2 {
  margin-bottom: 30px;
}
.venue-page-intro .venue-page-text-content h3 {
  margin-bottom: 30px;
}
.venue-page-intro .venue-page-text-content p {
  margin-bottom: 20px;
}

.other-page-side-links {
  flex: 0.9;
  background-color: #f7f7f7;
  display: flex;
  justify-content: left;
  align-items: center;
  padding-left: 120px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
  .other-page-side-links {
    flex: auto;
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.other-page-side-links ul {
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  .other-page-side-links ul {
    text-align: center;
    display: block;
    width: 100%;
  }
}
.other-page-side-links ul li {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .other-page-side-links ul li {
    flex: 1;
    display: inline-block;
    margin-right: 20px;
  }
}
.other-page-side-links ul li a {
  font-family: "Montserrat", serif;
  font-weight: bold;
  color: #384766;
  display: inline-block;
  border-bottom: 2px solid #384766;
  transition: all 400ms ease 0ms;
  font-size: 20px;
  line-height: 1.7em;
  text-decoration: none;
}
@media only screen and (max-width: 539px) {
  .other-page-side-links ul li a {
    font-size: 16px;
  }
}

#room-sections-wrap {
  background: #fff;
  padding-bottom: 10px;
}
#room-sections-wrap .categories-descr {
  padding: 0 20px;
}
#room-sections-wrap .categories-descr .category-descr {
  display: none;
}
#room-sections-wrap .categories-descr .category-descr.active {
  display: block;
}
#room-sections-wrap .venues-entry:nth-child(even) .room-section-content {
  order: 1;
}
@media only screen and (max-width: 1024px) {
  #room-sections-wrap .venues-entry:nth-child(even) .room-section-content {
    order: 0;
  }
}
#room-sections-wrap .venues-entry {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 130px;
}
@media only screen and (max-width: 539px) {
  #room-sections-wrap .venues-entry {
    margin-bottom: 0px;
  }
}
#room-sections-wrap .venues-entry.hide {
  display: none;
}
#room-sections-wrap .venues-entry .room-section-content {
  flex: 1.1;
  padding-bottom: 80px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  #room-sections-wrap .venues-entry .room-section-content {
    flex: auto;
    width: 100%;
  }
}
#room-sections-wrap .venues-entry .room-section-content .room-section-img-content {
  background-color: #f7f7f7;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}
#room-sections-wrap .venues-entry .room-section-content .room-section-img-content .input-overlay {
  top: 0;
}
#room-sections-wrap .venues-entry .room-section-content .room-section-img-content .home-section-form {
  max-width: 240px;
  display: block;
  flex-wrap: wrap;
  position: absolute;
  bottom: 0 !important;
  right: 0 !important;
  left: 60px;
}
@media only screen and (max-width: 539px) {
  #room-sections-wrap .venues-entry .room-section-content .room-section-img-content .home-section-form {
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    max-width: 300px;
  }
}
@media only screen and (min-width: 1200px) {
  #room-sections-wrap .venues-entry .room-section-content .room-section-img-content .home-section-form {
    right: 40px;
    bottom: -80px;
    transform: none;
  }
}
@media only screen and (min-width: 1440px) {
  #room-sections-wrap .venues-entry .room-section-content .room-section-img-content .home-section-form {
    right: 160px;
  }
}
#room-sections-wrap .venues-entry .room-section-content .room-section-img-content .home-section-form .booking-datepicker-wrap {
  right: auto;
  left: 0;
}
#room-sections-wrap .venues-entry .room-section-content .room-section-img-content .home-section-form .two-columns {
  display: flex;
}
#room-sections-wrap .venues-entry .room-section-content .room-section-img-content .home-section-form .two-columns .column {
  flex: 1;
  position: relative;
}
#room-sections-wrap .venues-entry .room-section-content .room-section-img-content .home-section-form .tiny-form .button {
  line-height: 80px;
}
#room-sections-wrap .venues-entry .room-section-content .room-section-img-content .phone-number {
  display: block;
  position: absolute;
  left: 300px;
  font-family: "Montserrat", serif;
  font-size: 24px;
  display: inline-block;
  cursor: pointer;
  height: 80px;
  line-height: 84px;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
  bottom: 0px;
  text-decoration: none;
}
@media only screen and (max-width: 539px) {
  #room-sections-wrap .venues-entry .room-section-content .room-section-img-content .phone-number {
    font-size: 16px;
    position: relative;
    background: #fff;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 50px;
    height: 50px;
    left: 0;
  }
}
#room-sections-wrap .venues-entry .room-section-content .room-section-img-content:after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  #room-sections-wrap .venues-entry .room-section-content .room-section-img-content:after {
    width: 0px;
    height: 0px;
    padding-top: 60%;
  }
}
@media only screen and (max-width: 539px) {
  #room-sections-wrap .venues-entry .room-section-content .room-section-img-content:after {
    padding-top: 120%;
  }
}
#room-sections-wrap .venues-entry .room-section-text-content {
  flex: 0.65;
  padding: 60px 60px 0 60px;
}
@media only screen and (max-width: 1024px) {
  #room-sections-wrap .venues-entry .room-section-text-content {
    flex: auto;
    width: 100%;
  }
}
@media only screen and (max-width: 539px) {
  #room-sections-wrap .venues-entry .room-section-text-content {
    padding: 40px 20px;
  }
}
#room-sections-wrap .venues-entry .room-section-text-content h2 {
  margin-bottom: 19px;
  color: #384766;
  font-size: 34px;
  text-transform: uppercase;
  font-weight: 600;
}
@media only screen and (max-width: 979px) {
  #room-sections-wrap .venues-entry .room-section-text-content h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  #room-sections-wrap .venues-entry .room-section-text-content h2 {
    font-size: 24px;
  }
}
#room-sections-wrap .venues-entry .room-section-text-content p {
  margin-bottom: 40px;
}
#room-sections-wrap .venues-entry .room-section-text-content h3 {
  margin-bottom: 22px;
  color: #384766;
  font-size: 22px;
  font-family: "Montserrat", serif;
  text-transform: uppercase;
  font-weight: 600;
}
@media only screen and (max-width: 979px) {
  #room-sections-wrap .venues-entry .room-section-text-content h3 {
    font-size: 18px;
  }
}
#room-sections-wrap .venues-entry .room-section-text-content ul {
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 60px;
  margin-left: 0;
}
#room-sections-wrap .venues-entry .room-section-text-content ul li {
  margin-bottom: 5px;
}
#room-sections-wrap .venues-entry .room-section-text-content ul li:before {
  display: none;
}
#room-sections-wrap .venues-entry .room-section-text-content .text-content-horizontal-links li {
  display: inline-block;
  margin-right: 60px;
}
#room-sections-wrap .venues-entry .room-section-text-content .text-content-horizontal-links li a {
  font-size: 18px;
  font-family: "Montserrat", serif;
  line-height: 1.56em;
  color: #384766;
  display: inline-block;
  border-bottom: 2px solid #384766;
  transition: all 400ms ease 0ms;
  text-decoration: none;
}
#room-sections-wrap .venues-entry .room-section-text-content .available-tables {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#room-sections-wrap .venues-entry .room-section-text-content .available-tables .available-table-icon-wrap {
  padding: 20px;
  box-sizing: border-box;
  width: 16.66666%;
}
@media only screen and (max-width: 539px) {
  #room-sections-wrap .venues-entry .room-section-text-content .available-tables .available-table-icon-wrap {
    padding: 10px;
  }
}
#room-sections-wrap .venues-entry .room-section-text-content .available-tables .available-table-icon-wrap .available-table-icon {
  width: 32px;
  height: 32px;
  background-image: url("../images/sprite.svg");
  background-repeat: no-repeat;
  margin: auto;
  cursor: pointer;
}
#room-sections-wrap .venues-entry .room-section-text-content .available-tables .room-layouts {
  background-color: #f7f7f7;
  margin-top: 10px;
}
#room-sections-wrap .venues-entry .room-section-text-content .available-tables .room-layouts li {
  position: relative;
  display: block;
  float: left;
  width: 81px;
  height: 75px;
  margin: 0;
  padding: 0;
  line-height: 75px;
}
#room-sections-wrap .venues-entry .room-section-text-content .available-tables .room-layouts li span {
  display: none;
}
#room-sections-wrap .venues-entry .room-section-text-content .available-tables .room-layouts li:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none !important;
  color: #384766;
  font-size: 50px;
  text-align: center;
  line-height: 72px;
}
#room-sections-wrap .venues-entry .room-section-text-content .available-tables .room-layouts li:after {
  content: attr(data-layoutname);
  display: block;
  opacity: 0;
  visibility: hidden;
  padding: 10px;
  background: #384766;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 100%;
  box-sizing: border-box;
  font: bold 14px "Montserrat", serif;
  word-break: keep-all;
  white-space: pre;
}
#room-sections-wrap .venues-entry .room-section-text-content .available-tables .room-layouts li:hover:after {
  opacity: 1;
  visibility: visible;
}

.venue-acm-slider {
  margin: 100px 0 80px;
  height: 620px;
  flex: 1.8;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 1440px) {
  .venue-acm-slider {
    flex: 1.5;
  }
}
@media only screen and (max-width: 979px) {
  .venue-acm-slider {
    height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .venue-acm-slider {
    margin: 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .venue-acm-slider {
    margin: 10px 0;
  }
}
.venue-acm-slider .slideshow {
  height: 100%;
}
.venue-acm-slider .slideshow-wrapper {
  position: relative;
  height: 100%;
}
.venue-acm-slider .venue {
  position: relative;
  flex-direction: column;
}
.venue-acm-slider .thumbnail {
  height: 480px;
  background-size: cover;
  background-position: center;
  background-color: #fff;
  float: none;
  margin: 0;
}
@media only screen and (max-width: 979px) {
  .venue-acm-slider .thumbnail {
    height: auto;
  }
  .venue-acm-slider .thumbnail:after {
    content: "";
    display: block;
    padding-top: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .venue-acm-slider .thumbnail {
    float: left;
    width: 50%;
  }
}
.venue-acm-slider .description {
  position: absolute;
  top: 320px;
  left: 0;
  width: calc(100% - 80px);
  background: #fff;
  padding: 30px 100px 80px 20px;
  text-align: left;
}
@media only screen and (max-width: 979px) {
  .venue-acm-slider .description {
    padding: 30px 20px;
    width: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .venue-acm-slider .description {
    position: static;
    float: right;
    width: 50%;
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .venue-acm-slider .description {
    position: static;
    padding-bottom: 100px;
  }
  .admin .preview-item .venue-acm-slider .description {
    padding-bottom: 30px;
  }
}
.venue-acm-slider .description h4, .venue-acm-slider .description .h4 {
  font: 36px/1.278 "Montserrat", serif;
  margin-bottom: 20px;
  max-height: 92.016px;
  overflow: hidden;
  color: #5B746E;
}
.venue-acm-slider .description p {
  font-size: 16px;
  line-height: 1.625;
  margin-bottom: 20px;
  max-height: 104px;
  overflow: hidden;
}
.venue-acm-slider .description a {
  font-family: "Montserrat", serif;
}
.venue-acm-slider .swiper-buttons {
  bottom: auto;
  top: 320px;
  right: 80px;
}
@media only screen and (max-width: 979px) {
  .venue-acm-slider .swiper-buttons {
    flex-direction: row;
    width: 200px;
    height: 80px;
    right: 0;
    top: auto;
    bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .venue-acm-slider .swiper-buttons {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .venue-acm-slider .swiper-buttons {
    right: 50%;
    transform: translateX(50%);
  }
}

@media only screen and (max-width: 979px) {
  .spa-page .page-content {
    text-align: center;
  }
}
.spa-page .page-content h1, .spa-page .page-content .h1-like {
  font-size: 41px;
  line-height: 50px;
  color: #6399ab;
  font-weight: 300;
  margin-bottom: 30px;
}
@media only screen and (max-width: 979px) {
  .spa-page .page-content h1, .spa-page .page-content .h1-like {
    font-size: 25px;
    line-height: 27px;
  }
}
.spa-page .main-navigation-spa {
  left: auto;
  right: -100%;
  transition: right 350ms ease-in-out, width 350ms ease-in-out, visibility 350ms ease-in-out;
  background-image: url("../images/spa-page/main-menu-bg.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  z-index: 999;
  width: 432px;
}
@media only screen and (max-width: 767px) {
  .spa-page .main-navigation-spa {
    width: 100%;
  }
}
.spa-page .main-navigation-spa:before {
  content: "";
  position: fixed;
  left: -100%;
  top: 0;
  width: calc(100% - 432px);
  height: 100%;
  pointer-events: all;
  background-color: rgba(0, 0, 0, 0.8);
  transition: left 350ms ease-in-out, width 350ms ease-in-out, visibility 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .spa-page .main-navigation-spa:before {
    display: none;
  }
}
.spa-page .main-navigation-spa .inner-wrapper {
  background-color: rgba(255, 255, 255, 0.78);
  padding: 0 40px 20px;
  min-height: 100%;
}
@media only screen and (max-width: 767px) {
  .spa-page .main-navigation-spa .inner-wrapper {
    padding: 0 10px 20px 10px;
  }
}
.spa-page .main-navigation-spa .button {
  background: #8c944d;
  letter-spacing: 0.1px;
  min-height: 58px;
  line-height: 56px;
}
@media only screen and (max-width: 767px) {
  .spa-page .main-navigation-spa .button {
    width: 100%;
  }
}
.spa-page .main-navigation-spa .button:hover {
  background: #babdba;
}
.spa-page .main-navigation-spa .divider {
  position: relative;
  display: block;
  width: 100%;
  height: 2px;
  background: #6399ab;
  margin: 36px 0;
}
.spa-page .main-navigation-spa .info {
  position: relative;
  font-size: 14px;
  color: #949292;
  margin-bottom: 42px;
}
.spa-page .main-navigation-spa .info a {
  color: #7a7a7a;
  display: block;
  margin-bottom: 14px;
  line-height: 15px;
  font-size: 13px;
  position: relative;
}
.spa-page .main-navigation-spa .info a svg {
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin: -4px 14px 0 0;
  fill: #8c944d;
}
.spa-page .main-navigation-spa .info a.phone:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #8c944d;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 350ms ease-in-out;
}
.spa-page .main-navigation-spa .info a.phone svg {
  width: 11px;
  fill: #fff;
  z-index: 1;
  position: relative;
}
.spa-page .main-navigation-spa .info .description {
  margin-top: 9px;
  line-height: 21px;
}
.spa-page .main-navigation-spa .main-menu {
  position: relative;
  padding: 48px 0 12px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .spa-page .main-navigation-spa .main-menu {
    padding: 44px 0 36px;
  }
}
.spa-page .main-navigation-spa .main-menu .menu {
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .spa-page .main-navigation-spa .main-menu .menu {
    padding: 0 37px;
  }
}
.spa-page .main-navigation-spa .main-menu .menu li a {
  display: inline-block;
  vertical-align: top;
  font-family: "Montserrat", serif;
  font-weight: 300;
  font-size: 21px;
  letter-spacing: 1.3px;
  line-height: 21px;
  margin-bottom: 21px;
  color: #6399ab;
}
@media only screen and (max-width: 767px) {
  .spa-page .main-navigation-spa .main-menu .menu li a {
    font-size: 18px;
    letter-spacing: 0.3px;
    margin-bottom: 6px;
    position: relative;
  }
  .spa-page .main-navigation-spa .main-menu .menu li a:before {
    content: "";
    border-radius: 50%;
    width: 7px;
    height: 7px;
    background: none;
    border: 1px solid #6399ab;
    position: absolute;
    top: 8px;
    left: -16px;
  }
}
.spa-page .main-navigation-spa .main-menu .menu li a:hover, .spa-page .main-navigation-spa .main-menu .menu li a.active {
  color: #8c944d;
}
.spa-page .main-navigation-spa h4 {
  text-transform: uppercase;
  color: #7a7a7a;
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  font-family: "Montserrat", serif;
  letter-spacing: 0.3px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .spa-page .main-navigation-spa h4 {
    font-size: 25px;
    line-height: 27px;
    margin-bottom: 25px;
  }
}
.spa-page .main-navigation-spa .socials li a {
  margin-left: 0;
  margin-right: 5px;
  width: 40px;
  height: 40px;
}
.spa-page .main-navigation-spa .socials li a svg {
  width: 20px;
  height: 20px;
}
.spa-page .acm-main-menu + #content {
  padding-top: 0;
}
.spa-page #content {
  padding-top: 50px;
}
@media only screen and (max-width: 767px) {
  .spa-page #content {
    padding-top: 30px;
  }
}
.spa-page #content #main-content.center-column {
  max-width: 1400px;
  padding: 0 86px;
}
@media only screen and (max-width: 979px) {
  .spa-page #content #main-content.center-column {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .spa-page #main-content {
    display: block;
    margin-bottom: 50px;
  }
}
.spa-page #main-content > .page-content {
  padding-top: 13px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .spa-page #main-content > .page-content {
    text-align: left;
  }
}
@media only screen and (max-width: 979px) {
  .spa-page #main-content > .page-content {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
.spa-page #main-content #content-submenu {
  width: 50%;
  padding: 15px 0 0 24px;
  margin-left: 20px;
}
@media (min-width: 1200px) {
  .spa-page #main-content #content-submenu {
    margin-left: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .spa-page #main-content #content-submenu {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .spa-page #main-content #content-submenu {
    display: block;
    width: 100%;
    padding: 0;
    margin-left: 0;
    text-align: center;
  }
}
.spa-page #main-content #content-submenu:after {
  display: none;
}
.spa-page #main-content #content-submenu .thumbnail {
  display: block;
  margin-bottom: 30px;
  width: 100%;
}
.spa-page #main-content #content-submenu h4, .spa-page #main-content #content-submenu .h4 {
  text-transform: uppercase;
  color: #949292;
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
}
.spa-page #main-content #content-submenu .columns {
  font-size: 0;
}
@media (min-width: 1200px) {
  .spa-page #main-content #content-submenu .columns {
    display: flex;
  }
}
.spa-page #main-content #content-submenu .columns .row {
  font-size: 15px;
  color: #949292;
  line-height: 25px;
  margin-top: 20px;
  padding-bottom: 3px;
}
.spa-page #main-content #content-submenu .columns .row:first-child {
  margin-top: 0;
  padding-bottom: 0;
}
.spa-page #main-content #content-submenu .columns .row a {
  font-size: 15px;
  color: #949292;
}
.spa-page #main-content #content-submenu .columns .row a:hover {
  color: #8c944d;
}
.spa-page #main-content #content-submenu .columns .col-left, .spa-page #main-content #content-submenu .columns .col-right {
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 1200px) {
  .spa-page #main-content #content-submenu .columns .col-left, .spa-page #main-content #content-submenu .columns .col-right {
    padding-top: 7px;
  }
}
.spa-page #main-content #content-submenu .columns .col-left {
  width: 100%;
  padding-right: 0;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
@media (min-width: 1200px) {
  .spa-page #main-content #content-submenu .columns .col-left {
    width: 309px;
    padding-right: 24px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.spa-page #main-content #content-submenu .columns .col-left:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #949292;
}
@media (min-width: 1200px) {
  .spa-page #main-content #content-submenu .columns .col-left:after {
    width: 1px;
    height: 100%;
    right: 0;
    left: auto;
    top: 0;
    bottom: auto;
  }
}
@media (min-width: 1200px) {
  .spa-page #main-content #content-submenu .columns .col-right {
    padding-left: 24px;
  }
}
.spa-page .footer-menu {
  background: #fff;
  width: 100%;
}
@media only screen and (max-width: 979px) {
  .spa-page .footer-menu {
    display: none;
  }
}
.spa-page .footer-menu .center-column {
  display: block;
  padding: 0 33px;
  max-width: 1140px;
}
.spa-page .footer-menu ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.spa-page .footer-menu ul li a {
  font-size: 16px;
  line-height: 60px;
  font-weight: 400;
  font-family: "Montserrat", serif;
  display: block;
  vertical-align: top;
  text-decoration: none;
  color: #000;
}
.spa-page .footer-menu ul li a:hover, .spa-page .footer-menu ul li a.active {
  color: #8c944d;
}
.spa-page .spa-footer {
  background: url("../images/spa-page/footer-bg.png") 0 0 no-repeat;
  background-size: cover;
  padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .spa-page .spa-footer {
    background-position: 50% 50%;
  }
}
.spa-page .spa-footer .logo {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
  display: inline-block;
  width: 234px;
  height: 120px;
  margin: 80px auto 37px;
}
@media only screen and (max-width: 767px) {
  .spa-page .spa-footer .logo {
    margin: 30px 0;
  }
}
.spa-page .spa-footer .logo img {
  display: block;
  width: 100%;
}
.spa-page .spa-footer .contacts {
  line-height: 22px;
  margin-bottom: 30px;
}
.spa-page .spa-footer .socials {
  margin-bottom: 52px;
}
.spa-page .spa-footer .socials a {
  width: 30px;
  height: 30px;
  background: none;
  margin: 0 15px;
}
.spa-page .spa-footer .socials a:hover {
  background: none;
}
.spa-page .spa-footer .socials a:hover svg {
  fill: #8c944d;
}
.spa-page .spa-footer .socials a svg {
  width: 30px;
  height: 30px;
  fill: #fff;
  transition: fill 350ms ease-in-out;
}
.spa-page .spa-footer .center-column {
  display: block;
  text-align: center;
  color: #fff;
  font-family: "Montserrat", serif;
  font-size: 14px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .spa-page .spa-footer .center-column {
    padding: 0 20px;
  }
}
.spa-page .spa-footer a {
  color: #fff;
  text-decoration: none;
}
.spa-page .spa-footer a:hover {
  text-decoration: underline;
}
.spa-page .spa-footer .credits {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}

.spa-page.main-navigation-visible .main-navigation-spa {
  right: 0;
  left: auto;
}
.spa-page.main-navigation-visible .main-navigation-spa:before {
  left: 0;
}

.spa-page.acm-menu-fixed .acm-main-menu {
  position: fixed;
  top: 156px;
  background: #F7F7F7;
  height: auto;
}
.spa-page.acm-menu-fixed .acm-main-menu .menu {
  min-height: 45px;
}

.spa-page .acm-block {
  position: relative;
}
.spa-page .acm-block .anchor {
  position: absolute;
  top: -310px;
}

.spa-page.acm-menu-fixed .acm-block .anchor {
  top: -200px;
}

.spa-page .button {
  background-color: #384766 !important;
}

.acm-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.6);
}
.acm-popup .close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  flex: none;
  align-self: flex-end;
  z-index: 1;
  font-size: 0;
  text-indent: -9999em;
  text-transform: uppercase;
  transition: background 350ms ease-in-out;
}
.acm-popup .close:before, .acm-popup .close:after {
  position: absolute;
  content: "";
  height: 24px;
  width: 2px;
  background-color: #485061;
  top: calc(50% - 13px);
  left: calc(50% - 2px);
  transition: background-color 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .acm-popup .close:before, .acm-popup .close:after {
    height: 26px;
  }
}
.acm-popup .close:before {
  transform: rotate(-45deg);
}
.acm-popup .close:after {
  transform: rotate(45deg);
}
.acm-popup .close:hover:before, .acm-popup .close:hover:after {
  background-color: #5686A2;
}
.acm-popup .image-logo {
  position: relative;
  width: 158px;
  height: 81px;
  margin: 0 auto 23px;
}
.acm-popup .popup-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100vh;
  width: 100%;
  max-width: 966px;
  left: 50%;
  transform: translateX(-50%);
  overflow: auto;
  z-index: 1;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.acm-popup .page-content {
  width: 100%;
  margin: 0;
  overflow: auto;
  text-align: center;
  padding: 38px 94px;
  position: relative;
  display: block;
  background: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .acm-popup .page-content {
    padding: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .acm-popup .page-content {
    padding: 30px 20px;
  }
}
.acm-popup .page-content h2 {
  font-size: 34px;
  line-height: 42px;
  letter-spacing: 0.05px;
  color: #384766;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .acm-popup .page-content h2 {
    font-size: 24px;
    line-height: 1.278;
  }
}
.acm-popup .page-content h3 {
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.43px;
  color: #717171;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .acm-popup .page-content h3 {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.278;
  }
}
.acm-popup .page-content p {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 20px;
}

.section-blocks {
  width: 100%;
  margin: 35px 0;
  padding: 35px 0;
}
@media only screen and (max-width: 979px) {
  .section-blocks {
    margin: 20px 0;
    padding: 20px 0;
  }
}
.section-blocks .section-block {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 979px) {
  .section-blocks .section-block {
    flex-flow: column;
  }
}
.section-blocks .block-item {
  width: 50%;
  position: relative;
}
.section-blocks .block-item:nth-child(odd):after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background-color: #F2F2F2;
}
@media only screen and (max-width: 979px) {
  .section-blocks .block-item {
    width: 100%;
  }
}
.section-blocks .thumb-logo {
  margin: 0 auto;
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  min-height: 110px;
  max-height: 120px;
  max-width: 370px;
}
.section-blocks .thumb-logo img {
  -o-object-fit: contain;
     object-fit: contain;
}
.section-blocks .description {
  display: flex;
  flex-flow: column;
  width: 100%;
  position: relative;
  padding: 20px 80px 60px;
  background-color: #fff;
  text-align: center;
}
@media only screen and (max-width: 979px) {
  .section-blocks .description {
    width: 100%;
    padding: 30px 20px 30px;
  }
}
.section-blocks .description h3 {
  font-size: 29px;
  line-height: 1.2;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  font-weight: 500;
  color: #485061;
}
@media only screen and (max-width: 979px) {
  .section-blocks .description h3 {
    font-size: 24px;
  }
}
.section-blocks .description .button {
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 10px;
  height: 46px;
  line-height: 44px;
  padding: 0 20px;
  width: 100%;
  max-width: 500px;
}
@media only screen and (max-width: 979px) {
  .section-blocks .description .button {
    padding: 0 25px;
    margin-top: 20px;
    font-size: 12px;
    height: 60px;
    line-height: 58px;
  }
}
.section-blocks .description .content {
  font-size: 16px;
  color: #000;
  letter-spacing: 0.27px;
  line-height: 32px;
  font-weight: 300;
}
@media only screen and (max-width: 979px) {
  .section-blocks .description .content {
    text-align: center;
  }
}

.video-image-acm {
  position: relative;
  overflow: hidden;
  margin: 35px 0;
  padding: 35px 0;
}
@media only screen and (max-width: 979px) {
  .video-image-acm {
    margin: 20px 0;
    padding: 20px 0;
  }
}
.video-image-acm .wrapper {
  background-color: #384766;
}
.video-image-acm .thumbnail {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 600px;
  padding-bottom: 50vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #384766;
  z-index: 2;
}
@media only screen and (max-width: 979px) {
  .video-image-acm .thumbnail {
    width: 100%;
    height: 60vw;
    min-height: 0;
    position: relative;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .video-image-acm .thumbnail {
    min-height: 400px;
    height: 40vw;
  }
}
.video-image-acm .video-wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 600px;
  height: 100%;
  background: transparent;
  z-index: 1;
}
@media only screen and (max-width: 979px) {
  .video-image-acm .video-wrapper {
    width: 100%;
    height: 60vw;
    min-height: 0;
    position: relative;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .video-image-acm .video-wrapper {
    min-height: 400px;
    height: 40vw;
  }
}
.video-image-acm .video-wrapper 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%);
}
.video-image-acm .video-wrapper .video-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 600px;
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 979px) {
  .video-image-acm .video-wrapper .video-thumb {
    width: 100%;
    height: 60vw;
    min-height: 0;
    position: relative;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .video-image-acm .video-wrapper .video-thumb {
    min-height: 400px;
    height: 40vw;
  }
}
.video-image-acm .video-wrapper .video-thumb .play-button,
.video-image-acm .video-wrapper .video-thumb .play-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 88px;
  width: 88px;
  opacity: 0.6;
  transition: all 350ms ease-in-out;
  z-index: 5;
}
@media only screen and (max-width: 979px) {
  .video-image-acm .video-wrapper .video-thumb .play-button,
  .video-image-acm .video-wrapper .video-thumb .play-video {
    height: 44px;
    width: 44px;
  }
}
.video-image-acm .video-wrapper .video-thumb .play-button img,
.video-image-acm .video-wrapper .video-thumb .play-video img {
  width: 100%;
  height: 100%;
}
.video-image-acm .video-wrapper .video-thumb .play-button:hover,
.video-image-acm .video-wrapper .video-thumb .play-video:hover {
  opacity: 1;
}
.video-image-acm .video-wrapper .video-thumb:hover .play-button {
  opacity: 1;
}
.video-image-acm .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-image-acm.spa-video-image .video-wrapper {
  min-height: 690px;
}
@media only screen and (max-width: 979px) {
  .video-image-acm.spa-video-image .video-wrapper {
    width: 100%;
    height: 60vw;
    min-height: 0;
    position: relative;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .video-image-acm.spa-video-image .video-wrapper {
    min-height: 400px;
    height: 40vw;
  }
}

.video-content-right-acm {
  position: relative;
  margin: 60px 0;
}
@media only screen and (max-width: 767px) {
  .video-content-right-acm {
    margin: 40px 0;
  }
}
.video-content-right-acm:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #f7f7f7;
}
@media only screen and (max-width: 767px) {
  .video-content-right-acm:before {
    width: calc(100% - 60px);
    min-height: 400px;
    height: 40vw;
  }
}
.video-content-right-acm .wrapper {
  display: flex;
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  .video-content-right-acm .wrapper {
    display: block;
  }
}
.video-content-right-acm .video-wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: calc(50% + 70px);
  min-height: 420px;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .video-content-right-acm .video-wrapper {
    min-height: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .video-content-right-acm .video-wrapper {
    width: 100%;
    min-height: 300px;
  }
}
.video-content-right-acm .video-wrapper 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%);
}
.video-content-right-acm .video-wrapper .play-button,
.video-content-right-acm .video-wrapper .play-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 88px;
  width: 88px;
  opacity: 0.6;
  transition: all 350ms ease-in-out;
  z-index: 5;
}
@media only screen and (max-width: 979px) {
  .video-content-right-acm .video-wrapper .play-button,
  .video-content-right-acm .video-wrapper .play-video {
    height: 44px;
    width: 44px;
  }
}
.video-content-right-acm .video-wrapper .play-button img,
.video-content-right-acm .video-wrapper .play-video img {
  width: 100%;
  height: 100%;
}
.video-content-right-acm .video-wrapper .play-button:hover,
.video-content-right-acm .video-wrapper .play-video:hover {
  opacity: 1;
}
.video-content-right-acm .video-wrapper.show-video .play-button,
.video-content-right-acm .video-wrapper.show-video .play-video {
  opacity: 0;
  visibility: hidden;
}
.video-content-right-acm .video-wrapper .close-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 88px;
  width: 88px;
  opacity: 0.6;
  transition: all 350ms ease-in-out;
  z-index: 5;
}
@media only screen and (max-width: 979px) {
  .video-content-right-acm .video-wrapper .close-video {
    height: 44px;
    width: 44px;
  }
}
.video-content-right-acm .video-wrapper .close-video img {
  width: 100%;
  height: 100%;
}
.video-content-right-acm .video-wrapper .close-video:hover {
  opacity: 1;
}
.video-content-right-acm .video-wrapper:hover .play-button {
  opacity: 1;
}
.video-content-right-acm .content-wrapper {
  padding: 20px 60px;
  width: 40%;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .video-content-right-acm .content-wrapper {
    padding: 20px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .video-content-right-acm .content-wrapper {
    padding-top: 40px;
    width: 100%;
  }
}

.get-in-touch {
  position: relative;
  margin: 35px 0;
  padding: 70px 0 35px;
  border-top: 1px solid #F2F2F2;
}
@media only screen and (max-width: 979px) {
  .get-in-touch {
    margin: 20px 0;
    padding: 20px 0;
  }
}
.get-in-touch .content-block-section .page-content {
  text-align: center;
  color: #485061;
  padding-bottom: 20px;
}
.get-in-touch .content-block-section .page-content p {
  line-height: 2;
  letter-spacing: 0.25px;
}
.get-in-touch .form {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  max-width: 1068px;
}
.get-in-touch .form fieldset {
  display: flex;
  width: 100%;
}
.get-in-touch .form fieldset.controls {
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .get-in-touch .form fieldset {
    flex-flow: column;
  }
}
.get-in-touch .form .terms-privacy {
  margin-top: 20px;
  width: 100%;
}
.get-in-touch .form p {
  text-align: left;
  display: inline-block;
  margin: 0 15px;
  width: 33.3%;
}
@media only screen and (max-width: 767px) {
  .get-in-touch .form p {
    width: 100%;
    margin: 0;
  }
}
.get-in-touch .form p:last-child {
  margin-right: 0;
}
.get-in-touch .form label {
  width: auto;
  line-height: 1.2;
  margin: 0 20px 10px 0;
  float: none;
  text-align: left;
  display: block;
}
@media only screen and (max-width: 979px) {
  .get-in-touch .form label {
    margin: 12px 20px 10px 0;
  }
}
.get-in-touch .form input[type=text], .get-in-touch .form input[type=date], .get-in-touch .form textarea, .get-in-touch .form select, .get-in-touch .form .input-overlay {
  background-color: #F2F2F2;
  border-color: #DDE0E6;
  height: 41px;
  line-height: 39px;
  width: 100%;
}
.get-in-touch .form .controls p {
  padding: 20px 0 0 0;
  margin: 0;
}
.get-in-touch .form .controls .button {
  width: 328px;
  height: 38px;
  font-size: 14px;
  line-height: 36px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .get-in-touch .form .controls .button {
    width: 100%;
  }
}

.content-section-plus-popup {
  position: relative;
  margin: 35px 0;
  padding: 70px 0 35px;
}
@media only screen and (max-width: 979px) {
  .content-section-plus-popup {
    margin: 20px 0;
    padding: 20px 0;
  }
}
.content-section-plus-popup .content-block-section .page-content {
  text-align: center;
  color: #717171;
  padding-bottom: 50px;
}
.content-section-plus-popup .content-block-section .page-content p {
  line-height: 2;
  letter-spacing: 0.25px;
}
.content-section-plus-popup .content-block-section .page-content p a {
  color: #485061;
}
.content-section-plus-popup .content-block-section .page-content p a:hover {
  text-decoration: underline;
}
.content-section-plus-popup .section-popup-wrapper {
  display: flex;
}
@media only screen and (max-width: 979px) {
  .content-section-plus-popup .section-popup-wrapper {
    flex-flow: column;
  }
}
.content-section-plus-popup .section-popup-wrapper .column-one {
  padding-right: 60px;
}
@media only screen and (max-width: 979px) {
  .content-section-plus-popup .section-popup-wrapper .column-one {
    padding-right: 0;
  }
}
.content-section-plus-popup .section-popup-wrapper .column-one .sidebar-image {
  position: relative;
  height: 646px;
  width: 100%;
  min-width: 485px;
  overflow: hidden;
}
@media only screen and (max-width: 979px) {
  .content-section-plus-popup .section-popup-wrapper .column-one .sidebar-image {
    height: 200px;
    width: 100%;
  }
}
.content-section-plus-popup .section-popup-wrapper .column-one .image-text {
  padding: 30px 0 15px;
  line-height: 2;
}
@media only screen and (max-width: 979px) {
  .content-section-plus-popup .section-popup-wrapper .column-one .image-text {
    padding: 15px 0 5px;
  }
}
.content-section-plus-popup .section-popup-wrapper .column-one .button-open-popup {
  width: 100%;
  font-size: 19px;
  height: 51px;
  line-height: 49px;
  text-transform: uppercase;
}
@media only screen and (max-width: 979px) {
  .content-section-plus-popup .section-popup-wrapper .column-one .button-open-popup {
    font-size: 16px;
    height: 41px;
    line-height: 39px;
  }
}
.content-section-plus-popup .section-popup-wrapper .column-two {
  padding-top: 20px;
}
.content-section-plus-popup .section-popup-wrapper .column-two a {
  color: #384766;
  text-decoration: none;
}
.content-section-plus-popup .section-popup-wrapper .column-two a:hover {
  text-decoration: underline;
}
.content-section-plus-popup .section-popup-wrapper .column-two ul li {
  color: #384766;
}
.content-section-plus-popup .section-popup-wrapper .column-two ul li:before {
  width: 3px;
  height: 3px;
  margin-right: 20px;
}
.content-section-plus-popup .section-popup-wrapper .column-two h3 {
  font-size: 23px;
  line-height: 1.2;
  letter-spacing: 0.2px;
  font-weight: 500;
  color: #485061;
}
@media only screen and (max-width: 979px) {
  .content-section-plus-popup .section-popup-wrapper .column-two h3 {
    font-size: 24px;
  }
}

.sustainable-layout .faq-section .faq-section-item h4 {
  color: #384766;
  text-align: left;
  font-size: 16px;
}
.sustainable-layout .faq-section .faq-section-item .faq-section-answer {
  background-color: #fff;
}
.sustainable-layout .faq-section .faq-section-item .faq-section-answer .descr {
  text-align: left;
}
.sustainable-layout .faq-section .faq-section-item .faq-section-answer .descr p {
  font-size: 14px;
}

.offers-acm {
  margin: 80px 0 0;
}
@media only screen and (max-width: 767px) {
  .offers-acm {
    margin: 40px 0 0;
  }
}
.offers-acm + #home-sections {
  margin-top: 80px;
}
.offers-acm + #home-sections .home-section {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .offers-acm + #home-sections {
    margin-top: 20px;
  }
  .offers-acm + #home-sections .home-section {
    margin-top: 20px;
  }
}
.offers-acm .heading h2 {
  margin-bottom: 30px;
  text-align: center;
}
.offers-acm .specials-wrapper {
  position: relative;
  padding: 0 144px;
}
@media only screen and (max-width: 767px) {
  .offers-acm .specials-wrapper {
    padding: 0;
  }
}
.offers-acm .specials-wrapper .slideshow {
  position: relative;
  overflow: hidden;
  background-color: #f7f7f7;
  padding: 60px;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .offers-acm .specials-wrapper .slideshow {
    padding: 40px;
  }
}
@media only screen and (max-width: 539px) {
  .offers-acm .specials-wrapper .slideshow {
    padding: 20px;
  }
}
.offers-acm .specials-wrapper .slideshow .slideshow-wrapper {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.offers-acm .specials-wrapper .slideshow .slideshow-wrapper .slide {
  position: relative;
  width: calc((100% - 119px) / 3);
  height: 435px;
  margin-right: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .offers-acm .specials-wrapper .slideshow .slideshow-wrapper .slide {
    width: calc(50% - 28px);
  }
}
@media screen and (max-width: 1200px) {
  .offers-acm .specials-wrapper .slideshow .slideshow-wrapper .slide {
    width: calc(50% - 18px);
    margin-right: 40px;
  }
}
@media only screen and (max-width: 979px) {
  .offers-acm .specials-wrapper .slideshow .slideshow-wrapper .slide {
    width: 100%;
  }
}
.offers-acm .specials-wrapper .slideshow .slideshow-wrapper .slide:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #384766;
  opacity: 0.4;
  z-index: 2;
}
.offers-acm .specials-wrapper .slideshow .slideshow-wrapper .slide img.object-fit {
  z-index: 1;
}
.offers-acm .specials-wrapper .slideshow .slideshow-wrapper .slide h3.offer-title {
  position: relative;
  padding: 20px;
  margin: 0;
  color: #fff;
  z-index: 3;
}
.offers-acm .specials-wrapper .slideshow .slideshow-wrapper .slide nav.offer-nav {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 4;
}
.offers-acm .specials-wrapper .slideshow .slideshow-wrapper .slide nav.offer-nav a {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  text-decoration: underline;
}
@media only screen and (max-width: 979px) {
  .offers-acm .specials-wrapper .slideshow .slideshow-wrapper .slide nav.offer-nav a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .offers-acm .specials-wrapper .slideshow .slideshow-wrapper .slide nav.offer-nav a {
    font-size: 12px;
  }
}
.offers-acm .specials-wrapper .slideshow .slideshow-wrapper .slide nav.offer-nav a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 979px) {
  .offers-acm .specials-wrapper.non-carusel-offers {
    padding: 0;
  }
}
.offers-acm .specials-wrapper.non-carusel-offers .slideshow .slideshow-wrapper {
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .offers-acm .specials-wrapper.non-carusel-offers .slideshow .slideshow-wrapper {
    display: block;
  }
}
.offers-acm .specials-wrapper.non-carusel-offers .slideshow .slideshow-wrapper .slide {
  margin: 0;
  width: calc((100% - 60px) / 2);
}
@media only screen and (max-width: 979px) {
  .offers-acm .specials-wrapper.non-carusel-offers .slideshow .slideshow-wrapper .slide {
    width: 100%;
    margin-bottom: 20px;
  }
}
.offers-acm .specials-wrapper .swiper-buttons {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 100%;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .offers-acm .specials-wrapper .swiper-buttons {
    display: none;
  }
}
.offers-acm .specials-wrapper .swiper-buttons button {
  position: absolute;
  top: 0;
  width: 100px;
  height: 80px;
}
.offers-acm .specials-wrapper .swiper-buttons button.swiper-button-prev {
  left: 30px;
}
.offers-acm .specials-wrapper .swiper-buttons button.swiper-button-next {
  right: 30px;
}

.spa-offers-acm {
  margin: 0 0 90px 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .spa-offers-acm {
    margin: 0 0 50px 0;
  }
}
.spa-offers-acm .center-column {
  max-width: 1400px;
  padding: 0 74px;
}
@media only screen and (max-width: 767px) {
  .spa-offers-acm .center-column {
    padding: 0 20px;
  }
}
.spa-offers-acm .heading {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .spa-offers-acm .heading {
    margin-bottom: 0;
  }
}
.spa-offers-acm .specials-wrapper {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .spa-offers-acm .specials-wrapper {
    padding: 0;
  }
}
.spa-offers-acm .specials-wrapper .slideshow {
  position: relative;
  overflow: hidden;
  z-index: 2;
  width: 100%;
}
.spa-offers-acm .specials-wrapper .slideshow .slideshow-wrapper {
  position: relative;
  width: 100%;
}
.spa-offers-acm .specials-wrapper .slideshow .slideshow-wrapper .slide {
  position: relative;
  width: calc(33.3% - 24px);
  margin: 0 12px;
  height: 451px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .spa-offers-acm .specials-wrapper .slideshow .slideshow-wrapper .slide {
    width: calc(50% - 24px);
  }
}
@media only screen and (max-width: 767px) {
  .spa-offers-acm .specials-wrapper .slideshow .slideshow-wrapper .slide {
    width: 100%;
    margin: 0;
    height: 0;
    padding-top: 100%;
  }
}
.spa-offers-acm .specials-wrapper .slideshow .slideshow-wrapper .slide:hover .additional-descr {
  max-height: 200px;
}
.spa-offers-acm .specials-wrapper .slideshow .slideshow-wrapper .slide:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.69) 100%);
  z-index: 2;
}
.spa-offers-acm .specials-wrapper .slideshow .slideshow-wrapper .slide .descr {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 30px;
  z-index: 3;
}
@media only screen and (min-width: 1440px) {
  .spa-offers-acm .specials-wrapper .slideshow .slideshow-wrapper .slide .descr {
    left: 30px;
    right: 30px;
  }
}
.spa-offers-acm .specials-wrapper .slideshow .slideshow-wrapper .slide .additional-descr {
  height: auto;
  overflow: hidden;
  max-height: 0;
  transition: max-height 350ms ease-in-out;
}
.spa-offers-acm .specials-wrapper .slideshow .slideshow-wrapper .slide .offer-title {
  font-size: 26px;
  line-height: 36px;
  letter-spacing: 0.2px;
  text-align: center;
  font-weight: 400;
  margin: 0;
  color: #fff;
  z-index: 3;
  margin-bottom: 11px;
  text-transform: none;
}
.spa-offers-acm .specials-wrapper .slideshow .slideshow-wrapper .slide p {
  color: #fff;
  font-size: 17px;
  line-height: 19px;
  margin-bottom: 32px;
  transition: all 350ms ease-in-out;
}
.spa-offers-acm .specials-wrapper .slideshow .slideshow-wrapper .slide .buttons {
  display: flex;
  justify-content: space-between;
}
.spa-offers-acm .specials-wrapper .slideshow .slideshow-wrapper .slide .buttons .button {
  font-size: 14px;
  padding: 0 10px;
  width: calc(50% - 2px);
  min-height: 45px;
  line-height: 45px;
  transition: all 350ms ease-in-out;
}
@media only screen and (min-width: 1440px) {
  .spa-offers-acm .specials-wrapper .slideshow .slideshow-wrapper .slide .buttons .button {
    font-size: 16px;
    padding: 0 26px;
    width: calc(50% - 7px);
  }
}
.spa-offers-acm .specials-wrapper .swiper-buttons {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 100%;
  z-index: 1;
  height: 0;
  margin-top: -26px;
}
@media only screen and (max-width: 767px) {
  .spa-offers-acm .specials-wrapper .swiper-buttons {
    display: none;
  }
}
.spa-offers-acm .specials-wrapper .swiper-buttons button {
  position: absolute;
  top: 0;
  width: 25px;
  height: 25px;
  border-top: 3px solid #0F100F;
  border-right: 3px solid #0F100F;
  transition: all 350ms ease-in-out;
}
.spa-offers-acm .specials-wrapper .swiper-buttons button:hover {
  background: none;
  border-top-color: #8c944d;
  border-right-color: #8c944d;
}
.spa-offers-acm .specials-wrapper .swiper-buttons button.swiper-button-prev {
  left: -39px;
  transform: rotate(-135deg);
}
.spa-offers-acm .specials-wrapper .swiper-buttons button.swiper-button-next {
  right: -39px;
  transform: rotate(45deg);
}

.testimonials {
  padding: 80px 0;
  background-color: #f9f9f9;
}
@media only screen and (max-width: 767px) {
  .testimonials {
    padding: 40px 0;
  }
}
.testimonials .center-column {
  max-width: 1120px;
}
.testimonials .specials-wrapper {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .testimonials .specials-wrapper {
    padding: 0;
  }
}
.testimonials .specials-wrapper .slideshow {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .testimonials .specials-wrapper .slideshow {
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonials .specials-wrapper .slideshow {
    padding: 0;
  }
}
.testimonials .specials-wrapper .slideshow .slideshow-wrapper {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.testimonials .specials-wrapper .slideshow .slideshow-wrapper .slide {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .testimonials .specials-wrapper .slideshow .slideshow-wrapper .slide {
    display: block;
  }
}
.testimonials .specials-wrapper .swiper-buttons {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  position: absolute;
  margin-top: -40px;
  width: 100%;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .testimonials .specials-wrapper .swiper-buttons {
    display: none;
  }
}
.testimonials .specials-wrapper .swiper-buttons.vertical-buttons {
  bottom: auto;
  height: auto;
}
.testimonials .specials-wrapper .swiper-buttons button {
  position: absolute;
  top: 0;
  width: 100px;
  height: 80px;
  background-color: transparent;
}
.testimonials .specials-wrapper .swiper-buttons button.swiper-button-prev {
  left: -100px;
}
.testimonials .specials-wrapper .swiper-buttons button.swiper-button-next {
  right: -100px;
}
.testimonials .h1-like {
  margin-bottom: 30px;
  color: #5686a2;
  font-size: 36px;
  font-weight: 200;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .testimonials .h1-like {
    font-size: 26px;
  }
}
.testimonials .item {
  position: relative;
  flex-direction: row-reverse;
  background-color: #5686a2;
}
.testimonials .item .thumbnail {
  position: relative;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .testimonials .item .thumbnail {
    width: 100%;
  }
}
.testimonials .item .thumbnail::before {
  content: "";
  display: block;
  padding-top: 70%;
}
.testimonials .item .descr {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px;
  width: 50%;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .testimonials .item .descr {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonials .item .descr {
    padding: 20px;
    width: 100%;
  }
}

.wedding-testimonials {
  position: relative;
  margin-bottom: 35px;
}
.wedding-testimonials .euc {
  position: absolute;
  width: 300px;
  top: -42px;
}
@media only screen and (max-width: 767px) {
  .wedding-testimonials .euc {
    display: none;
  }
}
.wedding-testimonials .btnholder {
  margin: auto;
  width: 100%;
  display: flex;
  margin-top: 25px;
}
.wedding-testimonials .btnholder a {
  margin: auto;
}
.wedding-testimonials .euc-bottom {
  position: absolute;
  right: 0px;
  width: 400px;
  bottom: 17px;
}
@media only screen and (max-width: 767px) {
  .wedding-testimonials .euc-bottom {
    display: none;
  }
}

.tree-tiles {
  margin: 80px 0;
}
@media only screen and (max-width: 767px) {
  .tree-tiles {
    margin: 40px 0;
  }
}
.tree-tiles .section-title {
  text-align: center;
}
.tree-tiles .section-title p {
  margin: 26px auto 40px;
  width: 60%;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .tree-tiles .section-title p {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .tree-tiles .section-title p {
    width: 100%;
  }
}
.tree-tiles .tiles-wrapper {
  position: relative;
  display: flex;
}
.tree-tiles .tiles-wrapper::before {
  content: "";
  display: block;
  width: 90%;
  height: 110%;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #f7f7f7;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .tree-tiles .tiles-wrapper {
    display: block;
  }
  .tree-tiles .tiles-wrapper::before {
    height: 106%;
  }
}
.tree-tiles .tiles-wrapper .item {
  position: relative;
  display: block;
  width: 33.3333333333%;
  margin: 20px;
  padding: 20px;
  text-align: center;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .tree-tiles .tiles-wrapper .item {
    margin: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .tree-tiles .tiles-wrapper .item {
    width: 100%;
    margin: 10px 0;
  }
}
.tree-tiles .tiles-wrapper .item::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.tree-tiles .tiles-wrapper .item::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(56, 72, 102, 0.6);
  transition: opacity 350ms ease-in-out;
  z-index: 2;
}
.tree-tiles .tiles-wrapper .item:hover::after {
  opacity: 0.5;
}
.tree-tiles .tiles-wrapper .tile-title {
  position: absolute;
  top: 50%;
  left: 0;
  padding: 0 40px;
  width: 100%;
  transform: translateY(-50%);
  z-index: 10;
}
.tree-tiles .tiles-wrapper .tile-title .h1-like {
  color: #fff;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .tree-tiles .tiles-wrapper .tile-title .h1-like {
    font-size: 24px;
  }
}
.tree-tiles .section-controls {
  margin: 40px 0 20px;
  text-align: center;
}

.wedding-tiles {
  margin: 80px 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .wedding-tiles {
    margin: 40px 0;
  }
}
.wedding-tiles .euc {
  position: absolute;
  width: 300px;
  top: -42px;
}
@media only screen and (max-width: 767px) {
  .wedding-tiles .euc {
    display: none;
  }
}
.wedding-tiles .section-title {
  text-align: center;
}
.wedding-tiles .section-title p {
  margin: 26px auto 40px;
  width: 60%;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .wedding-tiles .section-title p {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .wedding-tiles .section-title p {
    width: 100%;
  }
}
.wedding-tiles .tiles-wrapper {
  position: relative;
  display: flex;
}
.wedding-tiles .tiles-wrapper::before {
  content: "";
  display: block;
  width: 90%;
  height: 110%;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #f7f7f7;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .wedding-tiles .tiles-wrapper {
    display: block;
  }
  .wedding-tiles .tiles-wrapper::before {
    height: 106%;
  }
}
.wedding-tiles .tiles-wrapper .item {
  position: relative;
  display: block;
  width: 33.3333333333%;
  margin: 20px;
  padding: 20px;
  text-align: center;
  z-index: 1;
  height: 412px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .wedding-tiles .tiles-wrapper .item {
    margin: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .wedding-tiles .tiles-wrapper .item {
    width: 100%;
    margin: 10px 0;
  }
}
.wedding-tiles .tiles-wrapper .item::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.wedding-tiles .tiles-wrapper .item::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(56, 72, 102, 0.6);
  transition: opacity 350ms ease-in-out;
  z-index: 2;
}
.wedding-tiles .tiles-wrapper .item:hover::after {
  opacity: 0.5;
}
.wedding-tiles .tiles-wrapper .tile-title {
  position: absolute;
  top: 50%;
  left: 0;
  padding: 0 40px;
  width: 100%;
  transform: translateY(-50%);
  z-index: 10;
}
.wedding-tiles .tiles-wrapper .tile-title .h1-like {
  color: #fff;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .wedding-tiles .tiles-wrapper .tile-title .h1-like {
    font-size: 24px;
  }
}
.wedding-tiles .section-controls {
  margin: 40px 0 20px;
  text-align: center;
}

.left-image-block {
  margin: 80px 0;
}
@media only screen and (max-width: 767px) {
  .left-image-block {
    margin: 40px 0;
  }
}
.left-image-block .euc-diagonal {
  position: absolute;
  transform: scaleX(-1) rotate(110deg);
  height: 600px;
  top: 51px;
  left: 147px;
}
@media only screen and (max-width: 767px) {
  .left-image-block .euc-diagonal {
    display: none;
  }
}
.left-image-block .heading {
  text-align: center;
}
#content .left-image-block .content-wrapper {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
@media only screen and (max-width: 767px) {
  #content .left-image-block .content-wrapper {
    display: block;
  }
}
#content .left-image-block .content-wrapper .page-content {
  flex: 2;
  padding: 0;
}
#content .left-image-block .content-wrapper .thumbnail {
  position: relative;
  margin-right: 70px;
  min-height: 580px;
  flex: 1.4;
}
#content .left-image-block .content-wrapper .thumbnail::before, #content .left-image-block .content-wrapper .thumbnail::after {
  content: none;
}
@media only screen and (max-width: 767px) {
  #content .left-image-block .content-wrapper .thumbnail {
    margin: 0 0 20px;
    width: 100%;
    min-height: auto;
  }
  #content .left-image-block .content-wrapper .thumbnail::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 50%;
  }
}
.left-image-block .h2-like {
  font-size: 22px;
  line-height: 1.278;
  margin-bottom: 22px;
  font-weight: 600;
  text-transform: uppercase;
  color: #384766;
}

.right-image-block {
  margin: 80px 0;
}
@media only screen and (max-width: 767px) {
  .right-image-block {
    margin: 40px 0;
  }
}
.right-image-block .euc-right {
  position: absolute;
  /* transform: rotate(110deg); */
  height: 600px;
  top: -24px;
  right: -35px;
  /* transform: rotate(152deg); */
}
@media only screen and (max-width: 767px) {
  .right-image-block .euc-right {
    display: none;
  }
}
.right-image-block .euc-left {
  position: absolute;
  /* transform: rotate(110deg); */
  height: 600px;
  bottom: 18px;
  right: 364px;
  /* transform: rotate(152deg); */
}
@media only screen and (max-width: 767px) {
  .right-image-block .euc-left {
    display: none;
  }
}
.right-image-block .heading {
  text-align: center;
}
#content .right-image-block .content-wrapper {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
@media only screen and (max-width: 767px) {
  #content .right-image-block .content-wrapper {
    display: block;
  }
}
#content .right-image-block .content-wrapper .page-content {
  flex: 2;
  padding: 0;
  margin-right: 70px;
}
#content .right-image-block .content-wrapper .thumbnail {
  position: relative;
  min-height: 580px;
  flex: 1.4;
}
#content .right-image-block .content-wrapper .thumbnail::before, #content .right-image-block .content-wrapper .thumbnail::after {
  content: none;
}
@media only screen and (max-width: 767px) {
  #content .right-image-block .content-wrapper .thumbnail {
    margin: 0 0 20px;
    width: 100%;
    min-height: auto;
  }
  #content .right-image-block .content-wrapper .thumbnail::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 50%;
  }
}
.right-image-block h3 {
  font-size: 22px;
  line-height: 1.278;
  margin-bottom: 22px;
  font-weight: 600;
  text-transform: uppercase;
  color: #384766;
}

.spa-left-image-block {
  padding: 0 0 190px 0;
}
@media only screen and (max-width: 767px) {
  .spa-left-image-block {
    margin: 0 0 50px 0;
    padding-bottom: 0;
  }
}
.spa-left-image-block .bg-image {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1400px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .spa-left-image-block .bg-image {
    display: none;
  }
}
.spa-left-image-block .center-column {
  max-width: 1270px;
}
@media only screen and (max-width: 979px) {
  .spa-left-image-block .center-column {
    padding: 0 20px;
  }
}
.spa-left-image-block .slideshow {
  overflow: hidden;
  padding-bottom: 50px;
  position: relative;
}
.spa-left-image-block .slideshow-pagination {
  position: absolute;
  bottom: 2px;
  left: 3px;
}
@media only screen and (max-width: 767px) {
  .spa-left-image-block .slideshow-pagination {
    text-align: center;
    width: 100%;
  }
}
.spa-left-image-block .slideshow-pagination span {
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  border: 1px solid #0F100F;
  margin-right: 15px;
  background: none;
  width: 12px;
  height: 12px;
  cursor: pointer;
  transition: background-color 350ms ease-in-out;
}
.spa-left-image-block .slideshow-pagination span:hover, .spa-left-image-block .slideshow-pagination span.swiper-pagination-bullet-active {
  background: #0F100F;
}
@media only screen and (max-width: 767px) {
  .spa-left-image-block .slideshow-pagination span {
    margin: 0 7px;
  }
}
.spa-left-image-block .slide {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .spa-left-image-block .slide {
    display: block;
  }
}
.spa-left-image-block .slide .page-content {
  flex: 1;
  padding: 58px 20px 50px 0;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .spa-left-image-block .slide .page-content {
    text-align: left;
    padding: 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .spa-left-image-block .slide .page-content {
    padding: 0 0 20px 0;
  }
}
.spa-left-image-block .slide .page-content h2 {
  margin-bottom: 41px;
}
@media only screen and (max-width: 979px) {
  .spa-left-image-block .slide .page-content h2 {
    margin-bottom: 20px;
  }
}
.spa-left-image-block .slide .thumbnail {
  position: relative;
  margin-right: 62px;
  min-height: 700px;
  width: calc(45% - 34px);
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .spa-left-image-block .slide .thumbnail {
    margin-right: 20px;
    width: 50%;
    min-height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .spa-left-image-block .slide .thumbnail {
    margin: 0 0 20px;
    width: 100%;
    min-height: auto;
  }
  .spa-left-image-block .slide .thumbnail::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 50%;
  }
}
.spa-left-image-block .slide .links {
  margin: 59px 0 76px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .spa-left-image-block .slide .links {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .spa-left-image-block .slide .links {
    margin: 30px 0 40px;
  }
}
.spa-left-image-block .slide .links li {
  margin-bottom: 14px;
}
.spa-left-image-block .slide .links li:before {
  display: none;
}
.spa-left-image-block .slide .links a {
  font-size: 17px;
  line-height: 27px;
  font-weight: 300;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  color: #949292;
  text-decoration: none;
  position: relative;
  padding-left: 23px;
  letter-spacing: 0.5px;
}
.spa-left-image-block .slide .links a:hover {
  color: #8c944d;
}
.spa-left-image-block .slide .links a:hover:before {
  border-color: #8c944d;
}
.spa-left-image-block .slide .links a:before {
  content: "";
  position: absolute;
  top: 10px;
  left: -2px;
  width: 9px;
  height: 9px;
  border-top: 3px solid #949292;
  border-right: 3px solid #949292;
  transform: rotate(45deg);
  transition: border-color 350ms ease-in-out;
}
.spa-left-image-block .slide .button {
  min-height: 65px;
  line-height: 65px;
  padding: 0 72px;
}

.spa-right-image-block {
  padding: 200px 0 315px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .spa-right-image-block {
    padding: 100px 0 200px;
  }
}
@media only screen and (max-width: 767px) {
  .spa-right-image-block {
    padding: 30px 0;
    padding-bottom: 0;
  }
}
.spa-right-image-block .bg-image {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1400px;
  z-index: -1;
}
.spa-right-image-block .bg-image.top {
  bottom: auto;
  top: 0;
  transform: rotate(-180deg) translateX(50%);
}
@media only screen and (max-width: 767px) {
  .spa-right-image-block .bg-image {
    display: none;
  }
}
.spa-right-image-block .center-column {
  max-width: 1400px;
  padding: 0 88px;
}
@media only screen and (max-width: 979px) {
  .spa-right-image-block .center-column {
    padding: 0 20px;
  }
}
.spa-right-image-block .slide {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .spa-right-image-block .slide {
    display: block;
  }
}
.spa-right-image-block .slide .page-content {
  flex: 1;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .spa-right-image-block .slide .page-content {
    text-align: left;
    padding: 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .spa-right-image-block .slide .page-content {
    padding: 0 0 20px 0;
  }
}
.spa-right-image-block .slide .page-content h2 {
  margin-bottom: 29px;
}
@media only screen and (max-width: 979px) {
  .spa-right-image-block .slide .page-content h2 {
    margin-bottom: 20px;
  }
}
.spa-right-image-block .slide .rows {
  margin: 30px 0 50px;
}
.spa-right-image-block .slide .rows .row {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 20px;
}
.spa-right-image-block .slide .rows .row .h4 {
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  text-transform: uppercase;
  color: #949292;
  margin-bottom: 0;
}
.spa-right-image-block .slide .rows .row p {
  margin-bottom: 0;
}
.spa-right-image-block .slide .rows .row a {
  color: #949292;
  text-decoration: none;
}
.spa-right-image-block .slide .rows .row a:hover {
  color: #8c944d;
}
.spa-right-image-block .slide .thumbnail {
  position: relative;
  margin-left: 54px;
  min-height: 500px;
  width: calc(50% - 22px);
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .spa-right-image-block .slide .thumbnail {
    margin-right: 20px;
    width: 50%;
    min-height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .spa-right-image-block .slide .thumbnail {
    margin: 0 0 20px;
    width: 100%;
    min-height: auto;
  }
  .spa-right-image-block .slide .thumbnail:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 50%;
  }
}
.spa-right-image-block .slide .links {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .spa-right-image-block .slide .links {
    flex-flow: column;
  }
}
.spa-right-image-block .slide .links .button {
  min-height: 65px;
  line-height: 65px;
  padding: 0 20px;
  flex-grow: 1;
}
.spa-right-image-block .slide .links .button + .button {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .spa-right-image-block .slide .links .button + .button {
    margin-left: 0;
    margin-top: 10px;
  }
}
.spa-right-image-block .slide .links .button.dark {
  background: #384766;
}
.spa-right-image-block .slide .links .button.dark:hover {
  background: #babdba;
}

.spa-testimonials-block {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
}
.spa-testimonials-block .inner-wrapper {
  min-height: 590px;
  padding: 60px 0;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .spa-testimonials-block .inner-wrapper {
    min-height: auto;
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .spa-testimonials-block .inner-wrapper {
    min-height: auto;
    padding: 50px 0;
  }
}
.spa-testimonials-block h2 {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 19px;
  color: #fff;
  z-index: 1;
  position: relative;
}
.spa-testimonials-block .slideshow {
  margin-top: 25px;
  overflow: hidden;
  width: 100%;
}
.spa-testimonials-block .slideshow .slide {
  width: 100%;
}
.spa-testimonials-block .swiper-buttons {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 100%;
  z-index: 1;
  height: 0;
  margin-top: 2px;
}
@media only screen and (max-width: 767px) {
  .spa-testimonials-block .swiper-buttons {
    display: none;
  }
}
.spa-testimonials-block .swiper-buttons button {
  position: absolute;
  top: 0;
  width: 77px;
  height: 77px;
  transition: all 350ms ease-in-out;
  background: none;
  border: 2px solid #fff;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .spa-testimonials-block .swiper-buttons button {
    width: 50px;
    height: 50px;
  }
}
.spa-testimonials-block .swiper-buttons button:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  margin: 3px 0 0 -3px;
  transition: border-color 350ms ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .spa-testimonials-block .swiper-buttons button:after {
    width: 15px;
    height: 15px;
  }
}
.spa-testimonials-block .swiper-buttons button:hover {
  background: none;
  border-color: #8c944d;
}
.spa-testimonials-block .swiper-buttons button:hover:after {
  border-top-color: #8c944d;
  border-right-color: #8c944d;
}
.spa-testimonials-block .swiper-buttons button.swiper-button-prev {
  left: 8px;
  transform: rotate(-135deg);
}
.spa-testimonials-block .swiper-buttons button.swiper-button-next {
  right: 8px;
  transform: rotate(45deg);
}
.spa-testimonials-block .inner-wrapper {
  width: 100%;
}
.spa-testimonials-block .inner-wrapper .center-column {
  padding: 0 160px;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .spa-testimonials-block .inner-wrapper .center-column {
    padding: 0 120px;
  }
}
@media only screen and (max-width: 767px) {
  .spa-testimonials-block .inner-wrapper .center-column {
    padding: 0 20px;
  }
}
.spa-testimonials-block .inner-wrapper:after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.spa-testimonials-block .inner-wrapper .page-content {
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
  max-width: 1000px;
  padding-top: 96px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .spa-testimonials-block .inner-wrapper .page-content {
    padding-top: 50px;
  }
}
.spa-testimonials-block .inner-wrapper .page-content:before {
  content: "“";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  font-size: 160px;
  line-height: 1;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .spa-testimonials-block .inner-wrapper .page-content:before {
    font-size: 100px;
  }
}
.spa-testimonials-block .inner-wrapper .page-content h3 {
  font-size: 41px;
  line-height: 50px;
  color: #fff;
  margin-bottom: 34px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .spa-testimonials-block .inner-wrapper .page-content h3 {
    font-size: 30px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .spa-testimonials-block .inner-wrapper .page-content h3 {
    font-size: 25px;
    line-height: 27px;
  }
}
.spa-testimonials-block .inner-wrapper .page-content p {
  margin-bottom: 0;
}
.spa-testimonials-block .inner-wrapper .page-content .author {
  font-size: 24px;
  line-height: 29px;
  margin-top: 60px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .spa-testimonials-block .inner-wrapper .page-content .author {
    font-size: 20px;
    line-height: 22px;
    margin-top: 30px;
  }
}
.spa-testimonials-block .inner-wrapper .page-content .button {
  background: none;
  border: 1px solid #fff;
  transition: all 350ms ease-in-out;
  margin-top: 30px;
  min-height: 63px;
  line-height: 63px;
  padding: 0 65px;
}
@media only screen and (max-width: 767px) {
  .spa-testimonials-block .inner-wrapper .page-content .button {
    min-height: auto;
    padding: 0 30px;
  }
}
.spa-testimonials-block .inner-wrapper .page-content .button:hover {
  border-color: #babdba;
  background: #babdba;
}

.spa-bg-image-block {
  position: relative;
}
.spa-bg-image-block .inner-wrapper {
  min-height: 590px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .spa-bg-image-block .inner-wrapper {
    min-height: auto;
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .spa-bg-image-block .inner-wrapper {
    min-height: auto;
    padding: 50px 0;
  }
}
.spa-bg-image-block .inner-wrapper:after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.spa-bg-image-block .inner-wrapper .page-content {
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
  max-width: 920px;
}
.spa-bg-image-block .inner-wrapper .page-content h2 {
  color: #fff;
}
.spa-bg-image-block .inner-wrapper .page-content .button {
  background: none;
  border: 1px solid #fff;
  transition: all 350ms ease-in-out;
  margin-top: 30px;
  min-height: 63px;
  line-height: 63px;
  padding: 0 65px;
}
@media only screen and (max-width: 767px) {
  .spa-bg-image-block .inner-wrapper .page-content .button {
    min-height: auto;
    padding: 0 30px;
  }
}
.spa-bg-image-block .inner-wrapper .page-content .button:hover {
  border-color: #babdba;
  background: #babdba;
}

.spa-services {
  position: relative;
  display: block;
}
.spa-services h1,
.spa-services h2,
.spa-services h3 {
  color: #6399ab;
  text-transform: uppercase;
}
.spa-services h1 {
  font-size: 36px;
  color: #6399AB;
  text-transform: uppercase;
}
.spa-services h2 {
  font-size: 26px;
  font-weight: 300;
  text-transform: uppercase;
}
.spa-services h3 {
  font-size: 18px;
  padding: 10px 0;
  font-weight: 400;
  color: #92B8C5;
}
.spa-services h4 {
  color: #949292;
  font-weight: 500;
  font-size: 19px;
}
.spa-services .block {
  padding-bottom: 20px;
  padding: 15px 0;
}
.spa-services .gray-bg {
  background-color: #FAFAFA;
  padding: 30px 0;
  margin-bottom: 30px;
}
.spa-services .padding {
  padding: 30px 0;
}
.spa-services .bg-image {
  position: relative;
  margin-top: -210px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1400px;
  z-index: -1;
}
.spa-services .anchor {
  top: -300px;
  position: relative;
}

.venue-acm {
  margin-top: 0 !important;
  background-color: #f9f9f9;
}
@media only screen and (max-width: 979px) {
  .venue-acm {
    padding: 40px 0;
  }
}
.venue-acm .venue-acm-wrapper {
  display: flex;
}
@media only screen and (min-width: 980px) {
  .venue-acm .venue-acm-wrapper {
    align-items: center;
  }
}
@media only screen and (max-width: 979px) {
  .venue-acm .venue-acm-wrapper {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.venue-acm .section-content {
  position: relative;
  flex: 2;
  width: 100%;
  padding: 60px;
}
@media only screen and (max-width: 979px) {
  .venue-acm .section-content {
    padding: 30px 0;
  }
}

.venue-acm-euc {
  position: relative;
}
.venue-acm-euc .euc-bottom {
  position: absolute;
  width: 400px;
  right: 0px;
  transform: rotateX(180deg);
  bottom: 100px;
}
@media only screen and (max-width: 979px) {
  .venue-acm-euc .euc-bottom {
    display: none;
  }
}

.two-columns {
  padding: 60px 0;
  background-color: #f9f9f9;
}
@media only screen and (max-width: 767px) {
  .two-columns {
    padding: 30px 0;
  }
}
.two-columns .columns-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.two-columns .columns-wrapper::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #e9e9e9;
}
@media only screen and (max-width: 979px) {
  .two-columns .columns-wrapper {
    display: block;
  }
  .two-columns .columns-wrapper::before {
    content: none;
  }
}
.two-columns .column {
  padding: 60px;
  width: 50%;
}
@media only screen and (max-width: 979px) {
  .two-columns .column {
    width: 100%;
    padding: 20px 0;
  }
}
.two-columns .thumbnail {
  position: relative;
  width: 100%;
  margin-bottom: 26px;
}
.two-columns .thumbnail::before {
  content: "";
  display: block;
  padding-top: 50%;
}
.two-columns .h1-like {
  font-size: 30px;
}
.two-columns .button {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .two-columns .button {
    padding: 0 20px;
    font-size: 14px;
  }
}

.three-columns {
  padding: 60px 0;
  background-color: #f9f9f9;
}
@media only screen and (max-width: 767px) {
  .three-columns {
    padding: 30px 0;
  }
}
.three-columns .columns-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 979px) {
  .three-columns .columns-wrapper {
    display: block;
  }
  .three-columns .columns-wrapper::before {
    content: none;
  }
}
.three-columns .columns-wrapper .button, .three-columns .columns-wrapper input[type=submit].button {
  height: auto;
  margin: 0;
  padding: 0 40px;
  overflow: visible;
  background: #384766;
  border: 1px solid #384766;
  font: 400 18px/28px "Montserrat", serif;
  -moz-text-align-last: auto;
  text-align-last: auto;
  text-decoration: none;
  text-align: center;
  white-space: normal;
}
.three-columns .column {
  padding: 30px;
  width: 33.33%;
}
@media only screen and (max-width: 979px) {
  .three-columns .column {
    width: 100%;
    padding: 20px 0;
  }
}
.three-columns .thumbnail {
  position: relative;
  width: 100%;
  margin-bottom: 26px;
}
.three-columns .thumbnail::before {
  content: "";
  display: block;
  padding-top: 50%;
}
.three-columns .h1-like {
  font-size: 30px;
}
.three-columns .button {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .three-columns .button {
    padding: 0 20px;
    font-size: 14px;
  }
}

.video-slideshow-acm {
  margin: 100px 0;
  padding: 0;
}
@media only screen and (max-width: 979px) {
  .video-slideshow-acm {
    margin: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  .video-slideshow-acm {
    margin: 40px 0;
  }
}
.video-slideshow-acm .slideshow {
  position: relative;
  overflow: hidden;
}
.video-slideshow-acm .slideshow .slideshow-wrapper {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  z-index: 1;
}
.video-slideshow-acm .slideshow .slideshow-pagination {
  position: absolute;
  bottom: 18px;
  right: 18px;
  display: flex;
  flex-wrap: nowrap;
  z-index: 2;
}
.video-slideshow-acm .slideshow .slideshow-pagination .swiper-pagination-bullet {
  display: block;
  width: 53px;
  height: 3px;
  background: white;
  margin-left: 4px;
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 350ms ease-in-out;
}
@media only screen and (max-width: 979px) {
  .video-slideshow-acm .slideshow .slideshow-pagination .swiper-pagination-bullet {
    width: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .video-slideshow-acm .slideshow .slideshow-pagination .swiper-pagination-bullet {
    width: 20px;
  }
}
.video-slideshow-acm .slideshow .slideshow-pagination .swiper-pagination-bullet:hover, .video-slideshow-acm .slideshow .slideshow-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.video-slideshow-acm .slide {
  position: relative;
  height: 0;
  padding-top: 56%;
  background: #384766;
  overflow: hidden;
  transition: 350ms ease-in-out;
}
@media (prefers-reduced-motion) {
  .video-slideshow-acm .slide {
    transition: none;
  }
}
.video-slideshow-acm .slide .video-slideshow-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 123px;
  width: 123px;
  opacity: 1;
  transition: all 350ms ease-in-out;
  z-index: 3;
}
@media only screen and (max-width: 979px) {
  .video-slideshow-acm .slide .video-slideshow-play-button {
    height: 80px;
    width: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .video-slideshow-acm .slide .video-slideshow-play-button {
    height: 50px;
    width: 50px;
  }
}
.video-slideshow-acm .slide .video-slideshow-play-button img {
  width: 100%;
  height: 100%;
}
.video-slideshow-acm .slide .video-slideshow-play-button:hover {
  opacity: 0.6;
}

.specials.image-list {
  display: grid;
  grid-auto-rows: 340px;
  grid-template-columns: repeat(auto-fill, minmax(386px, 1fr));
  grid-gap: 60px;
}
@media only screen and (max-width: 767px) {
  .specials.image-list {
    display: none;
  }
}
.specials.image-list.starred {
  display: grid;
  grid-auto-rows: 600px;
  grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  grid-gap: 60px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .specials.image-list.starred {
    grid-auto-rows: 440px;
  }
}
.specials.image-list.starred nav {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .specials.image-list.starred nav {
    bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .specials.image-list.starred nav {
    text-align: left;
    width: 100%;
    left: auto;
    right: auto;
    bottom: auto;
    position: relative;
  }
}
.specials.image-list.starred nav a {
  margin-top: 10px;
}
.specials.image-list.starred .description {
  max-width: 460px;
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .specials.image-list.starred .description {
    padding: 20px;
  }
}
.specials.image-list.starred .description .button {
  margin-left: 40px;
  position: relative;
}
.specials .wrapper {
  width: 100%;
  height: 100%;
}
.specials .image-list-item {
  position: relative;
  overflow: hidden;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
}
@media only screen and (max-width: 767px) {
  .specials .image-list-item {
    height: auto;
  }
}
.specials .image-list-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  z-index: -1;
}
.specials .image-list-item.starred {
  width: 100%;
  order: 1;
}
.specials .image-list-item .background {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  float: right;
  overflow: hidden;
  background-color: #f7f7f7;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.specials .image-list-item .background::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.specials .image-list-item .description {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  padding: 30px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .specials .image-list-item .description {
    padding: 20px 20px 10px 20px;
  }
}
.specials .image-list-item .description .featured-text {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px; /* 128.571% */
  text-transform: uppercase;
}
.specials .image-list-item .description a {
  color: #fff;
}
.specials .image-list-item .description a:hover {
  color: #5686A2;
}
.specials .image-list-item .description h3 {
  font-family: "Montserrat", serif;
  margin-bottom: 15px;
}
.specials .image-list-item .description h3 a {
  text-decoration: none;
  color: #fff;
}
.specials .image-list-item .description h3 a:hover {
  color: #384766;
}
.specials .image-list-item .description .text-button {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
}
.specials .image-list-item .description .button {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #fff;
  color: #384766;
  border: 0;
}
.specials .image-list-item .description .button:hover {
  background-color: #384766;
  color: #fff;
}
.specials.special-widget .image-list-item .background {
  width: 300px;
}
@media only screen and (max-width: 767px) {
  .specials.special-widget .image-list-item .background {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.specials.special-widget .image-list-item .description {
  height: 100%;
}
.specials.special-widget .image-list-item .description nav {
  position: relative;
  bottom: 0;
  left: 0;
}

.single-special .background {
  float: right;
  width: 300px;
  height: 300px;
  margin-left: 20px;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .single-special .background {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}

.offers-slider .specials-wrapper {
  position: relative;
  padding: 0 144px;
}
@media only screen and (max-width: 767px) {
  .offers-slider .specials-wrapper {
    padding: 0;
  }
}
.offers-slider .specials-wrapper .slideshow {
  position: relative;
  overflow: hidden;
}
.offers-slider .specials-wrapper .slideshow .slideshow-wrapper {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.offers-slider .specials-wrapper .slideshow .slideshow-wrapper .slide {
  position: relative;
  width: 100%;
  height: 340px;
}
@media only screen and (max-width: 979px) {
  .offers-slider .specials-wrapper.non-carusel-offers {
    padding: 0;
  }
}
.offers-slider .specials-wrapper.non-carusel-offers .slideshow .slideshow-wrapper {
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .offers-slider .specials-wrapper.non-carusel-offers .slideshow .slideshow-wrapper {
    display: block;
  }
}
.offers-slider .specials-wrapper.non-carusel-offers .slideshow .slideshow-wrapper .slide {
  margin: 0;
  width: calc((100% - 60px) / 2);
}
@media only screen and (max-width: 979px) {
  .offers-slider .specials-wrapper.non-carusel-offers .slideshow .slideshow-wrapper .slide {
    width: 100%;
    margin-bottom: 20px;
  }
}
.offers-slider .specials-wrapper .swiper-buttons {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 100%;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .offers-slider .specials-wrapper .swiper-buttons {
    display: none;
  }
}
.offers-slider .specials-wrapper .swiper-buttons button {
  position: absolute;
  top: 0;
  width: 100px;
  height: 80px;
}
.offers-slider .specials-wrapper .swiper-buttons button.swiper-button-prev {
  left: 30px;
}
.offers-slider .specials-wrapper .swiper-buttons button.swiper-button-next {
  right: 30px;
}
.offers-slider .specials-wrapper .swiper-pagination-bullets {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.offers-slider .specials-wrapper .swiper-pagination-bullet {
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #717171;
  border-radius: 50%;
  margin: 0 5px;
}
.offers-slider .specials-wrapper .swiper-pagination-bullet-active {
  background-color: #717171;
  width: 10px;
  height: 10px;
}

.desktop-only {
  display: block;
}
@media only screen and (max-width: 767px) {
  .desktop-only {
    display: none;
  }
}

.mobile-only {
  display: none;
}
@media only screen and (max-width: 767px) {
  .mobile-only {
    display: block;
  }
}

.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: #384766;
  border-bottom-color: #384766;
  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: 440px;
  background: #f7f7f7;
}
.hotel-location-map h4, .poi-map-canvas h4 {
  margin: 0;
  font: 20px/1.4 "Montserrat", serif;
  color: #384766;
}
.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: #f7f7f7;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  padding: 20px;
  position: relative;
  text-align: center;
  color: #717171;
  width: 300px;
}
.map-content h3, .map-content p {
  margin-bottom: 5px;
}
.map-content h3 {
  font: 700 20px/1.4 "Montserrat", serif;
  color: #384766;
}
.map-content .button {
  margin-top: 20px;
  color: white;
}
.map-content .button:hover {
  background-color: #384766;
}

.leaflet-pane {
  z-index: 1;
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
  background: none;
  color: #333;
  box-shadow: none;
}

.pressroom {
  text-align: center;
}
.pressroom .pressroom-items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pressroom .pressroom-item {
  display: inline-block;
  width: calc(33.3333333333% - 20px);
  height: 400px;
  margin: 0 10px 20px 10px;
  position: relative;
  overflow: hidden;
  background-color: #f7f7f7;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .pressroom .pressroom-item {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .pressroom .pressroom-item {
    width: 100%;
    margin: 5px 0;
  }
}
.pressroom .pressroom-item .description {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pressroom .pressroom-item .description h4 {
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #384766;
}
.pressroom .pressroom-item .description time {
  color: #384766;
  display: block;
  margin: 5px 0;
  font-weight: 600;
  color: #5B746E;
}
.pressroom .pressroom-item .description p {
  color: #000;
  line-height: 18px;
  font-size: 14px;
  margin-bottom: 0;
  text-shadow: 1px 1px 4px rgba(255, 255, 255, 0.8);
}
.pressroom .pressroom-item .description nav {
  margin-top: 20px;
}
.pressroom .pressroom-item .description nav .pdf {
  color: #384766;
  margin-bottom: 20px;
  display: block;
  position: relative;
  line-height: 16px;
  padding-left: 0 !important;
}
@media only screen and (max-width: 979px) {
  .pressroom .pressroom-item .description nav .pdf {
    margin-bottom: 14px;
  }
}
.pressroom .pressroom-item .description nav .pdf:hover {
  color: #5686A2;
}
.pressroom .pressroom-item .description nav .button {
  font-size: 16px;
  line-height: 40px;
  height: auto;
  padding: 0 20px;
  margin: 5px 0;
}
@media only screen and (max-width: 979px) {
  .pressroom .pressroom-item .description nav .button {
    font-size: 14px;
    line-height: 30px;
    padding: 0 14px;
    margin: 3px 0;
  }
}
.pressroom .pressroom-item.no-img .description {
  background: none;
}

.galleries {
  text-align: center;
  font-size: 0;
}
.galleries .gallery {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding-bottom: calc(33.3% - 10px);
  width: calc(33.3% - 10px);
  height: 0;
  margin: 5px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .galleries .gallery {
    width: calc(50% - 10px);
    padding-bottom: calc(50% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  .galleries .gallery {
    width: calc(100% - 10px);
    padding-bottom: calc(100% - 10px);
  }
}
.galleries .gallery > * {
  z-index: 1;
  position: relative;
}
.galleries .gallery h2, .galleries .gallery h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font: 26px/30px "Montserrat", serif;
  text-transform: uppercase;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
  color: inherit;
}
.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(56, 71, 102, 0.4);
  transition: background 0.3s ease-in-out;
}
.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(56, 71, 102, 0.8);
}
.galleries .gallery .description {
  position: absolute;
  right: -100%;
  top: 0;
  color: inherit;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 979px) {
  .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 {
  display: block;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .form {
    text-align: left;
  }
}
.form .ui-menu-item a {
  text-align: left;
}
.form h3 {
  text-align: left;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.form label {
  width: 40%;
  line-height: 1.2;
  margin: 12px 20px 0 0;
  float: left;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .form label {
    display: block;
    float: none;
    margin: 0 0 20px;
    text-align: left;
    width: auto;
  }
}
.form label em {
  color: #b31919;
  font-size: 16px;
  font-weight: normal;
  line-height: 10px;
  padding-right: 5px;
}
.form p {
  margin-bottom: 10px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .form p {
    margin-bottom: 20px;
  }
}
.form p:after {
  clear: both;
  content: "";
  display: table;
}
.form p span {
  float: left;
  margin: 0 10px 0 0;
}
.form p span.checkbox-group {
  margin-bottom: 10px;
}
.form p span input {
  display: inline;
  float: none;
  margin: 0;
}
.form p span label {
  display: inline;
  float: none;
  width: auto;
  text-align: left;
}
.form p span.group label {
  display: block;
  margin-bottom: 10px;
}
.form p span.group label input {
  margin-right: 0.4em;
}
.form input[type=text], .form input[type=date], .form textarea, .form select, .form .input-overlay {
  background: #fff;
  color: #717171;
  height: 40px;
  padding: 0 10px;
  resize: none;
  width: 250px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-family: "Montserrat", serif;
  font-size: 14px;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  .form input[type=text], .form input[type=date], .form textarea, .form select, .form .input-overlay {
    padding: 0 20px;
    width: 100%;
    text-align: left;
  }
}
.form .input-overlay {
  opacity: 0;
  margin-top: -40px;
}
@media only screen and (max-width: 767px) {
  .form .select-wrapper {
    width: 100%;
  }
}
.form textarea {
  height: 100px;
  overflow: auto;
  line-height: 20px;
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .form textarea {
    padding: 10px 20px;
  }
}
.form input[type=checkbox],
.form input[type=radio] {
  width: 14px;
  height: 14px;
  padding: 0;
  vertical-align: top;
}
.form input[type=radio] {
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  .form input[type=radio] {
    margin-top: 0;
  }
}
.form .group input[type=radio] {
  margin-top: 0;
}
.form .datepicker-input-wrapper {
  float: left;
}
@media only screen and (max-width: 767px) {
  .form .datepicker-input-wrapper {
    float: none;
  }
}
.form input.date-pick, .form .input-overlay {
  width: 100px;
  float: left;
}
.form input.date-pick.range-pic, .form .input-overlay.range-pic {
  width: auto;
}
.form input.date-pick.range-pic + .input-overlay, .form .input-overlay.range-pic + .input-overlay {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .form input.date-pick, .form .input-overlay {
    float: none;
    display: block;
    width: 100%;
  }
}
.form .input-overlay {
  clear: both;
}
.form .ui-datepicker-trigger {
  float: left;
  position: static;
  margin: 13px 0 0 6px;
}
@media only screen and (max-width: 767px) {
  .form .ui-datepicker-trigger {
    display: none;
  }
}
.form .controls p {
  padding: 20px 0 0 40%;
  width: auto;
  background: none;
}
@media only screen and (max-width: 767px) {
  .form .controls p {
    padding: 0;
    text-align: center;
  }
}
.form .controls .button {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .form .controls .button {
    display: inline-block;
    margin: 0;
  }
}
.form .g-recaptcha {
  width: 230px;
  margin: 0 auto 20px;
}

#home-poi {
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  #home-poi {
    display: flex;
  }
}
#home-poi .page-content {
  background: #fff;
  text-align: center;
  padding: 0 60px 60px 60px;
}
#home-poi .page-content h2 {
  margin-bottom: 0;
}
@media only screen and (max-width: 979px) {
  #home-poi .page-content {
    position: relative;
    padding: 0 20px;
    margin-bottom: 30px;
    background: none;
  }
}
@media only screen and (max-width: 767px) {
  #home-poi .page-content {
    padding: 0 10px;
  }
}
#home-poi .poi-map-wrapper {
  order: 2;
  z-index: 1;
}
#home-poi .category-selector {
  order: 1;
  z-index: 5;
}

.poi {
  overflow: hidden;
}

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

.poi-map-wrapper {
  position: relative;
}

.poi-map {
  height: 600px !important;
  background: #f7f7f7;
}
@media only screen and (max-width: 767px) {
  .poi-map {
    height: 500px;
  }
}

.poi-zoom {
  position: absolute;
  right: 540px;
  bottom: 0;
  z-index: 10;
  font-size: 0;
  display: flex;
  flex-direction: column-reverse;
}
@media (max-width: 1376px) {
  .poi-zoom {
    right: 340px;
  }
}
@media only screen and (max-width: 767px) {
  .poi-zoom {
    display: none;
  }
}
.poi-zoom .poi-zoom-button {
  float: left;
  position: relative;
  background: #fff;
  height: 35px;
  width: 40px;
  font-size: 0;
  transition: background 350ms ease-in-out;
}
.poi-zoom .poi-zoom-button:hover {
  background: #f7f7f7;
}
.poi-zoom .poi-zoom-button:after {
  content: "";
  background: #384766;
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.poi-zoom .poi-zoom-button.zoom-in:before {
  content: "";
  background: #384766;
  display: block;
  width: 2px;
  height: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.poi .category-selector {
  background: #384766;
  padding: 8px 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .poi .category-selector {
    background: none;
  }
}
.poi .category-selector button {
  position: relative;
  padding: 12px 12px 10px 40px;
  margin: 0 20px;
  font: 16px/1.5 "Montserrat", serif;
  color: #fff;
  background: none;
}
.poi .category-selector button.active, .poi .category-selector button:hover {
  color: #384766;
  background-color: #fff;
}
.poi .category-selector button:before {
  background: url(../images/poi/icons.svg) no-repeat -40px -40px;
  content: "";
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  top: 6px;
  left: 0;
}
.poi .category-selector button.icon-restaurants-bars:before {
  background-position: -10px -10px;
}
.poi .category-selector button.icon-shopping:before {
  background-position: -70px -10px;
}
.poi .category-selector button.icon-zoo:before {
  background-position: -130px -10px;
}
.poi .category-selector button.icon-theme-parks:before {
  background-position: -190px -10px;
}
.poi .category-selector button.icon-wineries:before {
  background-position: -250px -10px;
}
.poi .category-selector button.icon-breakfast:before {
  background-position: -310px -10px;
}
.poi .category-selector button.icon-attractions:before {
  background-position: -370px -10px;
}
.poi .category-selector button.icon-places-for-children:before {
  background-position: -430px -10px;
}
.poi .category-selector button.icon-museums:before {
  background-position: -490px -10px;
}
.poi .category-selector button.icon-national-monuments:before {
  background-position: -550px -10px;
}
.poi .category-selector button.icon-farmer-markets:before {
  background-position: -610px -10px;
}
.poi .category-selector button.icon-nightlife:before {
  background-position: -670px -10px;
}
.poi .category-selector button.icon-arts-culture:before {
  background-position: -730px -10px;
}
.poi .category-selector button.icon-hospitals:before {
  background-position: -790px -10px;
}
.poi .category-selector button.icon-banks:before {
  background-position: -850px -10px;
}
.poi .category-selector button.icon-spas:before {
  background-position: -910px -10px;
}
.poi .category-selector button.icon-gardens:before {
  background-position: -970px -10px;
}
.poi .category-selector button.icon-cafes:before {
  background-position: -1030px -10px;
}
.poi .category-selector button.icon-entertainment:before {
  background-position: -1090px -10px;
}
.poi .category-selector button.icon-golf:before {
  background-position: -1150px -10px;
}
.poi .category-selector button.icon-romantic-spots:before {
  background-position: -1210px -10px;
}
.poi .category-selector button.icon-hidden-gems:before {
  background-position: -1270px -10px;
}
.poi .category-selector button.icon-corporate-offices:before {
  background-position: -1330px -10px;
}
.poi .category-selector button.icon-outdoors:before {
  background-position: -1390px -10px;
}
.poi .category-selector button.icon-lakes:before {
  background-position: -1450px -10px;
}
.poi .category-selector button.icon-rivers:before {
  background-position: -1510px -10px;
}
.poi .category-selector button.icon-beaches:before {
  background-position: -1570px -10px;
}
.poi .category-selector button.icon-hiking:before {
  background-position: -1630px -10px;
}
.poi .category-selector button.icon-places-of-worship:before {
  background-position: -1690px -10px;
}
.poi .category-selector button.icon-sports:before {
  background-position: -1750px -10px;
}
.poi .category-selector button.icon-universities:before {
  background-position: -1810px -10px;
}

.poi .category-selector button.active:before,
.poi .category-selector button:hover:before {
  filter: invert(57%) sepia(22%) saturate(350%) hue-rotate(180deg) brightness(70%) contrast(110%);
}

.leaflet-container a.leaflet-popup-close-button {
  top: 12px;
  right: 30px;
}

.poi-sidenav {
  position: absolute;
  top: 163px;
  right: 0;
  z-index: 2;
  width: 540px;
  height: 608px;
  background-color: #f7f7f7;
}
@media only screen and (max-width: 1440px) {
  .poi-sidenav {
    top: 200px;
    width: 340px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .poi-sidenav {
    top: 163px;
  }
}
@media (max-width: 826px) {
  .poi-sidenav {
    top: 204px;
  }
}
@media only screen and (max-width: 767px) {
  .poi-sidenav {
    order: 3;
    position: unset;
    width: 100%;
  }
}
.poi-sidenav .poi-points-list {
  padding: 20px 80px 20px 40px;
  overflow-y: auto;
  height: 100%;
}
@media only screen and (max-width: 1440px) {
  .poi-sidenav .poi-points-list {
    padding: 20px 40px 20px 30px;
  }
}
.poi-sidenav .poi-points-list .poi-accordion {
  background-color: #f7f7f7;
  color: #5686a2;
  cursor: pointer;
  padding: 18px 0 18px 0;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-weight: 700 !important;
  transition: 0.4s;
  font-size: 18px;
  font-family: "Montserrat", serif;
  border-bottom: 1px solid #dee0e7;
  line-height: 1.5;
}
.poi-sidenav .poi-points-list .poi-accordion .active {
  border-bottom: none;
}
.poi-sidenav .poi-points-list .poi-accordion:after {
  content: "+";
  color: #5686a2;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  font-size: 26px;
  margin-top: -4px;
}
.poi-sidenav .poi-points-list .active,
.poi-sidenav .poi-points-list .poi-accordion:hover {
  color: #384766;
}
.poi-sidenav .poi-points-list .active:after {
  content: "−";
  color: #384766;
}
.poi-sidenav .poi-points-list .poi-panel {
  background-color: #f7f7f7;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.poi-sidenav .poi-points-list .poi-panel.border-bottom {
  border-bottom: 1px solid #384766;
}
.poi-sidenav .poi-points-list .poi-panel .poi-panel-content .point-image {
  width: 100%;
  height: 180px;
  overflow: hidden;
}
.poi-sidenav .poi-points-list .poi-panel .poi-panel-content .point-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.poi-sidenav .poi-points-list .poi-panel .poi-panel-content .poi-panel-info {
  padding-top: 20px;
}
.poi-sidenav .poi-points-list .poi-panel .poi-panel-content .poi-panel-info p {
  color: #384766;
  font-family: "Montserrat", serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 22.75px;
  letter-spacing: 0%;
  vertical-align: middle;
}
.poi-sidenav .poi-points-list .poi-panel .poi-panel-content .poi-panel-info p.distance {
  text-transform: uppercase;
}
.poi-sidenav .poi-points-list .poi-panel .poi-panel-content .poi-panel-info p a {
  color: #384766;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
}

.menus.acm-section {
  position: relative;
  display: flex;
  flex-direction: row;
}
.menus.acm-section .page-content {
  width: 100%;
}
@media only screen and (min-width: 1440px) {
  .menus.acm-section .page-content {
    padding-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .menus.acm-section .page-content {
    padding-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .menus.acm-section .page-content h3 {
    display: none;
  }
}
.menus.acm-section .sidebar {
  position: relative;
  width: 300px;
  padding: 100px 0 100px 60px;
  margin-left: 60px;
}
@media only screen and (min-width: 1440px) {
  .menus.acm-section .sidebar {
    width: 380px;
    padding: 126px 0 126px 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .menus.acm-section .sidebar {
    padding-left: 40px;
    margin-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .menus.acm-section .sidebar {
    display: none;
  }
}
.menus.acm-section .sidebar:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 9999px;
  background: #f7f7f7;
  z-index: -1;
}
.menus.acm-section .sidebar ul {
  margin-left: 20px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .menus.acm-section .sidebar ul {
    margin-left: 0;
  }
}
.menus.acm-section .sidebar li {
  margin-bottom: 5px;
}
.menus.acm-section .sidebar li:before {
  display: none;
}
.menus.acm-section .sidebar button {
  display: block;
  font: 16px/1.7 "Montserrat", serif;
  color: #384766;
  text-align: left;
  text-decoration: none;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .menus.acm-section .sidebar button {
    font-size: 16px;
  }
}
.menus.acm-section .sidebar button.active, .menus.acm-section .sidebar button:hover {
  color: #5686A2;
  border-color: #5686A2;
}
.menus.acm-section .sidebar-mobile {
  display: none;
  padding: 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .menus.acm-section .sidebar-mobile {
    display: block;
  }
}
.menus.acm-section .sidebar-mobile select {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 35px;
  color: #384766;
  border-color: #384766;
}
.menus.acm-section .category-wrapper {
  margin-bottom: 80px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .menus.acm-section .category-wrapper {
    margin-bottom: 40px;
  }
}
.menus.acm-section .category-wrapper.active {
  display: block;
}
.menus.acm-section .sub-categories {
  margin: 56px 0 58px 0;
}
@media only screen and (max-width: 767px) {
  .menus.acm-section .sub-categories {
    text-align: center;
    margin: 30px 0;
  }
}
.menus.acm-section .sub-categories .subcategory-description {
  display: none;
  margin-top: 20px;
}
.menus.acm-section .sub-categories .subcategory-description.visible {
  display: block;
}
.menus.acm-section .sub-categories button {
  position: relative;
  vertical-align: top;
  font-size: 24px;
  line-height: 1;
  font-weight: 300;
  color: #5686A2;
  margin-right: 40px;
  margin-bottom: 10px;
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .menus.acm-section .sub-categories button {
    font-size: 20px;
    margin-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .menus.acm-section .sub-categories button {
    margin: 0 16px 10px 16px;
    font-size: 20px;
  }
}
.menus.acm-section .sub-categories button.visible {
  display: inline-block;
}
.menus.acm-section .sub-categories button.visible:nth-child(0):after {
  background: #5686A2;
}
.menus.acm-section .sub-categories button:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: transparent;
  transition: background-color 0.2s;
}
.menus.acm-section .sub-categories button.active:after, .menus.acm-section .sub-categories button:hover:after {
  background: #5686A2;
}
.menus.acm-section article.group {
  display: none;
}
.menus.acm-section article.group.visible {
  display: block;
}
.menus.acm-section article.group.expanded .items {
  max-height: 10000px;
  overflow: visible;
}
.menus.acm-section article.group.expanded h4 {
  margin-bottom: 30px;
}
.menus.acm-section article.group.expanded h4 .plus:before {
  display: none;
}
.menus.acm-section article.group h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  color: #384766;
  padding-right: 40px;
  padding-bottom: 10px;
  margin-bottom: 0;
  border-bottom: thin solid #384766;
  transition: 350ms ease-in-out;
  cursor: pointer;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .menus.acm-section article.group h4 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .menus.acm-section article.group h4 {
    font-size: 15px;
  }
}
.menus.acm-section article.group h4:hover {
  color: #5686A2;
}
.menus.acm-section article.group h4:hover .plus:after, .menus.acm-section article.group h4:hover .plus:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #5686A2;
}
.menus.acm-section article.group h4 .plus {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 20px;
  overflow: hidden;
  text-indent: -10000px;
  cursor: pointer;
}
.menus.acm-section article.group h4 .plus:after, .menus.acm-section article.group h4 .plus:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #384766;
}
.menus.acm-section article.group h4 .plus:after {
  width: 10px;
  height: 2px;
  transform: translate(-50%, -50%);
}
.menus.acm-section article.group h4 .plus:before {
  width: 2px;
  height: 10px;
  transform: translate(-50%, -50%) rotate(0);
}
.menus.acm-section article.group .items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 350ms ease-in-out;
}
.menus.acm-section article.group .items .item {
  position: relative;
  width: calc((100% - 60px) / 2);
  margin-bottom: 30px;
  font-size: 14px;
}
@media only screen and (max-width: 979px) {
  .menus.acm-section article.group .items .item {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .menus.acm-section article.group .items .item {
    font-size: 12px;
  }
}
.menus.acm-section article.group .items .item.hover .thumbnail {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
.menus.acm-section article.group .items .item > * {
  position: relative;
  z-index: 1;
}
.menus.acm-section article.group .items .item .title {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #717171;
  padding-bottom: 6px;
  margin: 0;
}
.menus.acm-section article.group .items .item .title.img {
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .menus.acm-section article.group .items .item .title.img {
    cursor: auto;
  }
}
.menus.acm-section article.group .items .item .title .notes {
  font-weight: 300;
}
.menus.acm-section article.group .items .item .details {
  display: flex;
  align-content: stretch;
  flex-wrap: nowrap;
  flex-direction: row;
}
@media only screen and (max-width: 767px) {
  .menus.acm-section article.group .items .item .details {
    flex-direction: column;
  }
}
.menus.acm-section article.group .items .item .details .description {
  flex-shrink: 1;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .menus.acm-section article.group .items .item .details .description {
    font-size: 12px;
  }
}
.menus.acm-section article.group .items .item .details .filler {
  flex-shrink: 0;
  flex-grow: 1;
  min-width: 40px;
  background-image: url("../images/dot.png");
  background-position: 100% 15px;
  background-repeat: repeat-x;
}
@media only screen and (max-width: 767px) {
  .menus.acm-section article.group .items .item .details .filler {
    display: none;
  }
}
.menus.acm-section article.group .items .item .details .price {
  font-weight: 700;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .menus.acm-section article.group .items .item .details .price {
    padding-top: 6px;
  }
}
.menus.acm-section article.group .items .item .description-notes {
  font-size: 10px;
  font-weight: 300;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .menus.acm-section article.group .items .item .description-notes {
    padding-top: 6px;
  }
}
.menus.acm-section article.group .items .item .thumbnail {
  position: absolute;
  top: 0;
  right: 0;
  width: 290px;
  text-align: center;
  padding: 10px;
  background-color: #f7f7f7;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  transition: 350ms ease-in-out;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .menus.acm-section article.group .items .item .thumbnail {
    display: none;
  }
}
.menus.acm-section article.group .items .item .thumbnail .image {
  width: 270px;
  height: 150px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-bottom: 6px;
}
.menus.acm-section article.group .items .item .thumbnail .thumb-title {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

.checkers {
  width: 100%;
  margin: 35px 0;
  padding: 35px 0;
}
@media only screen and (max-width: 979px) {
  .checkers {
    margin: 20px 0;
    padding: 20px 0;
  }
}
.checkers .checker-item {
  display: flex;
  min-height: 600px;
}
@media only screen and (max-width: 979px) {
  .checkers .checker-item {
    display: block;
    min-height: auto;
  }
}
.checkers.position-right .checker-item:nth-child(odd) .sidebar-image, .checkers.position-left .checker-item:nth-child(even) .sidebar-image {
  order: 1;
}
@media only screen and (max-width: 979px) {
  .checkers.position-right .checker-item:nth-child(odd) .sidebar-image, .checkers.position-left .checker-item:nth-child(even) .sidebar-image {
    order: 0;
  }
}
.checkers .sidebar-image {
  width: 50%;
}
@media only screen and (max-width: 979px) {
  .checkers .sidebar-image {
    height: 200px;
    width: 100%;
  }
}
.checkers .thumb {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.checkers .image-header {
  margin: 0 auto 20px;
  width: 100%;
  height: 100%;
  max-width: 300px;
  max-height: 145px;
}
.checkers .image-header .thumb-logo {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  min-height: 110px;
}
.checkers .image-header .thumb-logo img {
  -o-object-fit: contain;
     object-fit: contain;
}
.checkers .description {
  display: flex;
  flex-flow: column;
  width: 50%;
  position: relative;
  padding: 40px 80px 80px;
  background-color: #F2F2F2;
  text-align: center;
}
@media only screen and (max-width: 979px) {
  .checkers .description {
    width: 100%;
    padding: 30px 20px 30px;
  }
}
.checkers .description h3 {
  font-size: 32px;
  line-height: 1.4;
  letter-spacing: 0.5px;
  font-weight: normal;
  color: #485061;
}
@media only screen and (max-width: 979px) {
  .checkers .description h3 {
    font-size: 24px;
    line-height: 1.2;
  }
}
.checkers .description .button {
  margin-top: 50px;
  text-transform: uppercase;
  font-size: 14px;
  height: 66px;
  line-height: 64px;
  padding: 0 75px;
}
@media only screen and (max-width: 979px) {
  .checkers .description .button {
    padding: 0 25px;
    margin-top: 20px;
    font-size: 12px;
    height: 60px;
    line-height: 58px;
  }
}
@media only screen and (max-width: 767px) {
  .checkers .description .button {
    width: 100%;
  }
}
.checkers .description .content {
  font-size: 16px;
  color: #000;
  letter-spacing: 0.27px;
  line-height: 32px;
  font-weight: 300;
}
@media only screen and (max-width: 979px) {
  .checkers .description .content {
    text-align: center;
  }
}

#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: block;
  height: 20px;
  width: 20px;
  margin: 0 20px 0 0;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common.svg") 0 0 no-repeat;
}
#calendar-links a.ical {
  background-position: -200px -76px;
}
#calendar-links a.ical:hover {
  background-position: -240px -76px;
}
#calendar-links a.ical:active {
  background-position: -280px -76px;
}
#calendar-links a.print {
  background-position: -200px -116px;
}
#calendar-links a.print:hover {
  background-position: -240px -116px;
}
#calendar-links a.print:active {
  background-position: -280px -116px;
}
#calendar-links a.rss {
  background-position: -200px -156px;
}
#calendar-links a.rss:hover {
  background-position: -240px -156px;
}
#calendar-links a.rss:active {
  background-position: -280px -156px;
}
@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 {
  position: relative;
  display: block;
  margin-right: 20px;
  padding-left: 30px;
  text-decoration: none;
  text-transform: uppercase;
  color: #384766;
  line-height: 18px;
}
@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:hover, #calendar-views a.active {
  color: #5686A2;
}
#calendar-views a:before {
  background: url("../images/common.svg") 0 0 no-repeat;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
#calendar-views a.grid:before {
  background-position: -200px 0;
}
#calendar-views a.grid:hover:before, #calendar-views a.grid.active:before {
  background-position: -240px 0;
}
#calendar-views a.grid:active:before {
  background-position: -280px 0;
}
#calendar-views a.list:before {
  background-position: -200px -38px;
}
#calendar-views a.list:hover:before, #calendar-views a.list.active:before {
  background-position: -240px -38px;
}
#calendar-views a.list:active:before {
  background-position: -280px -38px;
}

#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 #5686A2;
  color: #5686A2;
}
#calendar-year a:hover {
  border-color: #000;
  color: #000;
}
#calendar-year .active a {
  border-color: #384766;
  color: #384766;
}
#calendar-year .active a:hover {
  border-color: #5686A2;
  color: #5686A2;
}

#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-size: 12px;
  color: #384766;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #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: #384766;
  color: #fff;
}
#calendar-month a.active {
  background: #384766;
  color: #fff;
}
#calendar-month a.active:hover {
  background: #5686A2;
  color: #fff;
}
@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 {
    background: url("../images/common.svg") -200px -196px no-repeat;
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: 11px;
    width: 11px;
    height: 18px;
  }
  #calendar-month li.prev a:hover, #calendar-month li.next a:hover {
    background-color: transparent;
    color: #5686A2;
  }
  #calendar-month li.prev a:hover:after, #calendar-month li.next a:hover:after {
    background-position: -231px -196px;
  }
  #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 {
    background-position: -200px -234px;
    left: auto;
    right: 5px;
  }
  #calendar-month li.next a:hover:after {
    background-position: -231px -234px;
  }
}

#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: #f7f7f7;
}
#calendar-navigation a.prev, #calendar-navigation a.next {
  position: absolute;
  top: 11px;
  width: 11px;
  height: 18px;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
  margin: 0 10px 0 10px;
  background: url("../images/common.svg") 0 0 no-repeat;
}
#calendar-navigation a.next {
  right: 0;
  background-position: -200px -234px;
}
#calendar-navigation a.next:hover {
  background-position: -231px -234px;
}
#calendar-navigation a.next:active {
  background-position: -262px -234px;
}
#calendar-navigation a.prev {
  left: 0;
  background-position: -200px -196px;
}
#calendar-navigation a.prev:hover {
  background-position: -231px -196px;
}
#calendar-navigation a.prev:active {
  background-position: -262px -196px;
}

#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 {
  color: #5B746E;
  text-align: center;
  font-weight: bold;
}
#calendar-week li .short {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #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.12);
}
@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: #384766;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
}
#calendar-days li time a:hover {
  background: rgba(0, 0, 0, 0.2);
}
#calendar-days li.prev_month, #calendar-days li.next_month {
  background: rgba(0, 0, 0, 0.05);
}
#calendar-days li.prev_month time a, #calendar-days li.next_month time a {
  color: rgba(0, 0, 0, 0.5);
}
#calendar-days li.prev_month time a:hover, #calendar-days li.next_month time a:hover {
  background: rgba(0, 0, 0, 0.2);
}
#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 {
  display: block;
  height: 1.8em;
  width: auto;
  line-height: 1.8em;
  padding: 0 0.5em 0 1em;
  text-decoration: none;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0.7em;
  background: #384766;
  color: #fff;
}
@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: #717171;
  font-size: 12px;
  margin-bottom: 10px;
  padding: 10px 10px 15px 10px;
  text-align: left;
  visibility: hidden;
  width: 200px;
  z-index: 999;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  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 {
  color: #384766;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  text-transform: uppercase;
}
#calendar-days dl dd img {
  height: auto;
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
#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%;
  color: #384766;
  background: #f7f7f7;
}

#calendar .single-event .background {
  float: right;
  width: 300px;
  height: 300px;
  margin-left: 20px;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@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 strong, #calendar .attachment strong {
  color: #5B746E;
}

#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 rgba(0, 0, 0, 0.1);
  z-index: -1;
}
.calendar .image-list-item .background {
  position: relative;
  width: 350px;
  height: 300px;
  margin-left: 40px;
  display: block;
  float: right;
  overflow: hidden;
  background-color: #f7f7f7;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .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 "Montserrat", serif;
  color: #384766;
  margin-bottom: 15px;
}
.calendar .image-list-item .description h3 a {
  text-decoration: none;
}
.calendar .image-list-item .description h3 a:hover {
  color: #5686A2;
}
.calendar .image-list-item .description .button {
  position: absolute;
  bottom: 30px;
  left: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .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;
  }
}

@media print {
  html {
    -webkit-print-color-adjust: exact;
  }
  .fade-on-scroll {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }
  body > *:not(#content) {
    display: none;
  }
  #promos {
    display: none;
  }
  .home #main-content > .page-content:before {
    content: none;
  }
  #content-submenu {
    display: none;
  }
  #home-sections {
    display: none;
  }
  .additional-content {
    display: none;
  }
  #calendar-header, #calendar-year, #calendar-month {
    display: none;
  }
  @page {
    size: 960px 1358px;
  }
}
