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

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

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

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

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

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

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

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

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

.ui-datepicker-prev, .ui-datepicker-next {
  position: absolute;
  top: 0;
  width: 26px;
  height: 26px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          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 #454546;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(45deg);
  transition: border-color 350ms ease-in-out;
}
.ui-datepicker-prev.ui-state-disabled, .ui-datepicker-next.ui-state-disabled {
  opacity: 0.3;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 767px) {
  html.mobile-navigation-visible {
    overflow: hidden;
  }
}
#mobile-navigation {
  display: block;
  position: fixed;
  right: -100%;
  top: 0;
  padding-top: 200px;
  height: 100%;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  background: #002A3B;
  transition: right 200ms;
  text-align: center;
  overflow: hidden;
  z-index: 60;
}
@media only screen and (max-width: 979px) {
  #mobile-navigation {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 767px) {
  #mobile-navigation {
    padding-top: 80px;
  }
}
#mobile-navigation:before {
  content: "";
  background: rgba(131, 132, 122, 0.2);
  width: 60%;
  height: 1px;
  position: absolute;
  top: 200px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}
@media only screen and (max-width: 979px) {
  #mobile-navigation:before {
    top: 120px;
  }
}
@media only screen and (max-width: 767px) {
  #mobile-navigation:before {
    top: 80px;
  }
}
@media only screen and (max-width: 979px) {
  .ng-lightbox-alert-bar #mobile-navigation:before {
    top: 160px;
  }
}
@media only screen and (max-width: 767px) {
  .ng-lightbox-alert-bar #mobile-navigation:before {
    top: 160px;
  }
}
#mobile-navigation:after {
  content: "";
  display: block;
  position: absolute;
  right: 60px;
  bottom: 70px;
  background-image: url("../images/menu-bg.svg");
  background-size: cover;
  width: 320px;
  height: 360px;
  z-index: 0;
}
#mobile-navigation .property-menu-logo {
  position: relative;
  display: block;
  height: 124px;
  text-align: center;
  transition: all 200ms ease;
  margin-top: 50px;
  margin-bottom: 20px;
  z-index: 2;
}
#mobile-navigation .property-menu-logo:before {
  content: "";
  display: block;
  background: rgba(131, 132, 122, 0.2);
  width: 60%;
  height: 1px;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
#mobile-navigation .property-menu-logo img {
  display: block;
  height: 100%;
  width: auto;
  margin: 0 auto;
}
@media only screen and (max-width: 979px) {
  #mobile-navigation .property-menu-logo {
    height: 80px;
  }
}
@media only screen and (max-width: 767px) {
  #mobile-navigation .property-menu-logo {
    height: 40px;
  }
}
.keyboard-navigation #mobile-navigation {
  visibility: hidden;
}
.mobile-navigation-visible #mobile-navigation {
  right: 0;
}
.mobile-navigation-visible.keyboard-navigation #mobile-navigation {
  right: 0;
  visibility: visible;
}
#mobile-navigation .navigation-wrapper {
  position: absolute;
  top: 201px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
  height: calc(100% - 201px);
  z-index: 60;
}
@media only screen and (max-width: 979px) {
  #mobile-navigation .navigation-wrapper {
    top: 121px;
    height: calc(100% - 121px);
  }
}
@media only screen and (max-width: 767px) {
  #mobile-navigation .navigation-wrapper {
    top: 81px;
    height: calc(100% - 81px);
  }
}
@media only screen and (max-width: 979px) {
  .ng-lightbox-alert-bar #mobile-navigation .navigation-wrapper {
    top: 161px;
    height: calc(100% - 161px);
  }
}
@media only screen and (max-width: 767px) {
  .ng-lightbox-alert-bar #mobile-navigation .navigation-wrapper {
    top: 161px;
    height: calc(100% - 161px);
  }
}
#mobile-navigation .top-menu {
  z-index: 4;
  position: relative;
  top: auto;
  right: auto;
  width: 90%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #mobile-navigation .top-menu {
    max-width: 60%;
  }
}
#mobile-navigation .top-menu ul {
  padding-top: 25px;
}
#mobile-navigation .top-menu a {
  display: block;
  padding: 4px 40px;
  font: 400 20px/24px "Roboto", Arial, sans-serif;
  text-decoration: none;
  color: #fff;
}
#mobile-navigation .top-menu a:hover, #mobile-navigation .top-menu a.active {
  color: #83847A;
}
#mobile-navigation .main-menu {
  position: relative;
  max-width: 60%;
  margin: 0 auto;
  padding-bottom: 25px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  #mobile-navigation .main-menu {
    max-width: 90%;
  }
}
#mobile-navigation .main-menu .menu li {
  position: relative;
  margin: 20px 0;
}
#mobile-navigation .main-menu .menu a {
  display: inline-block;
  padding: 4px 40px;
  text-transform: uppercase;
  position: relative;
  transition: padding 300ms ease;
}
#mobile-navigation .main-menu .menu a:before {
  content: "";
  display: block;
  background: #BABABA;
  height: 1px;
  width: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transition: width 200ms ease;
}
#mobile-navigation .main-menu .menu.level-1 {
  padding-top: 25px;
}
#mobile-navigation .main-menu .menu.level-1 > li > a {
  font: 300 26px/30px "Roboto", Arial, sans-serif;
  text-decoration: none;
  color: #fff;
}
#mobile-navigation .main-menu .menu.level-1 > li > a:hover, #mobile-navigation .main-menu .menu.level-1 > li > a.active {
  color: #BABABA;
  padding-left: 70px;
}
#mobile-navigation .main-menu .menu.level-1 > li > a:hover:before, #mobile-navigation .main-menu .menu.level-1 > li > a.active:before {
  width: 50px;
}
#mobile-navigation .main-menu .menu.level-1 > li > .plus {
  top: 4px;
}
#mobile-navigation .main-menu .menu.submenu {
  position: relative;
  overflow: hidden;
  max-height: 0;
  padding: 0;
  transition: max-height 222ms cubic-bezier(0, 1, 0, 1), padding 333ms;
}
.keyboard-navigation #mobile-navigation .main-menu .menu.submenu {
  visibility: hidden;
}
#mobile-navigation .main-menu .menu.submenu a {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
  color: #fff;
}
#mobile-navigation .main-menu .menu.submenu a:hover, #mobile-navigation .main-menu .menu.submenu a.active {
  color: #BABABA;
}
#mobile-navigation .main-menu .menu.level-3.submenu li {
  margin: 10px 0;
}
#mobile-navigation .main-menu .menu.level-3.submenu a {
  font-size: 14px;
  line-height: 16px;
}
#mobile-navigation .main-menu .parent.expanded > .submenu {
  max-height: 800px;
  padding: 10px 0;
  transition: max-height 222ms cubic-bezier(1, 0, 1, 0), padding 333ms;
}
.keyboard-navigation #mobile-navigation .main-menu .parent.expanded > .submenu {
  visibility: visible;
}
#mobile-navigation .main-menu .plus {
  display: block;
  height: 32px;
  width: 32px;
  position: absolute;
  right: 10px;
  cursor: pointer;
}
#mobile-navigation .main-menu .plus .horizontal, #mobile-navigation .main-menu .plus .vertical {
  position: absolute;
  transition: all 333ms ease-in-out;
  transform: rotate(-90deg);
  background-color: #fff;
  top: 0;
}
#mobile-navigation .main-menu .plus .horizontal {
  width: 9px;
  height: 1px;
  margin-left: 11px;
  margin-top: 15px;
}
#mobile-navigation .main-menu .plus .vertical {
  width: 1px;
  height: 9px;
  margin-left: 15px;
  margin-top: 11px;
}
#mobile-navigation .main-menu .parent.expanded > .plus > .vertical, #mobile-navigation .main-menu .parent.expanded > .plus > .horizontal {
  transform: rotate(90deg);
  background: #BABABA !important;
}
#mobile-navigation .main-menu .parent.expanded > .plus > .horizontal {
  opacity: 0;
}
#mobile-navigation .main-menu .menu.submenu .plus {
  top: 0;
}

@media only screen and (max-width: 767px) {
  html.booking-visible {
    overflow: hidden;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #booking {
    top: 20px;
    right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #booking {
    position: fixed;
    top: 0;
    left: -101%;
    display: block;
    height: 100%;
    width: 100%;
    overflow: auto;
    padding: 0;
    transition: left 350ms ease-in-out;
    -webkit-overflow-scrolling: touch;
  }
  .booking-visible #booking {
    left: 0;
    top: 0;
  }
  .booking-visible.ng-lightbox-alert-bar #booking {
    top: 80px;
  }
  #booking .center-column {
    padding: 0;
    max-width: 100%;
    height: 100%;
  }
  #booking form {
    width: 100%;
    padding: 100px 20px 30px 20px;
  }
  #booking .column {
    margin-right: 0;
    width: 100%;
  }
  #booking .column.adults, #booking .column.rooms-column {
    width: 48%;
  }
  #booking .column.rooms-column {
    margin-left: 4%;
  }
  #booking select {
    max-width: 100%;
  }
  #booking input[type=text], #booking input[type=date], #booking select, #booking .input-overlay {
    width: 100%;
    padding: 0 35px;
    text-align: center;
    -moz-text-align-last: center;
         text-align-last: center;
  }
  #booking .input-overlay {
    display: block;
  }
  #booking #booking-dates {
    width: 100%;
  }
  #booking input[type=submit] {
    margin-top: 20px;
    width: 100%;
  }
}

#booking-datepicker {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
  background: #fff;
}
#booking-datepicker.visible {
  display: block;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker {
    display: block;
    position: relative;
    bottom: auto;
    max-height: 0;
    overflow: hidden;
    transition: max-height 350ms ease-in-out;
  }
  #booking-datepicker.visible {
    max-height: 500px;
  }
}
#booking-datepicker .arrival-departure-status {
  overflow: hidden;
  white-space: nowrap;
  background: #00333B;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .arrival-departure-status {
    display: none;
  }
}
#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/55px "Roboto", Arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
}
#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;
  box-shadow: none;
}
#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: #00333B;
  font-size: 7px;
  line-height: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  speak: none;
}
.keyboard-navigation #booking-datepicker.checkin-step td a:before, .keyboard-navigation #booking-datepicker.checkout-step td a:before, .keyboard-navigation #booking-datepicker td.checkin-date a:before, .keyboard-navigation #booking-datepicker td.checkout-date a:before {
  display: none;
}
#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";
}

#booking-datepicker-bar {
  display: none;
  position: absolute;
  left: 0;
  bottom: 62px;
  z-index: 7;
}
@media only screen and (min-width: 768px) {
  .booking-datepicker-under #booking-datepicker-bar {
    bottom: auto;
    top: 75px;
  }
}
#booking-datepicker-bar.visible {
  display: block;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker-bar {
    display: block;
    position: relative;
    bottom: auto;
    max-height: 0;
    overflow: hidden;
    transition: max-height 350ms ease-in-out;
  }
  #booking-datepicker-bar.visible {
    max-height: 500px;
  }
}
#booking-datepicker-bar .arrival-departure-status {
  overflow: hidden;
  white-space: nowrap;
  background: #00333B;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker-bar .arrival-departure-status {
    display: none;
  }
}
#booking-datepicker-bar .arrival-departure-status div {
  display: inline-block;
  width: 100%;
  transition: all 200ms;
}
#booking-datepicker-bar .arrival-departure-status .arrival, #booking-datepicker-bar .arrival-departure-status .departure {
  opacity: 0;
  font: 20px/55px "Roboto", Arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
}
#booking-datepicker-bar .arrival-departure-status .arrival:after, #booking-datepicker-bar .arrival-departure-status .departure:after {
  content: attr(data-text);
}
#booking-datepicker-bar .arrival-departure-status .arrival {
  margin-left: -100%;
}
#booking-datepicker-bar .arrival-departure-status .departure {
  margin-right: -100%;
}
#booking-datepicker-bar.checkin-step .arrival-departure-status .arrival {
  margin-left: 0;
  opacity: 1;
}
#booking-datepicker-bar.checkout-step .arrival-departure-status .departure {
  margin-right: 0;
  opacity: 1;
}
#booking-datepicker-bar .ui-datepicker {
  width: 100% !important;
  white-space: nowrap;
}
#booking-datepicker-bar .ui-datepicker-group {
  display: inline-block;
  white-space: normal;
}
#booking-datepicker-bar .ui-datepicker-group:nth-child(2) {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker-bar .ui-datepicker-group {
    width: 100%;
  }
  #booking-datepicker-bar .ui-datepicker-group:nth-child(2) {
    display: none;
  }
}
#booking-datepicker-bar .ui-datepicker-header {
  margin-bottom: 15px;
}
#booking-datepicker-bar .ui-datepicker-header .ui-datepicker-prev, #booking-datepicker-bar .ui-datepicker-header .ui-datepicker-next {
  display: none;
}
#booking-datepicker-bar .ui-datepicker-prev, #booking-datepicker-bar .ui-datepicker-next {
  top: 65px;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker-bar .ui-datepicker-prev, #booking-datepicker-bar .ui-datepicker-next {
    top: 10px;
  }
}
#booking-datepicker-bar .ui-datepicker-prev {
  left: 20px;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker-bar .ui-datepicker-prev {
    left: 26px;
  }
}
#booking-datepicker-bar .ui-datepicker-next {
  right: 20px;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker-bar .ui-datepicker-next {
    right: 26px;
  }
}
@media only screen and (max-width: 767px) {
  #booking-datepicker-bar .ui-datepicker-calendar {
    width: 100%;
  }
}
#booking-datepicker-bar.checkin-step td a, #booking-datepicker-bar.checkout-step td a, #booking-datepicker-bar td.checkin-date a, #booking-datepicker-bar td.checkout-date a {
  position: relative;
}
#booking-datepicker-bar.checkin-step td a:before, #booking-datepicker-bar.checkout-step td a:before, #booking-datepicker-bar td.checkin-date a:before, #booking-datepicker-bar td.checkout-date a:before {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 14px;
  margin-bottom: -7px;
  background-color: #00333B;
  font-size: 7px;
  line-height: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  speak: none;
}
.keyboard-navigation #booking-datepicker-bar.checkin-step td a:before, .keyboard-navigation #booking-datepicker-bar.checkout-step td a:before, .keyboard-navigation #booking-datepicker-bar td.checkin-date a:before, .keyboard-navigation #booking-datepicker-bar td.checkout-date a:before {
  display: none;
}
#booking-datepicker-bar.checkin-step td a:hover:before, #booking-datepicker-bar td.checkin-date a:before {
  content: "in";
}
#booking-datepicker-bar.checkout-step td:not(.checkin-date) a:hover:before, #booking-datepicker-bar td.checkout-date a:before {
  content: "out";
}

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

.admin .preview-item {
  overflow: hidden;
  margin: 0;
  padding: 20px;
  height: auto;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.admin .preview-item .promo {
  padding: 0 15px;
  box-sizing: border-box;
  width: 350px;
}
.admin .preview-item .promo .inner-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.admin .preview-item .promo .inner-wrapper .thumbnail {
  background-size: cover;
  background-position: 50% 50%;
}
.admin .preview-item .promo .inner-wrapper .thumbnail img {
  width: 100%;
  height: auto;
}
.admin .preview-item .promo .inner-wrapper .thumbnail.no-image img {
  opacity: 1;
}
.admin .preview-item .promo .inner-wrapper .content {
  padding: 35px 30px 30px;
  background: #fff;
  min-height: 240px;
  box-sizing: border-box;
}
.admin .preview-item .promo .inner-wrapper .content h3 {
  color: #002A3B;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 17px;
  text-transform: uppercase;
  font-weight: 300;
}
.admin .preview-item .promo .inner-wrapper .content h3 a {
  text-decoration: none;
}
.admin .preview-item .promo .inner-wrapper .content h3 a:hover {
  text-decoration: underline;
}
.admin .preview-item .promo .inner-wrapper .content h4 {
  color: #454546;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.admin .preview-item .promo .inner-wrapper .content h4 a {
  color: inherit;
  font: inherit;
  text-decoration: none;
}
.admin .preview-item .promo .inner-wrapper .content h4 a:hover {
  text-decoration: underline;
}
.admin .preview-item .promo .inner-wrapper .content p {
  font-size: 14px;
  line-height: 20px;
}
.admin .preview-item .promo .arrow-button {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #00333B;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  padding-right: 45px;
  display: inline-block;
  margin-top: 15px;
  bottom: auto;
  left: auto;
}
.admin .preview-item .promo .arrow-button:after {
  content: "";
  display: block;
  height: 100%;
  width: 28px;
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid #00333B;
  border-radius: 50%;
  background-color: #fff;
  background-image: url("../images/sprite.svg");
  background-position: -407px -107px;
}
.admin .preview-item .promo .arrow-button:hover:after {
  background-position: -347px -107px;
  background-color: #00333B;
}

.promos-position-a .promo.single-slide, .promos-position-c .promo.single-slide {
  width: 50%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .promos-position-a .promo.single-slide, .promos-position-c .promo.single-slide {
    width: 100%;
  }
}
.promos-position-a .promo .arrow-button, .promos-position-c .promo .arrow-button {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.promos-position-a .slideshow-controls, .promos-position-c .slideshow-controls {
  position: absolute;
  width: 100%;
  max-width: 1300px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
@media only screen and (max-width: 1200px) {
  .promos-position-a .slideshow-controls, .promos-position-c .slideshow-controls {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .promos-position-a .slideshow-pagination, .promos-position-c .slideshow-pagination {
    display: block;
  }
}

.upcoming-events-widget {
  position: relative;
  padding-right: 47px;
}
@media only screen and (min-width: 1440px) {
  .upcoming-events-widget {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .upcoming-events-widget {
    padding-right: 0;
  }
}
.upcoming-events-widget .row {
  display: flex;
  justify-content: space-between;
  height: 542px;
}
@media only screen and (max-width: 767px) {
  .upcoming-events-widget .row {
    height: 320px;
  }
}
.upcoming-events-widget .upcoming-events-slideshow-main {
  overflow: hidden;
  width: 65%;
}
@media only screen and (max-width: 767px) {
  .upcoming-events-widget .upcoming-events-slideshow-main {
    width: 100%;
  }
}
.upcoming-events-widget .upcoming-events-slideshow-main .thumbnail {
  background-size: cover;
  background-position: 50% 50%;
  background-color: #ccc;
  margin: 0 0 17px 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.upcoming-events-widget .upcoming-events-slideshow-main .description {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 17px 50px 0;
  background-color: #fff;
}
@media only screen and (max-width: 979px) {
  .upcoming-events-widget .upcoming-events-slideshow-main .description {
    padding: 17px 20px 0;
  }
}
.upcoming-events-widget .upcoming-events-slideshow-main .description .date {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
}
.upcoming-events-widget .upcoming-events-slideshow-main .description .date a {
  text-decoration: none;
  color: inherit;
}
.upcoming-events-widget .upcoming-events-slideshow-main .description .title {
  font-size: 24px;
  line-height: 28px;
  color: #002A3B;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.upcoming-events-widget .upcoming-events-slideshow-thumb {
  overflow: hidden;
  width: 26%;
}
@media only screen and (max-width: 767px) {
  .upcoming-events-widget .upcoming-events-slideshow-thumb {
    display: none;
  }
}
.upcoming-events-widget .upcoming-events-slideshow-thumb .thumbnail {
  height: 0;
  width: 100%;
  padding-bottom: 56%;
  background-size: cover;
  background-position: 50% 50%;
  background-color: #ccc;
  margin: 0 0 17px 0;
}
@media only screen and (max-width: 979px) {
  .upcoming-events-widget .upcoming-events-slideshow-thumb .thumbnail {
    padding-bottom: 53%;
  }
}
@media only screen and (min-width: 1440px) {
  .upcoming-events-widget .upcoming-events-slideshow-thumb .thumbnail {
    padding-bottom: 40%;
  }
}
.upcoming-events-widget .upcoming-events-slideshow-thumb .description .date {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
}
.upcoming-events-widget .upcoming-events-slideshow-thumb .description .date a {
  text-decoration: none;
  color: inherit;
}
.upcoming-events-widget .upcoming-events-slideshow-thumb .description .title {
  font-size: 24px;
  line-height: 28px;
  color: #002A3B;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.upcoming-events-widget .upcoming-events-slideshow-nav {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 22px;
}
@media only screen and (min-width: 1440px) {
  .upcoming-events-widget .upcoming-events-slideshow-nav {
    right: -69px;
  }
}
@media only screen and (max-width: 767px) {
  .upcoming-events-widget .upcoming-events-slideshow-nav {
    display: none;
  }
}
.upcoming-events-widget .upcoming-events-slideshow-nav:after {
  content: "";
  background-color: #DCDCD7;
  width: 1px;
  position: absolute;
  left: 50%;
  top: 75px;
  bottom: 81px;
}
.upcoming-events-widget .upcoming-events-slideshow-nav .slideshow-button {
  display: block;
  height: 15px;
  width: 100%;
  background-image: url("../images/sprite.svg");
  background-position: -279px -112px;
  font-size: 0;
  margin-bottom: 24px;
}
.upcoming-events-widget .upcoming-events-slideshow-nav .slideshow-button.previous {
  transform: rotate(180deg);
}
.upcoming-events-widget .upcoming-events-slideshow-nav .slideshow-button:hover {
  background-position: -279px -82px;
}
.upcoming-events-widget .upcoming-events-slideshow-nav .slideshow-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
}
.upcoming-events-widget .upcoming-events-slideshow-nav .swiper-pagination-custom {
  width: 100%;
}
.upcoming-events-widget .upcoming-events-slideshow-nav .swiper-pagination-custom > * {
  text-align: center;
  display: block;
  color: #002A3B;
  font-size: 18px;
  line-height: 32px;
}
.upcoming-events-widget .upcoming-events-slideshow-nav .swiper-pagination-custom > *:first-child {
  border-bottom: 1px solid #DCDCD7;
}

.reviews-slideshow {
  position: relative;
  padding: 50px 0;
  overflow: hidden;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .reviews-slideshow {
    padding-bottom: 75px;
  }
}
.reviews-slideshow h2 {
  font: 200 36px/1.2 "TitilliumWeb WF", sans-serif;
  margin-bottom: 30px;
  color: #54baba;
  text-transform: uppercase;
  text-align: center;
}
.reviews-slideshow .slideshow {
  width: calc(100% - 40px);
  max-width: 730px;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .reviews-slideshow .slideshow {
    width: calc(100% - 200px);
  }
}
@media only screen and (max-width: 767px) {
  .reviews-slideshow .slideshow {
    width: calc(100% - 60px);
  }
}
.reviews-slideshow .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
.reviews-slideshow .slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  text-align: center;
  color: #525252;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
  line-height: 26px;
}
.reviews-slideshow .slide h3,
.reviews-slideshow .slide .copy {
  quotes: "\AB" "\BB";
}
.reviews-slideshow .slide h3:before,
.reviews-slideshow .slide .copy:before {
  content: open-quote;
  display: inline;
}
.reviews-slideshow .slide h3:after,
.reviews-slideshow .slide .copy:after {
  content: close-quote;
  display: inline;
}
.reviews-slideshow .slide h3 {
  font-size: 32px;
  line-height: 1.2;
  color: #9B9B9B;
  text-transform: uppercase;
}
.reviews-slideshow .slide .copy {
  margin-top: 25px;
}
.reviews-slideshow .slide .copy * {
  display: inline;
}
.reviews-slideshow .slide .name {
  margin-top: 25px;
  font-weight: 700;
}
.reviews-slideshow .slideshow-button {
  border: 2px solid #000;
  border-bottom: 0;
  border-left: 0;
  height: 30px;
  overflow: hidden;
  position: absolute;
  text-indent: -100em;
  top: 50%;
  margin-top: -10px;
  width: 30px;
  z-index: 10;
  transition: border-color 350ms ease-in-out;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .reviews-slideshow .slideshow-button {
    display: none;
  }
}
.reviews-slideshow .slideshow-button:hover {
  border-color: #aaa;
}
.reviews-slideshow .slideshow-button.previous {
  left: 40px;
  transform: rotate(-135deg);
}
@media only screen and (max-width: 979px) {
  .reviews-slideshow .slideshow-button.previous {
    left: 20px;
  }
}
.reviews-slideshow .slideshow-button.next {
  right: 40px;
  transform: rotate(45deg);
}
@media only screen and (max-width: 979px) {
  .reviews-slideshow .slideshow-button.next {
    right: 20px;
  }
}

.rooms-module {
  background: #FAFAF8;
  padding: 95px 0 115px;
  width: 100%;
}
@media only screen and (max-width: 979px) {
  .rooms-module {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-module {
    padding: 40px 0;
  }
}
.rooms-module .rooms-category-selector {
  position: relative;
  display: inline-block;
}
.rooms-module .rooms-category-selector:after, .rooms-module .rooms-category-selector:before {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 1px;
  background: rgba(110, 110, 110, 0.5);
}
.rooms-module .rooms-category-selector:after {
  left: calc(-1 * (100vw - 1160px) / 2);
}
@media only screen and (max-width: 979px) {
  .rooms-module .rooms-category-selector:after {
    display: none;
  }
}
.rooms-module .rooms-category-selector:before {
  left: 0;
}
.rooms-module .rooms-category-selector button {
  display: inline-block;
  margin-right: 55px;
  color: #6e6e6e;
  text-transform: uppercase;
  font: 500 22px/65px "Roboto", Arial, sans-serif;
  position: relative;
}
.rooms-module .rooms-category-selector button:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background: #002A3B;
  position: absolute;
  left: 0;
  bottom: -1px;
  transition: width 200ms ease;
}
.rooms-module .rooms-category-selector button.active, .rooms-module .rooms-category-selector button:hover {
  color: #002A3B;
}
.rooms-module .rooms-category-selector button.active:after, .rooms-module .rooms-category-selector button:hover:after {
  height: 2px;
  width: 100%;
}
.rooms-module .room-category-sliders {
  margin-top: 70px;
  overflow: visible;
  position: relative;
}
.rooms-module .room-category-sliders.no-sliders {
  margin-top: 0;
}
.rooms-module .room-category-sliders .room-cat {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 0;
  overflow: visible;
}
.rooms-module .room-category-sliders .room-cat.active {
  position: relative;
  opacity: 1;
  z-index: 1;
}
.rooms-module .room-category-sliders .room-cat .slideshow {
  overflow: hidden;
}
.rooms-module .room-category-sliders .room-cat .room-entry {
  width: 50%;
  padding: 20px;
  box-sizing: border-box;
  float: left;
}
@media only screen and (max-width: 979px) {
  .rooms-module .room-category-sliders .room-cat .room-entry {
    width: 100%;
    float: none;
  }
}
.rooms-module .room-category-sliders .room-cat .room-entry .thumbnail {
  width: 100%;
  margin: 0;
  float: none;
}
.rooms-module .room-category-sliders .room-cat .room-entry .thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
.rooms-module .room-category-sliders .room-cat .room-entry .description {
  margin-top: 20px;
}
.rooms-module .room-category-sliders .room-cat .room-entry .description:after {
  clear: both;
  content: "";
  display: table;
}
.rooms-module .room-category-sliders .room-cat .room-entry .description h3 {
  float: left;
  font: 300 24px/29px "Roboto", Arial, sans-serif;
  color: #002A3B;
  text-transform: uppercase;
}
.rooms-module .room-category-sliders .room-cat .room-entry .description a {
  float: right;
}
.rooms-module .room-category-sliders .room-cat .room-entry .rooms-features {
  margin-top: 12px;
  border-top: 1px solid #DCDCD7;
  padding-top: 7px;
}
.rooms-module .room-category-sliders .room-cat .room-entry .rooms-features li {
  display: inline-block;
  padding-left: 30px;
  margin-right: 25px;
  position: relative;
  font-weight: 400;
  font-size: 16px;
}
.rooms-module .room-category-sliders .room-cat .room-entry .rooms-features li:last-child {
  margin-right: 0;
}
.rooms-module .room-category-sliders .room-cat .room-entry .rooms-features li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 20px;
  background: green;
  background: url("../images/sprite.svg") 0 0 no-repeat;
}
.rooms-module .room-category-sliders .room-cat .room-entry .rooms-features li.room-people:before {
  background-position: 0 -424px;
}
.rooms-module .room-category-sliders .room-cat .room-entry .rooms-features li.room-beds:before {
  background-position: -40px -424px;
}
.rooms-module .room-category-sliders .room-cat .room-entry .rooms-features li.room-showers:before {
  background-position: -80px -424px;
}
.rooms-module .room-category-sliders .room-cat .room-entry .rooms-features li.room-cars:before {
  background-position: -120px -424px;
}
.rooms-module .room-category-sliders .room-cat .slideshow-nav {
  position: absolute;
  top: 20px;
  width: 50px;
  right: -50px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .rooms-module .room-category-sliders .room-cat .slideshow-nav {
    top: -30px;
    right: 19px;
    width: auto;
  }
}
@media only screen and (max-width: 979px) {
  .rooms-module .room-category-sliders .room-cat .slideshow-nav {
    display: none;
  }
}
.rooms-module .room-category-sliders .room-cat .slideshow-button {
  display: block;
  height: 15px;
  width: 24px;
  background-image: url("../images/sprite.svg");
  background-position: -279px -112px;
  font-size: 0;
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .rooms-module .room-category-sliders .room-cat .slideshow-button {
    display: inline-block;
  }
}
.rooms-module .room-category-sliders .room-cat .slideshow-button.previous {
  transform: rotate(180deg);
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .rooms-module .room-category-sliders .room-cat .slideshow-button.previous {
    display: inline-block;
    transform: rotate(180deg) translate(10px, -1px);
  }
}
.rooms-module .room-category-sliders .room-cat .slideshow-button:hover {
  background-position: -279px -82px;
}

.room .amenities, .room .features {
  display: inline-block;
  width: 49%;
  vertical-align: top;
}
.room .amenities ul, .room .features ul {
  -moz-columns: 2;
  columns: 2;
  text-align: left;
  display: inline-block;
  margin: 20px 0;
}
@media only screen and (max-width: 767px) {
  .room .amenities ul, .room .features ul {
    -moz-columns: 1;
    columns: 1;
  }
}
.room .amenities ul li:before {
  display: none;
}
.room .amenities .rooms-icon {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 20px;
  font-family: "Roboto", Arial, sans-serif !important;
  font-weight: 300;
}
.room .amenities .rooms-icon:before {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  margin-right: 20px;
  font-family: "HeBS-Icons" !important;
}
.room .price {
  display: block;
  width: 100%;
  margin: 20px 0;
  font-weight: bold;
  text-decoration: none;
}
.room .price .number {
  font-size: 1.5em;
}
.room .thumbnails {
  position: relative;
  margin: 0 auto 20px auto;
  max-width: 50%;
  padding-bottom: 30%;
  float: none;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .room .thumbnails {
    width: 100%;
    padding-bottom: 50%;
    max-width: none;
  }
}
@media only screen and (max-width: 767px) {
  .room .thumbnails {
    width: 100%;
    padding-bottom: 50%;
    max-width: none;
  }
}
.room .thumbnails img {
  display: block;
  width: 100%;
  height: auto;
}
.room nav .button {
  margin-bottom: 10px;
}

.rooms-entry .room-gallery-slideshow, .single-room .room-gallery-slideshow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.rooms-entry .room-gallery-slideshow .slideshow-wrapper, .single-room .room-gallery-slideshow .slideshow-wrapper {
  height: 100%;
  display: flex;
}
.rooms-entry .room-gallery-slideshow .slide, .single-room .room-gallery-slideshow .slide {
  flex-shrink: 0;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 10;
  max-height: 500px;
}
.rooms-entry .room-gallery-slideshow .slideshow-button, .single-room .room-gallery-slideshow .slideshow-button {
  display: block;
  width: 28px;
  height: 28px;
  box-sizing: border-box;
  overflow: hidden;
  background-image: url("../images/sprite.svg");
  background-position: -216px -106px;
  text-indent: -9999px;
  font-size: 0;
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  z-index: 1;
}
.rooms-entry .room-gallery-slideshow .slideshow-button.previous, .single-room .room-gallery-slideshow .slideshow-button.previous {
  float: left;
  transform: rotate(180deg);
  transform-origin: center;
  right: 52px;
}
.rooms-entry .room-gallery-slideshow .slideshow-button.next, .single-room .room-gallery-slideshow .slideshow-button.next {
  float: right;
  right: 0;
}
.rooms-entry .room-gallery-slideshow .slideshow-button:hover, .single-room .room-gallery-slideshow .slideshow-button:hover {
  background-color: #fff;
  background-position: -276px -106px;
}
.rooms-entry .thumbnails, .single-room .thumbnails {
  height: 0;
  position: relative;
}
.rooms-entry .thumb-descr-wrapper, .single-room .thumb-descr-wrapper {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
}
@media only screen and (max-width: 979px) {
  .rooms-entry .thumb-descr-wrapper, .single-room .thumb-descr-wrapper {
    flex-flow: unset;
    display: block;
    width: auto;
  }
}
.rooms-entry .thumb-descr-wrapper .thumbnails, .single-room .thumb-descr-wrapper .thumbnails {
  width: 100%;
}
.rooms-entry .thumb-descr-wrapper .room-description, .single-room .thumb-descr-wrapper .room-description {
  width: 40%;
  text-align: left;
  align-self: center;
  padding-right: 4vw;
}
@media only screen and (max-width: 979px) {
  .rooms-entry .thumb-descr-wrapper .room-description, .single-room .thumb-descr-wrapper .room-description {
    width: 100%;
    padding: 0 30px;
  }
}

/* VENUES TEMPLATE 1 */
.venues.template1 {
  background: #fff;
  padding: 20px 0;
}
.venues.template1 * {
  box-sizing: border-box;
}
.venues.template1 article {
  width: 100%;
  margin-bottom: 40px;
  background: #002A3B;
}
.venues.template1 article .background {
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.venues.template1 article .background .content {
  float: left;
  width: 390px;
  padding: 30px 40px 40px;
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  background: rgba(0, 35, 50, 0.7);
  font-weight: 200;
  min-height: 500px;
}
@media only screen and (max-width: 767px) {
  .venues.template1 article .background .content {
    float: none;
    width: 100%;
    padding-bottom: 100px;
    min-height: auto;
  }
}
.venues.template1 article .background .content h3 {
  font-size: 24px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
}
.venues.template1 article .background .content h3 a {
  text-decoration: none;
  color: inherit;
}
.venues.template1 article .background .content h4 {
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 20px 0;
  color: #fff;
}
.venues.template1 article .background .content ul > li {
  position: relative;
  padding-left: 14px;
}
.venues.template1 article .background .content ul > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 3px;
  height: 3px;
  background: #fff;
  border-radius: 100%;
}
@media only screen and (max-width: 767px) {
  .venues.template1 article .background .content ul > li:before {
    display: none;
  }
}
.venues.template1 article .background p, .venues.template1 article .background ul {
  font-weight: 300;
}
.venues.template1 article .background .buttons {
  position: absolute;
  top: 20px;
  right: 20px;
}
@media only screen and (max-width: 767px) {
  .venues.template1 article .background .buttons {
    bottom: 10px;
    top: auto;
    left: 0;
    width: 100%;
    text-align: center;
  }
}
.venues.template1 article .background .buttons a {
  float: left;
  border-radius: 0;
  font-weight: 500;
}
.venues.template1 article .background .buttons a + a {
  margin-left: 1px;
}
@media only screen and (max-width: 767px) {
  .venues.template1 article .background .buttons a {
    display: inline-block;
    float: none;
  }
  .venues.template1 article .background .buttons a + a {
    margin-left: 10px;
  }
}
.venues.template1 article .bottom {
  position: relative;
  height: 62px;
  background: #fff;
  border: 1px solid #ebebeb;
}
@media only screen and (max-width: 767px) {
  .venues.template1 article .bottom {
    height: auto;
  }
}
.venues.template1 article .bottom .links {
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
  width: 360px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .venues.template1 article .bottom .links {
    position: static;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ebebeb;
  }
}
.venues.template1 article .bottom .links a {
  display: block;
  float: left;
  height: 60px;
  width: 33%;
  text-align: center;
  font-size: 15px;
  line-height: 60px;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  transition: opacity 350ms ease-in-out;
}
.venues.template1 article .bottom .links a + a {
  border-left: 1px solid #ebebeb;
}
@media only screen and (max-width: 767px) {
  .venues.template1 article .bottom .links a {
    display: inline-block;
    width: auto;
    float: none;
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
    margin-top: 20px;
  }
}
.venues.template1 article .bottom .links a:hover {
  opacity: 0.6;
}
.venues.template1 article .bottom .layouts {
  position: absolute;
  top: 0;
  right: 0;
  left: 390px;
  height: 60px;
  text-align: right;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .venues.template1 article .bottom .layouts {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }
}
.venues.template1 article .bottom .layouts.multiline {
  right: 60px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .venues.template1 article .bottom .layouts.multiline {
    margin-right: 60px;
  }
}
.venues.template1 article .bottom .layouts .main-list {
  width: 100%;
  height: 100%;
  position: relative;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .venues.template1 article .bottom .layouts .main-list {
    text-align: center;
  }
}
.venues.template1 article .bottom .layouts .additional-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  line-height: 0;
  padding: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0s ease 0.2s;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.venues.template1 article .bottom .layouts .toggle {
  display: none;
  position: absolute;
  right: -60px;
  bottom: 0;
  width: 60px;
  height: 60px;
  margin: 0;
  text-align: center;
  z-index: 4;
  cursor: pointer;
  background: #fff;
}
.venues.template1 article .bottom .layouts .toggle div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.venues.template1 article .bottom .layouts .toggle div:before {
  content: "\2022\2022\2022";
  display: inline-block;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.venues.template1 article .bottom .layouts.multiline .toggle {
  display: block;
}
.venues.template1 article .bottom .layouts span {
  display: inline-block;
  width: 60px;
  height: 60px;
  font-size: 35px;
  position: relative;
  cursor: pointer;
}
.venues.template1 article .bottom .layouts span:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #898989;
}
.venues.template1 article .bottom .layouts span:hover {
  background: #002A3B;
}
.venues.template1 article .bottom .layouts span:hover:before {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .venues.template1 article .bottom .layouts span:hover {
    background: none;
  }
  .venues.template1 article .bottom .layouts span:hover:before {
    color: #898989;
  }
}
.venues.template1 article .bottom .layouts span + span {
  border-left: 1px solid #ebebeb;
}
.venues.template1 article .bottom .layouts span:after {
  content: attr(data-name);
  display: block;
  position: absolute;
  bottom: 100%;
  right: 0;
  background: rgba(0, 35, 50, 0.7);
  font-size: 20px;
  font-weight: 700;
  font-family: "Roboto", Arial, sans-serif;
  color: #fff;
  line-height: 60px;
  white-space: nowrap;
  padding: 0 20px;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.2s ease-in-out 0s, height 0s ease-in-out 0.2s;
  text-transform: uppercase;
}
.venues.template1 article .bottom .layouts span:hover:after {
  opacity: 1;
  height: 60px;
  transition: opacity 0.2s ease-in-out 0s, height 0s ease-in-out 0s;
}
@media only screen and (max-width: 767px) {
  .venues.template1 article .bottom .layouts span:hover:after {
    display: none;
  }
}
.venues.template1 article .bottom .layouts.expand .additional-list {
  opacity: 1;
  visibility: visible;
  z-index: 3;
  transition: opacity 0.2s, visibility 0s ease 0s;
}
.venues.template1 article .bottom .layouts.expand .toggle div {
  transform: rotate(45deg);
}
.venues.template1 article .bottom .layouts.expand .toggle div:before, .venues.template1 article .bottom .layouts.expand .toggle div:after {
  content: "";
  display: block;
  background: #ebebeb;
  position: absolute;
}
.venues.template1 article .bottom .layouts.expand .toggle div:before {
  width: 30px;
  height: 2px;
  top: 29px;
  right: 15px;
}
.venues.template1 article .bottom .layouts.expand .toggle div:after {
  width: 2px;
  height: 30px;
  top: 15px;
  right: 29px;
}

.single-venue.template1 .thumbnail {
  position: relative !important;
  height: auto !important;
  margin: 20px 0;
}
.single-venue.template1 .thumbnail img {
  max-width: 100%;
}
.single-venue.template1 .links {
  margin: 15px 0;
}
.single-venue.template1 .layouts {
  position: relative;
  text-align: left;
  font-size: 0;
}
.single-venue.template1 .layouts.multiline {
  margin-right: 60px;
}
.single-venue.template1 .layouts .main-list {
  width: 100%;
  height: 100%;
  position: relative;
}
.single-venue.template1 .layouts .additional-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  line-height: 0;
  padding: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0s ease 0.2s;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.single-venue.template1 .layouts .toggle {
  display: none;
  position: absolute;
  right: -80px;
  bottom: 0;
  width: 60px;
  height: 60px;
  margin: 0;
  text-align: center;
  z-index: 4;
  cursor: pointer;
  background: #fff;
}
.single-venue.template1 .layouts .toggle div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.single-venue.template1 .layouts .toggle div:before {
  content: "\2022\2022\2022";
  display: inline-block;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.single-venue.template1 .layouts.multiline .toggle {
  display: block;
}
.single-venue.template1 .layouts span {
  display: inline-block;
  width: 60px;
  height: 60px;
  font-size: 35px;
  position: relative;
  cursor: pointer;
}
.single-venue.template1 .layouts span:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #898989;
}
.single-venue.template1 .layouts span:hover {
  background: #002A3B;
}
.single-venue.template1 .layouts span:hover:before {
  color: #fff;
}
.single-venue.template1 .layouts span + span {
  border-left: 1px solid #ebebeb;
}
.single-venue.template1 .layouts span:after {
  content: attr(data-name);
  display: block;
  position: absolute;
  bottom: 100%;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 60px;
  white-space: nowrap;
  padding: 0 20px;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.2s ease-in-out 0s, height 0s ease-in-out 0.2s;
  text-transform: uppercase;
}
.single-venue.template1 .layouts span:hover:after {
  opacity: 1;
  height: 60px;
  transition: opacity 0.2s ease-in-out 0s, height 0s ease-in-out 0s;
}
.single-venue.template1 .layouts.expand .additional-list {
  opacity: 1;
  visibility: visible;
  z-index: 3;
  transition: opacity 0.2s, visibility 0s ease 0s;
}
.single-venue.template1 .layouts.expand .toggle div {
  transform: rotate(45deg);
}
.single-venue.template1 .layouts.expand .toggle div:before, .single-venue.template1 .layouts.expand .toggle div:after {
  content: "";
  display: block;
  background: #ebebeb;
  position: absolute;
}
.single-venue.template1 .layouts.expand .toggle div:before {
  width: 30px;
  height: 2px;
  top: 29px;
  right: 15px;
}
.single-venue.template1 .layouts.expand .toggle div:after {
  width: 2px;
  height: 30px;
  top: 15px;
  right: 29px;
}

.gallery-acm {
  overflow: hidden;
}
.gallery-acm .title-bar {
  padding: 60px 0;
}
@media only screen and (max-width: 979px) {
  .gallery-acm .title-bar {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .gallery-acm .title-bar {
    padding: 39px 0;
  }
}
.gallery-acm .title-bar .h1 {
  text-align: left;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .gallery-acm .title-bar .h1 {
    text-align: center;
  }
}

.alt-gallery-acm {
  overflow: hidden;
}
.alt-gallery-acm .title-bar {
  padding: 60px 0;
}
@media only screen and (max-width: 979px) {
  .alt-gallery-acm .title-bar {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .alt-gallery-acm .title-bar {
    padding: 39px 0;
  }
}
.alt-gallery-acm .title-bar .h1 {
  text-align: left;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .alt-gallery-acm .title-bar .h1 {
    text-align: center;
  }
}
.alt-gallery-acm .galleries .gallery {
  padding-bottom: calc(20% - 10px);
}
@media only screen and (min-width: 1440px) {
  .alt-gallery-acm .galleries .gallery {
    width: calc(25% - 10px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .alt-gallery-acm .galleries .gallery {
    padding-bottom: calc(30% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  .alt-gallery-acm .galleries .gallery {
    width: calc(50% - 10px);
    padding-bottom: calc(35% - 10px);
  }
}
.alt-gallery-acm .galleries .gallery .description p {
  margin-bottom: 20px;
}

.gallery-slider {
  width: 100vw;
  height: 90vh;
  max-height: 770px;
}
.gallery-slider iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.gallery-slider .slideshow {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.gallery-slider .slideshow .center-column {
  position: absolute;
  bottom: 50%;
  z-index: 2;
  width: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gallery-slider .slideshow .slideshow-wrapper {
  z-index: 1;
}
.gallery-slider .slideshow .slideshow-wrapper .slide {
  width: 100%;
  height: 100%;
}
.gallery-slider .slideshow .slideshow-wrapper .slide .thumbnail {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
}
.gallery-slider .slideshow .slideshow-controls {
  height: 28px;
}
.gallery-slider .slideshow .slideshow-controls:after {
  clear: both;
  content: "";
  display: table;
}
.gallery-slider .slideshow .slideshow-controls .slideshow-button {
  display: block;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  overflow: hidden;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(135deg);
  transform-origin: center;
  text-indent: -9999px;
  font-size: 0;
}
.gallery-slider .slideshow .slideshow-controls .slideshow-button.previous {
  float: left;
  transform: rotate(-45deg);
  margin-right: 60px;
}
.gallery-slider .slideshow .slideshow-controls .slideshow-button.next {
  float: right;
}
.gallery-slider .slideshow .slideshow-controls .slideshow-button:hover {
  background-color: #fff;
  background-position: -276px -106px;
}
.gallery-slider .slideshow-pagination {
  font-size: 0;
  float: left;
  display: none;
}
@media only screen and (max-width: 767px) {
  .gallery-slider .slideshow-pagination {
    display: none;
  }
}
.gallery-slider .slideshow-pagination > * {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  text-indent: -9999px;
  overflow: hidden;
  background: #83847A;
  border-radius: 50%;
  transition: background 350ms ease-in-out;
  cursor: pointer;
}
.gallery-slider .slideshow-pagination > *:hover, .gallery-slider .slideshow-pagination > *.active {
  background: #002A3B;
}
.gallery-slider .slideshow-pagination.white > * {
  background: rgba(255, 255, 255, 0.35);
}
.gallery-slider .slideshow-pagination.white > *:hover, .gallery-slider .slideshow-pagination.white > *.active {
  background: #fff;
}

#feeds {
  padding: 100px 0 115px;
  position: relative;
}
@media only screen and (max-width: 979px) {
  #feeds {
    padding: 60px 0;
  }
}
#feeds .center-column {
  max-width: 1800px;
}
#feeds .title-bar:after {
  clear: both;
  content: "";
  display: table;
}
#feeds .title-bar .h1, #feeds .title-bar .h2 {
  text-align: center;
}
#feeds .socials {
  display: block;
  text-align: center;
  margin-left: 0;
  margin-top: 35px;
  position: relative;
}
@media only screen and (max-width: 979px) {
  #feeds .socials {
    display: block;
    line-height: 26px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #feeds .socials {
    float: none;
  }
}
#feeds .socials li {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}
@media only screen and (max-width: 979px) {
  #feeds .socials li {
    vertical-align: top;
  }
}
#feeds .socials a {
  position: relative;
  display: block;
  width: 36px;
  height: 30px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/sprite.svg") 0 0 no-repeat;
}
@media only screen and (max-width: 767px) {
  #feeds .socials a {
    display: inline-block;
  }
}
#feeds .socials a.facebook {
  width: 28px;
  background-position: -101px -466px;
}
#feeds .socials a.facebook:hover {
  background-position: -101px -510px;
}
#feeds .socials a.twitter {
  background-position: -51px -466px;
}
#feeds .socials a.twitter:hover {
  background-position: -51px -510px;
}
#feeds .socials a.instagram {
  background-position: 3px -466px;
}
#feeds .socials a.instagram:hover {
  background-position: 3px -510px;
}
#feeds .socials a.youtube {
  background-position: -144px -464px;
}
#feeds .socials a.youtube:hover {
  background-position: -144px -508px;
}
#feeds .socials a.linkedin {
  background-position: -199px -466px;
}
#feeds .socials a.linkedin:hover {
  background-position: -199px -510px;
}
#feeds .socials a.tripadvisor {
  background-position: -201px -347px;
}
#feeds .socials a.tripadvisor:hover {
  background-position: -201px -387px;
}
#feeds .socials a.google, #feeds .socials a.googleplus, #feeds .socials a.gplus {
  background-position: -81px -347px;
}
#feeds .socials a.google:hover, #feeds .socials a.googleplus:hover, #feeds .socials a.gplus:hover {
  background-position: -81px -387px;
}
#feeds .socials a.flickr {
  background-position: -361px -347px;
}
#feeds .socials a.flickr:hover {
  background-position: -361px -387px;
}
#feeds .socials a.pinterest {
  background-position: -241px -347px;
}
#feeds .socials a.pinterest:hover {
  background-position: -241px -387px;
}
#feeds.loading {
  min-height: 300px;
}
#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: #00333B;
  border-bottom-color: #00333B;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#feeds .feed-content {
  overflow: hidden;
  position: relative;
}
#feeds .feed-items {
  font-size: 0;
  margin: 30px 0;
}
#feeds .feed-item {
  position: relative;
  width: calc((100% - 60px) / 4);
  height: auto;
  font: 300 14px/18px "Roboto", Arial, sans-serif;
  z-index: 1;
  text-align: left;
  background: #ebebeb;
  color: #6F6F6F;
  transition: opacity 350ms ease-in-out;
}
#feeds .feed-item .inner-wrapper {
  width: 100%;
  padding-top: 100%;
}
#feeds .feed-item:hover {
  z-index: 2;
}
#feeds .feed-item:hover .feed-thumb {
  width: 120%;
  height: 120%;
}
@media only screen and (max-width: 767px) {
  #feeds .feed-item:hover .feed-thumb {
    width: 105%;
    height: 105%;
  }
}
#feeds .feed-item.invisible {
  opacity: 0;
}
#feeds .feed-item .feed-thumb {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background: #000;
  transition: width 200ms ease, height 200ms ease;
}
#feeds .feed-item .feed-thumb div {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
}
#feeds .feed-item .feed-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#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 .slideshow-controls {
  height: 28px;
  width: 100%;
  margin-top: 10px;
  text-align: center;
}
#feeds .slideshow-controls:after {
  clear: both;
  content: "";
  display: table;
}
#feeds .slideshow-controls .slideshow-button {
  display: block;
  width: 28px;
  height: 28px;
  box-sizing: border-box;
  overflow: hidden;
  background-image: url("../images/sprite.svg");
  background-position: -276px -106px;
  text-indent: -9999px;
  font-size: 0;
}
#feeds .slideshow-controls .slideshow-button.previous {
  float: left;
  transform: rotate(180deg);
  transform-origin: center;
}
#feeds .slideshow-controls .slideshow-button.next {
  float: right;
}
#feeds .slideshow-controls .slideshow-button:hover {
  background-color: #002A3B;
  background-position: -216px -106px;
}

#feeds.loading:before {
  display: none;
}

#footer {
  position: relative;
  padding-bottom: 65px;
  font-size: 14px;
  color: #454546;
  text-align: center;
  z-index: 10;
}
#footer .upper-footer {
  margin-bottom: 50px;
}
#footer a {
  color: #454546;
  text-decoration: none;
}
#footer a:hover {
  color: #002A3B;
  text-decoration: underline;
}
#footer .copyright {
  display: block;
  float: right;
}
@media only screen and (max-width: 979px) {
  #footer .copyright {
    float: none;
  }
}
#footer .credits {
  display: block;
  float: left;
}
@media only screen and (max-width: 979px) {
  #footer .credits {
    float: none;
  }
}
#footer .credits sup {
  vertical-align: super;
}

#property-logos {
  background: #002A3B;
  padding: 90px 60px 55px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 979px) {
  #property-logos {
    padding: 30px 0;
  }
}
#property-logos .logo-wrapper {
  max-width: 100%;
  margin: 0 auto;
  border: 1px solid #fff;
  padding: 60px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1350px) {
  #property-logos .logo-wrapper {
    padding: 30px 0;
    margin: 0 30px;
  }
}
@media only screen and (max-width: 979px) {
  #property-logos .logo-wrapper {
    padding: 30px;
    margin: 0 30px;
  }
}
#property-logos .logo-wrapper .logo {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  max-width: 155px;
  transform: translate(-50%, -50%);
  background: #002A3B;
  padding: 0 10px;
  transition: opacity 200ms ease;
}
#property-logos .logo-wrapper .logo img {
  width: 100%;
  height: auto;
  transition: opacity 200ms ease;
}
#property-logos .logo-wrapper .logo:hover img {
  opacity: 0.5;
}
#property-logos .logo-wrapper .properties-logos-list {
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1350px) {
  #property-logos .logo-wrapper .properties-logos-list {
    justify-content: center;
  }
}
@media only screen and (max-width: 979px) {
  #property-logos .logo-wrapper .properties-logos-list {
    justify-content: center;
  }
}
#property-logos .logo-wrapper .properties-logos-list a {
  display: block;
  width: 170px;
  height: 140px;
  position: relative;
}
@media screen and (max-width: 1610px) {
  #property-logos .logo-wrapper .properties-logos-list a {
    width: 100px;
    margin: 15px;
    height: 60px;
  }
}
@media screen and (max-width: 1250px) {
  #property-logos .logo-wrapper .properties-logos-list a {
    width: 80px;
  }
}
@media only screen and (max-width: 979px) {
  #property-logos .logo-wrapper .properties-logos-list a {
    width: 100px;
    margin: 15px;
    height: 60px;
  }
}
#property-logos .logo-wrapper .properties-logos-list a img {
  max-width: 140px;
  max-height: 140px;
}
@media screen and (max-width: 1610px) {
  #property-logos .logo-wrapper .properties-logos-list a img {
    max-width: 110px;
    max-height: 80px;
  }
}
@media screen and (max-width: 1250px) {
  #property-logos .logo-wrapper .properties-logos-list a img {
    max-width: 80px;
  }
}
@media only screen and (max-width: 979px) {
  #property-logos .logo-wrapper .properties-logos-list a img {
    max-width: 110px;
    max-height: 80px;
  }
}
#property-logos .logo-wrapper .properties-logos-list a:hover {
  opacity: 0.5;
}

#footer-menu {
  font-size: 0;
  height: 67px;
  border-top: 1px solid rgba(131, 132, 122, 0.2);
  border-bottom: 1px solid rgba(131, 132, 122, 0.2);
  margin: 55px 0 35px;
}
@media only screen and (max-width: 979px) {
  #footer-menu {
    height: auto;
  }
}
#footer-menu:empty {
  display: none;
}
#footer-menu li {
  display: inline-block;
  margin: 0 15px;
  font: 300 14px/65px "Roboto", Arial, sans-serif;
  text-decoration: none;
  color: #454546;
}
#footer-menu a {
  display: block;
  margin: 0 15px;
  font: 300 14px/65px "Roboto", Arial, sans-serif;
  text-decoration: none;
  color: #454546;
  position: relative;
}
@media only screen and (max-width: 979px) {
  #footer-menu a {
    line-height: 45px;
  }
}
#footer-menu a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #002A3B;
  transition: width 200ms ease;
}
#footer-menu a:hover, #footer-menu a.active {
  color: #00333B;
  text-decoration: none;
}
#footer-menu a:hover:before, #footer-menu a.active:before {
  width: 100%;
}

#footer-contacts:after {
  clear: both;
  content: "";
  display: table;
}

#newsletter {
  position: relative;
  font-size: 0;
  width: 50%;
  float: left;
}
@media only screen and (max-width: 979px) {
  #newsletter {
    width: 100%;
    float: none;
  }
}
#newsletter h2 {
  font: 300 26px/50px "Roboto", Arial, sans-serif;
  color: #002A3B;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
}
#newsletter form,
#newsletter fieldset {
  display: inline-block;
  vertical-align: top;
}
#newsletter input[type=text] {
  display: inline-block;
  vertical-align: top;
  width: 250px;
  height: 50px;
  padding: 0 10px;
  background: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 50px;
  color: #002A3B;
  border-bottom: 1px solid #6e6e6e;
}
#newsletter input[type=text]::-webkit-input-placeholder {
  color: #6e6e6e;
  text-transform: uppercase;
}
#newsletter input[type=text]:-moz-placeholder {
  color: #6e6e6e;
  text-transform: uppercase;
}
#newsletter input[type=text]::-moz-placeholder {
  color: #6e6e6e;
  text-transform: uppercase;
}
#newsletter input[type=text]:-ms-input-placeholder {
  color: #6e6e6e;
  text-transform: uppercase;
}
#newsletter input[type=text]:focus::-webkit-input-placeholder {
  color: #454546;
}
#newsletter input[type=text]:focus:-moz-placeholder {
  color: #454546;
}
#newsletter input[type=text]:focus::-moz-placeholder {
  color: #454546;
}
#newsletter input[type=text]:focus:-ms-input-placeholder {
  color: #454546;
}
#newsletter .button {
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 50px;
  overflow: hidden;
  text-indent: -9999px;
  margin-left: 30px;
  background-image: url("../images/sprite.svg");
  background-position: -205px -96px;
}
#newsletter .button:hover {
  background-position: -265px -96px;
}

#footer .socials {
  font-size: 0;
  line-height: 50px;
  display: inline-block;
}
@media only screen and (max-width: 979px) {
  #footer .socials {
    display: block;
    line-height: 26px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .socials {
    float: none;
  }
}
#footer .socials li {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}
@media only screen and (max-width: 979px) {
  #footer .socials li {
    vertical-align: top;
  }
}
#footer .socials a {
  position: relative;
  display: block;
  width: 26px;
  height: 26px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/sprite.svg") 0 0 no-repeat;
}
@media only screen and (max-width: 767px) {
  #footer .socials a {
    display: inline-block;
  }
}
#footer .socials a.facebook {
  background-position: -1px -347px;
}
#footer .socials a.facebook:hover {
  background-position: -1px -387px;
}
#footer .socials a.twitter {
  background-position: -41px -348px;
}
#footer .socials a.twitter:hover {
  background-position: -41px -388px;
}
#footer .socials a.instagram {
  background-position: -281px -347px;
}
#footer .socials a.instagram:hover {
  background-position: -281px -387px;
}
#footer .socials a.tripadvisor {
  background-position: -201px -347px;
}
#footer .socials a.tripadvisor:hover {
  background-position: -201px -387px;
}
#footer .socials a.google, #footer .socials a.googleplus, #footer .socials a.gplus {
  background-position: -81px -347px;
}
#footer .socials a.google:hover, #footer .socials a.googleplus:hover, #footer .socials a.gplus:hover {
  background-position: -81px -387px;
}
#footer .socials a.youtube {
  background-position: -121px -347px;
}
#footer .socials a.youtube:hover {
  background-position: -121px -387px;
}
#footer .socials a.linkedin {
  background-position: -162px -347px;
}
#footer .socials a.linkedin:hover {
  background-position: -162px -387px;
}
#footer .socials a.flickr {
  background-position: -361px -347px;
}
#footer .socials a.flickr:hover {
  background-position: -361px -387px;
}
#footer .socials a.pinterest {
  background-position: -241px -347px;
}
#footer .socials a.pinterest:hover {
  background-position: -241px -387px;
}

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

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

#share-this-site {
  padding: 0;
  margin: 0 5px 5px;
  width: 420px;
}
#share-this-site li {
  float: left;
  width: 130px;
  margin: 0 5px;
  font-size: 0;
}
#share-this-site a {
  position: relative;
  display: block;
  height: 16px;
  margin: 5px 0;
  padding-left: 20px;
  font: 12px/16px "TitilliumWeb WF", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #f7fcfc;
}
#share-this-site a:hover {
  color: #6dc7c7;
}
#share-this-site a .icon {
  display: block;
  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;
}

.slide-slider {
  padding: 85px 0 65px;
  background: #FAFAF8;
  overflow: hidden;
  position: relative;
}
.slide-slider .block-wrapper {
  width: 100%;
  padding: 0 50px;
}
.slide-slider.all-properties label {
  display: none;
}
.slide-slider.all-properties .specials-title.h1 {
  margin-bottom: 15px;
}
.slide-slider.all-properties .select-wrapper {
  margin-bottom: 30px;
}
.slide-slider.all-properties .swiper-buffer {
  height: 0;
  overflow: hidden;
}
@media only screen and (max-width: 979px) {
  .slide-slider {
    padding: 50px 0;
  }
}
.slide-slider .slideshow {
  max-width: 1800px;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.slide-slider .slideshow .link-wrapper {
  width: 100%;
  text-align: center;
  margin-top: 50px;
}
.slide-slider .slideshow .slideshow-wrapper .slide {
  padding: 0 15px;
  box-sizing: border-box;
}
.slide-slider .slideshow .slideshow-wrapper .slide .inner-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.slide-slider .slideshow .slideshow-wrapper .slide .inner-wrapper .thumbnail {
  overflow: hidden;
  position: relative;
  float: none;
  margin: 0;
}
.slide-slider .slideshow .slideshow-wrapper .slide .inner-wrapper .thumbnail .image-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  transition: transform 500ms ease;
}
.slide-slider .slideshow .slideshow-wrapper .slide .inner-wrapper .thumbnail img {
  opacity: 0;
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
}
.slide-slider .slideshow .slideshow-wrapper .slide .inner-wrapper .thumbnail.no-image img {
  opacity: 1;
}
.slide-slider .slideshow .slideshow-wrapper .slide .inner-wrapper .content {
  padding: 35px 30px 30px;
  background: #fff;
  min-height: 240px;
  box-sizing: border-box;
}
.slide-slider .slideshow .slideshow-wrapper .slide .inner-wrapper .content h4 {
  color: #002A3B;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 17px;
  text-transform: uppercase;
  font-weight: 300;
}
.slide-slider .slideshow .slideshow-wrapper .slide .inner-wrapper .content h4 a {
  text-decoration: none;
}
.slide-slider .slideshow .slideshow-wrapper .slide .inner-wrapper .content h4 a:hover {
  text-decoration: underline;
}
.slide-slider .slideshow .slideshow-wrapper .slide .inner-wrapper .content h3 {
  color: #454546;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.slide-slider .slideshow .slideshow-wrapper .slide .inner-wrapper .content h3 a {
  color: inherit;
  font: inherit;
  text-decoration: none;
}
.slide-slider .slideshow .slideshow-wrapper .slide .inner-wrapper .content h3 a:hover {
  text-decoration: underline;
}
.slide-slider .slideshow .slideshow-wrapper .slide .inner-wrapper .content p {
  font-size: 14px;
  line-height: 20px;
}
.slide-slider .slideshow .slideshow-wrapper .slide:hover .inner-wrapper .thumbnail .image-overlay {
  transform: scale(1.2);
}
@media only screen and (max-width: 979px) {
  .property .slide-slider.specials-slider .slideshow-controls {
    top: 50%;
  }
}
.slide-slider .slideshow-controls {
  height: 0;
  width: 100%;
  margin-top: 15px;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  max-width: 1800px;
  padding: 0 15px;
}
.property .slide-slider .slideshow-controls {
  margin-top: -5px;
  transform: translate(-50%, 90%);
  top: 90%;
}
@media only screen and (min-width: 1800px) {
  .slide-slider .slideshow-controls {
    max-width: 1900px;
  }
}
.slide-slider .slideshow-controls:after {
  clear: both;
  content: "";
  display: table;
}
.slide-slider .slideshow-controls .slideshow-button {
  display: block;
  width: 28px;
  height: 28px;
  box-sizing: border-box;
  overflow: hidden;
  background-image: url("../images/sprite.svg");
  background-position: -276px -106px;
  text-indent: -9999px;
  font-size: 0;
}
.slide-slider .slideshow-controls .slideshow-button.previous {
  float: left;
  transform: rotate(180deg);
  transform-origin: center;
}
.slide-slider .slideshow-controls .slideshow-button.next {
  float: right;
}
.slide-slider .slideshow-controls .slideshow-button:hover {
  background-position: -276px -76px;
}
.slide-slider .slideshow-pagination {
  margin-top: 30px;
  text-align: center;
  font-size: 0;
  display: none;
}
.slide-slider .slideshow-pagination > * {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  text-indent: -9999px;
  overflow: hidden;
  background: #83847A;
  border-radius: 50%;
  transition: background 350ms ease-in-out;
  cursor: pointer;
}
.slide-slider .slideshow-pagination > *:hover, .slide-slider .slideshow-pagination > *.active {
  background: #002A3B;
}
.slide-slider .slideshow-pagination.white > * {
  background: rgba(255, 255, 255, 0.35);
}
.slide-slider .slideshow-pagination.white > *:hover, .slide-slider .slideshow-pagination.white > *.active {
  background: #fff;
}

.destinations-blocks {
  padding: 20px 0 115px;
  position: relative;
}
@media only screen and (max-width: 979px) {
  .destinations-blocks {
    padding: 60px 0;
  }
}
.destinations-blocks .center-column {
  max-width: 1800px;
}
.destinations-blocks .title-bar:after {
  clear: both;
  content: "";
  display: table;
}
.destinations-blocks .title-bar .h1 {
  float: left;
  margin-bottom: 0;
}
.destinations-blocks .title-bar a {
  float: right;
  vertical-align: middle;
  margin-top: 11px;
}
.destinations-blocks .blocks {
  margin-top: 45px;
  padding: 0 40px;
}
.destinations-blocks .blocks:after {
  clear: both;
  content: "";
  display: table;
}
.destinations-blocks .blocks .block {
  width: calc(50% - 50px);
  margin-bottom: 20px;
  vertical-align: top;
  display: inline-block;
  font-size: 0;
}
@media only screen and (max-width: 979px) {
  .destinations-blocks .blocks .block {
    width: calc(50% - 15px);
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .destinations-blocks .blocks .block {
    width: 100%;
    margin-bottom: 30px;
  }
  .destinations-blocks .blocks .block:nth-child(2n) {
    margin-left: 0;
  }
}
.destinations-blocks .blocks .block .thumbnail {
  width: 100%;
  height: 320px;
  background: #454546;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
}
.destinations-blocks .blocks .block .thumbnail a {
  display: block;
  height: 100%;
}
.destinations-blocks .blocks .block .thumbnail .slideshow {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.destinations-blocks .blocks .block .thumbnail .slideshow .slideshow-wrapper {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
}
.destinations-blocks .blocks .block .thumbnail .slideshow .slideshow-wrapper .img-slide {
  position: relative;
  width: 100%;
  height: 320px;
  opacity: 0.45;
  transition: transform 500ms ease, opacity 500ms ease-in-out;
  overflow: hidden;
  z-index: 1;
}
.destinations-blocks .blocks .block .thumbnail .slideshow .slideshow-wrapper .img-slide .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.destinations-blocks .blocks .block .thumbnail .slideshow .slideshow-pagination {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.destinations-blocks .blocks .block .thumbnail .slideshow .slideshow-pagination button {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: transparent;
  border: thin solid #fff;
  border-radius: 50%;
  margin: 2px;
  overflow: hidden;
  text-indent: -10000px;
  transition: background 350ms ease-in-out;
}
.destinations-blocks .blocks .block .thumbnail .slideshow .slideshow-pagination button.active {
  background: #fff;
}
.destinations-blocks .blocks .block .thumbnail .logo-img {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 60%;
  max-height: 60%;
}
.destinations-blocks .blocks .block .nav {
  padding: 35px 40px 25px;
  display: block;
}
.destinations-blocks .blocks .block .nav h3 {
  display: block;
  color: #454546;
  font: 300 22px/25px "Roboto", Arial, sans-serif;
  text-decoration: none;
  margin-bottom: 10px;
  position: relative;
  transition: padding 300ms ease;
}
.destinations-blocks .blocks .block .nav h3 a {
  color: #454546;
  text-decoration: none;
  transition: padding 300ms ease;
  display: block;
}
.destinations-blocks .blocks .block .nav h3 a:before {
  content: "";
  display: block;
  background: #454546;
  height: 1px;
  width: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transition: width 200ms ease;
}
.destinations-blocks .blocks .block .nav h3 a:hover {
  color: #002A3B;
  font-weight: 500;
  padding-left: 50px;
}
.destinations-blocks .blocks .block .nav h3 a:hover:before {
  width: 30px;
}
.destinations-blocks .slideshow-controls {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 45%;
  max-width: 1800px;
  padding: 0 15px;
}
@media only screen and (min-width: 1800px) {
  .destinations-blocks .slideshow-controls {
    max-width: 1900px;
  }
}
.destinations-blocks .slideshow-controls:after {
  clear: both;
  content: "";
  display: table;
}
.destinations-blocks .slideshow-controls .slideshow-button {
  display: block;
  width: 28px;
  height: 28px;
  box-sizing: border-box;
  overflow: hidden;
  background-image: url("../images/sprite.svg");
  background-position: -276px -106px;
  text-indent: -9999px;
  font-size: 0;
}
.destinations-blocks .slideshow-controls .slideshow-button.previous {
  float: left;
  transform: rotate(180deg);
  transform-origin: center;
}
.destinations-blocks .slideshow-controls .slideshow-button.next {
  float: right;
}

.testimonials {
  background: #002A3B;
  position: relative;
  padding: 95px 0 100px;
}
.testimonials:after {
  content: "";
  display: block;
  position: absolute;
  right: 60px;
  bottom: 70px;
  background-image: url("../images/menu-bg.svg");
  background-size: cover;
  width: 320px;
  height: 360px;
  z-index: 0;
}
@media only screen and (max-width: 979px) {
  .testimonials {
    padding: 60px 0;
  }
}
.testimonials .title-bar {
  text-align: center;
  position: relative;
  z-index: 1;
}
.testimonials .title-bar:after {
  clear: both;
  content: "";
  display: table;
}
.testimonials .title-bar .h1 {
  color: #fff;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .testimonials .title-bar .h1 {
    margin-bottom: 15px;
  }
}
.testimonials .title-bar a {
  position: absolute;
  right: 0;
  top: 11px;
}
@media only screen and (max-width: 767px) {
  .testimonials .title-bar a {
    position: relative;
    right: auto;
    top: auto;
  }
}

.testimonials-slideshow {
  position: relative;
  padding: 50px 0 0;
  z-index: 10;
}
.testimonials-slideshow .slideshow {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.testimonials-slideshow .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
.testimonials-slideshow .slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  text-align: center;
  color: #fff;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  width: 33.3333%;
  min-height: 200px;
}
@media only screen and (max-width: 979px) {
  .testimonials-slideshow .slide {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .testimonials-slideshow .slide {
    width: 100%;
  }
}
.testimonials-slideshow .slide .slide-wrapper {
  margin: 0 15px;
  background: #033143;
  padding: 33px 18px 18px;
}
.testimonials-slideshow .slide h3 {
  font-size: 22px;
  line-height: 25px;
  color: #fff;
  quotes: "''" "''";
}
.testimonials-slideshow .slide h3:before {
  content: open-quote;
  display: inline;
}
.testimonials-slideshow .slide h3:after {
  content: close-quote;
  display: inline;
}
.testimonials-slideshow .slide .rating {
  margin-top: 15px;
  text-align: center;
}
.testimonials-slideshow .slide .rating.star-count-5 svg.half, .testimonials-slideshow .slide .rating.star-count-4 svg.half, .testimonials-slideshow .slide .rating.star-count-3 svg.half, .testimonials-slideshow .slide .rating.star-count-2 svg.half, .testimonials-slideshow .slide .rating.star-count-1 svg.half {
  display: none;
}
.testimonials-slideshow .slide .rating.star-count-1 svg.two,
.testimonials-slideshow .slide .rating.star-count-1 svg.three,
.testimonials-slideshow .slide .rating.star-count-1 svg.four,
.testimonials-slideshow .slide .rating.star-count-1 svg.five, .testimonials-slideshow .slide .rating.star-count-1-5 svg.two,
.testimonials-slideshow .slide .rating.star-count-1-5 svg.three,
.testimonials-slideshow .slide .rating.star-count-1-5 svg.four,
.testimonials-slideshow .slide .rating.star-count-1-5 svg.five {
  display: none;
}
.testimonials-slideshow .slide .rating.star-count-2 svg.three,
.testimonials-slideshow .slide .rating.star-count-2 svg.four,
.testimonials-slideshow .slide .rating.star-count-2 svg.five, .testimonials-slideshow .slide .rating.star-count-2-5 svg.three,
.testimonials-slideshow .slide .rating.star-count-2-5 svg.four,
.testimonials-slideshow .slide .rating.star-count-2-5 svg.five {
  display: none;
}
.testimonials-slideshow .slide .rating.star-count-3 svg.four,
.testimonials-slideshow .slide .rating.star-count-3 svg.five, .testimonials-slideshow .slide .rating.star-count-3-5 svg.four,
.testimonials-slideshow .slide .rating.star-count-3-5 svg.five {
  display: none;
}
.testimonials-slideshow .slide .rating.star-count-4 svg.five, .testimonials-slideshow .slide .rating.star-count-4-5 svg.five {
  display: none;
}
.testimonials-slideshow .slide .rating svg {
  display: inline-block;
  width: 15px;
  height: 15px;
  fill: #fff;
}
.testimonials-slideshow .slide .copy {
  margin-top: 15px;
}
.testimonials-slideshow .slide .copy * {
  display: inline;
}
.testimonials-slideshow .slide .name {
  font-size: 12px;
  margin-top: 40px;
  line-height: 16px;
  padding: 0 20px;
}
.testimonials-slideshow .slide .name.tripadvisor {
  position: relative;
}
.testimonials-slideshow .slide .name.tripadvisor:after {
  content: "";
  display: block;
  width: 20px;
  height: 16px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/sprite.svg") -330px -73px no-repeat;
}
.testimonials-slideshow .slideshow-button {
  border: 2px solid #fff;
  border-bottom: 0;
  border-left: 0;
  height: 30px;
  overflow: hidden;
  position: absolute;
  text-indent: -100em;
  top: 50%;
  margin-top: -10px;
  width: 30px;
  z-index: 10;
  transition: border-color 350ms ease-in-out;
  outline: none;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .testimonials-slideshow .slideshow-button {
    display: none;
  }
}
.testimonials-slideshow .slideshow-button:hover {
  border-color: #aaa;
}
.testimonials-slideshow .slideshow-button.previous {
  left: -10px;
  transform: rotate(-135deg);
}
@media only screen and (max-width: 979px) {
  .testimonials-slideshow .slideshow-button.previous {
    left: -10px;
  }
}
.testimonials-slideshow .slideshow-button.next {
  right: -10px;
  transform: rotate(45deg);
}
@media only screen and (max-width: 979px) {
  .testimonials-slideshow .slideshow-button.next {
    right: -10px;
  }
}

.popup-menu {
  background: #002A3B;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.popup-menu .menu-list {
  text-align: center;
  padding: 20px;
  background: #033143;
}
.popup-menu .menu-list button {
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  transition: 300ms ease;
  font: 300 25px/1.2 "Roboto", Arial, sans-serif;
  color: #fff;
  margin: 5px 20px;
}
@media only screen and (max-width: 767px) {
  .popup-menu .menu-list button {
    font-size: 18px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.popup-menu .menu-list button.hover, .popup-menu .menu-list button:hover, .popup-menu .menu-list button.active {
  color: #83847A;
}
.popup-menu .copy-blocks .text {
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  min-height: 700px;
  box-sizing: border-box;
  z-index: 0;
  opacity: 0;
  display: flex;
  flex-wrap: nowrap;
  visibility: hidden;
}
@media only screen and (max-width: 767px) {
  .popup-menu .copy-blocks .text {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.popup-menu .copy-blocks .text.visible {
  position: relative;
  z-index: 2;
  opacity: 1;
  visibility: visible;
}
.popup-menu .copy-blocks .text .image {
  position: relative;
  width: 50%;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .popup-menu .copy-blocks .text .image {
    width: 100%;
    height: 300px;
  }
}
.popup-menu .copy-blocks .text .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  margin: 0;
}
.popup-menu .copy-blocks .text .copy-wrapper {
  box-sizing: border-box;
  text-align: left;
  padding: 120px 180px 120px 40px;
}
@media screen and (max-width: 1200px) {
  .popup-menu .copy-blocks .text .copy-wrapper {
    padding-right: 80px;
  }
}
@media only screen and (max-width: 979px) {
  .popup-menu .copy-blocks .text .copy-wrapper {
    padding: 100px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .popup-menu .copy-blocks .text .copy-wrapper {
    text-align: center;
    padding: 40px 20px;
  }
}
.popup-menu .copy-blocks .text .h1 {
  color: #fff;
  margin-bottom: 35px;
}
.popup-menu .copy-blocks .text hr {
  background: rgba(131, 132, 122, 0.5);
  margin: 40px 0;
}
.popup-menu .copy-blocks .text p {
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  .popup-menu .copy-blocks .text p {
    line-height: 20px;
    font-size: 14px;
  }
}
.popup-menu .copy-blocks .text ul {
  -moz-columns: 2;
       columns: 2;
  text-align: left;
  margin-left: 0;
}
.popup-menu .copy-blocks .text ul li:before {
  display: none;
}
.popup-menu .copy-blocks .text .arrow-button {
  margin-top: 50px;
}

.accommodations-acm {
  padding: 90px 0;
}
@media only screen and (max-width: 979px) {
  .accommodations-acm {
    padding: 40px 0;
  }
}
.accommodations-acm .title-bar {
  margin-bottom: 46px;
}
@media only screen and (max-width: 979px) {
  .accommodations-acm .title-bar {
    margin-bottom: 20px;
  }
}
.accommodations-acm h1 {
  position: relative;
}
.accommodations-acm h1:after {
  content: "";
  height: 1px;
  width: 9999px;
  background: #DCDCD7;
  position: absolute;
  right: 100%;
  top: 50%;
  margin-right: 40px;
}
.accommodations-acm .read-more {
  position: absolute;
  top: 0;
  right: 20px;
}
@media only screen and (max-width: 767px) {
  .accommodations-acm .read-more {
    position: relative;
    top: auto;
    right: auto;
  }
}
.accommodations-acm .center-column {
  max-width: 1240px;
}
.accommodations-acm .accommodations-list {
  position: relative;
  height: 561px;
  width: calc(100% - 47px);
  margin-right: 47px;
}
@media only screen and (min-width: 1440px) {
  .accommodations-acm .accommodations-list {
    margin: 0;
    width: calc(50% + 600px);
  }
}
@media only screen and (max-width: 767px) {
  .accommodations-acm .accommodations-list {
    margin: 0;
    width: 100%;
  }
}
.accommodations-acm .slideshow {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: calc(100% - 20px);
}
@media only screen and (min-width: 1440px) {
  .accommodations-acm .slideshow {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .accommodations-acm .slideshow {
    width: 100%;
  }
}
.accommodations-acm .accomodation-item {
  position: relative;
  overflow: hidden;
}
.accommodations-acm .accomodation-item .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 50px;
  overflow: hidden;
}
.accommodations-acm .accomodation-item .thumbnail .image-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  transition: transform 500ms ease;
}
.accommodations-acm .accomodation-item .description {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  padding: 20px 40px;
  width: 100%;
  box-sizing: border-box;
}
.accommodations-acm .accomodation-item .description .link {
  text-decoration: none;
}
.accommodations-acm .accomodation-item .description .link:hover {
  text-decoration: underline;
}
.accommodations-acm .accomodation-item .description .title, .accommodations-acm .accomodation-item .description .link {
  font-size: 24px;
  line-height: 28px;
  color: #002A3B;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.accommodations-acm .accomodation-item:hover .thumbnail .image-overlay {
  transform: scale(1.2);
}
.accommodations-acm .slideshow-nav {
  position: absolute;
  top: 0;
  right: -25px;
  height: 100%;
  width: 22px;
}
@media only screen and (min-width: 1440px) {
  .accommodations-acm .slideshow-nav {
    right: -69px;
  }
}
@media only screen and (max-width: 767px) {
  .accommodations-acm .slideshow-nav {
    display: none;
  }
}
.accommodations-acm .slideshow-nav:after {
  content: "";
  background-color: #DCDCD7;
  width: 1px;
  position: absolute;
  left: 50%;
  top: 75px;
  bottom: 81px;
}
.accommodations-acm .slideshow-nav .slideshow-button {
  display: block;
  height: 15px;
  width: 100%;
  background-image: url("../images/sprite.svg");
  background-position: -279px -112px;
  font-size: 0;
  margin-bottom: 24px;
}
.accommodations-acm .slideshow-nav .slideshow-button.previous {
  transform: rotate(180deg);
}
.accommodations-acm .slideshow-nav .slideshow-button:hover {
  background-position: -279px -82px;
}
.accommodations-acm .slideshow-nav .slideshow-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
}
.accommodations-acm .slideshow-nav .swiper-pagination-custom {
  width: 100%;
}
.accommodations-acm .slideshow-nav .swiper-pagination-custom > * {
  text-align: center;
  display: block;
  color: #002A3B;
  font-size: 18px;
  line-height: 32px;
}
.accommodations-acm .slideshow-nav .swiper-pagination-custom > *:first-child {
  border-bottom: 1px solid #DCDCD7;
}

.upcoming-events-acm {
  padding: 90px 0;
}
@media only screen and (max-width: 979px) {
  .upcoming-events-acm {
    padding: 40px 0;
  }
}
.upcoming-events-acm .title-bar {
  margin-bottom: 46px;
}
@media only screen and (max-width: 979px) {
  .upcoming-events-acm .title-bar {
    margin-bottom: 20px;
  }
}
.upcoming-events-acm h1 {
  position: relative;
}
.upcoming-events-acm h1:after {
  content: "";
  height: 1px;
  width: 9999px;
  background: #DCDCD7;
  position: absolute;
  right: 100%;
  top: 50%;
  margin-right: 40px;
}
.upcoming-events-acm .read-more {
  position: absolute;
  top: 0;
  right: 20px;
}
@media only screen and (max-width: 767px) {
  .upcoming-events-acm .read-more {
    position: relative;
    top: auto;
    right: auto;
  }
}
.upcoming-events-acm .center-column {
  max-width: 1800px;
}

.alternating-blocks {
  padding: 120px 0 0;
}
@media only screen and (max-width: 979px) {
  .alternating-blocks {
    padding: 60px 0;
  }
}
.alternating-blocks .block {
  height: 100%;
  min-height: 665px;
  padding: 97px 0;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 120px;
}
.alternating-blocks .block:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: 979px) {
  .alternating-blocks .block {
    margin-bottom: 60px;
    padding: 60px 0;
    min-height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .alternating-blocks .block {
    margin-bottom: 30px;
    min-height: 0;
    height: auto;
    padding: 0;
  }
}
.alternating-blocks .block .thumbnail {
  position: absolute;
  height: 100%;
  width: calc(100% - 480px);
  top: 0;
  background-size: cover;
  background-position: 50% 50%;
}
@media only screen and (max-width: 979px) {
  .alternating-blocks .block .thumbnail {
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .alternating-blocks .block .thumbnail {
    position: relative;
    height: 300px;
    width: 100%;
    top: auto;
    left: auto;
    right: auto;
  }
}
.alternating-blocks .block .text {
  background: #FAFAF8;
  padding: 85px 60px 85px 95px;
  text-align: left;
  width: 600px;
  position: relative;
}
@media only screen and (max-width: 979px) {
  .alternating-blocks .block .text {
    padding: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .alternating-blocks .block .text {
    width: 100%;
    padding: 40px;
    float: none !important;
  }
}
.alternating-blocks .block .text .h1 {
  margin-bottom: 20px;
}
.alternating-blocks .block.odd .thumbnail {
  left: 0;
}
.alternating-blocks .block.odd .text {
  float: right;
}
.alternating-blocks .block.even .thumbnail {
  right: 0;
}
.vertical-blocks {
  padding: 115px 0 130px;
  background: #FAFAF8;
}
@media only screen and (max-width: 979px) {
  .vertical-blocks {
    padding: 60px 0;
  }
}
.vertical-blocks .center-column:after {
  clear: both;
  content: "";
  display: table;
}
.vertical-blocks .block {
  box-sizing: border-box;
  width: 50%;
  float: left;
  margin-bottom: 80px;
}
.vertical-blocks .block:last-child {
  margin-bottom: 0;
}
.vertical-blocks .block:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: 767px) {
  .vertical-blocks .block {
    margin-bottom: 30px;
    width: 100%;
    position: relative;
  }
}
.vertical-blocks .block .thumbnail {
  width: 100%;
  height: 600px;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .vertical-blocks .block .thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    height: 300px;
    width: 100%;
  }
}
.vertical-blocks .block .text {
  text-align: left;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .vertical-blocks .block .text {
    width: 100%;
    padding: 340px 40px 0;
    float: none !important;
  }
}
.vertical-blocks .block .text .h1 {
  margin-bottom: 25px;
}
.vertical-blocks .block .text .arrow-button {
  margin-top: 25px;
}
.vertical-blocks .block.block1 {
  padding-right: 120px;
}
@media only screen and (max-width: 979px) {
  .vertical-blocks .block.block1 {
    padding-right: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .vertical-blocks .block.block1 {
    padding-right: 0;
  }
}
.vertical-blocks .block.block1 .text {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .vertical-blocks .block.block1 .text {
    margin-bottom: 0;
  }
}
.vertical-blocks .block.block1 .thumbnail:before, .vertical-blocks .block.block1 .thumbnail:after {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .vertical-blocks .block.block1 .thumbnail:before, .vertical-blocks .block.block1 .thumbnail:after {
    display: none;
  }
}
.vertical-blocks .block.block1 .thumbnail:before {
  top: -40px;
  background: #002A3B;
}
.vertical-blocks .block.block1 .thumbnail:after {
  background: #DCDCD7;
}
.vertical-blocks .block.block2 {
  padding-left: 120px;
}
@media only screen and (max-width: 979px) {
  .vertical-blocks .block.block2 {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .vertical-blocks .block.block2 {
    padding-left: 0;
  }
}
.vertical-blocks .block.block2 .text {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .vertical-blocks .block.block2 .text {
    margin-top: 0;
  }
}
.vertical-blocks .block.block2 .thumbnail:before, .vertical-blocks .block.block2 .thumbnail:after {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .vertical-blocks .block.block2 .thumbnail:before, .vertical-blocks .block.block2 .thumbnail:after {
    display: none;
  }
}
.vertical-blocks .block.block2 .thumbnail:before {
  bottom: -40px;
  background: #002A3B;
}
.vertical-blocks .block.block2 .thumbnail:after {
  background: #DCDCD7;
}
.vertical-blocks .block.block3 {
  width: 100%;
}
.vertical-blocks .block.block3 .text {
  width: calc(50% - 80px);
}
@media only screen and (max-width: 767px) {
  .vertical-blocks .block.block3 .text {
    width: 100%;
  }
}
.vertical-blocks .block.block3 .thumbnail {
  width: 50%;
  height: 420px;
  float: right;
}
@media only screen and (max-width: 767px) {
  .vertical-blocks .block.block3 .thumbnail {
    width: 100%;
    height: 300px;
  }
}
.vertical-blocks .block.block3 .thumbnail:before, .vertical-blocks .block.block3 .thumbnail:after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
}
@media only screen and (max-width: 767px) {
  .vertical-blocks .block.block3 .thumbnail:before, .vertical-blocks .block.block3 .thumbnail:after {
    display: none;
  }
}
.vertical-blocks .block.block3 .thumbnail:before {
  left: -40px;
  background: #002A3B;
}
.vertical-blocks .block.block3 .thumbnail:after {
  background: #DCDCD7;
}

#content.group-pages-content {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  #content.group-pages-content {
    padding-top: 20px;
  }
}

.group-pages-description {
  background: #fff;
  max-width: 1080px;
  padding: 30px 60px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .group-pages-description {
    padding: 20px 20px 0;
    width: calc(100% - 40px);
    left: 20px;
    right: 20px;
    bottom: 20px;
    transform: none;
  }
}

.group-pages-acm-block .block {
  background-color: #fff;
  position: relative;
  min-height: 500px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  direction: ltr;
}
.center-copy .group-pages-acm-block .block {
  background-color: #fafaf8;
  direction: rtl;
}
.center-copy .group-pages-acm-block .block.even {
  direction: ltr;
}
.center-copy .group-pages-acm-block .block .dining-acm-content {
  text-align: left;
  direction: ltr;
}
.center-copy .group-pages-acm-block .block .h2 {
  color: #85877c;
  font-weight: 300;
}
.center-copy .group-pages-acm-block .block p {
  width: 80%;
}
.center-copy .group-pages-acm-block .block .title {
  display: none;
}
@media only screen and (max-width: 979px) {
  .group-pages-acm-block .block {
    flex-direction: column;
    direction: unset;
  }
}
.group-pages-acm-block .block:first-child .title {
  display: none;
}
.group-pages-acm-block .block .title {
  position: absolute;
  top: -120px;
  left: 50%;
  background: #fff;
  color: #454546;
  text-transform: uppercase;
  padding: 5px 10px 15px;
}
@media only screen and (max-width: 979px) {
  .group-pages-acm-block .block .title {
    display: none;
  }
}
.group-pages-acm-block .block .title:after {
  content: "";
  display: block;
  border: 2px solid #3A2D23;
  border-bottom: 0;
  border-left: 0;
  height: 10px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  text-indent: -100em;
  width: 10px;
  z-index: 10;
  transform: rotate(135deg);
}
.group-pages-acm-block .block .thumbnail-wrap {
  position: relative;
  background: #fff;
  width: 50%;
}
@media only screen and (max-width: 979px) {
  .group-pages-acm-block .block .thumbnail-wrap {
    width: 100%;
  }
}
.group-pages-acm-block .block .thumbnail-wrap .thumbnail {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  padding-bottom: 80%;
}
.group-pages-acm-block .block .dining-acm-content {
  position: relative;
  flex-direction: column;
  align-self: center;
  width: 50%;
  padding: 6vw 6vw 4vw 6vw;
  font-size: 16px;
  color: #454546;
  margin-bottom: 45px;
}
@media only screen and (max-width: 979px) {
  .group-pages-acm-block .block .dining-acm-content {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .group-pages-acm-block .block .dining-acm-content {
    padding: 20px;
  }
}
.group-pages-acm-block .block .dining-acm-content h3 {
  margin-bottom: 33px;
}
@media only screen and (max-width: 767px) {
  .group-pages-acm-block .block .dining-acm-content h3 {
    margin-bottom: 15px;
  }
}
.group-pages-acm-block .block .dining-acm-content p {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .group-pages-acm-block .block .dining-acm-content p {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
.group-pages-acm-block .block.even {
  direction: rtl;
}
@media only screen and (max-width: 979px) {
  .group-pages-acm-block .block.even {
    direction: unset;
  }
}
.group-pages-acm-block .block.even .thumbnail {
  right: 0;
  left: auto;
}
.group-pages-acm-block .block.even .title {
  right: 50%;
  left: auto;
}

.rfp-section {
  position: relative;
  padding: 120px 0 176px;
}
@media only screen and (max-width: 979px) {
  .rfp-section {
    padding: 60px 0;
  }
}
.rfp-section .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 520px;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
}
.rfp-section .title-bar {
  text-align: center;
}
.rfp-section .rfp-block {
  background-color: #fff;
  max-width: 960px;
  box-shadow: 0 10px 20px 5px rgba(0, 0, 0, 0.05);
  padding: 90px 120px;
  box-sizing: border-box;
  margin: 0 auto;
}
@media only screen and (max-width: 979px) {
  .rfp-section .rfp-block {
    padding: 20px;
  }
}
.rfp-section .rfp-block .error {
  color: #b31919;
}

.additional-content {
  margin-bottom: 60px;
}
.additional-content.wide-content {
  background-color: #FAFAF8;
}
.additional-content.wide-content .center-column {
  max-width: 1800px;
}

.page-content .specials-title {
  margin-bottom: 65px;
}
@media only screen and (max-width: 767px) {
  .page-content .specials-title {
    margin-bottom: 25px;
  }
}

.specials:after {
  clear: both;
  content: "";
  display: table;
}
.specials .image-list-item {
  position: relative;
  overflow: hidden;
  height: 300px;
  width: 100%;
  margin: 0 auto 20px;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
}
@media only screen and (max-width: 767px) {
  .specials .image-list-item {
    height: auto;
  }
}
.specials .image-list-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #e2e2e2;
  z-index: -1;
}
.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: 979px) {
  .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: #54baba;
}
.specials .image-list-item .description nav {
  position: absolute;
  bottom: 30px;
  left: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .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: #00333B;
  border-bottom-color: #00333B;
  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: #fff;
}
.hotel-location-map h4, .poi-map-canvas h4 {
  margin: 0;
  font: 16px "TitilliumWeb WF", sans-serif;
  text-transform: uppercase;
  color: #002A3B;
}
.hotel-location-map p, .poi-map-canvas p {
  margin: 5px 0 0;
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
  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;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  padding: 20px;
  position: relative;
  text-align: center;
  color: #00333B;
  box-sizing: border-box;
  width: 180px;
}
.map-content h3, .map-content p {
  margin-bottom: 5px;
}
.map-content h3 {
  font: 500 14px/19px "TitilliumWeb WF", sans-serif;
  text-transform: uppercase;
}
.map-content a:not(.button) {
  color: #00333B;
}
.map-content.has-thumbnail {
  padding: 20px 20px 20px 210px;
  width: 360px;
  min-height: 180px;
}
.map-content .thumbnail {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 180px;
  background-size: cover;
  background-position: center center;
}

.pressroom-wrapper {
  margin-top: 40px;
}

.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 #00333B;
  padding: 20px 0;
  background-color: #DCDCD7;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .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: #fff;
}
.pressroom .pressroom-item time {
  color: #fff;
  display: block;
  margin: 5px 0;
}
.pressroom .pressroom-item .description {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 42, 59, 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: #fff;
  margin: 10px 0 0 0;
  display: block;
  position: relative;
  line-height: 16px;
  padding-left: 0 !important;
}
.pressroom .pressroom-item .pdf:hover {
  color: #fff;
}
.pressroom .pressroom-item .view-gallery {
  margin-top: 20px;
}

.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: 979px) {
  .galleries .gallery {
    width: calc(50% - 10px);
    padding-bottom: calc(50% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  .galleries .gallery {
    width: calc(100% - 10px);
    padding-bottom: calc(100% - 10px);
  }
}
.galleries .gallery > * {
  z-index: 1;
  position: relative;
}
.galleries .gallery h2, .galleries .gallery h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font: 26px/30px "Roboto", Arial, 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: 979px) {
  .galleries .gallery .description {
    font-size: 16px;
    line-height: 20px;
  }
}
.galleries .gallery .description:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -1px;
}
.galleries .gallery .description .centered {
  padding: 15px;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 4px);
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .galleries .gallery .description .centered p {
    font-size: 14px;
  }
}

.form {
  display: block;
  max-width: 720px;
  margin: 63px auto 20px;
}
@media only screen and (max-width: 979px) {
  .form {
    margin-top: 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;
  margin-bottom: 40px;
  width: calc(100% - 80px);
  margin-left: 80px;
  font-size: 30px;
}
@media only screen and (max-width: 979px) {
  .form h3 {
    margin-left: 40px;
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .form h3 {
    margin-left: 0;
  }
}
.form fieldset {
  margin-left: -80px;
}
@media only screen and (max-width: 979px) {
  .form fieldset {
    margin-left: -40px;
  }
}
@media only screen and (max-width: 767px) {
  .form fieldset {
    margin-left: 0;
  }
}
.form label {
  color: #002A3B;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: block;
}
@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, .form .g-recaptcha {
  position: relative;
  float: left;
  margin-bottom: 30px;
  width: calc(100% - 80px);
  margin-left: 80px;
}
@media only screen and (max-width: 979px) {
  .form p, .form .g-recaptcha {
    width: calc(100% - 40px);
    margin-left: 40px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .form p, .form .g-recaptcha {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.form p:after, .form .g-recaptcha:after {
  clear: both;
  content: "";
  display: table;
}
.form p.col-50, .form .g-recaptcha.col-50 {
  width: calc(50% - 80px);
  margin-left: 80px;
}
@media only screen and (max-width: 979px) {
  .form p.col-50, .form .g-recaptcha.col-50 {
    width: calc(50% - 40px);
    margin-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .form p.col-50, .form .g-recaptcha.col-50 {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.form p span, .form .g-recaptcha span {
  margin: 0 10px 0 0;
}
.form p span.checkbox-group, .form .g-recaptcha span.checkbox-group {
  margin-bottom: 10px;
}
.form p span input, .form .g-recaptcha span input {
  display: inline;
  float: none;
  margin: 0;
}
.form p span label, .form .g-recaptcha span label {
  display: inline;
  float: none;
  width: auto;
  text-align: left;
}
.form p span.group label, .form .g-recaptcha span.group label {
  display: block;
  margin-bottom: 10px;
}
.form p span.group label input, .form .g-recaptcha span.group label input {
  margin-right: 0.4em;
}
.form input[type=text], .form input[type=date], .form textarea, .form select, .form .input-overlay {
  display: block;
  background: #fff;
  color: #454546;
  height: 40px;
  padding: 0;
  resize: none;
  width: 100%;
  border: 1px solid #d1d1d1;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  font-size: 18px;
  line-height: 40px;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .form input[type=text], .form input[type=date], .form textarea, .form select, .form .input-overlay {
    width: 100%;
    text-align: left;
  }
}
.form .input-overlay {
  opacity: 0;
  margin-top: -40px;
}
.form .select-wrapper {
  display: block;
  width: 100%;
}
.form textarea {
  height: 41px;
  overflow: auto;
  line-height: 20px;
  padding: 10px 0;
}
.form input[type=checkbox],
.form input[type=radio] {
  width: 14px;
  height: 14px;
  padding: 0;
  vertical-align: middle;
}
.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 .input-overlay {
  clear: both;
}
.form .ui-datepicker-trigger {
  position: absolute;
  bottom: 13px;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .form .ui-datepicker-trigger {
    display: none;
  }
}
.form .controls {
  clear: both;
}
.form .controls p {
  text-align: right;
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .form .controls p {
    text-align: center;
  }
}
.form .controls .button {
  height: 60px;
  min-width: 253px;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .form .controls .button {
    display: inline-block;
    margin: 0;
  }
}
.form .terms-privacy {
  text-align: left !important;
  margin-left: 0;
  width: 100%;
}
.form .terms-privacy label {
  font-size: 18px;
  line-height: 21px;
  text-transform: initial;
  font-weight: 300;
  color: inherit;
}
.form#newsletter-form legend {
  display: none;
}

.form.sailport_ship_store fieldset.category-name.expanded h3 span.expand:after {
  content: "Collapse";
  border-top: 0;
  border-bottom: 8px solid #002A3B;
}
.form.sailport_ship_store fieldset.category-name h3 {
  position: relative;
  padding-right: 40px;
  cursor: pointer;
}
@media only screen and (max-width: 979px) {
  .form.sailport_ship_store fieldset.category-name h3 {
    width: calc(100% - 40px);
  }
}
@media only screen and (max-width: 767px) {
  .form.sailport_ship_store fieldset.category-name h3 {
    width: 100%;
  }
}
.form.sailport_ship_store fieldset.category-name h3:hover {
  color: #002A3B;
}
.form.sailport_ship_store fieldset.category-name h3 span.expand {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 0;
  width: 14px;
  height: 30px;
  margin-top: -5px;
  overflow: hidden;
  text-indent: -10000px;
}
.form.sailport_ship_store fieldset.category-name h3 span.expand:after {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  content: "Expand";
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 8px solid #002A3B;
  transition: 350ms ease-in-out;
}
.form.sailport_ship_store fieldset.category-name .items-wrapper {
  display: none;
}

.poi-acm .title-bar {
  padding: 100px 0 55px;
}
@media only screen and (max-width: 979px) {
  .poi-acm .title-bar {
    padding: 60px 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .poi-acm .title-bar {
    padding: 40px 0 20px;
  }
}
.poi-acm .title-bar .h1 {
  text-align: center;
  margin-bottom: 0;
}

.poi {
  overflow: hidden;
  position: relative;
}

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

.poi-map {
  height: 800px;
}

.poi-overlay {
  text-align: center;
}
@media only screen and (min-width: 980px) {
  .poi-overlay {
    position: absolute;
    width: 320px;
    padding: 30px 40px;
    right: 80px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.05);
    z-index: 500;
  }
}
.poi-overlay .category-selector {
  margin: 0;
}
@media only screen and (min-width: 1440px) {
  .poi-overlay .category-selector {
    margin-top: 20px;
    flex: 1 1 10px;
  }
}
@media only screen and (max-width: 979px) {
  .poi-overlay .category-selector {
    margin-bottom: 20px;
  }
}
.poi-overlay .category-selector .poi-button {
  display: block;
  width: 100%;
  text-align: left;
  padding-left: 45px;
  color: #83847A;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 60px;
  font-weight: 500;
  border-bottom: 1px solid #DCDCD7;
  position: relative;
}
@media only screen and (max-width: 979px) {
  .poi-overlay .category-selector .poi-button {
    display: inline-block;
    width: auto;
    margin: 0 10px;
    border-bottom: none;
    line-height: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .poi-overlay .category-selector .poi-button {
    display: none;
  }
}
.poi-overlay .category-selector .poi-button:last-of-type {
  border-bottom: none;
}
.poi-overlay .category-selector .poi-button.active, .poi-overlay .category-selector .poi-button:hover {
  color: #002A3B;
}
.poi-overlay .category-selector .poi-button.active:before, .poi-overlay .category-selector .poi-button:hover:before {
  background-image: url(../images/poi/icons-hover.svg);
}
.poi-overlay .category-selector .poi-button:before {
  background: url(../images/poi/icons.svg) no-repeat -40px -40px;
  content: "";
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.poi-overlay .category-selector .poi-button.icon-restaurants-bars:before {
  background-position: -10px -10px;
}
.poi-overlay .category-selector .poi-button.icon-shopping:before {
  background-position: -70px -10px;
}
.poi-overlay .category-selector .poi-button.icon-zoo:before {
  background-position: -130px -10px;
}
.poi-overlay .category-selector .poi-button.icon-theme-parks:before {
  background-position: -190px -10px;
}
.poi-overlay .category-selector .poi-button.icon-wineries:before {
  background-position: -250px -10px;
}
.poi-overlay .category-selector .poi-button.icon-breakfast:before {
  background-position: -310px -10px;
}
.poi-overlay .category-selector .poi-button.icon-attractions:before {
  background-position: -370px -10px;
}
.poi-overlay .category-selector .poi-button.icon-places-for-children:before {
  background-position: -430px -10px;
}
.poi-overlay .category-selector .poi-button.icon-museums:before {
  background-position: -490px -10px;
}
.poi-overlay .category-selector .poi-button.icon-national-monuments:before {
  background-position: -550px -10px;
}
.poi-overlay .category-selector .poi-button.icon-farmer-markets:before {
  background-position: -610px -10px;
}
.poi-overlay .category-selector .poi-button.icon-nightlife:before {
  background-position: -670px -10px;
}
.poi-overlay .category-selector .poi-button.icon-arts-culture:before {
  background-position: -730px -10px;
}
.poi-overlay .category-selector .poi-button.icon-hospitals:before {
  background-position: -790px -10px;
}
.poi-overlay .category-selector .poi-button.icon-banks:before {
  background-position: -850px -10px;
}
.poi-overlay .category-selector .poi-button.icon-spas:before {
  background-position: -910px -10px;
}
.poi-overlay .category-selector .poi-button.icon-gardens:before {
  background-position: -970px -10px;
}
.poi-overlay .category-selector .poi-button.icon-cafes:before {
  background-position: -1030px -10px;
}
.poi-overlay .category-selector .poi-button.icon-entertainment:before {
  background-position: -1090px -10px;
}
.poi-overlay .category-selector .poi-button.icon-golf:before {
  background-position: -1150px -10px;
}
.poi-overlay .category-selector .poi-button.icon-romantic-spots:before {
  background-position: -1210px -10px;
}
.poi-overlay .category-selector .poi-button.icon-hidden-gems:before {
  background-position: -1270px -10px;
}
.poi-overlay .category-selector .poi-button.icon-corporate-offices:before {
  background-position: -1330px -10px;
}
.poi-overlay .category-selector .poi-button.icon-outdoors:before {
  background-position: -1390px -10px;
}
.poi-overlay .category-selector .poi-button.icon-lakes:before {
  background-position: -1450px -10px;
}
.poi-overlay .category-selector .poi-button.icon-rivers:before {
  background-position: -1510px -10px;
}
.poi-overlay .category-selector .poi-button.icon-beaches:before {
  background-position: -1570px -10px;
}
.poi-overlay .category-selector .poi-button.icon-hiking:before {
  background-position: -1630px -10px;
}
.poi-overlay .category-selector .poi-button.icon-places-of-worship:before {
  background-position: -1690px -10px;
}
.poi-overlay .category-selector .poi-button.icon-sports:before {
  background-position: -1750px -10px;
}
.poi-overlay .category-selector .poi-button.icon-universities:before {
  background-position: -1810px -10px;
}

.leaflet-popup-content {
  width: 340px !important;
}

.leaflet-popup-content-wrapper {
  border-radius: 0px;
}

#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;
    width: 100%;
  }
  #calendar-filter .select-wrapper {
    width: 100%;
  }
  #calendar-filter .select-wrapper select {
    width: 100%;
  }
}
#calendar-filter .calendar-button {
  margin-left: 5px;
  height: 40px;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #calendar-filter .calendar-button {
    width: 100%;
    display: block;
    margin-left: 0;
  }
}

#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;
  margin-right: 20px;
  padding-left: 30px;
  text-decoration: none;
  text-transform: uppercase;
  color: #00333B;
}
@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:hover, #calendar-views a.active {
  color: #454546;
}
#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;
  color: #53565a;
}
@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 #83847A;
  color: #454546;
}
#calendar-year a:hover {
  border-color: #343841;
  color: #343841;
}
#calendar-year .active a {
  border-color: #00333B;
  color: #00333B;
}
#calendar-year .active a:hover {
  border-color: #83847A;
  color: #83847A;
}

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

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

#calendar-week, #calendar-days {
  display: 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: #00333B;
  text-align: center;
  font-weight: bold;
}
#calendar-week li .short {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #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;
  -moz-text-align-last: left;
       text-align-last: left;
  vertical-align: top;
  position: static;
  background: rgba(0, 0, 0, 0.06);
}
@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: #132929;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
}
#calendar-days li time a:hover {
  background: #e2e2e2;
}
#calendar-days li.prev_month, #calendar-days li.next_month {
  background: rgba(0, 0, 0, 0.02);
}
#calendar-days li.prev_month time a, #calendar-days li.next_month time a {
  color: #595756;
}
#calendar-days li.prev_month time a:hover, #calendar-days li.next_month time a:hover {
  background: #f1f1f1;
}
#calendar-days li.day_items3 {
  height: 9em;
}
#calendar-days li.day_items4 {
  height: 11em;
}
#calendar-days li.day_items5 {
  height: 13em;
}
#calendar-days li.day_items6 {
  height: 15em;
}
#calendar-days li.day_items7 {
  height: 17em;
}
#calendar-days li.day_items8 {
  height: 19em;
}
#calendar-days li.day_items9 {
  height: 21em;
}
#calendar-days li.day_items10 {
  height: 23em;
}
#calendar-days li.day_items11 {
  height: 25em;
}
#calendar-days li.day_items12 {
  height: 27em;
}
#calendar-days li.day_items13 {
  height: 29em;
}
#calendar-days li.day_items14 {
  height: 31em;
}
#calendar-days li.day_items15 {
  height: 33em;
}
#calendar-days li.day_items16 {
  height: 35em;
}
#calendar-days li.day_items17 {
  height: 37em;
}
#calendar-days li.day_items18 {
  height: 39em;
}
#calendar-days li.day_items19 {
  height: 41em;
}
#calendar-days li.day_items20 {
  height: 43em;
}
#calendar-days dl {
  display: block;
  height: 2em;
}
#calendar-days dl:hover {
  position: relative;
}
#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;
  background: #327d7d;
  color: #000;
}
@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: #bcdcc2;
}
#calendar-days dl.c2 dt a {
  background-color: #daccc0;
}
#calendar-days dl.c3 dt a {
  background-color: #b4cfda;
}
#calendar-days dl.c4 dt a {
  background-color: #ecc6c6;
}
#calendar-days dl.c5 dt a {
  background-color: #cdbfde;
}
#calendar-days dl.c6 dt a {
  background-color: #bcdde8;
}
#calendar-days dl.c7 dt a {
  background-color: #e6beda;
}
#calendar-days dl.c8 dt a {
  background-color: #d0d0d0;
}
#calendar-days dl dd {
  position: absolute;
  left: 0;
  bottom: 28px;
  background: #fff;
  color: #717272;
  font-size: 12px;
  margin-bottom: 10px;
  padding: 10px;
  text-align: left;
  visibility: hidden;
  width: 200px;
  z-index: 999;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  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: #717272;
  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 {
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  text-decoration: none;
}

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

#calendar {
  margin-top: 40px;
}
#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 #e2e2e2;
  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: 979px) {
  .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: 24px/30px "TitilliumWeb WF", sans-serif;
  margin-bottom: 15px;
}
.calendar .image-list-item .description h3 a {
  text-decoration: none;
}
.calendar .image-list-item .description .button {
  position: absolute;
  bottom: 30px;
  left: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .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;
  }
  #calendar-header, #calendar-year, #calendar-month {
    display: none;
  }
  @page {
    size: 960px 1358px;
  }
}