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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-datepicker {
  display: none;
  padding: 10px;
  background: #1A1A1A;
  border: 1px solid #414042;
}
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 "Montserrat", sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
}
.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: -200px -196px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:active {
  background-position: -200px -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: -200px -234px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:active {
  background-position: -200px -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 "Montserrat", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar td {
  color: #ffffff;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-other-month, .ui-datepicker .ui-datepicker-calendar td.ui-state-disabled {
  color: #F5F2F1;
  opacity: 0.5;
}
.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: #414042;
  color: #fff;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled:hover span {
  background: none;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a {
  background: #8B8482;
  color: #fff;
}

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

#menuwrapper {
  background: #000000;
  min-height: 850px;
  height: 100%;
  overflow: auto;
}
#menuwrapper.fixed {
  position: fixed;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #menuwrapper {
    min-height: 100%;
    padding-top: 100px;
  }
}
#menuwrapper .left-side, #menuwrapper .right-side {
  width: 50%;
  position: absolute;
  height: 100%;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #menuwrapper .left-side, #menuwrapper .right-side {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
  }
}
#menuwrapper .left-side {
  left: 0;
  margin-top: 20px;
}
#menuwrapper .right-side {
  right: 0;
}

.menus {
  position: absolute;
  top: 90px;
  left: 0;
  bottom: 34px;
  right: 0;
  overflow: auto;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .menus {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    text-align: center;
  }
}

#top-menu, #footer-menu {
  position: relative;
  margin: 8px 0 0 40px;
}
@media only screen and (min-width: 1140px) {
  #top-menu, #footer-menu {
    margin: 8px 0 0 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #top-menu, #footer-menu {
    margin: 8px 0 0 20px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #top-menu, #footer-menu {
    margin: 0 auto;
  }
}
#top-menu ul, #footer-menu ul {
  margin-bottom: 34px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #top-menu ul, #footer-menu ul {
    margin-bottom: 20px;
  }
}
#top-menu a, #footer-menu a {
  display: inline-block;
  vertical-align: top;
  font: normal 16px/24px "Montserrat", sans-serif;
  text-decoration: none;
  color: #ffffff;
}
#top-menu a:hover, #top-menu a:active, #footer-menu a:hover, #footer-menu a:active {
  color: #8B8482;
}
#top-menu:after, #footer-menu:after {
  content: "";
  display: block;
  float: left;
  position: relative;
  width: 30px;
  height: 6px;
  background: #ffffff;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #top-menu:after, #footer-menu:after {
    display: inline-block;
    float: none;
  }
}

#main-menu {
  position: relative;
  margin: 0 0 0 40px;
  overflow: hidden;
}
@media only screen and (min-width: 1140px) {
  #main-menu {
    margin: 0 0 0 40px;
    width: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #main-menu {
    margin: 0 0 0 20px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #main-menu {
    margin: 0 auto 20px;
    width: 100%;
  }
}
#main-menu .menu.level-1 {
  margin-bottom: 35px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #main-menu .menu.level-1 {
    margin-bottom: 20px;
  }
}
#main-menu .menu.level-1 > li {
  display: inline;
}
#main-menu .menu.level-1 > li > a {
  display: block;
  padding: 10px 0;
  font: 700 18px/24px "Montserrat", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #main-menu .menu.level-1 > li > a {
    font-size: 20px;
    line-height: 30px;
    width: 160px;
  }
}
#main-menu .menu.level-1 > li a.active, #main-menu .menu.level-1 > li:hover > a {
  color: #89c799;
}
#main-menu .menu.submenu {
  position: absolute;
  right: -100%;
  width: auto;
  max-width: 240px;
  padding-left: 40px;
  padding-top: 9px;
  top: 0;
  height: 100%;
  z-index: 999;
  transition: right 0.3s ease-in-out;
}
.keyboard-navigation #main-menu .menu.submenu {
  display: none;
}
#main-menu .menu.submenu:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  background: #ffffff;
  left: 0;
  top: 0;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #main-menu .menu.submenu:before {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #main-menu .menu.submenu {
    padding-left: 25px;
    max-width: 37%;
    min-width: 0;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #main-menu .menu.submenu {
    position: relative;
    width: 100%;
    left: auto;
    top: auto;
    right: auto;
    display: none;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    padding: 15px 0;
    margin: 20px 0;
    max-width: none;
  }
}
#main-menu .menu.submenu a {
  display: inline-block;
  padding: 4px 0;
  vertical-align: top;
  font: 700 18px/24px "Montserrat", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
}
#main-menu .menu.submenu a:hover, #main-menu .menu.submenu a.active {
  color: #89c799;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #main-menu .menu.submenu a {
    font-size: 18px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #main-menu .menu.submenu a {
    margin-bottom: 10px;
  }
}
#main-menu li.active .menu.submenu {
  right: 0;
}
.keyboard-navigation #main-menu li.active .menu.submenu {
  display: block;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #main-menu li.active .menu.submenu {
    display: block;
  }
}

#footer-menu {
  margin-top: 35px;
  margin-bottom: 0;
  padding-bottom: 35px;
}
#footer-menu ul {
  margin-bottom: 0;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #footer-menu {
    margin: 20px 0 50px 0;
  }
}
#footer-menu:after {
  display: none;
}

#booking-wrapper {
  background: #414042;
  min-height: 850px;
  height: 100%;
}
.with-alert-bar #booking-wrapper {
  top: 50px;
}
#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;
    background: #414042;
  }
}
#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 {
  min-height: 100%;
  padding-bottom: 40px;
  top: 80px;
  right: 0;
  display: flex;
  justify-content: center;
  background-color: #414042;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #booking-wrapper .right-side {
    top: 0px;
  }
}

.booking-popup #booking {
  margin-top: 25px;
  text-align: center;
  z-index: 12;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .booking-popup #booking {
    padding-bottom: 10px;
  }
}
.booking-popup #booking form {
  width: 320px;
  position: relative;
  margin: 0 auto;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .booking-popup #booking form {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
.booking-popup #booking .info {
  display: block;
  vertical-align: top;
  font: 400 17px/22px "Montserrat", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 32px;
  padding: 0 10px;
  position: relative;
}
.booking-popup #booking .info a {
  text-decoration: none;
  color: #ffffff;
}
.booking-popup #booking .info a:hover {
  color: #9CBAC8;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .booking-popup #booking .info {
    font-size: 16px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .booking-popup #booking .info {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.booking-popup #booking .info:after {
  content: "";
  display: block;
  margin: 19px auto 0;
  position: relative;
  width: 30px;
  height: 6px;
  background: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .booking-popup #booking .info:after {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .booking-popup #booking .info:after {
    margin-top: 10px;
  }
}
.booking-popup #booking h4 {
  font: 400 48px/56px "Montserrat", sans-serif;
  color: #ffffff;
  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: 959px) {
  .booking-popup #booking h4 {
    font-size: 36px;
    line-height: 48px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .booking-popup #booking h4 {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 15px;
  }
}
.booking-popup #booking input[type=text], .booking-popup #booking .fakeinput {
  vertical-align: top;
  display: inline-block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 320px;
  height: 40px;
  background: #8B8482;
  font: normal 17px/40px "Montserrat", sans-serif;
  color: #ffffff;
  position: relative;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .booking-popup #booking input[type=text], .booking-popup #booking .fakeinput {
    width: 100%;
    box-sizing: border-box;
  }
}
.booking-popup #booking select {
  width: 100%;
  background: #8B8482;
  font: normal 17px/40px "Scala Sans OT", sans-serif;
  color: #fff;
  padding-left: 10px;
}
.booking-popup #booking .select-icon {
  border-top-color: #fff;
}
.booking-popup #booking .select-field {
  display: inline-block;
  width: 320px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .booking-popup #booking .select-field {
    width: 100%;
    box-sizing: border-box;
  }
}
.booking-popup #booking .select-field-default {
  display: none;
}
.booking-popup #booking .decrement, .booking-popup #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;
  color: #ffffff;
}
.booking-popup #booking .decrement {
  background-position: -425px -267px;
  left: 0;
}
.booking-popup #booking .increment {
  right: 0;
}
.booking-popup #booking .column {
  margin-bottom: 10px;
}
.booking-popup #booking .column label {
  display: block;
  font: normal 14px/24px "Montserrat", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 13px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .booking-popup #booking .column label {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
  }
}
.booking-popup #booking .group {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.booking-popup #booking .group .column {
  width: calc(50% - 5px);
}
.booking-popup #booking .group .column input[type=text],
.booking-popup #booking .group .column .fakeinput,
.booking-popup #booking .group .column .select-field {
  width: 100%;
}
.booking-popup #booking input[type=submit] {
  width: 100%;
  box-sizing: border-box;
  margin-top: 14px;
  color: #ffffff;
}
.booking-popup #booking input[type=submit]:hover {
  color: #ffffff;
}
.booking-popup #booking input[type=submit]:active {
  color: #F5F2F1;
}
.booking-popup #booking .disclaimer {
  margin: 50px 60px 0 60px;
  font: 300 11px "Neutra", sans-serif;
  font-style: italic;
  line-height: 1.3;
  color: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .booking-popup #booking .disclaimer {
    margin: 50px 25px 0 25px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .booking-popup #booking .disclaimer {
    margin: 50px 20px 0 20px;
  }
}
.booking-popup #booking .disclaimer p {
  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: 959px) {
  .booking-popup #booking .disclaimer p {
    line-height: 1.1;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .booking-popup #booking .disclaimer p {
    line-height: 1.1;
  }
}

.home.horizontal-booking #booking-wrapper {
  display: none;
  position: absolute;
  background-color: transparent;
  left: 0;
  top: auto;
  z-index: 2;
  min-height: auto;
  height: 90px;
}
@media only screen and (min-width: 768px) {
  .home.horizontal-booking #booking-wrapper {
    display: block;
  }
}
.home.horizontal-booking #booking-wrapper .left-side {
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.home.horizontal-booking #booking-wrapper .right-side {
  top: calc(100vh - 150px);
  width: 100%;
  min-height: auto;
  height: 90px;
  background-color: transparent;
}
.home.horizontal-booking #booking {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  height: 90px;
}
.home.horizontal-booking #booking .booking-columns {
  display: flex;
  flex-wrap: nowrap;
}
.home.horizontal-booking #booking form {
  width: 100%;
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  background-color: #ffffff;
  box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.5);
}
.home.horizontal-booking #booking .info {
  display: none;
}
.home.horizontal-booking #booking h4 {
  display: none;
}
.home.horizontal-booking #booking input[type=text], .home.horizontal-booking #booking .fakeinput {
  vertical-align: top;
  display: inline-block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 32px;
  background: #ffffff;
  border-bottom: solid 1px #414042;
  font: normal 14px/32px "Montserrat", sans-serif;
  color: black;
  position: relative;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .home.horizontal-booking #booking input[type=text], .home.horizontal-booking #booking .fakeinput {
    width: 100%;
    box-sizing: border-box;
  }
}
.home.horizontal-booking #booking .dates {
  flex: 0 0 25%;
}
.home.horizontal-booking #booking .dates input[type=text] {
  text-align: left;
}
.home.horizontal-booking #booking select {
  width: 100%;
  background: #ffffff;
  font: normal 14px/32px "Montserrat", sans-serif;
  color: #414042;
  padding-left: 10px;
  border-bottom: solid 1px #414042;
}
.home.horizontal-booking #booking .select-icon {
  margin-top: 10px;
  border-color: #000000;
}
.home.horizontal-booking #booking .select-field-default > .select-icon {
  display: none;
}
.home.horizontal-booking #booking .select-field {
  display: inline-block;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .home.horizontal-booking #booking .select-field {
    width: 100%;
    box-sizing: border-box;
  }
}
.home.horizontal-booking #booking .select-field-popup {
  display: none;
}
.home.horizontal-booking #booking .select-field-default {
  display: block;
}
.home.horizontal-booking #booking .decrement, .home.horizontal-booking #booking .increment {
  position: relative;
  background: url("../images/sprite.svg") -390px -272px no-repeat;
  text-indent: -9999em;
  font-size: 0;
  position: absolute;
  width: 30px;
  height: 40px;
  top: 0;
  color: #ffffff;
}
.home.horizontal-booking #booking .decrement:after, .home.horizontal-booking #booking .decrement:before, .home.horizontal-booking #booking .increment:after, .home.horizontal-booking #booking .increment:before {
  position: absolute;
  top: 50%;
  background-color: #000000;
  content: "";
  transform: translateY(-50%);
  transition: transform 350ms;
}
.home.horizontal-booking #booking .decrement:after, .home.horizontal-booking #booking .increment:after {
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 10px;
  height: 2px;
}
.home.horizontal-booking #booking .decrement:before, .home.horizontal-booking #booking .increment:before {
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 2px;
  height: 10px;
}
.home.horizontal-booking #booking .decrement {
  background-position: -425px -267px;
  left: 0;
}
.home.horizontal-booking #booking .decrement:before {
  display: none;
}
.home.horizontal-booking #booking .increment {
  right: 0;
}
.home.horizontal-booking #booking .column {
  padding: 13px 0 13px 20px;
}
.home.horizontal-booking #booking .column label {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  color: #000000;
  text-transform: uppercase;
}
.home.horizontal-booking #booking .group {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  flex: 1;
}
.home.horizontal-booking #booking .group .column {
  width: calc(100% - 20px);
}
.home.horizontal-booking #booking .group .column input[type=text],
.home.horizontal-booking #booking .group .column .fakeinput,
.home.horizontal-booking #booking .group .column .select-field {
  width: 100%;
}
.home.horizontal-booking #booking .group .column.children {
  padding-right: 20px;
}
.home.horizontal-booking #booking .group .special-rates, .home.horizontal-booking #booking .group.promo-codes {
  display: none;
}
.home.horizontal-booking #booking .group.rooms-adults {
  flex: 0 0 25%;
}
@media only screen and (min-width: 1140px) {
  .home.horizontal-booking #booking .group.rooms-adults {
    flex: 0 0 35%;
  }
}
.home.horizontal-booking #booking input[type=submit] {
  box-sizing: border-box;
  height: 90px;
  padding: 0 50px;
  font: 500 18px/32px "Montserrat", sans-serif;
  color: #ffffff;
}
.home.horizontal-booking #booking input[type=submit]:hover {
  color: #ffffff;
}
.home.horizontal-booking #booking input[type=submit]:active {
  color: #F5F2F1;
}
.home.horizontal-booking #booking .disclaimer {
  margin: 50px 60px 0 60px;
  font: 300 11px "Neutra", sans-serif;
  font-style: italic;
  line-height: 1.3;
  color: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .home.horizontal-booking #booking .disclaimer {
    margin: 50px 25px 0 25px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .home.horizontal-booking #booking .disclaimer {
    margin: 50px 20px 0 20px;
  }
}
.home.horizontal-booking #booking .disclaimer p {
  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: 959px) {
  .home.horizontal-booking #booking .disclaimer p {
    line-height: 1.1;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .home.horizontal-booking #booking .disclaimer p {
    line-height: 1.1;
  }
}
.home.horizontal-booking #booking-datepicker {
  top: auto;
  left: 0;
  bottom: 100%;
}

/* BOOKING DATEPICKER */
#booking-datepicker {
  display: none;
  position: absolute;
  right: 320px;
  top: 37px;
  width: 516px;
  height: auto;
  z-index: 20;
  background: #8B8482;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #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: #8B8482;
  font: 20px/35px "Montserrat", sans-serif;
  color: #EDEEEF;
  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;
  border: 1px solid #8B8482;
  box-sizing: border-box;
  background: #8B8482;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #booking-datepicker .ui-datepicker .ui-datepicker-calendar {
    width: 100%;
  }
}
#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-slideshow {
  width: 100%;
  height: 100%;
  text-align: center;
}
#booking-rooms-slideshow .slick-arrow {
  color: #ffffff;
}
#booking-rooms-slideshow .booking-rooms-slide {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}
#booking-rooms-slideshow .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-slideshow .booking-rooms-slide .thumbnail {
  filter: none !important;
}
#booking-rooms-slideshow .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-slideshow .booking-rooms-slide:hover .thumbnail {
  filter: grayscale(0);
}
.mobiledevice #booking-rooms-slideshow .booking-rooms-slide:hover .thumbnail {
  filter: none;
}
#booking-rooms-slideshow .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-slideshow .booking-rooms-slide .booking-rooms-wrapper h3 {
  position: relative;
  box-sizing: border-box;
  padding: 0 20px;
  font: 400 32px/42px "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #8B8482;
  z-index: 1;
  margin: 0 0 31px 0;
  width: inherit;
}
#booking-rooms-slideshow .booking-rooms-slide .booking-rooms-wrapper h3 a {
  text-decoration: none;
  color: #ffffff;
}
#booking-rooms-slideshow .booking-rooms-slide .booking-rooms-wrapper h3 a:hover {
  color: #ffffff;
}
#booking-rooms-slideshow .booking-rooms-slide .booking-rooms-wrapper h3:after {
  content: "";
  display: block;
  margin: 39px auto 0;
  width: 30px;
  height: 6px;
  background: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #booking-rooms-slideshow .booking-rooms-slide .booking-rooms-wrapper h3:after {
    margin-top: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #booking-rooms-slideshow .booking-rooms-slide .booking-rooms-wrapper h3 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}
#booking-rooms-slideshow .booking-rooms-slide .booking-rooms-wrapper h4 {
  font: 400 36px/40px "Montserrat", sans-serif;
  color: #fff;
  margin-bottom: 29px;
}
#booking-rooms-slideshow .booking-rooms-slide .booking-rooms-wrapper .descr {
  font: normal 17px/24px "Montserrat", sans-serif;
  color: #ffffff;
  margin-bottom: 34px;
  width: inherit;
}
#booking-rooms-slideshow .booking-rooms-slide .booking-rooms-wrapper .button, #booking-rooms-slideshow .booking-rooms-slide .booking-rooms-wrapper .pressroom .pressroom-item .button-wrap a, .pressroom .pressroom-item .button-wrap #booking-rooms-slideshow .booking-rooms-slide .booking-rooms-wrapper a {
  width: 100%;
  box-sizing: border-box;
  color: #ffffff;
}

#booking-rooms-slideshow .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: #8B8482;
  color: #F5F3EA;
  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: #9CBAC8;
  color: #F5F3EA;
  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;
}

#homepage-blocks {
  display: flex;
  align-items: center;
  max-width: 1283px;
  margin: 90px auto;
  padding: 40px 0;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 0) and (max-width: 959px) {
  #homepage-blocks {
    display: block;
    margin: 48px auto;
    padding: 0;
  }
}
#homepage-blocks .words {
  font: 700 90px/96px "Basis Grotesque Pro";
  color: #F5F2F1;
  text-transform: uppercase;
  display: block;
  position: absolute;
  z-index: 1;
}
@media only screen and (min-width: 0) and (max-width: 959px) {
  #homepage-blocks .words {
    display: none;
  }
}
#homepage-blocks .words.word-one {
  top: 0px;
}
#homepage-blocks .words.word-two {
  top: 45.3%;
  right: -100%;
}
#homepage-blocks .words.word-three {
  bottom: -52px;
  right: -100%;
}
#homepage-blocks.fade-on-scroll.visible .words.word-one {
  left: 7%;
  opacity: 0;
  animation: fromLeft 0.8s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
#homepage-blocks.fade-on-scroll.visible .words.word-two {
  right: 22%;
  opacity: 0;
  animation: fromRight 0.8s;
  animation-delay: 1.4s;
  animation-fill-mode: forwards;
  color: #F5F2F1;
}
#homepage-blocks.fade-on-scroll.visible .words.word-three {
  right: 0;
  opacity: 0;
  animation: fromBottomRight 0.8s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}
@keyframes fromLeft {
  from {
    left: -100%;
    opacity: 0;
  }
  to {
    left: 7%;
    opacity: 1;
  }
}
@keyframes fromRight {
  from {
    right: -100%;
    opacity: 0;
  }
  to {
    right: 33%;
    opacity: 1;
  }
}
@keyframes fromBottomRight {
  from {
    right: -100%;
    opacity: 0;
  }
  to {
    right: 21%;
    opacity: 1;
  }
}
#homepage-blocks .blocks-sidebar {
  width: calc(31% - 0px);
  padding: 30px 48px 0 10px;
  position: relative;
  z-index: 1;
  text-align: right;
}
@media only screen and (min-width: 0) and (max-width: 959px) {
  #homepage-blocks .blocks-sidebar {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
    text-align: left;
  }
}
#homepage-blocks .blocks-sidebar h2 {
  font: 500 48px/56px "Montserrat", sans-serif;
  margin-bottom: 30px;
  padding-bottom: 24px;
  color: #8B8482;
  text-transform: uppercase;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #homepage-blocks .blocks-sidebar h2 {
    font-size: 36px;
    line-height: 1.2;
  }
}
#homepage-blocks .blocks-sidebar h3 {
  font: 400 36px/36px "Montserrat", sans-serif;
  color: #000000;
  margin-bottom: 25px;
}
@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 p {
  margin-bottom: 24px;
}
#homepage-blocks .blocks-wrapper {
  max-width: calc(70% - 30px);
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  font-size: 0;
  margin-top: -10px;
}
@media only screen and (min-width: 0) and (max-width: 959px) {
  #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 #ffffff;
  background-color: #414042;
}
#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: 700 36px/40px "Oswald", sans-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: 959px) {
  #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:hover {
  color: #fff;
}
#homepage-blocks .blocks-wrapper .page-block .heading-wrapper .heading a:after {
  content: "";
  display: block;
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #EDEEEF;
  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 {
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .weddingspage-blocks .page {
    margin-bottom: 10px;
  }
}
.weddingspage-blocks .page .image-wrapper, .weddingspage-blocks .page .copy-wrapper {
  float: left;
}
.weddingspage-blocks .page .image-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 50%;
  position: relative;
  min-height: 480px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .weddingspage-blocks .page .image-wrapper {
    width: 100%;
    min-height: 320px;
  }
  .weddingspage-blocks .page .image-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
  }
}
.weddingspage-blocks .page .copy-wrapper {
  font-size: 0;
  width: 100%;
  margin-left: 100%;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .weddingspage-blocks .page .copy-wrapper {
    width: 100%;
    margin-left: 0;
    box-sizing: border-box;
    padding: 0 20px;
    height: auto;
    z-index: 1;
    position: relative;
  }
}
.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 h2 {
  font: 400 46px/56px "Didot";
  color: #8B8482;
  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 p {
  line-height: 24px;
  margin-bottom: 25px;
}
.weddingspage-blocks .page.even .image-wrapper {
  float: right;
}
.weddingspage-blocks .page.even .copy-wrapper {
  float: right;
  margin-right: 100%;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .weddingspage-blocks .page.even .copy-wrapper {
    float: none;
    margin-right: 0;
  }
}
.weddingspage-blocks .page.even .copy-wrapper .inner-wrapper {
  text-align: right;
}
.weddingspage-blocks .page.last .copy-wrapper h2 {
  font: 400 46px/56px "Didot";
  color: #8B8482;
  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(65, 64, 66, 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: 959px) {
  .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: 959px) {
  .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 "Didot";
  color: #ffffff;
  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: 959px) {
  .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: #ffffff;
}
@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, .weddingspage-extraperks .menu-page .content-header .headings .pressroom .pressroom-item .button-wrap a, .pressroom .pressroom-item .button-wrap .weddingspage-extraperks .menu-page .content-header .headings a {
  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 "Montserrat", sans-serif;
  color: #ffffff;
  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 "Didot";
  color: #8B8482;
  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;
  }
}
#hebs-gallery {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: #414042 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: 5px;
  top: 52px;
  width: 17px;
  height: 17px;
  padding: 8px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
  background: #fff url("../images/common.svg") 8px 8px no-repeat;
  border-radius: 50%;
}
#hebs-gallery .close-button:hover {
  background-position: -29px 8px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #hebs-gallery .close-button {
    top: 62px;
  }
}
#hebs-gallery .galleria-container {
  position: relative;
  overflow: hidden;
  width: 100% !important;
  height: 100% !important;
}
#hebs-gallery .category-selector {
  background: #414042;
  border: 1px solid #414042;
  color: #E8EAEA;
  float: left;
  font-size: 14px;
  height: 40px;
  line-height: 38px;
  margin: 5px 0 0 20px;
  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: #414042;
  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: #414042;
  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%;
  padding: 50px 10px;
  position: relative;
  box-sizing: border-box;
  z-index: 1;
}
@media only screen and (min-width: 0) and (max-width: 959px) {
  #testimonials {
    padding: 10px;
  }
}
#testimonials .testimonial {
  display: block;
  float: left;
  width: 100%;
  height: 760px;
  background-color: #414042;
  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: 959px) {
  #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: 959px) {
  #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: 959px) {
  #testimonials .description {
    padding: 50px 60px;
    box-sizing: border-box;
    width: calc(100% - 4px);
    height: auto;
  }
}
#testimonials h4 {
  font: 400 46px/56px "Didot";
  margin-bottom: 20px;
  color: #8B8482;
  text-transform: uppercase;
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #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 "Montserrat", sans-serif;
  margin-bottom: 22px;
  color: #F5F2F1;
}
#testimonials p {
  font: italic 28px/34px "Montserrat", sans-serif;
  margin-bottom: 34px;
  color: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #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: 959px) {
  #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: 959px) {
  #testimonials .slick-next {
    right: 20px;
  }
}
#testimonials .slick-next:hover {
  background-position: -50px -140px;
}
#testimonials .slick-next:active {
  background-position: -150px -140px;
}

#feeds {
  padding: 90px 0 0;
  color: #ffffff;
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #feeds {
    padding: 48px 0 0;
  }
}
#feeds .loading-in-progress {
  font: 400 30px/36px "Didot";
  color: #414042;
  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: 959px) {
  #feeds .loading-in-progress {
    padding-bottom: 10px;
    top: 180px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #feeds .loading-in-progress {
    top: 100px;
  }
}
#feeds.feeds-loaded .loading-in-progress {
  opacity: 0;
  visibility: hidden;
}
#feeds .center-column {
  padding: 0 10px;
  margin-top: 10px;
  z-index: 5;
  max-width: 1154px;
}
.sweep #feeds .center-column {
  max-width: 1200px;
}
#feeds .feed-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  padding-bottom: 24px;
}
@media only screen and (min-width: 0) and (max-width: 959px) {
  #feeds .feed-header {
    padding: 0 10px 24px;
  }
}
#feeds .feed-header h4 {
  font: 700 56px/56px "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #8B8482;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #feeds .feed-header h4 {
    font-size: 26px;
    line-height: 30px;
  }
}
#feeds .feed-header .link-wrapper {
  text-align: center;
  position: relative;
  line-height: 0;
}
#feeds .feed-header .link-wrapper a {
  display: inline-block;
  position: relative;
  color: #ffffff;
  width: 36px;
  height: 36px;
  overflow: hidden;
  margin: 0 18px;
}
#feeds .feed-categories {
  display: block;
  margin-bottom: 40px;
  font-size: 0;
}
@media only screen and (min-width: 0) and (max-width: 959px) {
  #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, #feeds .pressroom .pressroom-item .button-wrap a.feed-category, .pressroom .pressroom-item .button-wrap #feeds a.feed-category {
  background: none;
  border: 1px solid #fff;
  color: #fff;
  margin: 0 5px 10px 5px;
  transition: all 0.3s ease-in-out;
}
#feeds .feed-category.button.active, #feeds .pressroom .pressroom-item .button-wrap a.feed-category.active, .pressroom .pressroom-item .button-wrap #feeds a.feed-category.active, #feeds .feed-category.button:hover, #feeds .pressroom .pressroom-item .button-wrap a.feed-category:hover, .pressroom .pressroom-item .button-wrap #feeds a.feed-category:hover {
  background: #8B8482;
  border-color: transparent;
  color: #F5F3EA;
}
#feeds .feed-content {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
#feeds .feed-content .button, #feeds .feed-content .pressroom .pressroom-item .button-wrap a, .pressroom .pressroom-item .button-wrap #feeds .feed-content a {
  margin: 30px auto;
  z-index: 5;
  display: block;
}
#feeds .feed-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  margin: 0 auto;
  width: 100%;
  z-index: 1;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #feeds .feed-items {
    margin: 0 auto;
  }
}
#feeds .feed-item {
  position: relative;
  font: normal 14px/24px "Montserrat", sans-serif;
  text-align: center;
  width: calc((100% - 20px) / 4);
  height: 0;
  padding-top: 24%;
  margin-bottom: 6px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #feeds .feed-item {
    width: calc((100% - 10px) / 2);
    padding-top: 45%;
  }
}
#feeds .feed-item a {
  text-decoration: none;
}
#feeds .feed-item .inner-wrapper {
  height: 100%;
}
#feeds .feed-item .feed-thumb {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  background-color: #414042;
  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 .feed-thumb div {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
#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: 100%;
}
#feeds .feed-item.instagram .feed-thumb:hover .likes {
  visibility: visible;
  opacity: 1;
}
#feeds .feed-item .feed-descr {
  display: none;
  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: #EDEEEF;
  overflow: hidden;
}
#feeds .feed-item .feed-link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
#feeds .feed-item .likes {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding-top: 48%;
  background-color: rgba(26, 45, 62, 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 "Montserrat", sans-serif;
  color: #E8EAEA;
  transition: all 0.3s ease-in-out;
  position: relative;
  text-align: center;
  display: none !important;
}
#feeds .feed-item .feed-time:before {
  content: "";
  display: block;
  margin: 0 auto 2px;
  width: 30px;
  height: 6px;
  background: #8B8482;
}
#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 .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:before {
  content: "Loading Feeds...";
  top: -20px;
  opacity: 0.6;
}
.sweep #feeds .feed-categories {
  display: none;
}
.sweep #feeds .feed-header h1 {
  font: 400 40px/1.2 "Didot";
  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: #8B8482;
  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 {
  background-color: #F5F2F1;
  margin-bottom: 70px;
  padding: 90px 0;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .homepage-rooms {
    margin-bottom: 30px;
    padding: 48px 0;
  }
}

#homepage-rooms {
  margin: 0 auto 0 auto;
  width: 100%;
  max-width: 1440px;
  padding: 0;
  text-align: center;
  font-size: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#homepage-rooms h3 {
  font: 500 56px/56px "Montserrat", sans-serif;
  color: #8B8482;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #homepage-rooms h3 {
    font-size: 26px;
    line-height: 30px;
    padding: 0 10px;
    box-sizing: border-box;
  }
}
#homepage-rooms .rooms-entry {
  display: inline-block;
  vertical-align: top;
  width: calc(33% - 10px);
  margin: 0 7px;
  height: 535px;
  padding: 36px 37px;
  background-color: #414042;
  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: 959px) {
  #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: 700 36px/40px "Oswald", sans-serif;
  color: #ffffff;
  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;
}
#homepage-rooms .rooms-entry h4 a:hover {
  color: #ffffff;
}
@media only screen and (min-width: 0) and (max-width: 959px) {
  #homepage-rooms .rooms-entry h4 {
    font-size: 28px;
    line-height: 28px;
  }
}
#homepage-rooms .rooms-entry .button, #homepage-rooms .rooms-entry .pressroom .pressroom-item .button-wrap a, .pressroom .pressroom-item .button-wrap #homepage-rooms .rooms-entry a {
  position: absolute;
  left: 36px;
  bottom: 36px;
  color: #ffffff;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #homepage-rooms .rooms-entry .button, #homepage-rooms .rooms-entry .pressroom .pressroom-item .button-wrap a, .pressroom .pressroom-item .button-wrap #homepage-rooms .rooms-entry a {
    left: 20px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #homepage-rooms .rooms-entry .button, #homepage-rooms .rooms-entry .pressroom .pressroom-item .button-wrap a, .pressroom .pressroom-item .button-wrap #homepage-rooms .rooms-entry a {
    bottom: 24px;
    left: 15px;
  }
}
#homepage-rooms .rooms-entry .button.booking-button, #homepage-rooms .rooms-entry .pressroom .pressroom-item .button-wrap a.booking-button, .pressroom .pressroom-item .button-wrap #homepage-rooms .rooms-entry a.booking-button {
  right: 30px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #homepage-rooms .rooms-entry .button.booking-button, #homepage-rooms .rooms-entry .pressroom .pressroom-item .button-wrap a.booking-button, .pressroom .pressroom-item .button-wrap #homepage-rooms .rooms-entry a.booking-button {
    right: 150px;
  }
}
#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 {
  background-color: #F5F2F1;
  padding-bottom: 0 !important;
}

.rooms, .room {
  margin-bottom: 40px;
}
.rooms .mobile-list, .room .mobile-list {
  display: none;
}
@media only screen and (min-width: 0) and (max-width: 959px) {
  .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 #414042;
}
.rooms #categories-list.visible, .room #categories-list.visible {
  display: block;
}
@media only screen and (min-width: 0) and (max-width: 959px) {
  .rooms #categories-list, .room #categories-list {
    display: none;
    margin-top: -20px;
    margin-bottom: 30px;
    border: 1px solid #414042;
    border-top: 0;
  }
}
.rooms #categories-list button, .room #categories-list button {
  background: none;
  margin: 0 5px 10px 5px;
}
.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 {
  display: flex;
  position: relative;
  overflow: hidden;
  min-height: 500px;
  background: #ffffff;
  padding: 20px 10px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .rooms .rooms-entry, .room .rooms-entry {
    min-height: auto;
    margin: 0;
  }
}
.rooms .rooms-entry:nth-child(odd), .room .rooms-entry:nth-child(odd) {
  background-color: #F5F2F1;
}
.rooms .rooms-entry:nth-child(even) .row, .room .rooms-entry:nth-child(even) .row {
  flex-direction: row-reverse;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .rooms .rooms-entry:nth-child(even) .row, .room .rooms-entry:nth-child(even) .row {
    flex-direction: unset;
  }
}
.rooms .rooms-entry .row, .room .rooms-entry .row {
  width: 100%;
  max-width: 1283px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .rooms .rooms-entry .row, .room .rooms-entry .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.rooms .rooms-entry p a, .room .rooms-entry p a {
  color: #fff;
}
.rooms .rooms-entry p a:hover, .room .rooms-entry p a:hover {
  color: #8B8482;
}
.rooms .rooms-entry .description, .room .rooms-entry .description {
  width: 100%;
  color: #414042;
}
@media only screen and (min-width: 768px) {
  .rooms .rooms-entry .description, .room .rooms-entry .description {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .rooms .rooms-entry .description, .room .rooms-entry .description {
    height: auto;
    width: 100%;
  }
}
.rooms .rooms-entry .description h3, .room .rooms-entry .description h3 {
  padding-bottom: 24px;
  color: #8B8482;
  font: 400 48px/56px "Montserrat", sans-serif;
  text-transform: uppercase;
  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 {
    padding-bottom: 12px;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 15px;
  }
}
.rooms .rooms-entry .description .line-with-dot, .room .rooms-entry .description .line-with-dot {
  margin-bottom: 32px;
  width: 100%;
  max-width: 60%;
}
.rooms .rooms-entry .description .description-inner, .room .rooms-entry .description .description-inner {
  padding: 30px 0;
}
@media only screen and (min-width: 768px) {
  .rooms .rooms-entry .description .description-inner, .room .rooms-entry .description .description-inner {
    padding: 30px 24px 30px 24px;
  }
}
@media only screen and (min-width: 1140px) {
  .rooms .rooms-entry .description .description-inner, .room .rooms-entry .description .description-inner {
    padding: 30px 40px 30px 56px;
  }
}
.rooms .rooms-entry .description .description-inner > a, .room .rooms-entry .description .description-inner > a {
  text-decoration: none;
}
.rooms .rooms-entry .description .description-inner > a:hover h3, .room .rooms-entry .description .description-inner > a:hover h3 {
  color: #414042;
}
.rooms .rooms-entry .description p, .room .rooms-entry .description p {
  font-size: 16px;
  line-height: 24px;
}
@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: 24px;
  }
}
.rooms .rooms-entry .description nav, .room .rooms-entry .description nav {
  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:not(.button), .room .rooms-entry .description nav a:not(.button) {
  color: inherit;
}
.rooms .rooms-entry .description nav a:not(.button):hover, .room .rooms-entry .description nav a:not(.button):hover {
  color: #9CBAC8;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .rooms .rooms-entry .description nav a:not(.button), .room .rooms-entry .description nav a:not(.button) {
    font-size: 16px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .rooms .rooms-entry .description nav a:not(.button), .room .rooms-entry .description nav a:not(.button) {
    font-size: 12px;
    line-height: 22px;
    margin: 5px 0 5px 0;
    display: inline-block;
    text-transform: uppercase;
  }
}
.rooms .rooms-entry .description nav a:not(.button) + a, .room .rooms-entry .description nav a:not(.button) + a {
  margin-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .rooms .rooms-entry .description nav a:not(.button) + a, .room .rooms-entry .description nav a:not(.button) + a {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .rooms .rooms-entry .description nav a:not(.button) + a, .room .rooms-entry .description nav a:not(.button) + a {
    margin-left: 10px;
  }
}
.rooms .rooms-entry .background, .room .rooms-entry .background {
  position: relative;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  .rooms .rooms-entry .background, .room .rooms-entry .background {
    width: 50%;
    flex: 0 0 50%;
    height: 100%;
  }
}
@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 .price, .room .rooms-entry .background .price {
  position: absolute;
  bottom: 30px;
  right: 50%;
  margin-right: 30px;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  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: #8B8482;
}
.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: #414042;
  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(65, 64, 66, 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;
  display: block;
  background-color: #ffffff;
  padding: 0;
}
.page-content .single-room .rooms-entry p {
  color: #414042;
  padding: 0px 15px;
}
.page-content .single-room .rooms-entry ul li {
  margin-bottom: 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #414042;
}
.page-content .single-room .rooms-entry ul li span {
  color: #414042 !important;
}
.page-content .single-room .rooms-entry ul li:after {
  background-color: #414042;
}
.page-content .single-room .rooms-entry .controls {
  padding-left: 15px;
}
.page-content .single-room .background {
  height: 400px;
  width: 100%;
  margin: 0 0 20px 0;
  position: relative;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .page-content .single-room .background {
    height: 250px;
  }
}
.page-content .single-room .background .price {
  position: absolute;
  right: 0;
}
.page-content .single-room .pdf {
  margin-bottom: 20px;
}

.property-highlights {
  margin-top: 32px;
}
.property-highlights ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0;
  padding: 0;
}
.property-highlights li {
  margin-right: 14px;
  padding: 0 !important;
  display: flex;
  align-items: center;
  margin-bottom: 28px;
  width: calc(50% - 14px);
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  line-height: normal;
  list-style-type: none;
}
.property-highlights li:after {
  display: none;
}
.property-highlights li .highlights-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: 0 10px 0 0;
  width: 40px;
  height: 40px;
}
@media only screen and (min-width: 768px) {
  .property-highlights li .highlights-icon {
    display: flex;
    width: 60px;
    height: 60px;
    margin: 0 20px 0 0;
  }
}
.property-highlights li .highlights-icon img {
  max-width: 100%;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .property-highlights li .highlights-icon img {
    max-width: 60%;
  }
}

#home-gallery {
  margin: 100px auto;
  width: 100%;
  max-width: 1440px;
  padding: 0 5px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #home-gallery {
    margin: 50px auto;
  }
}
#home-gallery .line-one, #home-gallery .line-two {
  position: absolute;
  font: 400 90px/90px "Didot";
  color: #fff;
  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, #home-gallery .pressroom .pressroom-item .button-wrap a, .pressroom .pressroom-item .button-wrap #home-gallery a {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 50%;
  width: 160px;
  margin-left: -80px;
  z-index: 1;
  color: #000000;
}
#home-gallery .button:active, #home-gallery .pressroom .pressroom-item .button-wrap a:active, .pressroom .pressroom-item .button-wrap #home-gallery a:active {
  background: #fff;
}
#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: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  box-sizing: border-box;
  border-top: 10px solid transparent;
  opacity: 1;
  position: relative;
}
#home-gallery .photo:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.34;
  transition: opacity 0.3s ease-in-out;
}
#home-gallery .photo:hover {
  opacity: 1;
}
#home-gallery .photo:hover:after {
  opacity: 0;
}
#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);
}

#blog-feed {
  margin: 0;
  max-width: 100%;
  z-index: 1;
  position: relative;
}
#blog-feed .blog-feed-bg {
  overflow: hidden;
  position: relative;
  margin-top: 0;
  padding: 55px 0;
  background: rgba(102, 51, 0, 0.75);
}
#blog-feed h4 {
  font: 90px/90px "Didot";
  text-transform: capitalize;
  text-align: center;
  color: #313133;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #blog-feed h4 {
    font-size: 50px;
    line-height: 60px;
  }
}
#blog-feed h5 {
  font: 400 26px/40px "Montserrat", sans-serif;
  width: 100%;
  margin: 25px auto;
  color: #fff;
}
#blog-feed .entry-description {
  text-align: center;
}
#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-feed-link .button, #blog-feed .blog-feed-link .pressroom .pressroom-item .button-wrap a, .pressroom .pressroom-item .button-wrap #blog-feed .blog-feed-link a {
  color: #000000;
}
#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;
}
#blog-feed .blog-entry:first-child {
  margin-right: 30px;
}
#blog-feed .blog-entry a {
  color: #fff;
}
#blog-feed .blog-entry a:hover {
  color: #9CBAC8;
}
#blog-feed .blog-entry time {
  font: 700 26px/56px "Didot", sans-serif;
  display: block;
  margin: 20px auto;
  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: #414042;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #blog-feed .blog-entry {
    width: 100%;
    margin: 25px 0;
  }
}

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

.view-360-section .center-column {
  max-width: 890px;
}
.home .view-360-section .center-column, .rooms-layout .view-360-section .center-column, .specials .view-360-section .center-column {
  max-width: 1300px;
}

.view-360 {
  margin-top: 48px;
  font-size: 0;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .view-360 {
    text-align: center;
  }
}
.view-360 .block {
  width: calc((100% - 42px) / 3);
  height: 264px;
  display: inline-block;
  vertical-align: top;
  margin: 7px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .view-360 .block {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.view-360 .block:before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.32);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: background 350ms ease-in-out;
}
.view-360 .block:hover:before {
  background: rgba(0, 0, 0, 0.42);
}
.view-360 .block .view-tour {
  font: 700 27px/27px "Oswald", sans-serif;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.keyboard-navigation .view-360 .block .view-tour:focus {
  background: rgba(0, 0, 0, 0.9);
}
.view-360 .block .view-tour span {
  width: 90%;
  position: absolute;
  left: 50%;
  font-size: 18px;
  line-height: normal;
  font-weight: normal;
  top: 50%;
  transform: translate(-50%, -50%);
}
.view-360 .block .view-tour span:after {
  content: "";
  display: block;
  /*background: url("../images/360-mini.svg");*/
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: -15px;
}

.mobile-list {
  display: none;
  font: normal 16px/50px "Montserrat", sans-serif;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  background: #414042;
  border: 1px solid #414042;
  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 #ffffff;
  border-bottom: 0;
  position: absolute;
  right: 15px;
  top: 20px;
}
@media only screen and (min-width: 0) and (max-width: 959px) {
  .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: 959px) {
  #categories-list {
    display: none;
    margin-top: -20px;
    margin-bottom: 30px;
    border: 1px solid #414042;
    border-top: 0;
  }
  #categories-list.visible {
    display: block;
  }
  #categories-list.visible .button, #categories-list.visible .pressroom .pressroom-item .button-wrap a, .pressroom .pressroom-item .button-wrap #categories-list.visible a {
    color: #000000;
    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, #categories-list.visible .pressroom .pressroom-item .button-wrap a:after, .pressroom .pressroom-item .button-wrap #categories-list.visible a:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: -1px;
    width: 50px;
    height: 1px;
    background: #ffffff;
  }
  #categories-list.visible .button:first-child:after, #categories-list.visible .pressroom .pressroom-item .button-wrap a:first-child:after, .pressroom .pressroom-item .button-wrap #categories-list.visible a:first-child:after {
    display: none;
  }
  #categories-list.visible .button:hover, #categories-list.visible .pressroom .pressroom-item .button-wrap a:hover, .pressroom .pressroom-item .button-wrap #categories-list.visible a:hover, #categories-list.visible .button.active, #categories-list.visible .pressroom .pressroom-item .button-wrap a.active, .pressroom .pressroom-item .button-wrap #categories-list.visible a.active {
    border: 0;
    background: none;
    color: #000000;
  }
}
#categories-list .text {
  display: none;
}
#categories-list .button, #categories-list .pressroom .pressroom-item .button-wrap a, .pressroom .pressroom-item .button-wrap #categories-list a {
  background: none;
  border: 1px solid #313133;
  color: #313133;
  margin: 0 5px 10px 5px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #categories-list .button, #categories-list .pressroom .pressroom-item .button-wrap a, .pressroom .pressroom-item .button-wrap #categories-list a {
    margin-bottom: 0;
  }
}
#categories-list .button.active, #categories-list .pressroom .pressroom-item .button-wrap a.active, .pressroom .pressroom-item .button-wrap #categories-list a.active, #categories-list .button:hover, #categories-list .pressroom .pressroom-item .button-wrap a:hover, .pressroom .pressroom-item .button-wrap #categories-list a:hover {
  background: #8B8482;
  border: 1px solid #8B8482;
  color: #ffffff;
}

.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 #414042;
  padding: 20px 0;
}
.specials .image-list-item h4 {
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.specials .image-list-item h4 a {
  text-decoration: none;
  color: #414042;
}
.specials .image-list-item h4 a:hover {
  color: #8B8482;
}
.specials .image-list-item .button, .specials .image-list-item .pressroom .pressroom-item .button-wrap a, .pressroom .pressroom-item .button-wrap .specials .image-list-item a {
  margin-bottom: 10px;
}

.hotel-location-map, .poi-map-canvas {
  height: 444px;
  background: #414042;
}
.hotel-location-map h4, .poi-map-canvas h4 {
  margin: 0;
  font: 17px/20px "Montserrat", 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, .hotel-location-map .pressroom .pressroom-item .button-wrap a, .pressroom .pressroom-item .button-wrap .hotel-location-map a, .poi-map-canvas .button, .poi-map-canvas .pressroom .pressroom-item .button-wrap a, .pressroom .pressroom-item .button-wrap .poi-map-canvas a {
  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;
  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: 959px) {
  .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-size: 20px;
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
}
.pressroom .pressroom-item time {
  display: block;
  color: #8B8482;
  margin: 5px 0;
}
.pressroom .pressroom-item .description {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.75);
  padding: 10px 20px 20px 20px;
}
.pressroom .pressroom-item .description .centered time {
  color: #B1E4E3;
  margin: 10px 0;
  display: block;
  font-weight: bold;
}
.pressroom .pressroom-item .description p {
  line-height: 18px;
  font-size: 14px;
  margin-bottom: 0;
}
.pressroom .pressroom-item .pdf {
  display: block;
  margin: 10px 0 20px;
}
.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: 959px) {
  .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: 700 36px/56px "Oswald", sans-serif;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  padding: 0 15px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .galleries .gallery h4 {
    font-size: 20px;
    line-height: 24px;
  }
}
.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: 959px) {
  .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 #414042;
}
.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: #b31919;
  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 .g-recaptcha {
  display: flex;
  justify-content: center;
}
.form input[type=text], .form input[type=date], .form textarea, .form select {
  background-color: #F5F2F1 !important;
  color: inherit;
  height: 45px;
  padding: 0 10px;
  resize: none;
  width: 250px;
  box-sizing: border-box;
  border: 1px solid #414042;
  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 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, .form .controls .pressroom .pressroom-item .button-wrap a, .pressroom .pressroom-item .button-wrap .form .controls a {
  margin-left: 20px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .form .controls .button, .form .controls .pressroom .pressroom-item .button-wrap a, .pressroom .pressroom-item .button-wrap .form .controls a {
    display: inline-block;
    margin: 0;
  }
}

#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 #414042;
}
[id*=form_form_] em {
  color: #b31919;
  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: #b31919;
  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: #F5F2F1;
  color: inherit;
  height: 45px;
  padding: 0 10px;
  resize: none;
  width: 250px;
  box-sizing: border-box;
  border: 1px solid #414042;
  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: #8B8482;
}
[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: #000000;
  color: #F5F3EA;
  border: 1px solid transparent;
  font: 700 18.66px/40px "Montserrat", 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;
  margin-top: 24px;
}
[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;
  margin-top: 7px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
  text-align: left;
  text-transform: none;
}
[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;
}
[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 #8B8482;
  border-left: 2px solid #8B8482;
  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: #000000;
}
[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: #8B8482;
}
[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, [id*=form_form_] .controls .pressroom .pressroom-item .button-wrap a, .pressroom .pressroom-item .button-wrap [id*=form_form_] .controls a {
  margin-left: 20px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  [id*=form_form_] .controls .button, [id*=form_form_] .controls .pressroom .pressroom-item .button-wrap a, .pressroom .pressroom-item .button-wrap [id*=form_form_] .controls a {
    display: inline-block;
    margin: 0;
  }
}

#homepage-poi {
  margin-bottom: 40px;
  padding: 90px 0 0;
  text-align: center;
  position: relative;
  z-index: 1;
  background-color: #F5F2F1;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #homepage-poi {
    padding: 48px 0 0;
  }
}
#homepage-poi h3 {
  margin-bottom: 24px;
  font: 700 56px/56px "Montserrat", sans-serif;
  color: #8B8482;
  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: 959px) {
  .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: 959px) {
  .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;
}
.poi-maps-container .poi-map {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.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: 959px) {
  .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 .category-selector button {
  background: none;
  border: 1px solid #d0d0d0;
  color: #151616;
  line-height: 50px;
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 15px;
}
.poi .category-selector button:hover, .poi .category-selector button.active {
  background: #14639d;
  border: 1px solid #414042;
  color: #fff;
}

.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: 959px) {
  .poi-controls-wrapper {
    display: block;
    transform: none;
    -ms-transform: none;
    width: 100%;
    bottom: -77px;
    top: auto;
    right: 0;
    left: 0;
    background: #414042;
    position: absolute;
  }
}

.poi-slider-container {
  color: #E8EAEA;
  display: inline-block;
}
@media only screen and (min-width: 0) and (max-width: 959px) {
  .poi-slider-container {
    color: #E8EAEA;
    text-align: center;
    width: 100%;
    padding: 25px 0 25px 0;
  }
}
.poi-slider-container .distance {
  text-transform: uppercase;
  display: inline-block;
  font: bold 18px/24px "Montserrat", sans-serif;
  color: #E8EAEA;
  margin: 0 20px 0 30px;
}
@media only screen and (min-width: 0) and (max-width: 959px) {
  .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 "Montserrat", sans-serif;
  color: #8B8482;
  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: 959px) {
  .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: 959px) {
  .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 .categories-list {
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 1;
  box-sizing: border-box;
  padding: 6px 40px;
  font-size: 0;
  background-color: rgba(245, 242, 241, 0.88);
}
.poi .categories-list button {
  background: none;
  border: 0;
}
@media only screen and (min-width: 0) and (max-width: 959px) {
  .poi .categories-list {
    display: none;
    width: 100%;
    margin: -20px auto 30px;
    border: 1px solid #414042;
    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:hover, .poi .categories-list.visible button.active {
    border: 0;
    background: none;
    color: #89c799;
  }
}

@media only screen and (min-width: 0) and (max-width: 959px) {
  .maps-overlay-wrapper {
    padding: 0 10px !important;
    box-sizing: border-box;
  }
}
.maps-overlay-wrapper button {
  background-color: transparent;
  font: 400 24px/40px "Oswald", sans-serif;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  color: #000000;
  line-height: 40px;
  height: 40px;
  margin-right: 70px;
}
.maps-overlay-wrapper button:last-child {
  margin-right: 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: 959px) {
  .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: #8B8482;
}

.infobox-window {
  text-align: center;
  box-sizing: border-box;
  background: #313133;
  padding: 20px 20px;
  min-height: 228px;
}
@media only screen and (min-width: 0) and (max-width: 959px) {
  .infobox-window {
    width: 100% !important;
  }
}
.infobox-window h4 {
  font: 700 14px/24px "Montserrat", sans-serif;
  color: #EDEEEF;
  text-transform: uppercase;
  padding-top: 39px;
  margin-bottom: 5px;
  position: relative;
}
.infobox-window h4:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  left: 50%;
  top: 20px;
  margin-left: -5px;
}
.infobox-window p {
  font: 17px/24px "Montserrat", sans-serif;
  color: #EDEEEF;
  margin: 0 0 5px 0;
  position: relative;
}
.infobox-window a {
  color: #fff;
  position: relative;
}
.infobox-window a:hover {
  color: #fff;
  text-decoration: underline;
}
.infobox-window .email {
  text-decoration: none;
  text-transform: none;
  font-family: "Montserrat", sans-serif;
}
.infobox-window .button, .infobox-window .pressroom .pressroom-item .button-wrap a, .pressroom .pressroom-item .button-wrap .infobox-window a {
  display: inline-block;
  margin-top: 10px;
  color: #ffffff;
}
.infobox-window .button:hover, .infobox-window .pressroom .pressroom-item .button-wrap a:hover, .pressroom .pressroom-item .button-wrap .infobox-window a:hover {
  background-color: #ffffff;
  color: #313133;
  text-decoration: none;
}
.infobox-window .button:active, .infobox-window .pressroom .pressroom-item .button-wrap a:active, .pressroom .pressroom-item .button-wrap .infobox-window a:active {
  background: none;
  color: gray;
  border: 1px solid #ffffff;
}
.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;
  transition: all 0.3s ease-in-out;
}
.infobox-window:hover .poi-overlay { /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  opacity: 0.5;
}

.leaflet-popup-content {
  margin: 0 !important;
}

.leaflet-popup-content-wrapper {
  padding: 0 !important;
  border-radius: 0 !important;
}

.leaflet-popup-tip-container {
  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: #414042;
}
@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: #8B8482;
}
#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: #F5F2F1;
  border: 1px solid #414042;
  height: 45px;
  padding: 0 10px;
  resize: none;
  width: 250px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 44px;
  color: #414042;
}
@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 #414042;
  color: #414042;
}
#calendar-year a:hover {
  border-color: #8B8482;
  color: #8B8482;
}
#calendar-year .active a {
  border-color: #8B8482;
  color: #8B8482;
}
#calendar-year .active a:hover {
  border-color: #414042;
  color: #414042;
}

#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: 12px;
  color: #414042;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #calendar-month a {
    padding: 0 5px;
    font-size: 10px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #calendar-month a {
    padding: 0 7px;
    font-size: 11px;
    text-align: center;
  }
}
#calendar-month a:hover {
  background: #8B8482;
  color: #ffffff;
}
#calendar-month a.active {
  background: #8B8482;
  color: #ffffff;
}
#calendar-month a.active:hover {
  background: #8B8482;
  color: #414042;
}
@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: #9CBAC8;
  }
  #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: #414042;
}
#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: 959px) {
  #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 #274655;
  background: #414042;
}
@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 {
  background: #414042;
}
#calendar-days li.prev_month, #calendar-days li.next_month {
  border: 1px solid #414042;
  background: none;
}
#calendar-days li.prev_month time a, #calendar-days li.next_month time a {
  color: #F5F3EA;
}
#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: #414042;
  border: 1px solid #414042;
  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 #414042;
  margin-left: 93px;
}
#calendar-days dl dd h3 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5;
  text-transform: uppercase;
}
#calendar-days dl dd img {
  height: auto;
  width: 100%;
}
#calendar-days dl dd p {
  font-size: 12px;
  line-height: 18px;
  padding: 0 0 10px 0;
  width: 100%;
}
#calendar-days dl:hover dd {
  visibility: visible;
}
#calendar-days dl.t1 {
  margin-top: 2em;
}
#calendar-days dl.t2 {
  margin-top: 4em;
}
#calendar-days dl.t3 {
  margin-top: 6em;
}
#calendar-days dl.t4 {
  margin-top: 8em;
}
#calendar-days dl.t5 {
  margin-top: 10em;
}
#calendar-days dl.t6 {
  margin-top: 12em;
}
#calendar-days dl.t7 {
  margin-top: 14em;
}
#calendar-days dl.t8 {
  margin-top: 16em;
}
#calendar-days dl.t9 {
  margin-top: 18em;
}
#calendar-days dl.t10 {
  margin-top: 20em;
}
#calendar-days dl.t11 {
  margin-top: 22em;
}
#calendar-days dl.t12 {
  margin-top: 24em;
}
#calendar-days dl.t13 {
  margin-top: 26em;
}
#calendar-days dl.t14 {
  margin-top: 28em;
}
#calendar-days dl.t15 {
  margin-top: 30em;
}
#calendar-days dl.t16 {
  margin-top: 32em;
}
#calendar-days dl.t17 {
  margin-top: 34em;
}
#calendar-days dl.t18 {
  margin-top: 36em;
}
#calendar-days dl.t19 {
  margin-top: 38em;
}
#calendar-days dl.t20 {
  margin-top: 40em;
}

#calendar.list-view h2 a:hover {
  text-decoration: underline;
}
@media only screen and (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 #414042;
  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: #8B8482;
  text-transform: uppercase;
  text-decoration: none;
}
#calendar.list-view .image-list h3 a:hover {
  color: #fff;
}

#calendar.single-event .vevent h3 {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  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: #9CBAC8;
  margin: 5px 0;
}

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

#popup {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999999999;
  background: rgba(0, 0, 0, 0.85);
}
#popup .popup-inner {
  position: absolute;
  top: 4%;
  right: 4%;
  bottom: 4%;
  left: 4%;
}
#popup .popup-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#popup .popup-close {
  position: absolute;
  top: 1.5%;
  right: 2%;
  width: 17px;
  height: 17px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
  background: url("../images/virtual-popup-close.svg") 0 0 no-repeat;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #popup .popup-close {
    top: 1%;
  }
}

.day-in-life {
  margin: 0 auto 70px auto;
  width: 100%;
  max-width: 1440px;
  padding: 0;
  text-align: center;
  font-size: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .day-in-life {
    margin-bottom: 30px;
  }
}
.day-in-life h3 {
  margin-bottom: 16px;
  font: 500 56px/56px "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #8B8482;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .day-in-life h3 {
    font-size: 26px;
    line-height: 30px;
  }
}
.day-in-life h4 {
  position: relative;
  font: 700 48px/56px "Oswald", sans-serif;
  color: #8B8482;
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .day-in-life h4 {
    font-size: 26px;
    line-height: 30px;
    padding: 0 10px;
    box-sizing: border-box;
  }
}
.day-in-life .day-entry {
  display: inline-block;
  vertical-align: top;
  width: calc(33% - 10px);
  margin: 0 5px;
  height: 735px;
  padding: 36px 37px;
  background-color: #414042;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  box-sizing: border-box;
  position: relative;
}
.day-in-life .day-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;
}
.day-in-life .day-entry:hover:after {
  background: none;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .day-in-life .day-entry {
    padding: 20px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .day-in-life .day-entry {
    width: calc(100% - 20px);
    height: 200px;
    margin: 0 10px 10px 10px;
    box-sizing: border-box;
    float: left;
    padding: 15px;
  }
}
.day-in-life .day-entry h5 {
  font: 700 36px/35px "Oswald", sans-serif;
  color: #EDEEEF;
  text-transform: uppercase;
  max-width: 192px;
  text-align: left;
  transition: color 0.3s ease-in-out;
  position: relative;
  z-index: 1;
}
.day-in-life .day-entry h5 a {
  text-decoration: none;
  color: #EDEEEF;
}
.day-in-life .day-entry h5 a:hover {
  color: #B1E4E3;
}
@media only screen and (min-width: 0) and (max-width: 959px) {
  .day-in-life .day-entry h5 {
    font-size: 28px;
    line-height: 28px;
  }
}
.day-in-life .day-entry .content-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px;
  box-sizing: border-box;
  z-index: 1;
  background: rgba(0, 0, 0, 0.68);
  font: 24px/1.2 "Montserrat", sans-serif;
  color: #ffffff;
  text-align: left;
  min-height: 170px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .day-in-life .day-entry .content-wrapper {
    min-height: unset;
    font-size: 20px;
    line-height: 20px;
    padding: 20px;
  }
}
.day-in-life .slick-track, .day-in-life .slick-list {
  padding: 0 !important;
  margin: 0 auto;
}
.day-in-life .slick-arrow {
  margin-top: 15px;
}
.day-in-life .slick-next {
  right: 25px;
}
.day-in-life .slick-prev {
  left: 25px;
}

.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, .menu-tabs-block-acm .tabs-titles li.tab-title.active .pressroom .pressroom-item .button-wrap a, .pressroom .pressroom-item .button-wrap .menu-tabs-block-acm .tabs-titles li.tab-title.active a {
  background: #8B8482;
  color: #F5F3EA;
  border: 1px solid transparent;
}
.menu-tabs-block-acm .tabs-titles .button, .menu-tabs-block-acm .tabs-titles .pressroom .pressroom-item .button-wrap a, .pressroom .pressroom-item .button-wrap .menu-tabs-block-acm .tabs-titles a {
  margin: 0 5px 10px;
  background: #414042;
  color: #F5F3EA;
  border: 1px solid #9CBAC8;
}
.menu-tabs-block-acm .tabs-titles .button:hover, .menu-tabs-block-acm .tabs-titles .pressroom .pressroom-item .button-wrap a:hover, .pressroom .pressroom-item .button-wrap .menu-tabs-block-acm .tabs-titles a:hover {
  background: #8B8482;
  color: #F5F3EA;
  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 #414042;
    border-bottom: 1px solid #414042;
    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, .menu-tabs-block-acm .tabs-titles .pressroom .pressroom-item .button-wrap a, .pressroom .pressroom-item .button-wrap .menu-tabs-block-acm .tabs-titles a {
    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;
  max-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-size: 0.8em;
}
.menu-tabs-block-acm .menu-block h3 {
  margin-bottom: 0;
  text-transform: uppercase;
}
.menu-tabs-block-acm .menu-block .dish {
  margin-bottom: 20px;
}
.menu-tabs-block-acm .menu-block .dish p {
  margin-bottom: 0;
}
.menu-tabs-block-acm .menu-block .dish .dish-ingredients {
  margin: 6px 0;
  font-size: 0.8em;
}
.menu-tabs-block-acm .menu-link {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}
.menu-tabs-block-acm .menu-link .button, .menu-tabs-block-acm .menu-link .pressroom .pressroom-item .button-wrap a, .pressroom .pressroom-item .button-wrap .menu-tabs-block-acm .menu-link a {
  display: inline-block;
}

.c-instagram-feed .instafeed {
  margin: 50px 0;
}
.c-instagram-feed .instafeed h3 {
  color: #8b8482;
  font: 700 56px/56px Montserrat, sans-serif;
  text-transform: uppercase;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .c-instagram-feed .instafeed h3 {
    font-size: 26px;
    line-height: 30px;
    padding: 0 10px;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .c-instagram-feed .instafeed {
    margin: 24px 0;
    text-align: center;
  }
}

.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 #8B8482;
  background-color: #8B8482;
  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: #8B8482 url(../images/audio-icon.svg) 50% 50% no-repeat;
  background-size: 26px 26px;
}
.acm-block-layout.audio-block .play-audio:hover {
  color: #8B8482;
  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: #8B8482 url(../images/close-light.svg) 50% 50% no-repeat;
}
.acm-block-layout.audio-block.audio-show audio {
  display: block;
  opacity: 1;
}

.featured-photos-acm {
  position: relative;
  z-index: 1;
}
.featured-photos-acm .images-row__item {
  position: relative;
  display: flex;
  padding: 5px;
  width: calc(24% - 10px);
}
.featured-photos-acm .images-row__item::after {
  position: absolute;
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  background-color: rgba(0, 0, 0, 0.48);
  z-index: 4;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .featured-photos-acm .images-row__item::after {
    width: calc(100% - 6px);
    height: calc(100% - 6px);
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .featured-photos-acm .images-row__item {
    padding: 3px;
  }
}
.featured-photos-acm .images-row {
  display: flex;
}
.featured-photos-acm .images-row img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.featured-photos-acm .images-row_1 {
  flex-flow: column wrap;
  height: 60vh;
  min-height: 480px;
}
@media only screen and (min-width: 1140px) {
  .featured-photos-acm .images-row_1 {
    height: 80vh;
  }
}
.featured-photos-acm .images-row_1 .images-row__item:first-child, .featured-photos-acm .images-row_1 .images-row__item:nth-child(2) {
  width: calc(32% - 10px);
}
.featured-photos-acm .images-row_1 .images-row__item:nth-child(4n), .featured-photos-acm .images-row_1 .images-row__item:nth-child(4n+1) {
  height: calc(60% - 10px);
}
.featured-photos-acm .images-row_1 .images-row__item:nth-child(4n) {
  height: calc(40% - 10px);
}
.featured-photos-acm .images-row_1 .images-row__item:nth-child(4n+2), .featured-photos-acm .images-row_1 .images-row__item:nth-child(4n+3) {
  height: calc(40% - 10px);
}
.featured-photos-acm .images-row_1 .images-row__item:nth-child(4n+3) {
  height: calc(100% - 10px);
  width: calc(44% - 10px);
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .featured-photos-acm .images-row_1 .images-row__item:nth-child(2n+1) {
    height: calc(20% - 6px);
    width: calc(50% - 6px);
  }
  .featured-photos-acm .images-row_1 .images-row__item:nth-child(2n) {
    height: calc(30% - 6px);
    width: calc(50% - 6px);
  }
  .featured-photos-acm .images-row_1 .images-row__item:nth-child(2n+5) {
    height: calc(30% - 6px);
  }
  .featured-photos-acm .images-row_1 .images-row__item:nth-child(2n+6) {
    height: calc(20% - 6px);
  }
}
.featured-photos-acm .images-row_2 {
  height: 30vh;
  min-height: 190px;
}
@media only screen and (min-width: 1140px) {
  .featured-photos-acm .images-row_2 {
    height: 40vh;
  }
}
.featured-photos-acm .images-row_2 .images-row__item:last-child {
  width: calc(31% - 10px);
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .featured-photos-acm .images-row_2 .images-row__item:last-child {
    width: calc(50% - 6px);
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .featured-photos-acm .images-row_2 .images-row__item:first-child, .featured-photos-acm .images-row_2 .images-row__item:last-child {
    height: calc(60% - 6px);
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .featured-photos-acm .images-row_2 .images-row__item {
    height: calc(40% - 6px);
    width: calc(50% - 6px);
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .featured-photos-acm .images-row_2 {
    flex-flow: column wrap;
  }
}
.featured-photos-acm .content-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 8;
}
@media only screen and (min-width: 768px) {
  .featured-photos-acm .content-wrapper {
    top: 36%;
    left: 54%;
  }
}
.featured-photos-acm .content-wrapper .title {
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 72px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .featured-photos-acm .content-wrapper .title {
    font-size: 46px;
  }
}
.featured-photos-acm .content-wrapper .title_2 {
  margin-bottom: 24px;
  font-family: "Montserrat", sans-serif;
  font-size: 90px;
  font-weight: 500;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .featured-photos-acm .content-wrapper .title_2 {
    font-size: 56px;
  }
}

@media only screen and (min-width: 0) and (max-width: 959px) {
  .blog-page.template-1 #photos .slideshow-button.previous {
    right: 20px;
  }
  .blog-page.template-1 #photos .slideshow-button.next {
    right: 20px;
  }
}
.blog-page.template-1 .single-post-back-button {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  width: 160px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  box-sizing: border-box;
  background: #fff;
}
.blog-page.template-1 .single-post-back-button .back-to {
  font-size: 20px;
  line-height: 26px;
  color: #8B8482;
  text-transform: uppercase;
  /*&:hover {
      opacity: 0.8;
  }*/
}
@media only screen and (min-width: 0) and (max-width: 959px) {
  .blog-page.template-1 .single-post-back-button {
    width: 140px;
    height: 60px;
    line-height: 60px;
  }
  .blog-page.template-1 .single-post-back-button .back-to {
    font-size: 16px;
  }
}
.blog-page.template-1 .sidebar-wrap {
  width: 25%;
  background-color: #f7f7f7;
  padding: 100px 40px 80px;
  box-sizing: border-box;
  min-width: 350px;
}
@media only screen and (min-width: 0) and (max-width: 959px) {
  .blog-page.template-1 .sidebar-wrap {
    width: 100%;
    margin-top: 60px;
    padding: 60px 40px 60px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .blog-page.template-1 .sidebar-wrap {
    min-width: auto;
  }
}
.blog-page.template-1 .sidebar-wrap .blog-search-form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  height: 60px;
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (min-width: 0) and (max-width: 959px) {
  .blog-page.template-1 .sidebar-wrap .blog-search-form {
    height: 50px;
  }
}
.blog-page.template-1 .sidebar-wrap .blog-search-form label {
  flex: 1;
  height: 100%;
}
.blog-page.template-1 .sidebar-wrap .blog-search-form label .search-field {
  width: 100%;
  height: 100%;
  border: none;
  background: #fff;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  border-radius: 0;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  color: #9b9b9b;
}
@media only screen and (min-width: 0) and (max-width: 959px) {
  .blog-page.template-1 .sidebar-wrap .blog-search-form label .search-field {
    padding: 0 10px;
    font-size: 16px;
  }
}
.blog-page.template-1 .sidebar-wrap .blog-search-form .search-submit {
  width: 80px;
  height: 100%;
  border-radius: 0;
  background-color: #8B8482;
  border: none;
  cursor: pointer;
  color: transparent;
}
.blog-page.template-1 .sidebar-wrap .blog-search-form .search-submit:hover {
  background-color: #414042;
}
@media only screen and (min-width: 0) and (max-width: 959px) {
  .blog-page.template-1 .sidebar-wrap .blog-search-form .search-submit {
    background-size: 22px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .blog-page.template-1 .sidebar-wrap .blog-search-form .search-submit {
    width: 60px;
  }
}
.blog-page.template-1 .sidebar-wrap .blog-search-form svg {
  position: absolute;
  right: 26px;
  top: 17px;
  display: block;
  pointer-events: none;
}
@media only screen and (min-width: 0) and (max-width: 959px) {
  .blog-page.template-1 .sidebar-wrap .blog-search-form svg {
    top: 12px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .blog-page.template-1 .sidebar-wrap .blog-search-form svg {
    right: 16px;
  }
}
.blog-page.template-1 .sidebar-wrap .widget-title {
  font: 400 28px/1.2em "Oswald", sans-serif;
  color: #525252;
  margin-bottom: 30px;
}
@media only screen and (min-width: 0) and (max-width: 959px) {
  .blog-page.template-1 .sidebar-wrap .widget-title {
    font-size: 24px;
  }
}
.blog-page.template-1 .sidebar-wrap .blog-categories {
  margin-bottom: 20px;
}
.blog-page.template-1 .sidebar-wrap .blog-categories ul {
  margin: 0;
  list-style: none;
  display: inline-block;
  text-align: left;
  width: 100%;
  font-size: 0;
  vertical-align: top;
}
.blog-page.template-1 .sidebar-wrap .blog-categories ul li {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 10px);
  margin: 0 10px 20px 0;
  padding: 0;
}
.blog-page.template-1 .sidebar-wrap .blog-categories ul li:after {
  display: none !important;
}
.blog-page.template-1 .sidebar-wrap .blog-categories ul li a {
  font: 700 16px/1.7em "Oswald", sans-serif;
  color: #8B8482;
  text-decoration: none;
  position: relative;
  display: inline-block;
}
@media only screen and (min-width: 0) and (max-width: 959px) {
  .blog-page.template-1 .sidebar-wrap .blog-categories ul li a {
    font-size: 15px;
  }
}
.blog-page.template-1 .sidebar-wrap .blog-categories ul li a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #8B8482;
}
.blog-page.template-1 .sidebar-wrap .blog-categories ul li a:hover, .blog-page.template-1 .sidebar-wrap .blog-categories ul li a.active {
  opacity: 0.8;
}
.blog-page.template-1 .sidebar-wrap .blog-categories ul .menu.submenu {
  display: block;
  margin-top: 10px;
}
.blog-page.template-1 .sidebar-wrap .blog-categories ul .menu.submenu li {
  display: block;
  width: auto;
  margin: 0 15px 10px 0;
}
.blog-page.template-1 .sidebar-wrap .blog-categories ul .menu.submenu li a {
  font-size: 14px;
  line-height: 1.5;
  color: #525252;
}
@media only screen and (max-width: 1300px) {
  .blog-page.template-1 .sidebar-wrap .blog-categories ul li {
    width: 100%;
    margin-right: 0;
  }
}
@media only screen and (min-width: 0) and (max-width: 959px) {
  .blog-page.template-1 .sidebar-wrap .blog-categories ul li {
    width: 100%;
    margin-right: 0;
  }
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul {
  margin: 0;
  list-style: none;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding: 0;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year:after {
  display: none !important;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-year-link-wrap {
  width: 50%;
  position: relative;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-year-link {
  font: 700 18px/1em "Oswald", sans-serif;
  color: #8B8482;
  text-decoration: none;
  padding-right: 40px;
  position: relative;
  box-sizing: border-box;
  transition: all 400ms ease 0ms;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-year-link:after {
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  top: 50%;
  right: 0;
  margin: 2px 0 0 -11px;
  border: 1px solid #969696;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(45deg) translate(-50%, -50%);
  transition: border-color 0.35s ease-in-out;
  transition: all 400ms ease 0ms;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-year-link.active {
  color: #4a4a4a;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-year-link.active:after {
  transform: translateY(-50%) rotate(135deg);
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-months {
  width: 50%;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-months .archive-month-item {
  display: none;
  margin-bottom: 10px;
  padding: 0;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-months .archive-month-item:after {
  display: none !important;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-months .archive-month-item:last-child {
  margin-bottom: 0;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-months .archive-month-item a {
  font: 700 16px/1 "Oswald", sans-serif;
  color: #8B8482;
  text-decoration: none;
  position: relative;
  display: inline-block;
  width: auto;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-months .archive-month-item a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #8B8482;
}
.blog-page.template-1 .recent-posts-content-wrap {
  display: flex;
  flex-wrap: wrap;
}
.blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper {
  width: 75%;
  flex: 1;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
  position: relative;
}
.blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 40px;
  right: auto;
  width: calc(100% - 80px);
  height: 1px;
  background-color: #d5d5d5;
}
@media only screen and (min-width: 0) and (max-width: 959px) {
  .blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    flex: 1;
  }
  .blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper:after {
    width: calc(100% - 40px);
    left: 20px;
  }
}
.blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper .posts-wrap-headline {
  font: normal 42px/1em "Oswald", sans-serif;
  color: #8B8482;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 0) and (max-width: 959px) {
  .blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper .posts-wrap-headline {
    font-size: 34px;
  }
}
.blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper .see-more {
  display: block;
  position: absolute;
  right: 80px;
  bottom: 30px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper .see-more {
    position: relative;
    margin: 0 auto;
    right: auto;
  }
}

.blog-page.template-1 .read-more-link {
  font: 700 14px/1.6em "Montserrat", sans-serif;
  color: #8B8482;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.blog-page.template-1 .read-more-link:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #8B8482;
  transition: all 400ms ease 0ms;
}
.blog-page.template-1 .read-more-link.white {
  color: #fff;
}
.blog-page.template-1 .read-more-link.white:after {
  background: #fff;
}
.blog-page.template-1 .read-more-link:hover {
  /*opacity: 0.8;*/
}
.blog-page.template-1 .read-more-link:hover:after {
  width: 0;
  left: auto;
  right: 0;
}
.blog-page.template-1 .posts-content-wrap {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
  box-sizing: border-box;
}
.blog-page.template-1 .posts-content-wrap .one-post {
  width: 50%;
  padding: 0 20px;
  box-sizing: border-box;
  height: 100%;
  margin-bottom: 60px;
}
@media only screen and (min-width: 0) and (max-width: 959px) {
  .blog-page.template-1 .posts-content-wrap .one-post {
    width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .blog-page.template-1 .posts-content-wrap .one-post {
    padding: 0;
    margin-bottom: 30px;
  }
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-image {
  background-size: cover;
  background-position: center;
  position: relative;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-image:after {
  content: "";
  display: block;
  padding-top: 66%;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-image .comments-number {
  position: absolute;
  right: 20px;
  bottom: 20px;
  margin-left: 0;
  top: auto;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-image .comments-number a {
  color: #8B8482;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper {
  position: relative;
  bottom: auto;
  left: auto;
  z-index: 2;
  width: 100%;
  padding: 0 80px 0 0;
  background: transparent;
  flex: 1;
  height: auto;
  box-sizing: border-box;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper {
    padding-right: 0;
  }
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-content {
  margin-top: -80px;
  width: 100%;
  background: #fff;
  padding: 30px 40px 40px 40px;
  box-sizing: border-box;
}
@media only screen and (min-width: 0) and (max-width: 959px) {
  .blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-content {
    padding: 40px 20px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-content {
    margin-top: 0;
    padding: 20px;
  }
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .date-author {
  font-size: 12px;
  line-height: 1.6em;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .date-author a {
  color: #8B8482;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .date-author .date,
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .date-author .author {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  position: relative;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .date-author .date {
  padding-right: 20px;
  font-size: 15px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  color: #8B8482;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .date-author .date a {
  color: #8B8482;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .date-author .author {
  padding-left: 20px;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-title {
  font: normal 22px/1.3em "Montserrat", sans-serif;
  margin-top: 5px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 0) and (max-width: 959px) {
  .blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-title {
    font-size: 24px;
  }
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-title a {
  color: #8B8482;
  text-decoration: none;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-text,
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-text p {
  font-size: 16px;
  line-height: 1.6em;
  color: #525252;
  margin-bottom: 20px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-text,
  .blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-text p {
    font-size: 14px;
  }
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .read-more-link {
  margin-top: 20px;
  color: #8B8482;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .read-more-link:after {
  background: #8B8482;
}

.single-blog-post .page-content-wrapper .content-col .main-content.single-post .blog-date {
  margin-bottom: 20px;
  font: 600 18px/1em "Oswald", sans-serif;
  color: #8B8482;
}
.single-blog-post .page-content-wrapper .content-col .main-content.single-post .subtitle {
  display: block;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 15px;
}
.single-blog-post .page-content-wrapper .content-col .main-content.single-post h1 {
  margin-bottom: 15px;
}
.single-blog-post .page-content-wrapper .content-col .main-content.single-post h2 {
  text-transform: none;
  font-size: 20px;
  line-height: 1.5;
}
.single-blog-post .page-content-wrapper .content-col .main-content.single-post iframe {
  width: 100%;
}
.single-blog-post .page-content-wrapper .content-col .main-content.single-post img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 15px;
}
.single-blog-post .tags {
  display: inline-block;
  vertical-align: top;
  font-family: "Oswald", sans-serif;
}
.single-blog-post .tags h5 {
  font: 500 20px/1.2 "Oswald", sans-serif;
  color: #525252;
  display: inline-block;
  padding-right: 10px;
}
@media only screen and (min-width: 0) and (max-width: 959px) {
  .single-blog-post .tags h5 {
    margin-bottom: 10px;
  }
}
.single-blog-post .tags ul {
  margin: 0 0 15px 0;
  list-style: none;
  display: inline-block;
}
.single-blog-post .tags ul li {
  display: inline-block;
  padding-left: 0;
  padding-right: 10px;
}
.single-blog-post .tags ul li:before {
  content: none;
}
.single-blog-post .tags ul li a {
  text-decoration: none;
  font-weight: 600;
  color: #8B8482;
}
.single-blog-post .tags ul li a:hover {
  color: #525252;
}

@media only screen and (min-width: 0) and (max-width: 959px) {
  .blog-list-view #header-blog {
    height: 200px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .blog-list-view #header-blog {
    height: 130px;
  }
}
.blog-list-view .blog-posts-wrapper {
  padding-top: 200px;
}
@media only screen and (min-width: 0) and (max-width: 959px) {
  .blog-list-view .blog-posts-wrapper {
    padding-top: 0;
  }
}

@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;
  }
}
