@charset "UTF-8";
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/* 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: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4); }

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

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

.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative;
  z-index: 5006; }

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

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 0 0 12px;
  top: 2px; }

.formError .formErrorArrow div {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  height: 1px;
  background: #b31919;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block; }

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none; }

.greenPopup .formErrorArrow div {
  background: #33be40; }

.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF; }

.formError .formErrorArrow .line10 {
  width: 15px;
  border: none; }

.formError .formErrorArrow .line9 {
  width: 13px;
  border: none; }

.formError .formErrorArrow .line8 {
  width: 11px; }

.formError .formErrorArrow .line7 {
  width: 9px; }

.formError .formErrorArrow .line6 {
  width: 7px; }

.formError .formErrorArrow .line5 {
  width: 5px; }

.formError .formErrorArrow .line4 {
  width: 3px; }

.formError .formErrorArrow .line1 {
  width: 1px; }

.formError .formErrorArrow .line2,
.formError .formErrorArrow .line3 {
  display: none; }

.ui-datepicker {
  display: none;
  padding: 10px;
  background: rgba(31, 61, 124, 0.95); }
  body > .ui-datepicker {
    z-index: 30 !important; }
  .ui-datepicker:after {
    display: block;
    content: '';
    height: 0;
    overflow: hidden;
    clear: both; }
  .ui-datepicker .ui-datepicker-header {
    position: relative;
    font: 20px/25px "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #fff; }
    @media only screen and (max-width: 767px) {
      .ui-datepicker .ui-datepicker-header {
        height: 20px;
        line-height: 20px; } }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-prev, .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
      position: absolute;
      top: 3px;
      width: 10px;
      height: 20px;
      text-indent: -9999px;
      overflow: hidden;
      cursor: pointer;
      -webkit-user-select: none;
         -moz-user-select: none;
              user-select: none; }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:after, .ui-datepicker .ui-datepicker-header .ui-datepicker-next:after {
        content: "";
        display: block;
        position: absolute;
        top: 3px;
        left: 3px;
        width: 12px;
        height: 12px;
        border-bottom: 1px solid #fff;
        border-left: 1px solid #fff;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        pointer-events: none; }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-header .ui-datepicker-next span {
        display: none; }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-disabled, .ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-state-disabled {
        opacity: 0.3; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
      left: 7px; }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover:after {
        opacity: 0.8; }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:active {
        -webkit-transform: translate(-1px, 0);
                transform: translate(-1px, 0); }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
      right: 7px; }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-next:after {
        -webkit-transform: rotate(-135deg);
                transform: rotate(-135deg);
        left: auto;
        right: 3px; }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover:after {
        opacity: 0.8; }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-next:active {
        -webkit-transform: translate(1px, 0);
                transform: translate(1px, 0); }
  .ui-datepicker .ui-datepicker-calendar {
    font-size: 12px;
    cursor: default;
    width: 100%; }
    .ui-datepicker .ui-datepicker-calendar th, .ui-datepicker .ui-datepicker-calendar td {
      text-align: center;
      vertical-align: middle;
      width: 30px;
      height: 28px;
      line-height: 28px; }
    .ui-datepicker .ui-datepicker-calendar th {
      font: 700 14px/32px "Roboto Condensed", sans-serif;
      color: #fff;
      text-transform: uppercase; }
    .ui-datepicker .ui-datepicker-calendar td {
      color: #fff; }
      .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-other-month, .ui-datepicker .ui-datepicker-calendar td.ui-state-disabled {
        color: rgba(255, 255, 255, 0.4); }
    .ui-datepicker .ui-datepicker-calendar a {
      display: inline-block;
      width: 100%;
      height: 100%;
      text-decoration: none;
      color: inherit; }
    .ui-datepicker .ui-datepicker-calendar .ui-datepicker-highlight a, .ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day a {
      background: #137c97; }
    .ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a {
      font-weight: 700; }

.ui-datepicker-trigger {
  float: left;
  margin: 8px 0 0 8px;
  width: 19px;
  height: 19px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common.svg") -200px 0 no-repeat; }

/**
 * Swiper 4.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 28, 2017
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

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

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  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: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-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: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* 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-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 15px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: inline-block;
  border-radius: 100%;
  border: 1px solid #fff;
  opacity: 1;
  background: none; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  background: #fff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 3px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

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

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

#booking form {
  width: 100%; }
  #booking form fieldset {
    width: 100%; }

@media only screen and (max-width: 767px) {
  #booking {
    width: 100%;
    height: 100%;
    left: auto;
    top: 0;
    padding-top: 100px;
    background: rgba(255, 255, 255, 0.95) !important; } }

#booking .row {
  display: block;
  position: relative;
  height: 60px;
  line-height: 60px;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    #booking .row {
      display: block;
      border: 0;
      margin: 25px 0;
      position: static;
      padding: 0; }
      #booking .row.column-select {
        width: auto; } }
#booking label {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: #4A4A4A;
  text-transform: uppercase; }
  @media only screen and (max-width: 767px) {
    #booking label {
      font-size: 16px;
      line-height: 30px; } }
#booking .column {
  width: 50%;
  float: left;
  border-top: 1px solid #E7E7E7;
  padding-left: 15px; }
  #booking .column + .column {
    border-left: 1px solid #E7E7E7; }

#booking input[type='text'], #booking select, #booking #booking-dates {
  display: block;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #686868; }
  #booking input[type='text']#booking-dates, #booking select#booking-dates, #booking #booking-dates#booking-dates {
    padding: 0 0 0 20px;
    position: relative; }
    #booking input[type='text']#booking-dates:after, #booking select#booking-dates:after, #booking #booking-dates#booking-dates:after {
      content: "";
      display: block;
      width: 17px;
      height: 20px;
      position: absolute;
      top: 50%;
      right: 20px;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%);
      background: url("../images/sprite.svg") no-repeat -300px 0; }

#booking select {
  padding: 0 25px 0 8px; }
  #booking select option {
    color: #000; }

#booking select + .select-icon {
  border-bottom-color: #364C6E;
  border-left-color: #364C6E; }

#booking .select-wrapper {
  display: inline-block;
  position: relative; }

#booking button[type="submit"] {
  height: 60px;
  font: 700 20px/20px "Roboto Condensed", sans-serif;
  border: 0;
  color: #fff;
  margin: 0;
  width: 100%;
  padding-top: 10px; }
  #booking button[type="submit"] span {
    display: block;
    font-size: 10px;
    font-weight: 400; }
  @media only screen and (max-width: 959px) {
    #booking button[type="submit"] {
      white-space: normal;
      line-height: 20px;
      font-size: 18px;
      letter-spacing: 1px; } }
#booking #booking-datepicker {
  display: none;
  position: absolute;
  right: 0;
  top: 80px;
  z-index: 290;
  height: 300px;
  width: 600px; }
  @media only screen and (max-width: 767px) {
    #booking #booking-datepicker {
      top: 80px;
      height: calc(100vh - 80px);
      width: 100vw;
      overflow: auto; } }
  #booking #booking-datepicker.visible {
    display: block; }
  #booking #booking-datepicker .ui-datepicker {
    width: 100% !important;
    padding: 0;
    min-height: 100% !important; }
    @media only screen and (max-width: 767px) {
      #booking #booking-datepicker .ui-datepicker .ui-datepicker-calendar td {
        height: 28px;
        line-height: 28px;
        font-size: 14px; } }
  #booking #booking-datepicker .ui-datepicker-group {
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding: 24px; }
    @media only screen and (max-width: 767px) {
      #booking #booking-datepicker .ui-datepicker-group {
        width: 100%;
        padding: 0 0 0 0; }
        #booking #booking-datepicker .ui-datepicker-group table {
          width: 100%; } }
  #booking #booking-datepicker .ui-datepicker-header {
    margin-bottom: 15px; }
    @media only screen and (max-width: 767px) {
      #booking #booking-datepicker .ui-datepicker-header {
        margin: 20px 40px; } }
    #booking #booking-datepicker .ui-datepicker-header .ui-datepicker-prev {
      left: 9px; }
    #booking #booking-datepicker .ui-datepicker-header .ui-datepicker-next {
      right: 1px; }
  #booking #booking-datepicker .ui-datepicker-prev {
    float: left; }
  #booking #booking-datepicker .ui-datepicker-next {
    float: right; }
  .booking-vertical #booking #booking-datepicker {
    left: 100%;
    margin-left: 10px;
    top: -50px; }
    .booking-vertical #booking #booking-datepicker .ui-datepicker {
      border-radius: 4px; }

#hebs-gallery {
  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);
  /* FULL SIZE IMAGE */
  /* FULL SIZE IMAGE -> Navigation */
  /* FULL SIZE IMAGE -> Loading */
  /* THUMBNAILS */
  /* THUMBNAILS -> Navigation */
  /* INFO */ }
  #hebs-gallery:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -15px;
    border-radius: 50%;
    border: 5px solid #000;
    border-color: #ffffff transparent #ffffff transparent;
    -webkit-animation: lds-dual-ring 1.3s linear infinite;
    animation: spin 1.8s linear infinite; }
  #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 .category-selector {
    position: absolute;
    top: 9px;
    left: 20px;
    z-index: 2; }
  #hebs-gallery .newListSelected {
    position: absolute !important;
    top: 4px;
    left: 20px;
    z-index: 2; }
    #hebs-gallery .newListSelected .selectedTxt {
      border-color: #fff;
      color: #fff; }
      #hebs-gallery .newListSelected .selectedTxt:after {
        border-left-color: #fff;
        border-bottom-color: #fff; }
  #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: 767px) {
      #hebs-gallery .galleria-stage {
        padding: 20px; } }
    @media (max-width: 767px) and (orientation: landscape) {
      #hebs-gallery .galleria-stage {
        bottom: 0; } }
    #hebs-gallery .galleria-stage .galleria-image {
      overflow: visible !important; }
      #hebs-gallery .galleria-stage .galleria-image img {
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); }
  #hebs-gallery.no-controls .galleria-stage {
    bottom: 0;
    padding: 20px; }
  #hebs-gallery.no-controls .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;
    z-index: 10; }
  #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.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: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABAAQMAAACQp+OdAAAAA1BMVEUAAACnej3aAAAAAXRSTlOzEo46UAAAAA5JREFUeAFjoACMglEAAAJAAAGccJWlAAAAAElFTkSuQmCC");
    background: rgba(0, 0, 0, 0.7);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3); }
    @media (max-width: 767px) 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;
      width: 80px;
      background: #000;
      margin: 0 6px 0 0;
      float: left;
      cursor: pointer;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }
      #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: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABAAQMAAACQp+OdAAAAA1BMVEUAAACnej3aAAAAAXRSTlOzEo46UAAAAA5JREFUeAFjoACMglEAAAJAAAGccJWlAAAAAElFTkSuQmCC");
    background: rgba(0, 0, 0, 0.7);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.06);
    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; }

.calendar .image-list-item {
  position: relative;
  overflow: hidden;
  height: 300px;
  width: 100%;
  margin: 0 auto 20px;
  text-align: left;
  font-size: 14px;
  line-height: 18px; }
  @media only screen and (max-width: 767px) {
    .calendar .image-list-item {
      height: auto; } }
  .calendar .image-list-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: 1px solid #e2e2e2;
    z-index: -1;
    box-sizing: border-box; }
  .calendar .image-list-item .background {
    position: relative;
    width: 350px;
    height: 300px;
    margin-left: 40px;
    display: block;
    float: right;
    overflow: hidden;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat; }
    @media only screen and (min-width: 768px) and (max-width: 959px) {
      .calendar .image-list-item .background {
        width: 300px; } }
    @media only screen and (max-width: 767px) {
      .calendar .image-list-item .background {
        width: 100%;
        margin: 0 0 10px 0; } }
  .calendar .image-list-item .description {
    box-sizing: border-box;
    width: 100%;
    display: block;
    padding: 25px; }
    @media only screen and (max-width: 767px) {
      .calendar .image-list-item .description {
        padding: 20px 20px 10px 20px;
        text-align: center; } }
    .calendar .image-list-item .description h3 {
      font: 24px/30px "Roboto Condensed", sans-serif;
      color: #151616;
      margin-bottom: 15px; }
      .calendar .image-list-item .description h3 a {
        text-decoration: none; }
        .calendar .image-list-item .description h3 a:hover {
          color: #1c332d; }
    .calendar .image-list-item .description .button {
      position: absolute;
      bottom: 30px;
      left: 25px; }
      @media only screen and (min-width: 768px) and (max-width: 959px) {
        .calendar .image-list-item .description .button {
          bottom: 25px; } }
      @media only screen and (max-width: 767px) {
        .calendar .image-list-item .description .button {
          text-align: center;
          width: auto;
          left: auto;
          right: auto;
          bottom: auto;
          position: relative; } }
.calendar #anchor {
  display: block;
  position: relative;
  top: -197px;
  visibility: hidden; }
  @media only screen and (max-width: 767px) {
    .calendar #anchor {
      top: -140px; } }
#testimonials .odd .image {
  float: left; }

#testimonials .odd .description {
  float: right; }

#testimonials .even .image {
  float: right; }

#testimonials .even .description {
  float: left;
  text-align: right; }

#testimonials .testimonial {
  margin-bottom: 40px; }
  #testimonials .testimonial:after {
    clear: both;
    content: '';
    display: table; }

#testimonials .image {
  width: 320px;
  min-height: 320px; }

#testimonials .description {
  width: 640px; }

#testimonials h4, #testimonials h5 {
  font-family: "Roboto Condensed", sans-serif; }

#testimonials h4 {
  margin-bottom: 12px;
  color: #54baba;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 200;
  text-transform: uppercase; }

#testimonials h4, #testimonials h5 {
  color: #327d7d; }

#testimonials h5 {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 22px; }

#testimonials p {
  margin-bottom: 10px; }

.home-rooms {
  position: relative;
  overflow: hidden; }
  .home-rooms .rooms-wrapper {
    min-height: calc(100vh - 100px);
    width: 100%;
    float: right;
    display: flex;
    flex-flow: column;
    position: relative;
    background: #FFFCF4; }
    .home-rooms .rooms-wrapper.left {
      float: left; }
    @media only screen and (max-width: 959px) {
      .home-rooms .rooms-wrapper {
        min-height: 0;
        float: none;
        width: 100%; }
        .home-rooms .rooms-wrapper .left {
          float: none; } }
    .home-rooms .rooms-wrapper .arrows {
      position: absolute;
      top: 100px;
      right: 60px;
      z-index: 2;
      cursor: pointer; }
      .home-rooms .rooms-wrapper .arrows .rooms-arrow {
        display: block;
        width: 14px;
        height: 24px;
        float: left;
        background: url("../images/sprite.svg") no-repeat -200px -60px;
        text-indent: 9999px;
        overflow: hidden; }
        .home-rooms .rooms-wrapper .arrows .rooms-arrow.next {
          margin-left: 60px;
          background-position: -240px -60px; }
      @media only screen and (max-width: 767px) {
        .home-rooms .rooms-wrapper .arrows {
          top: 30px;
          right: 20px; }
          .home-rooms .rooms-wrapper .arrows .arrow.next {
            margin-left: 20px; } }
    .home-rooms .rooms-wrapper .rooms-container {
      flex: 1 0 450px;
      position: relative; }
      .home-rooms .rooms-wrapper .rooms-container article {
        width: 100%;
        height: auto;
        padding: 60px 180px 60px 60px;
        align-self: stretch;
        background: #333333; }
        @media only screen and (max-width: 767px) {
          .home-rooms .rooms-wrapper .rooms-container article {
            padding: 20px 60px 20px 20px; } }
        .home-rooms .rooms-wrapper .rooms-container article .image-1, .home-rooms .rooms-wrapper .rooms-container article .image-2 {
          position: absolute;
          top: 0;
          width: 50%;
          background-position: 50% 50%;
          background-size: cover;
          background-repeat: no-repeat;
          box-sizing: border-box; }
          .home-rooms .rooms-wrapper .rooms-container article .image-1:after, .home-rooms .rooms-wrapper .rooms-container article .image-2:after {
            content: "";
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background: rgba(0, 0, 0, 0.2);
            z-index: 1; }
        .home-rooms .rooms-wrapper .rooms-container article .image-1 {
          left: 0;
          height: 100vh;
          border-right: 5px solid #fff;
          border-top: 10px solid #fff; }
          @media only screen and (min-width: 768px) and (max-width: 959px) {
            .home-rooms .rooms-wrapper .rooms-container article .image-1 {
              height: 100%;
              border: none !important; } }
          @media only screen and (max-width: 767px) {
            .home-rooms .rooms-wrapper .rooms-container article .image-1 {
              display: none;
              border: none !important; } }
        .home-rooms .rooms-wrapper .rooms-container article .image-2 {
          height: 100%;
          right: 0;
          border-left: 5px solid #fff;
          border-top: 10px solid #fff; }
          @media only screen and (max-width: 767px) {
            .home-rooms .rooms-wrapper .rooms-container article .image-2 {
              width: 100%;
              border: none !important; } }
        .home-rooms .rooms-wrapper .rooms-container article .description {
          position: relative;
          width: 35%;
          height: 100%;
          left: 50%;
          margin-left: 105px;
          color: #FFFFFF;
          z-index: 2; }
          @media only screen and (max-width: 767px) {
            .home-rooms .rooms-wrapper .rooms-container article .description {
              width: 100%;
              left: 0;
              margin-left: 0; } }
          .home-rooms .rooms-wrapper .rooms-container article .description .room-type {
            font-size: 24px;
            line-height: 32px; }
          .home-rooms .rooms-wrapper .rooms-container article .description h3 {
            font-size: 48px;
            line-height: 50px; }
            @media only screen and (max-width: 959px) {
              .home-rooms .rooms-wrapper .rooms-container article .description h3 {
                font-size: 30px;
                line-height: 40px; } }
          .home-rooms .rooms-wrapper .rooms-container article .description .nav {
            position: absolute;
            bottom: 0;
            left: 0; }
            .ipad .home-rooms .rooms-wrapper .rooms-container article .description .nav {
              position: relative; }
            .iphone .home-rooms .rooms-wrapper .rooms-container article .description .nav {
              position: relative; }
            .home-rooms .rooms-wrapper .rooms-container article .description .nav .price {
              display: inline-block;
              vertical-align: top;
              font-size: 34px;
              line-height: 35px;
              font-weight: 700;
              margin-right: 30px; }
              .home-rooms .rooms-wrapper .rooms-container article .description .nav .price .prefix {
                display: block;
                font-size: 12px;
                line-height: 16px;
                color: #E7E7E7;
                font-weight: 400;
                text-transform: uppercase; }
      .home-rooms .rooms-wrapper .rooms-container.swiper-container {
        margin: 0;
        overflow: visible; }
    .home-rooms .rooms-wrapper .category-description {
      flex: 0 0 320px;
      width: 50%;
      margin-left: auto;
      background: #fff;
      position: relative;
      padding: 40px 60px 20px;
      z-index: 10; }
      @media only screen and (max-width: 959px) {
        .home-rooms .rooms-wrapper .category-description {
          padding: 20px;
          margin: 0;
          width: 100%;
          flex: 0 0 260px; } }
      .home-rooms .rooms-wrapper .category-description .bg {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-size: cover;
        background-position: 50% 50%;
        opacity: 0.1;
        z-index: 1; }
      .home-rooms .rooms-wrapper .category-description .description-copy {
        position: relative;
        z-index: 2; }
      .home-rooms .rooms-wrapper .category-description h3 {
        color: #364C6E;
        font-size: 48px;
        line-height: 63px; }
        @media only screen and (max-width: 959px) {
          .home-rooms .rooms-wrapper .category-description h3 {
            font-size: 30px;
            line-height: 40px; } }
      .home-rooms .rooms-wrapper .category-description p {
        margin-top: 30px;
        line-height: 26px;
        font-size: 16px;
        color: #4A4A4A; }
      .home-rooms .rooms-wrapper .category-description a {
        display: block;
        font-size: 16px;
        line-height: 26px;
        color: #364C6E;
        margin-top: 20px; }
  .home-rooms:nth-child(odd) .rooms-wrapper .rooms-container article .image-1 {
    height: 100%; }
  .home-rooms:nth-child(odd) .rooms-wrapper .rooms-container article .image-2 {
    height: 100vh; }
    @media only screen and (max-width: 959px) {
      .home-rooms:nth-child(odd) .rooms-wrapper .rooms-container article .image-2 {
        height: 100%; } }
  .home-rooms:nth-child(odd) .rooms-wrapper .rooms-container article .description {
    left: 0;
    margin-left: 0; }
  .home-rooms:nth-child(odd) .rooms-wrapper .arrows {
    right: 50%;
    margin-right: 50px; }
    @media only screen and (max-width: 767px) {
      .home-rooms:nth-child(odd) .rooms-wrapper .arrows {
        right: 20px;
        margin-right: 0; } }
  .home-rooms:nth-child(odd) .rooms-wrapper .category-description {
    margin-left: 0; }

.room.module .thumbnail {
  width: 100%;
  float: left;
  margin: 0 0 20px; }
  .room.module .thumbnail img {
    width: 100%; }

.rooms {
  overflow: hidden; }
  .rooms article {
    overflow: hidden;
    position: relative;
    height: 540px; }
    @media only screen and (max-width: 959px) {
      .rooms article {
        height: auto; } }
    .rooms article .thumbnail {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 50%;
      height: 100%;
      background-position: 50% 50%;
      background-size: cover; }
      @media only screen and (max-width: 959px) {
        .rooms article .thumbnail {
          position: relative !important;
          width: 100%;
          height: 350px;
          margin-bottom: 20px; } }
    .rooms article .image-wrapper {
      position: relative;
      width: 50%;
      float: right; }
      @media only screen and (max-width: 959px) {
        .rooms article .image-wrapper {
          width: 100%;
          margin-bottom: 20px; } }
      .rooms article .image-wrapper .image {
        width: 100%;
        height: 100%;
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat; }
    .rooms article:nth-child(odd) .image-wrapper {
      float: left; }
    .rooms article:nth-child(odd) .swiper-pagination {
      left: 30px;
      right: auto;
      text-align: left; }
    .rooms article .swiper-wrapper {
      height: 540px; }
      @media only screen and (max-width: 959px) {
        .rooms article .swiper-wrapper {
          height: 350px; } }
    .rooms article .swiper-pagination {
      right: 30px;
      left: auto;
      text-align: right; }
      @media only screen and (max-width: 959px) {
        .rooms article .swiper-pagination {
          left: 30px;
          right: auto;
          text-align: left; } }
    .rooms article .description {
      width: 50%;
      float: right;
      padding: 60px 60px 200px; }
      @media only screen and (max-width: 959px) {
        .rooms article .description {
          width: 100%; } }
      .rooms article .description h3 {
        font-size: 48px;
        line-height: 50px;
        color: #1F3D7C;
        margin-bottom: 25px; }
      .rooms article .description .copy {
        font-size: 16px;
        line-height: 26px;
        color: #4A4A4A;
        margin-bottom: 30px; }
      .rooms article .description .features span {
        display: inline-block;
        margin: 0 20px 8px 0;
        font-size: 14px;
        text-transform: uppercase;
        color: #364C6E; }
        @media only screen and (max-width: 767px) {
          .rooms article .description .features span {
            display: block;
            margin: 0 0 5px 0; } }
      .rooms article .description .amenities {
        position: relative;
        margin: 10px 0;
        line-height: 30px;
        height: 30px; }
        @media only screen and (max-width: 767px) {
          .rooms article .description .amenities {
            margin: 15px 0; } }
        .rooms article .description .amenities.multiline {
          margin-right: 50px; }
        .rooms article .description .amenities .main-list {
          height: 30px;
          overflow: hidden;
          position: relative;
          z-index: 2; }
        .rooms article .description .amenities .additional-list {
          position: absolute;
          top: -20px;
          left: -20px;
          width: 100%;
          opacity: 0;
          line-height: 30px;
          visibility: hidden;
          transition: opacity 0.2s, visibility 0s ease 0.2s;
          padding: 20px 70px 20px 20px;
          background: #fafafa;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          z-index: 1; }
          @media only screen and (max-width: 767px) {
            .rooms article .description .amenities .additional-list {
              padding: 20px; } }
        .rooms article .description .amenities span {
          display: inline-block;
          font-size: 20px;
          letter-spacing: 10px;
          vertical-align: middle; }
        .rooms article .description .amenities .toggle {
          display: none;
          position: absolute;
          right: -50px;
          bottom: 0;
          width: 31px;
          height: 100%;
          margin: 0;
          border-left: 1px solid #a6a6a6;
          text-align: right;
          z-index: 4; }
          .rooms article .description .amenities .toggle:before {
            content: "\2022 \2022 \2022";
            display: inline-block;
            font-size: 20px; }
        .rooms article .description .amenities.multiline .toggle {
          display: block; }
        .rooms article .description .amenities.expand .additional-list {
          opacity: 1;
          visibility: visible;
          z-index: 3;
          transition: opacity 0.2s, visibility 0s ease 0s; }
        .rooms article .description .amenities.expand .toggle:before, .rooms article .description .amenities.expand .toggle:after {
          content: "";
          display: block;
          background: #364C6E;
          position: absolute;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          -ms-transform: rotate(45deg); }
        .rooms article .description .amenities.expand .toggle:before {
          width: 20px;
          height: 2px;
          top: 9px;
          right: 0; }
        .rooms article .description .amenities.expand .toggle:after {
          width: 2px;
          height: 20px;
          top: 0;
          right: 9px; }
      .rooms article .description .nav .price {
        display: inline-block;
        vertical-align: top;
        font-size: 34px;
        line-height: 35px;
        font-weight: 700;
        margin-right: 30px;
        margin-bottom: 10px; }
        .rooms article .description .nav .price .prefix {
          display: block;
          font-size: 12px;
          line-height: 16px;
          color: #4A4A4A;
          font-weight: 400;
          text-transform: uppercase; }
      .rooms article .description .nav .buttons {
        display: inline-block; }
        @media only screen and (max-width: 767px) {
          .rooms article .description .nav .buttons .button {
            padding: 0 25px;
            height: 45px;
            line-height: 45px; } }
    .rooms article.even {
      text-align: right; }
      @media only screen and (max-width: 959px) {
        .rooms article.even {
          text-align: left; } }
      .rooms article.even .description {
        float: left; }
        .rooms article.even .description .features span {
          margin: 0 0 8px 20px; }
          @media only screen and (max-width: 959px) {
            .rooms article.even .description .features span {
              margin: 0 0 8px 0; } }
      .rooms article.even .thumbnail {
        position: absolute;
        top: 0;
        left: auto;
        right: 0; }
    .rooms article.no-image .description {
      width: 100%;
      float: none; }
    @media only screen and (max-width: 959px) {
      .rooms article .description {
        padding: 40px 40px 50px; }
        .rooms article .description h3 {
          font-size: 40px;
          line-height: 50px;
          margin-bottom: 15px; } }
    @media only screen and (max-width: 767px) {
      .rooms article .description {
        padding: 20px 20px 30px;
        width: 100%;
        float: none; }
        .rooms article .description h3 {
          font-size: 30px;
          line-height: 40px;
          margin-bottom: 10px; } }
.room.module .thumbnail {
  width: 100%;
  float: left;
  margin: 0 0 20px; }
  .room.module .thumbnail img {
    width: 100%; }

.rooms-module {
  position: relative;
  overflow: hidden; }
  .rooms-module .rooms-wrapper {
    position: relative;
    width: 50%;
    float: right; }
    .rooms-module .rooms-wrapper.rooms-category {
      width: 100%; }
    @media only screen and (max-width: 959px) {
      .rooms-module .rooms-wrapper {
        min-height: 0;
        width: 100%; } }
    .rooms-module .rooms-wrapper .rooms-container {
      height: 540px;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .rooms-module .rooms-wrapper .rooms-container {
          height: 350px; } }
      .rooms-module .rooms-wrapper .rooms-container article {
        width: 100%;
        height: auto;
        padding: 60px 180px 60px 60px;
        align-self: stretch; }
        @media only screen and (max-width: 767px) {
          .rooms-module .rooms-wrapper .rooms-container article {
            padding: 20px 60px 20px 20px; } }
        .rooms-module .rooms-wrapper .rooms-container article .image {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-position: 50% 50%;
          background-size: cover;
          background-repeat: no-repeat; }
          .rooms-module .rooms-wrapper .rooms-container article .image:after {
            content: "";
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background: rgba(0, 0, 0, 0.2);
            z-index: 1; }
        .rooms-module .rooms-wrapper .rooms-container article .description {
          position: relative;
          height: 100%;
          color: #FFFFFF;
          z-index: 2; }
          @media only screen and (max-width: 767px) {
            .rooms-module .rooms-wrapper .rooms-container article .description {
              width: 100%;
              left: 0;
              margin-left: 0; } }
          .rooms-module .rooms-wrapper .rooms-container article .description .more-link {
            color: #fff;
            margin-top: 20px;
            display: block; }
          .rooms-module .rooms-wrapper .rooms-container article .description .room-type {
            font-size: 24px;
            line-height: 32px; }
            @media only screen and (max-width: 767px) {
              .rooms-module .rooms-wrapper .rooms-container article .description .room-type {
                font-size: 20px;
                line-height: 23px;
                padding-right: 30%;
                display: block; } }
          .rooms-module .rooms-wrapper .rooms-container article .description h3 {
            font-size: 48px;
            line-height: 50px;
            color: #fff; }
            @media only screen and (max-width: 959px) {
              .rooms-module .rooms-wrapper .rooms-container article .description h3 {
                font-size: 30px;
                line-height: 40px; } }
            @media only screen and (max-width: 767px) {
              .rooms-module .rooms-wrapper .rooms-container article .description h3 {
                display: block;
                line-height: 32px;
                padding-right: 30%; } }
          .rooms-module .rooms-wrapper .rooms-container article .description .nav {
            position: absolute;
            bottom: 0;
            left: 0; }
            .ipad .rooms-module .rooms-wrapper .rooms-container article .description .nav {
              position: relative; }
            .iphone .rooms-module .rooms-wrapper .rooms-container article .description .nav {
              position: relative; }
            .rooms-module .rooms-wrapper .rooms-container article .description .nav .price {
              display: inline-block;
              vertical-align: top;
              font-size: 34px;
              line-height: 35px;
              font-weight: 700;
              margin-right: 30px; }
              .rooms-module .rooms-wrapper .rooms-container article .description .nav .price .prefix {
                display: block;
                font-size: 12px;
                line-height: 16px;
                color: #E7E7E7;
                font-weight: 400;
                text-transform: uppercase; }
      .rooms-module .rooms-wrapper .rooms-container.swiper-container {
        margin: 0;
        overflow: visible; }
  .rooms-module .category-description {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 40px 60px 20px;
    z-index: 10; }
    @media only screen and (max-width: 959px) {
      .rooms-module .category-description {
        padding: 20px;
        width: 100%;
        position: relative;
        float: left; } }
    .rooms-module .category-description .description-copy {
      position: relative;
      z-index: 2; }
    .rooms-module .category-description h3 {
      color: #364C6E;
      font-size: 48px;
      line-height: 50px; }
      @media only screen and (max-width: 959px) {
        .rooms-module .category-description h3 {
          font-size: 30px;
          line-height: 40px; } }
    .rooms-module .category-description p {
      margin-top: 20px;
      line-height: 26px;
      font-size: 16px;
      color: #4A4A4A; }
    .rooms-module .category-description a {
      display: block;
      font-size: 16px;
      line-height: 26px;
      margin-top: 20px; }
    .rooms-module .category-description .bg {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      opacity: 0.1;
      background-size: cover; }
  .rooms-module:nth-child(odd) .rooms-wrapper {
    float: left; }
  .rooms-module:nth-child(odd) .category-description {
    right: 0;
    left: auto; }

.arrows {
  position: absolute;
  top: 100px;
  right: 60px;
  z-index: 2;
  cursor: pointer; }
  .arrows .rooms-arrow {
    display: block;
    width: 14px;
    height: 24px;
    float: left;
    background: url("../images/sprite.svg") no-repeat -200px -60px;
    text-indent: 9999px;
    overflow: hidden; }
    .arrows .rooms-arrow.next {
      margin-left: 60px;
      background-position: -240px -60px; }
  @media only screen and (max-width: 767px) {
    .arrows {
      top: 30px;
      right: 20px; }
      .arrows .arrow.next {
        margin-left: 20px; } }
#images-around-block {
  height: calc(100vh - 100px);
  background: #364C6E; }
  #images-around-block h3 {
    font-size: 48px;
    line-height: 63px;
    color: #1F3D7C;
    margin: 0 0 14px; }
    @media only screen and (max-width: 767px) {
      #images-around-block h3 {
        font-size: 38px;
        line-height: 53px; } }
  #images-around-block h4 {
    font-size: 30px;
    color: #137c97;
    text-transform: capitalize; }
    @media only screen and (max-width: 767px) {
      #images-around-block h4 {
        font-size: 25px; } }
  #images-around-block p {
    color: #4a4a4a;
    line-height: 26px; }
  #images-around-block a {
    color: #137c97; }
  @media only screen and (max-width: 767px) {
    #images-around-block {
      height: auto; } }
  #images-around-block .heading {
    overflow: hidden;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    padding: 80px 60px 60px;
    text-align: left; }
    @media only screen and (max-height: 850px) {
      #images-around-block .heading {
        padding-top: 20px; } }
  #images-around-block .block {
    height: 100%;
    position: relative;
    display: flex; }
    #images-around-block .block > div {
      height: 100%; }
      #images-around-block .block > div.img-block {
        height: 100%; }
  #images-around-block .content-block .center-image {
    clear: both;
    height: 60%;
    width: 100%;
    background-size: cover;
    background-position: 50% 50%; }
    @media only screen and (max-height: 850px) {
      #images-around-block .content-block .center-image {
        height: 75%; } }
  #images-around-block .img-left-block {
    width: 20%; }
  #images-around-block .img-right-block {
    width: 50%; }
    @media only screen and (min-width: 768px) and (max-width: 959px) {
      #images-around-block .img-right-block {
        width: 40%; } }
    @media only screen and (max-width: 767px) {
      #images-around-block .img-right-block {
        display: none; } }
  #images-around-block .img-block {
    position: relative;
    overflow: hidden; }
  #images-around-block .content-block {
    width: 50%;
    position: relative; }
    @media only screen and (min-width: 1440px) {
      #images-around-block .content-block {
        width: 33%; } }
    @media only screen and (min-width: 768px) and (max-width: 959px) {
      #images-around-block .content-block {
        width: 60%; } }
    @media only screen and (max-width: 767px) {
      #images-around-block .content-block {
        width: 100%; } }
    #images-around-block .content-block .small-image {
      width: 50%;
      height: 40%;
      float: right; }
      #images-around-block .content-block .small-image:last-child {
        left: auto;
        right: 0; }
  #images-around-block .content-wrap {
    padding: 60px 40px;
    text-align: left; }
    #images-around-block .content-wrap:after {
      clear: both;
      content: '';
      display: table; }
    @media only screen and (max-width: 767px) {
      #images-around-block .content-wrap {
        text-align: center;
        padding: 30px 10px; } }
    #images-around-block .content-wrap .h1 {
      max-width: 90%; }
      @media only screen and (max-width: 767px) {
        #images-around-block .content-wrap .h1 {
          max-width: none; } }
.scaled-background {
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transition: -webkit-transform 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.9s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.9s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .scaled-background:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }

*:hover > .scaled-background {
  -webkit-transform: scale(1.1);
          transform: scale(1.1); }
  .ipad *:hover > .scaled-background {
    -webkit-transform: none;
            transform: none; }
  .iphone *:hover > .scaled-background {
    -webkit-transform: none;
            transform: none; }

#custom-links-block {
  height: calc(100vh - 100px);
  box-sizing: border-box;
  border-bottom: 10px solid #fff;
  position: relative; }
  @media only screen and (min-width: 768px) and (max-width: 959px) {
    #custom-links-block {
      height: auto; } }
  @media only screen and (max-width: 767px) {
    #custom-links-block {
      height: auto; } }
  #custom-links-block .custom-link {
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    overflow: hidden;
    text-decoration: none;
    box-sizing: border-box;
    background: #333333; }
    @media only screen and (min-width: 768px) and (max-width: 959px) {
      #custom-links-block .custom-link {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important; } }
    @media only screen and (max-width: 767px) {
      #custom-links-block .custom-link {
        position: relative !important; } }
    #custom-links-block .custom-link:after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      transition: opacity 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(31, 61, 124, 0) 50%, #1f3d7c 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
    #custom-links-block .custom-link .bg {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: 50% 50%;
      transition: -webkit-transform 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: transform 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: transform 0.9s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.9s cubic-bezier(0.165, 0.84, 0.44, 1); }
    #custom-links-block .custom-link h3 {
      font-size: 30px;
      position: absolute;
      bottom: 40px;
      left: 50%;
      -webkit-transform: translate(-50%, 50px);
              transform: translate(-50%, 50px);
      color: #fff;
      z-index: 1;
      transition: bottom 0.9s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 750ms ease, -webkit-transform 750ms ease;
      transition: bottom 0.9s cubic-bezier(0.165, 0.84, 0.44, 1), transform 750ms ease, opacity 750ms ease;
      transition: bottom 0.9s cubic-bezier(0.165, 0.84, 0.44, 1), transform 750ms ease, opacity 750ms ease, -webkit-transform 750ms ease;
      visibility: hidden; }
      #custom-links-block .custom-link h3.visible {
        visibility: visible;
        -webkit-transform: translate(-50%, 1px);
                transform: translate(-50%, 1px);
        opacity: 1; }
      @media only screen and (max-width: 767px) {
        #custom-links-block .custom-link h3 {
          visibility: visible;
          opacity: 1; } }
    #custom-links-block .custom-link:hover:after {
      background: linear-gradient(to bottom, rgba(31, 61, 124, 0.7) 0%, rgba(31, 61, 124, 0.7) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
    #custom-links-block .custom-link:hover .bg {
      -webkit-transform: translate(-50%, -50%) scale(1.1);
              transform: translate(-50%, -50%) scale(1.1); }
    #custom-links-block .custom-link:hover h3 {
      bottom: 100px; }
  @media only screen and (min-width: 768px) and (max-width: 959px) {
    #custom-links-block.count-1 {
      height: 33vh; } }
  @media only screen and (max-width: 767px) {
    #custom-links-block.count-1 {
      height: 33vh; } }
  #custom-links-block.count-1 .link-index-1 {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  @media only screen and (min-width: 768px) and (max-width: 959px) {
    #custom-links-block.count-2 {
      height: 66vh; } }
  @media only screen and (max-width: 767px) {
    #custom-links-block.count-2 {
      height: 66vh; } }
  #custom-links-block.count-2 .link-index-1 {
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    border-right: 5px solid #fff; }
    @media only screen and (max-width: 959px) {
      #custom-links-block.count-2 .link-index-1 {
        width: 100%;
        height: 50%;
        border-right: none;
        border-bottom: 5px solid #fff; } }
  #custom-links-block.count-2 .link-index-2 {
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    border-left: 5px solid #fff; }
    @media only screen and (max-width: 959px) {
      #custom-links-block.count-2 .link-index-2 {
        width: 100%;
        height: 50%;
        border-left: none;
        border-top: 5px solid #fff; } }
  @media only screen and (min-width: 768px) and (max-width: 959px) {
    #custom-links-block.count-3 {
      height: calc(100vh - 100px); } }
  @media only screen and (max-width: 767px) {
    #custom-links-block.count-3 {
      height: calc(100vh - 100px); } }
  #custom-links-block.count-3 .link-index-1 {
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    border-right: 5px solid #fff; }
    @media only screen and (max-width: 959px) {
      #custom-links-block.count-3 .link-index-1 {
        width: 100%;
        height: calc(100% / 3);
        border-right: none;
        border-bottom: 5px solid #fff; } }
  #custom-links-block.count-3 .link-index-2 {
    right: 0;
    top: 0;
    width: 50%;
    height: 50%;
    border-left: 5px solid #fff;
    border-bottom: 5px solid #fff; }
    @media only screen and (max-width: 959px) {
      #custom-links-block.count-3 .link-index-2 {
        width: 100%;
        height: calc(100% / 3);
        border-left: none;
        border-top: 5px solid #fff; } }
  #custom-links-block.count-3 .link-index-3 {
    right: 0;
    bottom: 0;
    width: 50%;
    height: 50%;
    border-left: 5px solid #fff;
    border-top: 5px solid #fff; }
    @media only screen and (max-width: 959px) {
      #custom-links-block.count-3 .link-index-3 {
        width: 100%;
        height: calc(100% / 3);
        border-left: none; } }
.gallery-wrapper {
  background: #fff;
  padding: 10px 0 0;
  height: calc(100vh - 100px);
  overflow: hidden; }
  .wedding .gallery-wrapper, .restaurant .gallery-wrapper {
    height: auto; }
  @media only screen and (max-width: 767px) {
    .gallery-wrapper {
      height: auto; } }
.custom-gallery {
  width: 202vh;
  min-width: 100%;
  height: 100%;
  font-size: 0;
  line-height: 0;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
  .wedding .custom-gallery, .restaurant .custom-gallery {
    padding-top: 50%;
    height: 0;
    width: 100vw; }
    @media only screen and (max-width: 767px) {
      .wedding .custom-gallery, .restaurant .custom-gallery {
        height: auto;
        padding-top: 0; } }
  @media only screen and (min-width: 768px) and (max-width: 959px) {
    .custom-gallery {
      width: 202vh; }
      .wedding .custom-gallery, .restaurant .custom-gallery {
        width: 100vw; } }
  @media only screen and (max-width: 767px) {
    .custom-gallery {
      width: 100vw;
      display: flex;
      flex-wrap: wrap;
      height: auto; } }
  .custom-gallery .grid-item {
    vertical-align: top;
    display: block;
    position: absolute;
    top: 0;
    margin: 0 5px 10px 5px;
    overflow: hidden; }
    @media only screen and (max-width: 767px) {
      .custom-gallery .grid-item {
        position: static;
        top: auto !important;
        bottom: auto !important;
        right: auto !important;
        left: auto !important;
        flex-basis: calc(50vw - 5px);
        height: calc(50vw - 5px);
        margin: 0 0 10px 0; }
        .custom-gallery .grid-item:nth-child(odd) {
          margin-right: 5px; }
        .custom-gallery .grid-item:nth-child(even) {
          margin-left: 5px; } }
    .custom-gallery .grid-item:nth-child(1) {
      left: 0;
      right: 75%;
      bottom: 75%;
      margin-left: 0; }
    .custom-gallery .grid-item:nth-child(2) {
      right: 50%;
      left: 25%;
      bottom: 50%; }
    .custom-gallery .grid-item:nth-child(3) {
      left: 50%;
      right: 37.5%;
      bottom: 75%; }
    .custom-gallery .grid-item:nth-child(4) {
      left: 62.5%;
      right: 25%;
      bottom: 50%; }
    .custom-gallery .grid-item:nth-child(5) {
      left: 75%;
      right: 12.5%;
      bottom: 75%; }
    .custom-gallery .grid-item:nth-child(6) {
      left: 87.5%;
      right: 0;
      bottom: 75%;
      margin-right: 0; }
    .custom-gallery .grid-item:nth-child(7) {
      left: 0;
      right: 87.5%;
      bottom: 50%;
      top: 25%;
      margin-left: 0; }
    .custom-gallery .grid-item:nth-child(8) {
      left: 12.5%;
      right: 75%;
      bottom: 50%;
      top: 25%; }
    .custom-gallery .grid-item:nth-child(9) {
      left: 50%;
      right: 37.5%;
      bottom: 25%;
      top: 25%; }
    .custom-gallery .grid-item:nth-child(10) {
      left: 75%;
      right: 0;
      bottom: 25%;
      top: 25%;
      margin-right: 0; }
    .custom-gallery .grid-item:nth-child(11) {
      left: 0;
      right: 87.5%;
      bottom: 25%;
      top: 50%;
      margin-left: 0; }
    .custom-gallery .grid-item:nth-child(12) {
      left: 12.5%;
      right: 62.5%;
      bottom: 0;
      top: 50%; }
    .custom-gallery .grid-item:nth-child(13) {
      left: 37.5%;
      right: 50%;
      bottom: 25%;
      top: 50%; }
    .custom-gallery .grid-item:nth-child(14) {
      left: 62.5%;
      right: 25%;
      bottom: 25%;
      top: 50%; }
    .custom-gallery .grid-item:nth-child(15) {
      left: 0;
      right: 87.5%;
      bottom: 0;
      top: 75%;
      margin-left: 0; }
    .custom-gallery .grid-item:nth-child(16) {
      left: 37.5%;
      right: 37.5%;
      bottom: 0;
      top: 75%; }
    .custom-gallery .grid-item:nth-child(17) {
      left: 62.5%;
      right: 12.5%;
      bottom: 0;
      top: 75%; }
    .custom-gallery .grid-item:nth-child(18) {
      left: 87.5%;
      right: 0;
      bottom: 0;
      top: 75%;
      margin-right: 0; }
    .custom-gallery .grid-item span {
      background-size: cover;
      background-position: 50%;
      background-repeat: no-repeat;
      transition: -webkit-transform 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: transform 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: transform 0.9s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
      width: 100%;
      height: 100%;
      display: block; }
      .custom-gallery .grid-item span:hover {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }

.experience {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
  padding: 0 0 15px; }
  .experience article {
    position: relative;
    padding-top: 34.7%;
    height: 0;
    overflow: hidden;
    display: inline-block;
    margin: 15px 10px 0;
    width: calc((100% - 60px) / 3); }
    .experience article:nth-child(5n -1) {
      width: calc((100% - 40px) / 2); }
    .experience article:nth-child(5n) {
      width: calc((100% - 40px) / 2); }
    .experience article:nth-child(7n -1) {
      width: calc((100% - 40px) / 2); }
    .experience article:nth-child(7n) {
      width: calc((100% - 40px) / 2); }
    @media only screen and (min-width: 768px) and (max-width: 959px) {
      .experience article {
        flex: 0 0 calc((100% - 20px) / 2); } }
    @media only screen and (max-width: 767px) {
      .experience article {
        flex: 0 0 100% !important;
        padding-top: 80%; }
        .experience article:nth-child(5n -1) {
          flex: 0 0 100%; }
        .experience article:nth-child(5n) {
          flex: 0 0 100%; } }
    .experience article .bg {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      background-position: 50% 50%;
      background-size: cover;
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
      transition: opacity 0.2s, -webkit-transform 0.6s;
      transition: transform 0.6s, opacity 0.2s;
      transition: transform 0.6s, opacity 0.2s, -webkit-transform 0.6s; }
    .experience article .button {
      border: 1px solid #364C6E;
      transition: all 0.3s ease-in; }
    .experience article:hover .bg {
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 0.3; }
    .experience article:hover .fs_descr {
      max-height: 200px; }
    .experience article:hover .button {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .experience article:hover .button:hover {
        opacity: 0.8;
        border-color: #25AAE1; }
    .experience article:after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      background: rgba(54, 76, 110, 0.2); }
    .experience article h3 {
      font-size: 45px;
      line-height: 45px;
      margin-bottom: 10px;
      color: #fff;
      z-index: 3; }
      @media only screen and (max-width: 959px) {
        .experience article h3 {
          font-size: 30px;
          line-height: 40px; } }
    .experience article .button {
      background: #364C6E;
      position: absolute;
      bottom: 40px;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
      z-index: 3; }
      @media only screen and (max-width: 959px) {
        .experience article .button {
          bottom: 20px; } }
      .experience article .button:hover {
        background: #25AAE1; }
    .experience article .fs_descr {
      display: block;
      height: 100%;
      max-height: 0;
      font-size: 16px;
      font-weight: 500;
      line-height: 1.25;
      overflow: hidden;
      color: #fff;
      transition: all 350ms ease-in-out; }
    .experience article .overlay {
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      left: 0;
      padding: 20px;
      z-index: 20;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 350ms ease-in-out; }
    .experience article .content-wrapper {
      text-align: center; }
      .experience article .content-wrapper p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 30px; }
      .experience article .content-wrapper .price {
        text-transform: uppercase;
        font: 12px/16px "Roboto Condensed", sans-serif;
        margin-bottom: 20px; }
        .experience article .content-wrapper .price span {
          display: block; }
        .experience article .content-wrapper .price strong {
          display: block;
          font-weight: 700;
          font-size: 34px;
          line-height: 45px; }
  .experience.count-2 article {
    flex: 0 0 calc((100% - 40px) / 2); }
  .experience.count-4 article {
    flex: 0 0 calc((100% - 40px) / 3); }

#amenities {
  overflow: hidden;
  text-align: center; }
  #amenities article {
    float: left;
    position: relative;
    width: 50%;
    padding-top: 38.8%;
    height: 0;
    overflow: hidden; }
    @media only screen and (max-width: 767px) {
      #amenities article {
        width: 100%;
        float: none;
        margin-bottom: 20px; } }
    #amenities article .bg {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      background-position: 50% 50%;
      background-size: cover;
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
      transition: -webkit-transform 0.6s;
      transition: transform 0.6s;
      transition: transform 0.6s, -webkit-transform 0.6s; }
    #amenities article:hover .bg {
      -webkit-transform: scale(1);
              transform: scale(1); }
    #amenities article:after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      background: rgba(54, 76, 110, 0.2); }
    #amenities article h3 {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 90%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      font-size: 48px;
      line-height: 63px;
      color: #fff;
      z-index: 3; }
      @media only screen and (max-width: 959px) {
        #amenities article h3 {
          font-size: 30px;
          line-height: 40px; } }
      @media only screen and (max-width: 767px) {
        #amenities article h3 {
          top: 0;
          -webkit-transform: translate(-50%, 0);
                  transform: translate(-50%, 0);
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; } }
    #amenities article .button {
      background: #364C6E;
      position: absolute;
      bottom: 40px;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
      z-index: 3; }
      @media only screen and (max-width: 959px) {
        #amenities article .button {
          bottom: 20px; } }
      #amenities article .button:hover {
        background: #25AAE1; }
  #amenities .center-column {
    clear: both;
    padding: 20px 0; }

#events-blog {
  position: relative;
  height: 600px;
  background: #F0F0F0; }
  @media only screen and (max-width: 767px) {
    #events-blog {
      height: 670px; } }
  #events-blog:before {
    content: "";
    display: block;
    height: 80px;
    width: 100%;
    position: absolute;
    top: -80px;
    left: 0;
    z-index: 1;
    background: #f0f0f0;
    -webkit-transform: skewY(-1.5deg);
            transform: skewY(-1.5deg);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0; }
  #events-blog .inner-wrapper {
    position: absolute;
    top: -330px;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    overflow: hidden; }
  #events-blog .selector {
    height: 50px;
    margin-bottom: 26px;
    text-align: center; }
    #events-blog .selector .delimeter {
      display: inline-block;
      vertical-align: top;
      margin-top: 25px;
      height: 1px;
      width: 60px;
      background: rgba(255, 255, 255, 0.5);
      -webkit-transform: rotate(-50deg);
              transform: rotate(-50deg); }
    #events-blog .selector button {
      display: inline-block;
      vertical-align: top;
      background: none;
      border: none;
      border-radius: 0;
      font: 36px/50px "Roboto Condensed", sans-serif;
      color: rgba(255, 255, 255, 0.5);
      text-transform: uppercase;
      transition: color 0.2s; }
      #events-blog .selector button:hover, #events-blog .selector button.active {
        color: #fff; }
    @media only screen and (max-width: 767px) {
      #events-blog .selector {
        height: auto; }
        #events-blog .selector .delimeter {
          display: none; }
        #events-blog .selector button {
          line-height: 35px;
          margin-bottom: 10px; } }
  #events-blog .sliders-wrapper {
    position: relative;
    text-align: center; }
    #events-blog .sliders-wrapper .swiper-button {
      width: 16px;
      height: 30px;
      cursor: pointer;
      position: absolute;
      top: 350px;
      z-index: 11;
      display: none; }
      #events-blog .sliders-wrapper .swiper-button.active {
        display: block; }
      #events-blog .sliders-wrapper .swiper-button.swiper-button-disabled {
        opacity: 0.2; }
      #events-blog .sliders-wrapper .swiper-button.swiper-button-prev {
        left: 40px;
        background: url("../images/sprite.svg") no-repeat 0 -160px; }
        @media only screen and (min-width: 1440px) {
          #events-blog .sliders-wrapper .swiper-button.swiper-button-prev {
            left: 50%;
            margin-left: -600px; } }
        @media only screen and (max-width: 767px) {
          #events-blog .sliders-wrapper .swiper-button.swiper-button-prev {
            display: none; } }
      #events-blog .sliders-wrapper .swiper-button.swiper-button-next {
        right: 40px;
        background: url("../images/sprite.svg") no-repeat -40px -160px; }
        @media only screen and (min-width: 1440px) {
          #events-blog .sliders-wrapper .swiper-button.swiper-button-next {
            right: 50%;
            margin-right: -600px; } }
        @media only screen and (max-width: 767px) {
          #events-blog .sliders-wrapper .swiper-button.swiper-button-next {
            display: none; } }
    #events-blog .sliders-wrapper .slider-inner {
      max-width: 730px;
      position: absolute;
      top: 0;
      left: -50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      opacity: 0;
      transition: left 0.2s, opacity 0.2s, right 0.2s; }
      @media only screen and (min-width: 1440px) {
        #events-blog .sliders-wrapper .slider-inner {
          max-width: 1090px; } }
      @media only screen and (min-width: 768px) and (max-width: 959px) {
        #events-blog .sliders-wrapper .slider-inner {
          width: 370px; } }
      @media only screen and (max-width: 767px) {
        #events-blog .sliders-wrapper .slider-inner {
          width: 100%; } }
      #events-blog .sliders-wrapper .slider-inner#blog-feed {
        left: auto;
        right: -50%;
        -webkit-transform: translateX(50%);
                transform: translateX(50%); }
        #events-blog .sliders-wrapper .slider-inner#blog-feed.active {
          right: 50%; }
      #events-blog .sliders-wrapper .slider-inner.active {
        left: 50%;
        opacity: 1; }
      #events-blog .sliders-wrapper .slider-inner .swiper-container {
        height: 720px;
        background: #fff; }
        #events-blog .sliders-wrapper .slider-inner .swiper-container .swiper-slide {
          width: 350px;
          margin: 10px 0 0 10px;
          overflow: hidden; }
          #events-blog .sliders-wrapper .slider-inner .swiper-container .swiper-slide:last-child {
            margin-right: 10px; }
          @media only screen and (max-width: 767px) {
            #events-blog .sliders-wrapper .slider-inner .swiper-container .swiper-slide {
              width: 100vw;
              margin: 0; }
              #events-blog .sliders-wrapper .slider-inner .swiper-container .swiper-slide:last-child {
                margin: 0; } }
          #events-blog .sliders-wrapper .slider-inner .swiper-container .swiper-slide .thumbnail-wrap {
            overflow: hidden; }
          #events-blog .sliders-wrapper .slider-inner .swiper-container .swiper-slide .thumbnail {
            position: relative;
            width: 100%;
            height: 350px;
            background-position: 50% 50%;
            background-size: cover;
            -webkit-transform: scale(1.1);
                    transform: scale(1.1);
            transition: -webkit-transform 0.6s;
            transition: transform 0.6s;
            transition: transform 0.6s, -webkit-transform 0.6s;
            overflow: hidden; }
            #events-blog .sliders-wrapper .slider-inner .swiper-container .swiper-slide .thumbnail:hover {
              -webkit-transform: scale(1);
                      transform: scale(1); }
            #events-blog .sliders-wrapper .slider-inner .swiper-container .swiper-slide .thumbnail.no-thumbnail {
              background: #F0F0F0; }
              #events-blog .sliders-wrapper .slider-inner .swiper-container .swiper-slide .thumbnail.no-thumbnail img {
                display: block;
                width: 30%;
                height: auto;
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                        transform: translate(-50%, -50%); }
            #events-blog .sliders-wrapper .slider-inner .swiper-container .swiper-slide .thumbnail.has-thumbnail img {
              display: block;
              width: auto;
              height: 100%;
              min-width: 100%;
              min-height: 100%;
              position: absolute;
              top: 50%;
              left: 50%;
              -webkit-transform: translate(-50%, -50%);
                      transform: translate(-50%, -50%); }
          #events-blog .sliders-wrapper .slider-inner .swiper-container .swiper-slide .date {
            display: block;
            position: relative;
            margin: 34px 0 37px;
            color: #525252;
            font-size: 17px;
            line-height: 23px;
            text-transform: uppercase; }
            #events-blog .sliders-wrapper .slider-inner .swiper-container .swiper-slide .date a {
              color: inherit;
              text-decoration: none; }
              #events-blog .sliders-wrapper .slider-inner .swiper-container .swiper-slide .date a:hover {
                text-decoration: underline; }
            #events-blog .sliders-wrapper .slider-inner .swiper-container .swiper-slide .date:after {
              content: "";
              display: block;
              width: 180px;
              height: 1px;
              position: absolute;
              bottom: -15px;
              left: 50%;
              -webkit-transform: translateX(-50%);
                      transform: translateX(-50%);
              background: #E0E0E0; }
          #events-blog .sliders-wrapper .slider-inner .swiper-container .swiper-slide h4 {
            color: #1C332D;
            font-size: 24px;
            line-height: 33px;
            margin-bottom: 16px;
            text-transform: uppercase; }
          #events-blog .sliders-wrapper .slider-inner .swiper-container .swiper-slide p {
            font-size: 15px;
            line-height: 20px;
            color: #525252; }
          #events-blog .sliders-wrapper .slider-inner .swiper-container .swiper-slide .copy {
            padding: 0 20px; }
          #events-blog .sliders-wrapper .slider-inner .swiper-container .swiper-slide .button {
            position: absolute;
            bottom: 40px;
            left: 50%;
            -webkit-transform: translateX(-50%);
                    transform: translateX(-50%); }

#events .all-events {
  margin: 40px 0 0; }

#blog-feed .blog-link {
  margin: 40px 0 0; }

#tripadvisor-reviews {
  overflow: hidden;
  background: #F0F0F0;
  padding: 50px 0 260px;
  position: relative; }
  @media only screen and (min-width: 1440px) {
    #tripadvisor-reviews {
      background-size: 100% auto; } }
  @media only screen and (max-width: 959px) {
    #tripadvisor-reviews {
      padding-bottom: 200px; } }
  @media only screen and (max-width: 767px) {
    #tripadvisor-reviews {
      padding-bottom: 75px; } }
  #tripadvisor-reviews .swiper-button {
    width: 16px;
    height: 30px;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -95px;
    z-index: 11; }
    @media only screen and (max-width: 959px) {
      #tripadvisor-reviews .swiper-button {
        margin-top: -65px; } }
    #tripadvisor-reviews .swiper-button.swiper-button-prev {
      left: 40px;
      background: url("../images/sprite.svg") no-repeat -80px -160px; }
      @media only screen and (min-width: 1440px) {
        #tripadvisor-reviews .swiper-button.swiper-button-prev {
          left: 50%;
          margin-left: -600px; } }
      @media only screen and (max-width: 767px) {
        #tripadvisor-reviews .swiper-button.swiper-button-prev {
          display: none; } }
    #tripadvisor-reviews .swiper-button.swiper-button-next {
      right: 40px;
      background: url("../images/sprite.svg") no-repeat -120px -160px; }
      @media only screen and (min-width: 1440px) {
        #tripadvisor-reviews .swiper-button.swiper-button-next {
          right: 50%;
          margin-right: -600px; } }
      @media only screen and (max-width: 767px) {
        #tripadvisor-reviews .swiper-button.swiper-button-next {
          display: none; } }
  #tripadvisor-reviews .swiper-container {
    width: calc(100% - 40px);
    max-width: 730px;
    margin: 0 auto; }
    @media only screen and (min-width: 768px) and (max-width: 959px) {
      #tripadvisor-reviews .swiper-container {
        width: calc(100% - 200px); } }
    @media only screen and (max-width: 767px) {
      #tripadvisor-reviews .swiper-container {
        width: calc(100% - 60px); } }
  #tripadvisor-reviews .swiper-slide {
    padding-top: 65px;
    position: relative;
    text-align: center;
    color: #525252;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    line-height: 26px; }
    #tripadvisor-reviews .swiper-slide:before {
      content: "";
      display: block;
      width: 64px;
      height: 36px;
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -32px;
      background: url("../images/sprite.svg") no-repeat -140px 0; }
    #tripadvisor-reviews .swiper-slide h4,
    #tripadvisor-reviews .swiper-slide .copy {
      quotes: "«" "»"; }
    #tripadvisor-reviews .swiper-slide h4:before,
    #tripadvisor-reviews .swiper-slide .copy:before {
      content: open-quote;
      display: inline; }
    #tripadvisor-reviews .swiper-slide h4:after,
    #tripadvisor-reviews .swiper-slide .copy:after {
      content: close-quote;
      display: inline; }
    #tripadvisor-reviews .swiper-slide h4 {
      font-size: 36px;
      line-height: 47px;
      color: #686868;
      text-transform: uppercase; }
    #tripadvisor-reviews .swiper-slide .copy {
      margin-top: 25px; }
      #tripadvisor-reviews .swiper-slide .copy * {
        display: inline; }
    #tripadvisor-reviews .swiper-slide .name {
      margin-top: 25px;
      font-weight: 700; }

#additional-content {
  background: #fff;
  overflow: hidden; }
  #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: 959px) {
      #additional-content .subpage {
        margin: 0; } }
    @media only screen and (max-width: 767px) {
      #additional-content .subpage {
        min-height: 500px; } }
    #additional-content .subpage > .button {
      position: absolute;
      bottom: 40px;
      left: 40px;
      display: none;
      z-index: 2; }
      @media only screen and (max-width: 767px) {
        #additional-content .subpage > .button {
          display: block; } }
    #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;
      -webkit-transform: scale(1.05);
              transform: scale(1.05);
      transition: -webkit-transform 0.6s;
      transition: transform 0.6s;
      transition: transform 0.6s, -webkit-transform 0.6s; }
      #additional-content .subpage .thumb:hover {
        -webkit-transform: scale(1);
                transform: scale(1); }
    #additional-content .subpage .headings {
      position: absolute;
      top: 40px;
      left: 40px;
      z-index: 3;
      max-width: 50%; }
      @media only screen and (max-width: 767px) {
        #additional-content .subpage .headings {
          max-width: none;
          right: 40px; } }
      #additional-content .subpage .headings h4 {
        font: 36px/47px "Roboto Condensed", sans-serif;
        text-transform: uppercase; }
        @media only screen and (max-width: 767px) {
          #additional-content .subpage .headings h4 {
            font-size: 30px;
            line-height: 36px; } }
      #additional-content .subpage .headings h5 {
        font-size: 24px;
        line-height: 33px; }
        @media only screen and (max-width: 767px) {
          #additional-content .subpage .headings h5 {
            font-size: 20px;
            line-height: 26px; } }
    #additional-content .subpage .content-wrapper {
      float: right;
      width: 280px;
      padding: 75px 30px 70px 0;
      min-height: 470px;
      position: relative;
      background: rgba(0, 0, 0, 0.5);
      z-index: 2; }
      #additional-content .subpage .content-wrapper:before, #additional-content .subpage .content-wrapper:after {
        content: "";
        display: block;
        width: 80px;
        height: 100%;
        position: absolute;
        top: 0; }
      #additional-content .subpage .content-wrapper:before {
        left: -80px;
        background: rgba(0, 0, 0, 0.5); }
      #additional-content .subpage .content-wrapper:after {
        left: -160px;
        background: linear-gradient(to bottom right, transparent 49.5%, rgba(0, 0, 0, 0.5) 50%); }
      @media only screen and (max-width: 767px) {
        #additional-content .subpage .content-wrapper {
          display: none; } }
      #additional-content .subpage .content-wrapper .copy {
        position: relative;
        font-size: 14px;
        line-height: 24px;
        min-height: 240px;
        margin-bottom: 40px; }
        #additional-content .subpage .content-wrapper .copy:before {
          content: "";
          display: block;
          width: 40px;
          height: 1px;
          background: #fff;
          position: absolute;
          top: -35px;
          left: 0; }
    #additional-content .subpage.even {
      background-position: 75% 50%; }
      #additional-content .subpage.even > .button {
        right: 40px;
        left: auto; }
      #additional-content .subpage.even .headings {
        left: auto;
        right: 40px;
        text-align: right; }
        @media only screen and (max-width: 767px) {
          #additional-content .subpage.even .headings {
            left: 40px; } }
      #additional-content .subpage.even .content-wrapper {
        float: left;
        padding: 75px 0 70px 30px; }
        #additional-content .subpage.even .content-wrapper:before {
          left: auto;
          right: -80px; }
        #additional-content .subpage.even .content-wrapper:after {
          left: auto;
          right: -160px;
          background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.5) 49.5%, transparent 50%); }

#home-reviews {
  margin: 40px 0;
  position: relative;
  overflow-x: hidden;
  height: 340px; }
  @media only screen and (max-width: 767px) {
    #home-reviews {
      height: 100%; } }
  #home-reviews .inner-wrapper {
    position: absolute;
    width: 2200px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    height: 340px;
    overflow: hidden; }
    @media only screen and (max-width: 767px) {
      #home-reviews .inner-wrapper {
        position: relative;
        height: 100%;
        width: 100%;
        -webkit-transform: none;
                transform: none;
        left: 0; } }
  #home-reviews .arrows-wrapper {
    position: absolute;
    width: 720px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
    @media only screen and (max-width: 767px) {
      #home-reviews .arrows-wrapper {
        width: 100%;
        -webkit-transform: none;
                transform: none;
        left: 0; } }
  #home-reviews .slideshow {
    z-index: 0; }
  #home-reviews .arrow {
    display: block;
    width: 17px;
    height: 32px;
    background: url("../images/sprite.svg") no-repeat -460px 0;
    position: absolute;
    top: 50%;
    margin-top: -36px;
    left: -52px;
    z-index: 10;
    text-indent: -1000px;
    overflow: hidden; }
    @media only screen and (max-width: 959px) {
      #home-reviews .arrow {
        left: 20px; } }
    #home-reviews .arrow.next {
      left: auto;
      right: -52px;
      background-position: -500px 0; }
      @media only screen and (max-width: 959px) {
        #home-reviews .arrow.next {
          right: 20px; } }
  #home-reviews article {
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #364C6E;
    transition: color 0.2s; }
    #home-reviews article .content {
      padding: 35px 90px 20px;
      background: #E6F3F3;
      position: relative;
      transition: background-color 0.2s;
      min-height: 300px; }
      @media only screen and (max-width: 767px) {
        #home-reviews article .content {
          padding: 15px 50px 20px; } }
      #home-reviews article .content:after {
        content: "";
        display: block;
        position: absolute;
        bottom: -10px;
        left: 120px;
        width: 0;
        height: 0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 15px solid #E6F3F3;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        transition: border-color 0.2s; }
    #home-reviews article h3 {
      font-size: 36px;
      line-height: 46px;
      color: #137c97;
      opacity: 0.3;
      transition: color 0.2s ease, opacity 0.2s ease; }
      #home-reviews article h3:before, #home-reviews article h3:after {
        content: "“ ";
        display: inline-block;
        font: 72px/46px Georgia, sans-serif;
        -webkit-transform: translate(0, 35%);
                transform: translate(0, 35%);
        margin-right: 10px; }
      #home-reviews article h3:before {
        margin-left: -40px; }
      #home-reviews article h3:after {
        content: " ”";
        margin-left: 10px; }
      @media only screen and (max-width: 767px) {
        #home-reviews article h3 {
          font-size: 26px;
          line-height: 30px; }
          #home-reviews article h3:before, #home-reviews article h3:after {
            font: 42px/30px Georgia, sans-serif; }
          #home-reviews article h3:before {
            margin-left: -30px; } }
    #home-reviews article p {
      font-size: 16px;
      line-height: 26px;
      margin-top: 20px;
      color: #4A4A4A;
      opacity: 0.3;
      transition: color 0.2s ease, opacity 0.2s ease; }
      @media only screen and (max-width: 767px) {
        #home-reviews article p {
          font-size: 14px; } }
    #home-reviews article .author {
      font-size: 14px;
      font-style: italic;
      line-height: 18px;
      color: #686868;
      margin: 25px 0 0 90px; }
      @media only screen and (max-width: 767px) {
        #home-reviews article .author {
          margin-left: 50px; } }
    #home-reviews article.swiper-slide-active {
      color: #F9F9F9; }
      #home-reviews article.swiper-slide-active h3 {
        opacity: 1;
        color: #fff; }
      #home-reviews article.swiper-slide-active p {
        color: #F9F9F9;
        opacity: 1; }
      #home-reviews article.swiper-slide-active .content {
        background: #1F3D7C; }
        #home-reviews article.swiper-slide-active .content:after {
          border-bottom-color: #1F3D7C; }

#feeds-anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden; }
  @media only screen and (max-width: 767px) {
    #feeds-anchor {
      top: -80px; } }
#feeds {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  box-sizing: border-box;
  min-height: calc(100vh - 100px);
  overflow: hidden;
  padding: 80px 0;
  position: relative; }
  @media only screen and (min-width: 768px) and (max-width: 959px) {
    #feeds {
      padding: 50px 0; } }
  #feeds h3 {
    color: #364C6E;
    font-size: 48px;
    line-height: 63px; }
  #feeds:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, white 100%); }
  #feeds:after {
    content: '';
    display: none;
    height: 64px;
    left: calc(50% - 32px);
    position: absolute;
    top: calc(50% - 32px);
    opacity: 0;
    width: 64px;
    z-index: 0;
    transition: opacity 0.2s; }
  #feeds.loading:after {
    display: block;
    opacity: 1; }
  #feeds h3 {
    margin-bottom: 30px; }
  #feeds .category-selector button {
    width: 24px;
    height: 24px;
    margin-right: 20px;
    text-indent: -9999px;
    background: url("../images/sprite.svg") 0 0 no-repeat;
    vertical-align: top; }
    #feeds .category-selector button:hover {
      opacity: 0.8; }
    #feeds .category-selector button.all {
      border-radius: 50%;
      background: #000;
      text-indent: 0;
      color: #fff;
      font: bold 10px/24px "Roboto Condensed", sans-serif;
      text-transform: uppercase;
      text-align: center; }
    #feeds .category-selector button.facebook {
      width: 25px;
      background-position: 0px -118px;
      border-radius: 2px; }
    #feeds .category-selector button.instagram {
      width: 25px;
      background-position: -168px -118px; }
    #feeds .category-selector button.googleplus {
      width: 35px;
      background-position: -76px -118px; }
    #feeds .category-selector button.flipto {
      width: 20px;
      height: 25px;
      background-position: -350px -548px; }
  #feeds .feed-content {
    overflow: hidden;
    position: relative;
    z-index: 1; }
  #feeds .feed-items {
    font-size: 0;
    overflow: hidden;
    vertical-align: top;
    text-align: center; }
  #feeds .feed-item {
    background: #fff;
    color: #000;
    display: inline-block;
    height: 170px;
    font: 14px/18px "Roboto Condensed", sans-serif;
    overflow: hidden;
    opacity: 1;
    position: relative;
    text-align: left;
    vertical-align: top;
    transition: opacity 0.2s;
    max-width: 170px; }
    #feeds .feed-item:before {
      content: "";
      position: absolute;
      z-index: 2;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      top: 10px;
      left: 10px;
      background: rgba(0, 0, 0, 0.2) url("../images/sprite.svg") 0 0 no-repeat; }
    #feeds .feed-item.facebook:before {
      background-position: -215px -396px; }
    #feeds .feed-item.instagram:before {
      background-color: white;
      background-position: -255px -396px; }
    #feeds .feed-item.googleplus:before {
      background-position: -287px -396px; }
    #feeds .feed-item.flipto:before {
      background-color: white;
      background-position: -319px -396px; }
    #feeds .feed-item.invisible {
      opacity: 0; }
    #feeds .feed-item .feed-descr {
      box-sizing: border-box;
      overflow: hidden;
      padding: 20px;
      width: 100%; }
    #feeds .feed-item .img-wrap {
      overflow: hidden;
      display: block;
      height: 170px;
      width: 100%;
      position: relative; }
      #feeds .feed-item .img-wrap span {
        display: block;
        height: 100%;
        width: 100%;
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: cover; }
    #feeds .feed-item .feed-copy {
      margin: 0; }
    #feeds .feed-item a {
      color: #4A4A4A;
      text-decoration: none; }
      #feeds .feed-item a:hover {
        text-decoration: underline; }
    #feeds .feed-item h4 {
      color: #137c97;
      font: 14px/16px "Roboto Condensed", sans-serif;
      margin-bottom: 10px; }
  #feeds .pattern {
    position: relative;
    height: 350px;
    margin-bottom: 10px;
    width: 100%; }
    #feeds .pattern .feed-item {
      position: absolute; }
    #feeds .pattern:nth-child(odd) {
      margin-right: 10px; }
    @media only screen and (min-width: 1440px) {
      #feeds .pattern {
        width: calc(50% - 5px);
        float: left; } }
    #feeds .pattern.hide {
      display: none; }
  #feeds .pattern:nth-child(4n - 7) .feed-item:nth-child(1) {
    height: 350px;
    left: 0;
    right: calc(75% + 10px);
    top: 0; }
  #feeds .pattern:nth-child(4n - 7) .feed-item:nth-child(2), #feeds .pattern:nth-child(4n - 7) .feed-item:nth-child(3) {
    left: 25%;
    right: calc(50% + 10px); }
  #feeds .pattern:nth-child(4n - 7) .feed-item:nth-child(2) {
    top: 0; }
  #feeds .pattern:nth-child(4n - 7) .feed-item:nth-child(3) {
    bottom: 0; }
  #feeds .pattern:nth-child(4n - 7) .feed-item:nth-child(4) {
    height: 350px;
    left: 50%;
    right: 0;
    top: 0; }
  #feeds .pattern:nth-child(4n - 6) .feed-item:nth-child(1), #feeds .pattern:nth-child(4n - 6) .feed-item:nth-child(2) {
    left: 0;
    right: calc(75% + 10px); }
  #feeds .pattern:nth-child(4n - 6) .feed-item:nth-child(1), #feeds .pattern:nth-child(4n - 6) .feed-item:nth-child(4) {
    top: 0; }
  #feeds .pattern:nth-child(4n - 6) .feed-item:nth-child(2), #feeds .pattern:nth-child(4n - 6) .feed-item:nth-child(5) {
    bottom: 0; }
  #feeds .pattern:nth-child(4n - 6) .feed-item:nth-child(3) {
    left: 25%;
    right: 25%;
    top: 0;
    height: 350px; }
  #feeds .pattern:nth-child(4n - 6) .feed-item:nth-child(4), #feeds .pattern:nth-child(4n - 6) .feed-item:nth-child(5) {
    right: 0;
    left: calc(75% + 10px); }
  #feeds .pattern:nth-child(4n - 5) .feed-item:nth-child(1) {
    height: 350px;
    top: 0;
    left: 0;
    right: 50%; }
  #feeds .pattern:nth-child(4n - 5) .feed-item:nth-child(2), #feeds .pattern:nth-child(4n - 5) .feed-item:nth-child(3) {
    height: 350px;
    top: 0; }
  #feeds .pattern:nth-child(4n - 5) .feed-item:nth-child(2) {
    right: 25%;
    left: calc(50% + 10px); }
  #feeds .pattern:nth-child(4n - 5) .feed-item:nth-child(3) {
    left: calc(75% + 10px);
    right: 0; }
  #feeds .pattern:nth-child(4n - 4) .feed-item:nth-child(1), #feeds .pattern:nth-child(4n - 4) .feed-item:nth-child(2) {
    left: 0;
    right: calc(75% + 10px); }
  #feeds .pattern:nth-child(4n - 4) .feed-item:nth-child(3), #feeds .pattern:nth-child(4n - 4) .feed-item:nth-child(4) {
    left: 25%;
    right: calc(50% + 10px); }
  #feeds .pattern:nth-child(4n - 4) .feed-item:nth-child(1), #feeds .pattern:nth-child(4n - 4) .feed-item:nth-child(3) {
    top: 0; }
  #feeds .pattern:nth-child(4n - 4) .feed-item:nth-child(2), #feeds .pattern:nth-child(4n - 4) .feed-item:nth-child(4) {
    bottom: 0; }
  #feeds .pattern:nth-child(4n - 4) .feed-item:nth-child(5) {
    height: 350px;
    left: 50%;
    right: 0;
    top: 0; }
  @media only screen and (max-width: 767px) {
    #feeds .pattern {
      height: auto;
      margin-bottom: 0; }
      #feeds .pattern .feed-item {
        top: auto !important;
        bottom: auto !important;
        left: auto !important;
        right: auto !important;
        width: 100% !important;
        position: relative !important;
        margin-bottom: 10px; } }
  #feeds .filtered .pattern {
    width: auto;
    height: auto;
    display: inline !important;
    float: none;
    margin: 0; }
    #feeds .filtered .pattern .feed-item {
      top: auto !important;
      bottom: auto !important;
      left: auto !important;
      right: auto !important;
      width: 170px !important;
      height: 170px !important;
      position: relative !important;
      margin: 5px !important; }
  #feeds .filtered.facebook .pattern .feed-item, #feeds .filtered.flipto .pattern .feed-item, #feeds .filtered.googleplus .pattern .feed-item {
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    width: 350px !important;
    height: 350px !important;
    position: relative !important;
    margin: 5px !important; }
  #feeds .feed-controls {
    text-align: center;
    margin-top: 40px; }

.mobile-list {
  display: none;
  font: normal 16px/50px "Roboto Condensed", sans-serif;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  border: 1px solid #1A77B9;
  color: #1A77B9;
  position: relative;
  padding: 0 35px;
  margin-bottom: 20px;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
  .mobile-list:after {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    vertical-align: middle;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #1A77B9;
    border-bottom: 0;
    position: absolute;
    right: 15px;
    top: 20px; }
  @media only screen and (max-width: 959px) {
    .mobile-list {
      display: block; } }
.mobilecategoryall {
  display: none; }
  @media only screen and (max-width: 767px) {
    .mobilecategoryall {
      display: block; } }
.category-selector {
  margin: 0 0 20px 0; }
  .category-selector:after {
    clear: both;
    content: '';
    display: table; }

.categories-list {
  position: relative;
  padding: 0 40px;
  margin: 0 0 25px 0;
  text-align: center; }
  @media only screen and (max-width: 959px) {
    .categories-list {
      display: none;
      margin-top: -20px;
      border: 1px solid #1A77B9;
      border-top: 0; }
      .categories-list.visible {
        display: block; }
        .categories-list.visible .button {
          color: #1A77B9;
          background: none;
          margin: 0;
          display: block;
          border: 0;
          white-space: normal;
          height: auto;
          line-height: 20px;
          padding: 15px 10px;
          width: 100%;
          box-sizing: border-box;
          font-weight: normal; }
          .categories-list.visible .button:after {
            content: "";
            position: absolute;
            left: 50%;
            margin-left: -25px;
            top: -1px;
            width: 50px;
            height: 1px;
            background: #1c332d; }
          .categories-list.visible .button:first-child:after {
            display: none; }
          .categories-list.visible .button:hover, .categories-list.visible .button.active {
            border: 0;
            background: none;
            color: #1c332d; } }
  .categories-list .text {
    display: none; }

.specials:after {
  clear: both;
  content: '';
  display: table; }

.specials .image-list-item {
  position: relative;
  overflow: hidden;
  height: 300px;
  width: 100%;
  margin: 0 auto 20px;
  text-align: left;
  font-size: 14px;
  line-height: 18px; }
  @media only screen and (max-width: 767px) {
    .specials .image-list-item {
      height: auto; } }
  .specials .image-list-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: 1px solid #e2e2e2;
    z-index: -1;
    box-sizing: border-box; }
  .specials .image-list-item .background {
    position: relative;
    width: 350px;
    height: 300px;
    margin-left: 40px;
    display: block;
    float: right;
    overflow: hidden;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat; }
    @media only screen and (min-width: 768px) and (max-width: 959px) {
      .specials .image-list-item .background {
        width: 300px; } }
    @media only screen and (max-width: 767px) {
      .specials .image-list-item .background {
        width: 100%;
        margin: 0 0 10px 0; } }
  .specials .image-list-item .description {
    box-sizing: border-box;
    width: 100%;
    display: block;
    padding: 25px; }
    @media only screen and (max-width: 767px) {
      .specials .image-list-item .description {
        padding: 20px 20px 10px 20px;
        text-align: center; } }
    .specials .image-list-item .description h3 {
      font: 24px/30px "Roboto Condensed", sans-serif;
      line-height: 30px;
      color: #1c332d;
      margin-bottom: 15px; }
      .specials .image-list-item .description h3 a {
        text-decoration: none; }
        .specials .image-list-item .description h3 a:hover {
          color: #1c332d; }
    .specials .image-list-item .description .button {
      padding: 0 20px; }
      @media only screen and (max-width: 767px) {
        .specials .image-list-item .description .button {
          margin-bottom: 10px; } }
    .specials .image-list-item .description nav {
      position: absolute;
      bottom: 30px;
      left: 25px; }
      @media only screen and (min-width: 768px) and (max-width: 959px) {
        .specials .image-list-item .description nav {
          bottom: 25px; } }
      @media only screen and (max-width: 767px) {
        .specials .image-list-item .description nav {
          text-align: center;
          width: 100%;
          left: auto;
          right: auto;
          bottom: auto;
          position: relative; } }
.single-special .background {
  width: 100%;
  padding-bottom: 35%;
  margin: 0 auto 20px auto;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }
  @media only screen and (max-width: 767px) {
    .single-special .background {
      padding-bottom: 45%; } }
.single-special .button {
  margin: 10px 0; }

.single-special ul {
  display: block;
  margin: 20px 0; }
  .single-special ul li {
    float: none;
    width: auto; }

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

.hotel-location-map, .poi-map-canvas {
  height: 500px; }
  .home .hotel-location-map, .home .poi-map-canvas {
    overflow: hidden;
    height: calc(100vh - 175px);
    display: table;
    width: 100%; }

.map-overlay {
  width: 100%;
  height: 100%;
  background: #1C332D; }
  .map-overlay h1 {
    color: #fff;
    font-size: 24px;
    line-height: 1;
    padding: 30px 0 30px;
    text-transform: uppercase;
    text-align: left;
    margin: 0 40px; }
    @media only screen and (max-width: 767px) {
      .map-overlay h1 {
        text-align: center;
        margin: 0 20px; } }
.map-content {
  background: rgba(54, 76, 110, 0.9);
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  padding: 30px;
  position: relative;
  text-align: center;
  color: #fff;
  width: 360px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0); }
  @media only screen and (max-width: 767px) {
    .map-content {
      width: 280px; } }
  .map-content h3 {
    font: 700 16px/24px "Roboto Condensed", sans-serif;
    color: #fff; }
  .map-content a {
    color: #fff; }
  .map-content .button {
    margin-top: 30px; }

.pressroom-wrap {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1020px;
  overflow: hidden;
  height: 415px; }
  .home .pressroom-wrap {
    max-height: 415px; }
  #additional-content .pressroom-wrap {
    max-width: 1020px; }
  .pressroom-wrap .pressroom-item {
    overflow: hidden;
    position: relative;
    width: 320px;
    margin: 10px;
    height: 100%;
    background-color: #fff; }
    @media only screen and (max-width: 767px) {
      .pressroom-wrap .pressroom-item {
        width: 100%; } }
    .pressroom-wrap .pressroom-item .description {
      background-color: #1f3d7c;
      position: absolute;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: flex-start;
      bottom: 0;
      left: 0;
      right: 0;
      height: 35%;
      padding: 20px 25px;
      text-align: justify;
      color: #fff; }
    .pressroom-wrap .pressroom-item time {
      font-weight: bold; }
    .pressroom-wrap .pressroom-item h4 {
      margin: 5px 0;
      float: right;
      color: #fff; }
    .pressroom-wrap .pressroom-item h4 a {
      text-decoration: none;
      margin-bottom: 0; }
    .pressroom-wrap .pressroom-item a {
      color: #fff;
      text-transform: uppercase; }

#home-pressroom {
  position: relative;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  padding: 100px 0;
  min-height: calc(100vh - 100px);
  background: #333333; }
  @media only screen and (max-width: 959px) {
    #home-pressroom {
      min-height: 0; } }
  #home-pressroom .center-column {
    z-index: 1;
    max-width: 680px; }
    @media only screen and (min-width: 1440px) {
      #home-pressroom .center-column {
        max-width: 1020px; } }
  #home-pressroom h3 {
    font-size: 48px;
    line-height: 63px;
    color: #fff; }
  #home-pressroom:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(31, 61, 124, 0.2); }
  #home-pressroom .load-more {
    margin-top: 40px; }

.galleries {
  text-align: center; }
  .galleries .gallery {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    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; }
    @media only screen and (min-width: 768px) and (max-width: 959px) {
      .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 > * {
      z-index: 1;
      position: relative; }
    .galleries .gallery h4 {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      font: 26px/30px "Roboto Condensed", sans-serif;
      text-transform: uppercase;
      padding: 0 10px;
      transition: all 0.3s ease-in-out;
      color: inherit; }
    .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; }
    .galleries .gallery:hover h4 {
      font-size: 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; }
      .galleries .gallery .description:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -1px; }
      .galleries .gallery .description .centered {
        padding: 15px;
        box-sizing: border-box;
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 4px); }

.page-content .sitemap-description {
  opacity: 0.8;
  font-size: 86%; }

.form {
  display: block;
  margin-bottom: 20px; }
  .form .newList 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: 15px 20px 0 0;
    float: left;
    text-align: right; }
    @media only screen and (max-width: 767px) {
      .form label {
        display: block;
        float: none;
        margin: 0 0 10px;
        text-align: left;
        width: auto; } }
    .form label em {
      color: #b31919;
      font-size: 16px;
      font-weight: normal;
      line-height: 10px;
      padding-right: 5px; }
  .form p {
    position: relative;
    margin-bottom: 10px; }
    .form p:after {
      content: "";
      display: table;
      clear: both; }
    .form p .ui-datepicker-trigger {
      display: none; }
    .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; }
        .form p span.group label input {
          margin-right: .4em; }
  .form input[type='text'], .form input[type='date'], .form textarea, .form select {
    background: #fff;
    color: #53565a;
    height: 45px;
    padding: 0 10px;
    resize: none;
    width: 250px;
    box-sizing: border-box;
    border: 1px solid #d1d1d1;
    font: 14px/44px "Roboto Condensed", sans-serif; }
    @media only screen and (max-width: 767px) {
      .form input[type='text'], .form input[type='date'], .form textarea, .form select {
        margin-bottom: 10px;
        padding: 0 20px;
        width: 100%;
        text-align: left; } }
  .form textarea {
    height: 100px;
    overflow: auto;
    line-height: 20px;
    padding: 10px 20px; }
  .form input[type='checkbox'],
  .form input[type='radio'] {
    width: 14px;
    height: 14px;
    padding: 0;
    vertical-align: top;
    margin-top: 1px; }
  .form a.dp-choose-date {
    float: left;
    position: static;
    margin: 13px 0 0 6px; }
  .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; } }
.menu-tabs-block-acm h2 {
  margin-bottom: 20px;
  color: #1F3D7C;
  font-size: 48px;
  line-height: 63px;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 30px; }

.menu-tabs-block-acm .tabs {
  position: relative;
  z-index: 100;
  margin-bottom: 45px; }

.menu-tabs-block-acm .tabs-titles {
  position: relative;
  margin: 0 0 45px;
  z-index: 200; }
  .menu-tabs-block-acm .tabs-titles ul {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #1f3d7c; }
  .menu-tabs-block-acm .tabs-titles li.tab-title {
    order: 2;
    display: block;
    padding: 0;
    list-style-type: none;
    transition: all .4s;
    width: auto;
    border: 1px solid #1f3d7c;
    border-bottom: 0; }
    .menu-tabs-block-acm .tabs-titles li.only-one-item .button {
      cursor: default;
    }
    .menu-tabs-block-acm .tabs-titles li.only-one-item .button::after {
      display: none !important;
    }
    .menu-tabs-block-acm .tabs-titles li.tab-title::after {
      display: none; }
    .menu-tabs-block-acm .tabs-titles li.tab-title.active .button {
      background: #1f3d7c;
      color: #F5F3EA; }
      @media only screen and (max-width: 767px) {
        .menu-tabs-block-acm .tabs-titles li.tab-title.active .button:after {
          content: '\25be';
          height: 15px;
          width: 15px; } }
  .menu-tabs-block-acm .tabs-titles .button {
    color: #1f3d7c;
    background-color: transparent;
    font-weight: bold; }
    .menu-tabs-block-acm .tabs-titles .button:hover {
      background: #1f3d7c;
      color: #F5F3EA; }
  @media only screen and (max-width: 767px) {
    .menu-tabs-block-acm .tabs-titles {
      height: 40px; }
      .menu-tabs-block-acm .tabs-titles ul {
        position: relative;
        flex-direction: column; }
      .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; }
      .menu-tabs-block-acm .tabs-titles .button {
        margin: 0;
        width: 100%; }
      .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: 10;
        background-color: #fff; } }
.menu-tabs-block-acm .tabs-content {
  position: relative;
  width: 100%;
  height: 100%;
  transition: .4s;
  z-index: 100;
  overflow: hidden; }
  .menu-tabs-block-acm .tabs-content .tabs-content-item {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: .4s; }
    .menu-tabs-block-acm .tabs-content .tabs-content-item.active {
      position: relative;
      opacity: 1;
      visibility: visible;
      z-index: 100; }
    .menu-tabs-block-acm .tabs-content .tabs-content-item .tabs-content-item-header {
      width: 100%;
      text-align: center;
      margin-bottom: 0%; }
    .menu-tabs-block-acm .tabs-content .tabs-content-item .tabs-content-item-header h2.tabs-content-item-descr {
      margin-bottom: 30px;
      width: 100%;
      text-align: center;
      width: 100%;
      text-align: center;
      margin-bottom: 0;
      text-transform: uppercase;
      color: #1f3d7c;
      font-size: 28px;
      line-height: normal; }
      .menu-tabs-block-acm .tabs-content .tabs-content-item .tabs-content-item-header h2.tabs-content-item-descr .tabs-content-price {
        color: #1f3d7c; }
      @media only screen and (max-width: 767px) {
        .menu-tabs-block-acm .tabs-content .tabs-content-item .tabs-content-item-header h2.tabs-content-item-descr {
          max-width: auto;
          width: 100%; } }
    .menu-tabs-block-acm .tabs-content .tabs-content-item .menu-block-options {
      color: #1f3d7c;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: flex-start; }
      @media only screen and (max-width: 767px) {
        .menu-tabs-block-acm .tabs-content .tabs-content-item .menu-block-options {
          flex-direction: column; } }
    .menu-tabs-block-acm .tabs-content .tabs-content-item .menu-block-options:not(first) {
      margin-top: 50px; }
    .menu-tabs-block-acm .tabs-content .tabs-content-item .menu-block-options .title {
      width: 46%;
      margin-right: auto;
      text-align: left;
      color: #1f3d7c;
      text-transform: uppercase;
      font-size: 1.9em; }
      .menu-tabs-block-acm .tabs-content .tabs-content-item .menu-block-options .title span {
        font-size: 0.8em; }
      @media only screen and (max-width: 767px) {
        .menu-tabs-block-acm .tabs-content .tabs-content-item .menu-block-options .title {
          width: 100%; font-size: 1.6em; } }
    .menu-tabs-block-acm .tabs-content .tabs-content-item .note {
      font-size: 1em; }

.menu-tabs-block-acm .menu-block {
  width: 100%;
  display: flex;
  justify-content: start;
  flex-flow: row wrap; }
  .menu-tabs-block-acm .menu-block .dish {
    width: 46%;
    min-width: 400px;
    padding: 2% 2% 2% 0;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
    margin-right: 3%;
    margin-bottom: 3%; }
    @media only screen and (max-width: 767px) {
      .menu-tabs-block-acm .menu-block .dish {
        width: 100%;
        min-width: 0px; } }
    .menu-tabs-block-acm .menu-block .dish .row {
      display: flex; }
    .menu-tabs-block-acm .menu-block .dish .dish-descr {
      margin: auto; }
    .menu-tabs-block-acm .menu-block .dish .dish-name {
      margin-bottom: 0px;
      text-transform: uppercase;
      color: #1f3d7c;
      margin-right: auto;
      font-size: 1.3em; }
    .menu-tabs-block-acm .menu-block .dish .dish-price {
      color: #1f3d7c; }
  @media only screen and (max-width: 767px) {
    .menu-tabs-block-acm .menu-block {
      width: 100%;
      min-width: auto; } }
.menu-tabs-block-acm .menu-link {
  width: 100%;
  margin-bottom: 45px;
  text-align: center; }
  .menu-tabs-block-acm .menu-link .button {
    display: inline-block; }

.poi {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 100px);
  width: 100%;
  background: #fff; }
  @media only screen and (max-width: 959px) {
    .poi {
      min-height: 0; } }
  .poi h1 {
    text-align: center;
    color: #364C6E;
    font-size: 48px;
    line-height: 63px;
    margin: 18px 20px;
    text-transform: uppercase; }
    @media only screen and (min-width: 1440px) {
      .poi h1 {
        margin: 24px 40px; } }
    @media only screen and (max-width: 767px) {
      .poi h1 {
        font-size: 38px;
        line-height: 53px; } }
.poi-controls-wrapper {
  text-align: center; }

.poi-slider-container {
  color: #4A4A4A;
  float: right;
  font-size: 16px;
  line-height: 60px;
  position: relative;
  margin: 0; }
  .poi-slider-container .zoomin, .poi-slider-container .zoomout {
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #fff;
    height: 60px;
    width: 60px;
    overflow: hidden;
    text-indent: -100em;
    text-align: left;
    border-left: 1px solid #e7e7e7; }
    .poi-slider-container .zoomin:after, .poi-slider-container .zoomout:after {
      content: '';
      background: #1F3D7C;
      display: block;
      width: 5px;
      height: 2px;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .poi-slider-container .zoomin:after {
    width: 10px;
    height: 2px; }
  .poi-slider-container .zoomin:before {
    content: '';
    background: #1F3D7C;
    display: block;
    width: 2px;
    height: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .poi-slider-container strong {
    display: inline-block;
    vertical-align: top;
    margin: 0 13px 0 20px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #1F3D7C; }

.poi-map-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 170px); }
  @media only screen and (max-width: 959px) {
    .poi-map-wrapper {
      position: relative;
      height: 500px;
      clear: both; } }
  .poi-map-wrapper .poi-map {
    width: 100%;
    height: 100%; }

.poi-overlay {
  width: 100%;
  height: 60px;
  text-align: center;
  border-top: 1px solid #E7E7E7; }
  .poi-overlay .category-selector {
    float: left;
    margin: 0 0 0 20px; }
    @media only screen and (max-width: 959px) {
      .poi-overlay .category-selector {
        float: none;
        margin: 0 20px; } }
    .poi-overlay .category-selector .select-wrapper {
      margin: 20px auto;
      position: relative;
      display: none; }
      .poi-overlay .category-selector .select-wrapper select {
        background: none;
        display: block;
        width: 100%;
        height: 40px;
        font-size: 14px;
        line-height: 40px;
        color: #000;
        text-transform: uppercase;
        text-align: center;
        border: 1px solid #E7E7E7;
        padding: 0 40px 0 50px; }
      .poi-overlay .category-selector .select-wrapper .select-icon {
        display: block;
        position: absolute;
        top: 50%;
        right: 10px;
        border: 0;
        background: #fff;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);
        margin: 0; }
        .poi-overlay .category-selector .select-wrapper .select-icon:after {
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          width: 6px;
          height: 6px;
          border-bottom: 1px solid #1C332D;
          border-left: 1px solid #1C332D;
          -webkit-transform: rotate(-45deg) translate(-50%, -50%);
                  transform: rotate(-45deg) translate(-50%, -50%);
          margin: -5px 0 0 1px; }
      @media only screen and (max-width: 959px) {
        .poi-overlay .category-selector .select-wrapper {
          display: block; } }
    .poi-overlay .category-selector .poi-button {
      color: #4A4A4A;
      font-size: 16px;
      line-height: 60px;
      padding: 0 20px 0 45px;
      position: relative;
      text-align: center;
      cursor: pointer; }
      .poi-overlay .category-selector .poi-button.active, .poi-overlay .category-selector .poi-button:hover {
        color: #1F3D7C; }
        .poi-overlay .category-selector .poi-button.active:before, .poi-overlay .category-selector .poi-button:hover:before {
          background-image: url(../images/poi/icons-hover.svg); }
      .poi-overlay .category-selector .poi-button + .poi-button {
        border-left: 1px solid #E7E7E7; }
      @media only screen and (max-width: 959px) {
        .poi-overlay .category-selector .poi-button {
          display: none; } }
      .poi-overlay .category-selector .poi-button:before {
        background-image: url(../images/poi/icons.svg);
        background-repeat: no-repeat;
        background-position: -40px -40px;
        content: '';
        position: absolute;
        display: block;
        height: 40px;
        width: 40px;
        top: 50%;
        left: 0;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%); }
      .poi-overlay .category-selector .poi-button.icon-dining:before {
        background-position: -10px -10px; }
      .poi-overlay .category-selector .poi-button.icon-shopping:before {
        background-position: -70px -10px; }
      .poi-overlay .category-selector .poi-button.icon-dana-for-dogs:before {
        background-position: -130px -10px; }
      .poi-overlay .category-selector .poi-button.icon-attractions:before {
        background-position: -190px -10px; }
      .poi-overlay .category-selector .poi-button.icon-wineries:before {
        background-position: -250px -10px; }
      .poi-overlay .category-selector .poi-button.icon-breakfast:before {
        background-position: -310px -10px; }
      .poi-overlay .category-selector .poi-button.icon-sights:before {
        background-position: -370px -10px; }
      .poi-overlay .category-selector .poi-button.icon-places-for-children:before {
        background-position: -430px -10px; }
      .poi-overlay .category-selector .poi-button.icon-museums-animal-attractions:before {
        background-position: -490px -10px; }
      .poi-overlay .category-selector .poi-button.icon-national-monuments:before {
        background-position: -550px -10px; }
      .poi-overlay .category-selector .poi-button.icon-preferred-breweries:before {
        background-position: -610px -10px; }
      .poi-overlay .category-selector .poi-button.icon-nightlife:before {
        background-position: -670px -10px; }
      .poi-overlay .category-selector .poi-button.icon-arts:before {
        background-position: -730px -10px; }
      .poi-overlay .category-selector .poi-button.icon-hospitals:before {
        background-position: -790px -10px; }
      .poi-overlay .category-selector .poi-button.icon-banks:before {
        background-position: -850px -10px; }
      .poi-overlay .category-selector .poi-button.icon-spas:before {
        background-position: -910px -10px; }
      .poi-overlay .category-selector .poi-button.icon-gardens:before {
        background-position: -970px -10px; }
      .poi-overlay .category-selector .poi-button.icon-cafes:before {
        background-position: -1030px -10px; }
      .poi-overlay .category-selector .poi-button.icon-theaters:before {
        background-position: -1090px -10px; }
      .poi-overlay .category-selector .poi-button.icon-golf:before {
        background-position: -1150px -10px; }
      .poi-overlay .category-selector .poi-button.icon-romantic-spots:before {
        background-position: -1210px -10px; }
      .poi-overlay .category-selector .poi-button.icon-hidden-gems:before {
        background-position: -1270px -10px; }
      .poi-overlay .category-selector .poi-button.icon-corporate-offices:before {
        background-position: -1330px -10px; }
      .poi-overlay .category-selector .poi-button.icon-public-parks:before {
        background-position: -1390px -10px; }
      .poi-overlay .category-selector .poi-button.icon-lakes:before {
        background-position: -1450px -10px; }
      .poi-overlay .category-selector .poi-button.icon-boating-outdoors:before {
        background-position: -1510px -10px; }
      .poi-overlay .category-selector .poi-button.icon-beaches:before {
        background-position: -1570px -10px; }
      .poi-overlay .category-selector .poi-button.icon-hiking:before {
        background-position: -1630px -10px; }
      .poi-overlay .category-selector .poi-button.icon-places-of-worship:before {
        background-position: -1690px -10px; }
      .poi-overlay .category-selector .poi-button.icon-sports:before {
        background-position: -1750px -10px; }
      .poi-overlay .category-selector .poi-button.icon-colleges-universities:before {
        background-position: -1810px -10px; }
      .poi-overlay .category-selector .poi-button.icon-airports-transportation:before {
        background-position: -1870px -10px; }
  .poi-overlay .poi-slider {
    display: none; }

.poi-acm {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 30;
  display: block;
  background: #fff;
  padding: 20px; }
  @media only screen and (max-width: 959px) {
    .poi-acm {
      position: relative; } }
  .poi-acm h3 {
    font-size: 24px;
    line-height: 36px;
    color: #364C6E; }
    @media only screen and (max-width: 767px) {
      .poi-acm h3 {
        font-size: 20px;
        line-height: 26px; } }
  .poi-acm h4 {
    font-size: 28px;
    line-height: 36px;
    color: #364C6E;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 11px; }
    @media only screen and (max-width: 767px) {
      .poi-acm h4 {
        font-size: 24px;
        line-height: 30px; } }
  .poi-acm .swiper-container {
    width: 380px;
    height: 160px;
    overflow: hidden; }
    @media only screen and (max-width: 959px) {
      .poi-acm .swiper-container {
        width: 100%; } }
    .poi-acm .swiper-container .swiper-slide {
      display: block;
      float: left;
      width: 300px;
      height: 160px;
      background-size: cover;
      background-position: 50% 50%;
      background: #333333;
      position: relative;
      text-align: center; }
      .poi-acm .swiper-container .swiper-slide:after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        background: rgba(31, 61, 124, 0.9); }
      .poi-acm .swiper-container .swiper-slide h3 {
        font-size: 24px;
        line-height: 28px;
        color: #FFFFFF;
        position: absolute;
        top: calc(50% - 20px);
        left: 50%;
        width: calc(100% - 20px);
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        z-index: 2; }
      .poi-acm .swiper-container .swiper-slide .links {
        font-size: 14px;
        line-height: 20px;
        width: 100%;
        position: absolute;
        bottom: 20px;
        left: 0;
        z-index: 2; }
        .poi-acm .swiper-container .swiper-slide .links a {
          color: #fff; }
        .poi-acm .swiper-container .swiper-slide .links a + a {
          margin-left: 20px; }

.event-cards {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px; }
  .event-cards .event-card {
    flex-grow: 1;
    margin: 20px;
    flex-basis: calc(50% - 40px); }
    @media only screen and (max-width: 767px) {
      .event-cards .event-card {
        margin-left: 0;
        margin-right: 0;
        flex-basis: 100%; } }
    .event-cards .event-card .thumbnail {
      height: 300px;
      background-size: cover !important; }
      @media only screen and (max-width: 767px) {
        .event-cards .event-card .thumbnail {
          height: 0;
          padding-top: 70%; } }
    .event-cards .event-card .text {
      font-family: "Roboto Condensed", sans-serif;
      font-size: 16px;
      line-height: 1.6;
      color: #000;
      text-align: center;
      margin-bottom: 10px; }
      .event-cards .event-card .text h4 {
        font-family: "Roboto Condensed", sans-serif;
        margin-bottom: 0px;
        margin-top: 20px;
        color: #1F3D7C;
        font-size: 24px;
        line-height: 35px;
        text-transform: uppercase; }
    .event-cards .event-card .date-link {
      text-align: center;
      color: #686868; }
      .event-cards .event-card .date-link .date, .event-cards .event-card .date-link .link {
        display: inline-block; }
      .event-cards .event-card .date-link .link {
        border-left: 1px solid #bbb;
        padding-left: 5px;
        margin-left: 5px;
        color: #686868; }
  .event-cards .one-third {
    flex-basis: calc(33% - 40px); }
    @media only screen and (max-width: 767px) {
      .event-cards .one-third {
        flex-basis: 100%; } }
    .event-cards .one-third .thumbnail {
      height: 300px; }
      @media only screen and (max-width: 767px) {
        .event-cards .one-third .thumbnail {
          height: 0;
          padding-top: 70%; } }
.total-number-5 .event-card:nth-child(3n-3), .total-number-5 .event-card:nth-child(3n-2), .total-number-5 .event-card:nth-child(3n-1) {
  flex-basis: calc(33% - 40px); }
  @media only screen and (max-width: 767px) {
    .total-number-5 .event-card:nth-child(3n-3), .total-number-5 .event-card:nth-child(3n-2), .total-number-5 .event-card:nth-child(3n-1) {
      flex-basis: 100%; } }
.total-number-7 .event-card:nth-last-child(-n+4) {
  flex-basis: calc(50% - 40px); }
  @media only screen and (max-width: 767px) {
    .total-number-7 .event-card:nth-last-child(-n+4) {
      flex-basis: 100%; } }
.total-number-11 .event-card:nth-child(-n+9) {
  flex-basis: calc(33% - 40px); }
  @media only screen and (max-width: 767px) {
    .total-number-11 .event-card:nth-child(-n+9) {
      flex-basis: 100%; } }
.fs_photo {
  position: relative;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  z-index: 10;
  height: 100vh;
  min-height: 300px; }
  .fs_photo .thumbnail {
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover !important; }
    .fs_photo .thumbnail:after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.25); }
  .fs_photo .text {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 100px;
    color: #fff; }
    .fs_photo .text h4 {
      font-family: "Roboto Condensed", sans-serif;
      margin-bottom: 20px;
      font-size: 44px;
      font-weight: bold;
      line-height: 30px; }
    .fs_photo .text .fs_descr {
      max-width: 600px;
      margin: 0 auto;
      margin-bottom: 20px; }
  .fs_photo .cta a {
    border: 1px solid #fff;
    line-height: 60px;
    text-transform: uppercase;
    padding: 15px 20px;
    height: 60px;
    color: #fff;
    text-decoration: none; }

.heading-text {
  width: 100%;
  text-align: center;
  display: block; }
  .heading-text h3 {
    font-family: "Roboto Condensed", sans-serif;
    margin-bottom: 20px;
    color: #1F3D7C;
    font-size: 48px;
    line-height: 63px;
    margin-bottom: 0; }
  .heading-text h4 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 30px;
    color: #137c97;
    margin-bottom: 0; }

@media print {
  .print #header,
  .print #photos,
  .print #booking,
  .print #footer {
    display: none; }
  @page {
    size: 960px 1358px; } }

.read-more-acm {
  margin: 30px 0; }
  .read-more-acm .acm-read-more-button {
    font: 16px "Roboto Condensed", sans-serif;
    text-decoration: underline; }
    .read-more-acm .acm-read-more-button:hover {
      text-decoration: none; }
  .read-more-acm .additional-content {
    display: none; }
  .read-more-acm.active .acm-read-more-button {
    display: none; }
  .read-more-acm.active .additional-content {
    display: block; }
