/* 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: #ffffff;
  text-align: left;
  width: 160px;
  font-size: 13px;
  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: #ffffff;
}

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.95);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  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: 768px) {
  .ui-datepicker {
    width: calc(100% - 20px);
  }
}

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

.ui-datepicker-prev,
.ui-datepicker-next {
  position: absolute !important;
  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 #85754E;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(45deg);
  transition: border-color 300ms ease-in-out;
}
@media (prefers-reduced-motion) {
  .ui-datepicker-prev:after,
  .ui-datepicker-next:after {
    transition: none;
  }
}
.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 #85754E;
  border-bottom: 2px solid #85754E;
}
.ui-datepicker-prev:not(.ui-state-disabled):hover:after {
  border-bottom-color: #1E355E;
  border-left-color: #1E355E;
}

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

.ui-datepicker-calendar {
  cursor: default;
  margin: 0 auto;
  width: 252px;
  table-layout: fixed;
}
@media only screen and (max-width: 768px) {
  .ui-datepicker-calendar {
    width: 100%;
  }
}
.ui-datepicker-calendar th, .ui-datepicker-calendar td {
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
  text-align: center;
}
.ui-datepicker-calendar th {
  font-size: 12px;
  font-weight: bold;
  color: #1E355E;
  text-transform: uppercase;
}
.ui-datepicker-calendar td {
  font-size: 12px;
  color: #1E355E;
}
.ui-datepicker-calendar td.ui-datepicker-other-month, .ui-datepicker-calendar td.ui-state-disabled {
  color: rgba(30, 53, 94, 0.25);
}
.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: #1E355E;
  color: #ffffff;
}
.ui-datepicker-calendar .ui-datepicker-highlight a,
.ui-datepicker-calendar .ui-datepicker-current-day a,
.ui-datepicker-calendar .ui-state-default:hover {
  background: #85754E;
  color: #1E355E;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: "HeBS-Icons";
  src: url("../fonts/HeBS-Icons.woff2") format("woff2"), url("../fonts/HeBS-Icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
[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: "\e937" !important;
}

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

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

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

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

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

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

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

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

.rooms-icon-parking3:before {
  content: "\e94d" !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rooms-icon-personal_items:before {
  content: "\e90d" !important;
}

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

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

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

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

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

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

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

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

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

.rooms-icon-accessibility-features:before,
.rooms-icon-adaroom:before {
  content: "\e917" !important;
}

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

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

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

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

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

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

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

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

.rooms-icon-parking:before {
  content: "\e920" !important;
}

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

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

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

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

.rooms-icon-parking2:before {
  content: "\e925" !important;
}

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

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

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

.rooms-icon-room-service2:before {
  content: "\e929" !important;
}

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

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

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

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

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

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

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

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

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

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

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

.rooms-icon-pets:before {
  content: "\e935" !important;
}

.rooms-icon-valet-only:before {
  content: "\e936" !important;
}

html.popup-booking-widget {
  overflow: hidden;
}

html.mobile-navigation-visible {
  overflow: hidden;
}

html.blue-wall-visible {
  overflow: hidden;
}

.booking-widget-close-button {
  display: none;
}
.booking-widget-close-button .best-rate-close-label {
  display: none;
}

.booking-rate-wrapper {
  display: none;
}

.booking-heading {
  display: none;
}

.booking-inner-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
.popup-booking-widget .booking-inner-wrapper {
  max-width: 914px;
}

.hidden-options-trigger {
  display: none;
}

.booking-form-wrapper {
  background: #ffffff;
  box-shadow: 0 0 25px 5px rgba(30, 53, 94, 0.5);
}

.booking-form {
  height: 84px;
  box-sizing: border-box;
  color: #1E355E;
  height: 100%;
}
.booking-form fieldset {
  height: 100%;
}
.booking-form .booking-columns {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
}
.booking-form .form-element {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.booking-form .form-element label {
  display: block;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.26px;
  color: #1E355E;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.booking-form .form-element.checkin-el span, .booking-form .form-element.checkout-el span {
  display: block;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.26px;
  color: #1E355E;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.booking-form .form-element .select-wrapper select {
  height: auto;
  width: 100%;
  padding: 0 35px 0 6px;
  border: none;
  border-bottom: thin solid #1E355E;
  background-color: #ffffff;
  font-family: "Amiri", serif;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.26px;
  font-weight: 600;
  color: #1E355E;
  cursor: pointer;
}
.booking-form .form-element .select-wrapper .select-icon {
  top: 50%;
  right: 11px;
  bottom: 11px;
  height: 13px;
  width: 13px;
}
.booking-form .column {
  display: flex;
  margin: 9px 0;
  padding: 9px 18px;
}
@media only screen and (max-width: 1024px) {
  .booking-form .column {
    width: 100%;
    max-width: none;
  }
}
.booking-form .checkin-checkout-col {
  margin: 3px 16px 3px 20px;
  padding: 12px 16px;
  border: 2px solid transparent;
}
.booking-form .checkin-checkout-col .form-element:not(:first-child) {
  margin-left: 32px;
}
.booking-form .checkin-checkout-col .booking-dates-trigger {
  position: relative;
  min-height: 31px;
  min-width: 164px;
  padding-right: 28px;
  font-family: "Amiri", serif;
  font-size: 16px;
  background-color: #ffffff;
  line-height: 30px;
  letter-spacing: 0.26px;
  font-weight: 600;
  color: #1E355E;
  text-align: left;
  border-bottom: thin solid #1E355E;
  cursor: pointer;
}
.booking-form .checkin-checkout-col .booking-dates-trigger::before {
  content: "";
  position: absolute;
  bottom: 2px;
  right: 0;
  height: 30px;
  width: 30px;
  background: url("../images/sprite.svg") 0px -75px no-repeat;
}
.booking-form .options-col {
  flex-grow: 1;
  position: relative;
  margin: 3px 0;
  padding: 0 20px;
}
.booking-form .options-col::before, .booking-form .options-col::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 49px;
  max-height: 100%;
  width: 1px;
  background-color: #1E355E;
}
.booking-form .options-col::before {
  left: 0;
}
.booking-form .options-col::after {
  right: 0;
}
.booking-form .options-col .form-element {
  padding: 13px 20px;
  border: 2px solid transparent;
}
.booking-form .options-col .form-element:not(:last-child) {
  margin-right: 20px;
}
.booking-form .code-col {
  margin: 3px 16px 3px 12px;
  padding: 12px;
  border: 2px solid transparent;
}
.booking-form .controls-col {
  max-width: 223px;
  margin: 0 0 0 auto;
  padding: 0;
}
.booking-form input[type=submit] {
  width: 100%;
  height: 100%;
  font-family: "Amiri", serif;
  border: none;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.26px;
  font-weight: bold;
  color: #1E355E;
  white-space: normal;
  background: #85754E;
  transition: color 300ms ease-in-out;
}
@media (prefers-reduced-motion) {
  .booking-form input[type=submit] {
    transition: none;
  }
}
.booking-form input[type=submit]:hover, .booking-form input[type=submit]:active {
  color: #ffffff;
}
.booking-form .booking-code-trigger {
  height: 100%;
  width: 110px;
  font-family: "Amiri", serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.26px;
  font-weight: normal;
  color: #1E355E;
  text-transform: uppercase;
}
.booking-form .booking-code-trigger span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.booking-form .booking-code-trigger .booking-code-applied-text,
.booking-form .booking-code-trigger .booking-code-applied {
  display: none;
}

.booking-links {
  display: flex;
  margin: 12px 0 0 36px;
}
.booking-links .rate-link,
.booking-links .reservation-link {
  position: relative;
  font-family: "Amiri", serif;
  text-shadow: 1px 1px 1px #1E355E;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.26px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 300ms ease-in-out;
}
@media (prefers-reduced-motion) {
  .booking-links .rate-link,
  .booking-links .reservation-link {
    transition: none;
  }
}
.booking-links .rate-link:not(:first-child),
.booking-links .reservation-link:not(:first-child) {
  margin-left: 15px;
  padding-left: 15px;
}
.booking-links .rate-link:not(:first-child)::before,
.booking-links .reservation-link:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 11px;
  width: 1px;
  background-color: #ffffff;
}
.booking-links .rate-link:hover,
.booking-links .reservation-link:hover {
  color: #ffffff;
}
.booking-links .rate-link {
  padding-right: 18px;
}
.booking-links .rate-link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 13px;
  width: 13px;
  background: url("../images/common.svg") -500px -220px no-repeat;
}

.dates-selection-panel,
.options-selection-panel,
.code-selection-panel {
  display: none;
}

#content {
  position: relative;
  padding: 0;
  z-index: 1;
}
#content:after {
  clear: both;
  content: "";
  display: table;
}
.home #content {
  z-index: 1;
  padding-bottom: 0;
}
#content .center-column + .additional-content {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  #content .center-column + .additional-content {
    margin-top: 30px;
  }
}
.home #content .page-content {
  text-align: center;
}
.home #content .page-content .headings {
  display: none;
}

#main-content {
  display: flex;
}
#main-content #content-submenu {
  flex-shrink: 0;
}
#main-content > .page-content {
  width: 100%;
}
#photos + #content #main-content:first-child {
  padding-top: 45px;
}

#content-submenu {
  width: 32%;
  margin: 8px 40px 0 0;
}
@media only screen and (max-width: 1280px) {
  #content-submenu {
    width: 22%;
  }
}
@media only screen and (max-width: 1024px) {
  #content-submenu {
    display: none;
  }
}
#content-submenu .submenu-root {
  display: block;
  font-size: 28px;
  line-height: 1.214;
  font-weight: 500;
  margin-bottom: 16px;
  text-transform: uppercase;
  color: #1E355E;
}
#content-submenu .submenu-root:hover {
  color: #453c28;
}
#content-submenu ul ul {
  margin: 10px 20px;
}
#content-submenu li {
  margin-bottom: 10px;
}
#content-submenu a {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.667;
  text-transform: uppercase;
  text-decoration: none;
  color: #1E355E;
}
#content-submenu a.active, #content-submenu a:hover {
  color: #483e2a;
}

#navigation {
  position: fixed;
  top: 80px;
  bottom: 0;
  left: 150px;
  width: 100%;
  margin: 0;
  transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out, top 300ms ease-in-out, height 300ms ease-in-out;
  visibility: hidden;
  z-index: 998;
  overflow-y: scroll;
}
.mobile-navigation-visible #navigation {
  opacity: 1;
  visibility: visible;
}
@media (prefers-reduced-motion) {
  #navigation {
    transition: none;
  }
}
@media only screen and (max-width: 768px) {
  #navigation {
    left: 0;
    top: 83px;
    height: calc(100% - 83px);
    z-index: 1;
  }
}
#navigation a {
  text-decoration: none;
}
@media only screen and (max-width: 1024px) {
  .with-alert-bar #navigation {
    top: calc(120px + 40px);
    height: calc(100% - 120px - 40px);
  }
  .sticky-header #navigation {
    top: calc(83px);
    height: calc(100% - 83px);
  }
  .with-alert-bar.sticky-header #navigation {
    top: calc(40px + 83px);
    height: calc(100% - 40px - 83px);
  }
}
@media only screen and (max-width: 768px) {
  .with-alert-bar #navigation {
    top: calc(40px + 83px);
    height: calc(100% - 40px - 83px);
  }
}
#navigation .menu-wrap {
  width: 100%;
  box-sizing: border-box;
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  #navigation .menu-wrap {
    padding-bottom: 60px;
  }
}
#navigation .menu-wrap .top-menu,
#navigation .menu-wrap .main-menu {
  position: relative;
  width: 100%;
  max-width: 300px;
  padding-left: 30px;
  box-sizing: border-box;
  max-height: 100%;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #navigation .menu-wrap .top-menu,
  #navigation .menu-wrap .main-menu {
    width: 100%;
    padding-left: 70px;
    text-align: left;
    max-width: initial;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #navigation .menu-wrap .top-menu,
  #navigation .menu-wrap .main-menu {
    padding-left: 70px;
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 1023px) {
  #navigation .menu-wrap .top-menu .parent.opened-nav ul.main-menu.menu.menu-list.level-2.submenu.third,
  #navigation .menu-wrap .top-menu .parent.expanded ul.main-menu.menu.menu-list.level-2.submenu.third,
  #navigation .menu-wrap .main-menu .parent.opened-nav ul.main-menu.menu.menu-list.level-2.submenu.third,
  #navigation .menu-wrap .main-menu .parent.expanded ul.main-menu.menu.menu-list.level-2.submenu.third {
    display: block !important;
    transition: 300ms ease-in-out;
  }
}
#navigation .menu-wrap .top-menu {
  margin-right: 30px;
  padding-right: 30px;
}
@media only screen and (max-width: 768px) {
  #navigation .menu-wrap .top-menu {
    margin-right: 0;
    padding-right: 0;
  }
}
#navigation .menu-wrap .top-menu li {
  margin-right: 0px;
  margin-bottom: 10px;
  line-height: 2em;
}
#navigation .menu-wrap .top-menu a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  line-height: inherit;
  text-transform: uppercase;
}
#navigation .menu-wrap .top-menu a:hover, #navigation .menu-wrap .top-menu a.active {
  color: #85754E;
}
#navigation .menu-wrap .main-menu {
  border-left: thin solid transparent;
}
@media only screen and (max-width: 768px) {
  #navigation .menu-wrap .main-menu {
    border: 0;
  }
}
#navigation .menu-wrap .main-menu li {
  position: relative;
}
@media only screen and (max-width: 768px) {
  #navigation .menu-wrap .main-menu li {
    margin-bottom: 0;
    position: relative;
  }
}
#navigation .menu-wrap .main-menu li a {
  display: block;
  position: relative;
  color: #ffffff;
  font-size: 26px;
  font-weight: 400;
  line-height: 46px;
  font-style: italic;
  transition: all 400ms ease 0ms;
}
@media (prefers-reduced-motion) {
  #navigation .menu-wrap .main-menu li a {
    transition-property: none;
  }
}
@media (prefers-reduced-motion) {
  #navigation .menu-wrap .main-menu li a {
    transition: none;
  }
}
@media only screen and (max-width: 1024px) {
  #navigation .menu-wrap .main-menu li a {
    margin-right: 0px;
    font-size: 16px;
    line-height: 30px;
  }
}
#navigation .menu-wrap .main-menu li a:hover, #navigation .menu-wrap .main-menu li a.active {
  color: #85754E;
  padding-bottom: 6px;
}
@media only screen and (max-width: 1024px) {
  #navigation .menu-wrap .main-menu li a:hover {
    color: #ffffff;
  }
}
@media only screen and (max-width: 1024px) {
  #navigation .menu-wrap .main-menu li .submenu {
    border-left: thin solid rgba(238, 238, 238, 0.2);
  }
}
@media only screen and (max-width: 1280px) {
  #navigation .menu-wrap .main-menu li .submenu {
    border-left: thin solid rgba(238, 238, 238, 0.2);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #navigation .menu-wrap .main-menu li .submenu {
    border-left: unset;
    padding-right: 70px;
  }
}
@media only screen and (max-width: 768px) {
  #navigation .menu-wrap .main-menu li .submenu {
    padding-right: 70px;
    border-left: unset;
    border: 0;
    text-align: left;
  }
}
#navigation .menu-wrap .main-menu li .submenu:hover {
  display: flex;
  border-left: thin dashed #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #navigation .menu-wrap .main-menu li .submenu:hover {
    border-left: unset;
  }
}
@media only screen and (max-width: 768px) {
  #navigation .menu-wrap .main-menu li .submenu:hover {
    border-left: unset;
  }
}
#navigation .menu-wrap .main-menu li.parent li {
  margin-right: 0px;
}
@media only screen and (min-width: 1024px) {
  #navigation .menu-wrap .main-menu li.parent > a:hover ~ .level-2.submenu {
    display: flex;
    z-index: 10;
    border-left: thin dashed #ffffff;
  }
}
@media only screen and (max-width: 1024px) {
  #navigation .menu-wrap .main-menu li.parent:nth-last-child(-n+2) .third {
    top: auto;
    bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  #navigation .menu-wrap .main-menu li.parent:nth-last-child(-n+2) .third {
    bottom: auto;
  }
}
@media only screen and (max-width: 1024px) {
  #navigation .menu-wrap .main-menu.first {
    order: unset;
    border-left: none;
    padding-top: 0px;
  }
}
#navigation .menu-wrap .main-menu.first li a {
  font-weight: 500;
}
#navigation .menu-wrap .main-menu.second {
  position: relative;
  transition: margin-bottom 300ms ease-in-out;
}
@media only screen and (max-width: 768px) {
  #navigation .menu-wrap .main-menu.second {
    margin-top: 0;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  #navigation .menu-wrap .main-menu.second {
    order: 2;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
#navigation .menu-wrap .main-menu.second li a {
  font-family: "Amiri", serif;
  color: #ffffff;
  font-size: 26px;
  font-weight: 400;
  line-height: 46px;
}
@media only screen and (max-width: 768px) {
  #navigation .menu-wrap .main-menu.second li a {
    padding-right: 0;
  }
}
#navigation .menu-wrap .main-menu.second li:hover, #navigation .menu-wrap .main-menu.second li.active {
  border-bottom: thin solid #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #navigation .menu-wrap .main-menu.second li:hover, #navigation .menu-wrap .main-menu.second li.active {
    border-bottom: unset;
  }
}
@media only screen and (max-width: 768px) {
  #navigation .menu-wrap .main-menu.second li:hover, #navigation .menu-wrap .main-menu.second li.active {
    border-bottom: unset;
  }
}
#navigation .menu-wrap .main-menu.third {
  display: none;
  position: absolute;
  height: auto;
  width: 100%;
  max-height: unset;
  top: 10px;
  left: 100%;
  flex-flow: column;
  overflow-y: visible;
  text-wrap: nowrap;
}
@media only screen and (max-width: 1024px) {
  #navigation .menu-wrap .main-menu.third {
    left: 100%;
    transform: unset;
    width: 100%;
    background-color: unset;
    align-items: flex-start;
    padding: 0 30px;
    max-width: unset;
    text-align: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #navigation .menu-wrap .main-menu.third {
    left: 0;
    position: initial;
    padding: 10px 0 0 0;
  }
}
@media only screen and (max-width: 1350px) {
  #navigation .menu-wrap .main-menu.third {
    left: 100%;
    transform: unset;
    width: 100%;
    background-color: unset;
    align-items: flex-start;
    max-width: unset;
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  #navigation .menu-wrap .main-menu.third {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    align-items: center;
    text-align: center;
    padding: 10px 0;
  }
}
#navigation .menu-wrap .main-menu.third li {
  display: block;
  line-height: 1.5;
}
#navigation .menu-wrap .main-menu.third li a {
  font-family: "Lato", serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  border-bottom: unset;
  padding-bottom: 0;
  line-height: 36px;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  #navigation .menu-wrap .main-menu.third li a {
    line-height: 15px;
    width: auto;
    text-align: center;
    display: inline-block;
  }
}
#navigation .menu-wrap .main-menu.third li a:hover, #navigation .menu-wrap .main-menu.third li a.active {
  color: #85754E;
}
#navigation .menu-wrap .main-menu.third li:hover, #navigation .menu-wrap .main-menu.third li.active {
  border-bottom: unset;
}
@media only screen and (max-width: 768px) {
  #navigation .menu-wrap .main-menu.third li:last-child {
    border-bottom: thin dashed #ffffff;
    padding-bottom: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #navigation .menu-wrap .main-menu.third li:last-child {
    border-bottom: thin dashed #ffffff;
    padding-bottom: 14px;
  }
}
#navigation .virtual-tour {
  display: block;
  width: 86px;
  height: 56px;
  font-size: 0;
  margin: 20px 0 0 20px;
  transition: transform 0.3s;
}
@media only screen and (max-width: 1024px) {
  #navigation .virtual-tour {
    margin: 0 0 0 60px;
  }
}
#navigation .virtual-tour:hover {
  transform: scale(1.05);
}
#navigation .virtual-tour:active {
  transform: scale(1);
}
#navigation .virtual-tour svg {
  display: block;
  width: 100%;
  min-width: 35px;
  height: auto;
  fill: #ffffff;
  transition: fill 300ms ease-in-out;
}
#navigation .virtual-tour:hover svg {
  fill: #ffffff;
}

#booking-datepicker {
  display: none;
  position: absolute;
  right: 0;
  top: 110%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  z-index: 7;
}
#booking-datepicker.visible {
  display: block;
}
@media only screen and (max-width: 768px) {
  #booking-datepicker {
    display: block;
    position: relative;
    top: 110%;
    right: auto;
    max-height: 0;
    overflow: hidden;
    margin: 0 20px;
    transition: max-height 300ms ease-in-out, margin 300ms ease-in-out;
  }
}
@media only screen and (max-width: 768px) and (prefers-reduced-motion) {
  #booking-datepicker {
    transition: none;
  }
}
@media only screen and (max-width: 768px) {
  #booking-datepicker.visible {
    max-height: 500px;
    margin-bottom: 30px;
  }
}
#booking-datepicker .ui-datepicker {
  box-shadow: none;
}
#booking-datepicker .arrival-departure-status {
  overflow: hidden;
  white-space: nowrap;
  background: #85754E;
  text-align: center;
}
#booking-datepicker .arrival-departure-status div {
  display: inline-block;
  width: 100%;
  transition: all 200ms;
}
@media (prefers-reduced-motion) {
  #booking-datepicker .arrival-departure-status div {
    transition: none;
  }
}
#booking-datepicker .arrival-departure-status .arrival, #booking-datepicker .arrival-departure-status .departure {
  opacity: 0;
  font: 20px/2.5 "Amiri", serif;
  text-transform: uppercase;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #booking-datepicker .arrival-departure-status .arrival, #booking-datepicker .arrival-departure-status .departure {
    font-size: 16px;
  }
}
#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: 768px) {
  #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: 768px) {
  #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: 768px) {
  #booking-datepicker .ui-datepicker-prev {
    left: 26px;
  }
}
#booking-datepicker .ui-datepicker-next {
  right: 20px;
}
@media only screen and (max-width: 768px) {
  #booking-datepicker .ui-datepicker-next {
    right: 26px;
  }
}
@media only screen and (max-width: 768px) {
  #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: #1E355E;
  font-size: 7px;
  line-height: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
}
#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";
}

.booking-widget {
  display: none;
}
.popup-booking-widget .booking-widget {
  position: fixed;
  display: block;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  padding: 120px 36px 0;
  overflow: hidden;
  overflow-y: auto;
  z-index: 999999;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .popup-booking-widget .booking-widget {
    padding-top: 170px;
  }
}
@media only screen and (max-width: 768px) {
  .popup-booking-widget .booking-widget {
    padding: 120px 0 0;
    background-color: #ffffff;
  }
}

.popup-booking-widget .nav-bluewall {
  display: block !important;
  background-color: rgba(30, 53, 94, 0.9);
  mix-blend-mode: multiply;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  z-index: 100;
}

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

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

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

.popup-booking-widget.popup-booking-rates .booking-widget-close-button .booking-widget-close-label {
  display: none;
}
.popup-booking-widget.popup-booking-rates .booking-widget-close-button .best-rate-close-label {
  display: block;
}
.popup-booking-widget .booking-widget-close-button {
  position: absolute;
  top: 8px;
  left: calc(100% + 24px);
  display: block;
  height: 28px;
  width: 28px;
  text-indent: -9999px;
  overflow: hidden;
}
.popup-booking-widget .booking-widget-close-button::before, .popup-booking-widget .booking-widget-close-button::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  display: block;
  height: 100%;
  width: 2px;
  background-color: #1E355E;
  transition: background-color 300ms ease-in-out;
}
@media (prefers-reduced-motion) {
  .popup-booking-widget .booking-widget-close-button::before, .popup-booking-widget .booking-widget-close-button::after {
    transition: none;
  }
}
.popup-booking-widget .booking-widget-close-button::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.popup-booking-widget .booking-widget-close-button::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.popup-booking-widget .booking-widget-close-button:hover::before, .popup-booking-widget .booking-widget-close-button:hover::after {
  background-color: #85754E;
}
@media only screen and (min-width: 1024px) {
  .popup-booking-widget .booking-widget-close-button {
    left: auto;
    right: 10px;
    top: 10px;
    bottom: auto;
    z-index: 1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .popup-booking-widget .booking-widget-close-button {
    left: auto;
    z-index: 1;
    right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .popup-booking-widget .booking-widget-close-button {
    position: fixed;
    z-index: 1;
    bottom: auto;
    top: 20px;
    left: auto;
    right: 20px;
  }
}

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

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

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

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

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

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

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

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

@media only screen and (max-width: 1259px) {
  .controls-col {
    max-width: 200px;
    width: 200px;
  }
}
.popup-booking-widget .controls-col {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 60px;
  max-height: 60px;
  width: 100%;
  max-width: none;
  border: none;
}
@media only screen and (max-width: 768px) {
  .popup-booking-widget .controls-col {
    position: fixed;
    bottom: -10px;
  }
}
@media only screen and (max-width: 1259px) {
  .controls-col input[type=submit] {
    padding: 0 10px;
  }
}
.popup-booking-widget .controls-col input[type=submit] {
  font-size: 18px;
  line-height: 19px;
  letter-spacing: 0.5px;
  font-family: "Lato", serif;
  color: #fff;
  white-space: nowrap;
  background-color: #85754E;
  transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
}
@media (prefers-reduced-motion) {
  .popup-booking-widget .controls-col input[type=submit] {
    transition: none;
  }
}
@media only screen and (max-width: 768px) {
  .popup-booking-widget .controls-col input[type=submit] {
    height: 50px;
  }
}
.popup-booking-widget .controls-col input[type=submit]:hover, .popup-booking-widget .controls-col input[type=submit]:active {
  background-color: #1E355E;
}

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

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

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

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

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

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

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

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

.code-selection-panel {
  position: absolute;
  bottom: calc(100% + 15px);
  right: 308px;
  transform: translateX(50%);
  display: flex;
  flex-direction: column;
  height: 0;
  width: 231px;
  padding: 15px 9px;
  visibility: hidden;
  text-align: center;
  background: #1E355E;
}
@media only screen and (max-width: 768px) {
  .code-selection-panel {
    display: none;
  }
}
.code-selection-panel::before {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 50%;
  height: 16px;
  width: 16px;
  background-color: #ffffff;
  transform: translate(-50%, 50%) rotate(45deg);
}
.popup-booking-widget .code-selection-panel {
  position: relative;
  bottom: auto;
  right: auto;
  width: 100%;
  max-width: 293px;
  padding: 0;
  transform: none;
}
.popup-booking-widget .code-selection-panel::before {
  display: none;
}
.code-selection-panel-visible .code-selection-panel {
  height: auto;
  visibility: visible;
}
@media only screen and (max-width: 768px) {
  .code-selection-panel-visible .code-selection-panel {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    max-width: none;
    margin: 0;
    padding: 80px 40px 30px;
    overflow-y: auto;
  }
}
.popup-booking-widget.code-selection-panel-visible .code-selection-panel {
  margin: 48px auto 85px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .popup-booking-widget.code-selection-panel-visible .code-selection-panel {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .popup-booking-widget.code-selection-panel-visible .code-selection-panel {
    margin-top: 100px;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .with-alert-bar.popup-booking-widget.code-selection-panel-visible .code-selection-panel {
    margin-top: 140px;
  }
}
.code-selection-panel .code-selection-panel-close-button {
  position: absolute;
  z-index: 2;
  top: 30px;
  right: 5px;
  display: none;
  height: 28px;
  width: 28px;
  text-indent: -9999px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .code-selection-panel .code-selection-panel-close-button {
    top: 20px;
    right: 20px;
  }
}
.code-selection-panel .code-selection-panel-close-button::before, .code-selection-panel .code-selection-panel-close-button::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  display: block;
  height: 100%;
  width: 2px;
  background-color: #1E355E;
  transition: background-color 300ms ease-in-out;
}
@media (prefers-reduced-motion) {
  .code-selection-panel .code-selection-panel-close-button::before, .code-selection-panel .code-selection-panel-close-button::after {
    transition: none;
  }
}
.code-selection-panel .code-selection-panel-close-button::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.code-selection-panel .code-selection-panel-close-button::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.code-selection-panel .code-selection-panel-close-button:hover::before, .code-selection-panel .code-selection-panel-close-button:hover::after {
  background-color: #1E355E;
}
@media only screen and (max-width: 768px) {
  .code-selection-panel-visible .code-selection-panel .code-selection-panel-close-button {
    display: block;
  }
}
.code-selection-panel h3 {
  font-family: "Amiri", serif;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.26px;
  text-align: center;
  color: #1E355E;
}
.popup-booking-widget .code-selection-panel h3 {
  display: none;
}
.code-selection-panel .code-types {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
  background-color: #1E355E;
}
.popup-booking-widget .code-selection-panel .code-types {
  background-color: #ffffff;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .popup-booking-widget .code-selection-panel .code-types {
    background-color: #1E355E;
  }
}
.code-selection-panel .code-input,
.code-selection-panel .select-wrapper {
  border: thin solid #85754E;
}
.code-selection-panel .code-input:not(:first-child),
.code-selection-panel .select-wrapper:not(:first-child) {
  margin-top: 7px;
}
.popup-booking-widget .code-selection-panel .code-input:not(:first-child),
.popup-booking-widget .code-selection-panel .select-wrapper:not(:first-child) {
  margin-top: 19px;
}
.code-selection-panel input.code-input {
  border: 1px solid #85754E;
  transition: background-color 300ms ease-in-out;
}
@media (prefers-reduced-motion) {
  .code-selection-panel input.code-input {
    transition: none;
  }
}
.code-selection-panel input.code-input::-moz-placeholder {
  color: #1E355E;
}
.code-selection-panel input.code-input::placeholder {
  color: #1E355E;
}
.code-selection-panel input.code-input,
.code-selection-panel .select-wrapper select {
  padding: 8px 10px 7px;
  font-family: "Amiri", serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 0.26px;
  color: #1E355E;
  background: #ffffff;
  text-transform: initial;
}
.popup-booking-widget .code-selection-panel input.code-input,
.popup-booking-widget .code-selection-panel .select-wrapper select {
  padding: 10px 19px 8px;
  font-size: 18px;
  line-height: 22px;
}
.code-selection-panel .select-wrapper select {
  height: auto;
  width: 100%;
  padding-right: 45px;
  border: none;
}
.code-selection-panel .select-wrapper .select-icon {
  top: auto;
  right: 11px;
  bottom: 11px;
  height: 13px;
  width: 13px;
}

.booking-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
}
.booking-modal .modal-content {
  background-color: #ffffff;
  padding: 20px;
  width: 700px;
  color: #1E355E;
  text-align: left;
  font: 14px/1.3 "Amiri", serif;
}
@media only screen and (max-width: 768px) {
  .booking-modal .modal-content {
    width: 300px;
    max-width: 100%;
  }
}
.booking-modal .button-container {
  width: 100%;
  height: auto;
  text-align: center;
}
.booking-modal .booking-continue {
  position: relative;
  display: inline-block;
  margin: 20px 0 0;
}
.booking-modal .modal-close {
  position: relative;
  display: inline-block;
  color: #1E355E;
  border-color: transparent;
  margin: 20px 0 0;
  opacity: 0.4;
  transition: 300ms ease-in-out;
}
@media (prefers-reduced-motion) {
  .booking-modal .modal-close {
    transition: none;
  }
}
.booking-modal .modal-close:hover, .booking-modal .modal-close:focus {
  background: transparent;
  opacity: 1;
}
.booking-modal .modal-close:after {
  width: 0;
  height: 0;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  border-left: 5px solid #1E355E;
  font-size: 0;
  line-height: 0;
  content: "";
  position: relative;
  top: -4px;
  right: -10px;
}
@media only screen and (max-width: 768px) {
  .booking-modal .modal-close:after {
    top: -5px;
  }
}
.booking-modal-active .booking-modal {
  display: flex;
}

@media only screen and (max-width: 768px) {
  .popup-booking-widget .booking-trigger.button {
    display: none;
  }
}

.homepage-additional-content {
  position: relative;
  overflow: hidden;
  background: #fff;
  z-index: 10;
}

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

#promos {
  position: relative;
  z-index: 30;
  padding: 60px 75px;
  box-sizing: border-box;
}
@media only screen and (max-width: 820px) {
  #promos {
    padding: 60px 40px;
  }
}
#promos .slideshow {
  overflow: hidden;
}
#promos .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
#promos .promo {
  position: relative;
  display: inline-block;
  width: 33.33%;
  vertical-align: top;
  overflow: hidden;
  white-space: normal;
  background: #1E355E;
  color: #fff;
  cursor: pointer;
}
#promos .promo .inner-wrapper {
  width: 100%;
  padding-top: 128%;
}
#promos .promo .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  transition: all 800ms ease 0ms;
}
@media (prefers-reduced-motion) {
  #promos .promo .thumbnail {
    transition-property: none;
  }
}
@media (prefers-reduced-motion) {
  #promos .promo .thumbnail {
    transition: none;
  }
}
#promos .promo .thumbnail:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  transition: all 800ms ease 0ms;
}
@media (prefers-reduced-motion) {
  #promos .promo .thumbnail:before {
    transition-property: none;
  }
}
@media (prefers-reduced-motion) {
  #promos .promo .thumbnail:before {
    transition: none;
  }
}
#promos .promo .thumbnail .loading:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid transparent;
  border-top-color: #85754E;
  border-bottom-color: #85754E;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#promos .promo .thumbnail .loading:before {
  top: 8%;
  right: 8%;
  left: auto;
  margin: auto;
}
#promos .promo .content {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 90px;
  max-width: calc(100% - 40px);
  box-sizing: border-box;
  text-align: center;
  color: #fff;
}
#promos .promo h3 {
  font-weight: 500;
  font-family: "Amiri", serif;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: absolute;
  top: 10%;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 1280px) {
  #promos .promo h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 820px) {
  #promos .promo h3 {
    font-size: 20px;
  }
}
#promos .promo h3 a {
  color: inherit;
  text-decoration: none;
}
#promos .promo p {
  font-size: 16px;
  line-height: 1.67em;
  font-weight: 500;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 800ms ease 0ms;
}
@media (prefers-reduced-motion) {
  #promos .promo p {
    transition-property: none;
  }
}
@media (prefers-reduced-motion) {
  #promos .promo p {
    transition: none;
  }
}
#promos .promo .price {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  bottom: 28%;
  width: 100%;
  text-align: center;
  opacity: 0;
  transition: all 500ms ease 0ms;
}
@media (prefers-reduced-motion) {
  #promos .promo .price {
    transition-property: none;
  }
}
@media (prefers-reduced-motion) {
  #promos .promo .price {
    transition: none;
  }
}
@media only screen and (max-width: 1280px) {
  #promos .promo .price {
    bottom: 100px;
    font-size: 20px;
  }
}
#promos .promo .promo-button {
  color: #ffffff;
  border-color: #ffffff;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media only screen and (max-width: 1280px) {
  #promos .promo .promo-button {
    bottom: 40px;
  }
}
@media only screen and (max-width: 420px) {
  #promos .promo .promo-button {
    bottom: 20px;
  }
}
#promos .promo:hover .thumbnail:before {
  background: rgba(0, 0, 0, 0.65);
}
#promos .promo:hover p {
  opacity: 1;
}
#promos .promo:hover .price {
  opacity: 1;
  bottom: 30%;
}
@media only screen and (max-width: 1280px) {
  #promos .promo:hover .price {
    bottom: 120px;
  }
}
@media only screen and (max-width: 420px) {
  #promos .promo:hover .price {
    bottom: 90px;
  }
}
#promos .promo:hover .promo-button {
  background-color: #1E355E;
  border-color: #1E355E;
  color: #1E355E;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #promos .promo {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  #promos .promo {
    width: 83%;
  }
}
#promos .slideshow-button {
  border: 2px solid #1E355E;
  border-bottom: 0;
  border-left: 0;
  height: 24px;
  overflow: hidden;
  position: absolute;
  text-indent: -100em;
  top: 50%;
  width: 24px;
  z-index: 10;
  cursor: pointer;
  transition: all 350ms ease 0ms;
}
@media (prefers-reduced-motion) {
  #promos .slideshow-button {
    transition-property: none;
  }
}
@media (prefers-reduced-motion) {
  #promos .slideshow-button {
    transition: none;
  }
}
#promos .slideshow-button.previous {
  left: 40px;
  transform: translateY(-50%) rotate(-135deg);
}
@media only screen and (max-width: 820px) {
  #promos .slideshow-button.previous {
    left: 15px;
  }
}
#promos .slideshow-button.next {
  transform: translateY(-50%) rotate(45deg);
  right: 40px;
}
@media only screen and (max-width: 820px) {
  #promos .slideshow-button.next {
    right: 15px;
  }
}

#merchandising-tile {
  position: fixed;
  bottom: 3%;
  right: -600px;
  width: 525px;
  z-index: 9000;
  background: transparent;
  color: #ffffff;
  height: 220px;
  transition: right 1s, bottom 1s;
  z-index: 100;
}
@media (prefers-reduced-motion) {
  #merchandising-tile {
    transition: none;
  }
}
.admin .preview-item #merchandising-tile {
  position: relative;
  right: auto;
  bottom: auto;
  transform: none;
  display: block !important;
}
#merchandising-tile .img-overlay {
  width: 525px;
  height: 220px;
  background-size: cover !important;
  background-position: center !important;
  background: no-repeat;
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  #merchandising-tile .img-overlay {
    bottom: 0;
    transform: none;
  }
}
#merchandising-tile .img-overlay .color-overlay {
  background-color: rgba(250, 248, 232, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#merchandising-tile .promo-name {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  margin-bottom: 10px;
  padding: 0 20px;
  text-transform: uppercase;
  color: #312D2B;
  font-family: "Amiri", serif;
  letter-spacing: 8px;
}
#merchandising-tile .promo-text {
  font-size: 15px;
  line-height: 1.5;
  padding: 10px 20px;
  margin-bottom: 10px;
  text-align: center;
  font-family: "Lato", serif;
  color: #312D2B;
}
#merchandising-tile .promo-content {
  text-align: center;
  padding: 0 40px 0 0;
  height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.admin .preview-item #merchandising-tile .promo-content {
  position: relative;
  transform: none;
  top: auto;
  left: auto;
  padding-right: 0;
}
#merchandising-tile .promo-content .button {
  min-width: 160px;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  box-shadow: none;
  box-sizing: border-box;
  vertical-align: top;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  transition: all 400ms ease 0ms;
}
@media (prefers-reduced-motion) {
  #merchandising-tile .promo-content .button {
    transition-property: none;
  }
}
.admin .preview-item #merchandising-tile .promo-content .button {
  box-shadow: none;
  text-shadow: none;
}
#merchandising-tile.merchandising-tile-active {
  right: 0;
  bottom: 20%;
}
@media only screen and (max-width: 768px) {
  #merchandising-tile.merchandising-tile-active {
    width: 100%;
    bottom: 3%;
  }
  #merchandising-tile.merchandising-tile-active .img-overlay {
    width: 100%;
  }
}

.merchandising-open-btn {
  width: 40px;
  height: 220px;
  background-color: #1E355E;
  position: fixed;
  bottom: 3%;
  right: 0;
  z-index: 110;
  float: right;
  transition: bottom 1s;
}
@media (prefers-reduced-motion) {
  .merchandising-open-btn {
    transition: none;
  }
}
.merchandising-open-btn.active {
  bottom: 20%;
}
@media only screen and (max-width: 768px) {
  .merchandising-open-btn.active {
    bottom: 3%;
  }
}
.admin .preview-item .merchandising-open-btn {
  display: none;
}
.merchandising-open-btn .arrow-rotate {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  border: solid #ffffff;
  border-width: 3px 0 0 3px;
  margin-top: -8px;
  margin-left: -8px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transition: transform 0.5s;
}
@media (prefers-reduced-motion) {
  .merchandising-open-btn .arrow-rotate {
    transition: none;
  }
}
.merchandising-open-btn .active-rotate {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

#newsletter {
  position: relative;
  margin: 0;
  font-size: 0;
  background: #FAF8E8;
  z-index: -1;
}
#newsletter .wrapper {
  padding: 61px 0;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  #newsletter .wrapper {
    flex-wrap: wrap;
    padding: 40px 20px;
  }
}
#newsletter h3 {
  font-size: 33px;
  font-weight: 400;
  line-height: 49.5px;
  font-family: "Amiri", serif;
  text-transform: capitalize;
  color: #1E355E;
  margin-top: 18px;
  flex-shrink: 0;
  margin-bottom: 34px;
  text-align: center;
  font-style: italic;
  letter-spacing: 8px;
  border-bottom: none;
  padding-bottom: 0;
  margin-top: 0;
}
@media only screen and (max-width: 1024px) {
  #newsletter h3 {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
@media only screen and (max-width: 768px) {
  #newsletter h3 {
    text-align: center;
    margin-bottom: 26px;
  }
}
#newsletter form, #newsletter .form {
  flex-grow: 1;
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  #newsletter form, #newsletter .form {
    width: 100%;
  }
}
#newsletter form .newsletter-row, #newsletter .form .newsletter-row {
  display: flex;
  margin: 0 0 45px 0;
  width: 100%;
  justify-content: center;
  gap: 10px;
}
#newsletter form .newsletter-row p, #newsletter .form .newsletter-row p {
  margin-bottom: 0;
}
#newsletter form .newsletter-row em, #newsletter .form .newsletter-row em {
  color: #1E355E;
  padding-right: 0;
}
#newsletter form .newsletter-row.even .input-wrapper, #newsletter .form .newsletter-row.even .input-wrapper {
  width: 31%;
}
@media only screen and (max-width: 768px) {
  #newsletter form .newsletter-row.even .input-wrapper, #newsletter .form .newsletter-row.even .input-wrapper {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
  }
}
#newsletter form .newsletter-row .form-builder-field, #newsletter .form .newsletter-row .form-builder-field {
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #newsletter form .newsletter-row .form-builder-field, #newsletter .form .newsletter-row .form-builder-field {
    width: 100%;
  }
}
#newsletter form .newsletter-row .form-builder-field.first-name, #newsletter .form .newsletter-row .form-builder-field.first-name {
  width: 100%;
  max-width: 210px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #newsletter form .newsletter-row .form-builder-field.first-name, #newsletter .form .newsletter-row .form-builder-field.first-name {
    width: 100%;
    grid-column: 1/3;
    max-width: initial;
  }
}
@media only screen and (max-width: 768px) {
  #newsletter form .newsletter-row .form-builder-field.first-name, #newsletter .form .newsletter-row .form-builder-field.first-name {
    width: 100%;
    max-width: initial;
  }
}
#newsletter form .newsletter-row .form-builder-field.last-name, #newsletter .form .newsletter-row .form-builder-field.last-name {
  width: 100%;
  max-width: 210px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #newsletter form .newsletter-row .form-builder-field.last-name, #newsletter .form .newsletter-row .form-builder-field.last-name {
    width: 100%;
    grid-column: 3/5;
    max-width: initial;
  }
}
@media only screen and (max-width: 768px) {
  #newsletter form .newsletter-row .form-builder-field.last-name, #newsletter .form .newsletter-row .form-builder-field.last-name {
    width: 100%;
    max-width: initial;
  }
}
#newsletter form .newsletter-row .form-builder-field.zip-code, #newsletter .form .newsletter-row .form-builder-field.zip-code {
  width: 100%;
  max-width: 160px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #newsletter form .newsletter-row .form-builder-field.zip-code, #newsletter .form .newsletter-row .form-builder-field.zip-code {
    width: 100%;
    grid-column: 1/3;
    max-width: initial;
  }
}
@media only screen and (max-width: 768px) {
  #newsletter form .newsletter-row .form-builder-field.zip-code, #newsletter .form .newsletter-row .form-builder-field.zip-code {
    width: 100%;
    max-width: initial;
  }
}
#newsletter form .newsletter-row .form-builder-field.email-address, #newsletter .form .newsletter-row .form-builder-field.email-address {
  width: 100%;
  max-width: 302px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #newsletter form .newsletter-row .form-builder-field.email-address, #newsletter .form .newsletter-row .form-builder-field.email-address {
    width: 100%;
    max-width: initial;
  }
}
@media only screen and (max-width: 768px) {
  #newsletter form .newsletter-row .form-builder-field.email-address, #newsletter .form .newsletter-row .form-builder-field.email-address {
    width: 100%;
    max-width: initial;
  }
}
#newsletter form .newsletter-row .form-builder-field.submit-button, #newsletter .form .newsletter-row .form-builder-field.submit-button {
  width: 100%;
  max-width: 180px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #newsletter form .newsletter-row .form-builder-field.submit-button, #newsletter .form .newsletter-row .form-builder-field.submit-button {
    width: 100%;
    grid-column: 4/5;
    max-width: initial;
  }
}
@media only screen and (max-width: 768px) {
  #newsletter form .newsletter-row .form-builder-field.submit-button, #newsletter .form .newsletter-row .form-builder-field.submit-button {
    width: 100%;
    max-width: initial;
  }
}
#newsletter form .newsletter-row .form-builder-field .footer-stay-connected-input,
#newsletter form .newsletter-row .form-builder-field input[type=text],
#newsletter form .newsletter-row .form-builder-field input[type=email], #newsletter .form .newsletter-row .form-builder-field .footer-stay-connected-input,
#newsletter .form .newsletter-row .form-builder-field input[type=text],
#newsletter .form .newsletter-row .form-builder-field input[type=email] {
  display: block;
  background-color: #ffffff;
  height: 50px;
  line-height: 36px;
  padding: 0 18px;
  width: 100%;
  border: 0;
  font-family: "Lato", serif;
  font-size: 20px;
}
#newsletter form .newsletter-row .form-builder-field .footer-stay-connected-input:focus + label,
#newsletter form .newsletter-row .form-builder-field input[type=text]:focus + label,
#newsletter form .newsletter-row .form-builder-field input[type=email]:focus + label, #newsletter .form .newsletter-row .form-builder-field .footer-stay-connected-input:focus + label,
#newsletter .form .newsletter-row .form-builder-field input[type=text]:focus + label,
#newsletter .form .newsletter-row .form-builder-field input[type=email]:focus + label {
  font-size: smaller;
  top: 0;
  transition: all 0.3s;
}
@media (prefers-reduced-motion) {
  #newsletter form .newsletter-row .form-builder-field .footer-stay-connected-input:focus + label,
  #newsletter form .newsletter-row .form-builder-field input[type=text]:focus + label,
  #newsletter form .newsletter-row .form-builder-field input[type=email]:focus + label, #newsletter .form .newsletter-row .form-builder-field .footer-stay-connected-input:focus + label,
  #newsletter .form .newsletter-row .form-builder-field input[type=text]:focus + label,
  #newsletter .form .newsletter-row .form-builder-field input[type=email]:focus + label {
    transition: none;
  }
}
#newsletter form .newsletter-row .form-builder-field .footer-stay-connected-input:focus + label em,
#newsletter form .newsletter-row .form-builder-field input[type=text]:focus + label em,
#newsletter form .newsletter-row .form-builder-field input[type=email]:focus + label em, #newsletter .form .newsletter-row .form-builder-field .footer-stay-connected-input:focus + label em,
#newsletter .form .newsletter-row .form-builder-field input[type=text]:focus + label em,
#newsletter .form .newsletter-row .form-builder-field input[type=email]:focus + label em {
  display: none;
}
#newsletter form .newsletter-row .form-builder-field label, #newsletter .form .newsletter-row .form-builder-field label {
  display: none;
}
#newsletter form .newsletter-row .form-builder-field ::-moz-placeholder, #newsletter .form .newsletter-row .form-builder-field ::-moz-placeholder {
  color: #65615D;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px; /* 196% */
  position: absolute;
  white-space: nowrap;
  top: 12px;
  left: 10px;
  text-align: left;
  margin: 0;
  font-family: "Lato", serif;
  padding-left: 6px;
  height: 50px;
}
#newsletter form .newsletter-row .form-builder-field ::placeholder, #newsletter .form .newsletter-row .form-builder-field ::placeholder {
  color: #65615D;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px; /* 196% */
  position: absolute;
  white-space: nowrap;
  top: 12px;
  left: 10px;
  text-align: left;
  margin: 0;
  font-family: "Lato", serif;
  padding-left: 6px;
  height: 50px;
}
#newsletter form .newsletter-row .form-builder-field input[type=submit],
#newsletter form .newsletter-row .form-builder-field .newsletter-submit, #newsletter .form .newsletter-row .form-builder-field input[type=submit],
#newsletter .form .newsletter-row .form-builder-field .newsletter-submit {
  min-height: 36px;
  line-height: 36px;
  font-size: 18px;
  padding: 0 20px;
  box-sizing: border-box;
  border: 0;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #1E355E;
  color: #fff;
  height: 50px;
  letter-spacing: 0.964px;
}
#newsletter form .newsletter-row .form-builder-field input[type=submit]:hover,
#newsletter form .newsletter-row .form-builder-field .newsletter-submit:hover, #newsletter .form .newsletter-row .form-builder-field input[type=submit]:hover,
#newsletter .form .newsletter-row .form-builder-field .newsletter-submit:hover {
  background-color: #85754E;
}
@media only screen and (max-width: 768px) {
  #newsletter form .newsletter-row .form-builder-field input[type=submit],
  #newsletter form .newsletter-row .form-builder-field .newsletter-submit, #newsletter .form .newsletter-row .form-builder-field input[type=submit],
  #newsletter .form .newsletter-row .form-builder-field .newsletter-submit {
    order: 2;
    margin: 0;
    width: 100%;
  }
}
#newsletter form .newsletter-row .footer-newsletter-controls, #newsletter .form .newsletter-row .footer-newsletter-controls {
  display: flex;
  width: 20%;
  align-items: center;
  justify-content: center;
}
#newsletter form .privacy-policy,
#newsletter form .compliance, #newsletter .form .privacy-policy,
#newsletter .form .compliance {
  display: flex;
  color: #1E355E;
  justify-content: center;
  text-align: left;
}
#newsletter form .privacy-policy p,
#newsletter form .compliance p, #newsletter .form .privacy-policy p,
#newsletter .form .compliance p {
  margin-bottom: 0;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #newsletter form .privacy-policy p,
  #newsletter form .compliance p, #newsletter .form .privacy-policy p,
  #newsletter .form .compliance p {
    width: 100%;
  }
}
#newsletter form .privacy-policy p,
#newsletter form .compliance p, #newsletter .form .privacy-policy p,
#newsletter .form .compliance p {
  color: #1E355E;
  display: block;
  font-size: 15px;
  position: relative;
  font-family: "Lato", serif;
  font-weight: 450;
  line-height: 15.5px;
  text-align: left;
}
#newsletter form .privacy-policy p em,
#newsletter form .compliance p em, #newsletter .form .privacy-policy p em,
#newsletter .form .compliance p em {
  color: #1E355E;
}
#newsletter form .privacy-policy a,
#newsletter form .compliance a, #newsletter .form .privacy-policy a,
#newsletter .form .compliance a {
  color: #1E355E;
}
#newsletter form .privacy-policy input[type=radio],
#newsletter form .compliance input[type=radio], #newsletter .form .privacy-policy input[type=radio],
#newsletter .form .compliance input[type=radio] {
  height: 31px;
  width: 31px;
}
@media only screen and (max-width: 768px) {
  #newsletter form .privacy-policy input[type=radio],
  #newsletter form .compliance input[type=radio], #newsletter .form .privacy-policy input[type=radio],
  #newsletter .form .compliance input[type=radio] {
    height: 23px;
    width: 23px;
  }
}
#newsletter form .privacy-policy em,
#newsletter form .compliance em, #newsletter .form .privacy-policy em,
#newsletter .form .compliance em {
  display: none;
}
#newsletter form .privacy-policy .compliance input[type=checkbox],
#newsletter form .compliance .compliance input[type=checkbox], #newsletter .form .privacy-policy .compliance input[type=checkbox],
#newsletter .form .compliance .compliance input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin-top: 0;
  margin-right: 15px;
  height: 46.5px;
  width: 46.5px;
  border: 1px solid #1E355E;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  cursor: pointer;
  background-color: #fff;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  #newsletter form .privacy-policy .compliance input[type=checkbox],
  #newsletter form .compliance .compliance input[type=checkbox], #newsletter .form .privacy-policy .compliance input[type=checkbox],
  #newsletter .form .compliance .compliance input[type=checkbox] {
    height: 23px;
    width: 23px;
  }
}
#newsletter form .privacy-policy .compliance input[type=checkbox]:checked,
#newsletter form .compliance .compliance input[type=checkbox]:checked, #newsletter .form .privacy-policy .compliance input[type=checkbox]:checked,
#newsletter .form .compliance .compliance input[type=checkbox]:checked {
  background-color: #fff;
  border-color: #000;
}
#newsletter form .privacy-policy .compliance input[type=checkbox]:checked::before,
#newsletter form .compliance .compliance input[type=checkbox]:checked::before, #newsletter .form .privacy-policy .compliance input[type=checkbox]:checked::before,
#newsletter .form .compliance .compliance input[type=checkbox]:checked::before {
  content: "";
  width: 31px;
  height: 31px;
  background-color: #1E355E;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  #newsletter form .privacy-policy .compliance input[type=checkbox]:checked::before,
  #newsletter form .compliance .compliance input[type=checkbox]:checked::before, #newsletter .form .privacy-policy .compliance input[type=checkbox]:checked::before,
  #newsletter .form .compliance .compliance input[type=checkbox]:checked::before {
    width: 12px;
    height: 12px;
  }
}
#newsletter [id*=form_form_] .form-builder-field[class*=inputcheckbox] label {
  margin-left: 0;
}
#newsletter .success {
  display: none;
  margin: 15px 0 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4em;
}

.main-stay-connected-form .success {
  display: none;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.4em;
  color: #85754E;
  text-align: center;
}

#home-tiles {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  margin-bottom: 110px;
}
@media only screen and (max-width: 768px) {
  #home-tiles {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}
#home-tiles .big-image-wrap,
#home-tiles .small-images-wrap {
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
@media only screen and (max-width: 820px) {
  #home-tiles .big-image-wrap,
  #home-tiles .small-images-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 640px) {
  #home-tiles .big-image-wrap,
  #home-tiles .small-images-wrap {
    padding: 0;
  }
}
#home-tiles .big-image-wrap .big-image,
#home-tiles .big-image-wrap .small-image,
#home-tiles .small-images-wrap .big-image,
#home-tiles .small-images-wrap .small-image {
  background-size: cover;
  background-position: center;
}
#home-tiles .big-image-wrap {
  width: 66.6666%;
}
@media only screen and (max-width: 640px) {
  #home-tiles .big-image-wrap {
    width: 100%;
  }
}
#home-tiles .big-image-wrap .big-image {
  background-color: #1E355E;
}
#home-tiles .big-image-wrap .big-image:after {
  content: "";
  display: block;
  padding-top: 82%;
}
#home-tiles .small-images-wrap {
  width: 33.3333%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 640px) {
  #home-tiles .small-images-wrap {
    width: 100%;
    flex-direction: row;
    margin-top: 10px;
  }
}
#home-tiles .small-images-wrap .small-image {
  flex: 1;
  background-color: #1E355E;
}
#home-tiles .small-images-wrap .small-image:first-of-type {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #home-tiles .small-images-wrap .small-image:first-of-type {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 640px) {
  #home-tiles .small-images-wrap .small-image:first-of-type {
    margin-bottom: 20px;
    margin-bottom: 0px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 640px) {
  #home-tiles .small-images-wrap .small-image:after {
    content: "";
    display: block;
    padding-top: 82%;
  }
}

#events {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  #events {
    margin-bottom: 50px;
  }
}
#events h2 {
  font-family: "Amiri", serif;
  color: #1E355E;
  line-height: 1.4em;
  font-size: 60px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1280px) {
  #events h2 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 820px) {
  #events h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 420px) {
  #events h2 {
    font-size: 32px;
  }
}
#events h2 a {
  color: inherit;
  text-decoration: none;
}
#events .slideshow {
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
  padding-left: 60px;
  padding-right: 60px;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 420px) {
  #events .slideshow {
    padding-left: 30px;
    padding-right: 30px;
  }
}
#events .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
#events .event {
  position: relative;
  display: inline-block;
  width: 33.3333333333%;
  overflow: hidden;
  vertical-align: top;
  white-space: normal;
  min-height: 280px;
  padding-bottom: 80px;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
}
@media only screen and (max-width: 420px) {
  #events .event {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#events .event .thumbnail {
  position: relative;
  width: 100%;
  height: 350px;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #events .event .thumbnail {
    height: 266px;
  }
}
#events .event .thumbnail.no-thumbnail {
  background: #dbdbdb;
}
#events .event .thumbnail .loading:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid transparent;
  border-top-color: #85754E;
  border-bottom-color: #85754E;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#events .event .date {
  display: block;
  position: relative;
  margin-bottom: 20px;
  color: #85754E;
  font-size: 18px;
  line-height: 1em;
  font-weight: 600;
  text-transform: uppercase;
}
#events .event .date a {
  color: inherit;
  text-decoration: none;
}
#events .event h3 {
  color: #1E355E;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
}
@media only screen and (max-width: 1280px) {
  #events .event h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #events .event h3 {
    font-size: 18px;
  }
}
#events .event p {
  font-size: 15px;
  line-height: 1.67em;
  color: #1E355E;
}
#events .event .copy {
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  #events .event .copy {
    padding: 0 10px;
  }
}
#events .event .button {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}
#events .slideshow-pagination {
  margin: 20px 0;
  text-align: center;
  font-size: 0;
}
@media only screen and (max-width: 768px) {
  #events .slideshow-pagination {
    display: none;
  }
}
#events .slideshow-pagination > * {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  text-indent: -9999px;
  overflow: hidden;
  background: #85754E;
  border-radius: 50%;
  transition: background 300ms ease-in-out;
  cursor: pointer;
}
@media (prefers-reduced-motion) {
  #events .slideshow-pagination > * {
    transition: none;
  }
}
#events .slideshow-pagination > *:hover, #events .slideshow-pagination > *.active {
  background: #85754E;
}
#events .slideshow-button {
  border: 2px solid #85754E;
  border-bottom: 0;
  border-left: 0;
  height: 24px;
  overflow: hidden;
  position: absolute;
  text-indent: -100em;
  top: 50%;
  width: 24px;
  z-index: 10;
  cursor: pointer;
  transition: all 350ms ease 0ms;
}
@media (prefers-reduced-motion) {
  #events .slideshow-button {
    transition-property: none;
  }
}
@media (prefers-reduced-motion) {
  #events .slideshow-button {
    transition: none;
  }
}
#events .slideshow-button.previous {
  left: 40px;
  transform: translateY(-50%) rotate(-135deg);
}
@media only screen and (max-width: 420px) {
  #events .slideshow-button.previous {
    left: 10px;
  }
}
#events .slideshow-button.next {
  transform: translateY(-50%) rotate(45deg);
  right: 40px;
}
@media only screen and (max-width: 420px) {
  #events .slideshow-button.next {
    right: 10px;
  }
}

.review {
  width: 100%;
  background-color: #85754E;
  padding: 60px 20px;
  box-sizing: border-box;
  text-align: center;
  margin: 40px auto;
}
@media only screen and (max-width: 768px) {
  .review {
    margin-bottom: 70px;
  }
}
.review .gallery-quote-icon {
  width: 62px;
  height: 38px;
  margin: 0 auto 30px;
  background: url("../images/sprite.svg") -9px -180px;
}
.review .quote {
  font-size: 46px;
  color: #1E355E;
  font-family: "Syncopate", serif;
  line-height: 1.3;
  letter-spacing: 1px;
  margin-bottom: 20px;
  margin-left: 150px;
  margin-right: 150px;
}
@media only screen and (max-width: 1280px) {
  .review .quote {
    font-size: 38px;
    margin-left: 100px;
    margin-right: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .review .quote {
    font-size: 32px;
    margin-left: 40px;
    margin-right: 40px;
  }
}
.review .author {
  font-size: 20px;
  color: #1E355E;
  font-family: "Amiri", serif;
  position: relative;
}
.review .author:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 1px;
  background: #d8d8d8;
}

#accommodations {
  position: relative;
  z-index: 30;
  padding: 10px 50px 80px;
  box-sizing: border-box;
  max-width: 1440px;
  width: 100%;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  #accommodations {
    padding: 30px 50px;
  }
}
#accommodations .slideshow {
  overflow: hidden;
}
#accommodations .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
#accommodations .accommodation {
  position: relative;
  display: inline-block;
  width: 33.33%;
  vertical-align: top;
  overflow: hidden;
  white-space: normal;
}
#accommodations .accommodation .inner-wrapper {
  width: 100%;
  padding-top: 0;
}
#accommodations .accommodation .thumbnail {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  margin-bottom: 24px;
  background-color: #1E355E;
  background-position: center;
  background-size: cover;
  transition: all 800ms ease 0ms;
}
@media (prefers-reduced-motion) {
  #accommodations .accommodation .thumbnail {
    transition-property: none;
  }
}
@media (prefers-reduced-motion) {
  #accommodations .accommodation .thumbnail {
    transition: none;
  }
}
#accommodations .accommodation .thumbnail .gallery-button {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  bottom: 30px;
  left: 50%;
  background: #85754E;
  transform: translateX(-50%);
  transition: background 300ms ease-in-out;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}
@media (prefers-reduced-motion) {
  #accommodations .accommodation .thumbnail .gallery-button {
    transition: none;
  }
}
#accommodations .accommodation .thumbnail .gallery-button:hover {
  background: #1E355E;
}
#accommodations .accommodation .thumbnail .gallery-button span {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/sprite.svg") -9px -120px;
}
#accommodations .accommodation .thumbnail:after {
  content: "";
  display: block;
  padding-top: 128%;
}
#accommodations .accommodation .thumbnail .loading:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid transparent;
  border-top-color: #85754E;
  border-bottom-color: #85754E;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#accommodations .accommodation .thumbnail .loading:before {
  top: 8%;
  right: 8%;
  left: auto;
  margin: auto;
}
#accommodations .accommodation .content {
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
  max-width: 300px;
  margin: auto;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media only screen and (max-width: 1280px) {
  #accommodations .accommodation .content {
    max-width: 180px;
  }
}
#accommodations .accommodation h3 {
  font-weight: 400;
  font-family: "Amiri", serif;
  font-size: 30px;
  line-height: 1.4;
  text-transform: uppercase;
  position: relative;
  width: 100%;
  text-align: center;
  color: #1E355E;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1280px) {
  #accommodations .accommodation h3 {
    font-size: 22px;
  }
}
#accommodations .accommodation h3 a {
  color: inherit;
  text-decoration: none;
}
#accommodations .accommodation p {
  font-size: 15px;
  line-height: 1.67em;
  font-weight: 500;
  opacity: 0;
  transition: all 800ms ease 0ms;
}
@media (prefers-reduced-motion) {
  #accommodations .accommodation p {
    transition-property: none;
  }
}
@media (prefers-reduced-motion) {
  #accommodations .accommodation p {
    transition: none;
  }
}
#accommodations .accommodation .price {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  width: 100%;
  text-align: center;
  color: #1E355E;
  margin-bottom: 20px;
  transition: all 500ms ease 0ms;
}
@media (prefers-reduced-motion) {
  #accommodations .accommodation .price {
    transition-property: none;
  }
}
@media (prefers-reduced-motion) {
  #accommodations .accommodation .price {
    transition: none;
  }
}
@media only screen and (max-width: 1280px) {
  #accommodations .accommodation .price {
    font-size: 18px;
  }
}
#accommodations .accommodation .price a {
  color: inherit;
  text-decoration: none;
}
#accommodations .accommodation .price a:hover {
  color: #85754E;
}
#accommodations .accommodation .promo-button {
  position: relative;
  cursor: pointer;
}
#accommodations .accommodation .promo-button:hover {
  border-color: #1E355E;
  color: #fff;
}
#accommodations .slideshow-button {
  border: 2px solid #1E355E;
  border-bottom: 0;
  border-left: 0;
  height: 24px;
  overflow: hidden;
  position: absolute;
  text-indent: -100em;
  top: 32%;
  width: 24px;
  z-index: 10;
  cursor: pointer;
  transition: all 350ms ease 0ms;
}
@media (prefers-reduced-motion) {
  #accommodations .slideshow-button {
    transition-property: none;
  }
}
@media (prefers-reduced-motion) {
  #accommodations .slideshow-button {
    transition: none;
  }
}
#accommodations .slideshow-button.previous {
  left: 20px;
  transform: translateY(-50%) rotate(-135deg);
}
#accommodations .slideshow-button.next {
  transform: translateY(-50%) rotate(45deg);
  right: 20px;
}

/* TEMPLATE 1 - 1 */
.rooms .categories-descr {
  padding: 0 20px;
}
.rooms .categories-descr .category-descr {
  display: none;
  margin-top: 40px;
}
.rooms .categories-descr .category-descr.active {
  display: block;
}
.rooms .categories-descr .category-descr h1,
.rooms .categories-descr .category-descr h2 {
  text-align: center;
}
.rooms .category-selector {
  text-align: center;
  font-size: 0;
  padding: 50px 0;
}
@media only screen and (max-width: 768px) {
  .rooms .category-selector {
    padding: 20px;
  }
}
.rooms .category-selector .button, .rooms .category-selector button {
  font-family: "Lato", serif;
  margin: 0 35px 0;
  background-color: #fff;
  line-height: 50px;
  border: 1px solid #1E355E;
  color: #1E355E;
}
.rooms .category-selector .button:hover, .rooms .category-selector .button.active, .rooms .category-selector button:hover, .rooms .category-selector button.active {
  background-color: #85754E;
  border-color: #85754E;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .rooms .category-selector .button, .rooms .category-selector button {
    display: none;
  }
}
.rooms .category-selector .select-wrapper {
  display: none;
}
@media only screen and (max-width: 768px) {
  .rooms .category-selector .select-wrapper {
    display: inline-block;
    width: 100%;
    padding: 0 30px;
  }
}
.rooms .category-selector .select-wrapper select {
  border: thin solid #1E355E;
  color: #85754E;
  font-family: "Lato", serif;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: 0.05em;
  text-align: left;
  border: 2px solid #85754E;
  text-transform: uppercase;
}
.rooms .category-selector .select-wrapper .select-icon {
  right: 40px;
}
.rooms .rooms-entry {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 40px 0;
}
@media only screen and (max-width: 768px) {
  .rooms .rooms-entry {
    margin: 20px 0 0 0;
  }
}
.rooms .rooms-entry .background {
  position: absolute;
  top: 0;
  left: 320px;
  bottom: 0;
  right: 0;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #1E355E;
}
.rooms .rooms-entry .background:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 65%;
  bottom: 0;
  left: 0;
  z-index: 1; /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(252, 252, 252, 0) 1%, rgba(0, 0, 0, 0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#99000000",GradientType=0 ); /* IE6-9 */
}
@media only screen and (max-width: 768px) {
  .rooms .rooms-entry .background {
    position: relative;
    padding-top: 78%;
    width: 100%;
    left: auto;
  }
  .rooms .rooms-entry .background:after {
    content: "";
    display: block;
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: rgba(30, 53, 94, 0.9);
  }
}
@media only screen and (max-width: 768px) {
  .rooms .rooms-entry .background {
    padding-top: 50%;
  }
}
.rooms .rooms-entry .background .price {
  position: absolute;
  bottom: 35px;
  right: 35px;
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
  text-decoration: none;
  z-index: 2;
}
.rooms .rooms-entry .background .price .number {
  font-size: 48px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .rooms .rooms-entry .background .price span {
    display: block;
    margin-top: 10px;
  }
  .rooms .rooms-entry .background .price span.prefix {
    display: initial;
  }
}
@media only screen and (max-width: 768px) {
  .rooms .rooms-entry .background .price {
    right: auto;
    left: 10px;
    bottom: 4px;
    font-size: 12px;
    line-height: 26px;
  }
  .rooms .rooms-entry .background .price span {
    display: inline-block;
  }
  .rooms .rooms-entry .background .price .number {
    font-size: 25px;
  }
}
.rooms .rooms-entry .background a.price:hover {
  color: #1E355E;
}
.rooms .rooms-entry .background .book-now {
  display: none;
  position: absolute;
  bottom: 6px;
  right: 10px;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  z-index: 2;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .rooms .rooms-entry .background .book-now {
    display: block;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 0;
  }
  .rooms .rooms-entry .background .book-now:hover {
    color: #1E355E;
  }
}
.rooms .rooms-entry .description {
  box-sizing: border-box;
  min-height: 500px;
  float: left;
  width: 320px;
  padding: 30px 40px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .rooms .rooms-entry .description {
    padding: 15px 20px 20px;
    width: 100%;
    height: auto;
    min-height: 100%;
    text-align: center;
  }
}
.rooms .rooms-entry .description h3 {
  font-size: 24px;
  line-height: 28px;
  margin: 6px 0 15px;
  font-weight: 500;
  font-family: "Amiri", serif;
}
.rooms .rooms-entry .description p {
  font-size: 16px;
  line-height: 20px;
}
.rooms .rooms-entry nav {
  bottom: 40px;
  left: 40px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .rooms .rooms-entry nav {
    position: static;
    width: auto;
    text-align: center;
    margin-top: 25px;
  }
}
.rooms .rooms-entry nav .view-gallery {
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: thin solid #ffffff;
  position: absolute;
  bottom: -10px;
  left: 310px;
  background: #85754E;
  text-indent: -9999em;
  overflow: hidden;
  line-height: 1.2;
  font-size: 14px;
  text-transform: uppercase;
  z-index: 2;
}
.rooms .rooms-entry nav .view-gallery:hover {
  background: #1E355E;
}
@media only screen and (max-width: 768px) {
  .rooms .rooms-entry nav .view-gallery:hover {
    background: none;
    color: #483e2a;
  }
}
@media only screen and (max-width: 768px) {
  .rooms .rooms-entry nav .view-gallery {
    width: auto;
    height: auto;
    border-radius: 0;
    position: static;
    background: none;
    text-indent: 0;
    text-decoration: underline;
    overflow: visible;
    display: inline-block;
    color: #1E355E;
    border: 0;
  }
}
.rooms .rooms-entry nav .view-gallery:after {
  content: "";
  display: block;
  width: 22px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -11px;
  background: url("../images/common.svg") no-repeat -657px -86px;
}
@media only screen and (max-width: 768px) {
  .rooms .rooms-entry nav .view-gallery:after {
    display: none;
  }
}
.rooms .rooms-entry nav .view-tour {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
  transition: color 300ms ease-in-out;
}
.rooms .rooms-entry nav .view-tour:hover {
  color: #483e2a;
}
.rooms .rooms-entry nav .view-tour:hover .rooms-360-icon svg {
  fill: #483e2a;
}
.rooms .rooms-entry nav .view-tour .rooms-360-icon {
  margin-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rooms .rooms-entry nav .view-tour .rooms-360-icon svg {
  transition: fill 300ms ease-in-out;
  fill: #1E355E;
}

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

.page-content .room .back-btn {
  display: block;
  margin-bottom: 20px;
}
.page-content .room .price {
  font-weight: 700;
}

.center-column:has(.rooms) {
  max-width: initial;
  padding: 0;
}

#home-gallery {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  margin: 1px 1px 70px 1px;
  text-align: center;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  #home-gallery {
    margin-bottom: 40px;
  }
}
#home-gallery .gallery-wrapper {
  overflow: hidden;
}
#home-gallery .photo {
  position: relative;
  float: left;
  width: 20%;
  height: 0;
  padding-top: 20%;
  font-size: 0;
  transition: opacity 0.3s ease-out;
  opacity: 1;
}
@media (prefers-reduced-motion) {
  #home-gallery .photo {
    transition: none;
  }
}
#home-gallery .photo:hover {
  opacity: 0.8;
}
@media only screen and (min-width: 1024px) {
  #home-gallery .photo:nth-child(2) span {
    height: 200%;
  }
  #home-gallery .photo:nth-child(4) {
    width: 40%;
  }
  #home-gallery .photo:nth-child(5) {
    margin-right: 20%;
  }
  #home-gallery .photo:nth-child(6) {
    width: 40%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #home-gallery .photo {
    width: 33.3333333333%;
  }
  #home-gallery .photo:nth-child(7) {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #home-gallery .photo {
    width: 50%;
  }
  #home-gallery .photo:nth-child(7) {
    display: none;
  }
}
#home-gallery .photo span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #1E355E;
  background-position: 50% 50%;
  background-size: cover;
}
#home-gallery .photo span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #ffffff;
}
#home-gallery .all-photos {
  margin-top: 32px;
}

#feeds {
  position: relative;
  padding: 50px 0;
  margin-bottom: 70px;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  #feeds {
    margin-bottom: 40px;
  }
}
#feeds .page-content {
  margin-bottom: 45px;
}
#feeds.loading {
  min-height: 500px;
}
#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: #85754E;
  border-bottom-color: #85754E;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#feeds .category-selector button {
  position: relative;
  padding-left: 34px;
  margin: 0 18px;
  line-height: 40px;
  font-size: 15px;
  color: #1E355E;
}
#feeds .category-selector button:hover, #feeds .category-selector button.active {
  color: #85754E;
}
#feeds .category-selector button:before {
  background: url("../images/sprite.svg") no-repeat -9px -237px;
  content: "";
  position: absolute;
  display: block;
  height: 16px;
  width: 16px;
  top: 12px;
  left: 0;
}
#feeds .category-selector button.instagram-button:before {
  top: 0;
  width: 30px;
  height: 35px;
  background-position: -280px -260px;
}
#feeds .category-selector button.facebook-button:before {
  top: 0;
  width: 30px;
  height: 35px;
  background-position: 0 -260px;
}
#feeds .category-selector button.blog-button:before {
  background-position: -108px -242px;
}
#feeds .feed-content {
  overflow: hidden;
  position: relative;
}
#feeds .feed-items {
  font-size: 0;
  margin-bottom: 20px;
}
#feeds .feed-items:after {
  clear: both;
  content: "";
  display: table;
}
#feeds .pattern {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#feeds .feed-item {
  position: relative;
  width: calc((100% - 90px) / 6);
  height: 0;
  padding-top: 15%;
  margin-bottom: 18px;
  font: 14px/18px "Amiri", serif;
  overflow: hidden;
  opacity: 1;
  text-align: left;
  background: #fafafa;
  color: #1E355E;
  transition: opacity 300ms ease-in-out;
}
@media (prefers-reduced-motion) {
  #feeds .feed-item {
    transition: none;
  }
}
@media only screen and (max-width: 1024px) {
  #feeds .feed-item {
    width: calc((100% - 54px) / 4);
    padding-top: 23%;
  }
}
@media only screen and (max-width: 768px) {
  #feeds .feed-item {
    width: calc(50% - 9px);
    padding-top: 48%;
  }
}
@media screen and (max-width: 400px) {
  #feeds .feed-item {
    width: 100%;
    padding-top: 100%;
  }
}
#feeds .feed-item:hover {
  opacity: 0.86;
}
#feeds .feed-item:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  right: 10px;
  top: 10px;
  background: none;
  z-index: 5;
}
#feeds .feed-item.invisible {
  opacity: 0;
}
#feeds .feed-item.carousel_album:before {
  background: url("../images/feeds-sprite.svg") -30px 0 no-repeat;
}
#feeds .feed-item.video:before {
  background: url("../images/feeds-sprite.svg") 0 0 no-repeat;
  width: 9px;
}
#feeds .feed-item .feed-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1E355E;
}
#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/1.3 "Amiri", 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 {
  font-size: 14px;
  color: #1E355E;
  margin-bottom: 10px;
  font-weight: 400;
  text-decoration: underline;
  padding-right: 30px;
  transition: all 300ms ease-in-out;
}
@media (prefers-reduced-motion) {
  #feeds .feed-item .feed-title {
    transition: none;
  }
}
#feeds .feed-item .feed-date {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
}
#feeds .feed-item .feed-text {
  display: inline-block;
  font-family: "Amiri", 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 .feed-descr {
  display: none;
}
#feeds .feed-item.instagram a {
  color: inherit;
}
#feeds .feed-item.facebook {
  background: #3b5998;
}
#feeds .feed-item.twitter {
  background: #657786;
}
#feeds .feed-item.blog .feed-thumb {
  display: none;
}
#feeds .feed-item.blog h3 {
  color: #975700;
  padding-right: 30px;
  margin-bottom: 10px;
  font-size: 14px;
  text-transform: none;
  line-height: 1.3em;
  font-weight: 400;
}
#feeds .feed-item.blog .feed-descr {
  color: #5c574f;
}
#feeds.all-feeds .feed-items.items-per-pattern-5 .pattern, #feeds.all-feeds .feed-items.items-per-pattern-9 .pattern, #feeds.all-feeds .feed-items.items-per-pattern-10 .pattern {
  margin-bottom: 20px;
}
#feeds.all-feeds .feed-items.items-per-pattern-5 .feed-item, #feeds.all-feeds .feed-items.items-per-pattern-9 .feed-item, #feeds.all-feeds .feed-items.items-per-pattern-10 .feed-item {
  position: absolute;
  margin: 0;
  padding: 0;
  width: auto;
}
#feeds.all-feeds .feed-items.items-per-pattern-5 .pattern {
  padding-bottom: 48.4%;
}
#feeds.all-feeds .feed-items.items-per-pattern-5 .feed-item:nth-child(1) {
  top: 0;
  right: calc(75% + 10px);
  bottom: calc(50% + 10px);
  left: 10px;
}
#feeds.all-feeds .feed-items.items-per-pattern-5 .feed-item:nth-child(2) {
  top: calc(50% + 10px);
  right: calc(75% + 10px);
  bottom: 0;
  left: 10px;
}
#feeds.all-feeds .feed-items.items-per-pattern-5 .feed-item:nth-child(3) {
  top: 0;
  right: calc(25% + 10px);
  bottom: 0;
  left: calc(25% + 10px);
}
#feeds.all-feeds .feed-items.items-per-pattern-5 .feed-item:nth-child(3) .feed-descr {
  top: auto;
}
#feeds.all-feeds .feed-items.items-per-pattern-5 .feed-item:nth-child(4) {
  top: 0;
  right: 10px;
  bottom: calc(50% + 10px);
  left: calc(75% + 10px);
}
#feeds.all-feeds .feed-items.items-per-pattern-5 .feed-item:nth-child(5) {
  top: calc(50% + 10px);
  right: 10px;
  bottom: 0;
  left: calc(75% + 10px);
}
#feeds.all-feeds .feed-items.items-per-pattern-9 .pattern {
  padding-bottom: 32%;
}
#feeds.all-feeds .feed-items.items-per-pattern-9 .feed-item:nth-child(1) {
  top: 0;
  right: calc(83.33% + 10px);
  bottom: calc(50% + 10px);
  left: 10px;
}
#feeds.all-feeds .feed-items.items-per-pattern-9 .feed-item:nth-child(2) {
  top: calc(50% + 10px);
  right: calc(83.33% + 10px);
  bottom: 0;
  left: 10px;
}
#feeds.all-feeds .feed-items.items-per-pattern-9 .feed-item:nth-child(3) {
  top: 0;
  right: calc(66.66% + 10px);
  bottom: calc(50% + 10px);
  left: calc(16.66% + 10px);
}
#feeds.all-feeds .feed-items.items-per-pattern-9 .feed-item:nth-child(4) {
  top: calc(50% + 10px);
  right: calc(66.66% + 10px);
  bottom: 0;
  left: calc(16.66% + 10px);
}
#feeds.all-feeds .feed-items.items-per-pattern-9 .feed-item:nth-child(5) {
  top: 0;
  right: calc(33.33% + 10px);
  bottom: 0;
  left: calc(33.33% + 10px);
}
#feeds.all-feeds .feed-items.items-per-pattern-9 .feed-item:nth-child(5) .feed-descr {
  top: auto;
}
#feeds.all-feeds .feed-items.items-per-pattern-9 .feed-item:nth-child(6) {
  top: 0;
  right: calc(16.66% + 10px);
  bottom: calc(50% + 10px);
  left: calc(66.66% + 10px);
}
#feeds.all-feeds .feed-items.items-per-pattern-9 .feed-item:nth-child(7) {
  top: calc(50% + 10px);
  right: calc(16.66% + 10px);
  bottom: 0;
  left: calc(66.66% + 10px);
}
#feeds.all-feeds .feed-items.items-per-pattern-9 .feed-item:nth-child(8) {
  top: 0;
  right: 10px;
  bottom: calc(50% + 10px);
  left: calc(83.33% + 10px);
}
#feeds.all-feeds .feed-items.items-per-pattern-9 .feed-item:nth-child(9) {
  top: calc(50% + 10px);
  right: 10px;
  bottom: 0;
  left: calc(83.33% + 10px);
}
#feeds.all-feeds .feed-items.items-per-pattern-10 .pattern {
  padding-bottom: 23.9%;
}
#feeds.all-feeds .feed-items.items-per-pattern-10 .feed-item:nth-child(1) {
  top: 0;
  right: calc(87.5% + 10px);
  bottom: calc(50% + 10px);
  left: 10px;
}
#feeds.all-feeds .feed-items.items-per-pattern-10 .feed-item:nth-child(2) {
  top: calc(50% + 10px);
  right: calc(87.5% + 10px);
  bottom: 0;
  left: 10px;
}
#feeds.all-feeds .feed-items.items-per-pattern-10 .feed-item:nth-child(3) {
  top: 0;
  right: calc(75% + 10px);
  bottom: calc(50% + 10px);
  left: calc(12.5% + 10px);
}
#feeds.all-feeds .feed-items.items-per-pattern-10 .feed-item:nth-child(4) {
  top: calc(50% + 10px);
  right: calc(75% + 10px);
  bottom: 0;
  left: calc(12.5% + 10px);
}
#feeds.all-feeds .feed-items.items-per-pattern-10 .feed-item:nth-child(5) {
  top: 0;
  right: calc(50% + 10px);
  bottom: 0;
  left: calc(25% + 10px);
}
#feeds.all-feeds .feed-items.items-per-pattern-10 .feed-item:nth-child(5) .feed-descr {
  top: auto;
}
#feeds.all-feeds .feed-items.items-per-pattern-10 .feed-item:nth-child(6) {
  top: 0;
  right: calc(37.5% + 10px);
  bottom: calc(50% + 10px);
  left: calc(50% + 10px);
}
#feeds.all-feeds .feed-items.items-per-pattern-10 .feed-item:nth-child(7) {
  top: calc(50% + 10px);
  right: calc(37.5% + 10px);
  bottom: 0;
  left: calc(50% + 10px);
}
#feeds.all-feeds .feed-items.items-per-pattern-10 .feed-item:nth-child(8) {
  top: 0;
  right: calc(25% + 10px);
  bottom: calc(50% + 10px);
  left: calc(62.5% + 10px);
}
#feeds.all-feeds .feed-items.items-per-pattern-10 .feed-item:nth-child(9) {
  top: calc(50% + 10px);
  right: calc(25% + 10px);
  bottom: 0;
  left: calc(62.5% + 10px);
}
#feeds.all-feeds .feed-items.items-per-pattern-10 .feed-item:nth-child(10) {
  top: 0;
  right: 10px;
  bottom: 0;
  left: calc(75% + 10px);
}
#feeds.all-feeds .facebook .feed-descr {
  top: 0;
}
#feeds .feed-controls {
  display: block;
  text-align: center;
}

#calendar {
  margin-top: 50px;
}

#footer {
  position: relative;
  box-sizing: border-box;
  font-size: 15px;
  color: #fff;
  line-height: 1em;
  text-align: center;
  z-index: 1;
}
#footer a {
  text-align: center;
  text-decoration: underline;
  font-size: 15px;
  font-weight: 400;
  line-height: 29.4px; /* 170.435% */
  color: #85754E;
  transition: all 400ms ease 0ms;
}
@media (prefers-reduced-motion) {
  #footer a {
    transition-property: none;
  }
}
@media (prefers-reduced-motion) {
  #footer a {
    transition: none;
  }
}
#footer a:hover {
  color: #fff;
}
#footer .credits {
  display: block;
}
#footer .footer-logos {
  display: flex;
  font-size: 0;
  margin: 87px 0 55px;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #footer .footer-logos {
    margin: 40px 0;
    flex-direction: column;
  }
}
#footer .footer-logos li {
  position: relative;
  display: block;
  opacity: 1;
  transition: opacity 0.3s ease-out;
  margin: 0 90px;
}
@media (prefers-reduced-motion) {
  #footer .footer-logos li {
    transition: none;
  }
}
@media only screen and (max-width: 768px) {
  #footer .footer-logos li {
    margin: 20px 0;
  }
}
#footer .footer-logos li:hover {
  opacity: 0.7;
}
#footer .footer-logos li .independent-col-link img,
#footer .footer-logos li .mariott-link img {
  display: block;
}
#footer .footer-logos a {
  display: inline-block;
  width: 100%;
  max-width: 294px;
}
#footer .socials {
  font-size: 0;
  margin: 40px 0 0;
  text-align: center;
}
#footer .socials li {
  display: inline-block;
  margin: 3px 8px;
}
#footer .socials a {
  position: relative;
  display: block;
  width: 51px;
  height: 51px;
  text-indent: -9999px;
  overflow: hidden;
  transition: opacity 0.2s;
  border-radius: 50%;
}
#footer .socials a.facebook {
  background: #fff url("../images/socials/socials.svg") no-repeat 0 0;
}
#footer .socials a.instagram {
  background: #fff url("../images/socials/socials.svg") no-repeat -70px 0;
}
#footer .socials a.twitter {
  background: #fff url("../images/socials/socials.svg") no-repeat -142px 0;
}
#footer .socials a img {
  display: block;
  width: 100%;
  height: auto;
}
#footer .socials a:hover {
  opacity: 0.6;
}

#footer-menu {
  width: 100%;
  padding: 30px 0 0 0;
  box-sizing: border-box;
  font-size: 0;
  text-align: center;
}
#footer-menu li {
  display: inline-block;
  margin: 4px 19px;
}
#footer-menu a {
  color: #DBD398;
  text-align: center;
  font-size: 17.25px;
  font-style: normal;
  font-weight: 700;
  line-height: 29.4px; /* 170.435% */
  text-transform: uppercase;
  display: block;
  font-family: "Lato", serif;
  text-decoration: none;
  transition: all 400ms ease 0ms;
}
@media (prefers-reduced-motion) {
  #footer-menu a {
    transition-property: none;
  }
}
@media (prefers-reduced-motion) {
  #footer-menu a {
    transition: none;
  }
}
#footer-menu a:hover, #footer-menu a.active {
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  #footer-menu a {
    text-wrap: nowrap;
    font-size: 12px;
    line-height: 10.8px;
    letter-spacing: 0.02em;
  }
}
@media only screen and (max-width: 768px) {
  #footer-menu ul {
    display: grid;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    grid-template-columns: repeat(3, 0fr);
  }
}

.footer-content-wrap {
  background-color: #1E355E;
  padding: 0 20px 10px;
}
@media only screen and (max-width: 768px) {
  .footer-content-wrap {
    padding-bottom: 30px;
  }
}

#footer-contacts {
  margin-bottom: 20px;
  line-height: 1.67em;
  font-size: 15px;
}
#footer-contacts .footer-site-logo {
  max-width: 334px;
}
#footer-contacts img {
  display: block;
  width: 100%;
  height: auto;
}
#footer-contacts p {
  font-family: "Lato", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
}
#footer-contacts p .uppercase {
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  #footer-contacts p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0.02em;
  }
}
#footer-contacts p a {
  font-size: 18px;
  color: inherit;
}
@media only screen and (max-width: 768px) {
  #footer-contacts p a {
    font-size: 16px;
  }
}
#footer-contacts p a:hover {
  color: #85754E;
}
#footer-contacts p a.navisTFN {
  text-decoration: none;
}

#consent_blackbar {
  position: fixed;
  top: 0;
  z-index: 10001;
  width: 100%;
}

.other-page-main-content {
  display: flex;
  flex-direction: row;
  padding: 0px 60px 0;
  box-sizing: border-box;
  width: 100%;
  max-width: 1440px;
  margin: auto;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1024px) {
  .other-page-main-content {
    padding: 0px 60px 40px;
  }
}
@media only screen and (max-width: 640px) {
  .other-page-main-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.other-page-main-content .other-page-side-links {
  width: 33.3333%;
  padding-right: 20px;
}
@media only screen and (max-width: 820px) {
  .other-page-main-content .other-page-side-links {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 40px;
  }
}
.other-page-main-content .other-page-side-links h2 {
  font-size: 28px;
  color: #85754E;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.other-page-main-content .other-page-side-links ul li {
  margin-bottom: 10px;
}
.other-page-main-content .other-page-side-links ul li:last-child {
  margin-bottom: 0px;
}
.other-page-main-content .other-page-side-links ul li a {
  line-height: 1.6em;
  font-size: 15px;
  color: #1E355E;
  display: block;
  text-decoration: none;
  transition: all 400ms ease 0ms;
}
@media (prefers-reduced-motion) {
  .other-page-main-content .other-page-side-links ul li a {
    transition-property: none;
  }
}
@media (prefers-reduced-motion) {
  .other-page-main-content .other-page-side-links ul li a {
    transition: none;
  }
}
@media only screen and (max-width: 820px) {
  .other-page-main-content .other-page-side-links ul li a {
    display: inline-block;
  }
}
.other-page-main-content .other-page-side-links ul li a:hover {
  color: #85754E;
}
.other-page-main-content .page-content {
  padding-left: 20px;
  text-align: left;
  width: 66.6666% !important;
}
@media only screen and (max-width: 820px) {
  .other-page-main-content .page-content {
    width: 100%;
    padding-left: 0px;
  }
}
.other-page-main-content .page-content .content-wrap {
  width: 100%;
  max-width: 720px;
}
.other-page-main-content .page-content h3 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 16px;
  text-transform: uppercase;
  line-height: 1em;
}
.other-page-main-content .page-content p {
  margin-left: 0;
}

.rooms-wrap {
  width: 100%;
  max-width: 1440px;
  padding-left: 60px;
  padding-right: 60px;
  box-sizing: border-box;
  margin: auto;
}
.rooms-wrap.venues-widget {
  padding: 0;
}
.rooms-wrap.venues-widget .venues-entry .room-details-wrap {
  padding-right: 40px;
}
@media only screen and (max-width: 1024px) {
  .rooms-wrap.venues-widget .venues-entry .room-details-wrap {
    padding-right: 0px;
  }
}
.rooms-wrap.venues-widget .venues-entry .room-details-wrap .room-links {
  height: auto;
}
.rooms-wrap.venues-widget .venues-entry .room-details-wrap .room-links .cta-wrap {
  float: none;
}
@media only screen and (max-width: 640px) {
  .rooms-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.rooms-wrap .categories-descr {
  padding: 0 20px;
}
.rooms-wrap .categories-descr .category-descr {
  display: none;
  margin-top: 40px;
}
.rooms-wrap .categories-descr .category-descr.active {
  display: block;
}
.rooms-wrap .categories-descr .category-descr h1,
.rooms-wrap .categories-descr .category-descr h2 {
  text-align: center;
}
.rooms-wrap .category-selector {
  margin: 30px 0 20px;
}
.rooms-wrap h3 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 16px;
  text-transform: uppercase;
  line-height: 1em;
}
.rooms-wrap h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1em;
}
.rooms-wrap .venues-entry {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1024px) {
  .rooms-wrap .venues-entry {
    margin-bottom: 40px;
  }
}
.rooms-wrap .venues-entry.hide {
  display: none;
}
.rooms-wrap .venues-entry .room-details-wrap {
  width: 68%;
  padding-right: 80px;
  box-sizing: border-box;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .rooms-wrap .venues-entry .room-details-wrap {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 40px;
  }
}
.rooms-wrap .venues-entry .room-details-wrap .page-content {
  text-align: left;
}
@media only screen and (max-width: 640px) {
  .rooms-wrap .venues-entry .room-details-wrap .page-content {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.rooms-wrap .venues-entry .room-details-wrap .page-content p {
  margin-left: 0;
  max-width: 100%;
}
.rooms-wrap .venues-entry .room-details-wrap .room-links {
  height: 60px;
  line-height: 60px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.rooms-wrap .venues-entry .room-details-wrap .room-links:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: 768px) {
  .rooms-wrap .venues-entry .room-details-wrap .room-links {
    min-height: 60px;
    height: auto;
    margin-bottom: 50px;
  }
}
.rooms-wrap .venues-entry .room-details-wrap .room-links ul {
  display: inline-block;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .rooms-wrap .venues-entry .room-details-wrap .room-links ul {
    display: block;
  }
}
.rooms-wrap .venues-entry .room-details-wrap .room-links ul li {
  display: inline-block;
  margin-right: 60px;
}
.rooms-wrap .venues-entry .room-details-wrap .room-links ul li:last-child {
  margin-right: 0px;
}
@media only screen and (max-width: 1280px) {
  .rooms-wrap .venues-entry .room-details-wrap .room-links ul li {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 420px) {
  .rooms-wrap .venues-entry .room-details-wrap .room-links ul li {
    margin-right: 20px;
  }
}
.rooms-wrap .venues-entry .room-details-wrap .room-links ul li::before {
  display: none;
}
.rooms-wrap .venues-entry .room-details-wrap .room-links ul li a {
  font-size: 16px;
  color: #483e2a;
  font-weight: 600;
  line-height: 1.75em;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 400ms ease 0ms;
}
@media (prefers-reduced-motion) {
  .rooms-wrap .venues-entry .room-details-wrap .room-links ul li a {
    transition-property: none;
  }
}
@media (prefers-reduced-motion) {
  .rooms-wrap .venues-entry .room-details-wrap .room-links ul li a {
    transition: none;
  }
}
.rooms-wrap .venues-entry .room-details-wrap .room-links ul li a:hover {
  color: #1E355E;
}
.rooms-wrap .venues-entry .room-details-wrap .room-links .cta-wrap {
  float: right;
}
@media only screen and (max-width: 768px) {
  .rooms-wrap .venues-entry .room-details-wrap .room-links .cta-wrap {
    display: block;
    float: none;
  }
}
.rooms-wrap .venues-entry .room-details-wrap .room-links .cta-wrap .phone {
  font-size: 16px;
  display: inline-block;
  color: #1E355E;
  font-weight: 500;
  line-height: 60px;
  height: 60px;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  text-decoration: none;
  transition: all 400ms ease 0ms;
}
@media (prefers-reduced-motion) {
  .rooms-wrap .venues-entry .room-details-wrap .room-links .cta-wrap .phone {
    transition-property: none;
  }
}
@media (prefers-reduced-motion) {
  .rooms-wrap .venues-entry .room-details-wrap .room-links .cta-wrap .phone {
    transition: none;
  }
}
.rooms-wrap .venues-entry .room-details-wrap .room-links .cta-wrap .phone:hover {
  color: #85754E;
}
@media only screen and (max-width: 1280px) {
  .rooms-wrap .venues-entry .room-details-wrap .room-links .cta-wrap .phone {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 1280px) {
  .rooms-wrap .venues-entry .room-details-wrap .room-links .cta-wrap .button {
    padding-left: 10px;
    padding-right: 10px;
    min-width: 120px;
  }
}
.rooms-wrap .venues-entry .room-image-wrap {
  width: 32%;
}
@media only screen and (max-width: 1024px) {
  .rooms-wrap .venues-entry .room-image-wrap {
    width: 100%;
    max-width: 500px;
  }
}
.rooms-wrap .venues-entry .room-image-wrap .room-image {
  position: relative;
  width: 100%;
  background-color: #1E355E;
  background-size: cover;
  background-position: center;
}
.rooms-wrap .venues-entry .room-image-wrap .room-image:after {
  content: "";
  display: block;
  padding-top: 80%;
}
.rooms-wrap .venues-entry .room-image-wrap .room-image .hotel-logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rooms-wrap .venues-entry .room-image-wrap .room-image .hotel-logo img {
  display: block;
  width: 50%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .rooms-wrap .venues-entry .room-image-wrap .room-image .hotel-logo img {
    width: 70%;
  }
}
.rooms-wrap .venues-entry .room-image-wrap .room-layouts {
  margin: 10px 0 0;
}
.rooms-wrap .venues-entry .room-image-wrap .room-layouts li {
  position: relative;
  display: block;
  float: left;
  width: 84px;
  height: 75px;
  margin: 0;
  padding: 0;
  line-height: 75px;
  cursor: pointer;
}
.rooms-wrap .venues-entry .room-image-wrap .room-layouts li:hover:before {
  color: #483e2a;
}
.rooms-wrap .venues-entry .room-image-wrap .room-layouts li:hover:after {
  opacity: 1;
  visibility: visible;
}
.rooms-wrap .venues-entry .room-image-wrap .room-layouts li span {
  display: none;
}
.rooms-wrap .venues-entry .room-image-wrap .room-layouts li:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none !important;
  border-radius: 0 !important;
  margin: 0 !important;
  color: #1E355E;
  background: none !important;
  font-size: 65px;
  text-align: center;
  line-height: 72px;
}
.rooms-wrap .venues-entry .room-image-wrap .room-layouts li:after {
  content: attr(data-layoutname);
  display: block;
  opacity: 0;
  visibility: hidden;
  padding: 20px;
  background: rgba(30, 53, 94, 0.9);
  text-transform: uppercase;
  color: #ffffff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100%;
  box-sizing: border-box;
  font: bold 20px/1 "Amiri", serif;
  word-break: keep-all;
  white-space: pre;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .rooms-wrap .venues-entry .room-image-wrap .room-layouts li:after {
    padding: 16px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .rooms-wrap .venues-entry .room-image-wrap .room-layouts li:after {
    padding: 14px;
    font-size: 14px;
  }
}
.rooms-wrap .venues-entry .room-image-wrap .room-icons {
  display: flex;
  flex-wrap: wrap;
}
.rooms-wrap .venues-entry .room-image-wrap .room-icons .one-room-icon {
  width: 20%;
  background-image: url("../images/sprite.svg");
  cursor: pointer;
}
.rooms-wrap .venues-entry .room-image-wrap .room-icons .one-room-icon:after {
  content: "";
  display: block;
  padding-top: 100%;
}
@media only screen and (max-width: 1280px) {
  .rooms-wrap .venues-entry .room-image-wrap .room-icons .one-room-icon {
    transform: scale(0.8);
  }
}
@media only screen and (max-width: 1024px) {
  .rooms-wrap .venues-entry .room-image-wrap .room-icons .one-room-icon {
    transform: scale(1);
  }
}
@media only screen and (max-width: 420px) {
  .rooms-wrap .venues-entry .room-image-wrap .room-icons .one-room-icon {
    transform: scale(0.9);
  }
}
.rooms-wrap .venues-entry .room-image-wrap .room-icons .one-room-icon.room-icon-1 {
  background-position: -505px 0px;
}
@media only screen and (max-width: 420px) {
  .rooms-wrap .venues-entry .room-image-wrap .room-icons .one-room-icon.room-icon-1 {
    background-position: -510px -5px;
  }
}
.rooms-wrap .venues-entry .room-image-wrap .room-icons .one-room-icon.room-icon-1:hover {
  background-position: -605px 0px;
}
@media only screen and (max-width: 420px) {
  .rooms-wrap .venues-entry .room-image-wrap .room-icons .one-room-icon.room-icon-1:hover {
    background-position: -610px -5px;
  }
}
.rooms-wrap .venues-entry .room-image-wrap .room-icons .one-room-icon.room-icon-2 {
  background-position: -505px -100px;
}
@media only screen and (max-width: 420px) {
  .rooms-wrap .venues-entry .room-image-wrap .room-icons .one-room-icon.room-icon-2 {
    background-position: -510px -105px;
  }
}
.rooms-wrap .venues-entry .room-image-wrap .room-icons .one-room-icon.room-icon-2:hover {
  background-position: -605px -100px;
}
@media only screen and (max-width: 420px) {
  .rooms-wrap .venues-entry .room-image-wrap .room-icons .one-room-icon.room-icon-2:hover {
    background-position: -610px -105px;
  }
}
.rooms-wrap .venues-entry .room-image-wrap .room-icons .one-room-icon.room-icon-3 {
  background-position: -505px -200px;
}
@media only screen and (max-width: 420px) {
  .rooms-wrap .venues-entry .room-image-wrap .room-icons .one-room-icon.room-icon-3 {
    background-position: -510px -205px;
  }
}
.rooms-wrap .venues-entry .room-image-wrap .room-icons .one-room-icon.room-icon-3:hover {
  background-position: -605px -200px;
}
@media only screen and (max-width: 420px) {
  .rooms-wrap .venues-entry .room-image-wrap .room-icons .one-room-icon.room-icon-3:hover {
    background-position: -610px -205px;
  }
}
.rooms-wrap .venues-entry .room-image-wrap .room-icons .one-room-icon.room-icon-4 {
  background-position: -505px -300px;
}
@media only screen and (max-width: 420px) {
  .rooms-wrap .venues-entry .room-image-wrap .room-icons .one-room-icon.room-icon-4 {
    background-position: -510px -305px;
  }
}
.rooms-wrap .venues-entry .room-image-wrap .room-icons .one-room-icon.room-icon-4:hover {
  background-position: -605px -300px;
}
@media only screen and (max-width: 420px) {
  .rooms-wrap .venues-entry .room-image-wrap .room-icons .one-room-icon.room-icon-4:hover {
    background-position: -610px -305px;
  }
}
.rooms-wrap .venues-entry .room-image-wrap .room-icons .one-room-icon.room-icon-5 {
  background-position: -505px -400px;
}
@media only screen and (max-width: 420px) {
  .rooms-wrap .venues-entry .room-image-wrap .room-icons .one-room-icon.room-icon-5 {
    background-position: -510px -405px;
  }
}
.rooms-wrap .venues-entry .room-image-wrap .room-icons .one-room-icon.room-icon-5:hover {
  background-position: -605px -400px;
}
@media only screen and (max-width: 420px) {
  .rooms-wrap .venues-entry .room-image-wrap .room-icons .one-room-icon.room-icon-5:hover {
    background-position: -610px -405px;
  }
}
.rooms-wrap .venues-entry .room-image-wrap .room-icons .one-room-icon.room-icon-6 {
  background-position: -505px -600px;
}
@media only screen and (max-width: 420px) {
  .rooms-wrap .venues-entry .room-image-wrap .room-icons .one-room-icon.room-icon-6 {
    background-position: -510px -605px;
  }
}
.rooms-wrap .venues-entry .room-image-wrap .room-icons .one-room-icon.room-icon-6:hover {
  background-position: -605px -600px;
}
@media only screen and (max-width: 420px) {
  .rooms-wrap .venues-entry .room-image-wrap .room-icons .one-room-icon.room-icon-6:hover {
    background-position: -610px -605px;
  }
}
.rooms-wrap .venues-entry .room-image-wrap .room-icons .one-room-icon.room-icon-7 {
  background-position: -505px -700px;
}
@media only screen and (max-width: 420px) {
  .rooms-wrap .venues-entry .room-image-wrap .room-icons .one-room-icon.room-icon-7 {
    background-position: -510px -705px;
  }
}
.rooms-wrap .venues-entry .room-image-wrap .room-icons .one-room-icon.room-icon-7:hover {
  background-position: -605px -700px;
}
@media only screen and (max-width: 420px) {
  .rooms-wrap .venues-entry .room-image-wrap .room-icons .one-room-icon.room-icon-7:hover {
    background-position: -610px -705px;
  }
}
.rooms-wrap .venues-entry .room-image-wrap .room-icons .one-room-icon.room-icon-8 {
  background-position: -505px -500px;
}
@media only screen and (max-width: 420px) {
  .rooms-wrap .venues-entry .room-image-wrap .room-icons .one-room-icon.room-icon-8 {
    background-position: -510px -505px;
  }
}
.rooms-wrap .venues-entry .room-image-wrap .room-icons .one-room-icon.room-icon-8:hover {
  background-position: -605px -500px;
}
@media only screen and (max-width: 420px) {
  .rooms-wrap .venues-entry .room-image-wrap .room-icons .one-room-icon.room-icon-8:hover {
    background-position: -610px -505px;
  }
}

.venues-landing-page .venue-thumbnail {
  width: 600px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .venues-landing-page .venue-thumbnail {
    width: 400px;
  }
}
@media only screen and (max-width: 768px) {
  .venues-landing-page .venue-thumbnail {
    width: 100%;
    float: none;
    margin: 0 0 40px 0;
  }
}
.venues-landing-page .venue-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}

#hebs-gallery {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.95);
  /* FULL SIZE IMAGE */
  /* FULL SIZE IMAGE -> Navigation */
  /* FULL SIZE IMAGE -> Loading */
  /* THUMBNAILS */
  /* THUMBNAILS -> Navigation */
  /* INFO */
}
#hebs-gallery .galleria {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
#hebs-gallery .close-button {
  position: absolute;
  right: 20px;
  top: 12px;
  width: 17px;
  height: 17px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
  background: url("../images/common.svg") 0 0 no-repeat;
}
#hebs-gallery .close-button:hover {
  background-position: -37px 0;
}
#hebs-gallery .close-button:active {
  background-position: -74px 0;
}
#hebs-gallery .galleria-container {
  position: relative;
  overflow: hidden;
  width: 100% !important;
  height: 100% !important;
}
#hebs-gallery .select-wrapper {
  position: relative;
  float: left;
  margin: 5px 0 0 20px;
  z-index: 2;
}
#hebs-gallery .category-selector {
  height: 30px;
  line-height: 30px;
  margin-bottom: 0;
  background: #ffffff;
  font-family: "Amiri", serif;
  font-size: 16px;
  color: #1E355E;
  border: 0;
}
#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: 1024px) {
  #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;
}
#hebs-gallery .galleria-image-nav-left, #hebs-gallery .galleria-image-nav-right {
  position: absolute;
  top: 50%;
  cursor: pointer;
  width: 31px;
  height: 61px;
  margin-top: -30px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common.svg") 0 0 no-repeat;
}
#hebs-gallery .galleria-image-nav-left {
  left: 20px;
  background-position: 0 -37px;
}
#hebs-gallery .galleria-image-nav-left:hover {
  background-position: -51px -37px;
}
#hebs-gallery .galleria-image-nav-left:active {
  background-position: -102px -37px;
}
#hebs-gallery .galleria-image-nav-right {
  right: 20px;
  background-position: 0 -118px;
}
#hebs-gallery .galleria-image-nav-right:hover {
  background-position: -51px -118px;
}
#hebs-gallery .galleria-image-nav-right:active {
  background-position: -102px -118px;
}
#hebs-gallery .galleria-loader {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -24px 0 0 -24px;
}
#hebs-gallery .galleria-loader:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid transparent;
  border-top-color: #85754E;
  border-bottom-color: #85754E;
  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 #ffffff;
}
#hebs-gallery .galleria-thumbnails .galleria-image.active img {
  margin: -3px 0 0 -3px;
}
#hebs-gallery .galleria-thumb-nav-left, #hebs-gallery .galleria-thumb-nav-right {
  display: none;
  position: absolute;
  top: 50%;
  cursor: pointer;
  width: 21px;
  height: 21px;
  margin-top: -10px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common.svg") 0 0 no-repeat;
}
#hebs-gallery .galleria-carousel .galleria-thumb-nav-left, #hebs-gallery .galleria-carousel .galleria-thumb-nav-right {
  display: block;
}
#hebs-gallery .galleria-thumb-nav-left.disabled, #hebs-gallery .galleria-thumb-nav-right.disabled {
  opacity: 0.5;
  cursor: default;
}
#hebs-gallery .galleria-thumb-nav-left {
  left: 15px;
  background-position: 5px -199px;
}
#hebs-gallery .galleria-thumb-nav-left:hover {
  background-position: -26px -199px;
}
#hebs-gallery .galleria-thumb-nav-left:active {
  background-position: -57px -199px;
}
#hebs-gallery .galleria-thumb-nav-left.disabled {
  background-position: 5px -199px;
}
#hebs-gallery .galleria-thumb-nav-right {
  right: 15px;
  background-position: 5px -240px;
}
#hebs-gallery .galleria-thumb-nav-right:hover {
  background-position: -26px -240px;
}
#hebs-gallery .galleria-thumb-nav-right:active {
  background-position: -57px -240px;
}
#hebs-gallery .galleria-thumb-nav-right.disabled {
  background-position: 5px -240px;
}
#hebs-gallery .galleria-info {
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  width: 100%;
  height: 40px;
}
#hebs-gallery .galleria-info .galleria-info-description {
  text-align: center;
  line-height: 40px;
  color: #fff;
  position: absolute;
  left: 300px;
  right: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

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

.specials-category {
  margin: 40px 0 20px;
}

.specials {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -20px 40px;
}
@media only screen and (max-width: 768px) {
  .specials {
    margin: 0 0 40px 0;
  }
}
.specials .item {
  height: auto;
  width: calc(33.33% - 40px);
  margin: 20px;
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  transition: all 300ms ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .specials .item {
    width: calc(50% - 40px);
  }
}
@media only screen and (max-width: 768px) {
  .specials .item {
    margin: 20px 0 0;
    width: 100%;
  }
}
.specials .thumbnail-wrap {
  position: relative;
  overflow: hidden;
  background-color: #1E355E;
}
.specials .thumbnail-wrap img {
  display: none;
}
.specials .thumbnail-wrap:before {
  content: "";
  display: block;
  height: 0;
  width: 1px;
  padding-bottom: 30vw;
}
@media only screen and (min-width: 1440px) {
  .specials .thumbnail-wrap:before {
    padding-bottom: 430px;
  }
}
@media only screen and (max-width: 768px) {
  .specials .thumbnail-wrap:before {
    padding-bottom: 50vw;
  }
}
.specials .thumbnail-wrap .thumbnail {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.specials .thumbnail-wrap .hotel-logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.specials .thumbnail-wrap .hotel-logo img {
  display: block;
  width: 50%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .specials .thumbnail-wrap .hotel-logo img {
    width: 70%;
  }
}
.specials .thumbnail {
  background-position: 50% 50%;
  background-size: cover;
}
.specials .description {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
  text-align: center;
  padding: 40px 0;
}
.specials h3 {
  font: 400 33px/1 "Amiri", serif;
  margin-bottom: 15px;
  font-style: italic;
}
.specials h3 a {
  color: inherit;
  text-decoration: none;
}
.specials p {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 32px;
}
@media only screen and (max-width: 768px) {
  .specials p {
    margin-bottom: 15px;
  }
}
.specials .price {
  font: 15px/32px "Amiri", serif;
  margin-bottom: 20px;
}
.specials .price strong {
  font-weight: bold;
  font-size: 20px;
}
.specials nav {
  width: 100%;
  margin-top: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.specials nav a + a {
  margin-top: 25px;
}
.specials .learn-more-link {
  position: relative;
  font: bold 18px/1 "Lato", serif;
  text-decoration: none;
  text-transform: uppercase;
  color: #1E355E;
  display: inline-block;
  padding-bottom: 9px;
  letter-spacing: 0.964px;
}
.specials .learn-more-link:before, .specials .learn-more-link:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #1E355E;
  transition: width ease-in-out 0.3s;
}
.specials .learn-more-link:after {
  background-color: #85754E;
  width: 0;
}
.specials .learn-more-link:hover {
  color: #85754E;
}
.specials .learn-more-link:hover:after {
  width: 100%;
}

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

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

.page-content .careers td {
  font-size: 16px;
}
.page-content .careers td p {
  font-size: 16px;
}

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

.hotel-location-map,
.poi-map-canvas {
  height: 450px;
  background: #1E355E;
}
.hotel-location-map h4,
.poi-map-canvas h4 {
  margin: 0;
  font: 16px "Amiri", serif;
  text-transform: uppercase;
  color: #483e2a;
  font-weight: bold;
}
.hotel-location-map p,
.poi-map-canvas p {
  margin: 5px 0 0;
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
}
.hotel-location-map .button,
.poi-map-canvas .button {
  display: block;
}
.hotel-location-map .map-content,
.poi-map-canvas .map-content {
  overflow: hidden;
}

.map-content {
  background: #ffffff;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  padding: 20px;
  position: relative;
  text-align: center;
  color: #1E355E;
  width: 300px;
}
.map-content h3, .map-content p {
  margin-bottom: 5px;
}
.map-content h3 {
  font-size: 25px;
  line-height: 1.563;
  font-family: "Amiri", serif;
  font-style: italic;
}
.map-content p {
  margin: 5px 0;
  font-size: 14px;
  line-height: 1.2;
}
.map-content .button {
  display: inline-block;
  margin-top: 40px;
  color: #fff;
}
.map-content .button:hover {
  color: #fff;
}
.map-content a {
  color: #1E355E;
}
.map-content a:hover {
  color: #1E355E;
  text-decoration: none;
}

.leaflet-control {
  display: none !important;
}

.pressroom {
  text-align: center;
}
.pressroom .pressroom-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pressroom .pressroom-item {
  display: inline-block;
  vertical-align: top;
  width: calc(33.3333333333% - 20px);
  height: 420px;
  margin: 10px;
  position: relative;
  overflow: hidden;
  border: 0;
  padding: 20px 0;
  background-color: #1E355E;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .pressroom .pressroom-item {
    width: calc(50% - 20px);
    height: 430px;
  }
}
@media only screen and (max-width: 768px) {
  .pressroom .pressroom-item {
    width: 100%;
    height: 430px;
    margin: 10px 0;
  }
}
.pressroom .pressroom-item.no-img .description {
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pressroom .pressroom-item h4, .pressroom .pressroom-item .h4 {
  font-family: "Amiri", serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #ffffff;
}
.pressroom .pressroom-item time {
  color: #1E355E;
  font-weight: bold;
  font-size: 16px;
  display: block;
  margin: 5px 0;
}
.pressroom .pressroom-item .description {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(30, 53, 94, 0.9);
  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: #ffffff;
  line-height: 1.2;
  font-size: 16px;
  margin-bottom: 0;
}
.pressroom .pressroom-item nav {
  margin: 10px 0 0;
}
.pressroom .pressroom-item nav .pdf {
  color: #85754E;
  display: block;
  position: relative;
  line-height: 16px;
  padding-left: 0 !important;
}
.pressroom .pressroom-item nav .pdf:hover {
  color: #1E355E;
}
.pressroom .pressroom-item nav .pdf + .button {
  margin-top: 20px;
}
.pressroom .pressroom-item nav .button {
  margin-top: 10px;
  margin-left: 3px;
  margin-right: 3px;
}
.pressroom .pressroom-item nav .button:hover {
  background-color: #FAF8E8;
  color: #1E355E;
}

.galleries {
  text-align: center;
  font-size: 0;
}
.galleries .gallery {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding-bottom: calc(33.3% - 10px);
  width: calc(33.3% - 10px);
  height: 0;
  margin: 5px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .galleries .gallery {
    width: calc(50% - 10px);
    padding-bottom: calc(50% - 10px);
  }
}
@media only screen and (max-width: 768px) {
  .galleries .gallery {
    width: calc(100% - 10px);
    padding-bottom: calc(100% - 10px);
  }
}
.galleries .gallery > * {
  z-index: 1;
  position: relative;
}
.galleries .gallery h2, .galleries .gallery h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font: 26px/30px "Amiri", serif;
  text-transform: uppercase;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
  color: inherit;
}
@media (prefers-reduced-motion) {
  .galleries .gallery h2, .galleries .gallery h3 {
    transition: none;
  }
}
.galleries .gallery h2 {
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .galleries .gallery h2 {
    font-size: 18px;
  }
}
.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;
}
@media (prefers-reduced-motion) {
  .galleries .gallery:after {
    transition: none;
  }
}
.galleries .gallery:hover h2, .galleries .gallery:hover h3 {
  transform: translate(-50%, -50%) scale(0.6);
  opacity: 0;
}
.galleries .gallery:hover .description {
  right: 0;
}
.galleries .gallery:hover:after {
  background: rgba(0, 0, 0, 0.5);
}
.galleries .gallery .description {
  position: absolute;
  right: -100%;
  top: 0;
  color: inherit;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion) {
  .galleries .gallery .description {
    transition: none;
  }
}
@media only screen and (max-width: 1024px) {
  .galleries .gallery .description {
    font-size: 16px;
    line-height: 20px;
  }
}
.galleries .gallery .description:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -1px;
}
.galleries .gallery .description .centered {
  padding: 15px;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 4px);
}
.galleries .gallery .description nav button {
  border-color: #ffffff;
  color: #ffffff;
}
.galleries .gallery .description nav button:hover {
  border-color: #1E355E;
  background-color: #1E355E;
  color: #1E355E;
}

.form {
  display: block;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .form {
    text-align: left;
  }
}
.form .ui-menu-item a {
  text-align: left;
}
.form h3 {
  text-align: center;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: thin solid #85754E;
}
.form label {
  width: 40%;
  line-height: 1.2;
  margin: 12px 20px 0 0;
  float: left;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .form label {
    display: block;
    float: none;
    margin: 0 0 20px;
    text-align: left;
    width: auto;
  }
}
.form label em {
  color: #b31919;
  font-size: 16px;
  font-weight: normal;
  line-height: 10px;
  padding-right: 5px;
}
.form p {
  margin-bottom: 10px;
  text-align: left !important;
}
@media only screen and (max-width: 768px) {
  .form p {
    margin-bottom: 20px;
  }
}
.form p:after {
  clear: both;
  content: "";
  display: table;
}
.form p.terms-privacy {
  text-align: center !important;
}
@media only screen and (max-width: 768px) {
  .form p.terms-privacy {
    text-align: left !important;
  }
}
.form p.terms-privacy input[type=radio] {
  accent-color: #1E355E;
}
.form p span {
  float: left;
  margin: 0 10px 0 0;
}
.form p span.checkbox-group {
  margin-bottom: 10px;
}
.form p span input {
  display: inline;
  float: none;
  margin: 0;
}
.form p span label {
  display: inline;
  float: none;
  width: auto;
  text-align: left;
}
.form p span.group label {
  display: block;
  margin-bottom: 10px;
}
.form p span.group label input {
  margin-right: 0.4em;
}
.form input[type=text],
.form input[type=date],
.form textarea,
.form select,
.form .input-overlay {
  background: #ffffff;
  color: #65615D;
  height: 40px;
  padding: 0 10px;
  resize: none;
  width: 250px;
  border: thin solid #d1d1d1;
  font-family: "Lato", serif;
  font-size: 20px;
  line-height: 40px;
}
@media only screen and (max-width: 768px) {
  .form input[type=text],
  .form input[type=date],
  .form textarea,
  .form select,
  .form .input-overlay {
    width: 100%;
    text-align: left;
  }
}
.form .input-overlay {
  opacity: 0;
  margin-top: -40px;
}
@media only screen and (max-width: 768px) {
  .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: 768px) {
  .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: 768px) {
  .form .datepicker-input-wrapper {
    float: none;
  }
}
.form input.date-pick,
.form .input-overlay {
  width: 100px;
  float: left;
}
@media only screen and (max-width: 768px) {
  .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: 768px) {
  .form .ui-datepicker-trigger {
    display: none;
  }
}
.form .controls p {
  padding: 20px 0 0 40%;
  width: auto;
  background: none;
}
@media only screen and (max-width: 768px) {
  .form .controls p {
    padding: 0;
    text-align: center !important;
  }
}
.form .controls .button {
  margin-left: 20px;
}
@media only screen and (max-width: 768px) {
  .form .controls .button {
    display: inline-block;
    margin: 0;
  }
}
.form .g-recaptcha {
  margin-bottom: 20px;
  min-width: 320px;
}
@media only screen and (max-width: 420px) {
  .form .g-recaptcha {
    position: relative;
    min-width: 0;
  }
}
.form .g-recaptcha.centered > div {
  margin: 0 auto !important;
}
.form .g-recaptcha.non-valid > div {
  border: 1px solid red;
}
.form .g-recaptcha > div {
  margin-left: calc(40% + 20px);
}
@media only screen and (max-width: 768px) {
  .form .g-recaptcha > div {
    margin: 0 auto;
  }
}

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

#form_module_container_errors {
  color: #b31919;
}

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

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

#form_module_container_success {
  color: green;
}

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

#form_form_2 .inputcheckbox_o71hIgo49bf8tT9CC3W0 {
  display: inline-flex;
  max-width: 50%;
  margin: auto;
}
#form_form_2 .inputcheckbox_o71hIgo49bf8tT9CC3W0 p {
  margin-left: 10px;
}

.form-builder-group .form-builder-field.checkbox-field {
  display: flex;
  justify-content: center;
  gap: 6px;
}
.form-builder-group .form-builder-field.checkbox-field label.checkbox-label {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  margin: 10px 0px 0 0;
}

#home-poi {
  position: relative;
  padding-top: 50px;
  z-index: 10;
}
#home-poi .page-content {
  margin-bottom: 48px;
}

#home-poi .poi-card,
.poi .poi-card {
  background-color: #1E355E;
  width: 82%;
  margin: 50px auto -100px;
  position: relative;
  max-width: 1185px;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #home-poi .poi-card,
  .poi .poi-card {
    margin-top: 60px;
  }
}
#home-poi .poi-card .page-content.center-column,
.poi .poi-card .page-content.center-column {
  padding: 50px 0 10px;
}
#home-poi .poi-card .h1-like,
#home-poi .poi-card .h2-like,
.poi .poi-card .h1-like,
.poi .poi-card .h2-like {
  color: #fff;
}
#home-poi .poi-card .h1-like,
.poi .poi-card .h1-like {
  color: #FFF;
  text-align: center;
  font-family: "Amiri", serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 49.5px;
  letter-spacing: 8.4px;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  #home-poi .poi-card .h1-like,
  .poi .poi-card .h1-like {
    font-size: 36px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 0.02em;
    margin-bottom: 30px;
  }
}
#home-poi .poi-card .h2-like,
.poi .poi-card .h2-like {
  color: #FFF;
  text-align: center;
  font-family: "Syncopate", serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 5.1px;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  #home-poi .poi-card .h2-like,
  .poi .poi-card .h2-like {
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0.1em;
    margin-bottom: 38px;
  }
}
#home-poi .leaflet-bottom.leaflet-right,
.poi .leaflet-bottom.leaflet-right {
  display: none;
}

.poi {
  overflow: hidden;
  position: relative;
}

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

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

.poi-button-holder {
  text-align: center;
  position: absolute;
  left: calc(50% - 150px);
}
@media only screen and (max-width: 768px) {
  .poi-button-holder {
    left: calc(50% - 112.5px);
  }
}
.poi-button-holder .button {
  height: 60px;
  width: 300px;
  align-content: center;
  position: relative;
  top: -110px;
}
@media only screen and (max-width: 768px) {
  .poi-button-holder .button {
    top: -100px;
    height: 45px;
    width: 225px;
  }
}

.poi-zoom {
  position: absolute;
  bottom: 21.5px;
  right: 39px;
  border-radius: 100%;
  color: #1E355E;
  font-weight: bold;
  font-size: 18px;
  line-height: 1em;
  text-align: center;
  z-index: 20;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  background-color: #F4F4F4;
  padding: 0px 4px;
}
@media only screen and (max-width: 768px) {
  .poi-zoom {
    display: none;
  }
}
.poi-zoom span {
  display: block;
  margin-bottom: 5px;
}
.poi-zoom .poi-zoom-button {
  display: inline-block;
  vertical-align: top;
  position: relative;
  height: 32px;
  width: 26px;
  overflow: hidden;
  text-indent: -100em;
  text-align: left;
}
.poi-zoom .poi-zoom-button:after {
  content: "";
  background: #7C7C7C;
  display: block;
  width: 18px;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.poi-zoom .poi-zoom-button.zoom-in {
  border-bottom: 1px solid #D9D9D9;
}
.poi-zoom .poi-zoom-button.zoom-in:before {
  content: "";
  background: #7C7C7C;
  display: block;
  width: 2px;
  height: 18px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.poi-map {
  height: 800px;
  background: #1E355E;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .poi-map {
    height: 60vh;
  }
}

.poi-overlay {
  text-align: center;
}
.poi-overlay .category-selector {
  margin: 0;
  padding-bottom: 40px;
}
.poi-overlay .category-selector button {
  color: #DBD398;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 29.4px; /* 196% */
  font-family: "Lato", serif;
  letter-spacing: 0.1em;
  position: relative;
  margin: 0px 16px 16px 16px;
  padding: 0;
  min-height: auto;
  min-width: auto;
  border: 0;
  background: none;
  text-transform: uppercase;
}
.poi-overlay .category-selector button:hover, .poi-overlay .category-selector button.active {
  color: #fff;
}
.poi-overlay .select-wrapper .select-icon {
  border-color: #1E355E;
}
.poi-overlay .select-wrapper select {
  background-color: #fff;
  color: #1E355E;
  font-family: "Lato", serif;
  text-transform: uppercase;
  border: thin solid #fff;
  border-bottom: thin solid #fff;
}
.poi-overlay .select-wrapper select option {
  background-color: #ffffff;
  color: #85754E;
}

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

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

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

#calendar-year {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #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: thin solid #85754E;
  color: #85754E;
}
#calendar-year a:hover {
  color: #1E355E;
  border-color: #1E355E;
}
#calendar-year .active a {
  color: #1E355E;
  border-color: #1E355E;
}

#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: 768px) {
  #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-weight: 500;
  font-size: 12px;
  color: #1E355E;
}
#calendar-month a.active {
  background: #85754E;
  color: #fff;
}
@media only screen and (min-width: 1024px) {
  #calendar-month a:hover {
    background: #85754E;
    color: #1E355E;
  }
}
@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: 768px) {
  #calendar-month a {
    padding: 0 7px;
    font-size: 11px;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  #calendar-month {
    -moz-text-align-last: auto;
         text-align-last: auto;
  }
  #calendar-month li {
    display: none;
  }
  #calendar-month li.current, #calendar-month li.prev, #calendar-month li.next {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 30%;
  }
  #calendar-month li.current a {
    font-size: 12px;
    padding: 0 10px;
    display: block;
  }
  #calendar-month li.prev a, #calendar-month li.next a {
    display: block;
    font-size: 12px;
    padding-right: 0;
    padding-left: 30px;
  }
  #calendar-month li.prev a:after, #calendar-month li.next a:after {
    background: url("../images/common.svg") -200px -196px no-repeat;
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: 11px;
    width: 11px;
    height: 18px;
  }
  #calendar-month li.prev a:active, #calendar-month li.next a:active {
    top: auto;
  }
  #calendar-month li.next a {
    padding-left: 0;
    padding-right: 30px;
  }
  #calendar-month li.next a:after {
    background-position: -200px -234px;
    left: auto;
    right: 5px;
  }
}

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

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

#calendar-week {
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #calendar-week {
    display: none;
  }
}
#calendar-week li {
  color: #85754E;
  text-align: center;
  font-weight: bold;
}
#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: 768px) {
  #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(30, 53, 94, 0.2);
}
@media only screen and (max-width: 768px) {
  #calendar-days li {
    display: block;
    float: none;
    width: 100%;
    min-height: auto !important;
    height: auto !important;
  }
  #calendar-days li dl {
    margin-top: auto !important;
    height: auto;
  }
  #calendar-days li dl dt {
    width: 100% !important;
    padding-bottom: 10px;
  }
}
#calendar-days li time a {
  text-align: center;
  color: #1E355E;
  font-weight: 500;
  font-size: 14px;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
}
#calendar-days li time a:hover {
  opacity: 0.5;
}
#calendar-days li.prev_month, #calendar-days li.next_month {
  background: rgba(30, 53, 94, 0.05);
}
@media only screen and (max-width: 768px) {
  #calendar-days li.prev_month, #calendar-days li.next_month {
    display: none;
  }
}
#calendar-days li.prev_month time a, #calendar-days li.next_month time a {
  opacity: 0.2;
}
#calendar-days li.day_items3 {
  height: 9em;
}
#calendar-days li.day_items4 {
  height: 11em;
}
#calendar-days li.day_items5 {
  height: 13em;
}
#calendar-days li.day_items6 {
  height: 15em;
}
#calendar-days li.day_items7 {
  height: 17em;
}
#calendar-days li.day_items8 {
  height: 19em;
}
#calendar-days li.day_items9 {
  height: 21em;
}
#calendar-days li.day_items10 {
  height: 23em;
}
#calendar-days li.day_items11 {
  height: 25em;
}
#calendar-days li.day_items12 {
  height: 27em;
}
#calendar-days li.day_items13 {
  height: 29em;
}
#calendar-days li.day_items14 {
  height: 31em;
}
#calendar-days li.day_items15 {
  height: 33em;
}
#calendar-days li.day_items16 {
  height: 35em;
}
#calendar-days li.day_items17 {
  height: 37em;
}
#calendar-days li.day_items18 {
  height: 39em;
}
#calendar-days li.day_items19 {
  height: 41em;
}
#calendar-days li.day_items20 {
  height: 43em;
}
#calendar-days dl {
  display: block;
  height: 2em;
}
#calendar-days dl:hover {
  position: relative;
}
#calendar-days dl.hide {
  display: none;
}
@media only screen and (max-width: 768px) {
  #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;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #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: #ffffff;
  font-size: 12px;
  margin-bottom: 10px;
  padding: 10px;
  text-align: left;
  visibility: hidden;
  width: 200px;
  z-index: 999;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border-radius: 4px;
  transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 768px) {
  #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 #ffffff;
}
#calendar-days dl dd h3 {
  color: #1E355E;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  text-transform: uppercase;
}
#calendar-days dl dd img {
  display: block;
  height: auto;
  width: 100%;
  margin-bottom: 10px;
}
#calendar-days dl dd p {
  font-size: 16px;
  line-height: 1.5;
  padding: 0 0 10px 0;
  width: 100%;
}
#calendar-days dl dd .read-more + a {
  font-size: 16px;
  color: #1E355E;
}
#calendar-days dl dd .read-more + a:hover {
  color: #483e2a;
}
#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: 768px) {
  #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;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  #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 .dates > small strong {
  color: #483e2a;
}

.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: 768px) {
  .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 #e6e6e6;
  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: 768px) {
  .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: 768px) {
  .calendar .image-list-item .description {
    padding: 20px 20px 10px 20px;
    text-align: center;
  }
}
.calendar .image-list-item .description h3 {
  font-size: 24px;
  line-height: 30px/24px;
  color: #85754E;
  margin-bottom: 15px;
}
.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: 768px) {
  .calendar .image-list-item .description .button {
    text-align: center;
    width: auto;
    left: auto;
    right: auto;
    bottom: auto;
    position: relative;
  }
}

.time-slider {
  position: relative;
  z-index: 30;
  box-sizing: border-box;
  max-width: 1440px;
  width: 100%;
  margin: auto;
  padding: 60px 50px 80px;
}
@media only screen and (max-width: 768px) {
  .time-slider {
    padding: 30px 50px;
  }
}
.time-slider .page-content {
  margin-bottom: 30px;
}
.time-slider .slideshow {
  overflow: hidden;
  z-index: 30;
}
.time-slider .slideshow .slideshow-button {
  border: 2px solid #1E355E;
  border-bottom: 0;
  border-left: 0;
  height: 24px;
  overflow: hidden;
  position: absolute;
  text-indent: -100em;
  top: 228px;
  width: 24px;
  z-index: 10;
  cursor: pointer;
  transition: all 350ms ease 0ms;
}
@media (prefers-reduced-motion) {
  .time-slider .slideshow .slideshow-button {
    transition-property: none;
  }
}
@media (prefers-reduced-motion) {
  .time-slider .slideshow .slideshow-button {
    transition: none;
  }
}
@media only screen and (max-width: 1024px) {
  .time-slider .slideshow .slideshow-button {
    top: 198px;
  }
}
@media only screen and (max-width: 768px) {
  .time-slider .slideshow .slideshow-button {
    top: 148px;
  }
}
.time-slider .slideshow .slideshow-button.previous {
  left: 20px;
  transform: rotate(-135deg);
}
.time-slider .slideshow .slideshow-button.next {
  right: 20px;
  transform: rotate(45deg);
}
.time-slider .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
.time-slider .slide {
  position: relative;
  display: inline-block;
  width: calc(50% - 15px);
  margin-right: 30px;
  vertical-align: top;
  overflow: hidden;
  white-space: normal;
}
.time-slider .slide .inner-wrapper {
  width: 100%;
  padding-top: 0;
}
.time-slider .slide .thumbnail {
  position: relative;
  background-color: #1E355E;
  top: 0;
  left: 0;
  width: 100%;
  height: 360px;
  background-position: center;
  background-size: cover;
  transition: all 800ms ease 0ms;
}
@media (prefers-reduced-motion) {
  .time-slider .slide .thumbnail {
    transition-property: none;
  }
}
@media (prefers-reduced-motion) {
  .time-slider .slide .thumbnail {
    transition: none;
  }
}
@media only screen and (max-width: 1024px) {
  .time-slider .slide .thumbnail {
    height: 300px;
  }
}
@media only screen and (max-width: 768px) {
  .time-slider .slide .thumbnail {
    height: 260px;
  }
}
.time-slider .slide .thumbnail .loading:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid transparent;
  border-top-color: #85754E;
  border-bottom-color: #85754E;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.time-slider .slide .thumbnail .loading:before {
  top: 8%;
  right: 8%;
  left: auto;
  margin: auto;
}
.time-slider .slide .slide-content {
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 30px 40px 40px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .time-slider .slide .slide-content {
    padding: 30px 20px 30px 20px;
  }
}
@media only screen and (max-width: 768px) {
  .time-slider .slide .slide-content {
    max-width: 100%;
  }
}
.time-slider .slide .time-title {
  font-weight: 500;
  font-family: "Amiri", serif;
  font-size: 30px;
  line-height: 1em;
  text-transform: uppercase;
  position: relative;
  width: 100%;
  text-align: center;
  color: #1E355E;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1280px) {
  .time-slider .slide .time-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.time-slider .slide .time-title .time-hours {
  margin-right: 10px;
}
.time-slider .slide .time-content {
  font-size: 15px;
  font-family: "Amiri", serif;
  color: #1E355E;
  line-height: 1.3;
  margin-bottom: 24px;
  transition: all 800ms ease 0ms;
}
@media (prefers-reduced-motion) {
  .time-slider .slide .time-content {
    transition-property: none;
  }
}
@media (prefers-reduced-motion) {
  .time-slider .slide .time-content {
    transition: none;
  }
}
.time-slider .slide .promo-button {
  color: #1E355E;
  border-color: #1E355E;
  position: relative;
  cursor: pointer;
  margin: 0 auto;
}
.time-slider .slide .promo-button:hover {
  border-color: #1E355E;
  color: #ffffff;
}

.menu-tabs-block-acm .tabs {
  position: relative;
  z-index: 100;
}
.menu-tabs-block-acm .tabs-titles {
  position: relative;
  margin: 0 0 40px;
  z-index: 200;
}
.menu-tabs-block-acm .tabs-titles ul {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1300px) {
  .menu-tabs-block-acm .tabs-titles ul {
    flex-wrap: wrap;
  }
}
.menu-tabs-block-acm .tabs-titles li.tab-title {
  order: 2;
  display: block;
  transition: all 1s;
}
@media (prefers-reduced-motion) {
  .menu-tabs-block-acm .tabs-titles li.tab-title {
    transition: none;
  }
}
.menu-tabs-block-acm .tabs-titles li.tab-title.active .button {
  background-color: #1E355E;
  color: #ffffff;
}
.menu-tabs-block-acm .tabs-titles .button {
  margin: 0 5px 10px;
}
@media only screen and (max-width: 768px) {
  .menu-tabs-block-acm .tabs-titles {
    height: 50px;
    margin: 0 0 30px;
  }
  .menu-tabs-block-acm .tabs-titles ul {
    position: relative;
    flex-direction: column;
  }
  .menu-tabs-block-acm .tabs-titles ul::after {
    content: "";
    position: absolute;
    top: 12px;
    right: 20px;
    display: block;
    width: 12px;
    height: 12px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg);
    pointer-events: none;
    z-index: 201;
  }
  .menu-tabs-block-acm .tabs-titles li.tab-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
  }
  .menu-tabs-block-acm .tabs-titles li.tab-title.active {
    order: 1;
    position: relative !important;
    z-index: 10;
  }
  .menu-tabs-block-acm .tabs-titles .button {
    margin: 0;
    width: 100%;
  }
  .menu-tabs-block-acm .tabs-titles.opened ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .menu-tabs-block-acm .tabs-titles.opened li.tab-title {
    position: relative;
    top: auto;
    z-index: 10;
  }
}
.menu-tabs-block-acm .tabs-content {
  position: relative;
  width: 100%;
  height: 100%;
  transition: 0.4s;
  z-index: 100;
  overflow: hidden;
}
@media (prefers-reduced-motion) {
  .menu-tabs-block-acm .tabs-content {
    transition: none;
  }
}
.menu-tabs-block-acm .tabs-content .tabs-content-item {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: 0.4s;
}
@media (prefers-reduced-motion) {
  .menu-tabs-block-acm .tabs-content .tabs-content-item {
    transition: none;
  }
}
.menu-tabs-block-acm .tabs-content .tabs-content-item.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
.menu-tabs-block-acm .tabs-content p.tabs-content-item-descr {
  margin-bottom: 30px;
  width: 70%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .menu-tabs-block-acm .tabs-content p.tabs-content-item-descr {
    max-width: auto;
    width: 100%;
  }
}
.menu-tabs-block-acm .menu-block {
  width: 46%;
  min-width: 400px;
  margin-right: auto;
  padding: 0 2% 40px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .menu-tabs-block-acm .menu-block {
    width: 100%;
    min-width: auto;
  }
}
.menu-tabs-block-acm .menu-block h2 span {
  display: block;
  font-size: 0.8em;
  color: #85754E;
}
.menu-tabs-block-acm .menu-block h3 {
  margin-bottom: 0;
  text-transform: uppercase;
}
.menu-tabs-block-acm .menu-block .dish {
  margin-bottom: 20px;
}
.menu-tabs-block-acm .menu-block .dish p {
  margin-bottom: 0;
}
.menu-tabs-block-acm .menu-block .dish .dish-ingredients {
  margin: 6px 0;
  font-size: 0.8em;
}
.menu-tabs-block-acm .menu-block .dish .dish-number {
  color: #85754E;
  font-weight: bold;
}
.menu-tabs-block-acm .menu-link {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}
.menu-tabs-block-acm .menu-link .button {
  display: inline-block;
}

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

.content-with-image.acm-section {
  margin-bottom: 50px;
}
.content-with-image.acm-section .flex-content {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .content-with-image.acm-section .flex-content {
    flex-wrap: wrap;
  }
}
.content-with-image.acm-section .flex-content .image {
  width: 55%;
  flex-shrink: 0;
  position: relative;
  background-color: #1E355E;
}
@media screen and (max-width: 1200px) {
  .content-with-image.acm-section .flex-content .image {
    width: 45%;
  }
}
@media only screen and (max-width: 768px) {
  .content-with-image.acm-section .flex-content .image {
    width: 100%;
    height: 300px;
  }
}
.content-with-image.acm-section .flex-content .main-block {
  width: 45%;
  padding: 60px 60px 34px 74px;
  text-align: left !important;
  box-sizing: border-box;
  flex-grow: 1;
  min-height: 470px;
}
@media screen and (max-width: 1200px) {
  .content-with-image.acm-section .flex-content .main-block {
    width: 55%;
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .content-with-image.acm-section .flex-content .main-block {
    width: 100%;
    padding: 30px;
    min-height: initial;
  }
}
.content-with-image.acm-section .flex-content .main-block .h1-like {
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .content-with-image.acm-section .flex-content .main-block .h1-like {
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}
.content-with-image.acm-section .flex-content .main-block nav {
  margin-top: 70px;
  gap: 40px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .content-with-image.acm-section .flex-content .main-block nav {
    margin-top: 50px;
    gap: 10px;
  }
}
.content-with-image.acm-section .flex-content .main-block nav .button {
  padding: 0 6px;
  min-width: 189px;
}
@media only screen and (max-width: 768px) {
  .content-with-image.acm-section .flex-content .main-block nav .button {
    width: calc(50% - 5px);
    min-width: initial;
  }
}

.right-side .main-block {
  order: 1;
}
@media only screen and (max-width: 768px) {
  .right-side .main-block {
    order: 2;
  }
}
.right-side .image {
  order: 2;
}
@media only screen and (max-width: 768px) {
  .right-side .image {
    order: 1;
  }
}

.content-with-image-v2.acm-section {
  margin-bottom: 50px;
  margin-top: 50px;
  position: relative;
}
.content-with-image-v2.acm-section .swiper-pagination-bullet-active {
  background-color: #fff;
}
.content-with-image-v2.acm-section .flex-content {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .content-with-image-v2.acm-section .flex-content {
    flex-wrap: wrap;
  }
}
.content-with-image-v2.acm-section .flex-content .swiper-content-with-image {
  overflow: hidden;
  width: 48.6%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .content-with-image-v2.acm-section .flex-content .swiper-content-with-image {
    width: 100%;
    height: auto;
  }
}
.content-with-image-v2.acm-section .flex-content .swiper-content-with-image .swiper-wrapper {
  flex-grow: 1;
}
.content-with-image-v2.acm-section .flex-content .swiper-content-with-image .pagination-holder {
  display: flex;
  justify-content: end;
}
.content-with-image-v2.acm-section .flex-content .swiper-content-with-image .pagination-holder .swiper-pagination {
  width: initial;
  padding-left: 40px;
  padding-right: 40px;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .content-with-image-v2.acm-section .flex-content .swiper-content-with-image .pagination-holder .swiper-pagination {
    position: relative;
  }
}
.content-with-image-v2.acm-section .flex-content .image {
  width: 100%;
  flex-shrink: 0;
  position: absolute;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .content-with-image-v2.acm-section .flex-content .image {
    width: 100%;
    height: 300px;
    position: initial;
  }
}
.content-with-image-v2.acm-section .flex-content .image .slide-image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .content-with-image-v2.acm-section .flex-content .image .slide-image {
    height: 300px;
    width: 100%;
  }
}
.content-with-image-v2.acm-section .flex-content .main-block {
  width: 45%;
  padding: 20px 60px 34px 5%;
  text-align: left !important;
  box-sizing: border-box;
  flex-grow: 1;
  min-height: 470px;
}
@media screen and (max-width: 1200px) {
  .content-with-image-v2.acm-section .flex-content .main-block {
    width: 55%;
  }
}
@media only screen and (max-width: 768px) {
  .content-with-image-v2.acm-section .flex-content .main-block {
    width: 100%;
    padding: 30px;
    min-height: initial;
  }
}
.content-with-image-v2.acm-section .flex-content .main-block .h1-like {
  width: 83%;
  font-style: italic;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .content-with-image-v2.acm-section .flex-content .main-block .h1-like {
    width: 100%;
    font-size: 36px;
    line-height: 38px;
    margin-bottom: 20px;
  }
}
.content-with-image-v2.acm-section .flex-content .main-block p {
  width: 79%;
  color: #1E355E;
  font-family: "Lato", serif;
  line-height: 30px;
  opacity: 0.9;
}
@media only screen and (max-width: 768px) {
  .content-with-image-v2.acm-section .flex-content .main-block p {
    width: 100%;
    font-size: 13.5px;
    line-height: 22.5px;
  }
}
.content-with-image-v2.acm-section .flex-content .main-block nav {
  margin-top: 70px;
}
@media only screen and (max-width: 768px) {
  .content-with-image-v2.acm-section .flex-content .main-block nav {
    margin-top: 50px;
  }
}
.content-with-image-v2.acm-section .flex-content .main-block nav .button {
  margin: 20px 45px 20px 0;
}
.content-with-image-v2.acm-section .flex-content .main-block .button {
  min-width: 180px;
}
@media only screen and (max-width: 768px) {
  .content-with-image-v2.acm-section .flex-content .main-block .button {
    min-width: 144px;
  }
}
.content-with-image-v2.acm-section .swiper.hide-buttons .swiper-pagination {
  display: none;
}

.content-with-image-v2.right-side .flex-content {
  flex-direction: row-reverse;
}
.content-with-image-v2.right-side .flex-content .main-block {
  padding: 20px 60px 34px 12% !important;
  order: 1;
}
@media only screen and (max-width: 768px) {
  .content-with-image-v2.right-side .flex-content .main-block {
    padding: 30px !important;
    order: 2;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .content-with-image-v2.right-side .flex-content .main-block {
    padding: 20px 60px 34px 4% !important;
  }
}
.content-with-image-v2.right-side .flex-content .image {
  order: 2;
}
@media only screen and (max-width: 768px) {
  .content-with-image-v2.right-side .flex-content .image {
    order: 1;
  }
}
.content-with-image-v2.right-side .pagination-holder {
  justify-content: flex-start !important;
}
@media only screen and (max-width: 768px) {
  .content-with-image-v2.right-side .pagination-holder {
    justify-content: flex-end !important;
  }
}
.content-with-image-v2.right-side .pagination-holder .swiper-pagination {
  width: initial;
  padding-left: 40px;
}

.content-with-image-v2.rooms-entry.acm-section .flex-content .image {
  position: initial;
}
.content-with-image-v2.rooms-entry.acm-section .flex-content .pagination-holder {
  top: -40px;
  position: relative;
}
.content-with-image-v2.rooms-entry.acm-section .flex-content .pagination-holder .swiper-pagination {
  position: initial;
}
@media only screen and (max-width: 768px) {
  .content-with-image-v2.rooms-entry.acm-section .flex-content .pagination-holder .swiper-pagination {
    position: initial !important;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .content-with-image-v2.rooms-entry.acm-section .flex-content .image,
  .content-with-image-v2.rooms-entry.acm-section .flex-content .slide-image {
    height: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .content-with-image-v2.rooms-entry.acm-section .flex-content .main-block nav {
    justify-content: center;
  }
}
.content-with-image-v2.rooms-entry.acm-section .flex-content .button {
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .content-with-image-v2.rooms-entry.acm-section .flex-content .button {
    min-width: initial;
    min-height: 45px;
    align-content: center;
    width: 48%;
  }
}

.lightbox-content-image {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  overflow: hidden;
}

.lightbox-content-image.active {
  display: block;
}

.lightbox-content-image-close {
  position: absolute;
  top: 21%;
  right: 5%;
  width: 44px;
  height: 40px;
  cursor: pointer;
  z-index: 10;
}
@media (max-width: 1300px) {
  .lightbox-content-image-close {
    right: 2%;
    top: 150px;
  }
}

.lightbox-content-image-close::before,
.lightbox-content-image-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}

.lightbox-content-image-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.lightbox-content-image-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.lightbox-content-image-close:hover::before,
.lightbox-content-image-close:hover::after {
  background-color: #85754E;
}

.lightbox-content-image-close:hover,
.lightbox-content-image-close:focus {
  text-decoration: none;
  cursor: pointer;
}

.popup-slider .swiper-popup {
  height: 100%;
}
.popup-slider .slideshow-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  transition-property: transform;
  position: absolute;
  top: 0;
}
.popup-slider .popup-gallery .slide-container {
  width: 100%;
}
.popup-slider .popup-gallery .slideshow {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .popup-slider .popup-gallery .slideshow {
    height: 315px;
  }
}
.popup-slider .popup-gallery .swiper-slide {
  position: relative;
  -moz-text-align-last: center;
       text-align-last: center;
  align-content: center;
}
.popup-slider .slide-image {
  max-width: 1110;
  max-height: 624px;
  padding: 0 80px;
}
@media (max-width: 1300px) {
  .popup-slider .slide-image {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .popup-slider .slide-image {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.popup-slider .swiper-button-next,
.popup-slider .swiper-button-prev {
  top: calc(50% - 24px);
}
.popup-slider .swiper-button-next {
  left: 95%;
}
@media only screen and (max-width: 768px) {
  .popup-slider .swiper-button-next {
    right: 30px;
    left: unset;
  }
}
.popup-slider .swiper-button-prev {
  right: 95%;
}
@media only screen and (max-width: 768px) {
  .popup-slider .swiper-button-prev {
    left: 30px;
    right: unset;
  }
}
@media only screen and (max-width: 768px) {
  .popup-slider .swiper-pagination {
    position: initial;
    margin-top: 30px;
  }
}
.popup-slider .swiper.hide-buttons .swiper-button-next,
.popup-slider .swiper.hide-buttons .swiper-button-prev {
  display: none;
}

.body-overflow {
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(133, 117, 78, 0.8);
  overflow: hidden;
  mix-blend-mode: multiply;
  position: fixed;
  z-index: 100;
}

.view-360 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  margin-top: 20px;
}
.view-360 .block {
  position: relative;
  display: inline-block;
  width: calc((100% - 90px) / 3);
  height: 0;
  padding-top: calc((100% - 30px) / 3);
  margin: 0 15px 30px 15px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .view-360 .block {
    width: calc(50% - 40px);
    padding-top: calc(50% - 40px);
    margin: 0 10px 20px 10px;
  }
}
@media only screen and (max-width: 768px) {
  .view-360 .block {
    width: 100%;
    padding-top: 70%;
    margin: 0 0 10px 0;
  }
}
.view-360 .block:before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: background 300ms ease-in-out;
}
.view-360 .block:hover:before {
  background: rgba(0, 0, 0, 0.5);
}
.view-360 .block .view-tour {
  font: bold 24px/27px "Amiri", serif;
  letter-spacing: 2.4px;
  text-shadow: 2px 0 4px rgba(0, 0, 0, 0.5);
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .view-360 .block .view-tour {
    font-size: 18px;
  }
}
.keyboard-navigation .view-360 .block .view-tour:focus {
  background: rgba(0, 0, 0, 0.9);
}
.view-360 .block .view-tour span {
  position: relative;
  padding: 0 20px;
  text-align: center;
}
.view-360 .block .view-tour span:before {
  content: "";
  position: relative;
  display: block;
  background: url(../images/360-icon.svg);
  width: 20px;
  height: 13px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.promos-slider {
  margin: 30px 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 3;
  background: rgba(219, 211, 152, 0.3);
  padding: 50px 60px 40px;
}
@media only screen and (max-width: 768px) {
  .promos-slider {
    padding: 30px 20px 30px;
  }
}
.promos-slider .center-column {
  overflow: hidden;
  max-width: 900px;
  width: auto;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .promos-slider .center-column {
    padding: 0 7px;
  }
}
.promos-slider .page-content {
  padding-bottom: 12px;
}
@media only screen and (max-width: 768px) {
  .promos-slider .page-content {
    padding-bottom: 6px;
  }
}
.promos-slider .page-content .h1-like {
  display: block;
  margin-bottom: 14px;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .promos-slider .page-content .h1-like {
    font-size: 25px;
    margin-bottom: 10px;
  }
}
.promos-slider .page-content p {
  margin-bottom: 20px;
}
.promos-slider .slideshow {
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  max-width: 1290px;
}
.promos-slider .slideshow-wrapper {
  text-align: center;
}
.promos-slider .slide {
  display: inline-flex;
  flex-direction: column;
  height: auto;
  margin: 0 20px 0 0;
  overflow: hidden;
  position: relative;
  width: calc(100% - 40px);
}
@media (min-width: 1024px) {
  .promos-slider .slide {
    width: calc((100vw - 120px - 40px) / 3);
  }
}
@media (min-width: 1150px) {
  .promos-slider .slide {
    margin-right: 30px;
    width: calc((100vw - 120px - 90px) / 4);
  }
}
@media (min-width: 1410px) {
  .promos-slider .slide {
    width: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .promos-slider .slide {
    width: calc(50% - 20px);
  }
}
.promos-slider .slide .text-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.promos-slider .slide h4 {
  color: #1E355E;
  text-align: center;
  font-family: "Amiri", serif;
  font-size: 33px;
  font-style: italic;
  font-weight: 400;
  line-height: 40px;
  margin: 9px 0;
}
.promos-slider .slide h4 a {
  color: inherit;
  text-decoration: none;
}
.promos-slider .slide.swiper-slide-active {
  opacity: 0.5;
}
.promos-slider .slide.swiper-slide-active + .slide + .slide + .slide {
  opacity: 0.5;
}
.promos-slider .overlay {
  width: 100%;
  height: 0;
  padding-top: 133%;
  position: relative;
}
.promos-slider .description {
  color: #1E355E;
  text-align: center;
  font-family: "Lato", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  align-items: center;
  display: flex;
  flex: 1;
  flex-flow: column;
  margin: 20px auto;
  padding: 0 10px;
  max-height: 200px;
  overflow: auto;
  transition: opacity 300ms ease-in-out;
}
.promos-slider .description p {
  display: inline-block;
  font-size: 14px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .promos-slider .description p {
    font-size: 12px;
    opacity: 1;
  }
}
.promos-slider .button-blue {
  width: auto;
  line-height: 45px;
  transition: all 300ms ease-in-out;
}
.promos-slider .slideshow-button {
  position: absolute;
  top: 200px;
  width: 20px;
  height: 20px;
  border: thin solid #fff;
  border-bottom: 0;
  border-left: 0;
  text-indent: -100em;
  overflow: hidden;
  transition: opacity 350ms ease-in-out;
  cursor: pointer;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .promos-slider .slideshow-button {
    display: block;
  }
}
.promos-slider .slideshow-button.next {
  right: 30px;
  transform: rotate(45deg);
}
.promos-slider .slideshow-button.previous {
  left: 30px;
  transform: rotate(-135deg);
}

.hero-with-card {
  margin-top: -60px;
  overflow: hidden;
}
.blog-page .hero-with-card {
  margin-top: 0;
}
.hero-with-card .hero-image {
  position: relative;
  flex-direction: column;
  justify-content: flex-end;
  height: 664px;
  max-width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  color: #0A2544;
  margin-bottom: -100px;
}
@media only screen and (max-width: 768px) {
  .hero-with-card .hero-image {
    max-height: 730px;
    margin-bottom: -80px;
  }
}
.hero-with-card .header-holder {
  display: flex;
  justify-content: center;
}
.hero-with-card .header-holder .header {
  max-width: 1099px;
  color: white;
  text-align: center;
  z-index: 1;
  font-family: "Amiri", serif;
  font-size: 45px;
  font-style: italic;
  font-weight: 400;
  line-height: 62px;
  letter-spacing: 9px;
  top: 50%;
  position: absolute;
  padding: 0 80px;
}
@media only screen and (max-width: 768px) {
  .hero-with-card .header-holder .header {
    font-size: 45px;
    font-style: italic;
    font-weight: 400;
    line-height: 47px;
    letter-spacing: 0.02em;
    text-align: center;
    padding: 0 40px;
  }
}
.hero-with-card .card-content {
  color: #65615D;
  background-color: white;
  flex-direction: column;
  margin: 46px auto;
  text-align: center;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  max-width: 1026px;
  width: calc(100% - 80px);
  padding: 34px;
}
@media only screen and (max-width: 768px) {
  .hero-with-card .card-content {
    padding: 20px;
    margin: 20px auto;
    width: calc(100% - 40px);
  }
}
.home .hero-with-card .card-content {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.hero-with-card .card-content .header {
  font: 400 42px/50px "Amiri", serif;
  margin-bottom: 24px;
  letter-spacing: 8px;
  text-transform: uppercase;
  color: #1E355E;
}
@media only screen and (max-width: 768px) {
  .hero-with-card .card-content .header {
    font-size: 26px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 0.02em;
    text-align: center;
    margin-bottom: 29px;
  }
}
.hero-with-card .card-content .subheader {
  font-family: "Syncopate", serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 34px;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #1E355E;
}
@media only screen and (max-width: 768px) {
  .hero-with-card .card-content .subheader {
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 32px;
  }
}
.hero-with-card .card-content .descr {
  font-family: "Lato", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 33px;
  text-align: center;
  padding: 0 20px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  color: #1E355E;
}
@media only screen and (max-width: 768px) {
  .hero-with-card .card-content .descr {
    padding: 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.01em;
    text-align: center;
  }
}
.hero-with-card .card-content a.button {
  top: 60px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .hero-with-card .card-content a.button {
    top: 18px;
  }
}
.hero-with-card .card-content .room-buttons {
  gap: 17px;
  display: flex;
  justify-content: center;
  flex-flow: wrap;
}
.hero-with-card .bottom-image-container {
  height: 801px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  margin-top: 180px;
}
@media only screen and (max-width: 768px) {
  .hero-with-card .bottom-image-container {
    height: 720px;
  }
}
.hero-with-card .card-content.no-bottom-image {
  position: relative;
  right: initial;
}
@media only screen and (max-width: 768px) {
  .hero-with-card .card-content.no-bottom-image {
    right: initial;
  }
}
.hero-with-card .swiper.hide-buttons .swiper-button-next,
.hero-with-card .swiper.hide-buttons .swiper-button-prev,
.hero-with-card .swiper.hide-buttons .swiper-pagination {
  display: none;
}
.hero-with-card .swiper-slide {
  height: 664px;
}
.hero-with-card .swiper-button-next,
.hero-with-card .swiper-button-prev {
  top: calc(50% - 24px);
}
@media only screen and (max-width: 768px) {
  .hero-with-card .swiper-button-next,
  .hero-with-card .swiper-button-prev {
    display: none;
  }
}
.hero-with-card .hero-with-card-button-prev {
  left: 50px;
}
.hero-with-card .hero-with-card-button-next {
  right: 50px;
}
.hero-with-card .hero-with-card-swiper {
  position: relative;
}
.hero-with-card .swiper-pagination {
  bottom: 8%;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .hero-with-card .swiper-pagination {
    bottom: 32px;
  }
}
.hero-with-card .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  mix-blend-mode: multiply;
}
.hero-with-card video.video.parallax {
  height: 664px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-with-card .video-buttons {
  position: absolute;
  bottom: 40px;
  right: 40px;
  display: flex;
  z-index: 25;
}
@media only screen and (max-width: 1024px) {
  .hero-with-card .video-buttons {
    bottom: 50px;
  }
}
.hero-with-card .video-buttons > * {
  margin-left: 10px;
}
.hero-with-card .video-buttons > *:first-child {
  margin-left: 0;
}
.hero-with-card .video-buttons button {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 0;
  background: rgba(255, 255, 255, 0.2);
  transition: background 300ms ease-in-out;
}
@media (prefers-reduced-motion) {
  .hero-with-card .video-buttons button {
    transition: none;
  }
}
.hero-with-card .video-buttons button:hover {
  background: rgba(255, 255, 255, 0.4);
}
.hero-with-card .video-buttons button svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  fill: #ffffff;
}
.hero-with-card .play-pause .play {
  display: none;
}
.hero-with-card .video.paused + .video-buttons .play-pause svg {
  transform: translate(-50%, -50%) translateX(1px);
}
.hero-with-card .video.paused + .video-buttons .play-pause .play {
  display: block;
}
.hero-with-card .video.paused + .video-buttons .play-pause .pause {
  display: none;
}
.hero-with-card .mute-unmute .muted {
  display: none;
}
.hero-with-card .mute-unmute .unmuted {
  display: block;
}
.hero-with-card .video.muted + .video-buttons .mute-unmute .muted {
  display: block;
}
.hero-with-card .video.muted + .video-buttons .mute-unmute .unmuted {
  display: none;
}

.four-block-carousel {
  position: relative;
  z-index: 1;
  background: rgba(219, 211, 152, 0.3);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .four-block-carousel {
    padding-bottom: 0;
    min-height: initial;
  }
}
.four-block-carousel .inner-wrapper {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  max-width: 1540px;
  margin: 0 auto;
  padding: 90px 70px 70px 70px;
  position: relative;
  overflow: hidden;
  align-content: center;
}
@media only screen and (max-width: 768px) {
  .four-block-carousel .inner-wrapper {
    padding: 40px 30px;
  }
}
.four-block-carousel .heading {
  display: flex;
  flex-direction: column;
  max-width: 1130px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 29px;
  color: #1E355E;
  font-weight: 400;
  align-items: center;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .four-block-carousel .heading {
    flex-direction: column;
    max-width: 400px;
  }
}
.four-block-carousel .heading .header {
  font-family: "Amiri", serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 8px;
  text-align: center;
  margin-bottom: 30px;
  color: #1E355E;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .four-block-carousel .heading .header {
    margin-bottom: 21px;
    font-size: 48px;
    font-style: italic;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: 0.02em;
    text-align: center;
  }
}
@media only screen and (min-width: 2000px) {
  .four-block-carousel .heading .header {
    padding-top: 30px;
  }
}
.four-block-carousel .heading .content {
  font-family: "Lato", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .four-block-carousel .heading .content {
    line-height: 18px;
    font-size: 13px;
  }
}
.four-block-carousel .swiper-four-block {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
  height: auto;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .four-block-carousel .swiper-four-block {
    overflow: visible;
    width: 80%;
  }
}
.four-block-carousel .swiper-wrapper {
  height: auto;
}
.four-block-carousel .swiper-slide {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .four-block-carousel .swiper-slide {
    align-items: baseline;
  }
}
@media only screen and (max-width: 768px) {
  .four-block-carousel .swiper-slide.swiper-slide-active {
    opacity: 1;
    transition: opacity 0.3s ease;
  }
}
.four-block-carousel .carousel-image-container {
  margin-bottom: 20px;
  max-width: 330px;
  min-height: 420px;
}
@media only screen and (max-width: 768px) {
  .four-block-carousel .carousel-image-container {
    max-width: unset;
    max-height: unset;
    min-width: initial;
    min-height: 315px;
    display: flex;
    justify-content: center;
    align-self: center;
  }
}
.four-block-carousel .carousel-image {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.four-block-carousel .carousel-content {
  align-self: center;
}
.four-block-carousel .carousel-description {
  font-family: "Lato", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #1E355E;
}
@media only screen and (max-width: 768px) {
  .four-block-carousel .carousel-description {
    font-size: 13.5px;
    line-height: 18px;
  }
}
.four-block-carousel .button-wrapper {
  display: flex;
  gap: 0 10px;
  justify-content: center;
  padding-top: 10px;
}
.four-block-carousel .swiper-button-prev,
.four-block-carousel .swiper-button-next {
  top: 210px;
}
@media only screen and (max-width: 768px) {
  .four-block-carousel .swiper-button-prev,
  .four-block-carousel .swiper-button-next {
    top: 132px;
  }
}
.four-block-carousel .swiper-button-next {
  right: 52px;
}
@media only screen and (max-width: 768px) {
  .four-block-carousel .swiper-button-next {
    right: -42px;
  }
}
.four-block-carousel .swiper-button-prev {
  left: 52px;
}
@media only screen and (max-width: 768px) {
  .four-block-carousel .swiper-button-prev {
    left: -42px;
  }
}
.four-block-carousel .swiper-pagination {
  display: none;
}
@media only screen and (max-width: 768px) {
  .four-block-carousel .swiper-pagination {
    display: flex;
    justify-content: center;
    left: 0;
    bottom: 0;
  }
}
@media only screen and (min-width: 1300px) {
  .four-block-carousel .swiper-slide.swiper-slide-duplicate-prev,
  .four-block-carousel .swiper-slide.swiper-slide-active {
    opacity: 0.5;
  }
}
@media only screen and (max-width: 1299px) {
  .four-block-carousel .swiper-slide {
    opacity: 0.5;
  }
}
@media only screen and (max-width: 767px) {
  .four-block-carousel .swiper-slide.swiper-slide-next {
    opacity: 0.5 !important;
  }
}
@media only screen and (max-width: 1299px) {
  .four-block-carousel .swiper-slide.swiper-slide-next {
    opacity: 1;
  }
}

.four-block-carousel-with-links .title {
  font-family: "Lato", serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0 auto 8px auto;
  max-width: 300px;
  text-transform: uppercase;
  min-height: 44px;
}
@media only screen and (max-width: 768px) {
  .four-block-carousel-with-links .title {
    font-size: 12px;
    font-weight: 700;
    line-height: 16.5px;
    letter-spacing: 0.1em;
    text-align: center;
  }
}
.four-block-carousel-with-links .link-container {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.four-block-carousel-with-links .link-container .carousel-link {
  font-family: "Lato", serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #312D2B;
  text-transform: uppercase;
  text-underline-offset: 4px;
}
@media only screen and (max-width: 768px) {
  .four-block-carousel-with-links .link-container .carousel-link {
    font-size: 9px;
    line-height: 16.5px;
  }
}
.four-block-carousel-with-links .link-container .carousel-link::after {
  content: ">";
  font-family: "Lato", serif;
  display: inline-block;
  margin-left: 5px;
}
.four-block-carousel-with-links .link-container .carousel-link:hover {
  color: #85754E;
  transition: 300ms ease-in-out;
}
.four-block-carousel-with-links .carousel-description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.resort-amenities {
  background: rgba(219, 211, 152, 0.3);
  padding: 61px 40px 40px;
}
@media only screen and (max-width: 768px) {
  .resort-amenities {
    padding: 20px;
  }
}
.resort-amenities .page-content {
  text-align: center;
}
.resort-amenities .header, .resort-amenities h2 {
  font-family: "Amiri", serif;
  color: #1E355E;
  font-size: 42px;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 8px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .resort-amenities .header, .resort-amenities h2 {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
  }
}
.resort-amenities .icons-container-holder {
  max-width: 1160px;
  width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  align-items: end;
  justify-items: center;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .resort-amenities .icons-container-holder {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .resort-amenities .icons-container-holder {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.resort-amenities .icons-container-holder .icon-item {
  width: 160px;
  margin: 0 10px 20px;
}
.resort-amenities .icons-container-holder .icon-item img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}
.resort-amenities .icons-container-holder .icon-item .icon-text {
  text-align: center;
  font-family: "Lato", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #1E355E;
  margin: 11px 0 0 0;
}
.resort-amenities .content {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .resort-amenities .content {
    margin-top: 20px;
  }
}
.resort-amenities.room-amenities .icon-item {
  width: 200px;
  margin: 0 30px 20px;
}
.resort-amenities.room-amenities .icon-item .icon-text {
  min-height: 52px;
}

#home-gallery.four-block-gallery {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  margin: 1px 0 20px 0;
  text-align: center;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  #home-gallery.four-block-gallery {
    margin: 70px 0;
    overflow: visible;
  }
}
#home-gallery.four-block-gallery .gallery-wrapper {
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #home-gallery.four-block-gallery .gallery-wrapper {
    display: none;
  }
}
#home-gallery.four-block-gallery .photo {
  position: relative;
  float: left;
  width: 20%;
  height: 0;
  padding-top: 20%;
  font-size: 0;
  transition: opacity 0.3s ease-out;
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  #home-gallery.four-block-gallery .photo {
    position: initial;
  }
}
@media (prefers-reduced-motion) {
  #home-gallery.four-block-gallery .photo {
    transition: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #home-gallery.four-block-gallery .photo {
    height: 300px;
  }
}
#home-gallery.four-block-gallery .photo:hover {
  opacity: 0.8;
}
@media only screen and (min-width: 1024px) {
  #home-gallery.four-block-gallery .photo:nth-child(1) {
    width: 50%;
  }
  #home-gallery.four-block-gallery .photo:nth-child(1) span {
    height: 200%;
  }
  #home-gallery.four-block-gallery .photo:nth-child(2) {
    width: 25%;
  }
  #home-gallery.four-block-gallery .photo:nth-child(2) span {
    height: 100%;
  }
  #home-gallery.four-block-gallery .photo:nth-child(3) {
    width: 25%;
  }
  #home-gallery.four-block-gallery .photo:nth-child(3) span {
    height: 200%;
  }
  #home-gallery.four-block-gallery .photo:nth-child(4) {
    width: 25%;
  }
  #home-gallery.four-block-gallery .photo:nth-child(4) span {
    left: 200%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #home-gallery.four-block-gallery .photo {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  #home-gallery.four-block-gallery .photo {
    width: 50%;
  }
  #home-gallery.four-block-gallery .photo:nth-child(7) {
    display: none;
  }
}
#home-gallery.four-block-gallery .photo span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #1E355E;
  background-position: 50% 50%;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  #home-gallery.four-block-gallery .photo span {
    left: -15%;
  }
}
#home-gallery.four-block-gallery .photo span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 6px solid #ffffff;
}
@media only screen and (max-width: 768px) {
  #home-gallery.four-block-gallery .photo span:after {
    content: initial;
  }
}
#home-gallery.four-block-gallery .all-photos {
  margin-top: 32px;
}
#home-gallery.four-block-gallery .small-image-slider {
  display: none;
}
@media only screen and (max-width: 768px) {
  #home-gallery.four-block-gallery .small-image-slider {
    display: block;
  }
}
#home-gallery.four-block-gallery .small-image-slider .swiper-small-gallery {
  height: 315px;
  overflow: hidden;
}
#home-gallery.four-block-gallery .small-image-slider .slideshow-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  transition-property: transform;
}
#home-gallery.four-block-gallery .small-image-slider .small-gallery {
  position: relative;
}
#home-gallery.four-block-gallery .small-image-slider .small-gallery .slide-container {
  width: 100%;
  overflow: visible;
}
#home-gallery.four-block-gallery .small-image-slider .small-gallery .slideshow {
  overflow: visible;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #home-gallery.four-block-gallery .small-image-slider .small-gallery .slideshow {
    height: 315px;
  }
}
#home-gallery.four-block-gallery .small-image-slider .small-gallery .swiper-slide {
  overflow: visible;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #home-gallery.four-block-gallery .swiper-pagination {
    bottom: -40px;
  }
}
#home-gallery.four-block-gallery .swiper-pagination .swiper-pagination-bullet {
  border-color: #85754E;
}

.rooms-slider .background {
  position: relative;
  display: flex;
  justify-content: center;
  max-width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  min-height: 1017px;
  padding-bottom: 130px;
}
@media only screen and (max-width: 768px) {
  .rooms-slider .background {
    max-height: 640px;
    padding-bottom: 70px;
    min-height: initial;
    max-height: initial;
    height: 100%;
  }
}
.rooms-slider .card-wrapper {
  width: 100%;
  display: flex;
  padding: 0 60px;
}
@media only screen and (max-width: 768px) {
  .rooms-slider .card-wrapper {
    padding: 0 30px;
  }
}
.rooms-slider .card {
  margin: 0 auto;
  width: 100%;
  max-width: 1175px;
}
.rooms-slider .card .top-card {
  position: relative;
  top: 0;
  max-width: 1175px;
  margin: auto;
  margin-top: 50px;
  padding-top: 44px;
  width: 100%;
  background-color: #ffffff;
}
.rooms-slider .card .top-card .header {
  font-family: "Amiri", serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 8px;
  text-align: center;
  margin-bottom: 24px;
  color: #1E355E;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .rooms-slider .card .top-card .header {
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 0.02em;
    margin-bottom: 29px;
    padding: 0 30px;
  }
}
.rooms-slider .card .top-card .subheader {
  font-family: "Syncopate", serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 5px;
  text-align: center;
  margin-bottom: 34px;
  color: #1E355E;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .rooms-slider .card .top-card .subheader {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
    padding: 0 30px;
  }
}
.rooms-slider .card .top-card .description {
  font-family: "Lato", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #1E355E;
  padding: 0 86px 38px 86px;
}
@media only screen and (max-width: 768px) {
  .rooms-slider .card .top-card .description {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.02em;
    padding: 0 30px 20px 30px;
  }
}
.rooms-slider .card .top-card .description p {
  margin: 15px 0;
}
.rooms-slider .card .top-card .button-wrapper {
  padding-bottom: 26px;
}
.rooms-slider .card .top-card .button-wrapper .button {
  letter-spacing: 1.125px;
}
@media only screen and (min-width: 768px) {
  .rooms-slider .card .top-card .button-wrapper .button {
    min-width: 242px;
  }
}
.rooms-slider .card .bottom-card {
  position: relative;
  background-color: #ffffff;
  padding: 0 30px;
}
.rooms-slider .swiper {
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
  max-width: 1160px;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .rooms-slider .swiper {
    display: flex;
    justify-content: flex-end;
  }
}
.rooms-slider .swiper-wrapper {
  max-width: 1160px;
  height: auto;
  margin-left: 5px;
}
.rooms-slider .swiper-button-prev,
.rooms-slider .swiper-button-next {
  top: calc(50% - 50px);
  display: flex;
}
@media only screen and (max-width: 768px) {
  .rooms-slider .swiper-button-prev svg path,
  .rooms-slider .swiper-button-next svg path {
    height: 20px;
    stroke: #85754E;
  }
}
@media only screen and (max-width: 768px) {
  .rooms-slider .swiper-button-prev,
  .rooms-slider .swiper-button-next {
    top: 16px;
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .rooms-slider .swiper-button-prev svg,
  .rooms-slider .swiper-button-next svg {
    height: 20px;
  }
}
.rooms-slider .swiper-button-prev {
  left: -54px;
}
@media only screen and (max-width: 768px) {
  .rooms-slider .swiper-button-prev {
    left: 28px;
  }
}
.rooms-slider .swiper-button-next {
  right: -54px;
}
@media only screen and (max-width: 768px) {
  .rooms-slider .swiper-button-next {
    right: 28px;
  }
}
.rooms-slider .swiper-pagination {
  display: none;
}
@media only screen and (max-width: 768px) {
  .rooms-slider .swiper-pagination {
    display: flex;
    bottom: -30px;
    padding-left: 60px;
  }
}
.rooms-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #FAF8E8;
}
@media (min-width: 1321px) {
  .rooms-slider .entry {
    max-width: 356px;
  }
}
.rooms-slider .room-name {
  font-family: "Amiri", serif;
  font-size: 33px;
  font-weight: 400;
  text-align: center;
  color: #1E355E;
  line-height: 40px;
  align-content: end;
  margin-bottom: 16px;
  font-style: italic;
  letter-spacing: 5px;
}
@media only screen and (max-width: 768px) {
  .rooms-slider .room-name {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 8px;
  }
}
.rooms-slider .image-holder {
  height: 356px;
}
@media only screen and (max-width: 768px) {
  .rooms-slider .image-holder {
    height: 260px;
  }
}
.rooms-slider .image-holder img {
  max-width: 356px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .rooms-slider .image-holder img {
    max-width: initial;
    max-height: 260px;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}
@media (min-width: 769px) and (max-width: 1320px) {
  .rooms-slider .image-holder img {
    width: 100%;
    max-height: 356px;
    -o-object-fit: cover;
       object-fit: cover;
    max-width: initial;
  }
}
.rooms-slider .button-holder {
  width: 100%;
}
.rooms-slider .button-holder a.button {
  width: 100%;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .rooms-slider .button-holder a.button {
    height: 45px;
    align-content: center;
  }
}

.lightbox-rooms-slider {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 150px;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 0px 30px 190px 30px;
}
.lightbox-rooms-slider .popup-wrapper .name-close-holder {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .lightbox-rooms-slider .popup-wrapper .name-close-holder {
    justify-content: center;
  }
}
.lightbox-rooms-slider .popup-wrapper .name-close-holder .lightbox-room-name {
  font-family: "Amiri", serif;
  color: #85754E;
  font-size: 48px;
  font-weight: 400;
  line-height: 66px;
  letter-spacing: 0.02em;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .lightbox-rooms-slider .popup-wrapper .name-close-holder .lightbox-room-name {
    text-align: center;
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 0.02em;
    text-align: center;
    margin-bottom: 28px;
  }
}
.lightbox-rooms-slider .popup-wrapper .content-holder {
  display: flex;
  background-color: #ffffff;
  max-width: 1175px;
  margin: auto;
  width: 100%;
  flex-direction: column;
  padding: 44px 50px 46px 60px;
}
@media only screen and (max-width: 768px) {
  .lightbox-rooms-slider .popup-wrapper .content-holder {
    padding: 44px 30px 46px 30px;
  }
}
.lightbox-rooms-slider .popup-wrapper .content-holder .left-right-holder {
  display: flex;
  gap: 24px;
}
.lightbox-rooms-slider .popup-wrapper .content-holder .left-right-holder .left-side .lightbox-description p {
  font-family: "Lato", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.02em;
  text-align: left;
  margin-bottom: 30px;
  color: #1E355E;
}
@media only screen and (max-width: 768px) {
  .lightbox-rooms-slider .popup-wrapper .content-holder .left-right-holder .left-side .lightbox-description p {
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.02em;
    text-align: center;
  }
}
.lightbox-rooms-slider .popup-wrapper .content-holder .left-right-holder .left-side .lightbox-details-title {
  text-align: start;
  font-family: "Lato", serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #1E355E;
}
@media only screen and (max-width: 768px) {
  .lightbox-rooms-slider .popup-wrapper .content-holder .left-right-holder .left-side .lightbox-details-title {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.1em;
  }
}
.lightbox-rooms-slider .popup-wrapper .content-holder .left-right-holder .left-side .lightbox-details-content {
  display: flex;
  gap: 25px;
}
@media only screen and (max-width: 768px) {
  .lightbox-rooms-slider .popup-wrapper .content-holder .left-right-holder .left-side .lightbox-details-content {
    display: contents;
  }
}
.lightbox-rooms-slider .popup-wrapper .content-holder .left-right-holder .left-side .lightbox-details-content .lightbox-details-item {
  text-align: left;
  font-family: "Lato", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.02em;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .lightbox-rooms-slider .popup-wrapper .content-holder .left-right-holder .left-side .lightbox-details-content .lightbox-details-item {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.02em;
  }
}
.lightbox-rooms-slider .popup-wrapper .content-holder .left-right-holder .left-side .lightbox-details-content .lightbox-details-left {
  flex: 0 0 50%;
}
.lightbox-rooms-slider .popup-wrapper .content-holder .left-right-holder .left-side .button-container {
  margin-top: 66px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .lightbox-rooms-slider .popup-wrapper .content-holder .left-right-holder .left-side .button-container {
    margin-top: 32px;
  }
}
.lightbox-rooms-slider .popup-wrapper .content-holder .left-right-holder .lightbox-image-holder.mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .lightbox-rooms-slider .popup-wrapper .content-holder .left-right-holder .lightbox-image-holder.mobile {
    display: contents;
  }
}
@media only screen and (max-width: 768px) {
  .lightbox-rooms-slider .popup-wrapper .content-holder .left-right-holder .lightbox-image-holder.mobile .image {
    height: 260px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 29px;
  }
}
.lightbox-rooms-slider .popup-wrapper .content-holder .left-right-holder .right-side {
  flex: 0 0 45%;
  display: block;
}
.lightbox-rooms-slider .popup-wrapper .content-holder .left-right-holder .right-side .lightbox-image-holder {
  justify-content: end;
  display: flex;
  height: 100%;
}
.lightbox-rooms-slider .popup-wrapper .content-holder .left-right-holder .right-side .lightbox-image-holder img {
  width: 100%;
  max-width: 440px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .lightbox-rooms-slider .popup-wrapper .content-holder .left-right-holder .right-side {
    display: none;
  }
}
.lightbox-rooms-slider .lightbox-rooms-slider-close {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .lightbox-rooms-slider .lightbox-rooms-slider-close {
    position: absolute;
    right: 45px;
    top: 15px;
  }
}
.lightbox-rooms-slider .lightbox-rooms-slider-close svg {
  width: 45px;
  height: 40px;
  transition: 300ms ease-in-out;
}
@media only screen and (max-width: 768px) {
  .lightbox-rooms-slider .lightbox-rooms-slider-close svg {
    width: 22px;
    height: 20px;
  }
}
.lightbox-rooms-slider .lightbox-rooms-slider-close:hover,
.lightbox-rooms-slider .lightbox-rooms-slider-close:focus {
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .venues-slider .background {
    padding-bottom: 170px;
  }
}

.social-feed {
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .social-feed {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
}
.social-feed.no-negative-margin {
  margin: 0 auto;
}
.social-feed .center-column.content-only {
  margin: 65px auto 36px;
  text-align: center;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .social-feed .center-column.content-only {
    color: #ffffff;
    margin: 50px auto 26px auto;
  }
}
.social-feed .h1-like {
  color: #1E355E;
  text-align: center;
  /* Body Title */
  /* TITLE */
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 49.5px; /* 117.857% */
  letter-spacing: 8.4px;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .social-feed .h1-like {
    font-size: 36px;
    font-weight: 400;
    line-height: 49.5px;
    letter-spacing: 0.02em;
  }
}
.social-feed .description {
  display: flex;
  justify-content: center;
}
.social-feed .description p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.14px;
  max-width: 528px;
  align-self: center;
  color: #85754E;
}
@media only screen and (max-width: 768px) {
  .social-feed .description p {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.12px;
  }
}
.social-feed h2 {
  margin-bottom: 30px;
  text-transform: uppercase;
}
.social-feed .socials {
  display: flex;
  justify-content: center;
  padding-bottom: 60px;
  margin: 0;
  gap: 20px;
}
@media only screen and (max-width: 1024px) {
  .social-feed .socials {
    margin-bottom: 40px;
    justify-content: center;
    flex-flow: wrap;
    padding-bottom: 50px;
    gap: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .social-feed .socials {
    position: static;
    float: none;
    margin-bottom: 20px;
  }
}
.social-feed .socials li {
  display: inline-block;
  padding: 0;
}
.social-feed .socials li:before {
  display: none;
}
@media only screen and (max-width: 768px) {
  .social-feed .socials li {
    float: none;
    display: inline-block;
  }
}
.social-feed .feed-items {
  font-size: 0;
  margin: 0 -1.4% 0 -0.7%;
}
@media only screen and (max-width: 420px) {
  .social-feed .feed-items {
    margin: 0 0.6% 0 -0.6%;
  }
}
.social-feed .feed-content {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.social-feed .feed-item {
  position: relative;
  width: 15.1515151515%;
  height: auto;
  padding-top: 15%;
  margin: 0 0.7% 1.4% 0.7%;
  float: left;
  overflow: hidden;
  opacity: 1;
  text-align: left;
  background: rgba(128, 128, 128, 0.1);
  transition: opacity 300ms ease-in-out;
}
.social-feed .feed-item:before {
  content: "";
  display: block;
  position: absolute;
  width: 31px;
  height: 31px;
  right: 10px;
  top: 10px;
  z-index: 5;
}
@media only screen and (max-width: 420px) {
  .social-feed .feed-item {
    width: 100%;
    padding: 100% 0 0 0;
    margin: 0 0.7% 4% 0.7%;
  }
}
.social-feed .feed-item.instagram {
  border: 0;
  color: #fff;
}
.social-feed .feed-item.instagram .feed-descr {
  display: none;
}
.social-feed .feed-item.instagram:before {
  background-position: -140px 0;
}
.social-feed .feed-item.instagram .feed-thumb {
  display: block;
  min-height: 100%;
  min-width: 100%;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .social-feed .feed-item.instagram .feed-thumb {
    min-width: auto;
    min-height: auto;
    margin: 0 auto;
    height: 100%;
  }
}
.social-feed .feed-item.instagram a {
  color: inherit;
}
.social-feed .feed-item.instagram video {
  width: 100%;
}
.social-feed .feed-item.invisible {
  opacity: 0;
}
.social-feed .feed-item .feed-descr {
  position: absolute;
  bottom: 0;
  top: 0;
  box-sizing: border-box;
  overflow: hidden;
  padding: 15px;
  width: 100%;
  text-align: left;
  color: #ffffff;
}
.social-feed .feed-item .feed-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-position: 50% 50%;
  background-size: cover;
}
.social-feed .feed-item .feed-text {
  display: inline-block;
  font-weight: 200;
}
.social-feed .feed-item .feed-copy {
  margin: 0;
}
.social-feed .feed-item a {
  text-decoration: none;
}
.social-feed .feed-item a:hover {
  text-decoration: underline;
}
.social-feed .feed-controls {
  display: inline-block;
  width: 100%;
  margin-top: 23px;
  margin-bottom: 60px;
  text-align: center;
}
.social-feed .feed-controls .button {
  width: 160px;
}
@media only screen and (max-width: 768px) {
  .social-feed .slick-arrow {
    display: none !important;
  }
}

.c-instagram-feed .slick-next {
  background: url("../images/arrow-right.svg");
  right: 40px;
  filter: invert(0.8) sepia(1) saturate(5) hue-rotate(180deg) brightness(0.8);
}
.c-instagram-feed .slick-prev {
  background: url("../images/arrow-left.svg");
  left: 40px;
  filter: invert(0.8) sepia(1) saturate(5) hue-rotate(180deg) brightness(0.8);
}

.c-instagram-feed__tag-link a {
  color: #274D3F;
}

.c-instagram-feed__list {
  overflow: hidden;
  position: relative;
  z-index: 1;
  max-width: 1270px;
  margin: auto;
}
@media (max-width: 400px) {
  .c-instagram-feed__list {
    max-width: 350px;
  }
}
@media only screen and (max-width: 768px) {
  .c-instagram-feed__list {
    max-width: 400px;
  }
}
.c-instagram-feed__list .photo-list {
  margin: 0 0 41px 0;
}
@media only screen and (max-width: 768px) {
  .c-instagram-feed__list .photo-list {
    margin: 0 0 50px 0;
  }
}
.c-instagram-feed__list .photo-list .slick-list {
  margin: 0 78px;
}
@media only screen and (max-width: 768px) {
  .c-instagram-feed__list .photo-list .slick-list {
    margin: 0;
  }
}
.c-instagram-feed__list .photo-list .photo {
  margin: 0 8px;
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 768px) {
  .c-instagram-feed__list .photo-list .photo {
    width: 100%;
    margin: 0;
  }
}
.c-instagram-feed__list .photo-list .photo .c-instagram-feed__link {
  display: block;
  width: 266px;
  height: 266px;
}
@media only screen and (max-width: 768px) {
  .c-instagram-feed__list .photo-list .photo .c-instagram-feed__link {
    width: 200px;
    height: 200px;
  }
}
.c-instagram-feed__list .photo-list .photo .c-instagram-feed__link div {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
  .c-instagram-feed__list .slick-prev {
    left: 20px;
  }
  .c-instagram-feed__list .slick-next {
    right: 20px;
  }
  .c-instagram-feed__list .photo-list .photo {
    margin: 0 10px;
  }
  .c-instagram-feed__list .photo-list .photo .c-instagram-feed__link {
    height: 200px;
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .slick-track {
    display: flex !important;
    gap: 10px;
  }
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.arrows {
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .arrows {
    display: none;
  }
}

.slick-list .slide {
  display: inline-block;
  vertical-align: top;
}

.slick-arrow {
  display: block;
  width: 22px;
  height: 40px;
  overflow: hidden;
  position: absolute;
  text-indent: -100em;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  transition: all 300ms ease-in-out;
}
.slick-arrow:hover {
  opacity: 0.6;
}

.slick-prev {
  left: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .slick-prev {
    left: 0;
  }
}

.slick-next {
  background-position: -40px -70px;
  right: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .slick-next {
    right: 0;
  }
}

#home .social-feed {
  margin: 0 auto -64px auto;
}

.full-width-slider {
  position: relative;
  height: auto;
  width: 100%;
  max-height: 600px;
  min-height: 600px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .full-width-slider {
    max-height: unset;
    min-height: 600px;
    height: auto;
    width: 100%;
  }
}
.full-width-slider .swiper {
  max-height: 600px;
  min-height: 600px;
}
@media only screen and (max-width: 768px) {
  .full-width-slider .swiper {
    max-height: unset;
    min-height: 600px;
    height: auto;
    width: 100%;
  }
}
.full-width-slider .swiper-wrapper {
  height: auto;
  width: 100%;
}
.full-width-slider .swiper-slide {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .full-width-slider .swiper-slide {
    padding: 0;
  }
}
.full-width-slider .swiper-slide .inner-wrapper {
  width: 100%;
}
.full-width-slider .swiper-slide__image-overlay {
  background: linear-gradient(180deg, #000 33%, #FFF 100%);
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.full-width-slider .swiper-slide__image-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-height: 600px;
  min-height: 600px;
}
@media only screen and (max-width: 768px) {
  .full-width-slider .swiper-slide__image-container {
    max-height: unset;
    min-height: 600px;
  }
}
.full-width-slider .swiper-slide__image {
  display: block;
  max-height: 600px;
  min-height: 600px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .full-width-slider .swiper-slide__image {
    max-height: unset;
    min-height: 600px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.full-width-slider .swiper-slide__content-container {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 120px;
}
@media only screen and (max-width: 768px) {
  .full-width-slider .swiper-slide__content-container {
    margin-top: 36px;
    padding: 0 30px;
    top: 0;
  }
}
.full-width-slider .swiper-slide__content-container .top-half {
  margin-bottom: 20px;
}
.full-width-slider .swiper-slide__content-title {
  font-family: "Amiri", serif;
  margin-bottom: 30px;
  font-size: 65px;
  font-style: italic;
  font-weight: 400;
  line-height: 65px;
  letter-spacing: 0.02em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .full-width-slider .swiper-slide__content-title {
    margin-bottom: 26px;
    font-size: 48px;
    font-style: italic;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: 0.02em;
    text-align: center;
  }
}
.full-width-slider .swiper-slide__content-description {
  font-family: "Lato", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.02em;
  text-align: center;
  max-width: 1001px;
}
@media only screen and (max-width: 768px) {
  .full-width-slider .swiper-slide__content-description {
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
  }
}
.full-width-slider .swiper-slide__content-button {
  position: relative;
}
.full-width-slider .swiper-slide__content-button .button {
  background: #fff;
  color: #000;
}
.full-width-slider .swiper-slide__content-button .button:hover {
  color: #fff;
  background: #85754E;
}
.full-width-slider .swiper-full-width-button-next {
  right: 80px;
  top: 59%;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .full-width-slider .swiper-full-width-button-next {
    display: none;
  }
}
.full-width-slider .swiper-full-width-button-prev {
  left: 80px;
  top: 59%;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .full-width-slider .swiper-full-width-button-prev {
    display: none;
  }
}

.planning-acm .planning-acm-wrapper {
  padding: 70px 40px;
  max-width: 960px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .planning-acm .planning-acm-wrapper {
    padding: 35px 20px;
  }
}
.planning-acm .page-content {
  text-align: center;
}
.planning-acm h2 {
  color: #1E355E;
  text-align: center;
  font-family: "Amiri", serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 8.4px;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .planning-acm h2 {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 4px;
  }
}
.planning-acm h3 {
  color: #1E355E;
  text-align: center;
  font-family: "Syncopate", serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: 5px;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .planning-acm h3 {
    font-size: 16px;
    line-height: 20px;
  }
}

.experiences-main-slider {
  width: calc(100% - 200px);
  margin: 35px auto 80px;
}
@media (max-width: 1300px) {
  .experiences-main-slider {
    width: calc(100% - 100px);
  }
}
@media only screen and (max-width: 768px) {
  .experiences-main-slider {
    width: calc(100% - 60px);
    margin: 5px auto 5px;
  }
}
.experiences-main-slider .page-content h2 {
  color: #1E355E;
  font-family: "Amiri", serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 49.5px;
  letter-spacing: 8.4px;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .experiences-main-slider .page-content h2 {
    font-size: 25px;
    line-height: 1.5;
    letter-spacing: 4.4px;
  }
}
.experiences-main-slider .page-content h3 {
  color: #1E355E;
  font-family: "Syncopate", serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 5px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.experiences-main-slider .swiper-outer {
  position: relative;
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .experiences-main-slider .swiper-outer {
    margin-top: 30px;
  }
}
.experiences-main-slider .swiper {
  overflow: hidden;
  position: relative;
}
.experiences-main-slider .swiper .swiper-slide {
  position: relative;
}
.experiences-main-slider .swiper .swiper-slide * {
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .experiences-main-slider .swiper .swiper-slide .page-content h2 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .experiences-main-slider .swiper .swiper-slide .page-content h3 {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .experiences-main-slider .swiper .swiper-slide .page-content p {
    font-size: 14px;
  }
}
.experiences-main-slider .swiper .swiper-slide .image {
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .experiences-main-slider .swiper .swiper-slide .image {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 60%;
  }
}
.experiences-main-slider .swiper .swiper-slide .slide-content {
  width: 40%;
  padding: 15px 0 0 0;
  border-bottom: 1px solid #9F9F9F;
}
@media only screen and (max-width: 768px) {
  .experiences-main-slider .swiper .swiper-slide .slide-content {
    width: 100%;
  }
}
.experiences-main-slider .experience-arrows {
  position: absolute;
  top: 50%;
  left: -60px;
  right: -60px;
}
@media (max-width: 1300px) {
  .experiences-main-slider .experience-arrows {
    left: -30px;
    right: -30px;
  }
}
.experiences-main-slider .experience-arrows button {
  background-color: transparent;
  background-image: none;
  border: 2px solid #000;
  border-bottom: 0;
  border-left: 0;
  cursor: pointer;
  height: 30px;
  width: 30px;
  margin-top: -15px;
  overflow: hidden;
  position: absolute;
  text-indent: -100em;
  top: 0;
  z-index: 4;
}
.experiences-main-slider .experience-arrows button.swiper-button-prev {
  transform: rotate(-135deg);
  left: 0;
}
@media only screen and (max-width: 768px) {
  .experiences-main-slider .experience-arrows button.swiper-button-prev {
    transform: scale(0.5) rotate(-135deg);
  }
}
.experiences-main-slider .experience-arrows button.swiper-button-next {
  transform: rotate(45deg);
  right: 0;
}
@media only screen and (max-width: 768px) {
  .experiences-main-slider .experience-arrows button.swiper-button-next {
    transform: scale(0.5) rotate(45deg);
  }
}

.experiences-list {
  padding: 60px 50px;
}
@media only screen and (max-width: 768px) {
  .experiences-list {
    padding: 20px 30px;
  }
}
.experiences-list .content-wrapper {
  text-align: center;
}
.experiences-list .content-wrapper h2 {
  color: #1E355E;
  font-family: "Amiri", serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 49.5px;
  letter-spacing: 8.4px;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .experiences-list .content-wrapper h2 {
    font-size: 30px;
    line-height: 1.3;
    letter-spacing: 4.4px;
  }
}
.experiences-list .content-wrapper h3 {
  color: #1E355E;
  font-family: "Syncopate", serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 5px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.experiences-list .full-list .show-more {
  margin: 30px auto 0;
  display: block;
}
.experiences-list .full-list .show-more.hide {
  display: none;
}
.experiences-list .full-list .selection {
  padding: 90px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .experiences-list .full-list .selection {
    padding: 15px 0;
  }
}
.experiences-list .full-list .selection .label {
  color: #1E355E;
  font-family: "Amiri", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin: 20px 20px 20px 0;
}
@media only screen and (max-width: 768px) {
  .experiences-list .full-list .selection .label {
    font-size: 18px;
  }
}
.experiences-list .full-list .selection .multiselect {
  position: relative;
  margin: 20px 50px 20px 0px;
}
@media only screen and (max-width: 768px) {
  .experiences-list .full-list .selection .multiselect {
    margin: 0 0 20px;
    width: 100%;
  }
}
.experiences-list .full-list .selection .multiselect .selected {
  height: 52px;
  padding: 0 60px 0 20px;
  color: #65615D;
  font-family: "Lato", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  position: relative;
  min-width: 410px;
  border: 1px solid #9F9F9F;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .experiences-list .full-list .selection .multiselect .selected {
    min-width: 0;
    width: 100%;
  }
}
.experiences-list .full-list .selection .multiselect .selected:after {
  content: "";
  display: block;
  height: 13px;
  width: 13px;
  border-right: 1px solid #9F9F9F;
  border-bottom: 1px solid #9F9F9F;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-80%) rotate(45deg);
}
.experiences-list .full-list .selection .multiselect .options {
  display: block;
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  box-shadow: 5px 5px 10px 5px rgba(159, 159, 159, 0.3);
  padding: 10px;
  z-index: 10;
  background: #fff;
}
.experiences-list .full-list .selection .multiselect .options.hidden {
  display: none;
}
.experiences-list .full-list .selection .multiselect .options li {
  border-bottom: 1px solid #9F9F9F;
}
.experiences-list .full-list .selection .multiselect .options li:last-child {
  border: 0;
}
.experiences-list .full-list .selection .multiselect .options li label {
  display: block;
  color: #65615D;
  font-family: "Lato", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  position: relative;
  padding-left: 40px;
}
.experiences-list .full-list .selection .multiselect .options li input {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border-color: #65615D;
}
.experiences-list .list-items {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .experiences-list .list-items {
    margin-top: 20px;
  }
}
.experiences-list .list-items article {
  display: none;
  width: calc(33% - 20px);
  margin: 10px;
  color: #1E355E;
  line-height: 40px;
  padding-right: 10px;
}
@media only screen and (max-width: 768px) {
  .experiences-list .list-items article {
    width: 100%;
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .experiences-list .list-items article {
    width: calc(50% - 20px);
  }
}
.experiences-list .list-items article.visible {
  display: block;
}
.experiences-list .list-items article.hidden {
  display: none;
}
.experiences-list .list-items article .image {
  width: 100%;
  display: block;
}
.experiences-list .list-items article .image img {
  display: block;
  width: 100%;
}
.experiences-list .list-items article h3 {
  margin: 30px 0;
}
.experiences-list .list-items article h3 a {
  color: #1E355E;
  font-family: "Amiri", serif;
  font-size: 33px;
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
  line-height: 40px;
}

.blog-feed {
  margin-top: 50px;
}
.blog-feed h2 {
  color: #1E355E;
  text-align: center;
  font-family: "Amiri", serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 49.5px;
  letter-spacing: 8.4px;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.blog-feed .swiper {
  overflow: hidden;
}
.blog-feed .swiper .swiper-slide {
  position: relative;
  width: calc(25% - 8px);
  margin: 0 4px;
}
@media (max-width: 1200px) {
  .blog-feed .swiper .swiper-slide {
    width: calc(33.33% - 8px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .blog-feed .swiper .swiper-slide {
    width: calc(50% - 8px);
  }
}
@media only screen and (max-width: 768px) {
  .blog-feed .swiper .swiper-slide {
    width: 100%;
  }
}
.blog-feed .swiper .swiper-slide .slide-inner-wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 130%;
}
.blog-feed .swiper .swiper-slide .slide-inner-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 2;
  opacity: 0.2;
  transition: opacity 0.3s;
}
.blog-feed .swiper .swiper-slide .slide-inner-wrapper:hover:after {
  opacity: 0.5;
}
.blog-feed .swiper .swiper-slide .slide-inner-wrapper img {
  z-index: 1;
}
.blog-feed .swiper .swiper-slide .slide-inner-wrapper .post-content {
  position: absolute;
  bottom: 60px;
  left: 25px;
  width: calc(100% - 50px);
  text-align: left;
  z-index: 3;
  color: #fff;
}
.blog-feed .swiper .swiper-slide .slide-inner-wrapper .post-content .post-title {
  color: #FFF;
  font-family: "Amiri", serif;
  font-size: 33px;
  font-style: italic;
  font-weight: 400;
  line-height: 40px;
  text-transform: capitalize;
}
.blog-feed .swiper .swiper-slide .slide-inner-wrapper .post-content .post-par {
  color: #FFF;
  font-family: "Lato", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
}

.weather-acm .page-content {
  margin: 55px auto 33px;
  max-width: 870px;
  padding: 0 20px;
}
.weather-acm .page-content h2 {
  text-transform: uppercase;
}
.weather-acm .page-content .delimeter {
  margin: 0 15px;
}
.weather-acm .page-content .short,
.weather-acm .page-content .full {
  line-height: 33px;
  font-size: 18px;
}

.blog-page.template-1 .read-more-link {
  font: 700 16px/1.6em "Lato", serif;
  color: #85754E;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.blog-page.template-1 .read-more-link:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #85754E;
  transition: all 400ms ease 0ms;
}
@media (prefers-reduced-motion) {
  .blog-page.template-1 .read-more-link:after {
    transition-property: none;
  }
}
.blog-page.template-1 .read-more-link.white {
  color: #fff;
}
.blog-page.template-1 .read-more-link.white:after {
  background: #fff;
}
.blog-page.template-1 .read-more-link.white:hover {
  color: #ffffff;
}
.blog-page.template-1 .read-more-link.white:hover:after {
  width: 0;
  left: auto;
  right: 0;
  background: #ffffff;
}
.blog-page.template-1 .read-more-link:hover {
  color: #1E355E;
}
.blog-page.template-1 .read-more-link:hover:after {
  width: 0;
  left: auto;
  right: 0;
  background: #1E355E;
}
.blog-page.template-1 .posts-content-wrap {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
  box-sizing: border-box;
}
.blog-page.template-1 .posts-content-wrap .one-post {
  width: 50%;
  padding: 0 20px;
  box-sizing: border-box;
  height: 100%;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
  .blog-page.template-1 .posts-content-wrap .one-post {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .blog-page.template-1 .posts-content-wrap .one-post {
    padding: 0;
    margin-bottom: 30px;
  }
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-image {
  background-color: rgba(30, 53, 94, 0.5);
  background-size: cover;
  background-position: center;
  position: relative;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-image:after {
  content: "";
  display: block;
  padding-top: 66%;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-image .comments-number {
  position: absolute;
  right: 20px;
  bottom: 20px;
  margin-left: 0;
  top: auto;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-image .comments-number a {
  color: #85754E;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper {
  position: relative;
  bottom: auto;
  left: auto;
  z-index: 2;
  width: 100%;
  padding: 0 80px 0 0;
  background: transparent;
  flex: 1;
  height: auto;
}
@media only screen and (max-width: 1280px) {
  .blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper {
    padding-right: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper {
    padding-right: 0;
  }
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-content {
  margin-top: -80px;
  width: 100%;
  background: #fff;
  padding: 30px 40px 40px 40px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1280px) {
  .blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-content {
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-content {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 768px) {
  .blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-content {
    margin-top: 0;
    padding: 20px;
  }
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .date-author {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6em;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .date-author a {
  color: #85754E;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .date-author .date,
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .date-author .author {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  position: relative;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .date-author .date {
  padding-right: 20px;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .date-author .date a {
  color: #85754E;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .date-author .author {
  padding-left: 20px;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-title {
  font: 500 22px/1.3em "Amiri", serif;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1280px) {
  .blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-title {
    font-size: 24px;
  }
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-title a {
  color: #85754E;
  text-decoration: none;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-title a:hover {
  color: #1E355E;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-text,
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-text p {
  font-size: 16px;
  line-height: 1.6em;
  color: #1E355E;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-text,
  .blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-text p {
    font-size: 14px;
  }
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .read-more-link {
  margin-top: 20px;
  color: #85754E;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .read-more-link:after {
  background: #85754E;
}

.single-blog-post .page-content-wrapper .content-col .main-content.single-post .blog-date {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 14px;
}
.single-blog-post .page-content-wrapper .content-col .main-content.single-post .subtitle {
  display: block;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 15px;
}
.single-blog-post .page-content-wrapper .content-col .main-content.single-post h1 {
  margin-bottom: 15px;
}
.single-blog-post .page-content-wrapper .content-col .main-content.single-post iframe {
  width: 100%;
}
.single-blog-post .page-content-wrapper .content-col .main-content.single-post img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 15px;
}
.single-blog-post .tags {
  display: inline-block;
  vertical-align: top;
  font-family: "Amiri", serif;
  margin-top: 40px;
}
.single-blog-post .tags h5 {
  font: 500 20px/1.2 "Amiri", serif;
  color: #1E355E;
  display: inline-block;
  padding-right: 10px;
}
@media only screen and (max-width: 1024px) {
  .single-blog-post .tags h5 {
    margin-bottom: 10px;
  }
}
.single-blog-post .tags ul {
  margin: 0 0 15px 0;
  list-style: none;
  display: inline-block;
}
.single-blog-post .tags ul li {
  display: inline-block;
  padding-left: 0;
  padding-right: 10px;
}
.single-blog-post .tags ul li:before {
  content: none;
}
.single-blog-post .tags ul li a {
  text-decoration: none;
  font-weight: 600;
  color: #85754E;
}
.single-blog-post .tags ul li a:hover {
  color: #1E355E;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .blog-list-view #header-blog {
    height: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .blog-list-view #header-blog {
    height: 130px;
  }
}
.blog-list-view .blog-posts-wrapper {
  padding-top: 200px;
}
@media only screen and (max-width: 1024px) {
  .blog-list-view .blog-posts-wrapper {
    padding-top: 0;
  }
}

.blog-widget-posts .blog h3 {
  font-size: 22px;
  text-transform: uppercase;
}
.blog-widget-posts .blog h3 a {
  text-decoration: none;
}
.blog-widget-posts .blog .thumb {
  margin-bottom: 20px;
}
.blog-widget-posts .blog .thumb img {
  display: block;
  width: 100%;
  height: auto;
}
.blog-widget-posts .blog p {
  text-align: left !important;
}

@media only screen and (max-width: 1024px) {
  .blog-page.template-1 #photos .slideshow-button.previous {
    right: 20px;
  }
  .blog-page.template-1 #photos .slideshow-button.next {
    right: 20px;
  }
}
.blog-page.template-1 .single-post-back-button {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  width: 160px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  box-sizing: border-box;
  background: #ffffff;
}
.blog-page.template-1 .single-post-back-button .back-to {
  font-size: 20px;
  font-family: "Lato", serif;
}
.blog-page.template-1 .single-post-back-button .back-to:hover {
  color: #1E355E;
}
@media only screen and (max-width: 1024px) {
  .blog-page.template-1 .single-post-back-button {
    width: 140px;
    height: 60px;
    line-height: 60px;
  }
  .blog-page.template-1 .single-post-back-button .back-to {
    font-size: 16px;
  }
}
@media screen and (max-width: 450px) {
  .blog-page.template-1 .single-post-back-button {
    width: 80px;
  }
}
.blog-page.template-1 .featured-posts-wrap .single-post-back-button {
  width: 200px;
  background-color: #85754E;
  transition: background-color 300ms ease-in-out;
}
@media only screen and (max-width: 1024px) {
  .blog-page.template-1 .featured-posts-wrap .single-post-back-button {
    width: 160px;
  }
}
@media screen and (max-width: 450px) {
  .blog-page.template-1 .featured-posts-wrap .single-post-back-button {
    width: 80px;
  }
}
.blog-page.template-1 .featured-posts-wrap .single-post-back-button .back-to {
  color: #fff;
}
.blog-page.template-1 .featured-posts-wrap .single-post-back-button .back-to:hover {
  color: #1E355E;
}
.blog-page.template-1 .featured-posts-wrap .single-post-back-button .back-to:after {
  background: #85754E;
}
.blog-page.template-1 .featured-posts-wrap .single-post-back-button:hover {
  background-color: #FAF8E8;
}
.blog-page.template-1 .featured-posts-wrap .single-post-back-button:hover .back-to:after {
  background: #1E355E;
}
@media only screen and (max-width: 768px) {
  .blog-page.template-1 .featured-posts-wrap .single-post-back-button .hide-on-mobile {
    display: none;
  }
}
.blog-page.template-1 .featured-posts-wrap .slide.swiper-slide.swiper-slide-active {
  z-index: 1;
}
.blog-page.template-1 .sidebar-wrap {
  width: 25%;
  padding: 88px 40px 80px;
  box-sizing: border-box;
  min-width: 350px;
}
@media only screen and (max-width: 1024px) {
  .blog-page.template-1 .sidebar-wrap {
    width: 100%;
    margin-top: 60px;
    padding: 60px 40px 60px;
  }
}
@media only screen and (max-width: 768px) {
  .blog-page.template-1 .sidebar-wrap {
    min-width: auto;
  }
}
.blog-page.template-1 .sidebar-wrap .blog-search-form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  height: 60px;
  position: relative;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .blog-page.template-1 .sidebar-wrap .blog-search-form {
    height: 50px;
  }
}
.blog-page.template-1 .sidebar-wrap .blog-search-form label {
  flex: 1;
  height: 100%;
}
.blog-page.template-1 .sidebar-wrap .blog-search-form label .search-field {
  width: 100%;
  height: 100%;
  border: none;
  background: #fff;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  border-radius: 0;
  font-family: "Lato", serif;
  font-size: 18px;
  color: #1E355E;
}
@media only screen and (max-width: 1024px) {
  .blog-page.template-1 .sidebar-wrap .blog-search-form label .search-field {
    padding: 0 10px;
    font-size: 16px;
  }
}
.blog-page.template-1 .sidebar-wrap .blog-search-form .search-submit {
  width: 80px;
  height: 100%;
  border-radius: 0;
  background-color: #1E355E;
  border: none;
  cursor: pointer;
  color: transparent;
}
.blog-page.template-1 .sidebar-wrap .blog-search-form .search-submit:hover {
  background-color: #483e2a;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .blog-page.template-1 .sidebar-wrap .blog-search-form .search-submit {
    background-size: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .blog-page.template-1 .sidebar-wrap .blog-search-form .search-submit {
    width: 60px;
  }
}
.blog-page.template-1 .sidebar-wrap .blog-search-form svg {
  position: absolute;
  right: 26px;
  top: 17px;
  display: block;
  pointer-events: none;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .blog-page.template-1 .sidebar-wrap .blog-search-form svg {
    top: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .blog-page.template-1 .sidebar-wrap .blog-search-form svg {
    right: 16px;
  }
}
.blog-page.template-1 .sidebar-wrap .widget-title {
  font: bold 28px/1.2em "Amiri", serif;
  text-transform: uppercase;
  color: #1E355E;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .blog-page.template-1 .sidebar-wrap .widget-title {
    font-size: 24px;
  }
}
.blog-page.template-1 .sidebar-wrap .blog-categories {
  margin-bottom: 20px;
}
.blog-page.template-1 .sidebar-wrap .blog-categories ul {
  margin: 0;
  list-style: none;
  display: inline-block;
  text-align: left;
  width: 100%;
  font-size: 0;
  vertical-align: top;
}
.blog-page.template-1 .sidebar-wrap .blog-categories ul li {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 10px);
  margin: 0 10px 20px 0;
}
.blog-page.template-1 .sidebar-wrap .blog-categories ul li a {
  font: 500 16px/1.7em "Lato", serif;
  color: #1E355E;
  text-decoration: none;
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  .blog-page.template-1 .sidebar-wrap .blog-categories ul li a {
    font-size: 15px;
  }
}
.blog-page.template-1 .sidebar-wrap .blog-categories ul li a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #1E355E;
}
.blog-page.template-1 .sidebar-wrap .blog-categories ul li a:hover, .blog-page.template-1 .sidebar-wrap .blog-categories ul li a.active {
  color: #483e2a;
}
.blog-page.template-1 .sidebar-wrap .blog-categories ul li a:hover:after, .blog-page.template-1 .sidebar-wrap .blog-categories ul li a.active:after {
  background: #483e2a;
}
.blog-page.template-1 .sidebar-wrap .blog-categories ul .menu.submenu {
  display: block;
  margin-top: 10px;
}
.blog-page.template-1 .sidebar-wrap .blog-categories ul .menu.submenu li {
  display: block;
  width: auto;
  margin: 0 15px 10px 0;
}
.blog-page.template-1 .sidebar-wrap .blog-categories ul .menu.submenu li a {
  font-size: 14px;
  line-height: 1.5;
  color: #1E355E;
}
@media only screen and (max-width: 1300px) {
  .blog-page.template-1 .sidebar-wrap .blog-categories ul li {
    width: 100%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .blog-page.template-1 .sidebar-wrap .blog-categories ul li {
    width: 100%;
    margin-right: 0;
  }
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul {
  margin: 0;
  list-style: none;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-year-link-wrap {
  width: 50%;
  position: relative;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-year-link {
  font: 600 18px/1em "Lato", serif;
  color: #1E355E;
  text-decoration: none;
  padding-right: 40px;
  position: relative;
  box-sizing: border-box;
  transition: all 400ms ease 0ms;
}
@media (prefers-reduced-motion) {
  .blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-year-link {
    transition-property: none;
  }
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-year-link:after {
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  top: 50%;
  right: 0;
  margin: 2px 0 0 -11px;
  border: 2px solid #1E355E;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(45deg) translate(-50%, -50%);
  transition: border-color 0.35s ease-in-out;
  transition: all 400ms ease 0ms;
}
@media (prefers-reduced-motion) {
  .blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-year-link:after {
    transition-property: none;
  }
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-year-link.active {
  color: #1E355E;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-year-link.active:after {
  transform: translateY(-50%) rotate(135deg);
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-year-link:hover {
  color: #483e2a;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-year-link:hover:after {
  border-color: #483e2a;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-months {
  width: 50%;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-months .archive-month-item {
  display: none;
  margin-bottom: 10px;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-months .archive-month-item:last-child {
  margin-bottom: 0;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-months .archive-month-item a {
  font: 500 16px/1 "Lato", serif;
  color: #1E355E;
  text-decoration: none;
  position: relative;
  display: inline-block;
  width: auto;
}
@media only screen and (max-width: 1280px) {
  .blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-months .archive-month-item a {
    font-size: 15px;
  }
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-months .archive-month-item a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #1E355E;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-months .archive-month-item a:hover {
  color: #483e2a;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-months .archive-month-item a:hover:after {
  background: #483e2a;
}
.blog-page.template-1 .recent-posts-content-wrap {
  display: flex;
  flex-wrap: wrap;
}
.blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper {
  width: 75%;
  flex: 1;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 1280px) {
  .blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 40px;
  right: auto;
  width: calc(100% - 80px);
  height: 1px;
  background-color: #d5d5d5;
}
@media only screen and (max-width: 1024px) {
  .blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    flex: 1;
  }
  .blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper:after {
    width: calc(100% - 40px);
    left: 20px;
  }
}
.blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper .posts-wrap-headline {
  font: 500 42px/1em "Amiri", serif;
  color: #85754E;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1440px) {
  .blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper .posts-wrap-headline {
    font-size: 48px;
  }
}
@media only screen and (max-width: 1024px) {
  .blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper .posts-wrap-headline {
    font-size: 34px;
  }
}
.blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper .see-more {
  display: block;
  position: absolute;
  right: 80px;
  bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper .see-more {
    position: relative;
    margin: 0 auto;
    right: auto;
  }
}

@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;
  }
}
