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

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

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

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

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

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

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

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

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

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

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

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

.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: #000;
  text-transform: uppercase;
}
.ui-datepicker-calendar td {
  font-size: 12px;
  color: #000;
}
.ui-datepicker-calendar td.ui-datepicker-other-month, .ui-datepicker-calendar td.ui-state-disabled {
  color: #a9a9a9;
}
.ui-datepicker-calendar td.ui-datepicker-other-month span:hover, .ui-datepicker-calendar td.ui-state-disabled span:hover {
  color: inherit;
  background: none;
}
.ui-datepicker-calendar a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.ui-datepicker-calendar .ui-datepicker-today 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: #54baba;
  color: #fff;
}

.ui-datepicker-trigger {
  float: left;
  margin: 13px 0 0 8px;
  width: 17px;
  height: 15px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/sprite.svg") 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:-ms-input-placeholder {
  color: #292C2D;
}
.ui-selectmenu-button::-ms-input-placeholder {
  color: #292C2D;
}
.ui-selectmenu-button::placeholder {
  color: #292C2D;
}
.ui-selectmenu-button .ui-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  margin-top: -4px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 7px solid #292C2D;
}
.ui-selectmenu-button:hover .ui-icon {
  border-top-color: #54baba;
}
.ui-selectmenu-button .ui-selectmenu-text {
  display: block;
  height: 100%;
  padding: 0 30px 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-selectmenu-button .ui-selectmenu-text strong {
  font-weight: 700;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html.hamburger-navigation-visible {
  overflow: hidden;
}
html.hamburger-navigation-visible #header {
  background-color: #fff;
}

#hamburger-navigation {
  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: 60;
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation {
    display: block;
    padding-top: 100px;
  }
}
.has-acm-banner #hamburger-navigation {
  padding-top: 190px;
}
@media only screen and (max-width: 767px) {
  .has-acm-banner #hamburger-navigation {
    padding-top: 160px;
  }
}
.hamburger-navigation-visible #hamburger-navigation {
  right: 0;
  visibility: visible;
}
.has-safety-alert-bar #hamburger-navigation {
  top: 53px;
}
@media only screen and (max-width: 767px) {
  .has-safety-alert-bar #hamburger-navigation {
    top: 60px;
  }
}
@media only screen and (max-width: 680px) {
  .has-safety-alert-bar #hamburger-navigation {
    top: 90px;
  }
}
@media only screen and (max-width: 408px) {
  .has-safety-alert-bar #hamburger-navigation {
    top: 120px;
  }
}
#hamburger-navigation .logo {
  display: none;
}
#hamburger-navigation .menu-wrap {
  height: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation .menu-wrap {
    padding-top: 40px;
  }
}
#hamburger-navigation .main-menu {
  position: relative;
  max-width: 60%;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation .main-menu {
    max-width: 90%;
  }
}
#hamburger-navigation .main-menu .menu {
  margin: 0;
  padding: 0;
}
#hamburger-navigation .main-menu .menu li {
  position: relative;
}
#hamburger-navigation .main-menu .menu a:not(.button) {
  display: block;
  padding: 10px 20px;
}
#hamburger-navigation .main-menu .menu.level-1 > li > a {
  font: 10vh/1 #af3432;
  color: #af3432;
  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 {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation .main-menu .menu.level-1 > li > a {
    font-size: clamp(1rem, calc(-0.875rem + 9.333vw), 5.5rem);
  }
}
#hamburger-navigation .main-menu .button {
  margin: 10px 0;
}

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

#home-gallery {
  position: relative;
  overflow: hidden;
  padding-bottom: 10px;
  text-align: center;
  z-index: 10;
}
#home-gallery .button {
  display: none;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  #home-gallery .button.visible {
    display: inline-block;
  }
}
#home-gallery div.gallery-wrapper {
  overflow: hidden;
}
#home-gallery div.gallery-wrapper .button.photo {
  display: inline-block;
  width: auto;
  padding-top: 0;
  float: none;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  #home-gallery div.gallery-wrapper .button.photo {
    display: none !important;
  }
}
#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;
  overflow: hidden;
  z-index: 100;
}
#home-gallery .photo img {
  z-index: 105;
}
#home-gallery .photo:hover {
  opacity: 0.8;
}
#home-gallery .photo:hover span.caption {
  transform: translate(0, 100%);
}
#home-gallery .photo span.caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  padding: 1vw;
  font-size: 2vw;
  color: #fff;
  text-align: center;
  transition: transform 0.4s;
  transform: translate(100%, 100%);
  z-index: 110;
}
#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: 979px) {
  #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: 100%;
    padding-top: 100%;
    margin-left: 0;
  }
  #home-gallery .photo:nth-child(4), #home-gallery .photo:nth-child(5), #home-gallery .photo:nth-child(11) {
    width: 100%;
  }
  #home-gallery .photo:nth-child(n+6) {
    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 "din-condensed", 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;
  }
}

#footer {
  position: relative;
  font-family: "din-condensed", sans-serif;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #1A1919;
  text-transform: uppercase;
  background-size: 100%;
  background-position: 0 100%;
  background-repeat: repeat-x;
  z-index: 1;
  margin-top: 60px;
  padding: 60px 0 40px;
}
#footer:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  max-width: 1230px;
  height: 1px;
  margin: auto;
  background: #af3432;
}
@media only screen and (max-width: 767px) {
  #footer .button.transparent {
    width: 100%;
    min-width: 0;
  }
}
#footer .footer-contacts a {
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#footer .row {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1330px;
  padding: 0 50px 0 212px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #footer .row {
    padding: 0 20px;
  }
}
#footer .row::after {
  display: none;
}
#footer .row .col {
  padding: 0 20px;
}
#footer .row .col-socials {
  order: 1;
}
#footer .row .col-address {
  order: 3;
}
#footer .row .col-contacts {
  order: 5;
}
#footer .row .col.footer-block_last {
  padding-right: 0;
  order: 10;
}
@media only screen and (max-width: 767px) {
  #footer .row .col {
    width: 100% !important;
    text-align: center !important;
    margin-bottom: 10px;
  }
}
@media (max-width: 1100px) {
  #footer .row {
    flex-wrap: wrap;
  }
}
#footer ul {
  margin-bottom: 0;
}
#footer li {
  display: block;
  font-weight: 300;
}
#footer a:not(.button) {
  color: #1A1919;
}
#footer a:not(.button):hover {
  text-decoration: underline;
}
#footer .flogo {
  position: absolute;
  top: 0;
  left: 52px;
  display: block;
  width: 123px;
  height: 96px;
}
#footer .flogo img {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #footer .flogo img {
    width: 60%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  #footer .flogo {
    width: 100%;
    position: relative;
    height: auto;
    left: auto;
    top: auto;
    margin: 0 auto 20px;
  }
}
#footer .footer-title {
  margin-bottom: 4px;
  font-family: "din-condensed", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #af3432;
}
#footer .footer-block_last {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  #footer .footer-block_last {
    text-align: center;
  }
}
#footer .button {
  margin-bottom: 8px;
  color: #fff;
}
#footer .copyright, #footer .credits {
  display: block;
  margin-bottom: 4px;
  font-size: 10px;
}
#footer .copyright sup, #footer .credits sup {
  vertical-align: super;
}
#footer .socials {
  font-size: inherit;
  text-transform: none;
  margin-top: 5px;
  display: flex;
}
@media only screen and (max-width: 767px) {
  #footer .socials {
    justify-content: center;
  }
}
#footer .socials li {
  margin: 0 10px;
}
#footer .socials li:first-child {
  margin-left: 0;
}
#footer .socials li:last-child {
  margin-right: 0;
}
#footer .socials a {
  display: block;
  font-size: inherit;
}
#footer .socials .instagram {
  font-size: 0;
}
#footer .socials .instagram img {
  display: block;
}
@media only screen and (max-width: 979px) {
  #footer {
    padding-bottom: 20px;
  }
  #footer .row .col {
    padding: 4px 10px;
  }
  #footer .row .col-socials {
    order: 6;
  }
  #footer .footer-block_last {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .row .col-socials {
    order: 5;
  }
}

#hebs-gallery {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.95);
  /* FULL SIZE IMAGE */
  /* FULL SIZE IMAGE -> Navigation */
  /* FULL SIZE IMAGE -> Loading */
  /* THUMBNAILS */
  /* THUMBNAILS -> Navigation */
  /* INFO */
}
#hebs-gallery .galleria {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
#hebs-gallery .close-button {
  position: absolute;
  right: 20px;
  top: 12px;
  width: 17px;
  height: 17px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
  background: url("../images/common.svg") 0 0 no-repeat;
}
#hebs-gallery .close-button:hover {
  background-position: -37px 0;
}
#hebs-gallery .close-button:active {
  background-position: -74px 0;
}
#hebs-gallery .galleria-container {
  position: relative;
  overflow: hidden;
  width: 100% !important;
  height: 100% !important;
}
#hebs-gallery .select-wrapper {
  position: relative;
  float: left;
  margin: 5px 0 0 20px;
  z-index: 2;
}
#hebs-gallery .category-selector {
  height: 30px;
  line-height: 30px;
  margin-bottom: 0;
  background: #ddf0f0;
  font-size: 14px;
  color: #132929;
}
#hebs-gallery .galleria-stage {
  position: absolute;
  top: 40px;
  bottom: 120px;
  left: 0;
  right: 0;
  padding: 20px 72px;
  overflow: hidden;
}
@media only screen and (max-width: 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: #000;
  border-bottom-color: #000;
  border-radius: 50%;
  -webkit-animation: loading-icon-spin 1200ms linear infinite;
          animation: loading-icon-spin 1200ms linear infinite;
}
@-webkit-keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#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;
}

#share-this-site-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABAAQMAAACQp+OdAAAAA1BMVEUAAACnej3aAAAAAXRSTlOzEo46UAAAAA5JREFUeAFjoACMglEAAAJAAAGccJWlAAAAAElFTkSuQmCC");
  background: rgba(0, 0, 0, 0.7);
}
#share-this-site-overlay .wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 420px;
  height: 140px;
  padding: 20px;
  margin: -90px 0 0 -230px;
  background: #327d7d;
}
#share-this-site-overlay .close-button {
  position: absolute;
  right: 15px;
  top: 10px;
  width: 17px;
  height: 17px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common.svg") 0 0 no-repeat;
  cursor: pointer;
  z-index: 2;
}
#share-this-site-overlay .close-button:hover {
  background-position: -37px 0;
}
#share-this-site-overlay .close-button:active {
  background-position: -74px 0;
}

#share-this-site {
  padding: 0;
  margin: 0 5px 5px;
  width: 420px;
}
#share-this-site li {
  float: left;
  width: 130px;
  margin: 0 5px;
  font-size: 0;
}
#share-this-site a {
  position: relative;
  display: block;
  height: 16px;
  margin: 5px 0;
  padding-left: 20px;
  font: 12px/16px "din-condensed", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #f7fcfc;
}
#share-this-site a:hover {
  color: #6dc7c7;
}
#share-this-site a .icon {
  float: left;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  background: url(images/share.png) 0 0 no-repeat;
}
#share-this-site a.share_facebook .icon {
  background-position: 0 0;
}
#share-this-site a.share_facebook:hover .icon {
  background-position: -36px 0;
}
#share-this-site a.share_twitter .icon {
  background-position: 0 -36px;
}
#share-this-site a.share_twitter:hover .icon {
  background-position: -36px -36px;
}
#share-this-site a.share_tumblr .icon {
  background-position: 0 -72px;
}
#share-this-site a.share_tumblr:hover .icon {
  background-position: -36px -72px;
}
#share-this-site a.share_linkedin .icon {
  background-position: 0 -108px;
}
#share-this-site a.share_linkedin:hover .icon {
  background-position: -36px -108px;
}
#share-this-site a.share_digg .icon {
  background-position: 0 -144px;
}
#share-this-site a.share_digg:hover .icon {
  background-position: -36px -144px;
}
#share-this-site a.share_delicious .icon {
  background-position: 0 -180px;
}
#share-this-site a.share_delicious:hover .icon {
  background-position: -36px -180px;
}
#share-this-site a.share_stumbleupon .icon {
  background-position: 0 -216px;
}
#share-this-site a.share_stumbleupon:hover .icon {
  background-position: -36px -216px;
}
#share-this-site a.share_orkut .icon {
  background-position: 0 -252px;
}
#share-this-site a.share_orkut:hover .icon {
  background-position: -36px -252px;
}
#share-this-site a.share_myspace .icon {
  background-position: 0 -288px;
}
#share-this-site a.share_myspace:hover .icon {
  background-position: -36px -288px;
}
#share-this-site a.share_yammer .icon {
  background-position: 0 -324px;
}
#share-this-site a.share_yammer:hover .icon {
  background-position: -36px -324px;
}
#share-this-site a.share_pinterest .icon {
  background-position: 0 -360px;
}
#share-this-site a.share_pinterest:hover .icon {
  background-position: -36px -360px;
}
#share-this-site a.share_bebo .icon {
  background-position: 0 -396px;
}
#share-this-site a.share_bebo:hover .icon {
  background-position: -36px -396px;
}
#share-this-site a.share_live .icon {
  background-position: 0 -432px;
}
#share-this-site a.share_live:hover .icon {
  background-position: -36px -432px;
}
#share-this-site a.share_google .icon {
  background-position: 0 -468px;
}
#share-this-site a.share_google:hover .icon {
  background-position: -36px -468px;
}
#share-this-site a.share_email .icon {
  background-position: 0 -504px;
}
#share-this-site a.share_email:hover .icon {
  background-position: -36px -504px;
}

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

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

.map-content {
  background: rgba(175, 52, 50, 0.9);
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  padding: 20px;
  position: relative;
  text-align: center;
  color: #fff;
  min-width: 300px;
  height: auto;
}
.map-content h3, .map-content p {
  margin-bottom: 5px;
}
.map-content h3 {
  font: 700 16px/24px "din-condensed", sans-serif;
  color: #fff;
}
.map-content a {
  color: #fff;
}
.map-content .button {
  background: #fff;
  color: #af3432;
  margin-top: 20px;
}
.map-content .button:hover {
  color: #fff;
}

.galleries {
  text-align: center;
  font-size: 0;
}
.galleries .gallery {
  padding-bottom: calc(33.3% - 10px);
  width: calc(33.3% - 10px);
  height: 0;
  margin: 5px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .galleries .gallery {
    width: calc(50% - 10px);
    padding-bottom: calc(50% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  .galleries .gallery {
    width: calc(100% - 10px);
    padding-bottom: calc(100% - 10px);
  }
}
.galleries .gallery h2, .galleries .gallery h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font: 26px/30px "century-gothic", Arial, sans-serif;
  text-transform: uppercase;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
  color: inherit;
  z-index: 1;
}
.galleries .gallery h3 {
  top: auto;
  bottom: 10px;
  font-size: 14px;
  opacity: 1;
  line-height: 1;
  text-align: center;
}
.galleries .gallery:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -1px;
}
.galleries .gallery:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.25);
  transition: background 0.3s ease-in-out;
  z-index: 0;
}
.galleries .gallery:hover h2, .galleries .gallery:hover h3 {
  transform: translate(-50%, -50%) scale(0.6);
  opacity: 0;
}
.galleries .gallery:hover .description {
  right: 0;
}
.galleries .gallery:hover:after {
  background: rgba(0, 0, 0, 0.5);
}
.galleries .gallery .description {
  position: absolute;
  right: -100%;
  top: 0;
  color: inherit;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
@media only screen and (max-width: 979px) {
  .galleries .gallery .description {
    font-size: 16px;
    line-height: 20px;
  }
}
.galleries .gallery .description:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -1px;
}
.galleries .gallery .description .centered {
  padding: 15px;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 4px);
}

.form {
  display: block;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .form {
    text-align: left;
  }
}
.form .ui-menu-item a {
  text-align: left;
}
.form h3 {
  text-align: left;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e2e2e2;
}
.form label {
  width: 40%;
  line-height: 1.2;
  margin: 12px 20px 0 0;
  float: left;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .form label {
    display: block;
    float: none;
    margin: 0 0 20px;
    text-align: left;
    width: auto;
  }
}
.form label em {
  color: #b31919;
  font-size: 16px;
  font-weight: normal;
  line-height: 10px;
  padding-right: 5px;
}
.form p {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .form p {
    margin-bottom: 20px;
  }
}
.form p:after {
  clear: both;
  content: "";
  display: table;
}
.form p span {
  float: left;
  margin: 0 10px 0 0;
}
.form p span.checkbox-group {
  margin-bottom: 10px;
}
.form p span input {
  display: inline;
  float: none;
  margin: 0;
}
.form p span label {
  display: inline;
  float: none;
  width: auto;
  text-align: left;
}
.form p span.group label {
  display: block;
  margin-bottom: 10px;
}
.form p span.group label input {
  margin-right: 0.4em;
}
.form input[type=text], .form input[type=date], .form textarea, .form select, .form .input-overlay {
  background: #fff;
  color: #53565a;
  height: 40px;
  padding: 0 10px;
  resize: none;
  width: 250px;
  border: 1px solid #d1d1d1;
  font-size: 14px;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  .form input[type=text], .form input[type=date], .form textarea, .form select, .form .input-overlay {
    padding: 0 20px;
    width: 100%;
    text-align: left;
  }
}
.form .input-overlay {
  opacity: 0;
  margin-top: -40px;
}
@media only screen and (max-width: 767px) {
  .form .select-wrapper {
    width: 100%;
  }
}
.form textarea {
  height: 100px;
  overflow: auto;
  line-height: 20px;
  padding: 10px;
}
.form input[type=checkbox],
.form input[type=radio] {
  width: 14px;
  height: 14px;
  padding: 0;
  vertical-align: top;
}
.form input[type=radio] {
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  .form input[type=radio] {
    margin-top: 0;
  }
}
.form .group {
  margin-left: calc(40% + 20px);
}
@media only screen and (max-width: 767px) {
  .form .group {
    margin-left: 0;
  }
}
.form .group input[type=radio] {
  margin-top: 0;
}
.form .datepicker-input-wrapper {
  float: left;
}
@media only screen and (max-width: 767px) {
  .form .datepicker-input-wrapper {
    float: none;
  }
}
.form input.date-pick, .form .input-overlay {
  width: 100px;
  float: left;
}
@media only screen and (max-width: 767px) {
  .form input.date-pick, .form .input-overlay {
    float: none;
    display: block;
    width: 100%;
  }
}
.form .input-overlay {
  clear: both;
}
.form .ui-datepicker-trigger {
  float: left;
  position: static;
  margin: 13px 0 0 6px;
}
@media only screen and (max-width: 767px) {
  .form .ui-datepicker-trigger {
    display: none;
  }
}
.form .controls p {
  padding: 20px 0 0 40%;
  width: auto;
  background: none;
}
@media only screen and (max-width: 767px) {
  .form .controls p {
    padding: 0;
    text-align: center;
  }
}
.form .controls .button {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .form .controls .button {
    display: inline-block;
    margin: 0;
  }
}

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

.poi {
  overflow: hidden;
}

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

.poi-zoom {
  color: #54baba;
  font-size: 14px;
  line-height: 22px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  margin: 20px 0;
}
.poi-zoom .poi-zoom-button {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -100em;
  text-align: left;
}
.poi-zoom .poi-zoom-button:after {
  content: "";
  background: #54baba;
  display: block;
  width: 8px;
  height: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.poi-zoom .poi-zoom-button.zoom-in:before {
  content: "";
  background: #54baba;
  display: block;
  width: 1px;
  height: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.poi-map {
  height: 800px;
}

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

.reviews-slideshow {
  padding: 80px 0;
  background-color: #fff;
  overflow: hidden;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .reviews-slideshow {
    padding-bottom: 75px;
  }
}
.reviews-slideshow .center-column {
  position: relative;
}
.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: 979px) {
  .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;
  align-items: center;
}
.reviews-slideshow .slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-family: "din-condensed", sans-serif;
  font-size: 23px;
  letter-spacing: 2.3px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
}
.reviews-slideshow .slide .name {
  margin-top: 25px;
  font-family: "century-gothic", Arial, sans-serif;
  font-size: 21px;
  text-transform: none;
}
.reviews-slideshow .slideshow-button {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  width: 26px;
  height: 26px;
  text-indent: -10000em;
  border: 2px solid #af3432;
  border-bottom: 0;
  border-left: 0;
  transition: opacity 350ms ease-in-out;
  opacity: 0.6;
  cursor: pointer;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .reviews-slideshow .slideshow-button {
    display: none;
  }
}
.reviews-slideshow .slideshow-button::before {
  content: "";
  position: absolute;
  top: 10px;
  right: -6px;
  display: block;
  width: 34px;
  height: 2px;
  background: #af3432;
  transform: rotate(-45deg);
  z-index: 10;
}
.reviews-slideshow .slideshow-button::after {
  content: "";
  position: absolute;
  top: -20px;
  right: -20px;
  display: block;
  width: 60px;
  height: 60px;
  border: 2px solid #af3432;
  border-radius: 50%;
  z-index: 8;
}
.reviews-slideshow .slideshow-button:hover {
  opacity: 1;
}
.reviews-slideshow .slideshow-button.previous {
  left: 40px;
  margin-left: 20px;
  transform: rotate(-135deg);
}
@media only screen and (max-width: 979px) {
  .reviews-slideshow .slideshow-button.previous {
    left: 20px;
  }
}
.reviews-slideshow .slideshow-button.next {
  right: 40px;
  margin-right: 20px;
  transform: rotate(45deg);
}
@media only screen and (max-width: 979px) {
  .reviews-slideshow .slideshow-button.next {
    right: 20px;
  }
}

.menus {
  margin-bottom: 64px;
}
.menus .row {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
  max-width: 1330px;
}
.menus-item {
  display: block;
  margin: 0 15px;
  width: 50%;
  max-width: 880px;
  text-decoration: none;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.menus-img {
  width: 100%;
}
.menus-title {
  display: block;
  padding: 17px;
  font-family: "din-condensed", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  color: #af3432;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 500px) {
  .menus .row {
    display: block;
  }
  .menus-item {
    width: 100%;
    max-width: none;
    margin: 0;
  }
  .menus-title {
    padding-top: 0;
    font-size: 8vw;
  }
}

.acm-schedule {
  background-color: #fff;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .acm-schedule {
    margin-bottom: 40px;
  }
}
.acm-schedule .row {
  display: flex;
  overflow: hidden;
  max-width: 1300px;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .acm-schedule .row {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .acm-schedule .row {
    flex-flow: column;
  }
}
.acm-schedule--content {
  width: 58%;
  position: relative;
  padding: 66px 84px 64px 84px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .acm-schedule--content {
    padding: 20px 20px 20px 70px;
  }
}
@media only screen and (max-width: 767px) {
  .acm-schedule--content {
    padding: 30px 20px 30px 70px;
    width: 100%;
  }
}
.acm-schedule--content:before {
  position: absolute;
  top: 0;
  left: 7px;
  content: "";
  width: 40px;
  height: 100%;
  background-image: url("../images/wavy-lines.png");
  background-size: 100%;
  background-position: 0 0;
  background-repeat: repeat-y;
}
.acm-schedule--content h2 {
  width: 100%;
  border-bottom: 1px dashed #000;
  text-align: left;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding-bottom: 13px;
  margin-bottom: 29px;
}
.acm-schedule--content p {
  margin-bottom: 0;
  letter-spacing: 0.3px;
  font-size: 17px;
}
.acm-schedule--content p + h3 {
  margin-top: 20px;
}
.acm-schedule--content .button {
  margin-top: 24px;
  padding: 0 38px;
}
.acm-schedule--content hr {
  border-bottom: 1px dashed #C5898A;
  margin: 14px 0 25px;
}
.acm-schedule--content table {
  margin-bottom: 0;
  width: 100%;
  border: none;
  background-color: transparent;
}
.acm-schedule--content table th, .acm-schedule--content table td {
  vertical-align: top;
  padding: 0;
  border: none;
  background: transparent;
  line-height: 32px;
  font-size: 16px;
  font-family: "din-condensed", sans-serif;
  letter-spacing: 0.1px;
}
.acm-schedule--content table td:first-child {
  font-family: "din-condensed", sans-serif;
  font-size: 20px;
  letter-spacing: 1.24px;
  text-transform: uppercase;
  width: 84px;
}
.acm-schedule--content table td:first-child strong {
  font-size: 16px;
  line-height: 32px;
  text-transform: none;
  font-weight: 700;
  letter-spacing: 0;
  display: inline-block;
  vertical-align: top;
}
.acm-schedule--img {
  width: 42%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .acm-schedule--img {
    display: none;
  }
}
.acm-persona {
  padding: 80px 0;
  height: 800px;
  background-color: #af3432;
}
.acm-persona * {
  color: #fff;
}
.acm-persona .row {
  position: relative;
  justify-content: center;
  height: 100%;
}
.acm-persona--name {
  order: 0;
  position: absolute;
  top: 230px;
  margin-bottom: 0;
  width: 100%;
  max-width: 1300px;
  font-size: 6vw;
  line-height: 140px;
  letter-spacing: 2.92px;
  white-space: nowrap;
}
@media only screen and (max-width: 1400px) {
  .acm-persona--name {
    font-size: 8vw;
  }
}
.acm-persona--content {
  order: 3;
  padding: 150px 1vw 10px;
  text-align: center;
}
.acm-persona--content-first {
  order: 1;
}
.acm-persona--content_title {
  position: relative;
  display: inline-block;
  margin-bottom: 200px;
  padding: 10px 20px;
  text-transform: uppercase;
}
.acm-persona--content_title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #fff;
}
.acm-persona_img {
  order: 2;
  min-width: 480px;
  height: 100%;
  text-align: center;
}
.acm-persona_img img {
  display: inline-block;
  height: 100%;
}
@media only screen and (max-width: 979px) {
  .acm-persona {
    padding-top: 20px;
    padding-bottom: 20px;
    height: auto;
  }
  .acm-persona:after {
    clear: both;
    content: "";
    display: table;
  }
  .acm-persona .row {
    display: block;
  }
  .acm-persona_img {
    float: left;
    width: 46%;
    min-width: 320px;
  }
  .acm-persona_img img {
    width: 100%;
    height: auto;
  }
  .acm-persona--name {
    position: relative;
    top: 0;
    width: 100%;
  }
  .acm-persona--content {
    float: right;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 50%;
  }
  .acm-persona--content_title {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 670px) {
  .acm-persona_img {
    width: 100%;
    height: 400px;
    text-align: center;
    margin-bottom: 20px;
  }
  .acm-persona_img img {
    display: inline-block;
    width: auto;
    height: 100%;
  }
}
@media only screen and (max-width: 470px) {
  .acm-persona_img {
    margin-bottom: 20px;
    width: 100%;
    min-width: 0;
    height: 400px;
    text-align: center;
  }
  .acm-persona_img img {
    display: inline-block;
    width: auto;
    height: 100%;
  }
  .acm-persona--content {
    width: 100%;
  }
}

.acm-links-line {
  padding: 40px;
  width: 100%;
}
.acm-links-line-list {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 0;
  border-top: 2px solid #af3432;
  border-bottom: 2px solid #af3432;
}
.acm-links-line-list li {
  display: block;
}
.acm-links-line-list li:not(:last-child) {
  border-right: 1px solid #af3432;
}
.acm-links-line-list li a {
  display: block;
  padding: 4px 20px;
  font-family: #af3432;
  font-size: 20px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}
@media only screen and (max-width: 400px) {
  .acm-links-line-list {
    flex-direction: column;
  }
  .acm-links-line-list li:not(:last-child) {
    width: 80%;
    text-align: center;
    border-right: none;
    border-bottom: 1px solid #af3432;
  }
}
@media only screen and (max-width: 767px) {
  .acm-links-line {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.acm-work-contacts {
  padding: 10px 0 50px;
  text-align: center;
}
.acm-work-contacts .row {
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
}
.acm-work-contacts-block {
  padding: 20px;
  width: 50%;
}
.acm-work-contacts-block:first-child {
  border-right: 2px solid #af3432;
}
@media only screen and (max-width: 770px) {
  .acm-work-contacts .row {
    flex-direction: column;
  }
  .acm-work-contacts-block {
    width: 100%;
  }
  .acm-work-contacts-block:first-child {
    border-bottom: 2px solid #af3432;
    border-right: none;
  }
}

.menu-tabs-block-acm .anchor {
  position: absolute;
  top: -120px;
}
.menu-tabs-block-acm .center-column {
  max-width: 1276px;
}
.menu-tabs-block-acm h2 {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 34px;
  letter-spacing: 0.44px;
  color: #BD252B;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 10px 0;
}
.menu-tabs-block-acm .tabs {
  position: relative;
}
.menu-tabs-block-acm .tabs-titles {
  position: relative;
  margin: 0 0 70px;
}
.menu-tabs-block-acm .tabs-titles ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.menu-tabs-block-acm .tabs-titles li.tab-title {
  order: 2;
  display: block;
  transition: all 1s;
}
.menu-tabs-block-acm .tabs-titles li.tab-title:before {
  display: none !important;
}
.menu-tabs-block-acm .tabs-titles li.tab-title.active .button {
  background-color: #af3432;
  color: #fff;
}
.menu-tabs-block-acm .tabs-titles .button {
  font-weight: 700;
  margin: 0 5px 10px;
  border: 1px solid #af3432;
  background: none;
  color: #af3432;
  line-height: 38px;
}
.menu-tabs-block-acm .tabs-titles .button.active, .menu-tabs-block-acm .tabs-titles .button:hover {
  background: #af3432;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .menu-tabs-block-acm .tabs-titles .button {
    background: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .menu-tabs-block-acm .tabs-titles {
    height: 50px;
    margin: 0 0 30px;
  }
  .menu-tabs-block-acm .tabs-titles ul {
    position: relative;
    flex-direction: column;
  }
  .menu-tabs-block-acm .tabs-titles ul::after {
    content: "";
    position: absolute;
    top: 17px;
    right: 20px;
    display: block;
    width: 12px;
    height: 12px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    pointer-events: none;
    z-index: 201;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .menu-tabs-block-acm .tabs-titles ul::after {
    top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .menu-tabs-block-acm .tabs-titles li.tab-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
  }
  .menu-tabs-block-acm .tabs-titles li.tab-title.active {
    order: 1;
    position: relative !important;
    z-index: 10;
  }
}
@media only screen and (max-width: 767px) {
  .menu-tabs-block-acm .tabs-titles .button {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .menu-tabs-block-acm .tabs-titles.opened ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .menu-tabs-block-acm .tabs-titles.opened li.tab-title {
    position: relative;
    top: auto;
    z-index: 100;
  }
}
.menu-tabs-block-acm .tabs-content {
  position: relative;
  width: 100%;
  height: 100%;
  transition: 0.4s;
  z-index: unset;
  overflow: hidden;
}
.menu-tabs-block-acm .tabs-content .tabs-content-item {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.menu-tabs-block-acm .tabs-content .tabs-content-item.active {
  position: relative;
  opacity: 1;
  visibility: visible;
}
.menu-tabs-block-acm .tabs-content .tabs-content-item-descr {
  width: 100%;
  text-align: center;
}
.menu-tabs-block-acm .menu-block {
  width: 50%;
  min-width: 400px;
  padding: 0 50px 32px;
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .menu-tabs-block-acm .menu-block {
    width: 100%;
    min-width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .menu-tabs-block-acm .menu-block {
    width: 100%;
    min-width: auto;
    padding: 0 0 30px;
  }
}
.menu-tabs-block-acm .menu-block h2 span {
  display: block;
  font-size: 0.8em;
}
.menu-tabs-block-acm .menu-block h3 {
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 11px;
}
.menu-tabs-block-acm .menu-block .dish {
  margin-bottom: 32px;
  text-align: center;
}
.menu-tabs-block-acm .menu-block .dish p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.8px;
}
.menu-tabs-block-acm .menu-block .dish p.dish-descr {
  margin-bottom: 8px;
}
.menu-tabs-block-acm .menu-block .dish p.dish-ingredients {
  font-size: 14px;
  line-height: 24px;
  font-style: italic;
  margin-bottom: 8px;
}
.menu-tabs-block-acm .menu-block .dish p.dish-number {
  font-size: 16px;
  line-height: 24px;
  font-family: "century-gothic", Arial, sans-serif;
  font-weight: 700;
}
.menu-tabs-block-acm .menu-link {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}

.video-acm {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.video-acm .video {
  width: 100%;
}
.video-acm .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='113' height='113' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='translate(3 3)' stroke='%23FFF' stroke-width='4.66' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='53.5' cy='53.5' r='53.5'/%3E%3Cpath d='M41.87 32.565 74.435 53.5 41.87 74.435z'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 107px;
  height: 107px;
}
.video-acm .play-button:hover {
  opacity: 0.7;
}

.simple-image .image-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: 511px;
}
@media only screen and (max-width: 767px) {
  .simple-image .image-container {
    height: 250px;
  }
}
.simple-image .image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.content-with-image {
  display: flex;
  margin-bottom: 80px;
  margin-top: 16px;
  max-width: 1290px;
}
@media only screen and (max-width: 767px) {
  .content-with-image {
    display: block;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .content-with-image.center-column {
    padding: 0 10px;
  }
}
.content-with-image .image-container {
  width: calc(65% + 16px);
  position: relative;
  min-height: 500px;
  flex-grow: 0;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .content-with-image .image-container {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .content-with-image .image-container {
    height: 0;
    padding-top: 100%;
    width: 100%;
    min-height: auto;
  }
}
.content-with-image .image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content-with-image .content-container {
  width: calc(35% - 16px);
  display: flex;
  min-height: 380px;
  margin: 60px 0 60px -70px;
  z-index: 1;
  flex-grow: 0;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .content-with-image .content-container {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .content-with-image .content-container {
    width: 100%;
    margin: 20px 0;
    min-height: auto;
  }
}
.content-with-image .content-container .page-content {
  background: #fff;
  padding: 65px 10px 40px 55px;
}
@media only screen and (max-width: 767px) {
  .content-with-image .content-container .page-content {
    padding: 0;
    text-align: center;
  }
}
.content-with-image .content-container .page-content h3 {
  font-size: 32px;
  letter-spacing: 0;
  line-height: 32px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 979px) {
  .content-with-image .content-container .page-content h3 {
    font-size: 24px;
    line-height: 24px;
  }
}
.content-with-image .content-container .page-content p {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.8px;
  margin-bottom: 18px;
}
@media only screen and (max-width: 979px) {
  .content-with-image .content-container .page-content p {
    font-size: 14px;
    line-height: 23px;
  }
}

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