/* 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 #D6AD85;
}
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 "Gotham WF", sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #D6AD85;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev, .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  position: absolute;
  top: 3px;
  width: 12px;
  height: 18px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common.svg") 0 0 no-repeat;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-disabled, .ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-state-disabled {
  opacity: 0.3;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  left: 7px;
  background-position: -200px -196px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover {
  background-position: -231px -196px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:active {
  background-position: -262px -196px;
  transform: translate(-1px, 0);
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  right: 7px;
  background-position: -200px -234px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover {
  background-position: -231px -234px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:active {
  background-position: -262px -234px;
  transform: translate(1px, 0);
}
.ui-datepicker .ui-datepicker-calendar {
  font-size: 12px;
  cursor: default;
}
.ui-datepicker .ui-datepicker-calendar th, .ui-datepicker .ui-datepicker-calendar td {
  text-align: center;
  vertical-align: middle;
  width: 30px;
  height: 28px;
  line-height: 28px;
}
.ui-datepicker .ui-datepicker-calendar th {
  font: 700 14px/32px "Gotham WF", sans-serif;
  color: #B1E4E3;
  text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar td {
  color: #EDEEEF;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-other-month, .ui-datepicker .ui-datepicker-calendar td.ui-state-disabled {
  color: #464646;
}
.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: #B1E4E3;
  color: #000;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled:hover span {
  background: none;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a {
  background: #D6AD85;
  color: #000;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

#menuwrapper {
  background: #000;
  min-height: 850px;
  height: 100%;
  overflow: visible;
}
#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;
    background: #000;
  }
}
#menuwrapper .left-side {
  left: 0;
}
#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 "Gotham WF", sans-serif;
  text-decoration: none;
  color: #D6AD85;
}
#top-menu a:hover, #top-menu a:active, #footer-menu a:hover, #footer-menu a:active {
  color: #fff;
}
#top-menu:after, #footer-menu:after {
  content: "";
  display: block;
  float: left;
  position: relative;
  width: 30px;
  height: 6px;
  background: #EDEEEF;
}
@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;
  width: 408px;
  margin: 72px 0 0 40px;
  overflow: hidden;
}
@media only screen and (min-width: 1140px) {
  #main-menu {
    margin: 72px 0 0 70px;
    width: 448px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #main-menu {
    margin: 72px 0 0 20px;
    width: 330px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #main-menu {
    margin: 20px auto;
    width: 100%;
  }
}
#main-menu .menu.level-1 {
  margin-bottom: 30px;
}
@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;
  font: normal 26px/36px "Gotham WF", sans-serif;
  text-decoration: none;
  color: #D6AD85;
}
@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: #fff;
}
#main-menu:after {
  content: "";
  display: block;
  float: left;
  position: relative;
  width: 30px;
  height: 6px;
  background: #EDEEEF;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #main-menu:after {
    display: inline-block;
    float: none;
  }
}
#main-menu .menu.submenu {
  position: absolute;
  right: -100%;
  width: 185px;
  padding-left: 40px;
  padding-top: 9px;
  top: 0;
  height: 100%;
  z-index: 999;
  transition: right 0.3s ease-in-out;
}
#main-menu .menu.submenu:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  background: #343434;
  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 #D6AD85;
    border-bottom: 1px solid #D6AD85;
    padding: 15px 0;
    margin: 20px 0;
  }
}
#main-menu .menu.submenu a {
  display: inline-block;
  vertical-align: top;
  font: normal 16px/24px "Gotham WF", sans-serif;
  text-decoration: none;
  color: #D6AD85;
}
#main-menu .menu.submenu a:hover, #main-menu .menu.submenu a.active {
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #main-menu .menu.submenu a {
    font-size: 14px;
  }
}
@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;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #main-menu li.active .menu.submenu {
    display: block;
  }
}

#footer-menu {
  margin-top: 69px;
  margin-bottom: 0;
  padding-bottom: 34px;
}
#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: #000;
  min-height: 850px;
  height: 100%;
}
#booking-wrapper.fixed {
  position: fixed;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #booking-wrapper {
    min-height: 100%;
    padding-top: 65px;
  }
}
#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: #000;
  }
}
#booking-wrapper .left-side {
  left: 0;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #booking-wrapper .left-side {
    display: none;
  }
}
#booking-wrapper .right-side {
  right: 0;
}

#booking {
  margin-top: 185px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #booking {
    margin-top: 150px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #booking {
    margin-top: 0;
    padding-bottom: 10px;
  }
}
#booking form {
  width: 320px;
  position: relative;
  margin: 0 auto;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #booking form {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
#booking .info {
  display: inline-block;
  vertical-align: top;
  font: 700 14px/16px "Gotham WF", sans-serif;
  color: #EDEEEF;
  text-transform: uppercase;
  margin-bottom: 24px;
  padding: 0 10px;
}
#booking .info a {
  text-decoration: none;
  color: #EDEEEF;
}
#booking .info a:hover {
  color: #B1E4E3;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #booking .info {
    font-size: 12px;
    line-height: 14px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #booking .info {
    margin-bottom: 10px;
    font-size: 10px;
    line-height: 10px;
  }
}
#booking h4 {
  font: 700 46px/56px "Gotham WF", sans-serif;
  color: #D6AD85;
  text-transform: uppercase;
  padding: 0 20px;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 33px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #booking h4 {
    font-size: 26px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #booking h4 {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 15px;
  }
}
#booking h4:after {
  content: "";
  display: block;
  margin: 39px auto 0;
  position: relative;
  width: 30px;
  height: 6px;
  background: #EDEEEF;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #booking h4:after {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #booking h4:after {
    margin-top: 10px;
  }
}
#booking input[type=text], #booking .fakeinput {
  vertical-align: top;
  display: inline-block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 320px;
  height: 40px;
  background: #1A1A1A;
  font: normal 14px/40px "Gotham WF", sans-serif;
  color: #EDEEEF;
  position: relative;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #booking input[type=text], #booking .fakeinput {
    width: 100%;
    box-sizing: border-box;
  }
}
#booking .select-field {
  width: 320px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #booking .select-field {
    width: 100%;
    box-sizing: border-box;
  }
}
#booking .decrement, #booking .increment {
  background: url("../images/sprite.svg") -390px -274px no-repeat;
  text-indent: -9999em;
  font-size: 0;
  position: absolute;
  width: 30px;
  height: 40px;
  top: 0;
}
#booking .decrement {
  background-position: -425px -268px;
  left: 0;
}
#booking .increment {
  right: 0;
}
#booking .column {
  margin-bottom: 13px;
}
#booking .column label {
  display: block;
  font: normal 14px/24px "Gotham WF", sans-serif;
  color: #D6AD85;
  text-transform: uppercase;
  margin-bottom: 13px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #booking .column label {
    margin-bottom: 0;
  }
}
#booking input[type=submit] {
  width: 100%;
  box-sizing: border-box;
  margin-top: 27px;
}

/* BOOKING DATEPICKER */
#booking-datepicker {
  display: none;
  position: absolute;
  right: 320px;
  top: 37px;
  width: 516px;
  height: auto;
  z-index: 20;
  background: #1A1A1A;
}
@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: #1A1A1A;
  font: 20px/35px "Gotham WF", 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 #D6AD85;
  box-sizing: border-box;
}
@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 {
  width: 100%;
  height: 100%;
  text-align: center;
}
.booking-rooms .booking-rooms-slide {
  display: block;
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}
.booking-rooms .booking-rooms-slide .thumbnail {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  filter: grayscale(100%);
}
.mobiledevice .booking-rooms .booking-rooms-slide .thumbnail {
  filter: none !important;
}
.booking-rooms .booking-rooms-slide .thumbnail:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease-in-out;
}
.booking-rooms .booking-rooms-slide:hover .thumbnail {
  filter: grayscale(0);
}
.mobiledevice .booking-rooms .booking-rooms-slide:hover .thumbnail {
  filter: none;
}
.booking-rooms .booking-rooms-slide h3 {
  position: relative;
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  display: inline-block;
  font: 700 46px/56px "Gotham WF", sans-serif;
  text-transform: uppercase;
  color: #EDEEEF;
  z-index: 1;
  margin: 225px 0 31px 0;
}
.booking-rooms .booking-rooms-slide h3 a {
  text-decoration: none;
  color: #EDEEEF;
}
.booking-rooms .booking-rooms-slide h3 a:hover {
  color: #B1E4E3;
}
.booking-rooms .booking-rooms-slide h3:after {
  content: "";
  display: block;
  margin: 39px auto 0;
  width: 30px;
  height: 6px;
  background: #EDEEEF;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .booking-rooms .booking-rooms-slide h3:after {
    margin-top: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .booking-rooms .booking-rooms-slide h3 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 20px;
  }
}
.booking-rooms .booking-rooms-slide .booking-rooms-wrapper {
  width: 280px;
  position: relative;
  margin: 0 auto;
}
.booking-rooms .booking-rooms-slide .booking-rooms-wrapper h4 {
  font: 400 36px/40px "Garamond WF";
  color: #B1E4E3;
  margin-bottom: 29px;
}
.booking-rooms .booking-rooms-slide .booking-rooms-wrapper .descr {
  font: normal 15px/20px "Gotham WF", sans-serif;
  color: #EDEEEF;
  margin-bottom: 34px;
  display: block;
}
.booking-rooms .booking-rooms-slide .booking-rooms-wrapper .button {
  width: 100%;
  box-sizing: border-box;
}

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

#homepage-blocks {
  max-width: 1283px;
  margin: 0 auto 35px auto;
  padding: 100px 0;
  overflow: hidden;
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 0) and (max-width: 959px) {
  #homepage-blocks {
    padding: 0;
  }
}
#homepage-blocks .words {
  font: 700 116px/104px "Gotham WF", sans-serif;
  color: #D6AD85;
  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: 21px;
}
#homepage-blocks .words.word-two {
  top: 41%;
  right: -100%;
}
#homepage-blocks .words.word-three {
  bottom: 3px;
  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;
}
#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: 31%;
    opacity: 1;
  }
}
@keyframes fromBottomRight {
  from {
    right: -100%;
    opacity: 0;
  }
  to {
    right: 1%;
    opacity: 1;
  }
}
#homepage-blocks .blocks-sidebar {
  width: calc(31% - 50px);
  padding: 68px 50px 0 0;
  float: right;
  position: relative;
  z-index: 1;
}
@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;
  }
}
#homepage-blocks .blocks-sidebar h2 {
  font: 700 46px/56px "Gotham WF", sans-serif;
  margin-bottom: 20px;
  color: #D6AD85;
  text-transform: uppercase;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #homepage-blocks .blocks-sidebar h2 {
    font-size: 26px;
    line-height: 30px;
  }
}
#homepage-blocks .blocks-sidebar h3 {
  font: 200 36px/40px "Garamond WF";
  color: #B1E4E3;
  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-wrapper {
  max-width: calc(70% - 30px);
  box-sizing: border-box;
  overflow: hidden;
  font-size: 0;
  margin-top: -10px;
}
@media only screen and (min-width: 0) and (max-width: 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 #000;
}
#homepage-blocks .blocks-wrapper .page-block: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-blocks .blocks-wrapper .page-block:hover:after {
  background: none;
}
#homepage-blocks .blocks-wrapper .page-block:nth-child(2) {
  padding-bottom: calc(48% - 10px);
}
#homepage-blocks .blocks-wrapper .page-block:nth-child(2) .heading-wrapper .heading p a {
  padding-top: 64%;
}
#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(4) .heading-wrapper .heading p a {
  padding-top: 64%;
}
#homepage-blocks .blocks-wrapper .page-block:nth-child(6) {
  margin-top: -15%;
  padding-bottom: calc(48% - 10px);
}
#homepage-blocks .blocks-wrapper .page-block:nth-child(6) .heading-wrapper .heading p a {
  padding-top: 64%;
}
#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 26px/40px "Gotham WF", sans-serif;
  text-transform: uppercase;
  color: #EDEEEF;
  text-decoration: none;
  text-align: center;
  display: block;
  padding-top: 40%;
  height: 100%;
  box-sizing: border-box;
}
@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: #D6AD85;
}
#homepage-blocks .blocks-wrapper .page-block .heading-wrapper .heading a:after {
  content: "";
  display: block;
  position: relative;
  width: 30px;
  height: 6px;
  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;
  }
}

.image-content-list {
  padding-top: 60px;
}
.image-content-list .image-list-item {
  position: relative;
  overflow: hidden;
  border-top: 1px solid #D6AD85;
  padding: 20px 0;
}
.image-content-list .image-list-item h4 {
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #D6AD85;
}
.image-content-list .image-list-item h4:hover {
  color: #B1E4E3;
}
.image-content-list .image-list-item .background {
  width: 310px;
  height: 300px;
  float: right;
  margin: 0 0 0 30px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .image-content-list .image-list-item .background {
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
  }
}
.image-content-list .image-list-item .button {
  margin-bottom: 10px;
}

#spotlight-search {
  position: absolute;
  top: 100px;
  left: 0;
  height: 88vh;
  right: 0;
  background: #000;
  z-index: 10;
  overflow: auto;
}
.header-fixed #spotlight-search {
  top: 60px;
  height: 100vh;
}
.spotlight-search-expanded #spotlight-search {
  display: block;
}
#spotlight-search .center-column {
  height: 100%;
}
#spotlight-search form {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #spotlight-search form {
    left: 30px;
    right: 30px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #spotlight-search form {
    left: 10px;
    right: 10px;
  }
}
#spotlight-search .close-button {
  position: absolute;
  right: 0;
  top: 40px;
  width: 17px;
  height: 17px;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 2;
}
#spotlight-search .close-button:after, #spotlight-search .close-button:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #fff;
  position: absolute;
}
#spotlight-search .close-button:after {
  transform: rotate(45deg);
}
#spotlight-search .close-button:before {
  transform: rotate(-45deg);
}
#spotlight-search .field-wrap {
  position: relative;
}
#spotlight-search label {
  color: #fff;
}
.spotlight-search-expanded #spotlight-search label {
  color: #fff;
}
#spotlight-search .input {
  border-bottom: 4px solid #979797;
  padding: 0 120px 0 10px;
  width: 100%;
  line-height: 100px;
  height: 100px;
  font-size: 60px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #spotlight-search .input {
    line-height: 80px;
    height: 80px;
    font-size: 50px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #spotlight-search .input {
    line-height: 60px;
    height: 60px;
    font-size: 28px;
    padding-right: 30px;
  }
}
#spotlight-search .input::-moz-placeholder {
  text-transform: lowercase;
  color: #BBBBBB;
  text-overflow: ellipsis;
}
#spotlight-search .input::placeholder {
  text-transform: lowercase;
  color: #BBBBBB;
  text-overflow: ellipsis;
}
#spotlight-search button[type=submit] {
  width: 63px;
  height: 63px;
  position: absolute;
  top: 50%;
  right: 25px;
  font-size: 0;
  transform: translateY(-50%);
  text-indent: -9999px;
}
#spotlight-search button[type=submit]:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 39%;
  right: 15px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: rotate(45deg) translateY(-50%);
}
#spotlight-search button[type=submit]:before {
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #spotlight-search button[type=submit] {
    transform: translateY(-50%) scale(0.7);
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #spotlight-search button[type=submit] {
    transform: translateY(-50%) scale(0.5);
  }
}
@keyframes running-border {
  from {
    left: 100%;
  }
  to {
    left: -100%;
  }
}
#spotlight-search .loading {
  position: absolute;
  top: 32px;
  left: 14px;
  width: 200px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms, visibility 200ms;
}
#spotlight-search .loading:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  animation: running-border 500ms linear infinite;
}
#spotlight-search .ui-autocomplete-loading + .loading {
  opacity: 1;
  visibility: visible;
}
#spotlight-search .results {
  display: none;
  position: relative;
  font-size: 19px;
  line-height: 1.4;
}
#spotlight-search .results .ui-autocomplete {
  width: auto !important;
  top: auto !important;
  left: auto !important;
  margin-top: 28px;
}
#spotlight-search .results .ui-autocomplete a {
  position: relative;
  display: block;
  padding: 8px 14px;
  color: #fff;
  text-decoration: none;
}
#spotlight-search .results .ui-autocomplete a b {
  font-weight: 700;
}
#spotlight-search .results .ui-autocomplete a small {
  display: block;
  font-size: 0.6em;
  margin-top: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
}
#spotlight-search .results .ui-autocomplete a:before {
  content: "";
  position: absolute;
  top: 6px;
  right: 6px;
  bottom: 6px;
  left: 6px;
  background: none;
  opacity: 0;
  visibility: hidden;
  transition: all 200ms;
}
#spotlight-search .results .ui-autocomplete a:hover, #spotlight-search .results .ui-autocomplete a.ui-state-active {
  color: #000;
}
#spotlight-search .results .ui-autocomplete a:hover:before, #spotlight-search .results .ui-autocomplete a.ui-state-active:before {
  opacity: 1;
  visibility: visible;
  background: #fff;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
#spotlight-search .results .questions {
  position: absolute;
  bottom: -60px;
  left: 14px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms, visibility 200ms;
  display: none;
}
.spotlight-search-expanded #spotlight-search .results .questions {
  display: block;
}
#spotlight-search .results .questions.visible {
  opacity: 1;
  visibility: visible;
}
#spotlight-search .results .questions.hidden {
  display: none;
}
#spotlight-search .results .questions a {
  text-decoration: none;
  font-weight: 700;
}
.spotlight-search-expanded #spotlight-search .results {
  display: block;
}
#spotlight-search .ui-helper-hidden-accessible {
  display: none;
}

.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: 14px;
  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: 700 46px/56px "Gotham WF", sans-serif;
  color: #D6AD85;
  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 .copy-wrapper a {
  color: #A8A19D;
}
.weddingspage-blocks .page .copy-wrapper a:hover {
  color: #4D5760;
}
.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: 200 36px/46px "Garamond WF";
  color: #B1E4E3;
  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(0, 0, 0, 0.7);
  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 .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: 144px/144px "Smitten Regular";
  color: #D6AD85;
  padding: 0 0 0 10px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .weddingspage-extraperks .menu-page .content-header .headings h3 {
    font-size: 94px;
    line-height: 104px;
    max-width: 100%;
    padding: 0;
  }
}
.weddingspage-extraperks .menu-page .content-header .headings p {
  max-width: 420px;
  padding-left: 6px;
  margin-top: 3px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .weddingspage-extraperks .menu-page .content-header .headings p {
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
}
.weddingspage-extraperks .menu-page .content-header .headings .button {
  margin-top: 20px;
  margin-left: 6px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .weddingspage-extraperks .menu-page .content-header .list {
    text-align: center;
  }
}
.weddingspage-extraperks .menu-page .content-header .list li {
  font: 200 36px/50px "Garamond WF";
  color: #B1E4E3;
  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: 700 46px/56px "Gotham WF", sans-serif;
  color: #D6AD85;
  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;
  }
}
.historypage-blocks {
  width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
@media only screen and (min-width: 1140px) {
  .historypage-blocks {
    width: 960px;
  }
}
@media only screen and (min-width: 0) and (max-width: 959px) {
  .historypage-blocks {
    width: 100%;
    box-sizing: border-box;
  }
}
.historypage-blocks .content-block {
  position: relative;
  margin-bottom: 28px;
}
.historypage-blocks .content-block:last-child:after {
  display: none;
}
.historypage-blocks .content-block:after {
  content: "";
  display: block;
  width: 30px;
  height: 6px;
  background: #9AA2AA;
  position: relative;
  margin-top: 33px;
}
.historypage-blocks .content-block h2 {
  font: 700 46px/56px "Gotham WF", sans-serif;
  margin-bottom: 20px;
  color: #D6AD85;
  text-transform: uppercase;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .historypage-blocks .content-block h2 {
    font-size: 26px;
    line-height: 30px;
  }
}
.historypage-blocks .content-block h3 {
  font: 200 36px/40px "Garamond WF";
  color: #B1E4E3;
  margin-bottom: 25px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .historypage-blocks .content-block h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
.historypage-blocks .content-block .img-block {
  height: 480px;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 40px;
  overflow: hidden;
  cursor: pointer;
}
.historypage-blocks .content-block .img-block:hover .description {
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .historypage-blocks .content-block .img-block {
    height: 320px;
    overflow: visible;
    cursor: default;
  }
}
.historypage-blocks .content-block .img-block .description {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s ease-in-out;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .historypage-blocks .content-block .img-block .description {
    position: relative;
    top: auto;
    left: auto;
    background: #191919;
    width: 100%;
    height: auto;
    opacity: 1;
    visibility: visible;
    margin-top: 320px;
    padding: 15px 15px 10px 15px;
    float: left;
    margin-bottom: 15px;
    box-sizing: border-box;
  }
}
.historypage-blocks .content-block .img-block .description .heading, .historypage-blocks .content-block .img-block .description .copy {
  width: calc(50% - 37px);
  position: absolute;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .historypage-blocks .content-block .img-block .description .heading, .historypage-blocks .content-block .img-block .description .copy {
    position: relative;
    width: 100%;
  }
}
.historypage-blocks .content-block .img-block .description .heading {
  left: 37px;
  top: 30px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .historypage-blocks .content-block .img-block .description .heading {
    left: auto;
    top: auto;
  }
}
.historypage-blocks .content-block .img-block .description .copy {
  width: calc(50% - 40px);
  bottom: 42px;
  right: 40px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .historypage-blocks .content-block .img-block .description .copy {
    bottom: auto;
    right: auto;
    width: 100%;
  }
}
.historypage-blocks .content-block .img-block .description h4 {
  font: 700 36px/46px "Gotham WF", sans-serif;
  color: #D6AD85;
  text-transform: uppercase;
  padding-right: 40px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .historypage-blocks .content-block .img-block .description h4 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 10px;
    padding-right: 0;
  }
}
.historypage-blocks .content-block .copy-block {
  width: 660px;
}
@media only screen and (min-width: 0) and (max-width: 959px) {
  .historypage-blocks .content-block .copy-block {
    width: 100%;
  }
}

#history-gallery {
  margin: 0 auto 10px auto;
  width: 100%;
  max-width: 1440px;
  padding: 0 5px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
#history-gallery .photo {
  margin: 0 5px;
  display: block;
  float: left;
  width: calc(20% - 10px);
  padding-bottom: calc(19% - 10px);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  box-sizing: border-box;
  border-top: 10px solid #000;
  filter: grayscale(100%);
  transition: all 0.3s ease-in-out;
}
#history-gallery .photo:hover {
  filter: grayscale(0);
}
#history-gallery .count-8 .item-2 {
  padding-bottom: calc(29% - 10px);
}
#history-gallery .count-8 .item-4 {
  width: calc(40% - 10px);
  padding-bottom: calc(29% - 10px);
}
#history-gallery .count-8 .item-5 {
  padding-bottom: calc(29% - 10px);
  margin-top: -10%;
}
#history-gallery .count-8 .item-7 {
  padding-bottom: calc(29% - 10px);
  margin-top: -10%;
}
#history-gallery .count-8 .item-8 {
  width: calc(40% - 10px);
}
#history-gallery .count-7 .item-2 {
  padding-bottom: calc(29% - 10px);
  width: calc(40% - 10px);
}
#history-gallery .count-7 .item-3 {
  padding-bottom: calc(29% - 10px);
  width: calc(40% - 10px);
}
#history-gallery .count-7 .item-4 {
  width: calc(20% - 10px);
  padding-bottom: calc(29% - 10px);
  margin-top: -10%;
}
#history-gallery .count-7 .item-6 {
  width: calc(40% - 10px);
}
#history-gallery .count-6 .item-1 {
  padding-bottom: calc(19% - 10px);
  width: calc(40% - 10px);
}
#history-gallery .count-6 .item-3 {
  padding-bottom: calc(29% - 10px);
  width: calc(40% - 10px);
}
#history-gallery .count-6 .item-4 {
  width: calc(40% - 10px);
  padding-bottom: calc(29% - 10px);
  margin-top: -10%;
}
#history-gallery .count-6 .item-5 {
  padding-bottom: calc(29% - 10px);
  margin-top: -10%;
}
#history-gallery .count-6 .item-6 {
  width: calc(40% - 10px);
}
#history-gallery .count-5 .item-1 {
  width: calc(40% - 10px);
  padding-bottom: calc(29% - 10px);
}
#history-gallery .count-5 .item-2 {
  padding-bottom: calc(29% - 10px);
}
#history-gallery .count-5 .item-3 {
  width: calc(40% - 10px);
  padding-bottom: calc(29% - 10px);
}
#history-gallery .count-5 .item-4 {
  width: calc(50% - 10px);
  padding-bottom: calc(19% - 10px);
}
#history-gallery .count-5 .item-5 {
  padding-bottom: calc(19% - 10px);
  width: calc(50% - 10px);
}
#history-gallery .count-4 .item-1 {
  width: calc(50% - 10px);
  padding-bottom: calc(19% - 10px);
}
#history-gallery .count-4 .item-2 {
  width: calc(50% - 10px);
  padding-bottom: calc(29% - 10px);
}
#history-gallery .count-4 .item-3 {
  width: calc(50% - 10px);
  padding-bottom: calc(29% - 10px);
  margin-top: -10%;
}
#history-gallery .count-4 .item-4 {
  width: calc(50% - 10px);
  padding-bottom: calc(19% - 10px);
}
#history-gallery .count-3 .item-1 {
  width: calc(40% - 10px);
  padding-bottom: calc(29% - 10px);
}
#history-gallery .count-3 .item-2 {
  width: calc(20% - 10px);
  padding-bottom: calc(29% - 10px);
}
#history-gallery .count-3 .item-3 {
  width: calc(40% - 10px);
  padding-bottom: calc(29% - 10px);
}
#history-gallery .count-2 .item-1 {
  width: calc(50% - 10px);
  padding-bottom: calc(29% - 10px);
}
#history-gallery .count-2 .item-2 {
  width: calc(50% - 10px);
  padding-bottom: calc(29% - 10px);
}
#history-gallery .count-1 .item-1 {
  width: calc(100% - 10px);
  padding-bottom: calc(29% - 10px);
}

#hebs-gallery {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: #000 url("../images/loading.gif") 50% 50% no-repeat;
  /* FULL SIZE IMAGE */
  /* FULL SIZE IMAGE -> Navigation */
  /* FULL SIZE IMAGE -> Loading */
  /* THUMBNAILS */
  /* THUMBNAILS -> Navigation */
  /* INFO */
}
#hebs-gallery .galleria {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
#hebs-gallery .close-button {
  position: absolute;
  right: 20px;
  top: 12px;
  width: 17px;
  height: 17px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
  background: url("../images/common.svg") 0 0 no-repeat;
}
#hebs-gallery .close-button:hover {
  background-position: -37px 0;
}
#hebs-gallery .close-button:active {
  background-position: -74px 0;
}
#hebs-gallery .galleria-container {
  position: relative;
  overflow: hidden;
  width: 100% !important;
  height: 100% !important;
}
#hebs-gallery .category-selector {
  position: absolute;
  top: 9px;
  left: 20px;
  z-index: 2;
}
#hebs-gallery .newListSelected {
  position: absolute !important;
  top: 4px;
  left: 20px;
  z-index: 2;
}
#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: #000;
  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: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABAAQMAAACQp+OdAAAAA1BMVEUAAACnej3aAAAAAXRSTlOzEo46UAAAAA5JREFUeAFjoACMglEAAAJAAAGccJWlAAAAAElFTkSuQmCC");
  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: 0 10px;
  position: relative;
  box-sizing: border-box;
}
#testimonials .testimonial {
  display: block;
  float: left;
  width: 100%;
  height: 760px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
}
#testimonials .testimonial .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@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: 700 46px/56px "Gotham WF", sans-serif;
  margin-bottom: 20px;
  color: #D6AD85;
  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 h4:before {
  content: "";
  background: url("../images/sprite.svg") 0 -210px no-repeat;
  width: 39px;
  height: 30px;
  display: block;
  margin: 0 auto 23px;
}
#testimonials .facebook:before {
  content: "";
  background: url("../images/sprite.svg") -61px -210px no-repeat;
  width: 39px;
  height: 30px;
  display: block;
  margin: 0 auto 23px;
}
#testimonials .the-knot:before {
  content: "";
  background: url("../images/the-knot-logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 60px;
  height: 30px;
  display: block;
  margin: 0 auto 23px;
}
#testimonials .google:before {
  content: "";
  background: url("../images/google-logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto 23px;
}
#testimonials .trip-advisor:before {
  content: "";
  background: url("../images/sprite.svg") 0 -210px no-repeat;
  width: 39px;
  height: 30px;
  display: block;
  margin: 0 auto 23px;
}
#testimonials h5 {
  font: 700 14px/24px "Gotham WF", sans-serif;
  margin-bottom: 22px;
}
#testimonials p {
  font: 36px/40px "Garamond WF";
  margin-bottom: 34px;
  color: #fff;
}
@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: 234px 0 0;
  color: #fff;
  position: relative;
  margin-bottom: 10px;
  text-align: center;
}
#feeds span {
  font: 200 36px/40px "Garamond WF";
  color: #B1E4E3;
  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 span {
    padding-bottom: 10px;
    top: 180px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #feeds span {
    top: 100px;
  }
}
#feeds.feeds-loaded span {
  opacity: 0;
  visibility: hidden;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #feeds {
    padding-top: 150px;
  }
}
#feeds .center-column {
  padding: 0;
}
#feeds .feed-header {
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 0) and (max-width: 959px) {
  #feeds .feed-header {
    padding: 0 10px;
  }
}
#feeds .feed-header h4 {
  font: 315px/315px "Smitten Regular";
  color: #343434;
  position: absolute;
  top: -186px;
  left: 0;
  right: 0;
  z-index: 0;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #feeds .feed-header h4 {
    font-size: 130px;
    line-height: 130px;
    top: -135px;
  }
}
#feeds .feed-header .mobile-list {
  display: none;
}
#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 {
  background: none;
  border: 1px solid #bbbec2;
  color: #bbbec2;
  margin: 0 5px 10px 5px;
  transition: all 0.3s ease-in-out;
}
#feeds .feed-category.button.active, #feeds .feed-category.button:hover {
  background: #B1E4E3;
  border-color: transparent;
  color: #000;
}
#feeds .feed-content {
  background: url("../images/feeds-bg.jpg") 50% 50% no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  margin-top: 120px;
}
#feeds .feed-content:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#00000000", GradientType=0);
}
#feeds .feed-content:after {
  content: "";
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#feeds .feed-content .button {
  margin: 30px auto;
  z-index: 1;
  display: block;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #feeds .feed-content {
    margin-top: -30px;
  }
}
#feeds .feed-items {
  position: relative;
  margin: 0 auto;
  width: 100%;
  z-index: 1;
}
#feeds .feed-items:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #feeds .feed-items {
    width: 276px;
    margin: 0 auto;
  }
}
#feeds .feed-item {
  position: relative;
  float: left;
  width: 276px;
  height: auto;
  margin: 0 10px 10px 0;
  font: normal 14px/24px "Gotham WF", sans-serif;
  text-align: center;
}
#feeds .feed-item a {
  text-decoration: none;
}
#feeds .feed-item .feed-thumb {
  height: 100%;
  width: 100%;
  display: block;
  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: 100%;
  background: rgba(0, 0, 0, 0.25);
  transition: background 0.3s ease-in-out;
}
#feeds .feed-item:hover .feed-thumb:before {
  background: none;
}
#feeds .feed-item:hover .feed-time {
  color: #D6AD85;
}
#feeds .feed-item .feed-descr {
  padding: 15px 20px 35px 20px;
  box-sizing: border-box;
  position: relative;
  text-align: left;
}
#feeds .feed-item .feed-descr .feed-profile {
  text-decoration: none;
  color: #000;
  position: relative;
  padding-left: 25px;
  display: block;
  margin-bottom: 3px;
}
#feeds .feed-item .feed-descr .feed-profile:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/sprite.svg") -40px -50px no-repeat;
  width: 20px;
  height: 20px;
}
#feeds .feed-item .feed-descr .feed-text {
  font-size: 14px;
  line-height: 24px;
  color: #EDEEEF;
  overflow: hidden;
}
#feeds .feed-item .feed-time {
  padding-top: 50px;
  font: 700 30px/56px "Gotham WF", sans-serif;
  color: #EDEEEF;
  display: block;
  transition: all 0.3s ease-in-out;
  position: relative;
  text-align: center;
}
#feeds .feed-item .feed-time:before {
  content: "";
  display: block;
  margin: 0 auto 2px;
  width: 30px;
  height: 6px;
  background: #D6AD85;
}
#feeds .feed-item .feed-time:after {
  content: "";
  background: url("../images/sprite.svg") -62px -210px no-repeat;
  display: block;
  margin: -112px auto 0;
  width: 40px;
  height: 30px;
}
#feeds .feed-item.facebook .feed-time, #feeds .feed-item.pressroom .feed-time {
  margin-bottom: 60px;
}
#feeds .feed-item.facebook .feed-thumb, #feeds .feed-item.pressroom .feed-thumb {
  height: 406px;
}
#feeds .feed-item.facebook .feed-thumb:before, #feeds .feed-item.pressroom .feed-thumb:before {
  height: 406px;
}
#feeds .feed-item.facebook .feed-thumb .feed-time, #feeds .feed-item.pressroom .feed-thumb .feed-time {
  padding-top: 200px;
}
#feeds .feed-item.pressroom .feed-time:after {
  background-position: -223px -270px;
}
#feeds .feed-item.twitter {
  min-height: 280px;
}
#feeds .feed-item.twitter .feed-time {
  margin-bottom: 60px;
}
#feeds .feed-item.twitter .feed-time:after {
  background-position: -171px -205px;
}
#feeds .feed-item.twitter .feed-thumb {
  height: 406px;
}
#feeds .feed-item.instagram {
  height: 276px;
}
#feeds .feed-item.instagram .feed-time {
  padding-top: 141px;
}
#feeds .feed-item.instagram .feed-time:after {
  background-position: -112px -210px;
}
#feeds .feed-item.instagram:hover:after {
  pointer-events: none;
}

/* Home Page Layout */
#homepage-rooms {
  margin: 0 auto 70px auto;
  width: 100%;
  max-width: 1440px;
  padding: 0;
  text-align: center;
  font-size: 0;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #homepage-rooms {
    margin-bottom: 30px;
  }
}
#homepage-rooms h3 {
  font: 36px/40px "Garamond WF";
  color: #B1E4E3;
  font-weight: 200;
  margin-bottom: 32px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #homepage-rooms h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
#homepage-rooms .rooms-entry {
  display: inline-block;
  vertical-align: top;
  width: calc(33% - 10px);
  margin: 0 5px;
  height: 467px;
  padding: 36px 37px;
  background-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 .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#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/35px "Gotham WF", 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;
}
#homepage-rooms .rooms-entry h4 a {
  text-decoration: none;
  color: #EDEEEF;
}
#homepage-rooms .rooms-entry h4 a:hover {
  color: #B1E4E3;
}
@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 {
  position: absolute;
  right: -40px;
  bottom: 80px;
  width: 160px;
  padding: 0;
  background: #000000;
  color: #D6AD85;
  transform: rotate(270deg);
  z-index: 1;
}
#homepage-rooms .rooms-entry .button:hover {
  background: #B1E4E3;
  color: #fff;
}
#homepage-rooms .rooms-entry .button:active {
  background: #FBBDD2;
  color: #201300;
  border-color: transparent;
}
#homepage-rooms .slick-track,
#homepage-rooms .slick-list {
  padding: 0 !important;
  margin: 0 auto;
}
#homepage-rooms .slick-arrow {
  margin-top: 15px;
}
#homepage-rooms .slick-next {
  right: 25px;
}
#homepage-rooms .slick-prev {
  left: 25px;
}

/* TEMPLATE 3*/
.rooms,
.room {
  margin-bottom: 40px;
  padding: 0 10px;
}
.rooms .mobile-list,
.room .mobile-list {
  display: none;
}
@media only screen and (min-width: 0) and (max-width: 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 #D6AD85;
}
.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 #979797;
    border-top: 0;
  }
}
.rooms #categories-list button,
.room #categories-list button {
  background: none;
  border: 1px solid #9AA2AA;
  color: #9AA2AA;
  margin: 0 5px 10px 5px;
}
.rooms #categories-list button:hover, .rooms #categories-list button.active,
.room #categories-list button:hover,
.room #categories-list button.active {
  background: #B1E4E3;
  border: 1px solid #B1E4E3;
  color: #000;
}
.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 .categories-descr .category-descr .category-title,
.room .categories-descr .category-descr .category-title {
  color: #d6ad85;
  font: 700 46px/56px Gotham WF, sans-serif;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.rooms .rooms-entry,
.room .rooms-entry {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 350px;
  background: #000;
  margin: 20px 0;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .rooms .rooms-entry,
  .room .rooms-entry {
    height: auto;
    margin: 0;
  }
}
.rooms .rooms-entry .description,
.room .rooms-entry .description {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  height: 100%;
  width: 50%;
  padding: 30px 40px 30px 30px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .rooms .rooms-entry .description,
  .room .rooms-entry .description {
    position: static;
    height: auto;
    width: 100%;
    padding: 30px 15px 25px;
    background: #191919;
    margin-bottom: 10px;
  }
}
.rooms .rooms-entry .description h3,
.room .rooms-entry .description h3 {
  margin: 0 0 5px;
  color: #D6AD85;
  text-transform: uppercase;
  font: 700 24px/26px "Gotham WF", sans-serif;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .rooms .rooms-entry .description h3,
  .room .rooms-entry .description h3 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
  }
}
.rooms .rooms-entry .description > a,
.room .rooms-entry .description > a {
  text-decoration: none;
}
.rooms .rooms-entry .description > a:hover h3,
.room .rooms-entry .description > a:hover h3 {
  color: #B1E4E3;
}
.rooms .rooms-entry .description p,
.room .rooms-entry .description p {
  font-size: 14px;
  line-height: 22px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .rooms .rooms-entry .description p,
  .room .rooms-entry .description p {
    font-size: 15px;
    line-height: 18px;
  }
}
.rooms .rooms-entry .description nav,
.room .rooms-entry .description nav {
  position: absolute;
  bottom: 30px;
  left: 30px;
  white-space: nowrap;
  font-size: 18px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .rooms .rooms-entry .description nav,
  .room .rooms-entry .description nav {
    position: static;
    white-space: normal;
    font-size: 15px;
    width: 100%;
    margin-top: 10px;
  }
}
.rooms .rooms-entry .description nav a,
.room .rooms-entry .description nav a {
  /*color:inherit;*/
}
.rooms .rooms-entry .description nav a:hover,
.room .rooms-entry .description nav a:hover {
  color: #333;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .rooms .rooms-entry .description nav a,
  .room .rooms-entry .description nav a {
    font-size: 16px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .rooms .rooms-entry .description nav a,
  .room .rooms-entry .description nav a {
    font-size: 12px;
    /*line-height:22px;*/
    margin: 5px 0 5px 0;
    display: inline-block;
    text-transform: uppercase;
    color: #333;
  }
}
.rooms .rooms-entry .description nav a + a,
.room .rooms-entry .description nav a + a {
  margin-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .rooms .rooms-entry .description nav a + a,
  .room .rooms-entry .description nav a + a {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .rooms .rooms-entry .description nav a + a,
  .room .rooms-entry .description nav a + a {
    margin-left: 10px;
  }
}
.rooms .rooms-entry .background,
.room .rooms-entry .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@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: #fff;
  text-decoration: none;
}
.rooms .rooms-entry .background .price .number,
.room .rooms-entry .background .price .number {
  font-size: 36px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .rooms .rooms-entry .background .price .number,
  .room .rooms-entry .background .price .number {
    font-size: 26px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .rooms .rooms-entry .background .price,
  .room .rooms-entry .background .price {
    right: 0;
    font-size: 14px;
    line-height: 20px;
    bottom: 20px;
    margin-right: 20px;
  }
}
.rooms .rooms-entry .background a.price:hover,
.room .rooms-entry .background a.price:hover {
  color: #D6AD85;
}
.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: rgb(0, 0, 0);
  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(0, 0, 0, 0.6);
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .rooms .rooms-entry .background .view-gallery,
  .room .rooms-entry .background .view-gallery {
    top: 20px;
    bottom: auto;
  }
}
.rooms .rooms-entry .background .view-gallery:after,
.room .rooms-entry .background .view-gallery:after {
  content: "";
  display: block;
  width: 22px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -11px;
  background: url("../images/common.svg") no-repeat -600px -40px;
}

.page-content .single-room .rooms-entry {
  height: auto;
}
.page-content .single-room .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;
}

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

.mobile-list {
  display: none;
  font: normal 16px/50px "Gotham WF", sans-serif;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  background: #000;
  border: 1px solid #979797;
  position: relative;
  padding: 0 35px;
  margin-bottom: 20px;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mobile-list:after {
  content: "";
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: middle;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #fff;
  border-bottom: 0;
  position: absolute;
  right: 15px;
  top: 20px;
}
@media only screen and (min-width: 0) and (max-width: 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 #979797;
    border-top: 0;
  }
  #categories-list.visible {
    display: block;
  }
  #categories-list.visible .button {
    color: #fff;
    margin: 0;
    display: block;
    border: 0;
    white-space: normal;
    height: auto;
    line-height: 20px;
    padding: 15px 10px;
    width: 100%;
    box-sizing: border-box;
    font-weight: normal;
  }
  #categories-list.visible .button:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: -1px;
    width: 50px;
    height: 1px;
    background: #979797;
  }
  #categories-list.visible .button:first-child:after {
    display: none;
  }
  #categories-list.visible .button:hover, #categories-list.visible .button.active {
    border: 0;
    background: none;
    color: #D6AD85;
  }
}
#categories-list .text {
  display: none;
}
#categories-list .button {
  background: none;
  border: 1px solid #9AA2AA;
  color: #9AA2AA;
  margin: 0 5px 10px 5px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #categories-list .button {
    margin-bottom: 0;
  }
}
#categories-list .button.active, #categories-list .button:hover {
  background: #B1E4E3;
  border: 1px solid #B1E4E3;
  color: #000;
}

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

.experience-custom #content {
  opacity: 0.95;
  background: linear-gradient(0deg, #000 0%, #28414A 20%, #749BAA 39.5%, #B8ABA7 60%, #D9AB94 80%, #000 100%);
}

.full-content {
  position: relative;
  padding: 0 15px;
  margin-bottom: 100px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .full-content {
    margin-bottom: 64px;
  }
}
.full-content__content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  max-width: 1283px;
  margin: 0 auto;
  padding-bottom: 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .full-content__content {
    padding-bottom: 64px;
  }
}
.full-content__content .left {
  flex: 0 0 50%;
  max-width: 50%;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .full-content__content .left {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.full-content__content .left h2 {
  font: 700 46px/56px "Gotham WF", sans-serif;
  color: #D6AD85;
  text-transform: uppercase;
  max-width: 540px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .full-content__content .left h2 {
    font-size: 26px;
    line-height: 30px;
    padding: 0 0 16px 0;
    box-sizing: border-box;
  }
}
.full-content__content .right {
  flex: 0 0 50%;
  max-width: 50%;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .full-content__content .right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.full-content__content .right p {
  margin-bottom: 24px;
}

.experience-acm {
  position: relative;
  padding: 50px 0;
}
@media screen and (max-width: 1200px) {
  .experience-acm {
    padding: 0;
  }
}
.experience-acm:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 100%; /* Adjust height based on your needs */
  background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="40" height="600"%3E%3Cpath d="M 25 0 C 60 130, 0 180, 25 340 S 0 500, 25 600 S 0 700, 25 800" stroke="%23ECEEEF" stroke-width=".5" fill="none" stroke-dasharray="1,1"%3E%3C/path%3E%3C/svg%3E') no-repeat;
  background-size: contain;
  background-position: top;
  background-repeat: repeat-y;
  z-index: 9;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 1200px) {
  .experience-acm:before {
    content: none;
  }
}
.experience-acm .top-dot {
  position: absolute;
  left: 50.3%;
  top: -5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #ECEEEF;
}
@media screen and (max-width: 1200px) {
  .experience-acm .top-dot {
    display: none;
  }
}
.experience-acm .bottom-dot {
  position: absolute;
  bottom: -5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #ECEEEF;
}
@media screen and (min-width: 1200px) {
  .experience-acm .bottom-dot {
    left: 51.5%;
  }
}
@media screen and (min-width: 1300px) {
  .experience-acm .bottom-dot {
    left: 49%;
  }
}
@media screen and (min-width: 1400px) {
  .experience-acm .bottom-dot {
    left: 50%;
  }
}
@media screen and (min-width: 1500px) {
  .experience-acm .bottom-dot {
    left: 51%;
  }
}
@media screen and (min-width: 1600px) {
  .experience-acm .bottom-dot {
    left: 51.5%;
  }
}
@media screen and (min-width: 1700px) {
  .experience-acm .bottom-dot {
    left: 51.5%;
  }
}
@media screen and (min-width: 1800px) {
  .experience-acm .bottom-dot {
    left: 49.5%;
  }
}
@media screen and (max-width: 1200px) {
  .experience-acm .bottom-dot {
    display: none;
  }
}
.experience-acm__inner {
  max-width: 1283px;
  margin: 0 auto;
}
.experience-acm__block {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-bottom: 100px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .experience-acm__block {
    margin-bottom: 64px;
  }
}
.experience-acm__block:last-child {
  margin-bottom: 0;
}
.experience-acm__block:nth-child(even) .experience-acm__content {
  order: 2;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .experience-acm__block:nth-child(even) .experience-acm__content {
    order: 1;
  }
}
.experience-acm__block:nth-child(even) .experience-acm__content .content {
  padding: 120px 120px 120px 200px;
}
@media screen and (max-width: 1200px) {
  .experience-acm__block:nth-child(even) .experience-acm__content .content {
    padding: 60px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .experience-acm__block:nth-child(even) .experience-acm__content .content {
    padding: 15px 15px 40px 15px;
  }
}
.experience-acm__block:nth-child(even) .experience-acm__image {
  order: 1;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .experience-acm__block:nth-child(even) .experience-acm__image {
    order: 2;
  }
}
.experience-acm__content {
  flex: 0 0 55%;
  max-width: 55%;
  order: 1;
}
@media screen and (max-width: 1200px) {
  .experience-acm__content {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .experience-acm__content {
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
  }
}
.experience-acm__content .content {
  padding: 120px 200px 120px 120px;
}
@media screen and (max-width: 1200px) {
  .experience-acm__content .content {
    padding: 60px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .experience-acm__content .content {
    padding: 15px 15px 40px 15px;
  }
}
.experience-acm__content .content h4 {
  font: 700 46px/56px "Gotham WF", sans-serif;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 20px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .experience-acm__content .content h4 {
    font-size: 26px;
    line-height: 30px;
    padding: 0 0 16px 0;
    box-sizing: border-box;
  }
}
.experience-acm__content .content p {
  color: #000;
}
.experience-acm__content .content.white p, .experience-acm__content .content.white h4 {
  color: #fff;
}
.experience-acm__image {
  flex: 0 0 45%;
  max-width: 45%;
  order: 2;
}
@media screen and (max-width: 1200px) {
  .experience-acm__image {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .experience-acm__image {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
  }
}
.experience-acm__image .icon {
  width: 68px;
  height: 68px;
  position: absolute;
  left: 49%;
  z-index: 9;
  border: 2px solid #ECEEEF;
  border-radius: 50%;
}
@media screen and (max-width: 1200px) {
  .experience-acm__image .icon {
    display: none;
  }
}
.experience-acm__image .icon img {
  width: 42px;
  height: 42px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.experience-acm__image .img-holder {
  width: 100%;
  height: 100%;
  max-height: 640px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .experience-acm__image .img-holder {
    padding: 0 15px;
    width: calc(100% - 30px);
    max-height: 240px;
  }
}
.experience-acm__image .img-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.the-team {
  padding: 0 15px;
  position: relative;
  margin-top: 20px;
}
.the-team__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .the-team__inner {
    -moz-column-count: 2;
    column-count: 2;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 8px;
    column-gap: 8px;
  }
}
.the-team__item {
  position: relative;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .the-team__item {
    margin-bottom: 8px;
  }
}
.the-team__item.member {
  position: relative;
  box-sizing: border-box;
}
.the-team__item.member.large {
  grid-column: span 1;
  grid-row: span 2;
}
.the-team__item.member:before {
  content: none;
}
.the-team__item.member img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.the-team__item.member .content {
  display: none;
}
.the-team__item.member .content a {
  color: #fff;
  text-align: center;
  font-family: "Gotham WF", sans-serif;
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: 29px; /* 107.407% */
  letter-spacing: -0.54px;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .the-team__item.member .content a {
    font-size: 16px;
    line-height: 18px;
  }
}
.the-team__item.member:hover {
  transition: all 0.3s ease-in-out;
}
.the-team__item.member:hover .content {
  display: inline-block;
  position: absolute;
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.the-team__item.member:hover .content h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.the-team__item.text {
  background-color: #D6A97E;
  cursor: pointer;
}
.the-team__item.text:hover {
  background-color: #B1E4E2;
}
.the-team__item.text a {
  color: #181818;
  text-align: center;
  font-family: "Gotham WF", sans-serif;
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: 29px; /* 107.407% */
  letter-spacing: -0.54px;
  text-transform: uppercase;
  text-decoration: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .the-team__item.text a {
    font-size: 16px;
    line-height: 18px;
  }
}
.the-team__item.text a:after {
  width: 32px;
  height: 5px;
  background-color: #181818;
  position: absolute;
  left: 50%;
  content: "";
  transform: translateX(-50%);
  bottom: -10px;
}

.info-team-block.show {
  display: inline-block !important;
  position: absolute;
  right: 22%;
  top: 0;
  background-color: #191919;
  width: 50%;
  padding: 76px 50px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .info-team-block.show {
    width: 100%;
    padding: 120px 24px;
    box-sizing: border-box;
    right: 0;
  }
}
.info-team-block .info-content .info-team-tumbnail {
  width: 250px;
  height: 300px;
}
.info-team-block .info-content .info-team-tumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.info-team-block .info-content.show {
  display: inline-block;
}
.info-team-block .info-content.show .name {
  font: 700 30px/32px "Gotham WF", sans-serif;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #D6AD85;
  text-transform: uppercase;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .info-team-block .info-content.show .name {
    font-size: 26px;
    line-height: 30px;
  }
}
.info-team-block .info-content.show .designation {
  font: 200 24px/32px "Garamond WF";
  color: #B1E4E3;
  margin-bottom: 25px;
  padding-bottom: 24px;
  position: relative;
}
.info-team-block .info-content.show .designation:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 1px;
  background-color: #ECEEEF;
  content: "";
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .info-team-block .info-content.show .designation {
    font-size: 24px;
    line-height: 28px;
  }
}
.info-team-block .info-content.show .button {
  margin-top: 20px;
}
.info-team-block .close {
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
  display: none;
}

.hotel-location-map, .poi-map-canvas {
  height: 444px;
  background: #e5e3df;
}
.hotel-location-map h4, .poi-map-canvas h4 {
  margin: 0;
  font: 16px/20px "Gotham WF", sans-serif;
  text-transform: uppercase;
  color: #D6AD85;
}
.hotel-location-map p, .poi-map-canvas p {
  color: #000;
  margin: 5px 0 0;
}
.hotel-location-map .button, .poi-map-canvas .button {
  display: block;
}
.hotel-location-map .map-content, .poi-map-canvas .map-content {
  overflow: hidden;
}

.pressroom {
  text-align: center;
}
.pressroom .pressroom-item {
  display: none;
  vertical-align: top;
  width: calc(33% - 20px);
  height: 400px;
  margin: 15px 10px 20px 10px;
  position: relative;
  overflow: hidden;
  border: 1px solid #D6AD85;
  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: #D6AD85;
  text-transform: uppercase;
}
.pressroom .pressroom-item time {
  display: block;
  color: #B1E4E3;
  margin: 5px 0;
}
.pressroom .pressroom-item .description {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  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;
}
.pressroom .button-container {
  margin: 20px auto;
  text-align: center;
}

.galleries {
  text-align: center;
}
.galleries .gallery {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: calc(33% - 7px);
  margin: 5px;
  height: 350px;
  display: inline-block;
  vertical-align: top;
  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 20px/30px "Gotham WF", sans-serif;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  padding: 0 15px;
  transition: all 0.3s ease-in-out;
}
.galleries .gallery:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -1px;
}
.galleries .gallery:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.25);
  transition: background 0.3s ease-in-out;
}
.galleries .gallery:hover 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 #D6AD85;
}
.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 input[type=text], .form input[type=date], .form textarea, .form select {
  background-color: #1A1A1A !important;
  color: inherit;
  height: 45px;
  padding: 0 10px;
  resize: none;
  width: 250px;
  box-sizing: border-box;
  border: 1px solid #383838;
  font-size: 14px;
  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 {
  margin-left: 20px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .form .controls .button {
    display: inline-block;
    margin: 0;
  }
}

form input[type=text] {
  color: #fff;
}

#newsletter-form .optInCheckbox-container {
  text-align: center;
}
#newsletter-form .optInCheckbox-container span {
  float: none;
}
#newsletter-form .optInCheckbox-container input {
  margin-top: 5px;
  margin-right: 5px;
}

#search-form {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #search-form {
    display: block;
  }
}
#search-form label {
  width: auto;
  margin: 0 20px 0 0;
}
#search-form .button {
  height: 45px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #search-form .button {
    width: 100%;
  }
}

#homepage-poi {
  text-align: center;
}
#homepage-poi h3 {
  font: 700 46px/56px "Gotham WF", sans-serif;
  color: #D6AD85;
  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;
  }
}
#homepage-poi h3:before {
  content: "";
  display: block;
  margin: 0 auto 67px auto;
  width: 80px;
  height: 1px;
  background: #2A2A2A;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #homepage-poi h3:before {
    margin-bottom: 30px;
  }
}

.poi .mobile-list {
  margin-top: 25px;
}
@media only screen and (min-width: 0) and (max-width: 959px) {
  .poi .hidden {
    display: none;
  }
}
.poi .center-column:first-child {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 0) and (max-width: 959px) {
  .poi .center-column:first-child {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

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

.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 #14639d;
  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: #fff;
    position: absolute;
  }
}

.poi-slider-container {
  color: #fff;
  display: inline-block;
}
@media only screen and (min-width: 0) and (max-width: 959px) {
  .poi-slider-container {
    color: #000;
    text-align: center;
    width: 100%;
    padding: 25px 0 25px 0;
  }
}
.poi-slider-container .distance {
  text-transform: uppercase;
  display: inline-block;
  font: bold 18px/24px "Gotham WF", sans-serif;
  color: #fff;
  margin: 0 20px 0 30px;
}
@media only screen and (min-width: 0) and (max-width: 959px) {
  .poi-slider-container .distance {
    color: #000;
    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 "Gotham WF", sans-serif;
  color: #D6AD85;
  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 .poi-map-wrapper .poi-gradient {
  background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#cc000000", endColorstr="#00ffffff",GradientType=0 );
  position: absolute;
  height: 100px;
  width: 100%;
  top: 0;
  z-index: 1;
}
@media only screen and (min-width: 0) and (max-width: 959px) {
  .poi .poi-map-wrapper .poi-gradient {
    display: none;
  }
}
.poi .categories-list {
  position: absolute;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  margin: 33px 0 15px 0;
  padding: 0 40px;
  font-size: 0;
  z-index: 401;
  top: -10px;
}
.poi .categories-list button {
  background: none;
  border: 0;
  border-left: 1px solid #2A2A2A;
}
@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 #979797;
    border-top: 0;
    position: relative;
    padding: 0 10px;
  }
  .poi .categories-list.visible {
    display: block;
  }
  .poi .categories-list.visible button {
    text-transform: uppercase;
    background: none;
    display: block;
    border: 0;
    white-space: normal;
    height: auto;
    font-size: 16px;
    line-height: 50px;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
  }
  .poi .categories-list.visible button:after {
    content: none;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: -1px;
    width: 50px;
    height: 1px;
    background: #d6d6d6;
  }
  .poi .categories-list.visible button:first-child:after {
    display: none;
  }
  .poi .categories-list.visible button:hover, .poi .categories-list.visible button.active {
    border: 0;
    background: none;
    color: #d9b287;
  }
}

@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: 14px/40px "Gotham WF", sans-serif;
  display: inline-block;
  position: relative;
  text-align: center;
  color: #fff;
  line-height: 40px;
  height: 40px;
  margin-right: 20px;
  padding: 0 0 0 65px;
}
.maps-overlay-wrapper button:first-child {
  border: 0;
}
@media only screen and (min-width: 1140px) {
  .maps-overlay-wrapper button {
    text-align: left;
  }
}
@media only screen and (min-width: 0) and (max-width: 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: #d9b287;
}
.maps-overlay-wrapper button:before, .maps-overlay-wrapper .mobile-list:before {
  position: absolute;
  background: url("../images/sprite.svg") no-repeat 100px 100px;
  content: "";
  left: 20px;
  top: 0;
  height: 28px;
  width: 28px;
}
@media only screen and (min-width: 1140px) {
  .maps-overlay-wrapper button:before, .maps-overlay-wrapper .mobile-list:before {
    display: block;
    position: absolute;
  }
}
@media only screen and (min-width: 0) and (max-width: 959px) {
  .maps-overlay-wrapper button:before, .maps-overlay-wrapper .mobile-list:before {
    position: relative;
    display: inline-block;
    margin-right: 0;
    top: 3px;
    left: -10px !important;
  }
}
.maps-overlay-wrapper button:hover:before, .maps-overlay-wrapper button.active:before, .maps-overlay-wrapper button:active:before, .maps-overlay-wrapper .mobile-list:hover:before, .maps-overlay-wrapper .mobile-list.active:before, .maps-overlay-wrapper .mobile-list:active:before {
  background-position: 100px 100px;
}
.maps-overlay-wrapper button.icon-restaurants:before, .maps-overlay-wrapper .mobile-list.icon-restaurants:before {
  left: 30px;
  background-position: -338px -75px;
}
.maps-overlay-wrapper button.icon-museums:before, .maps-overlay-wrapper .mobile-list.icon-museums:before {
  background-position: -386px -75px;
}
.maps-overlay-wrapper button.icon-shopping:before, .maps-overlay-wrapper .mobile-list.icon-shopping:before {
  background-position: -445px -75px;
}
.maps-overlay-wrapper button.icon-universities:before, .maps-overlay-wrapper .mobile-list.icon-universities:before {
  background-position: -678px -75px;
}
.maps-overlay-wrapper button.icon-parks-recreation:before, .maps-overlay-wrapper .mobile-list.icon-parks-recreation:before {
  background-position: -632px -75px;
}
.maps-overlay-wrapper button.icon-sports:before, .maps-overlay-wrapper .mobile-list.icon-sports:before {
  top: 3px;
  background-position: -587px -78px;
}
.maps-overlay-wrapper button.icon-arts-culture:before, .maps-overlay-wrapper .mobile-list.icon-arts-culture:before {
  background-position: -497px -75px;
}
.maps-overlay-wrapper button.icon-sights:before, .maps-overlay-wrapper .mobile-list.icon-sights:before {
  background-position: -543px -75px;
}
.maps-overlay-wrapper button.icon-nightlife:before, .maps-overlay-wrapper .mobile-list.icon-nightlife:before {
  background-position: -543px -75px;
}
.maps-overlay-wrapper button.icon-business:before, .maps-overlay-wrapper .mobile-list.icon-business:before {
  background-position: -692px -193px;
}
.maps-overlay-wrapper button:hover.icon-restaurants:before, .maps-overlay-wrapper button.active.icon-restaurants:before, .maps-overlay-wrapper button:active.icon-restaurants:before, .maps-overlay-wrapper .mobile-list:hover.icon-restaurants:before, .maps-overlay-wrapper .mobile-list.active.icon-restaurants:before, .maps-overlay-wrapper .mobile-list:active.icon-restaurants:before {
  background-position: -338px -120px;
}
.maps-overlay-wrapper button:hover.icon-museums:before, .maps-overlay-wrapper button.active.icon-museums:before, .maps-overlay-wrapper button:active.icon-museums:before, .maps-overlay-wrapper .mobile-list:hover.icon-museums:before, .maps-overlay-wrapper .mobile-list.active.icon-museums:before, .maps-overlay-wrapper .mobile-list:active.icon-museums:before {
  background-position: -386px -120px;
}
.maps-overlay-wrapper button:hover.icon-shopping:before, .maps-overlay-wrapper button.active.icon-shopping:before, .maps-overlay-wrapper button:active.icon-shopping:before, .maps-overlay-wrapper .mobile-list:hover.icon-shopping:before, .maps-overlay-wrapper .mobile-list.active.icon-shopping:before, .maps-overlay-wrapper .mobile-list:active.icon-shopping:before {
  background-position: -445px -120px;
}
.maps-overlay-wrapper button:hover.icon-arts-culture:before, .maps-overlay-wrapper button.active.icon-arts-culture:before, .maps-overlay-wrapper button:active.icon-arts-culture:before, .maps-overlay-wrapper .mobile-list:hover.icon-arts-culture:before, .maps-overlay-wrapper .mobile-list.active.icon-arts-culture:before, .maps-overlay-wrapper .mobile-list:active.icon-arts-culture:before {
  background-position: -497px -120px;
}
.maps-overlay-wrapper button:hover.icon-sights:before, .maps-overlay-wrapper button.active.icon-sights:before, .maps-overlay-wrapper button:active.icon-sights:before, .maps-overlay-wrapper .mobile-list:hover.icon-sights:before, .maps-overlay-wrapper .mobile-list.active.icon-sights:before, .maps-overlay-wrapper .mobile-list:active.icon-sights:before {
  background-position: -543px -120px;
}
.maps-overlay-wrapper button:hover.icon-parks-recreation:before, .maps-overlay-wrapper button.active.icon-parks-recreation:before, .maps-overlay-wrapper button:active.icon-parks-recreation:before, .maps-overlay-wrapper .mobile-list:hover.icon-parks-recreation:before, .maps-overlay-wrapper .mobile-list.active.icon-parks-recreation:before, .maps-overlay-wrapper .mobile-list:active.icon-parks-recreation:before {
  background-position: -632px -120px;
}
.maps-overlay-wrapper button:hover.icon-sports:before, .maps-overlay-wrapper button.active.icon-sports:before, .maps-overlay-wrapper button:active.icon-sports:before, .maps-overlay-wrapper .mobile-list:hover.icon-sports:before, .maps-overlay-wrapper .mobile-list.active.icon-sports:before, .maps-overlay-wrapper .mobile-list:active.icon-sports:before {
  background-position: -587px -123px;
}
.maps-overlay-wrapper button:hover.icon-universities:before, .maps-overlay-wrapper button.active.icon-universities:before, .maps-overlay-wrapper button:active.icon-universities:before, .maps-overlay-wrapper .mobile-list:hover.icon-universities:before, .maps-overlay-wrapper .mobile-list.active.icon-universities:before, .maps-overlay-wrapper .mobile-list:active.icon-universities:before {
  background-position: -678px -120px;
}
.maps-overlay-wrapper button:hover.icon-nightlife:before, .maps-overlay-wrapper button.active.icon-nightlife:before, .maps-overlay-wrapper button:active.icon-nightlife:before, .maps-overlay-wrapper .mobile-list:hover.icon-nightlife:before, .maps-overlay-wrapper .mobile-list.active.icon-nightlife:before, .maps-overlay-wrapper .mobile-list:active.icon-nightlife:before {
  background-position: -543px -120px;
}
.maps-overlay-wrapper button:hover.icon-business:before, .maps-overlay-wrapper button.active.icon-business:before, .maps-overlay-wrapper button:active.icon-business:before, .maps-overlay-wrapper .mobile-list:hover.icon-business:before, .maps-overlay-wrapper .mobile-list.active.icon-business:before, .maps-overlay-wrapper .mobile-list:active.icon-business:before {
  background-position: -692px -243px;
}

.infobox-window {
  text-align: center;
  box-sizing: border-box;
  background: #000;
  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 "Gotham WF", sans-serif;
  color: #EDEEEF;
  text-transform: uppercase;
  padding-top: 39px;
  margin-bottom: 5px;
  position: relative;
}
.infobox-window h4:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 6px;
  background: #fff;
  left: 50%;
  top: 20px;
  margin-left: -15px;
}
.infobox-window p {
  font: 14px/24px "Gotham WF", sans-serif;
  color: #EDEEEF;
  text-transform: uppercase;
  margin: 0 0 5px 0;
  position: relative;
}
.infobox-window a {
  color: #D6AD85;
  position: relative;
}
.infobox-window a:hover {
  color: #fff;
  text-decoration: underline;
}
.infobox-window .email {
  text-decoration: none;
  text-transform: none;
  font-family: "Gotham WF", sans-serif;
}
.infobox-window .button {
  display: inline-block;
  margin-top: 10px;
  color: #000;
}
.infobox-window .button:hover {
  color: #000;
  text-decoration: none;
}
.infobox-window .button:active {
  background: none;
  color: #9AA2AA;
  border: 1px solid #9AA2AA;
}
.infobox-window .poi-overlay {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  min-height: 220px;
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  opacity: 0.3; /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  z-index: 0;
  border: 4px solid #000;
  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 {
  width: 295px;
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
  background: none;
  color: #333;
  box-shadow: none;
}

.leaflet-container a.leaflet-popup-close-button {
  display: none;
}

.activities .poi .categories-list {
  padding: 0 0px;
}
.activities .maps-overlay-wrapper button {
  margin-right: 10px;
  padding: 0 0 0 55px;
}

@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: #EDEEEF;
}
@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: #D6AD85;
}
#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: #1A1A1A;
  color: inherit;
  height: 45px;
  padding: 0 10px;
  resize: none;
  width: 250px;
  box-sizing: border-box;
  border: 1px solid #383838;
  font-size: 14px;
  line-height: 44px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #calendar-filter select {
    margin-bottom: 10px;
    padding: 0 20px;
    width: 100%;
    text-align: left;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #calendar-filter {
    margin-top: 10px;
    float: none;
  }
}
#calendar-filter .SSContainerDivWrapper {
  left: auto !important;
  right: 0;
}

#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 #b7b7b7;
  color: #b7b7b7;
}
#calendar-year a:hover {
  border-color: #B1E4E3;
  color: #B1E4E3;
}
#calendar-year .active a {
  border-color: #D6AD85;
  color: #D6AD85;
}
#calendar-year .active a:hover {
  border-color: #B1E4E3;
  color: #B1E4E3;
}

#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: #B1E4E3;
}
@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: #D6AD85;
  color: #000;
}
#calendar-month a.active {
  background: #B1E4E3;
  color: #000;
}
#calendar-month a.active:hover {
  background: #1A1A1A;
  color: #fff;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #calendar-month {
    -moz-text-align-last: auto;
         text-align-last: auto;
  }
  #calendar-month li {
    display: none;
  }
  #calendar-month li.current, #calendar-month li.prev, #calendar-month li.next {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 30%;
  }
  #calendar-month li.current a {
    font-size: 12px;
    padding: 0 10px;
    display: block;
  }
  #calendar-month li.prev a, #calendar-month li.next a {
    display: block;
    font-size: 12px;
    padding-right: 0;
    padding-left: 30px;
  }
  #calendar-month li.prev a:after, #calendar-month li.next a:after {
    background: url("../images/common.svg") -200px -196px no-repeat;
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: 11px;
    width: 11px;
    height: 18px;
  }
  #calendar-month li.prev a:hover, #calendar-month li.next a:hover {
    background-color: transparent;
    color: #D6AD85;
  }
  #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: #1A1A1A;
}
#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 #D6AD85;
  background: #1A1A1A;
}
@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: #000;
}
#calendar-days li.prev_month, #calendar-days li.next_month {
  border: 1px solid #1A1A1A;
  background: none;
}
#calendar-days li.prev_month time a, #calendar-days li.next_month time a {
  color: #595756;
}
#calendar-days li.prev_month time a:hover, #calendar-days li.next_month time a:hover {
  background: #f1f1f1;
}
#calendar-days li.day_items3 {
  height: 9em;
}
#calendar-days li.day_items4 {
  height: 11em;
}
#calendar-days li.day_items5 {
  height: 13em;
}
#calendar-days li.day_items6 {
  height: 15em;
}
#calendar-days li.day_items7 {
  height: 17em;
}
#calendar-days li.day_items8 {
  height: 19em;
}
#calendar-days li.day_items9 {
  height: 21em;
}
#calendar-days li.day_items10 {
  height: 23em;
}
#calendar-days li.day_items11 {
  height: 25em;
}
#calendar-days li.day_items12 {
  height: 27em;
}
#calendar-days li.day_items13 {
  height: 29em;
}
#calendar-days li.day_items14 {
  height: 31em;
}
#calendar-days li.day_items15 {
  height: 33em;
}
#calendar-days li.day_items16 {
  height: 35em;
}
#calendar-days li.day_items17 {
  height: 37em;
}
#calendar-days li.day_items18 {
  height: 39em;
}
#calendar-days li.day_items19 {
  height: 41em;
}
#calendar-days li.day_items20 {
  height: 43em;
}
#calendar-days dl {
  display: block;
  height: 2em;
}
#calendar-days dl:hover {
  position: relative;
}
@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: #1A1A1A;
  border: 1px solid #B1E4E3;
  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 #B1E4E3;
  margin-left: 93px;
}
#calendar-days dl dd h3 {
  color: #D6AD85;
  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 #D6AD85;
  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: #D6AD85;
  text-transform: uppercase;
  text-decoration: none;
}
#calendar.list-view .image-list h3 a:hover {
  color: #B1E4E3;
}

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

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

#form_module_container_errors,
#form_module_container_success {
  padding: 10px;
  margin-top: 10px;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.3);
}

#form_module_container_errors {
  color: #b31919;
}

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

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

#form_module_container_success {
  color: green;
}

[id*=form_form_] {
  display: block;
  margin-bottom: 20px;
}
[id*=form_form_] fieldset + fieldset {
  margin-top: 20px;
}
[id*=form_form_] h3 {
  text-align: left;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #D6AD85;
}
[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;
}
[id*=form_form_] p {
  margin-bottom: 10px;
}
[id*=form_form_] p:after {
  clear: both;
  content: "";
  display: table;
}
[id*=form_form_] p span {
  float: left;
  margin: 0 10px 0 0;
}
[id*=form_form_] p span.checkbox-group {
  margin-bottom: 10px;
}
[id*=form_form_] p span input {
  display: inline;
  float: none;
  margin: 0;
}
[id*=form_form_] p span label {
  display: inline;
  float: none;
  width: auto;
  text-align: left;
}
[id*=form_form_] p span.group {
  margin-top: 12px;
}
[id*=form_form_] p span.group label {
  display: block;
  margin-bottom: 10px !important;
  margin-top: 0;
}
[id*=form_form_] p span.group label input {
  margin-right: 0.4em;
}
[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: #1A1A1A;
  color: #fff;
  height: 40px;
  padding: 0 10px;
  resize: none;
  width: 250px;
  border: 1px solid #383838;
  font-size: 14px;
  line-height: 40px;
}
[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: #b31919;
}
[id*=form_form_] textarea {
  float: left;
  height: 100px;
  overflow: auto;
  line-height: 20px;
  padding: 10px;
}
[id*=form_form_] input[type=checkbox],
[id*=form_form_] input[type=radio] {
  width: 14px;
  height: 14px;
  padding: 0;
  vertical-align: top;
}
[id*=form_form_] .datepicker-input-wrapper {
  float: left;
}
[id*=form_form_] input[type=datepicker], [id*=form_form_] .input-overlay {
  float: left;
  width: 100px;
}
[id*=form_form_] .input-overlay {
  width: 100px;
  float: left;
  clear: both;
  opacity: 0;
  margin-top: -40px;
}
[id*=form_form_] .ui-datepicker-trigger {
  float: left;
  position: static;
  margin: 13px 0 0 6px;
}
[id*=form_form_] input[type=submit] {
  display: block;
  margin: 0 auto;
}
[id*=form_form_] > input[type=submit] {
  margin-top: 20px;
}
[id*=form_form_] .g-recaptcha {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
[id*=form_form_] .form-builder-field {
  position: relative;
  width: 100%;
  text-align: left;
  clear: both;
}
[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: #fff;
  text-transform: none;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 20px;
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] label {
  width: 60%;
  margin-left: calc(40% + 20px);
  text-align: left;
}
[id*=form_form_] .form-builder-field[class*=inputsubmit] {
  margin-left: 20px;
  padding: 20px 0 0 40%;
  width: auto;
  background: none;
}
[id*=form_form_] .form-builder-field .compliance {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
[id*=form_form_] .form-builder-field .compliance em {
  padding: 12px 10px 0 0;
}
[id*=form_form_] .form-builder-field .compliance input[type=checkbox] {
  margin: 10px 5px 0 0;
}
[id*=form_form_] .form-builder-field .compliance > label {
  width: auto;
  text-transform: none;
  color: #000;
  font-size: 20px;
  line-height: 1.8;
  font-weight: normal;
}
[id*=form_form_] .form-builder-field[class*=paragraph] {
  width: 60%;
  margin-left: calc(40% + 20px);
  margin-bottom: 10px;
}
[id*=form_form_] .form-builder-field[class*=inputfile] {
  line-height: 1;
}
[id*=form_form_] .form-builder-field[class*=inputfile] input[type=file] {
  margin-top: 10px;
}
[id*=form_form_] .form-builder-field[class*=inputfile] .fake-input {
  font: 500 16px/1.2 Arial, sans-serif;
  color: #000;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0;
  cursor: pointer;
  width: 50%;
}
[id*=form_form_] .form-builder-field[class*=inputfile] .fake-input:before {
  content: "";
  background: url("../images/paperclip.png") no-repeat;
  background-size: contain;
  width: 16px;
  height: 17px;
  display: block;
  position: relative;
  float: left;
  margin-right: 10px;
}
[id*=form_form_] .form-builder-group {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field {
  width: calc(50% - 10px);
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field:not(:first-child) {
  margin-left: 20px;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field > p label {
  width: auto;
  text-align: left;
  margin-bottom: 10px;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field input[type=text], [id*=form_form_] .form-builder-group.columns-2 .form-builder-field input[type=email] {
  width: 100%;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=checkboxgroup] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=radiogroup] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] label {
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] label {
  margin-bottom: 10px;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] .select-wrapper, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] select, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] input, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] .select-wrapper, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] select, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] input, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] .select-wrapper, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] select, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] input {
  width: 100%;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper {
  width: calc(100% - 30px);
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field {
  width: calc(33.33% - 20px);
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field:not(:first-child) {
  margin-left: 20px;
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field > p label {
  width: auto;
  text-align: left;
  margin-bottom: 10px;
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field input[type=text], [id*=form_form_] .form-builder-group.columns-3 .form-builder-field input[type=email] {
  width: 100%;
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=checkboxgroup] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=radiogroup] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] label {
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] label {
  margin-bottom: 10px;
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] .select-wrapper, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] select, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] input, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] .select-wrapper, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] select, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] input, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] .select-wrapper, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] select, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] input {
  width: 100%;
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper {
  width: calc(100% - 30px);
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field {
  width: calc(25% - 20px);
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field:not(:first-child) {
  margin-left: 20px;
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field > p label {
  width: auto;
  text-align: left;
  margin-bottom: 10px;
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field input[type=text], [id*=form_form_] .form-builder-group.columns-4 .form-builder-field input[type=email] {
  width: 100%;
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=checkboxgroup] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=radiogroup] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] label {
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] label {
  margin-bottom: 10px;
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] .select-wrapper, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] select, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] input, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] .select-wrapper, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] select, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] input, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] .select-wrapper, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] select, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] input {
  width: 100%;
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper {
  width: calc(100% - 30px);
}
[id*=form_form_] .form-builder-group.prop-2-to-1 .form-builder-field {
  width: calc(66.66% - 20px);
}
[id*=form_form_] .form-builder-group.prop-2-to-1 .form-builder-field:nth-child(even) {
  width: calc(33.33% - 20px);
  margin-left: 20px;
}
[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: #000 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 #b31919;
  border-left: 2px solid #b31919;
  transform: rotate(-45deg) scale(2);
  opacity: 0;
  visibility: hidden;
  transition: transform 350ms ease-in-out/2 350ms ease-in-out/3, opacity 350ms ease-in-out/2, visibility 350ms ease-in-out/2;
  pointer-events: none;
}
[id*=form_form_] .custom-checkbox.checked:after, [id*=form_form_] .custom-radio.checked:after {
  transform: rotate(-45deg) scale(1);
  opacity: 1;
  visibility: visible;
  transition: transform 350ms ease-in-out/3, opacity 350ms ease-in-out/3, visibility 350ms ease-in-out/3;
}
[id*=form_form_] .custom-checkbox input, [id*=form_form_] .custom-radio input {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
[id*=form_form_] .custom-checkbox.active, [id*=form_form_] .custom-radio.active {
  color: #000;
}
[id*=form_form_] .custom-radio:before {
  border-radius: 50%;
}
[id*=form_form_] .custom-radio:after {
  border: none;
  width: 8px;
  height: 8px;
  top: 9px;
  left: 3px;
  border-radius: 50%;
  transform: scale(2);
  background: #b31919;
}
[id*=form_form_] .custom-radio.checked:after {
  transform: scale(1);
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  [id*=form_form_] input[type=file] {
    width: 100%;
  }
}
[id*=form_form_] .clear-file-input {
  font-size: 12px;
  transition: opacity 350ms ease-in-out;
}
[id*=form_form_] .clear-file-input.inactive {
  opacity: 0;
  visibility: hidden;
}

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