@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 #e8ded3;
  display: none;
}

.formError .formErrorContent {
  font-family: "Mohave", Arial, sans-serif;
  background: #b31919;
  position: relative;
  z-index: 5001;
  color: #fff;
  width: 150px;
  font-size: 11px;
  font-weight: normal;
  padding: 4px 10px 4px 10px;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0.7px;
}

.greenPopup .formErrorContent {
  background: #55ea55;
}

.blackPopup .formErrorContent {
  background: #1e1d00;
  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: #1e1d00;
  font-family: "Mohave", Arial, sans-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: 15px;
  height: 27px;
  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: -17px -380px;
}
.ui-datepicker-prev:not(.ui-state-disabled):hover::after {
  background-position: -17px -420px;
}

.ui-datepicker-next {
  right: 5px;
}
.ui-datepicker-next:after {
  background-position: -67px -380px;
}
.ui-datepicker-next:not(.ui-state-disabled):hover::after {
  background-position: -67px -420px;
}

.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 #1e1d00;
}
.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: 16px;
  font-family: "franklin-gothic-ext-comp-urw", sans-serif;
  font-weight: 700;
  color: #1e1d00;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
.ui-datepicker-calendar td {
  font-size: 13px;
  color: #1e1d00;
  transition: background-color 350ms ease-in-out, color 350ms ease-in-out, opacity 350ms ease-in-out;
}
.ui-datepicker-calendar td.ui-datepicker-other-month, .ui-datepicker-calendar td.ui-state-disabled {
  color: #1e1d00;
  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: #e8ded3;
}
.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: #e8ded3;
  transition: background-color 350ms ease-in-out;
}
.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: #e8ded3;
  color: #1e1d00;
  transition: background-color 350ms ease-in-out, color 350ms ease-in-out;
}

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

#ui-datepicker-div .ui-datepicker-calendar td {
  cursor: pointer;
}
#ui-datepicker-div .ui-datepicker-calendar td:hover {
  background-color: #e8ded3;
}
#ui-datepicker-div .ui-datepicker-calendar td span:hover,
#ui-datepicker-div .ui-datepicker-calendar td a:hover {
  background: none;
}
#ui-datepicker-div .ui-datepicker-calendar td.ui-datepicker-other-month, #ui-datepicker-div .ui-datepicker-calendar td.ui-state-disabled, #ui-datepicker-div .ui-datepicker-calendar td.ui-datepicker-unselectable {
  cursor: default;
}
#ui-datepicker-div .ui-datepicker-calendar td.ui-datepicker-other-month:hover, #ui-datepicker-div .ui-datepicker-calendar td.ui-state-disabled:hover, #ui-datepicker-div .ui-datepicker-calendar td.ui-datepicker-unselectable:hover {
  background: none;
}
#ui-datepicker-div .ui-datepicker-calendar td.ui-datepicker-today a {
  color: #b31919;
  background: none;
}
#ui-datepicker-div .ui-datepicker-calendar td.ui-datepicker-current-day {
  background-color: #e8ded3;
}
#ui-datepicker-div .ui-datepicker-calendar td.ui-datepicker-current-day a {
  background: none;
}

.ui-selectmenu-button {
  position: relative;
  display: block;
  width: auto !important;
  height: 40px;
  line-height: 40px;
  border: thin solid #e8ded3;
  font-size: 16px;
  text-align: left;
  color: #1e1d00;
  background: #fff;
  transition: all 0.2s;
}
.ui-selectmenu-button::-moz-placeholder {
  color: #1e1d00;
}
.ui-selectmenu-button::placeholder {
  color: #1e1d00;
}
.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 #1e1d00;
}
.ui-selectmenu-button:hover .ui-icon {
  border-top-color: #aa7819;
}
.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: bold;
}

.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: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  color: #000;
}
.ui-selectmenu-menu li .ui-state-active {
  background: #e8ded3;
  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 {
  speak: auto;
}
.custom-icon-steamer svg {
  height: 24px;
  width: 18px;
  fill: #fff;
}
html.rooms-page .custom-icon-steamer svg {
  fill: #1e1d00;
}

#header {
  transition: all 350ms ease-in-out;
}
#header.brand-top-link .top-link {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 100%;
  padding: 0 40px;
  font-family: "franklin-gothic-ext-comp-urw", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 1.05px;
  color: #fff;
  text-decoration: none;
  background: #1e1d00;
  transition: opacity 350ms ease-in-out;
  opacity: 0;
}
@media only screen and (min-width: 1024px) {
  #header.brand-top-link .top-link {
    display: block;
  }
}
#header.brand-top-link .top-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 26px;
  height: 8px;
  width: 8px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  transition: left 350ms ease-in-out;
}
#header.brand-top-link .top-link:hover::before {
  left: 20px;
}
@media only screen and (min-width: 1024px) {
  #header.brand-top-link .logo::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: calc(100% + 10px);
    width: 100%;
  }
}
#header.brand-top-link .top-link:hover,
#header.brand-top-link .logo:hover ~ .top-link, html.keyboard-navigation #header.brand-top-link .top-link {
  opacity: 1;
}
#header .logo {
  transition: all 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  #header .logo img.logo-default {
    transition: all 350ms ease-in-out;
  }
}
#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: #aa7819;
}
#header .main-menu .menu.level-1 > li > a.active, #header .main-menu .menu.level-1 > li:hover > a {
  color: transparent;
  background: rgba(255, 255, 255, 0.2);
}
#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(0, 0, 0, 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: bold 13px/20px "Mohave", Arial, sans-serif;
  text-transform: uppercase;
  color: #1e1d00;
  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: #aa7819;
}
#header .booking-trigger {
  transition: all 350ms ease-in-out;
}
#header .booking-trigger:hover {
  color: #e8ded3;
  background-color: #aa7819;
}
#header .virtual-tour:hover {
  background-position: -139px -355px;
}
html.sticky-header #header, html.no-hero #header, html.hamburger-navigation-visible #header {
  background: #e8ded3;
  height: 79px;
}
@media only screen and (max-width: 767px) {
  html.sticky-header #header, html.no-hero #header, html.hamburger-navigation-visible #header {
    height: 70px;
  }
}
@media only screen and (min-width: 1024px) {
  html.sticky-header #header.brand-top-link, html.no-hero #header.brand-top-link, html.hamburger-navigation-visible #header.brand-top-link {
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) {
  html.sticky-header #header.brand-top-link .main-menu, html.no-hero #header.brand-top-link .main-menu, html.hamburger-navigation-visible #header.brand-top-link .main-menu {
    top: 0;
  }
}
html.sticky-header #header .logo, html.no-hero #header .logo, html.hamburger-navigation-visible #header .logo {
  width: 65px;
  height: 50px;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  html.sticky-header #header .logo, html.no-hero #header .logo, html.hamburger-navigation-visible #header .logo {
    width: 85px;
    left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  html.sticky-header #header .logo, html.no-hero #header .logo, html.hamburger-navigation-visible #header .logo {
    left: 10px;
  }
}
html.sticky-header #header .logo img.logo-default, html.no-hero #header .logo img.logo-default, html.hamburger-navigation-visible #header .logo img.logo-default {
  display: none;
}
html.sticky-header #header .logo img.logo-sticky, html.no-hero #header .logo img.logo-sticky, html.hamburger-navigation-visible #header .logo img.logo-sticky {
  display: block;
}
html.sticky-header #header .main-menu::after, html.no-hero #header .main-menu::after, html.hamburger-navigation-visible #header .main-menu::after {
  content: none;
}
html.sticky-header #header .main-menu .menu.level-1 > a.active, html.sticky-header #header .main-menu .menu.level-1:hover > a, html.no-hero #header .main-menu .menu.level-1 > a.active, html.no-hero #header .main-menu .menu.level-1:hover > a, html.hamburger-navigation-visible #header .main-menu .menu.level-1 > a.active, html.hamburger-navigation-visible #header .main-menu .menu.level-1:hover > a {
  background-color: #e8ded3;
}
html.sticky-header #header .main-menu .menu.level-1 > a.active::after, html.sticky-header #header .main-menu .menu.level-1:hover > a::after, html.no-hero #header .main-menu .menu.level-1 > a.active::after, html.no-hero #header .main-menu .menu.level-1:hover > a::after, html.hamburger-navigation-visible #header .main-menu .menu.level-1 > a.active::after, html.hamburger-navigation-visible #header .main-menu .menu.level-1:hover > a::after {
  color: #1e1d00;
}
html.sticky-header #header .main-menu .menu.level-1 > li:hover::after, html.no-hero #header .main-menu .menu.level-1 > li:hover::after, html.hamburger-navigation-visible #header .main-menu .menu.level-1 > li:hover::after {
  content: "";
  height: 6px;
  width: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #1e1d00;
}
html.sticky-header #header .main-menu .menu.level-1 > li > a::after, html.no-hero #header .main-menu .menu.level-1 > li > a::after, html.hamburger-navigation-visible #header .main-menu .menu.level-1 > li > a::after {
  color: #1e1d00;
}
html.sticky-header #header .main-menu .menu.level-1 > li > a.link360::after, html.no-hero #header .main-menu .menu.level-1 > li > a.link360::after, html.hamburger-navigation-visible #header .main-menu .menu.level-1 > li > a.link360::after {
  background: url("../images/sprite.svg") -139px -284px;
}
html.sticky-header #header .booking-trigger, html.no-hero #header .booking-trigger, html.hamburger-navigation-visible #header .booking-trigger {
  color: #e8ded3;
  background-color: #1e1d00;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  html.sticky-header #header .booking-trigger, html.no-hero #header .booking-trigger, html.hamburger-navigation-visible #header .booking-trigger {
    margin: 13px 76px 0 0;
  }
}
html.sticky-header #header .booking-trigger:hover, html.no-hero #header .booking-trigger:hover, html.hamburger-navigation-visible #header .booking-trigger:hover {
  background-color: #aa7819;
}
html.sticky-header #header .virtual-tour, html.no-hero #header .virtual-tour, html.hamburger-navigation-visible #header .virtual-tour {
  background-position: -139px -284px;
}
html.sticky-header #header .virtual-tour:hover, html.no-hero #header .virtual-tour:hover, html.hamburger-navigation-visible #header .virtual-tour:hover {
  background-position: -139px -355px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  html.sticky-header #header .virtual-tour, html.no-hero #header .virtual-tour, html.hamburger-navigation-visible #header .virtual-tour {
    margin: 24px 20px 0 0;
    background-position: -139px -284px;
  }
}

#hamburger-navigation-trigger {
  transition: background 200ms;
}
#hamburger-navigation-trigger .smart-icon span {
  transition: background 200ms, transform 150ms, border-radius 150ms;
}
html.sticky-header #hamburger-navigation-trigger .smart-icon span, html.no-hero #hamburger-navigation-trigger .smart-icon span, html.hamburger-navigation-visible #hamburger-navigation-trigger .smart-icon span {
  background: #1e1d00;
}
#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 {
  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);
}

#skip-to-content {
  padding: 20px 30px;
  transform: translate(-50%, 0);
  background: #516246;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  z-index: 30;
}
.keyboard-navigation #skip-to-content:focus {
  top: 5px;
}

.keyboard-navigation #photos .slide .link-only:focus {
  background: rgba(255, 255, 255, 0.2);
}
#photos .slide .video-button {
  transition: color 350ms ease-in-out, border-color 350ms ease-in-out;
}
#photos .slide .video-button::before {
  transition: border-color 350ms ease-in-out;
}
#photos .slide .video-button::after {
  transition: border-color 350ms ease-in-out;
}
#photos .slide .video-button:hover {
  color: #fff;
  border-color: #fff;
}
#photos .slide .video-button:hover::before, #photos .slide .video-button:hover::after {
  border-color: #fff;
}
#photos .slideshow-pagination {
  position: absolute;
  bottom: calc(50% - 200px);
  display: block;
  width: 100%;
  padding: 0 120px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  #photos .slideshow-pagination {
    bottom: 40px;
    padding: 0;
    text-align: center;
  }
}
#photos .slideshow-pagination button {
  display: inline-block;
  width: 9px;
  height: 9px;
  border: 1px solid #e8ded3;
  border-radius: 3px;
  overflow: hidden;
  text-indent: -9999px;
  margin-right: 24px;
  transform: rotate(45deg);
  color: #1e1d00;
  transition: background-color 350ms ease-in-out;
}
#photos .slideshow-pagination button:hover {
  background-color: #e8ded3;
}
#photos .slideshow-pagination button.active {
  background-color: #e8ded3;
}
@media only screen and (max-width: 767px) {
  #photos .slideshow-pagination button {
    margin: 0 12px;
  }
}

@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: #1e1d00;
  transition: right 200ms, visibility 200ms;
  text-align: center;
  z-index: 60;
  visibility: hidden;
}
@media only screen and (max-width: 1023px) {
  #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: 700 26px/32px "franklin-gothic-ext-comp-urw", sans-serif;
  text-decoration: none;
  color: #e8ded3;
  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: #aa7819;
}
#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: #e8ded3;
}
#hamburger-navigation .main-menu .menu.submenu a:hover, #hamburger-navigation .main-menu .menu.submenu a.active {
  color: #aa7819;
}
#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: #e8ded3;
  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: #e8ded3 !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: bold;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 25px;
  margin-bottom: 15px;
  border-bottom: 1px solid #516246;
}
@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: "Mohave", Arial, sans-serif;
  color: #516246;
  font-size: 11px;
  line-height: 15px;
  font-weight: normal;
  letter-spacing: 1.2px;
  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;
  width: 100%;
  font-family: "franklin-gothic-ext-comp-urw", sans-serif;
  font-size: 18px;
  line-height: 1.22;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #1e1d00;
}
.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(0, 0, 0, 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;
  border: 10px solid #e8ded3;
}
@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 #516246;
}
@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%;
  top: calc(100vh - 120px);
  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: #1e1d00;
  font-family: "Mohave", Arial, sans-serif;
  transition: color 350ms ease-in-out;
}
.horizontal-booking .reset-calendar:hover {
  color: #516246;
}
.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 #e8ded3;
  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(107, 82, 45, 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;
}
.horizontal-booking .booking #booking-promo {
  padding: 0;
  border: none;
  font-size: 12px;
  font-weight: bold;
}
.horizontal-booking .booking #booking-promo::-webkit-input-placeholder {
  color: #aa7819;
}
.horizontal-booking .booking #booking-promo:-moz-placeholder {
  color: #aa7819;
}
.horizontal-booking .booking #booking-promo::-moz-placeholder {
  color: #aa7819;
}
.horizontal-booking .booking #booking-promo:-ms-input-placeholder {
  color: #aa7819;
}
.horizontal-booking .booking #booking-promo:focus::-webkit-input-placeholder {
  color: rgba(170, 120, 25, 0.3);
}
.horizontal-booking .booking #booking-promo:focus:-moz-placeholder {
  color: rgba(170, 120, 25, 0.3);
}
.horizontal-booking .booking #booking-promo:focus::-moz-placeholder {
  color: rgba(170, 120, 25, 0.3);
}
.horizontal-booking .booking #booking-promo:focus:-ms-input-placeholder {
  color: rgba(170, 120, 25, 0.3);
}
.horizontal-booking .booking .promo-open {
  color: #1e1d00;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 3px;
  margin-top: 2px;
  transition: color 350ms ease-in-out;
}
.horizontal-booking .booking .promo-open::after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #1e1d00;
  position: absolute;
  bottom: 0;
  left: -3px;
  transition: background-color 350ms ease-in-out;
}
.horizontal-booking .booking .promo-open:hover {
  color: #516246;
}
.horizontal-booking .booking .promo-open:hover::after {
  background-color: #516246;
}
.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 #e8ded3;
  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 #516246;
  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: 16px;
  letter-spacing: 1.2px;
}
.horizontal-booking .booking .promo-popup button {
  width: 120px;
  background: #1e1d00;
  color: #fff;
  text-transform: uppercase;
  font-family: "franklin-gothic-ext-comp-urw", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1.2px;
  transition: background-color 350ms ease-in-out;
}
.horizontal-booking .booking .promo-popup button:hover {
  background: #aa7819;
  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;
  color: #1e1d00;
  transition: background-color 350ms ease-in-out, color 350ms ease-in-out;
}
.horizontal-booking .booking .pseudo-select button:hover {
  color: #1e1d00;
  background: #e8ded3;
}
.horizontal-booking .booking .pseudo-select button:active {
  color: #e8ded3;
  background: #aa7819;
}
.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: 700 28px/1.2 "franklin-gothic-ext-comp-urw", sans-serif;
  letter-spacing: 0.9px;
  text-align: center;
  color: #fff;
  background-color: #aa7819;
}
.horizontal-booking .booking button[type=submit]:hover {
  background-color: #516246;
}
.horizontal-booking .booking button[type=submit].with-link-below {
  height: 75%;
}
.horizontal-booking .modifying-link {
  position: absolute;
  right: 10px;
  bottom: 5px;
}
.horizontal-booking .modifying-link a {
  color: #aa7819;
  transition: color 350ms ease-in-out;
}
.horizontal-booking .modifying-link a:hover {
  color: #516246;
}

.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 "Mohave", Arial, sans-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: #e8ded3;
  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: #fff;
  background-color: #6b522d;
}
.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: #6b522d;
  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;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms ease;
}
@media only screen and (max-width: 1255px) {
  .horizontal-booking-overlay {
    display: none;
  }
}
.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 "Mohave", Arial, sans-serif;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage .headings h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
.homepage-additional-content .subpage .headings h3 {
  font-size: 24px;
  line-height: 33px;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage .headings h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
.homepage-additional-content .subpage .content-wrapper {
  float: right;
  width: 280px;
  padding: 75px 30px 70px;
  min-height: 470px;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage .content-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 0;
    padding: 20px 20px 20px;
  }
}
.homepage-additional-content .subpage .content-wrapper .copy {
  position: relative;
  font-size: 16px;
  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%;
}

#top-banner,
#top-banner-countdown {
  position: fixed;
  top: 0;
  width: 100%;
  display: block;
  text-align: center;
  box-sizing: border-box;
  background-color: #1e1d00;
  transition: top 0.3s ease-out;
}
.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 * {
  vertical-align: top;
}
.admin .preview-item #top-banner .description h2,
.admin .preview-item #top-banner-countdown .description h2 {
  margin: 0 10px 0 0;
}
.admin .preview-item #top-banner button.close,
.admin .preview-item #top-banner-countdown button.close {
  border: none;
}
#top-banner .inner-wrapper,
#top-banner-countdown .inner-wrapper {
  width: 100%;
  min-height: 52px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #top-banner .inner-wrapper,
#top-banner-countdown .inner-wrapper {
    display: block;
    min-height: 165px;
  }
}
#top-banner .promo-counter,
#top-banner-countdown .promo-counter {
  font-family: "Mohave", Arial, sans-serif;
  flex-shrink: 0;
  padding: 5px 15px;
}
@media only screen and (max-width: 767px) {
  #top-banner .promo-counter,
#top-banner-countdown .promo-counter {
    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: normal;
  color: #fff;
  background: #aa7819;
  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: normal;
  color: #1e1d00;
}
#top-banner .description,
#top-banner-countdown .description {
  padding: 10px;
  color: #fff;
  text-align: center;
  font-family: "Mohave", Arial, sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#top-banner .description > *,
#top-banner-countdown .description > * {
  vertical-align: top;
}
#top-banner .description h2,
#top-banner-countdown .description h2 {
  font: bold 14px/22px "Mohave", Arial, sans-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;
}
#top-banner .description p,
#top-banner-countdown .description p {
  font: bold 14px/22px "Mohave", Arial, sans-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 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 .link,
#top-banner-countdown .description .link {
  display: inline-block;
}
#top-banner .description .link a,
#top-banner-countdown .description .link a {
  color: #fff;
  font: bold 14px/22px "Mohave", Arial, sans-serif;
  text-transform: capitalize;
}
#top-banner .description .link a:hover,
#top-banner-countdown .description .link a:hover {
  color: #aa7819;
}
#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: #1e1d00;
}
#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;
  }
}

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;
  }
}
@media only screen and (max-width: 767px) {
  html.top-banner-enabled #header {
    position: absolute;
    top: 0;
  }
}
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%;
}

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

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 {
  position: relative;
  overflow: hidden;
}
#events .event {
  position: relative;
  display: block;
  margin: 20px 0 0;
  padding: 20px;
  overflow: hidden;
  white-space: normal;
  background-color: #fff;
  border: 1px solid #1e1d00;
}
#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 {
    height: 266px;
  }
}
#events .event .thumbnail.no-thumbnail {
  background: #e8ded3;
}
#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: #e8ded3;
  border-bottom-color: #e8ded3;
  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 {
  padding: 25px 30px;
  box-sizing: border-box;
}
#events .event .date,
#events .event .date a {
  font-family: "Mohave", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.57;
  font-weight: normal;
  letter-spacing: 0.2px;
  color: #86422d;
}
#events .event .date {
  display: block;
  position: relative;
  margin: 0;
}
#events .event .date:empty {
  display: none;
}
#events .event .date a {
  text-decoration: none;
  transition: color 350ms ease-in-out;
}
#events .event .date a:hover {
  color: #1e1d00;
}
#events .event h3 {
  margin: 0;
  font: 700 20px/1.1 "franklin-gothic-ext-comp-urw", sans-serif;
  letter-spacing: 1.5px;
  color: #1e1d00;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  #events .event h3 {
    font-size: 20px;
  }
}
#events .event h3 + p,
#events .event .date + p {
  margin-top: 15px;
}
#events .event p {
  font-size: 16px;
  line-height: 1.33;
  color: #1e1d00;
}
#events .event .button {
  margin-top: 16px;
}
#events .event + .button {
  margin-top: 20px;
}
#events.events-list dl {
  margin: 20px 0 0;
}
#events.events-list dl:first-child {
  margin-top: 0;
}
#events.events-list dl dd h4 {
  margin-bottom: 5px;
}
#events.events-slideshow {
  overflow: visible;
}
#events.events-slideshow .slideshow {
  max-width: 1365px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
#events.events-slideshow .slideshow-wrapper {
  display: flex;
}
#events.events-slideshow .event {
  position: relative;
  width: calc((100% - 40px) / 3);
  margin: 0;
  padding: 0;
  border: none;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #events.events-slideshow .event {
    width: calc((100% - 20px) / 2);
  }
}
@media only screen and (max-width: 767px) {
  #events.events-slideshow .event {
    width: 100%;
  }
}
#events.events-slideshow .slideshow-pagination {
  margin: 20px 0;
  text-align: center;
  font-size: 0;
  display: none;
}
@media only screen and (max-width: 767px) {
  #events.events-slideshow .slideshow-pagination {
    display: block;
  }
}
#events.events-slideshow .slideshow-pagination > * {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  text-indent: -9999px;
  overflow: hidden;
  background: #aa7819;
  border-radius: 50%;
  transition: background 350ms ease-in-out;
  cursor: pointer;
}
#events.events-slideshow .slideshow-pagination > *:hover, #events.events-slideshow .slideshow-pagination > *.active {
  background: #1e1d00;
}
#events.events-slideshow .slideshow-button.next {
  right: -40px;
}
@media only screen and (max-width: 1023px) {
  #events.events-slideshow .slideshow-button.next {
    right: 0;
  }
}
#events.events-slideshow .slideshow-button.previous {
  left: -40px;
}
@media only screen and (max-width: 1023px) {
  #events.events-slideshow .slideshow-button.previous {
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  #events.events-slideshow .slideshow-button {
    display: none;
  }
}

.events-section {
  padding: 100px 0;
  background-color: #e8ded3;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .events-section {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  .events-section {
    padding: 40px 0;
  }
}
.events-section .title-wrapper {
  margin-bottom: 60px;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .events-section .title-wrapper {
    margin-bottom: 40px;
  }
}
.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 {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to bottom, #fff 0%, transparent 100%);
}
.events-section .section-bg .inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background-size: cover;
  opacity: 0.2;
}

.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: 700 36px/1.2 "franklin-gothic-ext-comp-urw", sans-serif;
  margin-bottom: 30px;
  color: #aa7819;
  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: #1e1d00;
  font-family: "Mohave", Arial, sans-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: #1e1d00;
  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: bold;
}
.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: #e8ded3;
}
.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 {
  float: left;
  position: relative;
  padding: 0 10px;
  font-family: "Mohave", Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1.2px;
  color: #1e1d00;
  text-align: center;
  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: 16px;
  }
}
.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-color: #aa7819;
  border: none;
}
.rooms .category-selector button.active, .rooms .category-selector button:hover, .rooms .category-selector button:focus {
  color: #aa7819;
  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.active:hover, .rooms .category-selector button.active:focus {
  color: #86422d;
  background: none;
}
.rooms .category-selector button.active:hover::after, .rooms .category-selector button.active:focus::after {
  background-color: #86422d;
}
.rooms .categories-descr {
  margin: 0 0 40px;
  padding: 0 20px;
}
.rooms .categories-descr .category-descr {
  display: none;
}
.rooms .categories-descr .category-descr.active {
  display: block;
}

.room .amenities {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0;
}
.room .amenities .rooms-icon,
.room .amenities .custom-rooms-icon {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 20px 0 0;
  width: 50%;
}
.room .amenities .rooms-icon::before,
.room .amenities .custom-rooms-icon::before {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .room .amenities .rooms-icon::before,
.room .amenities .custom-rooms-icon::before {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .room .amenities .rooms-icon,
.room .amenities .custom-rooms-icon {
    width: 100%;
  }
}
.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 .main-additional-content,
.room .additional-list {
  margin: 20px 0;
}
.room .links {
  margin: 20px 0;
}
.room .secondary-additional-content {
  margin: 20px 0 0;
}

.rooms-entry {
  width: 100%;
  margin: 0;
  padding: 80px;
  position: relative;
  border-bottom: none;
}
.rooms-entry:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: 1023px) {
  .rooms-entry {
    border: none;
    padding: 40px 20px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-entry {
    padding: 20px;
  }
}
.rooms-entry::before {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #1e1d00;
  position: absolute;
  top: 10px;
  left: 0;
}
.rooms-entry .square-element {
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 40px;
  width: 36px;
  padding: 0 5px;
  fill: #1e1d00;
  background-color: #fff;
}
.rooms-entry.odd .room-main-wrapper .thumbnail {
  right: 0;
}
.rooms-entry.even .room-main-wrapper .description {
  float: right;
}
.rooms-entry.expanded .room-main-wrapper {
  visibility: hidden;
  opacity: 0;
  position: absolute;
}
.rooms-entry.expanded .room-main-popup {
  visibility: visible;
  opacity: 1;
  position: relative;
}
.rooms-entry .room-main-wrapper {
  position: relative;
}
.rooms-entry .room-main-wrapper:after {
  clear: both;
  content: "";
  display: table;
}
.rooms-entry .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-entry .room-main-wrapper .thumbnail {
    position: relative;
    width: 100% !important;
    top: unset;
    bottom: unset;
    height: 350px;
    right: unset !important;
    float: none;
  }
}
.rooms-entry .room-main-wrapper .description-wrapper:after {
  clear: both;
  content: "";
  display: table;
}
.rooms-entry .room-main-wrapper .description {
  position: relative;
  width: calc(50% - 60px);
  padding: 80px 0;
  min-height: 420px;
}
@media only screen and (max-width: 1023px) {
  .rooms-entry .room-main-wrapper .description {
    width: 100% !important;
    min-height: 0;
  }
}
@media (max-width: 767px) {
  .rooms-entry .room-main-wrapper .description {
    padding-right: 0;
  }
}
@media (max-width: 550px) {
  .rooms-entry .room-main-wrapper .description {
    margin-left: 0;
    padding: 10px;
  }
}
.rooms-entry .room-main-popup {
  visibility: hidden;
  opacity: 0;
  position: absolute;
}
.rooms-entry .room-main-popup .description-wrapper {
  padding: 0 80px;
}
@media only screen and (max-width: 767px) {
  .rooms-entry .room-main-popup .description-wrapper {
    padding: 0 10px;
  }
}
.rooms-entry .room-main-popup .link360 {
  position: relative;
  box-sizing: border-box;
  height: 54px;
  width: 250px;
  margin-top: 15px;
  padding: 0 30px 0 70px;
  background: #fff;
  border: 1px solid #1e1d00;
  border-radius: 27px;
  font-size: 12px;
  line-height: 54px;
  font-weight: bold;
  text-align: center;
  text-indent: unset;
  text-decoration: none;
  text-transform: uppercase;
  color: #1e1d00;
  transition: border-color 350ms ease-in-out, color 350ms ease-in-out;
}
.rooms-entry .room-main-popup .link360::before {
  content: "";
  width: 42px;
  height: 30px;
  display: block;
  background: url("../images/sprite.svg") -139px -284px;
  position: absolute;
  left: 15px;
  top: 12px;
}
.rooms-entry .room-main-popup .link360:hover {
  color: #aa7819;
  border-color: #aa7819;
}
.rooms-entry .room-main-popup .link360:hover::before {
  background-position: -139px -355px;
}
.rooms-entry .room-main-popup .features-wrapper {
  margin-top: 80px;
  padding: 54px 80px;
  background: #e8ded3;
}
@media only screen and (max-width: 767px) {
  .rooms-entry .room-main-popup .features-wrapper {
    margin-top: 40px;
    padding: 20px;
  }
}
.rooms-entry .room-main-popup .feat-am-title,
.rooms-entry .room-main-popup .additional-list-title {
  text-align: center;
  font: 700 36px/47px "franklin-gothic-ext-comp-urw", sans-serif;
  text-transform: uppercase;
  color: #1e1d00;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .rooms-entry .room-main-popup .feat-am-title,
.rooms-entry .room-main-popup .additional-list-title {
    margin-bottom: 30px;
  }
}
.rooms-entry .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-entry .room-main-popup .features-main .features {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-entry .room-main-popup .features-main .features {
    padding: 20px;
  }
}
.rooms-entry .room-main-popup .features-main .features span {
  display: inline-block;
  margin: 0 20px 0 0;
  font-size: 16px;
  color: #1e1d00;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .rooms-entry .room-main-popup .features-main .features span {
    width: 100%;
    margin: 0 0 20px;
  }
  .rooms-entry .room-main-popup .features-main .features span:last-of-type {
    margin-bottom: 0;
  }
}
.rooms-entry .room-main-popup .features-main .features span.beds, .rooms-entry .room-main-popup .features-main .features span.occupancy, .rooms-entry .room-main-popup .features-main .features span.view {
  padding-left: 48px;
}
.rooms-entry .room-main-popup .features-main .features span.beds:before, .rooms-entry .room-main-popup .features-main .features span.occupancy:before, .rooms-entry .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-entry .room-main-popup .features-main .features span.beds:before {
  background-position: -306px -3px;
}
.rooms-entry .room-main-popup .features-main .features span.occupancy:before {
  background-position: -346px -3px;
}
.rooms-entry .room-main-popup .features-main .features span.view:before {
  background-position: -386px -3px;
}
.rooms-entry .room-main-popup .features-main .features span.view.mountain-view:before {
  background-position: -426px -3px;
}
.rooms-entry .room-main-popup .features-main .features span.view.city-view:before {
  background-position: -466px -3px;
}
.rooms-entry .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-entry .room-main-popup .features-main .amenities {
    padding: 0;
  }
}
@media (max-width: 550px) {
  .rooms-entry .room-main-popup .features-main .amenities {
    margin: 15px 0;
  }
}
.rooms-entry .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-entry .room-main-popup .features-main .amenities span {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-entry .room-main-popup .features-main .amenities span {
    width: 24%;
    margin-bottom: 10px;
  }
}
.rooms-entry .room-main-popup .features-main .amenities span span {
  font: 16px/22px "Mohave", Arial, sans-serif;
  letter-spacing: 0.2px;
  white-space: nowrap;
  width: auto !important;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .rooms-entry .room-main-popup .features-main .amenities span span {
    display: none;
  }
}
.rooms-entry .room-main-popup .additional-list {
  background: #fff;
  padding: 50px 80px 55px;
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .rooms-entry .room-main-popup .additional-list {
    margin-top: 40px;
    padding: 20px;
  }
}
.rooms-entry .room-main-popup .additional-list ul {
  margin-bottom: 0;
}
.rooms-entry .room-main-popup .additional-list ul:after {
  clear: both;
  content: "";
  display: table;
}
.rooms-entry .room-main-popup .additional-list ul li {
  display: block;
  float: left;
  width: calc(50% - 35px);
}
@media only screen and (max-width: 1023px) {
  .rooms-entry .room-main-popup .additional-list ul li {
    float: none;
    width: 100%;
  }
}
.rooms-entry .room-main-popup .additional-list ul li:nth-child(2n) {
  margin-left: 70px;
}
@media only screen and (max-width: 1023px) {
  .rooms-entry .room-main-popup .additional-list ul li:nth-child(2n) {
    margin-left: 0;
  }
}
.rooms-entry .room-main-popup .main-additional-content,
.rooms-entry .room-main-popup .secondary-additional-content {
  margin-top: 80px;
}
.rooms-entry .room-main-popup .main-additional-content h2,
.rooms-entry .room-main-popup .main-additional-content h3,
.rooms-entry .room-main-popup .main-additional-content h4 {
  font: 16px/22px "Mohave", Arial, sans-serif;
  text-transform: uppercase;
  color: #1e1d00;
}
.rooms-entry .description nav.links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.rooms-entry .description nav.links .button {
  margin: 20px 20px 0 0;
}
.rooms-entry .description nav.links .button:last-child {
  margin-right: 0;
}
.rooms-entry .description nav.links .details-show,
.rooms-entry .description nav.links .details-hide {
  position: relative;
  display: inline-block;
  height: 40px;
  padding: 0 40px 0 10px;
  min-width: 140px;
  line-height: 40px;
  color: #1e1d00;
  border: 1px solid #1e1d00;
  background: transparent;
}
.rooms-entry .description nav.links .details-show::before,
.rooms-entry .description nav.links .details-hide::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  height: 8px;
  width: 8px;
  margin-top: -2px;
  border-bottom: 1px solid #1e1d00;
  border-left: 1px solid #1e1d00;
  transform: translateY(-50%) rotate(-45deg);
  pointer-events: none;
  transition: border-color 350ms ease-in-out;
}
.rooms-entry .description nav.links .details-show:hover,
.rooms-entry .description nav.links .details-hide:hover {
  color: #fff;
  background: #1e1d00;
}
.rooms-entry .description nav.links .details-show:hover::before,
.rooms-entry .description nav.links .details-hide:hover::before {
  border-color: #fff;
}
.rooms-entry .description nav.links .details-hide::before {
  margin-top: 2px;
  transform: translateY(-50%) rotate(135deg);
}

.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,
.rooms-gallery-slider .venue-gallery {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  width: 50px;
  height: 50px;
  background: rgba(232, 222, 211, 0.8);
  border-radius: 8px;
  overflow: hidden;
  text-indent: -9999px;
  transition: background-color 350ms ease-in-out;
}
.rooms-gallery-slider .rooms-item-gallery:hover,
.rooms-gallery-slider .venue-gallery:hover {
  background-color: #fff;
}
.rooms-gallery-slider .rooms-item-gallery span,
.rooms-gallery-slider .venue-gallery span {
  position: absolute;
  box-sizing: border-box;
  display: block;
  width: 7px;
  height: 7px;
}
.rooms-gallery-slider .rooms-item-gallery span:nth-child(1),
.rooms-gallery-slider .venue-gallery span:nth-child(1) {
  top: 13px;
  left: 13px;
  border-top: 2px solid #1e1d00;
  border-left: 2px solid #1e1d00;
}
.rooms-gallery-slider .rooms-item-gallery span:nth-child(2),
.rooms-gallery-slider .venue-gallery span:nth-child(2) {
  top: 13px;
  right: 13px;
  border-top: 2px solid #1e1d00;
  border-right: 2px solid #1e1d00;
}
.rooms-gallery-slider .rooms-item-gallery span:nth-child(3),
.rooms-gallery-slider .venue-gallery span:nth-child(3) {
  bottom: 13px;
  left: 13px;
  border-bottom: 2px solid #1e1d00;
  border-left: 2px solid #1e1d00;
}
.rooms-gallery-slider .rooms-item-gallery span:nth-child(4),
.rooms-gallery-slider .venue-gallery span:nth-child(4) {
  bottom: 13px;
  right: 13px;
  border-bottom: 2px solid #1e1d00;
  border-right: 2px solid #1e1d00;
}
.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: #e8ded3;
  border-bottom-color: #e8ded3;
  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.next {
  right: 0;
}
@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;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .rooms-gallery-slider .slideshow-button.previous {
    left: 10px;
  }
}

.secondary-additional-content {
  font-style: italic;
  color: #6b522d;
  padding-top: 35px;
  position: relative;
}
.secondary-additional-content::before {
  content: "";
  height: 1px;
  width: 100%;
  background-image: linear-gradient(to right, rgba(30, 29, 0, 0.5) 70%, transparent 0%);
  background-position: bottom;
  background-size: 15px 1px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  left: 0;
}
.secondary-additional-content p {
  font-style: inherit;
}

#home-gallery {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding-bottom: 10px;
  text-align: center;
  z-index: 10;
}
#home-gallery h2 {
  display: none;
  font: 700 36px/1.2 "franklin-gothic-ext-comp-urw", sans-serif;
  margin: 40px 0;
  color: #aa7819;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #home-gallery h2 {
    display: block;
  }
}
#home-gallery div.gallery-wrapper {
  overflow: hidden;
}
#home-gallery .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: 700 25px/25px "franklin-gothic-ext-comp-urw", sans-serif;
  color: #fff;
  text-transform: uppercase;
  z-index: 2;
}
#home-gallery span.photo .text a {
  margin-top: 6px;
  padding: 0 20px;
}
#home-gallery .all-photos {
  display: none;
}
@media only screen and (max-width: 767px) {
  #home-gallery .all-photos {
    display: block;
    margin-top: 40px;
  }
}

#feeds {
  position: relative;
  padding: 50px 0;
  z-index: 10;
}
#feeds h2 {
  font: 700 36px/1.2 "franklin-gothic-ext-comp-urw", sans-serif;
  margin-bottom: 30px;
  color: #aa7819;
  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: #e8ded3;
  border-bottom-color: #e8ded3;
  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 "Mohave", Arial, sans-serif;
  overflow: hidden;
  opacity: 1;
  text-align: left;
  background: #aa7819;
  color: #516246;
  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 "Mohave", Arial, sans-serif;
  text-align: left;
  color: #fff;
}
#feeds .feed-item .feed-title {
  margin-bottom: 10px;
  font-weight: bold;
  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: "Mohave", Arial, sans-serif;
  font-weight: normal;
}
#feeds .feed-item .feed-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#feeds .feed-item.instagram {
  background: #aa7819;
}
#feeds .feed-item.instagram:before {
  width: 16px;
  height: 16px;
  background-position: -200px 0;
}
#feeds .feed-item.instagram .feed-descr {
  display: none;
}
#feeds .feed-item.instagram a {
  color: inherit;
}
#feeds .feed-item.facebook {
  background: #aa7819;
}
#feeds .feed-item.facebook:before {
  background-position: -50px 0;
}
#feeds .feed-item.twitter {
  background: #aa7819;
}
#feeds .feed-item.twitter:before {
  background-position: -100px 0;
}
#feeds .feed-item.blog:before {
  background-position: -150px 0;
}
#feeds .feed-item.blog h3 {
  color: #1e1d00;
  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: #1e1d00;
}
#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 {
  margin-bottom: 20px;
}
.venues .categories-descr .category-descr {
  display: none;
}
.venues .categories-descr .category-descr.active {
  display: block;
}

.single-venue .venue-thumb {
  position: relative;
  padding-bottom: 57%;
  overflow: hidden;
}
.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 #e8ded3;
}
.single-venue .layouts span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #1e1d00;
}
.single-venue .layouts span:hover {
  background: #aa7819;
}
.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: #1e1d00;
  }
}
.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;
  }
}

/* Venues Page */
.venue.venue-entry {
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  border: 1px solid #1e1d00;
}
.venue.venue-entry .background {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 390px;
}
@media only screen and (max-width: 1023px) {
  .venue.venue-entry .background {
    position: relative;
    height: 300px;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
  }
}
.venue.venue-entry .background .venue-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.venue.venue-entry .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.venue-entry .background .amenities-sliders {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
}
.venue.venue-entry .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.venue-entry .background .amenities-sliders .room-layout-gallery.active {
  opacity: 1;
  top: 0;
  transition: top 0s linear 0s, opacity 0.1s linear 0s;
}
.venue.venue-entry .background .amenities-sliders .room-layout-gallery .caption {
  position: absolute;
  display: block;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  line-height: 42px;
  overflow: hidden;
  text-transform: uppercase;
  max-width: 80%;
  z-index: 2;
}
.venue.venue-entry .background .amenities-sliders .room-layout-gallery .swiper-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.venue.venue-entry .background .amenities-sliders .room-layout-gallery .swiper-container figure {
  width: 100%;
  height: 100%;
}
.venue.venue-entry .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.venue-entry .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.venue-entry .background .amenities-sliders .room-layout-gallery .swiper-container .bullets {
    right: auto;
    left: 20px;
  }
}
.venue.venue-entry .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: none;
  cursor: pointer;
  transition: background-color 350ms ease-in-out;
}
.venue.venue-entry .background .amenities-sliders .room-layout-gallery .swiper-container .bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.venue.venue-entry .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.venue-entry .buttons {
    position: static;
    margin-top: 10px;
  }
}
.venue.venue-entry .buttons a {
  display: inline-block;
}
@media only screen and (max-width: 1023px) {
  .venue.venue-entry .buttons a {
    width: auto;
  }
}
.venue.venue-entry .buttons a + a {
  margin-left: 1px;
}
@media only screen and (max-width: 1023px) {
  .venue.venue-entry .buttons a + a {
    margin-left: 0;
  }
}
.venue.venue-entry .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.venue-entry .buttons a + a:before {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .venue.venue-entry .buttons a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
  .venue.venue-entry .buttons a + a {
    margin-left: 10px;
  }
}
.venue.venue-entry .content {
  width: 390px;
  min-height: 300px;
  padding: 40px 25px 15px 30px;
  color: #1e1d00;
  font-size: 16px;
  line-height: 22px;
  background: #fff;
  font-weight: normal;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .venue.venue-entry .content {
    width: auto;
    background: transparent;
    z-index: 5;
    position: relative;
    box-sizing: border-box;
    padding-top: 60px;
    min-height: 0;
  }
}
.venue.venue-entry .content h3 {
  font-size: 24px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}
.venue.venue-entry .content h3 a {
  text-decoration: none;
  color: inherit;
}
.venue.venue-entry .content h3 a:hover {
  color: #1e1d00;
}
.venue.venue-entry .content h4 {
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: normal;
  margin: 20px 0;
}
.venue.venue-entry .content .links {
  margin-top: 15px;
  height: 30px;
  width: 360px;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .venue.venue-entry .content .links {
    position: static;
    width: 100%;
    height: auto;
  }
}
.venue.venue-entry .content .links a {
  display: block;
  float: left;
  height: 30px;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 17px;
}
.venue.venue-entry .content .links a:first-child {
  padding-left: 0;
}
.venue.venue-entry .content .links a:last-child {
  padding-right: 0;
}
.venue.venue-entry .content .links a + a {
  margin-left: 1px;
}
@media only screen and (max-width: 1023px) {
  .venue.venue-entry .content .links a {
    display: inline-block;
    width: auto;
    float: none;
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
    margin-top: 20px;
    font-size: 16px;
  }
}
.venue.venue-entry .layouts {
  position: absolute;
  top: 0;
  left: 0;
  text-align: right;
  font-size: 0;
  z-index: 4;
  height: 100%;
}
.venue.venue-entry .layouts.multiline {
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  .venue.venue-entry .layouts {
    right: 0;
    left: auto;
  }
}
.venue.venue-entry .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.venue-entry .layouts .main-list {
    float: right;
  }
}
.venue.venue-entry .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.venue-entry .layouts .additional-list span {
  float: left;
}
@media only screen and (max-width: 1023px) {
  .venue.venue-entry .layouts .additional-list {
    left: auto;
    right: 0;
  }
}
.venue.venue-entry .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 #e8ded3;
  border-left: 1px solid #e8ded3;
}
.venue.venue-entry .layouts .toggle div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.venue.venue-entry .layouts .toggle div:before {
  content: "•••";
  display: inline-block;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #1e1d00;
  transform: rotate(90deg);
  width: 32px;
  height: 32px;
  margin-top: -16px;
  margin-left: -16px;
}
@media only screen and (max-width: 1023px) {
  .venue.venue-entry .layouts .toggle {
    right: 0;
  }
}
.venue.venue-entry .layouts.multiline .toggle {
  display: block;
}
.venue.venue-entry .layouts.multiline.expand .toggle div:before {
  background: #1e1d00;
  transform: translate(-50%, -50%) rotate(0deg);
  height: 2px;
  margin-top: 1px;
  margin-left: 0;
  color: #1e1d00;
}
.venue.venue-entry .layouts span {
  display: block;
  width: 60px;
  height: 60px;
  font-size: 35px;
  cursor: pointer;
  text-align: center;
}
.venue.venue-entry .layouts span:before {
  line-height: 60px;
}
.venue.venue-entry .layouts span:hover:before, .venue.venue-entry .layouts span.active:before {
  color: #aa7819;
}
.venue.venue-entry .layouts span.rooms-icon {
  border-bottom: 1px solid #e8ded3;
  border-left: 1px solid #e8ded3;
}
.venue.venue-entry .layouts.expand .additional-list {
  opacity: 1;
  visibility: visible;
  z-index: 3;
  transition: opacity 0.2s, visibility 0s ease 0s;
}
.venue.venue-entry .layouts.expand .toggle div {
  transform: rotate(45deg);
}
.venue.venue-entry .layouts.expand .toggle div:before, .venue.venue-entry .layouts.expand .toggle div:after {
  content: "";
  display: block;
  background: #1e1d00;
  position: absolute;
}
.venue.venue-entry .layouts.expand .toggle div:before {
  width: 30px;
  height: 2px;
  top: 29px;
  right: 15px;
}
.venue.venue-entry .layouts.expand .toggle div:after {
  width: 2px;
  height: 30px;
  top: 15px;
  right: 29px;
}
@media only screen and (max-width: 1023px) {
  .venue.venue-entry .layouts.expand span > .rooms-icon-text {
    right: 120px;
  }
}

#footer {
  position: relative;
  padding: 0 0 70px;
  font-size: 16px;
  letter-spacing: 0.2px;
  line-height: 1.2;
  color: #1e1d00;
  text-align: center;
  z-index: 1;
  color: #e8ded3;
  background-color: #1e1d00;
  border-bottom: 6px solid #6b522d;
}
#footer a {
  color: #e8ded3;
  border-color: #e8ded3;
}
#footer a::before {
  border-color: #e8ded3;
}
#footer a:hover {
  color: #fff;
  border-color: #fff;
}
#footer a:hover::before {
  border-color: #fff;
}
#footer .footer-menu {
  display: block;
  vertical-align: top;
  font-size: 0;
  background: #6b522d;
  height: auto;
  position: relative;
  text-align: center;
}
#footer .footer-menu:before {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #e8ded3;
  position: absolute;
  bottom: -1px;
  left: 0;
}
#footer .footer-menu li {
  display: inline-block;
  margin: 0 27px;
}
#footer .footer-menu a {
  display: block;
  margin-bottom: 5px;
  font: 700 20px/69px "franklin-gothic-ext-comp-urw", sans-serif;
  letter-spacing: 1.29px;
  text-transform: uppercase;
  text-decoration: none;
  color: #e8ded3;
}
#footer .footer-menu a:hover, #footer .footer-menu a.active {
  color: #fff;
}
#footer .footer-columns-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 70px;
}
#footer .footer-column {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}
#footer .footer-column.left {
  width: 35%;
  text-align: left;
  padding-right: 5%;
}
#footer .footer-column.left .logo-footer {
  display: block;
  max-width: 300px;
  max-height: 160px;
  opacity: 1;
  z-index: 1;
  transition: opacity 350ms ease-in-out;
}
#footer .footer-column.left .logo-footer img {
  display: block;
  width: 100%;
  max-width: inherit;
  max-height: inherit;
}
#footer .footer-column.left .logo-footer:hover {
  opacity: 0.8;
}
#footer .footer-column.center {
  width: 40%;
  text-align: left;
  padding-right: 5%;
}
#footer .footer-column.center .footer-contacts {
  font: 700 31px/1.4 "franklin-gothic-ext-comp-urw", sans-serif;
  color: #e8ded3;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
}
#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;
  text-decoration: none;
}
#footer .footer-column.center .footer-links .phone {
  font: normal 16px/1.2 "Mohave", Arial, sans-serif;
  display: inline-block;
  letter-spacing: 0.2px;
  margin-left: 20px;
  padding: 0 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.right {
  width: 8%;
  text-align: left;
  float: right;
  margin-right: 17%;
}
@media only screen and (max-width: 1023px) {
  #footer .footer-column.right {
    width: 12%;
    margin-right: 0;
  }
}
#footer .footer-column.right .footer-text {
  display: block;
  font-family: "Mohave", Arial, sans-serif;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.2px;
  color: #e8ded3;
}
#footer .footer-column.decoration {
  position: absolute;
  right: 0;
  width: 214px;
  height: 200px;
  background-image: url("../images/footer-text.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1023px) {
  #footer .footer-column.decoration {
    display: none;
  }
}
@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: 30px;
  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 -160px;
}
#footer .socials a.facebook:hover {
  background-position: 0px -200px;
}
#footer .socials a.twitter {
  background-position: -40px -160px;
}
#footer .socials a.twitter:hover {
  background-position: -40px -200px;
}
#footer .socials a.instagram {
  background-position: -280px -160px;
}
#footer .socials a.instagram:hover {
  background-position: -280px -200px;
}
#footer .socials a.tripadvisor {
  background-position: -200px -160px;
}
#footer .socials a.tripadvisor:hover {
  background-position: -200px -200px;
}
#footer .socials a.youtube {
  background-position: -120px -160px;
}
#footer .socials a.youtube:hover {
  background-position: -120px -200px;
}
#footer .socials a.flickr {
  background-position: -360px -160px;
}
#footer .socials a.flickr:hover {
  background-position: -360px -200px;
}
#footer .socials a.pinterest {
  background-position: -240px -160px;
}
#footer .socials a.pinterest:hover {
  background-position: -240px -200px;
}
#footer .socials a.linkedin {
  background-position: -160px -160px;
}
#footer .socials a.linkedin:hover {
  background-position: -160px -200px;
}

#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;
}
#hebs-gallery .category-selector {
  height: 30px;
  line-height: 30px;
  margin-bottom: 0;
  background: #fff;
  font-size: 16px;
  color: #6b522d;
}
#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: #e8ded3;
  border-bottom-color: #e8ded3;
  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: #516246;
}
#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: 700 12px/16px "franklin-gothic-ext-comp-urw", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #e8ded3;
}
#share-this-site a:hover {
  color: #aa7819;
}
#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: #aa7819;
  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: #aa7819;
  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: "franklin-gothic-ext-comp-urw", sans-serif;
  font-size: 36px;
  line-height: 47px;
  font-weight: 700;
  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: "Mohave", Arial, sans-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;
  }
}

.modal {
  display: none;
}
.modal.is-open {
  display: block;
}
.modal.small .modal-container {
  max-width: 600px;
}
.modal.small .modal-content {
  text-align: center;
}
.modal[aria-hidden=false] .modal-overlay {
  animation: overlayFadeIn 350ms ease-in-out;
}
.modal[aria-hidden=false] .modal-container {
  animation: containerSlideIn 350ms ease-in-out;
}
.modal[aria-hidden=true] .modal-overlay {
  animation: overlayFadeOut 350ms ease-in-out;
}
.modal[aria-hidden=true] .modal-container {
  animation: containerSlideOut 350ms ease-in-out;
}
.modal .modal-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
  will-change: transform;
}
.modal .modal-container {
  position: relative;
  box-sizing: border-box;
  min-height: 300px;
  max-height: calc(100vh - 100px);
  width: calc(100% - 100px);
  max-width: 980px;
  background-color: #fff;
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.25);
  border: 10px solid #e8ded3;
  will-change: transform;
}
@media only screen and (max-width: 1023px) {
  .modal .modal-container {
    max-height: calc(100vh - 120px);
    width: calc(100% - 40px);
  }
}
.modal .modal-close {
  position: absolute;
  bottom: calc(100% + 10px);
  left: calc(100% + 10px);
  width: 40px;
  height: 40px;
  background: #e8ded3;
  border-radius: 50%;
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  text-indent: -9999px;
}
@media only screen and (max-width: 1023px) {
  .modal .modal-close {
    left: auto;
    right: -10px;
    bottom: calc(100% + 20px);
  }
}
.modal .modal-close::before, .modal .modal-close::after {
  content: "";
  width: 50%;
  height: 2px;
  background: #1e1d00;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: transform 350ms ease-in-out;
}
.modal .modal-close::before {
  transform: translate(-50%) rotate(45deg);
}
.modal .modal-close::after {
  transform: translate(-50%) rotate(135deg);
}
.modal .modal-close:hover:before {
  transform: translate(-50%) rotate(0deg);
}
.modal .modal-close:hover:after {
  transform: translate(-50%) rotate(90deg);
}
.modal .modal-content-wrapper {
  box-sizing: border-box;
  max-height: calc(100vh - 120px);
  padding: 40px;
  overflow-y: auto;
}
@media only screen and (min-width: 1024px) {
  .modal .modal-content-wrapper::-webkit-scrollbar-track {
    background: rgba(232, 222, 211, 0.5);
  }
}
@media only screen and (max-width: 1023px) {
  .modal .modal-content-wrapper {
    max-height: calc(100vh - 140px);
    padding: 40px 20px;
  }
}
.modal .modal-header {
  padding: 0 0 15px;
  text-align: center;
}
.modal .modal-title {
  margin: 0;
}
.modal .modal-content {
  max-width: none;
  margin: 20px 0 0;
}
.modal .modal-content:first-child {
  margin-top: 0;
}
.modal .modal-content p {
  font-size: 16px;
}
.modal .modal-footer {
  margin: 65px 0 0;
  text-align: center;
}
.modal .modal-footer:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .modal .modal-footer {
    margin-top: 50px;
  }
}

@keyframes overlayFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes overlayFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes containerSlideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes containerSlideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.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: #6b522d;
  color: #6b522d;
}
.page-content h1,
.page-content .h1-like {
  font: 700 60px/0.9 "franklin-gothic-ext-comp-urw", sans-serif;
  letter-spacing: 1.04px;
  margin-bottom: 15px;
  color: #1e1d00;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .page-content h1,
.page-content .h1-like {
    font-size: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .page-content h1,
.page-content .h1-like {
    font-size: 28px;
  }
}
.page-content .h1-like {
  margin-bottom: 20px;
}
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
  color: #1e1d00;
}
.page-content h2,
.page-content .h2-like {
  font: normal 16px/1.375 "Mohave", Arial, sans-serif;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #1e1d00;
}
@media only screen and (max-width: 767px) {
  .page-content h2,
.page-content .h2-like {
    margin-bottom: 15px;
  }
}
.page-content h3 {
  font: 700 24px/1.2 "franklin-gothic-ext-comp-urw", sans-serif;
  letter-spacing: 0.8px;
  margin-bottom: 15px;
  color: #1e1d00;
}
.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 {
  font-family: "Mohave", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.57;
  font-weight: normal;
  letter-spacing: 0.2px;
}
.page-content p:empty {
  display: none;
}
.page-content p:not(:empty):last-child {
  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;
}
@media only screen and (max-width: 767px) {
  .page-content ol,
.page-content ul {
    text-align: left;
  }
}
.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: #1e1d00;
  letter-spacing: 0.2px;
  margin-bottom: 20px;
}
.page-content ul > li:last-child {
  margin-bottom: 0;
}
.page-content ul > li:before {
  content: "";
  height: 3px;
  width: 10px;
  border-radius: 3px;
  margin-right: 18px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  z-index: 3;
  background-color: #516246;
  transition: background-color 350ms ease-in-out;
}
.page-content ul > li:hover:before {
  background-color: #aa7819;
}
.page-content .sitemap ol,
.page-content .sitemap ul {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .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 {
    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: 700 22px/1 "franklin-gothic-ext-comp-urw", sans-serif;
  color: #1e1d00;
}
.page-content td {
  border-top: 1px solid #1e1d00;
  background: rgba(255, 255, 255, 0.5);
}
.page-content .even td {
  background: #e8ded3;
}
.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 .table-wrapper > table {
    min-width: 500px;
  }
}
.page-content .thumbnail {
  float: right;
  margin: 0 0 20px 30px;
}
.page-content .thumbnail a {
  display: block;
}
.page-content .thumbnail img {
  display: block;
}
.page-content .socials {
  margin-bottom: 20px;
  overflow: hidden;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .page-content .socials {
    text-align: center;
  }
}
.page-content .socials iframe {
  display: inline-block;
  width: 90px;
  height: 21px;
  margin: 0 10px 0 0;
}
.page-content a.pdf {
  display: inline-block;
  font-size: 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: #e8ded3;
  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;
  }
}
.page-content *:not(:empty):last-child {
  margin-bottom: 0;
}

#content {
  padding: 80px 0 120px 0;
  background-image: url("../images/bottom-devider.svg");
  background-repeat: no-repeat;
  background-position: bottom center;
  margin-bottom: 30px;
}
#content:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: 767px) {
  #content {
    padding: 40px 0;
    background-size: 90%;
  }
}
#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 80px 0;
}

#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: 16px;
  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 #e8ded3;
  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: #aa7819;
}
.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: #e8ded3;
  border-bottom-color: #e8ded3;
  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 {
  height: 540px;
  background: #fff;
}
.hotel-location-map h4 {
  margin: 0;
  font: 700 16px/1.2 "franklin-gothic-ext-comp-urw", sans-serif;
  text-transform: uppercase;
  color: #aa7819;
  letter-spacing: 0.8px;
}
.hotel-location-map p {
  font-size: 16px;
  line-height: 1.2;
  white-space: nowrap;
  margin: 5px 0 0;
}
.hotel-location-map .button {
  display: block;
}

.goolemap-wrapper {
  background-image: url("../images/poi-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10px 10px 10px 20px;
}

.infoBox img {
  display: block;
  border-radius: 50%;
  color: #000;
  font-size: 14px;
  line-height: 10px;
  width: 30px;
  height: 30px;
  background: #fff;
  position: absolute;
  top: -20px;
  right: -20px;
  border: 1px solid #516246;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  padding: 5px;
  overflow: hidden;
  text-indent: -999px;
  z-index: 1;
  transition: transform 350ms ease-in-out;
}
.infoBox img:hover {
  transform: rotate(45deg);
}

.map-content {
  background: #fff;
  font-size: 14px;
  line-height: 24px;
  padding: 36px 10px;
  position: relative;
  text-align: center;
  color: #1e1d00;
  width: 220px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 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 18px/22px "franklin-gothic-ext-comp-urw", sans-serif;
  text-transform: uppercase;
  color: #1e1d00;
  letter-spacing: 1.2px;
}
.map-content p {
  margin: 5px 0 0;
  font-family: "Mohave", Arial, sans-serif;
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
  letter-spacing: 0.2px;
  color: #1e1d00;
}
.map-content p:first-child {
  margin-top: 0;
}
.map-content a {
  font-family: "franklin-gothic-ext-comp-urw", sans-serif;
  color: #1e1d00;
  letter-spacing: 1.42px;
  font-size: 13px;
  line-height: 22px;
  font-weight: 700;
  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;
  padding: 20px 0;
  background-color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .pressroom .pressroom-item {
    width: calc(40% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .pressroom .pressroom-item {
    width: 100%;
    margin: 10px 0;
  }
}
.pressroom .pressroom-item h4 {
  font-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;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 20px 20px 20px;
}
.pressroom .pressroom-item .description .centered time {
  margin: 10px 0;
  display: block;
  font-weight: bold;
}
.pressroom .pressroom-item .description p {
  color: #fff;
  line-height: 18px;
  font-size: 16px;
  margin-bottom: 0;
}
.pressroom .pressroom-item .description .button.small:hover {
  background-color: #aa7819;
}
.pressroom .pressroom-item .pdf {
  color: #fff;
  margin: 10px 0 0 0;
  display: block;
  position: relative;
  line-height: 16px;
  padding-left: 0 !important;
  transition: color 350ms ease-in-out;
}
.pressroom .pressroom-item .pdf:hover {
  color: #e8ded3;
}
.pressroom .pressroom-item .view-gallery {
  margin-top: 20px;
}

.galleries {
  text-align: center;
  font-size: 0;
}
.galleries .gallery {
  padding-bottom: calc(33.3% - 10px);
  width: calc(33.3% - 10px);
  height: 0;
  margin: 5px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  color: #fff;
  font-size: 16px;
}
@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 .button:hover {
  background-color: #516246;
}
.galleries .gallery h2,
.galleries .gallery h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font: 26px/30px "Mohave", Arial, sans-serif;
  text-transform: uppercase;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
  color: inherit;
  z-index: 1;
}
.galleries .gallery h3 {
  top: auto;
  bottom: 10px;
  font-size: 16px;
  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);
}

.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;
  float: left;
  width: 40%;
  margin: 0 20px 7px 0;
  font-family: "franklin-gothic-ext-comp-urw", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 1.2px;
  color: #1e1d00;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .form label {
    display: block;
    float: none;
    margin: 0 0 10px;
    width: auto;
  }
}
.form label em {
  color: #b31919;
  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: "Mohave", Arial, sans-serif;
  width: auto;
  float: left;
  padding-right: 10px;
  vertical-align: top;
  font-weight: normal;
  font-size: 16px;
  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: #aa7819 !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: 16px;
  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: #1e1d00;
  font-size: 16px;
  line-height: 50px;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  resize: none;
  letter-spacing: 0;
  border: 1px solid #1e1d00;
}
@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: 0 40px;
}
.form .controls .button:hover {
  background-color: #1e1d00;
}
@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 #1e1d00;
}
.form .custom-checkbox::after,
.form .custom-radio::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 2px;
  width: 18px;
  height: 8px;
  border-bottom: 2px solid #86422d;
  border-left: 2px solid #86422d;
  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: #1e1d00;
}
.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: #86422d;
}

#home-poi {
  position: relative;
  padding-top: 50px;
  z-index: 10;
}
#home-poi h2 {
  font: 700 36px/1.2 "franklin-gothic-ext-comp-urw", sans-serif;
  margin-bottom: 30px;
  color: #aa7819;
  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);
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .poi-map {
    width: 100%;
  }
}
.poi-map:only-child {
  width: 100%;
}

.poi-overlay {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  height: 100%;
  width: 350px;
  padding: 30px;
  background: #1e1d00;
  overflow: hidden;
  overflow-y: auto;
}
@media only screen and (min-width: 1024px) {
  .poi-overlay::-webkit-scrollbar-track {
    background: rgba(232, 222, 211, 0.5);
  }
}
@media only screen and (max-width: 767px) {
  .poi-overlay {
    position: relative;
    width: 100%;
    padding: 0;
    background: none;
  }
}
.poi-overlay .category-selector {
  width: 100%;
  margin: auto 0;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .poi-overlay .category-selector {
    margin-bottom: 9px;
    text-align: center;
  }
}
.poi-overlay .category-selector .poi-button {
  display: block;
  width: 100%;
  margin-left: 0;
  padding-left: 45px;
  font: 700 27px/40px "franklin-gothic-ext-comp-urw", sans-serif;
  letter-spacing: 1.2px;
  text-align: left;
  position: relative;
  color: #e8ded3;
  border-bottom: 2px solid transparent;
  transition: color 350ms ease-in-out, border-color 350ms ease-in-out;
  background: none;
}
.poi-overlay .category-selector .poi-button:hover, .poi-overlay .category-selector .poi-button.active {
  color: #aa7819;
  background: none;
}
.poi-overlay .category-selector .poi-button:hover .category-icon, .poi-overlay .category-selector .poi-button.active .category-icon {
  display: none;
}
.poi-overlay .category-selector .poi-button:hover .category-icon-active, .poi-overlay .category-selector .poi-button.active .category-icon-active {
  display: block;
}
.poi-overlay .category-selector .poi-button.active {
  border-color: #aa7819;
}
.poi-overlay .category-selector .poi-button .category-icon,
.poi-overlay .category-selector .poi-button .category-icon-active {
  background-position: -370px -10px;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  top: 0;
  left: 0;
}
.poi-overlay .category-selector .poi-button .category-icon-active {
  display: none;
}
@media only screen and (max-width: 767px) {
  .poi-overlay .category-selector .poi-button {
    display: none;
  }
}
.poi-overlay .category-selector .poi-button.icon-restaurants-bars .category-icon,
.poi-overlay .category-selector .poi-button.icon-restaurants-bars .category-icon-active, .poi-overlay .category-selector .poi-button.icon-dining .category-icon,
.poi-overlay .category-selector .poi-button.icon-dining .category-icon-active {
  background-position: -10px -10px;
}
.poi-overlay .category-selector .poi-button.icon-shopping .category-icon,
.poi-overlay .category-selector .poi-button.icon-shopping .category-icon-active {
  background-position: -70px -10px;
}
.poi-overlay .category-selector .poi-button.icon-zoo .category-icon,
.poi-overlay .category-selector .poi-button.icon-zoo .category-icon-active {
  background-position: -130px -10px;
}
.poi-overlay .category-selector .poi-button.icon-theme-parks .category-icon,
.poi-overlay .category-selector .poi-button.icon-theme-parks .category-icon-active, .poi-overlay .category-selector .poi-button.icon-parks .category-icon,
.poi-overlay .category-selector .poi-button.icon-parks .category-icon-active, .poi-overlay .category-selector .poi-button.icon-park .category-icon,
.poi-overlay .category-selector .poi-button.icon-park .category-icon-active, .poi-overlay .category-selector .poi-button.icon-main-attractions .category-icon,
.poi-overlay .category-selector .poi-button.icon-main-attractions .category-icon-active {
  background-position: -190px -10px;
}
.poi-overlay .category-selector .poi-button.icon-wineries .category-icon,
.poi-overlay .category-selector .poi-button.icon-wineries .category-icon-active {
  background-position: -250px -10px;
}
.poi-overlay .category-selector .poi-button.icon-breakfast .category-icon,
.poi-overlay .category-selector .poi-button.icon-breakfast .category-icon-active {
  background-position: -310px -10px;
}
.poi-overlay .category-selector .poi-button.icon-attractions .category-icon,
.poi-overlay .category-selector .poi-button.icon-attractions .category-icon-active {
  background-position: -370px -10px;
}
.poi-overlay .category-selector .poi-button.icon-places-for-children .category-icon,
.poi-overlay .category-selector .poi-button.icon-places-for-children .category-icon-active, .poi-overlay .category-selector .poi-button.icon-family-fun .category-icon,
.poi-overlay .category-selector .poi-button.icon-family-fun .category-icon-active {
  background-position: -430px -10px;
}
.poi-overlay .category-selector .poi-button.icon-museums .category-icon,
.poi-overlay .category-selector .poi-button.icon-museums .category-icon-active, .poi-overlay .category-selector .poi-button.icon-museum-arts .category-icon,
.poi-overlay .category-selector .poi-button.icon-museum-arts .category-icon-active {
  background-position: -490px -10px;
}
.poi-overlay .category-selector .poi-button.icon-national-monuments .category-icon,
.poi-overlay .category-selector .poi-button.icon-national-monuments .category-icon-active {
  background-position: -550px -10px;
}
.poi-overlay .category-selector .poi-button.icon-farmer-markets .category-icon,
.poi-overlay .category-selector .poi-button.icon-farmer-markets .category-icon-active {
  background-position: -610px -10px;
}
.poi-overlay .category-selector .poi-button.icon-nightlife .category-icon,
.poi-overlay .category-selector .poi-button.icon-nightlife .category-icon-active {
  background-position: -670px -10px;
}
.poi-overlay .category-selector .poi-button.icon-arts-culture .category-icon,
.poi-overlay .category-selector .poi-button.icon-arts-culture .category-icon-active {
  background-position: -730px -10px;
}
.poi-overlay .category-selector .poi-button.icon-hospitals .category-icon,
.poi-overlay .category-selector .poi-button.icon-hospitals .category-icon-active {
  background-position: -790px -10px;
}
.poi-overlay .category-selector .poi-button.icon-banks .category-icon,
.poi-overlay .category-selector .poi-button.icon-banks .category-icon-active {
  background-position: -850px -10px;
}
.poi-overlay .category-selector .poi-button.icon-spas .category-icon,
.poi-overlay .category-selector .poi-button.icon-spas .category-icon-active {
  background-position: -910px -10px;
}
.poi-overlay .category-selector .poi-button.icon-gardens .category-icon,
.poi-overlay .category-selector .poi-button.icon-gardens .category-icon-active {
  background-position: -970px -10px;
}
.poi-overlay .category-selector .poi-button.icon-cafes .category-icon,
.poi-overlay .category-selector .poi-button.icon-cafes .category-icon-active {
  background-position: -1030px -10px;
}
.poi-overlay .category-selector .poi-button.icon-entertainment .category-icon,
.poi-overlay .category-selector .poi-button.icon-entertainment .category-icon-active, .poi-overlay .category-selector .poi-button.icon-cultural .category-icon,
.poi-overlay .category-selector .poi-button.icon-cultural .category-icon-active {
  background-position: -1090px -10px;
}
.poi-overlay .category-selector .poi-button.icon-golf .category-icon,
.poi-overlay .category-selector .poi-button.icon-golf .category-icon-active {
  background-position: -1150px -10px;
}
.poi-overlay .category-selector .poi-button.icon-romantic-spots .category-icon,
.poi-overlay .category-selector .poi-button.icon-romantic-spots .category-icon-active {
  background-position: -1210px -10px;
}
.poi-overlay .category-selector .poi-button.icon-hidden-gems .category-icon,
.poi-overlay .category-selector .poi-button.icon-hidden-gems .category-icon-active {
  background-position: -1270px -10px;
}
.poi-overlay .category-selector .poi-button.icon-corporate-offices .category-icon,
.poi-overlay .category-selector .poi-button.icon-corporate-offices .category-icon-active {
  background-position: -1330px -10px;
}
.poi-overlay .category-selector .poi-button.icon-outdoors .category-icon,
.poi-overlay .category-selector .poi-button.icon-outdoors .category-icon-active, .poi-overlay .category-selector .poi-button.icon-places-around-town .category-icon,
.poi-overlay .category-selector .poi-button.icon-places-around-town .category-icon-active {
  background-position: -1390px -10px;
}
.poi-overlay .category-selector .poi-button.icon-lakes .category-icon,
.poi-overlay .category-selector .poi-button.icon-lakes .category-icon-active {
  background-position: -1450px -10px;
}
.poi-overlay .category-selector .poi-button.icon-rivers .category-icon,
.poi-overlay .category-selector .poi-button.icon-rivers .category-icon-active {
  background-position: -1510px -10px;
}
.poi-overlay .category-selector .poi-button.icon-beaches .category-icon,
.poi-overlay .category-selector .poi-button.icon-beaches .category-icon-active {
  background-position: -1570px -10px;
}
.poi-overlay .category-selector .poi-button.icon-hiking .category-icon,
.poi-overlay .category-selector .poi-button.icon-hiking .category-icon-active, .poi-overlay .category-selector .poi-button.icon-tours-sightseeing .category-icon,
.poi-overlay .category-selector .poi-button.icon-tours-sightseeing .category-icon-active {
  background-position: -1630px -10px;
}
.poi-overlay .category-selector .poi-button.icon-places-of-worship .category-icon,
.poi-overlay .category-selector .poi-button.icon-places-of-worship .category-icon-active {
  background-position: -1690px -10px;
}
.poi-overlay .category-selector .poi-button.icon-sports .category-icon,
.poi-overlay .category-selector .poi-button.icon-sports .category-icon-active {
  background-position: -1750px -10px;
}
.poi-overlay .category-selector .poi-button.icon-universities .category-icon,
.poi-overlay .category-selector .poi-button.icon-universities .category-icon-active {
  background-position: -1810px -10px;
}

#calendar-header {
  margin-bottom: 50px;
}
#calendar-header:after {
  clear: both;
  content: "";
  display: table;
}
#calendar-header h4 {
  font: normal 20px/40px "Mohave", Arial, sans-serif;
  color: #1e1d00;
  text-transform: uppercase;
  float: left;
}
@media only screen and (max-width: 767px) {
  #calendar-header h4 {
    float: none;
    text-align: center;
  }
}
.single-event #calendar-header {
  display: none;
}

#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: #1e1d00;
  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: 1px solid #1e1d00;
  }
}

#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: #1e1d00;
}
@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: #aa7819;
}
#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;
}

.week_days a {
  color: #fff;
}

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

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

#calendar-month {
  height: 50px;
  margin: 0px 0 30px;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  padding: 0 90px;
  border-bottom: solid thin #000;
}
#calendar-month::before {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #1e1d00;
  position: absolute;
  top: -10px;
  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;
}
#calendar-month li.arrow a {
  border: none;
}
#calendar-month li.arrow a::before {
  display: none;
}
@media only screen and (max-width: 767px) {
  #calendar-month li.not-active {
    display: none;
  }
}
#calendar-month a {
  position: relative;
  display: block;
  padding: 0 9px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Mohave", Arial, sans-serif;
  font-size: 16px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 1.2px;
  /*color: $soot;
  border: 1px solid $soot;*/
  transition: color 350ms ease-in-out, background-color 350ms ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #calendar-month a {
    padding: 0 5px;
  }
}
@media only screen and (max-width: 767px) {
  #calendar-month a {
    padding: 0 7px;
    text-align: center;
  }
}
#calendar-month a::before {
  content: "";
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  transition: border-color 350ms ease-in-out, opacity 350ms ease-in-out;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #e8ded3;
  opacity: 0;
}
#calendar-month a:hover {
  /* background-color: #000;
   color: #fff;*/
}
#calendar-month a:hover::before {
  opacity: 1;
  border-top-color: #aa7819;
}
#calendar-month a.active {
  background: #000;
  color: #fff;
}
#calendar-month a.active::before {
  display: block;
  border-top-color: #1e1d00;
}
#calendar-month a.active::after {
  content: "";
  display: none;
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  transition: border-color 350ms ease-in-out, opacity 350ms ease-in-out;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #e8ded3;
}
#calendar-month a.active:hover {
  /*background: #000;
  color: $white;*/
}
#calendar-month a.active:hover::before {
  opacity: 1;
  border-top-color: #aa7819;
  display: none;
}
#calendar-month a.active:hover::after {
  opacity: 0;
}

#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;
  color: #1e1d00;
  background-color: #e8ded3;
}
#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") -262px -234px no-repeat;
}
#calendar-navigation a.next {
  right: 0;
}
#calendar-navigation a.next:hover {
  background-position: -200px -234px;
}
#calendar-navigation a.prev {
  left: 0;
  background-position: -262px -196px;
}
#calendar-navigation a.prev:hover {
  background-position: -200px -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: #1e1d00;
  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: #E8DED3;
  border: solid thin #1E1D00;
}
@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: #1e1d00;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
}
#calendar-days li time a:hover {
  background: #e8ded3;
}
#calendar-days li.prev_month, #calendar-days li.next_month {
  background: rgba(232, 222, 211, 0.03);
  border: solid thin #1E1D00;
}
#calendar-days li.prev_month time a, #calendar-days li.next_month time a {
  color: #1e1d00;
}
#calendar-days li.prev_month time a:hover, #calendar-days li.next_month time a:hover {
  background: #e8ded3;
}
#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: #aa7819;
  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: #1E1D00;
}
#calendar-days dl.c2 dt a {
  background-color: #6B522D;
}
#calendar-days dl.c3 dt a {
  background-color: #90611D;
}
#calendar-days dl.c4 dt a {
  background-color: #4D4D4D;
}
#calendar-days dl.c5 dt a {
  background-color: #90611D;
}
#calendar-days dl.c6 dt a {
  background-color: #4D4D4D;
}
#calendar-days dl.c7 dt a {
  background-color: #6B522D;
}
#calendar-days dl.c8 dt a {
  background-color: #90611D;
}
#calendar-days dl dd {
  position: absolute;
  left: 0;
  bottom: 28px;
  background: #000;
  color: #fff;
  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: #fff;
  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 .image-list {
  position: relative;
  padding: 20px 0;
}

#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: 492px;
  height: 450px;
  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 .single-event .h1-like, #calendar .single-event .h2-like {
  display: inline-block;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  #calendar .single-event .h1-like, #calendar .single-event .h2-like {
    width: 100%;
  }
}
#calendar .single-event *:not(:empty):last-child {
  margin-bottom: 0;
  padding-bottom: 30px;
}

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

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

.calendar.hidden {
  display: none;
}
html:not(.calendar) .calendar.all-events-list.hidden {
  display: block;
}
.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.alt .main-wrapper {
  background: #e8ded3;
}
.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: #1e1d00;
  position: absolute;
  top: 10px;
  left: 0;
}
.calendar .image-list-item .square-element {
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 40px;
  width: 36px;
  padding: 0 5px;
  fill: #1e1d00;
  background-color: #fff;
}
.calendar .image-list-item:first-child::before {
  display: none;
}
.calendar .image-list-item:first-child .square-element {
  display: none;
}
.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: 50%;
  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: 50%;
  padding: 80px 40px;
  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;
  }
}
@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 {
  position: relative;
  display: inline-block;
  height: 40px;
  padding: 0 40px 0 10px;
  min-width: 140px;
  line-height: 40px;
  color: #1e1d00;
  border: 1px solid #1e1d00;
  background: transparent;
}
.calendar .image-list-item nav.links .details-show::before,
.calendar .image-list-item nav.links .details-hide::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  height: 8px;
  width: 8px;
  margin-top: -2px;
  border-bottom: 1px solid #1e1d00;
  border-left: 1px solid #1e1d00;
  transform: translateY(-50%) rotate(-45deg);
  pointer-events: none;
  transition: border-color 350ms ease-in-out;
}
.calendar .image-list-item nav.links .details-show:hover,
.calendar .image-list-item nav.links .details-hide:hover {
  color: #fff;
  background: #1e1d00;
}
.calendar .image-list-item nav.links .details-show:hover::before,
.calendar .image-list-item nav.links .details-hide:hover::before {
  border-color: #fff;
}
.calendar .image-list-item nav.links .details-hide::before {
  margin-top: 2px;
  transform: translateY(-50%) rotate(135deg);
}
.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: #6b522d;
  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(107, 82, 45, 0.5) 70%, transparent 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;
}

.calendar_nt_center {
  text-align: center;
}
.calendar_nt_center .breadcrumbs {
  text-align: left;
}

#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: #86422d;
  text-decoration: underline;
  cursor: pointer;
}

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

#form_module_container_success {
  color: #55ea55;
}

[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 #e8ded3;
}
[id*=form_form_] em {
  color: #b31919;
  font-size: 16px;
  font-weight: normal;
  line-height: 10px;
  padding-right: 5px;
}
[id*=form_form_] label {
  float: left;
  width: 40%;
  margin-right: 10px;
  margin-top: 12px;
  margin-bottom: 20px;
  font-family: "franklin-gothic-ext-comp-urw", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
}
@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 {
  display: inline-block;
  margin-top: 12px;
  overflow: visible;
}
@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;
  margin-left: 0 !important;
}
[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 {
  padding: 0 10px;
  height: 40px;
  width: 250px !important;
  font-family: "Mohave", Arial, sans-serif;
  font-size: 16px;
  line-height: 40px;
  font-weight: normal;
  letter-spacing: 0.2px;
  color: #1e1d00;
  border: 1px solid #1e1d00;
  background: #fff;
  resize: none;
}
@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;
  width: 100% !important;
  margin: 0 auto;
  border: none !important;
  padding: 0 20px !important;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  [id*=form_form_] input[type=submit] {
    width: auto !important;
  }
}
[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;
  margin-left: 0 !important;
}
@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: #1e1d00;
  text-transform: none;
  font-weight: normal;
  font-size: 16px;
  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], [id*=form_form_] .form-builder-field[class*=button] {
  margin-left: 20px;
  padding: 20px 0 0 40%;
  width: auto;
  background: none;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-field[class*=inputsubmit], [id*=form_form_] .form-builder-field[class*=button] {
    width: 100%;
    margin-left: 0;
    padding: 0;
  }
}
[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;
  font-family: "Mohave", Arial, sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: normal;
  letter-spacing: 0.2px;
  text-transform: none;
}
[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: normal 16px/1.2 "Mohave", Arial, sans-serif;
  color: #1e1d00;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0;
  cursor: pointer;
  width: 50%;
}
[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;
  color: #e8ded3;
}
.welcome-section:before {
  content: 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 h1, .welcome-section .page-content h2, .welcome-section .page-content h3, .welcome-section .page-content p, .welcome-section .page-content .h3 {
  color: #e8ded3;
}
.welcome-section .page-content h3, .welcome-section .page-content .h3 {
  margin-bottom: 10px;
  font: 700 24px/1.2 "franklin-gothic-ext-comp-urw", sans-serif;
  letter-spacing: 0.8px;
  margin-bottom: 15px;
}
.welcome-section .page-content .button.transparent.white {
  color: #e8ded3;
  border-color: #e8ded3;
}
.welcome-section .page-content .button.transparent.white::before {
  border-color: #e8ded3;
}
.welcome-section .page-content .button.transparent.white:hover {
  color: #fff;
  border-color: #fff;
}
.welcome-section .page-content .button.transparent.white:hover::before {
  border-color: #fff;
}
.welcome-section .center-column {
  background-color: #1e1d00;
  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;
  clip-path: polygon(0 0, 100% 0, 88% 44%, 100% 44%, 100% 100%, 0 100%, 0 44%, 12% 44%);
}
.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;
  background-image: url("../images/thumb-bg.svg");
}
.welcome-section .block-item .thumbnail-wrapper .thumbnail {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 10px;
  height: calc(100% - 20px);
  width: calc(100% - 20px);
}
.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: normal;
}
@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(30, 29, 0, 0.5);
  max-width: 1285px;
  display: none;
  visibility: hidden;
  color: #1e1d00;
}
#welcome-popup.visible {
  display: block;
  visibility: visible;
}
#welcome-popup .popup {
  background: #e8ded3;
  border: 10px solid #e8ded3;
  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: #1e1d00;
}
.rooms-section .main-rooms-slider {
  display: block;
}
@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: #1e1d00;
  color: #fff;
  clip-path: polygon(99% 100%, 100% 0%, 2% 1%, 0% 99%);
}
.rooms-section .main-rooms-slider-navigation {
  display: block;
}
.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(0, 0, 0, 0.7);
  padding: 30px;
  z-index: 3;
}
.rooms-section .hover-modal .inner-wrapper {
  background: rgba(30, 29, 0, 0.86);
  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 .button:not(.transparent):hover {
  background-color: #516246;
}
.rooms-section .hover-modal .inner-wrapper .content-wrapper h3 {
  margin-bottom: 10px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .rooms-section .hover-modal .inner-wrapper .content-wrapper h3 {
    font: bold 14px/1 "Mohave", Arial, sans-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: 16px;
  }
}
.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: 100%;
  width: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.rooms-section .hover-modal .inner-wrapper .content-wrapper .links .separator:first-child, .rooms-section .hover-modal .inner-wrapper .content-wrapper .links .separator:last-child {
  display: none;
}
@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: 16px;
  }
  .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 .hover-modal h3,
.rooms-section .main-rooms-slider h3 {
  font-family: "franklin-gothic-ext-comp-urw", sans-serif;
  font-size: 29px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #fff;
}
.rooms-section .slide-content {
  position: absolute;
  bottom: 25px;
  left: 30px;
  z-index: 2;
}
.rooms-section .slide-content h3 {
  margin-bottom: 0;
}
.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 .slide-thumbnail {
  width: 100%;
  height: 100%;
  background-color: #1e1d00;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.rooms-section .slide-thumbnail:after {
  content: "";
  display: block;
  height: 20%;
  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%, transparent 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.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;
  clip-path: polygon(99% 100%, 100% 0%, 2% 1%, 0% 99%);
}
.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 .slide-title {
  font: bold 16px/1.2 "Mohave", Arial, sans-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 {
    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: "franklin-gothic-ext-comp-urw", sans-serif;
  font-weight: 700;
  background-color: #86422d;
}
.rooms-section .navigation-slideshow-container .hover-modal .inner-wrapper .content-wrapper .links .button.small:hover {
  background-color: #516246;
}
.rooms-section .navigation-slideshow-container .hover-modal .inner-wrapper .content-wrapper .links .separator {
  margin: 0 8px;
  height: 40px;
}
.rooms-section .navigation-slideshow-container .hover-modal .inner-wrapper .content-wrapper .links .link360 {
  line-height: 40px;
}
.rooms-section .slideshow-button {
  background: none;
  color: #1e1d00;
}
.rooms-section .slideshow-button svg {
  width: 37px;
  stroke: none;
}
.rooms-section .slideshow-button:hover svg {
  opacity: 0.8;
}
.rooms-section .slideshow-button.next {
  right: -40px;
}
@media only screen and (min-width: 1365px) {
  .rooms-section .slideshow-button.next {
    right: -60px;
  }
}
.rooms-section .slideshow-button.previous {
  left: -40px;
}
@media only screen and (min-width: 1365px) {
  .rooms-section .slideshow-button.previous {
    left: -60px;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-section .slideshow-button {
    display: none;
  }
}

.main-rooms-slider,
.main-rooms-slider-navigation {
  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: #e8ded3;
  clip-path: polygon(99% 100%, 100% 0%, 2% 1%, 0% 99%);
}
.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: 70%;
  clip-path: polygon(99% 100%, 100% 0%, 2% 1%, 0% 99%);
}
@media only screen and (max-width: 1023px) {
  .dining-section .dining-section-container .dining-item-top:first-child {
    width: 100%;
  }
}
@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: bold 16px/1.2 "Mohave", Arial, 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 {
    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 .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: #1e1d00;
}
.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::before {
  padding-bottom: 72%;
}
@media only screen and (max-width: 767px) {
  .dining-section .navigation-slideshow-container .thumbnail {
    margin-bottom: 10px;
  }
}
.dining-section .slideshow-button.next {
  right: -70px;
}
@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;
}
@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;
  }
}
@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: #1e1d00;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.dining-section .thumbnail::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  display: block;
  height: 100%;
  width: 100%;
  pointer-events: none;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, transparent 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.dining-section .thumbnail::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  padding-bottom: 45%;
}

.dining-acm-block .dining-slide-block-wrap {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  max-width: 1046px;
  max-height: 500px;
  display: flex;
  margin-bottom: 40px;
  flex-direction: row;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .dining-acm-block .dining-slide-block-wrap {
    max-height: none;
    min-height: 500px;
    flex-direction: column;
    margin-bottom: 0;
    direction: unset;
  }
}
.dining-acm-block .dining-slide-block-wrap .thumbnail-wrap {
  position: relative;
  background: #fff;
  overflow: hidden;
  width: 50%;
}
@media only screen and (max-width: 1023px) {
  .dining-acm-block .dining-slide-block-wrap .thumbnail-wrap {
    width: 100%;
  }
}
.dining-acm-block .dining-slide-block-wrap .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-wrap .dining-acm-content {
  position: relative;
  flex-direction: column;
  align-self: center;
  width: 50%;
  padding: 6vw 0vw 4vw 6vw;
  font-size: 16px;
  color: #1e1d00;
  direction: ltr;
}
@media only screen and (max-width: 1023px) {
  .dining-acm-block .dining-slide-block-wrap .dining-acm-content {
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .dining-acm-block .dining-slide-block-wrap .dining-acm-content {
    padding: 20px;
  }
}
.dining-acm-block .dining-slide-block-wrap .dining-acm-content h3 {
  margin-bottom: 30px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .dining-acm-block .dining-slide-block-wrap .dining-acm-content h3 {
    margin-bottom: 15px;
  }
}
.dining-acm-block .dining-slide-block-wrap .dining-acm-content h3 .ellipse::after {
  width: 120%;
  height: 170%;
}
.dining-acm-block .dining-slide-block-wrap .dining-acm-content h3 a {
  color: inherit;
  text-decoration: none;
  transition: all 350ms ease-in-out;
}
.dining-acm-block .dining-slide-block-wrap .dining-acm-content h3 a:hover {
  text-decoration: underline;
}
.dining-acm-block .dining-slide-block-wrap .dining-acm-content h3 a:hover span {
  text-decoration: underline;
}
.dining-acm-block .dining-slide-block-wrap .dining-acm-content p {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .dining-acm-block .dining-slide-block-wrap .dining-acm-content p {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.dining-acm-block .layout-one .dining-slide-block-wrap {
  justify-content: space-between;
  overflow: visible;
  margin-bottom: 120px;
}
.dining-acm-block .layout-one .dining-slide-block-wrap .thumbnail-wrap {
  position: relative;
  width: 47%;
  padding: 0 90px 0 80px;
}
@media only screen and (max-width: 767px) {
  .dining-acm-block .layout-one .dining-slide-block-wrap .thumbnail-wrap {
    width: 100%;
    order: 1;
  }
}
.dining-acm-block .layout-one .dining-slide-block-wrap .thumbnail-wrap .dashed-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 100%;
  fill: #1e1d00;
}
.dining-acm-block .layout-one .dining-slide-block-wrap .thumbnail-wrap .dashed-pattern-horizontal {
  display: none;
}
.dining-acm-block .layout-one .dining-slide-block-wrap .thumbnail-wrap .vertical-crossed-pattern {
  position: absolute;
  top: 0;
  right: 0;
  width: 74px;
  height: 100%;
  fill: #1e1d00;
}
.dining-acm-block .layout-one .dining-slide-block-wrap .thumbnail-wrap .thumbnail-dining {
  padding-bottom: 154%;
  clip-path: polygon(0 0, 100% 0, 88% 44%, 100% 44%, 100% 100%, 0 100%, 0 44%, 12% 44%);
}
.dining-acm-block .layout-one .dining-slide-block-wrap .dining-acm-content {
  position: relative;
  width: 41%;
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  .dining-acm-block .layout-one .dining-slide-block-wrap .dining-acm-content {
    width: 100%;
    order: 2;
  }
}
.dining-acm-block .layout-one .dining-slide-block-wrap .dining-acm-content .arrow-long {
  display: none;
}
.dining-acm-block .layout-one .dining-slide-block-wrap .dining-acm-content .button {
  min-width: auto;
  background-color: #536347;
}
.dining-acm-block .layout-one .dining-slide-block-wrap .dining-acm-content .rays-pattern {
  position: absolute;
  left: -60px;
  bottom: 40px;
  width: 83px;
  height: 63px;
  fill: #aa7819;
}
@media only screen and (max-width: 767px) {
  .dining-acm-block .layout-one .dining-slide-block-wrap .dining-acm-content .rays-pattern {
    display: none;
  }
}
.dining-acm-block .layout-two {
  background-color: #1e1d00;
  padding: 80px 0;
  margin-bottom: 120px;
}
.dining-acm-block .layout-two .dining-slide-block-wrap {
  justify-content: space-between;
  overflow: visible;
}
.dining-acm-block .layout-two .dining-slide-block-wrap .thumbnail-wrap {
  position: relative;
  width: 47%;
  background: transparent;
  padding: 0 90px 0 80px;
}
@media only screen and (max-width: 767px) {
  .dining-acm-block .layout-two .dining-slide-block-wrap .thumbnail-wrap {
    width: 100%;
  }
}
.dining-acm-block .layout-two .dining-slide-block-wrap .thumbnail-wrap .dashed-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 100%;
  fill: #aa7819;
}
.dining-acm-block .layout-two .dining-slide-block-wrap .thumbnail-wrap .dashed-pattern-horizontal {
  display: none;
}
.dining-acm-block .layout-two .dining-slide-block-wrap .thumbnail-wrap .vertical-crossed-pattern {
  position: absolute;
  top: 0;
  right: 0;
  width: 74px;
  height: 100%;
  fill: #aa7819;
}
.dining-acm-block .layout-two .dining-slide-block-wrap .thumbnail-wrap .thumbnail-dining {
  padding-bottom: 154%;
  clip-path: polygon(0 0, 100% 0, 88% 44%, 100% 44%, 100% 100%, 0 100%, 0 44%, 12% 44%);
}
.dining-acm-block .layout-two .dining-slide-block-wrap .dining-acm-content {
  position: relative;
  width: 41%;
}
@media only screen and (max-width: 767px) {
  .dining-acm-block .layout-two .dining-slide-block-wrap .dining-acm-content {
    width: 100%;
    order: 2;
  }
}
.dining-acm-block .layout-two .dining-slide-block-wrap .dining-acm-content h3, .dining-acm-block .layout-two .dining-slide-block-wrap .dining-acm-content p {
  color: #fff;
}
.dining-acm-block .layout-two .dining-slide-block-wrap .dining-acm-content .arrow-long {
  display: none;
}
.dining-acm-block .layout-two .dining-slide-block-wrap .dining-acm-content .button {
  min-width: auto;
  background-color: #536347;
}
.dining-acm-block .layout-two .dining-slide-block-wrap .dining-acm-content .rays-pattern {
  position: absolute;
  left: 50%;
  bottom: 20px;
  width: 83px;
  height: 63px;
  fill: #aa7819;
  transform: scaleX(-1);
}
@media only screen and (max-width: 767px) {
  .dining-acm-block .layout-two .dining-slide-block-wrap .dining-acm-content .rays-pattern {
    display: none;
  }
}
.dining-acm-block .layout-three .dining-slide-block-wrap {
  justify-content: space-between;
  overflow: visible;
  margin-bottom: 120px;
}
.dining-acm-block .layout-three .dining-slide-block-wrap .thumbnail-wrap {
  position: relative;
  width: 48%;
  max-height: 350px;
  background-image: url("../images/content-image-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  overflow: visible;
  padding: 30px 20px 20px 30px;
}
@media only screen and (max-width: 767px) {
  .dining-acm-block .layout-three .dining-slide-block-wrap .thumbnail-wrap {
    width: 100%;
    order: 1;
  }
}
.dining-acm-block .layout-three .dining-slide-block-wrap .thumbnail-wrap .dashed-pattern {
  display: none;
}
.dining-acm-block .layout-three .dining-slide-block-wrap .thumbnail-wrap .dashed-pattern-horizontal {
  position: absolute;
  bottom: -56px;
  left: 0;
  width: 100%;
  height: 22px;
  fill: #e8ddd3;
}
.dining-acm-block .layout-three .dining-slide-block-wrap .thumbnail-wrap .vertical-crossed-pattern {
  display: none;
}
.dining-acm-block .layout-three .dining-slide-block-wrap .thumbnail-wrap .thumbnail-dining {
  padding-bottom: 66%;
}
.dining-acm-block .layout-three .dining-slide-block-wrap .dining-acm-content {
  position: relative;
  width: 41%;
  padding-top: 0;
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  .dining-acm-block .layout-three .dining-slide-block-wrap .dining-acm-content {
    width: 100%;
    order: 2;
  }
}
.dining-acm-block .layout-three .dining-slide-block-wrap .dining-acm-content .arrow-long {
  width: 324px;
  height: 19px;
  fill: #e8ddd3;
}
@media only screen and (max-width: 767px) {
  .dining-acm-block .layout-three .dining-slide-block-wrap .dining-acm-content .arrow-long {
    display: none;
  }
}
.dining-acm-block .layout-three .dining-slide-block-wrap .dining-acm-content .button {
  min-width: auto;
  background-color: #536347;
}
.dining-acm-block .layout-three .dining-slide-block-wrap .dining-acm-content .rays-pattern {
  position: absolute;
  left: -60px;
  bottom: 40px;
  width: 83px;
  height: 63px;
  fill: #aa7819;
}
@media only screen and (max-width: 767px) {
  .dining-acm-block .layout-three .dining-slide-block-wrap .dining-acm-content .rays-pattern {
    display: none;
  }
}
.dining-acm-block .odd .dining-slide-block-wrap {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1023px) {
  .dining-acm-block .odd .dining-slide-block-wrap {
    flex-direction: column;
  }
}

.food-drink-section {
  position: relative;
  margin: 40px 0 40px;
  padding: 50px 0 0 0;
  width: 100%;
  z-index: 2;
}
.food-drink-section .center-column {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 1365px;
}
@media only screen and (max-width: 1023px) {
  .food-drink-section .center-column {
    flex-flow: column;
    align-items: unset;
  }
}
@media only screen and (max-width: 767px) {
  .food-drink-section {
    margin: 30px 0 30px;
    padding: 40px 0 0 0;
  }
}
.food-drink-section .left-side {
  height: auto;
  width: 62%;
  margin: 40px 0 20px;
  padding-right: 3%;
}
@media only screen and (max-width: 1023px) {
  .food-drink-section .left-side {
    width: auto;
    margin: 20px 0 20px;
    padding-right: 0;
    order: 2;
  }
}
@media only screen and (max-width: 767px) {
  .food-drink-section .left-side {
    margin: 10px 0 0;
  }
}
.food-drink-section .right-side {
  width: 38%;
  background-color: #e8ded3;
  min-height: 717px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.food-drink-section .right-side:after {
  content: "";
  min-height: inherit;
  font-size: 0;
}
@media only screen and (max-width: 1023px) {
  .food-drink-section .right-side {
    align-items: unset;
    width: auto;
    order: 1;
    margin-bottom: 0;
    min-height: 0;
  }
  .food-drink-section .right-side:after {
    content: none;
  }
}
.food-drink-section .tiles-wrapper {
  display: flex;
  flex-wrap: wrap;
  order: 1;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .food-drink-section .tiles-wrapper {
    flex-flow: column;
    overflow: auto;
  }
}
.food-drink-section .tile {
  position: relative;
  height: 308px;
  width: calc(33.3% - 14px);
  margin-bottom: 20px;
  background: #1e1d00;
  color: #fff;
  z-index: 1;
}
.food-drink-section .tile:first-child {
  width: calc(66.7% - 7px);
}
@media only screen and (max-width: 1023px) {
  .food-drink-section .tile {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
  .food-drink-section .tile:first-child {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  .food-drink-section .tile {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
    padding-top: 52vw;
    height: auto;
  }
  .food-drink-section .tile:first-child {
    width: 100%;
  }
  .food-drink-section .tile:last-child {
    margin-bottom: 0;
  }
}
.food-drink-section .count-2 .tile.item-1, .food-drink-section .count-2 .tile.item-2 {
  width: 100%;
}
.food-drink-section .count-3 .tile.item-3 {
  width: 100%;
}
.food-drink-section .count-4 .tile.item-3 {
  width: calc(66.7% - 7px);
}
@media only screen and (max-width: 767px) {
  .food-drink-section .count-4 .tile.item-3 {
    width: 100%;
  }
}
.food-drink-section .thumbnail {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  transition: left 200ms, right 200ms;
}
.food-drink-section .thumbnail::after {
  content: "";
  display: block;
  height: 50%;
  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.95) 0%, transparent 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.food-drink-section .tile-content {
  position: absolute;
  bottom: 17px;
  left: 20px;
  padding-right: 20px;
  overflow: hidden;
  text-align: left;
  z-index: 2;
  color: #fff;
}
.food-drink-section .tile-content h3 {
  position: relative;
  line-height: 1;
  margin-bottom: 5px;
  color: #fff;
}
.food-drink-section .tile-content p {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 0;
  color: #fff;
}
@media only screen and (max-width: 1023px) {
  .food-drink-section .tile-content {
    padding-right: 20px;
  }
}
.food-drink-section .text-box {
  padding: 40px 5vw;
}
.food-drink-section .text-box .menu-items-list {
  display: inline-block;
  font-size: 0;
}
.food-drink-section .text-box .menu-items-list a.transparent {
  display: block;
  text-align: left;
  margin-bottom: 20px;
}
.food-drink-section .text-box .menu-items-list a.transparent:last-child {
  margin-bottom: 0;
}
.food-drink-section .text-box .menu-items-list a.transparent:hover {
  color: #1e1d00;
}
@media only screen and (min-width: 1365px) {
  .food-drink-section .text-box {
    padding: 40px 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .food-drink-section .text-box {
    padding: 40px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .food-drink-section .text-box {
    padding: 20px 10px;
  }
}

.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;
  background-image: url("../images/venues-slider-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 20px 20px 30px;
}
.venues-section .venues-section-content {
  float: left;
  width: 40%;
  padding: 10px 9% 0 0;
}
.venues-section .venues-section-content .decoration-pattern {
  width: 90%;
  height: 19px;
  fill: #86422d;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .venues-section .venues-section-content .decoration-pattern {
    display: none;
  }
}
.venues-section .venues-section-content .bullhorn {
  position: relative;
  width: 67px;
  height: 59px;
  overflow: hidden;
  display: block;
  margin-bottom: 35px;
  transition: transform 350ms ease-in-out;
}
.venues-section .venues-section-content .bullhorn svg {
  fill: #86422d;
}
.venues-section .venues-section-content .bullhorn:hover {
  transform: scale(1.2);
}
@media only screen and (max-width: 767px) {
  .venues-section .venues-section-content {
    float: none;
    width: auto;
    padding: 0;
    margin-bottom: 20px;
  }
  .venues-section .venues-section-content .bullhorn {
    margin: 0 auto 20px;
  }
}
.venues-section .slideshow {
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.venues-section .slide {
  height: auto;
  flex-shrink: 0;
  display: flex;
  background: #1e1d00;
}
@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;
  color: #fff;
}
.venues-section .slide-content .h2-like {
  margin-bottom: 0;
  color: #fff;
}
.venues-section .slide-content .venue-text {
  font-size: 16px;
  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: #1e1d00;
  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.next {
  right: -20px;
}
.venues-section .slideshow-button.previous {
  left: -20px;
}
@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: #1e1d00;
}
@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;
}
#popup-venues .slide-content .venue-text {
  font-size: 16px;
  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: #1e1d00;
  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.next {
  right: -20px;
}
#popup-venues .slideshow-button.previous {
  left: -20px;
}

.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;
}
.location-section .topbar-column::before {
  content: "";
  height: 55px;
  width: 1px;
  background-color: #516246;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.location-section .topbar-column::before {
  left: 0;
}
.location-section .topbar-column:first-child::before {
  content: none;
}
@media only screen and (max-width: 767px) {
  .location-section .topbar-column {
    text-align: center;
  }
  .location-section .topbar-column::before {
    content: none;
  }
}
.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;
  }
}
.location-section .topbar-column.left .h1-like.ellipse::after {
  top: -10px;
  right: auto;
  left: -20px;
}
@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;
}
@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.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;
  }
}

.food-drink-slider {
  margin: 50px 0;
  padding: 50px 0;
  background-color: #e8ded3;
}
@media only screen and (max-width: 767px) {
  .food-drink-slider {
    margin: 30px 0 30px;
    padding: 40px 0;
  }
}
.food-drink-slider .center-column {
  max-width: 1335px;
}
.food-drink-slider .food-drink-slider-content {
  margin-bottom: 15px;
  text-align: center;
}
.food-drink-slider .food-drink-slider-container {
  padding: 0 40px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .food-drink-slider .food-drink-slider-container {
    padding: 0;
  }
}
.food-drink-slider .slideshow-button.next {
  right: -40px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .food-drink-slider .slideshow-button.next {
    right: 10px;
  }
}
.food-drink-slider .slideshow-button.previous {
  left: -40px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .food-drink-slider .slideshow-button.previous {
    left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .food-drink-slider .slideshow-button {
    display: none;
  }
}
.food-drink-slider .slideshow {
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.food-drink-slider .slide {
  height: auto;
  width: calc((100% / 3) - 40px);
  background-color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .food-drink-slider .slide {
    width: calc((100% / 2) - 40px);
  }
}
@media only screen and (max-width: 767px) {
  .food-drink-slider .slide {
    width: 90%;
  }
}
.food-drink-slider .slide-thumbnail {
  width: 100%;
  height: 275px;
  background-color: #1e1d00;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.food-drink-slider .slide-content {
  padding: 25px 30px 30px;
}
.food-drink-slider .h2-like {
  margin-bottom: 5px;
  color: #1e1d00;
}
.food-drink-slider .food-drink-text {
  margin-bottom: 10px;
}
.food-drink-slider .button.transparent {
  margin-right: 30px;
}
@media only screen and (max-width: 1023px) {
  .food-drink-slider .button.transparent {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
.food-drink-slider .button.no-squares {
  height: 40px;
  min-width: 120px;
  font: normal 11px/40px "Mohave", Arial, sans-serif;
  letter-spacing: 1.2px;
  background-color: #516246;
}
.food-drink-slider .button.no-squares:hover {
  background-color: #1e1d00;
}

.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-slideshow-container {
  width: 100%;
}
.offers-slideshow-container .slideshow {
  position: relative;
  z-index: 10;
  height: 100%;
  overflow: hidden;
}
.offers-slideshow-container .slideshow .thumbnail {
  background-image: url("../images/offers-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10px 10px 10px 20px;
  margin-bottom: 25px;
}
.offers-slideshow-container .slide {
  position: relative;
  height: auto;
}
.offers-slideshow-container .slide-thumbnail {
  display: block;
  width: 100%;
  height: 462px;
  background-color: #86422d;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50%;
     object-position: 50%;
}
.offers-slideshow-container .slide-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .offers-slideshow-container .slide-content {
    margin: 0 30px;
    justify-content: center;
  }
}
.offers-slideshow-container .h2-like {
  width: 100%;
  margin-bottom: 15px;
  color: #1e1d00;
}
.offers-slideshow-container .button.transparent {
  margin-right: 30px;
}
@media only screen and (max-width: 1023px) {
  .offers-slideshow-container .button.transparent {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
.offers-slideshow-container .button.no-squares {
  height: 40px;
  min-width: 120px;
  margin-left: auto;
  font: bold 11px/40px "Mohave", Arial, sans-serif;
  letter-spacing: 1.2px;
  background-color: #516246;
}
@media only screen and (max-width: 767px) {
  .offers-slideshow-container .button.no-squares {
    margin-left: 0;
  }
}
.offers-slideshow-container .button.no-squares:hover {
  background-color: #1e1d00;
}

.offers-section {
  margin: 80px 0 80px;
  padding: 126px 0 80px;
  background-color: #e8ded3;
  position: relative;
}
.offers-section .three-lines {
  position: absolute;
  width: 166px;
  height: 126px;
}
@media only screen and (max-width: 1023px) {
  .offers-section .three-lines {
    display: none;
  }
}
.offers-section .three-lines.tl {
  top: -126px;
  left: 30%;
}
.offers-section .three-lines.tr {
  top: -126px;
  right: -90px;
}
.offers-section .three-lines.bl {
  bottom: -80px;
  left: 30%;
}
.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-section-content .decoration-pattern {
  width: 90%;
  height: 19px;
  fill: #e8ddd3;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .offers-section .offers-section-content .decoration-pattern {
    display: none;
  }
}
.offers-section .offers-slideshow-container {
  width: 70%;
  overflow: visible;
}
@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 .swiper-slide {
  opacity: 0.7;
  transition: opacity 350ms ease-in-out;
}
.offers-section .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.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.next {
  right: 0;
}
.offers-section .slideshow-button.previous {
  left: 0;
}

.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: #1e1d00;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.travelers-tips .h2-like {
  margin-bottom: 15px;
  color: #1e1d00;
}
.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;
  transform: none;
}
.travelers-tips .slideshow-button.next {
  right: auto;
}
.travelers-tips .slideshow-button.previous {
  left: auto;
}

.ig-feed-section {
  margin: 32px 0 0;
  padding: 82px 0 0 0;
}
.ig-feed-section .custom-link {
  color: #1e1d00;
  text-transform: uppercase;
  line-height: 22px;
  font-family: "Mohave", Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 1.2px;
  text-decoration: none;
  position: relative;
  font-weight: normal;
  padding-left: 30px;
  transition: color 350ms ease-in-out;
}
.ig-feed-section .custom-link:after {
  content: "";
  height: 1px;
  width: calc(100% - 30px);
  background-color: #1e1d00;
  position: absolute;
  bottom: -3px;
  left: 30px;
  transition: background-color 350ms ease-in-out;
}
.ig-feed-section .custom-link:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 5px;
  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 {
  color: #86422d;
}
.ig-feed-section .custom-link:hover::after {
  background-color: #86422d;
}
.ig-feed-section .custom-link:hover::before {
  background-position: -298px 2px;
}
@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;
  }
}
.ig-feed-section .eapps-instagram-feed-posts-slider-nav-icon {
  width: 12px !important;
  height: 16px !important;
}

.acm-block {
  position: relative;
}
.acm-block::before {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #1e1d00;
  position: absolute;
  top: 10px;
  left: 0;
}
.acm-block .square-element {
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 40px;
  width: 36px;
  padding: 0 5px;
  fill: #1e1d00;
  background-color: #fff;
}
.acm-block.bottom-separate::before {
  top: auto;
  bottom: 0;
}
.home .acm-block.bottom-separate::before {
  top: 6px;
  bottom: unset;
}
.acm-block.no-separate-line::before {
  display: none;
}
.acm-block.no-separate-line .square-element {
  display: none;
}
.acm-block.additional-content {
  max-width: 1050px;
  margin: 180px auto 80px;
}
.acm-block.additional-content::before, .acm-block.additional-content::after {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .acm-block.additional-content {
    margin: 80px auto 40px;
  }
}
.acm-block.additional-content .decorative-image {
  display: block;
  width: 74px;
  height: 67px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
  position: absolute;
  left: 50%;
  top: -57px;
  transform: translate(-50%, -100%);
}
@media only screen and (max-width: 1023px) {
  .acm-block.additional-content .decorative-image {
    top: -20px;
    height: 50px;
    width: 55px;
  }
}
.acm-block.additional-content .page-content .h2-like {
  color: #1e1d00;
}

.amenities-section {
  padding: 50px 0;
  background: #1e1d00;
}
@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 .button-wrapper .button:hover {
  background-color: #86422d;
}
.amenities-section .amenities-wrapper {
  position: relative;
  overflow: hidden;
}
.amenities-section .amenities-wrapper h2 {
  margin: 0 0 15px;
  color: #e8ded3;
}
.amenities-section .amenities-wrapper h3 {
  margin: 0 0 6px;
  color: #e8ded3;
}
.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: #e8ded3;
}
@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: #86422d;
}
.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: #e8ded3;
  border-bottom-color: #e8ded3;
  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: bold 16px/22px "Mohave", Arial, sans-serif;
  color: #1e1d00;
  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: #e8ded3;
  border-radius: 50%;
  transition: background-color 350ms ease-in-out;
  cursor: pointer;
}
.amenities-section .amenities-wrapper .slideshow-pagination > *:hover, .amenities-section .amenities-wrapper .slideshow-pagination > *.active {
  background: #aa7819;
}
.amenities-section .amenities-wrapper .slideshow-button {
  color: #000;
  background-color: #aa7819;
}
.amenities-section .amenities-wrapper .slideshow-button:hover {
  background-color: #86422d;
}
.amenities-section .amenities-wrapper .slideshow-button.next {
  right: 0;
}
@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;
}
@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;
  }
}
@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 {
  margin: 0 0 15px;
}
.artwork-section .artwork-wrapper h3 {
  margin: 0;
}
.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: #e8ded3;
}
.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: #e8ded3;
  border-bottom-color: #e8ded3;
  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: normal 13px/17px "Mohave", Arial, sans-serif;
  color: #1e1d00;
  margin: 10px 0;
}
.artwork-section .artwork-wrapper .artwork-block .name {
  font: normal 11px/22px "Mohave", Arial, sans-serif;
  text-transform: uppercase;
  color: #1e1d00;
}

.custom-tiles {
  margin: 15px 0 80px;
}
.custom-tiles .category-selector .select-wrapper {
  display: block;
  width: 250px;
  margin: 0 auto;
}
.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:nth-of-type(10n + 1) {
  width: calc(((100% - 60px) / 3 * 2) + 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;
  }
}
.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: #000;
}
.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, transparent 0%, rgba(0, 0, 0, 0.5) 100%), linear-gradient(180deg, transparent 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 "Mohave", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}
.custom-tiles .tile-section .custom-tile .title-wrapper .subtitle {
  font: 14px/22px "Mohave", Arial, sans-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(0, 0, 0, 0.7);
  padding: 30px;
  z-index: 3;
}
.custom-tiles .tile-section .custom-tile .hover-modal .inner-wrapper {
  background: rgba(0, 0, 0, 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: bold 16px/1.2 "Mohave", Arial, sans-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-type-two {
  margin: 15px 0 80px;
}
.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);
    padding-top: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .custom-tiles-type-two .tile-section .custom-tile {
    width: 100% !important;
    padding-top: 57%;
  }
}
.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: 700 60px/60px "franklin-gothic-ext-comp-urw", sans-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: 700 50px/50px "franklin-gothic-ext-comp-urw", sans-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: 700 40px/40px "franklin-gothic-ext-comp-urw", sans-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: #1e1d00;
}
.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: 30%;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%), linear-gradient(180deg, transparent 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: #e8ded3;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}
.custom-tiles-type-two .tile-section .custom-tile .title {
  font: 700 46px/46px "franklin-gothic-ext-comp-urw", sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .custom-tiles-type-two .tile-section .custom-tile .title {
    font: 700 50px/50px "franklin-gothic-ext-comp-urw", sans-serif;
  }
}
@media only screen and (max-width: 767px) {
  .custom-tiles-type-two .tile-section .custom-tile .title {
    font: 700 40px/40px "franklin-gothic-ext-comp-urw", sans-serif;
  }
}
.custom-tiles-type-two .tile-section .custom-tile .subtitle {
  font: bold 16px/22px "Mohave", Arial, sans-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(0, 0, 0, 0.7);
  padding: 30px;
  z-index: 3;
}
.custom-tiles-type-two .tile-section .custom-tile .hover-modal .inner-wrapper {
  background: rgba(0, 0, 0, 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;
}
.custom-tiles-type-two .tile-section .custom-tile .hover-modal .inner-wrapper .content-wrapper .links .button {
  background-color: #86422d;
}
.custom-tiles-type-two .tile-section .custom-tile .hover-modal .inner-wrapper .content-wrapper .links .button:hover {
  background-color: #516246;
}

.venues-with-categories {
  margin: 80px 0;
}
@media only screen and (max-width: 767px) {
  .venues-with-categories {
    margin: 40px 0;
  }
}
.venues-with-categories .category-selector {
  padding: 0 20px;
  overflow: hidden;
  text-align: center;
  display: flex;
  justify-content: space-around;
}
@media only screen and (max-width: 767px) {
  .venues-with-categories .category-selector {
    padding: 0;
  }
}
.venues-with-categories .category-selector.many-rooms {
  justify-content: center;
  flex-flow: wrap;
}
.venues-with-categories .category-selector button {
  font-family: "Mohave", Arial, sans-serif;
  position: relative;
  text-align: center;
  float: left;
  padding: 0;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 1.2px;
  color: #1e1d00;
  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 350ms ease-in-out;
  background: #86422d;
  border: none;
}
.venues-with-categories .category-selector button.active, .venues-with-categories .category-selector button:hover {
  color: #86422d;
  background: none;
}
.venues-with-categories .category-selector button.active:after, .venues-with-categories .category-selector button:hover:after {
  height: 4px;
}
.venues-with-categories .category-selector button.active:hover {
  background: none;
}
.venues-with-categories .venues-wrapper {
  padding: 80px 0;
  background-color: #e8ded3;
}
@media only screen and (max-width: 767px) {
  .venues-with-categories .venues-wrapper {
    padding: 40px 0;
  }
}
.venues-with-categories .venue-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.venues-with-categories .venue-top:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .venues-with-categories .venue-top {
    display: block;
  }
}
.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;
}
@media only screen and (min-width: 768px) {
  .venues-with-categories .venues-tabs .left {
    margin-bottom: 0;
  }
}

.venues-tabs.page-content .category-selector {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .venues-tabs .left {
    margin-bottom: 20px;
  }
}

.venues-scheme {
  position: relative;
  width: 100%;
  margin: 40px 0;
}
.venues-scheme:last-child {
  margin-bottom: 0;
}
.venues-scheme .venues-scheme-image {
  display: block;
  width: 100%;
  border: 5px solid #516246;
}

.venues-table {
  margin: 40px 0;
}
.venues-table:last-child {
  margin-bottom: 0;
}
.venues-table table {
  width: 100%;
  border-bottom: 1px solid #516246;
}
.venues-table th {
  padding: 0 20px;
  padding-bottom: 26px;
  color: #1e1d00;
  font-family: "Mohave", Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  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 #516246;
}
@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: #1e1d00;
  padding: 77px 0 120px;
}
.additional-table-acm .additional-list-title {
  text-align: center;
  color: #e8ded3;
}
.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 > ul {
  margin: 75px 0 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-color: #1e1d00;
  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-color 350ms ease-in-out;
}
.view-360 .block:hover::before {
  background: rgba(0, 0, 0, 0.42);
}
.view-360 .block .link360 {
  font: bold 27px/27px "Mohave", Arial, sans-serif;
  text-shadow: 2px 0 4px rgba(0, 0, 0, 0.5);
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  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: "franklin-gothic-ext-comp-urw", sans-serif;
  letter-spacing: 2px;
  color: #fff;
  line-height: 24px;
  font-weight: 700;
  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;
}

.big-gallery-slider-section {
  margin: 80px 0;
}
@media only screen and (max-width: 1023px) {
  .big-gallery-slider-section {
    margin: 40px 0;
  }
}
.big-gallery-slider-section .big-gallery-slider {
  margin: 0 auto;
}
.big-gallery-slider-section .title-wrapper {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .big-gallery-slider-section .title-wrapper {
    margin-bottom: 20px;
  }
}

.big-gallery-slider {
  position: relative;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  height: 100vh;
  min-height: 300px;
  max-height: 570px;
  z-index: 40;
  margin: 40px auto;
  padding: 0 20px;
  max-width: 1240px;
}
@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: #e8ded3;
  border-bottom-color: #e8ded3;
  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;
  clip-path: polygon(99% 100%, 100% 0%, 2% 1%, 0% 99%);
}
@media only screen and (max-width: 767px) {
  .big-gallery-slider .slide:after {
    width: 100%;
  }
}
.big-gallery-slider .slide .thumbnail {
  float: none;
  margin: 0;
  background-size: cover;
  background-position: center center;
}
.big-gallery-slider .slideshow-button.next {
  right: 0;
}
@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;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .big-gallery-slider .slideshow-button.previous {
    left: 10px;
  }
}
.big-gallery-slider .slideshow-button svg {
  width: 28px;
  height: 19px;
}

.home-popup {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  top: 0;
  bottom: 0;
  right: -100%;
  padding: 40px;
  width: 100%;
  z-index: 80;
  background: rgba(0, 0, 0, 0.7);
  transition: right 400ms ease;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .home-popup {
    padding: 50px 60px;
  }
}
@media only screen and (max-width: 767px) {
  .home-popup {
    padding: 50px 60px;
  }
}
.home-popup.home-popup-active {
  right: 0;
}
.home-popup .home-popup-wrapper {
  max-width: 777px;
  padding: 55px 65px;
  background: #fff;
  max-height: 100%;
  color: #000;
  position: relative;
  border: 10px solid #e8ded3;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .home-popup .home-popup-wrapper {
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .home-popup .home-popup-wrapper {
    padding: 40px 20px;
    max-width: 80%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 449px) {
  .home-popup .home-popup-wrapper {
    padding: 40px 10px;
    max-width: 96%;
  }
}

.menu-details-acm {
  position: relative;
  max-width: 1204px;
  margin: 0 auto;
  padding: 0 20px;
}
.menu-details-acm .menu-details-wrapper {
  display: flex;
  align-items: center;
  gap: 0 20px;
  height: 525px;
}
@media only screen and (max-width: 767px) {
  .menu-details-acm .menu-details-wrapper {
    flex-direction: column;
    gap: 0;
    height: auto;
  }
}
.menu-details-acm .slider-images-wrap {
  position: relative;
  overflow: hidden;
  width: 70%;
  max-width: 800px;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .menu-details-acm .slider-images-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.menu-details-acm .slider-images-wrap .swiper-controls {
  position: absolute;
  bottom: 30px;
  transform: translateX(-50%);
  left: 50%;
}
.menu-details-acm .slider-images-wrap .swiper-controls .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
.menu-details-acm .slider-images-wrap .swiper-controls .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background-color: transparent;
  border: 1px solid #e8ded3;
  transform: rotate(45deg);
}
.menu-details-acm .slider-images-wrap .swiper-controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #e8ded3;
}
.menu-details-acm .menu-timings-wrap {
  position: relative;
  width: 30%;
  max-width: 335px;
  height: 100%;
  background-color: #1e1d00;
}
@media only screen and (max-width: 767px) {
  .menu-details-acm .menu-timings-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.menu-details-acm .menu-timings-wrap .image-wrap {
  width: 100%;
  height: 100%;
}
.menu-details-acm .menu-timings-wrap .image-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.menu-details-acm .menu-timings-wrap .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  padding: 40px;
}
@media only screen and (max-width: 1023px) {
  .menu-details-acm .menu-timings-wrap .wrapper {
    padding: 30px;
  }
}
.menu-details-acm .menu-timings-wrap .wrapper .logo {
  width: 100%;
  max-width: 100px;
}
.menu-details-acm .menu-timings-wrap .wrapper .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.menu-details-acm .menu-timings-wrap .wrapper .timings {
  text-align: center;
  color: #fff;
}
.menu-details-acm .menu-timings-wrap .wrapper .timings h4 {
  font-family: "Mohave", Arial, sans-serif;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 0.38px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .menu-details-acm .menu-timings-wrap .wrapper .timings h4 {
    font-size: 16px;
  }
}
.menu-details-acm .menu-timings-wrap .wrapper .timings p {
  font-family: "Mohave", Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  margin: 14px 0;
}
@media only screen and (max-width: 1023px) {
  .menu-details-acm .menu-timings-wrap .wrapper .timings p {
    font-size: 14px;
  }
}
.menu-details-acm .menu-timings-wrap .wrapper .timings p strong {
  font-weight: 600;
}
.menu-details-acm #yext-widget-353611.yext-menu {
  position: relative;
  padding: 0;
  overflow: unset;
}
.menu-details-acm #yext-widget-353611.yext-menu ul.yext-menus-list {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 0 40px;
  margin: 40px auto 0;
  position: sticky;
  top: 79px;
  background-color: #fff;
  padding: 10px 0;
  height: 75px;
}
.menu-details-acm #yext-widget-353611.yext-menu ul.yext-menus-list li.yext-menu-title {
  color: #1e1d00;
  font-family: "franklin-gothic-ext-comp-urw", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  padding: 0;
}
.menu-details-acm #yext-widget-353611.yext-menu ul.yext-menus-list li.yext-menu-title.yext-active {
  position: relative;
}
.menu-details-acm #yext-widget-353611.yext-menu ul.yext-menus-list li.yext-menu-title.yext-active:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #1e1d00;
}
.menu-details-acm #yext-widget-353611.yext-menu ul.yext-menus-list li.bullet-divider {
  display: none;
}
.menu-details-acm #yext-widget-353611.yext-menu .yext-menu-content .yext-menu-section .yext-menu-section-header .yext-menu-section-title-holder .yext-menu-section-line-left, .menu-details-acm #yext-widget-353611.yext-menu .yext-menu-content .yext-menu-section .yext-menu-section-header .yext-menu-section-title-holder .yext-menu-section-line-right {
  display: none;
}
.menu-details-acm #yext-widget-353611.yext-menu .yext-menu-content .yext-menu-section .yext-menu-section-header .yext-menu-section-title-holder .yext-menu-section-title {
  color: #1e1d00;
  font-family: "franklin-gothic-ext-comp-urw", sans-serif;
  font-size: 43px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.86px;
  text-transform: uppercase;
  border-bottom: 1px solid #1e1d00;
}
.menu-details-acm #yext-widget-353611.yext-menu .yext-menu-content .yext-menu-section .yext-menu-section-header .yext-menu-section-desc {
  color: #1e1d00;
  font-family: "Mohave", Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
}
.menu-details-acm #yext-widget-353611.yext-menu .yext-menu-content .yext-menu-section .yext-menu-section-items .yext-menu-item-details .yext-menu-item-info-wrapper .yext-menu-item-info .yext-menu-item-name, .menu-details-acm #yext-widget-353611.yext-menu .yext-menu-content .yext-menu-section .yext-menu-section-items .yext-menu-item-details .yext-menu-item-info-wrapper .yext-menu-item-info .yext-menu-item-price {
  color: #1e1d00;
  font-family: "franklin-gothic-ext-comp-urw", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
  text-transform: uppercase;
}
.menu-details-acm #yext-widget-353611.yext-menu .yext-menu-content .yext-menu-section .yext-menu-section-items .yext-menu-item-details .yext-menu-item-info-wrapper .yext-menu-item-desc {
  color: #1e1d00;
  font-family: "Mohave", Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
}

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