@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: 20px;
  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 {
  position: relative;
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #262323;
  font-family: "adobe-garamond-pro", serif;
}

.ui-datepicker-prev, .ui-datepicker-next {
  position: absolute;
  top: 0;
  width: 33px;
  height: 26px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 20;
}
.ui-datepicker-prev:after, .ui-datepicker-next:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 33px;
  height: 26px;
  transition: border-color 350ms ease-in-out;
  background: url("../images/sprite.svg");
}
.ui-datepicker-prev.ui-state-disabled, .ui-datepicker-next.ui-state-disabled {
  opacity: 0.3;
}

.ui-datepicker-prev {
  left: 5px;
}
.ui-datepicker-prev:after {
  background-position: -2px -322px;
}

.ui-datepicker-next {
  right: 5px;
}
.ui-datepicker-next:after {
  background-position: -59px -322px;
}

.ui-datepicker-calendar {
  cursor: default;
  margin: 0 auto;
  width: 252px;
  table-layout: fixed;
}
@media only screen and (max-width: 767px) {
  .ui-datepicker-calendar {
    width: 100%;
  }
}
.ui-datepicker-calendar thead {
  padding-bottom: 10px;
  border-bottom: 1px solid #F4F3EF;
}
.ui-datepicker-calendar th, .ui-datepicker-calendar td {
  line-height: 45px;
  text-align: center;
  vertical-align: middle;
  text-align: center;
  position: relative;
  padding: 0 10px;
}
@media only screen and (min-width: 0px) and (max-width: 449px) {
  .ui-datepicker-calendar th, .ui-datepicker-calendar td {
    padding: 0 5px;
  }
}
.ui-datepicker-calendar th {
  font-size: 11px;
  font-family: "adobe-garamond-pro", serif;
  color: #262323;
  text-transform: uppercase;
}
.ui-datepicker-calendar td {
  font-size: 13px;
  color: #000;
}
.ui-datepicker-calendar td.ui-datepicker-other-month, .ui-datepicker-calendar td.ui-state-disabled {
  color: #575757;
  opacity: 0.2;
}
.ui-datepicker-calendar td.ui-datepicker-other-month span:hover, .ui-datepicker-calendar td.ui-state-disabled span:hover {
  color: inherit;
  background: none;
}
.ui-datepicker-calendar a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.ui-datepicker-calendar .ui-datepicker-today a {
  background: #F4F3EF;
}
.ui-datepicker-calendar .ui-datepicker-highlight:not(.ui-datepicker-other-month) {
  position: relative;
}
.ui-datepicker-calendar .ui-datepicker-highlight:not(.ui-datepicker-other-month):before, .ui-datepicker-calendar .ui-datepicker-highlight:not(.ui-datepicker-other-month):after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #F4F3EF;
}
.ui-datepicker-calendar .ui-datepicker-highlight:not(.ui-datepicker-other-month).checkin-date:before {
  display: none;
}
.ui-datepicker-calendar .ui-datepicker-highlight:not(.ui-datepicker-other-month).checkin-date:after {
  width: 50%;
  left: auto;
  right: 0;
}
.ui-datepicker-calendar .ui-datepicker-highlight:not(.ui-datepicker-other-month).checkout-date:before {
  width: 50%;
}
.ui-datepicker-calendar .ui-datepicker-highlight:not(.ui-datepicker-other-month).checkout-date:after {
  display: none;
}
.ui-datepicker-calendar .ui-datepicker-highlight:not(.ui-datepicker-other-month) a {
  z-index: 1;
}
.ui-datepicker-calendar .ui-datepicker-highlight a, .ui-datepicker-calendar .ui-datepicker-current-day a, .ui-datepicker-calendar .ui-state-default:hover {
  background: #F4F3EF;
  color: #262323;
}

.ui-datepicker-trigger {
  float: left;
  margin: 13px 0 0 8px;
  width: 18px;
  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::-moz-placeholder {
  color: #292C2D;
}
.ui-selectmenu-button::placeholder {
  color: #292C2D;
}
.ui-selectmenu-button .ui-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  margin-top: -4px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 7px solid #292C2D;
}
.ui-selectmenu-button:hover .ui-icon {
  border-top-color: #54baba;
}
.ui-selectmenu-button .ui-selectmenu-text {
  display: block;
  height: 100%;
  padding: 0 30px 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-selectmenu-button .ui-selectmenu-text strong {
  font-weight: 700;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: "HeBS-Icons";
  src: url("../fonts/HeBS-Icons.woff2?8uvq96") format("woff2"), url("../fonts/HeBS-Icons.woff?8uvq96") format("woff");
  font-weight: normal;
  font-style: normal;
}
[class^=rooms-icon-], [class*=" rooms-icon-"], [class^=custom-icon-], [class*=" custom-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  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;
}

[class^=rooms-icon-], [class*=" rooms-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "HeBS-Icons" !important;
}

[class^=custom-icon-], [class*=" custom-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Room Icons" !important;
}

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

.custom-icon-balcony:before {
  content: "";
}

.custom-icon-hair:before {
  content: "";
}

.custom-icon-safe:before {
  content: "";
}

.custom-icon-room:before {
  content: "";
}

.custom-icon-wifi:before {
  content: "";
}

.custom-icon-tv:before {
  content: "";
}

.custom-icon-pet:before {
  content: "";
}

.custom-icon-coffee:before {
  content: "";
}

.custom-icon-smokefree:before {
  content: "";
}

.custom-icon-bar:before {
  content: "";
}

.custom-icon-conditioner:before {
  content: "";
}

.custom-icon-fridge:before {
  content: "";
}

.custom-icon-bunkbed:before {
  content: "";
}

.custom-icon-tub:before {
  content: "";
}

.custom-icon-access:before {
  content: "";
}

.custom-icon-sitting:before {
  content: "";
}

.custom-icon-water:before {
  content: "";
}

.custom-icon-bluetooth:before {
  content: "";
}

.custom-icon-tea:before {
  content: "";
}

.custom-icon-books:before {
  content: "";
}

.custom-icon-radio:before {
  content: "";
}

.custom-icon-steamer:before {
  content: "";
}

#header .logo img.logo-sticky {
  transition: all 350ms ease-in-out;
}
#header .logo:hover {
  opacity: 0.8;
}
#header .main-menu .menu.level-1 > li:hover:after {
  content: "";
  height: 6px;
  width: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #C8A164;
}
#header .main-menu .menu.level-1 > li > a.active:before, #header .main-menu .menu.level-1 > li:hover > a:before {
  color: #fff;
}
.keyboard-navigation #header .main-menu .menu.level-1 > li.parent .active + .submenu {
  display: block;
}
#header .main-menu .menu.level-1 > li.parent:hover ul, #header .main-menu .menu.level-1 > li.parent.expanded ul {
  display: block;
  background: #fff;
  padding: 40px 40px 20px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
  box-shadow: 0 5px 10px 0 rgba(38, 35, 35, 0.5);
}
#header .main-menu .menu.level-1 > li.parent:hover ul li, #header .main-menu .menu.level-1 > li.parent.expanded ul li {
  margin-bottom: 20px;
}
#header .main-menu .menu.level-1 > li.parent:hover ul li a, #header .main-menu .menu.level-1 > li.parent.expanded ul li a {
  font: 600 13px/20px "adobe-garamond-pro", serif;
  text-transform: uppercase;
  color: #262323;
  text-decoration: none;
  display: block;
  text-align: center;
  white-space: nowrap;
}
#header .main-menu .menu.level-1 > li.parent:hover ul li a:hover, #header .main-menu .menu.level-1 > li.parent:hover ul li a.active, #header .main-menu .menu.level-1 > li.parent.expanded ul li a:hover, #header .main-menu .menu.level-1 > li.parent.expanded ul li a.active {
  color: #C8A164;
}
.sticky-header #header .main-menu menu.level-1 > li:hover:after {
  content: "";
  height: 6px;
  width: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #C8A164;
}
.sticky-header #header .main-menu menu.level-1 > a.active, .sticky-header #header .main-menu menu.level-1:hover > a {
  background-color: #F4F3EF;
}
.sticky-header #header .main-menu menu.level-1 > a.active:after, .sticky-header #header .main-menu menu.level-1:hover > a:after {
  color: #262323;
}
#header .booking-trigger:hover {
  background: #8b765e;
  color: #fff;
}

#hamburger-navigation-trigger {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 37px;
  height: 37px;
  transition: background 200ms;
  z-index: 20;
  transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
  #hamburger-navigation-trigger {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation-trigger {
    display: block;
    right: 10px;
  }
}
#hamburger-navigation-trigger .smart-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -9px 0 0 -14px;
  font-size: 0;
}
#hamburger-navigation-trigger .smart-icon span {
  display: block;
  width: 28px;
  height: 3px;
  margin-bottom: 5px;
  background: #C8A164;
  transition: background 200ms, transform 150ms, border-radius 150ms;
  transform-origin: 50% 50%;
}
#hamburger-navigation-trigger .smart-icon span:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation-trigger .smart-icon span {
    background: #262323;
  }
}
.sticky-header #hamburger-navigation-trigger .smart-icon span {
  background: #262323;
}
#hamburger-navigation-trigger:hover .smart-icon span {
  transform: none;
}
#hamburger-navigation-trigger:hover .smart-icon span:first-child {
  transform: translate(0, -2px);
}
#hamburger-navigation-trigger:hover .smart-icon span:last-child {
  transform: translate(0, 2px);
}
#hamburger-navigation-trigger:active .smart-icon span, #hamburger-navigation-trigger:active .smart-icon span:first-child, #hamburger-navigation-trigger:active .smart-icon span:last-child {
  transition: transform 100ms;
  transform: none;
}
.hamburger-navigation-visible #hamburger-navigation-trigger .smart-icon span {
  background: #262323;
  transform: scale(0) rotate(90deg);
  border-radius: 0;
}
.hamburger-navigation-visible #hamburger-navigation-trigger .smart-icon span:first-child {
  transform: translate(0, 4px) rotate(45deg);
}
.hamburger-navigation-visible #hamburger-navigation-trigger .smart-icon span:last-child {
  transform: translate(0, -12px) rotate(135deg);
}
.hamburger-navigation-visible #hamburger-navigation-trigger:active .smart-icon {
  transform: scale(0.94);
}

@media only screen and (max-width: 767px) {
  html.hamburger-navigation-visible {
    overflow: hidden;
  }
}
#hamburger-navigation {
  display: none;
  position: fixed;
  right: -100%;
  top: 0;
  padding-top: 130px;
  height: 100%;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  transition: right 200ms, visibility 200ms;
  text-align: center;
  z-index: 60;
  visibility: hidden;
}
@media screen and (max-width: 1200px) {
  #hamburger-navigation {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation {
    padding-top: 100px;
  }
}
.hamburger-navigation-visible #hamburger-navigation {
  right: 0;
  visibility: visible;
}
#hamburger-navigation .main-menu {
  position: relative;
  max-width: 60%;
  margin: 0 auto;
  padding-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation .main-menu {
    max-width: 90%;
  }
}
#hamburger-navigation .main-menu .menu li {
  position: relative;
}
#hamburger-navigation .main-menu .menu a {
  display: block;
  padding: 4px 40px;
}
#hamburger-navigation .main-menu .menu.level-1 {
  padding-top: 25px;
}
#hamburger-navigation .main-menu .menu.level-1 > li.link360-template {
  margin-top: 30px;
}
#hamburger-navigation .main-menu .menu.level-1 > li > a {
  font: normal 26px/32px "adobe-garamond-pro", serif;
  text-decoration: none;
  color: #262323;
  text-transform: uppercase;
}
#hamburger-navigation .main-menu .menu.level-1 > li > a.link360 {
  background: url("../images/sprite.svg") -139px -284px;
  margin: 0 auto;
  width: 42px;
  padding: 0;
}
#hamburger-navigation .main-menu .menu.level-1 > li > a:hover, #hamburger-navigation .main-menu .menu.level-1 > li > a.active {
  color: #C8A164;
}
#hamburger-navigation .main-menu .menu.level-1 > li > .plus {
  top: 4px;
}
#hamburger-navigation .main-menu .menu.submenu {
  position: relative;
  overflow: hidden;
  max-height: 0;
  padding: 0;
  transition: max-height 222ms cubic-bezier(0, 1, 0, 1), padding 333ms, visibility 300ms;
  visibility: hidden;
}
#hamburger-navigation .main-menu .menu.submenu a {
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  color: #262323;
}
#hamburger-navigation .main-menu .menu.submenu a:hover, #hamburger-navigation .main-menu .menu.submenu a.active {
  color: #C8A164;
}
#hamburger-navigation .main-menu .parent.expanded > .submenu {
  max-height: 800px;
  padding: 10px 0;
  transition: max-height 222ms cubic-bezier(1, 0, 1, 0), padding 333ms;
  visibility: visible;
}
#hamburger-navigation .main-menu .plus {
  display: block;
  height: 32px;
  width: 32px;
  position: absolute;
  right: 10px;
  cursor: pointer;
}
#hamburger-navigation .main-menu .plus .horizontal, #hamburger-navigation .main-menu .plus .vertical {
  position: absolute;
  transition: all 333ms ease-in-out;
  transform: rotate(-90deg);
  background-color: #262323;
  top: 0;
}
#hamburger-navigation .main-menu .plus .horizontal {
  width: 8px;
  height: 2px;
  margin-left: 12px;
  margin-top: 15px;
}
#hamburger-navigation .main-menu .plus .vertical {
  width: 2px;
  height: 8px;
  margin-left: 15px;
  margin-top: 12px;
}
#hamburger-navigation .main-menu .parent.expanded > .plus > .vertical, #hamburger-navigation .main-menu .parent.expanded > .plus > .horizontal {
  transform: rotate(90deg);
  background: #262323 !important;
}
#hamburger-navigation .main-menu .parent.expanded > .plus > .horizontal {
  opacity: 0;
}
#hamburger-navigation .main-menu .menu.submenu .plus {
  top: 0;
}

@media only screen and (max-width: 767px) {
  html.booking-popup-visible {
    overflow: hidden;
  }
}
.booking {
  background: #fff;
  max-height: 100%;
}
.booking .booking-heading {
  color: #000;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 25px;
  margin-bottom: 15px;
  border-bottom: 1px solid #C8A164;
}
@media only screen and (max-width: 767px) {
  .booking .booking-heading {
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 5px;
  }
}
.booking form {
  font-size: 0;
  display: block;
}
@media only screen and (max-width: 767px) {
  .booking form {
    overflow: auto;
    max-height: 66vh;
  }
}
.booking .column {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: bottom;
}
.booking .column + .column {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .booking .column + .column {
    margin-left: 0;
  }
}
.booking .column.dates .ui-datepicker-trigger {
  position: absolute;
  top: auto;
  margin-top: auto;
}
.booking label {
  padding-bottom: 0;
  font-family: "adobe-garamond-pro", serif;
  color: #505050;
  font-size: 11px;
  line-height: 13px;
  font-weight: 100;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  display: block;
}
@media only screen and (max-width: 767px) {
  .booking label {
    font-size: 12px;
    padding-bottom: 0;
  }
}
.booking input[type=text], .booking input[type=date], .booking select, .booking .input-overlay {
  display: block;
  font-size: 14px;
  color: #000;
  width: 100%;
}
.booking .input-overlay {
  opacity: 0;
  display: block;
}
.booking #booking-dates {
  width: 100%;
}
.booking .select-wrapper {
  width: 100%;
}
.booking select {
  width: 100%;
}
.booking input[type=submit], .booking button[type=submit] {
  width: 100%;
}
.booking select {
  font-weight: normal;
}
.booking .select-wrapper {
  display: inline-block;
  position: relative;
}
.booking .select-wrapper .select-icon {
  margin-top: -4px;
  top: 50%;
}
.booking .select-wrapper .select-icon svg {
  height: 7px;
  width: 12px;
}

.booking-popup {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  top: 0;
  bottom: 0;
  right: -100%;
  padding: 50px;
  width: 100%;
  z-index: 80;
  background: rgba(38, 35, 35, 0.5);
  transition: right 400ms ease;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .booking-popup {
    padding: 50px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .booking-popup {
    padding: 50px 10px;
  }
}
.booking-popup-visible .booking-popup {
  right: 0;
}
.keyboard-navigation .booking-popup {
  display: none;
  transition: none;
}
.keyboard-navigation.booking-popup-visible .booking-popup {
  display: flex;
}
.booking-popup .booking {
  max-width: 777px;
  padding: 55px 65px;
  background: #fff;
  max-height: 100%;
  color: #000;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .booking-popup .booking {
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .booking-popup .booking {
    padding: 40px 20px;
    max-width: 80%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 449px) {
  .booking-popup .booking {
    padding: 40px 10px;
    max-width: 96%;
  }
}
.booking-popup .booking .column {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .booking-popup .booking .column {
    margin-top: 10px;
  }
}
.booking-popup .booking .column + .column {
  margin-left: 0;
}
.booking-popup .booking .column.dates, .booking-popup .booking .column.promo {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .booking-popup .booking .column.dates, .booking-popup .booking .column.promo {
    width: 100%;
  }
}
.booking-popup .booking .column.guests-column, .booking-popup .booking .column.rooms-column {
  width: calc(50% - 20px);
}
@media only screen and (max-width: 767px) {
  .booking-popup .booking .column.guests-column, .booking-popup .booking .column.rooms-column {
    width: 100%;
  }
}
.booking-popup .booking .column.rooms-column {
  margin-left: 40px;
}
@media only screen and (max-width: 767px) {
  .booking-popup .booking .column.rooms-column {
    margin-left: 0;
  }
}
.booking-popup .booking .column + .column.promo {
  margin-left: 0;
}
.booking-popup .booking .column.dates .input-overlay {
  position: relative;
  z-index: 2;
}
.booking-popup .booking .column.dates .ui-datepicker-trigger {
  right: 22px;
  bottom: auto;
  top: 32px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .booking-popup .booking .column.dates .ui-datepicker-trigger {
    right: 10px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 449px) {
  .booking-popup .booking .column.dates .ui-datepicker-trigger {
    display: none;
  }
}
.booking-popup .booking input[type=text], .booking-popup .booking input[type=date], .booking-popup .booking select, .booking-popup .booking .input-overlay {
  padding: 0 45px 0 22px;
  height: 58px;
  line-height: 58px;
  border: 1px solid #C8A164;
}
@media only screen and (max-width: 767px) {
  .booking-popup .booking input[type=text], .booking-popup .booking input[type=date], .booking-popup .booking select, .booking-popup .booking .input-overlay {
    padding: 0 30px 0 10px;
  }
}
.booking-popup .booking .input-overlay {
  margin-top: -58px;
}
@media only screen and (min-width: 0px) and (max-width: 449px) {
  .booking-popup .booking input.booking-dates {
    padding: 0 10px;
  }
}
.booking-popup .booking .select-wrapper {
  width: 100%;
}
.booking-popup .booking .select-wrapper .select-icon {
  right: 22px;
}
@media only screen and (max-width: 767px) {
  .booking-popup .booking .select-wrapper .select-icon {
    right: 10px;
  }
}
.booking-popup .booking .submit-button {
  margin-top: 20px;
}
.booking-popup .booking input[type=submit] {
  font-size: 16px;
  line-height: 54px;
  height: 58px;
}
.booking-popup .ui-datepicker-calendar th, .booking-popup .ui-datepicker-calendar td {
  line-height: 30px;
}
.booking-popup .booking-datepicker td.checkout-date a {
  border-radius: 0;
}
.booking-popup .booking-datepicker td.checkin-date a:after, .booking-popup .booking-datepicker td.checkout-date a:after {
  border-radius: 0;
}
.booking-popup .modifying-link {
  margin-top: 20px;
  text-align: center;
}

.horizontal-booking {
  position: absolute;
  left: 50%;
  bottom: 40px;
  display: block;
  transform: translateX(-50%);
  z-index: 60;
}
.horizontal-booking-active .horizontal-booking {
  z-index: 100000;
}
@media only screen and (max-width: 1255px) {
  .horizontal-booking {
    display: none;
  }
}
.horizontal-booking .ui-datepicker {
  padding: 28px 20px 55px;
}
.horizontal-booking .reset-calendar {
  position: absolute;
  bottom: 13px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 13px;
  font-weight: bold;
  line-height: 22px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  text-align: center;
  color: #C8A164;
  font-family: "adobe-garamond-pro", serif;
}
.horizontal-booking .reset-calendar:hover {
  color: #262323;
}
.horizontal-booking .booking-datepicker:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
  bottom: -20px;
  left: 70px;
}
.horizontal-booking .booking {
  width: 100%;
  max-width: none;
}
.horizontal-booking .booking .booking-heading {
  display: none;
}
.horizontal-booking .booking .inner-wrapper {
  display: flex;
  align-items: center;
  padding: 10px;
}
.horizontal-booking .booking .booking-options-wrapper {
  display: flex;
  padding: 0 10px 0 20px;
}
.horizontal-booking .booking .column {
  margin: 0 30px;
  position: relative;
}
.horizontal-booking .booking .column:first-of-type {
  margin-left: 20px;
}
.horizontal-booking .booking .column:after {
  content: "";
  display: block;
  width: 1px;
  height: 80px;
  background: rgba(38, 35, 35, 0.1);
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
}
.horizontal-booking .booking .column.dates {
  width: 300px;
}
.horizontal-booking .booking .column.dates .ui-datepicker-trigger {
  position: absolute;
  right: 0;
  top: auto;
  bottom: 4px;
  margin-top: auto;
  margin-bottom: 0;
}
.horizontal-booking .booking .column.guests-column, .horizontal-booking .booking .column.rooms-column {
  width: 150px;
}
.horizontal-booking .booking .column.guests-column .form-control, .horizontal-booking .booking .column.rooms-column .form-control {
  display: flex;
  align-items: center;
}
.horizontal-booking .booking .column.promo {
  width: 120px;
  text-align: center;
}
.horizontal-booking .booking .column.promo label {
  display: none;
}
.horizontal-booking .booking input[type=text], .horizontal-booking .booking input[type=date],
.horizontal-booking .booking select, .horizontal-booking .booking .input-overlay {
  height: 22px;
  line-height: 22px;
  padding: 0 20px 0 0;
  border: none;
  background: none;
  text-transform: none;
}
.horizontal-booking .booking #booking-promo {
  padding: 0;
  border: none;
  font-size: 12px;
  font-weight: bold;
}
.horizontal-booking .booking #booking-promo::-webkit-input-placeholder {
  color: #C8A164;
}
.horizontal-booking .booking #booking-promo:-moz-placeholder {
  color: #C8A164;
}
.horizontal-booking .booking #booking-promo::-moz-placeholder {
  color: #C8A164;
}
.horizontal-booking .booking #booking-promo:-ms-input-placeholder {
  color: #C8A164;
}
.horizontal-booking .booking #booking-promo:focus::-webkit-input-placeholder {
  color: rgba(200, 161, 100, 0.3);
}
.horizontal-booking .booking #booking-promo:focus:-moz-placeholder {
  color: rgba(200, 161, 100, 0.3);
}
.horizontal-booking .booking #booking-promo:focus::-moz-placeholder {
  color: rgba(200, 161, 100, 0.3);
}
.horizontal-booking .booking #booking-promo:focus:-ms-input-placeholder {
  color: rgba(200, 161, 100, 0.3);
}
.horizontal-booking .booking .promo-open {
  color: #505050;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 3px;
  margin-top: 2px;
}
.horizontal-booking .booking .promo-open:hover {
  color: #C8A164;
}
.horizontal-booking .booking .promo-popup {
  position: absolute;
  bottom: 100px;
  background: #fff;
  padding: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.horizontal-booking .booking .promo-popup:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.horizontal-booking .booking .promo-popup.visible {
  display: block;
}
.horizontal-booking .booking .promo-popup .popup-inner-wrapper {
  border: 1px solid #505050;
  padding: 1px;
  width: 304px;
}
.horizontal-booking .booking .promo-popup input, .horizontal-booking .booking .promo-popup button {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin: 0;
  vertical-align: top;
}
.horizontal-booking .booking .promo-popup input {
  width: 180px;
  padding: 0 15px;
  box-sizing: border-box;
  font-size: 13px;
  letter-spacing: 0.3px;
}
.horizontal-booking .booking .promo-popup button {
  width: 120px;
  background: #C8A164;
  color: #262323;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.2px;
}
.horizontal-booking .booking .promo-popup button:hover {
  background: #8b765e;
  color: #fff;
}
.horizontal-booking .booking .input-overlay {
  margin-top: -22px;
}
.horizontal-booking .booking .booking-datepicker {
  bottom: calc(100% + 40px);
  left: 90px;
  right: 90px;
}
.horizontal-booking .booking .pseudo-select {
  position: absolute;
  bottom: 100px;
  background: #fff;
  width: 127px;
  display: none;
}
.horizontal-booking .booking .pseudo-select:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.horizontal-booking .booking .pseudo-select.visible {
  display: block;
}
.horizontal-booking .booking .pseudo-select button {
  display: block;
  width: 100%;
  height: 36px;
  text-align: center;
  font-size: 14px;
  line-height: 36px;
  cursor: pointer;
}
.horizontal-booking .booking .pseudo-select button:hover {
  background: rgba(38, 35, 35, 0.1);
}
.horizontal-booking .booking .pseudo-select button:active {
  background: rgba(38, 35, 35, 0.3);
}
.horizontal-booking .booking .select-wrapper {
  border: none;
}
.horizontal-booking .booking .select-wrapper:first-child {
  margin-right: 20px;
}
.horizontal-booking .booking .select-wrapper .select-icon {
  right: 0;
}
.horizontal-booking .booking .select-wrapper select {
  pointer-events: none;
}
.horizontal-booking .booking .submit-button {
  width: 250px;
  height: 60px;
}
.horizontal-booking .booking button[type=submit] {
  height: 100%;
  padding: 0 10px;
  font: normal 15px/22px "adobe-garamond-pro", serif;
  letter-spacing: 0.75px;
  text-align: center;
  color: #262323;
}
.horizontal-booking .booking button[type=submit]:hover {
  background-color: #8b765e;
  color: #fff;
}
.horizontal-booking .booking button[type=submit].with-link-below {
  height: 75%;
}
.horizontal-booking .modifying-link {
  position: absolute;
  right: 10px;
  bottom: 0;
}
.horizontal-booking .modifying-link a {
  color: #505050;
}
.horizontal-booking .modifying-link a:hover {
  color: #262323;
}

.booking-datepicker {
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0;
  z-index: 7;
  visibility: hidden;
  opacity: 0;
  transition: all 400ms ease;
}
.booking-datepicker.visible {
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .booking-datepicker {
    position: relative;
    bottom: auto;
    display: block;
    overflow: hidden;
    max-height: 0;
    transition: max-height 400ms ease;
  }
  .booking-datepicker.visible {
    max-height: 500px;
  }
}
.booking-datepicker .arrival-departure-status {
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  display: none;
}
@media only screen and (max-width: 767px) {
  .booking-datepicker .arrival-departure-status {
    display: none;
  }
}
.booking-datepicker .arrival-departure-status div {
  display: inline-block;
  width: 100%;
  transition: all 200ms;
}
.booking-datepicker .arrival-departure-status .arrival, .booking-datepicker .arrival-departure-status .departure {
  color: #fff;
  text-transform: uppercase;
  font: 20px/55px "adobe-garamond-pro", serif;
  opacity: 0;
}
.booking-datepicker .arrival-departure-status .arrival:after, .booking-datepicker .arrival-departure-status .departure:after {
  content: attr(data-text);
}
.booking-datepicker .arrival-departure-status .arrival {
  margin-left: -100%;
}
.booking-datepicker .arrival-departure-status .departure {
  margin-right: -100%;
}
.booking-datepicker.checkin-step .arrival-departure-status .arrival {
  margin-left: 0;
  opacity: 1;
}
.booking-datepicker.checkout-step .arrival-departure-status .departure {
  margin-right: 0;
  opacity: 1;
}
.booking-datepicker .ui-datepicker {
  width: 100% !important;
  white-space: nowrap;
}
.booking-datepicker .ui-datepicker-group {
  display: inline-block;
  white-space: normal;
  width: calc(50% - 50px);
}
@media only screen and (max-width: 767px) {
  .booking-datepicker .ui-datepicker-group {
    width: 100%;
  }
}
.booking-datepicker .ui-datepicker-group.ui-datepicker-group-last {
  margin-left: 80px;
}
@media only screen and (max-width: 767px) {
  .booking-datepicker .ui-datepicker-group.ui-datepicker-group-last {
    display: none;
    margin-left: 0;
  }
}
.booking-datepicker .ui-datepicker-header {
  margin-bottom: 15px;
}
.booking-datepicker .ui-datepicker-header .ui-datepicker-prev, .booking-datepicker .ui-datepicker-header .ui-datepicker-next {
  display: none;
}
.booking-datepicker .ui-datepicker-calendar {
  width: 100%;
}
.booking-datepicker .ui-datepicker-prev, .booking-datepicker .ui-datepicker-next {
  top: 25px;
}
@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;
  }
}
@media only screen and (min-width: 0px) and (max-width: 449px) {
  .booking-datepicker .ui-datepicker-prev {
    left: 0;
  }
}
.booking-datepicker .ui-datepicker-next {
  right: 20px;
}
@media only screen and (max-width: 767px) {
  .booking-datepicker .ui-datepicker-next {
    right: 26px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 449px) {
  .booking-datepicker .ui-datepicker-next {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .booking-datepicker .ui-datepicker-calendar {
    width: 100%;
  }
}
.booking-datepicker.checkin-step td a, .booking-datepicker.checkout-step td a, .booking-datepicker td.checkin-date a, .booking-datepicker td.checkout-date a {
  position: relative;
}
.booking-datepicker.checkin-step td a:before, .booking-datepicker.checkout-step td a:before, .booking-datepicker td.checkin-date a:before, .booking-datepicker td.checkout-date a:before {
  position: absolute;
  bottom: 100%;
  left: 0;
  margin-bottom: -7px;
  width: 100%;
  height: 14px;
  background-color: #505050;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 7px;
  line-height: 14px;
  display: none !important;
}
.booking-datepicker td.checkin-date a, .booking-datepicker td.checkout-date a {
  z-index: 1;
  color: #262323;
  background-color: #F4F3EF;
}
.booking-datepicker td.checkin-date a:after, .booking-datepicker td.checkout-date a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  background: #C8A164;
  z-index: -1;
}
.booking-datepicker td.checkin-date a:hover, .booking-datepicker td.checkout-date a:hover {
  color: #fff;
}
.booking-datepicker td.checkin-date a {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}
.booking-datepicker td.checkout-date a {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}

.horizontal-booking-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  background: rgba(38, 35, 35, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms ease;
}
.horizontal-booking-active .horizontal-booking-overlay {
  opacity: 1;
  visibility: visible;
  z-index: 99999;
}

.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 "adobe-garamond-pro", 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%;
}
.admin .preview-item #top-banner,
.admin .preview-item #top-banner-countdown {
  height: 60px;
  padding: 0;
  position: relative;
}
.admin .preview-item #top-banner .description,
.admin .preview-item #top-banner-countdown .description {
  padding: 0 10px;
}
.admin .preview-item #top-banner .description *,
.admin .preview-item #top-banner-countdown .description * {
  vertical-align: middle;
}
.admin .preview-item #top-banner .description h2,
.admin .preview-item #top-banner-countdown .description h2 {
  margin: 0;
  line-height: 1;
}
.admin .preview-item #top-banner .description p,
.admin .preview-item #top-banner-countdown .description p {
  font-size: 12px;
  line-height: 1;
}
.admin .preview-item #top-banner button.close,
.admin .preview-item #top-banner-countdown button.close {
  border: none;
}

#top-banner,
#top-banner-countdown {
  position: fixed;
  top: 0;
  width: 100%;
  display: block;
  text-align: center;
  box-sizing: border-box;
  background-color: #262323;
  transition: top 0.3s ease-out;
}
#top-banner .inner-wrapper,
#top-banner-countdown .inner-wrapper {
  position: relative;
  width: 100%;
  min-height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #top-banner .inner-wrapper,
#top-banner-countdown .inner-wrapper {
    display: block;
    min-height: 165px;
    padding-bottom: 44px;
  }
}
#top-banner .promo-counter,
#top-banner-countdown .promo-counter {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "adobe-garamond-pro", serif;
  padding: 5px 15px;
}
@media only screen and (max-width: 767px) {
  #top-banner .promo-counter,
#top-banner-countdown .promo-counter {
    position: relative;
    top: auto;
    left: auto;
    text-align: center;
    padding: 10px 20px;
  }
}
#top-banner .promo-counter .counter,
#top-banner-countdown .promo-counter .counter {
  display: inline-block;
  vertical-align: middle;
}
#top-banner .promo-counter .counter:after,
#top-banner-countdown .promo-counter .counter:after {
  clear: both;
  content: "";
  display: table;
}
#top-banner .promo-counter .counter > div,
#top-banner-countdown .promo-counter .counter > div {
  float: left;
  width: 50px;
  margin-left: 10px;
  background: #fff;
  text-align: center;
}
#top-banner .promo-counter .counter > div:first-child,
#top-banner-countdown .promo-counter .counter > div:first-child {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  #top-banner .promo-counter .counter > div,
#top-banner-countdown .promo-counter .counter > div {
    width: 55px;
    margin-left: 5px;
  }
}
#top-banner .promo-counter .counter > div .text,
#top-banner-countdown .promo-counter .counter > div .text {
  line-height: 20px;
  font-size: 9px;
  font-weight: 400;
  color: #fff;
  background: #C8A164;
  text-transform: uppercase;
}
#top-banner .promo-counter .counter > div .value,
#top-banner-countdown .promo-counter .counter > div .value {
  position: relative;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  font-weight: 400;
  color: #262323;
}
#top-banner .description,
#top-banner-countdown .description {
  margin: 0 100px;
  padding: 10px;
  color: #fff;
  text-align: center;
  font-family: "adobe-garamond-pro", serif;
}
#top-banner .description > *,
#top-banner-countdown .description > * {
  vertical-align: top;
}
#top-banner .description h2,
#top-banner-countdown .description h2 {
  font: 600 14px/22px "adobe-garamond-pro", serif;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: inline-block;
  margin-right: 10px;
  color: #fff;
}
#top-banner .description p,
#top-banner-countdown .description p {
  font: 600 14px/22px "adobe-garamond-pro", serif;
  letter-spacing: 1.2px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  #top-banner .description,
#top-banner-countdown .description {
    margin: 0;
  }
  #top-banner .description h2,
#top-banner-countdown .description h2 {
    text-overflow: initial;
    display: block;
    font-size: 16px;
    line-height: 1.2;
    margin-right: 0;
    margin-bottom: 5px;
  }
  #top-banner .description p,
#top-banner-countdown .description p {
    text-overflow: initial;
    display: block;
  }
}
#top-banner .description a,
#top-banner-countdown .description a {
  color: #fff;
  font: 600 14px/22px "adobe-garamond-pro", serif;
  text-transform: capitalize;
}
#top-banner .description a:hover,
#top-banner-countdown .description a:hover {
  color: #C8A164;
}
#top-banner .close,
#top-banner-countdown .close {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  background-color: transparent;
  width: 24px;
  height: 24px;
  font-size: 0;
  cursor: pointer;
  text-align: center;
  transition: opacity 0.3s;
  overflow: hidden;
  text-indent: -999px;
  color: #fff;
}
#top-banner .close:before, #top-banner .close:after,
#top-banner-countdown .close:before,
#top-banner-countdown .close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 14px;
  background: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
#top-banner .close:after,
#top-banner-countdown .close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#top-banner .close:hover,
#top-banner-countdown .close:hover {
  background-color: #fff;
}
#top-banner .close:hover:before, #top-banner .close:hover:after,
#top-banner-countdown .close:hover:before,
#top-banner-countdown .close:hover:after {
  background: #262323;
}
@media only screen and (max-width: 767px) {
  #top-banner .close,
#top-banner-countdown .close {
    top: auto;
    bottom: 10px;
    right: 50%;
    transform: translate(50%, 0);
  }
}
#top-banner.countdown-show .info .link,
#top-banner-countdown.countdown-show .info .link {
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  #top-banner.countdown-show .info .link,
#top-banner-countdown.countdown-show .info .link {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  #top-banner-countdown .inner-wrapper {
    min-height: 208px;
  }
}
@media screen and (max-width: 574px) {
  #top-banner-countdown .inner-wrapper {
    min-height: 226px;
  }
}
#top-banner-countdown .description {
  margin: 0 100px 0 280px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #top-banner-countdown .description {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  #top-banner-countdown .description {
    margin: 0;
  }
}

html.top-banner-enabled #top-banner,
html.top-banner-enabled #top-banner-countdown {
  z-index: 9999;
}
html.top-banner-enabled body,
html.top-banner-enabled #header {
  top: 52px;
  transition: all 0.35s ease-in-out;
}
@media only screen and (max-width: 767px) {
  html.top-banner-enabled body,
html.top-banner-enabled #header {
    top: 165px;
  }
}
html.top-banner-enabled #hamburger-navigation {
  top: 60px;
}
html.top-banner-enabled #hamburger-navigation .common-close-button {
  top: 110px;
}
@media only screen and (max-width: 767px) {
  html.top-banner-enabled #hamburger-navigation {
    top: 166px;
  }
  html.top-banner-enabled #hamburger-navigation .common-close-button {
    top: 10px;
  }
}
html.top-banner-enabled #inner-body > div:first-child {
  height: calc(100% - 60px);
  transition: height 0.3s ease-out;
}
@media only screen and (max-width: 767px) {
  html.top-banner-enabled #inner-body > div:first-child {
    height: calc(100% - 270px);
  }
}
html.top-banner-enabled #inner-body #content {
  height: auto;
}
html.top-banner-enabled.top-banner-closed body,
html.top-banner-enabled.top-banner-closed #header {
  top: 0;
}
html.top-banner-enabled.top-banner-closed #top-banner {
  top: -60px;
}
@media only screen and (max-width: 767px) {
  html.top-banner-enabled.top-banner-closed #top-banner {
    top: -270px;
  }
}
html.top-banner-enabled.top-banner-closed #hamburger-navigation {
  top: 0;
}
html.top-banner-enabled.top-banner-closed #hamburger-navigation .common-close-button {
  top: 40px;
}
@media only screen and (max-width: 767px) {
  html.top-banner-enabled.top-banner-closed #hamburger-navigation {
    top: 0;
  }
  html.top-banner-enabled.top-banner-closed #hamburger-navigation .common-close-button {
    top: 10px;
  }
}
html.top-banner-enabled.top-banner-closed #inner-body > div:first-child {
  height: 100%;
}

html.top-banner-enabled.countdown-show-timer body,
html.top-banner-enabled.countdown-show-timer #header {
  top: 60px;
  transition: top 0.3s ease-out;
}
@media only screen and (max-width: 767px) {
  html.top-banner-enabled.countdown-show-timer body,
html.top-banner-enabled.countdown-show-timer #header {
    top: 165px;
  }
}
@media only screen and (max-width: 767px) {
  html.top-banner-enabled.countdown-show-timer #header {
    top: 43px;
  }
}
@media screen and (max-width: 574px) {
  html.top-banner-enabled.countdown-show-timer #header {
    top: 61px;
  }
}
html.top-banner-enabled.countdown-show-timer.top-banner-closed body,
html.top-banner-enabled.countdown-show-timer.top-banner-closed #header {
  top: 0;
}
html.top-banner-enabled.countdown-show-timer.top-banner-closed #top-banner-countdown {
  top: -90px;
}
@media only screen and (max-width: 767px) {
  html.top-banner-enabled.countdown-show-timer.top-banner-closed #top-banner-countdown {
    top: -270px;
  }
}
html.top-banner-enabled.countdown-show-timer.top-banner-closed #inner-body > div:first-child {
  height: 100%;
}

.events-section, .past-events-section {
  padding: 100px 0;
  background: #F4F3EF;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .events-section, .past-events-section {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  .events-section, .past-events-section {
    padding: 40px 0;
  }
}
.events-section .title-wrapper, .past-events-section .title-wrapper {
  margin-bottom: 60px;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .events-section .title-wrapper, .past-events-section .title-wrapper {
    margin-bottom: 40px;
  }
}
.events-section .section-bg, .past-events-section .section-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.events-section .section-bg:before, .past-events-section .section-bg:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=0 );
  /* IE6-9 */
}
.events-section .section-bg .inner, .past-events-section .section-bg .inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background-size: cover;
  opacity: 0.2;
  filter: sepia(1);
}

@media only screen and (max-width: 767px) {
  #events .event {
    height: 580px;
  }
}

@media only screen and (max-width: 767px) {
  #past-events .event {
    height: auto;
  }
}

#events, #past-events {
  position: relative;
  overflow: hidden;
}
#events h2, #past-events h2 {
  font: 200 46px/1 "adobe-garamond-pro", serif;
  margin-bottom: 15px;
  color: #505050;
  text-transform: uppercase;
}
#events h2 a, #past-events h2 a {
  text-decoration: none;
}
#events .slideshow, #past-events .slideshow {
  max-width: 1365px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
#events .slideshow-wrapper, #past-events .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
#events .event, #past-events .event {
  position: relative;
  display: inline-block;
  width: calc(33.33% - 40px);
  overflow: hidden;
  vertical-align: top;
  white-space: normal;
  margin: 0 20px;
  background: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #events .event, #past-events .event {
    width: calc(50% - 20px);
    margin: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  #events .event, #past-events .event {
    width: 100vw;
    margin: 0;
  }
}
#events .event .thumbnail, #past-events .event .thumbnail {
  position: relative;
  width: 100%;
  height: 250px;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #events .event .thumbnail, #past-events .event .thumbnail {
    height: 266px;
  }
}
#events .event .thumbnail.no-thumbnail, #past-events .event .thumbnail.no-thumbnail {
  background: #dbdbdb;
}
#events .event .thumbnail .loading:before, #past-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: #C8A164;
  border-bottom-color: #C8A164;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#events .event .event-content, #past-events .event .event-content {
  padding: 25px 30px;
  box-sizing: border-box;
}
#events .event .date, #past-events .event .date {
  display: block;
  position: relative;
  margin-bottom: 8px;
  color: #525252;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
}
#events .event .date:empty, #past-events .event .date:empty {
  display: none;
}
#events .event .date a, #past-events .event .date a {
  color: inherit;
  text-decoration: none;
}
#events .event .date a:hover, #past-events .event .date a:hover {
  text-decoration: underline;
}
#events .event h3, #past-events .event h3 {
  font: 400 16px/22px "adobe-garamond-pro", serif;
  color: #505050;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  #events .event h3, #past-events .event h3 {
    font-size: 20px;
  }
}
#events .event p, #past-events .event p {
  font-size: 15px;
  line-height: 1.33;
  color: #525252;
}
@media only screen and (max-width: 767px) {
  #events .event p, #past-events .event p {
    font-size: 14px;
  }
}
#events .event .button, #past-events .event .button {
  margin-top: 16px;
}
#events .slideshow-pagination, #past-events .slideshow-pagination {
  margin: 20px 0;
  text-align: center;
  font-size: 0;
  display: none;
}
@media only screen and (max-width: 767px) {
  #events .slideshow-pagination, #past-events .slideshow-pagination {
    display: block;
  }
}
#events .slideshow-pagination > *, #past-events .slideshow-pagination > * {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  text-indent: -9999px;
  overflow: hidden;
  background: #262323;
  border-radius: 50%;
  transition: background 350ms ease-in-out;
  cursor: pointer;
}
#events .slideshow-pagination > *:hover, #events .slideshow-pagination > *.active, #past-events .slideshow-pagination > *:hover, #past-events .slideshow-pagination > *.active {
  background: #C8A164;
}
#events .slideshow-button, #past-events .slideshow-button {
  margin-top: 0;
  background-color: #C8A164;
  color: #262323;
  width: 60px;
  height: 60px;
}
#events .slideshow-button svg, #past-events .slideshow-button svg {
  stroke: #fff;
}
#events .slideshow-button.next, #past-events .slideshow-button.next {
  right: -40px;
  transform: translateY(-50%) rotate(-90deg);
}
@media only screen and (max-width: 1023px) {
  #events .slideshow-button.next, #past-events .slideshow-button.next {
    right: 0;
  }
}
#events .slideshow-button.previous, #past-events .slideshow-button.previous {
  left: -40px;
  transform: translateY(-50%) rotate(90deg);
}
@media only screen and (max-width: 1023px) {
  #events .slideshow-button.previous, #past-events .slideshow-button.previous {
    left: 0;
  }
}
#events .slideshow-button:hover, #past-events .slideshow-button:hover {
  background-color: #262323;
}
#events .slideshow-button:hover svg, #past-events .slideshow-button:hover svg {
  stroke: #fff;
}
@media only screen and (max-width: 767px) {
  #events .slideshow-button, #past-events .slideshow-button {
    display: none;
  }
}

.reviews-slideshow {
  position: relative;
  padding: 50px 0;
  overflow: hidden;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .reviews-slideshow {
    padding-bottom: 75px;
  }
}
.reviews-slideshow h2 {
  font: 200 36px/1.2 "adobe-garamond-pro", serif;
  margin-bottom: 30px;
  color: #54baba;
  text-transform: uppercase;
  text-align: center;
}
.reviews-slideshow .slideshow {
  width: calc(100% - 40px);
  max-width: 730px;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .reviews-slideshow .slideshow {
    width: calc(100% - 200px);
  }
}
@media only screen and (max-width: 767px) {
  .reviews-slideshow .slideshow {
    width: calc(100% - 60px);
  }
}
.reviews-slideshow .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
.reviews-slideshow .slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  text-align: center;
  color: #525252;
  font-family: "adobe-garamond-pro", serif;
  font-size: 16px;
  line-height: 26px;
}
.reviews-slideshow .slide h3,
.reviews-slideshow .slide .copy {
  quotes: "«" "»";
}
.reviews-slideshow .slide h3:before,
.reviews-slideshow .slide .copy:before {
  content: open-quote;
  display: inline;
}
.reviews-slideshow .slide h3:after,
.reviews-slideshow .slide .copy:after {
  content: close-quote;
  display: inline;
}
.reviews-slideshow .slide h3 {
  font-size: 32px;
  line-height: 1.2;
  color: #9B9B9B;
  text-transform: uppercase;
}
.reviews-slideshow .slide .copy {
  margin-top: 25px;
}
.reviews-slideshow .slide .copy * {
  display: inline;
}
.reviews-slideshow .slide .name {
  margin-top: 25px;
  font-weight: 700;
}
.reviews-slideshow .slideshow-button {
  border: 2px solid #000;
  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) {
  .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: 1023px) {
  .reviews-slideshow .slideshow-button.previous {
    left: 20px;
  }
}
.reviews-slideshow .slideshow-button.next {
  right: 40px;
  transform: rotate(45deg);
}
@media only screen and (max-width: 1023px) {
  .reviews-slideshow .slideshow-button.next {
    right: 20px;
  }
}

/* COMMON STYLES */
.rooms .category-selector {
  margin-bottom: 30px;
  padding: 0 20px;
  overflow: hidden;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.rooms .category-selector button {
  font-family: "adobe-garamond-pro", serif;
  position: relative;
  text-align: center;
  float: left;
  padding: 10px;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 1.2px;
  color: #262323;
  border: 0;
  outline: none;
  background: none;
  min-width: 0;
}
@media (max-width: 550px) {
  .rooms .category-selector button {
    width: 50%;
    margin-right: 0;
    padding: 0 10px 0 16px;
    font-size: 15px;
  }
}
.rooms .category-selector button:before {
  display: none;
}
.rooms .category-selector button:after {
  content: "";
  transform: none;
  display: block;
  position: absolute;
  top: unset;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  transition: height 200ms ease;
  background: #C8A164;
  border: none;
}
.rooms .category-selector button.active, .rooms .category-selector button:hover, .rooms .category-selector button:focus {
  color: #262323;
  background: none;
}
.rooms .category-selector button.active:after, .rooms .category-selector button:hover:after, .rooms .category-selector button:focus:after {
  height: 4px;
}
.rooms .category-selector button:focus {
  background: #C8A164;
  color: #262323;
}
.rooms .categories-descr {
  padding: 0 20px;
}
.rooms .categories-descr .category-descr {
  display: none;
}
.rooms .categories-descr .category-descr.active {
  display: block;
}

.room .amenities {
  clear: both;
  margin: 30px 0;
}
.room .amenities .rooms-icon, .room .amenities .custom-rooms-icon {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 20px;
  width: 49%;
}
.room .amenities .rooms-icon:before, .room .amenities .custom-rooms-icon:before {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  margin-right: 20px;
}
.room .thumbnail {
  position: relative;
  float: right;
  margin: 0 0 20px 20px;
  max-width: 50%;
}
@media only screen and (max-width: 767px) {
  .room .thumbnail {
    width: 100%;
    margin: 20px 0;
    max-width: none;
    float: none;
  }
}
.room .thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
.room .links {
  margin: 20px 0;
}

/* TEMPLATE 1 - 1 */
.rooms .template-1-1 {
  width: 100%;
  margin: 0 0 20px;
  padding: 80px;
  position: relative;
  border-bottom: none;
}
.rooms .template-1-1:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: 1023px) {
  .rooms .template-1-1 {
    border: none;
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .rooms .template-1-1 {
    padding: 20px;
  }
}
.rooms .template-1-1:before {
  content: "";
  height: 1px;
  width: 100%;
  background-color: rgba(80, 80, 80, 0.5);
  background-position: bottom;
  background-size: 15px 1px;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
}
.rooms .template-1-1 .square-element {
  position: absolute;
  background-color: #fff;
  background-image: url("../images/swoosh.png");
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -11px;
  left: 50%;
  width: 14px;
  height: 21px;
  z-index: 2;
}
.rooms .template-1-1.featured-room {
  margin: 0 -20px 20px;
  padding: 80px;
  width: calc(100% + 40px);
}
@media only screen and (max-width: 1023px) {
  .rooms .template-1-1.featured-room {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .rooms .template-1-1.featured-room {
    padding: 20px 40px;
  }
}
.rooms .template-1-1.featured-room .room-main-wrapper .thumbnail:before {
  content: "";
  display: block;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  background: #C8A164;
  position: absolute;
  left: -20px;
  top: -20px;
  pointer-events: none;
  z-index: -1;
}
.rooms .template-1-1.featured-room .room-main-wrapper .description {
  position: relative;
  padding-top: 140px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .rooms .template-1-1.featured-room .room-main-wrapper .description {
    padding-top: 100px;
  }
}
.rooms .template-1-1.featured-room .rooms-gallery-slider .slideshow-button {
  background-color: #262323;
  color: #fff;
}
.rooms .template-1-1.featured-room .rooms-gallery-slider .slideshow-button svg {
  stroke: #fff;
}
.rooms .template-1-1.featured-room .rooms-gallery-slider .slideshow-button:hover {
  background-color: #C8A164;
}
.rooms .template-1-1.featured-room .rooms-gallery-slider .slideshow-button:hover svg {
  stroke: #fff;
}
.rooms .template-1-1.featured-room .room-main-popup .description .title-wrapper {
  position: relative;
  padding-top: 70px;
}
.rooms .template-1-1.featured-room .room-main-popup .feat-am-title, .rooms .template-1-1.featured-room .room-main-popup .additional-list-title {
  color: #262323;
}
.rooms .template-1-1.featured-room .room-main-popup .features-main .features span, .rooms .template-1-1.featured-room .room-main-popup .features-main .amenities span {
  color: #262323;
}
.rooms .template-1-1.featured-room .room-main-popup .features-main .features span.custom-icon-steamer:before, .rooms .template-1-1.featured-room .room-main-popup .features-main .amenities span.custom-icon-steamer:before {
  content: url("../images/clothes-steamer.svg");
}
.rooms .template-1-1.featured-room .room-main-popup .features-main .features span.beds:before {
  background-position: -306px 0px;
}
.rooms .template-1-1.featured-room .room-main-popup .features-main .features span.occupancy:before {
  background-position: -346px 0px;
}
.rooms .template-1-1.featured-room .room-main-popup .features-main .features span.view:before {
  background-position: -386px 0px;
}
.rooms .template-1-1.featured-room .room-main-popup .features-main .features span.view.mountain-view:before {
  background-position: -426px 0px;
}
.rooms .template-1-1.featured-room .room-main-popup .features-main .features span.view.city-view:before {
  background-position: -466px 0px;
}
.rooms .template-1-1.featured-room .room-main-popup .additional-list ul li {
  color: #C8A164;
}
.rooms .template-1-1.featured-room .room-main-popup .additional-list ul li:before {
  border-color: #C8A164;
}
.rooms .template-1-1.featured-room .room-main-popup .main-additional-content h2, .rooms .template-1-1.featured-room .room-main-popup .main-additional-content h3, .rooms .template-1-1.featured-room .room-main-popup .main-additional-content h4 {
  color: #fff;
}
.rooms .template-1-1.featured-room .room-main-popup .secondary-additional-content:before {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 0%);
}
.rooms .template-1-1.odd .room-main-wrapper .thumbnail {
  right: 0;
}
.rooms .template-1-1.even .room-main-wrapper .description {
  float: right;
}
.rooms .template-1-1.expanded .room-main-wrapper {
  visibility: hidden;
  opacity: 0;
  position: absolute;
}
.rooms .template-1-1.expanded .room-main-popup {
  visibility: visible;
  opacity: 1;
  position: relative;
}
.rooms .template-1-1 .room-main-wrapper {
  position: relative;
}
.rooms .template-1-1 .room-main-wrapper:after {
  clear: both;
  content: "";
  display: table;
}
.rooms .template-1-1 .room-main-wrapper .thumbnail {
  position: absolute;
  margin: 0;
  padding: 0;
  width: calc(50% - 20px);
  height: 100%;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 1023px) {
  .rooms .template-1-1 .room-main-wrapper .thumbnail {
    position: relative;
    width: 100% !important;
    top: unset;
    bottom: unset;
    height: 350px;
    right: unset !important;
    float: none;
  }
}
.rooms .template-1-1 .room-main-wrapper .description-wrapper:after {
  clear: both;
  content: "";
  display: table;
}
.rooms .template-1-1 .room-main-wrapper .description {
  position: relative;
  width: calc(50% - 60px);
  padding: 80px 0;
  min-height: 420px;
}
@media only screen and (max-width: 1023px) {
  .rooms .template-1-1 .room-main-wrapper .description {
    width: 100% !important;
    min-height: 0;
  }
}
@media (max-width: 767px) {
  .rooms .template-1-1 .room-main-wrapper .description {
    padding-right: 0;
  }
}
@media (max-width: 550px) {
  .rooms .template-1-1 .room-main-wrapper .description {
    margin-left: 0;
    padding: 10px;
  }
}
.rooms .template-1-1 .room-main-popup {
  visibility: hidden;
  opacity: 0;
  position: absolute;
}
.rooms .template-1-1 .room-main-popup .description-wrapper {
  padding: 0 80px;
}
@media only screen and (max-width: 767px) {
  .rooms .template-1-1 .room-main-popup .description-wrapper {
    padding: 0 10px;
  }
}
.rooms .template-1-1 .room-main-popup .title-wrapper:after {
  clear: both;
  content: "";
  display: table;
}
.rooms .template-1-1 .room-main-popup .title-wrapper h3 {
  display: inline-block;
}
.rooms .template-1-1 .room-main-popup .title-wrapper .links {
  display: inline-block;
  float: right;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .rooms .template-1-1 .room-main-popup .title-wrapper .links {
    display: block;
    float: none;
  }
}
.rooms .template-1-1 .room-main-popup .link360 {
  background: #262323;
  text-indent: unset;
  height: 54px;
  width: 250px;
  border-radius: 27px;
  padding: 0 30px 0 70px;
  box-sizing: border-box;
  line-height: 54px;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  margin-top: 15px;
  font-size: 12px;
  font-weight: 600;
}
.rooms .template-1-1 .room-main-popup .link360:before {
  content: "";
  width: 42px;
  height: 30px;
  display: block;
  background: url("../images/sprite.svg") -139px -249px;
  position: absolute;
  left: 15px;
  top: 12px;
}
.rooms .template-1-1 .room-main-popup .link360:hover {
  background: #C8A164;
  color: #fff;
}
.rooms .template-1-1 .room-main-popup .features-wrapper {
  margin-top: 80px;
  padding: 54px 80px;
  background: #F4F3EF;
}
@media only screen and (max-width: 767px) {
  .rooms .template-1-1 .room-main-popup .features-wrapper {
    margin-top: 40px;
    padding: 20px;
  }
}
.rooms .template-1-1 .room-main-popup .feat-am-title, .rooms .template-1-1 .room-main-popup .additional-list-title {
  text-align: center;
  font: 36px/47px "adobe-garamond-pro", serif;
  text-transform: uppercase;
  color: #262323;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .rooms .template-1-1 .room-main-popup .feat-am-title, .rooms .template-1-1 .room-main-popup .additional-list-title {
    margin-bottom: 30px;
  }
}
.rooms .template-1-1 .room-main-popup .features-main .features {
  background: #fff;
  padding: 20px 90px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  .rooms .template-1-1 .room-main-popup .features-main .features {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .rooms .template-1-1 .room-main-popup .features-main .features {
    padding: 20px;
  }
}
.rooms .template-1-1 .room-main-popup .features-main .features span {
  display: inline-block;
  margin: 0 20px 0 0;
  font-size: 14px;
  color: #262323;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .rooms .template-1-1 .room-main-popup .features-main .features span {
    width: 100%;
    margin: 0 0 20px;
  }
  .rooms .template-1-1 .room-main-popup .features-main .features span:last-of-type {
    margin-bottom: 0;
  }
}
.rooms .template-1-1 .room-main-popup .features-main .features span.beds, .rooms .template-1-1 .room-main-popup .features-main .features span.occupancy, .rooms .template-1-1 .room-main-popup .features-main .features span.view {
  padding-left: 48px;
}
.rooms .template-1-1 .room-main-popup .features-main .features span.beds:before, .rooms .template-1-1 .room-main-popup .features-main .features span.occupancy:before, .rooms .template-1-1 .room-main-popup .features-main .features span.view:before {
  content: "";
  display: block;
  width: 28px;
  height: 26px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../images/sprite.svg");
}
.rooms .template-1-1 .room-main-popup .features-main .features span.beds:before {
  background-position: -306px -3px;
}
.rooms .template-1-1 .room-main-popup .features-main .features span.occupancy:before {
  background-position: -346px -3px;
}
.rooms .template-1-1 .room-main-popup .features-main .features span.view:before {
  background-position: -386px -3px;
}
.rooms .template-1-1 .room-main-popup .features-main .features span.view.mountain-view:before {
  background-position: -426px -3px;
}
.rooms .template-1-1 .room-main-popup .features-main .features span.view.city-view:before {
  background-position: -466px -3px;
}
.rooms .template-1-1 .room-main-popup .features-main .amenities {
  position: relative;
  margin: 65px 0 0;
  padding: 0 25px;
  line-height: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .rooms .template-1-1 .room-main-popup .features-main .amenities {
    padding: 0;
  }
}
@media (max-width: 550px) {
  .rooms .template-1-1 .room-main-popup .features-main .amenities {
    margin: 15px 0;
  }
}
.rooms .template-1-1 .room-main-popup .features-main .amenities span {
  display: inline-block;
  font-size: 20px;
  letter-spacing: 10px;
  vertical-align: middle;
  white-space: nowrap;
  margin-right: 20px;
  width: 24%;
  margin-bottom: 35px;
}
@media only screen and (max-width: 1023px) {
  .rooms .template-1-1 .room-main-popup .features-main .amenities span {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .rooms .template-1-1 .room-main-popup .features-main .amenities span {
    width: 24%;
    margin-bottom: 10px;
  }
}
.rooms .template-1-1 .room-main-popup .features-main .amenities span span {
  font: 16px/22px "adobe-garamond-pro", serif;
  letter-spacing: 0.2px;
  white-space: nowrap;
  width: auto !important;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .rooms .template-1-1 .room-main-popup .features-main .amenities span span {
    display: none;
  }
}
.rooms .template-1-1 .room-main-popup .additional-list {
  background: #fff;
  padding: 50px 80px 55px;
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .rooms .template-1-1 .room-main-popup .additional-list {
    margin-top: 40px;
    padding: 20px;
  }
}
.rooms .template-1-1 .room-main-popup .additional-list ul {
  margin-bottom: 0;
}
.rooms .template-1-1 .room-main-popup .additional-list ul:after {
  clear: both;
  content: "";
  display: table;
}
.rooms .template-1-1 .room-main-popup .additional-list ul li {
  display: block;
  float: left;
  width: calc(50% - 35px);
}
@media only screen and (max-width: 1023px) {
  .rooms .template-1-1 .room-main-popup .additional-list ul li {
    float: none;
    width: 100%;
  }
}
.rooms .template-1-1 .room-main-popup .additional-list ul li:nth-child(2n) {
  margin-left: 70px;
}
@media only screen and (max-width: 1023px) {
  .rooms .template-1-1 .room-main-popup .additional-list ul li:nth-child(2n) {
    margin-left: 0;
  }
}
.rooms .template-1-1 .room-main-popup .main-additional-content, .rooms .template-1-1 .room-main-popup .secondary-additional-content {
  margin-top: 80px;
}
.rooms .template-1-1 .room-main-popup .main-additional-content h2, .rooms .template-1-1 .room-main-popup .main-additional-content h3, .rooms .template-1-1 .room-main-popup .main-additional-content h4 {
  font: 16px/22px "adobe-garamond-pro", serif;
  text-transform: uppercase;
  color: #262323;
}
.rooms .template-1-1 .room-main-popup .secondary-additional-content {
  font-style: italic;
  color: #262323;
  padding-top: 35px;
  position: relative;
}
.rooms .template-1-1 .room-main-popup .secondary-additional-content:before {
  content: "";
  height: 1px;
  width: 100%;
  background-image: linear-gradient(to right, rgba(38, 35, 35, 0.5) 70%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 15px 1px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  left: 0;
}
.rooms .template-1-1 .room-main-popup .secondary-additional-content p {
  font-style: inherit;
}
.rooms .template-1-1 .mile-high {
  height: 44px;
  padding: 0 25px;
  border-radius: 20px;
  font: 600 13px/44px "adobe-garamond-pro", serif;
  color: #fff;
  position: absolute;
  top: 20px;
  left: 20px;
  background: rgba(38, 35, 35, 0.9);
  z-index: 1;
}
.rooms .template-1-1 .rooms-gallery-slider .mile-high {
  left: 40px;
}
.rooms .template-1-1 .description h3 {
  font: 200 46px/1 "adobe-garamond-pro", serif;
  margin-bottom: 18px;
  color: #262323;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .rooms .template-1-1 .description h3 {
    font-size: 28px;
    font-weight: normal;
  }
}
.rooms .template-1-1 .description .rooms-size {
  font: 16px/22px "adobe-garamond-pro", serif;
  color: #262323;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-top: 18px;
}
.rooms .template-1-1 .description p {
  margin: 17px 0 20px;
  font: 16px/22px "adobe-garamond-pro", serif;
}
.rooms .template-1-1 .description nav.links {
  margin-top: 28px;
}
.rooms .template-1-1 .description nav.links .details-show, .rooms .template-1-1 .description nav.links .details-hide {
  background: #262323;
  color: #fff;
  position: relative;
  display: inline-block;
  height: 40px;
  margin: 0 20px 4px 0;
  padding: 0 38px 0 18px;
  overflow: visible;
  font: 500 11px/40px "adobe-garamond-pro", serif;
  min-width: 140px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  -moz-text-align-last: auto;
  text-align-last: auto;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  transition: all 350ms ease-in-out;
  vertical-align: middle;
}
.rooms .template-1-1 .description nav.links .details-show:after, .rooms .template-1-1 .description nav.links .details-hide:after {
  content: "";
  display: block;
  width: 11px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  background-image: url("../images/sprite.svg");
}
.rooms .template-1-1 .description nav.links .details-show:hover, .rooms .template-1-1 .description nav.links .details-hide:hover {
  color: #262323;
  background: #C8A164;
}
.rooms .template-1-1 .description nav.links .details-show:after {
  background-position: -265px -320px;
}
.rooms .template-1-1 .description nav.links .details-show:hover:after {
  background-position: -285px -320px;
}
.rooms .template-1-1 .description nav.links .details-hide:after {
  background-position: -265px -340px;
}
.rooms .template-1-1 .description nav.links .details-hide:hover:after {
  background-position: -285px -340px;
}
.rooms .template-1-1 .description nav.links .button {
  min-width: 180px;
}
@media only screen and (max-width: 767px) {
  .rooms .template-1-1 .description nav.links .details-hide, .rooms .template-1-1 .description nav.links .details-show, .rooms .template-1-1 .description nav.links .button {
    margin: 10px 0;
    width: 100%;
  }
}

.rooms-gallery-slider {
  position: relative;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  height: 100vh;
  min-height: 300px;
  max-height: 570px;
  z-index: 40;
  margin: 0 auto 80px;
  padding: 0 20px;
  max-width: 1240px;
}
@media only screen and (max-width: 1023px) {
  .rooms-gallery-slider {
    margin: 40px auto;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-gallery-slider {
    padding: 0 10px;
  }
}
.rooms-gallery-slider .rooms-item-gallery {
  width: 50px;
  height: 50px;
  background: rgba(244, 243, 239, 0.8);
  border-radius: 8px;
  position: absolute;
  top: 20px;
  right: 20px;
  overflow: hidden;
  text-indent: -9999px;
  z-index: 1;
}
.rooms-gallery-slider .rooms-item-gallery:hover {
  background: #fff;
}
.rooms-gallery-slider .rooms-item-gallery span {
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  box-sizing: border-box;
}
.rooms-gallery-slider .rooms-item-gallery span:nth-child(1) {
  top: 13px;
  left: 13px;
  border-top: 2px solid #262323;
  border-left: 2px solid #262323;
}
.rooms-gallery-slider .rooms-item-gallery span:nth-child(2) {
  top: 13px;
  right: 13px;
  border-top: 2px solid #262323;
  border-right: 2px solid #262323;
}
.rooms-gallery-slider .rooms-item-gallery span:nth-child(3) {
  bottom: 13px;
  left: 13px;
  border-bottom: 2px solid #262323;
  border-left: 2px solid #262323;
}
.rooms-gallery-slider .rooms-item-gallery span:nth-child(4) {
  bottom: 13px;
  right: 13px;
  border-bottom: 2px solid #262323;
  border-right: 2px solid #262323;
}
.rooms-gallery-slider .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: #C8A164;
  border-bottom-color: #C8A164;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.rooms-gallery-slider .slideshow {
  position: absolute;
  left: 20px;
  top: 0;
  width: calc(100% - 40px);
  height: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .rooms-gallery-slider .slideshow {
    width: calc(100% - 20px);
    left: 10px;
  }
}
.rooms-gallery-slider .slideshow-wrapper {
  width: 100%;
  height: 100%;
}
.rooms-gallery-slider .slide {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .rooms-gallery-slider .slide:after {
    width: 100%;
  }
}
.rooms-gallery-slider .slide .thumbnail {
  width: 100%;
  margin: 0;
  background-size: cover;
  background-position: center center;
}
.rooms-gallery-slider .slideshow-button {
  margin-top: 0;
  background-color: #262323;
  color: #fff;
  width: 60px;
  height: 60px;
}
.rooms-gallery-slider .slideshow-button svg {
  stroke: #fff;
}
.rooms-gallery-slider .slideshow-button.next {
  right: 0;
  transform: translateY(-50%) rotate(-90deg);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .rooms-gallery-slider .slideshow-button.next {
    right: 10px;
  }
}
.rooms-gallery-slider .slideshow-button.previous {
  left: 0;
  transform: translateY(-50%) rotate(90deg);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .rooms-gallery-slider .slideshow-button.previous {
    left: 10px;
  }
}
.rooms-gallery-slider .slideshow-button:hover {
  background-color: #C8A164;
}
.rooms-gallery-slider .slideshow-button:hover svg {
  stroke: #fff;
}

#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 "adobe-garamond-pro", serif;
  margin: 40px 0;
  color: #C8A164;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #home-gallery h2 {
    display: block;
  }
}
#home-gallery .category-selector .button.active {
  background: rgba(139, 118, 94, 0.9);
  color: #fff;
}
#home-gallery div.gallery-wrapper {
  overflow: hidden;
}
#home-gallery .each-gallery-wrapper {
  overflow: hidden;
  display: none;
}
#home-gallery .each-gallery-wrapper.active {
  display: block;
}
#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 (max-width: 767px) {
  #home-gallery .photo:nth-child(4), #home-gallery .photo:nth-child(5), #home-gallery .photo:nth-child(11) {
    width: calc((100% - 30px) / 2);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #home-gallery .photo {
    width: calc((100% - 50px) / 4);
    padding-top: calc((100% - 50px) / 4);
  }
  #home-gallery .photo:nth-child(4), #home-gallery .photo:nth-child(5), #home-gallery .photo:nth-child(11) {
    width: calc((100% - 50px) / 4);
  }
}
@media only screen and (max-width: 767px) {
  #home-gallery .photo {
    width: calc((100% - 30px) / 2);
    padding-top: calc((100% - 30px) / 2);
  }
}
@media only screen and (max-width: 767px) {
  #home-gallery .count-11 .photo:nth-child(4), #home-gallery .count-11 .photo:nth-child(5) {
    width: calc((100% - 30px) / 2);
  }
}
#home-gallery .count-11 .photo:nth-child(9) {
  width: calc((100% - 60px) / 5 * 2 + 10px);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #home-gallery .count-11 .photo:nth-child(9) {
    width: calc((100% - 60px) / 4 * 2 + 15px);
  }
}
@media only screen and (max-width: 767px) {
  #home-gallery .count-11 .photo:nth-child(9) {
    width: calc((100% - 30px) / 2);
  }
}
@media only screen and (max-width: 767px) {
  #home-gallery .count-11 .photo:nth-child(11) {
    width: calc(100% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  #home-gallery .count-10 .photo:nth-child(4), #home-gallery .count-10 .photo:nth-child(5) {
    width: calc((100% - 30px) / 2);
  }
}
#home-gallery .count-10 .photo:nth-child(7), #home-gallery .count-10 .photo:nth-child(8), #home-gallery .count-10 .photo:nth-child(9) {
  width: calc((100% - 60px) / 5 * 2 + 10px);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #home-gallery .count-10 .photo:nth-child(7), #home-gallery .count-10 .photo:nth-child(8), #home-gallery .count-10 .photo:nth-child(9) {
    width: calc((100% - 60px) / 4 * 2 + 15px);
  }
}
@media only screen and (max-width: 767px) {
  #home-gallery .count-10 .photo:nth-child(7), #home-gallery .count-10 .photo:nth-child(8), #home-gallery .count-10 .photo:nth-child(9) {
    width: calc((100% - 30px) / 2);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #home-gallery .count-10 .photo:nth-child(9) {
    width: calc((100% - 50px) / 4);
  }
}
#home-gallery .count-9 .photo:nth-child(1), #home-gallery .count-9 .photo:nth-child(3), #home-gallery .count-9 .photo:nth-child(7), #home-gallery .count-9 .photo:nth-child(9) {
  width: calc((100% - 60px) / 5 * 2 + 10px);
}
@media only screen and (max-width: 767px) {
  #home-gallery .count-9 .photo:nth-child(1), #home-gallery .count-9 .photo:nth-child(3), #home-gallery .count-9 .photo:nth-child(7), #home-gallery .count-9 .photo:nth-child(9) {
    width: calc((100% - 30px) / 2);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #home-gallery .count-9 .photo:nth-child(1), #home-gallery .count-9 .photo:nth-child(2) {
    width: calc((100% - 30px) / 2);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #home-gallery .count-9 .photo:nth-child(3), #home-gallery .count-9 .photo:nth-child(4), #home-gallery .count-9 .photo:nth-child(5) {
    width: calc((100% - 40px) / 3);
  }
}
@media only screen and (max-width: 767px) {
  #home-gallery .count-9 .photo:nth-child(3), #home-gallery .count-9 .photo:nth-child(4), #home-gallery .count-9 .photo:nth-child(5) {
    width: calc((100% - 30px) / 2);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #home-gallery .count-9 .photo:nth-child(6), #home-gallery .count-9 .photo:nth-child(7), #home-gallery .count-9 .photo:nth-child(8), #home-gallery .count-9 .photo:nth-child(9) {
    width: calc((100% - 50px) / 4);
  }
}
@media only screen and (max-width: 767px) {
  #home-gallery .count-9 .photo:nth-child(9) {
    width: calc(100% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  #home-gallery .count-8 .photo {
    width: calc((100% - 30px) / 2);
  }
}
@media only screen and (max-width: 767px) {
  #home-gallery .count-7 .photo:nth-child(4) {
    width: calc((100% - 30px) / 2);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #home-gallery .count-7 .photo:nth-child(5), #home-gallery .count-7 .photo:nth-child(6) {
    width: calc((100% - 40px) / 3);
  }
}
@media only screen and (max-width: 767px) {
  #home-gallery .count-7 .photo:nth-child(5), #home-gallery .count-7 .photo:nth-child(6) {
    width: calc((100% - 30px) / 2);
  }
}
#home-gallery .count-7 .photo:nth-child(7) {
  width: calc((100% - 60px) / 5 * 2 + 10px);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #home-gallery .count-7 .photo:nth-child(7) {
    width: calc((100% - 40px) / 3);
  }
}
@media only screen and (max-width: 767px) {
  #home-gallery .count-7 .photo:nth-child(7) {
    width: calc(100% - 20px);
  }
}
#home-gallery .count-6 .photo:nth-child(1), #home-gallery .count-6 .photo:nth-child(3) {
  width: calc((100% - 60px) / 5 * 2 + 10px);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #home-gallery .count-6 .photo:nth-child(1), #home-gallery .count-6 .photo:nth-child(3) {
    width: calc((100% - 40px) / 3);
  }
}
@media only screen and (max-width: 767px) {
  #home-gallery .count-6 .photo:nth-child(1), #home-gallery .count-6 .photo:nth-child(3) {
    width: calc((100% - 30px) / 2);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #home-gallery .count-6 .photo {
    width: calc((100% - 40px) / 3);
  }
}
@media only screen and (max-width: 767px) {
  #home-gallery .count-6 .photo {
    width: calc((100% - 30px) / 2);
  }
}
#home-gallery .count-5 .photo:nth-child(1), #home-gallery .count-5 .photo:nth-child(3) {
  width: calc((100% - 60px) / 5 * 2 + 10px);
}
#home-gallery .count-5 .photo:nth-child(4), #home-gallery .count-5 .photo:nth-child(5) {
  width: calc((100% - 30px) / 2);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #home-gallery .count-5 .photo:nth-child(1), #home-gallery .count-5 .photo:nth-child(2), #home-gallery .count-5 .photo:nth-child(3) {
    width: calc((100% - 40px) / 3);
  }
}
@media only screen and (max-width: 767px) {
  #home-gallery .count-5 .photo:nth-child(1), #home-gallery .count-5 .photo:nth-child(2), #home-gallery .count-5 .photo:nth-child(3) {
    width: calc((100% - 30px) / 2);
  }
}
@media only screen and (max-width: 767px) {
  #home-gallery .count-5 .photo:nth-child(5) {
    width: calc(100% - 20px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #home-gallery .count-3 .photo:nth-child(1) {
    width: calc((100% - 40px) / 3);
  }
}
#home-gallery .count-3 .photo:nth-child(2), #home-gallery .count-3 .photo:nth-child(3) {
  width: calc((100% - 60px) / 5 * 2 + 10px);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #home-gallery .count-3 .photo:nth-child(2), #home-gallery .count-3 .photo:nth-child(3) {
    width: calc((100% - 40px) / 3);
  }
}
@media only screen and (max-width: 767px) {
  #home-gallery .count-3 .photo:nth-child(2) {
    width: calc((100% - 30px) / 2);
  }
}
@media only screen and (max-width: 767px) {
  #home-gallery .count-3 .photo:nth-child(3) {
    width: calc(100% - 20px);
  }
}
#home-gallery .count-2 .photo {
  width: calc((100% - 30px) / 2);
}
#home-gallery .count-1 .photo {
  width: calc(100% - 20px);
}
@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 "adobe-garamond-pro", serif;
  color: #fff;
  text-transform: uppercase;
  z-index: 2;
}
#home-gallery span.photo .text a {
  margin-top: 6px;
  padding: 0 20px;
}
#home-gallery .all-photos {
  display: none;
}
@media only screen and (max-width: 767px) {
  #home-gallery .all-photos {
    display: block;
    margin-top: 40px;
  }
}

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

/* 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: 1023px) {
  .venue.template1 .background {
    position: relative;
    height: 300px;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
  }
}
.venue.template1 .background .venue-thumb {
  position: absolute;
  top: 0;
  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: 1023px) {
  .venue.template1 .background .amenities-sliders .room-layout-gallery .swiper-container .bullets {
    right: auto;
    left: 20px;
  }
}
.venue.template1 .background .amenities-sliders .room-layout-gallery .swiper-container .bullets .swiper-pagination-bullet {
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  background: #fff;
  cursor: pointer;
}
.venue.template1 .background .amenities-sliders .room-layout-gallery .swiper-container .bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: 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: 1023px) {
  .venue.template1 .buttons {
    position: static;
    margin-top: 10px;
  }
}
.venue.template1 .buttons a {
  display: inline-block;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .buttons a {
    width: auto;
  }
}
.venue.template1 .buttons a + a {
  margin-left: 1px;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .buttons a + a {
    margin-left: 0;
  }
}
.venue.template1 .buttons a + a:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  left: -1px;
  bottom: 0px;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .buttons a + a:before {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .buttons a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .venue.template1 .buttons a + a {
    margin-left: 10px;
  }
}
.venue.template1 .content {
  width: 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: 1023px) {
  .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: 1023px) {
  .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: 1023px) {
  .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: 1023px) {
  .venue.template1 .layouts {
    right: 0;
    left: auto;
  }
}
.venue.template1 .layouts .main-list {
  width: 60px;
  height: 100%;
  white-space: nowrap;
  overflow-y: hidden;
  float: left;
  background: #fff;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .layouts .main-list {
    float: right;
  }
}
.venue.template1 .layouts .additional-list {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 120px;
  opacity: 0;
  line-height: 0;
  padding: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0s ease 0.2s;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.venue.template1 .layouts .additional-list span {
  float: left;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .layouts .additional-list {
    left: auto;
    right: 0;
  }
}
.venue.template1 .layouts .toggle {
  display: none;
  position: absolute;
  bottom: 0;
  width: 60px;
  height: 60px;
  margin: 0;
  text-align: center;
  z-index: 4;
  cursor: pointer;
  background: #fff;
  border-bottom: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
}
.venue.template1 .layouts .toggle div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.venue.template1 .layouts .toggle div:before {
  content: "•••";
  display: inline-block;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #4B494C;
  transform: rotate(90deg);
  width: 32px;
  height: 32px;
  margin-top: -16px;
  margin-left: -16px;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .layouts .toggle {
    right: 0;
  }
}
.venue.template1 .layouts.multiline .toggle {
  display: block;
}
.venue.template1 .layouts.multiline.expand .toggle div:before {
  background: #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: 1023px) {
  .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: 1023px) {
  .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: 1023px) {
  .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: 1023px) {
  .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: 1023px) {
  .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: 1023px) {
  .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: 1023px) {
  .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: 1023px) {
  .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: 1023px) {
  .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: 1023px) {
  .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: 1023px) {
  .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: "adobe-garamond-pro", 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;
  padding: 0 0 90px;
  font-size: 16px;
  letter-spacing: 0.2px;
  line-height: 1.2;
  color: #262323;
  text-align: center;
  z-index: 1;
  background-color: #262323;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #C8A164;
}
#footer .footer-menu {
  display: block;
  vertical-align: top;
  font-size: 0;
  background: #F4F3EF;
  height: auto;
  position: relative;
  text-align: center;
}
#footer .footer-menu li {
  display: inline-block;
  margin: 0 27px;
}
#footer .footer-menu a {
  display: block;
  margin-bottom: 5px;
  font: 600 12px/69px "adobe-garamond-pro", serif;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  text-decoration: none;
  color: #262323;
  transition: all 100ms ease-in-out;
}
#footer .footer-menu a:hover, #footer .footer-menu a.active {
  border-bottom: 5px solid #C8A164;
}
#footer .footer-columns-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 90px;
}
#footer .footer-column {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}
#footer .footer-column.left {
  width: 45%;
  text-align: left;
  padding-right: 5%;
}
#footer .footer-column.left .logo-footer {
  display: inline-block;
  max-width: 255px;
  height: 110px;
  opacity: 1;
  z-index: 1;
  transition: opacity 350ms ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #footer .footer-column.left .logo-footer {
    max-width: 140px;
  }
}
#footer .footer-column.left .logo-footer img {
  display: block;
  width: 100%;
}
#footer .footer-column.left .logo-footer:hover {
  opacity: 0.8;
}
#footer .footer-column.center {
  width: 38%;
  text-align: left;
  padding-right: 5%;
}
#footer .footer-column.center .footer-contacts {
  font: normal 20px/22px "adobe-garamond-pro", serif;
  color: #fff;
  display: block;
  letter-spacing: 0.2px;
  margin-bottom: 5px;
}
#footer .footer-column.center .footer-contacts p strong {
  font-weight: 700;
}
#footer .footer-column.center .footer-links {
  margin-top: 18px;
}
@media only screen and (max-width: 1023px) {
  #footer .footer-column.center .footer-links {
    text-align: center;
  }
}
#footer .footer-column.center .footer-links a {
  display: inline-block;
}
#footer .footer-column.center .footer-links a::after {
  display: none;
}
#footer .footer-column.center .footer-links a svg {
  fill: #fff;
}
#footer .footer-column.center .footer-links a:hover svg {
  fill: #C8A164;
}
#footer .footer-column.center .footer-links .phone {
  font: normal 13px/44px "adobe-garamond-pro", serif;
  display: inline-block;
  letter-spacing: 0.2px;
  margin-left: 20px;
  height: 44px;
  background: #fff;
  padding: 0 20px;
  border-radius: 20px;
}
@media only screen and (max-width: 1023px) {
  #footer .footer-column.center .footer-links .phone {
    margin-top: 20px;
    margin-left: 5px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .footer-column.center .footer-links .phone {
    margin-left: 20px;
  }
}
#footer .footer-column.center .footer-links .phone a {
  color: #262323;
  text-decoration: none;
}
#footer .footer-column.center .footer-links .phone a:hover {
  color: #C8A164;
}
#footer .footer-column.right {
  width: 17%;
  text-align: left;
  float: right;
}
#footer .footer-column.right .footer-text {
  display: block;
  color: #fff;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.2px;
}
@media only screen and (max-width: 767px) {
  #footer {
    padding: 0 0 30px;
  }
  #footer .footer-menu {
    height: auto;
    padding: 30px 0;
  }
  #footer .footer-menu li {
    display: block;
  }
  #footer .footer-menu li a {
    line-height: 30px;
  }
  #footer .footer-columns-wrapper {
    display: block;
    justify-content: unset;
    padding-top: 40px;
  }
  #footer .footer-column.left, #footer .footer-column.center, #footer .footer-column.right {
    width: 100%;
    text-align: center;
    padding-right: 0;
  }
  #footer .footer-column.left .logo-footer {
    max-width: 260px;
    margin: 0 auto 20px;
    height: auto;
  }
  #footer .footer-column.center {
    margin-bottom: 20px;
  }
  #footer .footer-column.right {
    display: flex;
    flex-flow: column;
  }
  #footer .footer-column.right .footer-text {
    margin-bottom: 20px;
  }
}
#footer .socials {
  margin-bottom: 15px;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  #footer .socials {
    float: none;
  }
}
#footer .socials li {
  display: inline-block;
  margin: 0 5px;
}
#footer .socials a {
  position: relative;
  display: block;
  width: 31px;
  height: 31px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/sprite.svg") 0 0 no-repeat;
}
@media only screen and (max-width: 767px) {
  #footer .socials a {
    display: inline-block;
  }
}
#footer .socials a.facebook {
  background-position: 0px -159px;
}
#footer .socials a.facebook:hover {
  background-position: 0px -199px;
}
#footer .socials a.twitter {
  background-position: -40px -159px;
}
#footer .socials a.twitter:hover {
  background-position: -40px -199px;
}
#footer .socials a.instagram {
  background-position: -280px -159px;
}
#footer .socials a.instagram:hover {
  background-position: -280px -199px;
}
#footer .socials a.tripadvisor {
  background-position: -200px -159px;
}
#footer .socials a.tripadvisor:hover {
  background-position: -200px -199px;
}
#footer .socials a.youtube {
  background-position: -120px -159px;
}
#footer .socials a.youtube:hover {
  background-position: -120px -199px;
}
#footer .socials a.flickr {
  background-position: -360px -159px;
}
#footer .socials a.flickr:hover {
  background-position: -360px -199px;
}
#footer .socials a.pinterest {
  background-position: -240px -159px;
}
#footer .socials a.pinterest:hover {
  background-position: -240px -199px;
}
#footer .socials a.linkedin {
  background-position: -160px -159px;
}
#footer .socials a.linkedin:hover {
  background-position: -160px -199px;
}

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

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

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

.big-button-with-background {
  position: absolute;
  top: -20px;
  right: 0;
  display: block;
  padding-right: 30px;
  text-decoration: none;
  background-color: #C8A164;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.big-button-with-background.fixed-button {
  display: none;
  position: fixed;
  top: 100px;
  right: 0;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .big-button-with-background.fixed-button {
    top: 10px;
  }
}
@media (max-width: 922px) {
  .big-button-with-background.fixed-button {
    top: 100px;
  }
}
.top-banner-enabled .big-button-with-background.fixed-button {
  top: 152px;
}
.top-banner-enabled.countdown-show-timer .big-button-with-background.fixed-button {
  top: 160px;
}
@media only screen and (min-width: 1365px) {
  .big-button-with-background.fixed-button {
    right: calc((100vw - 1285px) / 2 - 40px);
  }
}
.sticky-button .big-button-with-background.fixed-button {
  display: block;
}
@media only screen and (max-width: 767px) {
  .sticky-button .big-button-with-background.fixed-button {
    z-index: 41;
  }
}
.sticky-button .big-button-with-background {
  display: none;
}
@media only screen and (min-width: 1365px) {
  .big-button-with-background {
    right: -40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .big-button-with-background {
    padding-right: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .big-button-with-background {
    position: relative;
    top: auto;
    right: 0;
    max-width: 300px;
    margin: 20px auto 0;
  }
}
.big-button-with-background:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid transparent;
  border-right-color: #fff;
  border-bottom-color: #fff;
  transform: rotate(-45deg) translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .big-button-with-background:after {
    right: 7px;
  }
}
.big-button-with-background .button-content {
  position: relative;
  padding: 25px 35px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #C8A164;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}
@media only screen and (max-width: 1023px) {
  .big-button-with-background .button-content {
    padding: 15px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .big-button-with-background .button-content {
    padding: 10px 10px;
  }
}
.big-button-with-background .button-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.big-button-with-background span {
  position: relative;
  display: block;
}
.big-button-with-background .button-title {
  font-family: "adobe-garamond-pro", serif;
  font-size: 36px;
  line-height: 47px;
  letter-spacing: 0.8px;
}
@media only screen and (max-width: 1023px) {
  .big-button-with-background .button-title {
    font-size: 31px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .big-button-with-background .button-title {
    font-size: 20px;
    line-height: 25px;
  }
}
.big-button-with-background .button-subtitle {
  font-family: "adobe-garamond-pro", serif;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 1.2px;
}
@media only screen and (max-width: 1023px) {
  .big-button-with-background .button-subtitle {
    font-size: 10px;
    line-height: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .big-button-with-background .button-subtitle {
    font-size: 8px;
    line-height: 17px;
  }
}

.page-content:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: 767px) {
  .page-content {
    text-align: center;
  }
  .page-content .sitemap {
    text-align: left;
  }
}
.rooms-page .page-content.center-column {
  max-width: 1366px;
}
.page-content hr {
  display: block;
  height: 1px;
  margin: 20px auto;
  border: none;
  background: #505050;
  color: #505050;
}
.page-content h1,
.page-content .h1-like {
  font: 400 46px/1.2 "adobe-garamond-pro", serif;
  letter-spacing: 0.8px;
  margin-bottom: 15px;
  color: #505050;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .page-content h1,
.page-content .h1-like {
    font-size: 46px;
    font-weight: normal;
  }
}
@media only screen and (max-width: 767px) {
  .page-content h1,
.page-content .h1-like {
    font-size: 28px;
    font-weight: normal;
  }
}
.page-content .h1-like {
  line-height: 1;
  margin-bottom: 20px;
}
.page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
  color: #505050;
}
.page-content h2,
.page-content .h2-like {
  font: 400 16px/1.2 "adobe-garamond-pro", serif;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .page-content h2,
.page-content .h2-like {
    margin-bottom: 15px;
  }
}
.page-content .h2-like {
  color: #fff;
}
.page-content h3 {
  font: 400 22px/1.2 "adobe-garamond-pro", serif;
  letter-spacing: 0.8px;
  margin-bottom: 15px;
  color: #505050;
  text-transform: uppercase;
}
.page-content h4, .page-content h5, .page-content h6 {
  font-weight: bold;
}
.page-content h3, .page-content h4, .page-content h5, .page-content h6, .page-content p, .page-content ul, .page-content ol, .page-content table {
  margin-bottom: 20px;
}
.page-content strong {
  font-weight: bold;
}
.page-content em {
  font-style: italic;
}
.page-content u {
  text-decoration: underline;
}
.page-content sup, .page-content sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
.page-content sup {
  top: -0.5em;
}
.page-content sub {
  bottom: -0.25em;
}
.page-content p, .page-content table {
  overflow: visible;
}
.page-content p:empty {
  display: none;
}
.page-content p:not(:empty):last-of-type {
  margin-bottom: 0;
}
.page-content ol {
  list-style: decimal inside;
}
.page-content ul {
  list-style: none;
}
.page-content ol, .page-content ul {
  margin-left: 0;
}
.page-content ol ol, .page-content ol ul, .page-content ul ul, .page-content ul ol {
  margin-top: 10px;
  margin-bottom: 10px;
}
.page-content ol li, .page-content ul li {
  position: relative;
}
.page-content ul > li {
  color: #262323;
  letter-spacing: 0.2px;
  margin-bottom: 20px;
}
.page-content ul > li:last-child {
  margin-bottom: 0;
}
.page-content ul > li:before {
  content: "";
  height: 10px;
  width: 10px;
  border: 1px solid #262323;
  margin-right: 18px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  z-index: 3;
  border-radius: 50%;
}
.page-content ul > li:hover:before {
  border: 1px solid #C8A164;
}
@media only screen and (max-width: 767px) {
  .page-content ol, .page-content ul {
    margin-left: 0;
  }
  .page-content .sitemap ol, .page-content .sitemap ul {
    margin-left: 20px;
  }
  .page-content ol ol, .page-content ol ul, .page-content ul ul, .page-content ul ol {
    font-size: 90%;
  }
  .page-content ul > li {
    margin-bottom: 10px;
  }
}
.page-content td, .page-content th, .page-content caption {
  padding: 10px 15px;
  text-align: left;
  vertical-align: middle;
}
.page-content th, .page-content caption {
  vertical-align: bottom;
  padding-top: 0;
  padding-bottom: 20px;
  font: 22px/1 "adobe-garamond-pro", serif;
  color: #C8A164;
}
.page-content td {
  border-top: 1px solid #fff;
  background: rgba(255, 255, 255, 0.5);
}
.page-content .even td {
  background: #C8A164;
}
.page-content table p {
  margin: 10px 0;
}
@media only screen and (max-width: 1023px) {
  .page-content .table-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.page-content .thumbnail {
  float: right;
  margin: 0 0 20px 30px;
}
.page-content .thumbnail a {
  display: block;
}
.page-content .thumbnail img {
  display: block;
}
.page-content iframe {
  width: 100%;
}
.page-content .socials {
  margin-bottom: 20px;
  overflow: hidden;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .page-content .socials {
    text-align: center;
  }
}
.page-content .socials iframe {
  display: inline-block;
  width: 90px;
  height: 21px;
  margin: 0 10px 0 0;
}
.page-content a.pdf {
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  padding-left: 23px;
  position: relative;
}
.page-content a.pdf:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 13px;
  height: 16px;
  vertical-align: top;
  margin-right: 10px;
  background: url("../images/common.svg") -600px 0 no-repeat;
}
.page-content a.pdf:hover:before {
  background-position: -633px 0;
}
.page-content a.pdf:active:before {
  background-position: -666px 0;
}
.page-content a.pdf + .size {
  color: #aaa;
  font-size: 10px;
}
.page-content .hotel-location-map {
  margin-bottom: 20px;
}
.page-content .sitemap-description {
  opacity: 0.8;
  font-size: 86%;
}
.page-content .content-columns {
  display: flex;
  justify-content: space-between;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .page-content .content-columns {
    flex-wrap: wrap;
  }
}
.page-content .content-columns .column {
  width: calc(50% - 30px);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .page-content .content-columns .column {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .page-content .content-columns .column {
    width: 100%;
    margin-bottom: 2.143em;
  }
  .page-content .content-columns .column:last-child {
    margin-bottom: 0;
  }
}

#content {
  padding: 80px 0;
  overflow: hidden;
}
#content:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: 767px) {
  #content {
    padding: 40px 0;
  }
}
#content html[data-whatinput=mouse] *:focus, #content html[data-whatinput=keyboard][data-whatintent=mouse] *:focus, #content html[data-whatinput=touch]   *:focus {
  outline: none;
}
#content .center-column + .additional-content {
  margin-top: 140px;
}
.home #content {
  padding: 0 0 40px;
}

#main-content {
  display: flex;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #main-content {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #main-content {
    display: block;
    margin-bottom: 20px;
  }
}
.home #main-content {
  margin-bottom: 0;
}
#main-content #content-submenu {
  flex-shrink: 0;
}
#main-content > .page-content {
  width: 100%;
}
#main-content > .page-content:first-of-type {
  max-width: 1046px;
  margin: 0 auto;
}
#main-content:after {
  clear: both;
  content: "";
  display: table;
}
#main-content .content-wrapper, #main-content .content-side-image {
  width: calc(50% - 40px);
}
@media only screen and (max-width: 767px) {
  #main-content .content-wrapper, #main-content .content-side-image {
    margin-top: 20px;
    width: 100%;
    float: none !important;
  }
}
#main-content .content-wrapper {
  float: left;
}
#main-content .content-side-image {
  display: block;
  float: right;
}

.specials:after {
  clear: both;
  content: "";
  display: table;
}
.specials .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) {
  .specials .image-list-item {
    height: auto;
  }
}
.specials .image-list-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #e2e2e2;
  z-index: -1;
}
.specials .image-list-item .background {
  position: relative;
  width: 350px;
  height: 300px;
  margin-left: 40px;
  display: block;
  float: right;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .specials .image-list-item .background {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .specials .image-list-item .background {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.specials .image-list-item .description {
  width: 100%;
  display: block;
  padding: 25px;
}
@media only screen and (max-width: 767px) {
  .specials .image-list-item .description {
    padding: 20px 20px 10px 20px;
    text-align: center;
  }
}
.specials .image-list-item .description h3 {
  margin-bottom: 15px;
}
.specials .image-list-item .description h3 a {
  text-decoration: none;
}
.specials .image-list-item .description h3 a:hover {
  color: #C8A164;
}
.specials .image-list-item .description nav {
  position: absolute;
  bottom: 30px;
  left: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .specials .image-list-item .description nav {
    bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .specials .image-list-item .description nav {
    text-align: center;
    margin-top: 15px;
    width: 100%;
    left: auto;
    right: auto;
    bottom: auto;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .specials .image-list-item .description nav .button {
    margin-bottom: 10px;
  }
}

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

.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: #C8A164;
  border-bottom-color: #C8A164;
  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: 540px;
  background: #262323;
}
.hotel-location-map h4, .poi-map-canvas h4 {
  margin: 0;
  font: normal 16px/1.2 "adobe-garamond-pro", serif;
  text-transform: uppercase;
  color: #C8A164;
  letter-spacing: 0.8px;
}
.hotel-location-map p, .poi-map-canvas p {
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
  margin: 5px 0 0;
}
.hotel-location-map .button, .poi-map-canvas .button {
  display: block;
}
.hotel-location-map .map-content, .poi-map-canvas .map-content {
  overflow: hidden;
}

.goolemap-wrapper {
  border: 9px solid #C8A164;
  background: #C8A164;
}

.infoBox img {
  display: block;
  border-radius: 50%;
  color: #262323;
  font-size: 13px;
  line-height: 10px;
  width: 30px;
  height: 30px;
  background: #fff;
  position: absolute;
  top: 0px;
  right: 0px;
  border: 5px solid #C8A164;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  padding: 5px;
  overflow: hidden;
  text-indent: -999px;
  z-index: 1;
}
.infoBox img:hover {
  border-color: #262323;
}

.map-content {
  background: #fff;
  font-size: 14px;
  line-height: 24px;
  padding: 36px 10px;
  position: relative;
  text-align: center;
  color: #262323;
  width: 220px;
  box-shadow: 0 5px 10px 0 rgba(38, 35, 35, 0.5);
}
.map-content:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
}
.map-content h3 {
  font: 700 16px/22px "adobe-garamond-pro", serif;
  text-transform: uppercase;
  color: #262323;
  letter-spacing: 0.8px;
}
.map-content p {
  font-size: 13px;
}
.map-content a {
  color: #C8A164;
  letter-spacing: 1.2px;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
}
.map-content a:hover {
  text-decoration: underline;
}
.map-content .button {
  display: inline-block;
}
.map-content .close-btn {
  font-size: 0px;
  line-height: 0;
}

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

.pressroom {
  text-align: center;
}
.pressroom .pressroom-item {
  display: inline-block;
  vertical-align: top;
  width: calc(33% - 20px);
  height: 400px;
  margin: 15px 10px 20px 10px;
  position: relative;
  overflow: hidden;
  border: 1px solid #262323;
  padding: 20px 0;
  background-color: #505050;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .pressroom .pressroom-item {
    width: calc(40% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .pressroom .pressroom-item {
    width: 100%;
    margin: 10px 0;
  }
}
.pressroom .pressroom-item.hide {
  display: none;
}
.pressroom .pressroom-item h4 {
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #fff;
}
.pressroom .pressroom-item time {
  color: #fff;
  display: block;
  margin: 5px 0;
}
.pressroom .pressroom-item .description {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(38, 35, 35, 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: #fff;
  margin: 10px 0 0 0;
  display: block;
  position: relative;
  line-height: 16px;
  padding-left: 0 !important;
}
.pressroom .pressroom-item .pdf:hover {
  color: #262323;
}
.pressroom .pressroom-item .view-gallery {
  margin-top: 20px;
}
.pressroom .show-more {
  display: none;
}

.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;
  background-color: #262323;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .galleries .gallery {
    width: calc(50% - 10px);
    padding-bottom: calc(50% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  .galleries .gallery {
    width: calc(100% - 10px);
    padding-bottom: calc(100% - 10px);
  }
}
.galleries .gallery h2, .galleries .gallery h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font: 26px/30px "adobe-garamond-pro", 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: 1023px) {
  .galleries .gallery .description {
    font-size: 16px;
    line-height: 20px;
  }
}
.galleries .gallery .description:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -1px;
}
.galleries .gallery .description .centered {
  padding: 15px;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 4px);
}

.big-gallery-slider {
  position: relative;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  height: 100vh;
  min-height: 300px;
  max-height: 570px;
  z-index: 40;
  margin: 80px auto;
  padding: 0 20px;
  max-width: 1240px;
}
@media only screen and (max-width: 1023px) {
  .big-gallery-slider {
    margin: 40px auto;
  }
}
@media only screen and (max-width: 767px) {
  .big-gallery-slider {
    padding: 0 10px;
  }
}
.big-gallery-slider .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: #C8A164;
  border-bottom-color: #C8A164;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.big-gallery-slider .slideshow {
  position: absolute;
  left: 20px;
  top: 0;
  width: calc(100% - 40px);
  height: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .big-gallery-slider .slideshow {
    width: calc(100% - 20px);
    left: 10px;
  }
}
.big-gallery-slider .slideshow-wrapper {
  width: 100%;
  height: 100%;
}
.big-gallery-slider .slide {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .big-gallery-slider .slide:after {
    width: 100%;
  }
}
.big-gallery-slider .slide .thumbnail {
  background-size: cover;
  background-position: center center;
}
.big-gallery-slider .slideshow-button {
  margin-top: 0;
  background-color: #262323;
  color: #fff;
  width: 60px;
  height: 60px;
}
.big-gallery-slider .slideshow-button svg {
  stroke: #fff;
}
.big-gallery-slider .slideshow-button.next {
  right: 0;
  transform: translateY(-50%) rotate(-90deg);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .big-gallery-slider .slideshow-button.next {
    right: 10px;
  }
}
.big-gallery-slider .slideshow-button.previous {
  left: 0;
  transform: translateY(-50%) rotate(90deg);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .big-gallery-slider .slideshow-button.previous {
    left: 10px;
  }
}
.big-gallery-slider .slideshow-button:hover {
  background-color: #C8A164;
}
.big-gallery-slider .slideshow-button:hover svg {
  stroke: #fff;
}

.rfp-wrapper {
  max-width: 740px;
  position: relative;
  margin-top: 30px;
}
@media only screen and (max-width: 1023px) {
  .rfp-wrapper {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .rfp-wrapper {
    margin-top: 10px;
  }
}
.rfp-wrapper .form p {
  margin-left: 40px;
}

.form {
  font-size: 0;
  position: relative;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .form {
    text-align: left;
  }
}
.form .row {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .form .row {
    margin-bottom: 0;
  }
}
.form .row.row-3, .form .row.row-4 {
  margin-bottom: 0;
}
.form .ui-menu-item a {
  text-align: left;
}
.form h3 {
  text-align: left;
  margin-top: 20px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.form label {
  display: flex;
  width: 40%;
  color: #505050;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 12px;
  letter-spacing: 1.2px;
  margin: 0 20px 7px 0;
  float: left;
}
@media only screen and (max-width: 767px) {
  .form label {
    display: block;
    float: none;
    margin: 0 0 10px;
    width: auto;
  }
}
.form label em {
  color: #262323;
  font-size: 16px;
  font-weight: normal;
  line-height: 10px;
  padding-right: 5px;
  order: 1;
}
.form p {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .form p {
    margin-left: 0;
    margin-bottom: 15px;
  }
}
.form p:after {
  clear: both;
  content: "";
  display: table;
}
.form p.col-1 {
  width: calc(34% - 20px);
}
@media only screen and (max-width: 767px) {
  .form p.col-1 {
    width: 100%;
  }
}
.form p.col-2 {
  width: calc(50% - 40px);
}
.form p.col-2.col-start {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .form p.col-2 {
    width: 100%;
  }
  .form p.col-2.col-start {
    width: 100%;
  }
}
.form p.col-3 {
  width: calc(34% - 20px);
}
@media only screen and (max-width: 767px) {
  .form p.col-3 {
    width: 100%;
  }
}
.form p.col-3:last-child {
  float: right;
}
.form p.col-start {
  clear: both;
  margin-left: 0;
}
.form p.type_checkbox, .form p.type_radio {
  padding: 0 0 30px 0;
}
.form p.type_checkbox label, .form p.type_radio label {
  display: flex;
  width: 100%;
  text-align: left;
  margin: 0 0 7px 0;
}
@media only screen and (max-width: 767px) {
  .form p.type_checkbox, .form p.type_radio {
    padding: 0 0 7px 0;
  }
  .form p.type_checkbox label, .form p.type_radio label {
    margin: 0 0 12px 0;
  }
}
.form p.type_file {
  text-align: right;
  width: calc(100% - 235px);
  margin-bottom: 25px;
}
.form p.type_file input[type=file] {
  width: 100%;
  text-align: right;
}
.form p.type_file .fake-input {
  right: 0;
  left: auto;
  width: auto;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .form p.type_file {
    text-align: left;
    width: 100%;
  }
  .form p.type_file .fake-input {
    right: auto;
    left: 0;
  }
}
.form p span.checkbox-group,
.form p span.checkbox-radio,
.form p span.radio-group {
  margin-bottom: 10px;
  overflow: hidden;
  float: none;
}
.form p span.checkbox-group label,
.form p span.checkbox-radio label,
.form p span.radio-group label {
  display: flex;
  font-family: "adobe-garamond-pro", serif;
  width: auto;
  float: left;
  padding-right: 10px;
  vertical-align: top;
  font-weight: normal;
  font-size: 14px;
  text-transform: none;
  letter-spacing: 0.2px;
}
@media only screen and (max-width: 767px) {
  .form p span.checkbox-group,
.form p span.checkbox-radio,
.form p span.radio-group {
    width: auto;
  }
  .form p span.checkbox-group label,
.form p span.checkbox-radio label,
.form p span.radio-group label {
    display: block;
    width: auto;
    float: none;
  }
}
.form p.type_checkbox label, .form p.type_radio label {
  margin-bottom: 5px;
  display: flex;
}
.form p.type_file label {
  margin: 5px 0 0 0;
}
.form p.terms-privacy {
  text-align: left !important;
  float: none;
  margin-left: 0;
}
.form p.terms-privacy em {
  padding-right: 0;
  font-size: 17px !important;
  color: #C8A164 !important;
  order: 1;
}
.form p.terms-privacy input {
  margin-right: 10px !important;
}
.form p.terms-privacy label {
  display: flex;
  text-transform: none;
  font-weight: normal;
  font-size: 14px;
  padding-top: 5px;
  letter-spacing: 0.2px;
}
.form p span {
  float: left;
  margin: 0 10px 0 0;
}
.form p span.checkbox-group, .form p span.radio-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;
  padding-top: 5px;
  line-height: 16px;
  padding-right: 2em;
}
.form p span.group label input {
  margin-right: 0.4em;
}
.form input[type=text], .form input[type=date], .form textarea, .form select, .form .input-overlay {
  background: #fff;
  color: #262323;
  font-size: 14px;
  line-height: 50px;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  resize: none;
  letter-spacing: 0;
  border: 1px solid #F4F3EF;
}
@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;
    height: 40px;
    line-height: 40px;
  }
}
.form .input-overlay {
  opacity: 0;
  margin-top: -50px;
}
@media only screen and (max-width: 767px) {
  .form .select-wrapper {
    width: 100%;
  }
}
.form textarea {
  height: 128px;
  overflow: auto;
  line-height: 1.2;
  padding: 10px 15px;
}
.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: 122px;
  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: 17px 0 0 10px;
}
@media only screen and (max-width: 767px) {
  .form .ui-datepicker-trigger {
    display: none;
  }
}
.form .controls {
  text-align: left;
}
.form .controls p {
  padding: 45px 0 0 0;
  margin-left: 0;
  width: auto;
  background: none;
}
@media only screen and (max-width: 767px) {
  .form .controls p {
    padding: 15px 0 0 0;
    text-align: center;
  }
}
.form .controls .button {
  padding: 10 20px;
}
.form .controls .button:hover {
  background-color: #8b765e;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .form .controls .button {
    display: inline-block;
    margin: 0;
  }
}
.form .custom-checkbox, .form .custom-radio {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding-left: 2.5em;
  line-height: 1.4em;
}
.form .custom-checkbox:before, .form .custom-radio:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 22px;
  height: 22px;
  background: #fff;
  transition: transform 350ms ease-in-out/2;
  border: 1px solid #262323;
}
.form .custom-checkbox:after, .form .custom-radio:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 2px;
  width: 18px;
  height: 8px;
  border-bottom: 2px solid #262323;
  border-left: 2px solid #262323;
  transform: rotate(-45deg) scale(2);
  opacity: 0;
  visibility: hidden;
  transition: transform 350ms ease-in-out/2 350ms ease-in-out/3, opacity 350ms ease-in-out/2, visibility 350ms ease-in-out/2;
  pointer-events: none;
}
.form .custom-checkbox.checked:after, .form .custom-radio.checked:after {
  transform: rotate(-45deg) scale(1);
  opacity: 1;
  visibility: visible;
  transition: transform 350ms ease-in-out/3, opacity 350ms ease-in-out/3, visibility 350ms ease-in-out/3;
}
.form .custom-checkbox input, .form .custom-radio input {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.form .custom-checkbox.active, .form .custom-radio.active {
  color: #000;
}
.form .custom-radio:before {
  border-radius: 50%;
}
.form .custom-radio:after {
  border: none;
  width: 8px;
  height: 8px;
  top: 9px;
  left: 7px;
  border-radius: 50%;
  transform: scale(2);
  background: #C8A164;
}

#home-poi {
  position: relative;
  padding-top: 50px;
  z-index: 10;
}
#home-poi h2 {
  font: 200 36px/1.2 "adobe-garamond-pro", serif;
  margin-bottom: 30px;
  color: #C8A164;
  text-transform: uppercase;
  text-align: center;
}

.poi {
  overflow: hidden;
  position: relative;
}
.poi:after {
  clear: both;
  content: "";
  display: table;
}

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

.poi-map {
  height: 540px;
  width: calc(100% - 350px);
}
@media only screen and (max-width: 767px) {
  .poi-map {
    width: 100%;
  }
}

.poi-overlay {
  text-align: left;
  width: 340px;
  background: #F4F3EF;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .poi-overlay {
    position: relative;
    width: 100%;
    text-align: center;
  }
}
.poi-overlay .category-selector {
  margin: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 65%;
}
@media only screen and (max-width: 767px) {
  .poi-overlay .category-selector {
    position: relative;
    left: auto;
    top: auto;
    transform: translate(0, 0);
    width: 100%;
    margin-bottom: 9px;
  }
}
.poi-overlay .category-selector .poi-button {
  display: block;
  padding-left: 45px;
  font: 400 18px/40px "adobe-garamond-pro", serif;
  letter-spacing: 0.8px;
  text-align: left;
  position: relative;
  opacity: 0.5;
}
.poi-overlay .category-selector .poi-button:hover, .poi-overlay .category-selector .poi-button.active {
  opacity: 1;
}
.poi-overlay .category-selector .poi-button:hover:before, .poi-overlay .category-selector .poi-button.active:before {
  background-image: url("../images/poi/icons-hover.svg");
}
.poi-overlay .category-selector .poi-button:before {
  background: url("../images/poi/icons.svg") no-repeat -40px -40px;
  content: "";
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .poi-overlay .category-selector .poi-button {
    display: none;
  }
}
.poi-overlay .category-selector .poi-button.icon-dining:before {
  background-position: -10px -10px;
}
.poi-overlay .category-selector .poi-button.icon-shopping:before {
  background-position: -70px -10px;
}
.poi-overlay .category-selector .poi-button.icon-zoo:before {
  background-position: -130px -10px;
}
.poi-overlay .category-selector .poi-button.icon-theme-parks:before {
  background-position: -190px -10px;
}
.poi-overlay .category-selector .poi-button.icon-wineries:before {
  background-position: -250px -10px;
}
.poi-overlay .category-selector .poi-button.icon-breakfast:before {
  background-position: -310px -10px;
}
.poi-overlay .category-selector .poi-button.icon-attractions:before {
  background-position: -370px -10px;
}
.poi-overlay .category-selector .poi-button.icon-places-for-children:before {
  background-position: -430px -10px;
}
.poi-overlay .category-selector .poi-button.icon-museums:before {
  background-position: -490px -10px;
}
.poi-overlay .category-selector .poi-button.icon-national-monuments:before {
  background-position: -550px -10px;
}
.poi-overlay .category-selector .poi-button.icon-farmer-markets:before {
  background-position: -610px -10px;
}
.poi-overlay .category-selector .poi-button.icon-nightlife:before {
  background-position: -670px -10px;
}
.poi-overlay .category-selector .poi-button.icon-arts-culture:before {
  background-position: -730px -10px;
}
.poi-overlay .category-selector .poi-button.icon-hospitals:before {
  background-position: -790px -10px;
}
.poi-overlay .category-selector .poi-button.icon-banks:before {
  background-position: -850px -10px;
}
.poi-overlay .category-selector .poi-button.icon-spas:before {
  background-position: -910px -10px;
}
.poi-overlay .category-selector .poi-button.icon-gardens:before {
  background-position: -970px -10px;
}
.poi-overlay .category-selector .poi-button.icon-cafes:before {
  background-position: -1030px -10px;
}
.poi-overlay .category-selector .poi-button.icon-entertainment:before {
  background-position: -1090px -10px;
}
.poi-overlay .category-selector .poi-button.icon-golf:before {
  background-position: -1150px -10px;
}
.poi-overlay .category-selector .poi-button.icon-romantic-spots:before {
  background-position: -1210px -10px;
}
.poi-overlay .category-selector .poi-button.icon-hidden-gems:before {
  background-position: -1270px -10px;
}
.poi-overlay .category-selector .poi-button.icon-corporate-offices:before {
  background-position: -1330px -10px;
}
.poi-overlay .category-selector .poi-button.icon-outdoors:before {
  background-position: -1390px -10px;
}
.poi-overlay .category-selector .poi-button.icon-lakes:before {
  background-position: -1450px -10px;
}
.poi-overlay .category-selector .poi-button.icon-rivers:before {
  background-position: -1510px -10px;
}
.poi-overlay .category-selector .poi-button.icon-recreation:before {
  background-position: -1570px -10px;
}
.poi-overlay .category-selector .poi-button.icon-hiking:before {
  background-position: -1630px -10px;
}
.poi-overlay .category-selector .poi-button.icon-places-of-worship:before {
  background-position: -1690px -10px;
}
.poi-overlay .category-selector .poi-button.icon-sports:before {
  background-position: -1750px -10px;
}
.poi-overlay .category-selector .poi-button.icon-universities:before {
  background-position: -1810px -10px;
}

#calendar-header {
  margin-bottom: 30px;
}
#calendar-header:after {
  clear: both;
  content: "";
  display: table;
}
#calendar-header h4 {
  font: 400 20px/40px "adobe-garamond-pro", serif;
  color: #262323;
  text-transform: uppercase;
  float: left;
}
@media only screen and (max-width: 767px) {
  #calendar-header h4 {
    float: none;
    text-align: center;
  }
}

#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-filter label {
  color: #262323;
  text-transform: uppercase;
  margin-right: 20px;
  font-size: 11px;
}
@media only screen and (max-width: 767px) {
  #calendar-filter label {
    display: none;
  }
}
#calendar-filter select {
  border: none;
  box-shadow: -2px 2px 5px 1px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 767px) {
  #calendar-filter select {
    box-shadow: none;
    border: thin solid #d1d1d1;
  }
}

#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: #717272;
}
@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: #C8A164;
}
#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: #53565a;
}
@media only screen and (max-width: 767px) {
  #calendar-breadcrumb dt, #calendar-breadcrumb dd {
    float: none;
    display: inline-block;
  }
}

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

#calendar-month {
  height: 60px;
  margin: 60px 0 30px;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  padding: 0 90px;
}
#calendar-month:before {
  content: "";
  height: 1px;
  width: 100%;
  background-color: rgba(80, 80, 80, 0.5);
  background-position: bottom;
  background-size: 15px 1px;
  background-repeat: repeat-x;
  position: absolute;
  top: -30px;
  left: 0;
}
#calendar-month li {
  display: block;
  flex-grow: 6;
}
#calendar-month li.arrow {
  position: absolute;
  top: 0;
}
#calendar-month li.arrow.prev {
  left: 0;
}
#calendar-month li.arrow.next {
  right: 0;
}
@media only screen and (max-width: 767px) {
  #calendar-month li.not-active {
    display: none;
  }
}
#calendar-month li:not(.arrow) a:before {
  content: "";
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  transition: border-color 100ms;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #fff;
}
#calendar-month a {
  display: block;
  vertical-align: top;
  padding: 0 9px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1.2px;
  color: #262323;
  border: 1px solid #505050;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #calendar-month a {
    padding: 0 5px;
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #calendar-month a {
    padding: 0 7px;
    font-size: 11px;
    text-align: center;
  }
}
#calendar-month a:hover {
  background: #C8A164;
  color: #262323;
}
#calendar-month a:hover:before {
  display: block !important;
  border-top-color: #C8A164 !important;
}
#calendar-month a.active {
  background: #F4F3EF;
  color: #262323;
  font-weight: 700;
}
#calendar-month a.active:before {
  display: block !important;
  border-top-color: #262323 !important;
}
#calendar-month a.active:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  transition: border-color 100ms;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #F4F3EF;
}
#calendar-month a.active:hover {
  background: #262323;
  color: #fff;
}
#calendar-month a.active:hover:before {
  display: block !important;
  border-top-color: #262323 !important;
}
#calendar-month a.active:hover:after {
  display: none;
}
#calendar-month a.arrow-button {
  background-color: #262323;
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
}
#calendar-month a.arrow-button span {
  display: none;
}
#calendar-month a.arrow-button svg {
  stroke: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 36px;
  fill: none;
  stroke-width: 2;
}
#calendar-month a.arrow-button.next svg {
  transform: translate(-50%, -50%) rotate(-90deg);
}
#calendar-month a.arrow-button.previous svg {
  transform: translate(-50%, -50%) rotate(90deg);
}
#calendar-month a.arrow-button:hover {
  background-color: #C8A164;
}
#calendar-month a.arrow-button:hover svg {
  stroke: #fff;
}

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

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

#calendar-week {
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #calendar-week {
    display: none;
  }
}
#calendar-week li {
  color: #595756;
  text-align: center;
  font-weight: bold;
}
#calendar-week li .short {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #calendar-week li .full {
    display: none;
  }
  #calendar-week li .short {
    display: inline;
  }
}
@media only screen and (max-width: 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: #C8A164;
  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;
}
#calendar.list-view .image-list {
  position: relative;
  padding: 20px 0;
}
#calendar.list-view .image-list h2, #calendar.list-view .image-list h2 a {
  font: 200 46px/1 "adobe-garamond-pro", serif;
  margin-bottom: 18px;
  color: #262323;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  #calendar.list-view .image-list h2, #calendar.list-view .image-list h2 a {
    font-size: 28px;
    font-weight: normal;
  }
}
#calendar.list-view .image-list h3, #calendar.list-view .image-list h3 a {
  font: 500 16px/22px "adobe-garamond-pro", serif;
  margin-bottom: 18px;
  color: #262323;
  text-transform: uppercase;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #calendar.list-view .image-list h3, #calendar.list-view .image-list h3 a {
    font-size: 14px;
    font-weight: normal;
  }
}
#calendar.list-view .image-list h3 a:hover {
  color: #C8A164;
}

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

#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.hidden {
  display: none;
}
.calendar .image-list-item {
  position: relative;
  width: 100%;
  padding: 80px 0 90px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item {
    height: auto;
  }
  .calendar .image-list-item:first-child {
    padding-top: 0;
  }
}
.calendar .image-list-item.alt {
  margin: 0 -80px 20px;
  padding: 80px 110px;
  width: calc(100% + 160px);
  background: #F4F3EF;
}
.calendar .image-list-item.alt .main-wrapper .background {
  width: calc(60% - 20px);
}
.calendar .image-list-item.alt .main-wrapper .description {
  width: calc(40% - 60px);
  position: relative;
  padding: 105px 0;
}
.calendar .image-list-item.alt nav.links .details-show, .calendar .image-list-item.alt nav.links .details-hide {
  background: #fff;
}
.calendar .image-list-item.alt nav.links .details-show:hover, .calendar .image-list-item.alt nav.links .details-hide:hover {
  background: #C8A164;
}
.calendar .image-list-item.expanded .main-wrapper nav.links .details-show {
  display: none;
}
.calendar .image-list-item.expanded .main-wrapper nav.links .details-hide {
  display: inline-block;
}
.calendar .image-list-item.expanded .popup-wrapper {
  display: block;
}
.calendar .image-list-item:before {
  content: "";
  height: 1px;
  width: 100%;
  background-color: rgba(80, 80, 80, 0.5);
  background-position: bottom;
  background-size: 15px 1px;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
}
.calendar .image-list-item .square-element {
  position: absolute;
  background-color: #fff;
  background-image: url("../images/swoosh.png");
  background-size: cover;
  background-repeat: no-repeat;
  bottom: -11px;
  left: 50%;
  width: 14px;
  height: 21px;
  z-index: 2;
}
.calendar .image-list-item.odd .main-wrapper .background {
  right: 0;
}
.calendar .image-list-item.even .main-wrapper .description {
  float: right;
}
.calendar .image-list-item .main-wrapper {
  position: relative;
}
.calendar .image-list-item .main-wrapper:after {
  clear: both;
  content: "";
  display: table;
}
.calendar .image-list-item .main-wrapper nav.links .details-hide {
  display: none;
}
.calendar .image-list-item .popup-wrapper {
  display: none;
  padding: 0 80px;
}
@media only screen and (max-width: 1023px) {
  .calendar .image-list-item .popup-wrapper {
    padding: 0 30px;
  }
}
.calendar .image-list-item .popup-wrapper nav.links {
  margin-top: 55px;
}
.calendar .image-list-item .background {
  position: absolute;
  margin: 0;
  padding: 0;
  width: calc(50% - 20px);
  height: 100%;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 1023px) {
  .calendar .image-list-item .background {
    position: relative;
    width: 100% !important;
    top: unset;
    bottom: unset;
    height: 350px;
    right: unset !important;
    float: none;
  }
}
.calendar .image-list-item .description {
  position: relative;
  width: calc(50% - 60px);
  padding: 80px 0;
  min-height: 420px;
}
@media only screen and (max-width: 1023px) {
  .calendar .image-list-item .description {
    width: 100% !important;
    min-height: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .calendar .image-list-item .description {
    padding: 60px 0 !important;
    min-height: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item .description {
    padding: 40px 0 !important;
    min-height: 0 !important;
  }
}
.calendar .image-list-item .description h3 {
  font: 24px/30px "adobe-garamond-pro", serif;
  color: #151616;
  margin-bottom: 15px;
}
.calendar .image-list-item .description h3 a {
  text-decoration: none;
}
.calendar .image-list-item .description h3 a:hover {
  color: #C8A164;
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item .description .button {
    text-align: center;
    width: auto;
  }
}
.calendar .image-list-item nav.links {
  margin-top: 28px;
}
.calendar .image-list-item nav.links .details-show, .calendar .image-list-item nav.links .details-hide {
  background: #262323;
  color: #fff;
  position: relative;
  display: inline-block;
  height: 40px;
  margin: 0 20px 0 0;
  padding: 0 38px 0 18px;
  overflow: visible;
  font: 500 11px/40px "adobe-garamond-pro", serif;
  min-width: 140px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  -moz-text-align-last: auto;
  text-align-last: auto;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  transition: all 350ms ease-in-out;
}
.calendar .image-list-item nav.links .details-show:after, .calendar .image-list-item nav.links .details-hide:after {
  content: "";
  display: block;
  width: 11px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  background-image: url("../images/sprite.svg");
}
.calendar .image-list-item nav.links .details-show:hover, .calendar .image-list-item nav.links .details-hide:hover {
  color: #262323;
  background: rgba(200, 161, 100, 0.9);
}
.calendar .image-list-item nav.links .details-show:after {
  background-position: -265px -320px;
}
.calendar .image-list-item nav.links .details-show:hover:after {
  background-position: -285px -320px;
}
.calendar .image-list-item nav.links .details-hide:after {
  background-position: -265px -340px;
}
.calendar .image-list-item nav.links .details-hide:hover:after {
  background-position: -285px -340px;
}
.calendar .image-list-item nav.links .button {
  min-width: 180px;
}
.calendar .image-list-item .full-content {
  margin-top: 74px;
  font-size: 16px;
  line-height: 22px;
}
@media only screen and (max-width: 1023px) {
  .calendar .image-list-item .full-content {
    margin-top: 0;
  }
}
.calendar .image-list-item .full-content ul {
  padding: 0 20px;
}
.calendar .image-list-item .secondary-additional-content {
  font-style: italic;
  color: #262323;
  margin-top: 80px;
  padding-top: 35px;
  position: relative;
}
.calendar .image-list-item .secondary-additional-content:before {
  content: "";
  height: 1px;
  width: 100%;
  background-image: linear-gradient(to right, rgba(38, 35, 35, 0.5) 70%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 15px 1px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  left: 0;
}
.calendar .image-list-item .secondary-additional-content p {
  font-style: inherit;
}

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

#form_module_container_errors {
  color: #b31919;
}

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

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

#form_module_container_success {
  color: green;
}

[id*=form_form_] {
  display: block;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] {
    text-align: left;
  }
}
[id*=form_form_] .ui-datepicker-trigger {
  display: none;
}
[id*=form_form_] fieldset + fieldset {
  margin-top: 20px;
}
[id*=form_form_] h3 {
  text-align: left;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e2e2e2;
}
[id*=form_form_] em {
  color: #b31919;
  font-size: 16px;
  font-weight: normal;
  line-height: 10px;
  padding-right: 5px;
}
[id*=form_form_] label {
  width: 40%;
  line-height: 1.2;
  margin-right: 10px;
  margin-top: 12px;
  margin-bottom: 20px;
  float: left;
  text-align: right;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] label {
    display: block;
    float: none;
    margin: 0 0 10px;
    text-align: left;
    width: auto;
  }
}
[id*=form_form_] [class*=checkboxgroup] p span.group {
  width: 50%;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] [class*=checkboxgroup] p span.group {
    width: 100%;
  }
}
[id*=form_form_] [class*=checkboxgroup] p span.group label {
  display: block !important;
}
[id*=form_form_] p {
  display: block;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] p {
    margin-bottom: 20px;
  }
}
[id*=form_form_] p:after {
  clear: both;
  content: "";
  display: table;
}
[id*=form_form_] p span {
  float: left;
  margin: 0 10px 0 0;
}
[id*=form_form_] p span.checkbox-group {
  margin-bottom: 10px;
}
[id*=form_form_] p span input {
  display: inline;
  float: none;
  margin: 0;
}
[id*=form_form_] p span label {
  display: inline;
  float: none;
  width: auto;
  text-align: left;
}
[id*=form_form_] p span.group {
  margin-top: 12px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] p span.group {
    margin-top: 0;
  }
}
[id*=form_form_] p span.group label {
  display: block;
  margin-bottom: 10px !important;
  margin-top: 0;
}
[id*=form_form_] p span.group label input {
  margin-right: 0.4em;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .select-wrapper {
    width: 100%;
  }
}
[id*=form_form_] input[type=text], [id*=form_form_] input[type=number], [id*=form_form_] input[type=email], [id*=form_form_] input[type=phone], [id*=form_form_] input[type=url], [id*=form_form_] input[type=datepicker], [id*=form_form_] textarea, [id*=form_form_] select, [id*=form_form_] .input-overlay {
  background: #fff;
  color: #53565a;
  height: 40px;
  padding: 0 10px;
  resize: none;
  width: 250px !important;
  border: 1px solid #d1d1d1;
  font-size: 14px;
  line-height: 40px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] input[type=text], [id*=form_form_] input[type=number], [id*=form_form_] input[type=email], [id*=form_form_] input[type=phone], [id*=form_form_] input[type=url], [id*=form_form_] input[type=datepicker], [id*=form_form_] textarea, [id*=form_form_] select, [id*=form_form_] .input-overlay {
    padding: 0 20px;
    width: 100% !important;
    text-align: left;
  }
}
[id*=form_form_] input[type=text].form_module_field_error, [id*=form_form_] input[type=number].form_module_field_error, [id*=form_form_] input[type=email].form_module_field_error, [id*=form_form_] input[type=phone].form_module_field_error, [id*=form_form_] input[type=url].form_module_field_error, [id*=form_form_] input[type=datepicker].form_module_field_error, [id*=form_form_] textarea.form_module_field_error, [id*=form_form_] select.form_module_field_error, [id*=form_form_] .input-overlay.form_module_field_error {
  border-color: #b31919;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] input[type=text], [id*=form_form_] input[type=number], [id*=form_form_] input[type=email], [id*=form_form_] input[type=phone], [id*=form_form_] input[type=url], [id*=form_form_] input[type=datepicker], [id*=form_form_] textarea, [id*=form_form_] select, [id*=form_form_] .input-overlay {
    text-align: left;
  }
}
[id*=form_form_] textarea {
  float: left;
  height: 100px;
  overflow: auto;
  line-height: 20px;
  padding: 10px;
}
[id*=form_form_] input[type=checkbox],
[id*=form_form_] input[type=radio] {
  width: 14px;
  height: 14px;
  padding: 0;
  vertical-align: top;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] input[type=checkbox],
[id*=form_form_] input[type=radio] {
    margin-right: 5px;
  }
}
[id*=form_form_] .datepicker-input-wrapper {
  float: left;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .datepicker-input-wrapper {
    float: none;
  }
}
[id*=form_form_] input[type=datepicker], [id*=form_form_] .input-overlay {
  float: left;
  width: 100px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] input[type=datepicker], [id*=form_form_] .input-overlay {
    float: none;
    width: 100%;
  }
}
[id*=form_form_] .input-overlay {
  width: 100px;
  float: left;
  clear: both;
  opacity: 0;
  margin-top: -40px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .input-overlay {
    float: none;
    display: block;
    width: 100%;
  }
}
[id*=form_form_] .ui-datepicker-trigger {
  float: left;
  position: static;
  margin: 13px 0 0 6px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .ui-datepicker-trigger {
    display: none;
  }
}
[id*=form_form_] input[type=submit] {
  display: block;
  margin: 0 auto;
  border: none !important;
  padding: 10px 20px !important;
}
[id*=form_form_] input[type=submit]:hover {
  background-color: #8b765e;
}
[id*=form_form_] > input[type=submit] {
  margin-top: 20px;
}
[id*=form_form_] .g-recaptcha {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
[id*=form_form_] .form-builder-field {
  position: relative;
  width: 100%;
  text-align: left;
  clear: both;
}
[id*=form_form_] .form-builder-field[class*=textarea] label {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-field[class*=textarea] label {
    margin-bottom: 10px;
  }
}
[id*=form_form_] .form-builder-field[class*=inputhidden] {
  display: none;
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] > label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] > label, [id*=form_form_] .form-builder-field[class*=radiogroup] > label {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-field[class*=inputcheckbox] > label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] > label, [id*=form_form_] .form-builder-field[class*=radiogroup] > label {
    margin-bottom: 10px;
  }
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] .radio-label, [id*=form_form_] .form-builder-field[class*=inputcheckbox] .checkbox-label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] .radio-label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] .checkbox-label, [id*=form_form_] .form-builder-field[class*=radiogroup] .radio-label, [id*=form_form_] .form-builder-field[class*=radiogroup] .checkbox-label {
  color: #000;
  text-transform: none;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 20px;
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] .radio-label.consent-checkbox-label, [id*=form_form_] .form-builder-field[class*=inputcheckbox] .checkbox-label.consent-checkbox-label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] .radio-label.consent-checkbox-label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] .checkbox-label.consent-checkbox-label, [id*=form_form_] .form-builder-field[class*=radiogroup] .radio-label.consent-checkbox-label, [id*=form_form_] .form-builder-field[class*=radiogroup] .checkbox-label.consent-checkbox-label {
  width: 100%;
  text-align: left;
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] .radio-label.consent-checkbox-label:before, [id*=form_form_] .form-builder-field[class*=inputcheckbox] .checkbox-label.consent-checkbox-label:before, [id*=form_form_] .form-builder-field[class*=checkboxgroup] .radio-label.consent-checkbox-label:before, [id*=form_form_] .form-builder-field[class*=checkboxgroup] .checkbox-label.consent-checkbox-label:before, [id*=form_form_] .form-builder-field[class*=radiogroup] .radio-label.consent-checkbox-label:before, [id*=form_form_] .form-builder-field[class*=radiogroup] .checkbox-label.consent-checkbox-label:before {
  top: 0;
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] .radio-label.consent-checkbox-label:after, [id*=form_form_] .form-builder-field[class*=inputcheckbox] .checkbox-label.consent-checkbox-label:after, [id*=form_form_] .form-builder-field[class*=checkboxgroup] .radio-label.consent-checkbox-label:after, [id*=form_form_] .form-builder-field[class*=checkboxgroup] .checkbox-label.consent-checkbox-label:after, [id*=form_form_] .form-builder-field[class*=radiogroup] .radio-label.consent-checkbox-label:after, [id*=form_form_] .form-builder-field[class*=radiogroup] .checkbox-label.consent-checkbox-label:after {
  top: 5px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-field[class*=inputcheckbox] .radio-label, [id*=form_form_] .form-builder-field[class*=inputcheckbox] .checkbox-label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] .radio-label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] .checkbox-label, [id*=form_form_] .form-builder-field[class*=radiogroup] .radio-label, [id*=form_form_] .form-builder-field[class*=radiogroup] .checkbox-label {
    margin-bottom: 10px;
  }
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] label {
  width: 60%;
  margin-left: calc(40% + 20px);
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-field[class*=inputcheckbox] label {
    margin-left: 0;
    width: 100%;
  }
}
[id*=form_form_] .form-builder-field[class*=inputsubmit] {
  margin-left: 20px;
  padding: 20px 0 0 40%;
  width: auto;
  background: none;
}
[id*=form_form_] .form-builder-field .compliance {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
[id*=form_form_] .form-builder-field .compliance em {
  padding: 12px 10px 0 0;
}
[id*=form_form_] .form-builder-field .compliance input[type=checkbox] {
  margin: 10px 5px 0 0;
}
[id*=form_form_] .form-builder-field .compliance > label {
  width: auto;
  text-transform: none;
  color: #000;
  font-size: 20px;
  line-height: 1.8;
  font-weight: normal;
}
[id*=form_form_] .form-builder-field[class*=paragraph] {
  width: 60%;
  margin-left: calc(40% + 20px);
  margin-bottom: 10px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-field[class*=paragraph] {
    margin-left: 0;
    width: 100%;
  }
}
[id*=form_form_] .form-builder-field[class*=inputfile] {
  line-height: 1;
}
[id*=form_form_] .form-builder-field[class*=inputfile] input[type=file] {
  margin-top: 10px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-field[class*=inputfile] label {
    margin-right: 20px;
  }
}
[id*=form_form_] .form-builder-field[class*=inputfile] .fake-input {
  font: 500 16px/1.2 "adobe-garamond-pro", serif;
  color: #000;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0;
  cursor: pointer;
  width: 50%;
}
[id*=form_form_] .form-builder-field[class*=inputfile] .fake-input:before {
  content: "";
  background: url("../images/paperclip.png") no-repeat;
  background-size: contain;
  width: 16px;
  height: 17px;
  display: block;
  position: relative;
  float: left;
  margin-right: 10px;
}
[id*=form_form_] .form-builder-group {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
[id*=form_form_] .form-builder-group .form-builder-field {
  overflow: visible !important;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field {
  width: calc(50% - 10px);
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field:not(:first-child) {
  margin-left: 20px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-2 .form-builder-field:not(:first-child) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-2 .form-builder-field {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field > p label {
  width: auto;
  text-align: left;
  margin-bottom: 10px;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field input[type=text], [id*=form_form_] .form-builder-group.columns-2 .form-builder-field input[type=email], [id*=form_form_] .form-builder-group.columns-2 .form-builder-field input[type=phone] {
  width: 100% !important;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=checkboxgroup] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=radiogroup] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] label {
  width: 100%;
  margin-bottom: 20px;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=checkboxgroup] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=radiogroup] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] label {
    margin-bottom: 10px;
  }
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=checkboxgroup] label.custom-radio, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=radiogroup] label.custom-radio {
  width: auto;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] label {
  margin-bottom: 10px;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] .select-wrapper, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] select, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] input, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] .select-wrapper, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] select, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] input, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] .select-wrapper, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] select, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] input {
  width: 100%;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper {
  width: calc(100% - 30px);
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field {
  width: calc(33.33% - 20px);
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field:not(:first-child) {
  margin-left: 20px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-3 .form-builder-field:not(:first-child) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-3 .form-builder-field {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field > p label {
  width: auto;
  text-align: left;
  margin-bottom: 10px;
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field input[type=text], [id*=form_form_] .form-builder-group.columns-3 .form-builder-field input[type=email], [id*=form_form_] .form-builder-group.columns-3 .form-builder-field input[type=phone] {
  width: 100% !important;
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=checkboxgroup] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=radiogroup] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] label {
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=checkboxgroup] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=radiogroup] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] label {
    margin-bottom: 10px;
  }
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] label {
  margin-bottom: 10px;
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] .select-wrapper, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] select, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] input, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] .select-wrapper, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] select, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] input, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] .select-wrapper, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] select, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] input {
  width: 100%;
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper {
  width: calc(100% - 30px);
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field {
  width: calc(25% - 20px);
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field:not(:first-child) {
  margin-left: 20px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-4 .form-builder-field:not(:first-child) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-4 .form-builder-field {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field > p label {
  width: auto;
  text-align: left;
  margin-bottom: 10px;
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field input[type=text], [id*=form_form_] .form-builder-group.columns-4 .form-builder-field input[type=email], [id*=form_form_] .form-builder-group.columns-4 .form-builder-field input[type=phone] {
  width: 100% !important;
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=checkboxgroup] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=radiogroup] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] label {
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=checkboxgroup] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=radiogroup] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] label {
    margin-bottom: 10px;
  }
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] label {
  margin-bottom: 10px;
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] .select-wrapper, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] select, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] input, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] .select-wrapper, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] select, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] input, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] .select-wrapper, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] select, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] input {
  width: 100%;
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper {
  width: calc(100% - 30px);
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.prop-2-to-1 .form-builder-field {
  width: calc(66.66% - 20px);
}
[id*=form_form_] .form-builder-group.prop-2-to-1 .form-builder-field:nth-child(even) {
  width: calc(33.33% - 20px);
  margin-left: 20px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.prop-2-to-1 .form-builder-field:nth-child(even) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.prop-2-to-1 .form-builder-field {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] input[type=file] {
    width: 100%;
  }
}
[id*=form_form_] .clear-file-input {
  font-size: 12px;
  transition: opacity 350ms ease-in-out;
}
[id*=form_form_] .clear-file-input.inactive {
  opacity: 0;
  visibility: hidden;
}

.welcome-section {
  margin: 40px 0 40px;
}
.welcome-section:before {
  content: none !important;
}
.welcome-section .square-element {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .welcome-section {
    margin: 20px 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .welcome-section .page-content:first-of-type {
    padding: 15px;
  }
}
.welcome-section .page-content h3 {
  margin-bottom: 10px;
}
.welcome-section .center-column {
  background-color: #F4F3EF;
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .welcome-section .center-column {
    padding: 20px 15px;
  }
}
.welcome-section .columns-wrapper {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  .welcome-section .columns-wrapper {
    flex-flow: column;
  }
}
.welcome-section .column-one {
  width: calc(40% - 10px);
  padding-right: calc(8% - 23px);
}
.welcome-section .column-one .thumbnail-left {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 500px;
}
.welcome-section .column-one .thumbnail-left .thumbnail {
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.welcome-section .column-one .content-wrapper {
  display: block;
  padding-top: 36px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .welcome-section .column-one {
    width: 100%;
    padding-right: 0;
    order: 2;
  }
  .welcome-section .column-one .thumbnail-left {
    position: relative;
    padding-top: 52vw;
    height: auto !important;
  }
  .welcome-section .column-one .content-wrapper {
    padding-top: 15px;
  }
}
.welcome-section .column-two {
  width: 70%;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .welcome-section .column-two {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .welcome-section .column-two {
    width: 100%;
  }
}
.welcome-section .content-wrapper {
  display: block;
  margin-bottom: 26px;
}
@media only screen and (max-width: 1023px) {
  .welcome-section .content-wrapper {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .welcome-section .content-wrapper {
    margin-bottom: 0;
  }
}
.welcome-section .block-items-wrapper {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .welcome-section .block-items-wrapper {
    flex-flow: column;
    justify-content: unset;
  }
}
.welcome-section .block-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  width: calc(50% - 40px);
}
.welcome-section .block-item .thumbnail-wrapper {
  position: relative;
  height: 260px;
}
.welcome-section .block-item .thumbnail-wrapper .thumbnail {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.welcome-section .block-item .block-item-content {
  padding: 36px 0 0;
}
@media only screen and (max-width: 767px) {
  .welcome-section .block-item .block-item-content {
    padding: 15px;
  }
}
.welcome-section .block-item .block-item-content .controls {
  display: inline-block;
  font-size: 0;
  width: 100%;
  vertical-align: top;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: none;
}
.welcome-section .block-item .block-item-content .controls .text-button {
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .welcome-section .block-item .block-item-content .controls .text-button {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .welcome-section .block-item {
    width: 100%;
    margin-bottom: 0;
  }
  .welcome-section .block-item .thumbnail-wrapper {
    padding-top: 52vw;
  }
}

#welcome-popup {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  background: rgba(38, 35, 35, 0.5);
  max-width: 1285px;
  display: none;
  visibility: hidden;
}
#welcome-popup.visible {
  display: block;
  visibility: visible;
}
#welcome-popup .popup {
  background: #C8A164;
  border: 10px solid #fff;
  padding: 10px;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 300px;
  width: 60%;
  min-height: 150px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #welcome-popup .popup {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  #welcome-popup .popup {
    width: 90%;
  }
}

.rooms-section {
  margin: 40px 0 40px;
  padding: 50px 0 0 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .rooms-section {
    margin: 30px 0 30px;
    padding: 40px 0 0 0;
  }
}
.rooms-section .swiper-slide {
  background: #262323;
}
@media only screen and (max-width: 767px) {
  .rooms-section .main-rooms-slider {
    display: none;
  }
}
.rooms-section .main-rooms-slider .slideshow-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
}
.rooms-section .main-rooms-slider .slideshow-wrapper .slide {
  height: 100%;
  background-color: #262323;
}
.rooms-section .hover-modal {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms ease;
  background: rgba(38, 35, 35, 0.7);
  padding: 30px;
  z-index: 3;
}
.rooms-section .hover-modal .inner-wrapper {
  background: rgba(38, 35, 35, 0.7);
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  height: 100vh;
  max-height: 100%;
  position: relative;
}
.rooms-section .hover-modal .inner-wrapper .content-wrapper {
  width: 90%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.rooms-section .hover-modal .inner-wrapper .content-wrapper * {
  text-align: center;
}
.rooms-section .hover-modal .inner-wrapper .content-wrapper h3 {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .rooms-section .hover-modal .inner-wrapper .content-wrapper h3 {
    font: 400 22px/24px "adobe-garamond-pro", serif;
  }
}
.rooms-section .hover-modal .inner-wrapper .content-wrapper .rooms-size {
  display: block;
  color: #fff;
}
.rooms-section .hover-modal .inner-wrapper .content-wrapper .amenities {
  color: #fff;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .rooms-section .hover-modal .inner-wrapper .content-wrapper .amenities {
    margin-top: 10px;
  }
}
.rooms-section .hover-modal .inner-wrapper .content-wrapper .amenities .rooms-icon, .rooms-section .hover-modal .inner-wrapper .content-wrapper .amenities .custom-rooms-icon {
  font-size: 17px;
  margin: 5px 15px;
}
@media only screen and (max-width: 767px) {
  .rooms-section .hover-modal .inner-wrapper .content-wrapper .amenities .rooms-icon, .rooms-section .hover-modal .inner-wrapper .content-wrapper .amenities .custom-rooms-icon {
    font-size: 14px;
  }
}
.rooms-section .hover-modal .inner-wrapper .content-wrapper .amenities .rooms-icon span, .rooms-section .hover-modal .inner-wrapper .content-wrapper .amenities .custom-rooms-icon span {
  display: none;
}
.rooms-section .hover-modal .inner-wrapper .content-wrapper .links {
  margin-top: 30px;
}
.rooms-section .hover-modal .inner-wrapper .content-wrapper .links .separator {
  display: inline-block;
  position: relative;
  width: 1px;
  margin: 0 20px;
  height: 50px;
  vertical-align: top;
}
.rooms-section .hover-modal .inner-wrapper .content-wrapper .links .separator:after {
  content: "";
  display: block;
  height: 60px;
  width: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .rooms-section .hover-modal .inner-wrapper .content-wrapper .links .separator {
    display: none;
  }
}
.rooms-section .hover-modal .inner-wrapper .content-wrapper .links .link360 {
  line-height: 50px;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .rooms-section .hover-modal .inner-wrapper .content-wrapper .links .link360 {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-section .hover-modal .inner-wrapper .content-wrapper .links .button:not(.transparent) {
    min-width: 0;
    font-size: 14px;
  }
  .rooms-section .hover-modal .inner-wrapper .content-wrapper .links .button:not(.transparent):before, .rooms-section .hover-modal .inner-wrapper .content-wrapper .links .button:not(.transparent):after {
    display: none;
  }
}
.rooms-section .rooms-section-container {
  position: relative;
  padding: 0;
  overflow: hidden;
  display: flex;
}
@media only screen and (max-width: 1023px) {
  .rooms-section .rooms-section-container {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-section .rooms-section-container {
    display: block;
  }
}
.rooms-section .rooms-section-content {
  float: left;
  width: calc((100% - 40px) / 3 + 20px);
  box-sizing: border-box;
  padding: 55px 30px 0 30px;
  flex-shrink: 0;
}
.rooms-section .rooms-section-content p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .rooms-section .rooms-section-content {
    padding: 40px 4% 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-section .rooms-section-content {
    float: none;
    width: auto;
    padding: 0;
  }
  .rooms-section .rooms-section-content p:last-child {
    margin-bottom: 20px;
  }
}
.rooms-section .slideshow {
  overflow: hidden;
  position: relative;
  z-index: 10;
  flex-grow: 1;
}
.rooms-section .slide {
  height: auto;
  flex-shrink: 0;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .rooms-section .slide {
    display: block;
  }
}
.rooms-section .slide:hover .hover-modal {
  opacity: 1;
  visibility: visible;
}
.rooms-section .slide:hover .slide-content {
  display: none;
}
.rooms-section .slide:hover .mile-high {
  display: none;
}
.rooms-section .hover-modal h3 {
  font-size: 25px;
  font-weight: bold;
}
.rooms-section .slide-content {
  position: absolute;
  bottom: 25px;
  left: 30px;
  z-index: 2;
}
.rooms-section .slide-content .h2-like {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
}
.rooms-section .slide-content .rooms-size {
  font-size: 13px;
  letter-spacing: 0.2px;
  line-height: 1.2;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .rooms-section .slide-content {
    bottom: 15px;
    left: 0;
    right: 0;
    padding: 0 20px;
  }
}
.rooms-section .mile-high {
  height: 44px;
  padding: 0 25px;
  border-radius: 20px;
  font: 600 13px/44px "adobe-garamond-pro", serif;
  color: #fff;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 1;
  background: rgba(38, 35, 35, 0.9);
}
@media only screen and (max-width: 767px) {
  .rooms-section .mile-high {
    height: 30px;
    font: 600 11px/30px "adobe-garamond-pro", serif;
    top: 10px;
    left: 10px;
  }
}
.rooms-section .slide-thumbnail {
  width: 100%;
  height: 100%;
  background-color: #262323;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.rooms-section .slide-thumbnail:after {
  content: "";
  display: block;
  height: 33%;
  left: 0;
  bottom: 0;
  width: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 1;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.54) 79.58%, rgba(0, 0, 0, 0.66) 100%);
}
.rooms-section .slide-thumbnail:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  padding-bottom: 60%;
}
@media only screen and (max-width: 767px) {
  .rooms-section .slide-thumbnail:before {
    padding-bottom: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-section .slide-thumbnail {
    height: auto;
  }
}
.rooms-section .navigation-slideshow-container {
  margin: 20px auto 0;
  max-width: 1285px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .rooms-section .navigation-slideshow-container {
    margin: 20px auto 0;
    padding: 0;
  }
}
.rooms-section .navigation-slideshow-container .navigation-slide {
  height: auto;
  flex-shrink: 0;
  transition: opacity 350ms ease-in-out;
  cursor: pointer;
}
.rooms-section .navigation-slideshow-container .navigation-slide:hover .hover-modal {
  opacity: 1;
  visibility: visible;
}
.rooms-section .navigation-slideshow-container .navigation-slide:hover .slide-content {
  display: none;
}
.rooms-section .navigation-slideshow-container .navigation-slide:hover .mile-high {
  display: none;
}
.rooms-section .navigation-slideshow-container .slide-title {
  font: 400 22px/1.2 "adobe-garamond-pro", serif;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .rooms-section .navigation-slideshow-container .slide-title {
    font-size: 14px;
    line-height: 1;
  }
}
.rooms-section .navigation-slideshow-container .rooms-size {
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.2px;
  line-height: 1.2;
}
.rooms-section .navigation-slideshow-container .slide-thumbnail {
  height: auto;
  margin-bottom: 0;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.rooms-section .navigation-slideshow-container .slide-thumbnail:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  padding-bottom: 72%;
}
.rooms-section .navigation-slideshow-container .hover-modal .inner-wrapper .content-wrapper .amenities .rooms-icon:nth-child(n+11) {
  display: none;
}
.rooms-section .navigation-slideshow-container .hover-modal .inner-wrapper .content-wrapper .links .button.small {
  font-family: "adobe-garamond-pro", serif;
}
.rooms-section .navigation-slideshow-container .hover-modal .inner-wrapper .content-wrapper .links .separator {
  margin: 0 10px;
  height: 40px;
}
.rooms-section .navigation-slideshow-container .hover-modal .inner-wrapper .content-wrapper .links .link360 {
  line-height: 40px;
}
.rooms-section .slideshow-button {
  margin-top: 0;
  background-color: #C8A164;
  color: #262323;
  width: 60px;
  height: 60px;
}
.rooms-section .slideshow-button svg {
  stroke: #fff;
}
.rooms-section .slideshow-button.next {
  right: -40px;
  transform: translateY(-50%) rotate(-90deg);
}
@media only screen and (min-width: 1365px) {
  .rooms-section .slideshow-button.next {
    right: -70px;
  }
}
@media only screen and (max-width: 1023px) {
  .rooms-section .slideshow-button.next {
    right: -20px;
  }
}
.rooms-section .slideshow-button.previous {
  left: -40px;
  transform: translateY(-50%) rotate(90deg);
}
@media only screen and (min-width: 1365px) {
  .rooms-section .slideshow-button.previous {
    left: -70px;
  }
}
@media only screen and (max-width: 1023px) {
  .rooms-section .slideshow-button.previous {
    left: -20px;
  }
}
.rooms-section .slideshow-button:hover {
  background-color: #262323;
}
.rooms-section .slideshow-button:hover svg {
  stroke: #fff;
}
@media only screen and (max-width: 767px) {
  .rooms-section .slideshow-button {
    display: none;
  }
}

.dining-section {
  margin: 40px 0 40px;
  padding: 50px 0 0 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .dining-section {
    margin: 30px 0 30px;
    padding: 40px 0 0 0;
  }
}
.dining-section .dining-section-container {
  position: relative;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .dining-section .dining-section-container {
    flex-wrap: wrap;
  }
}
.dining-section .dining-section-container .dining-section-content {
  width: 30%;
  box-sizing: border-box;
  padding: 60px 40px;
  background-color: #F4F3EF;
}
.dining-section .dining-section-container .dining-section-content p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .dining-section .dining-section-container .dining-section-content {
    width: calc(100% / 3);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .dining-section .dining-section-container .dining-section-content {
    padding: 40px 4%;
  }
}
@media only screen and (max-width: 767px) {
  .dining-section .dining-section-container .dining-section-content {
    width: 100%;
    order: -1;
    padding: 0 0 20px 0;
    background-color: transparent;
  }
  .dining-section .dining-section-container .dining-section-content p:last-child {
    margin-bottom: 20px;
  }
}
.dining-section .dining-section-container .dining-section-content .sample-menu {
  margin: 22px 0;
}
@media only screen and (max-width: 767px) {
  .dining-section .dining-section-container .dining-section-content .sample-menu {
    display: inline-block;
    margin: 22px;
  }
}
.dining-section .dining-section-container .dining-item-top {
  width: 30%;
  margin-right: 20px;
  flex-shrink: 0;
}
.dining-section .dining-section-container .dining-item-top:first-child {
  width: 40%;
}
@media only screen and (max-width: 1023px) {
  .dining-section .dining-section-container .dining-item-top:first-child {
    width: calc(100% / 3 - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .dining-section .dining-section-container .dining-item-top:first-child {
    width: calc(100% / 2 - 10px);
  }
}
@media only screen and (max-width: 1023px) {
  .dining-section .dining-section-container .dining-item-top {
    width: calc(100% / 3 - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .dining-section .dining-section-container .dining-item-top {
    margin-right: 0;
    width: calc(100% / 2 - 10px);
  }
}
.dining-section .slideshow {
  overflow: hidden;
  position: relative;
  z-index: 10;
  flex-grow: 1;
}
.dining-section .slideshow .slide {
  height: auto;
  flex-shrink: 0;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .dining-section .slideshow .slide {
    display: block;
  }
}
.dining-section .slide-content {
  position: absolute;
  bottom: 25px;
  left: 30px;
  z-index: 2;
  color: #fff;
}
.dining-section .slide-content .h2-like {
  font: 400 22px/1.2 "Karla", sans-serif;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .dining-section .slide-content .h2-like {
    font-size: 14px;
    line-height: 1;
  }
}
@media only screen and (max-width: 767px) {
  .dining-section .slide-content {
    bottom: 15px;
    left: 0;
    right: 0;
    padding: 0 20px;
  }
}
.dining-section .slide-content .button {
  color: #fff;
}
.dining-section .slide-content .button:after {
  background-image: linear-gradient(to right, #fff 70%, rgba(255, 255, 255, 0) 0%);
}
.dining-section .slide-content .button:hover {
  color: #C8A164;
}
.dining-section .slide-content .button:hover:after {
  background-image: linear-gradient(to right, #262323 70%, rgba(255, 255, 255, 0) 0%);
}
.dining-section .slide-content .button svg {
  fill: currentColor;
  transition: all 350ms ease-in-out;
}
.dining-section .navigation-slideshow-container {
  margin: 20px auto 0;
  max-width: 1285px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .dining-section .navigation-slideshow-container {
    margin: 20px auto 0;
    padding: 0;
  }
}
.dining-section .navigation-slideshow-container .navigation-slide {
  width: 30%;
  height: 100%;
  flex-shrink: 0;
  transition: 350ms ease-in-out;
  transition-property: opacity, width;
  background: #262323;
}
.dining-section .navigation-slideshow-container .navigation-slide:not(.swiper-slide) {
  width: 100%;
  height: 272px;
}
.dining-section .navigation-slideshow-container .navigation-slide.swiper-slide-active, .dining-section .navigation-slideshow-container .navigation-slide.swiper-slide-next + .swiper-slide {
  width: 30%;
}
.dining-section .navigation-slideshow-container .navigation-slide.swiper-slide-next {
  width: 40%;
}
@media only screen and (max-width: 1023px) {
  .dining-section .navigation-slideshow-container .navigation-slide, .dining-section .navigation-slideshow-container .navigation-slide.swiper-slide-active, .dining-section .navigation-slideshow-container .navigation-slide.swiper-slide-next + .swiper-slide, .dining-section .navigation-slideshow-container .navigation-slide.swiper-slide-next {
    width: calc(50% - 10px);
  }
}
.dining-section .navigation-slideshow-container .thumbnail {
  height: 100%;
  margin-bottom: 0;
}
.dining-section .navigation-slideshow-container .thumbnail:after {
  content: none;
}
.dining-section .navigation-slideshow-container .thumbnail:before {
  padding-bottom: 72%;
}
@media only screen and (max-width: 767px) {
  .dining-section .navigation-slideshow-container .thumbnail {
    margin-bottom: 10px;
  }
}
.dining-section .slideshow-button {
  margin-top: 0;
  background-color: #262323;
  color: #fff;
  width: 60px;
  height: 60px;
}
.dining-section .slideshow-button svg {
  stroke: #C8A164;
}
.dining-section .slideshow-button.next {
  right: -70px;
  transform: translateY(-50%) rotate(-90deg);
}
@media only screen and (max-width: 1023px) {
  .dining-section .slideshow-button.next {
    right: -20px;
  }
}
@media only screen and (max-width: 767px) {
  .dining-section .slideshow-button.next {
    right: -10px;
  }
}
.dining-section .slideshow-button.previous {
  left: -70px;
  transform: translateY(-50%) rotate(90deg);
}
@media only screen and (max-width: 1023px) {
  .dining-section .slideshow-button.previous {
    left: -20px;
  }
}
@media only screen and (max-width: 767px) {
  .dining-section .slideshow-button.previous {
    left: -10px;
  }
}
.dining-section .slideshow-button:hover {
  background-color: #C8A164;
}
.dining-section .slideshow-button:hover svg {
  stroke: #fff;
}
@media only screen and (max-width: 767px) {
  .dining-section .slideshow-button {
    display: none;
  }
}
.dining-section .thumbnail {
  position: relative;
  height: auto;
  min-height: 272px;
  background-color: #262323;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.dining-section .thumbnail:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.54) 79.58%, rgba(0, 0, 0, 0.66) 100%);
}

.dining-acm-block {
  max-width: 1046px;
  margin: 0 auto;
}
.dining-acm-block .category-selector {
  margin-bottom: 4vw;
}
@media only screen and (min-width: 1365px) {
  .dining-acm-block .category-selector {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .dining-acm-block .category-selector {
    margin-bottom: 20px;
  }
}
.dining-acm-block .dining-slide-block {
  background-color: #fff;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  max-height: 500px;
  display: flex;
  margin-bottom: 40px;
  flex-direction: row;
  direction: ltr;
}
@media only screen and (max-width: 1023px) {
  .dining-acm-block .dining-slide-block {
    max-height: none;
    min-height: 500px;
    flex-direction: column;
    margin-bottom: 0;
    direction: unset;
  }
}
.dining-acm-block .dining-slide-block .thumbnail-wrap {
  position: relative;
  background: #fff;
  overflow: hidden;
  width: 50%;
}
@media only screen and (max-width: 1023px) {
  .dining-acm-block .dining-slide-block .thumbnail-wrap {
    width: 100%;
  }
}
.dining-acm-block .dining-slide-block .thumbnail-dining {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  padding-bottom: 80%;
}
.dining-acm-block .dining-slide-block .dining-acm-content {
  position: relative;
  flex-direction: column;
  overflow-y: auto;
  width: 50%;
  padding: 2vw 0vw 4vw 2vw;
  font-size: 16px;
  color: #262323;
  direction: ltr;
}
@media only screen and (max-width: 1023px) {
  .dining-acm-block .dining-slide-block .dining-acm-content {
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .dining-acm-block .dining-slide-block .dining-acm-content {
    padding: 20px;
  }
}
.dining-acm-block .dining-slide-block .dining-acm-content h3 {
  margin-bottom: 30px;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .dining-acm-block .dining-slide-block .dining-acm-content h3 {
    margin-bottom: 15px;
  }
}
.dining-acm-block .dining-slide-block .dining-acm-content h3 a {
  color: inherit;
  text-decoration: none;
}
.dining-acm-block .dining-slide-block .dining-acm-content h3 a:hover {
  text-decoration: underline;
}
.dining-acm-block .dining-slide-block .dining-acm-content p {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .dining-acm-block .dining-slide-block .dining-acm-content p {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
.dining-acm-block .dining-slide-block.even {
  direction: rtl;
}
@media only screen and (max-width: 1023px) {
  .dining-acm-block .dining-slide-block.even {
    direction: unset;
  }
}
.dining-acm-block .dining-slide-block.even .thumbnail-dining {
  right: 0;
  left: auto;
}
.dining-acm-block .dining-slide-block.even .dining-acm-content {
  padding: 2vw 2vw 4vw 0vw;
}
@media only screen and (max-width: 1023px) {
  .dining-acm-block .dining-slide-block.even .dining-acm-content {
    padding: 20px;
  }
}

.venues-section {
  margin: 40px 0 40px;
  padding: 50px 0 0 0;
}
.venues-section .center-column {
  max-width: 1365px;
}
@media only screen and (max-width: 767px) {
  .venues-section {
    margin: 30px 0 30px;
    padding: 40px 0 0 0;
  }
}
.venues-section .venues-section-container {
  position: relative;
  padding: 0 40px;
}
@media only screen and (max-width: 1023px) {
  .venues-section .venues-section-container {
    padding: 0;
  }
}
.venues-section .venues-slideshow-container {
  position: relative;
  display: flex;
  flex-flow: column;
}
.venues-section .venues-section-content {
  float: left;
  width: 40%;
  padding: 10px 9% 0 0;
}
@media only screen and (max-width: 767px) {
  .venues-section .venues-section-content {
    float: none;
    width: auto;
    padding: 0;
    margin-bottom: 20px;
  }
}
.venues-section .slideshow {
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.venues-section .slide {
  height: auto;
  flex-shrink: 0;
  display: flex;
  background: #262323;
}
@media only screen and (max-width: 767px) {
  .venues-section .slide {
    display: block;
  }
}
.venues-section .slide-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 2;
}
.venues-section .slide-content .h2-like {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
}
.venues-section .slide-content .venue-text {
  font-size: 13px;
  letter-spacing: 0.2px;
  line-height: 1.2;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .venues-section .slide-content .venue-text {
    display: block;
  }
}
.venues-section .slide-content .quick-look {
  float: right;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .venues-section .slide-content .quick-look {
    float: none;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .venues-section .slide-content {
    bottom: 15px;
    left: 0;
    right: 0;
    padding: 0 20px;
  }
}
.venues-section .slide-thumbnail {
  width: 100%;
  height: 720px;
  background-color: #262323;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.venues-section .slide-thumbnail:after {
  content: "";
  display: block;
  height: 30%;
  left: 0;
  bottom: 0;
  width: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 1;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.venues-section .slide-thumbnail:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  padding-bottom: 60%;
}
@media only screen and (max-width: 767px) {
  .venues-section .slide-thumbnail {
    height: auto;
  }
}
.venues-section .slideshow-button {
  margin-top: 0;
  background-color: #C8A164;
  color: #262323;
  width: 60px;
  height: 60px;
}
.venues-section .slideshow-button svg {
  stroke: #fff;
}
.venues-section .slideshow-button.next {
  right: -20px;
  transform: translateY(-50%) rotate(-90deg);
}
.venues-section .slideshow-button.previous {
  left: -20px;
  transform: translateY(-50%) rotate(90deg);
}
.venues-section .slideshow-button:hover {
  background-color: #262323;
}
.venues-section .slideshow-button:hover svg {
  stroke: #fff;
}
@media only screen and (max-width: 767px) {
  .venues-section .slideshow-button {
    display: none;
  }
}

#popup-venues .slideshow {
  overflow: hidden;
  position: relative;
  z-index: 10;
}
#popup-venues .slide {
  height: auto;
  flex-shrink: 0;
  display: flex;
  background: #262323;
}
@media only screen and (max-width: 767px) {
  #popup-venues .slide {
    display: block;
  }
}
#popup-venues .slide-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 2;
  padding-right: 0;
}
#popup-venues .slide-content .h2-like {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
}
#popup-venues .slide-content .venue-text {
  font-size: 13px;
  letter-spacing: 0.2px;
  line-height: 1.2;
  color: #fff;
}
#popup-venues .slide-content .content-wrapper {
  display: inline-block;
  width: 74%;
  box-sizing: border-box;
}
@media only screen and (max-width: 1023px) {
  #popup-venues .slide-content .content-wrapper {
    display: block;
    width: 100%;
  }
}
#popup-venues .slide-content nav {
  display: inline-block;
  text-align: right;
  width: 25%;
  box-sizing: border-box;
  vertical-align: top;
}
@media only screen and (max-width: 1023px) {
  #popup-venues .slide-content nav {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #popup-venues .slide-content nav {
    text-align: center;
  }
}
#popup-venues .slide-content nav a {
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  #popup-venues .slide-content nav a {
    margin-left: 10px;
    margin-right: 10px;
  }
}
#popup-venues .slide-thumbnail {
  width: 100%;
  height: 720px;
  max-height: calc(80vh - 20px);
  background-color: #262323;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
#popup-venues .slide-thumbnail:after {
  content: "";
  display: block;
  height: 30%;
  left: 0;
  bottom: 0;
  width: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 1;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#popup-venues .slide-thumbnail:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  padding-bottom: 60%;
}
@media only screen and (max-width: 767px) {
  #popup-venues .slide-thumbnail {
    height: auto;
  }
}
#popup-venues .slideshow-button {
  margin-top: 0;
  background-color: #262323;
  color: #fff;
  width: 60px;
  height: 60px;
}
#popup-venues .slideshow-button svg {
  stroke: #fff;
}
#popup-venues .slideshow-button.next {
  right: -20px;
  transform: translateY(-50%) rotate(-90deg);
}
#popup-venues .slideshow-button.previous {
  left: -20px;
  transform: translateY(-50%) rotate(90deg);
}
#popup-venues .slideshow-button:hover {
  background-color: #C8A164;
}
#popup-venues .slideshow-button:hover svg {
  stroke: #fff;
}

.location-section {
  margin: 40px 0 60px;
  padding: 80px 0 0 0;
  overflow: hidden;
}
.location-section .center-column {
  max-width: 1286px;
}
@media only screen and (max-width: 767px) {
  .location-section {
    margin: 30px 0 30px;
    padding: 40px 0 0 0;
  }
}
.location-section .topbar-columns-wrapper {
  display: flex;
  max-width: 890px;
  margin: 0 auto 35px;
  flex-flow: row;
  justify-content: space-between;
  min-height: 55px;
  align-items: center;
}
.location-section .topbar-columns-wrapper:after {
  content: "";
  min-height: inherit;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .location-section .topbar-columns-wrapper {
    flex-flow: column;
    min-height: 0;
    align-items: unset;
  }
}
.location-section .topbar-column {
  text-align: left;
  flex-flow: column;
  vertical-align: middle;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .location-section .topbar-column {
    text-align: center;
  }
}
.location-section .topbar-column.left {
  padding-right: 7%;
  width: 45%;
}
.location-section .topbar-column.left .h1-like {
  margin-bottom: 0;
  font-size: 5vw;
}
@media (max-width: 560px) {
  .location-section .topbar-column.left .h1-like {
    font-size: 28px;
  }
}
@media (min-width: 920px) {
  .location-section .topbar-column.left .h1-like {
    font-size: 46px;
  }
}
@media only screen and (max-width: 1023px) {
  .location-section .topbar-column.left {
    padding-right: 4vw;
  }
}
@media only screen and (max-width: 767px) {
  .location-section .topbar-column.left {
    padding-right: 0;
    width: auto;
  }
  .location-section .topbar-column.left .h1-like {
    margin-bottom: 10px;
  }
}
.location-section .topbar-column.center {
  padding: 0 7%;
  width: 55%;
}
.location-section .topbar-column.center strong,
.location-section .topbar-column.center span {
  display: block;
  font-size: 16px;
  line-height: 1.4;
}
.location-section .topbar-column.center:before, .location-section .topbar-column.center:after {
  content: "";
  height: 55px;
  width: 1px;
  background-color: #C8A164;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.location-section .topbar-column.center:before {
  left: 0;
}
.location-section .topbar-column.center:after {
  right: 0;
}
@media only screen and (max-width: 1023px) {
  .location-section .topbar-column.center {
    padding: 0 4vw;
  }
}
@media only screen and (max-width: 767px) {
  .location-section .topbar-column.center {
    padding: 0 0;
    width: auto;
    margin-bottom: 10px;
  }
  .location-section .topbar-column.center:before, .location-section .topbar-column.center:after {
    content: none;
  }
}
.location-section .topbar-column.right {
  padding-left: 7%;
  width: 23%;
}
@media only screen and (max-width: 1023px) {
  .location-section .topbar-column.right {
    padding-left: 4vw;
  }
}
@media only screen and (max-width: 767px) {
  .location-section .topbar-column.right {
    padding: 0 0;
    width: auto;
  }
}

.contact-section {
  margin: 60px 0 0;
  padding: 50px 0 0 0;
}
.contact-section .center-column {
  max-width: 1365px;
}
@media only screen and (max-width: 767px) {
  .contact-section {
    margin: 30px 0 0;
    padding: 40px 0 0 0;
  }
}
.contact-section .column-wrapper {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}
.contact-section .column-left {
  width: 45%;
  padding-right: calc(8% - 23px);
}
.contact-section .column-left .thumbnail-wrapper {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 715px;
}
.contact-section .column-left .thumbnail-wrapper .thumbnail {
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1023px) {
  .contact-section .column-left {
    display: none;
  }
}
.contact-section .column-right {
  width: 70%;
  position: relative;
}
.contact-section .column-right .content-box {
  margin-top: 40px;
}
@media only screen and (max-width: 1023px) {
  .contact-section .column-right {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .contact-section .column-right .content-box {
    margin-top: 0;
  }
}
.contact-section .row-1 .form-builder-field > p,
.contact-section .row-2 .form-builder-field > p {
  display: flex;
  flex-direction: column;
}

.offers-section {
  margin: 80px 0 80px;
  padding: 75px 0 80px;
  background-color: #F4F3EF;
}
.home .offers-section {
  background-color: unset;
}
@media only screen and (max-width: 767px) {
  .offers-section {
    margin: 30px 0 30px;
    padding: 40px 0;
  }
}
.offers-section .offers-section-container {
  position: relative;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .offers-section .offers-section-container {
    display: block;
    margin: 0;
  }
}
@media only screen and (min-width: 1800px) {
  .offers-section .offers-section-container {
    max-width: 1365px;
    margin: 0 auto;
  }
}
.offers-section .offers-section-content {
  margin-right: 60px;
  padding: 80px 0 80px 30px;
  width: 33.3%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .offers-section .offers-section-content {
    margin-right: 40px;
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .offers-section .offers-section-content {
    width: 100%;
    margin: 0;
    padding: 50px 30px;
  }
}
.offers-section .offers-slideshow-container {
  width: 70%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .offers-section .offers-slideshow-container {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .offers-section .offers-slideshow-container {
    width: 100%;
  }
}
.offers-section .slideshow {
  overflow: hidden;
  position: relative;
  height: 100%;
  z-index: 10;
}
.offers-section .slide {
  position: relative;
  height: auto;
  opacity: 0.7;
  transition: opacity 350ms ease-in-out;
}
.offers-section .slide.swiper-slide-active {
  opacity: 1;
}
.offers-section .slide-thumbnail {
  width: 100%;
  height: 462px;
  margin-bottom: 25px;
  background-color: #262323;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50%;
     object-position: 50%;
  display: block;
}
.offers-section .slide-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .offers-section .slide-content {
    margin: 0 30px;
    justify-content: center;
  }
}
.offers-section .h2-like {
  width: 100%;
  margin-bottom: 15px;
  color: #262323;
}
.offers-section p {
  width: 100%;
}
.offers-section .button.transparent {
  margin-right: 30px;
  margin-top: 20px;
}
@media only screen and (max-width: 1023px) {
  .offers-section .button.transparent {
    margin-right: 10px;
  }
}
.offers-section .button.no-squares {
  height: 40px;
  min-width: 120px;
  margin-top: 20px;
  margin-left: auto;
  padding-top: 0;
  font: 600 11px/40px "adobe-garamond-pro", serif;
  letter-spacing: 1.2px;
}
@media only screen and (max-width: 767px) {
  .offers-section .button.no-squares {
    margin-left: 0;
  }
}
.offers-section .slideshow-buttons-wrapper {
  position: absolute;
  width: 130px;
  left: 40px;
}
@media only screen and (max-width: 767px) {
  .offers-section .slideshow-buttons-wrapper {
    display: none;
  }
}
.offers-section .slideshow-button {
  margin-top: 0;
  background-color: #C8A164;
  color: #262323;
  width: 60px;
  height: 60px;
}
.offers-section .slideshow-button svg {
  stroke: #fff;
}
.offers-section .slideshow-button.next {
  right: 0;
  transform: translateY(-50%) rotate(-90deg);
}
.offers-section .slideshow-button.previous {
  left: 0;
  transform: translateY(-50%) rotate(90deg);
}
.offers-section .slideshow-button:hover {
  background-color: #262323;
}
.offers-section .slideshow-button:hover svg {
  stroke: #fff;
}

.travelers-tips {
  margin: 40px 0 40px;
  padding: 60px 0 0 0;
}
@media only screen and (max-width: 767px) {
  .travelers-tips {
    margin: 30px 0 30px;
    padding: 40px 0 0 0;
  }
}
.travelers-tips .travelers-tips-container {
  position: relative;
  padding-left: 80px;
}
@media only screen and (max-width: 767px) {
  .travelers-tips .travelers-tips-container {
    padding-left: 10px;
  }
}
@media only screen and (min-width: 1800px) {
  .travelers-tips .travelers-tips-container {
    max-width: 1365px;
    margin: 0 auto;
  }
}
.travelers-tips .travelers-tips-content {
  display: flex;
  align-items: flex-end;
  width: calc(100% - 80px);
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .travelers-tips .travelers-tips-content {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}
.travelers-tips .slideshow {
  overflow: hidden;
  position: relative;
  height: 100%;
  z-index: 10;
}
.travelers-tips .slideshow-wrapper {
  display: flex;
}
.travelers-tips .slide {
  position: relative;
  margin-right: 40px;
  height: auto;
  width: calc(100% / 3);
}
@media only screen and (max-width: 1023px) {
  .travelers-tips .slide {
    margin-right: 30px;
  }
  .travelers-tips .slide.swiper-slide-next + .slide {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .travelers-tips .slide {
    margin-right: 20px;
  }
  .travelers-tips .slide.swiper-slide-next {
    opacity: 0.7;
  }
}
.travelers-tips .slide-thumbnail {
  width: 100%;
  height: 260px;
  margin-bottom: 25px;
  background-color: #262323;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.travelers-tips .h2-like {
  margin-bottom: 15px;
  color: #262323;
}
.travelers-tips .slideshow-buttons-wrapper {
  position: relative;
  width: 130px;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .travelers-tips .slideshow-buttons-wrapper {
    display: none;
  }
}
.travelers-tips .slideshow-button {
  position: relative;
  top: auto;
  margin: 0;
  background-color: #C8A164;
  color: #262323;
  width: 60px;
  height: 60px;
}
.travelers-tips .slideshow-button svg {
  stroke: #fff;
}
.travelers-tips .slideshow-button.next {
  right: auto;
  transform: rotate(-90deg);
}
.travelers-tips .slideshow-button.previous {
  left: auto;
  transform: rotate(90deg);
}
.travelers-tips .slideshow-button:hover {
  background-color: #262323;
}
.travelers-tips .slideshow-button:hover svg {
  stroke: #fff;
}

.ig-feed-section {
  margin: 32px 0 0;
  padding: 82px 0 0 0;
}
.ig-feed-section .h1-like {
  font-size: 46px;
  text-transform: none;
}
@media only screen and (max-width: 767px) {
  .ig-feed-section .h1-like {
    font-size: 36px;
  }
}
.ig-feed-section .custom-link {
  color: #262323;
  text-transform: uppercase;
  line-height: 22px;
  font-family: "adobe-garamond-pro", serif;
  font-size: 11px;
  letter-spacing: 1.2px;
  text-decoration: none;
  position: relative;
  font-weight: bold;
  padding-left: 30px;
}
.ig-feed-section .custom-link:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  background: url("../images/feeds-sprite.svg") -248px 2px;
}
@media only screen and (max-width: 767px) {
  .ig-feed-section .custom-link:before {
    top: 0;
  }
}
.ig-feed-section .custom-link:hover:after {
  background-size: 1px 1px;
}
@media only screen and (min-width: 768px) {
  .ig-feed-section .section-content {
    display: flex;
    align-items: flex-end;
    margin-bottom: 25px;
  }
  .ig-feed-section .section-content .reverted-heading {
    margin-bottom: 0;
    text-align: left;
  }
  .ig-feed-section .section-content .reverted-heading .h3 {
    margin-bottom: 0;
  }
  .ig-feed-section .section-content .custom-link {
    margin-left: auto;
    margin-bottom: 12px;
  }
  .ig-feed-section.additional-page-section .section-widget {
    margin-top: 0;
  }
}

.acm-block {
  position: relative;
}
.acm-block:before {
  content: "";
  height: 1px;
  width: 100%;
  background-color: rgba(80, 80, 80, 0.5);
  background-position: bottom;
  background-size: 15px 1px;
  background-repeat: repeat-x;
  position: absolute;
  top: 9px;
  left: 0;
}
.acm-block .square-element {
  position: absolute;
  background-color: #fff;
  background-image: url("../images/swoosh.png");
  top: 0px;
  left: 50%;
  width: 14px;
  height: 21px;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: cover;
}
.acm-block.bottom-separate:before {
  top: auto;
  bottom: 0;
}
.home .acm-block.bottom-separate:before {
  top: 6px;
  bottom: unset;
}
.acm-block .square-element-bottom {
  top: auto;
  bottom: -11px;
}
.home .acm-block .square-element-bottom {
  top: 6px;
  bottom: unset;
}
.acm-block.no-separate-line:before {
  display: none;
}
.acm-block.no-separate-line .square-element {
  display: none;
}
.acm-block .anchor {
  position: absolute;
  top: -80px;
}
@media only screen and (max-width: 767px) {
  .acm-block .anchor {
    top: -70px;
  }
}
.acm-block.visible .anchor {
  top: -120px;
}
@media only screen and (max-width: 767px) {
  .acm-block.visible .anchor {
    top: -100px;
  }
}
.acm-block.additional-content {
  max-width: 1050px;
  margin: 180px auto 80px;
}
.acm-block.additional-content:before {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .acm-block.additional-content {
    margin: 80px auto 40px;
  }
  .acm-block.additional-content:after {
    top: -50px;
  }
}
.acm-block.additional-content .page-content .h2-like {
  color: #262323;
}

.amenities-section {
  padding: 50px 0;
  background: #F4F3EF;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .amenities-section {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .amenities-section {
    padding: 30px 0;
  }
}
.amenities-section .title-wrapper {
  margin-bottom: 20px;
  text-align: center;
}
.amenities-section .button-wrapper {
  margin-top: 40px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .amenities-section .button-wrapper {
    margin-top: 20px;
  }
}
.amenities-section .amenities-wrapper {
  position: relative;
  overflow: hidden;
}
.amenities-section .amenities-wrapper h2 {
  font: 200 46px/1 "adobe-garamond-pro", serif;
  margin-bottom: 15px;
  color: #262323;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .amenities-section .amenities-wrapper h2 {
    font-size: 28px;
    font-weight: normal;
  }
}
.amenities-section .amenities-wrapper h3 {
  font: 500 16px/22px "adobe-garamond-pro", serif;
  color: #262323;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.amenities-section .amenities-wrapper .slideshow {
  max-width: 1365px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.amenities-section .amenities-wrapper .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
.amenities-section .amenities-wrapper .amenity-block {
  position: relative;
  display: inline-block;
  width: calc(33.33% - 40px);
  overflow: hidden;
  vertical-align: top;
  white-space: normal;
  margin: 0 20px;
  background: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .amenities-section .amenities-wrapper .amenity-block {
    width: calc(50% - 20px);
    margin: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .amenities-section .amenities-wrapper .amenity-block {
    width: 100vw;
    height: auto;
    margin: 0;
  }
}
.amenities-section .amenities-wrapper .amenity-block .thumbnail {
  position: relative;
  width: 100%;
  height: 250px;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .amenities-section .amenities-wrapper .amenity-block .thumbnail {
    height: 266px;
  }
}
.amenities-section .amenities-wrapper .amenity-block .thumbnail.no-thumbnail {
  background: #dbdbdb;
}
.amenities-section .amenities-wrapper .amenity-block .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: #C8A164;
  border-bottom-color: #C8A164;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.amenities-section .amenities-wrapper .amenity-block .block-content {
  padding: 25px 30px;
  box-sizing: border-box;
  height: 135px;
}
.amenities-section .amenities-wrapper .amenity-block h3 {
  font: 600 16px/22px "adobe-garamond-pro", serif;
  color: #262323;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .amenities-section .amenities-wrapper .amenity-block h3 {
    font-size: 20px;
  }
}
.amenities-section .amenities-wrapper .amenity-block .button {
  margin-top: 16px;
}
.amenities-section .amenities-wrapper .slideshow-pagination {
  margin: 20px 0;
  text-align: center;
  font-size: 0;
  display: none;
}
@media only screen and (max-width: 767px) {
  .amenities-section .amenities-wrapper .slideshow-pagination {
    display: block;
  }
}
.amenities-section .amenities-wrapper .slideshow-pagination > * {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  text-indent: -9999px;
  overflow: hidden;
  background: #262323;
  border-radius: 50%;
  transition: background 350ms ease-in-out;
  cursor: pointer;
}
.amenities-section .amenities-wrapper .slideshow-pagination > *:hover, .amenities-section .amenities-wrapper .slideshow-pagination > *.active {
  background: #C8A164;
}
.amenities-section .amenities-wrapper .slideshow-button {
  margin-top: 0;
  background-color: #262323;
  color: #fff;
  width: 60px;
  height: 60px;
}
.amenities-section .amenities-wrapper .slideshow-button svg {
  stroke: #fff;
}
.amenities-section .amenities-wrapper .slideshow-button.next {
  right: 0;
  transform: translateY(-50%) rotate(-90deg);
}
@media only screen and (min-width: 1365px) {
  .amenities-section .amenities-wrapper .slideshow-button.next {
    right: -40px;
  }
}
@media only screen and (max-width: 1023px) {
  .amenities-section .amenities-wrapper .slideshow-button.next {
    right: 0;
  }
}
.amenities-section .amenities-wrapper .slideshow-button.previous {
  left: 0;
  transform: translateY(-50%) rotate(90deg);
}
@media only screen and (min-width: 1365px) {
  .amenities-section .amenities-wrapper .slideshow-button.previous {
    left: -40px;
  }
}
@media only screen and (max-width: 1023px) {
  .amenities-section .amenities-wrapper .slideshow-button.previous {
    left: 0;
  }
}
.amenities-section .amenities-wrapper .slideshow-button:hover {
  background-color: #C8A164;
}
.amenities-section .amenities-wrapper .slideshow-button:hover svg {
  stroke: #fff;
}
@media only screen and (max-width: 767px) {
  .amenities-section .amenities-wrapper .slideshow-button {
    display: none;
  }
}

.artwork-section {
  padding: 60px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .artwork-section {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .artwork-section {
    padding: 40px 0;
  }
}
.artwork-section .title-wrapper {
  margin-bottom: 20px;
  text-align: center;
}
.artwork-section .button-wrapper {
  margin-top: 40px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .artwork-section .button-wrapper {
    margin-top: 20px;
  }
}
.artwork-section .artwork-wrapper {
  position: relative;
  overflow: hidden;
}
.artwork-section .artwork-wrapper h2 {
  font: 200 46px/1 "adobe-garamond-pro", serif;
  margin-bottom: 15px;
  color: #262323;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .artwork-section .artwork-wrapper h2 {
    font-size: 28px;
    font-weight: normal;
  }
}
.artwork-section .artwork-wrapper h3 {
  font: 600 16px/22px "adobe-garamond-pro", serif;
  color: #262323;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .artwork-section .artwork-wrapper h3 {
    font-size: 20px;
  }
}
.artwork-section .artwork-wrapper .artwork-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.artwork-section .artwork-wrapper .artwork-container:after {
  content: none;
}
.artwork-section .artwork-wrapper .artwork-block {
  position: relative;
  display: inline-block;
  width: calc((100% - 40px) * 0.3);
  overflow: hidden;
  vertical-align: top;
  white-space: normal;
  margin-bottom: 20px;
  background: #fff;
}
.artwork-section .artwork-wrapper .artwork-block.block-1, .artwork-section .artwork-wrapper .artwork-block.block-5 {
  width: calc((100% - 40px) * 0.4);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .artwork-section .artwork-wrapper .artwork-block.block-1, .artwork-section .artwork-wrapper .artwork-block.block-5 {
    width: calc((100% - 20px) * 0.5);
  }
}
@media only screen and (max-width: 767px) {
  .artwork-section .artwork-wrapper .artwork-block.block-1, .artwork-section .artwork-wrapper .artwork-block.block-5 {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .artwork-section .artwork-wrapper .artwork-block {
    width: calc((100% - 20px) * 0.5);
  }
}
@media only screen and (max-width: 767px) {
  .artwork-section .artwork-wrapper .artwork-block {
    width: 100%;
    margin-bottom: 0;
  }
}
.artwork-section .artwork-wrapper .artwork-block .thumbnail {
  position: relative;
  width: 100%;
  height: 336px;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .artwork-section .artwork-wrapper .artwork-block .thumbnail {
    height: 266px;
  }
}
.artwork-section .artwork-wrapper .artwork-block .thumbnail.no-thumbnail {
  background: #dbdbdb;
}
.artwork-section .artwork-wrapper .artwork-block .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: #C8A164;
  border-bottom-color: #C8A164;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.artwork-section .artwork-wrapper .artwork-block .block-content {
  padding: 25px 30px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .artwork-section .artwork-wrapper .artwork-block .block-content {
    padding: 20px;
  }
}
.artwork-section .artwork-wrapper .artwork-block .descr {
  font: 400 13px/17px "adobe-garamond-pro", serif;
  color: #262323;
  margin: 10px 0;
}
.artwork-section .artwork-wrapper .artwork-block .name {
  font: 400 11px/22px "adobe-garamond-pro", serif;
  text-transform: uppercase;
  color: #262323;
}

.custom-tiles {
  margin: 15px 0 80px;
}
.custom-tiles .category-selector .select-wrapper {
  display: block;
  width: 250px;
  margin: 0 auto;
}
.custom-tiles .category-selector .select-wrapper select {
  background-color: #C8A164;
  color: #262323;
}
.custom-tiles .category-selector .select-wrapper select + .select-icon {
  border-bottom: 1px solid #262323;
  border-left: 1px solid #262323;
  color: #262323;
}
.custom-tiles .link-wrapper {
  text-align: center;
  margin-top: 80px;
}
@media only screen and (max-width: 1023px) {
  .custom-tiles .link-wrapper {
    margin-top: 40px;
  }
}
.custom-tiles .link-wrapper a {
  background: #F4F3EF;
  color: #C8A164;
  position: relative;
  display: inline-block;
  height: 40px;
  margin: 0 20px 0 0;
  padding: 0 38px 0 18px;
  overflow: visible;
  font: 500 11px/40px "adobe-garamond-pro", serif;
  min-width: 140px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  -moz-text-align-last: auto;
  text-align-last: auto;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  transition: all 350ms ease-in-out;
}
.custom-tiles .link-wrapper a:after {
  content: "";
  display: block;
  width: 11px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  background-image: url("../images/sprite.svg");
  background-position: -265px -320px;
}
.custom-tiles .link-wrapper a:hover {
  color: #C8A164;
  background: rgba(200, 161, 100, 0.9);
}
.custom-tiles .link-wrapper a:hover:after {
  background-position: -285px -320px;
}
.custom-tiles .tile-section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.custom-tiles .tile-section section {
  display: none;
}
.custom-tiles .tile-section article {
  flex-grow: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .custom-tiles .tile-section article {
    flex-grow: 0;
  }
}
.custom-tiles .tile-section article:nth-of-type(10n+1) {
  width: calc(((100% - 60px) / 3 * 2) + 30px);
  margin-right: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .custom-tiles .tile-section article:nth-of-type(10n+1) {
    width: 100% !important;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .custom-tiles .tile-section article:nth-of-type(10n+1) {
    margin-right: 0;
  }
}
.custom-tiles .tile-section article:nth-of-type(10n+2) {
  width: calc((100% - 60px) / 3);
}
.custom-tiles .tile-section article:nth-of-type(10n+6) {
  width: calc((100% - 60px) / 3);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .custom-tiles .tile-section article:nth-of-type(10n+6) {
    width: 100% !important;
  }
}
.custom-tiles .tile-section article:nth-of-type(10n+7) {
  width: calc(((100% - 60px) / 3 * 2) + 30px);
}
.custom-tiles .tile-section .custom-tile {
  position: relative;
  margin-bottom: 30px;
  padding-top: 38%;
  width: calc((100% - 60px) / 3);
  display: none;
}
.custom-tiles .tile-section .custom-tile.visible {
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .custom-tiles .tile-section .custom-tile {
    width: calc(50% - 15px) !important;
  }
}
@media only screen and (max-width: 767px) {
  .custom-tiles .tile-section .custom-tile {
    width: 100% !important;
    padding-top: 100%;
  }
}
.custom-tiles .tile-section .custom-tile:hover .title-wrapper {
  opacity: 0;
}
.custom-tiles .tile-section .custom-tile:hover .hover-modal {
  opacity: 1;
  visibility: visible;
}
.custom-tiles .tile-section .custom-tile .thumbnail {
  background-size: cover;
  background-position: center center;
  background-color: #262323;
}
.custom-tiles .tile-section .custom-tile .thumbnail:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.54) 79.58%, rgba(0, 0, 0, 0.66) 100%);
}
.custom-tiles .tile-section .custom-tile .title-wrapper {
  position: absolute;
  z-index: 2;
  left: 30px;
  bottom: 25px;
  max-width: calc(100% - 60px);
  transition: opacity 200ms ease;
}
.custom-tiles .tile-section .custom-tile .title-wrapper .title, .custom-tiles .tile-section .custom-tile .title-wrapper .subtitle {
  color: #fff;
}
.custom-tiles .tile-section .custom-tile .title-wrapper .title {
  font: 24px/22px "adobe-garamond-pro", serif;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}
.custom-tiles .tile-section .custom-tile .title-wrapper .subtitle {
  font: 14px/22px "adobe-garamond-pro", serif;
  letter-spacing: 0.2px;
}
.custom-tiles .tile-section .custom-tile .title-wrapper .subtitle .destination-icon {
  display: inline-block;
  transform: translate(-50%, 50%);
  margin: 5px 0;
}
.custom-tiles .tile-section .custom-tile .hover-modal {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms ease;
  background: rgba(38, 35, 35, 0.7);
  padding: 30px;
  z-index: 3;
}
.custom-tiles .tile-section .custom-tile .hover-modal .inner-wrapper {
  background: rgba(38, 35, 35, 0.4);
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  height: 100vh;
  max-height: 100%;
  position: relative;
}
.custom-tiles .tile-section .custom-tile .hover-modal .inner-wrapper .content-wrapper {
  width: 90%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.custom-tiles .tile-section .custom-tile .hover-modal .inner-wrapper .content-wrapper * {
  text-align: center;
}
.custom-tiles .tile-section .custom-tile .hover-modal .inner-wrapper .content-wrapper .big-title {
  font: 700 16px/1.2 "adobe-garamond-pro", serif;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .custom-tiles .tile-section .custom-tile .hover-modal .inner-wrapper .content-wrapper .big-title {
    margin-bottom: 15px;
  }
}
.custom-tiles .tile-section .custom-tile .hover-modal .inner-wrapper .content-wrapper .links {
  margin-top: 30px;
}
.custom-tiles .tile-section .custom-tile .hover-modal .inner-wrapper .content-wrapper .links .button.transparent {
  color: #fff;
}
.custom-tiles .tile-section .custom-tile .hover-modal .inner-wrapper .content-wrapper .links .button.transparent:after {
  background-image: linear-gradient(to right, white 70%, rgba(255, 255, 255, 0) 0%);
}
.custom-tiles .tile-section .custom-tile .hover-modal .inner-wrapper .content-wrapper .links .button.transparent svg {
  fill: #fff;
}
.custom-tiles .tile-section .custom-tile .hover-modal .inner-wrapper .content-wrapper .links .button.transparent:hover {
  color: #C8A164;
}
.custom-tiles .tile-section .custom-tile .hover-modal .inner-wrapper .content-wrapper .links .button.transparent:hover:after {
  background-image: linear-gradient(to right, #c8a164 70%, rgba(255, 255, 255, 0) 0%);
}
.custom-tiles .tile-section .custom-tile .hover-modal .inner-wrapper .content-wrapper .links .button.transparent:hover svg {
  fill: #C8A164;
}

.custom-tiles-type-two {
  margin: 15px 0 80px;
}
.custom-tiles-type-two .link-wrapper {
  text-align: center;
  margin-top: 80px;
}
@media only screen and (max-width: 1023px) {
  .custom-tiles-type-two .link-wrapper {
    margin-top: 40px;
  }
}
.custom-tiles-type-two .link-wrapper a {
  background: #F4F3EF;
  color: #C8A164;
  position: relative;
  display: inline-block;
  height: 40px;
  margin: 0 20px 0 0;
  padding: 0 38px 0 18px;
  overflow: visible;
  font: 500 11px/40px "adobe-garamond-pro", serif;
  min-width: 140px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  -moz-text-align-last: auto;
  text-align-last: auto;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  transition: all 350ms ease-in-out;
}
.custom-tiles-type-two .link-wrapper a:after {
  content: "";
  display: block;
  width: 10px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  background-image: url("../images/sprite.svg");
  background-position: -265px -263px;
}
.custom-tiles-type-two .link-wrapper a:hover {
  color: #C8A164;
  background: rgba(200, 161, 100, 0.9);
}
.custom-tiles-type-two .link-wrapper a:hover:after {
  background-position: -285px -263px;
}
.custom-tiles-type-two .tile-section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.custom-tiles-type-two .tile-section.count-1 .custom-tile {
  width: 100% !important;
}
.custom-tiles-type-two .tile-section.count-2 .custom-tile {
  width: calc(50% - 15px) !important;
}
@media only screen and (max-width: 767px) {
  .custom-tiles-type-two .tile-section.count-2 .custom-tile {
    width: 100% !important;
  }
}
.custom-tiles-type-two .tile-section.count-3 .custom-tile {
  width: calc(50% - 15px) !important;
}
.custom-tiles-type-two .tile-section.count-3 .custom-tile:nth-child(1) {
  width: 100% !important;
}
@media only screen and (max-width: 767px) {
  .custom-tiles-type-two .tile-section.count-3 .custom-tile {
    width: 100% !important;
  }
}
.custom-tiles-type-two .tile-section.count-4 .custom-tile {
  width: calc(50% - 15px) !important;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .custom-tiles-type-two .tile-section.count-4 .custom-tile {
    width: calc(50% - 15px) !important;
  }
}
@media only screen and (max-width: 767px) {
  .custom-tiles-type-two .tile-section.count-4 .custom-tile {
    width: 100% !important;
  }
}
.custom-tiles-type-two .tile-section .custom-tile {
  position: relative;
  margin-bottom: 30px;
  padding-top: 37%;
  width: calc((100% - 60px) / 3);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .custom-tiles-type-two .tile-section .custom-tile {
    width: calc(50% - 15px);
  }
}
@media only screen and (max-width: 767px) {
  .custom-tiles-type-two .tile-section .custom-tile {
    width: 100% !important;
    padding-top: 100%;
  }
}
.custom-tiles-type-two .tile-section .custom-tile:nth-child(1), .custom-tiles-type-two .tile-section .custom-tile:nth-child(2) {
  width: calc(50% - 15px);
}
.custom-tiles-type-two .tile-section .custom-tile:nth-child(1) .title, .custom-tiles-type-two .tile-section .custom-tile:nth-child(2) .title {
  font: 60px/60px "adobe-garamond-pro", serif;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .custom-tiles-type-two .tile-section .custom-tile:nth-child(1) .title, .custom-tiles-type-two .tile-section .custom-tile:nth-child(2) .title {
    font: 50px/50px "adobe-garamond-pro", serif;
  }
}
@media only screen and (max-width: 767px) {
  .custom-tiles-type-two .tile-section .custom-tile:nth-child(1) .title, .custom-tiles-type-two .tile-section .custom-tile:nth-child(2) .title {
    font: 40px/40px "adobe-garamond-pro", serif;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .custom-tiles-type-two .tile-section .custom-tile:nth-child(1) {
    width: 100%;
  }
}
.custom-tiles-type-two .tile-section .custom-tile:hover .title-wrapper {
  opacity: 0;
}
.custom-tiles-type-two .tile-section .custom-tile:hover .hover-modal {
  opacity: 1;
  visibility: visible;
}
.custom-tiles-type-two .tile-section .custom-tile .thumbnail {
  background-size: cover;
  background-position: center center;
  background-color: #262323;
}
.custom-tiles-type-two .tile-section .custom-tile .thumbnail:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.54) 79.58%, rgba(0, 0, 0, 0.66) 100%);
}
.custom-tiles-type-two .tile-section .custom-tile .title, .custom-tiles-type-two .tile-section .custom-tile .subtitle {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}
.custom-tiles-type-two .tile-section .custom-tile .title {
  font: 46px/46px "adobe-garamond-pro", serif;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .custom-tiles-type-two .tile-section .custom-tile .title {
    font: 50px/50px "adobe-garamond-pro", serif;
  }
}
@media only screen and (max-width: 767px) {
  .custom-tiles-type-two .tile-section .custom-tile .title {
    font: 40px/40px "adobe-garamond-pro", serif;
  }
}
.custom-tiles-type-two .tile-section .custom-tile .subtitle {
  font: 600 16px/22px "adobe-garamond-pro", serif;
  margin-top: 5px;
}
.custom-tiles-type-two .tile-section .custom-tile .title-wrapper {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 35px;
  width: 100%;
  padding: 0 30px;
  box-sizing: border-box;
  text-align: center;
  transition: opacity 200ms ease;
}
.custom-tiles-type-two .tile-section .custom-tile .hover-modal {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms ease;
  background: rgba(38, 35, 35, 0.7);
  padding: 30px;
  z-index: 3;
}
.custom-tiles-type-two .tile-section .custom-tile .hover-modal .inner-wrapper {
  background: rgba(38, 35, 35, 0.4);
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  height: 100vh;
  max-height: 100%;
  position: relative;
}
.custom-tiles-type-two .tile-section .custom-tile .hover-modal .inner-wrapper .content-wrapper {
  width: 90%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.custom-tiles-type-two .tile-section .custom-tile .hover-modal .inner-wrapper .content-wrapper * {
  text-align: center;
}
.custom-tiles-type-two .tile-section .custom-tile .hover-modal .inner-wrapper .content-wrapper .links {
  margin-top: 30px;
}

.venues-with-categories {
  margin: 80px 0;
}
@media only screen and (max-width: 767px) {
  .venues-with-categories {
    margin: 40px 0;
  }
}
.venues-with-categories .map-container {
  display: flex;
  position: relative;
  width: 900px;
  height: 494px;
  margin: 0 auto;
  justify-content: center;
  margin-bottom: 75px;
}
@media only screen and (min-width: 1365px) {
  .venues-with-categories .map-container {
    width: 1130px;
    height: 620px;
  }
}
@media only screen and (max-width: 1023px) {
  .venues-with-categories .map-container {
    width: 565px;
    height: 310px;
  }
}
@media only screen and (max-width: 767px) {
  .venues-with-categories .map-container {
    display: none;
  }
}
.venues-with-categories .map-container .map-img {
  width: 100%;
  height: 100%;
}
.venues-with-categories .map-container .empty-layer {
  position: absolute;
  top: 7.5%;
  left: 33.4%;
  width: 14.6%;
  height: 63%;
  z-index: 60;
}
.venues-with-categories .map-container .empty-layer:after {
  position: absolute;
  content: "";
  bottom: -26px;
  right: 0%;
  width: 80%;
  height: 10%;
}
.venues-with-categories .map-container .spot-list {
  position: absolute;
  width: 100%;
  height: 100%;
}
.venues-with-categories .map-container .spot-link {
  position: absolute;
  display: flex;
  opacity: 0;
  transition: opacity 350ms ease-in-out;
  transform: scale(0.8) translate(-12.5%, -12.5%);
}
@media only screen and (min-width: 1365px) {
  .venues-with-categories .map-container .spot-link {
    transform: scale(1) translate(0, 0);
  }
}
@media only screen and (max-width: 1023px) {
  .venues-with-categories .map-container .spot-link {
    transform: scale(0.5) translate(-50%, -50%);
  }
}
@media only screen and (max-width: 767px) {
  .venues-with-categories .map-container .spot-link {
    display: none;
  }
}
.venues-with-categories .map-container .spot-link__baseline {
  top: 48.3%;
  left: 38.8%;
  z-index: 100;
}
.venues-with-categories .map-container .spot-link__clubhouse {
  top: 74.7%;
  left: 38.7%;
  z-index: 100;
}
.venues-with-categories .map-container .spot-link__plaza {
  top: 37.4%;
  left: 0.1%;
  z-index: 100;
}
.venues-with-categories .map-container .spot-link__skybridge {
  top: 26.1%;
  left: 56.2%;
  z-index: 50;
}
.venues-with-categories .map-container .spot-link__terrace {
  top: 7.5%;
  left: 3.7%;
  z-index: 10;
}
.venues-with-categories .map-container .spot-link__wynkoop {
  top: 8.8%;
  left: 33.45%;
  z-index: 100;
}
.venues-with-categories .map-container .spot-link:hover {
  opacity: 1;
}
.venues-with-categories .category-selector {
  margin-bottom: 40px;
  padding: 0 20px;
  overflow: hidden;
  text-align: center;
  display: flex;
  justify-content: space-around;
}
.venues-with-categories .category-selector.many-rooms {
  justify-content: center;
  flex-flow: wrap;
}
.venues-with-categories .category-selector button {
  font-family: "adobe-garamond-pro", serif;
  position: relative;
  text-align: center;
  float: left;
  padding: 0;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 1.2px;
  color: #262323;
  border: 0;
  outline: none;
  background: none;
}
@media (max-width: 550px) {
  .venues-with-categories .category-selector button {
    width: 50%;
    margin-right: 0;
    padding: 0 10px 0 16px;
    font-size: 15px;
  }
}
.venues-with-categories .category-selector button:before {
  display: none;
}
.venues-with-categories .category-selector button:after {
  content: "";
  transform: none;
  display: block;
  position: absolute;
  top: unset;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  transition: height 200ms ease;
  background: #C8A164;
  border: none;
}
.venues-with-categories .category-selector button.active, .venues-with-categories .category-selector button:hover {
  color: #262323;
  background: none;
}
.venues-with-categories .category-selector button.active:after, .venues-with-categories .category-selector button:hover:after {
  height: 4px;
}
.venues-with-categories .venues-wrapper {
  padding: 80px 0;
  background-color: #F4F3EF;
}
@media only screen and (max-width: 767px) {
  .venues-with-categories .venues-wrapper {
    padding: 40px 0;
  }
}
.venues-with-categories .venue {
  margin-bottom: 80px;
}
.venues-with-categories .venue:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .venues-with-categories .venue {
    margin-bottom: 40px;
  }
}
.venues-with-categories .venue-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 95px;
}
@media only screen and (max-width: 767px) {
  .venues-with-categories .venue-top {
    display: block;
    margin-bottom: 50px;
  }
}
.venues-with-categories .left {
  width: 30%;
  margin-top: 95px;
}
.venues-with-categories .left.full {
  width: 100%;
  margin-top: 0;
}
.venues-with-categories .left a {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .venues-with-categories .left {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .venues-with-categories .left {
    width: 100%;
    margin-top: 0;
    margin-bottom: 40px;
  }
}
.venues-with-categories .right {
  width: 60%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .venues-with-categories .right {
    width: calc(70% - 40px);
  }
}
@media only screen and (max-width: 767px) {
  .venues-with-categories .right {
    width: 100%;
  }
}
.venues-with-categories .rooms-gallery-slider {
  margin: 0;
}
.venues-with-categories .table-wrapper {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .venues-with-categories .table-wrapper {
    margin-bottom: 40px;
  }
}
.venues-with-categories .link360 {
  position: absolute;
  top: 20px;
  left: 20px;
  margin: 0;
  z-index: 1;
}

.venues-scheme {
  width: 100%;
  position: relative;
}

.venues-scheme-image {
  display: block;
  width: 100%;
  border: 5px solid #F4F3EF;
}

.venues-table table {
  width: 100%;
  border-bottom: 1px solid #F4F3EF;
}
.venues-table th {
  padding: 0 20px;
  padding-bottom: 26px;
  color: #262323;
  font-family: "adobe-garamond-pro", serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 17px;
}
@media only screen and (max-width: 767px) {
  .venues-table th {
    padding: 5px;
    vertical-align: middle;
    text-align: center;
  }
}
.venues-table td,
.venues-table .even td {
  background: none;
  border-top: 1px solid #F4F3EF;
}
@media only screen and (max-width: 767px) {
  .venues-table td,
.venues-table .even td {
    padding: 5px;
    text-align: center;
  }
}
.venues-table td:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.5);
}

.additional-table-acm {
  background: #F4F3EF;
  padding: 77px 0 120px;
}
.additional-table-acm .additional-list-title {
  text-align: center;
  font: 36px/47px "adobe-garamond-pro", serif;
  text-transform: uppercase;
  color: #262323;
}
.additional-table-acm .h1-like {
  margin-bottom: 0;
  text-align: center;
}
.additional-table-acm .additional-list {
  background: #fff;
  padding: 50px 80px 55px;
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .additional-table-acm .additional-list {
    margin-top: 40px;
    padding: 20px;
  }
}
.additional-table-acm .additional-list p {
  color: #262323;
  margin-bottom: 75px;
}
.additional-table-acm .additional-list ul {
  margin-bottom: 0;
}
.additional-table-acm .additional-list ul:after {
  clear: both;
  content: "";
  display: table;
}
.additional-table-acm .additional-list ul li {
  display: block;
  float: left;
  width: calc(50% - 35px);
}
@media only screen and (max-width: 767px) {
  .additional-table-acm .additional-list ul li {
    float: none;
    width: 100%;
    text-align: left;
  }
}
.additional-table-acm .additional-list ul li:nth-child(2n) {
  margin-left: 70px;
}
@media only screen and (max-width: 767px) {
  .additional-table-acm .additional-list ul li:nth-child(2n) {
    margin-left: 0;
  }
}

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

.view-360 {
  font-size: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .view-360 {
    text-align: center;
  }
}
.view-360 .block {
  width: calc((100% - 100px)/3);
  height: 0;
  padding-top: calc((100% - 30px)/3);
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .view-360 .block {
    width: 50%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 449px) {
  .view-360 .block {
    width: 210px;
    height: 210px;
  }
}
.view-360 .block:before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.32);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: background 350ms ease-in-out;
}
.view-360 .block:hover:before {
  background: rgba(0, 0, 0, 0.42);
}
.view-360 .block .link360 {
  font: 700 27px/27px "adobe-garamond-pro", serif;
  text-shadow: 2px 0 4px rgba(0, 0, 0, 0.5);
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  background: none;
}
.keyboard-navigation .view-360 .block .link360:focus {
  background: rgba(0, 0, 0, 0.9);
}
.view-360 .block .link360:after {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  left: 25px;
  right: 25px;
  bottom: 25px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (min-width: 0px) and (max-width: 449px) {
  .view-360 .block .link360:after {
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
  }
}
.view-360 .block span {
  width: 90%;
  position: absolute;
  left: 50%;
  font-size: 20px;
  font-family: "adobe-garamond-pro", serif;
  letter-spacing: 2px;
  color: #fff;
  line-height: 24px;
  font-weight: 600;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.view-360 .block span:after {
  content: "";
  display: block;
  background-image: url("../images/sprite.svg");
  background-repeat: no-repeat;
  background-position: -139px -249px;
  height: 30px;
  width: 42px;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: -35px;
}

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