@charset "UTF-8";
.text-button {
  background: none;
  color: #000;
  font-family: "Whitney", "Arial", sans-serif;
  font-size: 18px;
  line-height: 36px;
  font-weight: 500;
  padding: 0 30px;
}
.text-button:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 9px;
  height: 9px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  transform: rotate(-135deg) translateY(-50%);
  margin-top: -8px;
  pointer-events: none;
  transition: border-color 350ms ease-in-out;
}
.text-button:hover {
  background: none;
  color: #856f4c;
}
.text-button:hover:after {
  border-bottom-color: #856f4c;
  border-left-color: #856f4c;
}

select {
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border: 0;
  font: 500 16px/1.2 "Whitney", "Arial", sans-serif !important;
  text-align: left;
  color: #000;
  background: transparent;
  transition: color 350ms ease-in-out, background-color 350ms ease-in-out, border-color 350ms ease-in-out;
}
select::-ms-expand {
  display: none;
}

.select-wrapper {
  display: inline-block;
  position: relative;
}
.select-wrapper select {
  padding-right: 30px;
}
.select-wrapper .select-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  transform: rotate(-45deg) translateY(-50%);
  margin-top: -4px;
  pointer-events: none;
}

.category-selector {
  text-align: center;
  font-size: 0;
  margin: 0 0 20px 0;
}
.category-selector .button {
  margin: 0 5px 10px;
}
@media only screen and (max-width: 767px) {
  .category-selector .button {
    display: none;
  }
}
.category-selector .select-wrapper {
  display: none;
}
@media only screen and (max-width: 767px) {
  .category-selector .select-wrapper {
    display: inline-block;
  }
}
.category-selector .select-wrapper select {
  color: #000;
  background: transparent;
}

.button, input[type=submit].button {
  position: relative;
  display: inline-block;
  height: 38px;
  margin: 0;
  padding: 0 50px;
  overflow: visible;
  background: #856f4c;
  font-family: "Spectral", "Times New Roman", serif;
  font-size: 15px;
  line-height: 40px;
  letter-spacing: 0.37px;
  text-transform: uppercase;
  -moz-text-align-last: auto;
       text-align-last: auto;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  transition: background 350ms ease-in-out, color 350ms ease-in-out;
}
.button:hover, input[type=submit].button:hover {
  background-color: #000;
}
.button:active, input[type=submit].button:active {
  background-color: #856f4c;
  color: #fff;
}
@media only screen and (max-width: 1023px) {
  .button, input[type=submit].button {
    padding: 0 20px;
  }
}
.button.white, input[type=submit].button.white {
  background: #fff;
  color: #000;
}
.button.white:hover, .button.white.active, input[type=submit].button.white:hover, input[type=submit].button.white.active {
  background-color: #856f4c;
  color: #fff;
}

#skip-to-content {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

#photos:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 26px;
  background-color: #f8f5ec;
  background-image: url("../images/pattern/pattern.png");
  background-position: 50% 0;
  background-repeat: repeat-x;
  z-index: 2;
}

/* VALIDATION */
.inputContainer {
  position: relative;
  float: left;
}

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

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

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

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

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

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

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

.ui-datepicker-header {
  position: relative;
  margin-bottom: 6px;
  font-family: "Spectral", "Times New Roman", serif;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
}

.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 rgba(38, 35, 35, 0.7);
  border-bottom: 0;
  border-left: 0;
  transform: rotate(45deg);
  transition: border-color 350ms ease-in-out;
}
.ui-datepicker-prev.ui-state-disabled, .ui-datepicker-next.ui-state-disabled {
  opacity: 0.3;
}

.ui-datepicker-prev {
  left: 5px;
}
.ui-datepicker-prev:after {
  left: 10px;
  border-right: 0;
  border-top: 0;
  border-left: 2px solid rgba(38, 35, 35, 0.7);
  border-bottom: 2px solid rgba(38, 35, 35, 0.7);
}
.ui-datepicker-prev:not(.ui-state-disabled):hover:after {
  border-bottom-color: rgba(38, 35, 35, 0.5);
  border-left-color: rgba(38, 35, 35, 0.5);
}

.ui-datepicker-next {
  right: 5px;
}
.ui-datepicker-next:not(.ui-state-disabled):hover:after {
  border-top-color: rgba(38, 35, 35, 0.5);
  border-right-color: rgba(38, 35, 35, 0.5);
}

.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;
  vertical-align: middle;
  text-align: center;
}
.ui-datepicker-calendar th {
  font-size: 11px;
  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: #8e6d45;
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rooms-icon-cocktail-set-up:before {
  content: "";
}

.rooms-icon-herringbone-set-up:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-container {
  overflow: hidden;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::-moz-selection {
  background: transparent;
}
.leaflet-tile::selection {
  background: transparent;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
  max-width: none !important;
  max-height: none !important;
}

.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
  width: auto;
  padding: 0;
}

.leaflet-container img.leaflet-tile {
  /* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
  mix-blend-mode: plus-lighter;
}

.leaflet-container.leaflet-touch-zoom {
  touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  touch-action: none;
}

.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  width: 0;
  height: 0;
  box-sizing: border-box;
  z-index: 800;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

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

.leaflet-tile-pane {
  z-index: 200;
}

.leaflet-overlay-pane {
  z-index: 400;
}

.leaflet-shadow-pane {
  z-index: 500;
}

.leaflet-marker-pane {
  z-index: 600;
}

.leaflet-tooltip-pane {
  z-index: 650;
}

.leaflet-popup-pane {
  z-index: 700;
}

.leaflet-map-pane canvas {
  z-index: 100;
}

.leaflet-map-pane svg {
  z-index: 200;
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control {
  float: left;
  clear: both;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-animated {
  transform-origin: 0 0;
}

svg.leaflet-zoom-animated {
  will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

/* cursors */
.leaflet-interactive {
  cursor: pointer;
}

.leaflet-grab {
  cursor: grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: grabbing;
}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline-offset: 1px;
}

.leaflet-container a {
  color: #0078A8;
}

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}

/* general typography */
.leaflet-container {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}

/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}

.leaflet-bar a {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover,
.leaflet-bar a:focus {
  background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px "Lucida Console", Monaco, monospace;
  text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}

/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}

.leaflet-control-layers-toggle {
  background-image: url(images/layers.png);
  width: 36px;
  height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(images/layers-2x.png);
  background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers label {
  display: block;
  font-size: 13px;
  font-size: 1.08333em;
}

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

/* Default icon URLs */
.leaflet-default-icon-path {
  /* used only in path-guessing heuristic, see L.Icon.Default */
  background-image: url(images/marker-icon.png);
}

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
  line-height: 1.4;
}

.leaflet-control-attribution a {
  text-decoration: none;
}

.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
  text-decoration: underline;
}

.leaflet-attribution-flag {
  display: inline !important;
  vertical-align: baseline !important;
  width: 1em;
  height: 0.6669em;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  white-space: nowrap;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px #fff;
}

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}

.leaflet-popup-content {
  margin: 13px 24px 13px 20px;
  line-height: 1.3;
  font-size: 13px;
  font-size: 1.08333em;
  min-height: 1px;
}

.leaflet-popup-content p {
  margin: 17px 0;
  margin: 1.3em 0;
}

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-top: -1px;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  pointer-events: auto;
  transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  text-align: center;
  width: 24px;
  height: 24px;
  font: 16px/24px Tahoma, Verdana, sans-serif;
  color: #757575;
  text-decoration: none;
  background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
  color: #585858;
}

.leaflet-popup-scrolled {
  overflow: auto;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.leaflet-tooltip.leaflet-interactive {
  cursor: pointer;
  pointer-events: auto;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px;
}

.leaflet-tooltip-top {
  margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}

.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}

.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}

.leaflet-tooltip-left {
  margin-left: -6px;
}

.leaflet-tooltip-right {
  margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}

/* Printing */
@media print {
  /* Prevent printers from removing background-images of controls. */
  .leaflet-control {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}
#header .top-icons .sustainability-link {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 30px;
  color: #FFF;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: 0.7px;
  transition: all 350ms ease-in-out;
}
@media only screen and (max-width: 1023px) {
  #header .top-icons .sustainability-link {
    display: none;
  }
}
#header .top-icons .sustainability-link:after {
  content: "";
  height: 23px;
  width: 1px;
  background: #FFF;
  display: inline-block;
  vertical-align: top;
  margin: 4px 4px 0 18px;
  transition: all 350ms ease-in-out;
}
#header .top-icons button.search-trigger {
  position: relative;
  transition: background-color 350ms ease-in-out;
}
#header .top-icons button.search-trigger:before, #header .top-icons button.search-trigger:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  height: 30px;
  width: 1px;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: all 350ms ease-in-out;
}
#header .top-icons button.search-trigger:after {
  transform: translate(-50%, -50%) rotate(135deg);
}
#header .top-icons button.search-trigger svg {
  transition: all 350ms ease-in-out;
}
html.spotlight-search-expanded #header .top-icons button.search-trigger {
  background-color: #000;
}
html.spotlight-search-expanded #header .top-icons button.search-trigger:before, html.spotlight-search-expanded #header .top-icons button.search-trigger:after {
  visibility: visible;
  opacity: 1;
}
html.spotlight-search-expanded #header .top-icons button.search-trigger:hover {
  background-color: #856f4c;
}
html.spotlight-search-expanded #header .top-icons button.search-trigger svg {
  visibility: hidden;
  opacity: 0;
}
#header:hover, .fixed-header #header, html.spotlight-search-expanded #header {
  background: #f8f5ec;
}
@media only screen and (max-width: 767px) {
  #header:hover, .fixed-header #header, html.spotlight-search-expanded #header {
    background: none;
  }
}
#header:hover .logo img.white, .fixed-header #header .logo img.white, html.spotlight-search-expanded #header .logo img.white {
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 767px) {
  #header:hover .logo img.white, .fixed-header #header .logo img.white, html.spotlight-search-expanded #header .logo img.white {
    opacity: 1;
    visibility: visible;
  }
}
#header:hover .logo img.color, .fixed-header #header .logo img.color, html.spotlight-search-expanded #header .logo img.color {
  display: block;
}
#header:hover .logo svg .st0, .fixed-header #header .logo svg .st0, html.spotlight-search-expanded #header .logo svg .st0 {
  fill: #856F4C;
}
#header:hover .booking-trigger, .fixed-header #header .booking-trigger, html.spotlight-search-expanded #header .booking-trigger {
  border-left-color: #999999;
}
#header:hover .menu-wrapper, .fixed-header #header .menu-wrapper, html.spotlight-search-expanded #header .menu-wrapper {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
#header:hover .top-icons .sustainability-link, .fixed-header #header .top-icons .sustainability-link, html.spotlight-search-expanded #header .top-icons .sustainability-link {
  color: #856f4c;
}
#header:hover .top-icons .sustainability-link:after, .fixed-header #header .top-icons .sustainability-link:after, html.spotlight-search-expanded #header .top-icons .sustainability-link:after {
  background: #856f4c;
}
#header:hover .top-icons .sustainability-link:hover, .fixed-header #header .top-icons .sustainability-link:hover, html.spotlight-search-expanded #header .top-icons .sustainability-link:hover {
  color: #000;
}
#header:hover .top-icons button svg, .fixed-header #header .top-icons button svg, html.spotlight-search-expanded #header .top-icons button svg {
  fill: #856f4c;
}
#header:hover .top-icons button:hover svg, .fixed-header #header .top-icons button:hover svg, html.spotlight-search-expanded #header .top-icons button:hover svg {
  fill: #000;
}
#header:hover .main-menu .menu.level-1 > li > a, .fixed-header #header .main-menu .menu.level-1 > li > a, html.spotlight-search-expanded #header .main-menu .menu.level-1 > li > a {
  color: #000;
}
#header:hover .main-menu .menu.level-1 > li > a.active, #header:hover .main-menu .menu.level-1 > li:hover > a, .fixed-header #header .main-menu .menu.level-1 > li > a.active, .fixed-header #header .main-menu .menu.level-1 > li:hover > a, html.spotlight-search-expanded #header .main-menu .menu.level-1 > li > a.active, html.spotlight-search-expanded #header .main-menu .menu.level-1 > li:hover > a {
  background: #000;
  color: #fff;
}
#header:hover .separator:before, .fixed-header #header .separator:before, html.spotlight-search-expanded #header .separator:before {
  background: #000;
}
#header:hover .language-selector, .fixed-header #header .language-selector, html.spotlight-search-expanded #header .language-selector {
  color: #000;
}
#header:hover .language-selector button, .fixed-header #header .language-selector button, html.spotlight-search-expanded #header .language-selector button {
  color: #000;
}
#header:hover .language-selector button:after, .fixed-header #header .language-selector button:after, html.spotlight-search-expanded #header .language-selector button:after {
  border-top-color: #000;
}
#header:hover .language-selector:hover, .fixed-header #header .language-selector:hover, html.spotlight-search-expanded #header .language-selector:hover {
  background: #000;
  color: #fff;
}
#header:hover .language-selector:hover button, .fixed-header #header .language-selector:hover button, html.spotlight-search-expanded #header .language-selector:hover button {
  color: #fff;
}
#header:hover .language-selector:hover button:after, .fixed-header #header .language-selector:hover button:after, html.spotlight-search-expanded #header .language-selector:hover button:after {
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  border-bottom: 3px solid #fff;
  border-top: none;
}
#header:hover .mobile-language .language-selector button, .fixed-header #header .mobile-language .language-selector button, html.spotlight-search-expanded #header .mobile-language .language-selector button {
  font-size: 12px;
  line-height: 51px;
  height: 51px;
}
#header:hover .mobile-language .language-selector button:after, .fixed-header #header .mobile-language .language-selector button:after, html.spotlight-search-expanded #header .mobile-language .language-selector button:after {
  margin-top: 0;
}
#header:hover .mobile-language .language-selector .submenu, .fixed-header #header .mobile-language .language-selector .submenu, html.spotlight-search-expanded #header .mobile-language .language-selector .submenu {
  top: 50px;
  padding-top: 0;
}
#header:hover .mobile-language .language-selector .submenu li, .fixed-header #header .mobile-language .language-selector .submenu li, html.spotlight-search-expanded #header .mobile-language .language-selector .submenu li {
  text-align: left;
  padding: 0 12px;
}
#header:hover #hamburger-navigation-trigger .smart-icon span, .fixed-header #header #hamburger-navigation-trigger .smart-icon span, html.spotlight-search-expanded #header #hamburger-navigation-trigger .smart-icon span {
  background: #856f4c;
}
@media only screen and (max-width: 767px) {
  #header:hover #hamburger-navigation-trigger .smart-icon span, .fixed-header #header #hamburger-navigation-trigger .smart-icon span, html.spotlight-search-expanded #header #hamburger-navigation-trigger .smart-icon span {
    background: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .fixed-header #header, html.spotlight-search-expanded #header {
    background: #f8f5ec;
    border-bottom: 2px solid #856f4c;
  }
}
@media only screen and (max-width: 767px) {
  .fixed-header #header .mobile-language, html.spotlight-search-expanded #header .mobile-language {
    top: 2px;
  }
}
@media only screen and (max-width: 767px) {
  .fixed-header #header #hamburger-navigation-trigger, html.spotlight-search-expanded #header #hamburger-navigation-trigger {
    top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .fixed-header #header #hamburger-navigation-trigger .smart-icon span, html.spotlight-search-expanded #header #hamburger-navigation-trigger .smart-icon span {
    background: #000;
  }
}
.fixed-header #header .top-icons, html.spotlight-search-expanded #header .top-icons {
  color: #856f4c;
}
.fixed-header #header .top-icons:after, html.spotlight-search-expanded #header .top-icons:after {
  background: #856f4c;
}
.fixed-header #header .logo, html.spotlight-search-expanded #header .logo {
  margin: 14px auto 8px;
  height: 43px;
  width: 171px;
}
@media only screen and (max-width: 767px) {
  .fixed-header #header .logo, html.spotlight-search-expanded #header .logo {
    width: 132px;
    margin-bottom: 0;
    height: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .fixed-header #header .logo img.white, html.spotlight-search-expanded #header .logo img.white {
    opacity: 0;
    visibility: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .fixed-header #header .logo img.color, html.spotlight-search-expanded #header .logo img.color {
    opacity: 1;
    visibility: visible;
  }
}
.fixed-header #header .logo svg .st0, html.spotlight-search-expanded #header .logo svg .st0 {
  fill: #856F4C;
}
.fixed-header #header .top-icons button, html.spotlight-search-expanded #header .top-icons button {
  height: 66px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .fixed-header #header .top-icons button, html.spotlight-search-expanded #header .top-icons button {
    height: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .fixed-header #header .top-icons button, html.spotlight-search-expanded #header .top-icons button {
    height: 55px;
  }
}
.fixed-header #header .booking-trigger, .fixed-header #header .vouchers, html.spotlight-search-expanded #header .booking-trigger, html.spotlight-search-expanded #header .vouchers {
  height: 66px;
  line-height: 66px;
  border-left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .fixed-header #header .booking-trigger, .fixed-header #header .vouchers, html.spotlight-search-expanded #header .booking-trigger, html.spotlight-search-expanded #header .vouchers {
    height: 65px;
    line-height: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .fixed-header #header .booking-trigger, .fixed-header #header .vouchers, html.spotlight-search-expanded #header .booking-trigger, html.spotlight-search-expanded #header .vouchers {
    height: 55px;
    line-height: 55px;
    border-left: none;
  }
}
.fixed-header #header .vouchers, html.spotlight-search-expanded #header .vouchers {
  border-right: 1px solid #fff;
}
.fixed-header #header .menu-wrapper, html.spotlight-search-expanded #header .menu-wrapper {
  border-top: 2px solid #856f4c;
  border-bottom: 0;
  height: 38px;
}
.fixed-header #header .main-menu .menu.level-1 > li, html.spotlight-search-expanded #header .main-menu .menu.level-1 > li {
  height: 36px;
}
.fixed-header #header .main-menu .menu.level-1 > li > a, html.spotlight-search-expanded #header .main-menu .menu.level-1 > li > a {
  line-height: 39px;
  height: 36px;
}
.fixed-header #header .main-menu .menu.level-1 > li > a.active, .fixed-header #header .main-menu .menu.level-1 > li:hover > a, html.spotlight-search-expanded #header .main-menu .menu.level-1 > li > a.active, html.spotlight-search-expanded #header .main-menu .menu.level-1 > li:hover > a {
  background: #8e6d45;
}
.fixed-header #header .language-selector button, html.spotlight-search-expanded #header .language-selector button {
  line-height: 38px;
  height: 36px;
}
.fixed-header #header .language-selector button:after, html.spotlight-search-expanded #header .language-selector button:after {
  margin-top: 2px;
}
.fixed-header #header .language-selector .submenu, html.spotlight-search-expanded #header .language-selector .submenu {
  top: 36px;
  padding-top: 10px;
}
#header .main-menu .menu.submenu {
  width: 100%;
  display: block;
  position: absolute;
  left: -15px;
  top: 100%;
  padding: 52px 0 49px;
  min-width: 180px;
  background: #f8f5ec;
  opacity: 0;
  visibility: hidden;
  transition: opacity 350ms ease-in-out, visibility 350ms ease-in-out;
}
.keyboard-navigation #header .main-menu .menu.submenu {
  opacity: 1;
  visibility: visible;
  display: none;
}
#header .main-menu .menu.submenu .shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  box-shadow: 0 29px 18px rgba(0, 0, 0, 0.5);
}
#header .main-menu .menu.submenu .shadow:before, #header .main-menu .menu.submenu .shadow:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 100%;
  z-index: -1;
}
#header .main-menu .menu.submenu .shadow:before {
  left: -100%;
  box-shadow: 4px 29px 18px rgba(0, 0, 0, 0.5);
}
#header .main-menu .menu.submenu .shadow:after {
  right: -100%;
  box-shadow: -4px 29px 18px rgba(0, 0, 0, 0.5);
}
#header .main-menu .menu.submenu .zebra {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 10000vw;
  left: -50%;
  height: 26px;
  background-image: url("../images/pattern/pattern.png");
  background-position: 50% 0;
  background-repeat: repeat-x;
  z-index: 1;
}
#header .main-menu .menu.submenu:before, #header .main-menu .menu.submenu:after {
  content: "";
  display: block;
  background: #f8f5ec;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
#header .main-menu .menu.submenu:before {
  left: -100%;
}
#header .main-menu .menu.submenu:after {
  right: -100%;
}
#header .main-menu .menu.submenu li {
  display: inline-block;
  font-size: 0;
  vertical-align: top;
  width: 33.3%;
}
#header .main-menu .menu.submenu li:first-child:after, #header .main-menu .menu.submenu li:nth-child(2):after {
  content: "";
  position: absolute;
  height: calc(100% - 92px);
  width: 1px;
  background: #999999;
  top: 33px;
}
#header .main-menu .menu.submenu li:first-child:after {
  left: 33.3%;
}
#header .main-menu .menu.submenu li:nth-child(2):after {
  right: 33.3%;
}
#header .main-menu .menu.submenu a {
  display: block;
  margin: 0 10px 24px 10px;
  text-align: center;
  font-size: 17px;
  line-height: 20px;
  text-decoration: none;
  color: #000;
}
#header .main-menu .menu.submenu a:hover, #header .main-menu .menu.submenu a.active {
  color: #856f4c;
}
#header .main-menu .menu.submenu.count-2 li {
  width: calc(50% - 1px);
}
#header .main-menu .menu.submenu.count-2 li:first-child:after {
  left: 50%;
}
#header .main-menu .menu.submenu.count-2 li:nth-child(2):after {
  display: none;
}
#header .main-menu li:hover .menu.submenu, #header .main-menu .expanded .menu.submenu {
  opacity: 1;
  visibility: visible;
}
.keyboard-navigation #header .main-menu li:hover .menu.submenu, .keyboard-navigation #header .main-menu .expanded .menu.submenu {
  display: block;
}

@media only screen and (max-width: 767px) {
  html.hamburger-navigation-visible {
    overflow: hidden;
  }
}
#hamburger-navigation {
  display: none;
  position: fixed;
  left: -100%;
  top: 0;
  height: 100%;
  width: 86%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  transition: left 200ms, visibility 200ms;
  z-index: 999;
  visibility: hidden;
}
@media only screen and (max-width: 1023px) {
  #hamburger-navigation {
    display: block;
  }
}
.ng-lightbox-alert-bar #hamburger-navigation {
  top: 50px;
  height: calc(100% - 50px);
}
@media only screen and (max-width: 767px) {
  .ng-lightbox-alert-bar #hamburger-navigation {
    top: 80px;
    height: calc(100% - 80px);
  }
}
#hamburger-navigation:before {
  content: "";
  position: fixed;
  width: 14%;
  height: 100%;
  right: -14%;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: right 200ms, visibility 200ms;
}
#hamburger-navigation .close {
  position: relative;
  margin: 10px;
  background: #f2f6f7;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  font-size: 0;
  text-indent: -9999em;
}
#hamburger-navigation .close:before, #hamburger-navigation .close:after {
  position: absolute;
  content: "";
  height: 26px;
  width: 1px;
  background-color: #000;
  top: calc(50% - 13px);
  left: calc(50% - 1px);
}
#hamburger-navigation .close:before {
  transform: rotate(-45deg);
}
#hamburger-navigation .close:after {
  transform: rotate(45deg);
}
.hamburger-navigation-visible #hamburger-navigation {
  left: 0;
  visibility: visible;
}
.hamburger-navigation-visible #hamburger-navigation:before {
  right: 0;
}
#hamburger-navigation .main-menu {
  position: relative;
  padding-bottom: 25px;
}
#hamburger-navigation .main-menu .menu li {
  position: relative;
}
#hamburger-navigation .main-menu .menu a {
  display: block;
  padding: 0 20px;
}
#hamburger-navigation .main-menu .menu.level-1 {
  padding-top: 15px;
}
#hamburger-navigation .main-menu .menu.level-1 > li {
  margin-bottom: 26px;
}
#hamburger-navigation .main-menu .menu.level-1 > li > a {
  font-family: "Whitney", "Arial", sans-serif;
  font-weight: 500;
  line-height: 24px;
  color: #000;
  font-size: 21px;
  letter-spacing: 1.62px;
  text-transform: uppercase;
  text-decoration: none;
}
#hamburger-navigation .main-menu .menu.level-1 > li > a:hover, #hamburger-navigation .main-menu .menu.level-1 > li > a.active {
  color: #856f4c;
}
#hamburger-navigation .main-menu .menu.level-1 > li > .plus {
  top: 0;
}
#hamburger-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, visibility 300ms;
  visibility: hidden;
}
#hamburger-navigation .main-menu .menu.submenu a {
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
  color: #000;
  margin-left: 14px;
  padding: 8px 28px;
}
#hamburger-navigation .main-menu .menu.submenu a:hover, #hamburger-navigation .main-menu .menu.submenu a.active {
  color: #fff;
  background: #856f4c;
}
#hamburger-navigation .main-menu .parent.expanded > .submenu {
  max-height: 800px;
  padding: 11px 0 0 0;
  transition: max-height 222ms cubic-bezier(1, 0, 1, 0), padding 333ms;
  visibility: visible;
}
#hamburger-navigation .main-menu .plus {
  display: block;
  height: 32px;
  width: 32px;
  position: absolute;
  right: 14px;
  cursor: pointer;
}
#hamburger-navigation .main-menu .plus:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 13px;
  border: solid #000;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
  margin-left: -7px;
  margin-top: -15px;
  transition: all 350ms ease-in-out;
}
#hamburger-navigation .main-menu .parent.expanded > .plus:after {
  transform: rotate(-135deg);
  margin-top: -7px;
}
@media only screen and (max-width: 1023px) {
  #hamburger-navigation .main-menu .separator {
    display: none;
  }
}
#hamburger-navigation .sustainability-link {
  display: block;
  padding: 0 20px;
  font-family: "Whitney", "Arial", sans-serif;
  font-weight: 500;
  line-height: 24px;
  color: #000;
  font-size: 21px;
  letter-spacing: 1.62px;
  text-transform: uppercase;
  text-decoration: none;
}
#hamburger-navigation .sustainability-link:hover, #hamburger-navigation .sustainability-link.active {
  color: #856f4c;
}
#hamburger-navigation .language-selector {
  display: none;
}

@media only screen and (max-width: 767px) {
  html.booking-visible {
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  #booking {
    position: fixed;
    top: 0;
    left: -101%;
    display: block;
    height: 100%;
    overflow: auto;
    padding: 0;
    transition: left 350ms ease-in-out;
    -webkit-overflow-scrolling: touch;
  }
  .booking-visible #booking {
    left: 0;
  }
  #booking .center-column {
    padding: 0;
    max-width: 100%;
    height: 100%;
  }
  #booking form {
    width: 100%;
    padding: 100px 20px 30px 20px;
  }
  #booking .column {
    margin-right: 0;
    width: 100%;
  }
  #booking .column.adults, #booking .column.children {
    width: 48%;
  }
  #booking .column.children {
    margin-left: 4%;
  }
  #booking input[type=text], #booking input[type=date], #booking select, #booking .input-overlay {
    width: 100%;
    padding: 0 35px;
    text-align: center;
    -moz-text-align-last: center;
         text-align-last: center;
  }
  #booking .input-overlay {
    display: block;
  }
  #booking #booking-dates {
    width: 100%;
  }
  #booking input[type=submit] {
    margin-top: 20px;
    width: 100%;
  }
}
#booking .close {
  display: none;
  position: relative;
  height: 30px;
  width: 30px;
  margin: 0 auto 30px;
  overflow: hidden;
  text-indent: -9999px;
  opacity: 1;
  cursor: pointer;
  transition: opacity 0.3s ease-out;
}
@media only screen and (max-width: 767px) {
  #booking .close {
    display: block;
  }
}
#booking .close span {
  background: transparent;
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
}
#booking .close span:before, #booking .close span:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  position: absolute;
  left: -3px;
  background: #54baba;
  transition: 350ms ease-in-out;
}
#booking .close span:before {
  top: -1px;
  transform: rotate(45deg);
}
#booking .close span:after {
  bottom: 0;
  transform: rotate(-45deg);
}

#booking-datepicker {
  display: none;
  position: absolute;
  left: 0;
  bottom: 62px;
  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;
    max-height: 0;
    overflow: hidden;
    transition: max-height 350ms ease-in-out;
  }
  #booking-datepicker.visible {
    max-height: 500px;
  }
}
#booking-datepicker .arrival-departure-status {
  overflow: hidden;
  white-space: nowrap;
  background: #327d7d;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .arrival-departure-status {
    display: none;
  }
}
#booking-datepicker .arrival-departure-status div {
  display: inline-block;
  width: 100%;
  transition: all 200ms;
}
#booking-datepicker .arrival-departure-status .arrival, #booking-datepicker .arrival-departure-status .departure {
  opacity: 0;
  font: 20px/55px "Spectral", "Times New Roman", serif;
  text-transform: uppercase;
  color: #fff;
}
#booking-datepicker .arrival-departure-status .arrival:after, #booking-datepicker .arrival-departure-status .departure:after {
  content: attr(data-text);
}
#booking-datepicker .arrival-departure-status .arrival {
  margin-left: -100%;
}
#booking-datepicker .arrival-departure-status .departure {
  margin-right: -100%;
}
#booking-datepicker.checkin-step .arrival-departure-status .arrival {
  margin-left: 0;
  opacity: 1;
}
#booking-datepicker.checkout-step .arrival-departure-status .departure {
  margin-right: 0;
  opacity: 1;
}
#booking-datepicker .ui-datepicker {
  width: 100% !important;
  white-space: nowrap;
}
#booking-datepicker .ui-datepicker-group {
  display: inline-block;
  white-space: normal;
}
#booking-datepicker .ui-datepicker-group:nth-child(2) {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker-group {
    width: 100%;
  }
  #booking-datepicker .ui-datepicker-group:nth-child(2) {
    display: none;
  }
}
#booking-datepicker .ui-datepicker-header {
  margin-bottom: 15px;
}
#booking-datepicker .ui-datepicker-header .ui-datepicker-prev, #booking-datepicker .ui-datepicker-header .ui-datepicker-next {
  display: none;
}
#booking-datepicker .ui-datepicker-prev, #booking-datepicker .ui-datepicker-next {
  top: 65px;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker-prev, #booking-datepicker .ui-datepicker-next {
    top: 10px;
  }
}
#booking-datepicker .ui-datepicker-prev {
  left: 20px;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker-prev {
    left: 26px;
  }
}
#booking-datepicker .ui-datepicker-next {
  right: 20px;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker-next {
    right: 26px;
  }
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker-calendar {
    width: 100%;
  }
}
#booking-datepicker.checkin-step td a, #booking-datepicker.checkout-step td a, #booking-datepicker td.checkin-date a, #booking-datepicker td.checkout-date a {
  position: relative;
}
#booking-datepicker.checkin-step td a:before, #booking-datepicker.checkout-step td a:before, #booking-datepicker td.checkin-date a:before, #booking-datepicker td.checkout-date a:before {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 14px;
  margin-bottom: -7px;
  background-color: #327d7d;
  font-size: 7px;
  line-height: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}
#booking-datepicker.checkin-step td a:hover:before, #booking-datepicker td.checkin-date a:before {
  content: "in";
}
#booking-datepicker.checkout-step td:not(.checkin-date) a:hover:before, #booking-datepicker td.checkout-date a:before {
  content: "out";
}

.azds-booking-section {
  height: 100vh;
}

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

/* COMMON STYLES */
.room .amenities {
  margin: 30px 0;
}
.room .amenities .rooms-icon {
  display: inline-block;
  margin: 0 20px 10px 0;
}
.room .amenities .rooms-icon:before {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  margin-right: 20px;
}
.room .features {
  margin: 0;
  padding: 0;
}
.room .features li {
  display: inline-block;
  margin-right: 20px;
}
.room .price {
  display: inline-block;
  margin-bottom: 20px;
}
.room .price .number {
  font-weight: 700;
}
.room .thumbnail {
  position: relative;
  float: right;
  margin: 0 0 20px 20px;
  max-width: 50%;
}
@media only screen and (max-width: 767px) {
  .room .thumbnail {
    width: 100%;
    margin: 20px 0;
    max-width: none;
    float: none;
  }
}
.room .thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
.room .links {
  margin: 20px 0;
}
@media only screen and (max-width: 767px) {
  .room .links .button {
    width: 100%;
    margin-bottom: 10px;
  }
}

.rooms {
  padding: 0 75px;
  margin-bottom: 82px;
}
@media only screen and (max-width: 1023px) {
  .rooms {
    padding: 0;
  }
}
.rooms .room-entries-wrapper {
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .rooms .room-entries-wrapper {
    padding-top: 15px;
  }
}
.rooms .images {
  order: 1;
  position: relative;
  background: #585858;
}
@media only screen and (max-width: 767px) {
  .rooms .images {
    width: calc(100% + 36px);
    margin-left: -18px;
  }
}
.rooms .images .slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.rooms .images .slide img {
  display: block;
  width: 100%;
  position: relative;
}
.rooms .room-entry {
  width: calc(50% - 20px);
  margin-bottom: 76px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .rooms .room-entry {
    margin-bottom: 10px;
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  .rooms .room-entry {
    width: 100%;
    margin-bottom: 0;
  }
}
.rooms .room-entry .anchor {
  position: absolute;
  top: -100px;
  left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .rooms .room-entry .anchor {
    top: -65px;
  }
}
@media only screen and (max-width: 767px) {
  .rooms .room-entry .anchor {
    top: -57px;
  }
}
.rooms .room-entry .content {
  position: relative;
  font-size: 15px;
  line-height: 29px;
  margin-top: 18px;
  padding: 0 22px;
}
@media only screen and (max-width: 767px) {
  .rooms .room-entry .content {
    line-height: 34px;
    margin-top: 18px;
    padding: 0;
  }
}
.rooms .room-entry .content h3 {
  font-family: "Spectral", "Times New Roman", serif;
  font-size: 24px;
  line-height: 39px;
  width: 100%;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .rooms .room-entry .content h3 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px;
  }
}
.rooms .room-entry .content p {
  margin-bottom: 14px;
}
.rooms .room-entry .content .links {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  .rooms .room-entry .content .links {
    justify-content: center;
  }
}
.rooms .room-entry .content .links a {
  padding-left: 0;
  align-self: center;
  margin-bottom: 0;
  margin-left: 30px;
}
.rooms .room-entry .content .links a:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 1023px) {
  .rooms .room-entry .content .links a {
    margin-bottom: 45px;
  }
}
.rooms .slideshow {
  overflow: hidden;
}
.rooms .slideshow, .rooms .slideshow-wrapper, .rooms .slide {
  height: 100%;
}
.rooms .swiper-pagination-bullets {
  position: absolute;
  right: 19px;
  bottom: 16px;
  height: 15px;
  justify-content: center;
  align-items: center;
  font-size: 0;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .rooms .swiper-pagination-bullets {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}

.single-room.rooms-layout .rooms-icons-block.rooms-single-page {
  margin-bottom: 40px;
  padding-left: 24px;
}
.single-room.rooms-layout .center-column {
  padding: 0 110px;
}
@media only screen and (max-width: 1023px) {
  .single-room.rooms-layout .center-column {
    padding: 0 18px;
  }
}
.single-room.rooms-layout .description-text {
  max-width: 1120px;
  margin: 0;
  padding: 0 60px;
}
@media only screen and (max-width: 1023px) {
  .single-room.rooms-layout .description-text {
    padding: 0;
  }
}
.single-room.rooms-layout #content {
  padding-bottom: 61px;
  padding-top: 140px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .single-room.rooms-layout #content {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .single-room.rooms-layout #content {
    padding-bottom: 0;
    padding-top: 80px;
  }
}
.single-room.rooms-layout #content h1 {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .single-room.rooms-layout #content h1 {
    text-align: center;
    margin-top: 10px;
  }
}
.single-room.rooms-layout .go-back {
  text-decoration: none;
  font-size: 16px;
  line-height: 36px;
  font-weight: 400;
  padding: 0 0 0 13px;
  position: relative;
}
.single-room.rooms-layout .go-back:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -2px;
  width: 9px;
  height: 9px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  transform: rotate(45deg) translateY(-50%);
  margin-top: 0;
  pointer-events: none;
  transition: border-color 350ms ease-in-out;
}
.single-room.rooms-layout .go-back:hover {
  color: #856f4c;
}
.single-room.rooms-layout .go-back:hover:after {
  border-bottom-color: #856f4c;
  border-left-color: #856f4c;
}
.single-room.rooms-layout .links {
  padding-left: 24px;
  padding-bottom: 96px;
  border-bottom: 1px solid rgba(142, 109, 69, 0.5);
}
@media only screen and (max-width: 767px) {
  .single-room.rooms-layout .links {
    padding-bottom: 40px;
    padding-left: 0;
  }
}
.single-room.rooms-layout .links .button {
  padding: 0 42px;
}
.single-room.rooms-layout .icons-plus-text .center-column {
  padding: 0;
}
.single-room.rooms-layout-alt #content {
  padding-bottom: 61px;
  padding-top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .single-room.rooms-layout-alt #content {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .single-room.rooms-layout-alt #content {
    padding-bottom: 0;
    padding-top: 0;
  }
}

.rooms-layout.rooms-layout-alt .rooms {
  padding: 100px 0 50px;
}
@media only screen and (max-width: 767px) {
  .rooms-layout.rooms-layout-alt .rooms {
    padding: 60px 0 40px;
  }
}
.rooms-layout.rooms-layout-alt .rooms .room-entry .content .links {
  padding-top: 33px;
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .rooms-layout.rooms-layout-alt .rooms .room-entry .content .links {
    padding-top: 20px;
    margin-top: 0;
  }
}
.rooms-layout.rooms-layout-alt .rooms .room-entry .content .links:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: -35px;
  height: 1px;
  background: #8e6d45;
}
@media only screen and (max-width: 767px) {
  .rooms-layout.rooms-layout-alt .rooms .room-entry .content .links:before {
    right: 0;
  }
}
.rooms-layout.rooms-layout-alt .rooms .room-entry .content .links a {
  margin-bottom: 20px;
}
.rooms-layout.rooms-layout-alt .room-additional-inform {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .rooms-layout.rooms-layout-alt .room-additional-inform {
    justify-content: space-evenly;
  }
}
.rooms-layout.rooms-layout-alt .room-additional-inform p {
  display: flex;
  align-items: center;
  font-size: 17px;
  line-height: 22px;
  font-weight: 500;
  margin: 0 35px 30px 0;
}
@media only screen and (max-width: 767px) {
  .rooms-layout.rooms-layout-alt .room-additional-inform p {
    margin: 0 0 30px 0;
    justify-content: center;
    width: 50%;
    text-align: left;
    font-size: 15px;
    line-height: 17px;
    flex-flow: column;
  }
}
.rooms-layout.rooms-layout-alt .room-additional-inform p svg {
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .rooms-layout.rooms-layout-alt .room-additional-inform p svg {
    margin: 0 0 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-layout.rooms-layout-alt .with-additional-inform {
    display: block;
  }
}
.rooms-layout.rooms-layout-alt .with-additional-inform .button {
  margin-bottom: 10px;
}
.rooms-layout.rooms-layout-alt .vertical-icons .room-additional-inform {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 35px;
       column-gap: 35px;
  row-gap: 30px;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .rooms-layout.rooms-layout-alt .vertical-icons .room-additional-inform {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-layout.rooms-layout-alt .vertical-icons .room-additional-inform {
    display: flex;
    margin: 0 0 40px;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 0;
  }
}
.rooms-layout.rooms-layout-alt .vertical-icons .room-additional-inform p {
  font-size: 14px;
  line-height: 16px;
}
.rooms-layout.rooms-layout-alt .vertical-icons .room-additional-inform .dimensions, .rooms-layout.rooms-layout-alt .vertical-icons .room-additional-inform .capacity {
  margin: 0;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .rooms-layout.rooms-layout-alt .vertical-icons .room-additional-inform .dimensions, .rooms-layout.rooms-layout-alt .vertical-icons .room-additional-inform .capacity {
    display: flex;
    flex-direction: column;
    flex-basis: 50%;
    margin-bottom: 20px;
  }
}
.rooms-layout.rooms-layout-alt .vertical-icons .room-additional-inform .dimensions svg, .rooms-layout.rooms-layout-alt .vertical-icons .room-additional-inform .capacity svg {
  margin-left: 0;
  margin-right: 10px;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .rooms-layout.rooms-layout-alt .vertical-icons .room-additional-inform .dimensions svg, .rooms-layout.rooms-layout-alt .vertical-icons .room-additional-inform .capacity svg {
    margin: 0 0 12px;
  }
}
.rooms-layout.rooms-layout-alt .room-entries-wrapper {
  display: block;
}
.rooms-layout.rooms-layout-alt .room-entry {
  min-height: 565px;
  display: flex;
  margin-bottom: 140px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .rooms-layout.rooms-layout-alt .room-entry {
    flex-flow: column;
    margin-bottom: 20px;
  }
}
.rooms-layout.rooms-layout-alt .room-entry:nth-child(odd) {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .rooms-layout.rooms-layout-alt .room-entry:nth-child(odd) {
    flex-flow: column;
  }
}
.rooms-layout.rooms-layout-alt .room-entry:nth-child(even) .content {
  padding: 42px 75px 20px 0;
}
@media only screen and (max-width: 767px) {
  .rooms-layout.rooms-layout-alt .room-entry:nth-child(even) .content {
    padding: 20px 0;
  }
}
.rooms-layout.rooms-layout-alt .room-entry .content {
  width: calc(56% + 10px);
  margin-top: 0;
  padding: 42px 35px 20px 38px;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .rooms-layout.rooms-layout-alt .room-entry .content {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-layout.rooms-layout-alt .room-entry .content {
    width: 100%;
    padding: 20px 0;
  }
}
.rooms-layout.rooms-layout-alt .room-entry .content h3 {
  font-size: 37px;
  margin-bottom: 20px;
}
.rooms-layout.rooms-layout-alt .images {
  width: calc(44% - 10px);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .rooms-layout.rooms-layout-alt .images {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-layout.rooms-layout-alt .images {
    width: calc(100% + 36px);
    margin-left: -18px;
  }
}

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

#feeds {
  position: relative;
  padding: 50px 0;
  z-index: 10;
}
#feeds h2 {
  font: 200 36px/1.2 "Whitney", "Arial", sans-serif;
  margin-bottom: 30px;
  color: #54baba;
  text-transform: uppercase;
  text-align: center;
}
#feeds.loading {
  min-height: 300px;
}
#feeds.loading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid transparent;
  border-top-color: #856f4c;
  border-bottom-color: #856f4c;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#feeds .feed-content {
  overflow: hidden;
  position: relative;
}
#feeds .feed-items {
  font-size: 0;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#feeds .feed-item {
  position: relative;
  width: calc((100% - 60px) / 4);
  height: auto;
  float: left;
  font: italic 14px/18px "Spectral", "Times New Roman", serif;
  overflow: hidden;
  opacity: 1;
  text-align: left;
  background: #ebebeb;
  color: #6F6F6F;
  transition: opacity 350ms ease-in-out;
  margin-bottom: 20px;
}
#feeds .feed-item .inner-wrapper {
  width: 100%;
  padding-top: 100%;
}
#feeds .feed-item:hover {
  opacity: 0.86;
}
@media (max-width: 449px) {
  #feeds .feed-item {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (min-width: 450px) and (max-width: 767px) {
  #feeds .feed-item {
    width: calc((100% - 10px) / 2);
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #feeds .feed-item {
    width: calc((100% - 30px) / 3);
    margin-bottom: 10px;
  }
}
@media (min-width: 1440px) and (max-width: 1799px) {
  #feeds .feed-item {
    width: calc((100% - 80px) / 5);
  }
}
@media (min-width: 1800px) {
  #feeds .feed-item {
    width: calc((100% - 100px) / 6);
  }
}
#feeds .feed-item:before {
  content: "";
  display: block;
  position: absolute;
  width: 31px;
  height: 31px;
  right: 10px;
  top: 10px;
  background: url("images/feeds-sprite.svg") -180px 0 no-repeat;
  z-index: 5;
}
#feeds .feed-item.invisible {
  opacity: 0;
}
#feeds .feed-item .feed-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
#feeds .feed-item .feed-thumb div {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.6;
}
#feeds .feed-item.instagram .feed-thumb div {
  opacity: 1;
}
#feeds .feed-item .feed-descr {
  position: absolute;
  bottom: 0;
  top: 0;
  overflow: hidden;
  padding: 15px;
  width: 100%;
  font: 14px/18px "Spectral", "Times New Roman", serif;
  text-align: left;
  color: #ffffff;
}
@media only screen and (min-width: 1800px) {
  #feeds .feed-item .feed-descr {
    padding: 20px;
  }
}
#feeds .feed-item .feed-title {
  margin-bottom: 10px;
  font-weight: 600;
  text-decoration: underline;
  transition: all 350ms ease-in-out;
  padding-right: 30px;
}
#feeds .feed-item .feed-date {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
}
#feeds .feed-item .feed-text {
  display: inline-block;
  font-family: "Spectral", "Times New Roman", serif;
  font-weight: 200;
}
#feeds .feed-item .feed-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#feeds .feed-item.instagram {
  background: #833ab4;
}
#feeds .feed-item.instagram:before {
  background-position: 0 0;
}
#feeds .feed-item.instagram .feed-descr {
  display: none;
}
#feeds .feed-item.instagram a {
  color: inherit;
}
#feeds .feed-item.facebook {
  background: #3b5998;
}
#feeds .feed-item.facebook:before {
  background-position: -50px 0;
}
#feeds .feed-item.twitter {
  background: #657786;
}
#feeds .feed-item.twitter:before {
  background-position: -100px 0;
}
#feeds .feed-item.blog:before {
  background-position: -150px 0;
}
#feeds .feed-item.blog h3 {
  color: #ACA394;
  padding-right: 30px;
  margin-bottom: 7px;
  transition: all 350ms ease-in-out;
}
#feeds .feed-item.blog h3:hover {
  opacity: 0.7;
}
#feeds .feed-item.blog .feed-descr {
  color: #5c574f;
}
#feeds .feed-controls {
  display: block;
  text-align: center;
}

/* COMMON */
.venues .categories-descr .category-descr {
  display: none;
}
.venues .categories-descr .category-descr.active {
  display: block;
}

.single-venue .venue-thumb img {
  display: block;
  width: 100%;
}
.single-venue .layouts {
  margin: 0 0 15px;
}
.single-venue .layouts span {
  display: inline-block;
  width: 60px;
  height: 60px;
  font-size: 35px;
  position: relative;
  cursor: pointer;
  border-left: 1px solid #ebebeb;
}
.single-venue .layouts span:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #999999;
}
.single-venue .layouts span:hover {
  background: #856f4c;
}
.single-venue .layouts span:hover:before {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .single-venue .layouts span:hover {
    background: none;
  }
  .single-venue .layouts span:hover:before {
    color: #898989;
  }
}
.single-venue .layouts span:after {
  content: attr(data-name);
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  font-size: 20px;
  color: #fff;
  line-height: 60px;
  white-space: nowrap;
  padding: 0 20px;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.2s ease-in-out 0s, height 0s ease-in-out 0.2s;
  text-transform: uppercase;
}
.single-venue .layouts span:hover:after {
  opacity: 1;
  height: 60px;
  transition: opacity 0.2s ease-in-out 0s, height 0s ease-in-out 0s;
}
@media only screen and (max-width: 767px) {
  .single-venue .layouts span:hover:after {
    display: none;
  }
}

/* Template 1 */
.venue.template1 {
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  border: 1px solid #856f4c;
}
.venue.template1.no-room-amenities .background {
  left: 450px;
}
@media only screen and (max-width: 1023px) {
  .venue.template1.no-room-amenities .background {
    left: 0;
  }
}
.venue.template1.no-room-amenities .background .venue-thumb {
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .venue.template1.no-room-amenities .background .venue-thumb {
    right: 0;
  }
}
.venue.template1.no-room-amenities .background .amenities-sliders {
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .venue.template1.no-room-amenities .background .amenities-sliders {
    right: 0;
  }
}
.venue.template1.no-room-amenities .content {
  width: 450px;
}
@media only screen and (max-width: 1023px) {
  .venue.template1.no-room-amenities .content {
    width: 100%;
  }
}
.venue.template1.no-room-amenities .buttons {
  left: 100%;
}
.venue.template1 .background {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 390px;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .background {
    position: relative;
    height: 300px;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
  }
}
.venue.template1 .background .venue-thumb {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 60px);
  height: 100%;
  z-index: 1;
  background: #585858;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .background .venue-thumb {
    width: 100%;
  }
}
.venue.template1 .background .venue-thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.venue.template1 .background .venue-thumb img.placeholder-image {
  width: 50%;
  height: auto;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.venue.template1 .background .amenities-sliders {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 60px);
  height: 100%;
  z-index: 2;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .background .amenities-sliders {
    right: 60px;
  }
}
.venue.template1 .background .amenities-sliders .room-layout-gallery {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  opacity: 0;
  transition: top 0s linear 0.1s, opacity 0.1s linear 0s;
}
.venue.template1 .background .amenities-sliders .room-layout-gallery.active {
  opacity: 1;
  top: 0;
  transition: top 0s linear 0s, opacity 0.1s linear 0s;
}
.venue.template1 .background .amenities-sliders .room-layout-gallery .caption {
  position: absolute;
  display: block;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  line-height: 42px;
  overflow: hidden;
  text-transform: uppercase;
  max-width: 80%;
  z-index: 2;
}
.venue.template1 .background .amenities-sliders .room-layout-gallery .swiper-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.venue.template1 .background .amenities-sliders .room-layout-gallery .swiper-container figure {
  width: 100%;
  height: 100%;
}
.venue.template1 .background .amenities-sliders .room-layout-gallery .swiper-container figure img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.venue.template1 .background .amenities-sliders .room-layout-gallery .swiper-container .bullets {
  position: absolute;
  bottom: 20px;
  right: 20px;
  height: 10px;
  z-index: 4;
  left: auto;
  width: auto;
  white-space: nowrap;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .background .amenities-sliders .room-layout-gallery .swiper-container .bullets {
    right: auto;
    left: 20px;
  }
}
.venue.template1 .background .amenities-sliders .room-layout-gallery .swiper-container .bullets .swiper-pagination-bullet {
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  background: #fff;
  cursor: pointer;
}
.venue.template1 .background .amenities-sliders .room-layout-gallery .swiper-container .bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #856f4c;
}
.venue.template1 .buttons {
  position: absolute;
  bottom: 0;
  left: calc(100% + 60px);
  z-index: 3;
  white-space: nowrap;
  font-size: 0;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .buttons {
    position: static;
    margin-top: 10px;
  }
}
.venue.template1 .buttons a {
  display: inline-block;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .buttons a {
    width: auto;
  }
}
.venue.template1 .buttons a + a {
  margin-left: 1px;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .buttons a + a {
    margin-left: 0;
  }
}
.venue.template1 .buttons a + a:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  left: -1px;
  bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .buttons a + a:before {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .buttons a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .venue.template1 .buttons a + a {
    margin-left: 10px;
  }
}
.venue.template1 .content {
  width: 450px;
  min-height: 360px;
  padding: 40px 25px 15px 30px;
  font-size: 17px;
  line-height: 38px;
  font-weight: 300;
  position: relative;
  margin-bottom: 12px;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .content {
    width: auto;
    background: transparent;
    z-index: 5;
    position: relative;
    box-sizing: border-box;
    padding-top: 30px;
    min-height: auto;
    font-size: 15px;
    line-height: 34px;
  }
}
.venue.template1 .content h3 {
  font-family: "Spectral", "Times New Roman", serif;
  font-size: 24px;
  line-height: 39px;
  font-weight: 300;
  letter-spacing: 0.53px;
  margin-bottom: 5px;
}
.venue.template1 .content h3 a {
  text-decoration: none;
  color: inherit;
}
.venue.template1 .content h4 {
  font-family: "Whitney", "Arial", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 0;
}
.venue.template1 .content .links {
  margin-top: 15px;
  height: 30px;
  width: 360px;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .content .links {
    position: static;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
}
.venue.template1 .content .links a {
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
}
.venue.template1 .content .links a:first-child {
  padding-left: 0;
}
.venue.template1 .content .links a + a {
  margin-left: 1px;
}
@media only screen and (max-width: 767px) {
  .venue.template1 .content .links a {
    font-size: 14px;
    line-height: 35px;
    letter-spacing: 0.7px;
    padding-right: 25px;
  }
}
.venue.template1 .layouts {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  text-align: right;
  font-size: 0;
  z-index: 4;
  height: 100%;
}
.venue.template1 .layouts.multiline {
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .layouts {
    right: 0;
    left: auto;
  }
}
.venue.template1 .layouts .main-list {
  width: 60px;
  height: 100%;
  white-space: nowrap;
  overflow-y: hidden;
  float: left;
  background: #fff;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .layouts .main-list {
    float: right;
  }
}
.venue.template1 .layouts .additional-list {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 120px;
  opacity: 0;
  line-height: 0;
  padding: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0s ease 0.2s;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.venue.template1 .layouts .additional-list span {
  float: left;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .layouts .additional-list {
    left: auto;
    right: 0;
  }
}
.venue.template1 .layouts .toggle {
  display: none;
  position: absolute;
  bottom: 0;
  width: 60px;
  height: 60px;
  margin: 0;
  text-align: center;
  z-index: 4;
  cursor: pointer;
  background: #fff;
  border-bottom: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
}
.venue.template1 .layouts .toggle div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.venue.template1 .layouts .toggle div:before {
  content: "•••";
  display: inline-block;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #585858;
  transform: rotate(90deg);
  width: 32px;
  height: 32px;
  margin-top: -16px;
  margin-left: -16px;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .layouts .toggle {
    right: 0;
  }
}
.venue.template1 .layouts.multiline .toggle {
  display: block;
}
.venue.template1 .layouts.multiline.expand .toggle div:before {
  background: #585858;
  transform: translate(-50%, -50%) rotate(0deg);
  height: 2px;
  margin-top: 1px;
  margin-left: 0;
  color: #999999;
}
.venue.template1 .layouts span {
  display: block;
  width: 60px;
  height: 60px;
  font-size: 35px;
  cursor: pointer;
  text-align: center;
}
.venue.template1 .layouts span:before {
  line-height: 60px;
}
.venue.template1 .layouts span:hover:before, .venue.template1 .layouts span.active:before {
  color: #856f4c;
}
.venue.template1 .layouts span.rooms-icon {
  border-bottom: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
}
.venue.template1 .layouts.expand .additional-list {
  opacity: 1;
  visibility: visible;
  z-index: 3;
  transition: opacity 0.2s, visibility 0s ease 0s;
}
.venue.template1 .layouts.expand .toggle div {
  transform: rotate(45deg);
}
.venue.template1 .layouts.expand .toggle div:before, .venue.template1 .layouts.expand .toggle div:after {
  content: "";
  display: block;
  background: #585858;
  position: absolute;
}
.venue.template1 .layouts.expand .toggle div:before {
  width: 30px;
  height: 2px;
  top: 29px;
  right: 15px;
}
.venue.template1 .layouts.expand .toggle div:after {
  width: 2px;
  height: 30px;
  top: 15px;
  right: 29px;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .layouts.expand span > .rooms-icon-text {
    right: 120px;
  }
}

#newsletter {
  position: relative;
  margin-bottom: 135px;
}
@media only screen and (max-width: 767px) {
  #newsletter {
    margin-bottom: 85px;
  }
}
#newsletter .pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/pattern/pattern-big.png");
  background-position: 50% 0;
  background-repeat: repeat;
  z-index: 1;
}
#newsletter .content-wrapper {
  position: relative;
  z-index: 2;
}
#newsletter h3 {
  margin-bottom: 20px;
  font-family: "Whitney", "Arial", sans-serif;
  font-size: 41px;
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  #newsletter h3 {
    font-size: 35px;
    letter-spacing: 0.5px;
  }
}
@media only screen and (max-width: 767px) {
  #newsletter h3 {
    margin-left: 45px;
    margin-right: 45px;
  }
}
#newsletter .content {
  font-size: 17px;
  line-height: 38px;
  letter-spacing: 0.55px;
  font-weight: 300;
  text-align: center;
  color: #585858;
}
@media only screen and (max-width: 767px) {
  #newsletter .content {
    font-size: 15px;
    line-height: 34px;
  }
}
#newsletter .newsletter-iframe {
  width: 100%;
  max-width: 470px;
  height: 200px;
}
#newsletter .newsletter-signup {
  margin: 0 auto;
  max-width: 470px;
}
#newsletter .fieldset {
  display: flex;
}
@media only screen and (max-width: 767px) {
  #newsletter .fieldset {
    flex-direction: column;
  }
}
#newsletter input[type=text], #newsletter .button {
  font-family: "Spectral", "Times New Roman", serif;
  font-size: 17px;
  line-height: 26px;
  height: auto;
  text-transform: none;
}
#newsletter input[type=text] {
  background: #f2f6f7;
  padding: 12px 16px 10px;
  color: #000;
  border: 1px solid #d8d8d8;
  border-right: none;
  border-radius: 2px;
  font-weight: 500;
  flex-grow: 1;
}
@media only screen and (max-width: 767px) {
  #newsletter input[type=text] {
    margin-bottom: 20px;
    border-right: 1px solid #d8d8d8;
  }
}
#newsletter input[type=text]::-webkit-input-placeholder {
  color: #000;
}
#newsletter input[type=text]:-moz-placeholder {
  color: #000;
}
#newsletter input[type=text]::-moz-placeholder {
  color: #000;
}
#newsletter input[type=text]:-ms-input-placeholder {
  color: #000;
}
#newsletter input[type=text]:focus::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
#newsletter input[type=text]:focus:-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
#newsletter input[type=text]:focus::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
#newsletter input[type=text]:focus:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
#newsletter .button {
  padding: 14px 20px 10px;
}

#footer {
  position: relative;
  z-index: 1;
  display: flex;
  padding: 100px 60px 90px 60px;
  font-family: "Spectral", "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.37px;
  color: #fff;
  background-color: #1d252d;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1023px) {
  #footer {
    flex-direction: column;
    padding: 75px 20px 65px 20px;
  }
}
@media only screen and (max-width: 767px) {
  #footer {
    font-size: 14px;
    line-height: 1.2857;
  }
}
#footer:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 26px;
  background-image: url("../images/pattern/pattern.png");
  background-position: 50% 0;
  background-repeat: repeat-x;
  z-index: 1;
}
#footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(29, 37, 45, 0.85);
}
#footer a {
  color: #fff;
  text-decoration: none;
  transition: opacity 350ms ease-in-out;
}
#footer a:hover {
  opacity: 0.8;
}
#footer .footer-hotel-info {
  position: relative;
  width: 40%;
  padding: 20px;
  text-align: center;
  border-right: 1px solid #fff;
}
@media only screen and (max-width: 1023px) {
  #footer .footer-hotel-info {
    width: 100%;
    padding: 0;
    border: none;
  }
}
#footer .footer-hotel-info p {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  #footer .footer-hotel-info p {
    margin: 10px 0 0;
  }
  #footer .footer-hotel-info p:first-child {
    margin-top: 0;
  }
}
#footer .footer-hotel-info b {
  font-weight: 700;
}
#footer .footer-contacts,
#footer .footer-emails,
#footer .footer-link {
  margin: 25px 0 0;
}
@media only screen and (max-width: 767px) {
  #footer .footer-emails a,
#footer .footer-link a {
    text-decoration: underline;
  }
}
#footer .links-wrapper {
  margin-top: 20px;
  font-size: 0;
}
#footer .links-wrapper a {
  width: 150px;
  display: inline-block;
  margin-left: 5px;
}
#footer .links-wrapper a:first-child {
  margin-left: 0;
}
#footer .links-wrapper a img {
  display: block;
  width: 100%;
}
#footer .logo {
  display: inline-block;
  margin: 0;
  max-width: 100%;
}
#footer .logo img {
  max-width: 100%;
}
#footer .footer-links-wrapper {
  position: relative;
  width: 60%;
}
@media only screen and (max-width: 1023px) {
  #footer .footer-links-wrapper {
    width: 100%;
    margin-top: 40px;
    border-top: 1px solid #fff;
  }
}
#footer .footer-menu {
  padding: 0 60px 45px;
}
@media only screen and (max-width: 1023px) {
  #footer .footer-menu {
    padding: 0 0 25px;
  }
}
#footer .footer-menu ul {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1023px) {
  #footer .footer-menu ul {
    justify-content: space-between;
  }
}
#footer .footer-menu li {
  width: calc(100% / 4);
  margin: 25px 0 0;
  padding-right: 25px;
}
@media only screen and (max-width: 1023px) {
  #footer .footer-menu li {
    width: calc((100% - 20px) / 2);
    padding: 0;
    text-align: center;
  }
}
#footer .footer-logo-links {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 30px;
  border-top: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
  #footer .footer-logo-links {
    flex-wrap: wrap;
    padding: 40px 0 55px;
  }
}
#footer .footer-logo-links a {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  #footer .footer-logo-links a {
    margin: 10px;
  }
}
#footer .footer-logo-links a.orascom {
  width: 150px;
  height: 48px;
}
#footer .footer-logo-links a img {
  display: block;
  width: 100%;
}
#footer .footer-logo-links a svg {
  fill: #fff;
}

.top-footer-logo-links {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 70px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .top-footer-logo-links {
    flex-wrap: wrap;
    padding: 40px 0 55px;
  }
}
.top-footer-logo-links a {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .top-footer-logo-links a {
    margin: 10px;
  }
}
.top-footer-logo-links a.orascom {
  width: 150px;
  height: 48px;
}
.top-footer-logo-links a img {
  display: block;
  width: 100%;
  height: auto;
}
.top-footer-logo-links a svg {
  fill: #000;
}

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

.content-lightbox {
  display: block !important;
  /* Required for leaflet to init properly */
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 60px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: visibility 350ms ease-in-out, opacity 350ms ease-in-out, top 0ms 350ms ease-in-out, left 0ms 350ms ease-in-out;
  background-color: rgba(0, 0, 0, 0.8);
}
@media only screen and (min-width: 1440px) {
  .content-lightbox {
    padding: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .content-lightbox {
    padding: 45px 30px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .content-lightbox {
    padding: 0;
  }
}
.content-lightbox.visible {
  display: flex;
  opacity: 1;
  pointer-events: all;
  visibility: visible;
  transition: visibility 0ms, opacity 350ms ease-in-out, top 0ms, left 0ms;
}
.ng-lightbox-alert-bar .content-lightbox {
  padding-top: 110px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .ng-lightbox-alert-bar .content-lightbox {
    padding-top: 95px;
  }
}
@media only screen and (max-width: 767px) {
  .ng-lightbox-alert-bar .content-lightbox {
    padding-top: 80px;
  }
}
.content-lightbox .content-lightbox-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-lightbox .content-lightbox-container {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 50%;
  max-height: 100%;
  max-width: 1440px;
  background-color: #fff;
  box-shadow: 0 2px 49px 6px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 767px) {
  .content-lightbox .content-lightbox-container {
    height: 100vh;
    overflow-y: auto;
  }
}
.content-lightbox .content {
  padding: 50px;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 1440px) {
  .content-lightbox .content {
    padding: 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .content-lightbox .content {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .content-lightbox .content {
    padding: 15px;
  }
}
.content-lightbox .video-iframe-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
  background-color: #000;
}
.content-lightbox .video-iframe-wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid transparent;
  border-top-color: #856f4c;
  border-bottom-color: #856f4c;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.content-lightbox .video-iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content-lightbox .content-lightbox-close-button {
  position: absolute;
  z-index: 1;
  bottom: calc(100% + 15px);
  left: calc(100% + 10px);
  display: block;
  height: 25px;
  width: 25px;
  overflow: hidden;
  transition: opacity 350ms ease-in-out;
}
.content-lightbox .content-lightbox-close-button .text {
  font-size: 0;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .content-lightbox .content-lightbox-close-button {
    left: auto;
    right: 0;
    bottom: calc(100% + 10px);
  }
}
@media only screen and (max-width: 767px) {
  .content-lightbox .content-lightbox-close-button {
    top: 9px;
    right: 13px;
    width: 54px;
    height: 54px;
    background-color: #f2f6f7;
    border-radius: 50%;
  }
}
.content-lightbox .content-lightbox-close-button:before, .content-lightbox .content-lightbox-close-button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  height: 133%;
  width: 2px;
  background-color: #fff;
  transition: background-color 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .content-lightbox .content-lightbox-close-button:before, .content-lightbox .content-lightbox-close-button:after {
    width: 1px;
    height: 60%;
    background-color: #000;
  }
}
.content-lightbox .content-lightbox-close-button:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.content-lightbox .content-lightbox-close-button:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 767px) {
  .custom-close-button .content-lightbox-close-button {
    top: auto;
    right: auto;
    bottom: 0;
    width: 100%;
    border-radius: 0;
    background-color: #000;
    z-index: 6;
  }
  .custom-close-button .content-lightbox-close-button .text {
    font-size: 20px;
  }
  .custom-close-button .content-lightbox-close-button:before, .custom-close-button .content-lightbox-close-button:after {
    content: none;
  }
}

.search#spotlight-search {
  display: none;
  position: fixed;
  z-index: 105;
  top: 66px;
  left: 0;
  height: auto;
  width: 100%;
  padding: 40px 0 90px;
  overflow: hidden;
  background-color: #f8f5ec;
  box-shadow: 0 30px 40px -20px rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: opacity 350ms ease-in-out, visibility 350ms ease-in-out;
}
.search#spotlight-search:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
  background: repeating-linear-gradient(90deg, #f8f5ec, #f8f5ec 5px, #E6E0CF 5px, #E6E0CF 10px);
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .search#spotlight-search {
    top: 65px;
    bottom: 0;
    left: 101%;
    padding: 30px 0;
    box-shadow: none;
    transition: opacity 350ms ease-in-out, visibility 350ms ease-in-out, left 350ms ease-in-out;
  }
}
@media only screen and (max-width: 767px) {
  .search#spotlight-search {
    top: 0;
    padding: 55px 24px 24px;
  }
  .search#spotlight-search:after {
    bottom: 54px;
  }
}
html.spotlight-search-expanded .search#spotlight-search {
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 1023px) {
  html.spotlight-search-expanded .search#spotlight-search {
    left: 0;
  }
}
.search#spotlight-search .center-column {
  max-width: 1400px;
}
@media only screen and (min-width: 1024px) {
  .search#spotlight-search .center-column {
    padding: 0 75px;
  }
}
@media only screen and (max-width: 1023px) {
  .search#spotlight-search .center-column {
    height: 100%;
    overflow: auto;
  }
}
@media only screen and (max-width: 1023px) {
  .ng-lightbox-alert-bar .search#spotlight-search .center-column {
    height: calc(100% - 80px);
  }
}
.ng-lightbox-alert-bar .search#spotlight-search {
  top: 116px;
}
@media only screen and (max-width: 1023px) {
  .ng-lightbox-alert-bar .search#spotlight-search {
    top: 115px;
  }
}
@media only screen and (max-width: 767px) {
  .ng-lightbox-alert-bar .search#spotlight-search {
    top: 80px;
  }
}
.search .search-close-button {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 54px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  html.spotlight-search-expanded .search .search-close-button {
    visibility: visible;
    opacity: 1;
  }
}
.search .search-form {
  position: relative;
}
.search .search-field-wrap {
  display: flex;
  align-items: flex-end;
  padding-bottom: 15px;
  border-bottom: 1px solid #999999;
}
@media only screen and (max-width: 767px) {
  .search .search-field-wrap {
    flex-wrap: wrap;
    border: none;
  }
}
.search .search-field-label {
  font-size: 0;
  width: 0;
  height: 0;
}
@media only screen and (max-width: 767px) {
  .search .search-field-label {
    color: #1d252d;
    width: auto;
    height: auto;
    font-size: 28px;
    line-height: 55px;
  }
}
.search input.search-input {
  width: 100%;
  margin: 0;
  font-family: "Whitney", "Arial", sans-serif;
  font-size: 47px;
  line-height: 1.17;
  font-weight: 400;
  letter-spacing: 1.38px;
  color: #000;
  transition: color 350ms ease-in-out;
}
.search input.search-input::-moz-placeholder {
  color: #000;
}
.search input.search-input::placeholder {
  color: #000;
}
@media only screen and (max-width: 767px) {
  .search input.search-input::-moz-placeholder {
    font-size: 0;
  }
  .search input.search-input::placeholder {
    font-size: 0;
  }
}
.search input.search-input:focus::-moz-placeholder {
  color: #999999;
}
.search input.search-input:focus::placeholder {
  color: #999999;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .search input.search-input {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .search input.search-input {
    margin-bottom: 14px;
    font-size: 24px;
    height: 32px;
    border-bottom: 1px solid #999999;
  }
}
.search input.search-button {
  flex-shrink: 0;
  width: 240px;
  height: 40px;
  margin: 0 0 0 20px;
  font-family: "Spectral", "Times New Roman", serif;
  font-size: 15px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 0.37px;
  text-transform: uppercase;
  color: #fff;
  background-color: #000;
  transition: background-color 350ms ease-in-out;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search input.search-button:hover {
  background-color: #856f4c;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .search input.search-button {
    width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .search input.search-button {
    height: 36px;
    width: 100px;
    margin-left: auto;
    line-height: 36px;
  }
}
.search .results {
  position: absolute;
  width: 100%;
}
.search .results .ui-menu {
  width: 100%;
  max-width: 100%;
  list-style: none;
  background-color: #fff;
  border: 1px solid #999999;
}
.search .results li.ui-menu-item {
  transition: background-color 350ms ease-in-out;
}
.search .results li.ui-menu-item:hover {
  background-color: #000;
}
.search .results li.ui-menu-item:hover .result {
  color: #fff;
}
.search .results li.ui-menu-item:before {
  display: none;
}
.search .results .result {
  display: block;
  padding: 5px 10px;
  color: #000;
  text-decoration: none;
  transition: color 350ms ease-in-out;
}

.most-searched {
  margin-top: 25px;
  padding-left: 5px;
}
@media only screen and (max-width: 1023px) {
  .most-searched {
    margin-top: 20px;
    padding-left: 0;
    text-align: center;
  }
}
.most-searched .most-searched-title {
  font-family: "Spectral", "Times New Roman", serif;
  font-size: 17px;
  line-height: 1.88;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.04px;
  color: #000;
}
.most-searched .most-searched-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.most-searched .most-searched-item {
  width: 25%;
  margin: 0 0 0;
  padding-right: 15px;
  line-height: 1.8;
}
@media only screen and (max-width: 1023px) {
  .most-searched .most-searched-item {
    width: 50%;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 449px) {
  .most-searched .most-searched-item {
    width: 100%;
    padding-right: 0;
  }
}
.most-searched .most-searched-item:before {
  display: none;
}
.most-searched .most-searched-link {
  font-family: "Whitney", "Arial", sans-serif;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 400;
  letter-spacing: 0.04px;
  color: #000;
  text-decoration: none;
  transition: color 350ms ease-in-out;
}
.most-searched .most-searched-link:hover {
  color: #856f4c;
}

#content {
  padding: 100px 0 50px;
}
#content:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: 767px) {
  #content {
    padding: 60px 0 40px;
  }
}
#content:focus {
  outline: none;
}
#content .center-column + .additional-content {
  margin-top: 50px;
}
.home #content {
  padding: 140px 0 50px;
}
@media only screen and (max-width: 1023px) {
  .home #content {
    padding: 90px 0 40px;
  }
}
.no-top-image-layout #content {
  padding-top: 192px;
}
@media only screen and (max-width: 767px) {
  .no-top-image-layout #content {
    padding-top: 80px;
  }
}
#content.sustainability-page-layout {
  overflow: hidden;
  padding-bottom: 85px;
}
@media only screen and (max-width: 767px) {
  #content.sustainability-page-layout {
    padding: 60px 0 40px;
  }
}
#content.sustainability-page-layout #main-content .section-icon {
  left: auto;
  top: 70px;
  right: -45px;
}
@media only screen and (max-width: 1023px) {
  #content.sustainability-page-layout #main-content .section-icon {
    display: none;
  }
}
#content.sustainability-page-layout #main-content .section-icon.icon-bird {
  max-width: 210px;
}
#content.sustainability-page-layout #main-content > .page-content {
  max-width: 1020px;
}

#main-content {
  display: flex;
}
.home #main-content {
  max-width: 1140px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .home #main-content {
    padding-bottom: 0;
  }
}
#main-content .section-icon {
  position: absolute;
  top: -20px;
  left: 45px;
  width: 230px;
  z-index: 1;
}
.single-room #main-content .section-icon {
  top: 20px;
}
#main-content .section-icon.icon-auger-shell {
  width: 286px;
  left: -45px;
}
#main-content .section-icon.icon-blue-coral {
  top: -30px;
  width: 160px;
}
.single-room #main-content .section-icon.icon-blue-coral {
  top: 10px;
}
#main-content .section-icon.icon-blue-nautilus {
  left: 60px;
  width: 176px;
}
#main-content .section-icon.icon-conch {
  width: 215px;
}
#main-content .section-icon.icon-conch-shell {
  top: -30px;
  left: auto;
  right: 20px;
  width: 260px;
}
.single-room #main-content .section-icon.icon-conch-shell {
  top: 10px;
}
#main-content .section-icon.icon-multi-color-leaf {
  left: -20px;
  width: 237px;
}
@media only screen and (max-width: 1023px) {
  #main-content .section-icon.icon-multi-color-leaf {
    width: 200px;
  }
}
#main-content .section-icon.icon-orange-coral {
  top: -30px;
  left: auto;
  right: 45px;
  width: 160px;
}
.single-room #main-content .section-icon.icon-orange-coral {
  top: 10px;
}
#main-content .section-icon.icon-orange-leaf {
  width: 197px;
}
#main-content .section-icon.icon-plant {
  top: -30px;
  left: 0;
  width: 340px;
}
.single-room #main-content .section-icon.icon-plant {
  top: 10px;
}
#main-content .section-icon.icon-sea-weed {
  left: auto;
  right: 60px;
  width: 145px;
}
#main-content .section-icon.icon-shell {
  left: -10px;
  width: 270px;
}
#main-content .section-icon.icon-star {
  left: -50px;
  width: 272px;
}
@media only screen and (max-width: 1023px) {
  #main-content .section-icon.icon-star {
    width: 260px;
  }
}
#main-content .section-icon.icon-three-bubbles {
  left: auto;
  right: 55px;
  width: 138px;
}
@media only screen and (max-width: 1023px) {
  #main-content .section-icon.icon-three-bubbles {
    width: 120px;
  }
}
#main-content .section-icon img {
  display: block;
  width: 100%;
  height: auto;
}
#main-content #content-submenu {
  flex-shrink: 0;
}
#main-content > .page-content {
  position: relative;
  width: 100%;
  z-index: 2;
}
.centered-content-layout #main-content > .page-content {
  margin: 0 auto;
  max-width: 1160px;
  text-align: center;
}

#content-submenu {
  width: 210px;
  margin: 8px 40px 0 0;
}
@media only screen and (max-width: 1023px) {
  #content-submenu {
    display: none;
  }
}
#content-submenu .submenu-root {
  display: block;
  font: 20px/1.3 "Whitney", "Arial", sans-serif;
  margin-bottom: 14px;
  color: #327d7d;
}
@media only screen and (max-width: 767px) {
  #content-submenu .submenu-root {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
  }
}
#content-submenu .submenu-root:hover {
  color: #54baba;
}
#content-submenu ul {
  margin-left: 20px;
}
#content-submenu ul ul {
  margin: 10px 20px;
}
#content-submenu li {
  margin-bottom: 10px;
}
#content-submenu a {
  font-size: 15px;
  line-height: 1.4;
  text-decoration: none;
  color: #132929;
}
#content-submenu a.active {
  color: #327d7d;
}
#content-submenu a:hover {
  color: #54baba;
}

.page-content:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: 767px) {
  .page-content {
    text-align: center;
  }
  .page-content .sitemap {
    text-align: left;
  }
}
.page-content hr {
  display: block;
  height: 1px;
  margin: 20px auto;
  border: none;
  background: #8e6d45;
  color: #8e6d45;
}
.page-content h1, .page-content h2 {
  text-align: center;
}
.page-content h1, .page-content .h1-like {
  font-family: "Whitney", "Arial", sans-serif;
  font-size: 41px;
  line-height: 1.2;
  margin-bottom: 15px;
  color: #000;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media only screen and (max-width: 1023px) {
  .page-content h1, .page-content .h1-like {
    font-size: 35px;
    letter-spacing: 0.5px;
  }
}
@media only screen and (max-width: 767px) {
  .page-content h1, .page-content .h1-like {
    margin-bottom: 20px;
  }
  .home .page-content h1, .home .page-content .h1-like {
    margin-bottom: 20px;
  }
}
.page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
  color: #000;
}
.page-content h2 {
  font-family: "Spectral", "Times New Roman", serif;
  font-size: 24px;
  line-height: 2;
  font-weight: 500;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .page-content h2 {
    font-size: 18px;
    font-weight: 500;
  }
}
.page-content h3 {
  font-family: "Spectral", "Times New Roman", serif;
  font-size: 37px;
  line-height: 49px;
  letter-spacing: 0.55px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .page-content h3 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px;
  }
}
.page-content h4, .page-content h5, .page-content h6 {
  font-weight: bold;
}
.page-content h4, .page-content h5, .page-content h6, .page-content p, .page-content ul, .page-content ol, .page-content table {
  margin-bottom: 20px;
}
.page-content strong {
  font-weight: bold;
}
.page-content em {
  font-style: italic;
}
.page-content u {
  text-decoration: underline;
}
.page-content sup, .page-content sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
.page-content sup {
  top: -0.5em;
}
.page-content sub {
  bottom: -0.25em;
}
.page-content p, .page-content table {
  overflow: visible;
}
.page-content ol {
  list-style: decimal inside;
}
.page-content ul {
  list-style: none;
}
.page-content ol, .page-content ul {
  margin-left: 30px;
}
.page-content ol ol, .page-content ol ul, .page-content ul ul, .page-content ul ol {
  margin-top: 10px;
  margin-bottom: 10px;
}
.page-content ol li, .page-content ul li {
  position: relative;
}
.page-content ul > li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 3px;
  height: 3px;
  margin-right: 8px;
  background: #000;
  border-radius: 50%;
}
.page-content ul > li:hover:before {
  background-color: #856f4c;
}
@media only screen and (max-width: 767px) {
  .page-content ol, .page-content ul {
    margin-left: 0;
  }
  .page-content .sitemap ol, .page-content .sitemap ul {
    margin-left: 20px;
  }
  .page-content ol ol, .page-content ol ul, .page-content ul ul, .page-content ul ol {
    font-size: 90%;
  }
}
.page-content td, .page-content th, .page-content caption {
  padding: 10px 15px;
  text-align: left;
  vertical-align: middle;
}
.page-content th, .page-content caption {
  vertical-align: bottom;
  padding-top: 0;
  padding-bottom: 20px;
  font: 22px/1 "Whitney", "Arial", sans-serif;
  color: #000;
}
.page-content td {
  border-top: 1px solid #8e6d45;
  background: #f8f5ec;
}
.page-content .even td {
  background: #f2f6f7;
}
.page-content table p {
  margin: 10px 0;
}
@media only screen and (max-width: 1023px) {
  .page-content .table-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.page-content .thumbnail {
  float: right;
  margin: 0 0 20px 30px;
}
.page-content .thumbnail a {
  display: block;
}
.page-content .thumbnail img {
  display: block;
}
.page-content .socials {
  margin-bottom: 20px;
  overflow: hidden;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .page-content .socials {
    text-align: center;
  }
}
.page-content .socials iframe {
  display: inline-block;
  width: 90px;
  height: 21px;
  margin: 0 10px 0 0;
}
.page-content a.pdf {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  padding-left: 23px;
  position: relative;
}
.page-content a.pdf svg {
  position: relative;
  display: inline-block;
  width: 13px;
  height: 16px;
  vertical-align: top;
  margin-right: 10px;
  transition: fill 350ms ease-in-out;
  fill: #a32e47;
}
.page-content a.pdf:hover svg {
  fill: #e35266;
}
.page-content a.pdf + .size {
  color: #aaa;
  font-size: 10px;
}
.page-content .hotel-location-map {
  margin-bottom: 20px;
}
.page-content .sitemap-description {
  opacity: 0.8;
  font-size: 86%;
}

#specials .select-wrapper {
  display: inline-block;
}
#specials .category-selector {
  margin: 0;
  text-align: right;
  padding-right: 15px;
}
@media only screen and (max-width: 767px) {
  #specials .category-selector {
    padding-right: 5px;
  }
}
#specials .category-selector .select-wrapper select {
  text-align: right;
}
#specials .category-selector button {
  display: none;
}

.specials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: left;
  padding-bottom: 70px;
}
.specials:after {
  clear: both;
  content: "";
  display: table;
}
.specials .item {
  flex: 0 1 auto;
  margin: 15px;
  overflow: hidden;
  position: relative;
  width: calc(33.3% - 30px);
  background: #585858;
}
.specials .item:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.specials .item.hidden {
  display: none;
}
@media only screen and (max-width: 1320px) {
  .specials .item {
    width: calc(50% - 30px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .specials .item {
    width: calc(50% - 10px);
    margin: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .specials .item {
    margin: 0 0 20px;
    width: 100%;
    min-height: 400px;
  }
}
.specials .item:hover .titles-wrapper {
  position: relative;
  top: 0;
  bottom: auto;
}
.specials .item:hover .description {
  background-color: rgba(0, 0, 0, 0.6);
}
.specials .item:hover .description .wrapper {
  display: block;
}
.specials .item:hover .description:after {
  opacity: 0;
}
.specials .description {
  box-sizing: border-box;
  height: 100%;
  padding: 30px 30px 80px;
  position: absolute;
  width: 100%;
  color: #fff;
  transition: all 350ms ease-in-out;
  z-index: 2;
}
.specials .description p {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.5px;
  font-weight: 500;
}
.specials .description .wrapper {
  display: none;
  text-align: center;
  padding-top: 15px;
}
.specials .description:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.16);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  z-index: -1;
}
.specials .titles-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  padding: 0 25px;
  color: #fff;
  text-align: center;
  transition: all 350ms ease-in-out;
}
.specials .titles-wrapper .category-title {
  position: relative;
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1.35px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.specials .titles-wrapper .category-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  width: 52px;
  margin: auto;
  background-color: #fff;
  z-index: 1;
}
.specials .titles-wrapper h3 {
  color: #fff;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.specials .titles-wrapper h3 a {
  color: inherit;
  text-decoration: none;
}
@media only screen and (max-width: 1023px) {
  .specials .titles-wrapper h3 {
    font-size: 24px;
  }
}
.specials nav {
  z-index: 2;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}
.specials nav .price {
  font-size: 16px;
  font-weight: bold;
  display: block;
}
.specials nav .button {
  white-space: initial;
  height: auto;
  padding: 8px 19px;
  line-height: 25px;
  margin: 10px 20px 0;
  font-size: 14px;
}
@media only screen and (max-width: 1200px) {
  .specials nav .button {
    font-size: 13px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .specials nav .button {
    padding: 8px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .specials nav .button {
    font-size: 11px;
    padding: 8px 15px;
  }
}
.specials nav .button.text-button {
  color: #fff;
  background-color: transparent;
  text-transform: none;
  font-size: 16px;
  line-height: 36px;
  font-weight: 500;
}
.specials nav .button.text-button:after {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  margin-top: -7px;
  right: 0;
}
.specials nav .button.text-button:hover {
  background-color: transparent;
  color: #fff;
}

.single-special .content-headings h1, .single-special .content-headings h2 {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .single-special .content-headings h1, .single-special .content-headings h2 {
    text-align: center;
  }
}
.single-special .thumbnail {
  float: right;
  width: 300px;
  height: 300px;
  margin-left: 20px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .single-special .thumbnail {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}
.single-special .price {
  display: block;
  margin-bottom: 30px;
  font-weight: bold;
}

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

.google-map {
  position: relative;
  background-color: #f2f6f7;
}
.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: #856f4c;
  border-bottom-color: #856f4c;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.google-map.loaded:before {
  content: none;
}

.hotel-location-map-wrapper {
  display: flex;
}
.hotel-location-map-wrapper:before {
  content: "";
  display: block;
  max-width: 0;
  padding-bottom: 55.8%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .hotel-location-map-wrapper:before {
    padding-bottom: 100%;
  }
}
.hotel-location-map-wrapper .hotel-location-map {
  width: 100%;
}

.map-content {
  position: relative;
  width: 300px;
  padding: 20px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #000;
  background: #fff;
  border: 1px solid #999999;
  overflow: hidden;
}
.map-content h3, .map-content p {
  margin-bottom: 5px;
}
.map-content h3:last-child, .map-content p:last-child {
  margin-bottom: 0;
}
.map-content h3 {
  font: 400 20px/24px "Whitney", "Arial", sans-serif;
  text-transform: uppercase;
  color: #000;
}
.map-content p {
  font-family: "Spectral", "Times New Roman", serif;
  font-weight: 400;
}
.map-content p:last-of-type {
  margin-bottom: 0;
}
.map-content a:not(.button) {
  color: #000;
  transition: color 350ms ease-in-out;
}
.map-content a:not(.button):hover {
  color: #999999;
}
.map-content .button {
  margin-top: 20px;
  padding: 0 10px;
}

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

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

.leaflet-popup-content a.button {
  color: #FFF;
}

.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 #8e6d45;
  padding: 20px 0;
  background-color: #c1b2a2;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .pressroom .pressroom-item {
    width: calc(40% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .pressroom .pressroom-item {
    width: 100%;
    margin: 10px 0;
  }
}
.pressroom .pressroom-item h4 {
  font-family: "Spectral", "Times New Roman", serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #fff;
}
.pressroom .pressroom-item time {
  color: #fff;
  display: block;
  margin: 5px 0;
}
.pressroom .pressroom-item .description {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(29, 37, 45, 0.6);
  padding: 10px 20px 20px 20px;
}
.pressroom .pressroom-item .description .centered time {
  margin: 10px 0;
  display: block;
  font-weight: bold;
}
.pressroom .pressroom-item .description p {
  color: #fff;
  line-height: 18px;
  font-size: 14px;
  margin-bottom: 0;
}
.pressroom .pressroom-item .pdf {
  color: #fff;
  margin: 10px 0 0 0;
  display: block;
  position: relative;
  line-height: 16px;
  padding-left: 0 !important;
  text-decoration: none;
}
.pressroom .pressroom-item .pdf:hover {
  color: #fff;
}
.pressroom .pressroom-item .view-gallery {
  margin-top: 20px;
}

.galleries {
  text-align: center;
  font-size: 0;
}
.galleries .gallery {
  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: 1023px) {
  .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 h2, .galleries .gallery h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font: 26px/30px "Spectral", "Times New Roman", serif;
  text-transform: uppercase;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
  color: inherit;
  z-index: 1;
}
.galleries .gallery h3 {
  top: auto;
  bottom: 10px;
  font-size: 14px;
  opacity: 1;
  line-height: 1;
  text-align: center;
}
.galleries .gallery:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -1px;
}
.galleries .gallery:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.25);
  transition: background 0.3s ease-in-out;
  z-index: 0;
}
.galleries .gallery: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;
  line-height: 1.5;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .galleries .gallery .description {
    font-size: 16px;
    line-height: 20px;
  }
}
.galleries .gallery .description:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -1px;
}
.galleries .gallery .description .centered {
  padding: 15px;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 4px);
}
.galleries .gallery .description nav button {
  padding: 0 20px;
}

.form {
  display: block;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .form {
    text-align: left;
  }
}
.form .ui-menu-item a {
  text-align: left;
}
.form h3 {
  text-align: left;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e2e2e2;
}
.form label:not(.hide) {
  width: 40%;
  line-height: 1.2;
  margin: 12px 20px 0 0;
  float: left;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .form label:not(.hide) {
    display: block;
    float: none;
    margin: 0 0 20px;
    text-align: left;
    width: auto;
  }
}
.form label:not(.hide) em {
  color: #b31919;
  font-size: 16px;
  font-weight: normal;
  line-height: 10px;
  padding-right: 5px;
}
.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;
  text-align: left;
}
.form p span.group label {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  flex: none;
  text-align: left;
  line-height: 12px;
}
.form p span.group label input {
  margin-right: 0.4em;
}
.form input[type=text], .form input[type=date], .form textarea, .form select, .form .input-overlay {
  background: #fff;
  color: #53565a;
  height: 40px;
  padding: 0 10px;
  resize: none;
  width: 250px;
  border: 1px solid #d1d1d1;
  font-size: 14px;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  .form input[type=text], .form input[type=date], .form textarea, .form select, .form .input-overlay {
    padding: 0 20px;
    width: 100%;
    text-align: left;
  }
}
.form .input-overlay {
  opacity: 0;
  margin-top: -40px;
}
@media only screen and (max-width: 767px) {
  .form .select-wrapper {
    width: 100%;
  }
}
.form textarea {
  height: 100px;
  overflow: auto;
  line-height: 20px;
  padding: 10px;
}
.form input[type=checkbox], .form input[type=radio] {
  width: 14px;
  height: 14px;
  padding: 0;
  vertical-align: top;
}
.form input[type=radio] {
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  .form input[type=radio] {
    margin-top: 0;
  }
}
.form .group input[type=radio] {
  margin-top: 0;
}
.form .datepicker-input-wrapper {
  float: left;
}
@media only screen and (max-width: 767px) {
  .form .datepicker-input-wrapper {
    float: none;
  }
}
.form input.date-pick, .form .input-overlay {
  width: 100px;
  float: left;
}
@media only screen and (max-width: 767px) {
  .form input.date-pick, .form .input-overlay {
    float: none;
    display: block;
    width: 100%;
  }
}
.form .input-overlay {
  clear: both;
}
.form .ui-datepicker-trigger {
  float: left;
  position: static;
  margin: 13px 0 0 6px;
}
@media only screen and (max-width: 767px) {
  .form .ui-datepicker-trigger {
    display: none;
  }
}
.form .controls p {
  padding: 20px 0 0 40%;
  width: auto;
  background: none;
}
@media only screen and (max-width: 767px) {
  .form .controls p {
    padding: 0;
    text-align: center;
  }
}
.form .controls .button {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .form .controls .button {
    display: inline-block;
    margin: 0;
  }
}

#form_module_container_errors,
#form_module_container_success {
  padding: 10px;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
  background-color: #F6F6F6;
  border: 1px solid rgba(158, 158, 158, 0.3);
}

#form_module_container_errors {
  color: #b31919;
}

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

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

#form_module_container_success {
  color: #000;
}

[id*=form_form_] {
  display: block;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] {
    text-align: left;
  }
}
[id*=form_form_] fieldset + fieldset {
  margin-top: 20px;
}
[id*=form_form_] h3 {
  text-align: left;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e2e2e2;
}
[id*=form_form_] em {
  color: #b31919;
  font-size: 16px;
  font-weight: normal;
  line-height: 10px;
  padding-right: 5px;
}
[id*=form_form_] label {
  width: 40%;
  line-height: 1.2;
  margin: 12px 20px 0 0;
  float: left;
  text-align: right;
}
@media only screen and (max-width: 1023px) {
  [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: 1023px) {
  [id*=form_form_] p {
    margin-bottom: 20px;
  }
}
[id*=form_form_] p:after {
  clear: both;
  content: "";
  display: table;
}
[id*=form_form_] p span {
  float: left;
  margin: 0 10px 0 0;
}
[id*=form_form_] p span.checkbox-group {
  margin-bottom: 10px;
}
[id*=form_form_] p span input {
  display: inline;
  float: none;
  margin: 0;
}
[id*=form_form_] p span label {
  display: inline;
  float: none;
  width: auto;
  text-align: left;
}
[id*=form_form_] p span.group {
  margin-top: 12px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] p span.group {
    margin-top: 0;
  }
}
[id*=form_form_] p span.group label {
  display: block;
  margin-bottom: 10px !important;
  margin-top: 0;
}
[id*=form_form_] p span.group label input {
  margin-right: 0.4em;
}
@media only screen and (max-width: 1023px) {
  [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: #F6F6F6;
  color: #000;
  height: 40px;
  padding: 0 10px;
  resize: none;
  width: 250px;
  border: 2px solid rgba(158, 158, 158, 0.3);
  font-size: 14px;
  line-height: 36px;
  font-family: "Whitney", "Arial", sans-serif;
  font-weight: 400;
  letter-spacing: 0.48px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] input[type=text], [id*=form_form_] input[type=number], [id*=form_form_] input[type=email], [id*=form_form_] input[type=phone], [id*=form_form_] input[type=url], [id*=form_form_] input[type=datepicker], [id*=form_form_] textarea, [id*=form_form_] select, [id*=form_form_] .input-overlay {
    padding: 0 20px;
    width: 100%;
    text-align: left;
  }
}
[id*=form_form_] input[type=text].form_module_field_error, [id*=form_form_] input[type=number].form_module_field_error, [id*=form_form_] input[type=email].form_module_field_error, [id*=form_form_] input[type=phone].form_module_field_error, [id*=form_form_] input[type=url].form_module_field_error, [id*=form_form_] input[type=datepicker].form_module_field_error, [id*=form_form_] textarea.form_module_field_error, [id*=form_form_] select.form_module_field_error, [id*=form_form_] .input-overlay.form_module_field_error {
  border-color: #b31919;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] input[type=text], [id*=form_form_] input[type=number], [id*=form_form_] input[type=email], [id*=form_form_] input[type=phone], [id*=form_form_] input[type=url], [id*=form_form_] input[type=datepicker], [id*=form_form_] 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: 1023px) {
  [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: 1023px) {
  [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: 1023px) {
  [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: 1023px) {
  [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: 1023px) {
  [id*=form_form_] .ui-datepicker-trigger {
    display: none;
  }
}
[id*=form_form_] input[type=submit] {
  display: block;
  margin: 0 auto;
}
[id*=form_form_] > input[type=submit] {
  margin-top: 20px;
}
[id*=form_form_] .g-recaptcha {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
[id*=form_form_] .form-builder-field {
  position: relative;
  width: 100%;
  text-align: left;
  clear: both;
}
[id*=form_form_] .form-builder-field[class*=textarea] label {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-field[class*=textarea] label {
    margin-bottom: 10px;
  }
}
[id*=form_form_] .form-builder-field[class*=inputhidden] {
  display: none;
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] > label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] > label, [id*=form_form_] .form-builder-field[class*=radiogroup] > label {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-field[class*=inputcheckbox] > label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] > label, [id*=form_form_] .form-builder-field[class*=radiogroup] > label {
    margin-bottom: 10px;
  }
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] .radio-label, [id*=form_form_] .form-builder-field[class*=inputcheckbox] .checkbox-label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] .radio-label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] .checkbox-label, [id*=form_form_] .form-builder-field[class*=radiogroup] .radio-label, [id*=form_form_] .form-builder-field[class*=radiogroup] .checkbox-label {
  color: #000;
  text-transform: none;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-field[class*=inputcheckbox] .radio-label, [id*=form_form_] .form-builder-field[class*=inputcheckbox] .checkbox-label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] .radio-label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] .checkbox-label, [id*=form_form_] .form-builder-field[class*=radiogroup] .radio-label, [id*=form_form_] .form-builder-field[class*=radiogroup] .checkbox-label {
    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: 1023px) {
  [id*=form_form_] .form-builder-field[class*=inputcheckbox] label {
    margin-left: 0;
    width: 100%;
  }
}
[id*=form_form_] .form-builder-field[class*=inputsubmit] {
  margin-left: 20px;
  padding: 20px 0 0 40%;
  width: auto;
  background: none;
}
[id*=form_form_] .form-builder-field .compliance {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
[id*=form_form_] .form-builder-field .compliance em {
  padding: 12px 10px 0 0;
}
[id*=form_form_] .form-builder-field .compliance input[type=checkbox] {
  margin: 10px 5px 0 0;
}
[id*=form_form_] .form-builder-field .compliance > label {
  width: auto;
  text-transform: none;
  color: #000;
  font-size: 20px;
  line-height: 1.8;
  font-weight: normal;
  margin: 0;
  margin-left: 5px;
}
[id*=form_form_] .form-builder-field[class*=paragraph] {
  width: 60%;
  margin-left: calc(40% + 20px);
  margin-bottom: 10px;
}
@media only screen and (max-width: 1023px) {
  [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;
}
@media only screen and (max-width: 1023px) {
  [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 "Spectral", "Times New Roman", 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: 1023px) {
  [id*=form_form_] .form-builder-group.columns-2 .form-builder-field:not(:first-child) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-2 .form-builder-field {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field > p label {
  width: auto;
  text-align: left;
  margin-bottom: 10px;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field input[type=text], [id*=form_form_] .form-builder-group.columns-2 .form-builder-field input[type=email] {
  width: 100%;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=checkboxgroup] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=radiogroup] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] label {
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=checkboxgroup] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=radiogroup] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] label {
    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: 1023px) {
  [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper {
    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: 1023px) {
  [id*=form_form_] .form-builder-group.columns-3 .form-builder-field:not(:first-child) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-3 .form-builder-field {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field > p label {
  width: auto;
  text-align: left;
  margin-bottom: 10px;
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field input[type=text], [id*=form_form_] .form-builder-group.columns-3 .form-builder-field input[type=email] {
  width: 100%;
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=checkboxgroup] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=radiogroup] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] label {
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=checkboxgroup] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=radiogroup] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] label {
    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: 1023px) {
  [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper {
    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: 1023px) {
  [id*=form_form_] .form-builder-group.columns-4 .form-builder-field:not(:first-child) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-4 .form-builder-field {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field > p label {
  width: auto;
  text-align: left;
  margin-bottom: 10px;
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field input[type=text], [id*=form_form_] .form-builder-group.columns-4 .form-builder-field input[type=email] {
  width: 100%;
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=checkboxgroup] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=radiogroup] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] label {
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=checkboxgroup] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=radiogroup] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] label {
    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: 1023px) {
  [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper {
    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: 1023px) {
  [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: 1023px) {
  [id*=form_form_] .form-builder-group.prop-2-to-1 .form-builder-field {
    width: 100%;
  }
}
[id*=form_form_] .custom-checkbox, [id*=form_form_] .custom-radio {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding-left: 2em;
  line-height: 1.4em;
}
[id*=form_form_] .custom-checkbox:before, [id*=form_form_] .custom-radio:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 14px;
  height: 14px;
  background: #fff;
  transition: transform 350ms ease-in-out/2;
  border: #000 1px solid;
}
@media only screen and (min-width: 1024px) {
  [id*=form_form_] .custom-checkbox:hover:before, [id*=form_form_] .custom-radio:hover:before {
    transform: scale(1.1);
  }
  [id*=form_form_] .custom-checkbox:active:before, [id*=form_form_] .custom-radio:active:before {
    transform: scale(1);
  }
}
[id*=form_form_] .custom-checkbox:after, [id*=form_form_] .custom-radio:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 2px;
  width: 13px;
  height: 8px;
  border-bottom: 2px solid #b31919;
  border-left: 2px solid #b31919;
  transform: rotate(-45deg) scale(2);
  opacity: 0;
  visibility: hidden;
  transition: transform 350ms ease-in-out/2 350ms ease-in-out/3, opacity 350ms ease-in-out/2, visibility 350ms ease-in-out/2;
  pointer-events: none;
}
[id*=form_form_] .custom-checkbox.checked:after, [id*=form_form_] .custom-radio.checked:after {
  transform: rotate(-45deg) scale(1);
  opacity: 1;
  visibility: visible;
  transition: transform 350ms ease-in-out/3, opacity 350ms ease-in-out/3, visibility 350ms ease-in-out/3;
}
[id*=form_form_] .custom-checkbox input, [id*=form_form_] .custom-radio input {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
[id*=form_form_] .custom-checkbox.active, [id*=form_form_] .custom-radio.active {
  color: #000;
}
[id*=form_form_] .custom-radio:before {
  border-radius: 50%;
}
[id*=form_form_] .custom-radio:after {
  border: none;
  width: 8px;
  height: 8px;
  top: 9px;
  left: 3px;
  border-radius: 50%;
  transform: scale(2);
  background: #b31919;
}
[id*=form_form_] .custom-radio.checked:after {
  transform: scale(1);
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] input[type=file] {
    width: 100%;
  }
}
[id*=form_form_] .clear-file-input {
  font-size: 12px;
  transition: opacity 350ms ease-in-out;
}
[id*=form_form_] .clear-file-input.inactive {
  opacity: 0;
  visibility: hidden;
}

.poi {
  display: flex;
}
.poi:before {
  content: "";
  display: block;
  max-width: 0;
  padding-bottom: 55.8%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .poi:before {
    padding-bottom: 100%;
  }
}
.poi .poi-overlay {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.poi .category-selector {
  position: absolute;
  z-index: 5;
  top: 15px;
  left: 15px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .poi .category-selector {
    top: auto;
    bottom: 15px;
  }
}
@media only screen and (max-width: 449px) {
  .poi .category-selector {
    max-width: calc(100% - 45px - 45px);
  }
}
.poi .category-selector .button {
  display: none;
}
.poi .category-selector .select-wrapper {
  display: inline-block;
  max-width: 100%;
}
.poi .category-selector .select-wrapper select {
  height: 40px;
  width: 240px;
  max-width: 100%;
  padding-left: 15px;
  font-family: "Spectral", "Times New Roman", serif;
  font-size: 16px !important;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 0.1px;
  color: #000;
  white-space: nowrap;
  border: 1px solid #999999;
  background-color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
}
.poi .poi-zoom {
  position: absolute;
  z-index: 5;
  bottom: 15px;
  right: 15px;
  display: flex;
  flex-direction: column;
}
.poi .poi-zoom .poi-zoom-button {
  position: relative;
  display: block;
  height: 45px;
  width: 45px;
  border: 1px solid #999999;
  background-color: #fff;
  transition: background-color 350ms ease-in-out;
}
.poi .poi-zoom .poi-zoom-button:before, .poi .poi-zoom .poi-zoom-button:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 30px;
  height: 2px;
  background-color: #585858;
  transition: background-color 350ms ease-in-out, border-color 350ms ease-in-out;
}
.poi .poi-zoom .poi-zoom-button:after {
  display: none;
}
.poi .poi-zoom .poi-zoom-button:hover {
  border-color: #856f4c;
  background-color: #856f4c;
}
.poi .poi-zoom .poi-zoom-button:hover:before, .poi .poi-zoom .poi-zoom-button:hover:after {
  background-color: #fff;
}
.poi .poi-zoom .poi-zoom-button.zoom-in {
  border-top: none;
}
.poi .poi-zoom .poi-zoom-button.zoom-in:after {
  display: block;
  transform: translate(-50%, -50%) rotate(90deg);
}
.poi .poi-map {
  height: 100%;
}

.poi-lightbox .content-lightbox-container {
  height: 100%;
}
.poi-lightbox .content {
  height: 100%;
  padding: 15px;
}
@media only screen and (max-width: 767px) {
  .poi-lightbox .content {
    padding: 0;
  }
}
.poi-lightbox .poi {
  height: 100%;
  min-height: 300px;
}
.poi-lightbox .poi:before {
  display: none;
}
@media only screen and (max-width: 767px) {
  .poi-lightbox .category-selector {
    top: 18px;
    left: 18px;
    bottom: auto;
    width: calc(100% - 36px);
    max-width: initial;
  }
  .poi-lightbox .category-selector .select-wrapper {
    display: block;
  }
  .poi-lightbox .category-selector .select-wrapper select {
    width: 100%;
  }
}
.poi-lightbox .poi-zoom {
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .poi-lightbox .poi-zoom {
    right: 18px;
    bottom: 75px;
  }
}

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

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

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

#calendar-views {
  float: left;
}
#calendar-views:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: 767px) {
  #calendar-views {
    float: none;
    text-align: center;
    margin-bottom: 30px;
  }
}
#calendar-views li {
  float: left;
}
@media only screen and (max-width: 767px) {
  #calendar-views li {
    display: inline-block;
    float: none;
  }
}
#calendar-views a {
  position: relative;
  display: block;
  margin-right: 20px;
  text-decoration: none;
  text-transform: uppercase;
  color: #1d252d;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  #calendar-views a {
    margin-right: 0;
    margin-left: 20px;
  }
  #calendar-views a.grid {
    margin-left: 0;
  }
}
#calendar-views a svg {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  transition: fill 350ms ease-in-out;
}
#calendar-views a:hover, #calendar-views a.active {
  color: #856f4c;
}
#calendar-views a:hover svg, #calendar-views a.active svg {
  fill: #856f4c;
}

#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 #999999;
  color: #999999;
}
#calendar-year a:hover {
  border-color: #1d252d;
  color: #1d252d;
}
#calendar-year .active a {
  border-color: #1d252d;
  color: #1d252d;
}
#calendar-year .active a:hover {
  border-color: #856f4c;
  color: #856f4c;
}

#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: #1d252d;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #calendar-month a {
    padding: 0 5px;
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #calendar-month a {
    padding: 0 7px;
    font-size: 11px;
    text-align: center;
  }
}
#calendar-month a:hover {
  background: #856f4c;
  color: #fff;
}
#calendar-month a.active {
  background: #856f4c;
  color: #fff;
}
#calendar-month a.active:hover {
  background: #1d252d;
  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 {
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: 50%;
    width: 11px;
    height: 11px;
    overflow: hidden;
    text-indent: -9999px;
    cursor: pointer;
    margin: 0 10px 0 10px;
    margin-top: -6px;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    font-size: 0;
    transform: rotate(-45deg);
    transform-origin: center;
    transition: border-color 350ms ease-in-out;
  }
  #calendar-month li.prev a:hover, #calendar-month li.next a:hover {
    background-color: transparent;
    color: #856f4c;
  }
  #calendar-month li.prev a:hover:after, #calendar-month li.next a:hover:after {
    border-color: #8e6d45;
  }
  #calendar-month li.prev a:active, #calendar-month li.next a:active {
    top: auto;
  }
  #calendar-month li.next a {
    padding-left: 0;
    padding-right: 30px;
  }
  #calendar-month li.next a:after {
    transform: rotate(135deg);
    left: auto;
    right: 5px;
  }
}

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

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

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

#calendar-days {
  position: relative;
}
#calendar-days li {
  margin: 0 0 1em;
  min-height: 8em;
  text-align: left;
  -moz-text-align-last: left;
       text-align-last: left;
  vertical-align: top;
  position: static;
  background: rgba(0, 0, 0, 0.06);
}
@media only screen and (max-width: 767px) {
  #calendar-days li {
    display: block;
    float: none;
    width: 100%;
    min-height: auto !important;
    height: auto !important;
  }
  #calendar-days li dl {
    margin-top: auto !important;
    height: auto;
  }
  #calendar-days li dl dt {
    width: 100% !important;
    padding-bottom: 10px;
  }
}
#calendar-days li time a {
  font-size: 14px;
  text-align: center;
  color: #585858;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
}
#calendar-days li time a:hover {
  background: #f8f5ec;
}
#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: #585858;
}
#calendar-days li.prev_month time a:hover, #calendar-days li.next_month time a:hover {
  background: #f8f5ec;
}
#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: #717272;
  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: #1d252d;
  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: 12px;
  line-height: 18px;
  padding: 0 0 10px 0;
  width: 100%;
}
#calendar-days dl:hover dd {
  visibility: visible;
}
#calendar-days dl.t1 {
  margin-top: 2em;
}
#calendar-days dl.t2 {
  margin-top: 4em;
}
#calendar-days dl.t3 {
  margin-top: 6em;
}
#calendar-days dl.t4 {
  margin-top: 8em;
}
#calendar-days dl.t5 {
  margin-top: 10em;
}
#calendar-days dl.t6 {
  margin-top: 12em;
}
#calendar-days dl.t7 {
  margin-top: 14em;
}
#calendar-days dl.t8 {
  margin-top: 16em;
}
#calendar-days dl.t9 {
  margin-top: 18em;
}
#calendar-days dl.t10 {
  margin-top: 20em;
}
#calendar-days dl.t11 {
  margin-top: 22em;
}
#calendar-days dl.t12 {
  margin-top: 24em;
}
#calendar-days dl.t13 {
  margin-top: 26em;
}
#calendar-days dl.t14 {
  margin-top: 28em;
}
#calendar-days dl.t15 {
  margin-top: 30em;
}
#calendar-days dl.t16 {
  margin-top: 32em;
}
#calendar-days dl.t17 {
  margin-top: 34em;
}
#calendar-days dl.t18 {
  margin-top: 36em;
}
#calendar-days dl.t19 {
  margin-top: 38em;
}
#calendar-days dl.t20 {
  margin-top: 40em;
}

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

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

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

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

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

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

.advanced-search-wrapper .advanced-search-list {
  list-style: none;
  margin: 0;
}
.advanced-search-wrapper .advanced-search-block {
  margin-top: 30px;
  border: 1px solid #999999;
}
@media only screen and (max-width: 767px) {
  .advanced-search-wrapper .advanced-search-block {
    margin-top: 20px;
  }
}
.advanced-search-wrapper .advanced-search-block:before {
  display: none;
}
.advanced-search-wrapper .advanced-search-block:first-child {
  margin-top: 0;
}
.advanced-search-wrapper .advanced-search-block-link {
  display: block;
  padding: 20px 20px 20px 30px;
  font-family: "Spectral", "Times New Roman", serif;
  text-decoration: none;
  color: #000;
  transition: color 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .advanced-search-wrapper .advanced-search-block-link {
    padding: 15px;
  }
}
.advanced-search-wrapper .advanced-search-block-link:hover {
  color: #856f4c;
}
.advanced-search-wrapper .advanced-search-title {
  font-family: "Whitney", "Arial", sans-serif;
  text-transform: uppercase;
  color: inherit;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .advanced-search-wrapper .advanced-search-title {
    margin-bottom: 20px;
  }
}
.advanced-search-wrapper .advanced-search-link {
  font-size: 13px;
  line-height: 1.5;
  font-weight: 400;
}
.advanced-search-wrapper .advanced-search-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px 0 0;
}
@media only screen and (max-width: 767px) {
  .advanced-search-wrapper .advanced-search-pagination {
    margin-top: 30px;
  }
}
.advanced-search-wrapper .advanced-search-pagination ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
}
.advanced-search-wrapper .advanced-search-pagination li:before {
  display: none;
}
.advanced-search-wrapper .advanced-search-pagination li a {
  color: #000;
  padding: 15px;
  text-decoration: none;
  transition: color 350ms ease-in-out;
}
.advanced-search-wrapper .advanced-search-pagination li a.active {
  color: #856f4c;
}
.advanced-search-wrapper .advanced-search-control-left, .advanced-search-wrapper .advanced-search-control-right {
  position: relative;
  display: block;
  height: 30px;
  width: 30px;
  min-width: 30px;
  overflow: hidden;
}
.advanced-search-wrapper .advanced-search-control-left:before, .advanced-search-wrapper .advanced-search-control-right:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  display: block;
  height: 20px;
  width: 20px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  transition: opacity 350ms ease-in-out, border 350ms ease-in-out;
}
.advanced-search-wrapper .advanced-search-control-left:hover:before, .advanced-search-wrapper .advanced-search-control-left:active:before, .advanced-search-wrapper .advanced-search-control-right:hover:before, .advanced-search-wrapper .advanced-search-control-right:active:before {
  border-color: #856f4c;
}
.advanced-search-wrapper .advanced-search-control-right:before {
  transform: translate(-50%, -50%) rotate(135deg);
}
.advanced-search-wrapper .advanced-search-message {
  margin: 0 0 50px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .advanced-search-wrapper .advanced-search-message {
    margin-bottom: 30px;
  }
}

.secondary-page-layout .page-content h1, .secondary-page-layout .page-content h2 {
  text-align: left;
}
.secondary-page-layout .center-column {
  padding: 0 110px;
}
@media only screen and (max-width: 767px) {
  .secondary-page-layout .center-column {
    padding: 0 20px;
  }
}
.secondary-page-layout .description-text {
  max-width: 1120px;
  margin: 0;
  padding: 0 60px;
}
@media only screen and (max-width: 767px) {
  .secondary-page-layout .description-text {
    padding: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .secondary-page-layout .description-text h1, .secondary-page-layout .description-text h2 {
    text-align: center;
  }
}
.secondary-page-layout .go-back {
  text-decoration: none;
  font-size: 16px;
  line-height: 36px;
  font-weight: 400;
  padding: 0 0 0 13px;
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .secondary-page-layout .go-back {
    margin-bottom: 15px;
  }
}
.secondary-page-layout .go-back:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -2px;
  width: 9px;
  height: 9px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  transform: rotate(45deg) translateY(-50%);
  margin-top: 0;
  pointer-events: none;
  transition: border-color 350ms ease-in-out;
}
.secondary-page-layout .go-back:hover {
  color: #856f4c;
}
.secondary-page-layout .go-back:hover:after {
  border-bottom-color: #856f4c;
  border-left-color: #856f4c;
}

.left-right-blocks {
  margin-bottom: 154px;
}
@media only screen and (max-width: 767px) {
  .left-right-blocks {
    margin: 40px 0;
  }
}
.left-right-blocks:before {
  content: "";
  display: block;
  height: 1px;
  max-width: 1180px;
  background: #8e6d45;
  position: relative;
  margin: 0 auto;
}
.left-right-blocks .center-column {
  max-width: 1400px;
  padding: 0 80px;
}
@media only screen and (max-width: 1023px) {
  .left-right-blocks .center-column {
    padding: 0 18px;
  }
}
.left-right-blocks .header {
  margin: 41px 0 52px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .left-right-blocks .header {
    margin: 20px 0 0 0;
  }
}
.left-right-blocks .blocks .block {
  min-height: 565px;
  display: flex;
  margin-bottom: 140px;
}
@media only screen and (max-width: 1023px) {
  .left-right-blocks .blocks .block {
    min-height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .left-right-blocks .blocks .block {
    flex-flow: column;
    margin-bottom: 20px;
  }
}
.left-right-blocks .blocks .block:last-child {
  margin-bottom: 0;
}
.left-right-blocks .blocks .block .images {
  position: relative;
  width: calc(44% - 10px);
  background: #585858;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .left-right-blocks .blocks .block .images {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .left-right-blocks .blocks .block .images {
    width: calc(100% + 36px);
    margin-left: -18px;
  }
}
.left-right-blocks .blocks .block .images .slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
@media only screen and (max-width: 767px) {
  .left-right-blocks .blocks .block .images .slide {
    height: 0;
    padding-bottom: 64%;
  }
}
.left-right-blocks .blocks .block .content {
  position: relative;
  width: calc(56% + 10px);
  padding: 42px 35px 20px 38px;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .left-right-blocks .blocks .block .content {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .left-right-blocks .blocks .block .content {
    width: 100%;
    padding: 20px 0;
  }
}
.left-right-blocks .blocks .block .content .headings {
  position: relative;
  width: 100%;
}
.left-right-blocks .blocks .block .content p {
  margin-bottom: 18px;
}
.left-right-blocks .blocks .block .content .links {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 43px;
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .left-right-blocks .blocks .block .content .links {
    padding-top: 20px;
    margin-top: 0;
    justify-content: space-between;
  }
}
.left-right-blocks .blocks .block .content .links:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: -35px;
  height: 1px;
  background: #8e6d45;
}
@media only screen and (max-width: 767px) {
  .left-right-blocks .blocks .block .content .links:before {
    right: 0;
  }
}
.left-right-blocks .blocks .block:nth-child(even) .images {
  order: 1;
}
@media only screen and (max-width: 767px) {
  .left-right-blocks .blocks .block:nth-child(even) .images {
    order: 0;
  }
}
.left-right-blocks .blocks .block:nth-child(even) .content {
  order: 0;
  padding: 42px 75px 20px 0;
}
@media only screen and (max-width: 767px) {
  .left-right-blocks .blocks .block:nth-child(even) .content {
    padding: 20px 0;
    order: 1;
  }
}
.left-right-blocks .slideshow {
  overflow: hidden;
}
.left-right-blocks .slideshow, .left-right-blocks .slideshow-wrapper, .left-right-blocks .slide {
  height: 100%;
}
.left-right-blocks .swiper-pagination-bullets {
  position: absolute;
  right: 23px;
  bottom: 20px;
  height: 15px;
  justify-content: center;
  align-items: center;
  font-size: 0;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .left-right-blocks .swiper-pagination-bullets {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}

.accordions-acm {
  margin-bottom: 154px;
}
@media only screen and (max-width: 767px) {
  .accordions-acm {
    margin: 40px 0;
  }
}
.accordions-acm .center-column {
  max-width: 1400px;
  padding: 0 110px;
}
@media only screen and (max-width: 1023px) {
  .accordions-acm .center-column {
    padding: 0 18px;
  }
}
.accordions-acm .row {
  border-bottom: 1px solid #8e6d45;
}
.accordions-acm .row:first-child {
  border-top: 1px solid #8e6d45;
}
.accordions-acm .buttons-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-bottom: 28px;
}
.accordions-acm h3 {
  margin-bottom: 0;
}
.accordions-acm h3 button {
  font-family: "Spectral", "Times New Roman", serif;
  position: relative;
  display: block;
  width: 100%;
  padding: 31px 0 35px;
  font-size: 25px;
  line-height: 31px;
  font-weight: 400;
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .accordions-acm h3 button {
    font-size: 24px;
    padding: 16px 50px 16px 0;
  }
}
@media only screen and (max-width: 767px) {
  .accordions-acm h3 button {
    font-size: 18px;
    padding: 16px 30px 16px 0;
  }
}
.accordions-acm h3 button:before {
  content: "";
  position: absolute;
  right: 21px;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border: none;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  transform: rotate(-45deg) translateY(-50%);
  transition: transform 186ms, top 186ms;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .accordions-acm h3 button:before {
    right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .accordions-acm h3 button:before {
    right: 10px;
  }
}
.accordions-acm h3 button[aria-expanded=true]:before, .accordions-acm h3 button.active:before {
  transform: rotate(135deg);
}
.cyber-sale .accordions-acm h3 button {
  font-size: 17px;
}
.cyber-sale .accordions-acm h3 button:before {
  top: 17px;
}
.accordions-acm h3 .image-icon {
  width: 40px;
  height: 40px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.accordions-acm h3 .image-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  height: auto;
  transform: translate(-50%, -50%);
}
.accordions-acm h3 .title {
  display: inline-block;
  vertical-align: middle;
}
.accordions-acm .content {
  display: none;
  border-top: none;
  margin-top: -15px;
}
@media only screen and (max-width: 1023px) {
  .accordions-acm .content {
    margin-top: 0;
  }
}
.accordions-acm .columns {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .accordions-acm .columns {
    flex-wrap: wrap;
  }
}
.accordions-acm .columns .column {
  margin-left: 40px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .accordions-acm .columns .column {
    margin-left: 0;
  }
}
.accordions-acm .columns .column:first-child {
  margin-left: 0;
}
.accordions-acm .page-content {
  font-size: 17px;
  line-height: 38px;
}
@media only screen and (max-width: 767px) {
  .accordions-acm .page-content {
    font-size: 15px;
    line-height: 34px;
    text-align: left;
  }
}
.accordions-acm .page-content p {
  margin-bottom: 28px;
}
.accordions-acm .icons-list-wrapper {
  display: block;
  padding: 0 0 15px 15px;
}
@media only screen and (max-width: 767px) {
  .accordions-acm .icons-list-wrapper {
    padding: 0 0 15px 0;
  }
}
.accordions-acm .icons-list-wrapper .icon-wrapper {
  display: inline-block;
}
.accordions-acm .icons-list-wrapper .image-icon {
  width: 133px;
  height: 105px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.accordions-acm .icons-list-wrapper .image-icon img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .accordions-acm .icons-list-wrapper .image-icon {
    width: 20px;
    height: 20px;
  }
}
.accordions-acm .icons-list-wrapper .icon-link {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .accordions-acm .icons-list-wrapper .icon-link {
    font-size: 16px;
  }
}
.accordions-acm .icons-list-wrapper h4 {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .accordions-acm .icons-list-wrapper h4 {
    font-size: 16px;
  }
}

.accordions-acm.with-icons {
  overflow: hidden;
}
.accordions-acm.with-icons .center-column {
  max-width: 1264px;
}
@media only screen and (max-width: 767px) {
  .accordions-acm.with-icons .center-column {
    padding: 0 13px;
  }
}
.accordions-acm.with-icons .row {
  position: relative;
  border: 0;
}
.accordions-acm.with-icons h3 button {
  padding: 31px 0 35px;
  font-weight: 400;
  cursor: default;
}
@media only screen and (max-width: 767px) {
  .accordions-acm.with-icons h3 button {
    padding: 16px 30px 16px 0;
  }
}
.accordions-acm.with-icons h3 button.active:before {
  transform: rotate(135deg);
}
.accordions-acm.with-icons h3 button:before {
  display: none;
  transform: rotate(-45deg);
  margin-top: 0;
  top: 35px;
  right: 27px;
}
@media only screen and (max-width: 767px) {
  .accordions-acm.with-icons h3 button:before {
    top: 24px;
    right: 10px;
  }
}
.accordions-acm.with-icons h3 button.active:before {
  top: 42px;
}
@media only screen and (max-width: 767px) {
  .accordions-acm.with-icons h3 button.active:before {
    top: 30px;
  }
}
.accordions-acm.with-icons .content {
  display: block;
}
.accordions-acm.with-icons .columns {
  display: flex;
  flex-wrap: wrap;
  padding: 21px 0 82px 0;
}
@media only screen and (max-width: 767px) {
  .accordions-acm.with-icons .columns {
    padding: 0 0 30px 0;
  }
}
.accordions-acm.with-icons .columns .column {
  width: 33.3%;
  margin-left: 0;
  padding-left: 18px;
}
.accordions-acm.with-icons .columns .column:first-child {
  padding-right: 18px;
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  .accordions-acm.with-icons .columns .column:first-child {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .accordions-acm.with-icons .columns .column {
    width: 100%;
    padding: 0;
  }
}
.accordions-acm.with-icons .columns .column img {
  display: block;
  max-width: 124px;
  width: 100%;
  margin-bottom: 30px;
}
.accordions-acm.with-icons .columns .column .section-icon {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media only screen and (max-width: 1023px) {
  .accordions-acm.with-icons .columns .column .section-icon {
    display: none;
  }
}
.accordions-acm.with-icons .columns .column .section-icon img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.accordions-acm.with-icons .columns .column .section-icon.icon-cloud {
  left: -130px;
  top: 50%;
}
.accordions-acm.with-icons .columns .column .section-icon.icon-dune {
  left: auto;
  right: -100px;
  top: auto;
  bottom: 115px;
}
.accordions-acm.with-icons .columns .column .section-icon.icon-boat {
  left: auto;
  right: 0;
  top: 160px;
}
.accordions-acm.with-icons .columns .column h4 {
  font-family: "Spectral", "Times New Roman", serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 1px;
  margin-bottom: 12px;
}
.accordions-acm.with-icons .columns .column p {
  font-size: 17px;
  line-height: 38px;
  letter-spacing: 0.55px;
  font-weight: 300;
}

.big-video {
  margin-bottom: 185px;
}
.big-video:before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 26px;
  background-image: url("../images/pattern/pattern.png");
  background-position: 50% 0;
  background-repeat: repeat-x;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .big-video {
    margin: 40px 0 110px;
  }
}
.big-video .video {
  position: relative;
}
.big-video .video:before {
  content: "";
  display: block;
  padding-top: 56%;
}
@media only screen and (max-width: 767px) {
  .big-video .video:before {
    padding-top: 136%;
  }
}
.big-video .play-video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 2px solid #fff;
  width: 150px;
  height: 150px;
  font-size: 0;
  line-height: 0;
  transition: transform 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .big-video .play-video {
    width: 110px;
    height: 110px;
    border-width: 1px;
  }
}
.big-video .play-video:hover {
  transform: translate(-50%, -50%) scale(1.2);
}
.big-video .play-video:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  margin-left: 3px;
  border-top: 14px solid transparent;
  border-left: 28px solid #fff;
  border-bottom: 14px solid transparent;
  transform: translate(-50%, -50%);
}

.content-with-images {
  margin-bottom: 200px;
}
@media only screen and (max-width: 767px) {
  .content-with-images {
    margin: 40px 0 80px;
  }
}
.content-with-images.position-left .center-column .pattern {
  right: auto;
  left: 6px;
}
@media only screen and (max-width: 1023px) {
  .content-with-images.position-left .center-column .pattern {
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .content-with-images.position-left .center-column .pattern {
    left: 20px;
  }
}
.content-with-images .center-column {
  max-width: 1350px;
  padding: 0 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .content-with-images .center-column {
    padding: 0 18px;
  }
}
@media only screen and (max-width: 767px) {
  .content-with-images .center-column {
    padding: 0;
  }
}
.content-with-images .center-column .pattern {
  position: absolute;
  right: 6px;
  top: -24px;
  width: 220px;
  height: 220px;
  background-image: url("../images/pattern/pattern-square.svg");
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .content-with-images .center-column .pattern {
    width: 160px;
    height: 160px;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .content-with-images .center-column .pattern {
    width: 100px;
    height: 100px;
    right: 20px;
  }
}
.content-with-images .block {
  position: relative;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}
.content-with-images .block.reverse {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .content-with-images .block {
    display: block;
  }
}
.content-with-images .images {
  position: relative;
  width: calc(54% - 55px);
  min-height: 770px;
}
@media only screen and (max-width: 767px) {
  .content-with-images .images {
    width: 100%;
    min-height: auto;
    height: 238px;
    margin-bottom: 30px;
  }
}
.content-with-images .content {
  width: 46%;
  margin-top: 55px;
}
@media only screen and (max-width: 767px) {
  .content-with-images .content {
    width: 100%;
    margin-top: 0;
    padding: 0 18px;
  }
}
.content-with-images h3 {
  font-family: "Whitney", "Arial", sans-serif;
  font-size: 41px;
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .content-with-images h3 {
    font-size: 35px;
    letter-spacing: 0.5px;
  }
}
.content-with-images .content-wrapper {
  margin-bottom: 27px;
}
.content-with-images .information-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.content-with-images .information-link {
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 32px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}
.content-with-images .information-link:last-child {
  margin-bottom: 0;
}
.content-with-images .information-link.with-icon {
  padding-left: 48px;
  background-repeat: no-repeat;
  background-position-y: 50%;
}
.content-with-images .links {
  margin-top: 45px;
}
@media only screen and (max-width: 767px) {
  .content-with-images .links {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.content-with-images .links .button {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .content-with-images .links .button:not(.text-button) {
    align-self: stretch;
  }
}
.content-with-images .slideshow {
  overflow: hidden;
  background: #585858;
}
.content-with-images .slideshow, .content-with-images .slideshow-wrapper, .content-with-images .slide {
  height: 100%;
}
.content-with-images .slideshow-buttons {
  position: absolute;
  right: 31px;
  bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 60px;
}
@media only screen and (max-width: 767px) {
  .content-with-images .slideshow-buttons {
    display: none;
  }
}
.content-with-images .slideshow-button {
  position: static;
  margin: 0;
  width: 20px;
  height: 20px;
}
.content-with-images .swiper-pagination-bullets {
  display: none;
  position: absolute;
  right: 23px;
  bottom: 20px;
  height: 15px;
  justify-content: center;
  align-items: center;
  font-size: 0;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .content-with-images .swiper-pagination-bullets {
    display: block;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}

.dining-content-with-images {
  margin: 72px 0 200px;
}
@media only screen and (max-width: 767px) {
  .dining-content-with-images {
    margin: 40px 0;
  }
}
.dining-content-with-images .center-column {
  max-width: 1250px;
  padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .dining-content-with-images .center-column {
    padding: 0 20px;
  }
}
.dining-content-with-images .block {
  position: relative;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .dining-content-with-images .block {
    display: block;
  }
}
.dining-content-with-images .images {
  position: relative;
  width: calc(50% - 7px);
  margin: 0 22px 0 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .dining-content-with-images .images {
    width: 50%;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .dining-content-with-images .images {
    width: 100%;
    height: 238px;
    margin: 50px 0 30px;
  }
}
.dining-content-with-images .content {
  width: calc(50% - 65px);
  padding: 0 22px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .dining-content-with-images .content {
    width: 50%;
    padding: 0 20px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .dining-content-with-images .content {
    width: 100%;
    padding: 0 18px;
  }
}
.dining-content-with-images .content p {
  margin-bottom: 37px;
}
.dining-content-with-images .content h2 {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .dining-content-with-images .content h2 {
    text-align: center;
  }
}
.dining-content-with-images h2 {
  font-family: "Spectral", "Times New Roman", serif;
  font-size: 24px;
  line-height: 41px;
  margin-bottom: 3px;
}
.dining-content-with-images h3 {
  font-family: "Spectral", "Times New Roman", serif;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
}
.dining-content-with-images .content-wrapper:after {
  content: "";
  display: block;
  position: relative;
  height: 1px;
  width: calc(100% + 44px);
  background: rgba(142, 109, 69, 0.5);
  margin-left: -22px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .dining-content-with-images .content-wrapper:after {
    width: 100%;
    margin-left: 0;
  }
}
.dining-content-with-images .additional-content {
  margin-top: 38px;
  letter-spacing: 0;
  margin-bottom: 0;
}
.dining-content-with-images .additional-content h2 {
  font-family: "Spectral", "Times New Roman", serif;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 12px;
}
.dining-content-with-images .additional-content h3 {
  font-family: "Whitney", "Arial", sans-serif;
  font-size: 15px;
  line-height: 17px;
  font-weight: 500;
  letter-spacing: 0;
}
.dining-content-with-images .additional-content h3 + p {
  margin-bottom: 17px;
}
.dining-content-with-images .information-links {
  margin-top: 40px;
  padding-left: 23px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
  width: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .dining-content-with-images .information-links {
    margin: 40px 0 0 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .dining-content-with-images .information-links {
    margin: 0;
    width: 100%;
  }
}
.dining-content-with-images .information-link {
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 32px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}
.dining-content-with-images .information-link:hover {
  color: #856f4c;
}
.dining-content-with-images .information-link:last-child {
  margin-bottom: 0;
}
.dining-content-with-images .information-link.with-icon {
  padding-left: 48px;
  background-repeat: no-repeat;
  background-position-y: 50%;
}
.dining-content-with-images .awards-icons {
  width: 50%;
  font-size: 0;
  margin: 46px 0 0 0;
  text-align: left;
  padding: 0 40px 0 0;
}
@media only screen and (min-width: 1440px) {
  .dining-content-with-images .awards-icons {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .dining-content-with-images .awards-icons {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .dining-content-with-images .awards-icons {
    width: 100%;
    text-align: center;
    padding: 0;
  }
}
.dining-content-with-images .awards-icons h4 {
  font-family: "Spectral", "Times New Roman", serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
}
.dining-content-with-images .awards-icons .icons-wrapper {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .dining-content-with-images .awards-icons .icons-wrapper {
    padding: 0 30px;
  }
}
.dining-content-with-images .awards-icons .icon {
  display: inline-block;
  vertical-align: top;
  width: 140px;
  height: 110px;
  margin: 0 0 30px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .dining-content-with-images .awards-icons .icon {
    width: auto;
    height: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .dining-content-with-images .awards-icons .icon {
    width: 25%;
    height: auto;
  }
}
.dining-content-with-images .awards-icons img {
  display: block;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .dining-content-with-images .awards-icons img {
    width: 100%;
  }
}
.dining-content-with-images .bottom-content {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .dining-content-with-images .bottom-content {
    display: block;
  }
}
.dining-content-with-images .slideshow {
  overflow: hidden;
  background: #585858;
}
.dining-content-with-images .slideshow, .dining-content-with-images .slideshow-wrapper, .dining-content-with-images .slide {
  height: 100%;
}
.dining-content-with-images .swiper-pagination-bullets {
  position: absolute;
  right: 23px;
  bottom: 20px;
  height: 15px;
  justify-content: center;
  align-items: center;
  font-size: 0;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .dining-content-with-images .swiper-pagination-bullets {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}

.slider-arrows-left-right {
  position: relative;
  margin-bottom: 154px;
}
@media only screen and (max-width: 767px) {
  .slider-arrows-left-right {
    margin: 40px 0 110px;
  }
}
.slider-arrows-left-right.slider-arrows-right .center-column.page-content {
  min-height: 120px;
}
@media only screen and (max-width: 1023px) {
  .slider-arrows-left-right.slider-arrows-right .center-column.page-content {
    min-height: 89px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-arrows-left-right.slider-arrows-right .center-column.page-content {
    min-height: 58px;
  }
}
.slider-arrows-left-right.slider-arrows-right .pattern-wrapper {
  position: relative;
  z-index: 3;
}
.slider-arrows-left-right.slider-arrows-right .pattern {
  position: absolute;
  right: 90px;
  top: -120px;
  width: 240px;
  height: 240px;
  background-image: url("../images/pattern/pattern-square.svg");
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1023px) {
  .slider-arrows-left-right.slider-arrows-right .pattern {
    top: -89px;
    width: 178px;
    height: 178px;
    right: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-arrows-left-right.slider-arrows-right .pattern {
    top: -58px;
    width: 116px;
    height: 116px;
    right: 20px;
  }
}
.slider-arrows-left-right .section-icon {
  position: absolute;
  top: -90px;
  left: -65px;
  width: 230px;
  z-index: 1;
}
.slider-arrows-left-right .section-icon.icon-auger-shell {
  width: 286px;
  top: -30px;
  left: -65px;
}
.slider-arrows-left-right .section-icon.icon-blue-coral {
  top: -80px;
  left: -15px;
  width: 160px;
}
.slider-arrows-left-right .section-icon.icon-blue-nautilus {
  top: -40px;
  left: 30px;
  width: 176px;
}
.slider-arrows-left-right .section-icon.icon-conch {
  width: 215px;
  top: -40px;
  left: -20px;
}
.slider-arrows-left-right .section-icon.icon-conch-shell {
  top: -60px;
  left: -20px;
  width: 260px;
}
.slider-arrows-left-right .section-icon.icon-multi-color-leaf {
  top: -70px;
  left: -20px;
  width: 237px;
}
@media only screen and (max-width: 1023px) {
  .slider-arrows-left-right .section-icon.icon-multi-color-leaf {
    width: 200px;
  }
}
.slider-arrows-left-right .section-icon.icon-orange-coral {
  top: -80px;
  left: -10px;
  width: 160px;
}
.slider-arrows-left-right .section-icon.icon-orange-leaf {
  width: 197px;
  top: -70px;
  left: -10px;
}
.slider-arrows-left-right .section-icon.icon-plant {
  top: -100px;
  left: -75px;
  width: 340px;
}
.slider-arrows-left-right .section-icon.icon-sea-weed {
  top: -80px;
  left: -10px;
  width: 145px;
}
.slider-arrows-left-right .section-icon.icon-shell {
  width: 270px;
  top: -65px;
  left: -35px;
}
.slider-arrows-left-right .section-icon.icon-star {
  width: 272px;
}
@media only screen and (max-width: 1023px) {
  .slider-arrows-left-right .section-icon.icon-star {
    width: 260px;
  }
}
.slider-arrows-left-right .section-icon.icon-three-bubbles {
  top: -40px;
  left: -10px;
  width: 138px;
}
@media only screen and (max-width: 1023px) {
  .slider-arrows-left-right .section-icon.icon-three-bubbles {
    width: 120px;
  }
}
.slider-arrows-left-right .section-icon img {
  display: block;
  width: 100%;
  height: auto;
}
.slider-arrows-left-right .center-column {
  max-width: 1400px;
  padding: 0 130px;
  text-align: left;
  margin-bottom: 10px;
  z-index: 4;
}
@media only screen and (max-width: 1023px) {
  .slider-arrows-left-right .center-column {
    padding: 0 18px;
    line-height: 28px;
    margin-bottom: 0;
  }
}
.slider-arrows-left-right .center-column .h1-like {
  text-align: left;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .slider-arrows-left-right .center-column .h1-like {
    margin-bottom: 10px;
  }
}
.slider-arrows-left-right .center-column .h1-like + p {
  margin-top: -4px;
}
@media only screen and (max-width: 767px) {
  .slider-arrows-left-right .center-column .h1-like + p {
    margin-top: 0;
  }
}
.slider-arrows-left-right .slideshow-container {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.slider-arrows-left-right .slideshow {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 116px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .slider-arrows-left-right .slideshow {
    padding: 0 18px;
  }
}
.slider-arrows-left-right .slideshow:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: calc(-100% + 116px);
  top: 0;
  background: #f8f5ec;
  z-index: 99;
}
@media only screen and (max-width: 1023px) {
  .slider-arrows-left-right .slideshow:before {
    display: none;
  }
}
.slider-arrows-left-right .slide img {
  display: block;
  width: 100%;
  position: relative;
}
.slider-arrows-left-right .slide .short-descr {
  padding: 18px 17px;
  opacity: 0;
  transition: opacity 350ms ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .slider-arrows-left-right .slide .short-descr {
    transition: none;
  }
}
@media only screen and (max-width: 767px) {
  .slider-arrows-left-right .slide .short-descr {
    padding: 17px 20px;
    opacity: 1;
  }
}
.slider-arrows-left-right .slide h3 {
  font-family: "Spectral", "Times New Roman", serif;
  font-size: 24px;
  line-height: 39px;
  letter-spacing: 0.53px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .slider-arrows-left-right .slide h3 {
    font-size: 22px;
    margin-bottom: 0;
    line-height: 26px;
  }
}
.slider-arrows-left-right .slide p {
  margin-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  .slider-arrows-left-right .slide p {
    display: none;
  }
}
.slider-arrows-left-right .slide .text-button {
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  .slider-arrows-left-right .slide .text-button {
    font-size: 14px;
    line-height: 35px;
    letter-spacing: 0.7px;
    padding-right: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-arrows-left-right .slide .text-button:after {
    width: 7px;
    height: 7px;
    margin-top: -8px;
  }
}
.slider-arrows-left-right .slide.swiper-slide-active .short-descr, .slider-arrows-left-right .slide.swiper-slide-next .short-descr {
  opacity: 1;
}
.slider-arrows-left-right .arrows-container {
  position: absolute;
  bottom: 15%;
  right: 37px;
  width: 80px;
  height: 60px;
}
@media only screen and (max-width: 1023px) {
  .slider-arrows-left-right .arrows-container {
    display: none;
  }
}
.slider-arrows-left-right .arrows-container .slideshow-button {
  border-color: #000;
  width: 22px;
  height: 22px;
  margin-top: -11px;
}
.slider-arrows-left-right .arrows-container .slideshow-button.previous {
  left: 11px;
}
.slider-arrows-left-right .arrows-container .slideshow-button.next {
  right: 11px;
}
.slider-arrows-left-right .arrows-container .slideshow-button:hover {
  border-color: #856f4c;
}
.slider-arrows-left-right.slider-arrows-left .center-column {
  margin-bottom: 24px;
}
@media only screen and (max-width: 1023px) {
  .slider-arrows-left-right.slider-arrows-left .center-column {
    margin-bottom: 0;
  }
}
.slider-arrows-left-right.slider-arrows-left .center-column .h1-like {
  margin-bottom: 6px;
}
@media only screen and (max-width: 767px) {
  .slider-arrows-left-right.slider-arrows-left .center-column .h1-like {
    margin-bottom: 10px;
  }
}
.slider-arrows-left-right.slider-arrows-left .center-column .h1-like + p {
  margin-top: 0;
}
.slider-arrows-left-right.slider-arrows-left .page-content .text-button {
  padding-left: 14px;
}
.slider-arrows-left-right.slider-arrows-left .slideshow:before {
  left: auto;
  right: calc(-100% + 166px);
}
.slider-arrows-left-right.slider-arrows-left .arrows-container {
  right: auto;
  left: 20px;
}
@media only screen and (min-width: 1440px) {
  .slider-arrows-left-right.slider-arrows-left .arrows-container {
    left: -40px;
  }
}
.slider-arrows-left-right.slider-arrows-left .short-descr .text-button + .text-button {
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  .slider-arrows-left-right.slider-arrows-left .short-descr .text-button + .text-button {
    margin-left: 0;
  }
}

.icons-plus-text {
  margin: 30px 0 116px;
}
.single-room .icons-plus-text {
  margin: 30px 0 0;
}
@media only screen and (max-width: 767px) {
  .icons-plus-text {
    margin: 40px 0;
  }
}
.icons-plus-text .center-column {
  max-width: 1400px;
  padding: 0 65px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .icons-plus-text .center-column {
    padding: 0 13px;
  }
}
@media only screen and (max-width: 767px) {
  .icons-plus-text .center-column {
    padding: 0 18px;
  }
}
.icons-plus-text .center-column .description {
  font-family: "Spectral", "Times New Roman", serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 46px;
  letter-spacing: 1px;
  text-align: center;
  padding: 0 140px;
  margin-bottom: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .icons-plus-text .center-column .description {
    padding: 0 40px;
    font-size: 20px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .icons-plus-text .center-column .description {
    font-size: 16px;
    line-height: 22px;
    padding: 0;
    margin-bottom: 20px;
  }
}
.icons-plus-text .center-column .blocks-wrapper {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  flex-flow: wrap;
}
@media only screen and (max-width: 767px) {
  .icons-plus-text .center-column .blocks-wrapper {
    width: calc(100% + 18px);
    margin-left: -9px;
    flex-flow: wrap;
  }
}
.icons-plus-text .center-column .blocks-wrapper .block {
  position: relative;
  min-width: 20%;
  max-width: 25%;
  margin: 0 14px 28px;
  text-align: center;
  border: 1px solid #8e6d45;
  padding: 33px 30px 26px;
  transition: background-color 350ms ease-in-out;
}
.icons-plus-text .center-column .blocks-wrapper .block.block-link:hover {
  background-color: #fff;
}
@media only screen and (max-width: 1023px) {
  .icons-plus-text .center-column .blocks-wrapper .block {
    min-width: auto;
    max-width: initial;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .icons-plus-text .center-column .blocks-wrapper .block {
    padding: 33px 10px 26px;
    margin: 0 5px 10px;
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  .icons-plus-text .center-column .blocks-wrapper .block {
    width: calc(50% - 18px);
    padding: 20px;
    margin: 9px;
  }
}
@media only screen and (max-width: 449px) {
  .icons-plus-text .center-column .blocks-wrapper .block {
    width: 100%;
  }
}
.icons-plus-text .center-column .blocks-wrapper .block .thumbnail {
  width: 102px;
  height: 102px;
  position: relative;
  display: inline-block;
}
.single-room .icons-plus-text .center-column .blocks-wrapper .block .thumbnail {
  float: none;
  margin: 0;
}
.icons-plus-text .center-column .blocks-wrapper .block .thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: auto;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .icons-plus-text .center-column .blocks-wrapper .block .thumbnail {
    width: 50px;
    height: 50px;
  }
}
.icons-plus-text .center-column .blocks-wrapper .block h4 {
  font-family: "Whitney", "Arial", sans-serif;
  font-size: 1rem;
  line-height: 25px;
  letter-spacing: 0.51px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .icons-plus-text .center-column .blocks-wrapper .block h4 {
    line-height: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .icons-plus-text .center-column .blocks-wrapper .block h4 {
    line-height: 20px;
    margin-bottom: 0;
  }
}
.single-room .icons-plus-text .center-column .blocks-wrapper .block h4 {
  font-weight: normal;
}
.icons-plus-text .center-column .blocks-wrapper .block .block-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.accommodations-acm {
  margin-bottom: 154px;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .accommodations-acm {
    margin: 40px 0 60px;
  }
}
.accommodations-acm .section-icon {
  position: absolute;
  top: -140px;
  left: -75px;
  width: 347px;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .accommodations-acm .section-icon {
    left: auto;
    right: 0;
    top: -100px;
    width: 300px;
  }
}
@media screen and (max-width: 400px) {
  .accommodations-acm .section-icon {
    top: -80px;
    width: 80%;
  }
}
.accommodations-acm .section-icon img {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1023px) {
  .accommodations-acm .section-icon img {
    transform: scaleX(-1);
  }
}
.accommodations-acm .center-column {
  display: flex;
  flex-flow: row;
  max-width: 1400px;
  padding: 0 160px 0 130px;
  text-align: left;
  margin-bottom: 24px;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .accommodations-acm .center-column {
    padding: 0 18px;
    line-height: 28px;
    margin-bottom: 0;
    display: block;
    flex-flow: unset;
    text-align: left;
  }
}
.accommodations-acm .center-column .h1-like {
  font-size: 41px;
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: 1px;
  text-align: right;
  margin-bottom: 6px;
  padding-right: 40px;
}
@media only screen and (min-width: 1024px) {
  .accommodations-acm .center-column .h1-like {
    white-space: nowrap;
  }
}
@media only screen and (max-width: 1023px) {
  .accommodations-acm .center-column .h1-like {
    padding-right: 0;
    text-align: left;
  }
}
@media only screen and (max-width: 1023px) {
  .accommodations-acm .center-column .h1-like {
    font-size: 35px;
    letter-spacing: 0.5px;
  }
}
@media only screen and (max-width: 767px) {
  .accommodations-acm .center-column .h1-like {
    margin-bottom: 10px;
  }
}
.accommodations-acm .center-column .h1-like + p {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .accommodations-acm .center-column .h1-like + p {
    margin-top: 0;
  }
}
.accommodations-acm .slideshow-container {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.accommodations-acm .rooms-acm-slideshow {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 116px;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .accommodations-acm .rooms-acm-slideshow {
    padding: 0 18px;
  }
}
.accommodations-acm .rooms-acm-slideshow:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: auto;
  right: calc(-100% + 166px);
  top: 0;
  background: #f8f5ec;
  z-index: 99;
}
@media only screen and (max-width: 1023px) {
  .accommodations-acm .rooms-acm-slideshow:before {
    display: none;
  }
}
.accommodations-acm .room-slide .image-wrapper {
  position: relative;
}
.accommodations-acm .room-slide .image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}
.accommodations-acm .room-slide .image-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: background-color 350ms ease-in-out;
  background-color: rgba(0, 0, 0, 0);
}
.accommodations-acm .room-slide .image-wrapper:hover:after {
  background-color: rgba(0, 0, 0, 0.5);
}
.accommodations-acm .room-slide .image-wrapper:hover .slideshow-popup-trigger {
  opacity: 1;
  visibility: visible;
}
.accommodations-acm .room-slide .slideshow-popup-trigger {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 6px;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  transition: all 350ms ease-in-out;
}
.accommodations-acm .room-slide .slideshow-popup-trigger .mglass {
  position: relative;
  display: inline-block;
  box-sizing: content-box;
  width: 54px;
  height: 54px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.accommodations-acm .room-slide .slideshow-popup-trigger .mglass:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 4px;
  position: absolute;
  right: -6px;
  bottom: -2px;
  border-width: 0;
  background: #fff;
  transform: rotate(45deg);
}
.accommodations-acm .room-slide .slideshow-popup-trigger .mglass .cross {
  background: #fff;
  width: 26px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  transform: translate(-50%, -50%);
}
.accommodations-acm .room-slide .slideshow-popup-trigger .mglass .cross:after {
  content: "";
  background: #fff;
  width: 1px;
  height: 26px;
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.accommodations-acm .room-slide .slideshow-popup-trigger .mglass-name {
  font-size: 0;
  text-indent: -9999px;
}
.accommodations-acm .room-slide .short-descr {
  padding: 18px 17px;
  opacity: 0;
  transition: opacity 350ms ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .accommodations-acm .room-slide .short-descr {
    transition: none;
  }
}
@media only screen and (max-width: 767px) {
  .accommodations-acm .room-slide .short-descr {
    padding: 17px 20px;
    opacity: 1;
  }
}
.accommodations-acm .room-slide .short-descr .text-button + .text-button {
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  .accommodations-acm .room-slide .short-descr .text-button + .text-button {
    margin-left: 0;
  }
}
.accommodations-acm .room-slide h3 {
  font-family: "Spectral", "Times New Roman", serif;
  font-size: 24px;
  line-height: 39px;
  letter-spacing: 0.53px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .accommodations-acm .room-slide h3 {
    font-size: 22px;
    margin-bottom: 0;
    line-height: 26px;
  }
}
.accommodations-acm .room-slide p {
  margin-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  .accommodations-acm .room-slide p {
    display: none;
  }
}
.accommodations-acm .room-slide .text-button {
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  .accommodations-acm .room-slide .text-button {
    font-size: 14px;
    line-height: 35px;
    letter-spacing: 0.7px;
    padding-right: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .accommodations-acm .room-slide .text-button:after {
    width: 7px;
    height: 7px;
    margin-top: -8px;
  }
}
.accommodations-acm .room-slide.swiper-slide-active .short-descr, .accommodations-acm .room-slide.swiper-slide-next .short-descr {
  opacity: 1;
}
.accommodations-acm .arrows-container {
  position: absolute;
  bottom: 15%;
  right: auto;
  left: 20px;
  width: 80px;
  height: 60px;
}
@media only screen and (min-width: 1440px) {
  .accommodations-acm .arrows-container {
    left: -40px;
  }
}
@media only screen and (max-width: 1023px) {
  .accommodations-acm .arrows-container {
    display: none;
  }
}
.accommodations-acm .arrows-container .slideshow-button {
  border-color: #000;
  width: 22px;
  height: 22px;
  margin-top: -11px;
}
.accommodations-acm .arrows-container .slideshow-button.previous {
  left: 11px;
}
.accommodations-acm .arrows-container .slideshow-button.next {
  right: 11px;
}
.accommodations-acm .arrows-container .slideshow-button:hover {
  border-color: #856f4c;
}

.rooms-popup-container {
  position: fixed;
  z-index: 999;
  left: -9999px;
  top: -9999px;
  display: block;
  flex-direction: unset;
  align-items: unset;
  justify-content: normal;
  width: 100%;
  height: 100%;
  padding: 80px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: visibility 350ms ease-in-out, opacity 350ms ease-in-out, top 0ms 350ms ease-in-out, left 0ms 350ms ease-in-out;
  background-color: rgba(0, 0, 0, 0.8);
  color: #000;
}
@media only screen and (max-width: 1023px) {
  .rooms-popup-container {
    display: flex;
    overflow: hidden;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .rooms-popup-container {
    padding: 45px 30px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-popup-container {
    padding: 45px 10px 10px;
  }
}
.rooms-popup-container.visible {
  left: 0;
  top: 0;
  opacity: 1;
  visibility: visible;
  transition: visibility 0ms, opacity 350ms ease-in-out, top 0ms, left 0ms;
}
.rooms-popup-container.visible .rooms-acm-slideshow-popup {
  display: block;
}
.rooms-popup-container .close-popup {
  display: block;
  position: absolute;
  z-index: 1;
  top: 40px;
  right: 40px;
  height: 25px;
  width: 25px;
  overflow: hidden;
  transition: opacity 350ms ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .rooms-popup-container .close-popup {
    top: 10px;
    right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-popup-container .close-popup {
    right: 10px;
  }
}
.rooms-popup-container .close-popup:before, .rooms-popup-container .close-popup:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  height: 133%;
  width: 2px;
  background-color: #fff;
  transition: background-color 350ms ease-in-out;
}
.rooms-popup-container .close-popup:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.rooms-popup-container .close-popup:hover {
  opacity: 0.8;
}
.rooms-popup-container .rooms-acm-slideshow-popup {
  position: relative;
  width: 100%;
  max-width: 1235px;
  height: 100%;
  min-height: 700px;
  max-height: 700px;
  margin: 0 auto;
  background: #fff;
  padding: 15px;
}
@media only screen and (max-width: 1023px) {
  .rooms-popup-container .rooms-acm-slideshow-popup {
    min-height: auto;
  }
}
.rooms-popup-container .rooms-acm-slideshow-popup .slideshow-popup {
  overflow: hidden;
  height: 100%;
}
.rooms-popup-container .rooms-acm-slideshow-popup .room-popup-slide {
  width: 60%;
  height: 100%;
  box-sizing: border-box;
}
.rooms-popup-container .rooms-acm-slideshow-popup .room-popup-slide .room-content-trigger {
  font: 500 28px/1.2 "Spectral", "Times New Roman", serif;
  letter-spacing: 0.5px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  color: #000;
  padding: 10px 30px 0 20px;
  min-width: 420px;
  text-align: left;
  z-index: 2;
  transition: all 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .rooms-popup-container .rooms-acm-slideshow-popup .room-popup-slide .room-content-trigger {
    min-width: 100%;
    font-size: 24px;
  }
}
.rooms-popup-container .rooms-acm-slideshow-popup .room-popup-slide .room-content-trigger svg {
  position: absolute;
  right: 10px;
}
.rooms-popup-container .rooms-acm-slideshow-popup .room-popup-slide .room-content-trigger:hover svg {
  fill: #856f4c;
}
.rooms-popup-container .rooms-acm-slideshow-popup .room-popup-slide .inner-wrapper {
  background-color: #fff;
  position: absolute;
  width: 60%;
  height: 100%;
  padding: 30px;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  transition: all 350ms ease-in-out;
}
.rooms-popup-container .rooms-acm-slideshow-popup .room-popup-slide .inner-wrapper.show {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 767px) {
  .rooms-popup-container .rooms-acm-slideshow-popup .room-popup-slide .inner-wrapper {
    width: 100%;
    padding: 0;
  }
}
.rooms-popup-container .rooms-acm-slideshow-popup .room-popup-slide .inner-wrapper .headings {
  position: relative;
  cursor: pointer;
  transition: all 350ms ease-in-out;
}
.rooms-popup-container .rooms-acm-slideshow-popup .room-popup-slide .inner-wrapper .headings svg {
  position: absolute;
  top: -10px;
  right: 10px;
  transform: rotate(175deg);
}
@media only screen and (max-width: 767px) {
  .rooms-popup-container .rooms-acm-slideshow-popup .room-popup-slide .inner-wrapper .headings svg {
    top: 0;
  }
}
.rooms-popup-container .rooms-acm-slideshow-popup .room-popup-slide .inner-wrapper .headings:hover svg {
  fill: #856f4c;
}
.rooms-popup-container .rooms-acm-slideshow-popup .room-popup-slide .inner-wrapper .inner-content {
  max-height: 450px;
  overflow: auto;
  padding-right: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .rooms-popup-container .rooms-acm-slideshow-popup .room-popup-slide .inner-wrapper .inner-content {
    max-height: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-popup-container .rooms-acm-slideshow-popup .room-popup-slide .inner-wrapper .inner-content {
    max-height: 70%;
    padding-right: 0;
  }
}
.rooms-popup-container .rooms-acm-slideshow-popup .room-popup-slide .inner-wrapper .inner-content h3 {
  font-size: 28px;
  line-height: 1.2;
}
.rooms-popup-container .rooms-acm-slideshow-popup .room-popup-slide .inner-wrapper .inner-content h4 {
  font-weight: 500;
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: 0.5px;
}
.rooms-popup-container .rooms-acm-slideshow-popup .room-popup-slide .inner-wrapper .inner-content p {
  margin-bottom: 0;
}
.rooms-popup-container .rooms-acm-slideshow-popup .room-popup-slide .inner-wrapper .featured-amenities {
  margin-top: 20px;
}
.rooms-popup-container .rooms-acm-slideshow-popup .room-popup-slide .inner-wrapper .featured-amenities .amenities-list {
  -moz-column-count: 2;
       column-count: 2;
}
.rooms-popup-container .rooms-acm-slideshow-popup .room-popup-slide .inner-wrapper .featured-amenities .amenities-list li {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}
.rooms-popup-container .rooms-acm-slideshow-popup .room-popup-slide .inner-wrapper .room-popup-nav {
  position: absolute;
  bottom: 20px;
  right: 50px;
}
.rooms-popup-container .rooms-acm-slideshow-popup .room-popup-slide .inner-wrapper .room-popup-nav .text-button {
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .rooms-popup-container .rooms-acm-slideshow-popup .room-popup-slide .inner-wrapper .room-popup-nav {
    right: 0;
    text-align: center;
    width: 100%;
  }
  .rooms-popup-container .rooms-acm-slideshow-popup .room-popup-slide .inner-wrapper .room-popup-nav .text-button {
    margin-right: 0;
  }
}
.rooms-popup-container .rooms-acm-slideshow-popup .slideshow-navigation {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -38px;
  width: 100%;
  transform: translateY(-50%);
  z-index: 10;
}
.rooms-popup-container .rooms-acm-slideshow-popup .slideshow-button {
  margin-top: 0;
  border: 0;
  width: 50px;
  height: 77px;
  right: auto;
  top: auto;
  background-color: #fff;
  transform: none;
}
.rooms-popup-container .rooms-acm-slideshow-popup .slideshow-button span.nav-arrow {
  position: absolute;
  top: 27px;
  border: 2px solid #000;
  border-bottom: 0;
  border-left: 0;
  width: 22px;
  height: 22px;
  transform: rotate(45deg);
}
.rooms-popup-container .rooms-acm-slideshow-popup .slideshow-button span.nav-arrow:hover {
  border: 2px solid #856f4c;
  border-bottom: 0;
  border-left: 0;
}
.rooms-popup-container .rooms-acm-slideshow-popup .slideshow-button.previous {
  left: 0;
}
.rooms-popup-container .rooms-acm-slideshow-popup .slideshow-button.previous span.nav-arrow {
  transform: rotate(-135deg);
  left: 18px;
}
.visible-popup-room-content .rooms-popup-container .rooms-acm-slideshow-popup .slideshow-button.previous {
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 767px) {
  .visible-popup-room-content .rooms-popup-container .rooms-acm-slideshow-popup .slideshow-button.next {
    opacity: 0;
    visibility: hidden;
  }
}
.rooms-popup-container .rooms-acm-slideshow-popup .slideshow-button.next {
  right: 0;
}
.rooms-popup-container .rooms-acm-slideshow-popup .slideshow-button.next span.nav-arrow {
  right: 18px;
}
.rooms-popup-container .rooms-acm-slideshow-popup .rooms-gallery-slideshow {
  background-color: #585858;
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.rooms-popup-container .rooms-acm-slideshow-popup .rooms-gallery-slideshow .slideshow-gallery {
  height: 100%;
}
.rooms-popup-container .rooms-acm-slideshow-popup .rooms-gallery-slideshow .gallery-image {
  height: 100%;
}
.rooms-popup-container .rooms-acm-slideshow-popup .rooms-gallery-slideshow .gallery-image .thumbnail {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  text-indent: -9999px;
}
.rooms-popup-container .rooms-acm-slideshow-popup .rooms-gallery-slideshow .swiper-pagination {
  position: absolute;
  left: auto;
  right: 30px;
  bottom: 25px;
  width: auto;
  font-size: 0;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .rooms-popup-container .rooms-acm-slideshow-popup .rooms-gallery-slideshow .swiper-pagination {
    bottom: auto;
    top: 20px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}
.rooms-popup-container .rooms-acm-slideshow-popup .rooms-gallery-slideshow .swiper-pagination .swiper-pagination-bullet {
  display: block;
  float: left;
  position: relative;
  border: 1px solid #fff;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  font-size: 0;
  z-index: 1;
  background: none;
  transition: background 350ms ease-in-out;
  cursor: pointer;
  margin-left: 13px;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .rooms-popup-container .rooms-acm-slideshow-popup .rooms-gallery-slideshow .swiper-pagination .swiper-pagination-bullet {
    margin-left: 7px;
  }
  .rooms-popup-container .rooms-acm-slideshow-popup .rooms-gallery-slideshow .swiper-pagination .swiper-pagination-bullet:first-child {
    margin-left: 0;
  }
}
.rooms-popup-container .rooms-acm-slideshow-popup .rooms-gallery-slideshow .swiper-pagination .swiper-pagination-bullet:hover, .rooms-popup-container .rooms-acm-slideshow-popup .rooms-gallery-slideshow .swiper-pagination .swiper-pagination-bullet.active {
  background-color: #fff;
}

.adventures-and-activities {
  position: relative;
  margin-bottom: 200px;
}
@media only screen and (max-width: 767px) {
  .adventures-and-activities {
    margin: 40px 0;
  }
}
.adventures-and-activities .subtitle-like {
  line-height: 46px;
  margin-bottom: 0;
}
.adventures-and-activities .h1-like {
  margin-bottom: 45px;
  text-align: center;
}
.adventures-and-activities .content-block {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 500px;
  overflow: hidden;
}
.adventures-and-activities .content-block.right-block {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .adventures-and-activities .content-block {
    flex-direction: column;
    min-height: auto;
  }
  .adventures-and-activities .content-block.right-block {
    flex-direction: column;
  }
}
.adventures-and-activities .image, .adventures-and-activities .content-wrapper {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .adventures-and-activities .image, .adventures-and-activities .content-wrapper {
    width: 100%;
  }
}
.adventures-and-activities .image {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .adventures-and-activities .image {
    height: 250px;
  }
}
.adventures-and-activities .content-wrapper {
  padding: 35px 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .adventures-and-activities .content-wrapper {
    padding: 25px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .adventures-and-activities .content-wrapper {
    padding: 20px 25px;
  }
}
.adventures-and-activities .overhead {
  position: relative;
  display: block;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 36px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}
.adventures-and-activities .overhead:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 1px;
  width: 82px;
  background-color: #8e6d45;
  transform: translateX(-50%);
}
.adventures-and-activities h4 {
  font-family: "Spectral", "Times New Roman", serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 10px;
  max-width: calc(100% - 25px);
}
.adventures-and-activities .main-content {
  text-align: center;
}
.adventures-and-activities .links {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.adventures-and-activities .text-button {
  margin-bottom: 10px;
}
.adventures-and-activities .button:not(.text-button) {
  min-width: 290px;
}
@media only screen and (max-width: 767px) {
  .adventures-and-activities .button:not(.text-button) {
    min-width: auto;
  }
}

.two-columns-content {
  margin-top: 30px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 1023px) {
  .two-columns-content {
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
}
.two-columns-content .content {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
@media only screen and (max-width: 1023px) {
  .two-columns-content .content {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.two-columns-content .hidden-content {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .two-columns-content .hidden-content {
    margin-top: 20px;
  }
}
.two-columns-content .button {
  display: block;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .two-columns-content .button {
    margin: 0 auto;
  }
}
.two-columns-content .button:after {
  transition: all 350ms ease-in-out;
}
.two-columns-content .button.open:after {
  transform: rotate(135deg) translateY(-50%);
}

.socials-block {
  margin-bottom: 125px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .socials-block {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .socials-block {
    margin: 50px 0 120px;
  }
}
.socials-block h3 {
  font-family: "Whitney", "Arial", sans-serif;
  font-size: 41px;
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  .socials-block h3 {
    font-size: 35px;
    letter-spacing: 0.5px;
  }
}
.socials-block .socials-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.socials-block .socials-list li {
  margin-right: 25px;
}
.socials-block .socials-list li:last-child {
  margin-right: 0;
}
.socials-block .socials-list a {
  display: block;
}
.socials-block .slide {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  width: calc(100% - 114px);
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .socials-block .slide {
    width: calc(100% - 150px);
  }
}
@media only screen and (max-width: 767px) {
  .socials-block .slide {
    width: calc(100% - 56px);
  }
}
.socials-block .feed-item {
  position: relative;
  height: 265px;
  width: calc(30% - 20px);
  margin: 0 10px;
  margin-bottom: 20px;
  flex-grow: 1;
  background-color: #696b73;
}
@media only screen and (min-width: 1024px) {
  .socials-block .feed-item:nth-child(1) {
    height: 300px;
  }
  .socials-block .feed-item:nth-child(2) {
    width: calc(45% - 20px);
  }
  .socials-block .feed-item:nth-child(3) {
    width: calc(25% - 20px);
  }
  .socials-block .feed-item:nth-child(5) {
    width: calc(20% - 20px);
  }
  .socials-block .feed-item:nth-child(6) {
    width: calc(50% - 20px);
    height: 315px;
  }
  .socials-block .feed-item:nth-child(4), .socials-block .feed-item:nth-child(5), .socials-block .feed-item:nth-child(6) {
    align-self: flex-start;
  }
}
@media only screen and (max-width: 1023px) {
  .socials-block .feed-item {
    width: 100%;
    height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .socials-block .feed-item {
    height: 270px;
    margin: 0 2px;
  }
}
.socials-block .feed-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.socials-block .feed-link:hover .feed-hover {
  opacity: 1;
}
.socials-block .feed-thumb {
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.socials-block .feed-hover {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 350ms ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .socials-block .feed-hover {
    opacity: 1;
  }
}
.socials-block .feed-icon {
  margin-bottom: 20px;
}
.socials-block .feed-title, .socials-block .feed-time {
  font-family: "Spectral", "Times New Roman", serif;
  font-size: 19px;
  line-height: 20px;
  color: #fff;
}
.socials-block .feed-title {
  margin-bottom: 10px;
}
.socials-block .feed-time {
  font-size: 18px;
}
.socials-block .slideshow {
  position: relative;
  overflow: hidden;
}
.socials-block .slideshow, .socials-block .slideshow-wrapper, .socials-block .slide {
  height: 100%;
}
.socials-block .slide {
  display: none;
}
.socials-block .slide:first-child {
  display: flex;
}
.socials-block .slideshow-button {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(57px - 10px);
  height: calc(100% - 20px);
  border: none;
  transform: none;
  margin: 0;
  z-index: 2;
}
.socials-block .slideshow-button.next {
  left: auto;
  right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .socials-block .slideshow-button {
    width: calc(75px - 10px);
  }
}
@media only screen and (max-width: 767px) {
  .socials-block .slideshow-button {
    width: calc(28px - 5px);
  }
}
.socials-block .slideshow.swiper-init .slideshow-button {
  display: block;
}
.socials-block .slideshow-wrapper.swiper-wrapper .slide {
  display: flex;
}
.socials-block .slideshow-wrapper.swiper-wrapper .slide .feed-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
  z-index: 1;
  transition: opacity 350ms ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .socials-block .slideshow-wrapper.swiper-wrapper .slide .feed-hover {
    opacity: 0;
  }
}
.socials-block .slideshow-wrapper.swiper-wrapper .slide.swiper-slide-active .feed-item:before {
  opacity: 0;
}
@media only screen and (max-width: 1023px) {
  .socials-block .slideshow-wrapper.swiper-wrapper .slide.swiper-slide-active .feed-hover {
    opacity: 1;
  }
}

.special-offers {
  position: relative;
  text-align: center;
  padding: 100px 0;
}
@media only screen and (max-width: 767px) {
  .special-offers {
    padding: 40px 0;
  }
}
.special-offers .section-icon {
  position: absolute;
  top: -100px;
  left: -40px;
  width: 237px;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .special-offers .section-icon {
    top: -40px;
    width: 200px;
  }
}
.special-offers .section-icon img {
  display: block;
  width: 100%;
  height: auto;
}
.special-offers .specials-wrapper {
  overflow: hidden;
  padding: 0 108px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .special-offers .specials-wrapper {
    padding: 0 0 0 20px;
  }
}
.special-offers .select-wrapper {
  position: relative;
  text-align: center;
  margin-bottom: 25px;
}
@media only screen and (min-width: 1440px) {
  .special-offers .select-wrapper {
    position: absolute;
    right: 114px;
    top: 14px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .special-offers .select-wrapper {
    text-align: left;
    margin-bottom: 5px;
    display: block;
  }
}
.special-offers .select-wrapper:after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  position: relative;
  top: 50%;
  right: 3px;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}
.special-offers .select-wrapper select {
  text-align: center;
  background: transparent;
  border: none;
  font: 500 16px/1.2 "Whitney", "Arial", sans-serif !important;
  padding: 0 8px 0 0;
  color: #000;
  letter-spacing: 0.55px;
}
@media only screen and (min-width: 1440px) {
  .special-offers .select-wrapper select {
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .special-offers .select-wrapper select {
    text-align: left;
  }
}
.special-offers .h1-like {
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .special-offers .h1-like {
    margin-bottom: 17px;
    text-align: left;
  }
}
.special-offers .slideshow {
  overflow: hidden;
}
.special-offers .slideshow-wrapper.count-1, .special-offers .slideshow-wrapper.count-2, .special-offers .slideshow-wrapper.count-3 {
  justify-content: center;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .special-offers .slideshow-wrapper.count-1, .special-offers .slideshow-wrapper.count-2, .special-offers .slideshow-wrapper.count-3 {
    justify-content: normal;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .special-offers .slideshow-wrapper.count-3 {
    justify-content: normal;
  }
}
.special-offers .slide {
  position: relative;
  overflow: hidden;
  transition: transform 350ms ease-in-out;
  width: 235px;
}
.special-offers img {
  display: block;
  width: 100%;
  position: relative;
}
.special-offers .titles-wrapper {
  min-height: 150px;
  position: relative;
  font-family: "Spectral", "Times New Roman", serif;
  padding: 20px 16px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .special-offers .titles-wrapper {
    min-height: auto;
  }
}
.special-offers .titles-wrapper .category-title {
  display: block;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1.67px;
  margin-bottom: 8px;
}
.special-offers .titles-wrapper h4 {
  letter-spacing: 0.5px;
  font-size: 20px;
  line-height: 31px;
  text-transform: capitalize;
  font-weight: 300;
}
.special-offers .titles-wrapper h4 a {
  text-decoration: none;
}
.special-offers .slideshow-button {
  border-color: #000;
  margin-top: -90px;
  width: 22px;
  height: 22px;
}
@media only screen and (max-width: 767px) {
  .special-offers .slideshow-button {
    display: none;
  }
}
.special-offers .slideshow-button:hover {
  border-color: #c1b2a2;
}
.special-offers .slideshow-button.previous {
  left: -45px;
}
.special-offers .slideshow-button.previous:after {
  transform: translateY(-50%) rotate(-135deg);
  left: 14px;
}
.special-offers .slideshow-button.next {
  right: -45px;
}
.special-offers .slideshow-button.next:after {
  transform: translateY(-50%) rotate(45deg);
  left: 0;
}

.experiences-slider {
  text-align: center;
  padding: 100px 0;
}
@media only screen and (max-width: 767px) {
  .experiences-slider {
    padding: 40px 0;
  }
}
.experiences-slider .experiences-wrapper {
  overflow: hidden;
  padding: 0 108px;
}
@media only screen and (max-width: 767px) {
  .experiences-slider .experiences-wrapper {
    padding: 0 0 0 20px;
  }
}
.experiences-slider .h1-like {
  text-transform: uppercase;
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .experiences-slider .h1-like {
    margin-bottom: 17px;
    text-align: left;
  }
}
.experiences-slider .slideshow {
  overflow: hidden;
}
.experiences-slider .slide {
  position: relative;
  overflow: hidden;
  transition: transform 350ms ease-in-out;
}
.experiences-slider img {
  display: block;
  width: 100%;
  position: relative;
}
.experiences-slider .titles-wrapper {
  min-height: 150px;
  position: relative;
  font-family: "Spectral", "Times New Roman", serif;
  padding: 20px 16px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .experiences-slider .titles-wrapper {
    min-height: auto;
  }
}
.experiences-slider .titles-wrapper .category-title {
  display: block;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1.67px;
  margin-bottom: 8px;
}
.experiences-slider .titles-wrapper h4 {
  letter-spacing: 0.5px;
  font-size: 20px;
  line-height: 31px;
  font-weight: 400;
  text-transform: capitalize;
}
.experiences-slider .titles-wrapper h4 a {
  text-decoration: none;
}
.experiences-slider .slideshow-button {
  border-color: #000;
  margin-top: -90px;
  width: 22px;
  height: 22px;
}
@media only screen and (max-width: 767px) {
  .experiences-slider .slideshow-button {
    display: none;
  }
}
.experiences-slider .slideshow-button:hover {
  border-color: #c1b2a2;
}
.experiences-slider .slideshow-button.previous {
  left: -45px;
}
.experiences-slider .slideshow-button.previous:after {
  transform: translateY(-50%) rotate(-135deg);
  left: 14px;
}
.experiences-slider .slideshow-button.next {
  right: -45px;
}
.experiences-slider .slideshow-button.next:after {
  transform: translateY(-50%) rotate(45deg);
  left: 0;
}

.room-additional-content {
  margin-top: 73px;
}
@media only screen and (max-width: 767px) {
  .room-additional-content {
    margin-top: 40px;
  }
}
.room-additional-content .page-content {
  padding: 0 22px;
  max-width: 755px;
}
.room-additional-content .page-content p {
  margin-bottom: 20px;
}
.room-additional-content h3 {
  font-size: 24px;
  line-height: 39px;
  margin-bottom: 5px;
}
.room-additional-content .images-wrapper {
  display: flex;
  height: 553px;
  width: 100%;
  justify-content: space-between;
  margin: 67px 0 56px;
}
@media only screen and (max-width: 767px) {
  .room-additional-content .images-wrapper {
    margin: 15px 0 30px;
    height: auto;
  }
}
.room-additional-content .images-wrapper .thumb {
  height: 100%;
  position: relative;
}
.room-additional-content .images-wrapper .img-small {
  width: calc(40% - 55px);
}
@media only screen and (max-width: 767px) {
  .room-additional-content .images-wrapper .img-small {
    width: 49%;
    padding-bottom: 50%;
  }
}
.room-additional-content .images-wrapper .img-big {
  width: calc(60% + 15px);
}
@media only screen and (max-width: 767px) {
  .room-additional-content .images-wrapper .img-big {
    width: 49%;
    padding-bottom: 50%;
  }
}
.room-additional-content .amenities-section .page-content {
  max-width: 100%;
}
.room-additional-content .amenities-section .amenities-list {
  margin: 16px 0 40px 12px;
  overflow: hidden;
}
.room-additional-content .amenities-section .amenities-list .column {
  width: 50%;
  float: left;
}
@media only screen and (min-width: 1440px) {
  .room-additional-content .amenities-section .amenities-list .column {
    width: 39%;
  }
}
@media only screen and (max-width: 767px) {
  .room-additional-content .amenities-section .amenities-list .column {
    width: 100%;
  }
}
.room-additional-content .amenities-section .amenities-list .column:first-child {
  width: 50%;
}
@media only screen and (min-width: 1440px) {
  .room-additional-content .amenities-section .amenities-list .column:first-child {
    width: calc(36% - 5px);
  }
}
@media only screen and (max-width: 767px) {
  .room-additional-content .amenities-section .amenities-list .column:first-child {
    width: 100%;
  }
}
.room-additional-content .amenities-section ul {
  margin: 0;
  width: 100%;
  font-size: 0;
}
.room-additional-content .amenities-section ul li {
  font-size: 17px;
  line-height: 23px;
  margin-bottom: 7px;
  position: relative;
  padding-left: 24px;
}
@media only screen and (max-width: 767px) {
  .room-additional-content .amenities-section ul li {
    padding-left: 0;
    font-size: 15px;
    line-height: 23px;
  }
}
.room-additional-content .amenities-section ul li:before {
  position: absolute;
  top: 12px;
  left: 0;
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .room-additional-content .amenities-section ul li:before {
    position: relative;
    margin-right: 10px;
    top: auto;
    left: auto;
  }
}
.room-additional-content .with-additional-inform {
  max-width: initial;
  display: flex;
  align-items: flex-start;
}
.room-additional-content .with-additional-inform .main-content-wrapper {
  max-width: 755px;
}
.room-additional-content .with-additional-inform p {
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .room-additional-content .with-additional-inform p {
    text-align: center;
  }
}
.room-additional-content .room-additional-inform {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: 100px;
  margin-top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .room-additional-content .room-additional-inform {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .room-additional-content .room-additional-inform {
    margin-left: 40px;
    margin-top: 40px;
    justify-content: space-evenly;
  }
}
.room-additional-content .room-additional-inform p {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  margin: 0 35px 30px 0;
}
.room-additional-content .room-additional-inform p svg {
  margin-right: 10px;
}

.room-additional-content-with-slideshow .slideshow {
  width: 100%;
  margin: 67px 0 56px;
  overflow: hidden;
}
.room-additional-content-with-slideshow .slideshow-wrapper {
  height: 553px;
}
.room-additional-content-with-slideshow .slide {
  position: relative;
  height: 100%;
}
.room-additional-content-with-slideshow .slide img {
  display: block;
  width: 100%;
}

#content + .phone-and-email {
  margin-top: -27px;
}
@media only screen and (max-width: 1023px) {
  #content + .phone-and-email {
    margin-top: -10px;
  }
}

.phone-and-email {
  margin-bottom: 31px;
}
.phone-and-email .information-links {
  text-align: center;
  font-size: 0;
}
.phone-and-email .information-link {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 32px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 40px 20px;
}
.phone-and-email .information-link .thumb {
  width: 28px;
  height: 28px;
  display: block;
  margin: 0 auto 2px;
  position: relative;
}
.phone-and-email .information-link img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.phone-and-email .information-link:last-child {
  margin-bottom: 0;
}

.blocks-in-grid .center-column {
  max-width: 1315px;
}
.blocks-in-grid .blocks-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: left;
  padding-bottom: 70px;
}
.blocks-in-grid .blocks-wrapper:after {
  clear: both;
  content: "";
  display: table;
}
.blocks-in-grid .blocks-wrapper:before {
  content: "";
  width: calc(100% - 30px);
  height: 1px;
  display: block;
  background: rgba(142, 109, 69, 0.5);
  position: relative;
  margin: 0 0 55px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .blocks-in-grid .blocks-wrapper:before {
    width: calc(100% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  .blocks-in-grid .blocks-wrapper:before {
    width: 100%;
    margin-bottom: 45px;
  }
}
.blocks-in-grid .blocks-wrapper .block {
  flex: 0 1 auto;
  margin: 15px 15px 21px 15px;
  overflow: hidden;
  position: relative;
  width: calc(33.3% - 30px);
  background: #585858;
}
@media only screen and (max-width: 1320px) {
  .blocks-in-grid .blocks-wrapper .block {
    width: calc(50% - 30px);
  }
}
.blocks-in-grid .blocks-wrapper .block:after {
  content: "";
  display: block;
  padding-top: calc(100% + 52px);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .blocks-in-grid .blocks-wrapper .block {
    width: calc(50% - 10px);
    margin: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .blocks-in-grid .blocks-wrapper .block {
    margin: 0 0 20px;
    width: 100%;
    min-height: 400px;
  }
}
.blocks-in-grid .blocks-wrapper .block:hover .titles-wrapper {
  position: relative;
  top: 0;
  bottom: auto;
  padding: 0;
}
.blocks-in-grid .blocks-wrapper .block:hover .titles-wrapper .small-title {
  opacity: 1;
  visibility: visible;
}
.blocks-in-grid .blocks-wrapper .block:hover .titles-wrapper h3 {
  line-height: 39px;
}
@media only screen and (max-width: 767px) {
  .blocks-in-grid .blocks-wrapper .block:hover .titles-wrapper h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
.blocks-in-grid .blocks-wrapper .block:hover .description {
  background-color: rgba(0, 0, 0, 0.6);
}
.blocks-in-grid .blocks-wrapper .block:hover .description .wrapper {
  display: block;
}
.blocks-in-grid .blocks-wrapper .block:hover .description:after {
  opacity: 0;
}
.blocks-in-grid .blocks-wrapper .block:hover nav {
  bottom: 47px;
}
@media only screen and (max-width: 767px) {
  .blocks-in-grid .blocks-wrapper .block:hover nav {
    bottom: 10px;
  }
}
.blocks-in-grid .description {
  box-sizing: border-box;
  height: 100%;
  padding: 40px 30px 80px;
  position: absolute;
  width: 100%;
  color: #fff;
  transition: all 350ms ease-in-out;
  z-index: 2;
}
.blocks-in-grid .description p {
  font-size: 15px;
  line-height: 29px;
  letter-spacing: 0.5px;
  font-weight: 400;
}
.blocks-in-grid .description .wrapper {
  display: none;
  text-align: center;
  padding-top: 7px;
  max-height: 180px;
  overflow: hidden;
}
.blocks-in-grid .description:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.16);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  z-index: -1;
}
.blocks-in-grid .titles-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  padding: 0 55px;
  color: #fff;
  text-align: center;
}
.blocks-in-grid .titles-wrapper .small-title {
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1.35px;
  margin-bottom: 18px;
  padding-bottom: 19px;
  opacity: 0;
  visibility: hidden;
}
.blocks-in-grid .titles-wrapper .small-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  width: 52px;
  margin: auto;
  background-color: #fff;
  z-index: 1;
}
.blocks-in-grid .titles-wrapper h3 {
  font-family: "Spectral", "Times New Roman", serif;
  color: #fff;
  font-size: 25px;
  line-height: 33px;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.blocks-in-grid .titles-wrapper h3 a {
  color: inherit;
  text-decoration: none;
}
@media only screen and (max-width: 1023px) {
  .blocks-in-grid .titles-wrapper h3 {
    font-size: 24px;
  }
}
.blocks-in-grid nav {
  z-index: 2;
  text-align: center;
  position: absolute;
  bottom: -47px;
  left: 0;
  right: 0;
}
.blocks-in-grid nav .button {
  white-space: initial;
  height: auto;
  padding: 0 19px;
  margin: 0;
  color: #fff;
  background-color: transparent;
  font-size: 16px;
  line-height: 36px;
  font-weight: 500;
}
.blocks-in-grid nav .button:after {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  margin-top: -7px;
  right: 0;
}
.blocks-in-grid nav .button:hover {
  background-color: transparent;
  color: #856f4c;
}
.blocks-in-grid nav .button:hover:after {
  border-bottom-color: #856f4c;
  border-left-color: #856f4c;
}
@media only screen and (max-width: 1200px) {
  .blocks-in-grid nav .button {
    font-size: 13px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .blocks-in-grid nav .button {
    padding: 8px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .blocks-in-grid nav .button {
    font-size: 11px;
    padding: 8px 15px;
  }
}

.items-gallery-slideshow {
  width: 100%;
  overflow: hidden;
  margin-top: 34px;
}
.rooms-layout-alt .items-gallery-slideshow {
  margin-top: 0;
}
.items-gallery-slideshow:after {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 26px;
  background-image: url("../images/pattern/pattern.png");
  background-position: 50% 0;
  background-repeat: repeat-x;
  z-index: 1;
}
.items-gallery-slideshow .slideshow {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.items-gallery-slideshow .slide {
  padding-bottom: 52%;
}
@media only screen and (min-width: 1440px) {
  .items-gallery-slideshow .slide {
    padding-bottom: 0;
    height: 698px;
  }
}
.items-gallery-slideshow .arrows-container {
  position: absolute;
  bottom: 40px;
  right: 48px;
}
@media only screen and (max-width: 767px) {
  .items-gallery-slideshow .arrows-container {
    right: 20px;
    bottom: 30px;
  }
}
.items-gallery-slideshow .arrows-container .slideshow-button {
  margin-top: -11px;
  width: 22px;
  height: 22px;
}
.items-gallery-slideshow .arrows-container .previous {
  left: -58px;
}
.items-gallery-slideshow .arrows-container .next {
  right: 0;
}

.socials-and-newsletter-block {
  margin-bottom: 135px;
}
@media only screen and (max-width: 767px) {
  .socials-and-newsletter-block {
    margin-bottom: 85px;
  }
}
.socials-and-newsletter-block h3 {
  margin-bottom: 10px;
}
.socials-and-newsletter-block h4 {
  font-family: "Whitney", "Arial", sans-serif;
  font-size: 41px;
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  .socials-and-newsletter-block h4 {
    font-size: 35px;
    letter-spacing: 0.5px;
  }
}
.socials-and-newsletter-block .socials-and-newsletter-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.socials-and-newsletter-block .socials-block, .socials-and-newsletter-block #newsletter {
  margin-bottom: 0;
  width: 50%;
  padding: 0 50px;
}
@media only screen and (max-width: 767px) {
  .socials-and-newsletter-block .socials-block, .socials-and-newsletter-block #newsletter {
    width: 100%;
  }
}
.socials-and-newsletter-block .socials-block {
  border-right: 1px solid #c1b2a2;
}
@media only screen and (max-width: 767px) {
  .socials-and-newsletter-block .socials-block {
    border-right: none;
    margin-bottom: 50px;
  }
}

.tripadvisor-badge {
  text-align: center;
  padding: 0 0 100px;
}
@media only screen and (max-width: 767px) {
  .tripadvisor-badge {
    padding: 40px 0;
  }
}
.tripadvisor-badge #CDSWIDSSP {
  margin: 0 auto;
}

.review-pro-content {
  max-width: 1180px;
  margin: -20px auto 50px;
  padding: 0 15px;
}
.review-pro-content__header {
  font-size: 30px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 15px;
}
.review-pro-content__list__item {
  display: flex;
  border-bottom: 1px solid #dfdfdf;
  width: 100%;
  padding: 10px 0;
  margin: 0 -10px;
}
.review-pro-content__list__left {
  flex: 0 0 20%;
  border-right: 1px solid #dfdfdf;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .review-pro-content__list__left {
    flex: 0 0 35%;
  }
}
.review-pro-content__list__left .provider a {
  font-weight: 600;
  letter-spacing: 0;
  font-size: 18px;
  text-decoration: none;
}
.review-pro-content__list__left .by {
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0px;
  font-weight: 400;
  margin-bottom: 10px;
  font-family: "Spectral", "Times New Roman", serif;
  color: #585858;
}
@media screen and (max-width: 767px) {
  .review-pro-content__list__left .by {
    inline-size: 130px;
    overflow-wrap: break-word;
    -webkit-hyphens: manual;
            hyphens: manual;
  }
}
.review-pro-content__list__left .date {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0;
  color: #585858;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.review-pro-content__list__left .rating {
  font-family: "Spectral", "Times New Roman", serif;
  font-size: 25px;
  font-weight: 500;
  color: #856f4c;
  line-height: 48px;
}
.review-pro-content__list__right {
  flex: 0 0 80%;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .review-pro-content__list__right {
    flex: 0 0 65%;
  }
}
.review-pro-content__list__right .full-review {
  margin-bottom: 5px;
}
.review-pro-content__list__right .full-review p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  font-style: italic;
}
.review-pro-content__list__right .review-by {
  font-family: "Spectral", "Times New Roman", serif;
}

.page-loader {
  background-color: rgba(248, 245, 236, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes prixClipFix {
  0% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}
.loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: relative;
  animation: rotate 1s linear infinite;
}
.loader::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 5px solid #000;
  animation: prixClipFix 2s linear infinite;
}
.loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 5px solid #000;
  animation: prixClipFix 2s linear infinite;
  border-color: #8e6d45;
  animation: prixClipFix 2s linear infinite, rotate 0.5s linear infinite reverse;
  inset: 6px;
}

#newsletter-popup .newsletter-popup-wrapper {
  max-width: 498px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  #newsletter-popup .newsletter-popup-wrapper {
    height: 100%;
  }
}
#newsletter-popup .newsletter-popup-content {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 30px 40px -20px rgba(0, 0, 0, 0.5);
}
#newsletter-popup .image {
  position: relative;
  height: 224px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #newsletter-popup .image {
    height: 312px;
  }
}
#newsletter-popup .content-wrapper {
  padding: 21px 31px 25px;
}
@media only screen and (max-width: 767px) {
  #newsletter-popup .content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    height: calc(100vh - 312px);
  }
}
#newsletter-popup h3 {
  font-family: "Whitney", "Arial", sans-serif;
  font-size: 35px;
  line-height: 55px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  #newsletter-popup h3 {
    font-size: 30px;
    line-height: 39px;
  }
}
#newsletter-popup .text {
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 20px;
}
#newsletter-popup .button {
  display: block;
  width: calc(100% - 68px);
  margin: 0 auto;
}

.rooms-price-from + #content {
  padding: 0;
}
.rooms-price-from a {
  text-decoration: none;
}

.price-from {
  display: none;
  position: relative;
  max-width: 969px;
  margin: 0 auto;
  justify-content: flex-end;
  padding: 30px 0;
}
.price-from.active {
  display: flex;
}
@media only screen and (max-width: 1023px) {
  .price-from {
    justify-content: center;
  }
}
.price-from .price-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 170px;
  margin-left: auto;
}
@media only screen and (max-width: 1023px) {
  .price-from .price-wrapper {
    margin: 0 auto;
  }
}
.price-from .price-text {
  font-size: 20px;
  line-height: 20px;
}
.price-from .price-value {
  font-family: "Spectral", "Times New Roman", serif;
  line-height: 45px;
  font-size: 28px;
  font-weight: 700;
}
.price-from .price-name {
  font-size: 14px;
  line-height: 18px;
}
@media only screen and (max-width: 1023px) {
  .room-entry .price-from {
    width: 100%;
  }
}

.room-slide .price-from {
  padding: 0;
}
.room-slide .price-from .price-wrapper {
  margin-left: 0;
  margin-right: auto;
  flex-direction: row;
  align-items: center;
  max-width: 100%;
}
.room-slide .price-from .price-wrapper .price-text {
  font-size: 16px;
  margin-right: 10px;
}
.room-slide .price-from .price-wrapper .price-value {
  font-size: 24px;
}

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

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

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

  #content-submenu {
    display: none;
  }

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

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