@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

@font-face {
  font-display: swap;
  font-family: "Lato";
  src: url("../fonts/lato-light.woff2") format("woff2"), url("../fonts/lato-light.woff") format("woff");
  font-weight: 200;
  font-style: 200;
}

@font-face {
  font-display: swap;
  font-family: "Lato";
  src: url("../fonts/lato-lightitalic.woff2") format("woff2"), url("../fonts/lato-lightitalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-display: swap;
  font-family: "Lato";
  src: url("../fonts/lato-regular.woff2") format("woff2"), url("../fonts/lato-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: "Lato";
  src: url("../fonts/lato-italic.woff2") format("woff2"), url("../fonts/lato-italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-display: swap;
  font-family: "Lato";
  src: url("../fonts/lato-bold.woff2") format("woff2"), url("../fonts/lato-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: "Lato";
  src: url("../fonts/lato-bolditalic.woff2") format("woff2"), url("../fonts/lato-bolditalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}

/* 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: 10px;
  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: rgba(0, 0, 0, 0.9);
}

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: normal 20px/25px "Lato", sans-serif;
  text-align: center;
  color: #fff;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .ui-datepicker .ui-datepicker-header {
    height: 20px;
    line-height: 20px;
  }
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev, .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  position: absolute;
  top: 3px;
  width: 10px;
  height: 20px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:after, .ui-datepicker .ui-datepicker-header .ui-datepicker-next:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(45deg);
  pointer-events: none;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-header .ui-datepicker-next span {
  display: 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;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover:after {
  opacity: 0.8;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:active {
  transform: translate(-1px, 0);
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  right: 7px;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next:after {
  transform: rotate(-135deg);
  left: auto;
  right: 3px;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover:after {
  opacity: 0.8;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next:active {
  transform: translate(1px, 0);
}

.ui-datepicker .ui-datepicker-calendar {
  font-size: 12px;
  cursor: default;
  width: 100%;
}

.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 "Lato", sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.ui-datepicker .ui-datepicker-calendar td {
  color: #fff;
}

.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-other-month, .ui-datepicker .ui-datepicker-calendar td.ui-state-disabled {
  color: rgba(255, 255, 255, 0.4);
}

.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 {
  background: #576C11;
}

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a {
  font-weight: 700;
}

.ui-datepicker-trigger {
  float: left;
  margin: 8px 0 0 8px;
  width: 19px;
  height: 19px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common.svg") -200px 0 no-repeat;
}

/* Groups / Weddings Lightbox*/
.popup-page #fancybox-close {
  top: -20px;
  right: -20px;
  width: 45px;
  height: 45px;
}

.popup-page #group_popup_form, .popup-page #weddings_popup_form {
  padding-right: 20px;
  overflow: hidden;
  max-width: 600px;
}

.popup-page #group_popup_form h3, .popup-page #weddings_popup_form h3 {
  text-align: left;
  margin: 0 0 10px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #F3F0EA;
  font-size: 24px;
  line-height: 1.3;
  font-weight: normal;
}

.popup-page #group_popup_form p, .popup-page #weddings_popup_form p {
  margin-bottom: 20px;
}

.popup-page #group_popup_form span.group label, .popup-page #weddings_popup_form span.group label {
  display: inline-block;
  margin-right: 10px;
}

.popup-page #group_popup_form .mandatory, .popup-page #weddings_popup_form .mandatory {
  margin-bottom: 20px;
}

.popup-page #group_popup_form .mandatory em, .popup-page #weddings_popup_form .mandatory em {
  color: #b32939;
  font-size: 16px;
  font-weight: normal;
  line-height: 10px;
  padding-right: 5px;
}

.popup-page #group_popup_form .file, .popup-page #weddings_popup_form .file {
  position: relative;
}

.popup-page #group_popup_form .file span, .popup-page #weddings_popup_form .file span {
  position: relative;
  border: 1px solid #DEDEDE;
  border-radius: 5px;
  height: 40px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .popup-page #group_popup_form .file span, .popup-page #weddings_popup_form .file span {
    width: 100%;
  }
}

.popup-page #group_popup_form .file span:before, .popup-page #weddings_popup_form .file span:before {
  content: 'BROWSE';
  position: absolute;
  width: 65px;
  height: 100%;
  right: 0;
  top: 0;
  background: #f7f7f7;
  color: #afafaf;
  line-height: 41px;
  padding-left: 10px;
  font-size: 13px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.popup-page #group_popup_form input[type='file'], .popup-page #weddings_popup_form input[type='file'] {
  opacity: 0;
  padding: 0;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .popup-page #group_popup_form select + .select-icon, .popup-page #weddings_popup_form select + .select-icon {
    position: absolute;
    right: 0;
    top: 41px;
  }
}

#booking form {
  width: 100%;
  height: 100%;
}

#booking form fieldset {
  width: 100%;
  height: 100%;
}

#booking form fieldset .wrapper {
  display: table;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 0) and (max-width: 1023px) {
  #booking form {
    display: block;
    overflow: auto;
  }
}

@media only screen and (min-width: 0) and (max-width: 1023px) {
  #booking {
    box-sizing: border-box;
    width: 100%;
    height: 100vh;
    left: auto;
    top: 0 !important;
    padding-top: 120px;
    background: black !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  #booking {
    padding-top: 100px;
  }
}

#booking .column {
  display: table-cell;
  text-align: center;
  vertical-align: top;
  padding: 0 10px;
  position: relative;
  width: auto;
}

#booking .column + .column:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
}

@media only screen and (min-width: 0) and (max-width: 1023px) {
  #booking .column + .column:after {
    display: none;
  }
}

#booking .column:last-child:after {
  display: none;
}

#booking .column.heading {
  line-height: 90px;
  display: none;
}

@media (max-width: 1100px) {
  #booking .column.heading {
    display: none;
  }
}

#booking .column.submit {
  padding: 0 40px;
  width: 283px;
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  #booking .column.submit {
    padding: 0 20px;
  }
}

@media only screen and (min-width: 0) and (max-width: 1023px) {
  #booking .column.submit {
    width: auto;
  }
}

@media only screen and (min-width: 0) and (max-width: 1023px) {
  #booking .column {
    display: block;
    border: 0;
    margin: 25px 0;
    position: static;
    padding: 0;
  }
  #booking .column.heading {
    line-height: 40px;
    display: none;
    margin-top: 0;
  }
  #booking .column.column-select {
    width: auto;
  }
}

#booking h3 {
  display: inline-block;
  vertical-align: middle;
  font: 26px/24px "Lato", sans-serif;
  color: #fff;
  text-transform: uppercase;
}

@media (max-width: 1200px) {
  #booking h3 {
    font-size: 20px;
    line-height: 22px;
  }
}

@media only screen and (min-width: 0) and (max-width: 1023px) {
  #booking h3 {
    font-size: 24px;
  }
}

#booking label {
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 17px;
  margin: 22px 0 4px;
  color: #fff;
  text-transform: uppercase;
}

@media only screen and (min-width: 0) and (max-width: 1023px) {
  #booking label {
    font-size: 14px;
    line-height: 30px;
  }
}

#booking input[type='text'], #booking select, #booking #booking-dates {
  height: 24px;
  line-height: 24px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  background: none;
  border: none;
  margin-bottom: 0;
}

#booking input#booking-dates[type='text'], #booking select#booking-dates, #booking #booking-dates#booking-dates {
  min-width: 180px;
  padding: 0;
  display: inline-block;
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  #booking input[type='text'], #booking select, #booking #booking-dates {
    font-size: 16px;
  }
}

@media only screen and (min-width: 0) and (max-width: 1023px) {
  #booking input[type='text'], #booking select, #booking #booking-dates {
    font-size: 18px;
  }
}

#booking select {
  padding: 0 22px;
  background: none;
}

#booking select option {
  color: #000;
}

#booking select + .select-icon {
  border-bottom-color: #fff;
  border-left-color: #fff;
  right: 10px;
}

#booking .select-wrapper {
  display: inline-block;
  position: relative;
}

#booking .ui-datepicker-trigger {
  margin: 9px 0 0 -27px;
}

#booking input[type='submit'] {
  height: 60px;
  font: normal 20px/60px "Lato", sans-serif;
  border: 0;
  color: #fff;
  margin: 15px 0;
}

@media (max-width: 1200px) {
  #booking input[type='submit'] {
    font-size: 22px;
  }
}

@media only screen and (min-width: 0) and (max-width: 1023px) {
  #booking input[type='submit'] {
    white-space: normal;
    line-height: 20px;
    font-size: 18px;
  }
}

#booking #booking-datepicker {
  position: absolute;
  left: 0;
  top: 90px;
  z-index: 290;
  height: 0;
  width: 600px;
  opacity: 0;
  transition: height .3s, opacity .3s, max-height .3s;
}

.keyboard-navigation #booking #booking-datepicker {
  display: none;
}

@media only screen and (min-width: 0) and (max-width: 1023px) {
  #booking #booking-datepicker {
    top: 0;
    width: auto;
    position: relative;
    padding: 0 20px;
    overflow: hidden;
  }
}

#booking #booking-datepicker.visible {
  opacity: 1;
  height: auto;
  max-height: 300px;
  transition: height .3s, opacity .3s, max-height .3s;
}

.keyboard-navigation #booking #booking-datepicker.visible {
  display: block;
}

#booking #booking-datepicker .ui-datepicker {
  width: 100% !important;
  padding: 0;
  min-height: 100% !important;
}

@media only screen and (min-width: 0) and (max-width: 1023px) {
  #booking #booking-datepicker .ui-datepicker .ui-datepicker-calendar td {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  #booking #booking-datepicker .ui-datepicker .ui-datepicker-calendar td {
    height: 28px;
    line-height: 28px;
    font-size: 14px;
  }
}

#booking #booking-datepicker .ui-datepicker-group {
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding: 24px;
}

@media only screen and (min-width: 0) and (max-width: 1023px) {
  #booking #booking-datepicker .ui-datepicker-group {
    width: 100%;
    padding: 70px 0 0 0;
  }
  #booking #booking-datepicker .ui-datepicker-group table {
    width: 100%;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  #booking #booking-datepicker .ui-datepicker-group {
    padding-top: 0;
  }
}

#booking #booking-datepicker .ui-datepicker-header {
  margin-bottom: 15px;
}

@media only screen and (min-width: 0) and (max-width: 1023px) {
  #booking #booking-datepicker .ui-datepicker-header {
    margin: 20px 40px;
  }
}

#booking #booking-datepicker .ui-datepicker-header .ui-datepicker-prev {
  left: 9px;
}

#booking #booking-datepicker .ui-datepicker-header .ui-datepicker-next {
  right: 1px;
}

#booking #booking-datepicker .ui-datepicker-prev {
  float: left;
}

#booking #booking-datepicker .ui-datepicker-next {
  float: right;
}

.booking-vertical #booking #booking-datepicker {
  left: 100%;
  margin-left: 10px;
  top: -50px;
}

.booking-vertical #booking #booking-datepicker .ui-datepicker {
  border-radius: 4px;
}

#hebs-gallery {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: #000;
  /* 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 {
  z-index: 2;
  transition: none;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 12px;
  right: 12px;
  overflow: hidden;
  text-indent: -9999px;
  opacity: 1;
  cursor: pointer;
}

#hebs-gallery .close-button:before, #hebs-gallery .close-button:after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 14px;
  background: #fff;
  transition: all 350ms ease-in-out;
}

#hebs-gallery .close-button:before {
  transform: rotate(45deg);
}

#hebs-gallery .close-button:after {
  transform: rotate(-45deg);
}

#hebs-gallery .close-button:hover:before, #hebs-gallery .close-button:hover:after, #hebs-gallery .close-button:focus:before, #hebs-gallery .close-button:focus:after {
  background: #929292;
}

#hebs-gallery .galleria-container {
  position: relative;
  overflow: hidden;
  width: 100% !important;
  height: 100% !important;
}

#hebs-gallery .category-selector {
  z-index: 2;
  height: 35px;
  line-height: 28px;
  float: left;
  margin: 12px 0 0 12px;
}

#hebs-gallery .category-selector + .select-icon {
  position: relative;
  margin: 26px 0 0 -20px;
  z-index: 3;
  top: auto;
  right: auto;
  float: left;
}

#hebs-gallery .galleria-stage {
  position: absolute;
  top: 40px;
  bottom: 120px;
  left: 0;
  right: 0;
  padding: 20px 72px;
  overflow: hidden;
}

#hebs-gallery .galleria-stage .galleria-image {
  overflow: visible !important;
}

#hebs-gallery .galleria-stage .galleria-image img {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  #hebs-gallery .galleria-stage {
    padding: 20px;
    bottom: 0;
  }
}

#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, #hebs-gallery .galleria-thumb-nav-left, #hebs-gallery .galleria-thumb-nav-right {
  position: absolute;
  top: 50%;
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 1;
  border-right: 2px #fff solid;
  border-bottom: 2px #fff solid;
  border-left: none;
  font-size: 0;
  border-top: none;
  cursor: pointer;
  opacity: 1;
  transition: all 200ms;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

#hebs-gallery .galleria-image-nav-left:hover, #hebs-gallery .galleria-image-nav-right:hover, #hebs-gallery .galleria-thumb-nav-left:hover, #hebs-gallery .galleria-thumb-nav-right:hover {
  border-color: #929292;
}

#hebs-gallery .galleria-image-nav-left:active, #hebs-gallery .galleria-image-nav-right:active, #hebs-gallery .galleria-thumb-nav-left:active, #hebs-gallery .galleria-thumb-nav-right:active {
  border-color: #576C11;
}

#hebs-gallery .galleria-image-nav-left, #hebs-gallery .galleria-thumb-nav-left {
  left: 35px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
}

#hebs-gallery .galleria-image-nav-right, #hebs-gallery .galleria-thumb-nav-right {
  right: 35px;
}

#hebs-gallery .galleria-loader:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 0;
  background: url(../images/loading.svg) no-repeat 0 0;
  background-size: cover;
  -webkit-animation: spin 1s steps(12, end) infinite;
          animation: spin 1s steps(12, end) infinite;
}

#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 only screen and (min-width: 0px) and (max-width: 767px) {
  #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;
  border: 3px solid rgba(255, 255, 255, 0);
  transition: border .3s;
}

#hebs-gallery .galleria-thumbnails .galleria-image:hover {
  border: 3px solid #576C11;
}

#hebs-gallery .galleria-thumbnails .galleria-image.active {
  border: 3px solid white;
}

#hebs-gallery .galleria-thumb-nav-left, #hebs-gallery .galleria-thumb-nav-right {
  display: none;
}

#hebs-gallery .galleria-carousel .galleria-thumb-nav-left, #hebs-gallery .galleria-carousel .galleria-thumb-nav-right {
  display: block;
}

#hebs-gallery .galleria-thumb-nav-left, #hebs-gallery .galleria-thumb-nav-right {
  width: 15px;
  height: 15px;
  top: 75px;
}

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

#hebs-gallery .galleria-thumb-nav-right {
  right: 15px;
}

#hebs-gallery .galleria-info {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.06);
  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;
}

/* TEMPLATE 1 - 1 */
.rooms .categories-list {
  margin-bottom: 30px;
  padding: 0 20px;
  overflow: hidden;
}

.rooms .categories-list button {
  box-sizing: border-box;
  position: relative;
  text-align: left;
  float: left;
  padding: 0 0 0 16px;
  margin: 0 40px 0 0;
  font-size: 16px;
  line-height: 20px;
  color: #546010;
  border: 0;
  outline: 1px solid transparent;
  background: none;
}

@media (max-width: 550px) {
  .rooms .categories-list button {
    width: 50%;
    margin-right: 0;
    padding: 0 10px 0 16px;
    font-size: 15px;
  }
}

.rooms .categories-list button:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 0;
  background: #546010;
}

.rooms .categories-list button:after {
  content: "";
  display: none;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 4px;
  background: #fff;
}

.rooms .categories-list button.active {
  color: #c5970a;
  border: 0;
}

.rooms .categories-list button.active:before {
  background: #c5970a;
}

.rooms .categories-list button.active:after {
  display: block;
}

.rooms .categories-descr {
  padding: 0 20px;
}

.rooms .categories-descr .category-descr {
  display: none;
}

.rooms .categories-descr .category-descr.active {
  display: block;
}

.rooms .features span {
  color: #000;
  display: inline-block;
  margin: 0 20px 8px 0;
  font-size: 18px;
  line-height: 1.2;
}

@media (max-width: 550px) {
  .rooms .features span {
    display: block;
    margin: 0 0 8px 0;
  }
}

.rooms .amenities {
  position: relative;
  margin: 15px 0;
  line-height: 30px;
}

@media (max-width: 550px) {
  .rooms .amenities {
    margin: 15px 0;
  }
}

.rooms .amenities.multiline {
  height: 30px;
  margin-right: 50px;
}

.rooms .amenities.multiline .main-list {
  height: 30px;
}

.rooms .amenities .main-list {
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.rooms .amenities span {
  color: #576C11;
  display: inline-block;
  font-size: 20px;
  letter-spacing: 10px;
  vertical-align: middle;
}

.rooms .amenities .additional-list {
  background: rgba(87, 108, 17, 0.8);
  border-radius: 2px;
  color: #000;
  position: absolute;
  top: -20px;
  left: -20px;
  width: 100%;
  opacity: 0;
  line-height: 30px;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0s ease 0.2s;
  padding: 20px 70px 20px 20px;
  z-index: 1;
}

.rooms .amenities .additional-list span {
  color: #fff;
}

.rooms .amenities .toggle {
  cursor: pointer;
  display: none;
  position: absolute;
  right: -50px;
  bottom: 0;
  width: 31px;
  height: 100%;
  margin: 0;
  border-left: 1px solid #a6a6a6;
  text-align: right;
  z-index: 4;
}

.rooms .amenities .toggle:before {
  content: "\2022 \2022 \2022";
  color: #546010;
  display: inline-block;
  font-size: 20px;
}

.rooms .amenities.multiline .toggle {
  display: block;
}

.rooms .amenities.expand .additional-list {
  opacity: 1;
  visibility: visible;
  z-index: 3;
  transition: opacity 0.2s, visibility 0s ease 0s;
}

.rooms .amenities.expand .toggle:before, .rooms .amenities.expand .toggle:after {
  background: #fff;
  content: "";
  display: block;
  position: absolute;
  transform: rotate(45deg);
}

.rooms .amenities.expand .toggle:before {
  width: 20px;
  height: 2px;
  top: 15px;
  right: 0;
}

.rooms .amenities.expand .toggle:after {
  width: 2px;
  height: 20px;
  top: 6px;
  right: 9px;
}

.rooms .rooms-entry {
  background: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 40px 20px 30px;
  overflow: hidden;
  width: 100%;
}

@media (max-width: 979px) {
  .rooms .rooms-entry {
    padding: 40px 20px 30px;
  }
}

@media (max-width: 550px) {
  .rooms .rooms-entry {
    padding: 0;
  }
}

.rooms .rooms-entry .thumbnail {
  position: relative;
  float: left;
  margin: 0;
  padding: 0 30px 0 0;
  width: 200px;
}

.rooms .rooms-entry .thumbnail img {
  width: 100%;
  display: block;
}

.rooms .rooms-entry .thumbnail nav {
  display: none;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
}

.rooms .rooms-entry .thumbnail nav .price {
  background: rgba(51, 51, 51, 0.7);
  color: #fff;
  display: table-cell;
  padding: 10px 5px 6px;
  width: 50%;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.rooms .rooms-entry .thumbnail nav .price .number {
  font-size: 22px;
}

.rooms .rooms-entry .thumbnail nav .button {
  background: #bd922a;
  display: table-cell;
  width: 50%;
  font-size: 20px;
  text-align: center;
  vertical-align: middle;
  line-height: 19px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
}

@media (max-width: 550px) {
  .rooms .rooms-entry .thumbnail {
    float: none;
    padding: 0;
    width: 100%;
  }
  .rooms .rooms-entry .thumbnail img {
    width: 100%;
  }
  .rooms .rooms-entry .thumbnail nav {
    display: table;
  }
}

.rooms .rooms-entry .description {
  position: relative;
  margin-left: 230px;
  padding-right: 200px;
}

@media (max-width: 767px) {
  .rooms .rooms-entry .description {
    padding-right: 0;
  }
}

@media (max-width: 550px) {
  .rooms .rooms-entry .description {
    margin-left: 0;
    padding: 10px;
  }
}

.rooms .rooms-entry .description h3 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.2;
}

@media (max-width: 550px) {
  .rooms .rooms-entry .description h3 {
    margin-bottom: 10px;
  }
}

.rooms .rooms-entry .description p {
  margin-bottom: 20px;
}

.rooms .rooms-entry .description nav.links a {
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  margin-right: 8px;
  padding-right: 8px;
}

.rooms .rooms-entry .description nav.links a:after {
  content: '';
  position: absolute;
  top: 1px;
  right: -1px;
  height: 15px;
  width: 1px;
  background: #e6e7d8;
}

.rooms .rooms-entry .description nav.links a:last-child {
  margin: 0;
  padding: 0;
}

.rooms .rooms-entry .description nav.links a:last-child:after {
  content: none;
}

.rooms .rooms-entry.no-booking .description {
  padding-right: 0;
}

.rooms .rooms-entry .booking-info {
  width: 140px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}

@media (max-width: 550px) {
  .rooms .rooms-entry .booking-info {
    display: none;
  }
}

@media (max-width: 767px) {
  .rooms .rooms-entry .booking-info {
    position: static;
    text-align: left;
    width: auto;
    margin: 20px 0;
  }
}

.rooms .rooms-entry .booking-info .price {
  display: block;
  margin-bottom: 10px;
  line-height: 1;
  text-decoration: none;
}

@media (max-width: 767px) {
  .rooms .rooms-entry .booking-info .price {
    font-size: 18px;
  }
}

.rooms .rooms-entry .booking-info .button {
  width: 140px;
}

@media (max-width: 767px) {
  .rooms .rooms-entry .booking-info .price,
.rooms .rooms-entry .booking-info .button {
    display: inline-block;
    width: auto;
    margin-right: 10px;
  }
}

.homepage-rooms {
  text-align: center;
}

.homepage-rooms h1 {
  font-size: 30px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .homepage-rooms h1 {
    font-size: 24px;
  }
}

.homepage-rooms .categories-list {
  margin-bottom: -50px;
  overflow: hidden;
  text-align: left;
  position: relative;
  z-index: 1;
}

.homepage-rooms .categories-list .button {
  border-radius: 0;
  background: rgba(51, 51, 51, 0.7);
  float: left;
  text-transform: uppercase;
}

.homepage-rooms .categories-list .button.active {
  background: #576C11;
}

.homepage-rooms .rooms-slider {
  overflow: hidden;
  text-align: center;
  font-size: 0;
  white-space: nowrap;
  width: 65%;
  float: right;
  position: relative;
}

.homepage-rooms .rooms-slider .swiper-container {
  padding-top: 80px;
}

.no-description .homepage-rooms .rooms-slider {
  width: 100%;
}

.homepage-rooms .rooms-slider:hover .swiper-button.swiper-button-prev {
  opacity: 1;
}

.left-position .homepage-rooms .rooms-slider {
  float: left;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .left-position .homepage-rooms .rooms-slider {
    float: none;
  }
}

.left-position .homepage-rooms .rooms-slider:hover .swiper-button.swiper-button-next {
  opacity: 1;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .homepage-rooms .rooms-slider {
    float: none;
    width: auto;
  }
}

.homepage-rooms .rooms-slider .room-block {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  overflow: visible;
  white-space: normal;
  height: calc(100vh - 100px);
  min-height: 550px;
  max-height: 720px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .homepage-rooms .rooms-slider .room-block {
    min-height: 320px;
    max-height: 420px;
    height: 100vh;
  }
}

.homepage-rooms .rooms-slider .room-block.swiper-slide-next:after {
  content: '';
  height: 100%;
  width: 100%;
  background: rgba(194, 189, 180, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: background .3s;
}

.homepage-rooms .rooms-slider .room-block.swiper-slide-next .room-info {
  opacity: 0;
}

.homepage-rooms .rooms-slider .room-block .room-info {
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 20px;
  z-index: 10;
  padding-right: 40px;
  transform: translateY(calc(-100% + 80px));
  transition: opacity .3s;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .homepage-rooms .rooms-slider .room-block .room-info {
    left: 20px;
    padding-right: 10px;
    width: auto;
    transform: translateY(calc(-100% + 130px));
  }
}

.homepage-rooms .rooms-slider .room-block .room-info h3 {
  font-size: 36px;
  line-height: 1.2;
  color: #000;
  font-weight: 200;
}

.homepage-rooms .rooms-slider .room-block .room-info .price {
  color: #fff;
  display: block;
  font: normal 16px/42px "Lato", sans-serif;
  margin: 0;
}

.homepage-rooms .rooms-slider .room-block .room-info .price strong {
  color: #fff;
  display: inline-block;
  font-size: 30px;
  line-height: 42px;
  font-weight: normal;
}

.homepage-rooms .rooms-slider .room-block .room-info .nav-buttons {
  position: relative;
  display: block;
  padding-top: 40px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .homepage-rooms .rooms-slider .room-block .room-info .nav-buttons {
    padding-top: 20px;
    display: inline-block;
  }
}

.homepage-rooms .rooms-slider .room-block .room-info .nav-buttons .button {
  height: 60px;
  line-height: 60px;
  margin-left: 20px;
  display: block;
  float: left;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .homepage-rooms .rooms-slider .room-block .room-info .nav-buttons .button {
    float: none;
    margin: 10px 0 0 0;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
  }
}

.homepage-rooms .rooms-slider .room-block .room-info .nav-buttons .button:first-child {
  margin: 0;
}

.homepage-rooms .rooms-slider .room-block .thumbnail {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-position: 50% 50%;
  background-size: cover;
}

.homepage-rooms .rooms-slider .room-block .thumbnail img {
  display: none;
}

.homepage-rooms .rooms-slider .swiper-button-wrapper {
  width: 13%;
  display: block;
  height: 50px;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
}

.left-position .homepage-rooms .rooms-slider .swiper-button-wrapper {
  right: auto;
  left: 0;
}

.homepage-rooms .rooms-slider .swiper-button {
  width: 35px;
  height: 35px;
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 7px;
  z-index: 11;
  transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  border-left: none;
  border-top: none;
  border-right: 2px #fff solid;
  border-bottom: 2px #fff solid;
  transition: border .3s, opacity .3s;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .homepage-rooms .rooms-slider .swiper-button {
    display: none;
  }
}

.homepage-rooms .rooms-slider .swiper-button:hover {
  border-right: 2px #576C11 solid;
  border-bottom: 2px #576C11 solid;
}

.homepage-rooms .rooms-slider .swiper-button:active {
  border-right: 2px #000 solid;
  border-bottom: 2px #000 solid;
  transform: rotate(135deg) translate(1px, 1px);
  -ms-transform: rotate(135deg) translate(1px, 1px);
}

.homepage-rooms .rooms-slider .swiper-button.swiper-button-prev {
  float: left;
  margin-left: -60%;
  opacity: 0;
}

.keyboard-navigation .homepage-rooms .rooms-slider .swiper-button.swiper-button-prev {
  opacity: 1;
}

.left-position .homepage-rooms .rooms-slider .swiper-button.swiper-button-prev {
  margin-left: 40%;
  opacity: 1;
}

.homepage-rooms .rooms-slider .swiper-button.swiper-button-next {
  float: right;
  margin-right: 40%;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.homepage-rooms .rooms-slider .swiper-button.swiper-button-next:active {
  transform: rotate(-45deg) translate(1px, 1px);
  -ms-transform: rotate(-45deg) translate(1px, 1px);
}

.left-position .homepage-rooms .rooms-slider .swiper-button.swiper-button-next {
  margin-right: -60%;
  opacity: 0;
}

.keyboard-navigation .left-position .homepage-rooms .rooms-slider .swiper-button.swiper-button-next {
  opacity: 1;
}

.homepage-rooms .category-entry {
  overflow: hidden;
  position: relative;
  text-align: left;
}

.homepage-rooms .category-entry .description {
  overflow: hidden;
  padding: 50px 40px 40px 40px;
  position: relative;
  width: 35%;
  float: left;
  margin-top: 80px;
  padding-top: 20px;
}

.no-description .homepage-rooms .category-entry .description {
  width: 100%;
}

.left-position .homepage-rooms .category-entry .description {
  float: right;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .left-position .homepage-rooms .category-entry .description {
    float: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-rooms .category-entry .description {
    padding: 20px 20px 20px 20px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .homepage-rooms .category-entry .description {
    padding: 20px 20px 20px 20px;
    float: none;
    width: auto;
  }
}

.homepage-rooms .category-entry .description h2 {
  font-size: 36px;
  line-height: 1.2;
  color: #576C11;
  margin-bottom: 20px;
  font-weight: 200;
}

.homepage-rooms .category-entry .description p {
  margin-bottom: 20px;
}

.homepage-rooms .category-entry .description .nav {
  overflow: hidden;
  position: relative;
}

.homepage-rooms .category-entry .description .nav .button {
  bottom: 0;
  position: relative;
  left: 0;
}

#feeds {
  position: relative;
  z-index: 10;
  margin: 40px 0;
}

#feeds.loading {
  min-height: 400px;
}

#feeds.loading:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 0;
  background: url(../images/loading.svg) no-repeat 0 0;
  background-size: cover;
  -webkit-animation: spin 1s steps(12, end) infinite;
          animation: spin 1s steps(12, end) infinite;
}

#feeds h2 {
  font-size: 36px;
  line-height: 1.2;
  color: #576C11;
  margin-bottom: 20px;
  font-weight: 200;
  text-align: center;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  #feeds .category-selector .button {
    padding: 0 28px;
    font-size: 13px;
    line-height: 1.77em;
  }
}

#feeds .feed-content {
  overflow: hidden;
  position: relative;
  padding: 0 15px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  #feeds .feed-content {
    overflow-x: auto;
    padding: 0 5px;
  }
}

#feeds .feed-items {
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  #feeds .feed-items {
    flex-wrap: nowrap;
  }
}

#feeds .feed-item {
  position: relative;
  width: calc((100% - 40px) / 4);
  height: auto;
  float: left;
  font: italic 14px/18px "Lato", sans-serif;
  overflow: hidden;
  opacity: 1;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  transition: opacity 200ms;
  margin: 10px 5px 0;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #feeds .feed-item {
    width: calc((100% - 30px) / 3);
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  #feeds .feed-item {
    flex-shrink: 0;
    width: 80vw;
  }
}

#feeds .feed-item .inner-wrapper {
  width: 100%;
  padding-top: 100%;
}

#feeds .feed-item:hover {
  opacity: 0.86;
}

#feeds .feed-item.invisible {
  opacity: 0;
}

#feeds .feed-item .feed-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

#feeds .feed-item .feed-thumb div {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.6;
}

#feeds .feed-item.instagram .feed-thumb div {
  opacity: 1;
}

#feeds .feed-item .feed-descr {
  position: absolute;
  bottom: 0;
  top: 0;
  overflow: hidden;
  padding: 15px;
  width: 100%;
  font: 14px/18px "Lato", sans-serif;
  text-align: left;
  color: #ffffff;
}

#feeds .feed-item .feed-title {
  margin-bottom: 10px;
  font-weight: 600;
  transition: all 200ms;
  padding-right: 30px;
  text-decoration: none;
}

#feeds .feed-item .feed-date {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
}

#feeds .feed-item .feed-text {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-weight: 200;
}

#feeds .feed-item .feed-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

#feeds .feed-item.instagram .feed-descr {
  display: none;
}

#feeds .feed-item.instagram a {
  color: inherit;
}

#feeds .feed-item.blog h3 {
  padding-right: 30px;
  margin-bottom: 7px;
  transition: all 200ms;
}

#feeds .feed-item.blog h3:hover {
  opacity: 0.7;
}

#feeds .feed-controls {
  display: block;
  text-align: center;
  margin-top: 40px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  #feeds .feed-controls {
    display: none;
  }
}

#winery-poi {
  position: relative;
  margin-bottom: 80px;
}

@media only screen and (min-width: 0) and (max-width: 1023px) {
  #winery-poi {
    margin-bottom: 40px;
  }
}

#winery-poi .form {
  font-size: 0;
  height: 50px;
  line-height: 50px;
  margin-bottom: 40px;
}

@media only screen and (min-width: 0) and (max-width: 1023px) {
  #winery-poi .form {
    height: auto;
    margin-bottom: 0;
  }
}

#winery-poi .form p {
  float: left;
  margin: 0;
  padding: 0 10px 0 0;
  box-sizing: border-box;
}

#winery-poi .form p.controls {
  padding-right: 0;
}

@media only screen and (min-width: 0) and (max-width: 1023px) {
  #winery-poi .form p {
    width: 50%;
    padding: 0 5px 10px 0;
  }
  #winery-poi .form p + p {
    padding: 0 0 10px 5px;
  }
  #winery-poi .form p.controls {
    padding: 0 0 20px;
    width: 100%;
  }
  #winery-poi .form p.controls .button {
    margin: 0;
    width: 100%;
  }
}

#winery-poi .form label {
  display: inline-block;
  font: 600 18px/50px "Lato", sans-serif;
  margin: 0 20px 0 0;
  float: none;
  width: auto;
  vertical-align: top;
}

@media only screen and (min-width: 0) and (max-width: 1023px) {
  #winery-poi .form label {
    line-height: 30px;
    padding-left: 8px;
    display: block;
    text-align: left;
  }
}

#winery-poi .form .select-wrapper {
  float: none;
}

@media only screen and (min-width: 0) and (max-width: 1023px) {
  #winery-poi .form .select-wrapper {
    display: block;
    text-align: left;
    width: 100%;
  }
}

@media only screen and (min-width: 0) and (max-width: 1023px) {
  #winery-poi .form select {
    display: block;
    text-align: left;
    width: 100%;
  }
}

#winery-poi .form input[type="text"] {
  display: inline-block;
  text-align: center;
  width: 105px;
}

@media only screen and (min-width: 0) and (max-width: 1023px) {
  #winery-poi .form input[type="text"] {
    display: block;
    text-align: left;
    width: 100%;
  }
}

#winery-poi .form .ui-widget {
  display: inline-block;
  height: 50px;
  float: none;
  margin: 0;
}

@media only screen and (min-width: 0) and (max-width: 1023px) {
  #winery-poi .form .ui-widget {
    display: block;
    width: 100% !important;
  }
}

#winery-map-canvas {
  height: 630px;
  width: 100%;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  #winery-map-canvas {
    height: 450px;
  }
}

#locations-list {
  background: rgba(87, 108, 17, 0.8);
  border-radius: 2px;
  box-sizing: border-box;
  color: #fff;
  padding: 20px 20px 10px;
  top: 110px;
  position: absolute;
  right: 50px;
  z-index: 10;
  width: 230px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #locations-list {
    top: 180px;
  }
}

#locations-list #scrollbar1 {
  position: relative;
  height: 465px;
}

#locations-list #scrollbar1 .viewport {
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 0) and (max-width: 1023px) {
  #locations-list #scrollbar1 .viewport {
    overflow-y: auto;
  }
}

#locations-list #scrollbar1 .overview {
  position: relative;
  width: 100%;
}

#locations-list #scrollbar1 .scrollbar {
  position: absolute;
  right: -8px;
  top: 0;
  width: 6px;
  height: 100%;
  overflow: hidden;
  border-radius: 3px;
  background: #fafced;
  background-clip: padding-box;
  z-index: 2;
}

#locations-list #scrollbar1 .scrollbar.disable {
  display: none;
}

@media only screen and (min-width: 0) and (max-width: 1023px) {
  #locations-list #scrollbar1 .scrollbar {
    display: none;
  }
}

#locations-list #scrollbar1 .track {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#locations-list #scrollbar1 .thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  overflow: hidden;
  border-radius: 3px;
  background: #576C11;
  transition: background 0.2s;
  cursor: pointer;
}

#locations-list #scrollbar1 .thumb:hover {
  background: #4F620F;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  #locations-list {
    margin: 0 0 20px;
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
  }
}

#locations-list h1 {
  color: #fff;
  font: 600 18px/1 "Lato", sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
}

#locations-list p {
  margin-bottom: 20px;
}

#locations-list ol {
  list-style: decimal outside;
  margin: 0 0 20px 0;
  padding: 0 5px 0 28px;
  font-size: 14px;
}

#locations-list a {
  color: #fff;
  display: inline-block;
}

#locations-list a:hover, #locations-list a.active {
  color: #000;
}

.image-list:after {
  clear: both;
  content: '';
  display: table;
}

.image-list .image-list-item {
  position: relative;
  min-height: 320px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .image-list .image-list-item {
    margin-bottom: 0;
  }
}

.image-list .image-list-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #929292;
  z-index: -1;
  box-sizing: border-box;
}

.image-list .image-list-item .thumbnail {
  position: absolute;
  right: 0;
  height: 100%;
  width: 30%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .image-list .image-list-item .thumbnail {
    width: 40%;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .image-list .image-list-item .thumbnail {
    position: relative;
    width: 100%;
    height: 320px;
  }
}

.image-list .image-list-item .description {
  box-sizing: border-box;
  width: 70%;
  display: block;
  padding: 25px 25px 80px 25px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .image-list .image-list-item .description {
    width: 60%;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .image-list .image-list-item .description {
    padding: 23px 20px 10px 20px;
    width: 100%;
    text-align: center;
  }
}

.image-list .image-list-item .description h3 {
  font: 24px/30px "Lato", sans-serif;
  color: #151616;
  margin-bottom: 15px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .image-list .image-list-item .description h3 {
    margin-bottom: 5px;
  }
}

.image-list .image-list-item .description h3 a {
  text-decoration: none;
}

.image-list .image-list-item .description .time {
  margin-bottom: 10px;
  display: block;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .image-list .image-list-item .description .time {
    margin-bottom: 5px;
  }
}

.image-list .image-list-item .description nav {
  position: absolute;
  bottom: 25px;
  left: 25px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .image-list .image-list-item .description nav {
    position: relative;
    text-align: center;
    width: 100%;
    left: auto;
    right: auto;
    bottom: auto;
    overflow: hidden;
  }
}

.image-list .image-list-item .description nav a {
  display: block;
  float: left;
  margin-right: 5px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .image-list .image-list-item .description nav a {
    display: inline-block;
    float: none;
    margin: 0 5px 5px;
  }
}

.specials-layout .single-special .thumbnail {
  float: right;
  position: relative;
  width: 50%;
  height: 320px;
  margin: 0 0 20px 20px;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .specials-layout .single-special .thumbnail {
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
  }
}

@media only screen and (min-width: 0) and (max-width: 1023px) {
  .specials-layout .single-special .thumbnail {
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
  }
}

.careers h4 {
  margin-bottom: 10px;
}

.careers dd a {
  word-break: break-all;
}

.careers.last dl:last-child {
  border-bottom: 0;
}

.careers dl {
  margin-bottom: 20px;
  padding: 10px;
}

.careers dl.even {
  background-color: rgba(194, 189, 180, 0.1);
  border-top: 1px solid rgba(194, 189, 180, 0.3);
}

.careers dt {
  color: #000;
  font: normal 16px/1 "Lato", sans-serif;
  margin-bottom: 20px;
}

.hotel-location-map, .poi-map-canvas {
  height: 600px;
  background: #e5e3df;
}

.hotel-location-map .map-content, .poi-map-canvas .map-content {
  overflow: hidden;
}

.map-content {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: inset 0 -1px 0 #d5d2ca;
  border-radius: 2px;
  padding: 10px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .map-content {
    padding: 5px;
    max-width: 200px;
  }
}

.map-content .wrapper {
  border: 1px solid #576C11;
  font: normal 16px/1.2 "Lato", sans-serif;
  padding: 30px;
  text-align: center;
  width: 300px;
  box-sizing: border-box;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .map-content .wrapper {
    padding: 10px;
    width: auto;
  }
}

.map-content h3 {
  font: normal 20px/1.2 "Lato", sans-serif;
  padding: 0 20px;
  margin: 0 0 10px;
  color: #000;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .map-content h3 {
    font-size: 16px;
    padding: 0 10px;
  }
}

.map-content p {
  margin: 0;
  font-weight: normal;
  font-size: 14px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .map-content p {
    font-size: 12px;
  }
}

.map-content .button {
  margin-top: 20px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .map-content .button {
    line-height: 30px;
    height: 30px;
    font-size: 14px;
    margin-top: 10px;
  }
}

.pressroom .category-selector {
  margin: 0 0 20px 20px;
}

.pressroom .category-selector:after {
  clear: both;
  content: '';
  display: table;
}

.pressroom button {
  margin-right: 10px;
  padding: 0 20px;
  height: 39px;
  border: 1px solid #a6a6a6;
  color: #a6a6a6;
  font-size: 13px;
  line-height: 39px;
  transition: background-color 200ms, color 200ms;
}

.pressroom button:hover, .pressroom button.active {
  border-color: #009baa;
  color: #009baa;
}

.galleries {
  text-align: left;
  font-size: 0;
}

.galleries .gallery {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: calc(50% - 20px);
  margin: 0;
  height: 350px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .galleries .gallery {
    width: 100%;
    height: 320px;
    margin: 10px 0 0 0;
  }
}

.galleries .gallery:before {
  border: 0;
  background: #4D4646;
}

.galleries .gallery > * {
  z-index: 1;
  position: relative;
}

.galleries .gallery h4 {
  font: normal 26px/30px "Lato", sans-serif;
  color: #fff;
  padding: 0 15px;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.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 {
  opacity: 1;
}

.galleries .gallery:hover:after {
  background: rgba(0, 0, 0, 0.5);
}

.galleries .gallery .description {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 0) and (max-width: 1023px) {
  .galleries .gallery .description {
    font-size: 14px;
    line-height: 18px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .galleries .gallery .description {
    padding: 10px;
  }
}

.galleries .gallery .description .centered {
  padding: 0;
}

.galleries .gallery .description nav {
  position: relative;
  left: auto;
  bottom: auto;
  display: inline-block;
}

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

.form {
  display: block;
  margin-bottom: 25px;
}

.form h3 {
  text-align: left;
  margin: 20px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #F3F0EA;
}

.form label {
  width: 40%;
  margin: 12px 20px 0 0;
  float: left;
  text-align: right;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .form label {
    display: block;
    float: none;
    margin: 0 0 10px;
    text-align: left;
    width: auto;
  }
}

.form label em {
  color: #b32939;
  font-size: 16px;
  font-weight: normal;
  line-height: 10px;
  padding-right: 5px;
}

.form p {
  margin-bottom: 10px;
  font-family: "Lato", sans-serif;
  color: #4A4A4A;
  font-weight: normal;
}

.form p:after {
  content: " ";
  display: table;
  clear: both;
}

.form p.note {
  text-align: center;
  margin: 20px 0 30px 0;
}

.form p span {
  float: left;
  margin: 0 10px 0 0;
}

.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 {
  padding-top: 7px;
  width: 50%;
  float: left;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .form p span.group {
    width: 100%;
    float: none;
  }
}

.form p span.radio-group {
  text-align: left;
  float: left;
  width: 300px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .form p span.radio-group {
    width: 100%;
  }
}

.form p span.radio-group label {
  line-height: 20px !important;
  clear: both;
  margin-bottom: 10px;
}

.form p span.radio-group input {
  margin-top: 5px;
  margin-right: 10px;
  float: left;
}

.form p span.group label {
  display: block;
  line-height: 20px;
  clear: both;
}

.form p span.group label input {
  margin: 4px .4em 10px 0px;
  float: left;
}

.form input[type='text'], .form textarea, .form select {
  background: #fff;
  border: 1px solid #929292;
  color: #4A4A4A;
  font: normal 16px "Lato", sans-serif;
  height: 50px;
  line-height: 30px;
  padding: 10px 15px;
  resize: none;
  width: 250px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .form input[type='text'], .form textarea, .form select {
    margin-bottom: 10px;
    width: 100%;
    text-align: left;
  }
}

.form textarea {
  height: 100px;
  overflow: auto;
  padding: 10px;
}

.form input[type='checkbox'],
.form input[type='radio'] {
  width: 14px;
  height: 14px;
  padding: 0;
  vertical-align: top;
  margin-top: 1px;
}

.form .select-wrapper {
  float: left;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .form .select-wrapper {
    float: none;
    display: block;
    width: 100%;
  }
}

.form input.date-pick {
  width: 130px;
  float: left;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .form input.date-pick {
    float: none;
    display: block;
    width: 100%;
  }
}

.form .ui-datepicker-trigger {
  float: left;
  position: static;
  margin: 17px 0 0 10px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .form .ui-datepicker-trigger {
    display: none;
  }
}

.form .controls p {
  padding: 20px 0 0 40%;
  width: auto;
  background: none;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .form .controls p {
    padding: 0;
    text-align: center;
  }
}

.form .controls input {
  margin-left: 20px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .form .controls input {
    display: inline-block;
    margin: 0;
  }
}

.form .g-recaptcha {
  text-align: -webkit-center;
  margin-bottom: 20px;
}

#group_rfp #row_setup label {
  position: relative;
  margin-bottom: 20px;
  margin-top: 20px;
}

#group_rfp #row_setup label::after {
  content: '';
  width: 100px;
  height: 30px;
  position: absolute;
  display: inline-block;
  top: -5px;
  left: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

#group_rfp #row_setup label[for=setup_conf]::after {
  background-image: url("../images/meetings-rfp/conference.png");
}

#group_rfp #row_setup label[for=setup_Classroom]::after {
  background-image: url("../images/meetings-rfp/classroom.png");
}

#group_rfp #row_setup label[for=setup_Theatre]::after {
  background-image: url("../images/meetings-rfp/theatre.png");
}

#group_rfp #row_setup label[for=setup_UShape]::after {
  background-image: url("../images/meetings-rfp/U-Shape.png");
}

#group_rfp #row_setup label[for=setup_Reception]::after {
  background-image: url("../images/meetings-rfp/reception.png");
}

#group_rfp #row_setup label[for=setup_Banquet]::after {
  background-image: url("../images/meetings-rfp/banquet.png");
}

#group_rfp #row_setup label[for=setup_Crescent]::after {
  background-image: url("../images/meetings-rfp/crescent%20rounds.png");
}

.poi {
  margin-bottom: 40px;
}

.poi-maps-container {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.poi-maps-container .poi-map-canvas {
  position: absolute;
  left: 0;
  top: -100%;
  width: 100%;
  height: 100%;
}

.poi-maps-container .poi-map-canvas.visible {
  top: 0;
}

.poi .category-selector {
  margin-bottom: 20px;
}

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

.poi .category-selector .button {
  margin-right: 10px;
}

.poi .categories .poi-category {
  display: none;
}

.poi .categories .poi-category.visible {
  display: block;
}

.poi .categories .poi-category .expand-description:hover {
  text-decoration: none;
}

.poi .categories {
  margin-top: 20px;
}

.poi .categories .poi-category.hidden {
  display: none;
}

.poi .categories .poi-category table {
  width: 100%;
}

.poi .categories .poi-category table th {
  white-space: nowrap;
}

.poi .categories .poi-category table td {
  vertical-align: middle;
}

.poi .categories .poi-category table td.center {
  text-align: center;
}

.poi .categories .poi-category table td.poi-title {
  text-align: left;
}

.poi .categories .poi-category .expand-description {
  text-decoration: underline;
  cursor: pointer;
  color: #327d7d;
}

.poi .categories .poi-category .expand-description:hover {
  color: #54baba;
}

.poi .categories .poi-category .show-on-map {
  display: block;
  height: 16px;
  width: 10px;
  margin: 0 auto;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common.svg") -400px 0 no-repeat;
  cursor: pointer;
}

.poi .categories .poi-category .show-on-map:hover {
  background-position: -430px 0;
}

.poi .categories .poi-category .show-on-map:active {
  background-position: -460px 0;
}

.poi .categories .poi-category tr.description {
  display: none;
}

.poi .categories .poi-category tr.description.visible {
  display: table-row;
}

.poi .categories .poi-category tr.description .thumbnail {
  margin-bottom: 0;
}

.poi .categories .poi-category tr.description p {
  margin: 0 0 10px;
  font-size: 12px;
}

.poi .categories .poi-category tr.description nav > * {
  margin-left: 10px;
}

.poi .categories .poi-category tr.description nav > *:first-child {
  margin-left: 0;
}

.poi .hotels {
  display: none;
}

#promo-popup {
  position: fixed;
  z-index: 200;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #4a4a4a;
  background: rgba(0, 0, 0, 0.8);
  overflow: auto;
  font-family: 'Lato', Arial, sans-serif;
}

#promo-popup.hidden {
  display: none;
}

#promo-popup .promo-popup-content {
  position: absolute;
  background: #ffffff;
  box-sizing: border-box;
  height: 414px;
  width: 734px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.25);
}

#promo-popup .promo-popup-content .thumbnail {
  float: left;
  width: 50%;
  height: 100%;
}

#promo-popup .promo-popup-content .popup-content {
  float: right;
  width: 50%;
  height: 100%;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}

#promo-popup .promo-popup-content .popup-content .section {
  box-sizing: border-box;
  padding: 25px 17px;
  border: 1px solid #000000;
  height: 100%;
}

#promo-popup .promo-popup-content .popup-content h1 {
  font: 300 40px/46px 'Lato', sans-serif;
  color: #576c11;
  text-align: center;
  margin-bottom: 15px;
}

#promo-popup .promo-popup-content .popup-content p {
  text-align: center;
  color: #4a4a4a;
  margin: 10px auto;
}

#promo-popup .promo-popup-content .button {
  color: #fff;
  line-height: 40px;
  margin: 10px auto;
  height: 40px;
  background-color: #576c11;
  padding: 0 20px;
}

#promo-popup .promo-popup-content .close {
  text-transform: uppercase;
  position: absolute;
  left: 0;
  box-sizing: border-box;
  text-decoration: none;
  color: #ffffff;
  z-index: 10;
  top: -21px;
  left: -21px;
}

#promo-popup .promo-popup-content .close span {
  transition: all 0.2s ease-in-out;
  width: 42px;
  height: 42px;
  display: inline-block;
  background: #ffffff;
  border-radius: 100px;
  font-weight: 300;
}

#promo-popup .promo-popup-content .close span:hover, #promo-popup .promo-popup-content .close span:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

#promo-popup .promo-popup-content .close span:after {
  content: 'X';
  position: absolute;
  top: 8px;
  right: 12px;
  color: #000;
  font-size: 26px;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 1px solid transparent;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate3d(0, 0, 0);
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #fff;
  color: #444;
  padding: 35px 20px 20px !important;
  text-shadow: none;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
}

.fancybox-close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
  background: url("../images/common.svg") -63px 7px no-repeat;
}

.fancybox-close:hover {
  background-position: -26px 7px;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: visible !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(97, 97, 97, 0.65);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

@media print {
  body {
    color: #000 !important;
  }
  #header,
#photos,
#booking,
#promos,
#footer,
.home-thumbnail,
.home-rooms-block,
.home-events-block,
.home-amenities-block,
.home-content-block .home-content-column-right {
    display: none;
  }
  .fade-on-scroll {
    opacity: 1;
  }
  .home-layout h1 {
    width: 100%;
    position: relative;
    margin-bottom: 40px;
  }
  .home-layout .page-content-wrapper {
    padding: 0;
    margin: 0;
  }
  .home-content-block .home-content-column-left {
    width: 100%;
  }
  @page {
    size: 960px 1440px;
  }
}

:root .bfFrame--launch {
  z-index: 10 !important;
}
