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

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

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

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

.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 !important;
}
.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: 700;
  text-transform: uppercase;
  text-align: center;
  color: #CC9933;
}

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

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

.ui-datepicker-calendar {
  cursor: default;
  margin: 0 auto;
  width: 252px;
  table-layout: fixed;
}
@media only screen and (max-width: 767px) {
  .ui-datepicker-calendar {
    width: 100%;
  }
}
.ui-datepicker-calendar th, .ui-datepicker-calendar td {
  line-height: 42px;
  text-align: center;
  vertical-align: middle;
  text-align: center;
}
.ui-datepicker-calendar th {
  font-size: 14px;
  font-weight: bold;
  color: #916D26;
  text-transform: uppercase;
}
.ui-datepicker-calendar td {
  font-size: 14px;
  color: #916D26;
}
.ui-datepicker-calendar td.ui-datepicker-other-month, .ui-datepicker-calendar td.ui-state-disabled {
  color: #000;
}
.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: #CC9933;
  color: #000;
}
.ui-datepicker-calendar .ui-datepicker-highlight a, .ui-datepicker-calendar .ui-datepicker-current-day a, .ui-datepicker-calendar .ui-state-default:hover {
  background: #000;
  color: #fff;
}

.ui-datepicker-trigger {
  width: 16px;
  height: 19px;
  font-size: 0;
  color: #fff;
  overflow: hidden;
  opacity: 1;
  position: absolute;
  top: 50%;
  margin: -8px 0 0 0;
  right: 20px;
}
.ui-datepicker-trigger svg {
  fill: #CC9933;
  width: 16px;
  height: 19px;
  transition: fill 350ms ease-in-out;
}
.ui-datepicker-trigger:hover svg {
  fill: #916D26;
}

.ui-selectmenu-button {
  background: #fff;
  border: 1px solid #d1d1d1;
  color: #53565a;
  display: block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  position: relative;
  text-align: left;
  transition: all 350ms ease-in-out;
  width: auto !important;
}
.ui-selectmenu-button::-moz-placeholder {
  color: #292C2D;
}
.ui-selectmenu-button::placeholder {
  color: #292C2D;
}
.ui-selectmenu-button .ui-icon {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 7px solid #292C2D;
  height: 0;
  margin-top: -4px;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 0;
}
.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 {
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  max-height: 258px;
  overflow: auto;
  position: absolute;
  z-index: 9999999;
}
.ui-selectmenu-menu.ui-selectmenu-open {
  display: block;
}
.ui-selectmenu-menu li .ui-menu-item-wrapper {
  color: #000;
  display: block;
  font-size: 14px;
  overflow: hidden;
  padding: 10px 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.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;
}

.slideshow-button {
  opacity: 1;
}

.swiper-button-disabled {
  opacity: 0 !important;
  pointer-events: none;
}

.swiper-pagination {
  position: absolute;
  left: 0;
  height: 13px;
  bottom: 20px;
  width: 100%;
  text-align: center;
  font-size: 0;
  display: flex;
  align-items: center;
  flex-flow: row;
  justify-content: center;
  z-index: 20;
}
.swiper-pagination .swiper-pagination-bullet {
  cursor: pointer;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin: 0 8px;
  vertical-align: top;
  position: relative;
}
.swiper-pagination .swiper-pagination-bullet:after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  background: #CC9933;
  transform: translate(-50%, -50%);
  transition: all 350ms ease-in-out;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after, .swiper-pagination .swiper-pagination-bullet:hover:after {
  background: none;
  border: 1px solid #CC9933;
  width: 10px;
  height: 10px;
}

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

.rooms-icon-hollow-square-set-up:before {
  content: "\e94f";
}

.rooms-icon-on-site-av-set-up:before {
  content: "\e94e";
}

.rooms-icon-conference-set-up:before {
  content: "\e950";
}

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

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

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

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

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

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

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

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

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

.rooms-icon-hollow-sq-set-up:before {
  content: "\e991";
}

.rooms-icon-ceiling-set-up:before {
  content: "\e990";
}

.rooms-icon-seated-dinner-set-up:before {
  content: "\e992";
}

.rooms-icon-standing-rec-set-up:before {
  content: "\e993";
}

.rooms-icon-hour_in_room_dining:before {
  content: "\e968";
}

.rooms-icon-attention_detail:before {
  content: "\e969";
}

.rooms-icon-balconies_soaking_tub:before {
  content: "\e96a";
}

.rooms-icon-beats_by_dr_dre:before {
  content: "\e96b";
}

.rooms-icon-blackout_shades:before {
  content: "\e946";
}

.rooms-icon-butler_service:before {
  content: "\e96d";
}

.rooms-icon-cental_location:before {
  content: "\e96e";
}

.rooms-icon-complimentary_local_car_service:before {
  content: "\e96f";
}

.rooms-icon-complimentary_sparkling_wine:before {
  content: "\e970";
}

.rooms-icon-complimentary_tesla_model_x:before {
  content: "\e971";
}

.rooms-icon-complimentary_turndown:before {
  content: "\e972";
}

.rooms-icon-customizable_venue:before {
  content: "\e973";
}

.rooms-icon-daily_morning_coffee:before {
  content: "\e974";
}

.rooms-icon-daily_priority_bicycles:before {
  content: "\e975";
}

.rooms-icon-free-wifi:before {
  content: "\e976";
}

.rooms-icon-full_convenience_kitchen:before {
  content: "\e977";
}

.rooms-icon-full_service_staff:before {
  content: "\e978";
}

.rooms-icon-gas_fireplace:before {
  content: "\e979";
}

.rooms-icon-honeymoon:before {
  content: "\e97a";
}

.rooms-icon-hooded_robe:before {
  content: "\e97b";
}

.rooms-icon-innovative_technology:before {
  content: "\e97c";
}

.rooms-icon-jawbone_big_jambox:before {
  content: "\e97d";
}

.rooms-icon-luxury_bath_amenities:before {
  content: "\e97e";
}

.rooms-icon-mini_bar:before {
  content: "\e97f";
}

.rooms-icon-onsite_catering:before {
  content: "\e980";
}

.rooms-icon-perks:before {
  content: "\e981";
}

.rooms-icon-pet_friendly:before {
  content: "\e926";
}

.rooms-icon-plunge_pool:before {
  content: "\e983";
}

.rooms-icon-preferred_room_block:before {
  content: "\e984";
}

.rooms-icon-preferred_room_rates:before {
  content: "\e985";
}

.rooms-icon-preferred_vendor:before {
  content: "\e986";
}

.rooms-icon-private_sundeck:before {
  content: "\e987";
}

.rooms-icon-rainfall_shower:before {
  content: "\e988";
}

.rooms-icon-remarkableiconic_destination:before {
  content: "\e989";
}

.rooms-icon-soma_district_location:before {
  content: "\e98a";
}

.rooms-icon-sumptuous_linens:before {
  content: "\e98b";
}

.rooms-icon-unique_venue:before {
  content: "\e98c";
}

.rooms-icon-upscale_catering:before {
  content: "\e98d";
}

.rooms-icon-wedding_specialist:before {
  content: "\e98e";
}

.rooms-icon-work_desk:before {
  content: "\e98f";
}

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

.rooms-icon-parking3:before {
  content: "\e920";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.rooms-icon-soap:before {
  content: "\e935";
}

.rooms-icon-meetings-events:before {
  content: "\e952";
}

.rooms-icon-floorplan:before {
  content: "\e953";
}

.rooms-icon-360:before {
  content: "\e954";
}

.rooms-icon-luxury:before {
  content: "\e955";
}

.rooms-icon-family-friendly:before {
  content: "\e956";
}

.rooms-icon-lounge:before {
  content: "\e957";
}

.rooms-icon-workspace:before {
  content: "\e958";
}

.rooms-icon-discount:before {
  content: "\e959";
}

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

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

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

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

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

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

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

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

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

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

.rooms-icon-personalitems:before {
  content: "\e90d";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rooms-icon-discount:before {
  content: "\e959";
}

.rooms-icon-gallery:before {
  content: "\e936";
}

.cms-icon-weather-clear:before, .cms-icon-weather-hot:before {
  content: "\e95a";
}

.cms-icon-weather-clouds:before {
  content: "\e95b";
}

.cms-icon-weather-thunderstorm:before, .cms-icon-weather-storm:before {
  content: "\e95c";
}

.cms-icon-weather-drizzle:before {
  content: "\e95d";
}

.cms-icon-weather-rain-light:before {
  content: "\e95e";
}

.cms-icon-weather-rain-heavy:before {
  content: "\e95f";
}

.cms-icon-weather-snow:before, .cms-icon-weather-hail:before {
  content: "\e960";
}

.cms-icon-weather-atmosphere:before {
  content: "\e961";
}

.cms-icon-weather-tornado:before, .cms-icon-weather-hurricane:before {
  content: "\e962";
}

.cms-icon-weather-tropicalstorm:before {
  content: "\e963";
}

.cms-icon-weather-cold:before {
  content: "\e964";
}

.cms-icon-weather-windy:before, .cms-icon-weather-breeze:before {
  content: "\e965";
}

.cms-icon-weather-calm:before {
  content: "\e966";
}

.cms-icon-weather-gale:before {
  content: "\e967";
}

@media only screen and (max-width: 767px) {
  html.mobile-navigation-visible {
    overflow: hidden;
  }
}
#mobile-navigation {
  display: none;
  position: fixed;
  right: -100%;
  top: 0;
  padding-top: 130px;
  height: 100%;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: rgba(255, 255, 255, 0.9);
  transition: right 200ms;
  text-align: center;
  z-index: 60;
}
@media (max-width: 1310px) {
  #mobile-navigation {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  #mobile-navigation {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  #mobile-navigation {
    padding-top: 100px;
  }
}
.alert-visible #mobile-navigation {
  padding-top: 180px;
}
@media only screen and (max-width: 767px) {
  .alert-visible #mobile-navigation {
    padding-top: 160px;
  }
}
.mobile-navigation-visible #mobile-navigation {
  right: 0;
}
#mobile-navigation .main-menu {
  position: relative;
  max-width: 60%;
  margin: 0 auto;
  padding-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  #mobile-navigation .main-menu {
    max-width: 90%;
  }
}
#mobile-navigation .main-menu .menu li {
  position: relative;
}
#mobile-navigation .main-menu .menu li a {
  display: block;
  padding: 4px 40px;
}
#mobile-navigation .main-menu .menu.level-1 {
  padding-top: 25px;
}
#mobile-navigation .main-menu .menu.level-1 > li > a {
  font: 700 18px/2 "Josefin Sans", Arial, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  color: #916D26;
}
#mobile-navigation .main-menu .menu.level-1 > li > a:hover, #mobile-navigation .main-menu .menu.level-1 > li > a.active {
  color: #CC9933;
}
#mobile-navigation .main-menu .menu.level-1 > li > .plus {
  top: 6px;
}
#mobile-navigation .main-menu .menu.submenu {
  position: relative;
  overflow: hidden;
  max-height: 0;
  padding: 0;
  transition: max-height 222ms cubic-bezier(0, 1, 0, 1), padding 333ms;
}
#mobile-navigation .main-menu .menu.submenu a {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  color: #916D26;
}
#mobile-navigation .main-menu .menu.submenu a:hover, #mobile-navigation .main-menu .menu.submenu a.active {
  color: #CC9933;
}
#mobile-navigation .main-menu .parent.expanded > .submenu {
  max-height: 800px;
  padding: 10px 0;
  transition: max-height 222ms cubic-bezier(1, 0, 1, 0), padding 333ms;
}
#mobile-navigation .main-menu .plus {
  display: block;
  height: 30px;
  width: 30px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
#mobile-navigation .main-menu .plus:before, #mobile-navigation .main-menu .plus:after {
  background-color: #916D26;
  content: "";
  display: block;
  position: absolute;
  transition: all 350ms ease-in-out;
}
#mobile-navigation .main-menu .plus:before {
  height: 2px;
  width: 16px;
  left: calc(50% - 8px);
  top: calc(50% - 1px);
}
#mobile-navigation .main-menu .plus:after {
  width: 2px;
  height: 16px;
  left: calc(50% - 1px);
  top: calc(50% - 8px);
}
#mobile-navigation .main-menu .plus:hover:before, #mobile-navigation .main-menu .plus:hover:after {
  background-color: #CC9933;
}
#mobile-navigation .main-menu .parent.expanded > .plus:before, #mobile-navigation .main-menu .parent.expanded > .plus:after {
  background: #CC9933;
  transform: rotate(90deg);
}
#mobile-navigation .main-menu .parent.expanded > .plus:before {
  opacity: 0;
}
#mobile-navigation .main-menu .menu.submenu .plus {
  top: 0;
}
#mobile-navigation .menu-phone {
  font: 700 14px/2 "Josefin Sans", Arial, sans-serif;
  text-transform: uppercase;
  padding-left: 40px;
  background: url("../images/phone.svg") no-repeat 0 50%;
  background-size: auto 100%;
  text-decoration: none;
}

@media only screen and (max-width: 1024px) {
  .booking-widget {
    display: none;
  }
}
.popup-booking-widget .booking-widget {
  position: fixed;
  display: block;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(203, 153, 50, 0.97);
  padding: 36px;
  overflow: hidden;
  overflow-y: auto;
  z-index: 999999;
}
@media only screen and (max-width: 1259px) {
  .popup-booking-widget .booking-widget {
    padding-top: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .popup-booking-widget .booking-widget {
    padding: 0;
    background-color: #fff;
  }
}

@media only screen and (max-width: 1259px) {
  .booking-inner-wrapper {
    max-width: 965px;
  }
}
@media only screen and (max-width: 767px) {
  .booking-inner-wrapper {
    max-width: none;
  }
}

.popup-booking-widget.popup-booking-rates .booking-form-wrapper {
  box-shadow: none;
}
.popup-booking-widget .booking-form-wrapper {
  position: relative;
  padding-bottom: 60px;
  box-shadow: 0 20px 48px -12px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 767px) {
  .popup-booking-widget .booking-form-wrapper {
    height: 100%;
    box-shadow: none;
  }
}

.booking-rate-wrapper {
  position: absolute;
  z-index: 90;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 25px 13px 23px;
  box-shadow: 0 20px 48px -12px rgba(0, 0, 0, 0.5);
  background-color: #fff;
}
.popup-booking-widget.popup-booking-rates .booking-rate-wrapper {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .popup-booking-widget.popup-booking-rates .booking-rate-wrapper {
    display: none;
  }
}
.booking-rate-wrapper .booking-rate-content {
  height: 100%;
  width: 100%;
  padding: 4px 26px 0;
  font-family: "Josefin Sans", Arial, sans-serif;
  color: #000;
  overflow-y: auto;
}
.booking-rate-wrapper .booking-rate-content h2 {
  margin: 0 0 7px;
  font-size: 30px;
  line-height: 37px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.booking-rate-wrapper .booking-rate-content h3 {
  margin: 0 0 32px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
.booking-rate-wrapper .booking-rate-content p {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
}
.booking-rate-wrapper .booking-rate-content *:last-child {
  margin-bottom: 0;
}

.popup-booking-widget.popup-booking-rates .booking-widget-close-button .booking-widget-close-label {
  display: none;
}
.popup-booking-widget.popup-booking-rates .booking-widget-close-button .best-rate-close-label {
  display: block;
}
.popup-booking-widget .booking-widget-close-button {
  position: absolute;
  top: 8px;
  left: calc(100% + 24px);
  display: block;
  height: 28px;
  width: 28px;
  text-indent: -9999px;
  overflow: hidden;
}
.popup-booking-widget .booking-widget-close-button:before, .popup-booking-widget .booking-widget-close-button:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  display: block;
  height: 100%;
  width: 2px;
  background-color: #000;
  transition: background-color 350ms ease-in-out;
}
.popup-booking-widget .booking-widget-close-button:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.popup-booking-widget .booking-widget-close-button:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.popup-booking-widget .booking-widget-close-button:hover:before, .popup-booking-widget .booking-widget-close-button:hover:after {
  background-color: #fff;
}
@media only screen and (max-width: 1259px) {
  .popup-booking-widget .booking-widget-close-button {
    left: auto;
    right: 0;
    top: auto;
    bottom: calc(100% + 10px);
  }
}
@media only screen and (max-width: 767px) {
  .popup-booking-widget .booking-widget-close-button {
    z-index: 1;
    bottom: auto;
    top: 5px;
    right: 5px;
  }
}

.booking-heading {
  padding: 29px 36px 0;
  font-family: "Josefin Sans", Arial, sans-serif;
  font-size: 30px;
  line-height: 37px;
  font-weight: bold;
  letter-spacing: 0.6px;
  text-align: center;
  color: #000;
  text-transform: uppercase;
}
.popup-booking-widget .booking-heading {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .popup-booking-widget .booking-heading {
    padding: 40px 40px 0;
  }
}

.popup-booking-widget .booking-columns {
  padding: 24px 36px 0;
}
@media only screen and (max-width: 1024px) {
  .popup-booking-widget .booking-columns {
    flex-direction: column;
    padding: 30px 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .popup-booking-widget .booking-columns {
    padding: 30px 15px;
  }
}

.popup-booking-widget .column {
  margin: 0;
  border: 2px solid transparent;
}
.popup-booking-widget .column::before, .popup-booking-widget .column::after {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .popup-booking-widget .column {
    margin: 0;
    border: none;
  }
}
.popup-booking-widget .column:not(:first-child):not(.controls-col) {
  position: relative;
}
.popup-booking-widget .column:not(:first-child):not(.controls-col)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -2px;
  transform: translateY(-50%);
  display: block;
  height: 49px;
  max-height: 100%;
  width: 1px;
  background-color: #979797;
}
@media only screen and (max-width: 1024px) {
  .popup-booking-widget .column:not(:first-child):not(.controls-col)::before {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .popup-booking-widget .booking-form {
    height: auto;
  }
}
@media only screen and (max-width: 1259px) {
  .booking-form .checkin-checkout-col {
    margin: 3px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .booking-form .checkin-checkout-col {
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .booking-form .checkin-checkout-col {
    flex-direction: column;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .booking-form .checkin-checkout-col .form-element {
    margin: 0 0 15px;
  }
}
@media only screen and (max-width: 1259px) {
  .booking-form .checkin-checkout-col .form-element:not(:first-child) {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .booking-form .checkin-checkout-col .form-element:not(:first-child) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1259px) {
  .booking-form .options-col {
    margin: 3px 0;
    padding: 0 3px;
  }
}
@media only screen and (max-width: 1024px) {
  .booking-form .options-col {
    margin: 0 0 30px;
    flex-grow: 0;
  }
}
@media only screen and (max-width: 767px) {
  .booking-form .options-col {
    flex-direction: column;
    margin: 0;
  }
}
.booking-form .options-col .form-element {
  padding-left: 8px;
  padding-right: 8px;
}
@media only screen and (max-width: 767px) {
  .booking-form .options-col .form-element {
    margin: 0 0 15px;
  }
}
.booking-form .options-col .form-element.select-open {
  border-color: #CB9932;
}
@media only screen and (max-width: 1259px) {
  .booking-form .options-col .form-element:not(:last-child) {
    margin-right: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .booking-form .options-col .form-element:not(:last-child) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1259px) {
  .booking-form .code-col {
    margin: 3px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .booking-form .code-col {
    margin: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .booking-form .code-col .booking-code-el {
    align-items: center;
  }
}

.popup-booking-widget .checkin-checkout-col {
  padding: 12px 30px 11px 24px;
}
@media only screen and (max-width: 1024px) {
  .popup-booking-widget .checkin-checkout-col {
    padding: 0;
  }
}
.popup-booking-widget .checkin-checkout-col .form-element:not(:first-child) {
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  .popup-booking-widget .checkin-checkout-col .form-element:not(:first-child) {
    margin-left: 0;
  }
}
.dates-selection-panel-visible .checkin-checkout-col {
  border-color: #CB9932;
}
.popup-booking-widget.dates-selection-panel-visible .checkin-checkout-col + .column:not(:first-child)::before {
  background-color: transparent;
}
.popup-booking-widget .checkin-checkout-col .booking-dates-trigger {
  min-width: 121px;
}

.popup-booking-widget .options-col {
  padding: 12px 30px 11px;
}
@media only screen and (max-width: 1024px) {
  .popup-booking-widget .options-col {
    padding: 0;
  }
}
.popup-booking-widget .options-col .form-element {
  padding: 0;
  border: none;
}
.popup-booking-widget .options-col .form-element:not(:last-child) {
  margin-right: 24px;
}
@media only screen and (max-width: 1024px) {
  .popup-booking-widget .options-col .form-element:not(:last-child) {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .popup-booking-widget .options-col .form-element:not(:last-child) {
    margin-right: 0;
  }
}
.popup-booking-widget.options-selection-panel-visible .options-col {
  border-color: #CB9932;
}
.popup-booking-widget.options-selection-panel-visible .options-col + .column:not(:first-child)::before {
  background-color: transparent;
}

.popup-booking-widget .code-col {
  flex-grow: 0;
  padding: 12px 24px;
}
@media only screen and (max-width: 1024px) {
  .popup-booking-widget .code-col {
    padding: 0;
  }
}
.code-selection-panel-visible .code-col {
  border-color: #CB9932;
}
.popup-booking-widget.code-selection-panel-visible .code-col + .column:not(:first-child)::before {
  background-color: transparent;
}

.popup-booking-widget .booking-code-trigger {
  text-decoration: underline;
}
@media only screen and (max-width: 1024px) {
  .popup-booking-widget .booking-code-trigger {
    width: auto;
    padding: 15px;
  }
}
.popup-booking-widget .booking-code-trigger.applied::before {
  display: none;
}
.booking-code-trigger .booking-code-applied-text {
  font-size: 13px;
  line-height: 16px;
  text-transform: none;
}
.booking-code-trigger .booking-code-applied {
  margin-top: 5px;
}
.booking-code-trigger.applied {
  position: relative;
}
.booking-code-trigger.applied::before {
  content: "";
  position: absolute;
  left: 100%;
  bottom: 100%;
  display: block;
  height: 7px;
  width: 13px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(-45deg);
}
@media only screen and (max-width: 1024px) {
  .booking-code-trigger.applied::before {
    display: none;
  }
}
.booking-code-trigger.applied .booking-code-default-text {
  display: none;
}
.booking-code-trigger.applied .booking-code-applied-text,
.booking-code-trigger.applied .booking-code-applied {
  display: block;
}

@media only screen and (max-width: 1259px) {
  .controls-col {
    max-width: 200px;
    width: 200px;
  }
}
.popup-booking-widget .controls-col {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 60px;
  max-height: 60px;
  width: 100%;
  max-width: none;
  border: none;
}
@media only screen and (max-width: 767px) {
  .popup-booking-widget .controls-col {
    position: fixed;
  }
}
@media only screen and (max-width: 1259px) {
  .controls-col input[type=submit] {
    padding: 0 10px;
  }
}
.popup-booking-widget .controls-col input[type=submit] {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.5px;
  color: #fff;
  white-space: nowrap;
  background-color: #000;
  transition: color 350ms ease-in-out, background-color 350ms ease-in-out;
}
.popup-booking-widget .controls-col input[type=submit]:hover, .popup-booking-widget .controls-col input[type=submit]:active {
  color: #000;
  background-color: #CB9932;
}

.popup-booking-widget .selection-panels {
  display: block;
  padding: 24px 49px 5px;
}
@media only screen and (max-width: 1024px) {
  .popup-booking-widget .selection-panels {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .popup-booking-widget .selection-panels {
    padding: 0;
  }
}

.popup-booking-widget .booking-links {
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  .popup-booking-widget .booking-links {
    display: none;
  }
}
.popup-booking-widget .booking-links .rate-link,
.popup-booking-widget .booking-links .reservation-link {
  color: #000;
}
.popup-booking-widget .booking-links .rate-link:not(:first-child)::before,
.popup-booking-widget .booking-links .reservation-link:not(:first-child)::before {
  background-color: #000;
}
.popup-booking-widget .booking-links .rate-link:hover,
.popup-booking-widget .booking-links .reservation-link:hover {
  color: #fff;
}
.popup-booking-widget .booking-links .rate-link::after {
  background-position: -550px -220px;
}

.dates-selection-panel {
  position: absolute;
  bottom: calc(100% + 15px);
  left: 0;
  display: block;
  height: 0;
  visibility: hidden;
  background: #fff;
}
.dates-selection-panel::before {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 218px;
  height: 16px;
  width: 16px;
  background-color: #fff;
  transform: translate(-50%, 50%) rotate(45deg);
}
@media only screen and (max-width: 1259px) {
  .dates-selection-panel::before {
    left: 184px;
  }
}
@media only screen and (max-width: 767px) {
  .dates-selection-panel {
    display: none;
  }
}
.popup-booking-widget .dates-selection-panel {
  position: relative;
  bottom: auto;
  left: auto;
}
.popup-booking-widget .dates-selection-panel::before {
  display: none;
}
.dates-selection-panel-visible .dates-selection-panel {
  height: auto;
  visibility: visible;
  transform: none;
}
@media only screen and (max-width: 767px) {
  .dates-selection-panel-visible .dates-selection-panel {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    padding: 30px 15px 15px;
    overflow-y: auto;
  }
}

.booking-datepicker .ui-datepicker {
  position: relative;
  display: flex !important;
  justify-content: center;
  width: 853px !important;
  max-width: 100%;
  margin: 0 auto;
  padding: 36px 30px 15px;
  box-shadow: none;
  background: none;
}
.popup-booking-widget .booking-datepicker .ui-datepicker {
  width: 100% !important;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .booking-datepicker .ui-datepicker {
    display: flex;
    flex-direction: column;
  }
}
.booking-datepicker .ui-datepicker .ui-datepicker-group {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .booking-datepicker .ui-datepicker .ui-datepicker-group {
    width: 100%;
  }
}
.booking-datepicker .ui-datepicker .ui-datepicker-group.ui-datepicker-group-last {
  margin-left: 53px;
}
@media only screen and (max-width: 767px) {
  .booking-datepicker .ui-datepicker .ui-datepicker-group.ui-datepicker-group-last {
    margin: 0;
  }
}
.booking-datepicker .ui-datepicker .ui-datepicker-group + .ui-datepicker-group {
  margin-left: 53px;
}
@media only screen and (max-width: 767px) {
  .booking-datepicker .ui-datepicker .ui-datepicker-group + .ui-datepicker-group {
    margin: 30px 0 0;
  }
}
.booking-datepicker .ui-datepicker .ui-datepicker-calendar {
  width: 100%;
}
.booking-datepicker .ui-datepicker .ui-datepicker-calendar thead {
  border-bottom: 1px solid #CB9932;
}
.booking-datepicker .ui-datepicker .ui-datepicker-calendar tr:first-child td {
  padding-top: 12px;
}
.booking-datepicker .ui-datepicker .ui-datepicker-calendar th,
.booking-datepicker .ui-datepicker .ui-datepicker-calendar td {
  font-family: "Josefin Sans", Arial, sans-serif;
  font-size: 13px;
  line-height: 40px;
  font-weight: normal;
  color: #222222;
}
.booking-datepicker .ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable span {
  color: #8B8B8B;
  background: none;
}
.booking-datepicker .ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable span:hover {
  color: #8B8B8B;
  background: none;
}
.booking-datepicker .ui-datepicker .ui-datepicker-calendar .ui-datepicker-highlight a,
.booking-datepicker .ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day a,
.booking-datepicker .ui-datepicker .ui-datepicker-calendar .ui-state-default:hover {
  color: #222222;
  background-color: #CB9932;
}
.booking-datepicker .ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a {
  color: #CB9932;
  background: none;
}
.booking-datepicker .ui-datepicker .ui-datepicker-header {
  margin-bottom: 18px;
}
.booking-datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  font-family: "Josefin Sans", Arial, sans-serif;
  font-size: 22px;
  line-height: 25px;
  font-weight: bold;
  letter-spacing: 2.16px;
  text-transform: initial;
  color: #262323;
}
.booking-datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev::after,
.booking-datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next::after {
  top: 6px;
  height: 14px;
  width: 14px;
  border-color: #000;
}
.booking-datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover:after,
.booking-datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover:after {
  border-color: #CC9933;
}

.options-selection-panel {
  display: block;
  overflow: hidden;
  text-align: center;
  height: 0;
  visibility: hidden;
}
.options-selection-panel-visible .options-selection-panel {
  height: auto;
  visibility: visible;
  transform: none;
}
@media only screen and (max-width: 1024px) {
  .options-selection-panel {
    display: none;
  }
}

.popup-booking-widget .hidden-options-trigger {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
.popup-booking-widget .hidden-options-trigger:focus {
  outline-offset: -5px;
}
@media only screen and (max-width: 1024px) {
  .popup-booking-widget .hidden-options-trigger {
    display: none;
  }
}

.options-selector {
  margin: 50px auto 135px;
  display: flex;
  justify-content: center;
  text-align: center;
}
.options-selector h4 {
  font-family: "Josefin Sans", Arial, sans-serif;
  font-size: 27px;
  line-height: 32px;
  letter-spacing: 0.26px;
  font-weight: normal;
  color: #000;
  margin-bottom: 15px;
}
.options-selector .option {
  position: relative;
  flex-grow: 1;
  width: 100%;
  max-width: 180px;
}
.options-selector .option:not(:first-child) {
  margin-left: 60px;
}

.amount-widget {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #000;
}
.amount-widget .number {
  font-family: "Josefin Sans", Arial, sans-serif;
  font-size: 48px;
  line-height: 58px;
  font-weight: 600;
  letter-spacing: 0.78px;
}
.amount-widget button {
  box-sizing: content-box;
  width: 28px;
  padding: 9px;
  font-family: "Josefin Sans", Arial, sans-serif;
  font-size: 48px;
  line-height: 58px;
  font-weight: 600;
  letter-spacing: 0.78px;
  color: #CB9932;
  overflow: hidden;
}
.amount-widget button.plus::before {
  content: "+";
}
.amount-widget button.minus::before {
  content: "-";
}

.code-selection-panel {
  position: absolute;
  bottom: calc(100% + 15px);
  right: 308px;
  transform: translateX(50%);
  display: flex;
  flex-direction: column;
  height: 0;
  width: 231px;
  padding: 15px 9px;
  visibility: hidden;
  text-align: center;
  background: #fff;
}
@media only screen and (max-width: 1259px) {
  .code-selection-panel {
    right: 293px;
  }
}
@media only screen and (max-width: 767px) {
  .code-selection-panel {
    display: none;
  }
}
.code-selection-panel::before {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 50%;
  height: 16px;
  width: 16px;
  background-color: #fff;
  transform: translate(-50%, 50%) rotate(45deg);
}
.popup-booking-widget .code-selection-panel {
  position: relative;
  bottom: auto;
  right: auto;
  width: 100%;
  max-width: 293px;
  padding: 0;
  transform: none;
}
.popup-booking-widget .code-selection-panel::before {
  display: none;
}
.code-selection-panel-visible .code-selection-panel {
  height: auto;
  visibility: visible;
}
@media only screen and (max-width: 767px) {
  .code-selection-panel-visible .code-selection-panel {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    max-width: none;
    margin: 0;
    padding: 40px 40px 30px;
    overflow-y: auto;
  }
}
.popup-booking-widget.code-selection-panel-visible .code-selection-panel {
  margin: 48px auto 85px;
}
@media only screen and (max-width: 1024px) {
  .popup-booking-widget.code-selection-panel-visible .code-selection-panel {
    margin: 0 auto;
  }
}
.code-selection-panel .code-selection-panel-close-button {
  position: absolute;
  z-index: 2;
  top: 5px;
  right: 5px;
  display: none;
  height: 28px;
  width: 28px;
  text-indent: -9999px;
  overflow: hidden;
}
.code-selection-panel .code-selection-panel-close-button::before, .code-selection-panel .code-selection-panel-close-button::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  display: block;
  height: 100%;
  width: 2px;
  background-color: #000;
  transition: background-color 350ms ease-in-out;
}
.code-selection-panel .code-selection-panel-close-button::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.code-selection-panel .code-selection-panel-close-button::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.code-selection-panel .code-selection-panel-close-button:hover::before, .code-selection-panel .code-selection-panel-close-button:hover::after {
  background-color: #393839;
}
@media only screen and (max-width: 767px) {
  .code-selection-panel-visible .code-selection-panel .code-selection-panel-close-button {
    display: block;
  }
}
.code-selection-panel h3 {
  font-family: "Josefin Sans", Arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.26px;
  text-align: center;
  color: #000;
}
.popup-booking-widget .code-selection-panel h3 {
  display: none;
}
.code-selection-panel .code-types {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}
.popup-booking-widget .code-selection-panel .code-types {
  margin: 0;
}
.code-selection-panel .code-input:not(:first-child),
.code-selection-panel .select-wrapper:not(:first-child) {
  margin-top: 7px;
}
.popup-booking-widget .code-selection-panel .code-input:not(:first-child),
.popup-booking-widget .code-selection-panel .select-wrapper:not(:first-child) {
  margin-top: 19px;
}
.code-selection-panel input.code-input {
  transition: background-color 350ms ease-in-out;
}
.code-selection-panel input.code-input::-moz-placeholder {
  color: #000;
}
.code-selection-panel input.code-input::placeholder {
  color: #000;
}
.code-selection-panel input.code-input:focus {
  background: #CB9932;
}
.code-selection-panel input.code-input,
.code-selection-panel .select-wrapper select {
  padding: 8px 10px 7px;
  font-family: "Josefin Sans", Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 0.26px;
  color: #000;
  background: #EDEDED;
  text-transform: initial;
}
.popup-booking-widget .code-selection-panel input.code-input,
.popup-booking-widget .code-selection-panel .select-wrapper select {
  padding: 10px 19px 8px;
  font-size: 18px;
  line-height: 22px;
}
.code-selection-panel .select-wrapper select {
  height: auto;
  width: 100%;
  padding-right: 45px;
  border: none;
}
.code-selection-panel .select-wrapper .select-icon {
  top: auto;
  right: 11px;
  bottom: 11px;
  height: 8px;
  width: 13px;
  background: url("../images/common.svg") -400px -220px no-repeat;
}
.popup-booking-widget .code-selection-panel .select-wrapper .select-icon {
  bottom: 50%;
  transform: translateY(50%);
}
.code-selection-panel .select-wrapper .select-icon svg {
  display: none;
}

.grid-content {
  background: #fff;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.grid-content .thumbnail {
  background-position: 50% 50%;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: calc(50% - 40px);
}
.grid-content .thumbnail img {
  display: none;
}
.grid-content .content-wrapper {
  box-sizing: border-box;
  margin-left: 50%;
  padding: 75px 40px 70px;
  position: relative;
  width: 50%;
}
.grid-content .vertical {
  min-height: 640px;
  height: 0px;
}
@media only screen and (max-width: 767px) {
  .grid-content .vertical {
    height: auto;
    min-height: 0;
  }
}
.grid-content .subpage {
  overflow: hidden;
  min-height: 640px;
  position: relative;
}
.grid-content .subpage:nth-child(2n+1) .thumbnail {
  left: auto;
  right: 0;
}
.grid-content .subpage:nth-child(2n+1) .content-wrapper {
  margin-right: 50%;
  margin-left: 0;
  text-align: right;
}

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

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

.promotiles-a {
  position: relative;
  z-index: 30;
}
* + .promotiles-a {
  margin-top: 6.9vw;
}
@media only screen and (min-width: 1441px) {
  * + .promotiles-a {
    margin-top: 100px;
  }
}
.admin .preview-item .promotiles-a:after {
  content: none;
}
.promotiles-a .slideshow {
  margin: 0 auto;
  overflow: hidden;
}
.promotiles-a .slideshow-wrapper {
  font-size: 0;
  display: flex;
}
.promotiles-a .slideshow-wrapper:not(.swiper-wrapper) {
  margin: 0 -22px;
}
@media only screen and (max-width: 767px) {
  .promotiles-a .slideshow-wrapper:not(.swiper-wrapper) {
    margin-left: 0;
  }
}
.promotiles-a .slideshow-wrapper:not(.swiper-wrapper) .promo {
  margin: 0 22px;
}
@media only screen and (max-width: 767px) {
  .promotiles-a .slideshow-wrapper:not(.swiper-wrapper) .promo {
    margin: 0;
  }
}
.promotiles-a .promo {
  height: auto;
  width: calc(33.33% - 44px);
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  color: #fff;
  transition: all 350ms ease-in-out;
}
@media only screen and (max-width: 1024px) {
  .promotiles-a .promo {
    width: calc(50% - 44px);
  }
}
@media only screen and (max-width: 767px) {
  .promotiles-a .promo {
    width: 100%;
  }
}
.promotiles-a .promo .thumbnail-wrap {
  position: relative;
  overflow: hidden;
}
.promotiles-a .promo .thumbnail-wrap:before {
  content: "";
  display: block;
  height: 0;
  width: 1px;
  padding-bottom: 30vw;
}
@media only screen and (min-width: 1441px) {
  .promotiles-a .promo .thumbnail-wrap:before {
    padding-bottom: 430px;
  }
}
@media only screen and (max-width: 767px) {
  .promotiles-a .promo .thumbnail-wrap:before {
    padding-bottom: 100vw;
  }
}
.admin .preview-item .promotiles-a .promo .thumbnail-wrap {
  overflow: hidden;
}
.promotiles-a .promo .thumbnail {
  background-position: 50% 50%;
  background-size: cover;
}
.promotiles-a .promo .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: #CC9933;
  border-bottom-color: #CC9933;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.promotiles-a .promo .loading:before {
  top: 8%;
  right: 8%;
  left: auto;
  margin: auto;
}
.promotiles-a .promo .content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
  text-align: center;
  padding: 40px 0 0;
}
.promotiles-a .promo h3 {
  font: 400 26px/1 "Josefin Sans", Arial, sans-serif;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.promotiles-a .promo h3 a {
  color: inherit;
  text-decoration: none;
}
.promotiles-a .promo p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .promotiles-a .promo p {
    margin-bottom: 15px;
  }
}
.promotiles-a .promo .price {
  font: 15px/32px "Josefin Sans", Arial, sans-serif;
  margin-bottom: 20px;
}
.promotiles-a .promo .price strong {
  font-weight: bold;
  font-size: 20px;
}
.promotiles-a .promo nav {
  width: 100%;
  margin-top: auto;
}
.promotiles-a .promo .learn-more-link {
  position: relative;
  font: bold 18px/1 "Josefin Sans", Arial, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  margin-top: 25px;
  padding-bottom: 9px;
}
.promotiles-a .promo .learn-more-link:before, .promotiles-a .promo .learn-more-link:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  transition: width ease-in-out 0.3s;
}
.promotiles-a .promo .learn-more-link:after {
  background-color: #CC9933;
  width: 0;
}
.promotiles-a .promo .learn-more-link:hover:after {
  width: 100%;
}
.promotiles-a .slideshow-button {
  width: 20px;
  height: 34px;
  top: 15vw;
  transform: translateY(-50%) !important;
  color: #fff;
}
@media only screen and (min-width: 1441px) {
  .promotiles-a .slideshow-button {
    top: 215px;
  }
}
@media only screen and (max-width: 767px) {
  .promotiles-a .slideshow-button {
    display: block;
    top: 50vw;
  }
}
.promotiles-a .slideshow-button svg {
  height: 100%;
  fill: #CC9933;
  transform: none;
}
.promotiles-a .slideshow-button.next {
  right: -4vw;
  left: auto;
}
.promotiles-a .slideshow-button.next svg {
  transform: rotate(180deg);
}
@media only screen and (min-width: 1441px) {
  .promotiles-a .slideshow-button.next {
    right: -6vw;
  }
}
@media only screen and (max-width: 1024px) {
  .promotiles-a .slideshow-button.next {
    right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .promotiles-a .slideshow-button.next {
    right: 20px;
  }
}
.promotiles-a .slideshow-button.prev {
  right: auto;
  left: -4vw;
}
@media only screen and (min-width: 1441px) {
  .promotiles-a .slideshow-button.prev {
    left: -6vw;
  }
}
@media only screen and (max-width: 1024px) {
  .promotiles-a .slideshow-button.prev {
    left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .promotiles-a .slideshow-button.prev {
    left: 20px;
  }
}
.promotiles-a .slideshow-button:hover svg {
  fill: #fff;
}

#top-banner {
  position: fixed;
  display: block;
  font-size: 18px;
  top: 0;
  width: 100%;
  min-height: 91px;
  background-color: #CC9933;
  overflow: hidden;
  box-sizing: border-box;
  transition: top 0.3s ease-out;
}
@media only screen and (max-width: 1024px) {
  #top-banner {
    height: 260px;
    top: -260px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  #top-banner {
    height: 301px;
    top: -301px;
  }
}
.admin .preview-item #top-banner {
  height: 270px;
  padding: 0;
  position: relative;
}
.admin .preview-item #top-banner .promo-counter,
.admin .preview-item #top-banner .info {
  position: relative;
  margin: 12px auto 0;
}
.admin .preview-item #top-banner .promo-counter {
  height: auto;
}
#top-banner .promo-counter {
  width: 316px;
  position: absolute;
  left: 0;
  padding: 3px 0 0 35px;
}
@media only screen and (max-width: 1024px) {
  #top-banner .promo-counter {
    width: 316px;
    position: relative;
    padding: 0;
    height: auto;
    display: block;
    overflow: hidden;
    margin: 8px auto 8px;
  }
}
#top-banner .promo-counter .counter > div {
  float: left;
  width: 68px;
  text-align: center;
  text-transform: uppercase;
}
#top-banner .promo-counter .counter > div:first-child {
  margin: 0;
}
#top-banner .promo-counter .counter > div .value {
  position: relative;
  font-weight: bold;
  height: 62px;
  color: #fff;
  background: url("../images/elements/honeycomb.svg") no-repeat center;
  background-size: 70px;
}
#top-banner .promo-counter .counter > div .value span {
  position: relative;
  top: 30%;
}
#top-banner .promo-counter .counter > div .text {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  height: 22px;
}
#top-banner .description {
  padding: 0 10px;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  float: left;
  margin-left: 51%;
  transform: translateX(-50%);
  letter-spacing: 1px;
  max-height: 370px;
  white-space: nowrap;
}
@media only screen and (min-width: 1441px) {
  #top-banner .description {
    max-width: 500px;
  }
}
@media only screen and (max-width: 1024px) {
  #top-banner .description {
    float: none;
    margin-top: 20px;
    margin-left: 0;
    transform: translateX(0);
  }
}
@media only screen and (max-width: 767px) {
  #top-banner .description {
    white-space: normal;
  }
}
#top-banner .description a {
  text-decoration: none;
}
#top-banner .description h2 {
  font-weight: bold;
  font-size: 30px;
  color: #fff;
  margin-bottom: 0;
  text-transform: uppercase;
  margin-top: 7px;
}
@media only screen and (max-width: 1024px) {
  #top-banner .description h2 {
    margin-top: 0;
    font-weight: bold;
  }
}
#top-banner .info {
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
}
@media only screen and (max-width: 1024px) {
  #top-banner .info {
    width: 100%;
    text-align: center;
    bottom: 15px;
    top: auto;
    height: auto;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
  }
}
#top-banner .info a.btn {
  position: relative;
  font-size: 13px;
  font-weight: bold;
  top: 35%;
  transform: translateY(-30%);
  margin: 0 80px 0 0;
  padding: 12px 31px;
  background-color: #fff;
  color: #424242;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
  #top-banner .info a.btn {
    margin-right: 0;
  }
}
#top-banner .close {
  position: absolute;
  right: 0;
  top: -6px;
  font-size: 40px;
  -webkit-text-stroke: 1px #CC9933;
  color: #ffffff;
  width: 78px;
  text-align: center;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  #top-banner .close {
    width: 40px;
  }
}

.top-banner-enabled #top-banner {
  z-index: 1000;
  top: 0;
}
.top-banner-enabled body {
  padding-top: 91px;
}
@media only screen and (max-width: 1024px) {
  .top-banner-enabled body {
    padding-top: 301px;
  }
}
.top-banner-enabled #header {
  top: 91px;
}
@media only screen and (max-width: 1024px) {
  .top-banner-enabled #header {
    top: 301px;
  }
}
.top-banner-enabled #main-nav {
  top: calc(193px + 91px);
}
.top-banner-enabled #main-nav.visible {
  top: 91px;
}
@media only screen and (max-width: 1024px) {
  .top-banner-enabled #nav-icon, .top-banner-enabled.property #nav-icon {
    top: calc(80px + 301px);
    z-index: 990;
  }
}
.top-banner-enabled #nav-icon.open, .top-banner-enabled.property #nav-icon.open {
  top: 80px !important;
  z-index: 1002;
}
.top-banner-enabled .video-buttons {
  top: 91px;
}
@media only screen and (max-width: 1024px) {
  .top-banner-enabled .video-buttons {
    top: calc(80px + 260px);
  }
}
.top-banner-enabled #menu-button,
.top-banner-enabled #booking-button {
  top: 91px;
}
@media only screen and (max-width: 1024px) {
  .top-banner-enabled #menu-button,
  .top-banner-enabled #booking-button {
    top: 301px;
  }
}
.top-banner-enabled #inner-body > div:first-child {
  height: calc(100% - 91px);
  transition: height 0.3s ease-out;
}
@media only screen and (max-width: 1024px) {
  .top-banner-enabled #inner-body > div:first-child {
    height: calc(100% - 218px);
  }
}
.top-banner-enabled #inner-body #content {
  height: auto;
}

#merchandising-tile {
  position: fixed;
  bottom: 50%;
  transform: translateY(50%);
  right: -600px;
  width: 525px;
  z-index: 80;
  background: transparent;
  color: #fff;
  height: 250px;
  transition: 1s;
}
@media only screen and (max-width: 1024px) {
  #merchandising-tile {
    bottom: 0;
    transform: none;
  }
}
.admin .preview-item #merchandising-tile {
  padding: 20px;
  position: relative;
  right: 0;
}
#merchandising-tile .img-overlay {
  width: 525px;
  height: 220px;
  background-size: cover !important;
  background-position: center !important;
  background: no-repeat;
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  #merchandising-tile .img-overlay {
    bottom: 0;
    transform: none;
  }
}
#merchandising-tile .img-overlay .color-overlay {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#merchandising-tile .promo-name {
  font-size: 18px;
  text-align: center;
  margin-top: 65px;
  text-transform: uppercase;
  font-family: "Josefin Sans", Arial, sans-serif;
}
#merchandising-tile .promo-text {
  font-size: 15px;
  line-height: 1.5;
  padding: 10px 20px;
  text-align: center;
  font-family: "Josefin Sans", Arial, sans-serif;
}
#merchandising-tile .promo-content {
  text-align: center;
  padding: 0 40px 0 0;
}
.admin .preview-item #merchandising-tile .promo-content {
  position: relative;
  transform: none;
  top: auto;
  left: auto;
  padding-top: 10px;
  padding-right: 0;
}
#merchandising-tile .promo-content .button, #merchandising-tile .promo-content .rooms.template-3 .selector-button, .rooms.template-3 #merchandising-tile .promo-content .selector-button {
  margin-top: 10px;
}
.admin .preview-item #merchandising-tile .promo-content .button, .admin .preview-item #merchandising-tile .promo-content .rooms.template-3 .selector-button, .rooms.template-3 .admin .preview-item #merchandising-tile .promo-content .selector-button {
  font-weight: normal;
  background: none;
  box-shadow: none;
  text-shadow: none;
  text-transform: uppercase;
}
#merchandising-tile.merchandising-tile-active {
  right: 0;
}
@media only screen and (max-width: 767px) {
  #merchandising-tile.merchandising-tile-active {
    width: 100%;
  }
  #merchandising-tile.merchandising-tile-active .img-overlay {
    width: 100%;
  }
}

.merchandising-open-btn {
  width: 40px;
  height: 220px;
  background-color: #000;
  position: fixed;
  bottom: 50%;
  transform: translateY(50%);
  right: 0;
  z-index: 9999;
  float: right;
  transition: background-color 350ms ease-in-out;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .merchandising-open-btn {
    bottom: 0;
    transform: none;
    opacity: 0.7;
  }
}
@media only screen and (max-width: 1024px) {
  .merchandising-open-btn {
    height: 80px;
  }
}
.merchandising-open-btn:hover {
  background: #CC9933;
}
.merchandising-open-btn .arrow-rotate {
  background: url(../images/right_arrow.svg) no-repeat 0 0;
  content: "";
  display: block;
  height: 25px;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 25px;
  transform: translateY(-50%);
  transition: transform 1s;
}
@media only screen and (max-width: 767px) {
  .merchandising-open-btn .arrow-rotate {
    margin-top: 3px;
  }
}
.merchandising-open-btn .active-rotate {
  transform: translateY(-50%) rotate(180deg);
}

#events {
  position: relative;
  background: #F0F0F0;
  overflow: hidden;
  text-align: center;
}
#events h2 {
  font: 200 36px/1.2 "Josefin Sans", Arial, sans-serif;
  margin: 15px;
  color: #54baba;
  text-transform: uppercase;
}
#events h2 a {
  text-decoration: none;
}
#events .slideshow {
  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: #dbdbdb;
}
#events .event .thumbnail .loading:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid transparent;
  border-top-color: #CC9933;
  border-bottom-color: #CC9933;
  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: #525252;
  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: #E0E0E0;
}
@media only screen and (max-width: 767px) {
  #events .event .date:after {
    bottom: -8px;
  }
}
#events .event h3 {
  font: 200 24px/1.33 "Josefin Sans", Arial, sans-serif;
  color: #54baba;
  margin-bottom: 16px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  #events .event h3 {
    font-size: 20px;
  }
}
#events .event p {
  font-size: 15px;
  line-height: 1.33;
  color: #525252;
}
@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, #events .event .rooms.template-3 .selector-button, .rooms.template-3 #events .event .selector-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: #327d7d;
  border-radius: 50%;
  transition: background 350ms ease-in-out;
  cursor: pointer;
}
#events .slideshow-pagination > *:hover, #events .slideshow-pagination > *.active {
  background: #54baba;
}

.reviews-slideshow {
  position: relative;
  padding: 50px 0;
  overflow: hidden;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .reviews-slideshow {
    padding-bottom: 75px;
  }
}
.reviews-slideshow h2 {
  font: 200 36px/1.2 "Josefin Sans", Arial, sans-serif;
  margin-bottom: 30px;
  color: #54baba;
  text-transform: uppercase;
  text-align: center;
}
.reviews-slideshow .slideshow {
  width: calc(100% - 40px);
  max-width: 730px;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .reviews-slideshow .slideshow {
    width: calc(100% - 200px);
  }
}
@media only screen and (max-width: 767px) {
  .reviews-slideshow .slideshow {
    width: calc(100% - 60px);
  }
}
.reviews-slideshow .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
.reviews-slideshow .slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  text-align: center;
  color: #525252;
  font-family: "Josefin Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 26px;
}
.reviews-slideshow .slide h3,
.reviews-slideshow .slide .copy {
  quotes: "«" "»";
}
.reviews-slideshow .slide h3:before,
.reviews-slideshow .slide .copy:before {
  content: open-quote;
  display: inline;
}
.reviews-slideshow .slide h3:after,
.reviews-slideshow .slide .copy:after {
  content: close-quote;
  display: inline;
}
.reviews-slideshow .slide h3 {
  font-size: 32px;
  line-height: 1.2;
  color: #9B9B9B;
  text-transform: uppercase;
}
.reviews-slideshow .slide .copy {
  margin-top: 25px;
}
.reviews-slideshow .slide .copy * {
  display: inline;
}
.reviews-slideshow .slide .name {
  margin-top: 25px;
  font-weight: 700;
}

.homepage-rooms {
  min-height: 580px;
  margin-bottom: 12vw;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1441px) {
  .homepage-rooms {
    margin-bottom: 180px;
  }
}
@media only screen and (max-width: 1024px) {
  .homepage-rooms {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .homepage-rooms {
    margin-bottom: 45px;
    min-height: 0;
  }
}
.homepage-rooms:after {
  clear: both;
  content: "";
  display: table;
}
.homepage-rooms .title-wrapper {
  text-align: right;
  position: relative;
  z-index: 1;
  padding-top: 75px;
}
@media only screen and (max-width: 1024px) {
  .homepage-rooms .title-wrapper {
    text-align: center;
    padding-top: 0;
  }
}
.homepage-rooms .h1 {
  text-shadow: 1px 0 2px #d8d8d8;
  padding: 15px 20px;
  display: inline-block;
  margin-bottom: 1vw;
  max-width: 430px;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .homepage-rooms .h1 {
    background: none;
  }
}
@media only screen and (max-width: 1024px) {
  .homepage-rooms .h1 {
    text-shadow: none;
  }
}
.homepage-rooms .room-selector {
  float: right;
  text-align: left;
  padding: 0 90px 100px 0;
}
@media only screen and (max-width: 1024px) {
  .homepage-rooms .room-selector {
    display: none;
  }
}
.homepage-rooms .room-selector button {
  display: block;
  font: 300 24px/50px "Josefin Sans", Arial, sans-serif;
  position: relative;
  transition: font-weight 0.2s;
}
.homepage-rooms .room-selector button .inner-text {
  display: inline-block;
  position: relative;
  transition: font-weight 0.2s;
  color: #fff;
}
.homepage-rooms .room-selector button .inner-text:before {
  display: block;
  content: attr(title);
  font-weight: 700;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.homepage-rooms .room-selector button .inner-text:after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 5px;
  left: 0;
  background: #CC9933;
  z-index: -1;
  transition: width 350ms ease-in-out;
}
.homepage-rooms .room-selector button:hover .inner-text:after, .homepage-rooms .room-selector button.active .inner-text:after {
  width: 100%;
}
.homepage-rooms .slideshow {
  width: calc(100% - 560px);
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 1024px) {
  .homepage-rooms .slideshow {
    width: 100%;
    height: 60vh;
    max-height: 580px;
    position: relative;
    right: auto;
    top: auto;
  }
}
.homepage-rooms .slideshow .slideshow-button {
  top: auto;
  bottom: 50%;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .homepage-rooms .slideshow .slideshow-button {
    display: block;
  }
}
.homepage-rooms .slideshow .slideshow-button svg {
  fill: #fff;
}
.homepage-rooms .slideshow .slideshow-button:hover svg {
  fill: #CC9933;
}
.homepage-rooms .slideshow .slideshow-button.previous {
  left: 1vw;
}
.homepage-rooms .slideshow .slideshow-button.next {
  right: 1vw;
}
.homepage-rooms .slideshow .slide {
  background-size: cover;
}
.homepage-rooms .slideshow .slide:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30%;
  opacity: 0.74; /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
  background: linear-gradient(to bottom, transparent 0%, #000 95%, #000 0%, #000 100%); /* W3C */
}
@media only screen and (max-width: 1024px) {
  .homepage-rooms .slideshow .slide:before {
    height: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .homepage-rooms .slideshow .slide:before {
    height: 70%;
  }
}
.homepage-rooms .slideshow .full-description {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 25px;
  padding: 0 25px;
  box-sizing: border-box;
  text-align: center;
}
.homepage-rooms .slideshow .full-description:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: 1024px) {
  .homepage-rooms .slideshow .full-description {
    bottom: auto;
    top: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .homepage-rooms .slideshow .full-description {
    transform: translateY(-50%) !important;
  }
}
.homepage-rooms .slideshow .full-description h3 {
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 0;
  float: left;
  text-align: left;
  max-width: calc(100% - 210px);
  margin-top: 20px;
}
@media only screen and (min-width: 1441px) {
  .homepage-rooms .slideshow .full-description h3 {
    max-width: calc(100% - 415px);
  }
}
@media only screen and (max-width: 1024px) {
  .homepage-rooms .slideshow .full-description h3 {
    font-size: 25px;
    max-width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }
}
.homepage-rooms .slideshow .full-description .buttons {
  float: right;
}
.homepage-rooms .slideshow .full-description .buttons:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: 1024px) {
  .homepage-rooms .slideshow .full-description .buttons {
    width: 60%;
    margin: 0 auto;
    text-align: center;
    float: none;
  }
}
.homepage-rooms .slideshow .full-description .buttons .button, .homepage-rooms .slideshow .full-description .buttons .rooms.template-3 .selector-button, .rooms.template-3 .homepage-rooms .slideshow .full-description .buttons .selector-button {
  margin: 5px 8px 0;
  padding: 0 15px;
  display: block;
}
@media only screen and (min-width: 1441px) {
  .homepage-rooms .slideshow .full-description .buttons .button, .homepage-rooms .slideshow .full-description .buttons .rooms.template-3 .selector-button, .rooms.template-3 .homepage-rooms .slideshow .full-description .buttons .selector-button {
    width: 190px;
    float: right;
    padding: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .homepage-rooms .slideshow .full-description .buttons .button, .homepage-rooms .slideshow .full-description .buttons .rooms.template-3 .selector-button, .rooms.template-3 .homepage-rooms .slideshow .full-description .buttons .selector-button {
    float: none;
    width: 190px;
    padding: 0;
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .homepage-rooms .slideshow .full-description .buttons .button, .homepage-rooms .slideshow .full-description .buttons .rooms.template-3 .selector-button, .rooms.template-3 .homepage-rooms .slideshow .full-description .buttons .selector-button {
    width: auto;
    padding: 0 15px;
    margin: 0 0 5px;
    width: 190px;
  }
}
.homepage-rooms .honeycomb-big {
  right: 10vw;
  bottom: -20vw;
  z-index: -1;
}
.homepage-rooms .honeycomb {
  background-repeat: no-repeat;
  position: absolute;
  left: 25vw;
  top: -10vw;
  animation: cloud 10s ease-in-out infinite;
  transform: rotate(2deg);
  z-index: -2;
}
@media (prefers-reduced-motion: reduce) {
  .homepage-rooms .honeycomb {
    animation: none;
  }
}

.rooms .categories-descr .category-descr {
  display: none;
}
.rooms .categories-descr .category-descr.active {
  display: block;
}
.rooms .price {
  text-decoration: none;
}
.rooms.template-2 .rooms-entry {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 40px 0;
}
.rooms.template-2 .rooms-entry:nth-child(even) {
  background: #F5F7F5;
}
.rooms.template-2 .rooms-entry:nth-child(even) .description {
  color: #000;
}
@media only screen and (max-width: 767px) {
  .rooms.template-2 .rooms-entry {
    margin: 20px 0 0 0;
  }
}
.rooms.template-2 .rooms-entry .background {
  position: absolute;
  top: 0;
  left: 320px;
  bottom: 0;
  right: 0;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #F5F7F5;
}
.rooms.template-2 .rooms-entry .background:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 65%;
  bottom: 0;
  left: 0;
  z-index: 1; /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(252, 252, 252, 0) 1%, rgba(0, 0, 0, 0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#99000000",GradientType=0 ); /* IE6-9 */
}
@media only screen and (max-width: 767px) {
  .rooms.template-2 .rooms-entry .background {
    position: relative;
    padding-top: 78%;
    width: 100%;
    left: auto;
  }
  .rooms.template-2 .rooms-entry .background:after {
    content: "";
    display: block;
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: rgba(33, 33, 33, 0.85);
  }
}
@media only screen and (max-width: 767px) {
  .rooms.template-2 .rooms-entry .background {
    padding-top: 50%;
  }
}
.rooms.template-2 .rooms-entry .background .price {
  position: absolute;
  bottom: 35px;
  right: 35px;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  z-index: 2;
}
.rooms.template-2 .rooms-entry .background .price .number {
  font-size: 48px;
}
@media only screen and (max-width: 1024px) {
  .rooms.template-2 .rooms-entry .background .price span {
    display: block;
    margin-top: 10px;
  }
  .rooms.template-2 .rooms-entry .background .price span.prefix {
    display: initial;
  }
}
@media only screen and (max-width: 767px) {
  .rooms.template-2 .rooms-entry .background .price {
    right: auto;
    left: 10px;
    bottom: 4px;
    font-size: 12px;
    line-height: 26px;
  }
  .rooms.template-2 .rooms-entry .background .price span {
    display: inline-block;
  }
  .rooms.template-2 .rooms-entry .background .price .number {
    font-size: 25px;
  }
}
.rooms.template-2 .rooms-entry .background a.price:hover {
  color: #CC9933;
}
.rooms.template-2 .rooms-entry .background .book-now {
  display: none;
  position: absolute;
  bottom: 6px;
  right: 10px;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  z-index: 2;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .rooms.template-2 .rooms-entry .background .book-now {
    display: block;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
  }
}
.rooms.template-2 .rooms-entry .description {
  box-sizing: border-box;
  min-height: 500px;
  float: left;
  width: 320px;
  padding: 30px 40px;
  color: #fff;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .rooms.template-2 .rooms-entry .description {
    padding: 15px 20px 40px;
    width: 100%;
    height: auto;
    min-height: 100%;
    text-align: center;
  }
}
.rooms.template-2 .rooms-entry .description h3 {
  font-size: 24px;
  line-height: 28px;
  margin: 6px 0 15px;
  font-weight: normal;
  font-family: "Josefin Sans", Arial, sans-serif;
}
.rooms.template-2 .rooms-entry .description p {
  font-size: 16px;
  line-height: 20px;
}
.rooms.template-2 .rooms-entry .description .expand-collapse {
  position: relative;
  display: inline-block;
  margin: 10px 0 30px;
  text-decoration: none;
  font-size: 16px;
  line-height: 16px;
  color: #916D26;
  border-bottom: 1px dashed #8B8B8B;
}
@media only screen and (max-width: 767px) {
  .rooms.template-2 .rooms-entry .description .expand-collapse {
    display: block;
    text-align: center;
    padding: 0;
    border: 0;
  }
  .rooms.template-2 .rooms-entry .description .expand-collapse:before, .rooms.template-2 .rooms-entry .description .expand-collapse:after {
    border-bottom: 1px dashed #916D26;
  }
}
.rooms.template-2 .rooms-entry .description .expand-collapse:hover {
  color: #CC9933;
}
.rooms.template-2 .rooms-entry .description .expand-collapse span {
  display: block;
  font-size: 16px;
  line-height: 15px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.rooms.template-2 .rooms-entry .description .expand-collapse span:before {
  content: attr(data-expand);
}
.rooms.template-2 .rooms-entry .description .expand-collapse span:after {
  content: attr(data-collapse);
}
@media only screen and (max-width: 767px) {
  .rooms.template-2 .rooms-entry .description .expand-collapse span {
    bottom: -17px;
    right: 50%;
    margin-right: -5px;
    transform: rotate(90deg);
  }
}
.rooms.template-2 .rooms-entry .description .expand-collapse.expand:before {
  display: inline-block;
}
.rooms.template-2 .rooms-entry .description .expand-collapse.expand:after {
  display: none;
}
.rooms.template-2 .rooms-entry .description .expand-collapse.expand span:before {
  display: inline-block;
}
.rooms.template-2 .rooms-entry .description .expand-collapse.expand span:after {
  display: none;
}
.rooms.template-2 .rooms-entry .description .expand-collapse.collapse:before {
  display: none;
}
.rooms.template-2 .rooms-entry .description .expand-collapse.collapse:after {
  display: inline-block;
}
.rooms.template-2 .rooms-entry .description .expand-collapse.collapse span:before {
  display: none;
}
.rooms.template-2 .rooms-entry .description .expand-collapse.collapse span:after {
  display: inline-block;
}
.rooms.template-2 .rooms-entry .description .full-description {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: -100%;
  left: 320px;
  height: 100%;
  padding: 40px 200px 40px 40px;
  font-size: 16px;
  line-height: 20px;
  background: rgba(255, 255, 255, 0.85);
  transition: top 0.3s ease-in-out;
  z-index: 3;
  text-align: left;
}
.rooms.template-2 .rooms-entry .description .full-description.show {
  top: 0;
}
@media only screen and (max-width: 1024px) {
  .rooms.template-2 .rooms-entry .description .full-description {
    padding: 100px 30px 40px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .rooms.template-2 .rooms-entry .description .full-description {
    position: static;
    padding: 0;
    display: none;
    background: none;
    text-align: center;
  }
  .rooms.template-2 .rooms-entry .description .full-description p {
    margin: 15px 0;
  }
  .rooms.template-2 .rooms-entry .description .full-description.show {
    display: block;
  }
}
.rooms.template-2 .rooms-entry .description .full-description p {
  line-height: 30px;
}
.rooms.template-2 .rooms-entry .description .full-description .features {
  font-size: 18px;
  margin-top: 20px;
}
.rooms.template-2 .rooms-entry .description .full-description .features span {
  margin-right: 20px;
}
.rooms.template-2 .rooms-entry .description .full-description .amenities {
  margin-top: 20px;
}
.rooms.template-2 .rooms-entry .description .full-description .amenities .additional-list, .rooms.template-2 .rooms-entry .description .full-description .amenities .toggle {
  display: none;
}
.rooms.template-2 .rooms-entry .description .full-description .amenities .rooms-icon {
  display: inline-block;
  margin: 10px 20px 10px 0;
}
.rooms.template-2 .rooms-entry .description .full-description .close {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 40px;
  right: 40px;
  text-indent: -1000px;
  overflow: hidden;
  transform: rotate(45deg);
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .rooms.template-2 .rooms-entry .description .full-description .close {
    display: none;
  }
}
.rooms.template-2 .rooms-entry .description .full-description .close:before, .rooms.template-2 .rooms-entry .description .full-description .close:after {
  content: "";
  display: block;
  position: absolute;
  background: #916D26;
}
.rooms.template-2 .rooms-entry .description .full-description .close:before {
  width: 2px;
  height: 50px;
  top: 0;
  left: 24px;
}
.rooms.template-2 .rooms-entry .description .full-description .close:after {
  width: 50px;
  height: 2px;
  top: 24px;
  left: 0;
}
.rooms.template-2 .rooms-entry .description .full-description .close:hover:before, .rooms.template-2 .rooms-entry .description .full-description .close:hover:after {
  background: #CC9933;
}
.rooms.template-2 .rooms-entry .description .full-description .inner-wrapper {
  width: 100%;
  height: 100%;
  overflow: auto;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .rooms.template-2 .rooms-entry .description .full-description .inner-wrapper {
    overflow: visible;
  }
}
.rooms.template-2 .rooms-entry nav {
  position: absolute;
  bottom: 40px;
  left: 40px;
  width: 240px;
}
@media only screen and (max-width: 767px) {
  .rooms.template-2 .rooms-entry nav {
    position: static;
    width: auto;
    text-align: center;
    margin-top: 25px;
  }
}
.rooms.template-2 .rooms-entry nav a:not(.view-gallery) {
  width: 100%;
  display: block;
  font: 700 18px/54px "Josefin Sans", Arial, sans-serif;
  height: 58px;
  overflow: visible;
  padding: 0 35px;
  position: relative;
  -moz-text-align-last: auto;
       text-align-last: auto;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  border: 2px solid #CC9933;
  color: #CC9933;
}
@media only screen and (max-width: 767px) {
  .rooms.template-2 .rooms-entry nav a:not(.view-gallery) {
    display: inline-block;
    border: none;
    height: auto;
    line-height: 1.2;
    font-size: 14px;
    color: #916D26;
    font-weight: 700;
    text-decoration: underline;
    background: none;
    padding: 0;
    margin: 0 10px;
    width: auto;
    font-family: "Josefin Sans", Arial, sans-serif;
  }
  .rooms.template-2 .rooms-entry nav a:not(.view-gallery) + a {
    margin-top: 0;
  }
  .rooms.template-2 .rooms-entry nav a:not(.view-gallery).book-now {
    display: none;
  }
}
.rooms.template-2 .rooms-entry nav a:not(.view-gallery):hover, .rooms.template-2 .rooms-entry nav a:not(.view-gallery).active, .rooms.template-2 .rooms-entry nav a:not(.view-gallery):active {
  border-color: #CC9933;
  background: #CC9933;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .rooms.template-2 .rooms-entry nav a:not(.view-gallery):hover, .rooms.template-2 .rooms-entry nav a:not(.view-gallery).active, .rooms.template-2 .rooms-entry nav a:not(.view-gallery):active {
    background: transparent;
    color: #CC9933;
  }
}
.rooms.template-2 .rooms-entry nav a + a {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .rooms.template-2 .rooms-entry nav a {
    border: none;
    height: auto;
    line-height: 16px;
    font-size: 10px;
    color: #916D26;
    font-weight: 700;
    text-decoration: underline;
    background: none;
    padding: 0;
    margin: 0 10px;
    width: auto;
    font-family: "Josefin Sans", Arial, sans-serif;
  }
  .rooms.template-2 .rooms-entry nav a + a {
    margin-top: 0;
  }
  .rooms.template-2 .rooms-entry nav a.book-now {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .rooms.template-2 .rooms-entry nav a.booknow {
    display: none;
  }
}
.rooms.template-2 .rooms-entry nav .view-gallery {
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  position: absolute;
  bottom: -10px;
  left: 310px;
  background: #CC9933;
  text-indent: -9999em;
  overflow: hidden;
  line-height: 1.2;
  font-size: 14px;
  text-transform: uppercase;
  z-index: 2;
}
.rooms.template-2 .rooms-entry nav .view-gallery:hover {
  background: #916D26;
}
@media only screen and (max-width: 767px) {
  .rooms.template-2 .rooms-entry nav .view-gallery:hover {
    background: none;
  }
}
@media only screen and (max-width: 767px) {
  .rooms.template-2 .rooms-entry nav .view-gallery {
    width: auto;
    height: auto;
    border-radius: 0;
    position: static;
    background: none;
    text-indent: 0;
    text-decoration: underline;
    overflow: visible;
    display: inline-block;
  }
}
.rooms.template-2 .rooms-entry nav .view-gallery:after {
  content: "";
  display: block;
  width: 22px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -11px;
  background: url("../images/common.svg") no-repeat -614px -46px;
}
@media only screen and (max-width: 767px) {
  .rooms.template-2 .rooms-entry nav .view-gallery:after {
    display: none;
  }
}
.rooms.template-3 a {
  color: inherit;
}
.rooms.template-3 h3 {
  font-weight: bold;
  text-transform: uppercase;
}
.rooms.template-3 .rooms-entry {
  background-color: #737373;
  color: #fff;
  margin-bottom: 2vw;
  position: relative;
  width: 100%;
}
.rooms.template-3 .thumbnail {
  background-position: 50% 50%;
  background-size: cover;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.rooms.template-3 .thumbnail img {
  display: none;
  width: 100%;
}
.rooms.template-3 .rooms-item-gallery {
  background: #916D26 url("../images/common.svg") no-repeat -600px -30px;
  border-radius: 50%;
  bottom: 2vw;
  height: 50px;
  left: 2vw;
  overflow: hidden;
  position: absolute;
  text-indent: -100em;
  width: 50px;
}
.rooms.template-3 .rooms-item-gallery:hover {
  background-color: #fff;
  background-position: -600px -80px;
}
.rooms.template-3 .price {
  bottom: 1vw;
  font-size: 30px;
  font-weight: bold;
  font-size: 2vw;
  position: absolute;
  right: calc(50% + 2vw);
}
@media (max-width: 1000px) {
  .rooms.template-3 .price {
    font-size: 20px;
  }
}
@media (min-width: 1500px) {
  .rooms.template-3 .price {
    font-size: 30px;
  }
}
.rooms.template-3 .price strong {
  font-size: 60px;
  font-size: 3vw;
}
@media (max-width: 1000px) {
  .rooms.template-3 .price strong {
    font-size: 30px;
  }
}
@media (min-width: 2000px) {
  .rooms.template-3 .price strong {
    font-size: 60px;
  }
}
.rooms.template-3 .description {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  margin-left: 50%;
  min-height: 400px;
  padding: 2vw 3vw;
  position: relative;
  width: 50%;
  z-index: 1;
}
.rooms.template-3 .description nav {
  bottom: 2vw;
  position: absolute;
}
.rooms.template-3 .description nav .room-button {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  font-size: 1.3vw;
}
@media (max-width: 1076.9230769231px) {
  .rooms.template-3 .description nav .room-button {
    font-size: 14px;
  }
}
@media (min-width: 1538.4615384615px) {
  .rooms.template-3 .description nav .room-button {
    font-size: 20px;
  }
}
.rooms.template-3 .description nav .room-button:not(:first-child) {
  margin-left: 2vw;
}
@media only screen and (max-width: 1024px) {
  .rooms.template-3 .description {
    min-height: 320px;
  }
}
@media only screen and (max-width: 767px) {
  .rooms.template-3 .rooms-entry {
    margin-bottom: 20px;
  }
  .rooms.template-3 .thumbnail {
    background: none;
    position: relative;
  }
  .rooms.template-3 .thumbnail img {
    display: block;
  }
  .rooms.template-3 .thumbnail .price {
    right: 20px;
    font-size: 14px;
  }
  .rooms.template-3 .thumbnail .price strong {
    font-size: 20px;
  }
  .rooms.template-3 .description {
    margin-left: 0;
    min-height: 0;
    text-align: left;
    width: 100%;
  }
  .rooms.template-3 .description nav {
    position: relative;
  }
}

.room .features {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .room .single-room-menu a {
    margin-bottom: 10px;
  }
}

.intro-block-wrapper {
  display: inline-block;
  position: relative;
  margin-left: -3vw;
  padding-top: 130px;
  text-align: right;
  vertical-align: top;
  width: calc(57% + 3vw);
}
@media only screen and (max-width: 767px) {
  .intro-block-wrapper {
    display: none;
  }
}
.intro-block-wrapper + .page-content {
  display: inline-block;
  text-align: left;
  padding-left: 6vw;
  position: relative;
  width: 43%;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .intro-block-wrapper + .page-content {
    width: auto;
    padding: 0;
    display: block;
    text-align: center;
  }
}
.intro-block-wrapper + .page-content h1 {
  width: calc(100% + 12vw);
  margin-left: -12vw;
  margin-top: 3vw;
  max-width: 405px;
  text-shadow: 1px 0px 2px #000;
  padding: 15px 20px;
}
@media only screen and (max-width: 1024px) {
  .intro-block-wrapper + .page-content h1 {
    width: auto;
    margin-left: 0;
    max-width: 300px;
    background: none;
  }
}
@media only screen and (max-width: 767px) {
  .intro-block-wrapper + .page-content h1 {
    width: auto;
    margin-left: 0;
    max-width: none;
  }
}
.intro-block-wrapper img {
  display: block;
  visibility: hidden;
  width: 100%;
}
.intro-block-wrapper .thumbnail {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.intro-block-wrapper .small-thumb {
  position: absolute;
  right: 70%;
  top: 46%;
  width: calc(47.5% - 3vw);
  margin-top: -10vw;
  z-index: 1;
  transition: transform 0s, opacity 750ms, right 750ms !important;
}
.intro-block-wrapper .small-thumb.visible {
  transform: translate(0, -50%);
  right: calc(62.5% - 3vw);
}
@media only screen and (min-width: 1441px) {
  .intro-block-wrapper .small-thumb {
    width: calc(385px - 3vw);
  }
}
.intro-block-wrapper .big-thumb {
  display: inline-block;
  width: 62.5%;
}
.intro-block-wrapper .honeycomb {
  right: 14vw;
  top: -6vw;
}

.reasons-block {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 9.7vw 0;
  text-align: left;
  z-index: 2;
}
@media only screen and (min-width: 1441px) {
  .reasons-block {
    padding: 140px 0;
  }
}
@media only screen and (max-width: 767px) {
  .reasons-block {
    text-align: center;
  }
}
.content-wrapper + .reasons-block, .promotiles-block + .reasons-block {
  padding-top: 0;
}
.reasons-block .content-side {
  width: calc(50% - 180px);
  padding-right: 0;
}
@media only screen and (max-width: 1024px) {
  .reasons-block .content-side {
    width: calc(50% - 80px);
  }
}
@media only screen and (max-width: 767px) {
  .reasons-block .content-side {
    width: 100%;
    padding-right: 15px;
  }
}
.reasons-block .content-side h2 {
  max-width: 255px;
}
@media only screen and (max-width: 767px) {
  .reasons-block .content-side h2 {
    max-width: 100%;
  }
}
.reasons-block .slider-side {
  width: calc(50% + 180px);
}
@media only screen and (max-width: 1024px) {
  .reasons-block .slider-side {
    width: calc(50% + 80px);
  }
}
@media only screen and (max-width: 767px) {
  .reasons-block .slider-side {
    width: 100%;
  }
}
.reasons-block .content-wrapper {
  padding: 50px 30px 50px 0;
}
@media only screen and (min-width: 1441px) {
  .reasons-block .content-wrapper {
    padding: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .reasons-block .content-wrapper {
    padding: 0;
  }
}
.reasons-block .slideshow-nav {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .reasons-block .slideshow-nav {
    display: none;
  }
}
.reasons-block .slideshow-nav .slide-trigger {
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: 300;
  padding-bottom: 10px;
  margin: 20px 0;
  text-align: left;
  color: #fff;
}
.reasons-block .slideshow-nav .slide-trigger:before, .reasons-block .slideshow-nav .slide-trigger:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: transparent;
  transition: width ease-in-out 0.3s;
}
.reasons-block .slideshow-nav .slide-trigger.active:before {
  width: 100%;
  background-color: #CC9933;
}
.reasons-block .slideshow-nav .slide-trigger:hover:after {
  width: 100%;
  background-color: #916D26;
}
.reasons-block .slideshow {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.reasons-block .slideshow .slideshow-wrapper {
  width: 100%;
  display: flex;
}
.reasons-block .slideshow .slide {
  position: relative;
  width: 100%;
  height: auto;
  flex-shrink: 0;
}
.reasons-block .slideshow .thumbnail {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  padding-bottom: 66%;
}
@media only screen and (max-width: 767px) {
  .reasons-block .slideshow .thumbnail {
    position: relative;
  }
}
.reasons-block .slideshow .slideshow-content {
  position: relative;
  background: #F5F7F5;
  margin: 40% 60px 0;
  padding: 45px 130px 45px 65px;
}
@media only screen and (min-width: 1441px) {
  .reasons-block .slideshow .slideshow-content {
    margin: 48% 90px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .reasons-block .slideshow .slideshow-content {
    margin: 40% 30px 0;
    padding: 30px 130px 100px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .reasons-block .slideshow .slideshow-content {
    margin: 0;
    padding: 30px 10px 80px 10px;
  }
}
.reasons-block .slideshow .slideshow-content h3 {
  font-size: 2.2vw;
  font-weight: 700;
  font-family: "Josefin Sans", Arial, sans-serif;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #000;
}
@media (max-width: 1090.9090909091px) {
  .reasons-block .slideshow .slideshow-content h3 {
    font-size: 24px;
  }
}
@media (min-width: 1454.5454545455px) {
  .reasons-block .slideshow .slideshow-content h3 {
    font-size: 32px;
  }
}
.reasons-block .slideshow .slideshow-content .copy {
  color: #000;
  margin-bottom: 30px;
  font-size: 20px;
  font-size: 1.5vw;
}
@media (max-width: 933.3333333333px) {
  .reasons-block .slideshow .slideshow-content .copy {
    font-size: 14px;
  }
}
@media (min-width: 1333.3333333333px) {
  .reasons-block .slideshow .slideshow-content .copy {
    font-size: 20px;
  }
}
.reasons-block .slideshow .slideshow-content .slide-counter {
  position: absolute;
  right: 30px;
  bottom: 15px;
  width: 109px;
  height: 107px;
}
@media only screen and (max-width: 1024px) {
  .reasons-block .slideshow .slideshow-content .slide-counter {
    bottom: 0;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .reasons-block .slideshow .slideshow-content .slide-counter {
    width: 50px;
    height: 50px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
  }
}
.reasons-block .slideshow .slideshow-content .slide-counter:before {
  content: "";
  display: block;
  background: url("../images/elements/cage.svg") 50% 50% no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0.8;
}
@media only screen and (max-width: 767px) {
  .reasons-block .slideshow .slideshow-content .slide-counter:before {
    background-size: contain;
  }
}
.reasons-block .slideshow .slideshow-content .slide-counter strong {
  color: #694F1B;
  font: 700 50px/1 "Josefin Sans", Arial, sans-serif;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 2;
  width: 100%;
  height: 43px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}
@media only screen and (max-width: 767px) {
  .reasons-block .slideshow .slideshow-content .slide-counter strong {
    font-size: 14px;
    line-height: 46px;
  }
}
.reasons-block .slideshow-button {
  width: 20px;
  height: 34px;
  top: calc((50vw + 180px) * 0.66 / 2);
  transform: translateY(-50%) !important;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .reasons-block .slideshow-button {
    top: calc((50vw + 80px) * 0.66 / 2);
  }
}
.reasons-block .slideshow-button svg {
  height: 100%;
  fill: #fff;
  transform: none;
}
.reasons-block .slideshow-button.next {
  right: 25px;
  left: auto;
}
.reasons-block .slideshow-button.next svg {
  transform: rotate(180deg);
}
@media only screen and (max-width: 767px) {
  .reasons-block .slideshow-button.next {
    right: 20px;
  }
}
.reasons-block .slideshow-button.prev {
  right: auto;
  left: 25px;
}
@media only screen and (max-width: 767px) {
  .reasons-block .slideshow-button.prev {
    left: 20px;
  }
}
.reasons-block .slideshow-button:hover svg {
  fill: #CC9933;
}
.reasons-block .honeycomb {
  animation: slideTop 10s ease-in-out infinite;
  transform: rotate(2deg);
  right: 0;
  top: -25%;
}
@media (prefers-reduced-motion: reduce) {
  .reasons-block .honeycomb {
    animation: none;
  }
}

.promotiles-block {
  position: relative;
  padding: 8.3vw 0;
}
@media only screen and (min-width: 1441px) {
  .promotiles-block {
    padding: 140px 0;
  }
}
.promotiles-block:first-child, .content-wrapper + .promotiles-block {
  padding-top: 0;
}

.other-accommodations {
  padding: 8.3vw 0;
}
@media only screen and (min-width: 1441px) {
  .other-accommodations {
    padding: 140px 0;
  }
}
.other-accommodations:first-child, .content-wrapper + .other-accommodations {
  padding-top: 0;
}

.other-accommodations-slider {
  position: relative;
  z-index: 30;
}
* + .other-accommodations-slider {
  margin-top: 4.8vw;
}
@media only screen and (min-width: 1441px) {
  * + .other-accommodations-slider {
    margin-top: 70px;
  }
}
.other-accommodations-slider .slideshow {
  margin: 0 auto;
  overflow: hidden;
}
.other-accommodations-slider .slideshow-wrapper {
  font-size: 0;
  display: flex;
}
.other-accommodations-slider .slideshow-wrapper:not(.swiper-wrapper) {
  margin: 0 -20px;
}
@media only screen and (max-width: 767px) {
  .other-accommodations-slider .slideshow-wrapper:not(.swiper-wrapper) {
    margin-left: 0;
  }
}
.other-accommodations-slider .slideshow-wrapper:not(.swiper-wrapper) .room-slide {
  margin: 0 20px;
}
@media only screen and (max-width: 767px) {
  .other-accommodations-slider .slideshow-wrapper:not(.swiper-wrapper) .room-slide {
    margin: 0;
  }
}
.other-accommodations-slider .room-slide {
  height: auto;
  width: calc(50% - 40px);
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  color: #916D26;
  transition: all 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .other-accommodations-slider .room-slide {
    width: 100%;
  }
}
.other-accommodations-slider .room-slide .thumbnail-wrap {
  position: relative;
  overflow: hidden;
}
.other-accommodations-slider .room-slide .thumbnail-wrap:before {
  content: "";
  display: block;
  height: 0;
  width: 1px;
  padding-bottom: 26vw;
}
@media only screen and (min-width: 1441px) {
  .other-accommodations-slider .room-slide .thumbnail-wrap:before {
    padding-bottom: 372px;
  }
}
@media only screen and (max-width: 767px) {
  .other-accommodations-slider .room-slide .thumbnail-wrap:before {
    padding-bottom: 66vw;
  }
}
.other-accommodations-slider .room-slide .thumbnail {
  background-position: 50% 50%;
  background-size: cover;
}
.other-accommodations-slider .room-slide .thumbnail img {
  display: none;
  width: 100%;
}
.other-accommodations-slider .room-slide .content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
  text-align: center;
  padding: 40px 0 0;
}
.other-accommodations-slider .room-slide h3 {
  font: 700 26px/1 "Josefin Sans", Arial, sans-serif;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.other-accommodations-slider .room-slide h3 a {
  color: inherit;
  text-decoration: none;
}
.other-accommodations-slider .room-slide p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  .other-accommodations-slider .room-slide p {
    margin-bottom: 15px;
  }
}
.other-accommodations-slider .room-slide nav {
  width: 100%;
  margin-top: auto;
}
.other-accommodations-slider .room-slide nav .button, .other-accommodations-slider .room-slide nav .rooms.template-3 .selector-button, .rooms.template-3 .other-accommodations-slider .room-slide nav .selector-button {
  margin: 7px 7px 0;
}
.other-accommodations-slider .slideshow-button {
  width: 20px;
  height: 34px;
  top: 13vw;
  transform: translateY(-50%) !important;
}
@media only screen and (min-width: 1441px) {
  .other-accommodations-slider .slideshow-button {
    top: 186px;
  }
}
@media only screen and (max-width: 767px) {
  .other-accommodations-slider .slideshow-button {
    display: block;
    top: 33vw;
  }
}
.other-accommodations-slider .slideshow-button svg {
  height: 100%;
  fill: #000;
  transform: none;
}
@media only screen and (max-width: 1024px) {
  .other-accommodations-slider .slideshow-button svg {
    fill: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .other-accommodations-slider .slideshow-button svg {
    fill: #fff;
  }
}
.other-accommodations-slider .slideshow-button.next {
  right: -4vw;
  left: auto;
}
.other-accommodations-slider .slideshow-button.next svg {
  transform: rotate(180deg);
}
@media only screen and (min-width: 1441px) {
  .other-accommodations-slider .slideshow-button.next {
    right: -6vw;
  }
}
@media only screen and (max-width: 1024px) {
  .other-accommodations-slider .slideshow-button.next {
    right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .other-accommodations-slider .slideshow-button.next {
    right: 20px;
  }
}
.other-accommodations-slider .slideshow-button.prev {
  right: auto;
  left: -4vw;
}
@media only screen and (min-width: 1441px) {
  .other-accommodations-slider .slideshow-button.prev {
    left: -6vw;
  }
}
@media only screen and (max-width: 1024px) {
  .other-accommodations-slider .slideshow-button.prev {
    left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .other-accommodations-slider .slideshow-button.prev {
    left: 20px;
  }
}
.other-accommodations-slider .slideshow-button:hover svg {
  fill: #CC9933;
}

.custom-features-block .inner-wrapper {
  background: rgba(63, 95, 50, 0.05);
  background: rgba(63, 95, 50, 0.05);
  padding: 60px;
}
@media only screen and (min-width: 1441px) {
  .custom-features-block .inner-wrapper {
    padding: 70px;
  }
}
@media only screen and (max-width: 1024px) {
  .custom-features-block .inner-wrapper {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .custom-features-block .inner-wrapper {
    padding: 30px 10px;
  }
}
.custom-features-block h2 {
  color: #CC9933;
  font: 700 32px/38px "Josefin Sans", Arial, sans-serif;
  margin-bottom: 56px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .custom-features-block h2 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .custom-features-block h2 {
    margin-bottom: 20px;
  }
}
.custom-features-block .features, .custom-features-block .amenities {
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (min-width: 1441px) {
  .custom-features-block .features, .custom-features-block .amenities {
    padding: 30px 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .custom-features-block .features, .custom-features-block .amenities {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .custom-features-block .features, .custom-features-block .amenities {
    padding: 10px;
  }
}
.custom-features-block .features > span, .custom-features-block .amenities > span {
  display: block;
  width: 30%;
  flex-shrink: 0;
  font-size: 20px;
  line-height: 1;
  margin: 17px 0;
}
@media only screen and (min-width: 1441px) {
  .custom-features-block .features > span, .custom-features-block .amenities > span {
    font-size: 24px;
    width: 26%;
  }
}
@media only screen and (max-width: 1024px) {
  .custom-features-block .features > span, .custom-features-block .amenities > span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .custom-features-block .features > span, .custom-features-block .amenities > span {
    width: calc(50% - 10px);
    font-size: 12px;
    margin: 10px 0;
  }
}
.custom-features-block .features > span:before, .custom-features-block .amenities > span:before {
  font-size: 1.417em;
  vertical-align: middle;
  color: #000;
}
.custom-features-block .features > span .icon-title, .custom-features-block .amenities > span .icon-title {
  font-size: 1em;
  font-family: "Josefin Sans", Arial, sans-serif;
  margin-left: 15px;
}
@media only screen and (min-width: 1441px) {
  .custom-features-block .features > span .icon-title, .custom-features-block .amenities > span .icon-title {
    margin-left: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .custom-features-block .features > span .icon-title, .custom-features-block .amenities > span .icon-title {
    margin-left: 10px;
  }
}
.custom-features-block .features {
  background-color: #fff;
}

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

.walking-tour-block {
  position: relative;
  padding-bottom: 12vw;
}
@media only screen and (min-width: 1441px) {
  .walking-tour-block {
    padding-bottom: 180px;
  }
}
@media only screen and (max-width: 1024px) {
  .walking-tour-block {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .walking-tour-block {
    padding-bottom: 45px;
  }
}
.walking-tour-block .slideshow {
  margin: 0 auto;
  overflow: hidden;
}
.walking-tour-block .slideshow-button {
  display: none;
}
@media only screen and (max-width: 767px) {
  .walking-tour-block .slideshow-button {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    top: auto;
    right: auto;
    left: auto;
  }
  .walking-tour-block .slideshow-button.prev {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .walking-tour-block .slideshow-button svg {
    fill: #CC9933;
  }
  .walking-tour-block .slideshow-button svg:hover {
    fill: #000;
  }
}
.walking-tour-block .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
.walking-tour-block .slide {
  position: relative;
  display: inline-block;
  width: 33.33%;
  vertical-align: top;
  overflow: hidden;
  white-space: normal;
  color: #fff;
  transition: all 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .walking-tour-block .slide {
    width: 100%;
  }
}
.walking-tour-block .thumbnail-wrap {
  height: 552px;
  position: relative;
  background: #fff;
  z-index: 2;
}
.walking-tour-block .thumbnail-wrap:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 65%;
  bottom: 0;
  left: 0;
  z-index: 1;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,000000+100&0+1,0.6+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(252, 252, 252, 0) 1%, rgba(0, 0, 0, 0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#99000000",GradientType=0 ); /* IE6-9 */
}
.walking-tour-block .thumbnail {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
}
.walking-tour-block .title, .walking-tour-block .walking-tour-link {
  color: #fff;
  font: 700 34px/1.2 "Josefin Sans", Arial, sans-serif;
  font-size: 4vw;
  width: 80%;
  position: absolute;
  bottom: 70px;
  top: auto;
  margin: 0 auto;
  padding: 0 2vw;
  left: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  z-index: 3;
  transition: opacity 350ms ease-in-out, visibility 350ms ease-in-out;
}
@media (max-width: 600px) {
  .walking-tour-block .title, .walking-tour-block .walking-tour-link {
    font-size: 24px;
  }
}
@media (min-width: 850px) {
  .walking-tour-block .title, .walking-tour-block .walking-tour-link {
    font-size: 34px;
  }
}
.walking-tour-block .walking-tour-link {
  color: #fff;
  width: 65%;
  height: auto;
  left: 50%;
  top: 50%;
  bottom: auto;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  text-align: center;
}
.walking-tour-block .walking-tour-link:after {
  content: "";
  display: block;
  position: absolute;
  min-width: 245px;
  min-height: 235px;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Josefin Sans", Arial, sans-serif;
  background: url("../images/elements/honeycomb.svg") no-repeat 0 0;
  background-position: center center;
  background-size: contain;
  opacity: 0.8;
  z-index: -1;
}
.walking-tour-block .slide:hover .title {
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 767px) {
  .walking-tour-block .slide:hover .title {
    opacity: 1;
    visibility: visible;
  }
}
.walking-tour-block .slide:hover .walking-tour-link {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 767px) {
  .walking-tour-block .thumbnail-wrap {
    height: auto;
  }
  .walking-tour-block .thumbnail-wrap:after {
    height: 90%;
  }
  .walking-tour-block .thumbnail {
    padding-bottom: 80%;
  }
  .walking-tour-block .title {
    bottom: 10px;
  }
  .walking-tour-block .walking-tour-link {
    opacity: 1;
    visibility: visible;
  }
  .walking-tour-block .walking-tour-link:after {
    min-width: 185px;
    min-height: 165px;
  }
}
.walking-tour-block .honeycomb {
  width: 243px;
  height: 127px;
  right: calc(6vw + 100px);
  top: -60px;
  background-size: contain;
}

.alternating-blocks {
  position: relative;
}
.alternating-blocks .alt-block {
  position: relative;
  min-height: 520px;
  margin: 100px 0;
  overflow: hidden;
  z-index: 1;
}
.alternating-blocks .alt-block:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: 1024px) {
  .alternating-blocks .alt-block {
    margin: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .alternating-blocks .alt-block {
    margin: 30px 0;
    min-height: 0;
  }
}
.alternating-blocks .alt-block .thumbnail {
  position: absolute;
  top: 0;
  height: 100%;
  width: calc(50% + 180px);
  background-size: cover;
}
@media only screen and (max-width: 1024px) {
  .alternating-blocks .alt-block .thumbnail {
    width: 100%;
    height: auto;
    position: relative;
    top: auto;
    background: none !important;
  }
}
.alternating-blocks .alt-block .thumbnail img {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .alternating-blocks .alt-block .thumbnail img {
    display: block;
    width: 100%;
    height: auto;
  }
}
.alternating-blocks .alt-block .virtual-tour {
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  position: absolute;
  bottom: 40px;
  right: 40px;
  background: #CC9933;
  text-indent: -9999em;
  overflow: hidden;
  line-height: 1.2;
  font-size: 14px;
  text-transform: uppercase;
  z-index: 2;
}
.alternating-blocks .alt-block .virtual-tour:hover {
  background: #916D26;
}
@media only screen and (max-width: 767px) {
  .alternating-blocks .alt-block .virtual-tour:hover {
    background: none;
  }
}
@media only screen and (max-width: 767px) {
  .alternating-blocks .alt-block .virtual-tour {
    bottom: 20px;
    right: 20px;
    left: auto;
  }
}
.alternating-blocks .alt-block .virtual-tour:after {
  content: "";
  display: block;
  width: 22px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -11px;
  background: url("../images/common.svg") no-repeat -614px -46px;
}
.alternating-blocks .alt-block .description {
  position: relative;
  padding: 49px 0 86px;
  width: calc(50% - 180px);
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .alternating-blocks .alt-block .description {
    text-align: center;
    padding: 40px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .alternating-blocks .alt-block .description {
    padding: 20px !important;
  }
}
.alternating-blocks .alt-block .description h2 {
  margin: 0;
  font-size: 40px;
}
@media only screen and (min-width: 1441px) {
  .alternating-blocks .alt-block .description h2 {
    width: 100%;
  }
}
@media only screen and (min-width: 1600px) {
  .alternating-blocks .alt-block .description h2 {
    font-size: 54px;
  }
}
@media only screen and (max-width: 1200px) {
  .alternating-blocks .alt-block .description h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .alternating-blocks .alt-block .description h2 {
    position: relative;
    top: auto;
    margin-bottom: 30px;
    white-space: initial;
  }
}
@media only screen and (max-width: 767px) {
  .alternating-blocks .alt-block .description h2 {
    margin-bottom: 20px;
  }
}
.alternating-blocks .alt-block .description p {
  line-height: 30px;
}
.alternating-blocks .alt-block .description .button, .alternating-blocks .alt-block .description .rooms.template-3 .selector-button, .rooms.template-3 .alternating-blocks .alt-block .description .selector-button {
  margin-top: 39px;
}
@media only screen and (max-width: 1024px) {
  .alternating-blocks .alt-block .description .button, .alternating-blocks .alt-block .description .rooms.template-3 .selector-button, .rooms.template-3 .alternating-blocks .alt-block .description .selector-button {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .alternating-blocks .alt-block .description .button, .alternating-blocks .alt-block .description .rooms.template-3 .selector-button, .rooms.template-3 .alternating-blocks .alt-block .description .selector-button {
    margin-top: 20px;
  }
}
.alternating-blocks .alt-block.left-img {
  margin-right: 40px;
}
@media only screen and (min-width: 1441px) {
  .alternating-blocks .alt-block.left-img {
    margin-right: 135px;
  }
}
@media only screen and (max-width: 1024px) {
  .alternating-blocks .alt-block.left-img {
    margin-right: 0;
  }
}
.alternating-blocks .alt-block.left-img .thumbnail {
  left: 0;
}
.alternating-blocks .alt-block.left-img .description {
  padding-left: 90px;
  float: right;
}
@media only screen and (max-width: 1024px) {
  .alternating-blocks .alt-block.left-img .description h2 {
    right: auto;
  }
}
.alternating-blocks .alt-block.right-img {
  margin-left: 40px;
}
@media only screen and (min-width: 1441px) {
  .alternating-blocks .alt-block.right-img {
    margin-left: 135px;
  }
}
@media only screen and (max-width: 1024px) {
  .alternating-blocks .alt-block.right-img {
    margin-left: 0;
  }
}
.alternating-blocks .alt-block.right-img .thumbnail {
  right: 0;
}
.alternating-blocks .alt-block.right-img .description {
  padding-right: 90px;
}
.alternating-blocks .alt-block.right-img .description h2 {
  left: 0;
}
@media only screen and (max-width: 1024px) {
  .alternating-blocks .alt-block.right-img .description h2 {
    left: auto;
  }
}
.alternating-blocks .alt-block.right-img .virtual-tour {
  right: auto;
  left: 40px;
}
.alternating-blocks .honeycomb {
  left: 10vw;
  bottom: -200px;
}

.information-block-wrapper {
  box-sizing: border-box;
  position: relative;
  min-width: 320px;
  margin: 0 auto;
  font-size: 0;
  display: flex;
  flex-flow: row;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .information-block-wrapper {
    flex-flow: column;
  }
}
@media only screen and (max-width: 767px) {
  .information-block-wrapper {
    flex-flow: column;
  }
}
.information-block-wrapper .info-block {
  position: relative;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  width: 33.3%;
  margin-right: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
  .information-block-wrapper .info-block {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .information-block-wrapper .info-block {
    width: 100%;
    margin: 0;
  }
}
.information-block-wrapper .info-block .info-image-wrapper {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .information-block-wrapper .info-block .info-image-wrapper {
    min-height: 220px;
  }
}
.information-block-wrapper .info-block .info-image-wrapper .info-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.information-block-wrapper .info-block .info-image-wrapper .info-image:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.information-block-wrapper .info-block .info-image-wrapper h4 {
  font: 500 35px/1 "Josefin Sans", Arial, sans-serif;
  color: #fff;
  position: relative;
  width: 80%;
  z-index: 4;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .information-block-wrapper .info-block .info-image-wrapper h4 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .information-block-wrapper .info-block .info-image-wrapper h4 {
    font-size: 25px;
  }
}
.information-block-wrapper .info-block:last-child {
  margin-right: 0;
}
.information-block-wrapper .info-block .info-copy {
  font: 14px/1.5 "Josefin Sans", Arial, sans-serif;
  display: block;
  position: relative;
  height: auto;
  padding: 35px;
}
.information-block-wrapper .info-block .info-copy h5 {
  font: 500 16px/1.5 "Josefin Sans", Arial, sans-serif;
  color: #CC9933;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .information-block-wrapper .info-block .info-copy {
    padding: 15px;
    font-size: 13px;
  }
}
.information-block-wrapper .info-block .info-copy p {
  margin-bottom: 10px;
}
.information-block-wrapper .info-block .info-copy strong {
  font-weight: bold;
}
.information-block-wrapper .info-block .info-copy em {
  font-style: italic;
}
.information-block-wrapper .info-block .info-copy u {
  text-decoration: underline;
}
.information-block-wrapper .info-block .info-copy sup, .information-block-wrapper .info-block .info-copy sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
.information-block-wrapper .info-block .info-copy sup {
  top: -0.5em;
}
.information-block-wrapper .info-block .info-copy sub {
  bottom: -0.25em;
}
.information-block-wrapper .info-block .info-copy p, .information-block-wrapper .info-block .info-copy table {
  overflow: visible;
}
.information-block-wrapper .info-block .info-copy ol {
  list-style: decimal inside;
}
.information-block-wrapper .info-block .info-copy ul {
  list-style: none;
}
.information-block-wrapper .info-block .info-copy ol, .information-block-wrapper .info-block .info-copy ul {
  margin-left: 5px;
}
.information-block-wrapper .info-block .info-copy ol ol, .information-block-wrapper .info-block .info-copy ul ul, .information-block-wrapper .info-block .info-copy ol ul, .information-block-wrapper .info-block .info-copy ul ol {
  margin-top: 10px;
  margin-bottom: 10px;
}
.information-block-wrapper .info-block .info-copy ol > li > ol, .information-block-wrapper .info-block .info-copy ol > li > ul {
  margin-left: 34px;
}
.information-block-wrapper .info-block .info-copy ol li, .information-block-wrapper .info-block .info-copy ul li {
  position: relative;
}
.information-block-wrapper .info-block .info-copy ul > li {
  padding-left: 10px;
  padding-bottom: 10px;
}
.information-block-wrapper .info-block .info-copy ul > li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 2px;
  height: 2px;
  background: #474747;
  border-radius: 100%;
}
.information-block-wrapper .info-block .info-copy ul > li:hover:after {
  background-color: #CC9933;
}

.acm-block-layout.audio-block {
  display: block;
  width: 100%;
  min-height: 60px;
  margin: 20px 0 40px;
  text-align: center;
}
.acm-block-layout.audio-block img {
  width: 100%;
  max-width: 240px;
  margin: 10px 0 30px 0;
}
.acm-block-layout.audio-block figure {
  display: flex;
  justify-content: center;
  align-items: center;
}
.acm-block-layout.audio-block .play-audio {
  position: relative;
  display: block;
  padding: 0 20px 0 62px;
  color: #fff;
  line-height: 54px;
  border: 2px solid #c93;
  background-color: #c93;
  text-transform: uppercase;
  z-index: 10;
}
.acm-block-layout.audio-block .play-audio::before {
  content: "";
  position: absolute;
  top: 0;
  left: 16px;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 12px 0;
  font-size: 0;
  border-radius: 50%;
  background: #c93 url(../images/audio-icon.svg) 50% 50% no-repeat;
  background-size: 26px 26px;
}
.acm-block-layout.audio-block .play-audio:hover {
  color: #c93;
  background-color: #fff;
}
.acm-block-layout.audio-block audio {
  position: relative;
  display: none;
  opacity: 0;
  transition: opacity 0.4s;
  z-index: 20;
}
.acm-block-layout.audio-block.audio-show .play-audio {
  font-size: 0;
  padding: 0 20px 0 40px;
  background-color: #fff;
  border-color: #fff;
}
.acm-block-layout.audio-block.audio-show .play-audio::before {
  background: #c93 url(../images/close-light.svg) 50% 50% no-repeat;
}
.acm-block-layout.audio-block.audio-show audio {
  display: block;
  opacity: 1;
}

.menu-tabs-block-acm {
  margin: 0 0 60px;
}
.menu-tabs-block-acm h2 {
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .menu-tabs-block-acm h2 {
    margin-bottom: 40px;
  }
}
.menu-tabs-block-acm .tabs {
  position: relative;
  z-index: 100;
}
.menu-tabs-block-acm .tabs-titles {
  position: relative;
  margin: 0 0 60px;
  z-index: 200;
}
.menu-tabs-block-acm .tabs-titles ul {
  display: flex;
  justify-content: center;
}
.menu-tabs-block-acm .tabs-titles li.tab-title {
  order: 2;
  display: block;
  transition: all 1s;
}
.menu-tabs-block-acm .tabs-titles li.tab-title.active .button, .menu-tabs-block-acm .tabs-titles li.tab-title.active .rooms.template-3 .selector-button, .rooms.template-3 .menu-tabs-block-acm .tabs-titles li.tab-title.active .selector-button {
  background-color: #CC9933;
  border-color: #CC9933;
  color: #fff;
}
.menu-tabs-block-acm .tabs-titles .button, .menu-tabs-block-acm .tabs-titles .rooms.template-3 .selector-button, .rooms.template-3 .menu-tabs-block-acm .tabs-titles .selector-button {
  margin: 0 0 5px;
  background-color: #000;
  border-color: #CC9933;
  color: #fff;
}
.menu-tabs-block-acm .tabs-titles .button:hover, .menu-tabs-block-acm .tabs-titles .rooms.template-3 .selector-button:hover, .rooms.template-3 .menu-tabs-block-acm .tabs-titles .selector-button:hover {
  background-color: #CC9933;
  border-color: #CC9933;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .menu-tabs-block-acm .tabs-titles {
    height: 50px;
    margin: 0 0 30px;
  }
  .menu-tabs-block-acm .tabs-titles ul {
    position: relative;
    flex-direction: column;
  }
  .menu-tabs-block-acm .tabs-titles ul::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 20px;
    display: block;
    width: 12px;
    height: 12px;
    border-right: 1px solid #CC9933;
    border-bottom: 1px solid #CC9933;
    transform: rotate(45deg);
    pointer-events: none;
    z-index: 201;
  }
  .menu-tabs-block-acm .tabs-titles li.tab-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
  }
  .menu-tabs-block-acm .tabs-titles li.tab-title.active {
    order: 1;
    position: relative !important;
    z-index: 10;
  }
  .menu-tabs-block-acm .tabs-titles li.tab-title.active .button, .menu-tabs-block-acm .tabs-titles li.tab-title.active .rooms.template-3 .selector-button, .rooms.template-3 .menu-tabs-block-acm .tabs-titles li.tab-title.active .selector-button {
    border-color: #CC9933;
  }
  .menu-tabs-block-acm .tabs-titles .button, .menu-tabs-block-acm .tabs-titles .rooms.template-3 .selector-button, .rooms.template-3 .menu-tabs-block-acm .tabs-titles .selector-button {
    margin: 0;
    width: 100%;
  }
  .menu-tabs-block-acm .tabs-titles.opened ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .menu-tabs-block-acm .tabs-titles.opened li.tab-title {
    position: relative;
    top: auto;
    z-index: 10;
  }
}
.menu-tabs-block-acm .tabs-content {
  position: relative;
  width: 100%;
  height: 100%;
  transition: 0.4s;
  z-index: 100;
  overflow: hidden;
}
.menu-tabs-block-acm .tabs-content .tabs-content-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: 0.4s;
}
.menu-tabs-block-acm .tabs-content .tabs-content-item.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
.menu-tabs-block-acm .tabs-content p.tabs-content-item-descr {
  margin-bottom: 30px;
  max-width: 70%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .menu-tabs-block-acm .tabs-content p.tabs-content-item-descr {
    max-width: auto;
    width: 100%;
  }
}
.menu-tabs-block-acm .menu-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .menu-tabs-block-acm .menu-block {
    margin-bottom: 40px;
  }
}
.menu-tabs-block-acm .menu-block h2 {
  margin-bottom: 60px;
  width: 100%;
  text-align: center;
}
.menu-tabs-block-acm .menu-block h2 span {
  display: block;
  font-size: 0.8em;
}
@media only screen and (max-width: 767px) {
  .menu-tabs-block-acm .menu-block h2 {
    margin-bottom: 40px;
  }
}
.menu-tabs-block-acm .menu-block .dish {
  width: 30%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .menu-tabs-block-acm .menu-block .dish {
    width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .menu-tabs-block-acm .menu-block .dish {
    width: 100%;
  }
}
.menu-tabs-block-acm .menu-block .dish p {
  margin-bottom: 0;
}
.menu-tabs-block-acm .menu-block .dish .dish-ingredients {
  margin: 4px 0;
  font-size: 0.9em;
  line-height: 1.1;
}
.menu-tabs-block-acm .menu-block .dish .dish-number {
  color: #CC9933;
}
.menu-tabs-block-acm .menu-link {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}
.menu-tabs-block-acm .menu-link .button, .menu-tabs-block-acm .menu-link .rooms.template-3 .selector-button, .rooms.template-3 .menu-tabs-block-acm .menu-link .selector-button {
  display: inline-block;
}

#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 "Josefin Sans", Arial, sans-serif;
  margin: 40px 0;
  color: #54baba;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #home-gallery h2 {
    display: block;
  }
}
#home-gallery div.gallery-wrapper {
  overflow: hidden;
}
#home-gallery .photo {
  display: block;
  float: left;
  margin: 10px 0 0 10px;
  width: calc((100% - 60px) / 5);
  height: 0;
  padding-top: calc((100% - 60px) / 5);
  position: relative;
  background-position: 50% 50%;
  background-size: cover;
  font-size: 0;
  transition: opacity 0.3s ease-out;
  opacity: 1;
}
#home-gallery .photo:hover {
  opacity: 0.8;
}
#home-gallery .photo:nth-child(4), #home-gallery .photo:nth-child(5), #home-gallery .photo:nth-child(11) {
  width: calc((100% - 60px) / 5 * 2 + 10px);
}
@media only screen and (max-width: 1024px) {
  #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 "Josefin Sans", Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  z-index: 2;
}
#home-gallery span.photo .text a {
  margin-top: 6px;
  padding: 0 20px;
}
#home-gallery .all-photos {
  display: none;
}
@media only screen and (max-width: 767px) {
  #home-gallery .all-photos {
    display: block;
    margin-top: 40px;
  }
}

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

#feeds {
  position: relative;
  padding: 0 0 100px;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  #feeds {
    padding-bottom: 40px;
  }
}
#feeds .h1 {
  margin-bottom: 100px;
}
@media only screen and (max-width: 1024px) {
  #feeds .h1 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  #feeds .h1 {
    margin-bottom: 20px;
  }
}
#feeds .mb-0 {
  margin-bottom: 0 !important;
}
#feeds .center-column {
  z-index: 1;
}
#feeds .bg {
  background-position: 50% 50%;
  background-size: cover;
  filter: grayscale(1);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  opacity: 0.22;
  width: 100%;
  z-index: -1;
}
#feeds .category-selector {
  display: none;
}
#feeds.loading {
  min-height: 300px;
}
#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: #CC9933;
  border-bottom-color: #CC9933;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#feeds .feed-content {
  overflow: hidden;
  position: relative;
}
#feeds .feed-items {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  margin-bottom: 20px;
}
#feeds .feed-items:after {
  clear: both;
  content: "";
  display: table;
}
#feeds .feed-item {
  background: #F5F5F5;
  text-decoration: none;
  margin: 2vw;
  max-width: 300px;
  width: calc(33% - 4vw);
}
#feeds .feed-item .tile {
  overflow: hidden;
  position: relative;
  width: 100%;
}
#feeds .feed-item .tile .thumbnail {
  padding-bottom: 100%;
  position: relative;
  width: 100%;
  z-index: 0;
  background-size: cover;
}
#feeds .feed-item .tile .description {
  font-size: 30px;
  position: absolute;
  color: #fff;
  width: 50%;
  padding: 15% 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 500ms ease;
  pointer-events: none;
}
#feeds .feed-item .tile .description:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -4px;
  font-family: "Josefin Sans", Arial, sans-serif;
  background: url("../images/elements/cage.svg") no-repeat 0 0;
  background-position: center center;
  background-size: contain;
  opacity: 0.8;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  #feeds .feed-item .tile .description {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  #feeds .feed-item .tile .description {
    display: none !important;
  }
}
#feeds .feed-item .tile .description .feed-date {
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  opacity: 0;
  transition: opacity 500ms ease;
}
#feeds .feed-item .tile:before {
  background: url("../images/sprite.svg") no-repeat 0 -200px;
  content: "";
  display: block;
  height: 24px;
  left: 2vw;
  margin-bottom: 10px;
  position: absolute;
  top: 2vw;
  width: 24px;
  z-index: 1;
}
#feeds .feed-item .feed-date {
  font-weight: bold;
}
#feeds .feed-item p {
  margin-bottom: 0;
}
#feeds .feed-item:hover .description {
  opacity: 1;
}
#feeds .feed-item:hover .description .feed-date {
  transition-delay: 250ms;
  opacity: 1;
}
#feeds .feed-controls {
  display: block;
  text-align: center;
}
#feeds .honeycomb-big {
  left: 50%;
  transform: translateX(-50%);
  right: auto;
  bottom: -275px;
}

#blog-feed {
  margin: 0;
  max-width: 100%;
  position: relative;
  margin-bottom: 45px;
}
#blog-feed .blog-feed-bg {
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
  position: relative;
  margin-top: 0;
  padding: 55px 0;
  min-height: 902px;
}
#blog-feed .blog-feed-bg:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(26, 45, 62, 0.75);
}
#blog-feed .blog-feed-bg:after {
  content: "";
  width: 100%;
  height: 150px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.01) 0%, rgb(0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#03000000", endColorstr="#000000", GradientType=0);
}
#blog-feed img {
  opacity: 1;
  transition: opacity 350ms ease-in-out;
}
#blog-feed h2 {
  margin-bottom: 2.5vw;
  text-transform: uppercase;
  text-align: center;
  font-size: 4vw;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1441px) {
  #blog-feed h2 {
    font-size: 54px;
  }
}
@media only screen and (max-width: 767px) {
  #blog-feed h2 {
    font-size: 24px;
    line-height: 1.2;
    padding: 0 20px;
  }
}
#blog-feed .entry-description {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  padding: 0;
  margin: 0;
  height: 300px;
}
#blog-feed .entry-description:hover {
  cursor: pointer;
}
#blog-feed .entry-description:hover .text-wrapper {
  opacity: 1;
}
#blog-feed .entry-description:hover img {
  opacity: 0.5;
}
#blog-feed .entry-description:hover:before {
  opacity: 0.8;
}
#blog-feed .entry-description .text-wrapper {
  opacity: 0;
  transition: opacity 350ms ease-in-out;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  #blog-feed .entry-description .text-wrapper {
    opacity: 1;
  }
}
#blog-feed .entry-description:before {
  content: "";
  background: url("../images/elements/cage.svg") no-repeat 0 0;
  background-position: 50% 50%;
  width: 300px;
  height: 300px;
  position: absolute;
  top: calc(50% - 150px);
  left: calc(50% - 150px);
  opacity: 0;
  transition: 0.4s;
  background-size: cover;
}
@media only screen and (max-width: 1024px) {
  #blog-feed .entry-description:before {
    opacity: 1;
  }
}
#blog-feed .entry-description h5 {
  width: 100%;
  margin: 25px auto 0;
  padding: 0 30px 0 30px;
  color: #FFF;
  font: 700 26px/1.2 "Josefin Sans", Arial, sans-serif, Arial, sans-serif;
  text-transform: uppercase;
}
#blog-feed .blog-feed-items {
  width: 70%;
  margin: 0 auto;
  position: relative;
  z-index: 999;
  text-align: center;
  font-size: 0;
}
#blog-feed .blog-feed-link {
  position: relative;
  z-index: 999;
  width: 255px;
  margin: 45px auto 0 auto;
}
@media only screen and (max-width: 767px) {
  #blog-feed .blog-feed-link {
    margin-top: 0;
  }
}
#blog-feed .blog-feed-link .button, #blog-feed .blog-feed-link .rooms.template-3 .selector-button, .rooms.template-3 #blog-feed .blog-feed-link .selector-button {
  display: block;
  margin: 0 auto;
}
#blog-feed .blog-entry {
  display: inline-block;
  vertical-align: top;
  position: relative;
  box-sizing: border-box;
  text-align: left;
  width: calc(33% - 20px);
  min-height: 315px;
  margin: 30px 10px 0 10px;
}
@media only screen and (max-width: 1024px) {
  #blog-feed .blog-entry {
    width: 100%;
    margin: 25px 0;
  }
}
@media only screen and (max-width: 767px) {
  #blog-feed .blog-entry {
    margin: 10px 0;
  }
}
#blog-feed .blog-entry a {
  text-decoration: none;
}
#blog-feed .blog-entry time {
  display: block;
  margin: 0 auto;
  color: #ffffff;
  width: 100%;
  font: 700 26px/1.2 "Josefin Sans", Arial, sans-serif, Arial, sans-serif;
  text-transform: uppercase;
}
#blog-feed .blog-entry img {
  position: absolute;
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1024px) {
  #blog-feed .blog-entry img {
    opacity: 0.5;
  }
}
#blog-feed .honeycomb-big {
  right: 10vw;
  top: -6vw;
}

#footer {
  color: #fff;
  font-size: 18px;
  font-size: 2vw;
  position: relative;
  z-index: 1;
}
@media (max-width: 700px) {
  #footer {
    font-size: 14px;
  }
}
@media (min-width: 900px) {
  #footer {
    font-size: 18px;
  }
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #CC9933;
}
#footer .footer-block-top {
  padding-bottom: 10px;
  position: relative;
}
#footer .footer-block-top .honeycomb-big {
  left: 50%;
  transform: translateX(-50%);
  right: auto;
  bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  #footer .footer-block-top .honeycomb-big {
    width: 100%;
  }
}
#footer .footer-block-bottom {
  background: #F4F4F4;
  color: #8B8B8B;
  padding-bottom: 2.5vw;
  text-align: center;
  clear: both;
  padding-top: 3.5vw;
}
#footer .footer-block-bottom .copyright {
  color: #393839;
}
#footer .footer-block-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  #footer .footer-block-menu {
    flex-direction: column;
  }
}
#footer .footer-block-menu .footer-logos-box {
  display: flex;
  flex-flow: column;
  align-items: center;
}
#footer .footer-block-menu .footer-logo,
#footer .footer-block-menu .footer-leed-logo {
  width: 255px;
  max-width: 100%;
  font-size: 0;
}
#footer .footer-block-menu .footer-logo img,
#footer .footer-block-menu .footer-leed-logo img {
  width: 100%;
  height: auto;
  transition: opacity 350ms ease-in-out;
}
#footer .footer-block-menu .footer-logo:hover img,
#footer .footer-block-menu .footer-leed-logo:hover img {
  opacity: 0.5;
}
#footer .footer-block-menu .footer-leed-logo {
  width: 120px;
  margin-top: 20px;
}
#footer .left-side,
#footer .right-side {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  text-align: left;
}
#footer .left-side {
  width: 42%;
  margin-right: 3%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  #footer .left-side {
    width: 100%;
    margin-right: 0;
    display: inline-block;
    text-align: center;
  }
}
#footer .right-side {
  width: 50%;
  float: right;
}
@media only screen and (max-width: 1024px) {
  #footer .right-side {
    width: 100%;
    text-align: center;
    float: none;
  }
}
#footer .right-side .success {
  display: none;
  color: #fff;
  font: 300 21px/1 "Josefin Sans", Arial, sans-serif;
  transition: opacity 300ms;
  margin-bottom: 30px;
}
#footer .logo {
  height: 74px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1024px) {
  #footer .logo {
    width: calc(50% - 10px);
    float: left;
  }
}
@media only screen and (max-width: 767px) {
  #footer .logo {
    position: relative;
    display: block;
    vertical-align: top;
    width: 100%;
    height: auto;
    margin-bottom: 40px;
  }
}
#footer .logo img {
  height: 100%;
  width: auto;
  transition: opacity 350ms ease-in-out;
}
@media only screen and (max-width: 1024px) {
  #footer .logo img {
    height: auto;
    width: 100%;
    display: block;
    float: left;
  }
}
@media only screen and (max-width: 767px) {
  #footer .logo img {
    height: auto;
    width: 100%;
  }
}
#footer .logo:hover img {
  opacity: 0.7;
}
#footer .contacts {
  display: inline-block;
  font-size: 18px;
  margin-left: 8px;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  #footer .contacts {
    float: right;
    width: calc(50% - 10px);
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer .contacts {
    width: 100%;
    margin: 0 0 20px 0;
    float: none;
  }
}
#footer .footer-contacts a {
  text-decoration: none;
}
#footer .socials-icons {
  display: block;
  font-size: 0;
  float: right;
}
#footer .socials-icons li {
  display: inline-block;
  margin: 0 0 5px 13px;
}
#footer .socials-icons a {
  display: block;
  width: 30px;
  height: 25px;
  overflow: hidden;
  position: relative;
  text-indent: -100em;
  transition: background-color 350ms ease-in-out, opacity 350ms ease-in-out;
}
#footer .socials-icons a svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  fill: #fff;
  transition: fill 350ms ease-in-out;
}
#footer .socials-icons a:hover svg {
  fill: #CC9933;
}
#footer .socials-icons a:active svg {
  fill: #fff;
  transition-duration: 50ms;
}
@media only screen and (max-width: 767px) {
  #footer .socials-icons a {
    display: inline-block;
  }
}
#footer .socials-icons a.youtube {
  background-position: -35px 0;
}
#footer .socials-icons a.twitter {
  background-position: -70px 0;
}
#footer .socials-icons a.instagram {
  background-position: -105px 0;
}
#footer .socials-icons a.tripadvisor {
  background-position: -140px 0;
}
#footer h3 {
  display: block;
  text-align: left;
  margin-bottom: 15px;
  font: 700 20px/1.2 "Josefin Sans", Arial, sans-serif;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  #footer h3 {
    font-size: 1.3vw;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1384.6153846154px) {
  #footer h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 1538.4615384615px) {
  #footer h3 {
    font-size: 20px;
  }
}
#footer .h3 {
  display: block;
  text-align: left;
  margin-bottom: 15px;
  font: 700 20px/1.2 "Josefin Sans", Arial, sans-serif;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  #footer .h3 {
    font-size: 1.3vw;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1384.6153846154px) {
  #footer .h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 1538.4615384615px) {
  #footer .h3 {
    font-size: 20px;
  }
}
#footer #teconsent {
  margin-top: 30px;
}
#footer #newsletter {
  display: block;
  position: relative;
  font-size: 0;
}
#footer #newsletter fieldset {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
#footer #newsletter .input-wrapper {
  position: relative;
  box-sizing: border-box;
  height: 37px;
  width: 48.5%;
  margin-bottom: 15px;
}
#footer #newsletter .input-wrapper.half-width {
  width: 22.5%;
}
@media only screen and (max-width: 767px) {
  #footer #newsletter .input-wrapper.half-width {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #footer #newsletter .input-wrapper {
    width: 100%;
  }
}
#footer #newsletter em {
  color: #D8432C;
  position: absolute;
  top: 9px;
  left: 13px;
  font-size: 14px;
}
#footer #newsletter input[type=text] {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 100%;
  height: 100%;
  border: 2px solid #CC9933;
  padding: 0 10px 0 20px;
  background: transparent;
  color: #fff;
  font: 300 14px/1 "Josefin Sans", Arial, sans-serif;
  margin-right: 3%;
  letter-spacing: 0.05em;
}
#footer #newsletter input[type=text]::-webkit-input-placeholder {
  color: #fff;
}
#footer #newsletter input[type=text]:-moz-placeholder {
  color: #fff;
}
#footer #newsletter input[type=text]::-moz-placeholder {
  color: #fff;
}
#footer #newsletter input[type=text]:-ms-input-placeholder {
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  #footer #newsletter input[type=text] {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  #footer #newsletter input[type=text] {
    max-width: none;
    margin-bottom: 30px;
    margin-right: 0;
    text-align: center;
  }
}
#footer #newsletter #submit-footer {
  height: 37px;
  line-height: 42px;
  padding: 0;
  width: 100%;
}
#footer #newsletter #submit-footer:hover {
  color: #fff;
  background: #CC9933;
}
#footer #newsletter .terms-privacy {
  text-align: left;
  position: relative;
}
#footer #newsletter .terms-privacy input[type=checkbox] {
  margin: 0 8px 0 0;
}
#footer #newsletter .terms-privacy label {
  color: #fff;
  font: 300 14px/18px "Josefin Sans", Arial, sans-serif;
  display: inline-block;
  text-align: left;
  margin: 0;
  width: 95%;
  float: none;
  letter-spacing: 0.003em;
}
@media only screen and (max-width: 767px) {
  #footer #newsletter .terms-privacy label {
    width: 90%;
  }
}
#footer #newsletter .terms-privacy a {
  color: #CC9933;
}
#footer #newsletter .terms-privacy a:hover {
  color: #fff;
}
#footer #newsletter .terms-privacy em {
  position: relative;
  top: 0;
  left: 0;
}
#footer #newsletter .formError {
  left: 0 !important;
}

#footer-menu {
  flex-grow: 1;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  #footer-menu {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #footer-menu {
    flex-direction: column;
    margin-bottom: 25px;
  }
}
#footer-menu ul {
  display: flex;
  flex-direction: column;
  margin: 0 60px 0 15px;
}
@media only screen and (max-width: 1024px) {
  #footer-menu ul {
    margin: 0 15px;
  }
}
#footer-menu ul li {
  text-align: left;
  margin-bottom: 22px;
}
@media only screen and (max-width: 1024px) {
  #footer-menu ul li {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  #footer-menu ul li {
    margin-bottom: 5px;
  }
}
#footer-menu a {
  display: block;
  font: 700 20px/24px "Josefin Sans", Arial, sans-serif;
  font-size: 1.3vw;
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
}
@media (max-width: 1076.9230769231px) {
  #footer-menu a {
    font-size: 14px;
  }
}
@media (min-width: 1538.4615384615px) {
  #footer-menu a {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  #footer-menu a {
    font-size: 18px;
    line-height: 2;
  }
}
@media only screen and (max-width: 767px) {
  #footer-menu a {
    font-size: 16px;
    line-height: 2;
  }
}
#footer-menu a.active {
  color: #694F1B;
}

.booking-bar {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  background: #CC9933;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  position: fixed;
  overflow: hidden;
  bottom: 0;
  padding: 20px 0 20px;
  opacity: 1;
  transition: opacity 350ms ease-in-out;
  z-index: 100;
}
@media only screen and (max-width: 767px) {
  .booking-bar .booking-bar-container {
    display: none;
  }
}
.booking-bar .booking-bar-container-mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .booking-bar .booking-bar-container-mobile {
    display: block;
  }
}
.booking-bar.hide {
  visibility: hidden;
  opacity: 0;
}
.booking-bar .booking-bar-text {
  display: inline-block;
  vertical-align: middle;
  font: 700 20px/1.2 "Josefin Sans", Arial, sans-serif;
  font-size: 1.3vw;
  padding-right: 2vw;
}
@media (max-width: 1076.9230769231px) {
  .booking-bar .booking-bar-text {
    font-size: 14px;
  }
}
@media (min-width: 1538.4615384615px) {
  .booking-bar .booking-bar-text {
    font-size: 20px;
  }
}
.booking-bar .booking-bar-button {
  font: 700 16px/43px "Josefin Sans", Arial, sans-serif;
  padding: 0 30px;
  display: inline-block;
  height: 47px;
  width: auto;
  color: #fff;
  border: 2px solid #fff;
  position: relative;
  text-transform: uppercase;
  vertical-align: middle;
  -moz-text-align-last: auto;
       text-align-last: auto;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition: width 350ms ease-in-out, border 350ms ease-in-out, color 350ms ease-in-out;
  z-index: 1;
}
.booking-bar .booking-bar-button:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #916D26;
  border-color: #916D26;
  transition: width 350ms ease-in-out, border 350ms ease-in-out, color 350ms ease-in-out;
  z-index: -1;
}
.booking-bar .booking-bar-button:hover, .booking-bar .booking-bar-button.active, .booking-bar .booking-bar-button:active {
  color: #fff;
  border: 2px solid #916D26;
}
.booking-bar .booking-bar-button:hover:before, .booking-bar .booking-bar-button.active:before {
  width: 100%;
}
.booking-bar .close-button {
  position: absolute;
  right: 3vw;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-indent: -999px;
  z-index: 55;
}
.booking-bar .close-button:before, .booking-bar .close-button:after {
  content: "";
  width: 40px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 1px;
  transform-origin: center center;
  transition: background-color 350ms ease-in-out;
}
.booking-bar .close-button:before {
  transform: rotate(45deg);
}
.booking-bar .close-button:after {
  transform: rotate(-45deg);
}
.booking-bar .close-button:hover:before, .booking-bar .close-button:hover:after {
  background: #916D26;
}
@media only screen and (max-width: 1024px) {
  .booking-bar .close-button {
    right: 2vw;
  }
}
@media only screen and (max-width: 767px) {
  .booking-bar .booking-bar {
    padding: 10px 0 10px;
  }
  .booking-bar .booking-bar-text {
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    padding-right: 0;
  }
  .booking-bar .booking-bar-button {
    padding: 0 15px;
  }
  .booking-bar .close-button {
    width: 25px;
    height: 25px;
    margin: 0 0 10px 0;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
  }
  .booking-bar .close-button:before, .booking-bar .close-button:after {
    width: 25px;
  }
}

.booking-bar-visible #trchat-app-iframe.trchat-bottom-right {
  bottom: 110px !important;
}
@media only screen and (max-width: 767px) {
  .booking-bar-visible #trchat-app-iframe.trchat-bottom-right {
    bottom: 180px;
  }
}

#hebs-gallery {
  background: rgba(0, 0, 0, 0.95);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
  /* FULL SIZE IMAGE */
  /* FULL SIZE IMAGE -> Navigation */
  /* FULL SIZE IMAGE -> Loading */
  /* THUMBNAILS */
  /* THUMBNAILS -> Navigation */
  /* INFO */
}
#hebs-gallery .galleria {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
#hebs-gallery .close-button {
  background: url("../images/common.svg") 0 0 no-repeat;
  cursor: pointer;
  height: 17px;
  overflow: hidden;
  position: absolute;
  right: 20px;
  text-indent: -9999px;
  top: 12px;
  width: 17px;
  z-index: 2;
}
#hebs-gallery .close-button:hover {
  background-position: -40px 0;
}
#hebs-gallery .close-button:active {
  background-position: -80px 0;
}
#hebs-gallery .galleria-container {
  height: 100% !important;
  overflow: hidden;
  position: relative;
  width: 100% !important;
}
#hebs-gallery .select-wrapper {
  float: left;
  margin: 5px 0 0 20px;
  position: relative;
  z-index: 2;
}
#hebs-gallery .select-wrapper .select-icon {
  border-color: #9B9B9B;
}
#hebs-gallery .category-selector {
  background: #fff;
  border: 1px solid #9B9B9B;
  color: #000;
  font-size: 12px;
  height: 30px;
  line-height: 28px;
  margin-bottom: 0;
}
#hebs-gallery .galleria-stage {
  bottom: 120px;
  left: 0;
  overflow: hidden;
  padding: 20px 72px;
  position: absolute;
  right: 0;
  top: 40px;
}
@media only screen and (max-width: 1024px) {
  #hebs-gallery .galleria-stage {
    padding: 0;
  }
}
@media only screen and (max-width: 1024px) 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;
}
#hebs-gallery .galleria-image-nav-left, #hebs-gallery .galleria-image-nav-right {
  background: url("../images/common.svg") 0 0 no-repeat;
  cursor: pointer;
  height: 63px;
  overflow: hidden;
  position: absolute;
  text-indent: -100em;
  top: 50%;
  transform: translateY(-50%);
  width: 33px;
  z-index: 1;
}
#hebs-gallery .galleria-image-nav-left {
  background-position: 0 -40px;
  left: 20px;
}
#hebs-gallery .galleria-image-nav-left:hover {
  background-position: -51px -40px;
}
#hebs-gallery .galleria-image-nav-left:active {
  background-position: -102px -40px;
}
#hebs-gallery .galleria-image-nav-right {
  background-position: 0 -120px;
  right: 20px;
}
#hebs-gallery .galleria-image-nav-right:hover {
  background-position: -51px -120px;
}
#hebs-gallery .galleria-image-nav-right:active {
  background-position: -102px -120px;
}
@media only screen and (max-width: 767px) {
  #hebs-gallery .galleria-image-nav-left, #hebs-gallery .galleria-image-nav-right {
    height: 22px;
    width: 22px;
  }
  #hebs-gallery .galleria-image-nav-left {
    background-position: 5px -200px;
    left: 10px;
  }
  #hebs-gallery .galleria-image-nav-left:hover {
    background-position: -25px -200px;
  }
  #hebs-gallery .galleria-image-nav-left:active {
    background-position: -55px -200px;
  }
  #hebs-gallery .galleria-image-nav-right {
    background-position: 5px -230px;
    right: 10px;
  }
  #hebs-gallery .galleria-image-nav-right:hover {
    background-position: -25px -230px;
  }
  #hebs-gallery .galleria-image-nav-right:active {
    background-position: -55px -230px;
  }
}
#hebs-gallery .galleria-loader {
  height: 48px;
  left: 50%;
  margin: -24px 0 0 -24px;
  position: absolute;
  top: 50%;
  width: 48px;
}
#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: #CC9933;
  border-bottom-color: #CC9933;
  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 {
  background: #000;
  bottom: 0;
  height: 120px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 2;
}
@media only screen and (max-width: 1024px) 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 {
  background: #000;
  cursor: pointer;
  float: left;
  height: 80px !important;
  margin: 0 6px 0 0;
  width: 80px !important;
}
#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 {
  background: url("../images/common.svg") 0 0 no-repeat;
  cursor: pointer;
  display: none;
  height: 22px;
  margin-top: -10px;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  width: 22px;
}
#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 {
  background-position: 5px -200px;
  left: 15px;
}
#hebs-gallery .galleria-thumb-nav-left:hover {
  background-position: -25px -200px;
}
#hebs-gallery .galleria-thumb-nav-left:active {
  background-position: -55px -200px;
}
#hebs-gallery .galleria-thumb-nav-left.disabled {
  background-position: 5px -200px;
}
#hebs-gallery .galleria-thumb-nav-right {
  background-position: 5px -230px;
  right: 15px;
}
#hebs-gallery .galleria-thumb-nav-right:hover {
  background-position: -25px -230px;
}
#hebs-gallery .galleria-thumb-nav-right:active {
  background-position: -55px -230px;
}
#hebs-gallery .galleria-thumb-nav-right.disabled {
  background-position: 5px -230px;
}
#hebs-gallery .galleria-info {
  background: #000;
  height: 40px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#hebs-gallery .galleria-info .galleria-info-description {
  color: #fff;
  left: 300px;
  line-height: 40px;
  overflow: hidden;
  position: absolute;
  right: 300px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#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 "Josefin Sans", Arial, sans-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;
}

.promos-slider {
  margin: 30px auto;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 3;
  max-width: 1348px;
}
.promos-slider .center-column {
  overflow: hidden;
  width: auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .promos-slider .center-column {
    padding: 0 15px;
  }
}
.promos-slider .page-content {
  padding-bottom: 23px;
  max-width: 1230px;
}
@media only screen and (max-width: 767px) {
  .promos-slider .page-content {
    padding-bottom: 6px;
  }
}
.promos-slider .page-content .h1 {
  display: block;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .promos-slider .page-content .h1 {
    font-size: 25px;
    letter-spacing: 3.5px;
    margin-bottom: 10px;
  }
}
.promos-slider .page-content p {
  margin-bottom: 20px;
}
.promos-slider .slideshow {
  height: 100%;
  width: calc(100% - 30px);
  margin: 0 15px;
  overflow: hidden;
}
@media only screen and (min-width: 1441px) {
  .promos-slider .slideshow {
    width: calc(100% - 42px);
    margin: 0 21px;
  }
}
@media only screen and (max-width: 1024px) {
  .promos-slider .slideshow {
    width: calc(100% - 30px);
    margin: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .promos-slider .slideshow {
    width: 100%;
    margin: 0 auto;
  }
}
.promos-slider .slideshow-wrapper {
  text-align: center;
}
.promos-slider .slide {
  display: inline-block;
  margin: 0 15px;
  max-height: 480px;
  min-height: 460px;
  overflow: hidden;
  position: relative;
  width: calc(33.3% - 30px);
}
@media only screen and (min-width: 1441px) {
  .promos-slider .slide {
    margin: 0 21px;
    width: calc(33.3% - 42px);
  }
}
@media only screen and (max-width: 1024px) {
  .promos-slider .slide {
    width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 767px) {
  .promos-slider .slide {
    margin: 0;
    width: 100%;
    padding-bottom: 96%;
    height: 0;
    min-height: auto;
  }
}
.promos-slider .slide h4 {
  color: #fff;
  font: 26px/36px "Josefin Sans", Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  max-width: 436px;
  margin: 0 auto;
}
.promos-slider .slide h4 a {
  color: inherit;
  text-decoration: none;
}
.promos-slider .slide:hover .description {
  opacity: 1;
}
.promos-slider .slide:hover .overlay {
  background: rgba(0, 0, 0, 0.5);
}
.promos-slider .slide:hover .button, .promos-slider .slide:hover .rooms.template-3 .selector-button, .rooms.template-3 .promos-slider .slide:hover .selector-button {
  opacity: 1;
}
.promos-slider .slide:hover .thumbnail {
  transform: scale(1.1);
}
.promos-slider .slide .h4 {
  color: #fff;
  font: 26px/36px "Josefin Sans", Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  max-width: 436px;
  margin: 0 auto;
}
.promos-slider .slide .h4 a {
  color: inherit;
  text-decoration: none;
}
.promos-slider .slide:hover .description {
  opacity: 1;
}
.promos-slider .slide:hover .overlay {
  background: rgba(0, 0, 0, 0.5);
}
.promos-slider .slide:hover .button, .promos-slider .slide:hover .rooms.template-3 .selector-button, .rooms.template-3 .promos-slider .slide:hover .selector-button {
  opacity: 1;
}
.promos-slider .slide:hover .thumbnail {
  transform: scale(1.1);
}
.promos-slider .thumbnail {
  background-position: 50% 50%;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 350ms ease-in;
  z-index: 0;
}
.promos-slider .overlay {
  background: rgba(0, 0, 0, 0.2);
  bottom: 0;
  display: flex;
  justify-content: end;
  flex-direction: column;
  color: #fff;
  left: 0;
  padding: 45px 30px 40px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 2;
  transition: background-color 350ms ease-in-out;
}
@media only screen and (max-width: 1024px) {
  .promos-slider .overlay {
    padding: 40px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .promos-slider .overlay {
    padding: 26px 10px;
  }
}
.promos-slider .description {
  align-items: center;
  display: flex;
  flex: 1;
  flex-flow: column;
  margin: 20px auto;
  padding: 0 30px;
  max-height: 100%;
  overflow: auto;
  opacity: 0;
  transition: opacity 350ms ease-in-out;
}
.promos-slider .description p {
  display: inline-block;
  font-size: 14px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .promos-slider .description p {
    font-size: 12px;
    opacity: 1;
  }
}
.promos-slider .button, .promos-slider .rooms.template-3 .selector-button, .rooms.template-3 .promos-slider .selector-button {
  opacity: 0;
  display: inline-block;
  width: auto;
  transition: all 350ms ease-in-out;
}
.promos-slider .slideshow-pagination {
  display: block;
  width: 100%;
  padding: 25px 0;
  font-size: 0;
  line-height: 0;
  text-align: center;
}
.promos-slider .slideshow-pagination .swiper-pagination-bullet {
  display: inline-block;
  height: 11px;
  width: 11px;
  margin: 5px;
  border-radius: 50%;
  border: 1px solid #CC9933;
  transition: background-color 350ms ease-in-out;
  cursor: pointer;
}
.promos-slider .slideshow-pagination .swiper-pagination-bullet:hover, .promos-slider .slideshow-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #CC9933;
}
.promos-slider .slideshow-button {
  position: absolute;
  top: 50%;
  margin-top: -45px;
  width: 20px;
  height: 20px;
  border: thin solid #fff;
  border-bottom: 0;
  border-left: 0;
  text-indent: -100em;
  overflow: hidden;
  transition: opacity 350ms ease-in-out;
  cursor: pointer;
  z-index: 2;
  display: none;
}
@media only screen and (max-width: 767px) {
  .promos-slider .slideshow-button {
    display: block;
  }
}
.promos-slider .slideshow-button.next {
  right: 30px;
  transform: rotate(45deg);
}
.promos-slider .slideshow-button.previous {
  left: 30px;
  transform: rotate(-135deg);
}

.specials-category {
  margin-bottom: 40px;
}

.specials {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: -22px -22px 40px;
}
@media only screen and (max-width: 767px) {
  .specials {
    margin: -22px 0 40px 0;
  }
}
.specials .item {
  height: auto;
  width: calc(33.33% - 44px);
  margin: 22px;
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  color: #916D26;
  transition: all 350ms ease-in-out;
}
@media only screen and (max-width: 1024px) {
  .specials .item {
    width: calc(50% - 44px);
  }
}
@media only screen and (max-width: 767px) {
  .specials .item {
    margin: 22px 0 0;
    width: 100%;
  }
}
.specials .thumbnail-wrap {
  position: relative;
  overflow: hidden;
}
.specials .thumbnail-wrap img {
  display: none;
}
.specials .thumbnail-wrap:before {
  content: "";
  display: block;
  height: 0;
  width: 1px;
  padding-bottom: 30vw;
}
@media only screen and (min-width: 1441px) {
  .specials .thumbnail-wrap:before {
    padding-bottom: 430px;
  }
}
@media only screen and (max-width: 767px) {
  .specials .thumbnail-wrap:before {
    padding-bottom: 100vw;
  }
}
.specials .thumbnail {
  background-position: 50% 50%;
  background-size: cover;
}
.specials .description {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
  text-align: center;
  padding: 40px 0;
}
.specials h3 {
  font: 400 26px/1 "Josefin Sans", Arial, sans-serif;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.specials h3 a {
  color: inherit;
  text-decoration: none;
}
.specials p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 32px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .specials p {
    margin-bottom: 15px;
  }
}
.specials .price {
  font: 15px/32px "Josefin Sans", Arial, sans-serif;
  margin-bottom: 20px;
}
.specials .price strong {
  font-weight: bold;
  font-size: 20px;
}
.specials nav {
  width: 100%;
  margin-top: auto;
}
.specials .learn-more-link {
  position: relative;
  font: bold 18px/1 "Josefin Sans", Arial, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  margin-top: 25px;
  padding-bottom: 9px;
}
.specials .learn-more-link:before, .specials .learn-more-link:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  transition: width ease-in-out 0.3s;
}
.specials .learn-more-link:after {
  background-color: #CC9933;
  width: 0;
}
.specials .learn-more-link:hover:after {
  width: 100%;
}

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

.specials-page .price {
  width: 100%;
  display: inline-block;
  font-weight: 700;
}

/* VENUES TEMPLATE 2 */
.venues.template2 {
  background: #fff;
}
.venues.template2 * {
  box-sizing: border-box;
}
.venues.template2 article {
  width: 100%;
  margin-bottom: 40px;
  font-family: "Josefin Sans", Arial, sans-serif;
  position: relative;
  border: 1px solid #ebebeb;
}
.venues.template2 article .background {
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 390px;
}
@media only screen and (max-width: 1024px) {
  .venues.template2 article .background {
    position: relative;
    height: 300px;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
  }
}
.venues.template2 article .background .buttons {
  position: absolute;
  bottom: 0;
  left: 60px;
}
@media only screen and (max-width: 1024px) {
  .venues.template2 article .background .buttons {
    bottom: -10px;
    top: auto;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 30;
    position: relative;
  }
}
.venues.template2 article .background .buttons a {
  height: 60px;
  width: 220px;
  float: left;
  border-radius: 0;
  font: bold 18px/60px "Josefin Sans", Arial, sans-serif;
  color: #fff !important;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .venues.template2 article .background .buttons a {
    width: 100%;
  }
}
.venues.template2 article .background .buttons a + a {
  margin-left: 1px;
}
@media only screen and (max-width: 1024px) {
  .venues.template2 article .background .buttons a + a {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .venues.template2 article .background .buttons a + a {
    margin-left: 0;
    margin-top: 1px;
  }
}
.venues.template2 article .background .buttons a + a:before {
  content: "";
  width: 1px;
  height: calc(100% + 4px);
  background: #fff;
  position: absolute;
  left: -3px;
  bottom: -2px;
}
@media only screen and (max-width: 1024px) {
  .venues.template2 article .background .buttons a + a:before {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .venues.template2 article .background .buttons a + a:before {
    width: calc(100% + 4px);
    height: 1px;
    left: -2px;
    bottom: auto;
    top: -3px;
  }
}
@media only screen and (max-width: 1024px) {
  .venues.template2 article .background .buttons a {
    width: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .venues.template2 article .background .buttons a {
    display: inline-block;
    float: none;
    height: 30px;
    line-height: 32px;
    width: auto;
    font-size: 14px;
  }
  .venues.template2 article .background .buttons a + a {
    margin-left: 10px;
  }
}
.venues.template2 article .content {
  width: 390px;
  padding: 40px 25px 15px 30px;
  font-size: 16px;
  line-height: 22px;
  background: #fff;
  font-weight: 200;
}
@media only screen and (max-width: 1024px) {
  .venues.template2 article .content {
    width: auto;
    background: transparent;
    z-index: 5;
    position: relative;
    box-sizing: border-box;
    padding-top: 60px;
  }
}
.venues.template2 article .content h3 {
  font-size: 24px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}
.venues.template2 article .content h3 a {
  text-decoration: none;
  color: inherit;
}
.venues.template2 article .content h3 a:hover {
  color: #CC9933;
}
.venues.template2 article .content h4 {
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 20px 0;
}
.venues.template2 article .content ul > li {
  position: relative;
  padding-left: 14px;
}
.venues.template2 article .content ul > li:before {
  display: none;
}
.venues.template2 article .content ul > li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 3px;
  height: 3px;
  background: #CC9933;
  border-radius: 100%;
}
.venues.template2 article .content .links {
  margin-top: 15px;
  height: 30px;
  width: 360px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .venues.template2 article .content .links {
    position: static;
    width: 100%;
    height: auto;
  }
}
.venues.template2 article .content .links a {
  display: block;
  float: left;
  height: 30px;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 17px;
}
.venues.template2 article .content .links a:first-child {
  padding-left: 0;
}
.venues.template2 article .content .links a:last-child {
  padding-right: 0;
}
.venues.template2 article .content .links a + a {
  margin-left: 1px;
}
@media only screen and (max-width: 1024px) {
  .venues.template2 article .content .links a {
    display: inline-block;
    width: auto;
    float: none;
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
    margin-top: 20px;
    font-size: 14px;
  }
}
.venues.template2 article .layouts {
  text-align: right;
  font-size: 0;
  z-index: 3;
  height: 100%;
}
.venues.template2 article .layouts.multiline {
  right: 60px;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .venues.template2 article .layouts.multiline {
    right: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .venues.template2 article .layouts {
    z-index: 30;
    position: relative;
  }
}
.venues.template2 article .layouts .main-list {
  width: 60px;
  height: 100%;
  white-space: nowrap;
  overflow-y: hidden;
  float: left;
  background: #fff;
}
@media only screen and (max-width: 1024px) {
  .venues.template2 article .layouts .main-list {
    float: right;
  }
}
.venues.template2 article .layouts .additional-list {
  margin-left: -120px;
  float: left;
  height: 100%;
  width: 120px;
  opacity: 0;
  line-height: 0;
  padding: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0s ease 0.2s;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.venues.template2 article .layouts .additional-list span {
  float: left;
}
@media only screen and (max-width: 1024px) {
  .venues.template2 article .layouts .additional-list {
    float: right;
    margin-left: 0;
    margin-right: -60px;
  }
}
.venues.template2 article .layouts .toggle {
  display: none;
  position: absolute;
  bottom: 0;
  width: 60px;
  height: 60px;
  margin: 0;
  text-align: center;
  z-index: 4;
  cursor: pointer;
  background: #fff;
  border-bottom: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
}
.venues.template2 article .layouts .toggle div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.venues.template2 article .layouts .toggle div:before {
  content: "•••";
  display: inline-block;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #00A499;
  transform: rotate(90deg);
  width: 32px;
  height: 32px;
  margin-top: -16px;
  margin-left: -16px;
}
@media only screen and (max-width: 1024px) {
  .venues.template2 article .layouts .toggle {
    right: 0;
  }
}
.venues.template2 article .layouts.multiline .toggle {
  display: block;
}
.venues.template2 article .layouts.multiline.expand .toggle div:before {
  background: #CC9933;
  transform: rotate(0deg);
  transform: translate(-50%, -50%);
  height: 2px;
  margin-top: 1px;
  margin-left: 0;
  color: #898989;
}
.venues.template2 article .layouts span {
  display: block;
  width: 60px;
  height: 60px;
  font-size: 35px;
  cursor: pointer;
  text-align: center;
}
.venues.template2 article .layouts span:before {
  line-height: 60px;
}
.venues.template2 article .layouts span:hover:before {
  color: #CC9933;
}
.venues.template2 article .layouts span.rooms-icon {
  border-bottom: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
}
.venues.template2 article .layouts span > .rooms-icon-text {
  display: block;
  position: absolute;
  bottom: 0;
  left: 60px;
  right: 0;
  top: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.2s ease-in-out 0s, height 0s ease-in-out 0.2s;
  background: rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1024px) {
  .venues.template2 article .layouts span > .rooms-icon-text {
    left: 0;
    right: 60px;
  }
}
.venues.template2 article .layouts span > .rooms-icon-text:after {
  content: attr(data-name);
  display: block;
  position: absolute;
  left: 50%;
  transform: -50%, -50%;
  -ms-transform: translate(-50%, -50%); /* IE 9 */
  -webkit-transform: translate(-50%, -50%); /* Safari */
  top: 50%;
  font-size: 36px;
  font-weight: 700;
  font-family: "Josefin Sans", Arial, sans-serif !important;
  color: #fff;
  line-height: 42px;
  opacity: 0;
  overflow: hidden;
  text-transform: uppercase;
  max-width: 80%;
  box-sizing: border-box;
  white-space: normal;
  padding: 0;
}
.venues.template2 article .layouts span:hover > .rooms-icon-text {
  opacity: 1;
  height: auto;
  width: auto;
  transition: opacity 0.2s ease-in-out 0s, height 0s ease-in-out 0s;
}
.venues.template2 article .layouts span:hover > .rooms-icon-text:after {
  opacity: 1;
  height: auto;
  width: auto;
  transition: opacity 0.2s ease-in-out 0s, height 0s ease-in-out 0s;
}
@media only screen and (max-width: 1024px) {
  .venues.template2 article .layouts span:hover > .rooms-icon-text:after {
    font-size: 22px;
    line-height: 24px;
  }
}
.venues.template2 article .layouts.expand .additional-list {
  opacity: 1;
  visibility: visible;
  z-index: 3;
  transition: opacity 0.2s, visibility 0s ease 0s;
}
.venues.template2 article .layouts.expand .toggle div {
  transform: rotate(45deg);
}
.venues.template2 article .layouts.expand .toggle div:before, .venues.template2 article .layouts.expand .toggle div:after {
  content: "";
  display: block;
  background: #CC9933;
  position: absolute;
}
.venues.template2 article .layouts.expand .toggle div:before {
  width: 30px;
  height: 2px;
  top: 29px;
  right: 15px;
}
.venues.template2 article .layouts.expand .toggle div:after {
  width: 2px;
  height: 30px;
  top: 15px;
  right: 29px;
}
@media only screen and (max-width: 1024px) {
  .venues.template2 article .layouts.expand span > .rooms-icon-text {
    right: 120px;
  }
}

.single-venue.template2 {
  padding-bottom: 130px;
  overflow: hidden;
}
.single-venue.template2 .thumbnail {
  margin: 20px 0;
  position: relative;
}
.single-venue.template2 .thumbnail .buttons {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.single-venue.template2 .thumbnail .buttons .button, .single-venue.template2 .thumbnail .buttons .rooms.template-3 .selector-button, .rooms.template-3 .single-venue.template2 .thumbnail .buttons .selector-button {
  display: inline-block;
  border-radius: 0;
}
.single-venue.template2 .thumbnail .buttons .button:hover, .single-venue.template2 .thumbnail .buttons .rooms.template-3 .selector-button:hover, .rooms.template-3 .single-venue.template2 .thumbnail .buttons .selector-button:hover {
  background: #CC9933;
  color: #fff;
}
.single-venue.template2 .thumbnail img {
  max-width: 100%;
}
.single-venue.template2 .links {
  margin: 15px 0;
}
.single-venue.template2 .links a {
  border-radius: 0;
}
@media only screen and (max-width: 1024px) {
  .single-venue.template2 .links a {
    margin-bottom: 5px;
  }
}
.single-venue.template2 .layouts {
  position: relative;
  text-align: left;
  font-size: 0;
}
.single-venue.template2 .layouts.multiline {
  margin-right: 60px;
  margin-left: 3px;
}
.single-venue.template2 .layouts .main-list {
  width: 100%;
  height: 100%;
  position: relative;
}
.single-venue.template2 .layouts span {
  box-sizing: border-box;
  display: inline-block;
  width: 60px;
  height: 60px;
  font-size: 35px;
  position: relative;
  cursor: pointer;
}
.single-venue.template2 .layouts span:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #CC9933;
}
.single-venue.template2 .layouts span:hover:before {
  color: #CC9933;
}
.single-venue.template2 .layouts span:after {
  content: attr(data-name);
  display: block;
  position: absolute;
  bottom: 100%;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  font-size: 20px;
  font-weight: 700;
  font-family: "Josefin Sans", Arial, sans-serif;
  color: #fff;
  line-height: 60px;
  white-space: nowrap;
  padding: 0 20px;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.2s ease-in-out 0s, height 0s ease-in-out 0.2s;
  text-transform: uppercase;
}
.single-venue.template2 .layouts span:nth-child(-n+2):after {
  left: 0;
  right: auto;
}
.single-venue.template2 .layouts span:hover:after {
  opacity: 1;
  height: 60px;
  transition: opacity 0.2s ease-in-out 0s, height 0s ease-in-out 0s;
}

.careers {
  padding: 0 0 50px;
}
@media only screen and (max-width: 1024px) {
  .careers {
    padding: 0 0 30px;
  }
}
.careers h3 {
  font-weight: 700;
  margin-bottom: 10px;
}
.careers.last dl:last-child {
  border-bottom: 0;
}
.careers dt {
  font: 16px/1 "Josefin Sans", Arial, sans-serif;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .careers dt {
    margin-bottom: 10px;
  }
}
.careers dd {
  margin-bottom: 20px;
}

.google-map {
  background: #e5e3df;
  height: 500px;
  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: #CC9933;
  border-bottom-color: #CC9933;
  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;
}

.map-content {
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 300px;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  .map-content {
    width: auto;
    max-width: 300px;
    padding: 15px 15px 5px;
  }
}
.map-content h3, .map-content p {
  margin-bottom: 10px;
}
.map-content h3 {
  font: 16px/20px "Josefin Sans", Arial, sans-serif;
  text-transform: uppercase;
  color: #CC9933;
}
.map-content p {
  color: #000;
}
.map-content a {
  text-transform: uppercase;
}
.map-content .button, .map-content .rooms.template-3 .selector-button, .rooms.template-3 .map-content .selector-button {
  margin-top: 20px !important;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 767px) {
  .map-content .button, .map-content .rooms.template-3 .selector-button, .rooms.template-3 .map-content .selector-button {
    margin-top: 0 !important;
  }
}
.map-content .thumbnail {
  background-size: cover;
  width: 100%;
  height: 160px;
}
@media only screen and (max-width: 767px) {
  .map-content .thumbnail {
    display: none;
  }
}
.map-content .thumbnail img {
  display: none;
}
.map-content .copy {
  box-sizing: border-box;
  padding: 20px 30px;
}
@media only screen and (max-width: 767px) {
  .map-content .copy {
    padding: 0;
  }
}

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

.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 (max-width: 1024px) {
  .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 "Josefin Sans", Arial, sans-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(0, 0, 0, 0.25);
  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(0, 0, 0, 0.5);
}
.galleries .gallery .description {
  position: absolute;
  right: -100%;
  top: 0;
  color: inherit;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1024px) {
  .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);
  line-height: 1.5;
}

.galleries-full {
  font-size: inherit;
}
.galleries-full .gallery-categories {
  margin-bottom: 40px;
}
.galleries-full .gallery-categories button, .galleries-full .gallery-categories h3 {
  font: 700 26px/70px "Josefin Sans", Arial, sans-serif;
  display: inline-block;
  vertical-align: top;
  margin: 0 20px;
  color: #393839;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .galleries-full .gallery-categories button, .galleries-full .gallery-categories h3 {
    font-size: 14px;
    line-height: 30px;
    margin: 0 10px 20px;
  }
}
.galleries-full .gallery-categories h3 {
  color: #888888;
}
.galleries-full .gallery-categories button {
  border-bottom: 6px solid transparent;
}
@media only screen and (max-width: 767px) {
  .galleries-full .gallery-categories button {
    border-bottom-width: 3px;
  }
}
.galleries-full .gallery-categories button:hover, .galleries-full .gallery-categories button.active {
  color: #CC9933;
  border-color: #CC9933;
}
.galleries-full .gallery-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.galleries-full .gallery-wrapper button, .galleries-full .gallery-wrapper a {
  display: none;
  width: calc((100% - 30px) / 3);
  margin-bottom: 15px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .galleries-full .gallery-wrapper button, .galleries-full .gallery-wrapper a {
    width: calc((100% - 15px) / 2);
  }
}
.galleries-full .gallery-wrapper button.active, .galleries-full .gallery-wrapper a.active {
  display: block;
}
.galleries-full .gallery-wrapper button img, .galleries-full .gallery-wrapper a img {
  width: 100%;
  display: block;
  height: auto;
}

.grecaptcha-badge {
  display: none !important;
}

.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 #e2e2e2;
}
.form .h3 {
  text-align: left;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e2e2e2;
  color: #c93;
  font: 700 24px "Josefin Sans", Arial, sans-serif;
  margin-bottom: 20px;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.form label {
  width: 40%;
  line-height: 1.2;
  margin: 6px 20px 0 0;
  float: left;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .form label {
    display: block;
    float: none;
    margin: 0 0 10px;
    text-align: left;
    width: auto;
  }
}
.form label em {
  color: #b31919;
  font-size: 16px;
  font-weight: normal;
  line-height: 10px;
  padding-right: 5px;
}
.form label.checkbox-label {
  margin: 0 auto;
  float: none;
  display: block;
  width: 60%;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .form label.checkbox-label {
    width: 100%;
  }
}
.form p {
  margin-bottom: 15px;
}
@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#row_age {
  padding-left: calc(40% + 20px);
  text-align: center;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .form p#row_age {
    padding-left: 0;
  }
  .form p#row_age span {
    float: none;
    display: block;
  }
  .form p#row_age span label {
    text-align: center;
  }
  .form p#row_age span input {
    margin-top: -1px;
  }
}
.form .select-wrapper {
  float: left;
}
.form input[type=text], .form input[type=date], .form textarea, .form select, .form .input-overlay {
  background: #fff;
  float: left;
  color: #000;
  height: 40px;
  resize: none;
  width: 300px;
  border-bottom: 1px solid #CC9933;
  font-size: 16px;
  line-height: 1.2;
  padding: 0 10px;
}
@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[type=text]::-moz-placeholder, .form input[type=date]::-moz-placeholder, .form textarea::-moz-placeholder, .form select::-moz-placeholder, .form .input-overlay::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: red;
  opacity: 1; /* Firefox */
}
.form input[type=text]::placeholder, .form input[type=date]::placeholder, .form textarea::placeholder, .form select::placeholder, .form .input-overlay::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: red;
  opacity: 1; /* Firefox */
}
.form select {
  border: none;
  border-bottom: 1px solid #CC9933;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  text-transform: initial;
  line-height: 30px;
}
.form input[type=submit], .form button[type=submit] {
  float: left;
  background-color: #CC9933;
}
@media only screen and (max-width: 767px) {
  .form input[type=submit], .form button[type=submit] {
    float: none;
  }
}
.form input[type=submit]:hover, .form button[type=submit]:hover {
  background-color: #3F5F32;
}
.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;
}
.form input[type=checkbox],
.form input[type=radio] {
  width: 14px;
  height: 14px;
  padding: 0;
  vertical-align: top;
  margin: 4px 7px;
}
.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 {
  float: left;
}
@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, .form .controls .rooms.template-3 .selector-button, .rooms.template-3 .form .controls .selector-button {
  margin-left: 20px;
  transition: color 350ms ease-in-out, background-color 350ms ease-in-out;
  border: 2px solid #CC9933;
}
.form .controls .button:hover, .form .controls .rooms.template-3 .selector-button:hover, .rooms.template-3 .form .controls .selector-button:hover {
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .form .controls .button, .form .controls .rooms.template-3 .selector-button, .rooms.template-3 .form .controls .selector-button {
    display: inline-block;
    margin: 0;
  }
}
.form .g-recaptcha > div {
  margin: 10px auto 20px;
}

#form_module_container_errors,
#form_module_container_success {
  padding: 10px;
  margin-top: 10px;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.3);
}

#form_module_container_errors {
  color: #b31919;
}

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

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

#form_module_container_success {
  color: green;
}

[id*=form_form_] {
  display: block;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  [id*=form_form_] {
    text-align: left;
  }
}
[id*=form_form_] fieldset + fieldset {
  margin-top: 20px;
}
[id*=form_form_] h3 {
  text-align: left;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e2e2e2;
}
[id*=form_form_] em {
  color: #b31919;
  font-size: 16px;
  font-weight: normal;
  line-height: 10px;
  padding-right: 5px;
}
[id*=form_form_] label {
  width: 40%;
  line-height: 1.2;
  margin: 12px 20px 0 0;
  float: left;
  text-align: right;
}
@media only screen and (max-width: 1024px) {
  [id*=form_form_] label {
    display: block;
    float: none;
    margin: 0 0 10px;
    text-align: left;
    width: auto;
  }
}
[id*=form_form_] p {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  [id*=form_form_] p {
    margin-bottom: 20px;
  }
}
[id*=form_form_] p:after {
  clear: both;
  content: "";
  display: table;
}
[id*=form_form_] p span {
  float: left;
  margin: 0 10px 0 0;
}
[id*=form_form_] p span.checkbox-group {
  margin-bottom: 10px;
}
[id*=form_form_] p span input {
  display: inline;
  float: none;
  margin: 0;
}
[id*=form_form_] p span label {
  display: inline;
  float: none;
  width: auto;
  text-align: left;
}
[id*=form_form_] p span.group {
  margin-top: 12px;
}
@media only screen and (max-width: 1024px) {
  [id*=form_form_] p span.group {
    margin-top: 0;
  }
}
[id*=form_form_] p span.group label {
  display: block;
  margin-bottom: 10px !important;
  margin-top: 0;
}
[id*=form_form_] p span.group label input {
  margin-right: 0.4em;
}
@media only screen and (max-width: 1024px) {
  [id*=form_form_] .select-wrapper {
    width: 100%;
  }
}
[id*=form_form_] input[type=text], [id*=form_form_] input[type=number], [id*=form_form_] input[type=email], [id*=form_form_] input[type=phone], [id*=form_form_] input[type=url], [id*=form_form_] input[type=datepicker], [id*=form_form_] textarea, [id*=form_form_] select, [id*=form_form_] .input-overlay {
  background: #fff;
  float: left;
  color: #000;
  height: 40px;
  resize: none;
  width: 300px !important;
  border-bottom: 1px solid #c93 !important;
  font-size: 16px;
  line-height: 1.2;
  padding: 0 10px;
}
@media only screen and (max-width: 1024px) {
  [id*=form_form_] input[type=text], [id*=form_form_] input[type=number], [id*=form_form_] input[type=email], [id*=form_form_] input[type=phone], [id*=form_form_] input[type=url], [id*=form_form_] input[type=datepicker], [id*=form_form_] textarea, [id*=form_form_] select, [id*=form_form_] .input-overlay {
    padding: 0 20px;
    width: 100%;
    text-align: left;
  }
}
[id*=form_form_] input[type=text].form_module_field_error, [id*=form_form_] input[type=number].form_module_field_error, [id*=form_form_] input[type=email].form_module_field_error, [id*=form_form_] input[type=phone].form_module_field_error, [id*=form_form_] input[type=url].form_module_field_error, [id*=form_form_] input[type=datepicker].form_module_field_error, [id*=form_form_] textarea.form_module_field_error, [id*=form_form_] select.form_module_field_error, [id*=form_form_] .input-overlay.form_module_field_error {
  border-color: #b31919;
}
[id*=form_form_] input[type=text][multiple], [id*=form_form_] input[type=number][multiple], [id*=form_form_] input[type=email][multiple], [id*=form_form_] input[type=phone][multiple], [id*=form_form_] input[type=url][multiple], [id*=form_form_] input[type=datepicker][multiple], [id*=form_form_] textarea[multiple], [id*=form_form_] select[multiple], [id*=form_form_] .input-overlay[multiple] {
  height: 120px;
  padding: 10px;
}
@media only screen and (max-width: 1024px) {
  [id*=form_form_] input[type=text], [id*=form_form_] input[type=number], [id*=form_form_] input[type=email], [id*=form_form_] input[type=phone], [id*=form_form_] input[type=url], [id*=form_form_] input[type=datepicker], [id*=form_form_] textarea, [id*=form_form_] select, [id*=form_form_] .input-overlay {
    text-align: left;
  }
}
[id*=form_form_] textarea {
  float: left;
  height: 100px;
  overflow: auto;
  line-height: 20px;
  padding: 10px;
}
[id*=form_form_] input[type=checkbox],
[id*=form_form_] input[type=radio] {
  width: 14px;
  height: 14px;
  padding: 0;
  vertical-align: top;
}
@media only screen and (max-width: 1024px) {
  [id*=form_form_] input[type=checkbox],
  [id*=form_form_] input[type=radio] {
    margin-right: 5px;
  }
}
[id*=form_form_] .datepicker-input-wrapper {
  float: left;
}
@media only screen and (max-width: 1024px) {
  [id*=form_form_] .datepicker-input-wrapper {
    float: none;
  }
}
[id*=form_form_] input[type=datepicker], [id*=form_form_] .input-overlay {
  float: left;
  width: 100px;
}
@media only screen and (max-width: 1024px) {
  [id*=form_form_] input[type=datepicker], [id*=form_form_] .input-overlay {
    float: none;
    width: 100%;
  }
}
[id*=form_form_] .input-overlay {
  width: 100px;
  float: left;
  clear: both;
  opacity: 0;
  margin-top: -40px;
}
@media only screen and (max-width: 1024px) {
  [id*=form_form_] .input-overlay {
    float: none;
    display: block;
    width: 100%;
  }
}
[id*=form_form_] .ui-datepicker-trigger {
  float: left;
  position: static;
  margin: 0;
  background-repeat: no-repeat;
  background-position: 10px -115px;
  background-color: white;
}
@media only screen and (max-width: 1024px) {
  [id*=form_form_] .ui-datepicker-trigger {
    display: none;
  }
}
[id*=form_form_] input[type=submit] {
  display: block;
  margin: 0 auto;
}
#content [id*=form_form_] input[type=submit]:hover {
  background-color: white;
}
[id*=form_form_] > input[type=submit] {
  margin-top: 20px;
}
[id*=form_form_] .g-recaptcha {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
[id*=form_form_] .form-builder-field {
  position: relative;
  width: 100%;
  text-align: left;
  clear: both;
}
[id*=form_form_] .form-builder-field[class*=textarea] label {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  [id*=form_form_] .form-builder-field[class*=textarea] label {
    margin-bottom: 10px;
  }
}
[id*=form_form_] .form-builder-field[class*=inputhidden] {
  display: none;
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] > label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] > label, [id*=form_form_] .form-builder-field[class*=radiogroup] > label {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  [id*=form_form_] .form-builder-field[class*=inputcheckbox] > label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] > label, [id*=form_form_] .form-builder-field[class*=radiogroup] > label {
    margin-bottom: 10px;
  }
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] .radio-label, [id*=form_form_] .form-builder-field[class*=inputcheckbox] .checkbox-label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] .radio-label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] .checkbox-label, [id*=form_form_] .form-builder-field[class*=radiogroup] .radio-label, [id*=form_form_] .form-builder-field[class*=radiogroup] .checkbox-label {
  color: #000;
  text-transform: none;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  [id*=form_form_] .form-builder-field[class*=inputcheckbox] .radio-label, [id*=form_form_] .form-builder-field[class*=inputcheckbox] .checkbox-label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] .radio-label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] .checkbox-label, [id*=form_form_] .form-builder-field[class*=radiogroup] .radio-label, [id*=form_form_] .form-builder-field[class*=radiogroup] .checkbox-label {
    margin-bottom: 10px;
  }
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] label {
  width: 60%;
  margin-left: calc(40% + 20px);
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  [id*=form_form_] .form-builder-field[class*=inputcheckbox] label {
    margin-left: 0;
    width: 100%;
  }
}
[id*=form_form_] .form-builder-field[class*=inputsubmit] {
  margin-left: 20px;
  padding: 20px 0 0 40%;
  width: auto;
  background: none;
}
[id*=form_form_] .form-builder-field .compliance {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
[id*=form_form_] .form-builder-field .compliance em {
  padding: 12px 10px 0 0;
}
[id*=form_form_] .form-builder-field .compliance input[type=checkbox] {
  margin: 10px 5px 0 0;
}
[id*=form_form_] .form-builder-field .compliance > label {
  width: auto;
  text-transform: none;
  color: #000;
  font-size: 20px;
  line-height: 1.8;
  font-weight: normal;
}
[id*=form_form_] .form-builder-field[class*=paragraph] {
  width: 60%;
  margin-left: calc(40% + 20px);
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  [id*=form_form_] .form-builder-field[class*=paragraph] {
    margin-left: 0;
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field {
  width: calc(50% - 10px);
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field:not(:first-child) {
  margin-left: 20px;
}
@media only screen and (max-width: 1024px) {
  [id*=form_form_] .form-builder-group.columns-2 .form-builder-field:not(:first-child) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  [id*=form_form_] .form-builder-group.columns-2 .form-builder-field {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field > p label {
  width: auto;
  text-align: left;
  margin-bottom: 10px;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field input[type=text], [id*=form_form_] .form-builder-group.columns-2 .form-builder-field input[type=email] {
  width: 100%;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=checkboxgroup] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=radiogroup] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] label {
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=checkboxgroup] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=radiogroup] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] label {
    margin-bottom: 10px;
  }
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] label {
  margin-bottom: 10px;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] .select-wrapper, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] select, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] input, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] .select-wrapper, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] select, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] input, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] .select-wrapper, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] select, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] input {
  width: 100%;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper {
  width: calc(100% - 30px);
}
@media only screen and (max-width: 1024px) {
  [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field {
  width: calc(33.33% - 20px);
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field:not(:first-child) {
  margin-left: 20px;
}
@media only screen and (max-width: 1024px) {
  [id*=form_form_] .form-builder-group.columns-3 .form-builder-field:not(:first-child) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  [id*=form_form_] .form-builder-group.columns-3 .form-builder-field {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field > p label {
  width: auto;
  text-align: left;
  margin-bottom: 10px;
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field input[type=text], [id*=form_form_] .form-builder-group.columns-3 .form-builder-field input[type=email] {
  width: 100%;
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=checkboxgroup] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=radiogroup] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] label {
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=checkboxgroup] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=radiogroup] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] label {
    margin-bottom: 10px;
  }
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] label {
  margin-bottom: 10px;
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] .select-wrapper, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] select, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] input, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] .select-wrapper, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] select, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] input, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] .select-wrapper, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] select, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] input {
  width: 100%;
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper {
  width: calc(100% - 30px);
}
@media only screen and (max-width: 1024px) {
  [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field {
  width: calc(25% - 20px);
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field:not(:first-child) {
  margin-left: 20px;
}
@media only screen and (max-width: 1024px) {
  [id*=form_form_] .form-builder-group.columns-4 .form-builder-field:not(:first-child) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  [id*=form_form_] .form-builder-group.columns-4 .form-builder-field {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field > p label {
  width: auto;
  text-align: left;
  margin-bottom: 10px;
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field input[type=text], [id*=form_form_] .form-builder-group.columns-4 .form-builder-field input[type=email] {
  width: 100%;
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=checkboxgroup] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=radiogroup] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] label {
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=checkboxgroup] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=radiogroup] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] label {
    margin-bottom: 10px;
  }
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] label {
  margin-bottom: 10px;
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] .select-wrapper, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] select, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] input, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] .select-wrapper, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] select, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] input, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] .select-wrapper, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] select, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] input {
  width: 100%;
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper {
  width: calc(100% - 30px);
}
@media only screen and (max-width: 1024px) {
  [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.prop-2-to-1 .form-builder-field {
  width: calc(66.66% - 20px);
}
[id*=form_form_] .form-builder-group.prop-2-to-1 .form-builder-field:nth-child(even) {
  width: calc(33.33% - 20px);
  margin-left: 20px;
}
@media only screen and (max-width: 1024px) {
  [id*=form_form_] .form-builder-group.prop-2-to-1 .form-builder-field:nth-child(even) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  [id*=form_form_] .form-builder-group.prop-2-to-1 .form-builder-field {
    width: 100%;
  }
}
[id*=form_form_] .custom-checkbox, [id*=form_form_] .custom-radio {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding-left: 2em;
  line-height: 1.4em;
}
[id*=form_form_] .custom-checkbox:before, [id*=form_form_] .custom-radio:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 14px;
  height: 14px;
  background: #fff;
  transition: transform 350ms ease-in-out/2;
  border: #000 1px solid;
}
@media only screen and (max-width: 1259px) {
  [id*=form_form_] .custom-checkbox:hover:before, [id*=form_form_] .custom-radio:hover:before {
    transform: scale(1.1);
  }
  [id*=form_form_] .custom-checkbox:active:before, [id*=form_form_] .custom-radio:active:before {
    transform: scale(1);
  }
}
[id*=form_form_] .custom-checkbox:after, [id*=form_form_] .custom-radio:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 2px;
  width: 13px;
  height: 8px;
  border-bottom: 2px solid #b31919;
  border-left: 2px solid #b31919;
  transform: rotate(-45deg) scale(2);
  opacity: 0;
  visibility: hidden;
  transition: transform 350ms ease-in-out/2 350ms ease-in-out/3, opacity 350ms ease-in-out/2, visibility 350ms ease-in-out/2;
  pointer-events: none;
}
[id*=form_form_] .custom-checkbox.checked:after, [id*=form_form_] .custom-radio.checked:after {
  transform: rotate(-45deg) scale(1);
  opacity: 1;
  visibility: visible;
  transition: transform 350ms ease-in-out/3, opacity 350ms ease-in-out/3, visibility 350ms ease-in-out/3;
}
[id*=form_form_] .custom-checkbox input, [id*=form_form_] .custom-radio input {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
[id*=form_form_] .custom-checkbox.active, [id*=form_form_] .custom-radio.active {
  color: #000;
}
[id*=form_form_] .custom-radio:before {
  border-radius: 50%;
}
[id*=form_form_] .custom-radio:after {
  border: none;
  width: 8px;
  height: 8px;
  top: 9px;
  left: 3px;
  border-radius: 50%;
  transform: scale(2);
  background: #b31919;
}
[id*=form_form_] .custom-radio.checked:after {
  transform: scale(1);
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] input[type=file] {
    width: 100%;
  }
}
[id*=form_form_] .clear-file-input {
  font-size: 12px;
  transition: opacity 350ms ease-in-out;
}
[id*=form_form_] .clear-file-input.inactive {
  opacity: 0;
  visibility: hidden;
}
[id*=form_form_] input[type=submit] {
  margin-left: 20px;
  transition: color 350ms ease-in-out, background-color 350ms ease-in-out;
  border: 2px solid #CC9933;
}
[id*=form_form_] input[type=submit]:hover {
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] input[type=submit] {
    display: inline-block;
    margin: 0;
  }
}

#form_form_2 .inputcheckbox_LZNwAfemhRDFAY8W8f7J {
  justify-content: center;
  display: inline-flex;
}
#form_form_2 .inputcheckbox_LZNwAfemhRDFAY8W8f7J label {
  display: inline-flex;
}
#form_form_2 .inputcheckbox_LZNwAfemhRDFAY8W8f7J label em {
  margin-left: 20px !important;
  margin-right: -10px !important;
}
#form_form_2 .inputsubmit_kcupSGxtmtjhtlGWr0VC {
  padding: 0px !important;
  margin: auto;
}
#form_form_2 input[type=submit] {
  display: inline-block;
  font: bold 18px/58px "Josefin Sans", Arial, sans-serif;
  height: 58px;
  margin: 0;
  border: 2px solid #c93;
  background-color: #c93;
  color: #000;
  vertical-align: top;
  transition: color 350ms ease-in-out, background-color 350ms ease-in-out;
  overflow: visible;
  padding: 0 35px;
  position: relative;
  -moz-text-align-last: auto;
  text-align-last: auto;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  box-sizing: border-box;
  z-index: 1;
  letter-spacing: -0.1px;
  margin-left: 20px;
  transition: color 350ms ease-in-out, background-color 350ms ease-in-out;
  border: 2px solid #CC9933;
  width: 200px !important;
  justify-content: center;
  margin: auto;
}
#form_form_2 input[type=submit]:hover {
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  #form_form_2 input[type=submit] {
    display: inline-block;
    margin: 0;
  }
}

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

.poi {
  overflow: hidden;
}
.poi .category-selector button.active {
  background-color: #fff;
}
.poi .category-selector .select-wrapper {
  margin-bottom: 20px;
}

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

.poi-map {
  height: 800px;
}

.poi-overlay {
  text-align: center;
}
.poi-overlay .category-selector {
  margin: 0;
}

.route-poi {
  max-height: calc(100vh - 90px);
}
@media only screen and (max-width: 1024px) {
  .route-poi {
    max-height: none;
  }
}
.route-poi .poi-overlay {
  margin: 40px 90px;
}
.route-poi .poi-overlay:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: 1024px) {
  .route-poi .poi-overlay {
    margin: 30px 60px;
  }
}
@media only screen and (max-width: 767px) {
  .route-poi .poi-overlay {
    margin: 20px 40px;
  }
}
.route-poi .poi-overlay .h1 {
  width: 50%;
  margin: 0;
  float: left;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .route-poi .poi-overlay .h1 {
    float: none;
    width: 100%;
    text-align: center;
  }
}
.route-poi .poi-overlay .category-selector {
  width: 50%;
  float: right;
}
@media only screen and (max-width: 767px) {
  .route-poi .poi-overlay .category-selector {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
}
.route-poi .poi-overlay .category-selector .button, .route-poi .poi-overlay .category-selector .rooms.template-3 .selector-button, .rooms.template-3 .route-poi .poi-overlay .category-selector .selector-button {
  display: none;
}
.route-poi .poi-overlay .category-selector .select-wrapper {
  display: block;
  max-width: 600px;
}
@media only screen and (max-width: 767px) {
  .route-poi .poi-overlay .category-selector .select-wrapper {
    max-width: none;
  }
}
.route-poi .poi-overlay .category-selector .select-wrapper select {
  display: block;
  width: 100%;
  border: 2px solid #CC9933;
  color: #CC9933;
  height: 94px;
  line-height: 94px;
  text-transform: uppercase;
  font: 600 20px/94px "Josefin Sans", Arial, sans-serif;
  padding: 0 94px 0 42px;
}
@media only screen and (max-width: 1024px) {
  .route-poi .poi-overlay .category-selector .select-wrapper select {
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
    font: 600 17px/60px "Josefin Sans", Arial, sans-serif;
    padding: 0 50px 0 20px;
  }
}
.route-poi .poi-overlay .category-selector .select-wrapper .select-icon {
  right: 39px;
  margin-top: -5px;
}
@media only screen and (max-width: 1024px) {
  .route-poi .poi-overlay .category-selector .select-wrapper .select-icon {
    right: 18px;
  }
}
.route-poi .content-wrapper p {
  color: #000;
}
.route-poi .map-wrapper {
  height: calc(100vh - 300px);
  min-height: 350px;
  max-height: 1050px;
  background: #F5F7F5;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .route-poi .map-wrapper {
    height: auto;
    max-height: none;
  }
}
.route-poi .map-wrapper .content {
  width: calc(50% + 50px);
  position: relative;
  padding-bottom: 60px;
  height: 100%;
  box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
  .route-poi .map-wrapper .content {
    width: 100%;
    height: 60vh;
  }
}
.route-poi .map-wrapper .content .map-tabs {
  position: absolute;
  overflow-y: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 60px);
}
.route-poi .map-wrapper .content .map-tabs .category-tab {
  opacity: 0;
  visibility: hidden;
  display: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  padding: 64px 90px 20px;
}
@media only screen and (max-width: 1024px) {
  .route-poi .map-wrapper .content .map-tabs .category-tab {
    padding: 44px 40px 10px;
  }
}
.route-poi .map-wrapper .content .map-tabs .category-tab.active {
  display: block;
  opacity: 1;
  visibility: visible;
  position: relative;
}
.route-poi .map-wrapper .content .map-tabs .category-tab .title h3 {
  color: #CC9933;
  text-transform: uppercase;
  margin-bottom: 37px;
  font: 600 27px/27px "Josefin Sans", Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  .route-poi .map-wrapper .content .map-tabs .category-tab .title h3 {
    margin-bottom: 20px;
  }
}
.route-poi .map-wrapper .content .map-tabs .category-tab > p {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .route-poi .map-wrapper .content .map-tabs .category-tab > p {
    margin-bottom: 30px;
  }
}
.route-poi .map-wrapper .content .map-tabs .category-tab .pin-listing {
  width: 100%;
}
.route-poi .map-wrapper .content .map-tabs .category-tab .pin-listing:after {
  clear: both;
  content: "";
  display: table;
}
.route-poi .map-wrapper .content .map-tabs .category-tab .pin-listing li {
  width: calc((100% - 45px) / 2);
  min-height: 400px;
  margin-bottom: 45px;
  float: left;
  background: #fff;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 1024px) and (max-width: 1350px) {
  .route-poi .map-wrapper .content .map-tabs .category-tab .pin-listing li {
    width: 100%;
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 1850px) {
  .route-poi .map-wrapper .content .map-tabs .category-tab .pin-listing li {
    width: calc((100% - 90px) / 3);
    margin-right: 45px !important;
  }
  .route-poi .map-wrapper .content .map-tabs .category-tab .pin-listing li:nth-child(3n) {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .route-poi .map-wrapper .content .map-tabs .category-tab .pin-listing li {
    width: 100%;
    margin-right: 0 !important;
  }
}
.route-poi .map-wrapper .content .map-tabs .category-tab .pin-listing li:nth-child(odd) {
  margin-right: 45px;
}
.route-poi .map-wrapper .content .map-tabs .category-tab .pin-listing li h4 {
  color: #CC9933;
}
.route-poi .map-wrapper .content .map-tabs .category-tab .pin-listing li:hover, .route-poi .map-wrapper .content .map-tabs .category-tab .pin-listing li.active {
  outline: 2px solid #CC9933;
}
.route-poi .map-wrapper .content .map-tabs .category-tab .pin-listing li:hover h4, .route-poi .map-wrapper .content .map-tabs .category-tab .pin-listing li.active h4 {
  color: #916D26;
  font-weight: 600;
}
.route-poi .map-wrapper .content .map-tabs .category-tab .pin-listing li .thumbnail {
  width: 100%;
  height: 170px;
  background-color: #ccc;
  background-size: cover;
  background-position: 50% 50%;
}
@media only screen and (max-width: 767px) {
  .route-poi .map-wrapper .content .map-tabs .category-tab .pin-listing li .thumbnail {
    height: 150px;
  }
}
.route-poi .map-wrapper .content .map-tabs .category-tab .pin-listing li .thumbnail img {
  display: none;
}
.route-poi .map-wrapper .content .map-tabs .category-tab .pin-listing li .thumbnail.no-image {
  background-image: url("../images/ambrose_logo_small.svg");
  background-size: auto auto;
  background-repeat: no-repeat;
}
.route-poi .map-wrapper .content .map-tabs .category-tab .pin-listing li .content-wrapper {
  position: relative;
  padding: 90px 20px 80px;
}
.route-poi .map-wrapper .content .map-tabs .category-tab .pin-listing li h4 {
  font: 500 22px/24px "Josefin Sans", Arial, sans-serif;
  position: absolute;
  top: 20px;
  max-width: calc(100% - 40px);
}
.route-poi .map-wrapper .content .map-tabs .category-tab .pin-listing li p {
  line-height: 25px;
  font-size: 16px;
}
.route-poi .map-wrapper .content .map-tabs .category-tab .pin-listing li a {
  display: inline-block;
  text-transform: uppercase;
  margin-top: 15px;
}
.route-poi .map-wrapper .content .map-tabs .category-tab .pin-listing li a:hover {
  text-decoration: underline;
}
.route-poi .map-wrapper .content .map-tabs .category-tab .pin-listing li .times {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}
.route-poi .map-wrapper .content .map-tabs .category-tab .pin-listing li .full-content {
  display: none;
}
.route-poi .map-wrapper .content .poi-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  box-sizing: border-box;
  background: #CC9933;
  color: #fff;
  text-align: right;
}
.route-poi .map-wrapper .content .poi-footer .category-info {
  display: none;
}
.route-poi .map-wrapper .content .poi-footer .category-info.active {
  display: block;
}
.route-poi .map-wrapper .content .poi-footer span {
  margin-right: 35px;
}
.route-poi .map-wrapper .content .poi-footer .slideshow-button {
  position: static;
  top: auto;
  width: 50px;
  vertical-align: sub;
}
@media only screen and (max-width: 767px) {
  .route-poi .map-wrapper .content .poi-footer .slideshow-button {
    display: inline-block;
  }
}
.route-poi .map-wrapper .content .poi-footer .slideshow-button svg {
  fill: #fff;
}
.route-poi .map-wrapper .content .poi-footer .slideshow-button:hover svg {
  fill: #916D26;
}
.route-poi .map-wrapper .poi-map {
  position: absolute !important;
  right: 0;
  height: 100%;
  width: calc(50% - 50px);
}
@media only screen and (max-width: 1024px) {
  .route-poi .map-wrapper .poi-map {
    height: 60vh;
    position: relative !important;
    width: 100%;
    right: auto;
  }
}

#popup {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  background: rgba(244, 244, 244, 0.9);
  z-index: 9999;
  opacity: 0;
  transition: opacity 200ms ease;
}
#popup.visible {
  opacity: 1;
}
#popup.content-visible .full-content {
  opacity: 1;
  max-width: 50vw;
}
@media only screen and (max-width: 1024px) {
  #popup.content-visible .full-content {
    max-width: 90vw;
  }
}
#popup.content-visible .full-content > * {
  opacity: 1;
  visibility: visible;
}
#popup.content-visible p {
  color: black;
}
#popup .full-content {
  max-width: 0;
  width: 700px;
  min-height: 30vh;
  background: #fff;
  padding: 80px 90px;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 500ms ease, max-width 500ms ease;
}
@media only screen and (max-width: 1024px) {
  #popup .full-content {
    padding: 40px 45px;
    max-height: 60vh;
  }
}
#popup .full-content > * {
  opacity: 0;
  visibility: hidden;
  transition-delay: 500ms !important;
  transition: opacity 500ms ease, visibility 500ms ease;
}
#popup .full-content h4 {
  font: 600 22px/27px "Josefin Sans", Arial, sans-serif;
  margin-bottom: 10px;
  color: #CC9933;
}
#popup .full-content p {
  line-height: 30px;
}
#popup .full-content a {
  display: inline-block;
  text-transform: uppercase;
  margin-top: 15px;
}
#popup .full-content a:hover {
  text-decoration: underline;
}
#popup .full-content .times {
  position: absolute;
  right: 90px;
  bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #popup .full-content .times {
    right: 30px;
    bottom: 10px;
  }
}
#popup .full-content .close-button {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 25px;
  height: 25px;
  overflow: hidden;
  text-indent: -999px;
}
#popup .full-content .close-button:before, #popup .full-content .close-button:after {
  content: "";
  width: 23px;
  height: 2px;
  background: #916D26;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 1px;
  transform-origin: center center;
}
#popup .full-content .close-button:before {
  transform: rotate(45deg);
}
#popup .full-content .close-button:after {
  transform: rotate(-45deg);
}
#popup .full-content .close-button:hover:before, #popup .full-content .close-button:hover:after {
  background: #CC9933;
}

.times {
  text-align: right;
  white-space: nowrap;
}
.times > span {
  position: relative;
  display: none;
  font-size: 16px;
  letter-spacing: -1px;
}
.times > span svg {
  display: inline-block;
  fill: #916D26;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.times > span.car {
  padding-left: 40px;
}
.times > span.car svg {
  width: 34px;
  height: 23px;
}
.times > span.bicycle {
  padding-left: 40px;
}
.times > span.bicycle svg {
  width: 34px;
  height: 23px;
}
.times > span.walking {
  padding-left: 20px;
  margin-left: 10px;
}
.times > span.walking svg {
  width: 11px;
  height: 19px;
}

.home-poi {
  position: relative;
  margin-bottom: 12vw;
  overflow: visible;
}
@media only screen and (min-width: 1441px) {
  .home-poi {
    margin-bottom: 180px;
  }
}
@media only screen and (max-width: 1024px) {
  .home-poi {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .home-poi {
    margin-bottom: 45px;
  }
}
.home-poi:after {
  clear: both;
  content: "";
  display: table;
}
.home-poi .h1 {
  margin: 0 0 4vw 0;
}
@media only screen and (max-width: 767px) {
  .home-poi .h1 {
    margin: 0 0 15px 0;
  }
}
.home-poi .poi-wrap {
  position: relative;
}
.home-poi .poi-wrap .map-content {
  padding: 0;
}
.home-poi .poi-wrap:after {
  clear: both;
  content: "";
  display: table;
}
.home-poi .poi-overlay {
  background: #0D0D0D;
  position: absolute;
  right: 0;
  top: 0;
  width: 480px;
  height: 100%;
  padding: 58px 58px 58px 76px;
}
@media only screen and (max-width: 1024px) {
  .home-poi .poi-overlay {
    position: relative;
    right: auto;
    top: auto;
    width: auto;
    height: auto;
    padding: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .home-poi .poi-overlay .category-selector {
    display: inline-block;
  }
}
@media only screen and (max-width: 1024px) {
  .home-poi .poi-overlay .category-selector .select-wrapper {
    display: block;
  }
}
.home-poi .poi-overlay .category-selector button, .home-poi .poi-overlay .category-selector .button, .home-poi .poi-overlay .category-selector .rooms.template-3 .selector-button, .rooms.template-3 .home-poi .poi-overlay .category-selector .selector-button, .home-poi .poi-overlay .category-selector a {
  display: block;
  color: #fff;
  height: auto;
  padding: 0;
  border: none;
  background: none;
  line-height: 1;
  text-transform: capitalize;
  text-align: left;
  padding-bottom: 30px;
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .home-poi .poi-overlay .category-selector button, .home-poi .poi-overlay .category-selector .button, .home-poi .poi-overlay .category-selector .rooms.template-3 .selector-button, .rooms.template-3 .home-poi .poi-overlay .category-selector .selector-button, .home-poi .poi-overlay .category-selector a {
    display: none;
  }
}
.home-poi .poi-overlay .category-selector button {
  margin-bottom: 10px;
  margin-top: 15px;
  font: 700 24px/24px "Josefin Sans", Arial, sans-serif;
}
.home-poi .poi-overlay .category-selector button:before {
  content: none;
}
.home-poi .poi-overlay .category-selector button:first-child {
  margin-top: 0;
}
.home-poi .poi-overlay .category-selector button:hover, .home-poi .poi-overlay .category-selector button.active {
  color: #CC9933;
}
.home-poi .poi-overlay .category-selector ul {
  overflow-y: auto;
  max-height: 0;
  transition: max-height 200ms ease;
  visibility: hidden;
}
.home-poi .poi-overlay .category-selector ul.active {
  max-height: 150px;
  margin-bottom: 30px;
  visibility: visible;
}
@media only screen and (max-width: 1024px) {
  .home-poi .poi-overlay .category-selector ul {
    display: none;
  }
}
.home-poi .poi-overlay .category-selector ul li {
  box-sizing: border-box;
  padding-left: 35px;
  padding-bottom: 15px;
  text-align: left;
}
.home-poi .poi-overlay .category-selector ul li a {
  font: 400 20px/1.5 "Josefin Sans", Arial, sans-serif;
  display: inline-block;
  white-space: normal;
  position: relative;
  margin-right: 20px;
}
.home-poi .poi-overlay .category-selector ul li a:last-child {
  padding-bottom: 0;
}
.home-poi .poi-overlay .category-selector ul li a:before {
  content: none;
}
.home-poi .poi-overlay .category-selector ul li a.active {
  font-weight: bold;
}
.home-poi .poi-overlay .category-selector ul li a:after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #CC9933;
  z-index: -1;
  transition: width 350ms ease-in-out;
}
.home-poi .poi-overlay .category-selector ul li a:hover:after, .home-poi .poi-overlay .category-selector ul li a.active:after {
  width: 100%;
}
.home-poi .poi-overlay .category-selector ul li:last-child {
  padding-bottom: 0;
}
.home-poi .poi-map {
  float: left;
  width: calc(100% - 480px);
  height: 660px;
}
@media only screen and (max-width: 1024px) {
  .home-poi .poi-map {
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .home-poi .poi-map {
    max-height: 400px;
  }
}
.home-poi .honeycomb {
  background-size: cover;
  left: 40vw;
  bottom: -10vw;
  z-index: -1;
}

#calendar-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}
#calendar-header:after {
  clear: both;
  content: "";
  display: table;
}

@media only screen and (max-width: 767px) {
  #calendar-views {
    width: 100%;
    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 {
  color: #916D26;
  display: block;
  line-height: 20px;
  margin-right: 20px;
  padding-left: 30px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
@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: yellow;
}
#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: -230px 0;
}
#calendar-views a.grid:active:before {
  background-position: -260px 0;
}
#calendar-views a.list:before {
  background-position: -200px -40px;
}
#calendar-views a.list:hover:before, #calendar-views a.list.active:before {
  background-position: -230px -40px;
}
#calendar-views a.list:active:before {
  background-position: -260px -40px;
}

@media only screen and (max-width: 767px) {
  #calendar-links {
    width: 100%;
    margin-bottom: 30px;
    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 -80px;
}
#calendar-links a.ical:hover {
  background-position: -230px -80px;
}
#calendar-links a.ical:active {
  background-position: -260px -80px;
}
#calendar-links a.print {
  background-position: -200px -120px;
}
#calendar-links a.print:hover {
  background-position: -230px -120px;
}
#calendar-links a.print:active {
  background-position: -260px -120px;
}
#calendar-links a.rss {
  background-position: -200px -160px;
}
#calendar-links a.rss:hover {
  background-position: -230px -160px;
}
#calendar-links a.rss:active {
  background-position: -260px -160px;
}
@media only screen and (max-width: 767px) {
  #calendar-links a {
    display: inline-block;
    margin: 0 0 0 20px;
  }
}

#calendar-filter {
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  #calendar-filter {
    width: 100%;
  }
}
#calendar-filter .wrapper {
  display: flex;
}
#calendar-filter .select-wrapper {
  flex-grow: 1;
}
@media only screen and (max-width: 767px) {
  #calendar-filter .select-wrapper {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  #calendar-filter .select-wrapper select {
    width: 100%;
  }
}
#calendar-filter .select-wrapper .select-icon {
  margin-top: 0;
  right: 10px;
  top: 20px;
}
#calendar-filter .select-wrapper .select-icon svg {
  width: 10px;
  height: 8px;
}
#calendar-filter .button, #calendar-filter .rooms.template-3 .selector-button, .rooms.template-3 #calendar-filter .selector-button {
  height: 50px;
  line-height: 46px;
  padding: 0 20px;
}

#calendar-breadcrumb {
  padding: 10px 0;
  margin-bottom: 20px;
  font-size: 16px;
}
#calendar-breadcrumb:after {
  clear: both;
  content: "";
  display: table;
}
#calendar-breadcrumb dt, #calendar-breadcrumb dd {
  float: left;
  margin-right: 10px;
  color: #916D26;
}
@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 #b7b7b7;
  color: #757575;
}
#calendar-year a:hover {
  border-color: #343841;
  color: #343841;
}
#calendar-year .active a {
  border-color: yellow;
  color: yellow;
}
#calendar-year .active a:hover {
  border-color: #916D26;
  color: #916D26;
}

#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: 42px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  color: #916D26;
}
@media only screen and (max-width: 1024px) {
  #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: #CC9933;
  color: #fff;
}
#calendar-month a.active {
  background: #CC9933;
  color: #fff;
}
#calendar-month a.active:hover {
  background: #916D26;
  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") -209px -204px no-repeat;
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: 11px;
    width: 14px;
    height: 23px;
  }
  #calendar-month li.prev a:hover, #calendar-month li.next a:hover {
    background-color: transparent;
    color: #916D26;
  }
  #calendar-month li.prev a:hover:after, #calendar-month li.next a:hover:after {
    background-position: -239px -204px;
  }
  #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: -209px -234px;
    left: auto;
    right: 5px;
  }
  #calendar-month li.next a:hover:after {
    background-position: -239px -234px;
  }
  #calendar-month a {
    padding: 0 7px;
    font-size: 11px;
    text-align: center;
  }
}

#calendar-navigation {
  display: block;
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
#calendar-navigation .current-event {
  background-color: #F5F7F5;
  overflow: hidden;
  padding: 0 40px;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}
#calendar-navigation a.prev, #calendar-navigation a.next {
  background: url("../images/common.svg") 0 0 no-repeat;
  cursor: pointer;
  height: 30px;
  margin: 0 10px;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
  top: 5px;
  width: 30px;
}
#calendar-navigation a.next {
  background-position: -200px -230px;
  right: 0;
}
#calendar-navigation a.next:hover {
  background-position: -230px -230px;
}
#calendar-navigation a.next:active {
  background-position: -260px -230px;
}
#calendar-navigation a.prev {
  left: 0;
  background-position: -200px -200px;
}
#calendar-navigation a.prev:hover {
  background-position: -230px -200px;
}
#calendar-navigation a.prev:active {
  background-position: -260px -200px;
}

#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: #595756;
  text-align: center;
  font-weight: bold;
}
#calendar-week li .short {
  display: none;
}
@media only screen and (max-width: 1024px) {
  #calendar-week li .full {
    display: none;
  }
  #calendar-week li .short {
    display: inline;
  }
}
@media only screen and (max-width: 767px) {
  #calendar-week li .full {
    display: none;
  }
  #calendar-week li .short {
    display: inline;
  }
}

#calendar-days {
  position: relative;
}
#calendar-days li {
  margin: 0 0 1em;
  min-height: 8em;
  text-align: left;
  -moz-text-align-last: left;
       text-align-last: left;
  vertical-align: top;
  position: static;
  background: rgba(0, 0, 0, 0.06);
}
@media only screen and (max-width: 767px) {
  #calendar-days li {
    display: block;
    float: none;
    width: 100%;
    min-height: auto !important;
    height: auto !important;
  }
  #calendar-days li dl {
    margin-top: auto !important;
    height: auto;
  }
  #calendar-days li dl dt {
    width: 100% !important;
    padding-bottom: 10px;
  }
}
#calendar-days li time a {
  text-align: center;
  color: #916D26;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
}
#calendar-days li time a:hover {
  background: #e2e2e2;
}
#calendar-days li.prev_month, #calendar-days li.next_month {
  background: rgba(0, 0, 0, 0.02);
}
#calendar-days li.prev_month time a, #calendar-days li.next_month time a {
  color: #8B8B8B;
}
#calendar-days li.prev_month time a:hover, #calendar-days li.next_month time a:hover {
  background: #F5F7F5;
}
#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: #CC9933;
  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: #4A8354;
}
#calendar-days dl.c2 dt a {
  background: #6f5d4d;
}
#calendar-days dl.c3 dt a {
  background: #577B89;
}
#calendar-days dl.c4 dt a {
  background: #976B6C;
}
#calendar-days dl.c5 dt a {
  background: #6D5E7D;
}
#calendar-days dl.c6 dt a {
  background: #507D8D;
}
#calendar-days dl.c7 dt a {
  background: #966888;
}
#calendar-days dl.c8 dt a {
  background: #767676;
}
#calendar-days dl dd {
  position: absolute;
  left: 0;
  bottom: 28px;
  background: #fff;
  color: #916D26;
  font-size: 12px;
  margin-bottom: 10px;
  padding: 10px;
  text-align: left;
  visibility: hidden;
  width: 200px;
  z-index: 999;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 767px) {
  #calendar-days dl dd {
    display: none !important;
  }
}
#calendar-days dl dd .triangle {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
}
#calendar-days dl dd .triangle span {
  display: block;
  width: 0;
  margin: 0 auto;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  border-top: 14px solid #fff;
}
#calendar-days dl dd h3 {
  color: #CC9933;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5;
  text-transform: uppercase;
}
#calendar-days dl dd img {
  height: auto;
  width: 100%;
}
#calendar-days dl dd a {
  text-transform: uppercase;
}
#calendar-days dl dd p {
  font-size: 14px;
  line-height: 18px;
  padding: 0 0 10px 0;
  width: 100%;
  text-transform: uppercase;
}
#calendar-days dl:hover dd {
  visibility: visible;
}
#calendar-days dl.t1 {
  margin-top: 2em;
}
#calendar-days dl.t2 {
  margin-top: 4em;
}
#calendar-days dl.t3 {
  margin-top: 6em;
}
#calendar-days dl.t4 {
  margin-top: 8em;
}
#calendar-days dl.t5 {
  margin-top: 10em;
}
#calendar-days dl.t6 {
  margin-top: 12em;
}
#calendar-days dl.t7 {
  margin-top: 14em;
}
#calendar-days dl.t8 {
  margin-top: 16em;
}
#calendar-days dl.t9 {
  margin-top: 18em;
}
#calendar-days dl.t10 {
  margin-top: 20em;
}
#calendar-days dl.t11 {
  margin-top: 22em;
}
#calendar-days dl.t12 {
  margin-top: 24em;
}
#calendar-days dl.t13 {
  margin-top: 26em;
}
#calendar-days dl.t14 {
  margin-top: 28em;
}
#calendar-days dl.t15 {
  margin-top: 30em;
}
#calendar-days dl.t16 {
  margin-top: 32em;
}
#calendar-days dl.t17 {
  margin-top: 34em;
}
#calendar-days dl.t18 {
  margin-top: 36em;
}
#calendar-days dl.t19 {
  margin-top: 38em;
}
#calendar-days dl.t20 {
  margin-top: 40em;
}

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

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

#calendar .single-event {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #calendar .single-event {
    text-align: center;
  }
}
#calendar .single-event .thumbnail {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  float: right;
  height: 300px;
  margin-bottom: 20px;
  margin-left: 20px;
  width: 300px;
}
#calendar .single-event .thumbnail img {
  display: none;
}
@media only screen and (max-width: 767px) {
  #calendar .single-event .thumbnail {
    background: none !important;
    float: none;
    height: auto;
    margin-left: 0;
    width: 100%;
  }
  #calendar .single-event .thumbnail img {
    display: block;
    width: 100%;
  }
}

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

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

.calendar .image-list-item {
  position: relative;
  overflow: hidden;
  height: 300px;
  width: 100%;
  margin: 0 auto 20px;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item {
    height: auto;
  }
}
.calendar .image-list-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #e2e2e2;
  z-index: -1;
}
.calendar .image-list-item .background {
  position: relative;
  width: 350px;
  height: 300px;
  margin-left: 40px;
  display: block;
  float: right;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1024px) {
  .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 "Josefin Sans", Arial, sans-serif;
  color: #151616;
  margin-bottom: 15px;
}
.calendar .image-list-item .description h3 a {
  text-decoration: none;
}
.calendar .image-list-item .description h3 a:hover {
  color: #54baba;
}
.calendar .image-list-item .description .button, .calendar .image-list-item .description .rooms.template-3 .selector-button, .rooms.template-3 .calendar .image-list-item .description .selector-button {
  position: absolute;
  bottom: 30px;
  left: 25px;
}
@media only screen and (max-width: 1024px) {
  .calendar .image-list-item .description .button, .calendar .image-list-item .description .rooms.template-3 .selector-button, .rooms.template-3 .calendar .image-list-item .description .selector-button {
    bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item .description .button, .calendar .image-list-item .description .rooms.template-3 .selector-button, .rooms.template-3 .calendar .image-list-item .description .selector-button {
    text-align: center;
    width: auto;
    left: auto;
    right: auto;
    bottom: auto;
    position: relative;
  }
}

.alternating-sliders article {
  display: flex;
  margin: 0 0 140px;
}
@media only screen and (max-width: 1024px) {
  .alternating-sliders article {
    margin: 30px 0;
    display: block;
  }
}
.alternating-sliders article .main-copy {
  position: relative;
  width: 56%;
  padding: 35px 15.2vw 18.75vw 9vw;
}
@media only screen and (max-width: 1024px) {
  .alternating-sliders article .main-copy {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .alternating-sliders article .main-copy {
    padding: 35px;
  }
}
.alternating-sliders article .main-copy * {
  position: relative;
  z-index: 3;
}
.alternating-sliders article .main-copy:after {
  content: "";
  display: block;
  width: 87.5%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 4%;
  z-index: 1;
  opacity: 0.2;
  background: url("../images/elements/honeycomb.svg") 100% 100% no-repeat;
  background-size: contain;
  background-position: center center;
}
.alternating-sliders article .main-copy .thumb {
  display: block;
  height: 18vw;
  position: absolute;
  bottom: 0;
  left: 62.5%;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .alternating-sliders article .main-copy .thumb {
    position: relative;
    height: auto;
    bottom: auto;
    left: auto;
  }
}
.alternating-sliders article .main-copy .thumb img {
  position: absolute;
  bottom: 0;
  top: 50%;
  display: block;
  transform: translate(-50%, -50%);
  max-height: 100%;
  width: auto;
}
@media only screen and (max-width: 767px) {
  .alternating-sliders article .main-copy .thumb img {
    position: relative;
    bottom: auto;
    top: auto;
    transform: translate(0, 0);
    max-height: 350px;
    max-width: 100%;
    width: auto;
    margin: 20px auto 0;
  }
}
.alternating-sliders article .main-copy h2 {
  color: #916D26;
  font: 700 45px/1.2 "Josefin Sans", Arial, sans-serif;
  font-size: 4vw;
  text-transform: uppercase;
  margin-bottom: 50px;
}
@media (max-width: 600px) {
  .alternating-sliders article .main-copy h2 {
    font-size: 24px;
  }
}
@media (min-width: 1125px) {
  .alternating-sliders article .main-copy h2 {
    font-size: 45px;
  }
}
.alternating-sliders article .slider-container {
  position: relative;
  width: 44%;
  background: #F5F7F5;
  padding: 90px 90px 30px 90px;
  font-size: 20px;
  font-size: 2vw;
  margin-bottom: 55px;
}
@media (max-width: 700px) {
  .alternating-sliders article .slider-container {
    font-size: 14px;
  }
}
@media (min-width: 1000px) {
  .alternating-sliders article .slider-container {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .alternating-sliders article .slider-container {
    width: 100%;
    padding: 50px 30px 70px;
  }
}
@media only screen and (max-width: 767px) {
  .alternating-sliders article .slider-container {
    padding: 30px;
    margin: 10px 0;
  }
}
.alternating-sliders article .slider-container .slideshow-button {
  width: 70px;
  height: 22px;
  position: absolute;
  top: 50%;
  margin-top: -11px;
}
@media only screen and (max-width: 1024px) {
  .alternating-sliders article .slider-container .slideshow-button {
    top: auto;
    margin-top: 0;
    bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .alternating-sliders article .slider-container .slideshow-button {
    display: block;
    bottom: 6px;
  }
}
.alternating-sliders article .slider-container .slideshow-button.prev {
  left: -35px;
}
@media only screen and (max-width: 1024px) {
  .alternating-sliders article .slider-container .slideshow-button.prev {
    left: 20px;
  }
}
.alternating-sliders article .slider-container .slideshow-button svg {
  fill: #CC9933;
}
.alternating-sliders article .slider-container .slideshow-button:hover svg {
  fill: #916D26;
}
.alternating-sliders article .slider-container .swiper-container {
  width: 100%;
  max-width: 430px;
  margin: 0;
  padding-bottom: 60px;
  color: #000;
}
@media only screen and (max-width: 1024px) {
  .alternating-sliders article .slider-container .swiper-container {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .alternating-sliders article .slider-container .swiper-container {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .alternating-sliders article .slider-container .swiper-container .swiper-pagination {
    bottom: 15px;
  }
}
.alternating-sliders article .slider-container ul > li:before {
  background: #CC9933;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 4px;
  margin-right: 10px;
  vertical-align: middle;
  width: 4px;
}
.alternating-sliders article .slider-container .button, .alternating-sliders article .slider-container .rooms.template-3 .selector-button, .rooms.template-3 .alternating-sliders article .slider-container .selector-button {
  margin-top: 30px;
  background: #CC9933;
  border: 2px solid #CC9933;
  color: #fff;
}
.alternating-sliders article .slider-container .button:hover, .alternating-sliders article .slider-container .rooms.template-3 .selector-button:hover, .rooms.template-3 .alternating-sliders article .slider-container .selector-button:hover {
  background: #fff;
  color: #CC9933;
}
@media only screen and (max-width: 767px) {
  .alternating-sliders article .slider-container .button, .alternating-sliders article .slider-container .rooms.template-3 .selector-button, .rooms.template-3 .alternating-sliders article .slider-container .selector-button {
    font-size: 22px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .alternating-sliders article .slider-container {
    margin: 30px 0;
  }
}
.alternating-sliders article .slider-container .image-slide img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 310px;
  margin: 0 auto;
}
.alternating-sliders article .slider-container .dot-elements {
  bottom: auto;
  right: 6vw;
  left: auto;
  top: -45px;
  transform: rotate(90deg) scale(0.7);
}
.alternating-sliders article .slider-container .dot-elements svg {
  fill: #CC9933;
}
.alternating-sliders article:nth-child(even) .main-copy {
  order: 2;
}
.alternating-sliders article:nth-child(even) .slider-container {
  order: 1;
  padding-left: calc(3vw + 90px);
}
@media only screen and (max-width: 1024px) {
  .alternating-sliders article:nth-child(even) .slider-container {
    padding-left: 30px;
  }
}
.alternating-sliders article:nth-child(even) .slider-container .slideshow-button.prev {
  left: 2vw;
}
@media only screen and (max-width: 1024px) {
  .alternating-sliders article:nth-child(even) .slider-container .slideshow-button.prev {
    left: 20px;
  }
}
.alternating-sliders article:nth-child(even) .slider-container .dot-elements {
  bottom: -45px;
  left: auto;
  top: auto;
}

.gear-slider {
  margin: 140px 0 0;
  display: flex;
  padding-bottom: 12vw;
}
@media only screen and (min-width: 1441px) {
  .gear-slider {
    padding-bottom: 180px;
  }
}
@media only screen and (max-width: 1024px) {
  .gear-slider {
    padding-bottom: 70px;
    margin: 70px 0 0;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .gear-slider {
    padding-bottom: 45px;
  }
}
.gear-slider .main-copy {
  min-width: 444px;
  width: 36%;
  order: 2;
  padding: 60px 0 60px 6.25vw;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .gear-slider .main-copy {
    order: 1;
    width: 100%;
    padding: 0 30px;
    text-align: center;
    min-width: 0;
  }
}
.gear-slider .main-copy h2 {
  color: #fff;
  font: 700 54px/1.2 "Josefin Sans", Arial, sans-serif;
  font-size: 4vw;
  margin-bottom: 2.5vw;
  text-transform: uppercase;
  text-indent: -12.5vw;
}
@media (max-width: 600px) {
  .gear-slider .main-copy h2 {
    font-size: 24px;
  }
}
@media (min-width: 1350px) {
  .gear-slider .main-copy h2 {
    font-size: 54px;
  }
}
@media only screen and (max-width: 1024px) {
  .gear-slider .main-copy h2 {
    text-indent: 0;
  }
}
.gear-slider .main-copy .copy {
  font-size: 16px;
  line-height: 1.4;
  font-size: 2vw;
}
@media (max-width: 700px) {
  .gear-slider .main-copy .copy {
    font-size: 14px;
  }
}
@media (min-width: 1000px) {
  .gear-slider .main-copy .copy {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .gear-slider .main-copy .copy {
    line-height: 1.5;
  }
}
.gear-slider .main-copy .list {
  margin-top: 28px;
}
@media only screen and (max-width: 767px) {
  .gear-slider .main-copy .list {
    margin-bottom: 20px;
  }
}
.gear-slider .main-copy .list button {
  display: inline-block;
  position: relative;
  width: 49%;
  text-align: left;
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 15px;
  padding-right: 2vw;
  font-size: 1.5vw;
}
@media (max-width: 1333.3333333333px) {
  .gear-slider .main-copy .list button {
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  .gear-slider .main-copy .list button {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .gear-slider .main-copy .list button {
    text-align: center;
    margin-bottom: 10px;
    width: auto;
  }
}
.gear-slider .main-copy .list button .inner-text {
  display: inline-block;
  position: relative;
  transition: font-weight 0.2s;
  color: #fff;
}
.gear-slider .main-copy .list button .inner-text:before {
  display: block;
  content: attr(title);
  font-weight: 700;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.gear-slider .main-copy .list button .inner-text:after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #CC9933;
  z-index: -1;
  transition: width 350ms ease-in-out;
}
.gear-slider .main-copy .list button:hover .inner-text, .gear-slider .main-copy .list button.active .inner-text {
  font-weight: 700;
}
.gear-slider .main-copy .list button:hover .inner-text:after, .gear-slider .main-copy .list button.active .inner-text:after {
  width: 100%;
}
.gear-slider .main-copy .water {
  right: 0;
  top: -6vw;
}
.gear-slider .main-copy .learn-more {
  margin: 20px 0;
}
.gear-slider .slider {
  position: relative;
  order: 1;
  width: 56%;
  background: rgba(0, 0, 0, 0.05);
  padding: 70px 100px;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .gear-slider .slider {
    padding: 50px 30px;
    order: 2;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .gear-slider .slider {
    padding: 50px 20px;
  }
}
.gear-slider .slider .swiper-container {
  max-width: 440px;
  margin: 0 auto;
  text-align: center;
}
.gear-slider .slider .swiper-container .thumb {
  position: relative;
  height: 280px;
}
@media only screen and (max-width: 767px) {
  .gear-slider .slider .swiper-container .thumb {
    height: 100vh;
    max-height: 220px;
    position: relative;
  }
}
.gear-slider .slider .swiper-container .thumb:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: url("../images/elements/honeycomb.svg") no-repeat 50% 50%;
  background-size: contain;
  opacity: 0.56;
}
.gear-slider .slider .swiper-container .thumb img {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 92%;
  max-height: 100%;
  margin: 0 auto;
}
.gear-slider .slider .swiper-container h3 {
  margin-top: 2vw;
  font: 30px/1 "Josefin Sans", Arial, sans-serif;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .gear-slider .slider .swiper-container h3 {
    font-size: 20px;
  }
}
.gear-slider .slider .swiper-container .copy {
  margin-top: 10px;
  font-size: 16px;
  line-height: 22px;
}
.gear-slider .slider .swiper-container .button, .gear-slider .slider .swiper-container .rooms.template-3 .selector-button, .rooms.template-3 .gear-slider .slider .swiper-container .selector-button {
  margin-top: 20px;
}
.gear-slider .slider .slideshow-button {
  width: 70px;
  height: 22px;
  position: absolute;
  top: 50%;
  margin-top: -11px;
}
@media only screen and (max-width: 1024px) {
  .gear-slider .slider .slideshow-button {
    top: auto;
    margin-top: 0;
    bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .gear-slider .slider .slideshow-button {
    display: block;
  }
}
.gear-slider .slider .slideshow-button.next {
  right: -35px;
}
@media only screen and (max-width: 1024px) {
  .gear-slider .slider .slideshow-button.next {
    right: 20px;
  }
}
.gear-slider .slider .slideshow-button.prev {
  left: 20px;
}
.gear-slider .slider .slideshow-button svg {
  fill: #fff;
}
.gear-slider .slider .slideshow-button:hover svg {
  fill: #CC9933;
}

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