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

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

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

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

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

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

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

.ui-datepicker {
  display: none;
  padding: 10px;
  background: #F8F5EC;
  border: thin solid #979797;
  border-radius: 3px;
  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: 16px;
  font-weight: 600;
  line-height: 26px;
  text-transform: uppercase;
  text-align: center;
  color: #AB4D21;
}

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

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

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

.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 {
  border-bottom: 1px solid #DBDBDB;
}
.ui-datepicker-calendar th, .ui-datepicker-calendar td {
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
  text-align: center;
}
.ui-datepicker-calendar th {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
}
.ui-datepicker-calendar td {
  font-size: 13px;
  color: #000;
}
.ui-datepicker-calendar td.ui-datepicker-other-month, .ui-datepicker-calendar td.ui-state-disabled {
  color: #a9a9a9;
}
.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, .ui-datepicker-calendar .ui-datepicker-current-day {
  position: relative;
}
.ui-datepicker-calendar .ui-datepicker-today:after, .ui-datepicker-calendar .ui-datepicker-current-day:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #AB4D21;
  box-sizing: border-box;
  pointer-events: none;
}
.ui-datepicker-calendar .ui-datepicker-today a, .ui-datepicker-calendar .ui-datepicker-current-day a {
  background: #fff;
  color: #000;
}
.ui-datepicker-calendar .ui-datepicker-highlight a,
.ui-datepicker-calendar .ui-state-default:hover {
  background: #AB4D21;
  color: #fff;
}

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

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

.ui-selectmenu-menu {
  position: absolute;
  z-index: 9999999;
  display: none;
  max-height: 258px;
  overflow: auto;
  background: #AB4D21;
  box-shadow: none;
}
.ui-selectmenu-menu.ui-selectmenu-open {
  display: block;
}
.ui-selectmenu-menu ul {
  min-width: 116px;
}
.ui-selectmenu-menu li .ui-menu-item-wrapper {
  padding: 10px 20px;
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  color: #fff;
  text-align: center;
}
.ui-selectmenu-menu li .ui-state-active {
  font-weight: 700;
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 767px) {
  html.hamburger-navigation-visible {
    overflow: hidden;
  }
}
#hamburger-navigation {
  display: none;
  position: fixed;
  right: -100%;
  top: 0;
  padding-top: 130px;
  padding-bottom: 100px;
  height: 100%;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #000;
  transition: right 200ms, visibility 200ms;
  text-align: left;
  z-index: 60;
  visibility: hidden;
}
@media (prefers-reduced-motion) {
  #hamburger-navigation {
    transition: none;
  }
}
@media only screen and (max-width: 1199px) {
  #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 .top-menu {
  z-index: 4;
  position: relative;
  top: auto;
  right: auto;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 30px;
  border-bottom: 1px solid #343434;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #hamburger-navigation .top-menu {
    max-width: 60%;
  }
}
#hamburger-navigation .top-menu ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
#hamburger-navigation .top-menu li {
  display: inline-block;
}
#hamburger-navigation .top-menu li[data-view=custom-view] {
  display: none;
}
#hamburger-navigation .top-menu a {
  display: block;
  padding: 4px;
  font: 15px/13px "Archer", Arial, sans-serif;
  text-decoration: none;
  color: #fff;
}
#hamburger-navigation .top-menu a:hover, #hamburger-navigation .top-menu a.active {
  color: #E2AA1E;
}
#hamburger-navigation .main-menu {
  position: relative;
  max-width: 60%;
  margin: 0 auto;
  padding-bottom: 30px;
}
@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: 8px 40px 8px 4px;
}
#hamburger-navigation .main-menu .menu.level-1 {
  padding-top: 25px;
}
#hamburger-navigation .main-menu .menu.level-1 > li {
  margin-bottom: 14px;
}
#hamburger-navigation .main-menu .menu.level-1 > li > a {
  font: 16px/16px "Archer", Arial, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}
#hamburger-navigation .main-menu .menu.level-1 > li > a:hover, #hamburger-navigation .main-menu .menu.level-1 > li > a.active {
  color: #E2AA1E;
}
#hamburger-navigation .main-menu .menu.level-1 > li > .plus {
  top: 0;
}
#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;
}
@media (prefers-reduced-motion) {
  #hamburger-navigation .main-menu .menu.submenu {
    transition: none;
  }
}
#hamburger-navigation .main-menu .menu.submenu a {
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  color: #fff;
}
#hamburger-navigation .main-menu .menu.submenu a:hover, #hamburger-navigation .main-menu .menu.submenu a.active {
  color: #E2AA1E;
}
#hamburger-navigation .main-menu .parent.expanded > .submenu {
  max-height: 800px;
  padding: 10px 0 10px 20px;
  transition: max-height 222ms cubic-bezier(1, 0, 1, 0), padding 333ms;
  visibility: visible;
}
@media (prefers-reduced-motion) {
  #hamburger-navigation .main-menu .parent.expanded > .submenu {
    transition: none;
  }
}
#hamburger-navigation .main-menu .plus {
  display: block;
  height: 32px;
  width: 32px;
  position: absolute;
  right: 0;
  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: #fff;
  top: 0;
}
@media (prefers-reduced-motion) {
  #hamburger-navigation .main-menu .plus .horizontal, #hamburger-navigation .main-menu .plus .vertical {
    transition: none;
  }
}
#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: #E2AA1E !important;
}
#hamburger-navigation .main-menu .parent.expanded > .plus > .horizontal {
  opacity: 0;
}
#hamburger-navigation .main-menu .menu.submenu .plus {
  top: 0;
}
#hamburger-navigation .footer-menu {
  z-index: 4;
  position: relative;
  top: auto;
  right: auto;
  width: 90%;
  margin: 0 auto;
  padding-top: 30px;
  border-top: 1px solid #343434;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #hamburger-navigation .footer-menu {
    max-width: 60%;
  }
}
#hamburger-navigation .footer-menu ul {
  display: block;
  width: 100%;
}
#hamburger-navigation .footer-menu li {
  display: inline-block;
  width: 49%;
}
#hamburger-navigation .footer-menu li[data-view=custom-view] {
  display: none;
}
#hamburger-navigation .footer-menu a {
  display: block;
  padding: 4px;
  font: 15px/13px "Archer", Arial, sans-serif;
  text-decoration: none;
  color: #fff;
}
#hamburger-navigation .footer-menu a:hover, #hamburger-navigation .footer-menu a.active {
  color: #E2AA1E;
}

@media only screen and (max-width: 1023px) {
  .booking-visible #booking {
    left: 0;
  }
  #booking .center-column {
    padding: 0 20px;
    max-width: 100%;
    height: auto;
  }
  #booking form {
    width: 100%;
    padding: 200px 20px 30px 20px;
    position: absolute;
    height: 100%;
    box-sizing: border-box;
    top: 0;
  }
  #booking .column {
    margin-right: 0;
    width: 100%;
    margin-bottom: 40px;
  }
  #booking .column.guests, #booking .column.booking-rooms {
    width: 48%;
  }
  #booking .column.booking-rooms {
    margin-left: 4%;
  }
  #booking .date-wrapper {
    width: 100%;
  }
  #booking label {
    float: left;
    width: 50px;
    text-align: left;
  }
  #booking input[type=text], #booking input[type=date], #booking .input-overlay {
    width: calc(100% - 50px);
    padding: 0 35px 0 0;
    text-align: left;
  }
  #booking .select-wrapper {
    width: calc(100% - 50px);
    text-align: left;
    padding: 0;
  }
  #booking select, #booking .ui-selectmenu-button {
    width: 100% !important;
  }
  #booking select option, #booking select .ui-selectmenu-text, #booking .ui-selectmenu-button option, #booking .ui-selectmenu-button .ui-selectmenu-text {
    text-align: right;
  }
  #booking .input-overlay {
    display: block;
  }
  #booking #booking-dates {
    width: 100%;
  }
  #booking input[type=submit] {
    width: 100%;
    bottom: 0;
    top: unset;
    height: 60px;
    position: absolute;
    margin-top: 0;
    transform: translate(0, 0);
  }
  .booking-expanded #booking input[type=submit] {
    width: 100%;
    height: 60px;
  }
}
#booking .booking-header {
  position: relative;
  width: 100%;
  z-index: 1;
  padding: 0 20px;
}
#booking .booking-header .logo {
  position: absolute;
  margin: 0 auto;
  text-align: center;
  width: 140px;
  height: auto;
  top: 20px;
  left: 20px;
}
#booking .booking-header .logo img {
  display: block;
  width: 100%;
  height: 100%;
}
#booking .booking-header .booking-title {
  font: 400 20px/20px "Archer", Arial, sans-serif;
  color: #AB4D21;
  text-transform: uppercase;
  padding-top: 105px;
  padding-bottom: 16px;
  border-bottom: 1px solid #5B5B5B;
}
@media only screen and (max-width: 1023px) {
  #booking .booking-header {
    display: block;
  }
}
#booking .datepicker-buttons {
  width: 100%;
  max-width: 1200px;
  padding: 10px 60px 0;
  text-align: right;
  display: none;
}
.booking-expanded #booking .datepicker-buttons {
  display: block;
}
@media only screen and (max-width: 767px) {
  #booking .datepicker-buttons {
    left: 0;
    bottom: 0;
    position: fixed;
    z-index: 7;
    padding: 0;
  }
}
#booking .datepicker-buttons button {
  font: 400 14px/14px "Archer", Arial, sans-serif;
  color: #000;
}
#booking .datepicker-buttons button[data-action=reset] {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  #booking .datepicker-buttons button[data-action=reset] {
    display: none;
  }
}
#booking .datepicker-buttons button[data-action=close] {
  display: none;
}
@media only screen and (max-width: 1023px) {
  #booking .datepicker-buttons button[data-action=close] {
    display: block;
  }
}
#booking .datepicker-buttons button:hover {
  color: #E2AA1E;
}
@media only screen and (max-width: 767px) {
  #booking .datepicker-buttons button {
    color: #fff;
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    background: #AB4D21;
    z-index: 80;
    text-align: center;
    text-transform: uppercase;
    font: 400 19px/60px "Archer", Arial, sans-serif;
  }
  #booking .datepicker-buttons button:hover {
    background: #E2AA1E;
  }
}
#booking .close {
  display: none;
  position: absolute;
  right: -90px;
  height: 30px;
  width: 30px;
  margin: 0 auto 30px;
  opacity: 1;
  cursor: pointer;
  transition: opacity 0.3s ease-out;
}
@media (prefers-reduced-motion) {
  #booking .close {
    transition: none;
  }
}
.booking-expanded #booking .close {
  display: block;
}
.booking-expanded.sticky-booking #booking .close {
  display: none;
}
@media only screen and (max-width: 1023px) {
  #booking .close {
    display: block;
    right: 20px;
    top: 25px;
    z-index: 2;
  }
  #booking .close div {
    display: none;
  }
}
#booking .close span {
  background: transparent;
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
}
#booking .close span:before, #booking .close span:after {
  content: "";
  display: block;
  width: 28px;
  height: 1px;
  position: absolute;
  left: -1px;
  background: #45300D;
  transition: 350ms ease-in-out;
}
@media (prefers-reduced-motion) {
  #booking .close span:before, #booking .close span:after {
    transition: none;
  }
}
@media only screen and (max-width: 1023px) {
  #booking .close span:before, #booking .close span:after {
    background: #AB4D21;
    height: 3px;
    left: 0;
  }
}
#booking .close span:before {
  top: -1px;
  transform: rotate(45deg);
}
@media only screen and (max-width: 1023px) {
  #booking .close span:before {
    top: -2px;
  }
}
#booking .close span:after {
  bottom: 0;
  transform: rotate(-45deg);
}
#booking .close div {
  font: 400 15px/13px "Archer", Arial, sans-serif;
  color: #45300D;
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
}
#booking .close:hover span:before, #booking .close:hover span:after {
  background: #E2AA1E;
}
#booking .close:hover div {
  color: #E2AA1E;
}
#booking .bottom-close {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
  color: #fff;
  font: 600 18px/18px "Archer", Arial, sans-serif;
  display: none;
}
.booking-expanded #booking .bottom-close {
  display: initial;
}
#booking .bottom-close:hover {
  color: #E2AA1E;
}
@media only screen and (max-width: 767px) {
  #booking .bottom-close {
    display: none !important;
  }
}

#booking-datepicker {
  display: none;
  position: relative;
  left: 0;
  z-index: 7;
  width: 100%;
  max-width: 1200px;
  padding: 0 60px;
}
#booking-datepicker.visible {
  display: block;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker {
    display: none;
    position: absolute;
    top: 65px;
    bottom: 0;
    height: 100%;
    overflow: scroll;
    background: #fff;
    padding-bottom: 80px !important;
  }
  #booking-datepicker.visible {
    display: block;
  }
}
#booking-datepicker .mobile-header {
  display: none;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .mobile-header {
    position: relative;
    display: block;
    background: #fff;
    margin: 0 -20px;
  }
  #booking-datepicker .mobile-header .header-title {
    height: 55px;
    padding: 0 19px;
    line-height: 55px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: left;
    color: #AB4D21;
  }
  #booking-datepicker .mobile-header .datepicker-close-button {
    position: absolute;
    top: 6px;
    right: 25px;
    height: 44px;
    line-height: 42px;
    font-size: 12px;
    text-transform: uppercase;
    padding-right: 23px;
  }
  #booking-datepicker .mobile-header .datepicker-close-button:before, #booking-datepicker .mobile-header .datepicker-close-button:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 6px;
    width: 1px;
    height: 16px;
    background: #262323;
    transform: translateY(-50%) rotate(45deg);
  }
  #booking-datepicker .mobile-header .datepicker-close-button:after {
    transform: translateY(-50%) rotate(-45deg);
  }
  #booking-datepicker .mobile-header .status {
    display: flex;
    height: 65px;
  }
  #booking-datepicker .mobile-header .status .status-column {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-top: 1px solid #cacbcb;
  }
  #booking-datepicker .mobile-header .status .status-column:first-child {
    border-right: 1px solid #cacbcb;
  }
  #booking-datepicker .mobile-header .status .status-label {
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 400;
  }
  #booking-datepicker .mobile-header .status .status-date {
    font-size: 18px;
    line-height: 1em;
    font-weight: 400;
  }
  #booking-datepicker .mobile-header .week-days {
    display: flex;
    justify-content: space-around;
    padding: 0 23px;
    background: #AB4D21;
  }
  #booking-datepicker .mobile-header .week-days .week-day {
    margin: 0 10px;
    font-size: 8px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
  }
}
#booking-datepicker .ui-datepicker {
  width: 100% !important;
  white-space: nowrap;
  box-shadow: none;
  background: #fff;
  display: flex !important;
  justify-content: space-between;
  border: none;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker {
    display: block !important;
    white-space: normal;
  }
}
#booking-datepicker .ui-datepicker:after {
  content: unset;
}
#booking-datepicker .ui-datepicker-row-break {
  display: none !important;
}
#booking-datepicker .ui-datepicker-group {
  display: inline-block;
  white-space: normal;
  width: 30%;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker-group {
    width: 100%;
    margin-bottom: 30px;
  }
}
#booking-datepicker .ui-datepicker-prev,
#booking-datepicker .ui-datepicker-next {
  position: absolute;
  bottom: 50%;
  margin-top: -21px;
  width: 27px;
  height: 27px;
  border: 3px solid #5B5B5B;
  border-bottom: 0;
  border-left: 0;
  text-indent: -100em;
  overflow: hidden;
  transition: border-color 350ms ease-in-out;
  cursor: pointer;
  z-index: 2;
  top: 50%;
}
@media (prefers-reduced-motion) {
  #booking-datepicker .ui-datepicker-prev,
#booking-datepicker .ui-datepicker-next {
    transition: none;
  }
}
#booking-datepicker .ui-datepicker-prev:not(.ui-state-disabled):hover,
#booking-datepicker .ui-datepicker-next:not(.ui-state-disabled):hover {
  border-color: #E2AA1E;
}
#booking-datepicker .ui-datepicker-prev:after,
#booking-datepicker .ui-datepicker-next:after {
  display: none !important;
}
#booking-datepicker .ui-datepicker-prev {
  left: 4px;
  transform: rotate(-135deg);
}
#booking-datepicker .ui-datepicker-next {
  right: 4px;
  transform: rotate(45deg);
}
#booking-datepicker .ui-datepicker-header {
  margin-bottom: 15px;
  color: #000;
}
#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%;
}

.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 "Archer", Arial, sans-serif;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage .headings h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
.homepage-additional-content .subpage .headings h3 {
  font-size: 24px;
  line-height: 33px;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage .headings h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
.homepage-additional-content .subpage .content-wrapper {
  float: right;
  width: 280px;
  padding: 75px 30px 70px;
  min-height: 470px;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage .content-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 0;
    padding: 20px 20px 20px;
  }
}
.homepage-additional-content .subpage .content-wrapper .copy {
  position: relative;
  font-size: 14px;
  line-height: 1.7;
  min-height: 240px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage .content-wrapper .copy {
    font-size: 12px;
    margin-bottom: 20px;
    min-height: 0;
  }
}
.homepage-additional-content .subpage.even {
  background-position: 75% 50%;
}
.homepage-additional-content .subpage.even > .button {
  right: 40px;
  left: auto;
}
.homepage-additional-content .subpage.even .headings {
  left: auto;
  right: 40px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage.even .headings {
    left: 40px;
  }
}
.homepage-additional-content .subpage.even .content-wrapper {
  float: left;
}

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

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

#events {
  position: relative;
  overflow: hidden;
  text-align: center;
  width: 100%;
}
#events h2 {
  font: 200 36px/1.2 "Wade Sans", sans-serif;
  margin: 15px;
  color: #45300D;
  text-transform: uppercase;
}
#events h2 a {
  text-decoration: none;
}
#events .slideshow {
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
}
#events .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
#events .event {
  position: relative;
  display: inline-block;
  width: calc(33.33% - 10px);
  height: 666px;
  overflow: hidden;
  vertical-align: top;
  white-space: normal;
  margin: 0 5px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #events .event {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  #events .event {
    width: 100vw;
    height: 580px;
    margin: 0;
  }
}
#events .event .thumbnail {
  position: relative;
  width: 100%;
  height: 350px;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #events .event .thumbnail {
    height: 266px;
  }
}
#events .event .thumbnail.no-thumbnail {
  background: #dbdbdb;
}
#events .event .thumbnail .loading:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid transparent;
  border-top-color: #AB4D21;
  border-bottom-color: #AB4D21;
  border-radius: 50%;
  -webkit-animation: loading-icon-spin 1200ms linear infinite;
          animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#events .event .date {
  display: block;
  position: relative;
  margin: 34px 0 37px;
  color: #525252;
  font-size: 17px;
  line-height: 23px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  #events .event .date {
    margin: 20px 0;
  }
}
#events .event .date a {
  color: inherit;
  text-decoration: none;
}
#events .event .date a:hover {
  text-decoration: underline;
}
#events .event .date:after {
  content: "";
  display: block;
  width: 180px;
  height: 1px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #E0E0E0;
}
@media only screen and (max-width: 767px) {
  #events .event .date:after {
    bottom: -8px;
  }
}
#events .event h3 {
  font: 200 24px/1.33 "Wade Sans", sans-serif;
  color: #AB4D21;
  margin-bottom: 16px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  #events .event h3 {
    font-size: 20px;
  }
}
#events .event p {
  font-size: 15px;
  line-height: 1.33;
  color: #525252;
}
@media only screen and (max-width: 767px) {
  #events .event p {
    font-size: 14px;
  }
}
#events .event .copy {
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  #events .event .copy {
    padding: 0 10px;
  }
}
#events .event .button {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#events .slideshow-pagination {
  margin: 20px 0;
  text-align: center;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  #events .slideshow-pagination {
    display: none;
  }
}
#events .slideshow-pagination > * {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  text-indent: -9999px;
  overflow: hidden;
  background: #AB4D21 "";
  border-radius: 50%;
  transition: background 350ms ease-in-out;
  cursor: pointer;
}
@media (prefers-reduced-motion) {
  #events .slideshow-pagination > * {
    transition: none;
  }
}
#events .slideshow-pagination > *:hover, #events .slideshow-pagination > *.active {
  background: #E2AA1E;
}

#map-popup {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms ease;
  background: #d4d4d4;
}
@media (prefers-reduced-motion) {
  #map-popup {
    transition: none;
  }
}
#map-popup.visible {
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}
#map-popup .map-close {
  position: absolute;
  top: 30px;
  right: 30px;
}
@media only screen and (max-width: 767px) {
  #map-popup .map-close {
    top: 0;
    right: 0;
  }
}
#map-popup .popup-map {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
}
#map-popup .map-popup-content {
  width: 300px;
  box-sizing: border-box;
  background: #fff;
  padding: 35px 25px 20px;
  position: absolute;
  top: 30px;
  right: 84px;
  z-index: 98;
  text-align: center;
  box-shadow: 0 2px 100px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 767px) {
  #map-popup .map-popup-content {
    width: 100%;
    top: 0;
    right: 0;
  }
}
#map-popup .map-popup-content img {
  display: block;
  width: 117px;
  height: auto;
  margin: 0 auto;
}
#map-popup .map-popup-content h2 {
  margin-top: 30px;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  font-weight: 600;
}
#map-popup .map-popup-content p {
  font-size: 12px;
  line-height: 21px;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
}

.reviews-slideshow {
  position: relative;
  padding: 50px 0;
  overflow: hidden;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .reviews-slideshow {
    padding-bottom: 75px;
  }
}
.reviews-slideshow h2 {
  font: 200 36px/1.2 "Wade Sans", sans-serif;
  margin-bottom: 30px;
  color: #000;
  text-transform: uppercase;
  text-align: center;
}
.reviews-slideshow .slideshow {
  width: calc(100% - 40px);
  max-width: 730px;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .reviews-slideshow .slideshow {
    width: calc(100% - 200px);
  }
}
@media only screen and (max-width: 767px) {
  .reviews-slideshow .slideshow {
    width: calc(100% - 60px);
  }
}
.reviews-slideshow .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
.reviews-slideshow .slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  text-align: center;
  color: #525252;
  font-family: "Archer", Arial, sans-serif;
  font-size: 16px;
  line-height: 26px;
}
.reviews-slideshow .slide h3,
.reviews-slideshow .slide .copy {
  quotes: "\AB" "\BB";
}
.reviews-slideshow .slide h3:before,
.reviews-slideshow .slide .copy:before {
  content: open-quote;
  display: inline;
}
.reviews-slideshow .slide h3:after,
.reviews-slideshow .slide .copy:after {
  content: close-quote;
  display: inline;
}
.reviews-slideshow .slide h3 {
  font-size: 32px;
  line-height: 1.2;
  color: #9B9B9B;
  text-transform: uppercase;
}
.reviews-slideshow .slide .copy {
  margin-top: 25px;
}
.reviews-slideshow .slide .copy * {
  display: inline;
}
.reviews-slideshow .slide .name {
  margin-top: 25px;
  font-weight: 700;
}
.reviews-slideshow .slideshow-button {
  border: 2px solid #000;
  border-bottom: 0;
  border-left: 0;
  height: 30px;
  overflow: hidden;
  position: absolute;
  text-indent: -100em;
  top: 50%;
  margin-top: -10px;
  width: 30px;
  z-index: 10;
  transition: border-color 350ms ease-in-out;
  cursor: pointer;
}
@media (prefers-reduced-motion) {
  .reviews-slideshow .slideshow-button {
    transition: none;
  }
}
@media only screen and (max-width: 767px) {
  .reviews-slideshow .slideshow-button {
    display: none;
  }
}
.reviews-slideshow .slideshow-button:hover {
  border-color: #aaa;
}
.reviews-slideshow .slideshow-button.previous {
  left: 40px;
  transform: rotate(-135deg);
}
@media only screen and (max-width: 1023px) {
  .reviews-slideshow .slideshow-button.previous {
    left: 20px;
  }
}
.reviews-slideshow .slideshow-button.next {
  right: 40px;
  transform: rotate(45deg);
}
@media only screen and (max-width: 1023px) {
  .reviews-slideshow .slideshow-button.next {
    right: 20px;
  }
}

.rooms .categories-descr {
  padding: 0 20px;
}
.rooms .categories-descr .category-descr {
  display: none;
}
.rooms .categories-descr .category-descr.active {
  display: block;
}

.room .amenities {
  clear: both;
  margin: 30px 0;
}
.room .amenities .rooms-icon {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 20px;
  width: 49%;
  font: 600 14px "Archer", Arial, sans-serif !important;
  text-transform: uppercase;
}
.room .amenities .rooms-icon:before {
  font-family: "HeBS-Icons" !important;
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  margin-right: 20px;
}
.room .thumbnail {
  position: relative;
  float: right;
  margin: 0 0 20px 20px;
  max-width: 50%;
}
@media only screen and (max-width: 767px) {
  .room .thumbnail {
    width: 100%;
    margin: 20px 0;
    max-width: none;
    float: none;
  }
}
.room .thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
.room .links {
  margin: 20px 0;
}

/* TEMPLATE 1 - 1 */
.rooms .template-1-1 {
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
  background: #DBDBDB;
  overflow: hidden;
}
@media (max-width: 550px) {
  .rooms .template-1-1 {
    padding: 0;
    text-align: left;
  }
}
.rooms .template-1-1 .thumbnail {
  position: relative;
  float: left;
  margin: 0;
  padding: 0 30px 0 0;
  width: 200px;
}
.rooms .template-1-1 .thumbnail img {
  width: 100%;
  display: block;
}
.rooms .template-1-1 .thumbnail nav {
  display: none;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
}
.rooms .template-1-1 .thumbnail nav .price {
  display: table-cell;
  padding: 10px 5px 6px;
  width: 50%;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background: rgba(69, 48, 13, 0.7);
}
.rooms .template-1-1 .thumbnail nav .price .number {
  font-size: 22px;
}
.rooms .template-1-1 .thumbnail nav .button {
  display: table-cell;
  width: 50%;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  line-height: 19px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  background: rgba(171, 77, 33, 0.7);
  border: 0;
}
@media (max-width: 550px) {
  .rooms .template-1-1 .thumbnail {
    float: none;
    padding: 0;
    width: 100%;
  }
  .rooms .template-1-1 .thumbnail img {
    width: 100%;
  }
  .rooms .template-1-1 .thumbnail nav {
    display: table;
  }
}
.rooms .template-1-1 .description {
  position: relative;
  margin-left: 200px;
  padding-right: 200px;
}
@media (max-width: 767px) {
  .rooms .template-1-1 .description {
    padding-right: 0;
  }
}
@media (max-width: 550px) {
  .rooms .template-1-1 .description {
    margin-left: 0;
    padding: 10px;
  }
}
.rooms .template-1-1 .description h3 {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 37px;
  color: #000;
}
@media (max-width: 550px) {
  .rooms .template-1-1 .description h3 {
    margin-bottom: 10px;
  }
}
.rooms .template-1-1 .description p {
  margin-bottom: 20px;
}
.rooms .template-1-1 .description nav.links a {
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  margin-right: 8px;
  padding-right: 8px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
}
.rooms .template-1-1 .description nav.links a:after {
  content: "";
  position: absolute;
  top: 1px;
  right: -1px;
  height: 15px;
  width: 1px;
  background: #aaa;
}
.rooms .template-1-1 .description nav.links a:last-child {
  margin: 0;
  padding: 0;
}
.rooms .template-1-1 .description nav.links a:last-child:after {
  content: none;
}
.rooms .template-1-1.no-booking .description {
  padding-right: 0;
}
.rooms .template-1-1 .features span {
  display: inline-block;
  margin: 0 20px 8px 0;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #AB4D21;
}
@media (max-width: 550px) {
  .rooms .template-1-1 .features span {
    display: block;
    margin: 0 0 8px 0;
  }
}
.rooms .template-1-1 .amenities {
  position: relative;
  margin: 10px 0;
  line-height: 30px;
  height: 30px;
}
@media (max-width: 550px) {
  .rooms .template-1-1 .amenities {
    margin: 15px 0;
  }
}
.rooms .template-1-1 .amenities.multiline {
  margin-right: 50px;
}
.rooms .template-1-1 .amenities .main-list {
  height: 30px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.rooms .template-1-1 .amenities .additional-list {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 100%;
  opacity: 0;
  line-height: 30px;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0s ease 0.2s;
  padding: 20px 70px 20px 20px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
@media (prefers-reduced-motion) {
  .rooms .template-1-1 .amenities .additional-list {
    transition: none;
  }
}
.rooms .template-1-1 .amenities span {
  display: inline-block;
  font-size: 20px;
  letter-spacing: 10px;
  vertical-align: middle;
}
.rooms .template-1-1 .amenities .toggle {
  display: none;
  position: absolute;
  right: -50px;
  bottom: 0;
  width: 31px;
  height: 100%;
  margin: 0;
  border-left: thin solid #a6a6a6;
  text-align: right;
  z-index: 4;
}
.rooms .template-1-1 .amenities .toggle:before {
  content: "\2022\2022\2022";
  display: inline-block;
  font-size: 20px;
}
.rooms .template-1-1 .amenities.multiline .toggle {
  display: block;
}
.rooms .template-1-1 .amenities.expand .additional-list {
  opacity: 1;
  visibility: visible;
  z-index: 3;
  transition: opacity 0.2s, visibility 0s ease 0s;
}
@media (prefers-reduced-motion) {
  .rooms .template-1-1 .amenities.expand .additional-list {
    transition: none;
  }
}
.rooms .template-1-1 .amenities.expand .toggle:before, .rooms .template-1-1 .amenities.expand .toggle:after {
  content: "";
  display: block;
  background: #AB4D21;
  position: absolute;
  transform: rotate(45deg);
}
.rooms .template-1-1 .amenities.expand .toggle:before {
  width: 20px;
  height: 2px;
  top: 15px;
  right: -2px;
}
.rooms .template-1-1 .amenities.expand .toggle:after {
  width: 2px;
  height: 20px;
  top: 6px;
  right: 7px;
}
.rooms .template-1-1 .booking-info {
  width: 140px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}
@media (max-width: 550px) {
  .rooms .template-1-1 .booking-info {
    display: none;
  }
}
@media (max-width: 767px) {
  .rooms .template-1-1 .booking-info {
    position: static;
    width: auto;
    margin: 20px 0;
  }
}
.rooms .template-1-1 .booking-info .price {
  display: block;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1;
  text-decoration: none;
}
@media (max-width: 767px) {
  .rooms .template-1-1 .booking-info .price {
    font-size: 18px;
  }
}
.rooms .template-1-1 .booking-info .button {
  width: 100%;
  padding: 0;
}
@media (max-width: 767px) {
  .rooms .template-1-1 .booking-info .button {
    padding: 0 32px;
  }
}
@media (max-width: 767px) {
  .rooms .template-1-1 .booking-info .price,
.rooms .template-1-1 .booking-info .button {
    display: inline-block;
    width: auto;
    margin-right: 10px;
  }
}

#home-gallery {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding-bottom: 10px;
  text-align: center;
  z-index: 10;
}
#home-gallery h2 {
  display: none;
  font: 200 36px/1.2 "Wade Sans", sans-serif;
  margin: 40px 0;
  color: #000;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #home-gallery h2 {
    display: block;
  }
}
#home-gallery div.gallery-wrapper {
  overflow: hidden;
}
#home-gallery .photo {
  display: block;
  float: left;
  margin: 10px 0 0 10px;
  width: calc((100% - 60px) / 5);
  height: 0;
  padding-top: calc((100% - 60px) / 5);
  position: relative;
  background-position: 50% 50%;
  background-size: cover;
  font-size: 0;
  transition: opacity 0.3s ease-out;
  opacity: 1;
}
@media (prefers-reduced-motion) {
  #home-gallery .photo {
    transition: none;
  }
}
#home-gallery .photo:hover {
  opacity: 0.8;
}
#home-gallery .photo:nth-child(4), #home-gallery .photo:nth-child(5), #home-gallery .photo:nth-child(11) {
  width: calc((100% - 60px) / 5 * 2 + 10px);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #home-gallery .photo {
    width: calc((100% - 50px) / 4);
    padding-top: calc((100% - 50px) / 4);
  }
  #home-gallery .photo:nth-child(4), #home-gallery .photo:nth-child(5), #home-gallery .photo:nth-child(11) {
    width: calc((100% - 50px) / 4);
  }
}
@media only screen and (max-width: 767px) {
  #home-gallery .photo {
    width: calc((100% - 30px) / 2);
    padding-top: calc((100% - 30px) / 2);
  }
  #home-gallery .photo:nth-child(4), #home-gallery .photo:nth-child(5), #home-gallery .photo:nth-child(11) {
    width: calc((100% - 30px) / 2);
  }
  #home-gallery .photo:nth-child(n+8) {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #home-gallery span.photo {
    display: none;
  }
}
#home-gallery span.photo:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
#home-gallery span.photo .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font: 25px/25px "Wade Sans", 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: 200 36px/1.2 "Wade Sans", sans-serif;
  margin-bottom: 30px;
  color: #000;
  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: #AB4D21;
  border-bottom-color: #AB4D21;
  border-radius: 50%;
  -webkit-animation: loading-icon-spin 1200ms linear infinite;
          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 "Archer", Arial, sans-serif;
  overflow: hidden;
  opacity: 1;
  text-align: left;
  background: #ebebeb;
  color: #6F6F6F;
  transition: opacity 350ms ease-in-out;
  margin-bottom: 20px;
}
#feeds .feed-item .inner-wrapper {
  width: 100%;
  padding-top: 100%;
}
#feeds .feed-item:hover {
  opacity: 0.86;
}
@media (max-width: 449px) {
  #feeds .feed-item {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (min-width: 450px) and (max-width: 767px) {
  #feeds .feed-item {
    width: calc((100% - 10px) / 2);
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #feeds .feed-item {
    width: calc((100% - 30px) / 3);
    margin-bottom: 10px;
  }
}
@media (min-width: 1440px) and (max-width: 1799px) {
  #feeds .feed-item {
    width: calc((100% - 80px) / 5);
  }
}
@media (min-width: 1800px) {
  #feeds .feed-item {
    width: calc((100% - 100px) / 6);
  }
}
#feeds .feed-item:before {
  content: "";
  display: block;
  position: absolute;
  width: 31px;
  height: 31px;
  right: 10px;
  top: 10px;
  background: url("images/feeds-sprite.svg") -180px 0 no-repeat;
  z-index: 5;
}
#feeds .feed-item.invisible {
  opacity: 0;
}
#feeds .feed-item .feed-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
#feeds .feed-item .feed-thumb div {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.6;
}
#feeds .feed-item.instagram .feed-thumb div {
  opacity: 1;
}
#feeds .feed-item .feed-descr {
  position: absolute;
  bottom: 0;
  top: 0;
  overflow: hidden;
  padding: 15px;
  width: 100%;
  font: 14px/18px "Archer", Arial, sans-serif;
  text-align: left;
  color: #ffffff;
}
@media only screen and (min-width: 1800px) {
  #feeds .feed-item .feed-descr {
    padding: 20px;
  }
}
#feeds .feed-item .feed-title {
  margin-bottom: 10px;
  font-weight: 600;
  text-decoration: underline;
  transition: all 350ms ease-in-out;
  padding-right: 30px;
}
@media (prefers-reduced-motion) {
  #feeds .feed-item .feed-title {
    transition: none;
  }
}
#feeds .feed-item .feed-date {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
}
#feeds .feed-item .feed-text {
  display: inline-block;
  font-family: "Archer", Arial, sans-serif;
  font-weight: 200;
}
#feeds .feed-item .feed-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#feeds .feed-item.instagram {
  background: #833ab4;
}
#feeds .feed-item.instagram:before {
  background-position: 0 0;
}
#feeds .feed-item.instagram .feed-descr {
  display: none;
}
#feeds .feed-item.instagram a {
  color: inherit;
}
#feeds .feed-item.facebook {
  background: #3b5998;
}
#feeds .feed-item.facebook:before {
  background-position: -50px 0;
}
#feeds .feed-item.twitter {
  background: #657786;
}
#feeds .feed-item.twitter:before {
  background-position: -100px 0;
}
#feeds .feed-item.blog:before {
  background-position: -150px 0;
}
#feeds .feed-item.blog h3 {
  color: #ACA394;
  padding-right: 30px;
  margin-bottom: 7px;
  transition: all 350ms ease-in-out;
}
@media (prefers-reduced-motion) {
  #feeds .feed-item.blog h3 {
    transition: none;
  }
}
#feeds .feed-item.blog h3:hover {
  opacity: 0.7;
}
#feeds .feed-item.blog .feed-descr {
  color: #5c574f;
}
#feeds .feed-controls {
  display: block;
  text-align: center;
}

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

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

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

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

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

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

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

#footer {
  position: relative;
  padding-top: 220px;
  padding-bottom: 36px;
  font-size: 14px;
  color: #fff;
  text-align: left;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  #footer {
    padding-bottom: 110px;
  }
}
@media only screen and (max-width: 767px) {
  #footer {
    text-align: center;
    padding-top: 150px;
    padding-bottom: 110px;
  }
}
#footer > * {
  position: relative;
  z-index: 3;
}
#footer:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.52) 80%, rgba(0, 0, 0, 0.65) 100%);
  opacity: 0.8;
  z-index: 2;
}
#footer .footer-background {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  #footer .footer-background {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center bottom;
       object-position: center bottom;
  }
}
#footer .center-column {
  max-width: 1230px;
}
#footer a {
  color: inherit;
}
#footer a:hover, #footer a.active {
  color: #E2AA1E;
}
#footer .bottom-row {
  padding: 0 30px;
  margin-top: 20px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
@media only screen and (max-width: 767px) {
  #footer .bottom-row {
    flex-wrap: wrap;
    margin-top: 64px;
  }
}
#footer .bottom-row .right-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
@media only screen and (max-width: 767px) {
  #footer .bottom-row .right-wrapper {
    width: 100%;
  }
}
#footer .bottom-row .right-wrapper .row {
  width: 100%;
}
#footer .bottom-row .right-wrapper .row.right-wrapper-bottom {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  #footer .bottom-row .right-wrapper .row.right-wrapper-bottom {
    flex-wrap: wrap;
  }
}
#footer .bottom-row .copyright {
  flex-shrink: 0;
  font-weight: 600;
  position: relative;
  color: #fff;
  white-space: nowrap;
}
#footer .bottom-row .copyright span {
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  #footer .bottom-row .copyright {
    width: 100%;
    margin-top: 10px;
  }
}
#footer .bottom-row .socials {
  text-align: right;
  font-size: 0;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  #footer .bottom-row .socials {
    text-align: center;
  }
}
#footer .bottom-row .socials li {
  display: inline-block;
  margin: 0 0 0 10px;
}
@media only screen and (max-width: 767px) {
  #footer .bottom-row .socials li {
    margin: 0 5px;
  }
}
#footer .bottom-row .socials a {
  position: relative;
  display: block;
  width: 26px;
  height: 26px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/sprite.svg") 0 0 no-repeat;
  color: #000;
}
#footer .bottom-row .socials a.facebook {
  background-position: -1px -347px;
}
#footer .bottom-row .socials a.facebook:hover {
  background-position: -1px -387px;
}
#footer .bottom-row .socials a.twitter {
  background-position: -41px -348px;
}
#footer .bottom-row .socials a.twitter:hover {
  background-position: -41px -388px;
}
#footer .bottom-row .socials a.tiktok {
  background: url("../images/tiktok.png") center no-repeat;
}
#footer .bottom-row .socials a.instagram {
  background-position: -281px -347px;
}
#footer .bottom-row .socials a.instagram:hover {
  background-position: -281px -387px;
}
#footer .bottom-row .socials a.tripadvisor {
  background-position: -201px -347px;
}
#footer .bottom-row .socials a.tripadvisor:hover {
  background-position: -201px -387px;
}
#footer .bottom-row .socials a.youtube {
  background-position: -121px -347px;
}
#footer .bottom-row .socials a.youtube:hover {
  background-position: -121px -387px;
}
#footer .bottom-row .socials a.flickr {
  background-position: -361px -347px;
}
#footer .bottom-row .socials a.flickr:hover {
  background-position: -361px -387px;
}
#footer .bottom-row .socials a.pinterest {
  background-position: -241px -347px;
}
#footer .bottom-row .socials a.pinterest:hover {
  background-position: -241px -387px;
}

#newsletter {
  padding: 0 40px 0 0;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  #newsletter {
    padding: 0 20px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  #newsletter {
    width: 100%;
    padding: 0;
    text-align: center;
    margin-bottom: 40px;
  }
}
#newsletter a {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  position: relative;
  display: block;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  #newsletter a {
    display: inline-block;
  }
}
#newsletter a:after {
  transition: color 350ms ease-in-out;
  content: attr(data-title);
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #E2AA1E;
  pointer-events: none;
}
@media (prefers-reduced-motion) {
  #newsletter a:after {
    transition: none;
  }
}
@media only screen and (max-width: 767px) {
  #newsletter a:after {
    display: none;
  }
}
#newsletter a:hover {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #newsletter a:hover {
    color: #E2AA1E;
  }
}
#newsletter a:hover:after {
  color: #fff;
}

#footer-contacts {
  background: #000;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  margin-bottom: 30px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.57px;
}
@media only screen and (max-width: 767px) {
  #footer-contacts {
    flex-direction: column;
    padding: 30px 30px 36px 30px;
  }
}
#footer-contacts p {
  margin-right: 20px;
}
#footer-contacts p .segment {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  #footer-contacts p .segment {
    display: block;
  }
}
#footer-contacts a.footer-email {
  text-decoration: underline;
}
#footer-contacts .sep {
  display: inline-block;
  padding: 0 13px;
}
@media only screen and (max-width: 767px) {
  #footer-contacts .sep {
    display: none;
  }
}
#footer-contacts .footer-logo {
  width: 153px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  #footer-contacts .footer-logo {
    width: 145px;
    margin-top: 20px;
  }
}

#footer-menu {
  font-size: 0;
  flex-shrink: 0;
  max-width: 60%;
}
@media only screen and (max-width: 767px) {
  #footer-menu {
    display: none;
  }
}
#footer-menu ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
#footer-menu li {
  display: inline-block;
  width: calc(100% / 3);
  padding-right: 75px;
  box-sizing: border-box;
  margin-bottom: 14px;
}
@media only screen and (max-width: 1023px) {
  #footer-menu li {
    padding-right: 40px;
  }
}
#footer-menu a {
  display: block;
  font-size: 14px;
  font-family: "Archer", Arial, sans-serif;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  color: #000;
}
#footer-menu a:after {
  content: attr(data-title);
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  font: inherit;
  top: 0;
  left: 0;
  color: #fff;
  pointer-events: none;
  transition: color 200ms ease;
}
@media (prefers-reduced-motion) {
  #footer-menu a:after {
    transition: none;
  }
}
#footer-menu a:hover:after, #footer-menu a.active:after {
  color: #E2AA1E;
}

#hebs-gallery {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: rgba(52, 52, 52, 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: 54px;
  height: 54px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
  background: #000;
}
#hebs-gallery .close-button:after, #hebs-gallery .close-button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 27px;
  background: #fff;
  transition: background-color 350ms ease-in-out;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media (prefers-reduced-motion) {
  #hebs-gallery .close-button:after, #hebs-gallery .close-button:before {
    transition: none;
  }
}
#hebs-gallery .close-button:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#hebs-gallery .close-button:hover {
  background: #AB4D21;
}
#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: #000;
  font-size: 14px;
  color: #fff;
  border-color: #000;
}
#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: 43px;
  height: 43px;
  margin-top: -22px;
  text-indent: -9999px;
  overflow: hidden;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  font-size: 0;
  transition: border-color 350ms ease-in-out;
}
@media (prefers-reduced-motion) {
  #hebs-gallery .galleria-image-nav-left, #hebs-gallery .galleria-image-nav-right {
    transition: none;
  }
}
#hebs-gallery .galleria-image-nav-left:hover, #hebs-gallery .galleria-image-nav-right:hover {
  border-color: #949494;
}
#hebs-gallery .galleria-image-nav-left {
  left: 20px;
  transform: rotate(-45deg);
  transform-origin: center;
}
#hebs-gallery .galleria-image-nav-right {
  right: 20px;
  transform: rotate(135deg);
  transform-origin: center;
}
#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: #AB4D21;
  border-bottom-color: #AB4D21;
  border-radius: 50%;
  -webkit-animation: loading-icon-spin 1200ms linear infinite;
          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;
}
@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: 15px;
  height: 15px;
  margin-top: -7px;
  text-indent: -9999px;
  overflow: hidden;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  font-size: 0;
  transform-origin: center;
  transition: border-color 350ms ease-in-out;
}
@media (prefers-reduced-motion) {
  #hebs-gallery .galleria-thumb-nav-left, #hebs-gallery .galleria-thumb-nav-right {
    transition: none;
  }
}
#hebs-gallery .galleria-thumb-nav-left:hover, #hebs-gallery .galleria-thumb-nav-right:hover {
  border-color: #949494;
}
#hebs-gallery .galleria-thumb-nav-left.disabled, #hebs-gallery .galleria-thumb-nav-right.disabled {
  opacity: 0.5;
  cursor: default;
}
#hebs-gallery .galleria-carousel .galleria-thumb-nav-left, #hebs-gallery .galleria-carousel .galleria-thumb-nav-right {
  display: block;
}
#hebs-gallery .galleria-thumb-nav-left {
  left: 15px;
  transform: rotate(-45deg);
}
#hebs-gallery .galleria-thumb-nav-right {
  right: 15px;
  transform: rotate(135deg);
}
#hebs-gallery .galleria-info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 40px;
}
#hebs-gallery .galleria-info .galleria-info-description {
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  color: #fff;
  position: absolute;
  left: 300px;
  right: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#share-this-site-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABAAQMAAACQp+OdAAAAA1BMVEUAAACnej3aAAAAAXRSTlOzEo46UAAAAA5JREFUeAFjoACMglEAAAJAAAGccJWlAAAAAElFTkSuQmCC");
  background: rgba(0, 0, 0, 0.7);
}
#share-this-site-overlay .wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 420px;
  height: 140px;
  padding: 20px;
  margin: -90px 0 0 -230px;
  background: #327d7d;
}
#share-this-site-overlay .close-button {
  position: absolute;
  right: 15px;
  top: 10px;
  width: 17px;
  height: 17px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
}
#share-this-site-overlay .close-button:after, #share-this-site-overlay .close-button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 25px;
  background: #fff;
  transition: background-color 350ms ease-in-out;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media (prefers-reduced-motion) {
  #share-this-site-overlay .close-button:after, #share-this-site-overlay .close-button:before {
    transition: none;
  }
}
#share-this-site-overlay .close-button:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#share-this-site-overlay .close-button:hover:after, #share-this-site-overlay .close-button:hover:before {
  background: #949494;
}

.specials:after {
  clear: both;
  content: "";
  display: table;
}
.specials .image-list-item {
  position: relative;
  overflow: hidden;
  height: 300px;
  width: 100%;
  margin: 0 auto 20px;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
}
@media only screen and (max-width: 767px) {
  .specials .image-list-item {
    height: auto;
  }
}
.specials .image-list-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: thin solid rgba(151, 151, 151, 0.5);
  z-index: -1;
}
.specials .image-list-item.full-content {
  height: auto;
}
.specials .image-list-item.full-content .background {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .specials .image-list-item.full-content .background {
    position: relative;
    height: 300px;
    top: unset;
    right: unset;
  }
}
.specials .image-list-item.full-content .description {
  margin-right: 390px;
  width: calc(100% - 390px);
  padding-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .specials .image-list-item.full-content .description {
    width: 100%;
    margin-right: 0;
    padding-bottom: 20px;
  }
}
.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;
    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 nav {
  position: absolute;
  bottom: 25px;
  left: 25px;
}
@media only screen and (max-width: 767px) {
  .specials .image-list-item .description nav {
    text-align: center;
    width: 100%;
    left: auto;
    right: auto;
    bottom: auto;
    position: relative;
  }
}
.specials .image-list-item .description nav a {
  margin-right: 5px;
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .specials .image-list-item .description nav a {
    margin-left: 2px;
    margin-right: 2px;
  }
}

.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: #AB4D21;
  border-bottom-color: #AB4D21;
  border-radius: 50%;
  -webkit-animation: loading-icon-spin 1200ms linear infinite;
          animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.google-map.loaded:before {
  content: none;
}

.hotel-location-map,
.poi-map-canvas {
  height: 450px;
  background: #DBDBDB;
}
.hotel-location-map h4,
.poi-map-canvas h4 {
  margin: 0;
  font: 16px "Wade Sans", sans-serif;
  text-transform: uppercase;
  color: #000;
}
.hotel-location-map p,
.poi-map-canvas p {
  margin: 5px 0 0;
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
}
.hotel-location-map .button,
.poi-map-canvas .button {
  display: block;
}
.hotel-location-map .map-content,
.poi-map-canvas .map-content {
  overflow: hidden;
}

.map-content {
  background: #fff;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  padding: 20px;
  position: relative;
  text-align: center;
  color: #000;
  width: 300px;
}
@media only screen and (max-width: 767px) {
  .map-content {
    width: 276px;
  }
}
.map-content h3, .map-content p {
  margin-bottom: 10px;
}
.map-content h3 {
  font: 30px/30px "Wade Sans", sans-serif;
  color: #000;
}
.map-content .button {
  margin-top: 20px;
}

.pressroom {
  text-align: center;
  font-size: 0;
}
.pressroom .pressroom-item {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 20px);
  height: 400px;
  margin: 0 10px 20px 10px;
  position: relative;
  overflow: hidden;
  padding: 20px 0;
  background-color: #FBFBFB;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .pressroom .pressroom-item {
    width: 100%;
    margin: 10px 0;
  }
}
.pressroom .pressroom-item h4 {
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #fff;
}
.pressroom .pressroom-item time {
  color: #E2AA1E;
  display: block;
  margin: 0 0 5px 0;
  font-size: 14px;
  font-weight: 600;
}
.pressroom .pressroom-item .description {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pressroom .pressroom-item .description p {
  color: #fff;
  line-height: 18px;
  font-size: 14px;
  margin-bottom: 0;
}
.pressroom .pressroom-item .pdf {
  color: #E2AA1E;
  margin: 10px 0 0 0;
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  padding-left: 0 !important;
}
.pressroom .pressroom-item .pdf:hover {
  color: #fff;
}
.pressroom .pressroom-item .view-gallery {
  margin-top: 20px;
}

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

.form {
  display: block;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .form {
    text-align: left;
  }
}
.form .ui-menu-item a {
  text-align: left;
}
.form h3 {
  text-align: left;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: thin solid rgba(151, 151, 151, 0.5);
}
.form label {
  width: 40%;
  line-height: 1.2;
  margin: 12px 20px 0 0;
  float: left;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .form label {
    display: block;
    float: none;
    margin: 0 0 20px;
    text-align: left;
    width: auto;
  }
}
.form label em {
  color: #b31919;
  font-size: 16px;
  font-weight: normal;
  line-height: 10px;
  padding-right: 5px;
}
.form p {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .form p {
    margin-bottom: 20px;
  }
}
.form p:after {
  clear: both;
  content: "";
  display: table;
}
.form p span {
  float: left;
  margin: 0 10px 0 0;
}
.form p span.checkbox-group {
  margin-bottom: 10px;
}
.form p span input {
  display: inline;
  float: none;
  margin: 0;
}
.form p span label {
  display: inline;
  float: none;
  width: auto;
  text-align: left;
}
.form p span.group label {
  display: block;
  margin-bottom: 10px;
}
.form p span.group label input {
  margin-right: 0.4em;
}
.form input[type=text],
.form input[type=email],
.form input[type=date],
.form textarea,
.form select,
.form .input-overlay {
  background: #F8F5EC;
  color: #000;
  padding: 0 10px;
  resize: none;
  width: 250px;
  border: thin solid #979797;
  border-radius: 3px;
  font: 13px/36px "Archer", Arial, sans-serif;
  height: 36px;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 767px) {
  .form input[type=text],
.form input[type=email],
.form input[type=date],
.form textarea,
.form select,
.form .input-overlay {
    padding: 0 10px;
    width: 100%;
    text-align: left;
  }
}
.form .input-overlay {
  opacity: 0;
  margin-top: -40px;
}
@media only screen and (max-width: 767px) {
  .form .select-wrapper {
    width: 100%;
  }
}
.form textarea {
  height: 100px;
  overflow: auto;
  line-height: 20px;
  padding: 10px;
}
.form input[type=checkbox],
.form input[type=radio] {
  width: 14px;
  height: 14px;
  padding: 0;
  vertical-align: top;
}
.form input[type=radio] {
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  .form input[type=radio] {
    margin-top: 0;
  }
}
.form .group {
  margin-left: calc(40% + 20px);
}
@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: 100px;
  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: 10px 0 0 6px;
}
@media only screen and (max-width: 767px) {
  .form .ui-datepicker-trigger {
    display: none;
  }
}
.form span.mutiple-selects {
  float: left;
  display: flex;
  width: 250px;
  margin: 0;
  justify-content: space-between;
}
.form span.mutiple-selects .select-wrapper {
  width: calc(50% - 5px);
}
.form span.mutiple-selects .select-wrapper select {
  width: 100%;
}
.form .controls p {
  padding: 20px 0 0 40%;
  width: auto;
  background: none;
}
@media only screen and (max-width: 767px) {
  .form .controls p {
    padding: 0;
    text-align: center;
  }
}
.form .controls .button {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .form .controls .button {
    display: inline-block;
    margin: 0;
  }
}

.newsletter-lightbox form.newsletter-form label {
  width: calc(50% - 12px);
  margin-right: 24px;
}
@media only screen and (max-width: 1023px) {
  .newsletter-lightbox form.newsletter-form label {
    float: none;
    width: auto;
    display: inline;
    margin: 0 0 0 10px;
    text-align: left;
  }
}
.newsletter-lightbox form.newsletter-form .newsletter-checkbox {
  margin-top: 12px;
}
@media only screen and (max-width: 1023px) {
  .newsletter-lightbox form.newsletter-form .newsletter-checkbox {
    margin-top: 6px;
  }
}
.newsletter-lightbox form.newsletter-form .flex-fieldset {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.newsletter-lightbox form.newsletter-form .flex-fieldset p {
  position: relative;
  width: calc(50% - 12px);
  margin-bottom: 24px;
}
@media only screen and (max-width: 1023px) {
  .newsletter-lightbox form.newsletter-form .flex-fieldset p {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
}
.newsletter-lightbox form.newsletter-form .flex-fieldset p em {
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: 2;
  color: #b31919;
  font-size: 16px;
  font-weight: normal;
  line-height: 10px;
}
.newsletter-lightbox form.newsletter-form .flex-fieldset p label {
  display: none;
}
.newsletter-lightbox form.newsletter-form .flex-fieldset p input {
  padding-left: 16px;
}
.newsletter-lightbox form.newsletter-form .flex-fieldset p input::-webkit-input-placeholder {
  color: #000;
}
.newsletter-lightbox form.newsletter-form .flex-fieldset p input:-moz-placeholder {
  color: #000;
}
.newsletter-lightbox form.newsletter-form .flex-fieldset p input::-moz-placeholder {
  color: #000;
}
.newsletter-lightbox form.newsletter-form .flex-fieldset p input:-ms-input-placeholder {
  color: #000;
}
.newsletter-lightbox form.newsletter-form .flex-fieldset p input:focus::-webkit-input-placeholder {
  color: #bebebe;
}
.newsletter-lightbox form.newsletter-form .flex-fieldset p input:focus:-moz-placeholder {
  color: #bebebe;
}
.newsletter-lightbox form.newsletter-form .flex-fieldset p input:focus::-moz-placeholder {
  color: #bebebe;
}
.newsletter-lightbox form.newsletter-form .flex-fieldset p input:focus:-ms-input-placeholder {
  color: #bebebe;
}
.newsletter-lightbox form.newsletter-form .flex-fieldset p input,
.newsletter-lightbox form.newsletter-form .flex-fieldset p select,
.newsletter-lightbox form.newsletter-form .flex-fieldset p .select-wrapper {
  width: 100%;
}
.newsletter-lightbox form.newsletter-form .flex-fieldset + h3 {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .newsletter-lightbox form.newsletter-form p {
    margin-bottom: 10px;
  }
}
.newsletter-lightbox form.newsletter-form .controls {
  margin-top: 20px;
}
.newsletter-lightbox form.newsletter-form .controls p {
  padding: 0;
  text-align: center;
}
.newsletter-lightbox form.newsletter-form .controls p .button {
  margin: 0;
}

#form_module_container_errors,
#form_module_container_success {
  margin: 20px 0;
  font: 200 60px/1 "Wade Sans", sans-serif;
}
@media only screen and (max-width: 767px) {
  #form_module_container_errors,
#form_module_container_success {
    font-size: 40px;
  }
}

#form_module_container_errors {
  color: #b31919;
}

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

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

#form_module_container_success {
  color: green;
}

.content-lightbox [id*=form_form_].sent fieldset {
  display: none;
}
.content-lightbox #form_module_container_success {
  color: #000;
  text-align: center;
}

[id*=form_form_] {
  display: block;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] {
    text-align: left;
  }
}
[id*=form_form_] fieldset + fieldset {
  margin-top: 20px;
}
[id*=form_form_] h3 {
  text-align: left;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: thin solid rgba(151, 151, 151, 0.5);
}
[id*=form_form_] em {
  color: #b31919;
  font-size: 16px;
  font-weight: normal;
  line-height: 10px;
  padding-right: 5px;
}
[id*=form_form_] label {
  width: 40%;
  line-height: 1.2;
  margin: 12px 20px 0 0;
  float: left;
  text-align: right;
}
@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_] p {
  margin-bottom: 10px;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] p {
    margin-bottom: 20px;
  }
}
[id*=form_form_] p:after {
  clear: both;
  content: "";
  display: table;
}
[id*=form_form_] p span {
  float: left;
  margin: 0 10px 0 0;
}
[id*=form_form_] p span.checkbox-group {
  margin-bottom: 10px;
}
[id*=form_form_] p span input {
  display: inline;
  float: none;
  margin: 0;
}
[id*=form_form_] p span label {
  display: inline;
  float: none;
  width: auto;
  text-align: left;
}
[id*=form_form_] p span.group {
  margin-top: 12px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] p span.group {
    margin-top: 0;
  }
}
[id*=form_form_] p span.group label {
  display: block;
  margin-bottom: 10px !important;
  margin-top: 0;
}
[id*=form_form_] p span.group label input {
  margin-right: 0.4em;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .select-wrapper {
    width: 100%;
  }
}
[id*=form_form_] input[type=text],
[id*=form_form_] input[type=number],
[id*=form_form_] input[type=email],
[id*=form_form_] input[type=phone],
[id*=form_form_] input[type=url],
[id*=form_form_] input[type=datepicker],
[id*=form_form_] textarea,
[id*=form_form_] select,
[id*=form_form_] .input-overlay {
  background: #F8F5EC;
  color: #000;
  padding: 0 10px;
  resize: none;
  width: 100%;
  border: thin solid #979797;
  border-radius: 3px;
  font: 13px/36px "Archer", Arial, sans-serif;
  height: 36px;
  letter-spacing: 0.5px;
}
@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 10px;
    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_] .select-wrapper {
  width: 100%;
}
[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 {
  position: absolute;
  bottom: 12px;
  right: 10px;
  margin: 0;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .ui-datepicker-trigger {
    bottom: 27px;
  }
}
[id*=form_form_] input[type=submit] {
  display: block;
  margin: 0 auto;
}
[id*=form_form_] > input[type=submit] {
  margin-top: 20px;
}
[id*=form_form_] .g-recaptcha {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
[id*=form_form_] .form-builder-field {
  position: relative;
  text-align: left;
  clear: both;
}
[id*=form_form_] .form-builder-field[class*=textarea] label {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-field[class*=textarea] label {
    margin-bottom: 10px;
  }
}
[id*=form_form_] .form-builder-field[class*=inputhidden] {
  display: none;
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] > label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] > label, [id*=form_form_] .form-builder-field[class*=radiogroup] > label {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-field[class*=inputcheckbox] > label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] > label, [id*=form_form_] .form-builder-field[class*=radiogroup] > label {
    margin-bottom: 10px;
  }
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] .radio-label,
[id*=form_form_] .form-builder-field[class*=inputcheckbox] .checkbox-label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] .radio-label,
[id*=form_form_] .form-builder-field[class*=checkboxgroup] .checkbox-label, [id*=form_form_] .form-builder-field[class*=radiogroup] .radio-label,
[id*=form_form_] .form-builder-field[class*=radiogroup] .checkbox-label {
  color: #000;
  text-transform: none;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-field[class*=inputcheckbox] .radio-label,
[id*=form_form_] .form-builder-field[class*=inputcheckbox] .checkbox-label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] .radio-label,
[id*=form_form_] .form-builder-field[class*=checkboxgroup] .checkbox-label, [id*=form_form_] .form-builder-field[class*=radiogroup] .radio-label,
[id*=form_form_] .form-builder-field[class*=radiogroup] .checkbox-label {
    margin-bottom: 10px;
  }
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] label {
  width: 60%;
  margin-left: calc(40% + 20px);
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-field[class*=inputcheckbox] label {
    margin-left: 0;
    width: 100%;
  }
}
[id*=form_form_] .form-builder-field[class*=inputsubmit] {
  margin-left: 20px;
  padding: 20px 0 0 40%;
  width: auto;
  background: none;
}
[id*=form_form_] .form-builder-field .compliance {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
[id*=form_form_] .form-builder-field .compliance em {
  padding: 12px 10px 0 0;
}
[id*=form_form_] .form-builder-field .compliance input[type=checkbox] {
  margin: 10px 5px 0 0;
}
[id*=form_form_] .form-builder-field .compliance > label {
  width: auto;
  text-transform: none;
  color: #000;
  font-size: 20px;
  line-height: 1.8;
  font-weight: normal;
}
[id*=form_form_] .form-builder-field[class*=paragraph] {
  width: 60%;
  margin-left: calc(40% + 20px);
  margin-bottom: 10px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-field[class*=paragraph] {
    margin-left: 0;
    width: 100%;
  }
}
[id*=form_form_] .form-builder-field[class*=inputfile] {
  line-height: 1;
}
[id*=form_form_] .form-builder-field[class*=inputfile] input[type=file] {
  margin-top: 10px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-field[class*=inputfile] label {
    margin-right: 20px;
  }
}
[id*=form_form_] .form-builder-field[class*=inputfile] .fake-input {
  font: 13px/36px "Archer", Arial, sans-serif;
  color: #000;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0;
  cursor: pointer;
  width: 50%;
}
[id*=form_form_] .form-builder-field[class*=inputfile] .fake-input:before {
  content: "";
  background: url("../images/paperclip.png") no-repeat;
  background-size: contain;
  width: 16px;
  height: 17px;
  display: block;
  position: relative;
  float: left;
  margin-right: 10px;
}
[id*=form_form_] .form-builder-group {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
}
[id*=form_form_] .form-builder-group .form-builder-field {
  width: calc(50% - 10px);
}
[id*=form_form_] .form-builder-group .form-builder-field.full-width {
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group .form-builder-field {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group .form-builder-field > p label {
  width: auto;
  text-align: left;
  margin-bottom: 10px;
}
[id*=form_form_] .form-builder-group .form-builder-field[class*=checkboxgroup] label, [id*=form_form_] .form-builder-group .form-builder-field[class*=radiogroup] label, [id*=form_form_] .form-builder-group .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group .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 .form-builder-field[class*=checkboxgroup] label, [id*=form_form_] .form-builder-group .form-builder-field[class*=radiogroup] label, [id*=form_form_] .form-builder-group .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group .form-builder-field[class*=inputdatepicker] label {
    margin-bottom: 10px;
  }
}
[id*=form_form_] .form-builder-group .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group .form-builder-field[class*=inputdatepicker] label {
  margin-bottom: 10px;
}
[id*=form_form_] .form-builder-group .form-builder-field[class*=country] .select-wrapper, [id*=form_form_] .form-builder-group .form-builder-field[class*=country] select, [id*=form_form_] .form-builder-group .form-builder-field[class*=country] input, [id*=form_form_] .form-builder-group .form-builder-field[class*=inputurl] .select-wrapper, [id*=form_form_] .form-builder-group .form-builder-field[class*=inputurl] select, [id*=form_form_] .form-builder-group .form-builder-field[class*=inputurl] input, [id*=form_form_] .form-builder-group .form-builder-field[class*=inputdatepicker] .select-wrapper, [id*=form_form_] .form-builder-group .form-builder-field[class*=inputdatepicker] select, [id*=form_form_] .form-builder-group .form-builder-field[class*=inputdatepicker] input {
  width: 100%;
}
[id*=form_form_] .form-builder-group .form-builder-field[class*=country] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group .form-builder-field[class*=inputurl] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper {
  width: 100%;
}
[id*=form_form_] .form-builder-group .form-builder-field[class*=linebreak_], [id*=form_form_] .form-builder-group .form-builder-field[class*=inputcheckbox_], [id*=form_form_] .form-builder-group .form-builder-field[class*=paragraph_], [id*=form_form_] .form-builder-group .form-builder-field[class*=button_], [id*=form_form_] .form-builder-group .form-builder-field[class*=inputsubmit_] {
  width: 100%;
  margin-left: 0;
}
[id*=form_form_] .form-builder-group .form-builder-field[class*=linebreak_] label, [id*=form_form_] .form-builder-group .form-builder-field[class*=inputcheckbox_] label, [id*=form_form_] .form-builder-group .form-builder-field[class*=paragraph_] label, [id*=form_form_] .form-builder-group .form-builder-field[class*=button_] label, [id*=form_form_] .form-builder-group .form-builder-field[class*=inputsubmit_] label {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
[id*=form_form_] .form-builder-group .form-builder-field[class*=button_], [id*=form_form_] .form-builder-group .form-builder-field[class*=inputsubmit_] {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
[id*=form_form_] .custom-checkbox, [id*=form_form_] .custom-radio {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding-left: 2em;
  line-height: 1.4em;
}
[id*=form_form_] .custom-checkbox:before, [id*=form_form_] .custom-radio:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 14px;
  height: 14px;
  background: #fff;
  transition: transform 350ms ease-in-out/2;
  border: #000 1px solid;
}
@media (prefers-reduced-motion) {
  [id*=form_form_] .custom-checkbox:before, [id*=form_form_] .custom-radio:before {
    transition: none;
  }
}
@media only screen and (min-width: 1024px) {
  [id*=form_form_] .custom-checkbox:hover:before, [id*=form_form_] .custom-radio:hover:before {
    transform: scale(1.1);
  }
  [id*=form_form_] .custom-checkbox:active:before, [id*=form_form_] .custom-radio:active:before {
    transform: scale(1);
  }
}
[id*=form_form_] .custom-checkbox:after, [id*=form_form_] .custom-radio:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 2px;
  width: 13px;
  height: 8px;
  border-bottom: 2px solid #b31919;
  border-left: 2px solid #b31919;
  transform: rotate(-45deg) scale(2);
  opacity: 0;
  visibility: hidden;
  transition: transform 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;
}
@media (prefers-reduced-motion) {
  [id*=form_form_] .custom-checkbox:after, [id*=form_form_] .custom-radio:after {
    transition: none;
  }
}
[id*=form_form_] .custom-checkbox.checked:after, [id*=form_form_] .custom-radio.checked:after {
  transform: rotate(-45deg) scale(1);
  opacity: 1;
  visibility: visible;
  transition: transform 350ms ease-in-out/3, opacity 350ms ease-in-out/3, visibility 350ms ease-in-out/3;
}
@media (prefers-reduced-motion) {
  [id*=form_form_] .custom-checkbox.checked:after, [id*=form_form_] .custom-radio.checked:after {
    transition: none;
  }
}
[id*=form_form_] .custom-checkbox input, [id*=form_form_] .custom-radio input {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
[id*=form_form_] .custom-checkbox.active, [id*=form_form_] .custom-radio.active {
  color: #000;
}
[id*=form_form_] .custom-radio:before {
  border-radius: 50%;
}
[id*=form_form_] .custom-radio:after {
  border: none;
  width: 8px;
  height: 8px;
  top: 9px;
  left: 3px;
  border-radius: 50%;
  transform: scale(2);
  background: #b31919;
}
[id*=form_form_] .custom-radio.checked:after {
  transform: scale(1);
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] input[type=file] {
    width: 100%;
  }
}
[id*=form_form_] .clear-file-input {
  font-size: 12px;
  transition: opacity 350ms ease-in-out;
}
@media (prefers-reduced-motion) {
  [id*=form_form_] .clear-file-input {
    transition: none;
  }
}
[id*=form_form_] .clear-file-input.inactive {
  opacity: 0;
  visibility: hidden;
}

.poi {
  overflow: hidden;
}

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

.poi-zoom {
  color: #AB4D21;
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  margin: 20px 0;
}
.poi-zoom .poi-zoom-button {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #AB4D21;
  height: 22px;
  width: 22px;
  margin-left: 2px;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -100em;
  text-align: left;
  transition: background 350ms ease-in-out;
}
@media (prefers-reduced-motion) {
  .poi-zoom .poi-zoom-button {
    transition: none;
  }
}
.poi-zoom .poi-zoom-button:hover {
  background: #E2AA1E;
}
.poi-zoom .poi-zoom-button:after {
  content: "";
  background: #fff;
  display: block;
  width: 8px;
  height: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.poi-zoom .poi-zoom-button.zoom-in:before {
  content: "";
  background: #fff;
  display: block;
  width: 1px;
  height: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.poi-map {
  height: 700px;
}

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

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

#calendar-links {
  float: left;
}
#calendar-links:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: 767px) {
  #calendar-links {
    margin-top: 0;
    float: none;
    width: 100%;
    text-align: center;
  }
}
#calendar-links li {
  float: left;
}
@media only screen and (max-width: 767px) {
  #calendar-links li {
    display: inline-block;
    float: none;
  }
  #calendar-links li:first-child a {
    margin-left: 0;
  }
}
#calendar-links a {
  display: inline-block;
  vertical-align: top;
  height: 20px;
  width: 20px;
  margin: 0 20px 0 0;
  text-indent: -9999px;
  overflow: hidden;
}
#calendar-links a:hover svg, #calendar-links a.active svg {
  fill: #AB4D21;
}
#calendar-links a svg {
  display: block;
  width: 20px;
  height: 20px;
  transition: fill 350ms ease-in-out;
}
@media (prefers-reduced-motion) {
  #calendar-links a svg {
    transition: none;
  }
}
@media only screen and (max-width: 767px) {
  #calendar-links a {
    display: inline-block;
    margin: 0 0 0 20px;
  }
}

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

#calendar-views {
  float: left;
}
#calendar-views:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: 767px) {
  #calendar-views {
    float: none;
    text-align: center;
    margin-bottom: 30px;
  }
}
#calendar-views li {
  float: left;
}
@media only screen and (max-width: 767px) {
  #calendar-views li {
    display: inline-block;
    float: none;
  }
}
#calendar-views a {
  position: relative;
  display: block;
  margin-right: 20px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
@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 svg {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  transition: fill 350ms ease-in-out;
}
@media (prefers-reduced-motion) {
  #calendar-views a svg {
    transition: none;
  }
}
#calendar-views a:hover, #calendar-views a.active {
  color: #AB4D21;
}
#calendar-views a:hover svg, #calendar-views a.active svg {
  fill: #AB4D21;
}

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

#calendar-year {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #calendar-year {
    display: none;
  }
}
#calendar-year:after {
  clear: both;
  content: "";
  display: table;
}
#calendar-year li {
  float: left;
}
#calendar-year a {
  display: block;
  padding: 5px 0;
  margin-right: 1px;
  text-decoration: none;
  border-bottom: thin solid rgba(151, 151, 151, 0.5);
  color: #979797;
  transition: color 350ms ease-in-out, border-bottom 350ms ease-in-out;
}
@media (prefers-reduced-motion) {
  #calendar-year a {
    transition: none;
  }
}
#calendar-year a:hover {
  border-color: #AB4D21;
  color: #AB4D21;
}
#calendar-year .active a {
  border-color: #000;
  color: #000;
}
#calendar-year .active a:hover {
  border-color: #AB4D21;
  color: #AB4D21;
}

#calendar-month {
  height: 40px;
  margin-bottom: 20px;
  position: relative;
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
  text-justify: newspaper;
}
@media only screen and (max-width: 767px) {
  #calendar-month {
    -moz-text-align-last: auto;
    text-align-last: auto;
  }
}
#calendar-month:after {
  clear: both;
  content: "";
  display: table;
}
#calendar-month:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  height: 0;
}
#calendar-month li {
  display: inline;
}
#calendar-month a {
  display: inline-block;
  vertical-align: top;
  padding: 0 9px;
  height: 40px;
  line-height: 40px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: #000;
  transition: color 350ms ease-in-out, background 350ms ease-in-out;
}
@media (prefers-reduced-motion) {
  #calendar-month a {
    transition: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #calendar-month a {
    padding: 0 5px;
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #calendar-month a {
    padding: 0 7px;
    font-size: 11px;
    text-align: center;
  }
}
#calendar-month a:hover {
  background: #E2AA1E;
  color: #fff;
}
#calendar-month a.active {
  background: #AB4D21;
  color: #fff;
}
#calendar-month a.active:hover {
  background: #E2AA1E;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #calendar-month {
    -moz-text-align-last: auto;
    text-align-last: auto;
  }
  #calendar-month li {
    display: none;
  }
  #calendar-month li.current, #calendar-month li.prev, #calendar-month li.next {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 30%;
  }
  #calendar-month li.current a {
    font-size: 12px;
    padding: 0 10px;
    display: block;
  }
  #calendar-month li.prev a, #calendar-month li.next a {
    display: block;
    font-size: 12px;
    padding-right: 0;
    padding-left: 30px;
  }
  #calendar-month li.prev a:after, #calendar-month li.next a:after {
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: 50%;
    width: 11px;
    height: 11px;
    overflow: hidden;
    text-indent: -9999px;
    cursor: pointer;
    margin: 0 10px 0 10px;
    margin-top: -6px;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    font-size: 0;
    transform: rotate(-45deg);
    transform-origin: center;
    transition: border-color 350ms ease-in-out;
  }
}
@media only screen and (max-width: 767px) and (prefers-reduced-motion) {
  #calendar-month li.prev a:after, #calendar-month li.next a:after {
    transition: none;
  }
}
@media only screen and (max-width: 767px) {
  #calendar-month li.prev a:hover, #calendar-month li.next a:hover {
    background-color: transparent;
    color: #AB4D21;
  }
  #calendar-month li.prev a:hover:after, #calendar-month li.next a:hover:after {
    border-color: #AB4D21;
  }
}
@media only screen and (max-width: 767px) {
  #calendar-month li.prev a:active, #calendar-month li.next a:active {
    top: auto;
  }
}
@media only screen and (max-width: 767px) {
  #calendar-month li.next a {
    padding-left: 0;
    padding-right: 30px;
  }
  #calendar-month li.next a:after {
    transform: rotate(135deg);
    left: auto;
    right: 5px;
  }
}

#calendar-navigation {
  display: block;
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  text-align: center;
}
#calendar-navigation .current-event {
  padding: 0 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
  background-color: #FBFBFB;
}
@media only screen and (max-width: 767px) {
  #calendar-navigation .current-event {
    font-size: 14px;
  }
}
#calendar-navigation a.prev, #calendar-navigation a.next {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 50%;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
  margin: 0 10px 0 10px;
  margin-top: -7px;
  border-left: thin solid #000;
  border-top: thin solid #000;
  font-size: 0;
  transform-origin: center;
  transition: border-color 350ms ease-in-out;
}
@media (prefers-reduced-motion) {
  #calendar-navigation a.prev, #calendar-navigation a.next {
    transition: none;
  }
}
#calendar-navigation a.prev:hover, #calendar-navigation a.next:hover {
  border-color: #AB4D21;
}
#calendar-navigation a.next {
  right: 0;
  transform: rotate(135deg);
}
#calendar-navigation a.prev {
  left: 0;
  transform: rotate(-45deg);
}

#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: #000;
  text-align: center;
  font-weight: bold;
}
#calendar-week li .short {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #calendar-week li .full {
    display: none;
  }
  #calendar-week li .short {
    display: inline;
  }
}
@media only screen and (max-width: 767px) {
  #calendar-week li .full {
    display: none;
  }
  #calendar-week li .short {
    display: inline;
  }
}

#calendar-days {
  position: relative;
}
#calendar-days li {
  margin: 0 0 1em;
  min-height: 8em;
  text-align: left;
  -moz-text-align-last: left;
  text-align-last: left;
  vertical-align: top;
  position: static;
  background: rgba(0, 0, 0, 0.06);
}
@media only screen and (max-width: 767px) {
  #calendar-days li {
    display: block;
    float: none;
    width: 100%;
    min-height: auto !important;
    height: auto !important;
  }
  #calendar-days li dl {
    margin-top: auto !important;
    height: auto;
  }
  #calendar-days li dl dt {
    width: 100% !important;
    padding-bottom: 10px;
  }
}
#calendar-days li time a {
  text-align: center;
  color: #000;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
}
#calendar-days li time a:hover {
  background: #e2e2e2;
}
#calendar-days li.prev_month, #calendar-days li.next_month {
  background: rgba(0, 0, 0, 0.02);
}
#calendar-days li.prev_month time a, #calendar-days li.next_month time a {
  color: rgba(0, 0, 0, 0.2);
}
#calendar-days li.prev_month time a:hover, #calendar-days li.next_month time a:hover {
  background: #f1f1f1;
}
@media only screen and (max-width: 767px) {
  #calendar-days li.prev_month, #calendar-days li.next_month {
    display: none;
  }
}
#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: #327d7d;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #calendar-days dt a {
    height: 2.8em;
    line-height: 2.8em;
  }
}
#calendar-days dl.w1 dt {
  width: 100%;
}
#calendar-days dl.w2 dt {
  width: 211.538%;
}
#calendar-days dl.w3 dt {
  width: 323.076%;
}
#calendar-days dl.w4 dt {
  width: 434.614%;
}
#calendar-days dl.w5 dt {
  width: 546.152%;
}
#calendar-days dl.w6 dt {
  width: 657.69%;
}
#calendar-days dl.w7 dt {
  width: 769.228%;
}
#calendar-days dl.c1 dt a {
  background-color: #8db294;
}
#calendar-days dl.c2 dt a {
  background-color: #ada39a;
}
#calendar-days dl.c3 dt a {
  background-color: #85a9b7;
}
#calendar-days dl.c4 dt a {
  background-color: #bc8e8f;
}
#calendar-days dl.c5 dt a {
  background-color: #ac9bc1;
}
#calendar-days dl.c6 dt a {
  background-color: #87b6c7;
}
#calendar-days dl.c7 dt a {
  background-color: #bb85aa;
}
#calendar-days dl.c8 dt a {
  background-color: #a4a4a4;
}
#calendar-days dl dd {
  position: absolute;
  left: 0;
  bottom: 28px;
  background: #fff;
  color: #000;
  font-size: 13px;
  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: #000;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  text-transform: uppercase;
}
#calendar-days dl dd img {
  display: block;
  height: auto;
  width: 100%;
  margin-bottom: 15px;
}
#calendar-days dl dd p {
  font-size: 13px;
  line-height: 18px;
  padding: 0 0 10px 0;
  width: 100%;
}
#calendar-days dl:hover dd {
  visibility: visible;
}
#calendar-days dl.t1 {
  margin-top: 2em;
}
#calendar-days dl.t2 {
  margin-top: 4em;
}
#calendar-days dl.t3 {
  margin-top: 6em;
}
#calendar-days dl.t4 {
  margin-top: 8em;
}
#calendar-days dl.t5 {
  margin-top: 10em;
}
#calendar-days dl.t6 {
  margin-top: 12em;
}
#calendar-days dl.t7 {
  margin-top: 14em;
}
#calendar-days dl.t8 {
  margin-top: 16em;
}
#calendar-days dl.t9 {
  margin-top: 18em;
}
#calendar-days dl.t10 {
  margin-top: 20em;
}
#calendar-days dl.t11 {
  margin-top: 22em;
}
#calendar-days dl.t12 {
  margin-top: 24em;
}
#calendar-days dl.t13 {
  margin-top: 26em;
}
#calendar-days dl.t14 {
  margin-top: 28em;
}
#calendar-days dl.t15 {
  margin-top: 30em;
}
#calendar-days dl.t16 {
  margin-top: 32em;
}
#calendar-days dl.t17 {
  margin-top: 34em;
}
#calendar-days dl.t18 {
  margin-top: 36em;
}
#calendar-days dl.t19 {
  margin-top: 38em;
}
#calendar-days dl.t20 {
  margin-top: 40em;
}

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

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

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

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

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

.calendar .image-list-item {
  position: relative;
  overflow: hidden;
  height: 300px;
  width: 100%;
  margin: 0 auto 20px;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item {
    height: auto;
  }
}
.calendar .image-list-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: thin solid rgba(151, 151, 151, 0.5);
  z-index: -1;
}
.calendar .image-list-item .background {
  position: relative;
  width: 350px;
  height: 300px;
  margin-left: 40px;
  display: block;
  float: right;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .calendar .image-list-item .background {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item .background {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.calendar .image-list-item .description {
  width: 100%;
  display: block;
  padding: 25px;
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item .description {
    padding: 20px;
    text-align: center;
  }
}
.calendar .image-list-item .description h3 {
  font-size: 30px;
  line-height: 37px;
  color: #000;
  margin-bottom: 15px;
  text-transform: none;
}
.calendar .image-list-item .description h3 a {
  font-size: 30px !important;
  line-height: 37px !important;
  text-decoration: none;
  text-transform: none !important;
}
.calendar .image-list-item .description .button {
  position: absolute;
  bottom: 25px;
  left: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .calendar .image-list-item .description .button {
    bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item .description .button {
    text-align: center;
    width: auto;
    left: auto;
    right: auto;
    bottom: auto;
    position: relative;
  }
}
.calendar .image-list-item .description .button a {
  margin-right: 5px;
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item .description .button a {
    margin-left: 2px;
    margin-right: 2px;
  }
}

.acm-homepage-sidebar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1023px) {
  .acm-homepage-sidebar {
    position: relative;
    height: 520px;
    margin-bottom: 173px;
  }
}
@media only screen and (max-width: 767px) {
  .acm-homepage-sidebar {
    left: -20px;
    width: calc(100% + 40px);
  }
}
.acm-homepage-sidebar .secondary-image {
  position: absolute;
  top: 60px;
  right: -170px;
  width: 295px;
  height: 466px;
}
@media screen and (max-width: 1350px) {
  .acm-homepage-sidebar .secondary-image {
    right: -100px;
  }
}
@media screen and (max-width: 1200px) {
  .acm-homepage-sidebar .secondary-image {
    right: -30px;
  }
}
@media only screen and (max-width: 1023px) {
  .acm-homepage-sidebar .secondary-image {
    top: auto;
    bottom: 0;
    right: auto;
    left: 50%;
    height: 336px;
    margin-left: -148px;
    margin-bottom: -168px;
  }
}

.acm-specials-slideshow {
  background-color: #343434;
  color: #fff;
  position: relative;
  padding-top: 70px;
  padding-bottom: 50px;
  margin-top: 120px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .acm-specials-slideshow {
    margin-top: 40px;
    padding-top: 34px;
    padding-bottom: 60px;
  }
}
.acm-specials-slideshow .center-column {
  max-width: 1250px;
  padding: 0 40px;
}
@media only screen and (max-width: 767px) {
  .acm-specials-slideshow .center-column {
    padding: 0;
  }
}
.acm-specials-slideshow .center-column .slideshow-button {
  position: absolute;
  top: 50%;
  margin-top: -21px;
  width: 27px;
  height: 27px;
  border: 3px solid #fff;
  color: #fff;
  border-bottom: 0;
  border-left: 0;
  text-indent: -100em;
  overflow: hidden;
  transition: border-color 350ms ease-in-out;
  cursor: pointer;
  z-index: 2;
}
@media (prefers-reduced-motion) {
  .acm-specials-slideshow .center-column .slideshow-button {
    transition: none;
  }
}
@media only screen and (max-width: 767px) {
  .acm-specials-slideshow .center-column .slideshow-button {
    display: none;
  }
}
.acm-specials-slideshow .center-column .slideshow-button:hover {
  border-color: #E2AA1E;
}
.acm-specials-slideshow .center-column .slideshow-button.previous {
  left: -50px;
  transform: rotate(-135deg);
}
@media screen and (max-width: 1400px) {
  .acm-specials-slideshow .center-column .slideshow-button.previous {
    left: 0;
  }
}
@media screen and (max-width: 1260px) {
  .acm-specials-slideshow .center-column .slideshow-button.previous {
    left: 13px;
  }
}
.acm-specials-slideshow .center-column .slideshow-button.next {
  right: -50px;
  transform: rotate(45deg);
}
@media screen and (max-width: 1400px) {
  .acm-specials-slideshow .center-column .slideshow-button.next {
    right: 0;
  }
}
@media screen and (max-width: 1260px) {
  .acm-specials-slideshow .center-column .slideshow-button.next {
    right: 13px;
  }
}
.acm-specials-slideshow h2 {
  font: 30px/37px "Wade Sans", sans-serif;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .acm-specials-slideshow h2 {
    padding: 0 20px;
  }
}
.acm-specials-slideshow h3 {
  font: 18px/1.2 "Archer", Arial, sans-serif;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .acm-specials-slideshow h3 {
    padding: 0 20px;
  }
}
.acm-specials-slideshow h2 + h3 {
  margin-top: -10px;
}
.acm-specials-slideshow .slideshow {
  position: relative;
  overflow: hidden;
}
.acm-specials-slideshow .slideshow .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
.acm-specials-slideshow .slideshow .slideshow-wrapper .offer {
  position: relative;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  width: calc((100% / 3) - 40px);
  margin-right: 60px;
}
@media only screen and (max-width: 1023px) {
  .acm-specials-slideshow .slideshow .slideshow-wrapper .offer {
    width: calc(50% - 20px);
    margin-right: 40px;
  }
}
.acm-specials-slideshow .slideshow .slideshow-wrapper .offer .thumbnail {
  position: relative;
  width: 100%;
  height: 530px;
  margin-bottom: 15px;
  background-color: #979797;
}
@media screen and (max-height: 900px) {
  .acm-specials-slideshow .slideshow .slideshow-wrapper .offer .thumbnail {
    height: 30vh;
  }
}
@media only screen and (max-width: 767px) {
  .acm-specials-slideshow .slideshow .slideshow-wrapper .offer .thumbnail {
    height: 305px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .acm-specials-slideshow .slideshow .slideshow-wrapper .offer .offer-content {
    opacity: 0;
    transition: opacity 350ms ease-in-out;
  }
}
@media only screen and (max-width: 767px) and (prefers-reduced-motion) {
  .acm-specials-slideshow .slideshow .slideshow-wrapper .offer .offer-content {
    transition: none;
  }
}
@media only screen and (max-width: 767px) {
  .acm-specials-slideshow .slideshow .slideshow-wrapper .offer.swiper-slide-active .offer-content {
    opacity: 1;
  }
}
.acm-specials-slideshow .slideshow .slideshow-wrapper .offer h4 {
  font: 36px/1 "Wade Sans", sans-serif;
  margin-bottom: 10px;
  text-transform: uppercase;
  white-space: initial;
}
@media only screen and (max-width: 767px) {
  .acm-specials-slideshow .slideshow .slideshow-wrapper .offer h4 {
    font-size: 30px;
    line-height: 36px;
  }
}
.acm-specials-slideshow .slideshow .slideshow-wrapper .offer h5 {
  display: none;
}
.acm-specials-slideshow .slideshow .slideshow-wrapper .offer p {
  font: 16px/28px "Archer", Arial, sans-serif;
  white-space: initial;
}
.acm-specials-slideshow .slideshow .slideshow-wrapper .offer p a {
  display: inline-block;
  color: inherit;
  text-decoration: underline;
}
.acm-specials-slideshow .slideshow .slideshow-wrapper .offer p a:hover {
  color: #E2AA1E;
}
.acm-specials-slideshow .slideshow .slideshow-wrapper .offer nav {
  margin-top: 20px;
}
.acm-specials-slideshow .slideshow .slideshow-wrapper .offer nav .button {
  font-size: 20px;
}

.acm-events-slideshow {
  color: #000;
  position: relative;
  padding-top: 70px;
  padding-bottom: 50px;
  margin-top: 120px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .acm-events-slideshow {
    margin-top: 40px;
    padding-top: 34px;
    padding-bottom: 60px;
  }
}
.acm-events-slideshow .center-column {
  max-width: 1250px;
  padding: 0 40px;
}
@media only screen and (max-width: 767px) {
  .acm-events-slideshow .center-column {
    padding: 0;
  }
}
.acm-events-slideshow .center-column .slideshow-button {
  position: absolute;
  top: 50%;
  margin-top: -21px;
  width: 27px;
  height: 27px;
  border: 3px solid #000;
  border-bottom: 0;
  border-left: 0;
  text-indent: -100em;
  overflow: hidden;
  transition: border-color 350ms ease-in-out;
  cursor: pointer;
  z-index: 2;
}
@media (prefers-reduced-motion) {
  .acm-events-slideshow .center-column .slideshow-button {
    transition: none;
  }
}
@media only screen and (max-width: 767px) {
  .acm-events-slideshow .center-column .slideshow-button {
    display: none;
  }
}
.acm-events-slideshow .center-column .slideshow-button:hover {
  border-color: #E2AA1E;
}
.acm-events-slideshow .center-column .slideshow-button.previous {
  left: -50px;
  transform: rotate(-135deg);
}
@media screen and (max-width: 1400px) {
  .acm-events-slideshow .center-column .slideshow-button.previous {
    left: 0;
  }
}
@media screen and (max-width: 1260px) {
  .acm-events-slideshow .center-column .slideshow-button.previous {
    left: 13px;
  }
}
.acm-events-slideshow .center-column .slideshow-button.next {
  right: -50px;
  transform: rotate(45deg);
}
@media screen and (max-width: 1400px) {
  .acm-events-slideshow .center-column .slideshow-button.next {
    right: 0;
  }
}
@media screen and (max-width: 1260px) {
  .acm-events-slideshow .center-column .slideshow-button.next {
    right: 13px;
  }
}
.acm-events-slideshow h2 {
  font: 30px/37px "Wade Sans", sans-serif;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .acm-events-slideshow h2 {
    padding: 0 20px;
  }
}
.acm-events-slideshow h3 {
  font: 18px/1.2 "Archer", Arial, sans-serif;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .acm-events-slideshow h3 {
    padding: 0 20px;
  }
}
.acm-events-slideshow h2 + h3 {
  margin-top: -10px;
}
.acm-events-slideshow .slideshow {
  position: relative;
  overflow: hidden;
}
.acm-events-slideshow .slideshow .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
.acm-events-slideshow .slideshow .slideshow-wrapper .event {
  position: relative;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  width: calc((100% / 3) - 40px);
  margin-right: 60px;
}
@media only screen and (max-width: 1023px) {
  .acm-events-slideshow .slideshow .slideshow-wrapper .event {
    width: calc(50% - 20px);
    margin-right: 40px;
  }
}
.acm-events-slideshow .slideshow .slideshow-wrapper .event .thumbnail {
  position: relative;
  width: 100%;
  height: 530px;
  margin-bottom: 15px;
  background-color: #979797;
}
@media screen and (max-height: 900px) {
  .acm-events-slideshow .slideshow .slideshow-wrapper .event .thumbnail {
    height: 30vh;
  }
}
@media only screen and (max-width: 767px) {
  .acm-events-slideshow .slideshow .slideshow-wrapper .event .thumbnail {
    height: 305px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .acm-events-slideshow .slideshow .slideshow-wrapper .event .event-content {
    opacity: 0;
    transition: opacity 350ms ease-in-out;
  }
}
@media only screen and (max-width: 767px) and (prefers-reduced-motion) {
  .acm-events-slideshow .slideshow .slideshow-wrapper .event .event-content {
    transition: none;
  }
}
@media only screen and (max-width: 767px) {
  .acm-events-slideshow .slideshow .slideshow-wrapper .event.swiper-slide-active .event-content {
    opacity: 1;
  }
}
.acm-events-slideshow .slideshow .slideshow-wrapper .event time a {
  font: 600 18px/18px "Archer", Arial, sans-serif;
  color: #AB4D21;
}
.acm-events-slideshow .slideshow .slideshow-wrapper .event time a:hover {
  color: #E2AA1E;
}
.acm-events-slideshow .slideshow .slideshow-wrapper .event h4 {
  font: 36px/1 "Wade Sans", sans-serif;
  margin-bottom: 20px;
  text-transform: uppercase;
  white-space: initial;
}
@media only screen and (max-width: 767px) {
  .acm-events-slideshow .slideshow .slideshow-wrapper .event h4 {
    font-size: 30px;
    line-height: 36px;
  }
}
.acm-events-slideshow .slideshow .slideshow-wrapper .event p {
  font: 16px/28px "Archer", Arial, sans-serif;
  white-space: initial;
}
.acm-events-slideshow .slideshow .slideshow-wrapper .event p a {
  display: inline-block;
  color: inherit;
  text-decoration: underline;
}
.acm-events-slideshow .slideshow .slideshow-wrapper .event p a:hover {
  color: #E2AA1E;
}
.acm-events-slideshow .slideshow .slideshow-wrapper .event nav {
  margin-top: 20px;
}
.acm-events-slideshow .slideshow .slideshow-wrapper .event nav .button {
  font-size: 20px;
}

.acm-shop-slideshow {
  color: #000;
  position: relative;
  padding-top: 70px;
  padding-bottom: 50px;
  margin-top: 120px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .acm-shop-slideshow {
    margin-top: 40px;
    padding-top: 34px;
    padding-bottom: 60px;
  }
}
.acm-shop-slideshow .center-column {
  max-width: 1250px;
  padding: 0 40px;
}
@media only screen and (max-width: 767px) {
  .acm-shop-slideshow .center-column {
    padding: 0;
  }
}
.acm-shop-slideshow .center-column .slideshow-button {
  position: absolute;
  top: 50%;
  margin-top: -21px;
  width: 27px;
  height: 27px;
  border: 3px solid #000;
  border-bottom: 0;
  border-left: 0;
  text-indent: -100em;
  overflow: hidden;
  transition: border-color 350ms ease-in-out;
  cursor: pointer;
  z-index: 2;
}
@media (prefers-reduced-motion) {
  .acm-shop-slideshow .center-column .slideshow-button {
    transition: none;
  }
}
@media only screen and (max-width: 767px) {
  .acm-shop-slideshow .center-column .slideshow-button {
    display: none;
  }
}
.acm-shop-slideshow .center-column .slideshow-button:hover {
  border-color: #E2AA1E;
}
.acm-shop-slideshow .center-column .slideshow-button.previous {
  left: -50px;
  transform: rotate(-135deg);
}
@media screen and (max-width: 1400px) {
  .acm-shop-slideshow .center-column .slideshow-button.previous {
    left: 0;
  }
}
@media screen and (max-width: 1260px) {
  .acm-shop-slideshow .center-column .slideshow-button.previous {
    left: 13px;
  }
}
.acm-shop-slideshow .center-column .slideshow-button.next {
  right: -50px;
  transform: rotate(45deg);
}
@media screen and (max-width: 1400px) {
  .acm-shop-slideshow .center-column .slideshow-button.next {
    right: 0;
  }
}
@media screen and (max-width: 1260px) {
  .acm-shop-slideshow .center-column .slideshow-button.next {
    right: 13px;
  }
}
.acm-shop-slideshow h2 {
  font: 30px/37px "Wade Sans", sans-serif;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .acm-shop-slideshow h2 {
    padding: 0 20px;
  }
}
.acm-shop-slideshow h3 {
  font: 18px/1.2 "Archer", Arial, sans-serif;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .acm-shop-slideshow h3 {
    padding: 0 20px;
  }
}
.acm-shop-slideshow h2 + h3 {
  margin-top: -10px;
}
.acm-shop-slideshow .slideshow {
  position: relative;
  overflow: hidden;
}
.acm-shop-slideshow .slideshow .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
.acm-shop-slideshow .slideshow .slideshow-wrapper .element {
  position: relative;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  width: calc((100% / 3) - 40px);
  margin-right: 60px;
}
@media only screen and (max-width: 1023px) {
  .acm-shop-slideshow .slideshow .slideshow-wrapper .element {
    width: calc(50% - 20px);
    margin-right: 40px;
  }
}
.acm-shop-slideshow .slideshow .slideshow-wrapper .element .thumbnail {
  position: relative;
  width: 100%;
  height: 530px;
  margin-bottom: 15px;
  background-color: #979797;
}
@media screen and (max-height: 900px) {
  .acm-shop-slideshow .slideshow .slideshow-wrapper .element .thumbnail {
    height: 30vh;
  }
}
@media only screen and (max-width: 767px) {
  .acm-shop-slideshow .slideshow .slideshow-wrapper .element .thumbnail {
    height: 305px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .acm-shop-slideshow .slideshow .slideshow-wrapper .element .element-content {
    opacity: 0;
    transition: opacity 350ms ease-in-out;
  }
}
@media only screen and (max-width: 767px) and (prefers-reduced-motion) {
  .acm-shop-slideshow .slideshow .slideshow-wrapper .element .element-content {
    transition: none;
  }
}
@media only screen and (max-width: 767px) {
  .acm-shop-slideshow .slideshow .slideshow-wrapper .element.swiper-slide-active .element-content {
    opacity: 1;
  }
}
.acm-shop-slideshow .slideshow .slideshow-wrapper .element h5 {
  font: 600 18px/18px "Archer", Arial, sans-serif;
  color: #AB4D21;
}
.acm-shop-slideshow .slideshow .slideshow-wrapper .element h4 {
  font: 36px/1 "Wade Sans", sans-serif;
  margin-bottom: 20px;
  text-transform: uppercase;
  white-space: initial;
}
@media only screen and (max-width: 767px) {
  .acm-shop-slideshow .slideshow .slideshow-wrapper .element h4 {
    font-size: 30px;
    line-height: 36px;
  }
}
.acm-shop-slideshow .slideshow .slideshow-wrapper .element p {
  font: 16px/28px "Archer", Arial, sans-serif;
  white-space: initial;
}
.acm-shop-slideshow .slideshow .slideshow-wrapper .element p a {
  display: inline-block;
  color: inherit;
  text-decoration: underline;
}
.acm-shop-slideshow .slideshow .slideshow-wrapper .element p a:hover {
  color: #E2AA1E;
}
.acm-shop-slideshow .slideshow .slideshow-wrapper .element nav {
  margin-top: 20px;
}
.acm-shop-slideshow .slideshow .slideshow-wrapper .element nav .button {
  font-size: 20px;
}

.acm-our-spa {
  position: relative;
  background-color: #F8F5EC;
  min-height: 460px;
}
@media only screen and (max-width: 767px) {
  .acm-our-spa {
    min-height: auto;
    padding-bottom: 300px;
  }
}
.acm-our-spa .center-column {
  z-index: 2;
}
.acm-our-spa .page-content {
  width: 330px;
  padding-top: 60px;
  padding-bottom: 166px;
}
@media screen and (max-width: 900px) {
  .acm-our-spa .page-content {
    width: 280px;
  }
}
@media only screen and (max-width: 767px) {
  .acm-our-spa .page-content {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.acm-our-spa .page-content h2 {
  color: #000;
  font: 60px/1 "Wade Sans", sans-serif;
  margin-bottom: 36px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .acm-our-spa .page-content h2 {
    font-size: 40px;
  }
}
.acm-our-spa .page-content img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .acm-our-spa .page-content img {
    width: 100%;
  }
}
.acm-our-spa .page-content nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.acm-our-spa .page-content nav .button {
  width: calc(50% - 5px);
  padding: 0 5px;
}
@media only screen and (max-width: 767px) {
  .acm-our-spa .page-content nav .button {
    width: calc(50% - 8px);
  }
}
.acm-our-spa .image {
  position: absolute;
  top: 0;
  right: 0;
  width: 51%;
  height: 100%;
  z-index: 1;
}
.acm-our-spa .image.wide {
  width: 56%;
}
@media only screen and (max-width: 767px) {
  .acm-our-spa .image.wide {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .acm-our-spa .image {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 300px;
  }
}

.acm-exquisite-dining {
  position: relative;
  min-height: 500px;
  background-color: #343434;
  padding-top: 88px;
  padding-bottom: 132px;
  transition: 350ms ease-in-out;
}
@media (prefers-reduced-motion) {
  .acm-exquisite-dining {
    transition: none;
  }
}
@media only screen and (max-width: 767px) {
  .acm-exquisite-dining {
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: auto;
  }
}
.acm-exquisite-dining img {
  z-index: 1;
  opacity: 0;
  transition: opacity 350ms ease-in-out;
}
@media (prefers-reduced-motion) {
  .acm-exquisite-dining img {
    transition: none;
  }
}
.acm-exquisite-dining img.active {
  opacity: 1;
}
.acm-exquisite-dining .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.73) 100%);
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .acm-exquisite-dining .overlay {
    background: rgba(0, 0, 0, 0.75);
  }
}
.acm-exquisite-dining .center-column {
  max-width: 1250px;
  padding: 0 40px;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .acm-exquisite-dining .center-column {
    padding: 0 20px;
  }
}
.acm-exquisite-dining .center-column .right-column {
  margin-left: 55%;
}
@media only screen and (max-width: 767px) {
  .acm-exquisite-dining .center-column .right-column {
    margin-left: 0;
  }
}
.acm-exquisite-dining .center-column h2 {
  color: #fff;
  font: 60px/1 "Wade Sans", sans-serif;
  margin-bottom: 36px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .acm-exquisite-dining .center-column h2 {
    font-size: 40px;
  }
}
.acm-exquisite-dining .center-column nav.switch-category {
  font-size: 0;
  margin-bottom: 30px;
  white-space: nowrap;
}
@media only screen and (max-width: 1023px) {
  .acm-exquisite-dining .center-column nav.switch-category {
    overflow-x: auto;
  }
}
.acm-exquisite-dining .center-column nav.switch-category a {
  position: relative;
  display: inline-block;
  min-width: 172px;
  height: 40px;
  font: 600 16px/40px "Archer", Arial, sans-serif;
  letter-spacing: 0.45px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  padding: 0 10px;
  border-bottom: thin solid #fff;
  opacity: 0.3;
  transition: 350ms ease-in-out;
}
@media (prefers-reduced-motion) {
  .acm-exquisite-dining .center-column nav.switch-category a {
    transition: none;
  }
}
@media only screen and (max-width: 1023px) {
  .acm-exquisite-dining .center-column nav.switch-category a {
    min-width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .acm-exquisite-dining .center-column nav.switch-category a {
    min-width: 160px;
  }
}
@media screen and (max-width: 430px) {
  .acm-exquisite-dining .center-column nav.switch-category a {
    min-width: auto;
  }
}
.acm-exquisite-dining .center-column nav.switch-category a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  opacity: 0;
}
.acm-exquisite-dining .center-column nav.switch-category a.active, .acm-exquisite-dining .center-column nav.switch-category a:hover {
  opacity: 1;
  border-bottom: 0;
}
.acm-exquisite-dining .center-column nav.switch-category a.active:after, .acm-exquisite-dining .center-column nav.switch-category a:hover:after {
  opacity: 1;
}
.acm-exquisite-dining .center-column .page-content {
  color: #fff;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 350ms ease-in-out;
}
@media (prefers-reduced-motion) {
  .acm-exquisite-dining .center-column .page-content {
    transition: none;
  }
}
.acm-exquisite-dining .center-column .page-content.active {
  opacity: 1;
  max-height: 2000px;
}
.acm-exquisite-dining .center-column .page-content .button {
  margin-top: 5px;
  margin-right: 5px;
}
.acm-exquisite-dining .center-column .page-content .screen-reader-only {
  color: #fff;
}

.acm-meetings-weddings {
  position: relative;
  min-height: 500px;
  background-color: #F8F5EC;
  padding-top: 124px;
  padding-bottom: 144px;
  transition: 350ms ease-in-out;
}
@media (prefers-reduced-motion) {
  .acm-meetings-weddings {
    transition: none;
  }
}
@media only screen and (max-width: 767px) {
  .acm-meetings-weddings {
    padding-top: 40px;
    padding-bottom: 340px;
    min-height: auto;
  }
}
.acm-meetings-weddings .image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 350ms ease-in-out;
}
@media (prefers-reduced-motion) {
  .acm-meetings-weddings .image {
    transition: none;
  }
}
@media only screen and (max-width: 767px) {
  .acm-meetings-weddings .image {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 300px;
  }
}
.acm-meetings-weddings .image.active {
  opacity: 1;
}
.acm-meetings-weddings .center-column {
  max-width: 1250px;
  padding: 0 40px;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .acm-meetings-weddings .center-column {
    padding: 0 20px;
  }
}
.acm-meetings-weddings .center-column .left-column {
  margin-right: 54%;
}
@media only screen and (max-width: 767px) {
  .acm-meetings-weddings .center-column .left-column {
    margin-right: 0;
  }
}
.acm-meetings-weddings .center-column h2 {
  color: #000;
  font: 60px/1 "Wade Sans", sans-serif;
  margin-bottom: 36px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .acm-meetings-weddings .center-column h2 {
    font-size: 40px;
  }
}
.acm-meetings-weddings .center-column nav.switch-category {
  font-size: 0;
  margin-bottom: 30px;
  white-space: nowrap;
}
.acm-meetings-weddings .center-column nav.switch-category a {
  position: relative;
  display: inline-block;
  min-width: 140px;
  height: 40px;
  font: 600 16px/40px "Archer", Arial, sans-serif;
  letter-spacing: 0.45px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  padding: 0 10px;
  border-bottom: thin solid #000;
}
@media only screen and (max-width: 1023px) {
  .acm-meetings-weddings .center-column nav.switch-category a {
    min-width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .acm-meetings-weddings .center-column nav.switch-category a {
    min-width: 140px;
  }
}
@media screen and (max-width: 430px) {
  .acm-meetings-weddings .center-column nav.switch-category a {
    min-width: auto;
  }
}
.acm-meetings-weddings .center-column nav.switch-category a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000;
  opacity: 0;
  transition: 350ms ease-in-out;
}
@media (prefers-reduced-motion) {
  .acm-meetings-weddings .center-column nav.switch-category a:after {
    transition: none;
  }
}
.acm-meetings-weddings .center-column nav.switch-category a.active, .acm-meetings-weddings .center-column nav.switch-category a:hover {
  opacity: 1;
  border-bottom: 0;
}
.acm-meetings-weddings .center-column nav.switch-category a.active:after, .acm-meetings-weddings .center-column nav.switch-category a:hover:after {
  opacity: 1;
}
.acm-meetings-weddings .center-column .page-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 350ms ease-in-out;
}
@media (prefers-reduced-motion) {
  .acm-meetings-weddings .center-column .page-content {
    transition: none;
  }
}
.acm-meetings-weddings .center-column .page-content.active {
  opacity: 1;
  max-height: 2000px;
}
.acm-meetings-weddings .center-column .page-content .button {
  margin-top: 5px;
  margin-right: 5px;
}

.acm-gift-certificates {
  position: relative;
  background-color: #343434;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 100px;
  margin-bottom: 160px;
  transition: 350ms ease-in-out;
}
@media (prefers-reduced-motion) {
  .acm-gift-certificates {
    transition: none;
  }
}
@media only screen and (max-width: 767px) {
  .acm-gift-certificates {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 40px;
    margin-bottom: 50px;
  }
}
.acm-gift-certificates .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: opacity 350ms ease-in-out;
}
@media (prefers-reduced-motion) {
  .acm-gift-certificates .background {
    transition: none;
  }
}
.acm-gift-certificates .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .acm-gift-certificates .overlay {
    background: rgba(0, 0, 0, 0.75);
  }
}
.acm-gift-certificates .center-column {
  display: flex;
  flex-wrap: nowrap;
  max-width: 1170px;
  padding: 0 30px;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .acm-gift-certificates .center-column {
    padding: 0 20px;
    flex-wrap: wrap;
  }
}
.acm-gift-certificates .center-column .left-column {
  width: 420px;
  flex-shrink: 0;
}
@media screen and (max-width: 1100px) {
  .acm-gift-certificates .center-column .left-column {
    width: 320px;
  }
}
@media only screen and (max-width: 767px) {
  .acm-gift-certificates .center-column .left-column {
    width: 100%;
  }
}
.acm-gift-certificates .center-column .left-column img {
  display: block;
  width: 100%;
  height: auto;
}
.acm-gift-certificates .center-column .right-column {
  padding-left: 20%;
  padding-top: 50px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1100px) {
  .acm-gift-certificates .center-column .right-column {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .acm-gift-certificates .center-column .right-column {
    padding-left: 0;
    padding-top: 140px;
    padding-bottom: 0;
  }
}
.acm-gift-certificates .center-column h2 {
  color: #fff;
  font: 60px/1 "Wade Sans", sans-serif;
  margin-bottom: 36px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .acm-gift-certificates .center-column h2 {
    font-size: 40px;
  }
}
.acm-gift-certificates .center-column .page-content {
  color: #fff;
  text-align: right;
  overflow: hidden;
  transition: opacity 350ms ease-in-out;
}
@media (prefers-reduced-motion) {
  .acm-gift-certificates .center-column .page-content {
    transition: none;
  }
}
@media only screen and (max-width: 767px) {
  .acm-gift-certificates .center-column .page-content {
    text-align: left;
  }
}
.acm-gift-certificates .center-column .page-content .button {
  margin-top: 5px;
  margin-left: 5px;
}
@media only screen and (max-width: 767px) {
  .acm-gift-certificates .center-column .page-content .button {
    margin-left: 0;
    margin-right: 5px;
  }
}

.acm-simple-content {
  position: relative;
  margin: 60px 30px;
}
@media only screen and (max-width: 767px) {
  .acm-simple-content {
    margin: 40px 20px;
  }
}
.acm-simple-content .center-column {
  background: #F6F6F6;
  padding: 0;
}
.acm-simple-content .center-column.flex {
  display: flex;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 767px) {
  .acm-simple-content .center-column.flex {
    flex-wrap: wrap;
  }
}
.acm-simple-content .center-column.more-content {
  padding: 0 100px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 350ms ease-in-out;
}
@media (prefers-reduced-motion) {
  .acm-simple-content .center-column.more-content {
    transition: none;
  }
}
@media only screen and (max-width: 1023px) {
  .acm-simple-content .center-column.more-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .acm-simple-content .center-column.more-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.acm-simple-content .center-column.more-content.visible {
  max-height: 10000px;
}
.acm-simple-content .center-column.more-content .offer {
  padding-top: 34px;
  padding-bottom: 30px;
  border-top: thin solid #E2AA1E;
}
@media only screen and (max-width: 1023px) {
  .acm-simple-content .center-column.more-content .offer {
    padding-left: 0;
    padding-right: 0;
  }
}
.acm-simple-content .center-column.more-content .offer:first-child {
  border: 0;
  padding-top: 48px;
}
.acm-simple-content .center-column.more-content .offer:last-child {
  padding-bottom: 44px;
}
.acm-simple-content .center-column.more-content .offer h3 {
  font: 31px/37px "Wade Sans", sans-serif;
  color: #5B5B5B;
  margin-bottom: 30px;
}
.acm-simple-content .center-column.more-content .offer h3 a {
  color: inherit;
}
.acm-simple-content .center-column.more-content .offer h3 a:hover {
  color: #E2AA1E;
}
.acm-simple-content .image {
  position: relative;
  width: 410px;
  margin-right: 66px;
  flex-shrink: 0;
}
@media screen and (max-width: 900px) {
  .acm-simple-content .image {
    width: 310px;
    margin-right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .acm-simple-content .image {
    width: 100%;
    height: 250px;
  }
}
.acm-simple-content .page-content {
  padding-top: 44px;
  padding-bottom: 110px;
  padding-right: 30px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .acm-simple-content .page-content {
    padding: 30px 20px 40px 20px;
  }
}
.acm-simple-content .page-content h2 {
  color: #5B5B5B;
  font: 31px/37px "Wade Sans", sans-serif;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.acm-simple-content .page-content img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .acm-simple-content .page-content img {
    width: 100%;
  }
}
.acm-simple-content .page-content nav {
  margin-top: 25px;
}
.acm-simple-content .page-content nav .button {
  margin-left: 5px;
  margin-top: 5px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .acm-simple-content .page-content nav .button {
    width: 100%;
    margin-left: 0;
  }
}
.acm-simple-content .page-content nav .button.active:after {
  margin-top: -3px;
}

.acm-sidebar-info {
  position: relative;
  padding-top: 36px;
  margin-top: 29px;
}
.acm-sidebar-info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background: #AB4D21;
}
.acm-sidebar-info p {
  margin-bottom: 0;
}
.acm-sidebar-info nav {
  margin-top: 27px;
}

.acm-rooms {
  padding: 120px 0;
  background-image: url("../images/acm-rooms-bg.jpg");
  background-color: #45300D;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 1023px) {
  .acm-rooms {
    padding: 60px 0;
  }
}
.acm-rooms .center-column {
  overflow: hidden;
  max-width: 1260px;
}
.acm-rooms h2 {
  color: #fff;
  font: 400 30px/34px "Wade Sans", sans-serif;
  position: absolute;
  top: 60px;
  left: calc(61% + 80px);
}
@media only screen and (max-width: 1023px) {
  .acm-rooms h2 {
    position: relative;
    top: unset;
    left: unset;
    margin-bottom: 10px;
  }
}
.acm-rooms .category-selector {
  padding: 60px 70px 60px 60px;
  background-image: url("../images/acm-rooms-menu-bg.jpg");
  background-color: #AB4D21;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 30px;
  top: 60px;
  z-index: 2;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .acm-rooms .category-selector {
    padding: 0;
    top: 330px;
    left: 20px;
    right: 20px;
  }
}
.acm-rooms .category-selector .select-wrapper {
  width: 100%;
}
.acm-rooms .category-selector .select-wrapper select {
  width: 100%;
  background: none;
  font: 400 20px/28px "Wade Sans", sans-serif;
  text-transform: uppercase;
}
.acm-rooms .category-selector .select-wrapper select option {
  font-size: 16px;
}
.acm-rooms .category-selector .select-wrapper .select-icon {
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  border-right: none;
  border-color: #fff;
  border-width: 2px;
  transform: translateY(-65%) rotate(-135deg);
}
.acm-rooms .category-selector button {
  display: block;
  font: 400 20px/28px "Wade Sans", sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
  position: relative;
}
.acm-rooms .category-selector button:before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: width 200ms ease;
}
@media (prefers-reduced-motion) {
  .acm-rooms .category-selector button:before {
    transition: none;
  }
}
.acm-rooms .category-selector button.active:before, .acm-rooms .category-selector button:hover:before {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .acm-rooms .category-selector button {
    display: none;
  }
}
.acm-rooms .tabs .tab {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: opacity 200ms ease;
  z-index: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (prefers-reduced-motion) {
  .acm-rooms .tabs .tab {
    transition: none;
  }
}
@media only screen and (max-width: 1023px) {
  .acm-rooms .tabs .tab {
    display: block;
  }
}
.acm-rooms .tabs .tab.active {
  position: relative;
  visibility: visible;
  opacity: 1;
  z-index: 1;
}
.acm-rooms .slideshow {
  margin-left: 125px;
  min-height: 750px;
  width: 61%;
  overflow: hidden;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .acm-rooms .slideshow {
    width: 100%;
    margin-left: 0;
    min-height: 305px;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .acm-rooms .slideshow {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
  }
}
.acm-rooms .slideshow .slide {
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .acm-rooms .slideshow .slide {
    min-height: 700px;
  }
}
@media only screen and (max-width: 767px) {
  .acm-rooms .slideshow .slide {
    min-height: 305px;
  }
}
.acm-rooms .slideshow img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}
.acm-rooms .slideshow-pagination {
  height: 15px;
  text-align: right;
  font-size: 0;
  z-index: 10;
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .acm-rooms .slideshow-pagination {
    bottom: 30px;
    text-align: center;
  }
}
.acm-rooms .slideshow-pagination > * {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 0 0 15px;
  text-indent: -9999px;
  overflow: hidden;
  background: #fff;
  border-radius: 50%;
  transition: background 350ms ease-in-out;
  cursor: pointer;
}
@media (prefers-reduced-motion) {
  .acm-rooms .slideshow-pagination > * {
    transition: none;
  }
}
.acm-rooms .slideshow-pagination > *:hover, .acm-rooms .slideshow-pagination > *.active {
  background: #E2AA1E;
}
@media only screen and (max-width: 767px) {
  .acm-rooms .slideshow-pagination > * {
    margin: 0 7px;
  }
}
.acm-rooms .room-content {
  display: inline-block;
  width: 36%;
  color: #fff;
  margin-left: 45px;
  margin-top: 115px;
}
@media only screen and (max-width: 1023px) {
  .acm-rooms .room-content {
    margin-top: 45px;
    margin-left: 0;
    width: 100%;
  }
}
.acm-rooms .room-content h3 {
  font: 400 60px/60px "Wade Sans", sans-serif;
  color: #fff;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .acm-rooms .room-content h3 {
    font: 400 40px/40px "Wade Sans", sans-serif;
  }
}
.acm-rooms .room-content p {
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .acm-rooms .room-content p {
    margin-top: 25px;
  }
}
.acm-rooms .room-content nav a {
  margin-bottom: 10px;
}

.acm-getting-social h2 {
  text-align: center;
  text-transform: uppercase;
  font: 400 60px/57px "Wade Sans", sans-serif;
  color: #000;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .acm-getting-social h2 {
    font: 400 40px/40px "Wade Sans", sans-serif;
  }
}
.acm-getting-social .socials {
  margin-bottom: 30px;
  font-size: 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .acm-getting-social .socials {
    margin-bottom: 20px;
  }
}
.acm-getting-social .socials li {
  display: inline-block;
  margin: 0 13px;
}
.acm-getting-social .socials a {
  position: relative;
  display: block;
  width: 35px;
  height: 35px;
  text-indent: -9999px;
  overflow: hidden;
  border-radius: 50%;
  cursor: pointer;
  background: #45300D url("../images/sprite.svg") 0 0 no-repeat;
  color: #fff;
}
.acm-getting-social .socials a:hover {
  background-color: #AB4D21;
}
@media only screen and (max-width: 767px) {
  .acm-getting-social .socials a {
    display: inline-block;
  }
}
.acm-getting-social .socials a.facebook {
  background-position: 3px -343px;
}
.acm-getting-social .socials a.twitter {
  background-position: -36px -343px;
}
.acm-getting-social .socials a.tiktok {
  background: #45300D url("../images/tiktok.png") center no-repeat;
}
.acm-getting-social .socials a.instagram {
  background-position: -277px -343px;
}
.acm-getting-social .socials a.tripadvisor {
  background-position: -197px -343px;
}
.acm-getting-social .socials a.youtube {
  background-position: -117px -343px;
}
.acm-getting-social .socials a.flickr {
  background-position: -357px -343px;
}
.acm-getting-social .socials a.pinterest {
  background-position: -237px -343px;
}
.acm-getting-social .ft-photo-river-app {
  padding-top: 0;
}
.acm-getting-social .ft-photo-river-app .ft-river-heading {
  font: 400 60px/57px "Wade Sans", sans-serif;
  display: none !important;
}
.acm-getting-social .ft-photo-river-app .ft-river-info.ft-river-info-1 {
  display: none !important;
}
.acm-getting-social .ft-photo-river-app .ft-river-container {
  background: #45300D;
  border-bottom: 10px solid #45300D;
  margin: 0 auto;
}
.acm-getting-social .controls {
  margin-top: 140px;
  text-align: center;
}
.acm-getting-social .controls:empty {
  margin: 0;
}
.acm-getting-social .controls a {
  color: #AB4D21;
  text-transform: uppercase;
  font: 700 15px/15px "Archer", Arial, sans-serif;
}
.acm-getting-social .controls a:hover {
  color: #E2AA1E;
}

.content-lightbox {
  position: fixed;
  left: -9999px;
  top: -9999px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: visibility 350ms ease-in-out, opacity 350ms ease-in-out, top 0ms 350ms ease-in-out, left 0ms 350ms ease-in-out;
  background: rgba(52, 52, 52, 0.95);
  z-index: 999;
}
@media (prefers-reduced-motion) {
  .content-lightbox {
    transition: none;
  }
}
.content-lightbox.visible {
  left: 0;
  top: 0;
  opacity: 1;
  visibility: visible;
  transition: visibility 0ms, opacity 350ms ease-in-out, top 0ms, left 0ms;
}
@media (prefers-reduced-motion) {
  .content-lightbox.visible {
    transition: none;
  }
}
.content-lightbox.no-image .logo {
  right: 50%;
}
.content-lightbox.no-image .content-wrapper {
  width: 100%;
  margin-left: 0;
}
.content-lightbox .inner-wrapper {
  position: relative;
  padding: 80px;
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .content-lightbox .inner-wrapper {
    padding: 40px 54px;
  }
}
@media only screen and (max-width: 767px) {
  .content-lightbox .inner-wrapper {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.content-lightbox .second-wrapper {
  position: relative;
  max-width: 1040px;
  margin: 0 auto;
  height: 100%;
  background-color: #fff;
  padding-top: 100px;
}
.content-lightbox .thumbnail {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background: #45300D;
}
@media only screen and (max-width: 767px) {
  .content-lightbox .thumbnail {
    display: none;
  }
}
.content-lightbox .logo {
  position: absolute;
  top: 30px;
  right: 25%;
  transform: translateX(50%);
  z-index: 1;
  width: 116px;
}
@media only screen and (max-width: 767px) {
  .content-lightbox .logo {
    right: 50%;
  }
}
.content-lightbox .logo img {
  width: 100%;
  height: auto;
  display: block;
}
.content-lightbox .content-wrapper {
  position: relative;
  width: 50%;
  margin-left: 50%;
  height: auto;
  max-height: 100%;
  overflow: auto;
}
@media only screen and (max-width: 767px) {
  .content-lightbox .content-wrapper {
    width: 100%;
    margin-left: 0;
  }
}
.content-lightbox .content-wrapper .content {
  padding-bottom: 60px;
}
.content-lightbox .content-lightbox-close-button {
  position: absolute;
  right: -54px;
  top: 0;
  width: 54px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  z-index: 20;
}
@media only screen and (max-width: 767px) {
  .content-lightbox .content-lightbox-close-button {
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
  }
}
.content-lightbox .content-lightbox-close-button:hover {
  background-color: #AB4D21;
}
.content-lightbox .content {
  max-height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.content-lightbox .lightbox-content-loading-blocker {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(212, 212, 212, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: opacity 350ms ease-in-out/2, visibility 350ms ease-in-out/2;
  z-index: 10;
}
@media (prefers-reduced-motion) {
  .content-lightbox .lightbox-content-loading-blocker {
    transition: none;
  }
}
.content-lightbox .lightbox-content-loading-blocker.active {
  opacity: 1;
  visibility: visible;
}
.content-lightbox .lightbox-content-loading-blocker.active:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid transparent;
  border-top-color: #AB4D21;
  border-bottom-color: #AB4D21;
  border-radius: 50%;
  -webkit-animation: loading-icon-spin 1200ms linear infinite;
          animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.content-lightbox.full-width .inner-wrapper {
  padding: 80px 20px;
}
@media only screen and (max-width: 767px) {
  .content-lightbox.full-width .inner-wrapper {
    padding: 0;
    display: block;
  }
}
.content-lightbox.full-width .content-wrapper {
  max-width: none;
}
@media only screen and (max-width: 767px) {
  .content-lightbox.full-width .content-wrapper {
    min-height: 100vh;
  }
}

@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-sidebar {
    display: none;
  }

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

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