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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-datepicker {
  background: #4D3040;
  display: none;
  padding: 10px;
}
body > .ui-datepicker {
  z-index: 30 !important;
}
.ui-datepicker:after {
  display: block;
  content: "";
  height: 0;
  overflow: hidden;
  clear: both;
}
.ui-datepicker .ui-datepicker-hover:after {
  background-color: #855D73;
}
.ui-datepicker .ui-datepicker-select a {
  background-color: #855D73;
  color: #fff !important;
}
.ui-datepicker .ui-datepicker-header {
  color: #fff;
  font: 18px/23px "Sangbleu", Arial, sans-serif;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev, .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/sprite.svg") 0 0 no-repeat;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-disabled, .ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-state-disabled {
  background-position: 5px -360px;
  opacity: 0.5;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  left: 0;
  background-position: 5px -360px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover {
  background-position: -31px -360px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  right: 0;
  background-position: -101px -360px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover {
  background-position: -137px -360px;
}
.ui-datepicker .ui-datepicker-group-first {
  position: relative;
}
.ui-datepicker .ui-datepicker-group-first:after {
  content: "";
  position: absolute;
  top: 74px;
  left: 0;
  height: 1px;
  background: #644154;
  width: 95%;
}
.ui-datepicker .ui-datepicker-group-first .ui-datepicker-title {
  text-align: right;
}
.ui-datepicker .ui-datepicker-group-last {
  position: relative;
}
.ui-datepicker .ui-datepicker-group-last:after {
  content: "";
  position: absolute;
  top: 74px;
  height: 1px;
  background: #644154;
  width: 95%;
  right: 0;
}
.ui-datepicker .ui-datepicker-group-last .ui-datepicker-title {
  text-align: left;
}
.ui-datepicker .ui-datepicker-calendar {
  border-collapse: collapse;
  font-size: 12px;
  cursor: default;
}
.ui-datepicker .ui-datepicker-calendar th, .ui-datepicker .ui-datepicker-calendar td {
  font: 12px/24px "Open Sans", Arial, sans-serif;
  text-align: center;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  padding: 0;
  z-index: 1;
}
.ui-datepicker .ui-datepicker-calendar th {
  font-weight: 400;
  font-size: 11px;
  height: 24px;
  color: #BDA17B;
  text-transform: uppercase;
  line-height: 0;
}
.ui-datepicker .ui-datepicker-calendar td {
  padding: 3px 3px;
  color: #fff;
  position: relative;
}
.ui-datepicker .ui-datepicker-calendar td:before, .ui-datepicker .ui-datepicker-calendar td:after {
  bottom: 3px;
  content: "";
  left: 0;
  top: 3px;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.ui-datepicker .ui-datepicker-calendar td:before {
  background: #644154;
}
.ui-datepicker .ui-datepicker-calendar td:first-child:before, .ui-datepicker .ui-datepicker-calendar td:first-child:after, .ui-datepicker .ui-datepicker-calendar td:first-child a {
  border-radius: 12px 0 0 12px;
}
.ui-datepicker .ui-datepicker-calendar td:last-child:before, .ui-datepicker .ui-datepicker-calendar td:last-child:after, .ui-datepicker .ui-datepicker-calendar td:last-child a {
  border-radius: 0 12px 12px 0;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-other-month, .ui-datepicker .ui-datepicker-calendar td.ui-state-disabled {
  color: #855D73;
}
.ui-datepicker .ui-datepicker-calendar td.ui-state-disabled:after {
  background: none;
}
.ui-datepicker .ui-datepicker-calendar td.ui-checkin:first-child a {
  border-radius: 50%;
}
.ui-datepicker .ui-datepicker-calendar td.ui-checkin:first-child:after {
  left: 0;
  padding-left: 50%;
}
.ui-datepicker .ui-datepicker-calendar td.ui-checkout:last-child a {
  border-radius: 50%;
}
.ui-datepicker .ui-datepicker-calendar td.ui-checkout:last-child:after {
  right: 0;
  padding-right: 50%;
}
.ui-datepicker .ui-datepicker-calendar a {
  display: inline-block;
  width: 24px;
  height: 24px;
  text-decoration: none;
  color: inherit;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-highlight:after {
  background: #855D73;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-highlight a, .ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day a {
  color: #fff;
}
.ui-datepicker .ui-datepicker-calendar .ui-checkin a,
.ui-datepicker .ui-datepicker-calendar .ui-checkout a,
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-highlight .ui-state-active {
  background-color: #BDA17B;
  border-radius: 50%;
}
.ui-datepicker .ui-datepicker-calendar .ui-checkin:after,
.ui-datepicker .ui-datepicker-calendar .ui-checkout:after {
  background-color: #855D73;
  width: 50%;
}
.ui-datepicker .ui-datepicker-calendar .ui-checkin:after {
  left: 50%;
}
.ui-datepicker .ui-datepicker-calendar .ui-checkout:after {
  right: 50%;
}
.ui-datepicker .ui-datepicker-calendar .ui-checkin.ui-datepicker-hover .ui-state-hover {
  border-radius: 50%;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-hover .ui-state-hover {
  border-radius: 0 12px 12px 0;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a {
  border-radius: 50%;
  color: #855D73;
  background-color: #fff;
}
#booking-datepicker .ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a {
  background-color: #fff;
  color: #855D73;
}

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

.fancybox-enabled {
  overflow: hidden;
}

.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  backface-visibility: hidden;
  transform: translateZ(0);
}

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  box-sizing: border-box;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s, visibility 0s;
}

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px;
}

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-toolbar {
  top: 0;
  right: 0;
}

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0);
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  backface-visibility: hidden;
  transition-property: transform, opacity;
  transform-style: preserve-3d;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: visible;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000;
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  backface-visibility: hidden;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
  cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: grabbing;
}

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background 0.25s;
  box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa;
}

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
}

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
}

.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none;
}

.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none;
}

.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-button::before,
.fancybox-button::after {
  content: "";
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block;
}

.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {
  opacity: 0.3;
}

.fancybox-button--left::after,
.fancybox-button--right::after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
}

.fancybox-button--left::after {
  left: 20px;
  transform: rotate(-135deg);
}

.fancybox-button--right::after {
  right: 20px;
  transform: rotate(45deg);
}

.fancybox-button--left {
  border-bottom-left-radius: 5px;
}

.fancybox-button--right {
  border-bottom-right-radius: 5px;
}

.fancybox-button--close::before, .fancybox-button--close::after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}

.fancybox-button--close::before {
  transform: rotate(45deg);
}

.fancybox-button--close::after {
  transform: rotate(-45deg);
}

/* Navigation arrows */
.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: opacity 0.25s;
}

.fancybox-arrow::after {
  content: "";
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
}

.fancybox-arrow--right {
  right: 0;
}

.fancybox-arrow--left {
  left: 0;
  transform: scaleX(-1);
}

.fancybox-arrow--right::after,
.fancybox-arrow--left::after {
  left: 0;
}

.fancybox-show-nav .fancybox-arrow {
  opacity: 0.6;
}

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: 0.3;
}

/* Loading indicator */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}
@keyframes fancybox-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  transform: rotate(-360deg);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
  transform: rotate(360deg);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
  transform: rotate(0deg);
  opacity: 1;
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0;
  }
  .fancybox-button--left,
  .fancybox-button--right {
    display: none !important;
  }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}
/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none;
}

/* Slideshow button */
.fancybox-button--play::before,
.fancybox-button--pause::before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent;
}

.fancybox-button--play::before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
}

.fancybox-button--pause::before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
}

/* Thumbs */
.fancybox-thumbs {
  display: none;
}

.fancybox-button--thumbs {
  display: none;
}

@media all and (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block;
  }
  .fancybox-button--thumbs span {
    font-size: 23px;
  }
  .fancybox-button--thumbs::before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
  }
  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995;
  }
  .fancybox-show-thumbs .fancybox-thumbs {
    display: block;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 220px;
  }
  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
  }
  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    backface-visibility: hidden;
    box-sizing: border-box;
  }
  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
  }
  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  .fancybox-thumbs > ul > li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1;
  }
}
.selectedTxt {
  position: relative;
  height: 32px;
  padding: 0 27px 0 10px;
  overflow: hidden;
  color: #4A4A4A;
  background: #fff;
  font-size: 14px;
  line-height: 32px;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  box-sizing: border-box;
}
.selectedTxt:after {
  content: "";
  position: absolute;
  top: 17px;
  right: 10px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 7px solid #A2A2A2;
  border-bottom: 0;
}
.selectedTxt:hover:after {
  border-top-color: #b5b5b5;
}

.stylish-select .SSContainerDivWrapper {
  position: absolute;
  min-width: 100%;
  z-index: 9999;
  top: 40px !important;
}

.stylish-select .newList {
  background: #fff;
  max-height: 200px;
  overflow: auto;
  overflow-x: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  margin: 0 !important;
  padding: 2px !important;
  list-style: none !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-size: 11px;
  line-height: 12px;
  padding: 6px 21px 6px 9px;
  position: static;
  border-radius: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: none !important;
  transition: background-color 0.2s;
}
.stylish-select .newList a:hover, .stylish-select .newList a.hiLite {
  background: #f5f5f5;
}

.ui-selectmenu-button {
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font: bold 14px/45px "Open Sans", Arial, sans-serif;
  height: 45px;
  padding: 0 39px 0 15px;
  position: relative;
  text-transform: uppercase;
}
.ui-selectmenu-button:hover .ui-icon {
  background-position: -22px -27px;
}
.ui-selectmenu-button .ui-icon {
  cursor: pointer;
  display: block;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.ui-selectmenu-button .ui-icon:after {
  content: "";
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 7px solid #A2A2A2;
  border-bottom: 0;
}
.ui-selectmenu-button .ui-icon:hover:after {
  border-top-color: #b5b5b5;
}
.ui-selectmenu-button .ui-selectmenu-text {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.calendar-layout .ui-selectmenu-button {
  font-size: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .ui-selectmenu-button {
    font-size: 14px;
  }
}

.ui-selectmenu-menu {
  display: none;
  position: absolute;
}
.selection-disabled .ui-selectmenu-menu {
  z-index: 10000;
}
.ui-selectmenu-menu.ui-selectmenu-open {
  display: block;
}
.ui-selectmenu-menu > ul {
  background: #fff;
  list-style: none;
  margin: 0;
  max-height: 192px;
  overflow: auto;
  overflow-x: hidden;
  padding: 2px;
  position: relative;
  z-index: 10;
}
.ui-selectmenu-menu li {
  cursor: pointer;
  font: 13px/1 "Open Sans", Arial, sans-serif;
  margin: 0;
  overflow: hidden;
  padding: 10px 15px;
  transition: background 100ms;
  white-space: nowrap;
}
.ui-selectmenu-menu li.ui-state-focus, .ui-selectmenu-menu li:hover {
  background: #EEEEEE;
}
@media (max-width: 767px) {
  .ui-selectmenu-menu li {
    font-size: 14px;
    line-height: 1.45;
  }
}

#photos .slick-track,
#photos .slick-list {
  height: 100%;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
#photos .slick-list .slide {
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 767px) {
  #photos .slick-list .slide .caption {
    padding: 20px 40px 150px;
  }
}
#photos .slick-dots {
  bottom: 40px;
  font-size: 0;
  position: absolute;
  left: 40px;
  width: 100%;
  height: 10px;
}
@media (max-width: 767px) {
  #photos .slick-dots {
    left: 0;
    text-align: center;
  }
}
#photos .slick-dots li {
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 5px;
  position: relative;
}
#photos .slick-dots button {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  text-indent: -100em;
  width: 100%;
}
#photos .slick-dots button:before, #photos .slick-dots button:after {
  box-sizing: border-box;
  border-radius: 50%;
  content: "";
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  position: absolute;
}
#photos .slick-dots button:before {
  background-color: transparent;
  border: 1px solid #fff;
  height: 100%;
  position: absolute;
  width: 100%;
}
#photos .slick-dots button:after {
  border: 1px solid transparent;
  height: 0;
  width: 0;
}
#photos .slick-dots .slick-active button:before {
  background: #BDA17B;
  height: 50%;
  width: 50%;
}
#photos .slick-dots .slick-active button:after {
  background: #BDA17B;
  height: 100%;
  width: 100%;
}
#photos .slick-arrow {
  background: url("../images/sprite.svg") no-repeat 0 0;
  border-radius: 50%;
  height: 45px;
  overflow: hidden;
  position: absolute;
  text-indent: -100em;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 45px;
  z-index: 10;
}
#photos .slick-arrow:hover {
  background-position: -50px 0;
  border-color: #4e9ca0;
}
#photos .slick-arrow:active {
  background-position: -100px 0;
  border-color: #182f44;
}
#photos .slick-prev {
  left: 50px;
}
@media (max-width: 767px) {
  #photos .slick-prev {
    left: 50%;
    margin-left: -55px;
  }
}
#photos .slick-next {
  background-position: -150px 0;
  right: 50px;
}
@media (max-width: 767px) {
  #photos .slick-next {
    margin-right: -55px;
    right: 50%;
  }
}
#photos .slick-next:hover {
  background-position: -200px 0;
}
#photos .slick-next:active {
  background-position: -250px 0;
}
#photos .button {
  height: 42px;
  line-height: 42px;
  margin-top: 30px;
  font-size: 16px;
  letter-spacing: -0.02em;
}

.scroll-to-explore {
  font-size: 0;
  text-indent: -1000px;
  position: absolute;
  color: #fff;
  text-transform: uppercase;
  bottom: 70px;
  left: 0;
  right: 0;
  width: 160px;
  margin: 0 auto;
  padding-bottom: 20px;
  text-align: center;
  cursor: pointer;
  z-index: 16;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  animation: float 2.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s infinite;
  transition: opacity 0.2s ease-out;
  will-change: transform;
}
.scroll-to-explore:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-left: -20px;
  background: url("../images/sprite.svg") 0 0 no-repeat;
}
.scroll-to-explore:hover {
  opacity: 0.8;
}
.scroll-to-explore:hover:after {
  opacity: 0.8;
}
@keyframes float {
  from {
    transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
  }
  65% {
    transform: translate3d(0, 8px, 0);
    -ms-transform: translate3d(0, 8px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 767px) {
  .scroll-to-explore {
    bottom: 10px;
  }
  .scroll-to-explore:after {
    bottom: 0;
  }
}

/* ROOMS BOOKING */
.booking-room-wrapper {
  font-size: 0;
  vertical-align: top;
  position: relative;
  /* Rooms Module Control Button */
}
@media (max-width: 420px) {
  .booking-room-wrapper {
    padding-bottom: 40px;
  }
}
.booking-room-wrapper .booking-dates-block {
  width: 160px;
  position: relative;
  cursor: pointer;
  float: left;
}
@media (max-width: 420px) {
  .booking-room-wrapper .booking-dates-block {
    width: 100%;
    margin-bottom: 30px;
  }
}
.booking-room-wrapper .booking-dates-block .column {
  border: 1px solid #eee;
  box-sizing: border-box;
  display: inline-block;
  height: 80px;
  padding: 5px;
  vertical-align: top;
  width: 80px;
  text-align: center;
}
.booking-room-wrapper .booking-dates-block .column.checkin {
  border-right: 0;
}
@media (max-width: 420px) {
  .booking-room-wrapper .booking-dates-block .column.checkin {
    border: 1px solid #eee;
    border-bottom: 0;
  }
}
@media (max-width: 420px) {
  .booking-room-wrapper .booking-dates-block .column {
    width: 100%;
  }
}
.booking-room-wrapper .booking-dates-block label {
  color: #BDA17B;
  display: block;
  font: 200 11px/1.45 "Open Sans", Arial, sans-serif;
  text-transform: uppercase;
}
.booking-room-wrapper .booking-dates-block .date {
  height: 100%;
  color: #4A4A4A;
  font: 200 italic 18px/1 "Sangbleu", Arial, sans-serif;
  width: 100%;
}
.booking-room-wrapper .booking-dates-block .date .day {
  color: #4A4A4A;
  font-size: 28px;
  line-height: 1;
  font-style: normal;
  margin: 5px 0 5px;
}
.booking-room-wrapper .booking-dates-block .date .month {
  font: 200 11px/1.45 "Open Sans", Arial, sans-serif;
  color: #4A4A4A;
}
.booking-room-wrapper .controls {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-left: 20px;
}

#booking-room {
  font-size: 0;
  text-align: left;
  position: absolute;
  overflow: visible;
  display: inline-block;
  margin-left: 20px;
  height: 0;
  width: 0;
  z-index: 5;
}
@media (max-width: 420px) {
  #booking-room {
    width: 100%;
    position: relative;
  }
}
.booking-rooms-opened #booking-room {
  height: 300px;
  width: 100%;
}
@media (max-width: 767px) {
  #booking-room {
    margin: 0;
    position: relative;
  }
}
#booking-room .close-booking {
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  width: 100px;
  height: 20px;
  color: #fff;
  font-size: 13px;
  line-height: 16px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  z-index: 100;
}
#booking-room .button {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .booking-rooms-opened #booking-room .button {
    top: -80px;
    left: 180px;
  }
}
@media (max-width: 420px) {
  .booking-rooms-opened #booking-room .button {
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #booking-room .button {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  #booking-room .button {
    position: absolute;
    left: 20px;
  }
}
@media (max-width: 420px) {
  #booking-room .button {
    position: relative;
    left: 0;
    width: 100%;
  }
}
#booking-room td {
  background: none;
  border: 0;
}

#booking-room-datepicker {
  display: block;
  position: absolute;
  left: 0;
  background: #4D3040;
  right: 0;
  top: 53px;
  width: 480px;
  height: 0;
  overflow: hidden;
  padding: 0 20px;
  box-sizing: border-box;
}
.booking-rooms-opened #booking-room-datepicker {
  height: auto;
}
@media (max-width: 767px) {
  .booking-rooms-opened #booking-room-datepicker {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  #booking-room-datepicker {
    top: 20px;
    width: 100%;
  }
  #booking-room-datepicker table {
    width: 100%;
  }
}
@media (max-width: 420px) {
  #booking-room-datepicker {
    top: 54px;
  }
}
#booking-room-datepicker.visible {
  display: block;
}
#booking-room-datepicker .ui-datepicker {
  background: none;
  box-shadow: 0 0 0;
  padding: 0;
  width: 100% !important;
}
#booking-room-datepicker .ui-datepicker:before {
  content: "";
  position: absolute;
  top: 32px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 6px;
  height: 1px;
  background: #fff;
}
@media (max-width: 767px) {
  #booking-room-datepicker .ui-datepicker:before {
    content: none;
  }
}
#booking-room-datepicker .ui-datepicker-group {
  float: left;
  padding: 20px 10px 20px 0;
  width: 50%;
  box-sizing: border-box;
}
#booking-room-datepicker .ui-datepicker-group.ui-datepicker-group-last {
  padding: 20px 0 20px 10px;
}
#booking-room-datepicker .ui-datepicker-group table {
  width: 100%;
}

/* VENUES TEMPLATE 4 */
.venues.template4 {
  overflow: hidden;
}
.venues.template4 * {
  box-sizing: border-box;
}
.venues.template4 article {
  overflow: hidden;
  margin: 45px 0;
}
.venues.template4 article .tab-buttons {
  overflow: hidden;
}
.venues.template4 article .tab-buttons strong {
  display: block;
  float: left;
  width: 120px;
  height: 45px;
  line-height: 45px;
  color: #4D3040;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  background: #f6f6f3;
  text-align: center;
  border: 1px solid #ebebeb;
  border-left: none;
  border-bottom: none;
  font-family: "Sangbleu", sans-serif;
}
.venues.template4 article .tab-buttons strong:first-child {
  border-left: 1px solid #ebebeb;
}
@media (max-width: 767px) {
  .venues.template4 article .tab-buttons strong {
    width: 33.3%;
  }
}
.venues.template4 article .tab-buttons strong:hover, .venues.template4 article .tab-buttons strong.active {
  background: #fff;
}
@media (max-width: 767px) {
  .venues.template4 article .tab-buttons strong .hide-on-mobile {
    display: none;
  }
}
.venues.template4 article .content {
  position: relative;
  overflow: hidden;
  border: 1px solid #ebebeb;
  border-bottom: none;
  padding: 10px 10px 10px 25px;
}
@media (max-width: 767px) {
  .venues.template4 article .content {
    padding-left: 10px;
  }
}
.venues.template4 article .content .tabs {
  float: left;
  min-height: 350px;
  width: 540px;
  padding-top: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .venues.template4 article .content .tabs {
    width: 63%;
  }
}
@media (max-width: 767px) {
  .venues.template4 article .content .tabs {
    float: none;
    width: 100%;
    min-height: 0;
    margin-bottom: 20px;
    padding-left: 10px;
  }
}
.venues.template4 article .content .tabs .tab {
  display: none;
}
.venues.template4 article .content .tabs .tab.active {
  display: block;
}
.venues.template4 article .content .tabs h3 {
  font-size: 24px;
  margin: 0 0 15px;
  color: #4D3040;
  font-family: "Sangbleu", sans-serif;
}
.venues.template4 article .content .tabs h3 a {
  color: inherit;
  text-decoration: none;
}
.venues.template4 article .content .tabs h3 a:hover {
  text-decoration: underline;
}
.venues.template4 article .content .tabs p {
  width: 80%;
}
@media (max-width: 767px) {
  .venues.template4 article .content .tabs p {
    width: 95%;
  }
}
.venues.template4 article .content .tabs h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 15px 0 10px;
  color: #4D3040;
  font-family: "Sangbleu", sans-serif;
}
.venues.template4 article .content .tabs ul > li {
  position: relative;
  padding-left: 14px;
  font-size: 16px;
  margin: 5px 0;
}
.venues.template4 article .content .tabs ul > li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 3px;
  height: 3px;
  background: #000;
  border-radius: 100%;
}
.venues.template4 article .content .tabs .layouts {
  overflow: hidden;
}
.venues.template4 article .content .tabs .layouts span.icon-text {
  font-family: "Lato", Arial, sans-serif;
}
.venues.template4 article .content .tabs .layouts span.rooms-icon {
  width: 50%;
  float: left;
  font-size: 13px;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .venues.template4 article .content .tabs .layouts span.rooms-icon {
    width: 100%;
    height: 40px;
    line-height: 40px;
  }
}
.venues.template4 article .content .tabs .layouts span.rooms-icon:before {
  vertical-align: middle;
  margin-right: 20px;
  font-size: 40px;
  color: #4D3040;
}
@media (max-width: 767px) {
  .venues.template4 article .content .tabs .layouts span.rooms-icon:before {
    font-size: 30px;
  }
}
.venues.template4 article .content .background {
  position: absolute;
  top: 10px;
  left: 465px;
  right: 10px;
  bottom: 10px;
  background-position: 50% 50%;
  background-size: cover;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .venues.template4 article .content .background {
    left: 53%;
  }
}
@media (max-width: 767px) {
  .venues.template4 article .content .background {
    position: static;
    height: 200px;
    width: 100%;
  }
}
.venues.template4 article .buttons {
  background: rgba(77, 48, 64, 0.9);
  overflow: hidden;
}
@media (max-width: 767px) {
  .venues.template4 article .buttons {
    padding: 8px 0;
  }
}
.venues.template4 article .buttons .inner-wrapper {
  float: right;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 767px) {
  .venues.template4 article .buttons .inner-wrapper {
    float: none;
  }
}
.venues.template4 article .buttons .inner-wrapper a, .venues.template4 article .buttons .inner-wrapper .bottom-tab {
  display: block;
  float: left;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  padding: 0 30px;
  font-family: "Sangbleu", sans-serif;
}
.venues.template4 article .buttons .inner-wrapper a + a, .venues.template4 article .buttons .inner-wrapper .bottom-tab + a {
  border-left: 1px solid #f6f6f3;
}
@media (max-width: 767px) {
  .venues.template4 article .buttons .inner-wrapper a, .venues.template4 article .buttons .inner-wrapper .bottom-tab {
    padding: 0 10px;
    float: none;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin: 10px 0;
  }
}
.venues.template4 article .buttons .inner-wrapper a:hover, .venues.template4 article .buttons .inner-wrapper .bottom-tab:hover {
  text-decoration: underline;
}

.single-venue.template4 .thumbnail {
  overflow: hidden;
  max-width: 100%;
  margin: 10px 0;
  float: left;
}
.single-venue.template4 .thumbnail img {
  display: block;
  max-width: 100%;
}
.single-venue.template4 .layouts {
  overflow: hidden;
  margin: 15px 0;
}
.single-venue.template4 .layouts span {
  width: 50%;
  float: left;
  font-size: 13px;
  color: #7d7d7d;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .single-venue.template4 .layouts span {
    width: 100%;
    height: 40px;
    line-height: 40px;
  }
}
.single-venue.template4 .layouts span:before {
  vertical-align: middle;
  margin-right: 20px;
  font-size: 40px;
  color: #aa9b7c;
}
@media (max-width: 767px) {
  .single-venue.template4 .layouts span:before {
    font-size: 30px;
  }
}
.single-venue.template4 .links a {
  margin: 5px;
}

#hebs-gallery {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11000;
  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 .category-selector {
  position: absolute;
  top: 9px;
  left: 20px;
  z-index: 2;
}
#hebs-gallery .newListSelected {
  position: absolute !important;
  top: 4px;
  left: 20px;
  z-index: 2;
}
#hebs-gallery .selectedTxt:after {
  top: 14px;
}
#hebs-gallery .SSContainerDivWrapper {
  top: 32px !important;
}
#hebs-gallery .galleria-stage {
  position: absolute;
  top: 40px;
  bottom: 120px;
  left: 0;
  right: 0;
  padding: 20px 72px;
  overflow: hidden;
}
@media (max-width: 767px) {
  #hebs-gallery .galleria-stage {
    padding: 10px 5px;
    z-index: 1;
  }
}
#hebs-gallery .galleria-stage .galleria-image {
  overflow: visible !important;
}
#hebs-gallery .galleria-stage .galleria-image img {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
#hebs-gallery.no-controls .galleria-stage {
  bottom: 0;
  padding: 20px;
}
#hebs-gallery.no-controls .galleria-image-nav {
  display: none;
}
#hebs-gallery .galleria-image-nav-left, #hebs-gallery .galleria-image-nav-right {
  position: absolute;
  top: 50%;
  cursor: pointer;
  width: 31px;
  height: 61px;
  margin-top: -30px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common.svg") 0 0 no-repeat;
  z-index: 2;
}
#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;
}
@media (max-width: 767px) {
  #hebs-gallery .galleria-image-nav-left {
    background-position: 5px -199px;
    height: 21px;
    left: 15px;
    margin-top: -10px;
    width: 21px;
  }
  #hebs-gallery .galleria-image-nav-left:hover {
    background-position: -26px -199px;
  }
}
#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;
}
@media (max-width: 767px) {
  #hebs-gallery .galleria-image-nav-right {
    background-position: 5px -240px;
    height: 21px;
    margin-top: -10px;
    right: 15px;
    width: 21px;
  }
  #hebs-gallery .galleria-image-nav-right:hover {
    background-position: -26px -240px;
  }
}
#hebs-gallery .galleria-loader {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -24px 0 0 -24px;
  background: url("../images/loading.svg") 50% 50% no-repeat;
}
#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);
}
#hebs-gallery .galleria-carousel .galleria-thumbnails-list {
  margin-left: 52px;
  margin-right: 52px;
}
#hebs-gallery .galleria-thumbnails {
  margin: 20px auto 0;
}
#hebs-gallery .galleria-thumbnails .galleria-image {
  height: 80px;
  width: 80px;
  background: #000;
  margin: 0 6px 0 0;
  float: left;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
#hebs-gallery .galleria-thumbnails .galleria-image.active {
  border: 3px solid #fff;
  width: 74px !important;
  height: 74px !important;
}
#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;
}

#services-items {
  position: relative;
  font-size: 0;
}
#services-items .center-column {
  padding: 0 20px 100px 20px;
}
@media (max-width: 767px) {
  #services-items .center-column {
    padding: 0 20px 60px 20px;
  }
}
#services-items .service-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  margin-right: 2%;
  width: 49%;
}
@media (max-width: 767px) {
  #services-items .service-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5%;
  }
}
#services-items .service-item:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  #services-items .service-item:last-child {
    margin-bottom: 0;
  }
}
#services-items .service-item-wrap {
  position: relative;
  height: 600px;
  overflow: hidden;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #services-items .service-item-wrap {
    height: auto;
  }
}
#services-items .service-item-wrap:hover .description {
  opacity: 1;
}
#services-items .service-item-wrap:hover .image {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
}
#services-items .service-item-wrap .image {
  height: 600px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  transform: scale(1);
  -ms-transform: scale(1);
  transition: all 350ms cubic-bezier(0.42, 0, 0.58, 1);
}
@media (max-width: 767px) {
  #services-items .service-item-wrap .image {
    height: 400px;
  }
}
#services-items .service-item-wrap .description {
  width: auto;
  height: 100%;
  position: absolute;
  opacity: 0;
  left: 0;
  right: 0;
  top: 0;
  padding: 0 40px;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 1.5;
  color: #4A4A4A;
  font-weight: 400;
  transition: all 400ms ease-in-out;
}
#services-items .service-item-wrap .description p {
  margin-bottom: 15px;
}
#services-items .service-item-wrap .description a {
  color: #4D3040;
}
#services-items .service-item-wrap .description a:hover {
  text-decoration: none;
}
#services-items .service-secondary-wrap {
  position: relative;
  vertical-align: top;
  display: block;
}
#services-items .service-secondary-wrap h2 {
  font: 36px/46px "Sangbleu", Arial, sans-serif;
  color: #4D3040;
  text-transform: uppercase;
  min-width: 140px;
  padding-bottom: 20px;
  border-bottom: 2px solid #eeeeee;
  display: inline-block;
  vertical-align: top;
  margin-right: 50px;
  margin-bottom: 20px;
}
#services-items .service-secondary-wrap .service-secondary-content {
  display: inline-block;
  position: relative;
  color: #4A4A4A;
  font: 200 20px/27px "Open Sans", Arial, sans-serif;
}
#services-items .service-secondary-wrap .service-secondary-content ul li {
  margin-bottom: 5px;
}
#services-items .service-secondary-wrap .service-secondary-content a {
  color: #4A4A4A;
  text-decoration: none;
}
#services-items .service-secondary-wrap .service-secondary-content a:hover {
  color: #4D3040;
}

/* FROM TEMPLATE 1 - 1 */
.featured-rooms {
  border-top: 2px solid #eee;
  padding-top: 60px;
}
.featured-rooms .rooms {
  margin: 0;
}

.rooms {
  margin: 40px 0 0 0;
}
.rooms .categories-list {
  overflow: hidden;
  margin: 0 0 30px 0;
  font-size: 0;
}
.rooms .categories-list button {
  font: normal 22px/26px "Sangbleu", Arial, sans-serif;
  margin: 0 20px 20px 0;
  padding: 0 20px;
  height: 39px;
  border: 1px solid #EEEEEE;
  color: #fff;
  background: #4D3040;
  text-transform: none;
  transition: background-color 200ms, color 200ms;
}
.rooms .categories-list button:hover, .rooms .categories-list button.active {
  border-color: #4D3040;
  color: #4D3040;
  background: #fff;
}
@media (max-width: 767px) {
  .rooms .categories-list button {
    font-size: 18px;
    padding: 0 10px;
  }
}
.rooms .categories-descr {
  margin: 0 0 30px 0;
}
.rooms .categories-descr .category-descr {
  display: none;
}
.rooms .categories-descr .category-descr.active {
  display: block;
}
.rooms .rooms-entry {
  margin: 0 10px 55px;
  box-sizing: border-box;
  overflow: hidden;
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: calc(50% - 20px);
}
@media (max-width: 767px) {
  .rooms .rooms-entry {
    width: 100%;
    margin: 0 0 55px 0;
  }
}
.rooms .rooms-entry .thumb-wrapper {
  height: 300px;
  position: relative;
  background: #eee;
  margin-bottom: 30px;
}
.rooms .rooms-entry .thumb-wrapper:hover .thumbnail {
  opacity: 0.8;
}
.rooms .rooms-entry .thumb-wrapper .thumbnail {
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  margin: 0;
  height: 300px;
  float: none;
  opacity: 1;
  transition: opacity 0.2s ease-out;
}
.rooms .rooms-entry .thumb-wrapper .thumbnail img {
  width: 100%;
  display: none;
}
.rooms .rooms-entry .thumb-wrapper nav {
  display: block;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
}
.rooms .rooms-entry .thumb-wrapper nav .button {
  font: 200 20px/54px "Sangbleu", Arial, sans-serif;
  display: inline-block;
  height: 54px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  background: #4D3040;
  min-width: 200px;
}
.rooms .rooms-entry .thumb-wrapper nav .button:hover {
  color: #4D3040;
  background: #fff;
}
.rooms .rooms-entry .description {
  position: relative;
  vertical-align: top;
  display: block;
}
.rooms .rooms-entry .description .description-headings {
  display: inline-block;
  vertical-align: top;
  width: 45.5%;
  margin-right: 6%;
}
@media (max-width: 767px) {
  .rooms .rooms-entry .description .description-headings {
    width: 100%;
    margin: 0;
  }
}
.rooms .rooms-entry .description .description-headings h3 {
  font: 36px/46px "Sangbleu", Arial, sans-serif;
  color: #4D3040;
  padding-bottom: 20px;
  margin-bottom: 25px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .rooms .rooms-entry .description .description-headings h3 {
    font-size: 34px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .rooms .rooms-entry .description .description-headings h3 {
    font-size: 30px;
    line-height: 36px;
  }
}
.rooms .rooms-entry .description .description-headings h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 140px;
  background: #eee;
}
.rooms .rooms-entry .description .description-headings .price {
  font: 400 16px/20px "Sangbleu", Arial, sans-serif;
  display: block;
  text-align: left;
  color: #4A4A4A;
}
.rooms .rooms-entry .description .description-headings .price .price-number {
  font-size: 24px;
  line-height: 31px;
}
.rooms .rooms-entry .description .description-headings .links {
  margin: 15px 5px 0 0;
}
@media (max-width: 767px) {
  .rooms .rooms-entry .description .description-headings .links {
    margin: 15px 5px 15px 0;
  }
}
.rooms .rooms-entry .description .description-headings .links a {
  text-decoration: none;
  position: relative;
  padding-right: 5px;
  margin-right: 5px;
  display: inline-block;
}
.rooms .rooms-entry .description .description-headings .links a:after {
  content: "";
  position: absolute;
  top: 4px;
  right: -2px;
  height: 15px;
  width: 1px;
  background: #aaa;
}
.rooms .rooms-entry .description .description-headings .links a:last-child {
  margin: 0;
  padding: 0;
}
.rooms .rooms-entry .description .description-headings .links a:last-child:after {
  content: none;
}
.rooms .rooms-entry .description .description-content {
  display: inline-block;
  position: relative;
  vertical-align: top;
  color: #4A4A4A;
  width: 45%;
}
@media (max-width: 767px) {
  .rooms .rooms-entry .description .description-content {
    width: 100%;
    margin: 0;
  }
}
.rooms .rooms-entry .description .description-content p {
  font: 200 16px/24px "Open Sans", Arial, sans-serif;
}
.rooms .rooms-entry .description .description-content .readmore {
  display: block;
}
.rooms .rooms-entry.no-booking .description {
  padding-right: 0;
}
.rooms .rooms-entry .features span {
  display: inline-block;
  margin: 0 20px 8px 0;
  font-size: 14px;
  text-transform: uppercase;
  color: #327d7d;
}
@media (max-width: 550px) {
  .rooms .rooms-entry .features span {
    display: block;
    margin: 0 0 8px 0;
  }
}
.rooms .rooms-entry .amenities {
  position: relative;
  margin: 10px 0;
  line-height: 30px;
  height: 30px;
}
@media (max-width: 550px) {
  .rooms .rooms-entry .amenities {
    margin: 15px 0;
  }
}
.rooms .rooms-entry .amenities.multiline {
  margin-right: 50px;
}
.rooms .rooms-entry .amenities .main-list {
  height: 30px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.rooms .rooms-entry .amenities .additional-list {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 100%;
  opacity: 0;
  line-height: 30px;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0s ease 0.2s;
  padding: 20px 70px 20px 20px;
  background: #ecedee;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.rooms .rooms-entry .amenities span {
  display: inline-block;
  font-size: 20px;
  letter-spacing: 10px;
  vertical-align: middle;
}
.rooms .rooms-entry .amenities .toggle {
  display: none;
  position: absolute;
  right: -50px;
  bottom: 0;
  width: 31px;
  height: 100%;
  margin: 0;
  border-left: 1px solid #a6a6a6;
  text-align: right;
  z-index: 4;
}
.rooms .rooms-entry .amenities .toggle:before {
  content: "•••";
  display: inline-block;
  font-size: 20px;
}
.rooms .rooms-entry .amenities.multiline .toggle {
  display: block;
}
.rooms .rooms-entry .amenities.expand .additional-list {
  opacity: 1;
  visibility: visible;
  z-index: 3;
  transition: opacity 0.2s, visibility 0s ease 0s;
}
.rooms .rooms-entry .amenities.expand .toggle:before, .rooms .rooms-entry .amenities.expand .toggle:after {
  content: "";
  display: block;
  background: #327d7d;
  position: absolute;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.rooms .rooms-entry .amenities.expand .toggle:before {
  width: 20px;
  height: 2px;
  top: 9px;
  right: 0;
}
.rooms .rooms-entry .amenities.expand .toggle:after {
  width: 2px;
  height: 20px;
  top: 0;
  right: 9px;
}

.room .room-column-left,
.room .room-column-right {
  width: 48%;
  margin-right: 2%;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media (max-width: 767px) {
  .room .room-column-left,
  .room .room-column-right {
    width: 100%;
    margin-right: 0;
  }
}
.room .room-column-right {
  margin: 0;
}
@media (max-width: 767px) {
  .room .room-column-left {
    margin-bottom: 40px;
  }
}
.room .room-column-left h1 {
  font-size: 40px;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .room .room-column-left h1 {
    font-size: 30px;
  }
}
.room .room-column-left h1:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 140px;
  background: #eee;
}
.room .room-column-left .back-to-rooms {
  display: inline-block;
  font-size: 14px;
  font-weight: 200;
  text-decoration: none;
  margin-bottom: 15px;
}
.room .room-column-left .price {
  font: 400 20px/25px "Sangbleu", Arial, sans-serif;
  display: block;
  text-align: left;
  color: #4A4A4A;
  margin-bottom: 45px;
}
.room .room-column-left .price .price-number {
  font-size: 36px;
  line-height: 46px;
}

#homepage-rooms {
  position: relative;
  overflow: hidden;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  #homepage-rooms {
    margin-bottom: 50px;
  }
}
#homepage-rooms h1 {
  font: 36px/46px "Sangbleu", Arial, sans-serif;
  padding-bottom: 30px;
  text-align: center;
  color: #4D3040;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 767px) {
  #homepage-rooms h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
#homepage-rooms h1:after {
  content: "";
  height: 2px;
  width: 140px;
  background: #EEEEEE;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
.anniversary #homepage-rooms h1:after {
  background: #4D3040;
}
#homepage-rooms h2 {
  font: 200 italic 20px/27px "Open Sans", Arial, sans-serif;
  padding: 25px 0 25px;
  text-align: center;
  color: #A2A2A2;
  text-transform: none;
}
.anniversary #homepage-rooms h2 {
  color: #4A4A4A;
}
#homepage-rooms .thumbnail {
  margin: 0;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #4D3040;
  transform: scale(1);
  -ms-transform: scale(1);
  transition: all 350ms cubic-bezier(0.42, 0, 0.58, 1);
}
#homepage-rooms .thumbnail:after {
  content: "";
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
#homepage-rooms .thumbnail img {
  display: none;
  width: 100%;
  height: auto;
}
#homepage-rooms .category-block-item {
  height: 300px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  margin-bottom: 2%;
  width: 49%;
  background-color: #4D3040;
}
@media (max-width: 767px) {
  #homepage-rooms .category-block-item {
    width: 100%;
  }
}
#homepage-rooms .category-block-item:hover .category-description {
  opacity: 1;
}
#homepage-rooms .category-block-item:hover .centered-heading {
  opacity: 0;
}
#homepage-rooms .category-block-item:hover .thumbnail {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
}
#homepage-rooms .category-block-item .centered-heading {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 1;
  padding: 20px;
  text-align: center;
  transition: all 200ms ease-in-out;
}
#homepage-rooms .category-block-item .centered-heading h1 {
  font: 30px/38px "Sangbleu", Arial, sans-serif;
  color: #fff;
  text-transform: none;
  padding: 0;
}
#homepage-rooms .category-block-item .centered-heading h1:after {
  content: none;
}
#homepage-rooms .category-description {
  overflow: hidden;
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  padding: 0 20px;
  text-align: center;
  background: rgba(77, 48, 64, 0.8);
  font-size: 14px;
  line-height: 1.5;
  color: #A2A2A2;
  font-weight: 400;
  transition: all 400ms ease-in-out;
}
#homepage-rooms .category-description .price {
  font: 14px/22px "Open Sans", Arial, sans-serif;
  color: #A2A2A2;
  text-transform: uppercase;
  padding-bottom: 15px;
  display: block;
}
#homepage-rooms .category-description .price span {
  font: 26px/33px "Sangbleu", Arial, sans-serif;
  color: #BDA17B;
  text-transform: none;
}
#homepage-rooms .category-description h1 {
  font: 30px/38px "Sangbleu", Arial, sans-serif;
  color: #fff;
  text-transform: none;
  display: block;
  padding-bottom: 15px;
}
#homepage-rooms .category-description h1:after {
  content: none;
}
@media (max-width: 767px) {
  #homepage-rooms .category-description h1 {
    font-size: 26px;
    line-height: 34px;
  }
}
#homepage-rooms .category-description .description-text {
  display: block;
  padding-bottom: 20px;
}
.anniversary #homepage-rooms .category-description .description-text {
  color: #fff;
}
#homepage-rooms .category-description .description-link {
  display: block;
}
#homepage-rooms .category-description .description-link a {
  color: #BDA17B;
  font-size: 14px;
  line-height: 22px;
}
#homepage-rooms .category-description .description-link a:hover {
  color: #fff;
  text-decoration: none;
}
#homepage-rooms .count-category {
  font-size: 0;
  position: relative;
}
#homepage-rooms .count-1 .item-1 {
  width: 100%;
  margin-bottom: 0;
}
#homepage-rooms .count-2 .item-1 {
  margin-right: 2%;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #homepage-rooms .count-2 .item-1 {
    margin-right: 0;
  }
}
#homepage-rooms .count-2 .item-2 {
  margin-bottom: 0;
}
#homepage-rooms .count-3 .item-1 {
  margin-right: 0;
  width: 100%;
}
#homepage-rooms .count-3 .item-2 {
  margin-right: 2%;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #homepage-rooms .count-3 .item-2 {
    margin-right: 0;
    margin-bottom: 2%;
  }
}
#homepage-rooms .count-3 .item-3 {
  margin-bottom: 0;
}
#homepage-rooms .count-4 .item-1 {
  margin-right: 2%;
}
@media (max-width: 767px) {
  #homepage-rooms .count-4 .item-1 {
    margin-right: 0;
  }
}
#homepage-rooms .count-4 .item-3 {
  margin-right: 2%;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #homepage-rooms .count-4 .item-3 {
    margin-right: 0;
  }
}
#homepage-rooms .count-4 .item-4 {
  margin-bottom: 0;
}
#homepage-rooms .count-5 .item-1 {
  margin-right: 2%;
}
@media (max-width: 767px) {
  #homepage-rooms .count-5 .item-1 {
    margin-right: 0;
  }
}
#homepage-rooms .count-5 .item-3 {
  width: 100%;
}
#homepage-rooms .count-5 .item-4 {
  margin-right: 2%;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #homepage-rooms .count-5 .item-4 {
    margin-right: 0;
    margin-bottom: 2%;
  }
}
#homepage-rooms .count-5 .item-5 {
  margin-bottom: 0;
}
#homepage-rooms .count-6 .item-1 {
  margin-right: 2%;
}
@media (max-width: 767px) {
  #homepage-rooms .count-6 .item-1 {
    margin-right: 0;
  }
}
#homepage-rooms .count-6 .item-3 {
  width: 100%;
}
#homepage-rooms .count-6 .item-4 {
  margin-right: 2%;
}
#homepage-rooms .count-6 .item-6 {
  width: 100%;
}

#home-gallery {
  margin-bottom: 50px;
}
#home-gallery:after {
  clear: both;
  content: "";
  display: table;
}
#home-gallery .photo {
  float: left;
}
#home-gallery .photo img {
  display: block;
}

.view-wrapper {
  text-align: center;
  position: relative;
}

.view-360 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.view-360 .block {
  width: calc(50% - 14px);
  height: 300px;
  display: block;
  margin: 7px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  .view-360 .block {
    width: 100%;
  }
}
.view-360 .block:before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.32);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: background 200ms ease-in-out;
}
.view-360 .block:hover:before {
  background: rgba(0, 0, 0, 0.42);
}
.view-360 .block .view-tour {
  font: 700 27px/27px "Open Sans", Arial, sans-serif;
  text-shadow: 2px 0 4px rgba(0, 0, 0, 0.5);
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.keyboard-navigation .view-360 .block .view-tour:focus {
  background: rgba(0, 0, 0, 0.9);
}
.view-360 .block .view-tour span {
  width: 90%;
  position: absolute;
  left: 50%;
  font-size: 18px;
  line-height: 23px;
  font-weight: normal;
  top: 50%;
  transform: translate(-50%, -50%);
}
.view-360 .block .view-tour:after {
  content: "";
  display: block;
  background: url("../images/360-mini.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  height: 17px;
  width: 27px;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 40%;
}

.block-list {
  margin-bottom: 20px;
}
.block-list .block-list-item {
  background: #fff;
  margin-bottom: 1px;
  overflow: hidden;
  font-size: 0;
}
@media (max-width: 767px) {
  .block-list .block-list-item {
    margin-bottom: 40px;
  }
}
.block-list .block-list-item .thumbnail {
  float: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 20px 20px 0;
  height: 300px;
  width: 50%;
  background-size: cover;
  background-position: 50% 50%;
}
@media (max-width: 767px) {
  .block-list .block-list-item .thumbnail {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.block-list .block-list-item .block-list-content {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 40%;
  font-size: 16px;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .block-list .block-list-item .block-list-content {
    width: 100%;
  }
}
.block-list .block-list-item .block-list-content h3 a {
  text-decoration: none;
}
.block-list .block-list-item .block-list-content nav a {
  border: 0;
  background: none;
  color: #4D3040;
  padding: 0;
  text-align: left;
  display: inline-block;
  font-size: 17px;
  height: auto;
  line-height: 30px;
  text-transform: none;
  margin-right: 10px;
  text-decoration: underline;
}
.block-list .block-list-item .block-list-content nav a:hover {
  color: #a53c89;
}
.block-list .block-list-item .block-list-content nav a:last-child {
  margin-right: 0;
}
.block-list.special .thumbnail {
  width: 100%;
  margin: 0 0 20px 0;
}
.block-list.special .block-list-content {
  width: 100%;
}
.block-list.special .button {
  font-size: 18px;
  padding: 0 10px;
  line-height: 40px;
  height: 40px;
}

.image-list {
  margin: 40px 0 0 -20px;
  overflow: hidden;
  font-size: 0;
}
.image-list:after {
  clear: both;
  content: "";
  display: table;
}
.image-list .image-list-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 370px;
  width: 48%;
  margin: 0 0 55px 2%;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .image-list .image-list-item {
    height: auto;
  }
}
@media (max-width: 767px) {
  .image-list .image-list-item {
    height: auto;
    width: 97%;
    margin: 0 0 20px 20px;
  }
}
.image-list .image-list-item .thumbnail {
  transform: scale(1);
  -ms-transform: scale(1);
  transition: all 350ms cubic-bezier(0.42, 0, 0.58, 1);
}
.image-list .image-list-item .description {
  overflow: hidden;
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  padding: 0 20px;
  text-align: center;
  background: rgba(77, 48, 64, 0.8);
  font-size: 14px;
  line-height: 1.5;
  color: #A2A2A2;
  font-weight: 400;
  transition: all 400ms ease-in-out;
}
.anniversary .image-list .image-list-item .description {
  color: #fff;
}
.image-list .image-list-item .description h4 {
  color: #fff;
  font-size: 18px;
}
.image-list .image-list-item .description p {
  margin-bottom: 15px;
}
.image-list .image-list-item .description a {
  color: #BDA17B;
}
.image-list .image-list-item .description a:hover {
  color: #fff;
}
.image-list .image-list-item .description nav a {
  display: block;
}
.image-list .image-list-item:hover .description {
  opacity: 1;
}
.image-list .image-list-item:hover .thumbnail {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.home .image-list .image-list-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 370px;
  width: 460px;
  margin: 0 0 55px 20px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .home .image-list .image-list-item {
    height: auto;
  }
}
@media (max-width: 767px) {
  .home .image-list .image-list-item {
    height: auto;
    width: 100%;
  }
}

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

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

.pressroom {
  position: relative;
}
.pressroom h1 {
  font: 36px/46px "Sangbleu", Arial, sans-serif;
  padding-bottom: 30px;
  text-align: center;
  color: #4D3040;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 767px) {
  .pressroom h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
.pressroom h1:after {
  content: "";
  height: 2px;
  width: 140px;
  background: #EEEEEE;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
.anniversary .pressroom h1:after {
  background: #4D3040;
}
.pressroom h2 {
  font: 200 italic 20px/27px "Open Sans", Arial, sans-serif;
  padding: 25px 0 25px;
  text-align: center;
  color: #A2A2A2;
  text-transform: none;
}
.anniversary .pressroom h2 {
  color: #4A4A4A;
}
.home .pressroom {
  max-width: 1060px;
  font-size: 0;
  margin: 90px auto 100px;
}
.home .pressroom .button-wrap {
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .home .pressroom {
    margin: 40px auto 20px;
  }
}
.home .pressroom .slick-list {
  margin: 0 -10px;
}
.home .pressroom .image-list-item {
  margin: 0 10px;
}
.pressroom .slideshow {
  overflow: hidden;
  text-align: center;
}
@media (max-width: 767px) {
  .pressroom .slideshow {
    left: 0;
    transform: translateX(0);
    -ms-transform: translateX(0);
    width: 100%;
  }
}
.pressroom .image-list .image-list-item {
  height: 370px;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .pressroom .image-list .image-list-item {
    height: auto;
  }
}
@media (max-width: 767px) {
  .pressroom .image-list .image-list-item {
    height: auto;
  }
}
.pressroom .pressroom-wrap {
  position: relative;
  height: 300px;
  width: 100%;
  overflow: hidden;
}
.pressroom .pressroom-wrap .thumbnail {
  background-size: cover;
  background-position: 50% 50%;
  font-size: 14px;
  height: 300px;
  overflow: hidden;
  position: relative;
  float: none;
  margin: 0;
  background-color: #4D3040;
  transform: scale(1);
  -ms-transform: scale(1);
  transition: all 350ms cubic-bezier(0.42, 0, 0.58, 1);
}
.pressroom .pressroom-wrap img {
  display: none;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.pressroom .category-selector {
  margin: 0 0 30px 20px;
  font-size: 0;
}
.pressroom .category-selector:after {
  clear: both;
  content: "";
  display: table;
}
.pressroom button {
  font: normal 22px/26px "Sangbleu", Arial, sans-serif;
  margin: 0 20px 20px 0;
  padding: 0 20px;
  height: 39px;
  border: 1px solid #EEEEEE;
  color: #fff;
  background: #4D3040;
  text-transform: none;
  transition: background-color 200ms, color 200ms;
}
.pressroom button:hover, .pressroom button.active {
  border-color: #4D3040;
  color: #4D3040;
  background: #fff;
}
@media (max-width: 767px) {
  .pressroom button {
    font-size: 18px;
    padding: 0 10px;
  }
}
.pressroom .pressroom-header {
  display: block;
  height: auto;
  padding: 20px 20px 20px 0;
  overflow: hidden;
  width: auto;
}
@media (max-width: 767px) {
  .pressroom .pressroom-header {
    width: 100%;
    padding: 20px 0 20px 0;
  }
}
.pressroom .pressroom-header .time {
  display: block;
  color: #4A4A4A;
  font-size: 14px;
  line-height: 24px;
  float: left;
  padding: 0 35px 0 0;
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .pressroom .pressroom-header .time {
    padding: 0 15px 0 0;
  }
}
.pressroom .pressroom-header h4 {
  display: block;
  color: #4D3040;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  float: left;
  width: 75%;
  text-align: left;
}
.pressroom .pressroom-header h4 a {
  text-decoration: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .pressroom .pressroom-header h4 {
    padding: 0 10px 0 0;
    font-size: 16px;
    line-height: 20px;
    float: none;
    width: auto;
  }
}
.pressroom .arrows button {
  background: url("../images/sprite.svg") 0 0 no-repeat;
  display: inline-block;
  width: 42px;
  height: 42px;
  margin: 25px 5px 0;
  overflow: hidden;
  text-indent: -100em;
  border: 0;
  position: absolute;
  top: 50%;
}
.pressroom .arrows button.slick-prev {
  left: -40px;
  background-position: 0 -140px;
}
.pressroom .arrows button.slick-prev:hover {
  background-position: -60px -140px;
}
.pressroom .arrows button.slick-prev:active {
  left: -41px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .pressroom .arrows button.slick-prev {
    left: 40px;
  }
  .pressroom .arrows button.slick-prev:active {
    left: 39px;
  }
}
@media (max-width: 767px) {
  .pressroom .arrows button.slick-prev {
    left: 40px;
  }
  .pressroom .arrows button.slick-prev:active {
    left: 39px;
  }
}
.pressroom .arrows button.slick-next {
  background-position: -180px -140px;
  right: -40px;
}
.pressroom .arrows button.slick-next:hover {
  background-position: -240px -140px;
}
.pressroom .arrows button.slick-next:active {
  right: -41px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .pressroom .arrows button.slick-next {
    right: 40px;
  }
  .pressroom .arrows button.slick-next:active {
    right: 39px;
  }
}
@media (max-width: 767px) {
  .pressroom .arrows button.slick-next {
    right: 40px;
  }
  .pressroom .arrows button.slick-next:active {
    right: 39px;
  }
}

.galleries {
  margin: 0 0 100px 0;
  text-align: center;
  font-size: 0;
}
@media (max-width: 767px) {
  .galleries {
    margin-bottom: 40px;
  }
}
.galleries .gallery, .galleries .video-gallery {
  height: 300px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .galleries .gallery, .galleries .video-gallery {
    padding: 0;
  }
}
.galleries .gallery.odd, .galleries .gallery.even, .galleries .video-gallery.odd, .galleries .video-gallery.even {
  width: calc(50% - 10px);
}
@media (max-width: 767px) {
  .galleries .gallery.odd, .galleries .gallery.even, .galleries .video-gallery.odd, .galleries .video-gallery.even {
    width: 100%;
  }
}
.galleries .gallery.odd, .galleries .video-gallery.odd {
  margin-left: 0;
}
.galleries .gallery.even, .galleries .video-gallery.even {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .galleries .gallery.even, .galleries .video-gallery.even {
    margin-left: 0;
  }
}
.galleries .gallery .thumbnail, .galleries .video-gallery .thumbnail {
  background-size: cover;
  background-position: 50% 50%;
  height: 300px;
  overflow: hidden;
  position: relative;
  float: none;
  margin: 0;
}
.galleries .gallery .thumbnail:after, .galleries .video-gallery .thumbnail:after {
  content: "";
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.galleries .gallery h3, .galleries .video-gallery h3 {
  font: 30px/38px "Sangbleu", Arial, sans-serif;
  color: #fff;
  text-transform: none;
  padding: 0;
}
.galleries .gallery:hover .centered-heading, .galleries .video-gallery:hover .centered-heading {
  display: none;
}
.galleries .gallery .centered-heading, .galleries .video-gallery .centered-heading {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .galleries .gallery .vertical:before, .galleries .video-gallery .vertical:before {
    height: 0;
  }
}
.galleries .video-gallery h3 {
  margin-top: 90px;
}
@media (max-width: 767px) {
  .galleries .video-gallery .description.vertical .centered {
    position: absolute;
    top: 50%;
    left: 0;
  }
}

#hebs-gallery .category-selector {
  color: #4A4A4A;
  background: #eee;
}

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

.form {
  display: block;
  margin-bottom: 20px;
}
.form .newList a {
  text-align: left;
}
.form h3 {
  text-align: left;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.form label {
  width: 40%;
  line-height: 1.2;
  margin: 10px 20px 0 0;
  float: left;
  text-align: right;
}
@media (max-width: 767px) {
  .form label {
    display: block;
    float: none;
    margin: 0 0 10px;
    text-align: left;
    width: auto;
  }
}
.form label em {
  color: #b31919;
  font-size: 16px;
  font-weight: normal;
  line-height: 10px;
  padding-right: 5px;
}
.form label.checkbox-label {
  margin: 0 auto;
  float: none;
  display: block;
  width: 60%;
  text-align: left;
}
@media (max-width: 767px) {
  .form label.checkbox-label {
    width: 100%;
  }
}
.form p {
  margin-bottom: 10px;
}
.form p:after {
  content: "";
  display: table;
  clear: both;
}
.form p .ui-datepicker-trigger {
  margin-top: 13px;
}
@media (max-width: 767px) {
  .form p .ui-datepicker-trigger {
    display: none;
  }
}
.form p span {
  float: left;
  margin: 0 10px 0 0;
}
.form p span.checkbox-group {
  margin-bottom: 10px;
}
.form p span input {
  display: inline;
  float: none;
  margin: 0;
}
.form p span label {
  display: inline;
  float: none;
  width: auto;
  text-align: left;
}
.form p span.group label {
  display: block;
}
.form p span.group label input {
  margin-right: 0.4em;
}
.form input[type=text],
.form input[type=date],
.form textarea,
.form .selectedTxt {
  color: #53565a;
  height: 40px;
  padding: 0 10px;
  resize: none;
  width: 250px;
  box-sizing: border-box;
  border: 1px solid #EEEEEE;
  font: 14px/40px "Open Sans", Arial, sans-serif;
}
@media (max-width: 767px) {
  .form input[type=text],
  .form input[type=date],
  .form textarea,
  .form .selectedTxt {
    margin-bottom: 10px;
    padding: 0 30px 0 10px;
    width: 100%;
    text-align: left;
  }
}
.form textarea {
  height: 100px;
  overflow: auto;
  line-height: 20px;
  padding: 10px 10px;
}
.form input[type=checkbox],
.form input[type=radio] {
  width: 14px;
  height: 14px;
  padding: 0;
  vertical-align: top;
  margin-top: 1px;
}
.form .newListSelected {
  width: 250px;
  float: left;
}
@media (max-width: 767px) {
  .form .newListSelected {
    float: none;
    width: 100%;
  }
}
.form input.date-pick {
  width: 100px;
  float: left;
}
@media (max-width: 767px) {
  .form input.date-pick {
    float: none;
    display: block;
    width: 100%;
  }
}
.form a.dp-choose-date {
  float: left;
  position: static;
  margin: 13px 0 0 6px;
}
.form .controls p {
  padding: 20px 0 0 40%;
  width: auto;
  background: none;
}
@media (max-width: 767px) {
  .form .controls p {
    padding: 0;
    text-align: center;
  }
}
.form .controls .button {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .form .controls .button {
    display: inline-block;
    margin: 0;
  }
}
.form .g-recaptcha > div {
  margin: 0 auto 20px;
}

#newsletter-form .group {
  text-align: center;
}
#newsletter-form .checkbox-label {
  display: inline-flex;
  justify-content: center;
}
#newsletter-form .checkbox-label input {
  margin-right: 5px;
  margin-top: 5px;
}

.poi {
  padding-bottom: 100px;
  text-align: center;
}
.home .poi {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .poi {
    padding-bottom: 40px;
  }
}
.poi h1 {
  font: 36px/46px "Sangbleu", Arial, sans-serif;
  padding-bottom: 30px;
  text-align: center;
  color: #4D3040;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 767px) {
  .poi h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
.poi h1:after {
  content: "";
  height: 2px;
  width: 140px;
  background: #EEEEEE;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
.anniversary .poi h1:after {
  background: #4D3040;
}
.poi h2 {
  font: 200 italic 20px/27px "Open Sans", Arial, sans-serif;
  padding: 25px 0 25px;
  text-align: center;
  color: #A2A2A2;
  text-transform: none;
}
.anniversary .poi h2 {
  color: #4A4A4A;
}
.poi .poi-map-wrapper {
  position: relative;
  height: 600px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .poi .poi-map-wrapper {
    height: 100%;
  }
}
.poi .poi-navigation {
  position: absolute;
  top: 0;
  right: 0;
  width: 380px;
  height: 100%;
  background: #fdfdfd;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 8;
}
@media (max-width: 767px) {
  .poi .poi-navigation {
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 0;
  }
}
.poi .intro {
  background: #4D3040;
  position: relative;
  text-align: center;
  font-family: "Open Sans", Arial, sans-serif;
  padding: 30px;
}
.anniversary .poi .intro {
  background: #4D3040 url("../images/anniversary-poi.png") no-repeat;
  background-size: cover;
}
.poi .intro h4 {
  position: relative;
}
.poi .intro .views {
  display: none;
  text-align: center;
  margin-bottom: 20px;
}
.poi .intro .views > button {
  color: #343A42;
  display: inline-block;
  font: bold 14px/3 "Open Sans", Arial, sans-serif;
  position: relative;
  margin: 0 10px;
  text-transform: uppercase;
}
.poi .intro .views > button:hover, .poi .intro .views > button.active {
  color: #F6A381;
}
.poi .intro .views > button:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
}
.poi .intro .views > button.distance-view:after {
  width: 17px;
  height: 17px;
  margin-top: -8px;
  background-position: -74px -220px;
}
.poi .intro .views > button.distance-view:hover:after, .poi .intro .views > button.distance-view.active:after {
  background-position: -111px -220px;
}
.poi .intro .views > button.list-view:after {
  width: 17px;
  height: 12px;
  margin-top: -6px;
  background-position: 0 -220px;
}
.poi .intro .views > button.list-view:hover:after, .poi .intro .views > button.list-view.active:after {
  background-position: -37px -220px;
}
.poi .category-selector {
  text-align: center;
  position: relative;
  z-index: 9;
  margin: 34px 38px 0 38px;
  background: none;
}
@media (max-width: 767px) {
  .poi .category-selector {
    margin: 34px 20px 38px 20px;
  }
}
.poi .category-selector h6 {
  display: block;
  margin-bottom: 20px;
  font: 500 16px/22px "Open Sans", Arial, sans-serif;
  text-transform: uppercase;
  color: #4D3040;
  text-align: left;
}
.poi .category-selector button {
  display: none;
}
.poi .category-selector .select {
  position: relative;
  top: 0;
  text-align: left;
}
.poi .category-selector .select .ui-selectmenu-button {
  font: 200 18px/24px "Open Sans", Arial, sans-serif;
  color: #4A4A4A;
  background: #EEEEEE;
  text-transform: none;
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 40px 0 20px;
  width: 100% !important;
  border: 0;
}
.poi .category-selector .select .ui-selectmenu-button:after {
  top: 18px;
  right: 14px;
}
.poi .poi-maps-container {
  margin-bottom: 40px;
  position: absolute;
  top: 0;
  left: 0;
  right: 380px;
  height: 100%;
  width: auto;
  overflow: hidden;
}
@media (max-width: 767px) {
  .poi .poi-maps-container {
    margin-bottom: 20px;
    height: 400px;
    right: 0;
    position: relative;
    display: block;
  }
}
.poi .poi-maps-container .poi-map-canvas {
  position: absolute;
  left: 0;
  top: -100%;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.poi .poi-maps-container .poi-map-canvas.visible {
  top: 0;
}
.poi .poi-maps-container .poi-map-canvas .map-popup {
  overflow: hidden;
}
.poi td, .poi th, .poi caption {
  padding-left: 18px;
  padding-right: 18px;
}

.poi .categories {
  display: block;
  text-align: left;
  margin: 40px 38px 20px;
  max-height: 255px;
  overflow-y: auto;
}
.custom-scrollbars .poi .categories {
  overflow: visible;
}
@media (max-width: 767px) {
  .poi .categories {
    display: none;
  }
}
.additional-content-block .poi .categories {
  max-height: 350px;
}
.poi .categories.expanded {
  display: block;
}
.poi .categories .categories-wrapper {
  position: absolute;
  top: 120px;
  left: 40px;
  right: 40px;
  bottom: 55px;
}
.poi .categories .point {
  display: block;
  text-align: left;
  margin-bottom: 20px;
  padding: 0 20px 0 0;
  width: 100%;
}
.poi .categories .point .point-name,
.poi .categories .point .point-distance,
.poi .categories .point .point-address {
  font: 500 16px/22px "Open Sans", Arial, sans-serif;
  color: #4D3040;
  cursor: default;
}
.poi .categories .point .point-name {
  cursor: pointer;
  text-transform: uppercase;
}
.poi .categories .point .point-name:hover {
  color: #A2A2A2;
}
.poi .categories .point .point-distance {
  color: #656565;
}
.poi .categories .point .point-address {
  font: 200 italic 14px/19px "Open Sans", Arial, sans-serif;
  color: #656565;
  display: block;
}
.poi .categories .category {
  display: none;
}
.poi .categories .category.visible {
  display: block;
}
.poi .categories .category.hidden {
  display: none;
}
.poi .categories .category table {
  width: 100%;
  margin: 0;
}
.poi .categories .category table th {
  white-space: nowrap;
}
.poi .categories .category table td.center {
  text-align: center;
}
.poi .categories .category table td.title {
  text-align: left;
}
@media (max-width: 767px) {
  .poi .categories .category table th {
    display: none;
  }
  .poi .categories .category table td {
    border-left: none;
    border-right: none;
  }
  .poi .categories .category table td.not-important {
    display: none;
  }
}
.poi .categories .category .expand-description {
  color: #667885;
  text-decoration: underline;
  transition: color 200ms;
  cursor: pointer;
}
.poi .categories .category .expand-description:hover {
  color: #F6A381;
}
.poi .categories .category tr.description {
  display: none;
}
.poi .categories .category tr.description.visible {
  display: table-row;
}
.poi .categories .category tr.description .thumbnail {
  margin-bottom: 0;
}
.poi .categories .category tr.description p {
  margin: 0 0 10px;
  font-size: 12px;
}
.poi .categories .category tr.description nav > * {
  margin-left: 10px;
}
.poi .categories .category tr.description nav > *:first-child {
  margin-left: 0;
}

.poi-slider-container {
  color: #667885;
  font: 12px/1 "Open Sans", Arial, sans-serif;
  height: 72px;
  margin: 0 auto;
  max-width: 300px;
  position: relative;
  text-align: left;
  z-index: 10;
}
@media (max-width: 767px) {
  .poi-slider-container {
    padding-bottom: 30px;
    margin-bottom: 20px;
    max-width: 100%;
  }
}
.poi-slider-container .heading {
  font: 200 18px/24px "Open Sans", Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 46px;
  color: #a2a2a2;
}
.anniversary .poi-slider-container .heading {
  color: #fff;
}
.poi-slider-container .heading strong {
  font-weight: 500;
  color: #eeeeee;
}
@media (max-width: 767px) {
  .poi-slider-container .heading {
    font-size: 20px;
  }
}
.poi-slider-container .info {
  color: #A2A2A2;
  text-transform: uppercase;
  font: 200 11px/15px "Open Sans", Arial, sans-serif;
}
.poi-slider-container .info:after {
  clear: both;
  content: "";
  display: table;
}
.anniversary .poi-slider-container .info {
  color: #fff;
}
.poi-slider-container .info.left {
  float: left;
}
.poi-slider-container .info.right {
  float: right;
}

.poi-slider {
  border: 1px solid #E1E1E1;
  border-radius: 2px;
  height: 2px;
  margin-bottom: 10px;
  position: relative;
  z-index: 10;
}
.poi-slider:before {
  content: "";
  background: url("../images/sprite.svg") no-repeat 0 -318px;
  display: block;
  width: 14px;
  height: 18px;
  left: 0;
  top: -24px;
  position: absolute;
  z-index: 20;
}
.anniversary .poi-slider:before {
  background: url("../images/sprite.svg") no-repeat -72px -318px;
}
.poi-slider .ui-slider-range {
  background: #BDA17B;
  border-radius: 2px;
  border: 1px solid #BDA17B;
  height: 100%;
  left: 0;
  position: absolute;
  top: -1px;
}
.poi-slider .ui-slider-handle {
  background: url("../images/sprite.svg") no-repeat -34px -310px;
  height: 26px;
  cursor: grab;
  margin: -26px 0 0 -7px;
  position: absolute;
  width: 15px;
  z-index: 20;
}
.poi-slider .ui-slider-handle:active {
  cursor: grabbing;
}

.poi .hotels {
  display: none;
}

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

#calendar-links {
  float: left;
  padding-top: 10px;
}
@media (max-width: 767px) {
  #calendar-links {
    overflow: hidden;
    margin-bottom: 20px;
  }
}
#calendar-links li {
  float: left;
}
#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;
}

#calendar-views {
  float: left;
  padding-top: 10px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  #calendar-views {
    display: none;
  }
}
#calendar-views li {
  float: left;
}
#calendar-views a {
  display: block;
  font: 12px/20px "Open Sans", Arial, sans-serif;
  margin-right: 20px;
  padding-left: 30px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
#calendar-views a.active, #calendar-views a:hover {
  color: #A2A2A2;
}
#calendar-views a:before {
  background: url("../images/common.svg") 0 0 no-repeat;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 0;
  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-filter {
  float: right;
}
#calendar-filter .selectedTxt {
  min-width: 150px;
}

#calendar-breadcrumb {
  margin-bottom: 20px;
  font-size: 14px;
}
#calendar-breadcrumb:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #calendar-breadcrumb {
    display: none;
  }
}
#calendar-breadcrumb dt, #calendar-breadcrumb dd {
  float: left;
  margin-right: 10px;
}

#calendar-year {
  margin-bottom: 20px;
}
#calendar-year:after {
  clear: both;
  content: "";
  display: table;
}
@media (max-width: 767px) {
  #calendar-year {
    display: none;
  }
}
#calendar-year li {
  float: left;
}
#calendar-year a {
  display: block;
  padding: 5px;
  margin-right: 1px;
  text-decoration: none;
  border-bottom: 1px solid #A2A2A2;
  color: #A2A2A2;
}
#calendar-year a:hover {
  border-color: #4D3040;
  color: #4D3040;
}
#calendar-year .active a {
  border-color: #4D3040;
  color: #4D3040;
}

#calendar-month {
  height: 40px;
  margin-bottom: 10px;
  position: relative;
  text-align: justify;
  text-justify: newspaper;
}
#calendar-month:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  height: 0;
}
#calendar-month li {
  display: inline;
}
@media (max-width: 767px) {
  #calendar-month li {
    display: none;
  }
}
@media (max-width: 767px) {
  #calendar-month li.prev, #calendar-month li.current, #calendar-month li.next {
    display: block;
    float: left;
    width: 33%;
  }
}
#calendar-month a {
  display: inline-block;
  font: 400 12px/40px "Open Sans", Arial, sans-serif;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: top;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #calendar-month a {
    padding: 0 5px;
    font-size: 9px;
  }
}
@media (max-width: 767px) {
  #calendar-month a {
    display: block;
    font-size: 12px;
    text-align: center;
  }
}
#calendar-month a:hover {
  color: #A2A2A2;
}
#calendar-month a.active {
  background: #4D3040;
  color: #fff;
}
#calendar-month a.active:hover {
  background: #A2A2A2;
}

#calendar-navigation {
  display: block;
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
#calendar-navigation h2 {
  font: 400 18px/40px "Open Sans", Arial, sans-serif;
  overflow: hidden;
  padding: 0 40px;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}
#calendar-navigation a.prev, #calendar-navigation a.next {
  position: absolute;
  top: 50%;
  width: 11px;
  height: 18px;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
  margin: -9px 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;
}
#calendar-week:after,
#calendar-days:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  height: 0;
}
#calendar-week li,
#calendar-days li {
  display: inline-block;
  width: 13%;
}

#calendar-week {
  height: 40px;
  line-height: 40px;
}
@media (max-width: 767px) {
  #calendar-week {
    display: none;
  }
}
#calendar-week li {
  box-sizing: border-box;
  font: 400 13px/1 "Open Sans", Arial, sans-serif;
  padding-left: 1em;
  text-align: center;
  text-transform: uppercase;
}

#calendar-days {
  position: relative;
}
#calendar-days li {
  background: #fafafa;
  margin: 0 0 1em;
  min-height: 8em;
  text-align: left;
  -moz-text-align-last: left;
       text-align-last: left;
  vertical-align: top;
  position: static;
}
@media (max-width: 767px) {
  #calendar-days li {
    width: 100%;
    min-height: 0 !important;
    height: auto !important;
  }
}
#calendar-days li time a {
  display: block;
  font-size: 11px;
  padding: 0.5em 1em;
  text-align: center;
  text-decoration: none;
}
#calendar-days li time a:hover {
  color: #fff;
  background: #4D3040;
}
#calendar-days li.prev_month, #calendar-days li.next_month {
  background: #fff;
}
#calendar-days li.prev_month time a, #calendar-days li.next_month time a {
  color: #999;
}
#calendar-days li.prev_month time a:hover, #calendar-days li.next_month time a:hover {
  color: #4a4a4a;
  background: #eee;
}
#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 (max-width: 767px) {
  #calendar-days dl {
    height: 3em;
    margin: 0 !important;
  }
}
@media (max-width: 767px) {
  #calendar-days dl.hide {
    display: block !important;
  }
}
#calendar-days dt {
  position: relative;
}
@media (max-width: 767px) {
  #calendar-days dt {
    width: 100% !important;
  }
}
#calendar-days dt a {
  color: #fff;
  display: block;
  font: 12px/1.8em "Open Sans", Arial, sans-serif;
  height: 1.8em;
  overflow: hidden;
  padding: 0 0.5em 0 1em;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: auto;
}
@media (max-width: 767px) {
  #calendar-days dt a {
    height: 2.8em;
    line-height: 2.8em;
  }
}
#calendar-days dl.w1 dt {
  width: 100%;
}
#calendar-days dl.w2 dt {
  width: 211.55%;
}
#calendar-days dl.w3 dt {
  width: 323.1%;
}
#calendar-days dl.w4 dt {
  width: 434.65%;
}
#calendar-days dl.w5 dt {
  width: 546.2%;
}
#calendar-days dl.w6 dt {
  width: 657.75%;
}
#calendar-days dl.w7 dt {
  width: 769.3%;
}
#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 {
  background: rgba(77, 48, 64, 0.9);
  bottom: 20px;
  color: #fff;
  font-size: 12px;
  left: 0;
  margin-bottom: 10px;
  padding: 20px;
  position: absolute;
  text-align: left;
  transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  visibility: hidden;
  width: 200px;
  z-index: 99;
}
@media (max-width: 767px) {
  #calendar-days dl dd {
    display: none !important;
  }
}
#calendar-days dl dd:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  height: 0;
  width: 0;
  margin-left: -14px;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  border-top: 14px solid rgba(77, 48, 64, 0.9);
}
#calendar-days dl dd h3 {
  color: #fff;
  margin-bottom: 10px;
  font: 15px/1.5 "Sangbleu", Arial, sans-serif;
  text-transform: uppercase;
}
#calendar-days dl dd img {
  height: auto;
  width: 100%;
}
#calendar-days dl dd p {
  padding: 10px 0 10px 0;
  width: 100%;
}
#calendar-days dl dd a {
  display: block;
  color: #fff;
}
#calendar-days dl dd a:hover {
  text-decoration: none;
}
#calendar-days dl dd a img {
  display: block;
}
#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, #calendar.list-view h3 a {
  text-decoration: none;
}

#calendar.single-event .thumbnail, #calendar.list-view .thumbnail {
  float: left;
  vertical-align: top;
  position: relative;
  margin: 0 20px 20px 0;
  height: 300px;
  width: 50%;
  background-size: cover;
  background-position: 50% 50%;
}
@media (max-width: 767px) {
  #calendar.single-event .thumbnail, #calendar.list-view .thumbnail {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

#calendar .dates,
#calendar .attachment {
  font-style: italic;
  font-size: 0.9em;
}

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

.acm-block:nth-child(even) {
  background: #fff;
}

.acm-tiles {
  padding: 100px 0;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .acm-tiles {
    padding: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .acm-tiles .center-column {
    padding: 0;
  }
}
.acm-tiles.active h3:after {
  transform: rotate(180deg);
}
@media only screen and (max-width: 1023px) {
  .acm-tiles.active .acm-tiles-wrapper {
    max-height: 5000px;
  }
}
.acm-tiles h3 {
  font: 36px "Sangbleu", Arial, sans-serif;
  text-transform: uppercase;
  color: #4D3040;
  margin-bottom: 50px;
}
.acm-tiles h3:after {
  content: "";
  display: none;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 23px;
  right: 10%;
  background: url("../images/sprite.svg") 15px -411px no-repeat;
  transition: transform 200ms ease;
}
@media only screen and (max-width: 1023px) {
  .acm-tiles h3 {
    margin-bottom: 0;
    background-color: #4D3040;
    color: #fff;
    cursor: pointer;
    padding: 20px 0;
    position: relative;
  }
  .acm-tiles h3:after {
    display: block;
  }
}
.acm-tiles .acm-tiles-wrapper {
  text-align: left;
  font-size: 0;
  overflow: hidden;
  transition: max-height 500ms ease;
}
@media only screen and (max-width: 1023px) {
  .acm-tiles .acm-tiles-wrapper {
    max-height: 0;
    padding: 0 20px;
    margin: 12px 0;
  }
}
.acm-tiles .acm-tile {
  display: inline-block;
  width: calc(50% - 10px);
  margin: 0 0 40px 0;
  vertical-align: top;
}
.acm-tiles .acm-tile:after {
  clear: both;
  content: "";
  display: table;
}
.acm-tiles .acm-tile:nth-child(odd) {
  margin-right: 20px;
}
@media only screen and (max-width: 1023px) {
  .acm-tiles .acm-tile {
    width: 100%;
  }
}
.acm-tiles .acm-tile .thumbnail {
  width: 100%;
  height: 300px;
  margin-bottom: 28px;
  background-size: cover;
  background-position: center center;
}
.acm-tiles .acm-tile h4 {
  float: left;
  font: 36px "Sangbleu", Arial, sans-serif;
  color: #4D3040;
  width: 45%;
}
@media (max-width: 767px) {
  .acm-tiles .acm-tile h4 {
    width: 100%;
    float: none;
  }
}
.acm-tiles .acm-tile p,
.acm-tiles .acm-tile .acm-tile-link {
  float: right;
  clear: right;
  font-size: 16px;
  width: 45%;
  margin: 0;
}
@media (max-width: 767px) {
  .acm-tiles .acm-tile p,
  .acm-tiles .acm-tile .acm-tile-link {
    width: 100%;
    float: none;
  }
}
.acm-tiles .acm-tile .acm-tile-link {
  margin-top: 10px;
}

.acm-testimonials {
  padding: 70px 0 60px;
}
@media (max-width: 767px) {
  .acm-testimonials {
    margin-bottom: 40px;
  }
}
.acm-testimonials h3 {
  font: 36px/46px "Sangbleu", Arial, sans-serif;
  padding-bottom: 30px;
  text-align: center;
  color: #4D3040;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 767px) {
  .acm-testimonials h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
.acm-testimonials h3:after {
  content: "";
  height: 2px;
  width: 140px;
  background: #4D3040;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
.acm-testimonials h4 {
  font: 200 italic 20px/27px "Open Sans", Arial, sans-serif;
  padding: 25px 0 25px;
  text-align: center;
  color: #4A4A4A;
  text-transform: none;
}

#testimonials-slider {
  position: relative;
  overflow: hidden;
  height: 390px;
}
#testimonials-slider .slideshow {
  height: 380px;
  font-size: 0;
  left: 50%;
  overflow: hidden;
  position: relative;
  text-align: center;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 1600px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #testimonials-slider .slideshow {
    width: 100%;
    transform: none;
    -ms-transform: none;
    left: auto;
  }
}
@media (max-width: 767px) {
  #testimonials-slider .slideshow {
    width: 100%;
    transform: none;
    -ms-transform: none;
    left: auto;
  }
}
#testimonials-slider .slick-track {
  margin: 0 auto;
}
@media (max-width: 767px) {
  #testimonials-slider .slick-track .promo {
    width: 100%;
    margin: 0 10px;
  }
}
#testimonials-slider .acm-testimonial {
  position: relative;
  width: 320px;
  height: 380px;
  display: inline-block;
  vertical-align: top;
  padding: 10px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  #testimonials-slider .acm-testimonial {
    width: 96%;
    margin: 0 10px;
  }
}
#testimonials-slider .acm-testimonial.slick-center .inner-wrapper {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#testimonials-slider .acm-testimonial .inner-wrapper {
  background: #4D3040;
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  padding: 20px;
  transition: all 200ms ease;
}
#testimonials-slider .acm-testimonial .content-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: auto;
}
@media only screen and (max-width: 1023px) {
  #testimonials-slider .acm-testimonial .content-wrapper {
    width: 80%;
  }
}
#testimonials-slider .acm-testimonial h5 {
  margin-bottom: 8px;
  font: 26px/33px "Sangbleu", Arial, sans-serif;
  color: #fff;
}
#testimonials-slider .acm-testimonial h5 a {
  color: inherit;
  text-decoration: none;
}
#testimonials-slider .acm-testimonial p {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  overflow: hidden;
}
#testimonials-slider .acm-testimonial p.name {
  margin-top: 15px;
}
#testimonials-slider .arrows {
  max-width: none;
  min-width: 0;
  top: 50%;
  margin-top: -20px;
  width: 100%;
  position: absolute;
}
#testimonials-slider .arrows button {
  width: 30px;
  height: 40px;
  text-indent: -999em;
  position: absolute;
  background: #000 url("../images/sprite.svg") 0 0 no-repeat;
}
#testimonials-slider .arrows button.slick-prev {
  background-position: 5px -70px;
  left: 5%;
}
#testimonials-slider .arrows button.slick-prev:hover {
  background-position: -37px -70px;
}
#testimonials-slider .arrows button.slick-prev:active {
  background-position: -38px -70px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #testimonials-slider .arrows button.slick-prev {
    left: 20px;
  }
}
@media (max-width: 767px) {
  #testimonials-slider .arrows button.slick-prev {
    left: 6%;
  }
}
#testimonials-slider .arrows button.slick-next {
  background-position: -120px -70px;
  right: 5%;
}
#testimonials-slider .arrows button.slick-next:hover {
  background-position: -162px -70px;
}
#testimonials-slider .arrows button.slick-next:active {
  background-position: -161px -70px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #testimonials-slider .arrows button.slick-next {
    right: 20px;
  }
}
@media (max-width: 767px) {
  #testimonials-slider .arrows button.slick-next {
    right: 6%;
  }
}

.menu-tabs-block-acm {
  margin-bottom: 100px;
}
.menu-tabs-block-acm .menu-tabs-block-title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.menu-tabs-block-acm .tabs {
  position: relative;
  z-index: 6;
}
.menu-tabs-block-acm .tabs-titles {
  position: relative;
  margin: 0 0 40px;
  z-index: 20;
}
.menu-tabs-block-acm .tabs-titles ul {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
}
.menu-tabs-block-acm .tabs-titles li.tab-title {
  order: 2;
  display: block;
  transition: all 1s;
}
.menu-tabs-block-acm .tabs-titles li.tab-title.active .button {
  background-color: #fff;
  color: #4D3040;
}
.menu-tabs-block-acm .tabs-titles .button {
  margin: 0 5px 10px;
}
@media (max-width: 767px) {
  .menu-tabs-block-acm .tabs-titles {
    height: 54px;
    margin: 0 0 40px;
  }
  .menu-tabs-block-acm .tabs-titles ul {
    position: relative;
    flex-direction: column;
  }
  .menu-tabs-block-acm .tabs-titles ul::after {
    content: "";
    position: absolute;
    top: 16px;
    right: 20px;
    display: block;
    width: 12px;
    height: 12px;
    border-right: 1px solid #4D3040;
    border-bottom: 1px solid #4D3040;
    transform: rotate(45deg);
    pointer-events: none;
    z-index: 201;
  }
  .menu-tabs-block-acm .tabs-titles li.tab-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
  }
  .menu-tabs-block-acm .tabs-titles li.tab-title.active {
    order: 1;
    position: relative !important;
    z-index: 10;
  }
  .menu-tabs-block-acm .tabs-titles .button {
    margin: 0;
    width: 100%;
  }
  .menu-tabs-block-acm .tabs-titles.opened ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .menu-tabs-block-acm .tabs-titles.opened li.tab-title {
    position: relative;
    top: auto;
    z-index: 10;
  }
}
.menu-tabs-block-acm .tabs-content {
  position: relative;
  width: 100%;
  height: 100%;
  transition: 0.4s;
  z-index: 10;
  overflow: hidden;
}
.menu-tabs-block-acm .tabs-content .tabs-content-item {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: 0.4s;
}
.menu-tabs-block-acm .tabs-content .tabs-content-item.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
.menu-tabs-block-acm .tabs-content p.tabs-content-item-descr {
  margin-bottom: 30px;
  max-width: 70%;
  text-align: center;
}
@media (max-width: 767px) {
  .menu-tabs-block-acm .tabs-content p.tabs-content-item-descr {
    max-width: auto;
    width: 100%;
  }
}
.menu-tabs-block-acm .menu-block {
  width: 46%;
  min-width: 400px;
  margin-right: auto;
  padding: 0 2% 40px;
  text-align: left;
}
@media (max-width: 767px) {
  .menu-tabs-block-acm .menu-block {
    width: 100%;
    min-width: auto;
  }
}
.menu-tabs-block-acm .menu-block h2 {
  color: #4D3040;
  -moz-text-align-last: left;
       text-align-last: left;
}
.menu-tabs-block-acm .menu-block h2 span {
  display: block;
  font-size: 0.8em;
}
.menu-tabs-block-acm .menu-block h3 {
  margin-bottom: 0;
  text-transform: uppercase;
}
.menu-tabs-block-acm .menu-block .dish {
  margin-bottom: 20px;
}
.menu-tabs-block-acm .menu-block .dish p {
  margin-bottom: 0;
}
.menu-tabs-block-acm .menu-block .dish .dish-ingredients {
  margin: 6px 0;
  font-size: 0.8em;
}
.menu-tabs-block-acm .menu-link {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}
.menu-tabs-block-acm .menu-link .button {
  display: inline-block;
}

.acm-block-layout.audio-block {
  display: block;
  width: 100%;
  min-height: 60px;
  margin: 20px 0 40px;
  text-align: center;
}
.acm-block-layout.audio-block img {
  width: 100%;
  max-width: 300px;
}
.acm-block-layout.audio-block figure {
  display: flex;
  justify-content: center;
  align-items: center;
}
.acm-block-layout.audio-block .play-audio {
  position: relative;
  display: block;
  padding: 0 20px 0 62px;
  color: #fff;
  line-height: 54px;
  border: 2px solid #4D3040;
  background-color: #4D3040;
  text-transform: uppercase;
  z-index: 10;
}
.acm-block-layout.audio-block .play-audio::before {
  content: "";
  position: absolute;
  top: 0;
  left: 16px;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 12px 0;
  font-size: 0;
  border-radius: 50%;
  background: #4D3040 url(../images/audio-icon.svg) 50% 50% no-repeat;
  background-size: 26px 26px;
}
.acm-block-layout.audio-block .play-audio:hover {
  color: #4D3040;
  background-color: #fff;
}
.acm-block-layout.audio-block audio {
  position: relative;
  display: none;
  opacity: 0;
  transition: opacity 0.4s;
  z-index: 20;
}
.acm-block-layout.audio-block.audio-show .play-audio {
  font-size: 0;
  padding: 0 20px 0 40px;
  background-color: #fff;
  border-color: #fff;
}
.acm-block-layout.audio-block.audio-show .play-audio::before {
  background: #4D3040 url(../images/close-light.svg) 50% 50% no-repeat;
}
.acm-block-layout.audio-block.audio-show audio {
  display: block;
  opacity: 1;
}

#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: 17px;
  height: 17px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
  background: url("../images/common.svg") 0 0 no-repeat;
}
@media (max-width: 767px) {
  #popup .popup-close {
    top: 1%;
  }
}

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

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

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

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

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

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

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

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

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

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

.rooms-icon-parking3:before {
  content: "\e94d";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rooms-icon-smoke-free .path1:before {
  content: "\e90a";
  color: rgb(0, 0, 0);
}

.rooms-icon-smoke-free .path2:before {
  content: "\e94e";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.rooms-icon-smoke-free .path3:before {
  content: "\e94f";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.rooms-icon-smoke-free .path4:before {
  content: "\e950";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rooms-icon-parking .path1:before {
  content: "\e920";
  color: rgb(0, 0, 0);
}

.rooms-icon-parking .path2:before {
  content: "\e951";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.rooms-icon-parking .path3:before {
  content: "\e952";
  margin-left: -1em;
  color: rgb(1, 1, 1);
}

.rooms-icon-parking .path4:before {
  content: "\e953";
  margin-left: -1em;
  color: rgb(1, 1, 1);
}

.rooms-icon-parking .path5:before {
  content: "\e954";
  margin-left: -1em;
  color: rgb(1, 1, 1);
}

.rooms-icon-parking .path6:before {
  content: "\e955";
  margin-left: -1em;
  color: rgb(1, 1, 1);
}

.rooms-icon-parking .path7:before {
  content: "\e956";
  margin-left: -1em;
  color: rgb(1, 1, 1);
}

.rooms-icon-parking .path8:before {
  content: "\e957";
  margin-left: -1em;
  color: rgb(1, 1, 1);
}

.rooms-icon-parking .path9:before {
  content: "\e958";
  margin-left: -1em;
  color: rgb(1, 1, 1);
}

.rooms-icon-parking .path10:before {
  content: "\e959";
  margin-left: -1em;
  color: rgb(1, 1, 1);
}

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

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

.rooms-icon-landmark .path1:before {
  content: "\e923";
  color: rgb(29, 29, 27);
}

.rooms-icon-landmark .path2:before {
  content: "\e95a";
  margin-left: -1em;
  color: rgb(29, 29, 27);
}

.rooms-icon-landmark .path3:before {
  content: "\e95b";
  margin-left: -1em;
  color: rgb(29, 29, 27);
}

.rooms-icon-landmark .path4:before {
  content: "\e95c";
  margin-left: -1em;
  color: rgb(29, 30, 28);
}

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

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

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

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

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

.rooms-icon-room-service2:before {
  content: "\e929";
}

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

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

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

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

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

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

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

.rooms-icon-airport-shuttle-free .path1:before {
  content: "\e931";
  color: rgb(0, 0, 0);
}

.rooms-icon-airport-shuttle-free .path2:before {
  content: "\e95d";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.rooms-icon-airport-shuttle-free .path3:before {
  content: "\e95e";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.rooms-icon-airport-shuttle-free .path4:before {
  content: "\e95f";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.rooms-icon-airport-shuttle-free .path5:before {
  content: "\e960";
  margin-left: -1em;
  color: rgb(1, 1, 1);
}

.rooms-icon-airport-shuttle-free .path6:before {
  content: "\e961";
  margin-left: -1em;
  color: rgb(1, 1, 1);
}

.rooms-icon-airport-shuttle-free .path7:before {
  content: "\e962";
  margin-left: -1em;
  color: rgb(1, 1, 1);
}

.rooms-icon-airport-shuttle-free .path8:before {
  content: "\e963";
  margin-left: -1em;
  color: rgb(1, 1, 1);
}

.rooms-icon-airport-shuttle-free .path9:before {
  content: "\e964";
  margin-left: -1em;
  color: rgb(1, 1, 1);
}

.rooms-icon-airport-shuttle-free .path10:before {
  content: "\e965";
  margin-left: -1em;
  color: rgb(1, 1, 1);
}

.rooms-icon-airport-shuttle-free .path11:before {
  content: "\e966";
  margin-left: -1em;
  color: rgb(1, 1, 1);
}

.rooms-icon-airport-shuttle-free .path12:before {
  content: "\e967";
  margin-left: -1em;
  color: rgb(1, 1, 1);
}

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

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

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

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

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

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