@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: rgb(255, 255, 255);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.09), 0 6px 6px rgba(0, 0, 0, 0.12);
  font-family: "Source Sans Pro", serif;
  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: #000;
}

.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 #000;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(45deg);
  transition: border-color 300ms ease-in-out;
}
.ui-datepicker-prev.ui-state-disabled, .ui-datepicker-next.ui-state-disabled {
  opacity: 0.3;
}

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

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

.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: #000;
  color: #fff;
}

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

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

.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: #000;
}
.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") format("woff2"), url("../fonts/HeBS-Icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.rooms [class^=rooms-icon-]:before, .rooms [class*=" rooms-icon-"]:before, .room [class^=rooms-icon-]:before, .room [class*=" rooms-icon-"]:before {
  /* 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;
  width: auto;
  height: auto;
  background: none;
  margin-right: 5px;
  vertical-align: baseline;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rooms .rooms-icon-theatre-set-up:before, .room .rooms-icon-theatre-set-up:before {
  content: "\E937";
}
.rooms .rooms-icon-classroom-set-up:before, .room .rooms-icon-classroom-set-up:before {
  content: "\E938";
}
.rooms .rooms-icon-cabaret-set-up:before, .room .rooms-icon-cabaret-set-up:before {
  content: "\E939";
}
.rooms .rooms-icon-boardroom-set-up:before, .room .rooms-icon-boardroom-set-up:before {
  content: "\E93A";
}
.rooms .rooms-icon-u-shaped-set-up:before, .room .rooms-icon-u-shaped-set-up:before {
  content: "\E93B";
}
.rooms .rooms-icon-banquet-set-up:before, .room .rooms-icon-banquet-set-up:before {
  content: "\E93C";
}
.rooms .rooms-icon-dinner-dance-set-up:before, .room .rooms-icon-dinner-dance-set-up:before {
  content: "\E93D";
}
.rooms .rooms-icon-reception-set-up:before, .room .rooms-icon-reception-set-up:before {
  content: "\E93E";
}
.rooms .rooms-icon-ceremony-set-up:before, .room .rooms-icon-ceremony-set-up:before {
  content: "\E93F";
}
.rooms .rooms-icon-parking3:before, .room .rooms-icon-parking3:before {
  content: "\E94D";
}
.rooms .rooms-icon-natural-daylight:before, .room .rooms-icon-natural-daylight:before {
  content: "\E940";
}
.rooms .rooms-icon-outlets-sockets:before, .room .rooms-icon-outlets-sockets:before {
  content: "\E941";
}
.rooms .rooms-icon-direct-dial-point:before, .room .rooms-icon-direct-dial-point:before {
  content: "\E942";
}
.rooms .rooms-icon-video-conferencing:before, .room .rooms-icon-video-conferencing:before {
  content: "\E943";
}
.rooms .rooms-icon-air-conditioning:before, .room .rooms-icon-air-conditioning:before {
  content: "\E944";
}
.rooms .rooms-icon-wi-fi:before, .room .rooms-icon-wi-fi:before {
  content: "\E945";
}
.rooms .rooms-icon-blackout-shades:before, .room .rooms-icon-blackout-shades:before {
  content: "\E946";
}
.rooms .rooms-icon-visual-equipment:before, .room .rooms-icon-visual-equipment:before {
  content: "\E947";
}
.rooms .rooms-icon-audio-equipment:before, .room .rooms-icon-audio-equipment:before {
  content: "\E948";
}
.rooms .rooms-icon-flipchart-presentation-equipment:before, .room .rooms-icon-flipchart-presentation-equipment:before {
  content: "\E949";
}
.rooms .rooms-icon-tv-point:before, .room .rooms-icon-tv-point:before {
  content: "\E94A";
}
.rooms .rooms-icon-overhead-projector:before, .room .rooms-icon-overhead-projector:before {
  content: "\E94B";
}
.rooms .rooms-icon-data-projector:before, .room .rooms-icon-data-projector:before {
  content: "\E94C";
}
.rooms .rooms-icon-balcony:before, .room .rooms-icon-balcony:before {
  content: "\E900";
}
.rooms .rooms-icon-city-view:before, .room .rooms-icon-city-view:before {
  content: "\E901";
}
.rooms .rooms-icon-beds:before, .room .rooms-icon-beds:before {
  content: "\E902";
}
.rooms .rooms-icon-flat-screen-tv:before, .room .rooms-icon-flat-screen-tv:before {
  content: "\E903";
}
.rooms .rooms-icon-hair-dryer:before, .room .rooms-icon-hair-dryer:before {
  content: "\E904";
}
.rooms .rooms-icon-iron:before, .room .rooms-icon-iron:before {
  content: "\E905";
}
.rooms .rooms-icon-ac:before, .room .rooms-icon-ac:before {
  content: "\E906";
}
.rooms .rooms-icon-king-bed:before, .room .rooms-icon-king-bed:before {
  content: "\E907";
}
.rooms .rooms-icon-kitchen:before, .room .rooms-icon-kitchen:before {
  content: "\E908";
}
.rooms .rooms-icon-minibar:before, .room .rooms-icon-minibar:before {
  content: "\E909";
}
.rooms .rooms-icon-smoke-free:before, .room .rooms-icon-smoke-free:before {
  content: "\E90A";
}
.rooms .rooms-icon-occupancy:before, .room .rooms-icon-occupancy:before {
  content: "\E90B";
}
.rooms .rooms-icon-ocean-view:before, .room .rooms-icon-ocean-view:before {
  content: "\E90C";
}
.rooms .rooms-icon-personal_items:before, .room .rooms-icon-personal_items:before {
  content: "\E90D";
}
.rooms .rooms-icon-pool-view:before, .room .rooms-icon-pool-view:before {
  content: "\E90E";
}
.rooms .rooms-icon-room-service:before, .room .rooms-icon-room-service:before {
  content: "\E90F";
}
.rooms .rooms-icon-safe:before, .room .rooms-icon-safe:before {
  content: "\E910";
}
.rooms .rooms-icon-single-room:before, .room .rooms-icon-single-room:before {
  content: "\E911";
}
.rooms .rooms-icon-smoking:before, .room .rooms-icon-smoking:before {
  content: "\E912";
}
.rooms .rooms-icon-size:before, .room .rooms-icon-size:before {
  content: "\E913";
}
.rooms .rooms-icon-pulloutsofa:before, .room .rooms-icon-pulloutsofa:before {
  content: "\E914";
}
.rooms .rooms-icon-twin-room:before, .room .rooms-icon-twin-room:before {
  content: "\E915";
}
.rooms .rooms-icon-wifi:before, .room .rooms-icon-wifi:before {
  content: "\E916";
}
.rooms .rooms-icon-accessibility-features:before,
.rooms .rooms-icon-adaroom:before, .room .rooms-icon-accessibility-features:before,
.room .rooms-icon-adaroom:before {
  content: "\E917";
}
.rooms .rooms-icon-airport-shuttle-paid:before, .room .rooms-icon-airport-shuttle-paid:before {
  content: "\E918";
}
.rooms .rooms-icon-amusement-park:before, .room .rooms-icon-amusement-park:before {
  content: "\E919";
}
.rooms .rooms-icon-bar:before, .room .rooms-icon-bar:before {
  content: "\E91A";
}
.rooms .rooms-icon-beach:before, .room .rooms-icon-beach:before {
  content: "\E91B";
}
.rooms .rooms-icon-business-center:before, .room .rooms-icon-business-center:before {
  content: "\E91C";
}
.rooms .rooms-icon-elevator:before, .room .rooms-icon-elevator:before {
  content: "\E91D";
}
.rooms .rooms-icon-environmentally-friendly:before, .room .rooms-icon-environmentally-friendly:before {
  content: "\E91E";
}
.rooms .rooms-icon-fitness:before, .room .rooms-icon-fitness:before {
  content: "\E91F";
}
.rooms .rooms-icon-parking:before, .room .rooms-icon-parking:before {
  content: "\E920";
}
.rooms .rooms-icon-golf:before, .room .rooms-icon-golf:before {
  content: "\E921";
}
.rooms .rooms-icon-indoor-pool:before, .room .rooms-icon-indoor-pool:before {
  content: "\E922";
}
.rooms .rooms-icon-landmark:before, .room .rooms-icon-landmark:before {
  content: "\E923";
}
.rooms .rooms-icon-outdoor-pool:before, .room .rooms-icon-outdoor-pool:before {
  content: "\E924";
}
.rooms .rooms-icon-parking2:before, .room .rooms-icon-parking2:before {
  content: "\E925";
}
.rooms .rooms-icon-pet-friendly:before, .room .rooms-icon-pet-friendly:before {
  content: "\E926";
}
.rooms .rooms-icon-pool:before, .room .rooms-icon-pool:before {
  content: "\E927";
}
.rooms .rooms-icon-restaurant:before, .room .rooms-icon-restaurant:before {
  content: "\E928";
}
.rooms .rooms-icon-room-service2:before, .room .rooms-icon-room-service2:before {
  content: "\E929";
}
.rooms .rooms-icon-shuttle:before, .room .rooms-icon-shuttle:before {
  content: "\E92A";
}
.rooms .rooms-icon-spa:before, .room .rooms-icon-spa:before {
  content: "\E92B";
}
.rooms .rooms-icon-ticket-services:before, .room .rooms-icon-ticket-services:before {
  content: "\E92C";
}
.rooms .rooms-icon-valet:before, .room .rooms-icon-valet:before {
  content: "\E92D";
}
.rooms .rooms-icon-water-park:before, .room .rooms-icon-water-park:before {
  content: "\E92E";
}
.rooms .rooms-icon-coffeemaker:before, .room .rooms-icon-coffeemaker:before {
  content: "\E92F";
}
.rooms .rooms-icon-highfloor:before, .room .rooms-icon-highfloor:before {
  content: "\E930";
}
.rooms .rooms-icon-airport-shuttle-free:before, .room .rooms-icon-airport-shuttle-free:before {
  content: "\E931";
}
.rooms .rooms-icon-view:before, .room .rooms-icon-view:before {
  content: "\E932";
}
.rooms .rooms-icon-tv:before, .room .rooms-icon-tv:before {
  content: "\E933";
}
.rooms .rooms-icon-minifridge:before, .room .rooms-icon-minifridge:before {
  content: "\E934";
}
.rooms .rooms-icon-pets:before, .room .rooms-icon-pets:before {
  content: "\E935";
}
.rooms .rooms-icon-valet-only:before, .room .rooms-icon-valet-only:before {
  content: "\E936";
}

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

#groups {
  width: 100%;
  max-width: 1440px;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
  margin: auto;
  margin-top: 120px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 640px) {
  #groups {
    padding-left: 0;
    padding-right: 0;
  }
}
#groups .event {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#groups .event .page-content h2 {
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
@media only screen and (max-width: 640px) {
  #groups .event {
    margin-bottom: 50px;
    margin-top: 0;
  }
}
#groups .event .event-details-wrap {
  width: 50%;
  padding-right: 20px;
  padding-left: 20px;
  box-sizing: border-box;
  text-align: left;
}
@media only screen and (max-width: 999px) {
  #groups .event .event-details-wrap {
    width: 100%;
    padding-right: 20px;
  }
}
#groups .event .event-details-wrap .event-details {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 640px) {
  #groups .event .event-details-wrap .event-details {
    padding-right: 0;
  }
}
#groups .event .event-details-wrap .event-details .event-details-content {
  display: flex;
  flex-wrap: wrap;
}
#groups .event .event-details-wrap .event-details .event-details-content .one-event-detail {
  width: 50%;
  margin-bottom: 30px;
  box-sizing: border-box;
  color: #53555b;
}
@media only screen and (max-width: 419px) {
  #groups .event .event-details-wrap .event-details .event-details-content .one-event-detail {
    width: 100%;
    padding-right: 0;
  }
}
#groups .event .event-details-wrap .event-details .event-details-content .one-event-detail h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 10px;
}
@media only screen and (max-width: 920px) {
  #groups .event .event-details-wrap .event-details .event-details-content .one-event-detail h5 {
    font-size: 16px;
  }
}
#groups .event .event-details-wrap .event-details .event-details-content .one-event-detail p {
  font-size: 18px;
  line-height: 1.67em;
}
@media only screen and (max-width: 920px) {
  #groups .event .event-details-wrap .event-details .event-details-content .one-event-detail p {
    font-size: 14px;
  }
}
#groups .event .event-details-wrap .event-details .event-details-content .one-event-detail a {
  font-size: 18px;
  color: #000;
  text-decoration: underline;
  transition: all 400ms ease 0ms;
}
@media only screen and (max-width: 920px) {
  #groups .event .event-details-wrap .event-details .event-details-content .one-event-detail a {
    font-size: 14px;
  }
}
#groups .event .event-details-wrap .event-details .event-details-content .one-event-detail a:hover {
  color: #22356a;
}
#groups .event .event-details-wrap .event-details .button {
  text-decoration: none;
  top: 0;
  right: 0;
  width: 180px;
  background: #22356a;
  color: #fff;
  border-color: #22356a;
  margin-top: 10px;
}
#groups .event .event-details-wrap .event-details .button:hover {
  background: #000;
  border-color: #000;
}
#groups .event .logo-image {
  width: 160px;
  height: 160px;
  background-position: center;
  background-size: contain;
  padding: 20px;
  border: 1px solid #e1e1e1;
  font-size: 18px;
  color: #000;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 20px;
  font-family: "Source Sans Pro", serif;
}
#groups .event .logo-image img {
  display: block;
  width: 100%;
  height: auto;
}
#groups .event .one-event-images-wrap {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 999px) {
  #groups .event .one-event-images-wrap {
    width: 100%;
    margin-top: 20px;
  }
}
#groups .event .one-event-images-wrap .one-event-image {
  background-size: cover;
  background-position: center;
  border-radius: 3px;
}
@media only screen and (max-width: 999px) {
  #groups .event .one-event-images-wrap .one-event-image {
    margin-bottom: 40px;
  }
}
#groups .event .one-event-images-wrap .one-event-image:after {
  content: "";
  display: block;
  padding-top: 84%;
}
@media only screen and (max-width: 999px) {
  #groups .event .one-event-images-wrap .one-event-image:after {
    padding-top: 60%;
  }
}
#groups .event .additional-info-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
#groups .event .additional-info-wrap .one-info {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
@media only screen and (max-width: 419px) {
  #groups .event .additional-info-wrap .one-info {
    width: 100%;
    margin-bottom: 20px;
  }
}
#groups .event .additional-info-wrap h3 {
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  width: 100%;
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
}

#main-navigation {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 899;
  width: 100%;
  height: 100%;
  background: rgba(34, 53, 106, 0.95);
  padding-top: 140px;
  padding-bottom: 140px;
  box-sizing: border-box;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out;
  -webkit-overflow-scrolling: touch;
}
.main-navigation-visible #main-navigation {
  opacity: 1;
  visibility: visible;
}
#main-navigation > .wrapper {
  width: 100%;
  max-width: 400px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: auto;
}
#main-navigation > .wrapper ul {
  text-align: center;
}
#main-navigation > .wrapper ul li {
  line-height: 1.7em;
  margin-bottom: 10px;
  position: relative;
}
#main-navigation > .wrapper ul li:last-child {
  margin-bottom: 0px;
}
#main-navigation > .wrapper ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  display: block;
  font-family: "Source Sans Pro", serif;
  text-decoration: none;
}
#main-navigation > .wrapper ul li a:hover {
  color: #cadae6;
}
#main-navigation .top-menu a:hover, #main-navigation .top-menu a.active {
  color: #cadae6;
}
#main-navigation .main-menu {
  z-index: 20;
}
#main-navigation .main-menu .menu.level-1 {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 30px;
  padding-bottom: 30px;
  box-sizing: border-box;
  margin-top: 30px;
  margin-bottom: 30px;
}
#main-navigation .main-menu .menu.level-1 > li {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  #main-navigation .main-menu .menu.level-1 > li {
    margin-bottom: 0;
  }
}
#main-navigation .main-menu .menu.level-1 > li:last-child {
  margin-bottom: 0;
}
#main-navigation .main-menu .menu.level-1 > li a {
  display: block;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.8;
}
#main-navigation .main-menu .menu.level-1 > li > a.active, #main-navigation .main-menu .menu.level-1 > li:hover > a {
  color: #cadae6;
}
#main-navigation .main-menu .menu.submenu {
  display: none;
  position: relative;
  padding: 25px 0 10px;
  min-width: 180px;
}
#main-navigation .main-menu .menu.submenu li a {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  display: block;
  transition: all 400ms ease 0ms;
}
#main-navigation .main-menu .menu.submenu li a:hover {
  color: #cadae6;
}
#main-navigation .main-menu .expanded .menu.submenu {
  display: block;
}

#booking-datepicker {
  display: none;
  position: absolute;
  left: 0;
  bottom: 60px;
  z-index: 7;
}
.no-topimage #booking-datepicker {
  top: 60px;
  bottom: auto;
}
.booking-datepicker-under #booking-datepicker {
  bottom: auto;
  top: 60px;
}
#booking-datepicker.visible {
  display: block;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker {
    display: block;
    position: absolute;
    max-height: 0;
    overflow: hidden;
    transition: max-height 300ms ease-in-out;
  }
  #booking-datepicker.visible {
    max-height: 500px;
  }
}
#booking-datepicker .arrival-departure-status {
  overflow: hidden;
  white-space: nowrap;
  background: #22356a;
  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 "Source Sans Pro", 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;
}
#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: #22356a;
  font-size: 7px;
  line-height: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}
#booking-datepicker.checkin-step td a:hover:before, #booking-datepicker td.checkin-date a:before {
  content: "in";
}
#booking-datepicker.checkout-step td:not(.checkin-date) a:hover:before, #booking-datepicker td.checkout-date a:before {
  content: "out";
}

.homepage-additional-content {
  position: relative;
  overflow: hidden;
  background: #fff;
  z-index: 10;
}
.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-size: 36px;
  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 .thumbnail img {
  display: block;
  width: 100%;
}
.admin .preview-item .button, .admin .preview-item input[type=submit].button {
  min-width: 160px;
  height: 60px;
  font-weight: 400;
  line-height: 58px;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  border: 2px solid #000;
  text-transform: uppercase;
  color: #000;
  display: inline-block;
  box-shadow: none;
  box-sizing: border-box;
  vertical-align: top;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 3px;
  background: #fff;
  text-shadow: none;
}
.admin .preview-item .button:hover, .admin .preview-item .button:active, .admin .preview-item input[type=submit].button:hover, .admin .preview-item input[type=submit].button:active {
  color: #fff;
  background: #22356a;
  border-color: #22356a;
}

#promos {
  position: relative;
  z-index: 30;
  padding: 70px 0 70px;
  overflow: hidden;
  background: #fff;
}
@media only screen and (max-width: 999px) {
  #promos {
    padding: 80px 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  #promos {
    padding: 0;
  }
}
.admin .preview-item #promos {
  padding: 0;
}
#promos .center-column {
  display: flex;
}
@media only screen and (min-width: 1360px) {
  #promos .center-column {
    position: static;
  }
}
@media only screen and (max-width: 767px) {
  #promos .center-column {
    flex-direction: column;
  }
}
#promos .center-column .left-side {
  width: 376px;
  flex-shrink: 0;
  padding: 30px 60px 30px 0;
}
@media only screen and (max-width: 767px) {
  #promos .center-column .left-side {
    width: 100%;
    padding: 40px 0;
  }
}
.admin .preview-item #promos .center-column .left-side {
  display: none;
}
#promos .center-column .right-side {
  position: relative;
  height: 380px;
  width: 100%;
}
@media only screen and (min-width: 1360px) {
  #promos .center-column .right-side {
    position: static;
  }
}
@media only screen and (max-width: 767px) {
  #promos .center-column .right-side {
    height: 280px;
  }
}
#promos .center-column .right-side > .wrapper {
  position: absolute;
  top: 0;
  right: -20px;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 1360px) {
  #promos .center-column .right-side > .wrapper {
    top: 70px;
    right: 0;
    bottom: 70px;
    left: calc(50% - (1360px - 20px * 2) / 2 + 376px);
  }
}
@media only screen and (max-width: 767px) {
  #promos .center-column .right-side > .wrapper {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    height: 100%;
  }
}
.admin .preview-item #promos .center-column .right-side > .wrapper {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  height: 100%;
}
#promos .slideshow {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#promos .slideshow-wrapper {
  height: 100%;
  font-size: 0;
  white-space: nowrap;
}
#promos .promo {
  position: relative;
  height: 100%;
  width: 300px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  white-space: normal;
  background: #22356a;
  color: #fff;
  pointer-events: none;
}
#promos .promo .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  transition: all 800ms ease 0ms;
}
#promos .promo .thumbnail:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  transition: all 800ms ease 0ms;
}
#promos .promo .thumbnail .loading:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid transparent;
  border-top-color: #cadae6;
  border-bottom-color: #cadae6;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#promos .promo .thumbnail .loading:before {
  top: 8%;
  right: 8%;
  left: auto;
  margin: auto;
}
#promos .promo .content {
  position: absolute;
  right: 10px;
  bottom: 40px;
  left: 10px;
  text-align: center;
  color: #fff;
}
#promos .promo h3 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.33em;
  text-align: center;
  font-family: "Source Sans Pro", serif;
}
@media only screen and (max-width: 1360px) {
  #promos .promo h3 {
    font-size: 20px;
  }
}
#promos .promo .promo-button {
  color: #fff;
  border-color: #fff;
  background: transparent;
  text-decoration: none;
  pointer-events: auto;
}
#promos .promo:hover .thumbnail:before {
  background: rgba(0, 0, 0, 0.1);
}
#promos .promo:hover p {
  opacity: 1;
}
#promos .promo:hover .promo-button {
  background: #22356a;
  border-color: #22356a;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  #promos .promo {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  #promos .promo {
    width: 83%;
  }
}
#promos .special-offer-text-box {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #promos .special-offer-text-box {
    max-width: 400px;
    text-align: center;
    margin: auto;
  }
}
#promos .special-offer-text-box .page-content {
  text-align: inherit;
}
#promos .special-offer-text-box h4 {
  color: #cadae6;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1em;
  margin-bottom: 10px;
}
#promos .special-offer-text-box h3 {
  font-size: 24px;
  text-transform: none;
  color: #000;
  line-height: 1.3em;
  margin-bottom: 10px;
  font-weight: 700;
}
#promos .special-offer-text-box a {
  border-color: #22356a;
  background-color: #22356a;
  color: #fff;
  margin-top: 30px;
  transition: all 400ms ease 0ms;
}
#promos .special-offer-text-box a:hover {
  background: #cadae6;
  border-color: #cadae6;
  color: #22356a;
}

#events {
  padding: 60px;
  width: 460px;
  flex-shrink: 0;
  background: #f2f2f2;
}
@media only screen and (max-width: 999px) {
  #events {
    width: 330px;
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #events {
    width: 100%;
    padding: 20px;
  }
}
#events .page-content {
  border: none;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}
#events .slideshow {
  overflow: hidden;
  margin-bottom: 40px;
}
#events .slideshow .event {
  opacity: 0.5;
  transition: opacity 300ms ease-in-out;
}
#events .slideshow .event.swiper-slide-active {
  opacity: 1;
}
#events .slideshow .event .content .date {
  font-size: 16px;
  color: #000;
  line-height: 1.8em;
  text-decoration: none;
}
@media only screen and (max-width: 999px) {
  #events .slideshow .event .content .date {
    font-size: 14px;
  }
}
#events .slideshow .event .content h4 {
  font-size: 26px;
  margin-bottom: 10px;
  line-height: 1.3em;
}
@media only screen and (min-width: 1360px) {
  #events .slideshow .event .content h4 {
    font-size: 30px;
  }
}
#events .slideshow .event .content a {
  color: #000;
  text-decoration: underline;
  font-size: 16px;
  line-height: 1.5em;
  display: inline-block;
  margin-top: 20px;
  transition: all 400ms ease 0ms;
}
#events .slideshow .event .content a:hover {
  color: #22356a;
}
@media only screen and (min-width: 1360px) {
  #events .slideshow .event .content a {
    font-size: 20px;
  }
}

.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;
  margin-bottom: 30px;
  color: #000;
  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: 999px) {
  .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-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 300ms 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: 999px) {
  .reviews-slideshow .slideshow-button.previous {
    left: 20px;
  }
}
.reviews-slideshow .slideshow-button.next {
  right: 40px;
  transform: rotate(45deg);
}
@media only screen and (max-width: 999px) {
  .reviews-slideshow .slideshow-button.next {
    right: 20px;
  }
}

#home-rooms {
  margin-bottom: 60px;
}
#home-rooms .center-column {
  padding-bottom: 40px;
  border-bottom: 1px solid #e8e8e8;
}
#home-rooms .center-column > .wrapper {
  margin-bottom: 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#home-rooms .page-content {
  width: auto;
  margin: 0 60px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  #home-rooms .page-content {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #home-rooms .page-content {
    margin-right: 0;
    order: 1;
  }
}
#home-rooms .page-content h2 {
  margin-bottom: 0;
}
#home-rooms .category-selector {
  margin: 0 auto 0 0;
}
@media only screen and (max-width: 767px) {
  #home-rooms .category-selector {
    order: 3;
    margin: 30px 0 0 0;
    width: 100%;
  }
}
#home-rooms .slideshow-buttons {
  white-space: nowrap;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  #home-rooms .slideshow-buttons {
    order: 2;
  }
}
#home-rooms .slideshow-buttons .slideshow-button {
  display: inline-block;
  vertical-align: top;
  height: 45px;
  width: 45px;
  margin-left: 40px;
  font-size: 0;
  background: url("../images/sprite.svg") -65px -50px;
  transition: transform 200ms;
}
#home-rooms .slideshow-buttons .slideshow-button:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 999px) {
  #home-rooms .slideshow-buttons .slideshow-button {
    margin-left: 20px;
  }
}
#home-rooms .slideshow-buttons .slideshow-button.next:hover {
  transform: scale(1.1);
}
#home-rooms .slideshow-buttons .slideshow-button.previous {
  transform: rotate(180deg);
}
#home-rooms .slideshow-buttons .slideshow-button.previous:hover {
  transform: scale(1.1) rotate(180deg);
}
#home-rooms .button {
  min-width: auto;
  padding: 0 40px;
  border-color: #000;
  color: #000;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  #home-rooms .button {
    padding: 0 20px;
  }
}
#home-rooms .button.active, #home-rooms .button:hover {
  color: #fff;
  background: #22356a;
  border-color: #22356a;
}
#home-rooms .slideshow {
  overflow: hidden;
}
#home-rooms .slideshow-wrapper {
  display: flex;
}
#home-rooms .room {
  width: 50%;
}
#home-rooms .room.hidden {
  position: absolute;
  top: -9999px;
  left: 0;
}
#home-rooms .room .thumbnail {
  position: relative;
  border-radius: 3px;
  background-size: cover;
  background-position: 50% 50%;
}
#home-rooms .room .thumbnail:after {
  content: "";
  display: block;
  padding-top: 48%;
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
#home-rooms .room .thumbnail h3 {
  position: absolute;
  left: 40px;
  bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  font-family: "Source Sans Pro", serif;
  color: #fff;
}
@media only screen and (min-width: 1360px) {
  #home-rooms .room .thumbnail h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 999px) {
  #home-rooms .room .thumbnail h3 {
    left: 20px;
    font-size: 20px;
  }
}
#home-rooms .room .thumbnail .price {
  position: absolute;
  right: 40px;
  bottom: 20px;
  font-size: 18px;
  font-family: "Source Sans Pro", serif;
  text-decoration: none;
  color: #fff;
}
@media only screen and (max-width: 999px) {
  #home-rooms .room .thumbnail .price {
    right: 20px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  #home-rooms .room .thumbnail .price {
    right: auto;
    left: 20px;
    bottom: 50px;
    font-size: 12px;
  }
}
#home-rooms .room .thumbnail .price span {
  font-size: 24px;
  font-weight: 700;
}
@media only screen and (min-width: 1360px) {
  #home-rooms .room .thumbnail .price span {
    font-size: 30px;
  }
}
@media only screen and (max-width: 999px) {
  #home-rooms .room .thumbnail .price span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #home-rooms .room .thumbnail .price span {
    font-size: 14px;
  }
}
#home-rooms .room .description {
  position: relative;
  padding: 20px 40px;
  box-sizing: border-box;
}
@media only screen and (max-width: 999px) {
  #home-rooms .room .description {
    padding: 20px 0;
  }
}
#home-rooms .room .description p {
  font-size: 16px;
  line-height: 1.67em;
  color: #53555b;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1360px) {
  #home-rooms .room .description p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 999px) {
  #home-rooms .room .description p {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #home-rooms .room .description p {
    font-size: 14px;
  }
}
#home-rooms .room .description .amenities span {
  margin-right: 10px;
  font-size: 22px;
  color: #000;
}
@media only screen and (max-width: 999px) {
  #home-rooms .room .description .amenities span {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #home-rooms .room .description .amenities span {
    font-size: 14px;
  }
}
#home-rooms .room .description .links {
  margin-top: 20px;
}
#home-rooms .room .description .links .button {
  padding-left: 20px;
  padding-right: 20px;
  width: 160px;
  min-width: 160px;
  border-color: #000;
  color: #000;
  margin-right: 20px;
}
#home-rooms .room .description .links .button.book-button {
  background: #22356a;
  border-color: #22356a;
  color: #fff;
  margin-right: 0;
}
#home-rooms .room .description .links .button:hover {
  background: #22356a;
  border-color: #22356a;
  color: #fff;
}
@media only screen and (max-width: 999px) {
  #home-rooms .room .description .links .button {
    width: 130px;
    min-width: 130px;
  }
}
@media only screen and (max-width: 767px) {
  #home-rooms .room .description .links .button {
    width: auto;
    min-width: 0;
  }
}

/* TEMPLATE 1 - 1 */
.rooms .categories-descr {
  padding: 0 20px;
}
.rooms .categories-descr .category-descr {
  display: none;
}
.rooms .categories-descr .category-descr.active {
  display: block;
}
.rooms .rooms-entry {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 979px) {
  .rooms .rooms-entry {
    padding: 20px;
  }
}
@media (max-width: 550px) {
  .rooms .rooms-entry {
    padding: 0;
  }
}
.rooms .rooms-entry:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #e6e6e6;
  z-index: -1;
}
.rooms .rooms-entry .thumbnail {
  position: relative;
  float: left;
  margin: 0;
  width: 30%;
}
.rooms .rooms-entry .thumbnail img {
  width: 100%;
  display: block;
}
.rooms .rooms-entry .thumbnail nav {
  display: none;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
}
.rooms .rooms-entry .thumbnail nav .price {
  display: table-cell;
  padding: 10px 5px;
  width: 50%;
  text-align: center;
  vertical-align: middle;
  font-size: 10px;
  line-height: 16px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background: rgba(34, 53, 106, 0.7);
}
.rooms .rooms-entry .thumbnail nav .price .number {
  font-size: 22px;
}
.rooms .rooms-entry .thumbnail nav .button {
  display: table-cell;
  width: 50%;
  font-size: 15px;
  text-align: center;
  vertical-align: middle;
  line-height: 19px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  background: rgba(34, 53, 106, 0.5);
}
@media (max-width: 550px) {
  .rooms .rooms-entry .thumbnail {
    float: none;
    width: 100%;
  }
  .rooms .rooms-entry .thumbnail img {
    width: 100%;
  }
  .rooms .rooms-entry .thumbnail nav {
    display: table;
    position: relative;
  }
  .rooms .rooms-entry .thumbnail nav .button {
    background: #22356a;
    border: none;
    border-radius: 0;
  }
}
.rooms .rooms-entry .description {
  position: relative;
  margin-left: 33%;
  padding-right: 12%;
}
@media (max-width: 767px) {
  .rooms .rooms-entry .description {
    padding-right: 0;
  }
}
@media (max-width: 550px) {
  .rooms .rooms-entry .description {
    margin-left: 0;
    padding: 10px;
  }
}
.rooms .rooms-entry .description h3 {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.2;
  color: #000;
}
@media (max-width: 550px) {
  .rooms .rooms-entry .description h3 {
    margin-bottom: 10px;
  }
}
.rooms .rooms-entry .description p {
  margin-bottom: 20px;
}
.rooms .rooms-entry .description nav.links a {
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  margin-right: 8px;
  padding-right: 8px;
}
.rooms .rooms-entry .description nav.links a:after {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  height: 100%;
  width: 1px;
  background: #aaa;
}
.rooms .rooms-entry .description nav.links a:last-child {
  margin: 0;
  padding: 0;
}
.rooms .rooms-entry .description nav.links a:last-child:after {
  content: none;
}
.rooms .rooms-entry.no-booking .description {
  padding-right: 0;
}
.rooms .rooms-entry .features span {
  display: inline-block;
  margin: 0 20px 8px 0;
  font-size: 14px;
  text-transform: uppercase;
}
@media (max-width: 550px) {
  .rooms .rooms-entry .features span {
    display: block;
    margin: 0 0 8px 0;
  }
}
.rooms .rooms-entry .amenities {
  position: relative;
  margin: 10px 0;
  line-height: 30px;
  height: 30px;
}
@media (max-width: 550px) {
  .rooms .rooms-entry .amenities {
    margin: 15px 0;
  }
}
.rooms .rooms-entry .amenities.multiline {
  margin-right: 50px;
}
.rooms .rooms-entry .amenities .main-list {
  height: 30px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.rooms .rooms-entry .amenities .additional-list {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 100%;
  opacity: 0;
  line-height: 30px;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0s ease 0.2s;
  padding: 20px 70px 20px 20px;
  background: #f2f2f2;
  z-index: 1;
}
.rooms .rooms-entry .amenities span {
  display: inline-block;
  font-size: 20px;
  letter-spacing: 10px;
  vertical-align: middle;
}
.rooms .rooms-entry .amenities .toggle {
  display: none;
  position: absolute;
  right: -50px;
  bottom: 0;
  width: 31px;
  height: 100%;
  margin: 0;
  border-left: 1px solid #a6a6a6;
  text-align: right;
  z-index: 4;
}
.rooms .rooms-entry .amenities .toggle:before {
  content: "\2022\2022\2022";
  display: inline-block;
  font-size: 20px;
  color: #22356a;
}
.rooms .rooms-entry .amenities.multiline .toggle {
  display: block;
}
.rooms .rooms-entry .amenities.expand .additional-list {
  opacity: 1;
  visibility: visible;
  z-index: 3;
  transition: opacity 0.2s, visibility 0s ease 0s;
}
.rooms .rooms-entry .amenities.expand .toggle:before, .rooms .rooms-entry .amenities.expand .toggle:after {
  content: "";
  display: block;
  background: #22356a;
  position: absolute;
  transform: rotate(45deg);
}
.rooms .rooms-entry .amenities.expand .toggle:before {
  width: 20px;
  height: 2px;
  top: 9px;
  right: 0;
}
.rooms .rooms-entry .amenities.expand .toggle:after {
  width: 2px;
  height: 20px;
  top: 0;
  right: 9px;
}
.rooms .rooms-entry .booking-info {
  width: 140px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}
@media (max-width: 550px) {
  .rooms .rooms-entry .booking-info {
    display: none;
  }
}
@media (max-width: 767px) {
  .rooms .rooms-entry .booking-info {
    position: static;
    width: auto;
    margin: 20px 0;
  }
}
.rooms .rooms-entry .booking-info .price {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.2;
  text-decoration: none;
}
@media (max-width: 767px) {
  .rooms .rooms-entry .booking-info .price {
    font-size: 18px;
  }
}
.rooms .rooms-entry .booking-info .button {
  width: 140px;
  min-width: auto;
}
@media (max-width: 767px) {
  .rooms .rooms-entry .booking-info .price,
  .rooms .rooms-entry .booking-info .button {
    display: inline-block;
    width: auto;
    margin-right: 10px;
  }
}

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

.page-content .room .features {
  margin-bottom: 30px;
}
.page-content .room .amenities {
  overflow: hidden;
  margin-bottom: 20px;
  line-height: 0;
  font-size: 0;
}
.page-content .room .amenities li {
  display: inline-block;
  width: calc(25% - 10px);
  margin: 0 10px 10px 0;
}
@media only screen and (max-width: 999px) {
  .page-content .room .amenities li {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .page-content .room .amenities li {
    width: auto;
    padding: 0 10px;
  }
}
.page-content .room .amenities li:before {
  margin-right: 10px;
}
.page-content .room .thumbnail {
  width: 50%;
  padding-bottom: 30%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  clear: both;
}
@media only screen and (max-width: 767px) {
  .page-content .room .thumbnail {
    width: 100%;
    height: 250px;
  }
}
.page-content .room .thumbnail img {
  display: none;
}
.page-content .room .price {
  margin: 20px 0;
  font-weight: bold;
  text-decoration: none;
}
.page-content .room .controls {
  float: right;
  margin-bottom: 30px;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .page-content .room .controls {
    float: none;
  }
}
.page-content .room .controls .button {
  margin: 5px 0 5px 10px;
}
.page-content .room .controls .button:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .page-content .room .controls .button {
    width: 100%;
    margin: 0 0 5px 0;
  }
}

#thumbnails-blocks {
  margin-bottom: 60px;
}
#thumbnails-blocks .center-column {
  padding-bottom: 60px;
  border-bottom: 1px solid #e8e8e8;
}
#thumbnails-blocks .thumbnails-block-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  #thumbnails-blocks .thumbnails-block-wrap {
    margin-top: 40px;
  }
}
#thumbnails-blocks .thumbnails-block-wrap:first-child {
  margin-top: 0;
}
#thumbnails-blocks .thumbnails-block-wrap .images-wrap {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  padding-right: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  #thumbnails-blocks .thumbnails-block-wrap .images-wrap {
    width: 35%;
  }
}
@media only screen and (max-width: 767px) {
  #thumbnails-blocks .thumbnails-block-wrap .images-wrap {
    order: 2;
    padding-right: 0;
    width: 100%;
  }
}
#thumbnails-blocks .thumbnails-block-wrap .images-wrap .big-image,
#thumbnails-blocks .thumbnails-block-wrap .images-wrap .small-image {
  width: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 3px;
  margin-bottom: 20px;
}
#thumbnails-blocks .thumbnails-block-wrap .images-wrap .big-image:after,
#thumbnails-blocks .thumbnails-block-wrap .images-wrap .small-image:after {
  content: "";
  display: block;
  padding-top: 90.25%;
}
@media only screen and (max-width: 767px) {
  #thumbnails-blocks .thumbnails-block-wrap .images-wrap .big-image:after,
  #thumbnails-blocks .thumbnails-block-wrap .images-wrap .small-image:after {
    padding-top: 50%;
  }
}
#thumbnails-blocks .thumbnails-block-wrap .images-wrap .small-image {
  margin-bottom: 0;
  max-width: 50%;
  margin-left: auto;
}
@media only screen and (max-width: 999px) {
  #thumbnails-blocks .thumbnails-block-wrap .images-wrap .small-image {
    max-width: 100%;
  }
}
#thumbnails-blocks .thumbnails-block-wrap .images-wrap .small-image:after {
  padding-top: 61.6%;
}
@media only screen and (max-width: 767px) {
  #thumbnails-blocks .thumbnails-block-wrap .images-wrap .small-image:after {
    padding-top: 50%;
  }
}
#thumbnails-blocks .thumbnails-block-wrap .text-images-wrap {
  width: 50%;
  padding-left: 10px;
  padding-top: 20px;
  position: relative;
  padding-bottom: 16%;
}
@media only screen and (min-width: 1360px) {
  #thumbnails-blocks .thumbnails-block-wrap .text-images-wrap {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  #thumbnails-blocks .thumbnails-block-wrap .text-images-wrap {
    width: 65%;
    padding-bottom: 24%;
  }
}
@media only screen and (max-width: 767px) {
  #thumbnails-blocks .thumbnails-block-wrap .text-images-wrap {
    padding-left: 0;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 0;
  }
}
#thumbnails-blocks .thumbnails-block-wrap .text-images-wrap .page-content {
  padding-left: 20px;
}
@media only screen and (min-width: 1360px) {
  #thumbnails-blocks .thumbnails-block-wrap .text-images-wrap .page-content {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 767px) {
  #thumbnails-blocks .thumbnails-block-wrap .text-images-wrap .page-content {
    padding-left: 0;
  }
}
#thumbnails-blocks .thumbnails-block-wrap .text-images-wrap .bottom-images-wrap {
  display: flex;
  width: calc(100% - 10px);
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  #thumbnails-blocks .thumbnails-block-wrap .text-images-wrap .bottom-images-wrap {
    position: relative;
    width: 100%;
    margin-top: 30px;
  }
}
#thumbnails-blocks .thumbnails-block-wrap .text-images-wrap .bottom-images-wrap .image {
  flex: 1;
  background-size: cover;
  background-position: center;
}
#thumbnails-blocks .thumbnails-block-wrap .text-images-wrap .bottom-images-wrap .image:after {
  content: "";
  display: block;
  padding-top: 61.5%;
}
@media only screen and (max-width: 767px) {
  #thumbnails-blocks .thumbnails-block-wrap .text-images-wrap .bottom-images-wrap .image:after {
    padding-top: 75%;
  }
}
#thumbnails-blocks .thumbnails-block-wrap .text-images-wrap .bottom-images-wrap .image:first-of-type {
  margin-right: 10px;
}
#thumbnails-blocks .thumbnails-block-wrap .text-images-wrap .bottom-images-wrap .image:last-of-type {
  margin-left: 10px;
}
@media only screen and (min-width: 768px) {
  #thumbnails-blocks .thumbnails-block-wrap:nth-of-type(even) .images-wrap {
    width: 40%;
    display: block;
    padding-left: 10px;
    padding-right: 0;
    order: 2;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1360px) {
  #thumbnails-blocks .thumbnails-block-wrap:nth-of-type(even) .images-wrap {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 999px) {
  #thumbnails-blocks .thumbnails-block-wrap:nth-of-type(even) .images-wrap {
    width: 100%;
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  #thumbnails-blocks .thumbnails-block-wrap:nth-of-type(even) .images-wrap .big-image,
  #thumbnails-blocks .thumbnails-block-wrap:nth-of-type(even) .images-wrap .small-image {
    width: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 3px;
    margin-bottom: 20px;
    display: block;
  }
  #thumbnails-blocks .thumbnails-block-wrap:nth-of-type(even) .images-wrap .big-image:after,
  #thumbnails-blocks .thumbnails-block-wrap:nth-of-type(even) .images-wrap .small-image:after {
    content: "";
    display: block;
    padding-top: 62.25%;
  }
  #thumbnails-blocks .thumbnails-block-wrap:nth-of-type(even) .images-wrap .small-image {
    margin-left: 0;
    order: 1;
    max-width: 100%;
  }
  #thumbnails-blocks .thumbnails-block-wrap:nth-of-type(even) .images-wrap .small-image:after {
    padding-top: 54.5%;
  }
  #thumbnails-blocks .thumbnails-block-wrap:nth-of-type(even) .images-wrap .big-image {
    max-width: 48.6%;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 999px) {
  #thumbnails-blocks .thumbnails-block-wrap:nth-of-type(even) .images-wrap .big-image {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  #thumbnails-blocks .thumbnails-block-wrap:nth-of-type(even) .text-images-wrap {
    width: 60%;
    padding-left: 0;
    padding-right: 10px;
    position: relative;
    padding-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    padding-top: 60px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1360px) {
  #thumbnails-blocks .thumbnails-block-wrap:nth-of-type(even) .text-images-wrap {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 999px) {
  #thumbnails-blocks .thumbnails-block-wrap:nth-of-type(even) .text-images-wrap {
    width: 100%;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  #thumbnails-blocks .thumbnails-block-wrap:nth-of-type(even) .text-images-wrap .page-content {
    padding-left: 0;
    padding-right: 40px;
    width: 50%;
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 999px) {
  #thumbnails-blocks .thumbnails-block-wrap:nth-of-type(even) .text-images-wrap .page-content {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  #thumbnails-blocks .thumbnails-block-wrap:nth-of-type(even) .text-images-wrap .bottom-images-wrap {
    position: relative;
    width: 50%;
    display: block;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 999px) {
  #thumbnails-blocks .thumbnails-block-wrap:nth-of-type(even) .text-images-wrap .bottom-images-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  #thumbnails-blocks .thumbnails-block-wrap:nth-of-type(even) .text-images-wrap .bottom-images-wrap .image {
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
  }
  #thumbnails-blocks .thumbnails-block-wrap:nth-of-type(even) .text-images-wrap .bottom-images-wrap .image:after {
    content: "";
    display: block;
    padding-top: 75%;
  }
  #thumbnails-blocks .thumbnails-block-wrap:nth-of-type(even) .text-images-wrap .bottom-images-wrap .image:first-of-type {
    margin-right: 0;
  }
  #thumbnails-blocks .thumbnails-block-wrap:nth-of-type(even) .text-images-wrap .bottom-images-wrap .image:first-of-type:after {
    padding-top: 112.5%;
  }
  #thumbnails-blocks .thumbnails-block-wrap:nth-of-type(even) .text-images-wrap .bottom-images-wrap .image:last-of-type {
    margin-left: 0;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 999px) {
  #thumbnails-blocks .thumbnails-block-wrap:nth-of-type(even) .text-images-wrap .bottom-images-wrap .image {
    flex: 1;
    margin-bottom: 0;
  }
  #thumbnails-blocks .thumbnails-block-wrap:nth-of-type(even) .text-images-wrap .bottom-images-wrap .image:first-of-type {
    margin-right: 10px;
  }
  #thumbnails-blocks .thumbnails-block-wrap:nth-of-type(even) .text-images-wrap .bottom-images-wrap .image:first-of-type:after {
    padding-top: 75%;
  }
  #thumbnails-blocks .thumbnails-block-wrap:nth-of-type(even) .text-images-wrap .bottom-images-wrap .image:last-of-type {
    margin-left: 10px;
  }
}

.venues-wrap {
  position: relative;
  padding: 60px 0;
  background: #fff;
}
.venues-wrap .slideshow {
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}
.venues-wrap .one-venue-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .venues-wrap .one-venue-wrap .page-content h2 {
    margin-bottom: 20px;
  }
}
.venues-wrap .one-venue-wrap .venue-details-wrap {
  width: 50%;
  padding-left: 40px;
  text-align: left;
}
@media only screen and (max-width: 999px) {
  .venues-wrap .one-venue-wrap .venue-details-wrap {
    width: 100%;
    padding-left: 0;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .venues-wrap .one-venue-wrap .venue-details-wrap {
    padding-right: 20px;
  }
}
.venues-wrap .one-venue-wrap .venue-details-wrap .page-content {
  text-align: left;
}
.venues-wrap .one-venue-wrap .venue-details-wrap .venue-links {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1360px) {
  .venues-wrap .one-venue-wrap .venue-details-wrap .venue-links {
    margin-top: 40px;
    margin-bottom: 60px;
  }
}
.venues-wrap .one-venue-wrap .venue-details-wrap .venue-links ul {
  display: inline-block;
}
.venues-wrap .one-venue-wrap .venue-details-wrap .venue-links ul li {
  display: inline-block;
  margin-right: 30px;
}
.venues-wrap .one-venue-wrap .venue-details-wrap .venue-links ul li:last-child {
  margin-right: 0px;
}
@media only screen and (min-width: 1360px) {
  .venues-wrap .one-venue-wrap .venue-details-wrap .venue-links ul li {
    margin-right: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .venues-wrap .one-venue-wrap .venue-details-wrap .venue-links ul li {
    margin-right: 20px;
  }
}
.venues-wrap .one-venue-wrap .venue-details-wrap .venue-links ul li a {
  font-size: 16px;
  color: #22356a;
  font-weight: 700;
  line-height: 1.33em;
  text-decoration: underline;
  transition: all 400ms ease 0ms;
}
.venues-wrap .one-venue-wrap .venue-details-wrap .venue-links ul li a:hover {
  color: #000;
}
@media only screen and (min-width: 1360px) {
  .venues-wrap .one-venue-wrap .venue-details-wrap .venue-links ul li a {
    font-size: 18px;
  }
}
.venues-wrap .one-venue-wrap .venue-details-wrap .cta-wrap {
  width: 100%;
  display: block;
  margin-top: 40px;
}
.venues-wrap .one-venue-wrap .venue-details-wrap .cta-wrap .phone {
  font-size: 24px;
  font-weight: 700;
  display: inline-block;
  color: #53555b;
  line-height: 60px;
  height: 60px;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
  transition: all 400ms ease 0ms;
}
.venues-wrap .one-venue-wrap .venue-details-wrap .cta-wrap .phone:hover {
  color: #22356a;
}
@media only screen and (max-width: 1360px) {
  .venues-wrap .one-venue-wrap .venue-details-wrap .cta-wrap .phone {
    font-size: 18px;
  }
}
@media only screen and (max-width: 419px) {
  .venues-wrap .one-venue-wrap .venue-details-wrap .cta-wrap .phone {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    max-width: 160px;
  }
}
.venues-wrap .one-venue-wrap .venue-details-wrap .cta-wrap .button {
  background: #22356a;
  border-color: #22356a;
  color: #fff;
  transition: all 400ms ease 0ms;
}
.venues-wrap .one-venue-wrap .venue-details-wrap .cta-wrap .button:hover {
  background: #000;
  border-color: #000;
}
.venues-wrap .one-venue-wrap .venue-image-wrap {
  width: 50%;
}
@media only screen and (max-width: 999px) {
  .venues-wrap .one-venue-wrap .venue-image-wrap {
    width: 100%;
    margin-bottom: 20px;
  }
}
.venues-wrap .one-venue-wrap .venue-image-wrap .venue-image {
  width: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 3px;
}
.venues-wrap .one-venue-wrap .venue-image-wrap .venue-image:after {
  content: "";
  display: block;
  padding-top: 75%;
}
@media only screen and (max-width: 999px) {
  .venues-wrap .one-venue-wrap .venue-image-wrap .venue-image:after {
    padding-top: 60%;
  }
}
.venues-wrap .one-venue-wrap .venue-image-wrap .venue-icons {
  display: flex;
}
.venues-wrap .one-venue-wrap .venue-image-wrap .venue-icons .one-room-icon {
  flex: 1;
  cursor: pointer;
  position: relative;
  height: 80px;
}
.venues-wrap .one-venue-wrap .venue-image-wrap .venue-icons .one-room-icon:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.venues-wrap .one-venue-wrap .venue-image-wrap .venue-icons .one-room-icon .icon {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  color: #22356a;
}
.venues-wrap .one-venue-wrap .venue-image-wrap .venue-icons .one-room-icon .icon:before {
  display: block;
  text-align: center;
}
.venues-wrap .one-venue-wrap .venue-image-wrap .venue-icons .one-room-icon .icon:hover {
  color: #000;
}
@media only screen and (max-width: 999px) {
  .venues-wrap .one-venue-wrap .venue-image-wrap .venue-icons .one-room-icon .icon {
    transform: translate(-50%, -50%) scale(0.8);
  }
}
@media only screen and (max-width: 419px) {
  .venues-wrap .one-venue-wrap .venue-image-wrap .venue-icons .one-room-icon .icon {
    transform: translate(-50%, -50%) scale(0.6);
  }
}
.venues-wrap .one-venue-wrap .venue-image-wrap .venue-icons .one-room-icon .icon span {
  display: none;
}
.venues-wrap .slideshow-buttons {
  position: absolute;
  right: 20px;
  top: 0;
  white-space: nowrap;
  font-size: 0;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .venues-wrap .slideshow-buttons {
    position: relative;
    top: auto;
    right: auto;
    margin-bottom: 20px;
  }
}
.venues-wrap .slideshow-buttons .slideshow-button {
  display: inline-block;
  vertical-align: top;
  height: 45px;
  width: 45px;
  margin-left: 40px;
  font-size: 0;
  background: url("../images/sprite.svg") -65px -50px;
  transition: transform 200ms;
}
.venues-wrap .slideshow-buttons .slideshow-button:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 999px) {
  .venues-wrap .slideshow-buttons .slideshow-button {
    margin-left: 20px;
  }
}
.venues-wrap .slideshow-buttons .slideshow-button.next:hover {
  transform: scale(1.1);
}
.venues-wrap .slideshow-buttons .slideshow-button.previous {
  transform: rotate(180deg);
}
.venues-wrap .slideshow-buttons .slideshow-button.previous:hover {
  transform: scale(1.1) rotate(180deg);
}

#home-gallery {
  position: relative;
  overflow: hidden;
  background: #fff;
  text-align: center;
  z-index: 10;
  margin-bottom: 70px;
}
#home-gallery .gallery-quote {
  width: 100%;
  max-width: 760px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  margin: auto;
  margin-bottom: 120px;
}
#home-gallery .gallery-quote .gallery-quote-icon {
  background-position: -100px -240px;
  width: 34px;
  height: 40px;
  margin: auto;
  margin-bottom: 10px;
  transform: scale(1.6);
  background-image: url("../images/sprite.svg");
}
#home-gallery .gallery-quote .quote {
  font-size: 40px;
  color: #22356a;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1360px) {
  #home-gallery .gallery-quote .quote {
    font-size: 36px;
  }
}
@media only screen and (max-width: 920px) {
  #home-gallery .gallery-quote .quote {
    font-size: 30px;
  }
}
@media only screen and (max-width: 640px) {
  #home-gallery .gallery-quote .quote {
    font-size: 26px;
  }
}
#home-gallery .gallery-quote .author {
  font-size: 20px;
  color: #000;
  position: relative;
}
#home-gallery .gallery-quote .author:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 1px;
  background: #d8d8d8;
}
#home-gallery h2 {
  margin: 40px 0;
  color: #000;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #home-gallery h2 {
    display: block;
  }
}
#home-gallery div.gallery-wrapper {
  overflow: hidden;
}
#home-gallery .photo {
  display: block;
  float: left;
  margin: 10px 0 0 10px;
  width: calc((100% - 60px) / 5);
  height: 0;
  padding-top: calc((100% - 60px) / 5);
  position: relative;
  background-position: 50% 50%;
  background-size: cover;
  font-size: 0;
  transition: opacity 0.3s ease-out;
  opacity: 1;
}
#home-gallery .photo:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 767px) {
  #home-gallery span.photo {
    display: none;
  }
}
#home-gallery span.photo:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
#home-gallery span.photo .text {
  position: relative;
  font-size: 25px;
  color: #fff;
  text-transform: uppercase;
  z-index: 2;
}
#home-gallery span.photo .text a {
  margin-top: 6px;
  padding: 0 20px;
}
#home-gallery .all-photos {
  display: none;
}
@media only screen and (max-width: 767px) {
  #home-gallery .all-photos {
    display: block;
    margin-top: 40px;
  }
}
#home-gallery .gallery-wrapper {
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  #home-gallery .gallery-wrapper {
    flex-direction: column;
  }
}
#home-gallery .gallery-wrapper button {
  transition: all 600ms ease 0ms;
}
#home-gallery .gallery-wrapper button:hover {
  opacity: 0.7;
}
#home-gallery .gallery-wrapper .small-gallery-image {
  background-size: cover;
  background-position: center;
  flex: 1;
}
#home-gallery .gallery-wrapper .small-gallery-image:after {
  content: "";
  display: block;
  padding-top: 100%;
}
#home-gallery .gallery-wrapper .big-gallery-image {
  background-size: cover;
  background-position: center;
  height: 100%;
  flex: 1;
}
@media only screen and (max-width: 767px) {
  #home-gallery .gallery-wrapper .big-gallery-image {
    height: auto;
  }
}
#home-gallery .gallery-wrapper .three-image-layout {
  width: 40%;
  display: flex;
}
@media only screen and (max-width: 767px) {
  #home-gallery .gallery-wrapper .three-image-layout {
    width: 100%;
  }
}
#home-gallery .gallery-wrapper .three-image-layout .small-images-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
}
#home-gallery .gallery-wrapper .four-image-layout {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  #home-gallery .gallery-wrapper .four-image-layout {
    width: 100%;
  }
}
#home-gallery .gallery-wrapper .four-image-layout .small-gallery-image {
  height: 50%;
  width: 33.3333%;
  flex: auto;
}
#home-gallery .gallery-wrapper .four-image-layout .big-gallery-image {
  height: 50%;
  width: 66.6666%;
  flex: auto;
}
@media only screen and (max-width: 767px) {
  #home-gallery .gallery-wrapper .four-image-layout .big-gallery-image {
    height: auto;
  }
}

#feeds {
  position: relative;
  margin-bottom: 120px;
  z-index: 10;
}
@media only screen and (min-width: 1000px) {
  #feeds {
    padding-top: 56px;
  }
}
#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: #cadae6;
  border-bottom-color: #cadae6;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media only screen and (min-width: 1000px) {
  #feeds.loading {
    min-height: 180px;
  }
}
@media only screen and (max-width: 999px) {
  #feeds.loading {
    min-height: 320px;
  }
}
#feeds .hidden {
  display: none !important;
}
#feeds .page-content {
  position: relative;
  z-index: 20;
}
@media only screen and (min-width: 1000px) {
  #feeds .page-content {
    position: absolute;
    top: -56px;
    left: 20px;
    width: 50%;
    padding-right: 35px;
  }
}
@media only screen and (min-width: 1360px) {
  #feeds .page-content {
    width: 25%;
  }
}
@media only screen and (max-width: 999px) {
  #feeds .page-content {
    margin-bottom: 30px;
  }
}
#feeds .categories button {
  position: relative;
  display: block;
  min-height: 30px;
  padding-left: 1.8em;
  font-size: 20px;
  line-height: 1.5;
  text-decoration: underline;
  color: #000;
}
#feeds .categories button:hover {
  color: #22356a;
}
#feeds .categories button.active {
  color: #53555b;
  text-decoration: none;
}
@media only screen and (max-width: 999px) {
  #feeds .categories button {
    display: inline-block;
    margin-right: 20px;
  }
}
#feeds .categories button:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: url("../images/sprite.svg") 0 0 no-repeat;
  transform: scale(0.8);
  transition: transform 200ms;
}
#feeds .categories button:hover:after {
  transform: scale(1);
}
#feeds .categories button.facebook-icon:after {
  background-position: 0 0;
}
#feeds .categories button.twitter-icon:after {
  background-position: -40px 0;
}
#feeds .categories button.instagram-icon:after {
  background-position: -280px 0;
}
#feeds .categories button.all-icon {
  padding-left: 0;
}
#feeds .categories button.all-icon:after {
  background: none;
}
#feeds .feed-content:after {
  clear: both;
  content: "";
  display: table;
}
#feeds .feed-content:before {
  content: "";
  float: left;
  width: 50%;
  height: 1px;
}
@media only screen and (min-width: 1360px) {
  #feeds .feed-content:before {
    width: 25%;
  }
}
@media only screen and (max-width: 999px) {
  #feeds .feed-content:before {
    content: none;
  }
}
#feeds .feed-item {
  float: left;
  position: relative;
  width: 25%;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  #feeds .feed-item {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  #feeds .feed-item {
    width: 100%;
  }
}
#feeds .feed-item:before {
  content: "";
  display: block;
  position: absolute;
  width: 31px;
  height: 31px;
  right: 20px;
  top: 10px;
  background: url("../images/feeds-sprite.svg") -180px 0 no-repeat;
  z-index: 5;
}
#feeds .feed-item:after {
  content: "";
  display: block;
  padding-top: 88%;
}
#feeds .feed-item .feed-thumb {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 20px;
  left: 10px;
  background-size: cover;
  background-position: center;
}
#feeds .feed-item .feed-thumb:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(60, 60, 60, 0.2);
}
#feeds .feed-item .feed-descr {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 20px;
  left: 10px;
  overflow: hidden;
  padding: 15px;
  font: 14px/18px "Source Sans Pro", serif;
  text-align: left;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  transition: background 300ms ease-in-out;
}
@media only screen and (min-width: 1360px) {
  #feeds .feed-item .feed-descr {
    padding: 20px;
  }
}
#feeds .feed-item .feed-title {
  margin-bottom: 10px;
  font-weight: 600;
  text-decoration: underline;
  transition: all 300ms ease-in-out;
  padding-right: 30px;
  color: #000;
}
#feeds .feed-item .feed-date {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  color: #85878f;
}
#feeds .feed-item .feed-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#feeds .feed-item.instagram .feed-descr {
  display: none;
}
#feeds .feed-item.instagram:before {
  background-position: 0 0;
}
#feeds .feed-item.facebook:before {
  background-position: -50px 0;
}
#feeds .feed-item.facebook .feed-descr {
  color: #fff;
}
#feeds .feed-item.facebook .feed-date {
  color: #d9d9d9;
}
#feeds .feed-item.facebook .feed-title {
  color: #595959;
}
#feeds .feed-item.twitter .feed-descr {
  background-color: #f7f7f7;
}
#feeds .feed-item.twitter:before {
  background-position: -100px 0;
}
#feeds .feed-item.blog .feed-descr {
  background-color: #f7f7f7;
}
#feeds .feed-item.blog:before {
  background-position: -150px 0;
}
#feeds .feed-controls {
  width: 100%;
  text-align: center;
  margin-top: 40px;
}

#footer {
  position: relative;
  font-size: 14px;
  line-height: 1.7em;
  color: #53555b;
  background: #f2f2f2;
  min-height: 700px;
}
@media only screen and (max-width: 999px) {
  #footer {
    text-align: center;
  }
}
#footer .center-column {
  display: flex;
}
@media only screen and (min-width: 1360px) {
  #footer .center-column {
    position: static;
  }
}
@media only screen and (max-width: 999px) {
  #footer .center-column {
    flex-direction: column;
  }
}
#footer .center-column .left-side {
  width: 376px;
  flex-shrink: 0;
  padding: 60px 60px 80px 0;
}
@media only screen and (max-width: 999px) {
  #footer .center-column .left-side {
    width: 100%;
    padding-right: 0;
    order: 2;
  }
}
#footer .center-column .right-side {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 1360px) {
  #footer .center-column .right-side {
    position: static;
  }
}
@media only screen and (max-width: 999px) {
  #footer .center-column .right-side {
    order: 1;
  }
}
#footer .center-column .right-side > .wrapper {
  position: absolute;
  top: 0;
  right: -20px;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 1360px) {
  #footer .center-column .right-side > .wrapper {
    left: calc(50% - (1360px - 20px * 2) / 2 + 376px);
    right: 0;
  }
}
@media only screen and (max-width: 999px) {
  #footer .center-column .right-side > .wrapper {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    margin: 0 -20px;
  }
}
#footer .copyright, #footer .credits {
  display: block;
  font-size: 14px;
  line-height: 1.714;
}
#footer .copyright sup, #footer .credits sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
#footer .copyright sup, #footer .credits sup {
  top: -0.5em;
}
#footer .footer-details-wrap {
  width: 100%;
  max-width: 1440px;
  padding: 60px 60px 80px 60px;
  box-sizing: border-box;
  margin: auto;
}
@media only screen and (max-width: 920px) {
  #footer .footer-details-wrap {
    padding: 40px;
  }
}
#footer .footer-details-wrap .footer-details {
  width: 100%;
  max-width: 340px;
  margin-left: 0;
}
@media only screen and (max-width: 999px) {
  #footer .footer-details-wrap .footer-details {
    max-width: 420px;
    text-align: center;
    margin: auto;
  }
}
#footer .footer-additional-content {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 999px) {
  #footer .footer-additional-content {
    position: relative;
    width: 100% !important;
  }
}

.footer-side-wrapper {
  display: flex;
}
@media only screen and (max-width: 999px) {
  .footer-side-wrapper {
    display: block;
  }
}
.footer-side-wrapper .logo-inky {
  background: url(../images/mascot.svg) no-repeat;
  background-size: 100%;
  width: 115px;
  height: 185px;
  display: block;
  font-size: 0;
  margin-right: 40px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 999px) {
  .footer-side-wrapper .logo-inky {
    position: relative;
    margin: 0 auto 20px;
  }
}
.footer-side-wrapper #footer-menu {
  margin-bottom: 10px;
}
@media only screen and (max-width: 999px) {
  .footer-side-wrapper #footer-menu {
    position: relative;
    display: inline-block;
    margin: 0 0 20px 0;
  }
}
.footer-side-wrapper #footer-menu ul li {
  display: block;
  margin-bottom: 5px;
}
.footer-side-wrapper #footer-menu ul li:last-child {
  margin-bottom: 0;
}
.footer-side-wrapper #footer-menu ul li a {
  font-size: 14px;
  line-height: 1.3em;
}
.footer-side-wrapper #footer-menu ul li a:hover, .footer-side-wrapper #footer-menu ul li a.active {
  color: #000;
}
.footer-side-wrapper .socials {
  margin-bottom: 30px;
}
@media only screen and (max-width: 999px) {
  .footer-side-wrapper .socials {
    margin-left: 0;
  }
}
.footer-side-wrapper .socials li {
  display: inline-block;
  margin-right: 5px;
}
.footer-side-wrapper .socials a {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/sprite.svg") 0 0 no-repeat;
  transition: transform 200ms;
}
.footer-side-wrapper .socials a:hover {
  transform: scale(1.2);
}
.footer-side-wrapper .socials a.facebook {
  background-position: 0 0;
}
.footer-side-wrapper .socials a.twitter {
  background-position: -40px 0;
}
.footer-side-wrapper .socials a.google {
  background-position: -80px 0;
}
.footer-side-wrapper .socials a.youtube {
  background-position: -120px 0;
}
.footer-side-wrapper .socials a.linkedin {
  background-position: -160px 0;
}
.footer-side-wrapper .socials a.tripadvisor {
  background-position: -200px 0;
}
.footer-side-wrapper .socials a.pinterest {
  background-position: -240px 0;
}
.footer-side-wrapper .socials a.instagram {
  background-position: -280px 0;
}

#newsletter {
  position: relative;
  padding: 20px 0;
  margin-bottom: 20px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media only screen and (max-width: 999px) {
  #newsletter {
    width: 50%;
    margin: 0 auto 20px;
  }
}
@media only screen and (max-width: 767px) {
  #newsletter {
    width: 80%;
    margin: 0 auto 20px;
  }
}
#newsletter p {
  margin-bottom: 10px;
}
#newsletter form {
  display: flex;
  height: 60px;
  background: #fff;
  border-radius: 3px;
}
#newsletter input[type=text] {
  flex: 1;
  height: 100%;
  padding: 0 20px;
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
}
@media only screen and (max-width: 999px) {
  #newsletter input[type=text] {
    font-size: 14px;
  }
}
#newsletter input[type=text]::-moz-placeholder {
  color: #000;
}
#newsletter input[type=text]::placeholder {
  color: #000;
}
#newsletter .newsletter-button {
  flex: 0 0 60px;
  position: relative;
  cursor: pointer;
  height: 100%;
  text-indent: -9999px;
  overflow: hidden;
}
#newsletter .newsletter-button:after {
  content: "";
  position: absolute;
  width: 45px;
  height: 45px;
  top: 50%;
  left: 50%;
  background: url("../images/sprite.svg") -130px -50px;
  transform: translate(-50%, -50%) scale(0.52);
  transition: transform 200ms;
}
#newsletter .newsletter-button:hover:after {
  transform: translate(-50%, -50%) scale(0.61);
}

#footer-contacts {
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 1.714;
}
#footer-contacts a {
  color: #53555b;
  text-decoration: none;
}
#footer-contacts a:hover {
  color: #22356a;
}

#hebs-gallery {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.95);
  /* FULL SIZE IMAGE */
  /* FULL SIZE IMAGE -> Navigation */
  /* FULL SIZE IMAGE -> Loading */
  /* THUMBNAILS */
  /* THUMBNAILS -> Navigation */
  /* INFO */
}
#hebs-gallery .galleria {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
#hebs-gallery .close-button {
  position: absolute;
  right: 20px;
  top: 12px;
  width: 17px;
  height: 17px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
  background: url("../images/common.svg") 0 0 no-repeat;
}
#hebs-gallery .close-button:hover {
  background-position: -37px 0;
}
#hebs-gallery .close-button:active {
  background-position: -74px 0;
}
#hebs-gallery .galleria-container {
  position: relative;
  overflow: hidden;
  width: 100% !important;
  height: 100% !important;
}
#hebs-gallery .select-wrapper {
  position: relative;
  float: left;
  margin: 5px 0 0 20px;
  z-index: 2;
}
#hebs-gallery .category-selector {
  height: 30px;
  line-height: 30px;
  margin-bottom: 0;
  background: #fff;
  font-size: 14px;
  color: #000;
}
#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: 999px) {
  #hebs-gallery .galleria-stage {
    padding: 0;
  }
}
@media only screen and (max-width: 999px) 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: 999px) {
  #hebs-gallery .galleria-image-nav {
    display: none;
  }
}
#hebs-gallery .galleria-image-nav-left, #hebs-gallery .galleria-image-nav-right {
  position: absolute;
  top: 50%;
  cursor: pointer;
  width: 31px;
  height: 61px;
  margin-top: -30px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common.svg") 0 0 no-repeat;
}
#hebs-gallery .galleria-image-nav-left {
  left: 20px;
  background-position: 0 -37px;
}
#hebs-gallery .galleria-image-nav-left:hover {
  background-position: -51px -37px;
}
#hebs-gallery .galleria-image-nav-left:active {
  background-position: -102px -37px;
}
#hebs-gallery .galleria-image-nav-right {
  right: 20px;
  background-position: 0 -118px;
}
#hebs-gallery .galleria-image-nav-right:hover {
  background-position: -51px -118px;
}
#hebs-gallery .galleria-image-nav-right:active {
  background-position: -102px -118px;
}
#hebs-gallery .galleria-loader {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -24px 0 0 -24px;
}
#hebs-gallery .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: #cadae6;
  border-bottom-color: #cadae6;
  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: 999px) 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: #000;
}
#share-this-site-overlay .close-button {
  position: absolute;
  right: 15px;
  top: 10px;
  width: 17px;
  height: 17px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/sprite.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-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  text-decoration: none;
  color: #f7fcfc;
}
#share-this-site a:hover {
  color: #6dc7c7;
}
#share-this-site a .icon {
  float: left;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  background: url(../images/share.png) 0 0 no-repeat;
}
#share-this-site a.share_facebook .icon {
  background-position: 0 0;
}
#share-this-site a.share_facebook:hover .icon {
  background-position: -36px 0;
}
#share-this-site a.share_twitter .icon {
  background-position: 0 -36px;
}
#share-this-site a.share_twitter:hover .icon {
  background-position: -36px -36px;
}
#share-this-site a.share_tumblr .icon {
  background-position: 0 -72px;
}
#share-this-site a.share_tumblr:hover .icon {
  background-position: -36px -72px;
}
#share-this-site a.share_linkedin .icon {
  background-position: 0 -108px;
}
#share-this-site a.share_linkedin:hover .icon {
  background-position: -36px -108px;
}
#share-this-site a.share_digg .icon {
  background-position: 0 -144px;
}
#share-this-site a.share_digg:hover .icon {
  background-position: -36px -144px;
}
#share-this-site a.share_delicious .icon {
  background-position: 0 -180px;
}
#share-this-site a.share_delicious:hover .icon {
  background-position: -36px -180px;
}
#share-this-site a.share_stumbleupon .icon {
  background-position: 0 -216px;
}
#share-this-site a.share_stumbleupon:hover .icon {
  background-position: -36px -216px;
}
#share-this-site a.share_orkut .icon {
  background-position: 0 -252px;
}
#share-this-site a.share_orkut:hover .icon {
  background-position: -36px -252px;
}
#share-this-site a.share_myspace .icon {
  background-position: 0 -288px;
}
#share-this-site a.share_myspace:hover .icon {
  background-position: -36px -288px;
}
#share-this-site a.share_yammer .icon {
  background-position: 0 -324px;
}
#share-this-site a.share_yammer:hover .icon {
  background-position: -36px -324px;
}
#share-this-site a.share_pinterest .icon {
  background-position: 0 -360px;
}
#share-this-site a.share_pinterest:hover .icon {
  background-position: -36px -360px;
}
#share-this-site a.share_bebo .icon {
  background-position: 0 -396px;
}
#share-this-site a.share_bebo:hover .icon {
  background-position: -36px -396px;
}
#share-this-site a.share_live .icon {
  background-position: 0 -432px;
}
#share-this-site a.share_live:hover .icon {
  background-position: -36px -432px;
}
#share-this-site a.share_google .icon {
  background-position: 0 -468px;
}
#share-this-site a.share_google:hover .icon {
  background-position: -36px -468px;
}
#share-this-site a.share_email .icon {
  background-position: 0 -504px;
}
#share-this-site a.share_email:hover .icon {
  background-position: -36px -504px;
}

.specials:after {
  clear: both;
  content: "";
  display: table;
}
.specials .image-list-item {
  position: relative;
  overflow: hidden;
  height: 300px;
  width: 100%;
  margin: 0 auto 20px;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
}
@media only screen and (max-width: 767px) {
  .specials .image-list-item {
    height: auto;
  }
}
.specials .image-list-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #e2e2e2;
  z-index: -1;
}
.specials .image-list-item .background {
  position: relative;
  width: 50%;
  height: 300px;
  margin-left: 40px;
  display: block;
  float: right;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .specials .image-list-item .background {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .specials .image-list-item .background {
    width: 100%;
    margin: 0 0 20px 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;
    text-align: center;
  }
}
.specials .image-list-item .description h3 {
  font-size: 140%;
  margin-bottom: 15px;
}
.specials .image-list-item .description h3 a {
  text-decoration: none;
}
.specials .image-list-item .description h3 a:hover {
  color: #000;
}
.specials .image-list-item .description nav {
  position: absolute;
  bottom: 30px;
  left: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .specials .image-list-item .description nav {
    bottom: 25px;
  }
}
@media only screen and (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: #cadae6;
  border-bottom-color: #cadae6;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.google-map.loaded:before {
  content: none;
}

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

.map-content {
  background: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  padding: 20px;
  position: relative;
  text-align: center;
  color: #53555b;
  width: 300px;
}
.map-content h3, .map-content p {
  margin-bottom: 5px;
}
.map-content h3 {
  font: 700 16px/24px "Source Sans Pro", serif;
  color: #000;
}
.map-content .button {
  margin-top: 20px;
}

.pressroom {
  text-align: center;
}
.pressroom .pressroom-item {
  display: inline-block;
  vertical-align: top;
  width: calc(33% - 20px);
  height: 400px;
  margin: 15px 10px 20px 10px;
  position: relative;
  overflow: hidden;
  padding: 20px 0;
  background-color: #f2f2f2;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .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.no-img .description {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  background: none;
}
.pressroom .pressroom-item.no-img .description p {
  color: #000;
}
.pressroom .pressroom-item.no-img .description a {
  color: #cadae6;
}
.pressroom .pressroom-item.no-img h4 {
  color: #000;
}
.pressroom .pressroom-item.no-img .pdf {
  color: #cadae6;
}
.pressroom .pressroom-item.no-img .pdf:hover {
  color: #000;
}
.pressroom .pressroom-item h4 {
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #fff;
}
.pressroom .pressroom-item time {
  color: #cadae6;
  font-weight: 600;
  display: block;
  margin: 5px 0;
}
.pressroom .pressroom-item .description {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  padding: 10px 20px 20px 20px;
}
.pressroom .pressroom-item .description a {
  color: #cadae6;
}
.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: #cadae6;
}
.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: 999px) {
  .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 "Source Sans Pro", 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.4);
  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.1);
}
.galleries .gallery .description {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  color: inherit;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 999px) {
  .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: 30px;
  display: inline-block;
  vertical-align: bottom;
  width: calc(100% - 4px);
}
.galleries .gallery .description .centered .button {
  margin-top: 0;
}

.form,
[id*=form_] {
  display: block;
  margin-bottom: 20px;
}
.form .ui-menu-item a,
[id*=form_] .ui-menu-item a {
  text-align: left;
}
.form h3,
[id*=form_] h3 {
  text-align: left;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e2e2e2;
}
.form label,
[id*=form_] label {
  width: 40%;
  line-height: 1.2;
  margin: 10px 20px 0 0;
  float: left;
  text-align: right;
  color: #53555b;
  text-transform: none;
}
@media only screen and (max-width: 767px) {
  .form label,
  [id*=form_] label {
    display: block;
    float: none;
    margin: 0 0 20px;
    text-align: left;
    width: auto;
  }
}
.form label em,
[id*=form_] label em {
  color: #b31919;
  font-size: 16px;
  font-weight: normal;
  line-height: 10px;
  padding-right: 5px;
}
.form [class*=inputcheckbox_] input[type=checkbox],
[id*=form_] [class*=inputcheckbox_] input[type=checkbox] {
  margin-top: 3px;
}
.form [class*=inputcheckbox_] label,
[id*=form_] [class*=inputcheckbox_] label {
  width: 97%;
  display: inline-block;
  position: relative;
  float: none;
  text-align: left;
  margin: 0;
}
.form [class*=inputsubmit_],
[id*=form_] [class*=inputsubmit_] {
  width: auto !important;
  margin: 25px auto;
}
.form .button, .form input[type=submit],
[id*=form_] .button,
[id*=form_] input[type=submit] {
  min-width: 160px;
  height: 60px;
  font-weight: 400;
  line-height: 56px;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  border: 2px solid #22356a !important;
  text-transform: uppercase;
  color: #22356a;
  display: inline-block;
  box-shadow: none;
  box-sizing: border-box;
  vertical-align: top;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  border-radius: 3px;
  background: #fff;
  cursor: pointer;
}
.form .button:hover, .form .button.active, .form .button:active, .form input[type=submit]:hover, .form input[type=submit].active, .form input[type=submit]:active,
[id*=form_] .button:hover,
[id*=form_] .button.active,
[id*=form_] .button:active,
[id*=form_] input[type=submit]:hover,
[id*=form_] input[type=submit].active,
[id*=form_] input[type=submit]:active {
  background: #22356a !important;
  border-color: #22356a !important;
  color: #fff !important;
}
@media only screen and (max-width: 1360px) {
  .form .button, .form input[type=submit],
  [id*=form_] .button,
  [id*=form_] input[type=submit] {
    height: 50px;
    line-height: 48px;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 999px) {
  .form .button, .form input[type=submit],
  [id*=form_] .button,
  [id*=form_] input[type=submit] {
    font-size: 12px;
  }
}
.form p,
[id*=form_] p {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .form p,
  [id*=form_] p {
    margin-bottom: 20px;
  }
}
.form p:after,
[id*=form_] p:after {
  clear: both;
  content: "";
  display: table;
}
.form p span,
[id*=form_] p span {
  float: left;
  margin: 0 10px 0 0;
}
.form p span.checkbox-group,
[id*=form_] p span.checkbox-group {
  margin-bottom: 10px;
}
.form p span input,
[id*=form_] p span input {
  display: inline;
  float: none;
  margin: 0;
}
.form p span label,
[id*=form_] p span label {
  display: inline;
  float: none;
  width: auto;
  text-align: left;
}
.form p span.group label,
[id*=form_] p span.group label {
  display: block;
  margin-bottom: 10px;
}
.form p span.group label input,
[id*=form_] p span.group label input {
  margin-right: 0.4em;
}
.form input[type=text], .form input[type=date], .form input[type=email], .form input[type=phone], .form textarea, .form select, .form .input-overlay,
[id*=form_] input[type=text],
[id*=form_] input[type=date],
[id*=form_] input[type=email],
[id*=form_] input[type=phone],
[id*=form_] textarea,
[id*=form_] select,
[id*=form_] .input-overlay {
  background: #fff;
  color: #53555b;
  height: 40px;
  padding: 0 10px;
  resize: none;
  width: 250px !important;
  border: 1px solid #d1d1d1;
  font-size: 14px;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  .form input[type=text], .form input[type=date], .form input[type=email], .form input[type=phone], .form textarea, .form select, .form .input-overlay,
  [id*=form_] input[type=text],
  [id*=form_] input[type=date],
  [id*=form_] input[type=email],
  [id*=form_] input[type=phone],
  [id*=form_] textarea,
  [id*=form_] select,
  [id*=form_] .input-overlay {
    padding: 0 20px;
    width: 100%;
    text-align: left;
  }
}
.form .input-overlay,
[id*=form_] .input-overlay {
  opacity: 0;
  margin-top: -40px;
}
@media only screen and (max-width: 767px) {
  .form .select-wrapper,
  [id*=form_] .select-wrapper {
    width: 100%;
  }
}
.form textarea,
[id*=form_] textarea {
  height: 100px;
  overflow: auto;
  line-height: 20px;
  padding: 10px;
}
.form input[type=checkbox],
.form input[type=radio],
[id*=form_] input[type=checkbox],
[id*=form_] input[type=radio] {
  width: 14px !important;
  height: 14px;
  padding: 0;
  vertical-align: top;
}
.form input[type=radio],
[id*=form_] input[type=radio] {
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  .form input[type=radio],
  [id*=form_] input[type=radio] {
    margin-top: 0;
  }
}
.form .group input[type=radio],
[id*=form_] .group input[type=radio] {
  margin-top: 0;
}
.form .datepicker-input-wrapper,
[id*=form_] .datepicker-input-wrapper {
  float: left;
}
@media only screen and (max-width: 767px) {
  .form .datepicker-input-wrapper,
  [id*=form_] .datepicker-input-wrapper {
    float: none;
  }
}
.form input.date-pick, .form .input-overlay,
[id*=form_] input.date-pick,
[id*=form_] .input-overlay {
  width: 120px;
  float: left;
}
@media only screen and (max-width: 767px) {
  .form input.date-pick, .form .input-overlay,
  [id*=form_] input.date-pick,
  [id*=form_] .input-overlay {
    float: none;
    display: block;
    width: 100%;
  }
}
.form .input-overlay,
[id*=form_] .input-overlay {
  clear: both;
}
.form .ui-datepicker-trigger,
[id*=form_] .ui-datepicker-trigger {
  float: left;
  position: static;
  margin: 13px 0 0 6px;
}
@media only screen and (max-width: 767px) {
  .form .ui-datepicker-trigger,
  [id*=form_] .ui-datepicker-trigger {
    display: none;
  }
}
.form .controls p,
[id*=form_] .controls p {
  padding: 20px 0 0 40%;
  width: auto;
  background: none;
}
@media only screen and (max-width: 767px) {
  .form .controls p,
  [id*=form_] .controls p {
    padding: 0;
    text-align: center;
  }
}
.form .controls .button,
[id*=form_] .controls .button {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .form .controls .button,
  [id*=form_] .controls .button {
    display: inline-block;
    margin: 0;
  }
}
.form .g-recaptcha > div,
[id*=form_] .g-recaptcha > div {
  margin: 10px auto 20px;
}

#home-poi {
  position: relative;
  z-index: 10;
}
#home-poi .category-selector {
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  #home-poi .category-selector {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  #home-poi .category-selector {
    text-align: center;
  }
}
@media only screen and (min-width: 1000px) {
  #home-poi {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  #home-poi .category-selector {
    flex: 0 0 60px;
  }
  #home-poi .poi-map-wrapper {
    flex: 1;
  }
  #home-poi .poi-map-wrapper .poi-map {
    height: 100%;
  }
}

.poi {
  overflow: hidden;
}

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

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

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

.poi-zoom {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 40px;
  color: #000;
  line-height: 1em;
  text-align: center;
  z-index: 20;
  box-sizing: border-box;
  background: #fff;
  display: flex;
  box-shadow: 0 0 10px 0 rgba(178, 178, 178, 0.5);
  font-size: 0;
}
.poi-zoom .poi-zoom-button {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  overflow: hidden;
  text-indent: -100em;
  text-align: left;
  flex: 1;
}
.poi-zoom .poi-zoom-button:after {
  content: "";
  background: #22356a;
  display: block;
  width: 18px;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.poi-zoom .poi-zoom-button.zoom-in:before {
  content: "";
  background: #22356a;
  display: block;
  width: 2px;
  height: 18px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.poi .category-selector {
  background: #22356a;
  padding: 10px 0;
  margin: 0;
}
.poi .category-selector button {
  position: relative;
  padding: 8px 0 8px 38px;
  margin: 0 20px;
  font: 14px/1.7 "Source Sans Pro", serif;
  color: #fff;
}
.poi .category-selector button.active, .poi .category-selector button:hover {
  color: #cadae6;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .poi .category-selector button {
    margin: 0 10px;
  }
}
.poi .category-selector button:before {
  background: url(../images/poi/icons.svg) no-repeat -40px -40px;
  content: "";
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  top: 0;
  left: 0;
}
.poi .category-selector button.icon-restaurants-bars:before {
  background-position: -10px -10px;
}
.poi .category-selector button.icon-shopping:before {
  background-position: -70px -10px;
}
.poi .category-selector button.icon-zoo:before {
  background-position: -130px -10px;
}
.poi .category-selector button.icon-theme-parks:before {
  background-position: -190px -10px;
}
.poi .category-selector button.icon-wineries:before {
  background-position: -250px -10px;
}
.poi .category-selector button.icon-breakfast:before {
  background-position: -310px -10px;
}
.poi .category-selector button.icon-attractions:before {
  background-position: -370px -10px;
}
.poi .category-selector button.icon-places-for-children:before {
  background-position: -430px -10px;
}
.poi .category-selector button.icon-museums:before {
  background-position: -490px -10px;
}
.poi .category-selector button.icon-national-monuments:before {
  background-position: -550px -10px;
}
.poi .category-selector button.icon-farmer-markets:before {
  background-position: -610px -10px;
}
.poi .category-selector button.icon-nightlife:before {
  background-position: -670px -10px;
}
.poi .category-selector button.icon-arts-culture:before {
  background-position: -730px -10px;
}
.poi .category-selector button.icon-hospitals:before {
  background-position: -790px -10px;
}
.poi .category-selector button.icon-banks:before {
  background-position: -850px -10px;
}
.poi .category-selector button.icon-spas:before {
  background-position: -910px -10px;
}
.poi .category-selector button.icon-gardens:before {
  background-position: -970px -10px;
}
.poi .category-selector button.icon-cafes:before {
  background-position: -1030px -10px;
}
.poi .category-selector button.icon-entertainment:before {
  background-position: -1090px -10px;
}
.poi .category-selector button.icon-golf:before {
  background-position: -1150px -10px;
}
.poi .category-selector button.icon-romantic-spots:before {
  background-position: -1210px -10px;
}
.poi .category-selector button.icon-hidden-gems:before {
  background-position: -1270px -10px;
}
.poi .category-selector button.icon-corporate-offices:before {
  background-position: -1330px -10px;
}
.poi .category-selector button.icon-outdoors:before {
  background-position: -1390px -10px;
}
.poi .category-selector button.icon-lakes:before {
  background-position: -1450px -10px;
}
.poi .category-selector button.icon-rivers:before {
  background-position: -1510px -10px;
}
.poi .category-selector button.icon-beaches:before {
  background-position: -1570px -10px;
}
.poi .category-selector button.icon-hiking:before {
  background-position: -1630px -10px;
}
.poi .category-selector button.icon-places-of-worship:before {
  background-position: -1690px -10px;
}
.poi .category-selector button.icon-sports:before {
  background-position: -1750px -10px;
}
.poi .category-selector button.icon-universities:before {
  background-position: -1810px -10px;
}
.poi .category-selector button.icon-dog-friendly-spots:before {
  background: url(../images/poi/paw.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  top: 12px;
  left: 12px;
}

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

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

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

#calendar-views {
  float: left;
}
#calendar-views:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: 767px) {
  #calendar-views {
    float: none;
    text-align: center;
    margin-bottom: 30px;
  }
}
#calendar-views li {
  float: left;
}
@media only screen and (max-width: 767px) {
  #calendar-views li {
    display: inline-block;
    float: none;
  }
}
#calendar-views a {
  position: relative;
  display: block;
  margin-right: 20px;
  padding-left: 30px;
  text-decoration: none;
  text-transform: uppercase;
  color: #22356a;
}
@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: #000;
}
#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: #22356a;
}
@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 #b7b7b7;
  color: #b7b7b7;
}
#calendar-year a:hover {
  border-color: #343841;
  color: #343841;
}
#calendar-year .active a {
  border-color: #000;
  color: #000;
  font-weight: 600;
}
#calendar-year .active a:hover {
  border-color: #22356a;
  color: #22356a;
}

#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: #53555b;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  #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: #000;
  color: #fff;
}
#calendar-month a.active {
  background: #000;
  color: #fff;
}
#calendar-month a.active:hover {
  background: #22356a;
  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: #000;
  }
  #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: #f2f2f2;
}
#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: #22356a;
  text-align: center;
  font-weight: bold;
}
#calendar-week li .short {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  #calendar-week li .full {
    display: none;
  }
  #calendar-week li .short {
    display: inline;
  }
}
@media only screen and (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: #000;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
}
#calendar-days li time a:hover {
  color: #fff;
  background: #000;
}
#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: rgba(83, 85, 91, 0.4);
}
#calendar-days li.prev_month time a:hover, #calendar-days li.next_month time a:hover {
  background: #f2f2f2;
}
#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.9em;
  background: #000;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #calendar-days dt a {
    height: 2.8em;
    line-height: 2.8em;
  }
}
#calendar-days dl.w1 dt {
  width: 100%;
}
#calendar-days dl.w2 dt {
  width: 211.538%;
}
#calendar-days dl.w3 dt {
  width: 323.076%;
}
#calendar-days dl.w4 dt {
  width: 434.614%;
}
#calendar-days dl.w5 dt {
  width: 546.152%;
}
#calendar-days dl.w6 dt {
  width: 657.69%;
}
#calendar-days dl.w7 dt {
  width: 769.228%;
}
#calendar-days dl.c1 dt a {
  background-color: #8db294;
}
#calendar-days dl.c2 dt a {
  background-color: #ada39a;
}
#calendar-days dl.c3 dt a {
  background-color: #85a9b7;
}
#calendar-days dl.c4 dt a {
  background-color: #bc8e8f;
}
#calendar-days dl.c5 dt a {
  background-color: #ac9bc1;
}
#calendar-days dl.c6 dt a {
  background-color: #87b6c7;
}
#calendar-days dl.c7 dt a {
  background-color: #bb85aa;
}
#calendar-days dl.c8 dt a {
  background-color: #a4a4a4;
}
#calendar-days dl dd {
  position: absolute;
  left: 0;
  bottom: 28px;
  background: #fff;
  color: #53555b;
  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: #53555b;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  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 .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: 999px) {
  .calendar .image-list-item .background {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item .background {
    width: 100%;
    margin: 0 0 20px 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;
    text-align: center;
  }
}
.calendar .image-list-item .description h3 {
  font-size: 24px;
  color: #000;
  margin-bottom: 15px;
}
.calendar .image-list-item .description h3 a {
  text-decoration: none;
}
.calendar .image-list-item .description h3 a:hover {
  color: #22356a;
}
.calendar .image-list-item .description .button {
  position: absolute;
  bottom: 30px;
  left: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .calendar .image-list-item .description .button {
    bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item .description .button {
    text-align: center;
    width: auto;
    left: auto;
    right: auto;
    bottom: auto;
    position: relative;
  }
}

.alternating-blocks {
  margin-bottom: 60px;
}
.alternating-blocks .center-column {
  padding-bottom: 60px;
  border-bottom: 1px solid #e8e8e8;
}
.alternating-blocks .thumbnail-block-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
}
@media only screen and (max-width: 999px) {
  .alternating-blocks .thumbnail-block-wrap {
    margin-top: 20px;
  }
}
.alternating-blocks .thumbnail-block-wrap .image-wrap {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  padding-right: 10px;
}
@media only screen and (max-width: 999px) {
  .alternating-blocks .thumbnail-block-wrap .image-wrap {
    order: 2;
    padding-right: 0;
    width: 100%;
  }
}
.alternating-blocks .thumbnail-block-wrap .image-wrap .thumbnail {
  width: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 3px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 999px) {
  .alternating-blocks .thumbnail-block-wrap .image-wrap .thumbnail {
    margin-bottom: 0;
  }
}
.alternating-blocks .thumbnail-block-wrap .image-wrap .thumbnail:after {
  content: "";
  display: block;
  padding-top: 90.25%;
}
.alternating-blocks .thumbnail-block-wrap .content-wrap {
  width: 50%;
  padding-left: 10px;
  padding-top: 20px;
  position: relative;
  padding-bottom: 16%;
}
@media only screen and (min-width: 1360px) {
  .alternating-blocks .thumbnail-block-wrap .content-wrap {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 999px) {
  .alternating-blocks .thumbnail-block-wrap .content-wrap {
    padding-left: 0;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 0;
  }
}
.alternating-blocks .thumbnail-block-wrap .content-wrap .page-content {
  padding-left: 20px;
}
@media only screen and (min-width: 1360px) {
  .alternating-blocks .thumbnail-block-wrap .content-wrap .page-content {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 999px) {
  .alternating-blocks .thumbnail-block-wrap .content-wrap .page-content {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .alternating-blocks .thumbnail-block-wrap:nth-of-type(even) .image-wrap {
    width: 50%;
    display: block;
    padding-left: 10px;
    padding-right: 0;
    order: 2;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 999px) {
  .alternating-blocks .thumbnail-block-wrap:nth-of-type(even) .image-wrap {
    width: 100%;
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .alternating-blocks .thumbnail-block-wrap:nth-of-type(even) .content-wrap {
    width: 50%;
    position: relative;
    padding: 60px 10px 0 0;
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 999px) {
  .alternating-blocks .thumbnail-block-wrap:nth-of-type(even) .content-wrap {
    width: 100%;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .alternating-blocks .thumbnail-block-wrap:nth-of-type(even) .content-wrap .page-content {
    padding-left: 0;
    padding-right: 40px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 999px) {
  .alternating-blocks .thumbnail-block-wrap:nth-of-type(even) .content-wrap .page-content {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}

.groups-page #content .acm-groups-main {
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
@media only screen and (max-width: 767px) {
  .groups-page #content .acm-groups-main {
    flex-direction: column;
    align-items: flex-start;
  }
}
.groups-page #content .acm-groups-main .left {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #000;
  width: calc(50% - 5px);
  min-height: 700px;
}
@media only screen and (max-width: 767px) {
  .groups-page #content .acm-groups-main .left {
    width: 100%;
    min-height: 400px;
  }
}
.groups-page #content .acm-groups-main .left:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
  z-index: 1;
}
.groups-page #content .acm-groups-main .left h1 {
  position: relative;
  text-align: center;
  padding: 20px;
  margin: 0;
  font: 700 62px/54px "Source Sans Pro", serif;
  text-transform: uppercase;
  color: #f7fcfc;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .groups-page #content .acm-groups-main .left h1 {
    font-size: 40px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .groups-page #content .acm-groups-main .left h1 {
    font-size: 36px;
    line-height: 32px;
  }
}
.groups-page #content .acm-groups-main .right {
  display: flex;
  align-items: center;
  width: calc(50% + 5px);
  padding: 40px 10vw;
  box-sizing: border-box;
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .groups-page #content .acm-groups-main .right {
    padding: 0 5vw;
  }
}
@media only screen and (max-width: 767px) {
  .groups-page #content .acm-groups-main .right {
    width: 100%;
    padding: 20px 10px 10px;
  }
}
.groups-page #content .acm-groups-main .right .groups-logo {
  height: 120px;
  width: auto;
  margin-bottom: 45px;
}
.groups-page #content .acm-groups-main .right h2 {
  font: 22px/1.1 "Source Sans Pro", serif;
  color: #8B7041;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: left;
}
.groups-page #content .acm-groups-main .right nav {
  margin-top: 40px;
}
.groups-page #content .acm-groups-tiles {
  text-align: center;
  font-size: 0;
  overflow: hidden;
}
.groups-page #content .acm-groups-tiles .slideshow {
  margin: 0 -5px;
}
.groups-page #content .acm-groups-tiles .slick-list {
  padding: 0 !important;
}
.groups-page #content .acm-groups-tiles .slick-track {
  margin: 0 auto !important;
}
.groups-page #content .acm-groups-tiles .tile {
  width: 33%;
  display: inline-block;
  margin: 0 5px;
  vertical-align: top !important;
}
@media only screen and (max-width: 999px) {
  .groups-page #content .acm-groups-tiles .tile {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .groups-page #content .acm-groups-tiles .tile {
    width: 80%;
  }
}
.groups-page #content .acm-groups-tiles .tile .heading {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #000;
  height: 300px;
}
@media only screen and (max-width: 767px) {
  .groups-page #content .acm-groups-tiles .tile .heading {
    height: 240px;
  }
}
.groups-page #content .acm-groups-tiles .tile .heading:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
  z-index: 1;
}
.groups-page #content .acm-groups-tiles .tile .heading h2 {
  display: block;
  position: relative;
  text-align: center;
  padding: 0 20px;
  margin: 0;
  font: 700 38px/32px "Source Sans Pro", serif;
  text-transform: uppercase;
  color: #f7fcfc;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .groups-page #content .acm-groups-tiles .tile .heading h2 {
    font-size: 28px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .groups-page #content .acm-groups-tiles .tile .heading h2 {
    font-size: 22px;
    line-height: 22px;
  }
}
.groups-page #content .acm-groups-tiles .tile .content {
  padding: 40px 2vw 20px 2vw;
  text-align: left;
  font-family: "Source Sans Pro", serif;
  font-size: 18px;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .groups-page #content .acm-groups-tiles .tile .content {
    padding: 30px 10px 10px 10px;
  }
}
.groups-page #content .acm-groups-tiles .tile .content h3 {
  font: 20px/1.1 "Source Sans Pro", serif;
  color: #8B7041;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: left;
}
.groups-page #content .acm-groups-tiles .slick-dots {
  padding: 15px 20px;
  text-align: center;
}
.groups-page #content .acm-groups-tiles .slick-dots li {
  display: inline-block;
  margin: 5px;
}
.groups-page #content .acm-groups-tiles .slick-dots li.slick-active button {
  background: #000;
}
.groups-page #content .acm-groups-tiles .slick-dots li button {
  display: block;
  width: 8px;
  height: 8px;
  overflow: hidden;
  text-indent: -10000px;
  border-radius: 100%;
  background: #b39449;
}

@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;
  }
  #events {
    display: none;
  }
  .additional-content {
    display: none;
  }
  #calendar-header, #calendar-year, #calendar-month {
    display: none;
  }
  @page {
    size: 960px 1358px;
  }
}