@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-family: din-condensed, sans-serif;
  font-weight: 200;
  font-size: 13px;
  font-style: normal;
  letter-spacing: 0;
  text-align: left;
  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: #231f20;
  color: #fff;
}

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

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

.ui-datepicker-header {
  position: relative;
  margin-bottom: 6px;
  font-size: 1rem;
  line-height: 26px;
  font-style: italic;
  text-transform: uppercase;
  text-align: center;
  color: #231f20;
}

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

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

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

.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 th, .ui-datepicker-calendar td {
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
  text-align: center;
  font-style: italic;
}
.ui-datepicker-calendar th {
  font-size: 1rem;
  color: #231f20;
  background: #eee;
}
.ui-datepicker-calendar td {
  font-size: 1rem;
  color: #231f20;
}
.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 a {
  background: #eee;
}
.ui-datepicker-calendar .ui-datepicker-highlight a,
.ui-datepicker-calendar .ui-datepicker-current-day a,
.ui-datepicker-calendar .ui-state-default:hover {
  background: #c39a6c;
  color: #fff;
}

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

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

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

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

.acm-section.three-column-list {
  margin: 60px 0 26px 0;
}
.acm-section.three-column-list .center-column {
  max-width: 65%;
  text-align: left;
}
@media only screen and (max-width: 1199px) {
  .acm-section.three-column-list .center-column {
    max-width: 1050px;
  }
}
.acm-section.three-column-list h2 {
  font-family: "Times New Roman", "Times", "Georgia", serif;
  font-size: 2.6rem;
  line-height: 1.1;
  font-weight: 200;
  font-style: italic;
  margin-bottom: 35px;
  text-transform: none;
}
@media only screen and (max-width: 1199px) {
  .acm-section.three-column-list h2 {
    font-size: 2rem;
  }
}
.acm-section.three-column-list ul {
  -moz-column-count: 3;
       column-count: 3;
}
@media only screen and (max-width: 767px) {
  .acm-section.three-column-list ul {
    -moz-column-count: 1;
         column-count: 1;
  }
}

.three-column-content {
  margin-top: 45px;
}
.three-column-content .three-column-item {
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: auto;
  gap: 30px;
}
@media only screen and (max-width: 1199px) {
  .three-column-content .three-column-item {
    grid-auto-flow: dense;
    grid-template-columns: 1fr;
  }
}
.three-column-content .three-column-image {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  max-height: 350px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .three-column-content .three-column-image {
    max-height: 500px;
  }
}
@media only screen and (min-width: 1200px) {
  .three-column-content .three-column-image {
    max-height: 560px;
  }
}
.three-column-content .three-column-content-wrapper {
  padding: 30px;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: center;
}
.three-column-content .three-column-content-wrapper .page-content {
  text-align: left;
}
.three-column-content .three-column-content-wrapper h2, .three-column-content .three-column-content-wrapper h3 {
  font-family: "Times New Roman", "Times", "Georgia", serif;
  font-style: italic;
  text-transform: lowercase;
  font-size: 48px;
  display: inline-block;
  margin: 0 0 10px 0;
}
.three-column-content .three-column-content-wrapper h2::after, .three-column-content .three-column-content-wrapper h3::after {
  content: "";
  height: 1px;
  position: relative;
  display: block;
  width: 100%;
  background: #231f20;
  margin: 5px 0 25px;
}
.three-column-content .three-column-buttons {
  margin-top: 25px;
  margin-bottom: -10px;
  margin-right: -10px;
  display: flex;
  flex-flow: row wrap;
}
.three-column-content .three-column-buttons .button {
  margin-bottom: 10px;
  margin-right: 10px;
}
.three-column-content .three-column-buttons .button + .button {
  margin-left: 10px;
}

.time-slider {
  position: relative;
  z-index: 30;
  box-sizing: border-box;
  max-width: 1440px;
  width: 100%;
  margin: auto;
  padding: 60px 50px 80px;
}
@media only screen and (max-width: 767px) {
  .time-slider {
    padding: 30px 50px;
  }
}
.time-slider .page-content {
  margin-bottom: 30px;
}
.time-slider .slideshow {
  overflow: hidden;
  z-index: 30;
}
.time-slider .slideshow .slideshow-button {
  border: 2px solid #231f20;
  border-bottom: 0;
  border-left: 0;
  height: 24px;
  overflow: hidden;
  position: absolute;
  text-indent: -100em;
  top: 45%;
  width: 24px;
  z-index: 10;
  cursor: pointer;
  transition: all 350ms ease 0ms;
}
.time-slider .slideshow .slideshow-button:hover {
  border-color: #c39a6c;
}
@media (prefers-reduced-motion) {
  .time-slider .slideshow .slideshow-button {
    transition: none;
  }
}
.time-slider .slideshow .slideshow-button.previous {
  left: 20px;
  transform: translateY(-50%) rotate(-135deg);
}
.time-slider .slideshow .slideshow-button.next {
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}
.time-slider .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
.time-slider .slide {
  position: relative;
  display: inline-block;
  width: calc(50% - 15px);
  margin-right: 30px;
  vertical-align: top;
  overflow: hidden;
  white-space: normal;
}
.time-slider .slide .inner-wrapper {
  width: 100%;
  padding-top: 0;
}
.time-slider .slide .thumbnail {
  position: relative;
  background-color: #c39a6c;
  top: 0;
  left: 0;
  width: 100%;
  height: 360px;
  background-position: center;
  background-size: cover;
  transition: all 800ms ease 0ms;
}
@media (prefers-reduced-motion) {
  .time-slider .slide .thumbnail {
    transition: none;
  }
}
@media only screen and (max-width: 1199px) {
  .time-slider .slide .thumbnail {
    height: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .time-slider .slide .thumbnail {
    height: 260px;
  }
}
.time-slider .slide .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: #c39a6c;
  border-bottom-color: #c39a6c;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.time-slider .slide .thumbnail .loading:before {
  top: 8%;
  right: 8%;
  left: auto;
  margin: auto;
}
.time-slider .slide .slide-content {
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 30px 40px 40px;
  box-sizing: border-box;
  text-align: center;
  color: #231f20;
}
@media only screen and (max-width: 1199px) {
  .time-slider .slide .slide-content {
    padding: 30px 20px 30px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .time-slider .slide .slide-content {
    max-width: 100%;
  }
}
.time-slider .slide .time-title {
  font-family: "Times New Roman", "Times", "Georgia", serif;
  font-size: 30px;
  line-height: 1em;
  font-style: italic;
  text-transform: uppercase;
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
}
.time-slider .slide .time-title .time-hours {
  margin-right: 10px;
}
.time-slider .slide .time-content {
  font-size: 1rem;
  font-family: "Times New Roman", "Times", "Georgia", serif;
  color: #231f20;
  line-height: 1.3;
  font-style: italic;
  margin-bottom: 24px;
  transition: all 800ms ease 0ms;
}
@media (prefers-reduced-motion) {
  .time-slider .slide .time-content {
    transition: none;
  }
}

.acm-section.additional-content {
  margin: 40px 0;
}
.acm-section.additional-content .page-content {
  margin-bottom: 40px;
}
.acm-section.additional-content .page-content h3 {
  font-size: 2rem;
}
.acm-section.additional-content .page-content .description {
  margin-top: 20px;
}

.acm-section.meeting-spaces {
  margin: 10px 0;
  text-align: center;
}
.acm-section.meeting-spaces .button {
  margin-top: 25px;
}
.acm-section.meeting-spaces .spaces-wrapper {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px;
}
.acm-section.meeting-spaces .spaces-wrapper .space {
  width: calc(33.3333333333% - 40px);
  margin: 50px 20px;
  text-align: left;
}
@media only screen and (max-width: 1199px) {
  .acm-section.meeting-spaces .spaces-wrapper .space {
    width: calc(33.3333333333% - 20px);
    margin: 30px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .acm-section.meeting-spaces .spaces-wrapper .space {
    width: 100%;
  }
}
.acm-section.meeting-spaces .spaces-wrapper .space .image {
  position: relative;
  display: block;
  background-color: #eee;
}
.acm-section.meeting-spaces .spaces-wrapper .space .image img {
  display: block;
  width: 100%;
  height: auto;
}

.promo-heading {
  font-family: "Times New Roman", "Times", "Georgia", serif;
  font-size: 40px;
  line-height: 40px;
  font-style: italic;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 32px;
}
.promo-heading::after {
  content: "";
  height: 0.5px;
  position: relative;
  display: block;
  width: 100%;
  background: #fff;
  margin-top: 5px;
}
@media only screen and (max-width: 1199px) {
  .promo-heading {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .promo-heading {
    font-size: 29px;
    line-height: 32px;
  }
}

.promo-background {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.promo-single {
  position: relative;
  height: 100%;
  margin-top: 52px;
  margin-bottom: 52px;
}
.home .promo-single {
  margin-bottom: 104px;
}
@media only screen and (max-width: 767px) {
  .home .promo-single {
    margin-bottom: 52px;
  }
}
.promo-single picture::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.promo-single .promo-single-item {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 500px;
}
@media only screen and (min-width: 1200px) {
  .promo-single .promo-single-item {
    min-height: 720px;
  }
}
@media only screen and (max-width: 767px) {
  .promo-single .promo-single-item {
    min-height: 480px;
  }
}
.promo-single .promo-single-content {
  position: relative;
  z-index: 1;
  padding: 88px 15px 50px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .promo-single .promo-single-content {
    padding: 30px 15px 50px;
  }
}
.promo-single .promo-single-content .button {
  color: #fff;
}
.promo-single .promo-single-content .button:hover {
  background-color: #fff;
  color: #231f20;
}

.promo-double {
  display: flex;
  flex-flow: row nowrap;
  margin-top: 52px;
  margin-bottom: 104px;
  padding: 0 32px;
}
@media only screen and (max-width: 767px) {
  .promo-double {
    flex-flow: column nowrap;
    margin-bottom: 56px;
    padding: 0 20px;
  }
}

.promo-double-item {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  width: 100%;
  flex-basis: 50%;
  position: relative;
  padding: 0 32px;
}
@media only screen and (max-width: 767px) {
  .promo-double-item {
    flex-basis: 100%;
    min-height: 330px;
    gap: 24px;
    padding: 0;
    margin-bottom: 56px;
  }
}
.promo-double-item .promo-background {
  display: block;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.promo-double-item .promo-double-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  height: auto;
  width: 100%;
  padding: 0 15px;
}
.promo-double-item .promo-double-content .promo-heading {
  color: #231f20;
}
.promo-double-item .promo-double-content .promo-heading::after {
  background: #231f20;
}
.promo-double-item:nth-child(even) {
  flex-direction: column-reverse;
}
@media only screen and (max-width: 767px) {
  .promo-double-item:nth-child(even) {
    flex-direction: column;
  }
}
.promo-double-item:nth-child(even) .promo-double-content {
  padding-top: 0;
}
.promo-double-item:last-child {
  margin-bottom: 0;
}

.acm-section.spa-navigation-acm {
  position: sticky;
  top: 64px;
  background-color: #231f20;
  margin: 70px 0 56px 0;
  z-index: 90;
}
@media only screen and (max-width: 1199px) {
  .acm-section.spa-navigation-acm {
    top: 88px;
  }
}
.alert-visible .acm-section.spa-navigation-acm {
  top: 104px;
}
@media only screen and (max-width: 1199px) {
  .alert-visible .acm-section.spa-navigation-acm {
    top: 128px;
  }
}
@media only screen and (max-width: 989px) {
  .alert-visible .acm-section.spa-navigation-acm {
    top: 168px;
  }
}
.acm-section.spa-navigation-acm ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 16px 20px;
}
@media only screen and (max-width: 1199px) {
  .acm-section.spa-navigation-acm ul {
    padding: 14px 0;
  }
}
.acm-section.spa-navigation-acm ul li {
  margin: 0 30px;
}
@media only screen and (max-width: 1199px) {
  .acm-section.spa-navigation-acm ul li {
    margin: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .acm-section.spa-navigation-acm ul li {
    margin: 0 10px;
  }
}
@media screen and (max-width: 480px) {
  .acm-section.spa-navigation-acm ul li {
    margin: 0 5px;
  }
}
.acm-section.spa-navigation-acm ul li a {
  font-family: din-condensed, sans-serif;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-size: 1rem;
  line-height: 19px;
}
@media only screen and (max-width: 767px) {
  .acm-section.spa-navigation-acm ul li a {
    font-size: 0.8rem;
    line-height: 14px;
  }
}

.acm-section.spa-menu-acm {
  margin: 50px 0;
}
.acm-section.spa-menu-acm h2.spa-menu-heading {
  position: relative;
  font-family: "Times New Roman", "Times", "Georgia", serif;
  font-size: 48px;
  line-height: 55px;
  letter-spacing: 1.55px;
  font-style: italic;
  text-transform: lowercase;
  margin-bottom: 30px;
  text-align: center;
}
.acm-section.spa-menu-acm .menu-main-wrapper {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  padding-top: 20px;
  border-top: thin solid rgba(35, 31, 32, 0.5);
}
.acm-section.spa-menu-acm .menu-main-wrapper .sidebar {
  width: 246px;
  flex-shrink: 0;
}
@media only screen and (max-width: 1199px) {
  .acm-section.spa-menu-acm .menu-main-wrapper .sidebar {
    width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .acm-section.spa-menu-acm .menu-main-wrapper .sidebar {
    width: 140px;
  }
}
.acm-section.spa-menu-acm .menu-main-wrapper .sidebar ul.menu-categories {
  position: sticky;
  top: 166px;
}
@media only screen and (max-width: 1199px) {
  .acm-section.spa-menu-acm .menu-main-wrapper .sidebar ul.menu-categories {
    top: 182px;
  }
}
@media only screen and (max-width: 767px) {
  .acm-section.spa-menu-acm .menu-main-wrapper .sidebar ul.menu-categories {
    top: 220px;
  }
}
.alert-visible .acm-section.spa-menu-acm .menu-main-wrapper .sidebar ul.menu-categories {
  top: 206px;
}
@media only screen and (max-width: 989px) {
  .alert-visible .acm-section.spa-menu-acm .menu-main-wrapper .sidebar ul.menu-categories {
    top: 252px;
  }
}
@media only screen and (max-width: 767px) {
  .alert-visible .acm-section.spa-menu-acm .menu-main-wrapper .sidebar ul.menu-categories {
    top: 262px;
  }
}
.acm-section.spa-menu-acm .menu-main-wrapper .sidebar li {
  position: relative;
  padding: 0 18px;
  margin: 16px 0;
  font-family: din-condensed, sans-serif;
  font-weight: normal;
  font-size: 19px;
  line-height: 21px;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  color: #231f20;
  cursor: pointer;
  transition: color 350ms ease-in-out;
}
@media only screen and (max-width: 1199px) {
  .acm-section.spa-menu-acm .menu-main-wrapper .sidebar li {
    font-size: 1rem;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 767px) {
  .acm-section.spa-menu-acm .menu-main-wrapper .sidebar li {
    font-size: 0.7rem;
    padding-right: 8px;
    padding-left: 14px;
  }
}
.acm-section.spa-menu-acm .menu-main-wrapper .sidebar li + li {
  margin-top: 28px;
}
@media only screen and (max-width: 1199px) {
  .acm-section.spa-menu-acm .menu-main-wrapper .sidebar li + li {
    margin-top: 16px;
  }
}
.acm-section.spa-menu-acm .menu-main-wrapper .sidebar li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  border-top: 6px solid transparent;
  border-left: 8px solid #AE8259;
  border-bottom: 6px solid transparent;
  opacity: 0;
  transition: opacity 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .acm-section.spa-menu-acm .menu-main-wrapper .sidebar li:before {
    top: 0;
    border-top: 5px solid transparent;
    border-left: 7px solid #AE8259;
    border-bottom: 5px solid transparent;
  }
}
.acm-section.spa-menu-acm .menu-main-wrapper .sidebar li:hover, .acm-section.spa-menu-acm .menu-main-wrapper .sidebar li.active {
  color: #AE8259;
}
.acm-section.spa-menu-acm .menu-main-wrapper .sidebar li:hover:before, .acm-section.spa-menu-acm .menu-main-wrapper .sidebar li.active:before {
  opacity: 1;
}
.acm-section.spa-menu-acm .menu-main-wrapper .packages {
  flex-grow: 1;
}
.acm-section.spa-menu-acm .menu-main-wrapper .packages .package-category {
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
  z-index: 1;
  transition: opacity 350ms ease-in-out;
}
.acm-section.spa-menu-acm .menu-main-wrapper .packages .package-category.active {
  visibility: visible;
  height: auto;
  opacity: 1;
  z-index: 2;
}
.acm-section.spa-menu-acm .menu-main-wrapper .packages .package-category .image {
  position: relative;
  height: 210px;
  background-color: #F5F5F5;
  margin-bottom: -1px;
}
.acm-section.spa-menu-acm .menu-main-wrapper .packages .package-category .packages-list {
  border: thin solid rgba(35, 31, 32, 0.5);
  padding: 22px 30px 35px 30px;
  background-color: #F5F5F5;
}
@media only screen and (max-width: 767px) {
  .acm-section.spa-menu-acm .menu-main-wrapper .packages .package-category .packages-list {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.acm-section.spa-menu-acm .menu-main-wrapper .packages .package-category .packages-list .package {
  font-family: "Times New Roman", "Times", "Georgia", serif;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.45px;
  font-style: italic;
}
.acm-section.spa-menu-acm .menu-main-wrapper .packages .package-category .packages-list .package .package-header {
  display: flex;
  flex-wrap: wrap;
}
.acm-section.spa-menu-acm .menu-main-wrapper .packages .package-category .packages-list .package .package-header h3,
.acm-section.spa-menu-acm .menu-main-wrapper .packages .package-category .packages-list .package .package-header .package-duration,
.acm-section.spa-menu-acm .menu-main-wrapper .packages .package-category .packages-list .package .package-header .package-link {
  font-weight: bold;
}
.acm-section.spa-menu-acm .menu-main-wrapper .packages .package-category .packages-list .package .package-header h3 {
  text-transform: uppercase;
}
.acm-section.spa-menu-acm .menu-main-wrapper .packages .package-category .packages-list .package .package-header .package-duration {
  font-weight: bold;
  margin-left: 5px;
}
.acm-section.spa-menu-acm .menu-main-wrapper .packages .package-category .packages-list .package .package-header .package-link {
  margin-left: 8px;
}
.acm-section.spa-menu-acm .menu-main-wrapper .packages .package-category .packages-list .package .package-header .package-link a {
  display: inline-block;
  margin-left: 3px;
}
.acm-section.spa-menu-acm .menu-main-wrapper .packages .package-category .packages-list .package .package-description p + p, .acm-section.spa-menu-acm .menu-main-wrapper .packages .package-category .packages-list .package .package-description p + ul, .acm-section.spa-menu-acm .menu-main-wrapper .packages .package-category .packages-list .package .package-description p + ol,
.acm-section.spa-menu-acm .menu-main-wrapper .packages .package-category .packages-list .package .package-description ul + p,
.acm-section.spa-menu-acm .menu-main-wrapper .packages .package-category .packages-list .package .package-description ul + ul,
.acm-section.spa-menu-acm .menu-main-wrapper .packages .package-category .packages-list .package .package-description ul + ol,
.acm-section.spa-menu-acm .menu-main-wrapper .packages .package-category .packages-list .package .package-description ol + p,
.acm-section.spa-menu-acm .menu-main-wrapper .packages .package-category .packages-list .package .package-description ol + ul,
.acm-section.spa-menu-acm .menu-main-wrapper .packages .package-category .packages-list .package .package-description ol + ol {
  margin-top: 10px;
}
.acm-section.spa-menu-acm .menu-main-wrapper .packages .package-category .packages-list .package .package-description ul {
  list-style-type: disc;
  /*li:before {
      content: '\2022';
      display: inline-block;
      vertical-align: middle;
      margin-right: 8px;
      margin-top: -5px;
  }*/
}
.acm-section.spa-menu-acm .menu-main-wrapper .packages .package-category .packages-list .package .package-description ol {
  list-style: decimal inside;
}
.acm-section.spa-menu-acm .menu-main-wrapper .packages .package-category .packages-list .package + .package {
  margin-top: 26px;
}

.acm-section.spa-contacts-acm {
  margin: 54px 0 66px 0;
}
.acm-section.spa-contacts-acm .contacts-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.acm-section.spa-contacts-acm .contacts-wrapper .contact-item {
  width: 33.3333333333%;
  padding: 20px 10px 0 10px;
}
@media only screen and (max-width: 767px) {
  .acm-section.spa-contacts-acm .contacts-wrapper .contact-item {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .acm-section.spa-contacts-acm .contacts-wrapper .contact-item {
    width: 100%;
    padding: 20px 0 0;
  }
}
.acm-section.spa-contacts-acm .contacts-wrapper .contact-item h3 {
  font-family: "Times New Roman", "Times", "Georgia", serif;
  font-size: 32px;
  line-height: 37px;
  letter-spacing: 1.04px;
  font-style: italic;
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: 12px;
}
.acm-section.spa-contacts-acm .contacts-wrapper .contact-item .details {
  font-size: 14px;
}
.acm-section.spa-contacts-acm .contacts-wrapper .contact-item .details p {
  margin: 0;
}
.acm-section.spa-contacts-acm .contacts-wrapper .contact-item .details p + p, .acm-section.spa-contacts-acm .contacts-wrapper .contact-item .details p + ul, .acm-section.spa-contacts-acm .contacts-wrapper .contact-item .details p + ol {
  margin-top: 2px;
}
.acm-section.spa-contacts-acm .contacts-wrapper .contact-item .details ul,
.acm-section.spa-contacts-acm .contacts-wrapper .contact-item .details ol {
  margin-left: 0;
  margin-bottom: 0;
}

.acm-section.spa-content-acm {
  margin: 66px 0 20px 0;
}
.acm-section.spa-content-acm .content-items {
  padding-top: 72px;
  border-top: thin solid rgba(35, 31, 32, 0.5);
}
.acm-section.spa-content-acm .content-item {
  text-align: left;
}
.acm-section.spa-content-acm .content-item + .content-item {
  margin-top: 31px;
}
.acm-section.spa-content-acm .content-item h3 {
  font-family: "Times New Roman", "Times", "Georgia", serif;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 1.04px;
  font-weight: bold;
  font-style: italic;
  text-transform: lowercase;
  margin: 0 0 15px 0;
}
.acm-section.spa-content-acm .content-item .content p {
  margin-bottom: 0;
}
.acm-section.spa-content-acm .content-item .content p + p, .acm-section.spa-content-acm .content-item .content p + ul, .acm-section.spa-content-acm .content-item .content p + ol {
  margin-top: 10px;
}

.checkers {
  display: flex;
  flex-flow: column nowrap;
  margin-top: 45px;
}
.checkers + .checkers {
  margin-top: 50px;
}
.checkers .checkers-item {
  display: flex;
  flex-flow: row nowrap;
  height: 100%;
  justify-content: flex-start;
  min-height: 540px;
  margin-bottom: 104px;
}
@media only screen and (max-width: 767px) {
  .checkers .checkers-item {
    min-height: unset;
    margin-bottom: 26px;
  }
}
.checkers .checkers-item:last-child {
  margin-bottom: 0;
}
.checkers .checkers-item:nth-child(even) {
  flex-flow: row-reverse nowrap;
}
@media only screen and (max-width: 989px) {
  .checkers .checkers-item:nth-child(even) {
    flex-flow: column nowrap;
  }
}
.checkers .checkers-item:nth-child(even) .checkers-content {
  align-items: flex-end;
  padding-right: 112px;
  padding-left: 45px;
}
@media only screen and (max-width: 767px) {
  .checkers .checkers-item:nth-child(even) .checkers-content {
    padding-left: 20px;
    padding-right: 20px;
    align-items: center;
  }
}
@media only screen and (max-width: 989px) {
  .checkers .checkers-item {
    flex-flow: column nowrap;
  }
}
.checkers.first-on-right .checkers-item {
  flex-flow: row-reverse nowrap;
}
.checkers.first-on-right .checkers-item:nth-child(even) {
  flex-flow: row nowrap;
}
@media only screen and (max-width: 989px) {
  .checkers.first-on-right .checkers-item:nth-child(even) {
    flex-flow: column nowrap;
  }
}
@media only screen and (max-width: 989px) {
  .checkers.first-on-right .checkers-item {
    flex-flow: column nowrap;
  }
}
.checkers .checkers-image-wrapper {
  width: 100%;
}
.checkers .checkers-image {
  display: block;
  flex-basis: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  flex-shrink: 0;
}
@media only screen and (max-width: 989px) {
  .checkers .checkers-image {
    flex-basis: initial;
    min-height: 330px;
  }
}
.checkers .checkers-content {
  flex-basis: 50%;
  padding: 30px 45px;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  flex-shrink: 0;
  width: 100%;
  padding-left: 112px;
}
@media only screen and (max-width: 767px) {
  .checkers .checkers-content {
    align-items: center;
    padding: 30px 20px;
  }
}
.checkers .checkers-content .page-content {
  text-align: left;
  width: 80%;
  max-width: 448px;
}
@media only screen and (max-width: 989px) {
  .checkers .checkers-content .page-content {
    width: 100%;
  }
}
.checkers .checkers-content .page-content p {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 166.667% */
  letter-spacing: 0.9px;
}
.checkers .checkers-content .page-content ul li {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.7px;
  margin-bottom: 10px;
}
.checkers .checkers-content .headings-wrapper {
  display: flex;
  flex-direction: column;
}
.checkers .checkers-content .headings-wrapper .heading + .heading {
  margin-top: -20px;
}
.checkers .checkers-content h2,
.checkers .checkers-content h3 {
  font-family: "Times New Roman", "Times", "Georgia", serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 1.2px;
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: 32px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .checkers .checkers-content h2,
  .checkers .checkers-content h3 {
    margin-top: 24px;
  }
}
.checkers .checkers-content h2::after,
.checkers .checkers-content h3::after {
  content: "";
  height: 1px;
  position: relative;
  display: block;
  width: 100%;
  background: #231f20;
  margin-top: 8px;
}
.checkers .checkers-content h3 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
  .checkers .checkers-content h3 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 989px) {
  .checkers .checkers-content h3 {
    font-size: 1.5rem;
  }
}
.checkers .checkers-content h3::after {
  display: none;
}
@media only screen and (max-width: 989px) {
  .checkers .checkers-content {
    flex-basis: initial;
  }
}
.checkers .checkers-buttons {
  margin-top: 32px;
  margin-bottom: -10px;
  margin-right: -10px;
  display: flex;
  flex-flow: row wrap;
}
@media only screen and (max-width: 767px) {
  .checkers .checkers-buttons {
    margin-top: 24px;
  }
}
.checkers .checkers-buttons .button {
  margin-bottom: 10px;
  margin-right: 10px;
  white-space: normal;
}
.home .checkers {
  margin-bottom: 104px;
}
@media only screen and (max-width: 767px) {
  .home .checkers {
    margin-bottom: 56px;
  }
}

.promo-single.acm-section + .checkers,
.promo-double acm-section + .checkers {
  margin-top: 0;
}

.newsletter-section {
  background-color: #c39a6c;
  padding: 30px 0;
  text-align: center;
  margin-top: 45px;
}
.newsletter-section.acm-section:last-child {
  margin-bottom: -50px;
}
@media only screen and (max-width: 767px) {
  .newsletter-section.acm-section:last-child {
    margin-bottom: -20px;
  }
}
.newsletter-section h4 {
  font-family: "Times New Roman", "Times", "Georgia", serif;
  font-size: 1.875rem;
  line-height: 1.1;
  font-weight: 200;
  font-style: italic;
  text-transform: lowercase;
  margin-bottom: 10px;
}
.newsletter-section .content {
  padding: 0 20px;
}
.newsletter-section p {
  margin-bottom: 10px;
}
.newsletter-section #newsletter {
  position: relative;
  text-align: center;
  margin: 30px auto 10px;
  padding: 0 20px;
  max-width: 1065px;
}
.newsletter-section #newsletter form {
  margin: 0;
}
.newsletter-section #newsletter form fieldset.main {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .newsletter-section #newsletter form fieldset.main {
    flex-direction: column;
    align-items: center;
  }
}
.newsletter-section #newsletter form fieldset.main p {
  position: relative;
  display: inline-block;
  width: calc((100% - 280px) / 3);
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .newsletter-section #newsletter form fieldset.main p {
    width: 100%;
    margin-bottom: 10px;
  }
}
.newsletter-section #newsletter form fieldset.main p.required:before {
  content: "*";
  position: absolute;
  top: 8px;
  left: 12px;
  font-size: 14px;
  font-weight: bold;
  color: #c39a6c;
}
.newsletter-section #newsletter form fieldset.main p.small {
  width: 120px;
}
@media only screen and (max-width: 767px) {
  .newsletter-section #newsletter form fieldset.main p.small {
    width: 100%;
  }
}
.newsletter-section #newsletter form fieldset.main p label {
  display: none;
}
.newsletter-section #newsletter form fieldset.main p input[type=text] {
  display: inline-block;
  font: normal 1rem/40px "Times New Roman", "Times", "Georgia", serif;
  font-style: italic;
  width: 100%;
  height: 40px;
  padding: 0 20px;
  margin: 0;
  background: #fff;
  color: #231f20;
  border: 0;
  text-align: left;
  vertical-align: middle;
}
.newsletter-section #newsletter form fieldset.main p input[type=text]::-webkit-input-placeholder {
  font-family: din-condensed, sans-serif;
  font-style: italic;
  font-size: 1rem;
  font-weight: 200;
  letter-spacing: 1px;
  color: rgba(35, 31, 32, 0.6);
  text-transform: uppercase;
}
.newsletter-section #newsletter form fieldset.main p input[type=text]:-moz-placeholder {
  font-family: din-condensed, sans-serif;
  font-style: italic;
  font-size: 1rem;
  font-weight: 200;
  letter-spacing: 1px;
  color: rgba(35, 31, 32, 0.6);
  text-transform: uppercase;
}
.newsletter-section #newsletter form fieldset.main p input[type=text]::-moz-placeholder {
  font-family: din-condensed, sans-serif;
  font-style: italic;
  font-size: 1rem;
  font-weight: 200;
  letter-spacing: 1px;
  color: rgba(35, 31, 32, 0.6);
  text-transform: uppercase;
}
.newsletter-section #newsletter form fieldset.main p input[type=text]:-ms-input-placeholder {
  font-family: din-condensed, sans-serif;
  font-style: italic;
  font-size: 1rem;
  font-weight: 200;
  letter-spacing: 1px;
  color: rgba(35, 31, 32, 0.6);
  text-transform: uppercase;
}
.newsletter-section #newsletter form fieldset.main p input[type=text]:focus::-webkit-input-placeholder {
  font-family: din-condensed, sans-serif;
  font-style: italic;
  font-size: 1rem;
  font-weight: 200;
  letter-spacing: 1px;
  color: rgba(35, 31, 32, 0.2);
  text-transform: uppercase;
}
.newsletter-section #newsletter form fieldset.main p input[type=text]:focus:-moz-placeholder {
  font-family: din-condensed, sans-serif;
  font-style: italic;
  font-size: 1rem;
  font-weight: 200;
  letter-spacing: 1px;
  color: rgba(35, 31, 32, 0.2);
  text-transform: uppercase;
}
.newsletter-section #newsletter form fieldset.main p input[type=text]:focus::-moz-placeholder {
  font-family: din-condensed, sans-serif;
  font-style: italic;
  font-size: 1rem;
  font-weight: 200;
  letter-spacing: 1px;
  color: rgba(35, 31, 32, 0.2);
  text-transform: uppercase;
}
.newsletter-section #newsletter form fieldset.main p input[type=text]:focus:-ms-input-placeholder {
  font-family: din-condensed, sans-serif;
  font-style: italic;
  font-size: 1rem;
  font-weight: 200;
  letter-spacing: 1px;
  color: rgba(35, 31, 32, 0.2);
  text-transform: uppercase;
}
.newsletter-section #newsletter form fieldset.main p.controls {
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .newsletter-section #newsletter form fieldset.main p.controls {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
}
.newsletter-section #newsletter form fieldset.main p.controls .button {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 40px;
  background: #231f20;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  border-color: #231f20;
}
.newsletter-section #newsletter form fieldset.main p.controls .button:hover {
  background-color: #fff;
  color: #231f20;
}
@media only screen and (max-width: 767px) {
  .newsletter-section #newsletter form fieldset.main p.controls .button {
    width: 100%;
  }
}
.newsletter-section #newsletter form fieldset.consent {
  text-align: center;
}
.newsletter-section #newsletter form fieldset.consent p {
  margin: 0;
}
.newsletter-section #newsletter form fieldset.consent label {
  float: none;
  width: 100%;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  margin: 12px 0 0;
}
.newsletter-section #newsletter form fieldset.consent input {
  margin-top: 6px;
  margin-right: 8px;
}
.newsletter-section #newsletter form fieldset.consent a {
  color: #231f20;
  text-decoration: underline;
}
.newsletter-section #newsletter form fieldset.consent a:hover {
  color: #fff;
  text-decoration: underline;
}
.newsletter-section #newsletter form fieldset.consent em {
  left: 14px;
  font-size: 16px;
  font-weight: bold;
  color: #c39a6c;
}
.newsletter-section #newsletter .newsletter-success {
  display: flex;
  position: relative;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
}
.newsletter-section #newsletter-cms {
  position: relative;
}
.newsletter-section #newsletter-cms [id*=form_form_] {
  margin: 0;
}
.newsletter-section #newsletter-cms [id*=form_form_].form-sent fieldset {
  display: none;
}
.newsletter-section #newsletter-cms [id*=form_form_] #form_module_container_success {
  background-color: #231f20;
  color: #fff;
  font-style: italic;
}
.newsletter-section #newsletter-cms [id*=form_form_] #form_module_container_errors {
  text-align: left;
  font-style: italic;
}
.newsletter-section #newsletter-cms [id*=form_form_] #form_module_container_errors h3 {
  margin-top: 0;
}
.newsletter-section #newsletter-cms [id*=form_form_] fieldset h3 {
  display: none;
}
.newsletter-section #newsletter-cms [id*=form_form_] fieldset:first-of-type .form-builder-group {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .newsletter-section #newsletter-cms [id*=form_form_] fieldset:first-of-type .form-builder-group {
    flex-direction: column;
    align-items: center;
  }
}
.newsletter-section #newsletter-cms [id*=form_form_] fieldset:first-of-type .form-builder-field {
  position: relative;
  display: inline-block;
  width: calc((100% - 280px) / 3);
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .newsletter-section #newsletter-cms [id*=form_form_] fieldset:first-of-type .form-builder-field {
    width: 100%;
    margin-bottom: 10px;
  }
}
.newsletter-section #newsletter-cms [id*=form_form_] fieldset:first-of-type .form-builder-field[class*=inputtext]:before, .newsletter-section #newsletter-cms [id*=form_form_] fieldset:first-of-type .form-builder-field[class*=inputemail]:before {
  content: "*";
  position: absolute;
  top: 8px;
  left: 12px;
  font-size: 14px;
  font-weight: bold;
  color: #c39a6c;
}
.newsletter-section #newsletter-cms [id*=form_form_] fieldset:first-of-type .form-builder-field:nth-child(4), .newsletter-section #newsletter-cms [id*=form_form_] fieldset:first-of-type .form-builder-field:nth-child(5) {
  width: 120px;
}
@media only screen and (max-width: 767px) {
  .newsletter-section #newsletter-cms [id*=form_form_] fieldset:first-of-type .form-builder-field:nth-child(4), .newsletter-section #newsletter-cms [id*=form_form_] fieldset:first-of-type .form-builder-field:nth-child(5) {
    width: 100%;
  }
}
.newsletter-section #newsletter-cms [id*=form_form_] fieldset:first-of-type .form-builder-field p {
  margin-bottom: 0;
}
.newsletter-section #newsletter-cms [id*=form_form_] fieldset:first-of-type .form-builder-field label {
  display: none;
}
.newsletter-section #newsletter-cms [id*=form_form_] fieldset:first-of-type .form-builder-field input[type=text],
.newsletter-section #newsletter-cms [id*=form_form_] fieldset:first-of-type .form-builder-field input[type=email] {
  display: inline-block;
  font: normal 1rem/40px "Times New Roman", "Times", "Georgia", serif;
  font-style: italic;
  width: 100%;
  height: 40px;
  padding: 0 20px;
  margin: 0;
  background: #fff;
  color: #231f20;
  border: 0;
  text-align: left;
  vertical-align: middle;
}
.newsletter-section #newsletter-cms [id*=form_form_] fieldset:first-of-type .form-builder-field input[type=text]::-webkit-input-placeholder,
.newsletter-section #newsletter-cms [id*=form_form_] fieldset:first-of-type .form-builder-field input[type=email]::-webkit-input-placeholder {
  font-family: din-condensed, sans-serif;
  font-style: italic;
  font-size: 1rem;
  font-weight: 200;
  letter-spacing: 1px;
  color: rgba(35, 31, 32, 0.6);
  text-transform: uppercase;
}
.newsletter-section #newsletter-cms [id*=form_form_] fieldset:first-of-type .form-builder-field input[type=text]:-moz-placeholder,
.newsletter-section #newsletter-cms [id*=form_form_] fieldset:first-of-type .form-builder-field input[type=email]:-moz-placeholder {
  font-family: din-condensed, sans-serif;
  font-style: italic;
  font-size: 1rem;
  font-weight: 200;
  letter-spacing: 1px;
  color: rgba(35, 31, 32, 0.6);
  text-transform: uppercase;
}
.newsletter-section #newsletter-cms [id*=form_form_] fieldset:first-of-type .form-builder-field input[type=text]::-moz-placeholder,
.newsletter-section #newsletter-cms [id*=form_form_] fieldset:first-of-type .form-builder-field input[type=email]::-moz-placeholder {
  font-family: din-condensed, sans-serif;
  font-style: italic;
  font-size: 1rem;
  font-weight: 200;
  letter-spacing: 1px;
  color: rgba(35, 31, 32, 0.6);
  text-transform: uppercase;
}
.newsletter-section #newsletter-cms [id*=form_form_] fieldset:first-of-type .form-builder-field input[type=text]:-ms-input-placeholder,
.newsletter-section #newsletter-cms [id*=form_form_] fieldset:first-of-type .form-builder-field input[type=email]:-ms-input-placeholder {
  font-family: din-condensed, sans-serif;
  font-style: italic;
  font-size: 1rem;
  font-weight: 200;
  letter-spacing: 1px;
  color: rgba(35, 31, 32, 0.6);
  text-transform: uppercase;
}
.newsletter-section #newsletter-cms [id*=form_form_] fieldset:first-of-type .form-builder-field input[type=text]:focus::-webkit-input-placeholder,
.newsletter-section #newsletter-cms [id*=form_form_] fieldset:first-of-type .form-builder-field input[type=email]:focus::-webkit-input-placeholder {
  font-family: din-condensed, sans-serif;
  font-style: italic;
  font-size: 1rem;
  font-weight: 200;
  letter-spacing: 1px;
  color: rgba(35, 31, 32, 0.2);
  text-transform: uppercase;
}
.newsletter-section #newsletter-cms [id*=form_form_] fieldset:first-of-type .form-builder-field input[type=text]:focus:-moz-placeholder,
.newsletter-section #newsletter-cms [id*=form_form_] fieldset:first-of-type .form-builder-field input[type=email]:focus:-moz-placeholder {
  font-family: din-condensed, sans-serif;
  font-style: italic;
  font-size: 1rem;
  font-weight: 200;
  letter-spacing: 1px;
  color: rgba(35, 31, 32, 0.2);
  text-transform: uppercase;
}
.newsletter-section #newsletter-cms [id*=form_form_] fieldset:first-of-type .form-builder-field input[type=text]:focus::-moz-placeholder,
.newsletter-section #newsletter-cms [id*=form_form_] fieldset:first-of-type .form-builder-field input[type=email]:focus::-moz-placeholder {
  font-family: din-condensed, sans-serif;
  font-style: italic;
  font-size: 1rem;
  font-weight: 200;
  letter-spacing: 1px;
  color: rgba(35, 31, 32, 0.2);
  text-transform: uppercase;
}
.newsletter-section #newsletter-cms [id*=form_form_] fieldset:first-of-type .form-builder-field input[type=text]:focus:-ms-input-placeholder,
.newsletter-section #newsletter-cms [id*=form_form_] fieldset:first-of-type .form-builder-field input[type=email]:focus:-ms-input-placeholder {
  font-family: din-condensed, sans-serif;
  font-style: italic;
  font-size: 1rem;
  font-weight: 200;
  letter-spacing: 1px;
  color: rgba(35, 31, 32, 0.2);
  text-transform: uppercase;
}
.newsletter-section #newsletter-cms [id*=form_form_] fieldset:first-of-type .form-builder-field[class*=inputsubmit] {
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .newsletter-section #newsletter-cms [id*=form_form_] fieldset:first-of-type .form-builder-field[class*=inputsubmit] {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
}
.newsletter-section #newsletter-cms [id*=form_form_] fieldset:first-of-type .form-builder-field[class*=inputsubmit] .button {
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: auto;
  height: 40px;
  background: #231f20;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  border-color: #231f20;
}
.newsletter-section #newsletter-cms [id*=form_form_] fieldset:first-of-type .form-builder-field[class*=inputsubmit] .button:hover {
  background-color: #fff;
  color: #231f20;
}
@media only screen and (max-width: 767px) {
  .newsletter-section #newsletter-cms [id*=form_form_] fieldset:first-of-type .form-builder-field[class*=inputsubmit] .button {
    width: 100%;
  }
}
.newsletter-section #newsletter-cms [id*=form_form_] fieldset:nth-of-type(2) {
  text-align: center;
}
.newsletter-section #newsletter-cms [id*=form_form_] fieldset:nth-of-type(2) .form-builder-field {
  margin: 0;
}
.newsletter-section #newsletter-cms [id*=form_form_] fieldset:nth-of-type(2) .form-builder-field .compliance label {
  margin: 0;
  float: none;
  display: flex;
  flex-wrap: nowrap;
}
.newsletter-section #newsletter-cms [id*=form_form_] fieldset:nth-of-type(2) .form-builder-field .compliance label > em {
  color: #231f20;
  padding: 0 10px 0 0;
  line-height: 25px;
}
.newsletter-section #newsletter-cms [id*=form_form_] fieldset:nth-of-type(2) .form-builder-field .compliance label input {
  margin-top: 6px;
  margin-right: 8px;
  flex-shrink: 0;
}
.newsletter-section #newsletter-cms [id*=form_form_] fieldset:nth-of-type(2) .form-builder-field .compliance label p {
  float: none;
  width: 100%;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  margin: 0;
  color: #231f20;
  font-size: 16px;
}
.newsletter-section #newsletter-cms [id*=form_form_] fieldset:nth-of-type(2) .form-builder-field .compliance label p em {
  color: #231f20;
  font-style: italic;
  font-weight: 400;
  padding: 0;
}
.newsletter-section #newsletter-cms [id*=form_form_] fieldset:nth-of-type(2) .form-builder-field .compliance label p a {
  color: #fff;
}
.newsletter-section #newsletter-cms [id*=form_form_] fieldset:nth-of-type(2) .form-builder-field .compliance label p a:hover {
  text-decoration: underline;
  color: #fff;
}
.newsletter-section #newsletter-cms [id*=form_form_] fieldset:nth-of-type(2) em {
  left: 14px;
  font-size: 16px;
  font-weight: bold;
  color: #c39a6c;
}

.parallax-acm {
  position: relative;
  z-index: 0;
  min-height: 400px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 1200px) {
  .parallax-acm {
    min-height: 560px;
  }
}
.parallax-acm > .jarallax-img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .parallax-acm > .jarallax-img {
    display: none;
  }
}
.parallax-acm .object-fit {
  display: none;
}
@media only screen and (max-width: 767px) {
  .parallax-acm .object-fit {
    display: block;
  }
}

.acm-section[class*="16-9-video"] {
  margin: 60px 0 26px 0;
}
.acm-section[class*="16-9-video"] .center-column {
  position: relative;
  max-width: 1050px;
}
.acm-section[class*="16-9-video"] .center-column:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
}
.acm-section[class*="16-9-video"] iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

.view-360 {
  font-size: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .view-360 {
    text-align: center;
  }
}
.view-360 .block {
  width: 350px;
  height: 350px;
  display: inline-block;
  vertical-align: top;
  margin: 13px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .view-360 .block {
    margin: 0 0 10px;
    width: 100%;
    height: auto;
    padding-top: 33vh;
  }
}
.view-360 .block:before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.32);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: background 350ms ease-in-out;
}
.view-360 .block:hover:before {
  background: rgba(0, 0, 0, 0.42);
}
.view-360 .block .view-tour {
  font: 300 26px/1 "Times New Roman", "Times", "Georgia", serif;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  letter-spacing: 0;
}
.keyboard-navigation .view-360 .block .view-tour:focus {
  background: rgba(0, 0, 0, 0.9);
}
.view-360 .block .view-tour span {
  width: 90%;
  left: 50%;
  font-size: 26px;
  line-height: 1.2px;
  font-weight: normal;
  top: 50%;
  transform: translate(-50%, -50%);
}
.view-360 .block .view-tour:after {
  content: "";
  display: block;
  background: url(../images/360-icon.svg) no-repeat 50% 50%;
  width: 22px;
  height: 14px;
  position: absolute;
  bottom: 20px;
  right: 18px;
  left: auto;
}
@media only screen and (max-width: 767px) {
  .view-360 .block .view-tour {
    font-size: 22px;
    padding: 0 20px;
  }
  .view-360 .block .view-tour span {
    font-size: 22px;
  }
}

.alert-bar {
  display: none;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 70px;
  height: 40px;
  z-index: 10000;
  color: #201D1D;
  background: #EDE8DE;
  border-bottom: thin solid #EDE8DE;
  font-family: "Times New Roman", "Times", "Georgia", serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.75px;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-style: italic;
}
@media only screen and (max-width: 989px) {
  .alert-bar {
    height: 80px;
    padding: 13px 40px;
    line-height: 18px;
    text-align: center;
  }
}
.alert-bar.visible {
  display: flex;
}
.alert-bar .content {
  display: inline-block;
}
.alert-bar .link {
  color: inherit;
  text-decoration: underline;
}
.alert-bar .link:hover {
  color: #2B3B4C;
}
.alert-bar .close {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-indent: -1000px;
  overflow: hidden;
  width: 30px;
  height: 30px;
  display: block;
  z-index: 2;
}
.alert-bar .close:hover:after, .alert-bar .close:hover:before {
  background: #2B3B4C;
}
.alert-bar .close:after, .alert-bar .close:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #201D1D;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: background 350ms ease-in-out;
}
.alert-bar .close:after {
  width: 20px;
  height: 1px;
}
.alert-bar .close:before {
  width: 1px;
  height: 20px;
}

.alert-bar.visible + #header {
  top: 40px;
}
@media only screen and (max-width: 989px) {
  .alert-bar.visible + #header {
    top: 80px;
  }
}

.alert-visible #photos {
  top: 40px;
}
@media only screen and (max-width: 989px) {
  .alert-visible #photos {
    top: 80px;
  }
}
.alert-visible #content {
  position: relative;
  top: 40px;
}
@media only screen and (max-width: 989px) {
  .alert-visible #content {
    top: 80px;
  }
}

.bfcm-lightbox {
  font-family: "century-gothic", sans-serif;
}
.bfcm-lightbox .bfcm-lightbox-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.75);
  display: none;
}
.bfcm-lightbox .bfcm-lightbox-container.show-popup {
  display: block;
}
.bfcm-lightbox .bfcm-lightbox-tab {
  position: fixed;
  top: auto;
  right: 0;
  bottom: 80px;
  left: auto;
  z-index: 9998;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 78px 4px 58px;
  height: 36px;
  cursor: pointer;
  background: #c39a6c;
  border: 0;
  transition: opacity 0.25s;
  transform: rotate(-90deg) translateX(100%);
  transform-origin: 100% 100%;
}
@media (max-width: 575px) {
  .bfcm-lightbox .bfcm-lightbox-tab {
    bottom: 20px;
  }
}
.bfcm-lightbox .bfcm-lightbox-tab .tab-content {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 6px 0 0;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  color: #111111;
  text-transform: uppercase;
  letter-spacing: 1.92px;
  transform: translate3d(0, 0, 0);
  animation: float 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s infinite;
  transition: opacity 0.2s ease-out;
  will-change: transform;
}
@keyframes float {
  from {
    transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
  }
  65% {
    transform: translate3d(0, 4px, 0);
    -ms-transform: translate3d(0, 4px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
  }
}
.bfcm-lightbox .bfcm-lightbox-tab .tab-content:before {
  position: absolute;
  top: 45%;
  right: -4px;
  display: inline-block;
  width: 2px;
  height: 8px;
  content: "";
  background-color: #111111;
  transform: rotate(45deg) translateY(-50%);
}
.bfcm-lightbox .bfcm-lightbox-tab .tab-content:after {
  position: absolute;
  top: 45%;
  right: -15px;
  display: inline-block;
  width: 2px;
  height: 8px;
  content: "";
  background-color: #111111;
  transform: rotate(-45deg) translateY(-50%);
}
.bfcm-lightbox .bfcm-lightbox-wrap {
  position: absolute;
  max-width: 580px;
  max-height: 95%;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 9998;
  transition: right 1s;
  transform: translateY(-50%);
  overflow: hidden;
}
@media (max-width: 575px) {
  .bfcm-lightbox .bfcm-lightbox-wrap {
    max-width: 362px;
  }
}
.bfcm-lightbox .bfcm-lightbox-content {
  padding: 64px 72px;
  overflow-y: auto;
  max-height: 100vh;
}
.bfcm-lightbox .bfcm-lightbox-content::-webkit-scrollbar {
  width: 4px;
}
.bfcm-lightbox .bfcm-lightbox-content::-webkit-scrollbar-thumb {
  background: #838383;
}
.bfcm-lightbox .bfcm-lightbox-content::-webkit-scrollbar-track {
  background: #fff;
}
@media (max-width: 575px) {
  .bfcm-lightbox .bfcm-lightbox-content {
    padding: 40px 32px;
  }
}
.bfcm-lightbox .bfcm-lightbox-content-inner .bfcm-lightbox-message {
  font-family: "century-gothic", sans-serif;
  color: #000;
}
.bfcm-lightbox .pre-heading {
  font-size: 14px;
  line-height: normal;
  color: #000;
  letter-spacing: 7px;
  font-weight: 400;
}
@media (max-width: 575px) {
  .bfcm-lightbox .pre-heading {
    font-size: 11px;
    letter-spacing: 5.5px;
    line-height: 18px;
  }
}
.bfcm-lightbox .heading {
  margin: 20px 0 32px;
  padding: 32px 0 24px;
  font-family: "Times New Roman", "Times", "Georgia", serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  letter-spacing: normal;
  border-top: solid 1px #111111;
  border-bottom: solid 1px #111111;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .bfcm-lightbox .heading {
    margin: 14px 0 18px;
    padding: 20px 0 16px;
    font-size: 32px;
    line-height: 36px;
    font-weight: 400;
  }
}
.bfcm-lightbox p {
  font-family: "century-gothic", sans-serif;
  font-size: 14px;
  color: #000;
  letter-spacing: 7px;
  line-height: 25px;
}
@media (max-width: 575px) {
  .bfcm-lightbox p {
    font-size: 11px;
    letter-spacing: 5.5px;
    line-height: 18px;
  }
}
.bfcm-lightbox p strong, .bfcm-lightbox p .large-text {
  display: block;
  padding-top: 6px;
  padding-bottom: 1px;
  font-family: "Times New Roman", "Times", "Georgia", serif;
  font-size: 96px;
  font-weight: 400;
  line-height: 96px;
  letter-spacing: normal;
}
@media (max-width: 575px) {
  .bfcm-lightbox p strong, .bfcm-lightbox p .large-text {
    font-size: 66px;
    line-height: 66px;
  }
}
.bfcm-lightbox .buttons {
  margin-top: 38px;
}
@media (max-width: 575px) {
  .bfcm-lightbox .buttons {
    margin-top: 22px;
  }
}
.bfcm-lightbox .buttons a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 58px;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  color: #111111;
  letter-spacing: 1.6px;
  background-color: #c39a6c;
  transition: all 200ms ease 0ms;
}
@media (max-width: 575px) {
  .bfcm-lightbox .buttons a {
    height: 45px;
    padding: 0 16px;
    font-size: 11px;
    letter-spacing: 1.76px;
    font-weight: 500;
    line-height: 11px;
  }
}
.bfcm-lightbox .buttons a:hover {
  text-decoration: none;
  background-color: rgba(195, 154, 108, 0.9);
}
.bfcm-lightbox .bottom-text {
  font-family: "century-gothic", sans-serif;
  padding-top: 25px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.12px;
  color: #838383;
}
@media (max-width: 575px) {
  .bfcm-lightbox .bottom-text {
    padding-top: 16px;
    font-size: 14px;
    letter-spacing: 0.88px;
    line-height: 18px;
    font-weight: 400;
  }
}
.bfcm-lightbox .close-popup {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
  overflow: hidden;
  text-indent: -1000px;
  transition: opacity 0.2s;
  border: 0;
  background: none;
  box-shadow: 0 0;
}
.bfcm-lightbox .close-popup:hover {
  opacity: 0.7;
}
.bfcm-lightbox .close-popup:after, .bfcm-lightbox .close-popup:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #000;
  transform: translate(-50%, -50%) rotate(45deg);
}
.bfcm-lightbox .close-popup:after {
  width: 24px;
  height: 1px;
}
.bfcm-lightbox .close-popup:before {
  width: 1px;
  height: 24px;
}

@media only screen and (max-width: 767px) {
  html.hamburger-navigation-visible {
    overflow: hidden;
  }
}
#hamburger-navigation {
  display: none;
  position: fixed;
  right: 0;
  top: -100%;
  padding-top: 130px;
  height: 100%;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #EDE8DE;
  transition: top 200ms, visibility 200ms;
  text-align: center;
  z-index: 60;
  visibility: hidden;
}
@media only screen and (max-width: 1199px) {
  #hamburger-navigation {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation {
    padding: 100px 0;
  }
}
.hamburger-navigation-visible #hamburger-navigation {
  top: 0;
  visibility: visible;
}
#hamburger-navigation .top-menu {
  z-index: 4;
  position: relative;
  top: auto;
  right: auto;
  width: 90%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #hamburger-navigation .top-menu {
    max-width: 60%;
  }
}
#hamburger-navigation .top-menu a {
  display: block;
  padding: 4px 40px;
  font: 300 20px/24px din-condensed, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  color: #231f20;
}
#hamburger-navigation .top-menu a:hover, #hamburger-navigation .top-menu a.active {
  text-decoration: underline;
}
#hamburger-navigation .main-menu {
  position: relative;
  max-width: 60%;
  margin: 0 auto;
  padding-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation .main-menu {
    max-width: 100%;
    padding: 0 24px;
  }
}
@media only screen and (max-width: 449px) {
  #hamburger-navigation .main-menu {
    padding: 0 24px;
  }
}
#hamburger-navigation .main-menu .menu li {
  position: relative;
}
#hamburger-navigation .main-menu .menu a {
  display: block;
}
#hamburger-navigation .main-menu .menu.level-1 {
  padding-top: 25px;
  display: inline-flex;
  flex-direction: column;
  width: 100%;
}
#hamburger-navigation .main-menu .menu.level-1 > li {
  margin-bottom: 25px;
  line-height: 18px;
}
#hamburger-navigation .main-menu .menu.level-1 > li > a {
  font-family: "century-gothic", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 100% */
  letter-spacing: 0.54px;
  text-transform: uppercase;
  text-decoration: none;
  color: #231f20;
  display: inline-block;
  text-align: left;
  width: 100%;
}
#hamburger-navigation .main-menu .menu.level-1 > li > a:hover, #hamburger-navigation .main-menu .menu.level-1 > li > a.active {
  text-decoration: underline;
}
#hamburger-navigation .main-menu .menu.level-1 .parent.expanded > a {
  margin-bottom: 20px;
}
#hamburger-navigation .main-menu .menu.submenu {
  position: relative;
  overflow: hidden;
  max-height: 0;
  padding: 0;
  transition: max-height 222ms cubic-bezier(0, 1, 0, 1), padding 333ms, visibility 300ms;
  visibility: hidden;
}
#hamburger-navigation .main-menu .menu.submenu a {
  font-family: "century-gothic", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 100% */
  letter-spacing: 1.12px;
  text-transform: uppercase;
  text-decoration: none;
  color: #231f20;
  text-align: left;
  padding: 0 8px;
  margin-bottom: 20px;
}
#hamburger-navigation .main-menu .menu.submenu a:hover, #hamburger-navigation .main-menu .menu.submenu a.active {
  text-decoration: underline;
}
#hamburger-navigation .main-menu .parent.expanded > .submenu {
  max-height: 800px;
  transition: max-height 222ms cubic-bezier(1, 0, 1, 0), padding 333ms;
  visibility: visible;
  padding-top: 15px;
}
#hamburger-navigation .main-menu .parent.expanded > .submenu .parent a {
  margin-bottom: 20px;
}
#hamburger-navigation .main-menu .parent.expanded > .submenu .parent a:last-child {
  margin-bottom: 0;
}
#hamburger-navigation .main-menu .menu.submenu.level-2 .parent.expanded > a {
  margin-bottom: 20px;
}
#hamburger-navigation .main-menu .menu.submenu.level-2 .parent.expanded > .menu.submenu.level-3 {
  margin-bottom: 20px;
}
#hamburger-navigation .main-menu .menu.submenu.level-2 .parent.expanded:last-child .menu.submenu.level-3 {
  margin-bottom: 0;
}
#hamburger-navigation .main-menu .menu.submenu.level-3 a {
  padding-left: 5px;
  font-size: 12px;
  line-height: 24px;
}
#hamburger-navigation .main-menu .menu.submenu.level-3.submenu {
  padding-top: 0;
  margin-left: 20px;
}
#hamburger-navigation .main-menu .plus {
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#hamburger-navigation .main-menu .plus:before {
  content: "";
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-style: solid;
  border-color: #231f20;
  border-width: 0px 2px 2px 0px;
  transform: rotate(45deg);
  transition: border-width 150ms ease-in-out;
}
#hamburger-navigation .main-menu .parent.expanded > .plus {
  transform: rotate(180deg);
  top: 6px;
}
#hamburger-navigation .main-menu .submenu .plus {
  width: 15px;
  height: 15px;
}

.alert-visible #hamburger-navigation {
  padding-top: 170px;
}

.booking-opened .booking-container {
  left: 0;
  top: 0;
  opacity: 1;
  visibility: visible;
  transition: visibility 0ms, opacity 350ms ease-in-out, top 0ms, left 0ms;
}
.booking-container .booking-wrapper {
  position: relative;
  width: auto;
  margin: 10px;
  transform: translateY(-100%);
  transition: transform, 350ms ease-in-out;
}
.booking-opened .booking-container .booking-wrapper {
  transform: translateY(0%);
  transition: transform, 350ms ease-in-out;
}
@media only screen and (min-width: 768px) {
  .booking-container .booking-wrapper {
    width: 600px;
    margin: 30px auto;
  }
}

#booking {
  background: #c39a6c;
  padding-bottom: 35px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 767px) {
  #booking {
    right: 0;
    width: 100%;
    top: 74px;
  }
}
.sticky-header.booking-opened #booking {
  top: 74px;
}
#booking .booking-close-button {
  position: absolute;
  right: 18px;
  top: 20px;
  height: 20px;
  width: 20px;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  #booking .booking-close-button {
    right: 12px;
    top: 12px;
  }
}
#booking .booking-close-button:before, #booking .booking-close-button:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 20px;
  left: 50%;
  top: 50%;
  background: #231f20;
  transition: opacity 350ms ease-in-out;
}
#booking .booking-close-button:before {
  transform: translateX(-50%) rotate(45deg);
}
#booking .booking-close-button:after {
  transform: translateX(-50%) rotate(-45deg);
}
#booking .booking-close-button:hover:before, #booking .booking-close-button:hover:after {
  opacity: 0.6;
}
#booking .booking-heading {
  padding: 0 15px;
  margin-top: 10px;
  margin-bottom: 55px;
}
#booking h2 {
  position: relative;
  display: inline-block;
  color: #231f20;
  font: 2rem/1 "Times New Roman", "Times", "Georgia", serif;
  font-style: italic;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding-bottom: 15px;
}
#booking h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #231f20;
}
#booking form {
  padding: 40px 20px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #booking form {
    padding: 40px 15px;
  }
}
#booking .column {
  text-align: center;
  margin-bottom: 10px;
  margin-left: 30px;
  position: relative;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #booking .column {
    margin-left: 10px;
  }
}
#booking .column.checkin {
  margin-left: 0px;
}
#booking .column label {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: din-condensed, sans-serif;
  text-align: center;
  color: #231f20;
}
@media only screen and (max-width: 767px) {
  #booking .column label {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
#booking .column select,
#booking .column .input-dates {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px;
  font-family: "Times New Roman", "Times", "Georgia", serif;
  font-style: italic;
  font-size: 1rem;
  line-height: 1.42857143;
  letter-spacing: 0;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: thin solid #ccc;
}
#booking .column.checkin, #booking .column.checkout {
  width: 50%;
}
#booking .column.rooms, #booking .column.adults, #booking .column.children {
  width: 33.3333333333%;
}
#booking .column.rooms .select-wrapper, #booking .column.adults .select-wrapper, #booking .column.children .select-wrapper {
  display: block;
}
#booking .column.rooms select, #booking .column.adults select, #booking .column.children select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px;
  font-style: italic;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: thin solid #ccc;
}
#booking .column.rooms .ui-selectmenu-button, #booking .column.adults .ui-selectmenu-button, #booking .column.children .ui-selectmenu-button {
  background: none;
  border: 0;
  height: 36px;
}
#booking .column.rooms .ui-selectmenu-button .ui-selectmenu-text, #booking .column.adults .ui-selectmenu-button .ui-selectmenu-text, #booking .column.children .ui-selectmenu-button .ui-selectmenu-text {
  padding: 0;
  font-size: 18px;
  line-height: 1;
}
#booking .column.rooms .ui-selectmenu-button .ui-icon, #booking .column.adults .ui-selectmenu-button .ui-icon, #booking .column.children .ui-selectmenu-button .ui-icon {
  border: 0;
  width: 10px;
  height: 6px;
  right: 0;
  background: url("../images/sprite.svg") -30px 0 no-repeat;
}
#booking .column.rooms .ui-selectmenu-menu, #booking .column.adults .ui-selectmenu-menu, #booking .column.children .ui-selectmenu-menu {
  max-height: 105px;
  left: 0 !important;
  top: 56px !important;
  width: calc(100% - 2px);
  border: 1px solid rgba(35, 31, 32, 0.2);
}
#booking .column.rooms .ui-selectmenu-menu ul, #booking .column.adults .ui-selectmenu-menu ul, #booking .column.children .ui-selectmenu-menu ul {
  width: auto !important;
}
#booking .column.rooms .ui-selectmenu-menu ul li .ui-menu-item-wrapper, #booking .column.adults .ui-selectmenu-menu ul li .ui-menu-item-wrapper, #booking .column.children .ui-selectmenu-menu ul li .ui-menu-item-wrapper {
  padding: 8px 10px;
}
#booking .column.rooms .ui-selectmenu-menu li .ui-state-active, #booking .column.adults .ui-selectmenu-menu li .ui-state-active, #booking .column.children .ui-selectmenu-menu li .ui-state-active {
  background: #231f20;
  color: #fff;
}
#booking .column.rooms {
  margin-left: 0;
}
#booking .column #booking-dates,
#booking .column #booking-dates-out {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  transition: color 350ms ease-in-out;
}
#booking .column #booking-dates:hover,
#booking .column #booking-dates-out:hover {
  color: #231f20;
}
#booking .column .ui-datepicker-trigger {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 12px;
  top: 74%;
  margin: 0;
  background-image: none;
  width: auto;
  height: auto;
}
#booking .column .ui-datepicker-trigger:hover svg {
  fill: #c39a6c;
}
#booking .column .ui-datepicker-trigger svg {
  display: block;
  fill: #231f20;
}
@media only screen and (max-width: 767px) {
  #booking .column .ui-datepicker-trigger {
    top: 80%;
  }
}
#booking fieldset {
  display: flex;
  margin: 0 auto;
  margin-bottom: 2px;
}
#booking fieldset.input-fieldset {
  justify-content: space-between;
}
#booking fieldset.controls {
  justify-content: center;
  margin-top: 22px;
  margin-bottom: 0;
}
#booking fieldset.controls .button {
  padding: 15px 20px;
  color: #fff;
  border-color: #fff;
  height: auto;
  line-height: 1;
}
#booking fieldset.controls .button:hover {
  background-color: #fff;
  color: #231f20;
}
#booking .contacts {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#booking .contacts h3 {
  font-size: 1.5rem;
  font-style: italic;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 5px;
  color: #231f20;
}
#booking .contacts .phone {
  font-size: 19px;
  color: #231f20;
  text-decoration: none;
}
#booking .contacts .phone:hover {
  text-decoration: underline;
}

#booking-datepicker {
  position: absolute;
  top: 20px;
  left: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 20px);
  background: #c39a6c;
  box-shadow: none;
  border-radius: 0;
  transition: opacity 200ms ease, z-index 200ms ease, top 350ms ease-in-out, max-height 350ms ease-in-out;
  display: none !important;
  max-height: 0;
  overflow: hidden;
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker {
    top: 15px;
    left: 15px;
    width: calc(100% - 30px);
  }
}
#booking-datepicker.visible {
  display: block !important;
  max-height: 100%;
}
#booking-datepicker .ui-datepicker {
  width: 100% !important;
}
#booking-datepicker .ui-datepicker .ui-datepicker-calendar {
  width: 100%;
}
#booking-datepicker .ui-datepicker span {
  display: inline-block;
}

.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 "Times New Roman", "Times", "Georgia", 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;
  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%;
}

.merchandising-tile {
  position: fixed;
  bottom: 25%;
  transform: translateY(25%);
  right: -600px;
  width: 525px;
  z-index: 80;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  height: 220px;
  transition: 1s;
}
.merchandising-tile:not(.merchandising-tile.hide) ~ .bfcm-lightbox .bfcm-lightbox-tab {
  right: auto;
  bottom: 60px;
  left: 0;
  transform: rotate(-90deg) translateX(0%);
  transform-origin: 0 0;
}
@media (max-width: 575px) {
  .merchandising-tile:not(.merchandising-tile.hide) ~ .bfcm-lightbox .bfcm-lightbox-tab {
    bottom: 20px;
  }
}
.merchandising-tile:not(.merchandising-tile.hide) ~ .bfcm-lightbox .bfcm-lightbox-tab .tab-content:before {
  right: -10px;
  transform: rotate(-45deg) translateY(-50%);
}
.merchandising-tile:not(.merchandising-tile.hide) ~ .bfcm-lightbox .bfcm-lightbox-tab .tab-content:after {
  right: -10px;
  transform: rotate(45deg) translateY(-50%);
}
.booking-opened .merchandising-tile, .hamburger-navigation-visible .merchandising-tile {
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .merchandising-tile {
    bottom: 300px;
    transform: none;
  }
}
.admin .preview-item .merchandising-tile {
  position: relative;
  right: 0;
  transform: none;
  bottom: auto;
}
.merchandising-tile .img-overlay {
  width: 525px;
  height: 220px;
  background-size: cover !important;
  background-position: center !important;
  background: no-repeat;
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  z-index: -1;
}
@media only screen and (max-width: 1199px) {
  .merchandising-tile .img-overlay {
    bottom: 0px;
    transform: none;
  }
}
.merchandising-tile .img-overlay .color-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.merchandising-tile .promo-name {
  font-size: 18px;
  text-align: center;
  margin-top: 40px;
  text-transform: uppercase;
  font-family: "Times New Roman", "Times", "Georgia", serif;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .merchandising-tile .promo-name {
    margin-top: 20px;
  }
}
.merchandising-tile .promo-text {
  font-size: 15px;
  line-height: 1.5;
  padding: 10px 20px;
  text-align: center;
  font-family: "Times New Roman", "Times", "Georgia", serif;
}
.merchandising-tile .promo-content {
  text-align: center;
  padding: 0 40px 0 0;
}
.admin .preview-item .merchandising-tile .promo-content {
  position: relative;
  transform: none;
  top: auto;
  left: auto;
  padding-top: 10px;
  padding-right: 0;
}
.merchandising-tile .promo-content .button {
  position: relative;
  display: inline-block;
  margin: 0;
  margin-top: 10px;
  padding: 8px 30px;
  overflow: visible;
  background: transparent;
  border: 2px solid #c39a6c;
  font-family: "Times New Roman", "Times", "Georgia", serif;
  font-size: 1.1rem;
  line-height: 1.42857143;
  font-style: italic;
  text-transform: lowercase;
  -moz-text-align-last: auto;
       text-align-last: auto;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  transition: 350ms ease-in-out;
}
.merchandising-tile .promo-content .button:hover {
  background-color: #c39a6c;
  color: #231f20;
  text-decoration: none;
}
.admin .preview-item .merchandising-tile .promo-content .button {
  font-weight: normal;
  box-shadow: none;
  text-shadow: none;
}
.merchandising-tile.merchandising-tile-active {
  right: 0;
}
@media only screen and (max-width: 767px) {
  .merchandising-tile.merchandising-tile-active {
    width: 100%;
  }
  .merchandising-tile.merchandising-tile-active .img-overlay {
    width: 100%;
  }
}

.merchandising-open-btn {
  width: 40px;
  height: 220px;
  background-color: #c39a6c;
  position: fixed;
  bottom: 25%;
  transform: translateY(25%);
  right: 0;
  z-index: 100;
  float: right;
}
.booking-opened .merchandising-open-btn, .hamburger-navigation-visible .merchandising-open-btn {
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .merchandising-open-btn {
    bottom: 300px;
    transform: none;
  }
}
.merchandising-open-btn .arrow-rotate {
  content: "";
  display: block;
  position: absolute;
  right: 4px;
  top: 50%;
  width: 30px;
  height: 40px;
  transform: scale(1, 1) translateY(-50%);
  transition: transform 1s;
}
.merchandising-open-btn .arrow-rotate svg {
  fill: #fff;
}
.merchandising-open-btn .arrow-rotate:hover svg {
  fill: #231f20;
}
.merchandising-open-btn .active-rotate {
  transform: scale(-1, 1) translateY(-50%);
}

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

.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 din-condensed, sans-serif;
  margin-bottom: 30px;
  color: #54baba;
  text-transform: uppercase;
  text-align: center;
}
.reviews-slideshow .slideshow {
  width: calc(100% - 40px);
  max-width: 730px;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .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: "Times New Roman", "Times", "Georgia", serif;
  font-size: 16px;
  line-height: 26px;
}
.reviews-slideshow .slide h3,
.reviews-slideshow .slide .copy {
  quotes: "«" "»";
}
.reviews-slideshow .slide h3:before,
.reviews-slideshow .slide .copy:before {
  content: open-quote;
  display: inline;
}
.reviews-slideshow .slide h3:after,
.reviews-slideshow .slide .copy:after {
  content: close-quote;
  display: inline;
}
.reviews-slideshow .slide h3 {
  font-size: 32px;
  line-height: 1.2;
  color: #9B9B9B;
  text-transform: uppercase;
}
.reviews-slideshow .slide .copy {
  margin-top: 25px;
}
.reviews-slideshow .slide .copy * {
  display: inline;
}
.reviews-slideshow .slide .name {
  margin-top: 25px;
  font-weight: 700;
}
.reviews-slideshow .slideshow-button {
  border: 2px solid #000;
  border-bottom: 0;
  border-left: 0;
  height: 30px;
  overflow: hidden;
  position: absolute;
  text-indent: -100em;
  top: 50%;
  margin-top: -10px;
  width: 30px;
  z-index: 10;
  transition: border-color 350ms ease-in-out;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .reviews-slideshow .slideshow-button {
    display: none;
  }
}
.reviews-slideshow .slideshow-button:hover {
  border-color: #aaa;
}
.reviews-slideshow .slideshow-button.previous {
  left: 40px;
  transform: rotate(-135deg);
}
@media only screen and (max-width: 1199px) {
  .reviews-slideshow .slideshow-button.previous {
    left: 20px;
  }
}
.reviews-slideshow .slideshow-button.next {
  right: 40px;
  transform: rotate(45deg);
}
@media only screen and (max-width: 1199px) {
  .reviews-slideshow .slideshow-button.next {
    right: 20px;
  }
}

.rooms-module {
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
  margin-top: 20px;
}
@media only screen and (min-width: 1570px) {
  .rooms-module {
    max-width: 1570px;
  }
}
.rooms-module .categories-descr {
  padding: 0 20px;
  margin-bottom: 20px;
}
.rooms-module .categories-descr .category-descr {
  display: none;
}
.rooms-module .categories-descr .category-descr.active {
  display: block;
}
.rooms-module .categories-descr .category-descr h3 {
  font-size: 2rem;
}
.rooms-module .category-selector .select-wrapper {
  width: 300px;
}
@media screen and (max-width: 350px) {
  .rooms-module .category-selector .select-wrapper {
    width: 100%;
  }
}
.rooms-module .category-selector .select-wrapper select {
  width: 100%;
  border: 2px solid #c39a6c;
  font-family: "Times New Roman", "Times", "Georgia", serif;
  font-size: 1.1rem;
  font-style: italic;
  text-transform: lowercase;
  text-align: center;
  height: 45px;
}
.rooms-module .category-selector .select-wrapper .select-icon {
  right: 10px;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #231f20;
  border-left: 2px solid #231f20;
  margin-top: -5px;
}
.rooms-module .rooms-entry {
  width: 100%;
  overflow: hidden;
  box-shadow: 2px 1px 10px 0 rgba(35, 31, 32, 0.2);
}
.rooms-module .rooms-entry + .rooms-entry {
  margin-top: 25px;
}
.rooms-module .rooms-entry .slideshow {
  position: relative;
  overflow: hidden;
}
.rooms-module .rooms-entry .slideshow .slideshow-wrapper {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
}
.rooms-module .rooms-entry .slideshow .slideshow-button {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 350ms ease-in-out;
  position: absolute;
  transform-origin: top;
  width: 20px;
  height: 32px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' fill='%23ffffff'%3E%3Cpath d='M285.48 272.97 91.13 467.31a24 24 0 0 1-33.94 0l-22.67-22.66a24 24 0 0 1-.04-33.9L188.5 256 34.48 101.25a24 24 0 0 1 .04-33.9L57.2 44.7a24 24 0 0 1 33.94 0l194.35 194.34a24 24 0 0 1 0 33.94z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 0;
  cursor: pointer;
  z-index: 3;
  opacity: 0.75;
}
.rooms-module .rooms-entry .slideshow .slideshow-button:hover {
  opacity: 1;
}
.rooms-module .rooms-entry .slideshow .slideshow-button.previous {
  left: 30px;
  transform: rotate(180deg) translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .rooms-module .rooms-entry .slideshow .slideshow-button.previous {
    left: 10px;
  }
}
.rooms-module .rooms-entry .slideshow .slideshow-button.next {
  right: 30px;
}
@media only screen and (max-width: 767px) {
  .rooms-module .rooms-entry .slideshow .slideshow-button.next {
    right: 10px;
  }
}
.rooms-module .rooms-entry .slideshow .slideshow-pagination {
  position: absolute;
  bottom: 15px;
  width: calc(100% - 10px);
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 2;
}
@media only screen and (max-width: 1199px) {
  .rooms-module .rooms-entry .slideshow .slideshow-pagination {
    bottom: 10px;
  }
}
.rooms-module .rooms-entry .slideshow .slideshow-pagination button {
  display: inline-block;
  background: #666;
  border-radius: 100%;
  height: 12px;
  width: 12px;
  margin: 0 9px;
  overflow: hidden;
  text-indent: -9999px;
  opacity: 1;
}
@media only screen and (max-width: 1199px) {
  .rooms-module .rooms-entry .slideshow .slideshow-pagination button {
    margin: 0 5px;
  }
}
@media only screen and (max-width: 1199px) {
  .rooms-module .rooms-entry .slideshow .slideshow-pagination button {
    width: 10px;
    height: 10px;
  }
}
.rooms-module .rooms-entry .slideshow .slideshow-pagination button.active {
  background: #eee;
}
.rooms-module .rooms-entry .slideshow,
.rooms-module .rooms-entry .slide {
  height: 650px;
  background-color: #eee;
}
@media only screen and (max-width: 1199px) {
  .rooms-module .rooms-entry .slideshow,
  .rooms-module .rooms-entry .slide {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-module .rooms-entry .slideshow,
  .rooms-module .rooms-entry .slide {
    height: 300px;
  }
}
.rooms-module .rooms-entry .slide {
  position: relative;
  width: 100%;
  flex-shrink: 0;
  overflow: hidden;
}
.rooms-module .rooms-entry .description {
  position: relative;
  padding: 30px;
  min-height: 110px;
  box-sizing: content-box;
  display: flex;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 767px) {
  .rooms-module .rooms-entry .description {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.rooms-module .rooms-entry .description .h3-offers-heading {
  display: inline-block;
  font-family: "Times New Roman", "Times", "Georgia", serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 1.2px;
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: 32px;
}
.rooms-module .rooms-entry .description .column {
  padding: 0 15px;
  flex-grow: 1;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .rooms-module .rooms-entry .description .column {
    width: 100% !important;
    box-sizing: border-box;
  }
}
.rooms-module .rooms-entry .description .column.column-medium {
  width: 33.3333333333%;
  flex-shrink: 0;
  flex-grow: 0;
}
.rooms-module .rooms-entry .description .column.column-small {
  width: 25%;
  flex-shrink: 0;
  flex-grow: 0;
  text-align: right;
}
.rooms-module .rooms-entry .description .description-heading h3 {
  position: relative;
  font-family: "Times New Roman", "Times", "Georgia", serif;
  font-size: 1.675em;
  line-height: 1.1;
  font-weight: 200;
  font-style: italic;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 0.06em;
  margin-top: 0;
}
.rooms-module .rooms-entry .description .description-heading h3:after {
  content: "";
  height: 1px;
  position: relative;
  display: block;
  width: 100%;
  background: #231f20;
  margin: 25px 0;
  margin-top: 5px;
}
.rooms-module .rooms-entry .description .description-heading h2 {
  position: relative;
  font-family: "Times New Roman", "Times", "Georgia", serif;
  font-size: 1.675em;
  line-height: 1.1;
  font-weight: 200;
  font-style: italic;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 0.06em;
  margin-top: 0;
}
.rooms-module .rooms-entry .description .description-heading h2:after {
  content: "";
  height: 1px;
  position: relative;
  display: block;
  width: 100%;
  background: #231f20;
  margin: 25px 0;
  margin-top: 5px;
}
.rooms-module .rooms-entry .description .description-heading .h3-offers-heading {
  display: inline-block;
  font-family: "Times New Roman", "Times", "Georgia", serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 1.2px;
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  .rooms-module .rooms-entry .description nav.links {
    margin-top: 40px;
  }
}
.rooms-module .rooms-entry .description nav.links .button-wrapper {
  position: relative;
}
.rooms-module .rooms-entry .description nav.links .button-wrapper + .button-wrapper {
  margin-top: 5px;
}
.rooms-module .rooms-entry .description nav.links .button-wrapper .button.same-width {
  width: 200px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .rooms-module .rooms-entry .description nav.links .button-wrapper .button.same-width {
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-module .rooms-entry .description nav.links .button-wrapper .button {
    display: block;
  }
}

.single-room .image {
  position: relative;
  margin: 20px 0;
}
.single-room .image img {
  display: block;
  width: 100%;
  height: auto;
}
.single-room .amenities {
  margin: 30px 0;
  padding: 0 20%;
}
@media only screen and (max-width: 767px) {
  .single-room .amenities {
    padding: 0;
  }
}
.single-room .amenities .amenities-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}
.single-room .amenities .rooms-icon {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 20px;
  width: 50%;
  text-align: left;
  font-style: italic;
}
.single-room .amenities .rooms-icon:before {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  margin-right: 20px;
  font-style: normal;
}
.single-room .price {
  font-size: 2rem;
  margin: 20px 0;
}
.single-room .links {
  margin: 20px 0;
}
.single-room .links .button {
  margin: 5px 3px;
}

.feeds-section {
  margin-top: 45px;
}
.feeds-section h3 {
  font-family: "Times New Roman", "Times", "Georgia", serif;
  font-style: italic;
  margin-bottom: 30px;
  padding-bottom: 15px;
  font-size: 2.5rem;
}
.feeds-section #feeds {
  padding: 0 0 50px;
}

#feeds {
  position: relative;
  padding: 50px 0;
  z-index: 10;
}
#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: #c39a6c;
  border-bottom-color: #c39a6c;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#feeds.loading::before {
  display: none !important;
}
#feeds .feed-content {
  overflow: hidden;
  position: relative;
}
#feeds .feed-items {
  font-size: 0;
  margin-bottom: 20px;
  display: block;
}
#feeds .feed-item {
  position: relative;
  width: 25%;
  padding: 0.5%;
  display: inline-block;
  font: italic 14px/18px "Times New Roman", "Times", "Georgia", serif;
  overflow: hidden;
  opacity: 1;
  color: #6F6F6F;
  transition: opacity 350ms ease-in-out;
  margin: 0;
}
#feeds .feed-item .inner-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
#feeds .feed-item:hover:before {
  z-index: 5;
  opacity: 1;
}
#feeds .feed-item:hover:after {
  z-index: 5;
  opacity: 1;
}
#feeds .feed-item:before {
  content: "";
  display: block;
  position: absolute;
  width: 96%;
  height: 96%;
  right: 0px;
  top: 0px;
  left: 0;
  bottom: 0;
  margin: auto;
  background: rgba(35, 31, 32, 0.9);
  z-index: -1;
  opacity: 0;
  transition: opacity 350ms ease-in-out;
}
#feeds .feed-item:after {
  content: "";
  background: url("../images/heart.svg") 50% 50% no-repeat;
  display: flex;
  width: 35px;
  align-content: center;
  align-items: center;
  vertical-align: middle;
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  font-size: 35px;
  color: #fff;
  z-index: -1;
  opacity: 0;
  transition: opacity 350ms ease-in-out;
}
@media (max-width: 979px) {
  #feeds .feed-item {
    width: 50%;
  }
}
#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 "Times New Roman", "Times", "Georgia", serif;
  text-align: left;
  color: #ffffff;
}
@media only screen and (min-width: 1570px) {
  #feeds .feed-item .feed-descr {
    padding: 20px;
  }
}
#feeds .feed-item .feed-title {
  margin-bottom: 10px;
  font-weight: 600;
  text-decoration: underline;
  transition: all 350ms ease-in-out;
  padding-right: 30px;
}
#feeds .feed-item .feed-date {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
}
#feeds .feed-item .feed-text {
  display: inline-block;
  font-family: "Times New Roman", "Times", "Georgia", 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 .feed-descr {
  display: none;
}
#feeds .feed-item.instagram a {
  color: inherit;
}
#feeds .feed-item.blog h3 {
  color: #ACA394;
  padding-right: 30px;
  margin-bottom: 7px;
  transition: all 350ms ease-in-out;
}
#feeds .feed-item.blog h3:hover {
  opacity: 0.7;
}
#feeds .feed-item.blog .feed-descr {
  color: #5c574f;
}
#feeds .feed-controls {
  display: block;
  text-align: center;
}

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

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

/* Template 1 */
.venue.template1 {
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  border: 1px solid #ebebeb;
}
.venue.template1.no-room-amenities .background {
  left: 450px;
}
@media only screen and (max-width: 1199px) {
  .venue.template1.no-room-amenities .background {
    left: 0;
  }
}
.venue.template1.no-room-amenities .background .venue-thumb {
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .venue.template1.no-room-amenities .background .venue-thumb {
    right: 0;
  }
}
.venue.template1.no-room-amenities .background .amenities-sliders {
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .venue.template1.no-room-amenities .background .amenities-sliders {
    right: 0;
  }
}
.venue.template1.no-room-amenities .content {
  width: 450px;
}
@media only screen and (max-width: 1199px) {
  .venue.template1.no-room-amenities .content {
    width: 100%;
  }
}
.venue.template1.no-room-amenities .buttons {
  left: 100%;
}
.venue.template1 .background {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 390px;
}
@media only screen and (max-width: 1199px) {
  .venue.template1 .background {
    position: relative;
    height: 300px;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
  }
}
.venue.template1 .background .venue-thumb {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 60px);
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .venue.template1 .background .venue-thumb {
    right: 60px;
  }
}
.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 .venue-thumb img.placeholder-image {
  width: 50%;
  height: auto;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1199px) {
  .venue.template1 .background .venue-thumb img.placeholder-image {
    left: calc(50% - 30px);
  }
}
.venue.template1 .background .amenities-sliders {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 60px);
  height: 100%;
  z-index: 2;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .venue.template1 .background .amenities-sliders {
    right: 60px;
  }
}
.venue.template1 .background .amenities-sliders .room-layout-gallery {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  opacity: 0;
  transition: top 0s linear 0.1s, opacity 0.1s linear 0s;
}
.venue.template1 .background .amenities-sliders .room-layout-gallery.active {
  opacity: 1;
  top: 0;
  transition: top 0s linear 0s, opacity 0.1s linear 0s;
}
.venue.template1 .background .amenities-sliders .room-layout-gallery .caption {
  position: absolute;
  display: block;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  line-height: 42px;
  overflow: hidden;
  text-transform: uppercase;
  max-width: 80%;
  z-index: 2;
}
.venue.template1 .background .amenities-sliders .room-layout-gallery .swiper-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.venue.template1 .background .amenities-sliders .room-layout-gallery .swiper-container figure {
  width: 100%;
  height: 100%;
}
.venue.template1 .background .amenities-sliders .room-layout-gallery .swiper-container figure img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.venue.template1 .background .amenities-sliders .room-layout-gallery .swiper-container .bullets {
  position: absolute;
  bottom: 20px;
  right: 20px;
  height: 10px;
  z-index: 4;
  width: auto;
  white-space: nowrap;
}
@media only screen and (max-width: 1199px) {
  .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: 1199px) {
  .venue.template1 .buttons {
    position: static;
    margin-top: 10px;
  }
}
.venue.template1 .buttons a {
  display: inline-block;
}
@media only screen and (max-width: 1199px) {
  .venue.template1 .buttons a {
    width: auto;
  }
}
.venue.template1 .buttons a + a {
  margin-left: 1px;
}
@media only screen and (max-width: 1199px) {
  .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: 1199px) {
  .venue.template1 .buttons a + a:before {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .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;
  min-height: 360px;
  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: 1199px) {
  .venue.template1 .content {
    width: auto;
    background: transparent;
    z-index: 5;
    position: relative;
    box-sizing: border-box;
    padding-top: 60px;
    min-height: auto;
  }
}
.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: 1199px) {
  .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: 1199px) {
  .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: 1199px) {
  .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: 1199px) {
  .venue.template1 .layouts .main-list {
    float: right;
  }
}
.venue.template1 .layouts .additional-list {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 120px;
  opacity: 0;
  line-height: 0;
  padding: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0s ease 0.2s;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.venue.template1 .layouts .additional-list span {
  float: left;
}
@media only screen and (max-width: 1199px) {
  .venue.template1 .layouts .additional-list {
    left: auto;
    right: 0;
  }
}
.venue.template1 .layouts .toggle {
  display: none;
  position: absolute;
  bottom: 0;
  width: 60px;
  height: 60px;
  margin: 0;
  text-align: center;
  z-index: 4;
  cursor: pointer;
  background: #fff;
  border-bottom: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
}
.venue.template1 .layouts .toggle div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.venue.template1 .layouts .toggle div:before {
  content: "•••";
  display: inline-block;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #4B494C;
  transform: rotate(90deg);
  width: 32px;
  height: 32px;
  margin-top: -16px;
  margin-left: -16px;
}
@media only screen and (max-width: 1199px) {
  .venue.template1 .layouts .toggle {
    right: 0;
  }
}
.venue.template1 .layouts.multiline .toggle {
  display: block;
}
.venue.template1 .layouts.multiline.expand .toggle div:before {
  background: #4B494C;
  transform: translate(-50%, -50%) rotate(0deg);
  height: 2px;
  margin-top: 1px;
  margin-left: 0;
  color: #898989;
}
.venue.template1 .layouts span {
  display: block;
  width: 60px;
  height: 60px;
  font-size: 35px;
  cursor: pointer;
  text-align: center;
}
.venue.template1 .layouts span:before {
  line-height: 60px;
}
.venue.template1 .layouts span:hover:before, .venue.template1 .layouts span.active:before {
  color: #0033b4;
}
.venue.template1 .layouts span.rooms-icon {
  border-bottom: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
}
.venue.template1 .layouts.expand .additional-list {
  opacity: 1;
  visibility: visible;
  z-index: 3;
  transition: opacity 0.2s, visibility 0s ease 0s;
}
.venue.template1 .layouts.expand .toggle div {
  transform: rotate(45deg);
}
.venue.template1 .layouts.expand .toggle div:before, .venue.template1 .layouts.expand .toggle div:after {
  content: "";
  display: block;
  background: #4B494C;
  position: absolute;
}
.venue.template1 .layouts.expand .toggle div:before {
  width: 30px;
  height: 2px;
  top: 29px;
  right: 15px;
}
.venue.template1 .layouts.expand .toggle div:after {
  width: 2px;
  height: 30px;
  top: 15px;
  right: 29px;
}
@media only screen and (max-width: 1199px) {
  .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: 1199px) {
  .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: 1199px) {
  .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: 1199px) {
  .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: 1199px) {
  .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: 1199px) {
  .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: 1199px) {
  .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: 1199px) {
  .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: 1199px) {
  .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: 1199px) {
  .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: 1199px) {
  .venue.template3:nth-child(even) .inquiry {
    float: none;
    margin: 0 auto;
  }
}

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

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

#footer {
  position: relative;
  padding: 30px 0 70px;
  font-size: 12px;
  color: #fff;
  background-color: #231f20;
  text-align: center;
  z-index: 1;
}
html:not(.home) #footer {
  margin-top: 90px;
}
@media only screen and (max-width: 767px) {
  #footer {
    padding: 70px 0 120px;
  }
}
@media only screen and (max-width: 1199px) {
  #footer .center-column {
    max-width: 750px;
  }
}
#footer .logo-wrapper {
  display: inline-block;
  text-align: center;
  margin-bottom: 41px;
}
#footer .logo-wrapper .logo {
  display: inline-block;
  width: 240px;
}
#footer .logo-wrapper .logo img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#footer .copyright {
  font-style: italic;
  text-transform: uppercase;
  display: block;
  font-size: 0.85rem;
}

#footer-menu {
  margin-bottom: 30px;
  font-size: 0;
}
#footer-menu li {
  display: inline-block;
  position: relative;
}
#footer-menu a {
  display: block;
  margin: 0 15px;
  font: 1rem/26px din-condensed, sans-serif;
  font-style: italic;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
}
#footer-menu a:hover, #footer-menu a.active {
  text-decoration: underline;
  color: #c39a6c;
}

#footer-contacts {
  margin-bottom: 55px;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-style: italic;
}
@media only screen and (max-width: 1199px) {
  #footer-contacts {
    margin-bottom: 30px;
  }
}
#footer-contacts a {
  color: #fff;
}
#footer-contacts a:hover {
  color: #c39a6c;
}

.footer-logos {
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  .footer-logos {
    padding-bottom: 38px;
  }
}
.footer-logos .footer-logos-slideshow {
  position: relative;
  width: 801px;
  height: 100px;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .footer-logos .footer-logos-slideshow {
    width: calc(100% - 50px);
  }
}
.footer-logos .footer-logos-slideshow .footer-logos-slideshow-wrapper {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
}
.footer-logos .footer-logos-slideshow .footer-logos-slideshow-wrapper .footer-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33.3333333333%;
}
@media only screen and (max-width: 1199px) {
  .footer-logos .footer-logos-slideshow .footer-logos-slideshow-wrapper .footer-logo {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .footer-logos .footer-logos-slideshow .footer-logos-slideshow-wrapper .footer-logo {
    width: 100%;
  }
}
.footer-logos .footer-logos-slideshow .footer-logos-slideshow-wrapper .footer-logo img {
  display: block;
  height: 100%;
  width: auto;
}
.footer-logos .slideshow-button,
.footer-logos .slideshow-pagination {
  position: absolute;
  display: none;
}
@media only screen and (max-width: 1199px) {
  .footer-logos .slideshow-button,
  .footer-logos .slideshow-pagination {
    display: block;
  }
}
.footer-logos .slideshow-button {
  top: 29px;
  width: 25px;
  height: 42px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' fill='%23c39a6c'%3E%3Cpath d='M285.48 272.97 91.13 467.31a24 24 0 0 1-33.94 0l-22.67-22.66a24 24 0 0 1-.04-33.9L188.5 256 34.48 101.25a24 24 0 0 1 .04-33.9L57.2 44.7a24 24 0 0 1 33.94 0l194.35 194.34a24 24 0 0 1 0 33.94z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  overflow: hidden;
  text-indent: -9999px;
}
.footer-logos .slideshow-button.previous {
  left: 0;
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.footer-logos .slideshow-button.next {
  right: 0;
}
.footer-logos .slideshow-pagination {
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.footer-logos .slideshow-pagination button {
  position: relative;
  display: inline-block;
  padding: 0;
  cursor: pointer;
  background: #fff;
  border-radius: 100%;
  opacity: 0.7;
  height: 12px;
  width: 12px;
  margin: 0 8px;
  overflow: hidden;
  text-indent: -9999px;
  transition: 350ms ease-in-out;
}
.footer-logos .slideshow-pagination button:hover, .footer-logos .slideshow-pagination button.active {
  opacity: 1;
}

#footer .socials {
  margin-bottom: 30px;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  #footer .socials {
    float: none;
  }
}
#footer .socials li {
  display: inline-block;
  margin: 0 10px;
}
#footer .socials a {
  position: relative;
  display: flex;
  align-items: center;
  width: 43px;
  height: 43px;
  text-indent: -9999px;
  overflow: hidden;
  border: 1px solid #c39a6c;
  border-radius: 50px;
  color: #231f20;
}
#footer .socials a:hover svg {
  fill: #c39a6c;
}
@media only screen and (max-width: 767px) {
  #footer .socials a {
    margin-bottom: 10px;
  }
}
#footer .socials a svg {
  display: block;
  width: 100%;
  fill: #fff;
  transition: fill 350ms ease-in-out;
}

#hebs-gallery {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: rgba(35, 31, 32, 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: 20px;
  height: 20px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
}
#hebs-gallery .close-button:after, #hebs-gallery .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);
}
#hebs-gallery .close-button:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#hebs-gallery .close-button:hover:after, #hebs-gallery .close-button:hover:before {
  background: #c39a6c;
}
#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 5px;
  z-index: 2;
}
#hebs-gallery .category-selector {
  height: 30px;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 0;
  background: #fff;
  font-family: din-condensed, sans-serif;
  font-size: 1rem;
  color: #231f20;
}
#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: 1199px) {
  #hebs-gallery .galleria-stage {
    padding: 0;
  }
}
@media only screen and (max-width: 1199px) and (orientation: landscape) {
  #hebs-gallery .galleria-stage {
    bottom: 0;
  }
}
#hebs-gallery .galleria-stage .galleria-image img {
  box-shadow: 0 2px 4px rgba(35, 31, 32, 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: 1199px) {
  #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: thin solid #fff;
  border-top: thin solid #fff;
  font-size: 0;
  transition: border-color 350ms ease-in-out;
}
#hebs-gallery .galleria-image-nav-left:hover,
#hebs-gallery .galleria-image-nav-right:hover {
  border-color: #c39a6c;
}
#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: #c39a6c;
  border-bottom-color: #c39a6c;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#hebs-gallery.no-controls .galleria-thumbnails-container {
  display: none;
}
#hebs-gallery .galleria-thumbnails-container {
  height: 120px;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  background: #231f20;
}
@media only screen and (max-width: 1199px) 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: #231f20;
  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: thin solid #fff;
  border-top: thin solid #fff;
  font-size: 0;
  transform-origin: center;
  transition: border-color 350ms ease-in-out;
}
#hebs-gallery .galleria-thumb-nav-left:hover, #hebs-gallery .galleria-thumb-nav-right:hover {
  border-color: #c39a6c;
}
#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;
  background: #231f20;
  width: 100%;
  height: 40px;
}
#hebs-gallery .galleria-info .galleria-info-description {
  text-align: center;
  font-family: din-condensed, sans-serif;
  font-size: 1.2rem;
  line-height: 40px;
  letter-spacing: 0;
  color: #fff;
  position: absolute;
  left: 300px;
  right: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.checkers-specials {
  margin-top: 75px;
}
.checkers-specials hr {
  margin: 30px 0;
}
.checkers-specials .checkers-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  min-height: 500px;
  margin-bottom: 104px;
}
@media only screen and (max-width: 767px) {
  .checkers-specials .checkers-item {
    min-height: auto;
    flex-wrap: wrap;
    margin-bottom: 26px;
  }
}
.checkers-specials .checkers-item.odd {
  flex-direction: row-reverse;
}
.checkers-specials .checkers-item:nth-child(odd) .description {
  align-items: flex-end;
  padding-right: 112px;
  padding-left: 45px;
}
@media only screen and (max-width: 767px) {
  .checkers-specials .checkers-item:nth-child(odd) .description {
    padding-left: 20px;
    padding-right: 20px;
    align-items: center;
  }
}
.checkers-specials .checkers-item .image,
.checkers-specials .checkers-item .description {
  width: 50%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .checkers-specials .checkers-item .image,
  .checkers-specials .checkers-item .description {
    width: 100%;
  }
}
.checkers-specials .checkers-item .image {
  background-color: #eee;
  align-self: stretch;
}
@media only screen and (max-width: 767px) {
  .checkers-specials .checkers-item .image {
    height: 350px;
  }
}
.checkers-specials .checkers-item .description {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  padding: 30px 45px;
  text-align: left;
  padding-left: 112px;
}
@media only screen and (max-width: 767px) {
  .checkers-specials .checkers-item .description {
    align-items: center;
    padding: 30px 20px;
  }
}
.checkers-specials .checkers-item .description .page-content {
  text-align: left;
  width: 80%;
  max-width: 448px;
}
@media only screen and (max-width: 767px) {
  .checkers-specials .checkers-item .description .page-content {
    width: 100%;
  }
}
.checkers-specials .checkers-item .description .page-content p {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 166.667% */
  letter-spacing: 0.9px;
}
.checkers-specials .checkers-item .description .page-content ul li {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.7px;
  margin-bottom: 10px;
}
.checkers-specials .checkers-item .description h3 {
  display: inline-block;
  font-family: "Times New Roman", "Times", "Georgia", serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 1.2px;
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  .checkers-specials .checkers-item .description h3 {
    margin-top: 24px;
  }
}
.checkers-specials .checkers-item .description h3:after {
  content: "";
  height: 1px;
  position: relative;
  display: block;
  width: 100%;
  background: #231f20;
  margin-top: 8px;
  transition: background 350ms ease-in-out;
}
.checkers-specials .checkers-item .description h3:hover:after {
  background: #c39a6c;
}
.checkers-specials .checkers-item .description h3 a {
  text-decoration: none;
  color: inherit;
}
.checkers-specials .checkers-item .description h3 a:hover {
  color: #c39a6c;
}
.checkers-specials .checkers-item .description .h3-offers-heading {
  display: inline-block;
  font-family: "Times New Roman", "Times", "Georgia", serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 1.2px;
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: 32px;
}
.checkers-specials .checkers-item .description nav {
  margin-top: 22px;
}
@media only screen and (max-width: 767px) {
  .checkers-specials .checkers-item .description nav {
    margin-top: 14px;
  }
}
.checkers-specials .checkers-item .description nav .button {
  margin-top: 10px;
  margin-right: 5px;
}

.single-special-page .page-content {
  text-align: left;
}
.single-special-page .page-content h1 {
  display: inline-block;
  font-family: "Times New Roman", "Times", "Georgia", serif;
  font-weight: 200;
  font-size: 3rem;
  line-height: 1.1;
  font-style: italic;
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: 0;
}
.single-special-page .page-content h1:after {
  content: "";
  height: 1px;
  position: relative;
  display: block;
  width: 100%;
  background: #231f20;
  margin: 25px 0;
  margin-top: 5px;
  transition: background 350ms ease-in-out;
}
.single-special-page .page-content h2 {
  margin-top: 0;
}
.single-special-page .single-special nav {
  margin-top: 10px;
}
.single-special-page .single-special nav .button {
  margin-top: 10px;
  margin-right: 5px;
}

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

.hotel-location-map,
.poi-map-canvas {
  height: 460px;
  background: #eee;
}
@media only screen and (max-width: 1199px) {
  .hotel-location-map,
  .poi-map-canvas {
    height: 40vh;
  }
}

.map-content {
  background: rgba(35, 31, 32, 0.9);
  overflow: hidden;
  padding: 20px;
  position: relative;
  text-align: center;
  color: #fff;
  width: 300px;
}
.map-content p {
  margin-bottom: 5px;
  font-family: "Times New Roman", "Times", "Georgia", serif;
  font-size: 1rem;
  font-style: italic;
}
.map-content h3,
.map-content h4,
.map-content p,
.map-content a {
  color: #fff;
}
.map-content h3,
.map-content h4 {
  font: 20px/1.2 din-condensed, sans-serif;
  margin-top: 0;
  margin-bottom: 16px;
}
.map-content .button-wrapper {
  margin-top: 20px;
  margin-bottom: 0;
}
.map-content .button-wrapper + .button-wrapper {
  margin-top: 10px;
}
.map-content .button-wrapper .button {
  display: block;
}

.pressroom .pressroom-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.pressroom .pressroom-item {
  display: inline-block;
  vertical-align: top;
  width: calc(33.3333333333% - 20px);
  height: 400px;
  margin: 10px;
  position: relative;
  overflow: hidden;
  border: 0;
  padding: 20px 0;
  background-color: #eee;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .pressroom .pressroom-item {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .pressroom .pressroom-item {
    width: 100%;
    margin: 10px 0;
  }
}
.pressroom .pressroom-item.img .description {
  top: auto;
  background: rgba(35, 31, 32, 0.85);
}
.pressroom .pressroom-item.img .description h4,
.pressroom .pressroom-item.img .description p {
  color: #fff;
}
.pressroom .pressroom-item.img .description .pdf {
  color: #c39a6c;
}
.pressroom .pressroom-item.img .description .pdf svg {
  fill: #c39a6c;
}
.pressroom .pressroom-item.img .description .pdf:hover {
  color: #fff;
}
.pressroom .pressroom-item.img .description .pdf:hover svg {
  fill: #fff;
}
.pressroom .pressroom-item.img .description nav .button {
  color: #fff;
  border-color: #fff;
}
.pressroom .pressroom-item.img .description nav .button:hover {
  color: #231f20;
  background-color: #fff;
}
.pressroom .pressroom-item h4, .pressroom .pressroom-item .h4 {
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 0;
}
.pressroom .pressroom-item time {
  color: #c39a6c;
  font-size: 16px;
  font-style: normal;
  display: block;
  margin: 4px 0 8px 0;
}
.pressroom .pressroom-item .description {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px 20px 20px;
}
.pressroom .pressroom-item .description .centered time {
  margin: 10px 0;
  display: block;
  font-weight: bold;
}
.pressroom .pressroom-item .description p {
  line-height: 1.3;
  margin-bottom: 0;
}
.pressroom .pressroom-item .pdf {
  margin: 10px 0 0 0;
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 16px;
  padding-left: 0 !important;
}
.pressroom .pressroom-item .pdf svg {
  fill: #8e704e;
}
.pressroom .pressroom-item .pdf:hover svg {
  fill: #c39a6c;
}
.pressroom .pressroom-item nav,
.pressroom .pressroom-item .view-gallery {
  margin-top: 20px;
}

#popup {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999999999;
  background: rgba(0, 0, 0, 0.85);
}
#popup .popup-inner {
  position: absolute;
  top: 4%;
  right: 4%;
  bottom: 4%;
  left: 4%;
}
#popup .popup-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#popup .popup-close {
  position: absolute;
  top: 1.5%;
  right: 2%;
  width: 17px;
  height: 17px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
}
#popup .popup-close:before, #popup .popup-close:after {
  content: "";
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 1px;
}
#popup .popup-close:before {
  transform: rotate(45deg);
}
#popup .popup-close:after {
  transform: rotate(-45deg);
}

.gallery-widget .category-selector {
  margin-bottom: 10px;
}
.gallery-widget .images-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}
@media only screen and (max-width: 767px) {
  .gallery-widget .images-wrapper {
    margin: -1px;
  }
}
.gallery-widget .gallery-image {
  position: relative;
  width: calc(25% - 10px);
  margin: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: #231f20;
}
@media only screen and (max-width: 1199px) {
  .gallery-widget .gallery-image {
    width: calc(33.3333333333% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  .gallery-widget .gallery-image {
    width: calc(50% - 10px);
  }
}
.gallery-widget .gallery-image.hide {
  display: none;
}
.gallery-widget .gallery-image:before {
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 58%;
}
@media only screen and (max-width: 1199px) {
  .gallery-widget .gallery-image:before {
    padding-bottom: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .gallery-widget .gallery-image:before {
    padding-bottom: 60%;
  }
}
.gallery-widget .gallery-image .gallery-image-overlay {
  opacity: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  background-color: rgba(35, 31, 32, 0.6);
  color: #fff;
  font-family: din-condensed, sans-serif;
  font-size: 1.6vw;
  line-height: 1.2em;
  transition: opacity 350ms ease-in-out;
  display: none;
}
@media (max-width: 1125px) {
  .gallery-widget .gallery-image .gallery-image-overlay {
    font-size: 18px;
  }
}
@media (min-width: 1375px) {
  .gallery-widget .gallery-image .gallery-image-overlay {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .gallery-widget .gallery-image .gallery-image-overlay {
    text-indent: -9999px;
  }
}

.one-tile-trigger-galleries {
  text-align: center;
  font-size: 0;
}
.one-tile-trigger-galleries .gallery {
  padding-bottom: calc(33.3% - 10px);
  width: calc(33.3% - 10px);
  height: 0;
  margin: 5px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  background-color: #231f20;
  color: #fff;
  font-size: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .one-tile-trigger-galleries .gallery {
    width: calc(50% - 10px);
    padding-bottom: calc(50% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  .one-tile-trigger-galleries .gallery {
    width: calc(100% - 10px);
    padding-bottom: calc(100% - 10px);
  }
}
.one-tile-trigger-galleries .gallery h2, .one-tile-trigger-galleries .gallery h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font: 26px/30px "Times New Roman", "Times", "Georgia", serif;
  text-transform: uppercase;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
  color: inherit;
  z-index: 1;
}
.one-tile-trigger-galleries .gallery h3 {
  top: auto;
  bottom: 10px;
  font-size: 14px;
  opacity: 1;
  line-height: 1;
  text-align: center;
}
.one-tile-trigger-galleries .gallery:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -1px;
}
.one-tile-trigger-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;
}
.one-tile-trigger-galleries .gallery:hover h2, .one-tile-trigger-galleries .gallery:hover h3 {
  transform: translate(-50%, -50%) scale(0.6);
  opacity: 0;
}
.one-tile-trigger-galleries .gallery:hover .description {
  right: 0;
}
.one-tile-trigger-galleries .gallery:hover:after {
  background: rgba(0, 0, 0, 0.5);
}
.one-tile-trigger-galleries .gallery .description {
  position: absolute;
  right: -100%;
  top: 0;
  color: inherit;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .one-tile-trigger-galleries .gallery .description {
    font-size: 16px;
    line-height: 20px;
  }
}
.one-tile-trigger-galleries .gallery .description:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -1px;
}
.one-tile-trigger-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: 1px solid #e2e2e2;
}
.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: #fff;
  color: #53565a;
  height: 40px;
  padding: 0 10px;
  resize: none;
  width: 250px;
  border: 1px solid #858585;
  font-size: 14px;
  line-height: 40px;
}
@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 20px;
    width: 100%;
    text-align: left;
  }
}
.form .input-overlay {
  opacity: 0;
  margin-top: -40px;
}
@media only screen and (max-width: 767px) {
  .form .select-wrapper {
    width: 100%;
  }
}
.form textarea {
  height: 100px;
  overflow: auto;
  line-height: 20px;
  padding: 10px;
}
.form input[type=checkbox],
.form input[type=radio] {
  width: 14px;
  height: 14px;
  padding: 0;
  vertical-align: top;
}
.form input[type=radio] {
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  .form input[type=radio] {
    margin-top: 0;
  }
}
.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: 13px 0 0 6px;
}
@media only screen and (max-width: 767px) {
  .form .ui-datepicker-trigger {
    display: none;
  }
}
.form .controls p {
  padding: 20px 0 0 40%;
  width: auto;
  background: none;
}
@media only screen and (max-width: 767px) {
  .form .controls p {
    padding: 0;
    text-align: center;
  }
}
.form .controls .button {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .form .controls .button {
    display: inline-block;
    margin: 0;
  }
}

#form_form_5 .inputcheckbox_tZ4ET9UlskORRwzidYYw label {
  display: inline-flex;
}

#form_module_container_errors,
#form_module_container_success {
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 1.2rem;
  background-color: #eee;
  text-align: center;
}
#form_module_container_errors p,
#form_module_container_success p {
  margin-bottom: 0;
}

#form_module_container_errors {
  color: #b31919;
}

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

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

#form_module_container_success {
  color: green;
}

[id*=form_form_] {
  display: block;
  margin: 20px 0;
}
@media only screen and (max-width: 1199px) {
  [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 #eee;
}
[id*=form_form_] em {
  color: #b31919;
  font-size: 1rem;
  font-weight: normal;
  line-height: 10px;
  padding-right: 5px;
}
[id*=form_form_] label {
  width: 40%;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 12px 20px 0 0;
  float: left;
  text-align: right;
}
@media only screen and (max-width: 1199px) {
  [id*=form_form_] label {
    display: block;
    float: none;
    margin: 0 0 10px;
    text-align: left;
    width: auto;
  }
}
[id*=form_form_] p {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1199px) {
  [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: 1199px) {
  [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: 1199px) {
  [id*=form_form_] .select-wrapper {
    width: 100%;
  }
}
[id*=form_form_] .select-wrapper select[multiple] {
  height: 63px;
}
[id*=form_form_] input[type=text],
[id*=form_form_] input[type=number],
[id*=form_form_] input[type=email],
[id*=form_form_] input[type=phone],
[id*=form_form_] input[type=url],
[id*=form_form_] input[type=datepicker],
[id*=form_form_] textarea,
[id*=form_form_] select,
[id*=form_form_] .input-overlay {
  background: #fff;
  color: #231f20;
  height: 40px;
  padding: 0 10px;
  resize: none;
  width: 250px;
  border: thin solid #eee;
  font-family: "Times New Roman", "Times", "Georgia", serif;
  font-size: 1rem;
  line-height: 40px;
  font-style: italic;
}
@media only screen and (max-width: 1199px) {
  [id*=form_form_] input[type=text],
  [id*=form_form_] input[type=number],
  [id*=form_form_] input[type=email],
  [id*=form_form_] input[type=phone],
  [id*=form_form_] input[type=url],
  [id*=form_form_] input[type=datepicker],
  [id*=form_form_] textarea,
  [id*=form_form_] select,
  [id*=form_form_] .input-overlay {
    padding: 0 20px;
    width: 100%;
    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: 1199px) {
  [id*=form_form_] input[type=text],
  [id*=form_form_] input[type=number],
  [id*=form_form_] input[type=email],
  [id*=form_form_] input[type=phone],
  [id*=form_form_] input[type=url],
  [id*=form_form_] input[type=datepicker],
  [id*=form_form_] textarea,
  [id*=form_form_] select,
  [id*=form_form_] .input-overlay {
    text-align: left;
  }
}
[id*=form_form_] textarea {
  float: left;
  height: 100px;
  overflow: auto;
  line-height: 20px;
  padding: 10px;
}
[id*=form_form_] input[type=checkbox],
[id*=form_form_] input[type=radio] {
  width: 14px;
  height: 14px;
  padding: 0;
  vertical-align: top;
}
@media only screen and (max-width: 1199px) {
  [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: 1199px) {
  [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: 1199px) {
  [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: 1199px) {
  [id*=form_form_] .input-overlay {
    float: none;
    display: block;
    width: 100%;
  }
}
[id*=form_form_] .ui-datepicker-trigger {
  float: left;
  position: static;
  margin: 13px 0 0 6px;
}
@media only screen and (max-width: 1199px) {
  [id*=form_form_] .ui-datepicker-trigger {
    display: none;
  }
}
[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: 20px 0;
}
[id*=form_form_] .form-builder-field {
  position: relative;
  width: 100%;
  text-align: left;
  clear: both;
}
[id*=form_form_] .form-builder-field[class*=textarea] label {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1199px) {
  [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: 1199px) {
  [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: #231f20;
  text-transform: none;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
  [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: 1199px) {
  [id*=form_form_] .form-builder-field[class*=inputcheckbox] label {
    margin-left: 0;
    width: 100%;
  }
}
[id*=form_form_] .form-builder-field[class*=inputsubmit], [id*=form_form_] .form-builder-field[class*=button] {
  margin-left: 20px;
  padding: 20px 0 0 40%;
  width: auto;
  background: none;
}
@media only screen and (max-width: 1199px) {
  [id*=form_form_] .form-builder-field[class*=inputsubmit], [id*=form_form_] .form-builder-field[class*=button] {
    width: 100%;
    padding: 20px 0 0;
    margin-left: 0;
    text-align: center;
  }
}
[id*=form_form_] .form-builder-field[class*=countryandstate] p {
  float: left;
  width: 260px;
}
@media only screen and (max-width: 1199px) {
  [id*=form_form_] .form-builder-field[class*=countryandstate] p {
    width: calc(50% - 10px);
  }
  [id*=form_form_] .form-builder-field[class*=countryandstate] p + p {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] .form-builder-field[class*=countryandstate] p {
    width: calc(50% - 5px);
  }
  [id*=form_form_] .form-builder-field[class*=countryandstate] p + p {
    margin-left: 10px;
  }
}
[id*=form_form_] .form-builder-field[class*=countryandstate] p label {
  width: 100%;
  text-align: left;
  margin: 12px 0 10px 0;
  text-transform: 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: #231f20;
  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: 1199px) {
  [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: 1199px) {
  [id*=form_form_] .form-builder-field[class*=inputfile] label {
    margin-right: 20px;
  }
}
[id*=form_form_] .form-builder-field[class*=inputfile] .fake-input {
  font: 500 16px/1.2 "Times New Roman", "Times", "Georgia", serif;
  color: #231f20;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0;
  cursor: pointer;
  width: 50%;
}
[id*=form_form_] .form-builder-field[class*=inputfile] .fake-input:before {
  content: "";
  background: url("../images/paperclip.png") no-repeat;
  background-size: contain;
  width: 16px;
  height: 17px;
  display: block;
  position: relative;
  float: left;
  margin-right: 10px;
}
[id*=form_form_] .form-builder-group {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field {
  width: calc(50% - 10px);
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field:not(:first-child) {
  margin-left: 20px;
}
@media only screen and (max-width: 1199px) {
  [id*=form_form_] .form-builder-group.columns-2 .form-builder-field:not(:first-child) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1199px) {
  [id*=form_form_] .form-builder-group.columns-2 .form-builder-field {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field > p label {
  width: auto;
  text-align: left;
  margin-bottom: 10px;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field input[type=text], [id*=form_form_] .form-builder-group.columns-2 .form-builder-field input[type=email] {
  width: 100%;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=checkboxgroup] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=radiogroup] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] label {
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
@media only screen and (max-width: 1199px) {
  [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=checkboxgroup] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=radiogroup] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] label {
    margin-bottom: 10px;
  }
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] label {
  margin-bottom: 10px;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] .select-wrapper, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] select, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] input, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] .select-wrapper, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] select, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] input, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] .select-wrapper, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] select, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] input {
  width: 100%;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper {
  width: calc(100% - 30px);
}
@media only screen and (max-width: 1199px) {
  [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field {
  width: calc(33.33% - 20px);
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field:not(:first-child) {
  margin-left: 20px;
}
@media only screen and (max-width: 1199px) {
  [id*=form_form_] .form-builder-group.columns-3 .form-builder-field:not(:first-child) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1199px) {
  [id*=form_form_] .form-builder-group.columns-3 .form-builder-field {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field > p label {
  width: auto;
  text-align: left;
  margin-bottom: 10px;
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field input[type=text], [id*=form_form_] .form-builder-group.columns-3 .form-builder-field input[type=email] {
  width: 100%;
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=checkboxgroup] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=radiogroup] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] label {
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
@media only screen and (max-width: 1199px) {
  [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=checkboxgroup] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=radiogroup] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] label {
    margin-bottom: 10px;
  }
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] label {
  margin-bottom: 10px;
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] .select-wrapper, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] select, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] input, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] .select-wrapper, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] select, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] input, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] .select-wrapper, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] select, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] input {
  width: 100%;
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper {
  width: calc(100% - 30px);
}
@media only screen and (max-width: 1199px) {
  [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field {
  width: calc(25% - 20px);
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field:not(:first-child) {
  margin-left: 20px;
}
@media only screen and (max-width: 1199px) {
  [id*=form_form_] .form-builder-group.columns-4 .form-builder-field:not(:first-child) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1199px) {
  [id*=form_form_] .form-builder-group.columns-4 .form-builder-field {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field > p label {
  width: auto;
  text-align: left;
  margin-bottom: 10px;
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field input[type=text], [id*=form_form_] .form-builder-group.columns-4 .form-builder-field input[type=email] {
  width: 100%;
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=checkboxgroup] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=radiogroup] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] label {
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
@media only screen and (max-width: 1199px) {
  [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=checkboxgroup] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=radiogroup] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] label {
    margin-bottom: 10px;
  }
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] label {
  margin-bottom: 10px;
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] .select-wrapper, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] select, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] input, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] .select-wrapper, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] select, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] input, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] .select-wrapper, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] select, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] input {
  width: 100%;
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper {
  width: calc(100% - 30px);
}
@media only screen and (max-width: 1199px) {
  [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.prop-2-to-1 .form-builder-field {
  width: calc(66.66% - 20px);
}
[id*=form_form_] .form-builder-group.prop-2-to-1 .form-builder-field:nth-child(even) {
  width: calc(33.33% - 20px);
  margin-left: 20px;
}
@media only screen and (max-width: 1199px) {
  [id*=form_form_] .form-builder-group.prop-2-to-1 .form-builder-field:nth-child(even) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1199px) {
  [id*=form_form_] .form-builder-group.prop-2-to-1 .form-builder-field {
    width: 100%;
  }
}
[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: thin solid #231f20;
}
@media only screen and (min-width: 1200px) {
  [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;
}
[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;
}
[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: #231f20;
}
[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;
}
[id*=form_form_] .clear-file-input.inactive {
  opacity: 0;
  visibility: hidden;
}

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

.poi {
  overflow: hidden;
}

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

.poi-zoom {
  font-family: din-condensed, sans-serif;
  font-size: 20px;
  line-height: 22px;
  font-style: normal;
  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: #c39a6c;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -100em;
  text-align: left;
  transition: background 350ms ease-in-out;
}
.poi-zoom .poi-zoom-button:hover {
  background: #231f20;
}
.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: 800px;
}
@media only screen and (max-width: 1199px) {
  .poi-map {
    height: 60vh;
  }
}

.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 {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/poi/icons.svg") no-repeat -40px -40px;
  content: "";
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  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 {
  margin-top: 40px;
}

#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: #c39a6c;
}
#calendar-links a svg {
  display: block;
  width: 20px;
  height: 20px;
  fill: #231f20;
  transition: fill 350ms ease-in-out;
}
@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: #231f20;
  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;
  fill: #231f20;
}
#calendar-views a:hover, #calendar-views a.active {
  color: #c39a6c;
}
#calendar-views a:hover svg, #calendar-views a.active svg {
  fill: #c39a6c;
}

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

#calendar-year {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #calendar-year {
    display: none;
  }
}
#calendar-year:after {
  clear: both;
  content: "";
  display: table;
}
#calendar-year li {
  float: left;
}
#calendar-year a {
  display: block;
  padding: 5px 0;
  margin-right: 1px;
  text-decoration: none;
  border-bottom: thin solid rgba(35, 31, 32, 0.2);
  color: rgba(35, 31, 32, 0.2);
}
#calendar-year a:hover {
  border-color: #c39a6c;
  color: #c39a6c;
}
#calendar-year .active a {
  border-color: #231f20;
  color: #231f20;
}
#calendar-year .active a:hover {
  border-color: #c39a6c;
  color: #c39a6c;
}

#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: 30px;
  line-height: 30px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  font-family: din-condensed, sans-serif;
  font-size: 14px;
  color: #231f20;
}
@media only screen and (max-width: 1199px) {
  #calendar-month a {
    padding: 0 5px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  #calendar-month a {
    padding: 0 7px;
    text-align: center;
  }
}
#calendar-month a:hover {
  background: #c39a6c;
  color: #fff;
}
#calendar-month a.active {
  background: #231f20;
  color: #fff;
}
#calendar-month a.active:hover {
  background: #c39a6c;
  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: thin solid #c39a6c;
    border-top: thin solid #c39a6c;
    font-size: 0;
    transform: rotate(-45deg);
    transform-origin: center;
    transition: border-color 350ms ease-in-out;
  }
  #calendar-month li.prev a:hover, #calendar-month li.next a:hover {
    background-color: transparent;
    color: #c39a6c;
  }
  #calendar-month li.prev a:active, #calendar-month li.next a:active {
    top: auto;
  }
  #calendar-month li.next a {
    padding-left: 0;
    padding-right: 30px;
  }
  #calendar-month li.next a:after {
    transform: rotate(135deg);
    left: auto;
    right: 5px;
  }
}

#calendar-navigation {
  display: block;
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
#calendar-navigation .current-event {
  padding: 0 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
  background-color: #eee;
  font-style: italic;
}
#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 #231f20;
  border-top: thin solid #231f20;
  font-size: 0;
  transform-origin: center;
  transition: border-color 350ms ease-in-out;
}
#calendar-navigation a.prev:hover,
#calendar-navigation a.next:hover {
  border-color: #c39a6c;
}
#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 {
  text-align: center;
  font-style: italic;
  text-transform: uppercase;
}
#calendar-week li .short {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #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: #eee;
}
@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;
  display: block;
  padding: 0.5em 1em;
  color: #231f20;
  text-decoration: none;
}
#calendar-days li time a:hover {
  color: #c39a6c;
}
#calendar-days li.prev_month, #calendar-days li.next_month {
  background: rgba(238, 238, 238, 0.2);
}
@media only screen and (max-width: 767px) {
  #calendar-days li.prev_month, #calendar-days li.next_month {
    display: none;
  }
}
#calendar-days li.prev_month time a, #calendar-days li.next_month time a {
  color: rgba(35, 31, 32, 0.7);
}
#calendar-days li.prev_month time a:hover, #calendar-days li.next_month time a:hover {
  color: rgba(35, 31, 32, 0.2);
}
#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-family: din-condensed, sans-serif;
  font-size: 0.8em;
  background: #c39a6c;
  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;
  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);
  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 {
  margin-bottom: 10px;
  font-family: din-condensed, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-transform: uppercase;
}
#calendar-days dl dd img {
  height: auto;
  width: 100%;
  margin-bottom: 5px;
}
#calendar-days dl dd p {
  font-size: 13px;
  line-height: 18px;
  padding: 0 0 10px 0;
  width: 100%;
}
#calendar-days dl dd a {
  transition: none;
}
#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;
}

@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 0;
}
#calendar.list-view .image-list h2 {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  #calendar.list-view .image-list h2 {
    font-size: 1.4rem;
  }
}
#calendar.list-view .image-list h2 a:hover {
  text-decoration: none;
}
#calendar.list-view .image-list h3 {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  #calendar.list-view .image-list h3 {
    font-size: 1.3rem;
  }
}

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

#calendar .single-event {
  text-align: left;
}
#calendar .single-event > h2 {
  margin-bottom: 0;
}
#calendar .single-event > h3 {
  margin-top: 0;
  color: #c39a6c;
  font-size: 1.8rem;
}
#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;
  text-align: left;
}
.calendar .image-list-item + .image-list-item {
  margin-top: 20px;
}
@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 #eee;
  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: 1199px) {
  .calendar .image-list-item .background {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item .background {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.calendar .image-list-item .description {
  width: 100%;
  display: block;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item .description {
    text-align: center;
  }
}
.calendar .image-list-item .description h3 {
  margin-top: 0;
}
.calendar .image-list-item .description h3 a {
  text-decoration: none;
}
.calendar .image-list-item .description .button {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
@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;
  }
}

@media print {
  html {
    -webkit-print-color-adjust: exact;
  }
  .fade-on-scroll {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }
  body > *:not(#content) {
    display: none;
  }
  #calendar-header, #calendar-year, #calendar-month {
    display: none;
  }
  @page {
    size: 960px 1358px;
  }
}
.acm-two-col-content-with-button {
  position: relative;
  max-width: 1218px;
  margin: 0 auto;
  padding: 20px 0 110px;
}
@media only screen and (max-width: 767px) {
  .acm-two-col-content-with-button {
    padding-top: 0;
  }
}
.acm-two-col-content-with-button .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
@media only screen and (max-width: 767px) {
  .acm-two-col-content-with-button .wrapper {
    flex-direction: column;
  }
}
.acm-two-col-content-with-button .wrapper .content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 70px 35px;
  flex-direction: column;
}
.acm-two-col-content-with-button .wrapper .content:first-child {
  position: relative;
}
.acm-two-col-content-with-button .wrapper .content:first-child::after {
  content: "";
  border-right: 2px solid #c8c7c7;
  position: absolute;
  right: 0;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .acm-two-col-content-with-button .wrapper .content:first-child::after {
    border: 0;
    border-bottom: 2px solid #c8c7c7;
    bottom: 0;
    width: 100%;
  }
}
.acm-two-col-content-with-button .wrapper .content .title {
  font-family: "Times New Roman", "Times", "Georgia", serif;
  font-weight: 200;
  font-size: 39px;
  line-height: 45px;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 1.56px;
  color: #231f20;
}
@media only screen and (max-width: 767px) {
  .acm-two-col-content-with-button .wrapper .content .title {
    font-size: 28px;
    letter-spacing: 1.12px;
  }
}
.acm-two-col-content-with-button .wrapper .content .title:after {
  content: "";
  height: 0.5px;
  position: relative;
  display: block;
  width: 100%;
  background: #231f20;
  margin-top: 5px;
  transition: background 350ms ease-in-out;
}
.acm-two-col-content-with-button .wrapper .content .description {
  font-family: "Times New Roman", "Times", "Georgia", serif;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.73px;
  font-style: italic;
  margin-top: 28px;
  margin-bottom: 88px;
  color: #231f20;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .acm-two-col-content-with-button .wrapper .content .description {
    margin: 18px auto 21px;
  }
}
.acm-two-col-content-with-button .wrapper .content .button.with-svg {
  position: relative;
  min-width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.acm-two-col-content-with-button .wrapper .content .button.with-svg svg {
  position: absolute;
  left: 14px;
}

.acm-two-col-with-bg-image {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
}
@media only screen and (max-width: 767px) {
  .acm-two-col-with-bg-image {
    flex-flow: column nowrap;
  }
}
.acm-two-col-with-bg-image .promo-double-item {
  display: flex;
  width: 100%;
  flex-basis: 50%;
  position: relative;
  min-height: 340px;
}
@media only screen and (min-width: 1200px) {
  .acm-two-col-with-bg-image .promo-double-item {
    min-height: 650px;
  }
}
.acm-two-col-with-bg-image .promo-double-item:first-child {
  position: relative;
}
.acm-two-col-with-bg-image .promo-double-item:first-child::after {
  content: "";
  border-right: 2px solid #575553;
  position: absolute;
  right: 0;
  height: 100%;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .acm-two-col-with-bg-image .promo-double-item:first-child::after {
    border: 0;
    border-bottom: 2px solid #575553;
    bottom: 0;
    width: 100%;
  }
}
.acm-two-col-with-bg-image .promo-double-item .promo-double-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  height: auto;
  width: 100%;
  padding: 45px;
}
.acm-two-col-with-bg-image .promo-double-item .promo-double-content .promo-heading {
  padding: 0;
}
.acm-two-col-with-bg-image .promo-double-item .promo-double-content .description {
  font-family: "Times New Roman", "Times", "Georgia", serif;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.73px;
  font-style: italic;
  margin-top: 28px;
  margin-bottom: 70px;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .acm-two-col-with-bg-image .promo-double-item .promo-double-content .description {
    display: none;
  }
}
.acm-two-col-with-bg-image .promo-double-item .promo-double-content .button.solid {
  width: 224px;
  height: 46px;
}
.acm-two-col-with-bg-image .promo-double-item .promo-double-content .button.only-text {
  color: #fff;
  border: 0;
  margin-bottom: 30px;
}
.acm-two-col-with-bg-image .promo-double-item .promo-double-content .button.only-text:hover {
  background-color: transparent;
  text-decoration: underline;
}

.rooms-home-section {
  padding: 110px 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .rooms-home-section {
    padding: 85px 0;
    padding-bottom: 0;
  }
}
.rooms-home-section .heading {
  display: inline-block;
  font-family: "Times New Roman", "Times", "Georgia", serif;
  font-size: 48px;
  line-height: normal;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 2.2px;
  color: #231f20;
}
@media only screen and (max-width: 767px) {
  .rooms-home-section .heading {
    font-size: 34px;
    line-height: 38px;
    letter-spacing: 2.2px;
    padding: 0 40px;
  }
}
.rooms-home-section .heading:after {
  content: "";
  height: 0.5px;
  position: relative;
  display: block;
  width: 100%;
  background: #231f20;
  margin-top: 5px;
  transition: background 350ms ease-in-out;
}
@media only screen and (max-width: 449px) {
  .rooms-home-section .heading:after {
    width: 85%;
    margin: 0 auto;
  }
}
.rooms-home-section .intro {
  font-size: 16px;
  letter-spacing: 0.73px;
  line-height: 27px;
  margin: 30px auto 56px;
  font-family: "Times New Roman", "Times", "Georgia", serif;
  font-style: italic;
  max-width: 994px;
  padding: 0 31px;
}
@media only screen and (max-width: 767px) {
  .rooms-home-section .intro {
    max-width: 100%;
    padding: 0 18px;
  }
}

.rooms-home-slider {
  overflow: hidden;
  padding: 0 22px;
}
.rooms-home-slider .swiper-slide.swiper-slide-active .slide-container .content {
  display: block;
}
.rooms-home-slider .swiper-slide .slide-container {
  max-width: 100%;
  transition: all 350ms ease-in;
  position: relative;
}
.rooms-home-slider .swiper-slide .slide-container .content {
  transition: all 350ms ease-in;
  padding: 12px 20px 0;
  position: absolute;
  left: 25px;
  bottom: 0;
  background-color: #fff;
  width: 240px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .rooms-home-slider .swiper-slide .slide-container .content {
    padding: 10px 20px;
    width: 195px;
    position: relative;
    top: -60px;
  }
}
.rooms-home-slider .swiper-slide .slide-container .content .title {
  font-family: "Times New Roman", "Times", "Georgia", serif;
  font-weight: 200;
  font-size: 39px;
  line-height: 45px;
  font-style: italic;
  text-transform: lowercase;
  letter-spacing: 1.56px;
  color: #231f20;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .rooms-home-slider .swiper-slide .slide-container .content .title {
    font-size: 26px;
    letter-spacing: 0.73px;
  }
}
.rooms-home-slider .swiper-slide .slide-container .content .title:after {
  content: "";
  height: 0.5px;
  position: relative;
  display: block;
  width: 100%;
  background: #231f20;
  margin: 25px 0;
  margin-top: 5px;
  transition: background 350ms ease-in-out;
}
.rooms-home-slider .swiper-slide .slide-container .content .description {
  font-family: "Times New Roman", "Times", "Georgia", serif;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.73px;
  font-style: italic;
  margin-top: 8.5px;
  color: #231f20;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .rooms-home-slider .swiper-slide .slide-container .content .description {
    margin: 0;
    letter-spacing: 0.35px;
  }
}
.rooms-home-slider .swiper-slide .image {
  position: relative;
  height: 630px;
}
@media only screen and (max-width: 767px) {
  .rooms-home-slider .swiper-slide .image {
    height: 411px;
  }
}
.rooms-home-slider .swiper-slide .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 350ms ease-in;
}
.rooms-home-slider .swiper-slide .image .button-area {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1098039216);
  opacity: 0;
  transition: all 350ms ease-in;
  z-index: 2;
}
.rooms-home-slider .swiper-slide .image .button-area a {
  text-align: center;
}
.rooms-home-slider .slideshow {
  position: relative;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .rooms-home-slider .slideshow {
    display: block;
  }
}
.rooms-home-slider .arrows-wrapper .slideshow-btn {
  top: 40%;
}
@media only screen and (max-width: 767px) {
  .rooms-home-slider .arrows-wrapper .slideshow-btn {
    display: none;
  }
}
.rooms-home-slider .arrows-wrapper .slideshow-btn.previous {
  left: 40px;
  display: block;
  width: 65px;
  height: 65px;
  border-top: 4px solid #fff;
  border-left: 4px solid #fff;
  transform: rotate(-45deg);
}
@media only screen and (max-width: 1199px) {
  .rooms-home-slider .arrows-wrapper .slideshow-btn.previous {
    left: 50px;
  }
}
.rooms-home-slider .arrows-wrapper .slideshow-btn.next {
  right: 40px;
  display: block;
  width: 65px;
  height: 65px;
  border-top: 4px solid #fff;
  border-left: 4px solid #fff;
  transform: rotate(135deg);
}
@media only screen and (max-width: 1199px) {
  .rooms-home-slider .arrows-wrapper .slideshow-btn.next {
    right: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-home-slider .arrows-wrapper {
    display: none;
  }
}
.rooms-home-slider .arrows-wrapper .previous {
  left: 0;
}
.rooms-home-slider .arrows-wrapper .next {
  right: 0;
}
.rooms-home-slider .slideshow-btn {
  position: absolute;
  top: 40%;
  transition: all 350ms ease-in-out;
  cursor: pointer;
  z-index: 2;
}
.rooms-home-slider .slideshow-btn.previous svg {
  rotate: 180deg;
}
.rooms-home-slider .slideshow-btn.white {
  border: 2px solid white;
}
@media only screen and (max-width: 767px) {
  .rooms-home-slider .slideshow-btn {
    width: 40px;
    height: 40px;
    padding: 0;
  }
  .rooms-home-slider .slideshow-btn svg {
    width: 15px;
  }
}
.rooms-home-slider .slideshow-btn.swiper-button-disabled {
  opacity: 0.5;
  cursor: default;
}
.rooms-home-slider .slideshow-btn.swiper-button-disabled svg .arrow {
  fill: blue;
}
.rooms-home-slider .arrow-btn {
  position: relative;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  font-size: 0;
  overflow: hidden;
  transition: all 350ms ease-in-out;
  cursor: pointer;
  z-index: 2;
  border: 2px solid #DCDCDC;
  background-color: #ffffff;
}
.rooms-home-slider .arrow-btn:hover {
  opacity: 0.8;
}
.rooms-home-slider .arrow-btn:hover::after {
  border-color: red;
}
.rooms-home-slider .arrow-btn::after {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 22px;
  left: 22px;
  border: solid 2px #453c2d;
  border-left: 0;
  border-bottom: 0;
  content: "";
}
.rooms-home-slider .arrow-btn.previous {
  left: 20px;
}
.rooms-home-slider .arrow-btn.previous::after {
  transform: rotate(-135deg);
}
.rooms-home-slider .arrow-btn.next {
  right: 20px;
}
.rooms-home-slider .arrow-btn.next::after {
  transform: rotate(45deg);
}
.rooms-home-slider .arrow-btn.up {
  right: 20px;
}
.rooms-home-slider .arrow-btn.up::after {
  transform: rotate(-45deg);
}
.rooms-home-slider .arrow-btn.down {
  right: 20px;
}
.rooms-home-slider .arrow-btn.down::after {
  transform: rotate(135deg);
}

.happenings-slider {
  position: relative;
  padding: 154px 0;
  text-align: center;
  max-width: 1356px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .happenings-slider {
    padding: 0;
  }
}
.happenings-slider .heading {
  display: inline-block;
  font-family: "Times New Roman", "Times", "Georgia", serif;
  font-size: 48px;
  line-height: normal;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 2.2px;
  color: #231f20;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .happenings-slider .heading {
    font-size: 34px;
    line-height: 38px;
    letter-spacing: 2.2px;
    margin-bottom: 30px;
    padding: 0 40px;
  }
}
.happenings-slider .heading:after {
  content: "";
  height: 0.5px;
  position: relative;
  display: block;
  width: 100%;
  background: #231f20;
  margin-top: 5px;
  transition: background 350ms ease-in-out;
}
@media only screen and (max-width: 449px) {
  .happenings-slider .heading:after {
    width: 80%;
    margin: 0 auto;
  }
}
.happenings-slider .intro {
  font-size: 16px;
  letter-spacing: 0.73px;
  line-height: 27px;
  margin: 30px auto 56px;
  font-family: "Times New Roman", "Times", "Georgia", serif;
  font-style: italic;
  max-width: 48%;
}
@media only screen and (max-width: 767px) {
  .happenings-slider .intro {
    max-width: 100%;
    padding: 0 18px;
  }
}
.happenings-slider .happenings-home-slider {
  overflow: hidden;
  padding: 0 22px;
  max-width: 1220px;
  margin: 0 auto;
}
.happenings-slider .happenings-home-slider .swiper-slide.swiper-slide-active .slide-container .content {
  display: block;
}
.happenings-slider .happenings-home-slider .swiper-slide .slide-container {
  max-width: 100%;
  transition: all 350ms ease-in;
  position: relative;
  height: 615px;
  overflow-y: hidden;
}
@media only screen and (max-width: 767px) {
  .happenings-slider .happenings-home-slider .swiper-slide .slide-container {
    height: 338px;
  }
}
.happenings-slider .happenings-home-slider .swiper-slide .slide-container .content {
  transition: all 350ms ease-in;
  padding: 20px;
  position: relative;
  background-color: #fff;
  text-align: center;
}
.happenings-slider .happenings-home-slider .swiper-slide .slide-container .content .title {
  font-family: "Times New Roman", "Times", "Georgia", serif;
  font-weight: 200;
  font-size: 24px;
  line-height: 28px;
  font-style: italic;
  text-transform: lowercase;
  letter-spacing: 1.15px;
  color: #231f20;
}
@media only screen and (max-width: 767px) {
  .happenings-slider .happenings-home-slider .swiper-slide .slide-container .content .title {
    font-size: 16px;
    line-height: 24px;
  }
}
.happenings-slider .happenings-home-slider .swiper-slide .slide-container .content .hover-wrap {
  display: none;
}
.happenings-slider .happenings-home-slider .swiper-slide .slide-container .content .description {
  font-family: "Times New Roman", "Times", "Georgia", serif;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.73px;
  font-style: italic;
  margin-top: 27px;
  margin-bottom: 127px;
  color: #231f20;
  text-align: center;
  min-height: 150px;
}
@media only screen and (max-width: 1199px) {
  .happenings-slider .happenings-home-slider .swiper-slide .slide-container .content .description {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .happenings-slider .happenings-home-slider .swiper-slide .slide-container .content .description {
    margin: 0;
    letter-spacing: 0.35px;
  }
}
.happenings-slider .happenings-home-slider .swiper-slide .image {
  position: relative;
  height: 533px;
  transition: all 350ms ease-in;
}
@media only screen and (max-width: 767px) {
  .happenings-slider .happenings-home-slider .swiper-slide .image {
    height: 262px;
  }
}
.happenings-slider .happenings-home-slider .swiper-slide .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 350ms ease-in;
}
.happenings-slider .happenings-home-slider .swiper-slide .image .button-area {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1098039216);
  opacity: 0;
  transition: all 350ms ease-in;
  z-index: 2;
}
.happenings-slider .happenings-home-slider .swiper-slide .image .button-area a {
  text-align: center;
}
.happenings-slider .happenings-home-slider .swiper-slide:hover .image {
  height: 167px;
}
@media only screen and (max-width: 767px) {
  .happenings-slider .happenings-home-slider .swiper-slide:hover .image {
    height: 262px;
  }
}
.happenings-slider .happenings-home-slider .swiper-slide:hover .content .hover-wrap {
  display: block;
}
@media only screen and (max-width: 767px) {
  .happenings-slider .happenings-home-slider .swiper-slide:hover .content .hover-wrap .description, .happenings-slider .happenings-home-slider .swiper-slide:hover .content .hover-wrap .button {
    display: none;
  }
}
.happenings-slider .happenings-home-slider .swiper-slide:hover .content .hover-wrap .button {
  padding: 13px 69px;
}
.happenings-slider .happenings-home-slider .slideshow {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .happenings-slider .happenings-home-slider .slideshow {
    display: block;
  }
}
.happenings-slider .happenings-home-slider .arrows-wrapper .slideshow-btn {
  top: calc(50% - 17px);
}
@media only screen and (max-width: 989px) {
  .happenings-slider .happenings-home-slider .arrows-wrapper .slideshow-btn {
    display: none !important;
  }
}
.happenings-slider .happenings-home-slider .arrows-wrapper .slideshow-btn.previous {
  left: 10px;
  display: block;
  width: 34px;
  height: 34px;
  border-top: 2px solid #C39A6C;
  border-left: 2px solid #C39A6C;
  transform: rotate(-45deg);
}
.happenings-slider .happenings-home-slider .arrows-wrapper .slideshow-btn.next {
  right: 10px;
  display: block;
  width: 34px;
  height: 34px;
  border-top: 2px solid #C39A6C;
  border-left: 2px solid #C39A6C;
  transform: rotate(135deg);
}
@media only screen and (max-width: 767px) {
  .happenings-slider .happenings-home-slider .arrows-wrapper {
    position: relative;
    width: 90px;
    height: 40px;
    margin: 0 0 30px auto;
  }
  .happenings-slider .happenings-home-slider .arrows-wrapper .slideshow-btn {
    top: 0;
  }
  .happenings-slider .happenings-home-slider .arrows-wrapper .slideshow-btn.previous {
    left: 0;
  }
  .happenings-slider .happenings-home-slider .arrows-wrapper .slideshow-btn.next {
    right: 0;
  }
}
.happenings-slider .happenings-home-slider .arrows-wrapper .previous {
  left: 0;
}
.happenings-slider .happenings-home-slider .arrows-wrapper .next {
  right: 0;
}
.happenings-slider .happenings-home-slider .slideshow-btn {
  position: absolute;
  top: 40%;
  transition: all 350ms ease-in-out;
  cursor: pointer;
  z-index: 2;
}
.happenings-slider .happenings-home-slider .slideshow-btn.previous svg {
  rotate: 180deg;
}
.happenings-slider .happenings-home-slider .slideshow-btn.white {
  border: 2px solid white;
}
@media only screen and (max-width: 767px) {
  .happenings-slider .happenings-home-slider .slideshow-btn {
    width: 40px;
    height: 40px;
    padding: 0;
  }
  .happenings-slider .happenings-home-slider .slideshow-btn svg {
    width: 15px;
  }
}
.happenings-slider .happenings-home-slider .slideshow-btn.swiper-button-disabled {
  opacity: 0.5;
  cursor: default;
}
.happenings-slider .happenings-home-slider .slideshow-btn.swiper-button-disabled svg .arrow {
  fill: blue;
}
.happenings-slider .happenings-home-slider .arrow-btn {
  position: relative;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  font-size: 0;
  overflow: hidden;
  transition: all 350ms ease-in-out;
  cursor: pointer;
  z-index: 2;
  border: 2px solid #DCDCDC;
  background-color: #ffffff;
}
.happenings-slider .happenings-home-slider .arrow-btn:hover {
  opacity: 0.8;
}
.happenings-slider .happenings-home-slider .arrow-btn:hover::after {
  border-color: red;
}
.happenings-slider .happenings-home-slider .arrow-btn::after {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 22px;
  left: 22px;
  border: solid 2px #453c2d;
  border-left: 0;
  border-bottom: 0;
  content: "";
}
.happenings-slider .happenings-home-slider .arrow-btn.previous {
  left: 20px;
}
.happenings-slider .happenings-home-slider .arrow-btn.previous::after {
  transform: rotate(-135deg);
}
.happenings-slider .happenings-home-slider .arrow-btn.next {
  right: 20px;
}
.happenings-slider .happenings-home-slider .arrow-btn.next::after {
  transform: rotate(45deg);
}
.happenings-slider .happenings-home-slider .arrow-btn.up {
  right: 20px;
}
.happenings-slider .happenings-home-slider .arrow-btn.up::after {
  transform: rotate(-45deg);
}
.happenings-slider .happenings-home-slider .arrow-btn.down {
  right: 20px;
}
.happenings-slider .happenings-home-slider .arrow-btn.down::after {
  transform: rotate(135deg);
}

.shoppings-slider {
  position: relative;
  padding: 132px 0;
  text-align: center;
  max-width: 1346px;
  margin: 0 auto;
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .shoppings-slider {
    padding: 85px 0;
    padding-bottom: 0;
  }
}
.shoppings-slider .heading {
  display: inline-block;
  font-family: "Times New Roman", "Times", "Georgia", serif;
  font-size: 48px;
  line-height: normal;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 2.2px;
  color: #231f20;
}
@media only screen and (max-width: 767px) {
  .shoppings-slider .heading {
    font-size: 34px;
    line-height: 38px;
    letter-spacing: 2.2px;
    padding: 0 40px;
  }
}
.shoppings-slider .heading:after {
  content: "";
  height: 0.5px;
  position: relative;
  display: block;
  width: 100%;
  background: #231f20;
  margin-top: 5px;
  transition: background 350ms ease-in-out;
}
.shoppings-slider .intro {
  font-size: 16px;
  letter-spacing: 0.73px;
  line-height: 27px;
  margin: 30px auto 56px;
  font-family: "Times New Roman", "Times", "Georgia", serif;
  font-style: italic;
  max-width: 994px;
  padding: 0 31px;
}
@media only screen and (max-width: 767px) {
  .shoppings-slider .intro {
    max-width: 100%;
    padding: 0 18px;
  }
}
.shoppings-slider .shoppings-home-slider {
  overflow: hidden;
  padding: 0 22px;
  margin: 0 auto;
}
.shoppings-slider .shoppings-home-slider .swiper-slide.swiper-slide-active .slide-container .content {
  display: block;
}
.shoppings-slider .shoppings-home-slider .swiper-slide .slide-container {
  max-width: 100%;
  transition: all 350ms ease-in;
  position: relative;
  height: 481px;
  overflow-y: hidden;
}
@media only screen and (max-width: 767px) {
  .shoppings-slider .shoppings-home-slider .swiper-slide .slide-container {
    height: 338px;
  }
}
.shoppings-slider .shoppings-home-slider .swiper-slide .slide-container .content {
  transition: all 350ms ease-in;
  padding: 20px 16px;
  position: relative;
  background-color: #fff;
  text-align: center;
}
.shoppings-slider .shoppings-home-slider .swiper-slide .slide-container .content .title {
  font-family: "Times New Roman", "Times", "Georgia", serif;
  font-weight: 200;
  font-size: 24px;
  line-height: 28px;
  font-style: italic;
  text-transform: lowercase;
  letter-spacing: 1.15px;
  color: #231f20;
}
@media only screen and (max-width: 767px) {
  .shoppings-slider .shoppings-home-slider .swiper-slide .slide-container .content .title {
    font-size: 16px;
    line-height: 24px;
  }
}
.shoppings-slider .shoppings-home-slider .swiper-slide .slide-container .content .hover-wrap {
  display: none;
}
.shoppings-slider .shoppings-home-slider .swiper-slide .slide-container .content .description {
  font-family: "Times New Roman", "Times", "Georgia", serif;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.73px;
  font-style: italic;
  margin-top: 27px;
  margin-bottom: 127px;
  color: #231f20;
  text-align: center;
  min-height: 150px;
}
@media only screen and (max-width: 767px) {
  .shoppings-slider .shoppings-home-slider .swiper-slide .slide-container .content .description {
    margin: 0;
    letter-spacing: 0.35px;
  }
}
.shoppings-slider .shoppings-home-slider .swiper-slide .image {
  position: relative;
  height: 418px;
  transition: all 350ms ease-in;
}
@media only screen and (max-width: 767px) {
  .shoppings-slider .shoppings-home-slider .swiper-slide .image {
    height: 262px;
  }
}
.shoppings-slider .shoppings-home-slider .swiper-slide .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 350ms ease-in;
}
.shoppings-slider .shoppings-home-slider .swiper-slide .image .button-area {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1098039216);
  opacity: 0;
  transition: all 350ms ease-in;
  z-index: 2;
}
.shoppings-slider .shoppings-home-slider .swiper-slide .image .button-area a {
  text-align: center;
}
.shoppings-slider .shoppings-home-slider .swiper-slide:hover .image {
  height: 120px;
}
@media only screen and (max-width: 767px) {
  .shoppings-slider .shoppings-home-slider .swiper-slide:hover .image {
    height: 262px;
  }
}
.shoppings-slider .shoppings-home-slider .swiper-slide:hover .content .title {
  display: inline-block;
}
.shoppings-slider .shoppings-home-slider .swiper-slide:hover .content .title:after {
  content: "";
  height: 0.5px;
  position: relative;
  display: block;
  width: 100%;
  background: #231f20;
  margin-top: 5px;
  transition: background 350ms ease-in-out;
}
.shoppings-slider .shoppings-home-slider .swiper-slide:hover .content .hover-wrap {
  display: block;
}
.shoppings-slider .shoppings-home-slider .swiper-slide:hover .content .hover-wrap p {
  font-family: "Times New Roman", "Times", "Georgia", serif;
  font-size: 15px;
  letter-spacing: 0.73px;
  line-height: 27px;
  font-style: italic;
}
.shoppings-slider .shoppings-home-slider .swiper-slide:hover .content .hover-wrap p:first-child {
  margin-top: 27px;
  margin-bottom: 10px;
}
.shoppings-slider .shoppings-home-slider .swiper-slide:hover .content .hover-wrap .button {
  margin-top: 27px;
  padding: 13px 69px;
}
@media only screen and (max-width: 767px) {
  .shoppings-slider .shoppings-home-slider .swiper-slide:hover .content .hover-wrap .description, .shoppings-slider .shoppings-home-slider .swiper-slide:hover .content .hover-wrap .button {
    display: none;
  }
}
.shoppings-slider .shoppings-home-slider .slideshow {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .shoppings-slider .shoppings-home-slider .slideshow {
    display: block;
  }
}

.shoppings-slider {
  position: relative;
  padding: 132px 0;
  text-align: center;
  max-width: 1346px;
  margin: 0 auto;
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .shoppings-slider {
    padding: 85px 0;
    padding-bottom: 0;
  }
}
.shoppings-slider .heading {
  display: inline-block;
  font-family: "Times New Roman", "Times", "Georgia", serif;
  font-size: 48px;
  line-height: normal;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 2.2px;
  color: #231f20;
}
@media only screen and (max-width: 767px) {
  .shoppings-slider .heading {
    font-size: 34px;
    line-height: 38px;
    letter-spacing: 2.2px;
    padding: 0 40px;
  }
}
.shoppings-slider .heading:after {
  content: "";
  height: 0.5px;
  position: relative;
  display: block;
  width: 100%;
  background: #231f20;
  margin-top: 5px;
  transition: background 350ms ease-in-out;
}
.shoppings-slider .intro {
  font-size: 16px;
  letter-spacing: 0.73px;
  line-height: 27px;
  margin: 30px auto 56px;
  font-family: "Times New Roman", "Times", "Georgia", serif;
  font-style: italic;
  max-width: 994px;
  padding: 0 31px;
}
@media only screen and (max-width: 767px) {
  .shoppings-slider .intro {
    max-width: 100%;
    padding: 0 18px;
  }
}
.shoppings-slider .shoppings-home-slider {
  overflow: hidden;
  padding: 0 22px;
  margin: 0 auto;
}
.shoppings-slider .shoppings-home-slider .swiper-slide.swiper-slide-active .slide-container .content {
  display: block;
}
.shoppings-slider .shoppings-home-slider .swiper-slide .slide-container {
  max-width: 100%;
  transition: all 350ms ease-in;
  position: relative;
  height: 481px;
  overflow-y: hidden;
}
@media only screen and (max-width: 767px) {
  .shoppings-slider .shoppings-home-slider .swiper-slide .slide-container {
    height: 338px;
  }
}
.shoppings-slider .shoppings-home-slider .swiper-slide .slide-container .content {
  transition: all 350ms ease-in;
  padding: 20px 16px;
  position: relative;
  background-color: #fff;
  text-align: center;
}
.shoppings-slider .shoppings-home-slider .swiper-slide .slide-container .content .title {
  font-family: "Times New Roman", "Times", "Georgia", serif;
  font-weight: 200;
  font-size: 24px;
  line-height: 28px;
  font-style: italic;
  text-transform: lowercase;
  letter-spacing: 1.15px;
  color: #231f20;
}
@media only screen and (max-width: 767px) {
  .shoppings-slider .shoppings-home-slider .swiper-slide .slide-container .content .title {
    font-size: 16px;
    line-height: 24px;
  }
}
.shoppings-slider .shoppings-home-slider .swiper-slide .slide-container .content .hover-wrap {
  display: none;
}
.shoppings-slider .shoppings-home-slider .swiper-slide .slide-container .content .description {
  font-family: "Times New Roman", "Times", "Georgia", serif;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.73px;
  font-style: italic;
  margin-top: 27px;
  margin-bottom: 127px;
  color: #231f20;
  text-align: center;
  min-height: 150px;
}
@media only screen and (max-width: 767px) {
  .shoppings-slider .shoppings-home-slider .swiper-slide .slide-container .content .description {
    margin: 0;
    letter-spacing: 0.35px;
  }
}
.shoppings-slider .shoppings-home-slider .swiper-slide .image {
  position: relative;
  height: 418px;
  transition: all 350ms ease-in;
}
@media only screen and (max-width: 767px) {
  .shoppings-slider .shoppings-home-slider .swiper-slide .image {
    height: 262px;
  }
}
.shoppings-slider .shoppings-home-slider .swiper-slide .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 350ms ease-in;
}
.shoppings-slider .shoppings-home-slider .swiper-slide .image .button-area {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1098039216);
  opacity: 0;
  transition: all 350ms ease-in;
  z-index: 2;
}
.shoppings-slider .shoppings-home-slider .swiper-slide .image .button-area a {
  text-align: center;
}
.shoppings-slider .shoppings-home-slider .swiper-slide:hover .image {
  height: 120px;
}
@media only screen and (max-width: 767px) {
  .shoppings-slider .shoppings-home-slider .swiper-slide:hover .image {
    height: 262px;
  }
}
.shoppings-slider .shoppings-home-slider .swiper-slide:hover .content .title {
  display: inline-block;
}
.shoppings-slider .shoppings-home-slider .swiper-slide:hover .content .title:after {
  content: "";
  height: 0.5px;
  position: relative;
  display: block;
  width: 100%;
  background: #231f20;
  margin-top: 5px;
  transition: background 350ms ease-in-out;
}
.shoppings-slider .shoppings-home-slider .swiper-slide:hover .content .hover-wrap {
  display: block;
}
.shoppings-slider .shoppings-home-slider .swiper-slide:hover .content .hover-wrap p {
  font-family: "Times New Roman", "Times", "Georgia", serif;
  font-size: 15px;
  letter-spacing: 0.73px;
  line-height: 27px;
  font-style: italic;
}
.shoppings-slider .shoppings-home-slider .swiper-slide:hover .content .hover-wrap p:first-child {
  margin-top: 27px;
  margin-bottom: 10px;
}
.shoppings-slider .shoppings-home-slider .swiper-slide:hover .content .hover-wrap .button {
  margin-top: 27px;
  padding: 13px 69px;
}
@media only screen and (max-width: 767px) {
  .shoppings-slider .shoppings-home-slider .swiper-slide:hover .content .hover-wrap .description, .shoppings-slider .shoppings-home-slider .swiper-slide:hover .content .hover-wrap .button {
    display: none;
  }
}
.shoppings-slider .shoppings-home-slider .slideshow {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .shoppings-slider .shoppings-home-slider .slideshow {
    display: block;
  }
}

.home-heros {
  position: relative;
  height: 652px;
  background-position: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding: 0 20px;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  .home-heros {
    display: none;
  }
}
.home-heros::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.86);
}
.home-heros .content-wrapper {
  width: 100%;
}
.home-heros .tabs-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.home-heros .heading {
  display: inline-block;
  font-family: "Times New Roman", "Times", "Georgia", serif;
  font-size: 48px;
  line-height: normal;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 2.2px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .home-heros .heading {
    font-size: 26px;
    letter-spacing: 0.73px;
  }
}
.home-heros .heading:after {
  content: "";
  height: 0.5px;
  position: relative;
  display: block;
  width: 100%;
  background: #fff;
  margin-top: 5px;
  transition: background 350ms ease-in-out;
}
.home-heros .intro {
  font-size: 16px;
  letter-spacing: 0.73px;
  line-height: 27px;
  margin: 30px auto;
  font-family: "Times New Roman", "Times", "Georgia", serif;
  font-style: italic;
  max-width: 48%;
  color: #fff;
}
@media only screen and (max-width: 989px) {
  .home-heros .intro {
    max-width: 100%;
    padding: 0 18px;
  }
}
.home-heros .bg-images {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  background-color: #231f20;
}
.home-heros .bg-images img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-heros .bg-images img.default-img {
  opacity: 1;
}
.home-heros__content {
  display: flex;
  justify-content: space-around;
  width: 100%;
  text-align: center;
  z-index: 2;
  flex-direction: column;
}
.home-heros__content__block {
  flex: 0 0 16.66%;
}
.home-heros__content__block .menu_item {
  cursor: pointer;
  height: auto;
}
.home-heros__content__block .menu_item p {
  font-family: "Times New Roman", "Times", "Georgia", serif;
  font-style: italic;
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 28px;
  color: #fff;
  letter-spacing: 0.83px;
  display: inline-block;
  opacity: 0.5;
}
.home-heros__content__block .menu_item p:after {
  content: "";
  height: 0.5px;
  position: relative;
  display: block;
  width: 100%;
  background: transparent;
  margin-top: 5px;
  transition: background 350ms ease-in-out;
}
.home-heros__content__block .menu_item .inner-menu {
  opacity: 0;
}
.home-heros__content__block .menu_item .inner-menu p {
  margin: 20px 5px 30px;
  display: block;
  font-family: "Times New Roman", "Times", "Georgia", serif;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.73px;
  color: #fff;
  font-style: italic;
}
.home-heros__content__block .menu_item .inner-menu a {
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 1px;
  text-align: center;
  padding: 13px 34px;
}
.home-heros__content__block.active .menu_item p {
  opacity: 1;
}
.home-heros__content__block.active .menu_item .inner-menu {
  opacity: 1;
}
.home-heros__content__block.active .menu_item .inner-menu p:after {
  display: none;
}
.home-heros__content__block.active .menu_item p:after {
  content: "";
  height: 0.5px;
  position: relative;
  display: block;
  width: 100%;
  background: #fff;
  margin-top: 5px;
  transition: background 350ms ease-in-out;
}
.home-heros__content__block.active .menu_item .inner-menu {
  display: block;
}

.acm-pool {
  position: relative;
  text-align: center;
  margin-top: 75px;
}
@media only screen and (max-width: 767px) {
  .acm-pool {
    margin-top: 0;
    margin-bottom: 130px;
  }
}
.acm-pool .wrapper {
  display: flex;
  flex-direction: row;
}
.acm-pool .wrapper .content {
  width: 55%;
}
@media only screen and (max-width: 767px) {
  .acm-pool .wrapper .content {
    width: 100%;
  }
}
.acm-pool .wrapper .content .wrap {
  max-width: 594px;
  padding: 0 18px;
  margin: 0 auto;
}
.acm-pool .wrapper .content .wrap h2 {
  padding-top: 122px;
  display: inline-block;
  font-family: "Times New Roman", "Times", "Georgia", serif;
  font-size: 48px;
  line-height: 55px;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 2.2px;
  color: #231f20;
  margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  .acm-pool .wrapper .content .wrap h2 {
    font-size: 34px;
    line-height: 38px;
    letter-spacing: 2.2px;
    margin-bottom: 21px;
    padding: 58px 18px 0;
  }
}
.acm-pool .wrapper .content .wrap h2:after {
  content: "";
  height: 0.5px;
  position: relative;
  display: block;
  width: 100%;
  background: #231f20;
  margin-top: 5px;
  transition: background 350ms ease-in-out;
}
.acm-pool .wrapper .content .wrap h3 {
  padding-top: 95px;
  display: inline-block;
  font-family: "Times New Roman", "Times", "Georgia", serif;
  font-size: 39px;
  line-height: 45px;
  font-style: italic;
  text-transform: lowercase;
  letter-spacing: 1.56px;
  color: #231f20;
  margin-bottom: 28px;
}
@media only screen and (max-width: 767px) {
  .acm-pool .wrapper .content .wrap h3 {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 1.12px;
    margin-bottom: 19px;
  }
}
.acm-pool .wrapper .content .wrap h3:after {
  content: "";
  height: 0.5px;
  position: relative;
  display: block;
  width: 100%;
  background: #231f20;
  margin-top: 5px;
  transition: background 350ms ease-in-out;
}
.acm-pool .wrapper .content .wrap .description {
  margin-bottom: 27px;
}
.acm-pool .wrapper .content .wrap .description p a {
  color: #7E5D3E;
}
.acm-pool .wrapper .content .wrap .description p a:hover {
  text-decoration: underline;
}
.acm-pool .wrapper .content .wrap p {
  font-size: 16px;
  letter-spacing: 0.73px;
  line-height: 27px;
  font-family: "Times New Roman", "Times", "Georgia", serif;
  font-style: italic;
}
.acm-pool .wrapper .content .wrap .button-wrap {
  margin-top: 15px;
}
.acm-pool .wrapper .content .wrap .button-wrap .button {
  width: 308px;
}
.acm-pool .wrapper .images {
  width: 45%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .acm-pool .wrapper .images {
    display: none;
  }
}
.acm-pool .wrapper .images img {
  width: 100%;
  height: auto;
}
.acm-pool .wrapper .images img:nth-child(odd) {
  max-height: 706px;
}
.acm-pool .wrapper .images img:nth-child(even) {
  max-height: 500px;
}

.content-block {
  padding: 120px 20px;
  text-align: center;
  max-width: 674px;
  margin: auto;
  font-family: "Times New Roman", "Times", "Georgia", serif;
}
@media only screen and (max-width: 767px) {
  .content-block {
    padding: 64px 32px;
  }
}
.content-block .headings-wrapper {
  display: inline-block;
}
.content-block .header {
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: 2.4px;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.content-block .header::after {
  content: "";
  height: 1px;
  position: relative;
  display: block;
  width: 100%;
  background: #231f20;
  margin-top: 8px;
}
@media only screen and (max-width: 767px) {
  .content-block .header {
    font-size: 29px;
    line-height: 32px;
    letter-spacing: 1.74px;
    margin-bottom: 20px;
  }
}
.content-block .content {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.9px;
}
@media only screen and (max-width: 767px) {
  .content-block .content {
    line-height: 28px;
  }
}

.img-full-width {
  margin-bottom: -10px;
}
.img-full-width img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .img-full-width img {
    height: 330px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.eco-cards {
  background-color: #EDE8DE;
}
.eco-cards .wrapper {
  padding: 120px 20px;
  max-width: 1440px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .eco-cards .wrapper {
    padding: 64px 32px 64px 32px;
  }
}
.eco-cards .header {
  text-align: center;
  font-family: "Times New Roman", "Times", "Georgia", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 50px;
  margin: 0 auto 56px auto;
  max-width: 584px;
  text-wrap: balance;
  font-style: italic;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .eco-cards .header {
    font-size: 29px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 1.74px;
    margin: 0 auto 32px auto;
  }
}
.eco-cards .content.desktop {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .eco-cards .content.desktop {
    display: none;
  }
}
.eco-cards .content.desktop .card {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 343px;
  align-items: center;
  text-align: center;
  padding: 40px 32px;
  background-color: #fff;
}
.eco-cards .content.desktop .icon {
  height: 64px;
  -o-object-fit: none;
     object-fit: none;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .eco-cards .content.desktop .icon {
    margin-bottom: 24px;
  }
}
.eco-cards .content.desktop .icon-title {
  margin-bottom: 16px;
  text-align: center;
  font-family: "Times New Roman", "Times", "Georgia", serif;
  font-size: 25px;
  font-style: italic;
  font-weight: 400;
  line-height: 28px;
  text-transform: uppercase;
}
.eco-cards .content.desktop .icon-description {
  text-align: center;
  font-family: "Times New Roman", "Times", "Georgia", serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.9px;
}
@media only screen and (max-width: 767px) {
  .eco-cards .eco-card-slider .card {
    flex-direction: column;
    width: 100%;
    max-width: initial;
    align-items: center;
    text-align: center;
    padding: 40px 24px 40px 44px;
    background-color: #fff;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 767px) {
  .eco-cards .eco-card-slider .icon {
    height: 64px;
    -o-object-fit: none;
       object-fit: none;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .eco-cards .eco-card-slider .icon-title {
    margin-bottom: 16px;
    text-align: center;
    font-family: "Times New Roman", "Times", "Georgia", serif;
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
  }
}
@media only screen and (max-width: 767px) {
  .eco-cards .eco-card-slider .icon-description {
    text-align: center;
    font-family: "Times New Roman", "Times", "Georgia", serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.9px;
  }
}
.eco-cards .eco-card-slider {
  width: 100%;
  max-width: 543px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .eco-cards .eco-card-slider {
    max-width: initial;
    display: block;
  }
}
.eco-cards .eco-card-slider .eco-card-slide__slider {
  width: 100%;
  max-width: 543px;
}
.eco-cards .eco-card-slider .eco-card-slider__pagination {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.eco-cards .eco-card-slider .tns-outer {
  cursor: default;
  display: flex;
  flex-direction: column-reverse;
}
.eco-cards .eco-card-slider .tns-outer .tns-nav {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 32px;
}
.eco-cards .eco-card-slider .tns-outer .tns-nav .tns-nav-item {
  border-radius: 50%;
}
.eco-cards .eco-card-slider .tns-outer .tns-nav .tns-nav-active {
  opacity: 1;
  background-color: #231f20;
}
.eco-cards .eco-card-slider .tns-outer .tns-nav .tns-nav-item {
  background-color: transparent;
}
.eco-cards .eco-card-slider .tns-outer button {
  position: relative;
  height: 6px;
  width: 6px;
  display: flex;
  z-index: 1;
  border: none;
  border-radius: 100px;
  opacity: 0.3;
  background-color: #231f20;
}
.eco-cards .eco-card-slider .tns-outer [aria-controls] {
  cursor: default;
}
.eco-cards .eco-card-slider .tns-slider {
  display: flex;
  gap: 10px;
}

.left-right-image-content-spaced-container {
  max-width: 1298px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 320px) {
  .left-right-image-content-spaced-container {
    padding-inline: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .left-right-image-content-spaced-container {
    padding: 0 32px;
  }
}

.left-right-image-content-spaced {
  margin: 120px 0;
  display: flex;
  gap: 133px;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .left-right-image-content-spaced {
    flex-direction: column-reverse;
    gap: 0;
    margin: 64px 0;
  }
}
@media (min-width: 768px) and (max-width: 1022px) {
  .left-right-image-content-spaced {
    gap: 60px;
  }
}
.left-right-image-content-spaced .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 410px;
}
@media only screen and (max-width: 767px) {
  .left-right-image-content-spaced .content {
    width: 100%;
    max-width: initial;
  }
}
.left-right-image-content-spaced .content p {
  margin-bottom: 24px;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.9px;
}
@media only screen and (max-width: 767px) {
  .left-right-image-content-spaced .content p {
    line-height: 24px;
    margin-bottom: 20px;
    line-height: 28px;
  }
}
.left-right-image-content-spaced .header-m {
  margin-bottom: 24px;
  text-transform: lowercase;
  font-style: italic;
  font-size: 40px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 1.2px;
  display: inline-block;
}
.left-right-image-content-spaced .header-m::after {
  content: "";
  height: 1px;
  position: relative;
  display: block;
  width: 100%;
  background: #231f20;
  margin-top: 8px;
}
@media only screen and (max-width: 767px) {
  .left-right-image-content-spaced .header-m {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 20px;
    letter-spacing: 0.96px;
    text-transform: lowercase;
  }
}
.left-right-image-content-spaced img {
  width: 100%;
  max-width: 543px;
  height: 640px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .left-right-image-content-spaced img {
    max-width: initial;
    height: 360px;
  }
}
.left-right-image-content-spaced a.button {
  height: 43px;
  align-content: center;
}
.left-right-image-content-spaced .image {
  max-width: 543px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .left-right-image-content-spaced .image {
    width: 100%;
    max-width: initial;
    height: 360px;
    margin-bottom: 32px;
  }
}
.left-right-image-content-spaced.left {
  margin-left: -12px;
}
@media only screen and (max-width: 767px) {
  .left-right-image-content-spaced.left {
    margin-left: 0;
    flex-direction: column;
  }
}
.left-right-image-content-spaced.left .content {
  order: 2;
}
@media only screen and (max-width: 767px) {
  .left-right-image-content-spaced.left .content {
    order: 1;
    margin-left: 0;
  }
}
.left-right-image-content-spaced.left .image {
  order: 1;
}
.left-right-image-content-spaced.right {
  margin-right: -12px;
}
@media only screen and (max-width: 767px) {
  .left-right-image-content-spaced.right {
    margin-right: 0;
  }
}
.left-right-image-content-spaced.right .tns-controls button[data-controls=prev] {
  left: 0;
}
@media only screen and (max-width: 767px) {
  .left-right-image-content-spaced.right .tns-controls button[data-controls=prev] {
    left: calc(100% - 96px);
  }
}
.left-right-image-content-spaced.right .tns-controls button[data-controls=next] {
  left: 45px;
}
@media only screen and (max-width: 767px) {
  .left-right-image-content-spaced.right .tns-controls button[data-controls=next] {
    left: calc(100% - 48px);
  }
}

.eco-slider {
  width: 100%;
  max-width: 543px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .eco-slider {
    max-width: initial;
  }
}
.eco-slider .eco-slide__slider {
  width: 100%;
  max-width: 543px;
}
.eco-slider .tns-outer {
  cursor: default;
}
.eco-slider .tns-outer .tns-nav {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.eco-slider .tns-outer .tns-nav .tns-nav-item {
  width: 24px;
  height: 10px;
  border-radius: 50%;
}
.eco-slider .tns-outer .tns-nav .tns-nav-active {
  opacity: 1;
  background-color: white;
}
.eco-slider .tns-outer .tns-nav .tns-nav-item {
  background-color: transparent;
}
.eco-slider .tns-outer button {
  position: relative;
  height: 2.5px;
  display: flex;
  width: 24px;
  top: 614px;
  z-index: 1;
  border: none;
  border-radius: 100px;
  opacity: 0.5;
  display: none;
}
@media only screen and (max-width: 767px) {
  .eco-slider .tns-outer button {
    top: 336px;
  }
}
.eco-slider .tns-outer [aria-controls] {
  cursor: default;
}
.eco-slider .tns-controls button {
  background-color: #fff;
  color: white;
  border: none;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  border-radius: 0px;
  margin-top: -22px;
  opacity: 1;
  transition: 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .eco-slider .tns-controls button {
    margin-top: -24px;
  }
}
.eco-slider .tns-controls button:hover {
  background-color: #c39a6c;
  color: #fff;
}
.eco-slider .tns-controls button::after {
  content: "";
  border: solid #c39a6c;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 5px;
  transition: 350ms ease-in-out;
}
.eco-slider .tns-controls button:hover::after {
  border-color: #fff;
}
.eco-slider .tns-controls button[data-controls=prev] {
  left: calc(100% - 96px);
}
.eco-slider .tns-controls button[data-controls=prev]::after {
  transform: rotate(135deg);
  margin-left: 2px;
}
.eco-slider .tns-controls button[data-controls=next] {
  left: calc(100% - 48px);
}
.eco-slider .tns-controls button[data-controls=next]::after {
  transform: rotate(-45deg);
  margin-right: 2px;
}

.image-with-bottom-text {
  padding-top: 300px;
  margin-top: 120px;
}
@media only screen and (max-width: 767px) {
  .image-with-bottom-text {
    padding-top: 163px;
    margin-top: 60px;
  }
}
.image-with-bottom-text .image-container .image {
  text-align: center;
}
.image-with-bottom-text .image-container .image img {
  max-width: 1110px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 600px;
  margin-top: -300px;
  margin-bottom: 48px;
}
@media only screen and (max-width: 767px) {
  .image-with-bottom-text .image-container .image img {
    height: 326px;
    margin-top: -163px;
    margin-bottom: 40px;
  }
}
.image-with-bottom-text .color-wrapper {
  background-color: #EDE8DE;
  padding: 0 20px 120px 20px;
}
@media only screen and (max-width: 767px) {
  .image-with-bottom-text .color-wrapper {
    padding: 0 32px 64px 32px;
  }
}
.image-with-bottom-text .content-sides {
  max-width: 1110px;
  margin: auto;
  display: flex;
  gap: 133px;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .image-with-bottom-text .content-sides {
    display: contents;
  }
}
.image-with-bottom-text .content-sides .left-side {
  width: 100%;
}
.image-with-bottom-text .content-sides .left-side .headings-wrapper {
  display: inline-block;
}
.image-with-bottom-text .content-sides .left-side .header {
  font-family: "Times New Roman", "Times", "Georgia", serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 1.2px;
  text-transform: lowercase;
}
.image-with-bottom-text .content-sides .left-side .header::after {
  content: "";
  height: 1px;
  position: relative;
  display: block;
  width: 100%;
  background: #231f20;
  margin-top: 8px;
}
@media only screen and (max-width: 767px) {
  .image-with-bottom-text .content-sides .left-side .header {
    margin-bottom: 20px;
    font-size: 32px;
    letter-spacing: 0.96px;
  }
}
.image-with-bottom-text .content-sides .right-side {
  max-width: 567px;
}
.image-with-bottom-text .content-sides .right-side .description p {
  font-family: "Times New Roman", "Times", "Georgia", serif;
  font-size: 15px;
  font-style: normal;
  margin-bottom: 24px;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.9px;
}
@media only screen and (max-width: 767px) {
  .image-with-bottom-text .content-sides .right-side .description p {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 28px;
  }
}
.image-with-bottom-text .content-sides .right-side .button {
  height: 43px;
}
