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

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

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

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

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

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

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

#ui-datepicker-div.ui-datepicker {
  display: none;
  padding: 10px;
  background: #231F20;
  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-div.ui-datepicker {
  z-index: 30;
}
#ui-datepicker-div.ui-datepicker:after {
  display: block;
  content: "";
  height: 0;
  overflow: hidden;
  clear: both;
}
@media only screen and (max-width: 767px) {
  #ui-datepicker-div.ui-datepicker {
    width: calc(100% - 20px);
  }
}

.ui-datepicker-header {
  position: relative;
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

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

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

.ui-datepicker-calendar {
  cursor: default;
  margin: 0 auto;
  width: 252px;
  table-layout: fixed;
}
@media only screen and (max-width: 767px) {
  .ui-datepicker-calendar {
    width: 100%;
  }
}
.ui-datepicker-calendar th, .ui-datepicker-calendar td {
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
  text-align: center;
}
.ui-datepicker-calendar th {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
.ui-datepicker-calendar td {
  font-size: 12px;
  color: #fff;
}
.ui-datepicker-calendar td.ui-datepicker-other-month, .ui-datepicker-calendar td.ui-state-disabled {
  color: #a9a9a9;
}
.ui-datepicker-calendar td.ui-datepicker-other-month span:hover, .ui-datepicker-calendar td.ui-state-disabled span:hover {
  color: inherit;
  background: none;
}
.ui-datepicker-calendar a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.ui-datepicker-calendar .ui-datepicker-today a {
  background: #ccc;
}
.ui-datepicker-calendar .ui-datepicker-highlight a, .ui-datepicker-calendar .ui-datepicker-current-day a, .ui-datepicker-calendar .ui-state-default:hover {
  background: #fff;
  color: #231F20;
}

.ui-datepicker-trigger {
  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: #54baba;
}
.ui-selectmenu-button .ui-selectmenu-text {
  display: block;
  height: 100%;
  padding: 0 30px 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-selectmenu-button .ui-selectmenu-text strong {
  font-weight: 700;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

@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.acm-navigation-visible {
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .acm-navigation {
    position: fixed;
    max-width: none;
    transform: translateY(0);
    right: -100%;
    top: 0;
    padding: 5vh calc(2.8vw + 0.5vw + 37px) 2vh;
    height: 100%;
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background: #231F20;
    transition: right 200ms;
    z-index: 50;
  }
  .acm-navigation-visible .acm-navigation {
    display: block;
    right: 0;
  }
}

.text-slides {
  display: block;
  padding: 0 !important;
}
.text-slides .main-slideshow-wrapper {
  width: 100%;
  height: 100%;
}
.text-slides .main-slideshow-wrapper .slideshow-pagination {
  position: absolute;
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
}
.text-slides .slideshow.main-slideshow {
  width: 100%;
  overflow: hidden;
}
.text-slides .slideshow.main-slideshow .slide {
  padding: 3.125em 0 6em;
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: right;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-height: 800px) and (min-width: 980px) {
  .text-slides .slideshow.main-slideshow .slide {
    padding: 2em 0;
  }
}
@media only screen and (max-height: 650px) and (min-width: 980px) {
  .text-slides .slideshow.main-slideshow .slide {
    padding: 1em 0;
  }
}
@media only screen and (max-width: 767px) {
  .text-slides .slideshow.main-slideshow .slide {
    padding: 2em 0;
  }
}
.top-banners-visible .text-slides .slideshow.main-slideshow .slide {
  padding-top: calc(4vw + 3vw);
}
@media only screen and (max-width: 767px) {
  .text-slides .slideshow.main-slideshow .slide {
    min-height: 0;
    height: auto;
  }
}
.text-slides .slideshow.main-slideshow .slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(35, 31, 32, 0.6);
}
.text-slides .slideshow.main-slideshow .slide .slide-content {
  max-width: 70%;
  display: inline-block;
  text-align: left;
  font-size: 1.4vw;
  line-height: 1.5em;
}
@media (max-width: 1142.8571428571px) {
  .text-slides .slideshow.main-slideshow .slide .slide-content {
    font-size: 16px;
  }
}
@media (min-width: 1428.5714285714px) {
  .text-slides .slideshow.main-slideshow .slide .slide-content {
    font-size: 20px;
  }
}
@media only screen and (max-height: 800px) and (min-width: 980px) {
  .text-slides .slideshow.main-slideshow .slide .slide-content {
    font-size: 1.4vw;
  }
}
@media only screen and (max-height: 800px) and (min-width: 980px) and (max-width: 1142.8571428571px) {
  .text-slides .slideshow.main-slideshow .slide .slide-content {
    font-size: 16px;
  }
}
@media only screen and (max-height: 800px) and (min-width: 980px) and (min-width: 1285.7142857143px) {
  .text-slides .slideshow.main-slideshow .slide .slide-content {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .text-slides .slideshow.main-slideshow .slide .slide-content {
    max-width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .text-slides .slideshow.main-slideshow .slide .slide-content {
    width: 100%;
    max-width: none;
    text-align: center;
  }
}
.text-slides .slideshow.main-slideshow .slide h2 {
  margin-bottom: 0;
  text-transform: uppercase;
  color: #A29F9B;
}
.text-slides .slideshow.main-slideshow .slide .h2 {
  margin-bottom: 0.3em;
}
.text-slides .main-slideshow-thumbs-wrapper {
  position: absolute;
  bottom: 3.125em;
  left: 0;
  right: 0;
}
.text-slides .main-slideshow-thumbs-wrapper .center-column {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.text-slides .main-slideshow-thumbs-wrapper .center-column .slideshow-button {
  position: relative;
  bottom: auto;
  right: auto;
  left: auto;
  flex-shrink: 0;
}
.text-slides .main-slideshow-thumbs-wrapper .center-column .slideshow-button.previous {
  transform: rotate(180deg);
}
.text-slides .slideshow.main-slideshow-thumbs {
  overflow: hidden;
  margin: 0 25px;
}
.text-slides .slideshow.main-slideshow-thumbs .slide {
  width: auto;
  text-transform: uppercase;
  padding: 0 0.5em;
  text-align: center;
}
.text-slides .slideshow.main-slideshow-thumbs .slide .nav-item {
  padding: 0;
  text-align: center;
}
.text-slides .slideshow.main-slideshow-thumbs .slide.swiper-slide-thumb-active .nav-item {
  opacity: 1;
  transition: opacity 350ms ease-in-out;
}
.text-slides .slideshow.main-slideshow-thumbs .slide.swiper-slide-thumb-active .nav-item:before {
  width: 100%;
  background-color: #DCC08D;
}

.functional-links:before, .functional-links:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.functional-links:before {
  opacity: 0.8;
  background: linear-gradient(65deg, black 10%, rgba(0, 0, 0, 0) 50%);
}
.functional-links:after {
  background-color: rgba(35, 31, 32, 0.6);
}
.functional-links .limiting-center-col-wrapper {
  z-index: 2;
}
.functional-links h2 + .links-list {
  margin-top: 1em;
}
@media only screen and (max-height: 800px) and (min-width: 980px) {
  .functional-links h2 + .links-list {
    margin-top: 0.5em;
  }
}

ul.links-list {
  margin: 0;
}
ul.links-list li {
  border-top: 1px solid rgba(220, 192, 141, 0.5);
  padding: 1.25em 0;
}
@media only screen and (max-height: 800px) and (min-width: 980px) {
  ul.links-list li {
    padding: 0.75em 0;
  }
}
ul.links-list li:last-child {
  border-bottom: 1px solid rgba(220, 192, 141, 0.5);
}
ul.links-list li:before {
  display: none;
}
ul.links-list li a {
  text-decoration: none;
}
ul.links-list li .link-title, ul.links-list li .round-button {
  display: inline-block;
  vertical-align: middle;
}
ul.links-list li .link-title {
  font-family: "TitilliumWeb WF", sans-serif;
  color: #fff;
  font-size: 2.4vw;
  line-height: 1.5em;
  min-width: 4.3em;
  transition: color 350ms ease-in-out;
}
@media (max-width: 1000px) {
  ul.links-list li .link-title {
    font-size: 24px;
  }
}
@media (min-width: 1416.6666666667px) {
  ul.links-list li .link-title {
    font-size: 34px;
  }
}
@media only screen and (max-height: 800px) and (min-width: 980px) {
  ul.links-list li .link-title {
    font-size: 2.4vw;
  }
}
@media only screen and (max-height: 800px) and (min-width: 980px) and (max-width: 1000px) {
  ul.links-list li .link-title {
    font-size: 24px;
  }
}
@media only screen and (max-height: 800px) and (min-width: 980px) and (min-width: 1083.3333333333px) {
  ul.links-list li .link-title {
    font-size: 26px;
  }
}
ul.links-list li .link-title:hover {
  color: #DCC08D;
}
ul.links-list li .round-button {
  width: 37px;
  height: 37px;
  margin-left: 0.44em;
}

.vertical-tiles-slider h2 {
  text-transform: uppercase;
  font-size: 2.4vw;
}
@media (max-width: 1000px) {
  .vertical-tiles-slider h2 {
    font-size: 24px;
  }
}
@media (min-width: 1166.6666666667px) {
  .vertical-tiles-slider h2 {
    font-size: 28px;
  }
}
.vertical-tiles-slider .slideshow {
  padding-bottom: 75px;
}
@media only screen and (max-width: 979px) {
  .vertical-tiles-slider .slideshow {
    padding-bottom: 20px;
  }
}
@media only screen and (max-height: 800px) and (min-width: 980px) {
  .vertical-tiles-slider .slideshow {
    padding-bottom: 50px;
  }
}
.vertical-tiles-slider .slideshow-wrapper {
  height: 100%;
  display: flex;
}
.vertical-tiles-slider .slide {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  flex-shrink: 0;
  padding-right: 20px;
}
@media only screen and (max-width: 979px) {
  .vertical-tiles-slider .slide {
    padding-right: 0;
  }
}
.vertical-tiles-slider .slide.swiper-slide:not(.swiper-slide-visible) {
  opacity: 0.5;
}
.vertical-tiles-slider .slide .tile {
  width: 100%;
  font-size: 1.7vw;
  line-height: 1.4em;
  padding: 1.25em 0px 1.5em 0;
}
@media (max-width: 941.1764705882px) {
  .vertical-tiles-slider .slide .tile {
    font-size: 16px;
  }
}
@media (min-width: 1411.7647058824px) {
  .vertical-tiles-slider .slide .tile {
    font-size: 24px;
  }
}
@media only screen and (max-height: 800px) and (min-width: 980px) {
  .vertical-tiles-slider .slide .tile {
    font-size: 1.7vw;
  }
}
@media only screen and (max-height: 800px) and (min-width: 980px) and (max-width: 941.1764705882px) {
  .vertical-tiles-slider .slide .tile {
    font-size: 16px;
  }
}
@media only screen and (max-height: 800px) and (min-width: 980px) and (min-width: 1058.8235294118px) {
  .vertical-tiles-slider .slide .tile {
    font-size: 18px;
  }
}
.vertical-tiles-slider .slide .tile img {
  width: 100%;
}
@media only screen and (max-height: 800px) and (min-width: 980px) {
  .vertical-tiles-slider .slide .tile img {
    width: auto;
    max-width: 31vh;
  }
}
@media only screen and (max-height: 600px) and (min-width: 980px) {
  .vertical-tiles-slider .slide .tile img {
    display: none;
  }
}
.vertical-tiles-slider .slide h4 {
  color: #DCC08D;
}
.vertical-tiles-slider .slide h3 + h4 {
  margin-top: -20px;
}
@media only screen and (max-height: 700px) and (min-width: 980px) {
  .vertical-tiles-slider .slide h3 + h4 {
    margin-top: -10px;
  }
}
.vertical-tiles-slider .slide * + p {
  font-size: 15px;
  line-height: 1.5;
  margin-top: 1.5em;
}
@media only screen and (max-height: 800px) and (min-width: 980px) {
  .vertical-tiles-slider .slide * + p {
    margin-top: 0.5em;
  }
}
.vertical-tiles-slider .slide.swiper-slide-visible.swiper-slide-next {
  padding-right: 0;
  padding-left: 20px;
}
.vertical-tiles-slider .slide.swiper-slide-visible.swiper-slide-next:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #DCC08D;
}
@media only screen and (max-width: 979px) {
  .vertical-tiles-slider .slide.swiper-slide-visible.swiper-slide-next {
    padding-left: 0;
  }
  .vertical-tiles-slider .slide.swiper-slide-visible.swiper-slide-next:before {
    display: none;
  }
}
.vertical-tiles-slider .slideshow-button {
  bottom: 0;
  right: auto;
  left: auto;
}
.vertical-tiles-slider .slideshow-button.previous {
  left: calc(50% - 56px);
}
@media only screen and (max-width: 979px) {
  .vertical-tiles-slider .slideshow-button.previous {
    left: calc(50% - 40px);
  }
}
.vertical-tiles-slider .slideshow-button.next {
  right: calc(50% - 56px);
}
@media only screen and (max-width: 979px) {
  .vertical-tiles-slider .slideshow-button.next {
    right: calc(50% - 40px);
  }
}
.vertical-tiles-slider .bordered {
  margin-bottom: 20px;
}

.testimonials-and-pressrooms .testimonials-part + .pressrooms-part {
  margin-top: 0.5vw;
}
@media only screen and (max-width: 767px) {
  .testimonials-and-pressrooms .testimonials-part + .pressrooms-part {
    margin-top: 20px;
  }
}
.testimonials-and-pressrooms .testimonials-slideshow {
  overflow: hidden;
}
.testimonials-and-pressrooms .testimonials-slideshow .slide {
  text-align: center;
}
@media only screen and (max-height: 899px) and (min-width: 980px) {
  .testimonials-and-pressrooms .testimonials-slideshow .slide .h4 {
    font-size: 14px;
  }
}
.testimonials-and-pressrooms .testimonials-slideshow .slide p {
  margin-bottom: 0;
  text-transform: uppercase;
}
.testimonials-and-pressrooms .testimonials-slideshow .slide p + .author {
  margin-top: 0.2em;
}
.testimonials-and-pressrooms .testimonials-slideshow .slide .author {
  display: inline-block;
  font-family: Arial, sans-serif;
  line-height: 1.7em;
  text-transform: capitalize;
}
.testimonials-and-pressrooms .testimonials-slideshow .slide .author:before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 1px;
  background-color: #fff;
  vertical-align: middle;
}
.testimonials-and-pressrooms .testimonials-slideshow .slideshow-pagination {
  margin-top: 25px;
}
@media only screen and (max-height: 899px) and (min-width: 980px) {
  .testimonials-and-pressrooms .testimonials-slideshow .slideshow-pagination {
    margin-top: 20px;
  }
}
@media only screen and (max-height: 650px) and (min-width: 980px) {
  .testimonials-and-pressrooms .testimonials-slideshow .slideshow-pagination {
    margin-top: 10px;
  }
}
.testimonials-and-pressrooms .pressrooms-part h2 {
  margin-bottom: 0;
  text-align: left;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .testimonials-and-pressrooms .pressrooms-part h2 {
    text-align: center;
  }
}

.dining-request {
  display: flex;
  align-items: center;
}
.dining-request .limiting-center-col-wrapper > .center-column {
  display: flex;
  flex-wrap: wrap;
}
.dining-request .content-part {
  width: 45%;
}
@media only screen and (max-width: 979px) {
  .dining-request .content-part {
    width: 100%;
  }
}
.dining-request .content-part + .rfp-part {
  margin-left: 5%;
}
@media only screen and (max-width: 979px) {
  .dining-request .content-part + .rfp-part {
    margin-left: 0;
    margin-top: 5%;
  }
}
.dining-request .rfp-part {
  width: 50%;
}
@media only screen and (max-width: 979px) {
  .dining-request .rfp-part {
    width: 100%;
  }
}
.dining-request .links-list .link-title {
  font-size: 1.7vw;
  min-width: 9em;
}
@media (max-width: 941.1764705882px) {
  .dining-request .links-list .link-title {
    font-size: 16px;
  }
}
@media (min-width: 1411.7647058824px) {
  .dining-request .links-list .link-title {
    font-size: 24px;
  }
}
@media only screen and (max-height: 899px) and (min-width: 980px) {
  .dining-request .links-list .link-title {
    font-size: 1.7vw;
  }
}
@media only screen and (max-height: 899px) and (min-width: 980px) and (max-width: 941.1764705882px) {
  .dining-request .links-list .link-title {
    font-size: 16px;
  }
}
@media only screen and (max-height: 899px) and (min-width: 980px) and (min-width: 1176.4705882353px) {
  .dining-request .links-list .link-title {
    font-size: 20px;
  }
}
@media only screen and (max-height: 650px) and (min-width: 980px) {
  .dining-request .links-list .link-title {
    font-size: 1.7vw;
  }
}
@media only screen and (max-height: 650px) and (min-width: 980px) and (max-width: 941.1764705882px) {
  .dining-request .links-list .link-title {
    font-size: 16px;
  }
}
@media only screen and (max-height: 650px) and (min-width: 980px) and (min-width: 1058.8235294118px) {
  .dining-request .links-list .link-title {
    font-size: 18px;
  }
}
.dining-request .links-list .link-pdf {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 25px;
  vertical-align: top;
  margin-top: 7px;
  margin-left: 10px;
  background: url("../images/common.svg") -600px -100px no-repeat;
  font-size: 0;
}

.contacts-with-map {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.contacts-with-map .contacts-part-inner-wrapper {
  max-width: calc(50% + 5.6vw);
  padding-right: 5.6vw;
  padding-bottom: 1.5em;
}
@media only screen and (max-height: 899px) and (min-width: 980px) {
  .contacts-with-map .contacts-part-inner-wrapper {
    padding-bottom: 0.5em;
  }
}
@media only screen and (max-width: 979px) {
  .contacts-with-map .contacts-part-inner-wrapper {
    max-width: none;
    padding-right: 0;
  }
}
.contacts-with-map .row + .row {
  margin-top: 1.5em;
  padding-top: 1.2em;
  border-top: 1px solid rgba(220, 192, 141, 0.5);
}
@media only screen and (max-height: 899px) and (min-width: 980px) {
  .contacts-with-map .row + .row {
    margin-top: 0.5em;
    padding-top: 0.5em;
  }
}
.contacts-with-map .address {
  text-transform: uppercase;
}
.contacts-with-map .phone {
  display: inline-block;
  width: 100%;
  text-decoration: none;
}
.contacts-with-map .phone-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  padding-left: 2px;
}
.contacts-with-map .phone-icon svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: #DCC08D;
  transition: fill 350ms ease-in-out;
}
.contacts-with-map .address-clarification {
  font-family: Arial, sans-serif;
  font-size: 1.1vw;
  line-height: 1;
  text-transform: none;
}
@media (max-width: 1090.9090909091px) {
  .contacts-with-map .address-clarification {
    font-size: 12px;
  }
}
@media (min-width: 1454.5454545455px) {
  .contacts-with-map .address-clarification {
    font-size: 16px;
  }
}
@media only screen and (max-height: 899px) and (min-width: 980px) {
  .contacts-with-map .address-clarification {
    font-size: 1.1vw;
  }
}
@media only screen and (max-height: 899px) and (min-width: 980px) and (max-width: 1090.9090909091px) {
  .contacts-with-map .address-clarification {
    font-size: 12px;
  }
}
@media only screen and (max-height: 899px) and (min-width: 980px) and (min-width: 1272.7272727273px) {
  .contacts-with-map .address-clarification {
    font-size: 14px;
  }
}
.contacts-with-map .timetable {
  font-size: 1.25vw;
  line-height: 2em;
}
@media (max-width: 1280px) {
  .contacts-with-map .timetable {
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  .contacts-with-map .timetable {
    font-size: 18px;
  }
}
@media only screen and (max-height: 899px) and (min-width: 980px) {
  .contacts-with-map .timetable {
    font-size: 16px;
    line-height: 1.2;
  }
}
.contacts-with-map .additional-info-wrapper {
  display: flex;
  justify-content: space-between;
}
.contacts-with-map .additional-info-wrapper .social-icons-list {
  flex-shrink: 0;
}
.contacts-with-map .additional-info-wrapper .additional-info {
  flex-shrink: 1;
}
.contacts-with-map .additional-info {
  font-size: 1.1vw;
  line-height: 1;
}
@media (max-width: 1090.9090909091px) {
  .contacts-with-map .additional-info {
    font-size: 12px;
  }
}
@media (min-width: 1454.5454545455px) {
  .contacts-with-map .additional-info {
    font-size: 16px;
  }
}
@media only screen and (max-height: 899px) and (min-width: 980px) {
  .contacts-with-map .additional-info {
    font-size: 1.1vw;
  }
}
@media only screen and (max-height: 899px) and (min-width: 980px) and (max-width: 1090.9090909091px) {
  .contacts-with-map .additional-info {
    font-size: 12px;
  }
}
@media only screen and (max-height: 899px) and (min-width: 980px) and (min-width: 1272.7272727273px) {
  .contacts-with-map .additional-info {
    font-size: 14px;
  }
}
.contacts-with-map .map-part {
  position: absolute;
  height: 100%;
  width: calc(50% - 5.6vw);
  right: 0;
  top: 0;
  z-index: 4;
}
@media only screen and (min-width: 980px) {
  .contacts-with-map .map-part {
    padding: 0;
    max-width: none;
  }
}
@media only screen and (max-width: 979px) {
  .contacts-with-map .map-part {
    width: 100%;
    position: relative;
    margin-top: 2em;
  }
}
.contacts-with-map .map-part .hotel-location-map, .contacts-with-map .map-part .poi-map-canvas {
  height: 100%;
}
@media only screen and (max-width: 979px) {
  .contacts-with-map .map-part .hotel-location-map, .contacts-with-map .map-part .poi-map-canvas {
    height: 400px;
  }
}
.contacts-with-map .bottom-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contacts-with-map * + .bottom-bar {
  margin-top: 6.5em;
}
@media only screen and (max-height: 899px) and (min-width: 980px) {
  .contacts-with-map * + .bottom-bar {
    margin-top: 2em;
  }
}
@media only screen and (max-height: 650px) and (min-width: 980px) {
  .contacts-with-map * + .bottom-bar {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 979px) {
  .contacts-with-map * + .bottom-bar {
    margin-top: 1em;
  }
}

.social-icons-list ul, .social-icons-list li {
  display: inline;
}
.social-icons-list a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 24px;
  margin: 0 3px;
  text-indent: -9999px;
  overflow: hidden;
}
.social-icons-list a svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  fill: #DCC08D;
  transition: fill 350ms ease-in-out;
}
.social-icons-list a:hover svg, .social-icons-list a:active svg {
  fill: rgba(220, 192, 141, 0.5);
}
.social-icons-list a:active svg {
  transition-duration: 50ms;
}

.full-width-gallery {
  overflow: hidden;
  display: flex;
  align-items: center;
}
.full-width-gallery .center-column {
  text-align: center;
}
.full-width-gallery * + .section-button {
  margin-top: 20px;
}
.full-width-gallery h2 {
  margin-bottom: 0;
  text-align: left;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .full-width-gallery h2 {
    text-align: center;
    margin-bottom: 10px;
  }
}

#footer {
  padding: 3.125em 0 2em;
}
#footer .logos-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (max-width: 979px) {
  #footer .logos-list {
    justify-content: center;
    margin-top: 3.125em;
  }
}
#footer .logos-list li {
  width: calc(25% - 1em);
  margin: 0 1em;
  max-width: 136px;
  flex-shrink: 0;
}
#footer .logos-list li img {
  max-width: 100%;
  width: 100%;
  max-height: 100%;
}
#footer * + .top-part {
  margin-top: 3.125em;
}
#footer .copy {
  font-size: 12px;
  line-height: 1.417em;
  text-align: center;
}
#footer * + .copy {
  margin-top: 2.75em;
}
#footer .copyright {
  margin-bottom: 10px;
}
#footer .credits sup {
  vertical-align: super;
}

.top-part {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 979px) {
  .top-part {
    display: block;
  }
}

#footer-menu {
  font-size: 1.25vw;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  #footer-menu {
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  #footer-menu {
    font-size: 18px;
  }
}
@media only screen and (max-width: 979px) {
  #footer-menu {
    text-align: center;
  }
}

.lightbox {
  background-color: rgba(35, 31, 32, 0.8);
}
.lightbox.visible {
  left: 0;
  top: 0;
  opacity: 1;
  visibility: visible;
  transition: visibility 0ms, opacity 350ms ease-in-out, top 0ms, left 0ms;
}
.lightbox .lightbox-wrapper {
  position: relative;
  padding: 3vw;
  height: 100%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .lightbox .lightbox-wrapper {
    padding: 0;
  }
}
.lightbox .lightbox-content {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  background: #231F20;
  border: 1px solid rgba(67, 67, 67, 0.5);
  max-height: 100%;
  display: flex;
  flex-direction: column;
}
.lightbox .lightbox-content .menu-link {
  position: absolute;
  top: 20px;
  right: 40px;
}
@media only screen and (max-width: 767px) {
  .lightbox .lightbox-content .menu-link {
    position: relative;
    margin-bottom: 30px;
    top: auto;
    right: auto;
  }
}
.lightbox .lightbox-content .menu-notes-top {
  margin-bottom: 40px;
}
.lightbox .lightbox-content .menu-notes-bottom {
  margin-bottom: 40px;
  font-style: italic;
}
.lightbox .lightbox-content .menu-list {
  margin-bottom: 40px;
}
.lightbox .lightbox-content .menu-list .menu-category {
  margin-bottom: 40px;
}
.lightbox .lightbox-content .menu-list .menu-category .menu-category-title {
  margin-bottom: 40px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
}
.lightbox .lightbox-content .menu-list .menu-category .menu-category-descr {
  margin-top: 40px;
}
.lightbox .lightbox-content .menu-list .menu-item {
  margin-bottom: 20px;
}
.lightbox .lightbox-content .menu-list .menu-item .menu-item-title {
  text-transform: uppercase;
}
.lightbox .lightbox-content .menu-list .menu-item .menu-item-descr {
  font-style: italic;
}
.lightbox .close-button {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 20;
  color: #fff;
}
.lightbox .close-button:before, .lightbox .close-button:after {
  background: #DCC08D;
}
.lightbox .close-button:hover:before, .lightbox .close-button:hover:after {
  opacity: 0.6;
}
.lightbox .lightbox-title {
  text-align: center;
  position: relative;
  color: #DCC08D;
  padding-top: 32px;
  border-bottom: 1px solid rgba(220, 192, 141, 0.5);
}
.lightbox .lightbox-content-container {
  position: relative;
  background: #1D1D1D;
  padding: 15px 30px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.lightbox .lightbox-content-container.no-paddings {
  padding: 0;
}
.lightbox .lightbox-content-container .table-wrapper table {
  margin-left: auto;
  margin-right: auto;
}
.lightbox .iframe-wrapper {
  width: 100%;
  height: 0;
  padding-top: 59%;
  position: relative;
}
.lightbox .iframe-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .lightbox.virtual-tour-lightbox .lightbox-content {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    flex-direction: column;
  }
  .lightbox.virtual-tour-lightbox .lightbox-content-heading {
    width: 100%;
  }
  .lightbox.virtual-tour-lightbox .lightbox-content-container {
    flex-grow: 1;
    flex-basis: 200px;
  }
  .lightbox.virtual-tour-lightbox .iframe-wrapper {
    padding-top: 0;
    height: 100%;
  }
}
.lightbox .lightbox-content-loading-blocker {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: opacity 350ms ease-in-out/2, visibility 350ms ease-in-out/2;
  z-index: 10;
}
.lightbox .lightbox-content-loading-blocker.active {
  opacity: 1;
  visibility: visible;
}
.lightbox .lightbox-content-loading-blocker.active:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid transparent;
  border-top-color: #DCC08D;
  border-bottom-color: #DCC08D;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#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;
  cursor: pointer;
  z-index: 2;
}
#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;
  font-size: 14px;
}
#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: 979px) {
  #hebs-gallery .galleria-stage {
    padding: 0;
  }
}
@media only screen and (max-width: 979px) 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: 979px) {
  #hebs-gallery .galleria-image-nav {
    display: none;
  }
}
#hebs-gallery .galleria-image-nav-left, #hebs-gallery .galleria-image-nav-right {
  position: absolute;
  top: 50%;
  cursor: pointer;
  width: 31px;
  height: 61px;
  margin-top: -30px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common.svg") 0 0 no-repeat;
}
#hebs-gallery .galleria-image-nav-left {
  left: 20px;
  background-position: 0 -37px;
}
#hebs-gallery .galleria-image-nav-left:hover {
  background-position: -51px -37px;
}
#hebs-gallery .galleria-image-nav-left:active {
  background-position: -102px -37px;
}
#hebs-gallery .galleria-image-nav-right {
  right: 20px;
  background-position: 0 -118px;
}
#hebs-gallery .galleria-image-nav-right:hover {
  background-position: -51px -118px;
}
#hebs-gallery .galleria-image-nav-right:active {
  background-position: -102px -118px;
}
#hebs-gallery .galleria-loader {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -24px 0 0 -24px;
}
#hebs-gallery .galleria-loader:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid transparent;
  border-top-color: #DCC08D;
  border-bottom-color: #DCC08D;
  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: 979px) and (orientation: landscape) {
  #hebs-gallery .galleria-thumbnails-container {
    display: none;
  }
}
#hebs-gallery .galleria-carousel .galleria-thumbnails-list {
  margin-left: 52px;
  margin-right: 52px;
}
#hebs-gallery .galleria-thumbnails {
  margin: 20px auto 0;
}
#hebs-gallery .galleria-thumbnails .galleria-image {
  height: 80px !important;
  width: 80px !important;
  background: #000;
  margin: 0 6px 0 0;
  float: left;
  cursor: pointer;
}
#hebs-gallery .galleria-thumbnails .galleria-image.active {
  border: 3px solid #fff;
}
#hebs-gallery .galleria-thumbnails .galleria-image.active img {
  margin: -3px 0 0 -3px;
}
#hebs-gallery .galleria-thumb-nav-left, #hebs-gallery .galleria-thumb-nav-right {
  display: none;
  position: absolute;
  top: 50%;
  cursor: pointer;
  width: 21px;
  height: 21px;
  margin-top: -10px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common.svg") 0 0 no-repeat;
}
#hebs-gallery .galleria-carousel .galleria-thumb-nav-left, #hebs-gallery .galleria-carousel .galleria-thumb-nav-right {
  display: block;
}
#hebs-gallery .galleria-thumb-nav-left.disabled, #hebs-gallery .galleria-thumb-nav-right.disabled {
  opacity: 0.5;
  cursor: default;
}
#hebs-gallery .galleria-thumb-nav-left {
  left: 15px;
  background-position: 5px -199px;
}
#hebs-gallery .galleria-thumb-nav-left:hover {
  background-position: -26px -199px;
}
#hebs-gallery .galleria-thumb-nav-left:active {
  background-position: -57px -199px;
}
#hebs-gallery .galleria-thumb-nav-left.disabled {
  background-position: 5px -199px;
}
#hebs-gallery .galleria-thumb-nav-right {
  right: 15px;
  background-position: 5px -240px;
}
#hebs-gallery .galleria-thumb-nav-right:hover {
  background-position: -26px -240px;
}
#hebs-gallery .galleria-thumb-nav-right:active {
  background-position: -57px -240px;
}
#hebs-gallery .galleria-thumb-nav-right.disabled {
  background-position: 5px -240px;
}
#hebs-gallery .galleria-info {
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  width: 100%;
  height: 40px;
}
#hebs-gallery .galleria-info .galleria-info-description {
  text-align: center;
  line-height: 40px;
  color: #fff;
  position: absolute;
  left: 300px;
  right: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

.hotel-location-map, .poi-map-canvas {
  height: 500px;
  background: #231F20;
}
.hotel-location-map .map-content, .poi-map-canvas .map-content {
  overflow: hidden;
}

.infoBox > img {
  position: absolute !important;
  margin: 0 !important;
  right: 10px;
  top: 10px;
  z-index: 1;
}

.map-content {
  background: #231F20;
  font-size: 1.4vw;
  line-height: 1em;
  overflow: hidden;
  padding: 1em;
  position: relative;
  width: 300px;
}
@media (max-width: 714.2857142857px) {
  .map-content {
    font-size: 10px;
  }
}
@media (min-width: 1000px) {
  .map-content {
    font-size: 14px;
  }
}
.map-content h3 {
  font-family: "TitilliumWeb WF", sans-serif;
  font-size: 1.25vw;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media (max-width: 1280px) {
  .map-content h3 {
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  .map-content h3 {
    font-size: 18px;
  }
}
.map-content p {
  margin-top: 0.5em;
}
.map-content .button {
  font-size: 1em;
}

.pressroom .slideshow {
  overflow: hidden;
  position: relative;
  padding: 1.5em 0 calc(1.5em + 46px);
}
@media only screen and (max-width: 979px) {
  .pressroom .slideshow {
    padding: 20px 0 40px;
  }
}
.pressroom .slideshow-wrapper {
  justify-content: center;
}
.pressroom .slideshow-wrapper.swiper-wrapper {
  justify-content: flex-start;
}
.pressroom .pressroom-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: calc(25% - 20px);
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  font-size: 1.7vw;
  line-height: 1.4em;
  border-top: 1px solid #DCC08D;
  border-bottom: 1px solid #DCC08D;
}
@media (max-width: 941.1764705882px) {
  .pressroom .pressroom-item {
    font-size: 16px;
  }
}
@media (min-width: 1411.7647058824px) {
  .pressroom .pressroom-item {
    font-size: 24px;
  }
}
@media only screen and (max-height: 899px) and (min-width: 980px) {
  .pressroom .pressroom-item {
    font-size: 1.7vw;
  }
}
@media only screen and (max-height: 899px) and (min-width: 980px) and (max-width: 941.1764705882px) {
  .pressroom .pressroom-item {
    font-size: 16px;
  }
}
@media only screen and (max-height: 899px) and (min-width: 980px) and (min-width: 1058.8235294118px) {
  .pressroom .pressroom-item {
    font-size: 18px;
  }
}
@media only screen and (max-height: 650px) and (min-width: 980px) {
  .pressroom .pressroom-item {
    font-size: 16px;
    line-height: 1.2;
  }
}
.pressroom .pressroom-item:before {
  position: absolute;
  content: "";
  top: -1em;
  bottom: -1em;
  left: 0;
  width: 1px;
  background-color: #DCC08D;
}
.pressroom .pressroom-item:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 0;
}
.pressroom .pressroom-item .description {
  position: relative;
  padding: 3.3em 1em 1.6em;
  z-index: 1;
}
@media only screen and (max-height: 899px) and (min-width: 980px) {
  .pressroom .pressroom-item .description {
    padding: 1.5em 1em;
  }
}
@media only screen and (max-height: 650px) and (min-width: 980px) {
  .pressroom .pressroom-item .description {
    padding: 0.5em 1em;
  }
}
@media only screen and (max-width: 767px) {
  .pressroom .pressroom-item .description {
    padding: 1.5em;
  }
}
.pressroom .pressroom-item time {
  display: inline-block;
  text-transform: uppercase;
}
.pressroom .pressroom-item h3 {
  color: #DCC08D;
  text-transform: uppercase;
}
.pressroom .pressroom-item time, .pressroom .pressroom-item h3 {
  margin-bottom: 2em;
}
@media only screen and (max-height: 899px) and (min-width: 980px) {
  .pressroom .pressroom-item time, .pressroom .pressroom-item h3 {
    margin-bottom: 0.5em;
  }
}
.pressroom .pressroom-item time + h3 {
  margin-top: -2em;
}
@media only screen and (max-height: 899px) and (min-width: 980px) {
  .pressroom .pressroom-item time + h3 {
    margin-top: -0.5em;
  }
}
.pressroom .pressroom-item .publication {
  display: inline-block;
  width: 100%;
  text-align: right;
}
.pressroom .pressroom-item .publication:before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 1px;
  background-color: #fff;
  vertical-align: middle;
}
.pressroom .pressroom-item nav {
  text-align: center;
}
.pressroom .pressroom-item nav * + .button {
  margin-top: 10px;
}
.pressroom .pressroom-item * + nav {
  margin-top: 1.5em;
}
@media only screen and (max-height: 899px) and (min-width: 980px) {
  .pressroom .pressroom-item * + nav {
    margin-top: 1em;
  }
}
@media only screen and (max-height: 650px) and (min-width: 980px) {
  .pressroom .pressroom-item * + nav {
    margin-top: 0.5em;
  }
}
.pressroom .slideshow-wrapper:not(.swiper-wrapper) .pressroom-item:before, .pressroom .swiper-wrapper .pressroom-item:not(.swiper-slide-visible):before, .pressroom .swiper-wrapper .pressroom-item.swiper-slide-active:before {
  display: none;
}
.pressroom .slideshow-button.previous {
  left: 40px;
}
.pressroom .slideshow-button.next {
  right: 40px;
}

.galleries {
  position: relative;
}
.galleries h2 {
  margin-bottom: 0;
}
.galleries .slideshow {
  padding: 2.25em 0 58px;
  position: relative;
}
.galleries .slideshow:before, .galleries .slideshow:after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
}
.galleries .slideshow:before {
  width: 70%;
  top: 0.65em;
  bottom: 23px;
  border-top: 1px solid #DCC08D;
  border-bottom: 1px solid #DCC08D;
}
.galleries .slideshow:after {
  width: 1px;
  top: 0;
  bottom: 0;
  background-color: #DCC08D;
}
.galleries .slideshow .slideshow-wrapper {
  z-index: 1;
}
.galleries .slide {
  line-height: 0;
  background-color: #231F20;
}
.galleries .slide.swiper-slide:not(.swiper-slide-active) button {
  opacity: 0.5;
}
.galleries .slide .gallery-trigger {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 65%;
  display: block;
  background-color: #DCC08D;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-height: 899px) and (min-width: 980px) {
  .galleries .slide .gallery-trigger {
    padding-bottom: 40%;
  }
}
@media only screen and (max-height: 650px) and (min-width: 980px) {
  .galleries .slide .gallery-trigger {
    padding-bottom: 30%;
  }
}
.galleries .slide .gallery-trigger .img-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 100%;
  padding: 0.5em 1em;
  box-sizing: border-box;
  font-size: 0.97vw;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
}
@media (max-width: 1237.1134020619px) {
  .galleries .slide .gallery-trigger .img-caption {
    font-size: 12px;
  }
}
@media (min-width: 1443.2989690722px) {
  .galleries .slide .gallery-trigger .img-caption {
    font-size: 14px;
  }
}
.galleries .slideshow-button {
  bottom: 23px;
  transform: translateY(50%);
}
.galleries .slideshow-button.previous {
  left: 1em;
  transform: translateY(50%) rotate(180deg);
}
.galleries .slideshow-button.next {
  right: 1em;
}

.form {
  display: block;
  margin-bottom: 20px;
}
@media only screen and (max-height: 899px) and (min-width: 980px) {
  .form {
    margin-bottom: 10px;
  }
}
.form .ui-menu-item a {
  text-align: left;
}
.form em {
  color: inherit !important;
}
.form label {
  display: flex;
  line-height: 1.2;
  margin-bottom: 5px;
}
@media only screen and (max-height: 899px) and (min-width: 980px) {
  .form label {
    margin-bottom: 0;
    font-size: 12px;
  }
}
.form label em {
  order: 1;
}
.form fieldset label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.form p {
  margin-bottom: 15px;
}
@media only screen and (max-height: 899px) and (min-width: 980px) {
  .form p {
    margin-bottom: 5px;
  }
}
.form p:after {
  clear: both;
  content: "";
  display: table;
}
.form p span {
  float: left;
  margin: 0 10px 0 0;
}
.form p span.checkbox-group {
  margin-bottom: 10px;
}
@media only screen and (max-height: 899px) and (min-width: 980px) {
  .form p span.checkbox-group {
    margin-bottom: 5px;
  }
}
.form p span input {
  display: inline;
  float: none;
  margin: 0;
}
.form p span label {
  display: inline;
  float: none;
  width: auto;
  text-align: left;
}
.form p span.group label {
  display: block;
  margin-bottom: 10px;
}
@media only screen and (max-height: 899px) and (min-width: 980px) {
  .form p span.group label {
    margin-bottom: 5px;
  }
}
.form p span.group label input {
  margin-right: 0.4em;
}
.form p.w-50 {
  width: calc(50% - 15px);
  float: left;
  margin-left: 30px;
}
@media only screen and (max-width: 979px) {
  .form p.w-50 {
    width: 100%;
    margin-left: 0;
    float: none;
  }
}
.form p.col-start {
  clear: both;
  margin-left: 0;
}
.form input[type=text], .form input[type=date], .form textarea, .form select, .form .input-overlay {
  height: 40px;
  padding: 0 10px;
  resize: none;
  width: 100%;
  border-bottom: 1px solid rgba(220, 192, 141, 0.5);
  color: #fff;
}
@media only screen and (max-height: 899px) and (min-width: 980px) {
  .form input[type=text], .form input[type=date], .form textarea, .form select, .form .input-overlay {
    height: 20px;
  }
}
.form .input-overlay {
  opacity: 0;
  margin-top: -40px;
}
@media only screen and (max-height: 899px) and (min-width: 980px) {
  .form .input-overlay {
    margin-top: -20px;
  }
}
@media only screen and (max-width: 767px) {
  .form .select-wrapper {
    width: 100%;
  }
}
.form textarea {
  height: 100px;
  overflow: auto;
  line-height: 20px;
  padding: 10px;
  border: 1px solid rgba(220, 192, 141, 0.5);
}
@media only screen and (max-height: 899px) and (min-width: 980px) {
  .form textarea {
    height: 60px;
  }
}
@media only screen and (max-height: 650px) and (min-width: 980px) {
  .form textarea {
    height: 40px;
  }
}
.form input[type=checkbox],
.form input[type=radio] {
  width: 14px;
  height: 14px;
  padding: 0;
  vertical-align: top;
}
.form input[type=radio] {
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  .form input[type=radio] {
    margin-top: 0;
  }
}
.form .group input[type=radio] {
  margin-top: 0;
}
.form .datepicker-input-wrapper {
  float: left;
}
@media only screen and (max-width: 767px) {
  .form .datepicker-input-wrapper {
    float: none;
  }
}
.form input.date-pick, .form .input-overlay {
  width: 100px;
  float: left;
}
@media only screen and (max-width: 767px) {
  .form input.date-pick, .form .input-overlay {
    float: none;
    display: block;
    width: 100%;
  }
}
.form .input-overlay {
  clear: both;
}
.form .ui-datepicker-trigger {
  float: left;
  position: static;
  margin: 13px 0 0 6px;
}
@media only screen and (max-width: 767px) {
  .form .ui-datepicker-trigger {
    display: none;
  }
}
.form p.type_recaptcha {
  margin-bottom: 0;
}
.form .g-recaptcha {
  margin-bottom: 5px;
}
.form .terms-privacy {
  margin-top: 15px;
  text-align: left !important;
  margin-bottom: 20px;
}
@media only screen and (max-height: 899px) and (min-width: 980px) {
  .form .terms-privacy {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

.custom-checkbox, .custom-radio {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding-left: 2em;
  line-height: 1.4em;
}
.custom-checkbox:before, .custom-radio:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.313em;
  height: 1.313em;
  border: 1px solid #DCC08D;
  transition: transform 350ms ease-in-out/2;
}
@media only screen and (min-width: 980px) {
  .custom-checkbox:hover:before, .custom-radio:hover:before {
    transform: scale(1.1);
  }
  .custom-checkbox:active:before, .custom-radio:active:before {
    transform: scale(1);
  }
}
.custom-checkbox:after, .custom-radio:after {
  content: "";
  position: absolute;
  top: 0.375em;
  left: 0.375em;
  width: 0.625em;
  height: 0.375em;
  border-bottom: 0.125em solid #DCC08D;
  border-left: 0.125em solid #DCC08D;
  transform: rotate(-45deg) scale(2);
  opacity: 0;
  visibility: hidden;
  transition: transform 350ms ease-in-out/2 350ms ease-in-out/3, opacity 350ms ease-in-out/2, visibility 350ms ease-in-out/2;
  pointer-events: none;
}
.custom-checkbox.checked:after, .custom-radio.checked:after {
  transform: rotate(-45deg) scale(1);
  opacity: 1;
  visibility: visible;
  transition: transform 350ms ease-in-out/3, opacity 350ms ease-in-out/3, visibility 350ms ease-in-out/3;
}
.custom-checkbox input, .custom-radio input {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

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