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

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

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

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

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

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

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

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

.ui-datepicker-header {
  font: 20px/20px "SerlioLH";
  position: relative;
  margin-bottom: 6px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
}

.ui-datepicker-prev, .ui-datepicker-next {
  position: absolute;
  top: 0;
  width: 30px;
  height: 40px;
  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: 25px;
  height: 25px;
  border: 1px solid #ac9563;
  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 #ac9563;
  border-bottom: 2px solid #ac9563;
}
.ui-datepicker-prev:not(.ui-state-disabled):hover:after {
  border-bottom-color: #f6f5f3;
  border-left-color: #f6f5f3;
}

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

.ui-datepicker-year {
  height: 30px;
  line-height: 30px;
  border-color: #ac9563;
}

.ui-datepicker-calendar {
  cursor: default;
  margin: 0 auto;
  table-layout: fixed;
}
@media only screen and (max-width: 767px) {
  .ui-datepicker-calendar {
    width: 100%;
  }
}
.ui-datepicker-calendar thead tr th {
  line-height: 20px;
  height: 20px;
  border-bottom: 1px solid #000;
  padding: 2px;
  min-width: 47px;
  text-align: center;
  vertical-align: middle;
  position: relative;
}
@media only screen and (max-width: 1150px) {
  .ui-datepicker-calendar thead tr th {
    min-width: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .ui-datepicker-calendar thead tr th {
    min-width: 20px;
  }
}
.ui-datepicker-calendar thead tr th span {
  font: 11px/13px "MinionPro";
}
.ui-datepicker-calendar tbody td a, .ui-datepicker-calendar tbody td span {
  position: relative;
  z-index: 100;
  font: 15px/27px "SourceSansProLight";
}
.ui-datepicker-calendar tbody th, .ui-datepicker-calendar tbody td {
  padding: 2px;
  min-width: 47px;
  line-height: 38px;
  text-align: center;
  vertical-align: middle;
  position: relative;
}
@media only screen and (max-width: 1150px) {
  .ui-datepicker-calendar tbody th, .ui-datepicker-calendar tbody td {
    min-width: 20px;
  }
}
.ui-datepicker-calendar th {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
}
.ui-datepicker-calendar td {
  font-size: 12px;
  color: #000;
  border: none;
}
.ui-datepicker-calendar td.ui-datepicker-other-month, .ui-datepicker-calendar td.ui-state-disabled {
  color: #b9b9b9;
}
.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, .ui-datepicker-calendar span {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.ui-datepicker-calendar span.ui-state-default {
  border: 1px solid transparent;
}
.ui-datepicker-calendar a.ui-state-default {
  border: 1px solid transparent;
}
.ui-datepicker-calendar a.ui-state-default:hover {
  background: #ac9563;
}
.ui-datepicker-calendar .ui-datepicker-current-day a.ui-state-default,
.ui-datepicker-calendar .ui-datepicker-today a.ui-state-default {
  background: #ac9563;
  border: 1px solid #ac9563;
}
.ui-datepicker-calendar .ui-datepicker-current-day a.ui-state-default:hover,
.ui-datepicker-calendar .ui-datepicker-today a.ui-state-default:hover {
  background: #ac9563;
}
.ui-datepicker-calendar .ui-datepicker-highlight a.ui-state-default {
  background: #ac9563;
  border: 1px solid #ac9563;
}
.ui-datepicker-calendar .ui-datepicker-highlight a.ui-state-default:hover {
  background: #ac9563;
}

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

.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::-webkit-input-placeholder {
  color: #505050;
  -webkit-transition: color 350ms ease-in-out;
  transition: color 350ms ease-in-out;
}
.ui-selectmenu-button:-moz-placeholder {
  color: #505050;
  -moz-transition: color 350ms ease-in-out;
  transition: color 350ms ease-in-out;
}
.ui-selectmenu-button::-moz-placeholder {
  color: #505050;
  -moz-transition: color 350ms ease-in-out;
  transition: color 350ms ease-in-out;
}
.ui-selectmenu-button:-ms-input-placeholder {
  color: #505050;
  -ms-transition: color 350ms ease-in-out;
  transition: color 350ms ease-in-out;
}
.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 #ac9563;
}
.ui-selectmenu-button:hover .ui-icon {
  border-top-color: #ac9563;
}
.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: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#navigation-panel {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 600px;
  height: 100vh;
  padding: 90px 4% 60px calc(100px + 4%);
  background-color: #f6f5f3;
  transform: translateX(-600px);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  overflow: auto;
  z-index: 90;
}
@media only screen and (max-height: 1150px) {
  #navigation-panel {
    display: block;
  }
}
@media only screen and (max-width: 500px) {
  #navigation-panel {
    width: calc(100% + 100px);
    transform: translateX(calc(-100% - 100px));
  }
}
.navigation-panel-visible #navigation-panel {
  transform: translateX(-100px);
}
#navigation-panel ul {
  margin: 0;
}
#navigation-panel ul li::before {
  display: none;
}
#navigation-panel nav {
  width: 100%;
}
#navigation-panel .main-menu ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#navigation-panel .main-menu ul li {
  padding-bottom: 20px;
}
#navigation-panel .main-menu ul li:first-child {
  display: none;
}
#navigation-panel .main-menu ul li a {
  font-family: "SerlioLH";
  color: rgba(34, 34, 34, 0.75);
  font-size: 40px;
  line-height: 40px;
}
#navigation-panel .main-menu ul li a::before {
  background-color: rgba(34, 34, 34, 0.75);
}
#navigation-panel .top-menu {
  position: relative;
  margin: 20px 0 40px;
  padding: 30px 0;
}
#navigation-panel .top-menu::before, #navigation-panel .top-menu::after {
  content: "";
  position: relative;
  display: block;
  width: 40px;
  height: 1px;
  background-color: #d8d8d8;
}
#navigation-panel .top-menu::before {
  top: -30px;
}
#navigation-panel .top-menu::after {
  bottom: -30px;
}
#navigation-panel .top-menu li a {
  font-family: "Futura";
  color: rgba(120, 120, 120, 0.7);
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#navigation-panel .top-menu li a::before, #navigation-panel .top-menu li a::after {
  display: none;
}
#navigation-panel .top-menu li a:hover {
  color: #787878;
}
#navigation-panel .socials {
  opacity: 0.7;
}
#navigation-panel .socials li {
  transform: scale(1.2);
}

.booking-datepicker {
  width: 100%;
  display: none;
  position: absolute;
  transition: transform 0.4s;
  z-index: 100;
  left: 0;
  bottom: auto;
  top: 98px;
}
.booking-datepicker.visible {
  display: block;
}
.booking-datepicker.visible .ui-datepicker {
  display: flex !important;
  justify-content: space-between;
  align-items: flex-start;
  width: 100% !important;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .booking-datepicker.visible {
    min-width: 280px;
    max-height: 500px;
  }
}
.booking-datepicker .ui-datepicker {
  padding: 52px 50px 10px 50px;
}
.booking-datepicker .arrival-departure-status {
  display: none;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  background: #ac9563;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .booking-datepicker .arrival-departure-status {
    display: block;
  }
}
.booking-datepicker .arrival-departure-status div {
  display: inline-block;
  width: 100%;
  transition: all 0.2s;
}
.booking-datepicker .arrival-departure-status .arrival, .booking-datepicker .arrival-departure-status .departure {
  opacity: 0;
  font: 17px/45px "ProximaNovaRegular", Arial, sans-serif;
  text-transform: uppercase;
  color: #000;
}
.booking-datepicker .arrival-departure-status .arrival:after, .booking-datepicker .arrival-departure-status .departure:after {
  content: attr(data-text);
}
.booking-datepicker .arrival-departure-status .arrival {
  margin-left: -100%;
}
.booking-datepicker .arrival-departure-status .departure {
  margin-right: -100%;
}
.booking-datepicker.checkin-step .arrival-departure-status .arrival {
  margin-left: 0;
  opacity: 1;
}
.booking-datepicker.checkout-step .arrival-departure-status .departure {
  margin-right: 0;
  opacity: 1;
}
.booking-datepicker .ui-datepicker-group {
  display: block;
  width: 30%;
  padding: 0 10px;
  white-space: normal;
}
@media only screen and (max-width: 1150px) {
  .booking-datepicker .ui-datepicker-group {
    width: calc(30% + 24px);
  }
}
@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 a.ui-datepicker-prev, .booking-datepicker .ui-datepicker-header a.ui-datepicker-next {
  display: none;
}
.booking-datepicker .ui-datepicker-prev, .booking-datepicker .ui-datepicker-next {
  top: 154px;
}
@media only screen and (max-width: 767px) {
  .booking-datepicker .ui-datepicker-prev, .booking-datepicker .ui-datepicker-next {
    top: 10px;
  }
}
.booking-datepicker .ui-datepicker-prev {
  left: 20px;
}
@media only screen and (max-width: 767px) {
  .booking-datepicker .ui-datepicker-prev {
    left: 26px;
  }
}
.booking-datepicker .ui-datepicker-next {
  right: 20px;
}
@media only screen and (max-width: 767px) {
  .booking-datepicker .ui-datepicker-next {
    right: 26px;
  }
}
.booking-datepicker.checkin-step td a, .booking-datepicker.checkout-step td a,
.booking-datepicker td.checkin-date a, .booking-datepicker td.checkout-date a {
  position: relative;
}
.booking-datepicker.checkin-step td a:before, .booking-datepicker.checkout-step td a:before,
.booking-datepicker td.checkin-date a:before, .booking-datepicker td.checkout-date a:before {
  position: absolute;
  left: -1px;
  bottom: 100%;
  width: calc(100% + 2px);
  height: 14px;
  color: #fff;
  font-size: 7px;
  line-height: 14px;
  font-weight: bold;
  background-color: #ac9563;
  border: 1px solid #ac9563;
  text-transform: uppercase;
  transform: translateY(0);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 0;
}
.booking-datepicker.checkin-step td a:hover::before, .booking-datepicker.checkout-step td a:hover::before,
.booking-datepicker td.checkin-date a:hover::before, .booking-datepicker td.checkout-date a:hover::before {
  transform: translateY(7px);
}
.booking-datepicker.checkin-step td a:hover:before, .booking-datepicker td.checkin-date a:before {
  content: "in";
}
.booking-datepicker.checkout-step td:not(.checkin-date) a:hover:before, .booking-datepicker td.checkout-date a:before {
  content: "out";
}

.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 "ProximaNovaRegular", Arial, 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: #ac9563;
  border-bottom-color: #ac9563;
  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: "SerlioLH";
  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 "SerlioLH";
  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: 979px) {
  .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;
}

.container-dd {
  position: absolute;
  top: -10px;
  right: 0px;
  width: 357px;
  height: 100%;
  min-height: 450px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .container-dd {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .container-dd {
    display: none;
  }
}
.container-dd .hamburger {
  width: 357px;
  height: 61px;
  position: sticky;
  top: 2%;
  left: 75%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-self: flex-start;
  cursor: pointer;
  z-index: 10;
  color: black;
  padding-left: 58px;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 16px;
  text-transform: uppercase;
}
.container-dd .hamburger .fa-xmark {
  pointer-events: none;
  width: 60px;
  height: 60px;
  position: relative;
  /* right: -74px; */
  padding-top: 11px;
  background-color: #F6F5F3;
}
.container-dd .hamburger .fa-xmark:after {
  content: "";
  height: 28px;
  border-left: 2px solid black;
  position: absolute;
  transform: rotate(45deg);
  left: 28px;
}
.container-dd .hamburger .fa-xmark:before {
  content: "";
  height: 28px;
  border-left: 2px solid black;
  position: absolute;
  transform: rotate(-45deg);
  left: 28px;
}
.container-dd .hamburger.hb-1 {
  background-color: #ECECEC;
}
.container-dd .screen-1 {
  background-color: transparent;
  flex-basis: 25%;
  overflow: hidden;
}
.container-dd .screen-1 .content {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
}
.container-dd .screen-1 nav {
  z-index: 5;
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform: translatey(-200%);
  top: 70px;
  width: 357px;
  background-color: #F6F5F3;
  color: black;
  padding: 28px;
}
.container-dd .screen-1 nav p {
  font-size: 15px;
  letter-spacing: 1.07px;
  line-height: 22px;
}
.container-dd .screen-1 nav ul li {
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 18px;
  list-style: none;
}
.container-dd .screen-1 nav ul li:before {
  content: "";
  display: inline-block;
  height: 15px;
  width: 15px;
  background-image: url("/skins/skin-acqualina-resort/assets/desktop/images/checkmark.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
}
.container-dd .screen-1 nav.active {
  transform: translatey(0);
  width: 357px;
  right: 0px;
}

#events {
  position: relative;
  margin-bottom: 50px;
  padding: 0 40px 20px;
  background: #f6f5f3;
  overflow: hidden;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #events {
    padding: 0 10px 20px;
  }
}
#events h2 {
  font: 200 36px/1.2 "SerlioLH";
  margin: 15px;
  text-transform: uppercase;
}
#events h2 a {
  text-decoration: none;
}
#events .slideshow {
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
}
#events .event {
  position: relative;
  display: inline-block;
  width: calc(33.33% - 10px);
  text-align: center;
  overflow: hidden;
  vertical-align: top;
  white-space: normal;
  margin: 0 5px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #events .event {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  #events .event {
    width: 90vw;
    margin: 0;
  }
}
#events .event .thumbnail {
  position: relative;
  width: 100%;
  height: 350px;
  margin: 0;
  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: #ac9563;
}
#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: #ac9563;
  border-bottom-color: #ac9563;
  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: 30px 0 10px;
  font-family: "MinionPro";
  color: #ac9563;
  font-size: 17px;
  line-height: 24px;
  font-style: italic;
  letter-spacing: 1px;
}
@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 h3 {
  font: 200 24px/1.33 "SerlioLH";
  color: #505050;
  margin-bottom: 16px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  #events .event h3 {
    font-size: 20px;
  }
}
#events .event .copy {
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  #events .event .copy {
    padding: 0 10px;
  }
}
#events .event .copy p {
  font-size: 16px;
  line-height: 22px;
}
#events .event .button {
  position: relative;
}
#events .slideshow-pagination {
  margin: 40px 0 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: #505050;
  border-radius: 50%;
  transition: background 350ms ease-in-out;
  cursor: pointer;
}
#events .slideshow-pagination > *:hover, #events .slideshow-pagination > *.active {
  background: #8b7132;
}

/* COMMON STYLES */
.rooms-content-inner {
  margin-bottom: 70px;
}

.rooms .categories-list {
  display: none;
  margin-bottom: 30px;
  padding: 0 20px;
  overflow: hidden;
}
.rooms .categories-list button {
  position: relative;
  text-align: left;
  float: left;
  padding: 0 0 0 16px;
  margin: 0 40px 20px 0;
  font-size: 16px;
  line-height: 20px;
  color: #327d7d;
  border: 0;
  background: none;
}
@media (max-width: 550px) {
  .rooms .categories-list button {
    width: 50%;
    margin-right: 0;
    padding: 0 10px 0 16px;
    font-size: 15px;
  }
}
.rooms .categories-list button:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 0;
  background: #327d7d;
}
.rooms .categories-list button:after {
  content: "";
  display: none;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 4px;
  background: #fff;
}
.rooms .categories-list button.active {
  color: #54baba;
  border: 0;
}
.rooms .categories-list button.active:before {
  background: #54baba;
}
.rooms .categories-list button.active:after {
  display: block;
}
.rooms .categories-descr {
  padding: 0 20px;
}
.rooms .categories-descr .category-descr {
  display: none;
}
.rooms .categories-descr .category-descr.active {
  display: block;
}

.room .row {
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .room .row {
    display: block;
  }
}
.room .row.room-content {
  justify-content: space-between;
}
.room .row.room-content .room-booking {
  display: block;
  margin-left: 40px;
  margin-bottom: 10px;
}
.room .row.room-content .room-booking .price {
  margin-top: 10px;
  font-style: italic;
}
.room .row.plan-video-block {
  margin-top: 50px;
  justify-content: space-between;
}
.room .row.plan-video-block .room-column {
  width: 42%;
  padding: 15px;
}
@media only screen and (max-width: 767px) {
  .room .row.plan-video-block .room-column {
    width: 100%;
  }
}
.room .row.plan-video-block .room-column.plan {
  width: 41.6666666667%;
}
@media only screen and (max-width: 767px) {
  .room .row.plan-video-block .room-column.plan {
    width: 100%;
  }
}
.room .row.plan-video-block .room-column.video {
  width: 58.3333333333%;
}
@media only screen and (max-width: 767px) {
  .room .row.plan-video-block .room-column.video {
    width: 100%;
  }
}
.room .row.plan-video-block .room-column .floor-thumbnail {
  width: 100%;
  cursor: pointer;
}
.room .row.plan-video-block .room-column .floor-thumbnail img {
  display: block;
  width: 100%;
}
.room .row.plan-video-block .room-column #video {
  width: 100%;
  position: relative;
}
.room .row.plan-video-block .room-column #video:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.room .row.plan-video-block .room-column #video iframe {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.overflow-inner {
  width: 94%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .overflow-inner img {
    display: block;
    width: 100%;
  }
}

/* TEMPLATE 1 - 1 */
.rooms .template-1-1 {
  margin: 50px 0;
  padding: 50px 0;
  background-color: #f6f5f3;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .rooms .template-1-1 {
    margin: 30px 0;
    padding: 30px 0;
  }
}
.rooms .template-1-1.no-booking .description {
  padding-right: 0;
}
.rooms .template-1-1 .rooms-entry-item--content {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .rooms .template-1-1 .rooms-entry-item--content {
    flex-direction: column-reverse;
  }
}
.rooms .template-1-1:nth-child(2n) {
  background-color: transparent;
}
.rooms .template-1-1:nth-child(2n) .rooms-entry-item--content {
  flex-direction: row;
}
@media only screen and (max-width: 767px) {
  .rooms .template-1-1:nth-child(2n) .rooms-entry-item--content {
    flex-direction: column-reverse;
  }
}
.rooms .template-1-1 .rooms-entry-item--content-block {
  width: 48%;
  padding: 10px 20px 10px;
}
@media only screen and (max-width: 767px) {
  .rooms .template-1-1 .rooms-entry-item--content-block {
    width: 100%;
  }
}
.rooms .template-1-1 .rooms-entry-item--content-block .slideshow {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 71%;
  background: #8c8c8c;
}
.rooms .template-1-1 .rooms-entry-item--content-block .slideshow .slideshow-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
}
.rooms .template-1-1 .rooms-entry-item--content-block .slideshow .room-gallery-image {
  width: 100%;
}
.rooms .template-1-1 .rooms-entry-item--content-block .slideshow .slideshow-button {
  position: absolute;
  top: 50%;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  text-indent: -100em;
  border: 2px solid #fff;
  border-left: 0;
  border-bottom: 0;
  transition: border-color 350ms ease-in-out;
  cursor: pointer;
  overflow: hidden;
  z-index: 10;
}
.rooms .template-1-1 .rooms-entry-item--content-block .slideshow .slideshow-button:hover {
  border-color: #ac9563;
}
.rooms .template-1-1 .rooms-entry-item--content-block .slideshow .slideshow-button.previous {
  left: 20px;
  transform: rotate(-135deg);
}
.rooms .template-1-1 .rooms-entry-item--content-block .slideshow .slideshow-button.next {
  right: 20px;
  transform: rotate(45deg);
}
.rooms .template-1-1 .rooms-entry-item--content-block.description {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .rooms .template-1-1 .rooms-entry-item--content-block.description {
    text-align: center;
  }
}
.rooms .template-1-1 .rooms-entry-item--content-block.description .description-short {
  margin-bottom: 8px;
}
.rooms .template-1-1 .rooms-entry-item--content-block.description ul {
  margin-bottom: 20px;
  list-style: disc;
}
.rooms .template-1-1 .rooms-entry-item--content-block.description nav {
  padding: 8px 0 6px;
}
.rooms .template-1-1 .rooms-entry-item--content-block.description nav.links a {
  margin-right: 20px;
}
.rooms .template-1-1 .rooms-entry-item--content-block.description nav.links a.bordered {
  color: #8c8c8c !important;
}
.rooms .template-1-1 .rooms-entry-item--content-block.description nav.links a.bordered:before {
  background-color: #8c8c8c !important;
}
.rooms .template-1-1 .rooms-entry-item--content-block.description nav.links a:last-child {
  margin: 0;
  padding: 0;
}
.rooms .template-1-1 .rooms-entry-item--content-block.description nav.links a:last-child:after {
  content: none;
}
.rooms .template-1-1 .features span {
  display: inline-block;
  padding: 8px 20px 8px 0;
  font-size: 15px;
  border-bottom: 1px solid #d8d8d8;
}
.rooms .template-1-1 .features span:last-child {
  border-bottom: 0;
}
@media (max-width: 550px) {
  .rooms .template-1-1 .features span {
    display: block;
    margin: 0 0 8px 0;
  }
}
.rooms .template-1-1 .amenities {
  position: relative;
  margin: 10px 0;
  line-height: 30px;
  height: 30px;
}
@media (max-width: 550px) {
  .rooms .template-1-1 .amenities {
    margin: 15px 0;
  }
}
.rooms .template-1-1 .amenities.multiline {
  margin-right: 50px;
}
.rooms .template-1-1 .amenities .main-list {
  height: 30px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.rooms .template-1-1 .amenities .additional-list {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 100%;
  opacity: 0;
  line-height: 30px;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0s ease 0.2s;
  padding: 20px 70px 20px 20px;
  background: #ecedee;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.rooms .template-1-1 .amenities span {
  display: inline-block;
  vertical-align: middle;
}
.rooms .template-1-1 .amenities .toggle {
  display: none;
  position: absolute;
  right: -50px;
  bottom: 0;
  width: 31px;
  height: 100%;
  margin: 0;
  border-left: 1px solid #a6a6a6;
  text-align: right;
  z-index: 4;
}
.rooms .template-1-1 .amenities .toggle:before {
  content: "•••";
  display: inline-block;
  font-size: 20px;
}
.rooms .template-1-1 .amenities.multiline .toggle {
  display: block;
}
.rooms .template-1-1 .amenities.expand .additional-list {
  opacity: 1;
  visibility: visible;
  z-index: 3;
  transition: opacity 0.2s, visibility 0s ease 0s;
}
.rooms .template-1-1 .amenities.expand .toggle:before, .rooms .template-1-1 .amenities.expand .toggle:after {
  content: "";
  display: block;
  background: #327d7d;
  position: absolute;
  transform: rotate(45deg);
}
.rooms .template-1-1 .amenities.expand .toggle:before {
  width: 20px;
  height: 2px;
  top: 9px;
  right: 0;
}
.rooms .template-1-1 .amenities.expand .toggle:after {
  width: 2px;
  height: 20px;
  top: 0;
  right: 9px;
}
.rooms .template-1-1 .booking-info {
  width: 140px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}
@media (max-width: 550px) {
  .rooms .template-1-1 .booking-info {
    display: none;
  }
}
@media (max-width: 767px) {
  .rooms .template-1-1 .booking-info {
    position: static;
    width: auto;
    margin: 20px 0;
  }
}
.rooms .template-1-1 .booking-info .price {
  display: block;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1;
  text-decoration: none;
}
@media (max-width: 767px) {
  .rooms .template-1-1 .booking-info .price {
    font-size: 18px;
  }
}
.rooms .template-1-1 .booking-info .button {
  width: 140px;
}
@media (max-width: 767px) {
  .rooms .template-1-1 .booking-info .price,
.rooms .template-1-1 .booking-info .button {
    display: inline-block;
    width: auto;
    margin-right: 10px;
  }
}

.room-page-view-all .categories-content-view-all {
  display: none;
}

.room-page-rooms .room-main-content {
  display: none;
}
.room-page-rooms .categories-content-rooms .one-bedroom-suites {
  display: none;
}
.room-page-rooms .categories-content-rooms .two-three-bedroom-suites {
  display: none;
}

.room-page-one-bedroom-suites .room-main-content {
  display: none;
}
.room-page-one-bedroom-suites .categories-content-one-bedroom-suites .rooms {
  display: none;
}
.room-page-one-bedroom-suites .categories-content-one-bedroom-suites .two-three-bedroom-suites {
  display: none;
}

.room-page-multi-bedroom-suites .room-main-content {
  display: none;
}
.room-page-multi-bedroom-suites .categories-content-multi-bedroom-suites .rooms {
  display: none;
}
.room-page-multi-bedroom-suites .categories-content-multi-bedroom-suites .one-bedroom-suites {
  display: 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 "SerlioLH";
  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: 979px) {
  #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 "SerlioLH";
  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;
  }
}

.acm-instagram-feed {
  margin: 110px 0 120px 0;
}
@media only screen and (max-width: 767px) {
  .acm-instagram-feed {
    margin: 40px 0 60px 0;
  }
}
.acm-instagram-feed .page-content {
  text-align: center;
}
.acm-instagram-feed .page-content h2 {
  font: 45px/1.1 "SerlioLH";
  text-transform: uppercase;
  color: #505050;
  margin: 0 auto;
  max-width: 60%;
}
@media screen and (max-width: 1200px) {
  .acm-instagram-feed .page-content h2 {
    max-width: 70%;
  }
}
@media screen and (max-width: 1050px) {
  .acm-instagram-feed .page-content h2 {
    max-width: 80%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .acm-instagram-feed .page-content h2 {
    max-width: 90%;
  }
}
@media screen and (max-width: 800px) {
  .acm-instagram-feed .page-content h2 {
    max-width: 94%;
  }
}
@media only screen and (max-width: 767px) {
  .acm-instagram-feed .page-content h2 {
    font-size: 32px;
    line-height: 1.3;
    max-width: 100%;
  }
}
.acm-instagram-feed .page-content h3 {
  font-size: 23px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #ac9563;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .acm-instagram-feed .page-content h3 {
    font-size: 20px;
  }
}
.acm-instagram-feed .page-content h2 + h3 {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .acm-instagram-feed .page-content h2 + h3 {
    margin-top: 20px;
  }
}
.acm-instagram-feed #feeds {
  position: relative;
  padding: 50px 10px 0 10px;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .acm-instagram-feed #feeds {
    padding: 30px 0 0;
  }
}
.acm-instagram-feed #feeds.loading {
  min-height: 300px;
}
.acm-instagram-feed #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: #ac9563;
  border-bottom-color: #ac9563;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.acm-instagram-feed #feeds .category-selector {
  display: none;
}
.acm-instagram-feed #feeds .feed-controls {
  display: block;
  text-align: center;
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .acm-instagram-feed #feeds .feed-controls {
    margin-top: 46px;
  }
}
.acm-instagram-feed #feeds .feed-controls .load-more {
  font-size: 13px;
  line-height: 1.1;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: underline;
  background: none;
  border: 0;
  color: #8c8c8c;
}
.acm-instagram-feed #feeds .feed-controls .load-more:hover {
  color: #505050;
}
.acm-instagram-feed .feed-content {
  overflow: hidden;
}
.acm-instagram-feed .feed-items {
  width: calc(100% + 10px);
  margin-left: -5px;
  position: relative;
  overflow: hidden;
  text-align: center;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .acm-instagram-feed .feed-items {
    width: calc(100% - 16px);
    margin: 0 auto;
  }
}
.acm-instagram-feed .feed-items .feeds-outer-wrapper {
  padding-bottom: calc(65% + 30px);
  overflow: hidden;
  height: 0;
}
@media only screen and (max-width: 767px) {
  .acm-instagram-feed .feed-items .feeds-outer-wrapper {
    height: auto;
    padding-bottom: 0 !important;
  }
}
.acm-instagram-feed .feed-items .feeds-outer-wrapper.count-1 {
  padding-bottom: 21%;
}
.acm-instagram-feed .feed-items .feeds-outer-wrapper.count-2, .acm-instagram-feed .feed-items .feeds-outer-wrapper.count-3, .acm-instagram-feed .feed-items .feeds-outer-wrapper.count-4 {
  padding-bottom: 31%;
}
.acm-instagram-feed .feed-items .feeds-outer-wrapper.count-5, .acm-instagram-feed .feed-items .feeds-outer-wrapper.count-6, .acm-instagram-feed .feed-items .feeds-outer-wrapper.count-7, .acm-instagram-feed .feed-items .feeds-outer-wrapper.count-8 {
  padding-bottom: 58%;
}
.acm-instagram-feed .feed-items .feeds-outer-wrapper.hidden {
  display: none;
}
.acm-instagram-feed .feed-items .feeds-outer-wrapper.full-height .feeds-inner-wrapper .feed-item.item-5 {
  padding-top: calc(45% + 10px);
}
.acm-instagram-feed .feed-items .feeds-outer-wrapper.full-height .feeds-inner-wrapper .feed-item.item-8 {
  padding-top: calc(35% + 10px);
}
.acm-instagram-feed .feed-items .feeds-outer-wrapper.full-height .feeds-inner-wrapper .feed-item.item-10 {
  padding-top: 20%;
}
.acm-instagram-feed .feed-items .feeds-inner-wrapper {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
}
@media only screen and (max-width: 767px) {
  .acm-instagram-feed .feed-items .feeds-inner-wrapper {
    padding-bottom: 0;
    height: auto;
  }
}
.acm-instagram-feed .feed-items .feed-item {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  float: left;
  margin: 0;
  width: calc(25% - 10px);
  height: 0;
  padding-top: 20%;
  background-position: 50% 50%;
  background-size: cover;
  font-size: 0;
  transition: opacity 0.3s ease-out;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .acm-instagram-feed .feed-items .feed-item {
    width: calc(50% - 16px) !important;
    padding-top: 48% !important;
    position: relative;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    margin: 0px 8px 10px 8px;
  }
}
.acm-instagram-feed .feed-items .feed-item:before {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  right: 20px;
  top: 20px;
  background: url("../images/feeds-sprite.svg") 0 0 no-repeat;
  z-index: 5;
  opacity: 1;
  transition: opacity 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .acm-instagram-feed .feed-items .feed-item:before {
    right: 12px;
    top: 12px;
  }
}
.acm-instagram-feed .feed-items .feed-item:hover:before {
  opacity: 0;
}
.acm-instagram-feed .feed-items .feed-item:hover .inner-wrapper {
  opacity: 1;
  visibility: visible;
}
.acm-instagram-feed .feed-items .feed-item .feed-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: -100em;
}
.acm-instagram-feed .feed-items .feed-item .feed-link:before {
  display: none;
}
.acm-instagram-feed .feed-items .feed-item .inner-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: 350ms ease-in-out;
}
.acm-instagram-feed .feed-items .feed-item .inner-wrapper .feed-descr .feed-title,
.acm-instagram-feed .feed-items .feed-item .inner-wrapper .feed-descr .feed-date {
  display: none;
}
.acm-instagram-feed .feed-items .feed-item .inner-wrapper .feed-descr .feed-text {
  font: 20px/1.1 "SerlioLH";
  color: #fff;
  padding: 0 20px;
  margin: 0;
}
@media screen and (max-width: 1400px) {
  .acm-instagram-feed .feed-items .feed-item .inner-wrapper .feed-descr .feed-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 1300px) {
  .acm-instagram-feed .feed-items .feed-item .inner-wrapper .feed-descr .feed-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .acm-instagram-feed .feed-items .feed-item .inner-wrapper .feed-descr .feed-text {
    padding: 0 10px;
  }
}
.acm-instagram-feed .feed-items .feed-item.item-1 {
  left: 5px;
}
.acm-instagram-feed .feed-items .feed-item.item-2 {
  left: calc(25% + 5px);
  padding-top: 30%;
}
.acm-instagram-feed .feed-items .feed-item.item-3 {
  left: calc(50% + 5px);
  padding-top: 15%;
}
.acm-instagram-feed .feed-items .feed-item.item-4 {
  left: auto;
  right: 5px;
  padding-top: 30%;
}
.acm-instagram-feed .feed-items .feed-item.item-5 {
  left: 5px;
  top: calc(20% + 10px);
  padding-top: calc(50% - 174px);
}
.acm-instagram-feed .feed-items .feed-item.item-6 {
  left: calc(25% + 5px);
  top: calc(30% + 10px);
  padding-top: 15%;
}
.acm-instagram-feed .feed-items .feed-item.item-7 {
  top: calc(15% + 10px);
  left: calc(50% + 5px);
  padding-top: 30%;
}
.acm-instagram-feed .feed-items .feed-item.item-8 {
  left: auto;
  right: 5px;
  top: calc(30% + 10px);
}
.acm-instagram-feed .feed-items .feed-item.item-9 {
  top: calc(45% + 20px);
  left: calc(25% + 5px);
}
.acm-instagram-feed .feed-items .feed-item.item-10 {
  top: calc(45% + 20px);
  left: calc(50% + 5px);
  padding-top: 15%;
}
@media only screen and (max-width: 767px) {
  .acm-instagram-feed .center-column.button-column {
    padding: 0 18px;
  }
}
.acm-instagram-feed .center-column.hide-on-desktop {
  display: none;
}
@media only screen and (max-width: 767px) {
  .acm-instagram-feed .center-column.hide-on-desktop {
    display: block;
  }
}
.acm-instagram-feed .center-column.hide-on-mobile {
  display: none;
}

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

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

/* Template 1 */
.venue.template1 {
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  border: 1px solid #ebebeb;
}
.venue.template1 .background {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 390px;
}
@media only screen and (max-width: 979px) {
  .venue.template1 .background {
    position: relative;
    height: 300px;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
  }
}
.venue.template1 .background .venue-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.venue.template1 .background .venue-thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.venue.template1 .background .amenities-sliders {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
}
.venue.template1 .background .amenities-sliders .room-layout-gallery {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  opacity: 0;
  transition: top 0s linear 0.1s, opacity 0.1s linear 0s;
}
.venue.template1 .background .amenities-sliders .room-layout-gallery.active {
  opacity: 1;
  top: 0;
  transition: top 0s linear 0s, opacity 0.1s linear 0s;
}
.venue.template1 .background .amenities-sliders .room-layout-gallery .caption {
  position: absolute;
  display: block;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  line-height: 42px;
  overflow: hidden;
  text-transform: uppercase;
  max-width: 80%;
  z-index: 2;
}
.venue.template1 .background .amenities-sliders .room-layout-gallery .swiper-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.venue.template1 .background .amenities-sliders .room-layout-gallery .swiper-container figure {
  width: 100%;
  height: 100%;
}
.venue.template1 .background .amenities-sliders .room-layout-gallery .swiper-container figure img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.venue.template1 .background .amenities-sliders .room-layout-gallery .swiper-container .bullets {
  position: absolute;
  bottom: 20px;
  right: 20px;
  height: 10px;
  z-index: 4;
  white-space: nowrap;
}
@media only screen and (max-width: 979px) {
  .venue.template1 .background .amenities-sliders .room-layout-gallery .swiper-container .bullets {
    right: auto;
    left: 20px;
  }
}
.venue.template1 .background .amenities-sliders .room-layout-gallery .swiper-container .bullets .swiper-pagination-bullet {
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  background: #fff;
  cursor: pointer;
}
.venue.template1 .background .amenities-sliders .room-layout-gallery .swiper-container .bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: red;
}
.venue.template1 .buttons {
  position: absolute;
  bottom: 0;
  left: calc(100% + 60px);
  z-index: 3;
  white-space: nowrap;
  font-size: 0;
}
@media only screen and (max-width: 979px) {
  .venue.template1 .buttons {
    position: static;
    margin-top: 10px;
  }
}
.venue.template1 .buttons a {
  display: inline-block;
}
@media only screen and (max-width: 979px) {
  .venue.template1 .buttons a {
    width: auto;
  }
}
.venue.template1 .buttons a + a {
  margin-left: 1px;
}
@media only screen and (max-width: 979px) {
  .venue.template1 .buttons a + a {
    margin-left: 0;
  }
}
.venue.template1 .buttons a + a:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  left: -1px;
  bottom: 0px;
}
@media only screen and (max-width: 979px) {
  .venue.template1 .buttons a + a:before {
    display: none;
  }
}
@media only screen and (max-width: 979px) {
  .venue.template1 .buttons a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .venue.template1 .buttons a + a {
    margin-left: 10px;
  }
}
.venue.template1 .content {
  width: 390px;
  padding: 40px 25px 15px 30px;
  color: #524a48;
  font-size: 16px;
  line-height: 22px;
  background: #fff;
  font-weight: 200;
  position: relative;
}
@media only screen and (max-width: 979px) {
  .venue.template1 .content {
    width: auto;
    background: transparent;
    z-index: 5;
    position: relative;
    box-sizing: border-box;
    padding-top: 60px;
  }
}
.venue.template1 .content h3 {
  font-size: 24px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}
.venue.template1 .content h3 a {
  text-decoration: none;
  color: inherit;
}
.venue.template1 .content h3 a:hover {
  color: #4B494C;
}
.venue.template1 .content h4 {
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 20px 0;
}
.venue.template1 .content .links {
  margin-top: 15px;
  height: 30px;
  width: 360px;
  overflow: hidden;
}
@media only screen and (max-width: 979px) {
  .venue.template1 .content .links {
    position: static;
    width: 100%;
    height: auto;
  }
}
.venue.template1 .content .links a {
  display: block;
  float: left;
  height: 30px;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 17px;
}
.venue.template1 .content .links a:first-child {
  padding-left: 0;
}
.venue.template1 .content .links a:last-child {
  padding-right: 0;
}
.venue.template1 .content .links a + a {
  margin-left: 1px;
}
@media only screen and (max-width: 979px) {
  .venue.template1 .content .links a {
    display: inline-block;
    width: auto;
    float: none;
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
    margin-top: 20px;
    font-size: 14px;
  }
}
.venue.template1 .layouts {
  position: absolute;
  top: 0;
  left: 0;
  text-align: right;
  font-size: 0;
  z-index: 4;
  height: 100%;
}
.venue.template1 .layouts.multiline {
  text-align: left;
}
@media only screen and (max-width: 979px) {
  .venue.template1 .layouts {
    right: 0;
    left: auto;
  }
}
.venue.template1 .layouts .main-list {
  width: 60px;
  height: 100%;
  white-space: nowrap;
  overflow-y: hidden;
  float: left;
  background: #fff;
}
@media only screen and (max-width: 979px) {
  .venue.template1 .layouts .main-list {
    float: right;
  }
}
.venue.template1 .layouts .additional-list {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 120px;
  opacity: 0;
  line-height: 0;
  padding: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0s ease 0.2s;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.venue.template1 .layouts .additional-list span {
  float: left;
}
@media only screen and (max-width: 979px) {
  .venue.template1 .layouts .additional-list {
    left: auto;
    right: 0;
  }
}
.venue.template1 .layouts .toggle {
  display: none;
  position: absolute;
  bottom: 0;
  width: 60px;
  height: 60px;
  margin: 0;
  text-align: center;
  z-index: 4;
  cursor: pointer;
  background: #fff;
  border-bottom: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
}
.venue.template1 .layouts .toggle div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.venue.template1 .layouts .toggle div:before {
  content: "•••";
  display: inline-block;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #4B494C;
  transform: rotate(90deg);
  width: 32px;
  height: 32px;
  margin-top: -16px;
  margin-left: -16px;
}
@media only screen and (max-width: 979px) {
  .venue.template1 .layouts .toggle {
    right: 0;
  }
}
.venue.template1 .layouts.multiline .toggle {
  display: block;
}
.venue.template1 .layouts.multiline.expand .toggle div:before {
  background: #4B494C;
  transform: translate(-50%, -50%) rotate(0deg);
  height: 2px;
  margin-top: 1px;
  margin-left: 0;
  color: #898989;
}
.venue.template1 .layouts span {
  display: block;
  width: 60px;
  height: 60px;
  font-size: 35px;
  cursor: pointer;
  text-align: center;
}
.venue.template1 .layouts span:before {
  line-height: 60px;
}
.venue.template1 .layouts span:hover:before, .venue.template1 .layouts span.active:before {
  color: #0033b4;
}
.venue.template1 .layouts span.rooms-icon {
  border-bottom: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
}
.venue.template1 .layouts.expand .additional-list {
  opacity: 1;
  visibility: visible;
  z-index: 3;
  transition: opacity 0.2s, visibility 0s ease 0s;
}
.venue.template1 .layouts.expand .toggle div {
  transform: rotate(45deg);
}
.venue.template1 .layouts.expand .toggle div:before, .venue.template1 .layouts.expand .toggle div:after {
  content: "";
  display: block;
  background: #4B494C;
  position: absolute;
}
.venue.template1 .layouts.expand .toggle div:before {
  width: 30px;
  height: 2px;
  top: 29px;
  right: 15px;
}
.venue.template1 .layouts.expand .toggle div:after {
  width: 2px;
  height: 30px;
  top: 15px;
  right: 29px;
}
@media only screen and (max-width: 979px) {
  .venue.template1 .layouts.expand span > .rooms-icon-text {
    right: 120px;
  }
}

/* Template 2 */
.venue.template2 {
  overflow: hidden;
  margin: 45px 0;
}
.venue.template2 .tab-buttons {
  overflow: hidden;
}
.venue.template2 .tab-buttons span {
  display: block;
  float: left;
  width: 120px;
  height: 45px;
  line-height: 45px;
  color: #aa9b7c;
  font-size: 16px;
  font-weight: 700;
  border-right: 1px solid #ebebeb;
  cursor: pointer;
  background: #f6f6f3;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .venue.template2 .tab-buttons span {
    width: 33.3%;
  }
}
.venue.template2 .tab-buttons span:hover, .venue.template2 .tab-buttons span.active {
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .venue.template2 .tab-buttons span .hide-on-mobile {
    display: none;
  }
}
.venue.template2 .content {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: 10px 10px 10px 25px;
}
@media only screen and (max-width: 767px) {
  .venue.template2 .content {
    padding-left: 10px;
  }
}
.venue.template2 .content .tabs {
  float: left;
  min-height: 350px;
  width: 435px;
  padding-top: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .venue.template2 .content .tabs {
    width: 47%;
  }
}
@media only screen and (max-width: 767px) {
  .venue.template2 .content .tabs {
    float: none;
    width: 100%;
    min-height: 0;
    margin-bottom: 20px;
    padding-left: 10px;
  }
}
.venue.template2 .content .tabs .tab {
  display: none;
}
.venue.template2 .content .tabs .tab.active {
  display: block;
}
.venue.template2 .content .tabs h3 {
  font-size: 24px;
  margin: 0 0 15px;
}
.venue.template2 .content .tabs h3 a {
  color: inherit;
  text-decoration: none;
}
.venue.template2 .content .tabs h3 a:hover {
  text-decoration: underline;
}
.venue.template2 .content .tabs h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 15px 0 10px;
}
.venue.template2 .content .tabs p {
  font-size: 13px;
  line-height: 22px;
  color: #7d7d7d;
}
.venue.template2 .content .tabs .layouts {
  overflow: hidden;
}
.venue.template2 .content .tabs .layouts span {
  width: 50%;
  float: left;
  font-size: 13px;
  color: #7d7d7d;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
}
.venue.template2 .content .tabs .layouts span:before {
  vertical-align: middle;
  margin-right: 20px;
  font-size: 40px;
  color: #aa9b7c;
}
@media only screen and (max-width: 979px) {
  .venue.template2 .content .tabs .layouts span:before {
    font-size: 30px;
  }
}
.venue.template2 .content .background {
  position: absolute;
  top: 10px;
  left: 465px;
  right: 10px;
  bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .venue.template2 .content .background {
    left: 53%;
  }
}
@media only screen and (max-width: 767px) {
  .venue.template2 .content .background {
    position: static;
    height: 200px;
    width: 100%;
  }
}
.venue.template2 .content .background img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.venue.template2 .buttons {
  background: #013668;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .venue.template2 .buttons {
    padding: 8px 0;
  }
}
.venue.template2 .buttons .inner-wrapper {
  float: right;
  overflow: hidden;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .venue.template2 .buttons .inner-wrapper {
    float: none;
  }
}
.venue.template2 .buttons .inner-wrapper a {
  display: block;
  float: left;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  padding: 0 30px;
}
.venue.template2 .buttons .inner-wrapper a + a {
  border-left: 1px solid #26537b;
}
@media only screen and (max-width: 767px) {
  .venue.template2 .buttons .inner-wrapper a {
    padding: 0 10px;
    float: none;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin: 10px 0;
  }
  .venue.template2 .buttons .inner-wrapper a:last-child {
    border-right: 1px solid #26537b;
  }
}
.venue.template2 .buttons .inner-wrapper a:hover {
  text-decoration: underline;
}

/* VENUES TEMPLATE 3 */
.venue.template3 {
  margin: 40px 0;
  overflow: hidden;
}
.venue.template3 .venue-phone {
  display: block;
  float: right;
  width: 290px;
  height: 50px;
  border-bottom: 1px solid #ebebeb;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  position: relative;
  background: #f8f8f8;
}
.venue.template3 .venue-phone:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 23px;
  background: url(images/phone.svg) no-repeat 0 0;
  margin-right: 13px;
}
.venue.template3 .inquiry {
  display: block;
  float: right;
  width: 290px;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  position: relative;
  background: #e57c00;
  color: #fff;
}
@media only screen and (max-width: 979px) {
  .venue.template3 .inquiry {
    float: none;
    margin: 0 auto;
  }
}
.venue.template3 .content-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.venue.template3 .content-wrapper .venue-thumb {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 290px;
}
@media only screen and (max-width: 979px) {
  .venue.template3 .content-wrapper .venue-thumb {
    position: static;
    height: 200px;
    width: 100%;
  }
}
.venue.template3 .content-wrapper .venue-thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.venue.template3 .content-wrapper .content {
  width: 290px;
  padding: 15px 40px 120px 20px;
  float: right;
  font-size: 14px;
  line-height: 22px;
  color: #a8a8a7;
  position: relative;
}
@media only screen and (max-width: 979px) {
  .venue.template3 .content-wrapper .content {
    width: 100%;
    padding-bottom: 20px;
  }
}
.venue.template3 .content-wrapper .content h3 {
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 15px;
  font-weight: normal;
}
.venue.template3 .content-wrapper .content h3 a {
  text-decoration: none;
  color: inherit;
}
.venue.template3 .content-wrapper .content h3 a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 979px) {
  .venue.template3 .content-wrapper .content .amenities {
    text-align: center;
  }
}
.venue.template3 .content-wrapper .content .amenities span {
  display: inline-block;
  height: 36px;
  width: 36px;
  border: 1px solid #ebebeb;
  border-radius: 50%;
  font-size: 25px;
  position: relative;
  margin: 0 13px 13px 0;
}
.venue.template3 .content-wrapper .content .amenities span:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.venue.template3 .content-wrapper .content .links {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
}
@media only screen and (max-width: 979px) {
  .venue.template3 .content-wrapper .content .links {
    position: static;
  }
}
.venue.template3 .content-wrapper .content .links a {
  display: inline-block;
  vertical-align: middle;
  height: 14px;
  line-height: 14px;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
}
.venue.template3 .content-wrapper .content .links a + a {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #979797;
}
.venue.template3:nth-child(even) .venue-phone {
  float: left;
}
@media only screen and (max-width: 979px) {
  .venue.template3:nth-child(even) .venue-phone {
    float: none;
    margin: 0 auto;
  }
}
.venue.template3:nth-child(even) .content-wrapper .venue-thumb {
  left: 290px;
  right: 0;
}
.venue.template3:nth-child(even) .content-wrapper .content {
  padding: 15px 20px 120px 20px;
  float: left;
}
.venue.template3:nth-child(even) .inquiry {
  float: left;
}
@media only screen and (max-width: 979px) {
  .venue.template3:nth-child(even) .inquiry {
    float: none;
    margin: 0 auto;
  }
}

/* TEMPLATE 4 */
.venue.template4 {
  width: 100%;
  margin-bottom: 40px;
}
.venue.template4 .background {
  overflow: hidden;
  position: relative;
}
.venue.template4 .background .venue-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.venue.template4 .background .venue-thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.venue.template4 .background .content {
  float: left;
  width: 390px;
  padding: 30px 40px 40px;
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  background: rgba(0, 0, 0, 0.6);
  font-weight: 200;
  z-index: 2;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .venue.template4 .background .content {
    float: none;
    width: 100%;
    padding-bottom: 100px;
  }
}
.venue.template4 .background .content h3 {
  font-size: 24px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
}
.venue.template4 .background .content h3 a {
  text-decoration: none;
  color: inherit;
}
.venue.template4 .background .content h4 {
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 20px 0;
  color: #fff;
}
.venue.template4 .background .buttons {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .venue.template4 .background .buttons {
    bottom: 10px;
    top: auto;
    left: 0;
    width: 100%;
  }
}
.venue.template4 .background .buttons a {
  float: left;
  border-radius: 0;
}
.venue.template4 .background .buttons a + a {
  margin-left: 1px;
}
@media only screen and (max-width: 767px) {
  .venue.template4 .background .buttons a {
    display: inline-block;
    float: none;
  }
  .venue.template4 .background .buttons a + a {
    margin-left: 10px;
  }
}
.venue.template4 .bottom {
  position: relative;
  height: 62px;
  background: #fff;
  border: 1px solid #ebebeb;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .venue.template4 .bottom {
    height: auto;
  }
}
.venue.template4 .bottom .links {
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
  width: 360px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .venue.template4 .bottom .links {
    position: static;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
  }
}
.venue.template4 .bottom .links a {
  display: block;
  float: left;
  height: 60px;
  width: 33%;
  font-size: 15px;
  text-align: center;
  line-height: 60px;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
}
.venue.template4 .bottom .links a + a {
  border-left: 1px solid #ebebeb;
}
@media only screen and (max-width: 767px) {
  .venue.template4 .bottom .links a {
    display: inline-block;
    width: auto;
    float: none;
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
    margin-top: 20px;
  }
}
.venue.template4 .layouts {
  position: absolute;
  top: 0;
  right: 0;
  left: 390px;
  height: 60px;
  text-align: right;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .venue.template4 .layouts {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }
}
.venue.template4 .layouts.multiline {
  right: 60px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .venue.template4 .layouts.multiline {
    margin-right: 60px;
  }
}
.venue.template4 .layouts .main-list {
  width: 100%;
  height: 100%;
  position: relative;
  white-space: nowrap;
}
.venue.template4 .layouts .additional-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  line-height: 0;
  padding: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0s ease 0.2s;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.venue.template4 .layouts .toggle {
  display: none;
  position: absolute;
  right: -60px;
  bottom: 0;
  width: 60px;
  height: 60px;
  margin: 0;
  text-align: center;
  z-index: 4;
  cursor: pointer;
  background: #fff;
}
.venue.template4 .layouts .toggle div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.venue.template4 .layouts .toggle div:before {
  content: "•••";
  display: inline-block;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.venue.template4 .layouts.multiline .toggle {
  display: block;
}
.venue.template4 .layouts span {
  display: inline-block;
  width: 60px;
  height: 60px;
  font-size: 35px;
  position: relative;
  cursor: pointer;
}
.venue.template4 .layouts span:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #898989;
}
.venue.template4 .layouts span:hover {
  background: #e57c00;
}
.venue.template4 .layouts span:hover:before {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .venue.template4 .layouts span:hover {
    background: none;
  }
  .venue.template4 .layouts span:hover:before {
    color: #898989;
  }
}
.venue.template4 .layouts span + span {
  border-left: 1px solid #ebebeb;
}
.venue.template4 .layouts span:after {
  content: attr(data-name);
  display: block;
  position: absolute;
  bottom: 100%;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  font-size: 20px;
  font-weight: 700;
  font-family: "ProximaNovaRegular", Arial, sans-serif;
  color: #fff;
  line-height: 60px;
  white-space: nowrap;
  padding: 0 20px;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.2s ease-in-out 0s, height 0s ease-in-out 0.2s;
  text-transform: uppercase;
}
.venue.template4 .layouts span:hover:after {
  opacity: 1;
  height: 60px;
  transition: opacity 0.2s ease-in-out 0s, height 0s ease-in-out 0s;
}
@media only screen and (max-width: 767px) {
  .venue.template4 .layouts span:hover:after {
    display: none;
  }
}
.venue.template4 .layouts.expand .additional-list {
  opacity: 1;
  visibility: visible;
  z-index: 3;
  transition: opacity 0.2s, visibility 0s ease 0s;
}
.venue.template4 .layouts.expand .toggle div {
  transform: rotate(45deg);
}
.venue.template4 .layouts.expand .toggle div:before, .venue.template4 .layouts.expand .toggle div:after {
  content: "";
  display: block;
  background: #ebebeb;
  position: absolute;
}
.venue.template4 .layouts.expand .toggle div:before {
  width: 30px;
  height: 2px;
  top: 29px;
  right: 15px;
}
.venue.template4 .layouts.expand .toggle div:after {
  width: 2px;
  height: 30px;
  top: 15px;
  right: 29px;
}

/* VENUES TEMPLATE 5 */
.venue.template5 {
  margin: 80px 0;
}
.venue.template5 .venue-thumb {
  width: 100%;
  height: 300px;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .venue-thumb {
    height: 200px;
  }
}
.venue.template5 .venue-thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.venue.template5 .inner-wrapper {
  height: 140px;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .inner-wrapper {
    height: auto;
  }
}
.venue.template5 .inner-wrapper .layouts {
  width: 280px;
  height: 140px;
  float: left;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .inner-wrapper .layouts {
    width: 100%;
    height: auto;
    float: none;
  }
}
.venue.template5 .inner-wrapper .layouts .main-list {
  position: relative;
  z-index: 2;
  height: 140px;
  width: 280px;
  overflow: hidden;
  background: #ebebeb;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .inner-wrapper .layouts .main-list {
    height: auto;
    width: 100%;
    background: #f6f6f6;
  }
}
.venue.template5 .inner-wrapper .layouts .additional-list {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.venue.template5 .inner-wrapper .layouts .additional-list span {
  border-right: 1px solid #ebebeb;
  border-left: 0;
}
.venue.template5 .inner-wrapper .layouts .toggle {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 55px;
  height: 70px;
  margin: 0;
  text-align: center;
  z-index: 4;
  cursor: pointer;
  background: #ebebeb;
}
.venue.template5 .inner-wrapper .layouts .toggle div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.venue.template5 .inner-wrapper .layouts .toggle div:before {
  content: "•••";
  display: inline-block;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ae9c58;
}
.venue.template5 .inner-wrapper .layouts .toggle div:hover:before {
  color: #000;
}
.venue.template5 .inner-wrapper .layouts.multiline .toggle {
  display: block;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .inner-wrapper .layouts.multiline .toggle {
    display: none;
  }
}
.venue.template5 .inner-wrapper .layouts span {
  display: block;
  width: 56px;
  height: 70px;
  float: left;
  border-left: 1px solid #f6f6f6;
  border-bottom: 1px solid #f6f6f6;
  line-height: 69px;
  text-align: center;
}
.venue.template5 .inner-wrapper .layouts span:last-child {
  border-right: 1px solid #f6f6f6;
  width: 57px;
}
.venue.template5 .inner-wrapper .layouts span:before {
  display: inline-block;
  vertical-align: middle;
  font-size: 25px;
  color: #8b8b8b;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .inner-wrapper .layouts span {
    height: 50px;
    line-height: 50px;
  }
}
.venue.template5 .inner-wrapper .layouts.multiline.expand .additional-list {
  display: block;
  background: #f6f6f6;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .inner-wrapper .layouts.multiline.expand .additional-list {
    display: none;
  }
}
.venue.template5 .inner-wrapper .layouts.multiline.expand .toggle {
  bottom: 1px;
  height: 69px;
}
.venue.template5 .inner-wrapper .content {
  position: absolute;
  left: 280px;
  bottom: 0;
  right: 0;
  background: #fff;
  padding: 15px 20px 20px;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .inner-wrapper .content {
    position: static;
  }
}
.venue.template5 .inner-wrapper .content h3 {
  color: #ae9c58;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 15px;
}
.venue.template5 .inner-wrapper .content h3 a {
  text-decoration: none;
  color: inherit;
}
.venue.template5 .inner-wrapper .content h3 a a:hover {
  text-decoration: underline;
}
.venue.template5 .inner-wrapper .content p {
  font-size: 14px;
  line-height: 22px;
  color: #a8a8a7;
  margin: 10px 0;
}
.venue.template5 .inner-wrapper .content .links {
  overflow: hidden;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .inner-wrapper .content .links {
    text-align: center;
  }
}
.venue.template5 .inner-wrapper .content .links > a {
  float: left;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  color: #ae9c58;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .inner-wrapper .content .links > a {
    float: none;
    display: inline-block;
  }
}
.venue.template5 .inner-wrapper .content .links > a + a {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #ae9c58;
}
.venue.template5 .inner-wrapper .content .amenities {
  margin-right: 180px;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .inner-wrapper .content .amenities {
    margin-right: 0;
    text-align: center;
  }
}
.venue.template5 .inner-wrapper .content .amenities span {
  display: inline-block;
  height: 36px;
  width: 36px;
  border: 1px solid #ebebeb;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 9px 9px 0;
  color: #151515;
}
.venue.template5 .inner-wrapper .content .amenities span:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.venue.template5 .inner-wrapper .content .buttons {
  float: right;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .inner-wrapper .content .buttons {
    float: none;
    margin: 20px 0;
    text-align: center;
  }
}
.venue.template5 .inner-wrapper .content .buttons a {
  color: #ae9c58;
  font-size: 15px;
  text-transform: uppercase;
  padding: 0 25px;
  border-radius: 3px;
  border: 1px solid #ae9c58;
  background: none;
}
.venue.template5 .inner-wrapper .content .buttons a:hover {
  background: #ae9c58;
  color: #fff;
}

#footer {
  position: relative;
}
@media only screen and (max-width: 767px) {
  #footer {
    padding-bottom: 40px;
  }
}
#footer ul {
  margin: 0;
  padding: 0;
}
#footer ul li::before {
  display: none;
}
#footer .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 979px) {
  #footer .row {
    justify-content: center;
  }
}
#footer .footer-navigation {
  background-color: #ececec;
}
#footer .footer-navigation .center-column {
  padding-top: 12px;
  padding-bottom: 12px;
}
@media only screen and (max-width: 979px) {
  #footer .footer-navigation .footer-menu {
    margin-bottom: 16px;
  }
}
#footer .footer-navigation .footer-menu ul {
  display: flex;
}
@media only screen and (max-width: 767px) {
  #footer .footer-navigation .footer-menu ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}
#footer .footer-navigation .footer-menu ul li {
  display: block;
}
@media only screen and (max-width: 767px) {
  #footer .footer-navigation .footer-menu ul li {
    margin-bottom: 6px;
  }
}
#footer .footer-navigation .footer-menu ul li a {
  margin: 0 12px;
  font-family: "ProximaNovaRegular", Arial, sans-serif;
  color: #8c8c8c;
  font-size: 13px;
  text-transform: uppercase;
}
#footer .footer-navigation .footer-folow {
  display: flex;
  align-items: center;
  min-width: 40%;
}
#footer .footer-navigation .footer-folow span {
  display: block;
  margin-right: 30px;
  font-family: "ProximaNovaRegular", Arial, sans-serif;
  color: #8c8c8c;
  font-size: 13px;
  text-transform: uppercase;
}
#footer .footer-container {
  padding-top: 30px;
  padding-bottom: 50px;
}
#footer .footer-contacts {
  font-size: 14px;
}
@media only screen and (max-width: 979px) {
  #footer .footer-contacts {
    width: 100%;
  }
}
#footer #newsletter {
  position: relative;
  width: 40%;
}
@media only screen and (max-width: 979px) {
  #footer #newsletter {
    width: 100%;
    min-width: auto;
  }
}
#footer #newsletter h2 {
  margin: 10px 0 15px;
  font-family: "MinionPro";
  line-height: 1.2em;
  font-size: 26px;
}
#footer #newsletter .newsletter-el {
  display: flex;
}
#footer #newsletter input[type=text] {
  display: block;
  width: calc(100% - 40px);
  height: 40px;
  padding: 0 10px;
  background: #f6f5f3;
  font-size: 14px;
  line-height: 40px;
  color: #8c8c8c;
}
#footer #newsletter input[type=text]::-webkit-input-placeholder {
  color: #ac9563;
  font-style: italic;
}
#footer #newsletter input[type=text]:-moz-placeholder {
  color: #ac9563;
  font-style: italic;
}
#footer #newsletter input[type=text]::-moz-placeholder {
  color: #ac9563;
  font-style: italic;
}
#footer #newsletter input[type=text]:-ms-input-placeholder {
  color: #ac9563;
  font-style: italic;
}
#footer #newsletter .button {
  position: relative;
  display: block;
  vertical-align: top;
  font-size: 0;
  width: 40px;
  height: 40px;
}
#footer #newsletter .button::after {
  content: "";
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
#footer #newsletter .agree-checkbox {
  font-size: 14px;
}
#footer #newsletter .agree-checkbox a {
  color: #ac9563;
}
#footer #newsletter .newsletter-rfp-wrapper {
  font-size: 12px;
}
#footer #newsletter .newsletter-rfp-wrapper form {
  position: relative;
}
#footer #newsletter .newsletter-rfp-wrapper form h3 {
  font-size: 25px;
  line-height: 1;
}
#footer #newsletter .newsletter-rfp-wrapper form input[type=text] {
  display: block;
  width: calc(100% - 100px);
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #footer #newsletter .newsletter-rfp-wrapper form input[type=text] {
    width: calc(100% - 150px);
  }
}
#footer #newsletter .newsletter-rfp-wrapper form .controls {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  right: 0;
}
#footer #newsletter .newsletter-rfp-wrapper form .controls p {
  padding: 0;
}
@media only screen and (max-width: 979px) {
  #footer #newsletter .newsletter-rfp-wrapper form .controls {
    top: 57%;
    right: 50px;
  }
}
@media (max-width: 627px) {
  #footer #newsletter .newsletter-rfp-wrapper form .controls {
    top: 52%;
  }
}
#footer #newsletter .newsletter-rfp-wrapper form .controls .button {
  display: flex;
  font-size: 16px;
  margin-left: 0;
  justify-content: center;
  align-items: center;
}
#footer #newsletter .newsletter-rfp-wrapper form label {
  display: flex;
}
#footer .partners {
  width: 48%;
}
@media only screen and (max-width: 979px) {
  #footer .partners {
    width: 100%;
  }
}
#footer .partners ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#footer .partners ul li {
  display: block;
  margin: 0 10px;
}
#footer .copyright, #footer .credits {
  display: block;
  padding: 10px 0 0;
  font-size: 14px;
  opacity: 0.6;
}
#footer .copyright sup, #footer .credits sup {
  vertical-align: super;
}

#hebs-gallery {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.95);
  /* FULL SIZE IMAGE */
  /* FULL SIZE IMAGE -> Navigation */
  /* FULL SIZE IMAGE -> Loading */
  /* THUMBNAILS */
  /* THUMBNAILS -> Navigation */
  /* INFO */
}
#hebs-gallery .galleria {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
#hebs-gallery .close-button {
  position: absolute;
  right: 20px;
  top: 12px;
  width: 17px;
  height: 17px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
  background: url("../images/common.svg") -74px 0 no-repeat;
}
#hebs-gallery .close-button:hover {
  background-position: -37px 0;
}
#hebs-gallery .close-button:active {
  background-position: -74px 0;
}
#hebs-gallery .galleria-container {
  position: relative;
  overflow: hidden;
  width: 100% !important;
  height: 100% !important;
}
#hebs-gallery .select-wrapper {
  position: relative;
  float: left;
  margin: 5px 0 0 20px;
  z-index: 2;
}
#hebs-gallery .category-selector {
  height: 30px;
  line-height: 30px;
  margin-bottom: 0;
  font-size: 14px;
  color: #505050;
}
#hebs-gallery .galleria-stage {
  position: absolute;
  top: 40px;
  bottom: 120px;
  left: 0;
  right: 0;
  padding: 20px 72px;
  overflow: hidden;
}
@media only screen and (max-width: 979px) {
  #hebs-gallery .galleria-stage {
    padding: 0;
  }
}
@media only screen and (max-width: 979px) and (orientation: landscape) {
  #hebs-gallery .galleria-stage {
    bottom: 0;
  }
}
#hebs-gallery .galleria-stage .galleria-image img {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
#hebs-gallery .galleria-container.touch .galleria-stage {
  padding: 0;
}
#hebs-gallery.no-controls .galleria-stage {
  bottom: 0;
  padding: 20px;
}
#hebs-gallery.no-controls .galleria-image-nav {
  display: none;
}
@media only screen and (max-width: 979px) {
  #hebs-gallery .galleria-image-nav {
    display: none;
  }
}
#hebs-gallery .galleria-image-nav-left, #hebs-gallery .galleria-image-nav-right {
  position: absolute;
  top: 50%;
  cursor: pointer;
  width: 31px;
  height: 61px;
  margin-top: -30px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common.svg") 0 0 no-repeat;
}
#hebs-gallery .galleria-image-nav-left {
  left: 20px;
  background-position: -103px -37px;
}
#hebs-gallery .galleria-image-nav-left:hover {
  background-position: -51px -37px;
}
#hebs-gallery .galleria-image-nav-left:active {
  background-position: -102px -37px;
}
#hebs-gallery .galleria-image-nav-right {
  right: 20px;
  background-position: -103px -118px;
}
#hebs-gallery .galleria-image-nav-right:hover {
  background-position: -51px -118px;
}
#hebs-gallery .galleria-image-nav-right:active {
  background-position: -102px -118px;
}
#hebs-gallery .galleria-loader {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -24px 0 0 -24px;
}
#hebs-gallery .galleria-loader:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid transparent;
  border-top-color: #ac9563;
  border-bottom-color: #ac9563;
  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: #fff;
}
@media only screen and (max-width: 979px) and (orientation: landscape) {
  #hebs-gallery .galleria-thumbnails-container {
    display: none;
  }
}
#hebs-gallery .galleria-carousel .galleria-thumbnails-list {
  margin-left: 52px;
  margin-right: 52px;
}
#hebs-gallery .galleria-thumbnails {
  margin: 20px auto 0;
}
#hebs-gallery .galleria-thumbnails .galleria-image {
  height: 80px !important;
  width: 80px !important;
  background: #000;
  margin: 0 6px 0 0;
  float: left;
  cursor: pointer;
}
#hebs-gallery .galleria-thumbnails .galleria-image.active {
  border: 3px solid #ac9563;
}
#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: #fff;
  width: 100%;
  height: 40px;
}
#hebs-gallery .galleria-info .galleria-info-description {
  text-align: center;
  line-height: 40px;
  color: #000;
  position: absolute;
  left: 300px;
  right: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.masonry-gallery {
  margin-bottom: 50px;
  margin-top: -70px;
}
@media only screen and (max-width: 979px) {
  .masonry-gallery {
    margin-top: -50px;
  }
}
@media only screen and (max-width: 767px) {
  .masonry-gallery {
    margin-top: -20px;
  }
}
.masonry-gallery.center-column {
  max-width: 1800px;
}
.masonry-gallery .gallery-mobile-dropdown {
  line-height: 57px;
  text-transform: uppercase;
  color: #b9b9b9;
  font-size: 13px;
  letter-spacing: 1.5px;
  display: none;
  width: 100%;
  text-align: left;
  position: relative;
}
.masonry-gallery .gallery-mobile-dropdown.visible + .category-selector {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  align-items: flex-start;
}
.masonry-gallery .gallery-mobile-dropdown.visible + .category-selector button {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #d5d5d5;
}
.masonry-gallery .gallery-mobile-dropdown.visible + .category-selector button::after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .masonry-gallery .gallery-mobile-dropdown {
    display: block;
  }
}
.masonry-gallery .gallery-mobile-dropdown:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  cursor: pointer;
  width: 8px;
  height: 8px;
  border: 1px solid #000;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(135deg) translateY(50%);
  transition: all 350ms ease-in-out;
}
.masonry-gallery .category-selector {
  margin: 0 0 30px 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font: 300 16px/30px "ProximaNovaRegular", Arial, sans-serif;
  color: #ac9563;
  border-bottom: 1px solid #d5d5d5;
}
@media only screen and (max-width: 767px) {
  .masonry-gallery .category-selector {
    display: none;
    border: none;
  }
}
@media only screen and (max-width: 767px) {
  .masonry-gallery .category-selector .description {
    display: none;
  }
}
.masonry-gallery .category-selector button {
  display: inline-block;
  font: 500 13px/56px "ProximaNovaRegular", Arial, sans-serif;
  height: auto;
  color: #b9b9b9;
  text-transform: uppercase;
  position: relative;
  margin: 0 10px;
  letter-spacing: 1.5px;
  padding: 0;
  background: none;
}
.masonry-gallery .category-selector button.active:after, .masonry-gallery .category-selector button:hover:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #b9b9b9;
  position: absolute;
  left: 0;
  bottom: 30%;
}
@media only screen and (max-width: 767px) {
  .masonry-gallery .category-selector {
    white-space: nowrap;
    overflow: auto;
  }
}
.masonry-gallery .gallery {
  margin: 0 auto;
}
.masonry-gallery .gallery .gallery-item {
  width: calc(100% / 6 - 20px);
  margin-bottom: 10px;
  display: none;
}
.masonry-gallery .gallery .gallery-item.active {
  display: inline-block;
}
@media (max-width: 2000px) {
  .masonry-gallery .gallery .gallery-item {
    width: calc(100% / 5 - 20px);
  }
}
@media (max-width: 1600px) {
  .masonry-gallery .gallery .gallery-item {
    width: calc(100% / 4 - 20px);
  }
}
@media (max-width: 1200px) {
  .masonry-gallery .gallery .gallery-item {
    width: calc(100% / 3 - 16px);
  }
}
@media only screen and (max-width: 767px) {
  .masonry-gallery .gallery .gallery-item {
    width: calc(100% / 2 - 12px);
  }
}
.masonry-gallery .gallery .gallery-item button {
  width: 100%;
  height: 0;
  padding-top: 80%;
  background-size: cover;
  position: relative;
}
.masonry-gallery .gallery .gallery-item button.portrait {
  padding-top: 133%;
}
.masonry-gallery .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%;
}
.masonry-gallery .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;
}
.masonry-gallery .gallery .gallery-item button .thumb .gallery-expand .top,
.masonry-gallery .gallery .gallery-item button .thumb .gallery-expand .bottom {
  position: absolute;
  left: 0;
  width: 100%;
  height: 33%;
}
.masonry-gallery .gallery .gallery-item button .thumb .gallery-expand .top:after, .masonry-gallery .gallery .gallery-item button .thumb .gallery-expand .top:before,
.masonry-gallery .gallery .gallery-item button .thumb .gallery-expand .bottom:after,
.masonry-gallery .gallery .gallery-item button .thumb .gallery-expand .bottom:before {
  content: "";
  display: block;
  width: 33%;
  height: 100%;
  border: 2px solid #fff;
  position: absolute;
  top: 0;
}
.masonry-gallery .gallery .gallery-item button .thumb .gallery-expand .top.top,
.masonry-gallery .gallery .gallery-item button .thumb .gallery-expand .bottom.top {
  top: 0;
}
.masonry-gallery .gallery .gallery-item button .thumb .gallery-expand .top.top:before,
.masonry-gallery .gallery .gallery-item button .thumb .gallery-expand .bottom.top:before {
  left: 0;
  border-right: 0;
  border-bottom: 0;
}
.masonry-gallery .gallery .gallery-item button .thumb .gallery-expand .top.top:after,
.masonry-gallery .gallery .gallery-item button .thumb .gallery-expand .bottom.top:after {
  right: 0;
  border-left: 0;
  border-bottom: 0;
}
.masonry-gallery .gallery .gallery-item button .thumb .gallery-expand .top.bottom,
.masonry-gallery .gallery .gallery-item button .thumb .gallery-expand .bottom.bottom {
  bottom: 0;
}
.masonry-gallery .gallery .gallery-item button .thumb .gallery-expand .top.bottom:before,
.masonry-gallery .gallery .gallery-item button .thumb .gallery-expand .bottom.bottom:before {
  left: 0;
  border-right: 0;
  border-top: 0;
}
.masonry-gallery .gallery .gallery-item button .thumb .gallery-expand .top.bottom:after,
.masonry-gallery .gallery .gallery-item button .thumb .gallery-expand .bottom.bottom:after {
  right: 0;
  border-left: 0;
  border-top: 0;
}
.masonry-gallery .gallery .gallery-item button:hover {
  z-index: 2;
}
.masonry-gallery .gallery .gallery-item button:hover .thumb {
  transform: translate(-50%, -50%) scale(1.07);
}
.masonry-gallery .gallery .gallery-item button:hover .thumb .gallery-expand {
  opacity: 1;
}
.masonry-gallery .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;
}

#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 "SerlioLH";
  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 #content h1 {
  display: block;
  color: #ac9563;
  font: 24px/29px "MinionPro";
  font-style: italic;
  letter-spacing: 0.39px;
}
.specials #content .button {
  height: 40px;
  padding: 0 30px;
  font: 16px/40px "ProximaNovaRegular", Arial, sans-serif;
  font-weight: 600;
  color: #000 !important;
}
.specials #content .column {
  position: relative;
  width: 63%;
  font-size: 16px;
  line-height: 28px;
  float: left;
}
@media only screen and (max-width: 767px) {
  .specials #content .column {
    width: 100% !important;
  }
}
.specials #content .column:nth-child(1) {
  padding-right: 40px;
}
.specials #content .column:nth-child(1):after {
  content: "";
  display: block;
  position: absolute;
  background: #8b7132;
  width: 1px;
  top: 60px;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .specials #content .column:nth-child(1):after {
    display: none;
  }
}
.specials #content .column:nth-child(2) {
  width: 35%;
  margin-top: 60px;
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .specials #content .column:nth-child(2) {
    margin-top: 20px;
    margin-left: 10px;
    border-left: 1px solid #8b7132;
  }
}
.specials #content .acm-columns {
  background: transparent;
  padding: 0 10px 170px 10px;
}
@media only screen and (max-width: 767px) {
  .specials #content .acm-columns {
    margin-bottom: 0;
    padding-bottom: 5%;
  }
}
.specials #content .acm-columns h3 {
  font: 16px "MinionPro";
  letter-spacing: 0.22px;
  text-transform: uppercase;
  color: #505050;
  margin-bottom: 10px;
}
.specials #content .acm-columns p {
  font: 14px/25px "MinionPro";
  font-style: italic;
  letter-spacing: 0.22px;
}
.specials #content .acm-columns--column {
  text-align: left;
  padding: 0;
}
.specials .specials-list .center-column {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  flex-flow: wrap;
  justify-content: space-between;
}
.specials .category-selector {
  display: none;
}
.specials .image-list {
  margin: 20px 0 60px 0;
}
.specials .image-list.count-4 .image-list-item:nth-child(4) {
  width: 100%;
}
.specials .image-list.count-4 .image-list-item:nth-child(4) .image-list-item--content-block {
  width: 58%;
  right: auto;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .specials .image-list.count-4 .image-list-item:nth-child(4) .image-list-item--content-block {
    right: 20px !important;
  }
}
.specials .image-list.count-4 .image-list-item:nth-child(4) img {
  max-height: 100%;
}
.specials .image-list.count-7 .image-list-item:nth-child(7) {
  width: 100%;
}
.specials .image-list.count-7 .image-list-item:nth-child(7) .image-list-item--content-block {
  width: 58%;
  right: auto;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .specials .image-list.count-7 .image-list-item:nth-child(7) .image-list-item--content-block {
    width: 100%;
  }
}
.specials .image-list.count-7 .image-list-item:nth-child(7) img {
  max-height: 100%;
}
.specials .image-list-item {
  position: relative;
  height: 480px;
  width: 100%;
  margin: 20px 0;
  overflow: hidden;
  float: left;
}
@media only screen and (max-width: 979px) {
  .specials .image-list-item {
    width: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  .specials .image-list-item {
    height: auto;
    margin: 20px 0;
  }
}
.specials .image-list-item:nth-child(6n+1) {
  width: calc(66% - 40px);
}
.specials .image-list-item:nth-child(6n+2) {
  width: 34%;
}
.specials .image-list-item:nth-child(3n+3) .image-list-item--content-block {
  width: 58%;
  left: auto;
}
.specials .image-list-item:nth-child(3n+3) img {
  max-height: 100%;
}
.specials .image-list-item:nth-child(6n+4) {
  width: 34%;
}
.specials .image-list-item:nth-child(6n+5) {
  width: calc(66% - 40px);
}
.specials .image-list-item img {
  padding-bottom: 40px;
  max-height: 360px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .specials .image-list-item img {
    max-height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .specials .image-list-item img {
    padding-top: 0;
    height: 300px;
  }
}
.specials .image-list-item nav {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .specials .image-list-item--content {
    padding: 200px 20px 0 20px;
  }
}
.specials .image-list-item--content-block {
  position: absolute;
  height: 260px;
  left: 20px;
  right: 20px;
  bottom: 0;
  padding: 20px;
  background-color: #F5F5F4;
}
@media only screen and (min-width: 1280px) {
  .specials .image-list-item--content-block {
    height: 210px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .specials .image-list-item--content-block {
    height: 260px;
    left: 20px !important;
  }
}
@media only screen and (max-width: 979px) {
  .specials .image-list-item--content-block {
    width: auto !important;
  }
}
@media only screen and (max-width: 767px) {
  .specials .image-list-item--content-block {
    position: relative;
    height: auto;
    padding-bottom: 60px;
    left: 0 !important;
  }
}
.specials .image-list-item--content-block h2 {
  color: #505050;
  font: 32px/1 "SerlioLH";
  letter-spacing: 0.4px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .specials .image-list-item--content-block h2 {
    font-size: 30px;
    line-height: 26px;
  }
}
.specials .image-list-item--content-block p {
  color: #505050;
  font: 13px/23px "ProximaNovaRegular", Arial, sans-serif;
  letter-spacing: 0.22px;
}
.specials .learn-more, .specials .offers {
  margin-right: 30px;
  text-transform: uppercase;
  text-decoration: underline;
  font: 13px/28px "ProximaNovaRegular", Arial, sans-serif;
  color: #505050;
  letter-spacing: 0.62px;
  transition: color 350ms ease-in-out;
}
.specials .learn-more:hover, .specials .offers:hover {
  color: #8b7132;
}
.specials .learn-more:hover:before, .specials .offers:hover:before {
  display: none;
}
.specials .offers {
  position: absolute;
  top: 0;
  right: 0;
  color: #505050 !important;
}
.specials .offers:hover {
  color: #8b7132 !important;
}

.single-special {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 60px;
}
.single-special h2 {
  margin-bottom: 10px;
}
.single-special .column {
  width: 62%;
}
.single-special .column:after:after {
  top: 40px;
}
.single-special nav {
  text-align: right;
}

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

.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: #ac9563;
  border-bottom-color: #ac9563;
  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 "SerlioLH";
  text-transform: uppercase;
  color: #ac9563;
}
.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 {
  font: normal 14px/1.2 "ProximaNovaRegular", Arial, sans-serif;
  background: #f6f5f3;
  overflow: hidden;
  padding: 20px;
  position: relative;
  text-align: center;
  color: #505050;
  width: 300px;
  border: solid 10px #fff;
}
.map-content h3 {
  margin-bottom: 5px;
}
.map-content p {
  margin-bottom: 20px;
}
.map-content p.last-child-link {
  margin-bottom: 0;
}
.map-content h3 {
  font: normal 16px/24px "ProximaNovaRegular", Arial, sans-serif;
  color: #505050;
  text-transform: uppercase;
}
.map-content a {
  color: #8c8c8c;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.map-content a:before {
  visibility: visible;
  transform: scaleX(1);
}
.map-content a:hover::before {
  visibility: hidden;
  transform: scaleX(0);
}
.map-content .button {
  margin-top: 10px;
  font-weight: 400;
}

.pressroom {
  text-align: center;
}
.pressroom .pressroom-item {
  display: inline-block;
  vertical-align: top;
  width: calc(33% - 20px);
  height: 400px;
  margin: 15px 10px 20px 10px;
  position: relative;
  overflow: hidden;
  border: 1px solid #b9b9b9;
  padding: 20px 0;
  background-color: #f6f5f3;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .pressroom .pressroom-item {
    width: calc(40% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .pressroom .pressroom-item {
    width: 100%;
    margin: 10px 0;
  }
}
.pressroom .pressroom-item h4 {
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #fff;
}
.pressroom .pressroom-item time {
  font-family: "MinionPro";
  font-size: 19px;
  line-height: 26px;
  font-style: italic;
  letter-spacing: 1px;
  color: #ac9563;
  display: block;
  margin: 5px 0;
}
.pressroom .pressroom-item .description {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 20px 20px 20px;
}
.pressroom .pressroom-item .description .centered time {
  margin: 10px 0;
  display: block;
  font-weight: bold;
}
.pressroom .pressroom-item .description p {
  color: #fff;
  line-height: 18px;
  font-size: 14px;
  margin-bottom: 0;
}
.pressroom .pressroom-item .pdf {
  color: #ac9563;
  margin: 10px 0 0 0;
  display: block;
  position: relative;
  line-height: 16px;
  padding-left: 0 !important;
}
.pressroom .pressroom-item .pdf:hover {
  color: #fff;
}
.pressroom .pressroom-item .view-gallery {
  margin-top: 20px;
}

.galleries {
  text-align: center;
  font-size: 0;
}
.galleries .gallery {
  padding-bottom: calc(33.3% - 10px);
  width: calc(33.3% - 10px);
  height: 0;
  margin: 5px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .galleries .gallery {
    width: calc(50% - 10px);
    padding-bottom: calc(50% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  .galleries .gallery {
    width: calc(100% - 10px);
    padding-bottom: calc(100% - 10px);
  }
}
.galleries .gallery h2, .galleries .gallery h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font: 26px/30px "ProximaNovaRegular", Arial, sans-serif;
  text-transform: uppercase;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
  color: inherit;
  z-index: 1;
}
.galleries .gallery h3 {
  top: auto;
  bottom: 10px;
  font-size: 14px;
  opacity: 1;
  line-height: 1;
  text-align: center;
}
.galleries .gallery:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -1px;
}
.galleries .gallery:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.25);
  transition: background 0.3s ease-in-out;
  z-index: 0;
}
.galleries .gallery:hover h2, .galleries .gallery:hover h3 {
  transform: translate(-50%, -50%) scale(0.6);
  opacity: 0;
}
.galleries .gallery:hover .description {
  right: 0;
}
.galleries .gallery:hover:after {
  background: rgba(0, 0, 0, 0.5);
}
.galleries .gallery .description {
  position: absolute;
  right: -100%;
  top: 0;
  color: inherit;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
@media only screen and (max-width: 979px) {
  .galleries .gallery .description {
    font-size: 16px;
    line-height: 20px;
  }
}
.galleries .gallery .description:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -1px;
}
.galleries .gallery .description .centered {
  padding: 15px;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 4px);
}

.form {
  display: block;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .form {
    text-align: left;
  }
}
.form .ui-menu-item a {
  text-align: left;
}
.form h3 {
  font-family: "SerlioLH";
  text-align: left;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d8d8d8;
  font-size: 50px;
  width: 100%;
  line-height: 60px;
}
.form label {
  width: 40%;
  line-height: 1.2;
  margin: 12px 20px 0 0;
  float: left;
  color: #505050;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .form label {
    display: block;
    float: none;
    margin: 0 0 20px;
    text-align: left;
    width: auto;
  }
}
.form label em {
  color: #b31919;
  font-size: 16px;
  font-weight: normal;
  line-height: 10px;
  padding-right: 5px;
}
.form p {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .form p {
    margin-bottom: 20px;
  }
}
.form p:after {
  clear: both;
  content: "";
  display: table;
}
.form p span {
  float: left;
  margin: 0 10px 0 0;
}
.form p span.checkbox-group {
  margin-bottom: 10px;
}
.form p span input {
  display: inline;
  float: none;
  margin: 0;
}
.form p span label {
  display: inline;
  float: none;
  width: auto;
  text-align: left;
}
.form p span.group label {
  display: block;
  margin-bottom: 10px;
}
.form p span.group label input {
  margin-right: 0.4em;
}
.form input[type=text], .form input[type=date], .form textarea, .form select, .form .input-overlay {
  background: #f6f5f3;
  color: #8c8c8c;
  height: 40px;
  padding: 0 10px;
  resize: none;
  width: 350px;
  border: 1px solid #f6f5f3;
  font-size: 16px;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  .form input[type=text], .form input[type=date], .form textarea, .form select, .form .input-overlay {
    padding: 0 20px;
    width: 100%;
    text-align: left;
  }
}
.form .input-overlay {
  opacity: 0;
  margin-top: -40px;
}
@media only screen and (max-width: 767px) {
  .form .select-wrapper {
    width: 100%;
  }
}
.form textarea {
  height: 100px;
  overflow: auto;
  line-height: 20px;
  padding: 10px;
}
.form input[type=checkbox],
.form input[type=radio] {
  width: 14px;
  height: 14px;
  padding: 0;
  vertical-align: top;
}
.form input[type=radio] {
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  .form input[type=radio] {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .form .group {
    margin-left: 0;
  }
}
.form .group input[type=radio] {
  margin-top: 0;
}
.form .datepicker-input-wrapper {
  float: left;
}
@media only screen and (max-width: 767px) {
  .form .datepicker-input-wrapper {
    float: none;
  }
}
.form input.date-pick, .form .input-overlay {
  width: 320px;
  float: left;
}
@media only screen and (max-width: 767px) {
  .form input.date-pick, .form .input-overlay {
    float: none;
    display: block;
    width: 100%;
  }
}
.form .input-overlay {
  clear: both;
}
.form .ui-datepicker-trigger {
  float: left;
  position: static;
  margin: 13px 0 0 6px;
}
@media only screen and (max-width: 767px) {
  .form .ui-datepicker-trigger {
    display: none;
  }
}
.form .controls p {
  padding: 20px 0 0 40%;
  width: auto;
  background: none;
}
@media only screen and (max-width: 767px) {
  .form .controls p {
    padding: 0;
    text-align: center;
  }
}
.form .controls .button {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .form .controls .button {
    display: inline-block;
    margin: 0;
  }
}

.g-recaptcha {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.g-recaptcha > div {
  transition: box-shadow 350ms ease-in-out;
}
.g-recaptcha > div.error {
  box-shadow: 0 0 0 2px red;
  transition: box-shadow 0ms;
}

.poi-acm {
  margin-bottom: 100px;
}
.poi-acm * + .poi {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .poi-acm * + .poi {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .poi-acm {
    margin-bottom: 0;
  }
}
.poi-acm .h1-like {
  text-align: center;
}
.poi-acm .center-column {
  max-width: 1440px;
}
.poi-acm .center-column .page-content {
  text-align: center;
}

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

.poi-map {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 420px;
}
@media only screen and (max-width: 979px) {
  .poi-map {
    width: 100%;
    left: 0;
    position: relative;
    height: 72vh;
  }
}

.poi-sidebar {
  padding: 30px;
  min-height: 700px;
  background: #f6f5f3;
  width: 420px;
}
@media only screen and (max-width: 979px) {
  .poi-sidebar {
    min-height: 0;
    width: 100%;
  }
}
.poi-sidebar .poi-heading {
  font-size: 16px;
  line-height: 26px;
  color: #505050;
  text-transform: uppercase;
}
.poi-sidebar .select-wrapper {
  width: 100%;
}
.poi-sidebar .select-wrapper .select-icon {
  width: 12px;
  height: 12px;
  border-color: #ac9563;
  border-width: 2px;
}
.poi-sidebar .poi-categories {
  font-family: 400 16px/48px "ProximaNovaRegular", Arial, sans-serif;
  width: 100%;
  border-color: #E7E8E8;
  background-color: #fff;
  color: #ac9563;
  text-transform: uppercase;
  height: 48px;
}
.poi-sidebar .points-info {
  margin-top: 30px;
}
.poi-sidebar .points-info .point-button {
  padding: 30px 0;
  color: #505050;
  display: block;
  width: 100%;
}
.poi-sidebar .points-info .point-button:after {
  clear: both;
  content: "";
  display: table;
}
.poi-sidebar .points-info .point-button .icon {
  position: relative;
  width: 36px;
  height: 50px;
  float: left;
  background: url("../images//bordered-pin.svg") no-repeat 0 0;
  line-height: 44px;
  text-align: center;
  font-size: 20px;
  margin-right: 20px;
  color: #ac9563;
}
.poi-sidebar .points-info .point-button .icon.hotel-pin {
  background: none;
}
.poi-sidebar .points-info .point-button .icon.hotel-pin img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.poi-sidebar .points-info .point-button .poi-copy {
  float: left;
  text-align: left;
}
.poi-sidebar .points-info .point-button .poi-copy .poi-heading {
  display: block;
  font-size: 16px;
  line-height: 26px;
  margin: 10px 0 5px;
}
.poi-sidebar .points-info .point-button .poi-copy .poi-descr {
  display: block;
  font-size: 14px;
  line-height: 18px;
}
.poi-sidebar .points-info .point-button + button {
  border-top: 1px solid #E7E8E8;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .poi-sidebar .points-info .point-button + button {
    border: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .poi-sidebar .points-info .point-button {
    width: 50%;
    border: 0;
    display: inline-block;
    vertical-align: top;
  }
}
@media only screen and (max-width: 979px) {
  .poi-sidebar .points-info .point-button {
    padding: 10px;
    vertical-align: top;
  }
}
.poi-sidebar .points-info .page {
  display: none;
}
.poi-sidebar .points-info .page.active {
  display: block;
}
.poi-sidebar .points-info .pagination {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.poi-sidebar .points-info .pagination .pagination-button {
  width: 12px;
  height: 12px;
  border: 2px solid #ac9563;
  transition: border-color 350ms ease-in-out, opacity 350ms ease-in-out;
  transform: rotate(45deg);
  text-indent: -9999px;
}
.poi-sidebar .points-info .pagination .pagination-button:hover {
  opacity: 0.7;
}
.poi-sidebar .points-info .pagination .pagination-button.previous-page {
  left: 10px;
  border-right: 0;
  border-top: 0;
  border-left: 2px solid #ac9563;
  border-bottom: 2px solid #ac9563;
}
.poi-sidebar .points-info .pagination .pagination-button.next-page {
  width: 12px;
  height: 12px;
  border: 2px solid #ac9563;
  border-bottom: 0;
  border-left: 0;
}
.poi-sidebar .points-info .pagination .page-status {
  margin: 0 15px;
  font-size: 20px;
  color: #ac9563;
}
.poi-sidebar .points-info .pagination .page-status div {
  color: #ac9563;
  display: inline;
}

#calendar {
  padding-top: 50px;
}
#calendar a::before {
  display: none;
}

#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: #8c8c8c;
}
@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: #ac9563;
}
#calendar-views a:before {
  background: url("../images/common.svg") 0 0 no-repeat;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
#calendar-views a.grid:before {
  background-position: -200px 0;
}
#calendar-views a.grid:hover:before, #calendar-views a.grid.active:before {
  background-position: -240px 0;
}
#calendar-views a.grid:active:before {
  background-position: -280px 0;
}
#calendar-views a.list:before {
  background-position: -200px -38px;
}
#calendar-views a.list:hover:before, #calendar-views a.list.active:before {
  background-position: -240px -38px;
}
#calendar-views a.list:active:before {
  background-position: -280px -38px;
}

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

#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 #ececec;
  color: #ececec;
}
#calendar-year a:hover {
  border-color: #8b7132;
  color: #8b7132;
}
#calendar-year .active a {
  border-color: #ac9563;
  color: #ac9563;
}
#calendar-year .active a:hover {
  border-color: #8b7132;
  color: #8b7132;
}

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

#calendar-navigation {
  display: block;
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
#calendar-navigation .current-event {
  padding: 0 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
  background-color: #ececec;
}
#calendar-navigation ul {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  margin: 0;
}
#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: #595756;
  text-align: center;
  font-weight: bold;
}
#calendar-week li .short {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #calendar-week li .full {
    display: none;
  }
  #calendar-week li .short {
    display: inline;
  }
}
@media only screen and (max-width: 767px) {
  #calendar-week li .full {
    display: none;
  }
  #calendar-week li .short {
    display: inline;
  }
}

#calendar-days {
  position: relative;
}
#calendar-days li {
  margin: 0 0 1em;
  min-height: 8em;
  text-align: left;
  -moz-text-align-last: left;
       text-align-last: left;
  vertical-align: top;
  position: static;
  background: rgba(0, 0, 0, 0.06);
}
@media only screen and (max-width: 767px) {
  #calendar-days li {
    display: block;
    float: none;
    width: 100%;
    min-height: auto !important;
    height: auto !important;
  }
  #calendar-days li dl {
    margin-top: auto !important;
    height: auto;
  }
  #calendar-days li dl dt {
    width: 100% !important;
    padding-bottom: 10px;
  }
}
#calendar-days li time a {
  text-align: center;
  color: #132929;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
}
#calendar-days li time a:hover {
  background: #e2e2e2;
}
#calendar-days li.prev_month, #calendar-days li.next_month {
  background: rgba(0, 0, 0, 0.02);
}
#calendar-days li.prev_month time a, #calendar-days li.next_month time a {
  color: #595756;
}
#calendar-days li.prev_month time a:hover, #calendar-days li.next_month time a:hover {
  background: #f1f1f1;
}
#calendar-days li.day_items3 {
  height: 9em;
}
#calendar-days li.day_items4 {
  height: 11em;
}
#calendar-days li.day_items5 {
  height: 13em;
}
#calendar-days li.day_items6 {
  height: 15em;
}
#calendar-days li.day_items7 {
  height: 17em;
}
#calendar-days li.day_items8 {
  height: 19em;
}
#calendar-days li.day_items9 {
  height: 21em;
}
#calendar-days li.day_items10 {
  height: 23em;
}
#calendar-days li.day_items11 {
  height: 25em;
}
#calendar-days li.day_items12 {
  height: 27em;
}
#calendar-days li.day_items13 {
  height: 29em;
}
#calendar-days li.day_items14 {
  height: 31em;
}
#calendar-days li.day_items15 {
  height: 33em;
}
#calendar-days li.day_items16 {
  height: 35em;
}
#calendar-days li.day_items17 {
  height: 37em;
}
#calendar-days li.day_items18 {
  height: 39em;
}
#calendar-days li.day_items19 {
  height: 41em;
}
#calendar-days li.day_items20 {
  height: 43em;
}
#calendar-days dl {
  display: block;
  height: 2em;
}
#calendar-days dl:hover {
  position: relative;
}
#calendar-days dl.hide {
  display: none;
}
@media only screen and (max-width: 767px) {
  #calendar-days dl.hide {
    display: block;
  }
}
#calendar-days dt {
  position: relative;
}
#calendar-days dt a {
  display: block;
  height: 1.8em;
  width: auto;
  line-height: 1.8em;
  padding: 0 0.5em 0 1em;
  text-decoration: none;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0.7em;
  background: #ac9563;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #calendar-days dt a {
    height: 2.8em;
    line-height: 2.8em;
  }
}
#calendar-days dl.w1 dt {
  width: 100%;
}
#calendar-days dl.w2 dt {
  width: 211.538%;
}
#calendar-days dl.w3 dt {
  width: 323.076%;
}
#calendar-days dl.w4 dt {
  width: 434.614%;
}
#calendar-days dl.w5 dt {
  width: 546.152%;
}
#calendar-days dl.w6 dt {
  width: 657.69%;
}
#calendar-days dl.w7 dt {
  width: 769.228%;
}
#calendar-days dl.c1 dt a {
  background-color: #8db294;
}
#calendar-days dl.c2 dt a {
  background-color: #ada39a;
}
#calendar-days dl.c3 dt a {
  background-color: #85a9b7;
}
#calendar-days dl.c4 dt a {
  background-color: #bc8e8f;
}
#calendar-days dl.c5 dt a {
  background-color: #ac9bc1;
}
#calendar-days dl.c6 dt a {
  background-color: #87b6c7;
}
#calendar-days dl.c7 dt a {
  background-color: #bb85aa;
}
#calendar-days dl.c8 dt a {
  background-color: #a4a4a4;
}
#calendar-days dl dd {
  position: absolute;
  left: 0;
  bottom: 28px;
  background: #fff;
  color: #717272;
  font-size: 12px;
  margin-bottom: 10px;
  padding: 10px;
  text-align: left;
  visibility: hidden;
  width: 200px;
  z-index: 999;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 767px) {
  #calendar-days dl dd {
    display: none !important;
  }
}
#calendar-days dl dd .triangle {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
}
#calendar-days dl dd .triangle span {
  display: block;
  width: 0;
  margin: 0 auto;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  border-top: 14px solid #fff;
}
#calendar-days dl dd h3 {
  color: #717272;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5;
  text-transform: uppercase;
}
#calendar-days dl dd img {
  height: auto;
  width: 100%;
}
#calendar-days dl dd p {
  font-size: 12px;
  line-height: 18px;
  padding: 0 0 10px 0;
  width: 100%;
}
#calendar-days dl:hover dd {
  visibility: visible;
}
#calendar-days dl.t1 {
  margin-top: 2em;
}
#calendar-days dl.t2 {
  margin-top: 4em;
}
#calendar-days dl.t3 {
  margin-top: 6em;
}
#calendar-days dl.t4 {
  margin-top: 8em;
}
#calendar-days dl.t5 {
  margin-top: 10em;
}
#calendar-days dl.t6 {
  margin-top: 12em;
}
#calendar-days dl.t7 {
  margin-top: 14em;
}
#calendar-days dl.t8 {
  margin-top: 16em;
}
#calendar-days dl.t9 {
  margin-top: 18em;
}
#calendar-days dl.t10 {
  margin-top: 20em;
}
#calendar-days dl.t11 {
  margin-top: 22em;
}
#calendar-days dl.t12 {
  margin-top: 24em;
}
#calendar-days dl.t13 {
  margin-top: 26em;
}
#calendar-days dl.t14 {
  margin-top: 28em;
}
#calendar-days dl.t15 {
  margin-top: 30em;
}
#calendar-days dl.t16 {
  margin-top: 32em;
}
#calendar-days dl.t17 {
  margin-top: 34em;
}
#calendar-days dl.t18 {
  margin-top: 36em;
}
#calendar-days dl.t19 {
  margin-top: 38em;
}
#calendar-days dl.t20 {
  margin-top: 40em;
}

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

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

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

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

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

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

.navigation-panel-visible.search-model .search-modal {
  opacity: 1;
  visibility: visible;
}

.search-modal {
  display: block;
  transition-property: opacity, visibility, box-shadow, transform;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  position: relative;
  width: 100%;
  transform: translateY(-100%);
  display: none;
  padding: 48px 0 0px;
  left: -86px;
  width: 147%;
  top: 220px;
}
.search-modal.active {
  display: block;
}
.search-modal .search-modal-close {
  position: absolute;
  right: 65px;
  top: 20px;
  width: 20px;
  height: 20px;
}
.search-modal .search-modal-close svg {
  transition: fill 0.3s ease;
  fill: black;
}
.search-modal .search-modal-close:hover svg {
  fill: green;
}
.search-modal .search-modal-label {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
  padding-bottom: 2px;
}
.search-modal .search-modal-label > span {
  font-size: 59px;
  line-height: 1;
  color: #0a406b;
  display: block;
  margin-right: 10px;
}
.search-modal .search-modal-label input {
  display: block;
  font-size: 18px;
  line-height: 40px;
  height: 40px;
  color: black;
  width: 100%;
  margin-bottom: 0px;
  background-color: #fff;
  padding: 5px;
}
.search-modal .search-modal-label input::-moz-placeholder {
  color: lightgray;
}
.search-modal .search-modal-label input::placeholder {
  color: lightgray;
}

.search-modal-frequently-searched {
  margin-top: 20px;
}
@media screen and (max-width: 1200px) {
  .search-modal-frequently-searched {
    display: none;
  }
}
.search-modal-frequently-searched .search-modal-frequently-searched-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #ac9563;
  font-family: "MinionPro";
  font-style: italic;
}
.search-modal-frequently-searched ul {
  display: block;
  -moz-column-count: 3;
       column-count: 3;
}
.search-modal-frequently-searched li {
  display: block;
}
.search-modal-frequently-searched li a {
  font-size: 14px;
  line-height: 24px;
  color: gray;
}
.search-modal-frequently-searched li a:hover {
  text-decoration: underline;
  color: black;
}

.search-entry {
  margin-bottom: 40px;
  text-align: left;
  padding: 40px 0px;
  border-bottom: 1px solid lightgray;
}
.search-entry h3 {
  margin-bottom: 10px;
  color: #0a406b;
  font-size: 22px;
}
.search-entry p {
  font-size: 16px;
  margin-bottom: 10px;
}
.search-entry span a {
  font-size: 16px;
  color: #5d995d;
  font-weight: 700;
}
.search-entry span a:hover {
  color: #0a406b;
}

.search-widget h2 {
  font-family: "SerlioLH";
  font-size: 40px;
  line-height: 40px;
  color: #ac9563;
}

@media only screen and (max-width: 767px) {
  .search-modal-frequently-searched {
    display: none;
  }
}

.search-modal-submit svg {
  display: block;
  width: 40px;
  height: 40px;
  transition: fill 350ms ease-in-out;
  fill: #565454;
  background: #ac9563;
  padding: 9px;
}

#search-result-panel {
  display: none;
}

.navigation-panel-visible.search-model-visible.search-result-visible #search-result-panel {
  display: block;
  position: fixed;
  left: 500px;
  top: 0;
  align-items: center;
  width: calc(100% - 500px);
  height: 100vh;
  padding: 65px 0% 50px 0px;
  background-color: #f6f5f3;
  transform: none;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  overflow: auto;
  z-index: 90;
  background: #fff;
  justify-content: end;
}
@media only screen and (max-height: 1150px) {
  .navigation-panel-visible.search-model-visible.search-result-visible #search-result-panel {
    display: block;
  }
}
@media only screen and (max-width: 500px) {
  .navigation-panel-visible.search-model-visible.search-result-visible #search-result-panel {
    width: calc(100% + -4px);
    left: 120.4%;
    transform: translateX(calc(-100% - 100px));
  }
}
.navigation-panel-visible.search-model-visible.search-result-visible #search-result-panel .search-result-panel-content .search-header h1 {
  font-family: "SerlioLH";
  font-size: 50px;
  line-height: 50px;
  color: #505050;
}
.navigation-panel-visible.search-model-visible.search-result-visible #search-result-panel .search-result-panel-content .search-header h3 {
  font-family: "MinionPro";
  font-size: 19px;
  line-height: 26px;
  color: #505050;
  font-style: italic;
}
.navigation-panel-visible.search-model-visible.search-result-visible #search-result-panel .search-result-panel-content .search-wrapper .search-entry {
  margin-bottom: 15px;
  text-align: left;
  padding: 20px 0px;
}
.navigation-panel-visible.search-model-visible.search-result-visible #search-result-panel .search-result-panel-content .search-wrapper .search-entry:not(:last-child) {
  border-bottom: 1px solid #d8d8d8;
}
.navigation-panel-visible.search-model-visible.search-result-visible #search-result-panel .search-result-panel-content .search-wrapper .search-entry h3 {
  font-family: "SerlioLH";
  font-size: 32px;
  line-height: 32px;
  color: #505050;
}
.navigation-panel-visible.search-model-visible.search-result-visible #search-result-panel .search-result-panel-content .search-wrapper .search-entry div p {
  font-family: "ProximaNovaRegular";
  font-size: 13px;
  line-height: 23px;
  color: #505050;
}
.navigation-panel-visible.search-model-visible.search-result-visible #search-result-panel .search-result-panel-content .search-nav {
  position: relative;
  width: auto;
  display: inline-flex;
}
.navigation-panel-visible.search-model-visible.search-result-visible #search-result-panel .search-result-panel-content .search-nav .search-arrow {
  display: inline-block;
}
.navigation-panel-visible.search-model-visible.search-result-visible #search-result-panel .search-result-panel-content .search-nav .search-pages {
  margin: 0px 8px;
}
.navigation-panel-visible.search-model-visible.search-result-visible #search-result-panel .search-result-panel-content .search-nav .search-pages li {
  list-style-type: none;
  display: inline-block;
}
.navigation-panel-visible.search-model-visible.search-result-visible #search-result-panel .search-result-panel-content .search-nav .search-pages li a {
  margin: 0px 8px;
}

@media screen and (max-width: 1000px) {
  #navigation-panel {
    width: 400px;
    padding: 20px 30px;
    transform: none;
  }

  .navigation-panel-visible.search-model-visible.search-result-visible #search-result-panel {
    width: calc(100% - 400px);
  }
}
@media screen and (max-width: 1200px) {
  .navigation-panel-visible #navigation-panel {
    width: 400px;
    padding: 0;
    transform: none;
  }
  .navigation-panel-visible #navigation-panel .search-modal.active {
    display: block;
    transform: none;
    width: 100%;
    left: 0;
  }

  .navigation-panel-visible.search-model-visible.search-result-visible #search-result-panel {
    width: calc(100% - 300px);
    left: 400px;
    padding: 80px 100px 10px 20px;
  }
}
@media screen and (max-width: 850px) {
  .navigation-panel-visible #navigation-panel {
    transform: none;
    padding: 0 0 30px 0;
    z-index: 9999;
    height: auto;
    top: 60px;
    width: 100%;
  }
  .navigation-panel-visible #navigation-panel .search-modal.active {
    display: block;
    transform: none;
    top: 0;
  }

  .navigation-panel-visible.search-model-visible.search-result-visible #search-result-panel {
    width: 100%;
    left: 0;
    top: 230px;
    height: calc(100vh - 230px);
    overflow: auto;
    transform: none;
  }
}
.socials {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .socials {
    float: none;
  }
}
.socials li {
  display: inline-block;
  margin: 0 5px;
}
.socials a {
  position: relative;
  display: block;
  width: 26px;
  height: 26px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/sprite.svg") 0 0 no-repeat;
}
.socials a::before {
  display: none;
}
@media only screen and (max-width: 767px) {
  .socials a {
    display: inline-block;
  }
}
.socials a.facebook {
  background-position: -1px -347px;
}
.socials a.facebook:hover {
  background-position: -1px -387px;
}
.socials a.twitter {
  background-position: -41px -348px;
}
.socials a.twitter:hover {
  background-position: -41px -388px;
}
.socials a.instagram {
  background-position: -281px -347px;
}
.socials a.instagram:hover {
  background-position: -281px -387px;
}
.socials a.tripadvisor {
  background-position: -201px -347px;
}
.socials a.tripadvisor:hover {
  background-position: -201px -387px;
}
.socials a.youtube {
  background-position: -121px -347px;
}
.socials a.youtube:hover {
  background-position: -121px -387px;
}
.socials a.flickr {
  background-position: -361px -347px;
}
.socials a.flickr:hover {
  background-position: -361px -387px;
}
.socials a.pinterest {
  background-position: -241px -347px;
}
.socials a.pinterest:hover {
  background-position: -241px -387px;
}

.accordion {
  margin: 60px 0;
}
.accordion p:empty {
  margin-bottom: 0;
}
.accordion__item {
  border-bottom: 1px solid #d8d8d8;
}
.accordion__item-title {
  position: relative;
  display: block;
  margin-bottom: 0;
  padding: 15px 0;
  color: #ac9563;
  font-size: 20px;
  line-height: 30px;
  cursor: pointer;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .accordion__item-title {
    font-size: 18px;
    line-height: 33px;
  }
}
.accordion__item-title::after {
  content: "⁺";
  position: absolute;
  top: 40%;
  right: 0;
  color: #ac9563;
  font-size: 60px;
  line-height: 1;
  font-weight: 100;
}
.accordion__item-title:hover {
  color: #8b7132;
}
.accordion__item-title:hover::after {
  color: #8b7132;
}
.accordion__item-title--open::after {
  content: "⁻";
}
.accordion__container {
  display: none;
}
.accordion__container-inner {
  display: flex;
}
.accordion__container-inner.full {
  display: block;
}
.accordion__container-inner.full .accordion__container-column {
  width: 100%;
  margin: 10px 0;
}
@media (max-width: 767.98px) {
  .accordion__container-inner {
    display: block;
  }
}
.accordion__container-column {
  position: relative;
  font-size: 16px;
  line-height: 22px;
}
.accordion__container-column::after {
  content: "";
  display: block;
  width: 2px;
  height: 25px;
  position: absolute;
  top: 5px;
  right: 0;
  background: #d8d8d8;
}
@media (max-width: 767.98px) {
  .accordion__container-column::after {
    display: none;
  }
}
.accordion__container-column.accordion__container-column--excerpt::after {
  content: none;
}
@media (min-width: 768px) {
  .accordion__container-column.accordion__container-column--excerpt {
    width: 50%;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .accordion__container-column.accordion__container-column--excerpt {
    width: 60%;
    padding-right: 30px;
  }
}
@media (min-width: 1280px) {
  .accordion__container-column.accordion__container-column--excerpt {
    width: 67%;
    padding-right: 50px;
  }
}
@media (min-width: 768px) {
  .accordion__container-column.accordion__container-column--price-list {
    width: 33%;
  }
}
@media (min-width: 992px) {
  .accordion__container-column.accordion__container-column--price-list {
    width: 25%;
  }
}
@media (min-width: 1280px) {
  .accordion__container-column.accordion__container-column--price-list {
    width: 22%;
  }
}
.accordion__container-column.accordion__container-column--price-list .accordion__price-box {
  display: block;
  margin: auto;
}
@media (max-width: 767.98px) {
  .accordion__container-column.accordion__container-column--price-list .accordion__price-box {
    list-style: none;
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .accordion__container-column.accordion__container-column--price-list .accordion__price-box {
    padding: 0 14px;
  }
}
.accordion__container-column.accordion__container-column--price-list .accordion__price-box .accordion__price-row {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 767.98px) {
  .accordion__container-column.accordion__container-column--price-list .accordion__price-box .accordion__price-row {
    display: block;
  }
}
.accordion__container-column.accordion__container-column--price-list .accordion__price-box .accordion__price-row .accordion__price-key {
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin: 0 10px;
  max-width: 50%;
}
@media (max-width: 767.98px) {
  .accordion__container-column.accordion__container-column--price-list .accordion__price-box .accordion__price-row .accordion__price-key {
    margin: 0;
  }
}
.accordion__container-column.accordion__container-column--price-list .accordion__price-box .accordion__price-row .accordion__price-value {
  font-size: 16px;
  margin: 0 10px;
  max-width: 50%;
}
@media (max-width: 767.98px) {
  .accordion__container-column.accordion__container-column--price-list .accordion__price-box .accordion__price-row .accordion__price-value {
    margin: 0;
  }
}
.accordion__container-column.accordion__container-column--reserve {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
}
.accordion__container-column.accordion__container-column--reserve::after {
  content: none;
}
@media (max-width: 767.98px) {
  .accordion__container-column.accordion__container-column--reserve {
    display: block;
    margin: 20px 0;
  }
}
@media (min-width: 768px) {
  .accordion__container-column.accordion__container-column--reserve {
    width: 17%;
    text-align: right;
  }
}
@media (min-width: 992px) {
  .accordion__container-column.accordion__container-column--reserve {
    width: 15%;
  }
}
@media (min-width: 1280px) {
  .accordion__container-column.accordion__container-column--reserve {
    width: 11%;
  }
}
.accordion__container .accordion-rightblock {
  display: flex;
  width: 33%;
  flex-flow: column;
}
@media (min-width: 992px) {
  .accordion__container .accordion-rightblock {
    width: 40%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .accordion__container .accordion-rightblock {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .accordion__container .accordion-rightblock {
    width: 100%;
  }
}
.accordion__container .accordion-rightblock .accordion-rightblock-row {
  width: 100%;
  flex-flow: row;
  justify-content: space-around;
  display: flex;
  margin-bottom: 10px;
  position: relative;
  min-height: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .accordion__container .accordion-rightblock .accordion-rightblock-row {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .accordion__container .accordion-rightblock .accordion-rightblock-row {
    justify-content: unset;
    flex-flow: column;
  }
}
.accordion__container .accordion-rightblock .accordion-rightblock-row::after {
  content: "";
  display: block;
  width: 2px;
  height: 25px;
  position: absolute;
  top: 5px;
  left: 0;
  background: #d8d8d8;
}
@media only screen and (max-width: 767px) {
  .accordion__container .accordion-rightblock .accordion-rightblock-row::after {
    display: none;
  }
}
.accordion__container .accordion-rightblock .accordion-block-column-1 {
  width: 80%;
}
.accordion__container .accordion-rightblock .accordion-block-column-2 {
  width: 33%;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .accordion__container .accordion-rightblock .accordion-block-column-2 {
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .accordion__container .accordion-rightblock .accordion-block-column-2 {
    margin: 0 0 20px 0;
  }
}

.alt-content-slider {
  margin-top: 100px;
  padding-bottom: 70px;
}
.alt-content-slider.beige {
  background-color: #f6f5f3;
}
.alt-content-slider.left .slide {
  flex-direction: row-reverse;
}
.alt-content-slider.alt-slider + .alt-slider {
  margin-top: 0 !important;
}
.alt-content-slider.controls-left {
  padding-bottom: 125px;
}
.alt-content-slider.controls-left .slideshow-control {
  right: auto;
  left: 0;
}
.alt-content-slider.controls-middle .slideshow-control {
  right: 52%;
}
.alt-content-slider.controls-middle.left .slideshow-control {
  right: auto;
  left: 52%;
}
.alt-content-slider .slideshow {
  position: relative;
}
.alt-content-slider .slideshow .slide {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .alt-content-slider .slideshow .slide {
    flex-direction: column-reverse !important;
  }
}
.alt-content-slider .slideshow .slide.swiper-slide {
  opacity: 0;
}
.alt-content-slider .slideshow .slide.swiper-slide.swiper-slide-active {
  opacity: 1;
}
.alt-content-slider .alt-content {
  width: 48%;
  padding: 20px 0;
}
@media only screen and (max-width: 767px) {
  .alt-content-slider .alt-content {
    width: 100%;
    padding: 20px 0 40px;
  }
}
.alt-content-slider .alt-content h2 {
  font-size: 50px;
  line-height: 43px;
  text-decoration: none;
}
@media only screen and (max-width: 979px) {
  .alt-content-slider .alt-content h2 {
    font-size: 36px;
    line-height: 1;
  }
}
.alt-content-slider .alt-content .subtitle {
  font-family: "MinionPro";
  font-size: 19px;
  line-height: 26px;
  font-style: italic;
  letter-spacing: 1px;
  color: #ac9563;
  margin: 0 0 5px;
}
.alt-content-slider .alt-content .copy {
  font-size: 16px;
  line-height: 22px;
}
@media only screen and (max-width: 979px) {
  .alt-content-slider .alt-content .copy {
    font-size: 14px;
    line-height: 20px;
  }
}
.alt-content-slider .alt-content .copy strong {
  color: #ac9563;
}
.alt-content-slider .alt-img {
  width: 48%;
  height: 425px;
  margin-top: -50px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .alt-content-slider .alt-img {
    height: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .alt-content-slider .alt-img {
    width: 100%;
    margin-top: 0;
  }
}
.alt-content-slider .bttn-set {
  margin-bottom: 20px;
}
.alt-content-slider .bttn-set a {
  margin-right: 20px;
}
.alt-content-slider .bttn-set a.bordered {
  font-weight: 600;
}
.alt-content-slider .slideshow-control {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  font-size: 0;
}
.alt-content-slider .slideshow-control .slideshow-button {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 34px;
  font-size: 0;
}
.alt-content-slider .slideshow-control .slideshow-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -6px;
  display: block;
  width: 12px;
  height: 12px;
  border-left: 2px solid #ac9563;
  border-bottom: 2px solid #ac9563;
}
.alt-content-slider .slideshow-control .slideshow-button.previous::before {
  transform: rotate(45deg);
}
.alt-content-slider .slideshow-control .slideshow-button.next::before {
  transform: rotate(230deg);
}
.alt-content-slider .slideshow-control .swiper-pagination {
  margin-top: 3px;
  font-family: "MinionPro";
  color: #505050;
  font-size: 13px;
}

.alt-img-slider {
  margin-top: 100px;
  padding-bottom: 70px;
}
.alt-img-slider.beige {
  background-color: #f6f5f3;
}
.alt-img-slider.left .alt-img-block {
  flex-direction: row-reverse;
}
.alt-img-slider.alt-slider + .alt-slider {
  margin-top: 0 !important;
}
.alt-img-slider .alt-img-block {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .alt-img-slider .alt-img-block {
    flex-direction: column-reverse !important;
  }
}
.alt-img-slider .alt-content {
  width: 48%;
  padding: 20px 0;
}
@media only screen and (max-width: 767px) {
  .alt-img-slider .alt-content {
    width: 100%;
  }
}
.alt-img-slider .alt-content h2 {
  font-size: 50px;
  line-height: 43px;
  text-decoration: none;
}
@media only screen and (max-width: 979px) {
  .alt-img-slider .alt-content h2 {
    font-size: 36px;
    line-height: 1;
  }
}
.alt-img-slider .alt-content .subtitle {
  font-family: "MinionPro";
  font-size: 19px;
  line-height: 26px;
  font-style: italic;
  letter-spacing: 1px;
  color: #ac9563;
  margin: 0 0 5px;
}
.alt-img-slider .alt-content .copy {
  font-size: 16px;
  line-height: 22px;
}
@media only screen and (max-width: 979px) {
  .alt-img-slider .alt-content .copy {
    font-size: 14px;
    line-height: 20px;
  }
}
.alt-img-slider .alt-content .copy strong {
  color: #ac9563;
}
.alt-img-slider .alt-imgs {
  position: relative;
  width: 48%;
  margin-top: -50px;
  overflow: hidden;
  padding-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .alt-img-slider .alt-imgs {
    padding-bottom: 0;
    width: 100%;
  }
}
.alt-img-slider .alt-imgs .slide {
  width: 100%;
  height: 425px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .alt-img-slider .alt-imgs .slide {
    height: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .alt-img-slider .alt-imgs .slide {
    height: 220px;
  }
}
.alt-img-slider .alt-imgs .bttn-set {
  margin-bottom: 20px;
}
.alt-img-slider .alt-imgs .bttn-set a {
  margin-right: 20px;
}
.alt-img-slider .alt-imgs .slideshow-control {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .alt-img-slider .alt-imgs .slideshow-control {
    display: none;
  }
}
.alt-img-slider .alt-imgs .slideshow-control .slideshow-button {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 34px;
  font-size: 0;
}
.alt-img-slider .alt-imgs .slideshow-control .slideshow-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -6px;
  display: block;
  width: 12px;
  height: 12px;
  border-left: 2px solid #ac9563;
  border-bottom: 2px solid #ac9563;
}
.alt-img-slider .alt-imgs .slideshow-control .slideshow-button.previous::before {
  transform: rotate(45deg);
}
.alt-img-slider .alt-imgs .slideshow-control .slideshow-button.next::before {
  transform: rotate(230deg);
}
.alt-img-slider .alt-imgs .slideshow-control .swiper-pagination {
  margin-top: 3px;
  font-family: "MinionPro";
  color: #505050;
  font-size: 13px;
}

.reviews-slideshow {
  position: relative;
  padding: 0 0 100px;
  background-color: white;
  overflow: hidden;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .reviews-slideshow {
    padding-bottom: 70px;
  }
}
.reviews-slideshow .title {
  text-align: center;
}
.reviews-slideshow .slideshow {
  margin: 0 auto;
  overflow: hidden;
}
.reviews-slideshow .slideshow-wrapper {
  display: flex;
  align-items: center;
}
.reviews-slideshow .slide {
  position: relative;
  display: block;
  padding: 0 100px;
  font-family: "ProximaNovaRegular", Arial, sans-serif;
  color: #525252;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
.reviews-slideshow .slide .name {
  margin-top: 25px;
  color: #ac9563;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 400;
  text-transform: uppercase;
}
.reviews-slideshow .slide .copy {
  max-width: 1170px;
  margin: 40px auto;
  font-family: "MinionPro";
  color: #505050;
  font-size: 30px;
  line-height: 38px;
  font-style: italic;
  quotes: "«" "»";
}
.reviews-slideshow .slide .copy .copy:before {
  content: "“";
  display: inline;
}
.reviews-slideshow .slide .copy .copy:after {
  content: "”";
  display: inline;
}
.reviews-slideshow .slide .copy * {
  display: inline;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .reviews-slideshow .slide .copy {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 767px) {
  .reviews-slideshow .slide .copy {
    font-size: 18px;
    line-height: 1.2;
  }
}
.reviews-slideshow .slideshow-button {
  position: absolute;
  top: 50%;
  width: 22px;
  height: 22px;
  margin-top: -10px;
  text-indent: -100em;
  border: 2px solid #000;
  border-left: 0;
  border-bottom: 0;
  transition: border-color 350ms ease-in-out;
  cursor: pointer;
  overflow: hidden;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .reviews-slideshow .slideshow-button {
    display: none;
  }
}
.reviews-slideshow .slideshow-button:hover {
  border-color: #aaa;
}
.reviews-slideshow .slideshow-button.previous {
  left: 40px;
  transform: rotate(-135deg);
}
@media only screen and (max-width: 979px) {
  .reviews-slideshow .slideshow-button.previous {
    left: 20px;
  }
}
.reviews-slideshow .slideshow-button.next {
  right: 40px;
  transform: rotate(45deg);
}
@media only screen and (max-width: 979px) {
  .reviews-slideshow .slideshow-button.next {
    right: 20px;
  }
}

.wide-slideshow {
  position: relative;
  width: 100%;
  padding: 50px 0;
  overflow: hidden;
  z-index: 10;
}
.wide-slideshow .slideshow {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.wide-slideshow .slideshow-wrapper {
  display: flex;
  align-items: center;
}
.wide-slideshow .slide {
  position: relative;
  display: block;
  width: 100%;
  height: 62.5vw;
  max-height: 900px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.wide-slideshow .slide .wide-slide-content {
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
}
.wide-slideshow .slide .wide-slide-content * {
  color: #fff;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.wide-slideshow .slide .wide-slide-title {
  margin-bottom: 20px;
  font-family: "MinionPro";
  font-size: 40px;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .wide-slideshow .slide .wide-slide-title {
    font-size: 38px;
  }
}
.wide-slideshow .slide a.wide-slide-link {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
}
.wide-slideshow .slide a.wide-slide-link:hover {
  color: #fff;
}
.wide-slideshow .slide a.wide-slide-link::before {
  background-color: #fff;
}
.wide-slideshow .slideshow-button {
  border: 2px solid #fff;
  border-bottom: 0;
  border-left: 0;
  height: 30px;
  overflow: hidden;
  position: absolute;
  text-indent: -100em;
  top: 50%;
  margin-top: -10px;
  width: 30px;
  z-index: 10;
  transition: border-color 350ms ease-in-out;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .wide-slideshow .slideshow-button {
    display: none;
  }
}
.wide-slideshow .slideshow-button:hover {
  border-color: #aaa;
}
.wide-slideshow .slideshow-button.previous {
  left: 40px;
  transform: rotate(-135deg);
}
@media only screen and (max-width: 979px) {
  .wide-slideshow .slideshow-button.previous {
    left: 20px;
  }
}
.wide-slideshow .slideshow-button.next {
  right: 40px;
  transform: rotate(45deg);
}
@media only screen and (max-width: 979px) {
  .wide-slideshow .slideshow-button.next {
    right: 20px;
  }
}

.wide-slider-gallery {
  position: relative;
  width: 100%;
  padding: 10px 0 0;
  overflow: hidden;
  z-index: 10;
}
@media only screen and (max-width: 979px) {
  .wide-slider-gallery {
    padding: 0;
  }
}
.wide-slider-gallery .slideshow {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.wide-slider-gallery .slideshow-wrapper {
  display: flex;
  align-items: center;
}
.wide-slider-gallery .slide {
  position: relative;
  display: block;
  width: 100%;
  height: 100vw;
  min-height: 86vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 979px) {
  .wide-slider-gallery .slide {
    min-height: auto;
  }
}
.wide-slider-gallery .slideshow-button {
  border: 4px solid #fff;
  border-bottom: 0;
  border-left: 0;
  height: 30px;
  overflow: hidden;
  position: absolute;
  text-indent: -100em;
  top: 50%;
  margin-top: -10px;
  width: 30px;
  z-index: 10;
  transition: border-color 350ms ease-in-out;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .wide-slider-gallery .slideshow-button {
    display: none;
  }
}
.wide-slider-gallery .slideshow-button:hover {
  border-color: #aaa;
}
.wide-slider-gallery .slideshow-button.previous {
  left: 40px;
  transform: rotate(-135deg);
}
@media only screen and (max-width: 979px) {
  .wide-slider-gallery .slideshow-button.previous {
    left: 20px;
  }
}
.wide-slider-gallery .slideshow-button.next {
  right: 40px;
  transform: rotate(45deg);
}
@media only screen and (max-width: 979px) {
  .wide-slider-gallery .slideshow-button.next {
    right: 20px;
  }
}

.video-block {
  margin: 50px 0;
}
.video-block .container {
  position: relative;
  width: 100%;
  height: 680px;
  z-index: 200;
}
@media only screen and (max-width: 1025px) {
  .video-block .container {
    height: 50vw;
  }
}
.video-block .container .video-thumb {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.video-block .container .video-thumb .play-video {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 70px;
  height: 70px;
  font-size: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6) url("../images/icon__play.svg") calc(50% + 4px) 50% no-repeat;
  background-size: 20px 28px;
  transform: translateX(-50%);
  z-index: 240;
}
.video-block .container .video-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.video-block .container .video-container .close-video {
  position: absolute;
  top: -15px;
  right: -15px;
  display: block;
  width: 30px;
  height: 30px;
  padding-left: 5px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 240;
}
.video-block .container .video-container .close-video::before, .video-block .container .video-container .close-video::after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: #555;
}
.video-block .container .video-container .close-video::before {
  transform: rotate(45deg);
}
.video-block .container .video-container .close-video::after {
  transform: rotate(-45deg);
}

.acm-venues-chart {
  margin: 50px 0;
}
.acm-venues-chart .tabs .tabs-titles {
  display: flex;
  margin: 50px 0;
}
.acm-venues-chart .tabs .tabs-titles li.tab-title {
  display: block;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  transition: 0.3s;
}
.acm-venues-chart .tabs .tabs-titles li.tab-title button {
  display: block;
  padding: 10px;
  color: #ac9563;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  transition: 0.3s;
}
.acm-venues-chart .tabs .tabs-titles li.tab-title button:hover {
  color: #505050;
}
.acm-venues-chart .tabs .tabs-titles li.tab-title.active {
  border-top: 1px solid #505050;
  border-bottom: 1px solid #505050;
}
.acm-venues-chart .tabs .tabs-titles li.tab-title.active button {
  color: #505050;
}
.acm-venues-chart .tabs .tabs-content {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.acm-venues-chart .tabs .tabs-content-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: 0.3s;
}
.acm-venues-chart .tabs .tabs-content-item.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
.acm-venues-chart .tabs .tabs-content-item img {
  display: block;
  width: 100%;
}
.acm-venues-chart .tabs .table-overflow {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.acm-venues-chart .tabs table.venues-chart-table {
  width: 98%;
  border: 1px solid #d8d8d8;
}
.acm-venues-chart .tabs table.venues-chart-table tbody tr:nth-child(2n) {
  background-color: #f6f5f3;
}
.acm-venues-chart .tabs table.venues-chart-table th {
  white-space: nowrap;
  border-bottom: 1px solid #d8d8d8;
}
.acm-venues-chart .tabs table.venues-chart-table td {
  position: relative;
  font-size: 0.8em;
  text-align: center;
  border: none;
  background: none;
}
.acm-venues-chart .tabs table.venues-chart-table td:first-child {
  text-align: left;
}
.acm-venues-chart .tabs table.venues-chart-table td:empty::before {
  content: "-";
  position: absolute;
  top: 10px;
  left: 50%;
  display: block;
  height: 4px;
}
.acm-venues-chart .tabs table.venues-chart-table td.h2 {
  color: #ac9563;
  font-family: "MinionPro";
  font-size: 30px;
  font-style: italic;
  text-transform: none;
  text-align: left;
}

.acm-pressroom {
  margin-top: 60px;
}
.acm-pressroom .acm-pressroom-block {
  display: flex;
}
.acm-pressroom .year {
  margin-right: 15px;
  margin-bottom: 15px;
  font-family: "MinionPro";
  color: #ac9563;
}
.acm-pressroom .press-cont {
  display: block;
}
.acm-pressroom .press-cont li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.acm-pressroom .press-cont .press-date {
  width: 170px;
}
.acm-pressroom .press-cont .press-link a {
  display: block;
  padding-right: 20px;
}
.acm-pressroom .press-cont .press-link a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 10px;
  height: 10px;
  background: url("../images/icon__play.svg") 0 0 no-repeat;
  background-size: contain;
}

.acm-columns {
  display: block;
  width: 100%;
  margin-bottom: -50px;
  padding: 80px 0;
  background-color: #f6f5f3;
  overflow: hidden;
}
.acm-columns.alternative h3 {
  font-style: normal;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 30px;
  font-family: "Futura";
}
.acm-columns.alternative .acm-columns--column {
  font-size: 30px;
  line-height: 38px;
  font-style: italic;
  font-family: "MinionPro";
  color: #000;
  max-width: 960px;
  margin: 0 auto;
}
.acm-columns h3 {
  margin-bottom: 40px;
  color: #ac9563;
  font-family: "MinionPro";
  font-size: 40px;
  font-style: italic;
  line-height: 40px;
  text-align: center;
}
.acm-columns .row {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .acm-columns .row.columns-1, .acm-columns .row.columns-2, .acm-columns .row.columns-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .acm-columns .row.columns-1 .acm-columns--column, .acm-columns .row.columns-2 .acm-columns--column, .acm-columns .row.columns-3 .acm-columns--column {
    width: 100%;
    padding: 1rem 0;
    border-right: none;
  }
  .acm-columns .row.columns-1 .acm-columns--column::after, .acm-columns .row.columns-2 .acm-columns--column::after, .acm-columns .row.columns-3 .acm-columns--column::after {
    content: "";
    position: relative;
    left: 50%;
    display: block;
    width: 70%;
    border-bottom: 1px solid #ac9563;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 979px) {
  .acm-columns .row.columns-4, .acm-columns .row.columns-5 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .acm-columns .row.columns-4 .acm-columns--column, .acm-columns .row.columns-5 .acm-columns--column {
    width: 100%;
    padding: 1rem 0;
    border-right: none;
  }
  .acm-columns .row.columns-4 .acm-columns--column::after, .acm-columns .row.columns-5 .acm-columns--column::after {
    content: "";
    position: relative;
    left: 50%;
    display: block;
    width: 70%;
    border-bottom: 1px solid #ac9563;
    transform: translateX(-50%);
  }
}
.acm-columns .row.columns-1 .acm-columns--column:last-child::after, .acm-columns .row.columns-2 .acm-columns--column:last-child::after, .acm-columns .row.columns-3 .acm-columns--column:last-child::after, .acm-columns .row.columns-4 .acm-columns--column:last-child::after, .acm-columns .row.columns-5 .acm-columns--column:last-child::after {
  display: none;
}
.acm-columns--column {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  padding: 0 1rem;
  font-size: 0.9em;
  text-align: center;
  border-right: 1px solid #ac9563;
}
.acm-columns--column:last-child {
  border: none;
}
.acm-columns--column h2, .acm-columns--column h3, .acm-columns--column h4, .acm-columns--column h5, .acm-columns--column h6 {
  font-family: "Futura";
}
.acm-columns--column h5, .acm-columns--column h6 {
  font-weight: 400;
}
.acm-columns--column a {
  color: #ac9563;
}
.acm-columns--column a::before {
  background-color: #ac9563;
}

.tiles {
  display: block;
  padding: 50px 0;
}
.tiles .row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 10px;
}
.tiles .tile {
  position: relative;
  width: calc(50% - 30px);
  min-width: 330px;
  margin: 15px;
}
@media only screen and (max-width: 767px) {
  .tiles .tile {
    width: 100%;
  }
}
.tiles .tile img {
  display: block;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.tiles .tile-content {
  position: relative;
  left: 20%;
  display: block;
  width: 80%;
  margin-top: -20%;
  padding: 20px;
  background-color: #fff;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .tiles .tile-content {
    left: 10%;
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .tiles .tile-content {
    left: 0;
    width: 100%;
    margin-top: 0;
  }
}
.tiles .tile-link {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
}

.specials-acm {
  margin-top: 80px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}
.specials-acm:after {
  content: "";
  background-color: #f6f5f3;
  position: absolute;
  top: 110px;
  width: auto;
  height: 100%;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .specials-acm {
    padding-bottom: 30px;
  }
  .specials-acm:after {
    top: 80px;
  }
}
.specials-acm .center-column {
  text-align: center;
}
.specials-acm .h1-like {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .specials-acm .h1-like {
    margin-bottom: 15px;
  }
}
.specials-acm .slideshow-container {
  position: relative;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 10px;
}
.specials-acm .slideshow {
  margin: 0 auto;
  position: relative;
  max-width: 1260px;
  overflow: hidden;
  z-index: 2;
}
.specials-acm .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
.specials-acm .slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  width: calc(33.334% - 20px);
  margin: 0 10px;
  background-color: #f6f5f3;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .specials-acm .slide {
    width: calc(50% - 20px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .specials-acm .slide {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .specials-acm .slide {
    width: 100%;
    margin: 0;
    text-align: center;
  }
}
.specials-acm .slide .inner-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .specials-acm .slide .inner-wrapper {
    height: auto;
  }
}
.specials-acm .slide .inner-wrapper .button {
  font-weight: 400;
}
.specials-acm .slide .inner-wrapper .thumbnail-wrapper {
  width: 100%;
  height: 400px;
  position: relative;
  left: 0;
  margin-bottom: 50px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .specials-acm .slide .inner-wrapper .thumbnail-wrapper {
    height: 335px;
  }
}
.specials-acm .slide .inner-wrapper .slide-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
  background-color: #f6f5f3;
}
.specials-acm .slide .inner-wrapper .slide-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px 0 20px;
  background-color: rgba(246, 245, 243, 0.8);
  overflow: hidden;
  z-index: 2;
  box-sizing: border-box;
  transform: translateY(80%);
  transition: all 350ms ease-in-out;
}
.specials-acm .slide .inner-wrapper .slide-content h3 {
  width: 400px;
  margin-bottom: 10px;
  font: normal 26px/1.2 "MinionPro";
}
.specials-acm .slide .inner-wrapper .slide-content h3 a {
  text-decoration: none;
}
.specials-acm .slide .inner-wrapper .slide-content h3 a:hover {
  text-decoration: underline;
}
.specials-acm .slide .inner-wrapper .slide-content .slide-text {
  font-size: 18px;
  line-height: 1.2;
  width: 100%;
  min-height: 145px;
}
@media only screen and (max-width: 979px) {
  .specials-acm .slide .inner-wrapper .slide-content h3 {
    width: auto;
    white-space: normal;
    overflow: hidden;
    text-overflow: unset;
  }
  .specials-acm .slide .inner-wrapper .slide-content .slide-text {
    font-size: 16px;
    min-height: 130px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .specials-acm .slide .inner-wrapper .slide-content .slide-text {
    padding: 0 10px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .specials-acm .slide .inner-wrapper .slide-content {
    transform: translateY(76%);
    text-align: center;
  }
  .specials-acm .slide .inner-wrapper .slide-content .slide-text {
    font-size: 14px;
    line-height: 1.3;
  }
}
.specials-acm .slide:hover .inner-wrapper .slide-content {
  background-color: #f6f5f3;
  transform: translateY(0);
}
.specials-acm .view-all-button {
  display: inline-block;
  position: relative;
  padding: 0;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1.5px;
  font-weight: 400;
  color: #8c8c8c !important;
  line-height: normal;
  cursor: pointer;
  height: auto;
  background-color: transparent;
  margin-top: 80px;
  z-index: 2;
}
.specials-acm .view-all-button:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #8c8c8c;
  visibility: visible;
  transform: scaleX(1);
  transition: all 0.3s ease-in-out 0s;
}
.specials-acm .view-all-button:hover:after {
  visibility: hidden;
  transform: scaleX(0);
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .specials-acm .view-all-button {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .specials-acm .view-all-button {
    margin-top: 20px;
  }
}
.specials-acm .slideshow-button {
  position: absolute;
  top: 30%;
  width: 22px;
  height: 22px;
  margin-top: -10px;
  text-indent: -100em;
  border: 2px solid #000;
  border-left: 0;
  border-bottom: 0;
  transition: border-color 350ms ease-in-out;
  cursor: pointer;
  overflow: hidden;
  z-index: 10;
}
@media screen and (max-width: 1300px) {
  .specials-acm .slideshow-button {
    border: 2px solid #fff;
    border-left: 0;
    border-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .specials-acm .slideshow-button {
    top: 166px;
  }
}
.specials-acm .slideshow-button:hover {
  border-color: #aaa;
}
.specials-acm .slideshow-button.previous {
  left: 10px;
  transform: rotate(-135deg);
}
@media screen and (max-width: 1300px) {
  .specials-acm .slideshow-button.previous {
    left: 30px;
  }
}
@media only screen and (max-width: 979px) {
  .specials-acm .slideshow-button.previous {
    left: 30px;
  }
}
.specials-acm .slideshow-button.next {
  right: 10px;
  transform: rotate(45deg);
}
@media screen and (max-width: 1300px) {
  .specials-acm .slideshow-button.next {
    right: 30px;
  }
}
@media only screen and (max-width: 979px) {
  .specials-acm .slideshow-button.next {
    right: 30px;
  }
}

.text-with-location {
  margin-bottom: 100px;
}
.text-with-location .columns {
  display: flex;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .text-with-location .columns {
    display: block;
  }
}
.text-with-location .left {
  width: calc(60% - 35px);
  margin-right: 35px;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .text-with-location .left {
    margin-right: 0;
    margin-bottom: 30px;
    width: 100%;
    text-align: left;
  }
}
.text-with-location .right {
  position: relative;
  padding-left: 35px;
  font-size: 14px;
  text-align: left;
}
.text-with-location .right:before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 1px;
  height: 110%;
  background-color: #ac9563;
}
.text-with-location .contacts-stroke {
  margin-bottom: 15px;
}
.text-with-location .contacts-stroke:last-child {
  margin-bottom: 0;
}
.text-with-location .contacts-stroke h5 {
  display: block;
  margin-bottom: 0;
  font-family: "MinionPro";
  font-size: 16px;
  text-transform: uppercase;
  color: #8c8c8c;
  font-weight: 400;
}
.text-with-location .contacts-stroke p {
  margin-bottom: 0;
}
.text-with-location .contacts-stroke .link:before {
  visibility: visible;
  transform: scaleX(1);
}
.text-with-location .contacts-stroke .link:hover:before {
  visibility: hidden;
  transform: scaleX(0);
}

.big-img-with-text {
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .big-img-with-text {
    margin-bottom: 75px;
  }
}
.big-img-with-text .columns {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .big-img-with-text .columns {
    display: block;
  }
}
.big-img-with-text .left {
  position: relative;
  width: 490px;
  margin-right: 35px;
}
@media only screen and (max-width: 767px) {
  .big-img-with-text .left {
    width: 100%;
    height: 270px;
    margin-bottom: 25px;
  }
}
.big-img-with-text .right {
  width: 50%;
  margin-top: 25px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .big-img-with-text .right {
    width: 100%;
    text-align: left;
  }
}
.big-img-with-text .right strong {
  color: #ac9563;
}
.big-img-with-text .subtitle {
  font-family: "MinionPro";
  font-size: 19px;
  line-height: 26px;
  font-style: italic;
  letter-spacing: 1px;
  color: #ac9563;
  margin: 0 0 5px;
}

.slider-with-background {
  max-width: 1366px;
  margin: 0 auto;
  overflow: hidden;
}
.slider-with-background .slideshow-wrapper {
  position: relative;
}
.slider-with-background .slide-wrap {
  position: relative;
  width: 100%;
  padding: 50px 0;
  min-height: 600px;
}
@media only screen and (max-width: 767px) {
  .slider-with-background .slide-wrap {
    min-height: 262px;
  }
}
.slider-with-background .image-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .slider-with-background .image-wrapper {
    position: relative;
    height: 262px;
  }
}
.slider-with-background .content-wrapper {
  position: relative;
  margin: 50px;
  margin-left: auto;
  margin-right: 150px;
  padding: 30px;
  width: 440px;
  background-color: #ffffff;
  border: 1px solid #ac9563;
}
@media only screen and (max-width: 767px) {
  .slider-with-background .content-wrapper {
    margin: 0 auto;
    margin-top: -40px;
    width: 90%;
  }
}
.slider-with-background .subtitle {
  font-family: "MinionPro";
  font-size: 19px;
  line-height: 26px;
  font-style: italic;
  letter-spacing: 1px;
  color: #ac9563;
  margin: 0 0 5px;
}
.slider-with-background p strong {
  color: #ac9563;
}
.slider-with-background .slideshow-control {
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .slider-with-background .slideshow-control {
    margin-top: 50px;
    justify-content: center;
  }
}
.slider-with-background .slideshow-control .slideshow-button {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 34px;
  font-size: 0;
}
.slider-with-background .slideshow-control .slideshow-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -6px;
  display: block;
  width: 12px;
  height: 12px;
  border-left: 2px solid #ac9563;
  border-bottom: 2px solid #ac9563;
}
.slider-with-background .slideshow-control .slideshow-button.previous::before {
  transform: rotate(45deg);
}
.slider-with-background .slideshow-control .slideshow-button.next::before {
  transform: rotate(230deg);
}
.slider-with-background .slideshow-control .swiper-pagination {
  margin-top: 3px;
  font-family: "MinionPro";
  color: #505050;
  font-size: 13px;
}

.gallery-acm-block h5 {
  font: 700 34px/40px "SerlioLH";
  color: #ac9563;
  text-align: center;
  margin: 10px 0;
}

.live-stream-acm {
  text-align: center;
  margin-bottom: 40px;
}
.live-stream-acm .live-stream-container {
  background: #f6f5f3;
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .live-stream-acm .live-stream-container {
    padding: 20px;
  }
}
.live-stream-acm h2 {
  font-family: "MinionPro";
  font-style: italic;
  font-size: 24px;
  color: #ac9563;
  margin-bottom: 24px;
}

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

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

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

  #content-submenu {
    display: none;
  }

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

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