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

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

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

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

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

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

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

.ui-datepicker {
  font-family: "Sectra", serif;
  display: none;
  padding: 10px;
  background: #2b2627;
  z-index: 10;
}
body > .ui-datepicker {
  z-index: 30;
}
.ui-datepicker:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.ui-datepicker:after {
  display: block;
  content: "";
  height: 0;
  overflow: hidden;
  clear: both;
}
@media only screen and (max-width: 767px) {
  .ui-datepicker {
    width: calc(100% - 40px);
  }
}

.ui-datepicker-header {
  font: 20px/26px "Sectra", serif;
  position: relative;
  letter-spacing: 0.49px;
  margin-bottom: 6px;
  text-align: center;
  color: #fff;
  z-index: 2;
}

.ui-datepicker-prev, .ui-datepicker-next {
  position: absolute;
  top: 0;
  width: 26px;
  height: 26px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 20;
}
.ui-datepicker-prev:after, .ui-datepicker-next:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 8px;
  width: 10px;
  height: 10px;
  border: 2px solid #b19c71;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(45deg);
  transition: border-color 350ms ease-in-out;
}
.ui-datepicker-prev.ui-state-disabled, .ui-datepicker-next.ui-state-disabled {
  opacity: 0.3;
}

.ui-datepicker-prev {
  left: 5px;
}
.ui-datepicker-prev:after {
  left: 10px;
  border-right: 0;
  border-top: 0;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.ui-datepicker-prev:not(.ui-state-disabled):hover:after {
  border-bottom-color: #847558;
  border-left-color: #847558;
}

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

.ui-datepicker-calendar {
  font-family: "Futura PT", sans-serif;
  font-weight: 500;
  cursor: default;
  margin: 0 auto;
  width: 300px;
  table-layout: fixed;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .ui-datepicker-calendar {
    width: 100%;
  }
}
.ui-datepicker-calendar th, .ui-datepicker-calendar td {
  line-height: 34px;
  text-align: center;
  vertical-align: middle;
}
.ui-datepicker-calendar th {
  font-family: "Sectra", serif;
  font-size: 16px;
  font-weight: bold;
  color: #b19c71;
  text-transform: uppercase;
}
.ui-datepicker-calendar td {
  font-size: 15px;
  color: #fff;
}
.ui-datepicker-calendar td.ui-datepicker-other-month, .ui-datepicker-calendar td.ui-state-disabled {
  color: #B3B3B3;
}
.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 {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
  font-size: 15px;
}
.ui-datepicker-calendar .ui-datepicker-today a {
  color: #b19c71;
}
.ui-datepicker-calendar .ui-state-default {
  color: #fff;
}
.ui-datepicker-calendar .ui-datepicker-current-day a:before {
  background-color: #b19c71;
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: rotate(45deg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 767px) {
  html.mobile-navigation-visible {
    overflow: hidden;
  }
}
#mobile-navigation {
  visibility: visible;
  position: fixed;
  right: -100%;
  top: 100px;
  background-color: rgba(43, 38, 39, 0.8);
  width: 330px;
  min-height: 605px;
  height: 100%;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: 350ms ease-in-out;
  z-index: 99;
  padding: 60px 40px 40px 60px;
  overflow: hidden;
  bottom: auto;
}
#mobile-navigation .top-menu {
  display: none;
}
@media only screen and (max-width: 767px) {
  #mobile-navigation {
    top: 70px;
    width: 100%;
    bottom: 0px;
    height: auto;
    min-height: auto;
    position: fixed;
    padding: 40px 20px 20px 20px;
    overflow-y: auto;
  }
}
.alert-visible #mobile-navigation {
  top: 140px;
  height: calc(100% - 40px);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .alert-visible #mobile-navigation {
    top: 160px;
    height: calc(100% - 60px);
  }
}
@media only screen and (max-width: 767px) {
  .alert-visible #mobile-navigation {
    top: 150px;
  }
}
.mobile-navigation-visible #mobile-navigation {
  right: 0;
}
.keyboard-navigation #mobile-navigation {
  display: none;
  right: 0;
}
.keyboard-navigation.mobile-navigation-visible #mobile-navigation {
  display: block;
}
#mobile-navigation .main-menu-wrapper {
  box-sizing: border-box;
  padding-right: 61px;
}
@media only screen and (max-width: 767px) {
  #mobile-navigation .main-menu-wrapper {
    overflow: visible;
    padding-right: 0;
  }
}
#mobile-navigation .top-menu {
  position: relative;
  left: unset;
  top: unset;
  transform: none;
}
#mobile-navigation .top-menu ul, #mobile-navigation .top-menu li {
  display: block;
  float: none;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  #mobile-navigation .top-menu ul, #mobile-navigation .top-menu li {
    text-align: center;
    margin-right: 0;
  }
}
#mobile-navigation .top-menu ul > a, #mobile-navigation .top-menu li > a {
  display: block;
  padding: 0;
  font: 600 18px/1 "Futura PT", sans-serif;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: unset;
  white-space: nowrap;
}
#mobile-navigation .top-menu ul > a:active, #mobile-navigation .top-menu ul > a.active, #mobile-navigation .top-menu ul > a:hover, #mobile-navigation .top-menu li > a:active, #mobile-navigation .top-menu li > a.active, #mobile-navigation .top-menu li > a:hover {
  color: #847558;
}
@media only screen and (max-width: 767px) {
  #mobile-navigation .top-menu ul > a, #mobile-navigation .top-menu li > a {
    font-size: 20px;
  }
}
@media screen and (max-width: 1240px) {
  #mobile-navigation .top-menu {
    display: block;
  }
}
#mobile-navigation .main-menu {
  position: relative;
  margin-bottom: 100px;
}
#mobile-navigation .main-menu .menu.level-1 {
  display: block;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #mobile-navigation .main-menu .menu.level-1 {
    text-align: center;
  }
}
#mobile-navigation .main-menu .menu.level-1 > li {
  display: block;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  #mobile-navigation .main-menu .menu.level-1 > li {
    margin-bottom: 18px;
  }
}
#mobile-navigation .main-menu .menu.level-1 > li > a {
  display: block;
  padding: 0;
  font: 600 18px/1 "Futura PT", sans-serif;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
#mobile-navigation .main-menu .menu.level-1 > li > a:active, #mobile-navigation .main-menu .menu.level-1 > li > a.active, #mobile-navigation .main-menu .menu.level-1 > li > a:hover {
  color: #b19c71;
}
@media only screen and (max-width: 767px) {
  #mobile-navigation .main-menu .menu.level-1 > li > a {
    font-size: 20px;
  }
}
.keyboard-navigation #mobile-navigation .main-menu .menu.level-1 > li.parent {
  margin-bottom: 15px;
}
#mobile-navigation .main-menu .menu.level-1 > li.parent .menu.submenu {
  display: block;
  max-height: 0;
  overflow: hidden;
  transition: 350ms ease-in-out;
  box-sizing: border-box;
  padding-left: 15px;
}
.keyboard-navigation #mobile-navigation .main-menu .menu.level-1 > li.parent .menu.submenu {
  max-height: 1000px;
  padding: 10px 0 10px 15px;
  overflow: visible;
}
#mobile-navigation .main-menu .menu.level-1 > li.parent .menu.submenu li > a {
  display: block;
  padding: 0;
  font: 500 16px/2 "Futura PT", sans-serif;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
#mobile-navigation .main-menu .menu.level-1 > li.parent .menu.submenu li > a.active, #mobile-navigation .main-menu .menu.level-1 > li.parent .menu.submenu li > a:hover, #mobile-navigation .main-menu .menu.level-1 > li.parent .menu.submenu li > a:active {
  color: #b19c71;
}
@media only screen and (max-width: 767px) {
  #mobile-navigation .main-menu .menu.level-1 > li.parent .menu.submenu li > a {
    font-size: 14px;
  }
}
#mobile-navigation .main-menu .menu.level-1 > li.parent.expanded {
  margin-bottom: 15px;
}
#mobile-navigation .main-menu .menu.level-1 > li.parent.expanded .menu.submenu {
  max-height: 1000px;
  padding: 10px 0 10px 15px;
}
#mobile-navigation .main-menu .menu.level-1 > li:last-child {
  margin-bottom: 0;
}
#mobile-navigation .language_selector {
  transition: 350ms ease-in-out;
}
.sticky-header #mobile-navigation {
  transition: 350ms ease-in-out;
  top: 100px;
}
.sticky-header.alert-visible #mobile-navigation {
  top: 140px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .sticky-header.alert-visible #mobile-navigation {
    top: 160px;
  }
}
@media only screen and (max-width: 767px) {
  .sticky-header.alert-visible #mobile-navigation {
    top: 150px;
  }
}

.mobile-navigation-visible #mobile-navigation .language_selector {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100px;
  top: auto;
  line-height: 60px;
  height: 60px;
  width: 100%;
  transform: none;
  overflow: visible;
  background: #b19c71;
  font: 700 17px/43px "Futura PT", sans-serif;
  text-transform: uppercase;
  -moz-text-align-last: auto;
       text-align-last: auto;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 1560px) {
  .mobile-navigation-visible #mobile-navigation .language_selector {
    display: block;
  }
}
.mobile-navigation-visible #mobile-navigation .language_selector .select-wrapper {
  padding: 0;
}
.mobile-navigation-visible #mobile-navigation .language_selector select {
  color: #2b2627 !important;
  padding: 0px;
  line-height: 60px;
  height: 60px;
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .mobile-navigation-visible #mobile-navigation .language_selector {
    position: fixed;
    display: block;
    bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  html.booking-visible {
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  #booking {
    position: fixed;
    top: 0;
    width: 100%;
    left: auto;
    right: -100%;
    display: block;
    height: 100%;
    overflow: auto;
    padding: 0;
    transition: right 350ms ease-in-out;
    -webkit-overflow-scrolling: touch;
  }
  .booking-visible #booking {
    right: 0;
  }
  #booking .center-column {
    padding: 0;
    max-width: 100%;
    height: 100%;
  }
  #booking form {
    width: 100%;
    padding: 70px 0 30px 0;
  }
  #booking .column {
    margin-right: 0;
    width: 100%;
  }
  #booking .column.rooms, #booking .column.adults, #booking .column.children {
    width: 33.3%;
    border-bottom: 1px solid rgba(122, 122, 122, 0.24);
  }
  #booking .column.dates {
    width: 100%;
    font-size: 19px;
    border-right: 0;
    border-bottom: 1px solid rgba(122, 122, 122, 0.24);
  }
  #booking input[type=text], #booking input[type=date], #booking select, #booking .input-overlay {
    width: 100%;
    text-align: center;
    -moz-text-align-last: center;
         text-align-last: center;
    font-size: 17px;
    letter-spacing: 0;
    padding: 0;
    height: 50px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 374px) {
  #booking input[type=text], #booking input[type=date], #booking select, #booking .input-overlay {
    padding: 0;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  #booking .input-overlay {
    display: none;
  }
  #booking #booking-dates {
    width: 100%;
  }
  #booking input[type=submit] {
    width: 88.5%;
    margin-bottom: 10px;
  }
}
#booking .close {
  display: none;
  position: relative;
  height: 30px;
  width: 30px;
  margin: 30px auto 0;
  overflow: hidden;
  text-indent: -9999px;
  opacity: 1;
  cursor: pointer;
  transition: opacity 0.3s ease-out;
}
@media only screen and (max-width: 767px) {
  #booking .close {
    display: block;
  }
}
#booking .close span {
  background: transparent;
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
}
#booking .close span:before, #booking .close span:after {
  content: "";
  display: block;
  width: 35px;
  height: 2px;
  position: absolute;
  left: -2px;
  background: #b19c71;
  transition: 350ms ease-in-out;
}
#booking .close span:before {
  top: -1px;
  transform: rotate(45deg);
}
#booking .close span:after {
  bottom: 0;
  transform: rotate(-45deg);
}
#booking .close:hover span:before, #booking .close:hover span:after {
  background: #847558;
}

#booking-datepicker {
  display: block;
  position: relative;
  left: 0;
  bottom: auto;
  border-top: 1px solid rgba(122, 122, 122, 0.24);
  z-index: 7;
}
#booking-datepicker.visible {
  display: block;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker {
    display: block;
    position: relative;
    bottom: auto;
    overflow: hidden;
    transition: max-height 350ms ease-in-out;
    border: 0;
  }
  #booking-datepicker.visible {
    max-height: 500px;
  }
}
#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: 50% !important;
  white-space: nowrap;
  display: block;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker {
    width: 100% !important;
  }
}
#booking-datepicker .ui-datepicker::before {
  display: none;
}
#booking-datepicker .ui-datepicker-group {
  display: inline-block;
  white-space: normal;
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker-group {
    width: 100%;
  }
  #booking-datepicker .ui-datepicker-group:nth-child(2) {
    display: none;
  }
}
#booking-datepicker .ui-datepicker-header {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker-header {
    margin-bottom: 0;
  }
}
#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: 42px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker-prev, #booking-datepicker .ui-datepicker-next {
    top: 10px;
  }
}
#booking-datepicker .ui-datepicker-prev {
  left: 50px;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker-prev {
    left: 40px;
  }
}
#booking-datepicker .ui-datepicker-next {
  right: 50px;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker-next {
    right: 40px;
  }
}
#booking-datepicker .ui-datepicker-calendar {
  width: 100%;
}
#booking-datepicker .ui-datepicker-calendar td {
  padding: 10px 0;
  line-height: 22px;
}
#booking-datepicker.checkin-step td a, #booking-datepicker.checkout-step td a, #booking-datepicker td.checkin-date a, #booking-datepicker td.checkout-date a, #booking-datepicker .ui-datepicker-today a {
  position: relative;
}
#booking-datepicker .ui-datepicker-highlight a {
  background-color: #847558;
  color: #fff;
}
#booking-datepicker .ui-datepicker-highlight a.ui-state-active {
  background-color: transparent;
}
#booking-datepicker .ui-datepicker-highlight.checkin-date a, #booking-datepicker .ui-datepicker-highlight.checkout-date a {
  background-color: transparent;
}
#booking-datepicker td.checkin-date a,
#booking-datepicker td.checkout-date a,
#booking-datepicker .ui-datepicker-today a {
  z-index: 1;
  color: #fff;
}
#booking-datepicker td.checkin-date a:before,
#booking-datepicker td.checkout-date a:before,
#booking-datepicker .ui-datepicker-today a:before {
  background-color: #696050;
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: rotate(45deg);
}
#booking-datepicker td.checkin-date a:after,
#booking-datepicker td.checkout-date a:after,
#booking-datepicker .ui-datepicker-today a:after {
  background-color: #847558;
  display: block;
  content: "";
  height: 22px;
  margin-top: -11px;
  position: absolute;
  top: 50%;
  width: 50%;
  left: auto;
  right: 0;
  z-index: -2;
}
#booking-datepicker td.checkout-date a:after {
  width: 50%;
  left: 0;
  transform: none;
}
#booking-datepicker td.ui-datepicker-today a.ui-state-highlight:after {
  display: none;
}
#booking-datepicker td.checkin-date a.ui-state-active:after {
  width: 50%;
  transform: none;
  background-color: #847558;
  display: block;
  content: "";
  height: 22px;
  margin-top: -11px;
  position: absolute;
  top: 50%;
  right: 0;
  left: auto;
  z-index: -2;
}
#booking-datepicker td.ui-datepicker-days-cell-over.ui-datepicker-highlight.checkin-date.ui-datepicker-current-day.ui-datepicker-today a.ui-state-highlight.ui-state-active:after {
  background-color: #b19c71;
  display: block;
  content: "";
  height: 22px;
  margin-top: -11px;
  position: absolute;
  top: 50%;
  width: 50%;
  left: auto;
  right: 0;
  z-index: -2;
}

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

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

.promos-position-a {
  position: relative;
  z-index: 30;
}
.promos-position-a .slideshow {
  overflow: hidden;
}
.promos-position-a .promo {
  position: relative;
  width: 33.33%;
  overflow: hidden;
  white-space: normal;
  background: #266060;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .promos-position-a .promo {
    width: 70%;
  }
}
.promos-position-a .promo .inner-wrapper {
  width: 100%;
  padding-top: 100%;
}
.promos-position-a .promo .promo-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  transform: scale(1.1);
  transition: transform 600ms;
}
.promos-position-a .promo .promo-thumbnail:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.25);
}
.promos-position-a .promo .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: #b19c71;
  border-bottom-color: #b19c71;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.promos-position-a .promo .promo-thumbnail .loading:before {
  top: 8%;
  right: 8%;
  left: auto;
  margin: auto;
}
.promos-position-a .promo:hover .promo-thumbnail {
  transform: scale(1);
}
.promos-position-a .promo .content {
  position: absolute;
  bottom: 25px;
  left: 30px;
  right: 30px;
}
.promos-position-a .promo h3 {
  font-family: "Sectra", serif;
  font-weight: normal;
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.promos-position-a .promo h3 a {
  color: inherit;
  text-decoration: none;
}
.promos-position-a .promo p {
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 20px;
}
.promos-position-a .promo .price {
  font: 15px/32px "Sectra", serif;
  margin-bottom: 20px;
}
.promos-position-a .promo .price strong {
  font-weight: bold;
  font-size: 20px;
}
.promos-position-a .promo .promo-button {
  display: block;
  font-size: 18px;
  margin-top: 14px;
  line-height: 24px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
}
.promos-position-a .promo .promo-button:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .promos-position-a .promo {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .promos-position-a .promo {
    width: 83%;
  }
}
.promos-position-a .slideshow-pagination {
  margin-top: 20px;
  text-align: center;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .promos-position-a .slideshow-pagination {
    display: none;
  }
}
.promos-position-a .slideshow-pagination > * {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  text-indent: -9999px;
  overflow: hidden;
  background: #327d7d;
  border-radius: 50%;
  transition: background 350ms ease-in-out;
  cursor: pointer;
}
.promos-position-a .slideshow-pagination > *:hover, .promos-position-a .slideshow-pagination > *.active {
  background: #54baba;
}

#merchandising_tile {
  position: fixed;
  bottom: 0;
  right: -600px;
  width: 525px;
  z-index: 999;
  background: transparent;
  color: white;
  height: 250px;
  transition: 1s;
}
@media only screen and (max-width: 767px) {
  #merchandising_tile {
    width: 100%;
    height: 270px;
  }
}
@media only screen and (min-width: 1024px) {
  #merchandising_tile.centered {
    bottom: 25%;
  }
}
#merchandising_tile .img-overlay {
  width: 525px;
  height: 220px;
  background-size: cover !important;
  background-position: center !important;
  background: no-repeat;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
#merchandising_tile .img-overlay .color-overlay {
  background-color: RGBA(177, 156, 113, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#merchandising_tile .promo-name {
  font-size: 20px;
  text-align: center;
  margin-top: 65px;
  text-transform: uppercase;
  font-weight: 400;
}
#merchandising_tile .promo-text {
  font-size: 14px;
  padding: 10px 20px;
  text-align: center;
  font-weight: 400;
}
#merchandising_tile .promo-content {
  text-align: center;
  padding: 0 40px 0 0;
}
#merchandising_tile .promo-content .button {
  text-align: center;
  background-color: transparent;
  border: 0;
  color: #fff;
}
#merchandising_tile .promo-content .button:hover {
  color: #fff;
  opacity: 0.7;
}

#merchandising_tile.merchandising-tile-active {
  right: 0px;
}

.merchandising-open-btn {
  width: 40px;
  height: 220px;
  background-color: #b19c71;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9999;
  float: right;
  transition: bottom 1s;
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .merchandising-open-btn.centered {
    bottom: 25%;
  }
}
.merchandising-open-btn .arrow-rotate {
  display: block;
  height: 30px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 25px;
  transform: rotate(0deg);
  transition: all 1s;
}
.merchandising-open-btn .arrow-rotate:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 8px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.merchandising-open-btn .active-rotate {
  transform: rotate(180deg);
  right: 10px;
}

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

/* ROOMS STYLES */
.rooms .hide {
  display: none !important;
}
.rooms .rooms-entry .h1 a {
  color: #fff;
  text-decoration: none;
}
.rooms .alternating-block .alternating-acm-content {
  padding: 4vw 6vw 4vw 6vw;
}
.rooms .alternating-block .alternating-acm-content .button + .button {
  margin-left: 1vw;
}
@media only screen and (max-width: 767px) {
  .rooms .alternating-block .alternating-acm-content .button {
    margin-bottom: 10px;
  }
  .rooms .alternating-block .alternating-acm-content .button + .button {
    margin-left: 0;
  }
}
.rooms .alternating-block .alternating-acm-content nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.rooms .alternating-block .alternating-acm-content .view-tour {
  background-image: url("../images/360-icon-category.svg");
  background-repeat: no-repeat;
  background-position: 95% 60%;
  padding-right: 40px;
  line-height: 1;
  height: auto;
  margin-right: 1vw;
  padding-left: 0;
  background-color: transparent;
  color: #b19c71;
}
.rooms .alternating-block .alternating-acm-content .view-tour:hover {
  color: #edebe9;
}
.rooms .alternating-block .alternating-acm-content .view-tour + .large {
  margin-top: 10px;
  margin-left: 0;
}

.category-entry {
  position: relative;
  overflow: hidden;
}

.rooms-entry-wrapper-title {
  margin: 50px auto;
  padding-top: 50px;
  position: relative;
  overflow: hidden;
}
.rooms-entry-wrapper-title:before {
  content: "";
  background: url(../images/elements/ico-border-top.svg) repeat-x 0 0 transparent;
  height: 8px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .rooms-entry-wrapper-title {
    margin: 20px 0;
    padding-top: 20px;
  }
}
.rooms-entry-wrapper-title .h1 {
  font-size: 38px;
  margin-bottom: 0;
  font-size: 2vw;
}
@media (max-width: 1200px) {
  .rooms-entry-wrapper-title .h1 {
    font-size: 24px;
  }
}
@media (min-width: 1900px) {
  .rooms-entry-wrapper-title .h1 {
    font-size: 38px;
  }
}

.rooms-entry-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  font-size: 0;
}
.rooms-entry-wrapper .rooms-entry-block {
  padding-bottom: 30%;
  width: 50%;
  height: 0;
  position: relative;
  overflow: hidden;
  color: #fff;
  font-size: 0;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .rooms-entry-wrapper .rooms-entry-block {
    width: 100%;
    padding-bottom: 50%;
  }
}
.rooms-entry-wrapper .rooms-entry-block:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: background-color 1s ease-in-out;
}
.rooms-entry-wrapper .rooms-entry-block .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  float: none;
  margin: 0;
}
.rooms-entry-wrapper .rooms-entry-block .centered {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 2;
}
.rooms-entry-wrapper .rooms-entry-block .centered .h1 a {
  color: #fff;
  text-decoration: none;
  font-size: 30px;
  font-size: 2vw;
}
@media (max-width: 1200px) {
  .rooms-entry-wrapper .rooms-entry-block .centered .h1 a {
    font-size: 24px;
  }
}
@media (min-width: 1500px) {
  .rooms-entry-wrapper .rooms-entry-block .centered .h1 a {
    font-size: 30px;
  }
}
.rooms-entry-wrapper .rooms-entry-block .centered .h1 a:hover {
  color: #b19c71;
}
.rooms-entry-wrapper .rooms-entry-block nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .rooms-entry-wrapper .rooms-entry-block nav {
    bottom: 20px;
  }
}
.rooms-entry-wrapper .rooms-entry-block nav a {
  margin-right: 20px;
}
.rooms-entry-wrapper .rooms-entry-block nav a:last-child {
  margin-right: 0;
}
.rooms-entry-wrapper .rooms-entry-block nav .view-tour {
  background-image: url("../images/360-icon-room.svg");
  background-repeat: no-repeat;
  background-position: 95% 60%;
  padding-right: 40px;
}
.rooms-entry-wrapper .rooms-entry-block:hover:after {
  background-color: rgba(0, 0, 0, 0.75);
}

.room .thumbnail-wrap,
.room .thumbnail-wrap-contain {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 60vh;
  margin-bottom: 2vw;
}
@media only screen and (max-width: 1023px) {
  .room .thumbnail-wrap,
  .room .thumbnail-wrap-contain {
    height: 175px;
  }
}
.room .thumbnail-wrap .thumbnail,
.room .thumbnail-wrap-contain .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  float: none;
  margin: 0;
}
.room .thumbnail-wrap-contain {
  height: 50vh;
}
@media only screen and (max-width: 767px) {
  .room .thumbnail-wrap-contain {
    max-height: 200px;
  }
}
.room .thumbnail-wrap-contain .thumbnail {
  background-size: contain;
  background-repeat: no-repeat;
}
.room .amenities {
  clear: both;
  margin: 30px 0;
}
.room .amenities .rooms-icon {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 20px;
  width: 49%;
}
.room .amenities .rooms-icon:before {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .room .amenities .rooms-icon {
    width: 100%;
    text-align: center;
  }
}
.room .links {
  margin: 20px 0;
}
@media only screen and (max-width: 767px) {
  .room .links .button {
    margin-bottom: 10px;
  }
}

.rooms .category-selector,
.rooms .types-selector {
  margin: 0 auto 30px;
  position: relative;
  width: 90%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .rooms .category-selector,
  .rooms .types-selector {
    width: 100%;
  }
}
.rooms .category-selector .button,
.rooms .types-selector .button {
  display: none;
}
.rooms .category-selector .select-wrapper,
.rooms .types-selector .select-wrapper {
  display: inline-block;
}
.rooms .category-selector .category-selector-line,
.rooms .types-selector .category-selector-line {
  background-color: #b19c71;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 95%;
  height: 1px;
  z-index: -1;
  transform: translate(-50%, -50%);
}
.rooms .category-selector .category-selector-line:after, .rooms .category-selector .category-selector-line:before,
.rooms .types-selector .category-selector-line:after,
.rooms .types-selector .category-selector-line:before {
  content: "";
  background-color: #b19c71;
  position: absolute;
  top: 50%;
  right: -20px;
  width: 8px;
  height: 8px;
  transform: translateY(-50%) rotate(45deg);
}
.rooms .category-selector .category-selector-line:before,
.rooms .types-selector .category-selector-line:before {
  right: auto;
  left: -20px;
}
@media only screen and (max-width: 767px) {
  .rooms .category-selector .category-selector-line:after, .rooms .category-selector .category-selector-line:before,
  .rooms .types-selector .category-selector-line:after,
  .rooms .types-selector .category-selector-line:before {
    content: none;
  }
}

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

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

#footer {
  position: relative;
  padding: 100px 0;
  font-size: 12px;
  color: #b19c71;
  text-align: center;
  z-index: 1;
  display: flex;
  flex-flow: row;
  background: #2b2627;
}
@media only screen and (max-width: 767px) {
  #footer {
    padding: 40px 0 60px;
  }
}
#footer .center-column {
  display: flex;
  flex-flow: row;
  width: 100%;
  max-width: calc(1368px + 20%);
  padding: 0 5%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #footer .center-column {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .center-column {
    padding: 0 20px;
    flex-flow: wrap;
  }
}
#footer a {
  color: #b19c71;
  text-decoration: none;
}
#footer a:hover {
  color: #edebe9;
}
#footer .block-one {
  width: 32%;
  text-align: left;
  margin-right: 2vw;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #footer .block-one {
    width: 33.3%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .block-one {
    width: 100%;
    margin: 0 0 20px 0;
    text-align: center;
  }
}
#footer .block-one .logo-icon {
  width: 150px;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  font-size: 0;
  margin-right: 4vw;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #footer .block-one .logo-icon {
    margin-right: 4vw;
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .block-one .logo-icon {
    width: 100px;
    text-align: center;
    margin: 0 auto 20px;
    display: block;
  }
}
#footer .block-one #footer-menu {
  margin-bottom: 10px;
  font-size: 0;
  display: inline-block;
  vertical-align: top;
}
#footer .block-one #footer-menu li {
  display: block;
  margin-bottom: 10px;
}
#footer .block-one #footer-menu a {
  display: block;
  margin: 0;
  font: 200 16px/1 "Futura PT", sans-serif;
  text-decoration: none;
  text-align: left;
  color: #b19c71;
}
@media only screen and (max-width: 767px) {
  #footer .block-one #footer-menu a {
    text-align: center;
  }
}
#footer .block-one #footer-menu a:hover, #footer .block-one #footer-menu a.active {
  color: #edebe9;
}
#footer .block-one #footer-menu li:last-child {
  margin-bottom: 0;
}
#footer .block-two {
  width: 19%;
  font: 200 16px/26px "Futura PT", sans-serif;
  text-align: left;
  margin-right: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #footer .block-two {
    margin-right: 3vw;
    width: 33.3%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .block-two {
    width: 100%;
    text-align: center;
    margin: 0 0 20px 0;
  }
}
#footer .block-two .footer-contacts {
  margin-bottom: 24px;
}
#footer .block-two .footer-contacts svg {
  fill: #b19c71;
  width: 13px;
  height: 16px;
  margin-right: 15px;
  display: block;
  overflow: hidden;
  float: left;
}
#footer .block-two span {
  vertical-align: top;
  line-height: 1;
  display: block;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #footer .block-two span {
    text-align: left;
  }
}
#footer .block-two .footer-address {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #footer .block-two .footer-address {
    display: inline-block;
  }
}
#footer .block-two .footer-phone {
  display: block;
  margin-bottom: 20px;
  line-height: 1;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  #footer .block-two .footer-phone {
    display: inline-block;
    margin-right: 20px;
  }
}
#footer .block-two .copyright {
  display: block;
  vertical-align: top;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  #footer .block-two .copyright {
    display: inline-block;
  }
}
#footer .block-two .socials {
  margin-bottom: 30px;
  font-size: 0;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #footer .block-two .socials {
    float: none;
    text-align: center;
    margin-bottom: 10px;
  }
}
#footer .block-two .socials li {
  display: inline-block;
  margin: 0 0 0 15px;
}
@media only screen and (max-width: 767px) {
  #footer .block-two .socials li {
    margin: 0 7px;
  }
}
#footer .block-two .socials li:first-child {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  #footer .block-two .socials li:first-child {
    margin: 0 7px;
  }
}
#footer .block-two .socials a {
  position: relative;
  display: block;
  width: 26px;
  height: 26px;
  text-indent: -9999px;
  overflow: hidden;
  transition: background-color 350ms ease-in-out, opacity 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  #footer .block-two .socials a {
    display: inline-block;
  }
}
#footer .block-two .socials a svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  fill: #b19c71;
  transition: fill 350ms ease-in-out;
}
#footer .block-two .socials a:hover svg {
  fill: #fff;
}
#footer .block-two .socials a:active svg {
  fill: #fff;
  transition-duration: 50ms;
}
#footer .block-three {
  width: 40%;
  text-align: right;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #footer .block-three {
    width: 33.3%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .block-three {
    width: 100%;
    text-align: center;
  }
}
#footer .block-three .logos {
  display: flex;
  margin-bottom: 30px;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #footer .block-three .logos {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }
}
#footer .block-three .logo {
  display: block;
}
#footer .block-three .logo:nth-child(2) {
  margin: 0 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #footer .block-three .logo:nth-child(2) {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .block-three .logo:nth-child(2) {
    margin-bottom: 40px;
  }
}
#footer .block-three .aaa-diamond-logo, #footer .block-three .additional-logo {
  position: relative;
  max-width: 90%;
}
#footer .block-three .aaa-diamond-logo img, #footer .block-three .additional-logo img {
  display: block;
  width: 100%;
  height: auto;
}
#footer .block-three .aaa-diamond-logo {
  width: 100px;
}
@media only screen and (max-width: 767px) {
  #footer .block-three .aaa-diamond-logo {
    margin-bottom: 40px;
  }
}
#footer .block-three .additional-logo {
  margin-bottom: 45px;
  width: 220px;
}
@media only screen and (max-width: 767px) {
  #footer .block-three .additional-logo {
    margin-bottom: 40px;
  }
}
#footer #teconsent {
  margin: 0 0 30px 0;
  text-align: right;
  max-width: 370px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #footer #teconsent {
    max-width: 350px;
  }
}
@media only screen and (max-width: 767px) {
  #footer #teconsent {
    margin: 0 auto 20px;
    text-align: center;
    max-width: 100%;
  }
}

#hebs-gallery {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11000;
  background: rgba(43, 38, 39, 0.9);
  /* 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: 15%;
  top: 15%;
  width: 36px;
  height: 36px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
  transform: translate(100%, -100%) translate(17px, -17px);
}
@media only screen and (max-width: 767px) {
  #hebs-gallery .close-button {
    top: 10%;
    right: 10%;
    transform: translate(0, -100%) translate(0, -17px);
  }
}
#hebs-gallery .close-button:hover {
  opacity: 0.8;
}
#hebs-gallery .close-button:before, #hebs-gallery .close-button:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
}
#hebs-gallery .close-button:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#hebs-gallery .close-button:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
#hebs-gallery .galleria-container {
  position: relative;
  overflow: hidden;
  width: 100% !important;
  height: 100% !important;
}
#hebs-gallery .select-wrapper {
  display: none;
  position: relative;
  float: left;
  margin: 5px 0 0 20px;
  z-index: 2;
}
#hebs-gallery .category-selector {
  margin-bottom: 0;
  font: 600 15px/1 "Futura PT", sans-serif;
  background: transparent;
}
#hebs-gallery .galleria-stage {
  position: absolute;
  top: 15%;
  bottom: 15%;
  left: 15%;
  right: 15%;
}
@media only screen and (max-width: 767px) {
  #hebs-gallery .galleria-stage {
    top: 35px;
    bottom: 35px;
    left: 0;
    right: 0;
  }
}
#hebs-gallery .galleria-stage .galleria-image {
  transform: scale(0.97);
  overflow: visible !important;
}
#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: 60px;
  height: 60px;
  text-indent: -9999px;
  overflow: hidden;
  transform: translate(0, -50%);
}
#hebs-gallery .galleria-image-nav-left:after, #hebs-gallery .galleria-image-nav-right:after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  transform-origin: 35% 35%;
  transform: translate(-50%, -50%) rotate(45deg);
  border: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
#hebs-gallery .galleria-image-nav-left:hover, #hebs-gallery .galleria-image-nav-right:hover {
  opacity: 0.8;
}
#hebs-gallery .galleria-image-nav-left {
  left: -9.1%;
}
#hebs-gallery .galleria-image-nav-left:after {
  border-top: 0;
  border-right: 0;
}
@media only screen and (max-width: 767px) {
  #hebs-gallery .galleria-image-nav-left {
    left: 0;
  }
}
#hebs-gallery .galleria-image-nav-right {
  right: -9.1%;
}
@media only screen and (max-width: 767px) {
  #hebs-gallery .galleria-image-nav-right {
    right: 0;
  }
}
#hebs-gallery .galleria-image-nav-right:after {
  transform: translate(-50%, -50%) rotate(-45deg);
  transform-origin: 65% 65%;
  border-top: 0;
  border-left: 0;
}
#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: #b19c71;
  border-bottom-color: #b19c71;
  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;
  display: none;
}
@media only screen and (max-width: 1023px) and (orientation: landscape) {
  #hebs-gallery .galleria-thumbnails-container {
    display: none;
  }
}
#hebs-gallery .galleria-carousel .galleria-thumbnails-list {
  margin-left: 52px;
  margin-right: 52px;
}
#hebs-gallery .galleria-thumbnails {
  margin: 20px auto 0;
}
#hebs-gallery .galleria-thumbnails .galleria-image {
  height: 80px !important;
  width: 80px !important;
  background: #000;
  margin: 0 6px 0 0;
  float: left;
  cursor: pointer;
}
#hebs-gallery .galleria-thumbnails .galleria-image.active {
  border: 3px solid #fff;
}
#hebs-gallery .galleria-thumbnails .galleria-image.active img {
  margin: -3px 0 0 -3px;
}
#hebs-gallery .galleria-thumb-nav-left, #hebs-gallery .galleria-thumb-nav-right {
  display: none;
  position: absolute;
  top: 50%;
  cursor: pointer;
  width: 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;
  display: none;
}
#hebs-gallery .galleria-info .galleria-info-description {
  text-align: center;
  font-size: 18px;
  font-size: 2vw;
  line-height: 40px;
  color: #fff;
  position: absolute;
  left: 300px;
  right: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 700px) {
  #hebs-gallery .galleria-info .galleria-info-description {
    font-size: 14px;
  }
}
@media (min-width: 900px) {
  #hebs-gallery .galleria-info .galleria-info-description {
    font-size: 18px;
  }
}
#hebs-gallery .galleria-layer .description {
  opacity: 0;
  background: #fff;
  max-width: 668px;
  position: absolute;
  padding: 0 100px 0 30px;
}
#hebs-gallery .galleria-layer .description .thumb {
  display: none;
  width: 100%;
  height: 223px;
  background-size: cover;
  background-position: 50% 50%;
}
#hebs-gallery .galleria-layer .description .heading {
  font: 700 16px/38px "Futura PT", sans-serif;
  color: #2C2523;
  position: relative;
  min-height: 38px;
}
#hebs-gallery .galleria-layer .description .heading h3 {
  text-transform: uppercase;
}
#hebs-gallery .galleria-layer .description .details {
  position: absolute;
  bottom: 0;
  right: 10px;
  font: 500 11px/38px "Futura PT", sans-serif;
  color: #2C2523;
  text-transform: uppercase;
  padding-right: 30px;
}
#hebs-gallery .galleria-layer .description .details:hover {
  text-decoration: underline;
}
#hebs-gallery .galleria-layer .description .details:after, #hebs-gallery .galleria-layer .description .details:before {
  content: "";
  display: block;
  width: 12px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  background: #2C2523;
}
#hebs-gallery .galleria-layer .description .details:after {
  transform: translate(0, -50%) rotate(90deg);
}
#hebs-gallery .galleria-layer .description .galleria-content {
  max-height: 0;
  overflow: hidden;
  color: #2C2523;
  font: 400 16px/28px "Futura PT", sans-serif;
  text-align: left;
}
#hebs-gallery .galleria-layer .description .galleria-content p {
  margin-bottom: 10px;
}
#hebs-gallery .galleria-layer .description.open {
  padding: 20px 100px 20px 30px;
}
#hebs-gallery .galleria-layer .description.open .heading {
  font-size: 25px;
}
#hebs-gallery .galleria-layer .description.open .details:before {
  transform: translate(0, -50%) rotate(45deg);
}
#hebs-gallery .galleria-layer .description.open .details:after {
  transform: translate(0, -50%) rotate(135deg);
}
#hebs-gallery .galleria-layer .description.open .galleria-content {
  overflow: auto;
}
@media only screen and (max-width: 767px) {
  #hebs-gallery .galleria-layer .description.open {
    padding: 0;
    position: absolute;
    height: calc(100% + 100px) !important;
    width: calc(100% + 20px) !important;
    top: -50px !important;
    left: -10px !important;
    bottom: -50px !important;
    right: -10px !important;
  }
  #hebs-gallery .galleria-layer .description.open .thumb {
    display: block;
  }
  #hebs-gallery .galleria-layer .description.open .heading {
    padding: 20px 40px;
  }
  #hebs-gallery .galleria-layer .description.open .galleria-content {
    padding: 20px 40px;
    max-height: calc(100% - 380px) !important;
    overflow: auto;
  }
  #hebs-gallery .galleria-layer .description.open .details {
    bottom: auto;
    right: 0;
    top: 0;
    font-size: 0;
    background: #fff;
    padding: 0;
    width: 55px;
    height: 50px;
  }
  #hebs-gallery .galleria-layer .description.open .details:before, #hebs-gallery .galleria-layer .description.open .details:after {
    width: 26px;
    height: 3px;
    right: 50%;
  }
  #hebs-gallery .galleria-layer .description.open .details:before {
    transform: translate(40%, -50%) rotate(45deg);
  }
  #hebs-gallery .galleria-layer .description.open .details:after {
    transform: translate(40%, -50%) rotate(135deg);
  }
}
#hebs-gallery .galleria-videoicon {
  background: url(../images/video.svg) no-repeat 50% 50%;
  background-size: cover;
}
#hebs-gallery .galleria-videoicon i {
  display: none;
}

#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 "Sectra", 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-list:after {
  clear: both;
  content: "";
  display: table;
}
.specials-list .category-selector {
  padding: 0 2vw;
}
.specials-list .alternating-block {
  background-color: #2b2627;
  position: relative;
  min-height: 500px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  direction: ltr;
  margin-bottom: 2vw;
}
@media only screen and (max-width: 1023px) {
  .specials-list .alternating-block {
    flex-direction: column;
    direction: unset;
    min-height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .specials-list .alternating-block {
    margin-bottom: 0;
  }
}
.specials-list .alternating-block .thumbnail-wrap {
  position: relative;
  background: #2b2627;
  overflow: hidden;
  width: 60%;
  padding-right: 2vw;
}
@media only screen and (max-width: 1023px) {
  .specials-list .alternating-block .thumbnail-wrap {
    width: 100%;
    padding: 0;
  }
}
.specials-list .alternating-block .thumbnail {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.2);
  height: 100%;
  width: 100%;
  padding-bottom: 60%;
}
.specials-list .alternating-block .alternating-acm-content {
  position: relative;
  flex-direction: column;
  text-align: left;
  width: 40%;
  padding: 4vw 2vw 4vw 2vw;
  font-size: 18px;
  direction: ltr;
  border: 1px solid #b19c71;
  border-right: 0;
}
.specials-list .alternating-block .alternating-acm-content:before, .specials-list .alternating-block .alternating-acm-content:after {
  content: "";
  background-image: url(../images/elements/ico-border-top-left.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 31px;
  height: 31px;
}
.specials-list .alternating-block .alternating-acm-content:after {
  background-image: url(../images/elements/ico-border-bottom-left.svg);
  bottom: -1px;
  top: auto;
}
@media only screen and (max-width: 1023px) {
  .specials-list .alternating-block .alternating-acm-content {
    width: 100%;
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .specials-list .alternating-block .alternating-acm-content {
    width: calc(100% - 20px);
    margin: 20px 20px;
    padding: 20px;
  }
  .specials-list .alternating-block .alternating-acm-content:before, .specials-list .alternating-block .alternating-acm-content:after {
    width: 18px;
    height: 18px;
  }
}
.specials-list .alternating-block .alternating-acm-content h2 {
  color: #fff;
}
.specials-list .alternating-block .alternating-acm-content h2 a {
  color: #fff;
  text-decoration: none;
}
.specials-list .alternating-block .alternating-acm-content h2 a:hover {
  color: #5c5c5c;
}
.specials-list .alternating-block .alternating-acm-content p {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .specials-list .alternating-block .alternating-acm-content p {
    margin-bottom: 20px;
  }
}
.specials-list .alternating-block .alternating-acm-content .button + .button {
  margin-left: 1vw;
}
@media only screen and (max-width: 767px) {
  .specials-list .alternating-block .alternating-acm-content .button {
    margin-bottom: 10px;
    text-align: left;
  }
  .specials-list .alternating-block .alternating-acm-content .button + .button {
    margin-left: 0;
  }
}
.specials-list .alternating-block.even {
  direction: rtl;
}
@media only screen and (max-width: 1023px) {
  .specials-list .alternating-block.even {
    direction: unset;
  }
}
.specials-list .alternating-block.even .alternating-acm-content {
  border: 1px solid #b19c71;
  border-left: 0;
}
.specials-list .alternating-block.even .alternating-acm-content:before, .specials-list .alternating-block.even .alternating-acm-content:after {
  content: "";
  background-image: url(../images/elements/ico-border-top-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -1px;
  right: -1px;
  left: auto;
  width: 31px;
  height: 31px;
}
.specials-list .alternating-block.even .alternating-acm-content:after {
  background-image: url(../images/elements/ico-border-bottom-right.svg);
  bottom: -1px;
  top: auto;
}
@media only screen and (max-width: 767px) {
  .specials-list .alternating-block.even .alternating-acm-content {
    margin: 20px 0 20px;
  }
  .specials-list .alternating-block.even .alternating-acm-content:before, .specials-list .alternating-block.even .alternating-acm-content:after {
    width: 18px;
    height: 18px;
  }
}
.specials-list .alternating-block.even .thumbnail-wrap {
  padding-right: 0;
  padding-left: 2vw;
}
@media only screen and (max-width: 1023px) {
  .specials-list .alternating-block.even .thumbnail-wrap {
    padding: 0;
  }
}
.specials-list .alternating-block.even .thumbnail {
  right: 0;
  left: auto;
}

.single-special .button {
  margin-top: 30px;
}

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

.page-content .careers {
  margin: 30px 0;
}
.page-content .careers td {
  vertical-align: top;
  padding: 15px;
}
.page-content .careers td p {
  margin: 0;
}
.page-content .careers td p + p {
  margin-top: 20px;
}

.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: #b19c71;
  border-bottom-color: #b19c71;
  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: 444px;
  background: #e5e3df;
}
.hotel-location-map h4, .poi-map-canvas h4 {
  margin: 0;
  font: 16px "Sectra", serif;
  text-transform: uppercase;
  color: #327d7d;
}
.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: #2b2627;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  padding: 20px;
  position: relative;
  text-align: center;
  color: #fff;
  width: 300px;
}
.map-content h3, .map-content p {
  margin-bottom: 5px;
}
.map-content h3 {
  font: 700 16px/24px "Sectra", serif;
  color: #b19c71;
}
.map-content .button {
  margin-top: 20px;
}

.leaflet-touch .leaflet-control-attribution {
  display: none;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  bottom: -44px !important;
  left: -28px !important;
}

.leaflet-popup-content-wrapper {
  background: unset !important;
}

.leaflet-popup-tip {
  display: none !important;
}

.leaflet-container a.leaflet-popup-close-button {
  display: none !important;
}

.poi-map .loaded .leaflet-map-pane {
  transform: none !important;
}

.leaflet-container a {
  color: #2b2627 !important;
}

.pressroom {
  text-align: center;
  font-size: 0;
  margin-left: -5px;
  margin-right: -5px;
}
@media only screen and (max-width: 767px) {
  .pressroom {
    margin: 0;
  }
}
.pressroom .pressroom-item {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 20px);
  height: 400px;
  margin: 0 10px 20px 10px;
  position: relative;
  overflow: hidden;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.2);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .pressroom .pressroom-item {
    width: 100%;
    height: 400px;
    margin: 10px 0;
  }
}
.pressroom .pressroom-item.no-img .description {
  background: transparent;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.pressroom .pressroom-item.no-img .description p {
  color: #fff;
}
.pressroom .pressroom-item.no-img .description .pdf {
  color: white;
}
.pressroom .pressroom-item.no-img .description .pdf:hover {
  color: #fff;
}
.pressroom .pressroom-item .h4 {
  font-size: 22px;
  font-size: 2vw;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 800px) {
  .pressroom .pressroom-item .h4 {
    font-size: 16px;
  }
}
@media (min-width: 1100px) {
  .pressroom .pressroom-item .h4 {
    font-size: 22px;
  }
}
.pressroom .pressroom-item time {
  color: white;
  font-size: 14px;
  font-weight: 600;
  display: block;
  margin: 5px 0 10px 0;
}
.pressroom .pressroom-item .description {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  padding: 20px;
}
.pressroom .pressroom-item .description .centered time {
  margin: 10px 0;
  display: block;
  font-weight: bold;
}
.pressroom .pressroom-item .description p {
  color: #fff;
  line-height: 1.4;
  font-size: 16px;
  font-size: 2vw;
  margin: 0;
}
@media (max-width: 700px) {
  .pressroom .pressroom-item .description p {
    font-size: 14px;
  }
}
@media (min-width: 800px) {
  .pressroom .pressroom-item .description p {
    font-size: 16px;
  }
}
.pressroom .pressroom-item .description a {
  font-size: 16px;
  color: white;
}
.pressroom .pressroom-item .pdf {
  color: #fff;
  margin: 20px 0 0 0;
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 16px;
  padding-left: 0 !important;
}
.pressroom .pressroom-item .pdf:hover {
  color: #847558;
}
.pressroom .pressroom-item .view-gallery {
  margin-top: 20px;
}

.galleries .category-selector {
  margin: 30px 0;
  position: relative;
  font: 300 16px/30px "Futura PT", sans-serif;
  color: #B29D71;
}
@media only screen and (max-width: 767px) {
  .galleries .category-selector .description {
    display: none;
  }
}
.galleries .category-selector button {
  display: inline-block;
  font: 500 16px/30px "Futura PT", sans-serif;
  height: auto;
  color: #B29D71;
  text-transform: uppercase;
  position: relative;
  margin: 0 10px;
  padding: 0;
  background: none;
}
.galleries .category-selector button.active:after, .galleries .category-selector button:hover:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #B29D71;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .galleries .category-selector {
    white-space: nowrap;
    overflow: auto;
  }
}
.galleries .gallery {
  margin: 0 auto;
}
.galleries .gallery .gallery-item {
  width: calc(16.6666666667% - 20px);
  margin-bottom: 10px;
  display: none;
}
.galleries .gallery .gallery-item.active {
  display: inline-block;
}
@media (max-width: 2000px) {
  .galleries .gallery .gallery-item {
    width: calc(20% - 20px);
  }
}
@media (max-width: 1600px) {
  .galleries .gallery .gallery-item {
    width: calc(25% - 20px);
  }
}
@media (max-width: 1200px) {
  .galleries .gallery .gallery-item {
    width: calc(33.3333333333% - 16px);
  }
}
@media only screen and (max-width: 767px) {
  .galleries .gallery .gallery-item {
    width: calc(50% - 12px);
  }
}
.galleries .gallery .gallery-item button {
  width: 100%;
  height: 0;
  padding-top: 80%;
  background-size: cover;
  position: relative;
}
.galleries .gallery .gallery-item button.portrait {
  padding-top: 133%;
}
.galleries .gallery .gallery-item button .thumb {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  height: 100%;
  width: 100%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s;
  background-size: cover;
  background-position: 50% 50%;
}
.galleries .gallery .gallery-item button .thumb .gallery-expand {
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  bottom: 11px;
  right: 11px;
  opacity: 0;
  transition: opacity 0.2s;
}
.galleries .gallery .gallery-item button .thumb .gallery-expand .top,
.galleries .gallery .gallery-item button .thumb .gallery-expand .bottom {
  position: absolute;
  left: 0;
  width: 100%;
  height: 33%;
}
.galleries .gallery .gallery-item button .thumb .gallery-expand .top:after, .galleries .gallery .gallery-item button .thumb .gallery-expand .top:before,
.galleries .gallery .gallery-item button .thumb .gallery-expand .bottom:after,
.galleries .gallery .gallery-item button .thumb .gallery-expand .bottom:before {
  content: "";
  display: block;
  width: 33%;
  height: 100%;
  border: 2px solid #fff;
  position: absolute;
  top: 0;
}
.galleries .gallery .gallery-item button .thumb .gallery-expand .top.top,
.galleries .gallery .gallery-item button .thumb .gallery-expand .bottom.top {
  top: 0;
}
.galleries .gallery .gallery-item button .thumb .gallery-expand .top.top:before,
.galleries .gallery .gallery-item button .thumb .gallery-expand .bottom.top:before {
  left: 0;
  border-right: 0;
  border-bottom: 0;
}
.galleries .gallery .gallery-item button .thumb .gallery-expand .top.top:after,
.galleries .gallery .gallery-item button .thumb .gallery-expand .bottom.top:after {
  right: 0;
  border-left: 0;
  border-bottom: 0;
}
.galleries .gallery .gallery-item button .thumb .gallery-expand .top.bottom,
.galleries .gallery .gallery-item button .thumb .gallery-expand .bottom.bottom {
  bottom: 0;
}
.galleries .gallery .gallery-item button .thumb .gallery-expand .top.bottom:before,
.galleries .gallery .gallery-item button .thumb .gallery-expand .bottom.bottom:before {
  left: 0;
  border-right: 0;
  border-top: 0;
}
.galleries .gallery .gallery-item button .thumb .gallery-expand .top.bottom:after,
.galleries .gallery .gallery-item button .thumb .gallery-expand .bottom.bottom:after {
  right: 0;
  border-left: 0;
  border-top: 0;
}
.galleries .gallery .gallery-item button:hover {
  z-index: 2;
}
.galleries .gallery .gallery-item button:hover .thumb {
  transform: translate(-50%, -50%) scale(1.07);
}
.galleries .gallery .gallery-item button:hover .thumb .gallery-expand {
  opacity: 1;
}
.galleries .gallery .gallery-item.video-thumb button .thumb:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2) url(../images/video.svg) no-repeat 50% 50%;
  background-size: 54px 54px;
  z-index: 2;
}

.form {
  display: block;
  margin-bottom: 20px;
}
.form fieldset {
  clear: both;
}
.form fieldset:after {
  clear: both;
  content: "";
  display: table;
}
.form h3 {
  text-align: left;
  margin: 30px 10px;
  padding-bottom: 10px;
  border-bottom: thin solid #847558;
}
@media only screen and (max-width: 767px) {
  .form h3 {
    margin-left: 0;
    margin-right: 0;
  }
}
.form label {
  display: block;
  font: 500 21px/1 "Futura PT", sans-serif;
  letter-spacing: 0.79px;
  color: #b19c71;
  margin: 0 0 30px 0;
}
.form label.hidden {
  position: absolute;
  opacity: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .form label {
    margin: 0 0 20px;
  }
}
.form label em {
  font-style: normal;
  color: #b19c71;
  font-size: 16px;
  font-weight: normal;
  line-height: 10px;
  padding-right: 5px;
}
.form p {
  float: left;
  width: calc(50% - 20px);
  margin: 0 10px 20px 10px;
  padding: 22px 30px;
  text-align: left;
  font: 18px/40px "Futura PT", sans-serif;
  border: thin solid #b19c71;
}
.form p:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: 767px) {
  .form p {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.form p.wide {
  clear: both;
  float: none;
  width: calc(100% - 20px);
}
@media only screen and (max-width: 767px) {
  .form p.wide {
    width: 100%;
  }
}
.form p.terms-privacy {
  clear: both;
  float: none;
  width: calc(100% - 20px);
  margin-top: 20px;
  border: 0;
  padding-left: 0;
  padding-right: 0;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .form p.terms-privacy {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
}
.form p.terms-privacy em {
  color: #b19c71 !important;
  font-style: normal;
}
.form p.terms-privacy input {
  vertical-align: middle !important;
}
.form p.terms-privacy label {
  color: #fff;
  font: 16px "Futura PT", sans-serif;
}
.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;
  color: #b19c71;
  font: 500 18px "Futura PT", sans-serif;
  letter-spacing: 0;
}
.form p span.group label input {
  margin-right: 0.4em;
  margin-top: 5px;
}
.form p.type_recaptcha {
  display: none;
}
.form .g-recaptcha {
  position: relative;
  margin: 0 20px 43px;
}
.form input[type=text], .form input[type=date], .form textarea, .form select, .form .input-overlay {
  background: transparent;
  color: #b19c71;
  width: 100%;
  padding: 0;
  resize: none;
  border: 0;
  overflow: visible;
  height: 30px;
  font: 500 21px/30px "Futura PT", sans-serif;
  letter-spacing: 0.79px;
  -webkit-appearance: none;
}
.form input[type=text]::-webkit-input-placeholder, .form input[type=date]::-webkit-input-placeholder, .form textarea::-webkit-input-placeholder, .form select::-webkit-input-placeholder, .form .input-overlay::-webkit-input-placeholder {
  color: #b19c71;
}
.form input[type=text]:-moz-placeholder, .form input[type=date]:-moz-placeholder, .form textarea:-moz-placeholder, .form select:-moz-placeholder, .form .input-overlay:-moz-placeholder {
  color: #b19c71;
}
.form input[type=text]::-moz-placeholder, .form input[type=date]::-moz-placeholder, .form textarea::-moz-placeholder, .form select::-moz-placeholder, .form .input-overlay::-moz-placeholder {
  color: #b19c71;
}
.form input[type=text]:-ms-input-placeholder, .form input[type=date]:-ms-input-placeholder, .form textarea:-ms-input-placeholder, .form select:-ms-input-placeholder, .form .input-overlay:-ms-input-placeholder {
  color: #b19c71;
}
.form input[type=text]:focus::-webkit-input-placeholder, .form input[type=date]:focus::-webkit-input-placeholder, .form textarea:focus::-webkit-input-placeholder, .form select:focus::-webkit-input-placeholder, .form .input-overlay:focus::-webkit-input-placeholder {
  color: #5c5c5c;
}
.form input[type=text]:focus:-moz-placeholder, .form input[type=date]:focus:-moz-placeholder, .form textarea:focus:-moz-placeholder, .form select:focus:-moz-placeholder, .form .input-overlay:focus:-moz-placeholder {
  color: #5c5c5c;
}
.form input[type=text]:focus::-moz-placeholder, .form input[type=date]:focus::-moz-placeholder, .form textarea:focus::-moz-placeholder, .form select:focus::-moz-placeholder, .form .input-overlay:focus::-moz-placeholder {
  color: #5c5c5c;
}
.form input[type=text]:focus:-ms-input-placeholder, .form input[type=date]:focus:-ms-input-placeholder, .form textarea:focus:-ms-input-placeholder, .form select:focus:-ms-input-placeholder, .form .input-overlay:focus:-ms-input-placeholder {
  color: #5c5c5c;
}
.form .input-overlay {
  opacity: 0;
  height: 40px;
  margin-top: -40px;
}
.form input[type=file] {
  width: 100%;
  font: 18px/20px "Futura PT", sans-serif;
  line-height: 20px !important;
  color: #5c5c5c;
}
.form input[type=file]::-webkit-file-upload-button {
  display: block;
  font: 18px/40px "Futura PT", sans-serif;
}
.form .select-wrapper {
  width: 100%;
}
.form .select-wrapper .select-icon {
  width: 0;
  height: 0;
  right: 0;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #b19c71;
  border-bottom: 0;
  transform: rotate(0) translateY(-50%);
  margin-top: 0;
}
.form textarea {
  height: 300px;
  overflow: auto;
  line-height: 1.5;
}
.form input[type=checkbox],
.form input[type=radio] {
  width: 14px;
  height: 14px;
  padding: 0;
  vertical-align: top;
}
.form input[type=radio] {
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  .form input[type=radio] {
    margin-top: 0;
  }
}
.form .group input[type=radio] {
  margin-top: 4px;
}
.form .ui-datepicker-trigger {
  display: none;
}
.form .controls p {
  float: none;
  width: calc(100% - 20px);
  border: 0;
  padding: 0;
  text-align: center;
}

.form-builder-group input:not([type=file]) {
  border: 1px solid #b19c71 !important;
  color: #b19c71;
  height: 50px;
  margin-top: 5px;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .form-builder-group input:not([type=file]) {
    padding: 0 10px;
  }
}
.form-builder-group input:not([type=file])::-webkit-input-placeholder {
  color: #b19c71;
}
.form-builder-group input:not([type=file]):-moz-placeholder {
  color: #b19c71;
}
.form-builder-group input:not([type=file])::-moz-placeholder {
  color: #b19c71;
}
.form-builder-group input:not([type=file]):-ms-input-placeholder {
  color: #b19c71;
}
.form-builder-group input:not([type=file]):focus::-webkit-input-placeholder {
  color: #5c5c5c;
}
.form-builder-group input:not([type=file]):focus:-moz-placeholder {
  color: #5c5c5c;
}
.form-builder-group input:not([type=file]):focus::-moz-placeholder {
  color: #5c5c5c;
}
.form-builder-group input:not([type=file]):focus:-ms-input-placeholder {
  color: #5c5c5c;
}
.form-builder-group input[type=checkbox] {
  position: absolute;
}
.form-builder-group input[type=checkbox] + label {
  margin-left: 30px !important;
}

input[type=submit] {
  border: 1px solid #b19c71 !important;
  color: #b19c71;
}

#home-poi {
  position: relative;
  padding-top: 50px;
  z-index: 10;
}

.poi {
  overflow: hidden;
  position: relative;
  z-index: 9;
}

.poi-close {
  display: none;
}

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

.poi-map {
  height: 80vh;
}

.poi-overlay {
  text-align: center;
}
.poi-overlay .category-selector {
  margin: 0;
}
.poi-overlay .category-selector .button {
  padding-left: 45px;
}
.poi-overlay .category-selector .button:before {
  background: url(../images/poi/icons.svg) no-repeat -40px -40px;
  content: "";
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  top: 0;
  left: 0;
}
.poi-overlay .category-selector .button.icon-restaurants-bars:before {
  background-position: -10px -10px;
}
.poi-overlay .category-selector .button.icon-shopping:before {
  background-position: -70px -10px;
}
.poi-overlay .category-selector .button.icon-zoo:before {
  background-position: -130px -10px;
}
.poi-overlay .category-selector .button.icon-theme-parks:before {
  background-position: -190px -10px;
}
.poi-overlay .category-selector .button.icon-wineries:before {
  background-position: -250px -10px;
}
.poi-overlay .category-selector .button.icon-breakfast:before {
  background-position: -310px -10px;
}
.poi-overlay .category-selector .button.icon-attractions:before {
  background-position: -370px -10px;
}
.poi-overlay .category-selector .button.icon-places-for-children:before {
  background-position: -430px -10px;
}
.poi-overlay .category-selector .button.icon-museums:before {
  background-position: -490px -10px;
}
.poi-overlay .category-selector .button.icon-national-monuments:before {
  background-position: -550px -10px;
}
.poi-overlay .category-selector .button.icon-farmer-markets:before {
  background-position: -610px -10px;
}
.poi-overlay .category-selector .button.icon-nightlife:before {
  background-position: -670px -10px;
}
.poi-overlay .category-selector .button.icon-arts-culture:before {
  background-position: -730px -10px;
}
.poi-overlay .category-selector .button.icon-hospitals:before {
  background-position: -790px -10px;
}
.poi-overlay .category-selector .button.icon-banks:before {
  background-position: -850px -10px;
}
.poi-overlay .category-selector .button.icon-spas:before {
  background-position: -910px -10px;
}
.poi-overlay .category-selector .button.icon-gardens:before {
  background-position: -970px -10px;
}
.poi-overlay .category-selector .button.icon-cafes:before {
  background-position: -1030px -10px;
}
.poi-overlay .category-selector .button.icon-entertainment:before {
  background-position: -1090px -10px;
}
.poi-overlay .category-selector .button.icon-golf:before {
  background-position: -1150px -10px;
}
.poi-overlay .category-selector .button.icon-romantic-spots:before {
  background-position: -1210px -10px;
}
.poi-overlay .category-selector .button.icon-hidden-gems:before {
  background-position: -1270px -10px;
}
.poi-overlay .category-selector .button.icon-corporate-offices:before {
  background-position: -1330px -10px;
}
.poi-overlay .category-selector .button.icon-outdoors:before {
  background-position: -1390px -10px;
}
.poi-overlay .category-selector .button.icon-lakes:before {
  background-position: -1450px -10px;
}
.poi-overlay .category-selector .button.icon-rivers:before {
  background-position: -1510px -10px;
}
.poi-overlay .category-selector .button.icon-beaches:before {
  background-position: -1570px -10px;
}
.poi-overlay .category-selector .button.icon-hiking:before {
  background-position: -1630px -10px;
}
.poi-overlay .category-selector .button.icon-places-of-worship:before {
  background-position: -1690px -10px;
}
.poi-overlay .category-selector .button.icon-sports:before {
  background-position: -1750px -10px;
}
.poi-overlay .category-selector .button.icon-universities:before {
  background-position: -1810px -10px;
}

.poi-map-content {
  background: #fff;
  box-shadow: 1px 1px 1rem rgba(0, 0, 0, 0.13);
  width: 375px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 30px;
  bottom: 37px;
  z-index: 999;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
@media only screen and (max-width: 767px) {
  .poi-map-content {
    width: auto;
    right: 30px;
  }
}
.poi-map-content .map-popup__infowindow-info {
  background-color: #2b2627;
  display: block;
  padding: 21px 6% 30px;
  position: relative;
  box-sizing: border-box;
  transition: background-color 0.4s ease;
}
.poi-map-content .map-popup__infowindow-category {
  display: block;
  color: #b19c71;
  font-family: "Futura PT", sans-serif;
  font-size: 16px;
  letter-spacing: 0.33px;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.poi-map-content .map-popup__infowindow-title {
  color: #ffffff;
  font-family: "Sectra", serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 3.3px;
  text-transform: none;
  margin-bottom: 10px;
}
.poi-map-content .map-popup__infowindow-content {
  color: #edebe9;
  font-family: "Futura PT", sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.6px;
}
.poi-map-content .map-popup__infowindow-close {
  background-color: #b19c71;
  display: block;
  width: 100%;
  height: 65px;
  position: relative;
  font-size: 0;
}
.poi-map-content .map-popup__infowindow-close:before, .poi-map-content .map-popup__infowindow-close:after {
  background-color: #000000;
  display: block;
  content: "";
  width: 40px;
  height: 1px;
  margin-top: -1px;
  margin-left: -20px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
}
.poi-map-content .map-popup__infowindow-close:before {
  transform: rotate(45deg);
}
.poi-map-content .map-popup__infowindow-close:after {
  transform: rotate(-45deg);
}

.poi-map-expand {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 999;
}
@media only screen and (max-width: 767px) {
  .poi-map-expand {
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
  }
}
.neighborhood-layout .poi-map-expand {
  display: none;
}

.poi.fixed {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
}
.poi.fixed .poi-close {
  background-color: #b19c71;
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
  z-index: 999;
}
.poi.fixed .poi-close:before, .poi.fixed .poi-close:after {
  content: "";
  background-color: #000000;
  display: block;
  width: 50%;
  height: 2px;
  margin-top: -1px;
  margin-left: -25%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
}
.poi.fixed .poi-close:before {
  transform: rotate(45deg);
}
.poi.fixed .poi-close:after {
  transform: rotate(-45deg);
}
.poi.fixed .poi-map {
  position: absolute !important;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.poi.fixed .poi-map-content {
  opacity: 1;
  visibility: visible;
}
.poi.fixed .poi-map-expand {
  display: none;
}

html.neighborhood-layout .poi-acm-block .category-selector {
  margin-bottom: -25px;
  z-index: 999;
}
html.neighborhood-layout .poi-acm-block .center-column {
  max-width: 100%;
  padding: 0;
}

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

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

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

#calendar-views {
  float: left;
}
#calendar-views:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: 767px) {
  #calendar-views {
    float: none;
    text-align: center;
    margin-bottom: 30px;
  }
}
#calendar-views li {
  float: left;
}
@media only screen and (max-width: 767px) {
  #calendar-views li {
    display: inline-block;
    float: none;
  }
}
#calendar-views a {
  position: relative;
  display: block;
  margin-right: 20px;
  padding-left: 30px;
  text-decoration: none;
  text-transform: uppercase;
  color: #edebe9;
  font: 500 18px/20px "Futura PT", sans-serif;
  font-size: 2vw;
}
@media (max-width: 700px) {
  #calendar-views a {
    font-size: 14px;
  }
}
@media (min-width: 900px) {
  #calendar-views a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  #calendar-views a {
    margin-right: 0;
    margin-left: 20px;
  }
  #calendar-views a.grid {
    margin-left: 0;
  }
}
#calendar-views a:hover, #calendar-views a.active {
  color: #b19c71;
}
#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;
  font-size: 2vw;
}
@media (max-width: 700px) {
  #calendar-breadcrumb {
    font-size: 14px;
  }
}
@media (min-width: 900px) {
  #calendar-breadcrumb {
    font-size: 18px;
  }
}
#calendar-breadcrumb:after {
  clear: both;
  content: "";
  display: table;
}
#calendar-breadcrumb dt, #calendar-breadcrumb dd {
  float: left;
  margin-right: 10px;
  color: #d6d6d6;
}
@media only screen and (max-width: 767px) {
  #calendar-breadcrumb dt, #calendar-breadcrumb dd {
    float: none;
    display: inline-block;
  }
}

#calendar-year {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #calendar-year {
    display: none;
  }
}
#calendar-year:after {
  clear: both;
  content: "";
  display: table;
}
#calendar-year li {
  float: left;
}
#calendar-year a {
  display: block;
  padding: 5px 0;
  margin-right: 1px;
  text-decoration: none;
  border-bottom: 1px solid #b19c71;
  color: #b19c71;
  font-size: 2vw;
}
@media (max-width: 700px) {
  #calendar-year a {
    font-size: 14px;
  }
}
@media (min-width: 900px) {
  #calendar-year a {
    font-size: 18px;
  }
}
#calendar-year a:hover {
  border-color: #b19c71;
  color: #b19c71;
}
#calendar-year .active a {
  border-color: #fff;
  color: #fff;
  font-weight: 500;
}
#calendar-year .active a:hover {
  border-color: #b19c71;
  color: #b19c71;
}

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

#calendar-navigation {
  display: block;
  height: 40px;
  font: 500 18px/40px "Futura PT", sans-serif;
  font-size: 2vw;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
@media (max-width: 700px) {
  #calendar-navigation {
    font-size: 14px;
  }
}
@media (min-width: 900px) {
  #calendar-navigation {
    font-size: 18px;
  }
}
#calendar-navigation .current-event {
  padding: 0 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.2);
}
#calendar-navigation a.prev, #calendar-navigation a.next {
  position: absolute;
  top: 11px;
  width: 11px;
  height: 18px;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
  margin: 0 10px 0 10px;
  background: url("../images/common.svg") 0 0 no-repeat;
}
#calendar-navigation a.next {
  right: 0;
  background-position: -200px -234px;
}
#calendar-navigation a.next:hover {
  background-position: -231px -234px;
}
#calendar-navigation a.next:active {
  background-position: -262px -234px;
}
#calendar-navigation a.prev {
  left: 0;
  background-position: -200px -196px;
}
#calendar-navigation a.prev:hover {
  background-position: -231px -196px;
}
#calendar-navigation a.prev:active {
  background-position: -262px -196px;
}

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

#calendar-week {
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #calendar-week {
    display: none;
  }
}
#calendar-week li {
  color: #b19c71;
  text-align: center;
  font: 26px/1 "Sectra", serif;
  font-size: 2vw;
}
@media (max-width: 900px) {
  #calendar-week li {
    font-size: 18px;
  }
}
@media (min-width: 1300px) {
  #calendar-week li {
    font-size: 26px;
  }
}
#calendar-week li .short {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #calendar-week li .full {
    display: none;
  }
  #calendar-week li .short {
    display: inline;
  }
}
@media only screen and (max-width: 767px) {
  #calendar-week li .full {
    display: none;
  }
  #calendar-week li .short {
    display: inline;
  }
}

#calendar-days {
  position: relative;
}
#calendar-days li {
  margin: 0 0 1em;
  min-height: 8em;
  text-align: left;
  -moz-text-align-last: left;
       text-align-last: left;
  vertical-align: top;
  position: static;
  background: rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 767px) {
  #calendar-days li {
    display: block;
    float: none;
    width: 100%;
    min-height: auto !important;
    height: auto !important;
  }
  #calendar-days li dl {
    margin-top: auto !important;
    height: auto;
  }
  #calendar-days li dl dt {
    width: 100% !important;
    padding-bottom: 10px;
  }
}
#calendar-days li time a {
  text-align: center;
  color: #b19c71;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  font-size: 2vw;
}
@media (max-width: 700px) {
  #calendar-days li time a {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  #calendar-days li time a {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  #calendar-days li time a {
    color: #fff;
  }
}
#calendar-days li time a:hover {
  color: #b19c71;
}
#calendar-days li.prev_month, #calendar-days li.next_month {
  background: rgba(0, 0, 0, 0.02);
}
@media only screen and (max-width: 767px) {
  #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 {
  color: #d6d6d6;
}
#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: 1.6em;
}
#calendar-days dl:hover {
  position: relative;
}
#calendar-days dl.hide {
  display: none;
}
@media only screen and (max-width: 767px) {
  #calendar-days dl.hide {
    display: block;
  }
}
#calendar-days dt {
  position: relative;
}
#calendar-days dt a {
  display: block;
  height: 3em;
  width: auto;
  line-height: 3em;
  padding: 0 0.5em 0 1em;
  text-decoration: none;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0.5em;
  background: #327d7d;
  color: black;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #calendar-days dt a {
    height: 2.8em;
    line-height: 2.8em;
  }
}
#calendar-days dl.w1 dt {
  width: 100%;
}
#calendar-days dl.w2 dt {
  width: 211.538%;
}
#calendar-days dl.w3 dt {
  width: 323.076%;
}
#calendar-days dl.w4 dt {
  width: 434.614%;
}
#calendar-days dl.w5 dt {
  width: 546.152%;
}
#calendar-days dl.w6 dt {
  width: 657.69%;
}
#calendar-days dl.w7 dt {
  width: 769.228%;
}
#calendar-days dl.c1 dt a {
  background-color: #8db294;
}
#calendar-days dl.c2 dt a {
  background-color: #ada39a;
}
#calendar-days dl.c3 dt a {
  background-color: #85a9b7;
}
#calendar-days dl.c4 dt a {
  background-color: #bc8e8f;
}
#calendar-days dl.c5 dt a {
  background-color: #ac9bc1;
}
#calendar-days dl.c6 dt a {
  background-color: #87b6c7;
}
#calendar-days dl.c7 dt a {
  background-color: #bb85aa;
}
#calendar-days dl.c8 dt a {
  background-color: #a4a4a4;
}
#calendar-days dl dd {
  position: absolute;
  left: 0;
  bottom: 28px;
  background: #fff;
  color: #5c5c5c;
  font-size: 12px;
  margin-bottom: 14px;
  padding: 10px;
  text-align: left;
  visibility: hidden;
  width: 260px;
  z-index: 999;
  transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 767px) {
  #calendar-days dl dd {
    display: none !important;
  }
}
#calendar-days dl dd .triangle {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
}
#calendar-days dl dd .triangle span {
  display: block;
  width: 0;
  margin: 0 auto;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  border-top: 14px solid #fff;
}
#calendar-days dl dd h3 {
  color: #2b2627;
  margin-bottom: 10px;
  font: 500 18px/1.5 "Futura PT", sans-serif;
  font-size: 2vw;
  text-transform: uppercase;
}
@media (max-width: 700px) {
  #calendar-days dl dd h3 {
    font-size: 14px;
  }
}
@media (min-width: 900px) {
  #calendar-days dl dd h3 {
    font-size: 18px;
  }
}
#calendar-days dl dd img {
  display: block;
  height: auto;
  width: 100%;
  margin-bottom: 10px;
}
#calendar-days dl dd p {
  font-size: 14px;
  line-height: 1.3;
  padding: 0 0 10px 0;
  font-size: 2vw;
  width: 100%;
}
@media (max-width: 600px) {
  #calendar-days dl dd p {
    font-size: 12px;
  }
}
@media (min-width: 700px) {
  #calendar-days dl dd p {
    font-size: 14px;
  }
}
#calendar-days dl dd .read-more-link {
  font: 500 18px/1 "Futura PT", sans-serif;
  font-size: 2vw;
  text-transform: uppercase;
  text-decoration: none;
}
@media (max-width: 700px) {
  #calendar-days dl dd .read-more-link {
    font-size: 14px;
  }
}
@media (min-width: 900px) {
  #calendar-days dl dd .read-more-link {
    font-size: 18px;
  }
}
#calendar-days dl:hover dd {
  visibility: visible;
}
#calendar-days dl.t1 {
  margin-top: 2em;
}
#calendar-days dl.t2 {
  margin-top: 4em;
}
#calendar-days dl.t3 {
  margin-top: 6em;
}
#calendar-days dl.t4 {
  margin-top: 8em;
}
#calendar-days dl.t5 {
  margin-top: 10em;
}
#calendar-days dl.t6 {
  margin-top: 12em;
}
#calendar-days dl.t7 {
  margin-top: 14em;
}
#calendar-days dl.t8 {
  margin-top: 16em;
}
#calendar-days dl.t9 {
  margin-top: 18em;
}
#calendar-days dl.t10 {
  margin-top: 20em;
}
#calendar-days dl.t11 {
  margin-top: 22em;
}
#calendar-days dl.t12 {
  margin-top: 24em;
}
#calendar-days dl.t13 {
  margin-top: 26em;
}
#calendar-days dl.t14 {
  margin-top: 28em;
}
#calendar-days dl.t15 {
  margin-top: 30em;
}
#calendar-days dl.t16 {
  margin-top: 32em;
}
#calendar-days dl.t17 {
  margin-top: 34em;
}
#calendar-days dl.t18 {
  margin-top: 36em;
}
#calendar-days dl.t19 {
  margin-top: 38em;
}
#calendar-days dl.t20 {
  margin-top: 40em;
}

#calendar.list-view h2 a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  #calendar.list-view #calendar-month {
    display: none;
  }
}
#calendar.list-view .image-list {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
}
#calendar.list-view .image-list .image-list-item {
  background: rgba(0, 0, 0, 0.2);
  font-size: 18px;
  line-height: 1.5;
  font-size: 2vw;
}
@media (max-width: 700px) {
  #calendar.list-view .image-list .image-list-item {
    font-size: 14px;
  }
}
@media (min-width: 900px) {
  #calendar.list-view .image-list .image-list-item {
    font-size: 18px;
  }
}
#calendar.list-view .image-list .image-list-item:before {
  display: none;
}
#calendar.list-view .image-list h2 {
  font: 26px/1 "Sectra", serif;
  font-size: 2vw;
}
@media (max-width: 900px) {
  #calendar.list-view .image-list h2 {
    font-size: 18px;
  }
}
@media (min-width: 1300px) {
  #calendar.list-view .image-list h2 {
    font-size: 26px;
  }
}
#calendar.list-view .image-list h2 a {
  text-decoration: none;
}

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

#calendar .single-event {
  text-align: left;
}
#calendar .single-event h2 {
  text-transform: uppercase;
  font: 500 26px/1 "Futura PT", sans-serif;
  font-size: 2vw;
}
@media (max-width: 900px) {
  #calendar .single-event h2 {
    font-size: 18px;
  }
}
@media (min-width: 1300px) {
  #calendar .single-event h2 {
    font-size: 26px;
  }
}
#calendar .single-event .background {
  float: right;
  width: 350px;
  height: 350px;
  margin-left: 20px;
  margin-bottom: 20px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  #calendar .single-event .background {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}

#calendar .dates,
#calendar .attachment {
  font-size: 2vw;
  display: block;
  margin: 0 0 20px;
}
@media (max-width: 700px) {
  #calendar .dates,
  #calendar .attachment {
    font-size: 14px;
  }
}
@media (min-width: 900px) {
  #calendar .dates,
  #calendar .attachment {
    font-size: 18px;
  }
}
#calendar .dates strong,
#calendar .attachment strong {
  color: #b19c71;
}
#calendar .dates a,
#calendar .attachment a {
  color: #fff;
}
#calendar .dates a:hover,
#calendar .attachment a:hover {
  color: #b19c71;
}

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

.calendar .image-list-item {
  position: relative;
  overflow: hidden;
  height: 350px;
  width: 100%;
  margin: 0 auto 20px;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item {
    height: auto;
  }
}
.calendar .image-list-item .background {
  position: relative;
  width: 350px;
  height: 350px;
  margin-left: 40px;
  display: block;
  float: right;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .calendar .image-list-item .background {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item .background {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.calendar .image-list-item .description {
  width: 100%;
  display: block;
  padding: 25px;
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item .description {
    padding: 20px;
    text-align: center;
  }
}
.calendar .image-list-item .description h3 {
  font: 500 18px/1 "Futura PT", sans-serif;
  font-size: 2vw;
  text-transform: uppercase;
}
@media (max-width: 700px) {
  .calendar .image-list-item .description h3 {
    font-size: 14px;
  }
}
@media (min-width: 900px) {
  .calendar .image-list-item .description h3 {
    font-size: 18px;
  }
}
.calendar .image-list-item .description h3 a {
  color: #b19c71;
  text-decoration: none;
}
.calendar .image-list-item .description h3 a:hover {
  color: #847558;
}
.calendar .image-list-item .description .button {
  position: absolute;
  bottom: 30px;
  left: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .calendar .image-list-item .description .button {
    bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item .description .button {
    text-align: center;
    width: auto;
    left: auto;
    right: auto;
    bottom: auto;
    position: relative;
  }
}

.specials-acm-block {
  overflow: hidden;
}
.specials-acm-block .h1 {
  text-transform: uppercase;
}
.specials-acm-block .specials-acm-wrapper {
  overflow: visible;
  margin: 0 auto;
  position: relative;
}
.specials-acm-block .center-column {
  margin-left: 6%;
  margin-right: 6%;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .specials-acm-block .center-column {
    margin-left: 20px;
    margin-right: 20px;
    padding: 0;
  }
}
.specials-acm-block .slideshow .special-slide {
  position: relative;
  display: inline-block;
  width: 50%;
  vertical-align: top;
  overflow: hidden;
  white-space: normal;
  padding: 30px 8px;
}
.specials-acm-block .slideshow .special-slide:after {
  content: "";
  border: 1px solid #b19c71;
  position: absolute;
  left: 40px;
  right: 40px;
  top: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 1120px) {
  .specials-acm-block .slideshow .special-slide:after {
    left: 20px;
    right: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .specials-acm-block .slideshow .special-slide {
    padding: 40px 4px;
    min-height: 480px;
    max-height: 480px;
  }
  .specials-acm-block .slideshow .special-slide:after {
    left: 10px;
    right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .specials-acm-block .slideshow .special-slide {
    width: 100%;
    min-height: unset;
    max-height: unset;
  }
  .specials-acm-block .slideshow .special-slide:after {
    left: 0;
    right: 0;
  }
}
.specials-acm-block .slideshow h2.h1 {
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 0;
  text-transform: none;
}
.specials-acm-block .slideshow h2.h1 a {
  text-decoration: none;
  color: #fff;
}
.specials-acm-block .slideshow h2.h1 a:hover {
  color: #b19c71;
}
.specials-acm-block .slideshow .thumbnail-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 330px;
}
@media only screen and (max-width: 1023px) {
  .specials-acm-block .slideshow .thumbnail-wrap {
    height: 175px;
  }
}
.specials-acm-block .slideshow .thumbnail-wrap .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  float: none;
  margin: 0;
}
.specials-acm-block .slideshow .special-slide-content {
  padding: 2vw 50px 0;
  text-align: left;
  font-size: 0;
  display: flex;
  flex-flow: row nowrap;
  box-sizing: border-box;
}
@media only screen and (max-width: 1023px) {
  .specials-acm-block .slideshow .special-slide-content {
    padding: 30px 45px;
    display: block;
    flex-flow: unset;
  }
}
@media only screen and (max-width: 767px) {
  .specials-acm-block .slideshow .special-slide-content {
    padding: 30px 45px 0;
  }
}
.specials-acm-block .slideshow .page-content p {
  font-size: 20px;
  margin-bottom: 0;
  line-height: 1.2;
  font-weight: 500;
  color: #b19c71;
  width: 66%;
  vertical-align: top;
  padding-right: 20px;
}
@media only screen and (max-width: 1023px) {
  .specials-acm-block .slideshow .page-content p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
    width: 100%;
    display: block;
    padding-right: 0;
  }
}
.specials-acm-block .slideshow .page-content .controls {
  width: 36%;
  position: relative;
  text-align: right;
}
@media only screen and (max-width: 1023px) {
  .specials-acm-block .slideshow .page-content .controls {
    text-align: center;
    width: 100%;
  }
}
.specials-acm-block .slideshow .page-content .button {
  padding: 14px 2vw;
  vertical-align: top;
  height: auto;
}
@media screen and (max-width: 1120px) {
  .specials-acm-block .slideshow .page-content .button {
    padding: 20px 1vw;
    vertical-align: top;
    height: auto;
    width: 100px;
    white-space: normal;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 1023px) {
  .specials-acm-block .slideshow .page-content .button {
    float: none;
    width: 100%;
    padding: 14px 20px;
    display: block;
    margin: 0 auto;
    white-space: nowrap;
    line-height: 43px;
  }
}

.image-block-slideshow {
  position: relative;
  overflow: hidden;
  z-index: 10;
  height: 75vh;
  width: 100%;
  background-color: #2b2627;
}
@media only screen and (max-width: 767px) {
  .image-block-slideshow {
    height: 50vh;
  }
}
.image-block-slideshow .slideshow {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.image-block-slideshow .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
.image-block-slideshow .image-slide {
  position: relative;
  display: flex;
  flex-direction: row;
  text-align: center;
  color: #fff;
  width: 100%;
}
.image-block-slideshow .image-slide.bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.content-img-acm-block {
  position: relative;
  padding: 85px 0 2vw 0;
}
.content-img-acm-block .center-column {
  max-width: 85%;
}
@media only screen and (max-width: 1023px) {
  .content-img-acm-block .center-column {
    max-width: 100%;
  }
}

.content-img-slide {
  position: relative;
  background: #2b2627;
  min-height: 490px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  vertical-align: top;
  white-space: normal;
  font-size: 0;
}
@media only screen and (max-width: 1023px) {
  .content-img-slide {
    flex-direction: column;
    min-height: auto;
  }
}
.content-img-slide .description {
  width: 45%;
  height: 100%;
  position: relative;
  display: flex;
  border: 1px solid #b19c71;
  min-height: 490px;
}
.content-img-slide .description:before {
  content: "";
  background-image: url(../images/elements/ico-container-crown.svg);
  background-position: center top;
  background-size: auto 100%;
  background-repeat: no-repeat;
  width: 102px;
  height: 85px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -85px;
  position: absolute;
}
.content-img-slide .description:after {
  content: "";
  background-image: url(../images/elements/ico-border-bottom.svg);
  background-repeat: repeat-x;
  background-size: auto;
  border-top: 1px solid #b19c71;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 11px;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .content-img-slide .description {
    width: 100%;
    min-height: auto;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .content-img-slide .description:before {
    background-image: url(../images/elements/ico-container-tall.svg);
    width: 45px;
    height: 82px;
    top: -83px;
  }
}
.content-img-slide .description .description-wrapper {
  flex-direction: row;
  align-self: center;
  padding: 4vw;
}
.content-img-slide .description .page-content {
  text-align: left;
}
.content-img-slide .description .page-content h3 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .content-img-slide .description .page-content h3 {
    margin-bottom: 15px;
  }
}
.content-img-slide .description .page-content h3 a {
  color: inherit;
  text-decoration: none;
}
.content-img-slide .description .page-content h3 a:hover {
  text-decoration: underline;
}
.content-img-slide .description .page-content p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .content-img-slide .description .page-content p {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.content-img-slide .description .page-content .button-arrow {
  border-color: #b19c71;
  color: #b19c71;
}
.content-img-slide .description .page-content .button-arrow:hover {
  background-color: #b19c71;
  color: #fff;
}
.content-img-slide .slide-image {
  width: 55%;
  overflow: hidden;
  display: block;
  vertical-align: top;
  white-space: normal;
  min-height: 490px;
  background: #2b2627;
  margin-left: 2vw;
}
@media only screen and (max-width: 1023px) {
  .content-img-slide .slide-image {
    width: 100%;
    margin: 0;
    min-height: auto;
  }
}
.content-img-slide .slide-image .thumbnail {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .content-img-slide .slide-image .thumbnail {
    padding-bottom: 50%;
  }
}

.newsletter-block {
  background-color: #b19c71;
  border-top: 1px solid #b19c71;
  border-bottom: 1px solid #b19c71;
  padding: 0;
  position: relative;
}
.newsletter-block:after {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 0;
  right: 0;
  background: linear-gradient(to top, #c0ac78 0%, #b19c71 100%);
  z-index: -1;
}
.newsletter-block .center-column {
  padding: 0 10%;
  max-width: calc(1168px + 20%);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .newsletter-block .center-column {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .newsletter-block .center-column {
    padding: 0 20px;
  }
}
.newsletter-block .newsletter-form {
  padding: 40px 0 50px 0;
  font-size: 0;
}
.newsletter-block .newsletter-form h2 {
  font-size: 30px;
  margin-bottom: 30px;
  letter-spacing: 0.75px;
  color: #2b2627;
}
.newsletter-block .newsletter-form form {
  margin: 0;
  color: #2b2627;
}
.newsletter-block .newsletter-form form fieldset.main {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .newsletter-block .newsletter-form form fieldset.main {
    flex-wrap: wrap;
  }
}
.newsletter-block .newsletter-form form fieldset.main p {
  position: relative;
  display: inline-block;
  width: calc((100% - 390px) / 3);
  margin: 0;
  padding: 0;
  border: 0;
  margin-right: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .newsletter-block .newsletter-form form fieldset.main p {
    width: calc((100% - 350px) / 3);
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .newsletter-block .newsletter-form form fieldset.main p {
    width: calc(50% - 5px);
    margin: 0;
    margin-bottom: 10px;
  }
}
.newsletter-block .newsletter-form form fieldset.main p.required:before {
  content: "*";
  position: absolute;
  top: 2px;
  left: 2px;
  font-size: 18px;
  font-weight: 500;
  color: #AF2825;
}
.newsletter-block .newsletter-form form fieldset.main p.small {
  width: 110px;
}
@media only screen and (max-width: 767px) {
  .newsletter-block .newsletter-form form fieldset.main p.small {
    width: calc(50% - 5px);
  }
}
.newsletter-block .newsletter-form form fieldset.main p label {
  display: none;
}
.newsletter-block .newsletter-form form fieldset.main p input[type=text] {
  display: inline-block;
  font: 500 18px/40px "Futura PT", sans-serif;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  margin: 0;
  background: transparent;
  color: #2b2627;
  border: 0;
  border-bottom: 2px solid #2b2627;
  text-align: left;
  vertical-align: middle;
}
.newsletter-block .newsletter-form form fieldset.main p input[type=text]::-webkit-input-placeholder {
  color: #2b2627;
}
.newsletter-block .newsletter-form form fieldset.main p input[type=text]:-moz-placeholder {
  color: #2b2627;
}
.newsletter-block .newsletter-form form fieldset.main p input[type=text]::-moz-placeholder {
  color: #2b2627;
}
.newsletter-block .newsletter-form form fieldset.main p input[type=text]:-ms-input-placeholder {
  color: #2b2627;
}
.newsletter-block .newsletter-form form fieldset.main p input[type=text]:focus::-webkit-input-placeholder {
  color: #5c5c5c;
}
.newsletter-block .newsletter-form form fieldset.main p input[type=text]:focus:-moz-placeholder {
  color: #5c5c5c;
}
.newsletter-block .newsletter-form form fieldset.main p input[type=text]:focus::-moz-placeholder {
  color: #5c5c5c;
}
.newsletter-block .newsletter-form form fieldset.main p input[type=text]:focus:-ms-input-placeholder {
  color: #5c5c5c;
}
.newsletter-block .newsletter-form form fieldset.main p.controls {
  width: 160px;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .newsletter-block .newsletter-form form fieldset.main p.controls {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
}
.newsletter-block .newsletter-form form fieldset.main p.controls .button {
  margin: 0;
  padding: 0;
  color: #b19c71;
  background: #2b2627;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 2px solid #2b2627 !important;
  display: inline-block;
  vertical-align: middle;
}
.newsletter-block .newsletter-form form fieldset.main p.controls .button:hover {
  color: #2b2627;
  background: #b19c71;
}
@media only screen and (max-width: 767px) {
  .newsletter-block .newsletter-form form fieldset.main p.controls .button {
    width: 120px;
  }
}
.newsletter-block .newsletter-form form fieldset.consent {
  text-align: center;
}
.newsletter-block .newsletter-form form fieldset.consent p {
  margin: 0;
  padding: 0;
  width: 100%;
  border: 0;
}
.newsletter-block .newsletter-form form fieldset.consent label {
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  color: #2b2627;
  text-align: center;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .newsletter-block .newsletter-form form fieldset.consent label {
    width: 100%;
  }
}
.newsletter-block .newsletter-form form fieldset.consent input {
  margin-right: 8px;
}
.newsletter-block .newsletter-form form fieldset.consent a {
  color: #2b2627;
  text-decoration: underline;
}
.newsletter-block .newsletter-form form fieldset.consent a:hover {
  text-decoration: none;
}
.newsletter-block .newsletter-form form fieldset.consent em {
  font-size: 15px;
  font-weight: bold;
  color: #AF2825;
}
.newsletter-block .newsletter-form .success-message {
  position: relative;
  margin: 0 auto;
  color: #fff;
  font-size: 30px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.5s;
}
.newsletter-block .newsletter-form .success-message.visible {
  opacity: 1;
}

.home-alternating-blocks {
  position: relative;
}

.alternating-block {
  background-color: #2b2627;
  position: relative;
  min-height: 500px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  direction: ltr;
  margin-bottom: 2vw;
}
.alternating-block:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .alternating-block {
    flex-direction: column;
    direction: unset;
  }
}
@media only screen and (max-width: 767px) {
  .alternating-block {
    margin-bottom: 0;
  }
}
.alternating-block .thumbnail-wrap {
  position: relative;
  background: #2b2627;
  overflow: hidden;
  width: 60%;
  padding-right: 2vw;
}
@media only screen and (max-width: 1023px) {
  .alternating-block .thumbnail-wrap {
    width: 100%;
    padding: 0;
  }
}
.alternating-block .thumbnail {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  padding-bottom: 60%;
}
.alternating-block .alternating-acm-content {
  position: relative;
  flex-direction: column;
  text-align: left;
  width: 40%;
  padding: 4vw 2vw 4vw 2vw;
  font-size: 18px;
  direction: ltr;
  border: 1px solid #b19c71;
  border-right: 0;
}
.alternating-block .alternating-acm-content:before, .alternating-block .alternating-acm-content:after {
  content: "";
  background-image: url(../images/elements/ico-border-top-left.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 31px;
  height: 31px;
}
.alternating-block .alternating-acm-content:after {
  background-image: url(../images/elements/ico-border-bottom-left.svg);
  bottom: -1px;
  top: auto;
}
@media only screen and (max-width: 1023px) {
  .alternating-block .alternating-acm-content {
    width: 100%;
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .alternating-block .alternating-acm-content {
    width: calc(100% - 20px);
    margin: 20px 20px;
    padding: 20px;
  }
  .alternating-block .alternating-acm-content:before, .alternating-block .alternating-acm-content:after {
    width: 18px;
    height: 18px;
  }
}
.alternating-block .alternating-acm-content h3 {
  margin-bottom: 30px;
  color: #b19c71;
}
@media only screen and (max-width: 767px) {
  .alternating-block .alternating-acm-content h3 {
    margin-bottom: 15px;
  }
}
.alternating-block .alternating-acm-content h3 a {
  color: inherit;
  text-decoration: none;
}
.alternating-block .alternating-acm-content h3 a:hover {
  text-decoration: underline;
}
.alternating-block .alternating-acm-content p {
  margin-bottom: 40px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .alternating-block .alternating-acm-content p {
    margin-bottom: 20px;
  }
}
.alternating-block.even {
  direction: rtl;
}
@media only screen and (max-width: 1023px) {
  .alternating-block.even {
    direction: unset;
  }
}
.alternating-block.even .alternating-acm-content {
  border: 1px solid #b19c71;
  border-left: 0;
}
.alternating-block.even .alternating-acm-content:before, .alternating-block.even .alternating-acm-content:after {
  content: "";
  background-image: url(../images/elements/ico-border-top-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -1px;
  right: -1px;
  left: auto;
  width: 31px;
  height: 31px;
}
.alternating-block.even .alternating-acm-content:after {
  background-image: url(../images/elements/ico-border-bottom-right.svg);
  bottom: -1px;
  top: auto;
}
@media only screen and (max-width: 767px) {
  .alternating-block.even .alternating-acm-content {
    margin: 20px 0 20px;
  }
  .alternating-block.even .alternating-acm-content:before, .alternating-block.even .alternating-acm-content:after {
    width: 18px;
    height: 18px;
  }
}
.alternating-block.even .thumbnail-wrap {
  padding-right: 0;
  padding-left: 2vw;
}
@media only screen and (max-width: 1023px) {
  .alternating-block.even .thumbnail-wrap {
    padding: 0;
  }
}
.alternating-block.even .thumbnail {
  right: 0;
  left: auto;
}

.dining-content-image {
  position: relative;
}
.dining-content-image.acm-block {
  margin: 0 10px;
}

.dining-block {
  background-color: #2b2627;
  position: relative;
  min-height: 545px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  direction: rtl;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  .dining-block {
    flex-direction: column;
    direction: unset;
    min-height: unset;
  }
}
.dining-block .thumbnail-wrap {
  position: relative;
  background: #2b2627;
  overflow: hidden;
  width: 50%;
  margin: 0 0 0 10px;
}
@media only screen and (max-width: 1023px) {
  .dining-block .thumbnail-wrap {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
.dining-block .thumbnail {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  padding-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .dining-block .thumbnail {
    padding-bottom: 50%;
  }
}
.dining-block .description {
  width: 50%;
  height: 100%;
  position: relative;
  display: flex;
  border: 1px solid #b19c71;
  min-height: 545px;
  margin-right: 10px;
}
.dining-block .description:before, .dining-block .description:after {
  content: "";
  background-image: url(../images/elements/ico-border-top-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -1px;
  right: -1px;
  left: auto;
  width: 31px;
  height: 31px;
}
.dining-block .description:after {
  background-image: url(../images/elements/ico-border-bottom-right.svg);
  bottom: -1px;
  top: auto;
}
@media only screen and (max-width: 1023px) {
  .dining-block .description {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .dining-block .description {
    margin: 0;
    min-height: unset;
  }
  .dining-block .description:before, .dining-block .description:after {
    width: 18px;
    height: 18px;
  }
}
.dining-block .logo-image {
  margin-bottom: 35px;
}
.dining-block .logo-image img {
  width: 100%;
  height: auto;
  max-width: 440px;
}
@media only screen and (max-width: 1023px) {
  .dining-block .logo-image {
    margin-bottom: 10px;
  }
}
.dining-block .dining-acm-content {
  position: relative;
  flex-direction: column;
  align-self: center;
  text-align: center;
  padding: 4vw;
  font-size: 18px;
  direction: ltr;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .dining-block .dining-acm-content {
    width: 100%;
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .dining-block .dining-acm-content {
    width: 100%;
    padding: 40px 40px;
  }
}
.dining-block .dining-acm-content h3 {
  margin-bottom: 30px;
  color: #b19c71;
}
@media only screen and (max-width: 767px) {
  .dining-block .dining-acm-content h3 {
    margin-bottom: 15px;
  }
}
.dining-block .dining-acm-content h3 a {
  color: inherit;
  text-decoration: none;
}
.dining-block .dining-acm-content h3 a:hover {
  text-decoration: underline;
}
.dining-block .dining-acm-content p {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .dining-block .dining-acm-content p {
    margin-bottom: 20px;
  }
}
.dining-block.even {
  direction: ltr;
}
@media only screen and (max-width: 1023px) {
  .dining-block.even {
    direction: unset;
  }
}
.dining-block.even .description {
  margin: 0 0 0 10px;
}
.dining-block.even .description:before, .dining-block.even .description:after {
  content: "";
  background-image: url(../images/elements/ico-border-top-left.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 31px;
  height: 31px;
}
.dining-block.even .description:after {
  background-image: url(../images/elements/ico-border-bottom-left.svg);
  bottom: -1px;
  top: auto;
}
@media only screen and (max-width: 1023px) {
  .dining-block.even .description {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .dining-block.even .description:before, .dining-block.even .description:after {
    width: 18px;
    height: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .dining-block.even .dining-acm-content {
    margin: 20px 0 0;
  }
}
.dining-block.even .thumbnail-wrap {
  margin: 0 10px 0 0;
}
@media only screen and (max-width: 1023px) {
  .dining-block.even .thumbnail-wrap {
    padding: 0;
    margin: 0;
  }
}
.dining-block.even .thumbnail {
  right: 0;
  left: auto;
}

.dining-logo {
  position: relative;
  overflow: hidden;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  padding: 0 0 2vw;
}
.dining-logo .logo-image {
  margin-bottom: 10px;
}
.dining-logo .logo-image img {
  width: 100%;
  height: auto;
  max-width: 320px;
}
@media only screen and (max-width: 1023px) {
  .dining-logo .logo-image img {
    max-width: 180px;
  }
}

.rooms-category-content .center-column {
  display: flex;
  flex-flow: row;
}
@media only screen and (max-width: 1023px) {
  .rooms-category-content .center-column {
    display: block;
  }
}
.rooms-category-content .room-details-layout-wrap {
  width: 75%;
}
@media only screen and (max-width: 1023px) {
  .rooms-category-content .room-details-layout-wrap {
    width: 100%;
  }
}
.rooms-category-content .room-block {
  position: relative;
  display: block;
}
.rooms-category-content .room-block .page-content {
  font-size: 18px;
  text-align: left;
}
.rooms-category-content .rooms-layout-block .rooms-layout-content {
  margin: 0 auto;
  text-align: center;
}
.rooms-category-content .rooms-layout-block .rooms-layout-content .h1 {
  text-align: left;
}
.rooms-category-content .rooms-layout-block .thumbnail-wrap-contain {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 600px;
  max-height: 600px;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 1023px) {
  .rooms-category-content .rooms-layout-block .thumbnail-wrap-contain {
    max-height: unset;
  }
}
.rooms-category-content .rooms-layout-block .thumbnail-wrap-contain img {
  width: 100%;
}
.rooms-category-content .rooms-highlights-block {
  width: 25%;
  text-align: left;
  margin-left: 5%;
}
@media only screen and (max-width: 1023px) {
  .rooms-category-content .rooms-highlights-block {
    width: 100%;
    margin-left: 0;
  }
}
.rooms-category-content .rooms-highlights-block .h1 {
  margin-bottom: 40px;
}
.rooms-category-content .rooms-highlights-block .highlight-block {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}
.rooms-category-content .rooms-highlights-block .icon-thumbnail,
.rooms-category-content .rooms-highlights-block .icon-title {
  display: inline-block;
  vertical-align: top;
}
.rooms-category-content .rooms-highlights-block .icon-thumbnail {
  margin: 0 15px 0 0;
}
.rooms-category-content .rooms-highlights-block .icon-title {
  color: #b19c71;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 1023px) {
  .rooms-category-content .rooms-highlights-block .icon-title {
    font-size: 16px;
  }
}
.rooms-category-content .rooms-highlights-block .button {
  margin-top: 3vw;
}
@media only screen and (max-width: 767px) {
  .rooms-category-content .rooms-highlights-block .button {
    margin-top: 20px;
  }
}

.widget-rfp .center-column {
  max-width: 1100px;
}

html.neighborhood-layout .poi-acm-block {
  overflow: hidden;
}
html.neighborhood-layout .poi-acm-block .heading-line:after {
  width: 80%;
}
@media only screen and (max-width: 767px) {
  html.neighborhood-layout .poi-acm-block .heading-line:after {
    width: 90%;
  }
}
html.neighborhood-layout .poi-acm-block .heading-line .h1:after {
  right: 9%;
}
@media only screen and (max-width: 767px) {
  html.neighborhood-layout .poi-acm-block .heading-line .h1:after {
    right: 5%;
  }
}
html.neighborhood-layout .poi-acm-block .heading-line .h1:before {
  left: 9%;
}
@media only screen and (max-width: 767px) {
  html.neighborhood-layout .poi-acm-block .heading-line .h1:before {
    left: 5%;
  }
}

.reviews-block {
  overflow: hidden;
  padding: 2vw 0;
  margin: 0;
}

.reviews-slideshow {
  position: relative;
  padding: 50px 20px;
  z-index: 10;
  width: 65%;
  margin: 0 auto;
  border: 1px solid #b19c71;
}
@media only screen and (max-width: 767px) {
  .reviews-slideshow {
    padding: 20px 10px;
    width: 80%;
  }
}
.reviews-slideshow:before, .reviews-slideshow:after {
  content: "";
  position: absolute;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 174px;
  height: 103px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .reviews-slideshow:before, .reviews-slideshow:after {
    width: 50px;
    height: 30px;
  }
}
.reviews-slideshow:before {
  background-image: url(../images/elements/ico-crown-left.svg);
  left: auto;
  right: 100%;
}
.reviews-slideshow:after {
  background-image: url(../images/elements/ico-crown-right.svg);
  left: 100%;
  right: auto;
}
.reviews-slideshow .slideshow {
  width: calc(100% - 40px);
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .reviews-slideshow .slideshow {
    width: calc(100% - 60px);
  }
}
.reviews-slideshow .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
.reviews-slideshow .slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  align-self: center;
}
.reviews-slideshow .slide .copy {
  font: 500 38px/1.2 "Sectra", serif;
  letter-spacing: 2px;
  font-style: italic;
  color: #b19c71;
  white-space: normal;
  text-align: center;
}
.reviews-slideshow .slide .copy * {
  display: inline;
}
@media only screen and (max-width: 767px) {
  .reviews-slideshow .slide .copy {
    font: 500 20px/1.2 "Sectra", serif;
    font-style: italic;
  }
}
.reviews-slideshow .slideshow-pagination {
  padding: 0;
  position: absolute;
  bottom: auto;
  top: -6px;
  left: 0;
  right: 0;
}
.reviews-slideshow .slideshow-pagination button {
  background: #2b2627;
  border: 1px solid #b19c71;
}
.reviews-slideshow .slideshow-pagination button.active {
  background: #b19c71;
}

.journal-block,
.blog-journal {
  position: relative;
  padding: 0 0 2vw 0;
}
@media only screen and (max-width: 1023px) {
  .journal-block .center-column,
  .blog-journal .center-column {
    max-width: 100%;
  }
}
.journal-block .h1,
.blog-journal .h1 {
  color: #fff;
  letter-spacing: 1px;
  font: normal 36px/1.2 "Sectra", serif;
  font-size: 2vw;
  display: inline-block;
  padding: 20px 20px 0;
  vertical-align: middle;
  background-color: #2b2627;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .journal-block .h1,
  .blog-journal .h1 {
    font-size: 24px;
  }
}
@media (min-width: 1800px) {
  .journal-block .h1,
  .blog-journal .h1 {
    font-size: 36px;
  }
}
.journal-block .h1:after, .journal-block .h1:before,
.blog-journal .h1:after,
.blog-journal .h1:before {
  content: "";
  background-color: #b19c71;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 8px;
  height: 8px;
  transform: translateY(-50%) rotate(45deg);
}
.journal-block .h1:before,
.blog-journal .h1:before {
  right: auto;
  left: 5px;
}
@media only screen and (max-width: 767px) {
  .journal-block .h1,
  .blog-journal .h1 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
    font-weight: normal;
  }
}

.journal-slide {
  position: relative;
  background: #2b2627;
  min-height: 490px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  vertical-align: top;
  white-space: normal;
  font-size: 0;
}
@media only screen and (max-width: 1023px) {
  .journal-slide {
    flex-direction: column;
    min-height: auto;
  }
}
.journal-slide .journal-caption {
  font: 500 20px/1 "Futura PT", sans-serif;
  color: #b19c71;
  display: block;
  text-align: left;
  margin-bottom: 20px;
}
.journal-slide .description {
  width: 45%;
  height: 100%;
  position: relative;
  display: flex;
  border: 1px solid #b19c71;
  min-height: 490px;
}
.journal-slide .description:after {
  content: "";
  background-image: url(../images/elements/ico-border-bottom.svg);
  background-repeat: repeat-x;
  background-size: auto;
  border-top: 1px solid #b19c71;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 11px;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .journal-slide .description {
    width: 100%;
    min-height: auto;
  }
}
.journal-slide .description .description-wrapper {
  flex-direction: row;
  align-self: center;
  padding: 4vw;
  width: 100%;
}
.journal-slide .description .page-content {
  text-align: left;
}
.journal-slide .description .page-content h3 {
  margin-bottom: 30px;
  color: #fff;
  letter-spacing: 1px;
  font: normal 36px/1.2 "Sectra", serif;
  font-size: 2vw;
}
@media (max-width: 1200px) {
  .journal-slide .description .page-content h3 {
    font-size: 24px;
  }
}
@media (min-width: 1800px) {
  .journal-slide .description .page-content h3 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .journal-slide .description .page-content h3 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 15px;
    font-weight: normal;
  }
}
.journal-slide .description .page-content h3 a {
  color: inherit;
  text-decoration: none;
}
.journal-slide .description .page-content h3 a:hover {
  text-decoration: underline;
}
.journal-slide .description .page-content p {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .journal-slide .description .page-content p {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.journal-slide .description .page-content .button-arrow {
  border-color: #b19c71;
  color: #b19c71;
}
.journal-slide .description .page-content .button-arrow:hover {
  background-color: #b19c71;
  color: #fff;
}
.journal-slide .slide-image {
  width: 55%;
  overflow: hidden;
  display: block;
  vertical-align: top;
  white-space: normal;
  min-height: 490px;
  background: #2b2627;
  margin-left: 2vw;
}
@media only screen and (max-width: 1023px) {
  .journal-slide .slide-image {
    width: 100%;
    margin: 0;
    min-height: auto;
  }
}
.journal-slide .slide-image .thumbnail {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .journal-slide .slide-image .thumbnail {
    padding-bottom: 50%;
  }
}

.events-acm-block {
  text-align: center;
  background-color: #2b2627;
}
.events-acm-block .h1 {
  margin-bottom: 30px;
  display: inline-block;
  padding: 20px 20px 0;
  vertical-align: middle;
  background-color: #2b2627;
}
.events-acm-block .h1:after, .events-acm-block .h1:before {
  content: "";
  background-color: #b19c71;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 8px;
  height: 8px;
  transform: translateY(-50%) rotate(45deg);
}
.events-acm-block .h1:before {
  right: auto;
  left: 5px;
}
.events-acm-block .events-acm-wrapper {
  margin: 0 auto;
  position: relative;
}
.events-acm-block .slideshow {
  overflow: hidden;
}
.events-acm-block .slideshow .event-slide {
  position: relative;
  display: inline-block;
  width: 50%;
  height: 330px;
  vertical-align: top;
  overflow: hidden;
  white-space: normal;
  margin-bottom: 20px;
}
.events-acm-block .slideshow .event-slide h4 {
  text-align: left;
  font: 500 18px/1.2 "Futura PT", sans-serif;
  letter-spacing: 1px;
  margin-top: 10px;
}
.events-acm-block .slideshow .event-slide h4 a {
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .events-acm-block .slideshow .event-slide {
    height: 290px;
    width: 100%;
  }
}
.events-acm-block .slideshow .event-slide-wrapper {
  position: relative;
  overflow: hidden;
}
.events-acm-block .slideshow .event-slide-content {
  padding: 25px 30px 30px 30px;
  text-align: left;
  min-height: 290px;
  float: left;
  position: relative;
  border: 1px solid #b19c71;
  width: 40%;
  display: flex;
}
.events-acm-block .slideshow .event-slide-content:before {
  content: "";
  background-image: url(../images/elements/ico-border-bottom.svg);
  background-repeat: repeat-x;
  background-size: auto 100%;
  border-top: 1px solid #b19c71;
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .events-acm-block .slideshow .event-slide-content {
    min-height: 240px;
    padding: 15px;
  }
}
.events-acm-block .slideshow .event-date {
  font-family: "Sectra", serif;
  align-self: center;
  text-align: center;
  width: 100%;
  z-index: 2;
}
.events-acm-block .slideshow .event-date a {
  color: #b19c71;
  line-height: 1;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}
.events-acm-block .slideshow .event-date a:hover {
  color: #847558;
}
.events-acm-block .slideshow .event-date .event-month {
  text-transform: uppercase;
  color: #edebe9;
  font: 600 22px/1 "Futura PT", sans-serif;
  display: block;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .events-acm-block .slideshow .event-date .event-month {
    font-size: 18px;
  }
}
.events-acm-block .slideshow .event-date .event-day {
  color: #b19c71;
  font: 700 90px/1 "Sectra", serif;
  display: block;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .events-acm-block .slideshow .event-date .event-day {
    font-size: 70px;
    margin-bottom: 20px;
  }
}
.events-acm-block .slideshow .event-date:after {
  content: "";
  position: relative;
  display: block;
  background-color: #b19c71;
  height: 18px;
  width: 18px;
  margin: 0 auto;
  transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .events-acm-block .slideshow .event-date:after {
    height: 14px;
    width: 14px;
  }
}
.events-acm-block .slideshow .thumbnail-wrap {
  position: relative;
  background: #2b2627;
  overflow: hidden;
  min-height: 290px;
  width: 60%;
  float: right;
}
.events-acm-block .slideshow .thumbnail-wrap .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  transition: transform 450ms;
}
@media only screen and (max-width: 767px) {
  .events-acm-block .slideshow .thumbnail-wrap {
    min-height: 240px;
  }
}
.events-acm-block .slideshow-button {
  display: none;
}

.explore-locations {
  background-color: #edebe9;
  padding: 20px 0;
}
.explore-locations .h1 {
  font: 500 16px/18px "Futura PT", sans-serif;
  color: #b19c71;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 11px;
  font-weight: 400;
}
.explore-locations .h1:hover {
  color: #2b2627;
}
.explore-locations .swi-content {
  color: #2b2627 !important;
  font-weight: 400 !important;
  text-transform: none !important;
}

.slider-with-image {
  overflow: hidden;
  position: relative;
}
.slider-with-image .center-column {
  max-width: 1400px;
}
@media only screen and (max-width: 1023px) {
  .slider-with-image .center-column {
    width: 100%;
  }
}
.slider-with-image .slideshow {
  overflow: hidden;
  width: 100%;
}
.slider-with-image .slideshow .swi-slide {
  position: relative;
  display: inline-block;
  width: 33%;
  vertical-align: top;
  overflow: hidden;
  white-space: normal;
  padding: 4vw 8px 4vw;
  height: auto;
  min-height: 670px;
}
.slider-with-image .slideshow .swi-slide:after {
  content: "";
  border: 1px solid #b19c71;
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 1120px) {
  .slider-with-image .slideshow .swi-slide:after {
    left: 20px;
    right: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .slider-with-image .slideshow .swi-slide {
    padding: 40px 4px;
    min-height: 480px;
  }
  .slider-with-image .slideshow .swi-slide:after {
    left: 10px;
    right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-with-image .slideshow .swi-slide {
    width: 100%;
    min-height: unset;
    max-height: unset;
  }
  .slider-with-image .slideshow .swi-slide:after {
    left: 0;
    right: 0;
  }
}
.slider-with-image .slideshow .h1 {
  text-align: center;
  margin: 0 40px 0;
  letter-spacing: 0;
  font-size: 26px;
  font-size: 2vw;
}
@media (max-width: 1000px) {
  .slider-with-image .slideshow .h1 {
    font-size: 20px;
  }
}
@media (min-width: 1300px) {
  .slider-with-image .slideshow .h1 {
    font-size: 26px;
  }
}
.slider-with-image .slideshow .h1 a {
  text-decoration: none;
  color: #fff;
}
.slider-with-image .slideshow .h1 a:hover {
  color: #b19c71;
}
.slider-with-image .slideshow .thumbnail-wrap {
  width: calc(100% - 10px);
  margin: 25px 0 25px 5px;
  position: relative;
  overflow: hidden;
  height: 250px;
}
@media only screen and (max-width: 1023px) {
  .slider-with-image .slideshow .thumbnail-wrap {
    height: 175px;
  }
}
.slider-with-image .slideshow .thumbnail-wrap .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  float: none;
  margin: 0;
}
.slider-with-image .slideshow .swi-slide-content {
  padding: 20px 50px 0;
}
.slider-with-image .slideshow .swi-slide-content .swi-content {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  color: #b19c71;
  vertical-align: top;
  text-align: center;
  text-transform: uppercase;
}
.slider-with-image .slideshow .swi-slide-content .button {
  padding: 12px 2vw;
  height: 48px;
  width: 80%;
  line-height: 24px;
  left: 0;
  right: 0;
  position: absolute;
  text-align: center;
  bottom: 100px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .slider-with-image .slideshow .swi-slide-content .button {
    bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-with-image .slideshow .swi-slide-content .button {
    bottom: auto;
    position: relative;
  }
}
.slider-with-image .slideshow-button {
  display: none;
}

.amenities-acm {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  padding: 2vw 0;
  text-align: center;
  font-size: 0;
  overflow: visible;
}
@media only screen and (max-width: 1023px) {
  .amenities-acm {
    margin: 20px auto;
    padding: 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .amenities-acm {
    overflow: hidden;
  }
}
.amenities-acm .h1 {
  margin-bottom: 20px;
}
.amenities-acm .amenities-highlight-wrapper {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  display: block;
}
.amenities-acm .amenities-highlight-wrapper:before, .amenities-acm .amenities-highlight-wrapper:after {
  content: "";
  position: absolute;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 174px;
  height: 103px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .amenities-acm .amenities-highlight-wrapper:before, .amenities-acm .amenities-highlight-wrapper:after {
    width: 50px;
    height: 30px;
  }
}
.amenities-acm .amenities-highlight-wrapper:before {
  background-image: url(../images/elements/ico-crown-left.svg);
  left: auto;
  right: 100%;
}
.amenities-acm .amenities-highlight-wrapper:after {
  background-image: url(../images/elements/ico-crown-right.svg);
  left: 100%;
  right: auto;
}
.amenities-acm .highlight-block {
  display: inline-block;
  width: auto;
  position: relative;
  padding-left: 50px;
  font-size: 14px;
  line-height: 16px;
  color: #b19c71;
  font-weight: 500;
  text-align: left;
  margin: 10px 10px;
}
@media only screen and (max-width: 1023px) {
  .amenities-acm .highlight-block {
    padding-left: 70px;
  }
}
.amenities-acm .highlight-block .icon-thumbnail {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 40px;
  background-size: 100% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1023px) {
  .amenities-acm .highlight-block .icon-thumbnail {
    left: 10px;
  }
}
.amenities-acm .highlight-block .icon-title {
  width: 70px;
}

.menu-tabs-block-acm {
  margin-bottom: 100px;
}
.menu-tabs-block-acm .menu-tabs-block-title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.menu-tabs-block-acm .tabs {
  position: relative;
  z-index: 6;
}
.menu-tabs-block-acm .tabs-titles {
  position: relative;
  margin: 0 0 40px;
  z-index: 20;
}
.menu-tabs-block-acm .tabs-titles .category-selector-line {
  background-color: #b19c71;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 95%;
  height: 1px;
  z-index: -1;
  transform: translate(-50%, -50%);
}
.menu-tabs-block-acm .tabs-titles .category-selector-line:after, .menu-tabs-block-acm .tabs-titles .category-selector-line:before {
  content: "";
  background-color: #b19c71;
  position: absolute;
  top: 50%;
  right: -20px;
  width: 8px;
  height: 8px;
  transform: translateY(-50%) rotate(45deg);
}
.menu-tabs-block-acm .tabs-titles .category-selector-line:before {
  right: auto;
  left: -20px;
}
@media only screen and (max-width: 767px) {
  .menu-tabs-block-acm .tabs-titles .category-selector-line:after, .menu-tabs-block-acm .tabs-titles .category-selector-line:before {
    content: none;
  }
}
.menu-tabs-block-acm .tabs-titles ul {
  display: flex;
  justify-content: center;
}
.menu-tabs-block-acm .tabs-titles li.tab-title {
  order: 2;
  display: block;
  transition: all 1s;
}
.menu-tabs-block-acm .tabs-titles li.tab-title.active .button {
  background-color: #2b2627;
  color: #847558;
}
.menu-tabs-block-acm .tabs-titles .button {
  margin: 0 5px 10px;
  border: 1px solid #b19c71;
}
@media only screen and (max-width: 1023px) {
  .menu-tabs-block-acm .tabs-titles {
    height: 48px;
    margin: 0 0 40px;
  }
  .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: 1px solid #b19c71;
    border-bottom: 1px solid #b19c71;
    transform: rotate(45deg);
    pointer-events: none;
    z-index: 20;
  }
  .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: 10;
  overflow: hidden;
}
.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: stretch;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: 0.4s;
}
.menu-tabs-block-acm .tabs-content .tabs-content-item.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  z-index: 10;
}
.menu-tabs-block-acm .tabs-content p.tabs-content-item-descr {
  margin-bottom: 30px;
  max-width: 70%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .menu-tabs-block-acm .tabs-content p.tabs-content-item-descr {
    max-width: auto;
    width: 100%;
  }
}
.menu-tabs-block-acm .menu-block {
  position: relative;
  width: calc(50% - 32px);
  min-width: 400px;
  margin-right: auto;
  padding: 40px;
  margin-bottom: 32px;
  text-align: left;
  border: 1px solid #b19c71;
}
.menu-tabs-block-acm .menu-block:after {
  content: "";
  background-image: url(../images/elements/ico-border-top-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -1px;
  right: -1px;
  left: auto;
  width: 31px;
  height: 31px;
}
@media only screen and (max-width: 767px) {
  .menu-tabs-block-acm .menu-block {
    width: 100%;
    min-width: auto;
    padding: 20px;
  }
}
.menu-tabs-block-acm .menu-block h2 span {
  display: block;
  font-size: 0.8em;
}
.menu-tabs-block-acm .menu-block h3 {
  margin-bottom: 0;
  color: #b19c71;
}
.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-link {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}
.menu-tabs-block-acm .menu-link .button {
  display: inline-block;
}

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

.video-block {
  margin-bottom: 2rem;
  text-align: center;
}
.video-block iframe {
  width: 80%;
  height: 330px;
}
@media only screen and (max-width: 1023px) {
  .video-block iframe {
    width: 60%;
    height: 240px;
  }
}
@media only screen and (max-width: 767px) {
  .video-block iframe {
    width: 100%;
    height: 190px;
  }
}

.gallery-acm-block .crown {
  width: 102px;
  height: 85px;
  margin: 0 auto;
  background: url(../images/crown.svg) no-repeat 50% 50%;
  background-size: 100% auto;
}
.gallery-acm-block h5, .gallery-acm-block h2 {
  font: 700 34px/40px "Sectra", serif;
  color: #fff;
  text-align: center;
  margin: 10px 0;
}

.view-wrapper {
  padding: 0 10px;
  margin: 14px auto 80px;
  text-align: center;
  position: relative;
}

.view-360 {
  font-size: 0;
  max-width: 1400px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .view-360 {
    text-align: center;
  }
}
.view-360:before {
  content: "";
  display: block;
  background: #E2E2E2;
  height: 1px;
  max-width: 904px;
  position: relative;
  margin: 0 auto 10px;
}
.view-360 .block {
  width: 325px;
  height: 325px;
  display: inline-block;
  vertical-align: top;
  margin: 0 12px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .view-360 .block {
    width: 290px;
    height: 290px;
    margin: 10px 0;
  }
}
.view-360 .block:before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.32);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: background 350ms ease-in-out;
}
.view-360 .block:hover:before {
  background: rgba(0, 0, 0, 0.42);
}
.view-360 .block .view-tour {
  font: 700 27px/27px "Futura PT", sans-serif;
  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;
}
.keyboard-navigation .view-360 .block .view-tour:focus {
  background: rgba(0, 0, 0, 0.9);
}
.view-360 .block .view-tour span {
  width: 90%;
  position: absolute;
  left: 50%;
  font-size: 18px;
  line-height: 23px;
  top: 50%;
  font-weight: 500;
  transform: translate(-50%, -50%);
}
.view-360 .block .view-tour:after {
  content: "";
  display: block;
  background: url("../images/360-icon.svg");
  height: 17px;
  width: 27px;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 40%;
}

.social-feed .heading-block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .social-feed .heading-block {
    flex-direction: column;
    gap: 0px;
  }
}
.social-feed .heading-block h2,
.social-feed .heading-block a {
  font-size: 36px;
}
.social-feed .eapps-instagram-feed-posts-slider-nav-icon {
  width: 12px !important;
  height: 16px !important;
}

@media print {
  html {
    -webkit-print-color-adjust: exact;
    background: #2b2627;
    color: #fff;
  }
  .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;
  }
  #main-content .acm-block {
    display: none;
  }
  @page {
    size: 960px 1358px;
  }
}
