@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    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: 90;
}

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

.formError .formErrorContent {
  background: #b31919;
  position: relative;
  z-index: 91;
  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: 92;
}

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: 30px 10px 10px;
  background: #fff;
  box-shadow: 0 1px 4px 0 #ccc;
}
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: 18px/25px "Harriet Display";
  text-align: center;
  color: #0B7697;
  margin-bottom: 15px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev, .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  position: absolute;
  top: 6px;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  overflow: hidden;
  border: 1px solid #0B7697;
  border-bottom: 0;
  border-left: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transform: rotate(45deg);
  transition: border-color 350ms ease-in-out;
}
.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 {
  border-right: 0;
  border-top: 0;
  border-left: 1px solid #0B7697;
  border-bottom: 1px solid #0B7697;
  left: 7px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover {
  border-bottom-color: #000;
  border-left-color: #000;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  right: 7px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover {
  border-top-color: #000;
  border-right-color: #000;
}
.ui-datepicker .ui-datepicker-calendar {
  font-size: 12px;
  cursor: default;
  margin: 0 auto;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .ui-datepicker .ui-datepicker-calendar {
    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: 14px/32px "Harriet Display";
  color: #908677;
  text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar td {
  color: #000;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-other-month, .ui-datepicker .ui-datepicker-calendar td.ui-state-disabled {
  color: #a9a9a9;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-other-month span:hover, .ui-datepicker .ui-datepicker-calendar td.ui-state-disabled span:hover {
  color: inherit;
  background: none;
}
.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-today a {
  color: #0B7697;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-highlight a, .ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day a, .ui-datepicker .ui-datepicker-calendar .ui-state-default:hover {
  background: #0B7697;
  color: #fff;
}

.ui-datepicker-trigger {
  display: block;
  width: 18px;
  height: 17px;
  background: url("../images/sprite.svg") no-repeat -60px 0;
  overflow: hidden;
  text-indent: -1000px;
}

.ui-selectmenu-button,
select {
  position: relative;
  display: block;
  height: 30px;
  line-height: 30px;
  border: 0;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  color: #4A4A4A;
  background: transparent;
  transition: all 0.2s;
}
.ui-selectmenu-button::-moz-placeholder, select::-moz-placeholder {
  color: #4A4A4A;
}
.ui-selectmenu-button::placeholder,
select::placeholder {
  color: #4A4A4A;
}
.ui-selectmenu-button .ui-icon,
select .ui-icon {
  position: absolute;
  top: 50%;
  right: 2px;
  width: 10px;
  height: 10px;
  transform: translate(0, -7px) rotate(45deg);
  border-right: 1px solid #9C9082;
  border-bottom: 1px solid #9C9082;
}
.ui-selectmenu-button:hover .ui-icon,
select:hover .ui-icon {
  border-top-color: #000;
}
.ui-selectmenu-button .ui-selectmenu-text,
select .ui-selectmenu-text {
  display: block;
  height: 100%;
  padding: 0 40px 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-selectmenu-button .ui-selectmenu-text strong,
select .ui-selectmenu-text strong {
  font-weight: 700;
}

select {
  width: 100%;
}

select:disabled {
  opacity: 0.3;
}

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

/**
 * 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: transform;
  box-sizing: content-box;
}

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

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

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

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

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

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

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

/* 3D Effects */
.swiper-container-3d {
  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 {
  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 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  display: inline-block;
  text-indent: -100em;
  z-index: 50;
  cursor: pointer;
  width: 60px;
  height: 90px;
  transition: opacity 0.2s;
}
.swiper-button:hover {
  opacity: 0.8;
}
.swiper-button:after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-80%, -50%) rotate(45deg);
}
.swiper-button.swiper-button-prev {
  left: 20px;
}
.swiper-button.swiper-button-prev:after {
  transform: translate(-20%, -50%) rotate(-135deg);
}
.swiper-button.swiper-button-next {
  right: 20px;
}

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

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  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: 10px;
  left: 0;
  width: 100%;
}

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

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

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

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

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

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

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

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

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 {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  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%;
  transform: translateY(-50%);
  width: 8px;
}

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

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

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

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

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

/* 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%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  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;
  transform-origin: 50%;
  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");
}
@keyframes swiper-preloader-spin {
  100% {
    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;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  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 {
  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;
  backface-visibility: hidden;
}

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

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

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  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;
  backface-visibility: hidden;
}

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

.selectedTxt {
  height: 28px;
  margin-bottom: 0;
  background: none;
  font-size: 14px;
  position: relative;
  display: inline-block;
  padding: 0 36px 0 10px;
  font: 14px/28px "Lato";
  text-align: left;
  color: #fff;
  min-width: 115px;
}

.stylish-select .SSContainerDivWrapper {
  position: absolute;
  z-index: 9999;
  overflow: visible;
  min-width: 117px;
  left: -1px !important;
  border: 1px solid #ffffff;
  height: auto !important;
}

.stylish-select .newList {
  background: #000000;
  max-height: 200px;
  overflow: auto;
  overflow-x: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin: 0 !important;
  padding: 2px !important;
  list-style: none !important;
  height: auto !important;
}
.stylish-select .newList li {
  background: none !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1;
}
.stylish-select .newList li:after {
  content: none !important;
}
.stylish-select .newList li.newListOptionTitle {
  padding: 3px 5px 0 !important;
  font-weight: bold;
  color: #000;
}
.stylish-select .newList li.newListOptionTitle ul {
  margin: 3px -5px 0 !important;
  font-weight: normal;
}
.stylish-select .newList a {
  display: block;
  font: 13px/15px "Lato";
  padding: 6px 21px 6px 9px;
  position: static;
  border-radius: 2px;
  white-space: nowrap;
  overflow: hidden;
  color: #ffffff;
  text-decoration: none !important;
}

#footer {
  padding: 0 0 60px;
  position: relative;
  color: #4D4E4C;
}
#footer a {
  color: #4D4E4C;
  text-decoration: none;
}
#footer a:hover, #footer a:active {
  text-decoration: underline;
}
#footer .menu-socials {
  width: 100%;
  line-height: 24px;
  padding: 18px 0;
  color: #fff;
  background: #7E7567;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #footer #footer-menu {
    display: none;
  }
}
#footer #footer-menu ul li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
#footer #footer-menu ul li a {
  font: 700 16px/18px "Lato";
  color: #fff;
}
#footer #footer-menu ul li a:hover, #footer #footer-menu ul li a.active {
  text-decoration: underline;
}
@media (max-width: 1100px) {
  #footer #footer-menu ul li {
    margin-left: 10px;
  }
  #footer #footer-menu ul li a {
    font: 15px/18px "Lato";
    color: #fff;
  }
  #footer #footer-menu ul li a:hover, #footer #footer-menu ul li a.active {
    text-decoration: underline;
  }
}
#footer .center-column.flex-column {
  padding-top: 60px;
  padding-bottom: 35px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 0) and (max-width: 999px) {
  #footer .center-column.flex-column {
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
#footer .center-column.flex-column .logo {
  flex: 0 1 240px;
  margin-right: 4.17%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #footer .center-column.flex-column .logo {
    margin-right: 0;
  }
}
#footer .center-column.flex-column .logo img {
  display: block;
  width: 100%;
  height: auto;
}
#footer .center-column.flex-column .contacts {
  flex: 1 0 320px;
  font: normal 17px/28px "Lato";
  color: #4D4E4C;
}
@media only screen and (min-width: 0) and (max-width: 999px) {
  #footer .center-column.flex-column .contacts {
    flex: 0 1 320px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #footer .center-column.flex-column .contacts {
    flex: 0 1 100%;
    text-align: center;
    margin-top: 40px;
  }
}
#footer .center-column.flex-column .contacts h2 {
  font: 16px/23px "Harriet Display";
  color: #7D7459;
  text-transform: uppercase;
  margin-bottom: 18px;
}
#footer hr {
  display: block;
  height: 1px;
  margin: 21px auto;
  border: none;
  background: #E8E8E8;
  color: #E8E8E8;
}
#footer .copyright {
  display: block;
  color: #4D4E4C;
  font: 700 16px/21px "Lato";
  text-align: right;
  margin-top: 56px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #footer .copyright {
    text-align: center;
  }
}
#footer #newsletter {
  line-height: 60px;
  flex: 1 0 100px;
  white-space: nowrap;
  text-align: center;
}
@media (max-width: 1200px) {
  #footer #newsletter {
    white-space: normal;
  }
}
@media only screen and (min-width: 0) and (max-width: 999px) {
  #footer #newsletter {
    margin-top: 40px;
  }
}
#footer #newsletter h3 {
  display: inline-block;
  font: 28px/60px "Harriet Display";
  color: #908677;
  margin-right: 30px;
  text-transform: uppercase;
  vertical-align: top;
}
@media (max-width: 1200px) {
  #footer #newsletter h3 {
    margin: 0 20px;
    font-size: 26px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #footer #newsletter h3 {
    font-size: 24px;
    vertical-align: middle;
  }
}
#footer #newsletter form {
  display: inline-block;
  position: relative;
  width: 300px;
  background: #fff;
  height: 60px;
  border: 1px solid #908677;
}
#footer #newsletter form p {
  padding: 0;
  margin: 0;
}
#footer #newsletter form fieldset legend, #footer #newsletter form fieldset h3 {
  display: none;
}
#footer #newsletter form fieldset {
  height: 100%;
}
#footer #newsletter form .form-builder-field label {
  display: none;
}
#footer #newsletter form input[type=text], #footer #newsletter form input[type=email] {
  width: 100%;
  height: 100%;
  color: #000000;
  font: 700 18px/60px "Lato";
  text-transform: uppercase;
  padding: 18px 80px 18px 25px;
  text-align: left;
}
#footer #newsletter form input[type=text]:focus, #footer #newsletter form input[type=email]:focus {
  outline: none;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #footer #newsletter form input[type=text], #footer #newsletter form input[type=email] {
    font-size: 14px;
  }
}
#footer #newsletter form input[type=text]::-webkit-input-placeholder, #footer #newsletter form input[type=email]::-webkit-input-placeholder {
  color: #000;
}
#footer #newsletter form input[type=text]:-moz-placeholder, #footer #newsletter form input[type=email]:-moz-placeholder {
  color: #000;
}
#footer #newsletter form input[type=text]::-moz-placeholder, #footer #newsletter form input[type=email]::-moz-placeholder {
  color: #000;
}
#footer #newsletter form input[type=text]:-ms-input-placeholder, #footer #newsletter form input[type=email]:-ms-input-placeholder {
  color: #000;
}
#footer #newsletter form input[type=text]:focus::-webkit-input-placeholder, #footer #newsletter form input[type=email]:focus::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
#footer #newsletter form input[type=text]:focus:-moz-placeholder, #footer #newsletter form input[type=email]:focus:-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
#footer #newsletter form input[type=text]:focus::-moz-placeholder, #footer #newsletter form input[type=email]:focus::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
#footer #newsletter form input[type=text]:focus:-ms-input-placeholder, #footer #newsletter form input[type=email]:focus:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
#footer #newsletter form input[type=submit] {
  position: absolute;
  top: -20px;
  right: 0;
  height: 100%;
  width: 60px;
  font: 16px/14px "Harriet Display";
  color: #fff;
  background: #0B7697;
  text-align: center;
  text-decoration: none;
  white-space: pre-line;
  padding: 0 5px;
  transition: background-color 0.2s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #footer #newsletter form input[type=submit] {
    font-size: 14px;
    padding: 0 10px;
  }
}
#footer #newsletter form input[type=submit]:hover {
  background: #000;
}

#footer .socials {
  font-size: 0;
  float: right;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  #footer .socials {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #footer .socials {
    float: none;
    text-align: center;
  }
}
#footer .socials li {
  display: inline-block;
}
#footer .socials li + li {
  margin-left: 20px;
}
@media (max-width: 1100px) {
  #footer .socials li {
    margin-left: 10px;
  }
}
#footer .socials a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/sprite.svg") 0 0 no-repeat;
  opacity: 0.8;
  transition: opacity 0.2s;
}
#footer .socials a:hover {
  opacity: 1;
}
#footer .socials a.facebook {
  background-position: -1px -347px;
}
#footer .socials a.twitter {
  background-position: -41px -348px;
}
#footer .socials a.instagram {
  background-position: -281px -347px;
}
#footer .socials a.tripadvisor {
  background-position: -201px -347px;
}
#footer .socials a.google {
  background-position: -81px -347px;
}
#footer .socials a.youtube {
  background-position: -121px -347px;
}
#footer .socials a.flickr {
  background-position: -361px -347px;
}
#footer .socials a.pinterest {
  background-position: -241px -347px;
}

#footer .logos {
  margin-top: 56px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #footer .logos {
    overflow: hidden;
    text-align: center;
  }
}
#footer .logos a {
  width: 120px;
  height: auto;
  display: block;
  float: left;
  margin-right: 30px;
  text-indent: -9999em;
  font-size: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #footer .logos a {
    display: inline-block;
    float: none;
    margin: 0 15px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 767px) {
  #footer .logos a {
    width: 70px;
  }
}
#footer .logos a img {
  display: block;
  width: 100%;
}
#footer .logos a.tripadvisor {
  width: 70px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #footer .logos a.tripadvisor {
    width: 50px;
  }
}

#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 .galleria {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
#hebs-gallery .close-button {
  position: absolute;
  right: 20px;
  top: 12px;
  width: 17px;
  height: 17px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
  background: url("../images/common.svg") 0 0 no-repeat;
}
#hebs-gallery .close-button:hover {
  background-position: -37px 0;
}
#hebs-gallery .close-button:active {
  background-position: -74px 0;
}
#hebs-gallery .galleria-container {
  position: relative;
  overflow: hidden;
  width: 100% !important;
  height: 100% !important;
}
#hebs-gallery select {
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 36px 0 10px;
  font-size: 14px;
  text-align: left;
  color: #fff;
  transition: color 350ms ease-in-out, background-color 350ms ease-in-out, border-color 350ms ease-in-out;
}
#hebs-gallery select::-ms-expand {
  display: none;
}
#hebs-gallery .select-wrapper {
  display: inline-block;
  position: relative;
  float: left;
  margin: 5px 0 0 20px;
  z-index: 2;
  width: auto;
  border: 1px solid #fff;
}
#hebs-gallery .select-wrapper .category-selector {
  height: 30px;
  line-height: 28px;
  margin-bottom: 0;
  background: none;
  font-size: 14px;
  color: #fff;
}
#hebs-gallery .select-wrapper .select-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg) translateY(-50%);
  margin-top: -4px;
  pointer-events: none;
}
#hebs-gallery .galleria-stage {
  position: absolute;
  top: 40px;
  bottom: 120px;
  left: 0;
  right: 0;
  padding: 20px 72px;
  overflow: hidden;
}
@media only screen and (min-width: 0) and (max-width: 999px) {
  #hebs-gallery .galleria-stage {
    padding: 0;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 999px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  #hebs-gallery .galleria-stage {
    bottom: 0;
  }
}
#hebs-gallery .galleria-stage .galleria-image img {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
#hebs-gallery .galleria-container.touch .galleria-stage {
  padding: 0;
}
#hebs-gallery.no-controls .galleria-stage {
  bottom: 0;
  padding: 20px;
}
#hebs-gallery.no-controls .galleria-image-nav {
  display: none;
}
@media only screen and (min-width: 0) and (max-width: 999px) {
  #hebs-gallery .galleria-image-nav {
    display: none;
  }
}
#hebs-gallery .galleria-image-nav-left, #hebs-gallery .galleria-image-nav-right {
  position: absolute;
  top: 50%;
  cursor: pointer;
  width: 31px;
  height: 61px;
  margin-top: -30px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common.svg") 0 0 no-repeat;
}
#hebs-gallery .galleria-image-nav-left {
  left: 20px;
  background-position: 0 -37px;
}
#hebs-gallery .galleria-image-nav-left:hover {
  background-position: -51px -37px;
}
#hebs-gallery .galleria-image-nav-left:active {
  background-position: -102px -37px;
}
#hebs-gallery .galleria-image-nav-right {
  right: 20px;
  background-position: 0 -118px;
}
#hebs-gallery .galleria-image-nav-right:hover {
  background-position: -51px -118px;
}
#hebs-gallery .galleria-image-nav-right:active {
  background-position: -102px -118px;
}
#hebs-gallery .galleria-loader {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -24px 0 0 -24px;
}
#hebs-gallery.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 only screen and (min-device-width: 768px) and (max-device-width: 999px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  #hebs-gallery .galleria-thumbnails-container {
    display: none;
  }
}
#hebs-gallery .galleria-carousel .galleria-thumbnails-list {
  margin-left: 52px;
  margin-right: 52px;
}
#hebs-gallery .galleria-thumbnails {
  margin: 20px auto 0;
}
#hebs-gallery .galleria-thumbnails .galleria-image {
  height: 80px !important;
  width: 80px !important;
  background: #000;
  margin: 0 6px 0 0;
  float: left;
  cursor: pointer;
  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 (min-width: 0px) 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: 999px) {
  .calendar .image-list-item .background {
    width: 300px;
  }
}
@media only screen and (min-width: 0px) 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 (min-width: 0px) 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 "Open Sans";
  line-height: 30px;
  color: #151616;
  margin-bottom: 15px;
}
.calendar .image-list-item .description h3 a {
  text-decoration: none;
}
.calendar .image-list-item .description h3 a:hover {
  color: #362C66;
}
.calendar .image-list-item .description .button {
  position: absolute;
  bottom: 30px;
  left: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .calendar .image-list-item .description .button {
    bottom: 25px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .calendar .image-list-item .description .button {
    text-align: center;
    width: auto;
    left: auto;
    right: auto;
    bottom: auto;
    position: relative;
  }
}

.rooms-acm .content {
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
}

.content-block-rooms {
  margin: 60px auto 0 !important;
  max-width: 960px;
  padding: 0 20px;
}

.home-rooms {
  max-width: 1500px;
  padding: 0 30px;
  margin: 60px auto;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 0) and (max-width: 999px) {
  .home-rooms {
    padding: 0 20px;
    margin: 30px auto;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .home-rooms {
    padding: 0;
  }
}
.home-rooms .rooms-wrapper {
  position: relative;
  overflow: hidden;
}
.home-rooms .swiper-main {
  overflow: visible;
  z-index: 2;
}
.home-rooms .swiper-button {
  width: 30px;
  height: 50px;
  top: 160px;
}
.home-rooms .swiper-button:after {
  width: 30px;
  height: 30px;
  border-color: #908677;
}
.home-rooms .swiper-button.swiper-button-prev {
  left: -30px;
}
.home-rooms .swiper-button.swiper-button-next {
  right: -30px;
}
@media (max-width: 1575px) {
  .home-rooms .swiper-button:after {
    border-color: #fff;
  }
  .home-rooms .swiper-button.swiper-button-prev {
    left: 40px;
  }
  .home-rooms .swiper-button.swiper-button-next {
    right: 40px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .home-rooms .swiper-button {
    transform: translateY(-50%) scale(0.6);
    top: 60px;
    opacity: 0.7;
  }
  .home-rooms .swiper-button.swiper-button-prev {
    left: 15px;
  }
  .home-rooms .swiper-button.swiper-button-next {
    right: 15px;
  }
}
.home-rooms .swiper-slide {
  height: 320px;
  width: calc((100% - 2px) / 3);
  margin-right: 1px;
  background: #000;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .home-rooms .swiper-slide {
    width: 50%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .home-rooms .swiper-slide {
    width: 100%;
    margin-right: 0;
  }
}
.home-rooms .swiper-slide:last-child {
  margin-right: 0;
}
.home-rooms .swiper-slide .inner-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.home-rooms .swiper-slide .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  background: #000;
}
.home-rooms .swiper-slide .thumbnail span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  transition: transform 0.6s, opacity 0.4s;
}
.home-rooms .swiper-slide .thumbnail span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}
.home-rooms .swiper-slide .headings {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  padding: 0 9.3%;
  text-align: center;
  z-index: 2;
}
.home-rooms .swiper-slide .headings .prefix {
  font: 20px/16px "Harriet Display";
  color: #FFFFFF;
  margin-bottom: 9px;
}
.home-rooms .swiper-slide .headings h2 {
  font: 24px/24px "Harriet Display";
  color: #fff;
}
.home-rooms .swiper-slide .headings .price {
  font: 24px/24px "Harriet Display";
  color: #fff;
  height: 0;
  opacity: 0;
  transition: height 0.2s, opacity 0.2s;
}
.home-rooms .swiper-slide .headings .price span {
  display: block;
  padding-top: 15px;
  margin-top: 15px;
  position: relative;
}
.home-rooms .swiper-slide .headings .price span:after {
  content: "";
  display: block;
  width: 120px;
  height: 1px;
  background: #908677;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.home-rooms .swiper-slide .copy {
  position: absolute;
  top: -1000px;
  left: 0;
  width: 100%;
  height: 640px;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.2s, top 0s linear 0.2s;
  padding: 9.3%;
  color: #fff;
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .home-rooms .swiper-slide .copy {
    height: 400px;
  }
}
.home-rooms .swiper-slide .copy .links {
  margin-top: 40px;
  display: flex;
}
.home-rooms .swiper-slide .copy .button {
  width: 45%;
  border-color: #fff;
  color: #fff;
  background: transparent;
  padding: 0;
}
.home-rooms .swiper-slide .copy .button:hover {
  background: #000;
}
.home-rooms .swiper-slide .copy .button + .button {
  margin-left: 9%;
}
.home-rooms .swiper-slide .swiper-gallery {
  display: none;
  height: 300px;
  width: 100%;
  position: relative;
  z-index: 2;
  opacity: 1;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .home-rooms .swiper-slide .swiper-gallery {
    display: block;
  }
}
.home-rooms .swiper-slide .swiper-gallery .swiper-pagination {
  right: 30px;
  bottom: 30px;
}
.home-rooms .swiper-slide:hover {
  cursor: pointer;
}
.home-rooms .swiper-slide:hover .thumbnail span {
  transform: scale(1.1);
  opacity: 0.8;
}
.home-rooms .swiper-slide:hover .headings .price {
  height: 120px;
  opacity: 1;
}
.home-rooms .swiper-slide:hover .copy {
  top: 100%;
  opacity: 1;
  transition: opacity 0.2s, top 0s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .home-rooms .swiper-slide {
    height: auto;
    background: none;
  }
  .home-rooms .swiper-slide .inner-wrapper {
    height: auto;
  }
  .home-rooms .swiper-slide .thumbnail {
    position: relative;
    height: 200px;
  }
  .home-rooms .swiper-slide .thumbnail span {
    opacity: 0.8;
  }
  .home-rooms .swiper-slide .headings {
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 9.3%;
  }
  .home-rooms .swiper-slide .headings .price {
    height: auto;
    opacity: 1;
  }
  .home-rooms .swiper-slide .copy {
    position: relative;
    top: 0;
    opacity: 1;
    z-index: 2;
    background: none;
    text-align: center;
    height: auto;
    background: #000;
  }
  .home-rooms .swiper-slide .copy .links {
    display: block;
    margin-top: 10px;
  }
  .home-rooms .swiper-slide .copy .links .button {
    display: block;
    width: 100%;
  }
  .home-rooms .swiper-slide .copy .links .button + .button {
    margin-left: 0;
    margin-top: 10px;
  }
}
.home-rooms .galleries-wrapper {
  height: 640px;
  width: 100%;
  position: relative;
  margin-top: 1px;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .home-rooms .galleries-wrapper {
    height: 400px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .home-rooms .galleries-wrapper {
    display: none;
  }
}
.home-rooms .swiper-gallery {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.2s;
  z-index: 1;
}
.home-rooms .swiper-gallery.active {
  opacity: 1;
  z-index: 2;
}
.home-rooms .swiper-gallery .swiper-slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
}
.home-rooms .swiper-gallery .swiper-pagination {
  position: absolute;
  bottom: 60px;
  right: 60px;
  width: auto;
  left: auto;
}
.home-rooms .swiper-gallery .swiper-pagination .swiper-pagination-bullet {
  height: 13px;
  width: 13px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #fff;
  opacity: 1;
  cursor: pointer;
}
.home-rooms .swiper-gallery .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 10px;
}
.home-rooms .swiper-gallery .swiper-pagination .swiper-pagination-bullet:hover, .home-rooms .swiper-gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: transparent;
}

/* TEMPLATE 3*/
.rooms {
  margin-top: 40px;
  margin-bottom: 40px;
}
.rooms .categories-list {
  overflow: hidden;
  padding: 0 40px;
  margin: 30px 0;
  text-align: center;
}
.rooms .categories-list button + button {
  margin-left: 10px;
}
.rooms .rooms-entry {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 535px;
  background: #000;
  margin: 10px 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .rooms .rooms-entry {
    height: auto;
    margin: 0;
  }
}
.rooms .rooms-entry .description {
  box-sizing: border-box;
  position: relative;
  float: right;
  z-index: 2;
  width: 50%;
  height: 100%;
  min-height: 535px;
  padding: 30px 40px 160px 30px;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .rooms .rooms-entry .description {
    height: auto;
    min-height: 100%;
    width: 100%;
    padding: 30px 15px 25px;
    background: none;
  }
}
.rooms .rooms-entry .description h3 {
  font-size: 24px;
  line-height: 28px;
  margin: 6px 0 15px;
  text-transform: none;
  font-weight: normal;
  color: #fff;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .rooms .rooms-entry .description h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
.rooms .rooms-entry .description p {
  font-size: 14px;
  line-height: 22px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .rooms .rooms-entry .description p {
    font-size: 15px;
    line-height: 18px;
  }
}
.rooms .rooms-entry .description nav {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .rooms .rooms-entry .description nav {
    margin-top: 50px;
    position: relative;
    bottom: auto;
    left: auto;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .rooms .rooms-entry .description nav {
    text-align: center;
    margin-top: 50px;
  }
}
.rooms .rooms-entry .description nav .button {
  background: none;
  color: #fff;
  border-color: #fff;
  margin: 10px 10px 0 0;
  display: block;
  float: left;
}
.rooms .rooms-entry .description nav .button:hover {
  background: #000;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .rooms .rooms-entry .description nav .button {
    width: 100%;
    display: block;
  }
}
.rooms .rooms-entry .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .rooms .rooms-entry .background {
    position: static;
    height: 0;
    width: 100%;
    padding-top: 37.5%;
  }
}
.rooms .rooms-entry .background:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.rooms .rooms-entry .background .price {
  position: absolute;
  bottom: 35px;
  right: 50%;
  margin-right: 30px;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  text-decoration: none;
  z-index: 2;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .rooms .rooms-entry .background .price {
    display: none;
  }
}
.rooms .rooms-entry .background .price .number {
  font-size: 36px;
}
.rooms .rooms-entry .background a.price:hover {
  color: #54baba;
}
.rooms .rooms-entry .background .view-gallery {
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgb(0, 0, 0);
  text-indent: -1000px;
  overflow: hidden;
  z-index: 2;
}
.rooms .rooms-entry .background .view-gallery:hover {
  background: rgba(0, 0, 0, 0.6);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .rooms .rooms-entry .background .view-gallery {
    display: none;
  }
}
.rooms .rooms-entry .background .view-gallery:after {
  content: "";
  display: block;
  width: 22px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -11px;
  background: url("../images/common.svg") no-repeat -600px -40px;
}

.room-thumbnail {
  margin: 20px 0;
  position: relative;
}
.room-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}
.room-thumbnail:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.room-thumbnail .price {
  position: absolute;
  bottom: 35px;
  right: 0;
  margin-right: 30px;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  text-decoration: none;
  z-index: 3;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .room-thumbnail .price {
    display: none;
  }
}
.room-thumbnail .price .number {
  font-size: 36px;
}
.room-thumbnail a.price:hover {
  color: #54baba;
}
.room-thumbnail .view-gallery {
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgb(0, 0, 0);
  text-indent: -1000px;
  overflow: hidden;
  z-index: 3;
}
.room-thumbnail .view-gallery:hover {
  background: rgba(0, 0, 0, 0.6);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .room-thumbnail .view-gallery {
    display: none;
  }
}
.room-thumbnail .view-gallery:after {
  content: "";
  display: block;
  width: 22px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -11px;
  background: url("../images/common.svg") no-repeat -600px -40px;
}

#venues {
  padding: 45px;
}
#venues h2 {
  font: 600 50px/50px "Harriet Text";
  text-transform: uppercase;
  margin-bottom: 25px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #venues h2 {
    font: 600 30px/30px "Harriet Text";
  }
}
#venues h3 {
  font: 600 26px/50px "Harriet Text";
  margin: 15px 0;
  text-transform: uppercase;
}
#venues .categories {
  overflow: hidden;
}
#venues .categories span {
  display: block;
  height: 20px;
  font: 17px/20px "Harriet Text";
  cursor: pointer;
  margin-bottom: 21px;
  position: relative;
}
#venues .categories .inner-wrapper {
  overflow: hidden;
  max-width: 990px;
  margin-bottom: 40px;
}
#venues .categories .inner-wrapper span {
  padding-left: 40px;
  float: left;
  width: 330px;
}
#venues .categories .inner-wrapper span:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
}
#venues .categories .inner-wrapper span.active:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #fff;
  position: absolute;
  top: 4px;
  left: 4px;
}
#venues .categories .inner-wrapper span:hover {
  text-decoration: underline;
}
#venues .capacity-slider {
  margin-bottom: 100px;
}
#venues .capacity-slider .slider-container {
  overflow: hidden;
  height: 25px;
  margin: 30px 0;
  font: 17px/25px "Harriet Text";
  max-width: 600px;
}
#venues .capacity-slider .slider-container span {
  float: left;
}
#venues .capacity-slider .slider-container span.biggest-capacity {
  float: right;
}
#venues .capacity-slider #venues-slider {
  height: 1px;
  background: #484848;
  position: relative;
  margin: 12px 80px 0 50px;
}
#venues .capacity-slider #venues-slider .ui-slider-range {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
}
#venues .capacity-slider #venues-slider .ui-slider-handle {
  height: 25px;
  cursor: grab;
  position: absolute;
  width: 75px;
  z-index: 20;
  background: #540C43;
  transform: translate(-50%, -50%);
  text-align: center;
}
#venues .capacity-slider #venues-slider .ui-slider-handle:active {
  cursor: grabbing;
}
#venues article {
  display: inline-block;
  vertical-align: top;
  width: 300px;
  height: 400px;
  position: relative;
  margin: 0 75px 75px 0;
  white-space: normal;
}
#venues article.capacity-hide {
  display: none;
}
#venues article .inner-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#venues article .inner-wrapper .background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: 50% 50%;
  transition: opacity 0.2s, transform 0.2s;
  z-index: 1;
  opacity: 0.7;
}
#venues article .inner-wrapper .venue-content {
  width: 100%;
  padding: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  text-align: left;
}
#venues article .inner-wrapper .venue-content h3 {
  font: 600 27px/27px "Harriet Text";
  text-transform: uppercase;
}
#venues article .inner-wrapper .venue-content .capacity {
  height: 31px;
  padding-left: 40px;
  font: 17px/31px "Harriet Text";
  position: relative;
  margin: 10px 0;
}
#venues article .inner-wrapper .venue-content .capacity:after {
  content: "";
  display: block;
  width: 31px;
  height: 31px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/sprite.svg") -340px -100px;
}
#venues article .inner-wrapper .venue-content .text p {
  font-size: 13px;
  line-height: 25px;
  letter-spacing: 1.5px;
  margin: 13px 0 16px;
  max-height: 75px;
  overflow: hidden;
}
#venues article .inner-wrapper .venue-content a {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  width: 100%;
}

.custom-layout #content {
  margin-top: 105px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .custom-layout #content {
    margin-top: 60px;
  }
}
.custom-layout .page-content-wrapper {
  display: flex;
  position: relative;
  background-repeat: no-repeat;
  background-position: 80px 100%;
  background-size: 32%;
}
@media (max-width: 1300px) {
  .custom-layout .page-content-wrapper {
    display: block;
  }
}
@media only screen and (min-width: 0) and (max-width: 999px) {
  .custom-layout .page-content-wrapper {
    background: none;
  }
}
.custom-layout .page-content-wrapper .page-content {
  width: 50%;
  text-align: right;
  padding-left: 30px;
}
@media (min-width: 1560px) {
  .custom-layout .page-content-wrapper .page-content {
    padding-left: 60px;
  }
}
@media (max-width: 1300px) {
  .custom-layout .page-content-wrapper .page-content {
    width: 100%;
    padding: 0 30px;
    text-align: left;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .custom-layout .page-content-wrapper .page-content {
    padding: 0 20px;
  }
}
.custom-layout .page-content-wrapper .page-thumbnail {
  width: 50%;
  padding-left: 60px;
  padding-right: 30px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.custom-layout .page-content-wrapper .page-thumbnail span {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}
@media (max-width: 1300px) {
  .custom-layout .page-content-wrapper .page-thumbnail {
    padding: 0 30px;
    margin-top: 30px;
    width: 100%;
    position: relative;
    right: auto;
    top: auto;
    bottom: auto;
  }
  .custom-layout .page-content-wrapper .page-thumbnail span {
    padding-top: 40%;
  }
}
@media only screen and (min-width: 0) and (max-width: 999px) {
  .custom-layout .page-content-wrapper .page-thumbnail span {
    padding-top: 56.25%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .custom-layout .page-content-wrapper .page-thumbnail {
    padding: 0 20px;
  }
}
.custom-layout .page-content-wrapper .page-thumbnail #home-video {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  display: none;
}
.custom-layout .page-content-wrapper .page-thumbnail #home-video.visible {
  display: block;
}
.custom-layout .page-content-wrapper .page-thumbnail #home-video iframe {
  position: absolute;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
  height: 56.25vh; /* 100 * 9 / 16 */ /* USE 66.25 IF YOU WANT TO HIDE THE YOUTUBE LOGO */
  width: 177.77777778vw; /* 100 * 16 / 9 */
}
.custom-layout .page-content-wrapper .page-thumbnail #home-video .play {
  border: 0;
  background: transparent;
  box-sizing: border-box;
  width: 0;
  height: 18px;
  position: absolute;
  right: 60px;
  bottom: 46px;
  border-color: transparent transparent transparent #fff;
  transition: 100ms all ease;
  cursor: pointer;
  border-style: double;
  border-width: 0px 0 0px 15px;
}
.custom-layout .page-content-wrapper .page-thumbnail #home-video .play.pause {
  border-style: solid;
  border-width: 9px 0 9px 15px;
}
.custom-layout .page-content-wrapper .page-thumbnail #home-video .speaker {
  height: 30px;
  width: 30px;
  position: absolute;
  overflow: hidden;
  display: inline-block;
  right: 100px;
  bottom: 40px;
}
.custom-layout .page-content-wrapper .page-thumbnail #home-video .speaker span {
  display: block;
  width: 8px;
  height: 8px;
  background: #fff;
  margin: 11px 0 0 2px;
  padding: 0;
}
.custom-layout .page-content-wrapper .page-thumbnail #home-video .speaker span:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  border-width: 10px 14px 10px 15px;
  left: -13px;
  top: -6px;
}
.custom-layout .page-content-wrapper .page-thumbnail #home-video .speaker span:before {
  transform: rotate(45deg);
  border-radius: 0 50px 0 0;
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-style: double;
  border-color: #fff;
  border-width: 7px 7px 0 0;
  left: 18px;
  top: -1px;
  transition: all 0.2s ease-out;
}
.custom-layout .page-content-wrapper .page-thumbnail #home-video .speaker:hover span:before {
  transform: scale(0.8) translate(-3px, 0) rotate(42deg);
}
.custom-layout .page-content-wrapper .page-thumbnail #home-video .speaker.mute span:before {
  transform: scale(0.5) translate(-15px, 0) rotate(36deg);
  opacity: 0;
}

.spa .page-content-wrapper {
  background: none;
}

#feeds-section {
  overflow: hidden;
  position: relative;
  min-height: 600px;
  margin: 82px auto 60px;
  max-width: 1440px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #feeds-section {
    margin: 30px auto 30px;
  }
}
#feeds-section .heading {
  max-width: 880px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 auto 56px;
  line-height: 140px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #feeds-section .heading {
    margin-bottom: 30px;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
#feeds-section .heading a,
#feeds-section .heading h2 {
  display: inline-block;
}
#feeds-section .heading h2 {
  color: #908677;
  font: 78px/40px "Harriet Display";
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #feeds-section .heading h2 {
    display: block;
    float: none;
    width: 100%;
    text-align: center;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #feeds-section .heading h2 .words-wrapper {
    text-align: left;
    display: inline-block;
  }
}
#feeds-section .heading h2 span {
  display: block;
}
#feeds-section .heading h2 span.first {
  font-size: 57px;
  padding-left: 40px;
}
#feeds-section .heading h2 span.last {
  font: 18px/20px "Lato";
  color: #7D7459;
  margin-top: 25px;
  text-align: right;
  padding-right: 50px;
  text-transform: uppercase;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #feeds-section .heading h2 {
    order: 1;
    margin-bottom: 10px;
    transform: scale(0.8);
  }
}
#feeds-section .heading a {
  font: 18px/22px "Lato";
  color: #7D7459;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  padding-top: 77px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #feeds-section .heading a {
    display: block;
    float: none;
    width: 50%;
    text-align: center;
  }
}
#feeds-section .heading a:after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url("../images/sprite.svg") no-repeat 0 -60px;
}
#feeds-section .heading a.twitter:after {
  background-position: -100px -60px;
}
#feeds-section .heading a.instagram:after {
  background-position: 0px -150px;
}
#feeds-section .heading a:hover {
  opacity: 0.8;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #feeds-section .heading a {
    order: 2;
    transform: scale(0.8);
  }
}
#feeds-section:before {
  content: " ";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
  border-radius: 50%;
  border: 5px solid transparent;
  border-top-color: #0B7697;
  border-bottom-color: #0B7697;
  animation: spin 1.2s linear infinite;
}
#feeds-section:before {
  display: none;
  opacity: 0;
  transition: opacity 0.2s;
}
#feeds-section.loading:before {
  opacity: 1;
}
#feeds-section .social-sliders {
  width: calc(100% - 60px);
  margin: 0 30px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #feeds-section .social-sliders {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #feeds-section .social-sliders {
    display: block;
  }
}
#feeds-section .social-sliders .social-slider {
  width: 100%;
  background: #000;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #feeds-section .social-sliders .social-slider {
    width: 100%;
    margin-bottom: 1px;
    padding: 20px 0;
  }
}
#feeds-section .social-sliders .social-slider .image {
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-size: cover;
  background-position: 50% 50%;
  opacity: 0.5;
}
#feeds-section .social-sliders .social-slider .image.right {
  left: auto;
  right: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #feeds-section .social-sliders .social-slider .image.right {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #feeds-section .social-sliders .social-slider .image {
    width: 100%;
  }
}
#feeds-section .social-sliders .social-slider:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #fff;
  z-index: 2;
  transform: translateX(-50%);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #feeds-section .social-sliders .social-slider:after {
    display: none;
  }
}
#feeds-section .social-sliders .social-slider .swiper-button {
  width: 30px;
  height: 50px;
  top: 50%;
}
#feeds-section .social-sliders .social-slider .swiper-button:after {
  width: 30px;
  height: 30px;
}
#feeds-section .social-sliders .social-slider .swiper-button.swiper-button-prev {
  left: 50px;
}
#feeds-section .social-sliders .social-slider .swiper-button.swiper-button-next {
  right: 50px;
}
@media only screen and (min-width: 0) and (max-width: 999px) {
  #feeds-section .social-sliders .social-slider .swiper-button.swiper-button-prev {
    left: 20px;
  }
  #feeds-section .social-sliders .social-slider .swiper-button.swiper-button-next {
    right: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #feeds-section .social-sliders .social-slider .swiper-button.swiper-button-prev {
    left: 0;
  }
  #feeds-section .social-sliders .social-slider .swiper-button.swiper-button-next {
    right: 0;
  }
}
#feeds-section .social-sliders .social-slider .swiper-container {
  width: 100%;
  height: 480px;
  margin: 120px auto;
  z-index: 3;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #feeds-section .social-sliders .social-slider .swiper-container {
    margin: 0 auto;
  }
}
#feeds-section .social-sliders .social-slider .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
  text-align: center;
}
#feeds-section .social-sliders .social-slider .swiper-container .swiper-slide .swiper-slide-content {
  width: 240px;
  height: 100%;
  padding: 54px 30px 30px;
  margin: 0 auto;
  background: #000;
}
#feeds-section .social-sliders .social-slider .swiper-container .date {
  font-size: 16px;
  font-weight: 700;
  color: #908677;
  line-height: 23px;
  margin-bottom: 15px;
  display: block;
}
#feeds-section .social-sliders .social-slider .swiper-container .text {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 25px;
}
#feeds-section .social-sliders .social-slider .swiper-container a {
  display: block;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  font: 16px/16px "Harriet Display";
  color: #908677;
  padding-top: 14px;
  border: 1px solid #908677;
  text-decoration: none;
}
#feeds-section .social-sliders .social-slider .swiper-container a:hover {
  border-color: #fff;
  color: #fff;
}
#feeds-section .feed-content {
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin: 0 30px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #feeds-section .feed-content {
    width: 100%;
    margin: 0;
  }
}
#feeds-section .feed-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1px;
}
#feeds-section .feed-item {
  position: relative;
  overflow: hidden;
  width: calc((100% - 3px) / 4);
  text-align: left;
  background: #000;
  color: #fff;
  margin-bottom: 1px;
}
@media only screen and (min-width: 0) and (max-width: 999px) {
  #feeds-section .feed-item {
    width: calc((100% - 2px) / 2);
  }
}
#feeds-section .feed-item a {
  display: block;
  width: 100%;
  padding-top: 66.6%;
}
#feeds-section .feed-item.hide {
  display: none;
}
#feeds-section .feed-item:before {
  content: "";
  display: block;
  position: absolute;
  width: 26px;
  height: 26px;
  left: 20px;
  top: 20px;
  background: url("../images/sprite.svg") -1000px -1000px no-repeat;
  z-index: 5;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #feeds-section .feed-item:before {
    left: 10px;
    top: 10px;
    transform: scale(0.8);
  }
}
#feeds-section .feed-item.instagram .feed-descr {
  display: none;
}
#feeds-section .feed-item.instagram:before {
  background-position: -281px -347px;
}
#feeds-section .feed-item .feed-descr {
  position: absolute;
  bottom: 0;
  box-sizing: border-box;
  overflow: hidden;
  padding: 30px;
  width: 100%;
  font: 16px/20px "Harriet Text";
  text-align: left;
  color: #fff;
  max-height: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #feeds-section .feed-item .feed-descr {
    padding: 10px;
    line-height: 14px;
    font-size: 12px;
  }
}
#feeds-section .feed-item h4 {
  text-decoration: underline;
  color: #8D7125;
  padding-right: 30px;
  transition: all 350ms ease-in-out;
}
#feeds-section .feed-item.no-img {
  background: #EFEFEF;
  transition: background-color 0.2s;
}
#feeds-section .feed-item.no-img .feed-descr {
  color: #5A5A5A;
}
#feeds-section .feed-item.no-img:hover {
  background: #f4f4f4;
}
#feeds-section .feed-item .feed-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.6;
}
#feeds-section .feed-item .feed-text {
  display: inline-block;
  font-family: "Harriet Text";
}
#feeds-section .feed-item .feed-copy {
  margin: 0;
  overflow: hidden;
  max-height: 140px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #feeds-section .feed-item .feed-copy {
    max-height: 124px;
  }
}
#feeds-section .feed-item a {
  color: inherit;
  text-decoration: none;
}
#feeds-section .feed-item a:hover {
  text-decoration: underline;
}
#feeds-section .feed-item .feed-thumb {
  transition: opacity 0.4s, transform 0.4s;
}
#feeds-section .feed-item:hover .feed-thumb {
  opacity: 0.4;
  transform: scale(1.1);
}
#feeds-section .feed-item:hover.instagram .feed-thumb {
  opacity: 1;
}
#feeds-section .feed-controls {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 60px;
}
@media only screen and (min-width: 0) and (max-width: 999px) {
  #feeds-section .feed-controls {
    margin-top: 30px;
  }
}

.content-block {
  text-align: center;
  margin: 60px 0;
}
.content-block h2 {
  font: 48px/48px "Harriet Display";
  color: #908677;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .content-block h2 {
    font-size: 30px;
    line-height: 30px;
  }
}
.content-block h3 {
  font: 700 28px/28px "Lato";
  color: #4A4A4A;
  text-transform: uppercase;
  margin-bottom: 25px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .content-block h3 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 20px;
  }
}

.acm-fixedbutton {
  height: 60px;
  position: fixed;
  bottom: 35%;
  right: 0;
  z-index: 10;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .acm-fixedbutton {
    bottom: 0;
    width: 100%;
  }
}
.acm-fixedbutton .fixedbutton {
  font: 700 18px/60px "Harriet Text";
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  white-space: nowrap;
  background: rgba(11, 118, 151, 0.8);
  transform: rotate(270deg);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 0 45px;
  color: #fff;
  text-decoration: none;
  transition: background 350ms ease-in-out;
  transform-origin: right bottom 0;
}
.acm-fixedbutton .fixedbutton:hover {
  background: #0B7697;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .acm-fixedbutton .fixedbutton {
    transform: none;
    text-align: center;
    width: 100%;
  }
}
.spa .acm-fixedbutton .fixedbutton {
  line-height: 22px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

.page-blocks-wrapper .side-menu {
  display: block;
  overflow: hidden;
  margin: 30px 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .page-blocks-wrapper .side-menu {
    margin: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .page-blocks-wrapper .side-menu .categories-list {
    width: calc(100% - 20px);
  }
}
.page-blocks-wrapper .side-menu .categories-list .button {
  padding: 0 30px;
}
.page-blocks-wrapper .side-menu ul li {
  font-size: 16px;
  line-height: 23px;
  font-weight: 700;
  display: block;
  float: left;
  color: #9C9082;
  margin-right: 20px;
  cursor: pointer;
}
.page-blocks-wrapper .side-menu ul li:before {
  display: none;
}
.page-blocks-wrapper .side-menu ul li.active {
  color: #4A4A4A;
}
.page-blocks-wrapper .block-content {
  display: none;
}
.page-blocks-wrapper .block-content.active {
  display: block;
}

.venue-map {
  margin-bottom: 90px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .venue-map {
    margin-bottom: 40px;
    padding-top: 20px;
  }
}
.venue-map__tabs {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  padding: 35px 0;
}
.venue-map__tab + .venue-map__tab {
  margin-left: 14px;
}
.venue-map__tab-content {
  display: none;
}
.venue-map__tab-content.active {
  display: block;
}
.venue-map__map {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  background-image: url("../images/venues-map.svg");
  background-size: 100% 100%;
  background-position: top center;
}
.venue-map__map .hover_path {
  transition: fill 0.3s ease, opacity 0.3s ease;
  opacity: 0;
  touch-action: manipulation;
  cursor: pointer;
  fill: #0B7697;
}
.venue-map__map .hover_path:hover {
  opacity: 0.4;
}
.venue-map__map .hover_path.error {
  opacity: 0.5;
  fill: #6a6a6a;
}
.venue-map__map svg {
  width: 100%;
  height: auto;
  display: block;
}
.venue-map .venues-table-wrapper {
  overflow-x: auto;
  background-image: linear-gradient(to right, white, white), linear-gradient(to right, white, white), linear-gradient(to right, rgba(0, 0, 20, 0.5), rgba(255, 255, 255, 0)), linear-gradient(to left, rgba(0, 0, 20, 0.5), rgba(255, 255, 255, 0));
  /* Shadows */
  /* Shadow covers */
  background-position: left center, right center, left center, right center;
  background-repeat: no-repeat;
  background-color: white;
  background-size: 20px 100%, 20px 100%, 10px 100%, 10px 100%;
  background-attachment: local, local, scroll, scroll;
}
.venue-map .venues-table-wrapper table {
  mix-blend-mode: multiply;
  @import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;500&display=swap");
  font-family: "Roboto", sans-serif;
}
.venue-map .venues-table-wrapper table tr {
  text-align: center;
  line-height: 1.2;
}
.venue-map .venues-table-wrapper table tr:nth-of-type(2n) td {
  background-color: #f1f1f1;
}
.venue-map .venues-table-wrapper table thead tr:first-of-type th {
  font-weight: 300;
  text-align: center;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  background-color: #0B7697;
  color: #fff;
  font-size: 18px;
  padding: 0 20px;
  height: 50px;
  vertical-align: middle;
}
.venue-map .venues-table-wrapper table thead tr:first-of-type th:first-of-type {
  text-align: left;
  width: 240px;
}
.venue-map .venues-table-wrapper table tbody td {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  font-size: 16px;
  padding: 15px 20px;
  vertical-align: middle;
  font-weight: 300;
}
.venue-map .venues-table-wrapper table tbody td:first-of-type {
  text-align: left;
  width: 240px;
}
.venue-map .venues-table-wrapper table tbody td[data-id] {
  cursor: pointer;
}
.venue-map .venues-table-wrapper table th {
  color: #0B7697;
  font-size: 16px;
  background-color: #fff;
  text-align: left;
  padding: 15px 20px;
  font-weight: 500;
}

.centered-content-block {
  margin-top: 110px;
  max-width: 1000px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .centered-content-block {
    margin-top: 60px;
  }
}
.centered-content-block .button {
  margin-top: 20px;
}

.content-slider {
  margin: 60px 0 110px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .content-slider {
    margin: 60px 0 60px;
  }
}
.content-slider.hidePaginationOnLargeScreens .swiper-pagination {
  display: none;
}
@media (max-width: 1299px) {
  .content-slider.hidePaginationOnLargeScreens .swiper-pagination {
    display: block;
  }
}
.content-slider .buttons {
  font-size: 0;
  white-space: nowrap;
  margin: 0 30px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .content-slider .buttons {
    margin: 0;
  }
}
.content-slider .buttons .swiper-slide {
  display: inline-block;
  width: 33.3333333333%;
  margin-right: 1px;
  background: #000;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .content-slider .buttons .swiper-slide {
    width: 50%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .content-slider .buttons .swiper-slide {
    width: 100%;
    margin-right: 0;
  }
}
@media (min-width: 2200px) {
  .content-slider .buttons .swiper-slide {
    width: 25%;
  }
}
.content-slider .buttons .swiper-slide:last-child {
  margin-right: 0;
}
.content-slider .buttons .swiper-slide .image {
  display: block;
  height: 0;
  padding-top: 100%;
  background-size: cover;
  background-position: 50% 50%;
  transition: opacity 0.3s, transform 0.6s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .content-slider .buttons .swiper-slide .image {
    padding-top: 50%;
  }
}
.content-slider .buttons .swiper-slide:hover .image {
  opacity: 0.8;
  transform: scale(1.09);
}
.content-slider .buttons .swiper-slide .text {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  font: 36px/40px "Harriet Display";
  color: #FFFFFF;
  text-transform: uppercase;
  white-space: normal;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .content-slider .buttons .swiper-slide .text {
    width: 100%;
    white-space: normal;
    left: 50%;
    bottom: auto;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 1560px) {
  .content-slider .buttons .swiper-slide .text {
    font-size: 30px;
    line-height: 36px;
  }
}
.content-slider .swiper-pagination {
  position: static;
  margin-top: 10px;
}
.content-slider .swiper-pagination .swiper-pagination-bullet {
  height: 13px;
  width: 13px;
  border-radius: 50%;
  background-color: #000;
  border: 1px solid #000;
  opacity: 1;
  cursor: pointer;
}
.content-slider .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 10px;
}
.content-slider .swiper-pagination .swiper-pagination-bullet:hover, .content-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.content-slider .slider-wrapper {
  width: 100%;
  max-width: 1560px;
  margin: 0 auto;
  overflow: hidden;
}
.content-slider .slider-wrapper .slider-inner {
  font-size: 0;
  white-space: nowrap;
  transition: transform 0.3s;
}
.content-slider .slider-wrapper article {
  display: inline-block;
  width: 100%;
  white-space: normal;
  font-size: 16px;
  padding: 0 60px;
  vertical-align: top;
}
@media only screen and (min-width: 0) and (max-width: 999px) {
  .content-slider .slider-wrapper article {
    padding: 0 20px;
  }
}
.content-slider .slider-wrapper .copy-wrapper {
  padding: 70px 0 80px;
  overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .content-slider .slider-wrapper .copy-wrapper {
    padding: 30px 0 60px;
    display: block;
  }
}
@media only screen and (min-width: 0) and (max-width: 999px) {
  .content-slider .slider-wrapper .copy-wrapper {
    padding: 30px 0 20px;
  }
}
.content-slider .slider-wrapper .copy-wrapper .h2 {
  font: 48px/48px "Harriet Display";
  color: #908677;
  text-transform: uppercase;
  margin: 0 60px;
  width: calc(40% - 120px);
  white-space: normal;
  display: block;
  float: left;
  word-spacing: 1000px;
}
@media (max-width: 1560px) {
  .content-slider .slider-wrapper .copy-wrapper .h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 0) and (max-width: 999px) {
  .content-slider .slider-wrapper .copy-wrapper .h2 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .content-slider .slider-wrapper .copy-wrapper .h2 {
    margin: 0 0 20px;
    word-spacing: inherit;
    width: auto;
    float: none;
  }
}
.content-slider .slider-wrapper .copy-wrapper .copy {
  float: right;
  width: 60%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .content-slider .slider-wrapper .copy-wrapper .copy {
    width: auto;
    float: none;
  }
}
.content-slider .slider-wrapper .copy-wrapper .text {
  flex: 1;
}
.content-slider .slider-wrapper .image {
  display: block;
  width: calc(100% - 40px);
  margin: 0 30px;
  height: 0;
  padding-top: 50%;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .content-slider .slider-wrapper .image {
    width: 100%;
    margin: 0;
  }
}
.content-slider .slider-wrapper .image .button {
  position: absolute;
  top: -60px;
  right: -60px;
  height: 120px;
  width: 120px;
  white-space: normal;
  line-height: 20px;
  padding: 35px 0 0 16px;
  text-transform: none;
  font-size: 23px;
  text-align: left;
}
.content-slider .slider-wrapper .image .button span {
  font-size: 28px;
  text-transform: uppercase;
}
@media only screen and (min-width: 0) and (max-width: 999px) {
  .content-slider .slider-wrapper .image .button {
    right: -20px;
    top: -20px;
    width: 80px;
    height: 80px;
    font-size: 16px;
    padding: 23px 0 0 10px;
    line-height: 16px;
  }
  .content-slider .slider-wrapper .image .button span {
    font-size: 18px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .content-slider .slider-wrapper .image {
    padding-top: 70%;
  }
  .content-slider .slider-wrapper .image .button {
    width: 60px;
    height: 60px;
    font-size: 14px;
    padding: 15px 0 0 5px;
    line-height: 15px;
  }
  .content-slider .slider-wrapper .image .button span {
    font-size: 16px;
  }
}

.video-acm {
  width: 100%;
  margin: 110px 0;
  overflow: hidden;
  background-color: #fff;
  cursor: pointer;
}
@media only screen and (min-width: 0) and (max-width: 999px) {
  .video-acm {
    margin: 60px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .video-acm {
    margin: 30px 0;
  }
}
.video-acm .inner-wrapper {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
}
.video-acm .inner-wrapper:after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../images/sprite.svg") no-repeat -200px -60px;
  z-index: 2;
}
.video-acm .inner-wrapper .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 1;
  opacity: 0.5;
  filter: grayscale(100%);
  transition: opacity 0.5s, filter 0.5s, transform 0.8s;
}
.video-acm .inner-wrapper.visible .video-container {
  opacity: 1;
}
.video-acm .inner-wrapper .video-container {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  overflow: hidden;
  opacity: 0;
}
.video-acm .inner-wrapper .video-container .video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.video-acm .inner-wrapper .video-container #acm-player {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.video-acm .inner-wrapper .video-container #acm-player * {
  background-color: transparent !important;
}
.video-acm:hover .inner-wrapper .image {
  opacity: 0.7;
  filter: grayscale(70%);
  transform: scale(1.1);
}
.video-acm .speaker {
  height: 30px;
  width: 30px;
  position: absolute;
  overflow: hidden;
  display: inline-block;
  right: 200px;
  bottom: 25px;
  z-index: 3;
  transform: scale(2);
  cursor: pointer;
  pointer-events: all;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .video-acm .speaker {
    right: 100px;
    transform: scale(1.5);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .video-acm .speaker {
    right: 50px;
    transform: scale(1);
  }
}
.video-acm .speaker span {
  display: block;
  width: 8px;
  height: 8px;
  background: #fff;
  margin: 11px 0 0 2px;
  padding: 0;
  position: relative;
}
.video-acm .speaker span:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  border-width: 10px 14px 10px 15px;
  left: -13px;
  top: -6px;
}
.video-acm .speaker span:before {
  transform: rotate(45deg);
  border-radius: 0 50px 0 0;
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-style: double;
  border-color: #fff;
  border-width: 7px 7px 0 0;
  left: 18px;
  top: -1px;
  transition: all 0.2s ease-out;
}
.video-acm .speaker:hover span:before {
  transform: scale(0.8) translate(-3px, 0) rotate(42deg);
}
.video-acm .speaker.mute span:before {
  transform: scale(0.5) translate(-15px, 0) rotate(36deg);
  opacity: 0;
}

.team-acm {
  margin: 110px 30px;
  width: calc(100% - 60px);
  padding-bottom: 100px;
  border-bottom: 1px solid #E8E8E8;
  position: relative;
}
@media only screen and (min-width: 0) and (max-width: 999px) {
  .team-acm {
    margin: 60px 30px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .team-acm {
    margin: 30px auto;
    width: 100%;
  }
}
.team-acm .content {
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto 50px;
}
.team-acm .team-wrapper {
  margin: 0 auto;
  max-width: 1440px;
}
.team-acm .team-wrapper .big-image {
  position: relative;
  width: 100%;
  margin-bottom: 60px;
  padding-top: 50%;
  background-position: 50% 50%;
  background-size: cover;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .team-acm .team-wrapper .big-image {
    margin-bottom: 30px;
  }
}
.team-acm .team-wrapper .team-slider {
  width: 100%;
  position: relative;
}
.team-acm .team-wrapper .team-slider .swiper-container {
  width: 100%;
}
@media (max-width: 1575px) {
  .team-acm .team-wrapper .team-slider .swiper-container {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .team-acm .team-wrapper .team-slider .swiper-container {
    padding: 10px;
  }
}
.team-acm .team-wrapper .team-slider .swiper-slide {
  width: 33.3333333333%;
  padding: 0 4.2%;
  text-align: center;
  overflow: hidden;
}
@media only screen and (min-width: 0) and (max-width: 999px) {
  .team-acm .team-wrapper .team-slider .swiper-slide {
    width: 50%;
    padding: 0 50px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .team-acm .team-wrapper .team-slider .swiper-slide {
    width: 100%;
    padding: 20px;
  }
}
.team-acm .team-wrapper .team-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}
.team-acm .team-wrapper .team-slider .swiper-slide h3 {
  font: 24px/24px "Harriet Display";
  color: #908677;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.team-acm .team-wrapper .team-slider .swiper-slide h4 {
  font: 16px/16px "Lato";
  color: #908677;
  margin-bottom: 20px;
}
.team-acm .team-wrapper .team-slider .swiper-button {
  width: 30px;
  height: 50px;
  top: 150px;
}
.team-acm .team-wrapper .team-slider .swiper-button:after {
  width: 30px;
  height: 30px;
  border-color: #908677;
}
.team-acm .team-wrapper .team-slider .swiper-button.swiper-button-prev {
  left: -60px;
}
.team-acm .team-wrapper .team-slider .swiper-button.swiper-button-next {
  right: -60px;
}
@media (max-width: 1575px) {
  .team-acm .team-wrapper .team-slider .swiper-button.swiper-button-prev {
    left: 20px;
  }
  .team-acm .team-wrapper .team-slider .swiper-button.swiper-button-next {
    right: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .team-acm .team-wrapper .team-slider .swiper-button {
    top: 0;
    transform: scale(0.8);
    opacity: 0.4;
  }
  .team-acm .team-wrapper .team-slider .swiper-button.swiper-button-prev {
    left: 10px;
  }
  .team-acm .team-wrapper .team-slider .swiper-button.swiper-button-next {
    right: 10px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .team-acm .team-wrapper .team-slider.has-thumbnails {
    width: 100%;
    padding: 0;
  }
}
.team-acm .team-wrapper .team-slider.has-thumbnails .swiper-container {
  width: 100%;
}
@media (max-width: 1575px) {
  .team-acm .team-wrapper .team-slider.has-thumbnails .swiper-container {
    padding: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .team-acm .team-wrapper .team-slider.has-thumbnails .swiper-container {
    padding: 0;
  }
}
.team-acm .team-wrapper .team-slider.has-thumbnails .swiper-slide {
  padding: 0 2%;
}
@media (max-width: 1575px) {
  .team-acm .team-wrapper .team-slider.has-thumbnails .swiper-button:after {
    border-color: #fff;
  }
  .team-acm .team-wrapper .team-slider.has-thumbnails .swiper-button.swiper-button-prev {
    left: 40px;
  }
  .team-acm .team-wrapper .team-slider.has-thumbnails .swiper-button.swiper-button-next {
    right: 40px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .team-acm .team-wrapper .team-slider.has-thumbnails .swiper-button {
    top: 150px;
    transform: scale(1);
    opacity: 1;
  }
  .team-acm .team-wrapper .team-slider.has-thumbnails .swiper-button.swiper-button-prev {
    left: 40px;
  }
  .team-acm .team-wrapper .team-slider.has-thumbnails .swiper-button.swiper-button-next {
    right: 40px;
  }
}

.image-blocks-acm {
  overflow: hidden;
  margin: 60px 20px 100px 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (min-width: 0) and (max-width: 999px) {
  .image-blocks-acm {
    margin: 60px 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .image-blocks-acm {
    margin: 30px 0;
  }
}
.image-blocks-acm article {
  width: calc((100% - 20px) * 0.621);
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  background: #000;
}
.image-blocks-acm article .image {
  display: block;
  width: 100%;
  padding-top: 35%;
  position: relative;
  height: 0;
  overflow: hidden;
}
.image-blocks-acm article .image .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  transition: transform 0.5s, opacity 0.3s;
  z-index: 1;
}
.image-blocks-acm article .image .bg:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.image-blocks-acm article .image .copy {
  position: absolute;
  bottom: 55px;
  left: 60px;
  z-index: 2;
  min-width: 410px;
  max-width: calc(100% - 120px);
}
.image-blocks-acm article .image .copy h2 {
  font: 48px/67px "Harriet Display";
  color: #fff;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.image-blocks-acm article .image .copy hr {
  width: 100%;
  display: block;
  height: 1px;
  margin: 0;
  border: none;
  background: #E8E8E8;
  color: #E8E8E8;
}
.image-blocks-acm article .image .copy h3 {
  font: 20px/24px "Lato";
  color: #FFFFFF;
  margin-top: 16px;
  text-transform: uppercase;
}
@media (max-width: 1500px) {
  .image-blocks-acm article .image .copy {
    min-width: 300px;
    bottom: 40px;
    left: 40px;
  }
  .image-blocks-acm article .image .copy h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .image-blocks-acm article .image .copy h3 {
    font-size: 18px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 0) and (max-width: 999px) {
  .image-blocks-acm article .image .copy {
    min-width: 0;
    bottom: 30px;
    left: 30px;
  }
  .image-blocks-acm article .image .copy h2 {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .image-blocks-acm article .image .copy h3 {
    font-size: 16px;
    line-height: 18px;
    margin-top: 5px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .image-blocks-acm article {
    width: 100%;
  }
  .image-blocks-acm article .image {
    padding-top: 40%;
  }
}
.image-blocks-acm article:nth-child(4n-2), .image-blocks-acm article:nth-child(4n-1) {
  width: calc((100% - 20px) * 0.379);
}
.image-blocks-acm article:nth-child(4n-2) .image, .image-blocks-acm article:nth-child(4n-1) .image {
  padding-top: 57.3%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .image-blocks-acm article:nth-child(4n-2), .image-blocks-acm article:nth-child(4n-1) {
    width: 100%;
  }
  .image-blocks-acm article:nth-child(4n-2) .image, .image-blocks-acm article:nth-child(4n-1) .image {
    padding-top: 40%;
  }
}
.image-blocks-acm article:nth-child(odd):last-child {
  width: 100%;
}
.image-blocks-acm article:nth-child(odd):last-child .image {
  padding-top: 25%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .image-blocks-acm article:nth-child(odd):last-child .image {
    padding-top: 40%;
  }
}
.image-blocks-acm article:hover a.image .bg {
  transform: scale(1.1);
  opacity: 0.8;
}

.testimonials {
  margin: 110px 0;
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 0) and (max-width: 999px) {
  .testimonials {
    margin: 60px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonials {
    margin: 30px 0;
  }
}
.testimonials .tripadvisor-logo {
  display: inline-block;
  width: 46px;
  height: 27px;
  margin-bottom: 34px;
  background: url("../images/sprite.svg") no-repeat -300px -60px;
}
.testimonials .swiper-container {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.testimonials .swiper-container .swiper-slide {
  padding: 0 20px;
  width: 100%;
}
@media (max-width: 1100px) {
  .testimonials .swiper-container .swiper-slide {
    padding: 0 50px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonials .swiper-container .swiper-slide {
    padding: 0 20px;
  }
}
.testimonials .swiper-container .swiper-slide h2 {
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 30px;
}
.testimonials .swiper-container .swiper-slide .button {
  margin-top: 30px;
}
.testimonials .swiper-button {
  width: 30px;
  height: 50px;
}
.testimonials .swiper-button:after {
  width: 30px;
  height: 30px;
  border-color: #908677;
}
.testimonials .swiper-button.swiper-button-prev {
  left: 60px;
}
.testimonials .swiper-button.swiper-button-next {
  right: 60px;
}
@media (min-width: 1800px) {
  .testimonials .swiper-button.swiper-button-prev {
    left: 50%;
    margin-left: -900px;
  }
  .testimonials .swiper-button.swiper-button-next {
    right: 50%;
    margin-right: -900px;
  }
}
@media (max-width: 1100px) {
  .testimonials .swiper-button.swiper-button-prev {
    left: 10px;
  }
  .testimonials .swiper-button.swiper-button-next {
    right: 10px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonials .swiper-button {
    bottom: 0px;
    top: auto;
  }
}

.alternating-blocks-updated .swiper-button-next, .alternating-blocks-updated .swiper-button-prev, #custom-blocks .swiper-button-next, #custom-blocks .swiper-button-prev {
  z-index: 1;
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
}

#custom-blocks {
  width: 100%;
  padding-top: 50px;
}
#custom-blocks .alternating-blocks {
  width: 100%;
}
#custom-blocks .alternating-blocks .block-entry {
  position: relative;
  width: 100%;
}
#custom-blocks .alternating-blocks .block-entry:after {
  clear: both;
  content: "";
  display: table;
}
#custom-blocks .alternating-blocks .block-entry .side-content {
  width: calc(50% - 130px);
  min-height: 300px;
  padding: 80px;
  box-sizing: border-box;
}
@media only screen and (min-width: 0) and (max-width: 999px) {
  #custom-blocks .alternating-blocks .block-entry .side-content {
    padding: 80px 40px;
    width: 50%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #custom-blocks .alternating-blocks .block-entry .side-content {
    padding: 40px 20px;
    width: 100%;
    min-height: auto;
    float: none !important;
  }
}
#custom-blocks .alternating-blocks .block-entry .side-content .title {
  font: 48px/48px "Harriet Display";
  color: #908677;
  text-transform: uppercase;
  margin-bottom: 20px;
  word-break: break-word;
}
@media only screen and (min-width: 0) and (max-width: 999px) {
  #custom-blocks .alternating-blocks .block-entry .side-content .title {
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #custom-blocks .alternating-blocks .block-entry .side-content .title {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}
#custom-blocks .alternating-blocks .block-entry .side-content .text {
  margin-bottom: 20px;
}
#custom-blocks .alternating-blocks .block-entry .side-images {
  width: calc(50% + 130px);
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  background: #908677 url("../images/logo.svg") no-repeat center center;
}
@media only screen and (min-width: 0) and (max-width: 999px) {
  #custom-blocks .alternating-blocks .block-entry .side-images {
    width: 50%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #custom-blocks .alternating-blocks .block-entry .side-images {
    width: 100%;
    height: 300px;
    position: relative;
    left: auto !important;
    right: auto !important;
  }
}
#custom-blocks .alternating-blocks .block-entry .side-images img {
  display: none;
}
#custom-blocks .alternating-blocks .block-entry .side-images .swiper-slide {
  background-size: cover;
  background-repeat: no-repeat;
}
#custom-blocks .alternating-blocks .block-entry .side-images .swiper-pagination-bullet {
  border: 1px solid #fff;
  box-sizing: border-box;
  background: #fff;
  opacity: 1;
  width: 13px;
  height: 13px;
  margin: 0 5px;
}
#custom-blocks .alternating-blocks .block-entry .side-images .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0B7697;
}
#custom-blocks .alternating-blocks .block-entry .side-images .swiper-pagination-bullet:hover {
  border-color: #0B7697;
}
#custom-blocks .alternating-blocks .block-entry.odd .side-content {
  float: right;
}
#custom-blocks .alternating-blocks .block-entry.odd .side-images {
  left: 0;
}
#custom-blocks .alternating-blocks .block-entry.even .side-content {
  float: left;
}
#custom-blocks .alternating-blocks .block-entry.even .side-images {
  right: 0;
}
#custom-blocks .two-blocks {
  margin-bottom: -85px;
}
#custom-blocks .two-blocks:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (min-width: 0) and (max-width: 999px) {
  #custom-blocks .two-blocks {
    margin-bottom: -50px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #custom-blocks .two-blocks {
    margin-bottom: -30px;
  }
}
#custom-blocks .two-blocks .bottom-block {
  width: 50%;
  height: 400px;
  float: left;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #custom-blocks .two-blocks .bottom-block {
    width: 100%;
    float: none;
  }
}
#custom-blocks .two-blocks .bottom-block:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.4;
}
#custom-blocks .two-blocks .bottom-block .content-wrapper {
  width: 100%;
  max-height: calc(100% - 80px);
  padding: 0 80px;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
#custom-blocks .two-blocks .bottom-block .content-wrapper .top-title {
  font: 700 28px/28px "Lato";
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media only screen and (min-width: 0) and (max-width: 999px) {
  #custom-blocks .two-blocks .bottom-block .content-wrapper .top-title {
    font-size: 23px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #custom-blocks .two-blocks .bottom-block .content-wrapper .top-title {
    font-size: 18px;
    line-height: 24px;
  }
}
#custom-blocks .two-blocks .bottom-block .content-wrapper .title {
  font: 48px/48px "Harriet Display";
  text-transform: uppercase;
  margin-bottom: 20px;
  word-break: break-word;
}
@media only screen and (min-width: 0) and (max-width: 999px) {
  #custom-blocks .two-blocks .bottom-block .content-wrapper .title {
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #custom-blocks .two-blocks .bottom-block .content-wrapper .title {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}
#custom-blocks .swiper-button-next {
  right: 0;
}
#custom-blocks .swiper-button-prev {
  left: 0;
}

.alternating-blocks-updated {
  width: 100%;
  margin-bottom: 40px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .alternating-blocks-updated {
    margin-bottom: 20px;
  }
}
.alternating-blocks-updated .block-entry + .block-entry {
  margin-top: 40px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .alternating-blocks-updated .block-entry + .block-entry {
    margin-top: 20px;
  }
}
.alternating-blocks-updated .block-entry {
  position: relative;
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  min-height: 360px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .alternating-blocks-updated .block-entry {
    flex-flow: column nowrap;
  }
}
.alternating-blocks-updated .block-entry .side-images {
  flex: 50%;
  background: #908677 url("../images/logo.svg") no-repeat center center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .alternating-blocks-updated .block-entry .side-images {
    flex: initial;
    width: 100%;
    height: 300px;
  }
}
.alternating-blocks-updated .block-entry .side-images img {
  display: none;
}
.alternating-blocks-updated .block-entry .side-images .swiper-slide {
  background-size: cover;
  background-repeat: no-repeat;
}
.alternating-blocks-updated .block-entry .side-images .swiper-pagination-bullet {
  border: 1px solid #fff;
  box-sizing: border-box;
  background: #fff;
  opacity: 1;
  width: 13px;
  height: 13px;
  margin: 0 5px;
}
.alternating-blocks-updated .block-entry .side-images .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0B7697;
}
.alternating-blocks-updated .block-entry .side-images .swiper-pagination-bullet:hover {
  border-color: #0B7697;
}
.alternating-blocks-updated .block-entry .side-content {
  flex: 50%;
  padding: 0 0 40px 40px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .alternating-blocks-updated .block-entry .side-content {
    flex: initial;
    padding: 40px 20px;
  }
}
.alternating-blocks-updated .block-entry .side-content .title {
  font: 48px/48px "Harriet Display";
  color: #908677;
  text-transform: uppercase;
  margin-bottom: 20px;
  word-break: break-word;
}
@media only screen and (min-width: 0) and (max-width: 999px) {
  .alternating-blocks-updated .block-entry .side-content .title {
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .alternating-blocks-updated .block-entry .side-content .title {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}
.alternating-blocks-updated .block-entry .side-content .text {
  margin-bottom: 20px;
}
.alternating-blocks-updated .two-blocks {
  margin-bottom: -85px;
}
.alternating-blocks-updated .two-blocks:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (min-width: 0) and (max-width: 999px) {
  .alternating-blocks-updated .two-blocks {
    margin-bottom: -50px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .alternating-blocks-updated .two-blocks {
    margin-bottom: -30px;
  }
}
.alternating-blocks-updated .two-blocks .bottom-block {
  width: 50%;
  height: 400px;
  float: left;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .alternating-blocks-updated .two-blocks .bottom-block {
    width: 100%;
    float: none;
  }
}
.alternating-blocks-updated .two-blocks .bottom-block:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.4;
}
.alternating-blocks-updated .two-blocks .bottom-block .content-wrapper {
  width: 100%;
  max-height: calc(100% - 80px);
  padding: 0 80px;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.alternating-blocks-updated .two-blocks .bottom-block .content-wrapper .top-title {
  font: 700 28px/28px "Lato";
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media only screen and (min-width: 0) and (max-width: 999px) {
  .alternating-blocks-updated .two-blocks .bottom-block .content-wrapper .top-title {
    font-size: 23px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .alternating-blocks-updated .two-blocks .bottom-block .content-wrapper .top-title {
    font-size: 18px;
    line-height: 24px;
  }
}
.alternating-blocks-updated .two-blocks .bottom-block .content-wrapper .title {
  font: 48px/48px "Harriet Display";
  text-transform: uppercase;
  margin-bottom: 20px;
  word-break: break-word;
}
@media only screen and (min-width: 0) and (max-width: 999px) {
  .alternating-blocks-updated .two-blocks .bottom-block .content-wrapper .title {
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .alternating-blocks-updated .two-blocks .bottom-block .content-wrapper .title {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}
.alternating-blocks-updated .swiper-button-next {
  right: 0;
}
.alternating-blocks-updated .swiper-button-prev {
  left: 0;
}

#popup {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999999999;
  background: rgba(0, 0, 0, 0.85);
}
#popup .popup-inner {
  position: absolute;
  top: 4%;
  right: 4%;
  bottom: 4%;
  left: 4%;
}
#popup .popup-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#popup .popup-close {
  position: absolute;
  top: 1.5%;
  right: 2%;
  width: 26px;
  height: 26px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
  background: url("../images/close-light.svg") 0 0 no-repeat;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #popup .popup-close {
    top: 1%;
  }
}

.mobile-list {
  display: none;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  color: #5A5A5A;
  background: #fff;
  position: relative;
  padding: 0 20px;
  margin-bottom: 20px;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  border-bottom: 1px solid #B1B1B1;
}
.mobile-list:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2px;
  width: 10px;
  height: 10px;
  transform: translate(0, -10px) rotate(45deg);
  border-right: 1px solid #9C9082;
  border-bottom: 1px solid #9C9082;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .mobile-list {
    display: block;
  }
}

.mobilecategoryall {
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .mobilecategoryall {
    display: block;
  }
}

.category-selector {
  margin: 0 0 20px 0;
}
.category-selector:after {
  clear: both;
  content: "";
  display: table;
}

.categories-wrapper {
  position: relative;
}

.categories-list {
  /* 	@include respond-to(mobile) {
  		display:none;
  		max-height: 0;
  		background: #fff;
  		border-top: 0;
  		text-align: left;
  		transition: all $transition;
  		margin: 0 auto !important;
  		overflow: hidden;
  		position: absolute;
  		top: 40px;
  		z-index: 10;
  		text-transform: uppercase;
  		width:100%;

  		&.visible {
  			display: block;
  			max-height: 800px;

  			button {
  				font-size: 16px;
  				line-height: 23px;
  				color: #9C9082;
  				border-radius: 0;
  				margin: 0;
  				display: inline-block;
  				border: 0;
  				white-space: normal;
  				padding: 5px;
  				width: 100%;
  				background:none;
  				overflow:visible;;

  				&:before {
  					display: none;
  				}

  				&:after {
  					display: block;
  					content: "";
  					position: absolute;
  					left: 50%;
  					margin-left: -25px;
  					top: -1px;
  					width: 50px;
  					height: 1px;
  					background: #5A5A5A;
  				}

  				&:first-child:after {
  					display: none;
  				}

  				&:hover, &.active {
  					color:#000;
  				}
  			}
  		}
  	}
   */
}
.categories-list.specials {
  margin-bottom: 30px;
}
.categories-list.specials .button {
  vertical-align: top;
}
.categories-list.specials .button:first-child {
  color: #fff;
  background: #000;
  border-color: #fff;
}
.categories-list.specials .button.not-active {
  border: 1px solid #0B7697;
  background: #fff;
  color: #0B7697;
}
.categories-list.specials .button.not-active:hover {
  color: #fff;
  background: #000;
  border-color: #fff;
}

.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 (min-width: 0px) 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: 50%;
  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: 999px) {
  .specials .image-list-item .background {
    width: 300px;
  }
}
@media only screen and (min-width: 0px) 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 (min-width: 0px) 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 "Harriet Text";
  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 (min-width: 0px) 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: 999px) {
  .specials .image-list-item .description nav {
    bottom: 25px;
  }
}
@media only screen and (min-width: 0px) 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 (min-width: 0px) 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;
  text-align: center;
}

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

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .careers {
    font-size: 10px;
  }
  .careers td {
    padding-right: 2px;
    padding-left: 2px;
  }
}

.hotel-location-map, .poi-map-canvas {
  height: 574px;
  background: #e5e3df;
}
.hotel-location-map .map-content, .poi-map-canvas .map-content {
  font-size: 14px;
  line-height: 18px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .hotel-location-map .map-content, .poi-map-canvas .map-content {
    padding: 10px;
  }
}
.hotel-location-map .map-content h4, .poi-map-canvas .map-content h4 {
  font: 16px/18px "Harriet Display";
  color: #908677;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.hotel-location-map .map-content a, .poi-map-canvas .map-content a {
  display: block;
  padding-top: 10px;
}
.hotel-location-map .map-content a:hover, .poi-map-canvas .map-content a:hover {
  color: #362C66;
}
.hotel-location-map .map-content p, .poi-map-canvas .map-content p {
  color: #5A5A5A;
  margin-bottom: 0;
}

.pressroom {
  text-align: center;
}
.pressroom .pressroom-item {
  display: inline-block;
  vertical-align: top;
  width: calc(33% - 20px);
  height: 400px;
  margin: 15px 10px 20px 10px;
  position: relative;
  overflow: hidden;
  padding: 20px 0;
  background-color: #F9F9F9;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .pressroom .pressroom-item {
    width: calc(40% - 20px);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .pressroom .pressroom-item {
    width: 100%;
    margin: 10px 0;
  }
}
.pressroom .pressroom-item h4 {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.pressroom .pressroom-item time {
  color: #CC9A19;
  display: block;
  margin: 5px 0;
}
.pressroom .pressroom-item .description {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px 20px 20px 20px;
}
.pressroom .pressroom-item .description .centered time {
  margin: 10px 0;
  display: block;
  font-weight: bold;
}
.pressroom .pressroom-item .description p {
  color: #fff;
  line-height: 18px;
  font-size: 14px;
  margin-bottom: 0;
}
.pressroom .pressroom-item .pdf {
  color: #CC9A19;
  margin: 10px 0 0 0;
  display: block;
  position: relative;
  line-height: 16px;
  padding-left: 0 !important;
}
.pressroom .pressroom-item .pdf:hover {
  color: #fff;
}
.pressroom .pressroom-item .view-gallery {
  margin-top: 20px;
}

.gallery {
  width: 100%;
  max-width: 1440px;
  overflow: hidden;
  margin: 0 auto;
}
.gallery.common-gallery, .gallery.weddings-gallery {
  width: calc(100% - 60px);
  margin: 0 auto;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .gallery.common-gallery, .gallery.weddings-gallery {
    width: 100%;
    margin: 0;
  }
}
.gallery .view-gallery {
  display: block;
  float: left;
  overflow: hidden;
  margin-right: 1px;
  margin-bottom: 1px;
  background: #000;
  cursor: pointer;
}
.gallery .view-gallery .image {
  display: block;
  float: left;
  width: 100%;
  height: 0;
  padding-top: 66.7%;
  overflow: hidden;
  position: relative;
  text-indent: -1000px;
  transition: opacity 0.4s;
}
.gallery .view-gallery .image .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  transition: transform 0.5s;
}
.gallery .view-gallery:hover .bg {
  transform: scale(1.1);
}
.gallery.weddings-gallery {
  font-size: 0;
}
.gallery.weddings-gallery .view-gallery {
  display: inline-block;
  float: none;
  width: calc((100% - 4px) / 4);
}
.gallery.weddings-gallery .view-gallery:nth-child(4n) {
  margin-right: 0;
}
@media only screen and (min-width: 0) and (max-width: 999px) {
  .gallery.weddings-gallery .view-gallery {
    width: calc((100% - 6px) / 2);
    margin-bottom: 2px;
  }
  .gallery.weddings-gallery .view-gallery:nth-child(4n) {
    margin-right: inherit;
  }
  .gallery.weddings-gallery .view-gallery:nth-child(2n) {
    margin-right: 2px;
    margin-left: 1px;
  }
  .gallery.weddings-gallery .view-gallery:nth-child(2n+1) {
    margin-left: 2px;
    margin-right: 1px;
  }
}
.gallery.weddings-gallery .view-gallery.big-image {
  width: 100%;
  margin: 0;
}
@media only screen and (min-width: 0) and (max-width: 999px) {
  .gallery.weddings-gallery .view-gallery.big-image {
    width: calc(100% - 4px);
    margin: 0 2px;
  }
}
.gallery.weddings-gallery .view-gallery.big-image .image {
  padding-top: 50%;
  opacity: 0.8;
}
.gallery.weddings-gallery .view-gallery.big-image:hover .image {
  opacity: 1;
}
.gallery.common-gallery .view-gallery {
  width: calc((100% - 2px) / 3);
}
.gallery.common-gallery .view-gallery:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (min-width: 0) and (max-width: 999px) {
  .gallery.common-gallery .view-gallery {
    width: calc((100% - 1px) / 2);
  }
  .gallery.common-gallery .view-gallery:nth-child(3n) {
    margin-right: 1px;
  }
  .gallery.common-gallery .view-gallery:nth-child(2n) {
    margin-right: 0;
  }
}

.all-photos {
  margin: 20px auto 0;
  display: block;
  text-align: center;
}

.galleries {
  text-align: center;
  font-size: 0;
}
.galleries .gallery {
  padding-bottom: calc(33.3% - 10px);
  width: calc(33.3% - 10px);
  height: 0;
  margin: 5px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .galleries .gallery {
    width: calc(50% - 10px);
    padding-bottom: calc(50% - 10px);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .galleries .gallery {
    width: 100%;
    margin: 0 0 10px 0;
    padding-bottom: 0;
    height: 250px;
  }
}
.galleries .gallery .thumbnail {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  transform: scale(1);
  transition: all 350ms ease-in-out;
}
.galleries .gallery > * {
  z-index: 1;
  position: relative;
}
.galleries .gallery h4, .galleries .gallery h5 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font: 700 26px/30px "Harriet Text";
  text-transform: uppercase;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
  color: inherit;
}
.galleries .gallery h5 {
  top: auto;
  bottom: 10px;
  font-size: 14px;
  font-weight: normal;
  opacity: 1;
  line-height: 1;
  text-align: center;
}
.galleries .gallery:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -1px;
}
.galleries .gallery:hover h4, .galleries .gallery:hover h5 {
  transform: translate(-50%, -50%) scale(0.6);
  opacity: 0;
}
.galleries .gallery:hover .description {
  right: 0;
}
.galleries .gallery:hover:after {
  background: rgba(0, 0, 0, 0.5);
}
.galleries .gallery:hover .thumbnail {
  transform: scale(1.1);
}
.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;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 4px);
}
.galleries .gallery .description .centered .view-gallery {
  float: none;
  display: inline-block;
}
.galleries .gallery .description .centered button {
  width: auto;
}
.galleries .gallery .description .centered p {
  margin-bottom: 10px;
  line-height: 20px;
  font-size: 16px;
}

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

[id*=form_form_] label.checkbox-label {
  width: 100%;
  text-align: center;
  line-height: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  [id*=form_form_] label.checkbox-label {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  [id*=form_form_] label.checkbox-label {
    margin-bottom: 0;
  }
}
[id*=form_form_] label.checkbox-label em {
  margin-right: 5px;
}
[id*=form_form_] label.checkbox-label input[type=checkbox] {
  vertical-align: middle;
  margin-right: 5px;
}
[id*=form_form_] span.group label.checkbox-label {
  text-align: left;
  margin-bottom: 10px;
  line-height: 1.2;
}
[id*=form_form_] .form-builder-field:last-of-type p {
  border-bottom: none;
}
[id*=form_form_] .form-builder-field[class*=radiogroup_] {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #B1B1B1;
  padding: 15px 0;
}
[id*=form_form_] .form-builder-field[class*=radiogroup_] label {
  font-size: 14px;
  line-height: 30px;
  color: #4A4A4A;
  text-transform: uppercase;
  margin-right: 20px;
  display: flex;
  align-items: center;
}
[id*=form_form_] .form-builder-field[class*=radiogroup_] p {
  border-bottom: none;
  padding: 0;
}
[id*=form_form_] .form-builder-field[class*=radiogroup_] .group {
  display: flex;
}
[id*=form_form_] .form-builder-field[class*=inputdatepicker_] p {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  color: green;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  [id*=form_form_] .form-builder-field[class*=inputdatepicker_] .datepicker-input-wrapper {
    flex-grow: 1;
  }
}
@media only screen and (min-width: 1000px) {
  [id*=form_form_] .form-builder-field[class*=inputdatepicker_] .datepicker-input-wrapper {
    flex-grow: 1;
  }
}
[id*=form_form_] .form-builder-field[class*=inputdatepicker_] .datepicker-input-wrapper input {
  width: 100%;
}
[id*=form_form_] .form-builder-field input[type=submit], [id*=form_form_] .form-builder-field button[type=submit] {
  margin: 20px auto 0;
  display: block;
  float: none;
  transition: all 350ms ease-in-out;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  [id*=form_form_] .form-builder-field input[type=submit], [id*=form_form_] .form-builder-field button[type=submit] {
    margin-left: auto;
  }
}

.form-builder-group.columns-2, .form-builder-group.columns-3, .form-builder-group.columns-4 {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.form-builder-group.columns-2 .form-builder-field {
  width: calc(50% - 10px);
}
.form-builder-group.columns-2 .form-builder-field:not(:first-child) {
  margin-left: 20px;
}
.form-builder-group.columns-2 .form-builder-field > p label {
  width: auto;
  text-align: left;
  margin-bottom: 10px;
}
.form-builder-group.columns-2 .form-builder-field input[type=text], .form-builder-group.columns-2 .form-builder-field input[type=email] {
  width: 100%;
}
.form-builder-group.columns-2 .form-builder-field[class*=checkboxgroup] label, .form-builder-group.columns-2 .form-builder-field[class*=radiogroup] label, .form-builder-group.columns-2 .form-builder-field[class*=country] label, .form-builder-group.columns-2 .form-builder-field[class*=inputurl] label, .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] label {
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.form-builder-group.columns-2 .form-builder-field[class*=country] label, .form-builder-group.columns-2 .form-builder-field[class*=inputurl] label, .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] label {
  margin-bottom: 10px;
}
.form-builder-group.columns-2 .form-builder-field[class*=country] .select-wrapper, .form-builder-group.columns-2 .form-builder-field[class*=country] select, .form-builder-group.columns-2 .form-builder-field[class*=country] input, .form-builder-group.columns-2 .form-builder-field[class*=inputurl] .select-wrapper, .form-builder-group.columns-2 .form-builder-field[class*=inputurl] select, .form-builder-group.columns-2 .form-builder-field[class*=inputurl] input, .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] .select-wrapper, .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] select, .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] input {
  width: 100%;
}
.form-builder-group.columns-2 .form-builder-field[class*=country] .datepicker-input-wrapper, .form-builder-group.columns-2 .form-builder-field[class*=inputurl] .datepicker-input-wrapper, .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper {
  width: calc(100% - 30px);
}
.form-builder-group.columns-3 .form-builder-field {
  width: calc(33.33% - 20px);
}
.form-builder-group.columns-3 .form-builder-field:not(:first-child) {
  margin-left: 20px;
}
.form-builder-group.columns-3 .form-builder-field > p label {
  width: auto;
  text-align: left;
  margin-bottom: 10px;
}
.form-builder-group.columns-3 .form-builder-field input[type=text], .form-builder-group.columns-3 .form-builder-field input[type=email] {
  width: 100%;
}
.form-builder-group.columns-3 .form-builder-field[class*=checkboxgroup] label, .form-builder-group.columns-3 .form-builder-field[class*=radiogroup] label, .form-builder-group.columns-3 .form-builder-field[class*=country] label, .form-builder-group.columns-3 .form-builder-field[class*=inputurl] label, .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] label {
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.form-builder-group.columns-3 .form-builder-field[class*=country] label, .form-builder-group.columns-3 .form-builder-field[class*=inputurl] label, .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] label {
  margin-bottom: 10px;
}
.form-builder-group.columns-3 .form-builder-field[class*=country] .select-wrapper, .form-builder-group.columns-3 .form-builder-field[class*=country] select, .form-builder-group.columns-3 .form-builder-field[class*=country] input, .form-builder-group.columns-3 .form-builder-field[class*=inputurl] .select-wrapper, .form-builder-group.columns-3 .form-builder-field[class*=inputurl] select, .form-builder-group.columns-3 .form-builder-field[class*=inputurl] input, .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] .select-wrapper, .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] select, .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] input {
  width: 100%;
}
.form-builder-group.columns-3 .form-builder-field[class*=country] .datepicker-input-wrapper, .form-builder-group.columns-3 .form-builder-field[class*=inputurl] .datepicker-input-wrapper, .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper {
  width: calc(100% - 30px);
}
.form-builder-group.columns-4 .form-builder-field {
  width: calc(25% - 20px);
}
.form-builder-group.columns-4 .form-builder-field:not(:first-child) {
  margin-left: 20px;
}
.form-builder-group.columns-4 .form-builder-field > p label {
  width: auto;
  text-align: left;
  margin-bottom: 10px;
}
.form-builder-group.columns-4 .form-builder-field input[type=text], .form-builder-group.columns-4 .form-builder-field input[type=email] {
  width: 100%;
}
.form-builder-group.columns-4 .form-builder-field[class*=checkboxgroup] label, .form-builder-group.columns-4 .form-builder-field[class*=radiogroup] label, .form-builder-group.columns-4 .form-builder-field[class*=country] label, .form-builder-group.columns-4 .form-builder-field[class*=inputurl] label, .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] label {
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.form-builder-group.columns-4 .form-builder-field[class*=country] label, .form-builder-group.columns-4 .form-builder-field[class*=inputurl] label, .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] label {
  margin-bottom: 10px;
}
.form-builder-group.columns-4 .form-builder-field[class*=country] .select-wrapper, .form-builder-group.columns-4 .form-builder-field[class*=country] select, .form-builder-group.columns-4 .form-builder-field[class*=country] input, .form-builder-group.columns-4 .form-builder-field[class*=inputurl] .select-wrapper, .form-builder-group.columns-4 .form-builder-field[class*=inputurl] select, .form-builder-group.columns-4 .form-builder-field[class*=inputurl] input, .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] .select-wrapper, .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] select, .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] input {
  width: 100%;
}
.form-builder-group.columns-4 .form-builder-field[class*=country] .datepicker-input-wrapper, .form-builder-group.columns-4 .form-builder-field[class*=inputurl] .datepicker-input-wrapper, .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper {
  width: calc(100% - 30px);
}
.form-builder-group.prop-2-to-1 .form-builder-field {
  width: calc(66.66% - 20px);
}
.form-builder-group.prop-2-to-1 .form-builder-field:nth-child(even) {
  width: calc(33.33% - 20px);
  margin-left: 20px;
}

.form, [id*=form_form_] {
  display: block;
  text-align: left;
}
.form fieldset, [id*=form_form_] fieldset {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
.form .ui-menu-item a, [id*=form_form_] .ui-menu-item a {
  text-align: left;
}
.form p, [id*=form_form_] p {
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid #B1B1B1;
  margin: 0;
  line-height: 30px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .form p, [id*=form_form_] p {
    display: block;
  }
}
.form p label, [id*=form_form_] p label {
  font-size: 14px;
  line-height: 30px;
  color: #4A4A4A;
  text-transform: uppercase;
  margin-right: 20px;
}
.form input[type=text], .form input[type=date], .form input[type=password], .form textarea, [id*=form_form_] input[type=text], [id*=form_form_] input[type=date], [id*=form_form_] input[type=password], [id*=form_form_] textarea {
  flex: 1;
  background: #fff;
  color: #4A4A4A;
  height: 30px;
  padding: 0;
  resize: none;
  border: 0;
  font-size: 14px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
.form .ui-selectmenu-button, [id*=form_form_] .ui-selectmenu-button {
  width: 100%;
}
.form textarea, [id*=form_form_] textarea {
  height: 200px;
  overflow: auto;
  line-height: 20px;
  padding: 10px 20px;
}
.form input[type=checkbox],
.form input[type=radio], [id*=form_form_] input[type=checkbox],
[id*=form_form_] input[type=radio] {
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 0;
  vertical-align: middle;
  border-radius: 0;
  margin-right: 10px;
}
.form .controls, [id*=form_form_] .controls {
  text-align: center;
  margin-top: 20px;
}
.form .controls p, [id*=form_form_] .controls p {
  border: 0;
  display: block;
}
.form .ui-datepicker-trigger, [id*=form_form_] .ui-datepicker-trigger {
  margin-top: 6px;
}
.form .ui-state-disabled, [id*=form_form_] .ui-state-disabled {
  opacity: 0.3;
}

.poi-acm {
  margin: 60px 30px 80px 30px;
  position: relative;
}
.poi-acm:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .poi-acm {
    margin: 30px 0;
  }
}
.poi-acm .poi-content {
  width: 43.75%;
  float: right;
  padding-left: 3%;
  text-align: left;
}
@media (max-width: 1250px) {
  .poi-acm .poi-content {
    width: 50%;
  }
}
@media only screen and (min-width: 0) and (max-width: 999px) {
  .poi-acm .poi-content {
    padding: 0;
    width: 100%;
  }
}
.poi-acm .poi-content .copy {
  margin-bottom: 50px;
  padding-right: 30px;
  padding-left: 3%;
}
@media only screen and (min-width: 0) and (max-width: 999px) {
  .poi-acm .poi-content .copy {
    padding: 20px;
  }
}
@media (min-width: 1560px) {
  .poi-acm .poi-content .copy {
    padding-right: 60px;
  }
}
.poi-acm .poi-sliders {
  padding-bottom: 60%;
  position: relative;
  margin-bottom: -40px;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .poi-acm .poi-sliders {
    padding-bottom: 45%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .poi-acm .poi-sliders {
    padding-bottom: 0;
    margin-bottom: 0;
    height: 280px;
  }
}
.poi-acm .poi-sliders .swiper-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.2s;
  z-index: 1;
  padding-bottom: 40px;
}
.poi-acm .poi-sliders .swiper-container.active {
  opacity: 1;
  z-index: 2;
}
.poi-acm .poi-sliders .swiper-container .swiper-button {
  width: 14.2%;
  height: 80px;
  right: 0;
  top: auto;
  bottom: 30px;
  left: auto;
  z-index: 10;
  opacity: 1 !important;
  transition: opacity 350ms ease-in-out;
}
.poi-acm .poi-sliders .swiper-container .swiper-button:hover:after {
  border-color: #0B7697;
}
.poi-acm .poi-sliders .swiper-container .swiper-button:after {
  width: 44px;
  height: 44px;
  border-color: #fff;
}
.poi-acm .poi-sliders .swiper-container .swiper-button.swiper-button-prev {
  right: auto;
  left: 0;
}
.poi-acm .poi-sliders .swiper-container .swiper-button.swiper-button-next {
  right: 0;
}
.poi-acm .poi-sliders .swiper-container .swiper-button.swiper-button-disabled {
  display: none;
}
@media only screen and (min-width: 0) and (max-width: 999px) {
  .poi-acm .poi-sliders .swiper-container .swiper-button {
    display: none;
  }
}
.poi-acm .poi-sliders .swiper-container .swiper-slide {
  width: 61%;
  margin-right: 7.7%;
  background: #000;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .poi-acm .poi-sliders .swiper-container .swiper-slide {
    width: 55%;
    margin-right: 7%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .poi-acm .poi-sliders .swiper-container .swiper-slide {
    width: 100%;
    margin-right: 0;
  }
}
.poi-acm .poi-sliders .swiper-container .swiper-slide:last-child {
  margin-right: 0;
}
.poi-acm .poi-sliders .swiper-container .swiper-slide .image-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.poi-acm .poi-sliders .swiper-container .swiper-slide .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 1;
  transition: transform 0.4s;
}
.poi-acm .poi-sliders .swiper-container .swiper-slide .image:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}
.poi-acm .poi-sliders .swiper-container .swiper-slide .point-content {
  position: relative;
  z-index: 2;
  padding: 8.3% 12.5% 0 12.5%;
}
.poi-acm .poi-sliders .swiper-container .swiper-slide .point-content .point-heading {
  font: 24px/24px "Lato";
  color: #fff;
  margin-bottom: 21px;
}
.poi-acm .poi-sliders .swiper-container .swiper-slide .point-content .point-copy {
  color: #fff;
  font: 16px/24px "Lato";
  margin-bottom: 20px;
}
.poi-acm .poi-sliders .swiper-container .swiper-slide .button {
  position: absolute;
  bottom: -30px;
  left: 12.5%;
  z-index: 2;
}
.poi-acm .poi-sliders .swiper-container .swiper-slide:hover {
  cursor: pointer;
}
.poi-acm .poi-sliders .swiper-container .swiper-slide:hover .image {
  transform: scale(1.1);
}

@media only screen and (min-width: 0) and (max-width: 999px) {
  .poi-overlay {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .poi-overlay .mobile-list {
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #9C9082;
  }
}
.poi-overlay .poi-wrapper {
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .poi-overlay .category-selector {
    max-height: 0;
    background: #fff;
    border-top: 0;
    text-align: left;
    transition: all 350ms ease-in-out;
    margin: 0 auto !important;
    overflow: hidden;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    text-transform: uppercase;
    width: 100%;
  }
  .poi-overlay .category-selector.visible {
    display: block;
    max-height: 800px;
  }
  .poi-overlay .category-selector.visible button {
    font-size: 16px;
    line-height: 40px;
    color: #9C9082;
    border-radius: 0;
    margin: 0;
    display: inline-block;
    border: 0;
    white-space: normal;
    padding: 5px;
    width: 100%;
  }
  .poi-overlay .category-selector.visible button:before {
    display: none;
  }
  .poi-overlay .category-selector.visible button:after {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: -1px;
    width: 50px;
    height: 1px;
    background: #5A5A5A;
  }
  .poi-overlay .category-selector.visible button:first-child:after {
    display: none;
  }
  .poi-overlay .category-selector.visible button:hover, .poi-overlay .category-selector.visible button.active {
    border: 0;
  }
}
.poi-overlay .category-selector .poi-button {
  font-size: 16px;
  line-height: 23px;
  font-weight: 700;
  color: #7D7459;
  padding: 0 0 0 30px;
  margin: 0 40px 20px 0;
  position: relative;
  cursor: pointer;
}
.poi-overlay .category-selector .poi-button.active, .poi-overlay .category-selector .poi-button:hover {
  color: #4A4A4A;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .poi-overlay .category-selector .poi-button {
    display: none;
  }
}
.poi-overlay .category-selector .poi-button .icon {
  background-repeat: no-repeat;
  background-position: -20px -20px;
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.poi-overlay .category-selector .poi-button.icon-all .icon {
  background-image: url(../images/poi/all.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  height: 20px;
  width: 14px;
}
.poi-overlay .category-selector .poi-button.icon-dining .icon {
  background-position: -20px -20px;
}
.poi-overlay .category-selector .poi-button.icon-shopping .icon {
  background-position: -80px -20px;
}
.poi-overlay .category-selector .poi-button.icon-zoo .icon {
  background-position: -140px -20px;
}
.poi-overlay .category-selector .poi-button.icon-theme-parks .icon {
  background-position: -200px -20px;
}
.poi-overlay .category-selector .poi-button.icon-wineries .icon {
  background-position: -260px -20px;
}
.poi-overlay .category-selector .poi-button.icon-breakfast .icon {
  background-position: -320px -20px;
}
.poi-overlay .category-selector .poi-button.icon-sights .icon {
  background-position: -380px -20px;
}
.poi-overlay .category-selector .poi-button.icon-places-for-children .icon {
  background-position: -440px -20px;
}
.poi-overlay .category-selector .poi-button.icon-museums .icon {
  background-position: -500px -20px;
}
.poi-overlay .category-selector .poi-button.icon-museums-animal-attractions .icon {
  background-position: -500px -20px;
}
.poi-overlay .category-selector .poi-button.icon-national-monuments .icon {
  background-position: -560px -20px;
}
.poi-overlay .category-selector .poi-button.icon-attractions .icon {
  background-position: -560px -20px;
}
.poi-overlay .category-selector .poi-button.icon-farmer-markets .icon {
  background-position: -620px -20px;
}
.poi-overlay .category-selector .poi-button.icon-nightlife .icon {
  background-position: -680px -20px;
}
.poi-overlay .category-selector .poi-button.icon-arts .icon {
  background-position: -740px -20px;
}
.poi-overlay .category-selector .poi-button.icon-hospitals .icon {
  background-position: -800px -20px;
}
.poi-overlay .category-selector .poi-button.icon-banks .icon {
  background-position: -860px -20px;
}
.poi-overlay .category-selector .poi-button.icon-spas .icon {
  background-position: -920px -20px;
}
.poi-overlay .category-selector .poi-button.icon-gardens .icon {
  background-position: -980px -20px;
}
.poi-overlay .category-selector .poi-button.icon-cafes .icon {
  background-position: -1040px -20px;
}
.poi-overlay .category-selector .poi-button.icon-theaters .icon {
  background-position: -1100px -20px;
}
.poi-overlay .category-selector .poi-button.icon-golfing .icon {
  background-position: -1160px -20px;
}
.poi-overlay .category-selector .poi-button.icon-romantic-spots .icon {
  background-position: -1220px -20px;
}
.poi-overlay .category-selector .poi-button.icon-hidden-gems .icon {
  background-position: -1280px -20px;
}
.poi-overlay .category-selector .poi-button.icon-corporate-offices .icon {
  background-position: -1340px -20px;
}
.poi-overlay .category-selector .poi-button.icon-public-parks .icon {
  background-position: -1400px -20px;
}
.poi-overlay .category-selector .poi-button.icon-lakes .icon {
  background-position: -1460px -20px;
}
.poi-overlay .category-selector .poi-button.icon-boating-outdoors .icon {
  background-position: -1520px -20px;
}
.poi-overlay .category-selector .poi-button.icon-beaches .icon {
  background-position: -1580px -20px;
}
.poi-overlay .category-selector .poi-button.icon-hiking .icon {
  background-position: -1640px -20px;
}
.poi-overlay .category-selector .poi-button.icon-places-of-worship .icon {
  background-position: -1700px -20px;
}
.poi-overlay .category-selector .poi-button.icon-sports .icon {
  background-position: -1760px -20px;
}
.poi-overlay .category-selector .poi-button.icon-summer-spots .icon {
  background-position: -1820px -20px;
}
.poi-overlay .category-selector .poi-button.icon-cheese-steaks .icon {
  background-position: -1880px -20px;
}
.poi-overlay .category-selector .poi-button.icon-holidays .icon {
  background-position: -1940px -20px;
}
.poi-overlay .poi-slider {
  display: none;
}

.poi-map-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 56.25%;
  height: 100%;
}
@media (max-width: 1250px) {
  .poi-map-wrapper {
    width: 50%;
  }
}
@media only screen and (min-width: 0) and (max-width: 999px) {
  .poi-map-wrapper {
    width: 100%;
    position: relative;
    margin: 20px 0;
    height: 400px;
  }
}
.poi-map-wrapper .poi-map {
  width: 100%;
  height: 100%;
}

.poi-slider-container {
  display: block;
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 5;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .poi-slider-container {
    display: none;
  }
}
.poi-slider-container .zoomin, .poi-slider-container .zoomout {
  display: block;
  float: left;
  position: relative;
  height: 60px;
  width: 60px;
  transition: all 350ms ease-in-out;
  text-indent: -9999em;
  background: #fff;
}
.poi-slider-container .zoomin:hover, .poi-slider-container .zoomout:hover {
  background: #ECECEC;
}
.poi-slider-container .zoomin:after, .poi-slider-container .zoomout:after {
  content: "";
  background: #000;
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 350ms ease-in-out;
}
.poi-slider-container .zoomin:before {
  content: "";
  background: #000;
  display: block;
  width: 2px;
  height: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 350ms ease-in-out;
}

.infoBox .map-wrapper {
  background: #fff;
  color: #4a4a4a;
  width: 420px;
  margin-left: -90px;
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .infoBox .map-wrapper {
    width: 320px;
    margin: auto;
  }
}
.infoBox .map-content {
  overflow: hidden;
  font-size: 14px;
  line-height: 18px;
  padding: 30px 10px 30px 10px;
  box-sizing: border-box;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .infoBox .map-content {
    padding: 10px;
  }
}
.infoBox .map-content h4 {
  font: 18px/20px "Harriet Display";
  color: #908677;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.infoBox .map-content a {
  display: block;
  padding-top: 10px;
}
.infoBox .map-content a:hover {
  color: #362C66;
}
.infoBox .map-content p {
  color: #5A5A5A;
}

.poi.secondary-page {
  position: relative;
  height: 50vh;
  margin-top: 50px;
}
.poi.secondary-page .poi-map-wrapper {
  width: 100%;
  position: relative;
  left: auto;
  top: auto;
  margin: 0;
}
@media only screen and (min-width: 0) and (max-width: 999px) {
  .poi.secondary-page .poi-map-wrapper {
    height: 90%;
    padding-bottom: 10%;
  }
}

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

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

#calendar-filter {
  float: right;
}

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

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

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

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

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

#calendar-week, #calendar-days {
  display: block;
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
  text-justify: newspaper;
  font-size: 0;
}
#calendar-week:after, #calendar-days:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  height: 0;
}
#calendar-week li, #calendar-days li {
  font-size: 16px;
  display: inline-block;
  width: calc((100% - 108px) / 7);
}

#calendar-week {
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #calendar-week {
    display: none;
  }
}
#calendar-week li {
  color: #595756;
  text-align: center;
  font-weight: bold;
}
#calendar-week li .short {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  #calendar-week li .full {
    display: none;
  }
  #calendar-week li .short {
    display: inline;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #calendar-week li .full {
    display: none;
  }
  #calendar-week li .short {
    display: inline;
  }
}

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

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

#calendar .vevent .background {
  float: right;
  width: 300px;
  height: 300px;
  margin-left: 20px;
  margin-bottom: 20px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #calendar .vevent .background {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}

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

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

.search .center-column {
  max-width: 1440px;
  padding: 0 20px;
  box-sizing: border-box;
}
.search .main-wrapper #search .search-filters-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.search .main-wrapper #search .search-filters-wrapper .search-query {
  width: 310px;
  float: left;
}
@media (min-width: 0) and (max-width: 1300px) {
  .search .main-wrapper #search .search-filters-wrapper .search-query {
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
  }
}
.search .main-wrapper #search .search-filters-wrapper .search-query h1 {
  font-weight: 900;
  font-size: 24px;
  line-height: 29px;
  color: #8D7125;
  margin-bottom: 10px;
}
.search .main-wrapper #search .search-filters-wrapper .search-query h2 {
  font-size: 18px;
  line-height: 22px;
  color: #777;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.search .main-wrapper #search .search-filters-wrapper .search-query form {
  position: relative;
}
.search .main-wrapper #search .search-filters-wrapper .search-query input[type=text] {
  height: 50px;
  width: 100%;
  background: #F2F2F2;
  padding: 0 60px 0 20px;
  box-sizing: border-box;
  color: #676767;
  font-size: 16px;
  line-height: 17px;
}
.search .main-wrapper #search .search-filters-wrapper .search-query input[type=submit] {
  width: 58px;
  height: 50px;
  background: #F2F2F2 url("../images/sprite.svg") 20px -548px no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  text-indent: -9999em;
  font-size: 0;
}
.search .main-wrapper #search .search-filters-wrapper .filters {
  width: calc(100% - 420px);
  margin-left: 40px;
  float: left;
  position: relative;
}
@media (min-width: 0) and (max-width: 1300px) {
  .search .main-wrapper #search .search-filters-wrapper .filters {
    margin-left: 0;
    width: 100%;
  }
}
.search .main-wrapper #search .search-filters-wrapper .filters .checkbox-container {
  float: left;
  margin: 0 5% 15px 0;
}
.search .main-wrapper #search .search-filters-wrapper .filters .checkbox-container:last-child {
  margin-right: 0;
}
.search .main-wrapper #search .search-filters-wrapper .filters .checkbox-container h3 {
  font-size: 14px;
  line-height: 17px;
  color: #362C66;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 19px;
}
.search .main-wrapper #search .search-filters-wrapper .filters .checkbox-container label {
  font-size: 12px;
  line-height: 15px;
}
.search .main-wrapper #search .search-filters-wrapper .filters .checkbox-container .checkbox-wrapper {
  float: left;
}
@media only screen and (min-width: 0) and (max-width: 999px) {
  .search .main-wrapper #search .search-filters-wrapper .filters .checkbox-container .checkbox-wrapper {
    float: left;
  }
}
.search .main-wrapper #search .search-filters-wrapper .filters .checkbox-container .checkbox-wrapper + .checkbox-wrapper {
  margin-left: 10px;
}
@media only screen and (min-width: 0) and (max-width: 999px) {
  .search .main-wrapper #search .search-filters-wrapper .filters .checkbox-container .checkbox-wrapper + .checkbox-wrapper {
    margin-left: 0;
  }
}
.search .main-wrapper #search .search-filters-wrapper .filters .checkbox-container .col {
  position: relative;
  margin: 0 10px 15px 0;
}
.search .main-wrapper #search .search-filters-wrapper .filters .checkbox-container .col input[type=checkbox] {
  width: 15px;
  height: 15px;
  margin: 0;
}
.search .main-wrapper #search .search-filters-wrapper .filters .checkbox-container .col label {
  display: block;
  font-size: 15px;
  line-height: 15px;
  background: #fff;
  padding-left: 29px;
}
@media (min-width: 1301px) and (max-width: 1440px) {
  .search .main-wrapper #search .search-filters-wrapper .filters .checkbox-container .col label {
    font-size: 14px;
  }
}
.search .main-wrapper #search .search-filters-wrapper .filters .checkbox-container .col .checkbox {
  vertical-align: top;
  margin: 0 5px 0 0;
}
.search .main-wrapper #search .search-filters-wrapper .filters .checkbox-container .col .checkbox:not(checked) {
  position: absolute;
  opacity: 0;
  width: auto !important;
}
.search .main-wrapper #search .search-filters-wrapper .filters .checkbox-container .col .checkbox + label, .search .main-wrapper #search .search-filters-wrapper .filters .checkbox-container .col .radio + label {
  display: block;
  cursor: pointer;
}
.search .main-wrapper #search .search-filters-wrapper .filters .checkbox-container .col .checkbox:not(checked) + label {
  position: relative;
}
.search .main-wrapper #search .search-filters-wrapper .filters .checkbox-container .col .checkbox:not(checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: #F2F2F2;
}
.search .main-wrapper #search .search-filters-wrapper .filters .checkbox-container .col input[type=radio] + label:before {
  border-radius: 50%;
}
.search .main-wrapper #search .search-filters-wrapper .filters .checkbox-container .col .checkbox:checked + label:before {
  background: #F2F2F2 url("../images/sprite.svg") -47px -520px no-repeat;
}
.search .main-wrapper #search .search-filters-wrapper .filters .checkbox-container .col .checkbox:checked + label:hover:before {
  background-position: -47px -520px;
}
.search .main-wrapper #search .search-filters-wrapper .filters .checkbox-container .col input[type=radio]:checked + label:before, .search .main-wrapper #search .search-filters-wrapper .filters .checkbox-container .col input[type=radio]:checked + label:hover:before {
  background-position: -101px -516px;
}
.search .main-wrapper #search .search-filters-wrapper .filters .checkbox-container .col .checkbox:not(checked) + label:hover:before {
  background: #F2F2F2 url("../images/sprite.svg") 3px -520px no-repeat;
}
.search .main-wrapper #search .search-filters-wrapper .filters .checkbox-container .col input[type=radio]:not(checked) + label:hover:before {
  background-position: -121px -516px;
}
.search .main-wrapper #search .clear-filters {
  position: absolute;
  top: 2px;
  right: 5px;
  text-decoration: underline;
  color: #8D7125;
  font-size: 14px;
  line-height: 15px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .search .main-wrapper #search .clear-filters {
    float: left;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
    text-align: left;
    top: auto;
    right: auto;
  }
}
.search .main-wrapper .search-results {
  margin-bottom: 10px;
}
.search .main-wrapper .search-results .region {
  border-top: 1px solid #EFEFEF;
  padding-top: 30px;
  position: relative;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
}
.search .main-wrapper .search-results .region.hide {
  display: block !important;
  max-height: 0 !important;
  padding: 0 !important;
  border: none !important;
}
.search .main-wrapper .search-results .region:last-child {
  border-bottom: 1px solid #EFEFEF;
}
.search .main-wrapper .search-results .region.opened:after {
  transform: rotate(-135deg);
}
.search .main-wrapper .search-results .region:after {
  content: "";
  position: absolute;
  top: 42px;
  right: 4px;
  pointer-events: none;
  border-right: 2px #5A5A5A solid;
  border-bottom: 2px #5A5A5A solid;
  border-left: none;
  font-size: 0;
  text-indent: -9999em;
  border-top: none;
  height: 13px;
  width: 13px;
  z-index: 1;
  cursor: pointer;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  transform: rotate(45deg);
}
.search .main-wrapper .search-results .region .header {
  padding-right: 40px;
  cursor: pointer;
}
.search .main-wrapper .search-results .region .header h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #362C66;
  margin-bottom: 0;
  cursor: pointer;
}
.search .main-wrapper .search-results .region .header .countries {
  font-style: italic;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 24px;
  display: block;
  color: #777;
  cursor: pointer;
}
.search .main-wrapper .hotels-wrapper {
  display: none;
  max-width: 1340px;
  margin: 0 -10px;
  overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .search .main-wrapper .hotels-wrapper {
    max-width: 100%;
    margin: 0;
  }
}
.search .main-wrapper .hotels-wrapper .hotel-infocard {
  width: calc(33.3% - 20px);
  height: 400px;
  padding-bottom: 60px;
  float: left;
  margin: 0 10px;
  display: block;
  position: relative;
}
.search .main-wrapper .hotels-wrapper .hotel-infocard.hidden {
  display: none;
}
@media only screen and (min-width: 0) and (max-width: 999px) {
  .search .main-wrapper .hotels-wrapper .hotel-infocard {
    width: calc(50% - 20px);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .search .main-wrapper .hotels-wrapper .hotel-infocard {
    height: auto;
    padding-bottom: 60px;
    width: 100%;
    margin: 0;
  }
}
.search .main-wrapper .hotels-wrapper .hotel-infocard .thumb {
  display: block;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.search .main-wrapper .hotels-wrapper .hotel-infocard .thumb .bg {
  display: block;
  height: 100%;
  width: 100%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform 0.3s;
}
.search .main-wrapper .hotels-wrapper .hotel-infocard .thumb:hover .bg {
  transform: scale(1.1);
}
.search .main-wrapper .hotels-wrapper .hotel-infocard .thumb img {
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .search .main-wrapper .hotels-wrapper .hotel-infocard .thumb {
    margin-bottom: 10px;
  }
}
.search .main-wrapper .hotels-wrapper .hotel-infocard .hotel-type {
  position: absolute;
  left: 0;
  top: 202px;
  font-weight: 700;
  font-style: italic;
  color: #362C66;
  font-size: 12px;
  line-height: 27px;
  text-transform: uppercase;
}
@media only screen and (min-width: 0) and (max-width: 999px) {
  .search .main-wrapper .hotels-wrapper .hotel-infocard .hotel-type {
    font-size: 10px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .search .main-wrapper .hotels-wrapper .hotel-infocard .hotel-type {
    position: relative;
    top: auto;
    left: auto;
  }
}
.search .main-wrapper .hotels-wrapper .hotel-infocard .hotel-type.comingsoon {
  color: #8D7125;
}
.search .main-wrapper .hotels-wrapper .hotel-infocard .coming-soon {
  color: #8D7125;
}
.search .main-wrapper .hotels-wrapper .hotel-infocard .title {
  font-weight: 900;
  color: #362C66;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 27px;
  margin: 23px 0 19px;
}
.search .main-wrapper .hotels-wrapper .hotel-infocard .title a {
  color: #362C66;
  text-decoration: none;
}
.search .main-wrapper .hotels-wrapper .hotel-infocard .title a:hover {
  color: #CC9A19;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .search .main-wrapper .hotels-wrapper .hotel-infocard .title {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .search .main-wrapper .hotels-wrapper .hotel-infocard .title {
    font-size: 16px;
    line-height: 18px;
    margin: 5px 0 10px;
  }
}
.search .main-wrapper .hotels-wrapper .hotel-infocard .address {
  float: left;
  font-size: 14px;
  line-height: 21px;
  position: relative;
  padding-left: 32px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  height: 40px;
  margin-top: 0;
}
.search .main-wrapper .hotels-wrapper .hotel-infocard .address a {
  color: #5A5A5A;
  text-decoration: none;
}
.search .main-wrapper .hotels-wrapper .hotel-infocard .address a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .search .main-wrapper .hotels-wrapper .hotel-infocard .address {
    width: 70%;
    font-size: 12px;
    line-height: 19px;
  }
}
.search .main-wrapper .hotels-wrapper .hotel-infocard .address:before {
  content: "";
  background: url("../images/sprite.svg") -50px -555px no-repeat;
  width: 22px;
  height: 30px;
  left: 0;
  top: 4px;
  position: absolute;
}
.search .main-wrapper .hotels-wrapper .hotel-infocard .address span {
  display: block;
}
.search .main-wrapper .hotels-wrapper .hotel-infocard .price-wrapper, .search .main-wrapper .hotels-wrapper .hotel-infocard .status-wrapper {
  float: right;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
}
.search .main-wrapper .hotels-wrapper .hotel-infocard .price-wrapper span, .search .main-wrapper .hotels-wrapper .hotel-infocard .status-wrapper span {
  display: block;
}
.search .main-wrapper .hotels-wrapper .hotel-infocard .price-wrapper .price, .search .main-wrapper .hotels-wrapper .hotel-infocard .price-wrapper .date, .search .main-wrapper .hotels-wrapper .hotel-infocard .status-wrapper .price, .search .main-wrapper .hotels-wrapper .hotel-infocard .status-wrapper .date {
  font-weight: 900;
  color: #362C66;
  font-size: 20px;
  line-height: 24px;
  margin-top: -3px;
}
.search .main-wrapper .hotels-wrapper .hotel-infocard .website-url, .search .main-wrapper .hotels-wrapper .hotel-infocard .booking-link {
  position: absolute;
  bottom: 25px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 16px;
  line-height: 27px;
}
.search .main-wrapper .hotels-wrapper .hotel-infocard .website-url {
  left: 0;
  color: #362C66;
}
.search .main-wrapper .hotels-wrapper .hotel-infocard .booking-link {
  right: 0;
}

.advanced-search .advanced-search-form {
  position: relative;
  margin-bottom: 20px;
}
.advanced-search .advanced-search-form input {
  height: 50px;
  width: 100%;
  background: #F2F2F2;
  padding: 0 60px 0 20px;
  box-sizing: border-box;
  color: #676767;
  font-size: 14px;
  line-height: 17px;
}
.advanced-search .advanced-search-form button {
  width: 58px;
  height: 50px;
  background: url("../images/sprite.svg") 20px -548px no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  text-indent: -9999em;
  font-size: 0;
}
.advanced-search .search-result {
  margin: 20px 0;
}
.advanced-search .search-result .search-link {
  display: block;
  margin-bottom: 10px;
}
.advanced-search .search-result .search-text {
  font-size: 16px;
  margin-bottom: 0;
}
.advanced-search .search-result .search-text b {
  font-weight: 800;
}
.advanced-search .search-result .search-link-small {
  font-size: 14px;
  color: #898989;
}
.advanced-search .search-pagination {
  text-align: center;
  line-height: 20px;
  margin: 60px 0 30px;
}
.advanced-search .search-pagination a {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  text-decoration: none;
  margin: 0 10px;
}
.advanced-search .search-pagination a.current {
  font-weight: 800;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .advanced-search .search-pagination a {
    line-height: 30px;
  }
}
.advanced-search .search-pagination .search-prev,
.advanced-search .search-pagination .search-next {
  position: relative;
  overflow: hidden;
  text-indent: -1000px;
  height: 20px;
  width: 10px;
}
.advanced-search .search-pagination .search-prev:after,
.advanced-search .search-pagination .search-next:after {
  content: "";
  display: block;
  border: 2px solid #CA992C;
  border-bottom: 0;
  border-left: 0;
  height: 30px;
  overflow: hidden;
  position: absolute;
  text-indent: -100em;
  top: 50%;
  right: 0;
  width: 30px;
  background: none;
  transform: rotate(45deg);
  transform-origin: 100% 0%;
}
.advanced-search .search-pagination .search-prev.search-prev:after,
.advanced-search .search-pagination .search-next.search-prev:after {
  border: 2px solid #CA992C;
  border-bottom: 0;
  border-right: 0;
  transform: rotate(-45deg);
  transform-origin: 0% 0%;
  right: auto;
  left: 0;
}

.content-destinations .hotels-wrapper {
  max-width: 1340px;
  margin: 0 -10px;
  overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .content-destinations .hotels-wrapper {
    max-width: 100%;
    margin: 0;
  }
}
.content-destinations .hotels-wrapper .hotel-infocard {
  width: calc(33.3% - 20px);
  height: 400px;
  padding-bottom: 60px;
  float: left;
  margin: 0 10px;
  display: block;
  position: relative;
}
.content-destinations .hotels-wrapper .hotel-infocard.hidden {
  display: none;
}
@media only screen and (min-width: 0) and (max-width: 999px) {
  .content-destinations .hotels-wrapper .hotel-infocard {
    width: calc(50% - 20px);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .content-destinations .hotels-wrapper .hotel-infocard {
    height: auto;
    padding-bottom: 60px;
    width: 100%;
    margin: 0;
  }
}
.content-destinations .hotels-wrapper .hotel-infocard .thumb {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 200px;
}
.content-destinations .hotels-wrapper .hotel-infocard .thumb img {
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .content-destinations .hotels-wrapper .hotel-infocard .thumb {
    margin-bottom: 10px;
  }
}
.content-destinations .hotels-wrapper .hotel-infocard .hotel-type {
  position: absolute;
  left: 0;
  top: 202px;
  font-weight: 700;
  font-style: italic;
  color: #362C66;
  font-size: 12px;
  line-height: 27px;
  text-transform: uppercase;
}
@media only screen and (min-width: 0) and (max-width: 999px) {
  .content-destinations .hotels-wrapper .hotel-infocard .hotel-type {
    font-size: 10px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .content-destinations .hotels-wrapper .hotel-infocard .hotel-type {
    position: relative;
    top: auto;
    left: auto;
  }
}
.content-destinations .hotels-wrapper .hotel-infocard .hotel-type.comingsoon {
  color: #8D7125;
}
.content-destinations .hotels-wrapper .hotel-infocard .coming-soon {
  color: #8D7125;
}
.content-destinations .hotels-wrapper .hotel-infocard .title {
  font-weight: 900;
  color: #5A5A5A;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 27px;
  margin: 23px 0 19px;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .content-destinations .hotels-wrapper .hotel-infocard .title {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .content-destinations .hotels-wrapper .hotel-infocard .title {
    font-size: 16px;
    line-height: 18px;
    margin: 5px 0 10px;
  }
}
.content-destinations .hotels-wrapper .hotel-infocard .address {
  float: left;
  font-size: 14px;
  line-height: 21px;
  position: relative;
  padding-left: 32px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  height: 40px;
  margin-top: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .content-destinations .hotels-wrapper .hotel-infocard .address {
    width: 70%;
    font-size: 12px;
    line-height: 19px;
  }
}
.content-destinations .hotels-wrapper .hotel-infocard .address:before {
  content: "";
  background: url("../images/sprite.svg") -50px -555px no-repeat;
  width: 22px;
  height: 30px;
  left: 0;
  top: 4px;
  position: absolute;
}
.content-destinations .hotels-wrapper .hotel-infocard .address span {
  display: block;
}
.content-destinations .hotels-wrapper .hotel-infocard .price-wrapper, .content-destinations .hotels-wrapper .hotel-infocard .status-wrapper {
  float: right;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
}
.content-destinations .hotels-wrapper .hotel-infocard .price-wrapper span, .content-destinations .hotels-wrapper .hotel-infocard .status-wrapper span {
  display: block;
}
.content-destinations .hotels-wrapper .hotel-infocard .price-wrapper .price, .content-destinations .hotels-wrapper .hotel-infocard .price-wrapper .date, .content-destinations .hotels-wrapper .hotel-infocard .status-wrapper .price, .content-destinations .hotels-wrapper .hotel-infocard .status-wrapper .date {
  font-weight: 900;
  color: #362C66;
  font-size: 20px;
  line-height: 24px;
  margin-top: -3px;
}
.content-destinations .hotels-wrapper .hotel-infocard .website-url, .content-destinations .hotels-wrapper .hotel-infocard .booking-link {
  position: absolute;
  bottom: 25px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 16px;
  line-height: 27px;
}
.content-destinations .hotels-wrapper .hotel-infocard .website-url {
  left: 0;
  color: #362C66;
}
.content-destinations .hotels-wrapper .hotel-infocard .booking-link {
  right: 0;
}

@media print {
  .print #header,
  .print #photos,
  .print #booking,
  .print #footer {
    display: none;
  }
  @page {
    size: 960px 1358px;
  }
}
.custom-inner .custom-style-close:before {
  background-color: #000 !important;
}
.custom-inner .custom-style-close:after {
  background-color: #000 !important;
}
.custom-inner .custom-content {
  padding: 64px 0px 0px 0px !important;
}
.custom-inner .custom-content .custom-title {
  color: black;
  font-family: "AstoriaSerif !important;";
  font-weight: 400;
  text-transform: uppercase !important;
  word-wrap: break-word;
  width: min(635px, 100%) !important;
  margin: 0 auto 20px;
  font-size: clamp(1.5rem, 2vw + 1rem, 1.625rem) !important;
  text-align: center;
  text-transform: uppercase;
  height: 31px;
  box-sizing: border-box;
}
@media (max-width: 680px) {
  .custom-inner .custom-content .custom-title {
    height: 100%;
    font-size: clamp(2rem, 2vw + 1rem, 1.625rem) !important;
  }
}
.custom-inner .custom-content .custom-btn {
  text-transform: capitalize !important;
  text-decoration: none !important;
  font-size: 1rem !important;
  padding: 10px !important;
  height: 50px !important;
  max-width: 144px !important;
  width: 100%;
  line-height: 30px !important;
}
.custom-inner .custom-image {
  border: 18px solid #fff !important;
  height: 568px !important;
  margin-bottom: 0px !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media (max-width: 680px) {
  .custom-inner .custom-image {
    height: 100% !important;
  }
}
