<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* VALIDATION */
.inputContainer {
  position: relative;
  float: left;
}

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

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

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

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

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

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

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

.ui-datepicker-header {
  position: relative;
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  text-align: center;
  color: #167E88;
}

.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 #167E88;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(45deg);
  transition: border-color 300ms 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 #cccccc;
  border-bottom: 2px solid #cccccc;
}
.ui-datepicker-prev:not(.ui-state-disabled):hover:after {
  border-bottom-color: #AC253C;
  border-left-color: #AC253C;
}

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

.ui-datepicker-calendar {
  cursor: default;
  margin: 0 auto;
  width: 252px;
  table-layout: fixed;
}
@media only screen and (max-width: 767px) {
  .ui-datepicker-calendar {
    width: 100%;
  }
}
.ui-datepicker-calendar th, .ui-datepicker-calendar td {
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
  text-align: center;
}
.ui-datepicker-calendar th {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
}
.ui-datepicker-calendar td {
  font-size: 12px;
  color: #000;
}
.ui-datepicker-calendar td.ui-datepicker-other-month, .ui-datepicker-calendar td.ui-state-disabled {
  color: #a9a9a9;
}
.ui-datepicker-calendar td.ui-datepicker-other-month span:hover, .ui-datepicker-calendar td.ui-state-disabled span:hover {
  color: inherit;
  background: none;
}
.ui-datepicker-calendar a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.ui-datepicker-calendar .ui-datepicker-today a {
  background: #ccc;
}
.ui-datepicker-calendar .ui-datepicker-highlight a, .ui-datepicker-calendar .ui-datepicker-current-day a, .ui-datepicker-calendar .ui-state-default:hover {
  background: #AC253C;
  color: #fff;
}

.ui-datepicker-trigger {
  width: 16px;
  height: 18px;
  font-size: 0;
  overflow: hidden;
  opacity: 1;
  position: absolute;
  top: 50%;
  margin: 6px 0 0 0;
  right: 20px;
}
.ui-datepicker-trigger svg {
  fill: #000;
  width: 16px;
  height: 18px;
  transition: fill 300ms ease-in-out;
}
.ui-datepicker-trigger:hover svg {
  fill: #167E88;
}

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

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

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

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

.swiper-container-vertical &gt; .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 &gt; .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode &gt; .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 &gt; .swiper-wrapper {
  touch-action: pan-y;
}

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

.slideshow-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border: 2px solid #000;
  border-bottom: 0;
  border-left: 0;
  font-size: 0;
  text-indent: -9999em;
  margin-top: -22px;
  cursor: pointer;
  z-index: 2;
  opacity: 1;
  visibility: visible;
  overflow: visible;
  transition: border-color 300ms ease-in-out, opacity 300ms ease-in-out, visibility 300ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .slideshow-button {
    display: none;
  }
}
.slideshow-button:hover {
  border-color: #AC253C;
}
.slideshow-button:hover:before, .slideshow-button:hover:after {
  border-color: #AC253C;
}
.slideshow-button.previous {
  left: 0;
  transform: rotate(-135deg);
}
.slideshow-button.previous:before {
  right: -3px;
  top: 40px;
}
.slideshow-button.previous:after {
  right: 40px;
  top: -3px;
}
.slideshow-button.next {
  right: 0;
  transform: rotate(45deg);
}
.slideshow-button.next:before {
  left: -11px;
  top: -3px;
}
.slideshow-button.next:after {
  left: 32px;
  bottom: -11px;
}
.slideshow-button.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}

.swiper-pagination {
  position: absolute;
  left: 0;
  height: 17px;
  bottom: 60px;
  width: 100%;
  text-align: center;
  font-size: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-flow: row;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .swiper-pagination {
    bottom: 20px;
  }
}
.swiper-pagination .swiper-pagination-bullet {
  cursor: pointer;
  width: 17px;
  height: 17px;
  border: 2px solid #fff;
  display: inline-block;
  border-radius: 50%;
  margin: 0 4px;
  transition: background 300ms ease-in-out;
  vertical-align: top;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 15px;
  height: 15px;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination .swiper-pagination-bullet:hover {
  background: #fff;
}

@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;
}
.rooms-module [class^=rooms-icon-]:before, .rooms-module [class*=" rooms-icon-"]:before, .room [class^=rooms-icon-]:before, .room [class*=" rooms-icon-"]:before, .venues [class^=rooms-icon-]:before, .venues [class*=" rooms-icon-"]:before, .venue [class^=rooms-icon-]:before, .venue [class*=" rooms-icon-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "HeBS-Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  width: auto;
  height: auto;
  background: none;
  margin-right: 5px;
  vertical-align: baseline;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rooms-module [class^=rooms-icon-]:hover:before, .rooms-module [class*=" rooms-icon-"]:hover:before, .room [class^=rooms-icon-]:hover:before, .room [class*=" rooms-icon-"]:hover:before, .venues [class^=rooms-icon-]:hover:before, .venues [class*=" rooms-icon-"]:hover:before, .venue [class^=rooms-icon-]:hover:before, .venue [class*=" rooms-icon-"]:hover:before {
  background: transparent;
  color: #81B9C1;
}

.rooms-module s .rooms-icon-theatre-set-up:before, .room s .rooms-icon-theatre-set-up:before, .venues s .rooms-icon-theatre-set-up:before, .venue s .rooms-icon-theatre-set-up:before {
  content: "\e937";
}
.rooms-module .rooms-icon-classroom-set-up:before, .room .rooms-icon-classroom-set-up:before, .venues .rooms-icon-classroom-set-up:before, .venue .rooms-icon-classroom-set-up:before {
  content: "\e938";
}
.rooms-module .rooms-icon-cabaret-set-up:before, .room .rooms-icon-cabaret-set-up:before, .venues .rooms-icon-cabaret-set-up:before, .venue .rooms-icon-cabaret-set-up:before {
  content: "\e939";
}
.rooms-module .rooms-icon-boardroom-set-up:before, .room .rooms-icon-boardroom-set-up:before, .venues .rooms-icon-boardroom-set-up:before, .venue .rooms-icon-boardroom-set-up:before {
  content: "\e93a";
}
.rooms-module .rooms-icon-u-shaped-set-up:before, .room .rooms-icon-u-shaped-set-up:before, .venues .rooms-icon-u-shaped-set-up:before, .venue .rooms-icon-u-shaped-set-up:before {
  content: "\e93b";
}
.rooms-module .rooms-icon-banquet-set-up:before, .room .rooms-icon-banquet-set-up:before, .venues .rooms-icon-banquet-set-up:before, .venue .rooms-icon-banquet-set-up:before {
  content: "\e93c";
}
.rooms-module .rooms-icon-dinner-dance-set-up:before, .room .rooms-icon-dinner-dance-set-up:before, .venues .rooms-icon-dinner-dance-set-up:before, .venue .rooms-icon-dinner-dance-set-up:before {
  content: "\e93d";
}
.rooms-module .rooms-icon-reception-set-up:before, .room .rooms-icon-reception-set-up:before, .venues .rooms-icon-reception-set-up:before, .venue .rooms-icon-reception-set-up:before {
  content: "\e93e";
}
.rooms-module .rooms-icon-ceremony-set-up:before, .room .rooms-icon-ceremony-set-up:before, .venues .rooms-icon-ceremony-set-up:before, .venue .rooms-icon-ceremony-set-up:before {
  content: "\e93f";
}
.rooms-module .rooms-icon-natural-daylight:before, .room .rooms-icon-natural-daylight:before, .venues .rooms-icon-natural-daylight:before, .venue .rooms-icon-natural-daylight:before {
  content: "\e940";
}
.rooms-module .rooms-icon-outlets-sockets:before, .room .rooms-icon-outlets-sockets:before, .venues .rooms-icon-outlets-sockets:before, .venue .rooms-icon-outlets-sockets:before {
  content: "\e941";
}
.rooms-module .rooms-icon-direct-dial-point:before, .room .rooms-icon-direct-dial-point:before, .venues .rooms-icon-direct-dial-point:before, .venue .rooms-icon-direct-dial-point:before {
  content: "\e942";
}
.rooms-module .rooms-icon-video-conferencing:before, .room .rooms-icon-video-conferencing:before, .venues .rooms-icon-video-conferencing:before, .venue .rooms-icon-video-conferencing:before {
  content: "\e943";
}
.rooms-module .rooms-icon-air-conditioning:before, .room .rooms-icon-air-conditioning:before, .venues .rooms-icon-air-conditioning:before, .venue .rooms-icon-air-conditioning:before {
  content: "\e944";
}
.rooms-module .rooms-icon-wi-fi:before, .room .rooms-icon-wi-fi:before, .venues .rooms-icon-wi-fi:before, .venue .rooms-icon-wi-fi:before {
  content: "\e945";
}
.rooms-module .rooms-icon-blackout-shades:before, .room .rooms-icon-blackout-shades:before, .venues .rooms-icon-blackout-shades:before, .venue .rooms-icon-blackout-shades:before {
  content: "\e946";
}
.rooms-module .rooms-icon-visual-equipment:before, .room .rooms-icon-visual-equipment:before, .venues .rooms-icon-visual-equipment:before, .venue .rooms-icon-visual-equipment:before {
  content: "\e947";
}
.rooms-module .rooms-icon-audio-equipment:before, .room .rooms-icon-audio-equipment:before, .venues .rooms-icon-audio-equipment:before, .venue .rooms-icon-audio-equipment:before {
  content: "\e948";
}
.rooms-module .rooms-icon-flipchart-presentation-equipment:before, .room .rooms-icon-flipchart-presentation-equipment:before, .venues .rooms-icon-flipchart-presentation-equipment:before, .venue .rooms-icon-flipchart-presentation-equipment:before {
  content: "\e949";
}
.rooms-module .rooms-icon-tv-point:before, .room .rooms-icon-tv-point:before, .venues .rooms-icon-tv-point:before, .venue .rooms-icon-tv-point:before {
  content: "\e94a";
}
.rooms-module .rooms-icon-overhead-projector:before, .room .rooms-icon-overhead-projector:before, .venues .rooms-icon-overhead-projector:before, .venue .rooms-icon-overhead-projector:before {
  content: "\e94b";
}
.rooms-module .rooms-icon-data-projector:before, .room .rooms-icon-data-projector:before, .venues .rooms-icon-data-projector:before, .venue .rooms-icon-data-projector:before {
  content: "\e94c";
}
.rooms-module .rooms-icon-balcony:before, .room .rooms-icon-balcony:before, .venues .rooms-icon-balcony:before, .venue .rooms-icon-balcony:before {
  content: "\e900";
}
.rooms-module .rooms-icon-city-view:before, .room .rooms-icon-city-view:before, .venues .rooms-icon-city-view:before, .venue .rooms-icon-city-view:before {
  content: "\e901";
}
.rooms-module .rooms-icon-beds:before, .room .rooms-icon-beds:before, .venues .rooms-icon-beds:before, .venue .rooms-icon-beds:before {
  content: "\e902";
}
.rooms-module .rooms-icon-flat-screen-tv:before, .room .rooms-icon-flat-screen-tv:before, .venues .rooms-icon-flat-screen-tv:before, .venue .rooms-icon-flat-screen-tv:before {
  content: "\e933";
}
.rooms-module .rooms-icon-hair-dryer:before, .room .rooms-icon-hair-dryer:before, .venues .rooms-icon-hair-dryer:before, .venue .rooms-icon-hair-dryer:before {
  content: "\e904";
}
.rooms-module .rooms-icon-iron:before, .room .rooms-icon-iron:before, .venues .rooms-icon-iron:before, .venue .rooms-icon-iron:before {
  content: "\e905";
}
.rooms-module .rooms-icon-ac:before, .room .rooms-icon-ac:before, .venues .rooms-icon-ac:before, .venue .rooms-icon-ac:before {
  content: "\e906";
}
.rooms-module .rooms-icon-king-bed:before, .room .rooms-icon-king-bed:before, .venues .rooms-icon-king-bed:before, .venue .rooms-icon-king-bed:before {
  content: "\e907";
}
.rooms-module .rooms-icon-kitchen:before, .room .rooms-icon-kitchen:before, .venues .rooms-icon-kitchen:before, .venue .rooms-icon-kitchen:before {
  content: "\e908";
}
.rooms-module .rooms-icon-minibar:before, .room .rooms-icon-minibar:before, .venues .rooms-icon-minibar:before, .venue .rooms-icon-minibar:before {
  content: "\e909";
}
.rooms-module .rooms-icon-smoke-free:before, .room .rooms-icon-smoke-free:before, .venues .rooms-icon-smoke-free:before, .venue .rooms-icon-smoke-free:before {
  content: "\e90a";
  color: rgb(0, 0, 0);
}
.rooms-module .rooms-icon-smoke-free .path2:before, .room .rooms-icon-smoke-free .path2:before, .venues .rooms-icon-smoke-free .path2:before, .venue .rooms-icon-smoke-free .path2:before {
  content: "\e94e";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.rooms-module .rooms-icon-smoke-free .path3:before, .room .rooms-icon-smoke-free .path3:before, .venues .rooms-icon-smoke-free .path3:before, .venue .rooms-icon-smoke-free .path3:before {
  content: "\e94f";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.rooms-module .rooms-icon-smoke-free .path4:before, .room .rooms-icon-smoke-free .path4:before, .venues .rooms-icon-smoke-free .path4:before, .venue .rooms-icon-smoke-free .path4:before {
  content: "\e950";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.rooms-module .rooms-icon-occupancy:before, .room .rooms-icon-occupancy:before, .venues .rooms-icon-occupancy:before, .venue .rooms-icon-occupancy:before {
  content: "\e90b";
}
.rooms-module .rooms-icon-ocean-view:before, .room .rooms-icon-ocean-view:before, .venues .rooms-icon-ocean-view:before, .venue .rooms-icon-ocean-view:before {
  content: "\e90c";
}
.rooms-module .rooms-icon-personal_items:before, .room .rooms-icon-personal_items:before, .venues .rooms-icon-personal_items:before, .venue .rooms-icon-personal_items:before {
  content: "\e90d";
}
.rooms-module .rooms-icon-pool-view:before, .room .rooms-icon-pool-view:before, .venues .rooms-icon-pool-view:before, .venue .rooms-icon-pool-view:before {
  content: "\e90e";
}
.rooms-module .rooms-icon-room-service:before, .room .rooms-icon-room-service:before, .venues .rooms-icon-room-service:before, .venue .rooms-icon-room-service:before {
  content: "\e90f";
}
.rooms-module .rooms-icon-safe:before, .room .rooms-icon-safe:before, .venues .rooms-icon-safe:before, .venue .rooms-icon-safe:before {
  content: "\e910";
}
.rooms-module .rooms-icon-single-room:before, .room .rooms-icon-single-room:before, .venues .rooms-icon-single-room:before, .venue .rooms-icon-single-room:before {
  content: "\e911";
}
.rooms-module .rooms-icon-smoking:before, .room .rooms-icon-smoking:before, .venues .rooms-icon-smoking:before, .venue .rooms-icon-smoking:before {
  content: "\e912";
}
.rooms-module .rooms-icon-size:before, .room .rooms-icon-size:before, .venues .rooms-icon-size:before, .venue .rooms-icon-size:before {
  content: "\e913";
}
.rooms-module .rooms-icon-pulloutsofa:before, .room .rooms-icon-pulloutsofa:before, .venues .rooms-icon-pulloutsofa:before, .venue .rooms-icon-pulloutsofa:before {
  content: "\e914";
}
.rooms-module .rooms-icon-twin-room:before, .room .rooms-icon-twin-room:before, .venues .rooms-icon-twin-room:before, .venue .rooms-icon-twin-room:before {
  content: "\e915";
}
.rooms-module .rooms-icon-wifi:before, .room .rooms-icon-wifi:before, .venues .rooms-icon-wifi:before, .venue .rooms-icon-wifi:before {
  content: "\e916";
}
.rooms-module .rooms-icon-adaroom:before, .room .rooms-icon-adaroom:before, .venues .rooms-icon-adaroom:before, .venue .rooms-icon-adaroom:before {
  content: "\e917";
}
.rooms-module .rooms-icon-airport-shuttle-paid:before, .room .rooms-icon-airport-shuttle-paid:before, .venues .rooms-icon-airport-shuttle-paid:before, .venue .rooms-icon-airport-shuttle-paid:before {
  content: "\e918";
}
.rooms-module .rooms-icon-amusement-park:before, .room .rooms-icon-amusement-park:before, .venues .rooms-icon-amusement-park:before, .venue .rooms-icon-amusement-park:before {
  content: "\e919";
}
.rooms-module .rooms-icon-bar:before, .room .rooms-icon-bar:before, .venues .rooms-icon-bar:before, .venue .rooms-icon-bar:before {
  content: "\e91a";
}
.rooms-module .rooms-icon-beach:before, .room .rooms-icon-beach:before, .venues .rooms-icon-beach:before, .venue .rooms-icon-beach:before {
  content: "\e91b";
}
.rooms-module .rooms-icon-business-center:before, .room .rooms-icon-business-center:before, .venues .rooms-icon-business-center:before, .venue .rooms-icon-business-center:before {
  content: "\e91c";
}
.rooms-module .rooms-icon-elevator:before, .room .rooms-icon-elevator:before, .venues .rooms-icon-elevator:before, .venue .rooms-icon-elevator:before {
  content: "\e91d";
}
.rooms-module .rooms-icon-environmentally-friendly:before, .room .rooms-icon-environmentally-friendly:before, .venues .rooms-icon-environmentally-friendly:before, .venue .rooms-icon-environmentally-friendly:before {
  content: "\e91e";
}
.rooms-module .rooms-icon-fitness:before, .room .rooms-icon-fitness:before, .venues .rooms-icon-fitness:before, .venue .rooms-icon-fitness:before {
  content: "\e91f";
}
.rooms-module .rooms-icon-parking .path1:before, .room .rooms-icon-parking .path1:before, .venues .rooms-icon-parking .path1:before, .venue .rooms-icon-parking .path1:before {
  content: "\e920";
  color: rgb(0, 0, 0);
}
.rooms-module .rooms-icon-golf:before, .room .rooms-icon-golf:before, .venues .rooms-icon-golf:before, .venue .rooms-icon-golf:before {
  content: "\e921";
}
.rooms-module .rooms-icon-indoor-pool:before, .room .rooms-icon-indoor-pool:before, .venues .rooms-icon-indoor-pool:before, .venue .rooms-icon-indoor-pool:before {
  content: "\e922";
}
.rooms-module .rooms-icon-landmark .path1:before, .room .rooms-icon-landmark .path1:before, .venues .rooms-icon-landmark .path1:before, .venue .rooms-icon-landmark .path1:before {
  content: "\e923";
  color: rgb(29, 29, 27);
}
.rooms-module .rooms-icon-landmark .path2:before, .room .rooms-icon-landmark .path2:before, .venues .rooms-icon-landmark .path2:before, .venue .rooms-icon-landmark .path2:before {
  content: "\e95a";
  margin-left: -1em;
  color: rgb(29, 29, 27);
}
.rooms-module .rooms-icon-landmark .path3:before, .room .rooms-icon-landmark .path3:before, .venues .rooms-icon-landmark .path3:before, .venue .rooms-icon-landmark .path3:before {
  content: "\e95b";
  margin-left: -1em;
  color: rgb(29, 29, 27);
}
.rooms-module .rooms-icon-landmark .path4:before, .room .rooms-icon-landmark .path4:before, .venues .rooms-icon-landmark .path4:before, .venue .rooms-icon-landmark .path4:before {
  content: "\e95c";
  margin-left: -1em;
  color: rgb(29, 30, 28);
}
.rooms-module .rooms-icon-outdoor-pool:before, .room .rooms-icon-outdoor-pool:before, .venues .rooms-icon-outdoor-pool:before, .venue .rooms-icon-outdoor-pool:before {
  content: "\e924";
}
.rooms-module .rooms-icon-parking:before, .room .rooms-icon-parking:before, .venues .rooms-icon-parking:before, .venue .rooms-icon-parking:before {
  content: "\e920";
}
.rooms-module .rooms-icon-pet-friendly:before, .room .rooms-icon-pet-friendly:before, .venues .rooms-icon-pet-friendly:before, .venue .rooms-icon-pet-friendly:before {
  content: "\e926";
}
.rooms-module .rooms-icon-pool:before, .room .rooms-icon-pool:before, .venues .rooms-icon-pool:before, .venue .rooms-icon-pool:before {
  content: "\e927";
}
.rooms-module .rooms-icon-restaurant:before, .room .rooms-icon-restaurant:before, .venues .rooms-icon-restaurant:before, .venue .rooms-icon-restaurant:before {
  content: "\e928";
}
.rooms-module .rooms-icon-room-service2:before, .room .rooms-icon-room-service2:before, .venues .rooms-icon-room-service2:before, .venue .rooms-icon-room-service2:before {
  content: "\e929";
}
.rooms-module .rooms-icon-shuttle:before, .room .rooms-icon-shuttle:before, .venues .rooms-icon-shuttle:before, .venue .rooms-icon-shuttle:before {
  content: "\e92a";
}
.rooms-module .rooms-icon-spa:before, .room .rooms-icon-spa:before, .venues .rooms-icon-spa:before, .venue .rooms-icon-spa:before {
  content: "\e92b";
}
.rooms-module .rooms-icon-ticket-services:before, .room .rooms-icon-ticket-services:before, .venues .rooms-icon-ticket-services:before, .venue .rooms-icon-ticket-services:before {
  content: "\e92c";
}
.rooms-module .rooms-icon-valet:before, .room .rooms-icon-valet:before, .venues .rooms-icon-valet:before, .venue .rooms-icon-valet:before {
  content: "\e92d";
}
.rooms-module .rooms-icon-water-park:before, .room .rooms-icon-water-park:before, .venues .rooms-icon-water-park:before, .venue .rooms-icon-water-park:before {
  content: "\e92e";
}
.rooms-module .rooms-icon-coffeemaker:before, .room .rooms-icon-coffeemaker:before, .venues .rooms-icon-coffeemaker:before, .venue .rooms-icon-coffeemaker:before {
  content: "\e92f";
}
.rooms-module .rooms-icon-highfloor:before, .room .rooms-icon-highfloor:before, .venues .rooms-icon-highfloor:before, .venue .rooms-icon-highfloor:before {
  content: "\e930";
}
.rooms-module .rooms-icon-airport-shuttle-free .path1:before, .room .rooms-icon-airport-shuttle-free .path1:before, .venues .rooms-icon-airport-shuttle-free .path1:before, .venue .rooms-icon-airport-shuttle-free .path1:before {
  content: "\e931";
  color: rgb(0, 0, 0);
}
.rooms-module .rooms-icon-airport-shuttle-free .path2:before, .room .rooms-icon-airport-shuttle-free .path2:before, .venues .rooms-icon-airport-shuttle-free .path2:before, .venue .rooms-icon-airport-shuttle-free .path2:before {
  content: "\e95d";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.rooms-module .rooms-icon-airport-shuttle-free .path3:before, .room .rooms-icon-airport-shuttle-free .path3:before, .venues .rooms-icon-airport-shuttle-free .path3:before, .venue .rooms-icon-airport-shuttle-free .path3:before {
  content: "\e95e";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.rooms-module .rooms-icon-airport-shuttle-free .path4:before, .room .rooms-icon-airport-shuttle-free .path4:before, .venues .rooms-icon-airport-shuttle-free .path4:before, .venue .rooms-icon-airport-shuttle-free .path4:before {
  content: "\e95f";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.rooms-module .rooms-icon-airport-shuttle-free .path5:before, .room .rooms-icon-airport-shuttle-free .path5:before, .venues .rooms-icon-airport-shuttle-free .path5:before, .venue .rooms-icon-airport-shuttle-free .path5:before {
  content: "\e960";
  margin-left: -1em;
  color: rgb(1, 1, 1);
}
.rooms-module .rooms-icon-airport-shuttle-free .path6:before, .room .rooms-icon-airport-shuttle-free .path6:before, .venues .rooms-icon-airport-shuttle-free .path6:before, .venue .rooms-icon-airport-shuttle-free .path6:before {
  content: "\e961";
  margin-left: -1em;
  color: rgb(1, 1, 1);
}
.rooms-module .rooms-icon-airport-shuttle-free .path7:before, .room .rooms-icon-airport-shuttle-free .path7:before, .venues .rooms-icon-airport-shuttle-free .path7:before, .venue .rooms-icon-airport-shuttle-free .path7:before {
  content: "\e962";
  margin-left: -1em;
  color: rgb(1, 1, 1);
}
.rooms-module .rooms-icon-airport-shuttle-free .path8:before, .room .rooms-icon-airport-shuttle-free .path8:before, .venues .rooms-icon-airport-shuttle-free .path8:before, .venue .rooms-icon-airport-shuttle-free .path8:before {
  content: "\e963";
  margin-left: -1em;
  color: rgb(1, 1, 1);
}
.rooms-module .rooms-icon-airport-shuttle-free .path9:before, .room .rooms-icon-airport-shuttle-free .path9:before, .venues .rooms-icon-airport-shuttle-free .path9:before, .venue .rooms-icon-airport-shuttle-free .path9:before {
  content: "\e964";
  margin-left: -1em;
  color: rgb(1, 1, 1);
}
.rooms-module .rooms-icon-airport-shuttle-free .path10:before, .room .rooms-icon-airport-shuttle-free .path10:before, .venues .rooms-icon-airport-shuttle-free .path10:before, .venue .rooms-icon-airport-shuttle-free .path10:before {
  content: "\e965";
  margin-left: -1em;
  color: rgb(1, 1, 1);
}
.rooms-module .rooms-icon-airport-shuttle-free .path11:before, .room .rooms-icon-airport-shuttle-free .path11:before, .venues .rooms-icon-airport-shuttle-free .path11:before, .venue .rooms-icon-airport-shuttle-free .path11:before {
  content: "\e966";
  margin-left: -1em;
  color: rgb(1, 1, 1);
}
.rooms-module .rooms-icon-airport-shuttle-free .path12:before, .room .rooms-icon-airport-shuttle-free .path12:before, .venues .rooms-icon-airport-shuttle-free .path12:before, .venue .rooms-icon-airport-shuttle-free .path12:before {
  content: "\e967";
  margin-left: -1em;
  color: rgb(1, 1, 1);
}
.rooms-module .rooms-icon-view:before, .room .rooms-icon-view:before, .venues .rooms-icon-view:before, .venue .rooms-icon-view:before {
  content: "\e932";
}
.rooms-module .rooms-icon-tv:before, .room .rooms-icon-tv:before, .venues .rooms-icon-tv:before, .venue .rooms-icon-tv:before {
  content: "\e902";
}
.rooms-module .rooms-icon-minifridge:before, .room .rooms-icon-minifridge:before, .venues .rooms-icon-minifridge:before, .venue .rooms-icon-minifridge:before {
  content: "\e934";
}
.rooms-module .rooms-icon-pets:before, .room .rooms-icon-pets:before, .venues .rooms-icon-pets:before, .venue .rooms-icon-pets:before {
  content: "\e935";
}
.rooms-module .rooms-icon-valet-only:before, .room .rooms-icon-valet-only:before, .venues .rooms-icon-valet-only:before, .venue .rooms-icon-valet-only:before {
  content: "\e936";
}

.flatpickr-calendar {
  -ms-touch-action: manipulation;
  -webkit-animation: none;
  -webkit-box-sizing: border-box;
  animation: none;
  background: #fff;
  border: 0;
  box-sizing: border-box;
  direction: ltr;
  display: none;
  font-size: 14px;
  line-height: 24px;
  opacity: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  touch-action: manipulation;
  visibility: hidden;
}
.flatpickr-calendar.open, .flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  box-shadow: -2px 0 0 #fff, 5px 0 0 #fff;
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before, .flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before, .flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-wrapper {
  display: inline-block;
  position: relative;
}

.flatpickr-months {
  display: flex;
  position: relative;
}
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 28px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  overflow: hidden;
  flex: 1;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  line-height: 16px;
  height: 28px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #000;
}
.flatpickr-months .flatpickr-prev-month.disabled,
.flatpickr-months .flatpickr-next-month.disabled {
  display: none;
}
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  transition: fill 0.1s;
  fill: inherit;
}
.flatpickr-months .flatpickr-prev-month {
  left: 0;
}
.flatpickr-months .flatpickr-next-month {
  right: 0;
}

.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear {
  display: none;
}
.numInputWrapper span {
  border: 1px solid rgba(57, 57, 57, 0.15);
  box-sizing: border-box;
  cursor: pointer;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  padding: 0 4px 0 2px;
  position: absolute;
  right: 0;
  width: 14px;
}
.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}
.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 6.16px 0 0 0;
  line-height: 1;
  height: 28px;
  display: inline-block;
  text-align: center;
  transform: translate3d(0, 0, 0);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0 ;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: flex;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  flex: 1;
  font-weight: bolder;
}

.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  width: 307.875px;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  box-sizing: border-box;
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-around;
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.dayContainer + .dayContainer {
  box-shadow: -1px 0 0 #fff;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover {
  cursor: pointer;
  outline: 0;
  background: #eaeaea;
  border-color: #eaeaea;
}

.keyboard-navigation .flatpickr-day:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-color: -webkit-focus-ring-color;
  outline-style: auto;
}

.flatpickr-day.today {
  border-color: #000;
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #000;
  background: #000;
  color: #fff;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #000;
  box-shadow: none;
  color: #fff;
  border-color: #000;
}

.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #fff, 5px 0 0 #fff;
}

.flatpickr-day.disabled,
.flatpickr-day.disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.disabled,
.flatpickr-day.disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  box-shadow: -5px 0 0 #000, 5px 0 0 #000;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  display: inline-block;
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  box-shadow: 1px 0 0 #fff;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  box-sizing: border-box;
  display: flex;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  display: inline-block;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #f3f3f3;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
#booking .flatpickr-calendar.arrowTop:after {
  display: none;
}
#booking .flatpickr-calendar.inline {
  top: 0;
  background: none;
  color: #ffffff;
  padding: 0;
  width: 120px;
  margin: 0 auto 2px auto;
}
@media only screen and (max-width: 767px) {
  #booking .flatpickr-calendar.inline {
    width: 100%;
  }
}
#booking .flatpickr-calendar.inline:before {
  display: none;
}
#booking .flatpickr-calendar.inline .flatpickr-months {
  display: block;
  text-align: center;
}
#booking .flatpickr-calendar.inline .flatpickr-months .flatpickr-month {
  color: #ffffff;
  flex: inherit;
  display: inline-block;
  vertical-align: top;
}
#booking .flatpickr-calendar.inline .flatpickr-months .flatpickr-month .numInputWrapper {
  display: none;
}
#booking .flatpickr-calendar.inline .flatpickr-months .flatpickr-month .flatpickr-current-month {
  font-size: 100%;
  padding-top: 5px;
  width: auto;
  position: relative;
  margin: 0 auto;
  left: 0;
  display: inline-block;
  vertical-align: top;
}
#booking .flatpickr-calendar.inline .flatpickr-months .flatpickr-month .flatpickr-current-month span.cur-month {
  margin-left: 0;
  text-transform: uppercase;
  padding: 0 5px;
}
#booking .flatpickr-calendar.inline .flatpickr-months .flatpickr-prev-month, #booking .flatpickr-calendar.inline .flatpickr-months .flatpickr-next-month {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 28px;
  width: 10px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0;
  color: #ffffff;
}
#booking .flatpickr-calendar.inline .flatpickr-months .flatpickr-prev-month svg, #booking .flatpickr-calendar.inline .flatpickr-months .flatpickr-next-month svg {
  display: none;
}
#booking .flatpickr-calendar.inline .flatpickr-months .flatpickr-prev-month:after, #booking .flatpickr-calendar.inline .flatpickr-months .flatpickr-next-month:after {
  content: "&gt;";
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
}
#booking .flatpickr-calendar.inline .flatpickr-months .flatpickr-prev-month.disabled, #booking .flatpickr-calendar.inline .flatpickr-months .flatpickr-next-month.disabled {
  display: inline-block;
}
#booking .flatpickr-calendar.inline .flatpickr-months .flatpickr-prev-month.disabled:after, #booking .flatpickr-calendar.inline .flatpickr-months .flatpickr-next-month.disabled:after {
  display: none;
}
#booking .flatpickr-calendar.inline .flatpickr-months .flatpickr-prev-month:after {
  content: "&lt;";
}
#booking .flatpickr-calendar.inline span.flatpickr-weekday {
  color: #ffffff;
  width: 10px;
  overflow: hidden;
}
#booking .flatpickr-weekdays {
  height: 10px;
  margin-top: 6px;
  margin-bottom: 3px;
}
@media only screen and (max-width: 767px) {
  #booking .flatpickr-weekdays {
    margin-bottom: 10px;
  }
}
#booking .flatpickr-days {
  width: 100%;
}
#booking .dayContainer {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
#booking .flatpickr-day {
  color: #fff;
  height: 15px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  #booking .flatpickr-day {
    height: 25px;
    line-height: 25px;
  }
}
#booking .flatpickr-day.selected, #booking .flatpickr-day:hover {
  background: #fff;
  color: #000;
}
#booking .flatpickr-day.today {
  border-color: #ffffff;
}
#booking .flatpickr-day.disabled {
  opacity: 0.3;
}
#booking .nextMonthDay {
  opacity: 0;
}

@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: #fff;
  transition: right 200ms;
  text-align: center;
  z-index: 60;
}
@media (max-width: 1100px), (max-height: 900px) {
  #mobile-navigation {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  #mobile-navigation {
    padding-top: 100px;
  }
}
.mobile-navigation-visible #mobile-navigation {
  right: 0;
}
#mobile-navigation .top-menu {
  z-index: 4;
  position: relative;
  top: auto;
  right: auto;
  width: 90%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #mobile-navigation .top-menu {
    max-width: 60%;
  }
}
#mobile-navigation .top-menu a {
  display: block;
  padding: 4px 40px;
  font: 20px/24px "Brandon Grotesque WF", Arial, sans-serif;
  text-decoration: none;
  color: #000000;
}
#mobile-navigation .top-menu a:hover, #mobile-navigation .top-menu a.active {
  color: #AC253C;
}
#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 a {
  display: block;
  padding: 4px 40px;
}
#mobile-navigation .main-menu .menu.level-1 {
  padding-top: 25px;
}
#mobile-navigation .main-menu .menu.level-1 &gt; li &gt; a {
  font: 26px/32px "Brandon Grotesque WF", Arial, sans-serif;
  text-decoration: none;
  color: #000000;
}
#mobile-navigation .main-menu .menu.level-1 &gt; li &gt; a:hover, #mobile-navigation .main-menu .menu.level-1 &gt; li &gt; a.active {
  color: #AC253C;
}
#mobile-navigation .main-menu .menu.level-1 &gt; li &gt; .plus {
  top: 4px;
}
#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: 24px;
  text-decoration: none;
  color: #000000;
}
#mobile-navigation .main-menu .menu.submenu a:hover, #mobile-navigation .main-menu .menu.submenu a.active {
  color: #AC253C;
}
#mobile-navigation .main-menu .parent.expanded &gt; .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: 32px;
  width: 32px;
  position: absolute;
  right: 10px;
  cursor: pointer;
}
#mobile-navigation .main-menu .plus .horizontal, #mobile-navigation .main-menu .plus .vertical {
  position: absolute;
  transition: all 333ms ease-in-out;
  transform: rotate(-90deg);
  background-color: #000000;
}
#mobile-navigation .main-menu .plus .horizontal {
  width: 8px;
  height: 2px;
  margin-left: 12px;
  margin-top: 15px;
}
#mobile-navigation .main-menu .plus .vertical {
  width: 2px;
  height: 8px;
  margin-left: 15px;
  margin-top: 12px;
}
#mobile-navigation .main-menu .parent.expanded &gt; .plus &gt; .vertical, #mobile-navigation .main-menu .parent.expanded &gt; .plus &gt; .horizontal {
  transform: rotate(90deg);
  background: #AC253C !important;
}
#mobile-navigation .main-menu .parent.expanded &gt; .plus &gt; .horizontal {
  opacity: 0;
}
#mobile-navigation .main-menu .menu.submenu .plus {
  top: 0;
}

@media only screen and (max-width: 767px) {
  html.booking-visible {
    overflow: hidden;
  }
}
.scrolling-overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 60;
  background: rgba(0, 0, 0, 0.6);
  transition: all 300ms ease-in-out;
}
.scrolled.booking-visible .scrolling-overlay {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1100px) {
  .booking-visible .scrolling-overlay {
    opacity: 1;
    visibility: visible;
  }
}

#booking {
  display: block;
  width: 450px;
  background: #fff;
  position: fixed;
  top: 80px;
  height: auto;
  padding: 0;
  transition: opacity 300ms ease-in-out, right 300ms ease-in-out;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 60;
}
@media only screen and (max-width: 979px) {
  #booking {
    position: fixed;
    top: 70px;
    width: 100%;
    display: block;
    overflow: auto;
    padding: 0;
    height: calc(100% - 70px);
    -webkit-overflow-scrolling: touch;
    max-height: none;
  }
}
.scrolled.booking-visible #booking {
  right: 0;
  opacity: 1;
}
.scrolled.keyboard-navigation #booking {
  transition: none;
  display: none;
}
.scrolled.booking-visible.keyboard-navigation #booking {
  display: block;
}
@media (max-width: 1100px), (max-height: 900px) {
  .booking-visible #booking {
    right: 0;
    opacity: 1;
  }
}
#booking .center-column {
  padding: 20px 45px;
}
@media only screen and (max-width: 979px) {
  #booking .center-column {
    padding: 30px 20px;
  }
}
#booking form {
  text-align: center;
  font-size: 0;
  display: block;
}
#booking .column {
  position: relative;
  display: block;
  margin-bottom: 24px;
  width: 100%;
}
#booking label {
  display: block;
  text-align: center;
  font: normal 17px/24px "Brandon Grotesque WF", Arial, sans-serif;
  color: #000;
  margin-bottom: 14px;
  text-transform: uppercase;
}
#booking input[type=text],
#booking input[type=date],
#booking select,
#booking .input-overlay,
#booking .select-field {
  display: block;
  width: 100%;
  height: 50px;
  background: #fff;
  color: #000;
  font-size: 17px;
  line-height: 50px;
  border: 1px solid #000;
  text-transform: uppercase;
  text-align: center;
  padding: 0 35px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #booking input[type=text],
  #booking input[type=date],
  #booking select,
  #booking .input-overlay,
  #booking .select-field {
    padding: 0 25px;
  }
}
#booking .booking-contacts {
  display: block;
  text-align: center;
  font: normal 18px/1.2 "Brandon Grotesque WF", Arial, sans-serif;
  color: #3A2D23;
  padding-top: 15px;
}
#booking .booking-contacts a {
  color: #000;
}
#booking .booking-contacts a:hover {
  color: #000;
}
#booking .input-overlay {
  opacity: 0;
  margin-top: -40px;
  display: block;
}
#booking #booking-dates {
  width: 100%;
}
#booking .decrement, #booking .increment {
  position: absolute;
  width: 45px;
  height: 100%;
  top: 0;
}
#booking .decrement {
  left: 0;
}
#booking .increment {
  right: 0;
  transform: rotate(180deg);
}
#booking input[type=submit] {
  display: inline-block;
  color: #fff;
  border: none;
  background: #AC253C;
  vertical-align: top;
  font-size: 16px;
  line-height: 58px;
  height: 58px;
  width: auto;
  padding: 0 40px;
  margin-top: 12px;
  transition: 300ms ease-in-out;
}
#booking input[type=submit]:hover {
  background: #000;
  color: #fff;
}

#booking-datepicker {
  width: 640px;
  display: none;
  position: absolute;
  right: 0;
  top: 100px;
  z-index: 7;
}
@media only screen and (min-width: 768px) {
  .booking-datepicker-under #booking-datepicker {
    bottom: auto;
    top: 75px;
  }
}
#booking-datepicker.visible {
  display: block;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker {
    display: block;
    position: relative;
    bottom: auto;
    top: auto;
    left: auto;
    max-height: 0;
    width: 100%;
    overflow: hidden;
    transition: max-height 300ms ease-in-out;
  }
  #booking-datepicker.visible {
    max-height: 500px;
  }
}
#booking-datepicker .arrival-departure-status {
  overflow: hidden;
  white-space: nowrap;
  background: #000000;
  text-align: center;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .arrival-departure-status {
    display: none;
  }
}
#booking-datepicker .arrival-departure-status div {
  display: inline-block;
  width: 100%;
  transition: all 200ms;
}
#booking-datepicker .arrival-departure-status .arrival, #booking-datepicker .arrival-departure-status .departure {
  opacity: 0;
  font: 20px/55px "Brandon Grotesque WF", Arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
}
#booking-datepicker .arrival-departure-status .arrival:after, #booking-datepicker .arrival-departure-status .departure:after {
  content: attr(data-text);
}
#booking-datepicker .arrival-departure-status .arrival {
  margin-left: -100%;
}
#booking-datepicker .arrival-departure-status .departure {
  margin-right: -100%;
}
#booking-datepicker.checkin-step .arrival-departure-status .arrival {
  margin-left: 0;
  opacity: 1;
}
#booking-datepicker.checkout-step .arrival-departure-status .departure {
  margin-right: 0;
  opacity: 1;
}
#booking-datepicker .ui-datepicker {
  width: 100% !important;
  white-space: nowrap;
  background: #ffffff;
}
#booking-datepicker .ui-datepicker-group {
  display: inline-block;
  white-space: normal;
}
#booking-datepicker .ui-datepicker-group:nth-child(2) {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker-group {
    width: 100%;
  }
  #booking-datepicker .ui-datepicker-group:nth-child(2) {
    display: none;
  }
}
#booking-datepicker .ui-datepicker-header {
  margin-bottom: 15px;
}
#booking-datepicker .ui-datepicker-header .ui-datepicker-prev, #booking-datepicker .ui-datepicker-header .ui-datepicker-next {
  display: none;
}
#booking-datepicker .ui-datepicker-prev, #booking-datepicker .ui-datepicker-next {
  top: 65px;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker-prev, #booking-datepicker .ui-datepicker-next {
    top: 10px;
  }
}
#booking-datepicker .ui-datepicker-prev {
  left: 20px;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker-prev {
    left: 26px;
  }
}
#booking-datepicker .ui-datepicker-next {
  right: 20px;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker-next {
    right: 26px;
  }
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker-calendar {
    width: 100%;
  }
}
#booking-datepicker.checkin-step td a, #booking-datepicker.checkout-step td a, #booking-datepicker td.checkin-date a, #booking-datepicker td.checkout-date a {
  position: relative;
}
#booking-datepicker.checkin-step td a:before, #booking-datepicker.checkout-step td a:before, #booking-datepicker td.checkin-date a:before, #booking-datepicker td.checkout-date a:before {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 14px;
  margin-bottom: -7px;
  background-color: #000000;
  font-size: 7px;
  line-height: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}

.acm-section {
  background: #ffffff;
  padding: 0 20px;
}
.acm-section .separator {
  display: block;
  width: 100%;
  border-bottom: 1px solid #979797;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 35px;
  margin-top: -34px;
}
.acm-section .description-block {
  max-width: 960px;
  margin: 0 auto;
}
.acm-section .frame {
  position: absolute;
  top: 28px;
  left: 28px;
  right: 28px;
  bottom: 28px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .acm-section .frame {
    top: 18px;
    bottom: 18px;
    left: 18px;
    right: 18px;
  }
}
.acm-section .frame .line {
  background: #ffffff;
  position: absolute;
}
.acm-section .frame .left-line, .acm-section .frame .right-line {
  top: 4px;
  height: calc(100% - 8px);
  width: 2px;
}
.acm-section .frame .left-line {
  left: -2px;
}
.acm-section .frame .right-line {
  right: -2px;
}
.acm-section .frame .top-line, .acm-section .frame .bottom-line {
  height: 2px;
  width: calc(100% - 8px);
  left: 4px;
}
.acm-section .frame .top-line {
  top: -2px;
}
.acm-section .frame .bottom-line {
  bottom: -2px;
}
.acm-section .frame .top-corners:before, .acm-section .frame .top-corners:after, .acm-section .frame .bottom-corners:before, .acm-section .frame .bottom-corners:after {
  content: "";
  position: absolute;
  border: 2px solid #ffffff;
  width: 14px;
  height: 14px;
  top: -8px;
}
.acm-section .frame .top-corners:before, .acm-section .frame .bottom-corners:before {
  left: -8px;
}
.acm-section .frame .top-corners:after, .acm-section .frame .bottom-corners:after {
  right: -8px;
}
.acm-section .frame .bottom-corners:before, .acm-section .frame .bottom-corners:after {
  top: auto;
  bottom: -8px;
}

.video-section {
  position: relative;
  color: #ffffff;
  text-align: center;
  padding: 0 20px;
  overflow: visible;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .video-section {
    padding: 0 10px;
  }
}
.video-section .content-wrapper {
  max-width: 960px;
  margin: 0 auto;
}
.video-section .frame:before {
  content: "";
  height: 2px;
  background: #ffffff;
  width: 20px;
  position: absolute;
  right: 45px;
  bottom: -2px;
  z-index: 1;
}
.video-section .frame:after {
  content: "";
  position: absolute;
  right: -12px;
  bottom: -420px;
  width: 188px;
  height: 430px;
  background: url("../images/video-item.svg") 0 0 no-repeat;
}
@media (max-width: 1200px) {
  .video-section .frame:after {
    display: none;
  }
}
.video-section .video-frame {
  position: relative;
  max-width: 1560px;
  margin: 0 auto 60px;
  background: #000000 url("../images/video-bg.jpg") 50% 0 no-repeat;
}
.video-section .video-frame .center-column {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding: 50px;
  margin: 0 auto;
  min-height: 900px;
  height: 1px;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .video-section .video-frame .center-column {
    min-height: 525px;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .video-section .video-frame .center-column {
    padding: 30px;
    min-height: auto;
    height: auto;
  }
}
.video-section .video-frame .page-content .h1 {
  color: #ffffff;
  margin-bottom: 8px;
}
@media only screen and (max-width: 979px) {
  .video-section .video-frame .page-content .h1 {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 980px) {
  .video-section .video-frame .page-content .copy {
    max-width: 960px;
  }
}
.video-section .video-frame .page-content .copy p:last-of-type {
  margin-bottom: 48px;
}
@media only screen and (max-width: 979px) {
  .video-section .video-frame .page-content .copy p:last-of-type {
    margin-bottom: 25px;
  }
}
.video-section .video-frame .page-content .video-youtube {
  font-size: 0;
  text-indent: -9999em;
  display: inline-block;
  width: 80px;
  height: 80px;
  background: url("../images/icon-play.svg") 0 0 no-repeat;
  background-size: 100% 100%;
  transition: opacity 300ms ease-in-out;
}
.video-section .video-frame .page-content .video-youtube:hover {
  opacity: 0.7;
}
.video-section .video-frame .page-content p {
  margin-bottom: 23px;
}

.rooms-section {
  padding: 100px 20px 150px 20px;
  background-color: #F9F9F9;
}
@media only screen and (max-width: 767px) {
  .rooms-section {
    padding: 50px 10px 70px;
  }
}
.rooms-section .description-block {
  max-width: 730px;
}
.rooms-section .description-block .h2 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .rooms-section .description-block .h2 {
    margin-bottom: 20px;
  }
}
.rooms-section .description-block .copy {
  margin-bottom: 30px;
}
.rooms-section .rooms {
  margin: 13px auto 0 auto;
  padding-bottom: 115px;
}
@media only screen and (max-width: 767px) {
  .rooms-section .rooms {
    margin: 0 auto;
  }
}
.rooms-section .rooms.center-column {
  max-width: 1560px;
  padding: 0;
  overflow: hidden;
}
.rooms-section .rooms .category-selector {
  margin: 0 0 45px 0;
}
@media only screen and (max-width: 767px) {
  .rooms-section .rooms .category-selector {
    margin-bottom: 20px;
  }
}
.rooms-section .rooms .category-selector button {
  position: relative;
  font-size: 1.5vw;
  line-height: 24px;
  height: auto;
  padding: 0;
  font-weight: 700;
  margin: 0 12px;
  text-transform: uppercase;
  text-decoration: none;
  color: #000000;
  border: none;
}
@media (max-width: 866.6666666667px) {
  .rooms-section .rooms .category-selector button {
    font-size: 13px;
  }
}
@media (min-width: 1133.3333333333px) {
  .rooms-section .rooms .category-selector button {
    font-size: 17px;
  }
}
.rooms-section .rooms .category-selector button:before {
  content: "";
  position: absolute;
  bottom: -7px;
  display: block;
  width: 100%;
  height: 5px;
  background-color: #167E88;
  opacity: 0;
  transition: opacity 300ms ease-in-out;
}
.rooms-section .rooms .category-selector button.active, .rooms-section .rooms .category-selector button:hover {
  color: #167E88;
  background: none;
}
.rooms-section .rooms .category-selector button.active:before, .rooms-section .rooms .category-selector button:hover:before {
  opacity: 1;
}
.rooms-section .rooms .rooms-wrapper {
  position: relative;
}
.rooms-section .rooms .rooms-wrapper .slideshow-button {
  display: none;
  width: 40px;
  height: 40px;
  border-color: #fff;
}
@media only screen and (max-width: 767px) {
  .rooms-section .rooms .rooms-wrapper .slideshow-button {
    display: none !important;
  }
}
.rooms-section .rooms .rooms-wrapper .slideshow-button.previous {
  left: 20px;
}
.rooms-section .rooms .rooms-wrapper .slideshow-button.next {
  right: 20px;
}
.rooms-section .rooms .rooms-wrapper .slideshow {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .rooms-section .rooms .rooms-wrapper .slideshow {
    width: 100%;
    margin: 0 auto;
  }
}
.rooms-section .rooms .rooms-entry {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  padding: 0;
  background: none;
  margin: 0;
  width: 100%;
  overflow: hidden;
  visibility: hidden;
}
@media only screen and (max-width: 767px) {
  .rooms-section .rooms .rooms-entry {
    display: block;
  }
}
.keyboard-navigation .rooms-section .rooms .rooms-entry {
  display: none;
  position: relative;
  left: auto;
  top: auto;
}
.keyboard-navigation .rooms-section .rooms .rooms-entry.active {
  position: relative;
  z-index: 1;
  display: block;
}
.rooms-section .rooms .rooms-entry.active {
  position: relative;
  top: auto;
  left: auto;
  z-index: 1;
  visibility: visible;
}
.rooms-section .rooms .rooms-entry.active .gallery-wrapper .slideshow-button {
  display: block;
}
.rooms-section .rooms .rooms-entry .gallery-wrapper {
  position: relative;
  width: 54%;
}
@media only screen and (max-width: 767px) {
  .rooms-section .rooms .rooms-entry .gallery-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }
}
.rooms-section .rooms .rooms-entry .rooms-gallery {
  font-size: 0;
  min-height: 550px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .rooms-section .rooms .rooms-entry .rooms-gallery {
    min-height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-section .rooms .rooms-entry .rooms-gallery {
    min-height: auto;
    padding-bottom: 46%;
  }
}
.rooms-section .rooms .rooms-entry .rooms-gallery .rooms-item-gallery {
  position: absolute;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.rooms-section .rooms .rooms-entry .copy {
  width: 46%;
  padding: 85px 80px 90px;
  margin-bottom: 0;
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .rooms-section .rooms .rooms-entry .copy {
    padding: 50px 40px 70px;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-section .rooms .rooms-entry .copy {
    padding: 0 10px;
    width: 100%;
    text-align: center;
  }
}
.rooms-section .rooms .rooms-entry .copy .rooms-price {
  font: 700 22px/25px "Garamond WF";
  margin-bottom: 15px;
  color: #AC253C;
}
.rooms-section .rooms .rooms-entry .copy .h2 {
  margin-right: 40px;
  font: 700 60px/62px "Brandon Grotesque WF", Arial, sans-serif;
  margin-bottom: 38px;
}
@media only screen and (max-width: 979px) {
  .rooms-section .rooms .rooms-entry .copy .h2 {
    margin-right: 0;
    font-size: 34px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-section .rooms .rooms-entry .copy .h2 {
    margin-bottom: 14px;
    font-size: 18px;
    line-height: 22px;
  }
}
.rooms-section .rooms .rooms-entry .copy p {
  margin-bottom: 50px;
}
.rooms-section .rooms .rooms-entry .more-info {
  font-size: 0;
}
.rooms-section .rooms .rooms-entry .more-info .button {
  margin-right: 15px;
  width: calc(50% - 15px);
}
.rooms-section .rooms .rooms-entry .more-info .button.green {
  color: #fff;
  background-color: #167E88;
  border-color: #167E88;
}
.rooms-section .rooms .rooms-entry .more-info .button.green:hover {
  color: #167E88;
  background-color: #fff;
}
@media only screen and (max-width: 979px) {
  .rooms-section .rooms .rooms-entry .more-info .button {
    width: 100%;
    display: block;
    margin: 10px 0 0 0;
  }
}

.content-blocks, .history-blocks {
  max-width: 100%;
  background: none;
  position: relative;
  padding: 40px 0;
}
@media only screen and (max-width: 979px) {
  .content-blocks, .history-blocks {
    min-height: 0;
  }
}
@media only screen and (max-width: 767px) {
  .content-blocks, .history-blocks {
    padding: 0 20px;
  }
}
.content-blocks:before, .history-blocks:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1080px;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 );
}
.meetings .content-blocks:before, .spa .content-blocks:before, .meetings .history-blocks:before, .spa .history-blocks:before {
  display: none;
}
.content-blocks .blocks-wrapper, .history-blocks .blocks-wrapper {
  max-width: 1640px;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .content-blocks .blocks-wrapper, .history-blocks .blocks-wrapper {
    padding: 0;
  }
}
.content-blocks .content-block, .history-blocks .content-block {
  position: relative;
  overflow: hidden;
  padding-bottom: 60px;
}
@media only screen and (max-width: 979px) {
  .content-blocks .content-block, .history-blocks .content-block {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .content-blocks .content-block, .history-blocks .content-block {
    padding-bottom: 40px;
  }
}
.content-blocks .content-block .thumb, .history-blocks .content-block .thumb {
  position: absolute;
  left: 20px;
  top: 0;
  width: 52%;
  height: calc(100% - 60px);
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 720px;
}
@media (max-width: 1200px) {
  .content-blocks .content-block .thumb, .history-blocks .content-block .thumb {
    width: 50%;
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .content-blocks .content-block .thumb, .history-blocks .content-block .thumb {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .content-blocks .content-block .thumb, .history-blocks .content-block .thumb {
    position: relative;
    height: 250px;
    width: 100%;
    margin-bottom: 10px;
  }
}
.content-blocks .content-block .page-content, .history-blocks .content-block .page-content {
  position: relative;
  width: 100%;
  float: right;
  min-height: 720px;
  padding: 52px 0;
  text-align: left;
}
@media only screen and (max-width: 979px) {
  .content-blocks .content-block .page-content, .history-blocks .content-block .page-content {
    min-height: 100%;
    height: auto;
    float: none;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .content-blocks .content-block .page-content, .history-blocks .content-block .page-content {
    padding: 0;
  }
}
.content-blocks .content-block .page-content .content-wrapper, .history-blocks .content-block .page-content .content-wrapper {
  margin-left: 60%;
  padding-bottom: 0;
  max-width: 32%;
}
@media (max-width: 1200px) {
  .content-blocks .content-block .page-content .content-wrapper, .history-blocks .content-block .page-content .content-wrapper {
    margin-left: 55%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .content-blocks .content-block .page-content .content-wrapper, .history-blocks .content-block .page-content .content-wrapper {
    padding: 0;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .content-blocks .content-block .page-content .content-wrapper, .history-blocks .content-block .page-content .content-wrapper {
    max-width: 100%;
    margin-left: 0;
    text-align: center;
  }
}
.content-blocks .content-block .page-content .content-wrapper .h1, .history-blocks .content-block .page-content .content-wrapper .h1 {
  margin-bottom: 18px;
  line-height: 54px;
}
@media only screen and (max-width: 979px) {
  .content-blocks .content-block .page-content .content-wrapper .h1, .history-blocks .content-block .page-content .content-wrapper .h1 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .content-blocks .content-block .page-content .content-wrapper .h1, .history-blocks .content-block .page-content .content-wrapper .h1 {
    margin-bottom: 10px;
    line-height: 34px;
  }
}
.content-blocks .content-block .page-content .content-wrapper .h2, .history-blocks .content-block .page-content .content-wrapper .h2 {
  margin-bottom: 43px;
}
@media only screen and (max-width: 767px) {
  .content-blocks .content-block .page-content .content-wrapper .h2, .history-blocks .content-block .page-content .content-wrapper .h2 {
    margin-bottom: 15px;
  }
}
.content-blocks .content-block .page-content .content-wrapper .copy, .history-blocks .content-block .page-content .content-wrapper .copy {
  margin: 0;
  padding-bottom: 49px;
}
@media only screen and (max-width: 767px) {
  .content-blocks .content-block .page-content .content-wrapper .copy, .history-blocks .content-block .page-content .content-wrapper .copy {
    max-width: 100%;
    padding-bottom: 0;
  }
}
.content-blocks .content-block .page-content .content-wrapper .buttons-block, .history-blocks .content-block .page-content .content-wrapper .buttons-block {
  font-size: 0;
  max-width: calc(29% - 20px);
}
@media (max-width: 1200px) {
  .content-blocks .content-block .page-content .content-wrapper .buttons-block, .history-blocks .content-block .page-content .content-wrapper .buttons-block {
    left: 55%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .content-blocks .content-block .page-content .content-wrapper .buttons-block, .history-blocks .content-block .page-content .content-wrapper .buttons-block {
    max-width: 100%;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media only screen and (max-width: 767px) {
  .content-blocks .content-block .page-content .content-wrapper .buttons-block, .history-blocks .content-block .page-content .content-wrapper .buttons-block {
    max-width: 100%;
    position: relative;
    margin: 0 auto;
    left: auto;
    bottom: auto;
  }
}
.content-blocks .content-block .page-content .content-wrapper .button, .history-blocks .content-block .page-content .content-wrapper .button {
  margin: 10px 20px 0 0;
  background: none;
}
.content-blocks .content-block .page-content .content-wrapper .button:hover, .history-blocks .content-block .page-content .content-wrapper .button:hover {
  background: #000000;
}
.spa .content-blocks .content-block .page-content .content-wrapper .button:hover, .spa .history-blocks .content-block .page-content .content-wrapper .button:hover {
  background: #6EB0B5;
}
@media only screen and (max-width: 979px) {
  .content-blocks .content-block .page-content .content-wrapper .button, .history-blocks .content-block .page-content .content-wrapper .button {
    margin: 10px 0 0 0;
    display: block;
  }
}
.content-blocks .content-block.right-block .thumb, .history-blocks .content-block.right-block .thumb {
  left: auto;
  right: 20px;
}
@media only screen and (max-width: 767px) {
  .content-blocks .content-block.right-block .thumb, .history-blocks .content-block.right-block .thumb {
    right: auto;
  }
}
.content-blocks .content-block.right-block .content-wrapper, .history-blocks .content-block.right-block .content-wrapper {
  margin-left: auto;
  padding-right: 20px;
  margin-right: 60%;
}
@media (max-width: 1200px) {
  .content-blocks .content-block.right-block .content-wrapper, .history-blocks .content-block.right-block .content-wrapper {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 979px) {
  .content-blocks .content-block.right-block .content-wrapper, .history-blocks .content-block.right-block .content-wrapper {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .content-blocks .content-block.right-block .content-wrapper, .history-blocks .content-block.right-block .content-wrapper {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

.tripadvisor-section {
  background: #fff;
  padding: 120px 0 0 0;
}
@media only screen and (max-width: 979px) {
  .tripadvisor-section {
    padding: 50px 0 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .tripadvisor-section {
    padding: 0 0 70px 0;
  }
}
.tripadvisor-section .center-column {
  max-width: 1560px;
  min-height: 720px;
}
@media only screen and (max-width: 767px) {
  .tripadvisor-section .center-column {
    min-height: 100%;
  }
}
.tripadvisor-section .center-column .thumb {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .tripadvisor-section .center-column .thumb {
    width: 100%;
    border-radius: 0;
  }
}
@media only screen and (max-width: 767px) {
  .tripadvisor-section .center-column .thumb:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgb(255, 255, 255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#80ffffff", endColorstr="#ffffff",GradientType=0 );
  }
}
.tripadvisor-section .center-column.page-content .content-wrapper {
  padding: 106px 80px 80px;
  width: 614px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .tripadvisor-section .center-column.page-content .content-wrapper {
    background: unset;
    width: 100%;
    max-width: 400px;
    padding: 50px 0 40px;
    margin: 0 auto;
  }
}
.tripadvisor-section .center-column.page-content .copy {
  position: relative;
  text-align: left;
  margin: 0;
  max-width: 780px;
  padding: 20px 0 20px;
  font: normal 24px/32px "Brandon Grotesque WF", Arial, sans-serif;
  font-style: italic;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .tripadvisor-section .center-column.page-content .copy {
    max-width: 700px;
  }
}
@media only screen and (max-width: 767px) {
  .tripadvisor-section .center-column.page-content .copy {
    max-width: 100%;
    padding: 50px 10px 0 10px;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
  }
}
.tripadvisor-section .center-column.page-content .copy .h1 {
  position: relative;
  margin-bottom: 19px;
  z-index: 1;
}
.tripadvisor-section .center-column.page-content .copy .h1:before {
  content: "";
  background: url("../images/quote-lightgreen.svg") 50% 50% no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: -42px;
  top: -60px;
  width: 136px;
  height: 106px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .tripadvisor-section .center-column.page-content .copy .h1:before {
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
    width: 50px;
    height: 45px;
  }
}
.tripadvisor-section .center-column .tripadvisor-logo {
  position: relative;
  display: block;
  width: 253px;
  height: 39px;
  margin: 85px 0 5px 0;
  font-size: 0;
  text-indent: -9999em;
}
@media only screen and (max-width: 767px) {
  .tripadvisor-section .center-column .tripadvisor-logo {
    margin: 10px auto 20px auto;
  }
}
.tripadvisor-section .center-column .ratings {
  position: relative;
  text-align: left;
  margin: 0;
  font-size: 18px;
  line-height: 26px;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .tripadvisor-section .center-column .ratings {
    margin: 0;
    text-align: center;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .tripadvisor-section .center-column .ratings .rating-box {
    width: 100%;
    overflow: hidden;
    margin-bottom: 0;
  }
}
.tripadvisor-section .center-column .ratings .rating-text {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  float: left;
  color: #09A57C;
  margin-right: 8px;
}
@media only screen and (max-width: 767px) {
  .tripadvisor-section .center-column .ratings .rating-text {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
}
.tripadvisor-section .center-column .ratings .ratings-wrapper {
  float: left;
  font-size: 0;
  margin-right: 16px;
}
@media only screen and (max-width: 767px) {
  .tripadvisor-section .center-column .ratings .ratings-wrapper {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
}
.tripadvisor-section .center-column .ratings .ratings-wrapper .star {
  display: inline-block;
  vertical-align: middle;
  margin: 2px 3px 0 0;
  width: 17px;
  height: 17px;
  border: 2px solid #09A57C;
  border-radius: 50%;
  position: relative;
}
.tripadvisor-section .center-column .ratings .ratings-wrapper .star:after {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: #09A57C;
  border-radius: 5px;
}
.tripadvisor-section .center-column .ratings .ratings-wrapper.rate-45 .star-5:after {
  width: calc(70% - 4px);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.tripadvisor-section .center-column .ratings .ratings-wrapper.rate-40 .star-5:after {
  display: none;
}
.tripadvisor-section .center-column .ratings .ratings-wrapper.rate-35 .star-5:after {
  display: none;
}
.tripadvisor-section .center-column .ratings .ratings-wrapper.rate-35 .star-4:after {
  width: calc(70% - 4px);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.tripadvisor-section .center-column .ratings .ratings-wrapper.rate-30 .star-4:after, .tripadvisor-section .center-column .ratings .ratings-wrapper.rate-30 .star-5:after {
  display: none;
}
.tripadvisor-section .center-column .ratings .ratings-wrapper.rate-25 .star-4:after, .tripadvisor-section .center-column .ratings .ratings-wrapper.rate-25 .star-5:after {
  display: none;
}
.tripadvisor-section .center-column .ratings .ratings-wrapper.rate-25 .star-3:after {
  width: calc(70% - 4px);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.tripadvisor-section .center-column .ratings .ratings-wrapper.rate-20 .star-3:after, .tripadvisor-section .center-column .ratings .ratings-wrapper.rate-20 .star-4:after, .tripadvisor-section .center-column .ratings .ratings-wrapper.rate-20 .star-5:after {
  display: none;
}
.tripadvisor-section .center-column .ratings .ratings-wrapper.rate-15 .star-3:after, .tripadvisor-section .center-column .ratings .ratings-wrapper.rate-15 .star-4:after, .tripadvisor-section .center-column .ratings .ratings-wrapper.rate-15 .star-5:after {
  display: none;
}
.tripadvisor-section .center-column .ratings .ratings-wrapper.rate-15 .star-2:after {
  width: calc(70% - 4px);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.tripadvisor-section .center-column .ratings .ratings-wrapper.rate-10 .star-2:after, .tripadvisor-section .center-column .ratings .ratings-wrapper.rate-10 .star-3:after, .tripadvisor-section .center-column .ratings .ratings-wrapper.rate-10 .star-4:after, .tripadvisor-section .center-column .ratings .ratings-wrapper.rate-10 .star-5:after {
  display: none;
}
.tripadvisor-section .center-column .ratings .ratings-wrapper.rate-05 .star-2:after, .tripadvisor-section .center-column .ratings .ratings-wrapper.rate-05 .star-3:after, .tripadvisor-section .center-column .ratings .ratings-wrapper.rate-05 .star-4:after, .tripadvisor-section .center-column .ratings .ratings-wrapper.rate-05 .star-5:after {
  display: none;
}
.tripadvisor-section .center-column .ratings .ratings-wrapper.rate-05 .star-1:after {
  width: calc(70% - 4px);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.tripadvisor-section .center-column .ratings .ratings-wrapper.rate-0 .star:after {
  display: none;
}
.tripadvisor-section .center-column .ratings .reviews {
  float: left;
  margin-right: 18px;
}
@media only screen and (max-width: 767px) {
  .tripadvisor-section .center-column .ratings .reviews {
    display: block;
    float: none;
    margin: 0;
  }
}
.tripadvisor-section .center-column .button {
  margin-top: 23px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 767px) {
  .tripadvisor-section .center-column .button {
    margin: 30px auto 0;
    float: none;
    display: inline-block;
  }
}

.events-section {
  padding: 105px 0 120px 0;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .events-section {
    padding: 60px 0 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  .events-section {
    padding: 50px 10px;
  }
}

.feeds-section {
  text-align: center;
  background: none;
  padding: 50px 0;
}
@media only screen and (max-width: 979px) {
  .feeds-section {
    padding: 30px 0;
  }
}
.feeds-section .page-content {
  display: inline-block;
}
.feeds-section .page-content .h1 {
  float: left;
}
@media only screen and (max-width: 979px) {
  .feeds-section .page-content .h1 {
    float: none;
  }
}
.feeds-section .page-content ul {
  float: left;
  font-size: 0;
  margin: 8px 0 0 26px;
}
@media only screen and (max-width: 979px) {
  .feeds-section .page-content ul {
    float: none;
    margin: 8px 0 0 0;
  }
}
@media only screen and (max-width: 979px) {
  .feeds-section .page-content ul {
    margin-bottom: 20px;
  }
}
.feeds-section .page-content ul li {
  display: inline-block;
  margin: 0 5px;
}
.feeds-section .page-content ul li:before {
  display: none;
}
.feeds-section .page-content ul li button, .feeds-section .page-content ul li a {
  position: relative;
  display: block;
  float: left;
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  overflow: hidden;
  background: #ffffff url("../images/sprite.svg") 0 0 no-repeat;
  color: #000000;
  border-radius: 50%;
  border: 1px solid #000000;
  transition: border-color 300ms ease-in-out;
}
.feeds-section .page-content ul li button:hover, .feeds-section .page-content ul li button.active, .feeds-section .page-content ul li a:hover, .feeds-section .page-content ul li a.active {
  border-color: #167E88;
}
.feeds-section .page-content ul li button.instagram, .feeds-section .page-content ul li a.instagram {
  background-position: -103px -220px;
}
.feeds-section .page-content ul li button.instagram:hover, .feeds-section .page-content ul li button.instagram.active, .feeds-section .page-content ul li a.instagram:hover, .feeds-section .page-content ul li a.instagram.active {
  background-position: -273px -220px;
}
.feeds-section .page-content ul li button.facebook, .feeds-section .page-content ul li a.facebook {
  background-position: 2px -222px;
}
.feeds-section .page-content ul li button.facebook:hover, .feeds-section .page-content ul li button.facebook.active, .feeds-section .page-content ul li a.facebook:hover, .feeds-section .page-content ul li a.facebook.active {
  background-position: -168px -222px;
}
.feeds-section .page-content ul li button.tripadvisor, .feeds-section .page-content ul li a.tripadvisor {
  background-position: -47px -218px;
}
.feeds-section .page-content ul li button.tripadvisor:hover, .feeds-section .page-content ul li button.tripadvisor.active, .feeds-section .page-content ul li a.tripadvisor:hover, .feeds-section .page-content ul li a.tripadvisor.active {
  background-position: -217px -218px;
}
.feeds-section .feeds {
  max-width: 1620px;
  margin: 0 auto;
  overflow: hidden;
  display: none;
  font-size: 0;
}
.feeds-section .feeds.active {
  display: block;
}
.feeds-section .feeds .feed-item {
  width: calc(25% - 60px);
  height: calc(25% - 60px);
  display: inline-block;
  vertical-align: top;
  margin: 30px;
  text-indent: -9999em;
  font-size: 0;
  background: #ffffff;
  color: #000000;
  line-height: 0;
  overflow: hidden;
  position: relative;
}
.feeds-section .feeds .feed-item.hide {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .feeds-section .feeds .feed-item {
    margin: 15px;
    width: calc(25% - 30px);
    height: calc(25% - 30px);
  }
}
@media only screen and (max-width: 767px) {
  .feeds-section .feeds .feed-item {
    margin: 5px;
    width: calc(50% - 15px);
    height: calc(50% - 15px);
  }
}
.feeds-section .feeds .feed-item a {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 100%;
  color: #000000;
  padding-bottom: 100%;
}
.feeds-section .feeds .feed-item .feed-thumb {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.feeds-section .feeds .feed-item .feed-text {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 300ms ease-in-out;
  color: #fff;
  font-size: 19px;
  line-height: 1;
  z-index: 2;
}
@media only screen and (min-width: 980px) {
  .feeds-section .feeds .feed-item .feed-text {
    padding: 20px;
  }
}
.feeds-section .feeds .feed-item .feed-text span {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.feeds-section .feeds .feed-item:hover .feed-text, .feeds-section .feeds .feed-item a:focus + .feed-text {
  opacity: 1;
}
.feeds-section .load-more {
  display: none;
  margin-top: 30px;
}

.poi-section {
  padding: 0;
  background: #000000;
}

.gallery-section {
  text-align: center;
  padding: 120px 0;
  background: none;
}
.spa .gallery-section {
  background: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .gallery-section {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  .gallery-section {
    padding: 50px 5px;
  }
}
@media only screen and (max-width: 767px) {
  .gallery-section .page-content {
    padding: 0 15px;
  }
}
.gallery-section .home-gallery {
  text-align: center;
  font-size: 0;
  max-width: 1620px;
  margin: 0 auto;
  overflow: hidden;
}
.gallery-section .photo-wrapper {
  width: calc(25% - 60px);
  height: calc(25% - 60px);
  display: inline-block;
  vertical-align: top;
  margin: 30px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .gallery-section .photo-wrapper {
    margin: 15px;
    width: calc(25% - 30px);
    height: calc(25% - 30px);
  }
}
@media only screen and (max-width: 767px) {
  .gallery-section .photo-wrapper {
    margin: 5px;
    width: calc(25% - 10px);
    height: calc(25% - 10px);
  }
}
.gallery-section .photo-wrapper .photo {
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 100%;
  border: none;
}
.gallery-section .load-more {
  margin-top: 30px;
}

.history-blocks {
  background: #ffffff;
}
.history-blocks .blocks-wrapper {
  max-width: 1480px;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .history-blocks .blocks-wrapper {
    padding: 0;
  }
}
.history-blocks:before {
  display: none;
}
.history-blocks .content-block .thumb {
  width: 50%;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .history-blocks .content-block .thumb {
    width: 100%;
  }
}
.history-blocks .content-block .page-content {
  padding: 30px 0;
  min-height: 360px;
}
@media only screen and (max-width: 767px) {
  .history-blocks .content-block .page-content {
    min-height: 0;
    padding: 0;
  }
}
.history-blocks .content-block .page-content .content-wrapper {
  margin-left: calc(50% + 60px);
}
@media (max-width: 1200px) {
  .history-blocks .content-block .page-content .content-wrapper {
    margin-left: calc(50% + 30px);
  }
}
@media only screen and (max-width: 767px) {
  .history-blocks .content-block .page-content .content-wrapper {
    margin-left: 0;
    min-height: 0;
  }
}
.history-blocks .content-block .page-content .content-wrapper .copy {
  padding-bottom: 0;
  max-width: 590px;
}
@media only screen and (max-width: 767px) {
  .history-blocks .content-block .page-content .content-wrapper .copy {
    max-width: 100%;
  }
}
.history-blocks .content-block .page-content .content-wrapper .copy p {
  margin-bottom: 10px;
}
.history-blocks .content-block .page-content .content-wrapper .copy h2 {
  font-size: 72px;
  line-height: 72px;
  margin-bottom: 14px;
  color: #6EB0B5;
}
@media only screen and (max-width: 767px) {
  .history-blocks .content-block .page-content .content-wrapper .copy h2 {
    font-size: 44px;
    line-height: 54px;
    margin-bottom: 14px;
  }
}
.history-blocks .content-block.right-block .thumb {
  left: auto;
  right: 0;
  width: calc(50% - 60px);
}
@media (max-width: 1200px) {
  .history-blocks .content-block.right-block .thumb {
    width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 767px) {
  .history-blocks .content-block.right-block .thumb {
    width: 100%;
  }
}
.history-blocks .content-block.right-block .content-wrapper {
  text-align: right;
  margin-left: auto;
  margin-right: calc(50% + 60px);
  padding-right: 0;
  padding-left: 10px;
}
@media (max-width: 1200px) {
  .history-blocks .content-block.right-block .content-wrapper {
    margin-right: 50%;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .history-blocks .content-block.right-block .content-wrapper {
    margin-right: 0;
    text-align: center;
  }
}
.history-blocks .content-block.right-block .content-wrapper .copy {
  max-width: 100%;
}

.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: none;
}

#promos {
  position: relative;
  z-index: 30;
  width: 100%;
  padding-top: 50px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  #promos {
    padding: 0;
  }
}
#promos .promos-wrapper {
  position: relative;
  max-width: 1790px;
  margin: 0 auto;
  padding: 0 70px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #promos .promos-wrapper {
    padding: 0 10px;
  }
}
.spa #promos {
  background: #ffffff;
}
.spa #promos:before {
  content: "";
  display: block;
  position: relative;
  margin: 0 auto 90px;
  width: 479px;
  height: 80px;
  background: url("../images/spa-logo.svg") 0 0 no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .spa #promos:before {
    width: 90%;
    margin-bottom: 20px;
  }
}
#promos .slideshow {
  max-width: 1560px;
  margin: 0 auto;
  overflow: hidden;
}
#promos .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
#promos .slideshow-button {
  margin-top: -52px;
  border-color: #000;
  width: 40px;
  height: 40px;
}
#promos .slideshow-button.previous {
  left: 20px;
}
#promos .slideshow-button.next {
  right: 20px;
}
#promos .pagination {
  margin-top: 18px;
  text-align: right;
  font-family: "Brandon Grotesque WF", Arial, sans-serif;
  font-size: 18px;
  line-height: 36px;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  #promos .pagination {
    display: none;
  }
}
#promos .promo {
  position: relative;
  display: inline-block;
  width: 33.33%;
  min-height: 570px;
  height: auto;
  vertical-align: top;
  overflow: hidden;
  white-space: normal;
  background: #000000;
  color: #fff;
}
.spa #promos .promo {
  background: #6EB0B5;
}
@media only screen and (min-width: 1440px) {
  #promos .promo {
    min-height: 720px;
  }
}
@media only screen and (max-width: 767px) {
  #promos .promo {
    min-height: 500px;
  }
}
#promos .promo .inner-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#promos .promo .thumbnail {
  position: relative;
  width: 100%;
  height: 350px;
  overflow: hidden;
}
#promos .promo .thumbnail img {
  display: none;
}
@media only screen and (min-width: 1440px) {
  #promos .promo .thumbnail {
    height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  #promos .promo .thumbnail {
    height: 280px;
  }
}
#promos .promo .thumbnail .frame {
  position: absolute;
  top: 28px;
  left: 28px;
  right: 28px;
  bottom: 28px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  #promos .promo .thumbnail .frame {
    top: 18px;
    left: 18px;
    right: 18px;
    bottom: 18px;
  }
}
#promos .promo .thumbnail .frame .line {
  background: #ffffff;
  position: absolute;
}
#promos .promo .thumbnail .frame .left-line, #promos .promo .thumbnail .frame .right-line {
  top: 4px;
  height: calc(100% - 8px);
  width: 2px;
}
#promos .promo .thumbnail .frame .left-line {
  left: -2px;
}
#promos .promo .thumbnail .frame .right-line {
  right: -2px;
}
#promos .promo .thumbnail .frame .top-line, #promos .promo .thumbnail .frame .bottom-line {
  height: 2px;
  width: calc(100% - 8px);
  left: 4px;
}
#promos .promo .thumbnail .frame .top-line {
  top: -2px;
}
#promos .promo .thumbnail .frame .bottom-line {
  bottom: -2px;
}
#promos .promo .thumbnail .frame .top-corners:before, #promos .promo .thumbnail .frame .top-corners:after, #promos .promo .thumbnail .frame .bottom-corners:before, #promos .promo .thumbnail .frame .bottom-corners:after {
  content: "";
  position: absolute;
  border: 2px solid #ffffff;
  width: 14px;
  height: 14px;
  top: -8px;
}
#promos .promo .thumbnail .frame .top-corners:before, #promos .promo .thumbnail .frame .bottom-corners:before {
  left: -8px;
}
#promos .promo .thumbnail .frame .top-corners:after, #promos .promo .thumbnail .frame .bottom-corners:after {
  right: -8px;
}
#promos .promo .thumbnail .frame .bottom-corners:before, #promos .promo .thumbnail .frame .bottom-corners:after {
  top: auto;
  bottom: -8px;
}
#promos .promo .thumbnail .img-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  background-position: 50% 50%;
  background-size: cover;
  height: 100%;
  width: 100%;
  transition: transform 600ms;
  transform: scale(1.1);
}
#promos .promo .thumbnail:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.25);
}
#promos .promo .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: #54baba;
  border-bottom-color: #54baba;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#promos .promo .thumbnail .loading:before {
  top: 8%;
  right: 8%;
  left: auto;
  margin: auto;
}
#promos .promo:hover .img-wrapper {
  transform: scale(1);
}
#promos .promo .content {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 24px 20px 0 20px;
  text-align: center;
  box-sizing: border-box;
}
@media only screen and (min-width: 1800px) {
  #promos .promo .content {
    padding: 24px 90px 0 90px;
  }
}
#promos .promo h3 {
  font: 700 22px/27px "Garamond WF";
  margin-bottom: 8px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1440px) {
  #promos .promo h3 {
    font-size: 28px;
    line-height: 31px;
  }
}
#promos .promo h3 a {
  color: inherit;
  text-decoration: none;
}
#promos .promo p {
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 20px;
}
#promos .promo .text {
  margin-bottom: 25px;
  font: 300 18px/22px "Brandon Grotesque WF", Arial, sans-serif;
  color: #fff;
  text-align: center;
}
#promos .promo .price {
  font: 700 26px/29px "Garamond WF";
  color: #6EB0B5;
  margin-bottom: 20px;
}
.spa #promos .promo .price {
  color: #ffffff;
}
#promos .promo .price strong {
  font-weight: bold;
  font-size: 20px;
}
#promos .promo .promo-button {
  font: 700 17px/60px "Brandon Grotesque WF", Arial, sans-serif;
  color: #ffffff;
  height: 60px;
  width: 160px;
  text-align: center;
  border: 1px solid #ffffff;
  display: block;
  margin: auto;
  margin-bottom: 30px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 300ms ease-in-out;
}
#promos .promo .promo-button:hover {
  color: #000000;
  background: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #promos .promo {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  #promos .promo {
    width: 83%;
  }
}
@media only screen and (max-width: 767px) {
  #promos .view-all {
    margin-top: 15px;
  }
}

#booking-promos {
  height: 720px;
  position: relative;
  z-index: 30;
  overflow: hidden;
}
#booking-promos .slideshow {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
#booking-promos .promo {
  height: 100%;
  overflow: hidden;
  background: #000000;
}
#booking-promos .promo .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1.1);
  transition: transform 600ms;
}
#booking-promos .promo .thumbnail:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
#booking-promos .promo .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: #54baba;
  border-bottom-color: #54baba;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#booking-promos .promo .thumbnail .loading:before {
  top: 8%;
  right: 8%;
  left: auto;
  margin: auto;
}
#booking-promos .promo:hover .thumbnail {
  transform: scale(1);
}
#booking-promos .promo .content {
  position: absolute;
  top: 58px;
  bottom: 67px;
  left: 60px;
  right: 60px;
  color: #fff;
  text-align: center;
}
#booking-promos .promo h3 {
  font: 700 32px/32px "Garamond WF";
  color: #ffffff;
  margin-bottom: 0;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
#booking-promos .promo h3 a {
  color: inherit;
  text-decoration: none;
}
#booking-promos .promo .price {
  width: 100%;
  position: absolute;
  bottom: 58px;
  left: 0;
  font: 700 32px/36px "Garamond WF";
  color: #52BDB8;
}
#booking-promos .promo .button {
  display: inline-block;
  height: 50px;
  margin: 0;
  overflow: visible;
  font: 700 17px/48px "Brandon Grotesque WF", Arial, sans-serif;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: none;
  border: 1px solid #fff;
  text-shadow: none;
  text-transform: uppercase;
  -moz-text-align-last: auto;
       text-align-last: auto;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  padding: 0 15px;
  transition: all 300ms ease-in-out;
}
#booking-promos .promo .button:hover {
  background: #000;
  border-color: #000;
}
#booking-promos .slideshow-button.previous {
  left: 28px;
}
#booking-promos .slideshow-button.next {
  right: 28px;
}

#preview-template-a #promos {
  width: 400px;
  margin: 0;
  padding: 0;
}
#preview-template-a #promos .promo {
  width: 100%;
  text-align: center;
}

#preview-template-b #booking-promos {
  width: 480px;
}

#top-banner {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #000;
  box-sizing: border-box;
  transition: top 0.3s ease-out;
  overflow: hidden;
  display: none;
  border-bottom: 2px solid #55A0A5;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #top-banner {
    height: 288px;
    top: 288px;
  }
}
@media only screen and (max-width: 767px) {
  #top-banner {
    height: 288px;
    top: 288px;
  }
}
.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 {
  position: relative;
  width: 50%;
  height: 100%;
  background: #fff;
  float: right;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  padding: 0px 29px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  #top-banner .promo-counter {
    position: absolute;
    width: 100%;
    height: 144px;
    padding: 0px;
    top: 0;
    float: none;
  }
}
#top-banner .promo-counter .counter {
  display: inline-block;
  overflow: hidden;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #top-banner .promo-counter .counter {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #top-banner .promo-counter .counter {
    margin-top: 20px;
  }
}
#top-banner .promo-counter .counter &gt; div {
  float: left;
  margin-top: 10px;
  position: relative;
  margin-left: 14px;
}
#top-banner .promo-counter .counter &gt; div:first-child {
  margin-left: 0;
}
#top-banner .promo-counter .counter &gt; div:first-child:before, #top-banner .promo-counter .counter &gt; div:first-child:after {
  display: none;
}
#top-banner .promo-counter .counter &gt; div:before, #top-banner .promo-counter .counter &gt; div:after {
  content: "";
  border: 3px solid #000;
  border-radius: 100%;
  display: block;
  position: absolute;
  top: 20px;
  left: -14px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #top-banner .promo-counter .counter &gt; div:before, #top-banner .promo-counter .counter &gt; div:after {
    left: -10px;
  }
}
@media only screen and (max-width: 767px) {
  #top-banner .promo-counter .counter &gt; div:before, #top-banner .promo-counter .counter &gt; div:after {
    left: -10px;
  }
}
#top-banner .promo-counter .counter &gt; div:after {
  top: 35px;
}
#top-banner .promo-counter .counter &gt; div .text {
  font-size: 12px;
  z-index: 1;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
#top-banner .promo-counter .counter &gt; div .value {
  position: relative;
  height: 64px;
  line-height: 64px;
  width: auto;
  font-size: 63px;
  letter-spacing: 0.06em;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #top-banner .promo-counter .counter &gt; div .value {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  #top-banner .promo-counter .counter &gt; div .value {
    font-size: 50px;
  }
}
#top-banner .promo-counter .counter &gt; div .value span {
  line-height: 64px;
  height: 64px;
  display: inline-block;
}
#top-banner .description {
  float: left;
  width: 50%;
  padding: 0px 20px;
  box-sizing: border-box;
  color: #fff;
  text-align: left;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#top-banner .description .text {
  float: left;
  vertical-align: middle;
  width: calc(100% - 200px);
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #top-banner .description .text {
    width: 100%;
    float: none;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  #top-banner .description .text {
    width: 100%;
    float: none;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #top-banner .description {
    display: inline-block;
    width: 100%;
    margin-top: 144px;
    text-align: center;
    float: none;
    height: 144px;
  }
}
@media only screen and (max-width: 767px) {
  #top-banner .description {
    display: inline-block;
    width: 100%;
    margin-top: 144px;
    text-align: center;
    float: none;
    height: 144px;
  }
}
#top-banner .description h2 {
  color: #fff;
  max-width: 530px;
  font-size: 28px;
  line-height: 33px;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #top-banner .description h2 {
    max-width: 100%;
    font-size: 31px;
    line-height: 52px;
  }
}
@media only screen and (max-width: 767px) {
  #top-banner .description h2 {
    line-height: 40px;
    max-width: 100%;
    font-size: 25px;
  }
}
#top-banner .description p {
  font-size: 14px;
  line-height: 18px;
  max-width: 530px;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #top-banner .description p {
    max-width: 100%;
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  #top-banner .description p {
    max-width: 100%;
    font-size: 15px;
  }
}
#top-banner .image {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-size: cover;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #top-banner .image {
    display: inline-block;
  }
}
#top-banner .info {
  display: inline;
  float: right;
  vertical-align: middle;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #top-banner .info {
    float: none;
    width: 100%;
    line-height: 70px;
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  #top-banner .info {
    float: none;
    width: 100%;
    line-height: 70px;
    display: inline-block;
  }
}
#top-banner .info .button {
  height: 40px;
  width: 161px;
  border-radius: 0px;
  line-height: 40px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  background-color: #fff;
  color: #000;
  transition: 0.3s;
  border-radius: 5px;
}
#top-banner .close {
  position: absolute;
  right: 19px;
  top: 14px;
  color: #000;
  font-size: 36px;
  line-height: 36px;
  width: 22px;
  height: 36px;
  text-align: center;
  cursor: pointer;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #top-banner .close {
    top: 10px;
    right: 9px;
  }
}
@media only screen and (max-width: 767px) {
  #top-banner .close {
    top: 10px;
    right: 9px;
  }
}

#top-banner.top-banner-days {
  height: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #top-banner.top-banner-days {
    height: 220px;
  }
}
@media only screen and (max-width: 767px) {
  #top-banner.top-banner-days {
    height: 220px;
  }
}
#top-banner.top-banner-days .description {
  margin: 0 auto;
  float: none;
  width: 100%;
  justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #top-banner.top-banner-days .description {
    width: 100%;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #top-banner.top-banner-days .description {
    margin-top: 20px;
  }
}
#top-banner.top-banner-days .description .text {
  display: inline-block;
  font-size: 18px;
  float: none;
  width: auto;
  line-height: 1px;
}
#top-banner.top-banner-days .description .text p {
  display: inline-block;
  font: 500 18px/24px "Brandon Grotesque WF", Arial, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  max-width: 100%;
}
#top-banner.top-banner-days .description .text a {
  display: inline-block;
  font: 500 18px/24px "Brandon Grotesque WF", Arial, sans-serif;
  text-align: center;
  text-decoration: underline;
  text-transform: uppercase;
}
@media only screen and (max-width: 1100px) {
  #top-banner.top-banner-days .description .promo-counter {
    position: inherit;
    float: none !important;
    margin: 30px auto;
    min-width: 250px;
    margin-top: 0;
  }
  #top-banner.top-banner-days .description .promo-counter .counter {
    text-decoration: none;
    color: #fff;
    margin-top: 0;
  }
}
#top-banner.top-banner-days .description .promo-counter {
  float: left;
  color: #fff;
  background-color: #000;
  width: auto;
  height: 50px;
  border-radius: 4px;
  border: 1px solid #fff;
  margin-left: 40px;
  margin-right: 40px;
  font-family: "Garamond WF";
}
#top-banner.top-banner-days .description .promo-counter .counter {
  text-decoration: none;
  color: #fff;
}
#top-banner.top-banner-days .description .promo-counter .counter .days {
  display: block;
  margin-top: 6px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #top-banner.top-banner-days .description .promo-counter .counter .days {
    float: none;
  }
}
#top-banner.top-banner-days .description .promo-counter .counter .days .value {
  height: auto;
  line-height: normal;
  width: auto;
  display: inline-block;
  font-size: inherit;
  line-height: 18px;
  width: 20px;
}
#top-banner.top-banner-days .description .promo-counter .counter .days .value span {
  font-size: 18px;
  line-height: 18px;
}
#top-banner.top-banner-days .description .promo-counter .counter .text {
  display: inline-block;
  font-size: 18px;
  float: none;
  width: auto;
  line-height: 1px;
  margin-left: 5px;
}
#top-banner.top-banner-days .description .promo-counter .counter .text p {
  display: inline-block;
}
#top-banner.top-banner-days .description .promo-counter .counter .text a {
  display: inline-block;
}
#top-banner.top-banner-days .close {
  position: absolute;
  left: 19px;
  top: 14px;
  color: #fff;
  font-size: 36px;
  line-height: 36px;
  width: 22px;
  height: 36px;
  text-align: center;
  cursor: pointer;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #top-banner.top-banner-days .close {
    top: 10px;
    left: 9px;
  }
}
@media only screen and (max-width: 767px) {
  #top-banner.top-banner-days .close {
    top: 10px;
    left: 9px;
  }
}

.top-banner-enabled #top-banner {
  z-index: 1000;
  top: 0px;
  display: block;
}
.top-banner-enabled .menu-wrapper {
  top: inherit;
}
.top-banner-enabled .booking-toggle {
  top: 124px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .top-banner-enabled .booking-toggle {
    top: 308px;
  }
}
@media only screen and (max-width: 767px) {
  .top-banner-enabled .booking-toggle {
    top: 368px;
  }
}
.top-banner-enabled #header {
  top: 104px;
}
.top-banner-enabled #header .booking-toggle {
  top: 124px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .top-banner-enabled #header .booking-toggle {
    top: 308px;
  }
}
@media only screen and (max-width: 767px) {
  .top-banner-enabled #header .booking-toggle {
    top: 386px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .top-banner-enabled #header {
    top: 288px;
  }
}
@media only screen and (max-width: 767px) {
  .top-banner-enabled #header {
    top: 288px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .top-banner-enabled #header .menu-toggle {
    top: 328px;
  }
}
@media only screen and (max-width: 767px) {
  .top-banner-enabled #header .menu-toggle {
    top: 328px;
  }
}
.top-banner-enabled #booking-trigger {
  top: 204px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .top-banner-enabled #booking-trigger {
    top: 388px;
  }
}
@media only screen and (max-width: 767px) {
  .top-banner-enabled #booking-trigger {
    top: 288px;
  }
}
.top-banner-enabled body {
  padding-top: 104px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .top-banner-enabled body {
    padding-top: 288px;
  }
}
.top-banner-enabled #menu-trigger {
  top: calc(27px + 104px);
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .top-banner-enabled #menu-trigger {
    top: calc(80px + 288px) !important;
  }
  .menu-expanded .top-banner-enabled #menu-trigger {
    top: 27px !important;
    z-index: 10000 !important;
  }
}
.top-banner-enabled.menu-expanded #menu-trigger {
  top: calc(27px + 104px) !important;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .top-banner-enabled.menu-expanded #menu-trigger {
    top: 27px !important;
    z-index: 10000 !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .top-banner-enabled #booking {
    top: 288px !important;
  }
}
.top-banner-enabled .video-buttons {
  top: 104px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .top-banner-enabled .video-buttons {
    top: calc(80px + 288px);
  }
}
.top-banner-enabled #menu-button, .top-banner-enabled #booking-button {
  top: 104px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .top-banner-enabled #menu-button, .top-banner-enabled #booking-button {
    top: 288px;
  }
}
.top-banner-enabled #inner-body &gt; div:first-child {
  height: calc(100% - 104px);
  transition: height 0.3s ease-out;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .top-banner-enabled #inner-body &gt; div:first-child {
    height: calc(100% - 218px);
  }
}
.top-banner-enabled #inner-body #content {
  height: auto;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .top-banner-enabled #menu-wrapper {
    z-index: 9999;
  }
}
.top-banner-enabled.top-banner-closed #top-banner {
  display: none;
}
.top-banner-enabled.top-banner-closed body {
  padding-top: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .top-banner-enabled.top-banner-closed body {
    padding-top: 70px;
  }
}
.top-banner-enabled.top-banner-closed #header {
  top: 0px !important;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .top-banner-enabled.top-banner-closed #header {
    top: 0;
  }
}
.top-banner-enabled.top-banner-closed #main-nav {
  top: 193px;
}
.top-banner-enabled.top-banner-closed #main-nav.visible {
  top: 0px;
}
.top-banner-enabled.top-banner-closed #menu-trigger, .top-banner-enabled.top-banner-closed #booking {
  top: 27px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .top-banner-enabled.top-banner-closed #menu-trigger, .top-banner-enabled.top-banner-closed #booking {
    top: 27px;
  }
}
.top-banner-enabled.top-banner-closed #menu-trigger, .top-banner-enabled.top-banner-closed #booking {
  top: 27px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .top-banner-enabled.top-banner-closed #menu-trigger, .top-banner-enabled.top-banner-closed #booking {
    top: 27px;
  }
}
.top-banner-enabled.top-banner-closed .video-buttons {
  top: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .top-banner-enabled.top-banner-closed .video-buttons {
    top: 80px;
  }
}
.top-banner-enabled.top-banner-closed #top-banner {
  top: -104px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .top-banner-enabled.top-banner-closed #top-banner {
    top: -288px;
  }
}
.top-banner-enabled.top-banner-closed #inner-body &gt; div:first-child {
  height: 100%;
}

#events {
  position: relative;
  overflow: hidden;
  text-align: center;
  max-width: 1790px;
  padding: 0 70px;
  margin: 38px auto 0;
}
@media only screen and (max-width: 767px) {
  #events {
    padding: 0;
    margin-top: 0;
  }
}
#events .slideshow {
  max-width: 1560px;
  margin: 0 auto;
  overflow: hidden;
}
#events .slideshow-button.previous {
  left: 20px;
}
#events .slideshow-button.next {
  right: 20px;
}
#events .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
#events .event {
  position: relative;
  display: inline-block;
  width: 33.33%;
  overflow: hidden;
  background: #000000;
  vertical-align: top;
  white-space: normal;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  #events .event {
    width: 100vw;
    margin: 0;
  }
}
#events .event .thumbnail {
  position: relative;
  width: 100%;
  height: 480px;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #events .event .thumbnail {
    height: 400px;
  }
}
#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: #54baba;
  border-bottom-color: #54baba;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#events .event .thumbnail:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
#events .event .date {
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  color: #fff;
  text-align: left;
  font-size: 18px;
  line-height: 18px;
  opacity: 1;
  visibility: visible;
  transition: all 300ms ease-in-out;
}
@media only screen and (min-width: 1800px) {
  #events .event .date {
    top: 60px;
    left: 60px;
  }
}
@media only screen and (max-width: 979px) {
  #events .event .date {
    font-size: 16px;
    line-height: 16px;
  }
}
#events .event .date span {
  display: block;
}
#events .event .date span.day {
  font-size: 44px;
  line-height: 44px;
}
@media only screen and (max-width: 979px) {
  #events .event .date span.day {
    font-size: 34px;
    line-height: 34px;
  }
}
#events .event .date span.month {
  margin-bottom: 4px;
}
#events .event .date span.day, #events .event .date span.month {
  text-transform: uppercase;
}
#events .event .date a {
  color: inherit;
  text-decoration: none;
}
#events .event .date a:hover {
  text-decoration: underline;
}
#events .event .description {
  position: absolute;
  bottom: 20px;
  top: 160px;
  right: 20px;
  max-width: 230px;
  text-align: right;
  height: auto;
  max-height: 0;
  overflow: hidden;
  transition: max-height 300ms ease-in-out;
  left: 0;
}
@media only screen and (min-width: 1800px) {
  #events .event .description {
    bottom: 60px;
    top: 160px;
    right: 60px;
    max-width: 290px;
  }
}
@media only screen and (max-width: 767px) {
  #events .event .description {
    max-width: calc(100% - 40px);
  }
}
#events .event h3 {
  position: absolute;
  max-width: 250px;
  text-align: right;
  bottom: 40px;
  right: 20px;
  font: 24px/30px "Garamond WF";
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  opacity: 1;
  visibility: visible;
  transition: all 300ms ease-in-out;
}
@media only screen and (min-width: 1800px) {
  #events .event h3 {
    bottom: 60px;
    right: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #events .event h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 767px) {
  #events .event h3 {
    max-width: calc(100% - 40px);
    font-size: 18px;
    line-height: 22px;
  }
}
#events .event .date-range {
  position: absolute;
  max-width: 250px;
  text-align: right;
  bottom: 20px;
  right: 20px;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  opacity: 1;
  visibility: visible;
  transition: all 300ms ease-in-out;
  width: 200px;
  font-size: 18px;
}
#events .event .date-range p {
  margin-bottom: 0;
  display: block;
  color: #fff;
}
@media only screen and (min-width: 1800px) {
  #events .event .date-range {
    bottom: 40px;
    right: initial;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #events .event .date-range {
    line-height: 26px;
  }
}
@media only screen and (max-width: 767px) {
  #events .event .date-range {
    max-width: calc(100% - 40px);
    line-height: 22px;
  }
}
#events .event .copy {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
#events .event .copy h4 {
  position: absolute;
  top: 0;
  right: 0;
  font: 24px/30px "Garamond WF";
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #events .event .copy h4 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 767px) {
  #events .event .copy h4 {
    font-size: 18px;
    line-height: 22px;
  }
}
#events .event .copy p {
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
  margin-bottom: 20px;
}
#events .event .copy .button {
  position: absolute;
  bottom: 0;
  right: 0;
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
#events .event .copy .button:hover {
  background: #ffffff;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  #events .event:hover .date {
    opacity: 0;
    visibility: hidden;
  }
}
#events .event:hover h3 {
  opacity: 0;
  visibility: hidden;
}
#events .event:hover .date-range {
  opacity: 0;
  visibility: hidden;
}
#events .event:hover .description {
  max-height: 480px;
}

/* TEMPLATE 2*/
.rooms-module {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .rooms-module {
    margin: 40px 0 0 0;
  }
}
.rooms-module .category-descr {
  display: block;
}
.rooms-module .category-descr.hide {
  display: none;
}
.rooms-module .category-selector .button {
  font-size: 17px;
  line-height: 24px;
  height: auto;
  padding: 0;
  font-weight: 700;
  margin: 0 12px;
  text-transform: uppercase;
  text-decoration: none;
  color: #000000;
  border: none;
}
.rooms-module .category-selector .button:hover, .rooms-module .category-selector .button.active {
  color: #AC253C;
  background: none;
}
.rooms-module .rooms-entry {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 40px 0;
  border: 1px solid #e2e2e2;
  min-height: 600px;
}
@media only screen and (max-width: 767px) {
  .rooms-module .rooms-entry {
    margin: 20px 0 0 0;
  }
}
.rooms-module .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;
}
@media only screen and (max-width: 767px) {
  .rooms-module .rooms-entry .background {
    position: relative;
    padding-top: 78%;
    width: 100%;
    left: auto;
  }
  .rooms-module .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.75);
  }
}
@media only screen and (max-width: 767px) {
  .rooms-module .rooms-entry .background {
    padding-top: 50%;
  }
}
.rooms-module .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-module .rooms-entry .background .price .number {
  font-size: 48px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .rooms-module .rooms-entry .background .price span {
    display: block;
    margin-top: 10px;
  }
  .rooms-module .rooms-entry .background .price span.prefix {
    display: initial;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-module .rooms-entry .background .price {
    right: auto;
    left: 10px;
    bottom: 4px;
    font-size: 12px;
    line-height: 26px;
  }
  .rooms-module .rooms-entry .background .price .number {
    font-size: 25px;
  }
}
.rooms-module .rooms-entry .background a.price:hover {
  color: #54baba;
}
.rooms-module .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-module .rooms-entry .background .book-now {
    display: block;
    color: #fff;
  }
}
.rooms-module .rooms-entry .description {
  box-sizing: border-box;
  min-height: 500px;
  float: left;
  width: 320px;
  padding: 30px 40px;
  color: #000;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .rooms-module .rooms-entry .description {
    padding: 15px 20px 40px;
    width: 100%;
    height: auto;
    min-height: 100%;
    text-align: center;
  }
}
.rooms-module .rooms-entry .description h3 {
  font-size: 24px;
  line-height: 28px;
  margin: 6px 0 15px;
  font-weight: normal;
}
.rooms-module .rooms-entry .description p {
  font-size: 16px;
  line-height: 20px;
}
.rooms-module .rooms-entry .description .expand-collapse {
  position: relative;
  display: inline-block;
  margin: 10px 0 30px;
  text-decoration: none;
  font-size: 16px;
  line-height: 16px;
  padding-right: 13px;
  color: #000000;
  border-bottom: 1px dashed #5A5A5A;
}
@media only screen and (max-width: 767px) {
  .rooms-module .rooms-entry .description .expand-collapse {
    display: block;
    text-align: center;
    padding: 0;
    border: 0;
  }
  .rooms-module .rooms-entry .description .expand-collapse:before, .rooms-module .rooms-entry .description .expand-collapse:after {
    border-bottom: 1px dashed #000000;
  }
}
.rooms-module .rooms-entry .description .expand-collapse:hover {
  color: #AC253C;
}
.rooms-module .rooms-entry .description .expand-collapse:before {
  content: attr(data-expand);
}
.rooms-module .rooms-entry .description .expand-collapse:after {
  content: attr(data-collapse);
}
.rooms-module .rooms-entry .description .expand-collapse span {
  display: block;
  font-size: 16px;
  line-height: 15px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.rooms-module .rooms-entry .description .expand-collapse span:before {
  content: attr(data-expand);
}
.rooms-module .rooms-entry .description .expand-collapse span:after {
  content: attr(data-collapse);
}
@media only screen and (max-width: 767px) {
  .rooms-module .rooms-entry .description .expand-collapse span {
    bottom: -17px;
    right: 50%;
    margin-right: -5px;
    transform: rotate(90deg);
  }
}
.rooms-module .rooms-entry .description .expand-collapse.expand:before {
  display: inline-block;
}
.rooms-module .rooms-entry .description .expand-collapse.expand:after {
  display: none;
}
.rooms-module .rooms-entry .description .expand-collapse.expand span:before {
  display: inline-block;
}
.rooms-module .rooms-entry .description .expand-collapse.expand span:after {
  display: none;
}
.rooms-module .rooms-entry .description .expand-collapse.collapse:before {
  display: none;
}
.rooms-module .rooms-entry .description .expand-collapse.collapse:after {
  display: inline-block;
}
.rooms-module .rooms-entry .description .expand-collapse.collapse span:before {
  display: none;
}
.rooms-module .rooms-entry .description .expand-collapse.collapse span:after {
  display: inline-block;
}
.rooms-module .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: 2;
  text-align: left;
}
.rooms-module .rooms-entry .description .full-description.show {
  top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .rooms-module .rooms-entry .description .full-description {
    padding: 100px 30px 40px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-module .rooms-entry .description .full-description {
    position: static;
    padding: 0;
    display: none;
    background: none;
    text-align: center;
  }
  .rooms-module .rooms-entry .description .full-description p {
    margin: 15px 0;
  }
  .rooms-module .rooms-entry .description .full-description.show {
    display: block;
  }
}
.rooms-module .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-module .rooms-entry .description .full-description .close {
    display: none;
  }
}
.rooms-module .rooms-entry .description .full-description .close:before, .rooms-module .rooms-entry .description .full-description .close:after {
  content: "";
  display: block;
  position: absolute;
  background: #000000;
}
.rooms-module .rooms-entry .description .full-description .close:before {
  width: 2px;
  height: 50px;
  top: 0;
  left: 24px;
}
.rooms-module .rooms-entry .description .full-description .close:after {
  width: 50px;
  height: 2px;
  top: 24px;
  left: 0;
}
.rooms-module .rooms-entry .description .full-description .close:hover:before, .rooms-module .rooms-entry .description .full-description .close:hover:after {
  background: #AC253C;
}
.rooms-module .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-module .rooms-entry .description .full-description .inner-wrapper {
    overflow: visible;
  }
}
.rooms-module .rooms-entry nav {
  position: absolute;
  bottom: 40px;
  left: 40px;
  width: 240px;
}
@media only screen and (max-width: 767px) {
  .rooms-module .rooms-entry nav {
    position: static;
    width: auto;
    text-align: center;
    margin-top: 25px;
  }
}
.rooms-module .rooms-entry nav a {
  width: 100%;
  font: 700 14px/48px "Brandon Grotesque WF", Arial, sans-serif;
}
.rooms-module .rooms-entry nav a + a {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .rooms-module .rooms-entry nav a {
    border: none;
    height: auto;
    line-height: 16px;
    font-size: 10px;
    color: #000;
    font-weight: 400;
    text-decoration: underline;
    background: none;
    padding: 0;
    margin: 0 10px;
    width: auto;
    font-family: "Brandon Grotesque WF", Arial, sans-serif;
  }
  .rooms-module .rooms-entry nav a + a {
    margin-top: 0;
  }
  .rooms-module .rooms-entry nav a.book-now {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-module .rooms-entry nav a.booknow {
    display: none;
  }
}
.rooms-module .rooms-entry nav .view-gallery {
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  position: absolute;
  bottom: -10px;
  left: 310px;
  background: rgb(0, 0, 0);
  text-indent: -1000px;
  overflow: hidden;
  line-height: 16px;
  font-size: 10px;
  text-transform: uppercase;
}
.rooms-module .rooms-entry nav .view-gallery:hover {
  background: rgba(0, 0, 0, 0.6);
}
@media only screen and (max-width: 767px) {
  .rooms-module .rooms-entry nav .view-gallery:hover {
    background: none;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-module .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-module .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 -600px -40px;
}
@media only screen and (max-width: 767px) {
  .rooms-module .rooms-entry nav .view-gallery:after {
    display: none;
  }
}

.room {
  text-align: left;
}
.room .thumbnail {
  width: 50%;
  padding-bottom: 30%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .room .thumbnail {
    width: 100%;
    height: 250px;
  }
}
.room .thumbnail img {
  display: none;
}
.room .room-single-buttons {
  width: 50%;
  padding-bottom: 30%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  float: right;
}
.room .room-single-buttons a {
  z-index: 999;
}
.room .features, .room .amenities {
  margin-left: 0;
}
.room .features li, .room .amenities li {
  display: inline-block;
  margin-right: 10px;
}
.room .price {
  margin-bottom: 40px;
  font-size: 26px;
  line-height: 30px;
}
.room .price .number {
  font-size: 30px;
  line-height: 30px;
}
.room .controls .button {
  margin-bottom: 10px;
  float: none;
  display: block;
  width: 210px;
}

.calendar #main-content .page-content.altcal {
  display: none;
}
.calendar.alternate #main-content .page-content {
  display: none;
}
.calendar.alternate #main-content .page-content.altcal {
  display: block;
}

#footer {
  position: relative;
  font-size: 12px;
  background: #000000;
  color: #ffffff;
  z-index: 1;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  #footer {
    border-top: 30px solid #ffffff;
  }
}
#footer a {
  color: #ffffff;
  text-decoration: none;
}
#footer a:hover {
  color: #AC253C;
}
#footer .credits {
  display: block;
  color: #9B9B9B;
  font-size: 16px;
  line-height: 26px;
  margin-left: 0;
}
#footer .credits a {
  color: #9B9B9B;
}
@media only screen and (max-width: 979px) {
  #footer .credits {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .credits {
    text-align: center;
  }
}
#footer .content-wrapper {
  margin-left: 58px;
  padding-top: 54px;
  flex-grow: 1;
}
@media only screen and (max-width: 767px) {
  #footer .content-wrapper {
    margin-left: 0;
  }
}
#footer .content-wrapper .nav {
  margin-bottom: 57px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #footer .content-wrapper .nav {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .content-wrapper .nav {
    margin-bottom: 20px;
  }
}
#footer .content-wrapper .nav ul {
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  #footer .content-wrapper .nav ul {
    justify-content: center;
  }
}
#footer .content-wrapper .nav ul li {
  margin-right: 30px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  text-transform: uppercase;
  padding-bottom: 10px;
}
#footer .content-wrapper .nav ul li:last-of-type {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  #footer .content-wrapper .nav ul li {
    margin-right: 0;
    padding-right: 7.5px;
    padding-left: 7.5px;
    text-align: center;
  }
}
#footer .content-wrapper .columns {
  display: flex;
  flex-wrap: wrap;
}
#footer .container {
  display: flex;
}
@media only screen and (max-width: 767px) {
  #footer .container {
    flex-direction: column;
  }
}
#footer .column {
  width: 50%;
  position: relative;
}
#footer .column.left-column {
  padding-right: 20px;
}
#footer .column.left-column .main, #footer .column.left-column .reservations {
  display: block;
}
#footer .column.left-column .main {
  margin-right: 21px;
}
@media only screen and (max-width: 767px) {
  #footer .column.left-column .main {
    margin-right: 0;
  }
}
#footer .column.right-column {
  padding: 0 0 20px;
}
@media only screen and (max-width: 979px) {
  #footer .column {
    width: 100%;
    padding: 0 !important;
  }
}
#footer .modify-reservation {
  margin-bottom: 26px;
  position: relative;
  font: 500 18px/28px "Brandon Grotesque WF", Arial, sans-serif;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  #footer .modify-reservation {
    font-size: 16px;
    line-height: 20px;
    margin-top: 5px;
    text-align: center;
  }
}
#footer .modify-reservation a {
  color: #fff;
  text-transform: uppercase;
}
#footer .modify-reservation a:hover {
  color: #fff;
  text-decoration: underline;
}
#footer .footer-logo-wrapper {
  position: relative;
  background: #ffffff;
  color: #000000;
  width: 180px;
  height: 206px;
  display: block;
  font-size: 0;
  text-indent: -9999em;
}
@media (max-width: 1200px) {
  #footer .footer-logo-wrapper {
    width: 110px;
    height: 150px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .footer-logo-wrapper {
    width: 90px;
    height: 100px;
    float: none;
    margin: 0 auto;
  }
}
#footer .footer-logo-wrapper .footer-logo {
  width: 100px;
  height: 146px;
  position: absolute;
  left: 40px;
  top: 20px;
}
@media (max-width: 1200px) {
  #footer .footer-logo-wrapper .footer-logo {
    width: 70px;
    height: 105px;
    left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .footer-logo-wrapper .footer-logo {
    left: 10px;
    top: -15px;
  }
}
#footer .center-column {
  max-width: 1920px;
  padding: 0 20px;
}
@media only screen and (min-width: 1800px) {
  #footer .center-column {
    padding: 0 62px;
  }
}
#footer .bottom-nav {
  background-color: #1f1f1f;
  padding: 22px 0 18px;
}
@media only screen and (max-width: 767px) {
  #footer .bottom-nav {
    padding: 14px 0;
  }
}
#footer .bottom-nav .center-column {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media only screen and (max-width: 979px) {
  #footer .bottom-nav .center-column {
    justify-content: center;
  }
}
#footer .bottom-nav ul {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  #footer .bottom-nav ul {
    flex-wrap: wrap;
    margin-right: 0;
    justify-content: center;
  }
}
#footer .bottom-nav ul li {
  margin-right: 30px;
}
#footer .bottom-nav ul li:last-of-type {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  #footer .bottom-nav ul li {
    margin-right: 0;
    padding-right: 15px;
    padding-left: 15px;
  }
}
#footer .bottom-nav .js-teconsent-wrapper {
  margin-left: auto;
}
@media only screen and (max-width: 979px) {
  #footer .bottom-nav .js-teconsent-wrapper {
    margin-left: 0;
  }
}
#footer .bottom-nav #teconsent img {
  margin-right: 0;
  display: block;
  height: 40px;
}
@media only screen and (max-width: 767px) {
  #footer .bottom-nav #teconsent img {
    margin-left: 0;
    margin-top: 10px;
  }
}
#footer .sage-logo {
  width: 109px;
  height: 130px;
  position: absolute;
  right: 0;
  top: 40px;
  display: block;
  font-size: 0;
  text-indent: -9999em;
}
#footer .sage-logo img,
#footer .sage-logo svg {
  width: 100%;
  height: auto;
}
@media (max-width: 1200px) {
  #footer .sage-logo {
    top: 30px;
    width: 70px;
    height: 86px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #footer .sage-logo {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 109px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .sage-logo {
    top: auto;
    position: relative;
    float: none;
    margin: 0 auto;
    height: 90px;
  }
}

#footer-menu {
  margin: 42px 0 48px;
  font-size: 0;
}
@media (max-width: 1200px) {
  #footer-menu {
    margin: 30px 0 30px 125px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #footer-menu {
    margin: 30px 0 10px 125px;
  }
}
@media only screen and (max-width: 767px) {
  #footer-menu {
    margin: 30px 0;
    text-align: center;
  }
}
#footer-menu li {
  display: inline-block;
}
#footer-menu a {
  display: block;
  margin: 0 12px;
  font: 18px/28px "Brandon Grotesque WF", Arial, sans-serif;
  text-decoration: none;
  color: #ffffff;
}
#footer-menu a:hover, #footer-menu a.active {
  color: #AC253C;
}

#footer-contacts {
  margin-bottom: 26px;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #footer-contacts {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #footer-contacts {
    text-align: center;
  }
}
#footer-contacts p {
  margin-bottom: 6px;
}

#newsletter {
  position: relative;
  font-size: 0;
  margin-bottom: 41px;
}
@media only screen and (min-width: 1800px) {
  #newsletter {
    width: 490px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #newsletter {
    margin-bottom: 19px;
  }
}
@media only screen and (max-width: 767px) {
  #newsletter {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
  }
}
#newsletter h4 {
  margin-bottom: 11px;
  font-family: "Brandon Grotesque WF", Arial, sans-serif;
  font-size: 18px;
  line-height: 23px;
}
#newsletter p {
  font-size: 16px;
  line-height: 22px;
  color: #9B9B9B;
  margin-bottom: 11px;
}
#newsletter fieldset {
  display: flex;
}
@media only screen and (max-width: 767px) {
  #newsletter fieldset {
    display: block;
  }
}
#newsletter input[type=text] {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 313px;
  height: 54px;
  padding: 0 18px;
  font-size: 18px;
  line-height: 60px;
  color: #9B9B9B;
  border: 1px solid #ffffff;
}
@media (max-width: 1200px) {
  #newsletter input[type=text] {
    font-size: 16px;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  #newsletter input[type=text] {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}
#newsletter input[type=text]::-webkit-input-placeholder {
  color: #9B9B9B;
}
#newsletter input[type=text]:-moz-placeholder {
  color: #9B9B9B;
}
#newsletter input[type=text]::-moz-placeholder {
  color: #9B9B9B;
}
#newsletter input[type=text]:-ms-input-placeholder {
  color: #9B9B9B;
}
#newsletter input[type=text]:focus::-webkit-input-placeholder {
  color: #444444;
}
#newsletter input[type=text]:focus:-moz-placeholder {
  color: #444444;
}
#newsletter input[type=text]:focus::-moz-placeholder {
  color: #444444;
}
#newsletter input[type=text]:focus:-ms-input-placeholder {
  color: #444444;
}
#newsletter .button {
  height: 54px;
  width: 150px;
  background: #167E88;
  color: #ffffff;
  display: inline-block;
  vertical-align: top;
  border-radius: 0;
  border: none;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  #newsletter .button {
    width: 100%;
  }
}
#newsletter .button:hover {
  background: #AC253C;
}

#footer .socials {
  margin-bottom: 30px;
  font-size: 0;
}
@media (max-width: 1200px) {
  #footer .socials {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer .socials {
    float: none;
    text-align: center;
    margin-bottom: 30px;
  }
}
#footer .socials li {
  display: inline-block;
  margin: 0 10px 0 0;
}
@media only screen and (max-width: 767px) {
  #footer .socials li {
    margin: 0 5px;
    vertical-align: top;
  }
}
#footer .socials a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/sprite.svg") 0 0 no-repeat;
  border-radius: 50%;
  border: 1px solid #ffffff;
}
#footer .socials a.facebook {
  background-position: 10px -336px;
}
#footer .socials a.facebook:hover {
  background-position: 10px -376px;
}
#footer .socials a.twitter {
  background-position: -29px -336px;
}
#footer .socials a.twitter:hover {
  background-position: -29px -376px;
}
#footer .socials a.instagram {
  background-position: -269px -335px;
}
#footer .socials a.instagram:hover {
  background-position: -269px -375px;
}
#footer .socials a.tripadvisor {
  background-position: -189px -336px;
}
#footer .socials a.tripadvisor:hover {
  background-position: -189px -376px;
}
#footer .socials a.google, #footer .socials a.googleplus, #footer .socials a.gplus {
  background-position: -68px -335px;
}
#footer .socials a.google:hover, #footer .socials a.googleplus:hover, #footer .socials a.gplus:hover {
  background-position: -68px -375px;
}
#footer .socials a.youtube {
  background-position: -109px -335px;
}
#footer .socials a.youtube:hover {
  background-position: -109px -375px;
}
#footer .socials a.flickr {
  background-position: -349px -336px;
}
#footer .socials a.flickr:hover {
  background-position: -349px -376px;
}
#footer .socials a.pinterest {
  background-position: -228px -336px;
}
#footer .socials a.pinterest:hover {
  background-position: -228px -376px;
}

#hebs-gallery {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.95);
  /* FULL SIZE IMAGE */
  /* FULL SIZE IMAGE -&gt; Navigation */
  /* FULL SIZE IMAGE -&gt; Loading */
  /* THUMBNAILS */
  /* THUMBNAILS -&gt; Navigation */
  /* INFO */
}
#hebs-gallery .galleria {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
#hebs-gallery .close-button {
  position: absolute;
  right: 20px;
  top: 12px;
  width: 17px;
  height: 17px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
  background: url("../images/common.svg") 0 0 no-repeat;
}
#hebs-gallery .close-button:hover {
  background-position: -37px 0;
}
#hebs-gallery .close-button:active {
  background-position: -74px 0;
}
#hebs-gallery .galleria-container {
  position: relative;
  overflow: hidden;
  width: 100% !important;
  height: 100% !important;
}
#hebs-gallery .select-wrapper {
  position: relative;
  float: left;
  margin: 5px 0 0 20px;
  z-index: 2;
}
#hebs-gallery .category-selector {
  height: 30px;
  line-height: 30px;
  margin-bottom: 0;
  background: #ffffff;
  font-size: 14px;
  color: #000000;
}
#hebs-gallery .galleria-stage {
  position: absolute;
  top: 40px;
  bottom: 120px;
  left: 0;
  right: 0;
  padding: 20px 72px;
  overflow: hidden;
}
@media only screen and (max-width: 979px) {
  #hebs-gallery .galleria-stage {
    padding: 0;
  }
}
@media only screen and (max-width: 979px) and (orientation: landscape) {
  #hebs-gallery .galleria-stage {
    bottom: 0;
  }
}
#hebs-gallery .galleria-stage .galleria-image img {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
#hebs-gallery .galleria-container.touch .galleria-stage {
  padding: 0;
}
#hebs-gallery.no-controls .galleria-stage {
  bottom: 0;
  padding: 20px;
}
#hebs-gallery.no-controls .galleria-image-nav {
  display: none;
}
@media only screen and (max-width: 979px) {
  #hebs-gallery .galleria-image-nav {
    display: none;
  }
}
#hebs-gallery .galleria-image-nav-left, #hebs-gallery .galleria-image-nav-right {
  position: absolute;
  top: 50%;
  cursor: pointer;
  width: 31px;
  height: 61px;
  margin-top: -30px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common.svg") 0 0 no-repeat;
}
#hebs-gallery .galleria-image-nav-left {
  left: 20px;
  background-position: 0 -37px;
}
#hebs-gallery .galleria-image-nav-left:hover {
  background-position: -51px -37px;
}
#hebs-gallery .galleria-image-nav-left:active {
  background-position: -102px -37px;
}
#hebs-gallery .galleria-image-nav-right {
  right: 20px;
  background-position: 0 -118px;
}
#hebs-gallery .galleria-image-nav-right:hover {
  background-position: -51px -118px;
}
#hebs-gallery .galleria-image-nav-right:active {
  background-position: -102px -118px;
}
#hebs-gallery .galleria-loader {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -24px 0 0 -24px;
}
#hebs-gallery .galleria-loader:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid transparent;
  border-top-color: #54baba;
  border-bottom-color: #54baba;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#hebs-gallery.no-controls .galleria-thumbnails-container {
  display: none;
}
#hebs-gallery .galleria-thumbnails-container {
  height: 120px;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  background: #000;
}
@media only screen and (max-width: 979px) and (orientation: landscape) {
  #hebs-gallery .galleria-thumbnails-container {
    display: none;
  }
}
#hebs-gallery .galleria-carousel .galleria-thumbnails-list {
  margin-left: 52px;
  margin-right: 52px;
}
#hebs-gallery .galleria-thumbnails {
  margin: 20px auto 0;
}
#hebs-gallery .galleria-thumbnails .galleria-image {
  height: 80px !important;
  width: 80px !important;
  background: #000;
  margin: 0 6px 0 0;
  float: left;
  cursor: pointer;
}
#hebs-gallery .galleria-thumbnails .galleria-image.active {
  border: 3px solid #fff;
}
#hebs-gallery .galleria-thumbnails .galleria-image.active img {
  margin: -3px 0 0 -3px;
}
#hebs-gallery .galleria-thumb-nav-left, #hebs-gallery .galleria-thumb-nav-right {
  display: none;
  position: absolute;
  top: 50%;
  cursor: pointer;
  width: 21px;
  height: 21px;
  margin-top: -10px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common.svg") 0 0 no-repeat;
}
#hebs-gallery .galleria-carousel .galleria-thumb-nav-left, #hebs-gallery .galleria-carousel .galleria-thumb-nav-right {
  display: block;
}
#hebs-gallery .galleria-thumb-nav-left.disabled, #hebs-gallery .galleria-thumb-nav-right.disabled {
  opacity: 0.5;
  cursor: default;
}
#hebs-gallery .galleria-thumb-nav-left {
  left: 15px;
  background-position: 5px -199px;
}
#hebs-gallery .galleria-thumb-nav-left:hover {
  background-position: -26px -199px;
}
#hebs-gallery .galleria-thumb-nav-left:active {
  background-position: -57px -199px;
}
#hebs-gallery .galleria-thumb-nav-left.disabled {
  background-position: 5px -199px;
}
#hebs-gallery .galleria-thumb-nav-right {
  right: 15px;
  background-position: 5px -240px;
}
#hebs-gallery .galleria-thumb-nav-right:hover {
  background-position: -26px -240px;
}
#hebs-gallery .galleria-thumb-nav-right:active {
  background-position: -57px -240px;
}
#hebs-gallery .galleria-thumb-nav-right.disabled {
  background-position: 5px -240px;
}
#hebs-gallery .galleria-info {
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  width: 100%;
  height: 40px;
}
#hebs-gallery .galleria-info .galleria-info-description {
  text-align: center;
  line-height: 40px;
  color: #fff;
  position: absolute;
  left: 300px;
  right: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.specials-layout .main-content-wrapper {
  background: none;
}
@media only screen and (max-width: 767px) {
  .specials-layout .main-content-wrapper {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  #specials {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
}
#specials .center-column {
  max-width: 1300px;
}
@media only screen and (max-width: 1200px) {
  #specials .center-column {
    padding: 0;
  }
}
#specials .category-selector {
  margin: 0 0 32px 0;
}
@media only screen and (max-width: 767px) {
  #specials .category-selector {
    margin-bottom: 20px;
  }
}
#specials .category-selector .button {
  background: none;
  border: none;
  color: #000000;
  transition: color 300ms ease-in-out;
  position: relative;
  padding: 0;
  height: auto;
  font-size: 14px;
  line-height: 24px;
  margin: 10px 20px 0 20px;
}
#specials .category-selector .button:after {
  content: "";
  opacity: 0;
  visibility: hidden;
  transition: visibility 300ms ease-in-out, opacity 300ms ease-in-out;
  height: 5px;
  width: 100%;
  position: absolute;
  bottom: -10px;
  left: 0;
  background: #167E88;
}
#specials .category-selector .button.active, #specials .category-selector .button:hover {
  color: #167E88;
}
#specials .category-selector .button.active:after, #specials .category-selector .button:hover:after {
  opacity: 1;
  visibility: visible;
}
#specials .category-selector .select-wrapper {
  width: 100%;
}
#specials .category-selector .select-wrapper select {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 10px 0 20px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  color: #167E88;
}
#specials .category-selector .select-wrapper .select-icon {
  right: 22px;
  width: 15px;
  height: 15px;
  margin-top: -5px;
}

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

#main-content &gt; .page-content.specials-content {
  padding-bottom: 42px;
}
@media only screen and (max-width: 767px) {
  #main-content &gt; .page-content.specials-content {
    padding-bottom: 33px;
  }
}

.specials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: left;
  padding-bottom: 110px;
}
@media only screen and (max-width: 767px) {
  .specials {
    padding-bottom: 0;
  }
}
.specials:after {
  clear: both;
  content: "";
  display: table;
}
.specials .item {
  flex: 0 1 auto;
  margin: 10px;
  overflow: hidden;
  position: relative;
  width: calc(33.3% - 20px);
}
.specials .item.mobile-only {
  display: none;
}
@media only screen and (max-width: 767px) {
  .specials .item.mobile-only {
    display: block;
  }
}
.specials .item .placeholder {
  content: "";
  display: block;
  padding-top: 100%;
}
.specials .item.hidden {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .specials .item {
    width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 767px) {
  .specials .item {
    margin: 0 0 20px;
    width: 100%;
  }
}
.specials .item:hover .description {
  background-color: rgba(0, 0, 0, 0.7);
}
.specials .item:hover .description .wrapper {
  max-height: 100%;
}
.specials .item:hover .thumbnail {
  transform: scale(1.1);
}
.specials .thumbnail {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  margin: 0;
  transition: transform 450ms;
}
.specials .description {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  box-sizing: border-box;
  height: 100%;
  padding: 20px 37px 35px;
  position: absolute;
  width: 100%;
  transition: background-color 300ms ease-in-out;
  z-index: 2;
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
}
@media only screen and (max-width: 1200px) {
  .specials .description {
    padding: 20px 20px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .specials .description {
    padding: 20px 20px 28px;
  }
}
.specials .description p {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 10px;
}
.specials .description .wrapper {
  max-height: 0;
  height: auto;
  overflow: hidden;
  transition: max-height 300ms ease-in-out;
}
.specials h3 {
  color: #fff;
  text-transform: uppercase;
  font: 700 22px/28px "Garamond WF";
  margin-bottom: 6px;
  letter-spacing: -0.5px;
}
.specials h3 a {
  color: inherit;
  text-decoration: none;
}
.specials nav {
  z-index: 2;
  text-align: center;
  margin-bottom: 15px;
  font-size: 0;
}
@media only screen and (max-width: 1200px) {
  .specials nav {
    margin-bottom: 0;
  }
}
.specials nav .button {
  white-space: initial;
  height: auto;
  padding: 8px 5px;
  line-height: 36px;
  margin: 10px 6px 0;
  font-size: 15px;
  border: 1px solid #fff;
  color: #fff;
  letter-spacing: 0.6px;
  width: calc(50% - 12px);
  transition: all 300ms ease-in-out;
}
@media only screen and (max-width: 1200px) {
  .specials nav .button {
    font-size: 13px;
    line-height: 30px;
  }
}
.specials nav .button:hover {
  background: #ffffff;
  color: #000000;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .specials nav .button {
    padding: 8px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .specials nav .button {
    font-size: 11px;
    padding: 8px 15px;
  }
}

.single-special {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .single-special {
    text-align: center;
  }
  .single-special .button {
    width: 100%;
  }
}
.single-special .background {
  float: right;
  width: 50%;
  height: auto;
  margin-left: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .single-special .background {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}

#specials-slider {
  position: relative;
  z-index: 30;
  width: 100%;
  padding-top: 50px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  #specials-slider {
    padding: 0;
  }
}
#specials-slider .specials-wrapper {
  position: relative;
  max-width: 1790px;
  margin: 0 auto;
  padding: 0 70px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #specials-slider .specials-wrapper {
    padding: 0 10px;
  }
}
#specials-slider .slideshow {
  max-width: 1560px;
  margin: 0 auto;
  overflow: hidden;
}
#specials-slider .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
#specials-slider .slideshow-button {
  margin-top: -52px;
  border-color: #000;
  width: 40px;
  height: 40px;
}
#specials-slider .slideshow-button.previous {
  left: 20px;
}
#specials-slider .slideshow-button.next {
  right: 20px;
}
#specials-slider .pagination {
  margin-top: 18px;
  text-align: right;
  font-family: "Brandon Grotesque WF", Arial, sans-serif;
  font-size: 18px;
  line-height: 36px;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  #specials-slider .pagination {
    display: none;
  }
}
#specials-slider .special-slide {
  position: relative;
  display: inline-block;
  width: 33.33%;
  min-height: 570px;
  height: auto;
  vertical-align: top;
  overflow: hidden;
  white-space: normal;
  background: #000000;
  color: #fff;
}
.spa #specials-slider .special-slide {
  background: #6EB0B5;
}
@media only screen and (min-width: 1440px) {
  #specials-slider .special-slide {
    min-height: 720px;
  }
}
@media only screen and (max-width: 767px) {
  #specials-slider .special-slide {
    min-height: 500px;
  }
}
#specials-slider .special-slide .inner-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#specials-slider .special-slide .thumbnail {
  position: relative;
  width: 100%;
  height: 350px;
  overflow: hidden;
}
@media only screen and (min-width: 1440px) {
  #specials-slider .special-slide .thumbnail {
    height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  #specials-slider .special-slide .thumbnail {
    height: 280px;
  }
}
#specials-slider .special-slide .thumbnail .img-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  background-position: 50% 50%;
  background-size: cover;
  height: 100%;
  width: 100%;
  transition: transform 600ms;
  transform: scale(1.1);
}
#specials-slider .special-slide .thumbnail:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.25);
}
#specials-slider .special-slide .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: #54baba;
  border-bottom-color: #54baba;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#specials-slider .special-slide .thumbnail .loading:before {
  top: 8%;
  right: 8%;
  left: auto;
  margin: auto;
}
#specials-slider .special-slide:hover .img-wrapper {
  transform: scale(1);
}
#specials-slider .special-slide .content {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 24px 20px 0 20px;
  text-align: center;
  box-sizing: border-box;
}
@media only screen and (min-width: 1800px) {
  #specials-slider .special-slide .content {
    padding: 24px 90px 0 90px;
  }
}
#specials-slider .special-slide h3 {
  font: 700 22px/27px "Garamond WF";
  margin-bottom: 8px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1440px) {
  #specials-slider .special-slide h3 {
    font-size: 28px;
    line-height: 31px;
  }
}
#specials-slider .special-slide h3 a {
  color: inherit;
  text-decoration: none;
}
#specials-slider .special-slide p {
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 20px;
}
#specials-slider .special-slide .text {
  margin-bottom: 25px;
  font: 300 18px/22px "Brandon Grotesque WF", Arial, sans-serif;
  color: #fff;
  text-align: center;
}
#specials-slider .special-slide .price {
  font: 700 26px/29px "Garamond WF";
  color: #6EB0B5;
  margin-bottom: 20px;
}
.spa #specials-slider .special-slide .price {
  color: #ffffff;
}
#specials-slider .special-slide .price strong {
  font-weight: bold;
  font-size: 20px;
}
#specials-slider .special-slide .links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#specials-slider .special-slide .link-wrapper {
  width: 158px;
}
#specials-slider .special-slide .special-slide-button {
  font: 700 17px/60px "Brandon Grotesque WF", Arial, sans-serif;
  color: #ffffff;
  height: 60px;
  width: 150px;
  text-align: center;
  border: 1px solid #ffffff;
  display: block;
  margin: 0 8px 30px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 300ms ease-in-out;
}
#specials-slider .special-slide .special-slide-button:hover {
  color: #000000;
  background: #ffffff;
}
#specials-slider .special-slide .special-slide-button:nth-child(2) {
  background-color: #fff;
  color: #000;
}
#specials-slider .special-slide .special-slide-button:nth-child(2):hover {
  color: #fff;
  background: #000;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #specials-slider .special-slide {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  #specials-slider .special-slide {
    width: 83%;
  }
}
@media only screen and (max-width: 767px) {
  #specials-slider .view-all {
    margin-top: 15px;
  }
}

.page-content .careers h2 {
  margin-bottom: 10px;
}

.google-map {
  position: relative;
}
.google-map:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid transparent;
  border-top-color: #54baba;
  border-bottom-color: #54baba;
  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;
}

.infoBox {
  background: none !important;
}
.infoBox .label-content {
  width: 100px;
  height: 100px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .infoBox .label-content {
    width: 50px;
    height: 50px;
    margin-top: 50px;
    margin-left: 25px;
  }
}
.infoBox .label-content .thumbnail {
  position: absolute;
  background-size: cover;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.infoBox .label-content img {
  display: none;
}

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

.map-content {
  background: rgba(0, 0, 0, 0.9);
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  padding: 20px;
  position: relative;
  text-align: center;
  color: #ffffff;
  width: 300px;
}
@media only screen and (max-width: 767px) {
  .map-content {
    width: 200px;
    margin-left: 50px;
    font-size: 12px;
    line-height: 16px;
    padding: 10px;
  }
}
.map-content p {
  margin-bottom: 10px;
}
.map-content h3 {
  font: 700 18px/24px "Brandon Grotesque WF", Arial, sans-serif;
  margin: 10px 0;
  text-transform: uppercase;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .map-content h3 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
  }
}
.map-content a {
  color: #fff;
}
.map-content .button {
  margin-top: 20px;
  color: #ffffff;
  background: none;
  border-color: #ffffff;
}
.map-content .button:hover {
  background: #ffffff;
  color: #000000;
}
.map-content .thumbnail {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100%;
  height: 200px;
}
@media only screen and (max-width: 767px) {
  .map-content .thumbnail {
    height: 100px;
  }
}
.map-content .thumbnail img {
  display: none;
}

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

.pressroom {
  text-align: center;
}
.pressroom .pressroom-item {
  display: inline-block;
  vertical-align: top;
  width: calc(33% - 20px);
  height: 400px;
  margin: 15px 10px 20px 10px;
  position: relative;
  overflow: hidden;
  border: 1px solid #000000;
  padding: 20px 0;
  background-color: #000000;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .pressroom .pressroom-item {
    width: calc(40% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .pressroom .pressroom-item {
    width: 100%;
    margin: 10px 0;
  }
}
.pressroom .pressroom-item h4 {
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #ffffff;
}
.pressroom .pressroom-item time {
  color: #ffffff;
  display: block;
  margin: 5px 0;
}
.pressroom .pressroom-item .description {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 20px 20px 20px;
}
.pressroom .pressroom-item .description .centered time {
  margin: 10px 0;
  display: block;
  font-weight: bold;
}
.pressroom .pressroom-item .description p {
  color: #fff;
  line-height: 18px;
  font-size: 16px;
  margin-bottom: 0;
}
.pressroom .pressroom-item .button {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.pressroom .pressroom-item .button:hover {
  background: #ffffff;
  color: #000000;
}
.pressroom .pressroom-item .pdf {
  color: #ffffff;
  margin: 10px 0 0 0;
  display: block;
  position: relative;
  line-height: 16px;
  padding-left: 0 !important;
}
.pressroom .pressroom-item .pdf:hover {
  color: #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 (min-width: 768px) and (max-width: 979px) {
  .galleries .gallery {
    width: calc(50% - 10px);
    padding-bottom: calc(50% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  .galleries .gallery {
    width: calc(100% - 10px);
    padding-bottom: calc(100% - 10px);
  }
}
.galleries .gallery &gt; * {
  z-index: 1;
  position: relative;
}
.galleries .gallery h2, .galleries .gallery h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font: 26px/30px "Brandon Grotesque WF", 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: 979px) {
  .galleries .gallery .description {
    font-size: 16px;
    line-height: 20px;
  }
}
.galleries .gallery .description:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -1px;
}
.galleries .gallery .description .centered {
  padding: 15px;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 4px);
}
.galleries .gallery .description .centered .button {
  border-color: #ffffff;
  color: #ffffff;
}
.galleries .gallery .description .centered .button:hover {
  background: #ffffff;
  color: #000000;
}

.form {
  display: block;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .form {
    text-align: left;
  }
}
.form .g-recaptcha {
  display: inline-block;
  margin-bottom: 20px;
}
.form .select-wrapper {
  display: block;
  float: 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 label {
  width: 90%;
  line-height: 1.2;
  margin: 12px 20px 0 0;
  float: left;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .form label {
    display: block;
    float: none;
    margin: 0 0 20px;
    text-align: left;
    width: auto;
  }
}
.form label em {
  color: #b31919;
  font-size: 16px;
  font-weight: normal;
  line-height: 10px;
  padding-right: 5px;
}
.form label small {
  display: none;
}
.form p {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .form p {
    margin-bottom: 20px;
  }
}
.form p:after {
  clear: both;
  content: "";
  display: table;
}
.form p span {
  float: left;
  margin: 0 10px 0 0;
}
.form p span.checkbox-group {
  margin-bottom: 10px;
}
.form p span input {
  display: inline;
  float: none;
  margin: 0;
}
.form p span label {
  display: inline;
  float: none;
  width: auto;
  text-align: left;
}
.form p span.group label {
  display: block;
  margin-bottom: 10px;
}
.form p span.group label input {
  margin-right: 0.4em;
}
.form input[type=text], .form input[type=date], .form textarea, .form select, .form .input-overlay {
  background: #fff;
  height: 40px;
  padding: 0 10px;
  resize: none;
  width: 250px;
  border: 1px solid #d1d1d1;
  display: block;
  float: left;
}
@media only screen and (max-width: 767px) {
  .form input[type=text], .form input[type=date], .form textarea, .form select, .form .input-overlay {
    padding: 0 20px;
    width: 100%;
    text-align: left;
  }
}
.form .input-overlay {
  opacity: 0;
  margin-top: -40px;
}
@media only screen and (max-width: 767px) {
  .form .select-wrapper {
    width: 100%;
  }
}
.form textarea {
  height: 100px;
  overflow: auto;
  line-height: 24px;
  padding: 10px;
}
.form input[type=checkbox],
.form input[type=radio] {
  width: 14px;
  height: 14px;
  padding: 0;
  display: block;
  float: left;
  margin-top: 4px;
}
.form input[type=radio] {
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  .form input[type=radio] {
    margin-top: 0;
  }
}
.form .group input[type=radio] {
  margin-top: 0;
}
.form .datepicker-input-wrapper {
  float: left;
}
@media only screen and (max-width: 767px) {
  .form .datepicker-input-wrapper {
    float: none;
  }
}
.form input.date-pick, .form .input-overlay {
  width: 140px;
  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 .confirmation {
  margin-top: 40px;
  text-align: left;
}
.form .confirmation input[type=checkbox] {
  margin: 8px 10px 0 5px;
}
.form .confirmation label {
  margin: 0;
  line-height: 30px;
  width: auto;
  float: left;
}
.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;
    margin-top: 20px;
  }
}
.form .controls .button {
  margin-left: 20px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .form .controls .button {
    display: inline-block;
    margin: 0;
  }
}
.form .hidden-field-1 {
  display: none;
}
.form .hidden-field-2 {
  display: none;
}
.form #love_story {
  height: 200px;
  width: 400px;
}
@media only screen and (max-width: 767px) {
  .form #love_story {
    width: 100%;
  }
}
.form #wedding_giveaway {
  min-width: 0;
}

#content {
  opacity: 1 !important;
}

.nt_meeting_form {
  margin-top: 40px;
  padding-right: 40px;
  position: relative;
  padding-top: 40px;
}
.nt_meeting_form form {
  display: block;
  margin-bottom: 25px;
  overflow: hidden;
}
.nt_meeting_form form input[type=datepicker], .nt_meeting_form form input[type=email], .nt_meeting_form form input[type=number], .nt_meeting_form form input[type=phone], .nt_meeting_form form input[type=text], .nt_meeting_form form input[type=url], .nt_meeting_form form select, .nt_meeting_form form textarea, .nt_meeting_form form [id*=form_form_] .input-overlay, .nt_meeting_form form [id*=form_form_] input[type=datepicker], .nt_meeting_form form [id*=form_form_] input[type=email], .nt_meeting_form form [id*=form_form_] input[type=number], .nt_meeting_form form [id*=form_form_] input[type=phone], .nt_meeting_form form [id*=form_form_] input[type=text], .nt_meeting_form form [id*=form_form_] input[type=url], .nt_meeting_form form [id*=form_form_] select, .nt_meeting_form form [id*=form_form_] textarea {
  background: #fff !important;
  border: 1px solid #3a2d23 !important;
  color: #3a2d23 !important;
  font: 16px/1 Gotham, sans-serif !important;
  height: 50px !important;
  padding: 0 20px !important;
  resize: none !important;
  width: 100% !important;
}
.nt_meeting_form form label, .nt_meeting_form form [id*=form_form_] label {
  float: left;
  line-height: 1.2;
  margin: 12px 20px 0 0;
  text-align: left !important;
  width: 95% !important;
}
.nt_meeting_form form em, .nt_meeting_form form [id*=form_form_] em {
  color: #b31919;
  font-size: 16px;
  font-weight: 400;
  line-height: 10px;
  padding-right: 5px;
}
.nt_meeting_form form textarea, .nt_meeting_form form [id*=form_form_] textarea {
  height: 100px;
  line-height: 20px;
  overflow: auto;
  padding: 10px;
}
.nt_meeting_form form .hide_nt {
  display: none;
}
.nt_meeting_form .form_new_meeting_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.nt_meeting_form .form_new_nt_left {
  width: 48%;
  display: inline-block;
  margin: 10px;
  padding: 30px 0px 0px 0px;
}
@media only screen and (max-width: 767px) {
  .nt_meeting_form .form_new_nt_left {
    width: 100%;
    box-sizing: border-box;
    padding: 0px 0px 0px 0px;
    margin: 10px 0px;
  }
}
@media only screen and (max-width: 979px) {
  .nt_meeting_form .form_new_nt_left {
    width: 100%;
    box-sizing: border-box;
    padding: 0px 0px 0px 0px;
    margin: 10px 0px;
  }
}
.nt_meeting_form .form_new_nt_right {
  width: 47%;
  display: inline-block;
  margin: 10px;
  padding: 30px 0px 0px 0px;
}
@media only screen and (max-width: 979px) {
  .nt_meeting_form .form_new_nt_right {
    width: 100%;
    box-sizing: border-box;
    padding: 0px 0px 0px 0px;
    margin: 10px 0px;
  }
}
@media only screen and (max-width: 767px) {
  .nt_meeting_form .form_new_nt_right {
    width: 100%;
    box-sizing: border-box;
    padding: 0px 0px 0px 0px;
    margin: 10px 0px;
  }
}
.nt_meeting_form .form_new_meeting_box p {
  position: relative;
  margin-bottom: 0px;
}
@media only screen and (max-width: 979px) {
  .nt_meeting_form .form_new_meeting_box p {
    position: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .nt_meeting_form .form_new_meeting_box p {
    position: inherit;
  }
}
.nt_meeting_form .nt_btn {
  width: 30% !important;
  background-color: transparent;
  background-image: url(../images/backgrounds/form-submit.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  color: #0a0a82;
  font-family: Lato Heavy, Arial, sans-serif;
  height: 60px;
  line-height: 60px;
  width: 100%;
}
@media only screen and (max-width: 979px) {
  .nt_meeting_form .nt_btn {
    width: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  .nt_meeting_form .nt_btn {
    width: 100% !important;
  }
}
.nt_meeting_form .nt_btn:hover {
  background-color: transparent;
  color: #fff;
}
.nt_meeting_form .datepicker-input-wrapper {
  float: left;
  width: 100%;
}
@media only screen and (max-width: 979px) {
  .nt_meeting_form .datepicker-input-wrapper {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .nt_meeting_form .datepicker-input-wrapper {
    width: 90%;
  }
}
.nt_meeting_form .select-wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
}
.nt_meeting_form .form_new_nt_full {
  margin: 10px;
  width: 100%;
  padding: 30px 0px 0px 0px;
}
@media only screen and (max-width: 979px) {
  .nt_meeting_form .form_new_nt_full {
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 10px 0px;
  }
}
@media only screen and (max-width: 767px) {
  .nt_meeting_form .form_new_nt_full {
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 10px 0px;
  }
}
.nt_meeting_form .form_new_meeting {
  display: block;
  margin-bottom: 25px;
  overflow: hidden;
}
.nt_meeting_form .form_new_meeting input[type=datepicker], .nt_meeting_form .form_new_meeting input[type=email], .nt_meeting_form .form_new_meeting input[type=number], .nt_meeting_form .form_new_meeting input[type=phone], .nt_meeting_form .form_new_meeting input[type=text], .nt_meeting_form .form_new_meeting input[type=url], .nt_meeting_form .form_new_meeting select, .nt_meeting_form .form_new_meeting textarea, .nt_meeting_form .form_new_meeting [id*=form_form_] .input-overlay, .nt_meeting_form .form_new_meeting [id*=form_form_] input[type=datepicker], .nt_meeting_form .form_new_meeting [id*=form_form_] input[type=email], .nt_meeting_form .form_new_meeting [id*=form_form_] input[type=number], .nt_meeting_form .form_new_meeting [id*=form_form_] input[type=phone], .nt_meeting_form .form_new_meeting [id*=form_form_] input[type=text], .nt_meeting_form .form_new_meeting [id*=form_form_] input[type=url], .nt_meeting_form .form_new_meeting [id*=form_form_] select, .nt_meeting_form .form_new_meeting [id*=form_form_] textarea {
  background: #f1f1f1;
  border: 1px solid #d1d1d1;
  color: #53565a;
  font-size: 14px;
  height: 43px;
  line-height: 40px;
  padding: 0 10px;
  resize: none;
  width: 100%;
}
.nt_meeting_form .form_new_meeting em, .nt_meeting_form .form_new_meeting [id*=form_form_] em {
  color: #b31919;
  font-size: 16px;
  font-weight: 400;
  line-height: 10px;
  padding-right: 5px;
}
.nt_meeting_form .form_new_meeting textarea, .nt_meeting_form .form_new_meeting [id*=form_form_] textarea {
  height: 100px;
  line-height: 20px;
  overflow: auto;
  padding: 10px;
}
.nt_meeting_form .form_new_meeting .hide_nt {
  display: none;
}

#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: #167E88;
  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: 979px) {
  [id*=form_form_] {
    text-align: left;
  }
}
[id*=form_form_] fieldset + fieldset {
  margin-top: 20px;
}
[id*=form_form_] .no-header h3 {
  display: none;
}
[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: 979px) {
  [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: 979px) {
  [id*=form_form_] p {
    margin-bottom: 20px;
  }
}
[id*=form_form_] p:after {
  clear: both;
  content: "";
  display: table;
}
[id*=form_form_] p span {
  display: flex;
  flex-direction: column;
  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: 979px) {
  [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.2em;
}
@media only screen and (max-width: 979px) {
  [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;
  color: #000;
  height: 40px;
  padding: 0 10px;
  resize: none;
  width: 250px !important;
  border: 1px solid #d1d1d1;
  font-size: 16px;
  line-height: 40px;
  font-family: "Brandon Grotesque WF", Arial, sans-serif;
}
@media only screen and (max-width: 979px) {
  [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% !important;
    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;
}
@media only screen and (max-width: 979px) {
  [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: 979px) {
  [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: 979px) {
  [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: 979px) {
  [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: 979px) {
  [id*=form_form_] .input-overlay {
    float: none;
    display: block;
    width: 100%;
  }
}
[id*=form_form_] .ui-datepicker-trigger {
  float: left;
  position: static;
  margin: 13px 0 0 6px;
}
@media only screen and (max-width: 979px) {
  [id*=form_form_] .ui-datepicker-trigger {
    display: none;
  }
}
[id*=form_form_] input[type=submit] {
  display: block;
  margin: 0 auto;
  line-height: 1;
}
[id*=form_form_] input[type=submit]:hover {
  background-color: #000 !important;
}
[id*=form_form_] &gt; input[type=submit] {
  margin-top: 20px;
}
[id*=form_form_] .g-recaptcha {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
[id*=form_form_] [class*=inputdatepicker_] button {
  display: none;
}
[id*=form_form_] .compliance label {
  margin-top: 5px;
}
[id*=form_form_] .form-builder-field {
  position: relative;
  width: 100%;
  text-align: left;
  clear: both;
  margin-top: 0 !important;
  overflow: visible !important;
}
[id*=form_form_] .form-builder-field p {
  margin-bottom: 10px;
}
[id*=form_form_] .form-builder-field[class*=textarea] label {
  margin-bottom: 10px;
}
@media only screen and (max-width: 979px) {
  [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] &gt; label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] &gt; label, [id*=form_form_] .form-builder-field[class*=radiogroup] &gt; label {
  margin-bottom: 20px;
}
@media only screen and (max-width: 979px) {
  [id*=form_form_] .form-builder-field[class*=inputcheckbox] &gt; label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] &gt; label, [id*=form_form_] .form-builder-field[class*=radiogroup] &gt; label {
    margin-bottom: 10px;
  }
}
[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 {
  vertical-align: middle;
}
[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-weight: normal;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 23px;
  font-weight: 300;
}
@media only screen and (max-width: 979px) {
  [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: 979px) {
  [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 p {
  font-weight: 300;
}
[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 &gt; 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: 979px) {
  [id*=form_form_] .form-builder-field[class*=paragraph] {
    margin-left: 0;
    width: 100%;
  }
}
[id*=form_form_] .form-builder-field[class*=inputfile] {
  line-height: 1;
}
[id*=form_form_] .form-builder-field[class*=inputfile] input[type=file] {
  margin-top: 10px;
  font-size: 17px;
}
@media only screen and (max-width: 979px) {
  [id*=form_form_] .form-builder-field[class*=inputfile] label {
    margin-right: 20px;
  }
}
[id*=form_form_] .form-builder-field[class*=inputfile] .fake-input {
  font: 500 16px/1.2 "Brandon Grotesque WF", Arial, sans-serif;
  color: #000;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0;
  cursor: pointer;
  width: 50%;
}
[id*=form_form_] .form-builder-field[class*=inputfile] .fake-input:before {
  content: "";
  background: url("../images/paperclip.png") no-repeat;
  background-size: contain;
  width: 16px;
  height: 17px;
  display: block;
  position: relative;
  float: left;
  margin-right: 10px;
}
[id*=form_form_] .form-builder-group {
  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: 979px) {
  [id*=form_form_] .form-builder-group.columns-2 .form-builder-field:not(:first-child) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 979px) {
  [id*=form_form_] .form-builder-group.columns-2 .form-builder-field {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field &gt; 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: 979px) {
  [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: 979px) {
  [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: 979px) {
  [id*=form_form_] .form-builder-group.columns-3 .form-builder-field:not(:first-child) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 979px) {
  [id*=form_form_] .form-builder-group.columns-3 .form-builder-field {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field &gt; 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: 979px) {
  [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: 979px) {
  [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: 979px) {
  [id*=form_form_] .form-builder-group.columns-4 .form-builder-field:not(:first-child) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 979px) {
  [id*=form_form_] .form-builder-group.columns-4 .form-builder-field {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field &gt; 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: 979px) {
  [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: 979px) {
  [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: 979px) {
  [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: 979px) {
  [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 300ms ease-in-out/2;
  border: #000 1px solid;
}
@media only screen and (min-width: 980px) {
  [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 300ms ease-in-out/2 300ms ease-in-out/3, opacity 300ms ease-in-out/2, visibility 300ms 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 300ms ease-in-out/3, opacity 300ms ease-in-out/3, visibility 300ms 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 300ms ease-in-out;
}
[id*=form_form_] .clear-file-input.inactive {
  opacity: 0;
  visibility: hidden;
}
[id*=form_form_] .hidden-field-1 {
  display: none;
}
[id*=form_form_] .hidden-field-2 {
  display: none;
}
[id*=form_form_] #love_story {
  height: 200px;
  width: 400px;
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] #love_story {
    width: 100%;
  }
}
[id*=form_form_] #wedding_giveaway {
  min-width: 0;
}

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

.poi {
  overflow: hidden;
}

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

.poi-map {
  height: 800px;
}
@media only screen and (max-width: 979px) {
  .poi-map {
    height: calc(100vh - 140px);
  }
}

.poi-overlay {
  text-align: center;
}
.poi-overlay .category-selector {
  margin: 0;
  min-height: 70px;
  padding-top: 22px;
}
@media only screen and (max-width: 979px) {
  .poi-overlay .category-selector {
    padding-top: 15px;
  }
}
@media only screen and (min-width: 1440px) {
  .poi-overlay .category-selector {
    flex: 1 1 10px;
  }
}
.poi-overlay .category-selector .button {
  font-size: 1vw;
  line-height: 25px;
  background: none;
  color: #ffffff;
  border: none;
  padding-left: 50px;
  padding-right: 10px;
  height: 25px;
  border-left: 1px solid #2b2b2b;
  border-radius: 0;
  margin: 0 0 10px;
}
@media (max-width: 1200px) {
  .poi-overlay .category-selector .button {
    font-size: 12px;
  }
}
@media (min-width: 1700px) {
  .poi-overlay .category-selector .button {
    font-size: 17px;
  }
}
.poi-overlay .category-selector .button:first-child {
  border-left: none;
  padding-left: 0;
}
.poi-overlay .category-selector .button:first-child:before {
  display: none;
}
@media only screen and (min-width: 1440px) {
  .poi-overlay .category-selector .button {
    margin: 0 5px 10px;
    padding-left: 64px;
    padding-right: 20px;
  }
}
.poi-overlay .category-selector .button:before {
  background: url(../images/poi/icons.svg) no-repeat -40px -40px;
  content: "";
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  top: -8px;
  left: 5px;
}
@media only screen and (min-width: 1440px) {
  .poi-overlay .category-selector .button:before {
    left: 20px;
  }
}
.poi-overlay .category-selector .button.icon-restaurants-bars:before {
  background-position: -10px -10px;
}
.poi-overlay .category-selector .button.icon-shopping:before {
  background-position: -70px -10px;
}
.poi-overlay .category-selector .button.icon-zoo:before {
  background-position: -130px -10px;
}
.poi-overlay .category-selector .button.icon-theme-parks:before {
  background-position: -190px -10px;
}
.poi-overlay .category-selector .button.icon-wineries:before {
  background-position: -250px -10px;
}
.poi-overlay .category-selector .button.icon-breakfast:before {
  background-position: -310px -10px;
}
.poi-overlay .category-selector .button.icon-attractions:before {
  background-position: -370px -10px;
}
.poi-overlay .category-selector .button.icon-places-for-children:before {
  background-position: -430px -10px;
}
.poi-overlay .category-selector .button.icon-museums:before {
  background-position: -490px -10px;
}
.poi-overlay .category-selector .button.icon-national-monuments:before {
  background-position: -550px -10px;
}
.poi-overlay .category-selector .button.icon-farmer-markets:before {
  background-position: -610px -10px;
}
.poi-overlay .category-selector .button.icon-nightlife:before {
  background-position: -670px -10px;
}
.poi-overlay .category-selector .button.icon-arts-culture:before {
  background-position: -730px -10px;
}
.poi-overlay .category-selector .button.icon-hospitals:before {
  background-position: -790px -10px;
}
.poi-overlay .category-selector .button.icon-banks:before {
  background-position: -850px -10px;
}
.poi-overlay .category-selector .button.icon-spas:before {
  background-position: -910px -10px;
}
.poi-overlay .category-selector .button.icon-gardens:before {
  background-position: -970px -10px;
}
.poi-overlay .category-selector .button.icon-cafes:before {
  background-position: -1030px -10px;
}
.poi-overlay .category-selector .button.icon-entertainment:before {
  background-position: -1090px -10px;
}
.poi-overlay .category-selector .button.icon-golf:before {
  background-position: -1150px -10px;
}
.poi-overlay .category-selector .button.icon-romantic-spots:before {
  background-position: -1210px -10px;
}
.poi-overlay .category-selector .button.icon-hidden-gems:before {
  background-position: -1270px -10px;
}
.poi-overlay .category-selector .button.icon-corporate-offices:before {
  background-position: -1330px -10px;
}
.poi-overlay .category-selector .button.icon-outdoors:before {
  background-position: -1390px -10px;
}
.poi-overlay .category-selector .button.icon-lakes:before {
  background-position: -1450px -10px;
}
.poi-overlay .category-selector .button.icon-rivers:before {
  background-position: -1510px -10px;
}
.poi-overlay .category-selector .button.icon-beaches:before {
  background-position: -1570px -10px;
}
.poi-overlay .category-selector .button.icon-hiking:before {
  background-position: -1630px -10px;
}
.poi-overlay .category-selector .button.icon-places-of-worship:before {
  background-position: -1690px -10px;
}
.poi-overlay .category-selector .button.icon-sports:before {
  background-position: -1750px -10px;
}
.poi-overlay .category-selector .button.icon-universities:before {
  background-position: -1810px -10px;
}
.poi-overlay .category-selector .button.active, .poi-overlay .category-selector .button:hover {
  color: #AC253C;
}

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

#calendar-links {
  float: left;
  margin-top: 5px;
}
#calendar-links:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: 767px) {
  #calendar-links {
    margin-top: 0;
    float: none;
    width: 100%;
    text-align: center;
  }
}
#calendar-links li {
  float: left;
}
@media only screen and (max-width: 767px) {
  #calendar-links li {
    display: inline-block;
    float: none;
  }
  #calendar-links li:first-child a {
    margin-left: 0;
  }
}
#calendar-links a {
  display: block;
  height: 20px;
  width: 20px;
  margin: 0 20px 0 0;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common.svg") 0 0 no-repeat;
}
#calendar-links a.ical {
  background-position: -200px -76px;
}
#calendar-links a.ical:hover {
  background-position: -240px -76px;
}
#calendar-links a.ical:active {
  background-position: -280px -76px;
}
#calendar-links a.print {
  background-position: -200px -116px;
}
#calendar-links a.print:hover {
  background-position: -240px -116px;
}
#calendar-links a.print:active {
  background-position: -280px -116px;
}
#calendar-links a.rss {
  background-position: -200px -156px;
}
#calendar-links a.rss:hover {
  background-position: -240px -156px;
}
#calendar-links a.rss:active {
  background-position: -280px -156px;
}
@media only screen and (max-width: 767px) {
  #calendar-links a {
    display: inline-block;
    margin: 0 0 0 20px;
  }
}

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

#calendar-views {
  float: left;
}
#calendar-views:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: 767px) {
  #calendar-views {
    float: none;
    text-align: center;
    margin-bottom: 30px;
  }
}
#calendar-views li {
  float: left;
}
@media only screen and (max-width: 767px) {
  #calendar-views li {
    display: inline-block;
    float: none;
  }
}
#calendar-views a {
  position: relative;
  display: block;
  margin-right: 20px;
  padding-left: 30px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
}
@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: #AC253C;
}
#calendar-views a:before {
  background: url("../images/common.svg") 0 0 no-repeat;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 5px;
  left: 0;
}
#calendar-views a.grid:before {
  background-position: -200px 0;
}
#calendar-views a.grid:hover:before, #calendar-views a.grid.active:before {
  background-position: -240px 0;
}
#calendar-views a.grid:active:before {
  background-position: -280px 0;
}
#calendar-views a.list:before {
  background-position: -200px -38px;
}
#calendar-views a.list:hover:before, #calendar-views a.list.active:before {
  background-position: -240px -38px;
}
#calendar-views a.list:active:before {
  background-position: -280px -38px;
}

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

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

#calendar-month {
  height: 40px;
  margin-bottom: 20px;
  position: relative;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: newspaper;
}
@media only screen and (max-width: 767px) {
  #calendar-month {
    -moz-text-align-last: auto;
         text-align-last: auto;
  }
}
#calendar-month:after {
  clear: both;
  content: "";
  display: table;
}
#calendar-month:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  height: 0;
}
#calendar-month li {
  display: inline;
}
#calendar-month a {
  display: inline-block;
  vertical-align: top;
  padding: 0 9px;
  height: 40px;
  line-height: 40px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  color: #000000;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #calendar-month a {
    padding: 0 5px;
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #calendar-month a {
    padding: 0 7px;
    font-size: 11px;
    text-align: center;
  }
}
#calendar-month a:hover {
  background: #6EAFB5;
  color: #fff;
}
#calendar-month a.active {
  background: #AC253C;
  color: #fff;
}
#calendar-month a.active:hover {
  background: #6EAFB5;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #calendar-month {
    -moz-text-align-last: auto;
         text-align-last: auto;
  }
  #calendar-month li {
    display: none;
  }
  #calendar-month li.current, #calendar-month li.prev, #calendar-month li.next {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 30%;
  }
  #calendar-month li.current a {
    font-size: 12px;
    padding: 0 10px;
    display: block;
  }
  #calendar-month li.prev a, #calendar-month li.next a {
    display: block;
    font-size: 12px;
    padding-right: 0;
    padding-left: 30px;
  }
  #calendar-month li.prev a:after, #calendar-month li.next a:after {
    background: url("../images/common.svg") -200px -196px no-repeat;
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: 11px;
    width: 11px;
    height: 18px;
  }
  #calendar-month li.prev a:hover, #calendar-month li.next a:hover {
    background-color: transparent;
    color: #327d7d;
  }
  #calendar-month li.prev a:hover:after, #calendar-month li.next a:hover:after {
    background-position: -231px -196px;
  }
  #calendar-month li.prev a:active, #calendar-month li.next a:active {
    top: auto;
  }
  #calendar-month li.next a {
    padding-left: 0;
    padding-right: 30px;
  }
  #calendar-month li.next a:after {
    background-position: -200px -234px;
    left: auto;
    right: 5px;
  }
  #calendar-month li.next a:hover:after {
    background-position: -231px -234px;
  }
}

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

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

#calendar-week {
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #calendar-week {
    display: none;
  }
}
#calendar-week li {
  color: #000000;
  text-align: center;
}
#calendar-week li .short {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #calendar-week li .full {
    display: none;
  }
  #calendar-week li .short {
    display: inline;
  }
}
@media only screen and (max-width: 767px) {
  #calendar-week li .full {
    display: none;
  }
  #calendar-week li .short {
    display: inline;
  }
}

#calendar-days {
  position: relative;
}
#calendar-days li {
  margin: 0 0 1em;
  min-height: 8em;
  text-align: left;
  -moz-text-align-last: left;
       text-align-last: left;
  vertical-align: top;
  position: static;
  background: rgba(0, 0, 0, 0.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: #132929;
  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: #595756;
}
#calendar-days li.prev_month time a:hover, #calendar-days li.next_month time a:hover {
  background: #f1f1f1;
}
#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: #327d7d;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #calendar-days dt a {
    height: 2.8em;
    line-height: 2.8em;
  }
}
#calendar-days dl.w1 dt {
  width: 100%;
}
#calendar-days dl.w2 dt {
  width: 211.538%;
}
#calendar-days dl.w3 dt {
  width: 323.076%;
}
#calendar-days dl.w4 dt {
  width: 434.614%;
}
#calendar-days dl.w5 dt {
  width: 546.152%;
}
#calendar-days dl.w6 dt {
  width: 657.69%;
}
#calendar-days dl.w7 dt {
  width: 769.228%;
}
#calendar-days dl.c1 dt a {
  background-color: #8db294;
}
#calendar-days dl.c2 dt a {
  background-color: #ada39a;
}
#calendar-days dl.c3 dt a {
  background-color: #85a9b7;
}
#calendar-days dl.c4 dt a {
  background-color: #bc8e8f;
}
#calendar-days dl.c5 dt a {
  background-color: #ac9bc1;
}
#calendar-days dl.c6 dt a {
  background-color: #87b6c7;
}
#calendar-days dl.c7 dt a {
  background-color: #bb85aa;
}
#calendar-days dl.c8 dt a {
  background-color: #a4a4a4;
}
#calendar-days dl dd {
  position: absolute;
  left: 0;
  bottom: 28px;
  background: #fff;
  color: #000000;
  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: #000000;
  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 p {
  font-size: 14px;
  line-height: 18px;
  padding: 0 0 10px 0;
  width: 100%;
}
#calendar-days dl:hover dd {
  visibility: visible;
}
#calendar-days dl.t1 {
  margin-top: 2em;
}
#calendar-days dl.t2 {
  margin-top: 4em;
}
#calendar-days dl.t3 {
  margin-top: 6em;
}
#calendar-days dl.t4 {
  margin-top: 8em;
}
#calendar-days dl.t5 {
  margin-top: 10em;
}
#calendar-days dl.t6 {
  margin-top: 12em;
}
#calendar-days dl.t7 {
  margin-top: 14em;
}
#calendar-days dl.t8 {
  margin-top: 16em;
}
#calendar-days dl.t9 {
  margin-top: 18em;
}
#calendar-days dl.t10 {
  margin-top: 20em;
}
#calendar-days dl.t11 {
  margin-top: 22em;
}
#calendar-days dl.t12 {
  margin-top: 24em;
}
#calendar-days dl.t13 {
  margin-top: 26em;
}
#calendar-days dl.t14 {
  margin-top: 28em;
}
#calendar-days dl.t15 {
  margin-top: 30em;
}
#calendar-days dl.t16 {
  margin-top: 32em;
}
#calendar-days dl.t17 {
  margin-top: 34em;
}
#calendar-days dl.t18 {
  margin-top: 36em;
}
#calendar-days dl.t19 {
  margin-top: 38em;
}
#calendar-days dl.t20 {
  margin-top: 40em;
}

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

#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;
}
#calendar .single-event h2 {
  margin-bottom: 10px;
}
#calendar .single-event .background {
  float: right;
  width: 300px;
  height: 300px;
  margin-left: 20px;
  margin-bottom: 20px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  #calendar .single-event .background {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}

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

#calendar .dates &gt; small {
  display: block;
}

.calendar .image-list-item {
  position: relative;
  overflow: hidden;
  height: 300px;
  width: 100%;
  margin: 0 auto 20px;
  text-align: left;
}
@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 (min-width: 768px) and (max-width: 979px) {
  .calendar .image-list-item .background {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item .background {
    width: 100%;
    margin: 0 0 10px 0;
    border-bottom-right-radius: 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 "Brandon Grotesque WF", 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 {
  position: absolute;
  bottom: 30px;
  left: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .calendar .image-list-item .description .button {
    bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item .description .button {
    width: 100%;
    text-align: center;
    left: auto;
    right: auto;
    bottom: auto;
    position: relative;
  }
}

.celebrations-section {
  margin-bottom: 20px;
}
.celebrations-section .top-heading {
  text-align: center;
  color: #000;
  margin-bottom: 40px;
  text-transform: uppercase;
  gap: 12px;
}
.celebrations-section .top-heading h2 {
  font: 450 48px/68.64px "Brandon Grotesque WF", Arial, sans-serif;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .celebrations-section .top-heading h2 {
    font: 390 24px/34.32px "Brandon Grotesque WF", Arial, sans-serif;
  }
}
.celebrations-section .top-heading h3 {
  font: 400 24px/31.32px "Garamond WF";
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .celebrations-section .top-heading h3 {
    font: 400 18px/23.49px "Brandon Grotesque WF", Arial, sans-serif;
  }
}
.celebrations-section .row {
  display: flex;
  flex-wrap: wrap;
  max-width: 1264px;
  margin: 0 auto;
  justify-content: center;
  gap: 24px;
}
.celebrations-section .row .slide {
  overflow: hidden;
  width: calc((100% - 72px) / 4);
  position: relative;
}
@media only screen and (max-width: 979px) {
  .celebrations-section .row .slide {
    width: 100%;
    height: 300px;
  }
}
.celebrations-section .row .slide .image {
  width: 100%;
}
@media only screen and (min-width: 980px) {
  .celebrations-section .row .slide .image {
    width: 100%;
    height: 298px;
  }
}
.celebrations-section .row .slide .image img {
  width: 100%;
  height: 100%;
}
.celebrations-section .row .slide .content {
  transform: translateY(240px);
  position: absolute;
  /* bottom: 20px; */
  left: 0;
  padding: 0 10px;
  top: 0;
  color: #FFF;
}
.celebrations-section .row .slide .content h2 {
  font: 800 20px/26px "Garamond WF";
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 40px;
}
.celebrations-section .row .slide .content .button {
  margin: 0 auto;
  margin-top: 16px;
}
.celebrations-section .row .slide:hover .content {
  transform: translateY(0);
  transition: all 0.5s;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 70.64%);
  color: #FFF;
  height: 100%;
  font-family: Brandon Grotesque;
  font: 330 17px/22px "Garamond WF";
  letter-spacing: 0.015em;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 15px;
}
.celebrations-section .row .slide:hover .content h2 {
  padding-bottom: 0;
}

.team-building-section {
  margin-bottom: 20px;
}
.team-building-section .top-heading {
  text-align: center;
  color: #000;
  margin-bottom: 40px;
  text-transform: uppercase;
  gap: 12px;
}
.team-building-section .top-heading h2 {
  font: 450 48px/68.64px "Brandon Grotesque WF", Arial, sans-serif;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .team-building-section .top-heading h2 {
    font: 390 24px/34.32px "Brandon Grotesque WF", Arial, sans-serif;
  }
}
.team-building-section .top-heading h3 {
  font: 400 24px/31.32px "Garamond WF";
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .team-building-section .top-heading h3 {
    font: 400 18px/23.49px "Brandon Grotesque WF", Arial, sans-serif;
  }
}
.team-building-section .row {
  display: flex;
  flex-wrap: wrap;
  max-width: 1264px;
  margin: 0 auto;
  justify-content: space-between;
}
@media only screen and (min-width: 980px) {
  .team-building-section .row {
    gap: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .team-building-section .row {
    gap: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .team-building-section .row {
    gap: 0;
  }
}
.team-building-section .row .slide {
  overflow: hidden;
  position: relative;
  width: calc((100% - 24px) / 3);
  margin-bottom: 24px;
}
.team-building-section .row .slide:nth-child(n+4) {
  width: calc((100% - 24px) / 2);
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .team-building-section .row .slide:nth-child(n+4) {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .team-building-section .row .slide:nth-child(n+4) {
    width: 100%;
    height: 300px;
  }
}
@media only screen and (max-width: 979px) {
  .team-building-section .row .slide {
    width: 100%;
    height: 300px;
  }
}
.team-building-section .row .slide .image {
  width: 100%;
}
.team-building-section .row .slide .image img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.team-building-section .row .slide .content {
  transform: translateY(270px);
  position: absolute;
  left: 0;
  padding: 0 10px;
  top: 0;
  color: #FFF;
}
.team-building-section .row .slide .content h2 {
  font: 800 20px/26px "Garamond WF";
  color: #fff;
  text-transform: uppercase;
}
.team-building-section .row .slide:hover .content {
  transform: translateY(0);
  transition: all 0.5s;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 70.64%);
  color: #FFF;
  height: 100%;
  font: 330 17px/22px "Brandon Grotesque WF", Arial, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 15px;
}
.team-building-section .row .slide:hover .content .cta {
  width: 120px;
  height: 39px;
  border: 1px solid #FFF;
  padding: 10px 16px 10px 16px;
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
.team-building-section .row .slide:hover .content .cta a {
  text-decoration: none;
  text-transform: uppercase;
  color: #FFF;
  width: 84px;
  height: 19px;
  font: 450 13px/18.59px "Brandon Grotesque WF", Arial, sans-serif;
  letter-spacing: 0.01em;
  text-align: center;
}

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