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

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

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

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

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

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

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

.ui-datepicker {
  display: none;
  padding: 10px;
  background: white;
  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: 20px;
  font-weight: 400;
  letter-spacing: 2.4px;
  line-height: 29px;
  text-align: center;
  text-transform: uppercase;
  color: #222222;
}

.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;
          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 #327d7d;
  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 #327d7d;
  border-bottom: 2px solid #327d7d;
}
.ui-datepicker-prev:not(.ui-state-disabled):hover:after {
  border-bottom-color: #8436A1;
  border-left-color: #8436A1;
}

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

.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;
}
.ui-datepicker-calendar th {
  font-size: 14px;
  font-weight: 400;
  color: #340744;
  text-transform: uppercase;
}
.ui-datepicker-calendar td {
  font-size: 12px;
  color: #222222;
}
.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;
  font-weight: 300;
}
.ui-datepicker-calendar .ui-datepicker-today a {
  background: #ccc;
}
.ui-datepicker-calendar .ui-datepicker-highlight a, .ui-datepicker-calendar .ui-datepicker-current-day a {
  background: #8436A1;
  color: #fff;
}

.ui-datepicker-trigger {
  float: left;
  margin: 13px 0 0 8px;
  width: 17px;
  height: 15px;
  text-indent: -9999px;
  overflow: hidden;
  opacity: 1;
  transition: opacity 350ms ease-in-out;
  background: url("../images/icon-calendar.svg") 0 0 no-repeat;
}
.ui-datepicker-trigger:hover {
  opacity: 0.8;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: "HeBS-Icons";
  src: url("../fonts/HeBS-Icons.woff2?8uvq96") format("woff2"), url("../fonts/HeBS-Icons.woff?8uvq96") format("woff");
  font-weight: normal;
  font-style: normal;
}
[class^=rooms-icon-], [class*=" rooms-icon-"] {
  /* 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";
}

.our-hotels-acm {
  display: flex;
}

.our-hotels-dropdown,
.our-hotels-acm {
  position: relative;
  width: 90%;
  margin-bottom: 80px;
  justify-content: space-between;
  padding: 20px 20px 0 20px;
  background-color: #fff;
}
@media only screen and (min-width: 1250px) and (max-height: 650px) {
  .our-hotels-dropdown,
.our-hotels-acm {
    max-width: 1920px;
    width: 100%;
    padding: 10px 10px 0 10px;
    margin-bottom: 0;
  }
}
.our-hotels-dropdown .options,
.our-hotels-acm .options {
  flex: 17% 0 0;
  box-sizing: border-box;
}
.our-hotels-dropdown .options__item,
.our-hotels-acm .options__item {
  padding: 20px 20px 5px 20px;
}
@media only screen and (min-width: 1250px) and (max-height: 650px) {
  .our-hotels-dropdown .options__item,
.our-hotels-acm .options__item {
    flex: 12% 0 0;
    padding: 8px 8px 5px 8px;
  }
}
.our-hotels-dropdown .options__item:not(:last-child),
.our-hotels-acm .options__item:not(:last-child) {
  margin-bottom: 30px;
}
.our-hotels-dropdown .options__item-list, .our-hotels-dropdown .options__item-list-acm,
.our-hotels-acm .options__item-list,
.our-hotels-acm .options__item-list-acm {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}
.our-hotels-dropdown .options__item-list button, .our-hotels-dropdown .options__item-list-acm button,
.our-hotels-acm .options__item-list button,
.our-hotels-acm .options__item-list-acm button {
  width: 100%;
  position: relative;
  text-align: left;
  outline: none;
}
@media only screen and (min-width: 1250px) and (max-height: 650px) {
  .our-hotels-dropdown .options__item-list button.all-properties-btn, .our-hotels-dropdown .options__item-list-acm button.all-properties-btn,
.our-hotels-acm .options__item-list button.all-properties-btn,
.our-hotels-acm .options__item-list-acm button.all-properties-btn {
    margin-bottom: 20px !important;
  }
}
.our-hotels-dropdown .options__item-list button:not(:last-child), .our-hotels-dropdown .options__item-list-acm button:not(:last-child),
.our-hotels-acm .options__item-list button:not(:last-child),
.our-hotels-acm .options__item-list-acm button:not(:last-child) {
  margin-bottom: 15px;
}
@media only screen and (min-width: 1250px) and (max-height: 650px) {
  .our-hotels-dropdown .options__item-list button:not(:last-child), .our-hotels-dropdown .options__item-list-acm button:not(:last-child),
.our-hotels-acm .options__item-list button:not(:last-child),
.our-hotels-acm .options__item-list-acm button:not(:last-child) {
    margin-bottom: 10px;
  }
}
.our-hotels-dropdown .options__item-list button::after, .our-hotels-dropdown .options__item-list-acm button::after,
.our-hotels-acm .options__item-list button::after,
.our-hotels-acm .options__item-list-acm button::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -8px;
  height: 2px;
  width: 0;
  background-color: #8436A1;
  opacity: 0.25;
  transition: all 0.3s;
}
@media only screen and (min-width: 1250px) and (max-height: 650px) {
  .our-hotels-dropdown .options__item-list button::after, .our-hotels-dropdown .options__item-list-acm button::after,
.our-hotels-acm .options__item-list button::after,
.our-hotels-acm .options__item-list-acm button::after {
    bottom: -4px;
  }
}
.our-hotels-dropdown .options__item-list button.active, .our-hotels-dropdown .options__item-list-acm button.active,
.our-hotels-acm .options__item-list button.active,
.our-hotels-acm .options__item-list-acm button.active {
  color: #8436A1;
  font-weight: 400;
}
.our-hotels-dropdown .options__item-list button.active::after, .our-hotels-dropdown .options__item-list-acm button.active::after,
.our-hotels-acm .options__item-list button.active::after,
.our-hotels-acm .options__item-list-acm button.active::after {
  width: 100%;
}
@media (hover) {
  .our-hotels-dropdown .options__item-list button:hover, .our-hotels-dropdown .options__item-list-acm button:hover,
.our-hotels-acm .options__item-list button:hover,
.our-hotels-acm .options__item-list-acm button:hover {
    color: #8436A1;
    font-weight: 400;
  }
  .our-hotels-dropdown .options__item-list button:hover::after, .our-hotels-dropdown .options__item-list-acm button:hover::after,
.our-hotels-acm .options__item-list button:hover::after,
.our-hotels-acm .options__item-list-acm button:hover::after {
    width: 100%;
  }
}
.our-hotels-dropdown .sort-list button,
.our-hotels-acm .sort-list button {
  font-size: 14px;
}
.our-hotels-dropdown .filter .options__item-list button,
.our-hotels-dropdown .filter .options__item-list-acm button,
.our-hotels-acm .filter .options__item-list button,
.our-hotels-acm .filter .options__item-list-acm button {
  font-size: 12px;
  margin-bottom: 19px;
}
@media only screen and (min-width: 1250px) and (max-height: 650px) {
  .our-hotels-dropdown .filter .options__item-list button,
.our-hotels-dropdown .filter .options__item-list-acm button,
.our-hotels-acm .filter .options__item-list button,
.our-hotels-acm .filter .options__item-list-acm button {
    margin-bottom: 10px;
  }
}
.our-hotels-dropdown .hotels-list-col,
.our-hotels-dropdown .hotels-list-col-acm,
.our-hotels-acm .hotels-list-col,
.our-hotels-acm .hotels-list-col-acm {
  display: flex;
  align-content: flex-start;
  justify-content: flex-start;
  flex-flow: wrap;
  flex: 100% 0 0;
  padding: 0;
  overflow-y: auto;
}
@media only screen and (min-width: 1250px) and (max-height: 650px) {
  .our-hotels-dropdown .hotels-list-col,
.our-hotels-dropdown .hotels-list-col-acm,
.our-hotels-acm .hotels-list-col,
.our-hotels-acm .hotels-list-col-acm {
    flex: 88% 0 0;
  }
}
.our-hotels-dropdown .hotels-list-col.optioned .hotels-item,
.our-hotels-dropdown .hotels-list-col-acm.optioned .hotels-item,
.our-hotels-acm .hotels-list-col.optioned .hotels-item,
.our-hotels-acm .hotels-list-col-acm.optioned .hotels-item {
  opacity: 0.5;
  pointer-events: none;
}
.our-hotels-dropdown .hotels-list-col.optioned .hotels-item.active,
.our-hotels-dropdown .hotels-list-col-acm.optioned .hotels-item.active,
.our-hotels-acm .hotels-list-col.optioned .hotels-item.active,
.our-hotels-acm .hotels-list-col-acm.optioned .hotels-item.active {
  opacity: 1;
  border-color: #8436A1;
  pointer-events: all;
}
.our-hotels-dropdown .hotels-item,
.our-hotels-acm .hotels-item {
  display: flex;
  position: relative;
  width: 19%;
  margin: 0 0.5% 12px;
  align-items: flex-start;
  z-index: 50;
  transition: opacity 0.3s, border 0.3s;
}
@media only screen and (min-width: 1250px) and (max-height: 650px) {
  .our-hotels-dropdown .hotels-item,
.our-hotels-acm .hotels-item {
    margin-bottom: 10px;
  }
}
.our-hotels-dropdown .hotels-item .content-container,
.our-hotels-acm .hotels-item .content-container {
  padding: 10px 10px 10px 20px;
}
.our-hotels-dropdown .hotels-item .location,
.our-hotels-acm .hotels-item .location {
  margin-bottom: 7px;
  font: 200 14px/16px "Poppins", "Arial", sans-serif;
}
.our-hotels-dropdown .hotels-item .name,
.our-hotels-acm .hotels-item .name {
  margin-bottom: 7px;
  font-family: "Poppins", "Arial", sans-serif;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
}
.our-hotels-dropdown .hotels-item .btns-block a,
.our-hotels-acm .hotels-item .btns-block a {
  position: relative;
  font-family: "Poppins", "Arial", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
}
.our-hotels-dropdown .hotels-item .btns-block a:not(:last-child),
.our-hotels-acm .hotels-item .btns-block a:not(:last-child) {
  margin-right: 20px;
}
.our-hotels-dropdown .hotels-item .btns-block a:not(:last-child)::after,
.our-hotels-acm .hotels-item .btns-block a:not(:last-child)::after {
  position: absolute;
  content: "";
  top: -25%;
  right: -12px;
  height: 150%;
  width: 1px;
  background-color: #e2e2e2;
}
.our-hotels-dropdown .hotels-item .hotel-info,
.our-hotels-acm .hotels-item .hotel-info {
  color: #000;
  text-decoration: none;
}
.our-hotels-dropdown .hotels-item .hotel-info:hover,
.our-hotels-acm .hotels-item .hotel-info:hover {
  color: #8436A1;
}
.our-hotels-dropdown .option-title,
.our-hotels-acm .option-title {
  margin-bottom: 18px;
  color: #777;
  font-size: 14px;
}
@media only screen and (max-width: 1249px) {
  .our-hotels-dropdown .hotels-item,
.our-hotels-acm .hotels-item {
    width: 49%;
  }
  .our-hotels-dropdown .options,
.our-hotels-acm .options {
    padding: 20px 0px;
  }
}
@media only screen and (max-width: 1024px) {
  .our-hotels-dropdown,
.our-hotels-acm {
    width: 85%;
  }
  .our-hotels-dropdown .options,
.our-hotels-acm .options {
    flex: 25% 0 0;
  }
  .our-hotels-dropdown .hotels-list-col,
.our-hotels-dropdown .hotels-list-col-acm,
.our-hotels-acm .hotels-list-col,
.our-hotels-acm .hotels-list-col-acm {
    flex: 75% 0 0;
  }
  .our-hotels-dropdown .hotels-item,
.our-hotels-acm .hotels-item {
    width: 100%;
  }
  .our-hotels-dropdown .close-btn,
.our-hotels-acm .close-btn {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .our-hotels-dropdown,
.our-hotels-acm {
    flex-flow: column;
    border: none;
  }
  .our-hotels-dropdown .hotels-list-col,
.our-hotels-dropdown .hotels-list-col-acm,
.our-hotels-acm .hotels-list-col,
.our-hotels-acm .hotels-list-col-acm {
    justify-content: center;
  }
  .our-hotels-dropdown .hotels-item,
.our-hotels-acm .hotels-item {
    width: 320px;
    min-width: 280px;
  }
  .our-hotels-dropdown .hotels-item .content-container,
.our-hotels-acm .hotels-item .content-container {
    padding: 5px 5px 5px 18px;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
  }
  .our-hotels-dropdown .hotels-item .name,
.our-hotels-acm .hotels-item .name {
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 10px;
  }
  .our-hotels-dropdown .options,
.our-hotels-acm .options {
    display: none;
  }
}

.our-hotels-acm {
  width: calc(100% - 40px);
}

.our-hotels-menu-point:hover .our-hotels-dropdown {
  display: flex;
  position: absolute;
  width: 80vw;
  max-height: 80vh;
  margin-top: 0px;
  top: 80px;
  left: -80px;
  text-align: left;
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1024px) {
  .our-hotels-menu-point:hover .our-hotels-dropdown {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  html.hamburger-navigation-visible {
    overflow: hidden;
  }
}
#hamburger-navigation {
  display: none;
  position: fixed;
  right: -100%;
  top: 0;
  padding-top: 80px;
  height: 100%;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #F8F8F8;
  transition: right 200ms, visibility 200ms;
  text-align: center;
  z-index: 61;
  visibility: hidden;
}
@media only screen and (max-width: 1024px) {
  #hamburger-navigation {
    display: block;
  }
}
.hamburger-navigation-visible #hamburger-navigation {
  right: 0;
  visibility: visible;
}
#hamburger-navigation .membership-mobile {
  font-family: "Poppins", "Arial", sans-serif;
  text-transform: uppercase;
  color: #8436A1;
  font-weight: 200;
  font-size: 16px;
  text-decoration: none;
  letter-spacing: 2px;
  padding-bottom: 61px;
  width: 100%;
  display: block;
  background: #fff;
  border-bottom: 1px solid #e2e2e2;
}
#hamburger-navigation .menu.level-1 {
  padding-bottom: 60px;
}
#hamburger-navigation .main-menu {
  position: relative;
  max-width: 100%;
  padding: 55px 60px 25px 60px;
  background: #fff;
}
#hamburger-navigation .main-menu:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin: 0 auto;
  background: #e2e2e2;
}
#hamburger-navigation .main-menu li {
  position: relative;
}
#hamburger-navigation .main-menu .main-menu-item {
  display: block;
  align-items: center;
  padding: 12px 0;
  font: 200 18px/21px "Poppins", "Arial", sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #222;
  text-decoration: none;
  position: relative;
  border-bottom: 4px solid transparent;
}
#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 li.active > a {
  text-decoration: underline;
}
#hamburger-navigation .main-menu .menu.submenu a {
  font-size: 14px;
  line-height: 18px;
  padding: 5px 0;
  text-decoration: none;
  text-transform: none;
}
#hamburger-navigation .main-menu .parent.expanded > .submenu {
  max-height: 800px;
  padding: 0 0 10px;
  transition: max-height 222ms cubic-bezier(1, 0, 1, 0), padding 333ms;
  visibility: visible;
}
#hamburger-navigation .main-menu .plus {
  display: block;
  height: 32px;
  width: 32px;
  position: absolute;
  top: 6px;
  right: 10px;
  cursor: pointer;
}
#hamburger-navigation .main-menu .plus .horizontal, #hamburger-navigation .main-menu .plus .vertical {
  position: absolute;
  transition: all 333ms ease-in-out;
  transform: rotate(-90deg);
  background-color: #222222;
  top: 0;
}
#hamburger-navigation .main-menu .plus .horizontal {
  width: 8px;
  height: 2px;
  margin-left: 12px;
  margin-top: 15px;
}
#hamburger-navigation .main-menu .plus .vertical {
  width: 2px;
  height: 8px;
  margin-left: 15px;
  margin-top: 12px;
}
#hamburger-navigation .main-menu .parent.expanded > .plus > .vertical, #hamburger-navigation .main-menu .parent.expanded > .plus > .horizontal {
  transform: rotate(90deg);
  background: #8436A1 !important;
}
#hamburger-navigation .main-menu .parent.expanded > .plus > .horizontal {
  opacity: 0;
}
#hamburger-navigation .main-menu .menu.submenu .plus {
  top: 0;
}
#hamburger-navigation .mobile-footer-menu {
  padding: 29px 0 20px 0;
}
#hamburger-navigation .mobile-footer-menu ul {
  text-align: center;
  font-size: 0;
}
#hamburger-navigation .mobile-footer-menu ul li {
  display: inline-block;
}
#hamburger-navigation .mobile-footer-menu ul li a {
  color: #222222;
  margin: 0 13px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 38px;
  text-decoration: none;
}

@media only screen and (max-width: 1024px) {
  .hamburger-navigation-visible #header .header-top-bar {
    display: none;
  }
  .hamburger-navigation-visible .mobile-booking-button-wrapper {
    display: none;
  }
}

#booking {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  background: transparent;
  z-index: 55;
  height: 0;
}
.hide-booking #booking {
  display: none;
}
#booking.active {
  z-index: 65;
}
@media only screen and (max-width: 767px) {
  #booking {
    z-index: 150;
  }
}
#booking .ada-booking-button {
  margin: 0 auto;
  width: 1100px;
  height: 106px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -100%);
  top: -50px;
  z-index: 1;
  display: none;
}
.keyboard-navigation #booking .ada-booking-button {
  display: block;
}
#booking form {
  position: relative;
  border: 10px solid #eee;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  #booking form {
    border: none;
    transform: translateY(0px);
  }
}
#booking .hidden-property-id {
  height: 0;
  font-size: 0;
  position: absolute;
  top: 40px;
  left: 25px;
  border: 0;
}
.keyboard-navigation #booking .hidden-property-id {
  display: none;
}
#booking .booking-content {
  display: flex;
  flex-flow: wrap;
}
@media only screen and (max-width: 767px) {
  #booking .booking-content {
    flex-flow: column;
    margin-bottom: 40px;
  }
}
#booking .column {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
#booking .column .booking-info {
  font-size: 16px;
}
#booking .column .booking-info:not([type=submit]) {
  font-family: "Crimson Text", "Times New Roman", serif;
  font-size: 16px;
  padding: 0;
}
#booking .column .booking-info-container {
  position: relative;
  padding-right: 30px;
  padding-bottom: 12px;
  line-height: 36px;
  text-align: left;
  transition: all 0.3s;
  border-bottom: 2px solid transparent;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #booking .column .booking-info-container {
    padding-bottom: 8px;
  }
}
#booking .column .booking-info-container::after {
  position: absolute;
  right: 0;
  top: calc(50% - 24px);
  transition: all 0.3s;
}
#booking .column .booking-info-container:not(.booking-dates)::after {
  content: url(../images/arrow-thick.svg);
}
@media only screen and (max-width: 767px) {
  #booking .column .booking-info-container:not(.booking-dates)::after {
    content: none;
  }
}
#booking .column .booking-info-container.booking-dates::after {
  content: url(../images/icon-calendar.svg);
}
@media only screen and (max-width: 767px) {
  #booking .column .booking-info-container.booking-dates::after {
    content: none;
  }
}
#booking .column .booking-info-container.active {
  border-bottom-color: #8436A1;
}
@media only screen and (min-width: 768px) {
  #booking .column .booking-info-container.active .booking-info {
    color: #8436A1;
  }
}
@media only screen and (max-width: 767px) {
  #booking .column .booking-info-container.active {
    border-bottom-color: transparent;
  }
}
@media only screen and (min-width: 768px) {
  #booking .column .booking-info-container.active .input-overlay,
#booking .column .booking-info-container.active input[type=text],
#booking .column .booking-info-container.active input[type=date] {
    color: #8436A1;
  }
}
#booking .column .booking-info-container.active::after {
  transform: rotate(180deg);
}
#booking .column .booking-info-container.active.booking-dates::after {
  transform: none;
}
@media only screen and (max-width: 767px) {
  #booking.booking-lightbox.active .column .booking-info-container:not(.booking-dates)::after {
    content: url(../images/arrow-thick.svg);
  }
  #booking.booking-lightbox.active .column .booking-info-container.booking-dates::after {
    content: url(../images/icon-calendar.svg);
  }
}
#booking label {
  display: block;
  font: 400 10px/1 "Poppins", "Arial", sans-serif;
  text-transform: uppercase;
  color: #222222;
}
#booking label.hide {
  display: none;
}
#booking input[type=text], #booking input[type=date], #booking select, #booking .input-overlay {
  display: block;
  height: 36px;
  padding: 0 10px;
  border: none;
  background: #fff;
  font-size: 14px;
  line-height: 36px;
  color: #777;
}
#booking .input-overlay {
  opacity: 0;
  margin-top: -36px;
}
#booking .select-wrapper {
  width: 100%;
}
#booking select {
  width: 58px;
}
#booking input[type=submit] {
  margin-top: 32px;
  display: inline-block;
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  html.booking-visible {
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  #booking {
    position: fixed;
    top: 0;
    left: -101%;
    display: block;
    height: 100%;
    overflow: auto;
    padding: 0;
    transition: left 350ms ease-in-out;
    -webkit-overflow-scrolling: touch;
  }
  #booking.active {
    left: 0;
    z-index: 9999;
  }
  #booking .center-column {
    padding: 0;
    max-width: 100%;
    height: 100%;
  }
  #booking .wrapper {
    height: 100%;
  }
  #booking form {
    width: 100%;
    height: 100%;
    padding: 80px 0 0;
  }
  #booking form fieldset {
    max-height: 100%;
    overflow-y: scroll;
    width: 100%;
    padding: 20px 30px 40px;
  }
  #booking .column {
    margin-right: 0;
    width: 100%;
    transition: border-color 350ms ease-in-out;
  }
  #booking .column.active {
    border: 1px solid #340744;
    border-bottom: none;
    margin-bottom: 0;
  }
  #booking .column.active ~ .tabs-content {
    margin-bottom: 20px;
    border: 1px solid #340744;
    border-top: none;
  }
  #booking .column.destination {
    order: 1;
  }
  #booking .column.destination.active ~ .tabs-content {
    order: 5;
  }
  #booking .column.destination.active ~ .column {
    display: none;
  }
  #booking .column.dates {
    order: 10;
  }
  #booking .column.dates.active ~ .tabs-content {
    order: 15;
  }
  #booking .column.dates.active ~ .column {
    display: none;
  }
  #booking .column.rooms-guests {
    order: 20;
  }
  #booking .column.rooms-guests.active ~ .tabs-content {
    order: 25;
  }
  #booking input[type=text], #booking input[type=date], #booking select, #booking .input-overlay {
    width: 100%;
    padding: 0 35px;
    text-align: center;
    text-align-last: center;
  }
  #booking .input-overlay {
    display: block;
  }
  #booking #booking-dates {
    width: 100%;
  }
  #booking input[type=submit] {
    margin-top: 20px;
    width: 100%;
  }
  #booking .submit-btn-desktop {
    display: none;
  }
}
#booking .logo-image {
  display: none;
  height: auto;
}
@media only screen and (max-width: 767px) {
  #booking .logo-image {
    display: block;
    margin: 0 auto 55px;
    width: 150px;
  }
}
#booking .close-booking-btn {
  display: none;
  position: absolute;
  content: "";
  height: 40px;
  width: 40px;
  top: -60px;
  right: -10px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #eee;
  cursor: pointer;
  transition: transform 0.3s;
}
#booking .close-booking-btn.show {
  display: block;
}
@media only screen and (max-width: 767px) {
  #booking .close-booking-btn {
    top: 0;
    right: 0;
    width: 96px;
    height: 80px;
    border-radius: 0;
  }
}
#booking .close-booking-btn::before, #booking .close-booking-btn::after {
  position: absolute;
  content: "";
  height: 16px;
  width: 1px;
  background-color: #000;
  top: calc(50% - 8px);
  left: calc(50% - 1px);
}
#booking .close-booking-btn::after {
  transform: rotate(45deg);
}
#booking .close-booking-btn::before {
  transform: rotate(-45deg);
}
#booking .close-booking-btn:hover {
  transform: rotate(90deg);
}
@media only screen and (max-width: 767px) {
  #booking .close-booking-btn:hover {
    transform: none;
  }
}
#booking .close {
  display: none;
  position: relative;
  height: 30px;
  width: 30px;
  margin: 0 auto 30px;
  overflow: hidden;
  text-indent: -9999px;
  opacity: 1;
  cursor: pointer;
  transition: opacity 0.3s ease-out;
}
@media only screen and (max-width: 767px) {
  #booking .close {
    display: block;
  }
}
#booking .close span {
  background: transparent;
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
}
#booking .close span:before, #booking .close span:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  position: absolute;
  left: -3px;
  background: #8436A1;
  transition: 350ms ease-in-out;
}
#booking .close span:before {
  top: -1px;
  transform: rotate(45deg);
}
#booking .close span:after {
  bottom: 0;
  transform: rotate(-45deg);
}
#booking .options-row {
  display: flex;
}
@media only screen and (max-width: 1024px) {
  #booking .options-row {
    flex-flow: wrap;
  }
}
#booking .column {
  flex: calc(80% / 3) 0 0;
  padding: 24px 25px 0;
  border-bottom: 1px solid #eee;
}
@media only screen and (max-width: 767px) {
  #booking .column {
    padding: 20px 20px 0;
  }
}
#booking .column:not(:last-child) {
  border-right: 1px solid #eee;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #booking .column.active:not(:last-child) {
    border-right: 1px solid #340744;
  }
}
.property #booking .column {
  flex: calc(80% / 2) 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .property #booking .column {
    flex: calc(100% / 2) 0 0;
  }
}
#booking .column.submit {
  display: flex;
  flex: 20% 0 0;
  padding: 12px 12px;
}
#booking .column.submit input {
  margin: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  #booking .column.submit {
    display: flex;
    flex: 100% 0 0;
    justify-content: center;
    order: 3;
  }
  #booking .column.submit input[type=submit] {
    padding: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #booking .column.submit {
    position: static;
    padding: 0;
    border: none;
    margin-bottom: 0;
    order: 100;
  }
  #booking .column.submit input {
    width: 100%;
  }
  #booking .column.submit input[type=submit] {
    position: absolute;
    left: 0;
    bottom: 0;
    height: auto;
  }
  #booking .column.submit .submit-btn-desktop {
    display: none;
  }
}
#booking .column select {
  width: 100%;
}
#booking .column select option {
  font-family: "Crimson Text", "Times New Roman", serif;
  font-size: 18px;
}
#booking .column select[disabled] {
  opacity: 1;
}
#booking .column .booking-info {
  display: block;
  position: relative;
  width: 100%;
  border: none;
  border-bottom: 1px solid transparent;
  padding: 0;
  color: #777777;
  font-family: "Crimson Text", "Times New Roman", serif;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #booking .column .booking-info {
    height: 30px;
    white-space: normal;
  }
}
@media only screen and (max-width: 767px) {
  #booking .column .booking-info {
    text-align-last: left;
  }
}
@media only screen and (max-width: 1024px) {
  #booking .column {
    flex: 33.333% 0 0;
  }
}
@media only screen and (max-width: 767px) {
  #booking .column {
    border: 1px solid #eee;
    margin-bottom: 29px;
  }
}
#booking .tabs-content {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  #booking .tabs-content {
    order: 2;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
  }
}
@media only screen and (max-width: 767px) {
  #booking .tabs-content {
    border: none;
  }
}
#booking .tab {
  display: none;
}
#booking .tab_destination {
  padding: 60px;
}
@media only screen and (max-width: 767px) {
  #booking .tab_destination {
    padding: 12px 0px 0px;
  }
}
#booking .tab_destination .hotel-list {
  display: flex;
  flex-flow: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #booking .tab_destination .hotel-list {
    justify-content: center;
  }
}
#booking .tab_destination .hotel-item {
  width: 26%;
  border-bottom: 2px solid rgba(132, 54, 161, 0.25);
  padding-bottom: 16px;
  margin-bottom: 16px;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s;
}
#booking .tab_destination .hotel-item:hover {
  border-bottom-color: #8436A1;
}
@media only screen and (max-width: 767px) {
  #booking .tab_destination .hotel-item {
    width: 100%;
    max-width: 270px;
    margin: 0 15px 15px;
  }
  #booking .tab_destination .hotel-item:last-child {
    margin-bottom: 40px;
  }
}
#booking .tab_destination .hotel-info {
  display: inline-flex;
  flex-flow: column;
}
#booking .tab_destination .hotel-info .location {
  margin-bottom: 5px;
  font-family: "Poppins", "Arial", sans-serif;
  font-weight: 300;
  font-size: 14px;
}
#booking .tab_destination .hotel-info .name {
  font-family: "Poppins", "Arial", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
}
#booking .tab_destination .hotel-info .hotel-id {
  display: none;
}
#booking .tab_rooms-n-guests {
  padding: 120px 60px;
  font-family: "Poppins", "Arial", sans-serif;
}
@media only screen and (max-width: 767px) {
  #booking .tab_rooms-n-guests {
    padding: 30px 20px 40px;
  }
}
#booking .tab_rooms-n-guests .counters-row {
  display: flex;
  justify-content: center;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #booking .tab_rooms-n-guests .counters-row {
    flex-flow: column;
  }
}
#booking .tab_rooms-n-guests .input-block:not(:last-child) {
  margin-right: 120px;
}
@media only screen and (max-width: 1024px) {
  #booking .tab_rooms-n-guests .input-block:not(:last-child) {
    margin-right: 50px;
  }
}
@media only screen and (max-width: 767px) {
  #booking .tab_rooms-n-guests .input-block:not(:last-child) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  #booking .tab_rooms-n-guests .input-block {
    margin-bottom: 40px;
  }
}
#booking .tab_rooms-n-guests h4 {
  margin-bottom: 20px;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #340744;
}
#booking .tab_rooms-n-guests .input-container {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #booking .tab_rooms-n-guests .input-container {
    justify-content: center;
  }
}
#booking .tab_rooms-n-guests .amount-display {
  border: none;
  height: auto;
  margin: 0 20px;
  color: #340744;
  font-size: 46px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
  #booking .tab_rooms-n-guests .amount-display {
    font-weight: 200;
  }
}
#booking .tab_rooms-n-guests button {
  font-size: 30px;
  font-weight: 200;
  line-height: 1;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}
#booking .tab_dates .reset-dates-btn {
  display: block;
  margin-right: 40px;
  margin-bottom: 30px;
  margin-left: auto;
  color: #8436A1;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#booking .tab_dates .reset-dates-btn:hover {
  color: #340744;
}
@media only screen and (max-width: 767px) {
  #booking .tab_dates .reset-dates-btn {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #booking .tab_dates {
    padding-bottom: 40px;
  }
}
#booking .promocode-row {
  padding: 80px 0 0;
  display: flex;
  align-items: center;
  flex-flow: column;
}
@media only screen and (max-width: 767px) {
  #booking .promocode-row {
    padding: 0;
  }
}
#booking .promocode-row .show-pc-container-btn {
  display: none;
  padding: 14px 24px;
  color: #8436A1;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid rgba(132, 54, 161, 0.25);
  transition: all 350ms ease-in-out;
}
#booking .promocode-row .show-pc-container-btn.active {
  display: flex;
}
#booking .promocode-row .show-pc-container-btn:hover {
  color: #fff;
  background-color: #8436A1;
}
#booking .promocode-row .pc-container {
  display: none;
  flex-flow: column;
  align-items: center;
}
#booking .promocode-row .pc-container.active {
  display: flex;
}
#booking .promocode-row .pc-container .pc-input-row {
  display: flex;
  margin-bottom: 36px;
}
@media only screen and (max-width: 767px) {
  #booking .promocode-row .pc-container .pc-input-row {
    flex-flow: column;
  }
}
#booking .promocode-row .pc-container input {
  width: 200px;
  height: auto;
  border: 1px solid #eee;
  outline: none;
}
@media only screen and (max-width: 767px) {
  #booking .promocode-row .pc-container input {
    margin-bottom: 20px;
  }
}
#booking .promocode-row .pc-container .add-pc-btn {
  padding: 10px 15px;
  background-color: #8436A1;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #8436A1;
  transition: all 350ms ease-in-out;
}
#booking .promocode-row .pc-container .add-pc-btn:hover {
  color: #8436A1;
  background-color: #fff;
}
#booking .promocode-row .pc-container .skip-pc-btn {
  color: #8436A1;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#booking .booking-content .close-dates {
  display: none;
  width: 26px;
  margin-right: auto;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  #booking .booking-content .close-dates {
    display: block;
  }
}
#booking .booking-content .close-dates svg {
  transform: scaleX(-1);
}
#booking .booking-container {
  position: relative;
  width: 1130px;
  padding: 0 15px;
  max-width: 100%;
  height: 100%;
  transform: translateY(-50px);
  transition: background-color 0.3s;
}
#booking .booking-container .close-dates {
  display: none;
}
@media only screen and (max-width: 767px) {
  #booking .booking-container {
    margin: 0 0 auto;
    top: 0;
    height: 100%;
    padding: 0;
    transform: none;
  }
}
@media only screen and (max-width: 767px) {
  #booking .booking-container.dates-opened {
    padding-top: 0;
  }
  #booking .booking-container.dates-opened form {
    padding-top: 0;
  }
  #booking .booking-container.dates-opened .close-booking-btn {
    display: none;
  }
  #booking .booking-container.dates-opened .logo-image {
    display: none;
  }
  #booking .booking-container.dates-opened .booking-content {
    flex-flow: row wrap;
    margin-bottom: 0;
  }
  #booking .booking-container.dates-opened .close-dates {
    display: flex;
  }
  #booking .booking-container.dates-opened .column.dates {
    margin-bottom: 0;
    max-width: 80%;
    flex: 80%;
    border-bottom: 1px solid #340744;
  }
  #booking .booking-container.dates-opened .column.destination,
#booking .booking-container.dates-opened .column.rooms-guests {
    display: none;
  }
  #booking .booking-container.dates-opened .tabs-content {
    padding-top: 50px;
    border: none;
  }
  #booking .booking-container.dates-opened .tab_dates {
    width: max-content;
    margin: 0 auto;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  #booking .booking-container.dates-opened .tab_dates {
    width: 100%;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #booking .booking-container.dates-opened #booking-datepicker {
    max-height: unset;
  }
}
@media only screen and (max-width: 767px) {
  #booking .booking-container.dates-opened .ui-datepicker {
    display: flex;
    flex-flow: column;
    padding-bottom: 0;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #booking .booking-container.dates-opened .ui-datepicker-group-last {
    display: block;
    margin-top: 40px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  #booking .booking-container.dates-opened .submit-btn-mobile {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #booking .booking-container.dates-opened .select-dates-btn {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 18px 0;
    line-height: 1;
    border: 10px solid #fff;
    z-index: 7;
  }
}
.keyboard-navigation #booking .booking-container {
  display: none;
}
#booking .booking-container.active {
  position: fixed;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  top: 80px;
  margin-top: 0;
  height: calc(100% - 80px);
  width: 100%;
  padding-bottom: 80px;
  padding-top: 80px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow-y: scroll;
  z-index: 1000;
  transform: translateY(0px);
}
@media only screen and (max-width: 767px) {
  #booking .booking-container.active {
    display: block;
    top: 0;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #fff;
  }
}
#booking .booking-container.active form {
  max-width: 1130px;
  margin: auto 0;
}
.property #booking .booking-container.active {
  top: 0;
  padding-top: 180px;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .property #booking .booking-container.active {
    padding-top: 0;
  }
}
#booking .booking-container .submit-btn-mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  #booking .booking-container .submit-btn-mobile {
    display: flex;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    justify-content: center;
    padding: 14px 10px;
  }
}
#booking .booking-container .submit-btn-mobile.inactive {
  background-color: #e2e2e2;
  pointer-events: none;
}
#booking .booking-container .select-dates-btn {
  display: none;
}
@media only screen and (min-width: 768px) {
  .fixed-sticky-header #booking .booking-container {
    transform: translateY(-300px);
  }
  .fixed-sticky-header #booking .booking-container.active {
    transform: translateY(0px);
  }
}

#booking-datepicker {
  display: none;
  position: relative;
  left: 0;
  z-index: 7;
}
#booking-datepicker.visible {
  display: block;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker {
    display: block;
    position: relative;
    bottom: auto;
    max-height: 0;
    overflow: hidden;
    transition: max-height 350ms ease-in-out;
  }
  #booking-datepicker.visible {
    max-height: 500px;
    padding-bottom: 30px;
  }
}
#booking-datepicker .arrival-departure-status {
  display: none;
  overflow: hidden;
  white-space: nowrap;
  background: #8436A1;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .arrival-departure-status {
    display: none;
  }
}
#booking-datepicker .arrival-departure-status div {
  display: inline-block;
  width: 100%;
  transition: all 200ms;
}
#booking-datepicker .arrival-departure-status .arrival, #booking-datepicker .arrival-departure-status .departure {
  opacity: 0;
  font: 20px/55px "Poppins", "Arial", sans-serif;
  text-transform: uppercase;
  color: #fff;
}
#booking-datepicker .arrival-departure-status .arrival:after, #booking-datepicker .arrival-departure-status .departure:after {
  content: attr(data-text);
}
#booking-datepicker .arrival-departure-status .arrival {
  margin-left: -100%;
}
#booking-datepicker .arrival-departure-status .departure {
  margin-right: -100%;
}
#booking-datepicker.checkin-step .arrival-departure-status .arrival {
  margin-left: 0;
  opacity: 1;
}
#booking-datepicker.checkout-step .arrival-departure-status .departure {
  margin-right: 0;
  opacity: 1;
}
#booking-datepicker .ui-datepicker {
  position: relative;
  width: 100% !important;
  white-space: nowrap;
  display: flex !important;
  justify-content: center;
  padding: 70px 60px 20px;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker {
    padding: 20px 0 60px;
  }
}
#booking-datepicker .ui-datepicker-group {
  display: inline-block;
  white-space: normal;
  max-width: 410px;
  width: 45%;
}
#booking-datepicker .ui-datepicker-group:nth-child(2) {
  margin-left: 60px;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker-group {
    width: 100%;
    max-width: 100%;
  }
  #booking-datepicker .ui-datepicker-group:nth-child(2) {
    display: none;
  }
}
#booking-datepicker .ui-datepicker-header {
  margin-bottom: 15px;
}
#booking-datepicker .ui-datepicker-header .ui-datepicker-prev, #booking-datepicker .ui-datepicker-header .ui-datepicker-next {
  display: none;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker-header {
    font-size: 16px;
  }
}
#booking-datepicker .ui-datepicker-prev, #booking-datepicker .ui-datepicker-next {
  top: calc(50% - 13px);
}
#booking-datepicker .ui-datepicker-prev::after, #booking-datepicker .ui-datepicker-next::after {
  width: 8px;
  height: 8px;
  transform: none;
  border: 1px solid #8436A1;
  border-left: none;
  border-bottom: none;
  top: 0;
  right: 0;
  left: auto;
}
#booking-datepicker .ui-datepicker-prev::before, #booking-datepicker .ui-datepicker-next::before {
  content: "";
  width: 25px;
  height: 1px;
  position: absolute;
  right: -3px;
  top: 9px;
  background-color: #8436A1;
  transform: rotate(-45deg);
}
#booking-datepicker .ui-datepicker-prev {
  left: 35px;
  transform: rotate(-135deg);
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker-prev {
    left: 15px;
    top: 20px;
  }
}
#booking-datepicker .ui-datepicker-next {
  right: 35px;
  transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker-next {
    right: 15px;
    top: 20px;
  }
}
#booking-datepicker .ui-datepicker-calendar {
  width: 100%;
}
#booking-datepicker .ui-datepicker-calendar thead {
  font-family: "Poppins", "Arial", sans-serif;
  border-bottom: 1px solid #eee;
}
#booking-datepicker .ui-datepicker-other-month {
  opacity: 0;
}
#booking-datepicker .ui-state-default {
  font-size: 14px;
  line-height: 3;
}
#booking-datepicker.checkin-step td a, #booking-datepicker.checkout-step td a, #booking-datepicker td.checkin-date a, #booking-datepicker td.checkout-date a {
  position: relative;
}
#booking-datepicker.checkin-step td a:before, #booking-datepicker.checkout-step td a:before, #booking-datepicker td.checkin-date a:before, #booking-datepicker td.checkout-date a:before {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 14px;
  margin-bottom: -7px;
  background-color: #fff;
  border: 1px solid rgba(132, 54, 161, 0.25);
  font-size: 7px;
  line-height: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #8436A1;
}
#booking-datepicker.checkin-step td a:hover, #booking-datepicker.checkout-step td:not(.checkin-date) a:hover {
  background: #8436A1;
  color: #fff;
}
#booking-datepicker.checkin-step td a:hover:before, #booking-datepicker td.checkin-date a:before {
  content: "in";
}
#booking-datepicker.checkout-step td:not(.checkin-date) a:hover:before, #booking-datepicker td.checkout-date a:before {
  content: "out";
}

.homepage-additional-content {
  position: relative;
  overflow: hidden;
  background: #fff;
  z-index: 10;
}
.homepage-additional-content .subpage {
  position: relative;
  overflow: hidden;
  margin: 10px;
  color: #fff;
  background-position: 25% 50%;
  background-repeat: no-repeat;
  background-color: #000;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage {
    min-height: 500px;
  }
}
.homepage-additional-content .subpage > .button {
  position: absolute;
  bottom: 40px;
  left: 40px;
  display: none;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage > .button {
    display: block;
  }
}
.homepage-additional-content .subpage .thumb {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-size: cover;
  background-position: 50% 50%;
  opacity: 0.75;
}
.homepage-additional-content .subpage .headings {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 3;
  max-width: 50%;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage .headings {
    max-width: none;
    right: 40px;
  }
}
.homepage-additional-content .subpage .headings h2 {
  font: 36px/47px "Poppins", "Arial", sans-serif;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage .headings h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
.homepage-additional-content .subpage .headings h3 {
  font-size: 24px;
  line-height: 33px;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage .headings h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
.homepage-additional-content .subpage .content-wrapper {
  float: right;
  width: 280px;
  padding: 75px 30px 70px;
  min-height: 470px;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage .content-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 0;
    padding: 20px 20px 20px;
  }
}
.homepage-additional-content .subpage .content-wrapper .copy {
  position: relative;
  font-size: 14px;
  line-height: 1.7;
  min-height: 240px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage .content-wrapper .copy {
    font-size: 12px;
    margin-bottom: 20px;
    min-height: 0;
  }
}
.homepage-additional-content .subpage.even {
  background-position: 75% 50%;
}
.homepage-additional-content .subpage.even > .button {
  right: 40px;
  left: auto;
}
.homepage-additional-content .subpage.even .headings {
  left: auto;
  right: 40px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage.even .headings {
    left: 40px;
  }
}
.homepage-additional-content .subpage.even .content-wrapper {
  float: left;
}

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

@media only screen and (max-width: 767px) {
  .room {
    margin-bottom: 15px;
  }
}
.room .center-column {
  padding: 0 40px;
}
@media only screen and (max-width: 767px) {
  .room .center-column {
    padding: 0 !important;
  }
}
.room h1 {
  margin-bottom: 20px;
}
.room .amenities {
  clear: both;
  margin: 30px 0;
}
.room .amenities .rooms-icon {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 20px;
  width: 49%;
}
.room .amenities .rooms-icon:before {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  margin-right: 20px;
}
.room .main-row {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .room .main-row {
    flex-flow: column;
    align-items: flex-start;
    margin-bottom: 15px;
  }
}
.room .thumbnail {
  position: relative;
  float: right;
  margin: 0 0 20px 20px;
  max-width: 50%;
}
@media only screen and (max-width: 767px) {
  .room .thumbnail {
    width: 100%;
    margin: 20px 0;
    max-width: none;
    float: none;
  }
}
.room .thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
.room .links {
  margin: 20px 0 40px;
}
.room .links a {
  line-height: 54px;
  font-size: 18px;
  padding: 0 27px;
}
@media only screen and (max-width: 767px) {
  .room .copy-bulleted-list-acm .list-block ul {
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .room .copy-bulleted-list-acm .list-block ul li {
    margin-bottom: 13px;
  }
}
.room .features-header {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 24px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .room .features-header {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.room .room-features-acm {
  margin-right: 43px;
}
.room .room-features-acm .room-features-list {
  font-size: 12px;
  max-width: 300px;
}
.room .room-features-acm .room-features-list li {
  display: block;
}
.room .copy-bulleted-list-acm .content-item-block:first-child {
  border: none;
  border-left: 2px solid #e2e2e2;
}
@media only screen and (max-width: 767px) {
  .room .copy-bulleted-list-acm .content-item-block:first-child {
    border: none;
  }
}
.room .copy-bulleted-list-acm .desc-block, .room .copy-bulleted-list-acm .list-block {
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  .room .copy-bulleted-list-acm .desc-block, .room .copy-bulleted-list-acm .list-block {
    width: 100%;
  }
}
.room .copy-bulleted-list-acm .desc-block ul, .room .copy-bulleted-list-acm .list-block ul {
  width: auto;
  list-style: none;
  padding: 0;
  margin: 0 0 10px 18px;
  line-height: 24px;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .room .copy-bulleted-list-acm .desc-block ul, .room .copy-bulleted-list-acm .list-block ul {
    margin: 0 0 50px 0;
  }
}
.room .copy-bulleted-list-acm .desc-block ul li, .room .copy-bulleted-list-acm .list-block ul li {
  margin-bottom: 0;
  padding-left: 11px;
  position: relative;
}
.room .copy-bulleted-list-acm .desc-block ul li:before, .room .copy-bulleted-list-acm .list-block ul li:before {
  content: "";
  display: block;
  border-radius: 50%;
  height: 4px;
  width: 4px;
  background: #222222;
  position: absolute;
  left: 0;
  top: 10px;
}
.room .copy-bulleted-list-acm .desc-block {
  padding-right: 0;
  width: calc(50% - 65px);
}
@media only screen and (max-width: 767px) {
  .room .copy-bulleted-list-acm .desc-block {
    width: 100%;
  }
}
.room .copy-bulleted-list-acm .desc-block ul {
  padding-right: 0;
}
@media only screen and (max-width: 767px) {
  .room .copy-bulleted-list-acm .desc-block ul {
    margin: 0;
  }
}

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

/* TEMPLATE 1 - 2 */
/* TEMPLATE 2 */
.rooms .template-2 {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  background: rgba(34, 34, 34, 0.1);
  margin: 0 0 40px 0;
}
.rooms .template-2.hide {
  display: none;
}
@media only screen and (max-width: 767px) {
  .rooms .template-2 {
    margin: 15px 0;
  }
}
.rooms .template-2:nth-child(even) {
  background: #f8f8f8;
}
.rooms .template-2 .background {
  position: absolute;
  top: 0;
  left: 320px;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
@media only screen and (min-width: 1250px) and (max-height: 650px) {
  .rooms .template-2 .background {
    width: 50%;
    left: 50%;
  }
}
.rooms .template-2 .background .book-now {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .rooms .template-2 .background {
    position: relative;
    padding-top: 78%;
    width: 100%;
    left: auto;
  }
  .rooms .template-2 .background:after {
    content: "";
    display: block;
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: rgba(34, 34, 34, 0.75);
  }
}
@media only screen and (max-width: 767px) {
  .rooms .template-2 .background {
    padding-top: 50%;
  }
}
.rooms .template-2 .background .room-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #222222;
}
.rooms .template-2 .background .price {
  position: absolute;
  bottom: 35px;
  right: 35px;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  z-index: 2;
}
.rooms .template-2 .background .price .number {
  font-size: 48px;
}
@media only screen and (max-width: 767px) {
  .rooms .template-2 .background .price {
    right: auto;
    left: 20px;
    bottom: 4px;
    font-size: 12px;
    line-height: 26px;
  }
  .rooms .template-2 .background .price .number {
    font-size: 25px;
  }
}
.rooms .template-2 .background a.price:hover {
  color: #8436A1;
}
.rooms .template-2 .background .book-now {
  display: none;
  position: absolute;
  bottom: 4px;
  right: 20px;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  z-index: 2;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .rooms .template-2 .background .book-now {
    display: block;
  }
}
.rooms .template-2 .description {
  box-sizing: border-box;
  height: 500px;
  float: left;
  width: 320px;
  padding: 30px 40px;
  color: #000;
  overflow: auto;
}
@media only screen and (min-width: 1250px) and (max-height: 650px) {
  .rooms .template-2 .description {
    height: 380px;
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .rooms .template-2 .description {
    padding: 15px 20px 40px;
    width: 100%;
    height: auto;
  }
}
.rooms .template-2 .description .inner-wrapper {
  position: absolute;
  top: 30px;
  bottom: 145px;
  width: 240px;
  overflow: auto;
}
@media only screen and (min-width: 1250px) and (max-height: 650px) {
  .rooms .template-2 .description .inner-wrapper {
    width: calc(50% - 80px);
    bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .rooms .template-2 .description .inner-wrapper {
    position: relative;
    width: auto;
    left: auto;
    bottom: auto;
    top: auto;
  }
}
.rooms .template-2 .description h3 {
  font-size: 24px;
  line-height: 28px;
  margin: 6px 0 15px;
}
.rooms .template-2 .description .expand-collapse {
  position: relative;
  display: inline-block;
  margin: 10px 0;
  text-decoration: none;
  color: inherit;
  font-size: 16px;
  line-height: 16px;
  padding-right: 13px;
}
@media only screen and (max-width: 767px) {
  .rooms .template-2 .description .expand-collapse {
    display: block;
    text-align: center;
    padding: 0;
    border: 0;
  }
}
.rooms .template-2 .description .expand-collapse:before {
  content: attr(data-expand);
}
.rooms .template-2 .description .expand-collapse:after {
  content: attr(data-collapse);
}
.rooms .template-2 .description .expand-collapse span {
  display: block;
  font-size: 16px;
  line-height: 15px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.rooms .template-2 .description .expand-collapse span:before {
  content: attr(data-expand);
}
.rooms .template-2 .description .expand-collapse span:after {
  content: attr(data-collapse);
}
@media only screen and (max-width: 767px) {
  .rooms .template-2 .description .expand-collapse span {
    bottom: -17px;
    right: 50%;
    margin-right: -5px;
    transform: rotate(90deg);
  }
}
.rooms .template-2 .description .expand-collapse.expand:before {
  display: inline-block;
}
.rooms .template-2 .description .expand-collapse.expand:after {
  display: none;
}
.rooms .template-2 .description .expand-collapse.expand span:before {
  display: inline-block;
}
.rooms .template-2 .description .expand-collapse.expand span:after {
  display: none;
}
.rooms .template-2 .description .expand-collapse.collapse:before {
  display: none;
}
.rooms .template-2 .description .expand-collapse.collapse:after {
  display: inline-block;
}
.rooms .template-2 .description .expand-collapse.collapse span:before {
  display: none;
}
.rooms .template-2 .description .expand-collapse.collapse span:after {
  display: inline-block;
}
.rooms .template-2 .description .full-description {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: -100%;
  left: 320px;
  height: 100%;
  padding: 40px 200px 40px 40px;
  font-size: 13px;
  line-height: 24px;
  background: rgba(255, 255, 255, 0.85);
  transition: top 0.3s ease-in-out;
  z-index: 2;
}
.rooms .template-2 .description .full-description.show {
  top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .rooms .template-2 .description .full-description {
    padding: 100px 30px 40px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .rooms .template-2 .description .full-description {
    position: static;
    padding: 0;
    display: none;
    background: none;
  }
  .rooms .template-2 .description .full-description p {
    margin: 15px 0;
  }
  .rooms .template-2 .description .full-description.show {
    display: block;
  }
}
.rooms .template-2 .description .full-description .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  text-indent: -9999em;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .rooms .template-2 .description .full-description .close-btn {
    display: none;
  }
}
.rooms .template-2 .description .full-description .inner-wrapper {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.rooms .template-2 nav {
  position: absolute;
  bottom: 40px;
  left: 40px;
  width: 240px;
}
@media only screen and (min-width: 1250px) and (max-height: 650px) {
  .rooms .template-2 nav {
    width: calc(50% - 80px);
  }
}
@media only screen and (max-width: 767px) {
  .rooms .template-2 nav {
    position: static;
    width: auto;
    text-align: center;
    margin-top: 25px;
  }
}
.rooms .template-2 nav a {
  width: 100%;
}
@media only screen and (min-width: 1250px) and (max-height: 650px) {
  .rooms .template-2 nav a {
    width: 40%;
  }
}
.rooms .template-2 nav a + a {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .rooms .template-2 nav a {
    height: auto;
    line-height: 16px;
    font-size: 10px;
    color: #000;
    font-weight: 400;
    text-decoration: underline;
    background: none;
    padding: 0;
    margin: 0 10px;
    width: auto;
    font-family: "Poppins", "Arial", sans-serif;
  }
  .rooms .template-2 nav a + a {
    margin-top: 0;
  }
  .rooms .template-2 nav a.book-now {
    display: none;
  }
}
.rooms .template-2 nav .rooms-item-gallery {
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  position: absolute;
  bottom: -10px;
  left: 310px;
  background: black;
  text-indent: -1000px;
  overflow: hidden;
  line-height: 16px;
  font-size: 10px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1250px) and (max-height: 650px) {
  .rooms .template-2 nav .rooms-item-gallery {
    left: calc(100% + 80px);
  }
}
.rooms .template-2 nav .rooms-item-gallery:hover {
  background: rgba(0, 0, 0, 0.6);
}
@media only screen and (max-width: 767px) {
  .rooms .template-2 nav .rooms-item-gallery {
    width: auto;
    height: auto;
    border-radius: 0;
    position: static;
    background: none;
    text-indent: 0;
    text-decoration: underline;
    overflow: visible;
    display: inline-block;
  }
}
.rooms .template-2 nav .rooms-item-gallery:after {
  content: "";
  display: block;
  width: 22px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -11px;
  background: url("../images/common.svg") no-repeat -600px -40px;
}
@media only screen and (max-width: 767px) {
  .rooms .template-2 nav .rooms-item-gallery:after {
    display: none;
  }
}

/* TEMPLATE 3*/
#home-gallery {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding-bottom: 10px;
  text-align: center;
  z-index: 10;
}
#home-gallery h2 {
  display: none;
  font: 200 36px/1.2 "Crimson Text", "Times New Roman", serif;
  margin: 40px 0;
  color: #54baba;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #home-gallery h2 {
    display: block;
  }
}
#home-gallery div.gallery-wrapper {
  overflow: hidden;
}
#home-gallery .photo {
  display: block;
  float: left;
  margin: 10px 0 0 10px;
  width: calc((100% - 60px) / 5);
  height: 0;
  padding-top: calc((100% - 60px) / 5);
  position: relative;
  background-position: 50% 50%;
  background-size: cover;
  font-size: 0;
  transition: opacity 0.3s ease-out;
  opacity: 1;
}
#home-gallery .photo:hover {
  opacity: 0.8;
}
#home-gallery .photo:nth-child(4), #home-gallery .photo:nth-child(5), #home-gallery .photo:nth-child(11) {
  width: calc((100% - 60px) / 5 * 2 + 10px);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #home-gallery .photo {
    width: calc((100% - 50px) / 4);
    padding-top: calc((100% - 50px) / 4);
  }
  #home-gallery .photo:nth-child(4), #home-gallery .photo:nth-child(5), #home-gallery .photo:nth-child(11) {
    width: calc((100% - 50px) / 4);
  }
}
@media only screen and (max-width: 767px) {
  #home-gallery .photo {
    width: calc((100% - 30px) / 2);
    padding-top: calc((100% - 30px) / 2);
  }
  #home-gallery .photo:nth-child(4), #home-gallery .photo:nth-child(5), #home-gallery .photo:nth-child(11) {
    width: calc((100% - 30px) / 2);
  }
  #home-gallery .photo:nth-child(n+8) {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #home-gallery span.photo {
    display: none;
  }
}
#home-gallery span.photo:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
#home-gallery span.photo .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font: 25px/25px "Crimson Text", "Times New Roman", serif;
  color: #fff;
  text-transform: uppercase;
  z-index: 2;
}
#home-gallery span.photo .text a {
  margin-top: 6px;
  padding: 0 20px;
}
#home-gallery .all-photos {
  display: none;
}
@media only screen and (max-width: 767px) {
  #home-gallery .all-photos {
    display: block;
    margin-top: 40px;
  }
}

.instagram-feed-section {
  position: relative;
  padding: 40px 0 0;
  z-index: 10;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .instagram-feed-section {
    padding: 30px 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .instagram-feed-section {
    padding: 30px 0 20px;
  }
}
.instagram-feed-section .feed-content-header {
  margin: 0 auto 35px;
  text-align: center;
}
.instagram-feed-section .feed-content-header .instagram-icon {
  width: 29px;
  height: 29px;
  display: inline-block;
  position: relative;
  margin-bottom: 8px;
}
.instagram-feed-section .feed-content-header .instagram-icon svg {
  width: 29px;
  height: 29px;
  fill: #340744;
  transition: fill 350ms ease-in-out;
}
.instagram-feed-section .feed-content-header .instagram-icon:hover svg {
  fill: #222222;
}
.instagram-feed-section .feed-content-header .h1-like {
  color: #222222;
  font-size: 46px;
  line-height: 69px;
  font-weight: 200;
  letter-spacing: 2px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .instagram-feed-section .feed-content-header .h1-like {
    padding: 0 10px;
    font-size: 32px;
    line-height: 33px;
  }
}
.instagram-feed-section .feed-content-header h4 {
  font: 300 20px/1 "Poppins", "Arial", sans-serif;
  margin-bottom: 0;
  text-transform: none;
}
.instagram-feed-section .feed-content-header h4 a {
  color: #340744;
  text-decoration: none;
  transition: color 350ms ease-in-out;
}
.instagram-feed-section .feed-content-header h4 a:hover {
  color: #222222;
}
@media only screen and (max-width: 767px) {
  .instagram-feed-section .feed-content-header h4 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .instagram-feed-section .feed-content-header {
    margin: 0 auto 15px;
  }
}
@media only screen and (max-width: 767px) {
  .instagram-feed-section .instagram-feeds {
    width: 100%;
    overflow: auto;
    display: flex;
  }
}
.instagram-feed-section .instagram-feeds .feed-items {
  width: 100%;
  font-size: 0;
  text-align: center;
  height: 0;
  position: relative;
  padding-bottom: calc(30% + 10px);
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .instagram-feed-section .instagram-feeds .feed-items {
    display: flex;
    flex-flow: row;
    width: 100%;
    height: 200px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.instagram-feed-section .instagram-feeds .feed-item {
  position: absolute;
  width: calc(15% - 10px);
  margin: 0;
  text-align: left;
}
.instagram-feed-section .instagram-feeds .feed-item .feed-thumb {
  position: relative;
  padding-bottom: 100%;
  background-size: cover;
  background-color: #222222;
  width: 100%;
  z-index: 0;
}
.instagram-feed-section .instagram-feeds .feed-item:nth-child(1) {
  left: 0;
  top: 0;
}
.instagram-feed-section .instagram-feeds .feed-item:nth-child(2) {
  left: calc(15% + 20px);
  top: 0;
}
.instagram-feed-section .instagram-feeds .feed-item:nth-child(3) {
  left: calc(35% - 5px);
  top: 0;
  width: calc(30% + 10px);
  z-index: 1;
}
.instagram-feed-section .instagram-feeds .feed-item:nth-child(3) .feed-thumb {
  padding-bottom: 100%;
}
.instagram-feed-section .instagram-feeds .feed-item:nth-child(4) {
  right: calc(15% + 20px);
  top: 0;
}
.instagram-feed-section .instagram-feeds .feed-item:nth-child(5) {
  right: 0;
  top: 0;
}
.instagram-feed-section .instagram-feeds .feed-item:nth-child(6) {
  left: 0;
  bottom: 0;
}
.instagram-feed-section .instagram-feeds .feed-item:nth-child(7) {
  left: calc(15% + 20px);
  bottom: 0;
}
.instagram-feed-section .instagram-feeds .feed-item:nth-child(8) {
  right: 0;
  bottom: 0;
}
.instagram-feed-section .instagram-feeds .feed-item:nth-child(9) {
  right: calc(15% + 20px);
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .instagram-feed-section .instagram-feeds .feed-item {
    position: relative;
    display: inline-block;
    width: 200px;
    height: 200px;
    min-width: 200px;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
  }
  .instagram-feed-section .instagram-feeds .feed-item:nth-child(1), .instagram-feed-section .instagram-feeds .feed-item:nth-child(2), .instagram-feed-section .instagram-feeds .feed-item:nth-child(3), .instagram-feed-section .instagram-feeds .feed-item:nth-child(4), .instagram-feed-section .instagram-feeds .feed-item:nth-child(5), .instagram-feed-section .instagram-feeds .feed-item:nth-child(6), .instagram-feed-section .instagram-feeds .feed-item:nth-child(7), .instagram-feed-section .instagram-feeds .feed-item:nth-child(8), .instagram-feed-section .instagram-feeds .feed-item:nth-child(9) {
    right: auto;
    left: auto;
  }
}

/* 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: #8436A1;
}
.single-venue .layouts span:hover:before {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .single-venue .layouts span:hover {
    background: none;
  }
  .single-venue .layouts span:hover:before {
    color: #898989;
  }
}
.single-venue .layouts span:after {
  content: attr(data-name);
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  font-size: 20px;
  color: #fff;
  line-height: 60px;
  white-space: nowrap;
  padding: 0 20px;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.2s ease-in-out 0s, height 0s ease-in-out 0.2s;
  text-transform: uppercase;
}
.single-venue .layouts span:hover:after {
  opacity: 1;
  height: 60px;
  transition: opacity 0.2s ease-in-out 0s, height 0s ease-in-out 0s;
}
@media only screen and (max-width: 767px) {
  .single-venue .layouts span:hover:after {
    display: none;
  }
}

/* Template 1 */
.venue.template1 {
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  border: 1px solid #ebebeb;
}
.venue.template1 .background {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 390px;
}
@media only screen and (max-width: 1024px) {
  .venue.template1 .background {
    position: relative;
    height: 300px;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
  }
}
.venue.template1 .background .venue-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.venue.template1 .background .venue-thumb img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.venue.template1 .background .amenities-sliders {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
}
.venue.template1 .background .amenities-sliders .room-layout-gallery {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  opacity: 0;
  transition: top 0s linear 0.1s, opacity 0.1s linear 0s;
}
.venue.template1 .background .amenities-sliders .room-layout-gallery.active {
  opacity: 1;
  top: 0;
  transition: top 0s linear 0s, opacity 0.1s linear 0s;
}
.venue.template1 .background .amenities-sliders .room-layout-gallery .caption {
  position: absolute;
  display: block;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  line-height: 42px;
  overflow: hidden;
  text-transform: uppercase;
  max-width: 80%;
  z-index: 2;
}
.venue.template1 .background .amenities-sliders .room-layout-gallery .swiper-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.venue.template1 .background .amenities-sliders .room-layout-gallery .swiper-container figure {
  width: 100%;
  height: 100%;
}
.venue.template1 .background .amenities-sliders .room-layout-gallery .swiper-container figure img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.venue.template1 .background .amenities-sliders .room-layout-gallery .swiper-container .bullets {
  position: absolute;
  bottom: 20px;
  right: 20px;
  height: 10px;
  z-index: 4;
  white-space: nowrap;
}
@media only screen and (max-width: 1024px) {
  .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: 1024px) {
  .venue.template1 .buttons {
    position: static;
    margin-top: 10px;
  }
}
.venue.template1 .buttons a {
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  .venue.template1 .buttons a {
    width: auto;
  }
}
.venue.template1 .buttons a + a {
  margin-left: 1px;
}
@media only screen and (max-width: 1024px) {
  .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: 1024px) {
  .venue.template1 .buttons a + a:before {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .venue.template1 .buttons a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .venue.template1 .buttons a + a {
    margin-left: 10px;
  }
}
.venue.template1 .content {
  width: 390px;
  padding: 40px 25px 15px 30px;
  color: #524a48;
  font-size: 16px;
  line-height: 22px;
  background: #fff;
  font-weight: 200;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .venue.template1 .content {
    width: auto;
    background: transparent;
    z-index: 5;
    position: relative;
    box-sizing: border-box;
    padding-top: 60px;
  }
}
.venue.template1 .content h3 {
  font-size: 24px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}
.venue.template1 .content h3 a {
  text-decoration: none;
  color: inherit;
}
.venue.template1 .content h3 a:hover {
  color: #4B494C;
}
.venue.template1 .content h4 {
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 20px 0;
}
.venue.template1 .content .links {
  margin-top: 15px;
  height: 30px;
  width: 360px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .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: 1024px) {
  .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: 1024px) {
  .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: 1024px) {
  .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: 1024px) {
  .venue.template1 .layouts .additional-list {
    left: auto;
    right: 0;
  }
}
.venue.template1 .layouts .toggle {
  display: none;
  position: absolute;
  bottom: 0;
  width: 60px;
  height: 60px;
  margin: 0;
  text-align: center;
  z-index: 4;
  cursor: pointer;
  background: #fff;
  border-bottom: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
}
.venue.template1 .layouts .toggle div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.venue.template1 .layouts .toggle div:before {
  content: "\2022\2022\2022";
  display: inline-block;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #4B494C;
  transform: rotate(90deg);
  width: 32px;
  height: 32px;
  margin-top: -16px;
  margin-left: -16px;
}
@media only screen and (max-width: 1024px) {
  .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: 1024px) {
  .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: 1024px) {
  .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: 1024px) {
  .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: 1024px) {
  .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 {
  object-fit: cover;
  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: #8436A1;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .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: 1024px) {
  .venue.template3 .content-wrapper .venue-thumb {
    position: static;
    height: 200px;
    width: 100%;
  }
}
.venue.template3 .content-wrapper .venue-thumb img {
  object-fit: cover;
  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: 1024px) {
  .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: 1024px) {
  .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: 1024px) {
  .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: 1024px) {
  .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: 1024px) {
  .venue.template3:nth-child(even) .inquiry {
    float: none;
    margin: 0 auto;
  }
}

/* TEMPLATE 4 */
/* VENUES TEMPLATE 5 */
#footer {
  position: relative;
  border-top: 1px solid #e2e2e2;
  padding-top: 70px;
  margin-top: 30px;
  font-size: 12px;
  letter-spacing: 2px;
  color: #222222;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer {
    padding: 30px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer {
    padding: 20px 0 70px;
    margin-top: 20px;
  }
}
#footer .center-column::after {
  display: none;
}
@media only screen and (max-width: 1024px) {
  #footer .center-column {
    padding: 0;
  }
}
#footer a {
  text-decoration: none;
}
#footer a:hover {
  color: #8436A1;
}
#footer .main-row {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1024px) {
  #footer .main-row {
    align-items: center;
    text-align: center;
    padding-bottom: 0;
  }
}
#footer .logo-image.mobile-only {
  display: none;
  width: 60px;
  height: auto;
  float: right;
}
@media only screen and (max-width: 767px) {
  #footer .logo-image.mobile-only {
    display: block;
  }
}
#footer .logo-corporate {
  margin-right: 40px;
  width: 180px;
  position: relative;
  display: inline-block;
}
#footer .logo-corporate img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1024px) {
  #footer .logo-corporate {
    float: right;
    width: 30%;
    height: auto;
    display: block;
    margin-bottom: 40px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer .logo-corporate .corporate-only {
    display: none;
  }
}
#footer .info-row {
  min-height: 100px;
  padding: 16px 0;
  background-color: #F8F8F8;
  border-top: 1px solid #e2e2e2;
}
@media only screen and (max-width: 1024px) {
  #footer .info-row {
    padding: 16px 0 35px;
    border-top: 0;
    border-bottom: 1px solid #e2e2e2;
    min-height: auto;
  }
}
#footer .info-row .center-column {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  #footer .info-row .center-column {
    padding: 0 30px;
  }
}
#footer .info-row .logo {
  max-width: 110px;
  margin-right: 40px;
  width: 73px;
  height: auto;
  position: relative;
  display: inline-block;
}
#footer .info-row .logo img {
  width: 100%;
  height: 100%;
  display: block;
}
@media only screen and (max-width: 1024px) {
  #footer .info-row .logo {
    display: none;
  }
}
#footer .info-row .credits {
  display: block;
}
#footer .info-row .credits sup {
  vertical-align: super;
}
@media only screen and (max-width: 1024px) {
  #footer .info-row .center-column {
    flex-flow: column;
  }
}

#footer-contacts {
  display: flex;
}
@media only screen and (max-width: 1024px) {
  #footer-contacts {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .property #footer-contacts {
    margin-bottom: 20px;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .property #footer-contacts {
    display: none;
  }
}
#footer-contacts .address {
  margin-right: 60px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  letter-spacing: 0;
}
#footer-contacts .address span {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  #footer-contacts .address span {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 1024px) {
  #footer-contacts .address {
    margin-right: 28px;
  }
}
#footer-contacts .phones {
  margin-top: auto;
  display: flex;
  flex-flow: column;
  letter-spacing: 0;
}
#footer-contacts .phones span {
  font-weight: 400;
}
@media only screen and (max-width: 1024px) {
  #footer-contacts .phones {
    justify-content: flex-end;
  }
}
#footer-contacts h2 {
  margin-bottom: 10px;
  font-family: "Crimson Text", "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
}

#footer .footer-block.block-1 {
  width: 230px;
}
@media only screen and (max-width: 1024px) {
  #footer .footer-block.block-1 {
    order: 2;
    width: 100%;
    padding: 0 30px;
  }
}
.property-18 #footer .footer-block.block-1 {
  width: 320px;
}
@media only screen and (max-width: 1024px) {
  .property-18 #footer .footer-block.block-1 {
    order: 2;
    width: 100%;
    padding: 0 30px;
  }
}
#footer .footer-block.block-1 .logo-footer {
  width: 150px;
  height: auto;
  display: block;
  margin-bottom: 40px;
}
#footer .footer-block.block-1 .logo-footer img {
  display: block;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  #footer .footer-block.block-1 .logo-footer {
    float: right;
    width: 30%;
  }
}
.property-18 #footer .footer-block.block-1 .logo-footer {
  float: left;
}
@media only screen and (max-width: 1024px) {
  .property-18 #footer .footer-block.block-1 .logo-footer {
    float: right;
  }
}
#footer .footer-block.block-1 .footer-second-logo {
  width: 100px;
  float: right;
}
@media only screen and (max-width: 1024px) {
  #footer .footer-block.block-1 .footer-second-logo {
    width: 26%;
  }
}
#footer .footer-block.block-1 .footer-second-logo img {
  width: 100%;
  height: 100%;
}
#footer .footer-block.block-1 .footer-second-logo img:after {
  clear: both;
  content: "";
  display: table;
}
#footer .footer-block.block-1 .socials {
  font-size: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  #footer .footer-block.block-1 .socials {
    float: none;
  }
}
@media screen and (max-width: 1199px) {
  #footer .footer-block.block-1 .socials {
    margin-bottom: 0;
  }
}
.property-18 #footer .footer-block.block-1 .socials {
  clear: both;
}
@media only screen and (max-width: 1024px) {
  .property-18 #footer .footer-block.block-1 .socials {
    clear: initial;
  }
}
#footer .footer-block.block-1 .socials li {
  display: inline-block;
  margin: 0 10px 10px 0;
  border-radius: 50%;
  background-color: #340744;
  padding: 3px;
  transition: all 350ms ease-in-out;
}
#footer .footer-block.block-1 .socials li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  text-indent: -9999px;
  overflow: hidden;
}
#footer .footer-block.block-1 .socials li a svg {
  position: absolute;
  fill: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#footer .footer-block.block-1 .socials li:hover {
  background-color: #8436A1;
}
#footer .footer-block.block-1 .social-block {
  margin-top: 20px;
}
@media screen and (max-width: 1199px) {
  #footer .footer-block.block-1 .social-block {
    align-content: flex-end;
    width: 100%;
    order: 2;
    max-width: none;
  }
}
@media only screen and (max-width: 1024px) {
  #footer .footer-block.block-1 .social-block {
    width: 70%;
    margin-top: 0;
    align-self: flex-start;
    order: unset;
    text-align: left;
  }
}
#footer .footer-block.block-1 .social-block h4 {
  display: none;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 3px;
  letter-spacing: 2px;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  #footer .footer-block.block-1 .social-block h4 {
    display: block;
  }
}
#footer .footer-block.block-1 .curator-logo {
  width: 120px;
  margin-top: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #footer .footer-block.block-1 .curator-logo {
    margin-top: 20px;
  }
}
#footer .footer-block.block-1 .curator-logo img {
  display: block;
  width: 100%;
  height: auto;
}
#footer .footer-block.block-2 {
  display: flex;
  width: 45%;
}
.property-18 #footer .footer-block.block-2 {
  width: 30%;
  margin-left: 40px;
}
@media only screen and (max-width: 1024px) {
  .property-18 #footer .footer-block.block-2 {
    width: 100%;
    margin-left: 0;
  }
}
#footer .footer-block.block-2 h3 {
  margin-bottom: 20px;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 1.2;
  text-transform: uppercase;
}
#footer .footer-block.block-2 .footer-menu {
  flex: 50%;
  font-size: 0;
}
#footer .footer-block.block-2 .footer-menu ul {
  columns: 2;
  max-height: 190px;
  column-count: 2;
}
.property-18 #footer .footer-block.block-2 .footer-menu ul {
  columns: 1;
}
#footer .footer-block.block-2 .footer-menu ul li {
  display: inline-block;
  margin: 0 25px 0 0;
}
#footer .footer-block.block-2 .footer-menu ul a {
  display: block;
  font: normal 12px/1.2 "Poppins", "Arial", sans-serif;
  margin: 0 0 10px;
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.9px;
}
#footer .footer-block.block-2 .footer-menu ul a:hover, #footer .footer-block.block-2 .footer-menu ul a.active {
  color: #8436A1;
}
@media only screen and (max-width: 1024px) {
  #footer .footer-block.block-2 .footer-menu {
    width: 100%;
    margin-bottom: 60px;
  }
  #footer .footer-block.block-2 .footer-menu ul {
    width: 100%;
    column-count: unset;
  }
  #footer .footer-block.block-2 .footer-menu ul li {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  #footer .footer-block.block-2 .footer-menu {
    display: none;
  }
}
@media only screen and (max-width: 449px) {
  #footer .footer-block.block-2 .footer-menu {
    width: 100%;
  }
}
.property-18 #footer .footer-block.block-2 .footer-menu {
  flex: 30%;
  width: 30%;
}
.property-18 #footer .footer-block.block-2 .footer-menu li {
  display: block;
}
#footer .footer-block.block-2 .info-block {
  margin-right: 40px;
  flex: calc(50% - 40px);
  letter-spacing: 0;
  font-weight: 300;
}
.property-18 #footer .footer-block.block-2 .info-block {
  margin-right: 18px;
  flex: calc(50% + 48px);
}
#footer .footer-block.block-2 .info-block .address {
  margin-bottom: 20px;
}
#footer .footer-block.block-2 .info-block .address span {
  display: block;
  margin-bottom: 7px;
}
#footer .footer-block.block-2 .info-block .phones .item {
  margin-bottom: 7px;
}
#footer .footer-block.block-2 .info-block .phones .item:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  #footer .footer-block.block-2 {
    order: 3;
    width: 100%;
    border-top: 1px solid #e2e2e2;
    background: #F8F8F8;
    padding: 26px 30px 5px;
    margin: 20px 0 0;
    text-align: left;
  }
  #footer .footer-block.block-2 .info-block {
    margin-right: 0;
  }
  #footer .footer-block.block-2 .info-block .address {
    margin-bottom: 10px;
  }
  #footer .footer-block.block-2 .info-block .address span {
    margin-bottom: 0;
  }
  #footer .footer-block.block-2 .info-block .phones {
    padding-left: 0;
  }
  #footer .footer-block.block-2 .info-block .phones .item {
    margin-bottom: 0;
  }
}
#footer #newsletter {
  position: relative;
  width: 28%;
}
@media only screen and (max-width: 1024px) {
  #footer #newsletter {
    width: 100%;
    order: 1;
    margin-bottom: 23px;
    padding: 0 30px;
  }
}
#footer #newsletter .hide {
  display: none !important;
}
#footer #newsletter h3 {
  margin-bottom: 10px;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 1.2;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  #footer #newsletter h3 {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  #footer #newsletter h3 {
    font-size: 19px;
    line-height: 24px;
    letter-spacing: 1px;
  }
}
@media only screen and (max-width: 1024px) {
  #footer #newsletter .fieldset {
    justify-content: space-between;
  }
}
#footer #newsletter .subtitle {
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 15px;
  line-height: 1.5;
  letter-spacing: 0;
  max-width: 360px;
}
@media only screen and (max-width: 1024px) {
  #footer #newsletter .subtitle {
    max-width: 100%;
    text-align: left;
    font-size: 13px;
    margin-bottom: 26px;
  }
}
#footer #newsletter input[type=text] {
  display: block;
  height: 40px;
  width: 100%;
  padding: 0 10px;
  margin-bottom: 10px;
  background: #fff;
  font-size: 14px;
  line-height: 38px;
  color: #222222;
  border: 1px solid #e2e2e2;
}
@media only screen and (max-width: 1024px) {
  #footer #newsletter input[type=text] {
    width: 100%;
  }
}
#footer #newsletter .button {
  display: block;
  width: auto;
  padding: 0 30px;
  font-size: 13px;
}
@media only screen and (max-width: 1024px) {
  #footer #newsletter .button {
    font-size: 11px;
    padding: 0 25px;
  }
}
#footer .copyright {
  float: right;
  margin-top: 25px;
  letter-spacing: 0;
}
@media only screen and (max-width: 1024px) {
  #footer .copyright {
    text-align: left;
    float: left;
    font-weight: 300;
    margin-top: 0;
  }
}

.property #footer .info-row .center-column {
  display: flex;
  justify-content: space-between;
}
.property #footer .info-row .center-column .copyright {
  display: flex;
  align-items: center;
  align-self: center;
  margin-top: 0;
  letter-spacing: 0;
}
@media only screen and (max-width: 1024px) {
  .property #footer .info-row .center-column .copyright {
    text-align: left;
    font-weight: 300;
    align-self: flex-start;
  }
}
.property #footer .info-row #footer-contacts .footer-menu-corporate {
  display: flex;
  flex-flow: row;
  margin-bottom: 0;
  width: auto;
}
@media only screen and (max-width: 1024px) {
  .property #footer .info-row #footer-contacts .footer-menu-corporate {
    display: none;
  }
}
.property #footer .info-row #footer-contacts .footer-menu-corporate ul {
  display: flex;
  flex-flow: row wrap;
  align-content: center;
}
.property #footer .info-row #footer-contacts .footer-menu-corporate ul li {
  margin: 0 0 0 10px;
}
.property #footer .info-row #footer-contacts .footer-menu-corporate ul li:first-child {
  margin-left: 0;
}
.property #footer .info-row #footer-contacts .footer-menu-corporate ul li a {
  display: block;
  font-size: 12px;
  letter-spacing: 1px;
  margin: 0;
  text-transform: uppercase;
}

.top-banner {
  position: fixed;
  font-family: "Poppins", "Arial", sans-serif;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 90px;
  background-color: #222222;
  box-sizing: border-box;
  transition: top 0.3s ease-out;
  z-index: -1;
}
.admin .preview-item .top-banner {
  height: 90px;
  padding: 0;
  position: relative;
  display: flex;
  z-index: 1;
}
.admin .preview-item .top-banner .wrapper .button {
  color: #fff;
  border: none;
  white-space: nowrap;
  text-transform: uppercase;
}
.admin .preview-item .top-banner .promo-counter,
.admin .preview-item .top-banner .info {
  position: relative;
  margin: 0 auto;
}
.admin .preview-item .top-banner .promo-counter {
  height: 90px;
  box-sizing: border-box;
}
.admin .preview-item .top-banner .close {
  border: none;
  right: 7px;
  pointer-events: none;
}
.top-banner > .section {
  width: 50%;
  height: 90px;
  background-color: #fff;
  box-sizing: border-box;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .top-banner > .section {
    min-width: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .top-banner > .section {
    width: 100%;
    min-width: auto;
  }
}
.top-banner > .section:first-child {
  display: flex;
  align-items: center;
}
.top-banner .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px 20px;
}
@media only screen and (max-width: 767px) {
  .top-banner .wrapper {
    padding: 10px;
  }
}
.top-banner .wrapper .button {
  background-color: #8436A1;
}
.top-banner .description {
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .top-banner .description {
    margin-right: 10px;
  }
}
.top-banner .description h2 {
  text-transform: uppercase;
  text-overflow: ellipsis;
  font-size: 25px;
  color: #000;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .top-banner .description h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 449px) {
  .top-banner .description h2 {
    font-size: 14px;
  }
}
.top-banner .description p {
  font-size: 16px;
  line-height: 19px;
  color: #000;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .top-banner .description p {
    font-size: 14px;
    line-height: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .top-banner .description p {
    font-size: 12px;
    line-height: 15px;
  }
}
.top-banner .promo-counter {
  justify-content: center;
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0 auto;
  padding: 10px 20px;
  background-color: #8436A1;
}
.top-banner .promo-counter .counter {
  margin-top: 10px;
}
.top-banner .promo-counter .counter:after {
  content: "";
  display: table;
  clear: both;
}
.top-banner .promo-counter .counter > div {
  font-family: "Poppins", "Arial", sans-serif;
  float: left;
  text-align: center;
  margin: 0 10px;
}
.top-banner .promo-counter .counter > div .text {
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .top-banner .promo-counter .counter > div .text {
    font-size: 10px;
  }
}
@media only screen and (max-width: 449px) {
  .top-banner .promo-counter .counter > div .text {
    font-size: 10px;
  }
}
.top-banner .promo-counter .counter > div:last-child .value:after {
  display: none;
}
.top-banner .promo-counter .counter > div .value {
  position: relative;
  font-size: 50px;
  line-height: 36px;
  color: #fff;
  margin-bottom: 3px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .top-banner .promo-counter .counter > div .value {
    font-size: 34px;
    line-height: 16px;
    margin-bottom: 7px;
  }
}
@media only screen and (max-width: 449px) {
  .top-banner .promo-counter .counter > div .value {
    font-size: 22px;
    line-height: 10px;
  }
}
.top-banner .promo-counter .counter > div .value:after {
  content: ":";
  position: absolute;
  font: 40px "Poppins", "Arial", sans-serif;
  color: #fff;
  right: -14px;
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .top-banner .promo-counter .counter > div .value:after {
    font-size: 34px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 449px) {
  .top-banner .promo-counter .counter > div .value:after {
    font-size: 22px;
    line-height: 10px;
  }
}
.top-banner .close {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  font-size: 23px;
  line-height: 26px;
  width: 22px;
  height: 26px;
  text-align: center;
  cursor: pointer;
  background: transparent;
  text-indent: 0;
}
@media only screen and (max-width: 767px) {
  .top-banner .close {
    color: #000;
  }
}

.top-banner-enabled .top-banner {
  display: flex;
  z-index: 9999;
}
@media only screen and (max-width: 767px) {
  .top-banner-enabled .top-banner {
    display: block;
  }
}
.top-banner-enabled body,
.top-banner-enabled #header {
  top: 90px;
  transition: top 0.3s ease-out;
}
@media only screen and (max-width: 767px) {
  .top-banner-enabled body,
.top-banner-enabled #header {
    top: 180px;
  }
}
.top-banner-enabled #global-navigation {
  top: 127px;
}
@media only screen and (max-width: 767px) {
  .top-banner-enabled #global-navigation {
    top: 220px;
  }
}
.top-banner-enabled #hamburger-navigation {
  top: calc(90px + 94px);
}
@media only screen and (max-width: 767px) {
  .top-banner-enabled #hamburger-navigation {
    top: 180px;
    height: calc(100vh - 180px);
  }
}
.top-banner-enabled.home #photos {
  height: calc(100vh - 90px - 94px);
}
@media only screen and (max-width: 767px) {
  .top-banner-enabled.home #photos {
    height: calc(100vh - 180px - 60px);
  }
}
.top-banner-enabled #theguestbook_website_widget_btn .modal-btn {
  top: 210px !important;
}
@media only screen and (max-width: 767px) {
  .top-banner-enabled #theguestbook_website_widget_btn .modal-btn {
    height: calc(180px + 100px);
  }
}
.top-banner-enabled #viewport {
  top: 90px;
}
.top-banner-enabled #inner-body > div:first-child {
  height: calc(100% - 90px);
  transition: height 0.3s ease-out;
}
.top-banner-enabled #inner-body > div:first-child #content {
  height: auto;
}
.top-banner-enabled.top-banner-closed .top-banner {
  top: -90px;
  z-index: -1;
}
.top-banner-enabled.top-banner-closed body,
.top-banner-enabled.top-banner-closed #header {
  top: 0;
}
.top-banner-enabled.top-banner-closed #hamburger-navigation {
  top: 94px;
}
@media only screen and (max-width: 767px) {
  .top-banner-enabled.top-banner-closed #hamburger-navigation {
    top: 0;
    height: 100vh;
  }
}
.top-banner-enabled.top-banner-closed.home #photos {
  height: calc(100vh - 94px);
}
@media only screen and (max-width: 767px) {
  .top-banner-enabled.top-banner-closed.home #photos {
    height: calc(100vh - 60px);
  }
}
.top-banner-enabled.top-banner-closed #theguestbook_website_widget_btn .modal-btn {
  top: 140px !important;
}
.top-banner-enabled.top-banner-closed #viewport {
  top: 0;
}
.top-banner-enabled.top-banner-closed #inner-body > div:first-child {
  height: 100%;
}
.top-banner-enabled.top-banner-closed #global-navigation {
  top: 30px;
}
@media only screen and (max-width: 767px) {
  .top-banner-enabled.top-banner-closed #global-navigation {
    top: 30px;
  }
}

.top-banner-closed.top-banner-enabled.sticky-header #header {
  margin-top: 0;
}

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

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .results-page #booking {
    top: -70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .results-page #content {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .results-page.center-column {
    margin-top: 80px;
  }
}
.results-page .results-page-content {
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .results-page .results-page-content {
    flex-flow: column;
  }
}
.results-page .results-page-content .options-block {
  width: 100%;
}
.results-page .results-page-content .options-block .filter-block {
  max-width: 150px;
  width: 100%;
}
@media only screen and (max-width: 449px) {
  .results-page .results-page-content .options-block .filter-block {
    max-width: unset;
  }
}
.results-page .results-page-content h1 {
  margin-right: 34px;
  text-transform: uppercase;
  color: #8436a1;
  font: 200 46px/53px Poppins, Arial, sans-serif;
  letter-spacing: 2px;
}
@media only screen and (max-width: 1024px) {
  .results-page .results-page-content h1 {
    margin-right: 0;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 36px;
  }
}
.results-page .results-page-content + .page-content {
  margin-top: 30px;
}
.results-page .page-content-wrapper {
  display: block;
  width: 100%;
}
.results-page .our-hotels-dropdown {
  display: none;
}
.results-page #header .header-wrapper {
  display: flex;
  align-items: center;
}
.results-page #header .logo {
  display: flex;
  width: 60px;
  height: 64px;
  margin-right: 0;
  align-items: center;
  top: auto;
  transform: none;
}
.results-page #header .logo .logo-image {
  display: none;
}
.results-page #header .logo .logo-image.small {
  display: block;
}
.results-page #header h4 {
  margin-right: 30px;
}
.results-page #header .filter-block {
  margin-right: 30px;
  min-width: 150px;
  max-width: none;
}
.results-page.sticky-header #header .header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.results-page.sticky-header #header .logo-image {
  margin-top: 0px;
}
.results-page.sticky-header #header .main-menu {
  display: none;
}
.results-page.sticky-header #header .options-block {
  display: flex;
  align-items: center;
  padding: 20px 0px;
}
@media only screen and (max-width: 1024px) {
  .results-page.sticky-header #header .options-block {
    display: none;
  }
}
.results-page.sticky-header #header .filters-wrapper {
  display: flex;
}
.results-page.sticky-header .results-page-content .options-block {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .results-page.sticky-header .results-page-content .options-block {
    display: block;
  }
}
.results-page .options-block {
  margin-top: -4px;
}
@media only screen and (max-width: 1024px) {
  .results-page .options-block {
    width: 100%;
  }
}
.results-page .options-block h4 {
  margin-right: 50px;
  font: 400 16px/22px "Crimson Text", "Times New Roman", serif;
  color: #222222;
}
.results-page .options-block .filters-wrapper {
  display: flex;
  width: auto;
  justify-content: flex-start;
  flex-flow: wrap;
  font-size: 0;
}
@media only screen and (max-width: 1024px) {
  .results-page .options-block .filters-wrapper {
    margin: 0 -10px;
  }
}
.results-page .options-block .filter-block {
  width: auto;
}
@media only screen and (min-width: 768px) {
  .results-page .options-block .filter-block:not(:last-child) {
    margin-right: 50px;
  }
}
.results-page .options-block .filter-block .select-wrapper {
  width: 100%;
}
.results-page .options-block .filter-block .select-wrapper .select-icon {
  right: 0;
  margin-top: -2px;
  width: 7px;
  height: 7px;
}
.results-page .options-block .filter-block .select-wrapper select {
  text-overflow: ellipsis;
  font: 16px/22px "Crimson Text", "Times New Roman", serif;
  height: 38px;
  text-transform: lowercase;
  padding-left: 0;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .results-page .options-block .filter-block {
    margin-left: 0;
    max-width: 100%;
    width: calc(25% - 20px);
    margin: 0px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .results-page .options-block .filter-block {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 449px) {
  .results-page .options-block .filter-block {
    width: 100%;
  }
}
.results-page .explore-link {
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .results-page .results-page {
    margin-top: 80px;
  }
}
.results-page .results-page .page-content-wrapper {
  display: block;
  width: 100%;
}
.results-page .results-page .results-page-content {
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .results-page .results-page .results-page-content {
    flex-flow: column;
  }
}
.results-page .results-page .results-page-content h1 {
  margin-right: 52px;
  text-transform: uppercase;
  color: #8436A1;
  font: 200 46px/53px "Poppins", "Arial", sans-serif;
  letter-spacing: 2px;
}
@media only screen and (max-width: 1024px) {
  .results-page .results-page .results-page-content h1 {
    margin-right: 0;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 36px;
  }
}
.results-page .results-page .results-page-content .explore-link {
  margin-bottom: 10px;
  display: inline-flex;
  padding: 20px 0px 10px;
}
@media only screen and (max-width: 1024px) {
  .results-page .results-page .results-page-content .explore-link {
    flex-basis: 100%;
    margin-top: 20px;
    margin-left: 10px;
    padding: 0px;
  }
}
.results-page .results-page .items-wrapper {
  margin-top: 26px;
  font-size: 0;
  width: calc(100% + 40px);
  margin-left: -20px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .results-page .results-page .items-wrapper {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
}
@media only screen and (max-width: 449px) {
  .results-page .results-page .items-wrapper {
    width: 100%;
    margin-left: 0;
  }
}
.results-page .results-page .items-wrapper .item-infocard {
  display: none;
  width: calc(33.3% - 40px);
  padding-bottom: calc(33.3% - 40px);
  margin: 20px;
  background: #000;
  color: #fff;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.results-page .results-page .items-wrapper .item-infocard::after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .results-page .results-page .items-wrapper .item-infocard {
    width: calc(50% - 20px);
    padding-bottom: calc(50% - 20px);
    margin: 10px;
  }
}
@media only screen and (max-width: 449px) {
  .results-page .results-page .items-wrapper .item-infocard {
    width: 100%;
    padding-bottom: 100%;
    margin: 0 0 10px 0;
  }
}
.results-page .results-page .items-wrapper .item-infocard.active {
  display: inline-block;
}
.results-page .results-page .items-wrapper .item-infocard .overlay {
  position: absolute;
  display: flex;
  height: 100%;
  width: 100%;
  bottom: 0;
  padding: 5px;
  flex-flow: column;
  justify-content: space-between;
  opacity: 0;
  background: rgba(34, 34, 34, 0.9);
  overflow: auto;
  text-align: center;
  transition: all 350ms ease-in-out;
  z-index: 0;
}
.results-page .results-page .items-wrapper .item-infocard .description {
  display: flex;
  margin: 0px;
  position: relative;
  height: 100%;
  width: 100%;
  flex-flow: column;
  justify-content: space-between;
  padding: 20px 5px 5px;
  border: 1px solid rgba(255, 255, 255, 0.25);
}
@media only screen and (max-width: 767px) {
  .results-page .results-page .items-wrapper .item-infocard .description {
    padding: 5px;
  }
}
.results-page .results-page .items-wrapper .item-infocard .short-descr {
  display: block;
  margin-bottom: 10px;
  overflow: auto;
  transition: all 350ms ease-in-out;
}
.results-page .results-page .items-wrapper .item-infocard .links {
  display: flex;
  min-height: 32px;
  justify-content: space-between;
  overflow: hidden;
  transition: all 350ms ease-in-out;
}
.results-page .results-page .items-wrapper .item-infocard .links .button {
  width: calc(50% - 7px);
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  padding: 0 10px;
  line-height: 30px;
  font-size: 12px;
}
@media only screen and (min-width: 1440px) {
  .results-page .results-page .items-wrapper .item-infocard .links .button {
    line-height: 40px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 1024px) {
  .results-page .results-page .items-wrapper .item-infocard .links .button {
    letter-spacing: 1px;
    font-size: 11px;
    width: auto;
    min-width: calc(50% - 2px);
  }
}
@media only screen and (max-width: 767px) {
  .results-page .results-page .items-wrapper .item-infocard .links .button {
    margin-top: 5px;
  }
}
.results-page .results-page .items-wrapper .item-infocard .links .button + .button {
  background: #fff;
  color: #8436A1;
  border-color: #8436A1;
}
.results-page .results-page .items-wrapper .item-infocard .links .button:hover {
  background: #8436A1;
  border-color: #8436A1;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .results-page .results-page .items-wrapper .item-infocard .links {
    flex-flow: wrap;
  }
}
.results-page .results-page .items-wrapper .item-infocard .main-info .region,
.results-page .results-page .items-wrapper .item-infocard .main-info .region-link,
.results-page .results-page .items-wrapper .item-infocard .main-info-displayed .region,
.results-page .results-page .items-wrapper .item-infocard .main-info-displayed .region-link {
  font: 400 14px/21px "Poppins", "Arial", sans-serif;
  color: #fff;
}
.results-page .results-page .items-wrapper .item-infocard .main-info .region:hover,
.results-page .results-page .items-wrapper .item-infocard .main-info .region-link:hover,
.results-page .results-page .items-wrapper .item-infocard .main-info-displayed .region:hover,
.results-page .results-page .items-wrapper .item-infocard .main-info-displayed .region-link:hover {
  text-decoration: none;
}
.results-page .results-page .items-wrapper .item-infocard .main-info .title,
.results-page .results-page .items-wrapper .item-infocard .main-info-displayed .title {
  text-transform: uppercase;
  color: #fff;
  font: 400 18px/20px "Poppins", "Arial", sans-serif;
  letter-spacing: 2px;
}
.results-page .results-page .items-wrapper .item-infocard .main-info .rating,
.results-page .results-page .items-wrapper .item-infocard .main-info-displayed .rating {
  position: relative;
  width: 68px;
  height: 12px;
  background-image: url("../images/star.svg");
  margin: 8px auto 6px;
}
.results-page .results-page .items-wrapper .item-infocard .main-info .rating.star1,
.results-page .results-page .items-wrapper .item-infocard .main-info-displayed .rating.star1 {
  background-image: url("../images/star1.svg");
}
.results-page .results-page .items-wrapper .item-infocard .main-info .rating.star15,
.results-page .results-page .items-wrapper .item-infocard .main-info-displayed .rating.star15 {
  background-image: url("../images/star15.svg");
}
.results-page .results-page .items-wrapper .item-infocard .main-info .rating.star2,
.results-page .results-page .items-wrapper .item-infocard .main-info-displayed .rating.star2 {
  background-image: url("../images/star2.svg");
}
.results-page .results-page .items-wrapper .item-infocard .main-info .rating.star25,
.results-page .results-page .items-wrapper .item-infocard .main-info-displayed .rating.star25 {
  background-image: url("../images/star25.svg");
}
.results-page .results-page .items-wrapper .item-infocard .main-info .rating.star3,
.results-page .results-page .items-wrapper .item-infocard .main-info-displayed .rating.star3 {
  background-image: url("../images/star3.svg");
}
.results-page .results-page .items-wrapper .item-infocard .main-info .rating.star35,
.results-page .results-page .items-wrapper .item-infocard .main-info-displayed .rating.star35 {
  background-image: url("../images/star35.svg");
}
.results-page .results-page .items-wrapper .item-infocard .main-info .rating.star4,
.results-page .results-page .items-wrapper .item-infocard .main-info-displayed .rating.star4 {
  background-image: url("../images/star4.svg");
}
.results-page .results-page .items-wrapper .item-infocard .main-info .rating.star45,
.results-page .results-page .items-wrapper .item-infocard .main-info-displayed .rating.star45 {
  background-image: url("../images/star45.svg");
}
.results-page .results-page .items-wrapper .item-infocard .main-info .rating.star5,
.results-page .results-page .items-wrapper .item-infocard .main-info-displayed .rating.star5 {
  background-image: url("../images/star5.svg");
}
.results-page .results-page .items-wrapper .item-infocard .main-info .review-title,
.results-page .results-page .items-wrapper .item-infocard .main-info .review-link,
.results-page .results-page .items-wrapper .item-infocard .main-info-displayed .review-title,
.results-page .results-page .items-wrapper .item-infocard .main-info-displayed .review-link {
  margin-bottom: 30px;
  color: #fff;
  font-size: 10px;
  text-decoration: underline;
}
.results-page .results-page .items-wrapper .item-infocard .main-info .review-link:hover,
.results-page .results-page .items-wrapper .item-infocard .main-info-displayed .review-link:hover {
  text-decoration: none;
}
.results-page .results-page .items-wrapper .item-infocard .main-info-displayed {
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding: 50px 20px 0px;
  transition: opacity 350ms ease-in-out;
  background: linear-gradient(180deg, rgba(34, 34, 34, 0) 0%, #222222 100%);
  z-index: 10;
}
.results-page .results-page .items-wrapper .item-infocard:hover .main-info-displayed {
  opacity: 0;
  z-index: 0;
}
.results-page .results-page .items-wrapper .item-infocard:hover:before {
  border-width: 1px;
}
.results-page .results-page .items-wrapper .item-infocard:hover:after {
  opacity: 1;
}
.results-page .results-page .items-wrapper .item-infocard:hover .overlay {
  z-index: 10;
  opacity: 1;
}
.results-page .our-hotels-acm {
  display: flex;
  border-width: 1px;
}
.results-page .our-hotels-dropdown,
.results-page .our-hotels-acm {
  position: relative;
  width: 90%;
  margin-bottom: 80px;
  justify-content: space-between;
  padding: 20px 20px 0 20px;
  background-color: #fff;
}
@media only screen and (min-width: 1250px) and (max-height: 650px) {
  .results-page .our-hotels-dropdown,
.results-page .our-hotels-acm {
    max-width: 1920px;
    width: 100%;
    padding: 10px 10px 0 10px;
    margin-bottom: 0;
  }
}
.results-page .our-hotels-dropdown .options,
.results-page .our-hotels-acm .options {
  display: none;
}
.results-page .our-hotels-dropdown .sort-list button,
.results-page .our-hotels-acm .sort-list button {
  font-size: 14px;
}
.results-page .our-hotels-dropdown .filter .options__item-list button,
.results-page .our-hotels-dropdown .filter .options__item-list-acm button,
.results-page .our-hotels-acm .filter .options__item-list button,
.results-page .our-hotels-acm .filter .options__item-list-acm button {
  font-size: 12px;
  margin-bottom: 19px;
}
@media only screen and (min-width: 1250px) and (max-height: 650px) {
  .results-page .our-hotels-dropdown .filter .options__item-list button,
.results-page .our-hotels-dropdown .filter .options__item-list-acm button,
.results-page .our-hotels-acm .filter .options__item-list button,
.results-page .our-hotels-acm .filter .options__item-list-acm button {
    margin-bottom: 10px;
  }
}
.results-page .our-hotels-dropdown .hotels-list-col,
.results-page .our-hotels-dropdown .hotels-list-col-acm,
.results-page .our-hotels-acm .hotels-list-col,
.results-page .our-hotels-acm .hotels-list-col-acm {
  display: flex;
  align-content: flex-start;
  justify-content: flex-start;
  flex-flow: wrap;
  flex: 100% 0 0;
  padding: 0;
  overflow-y: auto;
}
@media only screen and (min-width: 1250px) and (max-height: 650px) {
  .results-page .our-hotels-dropdown .hotels-list-col,
.results-page .our-hotels-dropdown .hotels-list-col-acm,
.results-page .our-hotels-acm .hotels-list-col,
.results-page .our-hotels-acm .hotels-list-col-acm {
    flex: 88% 0 0;
  }
}
.results-page .our-hotels-dropdown .hotels-list-col.optioned .hotels-item,
.results-page .our-hotels-dropdown .hotels-list-col-acm.optioned .hotels-item,
.results-page .our-hotels-acm .hotels-list-col.optioned .hotels-item,
.results-page .our-hotels-acm .hotels-list-col-acm.optioned .hotels-item {
  opacity: 0.5;
  pointer-events: none;
}
.results-page .our-hotels-dropdown .hotels-list-col.optioned .hotels-item.active,
.results-page .our-hotels-dropdown .hotels-list-col-acm.optioned .hotels-item.active,
.results-page .our-hotels-acm .hotels-list-col.optioned .hotels-item.active,
.results-page .our-hotels-acm .hotels-list-col-acm.optioned .hotels-item.active {
  opacity: 1;
  border-color: #8436A1;
  pointer-events: all;
}
.results-page .our-hotels-dropdown .hotels-list-col::after,
.results-page .our-hotels-dropdown .hotels-list-col-acm::after,
.results-page .our-hotels-acm .hotels-list-col::after,
.results-page .our-hotels-acm .hotels-list-col-acm::after {
  display: none;
}
.results-page .our-hotels-dropdown .hotels-item,
.results-page .our-hotels-acm .hotels-item {
  display: flex;
  position: relative;
  width: 19%;
  height: auto;
  margin: 0 0.5% 12px;
  align-content: flex-start;
  z-index: 50;
  transition: opacity 0.3s, border 0.3s;
  border: none;
}
.results-page .our-hotels-dropdown .hotels-item::after,
.results-page .our-hotels-acm .hotels-item::after {
  display: none;
}
@media only screen and (min-width: 1250px) and (max-height: 650px) {
  .results-page .our-hotels-dropdown .hotels-item,
.results-page .our-hotels-acm .hotels-item {
    margin-bottom: 10px;
  }
}
.results-page .our-hotels-dropdown .hotels-item .img-container,
.results-page .our-hotels-acm .hotels-item .img-container {
  display: none;
}
.results-page .our-hotels-dropdown .hotels-item .content-container,
.results-page .our-hotels-acm .hotels-item .content-container {
  padding: 10px 10px 10px 20px;
}
.results-page .our-hotels-dropdown .hotels-item .location,
.results-page .our-hotels-acm .hotels-item .location {
  margin-bottom: 7px;
  font: 200 14px/16px "Poppins", "Arial", sans-serif;
}
.results-page .our-hotels-dropdown .hotels-item .name,
.results-page .our-hotels-acm .hotels-item .name {
  margin-bottom: 7px;
  font-family: "Poppins", "Arial", sans-serif;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
}
.results-page .our-hotels-dropdown .hotels-item .btns-block,
.results-page .our-hotels-acm .hotels-item .btns-block {
  display: none;
}
.results-page .our-hotels-dropdown .hotels-item .hotel-info,
.results-page .our-hotels-acm .hotels-item .hotel-info {
  color: #000;
  text-decoration: none;
}
.results-page .our-hotels-dropdown .hotels-item .hotel-info:hover,
.results-page .our-hotels-acm .hotels-item .hotel-info:hover {
  color: #8436A1;
}
.results-page .our-hotels-dropdown .option-title,
.results-page .our-hotels-acm .option-title {
  margin-bottom: 18px;
  color: #777;
  font-size: 14px;
}
@media only screen and (max-width: 1249px) {
  .results-page .our-hotels-dropdown .hotels-item,
.results-page .our-hotels-acm .hotels-item {
    width: 49%;
  }
  .results-page .our-hotels-dropdown .options,
.results-page .our-hotels-acm .options {
    padding: 20px 0px;
  }
}
@media only screen and (max-width: 1024px) {
  .results-page .our-hotels-dropdown,
.results-page .our-hotels-acm {
    width: 85%;
  }
  .results-page .our-hotels-dropdown .options,
.results-page .our-hotels-acm .options {
    flex: 25% 0 0;
  }
  .results-page .our-hotels-dropdown .hotels-list-col,
.results-page .our-hotels-dropdown .hotels-list-col-acm,
.results-page .our-hotels-acm .hotels-list-col,
.results-page .our-hotels-acm .hotels-list-col-acm {
    flex: 100% 0 0;
  }
  .results-page .our-hotels-dropdown .hotels-item,
.results-page .our-hotels-acm .hotels-item {
    width: 32.333%;
    min-width: unset;
  }
  .results-page .our-hotels-dropdown .close-btn,
.results-page .our-hotels-acm .close-btn {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .results-page .our-hotels-dropdown,
.results-page .our-hotels-acm {
    flex-flow: column;
    border: none;
  }
  .results-page .our-hotels-dropdown .hotels-list-col,
.results-page .our-hotels-dropdown .hotels-list-col-acm,
.results-page .our-hotels-acm .hotels-list-col,
.results-page .our-hotels-acm .hotels-list-col-acm {
    justify-content: center;
  }
  .results-page .our-hotels-dropdown .hotels-item,
.results-page .our-hotels-acm .hotels-item {
    width: 280px;
    min-width: unset;
  }
  .results-page .our-hotels-dropdown .hotels-item .content-container,
.results-page .our-hotels-acm .hotels-item .content-container {
    padding: 5px 5px 5px 18px;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
  }
  .results-page .our-hotels-dropdown .hotels-item .name,
.results-page .our-hotels-acm .hotels-item .name {
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 10px;
  }
  .results-page .our-hotels-dropdown .options,
.results-page .our-hotels-acm .options {
    display: none;
  }
}
.our-hotels-menu-point:hover .results-page .our-hotels-dropdown {
  display: flex;
  position: fixed;
  width: 80vw;
  max-height: 80vh;
  margin-top: 0px;
  top: 80px;
  left: 80px;
  text-align: left;
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1024px) {
  .our-hotels-menu-point:hover .results-page .our-hotels-dropdown {
    display: none;
  }
}

.dining-page .promo-block {
  top: 338px;
}
.dining-page #content {
  padding: 50px 0;
}
.dining-page #main-content.center-column {
  padding: 147px 20px 0 20px;
  max-width: 1188px;
}
@media only screen and (max-width: 767px) {
  .dining-page #main-content.center-column {
    padding-top: 45px;
  }
}
.dining-page .center-column {
  max-width: 1326px;
}
.dining-page .region-block {
  display: none;
}
.dining-page .region-block.visible-by-default, .dining-page .region-block.visible {
  display: block;
}
.dining-page .category-selector {
  font-size: 0;
  margin-bottom: 30px;
  text-align: left;
  width: calc(100% - 160px);
  margin-left: 160px;
}
@media only screen and (max-width: 1024px) {
  .dining-page .category-selector {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .dining-page .category-selector {
    padding: 0 30px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .dining-page .category-selector {
    padding: 0 30px;
    margin-bottom: 40px;
    width: 100%;
    background: #fff;
    text-align: center;
  }
}
.dining-page .category-selector button {
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  font-size: 12px;
  line-height: 18px;
  padding: 0 0 0px;
  letter-spacing: 1px;
  margin: 0 9px 10px;
  overflow: hidden;
  border: none;
  background: none;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .dining-page .category-selector button {
    margin-right: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}
.dining-page .category-selector button:after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -4px;
  background: #fff;
  transition: bottom 350ms ease-in-out;
}
.dining-page .category-selector button:hover, .dining-page .category-selector button.active {
  background: none;
}
.dining-page .category-selector button:hover:after, .dining-page .category-selector button.active:after {
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .dining-page .category-selector button {
    display: none;
  }
}
.dining-page .category-selector .select-wrapper {
  max-width: 100%;
  margin-bottom: 20px;
}
.dining-page .category-selector .select-wrapper select {
  max-width: 100%;
  font-size: 14px;
  padding-left: 0;
}
.dining-page .results-page .results-page-content h1 {
  margin-right: 10px;
  width: 223px;
}
@media only screen and (max-width: 767px) {
  .dining-page .results-page .results-page-content h1 {
    width: 100%;
    margin-right: 0;
  }
}
.dining-page .results-page .options-block {
  margin: -32px 0 22px;
}
@media only screen and (max-width: 1024px) {
  .dining-page .results-page .options-block {
    margin: 0;
  }
}
.dining-page .results-page .options-block .filters-wrapper {
  margin: 12px 0px 0px;
}
.dining-page .results-page .options-block .filters-wrapper .sticky-wrapper {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .dining-page .results-page .options-block .filters-wrapper .sticky-wrapper {
    flex-flow: wrap;
    display: flex;
    justify-content: flex-start;
  }
}
.dining-page .results-page .options-block .filters-wrapper .button {
  background: none;
  border: 1px solid rgba(132, 54, 161, 0.25);
  color: #340744;
  font: 14px/38px "Crimson Text", "Times New Roman", serif;
  text-transform: none;
  letter-spacing: 0;
  border-radius: 6px;
  padding: 0 38px 0 14px;
  text-align: left;
  margin: 0 12px 12px 0;
}
@media only screen and (min-width: 1440px) {
  .dining-page .results-page .options-block .filters-wrapper .button {
    min-width: 180px;
    padding: 0 14px;
  }
}
@media only screen and (max-width: 1024px) {
  .dining-page .results-page .options-block .filters-wrapper .button {
    margin: 0 12px 12px 0;
    min-width: 0;
    width: calc(25% - 12px);
  }
}
@media only screen and (max-width: 767px) {
  .dining-page .results-page .options-block .filters-wrapper .button {
    width: calc(50% - 12px);
  }
}
@media only screen and (max-width: 449px) {
  .dining-page .results-page .options-block .filters-wrapper .button {
    width: 100%;
  }
}
.dining-page .results-page .options-block .filters-wrapper .button:last-child {
  margin-right: 0;
}
@media (hover) {
  .dining-page .results-page .options-block .filters-wrapper .button:hover {
    background: #8436A1;
    color: #fff;
    border-color: #8436A1;
  }
  .dining-page .results-page .options-block .filters-wrapper .button:hover .round {
    background: #fff;
    transform: rotate(45deg);
    font-size: 14px;
    color: #340744;
  }
  .dining-page .results-page .options-block .filters-wrapper .button:hover .round:before, .dining-page .results-page .options-block .filters-wrapper .button:hover .round:after {
    margin-top: 0;
  }
  .dining-page .results-page .options-block .filters-wrapper .button:hover .round:before {
    width: 8px;
  }
  .dining-page .results-page .options-block .filters-wrapper .button:hover .round:after {
    height: 8px;
  }
}
.dining-page .results-page .options-block .filters-wrapper .button.active {
  background: #8436A1;
  color: #fff;
  border-color: #8436A1;
}
.dining-page .results-page .options-block .filters-wrapper .button.active .round {
  background: #fff;
  transform: rotate(45deg);
  font-size: 14px;
  color: #340744;
}
.dining-page .results-page .options-block .filters-wrapper .button.active .round:before, .dining-page .results-page .options-block .filters-wrapper .button.active .round:after {
  margin-top: 0;
}
.dining-page .results-page .options-block .filters-wrapper .button.active .round:before {
  width: 8px;
}
.dining-page .results-page .options-block .filters-wrapper .button.active .round:after {
  height: 8px;
}
.dining-page .results-page .options-block .filters-wrapper .button .round {
  border-radius: 50%;
  position: absolute;
  text-align: center;
  right: 11px;
  top: 10px;
  font-size: 12px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  transition: all 350ms ease-in-out;
}
.dining-page .results-page .options-block .filters-wrapper .button .round:before, .dining-page .results-page .options-block .filters-wrapper .button .round:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #340744;
  transform: translate(-50%, -50%);
  background: #340744;
  margin-top: 1px;
  transition: all 350ms ease-in-out;
}
.dining-page .results-page .options-block .filters-wrapper .button .round:before {
  width: 6px;
  height: 1px;
}
.dining-page .results-page .options-block .filters-wrapper .button .round:after {
  height: 6px;
  width: 1px;
}
.dining-page .regions-wrapper {
  text-align: center;
}
.dining-page .regions-wrapper .headings {
  margin-bottom: 46px;
}
@media only screen and (max-width: 767px) {
  .dining-page .regions-wrapper .headings {
    margin-bottom: 10px;
  }
}
.dining-page .regions-wrapper .headings h3 {
  font: 300 20px/30px "Poppins", "Arial", sans-serif;
  color: #340744;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .dining-page .regions-wrapper .headings h3 {
    font-size: 16px;
    line-height: 25px;
  }
}
.dining-page .regions-wrapper .headings h4 {
  font: 200 46px/59px "Poppins", "Arial", sans-serif;
  color: #340744;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .dining-page .regions-wrapper .headings h4 {
    font-size: 32px;
    line-height: 38px;
  }
}

.dining-content-wrapper {
  position: relative;
  margin-bottom: 40px;
  overflow: hidden;
  height: 655px;
  padding: 55px 0 110px;
}
@media only screen and (max-width: 1024px) {
  .dining-content-wrapper {
    height: auto;
    padding: 55px 0 55px;
  }
}
@media only screen and (max-width: 767px) {
  .dining-content-wrapper {
    padding: 0 0 40px;
  }
}
.dining-content-wrapper.no-slider .slider-buttons {
  display: none;
}
.dining-content-wrapper .img-container {
  position: absolute;
  width: 100%;
  height: 100%;
  left: calc(50% - 486px);
  top: 0;
  background: #222222;
}
@media only screen and (min-width: 1440px) {
  .dining-content-wrapper .img-container {
    left: calc(50% - 486px);
  }
}
@media only screen and (max-width: 1024px) {
  .dining-content-wrapper .img-container {
    left: 0;
  }
}
.dining-content-wrapper .img-container img {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  transition: opacity 350ms ease-in-out, visibility 350ms ease-in-out;
}
.dining-content-wrapper .img-container img.active {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 1024px) {
  .dining-content-wrapper .img-container {
    width: 100%;
  }
}
.dining-content-wrapper .center-column {
  width: 100%;
}
.dining-content-wrapper .page-content {
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .dining-content-wrapper .page-content {
    flex-flow: column;
  }
}
.dining-content-wrapper .dining-slider {
  width: 58%;
  max-height: 450px;
  margin-left: 18px;
}
@media only screen and (max-width: 1024px) {
  .dining-content-wrapper .dining-slider {
    display: none;
  }
}
.dining-content-wrapper .dining-slider .slideshow {
  overflow: hidden;
}
.dining-content-wrapper .dining-slider .slider-buttons {
  display: flex;
  justify-content: flex-end;
  margin-right: 8px;
}
.dining-content-wrapper .dining-slider .slideshow-button {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  opacity: 1;
  transition: opacity 350ms ease-in-out;
}
.dining-content-wrapper .dining-slider .slideshow-button path {
  fill: #fff;
}
.dining-content-wrapper .dining-slider .slideshow-button:hover path {
  fill: #ccc;
}
.dining-content-wrapper .dining-slider .slideshow-button.swiper-button-disabled {
  opacity: 0;
}
@media screen and (max-width: 1399px) {
  .dining-content-wrapper .dining-slider {
    width: 57%;
  }
}
.dining-content-wrapper .slide {
  display: flex;
  min-height: 450px;
  color: #fff;
  text-align: center;
}
.dining-content-wrapper .slide-image {
  height: 100%;
}
.dining-content-wrapper .slide-content {
  position: relative;
  margin-top: auto;
  padding: 25px 30px;
}
.dining-content-wrapper .slide h3, .dining-content-wrapper .slide h4 {
  margin-bottom: 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .dining-content-wrapper .slide {
    min-height: 400px;
  }
}
@media screen and (max-width: 575px) {
  .dining-content-wrapper .slide {
    min-height: 300px;
  }
}
.dining-content-wrapper .section-content {
  display: none;
  width: 42%;
  padding-top: 0;
  padding-left: 50px;
  color: #fff;
  height: 450px;
  text-align: left;
}
@media screen and (max-width: 1399px) {
  .dining-content-wrapper .section-content {
    width: 43%;
  }
}
@media only screen and (max-width: 1024px) {
  .dining-content-wrapper .section-content {
    padding: 0 30px;
    height: auto;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .dining-content-wrapper .section-content ul {
    display: flex;
    flex-flow: column;
  }
}
.dining-content-wrapper .section-content.active {
  display: block;
}
.dining-content-wrapper .section-content .description {
  height: 408px;
  overflow-y: auto;
}
@media only screen and (max-width: 1024px) {
  .dining-content-wrapper .section-content .description {
    height: auto;
  }
}
.dining-content-wrapper .section-content .description .logo {
  display: block;
  margin-bottom: 36px;
}
.dining-content-wrapper .section-content .name-location {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 22px;
}
.dining-content-wrapper .section-content p {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .dining-content-wrapper .section-content p {
    line-height: 25px;
  }
}
.dining-content-wrapper .section-content ul {
  margin-left: 0;
  margin-bottom: 30px;
  padding-left: 20px;
  font-size: 16px;
  line-height: 25px;
  list-style: url(../images/check.svg);
}
.dining-content-wrapper .section-content li {
  font-family: "Crimson Text", "Times New Roman", serif;
  padding-left: 6px;
}
.dining-content-wrapper .section-content li:not(:last-child) {
  margin-bottom: 24px;
}
.dining-content-wrapper .section-content li::before {
  display: none;
}
.dining-content-wrapper .section-content .links {
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .dining-content-wrapper .section-content .links {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    align-items: flex-start;
  }
}
.dining-content-wrapper .section-content a {
  display: inline-flex;
  justify-content: center;
  min-width: 160px;
  padding: 0 25px;
  font-size: 13px;
  line-height: 40px;
  text-align: center;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.25);
}
@media only screen and (max-width: 767px) {
  .dining-content-wrapper .section-content a {
    margin: 0;
    width: calc(50% - 7px);
  }
}
.dining-content-wrapper .section-content a + a {
  color: #8436A1;
  border: 1px solid #8436A1;
  background: #fff;
}
.dining-content-wrapper .section-content a:not(:last-child) {
  margin-right: 15px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .dining-content-wrapper .section-content a:not(:last-child) {
    margin: 0 10px 10px 0;
  }
}
.dining-content-wrapper .section-content a:hover {
  color: #fff;
  background-color: #8436A1;
  border-color: #8436A1;
}
.dining-content-wrapper .content-collapse-btn {
  display: none;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  order: 3;
}
@media screen and (max-width: 575px) {
  .dining-content-wrapper .content-collapse-btn {
    display: flex;
    align-self: center;
  }
}
.dining-content-wrapper h2 {
  margin-bottom: 15px;
  color: #fff;
  font-size: 60px;
  font-weight: 200;
  letter-spacing: 1px;
  line-height: 1;
}
@media only screen and (max-width: 449px) {
  .dining-content-wrapper h2 {
    font-size: 36px;
  }
}
.dining-content-wrapper.no-slider .dining-slider {
  position: absolute;
}
.dining-content-wrapper.no-slider .section-content {
  width: 50%;
  padding-left: 240px;
}
@media only screen and (max-width: 1024px) {
  .dining-content-wrapper.no-slider .section-content {
    padding: 0 30px;
    width: 100%;
  }
}
.dining-content-wrapper.no-slider .slider-buttons {
  display: none;
}

.dining-page.filters-fixed .results-page .options-block .filters-wrapper {
  position: fixed;
  background: #fff;
  width: 100%;
  margin-top: 0;
  padding-top: 27px;
  left: 0;
  top: 68px;
  z-index: 1;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  overflow: auto;
}
.dining-page.filters-fixed .results-page .options-block .filters-wrapper::-webkit-scrollbar {
  height: 2px;
}
.dining-page.filters-fixed .results-page .options-block .sticky-wrapper {
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  width: max-content;
}
@media only screen and (max-width: 1024px) {
  .dining-page.filters-fixed .results-page .options-block .sticky-wrapper {
    flex-flow: nowrap;
    overflow: auto;
    justify-content: space-between;
    min-width: min-content;
  }
  .dining-page.filters-fixed .results-page .options-block .sticky-wrapper .tab {
    margin-right: 10px;
    min-width: unset;
  }
}

.specials:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: 767px) {
  .specials .category-selector .select-wrapper select {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .specials .category-selector .select-wrapper {
    width: 100%;
  }
}
.specials .image-list-item {
  position: relative;
  overflow: hidden;
  height: 300px;
  width: 100%;
  margin: 0 auto 20px;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
}
@media only screen and (max-width: 767px) {
  .specials .image-list-item {
    height: auto;
  }
}
.specials .image-list-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #e2e2e2;
  z-index: -1;
}
.specials .image-list-item .background {
  position: relative;
  width: 350px;
  height: 300px;
  margin-left: 40px;
  display: block;
  float: right;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .specials .image-list-item .background {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .specials .image-list-item .background {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.specials .image-list-item .description {
  width: 100%;
  display: block;
  padding: 25px;
}
@media only screen and (max-width: 767px) {
  .specials .image-list-item .description {
    padding: 20px;
  }
}
.specials .image-list-item .description h3 {
  margin-bottom: 15px;
}
.specials .image-list-item .description h3 a {
  text-decoration: none;
}
.specials .image-list-item .description h3 a:hover {
  color: #340744;
}
.specials .image-list-item .description nav {
  position: absolute;
  bottom: 30px;
  left: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .specials .image-list-item .description nav {
    bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .specials .image-list-item .description nav {
    width: 100%;
    left: auto;
    right: auto;
    bottom: auto;
    position: relative;
  }
}

.single-special .background {
  width: 300px;
  height: 300px;
  margin-left: 20px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .single-special .background {
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .single-special .page-content-wrapper .sidebar-col {
    padding-bottom: 24px;
  }
}
.single-special .page-content-wrapper .sidebar-col .button {
  margin-top: 20px;
  padding: 0 35px;
  line-height: 60px;
}
@media only screen and (max-width: 767px) {
  .single-special .page-content-wrapper .sidebar-col .button {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .single-special .page-content-wrapper .content-col {
    margin-bottom: 40px;
  }
}
.single-special .page-content-wrapper .mobile-only {
  display: none;
  line-height: 50px;
}
@media only screen and (max-width: 767px) {
  .single-special .page-content-wrapper .mobile-only {
    display: block;
  }
}

.brand-specials .items-wrapper {
  width: 100%;
  margin: 45px auto 0;
}
.brand-specials .offer-item {
  min-height: 350px;
  width: 100%;
  position: relative;
  background: #f6f6f6;
  margin: 40px 0;
  overflow: hidden;
  display: none;
}
@media only screen and (max-width: 767px) {
  .brand-specials .offer-item {
    min-height: auto;
    margin: 30px 0;
  }
}
.brand-specials .offer-item.active {
  display: block;
}
.brand-specials .offer-item:nth-child(2n) .offer-wrapper, .brand-specials .offer-item.hashItem .offer-wrapper {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .brand-specials .offer-item:nth-child(2n) .offer-wrapper, .brand-specials .offer-item.hashItem .offer-wrapper {
    flex-direction: unset;
  }
}
.brand-specials .offer-item .offer-wrapper {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .brand-specials .offer-item .offer-wrapper {
    display: block;
  }
}
.brand-specials .offer-item .additional-content {
  position: relative;
  font: 13px/22px "Poppins", "Arial", sans-serif;
  color: #222222;
  text-align: left;
  padding: 44px 50px 50px 50px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .brand-specials .offer-item .additional-content {
    padding: 25px;
    line-height: 26px;
  }
}
.brand-specials .offer-item .additional-content:before {
  content: "";
  height: 1px;
  width: calc(50% - 95px);
  position: absolute;
  left: 50px;
  top: 0;
  background: #e2e2e2;
}
@media only screen and (max-width: 767px) {
  .brand-specials .offer-item .additional-content:before {
    width: calc(100% - 50px);
    left: 25px;
    right: 25px;
  }
}
.brand-specials .offer-item .additional-content p {
  margin-bottom: 22px;
}
.brand-specials .offer-item .additional-content .links {
  display: inline-block;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .brand-specials .offer-item .additional-content .links {
    display: flex;
    flex-flow: wrap;
  }
}
.brand-specials .offer-item.featured-offer {
  min-height: 500px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .brand-specials .offer-item.featured-offer {
    width: calc(100% + 60px);
    margin-left: -30px;
  }
}
@media only screen and (max-width: 767px) {
  .brand-specials .offer-item.featured-offer .offer-wrapper {
    display: flex;
    flex-flow: column;
  }
}
.brand-specials .offer-item.featured-offer .hotel-img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .brand-specials .offer-item.featured-offer .hotel-img {
    order: 1;
    height: 0;
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    right: auto;
    padding-bottom: 67%;
  }
}
.brand-specials .offer-item.featured-offer .featured {
  font: 14px/21px "Poppins", "Arial", sans-serif;
  color: #222222;
  text-align: center;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .brand-specials .offer-item.featured-offer .featured {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 8px;
  }
}
.brand-specials .offer-item.featured-offer .offer-info {
  background: #fff;
  position: relative;
  margin: 40px;
  min-height: 420px;
  width: 375px;
  padding: 57px 40px 80px 40px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .brand-specials .offer-item.featured-offer .offer-info {
    order: 2;
    min-height: 100%;
    margin: 0;
    width: 100%;
    padding: 45px 40px 95px 40px;
  }
}
.brand-specials .offer-item.featured-offer .offer-info:before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 10px;
  left: 10px;
  border: 1px solid rgba(34, 34, 34, 0.25);
}
.brand-specials .offer-item.featured-offer .offer-info h3 {
  text-align: center;
  max-width: 265px;
  margin: 0 auto;
  line-height: 27px;
}
.brand-specials .offer-item.featured-offer .offer-info .offer-details {
  margin-top: 29px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .brand-specials .offer-item.featured-offer .offer-info .offer-details {
    margin-top: 17px;
    margin-bottom: 11px;
  }
}
@media only screen and (max-width: 767px) {
  .brand-specials .offer-item.featured-offer .offer-info .offer-details p {
    line-height: 22px;
  }
}
.brand-specials .offer-item.featured-offer .links {
  position: absolute;
  bottom: 25px;
  left: 25px;
  right: 25px;
}
@media only screen and (max-width: 767px) {
  .brand-specials .offer-item.featured-offer .links {
    left: 40px;
    right: 40px;
    bottom: 40px;
  }
}
.brand-specials .offer-item.featured-offer .links .button {
  margin: 0;
  width: calc(50% - 7px);
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .brand-specials .offer-item.featured-offer .links .button {
    padding: 0 10px;
  }
}
.brand-specials .offer-item.featured-offer .links .button:first-child {
  margin-right: 14px;
}
.brand-specials .offer-item .hotel-img {
  width: 50%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .brand-specials .offer-item .hotel-img {
    width: 100%;
    height: 0;
    padding-bottom: 58%;
  }
}
.brand-specials .offer-item .offer-info {
  width: 50%;
  min-height: 350px;
  text-align: left;
  padding: 60px 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .brand-specials .offer-item .offer-info {
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .brand-specials .offer-item .offer-info {
    width: 100%;
    min-height: 100%;
    padding: 28px 25px 18px;
  }
}
.brand-specials .offer-item .offer-info h3 {
  font: 24px/24px "Poppins", "Arial", sans-serif;
  color: #222222;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .brand-specials .offer-item .offer-info h3 {
    font-size: 22px;
  }
}
.brand-specials .offer-item .offer-info h4, .brand-specials .offer-item .offer-info .hotel-address {
  font: 14px/21px "Poppins", "Arial", sans-serif;
  color: #222222;
}
@media only screen and (max-width: 767px) {
  .brand-specials .offer-item .offer-info h4, .brand-specials .offer-item .offer-info .hotel-address {
    line-height: 19px;
  }
}
.brand-specials .offer-item .offer-info .offer-details {
  margin-top: 18px;
  margin-bottom: 18px;
}
@media only screen and (max-width: 767px) {
  .brand-specials .offer-item .offer-info .offer-details {
    margin-top: 10px;
  }
}
.brand-specials .offer-item .offer-info .offer-details p {
  font: 300 13px/22px "Poppins", "Arial", sans-serif;
  color: #222222;
}
@media only screen and (max-width: 767px) {
  .brand-specials .offer-item .offer-info .offer-details p {
    line-height: 26px;
  }
}
.brand-specials .offer-item .offer-info .offer-details span {
  display: block;
  margin-top: 10px;
}
.brand-specials .offer-item .offer-info .links {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .brand-specials .offer-item .offer-info .links {
    display: flex;
    flex-flow: wrap;
  }
}
.brand-specials .offer-item .button {
  background: none;
  border: 1px solid rgba(34, 34, 34, 0.25);
  color: #340744;
  padding: 0 32px;
  margin: 15px 0 0 0;
}
@media only screen and (max-width: 767px) {
  .brand-specials .offer-item .button {
    margin: 0px 0px 10px;
    padding: 0px 10px;
    font-size: 11px;
    letter-spacing: 1px;
    width: auto;
    min-width: 130px;
  }
}
.brand-specials .offer-item .button:first-child {
  margin-right: 15px;
}
.brand-specials .offer-item .button.offer-book-link {
  background: #fff;
  border-color: rgba(132, 54, 161, 0.25);
  color: #8436A1;
}
.brand-specials .offer-item .button.offer-book-link:hover {
  color: #fff;
  background: #8436A1;
}
@media only screen and (max-width: 767px) {
  .brand-specials .offer-item .button.offer-book-link {
    margin-bottom: 10px;
  }
}
.brand-specials .offer-item .button:hover {
  border-color: #8436A1;
  color: #fff;
  background: #8436A1;
}
.brand-specials .offer-item .button.show-content {
  padding: 0 35px 0 17px;
}
@media only screen and (max-width: 767px) {
  .brand-specials .offer-item .button.show-content {
    padding: 0 22px 0 14px;
    font-size: 11px;
    letter-spacing: 1px;
  }
}
.brand-specials .offer-item .button.show-content.expanded:after {
  transform: rotate(135deg) translateY(-50%);
  right: 22px;
  margin-top: -5px;
}
@media only screen and (max-width: 767px) {
  .brand-specials .offer-item .button.show-content.expanded:after {
    right: 11px;
  }
}
.brand-specials .offer-item .button.show-content:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 17px;
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #222;
  border-left: 1px solid #222;
  transform: rotate(-45deg) translateY(-50%);
  margin-top: -3px;
  pointer-events: none;
  transition: border-color 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .brand-specials .offer-item .button.show-content:after {
    right: 6px;
  }
}
.brand-specials .offer-item .button.show-content:hover:after {
  border-color: #fff;
}

.property .brand-specials .offer-item {
  display: block;
}

.blog-categories-wrapper {
  padding: 15px 60px 0;
  background-color: #f8f8f8;
  z-index: 2;
}
@media screen and (max-width: 1500px) {
  .blog-categories-wrapper {
    padding: 15px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .blog-categories-wrapper {
    padding: 15px 0 0;
  }
}
.no-categories-menu-bar .blog-categories-wrapper {
  display: none;
}
.blog-categories-wrapper .center-column {
  max-width: 1000000000px;
}
.blog-categories-wrapper .category-selector .select-wrapper select {
  background: none;
}
.blog-categories-wrapper .category-menu {
  text-align: center;
  font-size: 0;
  margin: 0 0 20px 0;
}
.blog-categories-wrapper .category-menu ul .all-categories-li {
  margin-right: 20px;
  vertical-align: top;
}
.blog-categories-wrapper .category-menu .button {
  background: none !important;
  border: none;
  color: #222222;
  margin: 0 0 0 0;
  padding: 20px 0 20px;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-width: 0;
  border-bottom-style: solid;
  border-bottom-width: 4px;
  border-bottom-color: transparent;
  transition: border 350ms ease-in-out;
}
@media screen and (max-width: 1200px) {
  .blog-categories-wrapper .category-menu .button {
    font-size: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .blog-categories-wrapper .category-menu .button {
    font-size: 12px;
  }
}
.blog-categories-wrapper .category-menu .button:hover, .blog-categories-wrapper .category-menu .button.active {
  color: #222222;
  background: none !important;
  border-bottom-color: #8436A1;
}
.blog-categories-wrapper .category-menu .category-with-subcategories {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-right: 40px;
  margin-right: 20px;
  margin-left: 20px;
}
@media screen and (max-width: 1500px) {
  .blog-categories-wrapper .category-menu .category-with-subcategories {
    padding-right: 30px;
    margin-right: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-categories-wrapper .category-menu .category-with-subcategories {
    margin: 0 20px;
    padding-right: 0;
  }
  .blog-categories-wrapper .category-menu .category-with-subcategories select {
    font-size: 14px;
    padding: 0;
  }
  .blog-categories-wrapper .category-menu .category-with-subcategories li {
    display: none;
  }
}
.blog-categories-wrapper .category-menu .category-with-subcategories:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #222;
  border-left: 1px solid #222;
  transform: rotate(-45deg) translateY(-50%);
  margin-top: -5px;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .blog-categories-wrapper .category-menu .category-with-subcategories:after {
    display: none;
  }
}
.blog-categories-wrapper .category-menu .category-with-subcategories .parent {
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .blog-categories-wrapper .category-menu .category-with-subcategories .parent {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .blog-categories-wrapper .category-menu .category-with-subcategories .parent:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -20px;
    width: 7px;
    height: 7px;
    border-bottom: 1px solid #222;
    border-left: 1px solid #222;
    transform: rotate(-45deg) translateY(-50%);
    margin-top: -3px;
    pointer-events: none;
  }
}
.blog-categories-wrapper .category-menu .category-with-subcategories:hover:after {
  margin-top: 0;
  border-left: none;
  border-bottom: none;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
}
.blog-categories-wrapper .category-menu .category-with-subcategories:hover .subcategories {
  display: block;
}
@media only screen and (max-width: 767px) {
  .blog-categories-wrapper .category-menu .category-with-subcategories:hover .subcategories {
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .blog-categories-wrapper .category-menu .category-with-subcategories:hover .subcategories button {
    font-size: 10px;
    margin: 0 0 0 20px;
    padding: 20px 0;
    letter-spacing: 1px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-categories-wrapper .category-menu .category-with-subcategories:hover .parent:after {
    display: none;
    border-left: none;
    border-top: none;
    border-right: 1px solid #222;
  }
}
.blog-categories-wrapper .category-menu li {
  display: inline-block;
  margin-right: 20px;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .blog-categories-wrapper .category-menu li {
    margin-right: 20px;
  }
}
.blog-categories-wrapper .category-menu li:last-child {
  margin-right: 0;
}
.blog-categories-wrapper .category-menu .subcategories {
  display: none;
  position: absolute;
  left: -20px;
  right: -10px;
  top: 100%;
  min-width: 168px;
  padding: 7px 0;
  background-color: #fff;
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.1);
  text-align: left;
  margin-top: -9px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .blog-categories-wrapper .category-menu .subcategories {
    display: inline-block;
    vertical-align: top;
    overflow: visible;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    padding: 0;
    min-width: auto;
    background: none;
    box-shadow: none;
    margin: 0;
  }
}
.blog-categories-wrapper .category-menu .subcategories button {
  display: block;
  width: 100%;
  padding: 0 20px;
  margin: 10px 0;
  letter-spacing: 0;
  font-size: 14px;
  line-height: 16px;
  color: #222222;
  text-decoration: none;
  text-transform: none;
  text-align: left;
  border-bottom: 0;
  white-space: normal;
}
@media only screen and (max-width: 767px) {
  .blog-categories-wrapper .category-menu .subcategories button {
    display: none;
  }
}
.blog-categories-wrapper .category-menu .subcategories button:hover, .blog-categories-wrapper .category-menu .subcategories button.active {
  color: #8436A1;
}
.blog-categories-wrapper .category-menu .subcategories-inline {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .blog-categories-wrapper .category-menu .subcategories-inline {
    white-space: normal;
    overflow: hidden;
  }
  .blog-categories-wrapper .category-menu .subcategories-inline select {
    font-size: 14px;
    padding-right: 25px;
  }
}
.blog-categories-wrapper .category-menu .subcategories-inline button {
  background: none !important;
  border: none;
  color: #222222;
  margin: 0 0 0 0;
  padding: 20px 0 20px;
  margin-right: 20px;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-width: 0;
  border-bottom-style: solid;
  border-bottom-width: 4px;
  border-bottom-color: transparent;
  transition: border 350ms ease-in-out;
}
@media screen and (max-width: 1200px) {
  .blog-categories-wrapper .category-menu .subcategories-inline button {
    font-size: 10px;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .blog-categories-wrapper .category-menu .subcategories-inline button {
    font-size: 10px;
  }
}
.blog-categories-wrapper .select-wrapper {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .blog-categories-wrapper .select-wrapper {
    min-width: 190px;
  }
}

.blog-posts-wrapper {
  font-size: 0;
  margin-bottom: 15px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .blog-posts-wrapper {
    border-bottom: 0;
  }
}
.blog-posts-wrapper.center-column {
  padding: 0 0 60px 0;
  max-width: 1246px;
}
@media only screen and (max-width: 767px) {
  .blog-posts-wrapper.center-column {
    padding: 0 30px 45px 30px;
    margin-bottom: 30px;
  }
}
.blog-posts-wrapper .post-block {
  display: inline-block;
  width: calc(100% - 40px);
  margin: 20px;
  padding-bottom: calc(32% - 10px);
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .blog-posts-wrapper .post-block {
    width: calc(100% - 20px);
    margin: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-posts-wrapper .post-block {
    width: 100% !important;
    margin: 15px 0 !important;
    padding-bottom: 100%;
  }
}
.blog-posts-wrapper .post-block:hover:after {
  opacity: 0;
}
.blog-posts-wrapper .post-block:hover .headers {
  bottom: -100%;
}
.blog-posts-wrapper .post-block:hover .descr {
  top: 0;
}
.blog-posts-wrapper .post-block:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 200px;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 70%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#000000",GradientType=0 );
  z-index: 2;
  opacity: 1;
  transition: opacity 350ms ease-in-out;
}
.blog-posts-wrapper .post-block .headers {
  font: 18px/20px "Poppins", "Arial", sans-serif;
  letter-spacing: 2px;
  position: absolute;
  left: 50%;
  width: 90%;
  bottom: 26px;
  text-transform: uppercase;
  color: #fff;
  transform: translateX(-50%);
  transition: bottom 350ms ease-in-out;
  text-align: center;
  z-index: 3;
}
.blog-posts-wrapper .post-block .subtitle {
  font-size: 14px;
  text-transform: none;
}
.blog-posts-wrapper .post-block .button {
  z-index: 1;
  display: flex;
  align-self: center;
  background: #fff;
  margin-top: 25px;
  padding: 0 35px;
  color: #8436A1;
  border: 1px solid #8436A1;
}
.blog-posts-wrapper .post-block .button:hover {
  background: #8436A1;
  color: #fff;
}
.blog-posts-wrapper .post-block .descr {
  top: -100%;
  position: absolute;
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  flex-flow: column;
  padding: 45px 20px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  transition: top 350ms ease-in-out;
  z-index: 4;
  overflow: hidden;
}
.blog-posts-wrapper .post-block .descr:after {
  content: "";
  border: 1px solid #fff;
  background: none;
  z-index: 0;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
}
.blog-posts-wrapper .post-block .descr h3 {
  font: 18px/20px "Poppins", "Arial", sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-transform: uppercase;
  z-index: 1;
}
.blog-posts-wrapper .post-block .descr h3 a {
  color: #fff;
  text-decoration: none;
}
.blog-posts-wrapper .post-block .descr h3 a:hover {
  text-decoration: underline;
}
.blog-posts-wrapper .post-block .descr p {
  font-size: 14px;
  line-height: 22px;
  z-index: 1;
  max-width: 650px;
  margin: 0 auto;
}
.blog-posts-wrapper .post-block .thumb {
  position: absolute;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
}
.blog-posts-wrapper .count-8, .blog-posts-wrapper .count-7, .blog-posts-wrapper .count-6, .blog-posts-wrapper .count-5, .blog-posts-wrapper .count-4, .blog-posts-wrapper .count-3, .blog-posts-wrapper .count-2 {
  text-align: center;
}
.blog-posts-wrapper .count-8 .item-2, .blog-posts-wrapper .count-8 .item-4, .blog-posts-wrapper .count-8 .item-5, .blog-posts-wrapper .count-8 .item-6, .blog-posts-wrapper .count-8 .item-8, .blog-posts-wrapper .count-7 .item-2, .blog-posts-wrapper .count-7 .item-4, .blog-posts-wrapper .count-7 .item-5, .blog-posts-wrapper .count-7 .item-6, .blog-posts-wrapper .count-7 .item-8, .blog-posts-wrapper .count-6 .item-2, .blog-posts-wrapper .count-6 .item-4, .blog-posts-wrapper .count-6 .item-5, .blog-posts-wrapper .count-6 .item-6, .blog-posts-wrapper .count-6 .item-8, .blog-posts-wrapper .count-5 .item-2, .blog-posts-wrapper .count-5 .item-4, .blog-posts-wrapper .count-5 .item-5, .blog-posts-wrapper .count-5 .item-6, .blog-posts-wrapper .count-5 .item-8, .blog-posts-wrapper .count-4 .item-2, .blog-posts-wrapper .count-4 .item-4, .blog-posts-wrapper .count-4 .item-5, .blog-posts-wrapper .count-4 .item-6, .blog-posts-wrapper .count-4 .item-8, .blog-posts-wrapper .count-3 .item-2, .blog-posts-wrapper .count-3 .item-4, .blog-posts-wrapper .count-3 .item-5, .blog-posts-wrapper .count-3 .item-6, .blog-posts-wrapper .count-3 .item-8, .blog-posts-wrapper .count-2 .item-2, .blog-posts-wrapper .count-2 .item-4, .blog-posts-wrapper .count-2 .item-5, .blog-posts-wrapper .count-2 .item-6, .blog-posts-wrapper .count-2 .item-8 {
  width: calc(33.3% - 40px);
}
@media only screen and (max-width: 1024px) {
  .blog-posts-wrapper .count-8 .item-2, .blog-posts-wrapper .count-8 .item-4, .blog-posts-wrapper .count-8 .item-5, .blog-posts-wrapper .count-8 .item-6, .blog-posts-wrapper .count-8 .item-8, .blog-posts-wrapper .count-7 .item-2, .blog-posts-wrapper .count-7 .item-4, .blog-posts-wrapper .count-7 .item-5, .blog-posts-wrapper .count-7 .item-6, .blog-posts-wrapper .count-7 .item-8, .blog-posts-wrapper .count-6 .item-2, .blog-posts-wrapper .count-6 .item-4, .blog-posts-wrapper .count-6 .item-5, .blog-posts-wrapper .count-6 .item-6, .blog-posts-wrapper .count-6 .item-8, .blog-posts-wrapper .count-5 .item-2, .blog-posts-wrapper .count-5 .item-4, .blog-posts-wrapper .count-5 .item-5, .blog-posts-wrapper .count-5 .item-6, .blog-posts-wrapper .count-5 .item-8, .blog-posts-wrapper .count-4 .item-2, .blog-posts-wrapper .count-4 .item-4, .blog-posts-wrapper .count-4 .item-5, .blog-posts-wrapper .count-4 .item-6, .blog-posts-wrapper .count-4 .item-8, .blog-posts-wrapper .count-3 .item-2, .blog-posts-wrapper .count-3 .item-4, .blog-posts-wrapper .count-3 .item-5, .blog-posts-wrapper .count-3 .item-6, .blog-posts-wrapper .count-3 .item-8, .blog-posts-wrapper .count-2 .item-2, .blog-posts-wrapper .count-2 .item-4, .blog-posts-wrapper .count-2 .item-5, .blog-posts-wrapper .count-2 .item-6, .blog-posts-wrapper .count-2 .item-8 {
    width: calc(33.3% - 20px);
  }
}
.blog-posts-wrapper .count-8 .item-3, .blog-posts-wrapper .count-8 .item-7, .blog-posts-wrapper .count-7 .item-3, .blog-posts-wrapper .count-7 .item-7, .blog-posts-wrapper .count-6 .item-3, .blog-posts-wrapper .count-6 .item-7, .blog-posts-wrapper .count-5 .item-3, .blog-posts-wrapper .count-5 .item-7, .blog-posts-wrapper .count-4 .item-3, .blog-posts-wrapper .count-4 .item-7, .blog-posts-wrapper .count-3 .item-3, .blog-posts-wrapper .count-3 .item-7, .blog-posts-wrapper .count-2 .item-3, .blog-posts-wrapper .count-2 .item-7 {
  width: calc(66.7% - 40px);
}
@media only screen and (max-width: 1024px) {
  .blog-posts-wrapper .count-8 .item-3, .blog-posts-wrapper .count-8 .item-7, .blog-posts-wrapper .count-7 .item-3, .blog-posts-wrapper .count-7 .item-7, .blog-posts-wrapper .count-6 .item-3, .blog-posts-wrapper .count-6 .item-7, .blog-posts-wrapper .count-5 .item-3, .blog-posts-wrapper .count-5 .item-7, .blog-posts-wrapper .count-4 .item-3, .blog-posts-wrapper .count-4 .item-7, .blog-posts-wrapper .count-3 .item-3, .blog-posts-wrapper .count-3 .item-7, .blog-posts-wrapper .count-2 .item-3, .blog-posts-wrapper .count-2 .item-7 {
    width: calc(66.7% - 20px);
  }
}
.blog-posts-wrapper .count-7 .item-7 {
  width: calc(100% - 40px);
}
@media only screen and (max-width: 1024px) {
  .blog-posts-wrapper .count-7 .item-7 {
    width: calc(100% - 20px);
  }
}
.blog-posts-wrapper .count-5 .item-4 {
  width: calc(66.7% - 40px);
}
@media only screen and (max-width: 1024px) {
  .blog-posts-wrapper .count-5 .item-4 {
    width: calc(66.7% - 20px);
  }
}
.blog-posts-wrapper .count-4 .item-4 {
  width: calc(100% - 40px);
}
@media only screen and (max-width: 1024px) {
  .blog-posts-wrapper .count-4 .item-4 {
    width: calc(100% - 20px);
  }
}
.blog-posts-wrapper .count-2 .item-1 {
  width: calc(33.3% - 40px);
}
@media only screen and (max-width: 1024px) {
  .blog-posts-wrapper .count-2 .item-1 {
    width: calc(33.3% - 20px);
  }
}
.blog-posts-wrapper .count-2 .item-2 {
  width: calc(66.7% - 40px);
}
@media only screen and (max-width: 1024px) {
  .blog-posts-wrapper .count-2 .item-2 {
    width: calc(66.7% - 20px);
  }
}
.blog-posts-wrapper .see-more {
  background: none;
  color: #8436A1;
  border: 1px solid #8436A1;
  display: block;
  width: calc(100% - 40px);
  margin: 20px auto 0;
  height: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .blog-posts-wrapper .see-more {
    width: calc(100% - 20px);
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-posts-wrapper .see-more {
    width: 100%;
  }
}
.blog-posts-wrapper .see-more:hover {
  background: #8436A1;
  color: #fff;
}
.blog-posts-wrapper .loading-block {
  display: block;
  text-align: center;
  color: #000;
  font-size: 20px;
}

.page-content-wrapper .content-col .main-content.single-post .subtitle {
  display: block;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 15px;
}
.page-content-wrapper .content-col .main-content.single-post h1 {
  margin-bottom: 30px;
}
.page-content-wrapper .content-col .main-content.single-post h2 {
  text-transform: none;
  font-size: 20px;
  line-height: 30px;
}
.page-content-wrapper .content-col .main-content.single-post h1 + h2 {
  margin-top: -26px;
}
.page-content-wrapper .content-col .main-content.single-post iframe {
  width: 100%;
}
.page-content-wrapper .content-col .main-content.single-post h3 {
  padding-top: 20px;
}
.page-content-wrapper .content-col .main-content.single-post img {
  float: left;
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
  margin-right: 20px;
}
@media screen and (max-width: 550px) {
  .page-content-wrapper .content-col .main-content.single-post img {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
.page-content-wrapper .content-col .main-content.single-post .has-2-columns {
  display: flex;
  justify-content: space-between;
}
.page-content-wrapper .content-col .main-content.single-post .has-2-columns .wp-block-column {
  width: calc(50% - 20px);
}
.page-content-wrapper .content-col .main-content.single-post .columns-3 ul {
  margin: 0 0 20px 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.page-content-wrapper .content-col .main-content.single-post .columns-3 ul li {
  margin: 0;
  padding: 0;
  width: calc(33.3% - 20px);
}
.page-content-wrapper .content-col .main-content.single-post .columns-3 ul li img {
  margin-bottom: 0;
}
.page-content-wrapper .content-col .main-content.single-post .columns-2 ul {
  margin: 0 0 20px 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.page-content-wrapper .content-col .main-content.single-post .columns-2 ul li {
  margin: 0;
  padding: 0;
  width: calc(50% - 20px);
}
.page-content-wrapper .content-col .main-content.single-post .columns-2 ul li img {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .page-content-wrapper.single-post-page {
    padding-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .page-content-wrapper.blog {
    padding-top: 20px;
  }
}
.page-content-wrapper.blog .breadcrumbs {
  margin-bottom: 0;
}
.page-content-wrapper.blog h1 {
  color: #000;
  font-family: "Crimson Text", "Times New Roman", serif;
  text-transform: lowercase;
  font-size: 89px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .page-content-wrapper.blog h1 {
    font-size: 69px;
  }
}

.blog-sidebar .breadcrumbs {
  margin-bottom: 0;
}
.blog-sidebar h3 {
  color: #000;
  font-family: "Crimson Text", "Times New Roman", serif;
  text-transform: lowercase;
  font-size: 89px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .blog-sidebar h3 {
    font-size: 69px;
  }
}
.blog-sidebar .restaurant-sidebar-acm {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .blog-sidebar .restaurant-sidebar-acm {
    margin-top: 10px;
  }
}
.blog-sidebar .back {
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 37px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .blog-sidebar .back {
    margin-top: 10px;
  }
}

.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: #8436A1;
  border-bottom-color: #8436A1;
  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, .hotel-location-map-by-classifiers {
  height: 444px;
  background: #e5e3df;
}
.hotel-location-map h4, .poi-map-canvas h4, .hotel-location-map-by-classifiers h4 {
  margin: 0;
  font: 16px "Crimson Text", "Times New Roman", serif;
  text-transform: uppercase;
  color: #fff;
}
.hotel-location-map p, .poi-map-canvas p, .hotel-location-map-by-classifiers p {
  margin: 5px 0 0;
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
}
.hotel-location-map .button, .poi-map-canvas .button, .hotel-location-map-by-classifiers .button {
  display: block;
}
.hotel-location-map .map-content, .poi-map-canvas .map-content, .hotel-location-map-by-classifiers .map-content {
  overflow: hidden;
}

.map-content {
  background: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  padding: 20px;
  position: relative;
  text-align: center;
  color: #fff;
  width: 300px;
}
.map-content h3, .map-content p {
  margin-bottom: 5px;
}
.map-content h3 {
  font: 700 16px/24px "Crimson Text", "Times New Roman", serif;
  color: #fff;
}
.map-content a {
  color: #fff;
}
.map-content .button {
  margin-top: 20px;
}

.pressroom {
  text-align: center;
  font-size: 0;
}
.pressroom .select-wrapper {
  width: 100%;
}
.pressroom .select-wrapper .select-icon {
  right: 0;
  margin-top: -2px;
  width: 7px;
  height: 7px;
}
.pressroom .select-wrapper select {
  text-overflow: ellipsis;
  font: 16px/22px "Crimson Text", "Times New Roman", serif;
  height: 38px;
  text-transform: lowercase;
  padding-left: 0;
  width: 100%;
}
.pressroom .pressroom-item {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 20px);
  height: 400px;
  margin: 10px;
  position: relative;
  overflow: hidden;
  border: 1px solid #e2e2e2;
  padding: 20px 0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .pressroom .pressroom-item {
    width: 100%;
    margin: 10px 0;
  }
}
.pressroom .pressroom-item h4 {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.pressroom .pressroom-item time {
  display: block;
  margin: 5px 0;
}
.pressroom .pressroom-item .description {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 20px 20px 20px;
}
.pressroom .pressroom-item .description .centered time {
  margin: 10px 0;
  display: block;
  font-weight: bold;
}
.pressroom .pressroom-item .description p {
  color: #fff;
  line-height: 18px;
  font-size: 14px;
  margin-bottom: 0;
}
.pressroom .pressroom-item .description p .button {
  margin-top: 15px;
}
.pressroom .pressroom-item .pdf {
  color: #fff;
  margin: 10px 0 0 0;
  display: block;
  position: relative;
  line-height: 16px;
  padding-left: 0 !important;
}
.pressroom .pressroom-item .pdf:hover {
  color: #8436A1;
}
.pressroom .pressroom-item .view-gallery {
  margin-top: 20px;
}

.galleries {
  text-align: center;
  font-size: 0;
}
.galleries .gallery {
  padding-bottom: calc(50% - 10px);
  width: calc(50% - 10px);
  height: 0;
  margin: 5px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .galleries .gallery {
    width: calc(50% - 10px);
    padding-bottom: calc(50% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  .galleries .gallery {
    width: calc(100% - 10px);
    padding-bottom: calc(100% - 10px);
  }
}
.galleries .gallery:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -1px;
}
.galleries .gallery:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.25);
  transition: background 0.3s ease-in-out;
  z-index: 0;
}
.galleries .gallery:hover:after {
  background: rgba(0, 0, 0, 0.5);
}
.galleries .gallery button.property {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none;
  text-indent: -9999em;
  font-size: 0;
  border: none;
  z-index: 2;
}

.corporate-gallery {
  text-align: center;
  font-size: 0;
}
.corporate-gallery .gallery {
  padding-bottom: calc(50% - 10px);
  width: calc(50% - 10px);
  height: 0;
  margin: 5px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .corporate-gallery .gallery {
    width: calc(50% - 10px);
    padding-bottom: calc(50% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  .corporate-gallery .gallery {
    width: calc(100% - 10px);
    padding-bottom: calc(100% - 10px);
  }
}
.corporate-gallery .gallery h2, .corporate-gallery .gallery h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font: 26px/30px "Poppins", "Arial", sans-serif;
  color: #fff !important;
  text-transform: uppercase;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.corporate-gallery .gallery h3 {
  top: auto;
  bottom: 10px;
  font-size: 14px;
  opacity: 1;
  line-height: 1;
  text-align: center;
}
.corporate-gallery .gallery:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -1px;
}
.corporate-gallery .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;
}
.corporate-gallery .gallery:hover h2, .corporate-gallery .gallery:hover h3 {
  transform: translate(-50%, -50%) scale(0.6);
  opacity: 0;
}
.corporate-gallery .gallery:hover .description {
  right: 0;
}
.corporate-gallery .gallery:hover:after {
  background: rgba(0, 0, 0, 0.5);
}
.corporate-gallery .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: 1024px) {
  .corporate-gallery .gallery .description {
    font-size: 16px;
    line-height: 20px;
  }
}
.corporate-gallery .gallery .description:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -1px;
}
.corporate-gallery .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.hide {
  display: none;
}
.form label em {
  color: #b31919;
  font-size: 16px;
  font-weight: normal;
  line-height: 10px;
  padding-right: 5px;
}
.form p {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .form p {
    margin-bottom: 20px;
  }
}
.form p:after {
  clear: both;
  content: "";
  display: table;
}
.form p span {
  float: left;
  margin: 0 10px 0 0;
}
.form p span.checkbox-group {
  margin-bottom: 10px;
}
.form p span input {
  display: inline;
  float: none;
  margin: 0;
}
.form p span label {
  display: inline;
  float: none;
  width: auto;
  text-align: left;
}
.form p span.group label {
  display: block;
  margin-bottom: 10px;
}
.form p span.group label input {
  margin-right: 0.4em;
}
.form input[type=text], .form input[type=date], .form textarea, .form select, .form .input-overlay {
  background: #fff;
  color: #53565a;
  height: 40px;
  padding: 0 10px;
  resize: none;
  width: 250px;
  border: 1px solid #d1d1d1;
  font-size: 14px;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  .form input[type=text], .form input[type=date], .form textarea, .form select, .form .input-overlay {
    padding: 0 20px;
    width: 100%;
    text-align: left;
  }
}
.form .input-overlay {
  opacity: 0;
  margin-top: -40px;
}
@media only screen and (max-width: 767px) {
  .form .select-wrapper {
    width: 100%;
  }
}
.form textarea {
  height: 100px;
  overflow: auto;
  line-height: 20px;
  padding: 10px;
}
.form input[type=checkbox],
.form input[type=radio] {
  width: 14px;
  height: 14px;
  padding: 0;
  vertical-align: top;
}
.form input[type=radio] {
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  .form input[type=radio] {
    margin-top: 0;
  }
}
.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.newsletter {
  margin-top: 20px;
}

#main-content.newsletter-portal-container {
  display: block;
}

.form-subscriptions .col-right, .form-subscriptions .col-left {
  clear: both;
  margin-bottom: 30px;
  text-align: center;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .form-subscriptions .col-right, .form-subscriptions .col-left {
    margin-bottom: 15px;
  }
}
.form-subscriptions .col-right h2, .form-subscriptions .col-left h2 {
  width: 100%;
  text-align: left;
}
.form-subscriptions .checkbox h2 {
  width: 100%;
  text-align: left;
}
.form-subscriptions .checkbox p {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .form-subscriptions .checkbox p {
    margin-right: 20px;
  }
}
.form-subscriptions .checkbox p label {
  float: none;
}
.form-subscriptions .checkbox p input[type=checkbox], .form-subscriptions .checkbox p input[type=radio] {
  display: inline-block;
  vertical-align: middle;
}
.form-subscriptions .row {
  width: calc(50% - 10px);
  display: flex;
  flex-flow: column;
}
@media only screen and (max-width: 767px) {
  .form-subscriptions .row {
    width: 100%;
  }
}
.form-subscriptions .row label, .form-subscriptions .row input, .form-subscriptions .row .select-wrapper, .form-subscriptions .row select {
  width: 100%;
  text-align: left;
}
.form-subscriptions .row label {
  margin: 0 0 10px 0;
}
.form-subscriptions .controls {
  margin: 30px 0;
  clear: both;
}
.form-subscriptions .controls p {
  padding: 0;
}
.form-subscriptions .controls .button {
  margin: 0 auto;
  display: block;
}

.form.newsletter .language-select {
  display: none;
}

.form.newsletter-form-unsubscr h3 {
  margin-bottom: 0;
}
.form.newsletter-form-unsubscr .form-row {
  display: flex;
  justify-content: space-between;
}
.form.newsletter-form-unsubscr .form-row .form-group {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  padding: 20px 0;
}
.form.newsletter-form-unsubscr .form-row .form-group .form-item--checkbox {
  width: 25%;
}
@media only screen and (max-width: 1024px) {
  .form.newsletter-form-unsubscr .form-row .form-group .form-item--checkbox {
    width: 100%;
  }
}
.form.newsletter-form-unsubscr .form-row .form-group .form-item--checkbox label {
  width: 100%;
  text-align: left;
}

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

#form_module_container_errors {
  color: #b31919;
}

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

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

#form_module_container_success {
  color: green;
}

[id*=form_form_] {
  display: block;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] {
    text-align: left;
  }
}
[id*=form_form_] h3 {
  text-align: left;
  margin: 20px 0 10px 0;
  padding: 0 0 10px 5px;
  border-bottom: 1px solid #e2e2e2;
  color: #000;
}
[id*=form_form_] em {
  color: #b31919;
  font-size: 16px;
  font-weight: normal;
  line-height: 10px;
  padding-right: 5px;
}
[id*=form_form_] label {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 400;
  color: #000;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] label {
    display: inline-block;
    vertical-align: top;
    float: none;
    margin: 0;
    text-align: left;
    width: auto;
  }
}
[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 {
  font: 16px/50px "Poppins", "Arial", sans-serif;
  background: #fff;
  color: #000;
  min-height: 50px;
  padding: 0 10px;
  resize: none;
  width: 100%;
  border: 1px solid #e2e2e2;
}
[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: red;
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] input[type=text], [id*=form_form_] input[type=number], [id*=form_form_] input[type=email], [id*=form_form_] input[type=phone], [id*=form_form_] input[type=url], [id*=form_form_] input[type=datepicker], [id*=form_form_] textarea, [id*=form_form_] select, [id*=form_form_] .input-overlay {
    text-align: left;
  }
}
[id*=form_form_] .select-wrapper .select-icon {
  right: 21px;
}
[id*=form_form_] textarea {
  height: 125px;
  overflow: auto;
  line-height: 1.2;
  padding: 15px 10px;
  border: 1px solid #e2e2e2;
  resize: vertical;
}
.property [id*=form_form_] textarea {
  border-color: #e2e2e2;
}
[id*=form_form_] input[type=checkbox],
[id*=form_form_] input[type=radio] {
  width: 20px;
  height: 20px;
  padding: 0;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] input[type=checkbox],
[id*=form_form_] input[type=radio] {
    margin-right: 5px;
  }
}
[id*=form_form_] .datepicker-input-wrapper {
  float: left;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] .datepicker-input-wrapper {
    float: none;
  }
}
[id*=form_form_] input[type=datepicker], [id*=form_form_] .input-overlay {
  width: 100%;
  float: left;
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] input[type=datepicker], [id*=form_form_] .input-overlay {
    float: none;
    display: block;
    width: 100%;
  }
}
[id*=form_form_] .input-overlay {
  opacity: 0;
  margin-top: -50px;
  height: 50px;
  clear: both;
}
[id*=form_form_] .ui-datepicker-trigger {
  position: absolute;
  right: 21px;
  margin: 0;
  bottom: 18px;
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] .ui-datepicker-trigger {
    display: none;
  }
}
[id*=form_form_] .select-wrapper {
  width: 100%;
}
[id*=form_form_] input[type=submit] {
  display: block;
  margin: 0 auto;
}
[id*=form_form_] > input[type=submit] {
  margin-top: 20px;
}
[id*=form_form_] .g-recaptcha {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
[id*=form_form_] .form-builder-field {
  position: relative;
  width: 100%;
  margin-top: 34px;
  text-align: left;
  clear: both;
}
[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] p, [id*=form_form_] .form-builder-field[class*=properties] p, [id*=form_form_] .form-builder-field[class*=checkboxgroup] p, [id*=form_form_] .form-builder-field[class*=radiogroup] p {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] .form-builder-field[class*=inputcheckbox] p, [id*=form_form_] .form-builder-field[class*=properties] p, [id*=form_form_] .form-builder-field[class*=checkboxgroup] p, [id*=form_form_] .form-builder-field[class*=radiogroup] p {
    margin: 0 auto 5px;
  }
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] p.checkbox-properties, [id*=form_form_] .form-builder-field[class*=properties] p.checkbox-properties, [id*=form_form_] .form-builder-field[class*=checkboxgroup] p.checkbox-properties, [id*=form_form_] .form-builder-field[class*=radiogroup] p.checkbox-properties {
  width: 33.3%;
  float: left;
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] .form-builder-field[class*=inputcheckbox] p.checkbox-properties, [id*=form_form_] .form-builder-field[class*=properties] p.checkbox-properties, [id*=form_form_] .form-builder-field[class*=checkboxgroup] p.checkbox-properties, [id*=form_form_] .form-builder-field[class*=radiogroup] p.checkbox-properties {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] p input, [id*=form_form_] .form-builder-field[class*=inputcheckbox] p label, [id*=form_form_] .form-builder-field[class*=properties] p input, [id*=form_form_] .form-builder-field[class*=properties] p label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] p input, [id*=form_form_] .form-builder-field[class*=checkboxgroup] p label, [id*=form_form_] .form-builder-field[class*=radiogroup] p input, [id*=form_form_] .form-builder-field[class*=radiogroup] p label {
  line-height: 30px;
  margin: 0 8px 0 0;
  text-transform: none;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] .form-builder-field[class*=inputcheckbox] label, [id*=form_form_] .form-builder-field[class*=properties] label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] label, [id*=form_form_] .form-builder-field[class*=radiogroup] label {
    margin-bottom: 0;
  }
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] > label, [id*=form_form_] .form-builder-field[class*=properties] > label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] > label, [id*=form_form_] .form-builder-field[class*=radiogroup] > label {
  margin-bottom: 11px;
  display: block;
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] .form-builder-field[class*=inputcheckbox] > label, [id*=form_form_] .form-builder-field[class*=properties] > label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] > label, [id*=form_form_] .form-builder-field[class*=radiogroup] > label {
    width: 100%;
    text-align: left;
  }
}
[id*=form_form_] .form-builder-field .compliance {
  display: flex;
}
[id*=form_form_] .form-builder-field .compliance em {
  padding: 12px 10px 0 0;
}
[id*=form_form_] .form-builder-field .compliance input[type=checkbox] {
  margin: 0 8px 0 0;
  height: 27px;
  width: 13px;
}
[id*=form_form_] .form-builder-field .compliance > label {
  width: 100%;
  text-transform: none;
  color: #000;
  font-size: 15px;
  line-height: 30px;
  margin: 0;
  font-weight: normal;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] .form-builder-field .compliance > label {
    font-size: 13px;
  }
}
[id*=form_form_] .form-builder-field[class*=inputfile] {
  line-height: 1;
}
[id*=form_form_] .form-builder-field[class*=inputfile] label {
  display: none;
}
[id*=form_form_] .form-builder-field[class*=inputfile] input[type=file] {
  width: 50%;
  font-size: 0;
  position: relative;
  z-index: 1;
  opacity: 0;
  line-height: 1.2;
  height: 18px;
}
@media only screen and (max-width: 767px) {
  [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 "Poppins", "Arial", sans-serif;
  color: #000;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0;
  cursor: pointer;
  width: 50%;
}
[id*=form_form_] .form-builder-field[class*=inputfile] .fake-input:before {
  content: "";
  background: url("../images/paperclip.png") no-repeat;
  background-size: contain;
  width: 16px;
  height: 17px;
  display: block;
  position: relative;
  float: left;
  margin-right: 10px;
}
[id*=form_form_] .form-builder-group {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field {
  width: calc(50% - 20px);
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] .form-builder-group.columns-2 .form-builder-field {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=checkboxgroup] > label {
  display: none;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=checkboxgroup] p {
  margin: 0 auto 5px auto;
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field {
  width: calc(33.33% - 20px);
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] .form-builder-group.columns-3 .form-builder-field {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=checkboxgroup] > label {
  display: none;
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=checkboxgroup] p {
  margin: 0 auto 5px auto;
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field {
  width: calc(25% - 20px);
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] .form-builder-group.columns-4 .form-builder-field {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=checkboxgroup] > label {
  display: none;
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=checkboxgroup] p {
  margin: 0 auto 5px auto;
}
[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: 767px) {
  [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: 767px) {
  [id*=form_form_] .form-builder-group.prop-2-to-1 .form-builder-field {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.prop-2-to-1 .form-builder-field[class*=checkboxgroup] > label {
  display: none;
}
[id*=form_form_] .form-builder-group.prop-2-to-1 .form-builder-field[class*=checkboxgroup] p {
  margin: 0 auto 5px auto;
}
[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: #e2e2e2 1px solid;
}
@media only screen and (min-width: 1024px) {
  [id*=form_form_] .custom-checkbox:hover:before, [id*=form_form_] .custom-radio:hover:before {
    transform: scale(1.1);
  }
  [id*=form_form_] .custom-checkbox:active:before, [id*=form_form_] .custom-radio:active:before {
    transform: scale(1);
  }
}
[id*=form_form_] .custom-checkbox:after, [id*=form_form_] .custom-radio:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 2px;
  width: 13px;
  height: 8px;
  border-bottom: 2px solid #b31919;
  border-left: 2px solid #b31919;
  transform: rotate(-45deg) scale(2);
  opacity: 0;
  visibility: hidden;
  transition: transform 350ms ease-in-out/2 350ms ease-in-out/3, opacity 350ms ease-in-out/2, visibility 350ms ease-in-out/2;
  pointer-events: none;
}
[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: #000;
}
[id*=form_form_] .custom-radio:before {
  border-radius: 50%;
}
[id*=form_form_] .custom-radio:after {
  border: none;
  width: 8px;
  height: 8px;
  top: 9px;
  left: 3px;
  border-radius: 50%;
  transform: scale(2);
  background: #b31919;
}
.property [id*=form_form_] .custom-radio:after {
  background: #000;
}
[id*=form_form_] .custom-radio.checked:after {
  transform: scale(1);
}

#home-poi {
  position: relative;
  padding-top: 50px;
  z-index: 10;
}
#home-poi h2 {
  font: 200 36px/1.2 "Crimson Text", "Times New Roman", serif;
  margin-bottom: 30px;
  color: #54baba;
  text-transform: uppercase;
  text-align: center;
}

.poi {
  overflow: hidden;
}

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

.poi-zoom {
  color: #54baba;
  font-size: 14px;
  line-height: 22px;
  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: #fff;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -100em;
  text-align: left;
}
.poi-zoom .poi-zoom-button:after {
  content: "";
  background: #54baba;
  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: #54baba;
  display: block;
  width: 1px;
  height: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.poi-map {
  height: 800px;
}

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

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

#calendar-links {
  float: left;
  margin-top: 10px;
}
#calendar-links:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: 767px) {
  #calendar-links {
    margin-top: 0;
    float: none;
    width: 100%;
  }
}
#calendar-links li {
  float: left;
}
@media only screen and (max-width: 767px) {
  #calendar-links li {
    display: inline-block;
    float: none;
  }
  #calendar-links li:first-child a {
    margin-left: 0;
  }
}
#calendar-links a {
  display: block;
  height: 20px;
  width: 20px;
  margin: 0 20px 0 0;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common.svg") 0 0 no-repeat;
}
#calendar-links a.ical {
  background-position: -200px -76px;
}
#calendar-links a.ical:hover {
  background-position: -240px -76px;
}
#calendar-links a.ical:active {
  background-position: -280px -76px;
}
#calendar-links a.print {
  background-position: -200px -116px;
}
#calendar-links a.print:hover {
  background-position: -240px -116px;
}
#calendar-links a.print:active {
  background-position: -280px -116px;
}
#calendar-links a.rss {
  background-position: -200px -156px;
}
#calendar-links a.rss:hover {
  background-position: -240px -156px;
}
#calendar-links a.rss:active {
  background-position: -280px -156px;
}
@media only screen and (max-width: 767px) {
  #calendar-links a {
    display: inline-block;
    margin: 0 0 0 20px;
  }
}

#calendar-filter {
  float: right;
}
@media only screen and (max-width: 767px) {
  #calendar-filter {
    float: none;
    margin-top: 10px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  #calendar-filter .select-wrapper {
    width: 100%;
  }
}
#calendar-filter select {
  max-width: 350px;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 767px) {
  #calendar-filter select {
    max-width: 100%;
    width: 100%;
  }
}

#calendar-views {
  float: left;
  margin-top: 10px;
}
#calendar-views:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: 767px) {
  #calendar-views {
    float: none;
    margin-bottom: 30px;
  }
}
#calendar-views li {
  float: left;
}
@media only screen and (max-width: 767px) {
  #calendar-views li {
    display: inline-block;
    float: none;
  }
}
#calendar-views a {
  position: relative;
  display: block;
  margin-right: 20px;
  padding-left: 30px;
  text-decoration: none;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  #calendar-views a {
    margin-right: 0;
    margin-left: 20px;
  }
  #calendar-views a.grid {
    margin-left: 0;
  }
}
#calendar-views a:hover, #calendar-views a.active {
  color: #340744;
}
#calendar-views a:before {
  background: url("../images/common.svg") 0 0 no-repeat;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
#calendar-views a.grid:before {
  background-position: -200px 0;
}
#calendar-views a.grid:hover:before, #calendar-views a.grid.active:before {
  background-position: -240px 0;
}
#calendar-views a.grid:active:before {
  background-position: -280px 0;
}
#calendar-views a.list:before {
  background-position: -200px -38px;
}
#calendar-views a.list:hover:before, #calendar-views a.list.active:before {
  background-position: -240px -38px;
}
#calendar-views a.list:active:before {
  background-position: -280px -38px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.promo-block {
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 60;
}
@media only screen and (max-width: 1024px) {
  .promo-block {
    position: absolute;
  }
}
.booking-button-in-header .promo-block {
  position: fixed;
  display: block;
}

.promo-tile {
  display: flex;
  flex-flow: column;
  width: 200px;
  color: #fff;
  outline: none;
  z-index: 40;
}
.promo-tile:after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../images/small-logo.png");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  right: 150px;
  bottom: -25px;
  width: 90px;
  height: 83px;
}
.promo-tile .inner-wrapper {
  padding: 20px 25px;
  background-size: cover;
  background-repeat: repeat;
}
html:not(.property) .promo-tile .inner-wrapper {
  background-size: auto;
}
.promo-tile h2, .promo-tile h3, .promo-tile h4 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 24px;
}
.promo-tile .subtitle {
  font-family: "Poppins", "Arial", sans-serif;
  font-weight: 400;
  font-size: 13px;
  text-transform: none;
  padding-right: 20px;
  letter-spacing: 0;
  cursor: default;
  margin-bottom: 8px;
}
.promo-tile ul {
  font-size: 14px;
  line-height: 1.5;
  font-family: "Crimson Text", "Times New Roman", serif;
}
.promo-tile ul li {
  position: relative;
  padding-left: 30px;
}
.promo-tile ul li:after {
  position: absolute;
  content: url(../images/check.svg);
  left: 0;
  top: 0;
}
.promo-tile .price {
  margin-top: 10px;
}
.promo-tile .price strong {
  font-weight: 700;
}
.promo-tile .details-btn {
  position: relative;
  width: 100%;
  padding: 10px;
  background-color: #fff;
  border: 1px solid rgba(132, 54, 161, 0.25);
  color: #8436A1;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 2px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.promo-tile .details-btn:hover {
  background-color: #8436A1;
  color: #fff;
  border-color: #fff;
}
.promo-tile .details-btn span {
  display: none;
}
.promo-tile.collapsed {
  width: auto;
}
.promo-tile.collapsed::after {
  display: none;
}
.promo-tile.collapsed .inner-wrapper {
  padding: 20px 14px;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .promo-tile.collapsed .inner-wrapper {
    padding: 15px 10px;
  }
}
.promo-tile.collapsed .content {
  display: none;
}
.promo-tile.collapsed .subtitle {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-right: 0;
  margin: 0;
  writing-mode: vertical-lr;
  transform-origin: 50% 50%;
  transform: rotate(180deg);
}
@media only screen and (max-width: 767px) {
  .promo-tile.collapsed .subtitle {
    font-size: 14px;
  }
}
.promo-tile.collapsed ul {
  display: none;
}
.promo-tile.collapsed .price {
  display: none;
}
.promo-tile.collapsed .details-btn {
  font-size: 0;
  padding: 0;
  pointer-events: none;
}
.promo-tile.collapsed .details-btn span {
  background-image: url("../images/small-logo.png");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 40px;
  height: 42px;
  margin: 0 auto;
  display: block;
  font-size: 24px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .promo-tile.collapsed .details-btn {
    padding: 6px;
  }
  .promo-tile.collapsed .details-btn span {
    width: 22px;
    height: 22px;
  }
}
.promo-tile.hidden {
  visibility: hidden;
}

.promo-popup {
  display: none;
  right: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.9);
  z-index: 999;
}
.promo-popup .promo-popup-wrapper {
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 57px 70px;
}
@media screen and (max-width: 1200px) {
  .promo-popup .promo-popup-wrapper {
    padding: 50px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .promo-popup .promo-popup-wrapper {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .promo-popup .promo-popup-wrapper {
    padding: 0;
  }
}
.promo-popup .promo-popup-wrapper .promo-popup-content {
  display: flex;
  position: relative;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  min-height: 669px;
  background: #fff;
  box-shadow: 0 13px 35px -16px rgba(0, 0, 0, 0.5);
  height: 400px;
}
@media only screen and (max-width: 767px) {
  .promo-popup .promo-popup-wrapper .promo-popup-content {
    flex-flow: column;
  }
}
.promo-popup .close-popup {
  position: absolute;
  top: 24px;
  right: 27px;
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-indent: -9999px;
  z-index: 5;
  background: #fff;
  border-radius: 50%;
  transition: all 350ms ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .promo-popup .close-popup {
    right: 10px;
    top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .promo-popup .close-popup {
    position: fixed;
    border-radius: 0;
    width: 90px;
    height: 80px;
    background: #F8F8F8;
    border: 1px solid #E2E2E2;
    top: 0;
    right: 0;
    transform: none;
  }
}
.promo-popup .close-popup:before, .promo-popup .close-popup:after {
  position: absolute;
  content: "";
  height: 16px;
  width: 1px;
  background-color: #000;
  top: calc(50% - 8px);
  left: calc(50% - 1px);
  transition: all 350ms ease-in-out;
}
.promo-popup .close-popup:before {
  transform: rotate(-45deg);
}
.promo-popup .close-popup:after {
  transform: rotate(45deg);
}
.promo-popup .close-popup:hover {
  background: #8436A1;
}
@media only screen and (max-width: 767px) {
  .promo-popup .close-popup:hover {
    transform: none;
  }
}
.promo-popup .close-popup:hover:before, .promo-popup .close-popup:hover:after {
  background-color: #fff;
}
.promo-popup .promo-image-container {
  position: relative;
  width: 50%;
  min-height: 100%;
}
@media only screen and (max-width: 767px) {
  .promo-popup .promo-image-container {
    order: 2;
    width: 100%;
    min-height: 300px;
  }
}
.promo-popup .promo-info {
  width: 50%;
  color: #fff;
  padding: 60px;
  overflow: auto;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 1024px) {
  .promo-popup .promo-info {
    order: 1;
    width: 100%;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .promo-popup .promo-info {
    margin-top: 80px;
    margin-bottom: 0;
    overflow: visible;
    padding: 50px 28px 60px;
    text-align: left;
  }
}
.promo-popup .promo-info p {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .promo-popup .promo-info p {
    margin-bottom: 17px;
  }
}
.promo-popup .promo-info ul {
  margin-top: 35px;
  margin-left: 0;
  margin-bottom: 30px;
  padding-left: 20px;
  font-size: 14px;
  line-height: 25px;
  list-style: url(../images/check.svg);
}
@media only screen and (max-width: 767px) {
  .promo-popup .promo-info ul {
    display: flex;
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 23px;
  }
}
.promo-popup .promo-info li {
  font-family: "Crimson Text", "Times New Roman", serif;
  font-size: 16px;
}
.promo-popup .promo-info li:not(:last-child) {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .promo-popup .promo-info li:not(:last-child) {
    margin-bottom: 25px;
  }
}
.promo-popup .promo-info li::before {
  display: none;
}
.promo-popup .promo-info a {
  display: inline-flex;
  justify-content: center;
  min-width: 160px;
  padding: 14px 30px;
  font-size: 13px;
  line-height: 13px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.25);
  transition: all 0.35s;
}
.promo-popup .promo-info a + a {
  color: #8436A1;
  border: 1px solid #8436A1;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .promo-popup .promo-info a + a {
    float: right;
  }
}
.promo-popup .promo-info a:not(:last-child) {
  margin-right: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .promo-popup .promo-info a:not(:last-child) {
    margin: 0;
  }
}
.promo-popup .promo-info a:hover {
  color: #fff;
  background-color: #8436A1;
  border-color: #8436A1;
}
@media only screen and (max-width: 767px) {
  .promo-popup .promo-info a {
    display: block;
    width: calc(50% - 15px);
    min-width: auto;
    margin: 0;
    padding: 0;
    font-size: 11px;
    letter-spacing: 1px;
    height: 42px;
    line-height: 40px;
    float: left;
  }
}
.promo-popup h2 {
  margin-bottom: 0;
  color: #fff;
  font-size: 60px;
  font-weight: 200;
  letter-spacing: 1px;
  line-height: 70px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .promo-popup h2 {
    font-size: 32px;
    line-height: 44px;
  }
}

.copy-push-marketing-acm {
  padding-top: 56px;
  border-top: 1px solid #e2e2e2;
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .copy-push-marketing-acm {
    padding-top: 37px;
    margin-bottom: 27px;
  }
}
.copy-push-marketing-acm .inner-wrapper {
  position: relative;
}
.copy-push-marketing-acm .slideshow-button {
  position: absolute;
  right: 9px;
  top: 4px;
  height: 13px;
  width: 26px;
}
@media only screen and (max-width: 767px) {
  .copy-push-marketing-acm .slideshow-button {
    right: 0;
    top: 2px;
  }
}
.copy-push-marketing-acm .review-container {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .copy-push-marketing-acm .review-container {
    padding-left: 20px;
  }
}
.copy-push-marketing-acm .review-container:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 2px;
  left: 0;
  top: 1px;
  background-color: rgba(132, 54, 161, 0.25);
}
.copy-push-marketing-acm .review-container .review-wrapper {
  padding-left: 40px;
}
@media only screen and (max-width: 767px) {
  .copy-push-marketing-acm .review-container .review-wrapper {
    padding-left: 0;
  }
}
.copy-push-marketing-acm .title-row {
  display: flex;
  justify-content: space-between;
  min-height: 51px;
}
@media only screen and (max-width: 767px) {
  .copy-push-marketing-acm .title-row {
    min-height: 40px;
  }
}
.copy-push-marketing-acm h2 {
  display: inline-flex;
  font-size: 19px;
  margin: 0 35px 29px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .copy-push-marketing-acm h2 {
    font-size: 16px;
    margin-bottom: 21px;
  }
}
.copy-push-marketing-acm p {
  position: relative;
  font-family: "Crimson Text", "Times New Roman", serif;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .copy-push-marketing-acm p {
    line-height: 22px;
    margin-bottom: 19px;
  }
}
.copy-push-marketing-acm .details-btn {
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .copy-push-marketing-acm .details-btn {
    font-size: 12px;
  }
}

.two-columns-list .wrapper-column {
  padding: 0 10px;
}
.two-columns-list .wrapper-column h3 {
  font: 300 14px/34px "Poppins", "Arial", sans-serif;
  text-transform: none;
  text-align: left;
  color: #fff;
  margin: 0;
}
@media only screen and (min-width: 1440px) {
  .two-columns-list .wrapper-column h3 {
    margin: 5px 0;
  }
}
.two-columns-list .wrapper-column .content {
  font-size: 0;
}
.two-columns-list .wrapper-column ul {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  list-style: url(../images/check.svg);
  text-align: left;
  padding-left: 20px;
}
@media only screen and (min-width: 1440px) {
  .two-columns-list .wrapper-column ul {
    margin-bottom: 30px;
  }
}
.two-columns-list .wrapper-column ul li {
  font: 400 14px/25px "Crimson Text", "Times New Roman", serif;
  margin: 0;
}
.two-columns-list .wrapper-column ul li:before {
  display: none;
}
.two-columns-list .links {
  display: flex;
  justify-content: space-between;
}
.two-columns-list .links .button {
  font-size: 13px;
  line-height: 13px;
  width: calc(50% - 7px);
  padding: 14px 30px;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.two-columns-list .links .button + .button {
  color: #8436A1;
  border: 1px solid #8436A1;
  background: #fff;
}
.two-columns-list .links .button:hover {
  border-color: #8436A1;
  background: #8436A1;
  color: #fff;
}

.restaurant-sidebar-acm .logo-container {
  display: inline-flex;
  width: auto;
  padding-top: 4px;
  margin-bottom: 12px;
}
.restaurant-sidebar-acm .logo-container img {
  object-fit: contain;
  object-position: left;
}
.restaurant-sidebar-acm .desc {
  font-size: 20px;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .restaurant-sidebar-acm .desc p {
    font-size: 15px;
  }
}
.restaurant-sidebar-acm .reserve-btn {
  margin-bottom: 30px;
  padding: 24px 25px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .restaurant-sidebar-acm .reserve-btn {
    width: 100%;
    padding: 20px 25px;
  }
}
.restaurant-sidebar-acm .socials {
  display: flex;
  margin: 0px;
}
.restaurant-sidebar-acm .socials li {
  display: inline-block;
  margin: 0px;
  border-radius: 50%;
  padding: 3px;
  transition: all 350ms ease-in-out;
  background-color: #8436A1;
}
.restaurant-sidebar-acm .socials li:hover {
  background-color: #340744;
}
.restaurant-sidebar-acm .socials li:not(:last-child) {
  margin-right: 12px;
}
.restaurant-sidebar-acm .socials li::before {
  display: none;
}
.restaurant-sidebar-acm .socials svg {
  fill: #fff;
}
.restaurant-sidebar-acm .socials a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  text-indent: -9999px;
  overflow: hidden;
}

.restaurant-menus-acm .restaurant-menu-list {
  display: flex;
  margin: 0px 0px 68px;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .restaurant-menus-acm .restaurant-menu-list {
    padding-top: 0px;
    flex-flow: wrap;
    margin-bottom: 56px;
  }
}
.restaurant-menus-acm .restaurant-menu-list li,
.restaurant-menus-acm .restaurant-menu-list a {
  font-family: "Poppins", "Arial", sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
  .restaurant-menus-acm .restaurant-menu-list li,
.restaurant-menus-acm .restaurant-menu-list a {
    font-size: 12px;
    font-weight: 300;
  }
}
.restaurant-menus-acm .restaurant-menu-list li:not(:last-child) {
  margin-right: 37px;
}
.restaurant-menus-acm .restaurant-menu-list li::before {
  display: none;
}
@media only screen and (max-width: 767px) {
  .restaurant-menus-acm .restaurant-menu-list li {
    margin-bottom: 20px;
  }
  .restaurant-menus-acm .restaurant-menu-list li:first-child {
    width: 100%;
  }
}
.restaurant-menus-acm .restaurant-menu-list a {
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .restaurant-menus-acm .restaurant-menu-list a {
    font-size: 11px;
  }
}

.restaurant-contacts-acm {
  padding-top: 46px;
  border-top: 1px solid #e2e2e2;
}
@media only screen and (max-width: 1024px) {
  .restaurant-contacts-acm {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .restaurant-contacts-acm {
    margin-bottom: 5px;
    padding-top: 36px;
  }
}
.restaurant-contacts-acm .contacts-list {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .restaurant-contacts-acm .contacts-list {
    flex-flow: wrap;
  }
}
.restaurant-contacts-acm h4 {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .restaurant-contacts-acm h4 {
    font-size: 12px;
    margin-bottom: 11px;
  }
}
.restaurant-contacts-acm a {
  text-decoration: none;
}
.restaurant-contacts-acm .contacts-block {
  width: 25%;
  position: relative;
  display: flex;
  flex-flow: column;
  padding: 0px 50px;
  box-sizing: content-box;
}
.restaurant-contacts-acm .contacts-block .content {
  display: flex;
  flex-flow: column;
  font-weight: 300;
}
.restaurant-contacts-acm .contacts-block:first-child {
  padding-left: 0px;
}
.restaurant-contacts-acm .contacts-block:not(:last-child)::after {
  position: absolute;
  right: 0px;
  top: 6px;
  content: "";
  height: 70px;
  width: 1px;
  background-color: #e2e2e2;
}
.restaurant-contacts-acm .contacts-block_schedule p {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 24px;
}
.restaurant-contacts-acm .contacts-block_connection a {
  line-height: 24px;
}
.restaurant-contacts-acm .contacts-block_site-link {
  max-width: max-content;
  padding-right: 20px;
  padding-top: 41px;
}
@media only screen and (max-width: 767px) {
  .restaurant-contacts-acm .contacts-block_site-link {
    padding-top: 0px;
  }
  .restaurant-contacts-acm .contacts-block_site-link a {
    margin: auto 0px;
  }
}
@media only screen and (max-width: 767px) {
  .restaurant-contacts-acm .contacts-block {
    width: 50%;
    box-sizing: border-box;
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 20px;
  }
  .restaurant-contacts-acm .contacts-block:nth-child(2n) {
    padding-right: 0px;
  }
  .restaurant-contacts-acm .contacts-block:nth-child(2n)::after {
    display: none;
  }
  .restaurant-contacts-acm .contacts-block:nth-child(2n-1) {
    padding-left: 0px;
  }
  .restaurant-contacts-acm .contacts-block a, .restaurant-contacts-acm .contacts-block p {
    font-size: 12px;
    line-height: 2;
  }
}

.restaurant-review-acm {
  padding: 50px 0 0 0;
  margin-bottom: 78px;
  border-top: 1px solid #e2e2e2;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .restaurant-review-acm {
    padding-top: 40px;
    margin-bottom: 55px;
  }
}
.restaurant-review-acm .slideshow {
  position: relative;
}
.restaurant-review-acm .slideshow-button {
  position: absolute;
  right: 0;
  bottom: 2px;
  height: 13px;
  width: 26px;
}
.restaurant-review-acm .review-container {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .restaurant-review-acm .review-container {
    padding-left: 20px;
  }
}
.restaurant-review-acm .review-container:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 2px;
  left: 0;
  top: 1px;
  background-color: #e2e2e2;
  opacity: 0.25;
}
.restaurant-review-acm .review-container .review-wrapper {
  padding-left: 38px;
}
@media only screen and (max-width: 767px) {
  .restaurant-review-acm .review-container .review-wrapper {
    padding-left: 0;
  }
}
.restaurant-review-acm .review-content {
  margin-bottom: 23px;
  font-family: "Crimson Text", "Times New Roman", serif;
  font-size: 16px;
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  .restaurant-review-acm .review-content {
    line-height: 20px;
  }
}
.restaurant-review-acm .review-info {
  display: flex;
  color: #222;
  font-size: 13px;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: 1px;
}
.restaurant-review-acm .review-info .name {
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .restaurant-review-acm .review-info {
    font-size: 10px;
    font-weight: 300;
  }
}
.restaurant-review-acm .review-link {
  justify-self: end;
  margin-left: auto;
  transition: opacity 350ms ease-in-out;
}
.restaurant-review-acm .review-link:hover {
  opacity: 0.3;
}

.amenities-acm {
  font-size: 0;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .amenities-acm {
    border-bottom: 0;
  }
}
.amenities-acm.center-column {
  padding: 0 0 60px 0;
  max-width: 1246px;
}
@media only screen and (max-width: 767px) {
  .amenities-acm.center-column {
    padding: 0 30px 45px 30px;
    margin-bottom: 30px;
  }
}
.amenities-acm .amenity-block {
  display: inline-block;
  width: calc(100% - 40px);
  margin: 20px;
  padding-bottom: calc(32% - 10px);
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .amenities-acm .amenity-block {
    width: calc(100% - 20px);
    margin: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .amenities-acm .amenity-block {
    width: 100% !important;
    margin: 15px 0 !important;
    padding-bottom: 100%;
  }
}
.amenities-acm .amenity-block:hover:after {
  opacity: 0;
}
.amenities-acm .amenity-block:hover .title {
  bottom: -100%;
}
.amenities-acm .amenity-block .amenity-item {
  display: none;
}
.amenities-acm .amenity-block .title {
  font: 18px/20px "Poppins", "Arial", sans-serif;
  letter-spacing: 2px;
  position: absolute;
  left: 50%;
  width: 90%;
  bottom: 26px;
  text-transform: uppercase;
  color: #fff;
  transform: translateX(-50%);
  transition: bottom 350ms ease-in-out;
  z-index: 3;
}
.amenities-acm .amenity-block .descr {
  top: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  flex-flow: column;
  padding: 45px 20px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  transition: top 350ms ease-in-out;
  z-index: 2;
}
.amenities-acm .amenity-block .descr:after {
  content: "";
  border: 1px solid #fff;
  background: none;
  z-index: 0;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
}
.amenities-acm .amenity-block .descr h3 {
  font: 18px/20px "Poppins", "Arial", sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-transform: uppercase;
  z-index: 1;
}
.amenities-acm .amenity-block .descr h3 a {
  color: #fff;
  text-decoration: none;
}
.amenities-acm .amenity-block .descr h3 a:hover {
  text-decoration: underline;
}
.amenities-acm .amenity-block .descr p {
  font-size: 14px;
  line-height: 22px;
  z-index: 1;
}
.amenities-acm .amenity-block .thumb {
  position: absolute;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
}
.amenities-acm .count-8, .amenities-acm .count-7, .amenities-acm .count-6, .amenities-acm .count-5, .amenities-acm .count-4, .amenities-acm .count-3, .amenities-acm .count-2 {
  text-align: center;
}
.amenities-acm .count-8 .item-1, .amenities-acm .count-8 .item-3, .amenities-acm .count-8 .item-4, .amenities-acm .count-8 .item-5, .amenities-acm .count-8 .item-7, .amenities-acm .count-7 .item-1, .amenities-acm .count-7 .item-3, .amenities-acm .count-7 .item-4, .amenities-acm .count-7 .item-5, .amenities-acm .count-7 .item-7, .amenities-acm .count-6 .item-1, .amenities-acm .count-6 .item-3, .amenities-acm .count-6 .item-4, .amenities-acm .count-6 .item-5, .amenities-acm .count-6 .item-7, .amenities-acm .count-5 .item-1, .amenities-acm .count-5 .item-3, .amenities-acm .count-5 .item-4, .amenities-acm .count-5 .item-5, .amenities-acm .count-5 .item-7, .amenities-acm .count-4 .item-1, .amenities-acm .count-4 .item-3, .amenities-acm .count-4 .item-4, .amenities-acm .count-4 .item-5, .amenities-acm .count-4 .item-7, .amenities-acm .count-3 .item-1, .amenities-acm .count-3 .item-3, .amenities-acm .count-3 .item-4, .amenities-acm .count-3 .item-5, .amenities-acm .count-3 .item-7, .amenities-acm .count-2 .item-1, .amenities-acm .count-2 .item-3, .amenities-acm .count-2 .item-4, .amenities-acm .count-2 .item-5, .amenities-acm .count-2 .item-7 {
  width: calc(33.3% - 40px);
}
@media only screen and (max-width: 1024px) {
  .amenities-acm .count-8 .item-1, .amenities-acm .count-8 .item-3, .amenities-acm .count-8 .item-4, .amenities-acm .count-8 .item-5, .amenities-acm .count-8 .item-7, .amenities-acm .count-7 .item-1, .amenities-acm .count-7 .item-3, .amenities-acm .count-7 .item-4, .amenities-acm .count-7 .item-5, .amenities-acm .count-7 .item-7, .amenities-acm .count-6 .item-1, .amenities-acm .count-6 .item-3, .amenities-acm .count-6 .item-4, .amenities-acm .count-6 .item-5, .amenities-acm .count-6 .item-7, .amenities-acm .count-5 .item-1, .amenities-acm .count-5 .item-3, .amenities-acm .count-5 .item-4, .amenities-acm .count-5 .item-5, .amenities-acm .count-5 .item-7, .amenities-acm .count-4 .item-1, .amenities-acm .count-4 .item-3, .amenities-acm .count-4 .item-4, .amenities-acm .count-4 .item-5, .amenities-acm .count-4 .item-7, .amenities-acm .count-3 .item-1, .amenities-acm .count-3 .item-3, .amenities-acm .count-3 .item-4, .amenities-acm .count-3 .item-5, .amenities-acm .count-3 .item-7, .amenities-acm .count-2 .item-1, .amenities-acm .count-2 .item-3, .amenities-acm .count-2 .item-4, .amenities-acm .count-2 .item-5, .amenities-acm .count-2 .item-7 {
    width: calc(33.3% - 20px);
  }
}
.amenities-acm .count-8 .item-2, .amenities-acm .count-8 .item-6, .amenities-acm .count-7 .item-2, .amenities-acm .count-7 .item-6, .amenities-acm .count-6 .item-2, .amenities-acm .count-6 .item-6, .amenities-acm .count-5 .item-2, .amenities-acm .count-5 .item-6, .amenities-acm .count-4 .item-2, .amenities-acm .count-4 .item-6, .amenities-acm .count-3 .item-2, .amenities-acm .count-3 .item-6, .amenities-acm .count-2 .item-2, .amenities-acm .count-2 .item-6 {
  width: calc(66.7% - 40px);
}
@media only screen and (max-width: 1024px) {
  .amenities-acm .count-8 .item-2, .amenities-acm .count-8 .item-6, .amenities-acm .count-7 .item-2, .amenities-acm .count-7 .item-6, .amenities-acm .count-6 .item-2, .amenities-acm .count-6 .item-6, .amenities-acm .count-5 .item-2, .amenities-acm .count-5 .item-6, .amenities-acm .count-4 .item-2, .amenities-acm .count-4 .item-6, .amenities-acm .count-3 .item-2, .amenities-acm .count-3 .item-6, .amenities-acm .count-2 .item-2, .amenities-acm .count-2 .item-6 {
    width: calc(66.7% - 20px);
  }
}
.amenities-acm .count-6 .item-6 {
  width: calc(100% - 40px);
}
@media only screen and (max-width: 1024px) {
  .amenities-acm .count-6 .item-6 {
    width: calc(100% - 20px);
  }
}
.amenities-acm .count-4 .item-3 {
  width: calc(66.7% - 40px);
}
@media only screen and (max-width: 1024px) {
  .amenities-acm .count-4 .item-3 {
    width: calc(66.7% - 20px);
  }
}
.amenities-acm .count-4 .item-4 {
  width: calc(33.3% - 40px);
}
@media only screen and (max-width: 1024px) {
  .amenities-acm .count-4 .item-4 {
    width: calc(33.3% - 20px);
  }
}
.amenities-acm .count-3 .item-3 {
  width: calc(100% - 40px);
}
@media only screen and (max-width: 1024px) {
  .amenities-acm .count-3 .item-3 {
    width: calc(100% - 20px);
  }
}

#main-content + .amenities-acm:before {
  content: "";
  position: absolute;
  right: 20px;
  top: -40px;
  width: 100%;
  max-width: 804px;
  height: 1px;
  background: #e2e2e2;
}
@media only screen and (max-width: 767px) {
  #main-content + .amenities-acm:before {
    top: auto;
    width: auto;
    bottom: 0;
    right: 30px;
    left: 30px;
  }
}

.meetings-events-sidebar-acm .inquire-btn {
  margin-top: 24px;
  padding: 24px 25px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .meetings-events-sidebar-acm .inquire-btn {
    width: 100%;
    padding: 20px 25px;
  }
}

@media only screen and (max-width: 767px) {
  .simple-content-block {
    margin-top: 23px;
  }
}
.simple-content-block .content-block {
  padding-bottom: 54px;
  border-bottom: 4px solid rgba(132, 54, 161, 0.25);
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .simple-content-block .content-block {
    margin-bottom: 30px;
    padding-bottom: 34px;
  }
}
.simple-content-block .content-block .bg-img {
  position: relative;
  width: 100%;
  height: 300px;
  margin-bottom: 26px;
}
@media only screen and (max-width: 767px) {
  .simple-content-block .content-block .bg-img {
    padding-bottom: 38%;
    height: 0;
    margin-bottom: 23px;
  }
}
.simple-content-block .content-block h3 {
  text-transform: uppercase;
  color: #340744;
  font: 200 36px/55px "Poppins", "Arial", sans-serif;
  letter-spacing: 1px;
  margin-bottom: 4px;
}
@media only screen and (max-width: 767px) {
  .simple-content-block .content-block h3 {
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 14px;
  }
}
.simple-content-block .content-block .content {
  line-height: 34px;
}
@media only screen and (max-width: 767px) {
  .simple-content-block .content-block .content {
    line-height: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .simple-content-block .content-block .content p {
    margin-bottom: 15px;
  }
}
.simple-content-block .content-block .collapsible-content {
  display: none;
}
.simple-content-block .content-block .show-more {
  font: 400 13px/20px "Poppins", "Arial", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #8436A1;
  margin-top: 3px;
}
.simple-content-block .content-block .show-more:hover {
  color: #340744;
}
@media only screen and (max-width: 767px) {
  .simple-content-block .content-block .show-more {
    font-size: 11px;
    line-height: 17px;
  }
}

.room-features-acm {
  float: left;
  padding-top: 5px;
}
@media only screen and (max-width: 767px) {
  .room-features-acm {
    float: none;
    margin-bottom: 20px;
  }
}
.room-features-acm .room-features-list {
  list-style: none;
  margin: 0;
  font-size: 13px;
  font-family: "Poppins", "Arial", sans-serif;
}
.room-features-acm .room-features-list li {
  padding-left: 20px;
  margin-bottom: 2px;
  position: relative;
  display: block;
}
.room-features-acm .room-features-list li:before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  border: 1px solid #222222;
  left: 0;
  top: 0;
}
.room-features-acm .room-features-list li:after {
  display: none;
  content: "";
  width: 11px;
  height: 8px;
  position: absolute;
  left: 2px;
  top: 3px;
  background-image: url("../images/check_black.svg");
  background-size: 100%;
}
.room-features-acm .room-features-list li.checked:after {
  display: block;
}

.photo-with-text-acm {
  display: flex;
  flex-flow: column;
}
.photo-with-text-acm.two-column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 40px;
}
@media (width <= 680px) {
  .photo-with-text-acm.two-column {
    grid-template-columns: 1fr;
  }
}
.photo-with-text-acm h3 {
  margin-bottom: 10px;
  font-size: 1.375rem;
  line-height: 1.2;
  text-transform: uppercase;
}
.photo-with-text-acm .item {
  align-items: center;
  padding: 30px 10px 30px 0;
  border-top: 1px solid #D1D1D1;
  /*
  &:first-child {
      border-top: 1px solid #D1D1D1;
  }
  */
}
@media only screen and (max-width: 767px) {
  .photo-with-text-acm .item {
    padding-bottom: 0;
  }
}
.photo-with-text-acm .item:nth-last-child(-n+2) {
  border-bottom: 1px solid #D1D1D1;
}
.photo-with-text-acm .item img {
  position: relative;
  z-index: 10;
}
.photo-with-text-acm .item .img-container {
  position: relative;
  width: 285px;
  height: 300px;
  float: left;
  margin-right: 40px;
  margin-bottom: 25px;
  flex: 0 0 285px;
  background-color: #eeeeee;
}
.photo-with-text-acm .item .img-container:after, .photo-with-text-acm .item .img-container:before {
  position: absolute;
  content: "";
  left: 0;
  width: calc(100% * 1.45);
  height: 1px;
  background-color: #D1D1D1;
  transform-origin: 0 1px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .photo-with-text-acm .item .img-container:after, .photo-with-text-acm .item .img-container:before {
    display: none;
  }
}
.photo-with-text-acm .item .img-container:after {
  transform: rotate(46.4deg);
}
.photo-with-text-acm .item .img-container:before {
  transform: rotate(-46.4deg);
  bottom: 0;
}
.photo-with-text-acm .item .text-container {
  width: auto;
  flex: 1 1 auto;
}
.photo-with-text-acm .item .item-status {
  margin-bottom: 16px;
  color: #340744;
  font-size: 14px;
  line-height: 1.5;
}
.photo-with-text-acm .item .item-desc {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .photo-with-text-acm .item {
    padding-right: 0;
  }
  .photo-with-text-acm .item .img-container {
    width: 100%;
    float: none;
    flex: none;
    height: auto;
    margin-bottom: 15px;
  }
  .photo-with-text-acm .item .text-container {
    text-align: center;
  }
}

.additional-content table {
  width: 100% !important;
  max-width: 100%;
  overflow: hidden;
  margin-top: 40px;
}
.additional-content table tr {
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
.additional-content table tr:nth-child(even) {
  background-color: #f8f8f8;
}
.additional-content table td {
  padding: 10px 0px;
}
.additional-content table strong {
  font-weight: bold;
}

#image-and-text-acm {
  clear: both;
}
@media only screen and (max-width: 1024px) {
  #image-and-text-acm {
    margin-top: 40px;
  }
}
#image-and-text-acm .single-article {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  #image-and-text-acm .columns-wrapper {
    display: block;
  }
}
#image-and-text-acm .columns-wrapper__image-column {
  margin-right: 20px;
  float: left;
}
@media only screen and (max-width: 767px) {
  #image-and-text-acm .columns-wrapper__image-column {
    margin-right: 0;
  }
}
#image-and-text-acm .columns-wrapper__image-column .image-wrapper {
  width: 320px;
  height: 240px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  #image-and-text-acm .columns-wrapper__image-column .image-wrapper {
    width: 100%;
    height: auto;
  }
}
#image-and-text-acm .columns-wrapper__image-column .image-wrapper img {
  float: none;
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 15px;
}
#image-and-text-acm .columns-wrapper__image-column .photographer-name {
  line-height: 16px;
  font-size: 10px;
  padding-top: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #image-and-text-acm .columns-wrapper__image-column .photographer-name {
    text-align: center;
    margin-bottom: 16px;
    font-size: 12px;
  }
}
#image-and-text-acm .columns-wrapper__text-column {
  font-size: 18px;
  line-height: 34px;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  #image-and-text-acm .columns-wrapper__text-column {
    font-size: 13px;
    line-height: 1.6;
    font-weight: 300;
    text-align: center;
  }
}
#image-and-text-acm .columns-wrapper__text-column p {
  margin-bottom: 0;
}

.sidebar-map-section h4 {
  font: 300 16px/1.2 "Poppins", "Arial", sans-serif;
  display: block;
  text-transform: uppercase;
  margin: 40px 0 5px;
}
.sidebar-map-section .google-link {
  display: block;
  color: #222222;
  line-height: 2;
  font: 300 12px/2 "Poppins", "Arial", sans-serif;
  max-width: 200px;
  margin-bottom: 35px;
}
.sidebar-map-section .google-link:hover {
  text-decoration: none;
}
.sidebar-map-section iframe#sidebar-map-iframe {
  max-width: 335px;
  max-height: 150px;
  border: 1px solid #eee;
}

.content-filter-plus-slider {
  padding-top: 109px;
  min-height: 800px;
}
@media only screen and (max-width: 1024px) {
  .content-filter-plus-slider {
    min-height: 100%;
    padding-top: 30px;
  }
}
.content-filter-plus-slider .categories-wrapper {
  width: 100%;
  position: relative;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .content-filter-plus-slider .categories-wrapper {
    flex-flow: column;
  }
}
.content-filter-plus-slider .center-column {
  max-width: 1280px;
}
.content-filter-plus-slider h3 {
  margin-bottom: 24px;
  font-weight: 300;
}
@media only screen and (max-width: 1024px) {
  .content-filter-plus-slider h3 {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 10px;
  }
}

.main-copy-slider-acm {
  position: absolute;
  width: 100%;
  margin-left: auto;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  .main-copy-slider-acm {
    position: static;
    padding-left: 30px;
  }
}
.main-copy-slider-acm .gallery {
  width: calc(100% - 200px);
  overflow: hidden;
  position: relative;
  left: 50%;
  margin-top: -53px;
}
@media screen and (max-width: 1299px) {
  .main-copy-slider-acm .gallery {
    width: 80%;
  }
}
@media only screen and (max-width: 1024px) {
  .main-copy-slider-acm .gallery {
    width: 100%;
    left: 0;
    margin-bottom: 40px;
    margin-top: 0;
  }
}
.main-copy-slider-acm .gallery-item {
  position: relative;
  width: 100%;
  height: 650px;
}
.main-copy-slider-acm .gallery-item img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1299px) {
  .main-copy-slider-acm .gallery-item {
    height: 580px;
  }
}
@media only screen and (max-width: 1024px) {
  .main-copy-slider-acm .gallery-item {
    height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .main-copy-slider-acm .gallery-item {
    height: 400px;
  }
}
@media only screen and (max-width: 449px) {
  .main-copy-slider-acm .gallery-item {
    height: 310px;
  }
}
.main-copy-slider-acm .gallery .slideshow {
  overflow: visible;
  margin-left: 0;
  width: calc(60% - 20px);
}
@media only screen and (max-width: 1024px) {
  .main-copy-slider-acm .gallery .slideshow {
    width: 80%;
  }
}
.main-copy-slider-acm .gallery .swiper-slide {
  transform: scale(1);
  transition: all 0.3s;
}
.main-copy-slider-acm .gallery .swiper-slide-next {
  transform: scale(0.87);
  left: -20px;
}
.main-copy-slider-acm .gallery .main-copy-slider-buttons {
  display: flex;
  bottom: 0;
  z-index: 100;
}
@media only screen and (max-width: 1024px) {
  .main-copy-slider-acm .gallery .main-copy-slider-buttons {
    position: absolute;
    z-index: 50;
  }
}
.main-copy-slider-acm .gallery .slideshow-button {
  background: #fff;
}
@media only screen and (max-width: 1024px) {
  .main-copy-slider-acm .gallery .slideshow-button {
    border: 1px solid #f1f1f1;
  }
}

.secondary-copy-acm {
  padding-top: 20px;
  overflow: hidden;
}
.secondary-copy-acm .content-block {
  position: relative;
  display: flex;
  padding-top: 40px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .secondary-copy-acm .content-block {
    display: block;
    padding-top: 14px;
    padding-bottom: 52px;
  }
}
.secondary-copy-acm .content-block::after {
  position: absolute;
  height: 80px;
  width: 100%;
  top: -20px;
  left: 80px;
  background-color: #F8F8F8;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .secondary-copy-acm .content-block::after {
    display: none;
  }
}
.secondary-copy-acm .img-container {
  position: relative;
  max-width: 410px;
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .secondary-copy-acm .img-container {
    max-width: 100%;
    width: 100%;
  }
}
.secondary-copy-acm .img-container img {
  width: 100%;
  display: block;
}
.secondary-copy-acm .main-content-container {
  width: 70%;
  padding-left: 40px;
  padding-top: 80px;
}
@media only screen and (max-width: 767px) {
  .secondary-copy-acm .main-content-container {
    width: 100%;
    padding-left: 0;
    padding-top: 41px;
  }
}
.secondary-copy-acm .main-content-container p {
  font-size: 14px;
  font-weight: 300;
  line-height: 32px;
}
@media only screen and (max-width: 767px) {
  .secondary-copy-acm .main-content-container p {
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 24px;
  }
}
.secondary-copy-acm .main-content-container p:last-child {
  margin-bottom: 0;
}
.secondary-copy-acm .main-content-container p:first-child:first-letter {
  font-size: 86px;
  font-weight: 200;
  float: left;
  line-height: 0.65;
  margin-right: 4px;
}
@media only screen and (max-width: 767px) {
  .secondary-copy-acm .main-content-container p:first-child:first-letter {
    font-size: 60px;
    font-weight: 200;
  }
}

.interior-gallery-acm {
  overflow: hidden;
}
.interior-gallery-acm .center-column {
  width: 100%;
  max-width: 1246px;
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  .interior-gallery-acm .center-column {
    padding: 0 30px;
  }
}
.interior-gallery-acm .image-slider {
  width: 100%;
  margin: 0 auto 30px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .interior-gallery-acm .image-slider {
    margin-bottom: 0px;
  }
}
.interior-gallery-acm .image-slide-img {
  position: relative;
  height: 500px;
}
@media only screen and (max-width: 767px) {
  .interior-gallery-acm .image-slide-img {
    padding-bottom: 47%;
    height: 0;
  }
}
.interior-gallery-acm .image-slide {
  position: relative;
  display: none;
}
.interior-gallery-acm .image-slide:first-child, .interior-gallery-acm .image-slide.swiper-slide {
  display: block;
}
.interior-gallery-acm .image-slider-buttons {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .interior-gallery-acm .slideshow-button {
    height: 50px;
    width: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .interior-gallery-acm .slideshow-button.next, .interior-gallery-acm .slideshow-button.previous {
    top: 50%;
  }
}
.interior-gallery-acm .image-slider-pagination {
  position: absolute;
  right: 0;
  display: none;
  font-family: "Crimson Text", "Times New Roman", serif;
  transform: translateY(100%);
}
@media only screen and (max-width: 767px) {
  .interior-gallery-acm .image-slider-pagination {
    display: none;
  }
}
.interior-gallery-acm .swiper-pagination-bullet {
  display: block;
  height: 40px;
  width: 40px;
  border: 4px solid #000;
}

.copy-bulleted-list-acm {
  margin-bottom: 100px;
  overflow: hidden;
}
.copy-bulleted-list-acm .center-column {
  padding: 0 40px;
}
@media only screen and (max-width: 1024px) {
  .copy-bulleted-list-acm .center-column {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .copy-bulleted-list-acm {
    margin-bottom: 0;
  }
}
.copy-bulleted-list-acm .content {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .copy-bulleted-list-acm .content {
    flex-flow: column;
  }
}
.copy-bulleted-list-acm .content-item-block:not(:last-child) {
  border-right: 1px solid #e2e2e2;
}
@media only screen and (max-width: 767px) {
  .copy-bulleted-list-acm .content-item-block:not(:last-child) {
    border-right: none;
  }
}
.copy-bulleted-list-acm .desc-block {
  width: 50%;
  padding-right: 80px;
}
@media only screen and (max-width: 1024px) {
  .copy-bulleted-list-acm .desc-block {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .copy-bulleted-list-acm .desc-block {
    width: 100%;
    padding-right: 0;
  }
}
.copy-bulleted-list-acm .desc-block ul {
  font-family: "Poppins", "Arial", sans-serif;
  font-size: 12px;
}
.copy-bulleted-list-acm .desc-block ul li {
  font-size: 12px;
  line-height: 22px;
}
.copy-bulleted-list-acm .list-block {
  width: 50%;
  padding-left: 100px;
}
@media only screen and (max-width: 1024px) {
  .copy-bulleted-list-acm .list-block {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .copy-bulleted-list-acm .list-block {
    width: 100%;
    padding-right: 0;
    padding-left: 20px;
    text-align: left;
  }
}
.copy-bulleted-list-acm .list-block ul {
  margin-left: 0;
  font-family: "Poppins", "Arial", sans-serif;
  font-size: 12px;
  line-height: 1.2;
  list-style: url("../images/check_black.svg");
}
.copy-bulleted-list-acm .list-block ul li {
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 25px;
  padding-left: 5px;
}
.copy-bulleted-list-acm .list-block ul li::before {
  display: none;
}
@media only screen and (max-width: 767px) {
  .copy-bulleted-list-acm .list-block ul li {
    margin-bottom: 23px;
  }
}
.copy-bulleted-list-acm h2 {
  margin-bottom: 10px;
  font-weight: 200;
  font-size: 46px;
  line-height: 42px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .copy-bulleted-list-acm h2 {
    font-size: 32px;
    line-height: 33px;
    margin-bottom: 9px;
  }
}
.copy-bulleted-list-acm h3 {
  margin-bottom: 32px;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .copy-bulleted-list-acm h3 {
    font-size: 16px;
    margin-bottom: 32px;
  }
}
.copy-bulleted-list-acm p {
  font-size: 18px;
  font-weight: 300;
  line-height: 34px;
}
@media only screen and (max-width: 767px) {
  .copy-bulleted-list-acm p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 26px;
  }
}
.copy-bulleted-list-acm p:first-child:first-letter {
  font-size: 81px;
  font-weight: 200;
  float: left;
  line-height: 0.75;
  margin-right: 4px;
}
@media only screen and (max-width: 767px) {
  .copy-bulleted-list-acm p:first-child:first-letter {
    font-size: 60px;
    font-weight: 200;
  }
}
.copy-bulleted-list-acm h3 + p:first-letter, .copy-bulleted-list-acm h2 + p:first-letter {
  font-size: 81px;
  font-weight: 200;
  float: left;
  line-height: 0.75;
  margin-right: 4px;
}
@media only screen and (max-width: 767px) {
  .copy-bulleted-list-acm h3 + p:first-letter, .copy-bulleted-list-acm h2 + p:first-letter {
    font-size: 60px;
    font-weight: 200;
  }
}

.maison-acm {
  padding-bottom: 60px;
  text-align: center;
}
.maison-acm .center-column {
  padding-top: 50px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .maison-acm .center-column {
    padding-top: 48px;
  }
}
.maison-acm h2 {
  color: #000;
  font-family: "Crimson Text", "Times New Roman", serif;
  text-transform: lowercase;
  font-size: 70px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .maison-acm h2 {
    font-size: 50px;
  }
}
.maison-acm .page-content {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.maison-acm .title-row {
  width: 100%;
  text-align: left;
}
.maison-acm .subtitle {
  margin-top: -2px;
}
@media only screen and (max-width: 767px) {
  .maison-acm .subtitle {
    font-size: 16px;
    margin-bottom: 23px;
    margin-top: 0;
  }
}
.maison-acm .post-list {
  margin-bottom: 40px;
  width: 100%;
}
.maison-acm .post-item {
  position: relative;
  width: calc(33.3% - 52px);
  margin: 0 26px;
  height: auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .maison-acm .post-item {
    width: calc(50% - 20px);
    margin: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .maison-acm .post-item {
    width: calc(80% - 20px);
    margin: 0 10px;
  }
}
.maison-acm .post-item:after {
  position: absolute;
  background-color: #8436A1;
  opacity: 0.25;
  content: "";
  height: 4px;
  width: 100%;
  left: 0;
  bottom: 0;
}
.maison-acm .post-image {
  position: relative;
  height: 250px;
}
@media only screen and (max-width: 767px) {
  .maison-acm .post-image {
    padding-bottom: 66.25%;
    height: 0;
  }
}
.maison-acm .post-content {
  display: inline-flex;
  width: 100%;
  flex-flow: column;
  padding: 26px 30px 60px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .maison-acm .post-content {
    padding: 24px 24px 28px 22px;
  }
}
.maison-acm .post-category {
  font-family: "Poppins", "Arial", sans-serif;
  font-size: 15px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .maison-acm .post-category {
    font-size: 14px;
    margin-bottom: 9px;
  }
}
.maison-acm .post-title {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 24px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .maison-acm .post-title {
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 20px;
  }
}
.maison-acm .post-par {
  font-size: 12px;
  line-height: 25px;
}
@media only screen and (max-width: 767px) {
  .maison-acm .post-par {
    display: none;
  }
}
.maison-acm .content-read-more {
  position: absolute;
  right: 30px;
  bottom: 30px;
  margin-left: auto;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .maison-acm .content-read-more {
    font-size: 11px;
    letter-spacing: 1px;
    right: 24px;
    bottom: 28px;
  }
}
.maison-acm .see-more {
  display: inline-block;
  padding: 0 45px;
  line-height: 40px;
  background-color: #fff;
  border: 1px solid rgba(132, 54, 161, 0.25);
  color: #8436A1;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .maison-acm .see-more {
    font-size: 11px;
    margin-bottom: 40px;
  }
}
@media (hover) {
  .maison-acm .see-more:hover {
    background-color: #8436A1;
    color: #fff;
  }
}
.maison-acm .slideshow {
  max-width: 1290px;
  margin: 0 auto;
}
.maison-acm .slides-count-1 {
  justify-content: center;
  transform: none !important;
}
@media only screen and (min-width: 1024px) {
  .maison-acm .slides-count-1 .post-item {
    width: calc(50% - 52px);
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .maison-acm .slides-count-1 .post-item {
    width: calc(90% - 20px);
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .maison-acm .slides-count-2 {
    justify-content: center;
    transform: none !important;
  }
}
@media only screen and (min-width: 1024px) {
  .maison-acm .slides-count-2 {
    justify-content: center;
    transform: none !important;
  }
}
@media only screen and (min-width: 1024px) {
  .maison-acm .slides-count-2 .swiper-slide {
    width: calc(50% - 52px);
  }
}
@media only screen and (max-width: 767px) {
  .maison-acm .swiper-wrapper .swiper-slide {
    opacity: 0.5;
    transition: opacity 350ms ease-in-out;
  }
}
@media only screen and (max-width: 767px) {
  .maison-acm .swiper-wrapper .swiper-slide-duplicate-active, .maison-acm .swiper-wrapper .swiper-slide-active {
    opacity: 1;
  }
}

.three-tiles-block {
  padding-bottom: 10px;
  position: relative;
}
.three-tiles-block .bg-image {
  width: 100%;
  height: 430px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: repeat;
}
@media only screen and (max-width: 767px) {
  .three-tiles-block .bg-image {
    display: none;
  }
}
.three-tiles-block .center-column {
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .three-tiles-block .center-column {
    padding-top: 48px;
  }
}
.three-tiles-block .logo {
  width: 100%;
  max-width: 270px;
  margin: 13px auto 20px;
  height: auto;
}
.three-tiles-block h2 {
  margin-bottom: 13px;
  font-weight: 200;
  font-size: 61px;
  line-height: 84px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .three-tiles-block h2 {
    font-size: 41px;
    line-height: 41px;
    margin-bottom: 5px;
  }
}
.three-tiles-block .page-content {
  display: flex;
  flex-flow: column;
  align-items: stretch;
  max-width: 920px;
  margin: 0 auto;
}
.three-tiles-block .page-content p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .three-tiles-block .page-content p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 15px;
  }
}
.three-tiles-block .title-row {
  width: 100%;
}
.three-tiles-block .subtitle {
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .three-tiles-block .subtitle {
    font-size: 16px;
    margin-bottom: 23px;
  }
}
.three-tiles-block .post-list {
  margin-bottom: 40px;
  width: 100%;
}
.three-tiles-block .post-item {
  position: relative;
  width: calc(33.3% - 30px);
  margin: 0 15px;
  height: 450px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .three-tiles-block .post-item {
    width: calc(50% - 20px);
    margin: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .three-tiles-block .post-item {
    width: calc(80% - 20px);
    margin: 0 10px;
    height: 360px;
  }
}
.three-tiles-block .post-item:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 200px;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 70%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#000000",GradientType=0 );
  z-index: 1;
}
.three-tiles-block .post-item:hover .post-header {
  opacity: 0;
}
.three-tiles-block .post-item:hover .post-content {
  top: 4px;
}
.three-tiles-block .post-image {
  position: relative;
  height: 100%;
  border-top: 4px solid #8436A1;
}
.three-tiles-block .post-content {
  top: -100%;
  position: absolute;
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: calc(100% - 4px);
  flex-flow: column;
  padding: 45px 20px;
  color: #222222;
  background: rgba(255, 255, 255, 0.8);
  transition: top 350ms ease-in-out;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .three-tiles-block .post-content {
    padding: 45px 30px;
  }
}
.three-tiles-block .post-content > {
  z-index: 1;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .three-tiles-block .post-content {
    padding: 24px 24px 28px 22px;
  }
}
.three-tiles-block .post-content:after {
  content: "";
  z-index: 0;
  position: absolute;
  top: -4px;
  left: 0;
  width: 50px;
  height: 50px;
  background: url("../images/triangle-bg.png") 0 0 no-repeat;
}
.three-tiles-block.no-hovered .post-item:hover .post-content {
  top: 0;
}
.three-tiles-block.no-hovered .post-content {
  top: 0;
}
.three-tiles-block .post-header {
  font: 18px/24px "Poppins", "Arial", sans-serif;
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 44px;
  left: 50px;
  right: 50px;
  letter-spacing: 2px;
  z-index: 2;
  opacity: 1;
  text-transform: uppercase;
  transition: opacity 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .three-tiles-block .post-header {
    bottom: 34px;
    left: 15px;
    right: 15px;
  }
}
.three-tiles-block .play-video {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 50%;
  text-indent: -9999em;
  font-size: 0;
  opacity: 1;
  z-index: 1;
  transition: all 350ms ease-in-out;
}
.three-tiles-block .play-video:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  right: 7px;
  border-top: 5px solid transparent;
  border-left: 9px solid #fff;
  border-bottom: 5px solid transparent;
  transition: all 350ms ease-in-out;
}
.three-tiles-block .play-video:hover {
  opacity: 0.8;
}
.three-tiles-block .property-title {
  margin-bottom: 15px;
}
.three-tiles-block .post-title {
  margin-bottom: 28px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .three-tiles-block .post-title {
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 20px;
  }
}
.three-tiles-block .post-par {
  font-size: 14px;
  line-height: 22px;
}
.three-tiles-block .post-par p {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .three-tiles-block .post-par {
    display: none;
  }
}
.three-tiles-block .post-par ul {
  text-align: left;
}
.three-tiles-block .slideshow {
  max-width: 1190px;
  margin: 32px auto 0;
}
.three-tiles-block .slides-count-1 {
  justify-content: center;
  transform: none !important;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .three-tiles-block .slides-count-2 {
    justify-content: center;
    transform: none !important;
  }
}
@media only screen and (min-width: 1024px) {
  .three-tiles-block .slides-count-2 {
    justify-content: center;
    transform: none !important;
  }
}
@media only screen and (min-width: 1024px) {
  .three-tiles-block .slides-count-2 .swiper-slide {
    width: calc(50% - 52px);
  }
}
@media only screen and (max-width: 767px) {
  .three-tiles-block .swiper-wrapper .swiper-slide {
    opacity: 0.5;
    transition: opacity 350ms ease-in-out;
  }
}
@media only screen and (max-width: 767px) {
  .three-tiles-block .swiper-wrapper .swiper-slide-duplicate-active, .three-tiles-block .swiper-wrapper .swiper-slide-active {
    opacity: 1;
  }
}

.membership-acm {
  position: relative;
  margin-bottom: 40px;
  padding: 120px 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .membership-acm {
    padding: 80px 0;
  }
}
.membership-acm .center-column {
  max-width: 1368px;
  padding: 0 40px;
}
@media only screen and (max-width: 767px) {
  .membership-acm .center-column {
    padding: 0 30px;
  }
}
.membership-acm .post-item {
  width: calc(50% - 30px);
  margin-right: 32px;
}
.membership-acm .img-container {
  position: absolute;
  width: 100%;
  height: 100%;
  left: calc(50% - 486px);
  top: 0;
  background-size: auto;
}
.membership-acm .img-container:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: radial-gradient(ellipse at 40% 40%, transparent 0, rgba(0, 0, 0, 0.75) 100%);
}
.membership-acm .img-container img {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1440px) {
  .membership-acm .img-container {
    left: calc(50% - 486px);
  }
}
@media only screen and (max-width: 1024px) {
  .membership-acm .img-container {
    left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .membership-acm .img-container {
    width: 100%;
  }
}
.membership-acm .center-column {
  width: 100%;
}
.membership-acm .page-content {
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .membership-acm .page-content {
    flex-flow: column;
  }
}
.membership-acm .slider-wrapper {
  width: 66%;
}
@media only screen and (max-width: 1024px) {
  .membership-acm .slider-wrapper {
    order: 2;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .membership-acm .slider-wrapper {
    display: none;
  }
}
.membership-acm .membership-slider {
  width: calc(100% + 30px);
  max-height: 450px;
}
.membership-acm .membership-slider .swiper-container {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .membership-acm .membership-slider .swiper-container {
    width: 80%;
    overflow: visible;
  }
}
.membership-acm .membership-slider-buttons {
  display: flex;
  justify-content: flex-end;
  padding-right: 30px;
}
@media only screen and (max-width: 1024px) {
  .membership-acm .membership-slider-buttons {
    justify-content: center;
  }
}
.membership-acm .membership-slider .slideshow-button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.membership-acm .membership-slider .slideshow-button path {
  fill: #fff;
}
.membership-acm .membership-slider .slideshow-button:hover path {
  fill: #ccc;
}
.membership-acm .slide {
  display: flex;
  min-height: 450px;
  color: #fff;
  text-align: center;
}
.membership-acm .slide-image {
  height: 100%;
}
.membership-acm .slide-content {
  position: relative;
  margin-top: auto;
  padding: 25px 30px;
}
.membership-acm .slide h3, .membership-acm .slide h4 {
  margin-bottom: 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .membership-acm .slide {
    min-height: 400px;
  }
}
@media screen and (max-width: 575px) {
  .membership-acm .slide {
    min-height: 300px;
  }
}
.membership-acm .section-content {
  display: block;
  width: 41%;
  margin-left: 60px;
  padding-top: 22px;
  color: #fff;
  max-height: 450px;
  overflow-y: auto;
}
@media only screen and (max-width: 1024px) {
  .membership-acm .section-content {
    order: 1;
    width: 100%;
    margin-bottom: 60px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .membership-acm .section-content {
    margin-bottom: 0;
    overflow-y: auto;
    max-height: none;
    padding-left: 0;
    padding-right: 0;
    order: 2;
    margin-left: 0;
  }
  .membership-acm .section-content ul {
    display: flex;
    flex-flow: column;
  }
  .membership-acm .section-content a:not(:last-child) {
    margin-right: 0;
  }
}
.membership-acm .section-content h2 {
  margin-bottom: 19px;
  color: #fff;
  font-size: 50px;
  font-weight: 200;
  letter-spacing: 1px;
  line-height: 67px;
}
@media only screen and (min-width: 1440px) {
  .membership-acm .section-content h2 {
    font-size: 62px;
  }
}
@media only screen and (max-width: 767px) {
  .membership-acm .section-content h2 {
    font-size: 33px;
    line-height: 42px;
  }
}
.membership-acm .section-content .logo-container {
  display: flex;
  max-width: 100%;
  max-height: 80px;
  margin-bottom: 10px;
}
.membership-acm .section-content img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
}
.membership-acm .section-content p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
}
.membership-acm .section-content ul {
  margin: 0 0 13px 0;
  padding-left: 20px;
  font-size: 16px;
  line-height: 25px;
  list-style: url(../images/check.svg);
}
@media only screen and (max-width: 767px) {
  .membership-acm .section-content ul {
    padding-left: 25px;
    margin-bottom: 4px;
  }
}
.membership-acm .section-content li {
  font-family: "Crimson Text", "Times New Roman", serif;
}
.membership-acm .section-content li:not(:last-child) {
  margin-bottom: 25px;
}
.membership-acm .section-content li::before {
  display: none;
}
.membership-acm .section-content .links {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .membership-acm .section-content .links {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
}
.membership-acm .section-content .links a {
  display: inline-flex;
  justify-content: center;
  min-width: 160px;
  padding: 0 30px;
  font-size: 13px;
  line-height: 41px;
  text-align: center;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.25);
}
@media only screen and (max-width: 767px) {
  .membership-acm .section-content .links a {
    width: calc(50% - 14px);
    min-width: auto;
    margin: 0;
  }
}
.membership-acm .section-content .links a + a {
  color: #8436A1;
  border: 1px solid #8436A1;
  background: #fff;
}
.membership-acm .section-content .links a:not(:last-child) {
  margin-right: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .membership-acm .section-content .links a:not(:last-child) {
    margin: 0;
  }
}
.membership-acm .section-content .links a:hover {
  color: #fff;
  background-color: #8436A1;
  border-color: #8436A1;
}

.special-offer-search-acm {
  padding: 80px 0;
}
@media only screen and (max-width: 767px) {
  .special-offer-search-acm {
    padding: 64px 0 80px;
  }
}
.special-offer-search-acm .center-column {
  width: 100%;
  padding: 0;
}
.special-offer-search-acm h2 {
  font-weight: 200;
  letter-spacing: 1px;
  margin: 0 40px 0 0;
}
@media screen and (max-width: 1199px) {
  .special-offer-search-acm h2 {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .special-offer-search-acm h2 {
    margin: 0 0 20px 0;
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .special-offer-search-acm h2 {
    margin-right: 0;
    align-self: flex-start;
  }
}
.special-offer-search-acm .title-row {
  display: flex;
  align-items: flex-end;
  padding: 0 20px;
}
.special-offer-search-acm .title-row.centered-title {
  flex-flow: column;
  align-items: center;
}
.special-offer-search-acm .title-row.centered-title h2 {
  margin-right: 0;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  .special-offer-search-acm .title-row.centered-title {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .special-offer-search-acm .title-row.centered-title {
    margin-bottom: 20px;
  }
  .special-offer-search-acm .title-row.centered-title h2 {
    align-self: center;
    text-align: center;
    font-size: 33px;
    margin-bottom: 12px;
  }
}
.special-offer-search-acm .title-row.centered-title .location {
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .special-offer-search-acm .title-row.centered-title .location {
    margin-bottom: 12px;
    font-size: 15px;
    font-weight: 300;
  }
}
.special-offer-search-acm .title-row.centered-title::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  top: -45px;
  left: 0px;
  background-color: #e2e2e2;
}
@media only screen and (max-width: 767px) {
  .special-offer-search-acm .title-row.centered-title::before {
    top: -28px;
    width: 86%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 1024px) {
  .special-offer-search-acm .title-row {
    flex-flow: column;
    align-items: center;
  }
}
.special-offer-search-acm .options-block-to-filter {
  display: inline-flex;
  justify-content: flex-start;
  font-family: "Crimson Text", "Times New Roman", serif;
  font-size: 20px;
}
.special-offer-search-acm .options-block-to-filter select {
  border-bottom-width: 1px;
  padding-left: 0;
  font-family: "Crimson Text", "Times New Roman", serif;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .special-offer-search-acm .options-block-to-filter select {
    font-size: 14px;
  }
}
.special-offer-search-acm .options-block-to-filter .select-icon {
  width: 8px;
  height: 8px;
  right: 0;
  margin-top: -3px;
}
@media only screen and (max-width: 1024px) {
  .special-offer-search-acm .options-block-to-filter {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .special-offer-search-acm .options-block-to-filter {
    justify-content: center;
    align-self: flex-start;
  }
}
@media only screen and (max-width: 449px) {
  .special-offer-search-acm .options-block-to-filter {
    flex-flow: column;
  }
}
.special-offer-search-acm .filter-block {
  margin-right: 40px;
}
@media only screen and (max-width: 767px) {
  .special-offer-search-acm .filter-block {
    margin-right: 20px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 449px) {
  .special-offer-search-acm .filter-block {
    display: flex;
    margin-right: 0;
    align-items: center;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .special-offer-search-acm .sort-block {
    font-size: 14px;
  }
}
@media only screen and (max-width: 449px) {
  .special-offer-search-acm .sort-block {
    display: flex;
    margin-right: 0;
    align-items: center;
  }
}
.special-offer-search-acm .select-wrapper {
  margin-left: 10px;
}
.special-offer-search-acm .offer-list {
  display: flex;
  width: calc(100% + 40px);
  margin: 0px -20px;
  flex-flow: wrap;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .special-offer-search-acm .offer-list {
    display: none;
  }
}
.special-offer-search-acm .offer-info {
  display: flex;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  flex-flow: column;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
  padding: 20px 15px;
  font-size: 16px;
  text-align: center;
  transition: all 0.3s;
}
.special-offer-search-acm .offer-info:after {
  position: absolute;
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  top: 10px;
  left: 10px;
}
.special-offer-search-acm .offer-name {
  position: relative;
  max-width: 100%;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.3s;
  z-index: 100;
}
.special-offer-search-acm .offer-details {
  max-width: 100%;
  font-size: 14px;
  position: relative;
  overflow: hidden;
  max-height: 0;
  transition: all 0.3s;
  z-index: 100;
}
.special-offer-search-acm .offer-details p {
  color: #fff;
}
.special-offer-search-acm .offer-details ul {
  margin-left: 0px;
}
.special-offer-search-acm .offer-book-link {
  display: inline-flex;
  padding: 0;
  border: none;
  max-height: 0;
  overflow: hidden;
  background-color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  z-index: 100;
}
.special-offer-search-acm .offer-book-link:hover {
  color: #fff;
  background-color: #8436A1;
}
.special-offer-search-acm .offer-item {
  display: none;
  position: relative;
  height: 360px;
  width: calc(25% - 40px);
  margin: 36px 20px 0;
  overflow: hidden;
  max-height: 400px;
  transition: all 0.3s;
  border-top: 4px solid #8436A1;
}
.special-offer-search-acm .offer-item:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 200px;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 70%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#000000",GradientType=0 );
  z-index: 50;
}
.special-offer-search-acm .offer-item.hidden {
  max-height: 0;
  margin-top: 0;
  padding: 0;
  border-top-width: 0px;
}
.special-offer-search-acm .offer-item.active {
  display: block;
  transition: all 0.3s;
}
.special-offer-search-acm .offer-item .hotel-img {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.special-offer-search-acm .offer-item .hotel-img img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.special-offer-search-acm .offer-item .hotel-name {
  position: relative;
  max-width: 100%;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 8px;
  z-index: 100;
}
.special-offer-search-acm .offer-item:hover .offer-details {
  max-height: none;
  margin: 20px 0;
}
.special-offer-search-acm .offer-item:hover .offer-info {
  justify-content: space-evenly;
  background-color: rgba(0, 0, 0, 0.75);
}
.special-offer-search-acm .offer-item:hover .offer-info::after {
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.special-offer-search-acm .offer-item:hover .offer-book-link {
  padding: 8px 30px;
  max-height: none;
  border: 1px solid #8436A1;
  overflow: visible;
  transition: background-color 0.3s, color 0.3s;
}
.special-offer-search-acm .slideshow-wrapper {
  justify-content: center;
  display: flex;
}
.special-offer-search-acm .swiper-wrapper {
  justify-content: unset;
}
@media only screen and (max-width: 1024px) {
  .special-offer-search-acm .swiper-wrapper .offer-item {
    opacity: 0.5;
  }
  .special-offer-search-acm .swiper-wrapper .offer-item.swiper-slide-active {
    opacity: 1;
  }
}
@media screen and (max-width: 1299px) {
  .special-offer-search-acm .offer-list {
    width: calc(100%);
    margin: 0 auto;
  }
  .special-offer-search-acm .offer-item {
    margin: 36px 5px 0;
    width: calc(25% - 10px);
  }
}
@media only screen and (max-width: 1024px) {
  .special-offer-search-acm .offer-item {
    margin: 0;
    width: calc(100% - 20px);
  }
}
.special-offer-search-acm .special-offers-slider {
  display: none;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .special-offer-search-acm .special-offers-slider .swiper-container {
    width: 90%;
    margin: 0px auto;
    overflow: visible;
  }
}
@media only screen and (max-width: 449px) {
  .special-offer-search-acm .special-offers-slider .swiper-container {
    width: 80%;
  }
}
@media only screen and (max-width: 1024px) {
  .special-offer-search-acm .special-offers-slider {
    display: block;
    margin: 0px auto;
  }
}
.special-offer-search-acm .show-more-btn {
  display: none;
  align-items: center;
  justify-content: center;
  border: 1px solid #8436A1;
  margin: 36px auto 0;
  color: #8436A1;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 13px;
  text-transform: uppercase;
  padding: 15px 50px;
  transition: all 350ms ease-in-out;
}
.special-offer-search-acm .show-more-btn.active {
  display: flex;
}
.special-offer-search-acm .show-more-btn:hover {
  background-color: #8436A1;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .special-offer-search-acm .show-more-btn {
    display: none;
  }
  .special-offer-search-acm .show-more-btn.active {
    display: none;
  }
}

.special-offer-search-property-acm .offer-item {
  display: block;
}

.food-drink-section {
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .food-drink-section {
    margin: 30px 0 40px;
  }
}
.food-drink-section .center-column {
  width: 100%;
  padding: 0;
  max-width: 1246px;
}
.food-drink-section .title-row {
  display: flex;
  justify-content: flex-start;
  flex-flow: wrap;
  align-items: flex-end;
  margin-bottom: 25px;
  padding: 0 20px;
}
.food-drink-section .title-block {
  width: 50%;
  margin-left: 25%;
  padding-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 1049px) {
  .food-drink-section .title-block {
    width: 100%;
    margin-left: 0;
  }
}
.food-drink-section h2 {
  line-height: 53px;
  margin-bottom: 4px;
  font-weight: 200;
  letter-spacing: 3px;
}
@media only screen and (max-width: 767px) {
  .food-drink-section h2 {
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 2px;
  }
}
.food-drink-section h3 {
  margin-bottom: 0;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .food-drink-section h3 {
    font-size: 16px;
    line-height: 25px;
  }
}
.food-drink-section .filter-block {
  display: inline-flex;
  margin-left: auto;
  align-items: baseline;
  font-family: "Crimson Text", "Times New Roman", serif;
  font-size: 20px;
  line-height: 40px;
}
@media screen and (max-width: 1049px) {
  .food-drink-section .filter-block {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .food-drink-section .filter-block {
    font-size: 14px;
  }
}
.food-drink-section .select-wrapper {
  margin-left: 12px;
}
.food-drink-section select {
  padding-left: 0;
  font-family: "Crimson Text", "Times New Roman", serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  .food-drink-section select {
    font-size: 14px;
  }
}
.food-drink-section .offer-content {
  display: flex;
  position: absolute;
  bottom: 0;
  width: 100%;
  align-items: flex-end;
  justify-content: space-between;
  padding: 30px;
  text-align: left;
  z-index: 100;
  transition: background-color 0.3s;
}
@media only screen and (max-width: 767px) {
  .food-drink-section .offer-content {
    padding: 20px;
  }
}
.food-drink-section .offer-info {
  width: 100%;
}
.food-drink-section .offer-title {
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .food-drink-section .offer-title {
    text-align: center;
    font-size: 18px;
  }
}
.food-drink-section .offer-desc {
  display: flex;
  font-size: 14px;
  line-height: 22px;
}
@media screen and (max-width: 575px) {
  .food-drink-section .offer-desc {
    flex-flow: column;
  }
}
.food-drink-section .offer-desc p {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: flex;
}
.food-drink-section .offer-desc p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .food-drink-section .offer-desc p {
    display: none;
  }
}
.food-drink-section .offer-desc .additional-copy {
  display: none;
}
.food-drink-section .offer-slide {
  position: relative;
  height: 580px;
  color: #fff;
  transition: all 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .food-drink-section .offer-slide {
    height: 440px;
  }
}
@media only screen and (max-width: 767px) {
  .food-drink-section .offer-slide {
    height: 360px;
    width: calc(90% - 10px);
    opacity: 0.5;
    margin: 0 auto;
  }
  .food-drink-section .offer-slide.swiper-slide-active, .food-drink-section .offer-slide.detailed {
    opacity: 1;
  }
}
.food-drink-section .offer-slide:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 200px;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 70%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#000000",GradientType=0 );
  z-index: 50;
}
.food-drink-section .offer-slide .mobile-learn-more {
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  text-indent: -9999em;
  font-size: 0;
  z-index: 999;
}
@media only screen and (max-width: 767px) {
  .food-drink-section .offer-slide .mobile-learn-more {
    display: block;
  }
}
.food-drink-section .offer-slide .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 0;
  z-index: 110;
}
@media only screen and (max-width: 767px) {
  .food-drink-section .offer-slide .close-btn {
    top: 10px;
    right: 10px;
  }
}
.food-drink-section .offer-slide .short-copy p {
  margin-right: 20px;
}
.food-drink-section .offer-slide .btns-block {
  display: flex;
  align-items: flex-end;
  flex-flow: column;
  margin-left: auto;
  padding-left: 0;
}
.food-drink-section .offer-slide .btns-block .hotel-link {
  display: block;
  float: none;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .food-drink-section .offer-slide .btns-block {
    display: none;
  }
}
.food-drink-section .offer-slide img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 50;
}
.food-drink-section .offer-slide .logo {
  position: relative;
  top: auto;
  left: auto;
  height: 100%;
  width: auto;
  display: block;
  margin: 0 40px 7px 0;
}
.food-drink-section .offer-slide.detailed:after {
  background: rgba(0, 0, 0, 0.65);
  height: 100%;
}
.food-drink-section .offer-slide.detailed .about-link {
  display: none;
}
.food-drink-section .offer-slide.detailed .book-now {
  display: block;
}
.food-drink-section .offer-slide.detailed .about-link + .hotel-link {
  display: block;
}
.food-drink-section .offer-slide.detailed .btns-block {
  margin-top: 50px;
  padding-left: 0;
  flex-flow: wrap;
}
@media only screen and (max-width: 767px) {
  .food-drink-section .offer-slide.detailed .btns-block {
    margin-top: 16px;
    display: flex;
  }
  .food-drink-section .offer-slide.detailed .btns-block a {
    margin-top: 10px;
  }
}
.food-drink-section .offer-slide.detailed .offer-content {
  width: 100%;
  height: 100%;
  align-items: flex-start;
  padding: 60px 50px 50px;
}
@media only screen and (max-width: 1024px) {
  .food-drink-section .offer-slide.detailed .offer-content {
    padding: 40px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .food-drink-section .offer-slide.detailed .offer-content {
    padding: 60px 20px 30px;
  }
}
.food-drink-section .offer-slide.detailed .offer-title {
  font-size: 40px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .food-drink-section .offer-slide.detailed .offer-title {
    font-size: 22px;
    margin-bottom: 0;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
  }
}
@media only screen and (max-width: 767px) {
  .food-drink-section .offer-slide.detailed .offer-title {
    text-align: left;
  }
}
.food-drink-section .offer-slide.detailed .offer-desc {
  display: block;
  column-count: 2;
  column-gap: 10%;
}
@media only screen and (max-width: 1024px) {
  .food-drink-section .offer-slide.detailed .offer-desc {
    column-count: 1;
  }
}
.food-drink-section .offer-slide.detailed .offer-desc p {
  -webkit-line-clamp: 28;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .food-drink-section .offer-slide.detailed .offer-desc p {
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    display: -webkit-box;
  }
}
@media only screen and (max-width: 767px) {
  .food-drink-section .offer-slide.detailed .offer-desc p {
    -webkit-line-clamp: 3;
    margin: 20px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .food-drink-section .offer-slide.detailed .offer-desc p {
    display: -webkit-box;
  }
}
.food-drink-section .offer-slide.detailed .offer-desc .short-copy {
  display: none;
}
.food-drink-section .offer-slide.detailed .offer-desc .additional-copy {
  display: block;
}
.food-drink-section .offer-slide.detailed .close-btn {
  opacity: 1;
  transform: translateX(0%);
}
.food-drink-section .offer-slide.detailed .hotel-name {
  font-size: 22px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .food-drink-section .offer-slide.detailed .hotel-name {
    text-align: left;
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.food-drink-section .offer-slide.detailed .hotel-link:not(:last-child) {
  margin-right: 20px;
}
.food-drink-section .offer-slide.detailed .hotel-link.reserve-link {
  display: flex;
}
.food-drink-section .hotel-name {
  font-family: "Poppins", "Arial", sans-serif;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .food-drink-section .hotel-name {
    text-align: center;
  }
}
.food-drink-section .hotel-link {
  display: flex;
  width: max-content;
  max-width: 100%;
  padding: 0 30px;
  line-height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s, margin 0s;
}
.food-drink-section .hotel-link.reserve-link {
  display: none;
  color: #8436A1;
  border: 1px solid #8436A1;
  background: #fff;
}
.food-drink-section .hotel-link:hover {
  background-color: #8436A1;
  color: #fff;
  border-color: #8436A1;
}
.food-drink-section .about-link + .hotel-link {
  display: none;
}
.food-drink-section .book-now {
  display: none;
  color: #8436A1;
  border: 1px solid #8436A1;
  background: #fff;
}
.food-drink-section .book-now:hover {
  color: #fff;
  background: #8436A1;
  border-color: #8436A1;
}
.food-drink-section .hotel-reserve-link {
  color: #fff;
}
.food-drink-section .simple-image-slider {
  overflow: hidden;
}
.food-drink-section .simple-image-slider .swiper-container {
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .food-drink-section .simple-image-slider .swiper-container {
    width: 80%;
    margin: 0 auto;
    overflow: visible;
  }
}
.food-drink-section .simple-image-slider-buttons {
  display: flex;
  bottom: 0;
  right: 0;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .food-drink-section .simple-image-slider-buttons {
    display: none;
  }
}
.food-drink-section .simple-image-slider-pagination {
  display: inline;
  position: absolute;
  padding: 0 20px;
  right: 0;
  transform: translateY(100%);
}
@media only screen and (max-width: 767px) {
  .food-drink-section .simple-image-slider-pagination {
    display: none;
  }
}

.food-drink-restaurants-acm {
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .food-drink-restaurants-acm {
    margin-bottom: 30px;
  }
}
.food-drink-restaurants-acm .simple-image-slider-buttons {
  display: none;
}
.food-drink-restaurants-acm .h1-like {
  font-size: 46px;
  line-height: 69px;
  margin-bottom: 4px;
}
@media only screen and (max-width: 767px) {
  .food-drink-restaurants-acm .h1-like {
    font-size: 32px;
    line-height: 33px;
  }
}
.food-drink-restaurants-acm .swiper-wrapper .offer-slide {
  transition: opacity 350ms ease-in-out;
}
.food-drink-restaurants-acm .swiper-wrapper + .simple-image-slider-buttons {
  display: flex;
}
.food-drink-restaurants-acm .offer-slide .logo {
  max-width: 200px;
  max-height: 90px;
}
.food-drink-restaurants-acm .short-copy {
  width: 100%;
}
.food-drink-restaurants-acm .short-copy p {
  font-size: 14px;
  line-height: 22px;
}

.discover-acm .home-main-content {
  min-height: 800px;
  padding-top: 100px;
}
@media only screen and (max-width: 1024px) {
  .discover-acm .home-main-content {
    padding-top: 0;
  }
}
.discover-acm .home-main-content .category-selector {
  font-size: 0;
  margin-bottom: 45px;
  text-align: left;
  width: calc(50% - 50px);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .discover-acm .home-main-content .category-selector {
    padding: 0 30px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .discover-acm .home-main-content .category-selector {
    padding: 0 30px;
    margin-bottom: 10px;
    width: 100%;
  }
}
.discover-acm .home-main-content .category-selector button {
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  font-size: 12px;
  line-height: 18px;
  padding: 0 0 23px;
  letter-spacing: 1px;
  margin: 0 56px 0 0;
  overflow: hidden;
  border: none;
  background: none;
  color: #340744;
}
@media only screen and (max-width: 767px) {
  .discover-acm .home-main-content .category-selector button {
    margin-right: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}
.discover-acm .home-main-content .category-selector button:after {
  content: "";
  height: 4px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -4px;
  background: #340744;
  transition: bottom 350ms ease-in-out;
}
.discover-acm .home-main-content .category-selector button:hover, .discover-acm .home-main-content .category-selector button.active {
  background: none;
  color: inherit;
}
.discover-acm .home-main-content .category-selector button:hover:after, .discover-acm .home-main-content .category-selector button.active:after {
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .discover-acm .home-main-content .category-selector button {
    display: none;
  }
}
.discover-acm .home-main-content .category-selector .select-wrapper {
  max-width: 100%;
  margin-bottom: 20px;
}
.discover-acm .home-main-content .category-selector .select-wrapper select {
  max-width: 100%;
}
.discover-acm .home-main-content h3 {
  margin-bottom: 24px;
  font-weight: 300;
}
@media only screen and (max-width: 1024px) {
  .discover-acm .home-main-content h3 {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 10px;
  }
}
.discover-acm .home-main-content .center-column {
  display: block;
  justify-content: unset;
  max-width: 1280px;
}
.discover-acm .home-main-content .categories-wrapper {
  position: absolute;
  display: flex;
  opacity: 0;
  visibility: hidden;
  justify-content: space-between;
}
.discover-acm .home-main-content .categories-wrapper.active {
  position: relative;
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 1024px) {
  .discover-acm .home-main-content .categories-wrapper {
    flex-flow: column;
  }
}
.discover-acm .home-main-content .button {
  display: inline-block;
  margin-top: 10px;
  padding: 0 20px;
}
.discover-acm .main-copy-slider-acm .gallery {
  margin-top: -134px;
  left: 50%;
}
@media only screen and (max-width: 1024px) {
  .discover-acm .main-copy-slider-acm .gallery {
    margin-top: 0;
    left: 0;
  }
}
.discover-acm .main-copy-slider-acm .gallery .swiper-container {
  width: calc(50% - 20px);
}
@media only screen and (max-width: 1024px) {
  .discover-acm .main-copy-slider-acm .gallery .swiper-container {
    width: 80%;
  }
}
.discover-acm .main-copy-slider-acm .slideshow-button {
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .meetings-events-acm {
    margin-bottom: 30px;
  }
}
.meetings-events-acm .center-column {
  max-width: 1366px;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.meetings-events-acm .page-content {
  display: flex;
  justify-content: space-between;
}
.meetings-events-acm .page-content img {
  display: block;
}
.meetings-events-acm .left {
  margin-right: 60px;
  z-index: 1;
  max-width: 640px;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .meetings-events-acm .left {
    display: none;
  }
}
.meetings-events-acm .left img {
  width: 100%;
}
.meetings-events-acm .right {
  z-index: 1;
  max-width: 666px;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .meetings-events-acm .right {
    max-width: 100%;
    background: #fff;
    padding: 20px 30px;
  }
}
.meetings-events-acm .right .content {
  margin-top: 36px;
  padding-right: 60px;
}
@media only screen and (max-width: 1024px) {
  .meetings-events-acm .right .content {
    text-align: left;
    padding-right: 0;
    margin-top: 0;
  }
}
.meetings-events-acm .right .links {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .meetings-events-acm .right .links {
    justify-content: space-between;
  }
}
.meetings-events-acm .right .right-image {
  margin-top: 40px;
  max-width: 406px;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .meetings-events-acm .right .right-image {
    display: none;
  }
}
.meetings-events-acm .center {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .meetings-events-acm .center {
    margin-top: 41px;
    padding-bottom: 26px;
    position: relative;
  }
}
.meetings-events-acm .center .bg-image-container {
  display: flex;
  position: absolute;
  right: 0;
  bottom: 180px;
  width: 1300px;
  height: 700px;
}
html:not(.property) .meetings-events-acm .center .bg-image-container {
  background-size: auto;
}
html:not(.property) .meetings-events-acm .center .bg-image-container::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: radial-gradient(ellipse at 40% 40%, transparent 0, rgba(0, 0, 0, 0.75) 100%);
}
.hotelmax-brand .meetings-events-acm .center .bg-image-container {
  background-color: #000;
  background-image: none !important;
}
@media only screen and (max-width: 767px) {
  .meetings-events-acm .center .bg-image-container {
    bottom: auto;
    top: 40px;
  }
}
.meetings-events-acm .title-row {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 25px;
}
.meetings-events-acm .title-block {
  width: 50%;
  margin-left: 25%;
  padding-bottom: 10px;
  text-align: center;
}
.meetings-events-acm h2 {
  color: #340744;
  font-weight: 200;
  letter-spacing: 4px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1024px) {
  .meetings-events-acm h2 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 2px;
  }
}
.meetings-events-acm h3 {
  margin-bottom: 24px;
  font-weight: 300;
}
@media only screen and (max-width: 1024px) {
  .meetings-events-acm h3 {
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 15px;
  }
}
.meetings-events-acm p {
  line-height: 32px;
  margin-bottom: 28px;
}
@media only screen and (max-width: 1024px) {
  .meetings-events-acm p {
    line-height: 28px;
    margin-bottom: 21px;
  }
}
.meetings-events-acm .filter-block {
  display: inline-flex;
  margin-left: auto;
  align-items: baseline;
  font-family: "Crimson Text", "Times New Roman", serif;
  font-size: 20px;
  line-height: 40px;
}
.meetings-events-acm .offer-content {
  display: flex;
  position: absolute;
  bottom: 0;
  width: 100%;
  align-items: flex-end;
  justify-content: space-between;
  padding: 40px 40px 34px;
  text-align: left;
  z-index: 100;
  transition: background-color 0.3s;
}
@media only screen and (max-width: 767px) {
  .meetings-events-acm .offer-content {
    flex-flow: column;
    width: 100%;
    padding: 22px 20px 15px 20px;
    text-align: left;
    background: #222222;
    min-height: 235px;
  }
}
.meetings-events-acm .offer-info {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .meetings-events-acm .offer-info {
    padding-bottom: 60px;
  }
}
.meetings-events-acm .offer-title {
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .meetings-events-acm .offer-title {
    font-size: 18px;
  }
}
.meetings-events-acm .offer-desc {
  display: flex;
  font-size: 14px;
  line-height: 22px;
}
@media only screen and (max-width: 767px) {
  .meetings-events-acm .offer-desc {
    flex-flow: column;
  }
}
.meetings-events-acm .offer-desc p {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: flex;
}
.meetings-events-acm .offer-desc p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .meetings-events-acm .offer-desc p {
    display: none;
  }
}
.meetings-events-acm .offer-desc .additional-copy {
  display: none;
}
.meetings-events-acm .offer-slide {
  position: relative;
  height: 580px;
  color: #fff;
  transition: all 0.3s;
}
.meetings-events-acm .offer-slide:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 200px;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 70%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#000000",GradientType=0 );
  z-index: 50;
}
.meetings-events-acm .offer-slide .mobile-learn-more {
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  text-indent: -9999em;
  font-size: 0;
  z-index: 999;
}
@media only screen and (max-width: 767px) {
  .meetings-events-acm .offer-slide .mobile-learn-more {
    display: block;
  }
}
.meetings-events-acm .offer-slide .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 0;
  z-index: 110;
}
@media only screen and (max-width: 767px) {
  .meetings-events-acm .offer-slide .close-btn {
    top: 10px;
    right: 10px;
  }
}
.meetings-events-acm .offer-slide .btns-block {
  display: flex;
  align-items: flex-end;
  margin-left: auto;
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .meetings-events-acm .offer-slide .btns-block {
    margin-left: 0;
    padding-left: 0;
    position: absolute;
    bottom: 20px;
  }
}
.meetings-events-acm .offer-slide img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 50;
}
@media only screen and (max-width: 767px) {
  .meetings-events-acm .offer-slide img {
    height: 160px;
  }
}
.meetings-events-acm .offer-slide .logo {
  position: relative;
  top: auto;
  left: auto;
  height: 100%;
  width: auto;
  display: block;
  margin: 0 40px 7px 0;
}
@media only screen and (max-width: 1024px) {
  .meetings-events-acm .offer-slide {
    height: 440px;
  }
}
@media only screen and (max-width: 767px) {
  .meetings-events-acm .offer-slide {
    height: 393px;
  }
}
.meetings-events-acm .offer-slide.detailed:after {
  background: rgba(0, 0, 0, 0.65);
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .meetings-events-acm .offer-slide.detailed .offer-info {
    padding-bottom: 60px;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
  }
}
.meetings-events-acm .offer-slide.detailed .about-link {
  display: none;
}
.meetings-events-acm .offer-slide.detailed .book-now {
  display: block;
}
.meetings-events-acm .offer-slide.detailed .about-link + .hotel-link {
  display: block;
}
.meetings-events-acm .offer-slide.detailed .btns-block {
  margin-top: 50px;
  padding-left: 0;
  flex-flow: wrap;
}
@media only screen and (max-width: 767px) {
  .meetings-events-acm .offer-slide.detailed .btns-block {
    margin-top: 16px;
    display: flex;
    position: relative;
    bottom: auto;
    flex-flow: unset;
  }
  .meetings-events-acm .offer-slide.detailed .btns-block a {
    margin-top: 10px;
  }
}
.meetings-events-acm .offer-slide.detailed .offer-content {
  width: 100%;
  height: 100%;
  align-items: flex-start;
  padding: 60px 50px 50px;
}
@media only screen and (max-width: 1024px) {
  .meetings-events-acm .offer-slide.detailed .offer-content {
    padding: 40px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .meetings-events-acm .offer-slide.detailed .offer-content {
    padding: 60px 20px 30px;
  }
}
.meetings-events-acm .offer-slide.detailed .offer-title {
  font-size: 40px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .meetings-events-acm .offer-slide.detailed .offer-title {
    font-size: 22px;
    margin-bottom: 20px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
  }
}
@media only screen and (max-width: 767px) {
  .meetings-events-acm .offer-slide.detailed .offer-title {
    text-align: left;
  }
}
.meetings-events-acm .offer-slide.detailed .offer-desc {
  display: block;
  column-count: 2;
  column-gap: 10%;
}
@media only screen and (max-width: 1024px) {
  .meetings-events-acm .offer-slide.detailed .offer-desc {
    column-count: 1;
  }
}
.meetings-events-acm .offer-slide.detailed .offer-desc p {
  -webkit-line-clamp: 28;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .meetings-events-acm .offer-slide.detailed .offer-desc p {
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    display: -webkit-box;
  }
}
@media only screen and (max-width: 767px) {
  .meetings-events-acm .offer-slide.detailed .offer-desc p {
    -webkit-line-clamp: 3;
    margin: 20px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .meetings-events-acm .offer-slide.detailed .offer-desc p {
    display: -webkit-box;
  }
}
.meetings-events-acm .offer-slide.detailed .offer-desc .short-copy {
  display: none;
}
@media only screen and (max-width: 767px) {
  .meetings-events-acm .offer-slide.detailed .offer-desc .short-copy {
    display: block;
  }
}
.meetings-events-acm .offer-slide.detailed .offer-desc .additional-copy {
  display: block;
}
@media only screen and (max-width: 767px) {
  .meetings-events-acm .offer-slide.detailed .offer-desc .additional-copy {
    display: none;
  }
}
.meetings-events-acm .offer-slide.detailed .close-btn {
  opacity: 1;
}
.meetings-events-acm .offer-slide.detailed .hotel-name {
  font-size: 22px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .meetings-events-acm .offer-slide.detailed .hotel-name {
    text-align: left;
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.meetings-events-acm .offer-slide.detailed .hotel-link:not(:last-child) {
  margin-right: 20px;
}
.meetings-events-acm .offer-slide.detailed .hotel-link.reserve-link {
  display: flex;
}
.meetings-events-acm .hotel-name {
  font-family: "Poppins", "Arial", sans-serif;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 10px;
}
.meetings-events-acm .hotel-link {
  display: flex;
  width: max-content;
  max-width: 100%;
  padding: 0 30px;
  line-height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s, margin 0s;
}
.meetings-events-acm .hotel-link.reserve-link {
  display: none;
  color: #8436A1;
  border: 1px solid #8436A1;
  background: #fff;
}
.meetings-events-acm .hotel-link:hover {
  background-color: #8436A1;
  color: #fff;
  border-color: #8436A1;
}
.meetings-events-acm .about-link + .hotel-link {
  display: none;
}
.meetings-events-acm .book-now {
  display: none;
  color: #8436A1;
  border: 1px solid #8436A1;
  background: #fff;
}
.meetings-events-acm .book-now:hover {
  color: #fff;
  background: #8436A1;
  border-color: #8436A1;
}
.meetings-events-acm .simple-image-slider {
  max-width: 1166px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .meetings-events-acm .simple-image-slider {
    padding: 0 30px;
  }
}
.meetings-events-acm .simple-image-slider-buttons {
  display: flex;
  justify-content: flex-end;
  bottom: 0;
  right: 20px;
}
@media only screen and (max-width: 1024px) {
  .meetings-events-acm .simple-image-slider-buttons {
    right: 30px;
  }
}
.meetings-events-acm .simple-image-slider .simple-image-slider-buttons {
  display: none;
}
@media only screen and (max-width: 767px) {
  .meetings-events-acm .simple-image-slider .simple-image-slider-buttons {
    position: absolute;
    right: 23px;
    z-index: 100;
    bottom: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .meetings-events-acm .simple-image-slider .simple-image-slider-buttons .slideshow-button path {
    fill: #fff;
  }
}
.meetings-events-acm .simple-image-slider .swiper-wrapper + .simple-image-slider-buttons {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .meetings-events-acm .simple-image-slider .swiper-wrapper + .simple-image-slider-buttons {
    display: inline-block;
  }
}

.rooms-home-acm {
  margin-bottom: 55px;
}
.rooms-home-acm .slideshow {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .rooms-home-acm .slideshow {
    height: auto;
  }
}
.rooms-home-acm .slider-buttons {
  display: flex;
  bottom: 0;
  right: 0;
  justify-content: flex-end;
  padding: 0 37px;
}
@media only screen and (max-width: 767px) {
  .rooms-home-acm .slider-buttons {
    display: none;
  }
}
.rooms-home-acm .room-slide-item {
  position: relative;
  width: 80%;
  margin: 0 auto;
  max-width: 1126px;
  min-height: 540px;
  padding: 40px 0px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .rooms-home-acm .room-slide-item {
    width: 87%;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-home-acm .room-slide-item {
    width: 100%;
    min-height: auto;
    display: block;
    align-items: unset;
    justify-content: unset;
  }
}
.rooms-home-acm .room-slide-item .bg-img {
  height: 500px;
  position: absolute;
  top: 40px;
  right: 0;
  width: calc(100% - 226px);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .rooms-home-acm .room-slide-item .bg-img {
    width: calc(100% - 126px);
  }
}
@media only screen and (max-width: 767px) {
  .rooms-home-acm .room-slide-item .bg-img {
    width: 100%;
    top: 0;
    height: 100%;
    margin-top: 45px;
  }
}
.hotelmax-brand .rooms-home-acm .room-slide-item .bg-img {
  background-color: #000;
}
.hotelmax-brand .rooms-home-acm .room-slide-item .bg-img img {
  display: none;
}
.rooms-home-acm .room-slide-item .content-image {
  height: 500px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 50%;
}
@media only screen and (min-width: 1440px) {
  .rooms-home-acm .room-slide-item .content-image {
    max-width: calc(50% + 53px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .rooms-home-acm .room-slide-item .content-image {
    max-width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-home-acm .room-slide-item .content-image {
    position: relative;
    top: auto;
    left: auto;
    max-width: 100%;
    width: calc(100% - 40px);
    margin-left: 20px;
    height: 200px;
  }
}
.rooms-home-acm .room-slide-item .room-info {
  max-width: calc(50% - 100px);
  margin-right: 50px;
  height: 100%;
  justify-content: center;
  padding-top: 36px;
  z-index: 1;
}
@media only screen and (min-width: 1440px) {
  .rooms-home-acm .room-slide-item .room-info {
    max-width: 353px;
    margin-right: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .rooms-home-acm .room-slide-item .room-info {
    max-width: calc(60% - 60px);
    margin-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-home-acm .room-slide-item .room-info {
    max-width: 100%;
    width: 100%;
    left: auto;
    right: auto;
    display: block;
    top: auto;
    bottom: auto;
    padding: 25px 30px 30px;
    height: auto;
    position: relative;
  }
}
.rooms-home-acm .room-slide-item .room-info .content-wrapper {
  color: #fff;
}
.rooms-home-acm .room-slide-item .room-info .content-wrapper h3 {
  color: #fff;
  font: 300 20px/30px "Poppins", "Arial", sans-serif;
  letter-spacing: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .rooms-home-acm .room-slide-item .room-info .content-wrapper h3 {
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 9px;
  }
}
.rooms-home-acm .room-slide-item .room-info .content-wrapper h4 {
  color: #fff;
  font: 200 46px/55px "Poppins", "Arial", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 23px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .rooms-home-acm .room-slide-item .room-info .content-wrapper h4 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-home-acm .room-slide-item .room-info .content-wrapper h4 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 5px;
  }
}
.rooms-home-acm .room-slide-item .room-info .content-wrapper .description p {
  line-height: 22px;
  margin-bottom: 34px;
  font-weight: 200;
  max-height: 180px;
  overflow-y: auto;
}
@media only screen and (max-width: 767px) {
  .rooms-home-acm .room-slide-item .room-info .content-wrapper .description p {
    margin-bottom: 20px;
    max-height: 100%;
    font-size: 13px;
    line-height: 26px;
  }
}
.rooms-home-acm .room-slide-item .room-info .links {
  font-size: 0;
  display: flex;
  justify-content: space-between;
}
.rooms-home-acm .room-slide-item .room-info .links a {
  display: inline-flex;
  justify-content: center;
  padding: 0 25px;
  width: calc(50% - 10px);
  font-size: 13px;
  line-height: 40px;
  text-align: center;
  margin: 0;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.rooms-home-acm .room-slide-item .room-info .links a + a {
  color: #8436A1;
  border: 1px solid #8436A1;
  background: #fff;
}
.rooms-home-acm .room-slide-item .room-info .links a:hover {
  color: #fff;
  background-color: #8436A1;
  border-color: #8436A1;
}
.rooms-home-acm .swiper-wrapper .room-slide-item {
  opacity: 0.5;
  transition: opacity 350ms ease-in-out;
}
.rooms-home-acm .swiper-wrapper .room-slide-item.swiper-slide-duplicate-active, .rooms-home-acm .swiper-wrapper .room-slide-item.swiper-slide-active {
  opacity: 1;
}

.special-offer-property-acm {
  margin-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .special-offer-property-acm {
    margin-bottom: 30px;
  }
}
.special-offer-property-acm .container {
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  .special-offer-property-acm .container {
    padding: 0;
  }
}
.special-offer-property-acm .center-column {
  padding: 0;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .special-offer-property-acm .center-column {
    flex-flow: column;
  }
}
.special-offer-property-acm .desc-block {
  display: flex;
  width: 30%;
  height: 500px;
  padding-right: 5%;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}
@media only screen and (max-width: 1024px) {
  .special-offer-property-acm .desc-block {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .special-offer-property-acm .desc-block {
    padding: 20px 30px 0;
  }
}
.special-offer-property-acm h2 {
  color: #8436A1;
  font: 200 58px/64px "Poppins", "Arial", sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 19px;
  max-width: 100%;
}
@media only screen and (max-width: 1024px) {
  .special-offer-property-acm h2 {
    font-size: 42px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 767px) {
  .special-offer-property-acm h2 {
    font-size: 30px;
    margin-bottom: 6px;
  }
}
.special-offer-property-acm .desc {
  margin-bottom: 9px;
  max-width: 100%;
}
.special-offer-property-acm .desc p {
  line-height: 32px;
}
@media only screen and (max-width: 767px) {
  .special-offer-property-acm .desc p {
    line-height: 2;
    font-weight: 300;
    font-size: 13px;
  }
}
.special-offer-property-acm .see-all-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border: 1px solid #8436A1;
  text-decoration: none;
}
.special-offer-property-acm .see-all-btn:hover {
  background-color: #8436A1;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .special-offer-property-acm .see-all-btn {
    font-size: 11px;
    padding: 12px 24px;
  }
}
.special-offer-property-acm .offer-list {
  display: flex;
  width: 70%;
  justify-content: flex-start;
}
@media only screen and (max-width: 1024px) {
  .special-offer-property-acm .offer-list {
    width: 100%;
  }
}
.special-offer-property-acm .offer-item {
  position: relative;
  width: auto;
}
.special-offer-property-acm .offer-item:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50%;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 70%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#000000",GradientType=0 );
  z-index: 50;
}
.special-offer-property-acm .offer-item:not(:last-child) {
  margin-right: 2%;
}
@media only screen and (max-width: 767px) {
  .special-offer-property-acm .offer-item {
    opacity: 0.5;
  }
  .special-offer-property-acm .offer-item:only-child {
    opacity: 1;
    margin: 0px auto;
    width: 90%;
  }
  .special-offer-property-acm .offer-item.swiper-slide-active {
    opacity: 1;
  }
  .special-offer-property-acm .offer-item:not(:last-child) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .special-offer-property-acm .offer-item {
    flex: 1 0 0;
    width: 33%;
  }
}
.special-offer-property-acm .offer-img {
  height: 500px;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .special-offer-property-acm .offer-img {
    max-width: unset;
    height: 360px;
  }
}
.special-offer-property-acm .offer-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.special-offer-property-acm .offer-name {
  font-size: 18px;
  text-transform: uppercase;
  max-width: 100%;
}
.special-offer-property-acm .offer-info {
  display: flex;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  flex-flow: column;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
  padding: 20px 15px;
  font-size: 16px;
  text-align: center;
  transition: all 0.3s;
}
.special-offer-property-acm .offer-details {
  overflow-y: auto;
  max-height: 0;
  max-width: 100%;
}
.special-offer-property-acm .offer-details ul {
  margin: 0;
}
.special-offer-property-acm .offer-book-link {
  max-height: 0;
  overflow: hidden;
  transition: color 350ms ease-in-out, background 350ms ease-in-out;
}
.special-offer-property-acm .offer-item:hover .offer-details {
  max-height: none;
  margin: 20px 0;
}
.special-offer-property-acm .offer-item:hover .offer-info {
  justify-content: space-evenly;
  background-color: rgba(0, 0, 0, 0.75);
}
.special-offer-property-acm .offer-item:hover .offer-info::after {
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.special-offer-property-acm .offer-item:hover .offer-book-link {
  padding: 8px 30px;
  max-height: none;
  border: 1px solid #8436A1;
  overflow: visible;
  transition: background-color 0.3s, color 0.3s;
}
@media only screen and (max-width: 767px) {
  .special-offer-property-acm .offer-item {
    width: calc(80% - 20px);
    transition: opacity 0.3s;
  }
}
.special-offer-property-acm .offer-list.no-hovered .offer-details {
  max-height: none;
  margin: 20px 0;
}
.special-offer-property-acm .offer-list.no-hovered .offer-info {
  justify-content: space-evenly;
  background-color: rgba(0, 0, 0, 0.75);
}
.special-offer-property-acm .offer-list.no-hovered .offer-info::after {
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.special-offer-property-acm .offer-list.no-hovered .offer-book-link {
  padding: 8px 30px;
  max-height: none;
  border: 1px solid #8436A1;
  overflow: visible;
  transition: background-color 0.3s, color 0.3s;
}
.special-offer-property-acm .offers-property-slider {
  display: flex;
  width: 100%;
  overflow: hidden;
}
.special-offer-property-acm .offers-property-slider .swiper-container {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .special-offer-property-acm .offers-property-slider .swiper-container {
    width: 90%;
    margin: 0 auto;
    overflow: visible;
  }
}
@media only screen and (max-width: 449px) {
  .special-offer-property-acm .offers-property-slider .swiper-container {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .special-offer-property-acm .offers-property-slider {
    display: block;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .special-offer-property-acm .slideshow-wrapper {
    display: flex;
  }
}

.single-special-property-acm {
  margin-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .single-special-property-acm {
    margin-bottom: 30px;
  }
}
.single-special-property-acm .container {
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  .single-special-property-acm .container {
    padding: 0;
  }
}
.single-special-property-acm .center-column {
  padding: 0;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .single-special-property-acm .center-column {
    flex-flow: column;
  }
}
.single-special-property-acm .desc-block {
  display: flex;
  width: 30%;
  height: 500px;
  padding-right: 5%;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}
@media only screen and (max-width: 1024px) {
  .single-special-property-acm .desc-block {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .single-special-property-acm .desc-block {
    padding: 20px 30px 0;
  }
}
.single-special-property-acm h2 {
  max-width: 100%;
  color: #8436A1;
  font: 200 58px/64px "Poppins", "Arial", sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 19px;
}
@media only screen and (max-width: 1024px) {
  .single-special-property-acm h2 {
    font-size: 42px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 767px) {
  .single-special-property-acm h2 {
    font-size: 30px;
    margin-bottom: 6px;
  }
}
.single-special-property-acm .desc {
  margin-bottom: 9px;
  max-width: 100%;
}
.single-special-property-acm .desc p {
  line-height: 32px;
}
@media only screen and (max-width: 767px) {
  .single-special-property-acm .desc p {
    line-height: 2;
    font-weight: 300;
    font-size: 13px;
  }
}
.single-special-property-acm .see-all-btn {
  display: flex;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  padding: 9px 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border: 1px solid #8436A1;
  text-decoration: none;
}
.single-special-property-acm .see-all-btn:hover {
  background-color: #8436A1;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .single-special-property-acm .see-all-btn {
    font-size: 11px;
    padding: 12px 24px;
  }
}
.single-special-property-acm .offer-list {
  display: flex;
  width: 70%;
  justify-content: flex-start;
}
@media only screen and (max-width: 1024px) {
  .single-special-property-acm .offer-list {
    width: 100%;
  }
}
.single-special-property-acm .offer-item {
  position: relative;
  width: auto;
}
.single-special-property-acm .offer-item:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50%;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 70%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#000000",GradientType=0 );
  z-index: 50;
}
.single-special-property-acm .offer-item:not(:last-child) {
  margin-right: 2%;
}
@media only screen and (max-width: 767px) {
  .single-special-property-acm .offer-item {
    opacity: 0.5;
  }
  .single-special-property-acm .offer-item:only-child {
    opacity: 1;
    margin: 0px auto;
    width: 90%;
  }
  .single-special-property-acm .offer-item.swiper-slide-active {
    opacity: 1;
  }
  .single-special-property-acm .offer-item:not(:last-child) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .single-special-property-acm .offer-item {
    flex: 1 0 0;
  }
}
.single-special-property-acm .offer-img {
  height: 500px;
}
@media only screen and (max-width: 767px) {
  .single-special-property-acm .offer-img {
    max-width: unset;
    height: 360px;
  }
}
.single-special-property-acm .offer-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.single-special-property-acm .offer-name {
  font-size: 18px;
  text-transform: uppercase;
}
.single-special-property-acm .offer-info {
  display: flex;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  flex-flow: column;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
  padding: 20px 15px;
  font-size: 16px;
  text-align: center;
  transition: all 0.3s;
}
.single-special-property-acm .offer-details {
  overflow-y: auto;
  max-height: 0;
  max-width: 100%;
}
.single-special-property-acm .offer-details ul {
  margin: 0;
}
.single-special-property-acm .offer-book-link {
  max-height: 0;
  overflow: hidden;
  transition: color 350ms ease-in-out, background 350ms ease-in-out;
}
.single-special-property-acm .offer-item:hover .offer-details {
  max-height: none;
  margin: 20px 0;
}
.single-special-property-acm .offer-item:hover .offer-info {
  justify-content: space-evenly;
  background-color: rgba(0, 0, 0, 0.75);
}
.single-special-property-acm .offer-item:hover .offer-info::after {
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.single-special-property-acm .offer-item:hover .offer-book-link {
  padding: 8px 30px;
  max-height: none;
  border: 1px solid #8436A1;
  overflow: visible;
  transition: background-color 0.3s, color 0.3s;
}
@media only screen and (max-width: 767px) {
  .single-special-property-acm .offer-item {
    width: calc(80% - 20px);
    transition: opacity 0.3s;
  }
}
.single-special-property-acm .offers-property-slider {
  display: flex;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .single-special-property-acm .offers-property-slider .swiper-container {
    width: 90%;
    margin: 0 auto;
    overflow: visible;
  }
}
@media only screen and (max-width: 449px) {
  .single-special-property-acm .offers-property-slider .swiper-container {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .single-special-property-acm .offers-property-slider {
    display: block;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .single-special-property-acm .slideshow-wrapper {
    display: flex;
  }
}
.single-special-property-acm.corporate-side .offer-book-link {
  background-color: #fff;
  color: #8436A1;
  text-transform: uppercase;
  text-decoration: none;
  z-index: 100;
}
.single-special-property-acm.corporate-side .offer-book-link:hover {
  color: #fff;
  background-color: #8436A1;
}
.single-special-property-acm.corporate-side .offer-info::after {
  position: absolute;
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  top: 10px;
  left: 10px;
  z-index: 1;
}
.single-special-property-acm.corporate-side .offer-name {
  z-index: 100;
}
.single-special-property-acm.corporate-side .offer-details {
  z-index: 100;
}
.single-special-property-acm.corporate-side .offer-item:hover .offer-book-link {
  border-color: #8436A1;
}
.single-special-property-acm.corporate-side .offer-item:hover .offer-info {
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.venues-acm .place-list {
  padding: 15px 60px 0;
  background-color: #f8f8f8;
  text-align: left;
  font-size: inherit;
  margin: 0;
  padding-left: 280px;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
}
@media only screen and (max-width: 1024px) {
  .venues-acm .place-list.list-with-buttons {
    margin-top: 665px;
  }
}
@media only screen and (max-width: 767px) {
  .venues-acm .place-list.list-with-buttons {
    margin-top: 470px;
  }
}
@media only screen and (min-width: 1024px) {
  .venues-acm .place-list {
    padding-left: calc(410px + 60px);
  }
}
@media screen and (max-width: 1250px) {
  .venues-acm .place-list {
    padding-left: calc(30% + 60px);
  }
}
@media only screen and (max-width: 1024px) {
  .venues-acm .place-list {
    margin-top: 550px;
    padding: 0 20px;
    display: flex;
    position: relative;
    top: auto;
    height: 80px;
    z-index: 59;
  }
}
@media only screen and (max-width: 767px) {
  .venues-acm .place-list {
    margin-top: 410px;
  }
}
.venues-acm .place-content-container {
  position: relative;
  padding-top: 77px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .venues-acm .place-content-container {
    display: flex;
    flex-flow: column;
    padding-top: 0;
  }
}
.venues-acm .place-tab-item {
  margin: 0;
  padding: 20px 0 20px;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-width: 0;
  border-bottom-style: solid;
  border-bottom-width: 4px;
  border-bottom-color: transparent;
  transition: border 350ms ease-in-out;
}
.venues-acm .place-tab-item:not(:last-child) {
  margin-right: 58px;
}
.venues-acm .place-tab-item:hover, .venues-acm .place-tab-item.active {
  border-bottom-color: #8436A1;
  background: none;
}
@media only screen and (max-width: 767px) {
  .venues-acm .place-tab-item {
    margin: 0 15px;
    font-size: 11px;
  }
  .venues-acm .place-tab-item:not(:last-child) {
    margin-right: 0;
  }
}
.venues-acm .place-item-container {
  position: absolute;
  height: 0;
  left: 0;
  background: #fff;
  z-index: 0;
  min-height: 530px;
}
.venues-acm .place-item-container.active {
  position: relative;
  height: auto;
  left: auto;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .venues-acm .place-item-container.with-buttons .place-info-container {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .venues-acm .place-item-container.with-buttons .place-info-container {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .venues-acm .place-item-container.with-buttons {
    margin-top: -720px;
  }
}
@media only screen and (max-width: 767px) {
  .venues-acm .place-item-container.with-buttons {
    margin-top: -550px;
  }
}
@media only screen and (max-width: 1024px) {
  .venues-acm .place-item-container {
    margin-top: -613px;
  }
}
@media only screen and (max-width: 767px) {
  .venues-acm .place-item-container {
    margin-top: -490px;
    min-height: auto;
  }
}
.venues-acm .place-item-content {
  display: flex;
  position: relative;
  margin-bottom: 80px;
}
@media only screen and (max-width: 1024px) {
  .venues-acm .place-item-content {
    flex-flow: column;
  }
}
@media only screen and (max-width: 767px) {
  .venues-acm .place-item-content {
    margin-bottom: 0;
  }
}
.venues-acm .place-img-btns-container {
  position: relative;
  min-width: 220px;
  top: -17px;
  margin-bottom: 20px;
  flex-basis: 410px;
  height: 500px;
}
.venues-acm .place-img-btns-container .image-slider {
  height: 100%;
  margin-bottom: 20px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .venues-acm .place-img-btns-container .image-slider {
    height: 368px;
    margin-bottom: 30px;
  }
}
.venues-acm .place-img-btns-container .image-slider .swiper-container, .venues-acm .place-img-btns-container .image-slider .image-slide-img {
  height: 100%;
  width: 100%;
}
.venues-acm .place-img-btns-container img {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .venues-acm .place-img-btns-container img {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .venues-acm .place-img-btns-container {
    min-width: 240px;
  }
}
@media only screen and (min-width: 1440px) {
  .venues-acm .place-img-btns-container {
    min-width: 410px;
  }
}
@media screen and (max-width: 1250px) {
  .venues-acm .place-img-btns-container {
    flex-basis: 30%;
  }
}
@media only screen and (max-width: 1024px) {
  .venues-acm .place-img-btns-container {
    width: 450px;
    margin: auto;
    margin-bottom: 100px;
    max-height: 625px;
  }
}
@media only screen and (max-width: 767px) {
  .venues-acm .place-img-btns-container {
    width: 100%;
    top: 0;
    padding: 0 30px;
    height: auto;
  }
}
.venues-acm .place-img-btns-container .image-slider-buttons {
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 50px;
}
@media only screen and (max-width: 767px) {
  .venues-acm .place-img-btns-container .image-slider-buttons {
    bottom: auto;
    top: 50%;
    tansform: translateY(-50%);
    margin-top: -25px;
  }
}
.venues-acm .place-img-btns-container .image-slider-buttons .slideshow-button {
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  right: 0;
  height: 50px;
}
.venues-acm .place-img-btns-container .image-slider-buttons .slideshow-button:hover path {
  fill: #000;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .venues-acm .place-img-btns-container .image-slider-buttons .slideshow-button {
    width: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .venues-acm .place-img-btns-container .image-slider-buttons .slideshow-button {
    width: 50px;
  }
}
.venues-acm .place-img-btns-container .image-slider-buttons .slideshow-button.previous {
  right: 80px;
}
@media only screen and (max-width: 767px) {
  .venues-acm .place-img-btns-container .image-slider-buttons .slideshow-button.previous {
    right: auto;
    left: 0;
  }
}
.venues-acm .place-btns-block {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-flow: wrap;
}
@media only screen and (max-width: 1024px) {
  .venues-acm .place-btns-block {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .venues-acm .place-btns-block {
    flex-flow: row;
    justify-content: space-between;
  }
}
.venues-acm .place-btn {
  display: inline-flex;
  padding: 12px 16px;
  border: 1px solid #e2e2e2;
  font-size: 13px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 350ms ease-in-out;
}
.venues-acm .place-btn:only-child {
  margin: auto;
}
.venues-acm .place-btn:not(:first-child) {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .venues-acm .place-btn:not(:first-child) {
    margin-left: 5px;
  }
}
.venues-acm .place-btn:not(:last-child) {
  margin-bottom: 10px;
}
.venues-acm .place-btn:hover {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .venues-acm .place-btn {
    padding: 12px 22px;
    font-size: 11px;
    letter-spacing: 1px;
  }
}
.venues-acm .place-tour-btn {
  color: #000;
}
.venues-acm .place-tour-btn .label-desktop {
  display: block;
}
.venues-acm .place-info-container {
  width: 100%;
  padding-top: 44px;
  padding-left: 57px;
  flex-basis: 70%;
}
@media only screen and (min-width: 1024px) {
  .venues-acm .place-info-container {
    padding-right: 60px;
    min-width: 850px;
  }
}
@media screen and (max-width: 1250px) {
  .venues-acm .place-info-container {
    min-width: unset;
  }
}
@media only screen and (min-width: 1440px) {
  .venues-acm .place-info-container {
    padding-right: 7%;
  }
}
@media only screen and (max-width: 1024px) {
  .venues-acm .place-info-container {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .venues-acm .place-info-container {
    padding-top: 40px;
  }
}
.venues-acm .place-desc-container {
  display: flex;
  margin-bottom: 60px;
  flex-flow: column;
}
.venues-acm .place-title-row {
  display: flex;
  margin-bottom: 20px;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .venues-acm .place-title-row {
    flex-flow: column;
  }
}
.venues-acm .place-title {
  font-size: 46px;
  font-weight: 200;
  letter-spacing: 2px;
  line-height: 1.5;
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  .venues-acm .place-title {
    font-size: 32px;
  }
}
.venues-acm .place-subtitle {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .venues-acm .place-subtitle {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
.venues-acm .place-desc {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 2.4;
}
.venues-acm .place-inquire-btn {
  align-self: flex-end;
  padding: 16px 26px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .venues-acm .place-inquire-btn {
    width: 100%;
  }
}
.venues-acm .place-table-container {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  font-size: 12px;
  line-height: 1.5;
  overflow-x: auto;
}
.venues-acm .place-table-container .extended-table-wrapper {
  width: 100%;
}
.venues-acm .place-table-container .extended-table-wrapper .table-wrapper {
  width: 100%;
}
.venues-acm .place-table-container .extended-table-wrapper table {
  width: 100%;
}
.venues-acm .place-table-container .short-table {
  margin-right: 20px;
}
.venues-acm .place-table-container .short-table tr td:first-child {
  width: 130px;
}
.venues-acm .place-table-container .short-table tr td:nth-child(2) {
  width: 96px;
}
.venues-acm .place-table-container .table-wrapper {
  width: auto;
}
.venues-acm .place-table-container th, .venues-acm .place-table-container td {
  padding: 16px 15px;
}
.venues-acm .place-table-container th {
  padding-bottom: 30px;
  font-family: "Poppins", "Arial", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
.venues-acm .place-table-container tr td {
  border-top-color: #e2e2e2;
}
.venues-acm .place-table-container tr td:nth-child(2n) {
  background-color: #fff;
}
.venues-acm .place-table-container tr td:nth-child(2n-1) {
  background-color: #f8f8f8;
}
.venues-acm .place-table-container tr:first-child td {
  border-top-color: #c6c6c6;
}
.venues-acm .place-table-container tr:last-child {
  border-bottom: 1px solid #e2e2e2;
}
.venues-acm .place-img-gallery .image-slider-buttons {
  display: flex;
  justify-content: flex-end;
}
.venues-acm .place-img-gallery .image-slide-img {
  height: 500px;
}
@media only screen and (max-width: 767px) {
  .venues-acm .place-img-gallery {
    width: 90%;
    margin: auto;
  }
  .venues-acm .place-img-gallery .image-slide-img {
    max-height: 300px;
  }
  .venues-acm .place-img-gallery .image-slide-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 449px) {
  .venues-acm .place-img-gallery .image-slide-img {
    max-height: 150px;
  }
}
.venues-acm .center-column {
  padding: 0;
}

.signature-amenities-acm {
  padding: 20px 0 0;
  background-color: #f8f8f8;
  margin-bottom: 40px;
}
.signature-amenities-acm .center-column {
  max-width: 1270px;
  text-align: center;
}
@media only screen and (min-width: 1440px) {
  .signature-amenities-acm .center-column {
    padding: 0;
  }
}
.signature-amenities-acm .title-row {
  font-weight: 200;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .signature-amenities-acm .title-row {
    margin-bottom: 26px;
  }
}
.signature-amenities-acm .h1-like {
  font-size: 46px;
  line-height: 69px;
  letter-spacing: 2px;
  margin-bottom: 4px;
}
@media only screen and (max-width: 767px) {
  .signature-amenities-acm .h1-like {
    font-size: 32px;
    line-height: 33px;
  }
}
@media only screen and (max-width: 767px) {
  .signature-amenities-acm h3 {
    font-size: 16px;
    line-height: 25px;
  }
}
.signature-amenities-acm .amenities-wrapper {
  display: initial;
}
@media only screen and (max-width: 767px) {
  .signature-amenities-acm .amenities-wrapper {
    padding: 0;
  }
}
.signature-amenities-acm .amenities-wrapper .thumb, .signature-amenities-acm .amenities-wrapper h3, .signature-amenities-acm .amenities-wrapper .descr {
  display: none;
}
.signature-amenities-acm .amenity-block {
  width: calc(12% - 40px);
  margin: 0 20px 58px;
  display: inline-block;
}
.signature-amenities-acm .amenity-block.no-icons {
  display: none;
}
@media only screen and (min-width: 1440px) {
  .signature-amenities-acm .amenity-block {
    width: calc(12.2% - 40px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .signature-amenities-acm .amenity-block {
    width: calc(12% - 10px);
    margin: 0 5px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .signature-amenities-acm .amenity-block {
    width: calc(46% - 20px);
    margin: 0 10px 20px;
  }
}
.signature-amenities-acm .amenity-item {
  display: flex;
  width: 100%;
  flex-flow: column;
  align-items: center;
}
.signature-amenities-acm .amenity-item .img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 100%;
  position: relative;
  height: 0;
  width: 100%;
  margin-bottom: 28px;
  border: 1px solid #e2e2e2;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .signature-amenities-acm .amenity-item .img-container {
    margin-bottom: 10px;
  }
}
.signature-amenities-acm .amenity-item .img-container svg {
  max-width: 40px;
  max-height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1024px) {
  .signature-amenities-acm .amenity-item .img-container svg {
    max-width: 40%;
    max-height: 40%;
  }
}
.signature-amenities-acm .amenity-item .name {
  text-align: center;
  max-width: 90px;
}

.navigation-acm {
  padding-bottom: 40px;
}
.navigation-acm .nav-list {
  display: flex;
  overflow: auto;
}
@media only screen and (max-width: 767px) {
  .navigation-acm .nav-list {
    flex-wrap: wrap;
  }
}
.navigation-acm li {
  margin-right: 30px;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .navigation-acm li {
    width: 100%;
    margin-right: 0;
  }
  .navigation-acm li + li {
    margin-top: 10px;
  }
}
.navigation-acm a {
  text-transform: uppercase;
  text-decoration: none;
}

.projects-in-work {
  padding-bottom: 10px;
  position: relative;
}
.projects-in-work .center-column {
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .projects-in-work .center-column {
    padding-top: 48px;
  }
}
.projects-in-work .logo {
  width: 100%;
  max-width: 200px;
  margin: 0 0 10px;
}
.projects-in-work h2 {
  margin-bottom: 13px;
  font-weight: 200;
  font-size: 61px;
  line-height: 84px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .projects-in-work h2 {
    font-size: 41px;
    line-height: 41px;
    margin-bottom: 20px;
  }
}
.projects-in-work h3 {
  margin-bottom: 44px;
  font-weight: 200;
  font-size: 46px;
  line-height: 1.5;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .projects-in-work h3 {
    font-size: 32px;
    line-height: 1.5;
  }
}
.projects-in-work .page-content {
  display: flex;
  flex-flow: column;
  align-items: center;
  max-width: 920px;
  margin: 0 auto;
}
.projects-in-work .page-content p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .projects-in-work .page-content p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 15px;
  }
}
.projects-in-work .title-row {
  width: 100%;
}
.projects-in-work .subtitle {
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .projects-in-work .subtitle {
    font-size: 16px;
    margin-bottom: 23px;
  }
}
.projects-in-work .post-list {
  margin-bottom: 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .projects-in-work .post-list {
    margin-bottom: 10px;
  }
}
.projects-in-work .post-item {
  position: relative;
  width: calc(33.3% - 30px);
  margin: 0 15px;
  height: 450px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .projects-in-work .post-item {
    width: calc(50% - 20px);
    margin: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .projects-in-work .post-item {
    width: calc(80% - 20px);
    margin: 0 10px;
    height: 360px;
  }
}
.projects-in-work .post-item:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 200px;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 70%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#000000",GradientType=0 );
  z-index: 1;
}
.projects-in-work .post-image {
  position: relative;
  height: 100%;
}
.projects-in-work .post-content {
  top: 0px;
  position: absolute;
  display: flex;
  justify-content: flex-end;
  text-align: center;
  width: 100%;
  height: 100%;
  flex-flow: column;
  padding: 40px 26px;
  color: #fff;
  transition: top 350ms ease-in-out;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .projects-in-work .post-content {
    padding: 45px 30px;
  }
}
.projects-in-work .post-content > {
  z-index: 1;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .projects-in-work .post-content {
    padding: 24px 24px 28px 22px;
  }
}
.projects-in-work .post-header {
  font: 18px/24px "Poppins", "Arial", sans-serif;
  text-align: center;
  color: #fff;
  bottom: 44px;
  left: 50px;
  right: 50px;
  letter-spacing: 2px;
  opacity: 1;
  text-transform: uppercase;
  transition: opacity 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .projects-in-work .post-header {
    bottom: 34px;
    left: 15px;
    right: 15px;
  }
}
.projects-in-work .property-title {
  margin-bottom: 15px;
  font-size: 12px;
  display: inline-flex;
  align-self: center;
  background-color: #fff;
  color: #340744;
  padding: 8px 16px;
  border-radius: 18px;
}
.projects-in-work .post-title {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .projects-in-work .post-title {
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 20px;
  }
}
.projects-in-work .post-link {
  text-decoration: none;
  color: #fff;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .projects-in-work .post-link {
    margin-top: 20px;
  }
}
.projects-in-work .post-link:hover {
  text-decoration: underline;
}
.projects-in-work .slideshow {
  max-width: 1190px;
  margin: 32px auto 0;
}
.projects-in-work .slides-count-1 {
  justify-content: center;
  transform: none !important;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .projects-in-work .slides-count-2 {
    justify-content: center;
    transform: none !important;
  }
}
@media only screen and (min-width: 1024px) {
  .projects-in-work .slides-count-2 {
    justify-content: center;
    transform: none !important;
  }
}
@media only screen and (min-width: 1024px) {
  .projects-in-work .slides-count-2 .swiper-slide {
    width: calc(50% - 52px);
  }
}
@media only screen and (max-width: 767px) {
  .projects-in-work .swiper-wrapper .swiper-slide {
    opacity: 0.5;
    transition: opacity 350ms ease-in-out;
  }
}
@media only screen and (max-width: 767px) {
  .projects-in-work .swiper-wrapper .swiper-slide-duplicate-active, .projects-in-work .swiper-wrapper .swiper-slide-active {
    opacity: 1;
  }
}
.projects-in-work .simple-image-slider-buttons {
  text-align: center;
}

.our-team-acm {
  padding-top: 72px;
}
.our-team-acm .page-content {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.our-team-acm h3 {
  font-size: 46px;
  font-weight: 200;
  line-height: 1.5;
  text-transform: uppercase;
  text-align: center;
}
.our-team-acm .desc {
  margin-bottom: 45px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  text-align: center;
}
.our-team-acm .desc P {
  margin-bottom: 0px;
}
.our-team-acm .list {
  width: 100%;
}
.our-team-acm .list .item {
  margin: 0px 10px 45px;
  width: calc(25% - 36px);
  overflow: hidden;
  transition: all 350ms ease-in-out;
}
.our-team-acm .list .item__img-container {
  position: relative;
  height: 300px;
  width: 100%;
  margin-bottom: 16px;
}
.our-team-acm .list .item__desc {
  margin-bottom: 10px;
  color: #340744;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}
.our-team-acm .list .item__title {
  color: #340744;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
}
.our-team-acm .list .item__link {
  color: #8436A1;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
}
.our-team-acm .list .item__link:hover {
  color: #340744;
}
.our-team-acm .list .item.hidden {
  max-height: 0;
  margin-top: 0;
  margin-bottom: 0px;
  padding: 0;
  border-top-width: 0px;
}
@media only screen and (max-width: 1024px) {
  .our-team-acm .list .item {
    width: 320px;
  }
}
.our-team-acm .list .row {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  margin: 0px -18px;
}
.our-team-acm .list .row-1 {
  justify-content: center;
}
.our-team-acm .show-more-btn {
  display: none;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(132, 54, 161, 0.25);
  margin: 30px auto 0;
  color: #8436A1;
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
  padding: 15px 50px;
  transition: all 350ms ease-in-out;
}
.our-team-acm .show-more-btn.active {
  display: block;
}
.our-team-acm .show-more-btn:hover {
  background-color: #8436A1;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .our-team-acm .show-more-btn {
    margin-top: 0px;
  }
}

.desc-cards-acm {
  margin-bottom: 55px;
  padding-top: 120px;
  overflow: hidden;
}
.desc-cards-acm .slideshow {
  width: 100%;
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  .desc-cards-acm .slideshow {
    height: auto;
  }
}
.desc-cards-acm .slider-buttons {
  display: flex;
  bottom: 0;
  right: 0;
  justify-content: flex-end;
  padding: 0 37px;
}
@media only screen and (max-width: 767px) {
  .desc-cards-acm .slider-buttons {
    display: none;
  }
}
.desc-cards-acm .bg-img {
  height: 500px;
  position: absolute;
  top: 40px;
  right: 0;
  width: calc(100% - 226px);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .desc-cards-acm .bg-img {
    width: calc(100% - 126px);
  }
}
@media only screen and (max-width: 767px) {
  .desc-cards-acm .bg-img {
    width: 100%;
    top: 0;
    height: 100%;
    margin-top: 45px;
  }
}
.desc-cards-acm .slide {
  position: relative;
  width: 80%;
  margin: 0 auto;
  max-width: 1126px;
  min-height: 540px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
}
.desc-cards-acm .slide__img {
  height: 500px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 50%;
  width: 616px;
}
@media only screen and (min-width: 1440px) {
  .desc-cards-acm .slide__img {
    max-width: calc(50% + 53px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .desc-cards-acm .slide__img {
    max-width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .desc-cards-acm .slide__img {
    position: relative;
    top: auto;
    left: auto;
    max-width: 100%;
    width: calc(100% - 40px);
    margin-left: 20px;
    height: 200px;
  }
}
.desc-cards-acm .slide__logo {
  position: absolute;
  top: 30px;
  left: 28px;
  height: 100%;
  width: 100%;
  max-width: 160px;
  max-height: 120px;
}
.desc-cards-acm .slide__info {
  position: relative;
  max-width: calc(50% - 100px);
  margin-right: 50px;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding-top: 36px;
  z-index: 1;
}
@media only screen and (min-width: 1440px) {
  .desc-cards-acm .slide__info {
    max-width: 353px;
    margin-right: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .desc-cards-acm .slide__info {
    max-width: calc(60% - 60px);
    margin-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .desc-cards-acm .slide__info {
    max-width: 100%;
    width: 100%;
    left: auto;
    right: auto;
    display: block;
    top: auto;
    bottom: auto;
    padding: 25px 30px 30px;
    height: auto;
    position: relative;
  }
}
.desc-cards-acm .slide__type {
  margin-bottom: 26px;
  font-size: 20px;
  font-weight: 200;
  line-height: 30px;
}
.desc-cards-acm .slide__link {
  display: inline-flex;
  justify-content: center;
  padding: 0 25px;
  font-size: 13px;
  line-height: 40px;
  text-align: center;
  margin: 27px 0 0;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.desc-cards-acm .slide__link:hover {
  background: #8436A1;
  border-color: #8436A1;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .desc-cards-acm .slide__link {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 449px) {
  .desc-cards-acm .slide__link {
    width: calc(100%);
  }
}
.desc-cards-acm .slide__property {
  font-size: 20px;
  font-weight: 200;
  line-height: 1.4;
}
.desc-cards-acm .slide__property-location {
  font-size: 14px;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .desc-cards-acm .slide {
    width: 87%;
  }
}
@media only screen and (max-width: 767px) {
  .desc-cards-acm .slide {
    width: 100%;
    min-height: auto;
    display: block;
    align-items: unset;
    justify-content: unset;
  }
}
.desc-cards-acm h4 {
  margin-bottom: 27px;
  color: #fff;
  font-size: 30px;
  font-weight: 200;
  line-height: 1.4;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.desc-cards-acm .swiper-wrapper .room-slide-item {
  opacity: 0.5;
  transition: opacity 350ms ease-in-out;
}
.desc-cards-acm .swiper-wrapper .room-slide-item.swiper-slide-duplicate-active, .desc-cards-acm .swiper-wrapper .room-slide-item.swiper-slide-active {
  opacity: 1;
}

.partners-acm {
  margin-bottom: 60px;
}
.partners-acm .partners-list {
  position: relative;
  padding: 0px 80px;
}
@media only screen and (max-width: 449px) {
  .partners-acm .partners-list {
    padding: 0px;
  }
}
.partners-acm h3 {
  font-size: 46px;
  font-weight: 200;
  line-height: 1.5;
  text-transform: uppercase;
  text-align: center;
}
.partners-acm .desc {
  margin-bottom: 75px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  text-align: center;
}
.partners-acm .slide__container {
  width: 540px;
  margin: 0px auto;
  padding: 0px 20px;
  text-align: center;
  border-left: 2px solid rgba(132, 54, 161, 0.25);
  border-right: 2px solid rgba(132, 54, 161, 0.25);
}
@media only screen and (max-width: 767px) {
  .partners-acm .slide__container {
    width: 100%;
  }
}
.partners-acm .slide__title {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.partners-acm .slide__location {
  margin-bottom: 15px;
  font-family: "Crimson Text", "Times New Roman", serif;
  font-size: 16px;
}
.partners-acm .slide__desc {
  margin-bottom: 15px;
  font-family: "Crimson Text", "Times New Roman", serif;
  font-size: 16px;
}
.partners-acm .slide__link {
  color: #8436A1;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
}
@media only screen and (max-width: 449px) {
  .partners-acm .slider-buttons {
    position: relative;
    height: 50px;
  }
}
.partners-acm .slideshow-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.partners-acm .slideshow-button.previous {
  left: 0px;
}
.partners-acm .slideshow-button.next {
  right: 0px;
}
.small-intro.acm-block {
  margin: 0 0 80px 0;
}
@media only screen and (max-width: 767px) {
  .small-intro.acm-block {
    margin: 0 0 40px 0;
  }
}
.small-intro.acm-block .small-intro-wrapper {
  display: flex;
  padding-left: 33%;
}
@media only screen and (max-width: 1024px) {
  .small-intro.acm-block .small-intro-wrapper {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .small-intro.acm-block .small-intro-wrapper {
    flex-wrap: wrap;
  }
}
.small-intro.acm-block .small-intro-wrapper .content {
  width: 294px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .small-intro.acm-block .small-intro-wrapper .content {
    order: 2;
    width: 100%;
  }
}
.small-intro.acm-block .small-intro-wrapper .content .top-content {
  align-self: stretch;
  padding: 30px 20px 70px 20px;
}
@media only screen and (max-width: 767px) {
  .small-intro.acm-block .small-intro-wrapper .content .top-content {
    text-align: center;
  }
}
.small-intro.acm-block .small-intro-wrapper .content .top-content h2 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.small-intro.acm-block .small-intro-wrapper .content .top-content .text {
  font-size: 20px;
  font-weight: 200;
}
.small-intro.acm-block .small-intro-wrapper .content .pattern {
  position: relative;
  height: 80px;
  background-color: #8436A1;
}
.small-intro.acm-block .small-intro-wrapper .content .pattern .button {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  background: #fff;
  border: 0;
  font-size: 20px;
  color: #8436A1;
  padding: 5px 30px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  transition: transform 100ms ease-in;
  letter-spacing: 1px;
  z-index: 2;
}
.small-intro.acm-block .small-intro-wrapper .content .pattern .button:hover {
  transform: translate(-50%, -50%) scale(1.05);
}
.small-intro.acm-block .small-intro-wrapper .image-wrapper {
  position: relative;
  flex-grow: 1;
  background-color: #e2e2e2;
}
@media only screen and (max-width: 767px) {
  .small-intro.acm-block .small-intro-wrapper .image-wrapper {
    order: 1;
    width: 100%;
    height: 200px;
  }
}

.hotel-classifiers-section {
  margin-top: 115px;
}
.hotel-classifiers-section .top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.hotel-classifiers-section .options-block {
  margin: 0;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .hotel-classifiers-section .options-block {
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .hotel-classifiers-section .options-block {
    display: block;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .hotel-classifiers-section .options-block .filter-block {
    width: auto;
  }
}
.hotel-classifiers-section .options-block h4 {
  margin-right: 25px;
}

.map-hotels-classifier .hotel-location-map-by-classifiers {
  height: 600px;
}
.map-hotels-classifier .map-content {
  padding: 0;
  color: #000;
  background-color: #fff;
  border-radius: 18px;
  box-shadow: 1px 5px 10px -4px rgba(0, 0, 0, 0.5);
}
.map-hotels-classifier .image-wrapper {
  position: relative;
  min-height: 160px;
}
.map-hotels-classifier .content-wrapper {
  padding-top: 15px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 12px;
}
.map-hotels-classifier h2 {
  font-family: "Poppins", "Arial", sans-serif;
  font-size: 11px;
  line-height: 12px;
  letter-spacing: 2px;
}
.map-hotels-classifier h3 {
  font-family: "Poppins", "Arial", sans-serif;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 18px;
  letter-spacing: 2px;
  margin-bottom: 8px;
}
.map-hotels-classifier .links-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}
.map-hotels-classifier .links-wrapper .button {
  margin-top: 0;
  width: 50%;
  background-color: #fff;
  color: #8436A1;
  border: 1px solid #8436A1;
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 30px;
}
.map-hotels-classifier .links-wrapper .button:hover {
  color: #222222;
  border-color: #222222;
}
.map-hotels-classifier .links-wrapper .button.no-border {
  border: 0;
  color: #222222;
}
.map-hotels-classifier .links-wrapper .button.no-border:hover {
  color: #8436A1;
}
.map-hotels-classifier .rating {
  position: relative;
  width: 68px;
  height: 12px;
  background-image: url("../images/purple/purple/star.svg");
  margin: 8px auto 6px;
}
.map-hotels-classifier .rating.star1 {
  background-image: url("../images/purple/purple/star1.svg");
}
.map-hotels-classifier .rating.star15 {
  background-image: url("../images/purple/purple/star15.svg");
}
.map-hotels-classifier .rating.star2 {
  background-image: url("../images/purple/star2.svg");
}
.map-hotels-classifier .rating.star25 {
  background-image: url("../images/purple/star25.svg");
}
.map-hotels-classifier .rating.star3 {
  background-image: url("../images/purple/star3.svg");
}
.map-hotels-classifier .rating.star35 {
  background-image: url("../images/purple/star35.svg");
}
.map-hotels-classifier .rating.star4 {
  background-image: url("../images/purple/star4.svg");
}
.map-hotels-classifier .rating.star45 {
  background-image: url("../images/purple/star45.svg");
}
.map-hotels-classifier .rating.star5 {
  background-image: url("../images/purple/star5.svg");
}

.home-main-content {
  position: relative;
  margin-bottom: 50px;
  min-height: 800px;
  overflow: hidden;
}
.home-main-content .center-column {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .home-main-content .center-column {
    flex-flow: column;
    padding: 0;
  }
}
.home-main-content .breadcrumbs {
  display: none;
}
.home-main-content h1 {
  font-size: 60px;
  font-weight: 200;
  line-height: 70px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #340744;
}
@media only screen and (max-width: 767px) {
  .home-main-content h1 {
    font-size: 41px;
    line-height: 41px;
    margin-bottom: 5px;
  }
}
.home-main-content h2 {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  color: #340744;
}
@media only screen and (max-width: 767px) {
  .home-main-content h2 {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 10px;
  }
}
.home-main-content .main-content-container {
  width: 45%;
  align-self: center;
  position: relative;
  z-index: 50;
}
@media only screen and (max-width: 1024px) {
  .home-main-content .main-content-container {
    width: 100%;
    margin-bottom: 40px;
    padding: 13px 30px 0 30px;
  }
}
.home-main-content p {
  font-weight: 300;
  line-height: 32px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .home-main-content p {
    line-height: 26px;
    margin-bottom: 15px;
  }
}
.home-main-content .main-search-form {
  font-family: "Crimson Text", "Times New Roman", serif;
  font-size: 24px;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  .home-main-content .main-search-form {
    font-size: 20px;
    line-height: 26px;
  }
}
.home-main-content select {
  font-family: "Crimson Text", "Times New Roman", serif;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .home-main-content select {
    font-size: 20px;
    padding-left: 0;
    padding-right: 44px;
  }
}
@media only screen and (max-width: 767px) {
  .home-main-content .select-wrapper {
    margin-right: 4px;
  }
}
@media only screen and (max-width: 767px) {
  .home-main-content .select-wrapper .select-icon {
    right: 0;
  }
}
.home-main-content .discover-submit {
  display: block;
}
.home-main-content .button {
  margin-top: 40px;
  padding: 0 40px;
  line-height: 38px;
  color: #8436A1;
  border: 1px solid rgba(132, 54, 161, 0.25);
  background: none;
}
.home-main-content .button:hover {
  background: #8436A1;
  border-color: #8436A1;
  color: #fff;
}

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

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

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

  #content-submenu {
    display: none;
  }

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

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