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

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

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

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

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

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

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

.ui-datepicker {
  display: none;
  padding: 10px;
  background: rgba(237, 237, 237, 0.9);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  z-index: 10;
}
body > .ui-datepicker {
  z-index: 30;
}
.ui-datepicker:after {
  display: block;
  content: "";
  height: 0;
  overflow: hidden;
  clear: both;
}
@media only screen and (max-width: 767px) {
  .ui-datepicker {
    width: calc(100% - 20px);
  }
}

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

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

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

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

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

.ui-datepicker-trigger {
  float: left;
  margin: 13px 0 0 8px;
  width: 17px;
  height: 15px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/sprite.svg") 0 -123px no-repeat;
}
.ui-datepicker-trigger:hover {
  background-position: -37px -123px;
}

.ui-selectmenu-button {
  position: relative;
  display: block;
  width: auto !important;
  height: 40px;
  line-height: 40px;
  border: thin solid #d1d1d1;
  font-size: 14px;
  text-align: left;
  color: #53565a;
  background: #fff;
  transition: all 0.2s;
}
.ui-selectmenu-button::placeholder {
  color: #292C2D;
}
.ui-selectmenu-button .ui-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  margin-top: -4px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 7px solid #292C2D;
}
.ui-selectmenu-button:hover .ui-icon {
  border-top-color: #54baba;
}
.ui-selectmenu-button .ui-selectmenu-text {
  display: block;
  height: 100%;
  padding: 0 30px 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-selectmenu-button .ui-selectmenu-text strong {
  font-weight: 700;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rooms-icon-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:before {
  content: "\e90a";
}

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

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

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

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

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

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

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

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

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

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

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

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

.rooms-icon-accessibility-features:before,
.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:before {
  content: "\e920";
}

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

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

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

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

.rooms-icon-parking2: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:before {
  content: "\e931";
}

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

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

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

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

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

#navigation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100%;
  height: 100%;
  background: rgba(15, 33, 35, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 767px) {
  #navigation {
    padding-top: 100px;
    padding-bottom: 100px;
    box-sizing: border-box;
    display: block;
  }
}
.main-navigation-visible #navigation {
  opacity: 1;
  visibility: visible;
}
#navigation a {
  text-decoration: none;
}
#navigation .menu-wrap {
  width: 100%;
  max-width: 980px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  display: flex;
}
@media only screen and (max-width: 640px) {
  #navigation .menu-wrap {
    flex-direction: column;
  }
}
#navigation .menu-wrap .menu-list {
  width: 33.3333%;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  border-left: 1px solid rgba(238, 238, 238, 0.2);
}
@media only screen and (max-width: 640px) {
  #navigation .menu-wrap .menu-list {
    border: none;
    width: 100%;
    text-align: center;
    padding: 0;
  }
}
#navigation .menu-wrap .menu-list li {
  line-height: 2.5em;
  margin-bottom: 10px;
}
#navigation .menu-wrap .menu-list li:last-child {
  margin-bottom: 0px;
}
#navigation .menu-wrap .menu-list li a {
  color: #fafafa;
  font-size: 16px;
  font-weight: 400;
  display: block;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
#navigation .menu-wrap .menu-list li a:hover {
  color: #e8500e;
}
#navigation .menu-wrap .menu-list li a.active {
  color: #e8500e;
  text-shadow: -1px 0px 10px rgba(255, 255, 255, 0.05);
}
#navigation .menu-wrap .menu-list.first {
  border-left: none;
}
#navigation .menu-wrap .menu-list.first li a {
  font-weight: 500;
}
#navigation .menu-wrap .menu-list.second {
  position: relative;
}
@media only screen and (max-width: 640px) {
  #navigation .menu-wrap .menu-list.second {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
#navigation .menu-wrap .menu-list.second li a {
  font-weight: 600;
  font-size: 20px;
}
#navigation .menu-wrap .menu-list.third {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  display: none;
}
#navigation .menu-wrap .menu-list.third li a {
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (max-width: 640px) {
  #navigation .menu-wrap .menu-list.third {
    position: relative;
    left: 0;
  }
}

#booking-datepicker {
  display: none;
  position: absolute;
  right: 0;
  top: 110%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  z-index: 7;
}
#booking-datepicker.visible {
  display: block;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker {
    display: block;
    position: relative;
    top: auto;
    right: auto;
    max-height: 0;
    overflow: hidden;
    margin: 0 20px;
    transition: max-height 300ms ease-in-out, margin 300ms ease-in-out;
  }
  #booking-datepicker.visible {
    max-height: 500px;
    margin-bottom: 30px;
  }
}
#booking-datepicker .ui-datepicker {
  box-shadow: none;
}
#booking-datepicker .arrival-departure-status {
  overflow: hidden;
  white-space: nowrap;
  background: #231f20;
  text-align: center;
}
#booking-datepicker .arrival-departure-status div {
  display: inline-block;
  width: 100%;
  transition: all 200ms;
}
#booking-datepicker .arrival-departure-status .arrival, #booking-datepicker .arrival-departure-status .departure {
  opacity: 0;
  font: 20px/2.5 "Barlow", sans-serif;
  text-transform: uppercase;
  color: #fafafa;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .arrival-departure-status .arrival, #booking-datepicker .arrival-departure-status .departure {
    font-size: 16px;
  }
}
#booking-datepicker .arrival-departure-status .arrival:after, #booking-datepicker .arrival-departure-status .departure:after {
  content: attr(data-text);
}
#booking-datepicker .arrival-departure-status .arrival {
  margin-left: -100%;
}
#booking-datepicker .arrival-departure-status .departure {
  margin-right: -100%;
}
#booking-datepicker.checkin-step .arrival-departure-status .arrival {
  margin-left: 0;
  opacity: 1;
}
#booking-datepicker.checkout-step .arrival-departure-status .departure {
  margin-right: 0;
  opacity: 1;
}
#booking-datepicker .ui-datepicker {
  width: 100% !important;
  white-space: nowrap;
}
#booking-datepicker .ui-datepicker-group {
  display: inline-block;
  white-space: normal;
}
#booking-datepicker .ui-datepicker-group:nth-child(2) {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker-group {
    width: 100%;
  }
  #booking-datepicker .ui-datepicker-group:nth-child(2) {
    display: none;
  }
}
#booking-datepicker .ui-datepicker-header {
  margin-bottom: 15px;
}
#booking-datepicker .ui-datepicker-header .ui-datepicker-prev, #booking-datepicker .ui-datepicker-header .ui-datepicker-next {
  display: none;
}
#booking-datepicker .ui-datepicker-prev, #booking-datepicker .ui-datepicker-next {
  top: 65px;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker-prev, #booking-datepicker .ui-datepicker-next {
    top: 10px;
  }
}
#booking-datepicker .ui-datepicker-prev {
  left: 20px;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker-prev {
    left: 26px;
  }
}
#booking-datepicker .ui-datepicker-next {
  right: 20px;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker-next {
    right: 26px;
  }
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker-calendar {
    width: 100%;
  }
}
#booking-datepicker.checkin-step td a, #booking-datepicker.checkout-step td a, #booking-datepicker td.checkin-date a, #booking-datepicker td.checkout-date a {
  position: relative;
}
#booking-datepicker.checkin-step td a:before, #booking-datepicker.checkout-step td a:before, #booking-datepicker td.checkin-date a:before, #booking-datepicker td.checkout-date a:before {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 14px;
  margin-bottom: -7px;
  background-color: #46949f;
  font-size: 7px;
  line-height: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}
#booking-datepicker.checkin-step td a:hover:before, #booking-datepicker td.checkin-date a:before {
  content: "in";
}
#booking-datepicker.checkout-step td:not(.checkin-date) a:hover:before, #booking-datepicker td.checkout-date a:before {
  content: "out";
}

.homepage-additional-content {
  position: relative;
  overflow: hidden;
  background: #fff;
  z-index: 10;
}

.admin .preview-item {
  overflow: hidden;
  margin: 0;
  padding: 20px;
  height: auto;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.admin .preview-item .promo .thumbnail img {
  display: block;
  width: 100%;
}
.admin .preview-item .button {
  min-width: 160px;
  height: 60px;
  font-weight: 700;
  line-height: 58px;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #b83f0b;
  text-decoration: none;
  color: #b83f0b;
  display: inline-block;
  box-shadow: none;
  text-shadow: none;
  background: none;
  vertical-align: top;
  padding-left: 20px;
  padding-right: 20px;
}
.admin .preview-item .button:hover, .admin .preview-item .button.active, .admin .preview-item .button:active {
  background: #e8500e;
  border-color: #e8500e;
  color: #fff;
}

#promos {
  position: relative;
  z-index: 30;
  padding: 60px 75px;
  box-sizing: border-box;
}
@media only screen and (max-width: 820px) {
  #promos {
    padding: 60px 40px;
  }
}
#promos .slideshow {
  overflow: hidden;
}
#promos .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
#promos .promo {
  position: relative;
  display: inline-block;
  width: 33.33%;
  vertical-align: top;
  overflow: hidden;
  white-space: normal;
  background: #393234;
  color: #fff;
  cursor: pointer;
}
.admin .preview-item #promos .promo {
  width: 360px;
}
#promos .promo .inner-wrapper {
  width: 100%;
  padding-top: 128%;
}
#promos .promo .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: all 800ms ease 0ms;
  -moz-transition: all 800ms ease 0ms;
  -o-transition: all 800ms ease 0ms;
  transition: all 800ms ease 0ms;
}
#promos .promo .thumbnail:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 800ms ease 0ms;
  -moz-transition: all 800ms ease 0ms;
  -o-transition: all 800ms ease 0ms;
  transition: all 800ms ease 0ms;
}
#promos .promo .thumbnail .loading:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid transparent;
  border-top-color: #e8500e;
  border-bottom-color: #e8500e;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#promos .promo .thumbnail .loading:before {
  top: 8%;
  right: 8%;
  left: auto;
  margin: auto;
}
#promos .promo .thumbnail img {
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}
#promos .promo .content {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 90px;
  max-width: 240px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
}
#promos .promo h3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 1em;
  text-transform: uppercase;
  position: absolute;
  top: 10%;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 1280px) {
  #promos .promo h3 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 820px) {
  #promos .promo h3 {
    font-size: 26px;
  }
}
#promos .promo h3 a {
  color: inherit;
  text-decoration: none;
}
#promos .promo p {
  font-size: 15px;
  line-height: 1.67em;
  font-weight: 500;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all 800ms ease 0ms;
  -moz-transition: all 800ms ease 0ms;
  -o-transition: all 800ms ease 0ms;
  transition: all 800ms ease 0ms;
}
#promos .promo .price {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  bottom: 28%;
  width: 100%;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 500ms ease 0ms;
  -moz-transition: all 500ms ease 0ms;
  -o-transition: all 500ms ease 0ms;
  transition: all 500ms ease 0ms;
}
@media only screen and (max-width: 1280px) {
  #promos .promo .price {
    bottom: 100px;
    font-size: 20px;
  }
}
#promos .promo .promo-button {
  color: #fff;
  border-color: #fff;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1280px) {
  #promos .promo .promo-button {
    bottom: 40px;
  }
}
@media only screen and (max-width: 419px) {
  #promos .promo .promo-button {
    bottom: 20px;
  }
}
#promos .promo:hover .thumbnail:before {
  background: rgba(0, 0, 0, 0.65);
}
#promos .promo:hover p {
  opacity: 1;
}
#promos .promo:hover .price {
  opacity: 1;
  bottom: 30%;
}
@media only screen and (max-width: 1280px) {
  #promos .promo:hover .price {
    bottom: 120px;
  }
}
@media only screen and (max-width: 419px) {
  #promos .promo:hover .price {
    bottom: 90px;
  }
}
#promos .promo:hover .promo-button {
  background-color: #e8500e;
  border-color: #e8500e;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #promos .promo {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  #promos .promo {
    width: 83%;
  }
}
#promos .slideshow-button {
  border: 2px solid #e8500e;
  border-bottom: 0;
  border-left: 0;
  height: 24px;
  overflow: hidden;
  position: absolute;
  text-indent: -100em;
  top: 50%;
  width: 24px;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: all 350ms ease 0ms;
  -moz-transition: all 350ms ease 0ms;
  -o-transition: all 350ms ease 0ms;
  transition: all 350ms ease 0ms;
}
#promos .slideshow-button:hover {
  border-color: #46949f;
}
#promos .slideshow-button.previous {
  left: 40px;
  transform: translateY(-50%) rotate(-135deg);
}
@media only screen and (max-width: 820px) {
  #promos .slideshow-button.previous {
    left: 15px;
  }
}
#promos .slideshow-button.next {
  transform: translateY(-50%) rotate(45deg);
  right: 40px;
}
@media only screen and (max-width: 820px) {
  #promos .slideshow-button.next {
    right: 15px;
  }
}

#newsletter {
  background-color: #36737c;
  width: 100%;
  padding: 60px 20px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1280px) {
  #newsletter {
    padding: 20px;
  }
}
#newsletter .wrapper {
  text-align: center;
}
#newsletter .wrapper label {
  display: inline-block;
  font-family: "NellaSueDemo", serif;
  color: #fafafa;
  font-size: 32px;
  vertical-align: middle;
  margin-right: 60px;
}
@media only screen and (max-width: 1280px) {
  #newsletter .wrapper label {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1023px) {
  #newsletter .wrapper label {
    font-size: 26px;
    margin-right: 40px;
  }
}
@media only screen and (max-width: 820px) {
  #newsletter .wrapper label {
    margin-right: 0px;
    margin-bottom: 20px;
    display: block;
  }
}
#newsletter .wrapper form {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
@media only screen and (max-width: 820px) {
  #newsletter .wrapper form {
    width: 100%;
    display: block;
  }
}
#newsletter .wrapper form input[type=text] {
  height: 60px;
  display: inline-block;
  vertical-align: top;
  width: 320px;
  background: #fff;
  color: #002c45;
  font-size: 20px;
  padding-left: 30px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1023px) {
  #newsletter .wrapper form input[type=text] {
    font-size: 18px;
    width: 260px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 820px) {
  #newsletter .wrapper form input[type=text] {
    width: 50%;
    max-width: 400px;
  }
}
@media only screen and (max-width: 419px) {
  #newsletter .wrapper form input[type=text] {
    width: 100%;
    margin-bottom: 20px;
  }
}
#newsletter .wrapper form input[type=text]::-webkit-input-placeholder {
  color: #002c45;
  font-family: "NellaSueDemo", serif;
  font-size: 20px;
}
@media only screen and (max-width: 1023px) {
  #newsletter .wrapper form input[type=text]::-webkit-input-placeholder {
    font-size: 18px;
  }
}
#newsletter .wrapper form input[type=text]:-moz-placeholder {
  color: #002c45;
  font-family: "NellaSueDemo", serif;
  font-size: 20px;
}
@media only screen and (max-width: 1023px) {
  #newsletter .wrapper form input[type=text]:-moz-placeholder {
    font-size: 18px;
  }
}
#newsletter .wrapper form input[type=text]::-moz-placeholder {
  color: #002c45;
  font-family: "NellaSueDemo", serif;
  font-size: 20px;
}
@media only screen and (max-width: 1023px) {
  #newsletter .wrapper form input[type=text]::-moz-placeholder {
    font-size: 18px;
  }
}
#newsletter .wrapper form input[type=text]:-ms-input-placeholder {
  color: #002c45;
  font-family: "NellaSueDemo", serif;
  font-size: 20px;
}
@media only screen and (max-width: 1023px) {
  #newsletter .wrapper form input[type=text]:-ms-input-placeholder {
    font-size: 18px;
  }
}
#newsletter .wrapper form input[type=text]::placeholder {
  font-family: "NellaSueDemo", serif;
}
#newsletter .wrapper form .button {
  display: inline-block;
  vertical-align: top;
  border-color: #fafafa;
  color: #fafafa;
}
#newsletter .wrapper form .button:hover {
  border-color: #e8500e;
  color: #fafafa;
}

#home-tiles {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  margin-bottom: 110px;
}
@media only screen and (max-width: 767px) {
  #home-tiles {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}
#home-tiles .big-image-wrap,
#home-tiles .small-images-wrap {
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
@media only screen and (max-width: 820px) {
  #home-tiles .big-image-wrap,
  #home-tiles .small-images-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 640px) {
  #home-tiles .big-image-wrap,
  #home-tiles .small-images-wrap {
    padding: 0;
  }
}
#home-tiles .big-image-wrap .big-image,
#home-tiles .big-image-wrap .small-image,
#home-tiles .small-images-wrap .big-image,
#home-tiles .small-images-wrap .small-image {
  background-size: cover;
  background-position: center;
}
#home-tiles .big-image-wrap {
  width: 66.6666%;
}
@media only screen and (max-width: 640px) {
  #home-tiles .big-image-wrap {
    width: 100%;
  }
}
#home-tiles .big-image-wrap .big-image:after {
  content: "";
  display: block;
  padding-top: 82%;
}
#home-tiles .small-images-wrap {
  width: 33.3333%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 640px) {
  #home-tiles .small-images-wrap {
    width: 100%;
    flex-direction: row;
    margin-top: 10px;
  }
}
#home-tiles .small-images-wrap .small-image {
  flex: 1;
}
#home-tiles .small-images-wrap .small-image:first-of-type {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #home-tiles .small-images-wrap .small-image:first-of-type {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 640px) {
  #home-tiles .small-images-wrap .small-image:first-of-type {
    margin-bottom: 20px;
    margin-bottom: 0px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 640px) {
  #home-tiles .small-images-wrap .small-image:after {
    content: "";
    display: block;
    padding-top: 82%;
  }
}

#events {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  #events {
    margin-bottom: 50px;
  }
}
#events h2 {
  font-family: "NellaSueDemo", serif;
  color: #000000;
  line-height: 1.4em;
  font-size: 60px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1280px) {
  #events h2 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 820px) {
  #events h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 419px) {
  #events h2 {
    font-size: 32px;
  }
}
#events h2 a {
  color: #000000;
  text-decoration: none;
}
#events h2 a.home {
  color: #000000;
}
#events h2 a:hover {
  color: #e8500e;
}
#events .slideshow {
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
  padding-left: 60px;
  padding-right: 60px;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 419px) {
  #events .slideshow {
    padding-left: 30px;
    padding-right: 30px;
  }
}
#events .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
#events .event {
  position: relative;
  display: inline-block;
  width: 33.33%;
  overflow: hidden;
  vertical-align: top;
  white-space: normal;
  min-height: 280px;
  padding-bottom: 80px;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
}
@media only screen and (max-width: 419px) {
  #events .event {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#events .event .thumbnail {
  position: relative;
  width: 100%;
  height: 350px;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #events .event .thumbnail {
    height: 266px;
  }
}
#events .event .thumbnail.no-thumbnail {
  background: #dbdbdb;
}
#events .event .thumbnail .loading:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid transparent;
  border-top-color: #e8500e;
  border-bottom-color: #e8500e;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#events .event .date {
  display: block;
  position: relative;
  margin-bottom: 20px;
  color: #36737c;
  font-size: 18px;
  line-height: 1em;
  font-weight: 500;
  text-transform: uppercase;
}
#events .event .date a {
  color: #36737c;
  text-decoration: none;
}
#events .event .date a:hover {
  color: #e8500e;
}
#events .event h3 {
  color: #e8500e;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
}
@media only screen and (max-width: 1280px) {
  #events .event h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  #events .event h3 {
    font-size: 20px;
  }
}
#events .event p {
  font-size: 15px;
  line-height: 1.67em;
  color: #000000;
}
#events .event .copy {
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  #events .event .copy {
    padding: 0 10px;
  }
}
#events .event .button {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}
#events .slideshow-pagination {
  margin: 20px 0;
  text-align: center;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  #events .slideshow-pagination {
    display: none;
  }
}
#events .slideshow-pagination > * {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  text-indent: -9999px;
  overflow: hidden;
  background: #e8500e;
  border-radius: 50%;
  transition: background 300ms ease-in-out;
  cursor: pointer;
}
#events .slideshow-pagination > *:hover, #events .slideshow-pagination > *.active {
  background: #e8500e;
}
#events .slideshow-button {
  border: 2px solid #e8500e;
  border-bottom: 0;
  border-left: 0;
  height: 24px;
  overflow: hidden;
  position: absolute;
  text-indent: -100em;
  top: 50%;
  width: 24px;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: all 350ms ease 0ms;
  -moz-transition: all 350ms ease 0ms;
  -o-transition: all 350ms ease 0ms;
  transition: all 350ms ease 0ms;
}
#events .slideshow-button:hover {
  border-color: #46949f;
}
#events .slideshow-button.previous {
  left: 40px;
  transform: translateY(-50%) rotate(-135deg);
}
@media only screen and (max-width: 419px) {
  #events .slideshow-button.previous {
    left: 10px;
  }
}
#events .slideshow-button.next {
  transform: translateY(-50%) rotate(45deg);
  right: 40px;
}
@media only screen and (max-width: 419px) {
  #events .slideshow-button.next {
    right: 10px;
  }
}

.review {
  width: 100%;
  max-width: 760px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  text-align: center;
  margin: 0 auto 120px;
}
@media only screen and (max-width: 767px) {
  .review {
    margin-bottom: 70px;
  }
}
.review .gallery-quote-icon {
  width: 62px;
  height: 37px;
  margin: 0 auto 30px;
  background: url("../images/sprite.svg") 0 -185px;
}
.review .quote {
  font-size: 40px;
  color: #000000;
  font-family: "NellaSueDemo", serif;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1280px) {
  .review .quote {
    font-size: 36px;
  }
}
@media only screen and (max-width: 820px) {
  .review .quote {
    font-size: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .review .quote {
    font-size: 26px;
  }
}
.review .author {
  font-size: 20px;
  color: #b83f0b;
  font-family: "NellaSueDemo", serif;
  position: relative;
}
.review .author:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 1px;
  background: #d8d8d8;
}

#accommodations {
  position: relative;
  z-index: 30;
  padding: 60px 50px 80px;
  box-sizing: border-box;
  max-width: 1440px;
  width: 100%;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  #accommodations {
    padding: 30px 50px;
  }
}
#accommodations .slideshow {
  overflow: hidden;
}
#accommodations .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#accommodations .accommodation {
  position: relative;
  display: inline-block;
  width: calc(50% - 20px);
  vertical-align: top;
  overflow: hidden;
  white-space: normal;
}
@media only screen and (max-width: 767px) {
  #accommodations .accommodation {
    width: 100%;
  }
}
#accommodations .accommodation .inner-wrapper {
  width: 100%;
  padding-top: 0;
}
#accommodations .accommodation .thumbnail {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background-position: center;
  background-size: cover;
  -webkit-transition: all 800ms ease 0ms;
  -moz-transition: all 800ms ease 0ms;
  -o-transition: all 800ms ease 0ms;
  transition: all 800ms ease 0ms;
}
#accommodations .accommodation .thumbnail .gallery-button {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  bottom: 30px;
  left: 50%;
  background: #e8500e;
  transform: translateX(-50%);
  transition: background 300ms ease-in-out;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}
#accommodations .accommodation .thumbnail .gallery-button:hover {
  background: #46949f;
}
#accommodations .accommodation .thumbnail .gallery-button span {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/sprite.svg") 0 -125px;
}
#accommodations .accommodation .thumbnail:after {
  content: "";
  display: block;
  padding-top: 128%;
}
#accommodations .accommodation .thumbnail .loading:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid transparent;
  border-top-color: #e8500e;
  border-bottom-color: #e8500e;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#accommodations .accommodation .thumbnail .loading:before {
  top: 8%;
  right: 8%;
  left: auto;
  margin: auto;
}
#accommodations .accommodation .content {
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 240px;
  padding-top: 30px;
  padding-bottom: 40px;
  max-width: 240px;
  margin: auto;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  #accommodations .accommodation .content {
    min-height: 160px;
  }
}
@media only screen and (max-width: 1280px) {
  #accommodations .accommodation .content {
    max-width: 180px;
  }
}
#accommodations .accommodation h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 1em;
  text-transform: uppercase;
  position: relative;
  width: 100%;
  text-align: center;
  color: #e8500e;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1280px) {
  #accommodations .accommodation h3 {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
#accommodations .accommodation h3 a {
  color: inherit;
  text-decoration: none;
}
#accommodations .accommodation p {
  font-size: 15px;
  line-height: 1.67em;
  font-weight: 500;
  opacity: 0;
  -webkit-transition: all 800ms ease 0ms;
  -moz-transition: all 800ms ease 0ms;
  -o-transition: all 800ms ease 0ms;
  transition: all 800ms ease 0ms;
}
#accommodations .accommodation .price {
  min-height: 35px;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  -webkit-transition: all 500ms ease 0ms;
  -moz-transition: all 500ms ease 0ms;
  -o-transition: all 500ms ease 0ms;
  transition: all 500ms ease 0ms;
}
@media only screen and (max-width: 1280px) {
  #accommodations .accommodation .price {
    font-size: 18px;
  }
}
#accommodations .accommodation .price a {
  color: inherit;
  text-decoration: none;
}
#accommodations .accommodation .price a:hover {
  color: #e8500e;
}
#accommodations .accommodation .promo-button {
  color: #b83f0b;
  border-color: #b83f0b;
  position: relative;
  margin-top: auto;
  cursor: pointer;
}
#accommodations .accommodation .promo-button:hover {
  border-color: #e8500e;
  color: #fff;
}
#accommodations .slideshow-button {
  border: 2px solid #e8500e;
  border-bottom: 0;
  border-left: 0;
  height: 24px;
  overflow: hidden;
  position: absolute;
  text-indent: -100em;
  top: 32%;
  width: 24px;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: all 350ms ease 0ms;
  -moz-transition: all 350ms ease 0ms;
  -o-transition: all 350ms ease 0ms;
  transition: all 350ms ease 0ms;
}
#accommodations .slideshow-button:hover {
  border-color: #46949f;
}
#accommodations .slideshow-button.previous {
  left: 20px;
  transform: translateY(-50%) rotate(-135deg);
}
#accommodations .slideshow-button.next {
  transform: translateY(-50%) rotate(45deg);
  right: 20px;
}

/* TEMPLATE 1 - 1 */
.rooms .categories-descr {
  padding: 0 20px;
}
.rooms .categories-descr .category-descr {
  display: none;
}
.rooms .categories-descr .category-descr.active {
  display: block;
}
.rooms .rooms-entry {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 979px) {
  .rooms .rooms-entry {
    padding: 20px;
  }
}
@media (max-width: 550px) {
  .rooms .rooms-entry {
    padding: 0;
  }
}
.rooms .rooms-entry:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #e6e6e6;
  z-index: -1;
}
.rooms .rooms-entry .thumbnail {
  position: relative;
  float: left;
  margin: 0;
  width: 200px;
}
.rooms .rooms-entry .thumbnail img {
  width: 100%;
  display: block;
}
.rooms .rooms-entry .thumbnail nav {
  display: none;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
}
.rooms .rooms-entry .thumbnail nav .price {
  display: table-cell;
  padding: 10px 5px;
  width: 50%;
  text-align: center;
  vertical-align: middle;
  font-size: 10px;
  line-height: 16px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background: rgba(70, 148, 159, 0.7);
}
.rooms .rooms-entry .thumbnail nav .price .number {
  font-size: 22px;
}
.rooms .rooms-entry .thumbnail nav .button {
  display: table-cell;
  width: 50%;
  font-size: 15px;
  text-align: center;
  vertical-align: middle;
  line-height: 19px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  background: rgba(70, 148, 159, 0.5);
}
@media (max-width: 550px) {
  .rooms .rooms-entry .thumbnail {
    float: none;
    width: 100%;
  }
  .rooms .rooms-entry .thumbnail img {
    width: 100%;
  }
  .rooms .rooms-entry .thumbnail nav {
    display: table;
  }
}
.rooms .rooms-entry .description {
  position: relative;
  margin-left: 230px;
  padding-right: 200px;
}
@media (max-width: 767px) {
  .rooms .rooms-entry .description {
    padding-right: 0;
  }
}
@media (max-width: 550px) {
  .rooms .rooms-entry .description {
    margin-left: 0;
    padding: 10px;
  }
}
.rooms .rooms-entry .description h3 {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.2;
  color: #36737c;
}
@media (max-width: 550px) {
  .rooms .rooms-entry .description h3 {
    margin-bottom: 10px;
  }
}
.rooms .rooms-entry .description p {
  margin-bottom: 20px;
}
.rooms .rooms-entry .description nav.links a {
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  margin-right: 8px;
  padding-right: 8px;
}
.rooms .rooms-entry .description nav.links a:after {
  content: "";
  position: absolute;
  top: 1px;
  right: -1px;
  height: 15px;
  width: 1px;
  background: #aaa;
}
.rooms .rooms-entry .description nav.links a:last-child {
  margin: 0;
  padding: 0;
}
.rooms .rooms-entry .description nav.links a:last-child:after {
  content: none;
}
.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;
}
@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;
  color: #46949f;
}
.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: #46949f;
  position: absolute;
  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;
}
.rooms .rooms-entry .booking-info {
  width: 140px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}
@media (max-width: 550px) {
  .rooms .rooms-entry .booking-info {
    display: none;
  }
}
@media (max-width: 767px) {
  .rooms .rooms-entry .booking-info {
    position: static;
    width: auto;
    margin: 20px 0;
  }
}
.rooms .rooms-entry .booking-info .price {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.2;
  text-decoration: none;
}
@media (max-width: 767px) {
  .rooms .rooms-entry .booking-info .price {
    font-size: 18px;
  }
}
.rooms .rooms-entry .booking-info .button {
  width: 140px;
}
@media (max-width: 767px) {
  .rooms .rooms-entry .booking-info .price,
  .rooms .rooms-entry .booking-info .button {
    display: inline-block;
    width: auto;
    margin-right: 10px;
  }
}

.home .rooms {
  margin-bottom: 50px;
}

.page-content .room .thumbnail {
  position: relative;
  float: none;
  margin: 0 0 30px;
  width: 100%;
  padding-top: 56%;
  overflow: hidden;
}
.page-content .room .thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}

/* TEMPLATE 1 - 2 */
/* TEMPLATE 2*/
/* TEMPLATE 3*/
#home-gallery {
  position: relative;
  overflow: hidden;
  background: #fff;
  margin-bottom: 70px;
  text-align: center;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  #home-gallery {
    margin-bottom: 40px;
  }
}
#home-gallery .gallery-wrapper {
  overflow: hidden;
}
#home-gallery .photo {
  position: relative;
  float: left;
  width: 20%;
  height: 0;
  padding-top: 20%;
  font-size: 0;
  transition: opacity 0.3s ease-out;
  opacity: 1;
}
#home-gallery .photo:hover {
  opacity: 0.8;
}
@media only screen and (min-width: 1024px) {
  #home-gallery .photo:nth-child(2) span {
    height: 200%;
  }
  #home-gallery .photo:nth-child(4) {
    width: 40%;
  }
  #home-gallery .photo:nth-child(5) {
    margin-right: 20%;
  }
  #home-gallery .photo:nth-child(6) {
    width: 40%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #home-gallery .photo {
    width: 33.3333333333%;
  }
  #home-gallery .photo:nth-child(7) {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #home-gallery .photo {
    width: 50%;
  }
  #home-gallery .photo:nth-child(7) {
    display: none;
  }
}
#home-gallery .photo span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
}
#home-gallery .all-photos {
  display: none;
}
@media only screen and (max-width: 767px) {
  #home-gallery .all-photos {
    display: block;
    margin-top: 40px;
  }
}

#feeds {
  position: relative;
  padding: 50px 0;
  margin-bottom: 70px;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  #feeds {
    margin-bottom: 40px;
  }
}
#feeds .page-content {
  margin-bottom: 45px;
}
#feeds.loading {
  min-height: 500px;
}
#feeds.loading:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid transparent;
  border-top-color: #e8500e;
  border-bottom-color: #e8500e;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#feeds .category-selector button {
  position: relative;
  padding-left: 26px;
  margin: 0 18px;
  line-height: 40px;
  font-size: 15px;
  color: #46949f;
}
#feeds .category-selector button:hover, #feeds .category-selector button.active {
  color: #e8500e;
}
#feeds .category-selector button:before {
  background: url("../images/sprite.svg") no-repeat 0 -242px;
  content: "";
  position: absolute;
  display: block;
  height: 16px;
  width: 16px;
  top: 12px;
  left: 0;
}
#feeds .category-selector button.instagram-button:before {
  background-position: -36px -242px;
}
#feeds .category-selector button.facebook-button:before {
  background-position: -72px -242px;
}
#feeds .category-selector button.blog-button:before {
  background-position: -108px -242px;
}
#feeds .feed-content {
  overflow: hidden;
  position: relative;
}
#feeds .feed-items {
  font-size: 0;
  margin-bottom: 20px;
}
#feeds .feed-items:after {
  clear: both;
  content: "";
  display: table;
}
#feeds .pattern {
  position: relative;
}
#feeds .feed-item {
  position: relative;
  width: 15.1515151515%;
  height: auto;
  padding-top: 15%;
  float: left;
  font: 14px/18px "Barlow", sans-serif;
  overflow: hidden;
  opacity: 1;
  text-align: left;
  background: #fafafa;
  color: #975700;
  transition: opacity 300ms ease-in-out;
}
#feeds .feed-item:hover {
  opacity: 0.86;
}
#feeds .feed-item:before {
  content: "";
  display: block;
  position: absolute;
  width: 31px;
  height: 31px;
  right: 10px;
  top: 10px;
  background: url("../images/feeds-sprite.svg") -180px 0 no-repeat;
  z-index: 5;
}
#feeds .feed-item.invisible {
  opacity: 0;
}
#feeds .feed-item .feed-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
#feeds .feed-item .feed-thumb div {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.6;
}
#feeds .feed-item.instagram .feed-thumb div {
  opacity: 1;
}
#feeds .feed-item .feed-descr {
  position: absolute;
  bottom: 0;
  top: 0;
  overflow: hidden;
  padding: 15px;
  width: 100%;
  font: 14px/1.3 "Barlow", sans-serif;
  text-align: left;
  color: #5c574f;
}
@media only screen and (min-width: 1800px) {
  #feeds .feed-item .feed-descr {
    padding: 20px;
  }
}
#feeds .feed-item .feed-title {
  font-size: 14px;
  line-height: 1.3em;
  color: #275258;
  margin-bottom: 10px;
  font-weight: 400;
  text-decoration: underline;
  padding-right: 30px;
  transition: all 300ms ease-in-out;
}
#feeds .feed-item .feed-date {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
}
#feeds .feed-item .feed-text {
  display: inline-block;
  font-family: "Barlow", sans-serif;
  font-weight: 200;
}
#feeds .feed-item .feed-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#feeds .feed-item.instagram {
  background: #833ab4;
}
#feeds .feed-item.instagram:before {
  background-position: 0 0;
}
#feeds .feed-item.instagram .feed-descr {
  display: none;
}
#feeds .feed-item.instagram a {
  color: inherit;
}
#feeds .feed-item.facebook:before {
  background-position: -50px 0;
}
#feeds .feed-item.twitter:before {
  background-position: -100px 0;
}
#feeds .feed-item.blog:before {
  background-position: -150px 0;
}
#feeds .feed-item.blog .feed-thumb {
  display: none;
}
#feeds .feed-items.items-per-pattern-2 .feed-item {
  width: 100%;
  padding: 100% 0 0 0;
  margin-bottom: 20px;
}
#feeds .feed-items.items-per-pattern-4 {
  margin: 0 -10px 20px;
}
#feeds .feed-items.items-per-pattern-4 .feed-item {
  width: calc(50% - 20px);
  padding: calc(50% - 20px) 0 0 0;
  margin: 0 10px 20px 10px;
}
#feeds .feed-items.items-per-pattern-6 {
  margin: 0 -10px 20px;
}
#feeds .feed-items.items-per-pattern-6 .feed-item {
  width: calc(33.3333333333% - 20px);
  padding: calc(33.3333333333% - 20px) 0 0 0;
  margin: 0 10px 20px 10px;
}
#feeds .feed-items.items-per-pattern-5 {
  margin: 0 -10px 20px;
}
#feeds .feed-items.items-per-pattern-5 .feed-item {
  width: calc(25% - 20px);
  padding: calc(25% - 20px) 0 0 0;
  margin: 0 10px 20px 10px;
}
#feeds .feed-items.items-per-pattern-9 {
  margin: 0 -10px 20px;
}
#feeds .feed-items.items-per-pattern-9 .feed-item {
  width: calc(16.6666666667% - 20px);
  padding: calc(16.6666666667% - 20px) 0 0 0;
  margin: 0 10px 20px 10px;
}
#feeds .feed-items.items-per-pattern-10 {
  margin: 0 -10px 20px;
}
#feeds .feed-items.items-per-pattern-10 .feed-item {
  width: calc(12.5% - 20px);
  padding: calc(12.5% - 20px) 0 0 0;
  margin: 0 10px 20px 10px;
}
#feeds.all-feeds .feed-items.items-per-pattern-5 .pattern, #feeds.all-feeds .feed-items.items-per-pattern-9 .pattern, #feeds.all-feeds .feed-items.items-per-pattern-10 .pattern {
  margin-bottom: 20px;
}
#feeds.all-feeds .feed-items.items-per-pattern-5 .feed-item, #feeds.all-feeds .feed-items.items-per-pattern-9 .feed-item, #feeds.all-feeds .feed-items.items-per-pattern-10 .feed-item {
  position: absolute;
  margin: 0;
  padding: 0;
  width: auto;
}
#feeds.all-feeds .feed-items.items-per-pattern-5 .pattern {
  padding-bottom: 48.4%;
}
#feeds.all-feeds .feed-items.items-per-pattern-5 .feed-item:nth-child(1) {
  top: 0;
  right: calc(75% + 10px);
  bottom: calc(50% + 10px);
  left: 10px;
}
#feeds.all-feeds .feed-items.items-per-pattern-5 .feed-item:nth-child(2) {
  top: calc(50% + 10px);
  right: calc(75% + 10px);
  bottom: 0;
  left: 10px;
}
#feeds.all-feeds .feed-items.items-per-pattern-5 .feed-item:nth-child(3) {
  top: 0;
  right: calc(25% + 10px);
  bottom: 0;
  left: calc(25% + 10px);
}
#feeds.all-feeds .feed-items.items-per-pattern-5 .feed-item:nth-child(3) .feed-descr {
  top: auto;
}
#feeds.all-feeds .feed-items.items-per-pattern-5 .feed-item:nth-child(4) {
  top: 0;
  right: 10px;
  bottom: calc(50% + 10px);
  left: calc(75% + 10px);
}
#feeds.all-feeds .feed-items.items-per-pattern-5 .feed-item:nth-child(5) {
  top: calc(50% + 10px);
  right: 10px;
  bottom: 0;
  left: calc(75% + 10px);
}
#feeds.all-feeds .feed-items.items-per-pattern-9 .pattern {
  padding-bottom: 32%;
}
#feeds.all-feeds .feed-items.items-per-pattern-9 .feed-item:nth-child(1) {
  top: 0;
  right: calc(83.33% + 10px);
  bottom: calc(50% + 10px);
  left: 10px;
}
#feeds.all-feeds .feed-items.items-per-pattern-9 .feed-item:nth-child(2) {
  top: calc(50% + 10px);
  right: calc(83.33% + 10px);
  bottom: 0;
  left: 10px;
}
#feeds.all-feeds .feed-items.items-per-pattern-9 .feed-item:nth-child(3) {
  top: 0;
  right: calc(66.66% + 10px);
  bottom: calc(50% + 10px);
  left: calc(16.66% + 10px);
}
#feeds.all-feeds .feed-items.items-per-pattern-9 .feed-item:nth-child(4) {
  top: calc(50% + 10px);
  right: calc(66.66% + 10px);
  bottom: 0;
  left: calc(16.66% + 10px);
}
#feeds.all-feeds .feed-items.items-per-pattern-9 .feed-item:nth-child(5) {
  top: 0;
  right: calc(33.33% + 10px);
  bottom: 0;
  left: calc(33.33% + 10px);
}
#feeds.all-feeds .feed-items.items-per-pattern-9 .feed-item:nth-child(5) .feed-descr {
  top: auto;
}
#feeds.all-feeds .feed-items.items-per-pattern-9 .feed-item:nth-child(6) {
  top: 0;
  right: calc(16.66% + 10px);
  bottom: calc(50% + 10px);
  left: calc(66.66% + 10px);
}
#feeds.all-feeds .feed-items.items-per-pattern-9 .feed-item:nth-child(7) {
  top: calc(50% + 10px);
  right: calc(16.66% + 10px);
  bottom: 0;
  left: calc(66.66% + 10px);
}
#feeds.all-feeds .feed-items.items-per-pattern-9 .feed-item:nth-child(8) {
  top: 0;
  right: 10px;
  bottom: calc(50% + 10px);
  left: calc(83.33% + 10px);
}
#feeds.all-feeds .feed-items.items-per-pattern-9 .feed-item:nth-child(9) {
  top: calc(50% + 10px);
  right: 10px;
  bottom: 0;
  left: calc(83.33% + 10px);
}
#feeds.all-feeds .feed-items.items-per-pattern-10 .pattern {
  padding-bottom: 23.9%;
}
#feeds.all-feeds .feed-items.items-per-pattern-10 .feed-item:nth-child(1) {
  top: 0;
  right: calc(87.5% + 10px);
  bottom: calc(50% + 10px);
  left: 10px;
}
#feeds.all-feeds .feed-items.items-per-pattern-10 .feed-item:nth-child(2) {
  top: calc(50% + 10px);
  right: calc(87.5% + 10px);
  bottom: 0;
  left: 10px;
}
#feeds.all-feeds .feed-items.items-per-pattern-10 .feed-item:nth-child(3) {
  top: 0;
  right: calc(75% + 10px);
  bottom: calc(50% + 10px);
  left: calc(12.5% + 10px);
}
#feeds.all-feeds .feed-items.items-per-pattern-10 .feed-item:nth-child(4) {
  top: calc(50% + 10px);
  right: calc(75% + 10px);
  bottom: 0;
  left: calc(12.5% + 10px);
}
#feeds.all-feeds .feed-items.items-per-pattern-10 .feed-item:nth-child(5) {
  top: 0;
  right: calc(50% + 10px);
  bottom: 0;
  left: calc(25% + 10px);
}
#feeds.all-feeds .feed-items.items-per-pattern-10 .feed-item:nth-child(5) .feed-descr {
  top: auto;
}
#feeds.all-feeds .feed-items.items-per-pattern-10 .feed-item:nth-child(6) {
  top: 0;
  right: calc(37.5% + 10px);
  bottom: calc(50% + 10px);
  left: calc(50% + 10px);
}
#feeds.all-feeds .feed-items.items-per-pattern-10 .feed-item:nth-child(7) {
  top: calc(50% + 10px);
  right: calc(37.5% + 10px);
  bottom: 0;
  left: calc(50% + 10px);
}
#feeds.all-feeds .feed-items.items-per-pattern-10 .feed-item:nth-child(8) {
  top: 0;
  right: calc(25% + 10px);
  bottom: calc(50% + 10px);
  left: calc(62.5% + 10px);
}
#feeds.all-feeds .feed-items.items-per-pattern-10 .feed-item:nth-child(9) {
  top: calc(50% + 10px);
  right: calc(25% + 10px);
  bottom: 0;
  left: calc(62.5% + 10px);
}
#feeds.all-feeds .feed-items.items-per-pattern-10 .feed-item:nth-child(10) {
  top: 0;
  right: 10px;
  bottom: 0;
  left: calc(75% + 10px);
}
#feeds.all-feeds .facebook .feed-descr {
  top: 0;
}
#feeds .feed-controls {
  display: block;
  text-align: center;
}

#calendar {
  margin-top: 50px;
}

.groups .page-content {
  text-align: center;
}
.groups .page-content h2, .groups .page-content h3 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 16px;
  text-transform: uppercase;
  line-height: 1em;
}
.groups .page-content h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1em;
}

.events-wrap {
  width: 100%;
  max-width: 1440px;
  padding-left: 60px;
  padding-right: 60px;
  box-sizing: border-box;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 640px) {
  .events-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.events-wrap .one-event-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
  margin-top: 100px;
}
@media only screen and (max-width: 640px) {
  .events-wrap .one-event-wrap {
    margin-bottom: 50px;
    margin-top: 50px;
  }
}
.events-wrap .one-event-wrap .event-details-wrap {
  width: 68%;
  padding-right: 80px;
  box-sizing: border-box;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  .events-wrap .one-event-wrap .event-details-wrap {
    width: 100%;
    padding-right: 0px;
  }
}
.events-wrap .one-event-wrap .event-details-wrap .page-content {
  text-align: left;
}
@media only screen and (max-width: 640px) {
  .events-wrap .one-event-wrap .event-details-wrap .page-content {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.events-wrap .one-event-wrap .event-details-wrap .page-content p {
  margin-left: 0;
  max-width: 100%;
}
.events-wrap .one-event-wrap .event-details-wrap .event-details {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 200px;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .events-wrap .one-event-wrap .event-details-wrap .event-details {
    padding-right: 0px;
  }
}
.events-wrap .one-event-wrap .event-details-wrap .event-details .event-details-content {
  display: flex;
  flex-wrap: wrap;
}
.events-wrap .one-event-wrap .event-details-wrap .event-details .event-details-content .one-event-detail {
  width: 50%;
  margin-bottom: 20px;
  padding-right: 60px;
  box-sizing: border-box;
  color: #46949f;
}
@media only screen and (max-width: 419px) {
  .events-wrap .one-event-wrap .event-details-wrap .event-details .event-details-content .one-event-detail {
    width: 100%;
    padding-right: 0px;
  }
}
.events-wrap .one-event-wrap .event-details-wrap .event-details .event-details-content .one-event-detail h5 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 10px;
}
.events-wrap .one-event-wrap .event-details-wrap .event-details .event-details-content .one-event-detail p {
  font-size: 15px;
  line-height: 1.67em;
}
.events-wrap .one-event-wrap .event-details-wrap .event-details .event-details-content .one-event-detail a {
  font-size: 15px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.events-wrap .one-event-wrap .event-details-wrap .event-details .event-details-content .one-event-detail a:hover {
  color: #46949f;
}
.events-wrap .one-event-wrap .event-details-wrap .event-details .button {
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 640px) {
  .events-wrap .one-event-wrap .event-details-wrap .event-details .button {
    position: relative;
    margin-bottom: 20px;
  }
}
.events-wrap .one-event-wrap .one-event-images-wrap {
  width: 32%;
}
@media only screen and (max-width: 1023px) {
  .events-wrap .one-event-wrap .one-event-images-wrap {
    width: 100%;
    margin-top: 40px;
  }
}
.events-wrap .one-event-wrap .one-event-images-wrap .logo-image {
  width: 160px;
  height: 160px;
  background-position: center;
  background-size: contain;
  padding: 20px;
  border: 1px solid #e1e1e1;
  font-size: 18px;
  color: #46949f;
}
.events-wrap .one-event-wrap .one-event-images-wrap .one-event-image {
  background-size: cover;
  background-position: center;
  margin-top: 40px;
}
.events-wrap .one-event-wrap .one-event-images-wrap .one-event-image:after {
  content: "";
  display: block;
  padding-top: 80%;
}

#footer {
  position: relative;
  box-sizing: border-box;
  font-size: 15px;
  color: #000000;
  line-height: 1em;
  text-align: center;
  z-index: 1;
}
#footer a {
  color: #000000;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
#footer a:hover {
  color: #e8500e;
}
#footer .copyright {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
}
#footer .credits {
  display: block;
}
#footer .credits sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
#footer .credits sup {
  top: -0.5em;
}
#footer .center-column {
  padding: 0;
  max-width: 100%;
}

.footer-content-wrap {
  padding-top: 60px;
  padding-bottom: 100px;
}

.footer-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background-size: cover;
  background-position: 50% 50%;
}

#footer-menu {
  width: 100%;
  padding: 30px 20px 24px;
  box-sizing: border-box;
  background: #36737c;
  font-size: 0;
  text-align: center;
}
#footer-menu li {
  display: inline-block;
  margin-right: 30px;
}
@media only screen and (max-width: 419px) {
  #footer-menu li {
    margin-right: 10px;
  }
}
#footer-menu li:last-child {
  margin-right: 0px;
}
#footer-menu a {
  display: block;
  font-weight: 500;
  color: #fafafa;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
#footer-menu a:hover {
  color: #e8500e;
  text-shadow: -1px 0px 10px rgba(0, 0, 0, 0.05);
}
#footer-menu a.active {
  color: #e8500e;
  text-shadow: -1px 0px 10px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 1023px) {
  #footer-menu a {
    font-size: 12px;
  }
}

#footer-contacts {
  margin-bottom: 20px;
  line-height: 1.67em;
  font-size: 15px;
}
#footer-contacts img {
  display: block;
  width: 100%;
  max-width: 240px;
  margin: auto;
  margin-bottom: 40px;
}

#newsletter {
  position: relative;
  margin-bottom: 30px;
  font-size: 0;
}
#newsletter h2 {
  margin-bottom: 15px;
  font-family: "NellaSueDemo", serif;
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
}
#newsletter input[type=text] {
  display: inline-block;
  vertical-align: top;
  width: 200px;
  height: 36px;
  padding: 0 10px;
  background: #ddf0f0;
  font-size: 14px;
  line-height: 36px;
  color: #132929;
}
#newsletter input[type=text]::-webkit-input-placeholder {
  color: #e8500e;
  font-style: italic;
}
#newsletter input[type=text]:-moz-placeholder {
  color: #e8500e;
  font-style: italic;
}
#newsletter input[type=text]::-moz-placeholder {
  color: #e8500e;
  font-style: italic;
}
#newsletter input[type=text]:-ms-input-placeholder {
  color: #e8500e;
  font-style: italic;
}
#newsletter input[type=text]:focus::-webkit-input-placeholder {
  color: #e8500e;
}
#newsletter input[type=text]:focus:-moz-placeholder {
  color: #e8500e;
}
#newsletter input[type=text]:focus::-moz-placeholder {
  color: #e8500e;
}
#newsletter input[type=text]:focus:-ms-input-placeholder {
  color: #e8500e;
}
#newsletter .button {
  display: inline-block;
  vertical-align: top;
}

#footer .socials {
  margin-bottom: 60px;
  font-size: 0;
}
#footer .socials li {
  display: inline-block;
  margin: 0 2px;
}
#footer .socials a {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/sprite.svg") 0 0 no-repeat;
}
#footer .socials a.facebook {
  background-position: 0 0;
}
#footer .socials a.facebook:hover {
  background-position: 0 -40px;
}
#footer .socials a.twitter {
  background-position: -40px 0;
}
#footer .socials a.twitter:hover {
  background-position: -40px -40px;
}
#footer .socials a.google {
  background-position: -80px 0;
}
#footer .socials a.google:hover {
  background-position: -80px -40px;
}
#footer .socials a.youtube {
  background-position: -120px 0;
}
#footer .socials a.youtube:hover {
  background-position: -120px -40px;
}
#footer .socials a.linkedin {
  background-position: -160px 0;
}
#footer .socials a.linkedin:hover {
  background-position: -160px -40px;
}
#footer .socials a.tripadvisor {
  background-position: -200px 0;
}
#footer .socials a.tripadvisor:hover {
  background-position: -200px -40px;
}
#footer .socials a.pinterest {
  background-position: -240px 0;
}
#footer .socials a.pinterest:hover {
  background-position: -240px -40px;
}
#footer .socials a.instagram {
  background-position: -280px 0;
}
#footer .socials a.instagram:hover {
  background-position: -280px -40px;
}

#hebs-gallery {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.95);
  /* FULL SIZE IMAGE */
  /* FULL SIZE IMAGE -> Navigation */
  /* FULL SIZE IMAGE -> Loading */
  /* THUMBNAILS */
  /* THUMBNAILS -> Navigation */
  /* INFO */
}
#hebs-gallery .galleria {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
#hebs-gallery .close-button {
  position: absolute;
  right: 20px;
  top: 12px;
  width: 17px;
  height: 17px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
  background: url("../images/common.svg") 0 0 no-repeat;
}
#hebs-gallery .close-button:hover {
  background-position: -37px 0;
}
#hebs-gallery .close-button:active {
  background-position: -74px 0;
}
#hebs-gallery .galleria-container {
  position: relative;
  overflow: hidden;
  width: 100% !important;
  height: 100% !important;
}
#hebs-gallery .select-wrapper {
  position: relative;
  float: left;
  margin: 5px 0 0 20px;
  z-index: 2;
}
#hebs-gallery .category-selector {
  height: 30px;
  line-height: 30px;
  margin-bottom: 0;
  background: #fff;
  font-size: 14px;
  color: #000000;
}
#hebs-gallery .galleria-stage {
  position: absolute;
  top: 40px;
  bottom: 120px;
  left: 0;
  right: 0;
  padding: 20px 72px;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  #hebs-gallery .galleria-stage {
    padding: 0;
  }
}
@media only screen and (max-width: 1023px) and (orientation: landscape) {
  #hebs-gallery .galleria-stage {
    bottom: 0;
  }
}
#hebs-gallery .galleria-stage .galleria-image img {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
#hebs-gallery .galleria-container.touch .galleria-stage {
  padding: 0;
}
#hebs-gallery.no-controls .galleria-stage {
  bottom: 0;
  padding: 20px;
}
#hebs-gallery.no-controls .galleria-image-nav {
  display: none;
}
@media only screen and (max-width: 1023px) {
  #hebs-gallery .galleria-image-nav {
    display: none;
  }
}
#hebs-gallery .galleria-image-nav-left, #hebs-gallery .galleria-image-nav-right {
  position: absolute;
  top: 50%;
  cursor: pointer;
  width: 31px;
  height: 61px;
  margin-top: -30px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common.svg") 0 0 no-repeat;
}
#hebs-gallery .galleria-image-nav-left {
  left: 20px;
  background-position: 0 -37px;
}
#hebs-gallery .galleria-image-nav-left:hover {
  background-position: -51px -37px;
}
#hebs-gallery .galleria-image-nav-left:active {
  background-position: -102px -37px;
}
#hebs-gallery .galleria-image-nav-right {
  right: 20px;
  background-position: 0 -118px;
}
#hebs-gallery .galleria-image-nav-right:hover {
  background-position: -51px -118px;
}
#hebs-gallery .galleria-image-nav-right:active {
  background-position: -102px -118px;
}
#hebs-gallery .galleria-loader {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -24px 0 0 -24px;
}
#hebs-gallery .galleria-loader:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid transparent;
  border-top-color: #e8500e;
  border-bottom-color: #e8500e;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#hebs-gallery.no-controls .galleria-thumbnails-container {
  display: none;
}
#hebs-gallery .galleria-thumbnails-container {
  height: 120px;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  background: #000;
}
@media only screen and (max-width: 1023px) and (orientation: landscape) {
  #hebs-gallery .galleria-thumbnails-container {
    display: none;
  }
}
#hebs-gallery .galleria-carousel .galleria-thumbnails-list {
  margin-left: 52px;
  margin-right: 52px;
}
#hebs-gallery .galleria-thumbnails {
  margin: 20px auto 0;
}
#hebs-gallery .galleria-thumbnails .galleria-image {
  height: 80px !important;
  width: 80px !important;
  background: #000;
  margin: 0 6px 0 0;
  float: left;
  cursor: pointer;
}
#hebs-gallery .galleria-thumbnails .galleria-image.active {
  border: 3px solid #fff;
}
#hebs-gallery .galleria-thumbnails .galleria-image.active img {
  margin: -3px 0 0 -3px;
}
#hebs-gallery .galleria-thumb-nav-left, #hebs-gallery .galleria-thumb-nav-right {
  display: none;
  position: absolute;
  top: 50%;
  cursor: pointer;
  width: 21px;
  height: 21px;
  margin-top: -10px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common.svg") 0 0 no-repeat;
}
#hebs-gallery .galleria-carousel .galleria-thumb-nav-left, #hebs-gallery .galleria-carousel .galleria-thumb-nav-right {
  display: block;
}
#hebs-gallery .galleria-thumb-nav-left.disabled, #hebs-gallery .galleria-thumb-nav-right.disabled {
  opacity: 0.5;
  cursor: default;
}
#hebs-gallery .galleria-thumb-nav-left {
  left: 15px;
  background-position: 5px -199px;
}
#hebs-gallery .galleria-thumb-nav-left:hover {
  background-position: -26px -199px;
}
#hebs-gallery .galleria-thumb-nav-left:active {
  background-position: -57px -199px;
}
#hebs-gallery .galleria-thumb-nav-left.disabled {
  background-position: 5px -199px;
}
#hebs-gallery .galleria-thumb-nav-right {
  right: 15px;
  background-position: 5px -240px;
}
#hebs-gallery .galleria-thumb-nav-right:hover {
  background-position: -26px -240px;
}
#hebs-gallery .galleria-thumb-nav-right:active {
  background-position: -57px -240px;
}
#hebs-gallery .galleria-thumb-nav-right.disabled {
  background-position: 5px -240px;
}
#hebs-gallery .galleria-info {
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  width: 100%;
  height: 40px;
}
#hebs-gallery .galleria-info .galleria-info-description {
  text-align: center;
  line-height: 40px;
  color: #fff;
  position: absolute;
  left: 300px;
  right: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.other-page-main-content {
  display: flex;
  flex-direction: row;
  padding: 0px 60px 0;
  box-sizing: border-box;
  width: 100%;
  max-width: 1440px;
  margin: auto;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1023px) {
  .other-page-main-content {
    padding: 0px 60px 40px;
  }
}
@media only screen and (max-width: 640px) {
  .other-page-main-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.other-page-main-content .other-page-side-links {
  width: 33.3333%;
  padding-right: 20px;
}
@media only screen and (max-width: 820px) {
  .other-page-main-content .other-page-side-links {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 40px;
  }
}
.other-page-main-content .other-page-side-links h2 {
  font-size: 28px;
  color: #e8500e;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.other-page-main-content .other-page-side-links ul li {
  margin-bottom: 10px;
}
.other-page-main-content .other-page-side-links ul li:last-child {
  margin-bottom: 0px;
}
.other-page-main-content .other-page-side-links ul li a {
  line-height: 1.6em;
  font-size: 15px;
  color: #46949f;
  display: block;
  text-decoration: none;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media only screen and (max-width: 820px) {
  .other-page-main-content .other-page-side-links ul li a {
    display: inline-block;
  }
}
.other-page-main-content .other-page-side-links ul li a:hover {
  color: #e8500e;
}
.other-page-main-content .page-content {
  padding-left: 20px;
  text-align: left;
  width: 66.6666% !important;
}
@media only screen and (max-width: 820px) {
  .other-page-main-content .page-content {
    width: 100%;
    padding-left: 0px;
  }
}
.other-page-main-content .page-content .content-wrap {
  width: 100%;
  max-width: 720px;
}
.other-page-main-content .page-content h3 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 16px;
  text-transform: uppercase;
  line-height: 1em;
}
.other-page-main-content .page-content p {
  margin-left: 0;
}

.rooms-wrap {
  width: 100%;
  max-width: 1440px;
  padding-left: 60px;
  padding-right: 60px;
  box-sizing: border-box;
  margin: auto;
}
@media only screen and (max-width: 640px) {
  .rooms-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.rooms-wrap h3 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 16px;
  text-transform: uppercase;
  line-height: 1em;
}
.rooms-wrap h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1em;
}
.rooms-wrap .venues-entry {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1023px) {
  .rooms-wrap .venues-entry {
    margin-bottom: 40px;
  }
}
.rooms-wrap .venues-entry .room-details-wrap {
  width: 68%;
  padding-right: 80px;
  box-sizing: border-box;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  .rooms-wrap .venues-entry .room-details-wrap {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 40px;
  }
}
.rooms-wrap .venues-entry .room-details-wrap .page-content {
  text-align: left;
}
@media only screen and (max-width: 640px) {
  .rooms-wrap .venues-entry .room-details-wrap .page-content {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.rooms-wrap .venues-entry .room-details-wrap .page-content p {
  margin-left: 0;
  max-width: 100%;
}
.rooms-wrap .venues-entry .room-details-wrap .room-links {
  height: 60px;
  line-height: 60px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .rooms-wrap .venues-entry .room-details-wrap .room-links {
    min-height: 60px;
    height: auto;
    margin-bottom: 50px;
  }
}
.rooms-wrap .venues-entry .room-details-wrap .room-links ul {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .rooms-wrap .venues-entry .room-details-wrap .room-links ul {
    display: block;
  }
}
.rooms-wrap .venues-entry .room-details-wrap .room-links ul li {
  display: inline-block;
  margin-right: 60px;
}
.rooms-wrap .venues-entry .room-details-wrap .room-links ul li:last-child {
  margin-right: 0px;
}
@media only screen and (max-width: 1280px) {
  .rooms-wrap .venues-entry .room-details-wrap .room-links ul li {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 419px) {
  .rooms-wrap .venues-entry .room-details-wrap .room-links ul li {
    margin-right: 20px;
  }
}
.rooms-wrap .venues-entry .room-details-wrap .room-links ul li a {
  font-size: 16px;
  color: #e8500e;
  font-weight: 600;
  line-height: 1.75em;
  text-decoration: none;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.rooms-wrap .venues-entry .room-details-wrap .room-links ul li a:hover {
  color: #46949f;
}
.rooms-wrap .venues-entry .room-details-wrap .room-links .cta-wrap {
  float: right;
}
@media only screen and (max-width: 767px) {
  .rooms-wrap .venues-entry .room-details-wrap .room-links .cta-wrap {
    display: block;
    float: none;
  }
}
.rooms-wrap .venues-entry .room-details-wrap .room-links .cta-wrap .phone {
  font-size: 16px;
  display: inline-block;
  color: #46949f;
  font-weight: 500;
  line-height: 60px;
  height: 60px;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  text-decoration: none;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.rooms-wrap .venues-entry .room-details-wrap .room-links .cta-wrap .phone:hover {
  color: #e8500e;
}
@media only screen and (max-width: 1280px) {
  .rooms-wrap .venues-entry .room-details-wrap .room-links .cta-wrap .phone {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-wrap .venues-entry .room-details-wrap .room-links .cta-wrap .button {
    height: 60px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 1280px) {
  .rooms-wrap .venues-entry .room-details-wrap .room-links .cta-wrap .button {
    padding-left: 10px;
    padding-right: 10px;
    min-width: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-wrap .venues-entry .room-details-wrap .room-links .cta-wrap .button {
    float: left;
  }
}
.rooms-wrap .venues-entry .room-image-wrap {
  width: 32%;
}
@media only screen and (max-width: 1023px) {
  .rooms-wrap .venues-entry .room-image-wrap {
    width: 100%;
    max-width: 500px;
  }
}
.rooms-wrap .venues-entry .room-image-wrap .room-image {
  width: 100%;
  background-size: cover;
  background-position: center;
}
.rooms-wrap .venues-entry .room-image-wrap .room-image:after {
  content: "";
  display: block;
  padding-top: 80%;
}
.rooms-wrap .venues-entry .room-image-wrap .room-layouts {
  margin-top: 10px;
}
.rooms-wrap .venues-entry .room-image-wrap .room-layouts li {
  position: relative;
  display: block;
  float: left;
  width: 84px;
  height: 75px;
  margin: 0;
  padding: 0;
  line-height: 75px;
}
.rooms-wrap .venues-entry .room-image-wrap .room-layouts li span {
  display: none;
}
.rooms-wrap .venues-entry .room-image-wrap .room-layouts li:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none !important;
  color: #424242;
  font-size: 65px;
  text-align: center;
  line-height: 72px;
}
.rooms-wrap .venues-entry .room-image-wrap .room-layouts li:after {
  content: attr(data-layoutname);
  display: block;
  opacity: 0;
  visibility: hidden;
  padding: 30px;
  background: rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: bold 28px/10px "Lato", sans-serif;
  word-break: keep-all;
  white-space: pre;
}
.rooms-wrap .venues-entry .room-image-wrap .room-icons {
  display: flex;
  flex-wrap: wrap;
}
.rooms-wrap .venues-entry .room-image-wrap .room-icons .one-room-icon {
  width: 20%;
  background-image: url("../images/sprite.svg");
  cursor: pointer;
}
.rooms-wrap .venues-entry .room-image-wrap .room-icons .one-room-icon:after {
  content: "";
  display: block;
  padding-top: 100%;
}
@media only screen and (max-width: 1280px) {
  .rooms-wrap .venues-entry .room-image-wrap .room-icons .one-room-icon {
    transform: scale(0.8);
  }
}
@media only screen and (max-width: 1023px) {
  .rooms-wrap .venues-entry .room-image-wrap .room-icons .one-room-icon {
    transform: scale(1);
  }
}
@media only screen and (max-width: 419px) {
  .rooms-wrap .venues-entry .room-image-wrap .room-icons .one-room-icon {
    transform: scale(0.9);
  }
}
.rooms-wrap .venues-entry .room-image-wrap .room-icons .one-room-icon.room-icon-1 {
  background-position: -505px 0px;
}
@media only screen and (max-width: 419px) {
  .rooms-wrap .venues-entry .room-image-wrap .room-icons .one-room-icon.room-icon-1 {
    background-position: -510px -5px;
  }
}
.rooms-wrap .venues-entry .room-image-wrap .room-icons .one-room-icon.room-icon-1:hover {
  background-position: -605px 0px;
}
@media only screen and (max-width: 419px) {
  .rooms-wrap .venues-entry .room-image-wrap .room-icons .one-room-icon.room-icon-1:hover {
    background-position: -610px -5px;
  }
}
.rooms-wrap .venues-entry .room-image-wrap .room-icons .one-room-icon.room-icon-2 {
  background-position: -505px -100px;
}
@media only screen and (max-width: 419px) {
  .rooms-wrap .venues-entry .room-image-wrap .room-icons .one-room-icon.room-icon-2 {
    background-position: -510px -105px;
  }
}
.rooms-wrap .venues-entry .room-image-wrap .room-icons .one-room-icon.room-icon-2:hover {
  background-position: -605px -100px;
}
@media only screen and (max-width: 419px) {
  .rooms-wrap .venues-entry .room-image-wrap .room-icons .one-room-icon.room-icon-2:hover {
    background-position: -610px -105px;
  }
}
.rooms-wrap .venues-entry .room-image-wrap .room-icons .one-room-icon.room-icon-3 {
  background-position: -505px -200px;
}
@media only screen and (max-width: 419px) {
  .rooms-wrap .venues-entry .room-image-wrap .room-icons .one-room-icon.room-icon-3 {
    background-position: -510px -205px;
  }
}
.rooms-wrap .venues-entry .room-image-wrap .room-icons .one-room-icon.room-icon-3:hover {
  background-position: -605px -200px;
}
@media only screen and (max-width: 419px) {
  .rooms-wrap .venues-entry .room-image-wrap .room-icons .one-room-icon.room-icon-3:hover {
    background-position: -610px -205px;
  }
}
.rooms-wrap .venues-entry .room-image-wrap .room-icons .one-room-icon.room-icon-4 {
  background-position: -505px -300px;
}
@media only screen and (max-width: 419px) {
  .rooms-wrap .venues-entry .room-image-wrap .room-icons .one-room-icon.room-icon-4 {
    background-position: -510px -305px;
  }
}
.rooms-wrap .venues-entry .room-image-wrap .room-icons .one-room-icon.room-icon-4:hover {
  background-position: -605px -300px;
}
@media only screen and (max-width: 419px) {
  .rooms-wrap .venues-entry .room-image-wrap .room-icons .one-room-icon.room-icon-4:hover {
    background-position: -610px -305px;
  }
}
.rooms-wrap .venues-entry .room-image-wrap .room-icons .one-room-icon.room-icon-5 {
  background-position: -505px -400px;
}
@media only screen and (max-width: 419px) {
  .rooms-wrap .venues-entry .room-image-wrap .room-icons .one-room-icon.room-icon-5 {
    background-position: -510px -405px;
  }
}
.rooms-wrap .venues-entry .room-image-wrap .room-icons .one-room-icon.room-icon-5:hover {
  background-position: -605px -400px;
}
@media only screen and (max-width: 419px) {
  .rooms-wrap .venues-entry .room-image-wrap .room-icons .one-room-icon.room-icon-5:hover {
    background-position: -610px -405px;
  }
}
.rooms-wrap .venues-entry .room-image-wrap .room-icons .one-room-icon.room-icon-6 {
  background-position: -505px -600px;
}
@media only screen and (max-width: 419px) {
  .rooms-wrap .venues-entry .room-image-wrap .room-icons .one-room-icon.room-icon-6 {
    background-position: -510px -605px;
  }
}
.rooms-wrap .venues-entry .room-image-wrap .room-icons .one-room-icon.room-icon-6:hover {
  background-position: -605px -600px;
}
@media only screen and (max-width: 419px) {
  .rooms-wrap .venues-entry .room-image-wrap .room-icons .one-room-icon.room-icon-6:hover {
    background-position: -610px -605px;
  }
}
.rooms-wrap .venues-entry .room-image-wrap .room-icons .one-room-icon.room-icon-7 {
  background-position: -505px -700px;
}
@media only screen and (max-width: 419px) {
  .rooms-wrap .venues-entry .room-image-wrap .room-icons .one-room-icon.room-icon-7 {
    background-position: -510px -705px;
  }
}
.rooms-wrap .venues-entry .room-image-wrap .room-icons .one-room-icon.room-icon-7:hover {
  background-position: -605px -700px;
}
@media only screen and (max-width: 419px) {
  .rooms-wrap .venues-entry .room-image-wrap .room-icons .one-room-icon.room-icon-7:hover {
    background-position: -610px -705px;
  }
}
.rooms-wrap .venues-entry .room-image-wrap .room-icons .one-room-icon.room-icon-8 {
  background-position: -505px -500px;
}
@media only screen and (max-width: 419px) {
  .rooms-wrap .venues-entry .room-image-wrap .room-icons .one-room-icon.room-icon-8 {
    background-position: -510px -505px;
  }
}
.rooms-wrap .venues-entry .room-image-wrap .room-icons .one-room-icon.room-icon-8:hover {
  background-position: -605px -500px;
}
@media only screen and (max-width: 419px) {
  .rooms-wrap .venues-entry .room-image-wrap .room-icons .one-room-icon.room-icon-8:hover {
    background-position: -610px -505px;
  }
}

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

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

.specials:after {
  clear: both;
  content: "";
  display: table;
}
.specials .image-list-item {
  position: relative;
  overflow: hidden;
  height: 300px;
  width: 100%;
  margin: 0 auto 20px;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
}
@media only screen and (max-width: 767px) {
  .specials .image-list-item {
    height: auto;
  }
}
.specials .image-list-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #e6e6e6;
  z-index: -1;
}
.specials .image-list-item .button {
  margin: 5px;
}
.specials .image-list-item .background {
  position: relative;
  width: 350px;
  height: 300px;
  margin-left: 40px;
  display: block;
  float: right;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .specials .image-list-item .background {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .specials .image-list-item .background {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.specials .image-list-item .description {
  width: 100%;
  display: block;
  padding: 25px;
}
@media only screen and (max-width: 767px) {
  .specials .image-list-item .description {
    padding: 20px 20px 10px 20px;
    text-align: center;
  }
}
.specials .image-list-item .description h3 {
  margin-bottom: 15px;
}
.specials .image-list-item .description h3 a {
  text-decoration: none;
}
.specials .image-list-item .description h3 a:hover {
  color: #46949f;
}
.specials .image-list-item .description nav {
  position: absolute;
  bottom: 30px;
  left: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .specials .image-list-item .description nav {
    bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .specials .image-list-item .description nav {
    text-align: center;
    width: 100%;
    left: auto;
    right: auto;
    bottom: auto;
    position: relative;
  }
}

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

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

.google-map {
  position: relative;
}
.google-map:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid transparent;
  border-top-color: #e8500e;
  border-bottom-color: #e8500e;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.google-map.loaded:before {
  content: none;
}

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

.map-content {
  background: #fff;
  border: 1px solid #D8D8D8;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  padding: 20px;
  position: relative;
  text-align: center;
  color: #46949f;
  width: 300px;
}
.map-content h3, .map-content p {
  margin-bottom: 5px;
}
.map-content h3 {
  font-size: 16px;
  line-height: 1.563;
  font-weight: bold;
}
.map-content .button {
  margin-top: 20px;
}

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

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

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

#weddings .g-recaptcha, #meetings .g-recaptcha {
  margin-left: 302px;
}
@media only screen and (max-width: 767px) {
  #weddings .g-recaptcha, #meetings .g-recaptcha {
    margin: 0;
  }
}

#home-poi {
  position: relative;
  padding-top: 50px;
  z-index: 10;
}
#home-poi .page-content {
  margin-bottom: 48px;
}

.poi {
  overflow: hidden;
}

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

.poi-map-wrapper {
  position: relative;
}

.poi-zoom {
  position: absolute;
  top: 60px;
  right: 60px;
  width: 110px;
  height: 110px;
  border: 1px solid #e8500e;
  border-radius: 100%;
  color: #e8500e;
  font-size: 24px;
  line-height: 1em;
  text-align: center;
  z-index: 20;
  padding: 25px 20px;
  box-sizing: border-box;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .poi-zoom {
    display: none;
  }
}
.poi-zoom span {
  display: block;
  margin-bottom: 5px;
}
.poi-zoom .poi-zoom-button {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  height: 26px;
  width: 26px;
  border-radius: 100%;
  overflow: hidden;
  text-indent: -100em;
  text-align: left;
  border: 1px solid #e8500e;
}
.poi-zoom .poi-zoom-button:after {
  content: "";
  background: #e8500e;
  display: block;
  width: 8px;
  height: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.poi-zoom .poi-zoom-button:hover {
  background: #e8500e;
}
.poi-zoom .poi-zoom-button:hover:before, .poi-zoom .poi-zoom-button:hover:after {
  background: #fff !important;
}
.poi-zoom .poi-zoom-button.zoom-in:before {
  content: "";
  background: #e8500e;
  display: block;
  width: 1px;
  height: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.poi-map {
  height: 800px;
}
@media only screen and (max-width: 767px) {
  .poi-map {
    height: 60vh;
  }
}

.leaflet-pane {
  z-index: 1;
}

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

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

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

#calendar-filter {
  float: right;
}
@media only screen and (max-width: 767px) {
  #calendar-filter {
    float: none;
    margin-top: 10px;
    text-align: center;
  }
}

#calendar-views {
  float: left;
}
#calendar-views:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: 767px) {
  #calendar-views {
    float: none;
    text-align: center;
    margin-bottom: 30px;
  }
}
#calendar-views li {
  float: left;
}
@media only screen and (max-width: 767px) {
  #calendar-views li {
    display: inline-block;
    float: none;
  }
}
#calendar-views a {
  position: relative;
  display: block;
  line-height: 20px;
  margin-right: 20px;
  padding-left: 30px;
  text-decoration: none;
  color: #000000;
}
#calendar-views a:hover {
  color: #e8500e;
}
@media only screen and (max-width: 767px) {
  #calendar-views a {
    margin-right: 0;
    margin-left: 20px;
  }
  #calendar-views a.grid {
    margin-left: 0;
  }
}
#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-breadcrumb {
  padding: 10px 0;
  margin-bottom: 20px;
}
#calendar-breadcrumb:after {
  clear: both;
  content: "";
  display: table;
}
#calendar-breadcrumb dt, #calendar-breadcrumb dd {
  float: left;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  #calendar-breadcrumb dt, #calendar-breadcrumb dd {
    float: none;
    display: inline-block;
  }
}

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

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

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

#calendar-week, #calendar-days {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#calendar-week li, #calendar-days li {
  display: inline-block;
  width: 13%;
}

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

#calendar-days {
  position: relative;
}
#calendar-days li {
  margin: 0 0 1em;
  min-height: 8em;
  text-align: left;
  text-align-last: left;
  vertical-align: top;
  position: static;
  background: whitesmoke;
  color: #b83f0b;
}
@media only screen and (max-width: 767px) {
  #calendar-days li {
    display: block;
    float: none;
    width: 100%;
    min-height: auto !important;
    height: auto !important;
  }
  #calendar-days li dl {
    margin-top: auto !important;
    height: auto;
  }
  #calendar-days li dl dt {
    width: 100% !important;
    padding-bottom: 10px;
  }
}
#calendar-days li time a {
  text-align: center;
  color: #000000;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
}
#calendar-days li time a:hover {
  background: #ebebeb;
}
#calendar-days li.prev_month, #calendar-days li.next_month {
  background: #fafafa;
}
#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;
}
#calendar-days dl.hide {
  display: none;
}
@media only screen and (max-width: 767px) {
  #calendar-days dl.hide {
    display: block;
  }
}
#calendar-days dt {
  position: relative;
}
#calendar-days dt a {
  display: block;
  height: 1.8em;
  width: auto;
  line-height: 1.8em;
  padding: 0 0.5em 0 1em;
  text-decoration: none;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0.7em;
  color: #fff;
}
@media only screen and (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.538%;
}
#calendar-days dl.w3 dt {
  width: 323.076%;
}
#calendar-days dl.w4 dt {
  width: 434.614%;
}
#calendar-days dl.w5 dt {
  width: 546.152%;
}
#calendar-days dl.w6 dt {
  width: 657.69%;
}
#calendar-days dl.w7 dt {
  width: 769.228%;
}
#calendar-days dl.c1 dt a {
  background-color: #8db294;
}
#calendar-days dl.c2 dt a {
  background-color: #ada39a;
}
#calendar-days dl.c3 dt a {
  background-color: #85a9b7;
}
#calendar-days dl.c4 dt a {
  background-color: #bc8e8f;
}
#calendar-days dl.c5 dt a {
  background-color: #ac9bc1;
}
#calendar-days dl.c6 dt a {
  background-color: #87b6c7;
}
#calendar-days dl.c7 dt a {
  background-color: #bb85aa;
}
#calendar-days dl.c8 dt a {
  background-color: #a4a4a4;
}
#calendar-days dl dd {
  position: absolute;
  left: 0;
  bottom: 28px;
  background: #fff;
  font-size: 12px;
  margin-bottom: 10px;
  padding: 10px;
  text-align: left;
  visibility: hidden;
  width: 200px;
  z-index: 999;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border-radius: 4px;
  transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 767px) {
  #calendar-days dl dd {
    display: none !important;
  }
}
#calendar-days dl dd .triangle {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
}
#calendar-days dl dd .triangle span {
  display: block;
  width: 0;
  margin: 0 auto;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  border-top: 14px solid #fff;
}
#calendar-days dl dd h3 {
  color: #e8500e;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5;
  text-transform: uppercase;
}
#calendar-days dl dd img {
  height: auto;
  width: 100%;
}
#calendar-days dl dd p {
  font-size: 12px;
  line-height: 18px;
  padding: 0 0 10px 0;
  width: 100%;
}
#calendar-days dl:hover dd {
  visibility: visible;
}
#calendar-days dl.t1 {
  margin-top: 2em;
}
#calendar-days dl.t2 {
  margin-top: 4em;
}
#calendar-days dl.t3 {
  margin-top: 6em;
}
#calendar-days dl.t4 {
  margin-top: 8em;
}
#calendar-days dl.t5 {
  margin-top: 10em;
}
#calendar-days dl.t6 {
  margin-top: 12em;
}
#calendar-days dl.t7 {
  margin-top: 14em;
}
#calendar-days dl.t8 {
  margin-top: 16em;
}
#calendar-days dl.t9 {
  margin-top: 18em;
}
#calendar-days dl.t10 {
  margin-top: 20em;
}
#calendar-days dl.t11 {
  margin-top: 22em;
}
#calendar-days dl.t12 {
  margin-top: 24em;
}
#calendar-days dl.t13 {
  margin-top: 26em;
}
#calendar-days dl.t14 {
  margin-top: 28em;
}
#calendar-days dl.t15 {
  margin-top: 30em;
}
#calendar-days dl.t16 {
  margin-top: 32em;
}
#calendar-days dl.t17 {
  margin-top: 34em;
}
#calendar-days dl.t18 {
  margin-top: 36em;
}
#calendar-days dl.t19 {
  margin-top: 38em;
}
#calendar-days dl.t20 {
  margin-top: 40em;
}

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

#calendar .no-events {
  margin: 40px 0;
  padding: 40px 0;
  height: auto;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 120%;
}

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

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

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

.calendar .image-list-item {
  position: relative;
  overflow: hidden;
  height: 300px;
  width: 100%;
  margin: 0 auto 20px;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item {
    height: auto;
  }
}
.calendar .image-list-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #e6e6e6;
  z-index: -1;
}
.calendar .image-list-item .background {
  position: relative;
  width: 350px;
  height: 300px;
  margin-left: 40px;
  display: block;
  float: right;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .calendar .image-list-item .background {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item .background {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.calendar .image-list-item .description {
  width: 100%;
  display: block;
  padding: 25px;
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item .description {
    padding: 20px 20px 10px 20px;
    text-align: center;
  }
}
.calendar .image-list-item .description h3 {
  font-size: 24px;
  line-height: 30px/24px;
  color: #e8500e;
  margin-bottom: 15px;
}
.calendar .image-list-item .description .button {
  position: absolute;
  bottom: 30px;
  left: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .calendar .image-list-item .description .button {
    bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item .description .button {
    text-align: center;
    width: auto;
    left: auto;
    right: auto;
    bottom: auto;
    position: relative;
  }
}

@media print {
  html {
    -webkit-print-color-adjust: exact;
  }
  .fade-on-scroll {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }
  body > *:not(#content) {
    display: none;
  }
  #content-submenu {
    display: none;
  }
  .additional-content, #home-tiles, .review {
    display: none;
  }
  #calendar-header, #calendar-year, #calendar-month {
    display: none;
  }
  @page {
    size: 960px 1358px;
  }
}
