@charset "UTF-8";
.svg-icon {
  display: inline-block;
  transition: fill 350ms ease-in-out, stoke 350ms ease-in-out;
  pointer-events: none;
}
.svg-icon svg {
  width: 100%;
  height: 100%;
}

.down-arrow-icon {
  width: 30px;
  height: 16px;
}

.select-icon {
  width: 14px;
  height: 7px;
}

.right-arrow-icon, .left-arrow-icon {
  width: 16px;
  height: 30px;
}

.search-icon {
  width: 16px;
  height: 16px;
}

.close-icon {
  width: 28px;
  height: 28px;
}

.check-icon {
  width: 13px;
  height: 10px;
}

.grid-icon {
  width: 20px;
  height: 20px;
}

.list-icon {
  width: 20px;
  height: 20px;
}

.calendar-icon {
  width: 20px;
  height: 20px;
}

.pdf-icon {
  width: 13px;
  height: 16px;
}

.print-icon {
  width: 20px;
  height: 20px;
}

.facebook-icon {
  width: 9px;
  height: 16px;
}

.instagram-icon {
  width: 16px;
  height: 16px;
}

.twitter-icon {
  width: 16px;
  height: 13px;
}

.pinterest-icon {
  width: 14px;
  height: 17px;
}

.tripadvisor-icon {
  width: 26px;
  height: 15px;
}

.tiktok-icon {
  height: 16px;
  width: 15px;
}

/* 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: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.09), 0 6px 6px rgba(0, 0, 0, 0.12);
  z-index: 10;
}
body > .ui-datepicker {
  z-index: 30;
}
@media only screen and (max-width: 767px) {
  .ui-datepicker {
    width: calc(100% - 40px);
  }
}

.ui-datepicker-header {
  position: relative;
  margin-bottom: 6px;
  font: 700 16px/26px "Roboto Condensed", sans-serif;
  color: "Roboto Condensed", sans-serif;
  letter-spacing: 0.2px;
  text-align: center;
  text-transform: uppercase;
}

.ui-datepicker-prev, .ui-datepicker-next {
  position: absolute;
  top: 0;
  width: 26px;
  height: 26px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 20;
}
.ui-datepicker-prev:after, .ui-datepicker-next:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 8px;
  width: 10px;
  height: 10px;
  border: 2px solid #851518;
  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 #851518;
  border-bottom: 2px solid #851518;
}
.ui-datepicker-prev:not(.ui-state-disabled):hover:after {
  border-bottom-color: #F9A02F;
  border-left-color: #F9A02F;
}

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

.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 {
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
  vertical-align: middle;
}
.ui-datepicker-calendar th {
  padding-bottom: 10px;
  font-size: 11px;
  font-weight: 700;
  color: #851518;
  text-transform: uppercase;
}
.ui-datepicker-calendar td {
  position: relative;
  font-size: 14px;
}
.ui-datepicker-calendar td:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.ui-datepicker-calendar td > * {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  z-index: 2;
}
.ui-datepicker-calendar td:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 1;
}
.ui-datepicker-calendar td:hover a {
  color: #FFFFFF;
  z-index: 2;
}
.ui-datepicker-calendar td:hover:after {
  background: #EF3F23;
}
.ui-datepicker-calendar td.ui-datepicker-other-month, .ui-datepicker-calendar td.ui-state-disabled {
  opacity: 0.1;
}
.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: block;
  width: 100%;
  text-decoration: none;
  color: inherit;
  border-radius: 50%;
}
.ui-datepicker-calendar .ui-datepicker-today:after {
  background: #F9A02F;
}
.ui-datepicker-calendar .ui-datepicker-current-day a, .ui-datepicker-calendar .checkin-date a, .ui-datepicker-calendar .checkout-date a {
  color: #FFFFFF;
  z-index: 2;
}
.ui-datepicker-calendar .ui-datepicker-current-day:after, .ui-datepicker-calendar .checkin-date:after, .ui-datepicker-calendar .checkout-date:after {
  background: #EF3F23;
}
.ui-datepicker-calendar .ui-datepicker-highlight {
  background-color: rgba(239, 63, 35, 0.16);
}
.ui-datepicker-calendar .ui-datepicker-highlight.checkin-date {
  border-radius: 50% 0 0 50%;
}
.ui-datepicker-calendar .ui-datepicker-highlight.checkout-date {
  border-radius: 0 50% 50% 0;
}
.ui-datepicker-calendar .ui-datepicker-highlight + .checkin-date {
  border-radius: 0 50% 50% 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 767px) {
  html.hamburger-navigation-visible {
    overflow: hidden;
  }
}
#hamburger-navigation {
  display: none;
  position: fixed;
  right: -100%;
  top: 0;
  padding-top: 130px;
  height: 100%;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  transition: right 200ms, visibility 200ms;
  text-align: center;
  z-index: 72;
  visibility: hidden;
}
@media only screen and (max-width: 1023px) {
  #hamburger-navigation {
    display: block;
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
.hamburger-navigation-visible #hamburger-navigation {
  right: 0;
  visibility: visible;
}
#hamburger-navigation .option-menu {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding-top: 20px;
}
#hamburger-navigation .option-menu li {
  position: relative;
  margin-bottom: 18px;
}
#hamburger-navigation .option-menu li:first-child {
  margin-bottom: 30px;
}
#hamburger-navigation .option-menu .option-button {
  position: relative;
  margin: 0 auto 6px;
  color: #851518;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.18px;
  text-decoration: none;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation .option-menu .option-button {
    margin-bottom: 0;
  }
}
#hamburger-navigation .option-menu .option-button svg {
  fill: #851518;
}
#hamburger-navigation .option-menu .option-button span {
  position: absolute;
  top: -3px;
  right: -24px;
  display: block;
  width: 18px;
  height: 18px;
  padding-top: 3px;
  color: #FFFFFF;
  font: 400 12px/1 "Roboto Condensed", sans-serif;
  text-align: center;
  border-radius: 50%;
  background-color: #EF3F23;
}
#hamburger-navigation .option-menu .option-button.link {
  font-size: 13px;
  line-height: 14px;
  letter-spacing: 0.16px;
  font-weight: 400;
  text-transform: none;
  text-decoration: underline;
}
#hamburger-navigation .option-menu .option-button:hover, #hamburger-navigation .option-menu .option-button.active {
  color: #F9A02F;
}
#hamburger-navigation .main-menu {
  position: relative;
  max-width: 60%;
  margin: 0 auto;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation .main-menu {
    max-width: 90%;
  }
}
#hamburger-navigation .main-menu .menu li {
  position: relative;
}
#hamburger-navigation .main-menu .menu a {
  display: block;
  padding: 4px 40px;
}
#hamburger-navigation .main-menu .menu.level-1 {
  padding-top: 25px;
}
#hamburger-navigation .main-menu .menu.level-1 > li {
  margin-bottom: 2vh;
}
#hamburger-navigation .main-menu .menu.level-1 > li > a {
  font: 700 20px/24px "Roboto Condensed", sans-serif;
  color: #851518;
  text-decoration: none;
  text-transform: uppercase;
}
#hamburger-navigation .main-menu .menu.level-1 > li > a:hover, #hamburger-navigation .main-menu .menu.level-1 > li > a.active {
  color: #F9A02F;
}
#hamburger-navigation .main-menu .menu.level-1 > li > .plus {
  top: 0;
}
#hamburger-navigation .main-menu .menu.submenu {
  position: relative;
  overflow: hidden;
  max-height: 0;
  padding: 0;
  transition: max-height 222ms cubic-bezier(0, 1, 0, 1), padding 333ms, visibility 300ms;
  visibility: hidden;
}
#hamburger-navigation .main-menu .menu.submenu a {
  color: #851518;
  font: 700 16px/17px "Roboto Condensed", sans-serif;
  letter-spacing: 0.2px;
  text-decoration: none;
}
#hamburger-navigation .main-menu .menu.submenu a:hover, #hamburger-navigation .main-menu .menu.submenu a.active {
  color: #F9A02F;
}
#hamburger-navigation .main-menu .parent.expanded > .submenu {
  max-height: 800px;
  padding: 10px 0;
  transition: max-height 222ms cubic-bezier(1, 0, 1, 0), padding 333ms;
  visibility: visible;
}
#hamburger-navigation .main-menu .plus {
  display: block;
  height: 32px;
  width: 32px;
  position: absolute;
  right: 10px;
  cursor: pointer;
}
#hamburger-navigation .main-menu .plus .horizontal, #hamburger-navigation .main-menu .plus .vertical {
  position: absolute;
  transition: all 333ms ease-in-out;
  transform: rotate(-90deg);
  background-color: #851518;
  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: #F9A02F !important;
}
#hamburger-navigation .main-menu .parent.expanded > .plus > .horizontal {
  opacity: 0;
}
#hamburger-navigation .main-menu .menu.submenu .plus {
  top: 0;
}

html.hamburger-navigation-visible body {
  overflow: hidden;
}

.availability-lightbox {
  position: fixed;
  right: 0;
  top: -9999px;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 0;
  background: #fcf8f3;
  opacity: 0;
  visibility: hidden;
  overflow: auto;
  transition: opacity 210ms, visibility 0ms 210ms, top 0ms 210ms;
  z-index: 100;
}
.availability-lightbox-visible .availability-lightbox {
  top: 0;
  opacity: 1;
  visibility: visible;
  transition: opacity 210ms, visibility 0ms, top 0ms;
}
.availability-lightbox .center-column {
  max-width: 1234px;
}
.availability-lightbox .availability-lightbox-buttons {
  position: relative;
  height: 74px;
  margin: 56px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .availability-lightbox .availability-lightbox-buttons {
    margin: 36px 0;
  }
}
@media only screen and (max-width: 767px) {
  .availability-lightbox .availability-lightbox-buttons {
    margin: 10px 0;
  }
}
.availability-lightbox .availability-lightbox-buttons button {
  position: absolute;
  height: 66px;
}
.availability-lightbox .availability-lightbox-buttons .back-to-primary-screen {
  position: absolute;
  top: 0;
  left: 70px;
  font: 700 18px/22px "Roboto Condensed", sans-serif;
  color: #851518;
  text-transform: uppercase;
  z-index: 10;
}
.availability-lightbox .availability-lightbox-buttons .back-to-primary-screen svg {
  fill: #851518;
  position: relative;
  width: 11px;
}
.availability-lightbox .availability-lightbox-buttons .back-to-primary-screen:hover svg {
  left: -3px;
}
.availability-lightbox .availability-lightbox-buttons .availability-lightbox-close {
  position: absolute;
  top: 0;
  right: 70px;
}
@media only screen and (max-width: 1023px) {
  .availability-lightbox .availability-lightbox-buttons .back-to-primary-screen {
    left: 30px;
  }
  .availability-lightbox .availability-lightbox-buttons .availability-lightbox-close {
    right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .availability-lightbox .availability-lightbox-buttons .availability-lightbox-close span {
    display: none;
  }
}
.availability-lightbox .actions-list:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .availability-lightbox .actions-list:first-child {
    margin-top: 50px;
  }
}
.availability-lightbox .actions-list .title {
  margin-bottom: 30px;
  font-family: "ArnoPro-Italic", sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.4em;
  color: #000000;
  text-transform: none;
}
.availability-lightbox .actions-list li {
  position: relative;
  display: block;
}
.availability-lightbox .actions-list li:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background: #F9A02F;
  transition: width 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none;
}
.availability-lightbox .actions-list li:hover:after {
  width: 100%;
}
.availability-lightbox .actions-list li:first-child a, .availability-lightbox .actions-list li:first-child button {
  padding-top: 0;
}
.availability-lightbox .actions-list a, .availability-lightbox .actions-list button {
  display: block;
  width: 100%;
  padding: 14px 0;
  font: 700 36px/42px "Roboto Condensed", sans-serif;
  color: #851518;
  text-align: left;
  letter-spacing: 0.13px;
  text-transform: uppercase;
  text-decoration: none;
}
@media screen and (max-height: 900px) {
  .availability-lightbox .actions-list a, .availability-lightbox .actions-list button {
    font-size: 30px;
    padding: 6px 0;
  }
}
@media screen and (max-height: 800px) {
  .availability-lightbox .actions-list a, .availability-lightbox .actions-list button {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .availability-lightbox .actions-list a, .availability-lightbox .actions-list button {
    font-size: 26px;
  }
}
.availability-lightbox .actions-list a:hover, .availability-lightbox .actions-list button:hover {
  color: #F9A02F;
}
.availability-lightbox .availability-form-section .center-column {
  max-width: 640px;
  padding: 0 20px;
}
.availability-lightbox .availability-form-section .page-content {
  text-align: left;
}

@media only screen and (max-width: 1023px) {
  .booking-lightbox {
    padding-bottom: 80px;
  }
}
.booking-lightbox .input-columns {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  margin-bottom: 20px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .booking-lightbox .input-columns {
    display: block;
    width: 100%;
    height: auto;
    background-color: transparent;
  }
}
.booking-lightbox .options-tab {
  position: relative;
  flex-grow: 1;
  height: 100%;
  padding: 20px 10px;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0.2px;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .booking-lightbox .options-tab {
    width: 100%;
    height: 84px;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
  }
}
.booking-lightbox .options-tab::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 1px;
  height: 35px;
  margin-top: -17px;
  background-color: #f1f2f1;
}
@media only screen and (max-width: 767px) {
  .booking-lightbox .options-tab::before {
    display: none;
  }
}
.booking-lightbox .options-tab.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  background-color: #851518;
}
.booking-lightbox .options-tab .options-tab-title, .booking-lightbox .options-tab .trigger-button-lable {
  display: block;
  white-space: nowrap;
  color: #000000;
  font: 700 14px/20px "Roboto Condensed", sans-serif;
  letter-spacing: 0.2px;
  text-align: center;
  text-transform: uppercase;
  transition: opacity 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .booking-lightbox .options-tab .options-tab-title, .booking-lightbox .options-tab .trigger-button-lable {
    display: block;
    font: 400 14px/20px "Open Sans", sans-serif;
    text-align: left;
    text-transform: none;
  }
}
.booking-lightbox .options-tab .booking-column-value {
  font: 400 14px/16px "Open Sans", sans-serif;
}
@media only screen and (max-width: 767px) {
  .booking-lightbox .options-tab .booking-column-value {
    margin: 6px 0;
    font: 700 18px/22px "Open Sans", sans-serif;
  }
}
.booking-lightbox .dates-column .trigger-buttons-group {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .booking-lightbox .dates-column .trigger-buttons-group {
    justify-content: space-around;
  }
}
.booking-lightbox .dates-column .trigger-buttons-group .date-column {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.booking-lightbox .dates-column .trigger-buttons-group .date {
  min-width: 80px;
  padding: 0 5px;
  color: #851518;
}
@media only screen and (max-width: 767px) {
  .booking-lightbox .dates-column .trigger-buttons-group .date {
    white-space: nowrap;
    color: #000000;
  }
}
.booking-lightbox .dates-column .trigger-buttons-group .adjust-date-button {
  height: 20px;
  padding: 0 5px;
  transition: transform 350ms;
}
.booking-lightbox .dates-column .trigger-buttons-group .adjust-date-button svg {
  width: 7px;
  height: 14px;
}
.booking-lightbox .dates-column .trigger-buttons-group .adjust-date-button.disabled svg {
  opacity: 0.3;
}
.booking-lightbox .dates-column .trigger-buttons-group .adjust-date-button.disabled:hover {
  transform: scale(1);
}
.booking-lightbox .dates-column .trigger-buttons-group .adjust-date-button:hover {
  transform: scale(1.2);
}
@media only screen and (max-width: 767px) {
  .booking-lightbox .dates-column .trigger-buttons-group .adjust-date-button {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .booking-lightbox .dates-column .trigger-buttons-group .seporator {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .booking-lightbox .dates-column .options-tab-title {
    display: none;
  }
}
.booking-lightbox .dates-column .trigger-button-lable {
  display: none;
}
@media only screen and (max-width: 767px) {
  .booking-lightbox .dates-column .trigger-button-lable {
    display: block;
    text-align: left;
  }
}
.booking-lightbox .rooms-guests-column .trigger-button {
  display: flex;
  justify-content: space-around;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .booking-lightbox .rooms-guests-column .trigger-button span.number {
    font: 700 22px/22px "Open Sans", sans-serif;
  }
}
.booking-lightbox .rates-column .trigger-button {
  width: 100%;
  height: 100%;
  font: 400 14px/24px "Open Sans", sans-serif;
  color: #851518;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .booking-lightbox .rates-column .trigger-button {
    font: 700 20px/24px "Open Sans", sans-serif;
    color: #000000;
  }
}
@media only screen and (max-width: 1023px) {
  .booking-lightbox .controls-column {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 10px;
    background-color: #000000;
    border: none;
    z-index: 70;
  }
  .booking-lightbox .controls-column button {
    width: 100%;
    height: 60px;
    line-height: 60px;
  }
}
.booking-lightbox .controls-column .booking-button {
  padding-left: 16px;
  padding-right: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .booking-lightbox .controls-column .booking-button {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.booking-lightbox .options-panels-section {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 495px;
  padding: 54px 120px;
  background-color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .booking-lightbox .options-panels-section {
    padding: 34px 60px;
  }
}
@media only screen and (max-width: 767px) {
  .booking-lightbox .options-panels-section {
    position: relative;
    display: block;
    height: 0;
    min-height: 0;
    padding: 0;
  }
}
.booking-lightbox .options-panel {
  display: none;
  position: relative;
  width: 100%;
  z-index: 30;
}
.booking-lightbox .options-panel.active {
  display: block;
}
@media only screen and (max-width: 767px) {
  .booking-lightbox .options-panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 80px 30px 70px;
    background-color: #fcf8f3;
    overflow: hidden auto;
    z-index: 110;
  }
}
.booking-lightbox .options-panel .mobile-close-panel {
  display: none;
}
@media only screen and (max-width: 767px) {
  .booking-lightbox .options-panel .mobile-close-panel {
    display: block;
    z-index: 10;
  }
}
.booking-lightbox .options-panel .datepicker-mobile-buttons {
  display: none;
}
@media only screen and (max-width: 767px) {
  .booking-lightbox .options-panel .datepicker-mobile-buttons {
    display: block;
  }
  .booking-lightbox .options-panel .datepicker-mobile-buttons button {
    position: fixed;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 60px;
  }
}
.booking-lightbox .booking-datepicker .booking-datepicker-mobile-header {
  display: none;
}
@media only screen and (max-width: 767px) {
  .booking-lightbox .booking-datepicker .booking-datepicker-mobile-header {
    position: relative;
    display: block;
    background: #fff;
  }
  .booking-lightbox .booking-datepicker .booking-datepicker-mobile-header .header-title {
    height: 55px;
    padding: 0 19px;
    line-height: 55px;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: left;
  }
  .booking-lightbox .booking-datepicker .booking-datepicker-mobile-header .datepicker-close-button {
    position: absolute;
    top: 6px;
    right: 25px;
    height: 44px;
    line-height: 42px;
    font-size: 12px;
    text-transform: uppercase;
    padding-right: 23px;
  }
  .booking-lightbox .booking-datepicker .booking-datepicker-mobile-header .datepicker-close-button:before, .booking-lightbox .booking-datepicker .booking-datepicker-mobile-header .datepicker-close-button:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 6px;
    width: 1px;
    height: 16px;
    background: #262323;
    transform: translateY(-50%) rotate(45deg);
  }
  .booking-lightbox .booking-datepicker .booking-datepicker-mobile-header .datepicker-close-button:after {
    transform: translateY(-50%) rotate(-45deg);
  }
  .booking-lightbox .booking-datepicker .booking-datepicker-mobile-header .status {
    display: flex;
    height: 65px;
  }
  .booking-lightbox .booking-datepicker .booking-datepicker-mobile-header .status .status-column {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
  }
  .booking-lightbox .booking-datepicker .booking-datepicker-mobile-header .status .status-column:first-child {
    border-right: 1px solid rgba(0, 0, 0, 0.08);
  }
  .booking-lightbox .booking-datepicker .booking-datepicker-mobile-header .status .status-label {
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 400;
  }
  .booking-lightbox .booking-datepicker .booking-datepicker-mobile-header .status .status-date {
    font-size: 18px;
    line-height: 1em;
    font-weight: 700;
  }
  .booking-lightbox .booking-datepicker .booking-datepicker-mobile-header .week-days {
    display: flex;
    justify-content: space-around;
    padding: 0 23px;
    background: #851518;
  }
  .booking-lightbox .booking-datepicker .booking-datepicker-mobile-header .week-days .week-day {
    margin: 0 10px;
    font-size: 8px;
    line-height: 27px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .booking-lightbox .booking-datepicker .booking-datepicker-widget {
    background: #fff;
    flex-grow: 1;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 23px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .booking-lightbox .booking-datepicker .booking-datepicker-widget {
    padding: 32px 0 0;
  }
}
.booking-lightbox .booking-datepicker .booking-datepicker-buttons {
  margin: 20px 0;
  text-align: center;
}
.booking-lightbox .booking-datepicker .booking-datepicker-buttons [data-action=reset] {
  display: inline-block;
  color: #851518;
  font: 700 13px/22px "Roboto Condensed", sans-serif;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}
.booking-lightbox .booking-datepicker .booking-datepicker-buttons [data-action=close] {
  display: none;
}
.booking-lightbox .booking-datepicker .ui-datepicker {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  width: 100% !important;
  white-space: nowrap;
  background: none;
  box-shadow: none;
  padding: 0;
}
.booking-lightbox .booking-datepicker .ui-datepicker-group {
  width: calc(50% - 60px);
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .booking-lightbox .booking-datepicker .ui-datepicker-group {
    width: calc(50% - 15px);
  }
}
@media only screen and (max-width: 767px) {
  .booking-lightbox .booking-datepicker .ui-datepicker-group {
    width: 100%;
    margin-bottom: 30px;
  }
}
.booking-lightbox .booking-datepicker .ui-datepicker-header {
  margin-bottom: 15px;
  font-size: 22px;
}
@media only screen and (max-width: 767px) {
  .booking-lightbox .booking-datepicker .ui-datepicker-header {
    margin-bottom: 20px;
  }
}
.booking-lightbox .booking-datepicker .ui-datepicker-header .ui-datepicker-prev, .booking-lightbox .booking-datepicker .ui-datepicker-header .ui-datepicker-next {
  display: none;
}
.booking-lightbox .booking-datepicker .ui-datepicker-prev, .booking-lightbox .booking-datepicker .ui-datepicker-next {
  width: 27px;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  text-indent: 0;
}
.booking-lightbox .booking-datepicker .ui-datepicker-prev:after, .booking-lightbox .booking-datepicker .ui-datepicker-next:after {
  content: none;
}
.booking-lightbox .booking-datepicker .ui-datepicker-prev svg, .booking-lightbox .booking-datepicker .ui-datepicker-next svg {
  fill: #851518;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .booking-lightbox .booking-datepicker .ui-datepicker-prev, .booking-lightbox .booking-datepicker .ui-datepicker-next {
    width: 27px;
    height: 40px;
    margin-top: -84px;
  }
}
.booking-lightbox .booking-datepicker .ui-datepicker-prev {
  left: -30px;
}
@media only screen and (max-width: 767px) {
  .booking-lightbox .booking-datepicker .ui-datepicker-prev {
    left: 78px;
  }
}
.booking-lightbox .booking-datepicker .ui-datepicker-next {
  right: -30px;
}
@media only screen and (max-width: 767px) {
  .booking-lightbox .booking-datepicker .ui-datepicker-next {
    right: 78px;
  }
}
.booking-lightbox .booking-datepicker .ui-datepicker-calendar {
  width: 100%;
}
.booking-lightbox .booking-datepicker .ui-datepicker-calendar thead {
  border-bottom: 2px solid #f1f2f1;
}
@media only screen and (max-width: 767px) {
  .booking-lightbox .booking-datepicker .ui-datepicker-calendar thead {
    display: none;
  }
}
.booking-lightbox .rooms-guests-options .rooms-guests-options-section {
  display: flex;
  justify-content: center;
  width: 100%;
  z-index: 30;
}
@media only screen and (max-width: 767px) {
  .booking-lightbox .rooms-guests-options .rooms-guests-options-section {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.booking-lightbox .rooms-guests-options .option {
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .booking-lightbox .rooms-guests-options .option {
    width: 100%;
    margin-bottom: 28px;
  }
}
.booking-lightbox .rooms-guests-options .option-label {
  margin-bottom: 36px;
  font: 700 22px/24px "Roboto Condensed", sans-serif;
  color: #000000;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .booking-lightbox .rooms-guests-options .option-label {
    margin-bottom: 0;
    font: 400 22px/24px "Open Sans", sans-serif;
    text-transform: none;
  }
}
.booking-lightbox .rooms-guests-options .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 24px;
  font-size: 18px;
  font-weight: 500;
}
.booking-lightbox .rooms-guests-options button[data-action=decrease], .booking-lightbox .rooms-guests-options button[data-action=increase] {
  position: relative;
  width: 34px;
  height: 34px;
  font-size: 0;
  transition: transform 350ms;
}
.booking-lightbox .rooms-guests-options button[data-action=decrease][data-action=decrease]:before, .booking-lightbox .rooms-guests-options button[data-action=decrease][data-action=increase]:before, .booking-lightbox .rooms-guests-options button[data-action=increase][data-action=decrease]:before, .booking-lightbox .rooms-guests-options button[data-action=increase][data-action=increase]:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 34px;
  height: 3px;
  background: #000000;
  transition: opacity 200ms;
}
.booking-lightbox .rooms-guests-options button[data-action=decrease][data-action=increase]:after, .booking-lightbox .rooms-guests-options button[data-action=increase][data-action=increase]:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 3px;
  height: 34px;
  background: #000000;
  transition: opacity 200ms;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .booking-lightbox .rooms-guests-options button[data-action=decrease], .booking-lightbox .rooms-guests-options button[data-action=increase] {
    width: 26px;
    height: 26px;
  }
  .booking-lightbox .rooms-guests-options button[data-action=decrease][data-action=decrease]:before, .booking-lightbox .rooms-guests-options button[data-action=decrease][data-action=increase]:before, .booking-lightbox .rooms-guests-options button[data-action=increase][data-action=decrease]:before, .booking-lightbox .rooms-guests-options button[data-action=increase][data-action=increase]:before {
    width: 26px;
  }
  .booking-lightbox .rooms-guests-options button[data-action=decrease][data-action=increase]:after, .booking-lightbox .rooms-guests-options button[data-action=increase][data-action=increase]:after {
    height: 26px;
  }
}
.booking-lightbox .rooms-guests-options button[data-action=decrease]:hover, .booking-lightbox .rooms-guests-options button[data-action=increase]:hover {
  transform: scale(1.2);
}
.booking-lightbox .rooms-guests-options .number {
  display: block;
  width: 92px;
  height: 92px;
  margin: 20px;
  font: 400 37px/92px "Roboto Condensed", sans-serif;
  color: #FFFFFF;
  text-align: center;
  border-radius: 50%;
  background-color: #851518;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .booking-lightbox .rooms-guests-options .number {
    width: 72px;
    height: 72px;
    margin: 10px;
    line-height: 72px;
  }
}
@media only screen and (max-width: 767px) {
  .booking-lightbox .rooms-guests-options .number {
    width: 60px;
    height: 60px;
    margin: 14px 32px;
    font: 400 26px/60px "Roboto Condensed", sans-serif;
  }
}
.booking-lightbox .rates-options {
  max-width: 600px;
  text-align: center;
}
.booking-lightbox .rates-options .heading {
  margin-bottom: 10px;
  font: 700 22px/24px "Roboto Condensed", sans-serif;
  color: #000000;
  line-height: 24px;
  text-transform: uppercase;
}
.booking-lightbox .rates-options .input-group {
  position: relative;
  margin: 34px 0;
}
.booking-lightbox .rates-options .input-group .select-wrapper {
  width: 100%;
}
.booking-lightbox .rates-options .input-group input, .booking-lightbox .rates-options .input-group select {
  display: block;
  width: 100%;
  height: 60px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background-color: rgba(216, 216, 216, 0.2);
  font: 400 32px/60px "Open Sans", sans-serif;
  color: #851518;
  text-align: center;
  text-transform: uppercase;
}
.booking-lightbox .rates-options .apply-message {
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 100%;
  font: 400 14px/1 "Open Sans", sans-serif;
  color: #F9A02F;
  text-align: center;
}

.breadcrumb {
  text-align: center;
  margin-bottom: 14px;
}
.breadcrumb a,
.breadcrumb span {
  font-family: "ArnoPro-Italic", sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #000000;
  transition: color 350ms ease-in-out;
}
.breadcrumb a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.breadcrumb a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 6px;
  display: block;
  width: 100%;
  height: 1px;
  font-size: 0;
  background: #000;
  transition: background 350ms ease-in-out;
}
.breadcrumb a:hover span {
  color: #851518;
}
.breadcrumb a:hover::before {
  background: #851518;
}
.breadcrumb .separator {
  display: inline-block;
  margin: 0 4px;
}
.left-column-content-aside .breadcrumb {
  text-align: right;
}

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

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

.vertical-tiles-section {
  margin-top: 0;
}

.vertical-tiles {
  display: flex;
  margin-top: 0;
  flex-wrap: wrap;
}
.vertical-tiles .common-tile {
  width: 33.3%;
  flex-shrink: 0;
}
@media only screen and (max-width: 1023px) {
  .vertical-tiles .common-tile {
    width: 100%;
  }
}
.vertical-tiles .common-tile:before {
  padding-bottom: 150%;
}
@media only screen and (max-width: 1023px) {
  .vertical-tiles .common-tile:before {
    padding-bottom: 53%;
  }
}
.vertical-tiles .common-tile.large {
  width: 66.6%;
}
@media only screen and (max-width: 1023px) {
  .vertical-tiles .common-tile.large {
    width: 100%;
  }
}
.vertical-tiles .common-tile.large:before {
  padding-bottom: 75%;
}
.vertical-tiles .tile-content {
  padding: 54px 41px;
}
@media only screen and (max-width: 1023px) {
  .vertical-tiles .tile-content {
    padding: 24px 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .vertical-tiles .tile-content .tile-subtitle {
    display: none;
  }
}

.events-slideshow-section {
  margin-top: 0;
  padding: 70px 0 80px;
  background-color: #000000;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .events-slideshow-section {
    padding: 34px 0 40px;
  }
}
.events-slideshow-section .top-bar {
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.events-slideshow-section .top-bar .section-link {
  margin-top: 20px;
}
.events-slideshow-section .section-widget {
  padding-right: 0;
  overflow: visible;
}
.events-slideshow-section .section-content + .section-widget {
  margin-top: 22px;
}
@media only screen and (max-width: 767px) {
  .events-slideshow-section .section-content + .section-widget {
    margin-top: 28px;
  }
}
.events-slideshow-section h2, .events-slideshow-section h3 {
  color: #FFFFFF;
}

.events-slideshow-wrapper {
  position: relative;
  align-items: center;
  padding: 40px 0 0;
}
@media only screen and (max-width: 767px) {
  .events-slideshow-wrapper {
    padding-top: 20px;
  }
}
.events-slideshow-wrapper .events-slideshow-more-button {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.events-slideshow-wrapper .common-tile .tile-content {
  text-align: left;
}
.events-slideshow-wrapper .common-tile .tile-content .tile-title {
  color: #F9A02F;
}
@media only screen and (min-width: 1024px) {
  .events-slideshow-wrapper .common-tile .tile-content .tile-title {
    font-size: 24px;
  }
}
.events-slideshow-wrapper .common-tile .tile-content .date a {
  color: #FFFFFF;
  font-family: "ArnoPro-Italic", sans-serif;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
}
.events-slideshow-wrapper .slider-controls {
  margin-top: 15px;
}
.events-slideshow-wrapper .slider-controls .arrow-icon {
  fill: #FFFFFF;
}
.events-slideshow-wrapper .slider-controls .slideshow-pagination {
  color: #FFFFFF;
}
#main-content .events-slideshow-wrapper .slider-controls {
  color: #000000;
}
#main-content .events-slideshow-wrapper .slider-controls .arrow-icon {
  fill: #000000;
}
#main-content .events-slideshow-wrapper .slider-controls .slideshow-pagination {
  color: #000000;
}

.events-slideshow {
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
.events-slideshow .slideshow {
  position: relative;
  padding: 0 86px;
}
@media only screen and (max-width: 1023px) {
  .events-slideshow .slideshow {
    padding: 0 20px;
  }
}
.events-slideshow .slideshow-wrapper {
  align-items: center;
  padding: 0 0 20px;
}
.events-slideshow .slideshow .slide {
  flex-grow: 0;
  flex-shrink: 0;
  width: 33.33%;
  padding: 20px 13px;
  transition: opacity 350ms ease-in-out, padding 350ms ease-in-out;
}
.events-slideshow .slideshow .slide.swiper-slide:not(.swiper-slide-active):not(.swiper-slide-prev):not(.swiper-slide-next) {
  opacity: 0.5;
}
.events-slideshow .slideshow .slide.swiper-slide-active {
  padding: 0 13px;
}
.events-slideshow .slideshow .slide.swiper-slide-active .common-tile:before {
  padding-bottom: 110%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .events-slideshow .slideshow .slide.swiper-slide-active .common-tile:before {
    padding-bottom: 80%;
  }
}
@media only screen and (max-width: 1023px) {
  .events-slideshow .slideshow .slide {
    width: 100%;
    padding: 28px 5px;
  }
  .events-slideshow .slideshow .slide.swiper-slide-active {
    padding: 0 5px;
  }
}
.events-slideshow .slideshow .slide .common-tile {
  background-color: #640202;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.5);
}
.events-slideshow .slideshow .slide .common-tile:before {
  padding-bottom: calc(110% - 40px);
  transition: padding 350ms ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .events-slideshow .slideshow .slide .common-tile:before {
    padding-bottom: calc(80% - 40px);
  }
}
@media only screen and (max-width: 767px) {
  .events-slideshow .slideshow .slide .common-tile:before {
    padding-bottom: calc(110% - 56px);
  }
}
.events-slideshow .slideshow .slide .common-tile .tile-content::before {
  background: transparent linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.5) 53%, transparent 100%);
}

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

/* COMMON STYLES */
.category-item, .room-item {
  display: flex;
  align-items: center;
  position: relative;
  padding: 60px;
}
@media only screen and (max-width: 1023px) {
  .category-item, .room-item {
    flex-direction: column;
    padding: 30px;
  }
}
.category-item .gallery-widget, .room-item .gallery-widget {
  display: none;
  position: relative;
  width: 100%;
}
.category-item .gallery-widget .slideshow-button, .room-item .gallery-widget .slideshow-button {
  width: 26px;
  height: 50px;
}
@media only screen and (max-width: 1023px) {
  .category-item .gallery-widget .slideshow-button, .room-item .gallery-widget .slideshow-button {
    display: none;
  }
}
.category-item .gallery-widget .slideshow-button svg, .room-item .gallery-widget .slideshow-button svg {
  width: 26px;
  height: 50px;
  fill: #851518;
}
.category-item .gallery-widget .slideshow-button.previous, .room-item .gallery-widget .slideshow-button.previous {
  left: -56px;
}
.category-item .gallery-widget .slideshow-button.next, .room-item .gallery-widget .slideshow-button.next {
  right: -56px;
}
.category-item .gallery-widget .slideshow, .room-item .gallery-widget .slideshow {
  width: 100%;
}
.category-item .gallery-widget .slideshow .slide, .room-item .gallery-widget .slideshow .slide {
  display: flex;
}
.category-item .gallery-widget .slideshow .slide::before, .room-item .gallery-widget .slideshow .slide::before {
  content: "";
  padding-bottom: 51%;
}
.category-item:nth-child(n) .thumb, .room-item:nth-child(n) .thumb {
  width: calc(59% - 78px);
  max-width: 760px;
  display: flex;
  position: relative;
  order: 1;
  flex-grow: 1;
}
@media only screen and (max-width: 1023px) {
  .category-item:nth-child(n) .thumb, .room-item:nth-child(n) .thumb {
    width: 100%;
  }
}
.category-item:nth-child(n) .thumb::before, .room-item:nth-child(n) .thumb::before {
  content: "";
  padding-bottom: 65%;
}
.category-item:nth-child(n) .info-block, .room-item:nth-child(n) .info-block {
  width: 29%;
  order: 2;
  flex-grow: 1;
  text-align: left;
  padding: 0 60px 0 0;
  margin: 0 0 0 78px;
}
@media only screen and (max-width: 1023px) {
  .category-item:nth-child(n) .info-block, .room-item:nth-child(n) .info-block {
    width: 100%;
    padding: 0;
    margin: 20px 0 0 0;
  }
}
.category-item:nth-child(n) .info-block .h2, .room-item:nth-child(n) .info-block .h2 {
  line-height: 1.05;
}
.category-item:nth-child(n) .info-block .h2 a, .room-item:nth-child(n) .info-block .h2 a {
  text-decoration: none;
}
.category-item:nth-child(n) .info-block .additional-fields, .room-item:nth-child(n) .info-block .additional-fields {
  font-family: "ArnoPro-Italic", sans-serif;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.4;
  margin-bottom: 26px;
}
.category-item:nth-child(n) .info-block .additional-fields span, .room-item:nth-child(n) .info-block .additional-fields span {
  color: #7a4e1f;
  padding: 0 10px;
}
.category-item:nth-child(n) .info-block .description, .room-item:nth-child(n) .info-block .description {
  margin-bottom: 26px;
}
.category-item:nth-child(n) .info-block .description-full, .room-item:nth-child(n) .info-block .description-full {
  display: none;
  margin-bottom: 50px;
}
.category-item:nth-child(n) .info-block .bottom, .room-item:nth-child(n) .info-block .bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.category-item:nth-child(n) .info-block .bottom .details, .room-item:nth-child(n) .info-block .bottom .details {
  color: #851518;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.2px;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .category-item:nth-child(n) .info-block .bottom .details, .room-item:nth-child(n) .info-block .bottom .details {
    font-size: 14px;
  }
}
.category-item:nth-child(n) .info-block .bottom .details:hover, .room-item:nth-child(n) .info-block .bottom .details:hover {
  opacity: 0.8;
}
.category-item:nth-child(n) .info-block .bottom .details:after, .room-item:nth-child(n) .info-block .bottom .details:after {
  content: "";
  position: relative;
  top: -2px;
  display: inline-block;
  width: 9px;
  height: 9px;
  border-right: 2px #851518 solid;
  border-bottom: 2px #851518 solid;
  transform: rotate(45deg);
  margin: 0 40px 0 14px;
}
@media only screen and (max-width: 767px) {
  .category-item:nth-child(n) .info-block .bottom .details:after, .room-item:nth-child(n) .info-block .bottom .details:after {
    width: 7px;
    height: 7px;
    margin: 0 40px 0 5px;
  }
}
.category-item:nth-child(n) .info-block .bottom .details .hide-details, .room-item:nth-child(n) .info-block .bottom .details .hide-details {
  display: none;
}
.category-item:nth-child(n) .info-block .bottom .button, .room-item:nth-child(n) .info-block .bottom .button {
  height: 56px;
}
.category-item:nth-child(n) .info-block .bottom a.button, .room-item:nth-child(n) .info-block .bottom a.button {
  line-height: 56px;
}
.category-item:nth-child(2n), .room-item:nth-child(2n) {
  background-color: #fcf8f3;
}
.category-item:nth-child(2n) .thumb, .room-item:nth-child(2n) .thumb {
  order: 2;
  flex-grow: 1;
}
@media only screen and (max-width: 1023px) {
  .category-item:nth-child(2n) .thumb, .room-item:nth-child(2n) .thumb {
    width: 100%;
    order: 1;
  }
}
.category-item:nth-child(2n) .info-block, .room-item:nth-child(2n) .info-block {
  width: 29%;
  order: 1;
  padding: 0 0 0 60px;
  margin: 0 78px 0 0;
}
@media only screen and (max-width: 1023px) {
  .category-item:nth-child(2n) .info-block, .room-item:nth-child(2n) .info-block {
    width: 100%;
    order: 2;
    padding: 0;
    margin: 20px 0 0 0;
  }
}
.category-item.open, .room-item.open {
  flex-direction: column;
  padding: 60px 120px 86px 120px;
}
@media only screen and (max-width: 1023px) {
  .category-item.open, .room-item.open {
    padding: 30px;
  }
}
.category-item.open .gallery-widget, .room-item.open .gallery-widget {
  display: block;
  position: relative;
  margin-bottom: 40px;
}
.category-item.open .gallery-widget .view-gallery, .room-item.open .gallery-widget .view-gallery {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 99;
  line-height: 1;
}
.category-item.open .gallery-widget .view-gallery svg, .room-item.open .gallery-widget .view-gallery svg {
  width: 50px;
  height: 50px;
}
.category-item.open .thumb, .room-item.open .thumb {
  display: none;
}
.category-item.open .info-block, .room-item.open .info-block {
  width: 100%;
  margin: 0;
  padding: 0;
}
.category-item.open .info-block .description, .room-item.open .info-block .description {
  display: none;
}
.category-item.open .info-block .description-full, .room-item.open .info-block .description-full {
  display: block;
}
.category-item.open .info-block .bottom .details .hide-details, .room-item.open .info-block .bottom .details .hide-details {
  display: inline-block;
}
.category-item.open .info-block .bottom .details .view, .room-item.open .info-block .bottom .details .view {
  display: none;
}
.category-item.open .info-block .bottom .details:after, .room-item.open .info-block .bottom .details:after {
  top: 0;
  transform: rotate(-135deg);
}

.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 .thumbnail {
  position: relative;
  float: right;
  margin: 0 0 20px 20px;
  max-width: 50%;
}
@media only screen and (max-width: 767px) {
  .room .thumbnail {
    width: 100%;
    margin: 20px 0;
    max-width: none;
    float: none;
  }
}
.room .thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
.room .links {
  margin: 20px 0;
}

/* TEMPLATE 1 - 1 */
.rooms .template-1-1 {
  width: 100%;
  margin-bottom: 20px;
  padding: 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;
  color: #851518;
}
@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;
  color: #851518;
}
@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: "•••";
  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: #851518;
  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 */
.rooms .template-1-2 {
  width: 31%;
  float: left;
  margin: 0 3.5% 3.5% 0;
  padding: 0;
  background: #ecedee;
}
.rooms .template-1-2:nth-of-type(3) {
  margin-right: 0;
}
@media (min-width: 1320px) {
  .rooms .template-1-2 {
    width: 22%;
    margin: 0 4% 4% 0;
  }
  .rooms .template-1-2:nth-of-type(3) {
    margin-right: 4%;
  }
  .rooms .template-1-2:nth-of-type(4) {
    margin-right: 0;
  }
}
@media (max-width: 979px) {
  .rooms .template-1-2 {
    width: 48%;
    margin-right: 4%;
  }
  .rooms .template-1-2:nth-of-type(3) {
    margin-right: 4%;
  }
  .rooms .template-1-2:nth-of-type(even) {
    margin-right: 0;
  }
}
@media (max-width: 550px) {
  .rooms .template-1-2 {
    width: 100%;
    margin-right: 0;
  }
  .rooms .template-1-2:nth-of-type(3) {
    margin-right: 0;
  }
}
.rooms .template-1-2 .thumbnail {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  float: none;
}
.rooms .template-1-2 .thumbnail img {
  width: 100%;
  display: block;
}
.rooms .template-1-2 .thumbnail nav {
  display: table;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
}
.rooms .template-1-2 .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-2 .thumbnail nav .price .number {
  font-size: 22px;
}
.rooms .template-1-2 .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);
}
.rooms .template-1-2 .description {
  position: relative;
  padding: 10px;
}
.rooms .template-1-2 .description h3 {
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
  color: #637e91;
}
.rooms .template-1-2 .description nav.links a {
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  margin-right: 8px;
  padding-right: 8px;
}
.rooms .template-1-2 .description nav.links a:after {
  content: "";
  position: absolute;
  top: 1px;
  right: -1px;
  height: 15px;
  width: 1px;
  background: #ac7b59;
}
.rooms .template-1-2 .description nav.links a:last-child {
  margin: 0;
  padding: 0;
}
.rooms .template-1-2 .description nav.links a:last-child:after {
  content: none;
}
.rooms .template-1-2 .features span {
  display: block;
  margin: 0 0 8px 0;
  font-size: 14px;
  text-transform: uppercase;
  color: #637e91;
}
.rooms .template-1-2 .amenities {
  position: relative;
  margin: 15px 0;
  line-height: 30px;
  height: 30px;
}
.rooms .template-1-2 .amenities.multiline {
  margin-right: 50px;
}
.rooms .template-1-2 .amenities .main-list {
  height: 30px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.rooms .template-1-2 .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-2 .amenities span {
  display: inline-block;
  font-size: 20px;
  letter-spacing: 10px;
  vertical-align: middle;
}
.rooms .template-1-2 .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-2 .amenities .toggle:before {
  content: "•••";
  display: inline-block;
  font-size: 20px;
}
.rooms .template-1-2 .amenities.multiline .toggle {
  display: block;
}
.rooms .template-1-2 .amenities.expand .additional-list {
  opacity: 1;
  visibility: visible;
  z-index: 3;
  transition: opacity 0.2s, visibility 0s ease 0s;
}
.rooms .template-1-2 .amenities.expand .toggle:before, .rooms .template-1-2 .amenities.expand .toggle:after {
  content: "";
  display: block;
  background: #0066cc;
  position: absolute;
  transform: rotate(45deg);
}
.rooms .template-1-2 .amenities.expand .toggle:before {
  width: 20px;
  height: 2px;
  top: 14px;
  right: 0;
}
.rooms .template-1-2 .amenities.expand .toggle:after {
  width: 2px;
  height: 20px;
  top: 5px;
  right: 9px;
}

/* TEMPLATE 2 */
.rooms .template-2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #edf5f5;
  margin: 40px 0;
}
@media (max-width: 735px) {
  .rooms .template-2 {
    margin: 0;
  }
}
.rooms .template-2:nth-child(even) {
  background: #f2f7f7;
}
.rooms .template-2 .background {
  position: absolute;
  top: 0;
  left: 320px;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
@media (max-width: 735px) {
  .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(33, 33, 33, 0.75);
  }
}
@media (max-width: 735px) and (orientation: landscape) {
  .rooms .template-2 .background {
    padding-top: 50%;
  }
}
.rooms .template-2 .background .room-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.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 (max-width: 735px) {
  .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: #F9A02F;
}
.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 (max-width: 735px) {
  .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;
}
@media (max-width: 735px) {
  .rooms .template-2 .description {
    padding: 15px 20px 40px;
    width: 100%;
    height: auto;
  }
}
.rooms .template-2 .description h3 {
  font-size: 24px;
  line-height: 28px;
  margin: 6px 0 15px;
}
@media (max-width: 735px) {
  .rooms .template-2 .description h3 {
    font-size: 15px;
  }
}
.rooms .template-2 .description p {
  font-size: 13px;
  line-height: 24px;
}
@media (max-width: 735px) {
  .rooms .template-2 .description p {
    font-size: 12px;
    line-height: 18px;
  }
}
.rooms .template-2 .description .expand-collapse {
  position: relative;
  display: inline-block;
  margin: 30px 0;
  text-decoration: none;
  color: inherit;
  font-size: 16px;
  line-height: 16px;
  padding-right: 13px;
  border-bottom: 1px dashed #000;
}
@media (max-width: 735px) {
  .rooms .template-2 .description .expand-collapse {
    display: block;
    text-align: center;
    padding: 0;
    border: 0;
    font-size: 10px;
  }
  .rooms .template-2 .description .expand-collapse:before, .rooms .template-2 .description .expand-collapse:after {
    border-bottom: 1px dashed #000;
  }
}
.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 (max-width: 735px) {
  .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 (max-width: 979px) and (min-width: 736px) {
  .rooms .template-2 .description .full-description {
    padding: 100px 30px 40px 40px;
  }
}
@media (max-width: 735px) {
  .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 {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 40px;
  right: 40px;
  text-indent: -1000px;
  overflow: hidden;
  transform: rotate(45deg);
  cursor: pointer;
}
@media (max-width: 735px) {
  .rooms .template-2 .description .full-description .close {
    display: none;
  }
}
.rooms .template-2 .description .full-description .close:before, .rooms .template-2 .description .full-description .close:after {
  content: "";
  display: block;
  position: absolute;
  background: #F9A02F;
}
.rooms .template-2 .description .full-description .close:before {
  width: 2px;
  height: 50px;
  top: 0;
  left: 24px;
}
.rooms .template-2 .description .full-description .close:after {
  width: 50px;
  height: 2px;
  top: 24px;
  left: 0;
}
.rooms .template-2 .description .full-description .close:hover:before, .rooms .template-2 .description .full-description .close:hover:after {
  background: #65c8c8;
}
.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 (max-width: 735px) {
  .rooms .template-2 nav {
    position: static;
    width: auto;
    text-align: center;
    margin-top: 25px;
  }
}
.rooms .template-2 nav a {
  width: 100%;
}
.rooms .template-2 nav a + a {
  margin-top: 10px;
}
@media (max-width: 735px) {
  .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: "Roboto Condensed", 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;
}
.rooms .template-2 nav .rooms-item-gallery:hover {
  background: rgba(0, 0, 0, 0.6);
}
@media (max-width: 735px) {
  .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 svg {
  content: "";
  display: block;
  width: 22px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 50%;
  fill: #fff;
  margin: -8px 0 0 -11px;
}
@media (max-width: 735px) {
  .rooms .template-2 nav .rooms-item-gallery svg {
    display: none;
  }
}

/* TEMPLATE 3*/
.rooms .template-3 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 220px;
  background: #000;
  margin: 10px 0;
}
@media (max-width: 735px) {
  .rooms .template-3 {
    height: auto;
    margin: 0;
  }
}
.rooms .template-3 .description {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  height: 100%;
  width: 50%;
  padding: 30px 40px 30px 30px;
  background: rgba(50, 125, 125, 0.6);
  color: #fff;
}
@media (max-width: 735px) {
  .rooms .template-3 .description {
    position: static;
    height: auto;
    width: 100%;
    padding: 30px 15px 25px;
    background: none;
  }
}
.rooms .template-3 .description h3 {
  font-size: 24px;
  line-height: 28px;
  margin: 6px 0 15px;
}
@media (max-width: 735px) {
  .rooms .template-3 .description h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
.rooms .template-3 .description p {
  font-size: 14px;
  line-height: 22px;
}
@media (max-width: 735px) {
  .rooms .template-3 .description p {
    font-size: 15px;
    line-height: 18px;
  }
}
.rooms .template-3 .description nav {
  position: absolute;
  bottom: 30px;
  left: 30px;
  white-space: nowrap;
  font-size: 18px;
}
@media (max-width: 735px) {
  .rooms .template-3 .description nav {
    position: static;
    text-align: center;
    white-space: normal;
    font-size: 15px;
    width: 100%;
    margin-top: 10px;
  }
}
.rooms .template-3 .description nav a {
  color: inherit;
}
@media (max-width: 735px) {
  .rooms .template-3 .description nav a {
    margin: 5px 14px;
    display: inline-block;
    text-transform: uppercase;
  }
}
.rooms .template-3 .description nav a + a {
  margin-left: 30px;
}
@media (max-width: 735px) {
  .rooms .template-3 .description nav a + a {
    margin-left: 14px;
  }
}
.rooms .template-3 .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
@media (max-width: 735px) {
  .rooms .template-3 .background {
    position: relative;
    height: 0;
    width: 100%;
    padding-top: 37.5%;
  }
}
.rooms .template-3 .background .room-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rooms .template-3 .background .price {
  position: absolute;
  bottom: 35px;
  right: 50%;
  margin-right: 30px;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 735px) {
  .rooms .template-3 .background .price {
    display: none;
  }
}
.rooms .template-3 .background .price .number {
  font-size: 36px;
}
.rooms .template-3 .background a.price:hover {
  color: #F9A02F;
}
.rooms .template-3 .background .rooms-item-gallery {
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: black;
  text-indent: -1000px;
  overflow: hidden;
}
.rooms .template-3 .background .rooms-item-gallery:hover {
  background: rgba(0, 0, 0, 0.6);
}
@media (max-width: 735px) {
  .rooms .template-3 .background .rooms-item-gallery {
    display: none;
  }
}
.rooms .template-3 .background .rooms-item-gallery svg {
  content: "";
  display: block;
  width: 22px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 50%;
  fill: #fff;
  margin: -8px 0 0 -11px;
}

#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 "ArnoPro-Italic", sans-serif;
  margin: 40px 0;
  color: #F9A02F;
  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: 1023px) {
  #home-gallery .photo {
    width: calc((100% - 50px) / 4);
    padding-top: calc((100% - 50px) / 4);
  }
  #home-gallery .photo:nth-child(4), #home-gallery .photo:nth-child(5), #home-gallery .photo:nth-child(11) {
    width: calc((100% - 50px) / 4);
  }
}
@media only screen and (max-width: 767px) {
  #home-gallery .photo {
    width: calc((100% - 30px) / 2);
    padding-top: calc((100% - 30px) / 2);
  }
  #home-gallery .photo:nth-child(4), #home-gallery .photo:nth-child(5), #home-gallery .photo:nth-child(11) {
    width: calc((100% - 30px) / 2);
  }
  #home-gallery .photo:nth-child(n+8) {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #home-gallery span.photo {
    display: none;
  }
}
#home-gallery span.photo:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
#home-gallery span.photo .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font: 25px/25px "ArnoPro-Italic", sans-serif;
  color: #fff;
  text-transform: uppercase;
  z-index: 2;
}
#home-gallery span.photo .text a {
  margin-top: 6px;
  padding: 0 20px;
}
#home-gallery .all-photos {
  display: none;
}
@media only screen and (max-width: 767px) {
  #home-gallery .all-photos {
    display: block;
    margin-top: 40px;
  }
}

.opentable-widget {
  text-align: left;
}
.opentable-widget [id*=form_form_] .form-builder-group.columns-3 .form-builder-field, .opentable-widget .form .form-builder-group.columns-3 .form-builder-field {
  width: calc(100%/3);
}
.opentable-widget [id*=form_form_] .form-builder-group.columns-3 .form-builder-field:not(:first-child), .opentable-widget .form .form-builder-group.columns-3 .form-builder-field:not(:first-child) {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .opentable-widget [id*=form_form_] .form-builder-group.columns-3 .form-builder-field, .opentable-widget .form .form-builder-group.columns-3 .form-builder-field {
    width: 100%;
  }
}
.opentable-widget [id*=form_form_] p:last-child, .opentable-widget .form p:last-child {
  margin-bottom: 30px;
}

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

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

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

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

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

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

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

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

.aside-block {
  position: fixed;
  top: 0;
  right: -30%;
  display: block;
  width: 30%;
  height: 100vh;
  background-color: #FFFFFF;
  transition: all 350ms ease-in-out;
  visibility: hidden;
  z-index: 200;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .aside-block {
    right: -45%;
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .aside-block {
    right: auto;
    left: 100%;
    width: 100%;
    transition: left 350ms ease-in-out;
  }
}
.aside-block .aside-wrap {
  position: relative;
  width: 100%;
  height: 100vh;
  padding: 70px 40px 40px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.aside-block .aside-block-heading-content {
  margin-bottom: 40px;
}
.aside-block .common-tile {
  max-height: 170px;
  margin-bottom: 20px;
  text-align: center;
  text-decoration: none;
}
.aside-block .common-tile .tile-content {
  padding: 16px 20px;
}
@media only screen and (max-width: 767px) {
  .aside-block .common-tile .tile-content {
    padding: 16px 20px;
  }
}
.aside-block .common-tile .tile-content::before {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 52%, rgba(0, 0, 0, 0.8) 100%);
}
.aside-block .common-tile .tile-heading .tile-title {
  font-size: 26px;
}
.aside-block .common-tile .tile-heading .tile-subtitle {
  font-size: 16px;
  line-height: 28px;
}

.aside-trigger-close-out {
  position: absolute;
  top: 50%;
  left: -35px;
  width: 35px;
  height: 150px;
  font: 700 16px/19px "Roboto Condensed", sans-serif;
  letter-spacing: 0.2px;
  color: #F9A02F;
  text-transform: uppercase;
  background-color: #000000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  transform: translateY(-50%);
  transition: box-shadow 350ms ease-in-out;
  z-index: 190;
}
.aside-trigger-close-out:hover span, .aside-trigger-close-out:focus span {
  color: #EF3F23;
}
.aside-trigger-close-out span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  display: block;
  width: 150px;
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .aside-trigger-close-out {
    display: none;
  }
}

.aside-block-overlap {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  transition: all 350ms ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.aside-block-overlap-visible .aside-block-overlap {
  opacity: 1;
  visibility: visible;
  z-index: 180;
}

#footer {
  position: relative;
  padding: 0 0 56px;
  background-color: #000000;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  #footer {
    padding: 0 0 100px;
  }
}
#footer *, #footer * a {
  color: #FFFFFF;
}
#footer * a:hover {
  color: #e5bb8a;
}
#footer::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
#footer .footer-columns {
  display: flex;
  justify-content: space-between;
  padding: 105px 0 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #footer .footer-columns {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .footer-columns {
    display: block;
    padding: 46px 0 56px;
  }
}
#footer .footer-columns * {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #footer .footer-columns * {
    text-align: center;
  }
}
#footer .footer-logo {
  display: block;
  width: 221px;
  min-width: 221px;
  height: 233px;
  margin: 0 auto 26px;
}
@media only screen and (max-width: 1023px) {
  #footer .footer-logo {
    width: 90px;
    min-width: 90px;
    height: 100px;
  }
}
#footer .footer-logo img {
  width: 100%;
  height: 100%;
}

#footer-contacts {
  margin: 0 auto 26px 20px;
  font: 400 13px/21px "Open Sans", sans-serif;
  font-style: normal;
}
@media only screen and (max-width: 767px) {
  #footer-contacts {
    margin: 0 auto 26px;
  }
}
#footer-contacts a:hover {
  color: #e5bb8a;
}

#footer .socials {
  margin-top: 30px;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  #footer .socials {
    text-align: center;
  }
}
#footer .socials li {
  display: inline-block;
  margin: 6px 14px 6px 0;
}
#footer .socials a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  overflow: hidden;
}
#footer .socials a svg {
  fill: #FFFFFF;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.24);
}
#footer .socials a:hover {
  border-color: #FFFFFF;
  background-color: #FFFFFF;
}
#footer .socials a:hover svg {
  fill: #000000;
  transform: translate(-50%, -50%) scale(1.4);
}

#footer-menu {
  display: flex;
  width: 45%;
  margin: 0 20px 26px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #footer-menu {
    margin: 0 auto 26px;
  }
}
@media only screen and (max-width: 767px) {
  #footer-menu {
    display: block;
    width: 100%;
    margin: 0 auto 26px;
  }
}
#footer-menu ul {
  display: block;
  width: 50%;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  #footer-menu ul {
    margin: 0 auto;
  }
}
#footer-menu li {
  display: block;
}
#footer-menu a {
  display: block;
  font: 700 16px/36px "Roboto Condensed", sans-serif;
  color: #FFFFFF;
  letter-spacing: 0.2px;
  text-decoration: none;
  text-transform: uppercase;
}
#footer-menu a:hover, #footer-menu a.active {
  color: #F9A02F;
}

.footer-bottom p {
  padding-bottom: 26px;
  font: 400 13px/26px "Open Sans", sans-serif;
  text-align: center;
  font-style: italic;
}
.footer-bottom p.copyright {
  font-style: normal;
}

#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: 20px;
  height: 20px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
}
#hebs-gallery .close-button:after, #hebs-gallery .close-button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 25px;
  background: #fff;
  transition: background-color 350ms ease-in-out;
  transform: translate(-50%, -50%) rotate(45deg);
}
#hebs-gallery .close-button:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#hebs-gallery .close-button:hover:after, #hebs-gallery .close-button:hover:before {
  background: #949494;
}
#hebs-gallery .galleria-container {
  position: relative;
  overflow: hidden;
  width: 100% !important;
  height: 100% !important;
}
#hebs-gallery .select-wrapper {
  position: relative;
  float: left;
  margin: 5px 0 0 20px;
  z-index: 2;
}
#hebs-gallery .category-selector {
  height: 30px;
  line-height: 30px;
  margin-bottom: 0;
  background: #fff;
  font-size: 14px;
  color: #000;
}
#hebs-gallery .galleria-stage {
  position: absolute;
  top: 40px;
  bottom: 120px;
  left: 0;
  right: 0;
  padding: 20px 72px;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  #hebs-gallery .galleria-stage {
    padding: 0;
  }
}
@media only screen and (max-width: 1023px) and (orientation: landscape) {
  #hebs-gallery .galleria-stage {
    bottom: 0;
  }
}
#hebs-gallery .galleria-stage .galleria-image img {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
#hebs-gallery .galleria-container.touch .galleria-stage {
  padding: 0;
}
#hebs-gallery.no-controls .galleria-stage {
  bottom: 0;
  padding: 20px;
}
#hebs-gallery.no-controls .galleria-image-nav {
  display: none;
}
@media only screen and (max-width: 1023px) {
  #hebs-gallery .galleria-image-nav {
    display: none;
  }
}
#hebs-gallery .galleria-image-nav-left, #hebs-gallery .galleria-image-nav-right {
  position: absolute;
  top: 50%;
  cursor: pointer;
  width: 43px;
  height: 43px;
  margin-top: -22px;
  text-indent: -9999px;
  overflow: hidden;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  font-size: 0;
  transition: border-color 350ms ease-in-out;
}
#hebs-gallery .galleria-image-nav-left:hover, #hebs-gallery .galleria-image-nav-right:hover {
  border-color: #949494;
}
#hebs-gallery .galleria-image-nav-left {
  left: 20px;
  transform: rotate(-45deg);
  transform-origin: center;
}
#hebs-gallery .galleria-image-nav-right {
  right: 20px;
  transform: rotate(135deg);
  transform-origin: center;
}
#hebs-gallery .galleria-loader {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -24px 0 0 -24px;
}
#hebs-gallery .galleria-loader:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid transparent;
  border-top-color: #851518;
  border-bottom-color: #851518;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#hebs-gallery.no-controls .galleria-thumbnails-container {
  display: none;
}
#hebs-gallery .galleria-thumbnails-container {
  height: 120px;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  background: #000;
}
@media only screen and (max-width: 1023px) and (orientation: landscape) {
  #hebs-gallery .galleria-thumbnails-container {
    display: none;
  }
}
#hebs-gallery .galleria-carousel .galleria-thumbnails-list {
  margin-left: 52px;
  margin-right: 52px;
}
#hebs-gallery .galleria-thumbnails {
  margin: 20px auto 0;
}
#hebs-gallery .galleria-thumbnails .galleria-image {
  height: 80px !important;
  width: 80px !important;
  background: #000;
  margin: 0 6px 0 0;
  float: left;
  cursor: pointer;
}
#hebs-gallery .galleria-thumbnails .galleria-image.active {
  border: 3px solid #fff;
}
#hebs-gallery .galleria-thumbnails .galleria-image.active img {
  margin: -3px 0 0 -3px;
}
#hebs-gallery .galleria-thumb-nav-left, #hebs-gallery .galleria-thumb-nav-right {
  display: none;
  position: absolute;
  top: 50%;
  cursor: pointer;
  width: 15px;
  height: 15px;
  margin-top: -7px;
  text-indent: -9999px;
  overflow: hidden;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  font-size: 0;
  transform-origin: center;
  transition: border-color 350ms ease-in-out;
}
#hebs-gallery .galleria-thumb-nav-left:hover, #hebs-gallery .galleria-thumb-nav-right:hover {
  border-color: #949494;
}
#hebs-gallery .galleria-thumb-nav-left.disabled, #hebs-gallery .galleria-thumb-nav-right.disabled {
  opacity: 0.5;
  cursor: default;
}
#hebs-gallery .galleria-carousel .galleria-thumb-nav-left, #hebs-gallery .galleria-carousel .galleria-thumb-nav-right {
  display: block;
}
#hebs-gallery .galleria-thumb-nav-left {
  left: 15px;
  transform: rotate(-45deg);
}
#hebs-gallery .galleria-thumb-nav-right {
  right: 15px;
  transform: rotate(135deg);
}
#hebs-gallery .galleria-info {
  position: absolute;
  left: 0;
  top: 0;
  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;
}

.content-lightbox {
  position: fixed;
  z-index: 999;
  left: -9999px;
  top: -9999px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 60px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: visibility 350ms ease-in-out, opacity 350ms ease-in-out, top 0ms 350ms ease-in-out, left 0ms 350ms ease-in-out;
  background-color: rgba(0, 0, 0, 0.8);
}
@media only screen and (min-width: 1400px) {
  .content-lightbox {
    padding: 80px;
  }
}
@media only screen and (max-width: 1023px) {
  .content-lightbox {
    padding: 40px;
  }
}
.content-lightbox.visible {
  left: 0;
  top: 0;
  opacity: 1;
  visibility: visible;
  transition: visibility 0ms, opacity 350ms ease-in-out, top 0ms, left 0ms;
}
.content-lightbox .content-lightbox-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-lightbox .content-lightbox-container {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-height: 100%;
  max-width: 1160px;
  background-color: #FFFFFF;
}
.content-lightbox .content {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.content-lightbox .video-iframe-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
  background-color: #000000;
}
.content-lightbox .video-iframe-wrapper:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid transparent;
  border-top-color: #851518;
  border-bottom-color: #851518;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.content-lightbox .video-iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content-lightbox .content-lightbox-close-button {
  position: absolute;
  z-index: 1;
  bottom: calc(100% + 11px);
  left: calc(100% + 18px);
  display: block;
  height: 34px;
  width: 34px;
  overflow: hidden;
  text-indent: -9999px;
}
@media only screen and (max-width: 1023px) {
  .content-lightbox .content-lightbox-close-button {
    left: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .content-lightbox .content-lightbox-close-button {
    right: 0;
  }
}
.content-lightbox .content-lightbox-close-button::before, .content-lightbox .content-lightbox-close-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 2px;
  background-color: #FFFFFF;
  transition: background-color 350ms ease-in-out;
}
.content-lightbox .content-lightbox-close-button::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.content-lightbox .content-lightbox-close-button::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

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

.spotlight-search {
  position: relative;
}
.home .spotlight-search {
  margin-top: 17px;
}
.scrolled-header .spotlight-search {
  margin-top: 0;
}
.spotlight-search .search-input.search-input {
  width: 100%;
  height: 50px;
  padding: 0 60px 0 20px;
  color: #000000;
  font: 16px/50px "Open Sans", sans-serif;
  text-align: left;
  border: thin solid rgba(0, 0, 0, 0.08);
  border-radius: 25px;
  background-color: #FFFFFF;
  resize: none;
}
.spotlight-search button.submit {
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 0;
  color: #FFFFFF;
  background: #851518;
  border-radius: 50%;
  overflow: hidden;
  transform: translateY(-50%) scale(1);
  transition: background 350ms ease-in-out, transform 350ms ease-in-out, border 350ms ease-in-out;
}
.spotlight-search button.submit:hover, .spotlight-search button.submit:active, .spotlight-search button.submit.active {
  background-color: #ef3f23;
  transform: translateY(-50%) scale(0.95);
}
.spotlight-search .search-icon {
  position: absolute;
  width: 25px;
  height: 25px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  fill: #FFFFFF;
}
#header .spotlight-search, #hamburger-navigation .spotlight-search {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 60px;
  width: 320px;
  opacity: 0;
  visibility: hidden;
  transition: right 200ms ease-in-out, opacity 350ms ease-in-out;
  z-index: 5;
}
.spotlight-search-expanded #header .spotlight-search, .spotlight-search-expanded #hamburger-navigation .spotlight-search {
  right: -10px;
  opacity: 1;
  visibility: visible;
}
#header .spotlight-search .search-input, #hamburger-navigation .spotlight-search .search-input {
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  padding: 0 60px 0 20px;
  border-radius: 15px;
}
#header .spotlight-search button.submit, #hamburger-navigation .spotlight-search button.submit {
  width: 40px;
  height: 40px;
}
#header .spotlight-search .search-icon, #hamburger-navigation .spotlight-search .search-icon {
  width: 15px;
  height: 15px;
}
#hamburger-navigation .spotlight-search {
  width: 100%;
}
.spotlight-search-expanded #hamburger-navigation .spotlight-search {
  right: 0;
}

.advanced-search-wrapper .advanced-search-list, .advanced-search-wrapper .advanced-search-block {
  padding: 0;
}
.advanced-search-wrapper .advanced-search-block {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .advanced-search-wrapper .advanced-search-block {
    margin-bottom: 30px;
  }
}
.advanced-search-wrapper .advanced-search-block:before {
  display: none;
}
.advanced-search-wrapper .advanced-search-block-link {
  text-decoration: none;
}
.advanced-search-wrapper .advanced-search-block-link:hover {
  text-decoration: underline;
}
.advanced-search-wrapper .advanced-search-title, .advanced-search-wrapper .advanced-search-content p {
  margin-bottom: 10px;
  color: #000000;
  font-size: 13px;
}
.advanced-search-wrapper .advanced-search-link {
  text-decoration: underline;
}
.advanced-search-wrapper .advanced-search-pagination li {
  display: inline-block;
  margin: 5px 10px;
  padding: 0;
  font-size: 20px;
  vertical-align: middle;
}
.advanced-search-wrapper .advanced-search-pagination li:before {
  display: none;
}
.advanced-search-wrapper .advanced-search-pagination li a {
  text-decoration: none;
  transition: font 350ms ease-in-out;
}
.advanced-search-wrapper .advanced-search-pagination li a.hover {
  text-decoration: underline;
}
.advanced-search-wrapper .advanced-search-pagination li a.active, .advanced-search-wrapper .advanced-search-pagination li a.hover {
  font-size: 26px;
  font-weight: 700;
}

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

.page-content .careers .narrow {
  width: 20%;
}

.google-map {
  position: relative;
}
.google-map:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid transparent;
  border-top-color: #851518;
  border-bottom-color: #851518;
  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-main-map {
  height: 444px;
  background: #e5e3df;
}
.hotel-location-map h4, .poi-map-canvas h4, .hotel-location-main-map h4 {
  margin: 0;
  font: 16px "ArnoPro-Italic", sans-serif;
  text-transform: uppercase;
  color: #851518;
}
.hotel-location-map p, .poi-map-canvas p, .hotel-location-main-map 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-main-map .button {
  display: block;
}
.hotel-location-map .map-content, .poi-map-canvas .map-content, .hotel-location-main-map .map-content {
  overflow: hidden;
}

.map-content {
  background: rgba(0, 0, 0, 0.9);
  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 "ArnoPro-Italic", sans-serif;
  color: #fff;
}
.map-content a {
  color: #fff;
}
.map-content .button {
  margin-top: 20px;
}

.pressroom {
  text-align: center;
}
.pressroom .pressroom-item {
  display: inline-block;
  vertical-align: top;
  width: calc(33% - 20px);
  height: 400px;
  margin: 15px 10px 20px 10px;
  position: relative;
  overflow: hidden;
  border: 1px solid #F9A02F;
  padding: 20px 0;
  background-color: #fcf8f3;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .pressroom .pressroom-item {
    width: calc(40% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .pressroom .pressroom-item {
    width: 100%;
    margin: 10px 0;
  }
}
.pressroom .pressroom-item h4 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 0;
}
.pressroom .pressroom-item time {
  color: #F9A02F;
  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 .pdf {
  color: #F9A02F;
  margin: 10px 0 0 0;
  display: block;
  position: relative;
  line-height: 16px;
  padding-left: 0 !important;
  text-decoration: none;
}
.pressroom .pressroom-item .pdf svg {
  fill: #F9A02F;
}
.pressroom .pressroom-item .pdf:hover {
  color: #fff;
}
.pressroom .pressroom-item .view-gallery {
  margin-top: 20px;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}
.gallery .gallery__item {
  position: relative;
  flex-grow: 1;
  display: flex;
  min-width: 25%;
  width: 25%;
  overflow: hidden;
  font-size: 14px;
  text-align: center;
  color: #FFFFFF;
  background-color: #000000;
}
.gallery .gallery__item::before {
  content: "";
  padding-bottom: 126%;
}
.gallery .gallery__item::after {
  content: "";
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  transition: background-color 350ms ease-in-out;
}
@media only screen and (min-width: 1024px) {
  .gallery .gallery__item:nth-child(3n+1)::before {
    padding-bottom: 31.77%;
  }
  .gallery .gallery__item:nth-child(3n+2)::before {
    padding-bottom: 63%;
  }
  .gallery .gallery__item:nth-child(3n+3):not(:nth-last-child(2)) {
    flex-grow: 2;
    min-width: 50%;
  }
  .gallery .gallery__item:nth-child(3n+3):not(:nth-last-child(2))::before {
    padding-bottom: 63%;
  }
}
@media only screen and (max-width: 1023px) {
  .gallery .gallery__item {
    min-width: 50%;
    width: 50%;
  }
  .gallery .gallery__item:nth-child(2n+1)::before {
    padding-bottom: 50%;
  }
  .gallery .gallery__item:nth-child(2n+2)::before {
    padding-bottom: 100%;
  }
}
.gallery .gallery__item:hover .item-description {
  transform: translateX(0);
}
.gallery .gallery__item:hover::after {
  background-color: rgba(0, 0, 0, 0.5);
}
.gallery .gallery__item.has-video:hover .item-description {
  display: none;
}
.gallery .gallery__item .video-overlay {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
.gallery .gallery__item .video-overlay .galleria-videoicon {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  margin: -40px 0 0 -40px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  -webkit-transition: all 150ms;
}
.gallery .gallery__item .video-overlay .galleria-videoicon i {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 0 20px 32px;
  display: block;
  border-color: transparent transparent transparent #ffffff;
  margin: 0px 0 0 28px;
}
.gallery .item-description {
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 15px;
  transform: translateX(100%);
  transition: transform 350ms ease-in-out;
}
.gallery .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 29px 0 15px;
}
.gallery .item-title,
.gallery .photo-count {
  text-align: center;
  text-transform: uppercase;
  color: inherit;
}
.gallery .item-title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 26px;
  line-height: 30px;
}
.gallery .button-wrapper {
  max-width: 100%;
  margin-top: 15px;
}
.gallery .button {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .gallery .button {
    min-width: 100px;
    font-size: 14px;
  }
}
.gallery .photo-count {
  max-width: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

html.keyboard-navigation .gallery .gallery__item:not(.has-video):after {
  background: rgba(0, 0, 0, 0.5);
}
html.keyboard-navigation .gallery .gallery__item:not(.has-video) .item-description {
  transform: translate(0);
}

#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_], .form {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 1112px;
}
@media only screen and (max-width: 767px) {
  [id*=form_form_], .form {
    text-align: left;
  }
}
[id*=form_form_] fieldset + fieldset, .form fieldset + fieldset {
  margin-top: 20px;
}
[id*=form_form_] h3, .form h3 {
  text-align: left;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: thin solid rgba(0, 0, 0, 0.08);
}
[id*=form_form_] em, .form em {
  position: absolute;
  left: 5px;
  bottom: -22px;
  color: #C00000;
  font-size: 20px;
  line-height: 1;
}
[id*=form_form_] label, .form label {
  position: relative;
  display: block;
  padding: 10px 0;
  font: 700 13px/16px "Roboto Condensed", sans-serif;
  letter-spacing: 0.2px;
  text-align: left;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] label, .form label {
    display: block;
    float: none;
    text-align: left;
    width: auto;
  }
}
[id*=form_form_] p, .form p {
  margin-bottom: 10px;
}
[id*=form_form_] p:last-child, .form p:last-child {
  margin-bottom: 10px;
}
[id*=form_form_] p:after, .form p:after {
  clear: both;
  content: "";
  display: table;
}
[id*=form_form_] p span, .form p span {
  float: left;
  margin: 0 10px 0 0;
}
[id*=form_form_] p span.checkbox-group, .form p span.checkbox-group {
  margin-bottom: 10px;
}
[id*=form_form_] p span input, .form p span input {
  display: inline;
  float: none;
  margin: 0;
}
[id*=form_form_] p span label, .form p span label {
  display: inline;
  float: none;
  width: auto;
  text-align: left;
}
[id*=form_form_] p span.group, .form p span.group {
  width: 100%;
  margin-bottom: 10px;
}
[id*=form_form_] p span.group label, .form p span.group label {
  float: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-bottom: 5px;
  padding: 0px 10px 10px 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}
[id*=form_form_] p span.group label input, .form p span.group label input {
  flex-shrink: 0;
  margin-right: 8px;
}
[id*=form_form_] p span.group.row-2, .form p span.group.row-2 {
  -moz-column-count: 2;
  column-count: 2;
}
[id*=form_form_] p span.group.row-2 label, .form p span.group.row-2 label {
  display: inline-block;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0px 10px 10px 0;
}
[id*=form_form_] p.center, .form p.center {
  text-align: center;
}
[id*=form_form_] .select-wrapper, .form .select-wrapper {
  width: 100%;
}
[id*=form_form_] input[type=text],
[id*=form_form_] input[type=number],
[id*=form_form_] input[type=password],
[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, .form input[type=text],
.form input[type=number],
.form input[type=password],
.form input[type=email],
.form input[type=phone],
.form input[type=url],
.form input[type=datepicker],
.form textarea,
.form select,
.form .input-overlay {
  width: 100%;
  height: 50px;
  padding: 0 16px;
  color: #000000;
  font: 16px/50px "Open Sans", sans-serif;
  border: thin solid rgba(0, 0, 0, 0.08);
  background-color: #FFFFFF;
  resize: none;
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] input[type=text],
[id*=form_form_] input[type=number],
[id*=form_form_] input[type=password],
[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, .form input[type=text],
.form input[type=number],
.form input[type=password],
.form input[type=email],
.form input[type=phone],
.form input[type=url],
.form input[type=datepicker],
.form textarea,
.form select,
.form .input-overlay {
    padding: 0 20px;
    width: 100%;
    text-align: left;
  }
}
[id*=form_form_] input[type=text].form_module_field_error,
[id*=form_form_] input[type=number].form_module_field_error,
[id*=form_form_] input[type=password].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, .form input[type=text].form_module_field_error,
.form input[type=number].form_module_field_error,
.form input[type=password].form_module_field_error,
.form input[type=email].form_module_field_error,
.form input[type=phone].form_module_field_error,
.form input[type=url].form_module_field_error,
.form input[type=datepicker].form_module_field_error,
.form textarea.form_module_field_error,
.form select.form_module_field_error,
.form .input-overlay.form_module_field_error {
  border-color: #b31919;
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] input[type=text],
[id*=form_form_] input[type=number],
[id*=form_form_] input[type=password],
[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, .form input[type=text],
.form input[type=number],
.form input[type=password],
.form input[type=email],
.form input[type=phone],
.form input[type=url],
.form input[type=datepicker],
.form textarea,
.form select,
.form .input-overlay {
    text-align: left;
  }
}
[id*=form_form_] textarea, .form textarea {
  float: left;
  height: 160px;
  overflow: auto;
  line-height: 20px;
  padding: 10px;
}
[id*=form_form_] select, .form select {
  padding: 0 30px 0 10px;
}
[id*=form_form_] input[type=checkbox],
[id*=form_form_] input[type=radio], .form input[type=checkbox],
.form input[type=radio] {
  width: 14px;
  height: 14px;
  padding: 0;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] input[type=checkbox],
[id*=form_form_] input[type=radio], .form input[type=checkbox],
.form input[type=radio] {
    margin-right: 5px;
  }
}
[id*=form_form_] input[type=datepicker],
[id*=form_form_] .input-overlay, .form input[type=datepicker],
.form .input-overlay {
  float: left;
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] input[type=datepicker],
[id*=form_form_] .input-overlay, .form input[type=datepicker],
.form .input-overlay {
    float: none;
  }
}
[id*=form_form_] .input-overlay, .form .input-overlay {
  width: 100%;
  float: left;
  clear: both;
  opacity: 0;
  margin-top: -50px;
  background-color: transparent;
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] .input-overlay, .form .input-overlay {
    float: none;
    display: block;
    width: 100%;
  }
}
[id*=form_form_] .ui-datepicker-trigger, .form .ui-datepicker-trigger {
  display: none;
  float: left;
  position: static;
  margin: 13px 0 0 6px;
}
.availability-form-section [id*=form_form_] input[type=submit], .availability-form-section [id*=form_form_] button[type=submit], .availability-form-section .form input[type=submit], .availability-form-section .form button[type=submit] {
  display: inline-block;
}
[id*=form_form_] button[type=submit], .form button[type=submit] {
  display: block;
  margin: 20px auto;
}
[id*=form_form_] .g-recaptcha, .form .g-recaptcha {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
[id*=form_form_] .g-recaptcha .rc-anchor-normal, .form .g-recaptcha .rc-anchor-normal {
  width: 99% !important;
}
[id*=form_form_] .form-builder-field, .form .form-builder-field {
  position: relative;
  width: 100%;
  text-align: left;
  clear: both;
}
[id*=form_form_] .form-builder-field[class*=inputhidden], .form .form-builder-field[class*=inputhidden] {
  display: none;
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] .radio-label,
[id*=form_form_] .form-builder-field[class*=inputcheckbox] .checkbox-label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] .radio-label,
[id*=form_form_] .form-builder-field[class*=checkboxgroup] .checkbox-label, [id*=form_form_] .form-builder-field[class*=radiogroup] .radio-label,
[id*=form_form_] .form-builder-field[class*=radiogroup] .checkbox-label, .form .form-builder-field[class*=inputcheckbox] .radio-label,
.form .form-builder-field[class*=inputcheckbox] .checkbox-label, .form .form-builder-field[class*=checkboxgroup] .radio-label,
.form .form-builder-field[class*=checkboxgroup] .checkbox-label, .form .form-builder-field[class*=radiogroup] .radio-label,
.form .form-builder-field[class*=radiogroup] .checkbox-label {
  text-transform: none;
  font-weight: normal;
  font-size: 16px;
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] input, [id*=form_form_] .form-builder-field[class*=checkboxgroup] input, [id*=form_form_] .form-builder-field[class*=radiogroup] input, .form .form-builder-field[class*=inputcheckbox] input, .form .form-builder-field[class*=checkboxgroup] input, .form .form-builder-field[class*=radiogroup] input {
  margin-right: 8px;
}
[id*=form_form_] .form-builder-field .compliance, .form .form-builder-field .compliance {
  text-align: center;
}
[id*=form_form_] .form-builder-field .compliance em, .form .form-builder-field .compliance em {
  padding-top: 8px;
  margin-right: 8px;
  position: relative;
  bottom: auto;
  left: auto;
  top: auto;
}
[id*=form_form_] .form-builder-field .compliance input[type=checkbox], .form .form-builder-field .compliance input[type=checkbox] {
  margin-top: 5px;
  margin-right: 5px;
}
[id*=form_form_] .form-builder-field .compliance input + label, .form .form-builder-field .compliance input + label {
  margin-left: 0;
  width: auto;
  text-align: left;
  display: inline;
  text-transform: none;
  font-weight: normal;
  font-size: 16px;
}
[id*=form_form_] .form-builder-field .compliance input + label p, .form .form-builder-field .compliance input + label p {
  display: inline;
}
[id*=form_form_] .form-builder-field[class*=paragraph], .form .form-builder-field[class*=paragraph] {
  margin-bottom: 10px;
}
[id*=form_form_] .form-builder-field[class*=inputfile], .form .form-builder-field[class*=inputfile] {
  line-height: 1;
}
[id*=form_form_] .form-builder-field[class*=inputfile] input[type=file], .form .form-builder-field[class*=inputfile] input[type=file] {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] .form-builder-field[class*=inputfile] label, .form .form-builder-field[class*=inputfile] label {
    margin-right: 20px;
  }
}
[id*=form_form_] .form-builder-group, .form .form-builder-group {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  width: 100%;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field, .form .form-builder-group.columns-2 .form-builder-field {
  width: calc(50% - 15px);
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field:not(:first-child), .form .form-builder-group.columns-2 .form-builder-field:not(:first-child) {
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] .form-builder-group.columns-2 .form-builder-field:not(:first-child), .form .form-builder-group.columns-2 .form-builder-field:not(:first-child) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] .form-builder-group.columns-2 .form-builder-field, .form .form-builder-group.columns-2 .form-builder-field {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field > p label, .form .form-builder-group.columns-2 .form-builder-field > p label {
  width: auto;
  text-align: left;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field input[type=text], [id*=form_form_] .form-builder-group.columns-2 .form-builder-field input[type=email], .form .form-builder-group.columns-2 .form-builder-field input[type=text], .form .form-builder-group.columns-2 .form-builder-field input[type=email] {
  width: 100%;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=checkboxgroup] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=radiogroup] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] label, .form .form-builder-group.columns-2 .form-builder-field[class*=checkboxgroup] label, .form .form-builder-group.columns-2 .form-builder-field[class*=radiogroup] label, .form .form-builder-group.columns-2 .form-builder-field[class*=country] label, .form .form-builder-group.columns-2 .form-builder-field[class*=inputurl] label, .form .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] label {
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=checkboxgroup] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=radiogroup] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] label, .form .form-builder-group.columns-2 .form-builder-field[class*=checkboxgroup] label, .form .form-builder-group.columns-2 .form-builder-field[class*=radiogroup] label, .form .form-builder-group.columns-2 .form-builder-field[class*=country] label, .form .form-builder-group.columns-2 .form-builder-field[class*=inputurl] label, .form .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] label {
    margin-bottom: 10px;
  }
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] .select-wrapper, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] select, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] input, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] .select-wrapper, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] select, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] input, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] .select-wrapper, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] select, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] input, .form .form-builder-group.columns-2 .form-builder-field[class*=country] .select-wrapper, .form .form-builder-group.columns-2 .form-builder-field[class*=country] select, .form .form-builder-group.columns-2 .form-builder-field[class*=country] input, .form .form-builder-group.columns-2 .form-builder-field[class*=inputurl] .select-wrapper, .form .form-builder-group.columns-2 .form-builder-field[class*=inputurl] select, .form .form-builder-group.columns-2 .form-builder-field[class*=inputurl] input, .form .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] .select-wrapper, .form .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] select, .form .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] input {
  width: 100%;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper, .form .form-builder-group.columns-2 .form-builder-field[class*=country] .datepicker-input-wrapper, .form .form-builder-group.columns-2 .form-builder-field[class*=inputurl] .datepicker-input-wrapper, .form .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper {
  width: 100%;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field span.group, .form .form-builder-group.columns-2 .form-builder-field span.group {
  -moz-column-count: 2;
  column-count: 2;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] .form-builder-group.columns-2 .form-builder-field span.group, .form .form-builder-group.columns-2 .form-builder-field span.group {
    -moz-column-count: 1;
    column-count: 1;
  }
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field span.group label, .form .form-builder-group.columns-2 .form-builder-field span.group label {
  display: inline-block;
  width: 100%;
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field, .form .form-builder-group.columns-3 .form-builder-field {
  width: calc(100%/3 - 20px);
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field:not(:first-child), .form .form-builder-group.columns-3 .form-builder-field:not(:first-child) {
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] .form-builder-group.columns-3 .form-builder-field:not(:first-child), .form .form-builder-group.columns-3 .form-builder-field:not(:first-child) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] .form-builder-group.columns-3 .form-builder-field, .form .form-builder-group.columns-3 .form-builder-field {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.columns-6 .form-builder-field, .form .form-builder-group.columns-6 .form-builder-field {
  width: calc(100%/6 - 25px);
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-6 .form-builder-field, .form .form-builder-group.columns-6 .form-builder-field {
    width: calc(100%/3 - 20px) !important;
  }
  [id*=form_form_] .form-builder-group.columns-6 .form-builder-field:nth-child(4), .form .form-builder-group.columns-6 .form-builder-field:nth-child(4) {
    margin-left: 0 !important;
  }
}
[id*=form_form_] .form-builder-group.columns-6 .form-builder-field:not(:first-child), .form .form-builder-group.columns-6 .form-builder-field:not(:first-child) {
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] .form-builder-group.columns-6 .form-builder-field:not(:first-child), .form .form-builder-group.columns-6 .form-builder-field:not(:first-child) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] .form-builder-group.columns-6 .form-builder-field, .form .form-builder-group.columns-6 .form-builder-field {
    width: 100% !important;
  }
}
[id*=form_form_] .form-builder-group.prop-2-to-1 .form-builder-field, .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), .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), .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, .form .form-builder-group.prop-2-to-1 .form-builder-field {
    width: 100%;
  }
}
[id*=form_form_] .custom-radio:before, .form .custom-radio:before {
  border-radius: 50%;
}
[id*=form_form_] .custom-radio:after, .form .custom-radio:after {
  border: none;
  width: 8px;
  height: 8px;
  top: 9px;
  left: 3px;
  border-radius: 50%;
  transform: scale(2);
  background: #b31919;
}
[id*=form_form_] .custom-radio.checked:after, .form .custom-radio.checked:after {
  transform: scale(1);
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] input[type=file], .form input[type=file] {
    width: 100%;
  }
}
[id*=form_form_] .clear-file-input, .form .clear-file-input {
  font-size: 12px;
  transition: opacity 350ms ease-in-out;
}
[id*=form_form_] .clear-file-input.inactive, .form .clear-file-input.inactive {
  opacity: 0;
  visibility: hidden;
}

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

.poi {
  overflow: hidden;
  position: relative;
}

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

.poi-zoom {
  position: absolute;
  right: 10px;
  bottom: 20px;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
.poi-zoom .poi-zoom-button {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fcf8f3;
  height: 22px;
  width: 22px;
  overflow: hidden;
  text-indent: -100em;
  text-align: left;
}
.poi-zoom .poi-zoom-button:after {
  content: "";
  background: #000000;
  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: #000000;
  display: block;
  width: 1px;
  height: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.poi-map {
  height: 60vw;
  max-height: 600px;
}

.poi-overlay {
  text-align: center;
}
.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: 6px;
  left: 0;
  border: none;
}
.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-tools {
  padding: 56px 0 46px;
  background-color: #fcf8f3;
}

#calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  #calendar-header {
    display: block;
    text-align: center;
  }
}
#calendar-header h3 {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #calendar-header h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  #calendar-header h3 {
    margin-bottom: 30px;
  }
}

#calendar-filter {
  margin-left: auto;
}
#calendar-filter label {
  margin-right: 20px;
  font-family: "ArnoPro-Italic", sans-serif;
  font-size: 18px;
  vertical-align: middle;
  display: inline-block;
}
#calendar-filter select {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  text-transform: none;
}
#calendar-filter .select-wrapper {
  width: auto;
}

#calendar-month {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  height: 60px;
  margin: 0;
  padding: 0 64px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #calendar-month {
    padding: 0 38px;
  }
}
#calendar-month li {
  display: block;
  flex-grow: 7;
}
@media only screen and (max-width: 767px) {
  #calendar-month li.not-active {
    display: none;
  }
}
#calendar-month li.arrow {
  flex-grow: 0;
}
#calendar-month li.arrow .slideshow-button {
  width: 27px;
  height: 50px;
}
#calendar-month li.arrow .slideshow-button.previous {
  left: 0;
}
#calendar-month li.arrow .slideshow-button.next {
  right: 0;
}
#calendar-month li.arrow .slideshow-button .right-arrow-icon, #calendar-month li.arrow .slideshow-button .left-arrow-icon {
  width: 27px;
  height: 50px;
}
#calendar-month li a:not(.slideshow-button) {
  position: relative;
  display: block;
  height: 60px;
  font: 700 16px/60px "Open Sans", sans-serif;
  color: #000000;
  text-align: center;
  text-decoration: none;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-left: 1px solid #FFFFFF;
}
#calendar-month li a:not(.slideshow-button):first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.08);
}
#calendar-month li a:not(.slideshow-button):before {
  position: absolute;
  top: 100%;
  left: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -9px;
  border-left: 1px solid #851518;
  border-bottom: 1px solid #851518;
  background-color: #fff;
  transform: translateX(-50%) rotate(-45deg);
  transition: border-color 100ms;
}
@media only screen and (max-width: 1200px) {
  #calendar-month li a:not(.slideshow-button) {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #calendar-month li a:not(.slideshow-button) {
    font-size: 10px;
    font-weight: normal;
  }
}
@media only screen and (max-width: 767px) {
  #calendar-month li a:not(.slideshow-button) {
    font-size: 12px;
    text-align: center;
  }
}
#calendar-month li a:not(.slideshow-button).active, #calendar-month li a:not(.slideshow-button):hover {
  color: #851518;
  border: 1px solid #851518;
}
#calendar-month li a:not(.slideshow-button).active:before, #calendar-month li a:not(.slideshow-button):hover:before {
  content: "";
}
#calendar-month li a:not(.slideshow-button):hover::before {
  content: none;
}

#calendar-navigation {
  position: relative;
  display: block;
  height: 40px;
  margin-bottom: 40px;
  text-align: center;
  background-color: #fcf8f3;
}
#calendar-navigation h3 {
  margin-bottom: 0;
  padding: 0 40px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
}
#calendar-navigation .slideshow-button {
  margin: 0 10px;
}

#calendar .calendar-list {
  margin-top: 40px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #calendar .calendar-list.center-column {
    padding: 0 20px;
  }
}
#calendar .calendar-list .this-events-list, #calendar .calendar-list .all-events-list {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
@media only screen and (max-width: 767px) {
  #calendar .calendar-list .this-events-list, #calendar .calendar-list .all-events-list {
    margin-left: 0;
    margin-right: 0;
  }
}
#calendar .calendar-list .this-events-list .show-more, #calendar .calendar-list .all-events-list .show-more {
  display: none;
  width: calc(100% - 40px);
  color: #851518;
  margin: 0 20px;
  border: 1px solid #851518;
  background-color: #fcf8f3;
}
@media only screen and (max-width: 1023px) {
  #calendar .calendar-list .this-events-list .show-more, #calendar .calendar-list .all-events-list .show-more {
    width: 100%;
    margin: 0;
  }
}
#calendar .calendar-list .calendar-list-item {
  position: relative;
  display: block;
  width: calc((100% / 3) - 40px);
  margin: 0 20px 40px;
  text-align: left;
  background-color: #000000;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.6);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #calendar .calendar-list .calendar-list-item {
    width: calc((100% / 2) - 40px);
  }
}
@media only screen and (max-width: 767px) {
  #calendar .calendar-list .calendar-list-item {
    width: 100%;
    margin: 0 0 40px;
  }
}
#calendar .calendar-list .calendar-list-item .thumb {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 110%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
#calendar .calendar-list .calendar-list-item .thumb:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
#calendar .calendar-list .calendar-list-item .thumb:after {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 80%);
  transition: background 350ms ease-in-out;
}
#calendar .calendar-list .calendar-list-item .thumb:hover:after {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
}
#calendar .calendar-list .calendar-list-item .nearest-date {
  position: absolute;
  top: 0;
  left: 20px;
}
#calendar .calendar-list .calendar-list-item .description {
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
  padding: 0 40px 30px;
  pointer-events: none;
}
#calendar .calendar-list .calendar-list-item .description h4 {
  margin-bottom: 8px;
  color: #F9A02F;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.09px;
}
#calendar .calendar-list .calendar-list-item .description .dates {
  color: #FFFFFF;
  font: 400 18px/28px "ArnoPro-Italic", sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#calendar .calendar-list .calendar-list-item .description .dates abbr {
  text-decoration: none;
}
#calendar .calendar-list .calendar-list-item .description .times abbr {
  text-transform: uppercase;
  text-decoration: none;
}
#calendar .calendar-list .calendar-list-item nav {
  display: flex;
  width: 100%;
}
#calendar .calendar-list .calendar-list-item nav .cat-name {
  width: 50%;
  height: 50px;
  padding: 0 20px;
  font: 400 13px/50px "Open Sans", sans-serif;
  color: #000000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background-color: #fcf8f3;
}
#calendar .calendar-list .calendar-list-item nav .button {
  width: 50%;
}
#calendar .calendar-list .noevents {
  text-align: center;
  font-weight: 700;
}

.nearest-date {
  display: block;
  min-width: 80px;
  max-width: 100px;
  background-color: #FFFFFF;
}
.nearest-date span {
  display: block;
  text-align: center;
  font: 700 16px/1 "Open Sans", sans-serif;
}
.nearest-date span:first-child {
  color: #FFFFFF;
  line-height: 30px;
  background-color: #851518;
}
.nearest-date span:nth-child(2) {
  padding-top: 10px;
  font-size: 30px;
  color: #851518;
}
.nearest-date span:last-child {
  padding: 5px 10px 8px;
  font: 400 16px/1 "ArnoPro-Italic", sans-serif;
}

.event-popup .page-content {
  text-align: left;
}
.event-popup .image-wrap {
  position: relative;
  padding-top: 60%;
  background: #000000;
}
.event-popup .image-wrap:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 80%);
  transition: background 350ms ease-in-out;
}
.event-popup .description {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  width: 100%;
  padding: 40px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .event-popup .description {
    position: relative;
    padding: 40px 20px 20px;
  }
}
.event-popup .description .nearest-date {
  margin-right: 40px;
  margin-bottom: auto;
}
@media only screen and (max-width: 767px) {
  .event-popup .description .nearest-date {
    display: none;
  }
}
.event-popup .description h4 {
  margin-bottom: 5px;
  color: #F9A02F;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.09px;
}
.event-popup .description p {
  margin-bottom: 0;
}
.event-popup .description .dates {
  color: #FFFFFF;
  font: 400 20px/28px "ArnoPro-Italic", sans-serif;
}
.event-popup .description .dates abbr {
  text-decoration: none;
}
.event-popup .description .times abbr {
  text-transform: uppercase;
  text-decoration: none;
}
.event-popup .description .cat-name {
  color: #FFFFFF;
  font-size: 13px;
  line-height: 28px;
}
.event-popup .event-content {
  padding: 60px 40px 80px;
}
@media only screen and (max-width: 767px) {
  .event-popup .event-content {
    padding: 40px 20px;
  }
}
.event-popup .content-lightbox-close-button {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  width: 80px;
  height: 80px;
  background-color: #FFFFFF;
}
.event-popup .content-lightbox-close-button:before, .event-popup .content-lightbox-close-button:after {
  display: none;
}
.event-popup .content-lightbox-close-button span {
  text-indent: 0;
  transition: color 350ms ease-in-out;
}
.event-popup .content-lightbox-close-button:hover span {
  color: #F9A02F;
}

.single-event #calendar-navigation {
  background: none;
}

.more-events-trigger {
  margin-top: 40px;
  text-align: center;
}

.faq-section .faq-section-category {
  margin-bottom: 40px;
}
.faq-section .faq-section-category-descr {
  text-align: center;
}
.faq-section .faq-section-item .faq-section-question {
  position: relative;
  cursor: pointer;
  padding: 20px 50px 20px 20px;
  margin-bottom: 0;
  border-bottom: 1px solid #fcf8f3;
}
.faq-section .faq-section-item .faq-section-question::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 20px;
  height: 30px;
  width: 30px;
  margin-top: -15px;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
}
.faq-section .faq-section-item .faq-section-question button {
  font-size: 18px;
}
.faq-section .faq-section-item .faq-section-answer {
  display: none;
  overflow: hidden;
  padding: 20px 20px 0 20px;
}
.faq-section .faq-section-item .faq-section-answer .faq-section-answer-content {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .faq-section .faq-section-item .faq-section-answer .faq-section-answer-content {
    flex-direction: column;
  }
}
.faq-section .faq-section-item .faq-section-answer .thumb {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  max-width: 50%;
}
@media only screen and (max-width: 767px) {
  .faq-section .faq-section-item .faq-section-answer .thumb {
    margin-right: 0;
    max-width: none;
  }
}
.faq-section .faq-section-item .faq-section-answer .descr {
  overflow: hidden;
}
.faq-section .faq-section-item.active .faq-section-question::after {
  content: "-";
}

.squared-tiles-section {
  display: flex;
}
@media only screen and (max-width: 1023px) {
  .squared-tiles-section {
    flex-wrap: wrap;
  }
}
.squared-tiles-section .common-tile {
  width: 20%;
  flex-shrink: 0;
  flex-grow: 1;
}
@media only screen and (max-width: 1023px) {
  .squared-tiles-section .common-tile {
    width: 50%;
  }
}
.squared-tiles-section .common-tile:before {
  padding-bottom: 100%;
}
@media only screen and (max-width: 1023px) {
  .squared-tiles-section .common-tile:before {
    padding-bottom: 72%;
  }
}
.squared-tiles-section .common-tile .tile-heading .tile-title {
  font-size: 24px;
}
@media only screen and (min-width: 1400px) {
  .squared-tiles-section .common-tile .tile-heading .tile-title {
    font-size: 1.7vw;
  }
}
@media only screen and (max-width: 1023px) {
  .squared-tiles-section .common-tile .tile-heading .tile-title {
    font-size: 20px;
  }
}
.squared-tiles-section .tile-content {
  padding: 20px;
}
.squared-tiles-section .tile-content::before {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 80%);
}
.squared-tiles-section:hover .tile-content {
  justify-content: flex-end;
  background-color: transparent;
}
.squared-tiles-section:hover .tile-content::before {
  opacity: 1;
}
.squared-tiles-section .title-tile {
  padding: 0 50px 0 20px;
  background: #FFFFFF;
}
@media only screen and (max-width: 1023px) {
  .squared-tiles-section .title-tile {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .squared-tiles-section .title-tile:before {
    padding-bottom: 22%;
  }
}
.squared-tiles-section .title-tile h2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 5vw;
  line-height: 0.94;
  letter-spacing: 0.24px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: right;
}
@media (max-width: 600px) {
  .squared-tiles-section .title-tile h2 {
    font-size: 30px;
  }
}
@media (min-width: 1360px) {
  .squared-tiles-section .title-tile h2 {
    font-size: 68px;
  }
}
@media only screen and (max-width: 1023px) {
  .squared-tiles-section .title-tile h2 {
    flex-direction: row;
    align-items: center;
    padding: 10px;
    font-size: 30px;
  }
}
.squared-tiles-section .title-tile h2 span:nth-child(3n+1) {
  color: #7a4e1f;
}
@media only screen and (max-width: 1023px) {
  .squared-tiles-section .title-tile h2 span:nth-child(3n+1) {
    margin-right: 5px;
  }
}
.squared-tiles-section .title-tile h2 span:nth-child(3n+2) {
  color: #EF3F23;
}
@media only screen and (max-width: 1023px) {
  .squared-tiles-section .title-tile h2 span:nth-child(3n+2) {
    margin-right: 5px;
  }
}
.squared-tiles-section .title-tile h2 span:nth-child(3n) {
  color: #cb8226;
}
.squared-tiles-section .title-tile.biege {
  background-color: #fcf8f3;
}
.squared-tiles-section .title-tile.with-subtitle {
  flex-direction: column;
  justify-content: center;
}
.squared-tiles-section .title-tile.with-subtitle::before {
  display: none;
}
.squared-tiles-section .title-tile.with-subtitle h2 {
  font-size: 36px;
  line-height: 46px;
  order: 2;
}
@media only screen and (max-width: 1023px) {
  .squared-tiles-section .title-tile.with-subtitle h2 {
    font-size: 30px;
  }
}
.squared-tiles-section .title-tile.with-subtitle h3 {
  order: 1;
  color: #000000;
  font-family: "ArnoPro-Italic", sans-serif;
  font-size: 2.2vw;
  line-height: 1;
  letter-spacing: 0;
  text-align: right;
  margin-bottom: 18px;
}
@media (max-width: 909.0909090909px) {
  .squared-tiles-section .title-tile.with-subtitle h3 {
    font-size: 20px;
  }
}
@media (min-width: 1363.6363636364px) {
  .squared-tiles-section .title-tile.with-subtitle h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .squared-tiles-section .title-tile.with-subtitle h3 {
    font-size: 30px;
    text-align: center;
    padding-top: 20px;
  }
}

#main-content.screen-reader-only + .squared-tiles-section {
  margin-top: 0;
}

.text-on-bg-section {
  position: relative;
  margin-top: 0;
  height: 0;
  padding-top: 50%;
  overflow: hidden;
  background-color: #000000;
}
@media only screen and (max-width: 1023px) {
  .text-on-bg-section {
    display: flex;
    flex-direction: column;
    padding: 0;
    padding-top: 0;
    height: auto;
  }
}
.text-on-bg-section .bg-block {
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1023px) {
  .text-on-bg-section .bg-block {
    position: relative;
    height: 0;
    padding-top: 50%;
  }
}
.text-on-bg-section .bg-block:before {
  content: "";
  padding-bottom: 50%;
}
@media only screen and (max-width: 1023px) {
  .text-on-bg-section .bg-block {
    position: relative;
  }
}
.text-on-bg-section.content-right .page-content {
  justify-content: flex-end;
}
.text-on-bg-section.content-right .bg-block::after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.12) 0%, #000000 100%);
}
.text-on-bg-section .page-content {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: left;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .text-on-bg-section .page-content {
    position: relative;
    height: auto;
    top: auto;
    left: auto;
    padding: 30px 40px 40px;
  }
}
.text-on-bg-section .page-content .content-block {
  width: 100%;
  max-width: 400px;
  color: #FFFFFF;
}
@media screen and (max-width: 1400px) {
  .text-on-bg-section .page-content .content-block {
    max-width: 50%;
  }
}
@media only screen and (max-width: 1023px) {
  .text-on-bg-section .page-content .content-block {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1400px) {
  .text-on-bg-section .page-content .content-block .h2 {
    font-size: 68px;
    line-height: 1.088em;
  }
}
@media only screen and (min-width: 1024px) {
  .text-on-bg-section .page-content .content-block .h3 {
    font-size: 28px;
  }
}
.text-on-bg-section .page-content .content-block .reverted-heading {
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .text-on-bg-section .page-content .content-block .reverted-heading {
    margin-bottom: 18px;
  }
}
.text-on-bg-section .page-content .content-block .reverted-heading .h3 {
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .text-on-bg-section .page-content .content-block .reverted-heading .h3 {
    margin-bottom: 7px;
  }
}
.text-on-bg-section .page-content .content-block .h2, .text-on-bg-section .page-content .content-block .h3, .text-on-bg-section .page-content .content-block .content-top, .text-on-bg-section .page-content .content-block .content-bottom {
  color: inherit;
}
.text-on-bg-section .page-content .content-block .content-top {
  font-family: "ArnoPro-Italic", sans-serif;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1023px) {
  .text-on-bg-section .page-content .content-block .content-top {
    margin-bottom: 12px;
  }
}
.text-on-bg-section .page-content .content-block .content-bottom {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 33px;
}
@media only screen and (max-width: 1023px) {
  .text-on-bg-section .page-content .content-block .content-bottom {
    font-size: 14px;
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .text-on-bg-section.new-promotions .page-content {
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .text-on-bg-section.new-promotions .content-block {
    max-width: 484px;
    height: 100%;
    background: linear-gradient(90deg, #851719 0%, #6E1C1F 100%);
    padding: 0 72px;
    position: relative;
  }
}
@media only screen and (min-width: 1024px) {
  .text-on-bg-section.new-promotions .content-block .inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 144px);
  }
}
@media only screen and (min-width: 1024px) {
  .text-on-bg-section.new-promotions .content-block .h2 {
    font-size: 60px;
    line-height: 62px;
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 1024px) {
  .text-on-bg-section.new-promotions .content-block .h3 {
    font-size: 25px;
    line-height: 25px;
    letter-spacing: 0.125px;
  }
}
@media only screen and (min-width: 1024px) {
  .text-on-bg-section.new-promotions .content-block .content-top {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.09px;
  }
}
@media only screen and (min-width: 1024px) {
  .text-on-bg-section.new-promotions .content-block .content-bottom {
    font-size: 14px;
    line-height: 22px;
  }
}

.tiles-slideshow-section {
  position: relative;
  margin-top: 0;
  padding: 70px 0 50px;
}
@media only screen and (max-width: 1023px) {
  .tiles-slideshow-section {
    padding: 54px 0 41px;
  }
}
.tiles-slideshow-section::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(252, 248, 243, 0.8);
}
.tiles-slideshow-section .bg-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 70%;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.tiles-slideshow-section .bg-bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #FCF8F3 0%, rgba(252, 248, 243, 0) 100%);
}
.tiles-slideshow-section .tiles-slideshow {
  overflow: hidden;
}
.tiles-slideshow-section .tiles-slideshow .slideshow {
  position: relative;
  padding: 0 86px;
}
@media only screen and (max-width: 1023px) {
  .tiles-slideshow-section .tiles-slideshow .slideshow {
    padding: 0 20px;
  }
}
.tiles-slideshow-section .tiles-slideshow .slideshow-wrapper {
  align-items: center;
  padding: 0 0 20px;
}
.tiles-slideshow-section .tiles-slideshow .slideshow .slide {
  flex-grow: 0;
  flex-shrink: 0;
  width: 33.33%;
  padding: 20px 13px;
  transition: opacity 350ms ease-in-out, padding 350ms ease-in-out;
}
.tiles-slideshow-section .tiles-slideshow .slideshow .slide.swiper-slide:not(.swiper-slide-active):not(.swiper-slide-prev):not(.swiper-slide-next) {
  opacity: 0.5;
}
.tiles-slideshow-section .tiles-slideshow .slideshow .slide.swiper-slide-active {
  padding: 0 13px;
}
.tiles-slideshow-section .tiles-slideshow .slideshow .slide.swiper-slide-active .common-tile:before {
  padding-bottom: 110%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .tiles-slideshow-section .tiles-slideshow .slideshow .slide.swiper-slide-active .common-tile:before {
    padding-bottom: 80%;
  }
}
@media only screen and (max-width: 1023px) {
  .tiles-slideshow-section .tiles-slideshow .slideshow .slide {
    width: 100%;
    padding: 28px 5px;
  }
  .tiles-slideshow-section .tiles-slideshow .slideshow .slide.swiper-slide-active {
    padding: 0 5px;
  }
}
.tiles-slideshow-section .tiles-slideshow .slideshow .common-tile {
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.5);
}
.tiles-slideshow-section .tiles-slideshow .slideshow .common-tile:before {
  padding-bottom: calc(110% - 40px);
  transition: padding 350ms ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .tiles-slideshow-section .tiles-slideshow .slideshow .common-tile:before {
    padding-bottom: calc(80% - 40px);
  }
}
@media only screen and (max-width: 767px) {
  .tiles-slideshow-section .tiles-slideshow .slideshow .common-tile:before {
    padding-bottom: calc(110% - 56px);
  }
}
.tiles-slideshow-section .tiles-slideshow .slideshow .common-tile .tile-content::before {
  background: transparent linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.5) 53%, transparent 100%);
}
.tiles-slideshow-section .slider-controls {
  margin-top: 15px;
}

.img-cont-section .img-cont-block {
  display: flex;
  background-color: #fcf8f3;
}
@media only screen and (max-width: 767px) {
  .img-cont-section .img-cont-block {
    flex-direction: column-reverse;
  }
}
.img-cont-section .img-cont-block.black {
  color: #FFFFFF;
}
.img-cont-section .img-cont-block.black .block-heading h3 {
  color: #FFFFFF;
}
.img-cont-section .img-cont-block.black .block-content {
  color: #FFFFFF;
  background-color: #000000;
}
.img-cont-section .img-cont-block:nth-child(2n) {
  padding: 60px;
  flex-direction: row-reverse;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .img-cont-section .img-cont-block:nth-child(2n) {
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .img-cont-section .img-cont-block:nth-child(2n) {
    flex-direction: column-reverse;
    padding: 0;
  }
}
.img-cont-section .img-cont-block:nth-child(2n) .block-content {
  padding-left: 80px;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  .img-cont-section .img-cont-block:nth-child(2n) .block-content {
    padding: 50px 40px;
  }
}
.img-cont-section .block-content {
  display: flex;
  align-items: center;
  width: 40%;
  padding: 100px 4vw 100px 6vw;
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .img-cont-section .block-content {
    width: 50%;
    padding: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .img-cont-section .block-content {
    width: 100%;
    padding: 50px 40px;
  }
}
.img-cont-section .block-content .center-column {
  padding: 0;
}
.img-cont-section .block-heading h3 {
  line-height: 1;
}
.img-cont-section .block-descr {
  margin: 20px 0 40px;
  font-style: italic;
}
.img-cont-section .block-image {
  position: relative;
  width: 60%;
}
.img-cont-section .block-image::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 58.8235294118%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .img-cont-section .block-image {
    width: 50%;
  }
  .img-cont-section .block-image::before {
    padding: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .img-cont-section .block-image {
    width: 100%;
  }
}

.newsletter-section {
  position: relative;
  margin-top: 0;
  padding: 107px 0 295px 0;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
@media only screen and (max-width: 1023px) {
  .newsletter-section {
    padding: 56px 0 236px 0;
  }
}
.newsletter-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #FCF8F3 0%, rgba(252, 248, 243, 0.86) 70%, rgba(252, 248, 243, 0) 100%);
}
.newsletter-section .center-column {
  padding: 0 250px;
}
@media only screen and (max-width: 1023px) {
  .newsletter-section .center-column {
    padding: 0 20px;
  }
}
.newsletter-section form {
  position: relative;
  width: 602px;
  margin: 0 auto;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  .newsletter-section form {
    width: 100%;
  }
}
.newsletter-section form input[type=text] {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 2px;
  background-color: #FFFFFF;
  height: 62px;
  padding-left: 25px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1023px) {
  .newsletter-section form input[type=text] {
    margin-bottom: 20px;
  }
}
.newsletter-section form .button {
  min-width: 144px;
  position: absolute;
  top: 7px;
  right: 7px;
}
@media only screen and (max-width: 1023px) {
  .newsletter-section form .button {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    margin-bottom: 20px;
  }
}
.newsletter-section form .privacy-policy {
  padding: 0 24px;
}
@media only screen and (max-width: 1023px) {
  .newsletter-section form .privacy-policy {
    padding: 0;
  }
}
.newsletter-section form .privacy-policy input {
  opacity: 0;
  position: absolute;
}
.newsletter-section form .privacy-policy input + span {
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 21px;
}
.newsletter-section form .privacy-policy input + span:before {
  content: "";
  display: inline-block;
  height: 18px;
  width: 20.01px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  background-color: #FFFFFF;
  margin: 4px 15px 0 0;
  vertical-align: top;
}
.newsletter-section form .privacy-policy input:focus + span:before {
  border: 1px blue solid;
}
.newsletter-section form .privacy-policy input:checked + span:before {
  background: #F9A02F;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.5);
}
.newsletter-section form .privacy-policy-text {
  display: inline-block;
  width: calc(100% - 90px);
}
@media only screen and (max-width: 1023px) {
  .newsletter-section form .privacy-policy-text {
    width: calc(100% - 40px);
  }
}

.rooms-slideshow {
  padding: 70px 0 0 0;
  background: #fcf8f3;
}
.rooms-slideshow .section-content + .widget {
  margin-top: 20px;
}

.rooms-categories-slideshow {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 40px;
}
.rooms-categories-slideshow .center-column {
  padding: 0 130px;
  overflow: visible;
}
@media only screen and (max-width: 1023px) {
  .rooms-categories-slideshow .center-column {
    padding: 0;
  }
}
.rooms-categories-slideshow .slide {
  opacity: 0.5;
  margin-top: 30px;
  height: 100%;
}
.rooms-categories-slideshow .slide .thumb {
  position: relative;
  display: flex;
}
.rooms-categories-slideshow .slide .thumb:before {
  content: "";
  padding-bottom: 60%;
}
@media only screen and (max-width: 1023px) {
  .rooms-categories-slideshow .slide .thumb:before {
    padding-bottom: 110%;
  }
}
.rooms-categories-slideshow .slide .info-block {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  min-height: 140px;
  padding: 32px 42px 34px 38px;
  background-color: #FFFFFF;
  overflow: hidden;
  transition: all 600ms ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .rooms-categories-slideshow .slide .info-block {
    flex-direction: column;
    align-items: flex-start;
  }
}
.rooms-categories-slideshow .slide .info-block .left {
  text-align: left;
}
.rooms-categories-slideshow .slide .info-block .left .h2 {
  margin-bottom: 10px;
}
.rooms-categories-slideshow .slide .info-block .left .additional-fields {
  font-family: "ArnoPro-Italic", sans-serif;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.4;
}
@media only screen and (max-width: 1023px) {
  .rooms-categories-slideshow .slide .info-block .left .additional-fields {
    font-size: 16px;
    line-height: 1;
  }
}
.rooms-categories-slideshow .slide .info-block .left .additional-fields span {
  color: #7a4e1f;
  padding: 0 10px;
}
.rooms-categories-slideshow .slide .info-block .left .description {
  position: absolute;
  opacity: 0;
  margin-top: 2000px;
  margin-bottom: -2140px;
  padding-right: 20px;
  transition: all 250ms ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .rooms-categories-slideshow .slide .info-block .left .description {
    display: none;
  }
}
.rooms-categories-slideshow .slide .info-block .left .description .link {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}
@media only screen and (max-width: 1023px) {
  .rooms-categories-slideshow .slide .info-block .right {
    margin-top: 18px;
  }
}
.rooms-categories-slideshow .slide:not(.swiper-slide-active) .thumb:before {
  padding-bottom: 48%;
}
.rooms-categories-slideshow .slide:not(.swiper-slide-active) .info-block {
  display: none;
}
.rooms-categories-slideshow .slide.swiper-slide-active {
  opacity: 1;
  margin-top: 0;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.24);
}
.rooms-categories-slideshow .slide.swiper-slide-active:hover .info-block .description {
  position: relative;
  opacity: 1;
  margin-top: 40px;
  margin-bottom: 0;
}
.rooms-categories-slideshow .slideshow-button {
  top: auto;
  bottom: 6%;
  z-index: 11;
}
@media only screen and (max-width: 1023px) {
  .rooms-categories-slideshow .slideshow-button {
    display: none;
  }
}
.rooms-categories-slideshow .slideshow-button.previous {
  left: 40px;
}
.rooms-categories-slideshow .slideshow-button.next {
  right: 40px;
}
.rooms-categories-slideshow .slider-controls {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .rooms-categories-slideshow .slider-controls {
    display: flex;
    margin: 40px 0 20px 0;
  }
}
.rooms-categories-slideshow .slider-controls .slideshow-button {
  display: block;
  bottom: auto;
}
.rooms-categories-slideshow .slider-controls .slideshow-button.previous {
  left: auto;
}
.rooms-categories-slideshow .slider-controls .slideshow-button.next {
  right: auto;
}

html.keyboard-navigation .rooms-categories-slideshow .slide .info-block .left .description {
  opacity: 1;
  margin-top: 40px;
  margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
  .ig-feed-section {
    margin-top: 57px;
  }
}
.ig-feed-section .section-content + .section-widget {
  margin-top: 25px;
}
.ig-feed-section .center-column {
  max-width: none;
}
.ig-feed-section .section-content {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.ig-feed-section .section-content .top-bar {
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .ig-feed-section .section-content .top-bar {
    display: block;
  }
}
@media only screen and (max-width: 1023px) {
  .ig-feed-section .section-content .top-bar .h2 {
    font-size: 20px;
    text-align: center;
  }
}
.ig-feed-section .section-content .top-bar .section-link {
  margin-bottom: 20px;
  color: #851518;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  letter-spacing: 0.2px;
  line-height: 19px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .ig-feed-section .section-content .top-bar .section-link {
    display: none;
  }
}
.ig-feed-section .section-content .top-bar .section-link svg {
  width: 22px;
  height: 22px;
  margin-right: 10px;
  vertical-align: middle;
  fill: #851518;
}
.ig-feed-section .section-content .reverted-heading {
  margin-bottom: 0;
  text-align: left;
}
.ig-feed-section .section-content .reverted-heading h3 {
  margin-bottom: 0;
}
.ig-feed-section .section-content .reverted-heading .instagram {
  position: relative;
  padding-left: 30px;
}
.ig-feed-section .section-content .custom-link {
  margin: 25px 0 12px auto;
}
.ig-feed-section .section-link-mobile {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .ig-feed-section .section-link-mobile {
    display: block;
    margin-top: 24px;
    margin-bottom: 34px;
    text-align: center;
  }
}
.ig-feed-section .section-link-mobile .section-link {
  color: #851518;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.2px;
  line-height: 19px;
  text-transform: uppercase;
  text-decoration: none;
}
.ig-feed-section .section-link-mobile .section-link svg {
  width: 22px;
  height: 22px;
  margin-right: 10px;
  vertical-align: middle;
  fill: #851518;
}

.feeds-widget {
  position: relative;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.feeds-widget.loading {
  min-height: 300px;
}
.feeds-widget.loading:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid transparent;
  border-top-color: #851518;
  border-bottom-color: #851518;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.feeds-widget .slideshow {
  overflow: visible;
}
.feeds-widget .feed-items-container:not(.swiper-wrapper) {
  font-size: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.feeds-widget .feed-item {
  position: relative;
  width: 100%;
  height: auto;
  float: left;
  font: italic 14px/18px "Open Sans", sans-serif;
  overflow: hidden;
  opacity: 1;
  text-align: left;
  background: #ebebeb;
  color: #6f6f6f;
  transition: opacity 350ms ease-in-out;
}
.feeds-widget .feed-item.swiper-slide {
  height: auto;
}
.feeds-widget .feed-item.swiper-slide:not(.swiper-slide-active) {
  opacity: 0.5;
}
.feeds-widget .feed-item svg {
  position: absolute;
  width: 22px;
  height: 22px;
  bottom: 10px;
  right: 10px;
  z-index: 1;
  fill: #FFFFFF;
}
.feeds-widget .feed-item .inner-wrapper {
  width: 100%;
  padding-top: 100%;
}
@media (min-width: 768px) and (max-width: 979px) {
  .feeds-widget .feed-item {
    width: calc((100% - 30px) / 3);
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1440px) and (max-width: 1799px) {
  .feeds-widget .feed-item {
    width: calc((100% - 100px) / 5);
  }
}
@media (min-width: 1800px) {
  .feeds-widget .feed-item {
    width: calc((100% - 120px) / 6);
  }
}
.feeds-widget .feed-item::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  right: 10px;
  bottom: 10px;
  z-index: 5;
}
.feeds-widget .feed-item::after {
  content: "";
  position: absolute;
  z-index: 4;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 350ms ease-in-out;
}
.feeds-widget .feed-item:hover::after {
  opacity: 1;
}
.feeds-widget .feed-item:hover .feed-descr {
  opacity: 1;
}
.feeds-widget .feed-item.invisible {
  opacity: 0;
}
.feeds-widget .feed-item .feed-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
}
.feeds-widget .feed-item .feed-thumb div {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
}
.feeds-widget .feed-item .feed-descr {
  position: absolute;
  z-index: 5;
  bottom: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px;
  font: 14px/18px "Open Sans", sans-serif;
  text-align: center;
  color: #FFFFFF;
  overflow: hidden;
  opacity: 0;
  transition: opacity 350ms ease-in-out;
}
@media only screen and (min-width: 1800px) {
  .feeds-widget .feed-item .feed-descr {
    padding: 20px;
  }
}
.feeds-widget .feed-item .feed-title {
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 10px;
  font-weight: 600;
}
.feeds-widget .feed-item .feed-date {
  margin-bottom: 10px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
}
.feeds-widget .feed-item .feed-text {
  font-family: "Open Sans", sans-serif;
  font-weight: 200;
  text-align: center;
}
.feeds-widget .feed-item .feed-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.feeds-widget .feed-item.instagram::before {
  background-position: 0 0;
}
.feeds-widget .feed-item.facebook::before {
  background-position: -50px 0;
}
.feeds-widget .feed-item.twitter::before {
  background-position: -100px 0;
}
.feeds-widget .feed-item.blog::before {
  background-position: -150px 0;
}
.feeds-widget .feed-item.blog h3 {
  color: #aca394;
  padding-right: 30px;
  margin-bottom: 7px;
  transition: all 350ms ease-in-out;
}
.feeds-widget .feed-item.blog h3:hover {
  opacity: 0.7;
}
.feeds-widget .feed-item.blog .feed-descr {
  color: #5c574f;
}
.feeds-widget .feed-controls {
  display: block;
  text-align: center;
}
.feeds-widget .feed-controls:not(:empty) {
  margin-top: 20px;
}
.feeds-widget .feed-items__column {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  order: 2;
}
.feeds-widget .feed-items__column.feed-items__second-column {
  width: 40%;
  order: 1;
}
.feeds-widget .feed-items__column.feed-items__second-column .feed-item {
  width: 100%;
}
.feeds-widget .feed-items__column.feed-items__second-column .feed-item svg {
  width: 30px;
  height: 30px;
  bottom: 20px;
  right: 20px;
}
.feeds-widget .feed-items__column .feed-item {
  width: calc(100% / 3);
}
@media (min-width: 768px) and (max-width: 979px) {
  .feeds-widget .feed-items__column .feed-item {
    width: calc(100% / 2 - 10px);
  }
}
.feeds-widget .custom-link {
  display: block;
  margin-top: 20px;
  text-align: right;
  font-size: 13px;
}

.rewards-level-cards-section table {
  width: 100%;
}
.rewards-level-cards-section table td:first-child {
  width: 34%;
}

.text-on-bg-with-timer {
  position: relative;
  margin-top: 0;
  height: 0;
  padding-top: 50%;
  overflow: hidden;
  background-color: #000000;
}
@media only screen and (max-width: 1023px) {
  .text-on-bg-with-timer {
    display: flex;
    flex-direction: column;
    padding: 0;
    padding-top: 0;
    height: auto;
  }
}
.text-on-bg-with-timer .bg-block {
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1023px) {
  .text-on-bg-with-timer .bg-block {
    position: relative;
    height: 0;
    padding-top: 50%;
  }
}
.text-on-bg-with-timer .bg-block:before {
  content: "";
  padding-bottom: 50%;
}
@media only screen and (max-width: 1023px) {
  .text-on-bg-with-timer .bg-block {
    position: relative;
  }
}
.text-on-bg-with-timer.content-left .page-content {
  left: 20px;
  right: auto;
}
@media only screen and (max-width: 1023px) {
  .text-on-bg-with-timer.content-left .page-content {
    top: auto;
    left: auto;
    right: auto;
  }
}
.text-on-bg-with-timer .page-content {
  width: 100%;
  max-width: 443px;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
  padding: 0;
}
@media only screen and (max-width: 1023px) {
  .text-on-bg-with-timer .page-content {
    position: relative;
    height: auto;
    top: auto;
    left: auto;
    right: auto;
  }
}
.text-on-bg-with-timer .page-content .content-block {
  width: 100%;
  padding: 20px 40px;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .text-on-bg-with-timer .page-content .content-block {
    max-width: 100%;
    padding: 20px;
  }
}
.text-on-bg-with-timer .page-content .content-block .countdown-timer {
  margin: 20px 0;
}
.text-on-bg-with-timer .page-content .content-block .countdown-timer .counter {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.text-on-bg-with-timer .page-content .content-block .countdown-timer .counter > div {
  padding: 0 20px;
}
@media only screen and (max-width: 449px) {
  .text-on-bg-with-timer .page-content .content-block .countdown-timer .counter > div {
    padding: 0 10px;
  }
}
.text-on-bg-with-timer .page-content .content-block .countdown-timer .counter > div:first-child {
  padding-left: 0;
}
.text-on-bg-with-timer .page-content .content-block .countdown-timer .counter > div:last-child {
  padding-right: 0;
}
.text-on-bg-with-timer .page-content .content-block .countdown-timer .counter > div .value {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}
.text-on-bg-with-timer .page-content .content-block .countdown-timer .counter > div .text {
  text-align: center;
  font-family: "Arno Pro";
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 28px;
  /* 175% */
  letter-spacing: 0.96px;
}
.text-on-bg-with-timer .page-content .content-block .countdown-timer .counter .line {
  position: relative;
}
.text-on-bg-with-timer .page-content .content-block .countdown-timer .counter .line::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #FFFFFF;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.text-on-bg-with-timer .page-content .content-block .reverted-heading {
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .text-on-bg-with-timer .page-content .content-block .reverted-heading {
    margin-bottom: 18px;
  }
}
.text-on-bg-with-timer .page-content .content-block .reverted-heading .h3 {
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .text-on-bg-with-timer .page-content .content-block .reverted-heading .h3 {
    margin-bottom: 7px;
  }
}
.text-on-bg-with-timer .page-content .content-block .h2, .text-on-bg-with-timer .page-content .content-block .h3, .text-on-bg-with-timer .page-content .content-block .content-top, .text-on-bg-with-timer .page-content .content-block .content-bottom {
  color: inherit;
}
.text-on-bg-with-timer .page-content .content-block .h2 {
  font-size: 2vw;
  line-height: 1;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  .text-on-bg-with-timer .page-content .content-block .h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 449px) {
  .text-on-bg-with-timer .page-content .content-block .h2 {
    font-size: 24px;
  }
}
.text-on-bg-with-timer .page-content .content-block .content-top {
  font-family: "ArnoPro-Italic", sans-serif;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1023px) {
  .text-on-bg-with-timer .page-content .content-block .content-top {
    margin-bottom: 12px;
  }
}
.text-on-bg-with-timer .page-content .content-block .content-bottom {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  .text-on-bg-with-timer .page-content .content-block .content-bottom {
    font-size: 14px;
  }
}

#header .option-menu .login-menu {
  position: relative;
}
#header .option-menu .login-menu:hover ul {
  display: block;
}
#header .option-menu .login-menu ul {
  display: none;
  position: absolute;
  top: auto;
  left: 50%;
  padding: 10px 22px;
  width: auto;
  min-width: 168px;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.9);
  transform: translateX(-50%);
  z-index: 10;
}
#header .option-menu .login-menu ul > li {
  display: block;
  padding-top: 8px;
}
#header .option-menu .login-menu ul > li > a {
  display: block;
  color: #fff;
  text-align: left;
  text-decoration: none;
}
#header .option-menu .login-menu ul > li > a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  display: block;
  width: 0;
  height: 4px;
  background-color: white;
  transition: width 350ms ease-in-out, background 350ms ease-in-out;
}
#header .option-menu .login-menu ul > li > a:hover {
  color: #F9A02F;
}
#header .option-menu .login-menu ul > li > a:hover::before {
  width: 100%;
  background-color: #F9A02F;
}

.login-section p strong {
  width: 50%;
  display: block;
  float: left;
  text-align: right;
}

.two-centered-columns {
  margin: 48px 0 20px;
}
@media only screen and (max-width: 1023px) {
  .two-centered-columns {
    margin-top: 20px;
  }
}
.two-centered-columns .two-centered-columns-title {
  text-align: center !important;
}
@media only screen and (max-width: 767px) {
  .two-centered-columns .two-centered-columns-title {
    text-align: left !important;
  }
}
.two-centered-columns .two-centered-columns-content {
  display: flex;
  width: 100%;
  margin: 42px 0 0;
}
@media only screen and (max-width: 1023px) {
  .two-centered-columns .two-centered-columns-content {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .two-centered-columns .two-centered-columns-content {
    flex-direction: column;
  }
}
.two-centered-columns .two-centered-columns-left {
  width: 50%;
  padding-right: 60px;
}
@media only screen and (max-width: 1023px) {
  .two-centered-columns .two-centered-columns-left {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .two-centered-columns .two-centered-columns-left {
    width: 100%;
    padding: 0;
  }
}
.two-centered-columns .two-centered-columns-right {
  width: 50%;
  padding-left: 61px;
}
@media only screen and (max-width: 1023px) {
  .two-centered-columns .two-centered-columns-right {
    padding-left: 31px;
  }
}
@media only screen and (max-width: 767px) {
  .two-centered-columns .two-centered-columns-right {
    width: 100%;
    margin: 20px 0 0;
    padding: 0;
    border: none;
  }
}
.two-centered-columns .two-centered-columns-subtitle,
.two-centered-columns .two-centered-columns-text,
.two-centered-columns .two-centered-columns-text a {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.6px;
}
.two-centered-columns .two-centered-columns-subtitle {
  margin: 0;
  font-size: 14px;
}
.two-centered-columns .two-centered-columns-text {
  letter-spacing: 0.56px;
}
.two-centered-columns .two-centered-columns-text a {
  font-weight: 700;
  letter-spacing: 0.56px;
  text-decoration: none;
}

.tiles-slideshow-dark-section {
  margin-top: 0;
  padding: 70px 0 80px;
  background-color: #000000;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .tiles-slideshow-dark-section {
    padding: 34px 0 40px;
  }
}
.tiles-slideshow-dark-section .section-widget {
  padding-right: 0;
  overflow: visible;
}
.tiles-slideshow-dark-section .section-content + .section-widget {
  margin-top: 22px;
}
@media only screen and (max-width: 767px) {
  .tiles-slideshow-dark-section .section-content + .section-widget {
    margin-top: 28px;
  }
}
.tiles-slideshow-dark-section h2, .tiles-slideshow-dark-section h3, .tiles-slideshow-dark-section .h2, .tiles-slideshow-dark-section .h3 {
  color: #FFFFFF;
}

.tiles-dark-slideshow-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 40px 0 80px;
}
#main-content .tiles-dark-slideshow-wrapper {
  margin-bottom: 26px;
  padding: 80px 0 40px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .tiles-dark-slideshow-wrapper {
    padding-top: 20px;
  }
}
.tiles-dark-slideshow-wrapper .tiles-dark-slideshow-more-button {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.tiles-dark-slideshow-wrapper .common-tile .tile-content:before {
  background: linear-gradient(179.61deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.tiles-dark-slideshow-wrapper .common-tile:hover .tile-content {
  background: rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1023px) {
  .tiles-dark-slideshow-wrapper .common-tile {
    flex-direction: column;
  }
}
.tiles-dark-slideshow-wrapper .common-tile::before {
  padding-bottom: 84%;
  transition: padding 350ms ease-in-out;
}
#main-content .tiles-dark-slideshow-wrapper .common-tile::before {
  padding-bottom: 84%;
}
@media only screen and (max-width: 1023px) {
  .tiles-dark-slideshow-wrapper .common-tile::before {
    content: none;
    transition: none;
  }
}
@media only screen and (max-width: 1023px) {
  .tiles-dark-slideshow-wrapper .common-tile .tile-img {
    position: relative;
  }
}
.tiles-dark-slideshow-wrapper .common-tile .tile-content {
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  .tiles-dark-slideshow-wrapper .common-tile .tile-content {
    margin-top: 25px;
    padding: 0;
    display: block;
  }
}
.tiles-dark-slideshow-wrapper .common-tile .tile-content .tile-title {
  color: #F9A02F;
}
@media only screen and (min-width: 1024px) {
  .tiles-dark-slideshow-wrapper .common-tile .tile-content .tile-title {
    font-size: 24px;
  }
}
.tiles-dark-slideshow-wrapper .common-tile .tile-content .date a {
  color: #FFFFFF;
  font-family: "ArnoPro-Italic", sans-serif;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
}
#main-content .tiles-dark-slideshow-wrapper .common-tile .tile-content .tile-description {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .tiles-dark-slideshow-wrapper .common-tile .tile-content .tile-description {
    display: none;
  }
}
.tiles-dark-slideshow-wrapper .slider-controls {
  position: absolute;
  right: 0;
  bottom: 0;
  padding-left: 0;
}
@media only screen and (max-width: 1023px) {
  .tiles-dark-slideshow-wrapper .slider-controls {
    justify-content: center;
  }
}
.tiles-dark-slideshow-wrapper .slider-controls .arrow-icon {
  fill: #FFFFFF;
}
.tiles-dark-slideshow-wrapper .slider-controls .slideshow-pagination {
  color: #FFFFFF;
}
#main-content .tiles-dark-slideshow-wrapper .slider-controls {
  color: #000000;
}
#main-content .tiles-dark-slideshow-wrapper .slider-controls .arrow-icon {
  fill: #000000;
}
#main-content .tiles-dark-slideshow-wrapper .slider-controls .slideshow-pagination {
  color: #000000;
}

.tiles-dark-active-image {
  position: relative;
  width: 50%;
  padding-right: 40px;
  overflow: hidden;
  z-index: 10;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .tiles-dark-active-image {
    height: 410px;
    padding-right: 20px;
  }
}
.mobile .tiles-dark-active-image {
  display: none;
}
#main-content .tiles-dark-active-image {
  padding-right: 20px;
}
.tiles-dark-active-image .slide {
  opacity: 0;
  transform: translateX(100%);
  transition: transform 350ms ease-in-out;
}
.tiles-dark-active-image .slide.active {
  opacity: 1;
  transform: translateX(0);
}
.tiles-dark-active-image .slide.active .common-tile {
  opacity: 1;
}
.tiles-dark-active-image .slide .common-tile {
  opacity: 0.1;
  transition: opacity 350ms ease-in-out;
}
.tiles-dark-active-image .slide .common-tile::before {
  padding-bottom: 84%;
  transition: padding 350ms ease-in-out;
}
@media only screen and (min-width: 1024px) {
  .tiles-dark-active-image .slide .common-tile .tile-title {
    font-size: 36px;
  }
}
.tiles-dark-active-image .slide .common-tile .date a {
  line-height: 20px;
}

.tiles-dark-slideshow {
  position: relative;
  width: 50%;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .tiles-dark-slideshow {
    width: 100%;
  }
}
.tiles-dark-slideshow .slideshow {
  overflow: visible;
}
.tiles-dark-slideshow .slideshow .swiper-wrapper {
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .tiles-dark-slideshow .slideshow .swiper-wrapper {
    align-items: flex-start;
  }
}
.tiles-dark-slideshow .slideshow .slide {
  flex-grow: 0;
  flex-shrink: 0;
  width: 50%;
  padding: 0 40px 0 0;
  transition: width 350ms ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .tiles-dark-slideshow .slideshow .slide {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .tiles-dark-slideshow .slideshow .slide {
    padding-right: 0;
  }
}
#main-content .tiles-dark-slideshow .slideshow .slide {
  padding-right: 20px;
}
.tiles-dark-slideshow .slideshow .slide.swiper-slide {
  opacity: 0;
  visibility: hidden;
}
.tiles-dark-slideshow .slideshow .slide.swiper-slide-active, .tiles-dark-slideshow .slideshow .slide.swiper-slide-active ~ .slide {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 767px) {
  .tiles-dark-slideshow .slideshow .slide.swiper-slide-active ~ .slide {
    opacity: 0.8;
    transform: scale(0.85);
  }
}

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