@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: 13px;
  text-align: left;
  padding: 4px 10px 4px 10px;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-datepicker {
  display: none;
  padding: 10px;
  background: #2C5E4F;
  border: 1px solid #2C5E4F;
}
body > .ui-datepicker {
  z-index: 30 !important;
}
.ui-datepicker:after {
  display: block;
  content: "";
  height: 0;
  overflow: hidden;
  clear: both;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  font: 16px/25px "Futura PT", sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev, .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  position: absolute;
  top: 3px;
  width: 12px;
  height: 18px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common.svg") 0 0 no-repeat;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-disabled, .ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-state-disabled {
  opacity: 0.3;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  left: 7px;
  background-position: -200px -196px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover {
  background-position: -231px -196px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:active {
  background-position: -262px -196px;
  transform: translate(-1px, 0);
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  right: 7px;
  background-position: -200px -234px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover {
  background-position: -231px -234px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:active {
  background-position: -262px -234px;
  transform: translate(1px, 0);
}
.ui-datepicker .ui-datepicker-calendar {
  font-size: 12px;
  cursor: default;
}
.ui-datepicker .ui-datepicker-calendar th, .ui-datepicker .ui-datepicker-calendar td {
  text-align: center;
  vertical-align: middle;
  width: 30px;
  height: 28px;
  line-height: 28px;
}
.ui-datepicker .ui-datepicker-calendar th {
  font: 500 14px/32px "Futura PT", sans-serif;
  color: #fff;
  text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar td {
  color: #fff;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-other-month, .ui-datepicker .ui-datepicker-calendar td.ui-state-disabled {
  color: #AAC9B6;
}
.ui-datepicker .ui-datepicker-calendar a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-highlight a, .ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day a, .ui-datepicker .ui-datepicker-calendar .ui-state-default:hover {
  background: #FFB652;
  color: #000;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled:hover span {
  background: none;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a {
  background: #AAC9B6;
  color: #000;
}

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

html body #hebs-consent {
  position: fixed;
  z-index: 20;
  bottom: 0;
  top: unset;
}

@media only screen and (max-width: 979px) {
  html.hamburger-navigation-visible {
    overflow: hidden;
  }
}
#hamburger-navigation {
  display: block;
  position: fixed;
  left: -100%;
  top: 0;
  padding: 44px 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #2C5E4F;
  transition: left 286ms, visibility 286ms, padding 286ms;
  text-align: center;
  z-index: 10;
  box-sizing: border-box;
  visibility: hidden;
}
#hamburger-navigation *, #hamburger-navigation *:before, #hamburger-navigation *:after {
  box-sizing: inherit;
}
@media only screen and (min-width: 980px) {
  #hamburger-navigation {
    padding-top: 168px;
  }
  .header-search-visible #hamburger-navigation {
    padding-top: 232px;
  }
  .alternative-header #hamburger-navigation {
    padding-top: 104px;
  }
  .header-search-visible.alternative-header #hamburger-navigation {
    padding-top: 168px;
  }
}
@media only screen and (max-width: 979px) {
  #hamburger-navigation {
    padding-top: 94px;
  }
  .header-search-visible #hamburger-navigation {
    padding-top: 158px;
  }
}
@media only screen and (min-width: 1140px) {
  #hamburger-navigation {
    display: none;
  }
}
.hamburger-navigation-visible #hamburger-navigation {
  left: 0;
  visibility: visible;
}
#hamburger-navigation .top-menu, #hamburger-navigation .footer-menu {
  z-index: 4;
  position: relative;
  top: auto;
  right: auto;
}
#hamburger-navigation .top-menu a, #hamburger-navigation .footer-menu a {
  display: block;
  padding: 4px 40px;
  font-size: 20px;
  line-height: 24px;
  font-family: "Futura PT Cond", sans-serif;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
}
#hamburger-navigation .top-menu a.active, #hamburger-navigation .footer-menu a.active {
  color: #2C5E4F;
  background: #BACFC0;
}
#hamburger-navigation .main-menu {
  position: relative;
  margin: 24px 0;
}
#hamburger-navigation .main-menu:before, #hamburger-navigation .main-menu:after {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  margin: 0 auto;
  background: #BACFC0;
}
#hamburger-navigation .main-menu:before {
  margin-bottom: 24px;
}
#hamburger-navigation .main-menu:after {
  margin-top: 24px;
}
#hamburger-navigation .main-menu a {
  display: block;
}
#hamburger-navigation .main-menu .menu.level-1 > li {
  margin-bottom: 16px;
}
#hamburger-navigation .main-menu .menu.level-1 > li:last-child {
  margin-bottom: 0;
}
#hamburger-navigation .main-menu .menu.level-1 > li > a {
  padding: 0 40px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
}
#hamburger-navigation .main-menu .menu.level-1 > li > a.active {
  color: #BACFC0;
}
#hamburger-navigation .main-menu .menu.submenu {
  position: relative;
  overflow: hidden;
  max-height: 0;
  padding: 0;
  transition: max-height 222ms cubic-bezier(0, 1, 0, 1), padding 333ms, visibility 300ms;
  visibility: hidden;
}
#hamburger-navigation .main-menu .menu.submenu a {
  display: block;
  padding: 4px 40px;
  font-size: 20px;
  line-height: 24px;
  font-family: "Futura PT Cond", sans-serif;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
}
#hamburger-navigation .main-menu .menu.submenu a.active {
  color: #2C5E4F;
  background: #BACFC0;
}
#hamburger-navigation .main-menu .parent.expanded > .submenu {
  max-height: 800px;
  padding: 26px 0 10px;
  transition: max-height 222ms cubic-bezier(1, 0, 1, 0), padding 333ms;
  visibility: visible;
}

#booking-wrapper {
  min-height: 850px;
  height: 100%;
}
#booking-wrapper.fixed {
  position: fixed;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #booking-wrapper {
    min-height: 100%;
    padding-top: 100px;
  }
}
#booking-wrapper .left-side, #booking-wrapper .right-side {
  width: 50%;
  position: absolute;
  height: 100%;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #booking-wrapper .left-side, #booking-wrapper .right-side {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
  }
}
#booking-wrapper .left-side {
  left: 0;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #booking-wrapper .left-side {
    display: none;
  }
}
#booking-wrapper .right-side {
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #booking-wrapper .right-side {
    background: #000;
  }
}

#booking {
  text-align: center;
  z-index: 12;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #booking {
    padding-bottom: 10px;
  }
}
#booking form {
  width: 320px;
  position: relative;
  margin: 0 auto;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #booking form {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
#booking .info {
  display: block;
  vertical-align: top;
  font: 700 14px/16px "Futura PT", sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 32px;
  padding: 0 10px;
  position: relative;
}
#booking .info a {
  text-decoration: none;
  color: #AAC9B6;
}
#booking .info a:hover {
  color: #FFB652;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #booking .info {
    font-size: 12px;
    line-height: 14px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #booking .info {
    margin-bottom: 20px;
    font-size: 10px;
    line-height: 10px;
  }
}
#booking .info:after {
  content: "";
  display: block;
  margin: 19px auto 0;
  position: relative;
  width: 30px;
  height: 6px;
  background: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #booking .info:after {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #booking .info:after {
    margin-top: 10px;
  }
}
#booking h4 {
  font: 400 46px/56px "Workhorse", serif;
  color: #FFB652;
  text-transform: uppercase;
  padding: 0 20px;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 5px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #booking h4 {
    font-size: 26px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #booking h4 {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 15px;
  }
}
#booking input[type=text], #booking .fakeinput {
  vertical-align: top;
  display: inline-block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 320px;
  height: 40px;
  background: #fff;
  font: normal 17px/40px "Futura PT", sans-serif;
  color: #000;
  position: relative;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #booking input[type=text], #booking .fakeinput {
    width: 100%;
    box-sizing: border-box;
  }
}
#booking .select-field {
  width: 320px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #booking .select-field {
    width: 100%;
    box-sizing: border-box;
  }
}
#booking .decrement, #booking .increment {
  background: url("../images/sprite.svg") -390px -272px no-repeat;
  text-indent: -9999em;
  font-size: 0;
  position: absolute;
  width: 30px;
  height: 40px;
  top: 0;
}
#booking .decrement {
  background-position: -425px -267px;
  left: 0;
}
#booking .increment {
  right: 0;
}
#booking .column {
  margin-bottom: 13px;
}
#booking .column label {
  display: block;
  font: normal 17px/24px "Futura PT", sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 13px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #booking .column label {
    margin-bottom: 0;
  }
}
#booking input[type=submit] {
  width: 100%;
  box-sizing: border-box;
  margin-top: 27px;
}
#booking .disclaimer {
  margin: 50px 60px 0 60px;
  font-style: italic;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #booking .disclaimer {
    margin: 50px 25px 0 25px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #booking .disclaimer {
    margin: 50px 20px 0 20px;
  }
}
#booking .disclaimer p {
  color: #fff;
  text-align: justify;
  -moz-text-align-last: center;
  text-align-last: center;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #booking .disclaimer p {
    line-height: 1.1;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #booking .disclaimer p {
    line-height: 1.1;
  }
}

/* BOOKING DATEPICKER */
#booking-datepicker {
  display: none;
  position: absolute;
  right: 320px;
  top: 37px;
  width: 516px;
  height: auto;
  z-index: 20;
  background: #2C5E4F;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #booking-datepicker {
    right: 0;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #booking-datepicker {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
  }
}
#booking-datepicker.visible {
  display: block;
}
#booking-datepicker #start-end {
  text-align: center;
  height: 35px;
  text-transform: uppercase;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  background: #2C5E4F;
  font: 20px/35px "Futura PT", sans-serif;
  color: #fff;
  padding: 3px 0 2px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #booking-datepicker #start-end {
    white-space: normal;
  }
}
#booking-datepicker #start-end span {
  display: inline-block;
  width: 100%;
  transition: all 200ms;
}
#booking-datepicker #start-end .start {
  margin-left: -100%;
  opacity: 0;
}
#booking-datepicker #start-end .start.show {
  margin-left: 0;
  opacity: 1;
}
#booking-datepicker #start-end .end {
  margin-right: -100%;
  opacity: 0;
}
#booking-datepicker #start-end .end.show {
  margin-right: 0;
  opacity: 1;
}
#booking-datepicker .ui-datepicker {
  width: 100% !important;
  padding: 0;
  box-shadow: none;
}
#booking-datepicker .ui-datepicker-group {
  width: 50%;
  box-sizing: border-box;
  float: left;
  padding: 24px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #booking-datepicker .ui-datepicker-group {
    width: 100%;
    float: none;
  }
}
#booking-datepicker .ui-datepicker-header {
  margin-bottom: 15px;
}
#booking-datepicker .ui-datepicker-header .ui-datepicker-prev {
  left: 9px;
}
#booking-datepicker .ui-datepicker-header .ui-datepicker-next {
  right: 1px;
}
#booking-datepicker .ui-datepicker-prev {
  float: left;
}
#booking-datepicker .ui-datepicker-next {
  float: right;
}

#booking-rooms {
  width: 100%;
  height: 100%;
  text-align: center;
}
#booking-rooms .booking-rooms-slide {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}
#booking-rooms .booking-rooms-slide .thumbnail {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  filter: grayscale(100%);
}
.mobiledevice #booking-rooms .booking-rooms-slide .thumbnail {
  filter: none !important;
}
#booking-rooms .booking-rooms-slide .thumbnail:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease-in-out;
}
#booking-rooms .booking-rooms-slide:hover .thumbnail {
  filter: grayscale(0);
}
.mobiledevice #booking-rooms .booking-rooms-slide:hover .thumbnail {
  filter: none;
}
#booking-rooms .booking-rooms-slide .booking-rooms-wrapper {
  width: 280px;
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  flex-direction: column;
  height: 100%;
}
#booking-rooms .booking-rooms-slide .booking-rooms-wrapper h3 {
  position: relative;
  box-sizing: border-box;
  padding: 0 20px;
  font: 400 46px/56px "Workhorse", serif;
  text-transform: uppercase;
  color: #FFB652;
  z-index: 1;
  margin: 0 0 31px 0;
  width: inherit;
}
#booking-rooms .booking-rooms-slide .booking-rooms-wrapper h3 a {
  text-decoration: none;
  color: #FFB652;
}
#booking-rooms .booking-rooms-slide .booking-rooms-wrapper h3 a:hover {
  color: #fff;
}
#booking-rooms .booking-rooms-slide .booking-rooms-wrapper h3:after {
  content: "";
  display: block;
  margin: 39px auto 0;
  width: 30px;
  height: 6px;
  background: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #booking-rooms .booking-rooms-slide .booking-rooms-wrapper h3:after {
    margin-top: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #booking-rooms .booking-rooms-slide .booking-rooms-wrapper h3 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 20px;
  }
}
#booking-rooms .booking-rooms-slide .booking-rooms-wrapper h4 {
  font: 400 36px/40px "Futura PT", sans-serif;
  color: #fff;
  margin-bottom: 29px;
}
#booking-rooms .booking-rooms-slide .booking-rooms-wrapper .descr {
  font: normal 17px/20px "Futura PT", sans-serif;
  color: #fff;
  margin-bottom: 34px;
  width: inherit;
}
#booking-rooms .booking-rooms-slide .booking-rooms-wrapper .button {
  width: 100%;
  box-sizing: border-box;
}

#booking-rooms .slideshow {
  width: 100%;
  height: 100%;
}

.booking-modal {
  display: none;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.6);
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 700px;
  height: 210px;
  color: #222;
  text-align: left;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .modal-content {
    width: 300px;
    height: 400px;
  }
}

.button-container {
  width: 100%;
  height: auto;
  text-align: center;
}

.booking-continue {
  font: 700 18.66px/40px "Neutra", sans-serif;
  display: inline-block;
  width: 120px;
  height: 40px;
  padding: 0;
  background: #F9461C;
  color: #000;
  border: 1px solid transparent;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  border-radius: 0;
  margin-right: 10px;
  margin-top: 20px;
}
.booking-continue:hover, .booking-continue:focus {
  background: #AAC9B6;
  color: #000;
  cursor: pointer;
}

.modal-close {
  font: 700 16px/40px "Neutra", sans-serif;
  display: inline-block;
  width: 120px;
  padding: 0;
  background: transparent;
  color: #bbb;
  border: 1px solid transparent;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  border-radius: 0;
  margin-right: 10px;
  margin-top: 20px;
}
.modal-close:hover, .modal-close:focus {
  background: transparent;
  cursor: pointer;
}
.modal-close:after {
  width: 0;
  height: 0;
  border-bottom: 5px solid transparent; /* left arrow slant */
  border-top: 5px solid transparent; /* right arrow slant */
  border-left: 5px solid #aaa; /* bottom, add background color here */
  font-size: 0;
  line-height: 0;
  content: "";
  position: relative;
  top: -5px;
  right: -10px;
}

.booking-modal-active .booking-modal {
  display: block;
}

#hebs-gallery {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: #2C5E4F url("../images/loading.gif") 50% 50% no-repeat;
  /* FULL SIZE IMAGE */
  /* FULL SIZE IMAGE -> Navigation */
  /* FULL SIZE IMAGE -> Loading */
  /* THUMBNAILS */
  /* THUMBNAILS -> Navigation */
  /* INFO */
}
#hebs-gallery .galleria {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
#hebs-gallery .close-button {
  position: absolute;
  right: 20px;
  top: 12px;
  width: 17px;
  height: 17px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
  background: url("../images/common.svg") 0 0 no-repeat;
}
#hebs-gallery .close-button:hover {
  background-position: -37px 0;
}
#hebs-gallery .close-button:active {
  background-position: -74px 0;
}
#hebs-gallery .galleria-container {
  position: relative;
  overflow: hidden;
  width: 100% !important;
  height: 100% !important;
}
#hebs-gallery .category-selector {
  background: #fff;
  border: 1px solid #2C5E4F;
  color: #2C5E4F;
  float: left;
  font-size: 14px;
  height: 40px;
  line-height: 38px;
  margin: 5px 0 0 5px;
  padding: 0 35px 0 10px;
  position: relative;
  z-index: 2;
}
#hebs-gallery select + .select-icon {
  margin: 23px -1px 0 -22px;
}
#hebs-gallery .galleria-stage {
  position: absolute;
  top: 40px;
  bottom: 120px;
  left: 0;
  right: 0;
  padding: 20px 72px;
  overflow: hidden;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #hebs-gallery .galleria-stage {
    padding: 20px;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #hebs-gallery .galleria-stage {
    bottom: 0;
  }
}
#hebs-gallery .galleria-stage .galleria-image {
  overflow: visible !important;
}
#hebs-gallery.no-controls .galleria-stage {
  bottom: 0;
  padding: 20px;
}
#hebs-gallery.no-controls .galleria-image-nav {
  display: none;
}
#hebs-gallery .galleria-image-nav-left, #hebs-gallery .galleria-image-nav-right {
  position: absolute;
  top: 50%;
  cursor: pointer;
  width: 31px;
  height: 61px;
  margin-top: -30px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common.svg") 0 0 no-repeat;
  z-index: 10;
}
#hebs-gallery .galleria-image-nav-left {
  left: 20px;
  background-position: 0 -37px;
}
#hebs-gallery .galleria-image-nav-left:hover {
  background-position: -51px -37px;
}
#hebs-gallery .galleria-image-nav-left:active {
  background-position: -102px -37px;
}
#hebs-gallery .galleria-image-nav-right {
  right: 20px;
  background-position: 0 -118px;
}
#hebs-gallery .galleria-image-nav-right:hover {
  background-position: -51px -118px;
}
#hebs-gallery .galleria-image-nav-right:active {
  background-position: -102px -118px;
}
#hebs-gallery .galleria-loader {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -24px 0 0 -24px;
}
#hebs-gallery.no-controls .galleria-thumbnails-container {
  display: none;
}
#hebs-gallery .galleria-thumbnails-container {
  height: 120px;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
}
@media (max-width: 767px) 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;
  width: 80px;
  background: #2C5E4F;
  margin: 0 6px 0 0;
  float: left;
  cursor: pointer;
}
#hebs-gallery .galleria-thumbnails .galleria-image.active {
  border: 3px solid #fff;
  width: 74px !important;
  height: 74px !important;
}
#hebs-gallery .galleria-thumbnails .galleria-image.active img {
  margin: -3px 0 0 -3px;
}
#hebs-gallery .galleria-thumb-nav-left, #hebs-gallery .galleria-thumb-nav-right {
  display: none;
  position: absolute;
  top: 50%;
  cursor: pointer;
  width: 21px;
  height: 21px;
  margin-top: -10px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common.svg") 0 0 no-repeat;
}
#hebs-gallery .galleria-carousel .galleria-thumb-nav-left, #hebs-gallery .galleria-carousel .galleria-thumb-nav-right {
  display: block;
}
#hebs-gallery .galleria-thumb-nav-left.disabled, #hebs-gallery .galleria-thumb-nav-right.disabled {
  opacity: 0.5;
  cursor: default;
}
#hebs-gallery .galleria-thumb-nav-left {
  left: 15px;
  background-position: 5px -199px;
}
#hebs-gallery .galleria-thumb-nav-left:hover {
  background-position: -26px -199px;
}
#hebs-gallery .galleria-thumb-nav-left:active {
  background-position: -57px -199px;
}
#hebs-gallery .galleria-thumb-nav-left.disabled {
  background-position: 5px -199px;
}
#hebs-gallery .galleria-thumb-nav-right {
  right: 15px;
  background-position: 5px -240px;
}
#hebs-gallery .galleria-thumb-nav-right:hover {
  background-position: -26px -240px;
}
#hebs-gallery .galleria-thumb-nav-right:active {
  background-position: -57px -240px;
}
#hebs-gallery .galleria-thumb-nav-right.disabled {
  background-position: 5px -240px;
}
#hebs-gallery .galleria-info {
  position: absolute;
  left: 0;
  top: 0;
  background: #2C5E4F;
  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;
}

#testimonials {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
#testimonials .testimonial {
  display: block;
  float: left;
  width: 100%;
  height: 760px;
  background-color: #2C5E4F;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 0) and (max-width: 979px) {
  #testimonials .testimonial {
    height: auto;
  }
}
#testimonials .testimonial:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -1px;
}
@media only screen and (min-width: 0) and (max-width: 979px) {
  #testimonials .testimonial:before {
    display: none;
  }
}
#testimonials .testimonial:after {
  content: "";
  background: rgba(0, 0, 0, 0.55);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
#testimonials .description {
  width: 719px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}
@media only screen and (min-width: 0) and (max-width: 979px) {
  #testimonials .description {
    padding: 50px 60px;
    box-sizing: border-box;
    width: calc(100% - 4px);
    height: auto;
  }
}
#testimonials h4 {
  font: 400 46px/56px "Workhorse", serif;
  margin-bottom: 20px;
  color: #FFB652;
  text-transform: uppercase;
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #testimonials h4 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #testimonials h4 {
    font-size: 26px;
    line-height: 26px;
  }
}
#testimonials h5 {
  font: 400 17px/24px "Futura PT", sans-serif;
  margin-bottom: 22px;
  color: #FFB652;
}
#testimonials p {
  font: italic 28px/34px "Futura PT", sans-serif;
  margin-bottom: 34px;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #testimonials p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #testimonials p {
    font-size: 18px;
    line-height: 26px;
  }
}
#testimonials .slick-prev {
  left: 80px;
  background-position: -200px -140px;
}
@media only screen and (min-width: 0) and (max-width: 979px) {
  #testimonials .slick-prev {
    left: 20px;
  }
}
#testimonials .slick-prev:hover {
  background-position: 0 -140px;
}
#testimonials .slick-prev:active {
  background-position: -100px -140px;
}
#testimonials .slick-next {
  background-position: -250px -140px;
  right: 80px;
}
@media only screen and (min-width: 0) and (max-width: 979px) {
  #testimonials .slick-next {
    right: 20px;
  }
}
#testimonials .slick-next:hover {
  background-position: -50px -140px;
}
#testimonials .slick-next:active {
  background-position: -150px -140px;
}

#feeds {
  padding: 230px 0 0;
  color: #fff;
  position: relative;
  margin-bottom: 10px;
  text-align: center;
}
#feeds.feeds-loaded .loading-feeds {
  opacity: 0;
  visibility: hidden;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #feeds {
    padding-top: 150px;
  }
}
#feeds .loading-feeds {
  font: 400 30px/36px "Workhorse", serif;
  color: #AAC9B6;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 1;
  z-index: 2;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 0) and (max-width: 979px) {
  #feeds .loading-feeds {
    padding-bottom: 10px;
    top: 180px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #feeds .loading-feeds {
    top: 100px;
  }
}
#feeds .center-column {
  padding: 0;
  margin-top: 10px;
  z-index: 5;
}
.sweep #feeds .center-column {
  max-width: 1200px;
}
#feeds .feed-header {
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 0) and (max-width: 979px) {
  #feeds .feed-header {
    padding: 0 10px;
  }
}
#feeds .feed-header h4 {
  font: 90px/90px "Workhorse", serif;
  color: #2C5E4F;
  position: absolute;
  top: -107px;
  left: 0;
  right: 0;
  z-index: 0;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #feeds .feed-header h4 {
    font-size: 50px;
    line-height: 60px;
    top: -100px;
  }
}
#feeds .feed-categories {
  display: block;
  margin-bottom: 40px;
  font-size: 0;
}
@media only screen and (min-width: 0) and (max-width: 979px) {
  #feeds #categories-list {
    display: none;
    margin-bottom: 30px;
  }
  #feeds #categories-list.visible {
    display: block;
  }
}
#feeds .feed-categories-selector {
  margin-bottom: 30px;
}
#feeds .feed-categories-selector select {
  height: 40px;
  font-size: 12px;
  text-transform: uppercase;
}
#feeds .feed-category {
  position: relative;
}
#feeds .feed-category.button {
  background: none;
  margin: 0 5px 10px 5px;
  transition: all 0.3s ease-in-out;
}
#feeds .feed-category.button.active {
  border-bottom: 2px solid #000;
}
#feeds .feed-content {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
#feeds .feed-content:after {
  content: "";
  background: #2C5E4F;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
#feeds .feed-content .button {
  margin: 30px auto;
  z-index: 5;
  display: block;
}
#feeds .feed-items {
  position: relative;
  margin: 0 auto;
  width: 100%;
  z-index: 1;
}
#feeds .feed-items:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #feeds .feed-items {
    width: 276px;
    margin: 0 auto;
  }
}
#feeds .feed-item {
  position: relative;
  float: left;
  width: 276px;
  height: auto;
  margin: 0 10px 10px 0;
  font: normal 14px/24px "Futura PT", sans-serif;
  text-align: center;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #feeds .feed-item {
    margin: 20px 10px 10px 0;
  }
}
#feeds .feed-item a {
  text-decoration: none;
}
#feeds .feed-item .feed-thumb {
  height: 100%;
  width: 100%;
  display: block;
  background-color: #2C5E4F;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#feeds .feed-item .feed-thumb:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 406px;
  background: rgba(0, 0, 0, 0.25);
  transition: background 0.3s ease-in-out;
}
#feeds .feed-item:hover .feed-thumb:before {
  background: none;
}
#feeds .feed-item:hover .feed-time {
  color: #fff;
}
#feeds .feed-item.instagram .feed-thumb:before {
  height: 276px;
}
#feeds .feed-item.instagram .feed-thumb:hover .likes {
  visibility: visible;
  opacity: 1;
}
#feeds .feed-item .feed-descr {
  padding: 15px 20px 35px 20px;
  box-sizing: border-box;
  position: relative;
  text-align: left;
}
#feeds .feed-item .feed-descr .feed-profile {
  text-decoration: none;
  color: #000;
  position: relative;
  padding-left: 25px;
  display: block;
  margin-bottom: 3px;
}
#feeds .feed-item .feed-descr .feed-profile:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/sprite.svg") -40px -50px no-repeat;
  width: 20px;
  height: 20px;
}
#feeds .feed-item .feed-descr .feed-text {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  overflow: hidden;
}
#feeds .feed-item .likes {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding-top: 48%;
  background-color: rgba(44, 94, 79, 0.75);
  font-size: 22px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
#feeds .feed-item .likes:before {
  content: "♥";
  display: block;
}
#feeds .feed-item .feed-time {
  padding-top: 50px;
  font: 700 30px/56px "Futura PT", sans-serif;
  color: #fff;
  display: block;
  transition: all 0.3s ease-in-out;
  position: relative;
  text-align: center;
}
#feeds .feed-item .feed-time:before {
  content: "";
  display: block;
  margin: 0 auto 2px;
  width: 30px;
  height: 6px;
  background: #FFB652;
}
#feeds .feed-item .feed-time:after {
  content: "";
  background: url("../images/sprite.svg") -62px -210px no-repeat;
  display: block;
  margin: -112px auto 0;
  width: 40px;
  height: 30px;
}
#feeds .feed-item.facebook .feed-time, #feeds .feed-item.pressroom .feed-time {
  margin-bottom: 60px;
}
#feeds .feed-item.facebook .feed-thumb, #feeds .feed-item.pressroom .feed-thumb {
  height: 406px;
}
#feeds .feed-item.facebook .feed-thumb:before, #feeds .feed-item.pressroom .feed-thumb:before {
  height: 406px;
}
#feeds .feed-item.facebook .feed-thumb .feed-time, #feeds .feed-item.pressroom .feed-thumb .feed-time {
  padding-top: 200px;
}
#feeds .feed-item.pressroom .feed-time:after {
  background-position: -223px -270px;
}
#feeds .feed-item.twitter {
  min-height: 280px;
}
#feeds .feed-item.twitter .feed-time {
  margin-bottom: 60px;
}
#feeds .feed-item.twitter .feed-time:after {
  background-position: -171px -205px;
}
#feeds .feed-item.twitter .feed-thumb {
  height: 406px;
}
#feeds .feed-item.instagram {
  height: 276px;
}
#feeds .feed-item.instagram .feed-time {
  padding-top: 141px;
}
#feeds .feed-item.instagram .feed-time:after {
  background-position: -112px -210px;
}
#feeds .feed-item.instagram:hover:after {
  pointer-events: none;
}
.sweep #feeds {
  padding-top: 20px;
  padding-bottom: 20px;
}
.sweep #feeds .loading-feeds {
  top: -20px;
  opacity: 0.6;
}
.sweep #feeds .feed-categories {
  display: none;
}
.sweep #feeds .feed-header h1 {
  font: 400 40px/1.2 "Workhorse", serif;
  margin-bottom: 20px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
}
.sweep #feeds .feed-header p {
  margin-bottom: 20px;
}
.sweep #feeds .feed-header a {
  color: #F9461C;
  text-decoration: none;
}
.sweep #feeds .feed-content {
  background: none;
}
.sweep #feeds .feed-content:before, .sweep #feeds .feed-content:after {
  display: none;
}

/* Home Page Layout */
#homepage-rooms {
  margin: 0 auto 70px;
  width: 100%;
  max-width: 1440px;
  padding: 0;
  text-align: center;
  font-size: 0;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #homepage-rooms {
    margin-bottom: 30px;
  }
}
.home #homepage-rooms {
  margin-bottom: 10px;
}
#homepage-rooms h3 {
  margin-bottom: 32px;
  font: 400 36px/40px "Workhorse", serif;
  color: #2C5E4F;
  text-transform: uppercase;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #homepage-rooms h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
#homepage-rooms .rooms-entry {
  display: inline-block;
  vertical-align: top;
  width: calc(33% - 10px);
  margin: 0 5px;
  height: 467px;
  padding: 36px 37px;
  background-color: #2C5E4F;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  box-sizing: border-box;
  position: relative;
}
#homepage-rooms .rooms-entry:after {
  content: "";
  background: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: background 0.3s ease-in-out;
}
#homepage-rooms .rooms-entry:hover:after {
  background: none;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #homepage-rooms .rooms-entry {
    padding: 20px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #homepage-rooms .rooms-entry {
    width: calc(100% - 20px);
    height: 200px;
    margin: 0 10px 10px 10px;
    box-sizing: border-box;
    float: left;
    padding: 15px;
  }
}
#homepage-rooms .rooms-entry h4 {
  font: 400 36px/35px "Workhorse", serif;
  color: #fff;
  text-transform: uppercase;
  max-width: 192px;
  text-align: left;
  transition: color 0.3s ease-in-out;
  position: relative;
  z-index: 1;
}
#homepage-rooms .rooms-entry h4 a {
  text-decoration: none;
  color: #fff;
}
@media only screen and (min-width: 0) and (max-width: 979px) {
  #homepage-rooms .rooms-entry h4 {
    font-size: 28px;
    line-height: 28px;
  }
}
#homepage-rooms .rooms-entry .button {
  position: absolute;
  right: 40px;
  bottom: 40px;
  z-index: 1;
}
#homepage-rooms .slick-track, #homepage-rooms .slick-list {
  padding: 0 !important;
  margin: 0 auto;
}
#homepage-rooms .slick-arrow {
  margin-top: 15px;
}
#homepage-rooms .slick-next {
  right: 25px;
}
#homepage-rooms .slick-prev {
  left: 25px;
}

/* TEMPLATE 3*/
.rooms, .room {
  margin-bottom: 40px;
  padding: 0 10px;
}
.rooms .mobile-list, .room .mobile-list {
  display: none;
}
@media only screen and (min-width: 0) and (max-width: 979px) {
  .rooms .mobile-list, .room .mobile-list {
    display: block;
  }
}
.rooms #categories-list, .room #categories-list {
  position: relative;
  padding: 0 40px 15px;
  margin: 0 0 15px 0;
  text-align: center;
  border-bottom: 1px solid #2C5E4F;
}
.rooms #categories-list.visible, .room #categories-list.visible {
  display: block;
}
@media only screen and (min-width: 0) and (max-width: 979px) {
  .rooms #categories-list, .room #categories-list {
    display: none;
    margin-top: -20px;
    margin-bottom: 30px;
    border: 1px solid #2C5E4F;
    border-top: 0;
  }
}
.rooms .categories-descr .category-descr, .room .categories-descr .category-descr {
  display: none;
}
.rooms .categories-descr .category-descr.active, .room .categories-descr .category-descr.active {
  display: block;
}
.rooms .rooms-entry, .room .rooms-entry {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 350px;
  margin: 20px 0;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .rooms .rooms-entry, .room .rooms-entry {
    height: auto;
    margin: 0;
  }
}
.rooms .rooms-entry .description, .room .rooms-entry .description {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  height: 100%;
  width: 50%;
  padding: 30px 40px 30px 30px;
  background: rgba(44, 94, 79, 0.6);
  color: #fff;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .rooms .rooms-entry .description, .room .rooms-entry .description {
    position: static;
    height: auto;
    width: 100%;
    padding: 30px 15px 25px;
    background: #2C5E4F;
    margin-bottom: 10px;
  }
}
.rooms .rooms-entry .description h3, .room .rooms-entry .description h3 {
  margin: 0 0 5px;
  color: #fff;
  text-transform: uppercase;
  font: 400 24px/26px "Workhorse", serif;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .rooms .rooms-entry .description h3, .room .rooms-entry .description h3 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
  }
}
.rooms .rooms-entry .description > a, .room .rooms-entry .description > a {
  text-decoration: none;
}
.rooms .rooms-entry .description > a:hover h3, .room .rooms-entry .description > a:hover h3 {
  color: #fff;
}
.rooms .rooms-entry .description p, .room .rooms-entry .description p {
  font-size: 17px;
  line-height: 22px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .rooms .rooms-entry .description p, .room .rooms-entry .description p {
    font-size: 15px;
    line-height: 18px;
  }
}
.rooms .rooms-entry .description nav, .room .rooms-entry .description nav {
  position: absolute;
  bottom: 30px;
  left: 30px;
  white-space: nowrap;
  font-size: 18px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .rooms .rooms-entry .description nav, .room .rooms-entry .description nav {
    position: static;
    white-space: normal;
    font-size: 15px;
    width: 100%;
    margin-top: 10px;
  }
}
.rooms .rooms-entry .description nav a, .room .rooms-entry .description nav a {
  color: inherit;
}
.rooms .rooms-entry .description nav a:hover, .room .rooms-entry .description nav a:hover {
  color: #AAC9B6;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .rooms .rooms-entry .description nav a, .room .rooms-entry .description nav a {
    font-size: 16px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .rooms .rooms-entry .description nav a, .room .rooms-entry .description nav a {
    font-size: 12px;
    line-height: 22px;
    margin: 5px 0 5px 0;
    display: inline-block;
    text-transform: uppercase;
  }
}
.rooms .rooms-entry .description nav a + a, .room .rooms-entry .description nav a + a {
  margin-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .rooms .rooms-entry .description nav a + a, .room .rooms-entry .description nav a + a {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .rooms .rooms-entry .description nav a + a, .room .rooms-entry .description nav a + a {
    margin-left: 10px;
  }
}
.rooms .rooms-entry .background, .room .rooms-entry .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #2C5E4F;
  display: flex;
  align-items: stretch;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .rooms .rooms-entry .background, .room .rooms-entry .background {
    position: relative;
    width: 100%;
    height: 250px;
  }
  .rooms .rooms-entry .background.empty, .room .rooms-entry .background.empty {
    display: none;
  }
}
.rooms .rooms-entry .background .slideshow,
.rooms .rooms-entry .background .slideshow-wrapper, .room .rooms-entry .background .slideshow,
.room .rooms-entry .background .slideshow-wrapper {
  width: 100%;
  position: relative;
}
.rooms .rooms-entry .background .slideshow, .room .rooms-entry .background .slideshow {
  overflow: hidden;
  display: flex;
  align-items: stretch;
}
.rooms .rooms-entry .background .slideshow .slideshow-wrapper, .room .rooms-entry .background .slideshow .slideshow-wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
.rooms .rooms-entry .background .slideshow .gallery-slide, .room .rooms-entry .background .slideshow .gallery-slide {
  position: relative;
  width: 100%;
  overflow: hidden;
  flex-shrink: 0;
}
.rooms .rooms-entry .background .slideshow .gallery-slide img, .room .rooms-entry .background .slideshow .gallery-slide img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.rooms .rooms-entry .background .slideshow .slideshow-button, .room .rooms-entry .background .slideshow .slideshow-button {
  background: url("../images/sprite.svg") no-repeat 0 -140px;
  overflow: hidden;
  position: absolute;
  text-indent: -100em;
  font-size: 0;
  top: 50%;
  margin-top: -8px;
  width: 19px;
  height: 30px;
  z-index: 11;
  color: #fff;
}
.rooms .rooms-entry .background .slideshow .slideshow-button:hover, .room .rooms-entry .background .slideshow .slideshow-button:hover {
  background-position: -200px -140px;
}
.rooms .rooms-entry .background .slideshow .slideshow-button:active, .room .rooms-entry .background .slideshow .slideshow-button:active {
  background-position: -100px -140px;
}
.rooms .rooms-entry .background .slideshow .slideshow-button.previous, .room .rooms-entry .background .slideshow .slideshow-button.previous {
  left: 20px;
}
.rooms .rooms-entry .background .slideshow .slideshow-button.next, .room .rooms-entry .background .slideshow .slideshow-button.next {
  background-position: -50px -140px;
  right: calc(50% + 20px);
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .rooms .rooms-entry .background .slideshow .slideshow-button.next, .room .rooms-entry .background .slideshow .slideshow-button.next {
    right: 20px;
  }
}
.rooms .rooms-entry .background .slideshow .slideshow-button.next:hover, .room .rooms-entry .background .slideshow .slideshow-button.next:hover {
  background-position: -250px -140px;
}
.rooms .rooms-entry .background .slideshow .slideshow-button.next:active, .room .rooms-entry .background .slideshow .slideshow-button.next:active {
  background-position: -50px -140px;
}
.rooms .rooms-entry .background .price, .room .rooms-entry .background .price {
  position: absolute;
  bottom: 30px;
  right: 50%;
  margin-right: 30px;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  text-decoration: none;
}
.rooms .rooms-entry .background .price .number, .room .rooms-entry .background .price .number {
  font-size: 36px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .rooms .rooms-entry .background .price .number, .room .rooms-entry .background .price .number {
    font-size: 26px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .rooms .rooms-entry .background .price, .room .rooms-entry .background .price {
    right: 0;
    font-size: 14px;
    line-height: 20px;
    bottom: 20px;
    margin-right: 20px;
  }
}
.rooms .rooms-entry .background a.price:hover, .room .rooms-entry .background a.price:hover {
  color: #AAC9B6;
}
.rooms .rooms-entry .background .view-gallery, .room .rooms-entry .background .view-gallery {
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #2C5E4F;
  text-indent: -1000px;
  overflow: hidden;
  transition: background 0.3s ease-in-out;
}
.rooms .rooms-entry .background .view-gallery:hover, .room .rooms-entry .background .view-gallery:hover {
  background: rgba(44, 94, 79, 0.6);
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .rooms .rooms-entry .background .view-gallery, .room .rooms-entry .background .view-gallery {
    top: 20px;
    bottom: auto;
  }
}
.rooms .rooms-entry .background .view-gallery:after, .room .rooms-entry .background .view-gallery:after {
  content: "";
  display: block;
  width: 22px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -11px;
  background: url("../images/common.svg") no-repeat -600px -40px;
}

.page-content .single-room .rooms-entry {
  height: auto;
}
.page-content .single-room .header-images {
  position: relative;
  height: 400px;
  margin: 0 0 20px 0;
  display: flex;
  align-items: stretch;
  background: #2C5E4F;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .page-content .single-room .header-images {
    height: 250px;
  }
}
.page-content .single-room .header-images .price {
  position: absolute;
  bottom: 30px;
  right: 0;
  margin-right: 30px;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  text-decoration: none;
}
.page-content .single-room .header-images .price .number {
  font-size: 36px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .page-content .single-room .header-images .price .number {
    font-size: 26px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .page-content .single-room .header-images .price {
    right: 0;
    font-size: 14px;
    line-height: 20px;
    bottom: 20px;
    margin-right: 20px;
  }
}
.page-content .single-room .header-images a.price:hover {
  color: #AAC9B6;
}
.page-content .single-room .background {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-content .single-room .background,
.page-content .single-room .slideshow,
.page-content .single-room .slideshow-wrapper {
  width: 100%;
  position: relative;
}
.page-content .single-room .slideshow {
  overflow: hidden;
  display: flex;
  align-items: stretch;
}
.page-content .single-room .slideshow .slideshow-wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
.page-content .single-room .slideshow .gallery-slide {
  position: relative;
  width: 100%;
  overflow: hidden;
  flex-shrink: 0;
}
.page-content .single-room .slideshow .gallery-slide img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.page-content .single-room .slideshow .slideshow-button {
  background: url("../images/sprite.svg") no-repeat 0 -140px;
  overflow: hidden;
  position: absolute;
  text-indent: -100em;
  font-size: 0;
  top: 50%;
  margin-top: -8px;
  width: 19px;
  height: 30px;
  z-index: 11;
  color: #fff;
}
.page-content .single-room .slideshow .slideshow-button:hover {
  background-position: -200px -140px;
}
.page-content .single-room .slideshow .slideshow-button:active {
  background-position: -100px -140px;
}
.page-content .single-room .slideshow .slideshow-button.previous {
  left: 20px;
}
.page-content .single-room .slideshow .slideshow-button.next {
  background-position: -50px -140px;
  right: 20px;
}
.page-content .single-room .slideshow .slideshow-button.next:hover {
  background-position: -250px -140px;
}
.page-content .single-room .slideshow .slideshow-button.next:active {
  background-position: -50px -140px;
}
.page-content .single-room .pdf {
  margin-bottom: 20px;
}

#home-gallery {
  margin: 0 auto 80px auto;
  width: 100%;
  max-width: 1440px;
  padding: 0 5px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #home-gallery {
    margin-bottom: 50px;
  }
}
#home-gallery .line-one, #home-gallery .line-two {
  position: absolute;
  font: 400 90px/90px "Workhorse", serif;
  color: #2C5E4F;
  text-transform: uppercase;
  z-index: 1;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #home-gallery .line-one, #home-gallery .line-two {
    font-size: 50px;
    line-height: 50px;
  }
}
#home-gallery .line-one {
  top: 28%;
  left: 18%;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #home-gallery .line-one {
    left: 10px;
    top: 10px;
  }
}
#home-gallery .line-two {
  bottom: 28%;
  right: 25%;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #home-gallery .line-two {
    right: 10px;
    bottom: 10px;
  }
}
#home-gallery.fade-on-scroll.visible .line-one {
  opacity: 0;
  animation: frLeft 0.6s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
}
#home-gallery.fade-on-scroll.visible .line-two {
  opacity: 0;
  animation: frRight 0.6s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
}
@keyframes frLeft {
  from {
    left: -100%;
    opacity: 0;
  }
  to {
    left: 18%;
    opacity: 1;
  }
}
@keyframes frRight {
  from {
    right: -100%;
    opacity: 0;
  }
  to {
    right: 25%;
    opacity: 1;
  }
}
#home-gallery .button {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 50%;
  width: 160px;
  margin-left: -80px;
  z-index: 1;
}
#home-gallery:after {
  clear: both;
  content: "";
  display: table;
}
#home-gallery .photo {
  margin: 0 5px;
  display: block;
  float: left;
  width: calc(20% - 10px);
  padding-bottom: calc(19% - 10px);
  background-color: #2C5E4F;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  box-sizing: border-box;
  border-top: 10px solid #fff;
  opacity: 0.75;
  transition: opacity 0.3s ease-in-out;
}
#home-gallery .photo:hover {
  opacity: 1;
}
#home-gallery .count-12 .item-1 {
  width: calc(40% - 10px);
  padding-bottom: calc(29% - 10px);
}
#home-gallery .count-12 .item-3 {
  padding-bottom: calc(29% - 10px);
}
#home-gallery .count-12 .item-5 {
  width: calc(40% - 10px);
}
#home-gallery .count-12 .item-6 {
  padding-bottom: calc(29% - 10px);
  margin-top: -10%;
}
#home-gallery .count-12 .item-8 {
  padding-bottom: calc(29% - 10px);
  margin-top: -10%;
}
#home-gallery .count-12 .item-12 {
  width: calc(40% - 10px);
}
#home-gallery .count-11 .item-1 {
  width: calc(40% - 10px);
  padding-bottom: calc(29% - 10px);
}
#home-gallery .count-11 .item-3 {
  padding-bottom: calc(29% - 10px);
}
#home-gallery .count-11 .item-5 {
  width: calc(40% - 10px);
}
#home-gallery .count-11 .item-6 {
  padding-bottom: calc(29% - 10px);
  margin-top: -10%;
}
#home-gallery .count-11 .item-8 {
  padding-bottom: calc(29% - 10px);
  margin-top: -10%;
}
#home-gallery .count-11 .item-9 {
  width: calc(40% - 10px);
}
#home-gallery .count-11 .item-11 {
  width: calc(40% - 10px);
}
#home-gallery .count-10 .item-1 {
  width: calc(40% - 10px);
  padding-bottom: calc(29% - 10px);
}
#home-gallery .count-10 .item-3 {
  padding-bottom: calc(29% - 10px);
}
#home-gallery .count-10 .item-5 {
  width: calc(40% - 10px);
}
#home-gallery .count-10 .item-6 {
  padding-bottom: calc(29% - 10px);
  margin-top: -10%;
}
#home-gallery .count-10 .item-8 {
  padding-bottom: calc(29% - 10px);
  margin-top: -10%;
}
#home-gallery .count-10 .item-9 {
  width: calc(40% - 10px);
}
#home-gallery .count-10 .item-10 {
  width: calc(60% - 10px);
}
#home-gallery .count-9 .item-1 {
  width: calc(40% - 10px);
  padding-bottom: calc(29% - 10px);
}
#home-gallery .count-9 .item-3 {
  padding-bottom: calc(29% - 10px);
}
#home-gallery .count-9 .item-4 {
  padding-bottom: calc(29% - 10px);
}
#home-gallery .count-9 .item-5 {
  width: calc(40% - 10px);
}
#home-gallery .count-9 .item-6 {
  padding-bottom: calc(29% - 10px);
  margin-top: -10%;
}
#home-gallery .count-9 .item-7 {
  width: calc(40% - 10px);
}
#home-gallery .count-9 .item-8 {
  width: calc(50% - 10px);
  padding-bottom: calc(19% - 10px);
}
#home-gallery .count-9 .item-9 {
  width: calc(50% - 10px);
}
#home-gallery .count-8 .item-1 {
  width: calc(40% - 10px);
  padding-bottom: calc(29% - 10px);
}
#home-gallery .count-8 .item-3 {
  padding-bottom: calc(29% - 10px);
}
#home-gallery .count-8 .item-5 {
  width: calc(40% - 10px);
}
#home-gallery .count-8 .item-6 {
  margin-top: -10%;
  padding-bottom: calc(29% - 10px);
}
#home-gallery .count-8 .item-8 {
  margin-top: -10%;
  padding-bottom: calc(29% - 10px);
}
#home-gallery .count-7 .item-1 {
  width: calc(40% - 10px);
  padding-bottom: calc(29% - 10px);
}
#home-gallery .count-7 .item-3 {
  padding-bottom: calc(29% - 10px);
}
#home-gallery .count-7 .item-4 {
  padding-bottom: calc(29% - 10px);
}
#home-gallery .count-7 .item-5 {
  width: calc(40% - 10px);
}
#home-gallery .count-7 .item-6 {
  margin-top: -10%;
  padding-bottom: calc(29% - 10px);
}
#home-gallery .count-7 .item-7 {
  width: calc(40% - 10px);
}
#home-gallery .count-6 .item-1 {
  width: calc(40% - 10px);
  padding-bottom: calc(29% - 10px);
}
#home-gallery .count-6 .item-3 {
  width: calc(40% - 10px);
  padding-bottom: calc(29% - 10px);
}
#home-gallery .count-6 .item-4 {
  width: calc(40% - 10px);
  padding-bottom: calc(19% - 10px);
}
#home-gallery .count-6 .item-5 {
  width: calc(20% - 10px);
  margin-top: -10%;
  padding-bottom: calc(29% - 10px);
}
#home-gallery .count-6 .item-6 {
  width: calc(40% - 10px);
  padding-bottom: calc(19% - 10px);
}
#home-gallery .count-5 .item-1 {
  width: calc(40% - 10px);
  padding-bottom: calc(29% - 10px);
}
#home-gallery .count-5 .item-2 {
  padding-bottom: calc(29% - 10px);
}
#home-gallery .count-5 .item-3 {
  width: calc(40% - 10px);
  padding-bottom: calc(29% - 10px);
}
#home-gallery .count-5 .item-4 {
  width: calc(40% - 10px);
  padding-bottom: calc(19% - 10px);
}
#home-gallery .count-5 .item-5 {
  width: calc(60% - 10px);
  padding-bottom: calc(19% - 10px);
}
#home-gallery .count-4 .item-1 {
  width: calc(50% - 10px);
  padding-bottom: calc(29% - 10px);
}
#home-gallery .count-4 .item-2 {
  width: calc(50% - 10px);
  padding-bottom: calc(19% - 10px);
}
#home-gallery .count-4 .item-3 {
  width: calc(50% - 10px);
  padding-bottom: calc(29% - 10px);
}
#home-gallery .count-4 .item-4 {
  width: calc(50% - 10px);
  padding-bottom: calc(19% - 10px);
  margin-top: -19%;
}
#home-gallery .count-3 .line-one {
  top: 0;
}
#home-gallery .count-3 .line-two {
  bottom: 0;
}
#home-gallery .count-3 .item-1 {
  width: calc(25% - 10px);
  padding-bottom: calc(29% - 10px);
}
#home-gallery .count-3 .item-2 {
  width: calc(50% - 10px);
  padding-bottom: calc(29% - 10px);
}
#home-gallery .count-3 .item-3 {
  width: calc(25% - 10px);
  padding-bottom: calc(29% - 10px);
}
#home-gallery .count-2 .item-1 {
  width: calc(50% - 10px);
  padding-bottom: calc(29% - 10px);
}
#home-gallery .count-2 .item-2 {
  width: calc(50% - 10px);
  padding-bottom: calc(29% - 10px);
}
#home-gallery .count-1 .item-1 {
  width: calc(100% - 10px);
  padding-bottom: calc(29% - 10px);
}

.mobile-list {
  display: none;
  font: normal 16px/50px "Futura PT", sans-serif;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  background: #2C5E4F;
  border: 1px solid #2C5E4F;
  position: relative;
  padding: 0 35px;
  margin-bottom: 20px;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mobile-list:after {
  content: "";
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: middle;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #fff;
  border-bottom: 0;
  position: absolute;
  right: 15px;
  top: 20px;
}
@media only screen and (min-width: 0) and (max-width: 979px) {
  .mobile-list {
    display: block;
  }
}

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

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

#categories-list {
  position: relative;
  padding: 0 40px;
  margin: 30px 0 15px 0;
  text-align: center;
}
@media only screen and (min-width: 0) and (max-width: 979px) {
  #categories-list {
    display: none;
    margin-top: -20px;
    margin-bottom: 30px;
    border: 1px solid #2C5E4F;
    border-top: 0;
  }
  #categories-list.visible {
    display: block;
  }
  #categories-list.visible .button {
    margin: 0;
    display: block;
    border: 0;
    white-space: normal;
    height: auto;
    line-height: 20px;
    padding: 15px 10px;
    width: 100%;
    box-sizing: border-box;
    font-weight: normal;
  }
  #categories-list.visible .button:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: -1px;
    width: 50px;
    height: 1px;
    background: #AAC9B6;
  }
  #categories-list.visible .button:first-child:after {
    display: none;
  }
  #categories-list.visible .button:hover, #categories-list.visible .button.active {
    border: 0;
    background: none;
    color: #AAC9B6;
  }
}
#categories-list .text {
  display: none;
}
#categories-list .button {
  background: none;
  margin: 0 5px 10px 5px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #categories-list .button {
    margin-bottom: 0;
  }
}
#categories-list .button.active, #categories-list .button:hover {
  border: thin solid #2C5E4F;
  color: #2C5E4F;
}

.specials .background {
  width: 310px;
  height: 300px;
  float: right;
  margin: 0 0 0 30px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .specials .background {
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
  }
}
.specials .image-list-item {
  position: relative;
  overflow: hidden;
  border-top: 1px solid #2C5E4F;
  padding: 20px 0;
}
.specials .image-list-item h4 {
  font: 400 20px/30px "Workhorse", serif;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.specials .image-list-item h4 a {
  text-decoration: none;
}
.specials .image-list-item h4 a:hover {
  color: #AAC9B6;
}
.specials .image-list-item .button {
  margin-bottom: 10px;
}

.hotel-location-map, .poi-map-canvas {
  height: 444px;
  background: #2C5E4F;
}
.hotel-location-map h4, .poi-map-canvas h4 {
  margin: 0;
  font: 17px/20px "Futura PT", sans-serif;
  text-transform: uppercase;
  color: #fff;
}
.hotel-location-map p, .poi-map-canvas p {
  color: #000;
  margin: 5px 0 0;
}
.hotel-location-map .button, .poi-map-canvas .button {
  display: block;
}
.hotel-location-map .map-content, .poi-map-canvas .map-content {
  overflow: hidden;
}

.pressroom {
  text-align: center;
}
.pressroom .pressroom-item {
  display: inline-block;
  vertical-align: top;
  width: calc(33% - 20px);
  height: 400px;
  margin: 15px 10px 20px 10px;
  position: relative;
  overflow: hidden;
  border: 1px solid #AAC9B6;
  padding: 20px 0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .pressroom .pressroom-item {
    width: calc(40% - 20px);
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .pressroom .pressroom-item {
    width: 100%;
    margin: 10px 0;
  }
}
.pressroom .pressroom-item h4 {
  font: 400 20px/24px "Workhorse", serif;
  color: #fff;
  text-transform: uppercase;
}
.pressroom .pressroom-item time {
  display: block;
  color: #AAC9B6;
  margin: 5px 0;
}
.pressroom .pressroom-item .description {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 20px 20px;
}
.pressroom .pressroom-item .description .centered time {
  color: #AAC9B6;
  margin: 10px 0;
  display: block;
  font-weight: bold;
}
.pressroom .pressroom-item .description p, .pressroom .pressroom-item .description a:not(.button) {
  line-height: 18px;
  font-size: 14px;
  margin-bottom: 0;
  color: #fff;
}
.pressroom .pressroom-item .description a:not(.button) {
  color: #FFB652;
  font-family: "Workhorse", serif;
  text-transform: uppercase;
  text-decoration: underline;
}
.pressroom .pressroom-item .description a:not(.button):hover {
  text-decoration: none;
}
.pressroom .pressroom-item .pdf {
  display: block;
  margin: 10px 0 20px;
}
.pressroom .pressroom-item nav {
  margin-top: 10px;
}

.galleries {
  text-align: center;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .galleries {
    flex-flow: column;
  }
}
.galleries .gallery {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: calc(33% - 7px);
  margin: 5px;
  height: 350px;
  display: flex;
  justify-content: center;
  flex-flow: column;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .galleries .gallery {
    width: calc(33% - 8px);
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .galleries .gallery {
    width: calc(100% - 10px);
  }
}
.galleries .gallery > * {
  z-index: 1;
  position: relative;
}
.galleries .gallery h4 {
  font: 500 20px/30px "Futura PT", sans-serif;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  padding: 0 15px;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
.galleries .gallery:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.25);
  transition: background 0.3s ease-in-out;
}
.galleries .gallery:hover h4 {
  font-size: 0;
}
.galleries .gallery:hover .description {
  right: 0;
}
.galleries .gallery:hover:after {
  background: rgba(0, 0, 0, 0.5);
}
.galleries .gallery .description {
  position: absolute;
  right: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 0) and (max-width: 979px) {
  .galleries .gallery .description {
    font-size: 16px;
    line-height: 20px;
  }
}
.galleries .gallery .description:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -1px;
}
.galleries .gallery .description .centered {
  padding: 15px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 4px);
}

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

.form {
  display: block;
  margin-bottom: 20px;
}
.form .newList a {
  text-align: left;
}
.form h3 {
  text-align: left;
  margin: 20px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #2C5E4F;
}
.form label {
  width: 40%;
  line-height: 1.2;
  margin: 12px 20px 0 0;
  float: left;
  text-align: right;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .form label {
    display: block;
    float: none;
    margin: 0 0 10px;
    text-align: left;
    width: auto;
  }
}
.form label em {
  color: #F9461C;
  font-size: 16px;
  font-weight: normal;
  line-height: 10px;
  padding-right: 5px;
}
.form p {
  margin-bottom: 10px;
  position: relative;
}
.form p:after {
  content: "";
  display: table;
  clear: both;
}
.form p .ui-datepicker-trigger {
  margin-top: 13px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .form p .ui-datepicker-trigger {
    display: none;
  }
}
.form p span {
  float: left;
  margin: 0 10px 0 0;
}
.form p span.checkbox-group {
  margin-bottom: 10px;
}
.form p span input {
  display: inline;
  float: none;
  margin: 0;
}
.form p span label {
  display: inline;
  float: none;
  width: auto;
  text-align: left;
}
.form p span.group label {
  display: block;
}
.form p span.group label input {
  margin-right: 0.4em;
}
.form input[type=text], .form input[type=date], .form input[type=email], .form input[type=phone], .form input[type=tel], .form textarea, .form select {
  background-color: #fff;
  color: inherit;
  height: 45px;
  padding: 0 10px;
  resize: none;
  width: 250px;
  box-sizing: border-box;
  border: 1px solid #000;
  font-size: 17px;
  line-height: 44px;
  -webkit-appearance: none;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .form input[type=text], .form input[type=date], .form input[type=email], .form input[type=phone], .form input[type=tel], .form textarea, .form select {
    margin-bottom: 10px;
    padding: 0 20px;
    width: 100%;
    text-align: left;
  }
}
.form textarea {
  height: 100px;
  overflow: auto;
}
.form input[type=checkbox],
.form input[type=radio] {
  width: 14px;
  height: 14px;
  padding: 0;
  vertical-align: top;
  margin-top: 1px;
}
.form input.date-pick {
  width: 130px;
  float: left;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .form input.date-pick {
    float: none;
    display: block;
    width: 100%;
  }
}
.form a.dp-choose-date {
  float: left;
  position: static;
  margin: 13px 0 0 6px;
}
.form .controls p {
  padding: 20px 0 0 40%;
  width: auto;
  background: none;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .form .controls p {
    padding: 0;
    text-align: center;
  }
}
.form .controls .button {
  margin-left: 20px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .form .controls .button {
    display: inline-block;
    margin: 0;
  }
}

@media only screen and (min-width: 980px) {
  #group_travel #guest, #group_travel #event {
    width: 50%;
    float: left;
  }
  #group_travel #guest p input, #group_travel #event p input {
    z-index: 100;
    position: relative;
  }
  #group_travel #guest p label, #group_travel #event p label {
    width: 100%;
    line-height: 1.2;
    margin: 17px 20px 0 0;
    float: left;
    text-align: left;
    margin-top: 4px;
  }
  #group_travel #guest p #arrival_date, #group_travel #guest p #departure_date, #group_travel #event p #arrival_date, #group_travel #event p #departure_date {
    width: 250px;
  }
  #group_travel #guest .type_datepicker .ui-datepicker-trigger, #group_travel #event .type_datepicker .ui-datepicker-trigger {
    left: -45px;
    top: 3px;
    position: relative;
    z-index: 999;
  }
  #group_travel #guest .type_datepicker:before, #group_travel #event .type_datepicker:before {
    left: 215px;
    top: 33px;
  }
}

#form_module_container_errors,
#form_module_container_success {
  padding: 10px;
  margin-top: 10px;
  font-size: 16px;
  background-color: #004076;
}

#form_module_container_errors {
  color: #fff;
}

#form_module_container_errors .goTo {
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
}

#form_module_container_errors .goTo:hover {
  filter: grayscale(100%);
}

#form_module_container_success {
  color: #fff;
}

[id*=form_form_] {
  display: block;
  margin-bottom: 20px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  [id*=form_form_] {
    text-align: left;
  }
}
[id*=form_form_] .newList a {
  text-align: left;
}
[id*=form_form_] h3 {
  text-align: left;
  margin: 20px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #2C5E4F;
}
[id*=form_form_] em {
  color: #F9461C;
  font-size: 16px;
  font-weight: normal;
  line-height: 10px;
  padding-right: 5px;
}
[id*=form_form_] label {
  width: 40%;
  line-height: 1.2;
  margin: 12px 20px 0 0;
  float: left;
  text-align: right;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  [id*=form_form_] label {
    display: block;
    float: none;
    margin: 0 0 10px;
    text-align: left;
    width: auto;
  }
}
[id*=form_form_] label em {
  color: #F9461C;
  font-size: 16px;
  font-weight: normal;
  line-height: 10px;
  padding-right: 5px;
}
[id*=form_form_] .form-builder-group {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
}
[id*=form_form_] input[type=text], [id*=form_form_] input[type=number], [id*=form_form_] input[type=email], [id*=form_form_] input[type=phone], [id*=form_form_] input[type=url], [id*=form_form_] input[type=datepicker], [id*=form_form_] textarea, [id*=form_form_] select, [id*=form_form_] .input-overlay {
  background-color: #fff;
  color: inherit;
  height: 45px;
  padding: 0 10px;
  resize: none;
  width: 250px;
  box-sizing: border-box;
  border: 1px solid #000;
  font-size: 17px;
  line-height: 44px;
  -webkit-appearance: none;
}
[id*=form_form_] input[type=text].form_module_field_error, [id*=form_form_] input[type=number].form_module_field_error, [id*=form_form_] input[type=email].form_module_field_error, [id*=form_form_] input[type=phone].form_module_field_error, [id*=form_form_] input[type=url].form_module_field_error, [id*=form_form_] input[type=datepicker].form_module_field_error, [id*=form_form_] textarea.form_module_field_error, [id*=form_form_] select.form_module_field_error, [id*=form_form_] .input-overlay.form_module_field_error {
  border-color: #F9461C;
}
[id*=form_form_] input[type=text]::-webkit-input-placeholder, [id*=form_form_] input[type=number]::-webkit-input-placeholder, [id*=form_form_] input[type=email]::-webkit-input-placeholder, [id*=form_form_] input[type=phone]::-webkit-input-placeholder, [id*=form_form_] input[type=url]::-webkit-input-placeholder, [id*=form_form_] input[type=datepicker]::-webkit-input-placeholder, [id*=form_form_] textarea::-webkit-input-placeholder, [id*=form_form_] select::-webkit-input-placeholder, [id*=form_form_] .input-overlay::-webkit-input-placeholder {
  color: transparent;
}
[id*=form_form_] input[type=text]:-moz-placeholder, [id*=form_form_] input[type=number]:-moz-placeholder, [id*=form_form_] input[type=email]:-moz-placeholder, [id*=form_form_] input[type=phone]:-moz-placeholder, [id*=form_form_] input[type=url]:-moz-placeholder, [id*=form_form_] input[type=datepicker]:-moz-placeholder, [id*=form_form_] textarea:-moz-placeholder, [id*=form_form_] select:-moz-placeholder, [id*=form_form_] .input-overlay:-moz-placeholder {
  color: transparent;
}
[id*=form_form_] input[type=text]::-moz-placeholder, [id*=form_form_] input[type=number]::-moz-placeholder, [id*=form_form_] input[type=email]::-moz-placeholder, [id*=form_form_] input[type=phone]::-moz-placeholder, [id*=form_form_] input[type=url]::-moz-placeholder, [id*=form_form_] input[type=datepicker]::-moz-placeholder, [id*=form_form_] textarea::-moz-placeholder, [id*=form_form_] select::-moz-placeholder, [id*=form_form_] .input-overlay::-moz-placeholder {
  color: transparent;
}
[id*=form_form_] input[type=text]:-ms-input-placeholder, [id*=form_form_] input[type=number]:-ms-input-placeholder, [id*=form_form_] input[type=email]:-ms-input-placeholder, [id*=form_form_] input[type=phone]:-ms-input-placeholder, [id*=form_form_] input[type=url]:-ms-input-placeholder, [id*=form_form_] input[type=datepicker]:-ms-input-placeholder, [id*=form_form_] textarea:-ms-input-placeholder, [id*=form_form_] select:-ms-input-placeholder, [id*=form_form_] .input-overlay:-ms-input-placeholder {
  color: transparent;
}
[id*=form_form_] input[type=text]:focus::-webkit-input-placeholder, [id*=form_form_] input[type=number]:focus::-webkit-input-placeholder, [id*=form_form_] input[type=email]:focus::-webkit-input-placeholder, [id*=form_form_] input[type=phone]:focus::-webkit-input-placeholder, [id*=form_form_] input[type=url]:focus::-webkit-input-placeholder, [id*=form_form_] input[type=datepicker]:focus::-webkit-input-placeholder, [id*=form_form_] textarea:focus::-webkit-input-placeholder, [id*=form_form_] select:focus::-webkit-input-placeholder, [id*=form_form_] .input-overlay:focus::-webkit-input-placeholder {
  color: transparent;
}
[id*=form_form_] input[type=text]:focus:-moz-placeholder, [id*=form_form_] input[type=number]:focus:-moz-placeholder, [id*=form_form_] input[type=email]:focus:-moz-placeholder, [id*=form_form_] input[type=phone]:focus:-moz-placeholder, [id*=form_form_] input[type=url]:focus:-moz-placeholder, [id*=form_form_] input[type=datepicker]:focus:-moz-placeholder, [id*=form_form_] textarea:focus:-moz-placeholder, [id*=form_form_] select:focus:-moz-placeholder, [id*=form_form_] .input-overlay:focus:-moz-placeholder {
  color: transparent;
}
[id*=form_form_] input[type=text]:focus::-moz-placeholder, [id*=form_form_] input[type=number]:focus::-moz-placeholder, [id*=form_form_] input[type=email]:focus::-moz-placeholder, [id*=form_form_] input[type=phone]:focus::-moz-placeholder, [id*=form_form_] input[type=url]:focus::-moz-placeholder, [id*=form_form_] input[type=datepicker]:focus::-moz-placeholder, [id*=form_form_] textarea:focus::-moz-placeholder, [id*=form_form_] select:focus::-moz-placeholder, [id*=form_form_] .input-overlay:focus::-moz-placeholder {
  color: transparent;
}
[id*=form_form_] input[type=text]:focus:-ms-input-placeholder, [id*=form_form_] input[type=number]:focus:-ms-input-placeholder, [id*=form_form_] input[type=email]:focus:-ms-input-placeholder, [id*=form_form_] input[type=phone]:focus:-ms-input-placeholder, [id*=form_form_] input[type=url]:focus:-ms-input-placeholder, [id*=form_form_] input[type=datepicker]:focus:-ms-input-placeholder, [id*=form_form_] textarea:focus:-ms-input-placeholder, [id*=form_form_] select:focus:-ms-input-placeholder, [id*=form_form_] .input-overlay:focus:-ms-input-placeholder {
  color: transparent;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  [id*=form_form_] input[type=text], [id*=form_form_] input[type=number], [id*=form_form_] input[type=email], [id*=form_form_] input[type=phone], [id*=form_form_] input[type=url], [id*=form_form_] input[type=datepicker], [id*=form_form_] textarea, [id*=form_form_] select, [id*=form_form_] .input-overlay {
    margin-bottom: 10px;
    padding: 0 20px;
    width: 100%;
    text-align: left;
  }
}
[id*=form_form_] textarea {
  height: 100px;
  overflow: auto;
  padding: 20px 20px;
  line-height: 1.2;
}
[id*=form_form_] input[type=checkbox],
[id*=form_form_] input[type=radio] {
  width: 14px;
  height: 14px;
  padding: 0;
  vertical-align: top;
  margin-top: 1px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  [id*=form_form_] input[type=checkbox],
  [id*=form_form_] input[type=radio] {
    margin-right: 5px;
  }
}
[id*=form_form_] input.date-pick {
  width: 130px;
  float: left;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  [id*=form_form_] input.date-pick {
    float: none;
    display: block;
    width: 100%;
  }
}
[id*=form_form_] a.dp-choose-date {
  float: left;
  position: static;
  margin: 13px 0 0 6px;
}
[id*=form_form_] .input-overlay {
  opacity: 0;
  margin-top: -40px;
  clear: both;
}
[id*=form_form_] .ui-datepicker-trigger {
  float: left;
  position: static;
  margin: 13px 0 0 6px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  [id*=form_form_] .ui-datepicker-trigger {
    display: none;
  }
}
[id*=form_form_] .select-wrapper {
  width: 100%;
}
[id*=form_form_] input[type=submit] {
  position: relative;
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
  height: 40px;
  padding: 0 20px;
  overflow: visible;
  background: #FFB652;
  color: #000;
  border: 1px solid transparent;
  font: 700 18.66px/40px "Futura PT", sans-serif;
  text-transform: uppercase;
  -moz-text-align-last: auto;
  text-align-last: auto;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
}
[id*=form_form_] .g-recaptcha {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
[id*=form_form_] .form-builder-field {
  width: 100%;
  margin-bottom: 10px;
  margin-top: 0 !important;
  clear: both;
  overflow: hidden;
}
[id*=form_form_] .form-builder-field[class*=textarea] label {
  margin-bottom: 10px;
}
[id*=form_form_] .form-builder-field[class*=inputhidden] {
  display: none;
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] > label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] > label, [id*=form_form_] .form-builder-field[class*=radiogroup] > label {
  margin-bottom: 20px;
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] .radio-label, [id*=form_form_] .form-builder-field[class*=inputcheckbox] .checkbox-label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] .radio-label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] .checkbox-label, [id*=form_form_] .form-builder-field[class*=radiogroup] .radio-label, [id*=form_form_] .form-builder-field[class*=radiogroup] .checkbox-label {
  color: gray;
  text-transform: none;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  [id*=form_form_] .form-builder-field[class*=inputcheckbox] .radio-label, [id*=form_form_] .form-builder-field[class*=inputcheckbox] .checkbox-label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] .radio-label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] .checkbox-label, [id*=form_form_] .form-builder-field[class*=radiogroup] .radio-label, [id*=form_form_] .form-builder-field[class*=radiogroup] .checkbox-label {
    margin-bottom: 10px;
  }
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] > p, [id*=form_form_] .form-builder-field[class*=checkboxgroup] > p, [id*=form_form_] .form-builder-field[class*=radiogroup] > p {
  margin: 0;
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] > p:last-child label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] > p:last-child label, [id*=form_form_] .form-builder-field[class*=radiogroup] > p:last-child label {
  margin-bottom: 0;
}
[id*=form_form_] .form-builder-field .compliance {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
[id*=form_form_] .form-builder-field .compliance em {
  padding: 12px 10px 0 0;
}
[id*=form_form_] .form-builder-field .compliance input[type=checkbox] {
  margin: 10px 5px 0 0;
}
[id*=form_form_] .form-builder-field .compliance > label {
  width: auto;
  text-transform: none;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  text-align: center;
}
[id*=form_form_] .custom-checkbox, [id*=form_form_] .custom-radio {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding-left: 2em;
  line-height: 1.4em;
}
[id*=form_form_] .custom-checkbox:before, [id*=form_form_] .custom-radio:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 14px;
  height: 14px;
  background: #fff;
  transition: transform 350ms ease-in-out/2;
  border: gray 1px solid;
}
@media only screen and (min-width: 980px) {
  [id*=form_form_] .custom-checkbox:hover:before, [id*=form_form_] .custom-radio:hover:before {
    transform: scale(1.1);
  }
  [id*=form_form_] .custom-checkbox:active:before, [id*=form_form_] .custom-radio:active:before {
    transform: scale(1);
  }
}
[id*=form_form_] .custom-checkbox:after, [id*=form_form_] .custom-radio:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 2px;
  width: 13px;
  height: 8px;
  border-bottom: 2px solid #F9461C;
  border-left: 2px solid #F9461C;
  transform: rotate(-45deg) scale(2);
  opacity: 0;
  visibility: hidden;
  transition: transform 350ms ease-in-out/2 350ms ease-in-out/3, opacity 350ms ease-in-out/2, visibility 350ms ease-in-out/2;
  pointer-events: none;
}
[id*=form_form_] .custom-checkbox.checked:after, [id*=form_form_] .custom-radio.checked:after {
  transform: rotate(-45deg) scale(1);
  opacity: 1;
  visibility: visible;
  transition: transform 350ms ease-in-out/3, opacity 350ms ease-in-out/3, visibility 350ms ease-in-out/3;
}
[id*=form_form_] .custom-checkbox input, [id*=form_form_] .custom-radio input {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
[id*=form_form_] .custom-checkbox.active, [id*=form_form_] .custom-radio.active {
  color: #000;
}
[id*=form_form_] .custom-radio:before {
  border-radius: 50%;
}
[id*=form_form_] .custom-radio:after {
  border: none;
  width: 8px;
  height: 8px;
  top: 9px;
  left: 3px;
  border-radius: 50%;
  transform: scale(2);
  background: #F9461C;
}
[id*=form_form_] .custom-radio.checked:after {
  transform: scale(1);
}
[id*=form_form_] .controls p {
  padding: 20px 0 0 40%;
  width: auto;
  background: none;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  [id*=form_form_] .controls p {
    padding: 0;
    text-align: center;
  }
}
[id*=form_form_] .controls .button {
  margin-left: 20px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  [id*=form_form_] .controls .button {
    display: inline-block;
    margin: 0;
  }
}

#homepage-poi {
  margin: 90px 0;
  text-align: center;
}
#homepage-poi h3 {
  font: 400 46px/56px "Workhorse", serif;
  color: #2C5E4F;
  text-transform: uppercase;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #homepage-poi h3 {
    font-size: 26px;
    line-height: 30px;
    padding: 0 10px;
    box-sizing: border-box;
  }
}

.poi .mobile-list {
  margin-top: 25px;
}
@media only screen and (min-width: 0) and (max-width: 979px) {
  .poi .hidden {
    display: none;
  }
}

.poi-maps-container {
  position: relative;
  width: 100%;
  height: 500px;
  margin-bottom: 0;
  overflow: hidden;
}
@media only screen and (min-width: 1140px) {
  .poi-maps-container {
    height: 840px;
  }
}
@media only screen and (min-width: 0) and (max-width: 979px) {
  .poi-maps-container {
    height: 400px;
    margin-bottom: 77px;
  }
}
.poi-maps-container .poi-map-canvas {
  position: absolute;
  left: 0;
  top: -100%;
  width: 100%;
  height: 100%;
}
.poi-maps-container .poi-map-canvas.visible {
  top: 0;
}

.center-column.maps-overlay-wrapper {
  position: relative;
  left: auto;
  margin: 0;
  top: 0;
  max-width: 100%;
}
@media only screen and (min-width: 1140px) {
  .center-column.maps-overlay-wrapper {
    height: auto;
  }
}
@media only screen and (min-width: 0) and (max-width: 979px) {
  .center-column.maps-overlay-wrapper {
    position: relative;
    left: auto;
    margin: 0;
    top: 0;
  }
}

.poi .category-selector:after {
  clear: both;
  content: "";
  display: table;
}

.poi .category-selector:after {
  content: "";
  display: block;
  overflow: hidden;
  height: 0;
  clear: both;
}

.poi .categories {
  display: none;
}
.poi .categories.expanded {
  display: block;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .poi .categories {
    display: block;
  }
}
.poi .categories .category.hidden {
  display: none;
}

.poi-controls-wrapper {
  position: absolute;
  right: 30px;
  top: 75%;
  z-index: 1;
  width: 30px;
  white-space: nowrap; /* IE 9 */ /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
}
@media only screen and (min-width: 1140px) {
  .poi-controls-wrapper {
    top: 540px;
  }
}
@media only screen and (min-width: 0) and (max-width: 979px) {
  .poi-controls-wrapper {
    display: block;
    transform: none;
    -ms-transform: none;
    width: 100%;
    bottom: -77px;
    top: auto;
    right: 0;
    left: 0;
    background: #2C5E4F;
    position: absolute;
  }
}

.poi-slider-container {
  color: #fff;
  display: inline-block;
}
@media only screen and (min-width: 0) and (max-width: 979px) {
  .poi-slider-container {
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 25px 0 25px 0;
  }
}
.poi-slider-container .distance {
  text-transform: uppercase;
  display: inline-block;
  font: bold 18px/24px "Futura PT", sans-serif;
  color: #fff;
  margin: 0 20px 0 30px;
}
@media only screen and (min-width: 0) and (max-width: 979px) {
  .poi-slider-container .distance {
    margin: 0 30px 0 30px;
  }
}
@media only screen and (min-width: 0) and (max-width: 360px) {
  .poi-slider-container .distance {
    margin: 0 10px 0 10px;
  }
}
.poi-slider-container .distance-val {
  font: bold 20px/24px "Futura PT", sans-serif;
  color: #FFB652;
  text-transform: uppercase;
  display: inline-block;
  width: auto;
  text-align: center;
  min-width: 100px;
}
.poi-slider-container button {
  background: none;
  height: 30px;
  width: 30px;
  display: inline-block;
  text-indent: -1000em;
  vertical-align: middle;
  padding: 0;
  box-sizing: border-box;
  border: 0;
  margin: -5px 5px 0 0;
}
.poi-slider-container button:before {
  content: "";
  position: absolute;
  right: 13px;
  height: 30px;
  width: 30px;
  background: url("../images/sprite.svg") -340px -280px no-repeat;
  display: block;
  top: 0;
  left: 0;
  line-height: inherit;
  transform: rotate(90deg);
}
@media only screen and (min-width: 0) and (max-width: 979px) {
  .poi-slider-container button:before {
    transform: none;
  }
}
.poi-slider-container .zoomin, .poi-slider-container .zoomout {
  background: none;
  height: 30px;
  width: 30px;
  display: inline-block;
  text-indent: -1000em;
  vertical-align: middle;
  padding: 0;
  box-sizing: border-box;
  border: 0;
  margin: -5px 5px 0 0;
}
.poi-slider-container .zoomin:before, .poi-slider-container .zoomout:before {
  content: none;
}
.poi-slider-container .zoomin:after, .poi-slider-container .zoomout:after {
  background: url("../images/sprite.svg") -280px -280px no-repeat;
  content: "";
  position: absolute;
  right: 13px;
  height: 30px;
  width: 30px;
  display: block;
  top: 0;
  left: 0;
  line-height: inherit;
}
.poi-slider-container .zoomout:after {
  display: none;
}
.poi-slider-container .zoomout:before {
  content: "";
  position: absolute;
  right: 13px;
  height: 30px;
  width: 30px;
  background: url("../images/sprite.svg") -340px -280px no-repeat;
  display: block;
  top: 0;
  left: 0;
  line-height: inherit;
  transform: rotate(90deg);
}
@media only screen and (min-width: 0) and (max-width: 979px) {
  .poi-slider-container .zoomout:before {
    transform: none;
  }
}

.poi .hotels {
  display: none;
}

.poi {
  overflow: hidden;
}
.poi .center-column {
  padding: 0;
}
.poi:after {
  clear: both;
  content: "";
  display: table;
}
.poi .poi-map-wrapper {
  position: relative;
}
.poi .poi-map-wrapper .poi-gradient {
  background: linear-gradient(#000, rgba(0, 0, 0, 0.01));
  position: absolute;
  height: 110px;
  width: 100%;
  top: 0;
  z-index: 1;
}
@media only screen and (min-width: 0) and (max-width: 979px) {
  .poi .poi-map-wrapper .poi-gradient {
    display: none;
  }
}
.poi .categories-list {
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 501;
  box-sizing: border-box;
  margin: 33px 0 15px 0;
  padding: 0 40px;
  font-size: 0;
}
.poi .categories-list button {
  background: none;
  border: 0;
  border-left: 1px solid #AAC9B6;
}
@media only screen and (min-width: 0) and (max-width: 979px) {
  .poi .categories-list {
    display: none;
    width: 100%;
    margin: -20px auto 30px;
    border: 1px solid #2C5E4F;
    background-color: #2C5E4F;
    border-top: 0;
    position: relative;
    padding: 0 10px;
  }
  .poi .categories-list.visible {
    display: block;
  }
  .poi .categories-list.visible button {
    text-transform: uppercase;
    background: none;
    display: block;
    border: 0;
    white-space: normal;
    height: auto;
    font-size: 16px;
    line-height: 50px;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
  }
  .poi .categories-list.visible button:after {
    content: none;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: -1px;
    width: 50px;
    height: 1px;
    background: #d6d6d6;
  }
  .poi .categories-list.visible button:first-child:after {
    display: none;
  }
  .poi .categories-list.visible button:hover, .poi .categories-list.visible button.active {
    border: 0;
    background: none;
    color: #AAC9B6;
  }
}

@media only screen and (min-width: 0) and (max-width: 979px) {
  .maps-overlay-wrapper {
    padding: 0 10px !important;
    box-sizing: border-box;
  }
}
.maps-overlay-wrapper button {
  background-color: transparent;
  font: 14px/40px "Futura PT", sans-serif;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  line-height: 40px;
  height: 40px;
  margin-right: 20px;
  padding: 0 0 0 65px;
}
.maps-overlay-wrapper button:first-child {
  border: 0;
}
@media only screen and (min-width: 1140px) {
  .maps-overlay-wrapper button {
    text-align: left;
  }
}
@media only screen and (min-width: 0) and (max-width: 979px) {
  .maps-overlay-wrapper button {
    text-align: center;
    padding: 0;
  }
}
.maps-overlay-wrapper button:hover, .maps-overlay-wrapper button.active, .maps-overlay-wrapper button:active {
  color: #FFB652;
}
.maps-overlay-wrapper button:before, .maps-overlay-wrapper .mobile-list:before {
  position: absolute;
  background: url("../images/sprite.svg") no-repeat -375px -210px;
  content: "";
  left: 20px;
  top: 0;
  height: 28px;
  width: 28px;
}
@media only screen and (min-width: 1140px) {
  .maps-overlay-wrapper button:before, .maps-overlay-wrapper .mobile-list:before {
    display: block;
    position: absolute;
  }
}
@media only screen and (min-width: 0) and (max-width: 979px) {
  .maps-overlay-wrapper button:before, .maps-overlay-wrapper .mobile-list:before {
    position: relative;
    display: inline-block;
    margin-right: 0;
    top: 3px;
    left: -10px !important;
  }
}
.maps-overlay-wrapper button:hover:before, .maps-overlay-wrapper button.active:before, .maps-overlay-wrapper button:active:before, .maps-overlay-wrapper .mobile-list:hover:before, .maps-overlay-wrapper .mobile-list.active:before, .maps-overlay-wrapper .mobile-list:active:before {
  background-position: -375px -269px;
}
.maps-overlay-wrapper button.icon-dining:before, .maps-overlay-wrapper .mobile-list.icon-dining:before {
  left: 30px;
  background-position: -338px -75px;
}
.maps-overlay-wrapper button.icon-eat-and-drink:before, .maps-overlay-wrapper .mobile-list.icon-eat-and-drink:before {
  left: 30px;
  background-position: -338px -75px;
}
.maps-overlay-wrapper button.icon-bars-nightlife:before, .maps-overlay-wrapper .mobile-list.icon-bars-nightlife:before {
  left: 30px;
  background-position: -730px -76px;
}
.maps-overlay-wrapper button.icon-local-landmarks:before, .maps-overlay-wrapper .mobile-list.icon-local-landmarks:before {
  background-position: -386px -75px;
}
.maps-overlay-wrapper button.icon-shopping:before, .maps-overlay-wrapper .mobile-list.icon-shopping:before {
  background-position: -445px -75px;
}
.maps-overlay-wrapper button.icon-universities:before, .maps-overlay-wrapper .mobile-list.icon-universities:before {
  background-position: -678px -75px;
}
.maps-overlay-wrapper button.icon-outdoor-adventures:before, .maps-overlay-wrapper .mobile-list.icon-outdoor-adventures:before {
  background-position: -632px -75px;
}
.maps-overlay-wrapper button.icon-sports:before, .maps-overlay-wrapper .mobile-list.icon-sports:before {
  top: 3px;
  background-position: -587px -78px;
}
.maps-overlay-wrapper button.icon-arts-culture:before, .maps-overlay-wrapper .mobile-list.icon-arts-culture:before {
  background-position: -497px -75px;
}
.maps-overlay-wrapper button.icon-sights:before, .maps-overlay-wrapper .mobile-list.icon-sights:before {
  background-position: -543px -75px;
}
.maps-overlay-wrapper button:hover.icon-dining:before, .maps-overlay-wrapper button.active.icon-dining:before, .maps-overlay-wrapper button:active.icon-dining:before, .maps-overlay-wrapper .mobile-list:hover.icon-dining:before, .maps-overlay-wrapper .mobile-list.active.icon-dining:before, .maps-overlay-wrapper .mobile-list:active.icon-dining:before {
  background-position: -338px -120px;
}
.maps-overlay-wrapper button:hover.icon-bars-nightlife:before, .maps-overlay-wrapper button.active.icon-bars-nightlife:before, .maps-overlay-wrapper button:active.icon-bars-nightlife:before, .maps-overlay-wrapper .mobile-list:hover.icon-bars-nightlife:before, .maps-overlay-wrapper .mobile-list.active.icon-bars-nightlife:before, .maps-overlay-wrapper .mobile-list:active.icon-bars-nightlife:before {
  background-position: -730px -121px;
}
.maps-overlay-wrapper button:hover.icon-eat-and-drink:before, .maps-overlay-wrapper button.active.icon-eat-and-drink:before, .maps-overlay-wrapper button:active.icon-eat-and-drink:before, .maps-overlay-wrapper .mobile-list:hover.icon-eat-and-drink:before, .maps-overlay-wrapper .mobile-list.active.icon-eat-and-drink:before, .maps-overlay-wrapper .mobile-list:active.icon-eat-and-drink:before {
  background-position: -338px -120px;
}
.maps-overlay-wrapper button:hover.icon-local-landmarks:before, .maps-overlay-wrapper button.active.icon-local-landmarks:before, .maps-overlay-wrapper button:active.icon-local-landmarks:before, .maps-overlay-wrapper .mobile-list:hover.icon-local-landmarks:before, .maps-overlay-wrapper .mobile-list.active.icon-local-landmarks:before, .maps-overlay-wrapper .mobile-list:active.icon-local-landmarks:before {
  background-position: -386px -120px;
}
.maps-overlay-wrapper button:hover.icon-shopping:before, .maps-overlay-wrapper button.active.icon-shopping:before, .maps-overlay-wrapper button:active.icon-shopping:before, .maps-overlay-wrapper .mobile-list:hover.icon-shopping:before, .maps-overlay-wrapper .mobile-list.active.icon-shopping:before, .maps-overlay-wrapper .mobile-list:active.icon-shopping:before {
  background-position: -445px -120px;
}
.maps-overlay-wrapper button:hover.icon-arts-culture:before, .maps-overlay-wrapper button.active.icon-arts-culture:before, .maps-overlay-wrapper button:active.icon-arts-culture:before, .maps-overlay-wrapper .mobile-list:hover.icon-arts-culture:before, .maps-overlay-wrapper .mobile-list.active.icon-arts-culture:before, .maps-overlay-wrapper .mobile-list:active.icon-arts-culture:before {
  background-position: -497px -120px;
}
.maps-overlay-wrapper button:hover.icon-sights:before, .maps-overlay-wrapper button.active.icon-sights:before, .maps-overlay-wrapper button:active.icon-sights:before, .maps-overlay-wrapper .mobile-list:hover.icon-sights:before, .maps-overlay-wrapper .mobile-list.active.icon-sights:before, .maps-overlay-wrapper .mobile-list:active.icon-sights:before {
  background-position: -543px -120px;
}
.maps-overlay-wrapper button:hover.icon-outdoor-adventures:before, .maps-overlay-wrapper button.active.icon-outdoor-adventures:before, .maps-overlay-wrapper button:active.icon-outdoor-adventures:before, .maps-overlay-wrapper .mobile-list:hover.icon-outdoor-adventures:before, .maps-overlay-wrapper .mobile-list.active.icon-outdoor-adventures:before, .maps-overlay-wrapper .mobile-list:active.icon-outdoor-adventures:before {
  background-position: -632px -120px;
}
.maps-overlay-wrapper button:hover.icon-sports:before, .maps-overlay-wrapper button.active.icon-sports:before, .maps-overlay-wrapper button:active.icon-sports:before, .maps-overlay-wrapper .mobile-list:hover.icon-sports:before, .maps-overlay-wrapper .mobile-list.active.icon-sports:before, .maps-overlay-wrapper .mobile-list:active.icon-sports:before {
  background-position: -587px -123px;
}
.maps-overlay-wrapper button:hover.icon-universities:before, .maps-overlay-wrapper button.active.icon-universities:before, .maps-overlay-wrapper button:active.icon-universities:before, .maps-overlay-wrapper .mobile-list:hover.icon-universities:before, .maps-overlay-wrapper .mobile-list.active.icon-universities:before, .maps-overlay-wrapper .mobile-list:active.icon-universities:before {
  background-position: -678px -120px;
}

.infobox-window {
  text-align: center;
  box-sizing: border-box;
  background: #fff;
  padding: 20px 20px;
  min-height: 228px;
}
@media only screen and (min-width: 0) and (max-width: 979px) {
  .infobox-window {
    width: 100% !important;
  }
}
.infobox-window h4 {
  font: 700 14px/24px "Futura PT", sans-serif;
  color: #2C5E4F;
  text-transform: uppercase;
  padding-top: 39px;
  margin-bottom: 5px;
  position: relative;
}
.infobox-window h4:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 6px;
  background: #FFB652;
  left: 50%;
  top: 20px;
  margin-left: -15px;
}
.infobox-window p {
  font: 17px/24px "Futura PT", sans-serif;
  color: #000;
  margin: 0 0 5px 0;
  position: relative;
}
.infobox-window a {
  position: relative;
}
.infobox-window .email {
  text-decoration: none;
  text-transform: none;
  font-family: "Futura PT", sans-serif;
}
.infobox-window .button {
  display: inline-block;
  margin-top: 10px;
}
.infobox-window .poi-overlay {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  min-height: 220px;
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  opacity: 0.3; /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  z-index: 0;
  border: 4px solid #2C5E4F;
  transition: all 0.3s ease-in-out;
}
.infobox-window:hover .poi-overlay { /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  opacity: 0.5;
}

.icon-httpslodgeatstedwarddevnextguestcom {
  display: none !important;
}

@media only screen and (min-width: 0) and (max-width: 767px) {
  #calendar {
    font-size: 12px;
  }
}

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

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

#calendar-views {
  float: left;
}
#calendar-views:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #calendar-views {
    float: none;
    text-align: center;
    margin-bottom: 30px;
  }
}
#calendar-views li {
  float: left;
}
@media only screen and (min-width: 0) 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;
  line-height: 18px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
}
@media only screen and (min-width: 0) 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: #AAC9B6;
}
#calendar-views a:before {
  background: url("../images/common.svg") 0 0 no-repeat;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
#calendar-views a.grid:before {
  background-position: -200px 0;
}
#calendar-views a.grid:hover:before, #calendar-views a.grid.active:before {
  background-position: -240px 0;
}
#calendar-views a.grid:active:before {
  background-position: -280px 0;
}
#calendar-views a.list:before {
  background-position: -200px -38px;
}
#calendar-views a.list:hover:before, #calendar-views a.list.active:before {
  background-position: -240px -38px;
}
#calendar-views a.list:active:before {
  background-position: -280px -38px;
}

#calendar-filter {
  float: right;
}
#calendar-filter select {
  background: #fff;
  border: 1px solid #000;
  color: inherit;
  height: 45px;
  padding: 0 10px;
  resize: none;
  width: 250px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 44px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #calendar-filter select {
    margin-bottom: 10px;
    padding: 0 20px;
    width: 100%;
    text-align: left;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #calendar-filter {
    margin-top: 10px;
    float: none;
  }
}
#calendar-filter label {
  display: none;
}

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

#calendar-year {
  margin-bottom: 20px;
}
@media only screen and (min-width: 0) 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 #AAC9B6;
  color: #AAC9B6;
}
#calendar-year a:hover {
  border-color: #AAC9B6;
  color: #AAC9B6;
}
#calendar-year .active a {
  border-color: #FFB652;
  color: #FFB652;
}
#calendar-year .active a:hover {
  border-color: #FFB652;
  color: #FFB652;
}

#calendar-month {
  height: 40px;
  margin-bottom: 20px;
  position: relative;
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
  text-justify: newspaper;
}
@media only screen and (min-width: 0) 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: 18px;
  font-family: "Futura PT Cond", sans-serif;
  color: #000;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #calendar-month a {
    padding: 0 5px;
    font-size: 10px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #calendar-month a {
    font-size: 14px;
    padding: 0 7px;
    font-size: 11px;
    text-align: center;
  }
}
#calendar-month a:hover {
  background: #AAC9B6;
  color: #fff;
}
#calendar-month a.active {
  background: #FFB652;
  color: #000;
}
#calendar-month a.active:hover {
  background: #AAC9B6;
  color: #fff;
}
@media only screen and (min-width: 0) 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: #AAC9B6;
  }
  #calendar-month li.prev a:hover:after, #calendar-month li.next a:hover:after {
    background-position: -262px -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: -262px -234px;
  }
}

#calendar-navigation {
  display: block;
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
#calendar-navigation h2 {
  padding: 0 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
  background-color: #AAC9B6;
}
#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: -262px -234px;
}
#calendar-navigation a.next:active {
  background-position: -231px -234px;
}
#calendar-navigation a.prev {
  left: 0;
  background-position: -200px -196px;
}
#calendar-navigation a.prev:hover {
  background-position: -262px -196px;
}
#calendar-navigation a.prev:active {
  background-position: -231px -196px;
}

#calendar-week, #calendar-days {
  display: block;
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
  text-justify: newspaper;
}
#calendar-week:after, #calendar-days:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  height: 0;
}
#calendar-week li, #calendar-days li {
  display: inline-block;
  width: 13%;
}

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

#calendar-days {
  position: relative;
  font-size: 0;
}
#calendar-days li {
  margin: 0 0 1em;
  min-height: 8em;
  text-align: left;
  font-size: 14px;
  -moz-text-align-last: left;
  text-align-last: left;
  vertical-align: top;
  position: static;
  border: 1px solid #AAC9B6;
  background: #e9e9e9;
}
@media only screen and (min-width: 0) 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;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
}
#calendar-days li time a:hover {
  color: #000;
  background: #FFB652;
}
#calendar-days li.prev_month, #calendar-days li.next_month {
  border: 1px solid #AAC9B6;
  background: none;
}
#calendar-days li.prev_month time a, #calendar-days li.next_month time a {
  color: rgba(0, 0, 0, 0.4);
}
#calendar-days li.prev_month time a:hover, #calendar-days li.next_month time a:hover {
  background: #f1f1f1;
}
#calendar-days li.day_items3 {
  height: 9em;
}
#calendar-days li.day_items4 {
  height: 11em;
}
#calendar-days li.day_items5 {
  height: 13em;
}
#calendar-days li.day_items6 {
  height: 15em;
}
#calendar-days li.day_items7 {
  height: 17em;
}
#calendar-days li.day_items8 {
  height: 19em;
}
#calendar-days li.day_items9 {
  height: 21em;
}
#calendar-days li.day_items10 {
  height: 23em;
}
#calendar-days li.day_items11 {
  height: 25em;
}
#calendar-days li.day_items12 {
  height: 27em;
}
#calendar-days li.day_items13 {
  height: 29em;
}
#calendar-days li.day_items14 {
  height: 31em;
}
#calendar-days li.day_items15 {
  height: 33em;
}
#calendar-days li.day_items16 {
  height: 35em;
}
#calendar-days li.day_items17 {
  height: 37em;
}
#calendar-days li.day_items18 {
  height: 39em;
}
#calendar-days li.day_items19 {
  height: 41em;
}
#calendar-days li.day_items20 {
  height: 43em;
}
#calendar-days dl {
  display: block;
  height: 2em;
}
#calendar-days dl:hover {
  position: relative;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #calendar-days dl.hide {
    display: block !important;
  }
}
#calendar-days dt {
  position: relative;
}
#calendar-days dt a {
  display: block;
  height: 1.8em;
  width: auto;
  line-height: 1.8em;
  padding: 0 0.5em 0 1em;
  text-decoration: none;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0.7em;
  background: #327d7d;
  color: #fff;
}
@media only screen and (min-width: 0) 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.5%;
}
#calendar-days dl.w3 dt {
  width: 323%;
}
#calendar-days dl.w4 dt {
  width: 434.5%;
}
#calendar-days dl.w5 dt {
  width: 546%;
}
#calendar-days dl.w6 dt {
  width: 657.5%;
}
#calendar-days dl.w7 dt {
  width: 769%;
}
#calendar-days dl.c1 dt a {
  background-color: #8db294;
}
#calendar-days dl.c2 dt a {
  background-color: #ada39a;
}
#calendar-days dl.c3 dt a {
  background-color: #85a9b7;
}
#calendar-days dl.c4 dt a {
  background-color: #bc8e8f;
}
#calendar-days dl.c5 dt a {
  background-color: #ac9bc1;
}
#calendar-days dl.c6 dt a {
  background-color: #87b6c7;
}
#calendar-days dl.c7 dt a {
  background-color: #bb85aa;
}
#calendar-days dl.c8 dt a {
  background-color: #a4a4a4;
}
#calendar-days dl dd {
  position: absolute;
  left: 0;
  bottom: 20px;
  background: #AAC9B6;
  border: 1px solid #AAC9B6;
  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 (min-width: 0) and (max-width: 767px) {
  #calendar-days dl dd {
    display: none !important;
  }
}
#calendar-days dl dd .triangle {
  position: absolute;
  bottom: -13px;
  height: 14px;
  text-align: center;
}
#calendar-days dl dd .triangle span {
  display: inline-block;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  border-top: 14px solid #AAC9B6;
  margin-left: 93px;
}
#calendar-days dl dd h3 {
  color: #2C5E4F;
  font-family: "Futura PT Cond", sans-serif;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.5;
  text-transform: uppercase;
}
#calendar-days dl dd img {
  height: auto;
  width: 100%;
}
#calendar-days dl dd p {
  font-size: 12px;
  color: #2C5E4F;
  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 (min-width: 0) and (max-width: 767px) {
  #calendar.list-view #calendar-month {
    display: none;
  }
}
#calendar.list-view .image-list {
  position: relative;
  overflow: hidden;
  border-top: 1px solid #2C5E4F;
  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;
  color: #2C5E4F;
  text-transform: uppercase;
  text-decoration: none;
}

#calendar.single-event .vevent h3 {
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
}
#calendar.single-event .vevent .thumbnail {
  width: 310px;
  height: 300px;
  float: right;
  margin: 0 0 0 30px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #calendar.single-event .vevent .thumbnail {
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
  }
}

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

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

#blog-feed {
  margin: 0;
  max-width: 100%;
  min-height: 800px;
}
#blog-feed .blog-feed-bg {
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
  position: relative;
  margin-top: 0;
  padding: 55px 0;
}
#blog-feed .blog-feed-bg:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
}
#blog-feed h4 {
  font: 90px/90px "Workhorse", serif;
  text-transform: capitalize;
  text-align: center;
  color: #2C5E4F;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #blog-feed h4 {
    font-size: 50px;
    line-height: 60px;
  }
}
#blog-feed .blog-feed-items {
  width: 70%;
  margin: 0 auto;
  position: relative;
  z-index: 999;
}
#blog-feed .blog-feed-link {
  position: relative;
  z-index: 999;
  width: 200px;
  margin: 45px auto 0 auto;
}
#blog-feed .blog-entry {
  display: inline-block;
  vertical-align: top;
  position: relative;
  box-sizing: border-box;
  text-align: left;
  width: calc(50% - 30px);
  min-height: 315px;
  margin-top: 30px;
  color: #fff;
  background: #000;
}
#blog-feed .blog-entry:first-child {
  margin-right: 30px;
}
#blog-feed .blog-entry a {
  color: #fff;
}
#blog-feed .blog-entry a:hover {
  color: #AAC9B6;
}
#blog-feed .blog-entry time {
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  width: 200px;
}
#blog-feed .blog-entry img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
  background-color: #000;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #blog-feed .blog-entry {
    width: 100%;
    margin: 25px 0;
  }
}

#blog-feed {
  margin: 0 auto 80px auto;
  width: 100%;
  max-width: 1440px;
  padding: 0 5px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
#blog-feed h2 {
  font-weight: 400;
  margin-bottom: 32px;
  margin: 20px auto;
  width: 500px;
}

#homepage-blocks {
  max-width: 1283px;
  margin: 0 auto 35px auto;
  padding: 100px 0;
  overflow: hidden;
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 0) and (max-width: 979px) {
  #homepage-blocks {
    padding: 0;
  }
}
#homepage-blocks .blocks-sidebar {
  width: calc(31% - 0px);
  padding: 30px 0 0 0;
  float: right;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 0) and (max-width: 979px) {
  #homepage-blocks .blocks-sidebar {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
}
#homepage-blocks .blocks-sidebar h2 {
  font: 400 46px/56px "Workhorse", serif;
  margin-bottom: 20px;
  color: #2C5E4F;
  text-transform: uppercase;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #homepage-blocks .blocks-sidebar h2 {
    font-size: 26px;
    line-height: 30px;
  }
}
#homepage-blocks .blocks-sidebar h3 {
  font: 400 36px/36px "Futura PT", sans-serif;
  margin-bottom: 25px;
  color: #2C5E4F;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #homepage-blocks .blocks-sidebar h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
#homepage-blocks .blocks-sidebar ol {
  list-style: decimal inside;
}
#homepage-blocks .blocks-sidebar ul {
  list-style: none;
}
#homepage-blocks .blocks-sidebar ol, #homepage-blocks .blocks-sidebar ul {
  margin-left: 10px;
}
#homepage-blocks .blocks-sidebar ol ol, #homepage-blocks .blocks-sidebar ul ul, #homepage-blocks .blocks-sidebar ol ul, #homepage-blocks .blocks-sidebar ul ol {
  margin-top: 10px;
  margin-bottom: 10px;
}
#homepage-blocks .blocks-sidebar ol > li > ol, #homepage-blocks .blocks-sidebar ol > li > ul {
  margin-left: 34px;
}
#homepage-blocks .blocks-sidebar ol li, #homepage-blocks .blocks-sidebar ul li {
  position: relative;
}
#homepage-blocks .blocks-sidebar ul > li {
  padding-left: 20px;
  margin: 10px 0;
  font-family: "Futura PT", sans-serif;
}
#homepage-blocks .blocks-sidebar ul > li:last-child {
  margin-bottom: 20px;
}
#homepage-blocks .blocks-sidebar ul > li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 4px;
  height: 4px;
  background: #2C5E4F;
  border-radius: 100%;
}
#homepage-blocks .blocks-sidebar ul > li:hover:after {
  background-color: #AAC9B6;
}
#homepage-blocks .blocks-wrapper {
  max-width: calc(70% - 30px);
  box-sizing: border-box;
  overflow: hidden;
  font-size: 0;
  margin-top: -10px;
}
@media only screen and (min-width: 0) and (max-width: 979px) {
  #homepage-blocks .blocks-wrapper {
    width: 100%;
    padding-right: 0;
    max-width: 100%;
    margin-left: 3px;
  }
}
#homepage-blocks .blocks-wrapper .page-block {
  display: inline-block;
  vertical-align: top;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin: 0 5px;
  text-align: center;
  width: calc(33% - 10px);
  padding-bottom: calc(33% - 10px);
  box-sizing: border-box;
  position: relative;
  border-top: 10px solid #fff;
  background-color: #2C5E4F;
}
#homepage-blocks .blocks-wrapper .page-block:after {
  content: "";
  background: rgba(9, 27, 42, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: background 0.3s ease-in-out;
}
#homepage-blocks .blocks-wrapper .page-block:hover:after {
  background: rgba(9, 27, 42, 0.25);
}
#homepage-blocks .blocks-wrapper .page-block:nth-child(2) {
  padding-bottom: calc(48% - 10px);
}
#homepage-blocks .blocks-wrapper .page-block:nth-child(4) {
  margin-top: -15%;
  padding-bottom: calc(48% - 10px);
}
#homepage-blocks .blocks-wrapper .page-block:nth-child(6) {
  margin-top: -15%;
  padding-bottom: calc(48% - 10px);
}
#homepage-blocks .blocks-wrapper .page-block .heading-wrapper {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#homepage-blocks .blocks-wrapper .page-block .heading-wrapper .heading {
  width: 100%;
  height: 100%;
}
#homepage-blocks .blocks-wrapper .page-block .heading-wrapper .heading p {
  width: 100%;
  height: 100%;
}
#homepage-blocks .blocks-wrapper .page-block .heading-wrapper .heading a {
  font: 400 36px/40px "Workhorse", serif;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  text-align: center;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 1140px) {
  #homepage-blocks .blocks-wrapper .page-block .heading-wrapper .heading a {
    font-size: 36px;
    line-height: 56px;
  }
}
@media only screen and (min-width: 0) and (max-width: 979px) {
  #homepage-blocks .blocks-wrapper .page-block .heading-wrapper .heading a {
    font-size: 20px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #homepage-blocks .blocks-wrapper .page-block .heading-wrapper .heading a {
    font-size: 12px;
    line-height: 24px;
  }
}
#homepage-blocks .blocks-wrapper .page-block .heading-wrapper .heading a:after {
  content: "";
  display: block;
  position: relative;
  width: 30px;
  height: 6px;
  background: #fff;
  margin: 4px auto 0;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #homepage-blocks .blocks-wrapper .page-block .heading-wrapper .heading a:after {
    height: 3px;
  }
}

.weddingspage-blocks {
  text-align: center;
}
.weddingspage-blocks .page {
  position: relative;
  display: flex;
  min-height: 480px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .weddingspage-blocks .page {
    flex-direction: column;
    min-height: 0;
    margin-bottom: 10px;
  }
}
.weddingspage-blocks .page .image-wrapper {
  position: relative;
  width: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  overflow: hidden;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .weddingspage-blocks .page .image-wrapper {
    width: 100%;
    min-height: 320px;
  }
}
.weddingspage-blocks .page .copy-wrapper {
  width: 50%;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .weddingspage-blocks .page .copy-wrapper {
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px;
  }
}
.weddingspage-blocks .page .copy-wrapper .inner-wrapper {
  box-sizing: border-box;
  padding: 68px 38px;
  text-align: left;
  font-size: 17px;
  line-height: 28px;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .weddingspage-blocks .page .copy-wrapper .inner-wrapper {
    padding: 20px 0;
  }
}
.weddingspage-blocks .page .copy-wrapper .inner-wrapper i,
.weddingspage-blocks .page .copy-wrapper .inner-wrapper em {
  font-style: italic;
}
.weddingspage-blocks .page .copy-wrapper .inner-wrapper b,
.weddingspage-blocks .page .copy-wrapper .inner-wrapper strong {
  font-weight: 700;
}
.weddingspage-blocks .page .copy-wrapper .inner-wrapper sup {
  vertical-align: super;
  font-size: smaller;
}
.weddingspage-blocks .page .copy-wrapper .inner-wrapper sub {
  vertical-align: sub;
  font-size: smaller;
}
.weddingspage-blocks .page .copy-wrapper .inner-wrapper ol {
  list-style: decimal inside;
}
.weddingspage-blocks .page .copy-wrapper .inner-wrapper ul {
  list-style: none;
}
.weddingspage-blocks .page .copy-wrapper .inner-wrapper ol,
.weddingspage-blocks .page .copy-wrapper .inner-wrapper ul {
  margin-right: 20px;
  -moz-columns: 2;
       columns: 2;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .weddingspage-blocks .page .copy-wrapper .inner-wrapper ol,
  .weddingspage-blocks .page .copy-wrapper .inner-wrapper ul {
    -moz-columns: 1;
         columns: 1;
  }
}
.weddingspage-blocks .page .copy-wrapper .inner-wrapper ol ol,
.weddingspage-blocks .page .copy-wrapper .inner-wrapper ul ul,
.weddingspage-blocks .page .copy-wrapper .inner-wrapper ol ul,
.weddingspage-blocks .page .copy-wrapper .inner-wrapper ul ol {
  margin-top: 10px;
  margin-bottom: 10px;
}
.weddingspage-blocks .page .copy-wrapper .inner-wrapper ol > li > ol,
.weddingspage-blocks .page .copy-wrapper .inner-wrapper ol > li > ul {
  margin-right: 34px;
}
.weddingspage-blocks .page .copy-wrapper .inner-wrapper ol li,
.weddingspage-blocks .page .copy-wrapper .inner-wrapper ul li {
  position: relative;
}
.weddingspage-blocks .page .copy-wrapper .inner-wrapper ul > li {
  padding-right: 14px;
}
.weddingspage-blocks .page .copy-wrapper .inner-wrapper ul > li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 12px;
  width: 4px;
  height: 4px;
  background: #2C5E4F;
  border-radius: 100%;
}
.weddingspage-blocks .page .copy-wrapper .inner-wrapper ul > li:hover:after {
  background-color: #AAC9B6;
}
.weddingspage-blocks .page .copy-wrapper .inner-wrapper td,
.weddingspage-blocks .page .copy-wrapper .inner-wrapper th,
.weddingspage-blocks .page .copy-wrapper .inner-wrapper caption {
  padding: 8px 16px;
  text-align: left;
  vertical-align: middle;
}
.weddingspage-blocks .page .copy-wrapper .inner-wrapper th,
.weddingspage-blocks .page .copy-wrapper .inner-wrapper caption {
  vertical-align: bottom;
  padding-top: 0;
  padding-bottom: 20px;
  font: 22px/1 "Futura PT", sans-serif;
  color: #2C5E4F;
}
.weddingspage-blocks .page .copy-wrapper .inner-wrapper td {
  border-top: 1px solid #2C5E4F;
  background: #AAC9B6;
}
.weddingspage-blocks .page .copy-wrapper .inner-wrapper .even td {
  background: transparent;
}
.weddingspage-blocks .page .copy-wrapper .inner-wrapper table p {
  margin: 5px;
}
.weddingspage-blocks .page .copy-wrapper h2 {
  font: 400 46px/56px "Workhorse", serif;
  color: #2C5E4F;
  text-transform: uppercase;
  margin-bottom: 22px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .weddingspage-blocks .page .copy-wrapper h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
  }
}
.weddingspage-blocks .page .copy-wrapper h3 {
  font: 400 26px/36px "Futura PT Cond", sans-serif;
}
.weddingspage-blocks .page .copy-wrapper p {
  line-height: 24px;
  margin-bottom: 25px;
}
.weddingspage-blocks .page .copy-wrapper a {
  color: #2C5E4F;
}
.weddingspage-blocks .page .copy-wrapper a:hover {
  color: #AAC9B6;
}
.weddingspage-blocks .page.even {
  flex-direction: row-reverse;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .weddingspage-blocks .page.even {
    flex-direction: column;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .weddingspage-blocks .page.even .copy-wrapper {
    margin-right: 0;
  }
}
.weddingspage-blocks .page.even .copy-wrapper .inner-wrapper {
  text-align: right;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .weddingspage-blocks .page.even .copy-wrapper .inner-wrapper {
    text-align: left;
  }
}
.weddingspage-blocks .page.last .copy-wrapper h2 {
  font: 400 46px/56px "Workhorse", serif;
  color: #2C5E4F;
  text-transform: none;
}

.weddingspage-extraperks .menu-page {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
}
.weddingspage-extraperks .menu-page:after {
  content: "";
  background: rgba(44, 94, 79, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.weddingspage-extraperks .menu-page .content-header {
  width: 900px;
  padding: 0 20px;
  height: 720px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}
@media only screen and (min-width: 1140px) {
  .weddingspage-extraperks .menu-page .content-header {
    width: 1040px;
  }
}
@media only screen and (min-width: 0) and (max-width: 979px) {
  .weddingspage-extraperks .menu-page .content-header {
    width: 100%;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .weddingspage-extraperks .menu-page .content-header {
    height: auto;
    padding: 25px 20px;
  }
}
.weddingspage-extraperks .menu-page .content-header:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -1px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .weddingspage-extraperks .menu-page .content-header:before {
    display: none;
  }
}
.weddingspage-extraperks .menu-page .content-header .headings, .weddingspage-extraperks .menu-page .content-header .list {
  display: inline-block;
  vertical-align: middle;
  width: calc(50% - 4px);
  text-align: left;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .weddingspage-extraperks .menu-page .content-header .headings, .weddingspage-extraperks .menu-page .content-header .list {
    width: calc(100% - 4px);
  }
}
.weddingspage-extraperks .menu-page .content-header .list {
  margin-top: 10%;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .weddingspage-extraperks .menu-page .content-header .list {
    margin-top: 30%;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .weddingspage-extraperks .menu-page .content-header .list {
    margin-top: 0;
  }
}
.weddingspage-extraperks .menu-page .content-header .headings {
  text-align: left;
  box-sizing: border-box;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .weddingspage-extraperks .menu-page .content-header .headings {
    text-align: center;
    margin-bottom: 50px;
  }
}
.weddingspage-extraperks .menu-page .content-header .headings h3 {
  max-width: 420px;
  font: 100px/100px "Workhorse", serif;
  color: #fff;
  padding: 0 0 0 10px;
}
@media only screen and (min-width: 1140px) {
  .weddingspage-extraperks .menu-page .content-header .headings h3 {
    font-size: 144px;
    line-height: 144px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .weddingspage-extraperks .menu-page .content-header .headings h3 {
    font-size: 90px;
    line-height: 90px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .weddingspage-extraperks .menu-page .content-header .headings h3 {
    font-size: 40px;
    line-height: 50px;
    max-width: 100%;
    padding: 0;
  }
}
.weddingspage-extraperks .menu-page .content-header .headings p {
  max-width: 420px;
  padding-left: 6px;
  margin-top: 3px;
  color: #fff;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .weddingspage-extraperks .menu-page .content-header .headings p {
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
}
.weddingspage-extraperks .menu-page .content-header .headings .button {
  margin-top: 20px;
  margin-left: 6px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .weddingspage-extraperks .menu-page .content-header .list {
    text-align: center;
  }
}
.weddingspage-extraperks .menu-page .content-header .list li {
  font: 400 36px/50px "Futura PT", sans-serif;
  color: #fff;
  padding-left: 50px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .weddingspage-extraperks .menu-page .content-header .list li {
    font-size: 20px;
    line-height: 30px;
    padding-left: 0;
  }
}
.weddingspage-extraperks .bottom-block {
  width: 680px;
  padding: 67px 20px 73px 20px;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .weddingspage-extraperks .bottom-block {
    width: 100%;
    box-sizing: border-box;
  }
}
.weddingspage-extraperks .bottom-block h5 {
  font: 400 46px/56px "Workhorse", serif;
  color: #F9461C;
  text-transform: uppercase;
  margin-bottom: 22px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .weddingspage-extraperks .bottom-block h5 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
  }
}
.menu-tabs-block-acm .tabs {
  position: relative;
  z-index: 100;
}
.menu-tabs-block-acm .tabs-titles {
  position: relative;
  margin: 0 0 40px;
  z-index: 200;
}
.menu-tabs-block-acm .tabs-titles ul {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.menu-tabs-block-acm .tabs-titles li.tab-title {
  order: 2;
  display: block;
  padding: 0;
  list-style-type: none;
  transition: all 0.4s;
}
.menu-tabs-block-acm .tabs-titles li.tab-title::after {
  display: none;
}
.menu-tabs-block-acm .tabs-titles li.tab-title.active .button {
  background: #2C5E4F;
  color: #fff;
  border: 1px solid transparent;
}
.menu-tabs-block-acm .tabs-titles .button {
  margin: 0 5px 10px;
}
.menu-tabs-block-acm .tabs-titles .button:hover {
  background: #2C5E4F;
  color: #fff;
  border: 1px solid transparent;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .menu-tabs-block-acm .tabs-titles {
    height: 40px;
  }
  .menu-tabs-block-acm .tabs-titles ul {
    position: relative;
    flex-direction: column;
  }
  .menu-tabs-block-acm .tabs-titles ul::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 20px;
    display: block;
    width: 12px;
    height: 12px;
    border-right: 1px solid #2C5E4F;
    border-bottom: 1px solid #2C5E4F;
    transform: rotate(45deg);
    pointer-events: none;
    z-index: 201;
  }
  .menu-tabs-block-acm .tabs-titles li.tab-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
  }
  .menu-tabs-block-acm .tabs-titles li.tab-title.active {
    order: 1;
    position: relative !important;
    z-index: 10;
  }
  .menu-tabs-block-acm .tabs-titles .button {
    margin: 0;
    width: 100%;
  }
  .menu-tabs-block-acm .tabs-titles.opened ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .menu-tabs-block-acm .tabs-titles.opened li.tab-title {
    position: relative;
    top: auto;
    z-index: 10;
  }
}
.menu-tabs-block-acm .tabs-content {
  position: relative;
  width: 100%;
  height: 100%;
  transition: 0.4s;
  z-index: 100;
  overflow: hidden;
}
.menu-tabs-block-acm .tabs-content .tabs-content-item {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: 0.4s;
}
.menu-tabs-block-acm .tabs-content .tabs-content-item.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
.menu-tabs-block-acm .tabs-content p.tabs-content-item-descr {
  margin-bottom: 30px;
  width: 70%;
  text-align: center;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .menu-tabs-block-acm .tabs-content p.tabs-content-item-descr {
    max-width: auto;
    width: 100%;
  }
}
.menu-tabs-block-acm .menu-block {
  width: 46%;
  min-width: 400px;
  margin-right: auto;
  padding: 0 2% 40px 0;
  text-align: left;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .menu-tabs-block-acm .menu-block {
    width: 100%;
    min-width: auto;
  }
}
.menu-tabs-block-acm .menu-block h2 span {
  display: block;
  font-family: "Futura PT Cond", sans-serif;
  font-size: 0.8em;
}
.menu-tabs-block-acm .menu-block h3, .menu-tabs-block-acm .menu-block .dish-name {
  font: 400 26px/1 "Futura PT Cond", sans-serif;
  margin-bottom: 0;
  text-transform: uppercase;
}
.menu-tabs-block-acm .menu-block .dish {
  margin-bottom: 20px;
}
.menu-tabs-block-acm .menu-block .dish p {
  margin-bottom: 0;
}
.menu-tabs-block-acm .menu-block .dish .dish-ingredients {
  margin: 6px 0;
  font-family: "Futura PT Cond", sans-serif;
}
.menu-tabs-block-acm .menu-link {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}
.menu-tabs-block-acm .menu-link .button {
  display: inline-block;
}

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

.video-tile {
  text-transform: lowercase;
  width: 100%;
  position: absolute;
  top: 35px;
  left: 0;
  bottom: 0;
  padding: 0;
  box-sizing: border-box;
  text-align: center;
  text-indent: -9999px;
}
@media only screen and (min-width: 0) and (max-width: 979px) {
  .video-tile {
    display: block;
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    width: auto;
    margin-top: -40px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .video-tile {
    margin-top: -60px;
  }
}
.video-tile .center-column {
  overflow: hidden;
}
.video-tile .tiles-wrapper {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  padding-bottom: 60px;
  text-align: left;
}
.video-tile .tile {
  color: #fff;
  font-size: 16px;
  height: auto;
  line-height: 20px;
  margin-bottom: 40px;
  position: relative;
  text-align: center;
  vertical-align: top;
  padding-top: 28.125%;
  width: calc(50% - 20px);
}
@media only screen and (min-width: 0) and (max-width: 979px) {
  .video-tile .tile {
    margin: 0 0 20px !important;
    width: 100%;
    padding-top: 56.25%;
  }
}
.video-tile .tile:hover .video-wrapper:after {
  background-color: rgba(0, 0, 0, 0.4);
}
.video-tile .tile:hover:after {
  background: rgba(0, 0, 0, 0.4);
}
.video-tile .tile .video-wrapper {
  overflow: hidden;
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.video-tile .tile .video-wrapper iframe {
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.video-tile .tile .video-wrapper .video-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.video-tile .tile .video-wrapper .video-thumb:after {
  background: rgba(0, 0, 0, 0.2);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  transition: background 350ms ease-in-out;
  top: 0;
  width: 100%;
}
@media only screen and (max-width: 979px) {
  .video-tile .tile .video-wrapper .video-thumb {
    width: 100%;
    position: relative;
  }
}
.video-tile .tile .video-wrapper .video-thumb .play-button,
.video-tile .tile .video-wrapper .video-thumb .play-video {
  position: absolute;
  top: 50%;
  right: 0;
  left: 50%;
  height: 68px;
  width: 68px;
  opacity: 0.6;
  transform: translate(-50%, -50%);
  transition: all 350ms ease-in-out;
  z-index: 5;
}
@media only screen and (max-width: 979px) {
  .video-tile .tile .video-wrapper .video-thumb .play-button,
  .video-tile .tile .video-wrapper .video-thumb .play-video {
    height: 44px;
    width: 44px;
  }
}
.video-tile .tile .video-wrapper .video-thumb .play-button img,
.video-tile .tile .video-wrapper .video-thumb .play-video img {
  width: 100%;
  height: 100%;
}
.video-tile .tile .video-wrapper .video-thumb .play-button:hover,
.video-tile .tile .video-wrapper .video-thumb .play-video:hover {
  opacity: 1;
}
.video-tile .tile .video-wrapper .video-thumb:hover .play-button {
  opacity: 1;
}

@media print {
  #header, #photos, #promos, #content .heading, #booking, #homepage-blocks, #homepage-rooms, #homepage-poi, #testimonials, #events, #home-gallery, #feeds, #footer {
    display: none;
  }
  @page {
    size: 960px 1358px;
  }
}
