/* VALIDATION */
.inputContainer {
  position: relative;
  float: left;
}

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

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

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

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

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

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

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 {
  background: #eeeeee;
  box-sizing: border-box;
  display: none;
  padding: 10px;
}
body > .ui-datepicker {
  z-index: 30 !important;
}
.ui-datepicker:after {
  display: block;
  content: "";
  height: 0;
  overflow: hidden;
  clear: both;
}
.ui-datepicker .ui-datepicker-header {
  color: #000000;
  font: 700 16px/25px "Rufina", serif;
  margin-bottom: 6px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev, .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  border: 2px solid #cd482d;
  border-bottom: 0;
  border-left: 0;
  cursor: pointer;
  height: 10px;
  position: absolute;
  text-indent: -10000px;
  top: 6px;
  transform: rotate(45deg);
  transition: border-color 350ms ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 10px;
}
.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:hover, .ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover {
  border-color: #000000;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  border-right: 0;
  border-top: 0;
  border-left: 2px solid #cd482d;
  border-bottom: 2px solid #cd482d;
  left: 7px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  right: 7px;
}
.ui-datepicker .ui-datepicker-calendar {
  font-size: 12px;
  cursor: default;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .ui-datepicker .ui-datepicker-calendar {
    width: 100%;
  }
}
.ui-datepicker .ui-datepicker-calendar th, .ui-datepicker .ui-datepicker-calendar td {
  text-align: center;
  vertical-align: middle;
  width: 36px;
  height: 32px;
  line-height: 32px;
}
.ui-datepicker .ui-datepicker-calendar th {
  font: 400 italic 14px/32px "Rufina", serif;
  color: #cd482d;
}
.ui-datepicker .ui-datepicker-calendar td {
  color: #000000;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-other-month, .ui-datepicker .ui-datepicker-calendar td.ui-state-disabled {
  color: rgba(0, 0, 0, 0.2);
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-other-month span:hover, .ui-datepicker .ui-datepicker-calendar td.ui-state-disabled span:hover {
  color: inherit;
  background: none;
}
.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-today a {
  background: rgba(205, 72, 45, 0.7);
  color: #fff;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-highlight a, .ui-datepicker .ui-datepicker-calendar .ui-state-default:hover {
  background: #cd482d;
  color: #fff;
  box-sizing: border-box;
}

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

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

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
  transition-duration: 2s !important;
}

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

/* 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;
}

.slideshow-button {
  position: absolute;
  top: 50%;
  margin-top: -21px;
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  border-bottom: 0;
  border-left: 0;
  text-indent: -100em;
  overflow: hidden;
  transition: border-color 350ms ease-in-out;
  cursor: pointer;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .slideshow-button {
    display: none;
  }
}
.slideshow-button:hover {
  border-color: #cd482d;
}
.slideshow-button.previous {
  left: 26px;
  transform: rotate(-135deg);
}
.slideshow-button.next {
  right: 26px;
  transform: rotate(45deg);
}

#hebs-gallery {
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
  /* FULL SIZE IMAGE */
  /* FULL SIZE IMAGE -> Navigation */
  /* FULL SIZE IMAGE -> Loading */
  /* THUMBNAILS */
  /* THUMBNAILS -> Navigation */
  /* INFO */
}
#hebs-gallery .galleria {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
#hebs-gallery .close-button {
  background: url("../images/common.svg") 0 0 no-repeat;
  cursor: pointer;
  height: 17px;
  overflow: hidden;
  position: absolute;
  right: 20px;
  text-indent: -9999px;
  top: 12px;
  width: 17px;
  z-index: 2;
}
#hebs-gallery .close-button:hover {
  background-position: -40px 0;
}
#hebs-gallery .close-button:active {
  background-position: -80px 0;
}
#hebs-gallery .galleria-container {
  height: 100% !important;
  overflow: hidden;
  position: relative;
  width: 100% !important;
}
#hebs-gallery .category-selector {
  background: #454545;
  border-color: #454545;
  color: #fff;
  float: left;
  font-size: 14px;
  height: 30px;
  line-height: 28px;
  margin: 5px 0 0 20px;
  padding: 0 35px 0 10px;
  position: relative;
  z-index: 2;
}
#hebs-gallery .category-selector + .select-icon {
  border-top-color: #fff;
  margin-top: 17px;
  position: relative;
  z-index: 3;
}
#hebs-gallery .galleria-stage {
  bottom: 120px;
  left: 0;
  overflow: hidden;
  padding: 20px 72px;
  position: absolute;
  right: 0;
  top: 40px;
}
@media only screen and (max-width: 767px) {
  #hebs-gallery .galleria-stage {
    padding: 10px 5px;
    z-index: 1;
  }
}
#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);
}
#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 {
  background: url("../images/common.svg") 0 0 no-repeat;
  cursor: pointer;
  height: 63px;
  margin-top: -31px;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  width: 33px;
  z-index: 10;
}
#hebs-gallery .galleria-image-nav-left {
  background-position: 0 -40px;
  left: 20px;
}
#hebs-gallery .galleria-image-nav-left:hover {
  background-position: -50px -40px;
}
#hebs-gallery .galleria-image-nav-left:active {
  background-position: -100px -40px;
}
@media only screen and (max-width: 767px) {
  #hebs-gallery .galleria-image-nav-left {
    background-position: 0 -200px;
    height: 22px;
    left: 15px;
    margin-top: -11px;
    width: 22px;
  }
  #hebs-gallery .galleria-image-nav-left:hover {
    background-position: -30px -200px;
  }
  #hebs-gallery .galleria-image-nav-left:active {
    background-position: -60px -200px;
  }
}
#hebs-gallery .galleria-image-nav-right {
  background-position: 0 -120px;
  right: 20px;
}
#hebs-gallery .galleria-image-nav-right:hover {
  background-position: -50px -120px;
}
#hebs-gallery .galleria-image-nav-right:active {
  background-position: -100px -120px;
}
@media only screen and (max-width: 767px) {
  #hebs-gallery .galleria-image-nav-right {
    background-position: 0 -230px;
    height: 22px;
    margin-top: -11px;
    right: 15px;
    width: 22px;
  }
  #hebs-gallery .galleria-image-nav-right:hover {
    background-position: -30px -230px;
  }
  #hebs-gallery .galleria-image-nav-right:active {
    background-position: -60px -230px;
  }
}
#hebs-gallery .galleria-loader {
  height: 48px;
  left: 50%;
  margin: -24px 0 0 -24px;
  position: absolute;
  top: 50%;
  width: 48px;
}
#hebs-gallery.no-controls .galleria-thumbnails-container {
  display: none;
}
#hebs-gallery .galleria-thumbnails-container {
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3);
  height: 120px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 2;
}
#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 {
  background: #000;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  float: left;
  height: 80px;
  margin: 0 6px 0 0;
  width: 80px;
}
#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 {
  background: url("../images/common.svg") 0 0 no-repeat;
  cursor: pointer;
  display: none;
  height: 21px;
  margin-top: -10px;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  width: 21px;
}
#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 -200px;
}
#hebs-gallery .galleria-thumb-nav-left:hover {
  background-position: -25px -200px;
}
#hebs-gallery .galleria-thumb-nav-left:active {
  background-position: -55px -200px;
}
#hebs-gallery .galleria-thumb-nav-left.disabled {
  background-position: 5px -200px;
}
#hebs-gallery .galleria-thumb-nav-right {
  right: 15px;
  background-position: 5px -230px;
}
#hebs-gallery .galleria-thumb-nav-right:hover {
  background-position: -25px -230px;
}
#hebs-gallery .galleria-thumb-nav-right:active {
  background-position: -55px -230px;
}
#hebs-gallery .galleria-thumb-nav-right.disabled {
  background-position: 5px -230px;
}
#hebs-gallery .galleria-info {
  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);
  height: 40px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#hebs-gallery .galleria-info .galleria-info-description {
  color: #fff;
  left: 300px;
  line-height: 40px;
  overflow: hidden;
  position: absolute;
  right: 300px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* TEMPLATE 3*/
.rooms-module {
  margin-top: 40px;
  margin-bottom: 40px;
}
.rooms-module .categories-list {
  overflow: hidden;
  padding: 0 40px;
  margin: 30px 0;
}
.rooms-module .categories-list button + button {
  margin-left: 10px;
}
.rooms-module .slideshow {
  width: 100%;
  height: 100%;
}
@media (max-width: 735px) {
  .rooms-module .slideshow {
    height: 100%;
  }
}
.rooms-module .slideshow .slideshow-button {
  display: block;
}
@media (max-width: 735px) {
  .rooms-module .slideshow .slideshow-button {
    width: 20px;
    height: 20px;
    margin-top: -11px;
  }
}
@media (max-width: 735px) {
  .rooms-module .slideshow .slideshow-button.next {
    right: 16px;
  }
}
@media (max-width: 735px) {
  .rooms-module .slideshow .slideshow-button.previous {
    left: 16px;
  }
}
@media (max-width: 735px) {
  .rooms-module .slideshow .swiper-slide {
    padding-top: 50%;
    height: 0;
  }
}
.rooms-module .slideshow .slideshow-button {
  transition: opacity 350ms ease-in-out;
}
.rooms-module .slideshow .swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}
.rooms-module .room-entry {
  display: none;
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 460px;
  margin: 10px 0;
  background: #eeeeee;
}
@media (max-width: 735px) {
  .rooms-module .room-entry {
    height: auto;
    margin: 0;
  }
}
.rooms-module .room-entry.visible-room {
  display: block;
}
.rooms-module .room-entry .description {
  box-sizing: border-box;
  position: relative;
  float: right;
  z-index: 2;
  width: 50%;
  padding: 30px 40px 30px 30px;
}
@media (max-width: 735px) {
  .rooms-module .room-entry .description {
    position: static;
    height: auto;
    width: 100%;
    padding: 30px 15px 25px;
  }
}
.rooms-module .room-entry .description h2 {
  font-size: 24px;
  line-height: 28px;
  margin: 6px 0 15px;
  font-weight: normal;
}
@media (max-width: 735px) {
  .rooms-module .room-entry .description h2 {
    font-size: 18px;
    line-height: 22px;
  }
}
.rooms-module .room-entry .description a {
  text-decoration: none;
}
.rooms-module .room-entry .description p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 20px;
}
@media (max-width: 735px) {
  .rooms-module .room-entry .description p {
    font-size: 15px;
    line-height: 18px;
  }
}
.rooms-module .room-entry .description nav {
  white-space: nowrap;
  font-size: 18px;
}
@media (max-width: 735px) {
  .rooms-module .room-entry .description nav {
    position: static;
    text-align: center;
    white-space: normal;
    font-size: 15px;
    width: 100%;
    margin-top: 10px;
  }
}
.rooms-module .room-entry .description nav a {
  text-decoration: underline;
}
@media (max-width: 735px) {
  .rooms-module .room-entry .description nav a {
    margin: 5px 0;
    display: inline-block;
    text-transform: uppercase;
  }
}
.rooms-module .room-entry .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 50%;
  bottom: 0;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 735px) {
  .rooms-module .room-entry .background {
    position: relative;
    height: 0;
    width: 100%;
    padding-top: 50%;
  }
}
@media (max-width: 735px) {
  .rooms-module .room-entry .background.with-slider {
    padding-top: 0;
    height: 100%;
  }
}
.rooms-module .room-entry .background .price {
  position: absolute;
  bottom: 35px;
  right: 0;
  margin-right: 30px;
  font: italic 22px/24px "Rufina", serif;
  color: #fff;
  text-decoration: none;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.6);
}
@media (max-width: 735px) {
  .rooms-module .room-entry .background .price {
    display: none;
  }
}
.rooms-module .room-entry .background .price .number {
  font-size: 36px;
  font-weight: 700;
}
.rooms-module .room-entry .background a.price:hover {
  color: #cd482d;
}
.rooms-module .room-entry .background .view-gallery {
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #99781f;
  text-indent: -1000px;
  overflow: hidden;
}
.rooms-module .room-entry .background .view-gallery:hover {
  background: rgba(153, 120, 31, 0.6);
}
@media (max-width: 735px) {
  .rooms-module .room-entry .background .view-gallery {
    display: none;
  }
}
.rooms-module .room-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;
}
.rooms-module.single-room .room-entry {
  display: block;
  height: auto;
  background: none;
}
.rooms-module.single-room .background {
  height: 400px;
  width: 100%;
  margin: 0 0 20px 0;
  position: relative;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .rooms-module.single-room .background {
    height: 250px;
  }
}
.rooms-module.single-room .background .price {
  right: 0;
}
.rooms-module.single-room .pdf {
  margin-bottom: 20px;
}

#home-rooms {
  position: relative;
  padding: 20px 40px;
  box-sizing: border-box;
  z-index: 1;
  overflow: hidden;
  font-size: 0;
}
#home-rooms:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (min-width: 1400px) {
  #home-rooms {
    padding: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  #home-rooms {
    padding: 20px 0;
  }
}
#home-rooms .slideshow-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
#home-rooms .slideshow {
  position: relative;
  z-index: 20;
  overflow: hidden;
}
#home-rooms .rooms-content {
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
#home-rooms .rooms-wrapper {
  max-width: 1920px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}
#home-rooms .rooms-wrapper:after {
  clear: both;
  content: "";
  display: table;
}
#home-rooms .center-column {
  position: relative;
  max-width: 100%;
  padding: 0;
}
#home-rooms .room-entry {
  position: relative;
  width: calc(50% - 40px);
  margin: 0 20px;
  padding: 40px;
  box-sizing: border-box;
  height: 650px;
  background-color: #000000;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1023px) {
  #home-rooms .room-entry {
    height: 500px;
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #home-rooms .room-entry {
    width: calc(100% - 20px);
    margin: 0 10px;
  }
}
#home-rooms .room-entry:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 350ms ease-in-out;
  z-index: 1;
}
#home-rooms .room-entry:hover:after {
  background-color: rgba(0, 0, 0, 0.4);
}
#home-rooms .room-entry .rooms-content {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
#home-rooms .room-entry .header {
  padding: 40px 40px 0 40px;
}
@media only screen and (max-width: 1023px) {
  #home-rooms .room-entry .header {
    padding: 20px 20px 0 20px;
  }
}
#home-rooms .room-entry h4, #home-rooms .room-entry .header-link {
  color: #fff;
  font: 36px/1.5 "Rufina", serif;
  font-size: 2vw;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 900px) {
  #home-rooms .room-entry h4, #home-rooms .room-entry .header-link {
    font-size: 18px;
  }
}
@media (min-width: 1800px) {
  #home-rooms .room-entry h4, #home-rooms .room-entry .header-link {
    font-size: 36px;
  }
}
#home-rooms .room-entry .header-link {
  text-decoration: none;
}
#home-rooms .room-entry .price {
  position: relative;
  font: italic 24px/1 "Rufina", serif;
  font-size: 1.5vw;
  text-transform: lowercase;
  text-decoration: none;
  color: #fff;
  padding-top: 20px;
}
@media (max-width: 933.3333333333px) {
  #home-rooms .room-entry .price {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  #home-rooms .room-entry .price {
    font-size: 24px;
  }
}
#home-rooms .room-entry .price:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 1px;
  background: #fff;
}
#home-rooms .room-entry .wrapper {
  width: auto;
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 40px;
  font: 16px/1.5 "Lato", "Arial", sans-serif;
  color: #fff;
}
@media only screen and (max-width: 1023px) {
  #home-rooms .room-entry .wrapper {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }
}
#home-rooms .room-entry .wrapper p {
  margin-bottom: 25px;
}
#home-rooms .room-entry .wrapper nav {
  text-align: center;
}
#home-rooms .room-entry .wrapper nav .button {
  padding: 0;
  width: calc(50% - 14px);
}
@media only screen and (min-width: 1400px) {
  #home-rooms .room-entry .wrapper nav .button {
    width: calc(50% - 24px);
  }
}
#home-rooms .room-entry .wrapper nav .read-more-button {
  background: none;
  border-color: #fff;
  margin-right: 20px;
}
@media only screen and (min-width: 1400px) {
  #home-rooms .room-entry .wrapper nav .read-more-button {
    margin-right: 40px;
  }
}
#home-rooms .room-entry .wrapper nav .read-more-button.no-margin {
  margin-right: 0;
}
#home-rooms .room-entry .wrapper nav .read-more-button:hover {
  background: #fff;
  color: #cd482d;
}
#home-rooms .slideshow-button {
  display: none;
  font-size: 0;
  overflow: visible;
  text-indent: 0;
  border-color: #cd482d;
}
#home-rooms .slideshow-button.swiper-button {
  display: block;
}
#home-rooms .slideshow-button.previous {
  left: -26px;
}
@media only screen and (min-width: 1400px) {
  #home-rooms .slideshow-button.previous {
    left: -30px;
  }
}
@media only screen and (max-width: 1023px) {
  #home-rooms .slideshow-button.previous {
    display: none;
  }
}
#home-rooms .slideshow-button.next {
  right: -26px;
}
@media only screen and (min-width: 1400px) {
  #home-rooms .slideshow-button.next {
    right: -30px;
  }
}
@media only screen and (max-width: 1023px) {
  #home-rooms .slideshow-button.next {
    display: none;
  }
}

#rewards-block {
  background-color: #c1c1c1;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  padding: 150px 0 140px;
  position: relative;
  text-align: center;
}
#rewards-block .center-column {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  #rewards-block .center-column {
    width: 100%;
  }
}
#rewards-block .bg {
  background-position: 50% 50%;
  background-size: cover;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
#rewards-block .bg img {
  display: none;
}
#rewards-block .bg:after {
  background: rgba(0, 0, 0, 0.4);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}
#rewards-block h1 {
  color: #fff;
  margin: 0 0 60px;
}
#rewards-block h1, #rewards-block h2 {
  text-transform: uppercase;
}
#rewards-block h1 + h2 {
  margin-top: -60px;
}
#rewards-block h2 {
  color: #FFCC3D;
  font-weight: 400;
  margin-bottom: 60px;
}
#rewards-block nav {
  font-size: 0;
  margin-top: 60px;
}
#rewards-block .button {
  background-color: #444;
  color: #FFCC3D;
  height: 60px;
  line-height: 60px;
  margin-bottom: 20px;
  width: 204px;
}
#rewards-block .button:nth-child(2n) {
  background-color: #FFCC3D;
  color: #444;
}
#rewards-block .button:hover {
  background-color: #fff;
  color: #444;
}
@media only screen and (max-height: 800px) {
  #rewards-block {
    padding: 60px 0 40px;
  }
}
@media only screen and (max-width: 1023px) {
  #rewards-block {
    padding: 60px 0 40px;
  }
  #rewards-block .center-column {
    width: 75%;
  }
  #rewards-block h1 {
    margin-bottom: 30px;
  }
  #rewards-block nav {
    margin-top: 30px;
  }
}

.home-tiles {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-top: 25px;
}
.home-tiles .center-column {
  overflow: hidden;
}
.home-tiles .wrapper {
  font-size: 0;
  margin: 0 -20px 40px -20px;
}
@media only screen and (max-width: 1144px) {
  .home-tiles .wrapper {
    margin: 0 -10px 40px -10px;
  }
}
@media only screen and (max-width: 767px) {
  .home-tiles .wrapper {
    margin: 0;
    margin-bottom: 40px;
  }
}
.home .home-tiles .wrapper {
  margin-bottom: 0 !important;
}
.home-tiles .h1 {
  font-family: "Rufina", serif;
  font-weight: 400;
  color: #000000;
  font-size: 50px;
  font-size: 3.5vw;
  line-height: 1;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
}
@media (max-width: 857.1428571429px) {
  .home-tiles .h1 {
    font-size: 30px;
  }
}
@media (min-width: 1428.5714285714px) {
  .home-tiles .h1 {
    font-size: 50px;
  }
}
.home-tiles .home-tile {
  position: relative;
  display: inline-block;
  width: calc((100% - 80px) / 3);
  height: 480px;
  background-color: #eeeeee;
  vertical-align: top;
  margin: 10px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 2;
}
@media only screen and (min-width: 1400px) {
  .home-tiles .home-tile {
    width: calc((100% - 120px) / 3);
    margin: 20px;
  }
}
@media only screen and (max-width: 1144px) {
  .home-tiles .home-tile {
    width: calc((100% - 40px) / 2);
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .home-tiles .home-tile {
    width: 100%;
    height: 300px;
    margin: 5px 0 5px 0;
  }
}
.home-tiles .home-tile:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
  transition: 350ms ease-in-out;
}
.home-tiles .home-tile:hover:after {
  background: rgba(0, 0, 0, 0.4);
}
.home-tiles .home-tile:hover .home-tile-content .home-tile-link-wrapper {
  opacity: 1;
  font-size: 24px;
  max-height: 100px;
}
.home-tiles .home-tile:hover .home-tile-content .home-tile-link {
  display: inline-block;
  margin-top: 20px;
  padding-top: 20px;
}
.home-tiles .home-tile .home-tile-content {
  position: relative;
  padding: 40px;
  text-align: center;
  z-index: 2;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.home-tiles .home-tile .home-tile-content h4, .home-tiles .home-tile .home-tile-content .h4 {
  font: 36px "Rufina", serif;
  font-size: 2vw;
  color: #fff;
  margin-bottom: 0;
  text-transform: uppercase;
  transition: margin 350ms ease-in-out;
}
@media (max-width: 900px) {
  .home-tiles .home-tile .home-tile-content h4, .home-tiles .home-tile .home-tile-content .h4 {
    font-size: 18px;
  }
}
@media (min-width: 1800px) {
  .home-tiles .home-tile .home-tile-content h4, .home-tiles .home-tile .home-tile-content .h4 {
    font-size: 36px;
  }
}
.home-tiles .home-tile .home-tile-content .home-tile-link-wrapper {
  display: block;
  font-size: 0;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 350ms ease-in-out, opacity 350ms ease-in-out;
}
.home-tiles .home-tile .home-tile-content .home-tile-link {
  position: relative;
  color: #fff;
  font: italic 24px "Rufina", serif;
  font-size: 1.5vw;
  text-decoration: none;
  transition: 350ms ease-in-out;
  display: none;
}
@media (max-width: 933.3333333333px) {
  .home-tiles .home-tile .home-tile-content .home-tile-link {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .home-tiles .home-tile .home-tile-content .home-tile-link {
    font-size: 24px;
  }
}
.home-tiles .home-tile .home-tile-content .home-tile-link:hover {
  color: #cd482d;
}
.home-tiles .home-tile .home-tile-content .home-tile-link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -30px;
  width: 60px;
  height: 1px;
  background: #fff;
}
.home-tiles .home-tile .video-wrapper {
  overflow: hidden;
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.home-tiles .home-tile .video-wrapper iframe {
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.home-tiles .home-tile .video-wrapper .video-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-tiles .home-tile .video-wrapper .video-thumb:after {
  background: rgba(0, 0, 0, 0.2);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  transition: background 350ms ease-in-out;
  top: 0;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .home-tiles .home-tile .video-wrapper .video-thumb {
    width: 100%;
    position: relative;
  }
}
.home-tiles .home-tile .video-wrapper .video-thumb .play-button,
.home-tiles .home-tile .video-wrapper .video-thumb .play-video {
  position: absolute;
  bottom: 20px;
  right: 20px;
  height: 68px;
  width: 68px;
  opacity: 0.6;
  transition: all 350ms ease-in-out;
  z-index: 5;
}
@media only screen and (max-width: 1023px) {
  .home-tiles .home-tile .video-wrapper .video-thumb .play-button,
.home-tiles .home-tile .video-wrapper .video-thumb .play-video {
    height: 44px;
    width: 44px;
  }
}
.home-tiles .home-tile .video-wrapper .video-thumb .play-button img,
.home-tiles .home-tile .video-wrapper .video-thumb .play-video img {
  width: 100%;
  height: 100%;
}
.home-tiles .home-tile .video-wrapper .video-thumb .play-button:hover,
.home-tiles .home-tile .video-wrapper .video-thumb .play-video:hover {
  opacity: 1;
}
.home-tiles .home-tile .video-wrapper .video-thumb:hover .play-button {
  opacity: 1;
}

.wedding-tiles {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-top: 25px;
}
.wedding-tiles .center-column {
  overflow: hidden;
}
.wedding-tiles .wrapper {
  font-size: 0;
  margin: 0 -20px 40px -20px;
}
@media only screen and (max-width: 1144px) {
  .wedding-tiles .wrapper {
    margin: 0 -10px 40px -10px;
  }
}
@media only screen and (max-width: 767px) {
  .wedding-tiles .wrapper {
    margin: 0;
    margin-bottom: 40px;
  }
}
.wedding-tiles .h1 {
  font-family: "Rufina", serif;
  font-weight: 400;
  color: #000000;
  font-size: 50px;
  font-size: 3.5vw;
  line-height: 1;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
}
@media (max-width: 857.1428571429px) {
  .wedding-tiles .h1 {
    font-size: 30px;
  }
}
@media (min-width: 1428.5714285714px) {
  .wedding-tiles .h1 {
    font-size: 50px;
  }
}
.wedding-tiles .wedding-tile {
  position: relative;
  display: inline-block;
  width: calc((100% - 80px) / 3);
  height: 480px;
  background-color: #eeeeee;
  vertical-align: top;
  margin: 10px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 2;
}
@media only screen and (min-width: 1400px) {
  .wedding-tiles .wedding-tile {
    width: calc((100% - 120px) / 3);
    margin: 20px;
  }
}
@media only screen and (max-width: 1144px) {
  .wedding-tiles .wedding-tile {
    width: calc((100% - 40px) / 2);
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .wedding-tiles .wedding-tile {
    width: 100%;
    height: 300px;
    margin: 5px 0 5px 0;
  }
}
.wedding-tiles .wedding-tile:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 1;
  transition: 350ms ease-in-out;
  border: 3px solid #fff;
}
.wedding-tiles .wedding-tile:hover:after {
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.wedding-tiles .wedding-tile:hover .wedding-tile-content .wedding-tile-link-wrapper {
  opacity: 1;
  font-size: 24px;
  max-height: 100px;
}
.wedding-tiles .wedding-tile:hover .wedding-tile-content .wedding-tile-link {
  display: inline-block;
  margin-top: 20px;
  padding-top: 20px;
}
.wedding-tiles .wedding-tile .wedding-tile-content {
  position: relative;
  padding: 40px;
  text-align: center;
  z-index: 2;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.wedding-tiles .wedding-tile .wedding-tile-content h4 {
  font: 36px "Rufina", serif;
  font-size: 2vw;
  color: #fff;
  margin-bottom: 0px;
  text-transform: uppercase;
  transition: margin 350ms ease-in-out;
  text-shadow: 3px 5px 10px #000;
}
@media (max-width: 900px) {
  .wedding-tiles .wedding-tile .wedding-tile-content h4 {
    font-size: 18px;
  }
}
@media (min-width: 1800px) {
  .wedding-tiles .wedding-tile .wedding-tile-content h4 {
    font-size: 36px;
  }
}
.wedding-tiles .wedding-tile .wedding-tile-content .wedding-tile-link-wrapper {
  display: block;
  font-size: 0;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 350ms ease-in-out, opacity 350ms ease-in-out;
}
.wedding-tiles .wedding-tile .wedding-tile-content .wedding-tile-link {
  position: relative;
  color: #fff;
  font: italic 24px "Rufina", serif;
  font-size: 1.5vw;
  text-decoration: none;
  transition: 350ms ease-in-out;
  display: none;
}
@media (max-width: 933.3333333333px) {
  .wedding-tiles .wedding-tile .wedding-tile-content .wedding-tile-link {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .wedding-tiles .wedding-tile .wedding-tile-content .wedding-tile-link {
    font-size: 24px;
  }
}
.wedding-tiles .wedding-tile .wedding-tile-content .wedding-tile-link:hover {
  color: #cd482d;
}
.wedding-tiles .wedding-tile .wedding-tile-content .wedding-tile-link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -30px;
  width: 60px;
  height: 1px;
  background: #fff;
}
.wedding-tiles .wedding-tile .video-wrapper {
  overflow: hidden;
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.wedding-tiles .wedding-tile .video-wrapper iframe {
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.wedding-tiles .wedding-tile .video-wrapper .video-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.wedding-tiles .wedding-tile .video-wrapper .video-thumb:after {
  background: rgba(0, 0, 0, 0.2);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  transition: background 350ms ease-in-out;
  top: 0;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .wedding-tiles .wedding-tile .video-wrapper .video-thumb {
    width: 100%;
    position: relative;
  }
}
.wedding-tiles .wedding-tile .video-wrapper .video-thumb .play-button,
.wedding-tiles .wedding-tile .video-wrapper .video-thumb .play-video {
  position: absolute;
  bottom: 20px;
  right: 20px;
  height: 68px;
  width: 68px;
  opacity: 0.6;
  transition: all 350ms ease-in-out;
  z-index: 5;
}
@media only screen and (max-width: 1023px) {
  .wedding-tiles .wedding-tile .video-wrapper .video-thumb .play-button,
.wedding-tiles .wedding-tile .video-wrapper .video-thumb .play-video {
    height: 44px;
    width: 44px;
  }
}
.wedding-tiles .wedding-tile .video-wrapper .video-thumb .play-button img,
.wedding-tiles .wedding-tile .video-wrapper .video-thumb .play-video img {
  width: 100%;
  height: 100%;
}
.wedding-tiles .wedding-tile .video-wrapper .video-thumb .play-button:hover,
.wedding-tiles .wedding-tile .video-wrapper .video-thumb .play-video:hover {
  opacity: 1;
}
.wedding-tiles .wedding-tile .video-wrapper .video-thumb:hover .play-button {
  opacity: 1;
}

#feeds {
  position: relative;
  padding: 80px 0;
  z-index: 2;
  box-sizing: border-box;
}
@media only screen and (max-width: 1023px) {
  #feeds {
    padding: 50px 0;
  }
}
#feeds *, #feeds *:before, #feeds *:after {
  box-sizing: inherit;
}
#feeds.loading:before {
  opacity: 0;
}
#feeds .center-column {
  z-index: 20;
}
#feeds h4, #feeds .h4 {
  position: relative;
  font-family: "Rufina", serif;
  font-size: 3.5vw;
  line-height: 1.259em;
  margin-bottom: 40px;
  color: #000000;
  text-transform: uppercase;
}
@media (max-width: 857.1428571429px) {
  #feeds h4, #feeds .h4 {
    font-size: 30px;
  }
}
@media (min-width: 1542.8571428571px) {
  #feeds h4, #feeds .h4 {
    font-size: 54px;
  }
}
#feeds .instagram-link {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 44px;
  color: #000000;
  font-family: "Lato", "Arial", sans-serif;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  text-transform: none;
}
@media only screen and (min-width: 1400px) {
  #feeds .instagram-link {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10%;
  }
}
@media only screen and (max-width: 767px) {
  #feeds .instagram-link {
    position: relative;
    display: block;
    left: auto;
    top: auto;
    transform: none;
    margin-top: 20px;
  }
}
#feeds .instagram-link:hover {
  color: #cd482d;
}
#feeds .instagram-link:hover:before {
  transform: scale(1.2);
}
#feeds .instagram-link:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  background: url("../images/sprite.svg") -40px -50px no-repeat;
  transition: 350ms ease-in-out;
  transform: scale(1);
}
#feeds.loading {
  min-height: 300px;
}
#feeds.loading:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 24px;
  height: 24px;
  transform-origin: 50% 50%;
  border: 3px solid transparent;
  border-top-color: #cd482d;
  border-bottom-color: #cd482d;
  border-radius: 50%;
  transform: translateY(-50%, -50%);
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#feeds .feed-content {
  overflow: hidden;
  position: relative;
}
#feeds .feed-items {
  margin: 0 -20px;
}
#feeds .feed-items:after {
  clear: both;
  content: "";
  display: table;
}
#feeds .feed-item {
  position: relative;
  float: left;
  width: calc(20% - 40px);
  margin: 0 20px 40px;
  height: auto;
  font: italic 14px/18px "Lato", "Arial", sans-serif;
  overflow: hidden;
  opacity: 1;
  text-align: left;
  background: #eeeeee;
  color: #000000;
  transition: 350ms ease-in-out;
}
#feeds .feed-item:hover:after {
  transform: scale(1.2);
}
#feeds .feed-item:hover .feed-thumb:after {
  background: rgba(0, 0, 0, 0.4);
}
#feeds .feed-item:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
#feeds .feed-item:after {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  right: 0;
  left: 0;
  bottom: 20px;
  margin: auto;
  background: url("../images/sprite.svg") 0 -50px no-repeat;
  z-index: 5;
  transition: 350ms ease-in-out;
  transform: scale(1);
}
#feeds .feed-item.invisible {
  opacity: 0;
}
#feeds .feed-item .feed-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
}
#feeds .feed-item .feed-thumb:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: 350ms ease-in-out;
}
#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-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#feeds .feed-controls {
  margin-top: -20px;
  text-align: right;
}
#feeds.items-per-view-10 .feed-items {
  margin: 0 -20px;
}
#feeds.items-per-view-10 .feed-items .feed-item {
  width: calc(20% - 40px);
  margin: 0 20px 40px;
}
#feeds.items-per-view-10 .feed-items + .feed-controls {
  margin-top: -20px;
}
#feeds.items-per-view-8:before {
  left: 38%;
}
#feeds.items-per-view-8 .feed-items {
  margin: 0 -15px;
}
#feeds.items-per-view-8 .feed-items .feed-item {
  width: calc(25% - 30px);
  margin: 0 15px 30px;
}
#feeds.items-per-view-8 .feed-items + .feed-controls {
  margin-top: -15px;
}
#feeds.items-per-view-6:before {
  left: 50%;
}
#feeds.items-per-view-6 .feed-items {
  margin: 0 -15px;
}
#feeds.items-per-view-6 .feed-items .feed-item {
  width: calc(33.3333333333% - 30px);
  margin: 0 15px 30px;
}
#feeds.items-per-view-6 .feed-items + .feed-controls {
  margin-top: -15px;
}
#feeds.items-per-view-4:before {
  left: 26%;
}
#feeds.items-per-view-4 .feed-items {
  margin: 0 -10px;
}
#feeds.items-per-view-4 .feed-items .feed-item {
  width: calc(50% - 20px);
  margin: 0 10px 20px;
}
#feeds.items-per-view-4 .feed-items + .feed-controls {
  margin-top: -10px;
}
#feeds.items-per-view-2 .feed-items {
  margin: 0 -5px;
}
#feeds.items-per-view-2 .feed-items .feed-item {
  width: calc(50% - 10px);
  margin: 0 5px 10px;
}
#feeds.items-per-view-2 .feed-items + .feed-controls {
  margin-top: -5px;
}

#main-menu-close {
  cursor: pointer;
  display: none;
  height: 46px;
  opacity: 1;
  overflow: hidden;
  position: absolute;
  right: 6vw;
  top: 12vh;
  transition: opacity 350ms ease-in-out;
  width: 46px;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  #main-menu-close {
    display: block;
    right: 4vw;
    top: 4vh;
  }
}
#main-menu-close:before, #main-menu-close:after {
  background: #000;
  content: "";
  display: block;
  height: 2px;
  left: -7px;
  position: absolute;
  width: 20px;
}
#main-menu-close:before {
  top: 21px;
  transform: rotate(45deg);
}
#main-menu-close:after {
  bottom: 21px;
  transform: rotate(-45deg);
}
@media only screen and (max-width: 767px) {
  #main-menu-close {
    height: 80px;
    line-height: 80px;
    left: 20px;
    top: 0;
  }
  #main-menu-close:before, #main-menu-close:after {
    display: none;
  }
}

#about-section {
  position: relative;
}
#about-section .bg {
  background-color: #fff;
  background-position: 50% 50%;
  background-size: cover;
  background-blend-mode: luminosity;
  height: 100%;
  position: absolute;
  width: 100%;
}
#about-section .bg img {
  display: none;
}
#about-section .bg:after {
  background: rgba(26, 69, 146, 0.9);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#about-section .center-column {
  color: #fff;
  font-size: 0;
  padding: 8vh 4vw;
}
@media only screen and (max-width: 767px) {
  #about-section .center-column {
    padding: 30px 20px;
    text-align: left;
  }
}
#about-section * {
  color: inherit;
}
#about-section h1 {
  font-size: 70px;
  font-size: 7vh;
  margin-bottom: 6vh;
  text-align: center;
}
@media (max-height: 428.5714285714px) {
  #about-section h1 {
    font-size: 30px;
  }
}
@media (min-height: 1000px) {
  #about-section h1 {
    font-size: 70px;
  }
}
#about-section .menus, #about-section .copy {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}
#about-section .copy {
  width: calc(50% - 30px);
}
@media only screen and (max-width: 767px) {
  #about-section .copy {
    width: 100%;
  }
}
#about-section .block {
  display: inline-block;
  font-size: 14px;
  margin: 0 20px 2vh 4vw;
  vertical-align: top;
  width: calc(50% - 20px - 4vw);
}
@media only screen and (max-width: 767px) {
  #about-section .block {
    font-size: 12px;
    margin: 10px;
    width: calc(100% - 20px);
  }
}
#about-section .block h2 {
  font-size: 30px;
  font-weight: 500;
  font-size: 2.5vw;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media (max-width: 800px) {
  #about-section .block h2 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  #about-section .block h2 {
    font-size: 30px;
  }
}
#about-section .menus {
  font-size: 0;
  overflow: hidden;
  width: calc(50% + 30px);
}
@media only screen and (max-width: 767px) {
  #about-section .menus {
    width: 100%;
  }
}
#about-section .thumb {
  background-size: cover;
  display: inline-block;
  font-weight: bold;
  margin: 0 30px 30px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: calc(33.3% - 30px);
}
@media only screen and (max-width: 767px) {
  #about-section .thumb {
    margin: 10px;
    width: calc(33.3% - 20px);
  }
}
#about-section .thumb:after {
  background: rgba(0, 0, 0, 0.2);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: background 350ms ease-in-out;
  width: 100%;
}
#about-section .thumb:hover:after {
  background: rgba(0, 0, 0, 0.4);
}
#about-section .thumb img {
  display: block;
  visibility: hidden;
  width: 100%;
}
#about-section .thumb .vertical {
  height: 100%;
  left: 0;
  font-size: 20px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
#about-section .thumb.c-1 {
  width: 100%;
}
#about-section .thumb.c-2, #about-section .thumb.c-3, #about-section .thumb.c-4, #about-section .thumb.c-5.i-3, #about-section .thumb.c-5.i-4 {
  float: left;
  width: calc(50% - 30px);
}
@media only screen and (max-width: 767px) {
  #about-section .thumb.c-2, #about-section .thumb.c-3, #about-section .thumb.c-4, #about-section .thumb.c-5.i-3, #about-section .thumb.c-5.i-4 {
    width: calc(50% - 20px);
  }
}

#specials {
  padding-bottom: 6vh;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #specials {
    padding-bottom: 0;
  }
}
#specials .block {
  position: relative;
  margin: 0 0 6vh;
}
#specials .block:nth-child(2n+1) .thumbnail {
  left: calc(50% + 30px);
  right: 0;
}
@media only screen and (max-width: 767px) {
  #specials .block:nth-child(2n+1) .thumbnail {
    left: auto;
  }
}
#specials .block:nth-child(2n+1) .thumbnail + .center-column .copy {
  margin: 0 50% 0 0;
}
@media only screen and (max-width: 767px) {
  #specials .block:nth-child(2n+1) .thumbnail + .center-column .copy {
    margin-right: 0;
  }
}
#specials .block:nth-child(2n+1) .centered {
  padding: 0 4vw 0 0;
}
@media only screen and (max-width: 767px) {
  #specials .block:nth-child(2n+1) .centered {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  #specials .block {
    margin-bottom: 40px;
  }
}
#specials .button {
  margin: 0 20px 20px 0;
}
#specials .thumbnail {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  left: 0;
  top: 0;
  right: calc(50% + 30px);
  height: 100%;
}
#specials .thumbnail + .center-column .copy {
  margin-left: 50%;
  height: 50vh;
  max-height: 500px;
}
@media only screen and (max-width: 767px) {
  #specials .thumbnail + .center-column .copy {
    height: auto;
    margin-left: 0;
    max-height: none;
  }
}
@media only screen and (max-width: 767px) {
  #specials .thumbnail {
    background: none;
    height: auto;
    margin: 0 0 20px;
    position: relative;
    right: auto;
  }
  #specials .thumbnail img {
    position: relative;
    display: block;
    width: 100%;
  }
}
#specials .centered {
  padding-left: 4vw;
}
@media only screen and (max-width: 767px) {
  #specials .centered {
    padding: 0;
  }
}
#specials h3.h1-like {
  font-size: 36px;
  font-size: 3vw;
}
@media (max-width: 800px) {
  #specials h3.h1-like {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  #specials h3.h1-like {
    font-size: 36px;
  }
}
#specials h3.h1-like a {
  color: #000000;
  text-decoration: none;
}
#specials h3.h1-like a:hover {
  color: #cd482d;
}

.table-acm article {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
.table-acm article div {
  display: inline-block;
  vertical-align: top;
  margin: 0 0.6%;
}
@media only screen and (max-width: 767px) {
  .table-acm article div {
    margin: 10px 0;
  }
}
.table-acm article .thumbnail {
  height: 300px;
  width: 30%;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .table-acm article .thumbnail {
    width: 100%;
  }
}
.table-acm article .column-2 {
  width: 62%;
}
@media only screen and (max-width: 767px) {
  .table-acm article .column-2 {
    width: 100%;
  }
}
.table-acm article .column-3 {
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .table-acm article .column-3 {
    width: 100%;
  }
}
.table-acm article.columns-3 .column-2 {
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .table-acm article.columns-3 .column-2 {
    width: 100%;
  }
}

#sidebar {
  display: block;
  position: fixed;
  right: -100%;
  top: 0;
  padding-top: 130px;
  height: 100%;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  transition: right 200ms;
  z-index: 20;
}
@media only screen and (min-width: 1025px) {
  #sidebar {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #sidebar {
    padding-top: 100px;
  }
}
.side-menu-visible #sidebar {
  right: 0;
}
#sidebar .top-menu {
  z-index: 4;
  position: relative;
  top: auto;
  right: auto;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding: 20px;
}
@media only screen and (max-width: 1023px) {
  #sidebar .top-menu {
    max-width: 60%;
  }
}
#sidebar .top-menu ul {
  overflow: hidden;
}
#sidebar .top-menu li {
  float: none;
  margin-left: 0;
}
#sidebar .top-menu a {
  display: block;
  font: 20px/1.5 "Lato", "Arial", sans-serif;
  text-decoration: none;
  color: #327d7d;
}
#sidebar .top-menu a:hover, #sidebar .top-menu a.active {
  color: #54baba;
}
#sidebar .main-menu {
  width: 90%;
  background: #327d7d;
  z-index: 20;
  position: relative;
  top: auto;
  left: auto;
  margin: 0 auto;
  background: none;
  padding-bottom: 25px;
}
@media only screen and (max-width: 1023px) {
  #sidebar .main-menu {
    max-width: 60%;
  }
}
#sidebar .main-menu .vertical, #sidebar .main-menu .horizontal {
  transition: all 500ms ease-in-out;
  transform: rotate(-90deg);
}
#sidebar .main-menu .closed .horizontal {
  opacity: 1;
}
#sidebar .main-menu .opened {
  opacity: 1;
}
#sidebar .main-menu .opened .vertical, #sidebar .main-menu .opened .horizontal {
  transform: rotate(90deg);
  background: #54baba !important;
}
#sidebar .main-menu .opened .horizontal {
  opacity: 0;
}
#sidebar .main-menu .plus {
  display: block;
  height: 18px;
  width: 18px;
  position: absolute;
  right: 15px;
  top: 12px;
  cursor: pointer;
}
#sidebar .main-menu .plus .horizontal, #sidebar .main-menu .plus .vertical {
  position: absolute;
  background-color: #327d7d;
}
#sidebar .main-menu .plus .horizontal {
  width: 8px;
  height: 2px;
  margin-left: 5px;
  margin-top: 7px;
}
#sidebar .main-menu .plus .vertical {
  width: 2px;
  height: 8px;
  margin-left: 8px;
  margin-top: 4px;
}
#sidebar .main-menu .menu.level-1 {
  display: block;
  width: 100%;
  padding-top: 25px;
}
#sidebar .main-menu .menu.level-1 > li {
  display: block;
  text-align: center;
  position: relative;
}
#sidebar .main-menu .menu.level-1 > li > a {
  height: 40px;
  font: 16px/40px "Lato", "Arial", sans-serif;
  text-align: center;
  text-decoration: none;
  color: #327d7d;
  padding: 0;
  display: inline-block;
  max-width: calc(100% - 90px);
  font-size: 26px;
  line-height: 36px;
}
#sidebar .main-menu .menu.level-1 > li > a.active, #sidebar .main-menu .menu.level-1 > li:hover > a {
  color: #54baba;
}
#sidebar .main-menu .menu.submenu {
  background: #54baba;
  min-width: 180px;
  position: relative;
  left: auto;
  top: auto;
  display: block;
  background: none;
  text-align: center;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  border: 0;
}
#sidebar .main-menu .menu.submenu.opened {
  max-height: 600px;
  padding: 5px 0 10px;
  border-bottom: 1px solid #54baba;
  margin-bottom: 10px;
}
#sidebar .main-menu .menu.submenu a {
  display: block;
  height: auto;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  color: #1f4d4d;
}
#sidebar .main-menu .menu.submenu a:hover, #sidebar .main-menu .menu.submenu a.active {
  color: #54baba;
}
#sidebar .main-menu li:hover .menu.submenu {
  display: block;
}
#sidebar .main-menu li:last-child .menu.submenu, #sidebar .main-menu li:nth-last-child(2) > .menu.submenu {
  left: auto;
  right: auto;
}
#sidebar .main-menu li:last-child .menu.submenu a, #sidebar .main-menu li:nth-last-child(2) > .menu.submenu a {
  text-align: center;
}

#content .property-logo.mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  #content .property-logo.mobile {
    display: block;
    width: 100%;
  }
}

#property-info {
  box-sizing: border-box;
  float: right;
  padding: 100px 0 50px;
  margin-left: 30px;
  width: 230px;
}
@media only screen and (max-width: 767px) {
  #property-info {
    float: none;
    margin: 0 0 20px;
    padding: 20px 20px 0;
    width: 100%;
  }
}
#property-info + .page-content-wrapper {
  overflow: hidden;
}
#property-info .property-logo {
  display: block;
  margin-bottom: 20px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #property-info .property-logo {
    display: none;
  }
}
#property-info .button {
  margin-bottom: 20px;
}
#property-info h3 {
  font-size: 16px;
  font-weight: bold;
}
#property-info .menus {
  margin: 0 0 20px;
}
#property-info .menus li {
  padding: 0 0 10px;
}
#property-info .menus li:after {
  display: none;
}
#property-info .menus a {
  font-size: 14px;
}
#property-info a:hover {
  color: #fff;
}

.widget-area {
  position: relative;
  padding: 80px 0;
  z-index: 2;
}

#booking {
  position: absolute;
  right: 40px;
  top: 85px;
  padding: 0;
  max-width: 872px;
  z-index: -1;
  overflow: hidden;
  transition: all 350ms ease-in-out;
}
.booking-opened #booking {
  z-index: 100;
  opacity: 1;
  visibility: visible;
}
.sticky-header.booking-opened #booking {
  top: 74px;
}
@media only screen and (max-width: 767px) {
  #booking {
    right: 0;
    width: 100%;
    top: 74px;
  }
  .booking-opened #booking {
    position: fixed;
    max-height: 2000px;
    bottom: 0;
    height: calc(100% - 74px);
    overflow: auto;
  }
}
#booking .booking-wrapper {
  display: flex;
  justify-content: flex-end;
}
#booking form {
  padding: 20px 3% 32px;
  width: 54%;
  background-color: #fff;
}
@media only screen and (max-width: 1023px) {
  #booking form {
    width: 100%;
  }
}
#booking .booking-top {
  display: flex;
  border-bottom: 1px solid #7c7c7c;
}
@media only screen and (max-width: 767px) {
  #booking .booking-top {
    display: block;
  }
}
#booking fieldset:not(.hotel-list):not(.controls) {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  #booking fieldset:not(.hotel-list):not(.controls) {
    width: 100%;
  }
}
#booking .columns {
  display: flex;
  height: 100%;
}
#booking .column {
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 50%;
}
#booking .column-title {
  font-family: "Rufina", serif;
  font-size: 14px;
  line-height: 30px;
  padding: 0 6px;
  text-align: center;
  font-weight: 700;
  color: #fff;
  background-color: #2f2e2d;
  text-transform: uppercase;
}
#booking .column-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 12px 0;
  padding: 0 10px;
  font-size: 13px;
  color: #cd482d;
  font-weight: 400;
  border-right: 1px solid rgba(124, 124, 124, 0.8);
  text-transform: uppercase;
}
#booking .column-content .day-digit,
#booking .column-content .ui-selectmenu-text {
  display: block;
  font-size: 33px;
  line-height: 1;
  font-weight: 700;
}
#booking .columns:last-child .column:last-of-type .column-content:last-child {
  border-right: none;
}
@media only screen and (max-width: 767px) {
  #booking .columns:first-child .column:last-of-type .column-content:last-child {
    border-right: none;
  }
}
#booking .ui-selectmenu-button {
  background: none;
  border: none;
  color: inherit;
  font-size: inherit;
  height: auto;
}
#booking .ui-icon {
  border: 0;
  width: 10px;
  height: 6px;
  right: 0;
  background: url("../images/sprite.svg") -30px 0 no-repeat;
}
#booking .ui-selectmenu-menu {
  max-height: 105px;
  left: 0 !important;
  width: calc(100% - 2px);
  border: 1px solid rgba(0, 0, 0, 0.2);
}
#booking .ui-selectmenu-menu ul {
  width: auto !important;
}
#booking .ui-selectmenu-menu ul li .ui-menu-item-wrapper {
  padding: 8px 10px;
}
#booking .ui-selectmenu-menu li .ui-state-active {
  background: #cd482d;
  color: #fff;
}
#booking .ui-datepicker-trigger {
  display: none;
}
#booking .booking-close-button {
  display: none;
}
#booking .booking-bottom {
  padding-top: 15px;
}
#booking .booking-bottom h3 {
  font-family: "Rufina", serif;
  font-size: 19px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  margin-left: 6px;
  color: #000000;
}
#booking .properties {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#booking .hotel-item {
  position: relative;
  width: calc(50% - 20px);
  margin: 10px;
  height: 90px;
  background-color: #cd482d;
}
#booking .hotel-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
#booking .hotel-item:after {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: 100%;
  height: 100%;
  border: 4px solid transparent;
  z-index: 2;
  transition: border-color 350ms ease-in-out;
}
#booking .hotel-item.active:after, #booking .hotel-item:hover:after {
  border-color: #cd482d;
}
#booking .hotel-info {
  position: relative;
  z-index: 2;
}
#booking .hotel-info .name {
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
#booking .hotel-info .hotel-id {
  display: none;
}
#booking .controls {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 20px;
  margin-bottom: 0;
}
#booking .controls .controls-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#booking .controls .reset {
  font-weight: 400;
  text-decoration: underline;
}
#booking .controls .reset:hover, #booking .controls .reset:focus {
  text-decoration: none;
}
#booking .controls .button {
  height: 45px;
  padding: 0 15px;
}
#booking .controls .button strong {
  margin-bottom: 0;
}

.sticky-header button.booking-button {
  height: 74px;
}

#booking-datepicker {
  position: absolute;
  top: 20px;
  width: 100%;
  height: calc(100% - 20px);
  background: #eeeeee;
  box-shadow: none;
  border-radius: 0;
  transition: opacity 200ms ease, z-index 200ms ease, top 350ms ease-in-out, max-height 350ms ease-in-out;
  display: none !important;
  max-height: 0;
  overflow: hidden;
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker {
    left: 50%;
    transform: translate(-50%, 0);
  }
}
#booking-datepicker.visible {
  display: block !important;
  max-height: 100%;
}
#booking-datepicker .ui-datepicker .ui-datepicker-calendar {
  width: 100%;
}
#booking-datepicker .ui-datepicker span {
  display: inline-block;
}

#start-end {
  position: relative;
  color: #cd482d;
  text-align: center;
  width: 100%;
  height: 40px;
  font: italic 20px/40px "Rufina", serif;
  overflow: hidden;
  transition: all 200ms ease;
}
#start-end .start,
#start-end .end {
  display: inline-block;
  position: absolute;
  height: 40px;
  width: 100%;
  transition: opacity 200ms ease;
  opacity: 0;
  left: 0;
  top: 0;
}
#start-end .start.show,
#start-end .end.show {
  opacity: 1;
}

.keyboard-accessible-input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.keyboard-accessible-input:focus {
  position: static;
  width: 100%;
  height: auto;
  padding: 8px;
  margin: 0;
  clip: auto;
  overflow: visible;
  white-space: normal;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: 2px solid #007aff;
  z-index: 1;
}

/* VENUES TEMPLATE 4 */
.venues {
  overflow: hidden;
}
.venues * {
  box-sizing: border-box;
}
.venues article {
  overflow: hidden;
  margin: 20px 0;
  border: 1px solid #7c7c7c;
}
.venues article .tab-buttons {
  overflow: hidden;
}
.venues article .tab-buttons span {
  display: block;
  float: left;
  width: 120px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border-right: 1px solid #ebebeb;
  cursor: pointer;
  background: #cd482d;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .venues article .tab-buttons span {
    width: 33.3%;
  }
}
.venues article .tab-buttons span:hover, .venues article .tab-buttons span.active {
  background: #fff;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .venues article .tab-buttons span .hide-on-mobile {
    display: none;
  }
}
.venues article .content {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: 10px 10px 10px 25px;
}
@media only screen and (max-width: 767px) {
  .venues article .content {
    padding-left: 10px;
  }
}
.venues article .content .tabs {
  float: left;
  min-height: 420px;
  width: 35%;
  padding-top: 25px;
  padding-right: 30px;
}
@media only screen and (max-width: 1023px) {
  .venues article .content .tabs {
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .venues article .content .tabs {
    float: none;
    width: 100%;
    min-height: 0;
    margin-bottom: 20px;
    padding-left: 10px;
  }
}
.venues article .content .tabs .tab {
  display: none;
}
.venues article .content .tabs .tab.active {
  display: block;
}
.venues article .content .tabs h3 {
  font: 36px/1.2 "Rufina", serif;
  font-size: 2vw;
  margin: 0 0 12px;
  font-weight: normal;
}
@media (max-width: 900px) {
  .venues article .content .tabs h3 {
    font-size: 18px;
  }
}
@media (min-width: 1800px) {
  .venues article .content .tabs h3 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1023px) {
  .venues article .content .tabs h3 {
    font-size: 26px;
    line-height: 36px;
  }
}
.venues article .content .tabs h3 a {
  color: #000000;
  text-decoration: none;
}
.venues article .content .tabs h3 a:hover {
  color: #cd482d;
}
.venues article .content .tabs h4 {
  font: italic 24px/1 "Rufina", serif;
  font-size: 1.5vw;
  margin: 15px 0 10px;
  color: #cd482d;
}
@media (max-width: 933.3333333333px) {
  .venues article .content .tabs h4 {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .venues article .content .tabs h4 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1023px) {
  .venues article .content .tabs h4 {
    font-size: 22px;
  }
}
.venues article .content .tabs p {
  color: #000000;
}
.venues article .content .tabs ul > li {
  position: relative;
  padding-left: 14px;
  margin: 5px 0;
}
.venues article .content .tabs ul > li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 3px;
  height: 3px;
  background: #cd482d;
  border-radius: 100%;
}
.venues article .content .tabs .layouts {
  overflow: hidden;
}
.venues article .content .tabs .layouts span {
  width: 50%;
  float: left;
  font-size: 13px;
  color: #000000;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .venues article .content .tabs .layouts span {
    width: 100%;
    height: 40px;
    line-height: 40px;
  }
}
.venues article .content .tabs .layouts span:before {
  vertical-align: middle;
  margin-right: 20px;
  font-size: 40px;
  color: #cd482d;
}
@media only screen and (max-width: 767px) {
  .venues article .content .tabs .layouts span:before {
    font-size: 30px;
  }
}
.venues article .content .background {
  position: absolute;
  top: 10px;
  left: 35%;
  right: 10px;
  bottom: 10px;
  background-position: 50% 50%;
  background-size: cover;
}
@media only screen and (max-width: 1023px) {
  .venues article .content .background {
    left: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .venues article .content .background {
    position: static;
    height: 300px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .venues article .content .background img {
    position: relative;
  }
}
.venues article .buttons {
  background: #cd482d;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .venues article .buttons {
    padding: 8px 0;
  }
}
.venues article .buttons .inner-wrapper {
  float: right;
  overflow: hidden;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .venues article .buttons .inner-wrapper {
    float: none;
  }
}
.venues article .buttons .inner-wrapper a {
  display: block;
  float: left;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  padding: 0 30px;
}
.venues article .buttons .inner-wrapper a + a {
  border-left: 1px solid #cd482d;
}
@media only screen and (max-width: 767px) {
  .venues article .buttons .inner-wrapper a {
    padding: 0 10px;
    float: none;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin: 10px 0;
  }
  .venues article .buttons .inner-wrapper a:last-child {
    border-right: 1px solid #cd482d;
  }
}
.venues article .buttons .inner-wrapper a:hover {
  text-decoration: underline;
}

#content .single-venue .thumbnail {
  overflow: hidden;
  width: 100%;
  margin: 10px 0 20px;
  display: block;
}
#content .single-venue .thumbnail img {
  display: block;
  width: 100%;
}
#content .single-venue .layouts {
  overflow: hidden;
  margin: 15px 0;
}
#content .single-venue .layouts span {
  width: auto;
  display: inline-block;
  font-size: 13px;
  color: #ffffff;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  margin-right: 40px;
}
@media only screen and (max-width: 767px) {
  #content .single-venue .layouts span {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-right: 0;
  }
}
#content .single-venue .layouts span:before {
  vertical-align: middle;
  margin-right: 20px;
  font-size: 40px;
  color: #cd482d;
}
@media only screen and (max-width: 767px) {
  #content .single-venue .layouts span:before {
    font-size: 30px;
  }
}
#content .single-venue .links a {
  margin: 5px;
}
#content .single-venue .links a:hover {
  color: #cd482d;
}

.venues-module .venue-entry {
  display: none;
}
.venues-module .venue-entry.visible-venue {
  display: block;
}

.careers {
  padding: 0 5% 50px;
}
@media only screen and (min-width: 1400px) {
  .careers {
    padding: 0 8% 90px;
  }
}
@media only screen and (max-width: 1023px) {
  .careers {
    padding: 0 0 30px;
  }
}
.careers h3 {
  font-weight: 700;
  margin-bottom: 10px;
}
.careers.last dl:last-child {
  border-bottom: 0;
}
.careers dt {
  color: #444;
  font: 16px/1 "Lato", "Arial", sans-serif;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .careers dt {
    margin-bottom: 10px;
  }
}
.careers dd {
  margin-bottom: 20px;
}
.careers .block-list-item {
  padding: 0;
}

.google-map {
  position: relative;
}
.google-map:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 24px;
  height: 24px;
  transform-origin: 50% 50%;
  border: 3px solid transparent;
  border-top-color: #cd482d;
  border-bottom-color: #cd482d;
  border-radius: 50%;
  transform: translateY(-50%, -50%);
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.google-map.loaded:before {
  content: none;
}

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

.map-content {
  background: #fff;
  overflow: hidden;
  position: relative;
  text-align: center;
  color: #000000;
  width: 350px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.map-content > .wrapper {
  padding: 20px;
}
.map-content h3, .map-content p {
  font-family: "Lato", "Arial", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.75em;
  margin: 0;
}
.map-content h3 {
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
}
.map-content nav .button {
  overflow: hidden;
  width: 100%;
  padding: 0 10px;
  vertical-align: top;
  font-size: 12px;
  text-overflow: ellipsis;
}
.map-content nav .button.directions:after {
  content: "";
  display: inline-block;
  margin-left: 9px;
  width: 9px;
  height: 9px;
  text-indent: -9999px;
  overflow: hidden;
  border: 1px solid #fff;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(45deg);
  transition: border-color 350ms ease-in-out;
}
.map-content nav .button.directions:hover:after {
  color: #cd482d;
  border-color: #cd482d;
}
.map-content nav .button.link {
  background: #fff;
  border-color: #fff;
  color: #000000;
}
.map-content nav .button.link:hover {
  color: #cd482d;
  border-color: #cd482d;
}
.map-content nav.two-buttons .button {
  width: 50%;
}

.search-modal {
  display: block;
  transition-property: opacity, visibility, box-shadow, transform;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  position: fixed;
  z-index: 100;
  width: 100%;
  background-color: #000;
  transform: translateY(-100%);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  padding: 20px 0;
}
.search-modal.active {
  transform: translateY(166px);
  opacity: 1;
  visibility: visible;
}
.sticky-header .search-modal.active {
  transform: translateY(135px);
}
.search-modal .search-modal-close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 70px;
  height: 20px;
  color: #fff;
  display: flex;
  align-items: center;
}
.search-modal .search-modal-close svg {
  transition: fill 0.3s ease;
  fill: #fff;
  width: 28px;
  height: 28px;
}
.search-modal .search-modal-close:hover svg {
  fill: #fff;
}
.search-modal .search-modal-label {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
  padding-bottom: 2px;
  position: relative;
}
.search-modal .search-modal-label span {
  font-family: "Lato", "Arial", sans-serif;
  font-size: 16px;
  letter-spacing: 0.6px;
  display: block;
  margin-right: 10px;
  position: absolute;
  line-height: 26px;
  bottom: 13px;
  color: #fff;
}
.search-modal .search-modal-label input {
  letter-spacing: 0.8px;
  width: 100%;
  display: inline-block;
  border-radius: 0;
  background: transparent !important;
  border-bottom: 1px solid #fff;
  color: #fff !important;
  font-family: "Lato", "Arial", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 13px 13px 13px 77px;
  height: 50px;
}
.search-modal .search-modal-label input::-moz-placeholder {
  color: #fff;
}
.search-modal .search-modal-label input::placeholder {
  color: #fff;
}
.search-modal .search-modal-label button {
  position: absolute;
  right: 0;
  border-radius: 0 !important;
  width: 40px;
  height: 50px;
  padding: 16px 12px;
  background-color: transparent;
}
.search-modal .search-wrapper {
  position: relative;
  margin-top: 0;
  padding: 0;
  max-width: 800px;
  margin: 0 auto;
}
.search-modal .search-wrapper:after, .search-modal .search-wrapper:before {
  content: none;
}

.search-modal-frequently-searched {
  margin-top: 20px;
}
@media screen and (max-width: 1200px) {
  .search-modal-frequently-searched {
    display: none;
  }
}
.search-modal-frequently-searched .search-modal-frequently-searched-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}
.search-modal-frequently-searched ul {
  display: block;
  -moz-column-count: 3;
       column-count: 3;
}
.search-modal-frequently-searched li {
  display: block;
}
.search-modal-frequently-searched li a {
  font-size: 14px;
  line-height: 24px;
  color: black;
}
.search-modal-frequently-searched li a:hover {
  text-decoration: underline;
  color: blue;
}

.search-wrapper {
  position: relative;
  margin-top: 60px;
  padding: 0px;
}
.search-wrapper__inner {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
}
.search-wrapper__inner h1 {
  text-align: center;
  margin-bottom: 20px;
}
.search-wrapper__inner .text-center {
  text-align: center;
  margin-bottom: 46px;
}
.search-wrapper__inner hr {
  background-color: #EEE;
}
.search-wrapper__inner .search-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.search-wrapper__inner .search-nav span {
  color: #000;
  text-align: right;
  font-family: "Lato", "Arial", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 185.714% */
  letter-spacing: 0.14px;
  text-transform: uppercase;
  margin-right: 17px;
}
.search-wrapper__inner .search-nav .search-pages {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
}
.search-wrapper__inner .search-nav .search-pages li {
  margin: 0;
  padding: 0;
}
.search-wrapper__inner .search-nav .search-pages li:after, .search-wrapper__inner .search-nav .search-pages li:before {
  content: none;
}
.search-wrapper__inner .search-nav .search-pages li a {
  color: #000;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  line-height: normal;
  vertical-align: middle;
  padding: 14px;
  font-family: "Lato", "Arial", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}
.search-wrapper__inner .search-nav .search-pages li a.active {
  color: #000;
  background-color: #cd482d;
}
.search-wrapper__inner .search-nav .search-arrow {
  color: #000;
  text-align: right;
  font-family: "Lato", "Arial", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 185.714% */
  letter-spacing: 0.14px;
  text-transform: uppercase;
  text-decoration: none;
}
.search-wrapper__inner .h2, .search-wrapper__inner .h3, .search-wrapper__inner p {
  margin-bottom: 20px;
}
.search-wrapper__inner .h2 {
  color: #cd482d;
  font-family: "Lato", "Arial", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .search-wrapper__inner .h2 {
    font-size: 20px;
    line-height: 30px;
  }
}
.search-wrapper__inner .h2 span {
  color: blue;
  text-transform: none;
}
.search-wrapper__inner .h3 {
  color: #cd482d;
  font-family: "Lato", "Arial", sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 100% */
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin: 50px 0;
}
@media only screen and (max-width: 767px) {
  .search-wrapper__inner .h3 {
    margin: 26px 0;
  }
}
.search-wrapper__inner .search-results {
  margin: 50px 0;
}
@media only screen and (max-width: 767px) {
  .search-wrapper__inner .search-results {
    margin: 26px 0;
  }
}
.search-wrapper__inner .search-results hr {
  margin: 32px 0;
  background-color: #eee;
}
@media only screen and (max-width: 767px) {
  .search-wrapper__inner .search-results hr {
    margin: 26px 0;
  }
}
.search-wrapper__inner .search-results .search-entry h3 {
  color: #000;
  font-family: "Lato", "Arial", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 108.333% */
  letter-spacing: 0.24px;
  text-transform: uppercase;
  margin-bottom: 11px;
}
@media only screen and (max-width: 767px) {
  .search-wrapper__inner .search-results .search-entry h3 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 26px;
  }
}
.search-wrapper__inner .search-results .search-entry h3 a {
  color: #000;
  text-decoration: none;
}
.search-wrapper__inner .search-results .search-entry p {
  color: #000;
  font-family: "Lato", "Arial", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  /* 173.333% */
  letter-spacing: 0.15px;
}
.search-wrapper__inner .search-results .search-entry span {
  font-family: "Lato", "Arial", sans-serif;
  color: #cd482d;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  /* 144.444% */
  letter-spacing: 0.18px;
  text-decoration: underline;
}
.search-wrapper__inner .search-results .search-entry span a {
  color: #cd482d;
  word-break: break-all;
}

.pressroom {
  text-align: center;
}
.pressroom .pressroom-item {
  display: inline-block;
  vertical-align: top;
  width: calc(33% - 20px);
  height: 400px;
  margin: 15px 10px 20px 10px;
  position: relative;
  overflow: hidden;
  border: 1px solid #cd482d;
  padding: 20px 0;
  background-color: #ddf0f0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1023px) {
  .pressroom .pressroom-item {
    width: calc(40% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .pressroom .pressroom-item {
    width: 100%;
    margin: 10px 0;
  }
}
.pressroom .pressroom-item h4 {
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #fff;
}
.pressroom .pressroom-item time {
  color: #cd482d;
  display: block;
  margin: 5px 0;
}
.pressroom .pressroom-item .description {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 20px 20px 20px;
}
.pressroom .pressroom-item .description .centered time {
  margin: 10px 0;
  display: block;
  font-weight: bold;
}
.pressroom .pressroom-item .description p {
  color: #fff;
  line-height: 18px;
  font-size: 14px;
  margin-bottom: 0;
}
.pressroom .pressroom-item .pdf {
  color: #cd482d;
  margin: 10px 0 0 0;
  display: block;
  position: relative;
  line-height: 16px;
  padding-left: 0 !important;
}
.pressroom .pressroom-item .pdf:hover {
  color: #fff;
}
.pressroom .pressroom-item .view-gallery {
  margin-top: 20px;
}

.galleries {
  font-size: 0;
  padding-bottom: 60px;
  text-align: left;
}
.galleries .h1 {
  color: #fff !important;
  font: 40px/1 "Rufina", serif;
  font-size: 1.5vw;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
@media (max-width: 1600px) {
  .galleries .h1 {
    font-size: 24px;
  }
}
@media (min-width: 2666.6666666667px) {
  .galleries .h1 {
    font-size: 40px;
  }
}
.galleries .gallery {
  background-color: #54534A;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  height: 300px;
  line-height: 20px;
  margin-bottom: 40px;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: calc(50% - 20px);
}
.galleries .gallery:nth-child(2n) {
  margin-left: 40px;
}
@media only screen and (max-width: 767px) {
  .galleries .gallery {
    height: auto;
    margin: 0 0 20px !important;
    width: 100%;
  }
}
.galleries .gallery a {
  color: inherit;
}
.galleries .gallery:hover .thumbnail:after {
  background-color: rgba(0, 0, 0, 0.4);
}
.galleries .slideshow {
  text-align: left;
}
.galleries .thumbnail {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  float: none;
  margin: 0;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .galleries .thumbnail img {
    position: relative;
    display: block;
    width: 100%;
  }
}
.galleries .thumbnail:after {
  background: rgba(0, 0, 0, 0.2);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  transition: background 350ms ease-in-out;
  top: 0;
  width: 100%;
}
.galleries .description {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  height: 100%;
  left: 0;
  padding: 40px;
  position: absolute;
  top: 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .galleries .description {
    padding: 20px;
  }
}
.galleries .button {
  background: #FFC832;
  bottom: 0;
  color: #fff;
  font-size: 20px;
  height: 60px;
  left: 50%;
  line-height: 60px;
  padding: 0 40px;
  position: absolute;
  transform: translateX(-50%);
}
.galleries .button:hover {
  background-color: #444;
}

#home-gallery {
  font-size: 0;
}
#home-gallery .images {
  margin: 0 -15px;
}
#home-gallery .images:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (min-width: 1400px) {
  #home-gallery .images {
    margin: 0 -20px;
  }
}
@media only screen and (max-width: 1144px) {
  #home-gallery .images {
    margin: 0 -15px;
  }
}
@media only screen and (max-width: 1023px) {
  #home-gallery .images {
    margin: 0 -10px;
  }
}
@media only screen and (max-width: 767px) {
  #home-gallery .images {
    margin: 0 -5px;
  }
}
#home-gallery .image {
  display: none;
  float: left;
  position: relative;
  width: calc(25% - 30px);
  margin: 0 15px 30px;
}
#home-gallery .image:after {
  background: transparent;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  transition: background 350ms ease-in-out;
}
#home-gallery .image:hover:after {
  background: rgba(0, 0, 0, 0.4);
}
#home-gallery .image.current-category {
  display: block;
}
#home-gallery .image.hidden-on-desktop {
  display: none;
}
@media only screen and (min-width: 1400px) {
  #home-gallery .image {
    width: calc(20% - 40px);
    margin: 0 20px 40px;
  }
  #home-gallery .image.hidden-on-desktop {
    display: block;
  }
  #home-gallery .image.hidden-on-wide-desktop {
    display: none;
  }
}
@media only screen and (max-width: 1144px) {
  #home-gallery .image {
    width: calc(33.3333333333% - 30px);
    margin: 0 15px 30px;
  }
  #home-gallery .image.hidden-on-tablet {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  #home-gallery .image {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
  #home-gallery .image.hidden-on-tablet {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #home-gallery .image {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
  }
  #home-gallery .image.hidden-on-mobile {
    display: none;
  }
}
#home-gallery .gallery-controls {
  text-align: right;
}
#home-gallery .gallery-controls .hidden-on-tablet {
  display: none;
}
@media only screen and (min-width: 1400px) {
  #home-gallery .gallery-controls .hidden-on-wide-desktop {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  #home-gallery .gallery-controls {
    display: block;
  }
}
@media only screen and (max-width: 1023px) {
  #home-gallery .gallery-controls .hidden-on-tablet {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #home-gallery .gallery-controls .hidden-on-tablet {
    display: inline-block;
  }
  #home-gallery .gallery-controls .hidden-on-mobile {
    display: none;
  }
}
#home-gallery img {
  display: block;
  width: 100%;
}
#home-gallery ul {
  font-size: 0;
  margin-top: 30px;
  max-height: 650px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #home-gallery ul {
    margin-top: 20px;
  }
}
#home-gallery li {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  max-width: 650px;
  width: 50%;
}
#home-gallery li a {
  float: left;
  margin: 0 15px 30px 15px;
  width: calc(50% - 30px);
}
@media only screen and (max-width: 767px) {
  #home-gallery li a {
    margin: 0 10px 20px 10px;
    width: calc(50% - 20px);
  }
}
#home-gallery li a img {
  display: block;
  width: 100%;
}
#home-gallery li a.s-620x295, #home-gallery li a.s-620x620 {
  width: calc(100% - 30px);
}
@media only screen and (max-width: 767px) {
  #home-gallery li a.s-620x295, #home-gallery li a.s-620x620 {
    width: calc(100% - 20px);
  }
}

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

.form-content {
  padding: 0 50px;
}
@media only screen and (min-width: 1400px) {
  .form-content {
    padding: 0 100px;
  }
}
@media only screen and (max-width: 1023px) {
  .form-content {
    padding: 0;
  }
}

.form {
  display: block;
  margin-bottom: 20px;
}
.form .ui-menu-item a {
  text-align: left;
}
.form .g-recaptcha {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.form h3 {
  border-bottom: 1px solid #e2e2e2;
  padding: 10px 0 10px calc(40% + 20px);
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .form h3 {
    padding: 10px 0;
  }
}
.form label {
  float: left;
  line-height: 1.2;
  margin: 12px 20px 0 0;
  text-align: right;
  width: 40%;
}
@media only screen 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;
}
.form p:after {
  clear: both;
  content: "";
  display: table;
}
.form p span:not(.ui-selectmenu-icon):not(.ui-selectmenu-text) {
  float: left;
  margin: 0 10px 0 0;
}
.form p span:not(.ui-selectmenu-icon):not(.ui-selectmenu-text).checkbox-group {
  margin-bottom: 10px;
}
.form p span:not(.ui-selectmenu-icon):not(.ui-selectmenu-text) input {
  display: inline;
  float: none;
  margin: 0;
}
.form p span:not(.ui-selectmenu-icon):not(.ui-selectmenu-text) label {
  display: inline;
  float: none;
  width: auto;
  text-align: left;
}
.form p span:not(.ui-selectmenu-icon):not(.ui-selectmenu-text).group label {
  display: block;
}
.form p span:not(.ui-selectmenu-icon):not(.ui-selectmenu-text).group label input {
  margin-right: 0.4em;
}
.form p.consent {
  text-align: center;
}
.form p.consent label {
  float: none;
  width: 100%;
  margin-right: 0;
}
.form p.consent label input {
  margin-right: 10px;
  vertical-align: middle;
}
.form input[type=text], .form input[type=email], .form input[type=date], .form textarea, .form select {
  background: #fff;
  border: 1px solid #d1d1d1;
  box-sizing: border-box;
  color: #53565a;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  resize: none;
  width: 250px;
}
@media only screen and (max-width: 767px) {
  .form input[type=text], .form input[type=email], .form input[type=date], .form textarea, .form select {
    margin-bottom: 10px;
    padding: 0 20px;
    width: 100%;
    text-align: left;
  }
}
.form select {
  float: left;
}
.form select + .select-icon {
  margin-top: 17px;
}
.form textarea {
  height: 100px;
  overflow: auto;
  line-height: 20px;
  padding: 10px;
}
.form input[type=checkbox],
.form input[type=radio] {
  width: 14px;
  height: 14px;
  padding: 0;
  vertical-align: top;
}
.form input[type=radio] {
  margin-top: 12px;
}
.form .group input[type=radio] {
  margin-top: 0;
}
.form input.date-pick {
  float: left;
  width: 140px;
}
@media only screen and (max-width: 767px) {
  .form input.date-pick {
    float: none;
    display: block;
    width: 100%;
  }
}
.form .ui-datepicker-trigger {
  float: left;
  position: static;
  margin-left: -30px;
}
@media only screen 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 (max-width: 767px) {
  .form .controls p {
    padding: 0;
    text-align: center;
  }
}
.form .controls .button {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .form .controls .button {
    display: inline-block;
    margin: 0;
  }
}

#home-poi {
  position: relative;
  z-index: 10;
}

.poi {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .poi {
    width: calc(100% + 60px);
    margin-left: -30px;
  }
}
@media only screen and (max-width: 767px) {
  .poi .category-selector {
    padding: 0 30px;
  }
}

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

.poi-zoom {
  position: absolute;
  right: 80px;
  top: calc(100% + 80px);
  border-radius: 3px;
  background: #515049;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  font-size: 0;
}
.poi-zoom .poi-zoom-button {
  display: block;
  position: relative;
  height: 29px;
  width: 29px;
  margin-top: 1px;
  border-radius: 3px;
  overflow: hidden;
  text-indent: -100em;
  text-align: left;
  background: #000000;
  transition: background 300ms;
}
.poi-zoom .poi-zoom-button:first-child {
  margin-top: 0;
}
.poi-zoom .poi-zoom-button:hover {
  background: #cd482d;
}
.poi-zoom .poi-zoom-button:after {
  content: "";
  background: #fff;
  display: block;
  width: 11px;
  height: 3px;
  position: absolute;
  left: 9px;
  top: 13px;
}
.poi-zoom .poi-zoom-button.zoom-in:before {
  content: "";
  background: #fff;
  display: block;
  width: 3px;
  height: 11px;
  position: absolute;
  left: 13px;
  top: 9px;
}

.poi-map {
  position: relative;
  height: 800px;
  z-index: 10;
}
.poi-map .map-content .image-wrapper {
  background: #333;
  height: 160px;
  width: 100%;
  position: relative;
}

.poi-overlay {
  position: relative;
  text-align: center;
  z-index: 20;
}
.home .poi-overlay .category-selector {
  margin: 0;
  border-top: 1px solid #e4e2e0;
  white-space: nowrap;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 767px) {
  .home .poi-overlay .category-selector {
    border-top: none;
  }
}
.poi-overlay .category-selector .button {
  padding-left: 40px;
  color: #000000;
}
.poi-overlay .category-selector .button:hover {
  color: #cd482d;
}
@media only screen and (min-width: 1400px) {
  .poi-overlay .category-selector .button {
    padding-left: 60px;
    padding-right: 40px;
  }
}
.home .poi-overlay .category-selector .button {
  font-size: 16px;
  margin: 0;
  border: none;
  border-left: 1px solid #e4e2e0;
}
@media only screen and (min-width: 1400px) {
  .home .poi-overlay .category-selector .button {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1144px) {
  .home .poi-overlay .category-selector .button {
    font-size: 14px;
  }
}
.home .poi-overlay .category-selector .button:first-child {
  border: none;
}
.poi-overlay .category-selector .button:before {
  background: url(../images/poi/icons.svg) no-repeat -40px -40px;
  content: "";
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  top: 11px;
  left: 0;
}
@media only screen and (min-width: 1400px) {
  .poi-overlay .category-selector .button:before {
    left: 18px;
  }
}
.poi-overlay .category-selector .button.icon-dining:before {
  background-position: -10px -10px;
}
.poi-overlay .category-selector .button.icon-shopping:before {
  background-position: -70px -10px;
}
.poi-overlay .category-selector .button.icon-zoo:before {
  background-position: -130px -10px;
}
.poi-overlay .category-selector .button.icon-theme-parks:before {
  background-position: -190px -10px;
}
.poi-overlay .category-selector .button.icon-wineries:before {
  background-position: -250px -10px;
}
.poi-overlay .category-selector .button.icon-breakfast:before {
  background-position: -310px -10px;
}
.poi-overlay .category-selector .button.icon-sights:before {
  background-position: -370px -10px;
}
.poi-overlay .category-selector .button.icon-places-for-children:before {
  background-position: -430px -10px;
}
.poi-overlay .category-selector .button.icon-museums:before {
  background-position: -490px -10px;
}
.poi-overlay .category-selector .button.icon-national-monuments:before {
  background-position: -550px -10px;
}
.poi-overlay .category-selector .button.icon-farmer-markets:before {
  background-position: -610px -10px;
}
.poi-overlay .category-selector .button.icon-bars-lounges:before {
  background-position: -670px -10px;
}
.poi-overlay .category-selector .button.icon-nightlife:before {
  background-position: -670px -10px;
}
.poi-overlay .category-selector .button.icon-arts-culture:before, .poi-overlay .category-selector .button.icon-main-art:before, .poi-overlay .category-selector .button.icon-west-art:before, .poi-overlay .category-selector .button.icon-south-art:before {
  background-position: -730px -10px;
}
.poi-overlay .category-selector .button.icon-hospitals:before {
  background-position: -790px -10px;
}
.poi-overlay .category-selector .button.icon-banks:before {
  background-position: -850px -10px;
}
.poi-overlay .category-selector .button.icon-spas:before {
  background-position: -910px -10px;
}
.poi-overlay .category-selector .button.icon-gardens:before {
  background-position: -970px -10px;
}
.poi-overlay .category-selector .button.icon-cafes:before {
  background-position: -1030px -10px;
}
.poi-overlay .category-selector .button.icon-theaters:before {
  background-position: -1090px -10px;
}
.poi-overlay .category-selector .button.icon-golf:before {
  background-position: -1150px -10px;
}
.poi-overlay .category-selector .button.icon-romantic-spots:before {
  background-position: -1210px -10px;
}
.poi-overlay .category-selector .button.icon-hidden-gems:before {
  background-position: -1270px -10px;
}
.poi-overlay .category-selector .button.icon-corporate-offices:before, .poi-overlay .category-selector .button.icon-meeting-rooms:before {
  background-position: -1330px -10px;
}
.poi-overlay .category-selector .button.icon-outdoors:before {
  background-position: -1390px -10px;
}
.poi-overlay .category-selector .button.icon-lakes:before {
  background-position: -1450px -10px;
}
.poi-overlay .category-selector .button.icon-rivers:before {
  background-position: -1510px -10px;
}
.poi-overlay .category-selector .button.icon-beaches:before {
  background-position: -1570px -10px;
}
.poi-overlay .category-selector .button.icon-hiking:before {
  background-position: -1630px -10px;
}
.poi-overlay .category-selector .button.icon-places-of-worship:before {
  background-position: -1690px -10px;
}
.poi-overlay .category-selector .button.icon-sports:before, .poi-overlay .category-selector .button.icon-activities:before {
  background-position: -1750px -10px;
}
.poi-overlay .category-selector .button.icon-universities:before {
  background-position: -1810px -10px;
}
.poi-overlay .category-selector .button.icon-accommodations:before {
  background-position: -1870px -10px;
}
.home .poi-overlay .category-selector select {
  margin: 0 10px 20px;
  width: calc(100% - 20px);
}

.with-sidebar {
  display: flex;
  flex-wrap: wrap;
}
.with-sidebar .poi-overlay {
  width: calc(35% - 85px);
  margin-right: 85px;
}
@media only screen and (max-width: 767px) {
  .with-sidebar .poi-overlay {
    width: 100%;
    margin-right: 0;
  }
}
.with-sidebar .sidebar {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .with-sidebar .sidebar {
    display: none;
  }
}
.with-sidebar h2 {
  margin-bottom: 20px;
  font-style: normal;
  color: #000000;
}
.with-sidebar .sidebar-subheading {
  margin-bottom: 30px;
  color: #000000;
  font-size: 16px;
}
.with-sidebar .row {
  padding: 10px 0;
  border-top: 1px solid #7c7c7c;
}
.with-sidebar .trigger {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}
.with-sidebar .points-list {
  margin-left: 20px;
  margin-bottom: 20px;
}
.with-sidebar .points-list button {
  display: block;
  text-align: left;
}
.with-sidebar .poi-map-wrapper {
  width: 65%;
}
@media only screen and (max-width: 767px) {
  .with-sidebar .poi-map-wrapper {
    width: 100%;
  }
}
.with-sidebar .poi-map {
  height: 800px;
}
@media only screen and (max-width: 767px) {
  .with-sidebar .poi-map {
    height: 500px;
  }
}
.with-sidebar .points-list {
  display: none;
}
.with-sidebar .point-button:hover, .with-sidebar .point-button:focus, .with-sidebar .point-button.active {
  color: #cd482d;
}

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

.leaflet-container a {
  color: white;
}

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

.leaflet-control-zoom a {
  color: black !important;
}

.poi-overlay .category-selector button {
  display: inline-block !important;
}

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

[id*=form_form_] {
  display: block;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] {
    text-align: left;
  }
}
[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 #e2e2e2;
}
[id*=form_form_] em {
  color: #b31919;
  font-size: 16px;
  font-weight: normal;
  line-height: 10px;
  padding-right: 5px;
}
[id*=form_form_] label {
  width: 40%;
  line-height: 1.2;
  margin: 12px 20px 0 0;
  float: left;
  text-align: right;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] label {
    display: block;
    float: none;
    margin: 0 0 10px;
    text-align: left;
    width: auto;
  }
}
[id*=form_form_] p {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] p {
    margin-bottom: 20px;
  }
}
[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;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] p span.group {
    margin-top: 0;
  }
}
[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;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .select-wrapper {
    width: 100%;
  }
}
[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: #fff;
  color: #53565a;
  height: 40px;
  padding: 0 10px;
  resize: none;
  width: 250px;
  border: 1px solid #d1d1d1;
  font-size: 14px;
  line-height: 40px;
}
@media only screen and (max-width: 1023px) {
  [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 {
    padding: 0 20px;
    width: 100%;
    text-align: left;
  }
}
[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;
}
@media only screen and (max-width: 1023px) {
  [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 {
    text-align: left;
  }
}
[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;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] input[type=checkbox],
[id*=form_form_] input[type=radio] {
    margin-right: 5px;
  }
}
[id*=form_form_] .datepicker-input-wrapper {
  float: left;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .datepicker-input-wrapper {
    float: none;
  }
}
[id*=form_form_] input[type=datepicker], [id*=form_form_] .input-overlay {
  float: left;
  width: 100px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] input[type=datepicker], [id*=form_form_] .input-overlay {
    float: none;
    width: 100%;
  }
}
[id*=form_form_] .input-overlay {
  width: 100px;
  float: left;
  clear: both;
  opacity: 0;
  margin-top: -40px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .input-overlay {
    float: none;
    display: block;
    width: 100%;
  }
}
[id*=form_form_] .ui-datepicker-trigger {
  float: left;
  position: static;
  margin: 13px 0 0 6px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .ui-datepicker-trigger {
    display: none;
  }
}
[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;
}
@media only screen and (max-width: 1023px) {
  [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;
}
@media only screen and (max-width: 1023px) {
  [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: 10px;
  }
}
[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: #000;
  text-transform: none;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-field[class*=inputcheckbox] .radio-label, [id*=form_form_] .form-builder-field[class*=inputcheckbox] .checkbox-label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] .radio-label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] .checkbox-label, [id*=form_form_] .form-builder-field[class*=radiogroup] .radio-label, [id*=form_form_] .form-builder-field[class*=radiogroup] .checkbox-label {
    margin-bottom: 10px;
  }
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] label {
  width: 60%;
  margin-left: calc(40% + 20px);
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-field[class*=inputcheckbox] label {
    margin-left: 0;
    width: 100%;
  }
}
[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;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-field[class*=paragraph] {
    margin-left: 0;
    width: 100%;
  }
}
[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;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-field[class*=inputfile] label {
    margin-right: 20px;
  }
}
[id*=form_form_] .form-builder-field[class*=inputfile] .fake-input {
  font: 500 16px/1.2 "Lato", "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;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-2 .form-builder-field:not(:first-child) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-2 .form-builder-field {
    width: 100%;
  }
}
[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;
}
@media only screen and (max-width: 1023px) {
  [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 {
    margin-bottom: 10px;
  }
}
[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);
}
@media only screen and (max-width: 1023px) {
  [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: 100%;
  }
}
[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;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-3 .form-builder-field:not(:first-child) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-3 .form-builder-field {
    width: 100%;
  }
}
[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;
}
@media only screen and (max-width: 1023px) {
  [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 {
    margin-bottom: 10px;
  }
}
[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);
}
@media only screen and (max-width: 1023px) {
  [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: 100%;
  }
}
[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;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-4 .form-builder-field:not(:first-child) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-4 .form-builder-field {
    width: 100%;
  }
}
[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;
}
@media only screen and (max-width: 1023px) {
  [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 {
    margin-bottom: 10px;
  }
}
[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);
}
@media only screen and (max-width: 1023px) {
  [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: 100%;
  }
}
[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;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.prop-2-to-1 .form-builder-field:nth-child(even) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.prop-2-to-1 .form-builder-field {
    width: 100%;
  }
}
[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;
}
@media only screen and (min-width: 1025px) {
  [id*=form_form_] .custom-checkbox:hover:before, [id*=form_form_] .custom-radio:hover:before {
    transform: scale(1.1);
  }
  [id*=form_form_] .custom-checkbox:active:before, [id*=form_form_] .custom-radio:active:before {
    transform: scale(1);
  }
}
[id*=form_form_] .custom-checkbox:after, [id*=form_form_] .custom-radio:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 2px;
  width: 13px;
  height: 8px;
  border-bottom: 2px solid #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 (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;
}

.historical-timeline #photos-container {
  height: auto;
  min-height: auto;
  padding: 0;
}
.historical-timeline #photos-container:before {
  display: none;
}
.historical-timeline #content {
  display: none;
}
.historical-timeline .timeline-wrapper {
  position: relative;
  overflow: hidden;
}
.historical-timeline .timeline-wrapper .thumbnail {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
.historical-timeline .timeline-wrapper .thumbnail:before {
  content: "";
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.65) 100%);
}
.historical-timeline .timeline-wrapper .thumbnail:after {
  content: "";
  width: 10px;
  background: #fff;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .historical-timeline .timeline-wrapper .thumbnail:after {
    left: 20px;
    transform: none;
    width: 5px;
  }
}
.historical-timeline .historical-timeline-wrapper {
  padding: 136px 0 0;
}
@media only screen and (max-width: 767px) {
  .historical-timeline .historical-timeline-wrapper {
    padding-top: 75px;
  }
}
.historical-timeline .headings-wrapper {
  text-align: center;
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 2;
  padding-top: 14px;
}
@media only screen and (max-width: 767px) {
  .historical-timeline .headings-wrapper {
    padding-top: 18px;
  }
}
.historical-timeline .headings-wrapper h2, .historical-timeline .headings-wrapper h3 {
  font-style: normal;
  padding: 0 20px;
}
.historical-timeline .headings-wrapper h2 {
  font-size: 50px;
}
@media only screen and (max-width: 767px) {
  .historical-timeline .headings-wrapper h2 {
    font-size: 18px;
  }
}
.historical-timeline .headings-wrapper h3 {
  background: #000;
  color: #fff;
  font: 400 20px/26px "Lato", "Arial", sans-serif;
  padding: 15px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .historical-timeline .headings-wrapper h3 {
    font-size: 16px;
    line-height: 20px;
  }
}
.historical-timeline .history-blocks-wrapper {
  position: relative;
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  padding: 50px 0;
}
.historical-timeline .history-short-descr-block {
  position: relative;
  width: 43%;
  height: 435px;
  clear: both;
  cursor: pointer;
  margin-top: -120px;
  float: left;
  z-index: 2;
  box-shadow: 0 30px 100px -10px rgba(0, 0, 0, 0.6);
}
@media only screen and (max-width: 767px) {
  .historical-timeline .history-short-descr-block {
    float: left;
    width: calc(100% - 90px);
    margin: 0 20px 30px 60px;
    height: 0;
    padding-bottom: 80%;
  }
}
.historical-timeline .history-short-descr-block:first-child {
  margin-top: 0;
}
.historical-timeline .history-short-descr-block:before {
  content: "";
  position: absolute;
  right: -56px;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  border: 0;
  border-top: 1px dashed #ccc;
}
@media only screen and (max-width: 767px) {
  .historical-timeline .history-short-descr-block:before {
    right: auto;
    left: -30px;
  }
}
.historical-timeline .history-short-descr-block:after {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-left: 10px solid #fff;
  border-bottom: 15px solid transparent;
}
@media only screen and (max-width: 767px) {
  .historical-timeline .history-short-descr-block:after {
    border-right: 10px solid #cd482d;
    border-left: 0;
    right: auto;
    left: -10px;
  }
}
.historical-timeline .history-short-descr-block .history-year {
  position: absolute;
  right: -50%;
  top: 50%;
  transform: translate(50%, -50%);
  font: 700 30px/32px "Lato", "Arial", sans-serif;
  color: #fff;
  text-shadow: 1px 1px 3px #000;
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .historical-timeline .history-short-descr-block .history-year {
    right: auto;
    left: 0;
    background: #cd482d;
    text-shadow: none;
    transform: translateY(-50%);
    padding: 0 10px;
    font-size: 24px;
    line-height: 30px;
  }
}
.historical-timeline .history-short-descr-block .point {
  position: absolute;
  right: -22%;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: #ccc;
  border: 10px solid #cd482d;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .historical-timeline .history-short-descr-block .point {
    right: auto;
    left: -48px;
    width: 10px;
    height: 10px;
    border: 5px solid #cd482d;
  }
}
.historical-timeline .history-short-descr-block .history-title {
  position: absolute;
  bottom: 20px;
  width: 80%;
  background: #cd482d;
  color: #fff;
  text-align: center;
  font: 300 18px/28px "Lato", "Arial", sans-serif;
  text-transform: uppercase;
  padding: 5px 10px;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .historical-timeline .history-short-descr-block .history-title {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    transform: none;
  }
}
.historical-timeline .history-short-descr-block.right {
  float: right;
}
@media only screen and (max-width: 767px) {
  .historical-timeline .history-short-descr-block.right {
    float: left;
  }
}
.historical-timeline .history-short-descr-block.right .history-year {
  right: auto;
  left: -50%;
  margin-right: 0;
  margin-left: -30px;
}
@media only screen and (max-width: 767px) {
  .historical-timeline .history-short-descr-block.right .history-year {
    left: 0;
    margin-left: 0;
  }
}
.historical-timeline .history-short-descr-block.right:before {
  right: auto;
  left: -56px;
}
@media only screen and (max-width: 767px) {
  .historical-timeline .history-short-descr-block.right:before {
    right: auto;
    left: -30px;
  }
}
.historical-timeline .history-short-descr-block.right:after {
  right: auto;
  left: -10px;
  border-right: 10px solid #fff;
  border-left: 0;
}
@media only screen and (max-width: 767px) {
  .historical-timeline .history-short-descr-block.right:after {
    border-right: 10px solid #cd482d;
  }
}
.historical-timeline .history-short-descr-block.right .point {
  right: auto;
  left: -22%;
}
@media only screen and (max-width: 767px) {
  .historical-timeline .history-short-descr-block.right .point {
    right: auto;
    left: -48px;
  }
}
.historical-timeline .history-short-descr-block.right + .historical-timeline .history-short-descr-block.left {
  margin-top: -120px;
}

.history-popup {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.7);
  z-index: -9999;
  transition: all 350ms ease-in-out;
}
.history-popup.visible {
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}
.history-popup .slideshow {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  overflow: hidden auto;
  max-width: 830px;
  transform: translate(-50%, -50%);
  max-height: 95%;
}
@media only screen and (max-width: 767px) {
  .history-popup .slideshow {
    max-height: 100%;
  }
}
.history-popup .close {
  font-size: 0;
  text-indent: -9999em;
  display: block;
  width: 38px;
  height: 35px;
  margin: 0;
  transition: transform 0.3s;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  background: #000;
}
.history-popup .close:before, .history-popup .close:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 2px;
  background-color: #fff;
  top: calc(50% - 10px);
  left: calc(50% - 1px);
  transition: background-color 350ms ease-in-out;
}
.history-popup .close:before {
  transform: rotate(-45deg);
}
.history-popup .close:after {
  transform: rotate(45deg);
}
.history-popup .close:hover:before, .history-popup .close:hover:after {
  background-color: #cd482d;
}
.history-popup .slideshow-wrapper {
  width: 100%;
  height: auto;
  position: relative;
}
.history-popup .history-popup-block {
  position: relative;
  width: 100%;
  max-width: 830px;
  min-height: 372px;
}
.history-popup .history-popup-block .inner-wrapper {
  padding: 20px;
  background: #fff;
  text-align: left;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .history-popup .history-popup-block .inner-wrapper {
    display: block;
    text-align: center;
  }
}
.history-popup .history-popup-block .thumbnail {
  position: relative;
  max-width: 300px;
  width: 100%;
  height: 371px;
  margin-right: 20px;
  flex: none;
}
@media only screen and (max-width: 767px) {
  .history-popup .history-popup-block .thumbnail {
    margin-right: 0;
    display: inline-block;
  }
}
.history-popup .history-popup-block p.description {
  display: block;
}
.history-popup .history-popup-block .popup-headering-wrapper {
  position: relative;
  display: flex;
  background: #000;
  padding: 5px 40px 5px 10px;
}
@media only screen and (max-width: 767px) {
  .history-popup .history-popup-block .popup-headering-wrapper {
    text-align: left;
  }
}
.history-popup .history-popup-block .popup-headering-wrapper h4, .history-popup .history-popup-block .popup-headering-wrapper h3 {
  font-weight: 400;
  color: #fff;
}
.history-popup .history-popup-block .popup-headering-wrapper h4 {
  margin-right: 5px;
}
@media only screen and (max-width: 767px) {
  .history-popup .history-popup-block .popup-headering-wrapper h4 {
    flex: none;
  }
}

.booking-right-side {
  background-color: #2f2e2d;
  width: 36%;
  padding: 20px 2% 32px;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .booking-right-side {
    display: none;
  }
}
.booking-right-side a {
  color: #fff;
  text-decoration: none;
}
.booking-right-side .border-bottom {
  border-bottom: 1px solid #aeaead;
  padding: 10px 15px;
}
.booking-right-side .link {
  position: relative;
  display: flex;
  align-items: center;
}
.booking-right-side .link:before {
  content: "";
  margin-right: 10px;
  height: 25px;
  width: 30px;
  background-repeat: no-repeat;
  background-position: 50%;
}
.booking-right-side .link.gift:before {
  background-image: url("../images/gift.png");
}
.booking-right-side .link.mail:before {
  background-image: url("../images/mail.png");
}
.booking-right-side .link.phone:before {
  background-image: url("../images/phone.png");
}
.booking-right-side .property-wrapper {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}
.booking-right-side h3 {
  margin-bottom: 16px;
}
.booking-right-side .image-wrapper {
  position: relative;
  width: 250px;
  height: 120px;
  margin-bottom: 20px;
}
.booking-right-side .buttons-wrapper a {
  display: inline-block;
  font-family: "Rufina", serif;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #aeaead;
}
.booking-right-side .buttons-wrapper a:last-child {
  border: none;
  margin-right: 0;
  padding-right: 0;
}
.booking-right-side .text {
  line-height: 18px;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 20px;
}
.booking-right-side .phone {
  padding: 10px 15px;
}

.dining-breadcrumb-acm {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .dining-breadcrumb-acm {
    display: inline-block;
  }
}
.dining-breadcrumb-acm .breadcrumb-wrapper {
  font: 200 16px/1.2 "Lato", "Arial", sans-serif;
  display: flex;
  position: relative;
  color: #000;
  margin-bottom: 50px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .dining-breadcrumb-acm .breadcrumb-wrapper {
    margin-bottom: 30px;
    font-size: 12px;
  }
}
.dining-breadcrumb-acm .breadcrumb-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 5px;
  background: #cd482d;
}
.dining-breadcrumb-acm div {
  display: inline-flex;
}
.dining-breadcrumb-acm a {
  display: inline-block;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 350ms ease-in-out;
}
.dining-breadcrumb-acm a:hover, .dining-breadcrumb-acm a.active {
  font-weight: 700;
}
.dining-breadcrumb-acm:after {
  clear: both;
  content: "";
  display: table;
}
.dining-breadcrumb-acm .separator {
  margin: 0 7px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .dining-breadcrumb-acm .separator {
    margin: 0 7px;
  }
}
.dining-breadcrumb-acm .social-icons {
  display: flex;
  flex-flow: wrap;
  align-self: center;
  position: absolute;
  right: 0;
  top: -10px;
}
@media only screen and (max-width: 767px) {
  .dining-breadcrumb-acm .social-icons {
    position: relative;
    right: auto;
    top: auto;
    margin: 0 0 30px 0 !important;
  }
}
@media only screen and (max-width: 1023px) {
  .dining-breadcrumb-acm .social-icons {
    justify-content: flex-start;
  }
}
.dining-breadcrumb-acm .social-icons li {
  margin: 0;
  list-style: none;
  width: 50px;
  height: 50px;
}
.dining-breadcrumb-acm .social-icons li:first-child {
  padding-left: 0 !important;
}
@media only screen and (max-width: 767px) {
  .dining-breadcrumb-acm .social-icons li {
    width: 30px;
    height: 30px;
  }
}
.dining-breadcrumb-acm .social-icons li:after {
  content: none !important;
}
.dining-breadcrumb-acm .social-icons li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dining-breadcrumb-acm .social-icons a {
  position: relative;
  display: block;
}
.dining-breadcrumb-acm .social-icons a:hover {
  opacity: 0.7;
}

.dining-content-slider-acm {
  display: flex;
  width: 43%;
  max-width: 600px;
  float: right;
  margin-left: 50px;
  padding: 60px 0;
}
.restaurant-fixed-sidebar-layout .dining-content-slider-acm {
  padding: 0 0 60px 0;
  width: 50%;
  margin-left: 0;
  max-width: none;
}
@media only screen and (max-width: 767px) {
  .restaurant-fixed-sidebar-layout .dining-content-slider-acm {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .dining-content-slider-acm {
    width: 100%;
    max-width: 100%;
    float: none;
    margin-left: 0;
    padding: 20px 0;
  }
}
.dining-content-slider-acm .images-slider-wrapper {
  position: relative;
  width: 600px;
  min-height: 770px;
}
.restaurant-fixed-sidebar-layout .dining-content-slider-acm .images-slider-wrapper {
  min-height: auto;
  height: 784px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .restaurant-fixed-sidebar-layout .dining-content-slider-acm .images-slider-wrapper {
    height: 400px;
  }
}
@media only screen and (max-width: 1023px) {
  .dining-content-slider-acm .images-slider-wrapper {
    width: 400px;
    min-height: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .dining-content-slider-acm .images-slider-wrapper {
    width: 100%;
    min-height: auto;
    height: 320px;
    box-shadow: none;
  }
}
.dining-content-slider-acm .images-slider-wrapper.sticky {
  top: 136px !important;
}
.dining-content-slider-acm .images-slider-wrapper .slideshow {
  overflow: hidden;
  background: #fff;
  width: 100%;
}
.dining-content-slider-acm .images-slider-wrapper .slideshow,
.dining-content-slider-acm .images-slider-wrapper .slideshow-wrapper,
.dining-content-slider-acm .images-slider-wrapper .slide {
  height: 100%;
  width: 100%;
}
.dining-content-slider-acm .images-slider-wrapper .slideshow-buttons {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .dining-content-slider-acm .images-slider-wrapper .slideshow-buttons {
    display: none;
  }
  .adventure-layout .dining-content-slider-acm .images-slider-wrapper .slideshow-buttons {
    display: flex;
    justify-content: flex-start;
  }
}
.dining-content-slider-acm .images-slider-wrapper .slide {
  background: #eeeeee;
  width: 100% !important;
}
.dining-content-slider-acm .images-slider-wrapper .slideshow-buttons.with-gallery {
  right: 0;
}
.dining-content-slider-acm .images-slider-wrapper .slideshow-buttons .slideshow-button-dining {
  position: relative;
  margin: 0;
  width: 70px;
  height: 70px;
  font-size: 0;
  text-indent: -9999em;
  background-color: #282726;
}
@media only screen and (max-width: 767px) {
  .adventure-layout .dining-content-slider-acm .images-slider-wrapper .slideshow-buttons .slideshow-button-dining {
    width: 40px;
    height: 40px;
  }
}
.dining-content-slider-acm .images-slider-wrapper .slideshow-buttons .slideshow-button-dining:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media only screen and (max-width: 767px) {
  .adventure-layout .dining-content-slider-acm .images-slider-wrapper .slideshow-buttons .slideshow-button-dining:before {
    width: 10px;
    height: 10px;
  }
}
.dining-content-slider-acm .images-slider-wrapper .slideshow-buttons .slideshow-button-dining.previous:before {
  transform: rotate(-135deg);
  left: 25px;
  top: 20px;
}
@media only screen and (max-width: 767px) {
  .adventure-layout .dining-content-slider-acm .images-slider-wrapper .slideshow-buttons .slideshow-button-dining.previous:before {
    top: 15px;
    left: 15px;
  }
}
.dining-content-slider-acm .images-slider-wrapper .slideshow-buttons .slideshow-button-dining.next:before {
  transform: rotate(45deg);
  left: 10px;
  top: 20px;
}
@media only screen and (max-width: 767px) {
  .adventure-layout .dining-content-slider-acm .images-slider-wrapper .slideshow-buttons .slideshow-button-dining.next:before {
    top: 15px;
    left: 10px;
  }
}
.dining-content-slider-acm .images-slider-wrapper .slideshow-buttons .view-gallery {
  height: 70px;
  width: calc(100% - 140px);
}
@media only screen and (max-width: 767px) {
  .dining-content-slider-acm .images-slider-wrapper .slideshow-buttons .view-gallery {
    display: none;
  }
  .adventure-layout .dining-content-slider-acm .images-slider-wrapper .slideshow-buttons .view-gallery {
    height: 40px;
    line-height: 37px;
    width: calc(100% - 80px);
  }
}

.wide-image-plus-textbox {
  margin: 40px 0 80px;
}
@media only screen and (max-width: 767px) {
  .wide-image-plus-textbox {
    margin: 40px 0;
  }
}
.wide-image-plus-textbox .thumbnail {
  margin: 0;
  width: 100%;
  padding: 20px 0 40px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .wide-image-plus-textbox .thumbnail {
    padding: 0;
  }
}
.wide-image-plus-textbox .thumbnail img {
  display: block;
}
@media only screen and (max-width: 767px) {
  .wide-image-plus-textbox .thumbnail .center-column {
    padding: 0;
  }
}
.wide-image-plus-textbox .thumbnail .sidebar {
  margin-top: -60px;
  background: #000;
  max-width: 278px;
  padding: 51px 61px 61px;
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  font-family: "Rufina", serif;
}
@media only screen and (max-width: 767px) {
  .wide-image-plus-textbox .thumbnail .sidebar {
    margin-top: 0;
    max-width: 100%;
    padding: 30px 20px;
    font-size: 25px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
  }
}
.wide-image-plus-textbox .thumbnail .sidebar h3 {
  font-family: "Lato", "Arial", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.2px;
}
.wide-image-plus-textbox .thumbnail .sidebar h3:after {
  content: "";
  display: block;
  margin: 22px 0 52px;
  position: relative;
  width: 80px;
  height: 6px;
  background: #cd482d;
}

.left-right-blocks {
  margin-bottom: 13px;
}
@media only screen and (max-width: 767px) {
  .left-right-blocks {
    margin-bottom: 40px;
  }
}
.left-right-blocks .center-column {
  max-width: 1320px;
  padding: 0 20px;
}
.left-right-blocks .blocks .block {
  overflow: hidden;
  margin-bottom: 100px;
  padding-bottom: 100px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .left-right-blocks .blocks .block {
    flex-flow: column;
    margin-bottom: 20px;
    padding-bottom: 0;
  }
}
.left-right-blocks .blocks .block:last-child {
  margin-bottom: 0;
}
.left-right-blocks .blocks .block .images {
  display: block;
  position: absolute;
  top: 0;
  bottom: 100px;
  right: 0;
  width: calc(50% - 40px);
  background: #eeeeee;
}
@media only screen and (max-width: 1023px) {
  .left-right-blocks .blocks .block .images {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .left-right-blocks .blocks .block .images {
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
  }
}
.left-right-blocks .blocks .block .images .slide {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
@media only screen and (max-width: 767px) {
  .left-right-blocks .blocks .block .images .slide {
    height: 0;
    padding-bottom: 64%;
  }
}
.left-right-blocks .blocks .block .images .slide .video-wrapper {
  overflow: hidden;
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.left-right-blocks .blocks .block .images .slide .video-wrapper iframe {
  position: absolute;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 167.77777778%;
  min-width: 100.77777778%;
}
.left-right-blocks .blocks .block .images .slide .video-wrapper .video-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.left-right-blocks .blocks .block .images .slide .video-wrapper .video-thumb:after {
  background: rgba(0, 0, 0, 0.2);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  transition: background 350ms ease-in-out;
  top: 0;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .left-right-blocks .blocks .block .images .slide .video-wrapper .video-thumb {
    width: 100%;
    position: relative;
  }
}
.left-right-blocks .blocks .block .images .slide .video-wrapper .video-thumb .play-button,
.left-right-blocks .blocks .block .images .slide .video-wrapper .video-thumb .play-video {
  position: absolute;
  bottom: 20px;
  right: 20px;
  height: 68px;
  width: 68px;
  opacity: 0.6;
  transition: all 350ms ease-in-out;
  z-index: 5;
}
@media only screen and (max-width: 1023px) {
  .left-right-blocks .blocks .block .images .slide .video-wrapper .video-thumb .play-button,
.left-right-blocks .blocks .block .images .slide .video-wrapper .video-thumb .play-video {
    height: 44px;
    width: 44px;
  }
}
.left-right-blocks .blocks .block .images .slide .video-wrapper .video-thumb .play-button img,
.left-right-blocks .blocks .block .images .slide .video-wrapper .video-thumb .play-video img {
  width: 100%;
  height: 100%;
}
.left-right-blocks .blocks .block .images .slide .video-wrapper .video-thumb .play-button:hover,
.left-right-blocks .blocks .block .images .slide .video-wrapper .video-thumb .play-video:hover {
  opacity: 1;
}
.left-right-blocks .blocks .block .images .slide .video-wrapper .video-thumb:hover .play-button {
  opacity: 1;
}
.left-right-blocks .blocks .block .content {
  display: block;
  float: left;
  position: relative;
  width: calc(50% - 30px);
  padding: 32px 0 19px 0;
}
@media only screen and (max-width: 1023px) {
  .left-right-blocks .blocks .block .content {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  .left-right-blocks .blocks .block .content {
    width: 100%;
    padding: 20px 0;
  }
}
.left-right-blocks .blocks .block .content .small-header {
  font-family: "Lato", "Arial", sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.1px;
}
.left-right-blocks .blocks .block .content .small-header:after {
  content: "";
  display: block;
  margin: 22px 0 49px;
  position: relative;
  width: 80px;
  height: 6px;
  background: #cd482d;
}
@media only screen and (max-width: 767px) {
  .left-right-blocks .blocks .block .content .small-header:after {
    margin: 20px 0;
  }
}
.left-right-blocks .blocks .block .content h2 {
  font-family: "Rufina", serif;
  font-size: 40px;
  line-height: 50px;
  font-style: normal;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 14px;
}
@media only screen and (max-width: 1023px) {
  .left-right-blocks .blocks .block .content h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .left-right-blocks .blocks .block .content h2 {
    font-size: 25px;
    line-height: 35px;
  }
}
.left-right-blocks .blocks .block .content h3 {
  font-family: "Rufina", serif;
  font-size: 30px;
  line-height: 50px;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 35px;
}
@media only screen and (max-width: 1023px) {
  .left-right-blocks .blocks .block .content h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .left-right-blocks .blocks .block .content h3 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
  }
}
.left-right-blocks .blocks .block .content .headings {
  position: relative;
  width: 100%;
}
.left-right-blocks .blocks .block .content p {
  margin-bottom: 18px;
}
.left-right-blocks .blocks .block .content .links {
  width: 100%;
  position: relative;
  margin-top: 44px;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .left-right-blocks .blocks .block .content .links {
    padding-top: 20px;
    margin-top: 0;
    justify-content: space-between;
  }
}
.left-right-blocks .blocks .block .content .links .button {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  background: none;
  color: #cd482d;
  padding: 0;
  width: 50%;
  height: auto;
  margin-bottom: 13px;
  border: none;
  font-size: 16px;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0.1px;
  font-family: "Lato", "Arial", sans-serif;
  transition: color 350ms ease-in-out;
  white-space: normal;
}
@media only screen and (max-width: 767px) {
  .left-right-blocks .blocks .block .content .links .button {
    width: 100%;
  }
}
.left-right-blocks .blocks .block .content .links .button:after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-left: 14px;
  border-top: 2px solid #cd482d;
  border-right: 2px solid #cd482d;
  transform: rotate(45deg);
  transition: border-color 350ms ease-in-out;
}
.left-right-blocks .blocks .block .content .links .button:hover {
  color: #000;
}
.left-right-blocks .blocks .block .content .links .button:hover:after {
  border-top-color: #000;
  border-right-color: #000;
}
.left-right-blocks .blocks .block:nth-child(even) .images {
  right: auto;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .left-right-blocks .blocks .block:nth-child(even) .images {
    right: auto;
    left: auto;
  }
}
.left-right-blocks .blocks .block:nth-child(even) .content {
  float: right;
}
@media only screen and (max-width: 767px) {
  .left-right-blocks .blocks .block:nth-child(even) .content {
    float: none;
  }
}
.left-right-blocks .slideshow {
  overflow: hidden;
}
.left-right-blocks .slideshow, .left-right-blocks .slideshow-wrapper, .left-right-blocks .slide {
  height: 100%;
  width: 100%;
}
.left-right-blocks .slideshow-buttons {
  position: absolute;
  left: 0;
  bottom: -80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .left-right-blocks .slideshow-buttons {
    display: none;
  }
}
.left-right-blocks .slideshow-button-dining {
  position: relative;
  margin: 0;
  width: 70px;
  height: 70px;
  font-size: 0;
  text-indent: -9999em;
  background-color: #282726;
}
.left-right-blocks .slideshow-button-dining:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.left-right-blocks .slideshow-button-dining.previous {
  margin-right: 10px;
}
.left-right-blocks .slideshow-button-dining.previous:before {
  transform: rotate(-135deg);
  left: 30px;
  top: 20px;
}
.left-right-blocks .slideshow-button-dining.next:before {
  transform: rotate(45deg);
  left: 12px;
  top: 20px;
}
.left-right-blocks .slideshow-button-dining:hover {
  background: #cd482d;
}

.three-image-slider {
  text-align: center;
  margin-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .three-image-slider {
    margin-bottom: 40px;
  }
}
.three-image-slider .center-column {
  max-width: 1464px;
  overflow: hidden;
  padding: 0 40px;
}
@media only screen and (min-width: 1400px) {
  .three-image-slider .center-column {
    padding: 0 80px;
  }
}
@media only screen and (max-width: 1023px) {
  .three-image-slider .center-column {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .three-image-slider .center-column {
    padding: 0 20px;
  }
}
.three-image-slider h2 {
  font-family: "Rufina", serif;
  font-weight: 400;
  font-size: 49px;
  line-height: 49px;
  text-transform: uppercase;
  margin-bottom: 31px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 1023px) {
  .three-image-slider h2 {
    font-size: 36px;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .three-image-slider h2 {
    margin-bottom: 17px;
    font-size: 30px;
  }
}
.three-image-slider .slideshow {
  overflow: hidden;
}
.three-image-slider .slide {
  position: relative;
  width: calc(33.3% - 24px);
  overflow: hidden;
  transition: transform 350ms ease-in-out;
  margin: 0 12px;
}
@media only screen and (max-width: 1023px) {
  .three-image-slider .slide {
    width: calc(50% - 20px);
    margin: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .three-image-slider .slide {
    width: 100%;
    margin: 0;
  }
}
.three-image-slider .slide.slide--with-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .three-image-slider .slide.slide--with-link::after {
    content: none;
  }
}
.three-image-slider .slide.slide--with-link:hover::after {
  content: "";
  height: 100%;
  opacity: 1;
}
.three-image-slider .slide.slide--with-link:hover .link-wrapper {
  opacity: 1;
  font-size: 24px;
  max-height: 100px;
}
.three-image-slider .slide.slide--with-link:hover .three-image-link {
  display: inline-block;
  margin-top: 20px;
  padding-top: 20px;
}
.three-image-slider .thumb {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 120%;
}
.three-image-slider .thumb:after {
  content: "";
  height: 50%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0.06%, #000000 100%);
  z-index: 0;
}
.three-image-slider .thumb:hover .play-button {
  opacity: 1;
}
.three-image-slider .video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.three-image-slider .video-wrapper.show-video {
  background: #000;
}
.three-image-slider .video-wrapper iframe.video {
  position: absolute;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 167.77777778%;
  min-width: 100.77777778%;
}
.three-image-slider .play-button,
.three-image-slider .play-video {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 68px;
  width: 68px;
  opacity: 0.6;
  transition: all 350ms ease-in-out;
  z-index: 5;
}
@media only screen and (max-width: 1023px) {
  .three-image-slider .play-button,
.three-image-slider .play-video {
    height: 44px;
    width: 44px;
  }
}
.three-image-slider .play-button img,
.three-image-slider .play-video img {
  width: 100%;
  height: 100%;
}
.three-image-slider .play-button:hover,
.three-image-slider .play-video:hover {
  opacity: 1;
}
.three-image-slider .titles-wrapper {
  position: absolute;
  bottom: 36px;
  left: 20px;
  right: 20px;
  text-align: center;
  z-index: 1;
}
.three-image-slider .titles-wrapper h3 {
  font-family: "Rufina", serif;
  letter-spacing: 0.5px;
  font-size: 30px;
  line-height: 32px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .three-image-slider .titles-wrapper h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
.three-image-slider .titles-wrapper h4 {
  font-family: "Rufina", serif;
  letter-spacing: 0.5px;
  font-size: 19px;
  line-height: 20px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .three-image-slider .titles-wrapper h4 {
    font-size: 16px;
    line-height: 18px;
  }
}
.three-image-slider .link-wrapper {
  display: block;
  font-size: 0;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 350ms ease-in-out, opacity 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .three-image-slider .link-wrapper {
    opacity: 1;
    font-size: 24px;
    max-height: 100px;
  }
}
.three-image-slider .three-image-link {
  position: relative;
  color: #fff;
  font: italic 24px "Rufina", serif;
  font-size: 1.5vw;
  text-decoration: none;
  transition: 350ms ease-in-out;
  display: none;
}
@media (max-width: 933.3333333333px) {
  .three-image-slider .three-image-link {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .three-image-slider .three-image-link {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .three-image-slider .three-image-link {
    display: inline-block;
    margin-top: 20px;
    padding-top: 20px;
  }
}
.three-image-slider .three-image-link:hover {
  color: #cd482d;
}
.three-image-slider .three-image-link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -30px;
  width: 60px;
  height: 1px;
  background: #fff;
}
.three-image-slider .slideshow-button {
  border-color: #cd482d;
  margin-top: -14px;
  width: 28px;
  height: 28px;
}
@media only screen and (max-width: 1023px) {
  .three-image-slider .slideshow-button {
    display: block;
    border-color: #fff;
  }
}
.three-image-slider .slideshow-button:hover {
  border-color: #000;
}
@media only screen and (max-width: 1023px) {
  .three-image-slider .slideshow-button:hover {
    border-color: #cd482d;
  }
}
.three-image-slider .slideshow-button.previous {
  left: -20px;
}
@media only screen and (min-width: 1400px) {
  .three-image-slider .slideshow-button.previous {
    left: -38px;
  }
}
@media only screen and (max-width: 1023px) {
  .three-image-slider .slideshow-button.previous {
    left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .three-image-slider .slideshow-button.previous {
    left: 20px;
  }
}
.three-image-slider .slideshow-button.previous:after {
  transform: translateY(-50%) rotate(-135deg);
  left: 14px;
}
.three-image-slider .slideshow-button.next {
  right: -20px;
}
@media only screen and (min-width: 1400px) {
  .three-image-slider .slideshow-button.next {
    right: -38px;
  }
}
@media only screen and (max-width: 1023px) {
  .three-image-slider .slideshow-button.next {
    right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .three-image-slider .slideshow-button.next {
    right: 20px;
  }
}
.three-image-slider .slideshow-button.next:after {
  transform: translateY(-50%) rotate(45deg);
  left: 0;
}

.additional-content {
  margin-top: 30px;
}
.additional-content h3, .additional-content strong {
  color: #000;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  font-family: "Lato", "Arial", sans-serif;
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.additional-content p {
  line-height: 26px;
  margin-bottom: 0;
}
.additional-content .mini-content-section {
  margin-bottom: 29px;
}
.additional-content .documents {
  margin-bottom: 16px;
}
.additional-content .documents h3 {
  margin-bottom: 15px;
  margin-right: 16px;
}
.additional-content .documents strong {
  line-height: 26px;
  margin-right: 15px;
}
.additional-content .documents nav {
  display: inline-block;
}
.additional-content .documents nav a {
  display: inline-block;
  vertical-align: top;
  color: #cd482d;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.1px;
  font-family: "Lato", "Arial", sans-serif;
  transition: color 350ms ease-in-out;
  position: relative;
  margin-right: 35px;
  margin-bottom: 15px;
}
.additional-content .documents nav a svg {
  vertical-align: top;
  display: inline-block;
  margin-right: 7px;
  margin-top: -4px;
  fill: #cd482d;
  transition: fill 350ms ease-in-out;
}
.additional-content .documents nav a:hover {
  color: #000;
}
.additional-content .documents nav a:hover svg {
  fill: #000;
}
.additional-content .button {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  background: none;
  color: #cd482d;
  padding: 0;
  width: 50%;
  height: auto;
  margin-bottom: 13px;
  border: none;
  font-size: 16px;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0.1px;
  font-family: "Lato", "Arial", sans-serif;
  transition: color 350ms ease-in-out;
  white-space: normal;
}
@media only screen and (max-width: 767px) {
  .additional-content .button {
    width: 100%;
  }
}
.additional-content .button:after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-left: 14px;
  border-top: 2px solid #cd482d;
  border-right: 2px solid #cd482d;
  transform: rotate(45deg);
  transition: border-color 350ms ease-in-out;
}
.additional-content .button:hover {
  color: #000 !important;
}
.additional-content .button:hover:after {
  border-top-color: #000;
  border-right-color: #000;
}

.testimonial-content {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .testimonial-content {
    margin-top: 30px;
  }
}
.testimonial-content .testimonial {
  background: #000;
  padding: 51px 61px 52px;
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  font-family: "Rufina", serif;
}
@media only screen and (max-width: 1023px) {
  .testimonial-content .testimonial {
    font-size: 26px;
    line-height: 36px;
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-content .testimonial {
    margin-top: 0;
    max-width: 100%;
    padding: 30px 20px;
    font-size: 25px;
    line-height: 35px;
  }
}
.testimonial-content .testimonial h3 {
  font-family: "Lato", "Arial", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.2px;
}
.testimonial-content .testimonial h3:after {
  content: "";
  display: block;
  margin: 22px 0 52px;
  position: relative;
  width: 80px;
  height: 6px;
  background: #cd482d;
}
.testimonial-content .testimonial p {
  margin-bottom: 40px;
}
.testimonial-content .testimonial .author {
  display: inline-block;
  vertical-align: top;
  font-family: "Lato", "Arial", sans-serif;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #fff;
}
@media only screen and (max-width: 1023px) {
  .testimonial-content .testimonial .author {
    font-size: 14px;
    line-height: 24px;
  }
}

.pages-with-top-menu {
  margin: 8px 0 60px;
}
@media only screen and (max-width: 767px) {
  .pages-with-top-menu {
    margin: 8px 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .pages-with-top-menu .center-column {
    padding: 0 20px;
  }
}
.inner-menu-fixed .pages-with-top-menu .blocks-menu {
  z-index: 1;
  position: sticky;
  left: 0;
  width: 100%;
  top: 60px;
  background: #fff;
  transition: all 350ms ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .inner-menu-fixed .pages-with-top-menu .blocks-menu {
    top: 75px;
  }
}
.pages-with-top-menu .buttons-wrapper {
  text-align: left;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .pages-with-top-menu .buttons-wrapper {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .inner-menu-fixed .pages-with-top-menu .buttons-wrapper {
    padding-top: 10px;
  }
}
.pages-with-top-menu .buttons-wrapper button {
  display: inline-block;
  vertical-align: top;
  border: none;
  padding: 0 0 18px;
  margin-right: 48px;
  position: relative;
  text-transform: uppercase;
  color: #000;
  overflow: hidden;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}
@media only screen and (max-width: 767px) {
  .pages-with-top-menu .buttons-wrapper button {
    display: none;
  }
}
.inner-menu-fixed .pages-with-top-menu .buttons-wrapper button {
  font-size: 14px;
  padding-bottom: 14px;
  margin-right: 41px;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 0;
}
.pages-with-top-menu .buttons-wrapper button:after {
  content: "";
  height: 6px;
  width: 100%;
  position: absolute;
  bottom: -6px;
  background: #cd482d;
  left: 0;
  transition: bottom 350ms ease-in-out;
}
.inner-menu-fixed .pages-with-top-menu .buttons-wrapper button:after {
  height: 5px;
  bottom: -5px;
}
.pages-with-top-menu .buttons-wrapper button:hover, .pages-with-top-menu .buttons-wrapper button.active {
  color: #cd482d;
}
.pages-with-top-menu .buttons-wrapper button:hover:after, .pages-with-top-menu .buttons-wrapper button.active:after {
  bottom: 0;
}
.pages-with-top-menu .content-block .block-wrapper {
  display: none;
}
.pages-with-top-menu .content-block .block-wrapper.active {
  display: block;
}
.pages-with-top-menu .content-block .block-wrapper .mini-block {
  padding-top: 53px;
  border-top: 1px solid #eeeeee;
  margin-top: 21px;
}
@media only screen and (max-width: 767px) {
  .pages-with-top-menu .content-block .block-wrapper .mini-block {
    padding-top: 33px;
    margin-top: 0;
  }
}
.pages-with-top-menu .content-block .block-wrapper .mini-block:first-child {
  border-top: 0;
  margin-top: 52px;
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .pages-with-top-menu .content-block .block-wrapper .mini-block:first-child {
    margin-top: 33px;
  }
}
.pages-with-top-menu .content-block .block-wrapper .mini-block h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 18px;
}
@media only screen and (max-width: 767px) {
  .pages-with-top-menu .content-block .block-wrapper .mini-block h3 {
    font-size: 24px;
    line-height: 1.2;
  }
}
.pages-with-top-menu .content-block .block-wrapper .mini-block h4 {
  font-family: "Lato", "Arial", sans-serif;
  color: #000;
  font-size: 21px;
  line-height: 21px;
  font-weight: 600;
  margin-bottom: 5px;
}
.pages-with-top-menu .content-block .block-wrapper .mini-block p {
  margin-bottom: 30px;
}
.pages-with-top-menu .content-block .block-wrapper .mini-block .pdf-icon {
  display: inline-block;
  vertical-align: top;
  color: #cd482d;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.1px;
  font-family: "Lato", "Arial", sans-serif;
  transition: color 350ms ease-in-out;
  position: relative;
  margin: 7px 35px 40px 0;
}
.pages-with-top-menu .content-block .block-wrapper .mini-block .pdf-icon svg {
  vertical-align: top;
  display: inline-block;
  margin-right: 7px;
  margin-top: -4px;
  fill: #cd482d;
  transition: fill 350ms ease-in-out;
}
.pages-with-top-menu .content-block .block-wrapper .mini-block .pdf-icon:hover {
  color: #000;
}
.pages-with-top-menu .content-block .block-wrapper .mini-block .pdf-icon:hover svg {
  fill: #000;
}

.pages-with-top-menu.as-links {
  margin: 8px 0 60px;
}
@media only screen and (max-width: 767px) {
  .pages-with-top-menu.as-links {
    margin: 8px 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .pages-with-top-menu.as-links .center-column {
    padding: 0 20px;
  }
}
.inner-menu-fixed .pages-with-top-menu.as-links .blocks-menu {
  z-index: 1;
  position: sticky;
  left: 0;
  width: 100%;
  top: 60px;
  background: #fff;
  transition: all 350ms ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .inner-menu-fixed .pages-with-top-menu.as-links .blocks-menu {
    top: 75px;
  }
}
.pages-with-top-menu.as-links .buttons-wrapper {
  text-align: left;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .pages-with-top-menu.as-links .buttons-wrapper {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .inner-menu-fixed .pages-with-top-menu.as-links .buttons-wrapper {
    padding-top: 10px;
  }
}
.pages-with-top-menu.as-links .buttons-wrapper a {
  display: inline-block;
  vertical-align: top;
  border: none;
  padding: 0 0 18px;
  margin-right: 48px;
  position: relative;
  text-transform: uppercase;
  color: #000;
  overflow: hidden;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .pages-with-top-menu.as-links .buttons-wrapper a {
    display: none;
  }
}
.inner-menu-fixed .pages-with-top-menu.as-links .buttons-wrapper a {
  font-size: 14px;
  padding-bottom: 14px;
  margin-right: 41px;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 0;
}
.pages-with-top-menu.as-links .buttons-wrapper a:after {
  content: "";
  height: 6px;
  width: 100%;
  position: absolute;
  bottom: -6px;
  background: #cd482d;
  left: 0;
  transition: bottom 350ms ease-in-out;
}
.inner-menu-fixed .pages-with-top-menu.as-links .buttons-wrapper a:after {
  height: 5px;
  bottom: -5px;
}
.pages-with-top-menu.as-links .buttons-wrapper a:hover, .pages-with-top-menu.as-links .buttons-wrapper a.active {
  color: #cd482d;
}
.pages-with-top-menu.as-links .buttons-wrapper a:hover:after, .pages-with-top-menu.as-links .buttons-wrapper a.active:after {
  bottom: 0;
}
.pages-with-top-menu.as-links .content-block .block-wrapper {
  display: block;
}
.pages-with-top-menu.as-links .content-block .block-wrapper .mini-block {
  padding-top: 53px;
  border-top: 1px solid #eeeeee;
  margin-top: 21px;
}
@media only screen and (max-width: 767px) {
  .pages-with-top-menu.as-links .content-block .block-wrapper .mini-block {
    padding-top: 33px;
    margin-top: 0;
  }
}
.pages-with-top-menu.as-links .content-block .block-wrapper .mini-block:first-child {
  border-top: 0;
  margin-top: 52px;
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .pages-with-top-menu.as-links .content-block .block-wrapper .mini-block:first-child {
    margin-top: 33px;
  }
}
.pages-with-top-menu.as-links .content-block .block-wrapper .mini-block h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 18px;
}
@media only screen and (max-width: 767px) {
  .pages-with-top-menu.as-links .content-block .block-wrapper .mini-block h3 {
    font-size: 24px;
    line-height: 1.2;
  }
}
.pages-with-top-menu.as-links .content-block .block-wrapper .mini-block h4 {
  font-family: "Lato", "Arial", sans-serif;
  color: #000;
  font-size: 21px;
  line-height: 21px;
  font-weight: 600;
  margin-bottom: 5px;
}
.pages-with-top-menu.as-links .content-block .block-wrapper .mini-block p {
  margin-bottom: 30px;
}
.pages-with-top-menu.as-links .content-block .block-wrapper .mini-block .pdf-icon {
  display: inline-block;
  vertical-align: top;
  color: #cd482d;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.1px;
  font-family: "Lato", "Arial", sans-serif;
  transition: color 350ms ease-in-out;
  position: relative;
  margin: 7px 35px 40px 0;
}
.pages-with-top-menu.as-links .content-block .block-wrapper .mini-block .pdf-icon svg {
  vertical-align: top;
  display: inline-block;
  margin-right: 7px;
  margin-top: -4px;
  fill: #cd482d;
  transition: fill 350ms ease-in-out;
}
.pages-with-top-menu.as-links .content-block .block-wrapper .mini-block .pdf-icon:hover {
  color: #000;
}
.pages-with-top-menu.as-links .content-block .block-wrapper .mini-block .pdf-icon:hover svg {
  fill: #000;
}

.left-right-with-slider-blocks {
  margin-bottom: 13px;
}
@media only screen and (max-width: 767px) {
  .left-right-with-slider-blocks {
    margin-bottom: 40px;
  }
}
.left-right-with-slider-blocks .center-column {
  max-width: 1320px;
  padding: 0 20px;
}
.left-right-with-slider-blocks .blocks .block {
  overflow: hidden;
  margin-bottom: 100px;
  padding-bottom: 100px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .left-right-with-slider-blocks .blocks .block {
    flex-flow: column;
    margin-bottom: 20px;
    padding-bottom: 0;
  }
}
.left-right-with-slider-blocks .blocks .block:last-child {
  margin-bottom: 0;
}
.left-right-with-slider-blocks .blocks .block .images {
  display: block;
  position: absolute;
  top: 0;
  bottom: 100px;
  right: 0;
  width: calc(50% - 40px);
  background: #eeeeee;
}
@media only screen and (max-width: 1023px) {
  .left-right-with-slider-blocks .blocks .block .images {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .left-right-with-slider-blocks .blocks .block .images {
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
  }
}
.left-right-with-slider-blocks .blocks .block .images .slide {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
@media only screen and (max-width: 767px) {
  .left-right-with-slider-blocks .blocks .block .images .slide {
    height: 0;
    padding-bottom: 64%;
  }
}
.left-right-with-slider-blocks .blocks .block .images .slide .video-wrapper {
  overflow: hidden;
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.left-right-with-slider-blocks .blocks .block .images .slide .video-wrapper iframe {
  position: absolute;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 167.77777778%;
  min-width: 100.77777778%;
}
.left-right-with-slider-blocks .blocks .block .images .slide .video-wrapper .video-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.left-right-with-slider-blocks .blocks .block .images .slide .video-wrapper .video-thumb:after {
  background: rgba(0, 0, 0, 0.2);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  transition: background 350ms ease-in-out;
  top: 0;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .left-right-with-slider-blocks .blocks .block .images .slide .video-wrapper .video-thumb {
    width: 100%;
    position: relative;
  }
}
.left-right-with-slider-blocks .blocks .block .images .slide .video-wrapper .video-thumb .play-button,
.left-right-with-slider-blocks .blocks .block .images .slide .video-wrapper .video-thumb .play-video {
  position: absolute;
  bottom: 20px;
  right: 20px;
  height: 68px;
  width: 68px;
  opacity: 0.6;
  transition: all 350ms ease-in-out;
  z-index: 5;
}
@media only screen and (max-width: 1023px) {
  .left-right-with-slider-blocks .blocks .block .images .slide .video-wrapper .video-thumb .play-button,
.left-right-with-slider-blocks .blocks .block .images .slide .video-wrapper .video-thumb .play-video {
    height: 44px;
    width: 44px;
  }
}
.left-right-with-slider-blocks .blocks .block .images .slide .video-wrapper .video-thumb .play-button img,
.left-right-with-slider-blocks .blocks .block .images .slide .video-wrapper .video-thumb .play-video img {
  width: 100%;
  height: 100%;
}
.left-right-with-slider-blocks .blocks .block .images .slide .video-wrapper .video-thumb .play-button:hover,
.left-right-with-slider-blocks .blocks .block .images .slide .video-wrapper .video-thumb .play-video:hover {
  opacity: 1;
}
.left-right-with-slider-blocks .blocks .block .images .slide .video-wrapper .video-thumb:hover .play-button {
  opacity: 1;
}
.left-right-with-slider-blocks .blocks .block .content {
  display: block;
  float: left;
  position: relative;
  width: calc(50% - 30px);
  padding: 32px 0 19px 0;
}
@media only screen and (max-width: 1023px) {
  .left-right-with-slider-blocks .blocks .block .content {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  .left-right-with-slider-blocks .blocks .block .content {
    width: 100%;
    padding: 20px 0;
  }
}
.left-right-with-slider-blocks .blocks .block .content .small-header {
  font-family: "Lato", "Arial", sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.1px;
}
.left-right-with-slider-blocks .blocks .block .content .small-header:after {
  content: "";
  display: block;
  margin: 22px 0 49px;
  position: relative;
  width: 80px;
  height: 6px;
  background: #cd482d;
}
@media only screen and (max-width: 767px) {
  .left-right-with-slider-blocks .blocks .block .content .small-header:after {
    margin: 20px 0;
  }
}
.left-right-with-slider-blocks .blocks .block .content h2 {
  font-family: "Rufina", serif;
  font-size: 40px;
  line-height: 50px;
  font-style: normal;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 14px;
}
@media only screen and (max-width: 1023px) {
  .left-right-with-slider-blocks .blocks .block .content h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .left-right-with-slider-blocks .blocks .block .content h2 {
    font-size: 25px;
    line-height: 35px;
  }
}
.left-right-with-slider-blocks .blocks .block .content h3 {
  font-family: "Rufina", serif;
  font-size: 30px;
  line-height: 50px;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 35px;
}
@media only screen and (max-width: 1023px) {
  .left-right-with-slider-blocks .blocks .block .content h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .left-right-with-slider-blocks .blocks .block .content h3 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
  }
}
.left-right-with-slider-blocks .blocks .block .content .headings {
  position: relative;
  width: 100%;
}
.left-right-with-slider-blocks .blocks .block .content .headings-top {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
@media only screen and (max-width: 767px) {
  .left-right-with-slider-blocks .blocks .block .content .headings-top {
    flex-direction: column;
  }
}
.left-right-with-slider-blocks .blocks .block .content .headings-top .social-icons {
  display: flex;
  gap: 20px;
  margin: 0;
  max-height: 50px;
}
@media only screen and (max-width: 767px) {
  .left-right-with-slider-blocks .blocks .block .content .headings-top .social-icons {
    gap: 12px;
    max-height: 30px;
    margin-bottom: 24px;
  }
}
.left-right-with-slider-blocks .blocks .block .content .headings-top .social-icons li {
  padding-left: 0;
}
.left-right-with-slider-blocks .blocks .block .content .headings-top .social-icons li::after {
  display: none;
}
.left-right-with-slider-blocks .blocks .block .content .headings-top .social-icons a {
  display: inline-block;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .left-right-with-slider-blocks .blocks .block .content .headings-top .social-icons img {
    width: 30px;
    height: 30px;
  }
}
.left-right-with-slider-blocks .blocks .block .content p {
  margin-bottom: 18px;
}
.left-right-with-slider-blocks .blocks .block .content .links {
  width: 100%;
  position: relative;
  margin-top: 44px;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .left-right-with-slider-blocks .blocks .block .content .links {
    padding-top: 20px;
    margin-top: 0;
    justify-content: space-between;
  }
}
.left-right-with-slider-blocks .blocks .block .content .links .button {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  background: none;
  color: #cd482d;
  padding: 0;
  width: 50%;
  height: auto;
  margin-bottom: 13px;
  border: none;
  font-size: 16px;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0.1px;
  font-family: "Lato", "Arial", sans-serif;
  transition: color 350ms ease-in-out;
  white-space: normal;
}
@media only screen and (max-width: 767px) {
  .left-right-with-slider-blocks .blocks .block .content .links .button {
    width: 100%;
  }
}
.left-right-with-slider-blocks .blocks .block .content .links .button:after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-left: 14px;
  border-top: 2px solid #cd482d;
  border-right: 2px solid #cd482d;
  transform: rotate(45deg);
  transition: border-color 350ms ease-in-out;
}
.left-right-with-slider-blocks .blocks .block .content .links .button:hover {
  color: #000;
}
.left-right-with-slider-blocks .blocks .block .content .links .button:hover:after {
  border-top-color: #000;
  border-right-color: #000;
}
.left-right-with-slider-blocks .blocks .inner-blocks:nth-child(even) .block .images {
  right: auto;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .left-right-with-slider-blocks .blocks .inner-blocks:nth-child(even) .block .images {
    right: auto;
    left: auto;
  }
}
.left-right-with-slider-blocks .blocks .inner-blocks:nth-child(even) .block .content {
  float: right;
}
@media only screen and (max-width: 767px) {
  .left-right-with-slider-blocks .blocks .inner-blocks:nth-child(even) .block .content {
    float: none;
  }
}
.left-right-with-slider-blocks .slideshow {
  overflow: hidden;
}
.left-right-with-slider-blocks .slideshow, .left-right-with-slider-blocks .slideshow-wrapper, .left-right-with-slider-blocks .slide {
  height: 100%;
  width: 100%;
}
.left-right-with-slider-blocks .slideshow-buttons {
  position: absolute;
  left: 0;
  bottom: -80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .left-right-with-slider-blocks .slideshow-buttons {
    display: none;
  }
}
.left-right-with-slider-blocks .slideshow-button-dining,
.left-right-with-slider-blocks .slideshow-button-dining-blocks {
  position: relative;
  margin: 0;
  width: 70px;
  height: 70px;
  font-size: 0;
  text-indent: -9999em;
  background-color: #282726;
}
.left-right-with-slider-blocks .slideshow-button-dining:before,
.left-right-with-slider-blocks .slideshow-button-dining-blocks:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.left-right-with-slider-blocks .slideshow-button-dining.previous,
.left-right-with-slider-blocks .slideshow-button-dining-blocks.previous {
  margin-right: 10px;
}
.left-right-with-slider-blocks .slideshow-button-dining.previous:before,
.left-right-with-slider-blocks .slideshow-button-dining-blocks.previous:before {
  transform: rotate(-135deg);
  left: 30px;
  top: 20px;
}
.left-right-with-slider-blocks .slideshow-button-dining.next:before,
.left-right-with-slider-blocks .slideshow-button-dining-blocks.next:before {
  transform: rotate(45deg);
  left: 12px;
  top: 20px;
}
.left-right-with-slider-blocks .slideshow-button-dining:hover,
.left-right-with-slider-blocks .slideshow-button-dining-blocks:hover {
  background: #cd482d;
}

.upcomming-events-2-blocks {
  margin-bottom: 13px;
}
@media only screen and (max-width: 767px) {
  .upcomming-events-2-blocks {
    margin-bottom: 40px;
  }
}
.upcomming-events-2-blocks .center-column {
  max-width: 1320px;
  padding: 0 20px;
}
.upcomming-events-2-blocks .blocks .block {
  overflow: hidden;
  margin-bottom: 100px;
  padding-bottom: 100px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .upcomming-events-2-blocks .blocks .block {
    flex-flow: column;
    margin-bottom: 20px;
    padding-bottom: 0;
  }
}
.upcomming-events-2-blocks .blocks .block:last-child {
  margin-bottom: 0;
}
.upcomming-events-2-blocks .blocks .block .images {
  display: block;
  position: absolute;
  top: 0;
  bottom: 100px;
  right: 0;
  width: calc(70% - 0px);
  height: 100%;
  background: #eeeeee;
}
@media only screen and (max-width: 1023px) {
  .upcomming-events-2-blocks .blocks .block .images {
    width: calc(65% - 20px);
    height: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .upcomming-events-2-blocks .blocks .block .images {
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
  }
}
.upcomming-events-2-blocks .blocks .block .images .slide {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
@media only screen and (max-width: 767px) {
  .upcomming-events-2-blocks .blocks .block .images .slide {
    height: 0;
    padding-bottom: 64%;
  }
}
.upcomming-events-2-blocks .blocks .block .images .slide .video-wrapper {
  overflow: hidden;
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.upcomming-events-2-blocks .blocks .block .images .slide .video-wrapper iframe {
  position: absolute;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 167.77777778%;
  min-width: 100.77777778%;
}
.upcomming-events-2-blocks .blocks .block .images .slide .video-wrapper .video-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.upcomming-events-2-blocks .blocks .block .images .slide .video-wrapper .video-thumb:after {
  background: rgba(0, 0, 0, 0.2);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  transition: background 350ms ease-in-out;
  top: 0;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .upcomming-events-2-blocks .blocks .block .images .slide .video-wrapper .video-thumb {
    width: 100%;
    position: relative;
  }
}
.upcomming-events-2-blocks .blocks .block .images .slide .video-wrapper .video-thumb .play-button,
.upcomming-events-2-blocks .blocks .block .images .slide .video-wrapper .video-thumb .play-video {
  position: absolute;
  bottom: 20px;
  right: 20px;
  height: 68px;
  width: 68px;
  opacity: 0.6;
  transition: all 350ms ease-in-out;
  z-index: 5;
}
@media only screen and (max-width: 1023px) {
  .upcomming-events-2-blocks .blocks .block .images .slide .video-wrapper .video-thumb .play-button,
.upcomming-events-2-blocks .blocks .block .images .slide .video-wrapper .video-thumb .play-video {
    height: 44px;
    width: 44px;
  }
}
.upcomming-events-2-blocks .blocks .block .images .slide .video-wrapper .video-thumb .play-button img,
.upcomming-events-2-blocks .blocks .block .images .slide .video-wrapper .video-thumb .play-video img {
  width: 100%;
  height: 100%;
}
.upcomming-events-2-blocks .blocks .block .images .slide .video-wrapper .video-thumb .play-button:hover,
.upcomming-events-2-blocks .blocks .block .images .slide .video-wrapper .video-thumb .play-video:hover {
  opacity: 1;
}
.upcomming-events-2-blocks .blocks .block .images .slide .video-wrapper .video-thumb:hover .play-button {
  opacity: 1;
}
.upcomming-events-2-blocks .blocks .block .content {
  display: block;
  float: left;
  position: relative;
  width: calc(30% - 0px);
  background-color: #EEEEEE;
  margin: 20vh 2% 10vh;
  padding: 7% 4% 4%;
}
@media only screen and (max-width: 1023px) {
  .upcomming-events-2-blocks .blocks .block .content {
    width: calc(40% - 10px);
    margin: 7vh 2% 10vh;
  }
}
@media only screen and (max-width: 767px) {
  .upcomming-events-2-blocks .blocks .block .content {
    width: 86%;
    padding: 5% 4% 14vh;
    margin: -9vh 3%;
  }
}
.upcomming-events-2-blocks .blocks .block .content .small-header {
  font-family: "Lato", "Arial", sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.1px;
}
.upcomming-events-2-blocks .blocks .block .content .small-header:after {
  content: "";
  display: block;
  margin: 1vh 0 49px;
  position: relative;
  width: 80px;
  height: 6px;
  background: #cd482d;
}
.upcomming-events-2-blocks .blocks .block .content h2 {
  font-family: "Rufina", serif;
  font-size: 40px;
  line-height: 50px;
  font-style: normal;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 14px;
}
@media only screen and (max-width: 1023px) {
  .upcomming-events-2-blocks .blocks .block .content h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .upcomming-events-2-blocks .blocks .block .content h2 {
    font-size: 25px;
    line-height: 35px;
  }
}
.upcomming-events-2-blocks .blocks .block .content h3 {
  font-family: "Rufina", serif;
  font-size: 30px;
  line-height: 50px;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 35px;
}
@media only screen and (max-width: 1023px) {
  .upcomming-events-2-blocks .blocks .block .content h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .upcomming-events-2-blocks .blocks .block .content h3 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
  }
}
.upcomming-events-2-blocks .blocks .block .content .headings {
  position: relative;
  width: 100%;
}
.upcomming-events-2-blocks .blocks .block .content p {
  margin-bottom: 18px;
}
.upcomming-events-2-blocks .blocks .block .content .links {
  width: 100%;
  position: relative;
  margin-top: 44px;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .upcomming-events-2-blocks .blocks .block .content .links {
    padding-top: 20px;
    margin-top: 0;
    justify-content: space-between;
  }
}
.upcomming-events-2-blocks .blocks .inner-blocks:nth-child(even) .block .images {
  right: auto;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .upcomming-events-2-blocks .blocks .inner-blocks:nth-child(even) .block .images {
    right: auto;
    left: auto;
  }
}
.upcomming-events-2-blocks .blocks .inner-blocks:nth-child(even) .block .content {
  float: right;
}
@media only screen and (max-width: 767px) {
  .upcomming-events-2-blocks .blocks .inner-blocks:nth-child(even) .block .content {
    float: none;
  }
}

.section-grid {
  padding-top: 100px;
  margin-bottom: 3rem;
  background-color: #EEEEEE;
}
.section-grid h2.h1 {
  font-style: normal;
  margin-bottom: 40px;
  text-align: center;
}
.section-grid .row {
  width: 98%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section-grid .grid-item {
  padding: 0 1rem;
  margin-bottom: 2rem;
  width: calc((100% - 120px) / 3);
}
@media only screen and (max-width: 1023px) {
  .section-grid .grid-item {
    width: calc((100% - 80px) / 3);
  }
}
@media only screen and (max-width: 1023px) {
  .section-grid .grid-item {
    width: calc((93% - 0px) / 2);
  }
}
@media only screen and (max-width: 767px) {
  .section-grid .grid-item {
    width: 100%;
  }
}
.section-grid .card-grid {
  background-color: #fff;
  height: 100%;
}
.section-grid figure {
  margin: 0;
}
.section-grid .img-cover {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.section-grid .card-text {
  padding: 1rem 2rem;
}
.section-grid .card-text h3 {
  font: 200 24px/1.2 "Rufina", serif;
  margin: 30px 0 14px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .section-grid .card-text h3 {
    font-size: 20px;
  }
}
.section-grid .card-text .lead {
  margin-bottom: 0.625rem;
}
.section-grid .card-text p {
  margin-top: 0;
  margin-bottom: 1.5em;
}
.section-grid .card-text .btn-wrap .btn {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  background: none;
  color: #cd482d;
  padding: 0;
  width: 50%;
  height: auto;
  margin-bottom: 13px;
  border: none;
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.1px;
  font-family: "Lato", "Arial", sans-serif;
  transition: color 350ms ease-in-out;
  white-space: normal;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .section-grid .card-text .btn-wrap .btn {
    width: 100%;
  }
}
.section-grid .card-text .btn-wrap .btn:after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-left: 14px;
  border-top: 2px solid #cd482d;
  border-right: 2px solid #cd482d;
  transform: rotate(45deg);
  transition: border-color 350ms ease-in-out;
}
.section-grid .card-text .btn-wrap .btn:hover {
  color: #000;
}
.section-grid .card-text .btn-wrap .btn:hover:after {
  border-top-color: #000;
  border-right-color: #000;
}

.poi-categories-acm {
  margin: 100px 0;
}
.poi-categories-acm .download-link {
  margin-top: 20px;
}

.footer-logos-wrapper .icons {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .footer-logos-wrapper .icons {
    flex-flow: column;
    align-items: center;
  }
}
.footer-logos-wrapper .icons a {
  margin: 0 20px;
}
.footer-logos-wrapper .icons .icon {
  display: flex;
  max-width: 130px;
  height: 80px;
  margin: 0 35px;
}
@media only screen and (max-width: 1023px) {
  .footer-logos-wrapper .icons .icon {
    margin-left: 2vw;
    margin-right: 2vw;
  }
}
@media only screen and (max-width: 767px) {
  .footer-logos-wrapper .icons .icon {
    margin-bottom: 30px;
  }
}
.footer-logos-wrapper .icons .icon img {
  margin: 0;
}
.footer-logos-wrapper .icons .icon.additional {
  max-width: 120px;
}
@media only screen and (max-width: 1023px) {
  .footer-logos-wrapper .icons .icon.additional {
    max-width: 100px;
  }
}
.footer-logos-wrapper .icons .icon.additional img {
  max-width: 120px;
}
@media only screen and (max-width: 1023px) {
  .footer-logos-wrapper .icons .icon.additional img {
    max-width: 100px;
  }
}
.footer-logos-wrapper .icons img {
  max-width: 130px;
  height: 80px;
}

.webcam-tiles {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-top: 25px;
}
.webcam-tiles .center-column {
  overflow: hidden;
}
.webcam-tiles .wrapper {
  font-size: 0;
  margin: 0 -20px 40px -20px;
}
@media only screen and (max-width: 1144px) {
  .webcam-tiles .wrapper {
    margin: 0 -10px 40px -10px;
  }
}
@media only screen and (max-width: 767px) {
  .webcam-tiles .wrapper {
    margin: 0;
    margin-bottom: 40px;
  }
}
.home .webcam-tiles .wrapper {
  margin-bottom: 0 !important;
}
.webcam-tiles .h1 {
  font-family: "Rufina", serif;
  font-weight: 400;
  color: #000000;
  font-size: 50px;
  font-size: 3.5vw;
  line-height: 1;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
}
@media (max-width: 857.1428571429px) {
  .webcam-tiles .h1 {
    font-size: 30px;
  }
}
@media (min-width: 1428.5714285714px) {
  .webcam-tiles .h1 {
    font-size: 50px;
  }
}
.webcam-tiles .webcam-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  height: 0;
  box-sizing: content-box;
}
.webcam-tiles .webcam-cam {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.webcam-tiles .webcam-tile {
  position: relative;
  display: inline-block;
  width: calc((100% - 80px) / 3);
  height: auto;
  background-color: #eeeeee;
  vertical-align: top;
  margin: 10px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1400px) {
  .webcam-tiles .webcam-tile {
    width: calc((100% - 120px) / 3);
    margin: 20px;
  }
}
@media only screen and (max-width: 1144px) {
  .webcam-tiles .webcam-tile {
    width: calc((100% - 40px) / 2);
  }
}
@media only screen and (max-width: 767px) {
  .webcam-tiles .webcam-tile {
    width: 100%;
    margin: 5px 0 5px 0;
  }
}
.webcam-tiles .webcam-tile:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
  transition: 350ms ease-in-out;
}
.webcam-tiles .webcam-tile:hover:after {
  background: rgba(0, 0, 0, 0.4);
}
.webcam-tiles .webcam-tile:hover .webcam-tile-content .webcam-tile-link-wrapper {
  opacity: 1;
  font-size: 24px;
  max-height: 100px;
}
.webcam-tiles .webcam-tile:hover .webcam-tile-content .webcam-tile-link {
  display: inline-block;
  margin-top: 20px;
  padding-top: 20px;
}
.webcam-tiles .webcam-tile .webcam-tile-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
}
.webcam-tiles .webcam-tile .webcam-tile-content h3 {
  font: 36px "Rufina", serif;
  font-size: 2vw;
  color: #fff;
  margin-bottom: 0px;
  text-transform: uppercase;
  transition: margin 350ms ease-in-out;
}
@media (max-width: 900px) {
  .webcam-tiles .webcam-tile .webcam-tile-content h3 {
    font-size: 18px;
  }
}
@media (min-width: 1800px) {
  .webcam-tiles .webcam-tile .webcam-tile-content h3 {
    font-size: 36px;
  }
}
.webcam-tiles .webcam-tile .webcam-tile-content .webcam-tile-link-wrapper {
  display: block;
  font-size: 0;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 350ms ease-in-out, opacity 350ms ease-in-out;
}
.webcam-tiles .webcam-tile .webcam-tile-content .webcam-tile-link {
  position: relative;
  color: #fff;
  font: italic 24px "Rufina", serif;
  font-size: 1.5vw;
  text-decoration: none;
  transition: 350ms ease-in-out;
  display: none;
}
@media (max-width: 933.3333333333px) {
  .webcam-tiles .webcam-tile .webcam-tile-content .webcam-tile-link {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .webcam-tiles .webcam-tile .webcam-tile-content .webcam-tile-link {
    font-size: 24px;
  }
}
.webcam-tiles .webcam-tile .webcam-tile-content .webcam-tile-link:hover {
  color: #cd482d;
}
.webcam-tiles .webcam-tile .webcam-tile-content .webcam-tile-link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -30px;
  width: 60px;
  height: 1px;
  background: #fff;
}

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

.tiles-three-row {
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
  margin: 90px 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .tiles-three-row {
    margin: 40px 0;
  }
}
.tiles-three-row h2.h1 {
  font-style: normal;
  margin-bottom: 40px;
}
.tiles-three-row .swiper-container {
  width: 100%;
}
.tiles-three-row .swiper-container .swiper-wrapper {
  width: 100%;
  font-size: 0;
  text-align: left;
}
.tiles-three-row .swiper-container.single-slide .swiper-wrapper {
  justify-content: center;
}
.tiles-three-row .swiper-slide {
  position: relative;
  display: flex;
  flex-flow: column;
  height: auto;
  flex-flow: column;
  align-content: stretch;
  align-items: stretch;
  width: calc((100% - 72px) / 3);
  vertical-align: top;
  margin-right: 36px;
}
@media only screen and (max-width: 1023px) {
  .tiles-three-row .swiper-slide {
    width: calc((100% - 15px) / 2);
    margin-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .tiles-three-row .swiper-slide {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
.tiles-three-row .swiper-slide .acm-img-wrapper {
  background-color: #eeeeee;
  position: relative;
}
.tiles-three-row .swiper-slide .acm-img-wrapper .video-wrapper .iframe-wrap {
  overflow: hidden;
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.tiles-three-row .swiper-slide .acm-img-wrapper .video-wrapper .iframe-wrap iframe {
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.tiles-three-row .swiper-slide .acm-img-wrapper .video-wrapper .video-thumb {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.tiles-three-row .swiper-slide .acm-img-wrapper .video-wrapper .video-thumb:after {
  background: rgba(0, 0, 0, 0.2);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  transition: background 350ms ease-in-out;
  top: 0;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .tiles-three-row .swiper-slide .acm-img-wrapper .video-wrapper .video-thumb {
    width: 100%;
    position: relative;
  }
}
.tiles-three-row .swiper-slide .acm-img-wrapper .video-wrapper .video-thumb .play-button,
.tiles-three-row .swiper-slide .acm-img-wrapper .video-wrapper .video-thumb .play-video {
  position: absolute;
  bottom: 20px;
  right: 20px;
  height: 68px;
  width: 68px;
  opacity: 0.6;
  transition: all 350ms ease-in-out;
  z-index: 5;
}
@media only screen and (max-width: 1023px) {
  .tiles-three-row .swiper-slide .acm-img-wrapper .video-wrapper .video-thumb .play-button,
.tiles-three-row .swiper-slide .acm-img-wrapper .video-wrapper .video-thumb .play-video {
    height: 44px;
    width: 44px;
  }
}
.tiles-three-row .swiper-slide .acm-img-wrapper .video-wrapper .video-thumb .play-button img,
.tiles-three-row .swiper-slide .acm-img-wrapper .video-wrapper .video-thumb .play-video img {
  width: 100%;
  height: 100%;
}
.tiles-three-row .swiper-slide .acm-img-wrapper .video-wrapper .video-thumb .play-button:hover,
.tiles-three-row .swiper-slide .acm-img-wrapper .video-wrapper .video-thumb .play-video:hover {
  opacity: 1;
}
.tiles-three-row .swiper-slide .acm-img-wrapper .video-wrapper .video-thumb:hover .play-button {
  opacity: 1;
}
.tiles-three-row .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.tiles-three-row .swiper-slide h3 {
  font: 200 24px/1.2 "Rufina", serif;
  margin: 30px 0 14px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .tiles-three-row .swiper-slide h3 {
    font-size: 20px;
  }
}
.tiles-three-row .swiper-slide .content {
  font-size: 16px;
  line-height: 1.44;
}
@media only screen and (max-width: 767px) {
  .tiles-three-row .swiper-slide .content {
    font-size: 13px;
    margin: 0 30px;
  }
}
.tiles-three-row .swiper-slide .content p + p {
  margin-top: 10px;
}
.tiles-three-row .swiper-slide .content + .arrow-button {
  margin-top: 20px;
}
.tiles-three-row .swiper-slide .arrow-button {
  display: inline-block;
  height: 30px;
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  padding-left: 40px;
  margin-left: 1px;
  position: relative;
  transition: 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .tiles-three-row .swiper-slide .arrow-button {
    margin: 12px 30px 0;
  }
}
.tiles-three-row .swiper-slide .arrow-button:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #cd482d;
  position: absolute;
  left: 0;
  top: 0;
  transition: 350ms ease-in-out;
}
.tiles-three-row .swiper-slide .arrow-button:after {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  border: thin solid #fff;
  border-bottom: 0;
  border-left: 0;
  text-indent: -100em;
  overflow: hidden;
  transition: border-color 350ms ease-in-out;
  cursor: pointer;
  z-index: 2;
  position: absolute;
  left: 15px;
  top: 15px;
  transform: translate(-6px, -50%) rotate(45deg);
}
.tiles-three-row .swiper-slide .arrow-button:hover:before {
  background-color: #000000;
}
.tiles-three-row .slideshow-button {
  top: 42%;
  font-size: 0;
  overflow: visible;
  text-indent: 0;
  border-color: #cd482d;
}
.tiles-three-row .slideshow-button.previous {
  left: 16px;
}
@media only screen and (max-width: 1023px) {
  .tiles-three-row .slideshow-button.previous {
    left: 40px;
    display: block;
    border-color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .tiles-three-row .slideshow-button.previous {
    left: 20px;
    display: block;
    border-color: #fff;
  }
}
.tiles-three-row .slideshow-button.next {
  right: 16px;
}
@media only screen and (max-width: 1023px) {
  .tiles-three-row .slideshow-button.next {
    right: 40px;
    display: block;
    border-color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .tiles-three-row .slideshow-button.next {
    right: 20px;
    display: block;
    border-color: #fff;
  }
}
.tiles-three-row .three-tiles-wrapper.two-tiles {
  max-width: calc((100% - 72px) / 3 * 2);
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .tiles-three-row .three-tiles-wrapper.two-tiles {
    max-width: 100%;
  }
}
.tiles-three-row .three-tiles-wrapper.two-tiles .swiper-slide {
  width: calc((100% - 36px) / 2);
}
@media only screen and (max-width: 1023px) {
  .tiles-three-row .three-tiles-wrapper.two-tiles .swiper-slide {
    width: calc((100% - 15px) / 2);
    margin-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .tiles-three-row .three-tiles-wrapper.two-tiles .swiper-slide {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
.tiles-three-row.penrose-page h2.h1 {
  color: #947018;
  text-transform: capitalize;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .tiles-three-row.penrose-page h2.h1 {
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    /* 133.333% */
    letter-spacing: -0.9px;
  }
}
.tiles-three-row.penrose-page .slideshow-button {
  border-color: #947018;
}
.tiles-three-row.penrose-page .arrow-button::before {
  background-color: #947018;
}
.tiles-three-row .drinks-animation {
  width: 280px;
  height: 280px;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .tiles-three-row .drinks-animation {
    width: 180px;
    height: 180px;
  }
}
.tiles-three-row .drinks-animation img {
  width: 100%;
  height: 100%;
}

.tiles-like-specials {
  padding-bottom: 6vh;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .tiles-like-specials {
    padding-bottom: 0;
  }
}
.tiles-like-specials .block {
  position: relative;
  margin: 0 0 6vh;
}
.tiles-like-specials .block:nth-child(2n+1) .thumbnail {
  left: calc(50% + 30px);
  right: 0;
}
@media only screen and (max-width: 767px) {
  .tiles-like-specials .block:nth-child(2n+1) .thumbnail {
    left: auto;
  }
}
.tiles-like-specials .block:nth-child(2n+1) .thumbnail + .center-column .copy {
  margin: 0 50% 0 0;
}
@media only screen and (max-width: 767px) {
  .tiles-like-specials .block:nth-child(2n+1) .thumbnail + .center-column .copy {
    margin-right: 0;
  }
}
.tiles-like-specials .block:nth-child(2n+1) .centered {
  padding: 0 4vw 0 0;
}
@media only screen and (max-width: 767px) {
  .tiles-like-specials .block:nth-child(2n+1) .centered {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .tiles-like-specials .block {
    margin-bottom: 40px;
  }
}
.tiles-like-specials .button {
  margin: 0 20px 20px 0;
}
.tiles-like-specials .thumbnail {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  left: 0;
  top: 0;
  right: calc(50% + 30px);
  height: 100%;
}
.tiles-like-specials .thumbnail + .center-column .copy {
  margin-left: 50%;
  height: 50vh;
  max-height: 500px;
}
@media only screen and (max-width: 767px) {
  .tiles-like-specials .thumbnail + .center-column .copy {
    height: auto;
    margin-left: 0;
    max-height: none;
  }
}
@media only screen and (max-width: 767px) {
  .tiles-like-specials .thumbnail {
    background: none;
    height: auto;
    margin: 0 0 20px;
    position: relative;
    right: auto;
  }
  .tiles-like-specials .thumbnail img {
    position: relative;
    display: block;
    width: 100%;
  }
}
.tiles-like-specials .centered {
  padding-left: 4vw;
}
@media only screen and (max-width: 767px) {
  .tiles-like-specials .centered {
    padding: 0;
  }
}
.tiles-like-specials h3.h1-like {
  font-size: 36px;
  font-size: 3vw;
}
@media (max-width: 800px) {
  .tiles-like-specials h3.h1-like {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .tiles-like-specials h3.h1-like {
    font-size: 36px;
  }
}
.tiles-like-specials h3.h1-like a {
  color: #000000;
  text-decoration: none;
}
.tiles-like-specials h3.h1-like a:hover {
  color: #cd482d;
}

.adventure-tiles {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-top: 25px;
}
.adventure-tiles .center-column {
  overflow: hidden;
}
.adventure-tiles .wrapper {
  font-size: 0;
  margin: 0 -20px 40px -20px;
}
@media only screen and (max-width: 1144px) {
  .adventure-tiles .wrapper {
    margin: 0 -10px 40px -10px;
  }
}
@media only screen and (max-width: 767px) {
  .adventure-tiles .wrapper {
    margin: 0 0 40px 0;
  }
}
.home .adventure-tiles .wrapper {
  margin-bottom: 0 !important;
}
.adventure-tiles .h1 {
  font-family: "Rufina", serif;
  color: #000000;
  font-size: 50px;
  font-size: 3.5vw;
  line-height: 1;
  margin-bottom: 20px;
  text-transform: capitalize;
  font-weight: normal;
  text-align: center;
}
@media (max-width: 857.1428571429px) {
  .adventure-tiles .h1 {
    font-size: 30px;
  }
}
@media (min-width: 1428.5714285714px) {
  .adventure-tiles .h1 {
    font-size: 50px;
  }
}
.adventure-tiles .h5like {
  font: 400 22px/40px "Rufina", serif;
  color: #cd482d;
}
@media only screen and (max-width: 767px) {
  .adventure-tiles .h5like {
    font: 400 18px/40px "Rufina", serif;
  }
}
.adventure-tiles .adventure-tile {
  position: relative;
  display: inline-block;
  width: calc((100% - 60px) / 3);
  height: 507px;
  vertical-align: top;
  margin: 10px;
  background-color: #eeeeee;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 2;
}
@media only screen and (min-width: 1400px) {
  .adventure-tiles .adventure-tile {
    width: calc((100% - 120px) / 3);
    margin: 20px;
  }
}
@media only screen and (max-width: 1144px) {
  .adventure-tiles .adventure-tile {
    width: calc((100% - 40px) / 2);
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .adventure-tiles .adventure-tile {
    width: 100%;
    height: auto;
    margin: 5px 0 5px 0;
  }
}
.adventure-tiles .adventure-tile:hover .thumbnail:after {
  background: rgba(0, 0, 0, 0.72);
}
@media only screen and (max-width: 767px) {
  .adventure-tiles .adventure-tile:hover .thumbnail:after {
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, black 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#000000",GradientType=0 );
    /* IE6-9 */
  }
}
.adventure-tiles .adventure-tile:hover .adventure-tile-content .adventure-tile-link-wrapper {
  opacity: 1;
  font-size: 24px;
  max-height: 300px;
}
.adventure-tiles .adventure-tile:hover .adventure-tile-content p {
  margin-top: 11px;
}
.adventure-tiles .adventure-tile:hover .adventure-tile-content .adventure-tile-link {
  display: inline-block;
  margin-top: 32px;
}
.adventure-tiles .adventure-tile .thumbnail {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .adventure-tiles .adventure-tile .thumbnail {
    position: relative;
    top: unset;
    left: unset;
    height: auto;
  }
}
.adventure-tiles .adventure-tile .thumbnail:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.36);
  z-index: 1;
  transition: 350ms ease-in-out;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .adventure-tiles .adventure-tile .thumbnail:after {
    top: unset;
    bottom: 0;
    height: 35%;
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, black 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#000000",GradientType=0 );
    /* IE6-9 */
  }
}
@media only screen and (max-width: 767px) {
  .adventure-tiles .adventure-tile .thumbnail .object-fit {
    position: relative;
    left: unset;
    top: unset;
    height: auto;
  }
}
.adventure-tiles .adventure-tile .adventure-tile-content {
  position: relative;
  padding: 40px;
  text-align: center;
  z-index: 2;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .adventure-tiles .adventure-tile .adventure-tile-content {
    top: unset;
    transform: translateY(0);
    background: #000;
    margin-top: -1px;
    padding: 29px 24px;
  }
}
.adventure-tiles .adventure-tile .adventure-tile-content h4, .adventure-tiles .adventure-tile .adventure-tile-content h3 {
  font: 36px "Rufina", serif;
  font-size: 2vw;
  color: #fff;
  margin-bottom: 0;
  text-transform: uppercase;
  transition: margin 350ms ease-in-out;
}
@media (max-width: 1200px) {
  .adventure-tiles .adventure-tile .adventure-tile-content h4, .adventure-tiles .adventure-tile .adventure-tile-content h3 {
    font-size: 24px;
  }
}
@media (min-width: 1800px) {
  .adventure-tiles .adventure-tile .adventure-tile-content h4, .adventure-tiles .adventure-tile .adventure-tile-content h3 {
    font-size: 36px;
  }
}
.adventure-tiles .adventure-tile .adventure-tile-content .adventure-tile-link-wrapper {
  display: block;
  font-size: 0;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 350ms ease-in-out, opacity 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .adventure-tiles .adventure-tile .adventure-tile-content .adventure-tile-link-wrapper {
    opacity: 1;
    font-size: 24px;
    max-height: 300px;
  }
}
.adventure-tiles .adventure-tile .adventure-tile-content p {
  font: 300 16px/28px "Lato", "Arial", sans-serif;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .adventure-tiles .adventure-tile .adventure-tile-content p {
    margin-top: 11px;
  }
}
.adventure-tiles .adventure-tile .adventure-tile-content .adventure-tile-link {
  font: 400 18px/54px "Rufina", serif;
}
@media only screen and (max-width: 767px) {
  .adventure-tiles .adventure-tile .adventure-tile-content .adventure-tile-link {
    margin-top: 32px;
    width: 100%;
    display: block;
    height: 40px;
    line-height: 37px;
  }
}

.tabs-acm {
  margin: 80px 0 68px;
  height: 784px;
}
@media only screen and (max-width: 1023px) {
  .tabs-acm {
    height: auto;
  }
}
.tabs-acm .center-column {
  display: flex;
  height: 100%;
  flex-wrap: wrap;
}
.tabs-acm .side-nav {
  background: #eeeeee;
  display: flex;
  width: 32%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  padding: 0 5.5%;
  box-sizing: border-box;
}
@media only screen and (max-width: 1023px) {
  .tabs-acm .side-nav {
    width: 100%;
    padding: 0;
  }
}
.tabs-acm .side-nav button {
  align-self: start;
  margin-bottom: 30px;
  padding-bottom: 14px;
  color: #000;
  position: relative;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
}
.tabs-acm .side-nav button:after {
  content: "";
  display: block;
  position: absolute;
  width: 0%;
  height: 6px;
  background: #cd482d;
  left: 0;
  bottom: 0;
  transition: width 350ms ease-in-out;
}
.tabs-acm .side-nav button:hover, .tabs-acm .side-nav button:focus, .tabs-acm .side-nav button.active {
  color: #cd482d;
}
.tabs-acm .side-nav button:hover:after, .tabs-acm .side-nav button:focus:after, .tabs-acm .side-nav button.active:after {
  width: 100%;
}
.tabs-acm .side-nav button.active span:after {
  display: none;
}
.tabs-acm .side-nav button span {
  display: none;
  pointer-events: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}
.tabs-acm .side-nav button span:after, .tabs-acm .side-nav button span:before {
  content: "";
  display: block;
  background: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.tabs-acm .side-nav button span:before {
  height: 2px;
  width: 12px;
}
.tabs-acm .side-nav button span:after {
  height: 12px;
  width: 2px;
}
@media only screen and (max-width: 1023px) {
  .tabs-acm .side-nav button {
    height: 60px;
    line-height: 60px;
    margin-bottom: 0;
    padding: 0 76px 0 16px;
    box-sizing: border-box;
    align-self: auto;
    border-bottom: 1px solid #fff;
  }
  .tabs-acm .side-nav button:after {
    display: none;
  }
  .tabs-acm .side-nav button span {
    display: block;
  }
}
.tabs-acm .side-nav .tab-content {
  display: none;
  padding: 16px;
  background: #fff;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .tabs-acm .side-nav .tab-content {
    display: none;
  }
  .tabs-acm .side-nav .tab-content.active {
    display: block;
  }
}
.tabs-acm .side-nav .tab-content .tab-scroll-wrapper {
  max-height: 490px;
  overflow-y: auto;
  padding-right: 15px;
}
.tabs-acm .side-nav .tab-content .tab-scroll-wrapper::-webkit-scrollbar {
  width: 8px;
  background: #eeeeee;
}
.tabs-acm .side-nav .tab-content .tab-scroll-wrapper::-webkit-scrollbar-track {
  background: #eeeeee;
}
.tabs-acm .side-nav .tab-content .tab-scroll-wrapper::-webkit-scrollbar-thumb {
  background: #cd482d;
}
.tabs-acm .scroll-content {
  width: 68%;
  border: 1px solid #eeeeee;
  padding: 11px 11px 11px 80px;
  box-sizing: border-box;
  height: 100%;
}
@media only screen and (max-width: 1023px) {
  .tabs-acm .scroll-content {
    display: none;
  }
}
.tabs-acm .scroll-content .scroll-wrapper {
  max-height: calc(100% - 22px);
  overflow-y: auto;
}
.tabs-acm .scroll-content .scroll-wrapper::-webkit-scrollbar {
  width: 14px;
  background: #eeeeee;
}
.tabs-acm .scroll-content .scroll-wrapper::-webkit-scrollbar-track {
  background: #eeeeee;
}
.tabs-acm .scroll-content .scroll-wrapper::-webkit-scrollbar-thumb {
  background: #cd482d;
}
.tabs-acm .scroll-content .tab-content {
  padding-top: 30px;
  margin-right: 15px;
  display: none;
}
.tabs-acm .scroll-content .tab-content.active {
  display: block;
}
.tabs-acm .scroll-content .tab-content h3 {
  font: 400 30px/40px "Rufina", serif;
  text-transform: uppercase;
}

.menu-tabs-acm-v2, .menu-tabs-only {
  margin-top: 30px;
}
.menu-tabs-acm-v2 .menu-left-section, .menu-tabs-only .menu-left-section {
  width: 68%;
  padding: 0 90px 0 0px;
  box-sizing: border-box;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .menu-tabs-acm-v2 .menu-left-section, .menu-tabs-only .menu-left-section {
    width: 100%;
    padding: 0 0px 0 0px;
  }
}
.menu-tabs-acm-v2 .menu-left-section .section-header, .menu-tabs-only .menu-left-section .section-header {
  font-family: "Rufina", serif;
  color: var(--Black, #000);
  font-family: Rufina;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px;
  /* 90% */
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .menu-tabs-acm-v2 .menu-left-section .section-header, .menu-tabs-only .menu-left-section .section-header {
    font-size: 50px;
  }
}
.menu-tabs-acm-v2 .menu-left-section h2, .menu-tabs-only .menu-left-section h2 {
  color: var(--Red, #C46044);
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px;
  /* 150% */
  text-transform: capitalize;
}
.menu-tabs-acm-v2 .menu-left-section p, .menu-tabs-only .menu-left-section p {
  color: var(--Black, #000);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  /* 162.5% */
  letter-spacing: 0.16px;
}
.menu-tabs-acm-v2 .menu-left-section .tabs, .menu-tabs-only .menu-left-section .tabs {
  position: relative;
  z-index: 1;
}
.menu-tabs-acm-v2 .menu-left-section .tabs-titles, .menu-tabs-only .menu-left-section .tabs-titles {
  position: relative;
  margin: 0 0 40px;
  z-index: 200;
}
.menu-tabs-acm-v2 .menu-left-section .tabs-titles ul, .menu-tabs-only .menu-left-section .tabs-titles ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.menu-tabs-acm-v2 .menu-left-section .tabs-titles li.tab-title, .menu-tabs-only .menu-left-section .tabs-titles li.tab-title {
  order: 2;
  display: block;
  transition: all 1s;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .menu-tabs-acm-v2 .menu-left-section .tabs-titles li.tab-title .button.white, .menu-tabs-only .menu-left-section .tabs-titles li.tab-title .button.white {
    background-color: #000;
    color: #fff;
  }
}
.menu-tabs-acm-v2 .menu-left-section .tabs-titles li.tab-title.active .button, .menu-tabs-only .menu-left-section .tabs-titles li.tab-title.active .button {
  background-color: #000;
  color: #ff0000;
}
.menu-tabs-acm-v2 .menu-left-section .tabs-titles .button, .menu-tabs-acm-v2 .menu-left-section .tabs-titles .btn-menu-tab, .menu-tabs-only .menu-left-section .tabs-titles .button, .menu-tabs-only .menu-left-section .tabs-titles .btn-menu-tab {
  margin: 0 12px 10px;
}
@media only screen and (max-width: 767px) {
  .menu-tabs-acm-v2 .menu-left-section .tabs-titles, .menu-tabs-only .menu-left-section .tabs-titles {
    height: 50px;
    margin: 0 0 30px;
  }
  .menu-tabs-acm-v2 .menu-left-section .tabs-titles ul, .menu-tabs-only .menu-left-section .tabs-titles ul {
    position: relative;
    flex-direction: column;
  }
  .menu-tabs-acm-v2 .menu-left-section .tabs-titles ul::after, .menu-tabs-only .menu-left-section .tabs-titles ul::after {
    content: "";
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 12px;
    height: 12px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    pointer-events: none;
    z-index: 201;
  }
  .menu-tabs-acm-v2 .menu-left-section .tabs-titles li.tab-title, .menu-tabs-only .menu-left-section .tabs-titles li.tab-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
  }
  .menu-tabs-acm-v2 .menu-left-section .tabs-titles li.tab-title.active, .menu-tabs-only .menu-left-section .tabs-titles li.tab-title.active {
    order: 1;
    position: relative !important;
    z-index: 10;
  }
  .menu-tabs-acm-v2 .menu-left-section .tabs-titles .button, .menu-tabs-acm-v2 .menu-left-section .tabs-titles .btn-menu-tab, .menu-tabs-only .menu-left-section .tabs-titles .button, .menu-tabs-only .menu-left-section .tabs-titles .btn-menu-tab {
    margin: 0;
    width: 100%;
  }
  .menu-tabs-acm-v2 .menu-left-section .tabs-titles.opened ul, .menu-tabs-only .menu-left-section .tabs-titles.opened ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .menu-tabs-acm-v2 .menu-left-section .tabs-titles.opened li.tab-title, .menu-tabs-only .menu-left-section .tabs-titles.opened li.tab-title {
    position: relative;
    top: auto;
    z-index: 10;
  }
  .menu-tabs-acm-v2 .menu-left-section .tabs-titles.opened .button, .menu-tabs-acm-v2 .menu-left-section .tabs-titles.opened .btn-menu-tab, .menu-tabs-only .menu-left-section .tabs-titles.opened .button, .menu-tabs-only .menu-left-section .tabs-titles.opened .btn-menu-tab {
    background-color: #ff0000;
  }
  .menu-tabs-acm-v2 .menu-left-section .tabs-titles.opened .button:hover, .menu-tabs-acm-v2 .menu-left-section .tabs-titles.opened .btn-menu-tab:hover, .menu-tabs-only .menu-left-section .tabs-titles.opened .button:hover, .menu-tabs-only .menu-left-section .tabs-titles.opened .btn-menu-tab:hover {
    background-color: #000;
    color: #ff0000;
  }
}
.menu-tabs-acm-v2 .menu-left-section .tabs-content, .menu-tabs-only .menu-left-section .tabs-content {
  position: relative;
  width: 100%;
  height: 100%;
  transition: 0.4s;
  z-index: 100;
  overflow: hidden;
}
.menu-tabs-acm-v2 .menu-left-section .tabs-content .tabs-content-item, .menu-tabs-only .menu-left-section .tabs-content .tabs-content-item {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: 0.4s;
}
.menu-tabs-acm-v2 .menu-left-section .tabs-content .tabs-content-item.active, .menu-tabs-only .menu-left-section .tabs-content .tabs-content-item.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
.menu-tabs-acm-v2 .menu-left-section .tabs-content p.tabs-content-item-descr, .menu-tabs-only .menu-left-section .tabs-content p.tabs-content-item-descr {
  text-align: center;
  width: 100%;
  margin-bottom: 8px;
  color: #00ffff;
}
.menu-tabs-acm-v2 .menu-left-section .tabs-content p.tabs-content-item-descr-info, .menu-tabs-only .menu-left-section .tabs-content p.tabs-content-item-descr-info {
  width: 100%;
  margin-bottom: 48px;
  color: #00ffff;
  text-align: center;
}
.menu-tabs-acm-v2 .menu-left-section .menu-block, .menu-tabs-only .menu-left-section .menu-block {
  width: 100%;
  margin-right: auto;
  padding: 0 0% 40px;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  .menu-tabs-acm-v2 .menu-left-section .menu-block, .menu-tabs-only .menu-left-section .menu-block {
    width: 100%;
    min-width: auto;
  }
}
.menu-tabs-acm-v2 .menu-left-section .menu-block .top-row-name, .menu-tabs-only .menu-left-section .menu-block .top-row-name {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.menu-tabs-acm-v2 .menu-left-section .menu-block .top-row-name h3, .menu-tabs-only .menu-left-section .menu-block .top-row-name h3 {
  width: 70%;
  color: #000000;
  font-family: "Rufina", serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px;
  /* 160.714% */
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .menu-tabs-acm-v2 .menu-left-section .menu-block .top-row-name h3, .menu-tabs-only .menu-left-section .menu-block .top-row-name h3 {
    font-size: 19px;
    line-height: 25px;
  }
}
.menu-tabs-acm-v2 .menu-left-section .menu-block .top-row-name span, .menu-tabs-only .menu-left-section .menu-block .top-row-name span {
  width: 15%;
  color: #000000;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.menu-tabs-acm-v2 .menu-left-section .menu-block .h3, .menu-tabs-only .menu-left-section .menu-block .h3 {
  text-transform: capitalize;
}
.menu-tabs-acm-v2 .menu-left-section .menu-block .h3 span, .menu-tabs-only .menu-left-section .menu-block .h3 span {
  display: block;
  /*font-family: $primary-font;*/
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 1;
  letter-spacing: initial;
  text-transform: lowercase;
}
@media only screen and (max-width: 1023px) {
  .menu-tabs-acm-v2 .menu-left-section .menu-block .h3, .menu-tabs-only .menu-left-section .menu-block .h3 {
    text-align: left;
  }
  .menu-tabs-acm-v2 .menu-left-section .menu-block .h3 span, .menu-tabs-only .menu-left-section .menu-block .h3 span {
    font-size: 18px;
  }
}
.menu-tabs-acm-v2 .menu-left-section .menu-block .dish-item, .menu-tabs-only .menu-left-section .menu-block .dish-item {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1023px) {
  .menu-tabs-acm-v2 .menu-left-section .menu-block .dish-item, .menu-tabs-only .menu-left-section .menu-block .dish-item {
    margin-bottom: 24px;
  }
}
.menu-tabs-acm-v2 .menu-left-section .menu-block .dish, .menu-tabs-only .menu-left-section .menu-block .dish {
  display: flex;
}
.menu-tabs-acm-v2 .menu-left-section .menu-block .dish .dish-name-sec, .menu-tabs-only .menu-left-section .menu-block .dish .dish-name-sec {
  margin-bottom: 3px;
  width: 70%;
}
.menu-tabs-acm-v2 .menu-left-section .menu-block .dish .dish-ingredients, .menu-tabs-only .menu-left-section .menu-block .dish .dish-ingredients {
  width: 15%;
  text-align: center;
}
.menu-tabs-acm-v2 .menu-left-section .menu-block .dish .dish-price, .menu-tabs-only .menu-left-section .menu-block .dish .dish-price {
  width: 15%;
  text-align: center;
}
.menu-tabs-acm-v2 .menu-left-section .menu-block .dish p, .menu-tabs-only .menu-left-section .menu-block .dish p {
  margin-top: 0px;
}
.menu-tabs-acm-v2 .menu-left-section .menu-block .dish .dish-name, .menu-tabs-only .menu-left-section .menu-block .dish .dish-name {
  color: var(--Broadmoor---BLK, #000);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Lato", "Arial", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  /* 144.444% */
}
.menu-tabs-acm-v2 .menu-left-section .menu-block .dish .dish-descr, .menu-tabs-acm-v2 .menu-left-section .menu-block .dish .dish-ingredients, .menu-tabs-only .menu-left-section .menu-block .dish .dish-descr, .menu-tabs-only .menu-left-section .menu-block .dish .dish-ingredients {
  color: var(--Broadmoor---BLK, #000);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Lato", "Arial", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  /* 185.714% */
}
@media only screen and (max-width: 1023px) {
  .menu-tabs-acm-v2 .menu-left-section .menu-block .dish .dish-descr, .menu-tabs-only .menu-left-section .menu-block .dish .dish-descr {
    margin-top: 5px;
  }
}
.menu-tabs-acm-v2 .menu-left-section .menu-block .dish .dish-price, .menu-tabs-only .menu-left-section .menu-block .dish .dish-price {
  color: #000000;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  /* 185.714% */
}
@media only screen and (max-width: 1023px) {
  .menu-tabs-acm-v2 .menu-left-section .menu-block .dish, .menu-tabs-only .menu-left-section .menu-block .dish {
    font-size: 20px;
    line-height: 20px;
    text-align: left;
  }
  .menu-tabs-acm-v2 .menu-left-section .menu-block .dish p + p, .menu-tabs-only .menu-left-section .menu-block .dish p + p {
    margin-top: 0px;
  }
}
.menu-tabs-acm-v2 .menu-left-section .menu-block .dish-descr-sec, .menu-tabs-only .menu-left-section .menu-block .dish-descr-sec {
  width: 70%;
}
@media only screen and (max-width: 767px) {
  .menu-tabs-acm-v2 .menu-left-section .menu-block .dish-descr-sec, .menu-tabs-only .menu-left-section .menu-block .dish-descr-sec {
    width: 100%;
  }
}
.menu-tabs-acm-v2 .menu-left-section .menu-block .dish-descr-sec .dish-descr, .menu-tabs-only .menu-left-section .menu-block .dish-descr-sec .dish-descr {
  color: var(--Broadmoor---BLK, #000);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Lato", "Arial", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  /* 185.714% */
}
.menu-tabs-acm-v2 .menu-left-section .menu-link, .menu-tabs-only .menu-left-section .menu-link {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}
.menu-tabs-acm-v2 .menu-left-section .menu-link .button, .menu-tabs-only .menu-left-section .menu-link .button {
  display: inline-block;
}
.menu-tabs-acm-v2 .menu-right-section, .menu-tabs-only .menu-right-section {
  width: 435px;
  display: inline-block;
  vertical-align: top;
  position: sticky;
  right: 0;
  top: 0px;
}
@media only screen and (max-width: 767px) {
  .menu-tabs-acm-v2 .menu-right-section, .menu-tabs-only .menu-right-section {
    display: none;
  }
}

.innerTopImages #content {
  display: none;
}

.careers-layout #header .center-column {
  box-sizing: border-box;
}
.careers-layout.menu-fixed-position #header .top-menu {
  display: none;
}
.careers-layout .header-menu-position {
  position: relative;
  height: 60px;
  z-index: 100;
}
@media only screen and (max-width: 1023px) {
  .careers-layout .header-menu-position {
    height: 0;
    display: none;
  }
}
.careers-layout .header-menu-position .main-menu.acm-main-menu {
  position: relative;
  top: 0;
  transition: none;
}
.careers-layout.menu-fixed-position .header-menu-position {
  position: relative;
}
.careers-layout.menu-fixed-position .header-menu-position .main-menu.acm-main-menu {
  position: fixed;
  top: 75px;
}
.careers-layout .acm-main-menu {
  background: #242323;
  border-color: #242323;
  top: 75px;
}
.careers-layout .acm-main-menu .menu.level-1 {
  display: flex;
  flex-flow: nowrap;
  justify-content: space-evenly;
  padding: 0 40px 0 30px;
}
.careers-layout .acm-main-menu .menu.level-1 > li {
  margin: 0 5px;
}
.careers-layout .acm-main-menu .menu.level-1 > li > a {
  color: #fff;
  font-size: 18px;
  font-size: 1.3vw;
}
@media (max-width: 923.0769230769px) {
  .careers-layout .acm-main-menu .menu.level-1 > li > a {
    font-size: 12px;
  }
}
@media (min-width: 1384.6153846154px) {
  .careers-layout .acm-main-menu .menu.level-1 > li > a {
    font-size: 18px;
  }
}
.careers-layout .acm-main-menu .menu.level-1 > li > a.active, .careers-layout .acm-main-menu .menu.level-1 > li > a:hover {
  color: #cd482d;
}
.careers-layout .acm-main-menu .socials-icons-careers {
  display: flex;
  flex-flow: wrap;
  align-self: center;
}
@media only screen and (max-width: 1023px) {
  .careers-layout .acm-main-menu .socials-icons-careers {
    justify-content: center;
  }
}
.careers-layout .acm-main-menu .socials-icons-careers li {
  margin: 0 0 0 20px;
}
.careers-layout .acm-main-menu .socials-icons-careers li:first-child {
  margin-left: 0;
}
.careers-layout .acm-main-menu .socials-icons-careers a {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
}
.careers-layout .acm-main-menu .socials-icons-careers a svg {
  fill: #fff;
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
}
.careers-layout .acm-main-menu .socials-icons-careers a:hover {
  border-color: #cd482d;
}
.careers-layout .acm-main-menu .socials-icons-careers a:hover svg {
  fill: #cd482d;
}
.careers-layout .search-apply-form {
  position: absolute;
  right: 10px;
  top: 7px;
}
.careers-layout .search-apply-form.header-search-form {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .careers-layout .search-apply-form {
    right: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .careers-layout .search-apply-form {
    right: 60px;
    display: none;
  }
}
.careers-layout .search-apply-form form {
  display: inline-block;
  margin: 0;
}
.careers-layout .search-apply-form form:after {
  clear: both;
  content: "";
  display: table;
}
.careers-layout .search-apply-form label {
  display: none;
  float: none;
  width: auto;
  text-align: center;
  margin: 0 0 20px 0;
  font: italic 20px/1 "Rufina", serif;
}
@media only screen and (max-width: 767px) {
  .careers-layout .search-apply-form label {
    padding: 0;
    text-align: center;
  }
}
.careers-layout .search-apply-form p {
  margin: 0;
  padding: 0;
}
.careers-layout .search-apply-form input[type=text] {
  float: left;
  background: #fff;
  border: 1px solid #7c7c7c;
  border-right: 0;
  height: 60px;
  line-height: 60px;
  padding: 0 28px 0 28px;
  width: 270px;
  color: #8e8d8c;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 1023px) {
  .careers-layout .search-apply-form input[type=text] {
    width: 220px;
  }
}
@media only screen and (max-width: 767px) {
  .careers-layout .search-apply-form input[type=text] {
    width: 130px;
    padding: 0 10px 0 10px;
  }
}
.careers-layout .search-apply-form input[type=text]::-webkit-input-placeholder {
  color: #000000;
}
.careers-layout .search-apply-form input[type=text]:-moz-placeholder {
  color: #000000;
}
.careers-layout .search-apply-form input[type=text]::-moz-placeholder {
  color: #000000;
}
.careers-layout .search-apply-form input[type=text]:-ms-input-placeholder {
  color: #000000;
}
.careers-layout .search-apply-form input[type=text]:focus::-webkit-input-placeholder {
  color: #7c7c7c;
}
.careers-layout .search-apply-form input[type=text]:focus:-moz-placeholder {
  color: #7c7c7c;
}
.careers-layout .search-apply-form input[type=text]:focus::-moz-placeholder {
  color: #7c7c7c;
}
.careers-layout .search-apply-form input[type=text]:focus:-ms-input-placeholder {
  color: #7c7c7c;
}
.careers-layout .search-apply-form input[type=submit] {
  float: left;
  font-size: 20px;
}
@media only screen and (max-width: 1023px) {
  .careers-layout .search-apply-form input[type=submit] {
    font-size: 16px;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .careers-layout .search-apply-form input[type=submit] {
    width: 80px;
    font-size: 14px;
    padding: 0 5px;
    white-space: normal;
    display: flex;
  }
}
.careers-layout.menu-fixed-position .search-apply-form.header-search-form {
  display: block;
}
.careers-layout.menu-fixed-position .booking-button {
  display: none;
}
.careers-layout.full-nav #full-nav .menu.level-1 {
  padding: 0;
}
.careers-layout.full-nav #full-nav .menu.level-1 > li a {
  color: #242323;
}
.careers-layout.full-nav #full-nav .menu.level-1 > li a:hover {
  color: #cd482d;
}
.careers-layout.full-nav #full-nav .socials-icons-careers {
  margin: 20px 0;
}
@media only screen and (max-width: 767px) {
  .careers-layout.full-nav #full-nav .socials-icons-careers {
    justify-content: unset;
  }
}
.careers-layout.full-nav #full-nav .socials-icons-careers li {
  margin: 0 10px 0 0;
}
.careers-layout.full-nav #full-nav .socials-icons-careers li:last-child {
  margin-right: 0;
}
.careers-layout.full-nav #full-nav .socials-icons-careers a {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
}
.careers-layout.full-nav #full-nav .socials-icons-careers a svg {
  fill: #242323;
}
.careers-layout.full-nav #full-nav .socials-icons-careers a:hover {
  border-color: #cd482d;
}
.careers-layout.full-nav #full-nav .socials-icons-careers a:hover svg {
  fill: #cd482d;
}
.careers-layout.full-nav #full-nav .search-apply-form {
  position: relative;
  right: 0;
  display: block;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .careers-layout.full-nav #full-nav .search-apply-form input[type=text] {
    width: calc(60vw - 10px);
    padding: 0 10px 0 10px;
  }
}
.careers-layout.menu-fixed-position #header .logo {
  width: 220px;
  left: 30px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .careers-layout.menu-fixed-position #header .logo {
    width: 130px;
    left: 10px;
  }
}
.careers-layout #photos-container {
  padding-top: 0;
  height: 60%;
}
.careers-layout #photos-container #photos .slide:before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 52.34%, rgba(0, 0, 0, 0.6) 100%);
  bottom: 0;
  top: auto;
  height: 40%;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .careers-layout #photos-container {
    height: 100%;
  }
}
.careers-layout #photos-container .search-apply-form.photos-search-form {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  z-index: 100;
  top: auto;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .careers-layout #photos-container .search-apply-form.photos-search-form {
    display: block;
    bottom: 40px;
  }
}
.careers-layout #photos-container .search-apply-form.photos-search-form legend {
  display: block;
  color: #fff;
  font: bold 20px/1.2 "Lato", "Arial", sans-serif;
  padding-bottom: 10px;
  letter-spacing: 0.13px;
  text-align: center;
  text-transform: uppercase;
  margin: auto;
}
.careers-layout #photos-container .search-apply-form.photos-search-form input[type=text] {
  max-width: 470px;
  width: 30vw;
}
@media only screen and (max-width: 767px) {
  .careers-layout #photos-container .search-apply-form.photos-search-form input[type=text] {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 1023px) {
  .careers-layout #photos-container .search-apply-form.photos-search-form input[type=submit] {
    font-size: 16px;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .careers-layout #photos-container .search-apply-form.photos-search-form input[type=submit] {
    width: 100%;
    justify-content: center;
    float: none;
  }
}
.careers-layout #content {
  display: none;
}
.careers-layout .wide-image-plus-textbox {
  padding: 60px 0 0;
  margin: 40px 0 0;
}
@media only screen and (max-width: 1023px) {
  .careers-layout .wide-image-plus-textbox {
    padding: 40px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .careers-layout .wide-image-plus-textbox {
    padding: 30px 0 0;
  }
}
.careers-layout .wide-image-plus-textbox .thumbnail {
  padding: 20px 0 80px;
}
@media only screen and (max-width: 767px) {
  .careers-layout .wide-image-plus-textbox .thumbnail {
    padding: 0;
  }
}

.breadcrumb-section {
  overflow: hidden;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .breadcrumb-section {
    margin-top: 20px;
  }
}
.breadcrumb-section .center-column {
  max-width: 1320px;
  padding: 20px 20px 0;
}
.breadcrumb-section .section-wrapper .breadcrumb-wrapper {
  font: 200 16px/1.2 "Lato", "Arial", sans-serif;
  display: flex;
  position: relative;
  color: #000;
  margin-bottom: 50px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .breadcrumb-section .section-wrapper .breadcrumb-wrapper {
    margin-bottom: 30px;
    font-size: 12px;
  }
}
.breadcrumb-section .section-wrapper .breadcrumb-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 5px;
  background: #cd482d;
}
.breadcrumb-section .section-wrapper div {
  display: inline-flex;
}
.breadcrumb-section .section-wrapper a {
  display: inline-block;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 350ms ease-in-out;
}
.breadcrumb-section .section-wrapper a:hover, .breadcrumb-section .section-wrapper a.active {
  font-weight: 700;
}
.breadcrumb-section .section-wrapper:after {
  clear: both;
  content: "";
  display: table;
}
.breadcrumb-section .section-wrapper .separator {
  margin: 0 7px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .breadcrumb-section .section-wrapper .separator {
    margin: 0 7px;
  }
}

.accordions-group {
  text-align: left;
  top: -40px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .accordions-group {
    top: 0;
  }
}
.accordions-group .accordion {
  clear: both;
  text-align: left;
  background-color: #fff;
  margin-bottom: 20px;
  border-bottom: 6px solid #242323;
  padding: 0 40px;
  transition: 350ms ease-in-out;
}
.accordions-group .accordion:hover {
  border-bottom: 6px solid #cd482d;
}
.accordions-group .accordion:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .accordions-group .accordion {
    padding: 0 10px;
  }
}
.accordions-group .accordion .accordion-header {
  display: block;
  position: relative;
  cursor: pointer;
  color: #242323 !important;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .accordions-group .accordion .accordion-header {
    font-size: 18px;
  }
}
.accordions-group .accordion .accordion-header button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px 50px 30px 0;
  color: #242323 !important;
  font: inherit;
  text-align: left;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .accordions-group .accordion .accordion-header button {
    padding: 16px 40px 16px 0;
  }
}
.accordions-group .accordion .content-wrapper {
  display: none;
  padding: 20px 30px 40px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .accordions-group .accordion .content-wrapper {
    padding: 20px 0 25px;
  }
}
.accordions-group .accordion .content-wrapper .columns-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .accordions-group .accordion .content-wrapper .columns-wrapper {
    display: block;
  }
}
.accordions-group .accordion .content-wrapper .content-col {
  flex-basis: 33.3%;
  flex-grow: 1;
}
.accordions-group .accordion .content-wrapper h2, .accordions-group .accordion .content-wrapper .h2 {
  color: #000000;
  font-size: 40px;
  font-size: 3.5vw;
  line-height: 1;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: normal;
  font-style: normal;
}
@media (max-width: 714.2857142857px) {
  .accordions-group .accordion .content-wrapper h2, .accordions-group .accordion .content-wrapper .h2 {
    font-size: 25px;
  }
}
@media (min-width: 1142.8571428571px) {
  .accordions-group .accordion .content-wrapper h2, .accordions-group .accordion .content-wrapper .h2 {
    font-size: 40px;
  }
}
.accordions-group .accordion .content-wrapper h3, .accordions-group .accordion .content-wrapper .h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}
.accordions-group .accordion .content-wrapper h5 {
  font-size: 1.2vw;
  line-height: 1.3;
  margin-bottom: 1em;
  font-weight: 400;
}
@media (max-width: 1500px) {
  .accordions-group .accordion .content-wrapper h5 {
    font-size: 18px;
  }
}
@media (min-width: 1666.6666666667px) {
  .accordions-group .accordion .content-wrapper h5 {
    font-size: 20px;
  }
}
.accordions-group .accordion .content-wrapper p {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .accordions-group .accordion .content-wrapper p {
    margin-bottom: 20px;
  }
}
.accordions-group .accordion .content-wrapper ul {
  -moz-column-count: 2;
       column-count: 2;
}
@media only screen and (max-width: 767px) {
  .accordions-group .accordion .content-wrapper ul {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.accordions-group .accordion .content-wrapper ul li:after {
  top: 11px;
  width: 6px;
  height: 6px;
}
.accordions-group .accordion .content-wrapper .links {
  width: 100%;
  position: relative;
  margin-top: 60px;
  font-size: 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .accordions-group .accordion .content-wrapper .links {
    padding-top: 20px;
    margin-top: 0;
    justify-content: space-between;
  }
}
.accordions-group .accordion .content-wrapper .links .button {
  border: 1px solid #cd482d;
  width: auto;
  padding: 14px 20px;
  font-weight: 700;
}

.expand-content-trigger {
  display: block;
  height: 30px;
  width: 30px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.expand-content-trigger .horizontal,
.expand-content-trigger .vertical {
  position: absolute;
  background-color: #cd482d;
  transition: transform 350ms ease-in-out, opacity 350ms ease-in-out;
}
.expand-content-trigger .vertical {
  width: 14px;
  height: 2px;
  margin-left: 10px;
  margin-top: 12px;
  opacity: 1;
}
.expand-content-trigger .horizontal {
  width: 2px;
  height: 14px;
  margin-left: 16px;
  margin-top: 6px;
}
.expanded .expand-content-trigger .vertical,
.expanded .expand-content-trigger .horizontal {
  transform: rotate(90deg);
}
.expanded .expand-content-trigger .vertical {
  opacity: 0;
}

.accordions-acm {
  background: #eeeeee url("../images/bg-pattern-careers.png") repeat 50% 50%;
}
.accordions-acm.additional-content {
  margin-top: 0;
  padding-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .accordions-acm.additional-content {
    padding-bottom: 0;
  }
}
.accordions-acm .center-column {
  max-width: 1100px;
}
@media only screen and (max-width: 767px) {
  .accordions-acm .center-column {
    padding: 20px 15px;
  }
}
.accordions-acm .column p {
  overflow: hidden;
  text-overflow: ellipsis;
}
.accordions-acm.one-columns-accordions-acm .h1-like {
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  .accordions-acm.one-columns-accordions-acm .h1-like {
    margin-bottom: 0.5em;
  }
}
.accordions-acm.one-columns-accordions-acm .accordions-select-label {
  font-size: 13px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .accordions-acm.one-columns-accordions-acm .accordions-group-select-label,
.accordions-acm.one-columns-accordions-acm .select-wrapper {
    display: block;
  }
  .accordions-acm.one-columns-accordions-acm .accordion .accordion-header {
    visibility: hidden;
    height: 0;
    padding: 0;
  }
}

.content-plus-slider {
  margin-bottom: 70px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .content-plus-slider {
    margin-bottom: 40px;
  }
}
.content-plus-slider .center-column {
  max-width: 1320px;
  padding: 20px 20px 0;
}
.content-plus-slider .content-plus-slider-wrapper {
  display: flex;
}
@media only screen and (max-width: 1023px) {
  .content-plus-slider .content-plus-slider-wrapper {
    display: block;
  }
}
.content-plus-slider .content-plus-slider-wrapper .content {
  position: relative;
  width: 50%;
  order: 1;
  flex-shrink: 0;
  padding: 32px 80px 20px 0;
}
@media only screen and (max-width: 1023px) {
  .content-plus-slider .content-plus-slider-wrapper .content {
    width: 100%;
    padding: 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .content-plus-slider .content-plus-slider-wrapper .content {
    width: 100%;
    padding: 0;
  }
}
.content-plus-slider .content-plus-slider-wrapper .content .small-header {
  font-family: "Lato", "Arial", sans-serif;
  font-size: 18px;
  line-height: 1.2px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.1px;
}
.content-plus-slider .content-plus-slider-wrapper .content .small-header:after {
  content: "";
  display: block;
  margin: 22px 0 49px;
  position: relative;
  width: 80px;
  height: 6px;
  background: #cd482d;
}
@media only screen and (max-width: 767px) {
  .content-plus-slider .content-plus-slider-wrapper .content .small-header:after {
    margin: 20px 0;
  }
}
.content-plus-slider .content-plus-slider-wrapper .content h2 {
  font-family: "Rufina", serif;
  font-size: 40px;
  line-height: 50px;
  font-style: normal;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 14px;
}
@media only screen and (max-width: 1023px) {
  .content-plus-slider .content-plus-slider-wrapper .content h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .content-plus-slider .content-plus-slider-wrapper .content h2 {
    font-size: 25px;
    line-height: 35px;
  }
}
.content-plus-slider .content-plus-slider-wrapper .content h3 {
  font-family: "Rufina", serif;
  font-size: 30px;
  line-height: 50px;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 35px;
}
@media only screen and (max-width: 1023px) {
  .content-plus-slider .content-plus-slider-wrapper .content h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .content-plus-slider .content-plus-slider-wrapper .content h3 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
  }
}
.content-plus-slider .content-plus-slider-wrapper .content .headings {
  position: relative;
  width: 100%;
}
.content-plus-slider .content-plus-slider-wrapper .content p {
  margin-bottom: 18px;
}
.content-plus-slider .content-plus-slider-wrapper .content .links {
  width: 100%;
  position: relative;
  margin-top: 30px;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .content-plus-slider .content-plus-slider-wrapper .content .links {
    margin-top: 0;
  }
}
.content-plus-slider .content-plus-slider-wrapper .content .links .button {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  background: none;
  color: #cd482d;
  padding: 0;
  width: 50%;
  height: auto;
  margin-bottom: 13px;
  border: none;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0.1px;
  font-family: "Lato", "Arial", sans-serif;
  transition: color 350ms ease-in-out;
  white-space: normal;
}
@media only screen and (max-width: 767px) {
  .content-plus-slider .content-plus-slider-wrapper .content .links .button {
    width: 100%;
  }
}
.content-plus-slider .content-plus-slider-wrapper .content .links .button:after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-left: 14px;
  border-top: 2px solid #cd482d;
  border-right: 2px solid #cd482d;
  transform: rotate(45deg);
  transition: border-color 350ms ease-in-out;
}
.content-plus-slider .content-plus-slider-wrapper .content .links .button:hover {
  color: #000;
}
.content-plus-slider .content-plus-slider-wrapper .content .links .button:hover:after {
  border-top-color: #000;
  border-right-color: #000;
}
.content-plus-slider .content-plus-slider-wrapper .images {
  order: 2;
  flex-grow: 1;
  padding: 50px 100px 60px 0;
}
@media only screen and (max-width: 1144px) {
  .content-plus-slider .content-plus-slider-wrapper .images {
    padding-right: 100px;
  }
}
@media only screen and (max-width: 1023px) {
  .content-plus-slider .content-plus-slider-wrapper .images {
    padding-right: 90px;
  }
}
@media only screen and (max-width: 1023px) {
  .content-plus-slider .content-plus-slider-wrapper .images {
    width: 100%;
    padding-right: 40px;
  }
}
.content-plus-slider .content-plus-slider-wrapper .images > .wrapper {
  width: 100%;
  position: relative;
}
.content-plus-slider .content-plus-slider-wrapper .images > .wrapper:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.content-plus-slider .content-plus-slider-wrapper .images .slider-caption {
  font-family: "Lato", "Arial", sans-serif;
  font-size: 18px;
  line-height: 1.2px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.1px;
  top: -20px;
  position: relative;
}
.content-plus-slider .content-plus-slider-wrapper .slideshow {
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  height: 100%;
  overflow: hidden;
  padding-bottom: 60px;
}
@media only screen and (max-width: 1023px) {
  .content-plus-slider .content-plus-slider-wrapper .slideshow {
    width: 100%;
  }
}
.content-plus-slider .content-plus-slider-wrapper .slide {
  position: relative;
  width: 420px;
  transform: none;
  transition: transform 300ms;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .content-plus-slider .content-plus-slider-wrapper .slide {
    width: 100%;
  }
}
.content-plus-slider .content-plus-slider-wrapper .slide .slide-captions {
  opacity: 1;
}
.content-plus-slider .content-plus-slider-wrapper .slide.swiper-slide-next, .content-plus-slider .content-plus-slider-wrapper .slide.swiper-slide-duplicate-next {
  transform: scale(0.9) translateX(15px);
  width: 100%;
}
.content-plus-slider .content-plus-slider-wrapper .slide.swiper-slide-next:after, .content-plus-slider .content-plus-slider-wrapper .slide.swiper-slide-duplicate-next:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(205, 72, 45, 0.8);
  transition: opacity 300ms;
  z-index: 1;
}
.content-plus-slider .content-plus-slider-wrapper .slide.swiper-slide-next .slide-captions, .content-plus-slider .content-plus-slider-wrapper .slide.swiper-slide-duplicate-next .slide-captions {
  opacity: 0;
}
.content-plus-slider .content-plus-slider-wrapper .slide .video-wrapper {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.content-plus-slider .content-plus-slider-wrapper .slide .video-wrapper iframe {
  position: absolute;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 167.77777778%;
  min-width: 100.77777778%;
}
.content-plus-slider .content-plus-slider-wrapper .slide .video-wrapper .video-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.content-plus-slider .content-plus-slider-wrapper .slide .video-wrapper .video-thumb:after {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  transition: background 350ms ease-in-out;
  top: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
@media only screen and (max-width: 1023px) {
  .content-plus-slider .content-plus-slider-wrapper .slide .video-wrapper .video-thumb {
    width: 100%;
    position: relative;
  }
}
.content-plus-slider .content-plus-slider-wrapper .slide .video-wrapper .video-thumb .play-button,
.content-plus-slider .content-plus-slider-wrapper .slide .video-wrapper .video-thumb .play-video {
  position: absolute;
  bottom: 30px;
  right: 30px;
  height: 60px;
  width: 60px;
  opacity: 1;
  transition: all 350ms ease-in-out;
  z-index: 5;
}
@media only screen and (max-width: 1023px) {
  .content-plus-slider .content-plus-slider-wrapper .slide .video-wrapper .video-thumb .play-button,
.content-plus-slider .content-plus-slider-wrapper .slide .video-wrapper .video-thumb .play-video {
    height: 44px;
    width: 44px;
  }
}
.content-plus-slider .content-plus-slider-wrapper .slide .video-wrapper .video-thumb .play-button img,
.content-plus-slider .content-plus-slider-wrapper .slide .video-wrapper .video-thumb .play-video img {
  width: 100%;
  height: 100%;
}
.content-plus-slider .content-plus-slider-wrapper .slide .video-wrapper .video-thumb .play-button:hover,
.content-plus-slider .content-plus-slider-wrapper .slide .video-wrapper .video-thumb .play-video:hover {
  opacity: 0.8;
}
.content-plus-slider .content-plus-slider-wrapper .slide .video-wrapper .video-thumb:hover .play-button {
  opacity: 1;
}
.content-plus-slider .content-plus-slider-wrapper .slide .image-wrapper {
  transform: none;
  position: relative;
  height: 100%;
}
.content-plus-slider .content-plus-slider-wrapper .slide .slide-captions {
  padding-top: 10px;
}
.content-plus-slider .content-plus-slider-wrapper .slide .slide-captions .name,
.content-plus-slider .content-plus-slider-wrapper .slide .slide-captions .position {
  display: block;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.1px;
}
.content-plus-slider .content-plus-slider-wrapper .slide .slide-captions .name {
  font-weight: bold;
}
.content-plus-slider .content-plus-slider-wrapper .slide.video-slide.show-video {
  background: transparent !important;
}
.content-plus-slider .content-plus-slider-wrapper .slide.video-slide.show-video .image-wrapper > img {
  display: none;
}
.content-plus-slider .content-plus-slider-wrapper .slide.video-slide.show-video .video-wrapper {
  background: transparent;
}
.content-plus-slider .content-plus-slider-wrapper .slideshow-button {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  font-size: 0;
  border: 0;
  transform: none;
}
.content-plus-slider .content-plus-slider-wrapper .slideshow-button.previous {
  display: none;
}
.content-plus-slider .content-plus-slider-wrapper .slideshow-button:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  top: 50%;
  left: 50px;
  margin-left: 14px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  transition: border-color 350ms ease-in-out;
}
.content-plus-slider .content-plus-slider-wrapper .slideshow-button:hover {
  color: #000;
}
.content-plus-slider .content-plus-slider-wrapper .slideshow-button:hover:after {
  border-top-color: #000;
  border-right-color: #000;
}
.content-plus-slider .content-plus-slider-wrapper .slideshow-pagination {
  display: none;
}

.welcome-section {
  margin-bottom: 70px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .welcome-section {
    margin-bottom: 40px;
  }
}
.welcome-section .center-column {
  max-width: 1320px;
  padding: 20px 20px 0;
}
.welcome-section .welcome-section-wrapper {
  display: flex;
}
@media only screen and (max-width: 1023px) {
  .welcome-section .welcome-section-wrapper {
    display: block;
  }
}
.welcome-section .welcome-section-wrapper .content {
  position: relative;
  width: 55%;
  order: 1;
  flex-shrink: 0;
  padding: 0 40px 20px 0;
}
@media only screen and (max-width: 1023px) {
  .welcome-section .welcome-section-wrapper .content {
    width: 100%;
    padding: 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .welcome-section .welcome-section-wrapper .content {
    width: 100%;
    padding: 0;
  }
}
.welcome-section .welcome-section-wrapper .content h2 {
  font-family: "Rufina", serif;
  font-size: 50px;
  line-height: 1.2;
  font-style: normal;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 14px;
}
@media only screen and (max-width: 1023px) {
  .welcome-section .welcome-section-wrapper .content h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .welcome-section .welcome-section-wrapper .content h2 {
    font-size: 25px;
  }
}
.welcome-section .welcome-section-wrapper .content h3 {
  font-family: "Rufina", serif;
  font-size: 30px;
  line-height: 50px;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 35px;
}
@media only screen and (max-width: 1023px) {
  .welcome-section .welcome-section-wrapper .content h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .welcome-section .welcome-section-wrapper .content h3 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
  }
}
.welcome-section .welcome-section-wrapper .content .headings {
  position: relative;
  width: 100%;
}
.welcome-section .welcome-section-wrapper .content p {
  margin-bottom: 18px;
}
.welcome-section .welcome-section-wrapper .content .links {
  width: 100%;
  position: relative;
  margin-top: 30px;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .welcome-section .welcome-section-wrapper .content .links {
    margin-top: 0;
  }
}
.welcome-section .welcome-section-wrapper .content .links .button {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  background: none;
  color: #cd482d;
  padding: 0;
  width: 50%;
  height: auto;
  margin-bottom: 13px;
  border: none;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0.1px;
  font-family: "Lato", "Arial", sans-serif;
  transition: color 350ms ease-in-out;
  white-space: normal;
}
@media only screen and (max-width: 767px) {
  .welcome-section .welcome-section-wrapper .content .links .button {
    width: 100%;
  }
}
.welcome-section .welcome-section-wrapper .content .links .button:after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-left: 14px;
  border-top: 2px solid #cd482d;
  border-right: 2px solid #cd482d;
  transform: rotate(45deg);
  transition: border-color 350ms ease-in-out;
}
.welcome-section .welcome-section-wrapper .content .links .button:hover {
  color: #000;
}
.welcome-section .welcome-section-wrapper .content .links .button:hover:after {
  border-top-color: #000;
  border-right-color: #000;
}
.welcome-section .welcome-section-wrapper .images {
  order: 2;
  flex-grow: 1;
  padding: 0 0 60px 80px;
}
@media only screen and (max-width: 1023px) {
  .welcome-section .welcome-section-wrapper .images {
    width: 100%;
    padding: 0;
  }
}
.welcome-section .welcome-section-wrapper .images > .wrapper {
  width: 100%;
  position: relative;
}
.welcome-section .welcome-section-wrapper .images .image-wrapper {
  transform: none;
  position: relative;
  height: 100%;
  min-height: 500px;
}
.welcome-section .welcome-section-wrapper .images .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 100%;
}
@media only screen and (max-width: 1023px) {
  .welcome-section .welcome-section-wrapper .images .image-wrapper {
    min-height: 0;
  }
}
.welcome-section .welcome-section-wrapper .images .video-wrapper {
  overflow: hidden;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.welcome-section .welcome-section-wrapper .images .video-wrapper iframe {
  position: absolute;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 167.77777778%;
  min-width: 100.77777778%;
}
.welcome-section .welcome-section-wrapper .images .video-wrapper .video-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.welcome-section .welcome-section-wrapper .images .video-wrapper .video-thumb:after {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  transition: background 350ms ease-in-out;
  top: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
@media only screen and (max-width: 1023px) {
  .welcome-section .welcome-section-wrapper .images .video-wrapper .video-thumb {
    width: 100%;
    position: relative;
  }
}
.welcome-section .welcome-section-wrapper .images .video-wrapper .video-thumb .play-button,
.welcome-section .welcome-section-wrapper .images .video-wrapper .video-thumb .play-video {
  position: absolute;
  bottom: 30px;
  right: 20px;
  left: 20px;
  max-width: 300px;
  padding: 0 80px 0 30px;
  opacity: 1;
  height: 80px;
  width: auto;
  margin: 0 auto;
  transition: all 350ms ease-in-out;
  border-radius: 40px;
  background-color: rgba(215, 99, 74, 0.8);
  z-index: 5;
}
.welcome-section .welcome-section-wrapper .images .video-wrapper .video-thumb .play-button span,
.welcome-section .welcome-section-wrapper .images .video-wrapper .video-thumb .play-video span {
  color: #fff;
  font-family: "Lato", "Arial", sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1px;
  line-height: 1.2;
  text-transform: uppercase;
  display: flex;
  text-align: left;
  justify-content: center;
}
.welcome-section .welcome-section-wrapper .images .video-wrapper .video-thumb .play-button img,
.welcome-section .welcome-section-wrapper .images .video-wrapper .video-thumb .play-video img {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
@media only screen and (max-width: 1023px) {
  .welcome-section .welcome-section-wrapper .images .video-wrapper .video-thumb .play-button img,
.welcome-section .welcome-section-wrapper .images .video-wrapper .video-thumb .play-video img {
    height: 100%;
    width: 40px;
  }
}
.welcome-section .welcome-section-wrapper .images .video-wrapper .video-thumb .play-button:hover,
.welcome-section .welcome-section-wrapper .images .video-wrapper .video-thumb .play-video:hover {
  opacity: 0.8;
  background-color: #d7634a;
}
@media only screen and (max-width: 1023px) {
  .welcome-section .welcome-section-wrapper .images .video-wrapper .video-thumb .play-button,
.welcome-section .welcome-section-wrapper .images .video-wrapper .video-thumb .play-video {
    height: 60px;
    max-width: unset;
    padding: 0 40px 0 20px;
  }
  .welcome-section .welcome-section-wrapper .images .video-wrapper .video-thumb .play-button span,
.welcome-section .welcome-section-wrapper .images .video-wrapper .video-thumb .play-video span {
    font-size: 14px;
  }
}
.welcome-section .welcome-section-wrapper .images .video-wrapper .video-thumb:hover .play-button {
  opacity: 1;
}
.welcome-section .welcome-section-wrapper .images .slide-captions {
  padding: 10px 10px 0;
  display: flex;
  justify-content: center;
  flex-flow: wrap;
}
.welcome-section .welcome-section-wrapper .images .slide-captions .name {
  padding-right: 5px;
}
.welcome-section .welcome-section-wrapper .images .slide-captions .name,
.welcome-section .welcome-section-wrapper .images .slide-captions .position {
  display: block;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.1px;
}
.welcome-section .welcome-section-wrapper .images .slide-captions .name {
  font-weight: bold;
}

.careers-grid-section {
  margin: 40px 0 70px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .careers-grid-section {
    margin: 20px 0 40px;
  }
}
.careers-grid-section .center-column {
  max-width: 1320px;
  padding: 20px 20px 0;
}
.careers-grid-section .content-grid-wrapper {
  position: relative;
  display: block;
}
.careers-grid-section .content-grid-wrapper .content {
  position: relative;
}
.careers-grid-section .content-grid-wrapper .content .headings {
  position: relative;
  width: 100%;
}
.careers-grid-section .content-grid-wrapper .content .small-header {
  font-family: "Lato", "Arial", sans-serif;
  font-size: 18px;
  line-height: 1.2px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.1px;
}
.careers-grid-section .content-grid-wrapper .content .small-header:after {
  content: "";
  display: block;
  margin: 22px 0 49px;
  position: relative;
  width: 80px;
  height: 6px;
  background: #cd482d;
}
@media only screen and (max-width: 767px) {
  .careers-grid-section .content-grid-wrapper .content .small-header:after {
    margin: 20px 0;
  }
}
.careers-grid-section .content-grid-wrapper .content h2 {
  font-family: "Rufina", serif;
  font-size: 40px;
  line-height: 50px;
  font-style: normal;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 14px;
}
@media only screen and (max-width: 1023px) {
  .careers-grid-section .content-grid-wrapper .content h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .careers-grid-section .content-grid-wrapper .content h2 {
    font-size: 25px;
    line-height: 35px;
  }
}
.careers-grid-section .content-grid-wrapper .content p {
  margin-bottom: 18px;
}
.careers-grid-section .content-grid-wrapper .tiles-grid-wrapper {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  padding-top: 30px;
}
@media only screen and (max-width: 767px) {
  .careers-grid-section .content-grid-wrapper .tiles-grid-wrapper {
    padding-top: 20px;
  }
}
.careers-grid-section .content-grid-wrapper .tiles-grid-wrapper .tile {
  position: relative;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  width: calc(25% - 22px);
  margin-bottom: 50px;
}
@media only screen and (max-width: 1023px) {
  .careers-grid-section .content-grid-wrapper .tiles-grid-wrapper .tile {
    width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 767px) {
  .careers-grid-section .content-grid-wrapper .tiles-grid-wrapper .tile {
    width: 100%;
    margin-bottom: 25px;
  }
}
.careers-grid-section .content-grid-wrapper .tiles-grid-wrapper .tile .tile-image-wrapper {
  transform: none;
  position: relative;
  padding-top: 65%;
}
.careers-grid-section .content-grid-wrapper .tiles-grid-wrapper .tile .tile-content {
  position: relative;
  padding: 25px 0 0;
}
.careers-grid-section .content-grid-wrapper .tiles-grid-wrapper .tile .tile-content h3.tile-title {
  font: bold 24px/1.2 "Lato", "Arial", sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 0.15px;
  color: #000;
}
@media only screen and (max-width: 1023px) {
  .careers-grid-section .content-grid-wrapper .tiles-grid-wrapper .tile .tile-content h3.tile-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .careers-grid-section .content-grid-wrapper .tiles-grid-wrapper .tile .tile-content h3.tile-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.careers-grid-section .content-grid-wrapper .tiles-grid-wrapper .tile .tile-content .tile-text {
  padding-bottom: 15px;
}
.careers-grid-section .content-grid-wrapper .tiles-grid-wrapper .tile .button {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  background: none;
  color: #cd482d;
  padding: 0;
  width: 50%;
  height: auto;
  margin-bottom: 0;
  border: none;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0.1px;
  font-family: "Lato", "Arial", sans-serif;
  transition: color 350ms ease-in-out;
  white-space: normal;
}
@media only screen and (max-width: 767px) {
  .careers-grid-section .content-grid-wrapper .tiles-grid-wrapper .tile .button {
    width: 100%;
  }
}
.careers-grid-section .content-grid-wrapper .tiles-grid-wrapper .tile .button:after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-left: 14px;
  border-top: 2px solid #cd482d;
  border-right: 2px solid #cd482d;
  transform: rotate(45deg);
  transition: border-color 350ms ease-in-out;
}
.careers-grid-section .content-grid-wrapper .tiles-grid-wrapper .tile .button:hover {
  color: #000;
}
.careers-grid-section .content-grid-wrapper .tiles-grid-wrapper .tile .button:hover:after {
  border-top-color: #000;
  border-right-color: #000;
}
.careers-grid-section .content-grid-wrapper .links {
  width: 100%;
  position: relative;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .careers-grid-section .content-grid-wrapper .links {
    margin-top: 0;
  }
}
.careers-grid-section .content-grid-wrapper .links .button {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .careers-grid-section .content-grid-wrapper .links .button {
    width: 100%;
  }
}

.video-slider {
  margin-bottom: 70px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .video-slider {
    margin-bottom: 40px;
  }
}
.video-slider .center-column {
  max-width: 100%;
  padding: 20px 20px 0;
}
.video-slider .video-slider-wrapper {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1023px) {
  .video-slider .video-slider-wrapper {
    display: block;
  }
}
.video-slider .video-slider-wrapper .content {
  position: relative;
  width: 100%;
  flex-shrink: 0;
  padding: 32px 80px 20px 0;
}
@media only screen and (max-width: 1023px) {
  .video-slider .video-slider-wrapper .content {
    width: 100%;
    padding: 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .video-slider .video-slider-wrapper .content {
    width: 100%;
    padding: 0;
  }
}
.video-slider .video-slider-wrapper .content h2 {
  font-family: "Rufina", serif;
  font-size: 40px;
  line-height: 50px;
  font-style: normal;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 14px;
}
@media only screen and (max-width: 1023px) {
  .video-slider .video-slider-wrapper .content h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .video-slider .video-slider-wrapper .content h2 {
    font-size: 25px;
    line-height: 35px;
  }
}
.video-slider .video-slider-wrapper .content .headings {
  position: relative;
  width: 100%;
}
.video-slider .video-slider-wrapper .images > .wrapper {
  width: 100%;
  position: relative;
}
.video-slider .video-slider-wrapper .images > .wrapper:before {
  content: "";
  display: block;
  padding-top: 15%;
}
@media only screen and (max-width: 1023px) {
  .video-slider .video-slider-wrapper .images > .wrapper:before {
    padding-top: 32%;
  }
}
@media only screen and (max-width: 767px) {
  .video-slider .video-slider-wrapper .images > .wrapper:before {
    padding-top: 64%;
  }
}
.video-slider .video-slider-wrapper .slideshow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .video-slider .video-slider-wrapper .slideshow {
    width: 100%;
  }
}
.video-slider .video-slider-wrapper .slide {
  position: relative;
  padding-top: 14%;
  width: 25%;
  transform: none;
  transition: transform 300ms;
  z-index: 1;
  height: auto;
}
@media only screen and (max-width: 1023px) {
  .video-slider .video-slider-wrapper .slide {
    width: 50%;
    padding-top: 28%;
  }
}
@media only screen and (max-width: 767px) {
  .video-slider .video-slider-wrapper .slide {
    width: 100%;
    padding-top: 56%;
  }
}
.video-slider .video-slider-wrapper .slide .slide-captions {
  opacity: 1;
}
.video-slider .video-slider-wrapper .slide .video-wrapper {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.video-slider .video-slider-wrapper .slide .video-wrapper iframe {
  position: absolute;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 167.77777778%;
  min-width: 100.77777778%;
  z-index: 3;
}
.video-slider .video-slider-wrapper .slide .video-wrapper .video-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.video-slider .video-slider-wrapper .slide .video-wrapper .video-thumb:after {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  transition: background 350ms ease-in-out;
  top: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
@media only screen and (max-width: 1023px) {
  .video-slider .video-slider-wrapper .slide .video-wrapper .video-thumb {
    width: 100%;
    position: relative;
  }
}
.video-slider .video-slider-wrapper .slide .video-wrapper .video-thumb .play-button,
.video-slider .video-slider-wrapper .slide .video-wrapper .video-thumb .play-video {
  position: absolute;
  bottom: 15px;
  right: 15px;
  height: 60px;
  width: 60px;
  opacity: 1;
  transition: all 350ms ease-in-out;
  z-index: 5;
  transform: scale(0.7);
}
@media only screen and (max-width: 1023px) {
  .video-slider .video-slider-wrapper .slide .video-wrapper .video-thumb .play-button,
.video-slider .video-slider-wrapper .slide .video-wrapper .video-thumb .play-video {
    height: 44px;
    width: 44px;
  }
}
.video-slider .video-slider-wrapper .slide .video-wrapper .video-thumb .play-button img,
.video-slider .video-slider-wrapper .slide .video-wrapper .video-thumb .play-video img {
  width: 100%;
  height: 100%;
}
.video-slider .video-slider-wrapper .slide .video-wrapper .video-thumb .play-button:hover,
.video-slider .video-slider-wrapper .slide .video-wrapper .video-thumb .play-video:hover {
  opacity: 0.8;
}
.video-slider .video-slider-wrapper .slide .video-wrapper .video-thumb:hover .play-button {
  opacity: 1;
}
.video-slider .video-slider-wrapper .slide .image-wrapper {
  transform: none;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
}
.video-slider .video-slider-wrapper .slide .image-wrapper .tile-name {
  text-align: center;
  color: #fff;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
  text-transform: uppercase;
}
.video-slider .video-slider-wrapper .slide.video-slide.show-video {
  background: transparent !important;
}
.video-slider .video-slider-wrapper .slide.video-slide.show-video .image-wrapper > img {
  display: none;
}
.video-slider .video-slider-wrapper .slide.video-slide.show-video .video-wrapper {
  background: transparent;
}
.video-slider .video-slider-wrapper .slideshow-pagination {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .video-slider .video-slider-wrapper .slideshow-pagination {
    display: flex;
  }
}
.video-slider .video-slider-wrapper .slideshow-pagination .swiper-pagination-bullet {
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid #7c7c7c;
  border-radius: 50%;
  margin: 5px;
  cursor: pointer;
}
.video-slider .video-slider-wrapper .slideshow-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #cd482d;
  border-color: #cd482d;
}
.video-slider .video-slider-wrapper .slideshow-pagination .swiper-pagination-bullet:hover {
  border-color: #cd482d;
}

.venue-swiper-container {
  overflow: hidden;
}
.venue-swiper-container .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 48px;
}
@media only screen and (max-width: 1023px) {
  .venue-swiper-container .swiper-slide {
    padding: 0;
    align-items: flex-start;
  }
}
.venue-swiper-container .room-info-container {
  width: 100%;
  max-width: 974px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  flex: 1;
}
@media only screen and (max-width: 1023px) {
  .venue-swiper-container .room-info-container {
    width: 100%;
    max-width: initial;
  }
}
.venue-swiper-container .room-info-container .left-side {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  .venue-swiper-container .room-info-container .left-side {
    padding-top: 0;
  }
}
.venue-swiper-container .rooms-detail {
  padding: 0 0 40px 40px;
  background: white;
  flex-direction: row;
  justify-content: flex-start;
  gap: 40px;
  display: flex;
  width: 100%;
  max-width: 100%;
  flex: 1;
}
@media only screen and (max-width: 1023px) {
  .venue-swiper-container .rooms-detail {
    flex-direction: column;
    padding: 48px 0px;
    gap: 48px;
  }
}
.venue-swiper-container .rooms-detail .right-side {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  width: 100%;
  max-width: 100%;
  flex: 1;
}
@media only screen and (max-width: 1023px) {
  .venue-swiper-container .rooms-detail .right-side {
    flex-direction: column;
  }
}
@media only screen and (max-width: 1023px) {
  .venue-swiper-container .rooms-detail .left-side,
.venue-swiper-container .rooms-detail .features-header,
.venue-swiper-container .rooms-detail .features {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.venue-swiper-container .rooms-detail .detail {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  display: flex;
  width: 100%;
  flex: 1;
  max-width: 467px;
}
@media only screen and (max-width: 1023px) {
  .venue-swiper-container .rooms-detail .detail {
    max-width: initial;
  }
}
.venue-swiper-container .rooms-detail .detail .room-name {
  color: #000;
  font-family: "Rufina", serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.9px;
  text-transform: uppercase;
}
.venue-swiper-container .rooms-detail .detail .content {
  font-family: "Lato", "Arial", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
}
.venue-swiper-container .rooms-detail .detail .content p {
  padding-bottom: 8px;
}
@media only screen and (max-width: 1023px) {
  .venue-swiper-container .rooms-detail .detail .content p {
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
    padding-bottom: 7px;
  }
}
.venue-swiper-container .rooms-detail .detail .content p:last-child {
  padding-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .venue-swiper-container .rooms-detail .detail .content p:has(strong) {
    padding-bottom: 4px;
  }
}
.venue-swiper-container .rooms-detail .detail .content strong {
  font-weight: 400;
}
.venue-swiper-container .rooms-detail .features-header {
  font-family: "Lato", "Arial", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 13px;
  letter-spacing: 0.26px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.venue-swiper-container .rooms-detail .features {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  width: 100%;
  flex: 1;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1023px) {
  .venue-swiper-container .rooms-detail .features {
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 16px;
  }
}
.venue-swiper-container .rooms-detail .features .feature-info {
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
  max-width: 100%;
  overflow: hidden;
  flex-direction: column;
}
.venue-swiper-container .rooms-detail .features .feature-info .icon-wrapper {
  width: 72px;
  height: 72px;
  position: relative;
  border-radius: 50%;
  border: 1px solid #EBEBEB;
  margin-bottom: 12px;
}
.venue-swiper-container .rooms-detail .features .feature-info .icon-wrapper .room-icon {
  width: 100%;
  overflow: hidden;
  padding: 24px;
}
.venue-swiper-container .rooms-detail .features .feature-info .text {
  color: #000;
  text-align: center;
  font-family: "Lato", "Arial", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: 0.36px;
  margin-bottom: 4px;
}
.venue-swiper-container .rooms-detail .features .feature-info .value {
  color: #000;
  text-align: center;
  font-family: "Lato", "Arial", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0.14px;
}
.venue-swiper-container .rooms-detail .more-detail {
  width: 100%;
  position: relative;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .venue-swiper-container .rooms-detail .more-detail {
    flex-direction: column;
  }
}
.venue-swiper-container .rooms-detail .more-detail .cta-wrapper {
  flex: 1;
}
@media only screen and (max-width: 1023px) {
  .venue-swiper-container .rooms-detail .more-detail .cta-wrapper {
    align-self: flex-start;
    margin-top: 24px;
  }
}
.venue-swiper-container .rooms-detail .more-detail .cta-wrapper .button {
  display: inline-block;
  box-sizing: unset;
  height: 52px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  align-content: center;
}
.venue-swiper-container .rooms-detail .more-detail .cta-wrapper .button:not(:hover) {
  background-color: #BC4229;
}
@media only screen and (max-width: 767px) {
  .venue-swiper-container .rooms-detail .more-detail .cta-wrapper .button {
    height: 56px;
    font-size: 14px;
    line-height: 14px;
    padding: 0 22px;
  }
}
.venue-swiper-container .rooms-detail .slider-venue-wrapper {
  display: flex;
  margin-bottom: 32px;
}
@media only screen and (max-width: 1023px) {
  .venue-swiper-container .rooms-detail .slider-venue-wrapper {
    margin-bottom: 48px;
  }
}
.venue-swiper-container .rooms-detail .slider-venue-wrapper img {
  width: 467px;
  height: 340px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1023px) {
  .venue-swiper-container .rooms-detail .slider-venue-wrapper img {
    width: 100%;
    height: initial;
  }
}
@media only screen and (max-width: 450px) {
  .venue-swiper-container .rooms-detail .slider-venue-wrapper img {
    width: 100%;
    height: 250px;
  }
}
.venue-swiper-container .swiper-wrapper {
  max-width: 1070px;
}
.venue-swiper-container .capcity-chart-swiper-button-prev {
  position: absolute;
  top: 44%;
  left: 0;
  cursor: pointer;
}
.venue-swiper-container .capcity-chart-swiper-button-next {
  position: absolute;
  top: 44%;
  right: 0;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .venue-swiper-container .capcity-chart-swiper-button-next,
.venue-swiper-container .capcity-chart-swiper-button-prev {
    display: none;
  }
}
.venue-swiper-container .capcity-chart-swiper-button-next.swiper-button-disabled,
.venue-swiper-container .capcity-chart-swiper-button-prev.swiper-button-disabled {
  pointer-events: none;
}

#lightbox-fancy {
  display: none;
}

.fancybox__container .fancybox__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: #3d3d3d;
  opacity: 1 !important;
  will-change: opacity;
}
.fancybox__container .fancybox__content {
  align-self: center;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0;
  padding: 2rem;
  max-width: 100%;
  color: var(--fancybox-content-color, #374151);
  background: transparent !important;
  cursor: default;
  border-radius: 0;
  z-index: 20;
}
@media only screen and (max-width: 1023px) {
  .fancybox__container .fancybox__content {
    padding: 0;
  }
}
.fancybox__container .fancybox__content .f-button.is-close-btn {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.84928 1.43503L1.43506 2.84925L14.87 16.2842L1.43506 29.7192L2.84928 31.1336L16.2842 17.6984L29.7192 31.1336L31.1336 29.7192L17.6984 16.2842L31.1336 2.84925L29.7192 1.43503L16.2842 14.87L2.84928 1.43503Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  top: -10px;
  right: 38px;
  background-color: transparent;
}
@media only screen and (max-width: 1023px) {
  .fancybox__container .fancybox__content .f-button.is-close-btn {
    filter: invert(1);
    top: 20px;
    right: 20px;
  }
}
.fancybox__container .fancybox__content .f-button svg {
  display: none;
}
.fancybox__container .fancybox__slide {
  overflow-x: hidden !important;
  overflow-y: auto !important;
}
@media only screen and (max-width: 1023px) {
  .fancybox__container .fancybox__slide {
    padding: 0;
  }
}
.fancybox__container .fancybox__slide .swiper-button-disabled {
  opacity: 0;
}
.fancybox__container .fancybox__slide.has-close-btn {
  padding-top: 0 !important;
}

.comparison-table-v2 {
  overflow: hidden;
  background: #fff;
  padding: 112px 0;
}
@media only screen and (max-width: 767px) {
  .comparison-table-v2 {
    padding: 64px 0;
  }
}
.comparison-table-v2 .comparison-table-wrapper {
  max-width: 1360px;
  max-height: 510px;
  margin: 0 auto;
  padding: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 1023px) {
  .comparison-table-v2 .comparison-table-wrapper {
    padding: 0;
  }
}
.comparison-table-v2 .comparison-table-wrapper::-webkit-scrollbar {
  position: relative;
  width: 12px;
  height: 12px;
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  .comparison-table-v2 .comparison-table-wrapper::-webkit-scrollbar {
    height: 4px;
  }
}
.comparison-table-v2 .comparison-table-wrapper::-webkit-scrollbar-track {
  background: #f4f4f4;
}
.comparison-table-v2 .comparison-table-wrapper::-webkit-scrollbar-thumb {
  background: #BC4229;
}
.comparison-table-v2 .comparison-table-wrapper::-webkit-scrollbar-thumb:hover {
  background: #923320;
}
.comparison-table-v2 .comparison-table-wrapper .table-wrapper {
  min-width: 0;
  overflow-x: visible;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .comparison-table-v2 .comparison-table-wrapper .table-wrapper {
    display: inline-block;
  }
}
.comparison-table-v2 .comparison-table-wrapper table.comparison-table {
  border-collapse: separate;
  min-width: 100%;
}
@media only screen and (max-width: 1023px) {
  .comparison-table-v2 .comparison-table-wrapper table {
    table-layout: auto;
  }
}
.comparison-table-v2 .comparison-table-wrapper table.cloned-for-printing {
  position: fixed;
  left: -9999px;
  top: -9999px;
}
.comparison-table-v2 .comparison-table-wrapper th,
.comparison-table-v2 .comparison-table-wrapper td {
  font-size: 0.75rem;
  line-height: 1.364em;
  overflow: visible;
}
.comparison-table-v2 .comparison-table-wrapper td {
  border-top: none;
}
.comparison-table-v2 .comparison-table-wrapper thead th {
  position: sticky;
  top: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  background: #BC4229;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1.5px;
  line-height: 14px;
  font-family: "Lato", "Arial", sans-serif;
  vertical-align: bottom;
  z-index: 1;
  text-align: center;
  width: 100px;
  align-content: center;
}
@media only screen and (max-width: 767px) {
  .comparison-table-v2 .comparison-table-wrapper thead th {
    padding: 16px 14px;
  }
}
.comparison-table-v2 .comparison-table-wrapper thead th:first-child {
  text-align: left;
}
.comparison-table-v2 .comparison-table-wrapper thead .venue-name {
  min-width: 230px;
  align-content: center;
}
@media only screen and (max-width: 767px) {
  .comparison-table-v2 .comparison-table-wrapper thead .venue-name {
    min-width: 142px;
  }
}
.comparison-table-v2 .comparison-table-wrapper thead .sorting-trigger.venue-span {
  width: 100%;
  text-align: center;
}
.comparison-table-v2 .comparison-table-wrapper thead button {
  font-size: 9px;
  font-weight: 400;
}
.comparison-table-v2 .comparison-table-wrapper thead button.active {
  text-decoration: underline;
}
.comparison-table-v2 .comparison-table-wrapper thead .rooms-icon {
  display: block;
  margin-bottom: 8px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.comparison-table-v2 .comparison-table-wrapper thead .rooms-icon:before {
  font-size: 24px;
  content: "";
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.comparison-table-v2 .comparison-table-wrapper thead .rooms-icon.rooms-icon-theatre-set-up:before {
  background-image: url("../images/capacity-chart/theatre-set-up.svg");
}
.comparison-table-v2 .comparison-table-wrapper thead .rooms-icon.rooms-icon-classroom-set-up:before {
  background-image: url("../images/capacity-chart/classroom-set-up.svg");
}
.comparison-table-v2 .comparison-table-wrapper thead .rooms-icon.rooms-icon-conference-set-up:before {
  background-image: url("../images/capacity-chart/conference-set-up.svg");
  width: 28px;
}
.comparison-table-v2 .comparison-table-wrapper thead .rooms-icon.rooms-icon-u-shaped-set-up:before {
  background-image: url("../images/capacity-chart/u-shape-set-up.svg");
}
.comparison-table-v2 .comparison-table-wrapper thead .rooms-icon.rooms-icon-reception-set-up:before {
  background-image: url("../images/capacity-chart/reception-set-up.svg");
}
.comparison-table-v2 .comparison-table-wrapper thead .rooms-icon.rooms-icon-banquet-set-up:before {
  background-image: url("../images/capacity-chart/banquet-set-up.svg");
}
.comparison-table-v2 .comparison-table-wrapper thead .rooms-icon.rooms-icon-floorplan:before {
  background-image: url("../images/capacity-chart/floorplan.svg");
}
.comparison-table-v2 .comparison-table-wrapper thead .sorting-trigger {
  font-family: "Lato", "Arial", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.14px;
  color: #fff;
  display: inline-block;
  width: 68px;
}
@media only screen and (max-width: 767px) {
  .comparison-table-v2 .comparison-table-wrapper thead .sorting-trigger {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.13px;
    width: 60px;
  }
}
.comparison-table-v2 .comparison-table-wrapper thead .sorting-trigger.with-icon {
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: 0.36px;
}
@media only screen and (max-width: 767px) {
  .comparison-table-v2 .comparison-table-wrapper thead .sorting-trigger.with-icon {
    font-size: 11px;
    line-height: 11px;
    letter-spacing: 0.33px;
  }
}
.comparison-table-v2 .comparison-table-wrapper tbody th,
.comparison-table-v2 .comparison-table-wrapper tbody td {
  vertical-align: middle;
  background: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 20px 16px;
}
@media only screen and (max-width: 767px) {
  .comparison-table-v2 .comparison-table-wrapper tbody th,
.comparison-table-v2 .comparison-table-wrapper tbody td {
    padding: 16px;
    height: 36px;
  }
}
.comparison-table-v2 .comparison-table-wrapper tbody th:first-child {
  text-align: center;
}
.comparison-table-v2 .comparison-table-wrapper tbody td {
  text-align: center;
}
.comparison-table-v2 .comparison-table-wrapper tbody td .pdf-view a {
  color: #000;
}
.comparison-table-v2 .comparison-table-wrapper tbody tr:nth-child(even) th,
.comparison-table-v2 .comparison-table-wrapper tbody tr:nth-child(even) td {
  background: #fff;
  color: #000;
}
.comparison-table-v2 .comparison-table-wrapper tbody tr:nth-child(odd) th,
.comparison-table-v2 .comparison-table-wrapper tbody tr:nth-child(odd) td {
  background: #fff;
  color: #000;
}
.comparison-table-v2 .comparison-table-wrapper tbody tr.even th,
.comparison-table-v2 .comparison-table-wrapper tbody tr.even td {
  background-color: #EBEBEB;
}
.comparison-table-v2 .comparison-table-wrapper .not-available {
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 1px;
  background: #000;
}
.comparison-table-v2 .comparison-table-wrapper .room-heading {
  color: #000;
  text-decoration: underline;
  word-wrap: break-word;
  cursor: pointer;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .comparison-table-v2 .comparison-table-wrapper .room-heading {
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.13px;
  }
}
.comparison-table-v2 .comparison-table-wrapper td [data-type=meters] {
  display: none;
}
@media only screen and (max-width: 767px) {
  .comparison-table-v2 .center-column {
    padding: 0 20px;
  }
}
.comparison-table-v2 .content-column.center-column {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.comparison-table-v2 .top-content {
  text-align: center;
}
.comparison-table-v2 .top-content h2 {
  font-family: "Rufina", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: -1.44px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 48px;
}
@media only screen and (max-width: 767px) {
  .comparison-table-v2 .top-content h2 {
    font-size: 30px;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 32px;
  }
}
.comparison-table-v2 .top-content p {
  color: #000;
  font: 400 14px/1 "Rufina", serif;
  letter-spacing: 0.4px;
  line-height: 26px;
}
@media only screen and (max-width: 1023px) {
  .comparison-table-v2 .top-content p {
    margin: 0 24px 0 24px;
  }
}

.intro-section {
  padding: 140px 20px;
}
.intro-section__container {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.intro-section__container .wrap {
  display: flex;
  flex-direction: column;
  gap: 28px;
  text-align: center;
  align-items: center;
  flex-wrap: wrap;
}
.intro-section__container .overline {
  font-family: "Lato", "Arial", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px;
  /* 100% */
  letter-spacing: 0.26px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .intro-section__container .overline {
    letter-spacing: 1.04px;
  }
}
.intro-section__container .intro-content {
  font-family: "Rufina", serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  /* 141.176% */
  letter-spacing: -1.02px;
}
@media only screen and (max-width: 767px) {
  .intro-section__container .intro-content {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -0.72px;
  }
}
.intro-section__container .intro-content .highlight {
  text-align: center;
  font-style: italic;
  font-size: 32px;
  text-transform: capitalize;
}
.intro-section__container .button {
  background-color: #947018;
  border-color: #947018;
}
.intro-section__container .button:hover {
  background-color: #fff;
  border-color: #cd482d;
}
.intro-section.bg-image {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.intro-section.bg-image .intro-section__container {
  max-width: 1206px;
}
.intro-section.bg-image .intro-section__container .wrap {
  background-color: #fff;
  padding: 120px 156px;
}
@media only screen and (max-width: 1023px) {
  .intro-section.bg-image .intro-section__container .wrap {
    padding: 60px 72px;
  }
}
@media only screen and (max-width: 767px) {
  .intro-section.bg-image .intro-section__container .wrap {
    padding: 40px 20px;
  }
}

.three-cards-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
  margin: 90px 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .three-cards-slider {
    margin: 40px 0;
  }
}
.three-cards-slider h2.h1 {
  font-style: normal;
  margin-bottom: 40px;
}
.three-cards-slider .swiper-container {
  width: 100%;
}
.three-cards-slider .swiper-container .swiper-wrapper {
  width: 100%;
  font-size: 0;
  text-align: left;
}
.three-cards-slider .swiper-container.single-slide .swiper-wrapper {
  justify-content: center;
}
.three-cards-slider .swiper-slide {
  position: relative;
  display: flex;
  flex-flow: column;
  height: auto;
  flex-flow: column;
  align-content: stretch;
  align-items: stretch;
  width: calc((100% - 72px) / 3);
  vertical-align: top;
  margin-right: 36px;
}
@media only screen and (max-width: 1023px) {
  .three-cards-slider .swiper-slide {
    width: calc((100% - 15px) / 2);
    margin-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .three-cards-slider .swiper-slide {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
.three-cards-slider .swiper-slide .acm-img-wrapper {
  background-color: #eeeeee;
  position: relative;
}
.three-cards-slider .swiper-slide .acm-img-wrapper .video-wrapper .iframe-wrap {
  overflow: hidden;
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.three-cards-slider .swiper-slide .acm-img-wrapper .video-wrapper .iframe-wrap iframe {
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.three-cards-slider .swiper-slide .acm-img-wrapper .video-wrapper .video-thumb {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.three-cards-slider .swiper-slide .acm-img-wrapper .video-wrapper .video-thumb:after {
  background: rgba(0, 0, 0, 0.2);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  transition: background 350ms ease-in-out;
  top: 0;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .three-cards-slider .swiper-slide .acm-img-wrapper .video-wrapper .video-thumb {
    width: 100%;
    position: relative;
  }
}
.three-cards-slider .swiper-slide .acm-img-wrapper .video-wrapper .video-thumb .play-button,
.three-cards-slider .swiper-slide .acm-img-wrapper .video-wrapper .video-thumb .play-video {
  position: absolute;
  bottom: 20px;
  right: 20px;
  height: 68px;
  width: 68px;
  opacity: 0.6;
  transition: all 350ms ease-in-out;
  z-index: 5;
}
@media only screen and (max-width: 1023px) {
  .three-cards-slider .swiper-slide .acm-img-wrapper .video-wrapper .video-thumb .play-button,
.three-cards-slider .swiper-slide .acm-img-wrapper .video-wrapper .video-thumb .play-video {
    height: 44px;
    width: 44px;
  }
}
.three-cards-slider .swiper-slide .acm-img-wrapper .video-wrapper .video-thumb .play-button img,
.three-cards-slider .swiper-slide .acm-img-wrapper .video-wrapper .video-thumb .play-video img {
  width: 100%;
  height: 100%;
}
.three-cards-slider .swiper-slide .acm-img-wrapper .video-wrapper .video-thumb .play-button:hover,
.three-cards-slider .swiper-slide .acm-img-wrapper .video-wrapper .video-thumb .play-video:hover {
  opacity: 1;
}
.three-cards-slider .swiper-slide .acm-img-wrapper .video-wrapper .video-thumb:hover .play-button {
  opacity: 1;
}
.three-cards-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.three-cards-slider .swiper-slide h3 {
  font: 200 24px/1.2 "Rufina", serif;
  margin: 30px 0 14px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .three-cards-slider .swiper-slide h3 {
    font-size: 20px;
  }
}
.three-cards-slider .swiper-slide .content {
  font-size: 16px;
  line-height: 1.44;
}
@media only screen and (max-width: 767px) {
  .three-cards-slider .swiper-slide .content {
    font-size: 13px;
    margin: 0 30px;
  }
}
.three-cards-slider .swiper-slide .content p + p {
  margin-top: 10px;
}
.three-cards-slider .swiper-slide .content + .arrow-button {
  margin-top: 20px;
}
.three-cards-slider .swiper-slide .arrow-button {
  display: inline-block;
  height: 30px;
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  padding-left: 40px;
  margin-left: 1px;
  position: relative;
  transition: 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .three-cards-slider .swiper-slide .arrow-button {
    margin: 12px 30px 0;
  }
}
.three-cards-slider .swiper-slide .arrow-button:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #cd482d;
  position: absolute;
  left: 0;
  top: 0;
  transition: 350ms ease-in-out;
}
.three-cards-slider .swiper-slide .arrow-button:after {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  border: thin solid #fff;
  border-bottom: 0;
  border-left: 0;
  text-indent: -100em;
  overflow: hidden;
  transition: border-color 350ms ease-in-out;
  cursor: pointer;
  z-index: 2;
  position: absolute;
  left: 15px;
  top: 15px;
  transform: translate(-6px, -50%) rotate(45deg);
}
.three-cards-slider .swiper-slide .arrow-button:hover:before {
  background-color: #000000;
}
.three-cards-slider .slideshow-button {
  top: 42%;
  font-size: 0;
  overflow: visible;
  text-indent: 0;
  border-color: #cd482d;
}
.three-cards-slider .slideshow-button.previous {
  left: 16px;
}
@media only screen and (max-width: 1023px) {
  .three-cards-slider .slideshow-button.previous {
    left: 40px;
    display: block;
    border-color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .three-cards-slider .slideshow-button.previous {
    left: 20px;
    display: block;
    border-color: #fff;
  }
}
.three-cards-slider .slideshow-button.next {
  right: 16px;
}
@media only screen and (max-width: 1023px) {
  .three-cards-slider .slideshow-button.next {
    right: 40px;
    display: block;
    border-color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .three-cards-slider .slideshow-button.next {
    right: 20px;
    display: block;
    border-color: #fff;
  }
}
.three-cards-slider .three-tiles-wrapper.two-tiles {
  max-width: calc((100% - 72px) / 3 * 2);
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .three-cards-slider .three-tiles-wrapper.two-tiles {
    max-width: 100%;
  }
}
.three-cards-slider .three-tiles-wrapper.two-tiles .swiper-slide {
  width: calc((100% - 36px) / 2);
}
@media only screen and (max-width: 1023px) {
  .three-cards-slider .three-tiles-wrapper.two-tiles .swiper-slide {
    width: calc((100% - 15px) / 2);
    margin-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .three-cards-slider .three-tiles-wrapper.two-tiles .swiper-slide {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}

.two-col-section {
  position: relative;
  padding: 72px 0;
  display: flex;
  flex-direction: column;
  gap: 140px;
}
@media only screen and (max-width: 1023px) {
  .two-col-section {
    padding: 72px 0;
    gap: 72px;
  }
}
.two-col-section .block {
  padding: 0 20px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 1023px) {
  .two-col-section .block {
    flex-direction: column-reverse;
    gap: 40px;
    width: calc(100% - 40px);
  }
}
.two-col-section .block:nth-child(2n+1) {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1023px) {
  .two-col-section .block:nth-child(2n+1) {
    flex-direction: column-reverse;
  }
}
.two-col-section .block .image {
  width: 50%;
  max-width: 578px;
  height: 432px;
  padding: 64px;
  background-image: url(../images/Bg.png);
}
@media only screen and (max-width: 1023px) {
  .two-col-section .block .image {
    width: calc(100% - 64px);
    padding: 32px;
    height: 236px;
    margin: 0 auto;
  }
}
.two-col-section .block .thumbnail {
  width: 100%;
  height: 100%;
}
.two-col-section .block .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.two-col-section .block .page-content {
  width: 50%;
}
@media only screen and (max-width: 1023px) {
  .two-col-section .block .page-content {
    width: 100%;
  }
}
.two-col-section .block .page-content .copy {
  position: relative;
  max-width: 466px;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1023px) {
  .two-col-section .block .page-content .copy {
    top: auto;
    transform: none;
  }
}
.two-col-section h3.h1-like {
  font-size: 36px;
  color: #947018;
  font-size: 3vw;
}
@media (max-width: 800px) {
  .two-col-section h3.h1-like {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .two-col-section h3.h1-like {
    font-size: 36px;
  }
}
.two-col-section h3.h1-like a {
  color: #000000;
  text-decoration: none;
}
.two-col-section h3.h1-like a:hover {
  color: #cd482d;
}

.two-col-full-section {
  position: relative;
  padding: 72px 0;
  display: flex;
  flex-direction: column;
  gap: 140px;
}
@media only screen and (max-width: 1023px) {
  .two-col-full-section {
    padding: 72px 0;
    gap: 72px;
  }
}
.two-col-full-section .block {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 1023px) {
  .two-col-full-section .block {
    flex-direction: column-reverse;
  }
}
.two-col-full-section .block:nth-child(2n+1) {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1023px) {
  .two-col-full-section .block:nth-child(2n+1) {
    flex-direction: column-reverse;
  }
}
.two-col-full-section .block .thumbnail {
  width: 50%;
  height: 800px;
}
@media only screen and (max-width: 1023px) {
  .two-col-full-section .block .thumbnail {
    width: 100%;
    height: 400px;
  }
}
.two-col-full-section .block .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.two-col-full-section .block .page-content {
  width: 50%;
  background-color: #0F4731;
  font-family: "Lato", "Arial", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
}
@media only screen and (max-width: 1023px) {
  .two-col-full-section .block .page-content {
    width: 100%;
  }
}
.two-col-full-section .block .page-content .copy {
  position: relative;
  max-width: 466px;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}
@media only screen and (max-width: 1023px) {
  .two-col-full-section .block .page-content .copy {
    padding: 64px 20px;
    top: auto;
    transform: none;
  }
}
.two-col-full-section .block .page-content .copy a {
  color: #fff;
  text-decoration: none;
}
.two-col-full-section h3.h1-like {
  font-size: 36px;
  color: #fff;
  font-size: 3vw;
}
@media (max-width: 800px) {
  .two-col-full-section h3.h1-like {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .two-col-full-section h3.h1-like {
    font-size: 36px;
  }
}
.two-col-full-section h3.h1-like a {
  color: #fff;
  text-decoration: none;
}
.two-col-full-section h3.h1-like a:hover {
  color: #cd482d;
}

.two-col-menu-section {
  position: relative;
  padding: 70px 40px;
  display: flex;
  flex-direction: column;
  gap: 140px;
}
@media only screen and (max-width: 1023px) {
  .two-col-menu-section {
    padding: 70px 20px;
    gap: 70px;
  }
}
.two-col-menu-section .block {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 1023px) {
  .two-col-menu-section .block {
    flex-direction: column;
    gap: 40px;
    width: 100%;
  }
}
.two-col-menu-section .block:nth-child(2n+1) {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1023px) {
  .two-col-menu-section .block:nth-child(2n+1) {
    flex-direction: column;
  }
}
.two-col-menu-section .block .image {
  width: 50%;
  max-width: 578px;
  height: 672px;
  padding: 64px;
  background-image: url(../images/Bg.png);
}
@media only screen and (max-width: 1023px) {
  .two-col-menu-section .block .image {
    width: calc(100% - 64px);
    padding: 32px;
    height: 410px;
    margin: 0 auto;
  }
}
.two-col-menu-section .block .thumbnail {
  width: 100%;
  height: 100%;
}
.two-col-menu-section .block .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.two-col-menu-section .block .page-content {
  position: relative;
  width: 50%;
}
@media only screen and (max-width: 1023px) {
  .two-col-menu-section .block .page-content {
    width: 100%;
  }
}
.two-col-menu-section .block .page-content .hand-animation {
  width: 300px;
  height: auto;
  position: absolute;
  right: 0;
  top: -120px;
}
.two-col-menu-section .block .page-content .hand-animation img {
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .two-col-menu-section .block .page-content .hand-animation {
    width: 180px;
    height: 180px;
    top: -90px;
  }
}
.two-col-menu-section .block .page-content .copy {
  position: relative;
  max-width: 466px;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1023px) {
  .two-col-menu-section .block .page-content .copy {
    top: auto;
    transform: none;
  }
}
.two-col-menu-section .block .page-content .copy .menu-list ul {
  margin: 0;
}
.two-col-menu-section .block .page-content .copy .menu-list ul li {
  padding: 20px 0;
  list-style: none;
  border-bottom: 1px solid rgba(148, 112, 24, 0.15);
}
.two-col-menu-section .block .page-content .copy .menu-list ul li::after {
  display: none;
}
.two-col-menu-section .block .page-content .copy .menu-list ul li a {
  color: #947018;
  text-decoration: none;
  font-family: "Rufina", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  /* 125% */
  letter-spacing: -0.64px;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  .two-col-menu-section .block .page-content .copy .menu-list ul li a {
    font-size: 24px;
    line-height: 36px;
    /* 150% */
    letter-spacing: -0.48px;
  }
}
.two-col-menu-section h3.h1-like {
  font-family: "Lato", "Arial", sans-serif;
  color: #252525;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px;
  /* 100% */
  letter-spacing: 0.26px;
  text-transform: uppercase;
}
.two-col-menu-section h3.h1-like a {
  color: #000000;
  text-decoration: none;
}
.two-col-menu-section h3.h1-like a:hover {
  color: #cd482d;
}

.dining-menu-with-tabs {
  margin-top: 30px;
  padding-top: 120px;
}
.dining-menu-with-tabs .center-column {
  padding: 0 20px;
}
.dining-menu-with-tabs .handup-animation {
  height: 250px;
  position: absolute;
  right: 0;
  top: 30px;
  width: 250px;
  z-index: 99;
}
.dining-menu-with-tabs .handup-animation img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .dining-menu-with-tabs .handup-animation {
    top: auto;
    width: 180px;
    height: 180px;
    position: relative;
    margin-left: auto;
    margin-bottom: -80px;
  }
}
.dining-menu-with-tabs .menu-section {
  width: 100%;
  max-width: 1226px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .dining-menu-with-tabs .menu-section {
    width: 100%;
  }
}
.dining-menu-with-tabs .menu-section .page-content {
  text-align: center;
  margin-bottom: 64px;
}
@media only screen and (max-width: 767px) {
  .dining-menu-with-tabs .menu-section .page-content {
    margin-bottom: 40px;
  }
}
.dining-menu-with-tabs .menu-section .page-content .back-btn {
  position: relative;
  text-align: center;
  font-family: "Lato", "Arial", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 46px;
  letter-spacing: 1.04px;
  text-transform: uppercase;
  color: #252525;
  text-decoration: none;
  margin-bottom: 20px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.dining-menu-with-tabs .menu-section .page-content .back-btn .arrow img {
  width: 11px;
  height: 11px;
  rotate: 180deg;
  margin-bottom: -1px;
  margin-right: 10px;
}
.dining-menu-with-tabs .menu-section h1.section-header {
  color: #947018;
  text-align: center;
  font-family: "Rufina", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  /* 100% */
  letter-spacing: -1.44px;
}
@media only screen and (max-width: 1023px) {
  .dining-menu-with-tabs .menu-section h1.section-header {
    font-size: 30px;
    line-height: 40px;
    /* 133.333% */
    letter-spacing: -0.9px;
  }
}
.dining-menu-with-tabs .menu-section p {
  color: var(--Black, #000);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  /* 162.5% */
  letter-spacing: 0.16px;
}
.dining-menu-with-tabs .menu-section .tab-categories {
  width: 100%;
  border-bottom: 0.75px solid rgba(37, 37, 37, 0.15);
  position: relative;
  z-index: 101;
}
.dining-menu-with-tabs .menu-section .tab-categories .mobile-dropdown-trigger {
  display: none;
  width: 100%;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.dining-menu-with-tabs .menu-section .tab-categories .mobile-dropdown-trigger .arrow {
  position: absolute;
  right: 20px;
  top: 20px;
}
@media only screen and (max-width: 767px) {
  .dining-menu-with-tabs .menu-section .tab-categories .mobile-dropdown-trigger {
    display: block;
  }
}
.dining-menu-with-tabs .menu-section .tab-categories .tabs-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .dining-menu-with-tabs .menu-section .tab-categories .tabs-wrap {
    flex-direction: column-reverse;
    border: 2px solid #947018;
    height: 56px;
    gap: 0;
  }
  .dining-menu-with-tabs .menu-section .tab-categories .tabs-wrap.open {
    height: auto;
  }
  .dining-menu-with-tabs .menu-section .tab-categories .tabs-wrap.open .tab-item {
    position: relative;
  }
  .dining-menu-with-tabs .menu-section .tab-categories .tabs-wrap.open .arrow {
    rotate: 180deg;
    top: 15px;
  }
}
.dining-menu-with-tabs .menu-section .tab-categories .tabs-wrap .tab-item {
  font-family: "Rufina", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 100% */
  text-transform: uppercase;
  cursor: pointer;
  padding: 20px 16px;
}
.dining-menu-with-tabs .menu-section .tab-categories .tabs-wrap .tab-item.active {
  border-bottom: 0.75px solid #947018;
}
@media only screen and (max-width: 767px) {
  .dining-menu-with-tabs .menu-section .tab-categories .tabs-wrap .tab-item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    padding: 20px 0;
    border-bottom: 1px solid rgba(148, 112, 24, 0.15);
    text-align: center;
  }
  .dining-menu-with-tabs .menu-section .tab-categories .tabs-wrap .tab-item.active {
    z-index: 1;
    order: 1;
    border-bottom: 0.75px solid #947018;
  }
}
.dining-menu-with-tabs .menu-section .tabs {
  position: relative;
  z-index: 1;
}
.dining-menu-with-tabs .menu-section .tabs-titles {
  position: relative;
  margin: 0 0 40px;
  z-index: 200;
}
.dining-menu-with-tabs .menu-section .tabs-titles ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.dining-menu-with-tabs .menu-section .tabs-titles li.tab-title {
  order: 2;
  display: block;
  transition: all 1s;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .dining-menu-with-tabs .menu-section .tabs-titles li.tab-title .button.white {
    background-color: #000;
    color: #fff;
  }
}
.dining-menu-with-tabs .menu-section .tabs-titles li.tab-title.active .button {
  background-color: #000;
  color: #ff0000;
}
.dining-menu-with-tabs .menu-section .tabs-titles .button, .dining-menu-with-tabs .menu-section .tabs-titles .btn-menu-tab {
  margin: 0 12px 10px;
}
@media only screen and (max-width: 767px) {
  .dining-menu-with-tabs .menu-section .tabs-titles {
    height: 50px;
    margin: 0 0 30px;
  }
  .dining-menu-with-tabs .menu-section .tabs-titles ul {
    position: relative;
    flex-direction: column;
  }
  .dining-menu-with-tabs .menu-section .tabs-titles ul::after {
    content: "";
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 12px;
    height: 12px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    pointer-events: none;
    z-index: 201;
  }
  .dining-menu-with-tabs .menu-section .tabs-titles li.tab-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
  }
  .dining-menu-with-tabs .menu-section .tabs-titles li.tab-title.active {
    order: 1;
    position: relative !important;
    z-index: 10;
  }
  .dining-menu-with-tabs .menu-section .tabs-titles .button, .dining-menu-with-tabs .menu-section .tabs-titles .btn-menu-tab {
    margin: 0;
    width: 100%;
  }
  .dining-menu-with-tabs .menu-section .tabs-titles.opened ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .dining-menu-with-tabs .menu-section .tabs-titles.opened li.tab-title {
    position: relative;
    top: auto;
    z-index: 10;
  }
  .dining-menu-with-tabs .menu-section .tabs-titles.opened .button, .dining-menu-with-tabs .menu-section .tabs-titles.opened .btn-menu-tab {
    background-color: #ff0000;
  }
  .dining-menu-with-tabs .menu-section .tabs-titles.opened .button:hover, .dining-menu-with-tabs .menu-section .tabs-titles.opened .btn-menu-tab:hover {
    background-color: #000;
    color: #ff0000;
  }
}
.dining-menu-with-tabs .menu-section .tabs-content {
  position: relative;
  width: 100%;
  height: 100%;
  transition: 0.4s;
  z-index: 100;
  overflow: hidden;
  padding-top: 120px;
}
@media only screen and (max-width: 767px) {
  .dining-menu-with-tabs .menu-section .tabs-content {
    padding-top: 72px;
  }
}
.dining-menu-with-tabs .menu-section .tabs-content .tabs-content-item {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: 0.4s;
  display: none;
}
.dining-menu-with-tabs .menu-section .tabs-content .tabs-content-item.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  z-index: 100;
  display: block;
}
.dining-menu-with-tabs .menu-section .tabs-content p.tabs-content-item-descr {
  text-align: center;
  width: 100%;
  margin-bottom: 8px;
  color: #00ffff;
}
.dining-menu-with-tabs .menu-section .tabs-content p.tabs-content-item-descr-info {
  width: 100%;
  margin-bottom: 48px;
  color: #00ffff;
  text-align: center;
}
.dining-menu-with-tabs .menu-section .menu-block {
  width: 100%;
  margin-right: auto;
  padding: 0 0% 40px;
  text-align: left;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .dining-menu-with-tabs .menu-section .menu-block {
    width: 100%;
    min-width: auto;
  }
}
.dining-menu-with-tabs .menu-section .menu-block .top-row-name {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.dining-menu-with-tabs .menu-section .menu-block .top-row-name h3 {
  width: 70%;
  color: #947018;
  font-family: "Rufina", serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 106.667% */
  letter-spacing: -0.9px;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  .dining-menu-with-tabs .menu-section .menu-block .top-row-name h3 {
    font-size: 19px;
    line-height: 25px;
  }
}
.dining-menu-with-tabs .menu-section .menu-block .top-row-name span {
  width: 15%;
  color: #000000;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.dining-menu-with-tabs .menu-section .menu-block .h3 {
  text-transform: capitalize;
}
.dining-menu-with-tabs .menu-section .menu-block .h3 span {
  display: block;
  /*font-family: $primary-font;*/
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 1;
  letter-spacing: initial;
  text-transform: lowercase;
}
@media only screen and (max-width: 1023px) {
  .dining-menu-with-tabs .menu-section .menu-block .h3 {
    text-align: left;
  }
  .dining-menu-with-tabs .menu-section .menu-block .h3 span {
    font-size: 18px;
  }
}
.dining-menu-with-tabs .menu-section .menu-block .items_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 48px;
}
.dining-menu-with-tabs .menu-section .menu-block .dish-item {
  margin-bottom: 28px;
  padding-bottom: 20px;
  width: calc(33.33% - 48px);
  max-width: 370px;
  border-bottom: 1px solid rgba(37, 37, 37, 0.15);
}
@media only screen and (max-width: 1023px) {
  .dining-menu-with-tabs .menu-section .menu-block .dish-item {
    margin-bottom: 24px;
    width: calc(50% - 48px);
  }
}
@media only screen and (max-width: 767px) {
  .dining-menu-with-tabs .menu-section .menu-block .dish-item {
    width: 100%;
    max-width: 100%;
  }
}
.dining-menu-with-tabs .menu-section .menu-block .dish {
  display: flex;
}
.dining-menu-with-tabs .menu-section .menu-block .dish .dish-name-sec {
  margin-bottom: 3px;
  width: 85%;
}
.dining-menu-with-tabs .menu-section .menu-block .dish .dish-ingredients {
  width: 100%;
  text-align: center;
}
.dining-menu-with-tabs .menu-section .menu-block .dish .dish-price {
  width: 15%;
  text-align: center;
}
.dining-menu-with-tabs .menu-section .menu-block .dish p {
  margin-top: 0px;
}
.dining-menu-with-tabs .menu-section .menu-block .dish .dish-name {
  color: #252525;
  font-family: "Lato", "Arial", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  /* 173.333% */
}
.dining-menu-with-tabs .menu-section .menu-block .dish .dish-descr, .dining-menu-with-tabs .menu-section .menu-block .dish .dish-ingredients {
  color: #252525;
  font-family: "Lato", "Arial", sans-serif;
  font-size: 15px;
  font-style: italic;
  font-weight: 300;
  line-height: 26px;
}
@media only screen and (max-width: 1023px) {
  .dining-menu-with-tabs .menu-section .menu-block .dish .dish-descr {
    margin-top: 5px;
  }
}
.dining-menu-with-tabs .menu-section .menu-block .dish .dish-price {
  color: #252525;
  text-align: center;
  font-family: "Lato", "Arial", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  /* 173.333% */
}
@media only screen and (max-width: 1023px) {
  .dining-menu-with-tabs .menu-section .menu-block .dish {
    font-size: 20px;
    line-height: 20px;
    text-align: left;
  }
  .dining-menu-with-tabs .menu-section .menu-block .dish p + p {
    margin-top: 0px;
  }
}
.dining-menu-with-tabs .menu-section .menu-block .dish-descr-sec {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .dining-menu-with-tabs .menu-section .menu-block .dish-descr-sec {
    width: 100%;
  }
}
.dining-menu-with-tabs .menu-section .menu-block .dish-descr-sec .dish-descr, .dining-menu-with-tabs .menu-section .menu-block .dish-descr-sec .dish-ingredients {
  color: #252525;
  font-family: "Lato", "Arial", sans-serif;
  font-size: 15px;
  font-style: italic;
  font-weight: 300;
  line-height: 26px;
}
.dining-menu-with-tabs .menu-section .menu-link {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}
.dining-menu-with-tabs .menu-section .menu-link .button {
  display: inline-block;
}

.innerTopImages #content {
  display: none;
}

@font-face {
  font-family: "HeBS-Icons";
  src: url("../fonts//HeBS-Icons.woff2?6etkr6") format("woff2"), url("../fonts//HeBS-Icons.ttf?6etkr6") format("truetype"), url("../fonts//HeBS-Icons.woff?6etkr6") format("woff"), url("../fonts//HeBS-Icons.svg?6etkr6#HeBS-Icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=rooms-icon-], [class*=" rooms-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "HeBS-Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.rooms-icon-theatre-set-up:before {
  content: "\e937";
}

.rooms-icon-classroom-set-up:before {
  content: "\e938";
}

.rooms-icon-cabaret-set-up:before {
  content: "\e939";
}

.rooms-icon-boardroom-set-up:before {
  content: "\e93a";
}

.rooms-icon-u-shaped-set-up:before {
  content: "\e93b";
}

.rooms-icon-banquet-set-up:before {
  content: "\e93c";
}

.rooms-icon-dinner-dance-set-up:before {
  content: "\e93d";
}

.rooms-icon-reception-set-up:before {
  content: "\e93e";
}

.rooms-icon-ceremony-set-up:before {
  content: "\e93f";
}

.rooms-icon-parking3:before {
  content: "\e94d";
}

.rooms-icon-natural-daylight:before {
  content: "\e940";
}

.rooms-icon-outlets-sockets:before {
  content: "\e941";
}

.rooms-icon-direct-dial-point:before {
  content: "\e942";
}

.rooms-icon-video-conferencing:before {
  content: "\e943";
}

.rooms-icon-air-conditioning:before {
  content: "\e944";
}

.rooms-icon-wi-fi:before {
  content: "\e945";
}

.rooms-icon-blackout-shades:before {
  content: "\e946";
}

.rooms-icon-visual-equipment:before {
  content: "\e947";
}

.rooms-icon-audio-equipment:before {
  content: "\e948";
}

.rooms-icon-flipchart-presentation-equipment:before {
  content: "\e949";
}

.rooms-icon-tv-point:before {
  content: "\e94a";
}

.rooms-icon-overhead-projector:before {
  content: "\e94b";
}

.rooms-icon-data-projector:before {
  content: "\e94c";
}

.rooms-icon-balcony:before {
  content: "\e900";
}

.rooms-icon-city-view:before {
  content: "\e901";
}

.rooms-icon-beds:before {
  content: "\e902";
}

.rooms-icon-flat-screen-tv:before {
  content: "\e903";
}

.rooms-icon-hair-dryer:before {
  content: "\e904";
}

.rooms-icon-iron:before {
  content: "\e905";
}

.rooms-icon-ac:before {
  content: "\e906";
}

.rooms-icon-king-bed:before {
  content: "\e907";
}

.rooms-icon-kitchen:before {
  content: "\e908";
}

.rooms-icon-minibar:before {
  content: "\e909";
}

.rooms-icon-smoke-free .path1:before {
  content: "\e90a";
  color: black;
}

.rooms-icon-smoke-free .path2:before {
  content: "\e94e";
  margin-left: -1em;
  color: white;
}

.rooms-icon-smoke-free .path3:before {
  content: "\e94f";
  margin-left: -1em;
  color: black;
}

.rooms-icon-smoke-free .path4:before {
  content: "\e950";
  margin-left: -1em;
  color: black;
}

.rooms-icon-occupancy:before {
  content: "\e90b";
}

.rooms-icon-ocean-view:before {
  content: "\e90c";
}

.rooms-icon-personal_items:before {
  content: "\e90d";
}

.rooms-icon-pool-view:before {
  content: "\e90e";
}

.rooms-icon-room-service:before {
  content: "\e90f";
}

.rooms-icon-safe:before {
  content: "\e910";
}

.rooms-icon-single-room:before {
  content: "\e911";
}

.rooms-icon-smoking:before {
  content: "\e912";
}

.rooms-icon-size:before {
  content: "\e913";
}

.rooms-icon-pulloutsofa:before {
  content: "\e914";
}

.rooms-icon-twin-room:before {
  content: "\e915";
}

.rooms-icon-wifi:before {
  content: "\e916";
}

.rooms-icon-adaroom:before {
  content: "\e917";
}

.rooms-icon-airport-shuttle-paid:before {
  content: "\e918";
}

.rooms-icon-amusement-park:before {
  content: "\e919";
}

.rooms-icon-bar:before {
  content: "\e91a";
}

.rooms-icon-beach:before {
  content: "\e91b";
}

.rooms-icon-business-center:before {
  content: "\e91c";
}

.rooms-icon-elevator:before {
  content: "\e91d";
}

.rooms-icon-environmentally-friendly:before {
  content: "\e91e";
}

.rooms-icon-fitness:before {
  content: "\e91f";
}

.rooms-icon-parking .path1:before {
  content: "\e920";
  color: black;
}

.rooms-icon-parking .path2:before {
  content: "\e951";
  margin-left: -1em;
  color: black;
}

.rooms-icon-parking .path3:before {
  content: "\e952";
  margin-left: -1em;
  color: #010101;
}

.rooms-icon-parking .path4:before {
  content: "\e953";
  margin-left: -1em;
  color: #010101;
}

.rooms-icon-parking .path5:before {
  content: "\e954";
  margin-left: -1em;
  color: #010101;
}

.rooms-icon-parking .path6:before {
  content: "\e955";
  margin-left: -1em;
  color: #010101;
}

.rooms-icon-parking .path7:before {
  content: "\e956";
  margin-left: -1em;
  color: #010101;
}

.rooms-icon-parking .path8:before {
  content: "\e957";
  margin-left: -1em;
  color: #010101;
}

.rooms-icon-parking .path9:before {
  content: "\e958";
  margin-left: -1em;
  color: #010101;
}

.rooms-icon-parking .path10:before {
  content: "\e959";
  margin-left: -1em;
  color: #010101;
}

.rooms-icon-golf:before {
  content: "\e921";
}

.rooms-icon-indoor-pool:before {
  content: "\e922";
}

.rooms-icon-landmark .path1:before {
  content: "\e923";
  color: #1d1d1b;
}

.rooms-icon-landmark .path2:before {
  content: "\e95a";
  margin-left: -1em;
  color: #1d1d1b;
}

.rooms-icon-landmark .path3:before {
  content: "\e95b";
  margin-left: -1em;
  color: #1d1d1b;
}

.rooms-icon-landmark .path4:before {
  content: "\e95c";
  margin-left: -1em;
  color: #1d1e1c;
}

.rooms-icon-outdoor-pool:before {
  content: "\e924";
}

.rooms-icon-parking:before {
  content: "\e925";
}

.rooms-icon-pet-friendly:before {
  content: "\e926";
}

.rooms-icon-pool:before {
  content: "\e927";
}

.rooms-icon-restaurant:before {
  content: "\e928";
}

.rooms-icon-room-service2:before {
  content: "\e929";
}

.rooms-icon-shuttle:before {
  content: "\e92a";
}

.rooms-icon-spa:before {
  content: "\e92b";
}

.rooms-icon-ticket-services:before {
  content: "\e92c";
}

.rooms-icon-valet:before {
  content: "\e92d";
}

.rooms-icon-water-park:before {
  content: "\e92e";
}

.rooms-icon-coffeemaker:before {
  content: "\e92f";
}

.rooms-icon-highfloor:before {
  content: "\e930";
}

.rooms-icon-airport-shuttle-free .path1:before {
  content: "\e931";
  color: black;
}

.rooms-icon-airport-shuttle-free .path2:before {
  content: "\e95d";
  margin-left: -1em;
  color: black;
}

.rooms-icon-airport-shuttle-free .path3:before {
  content: "\e95e";
  margin-left: -1em;
  color: black;
}

.rooms-icon-airport-shuttle-free .path4:before {
  content: "\e95f";
  margin-left: -1em;
  color: black;
}

.rooms-icon-airport-shuttle-free .path5:before {
  content: "\e960";
  margin-left: -1em;
  color: #010101;
}

.rooms-icon-airport-shuttle-free .path6:before {
  content: "\e961";
  margin-left: -1em;
  color: #010101;
}

.rooms-icon-airport-shuttle-free .path7:before {
  content: "\e962";
  margin-left: -1em;
  color: #010101;
}

.rooms-icon-airport-shuttle-free .path8:before {
  content: "\e963";
  margin-left: -1em;
  color: #010101;
}

.rooms-icon-airport-shuttle-free .path9:before {
  content: "\e964";
  margin-left: -1em;
  color: #010101;
}

.rooms-icon-airport-shuttle-free .path10:before {
  content: "\e965";
  margin-left: -1em;
  color: #010101;
}

.rooms-icon-airport-shuttle-free .path11:before {
  content: "\e966";
  margin-left: -1em;
  color: #010101;
}

.rooms-icon-airport-shuttle-free .path12:before {
  content: "\e967";
  margin-left: -1em;
  color: #010101;
}

.rooms-icon-view:before {
  content: "\e932";
}

.rooms-icon-tv:before {
  content: "\e933";
}

.rooms-icon-minifridge:before {
  content: "\e934";
}

.rooms-icon-pets:before {
  content: "\e935";
}

.rooms-icon-valet-only:before {
  content: "\e936";
}

.print #header-bar,
.print #header,
.print #menu-container,
.print #photos-container,
.print #booking,
.print #rewards-block,
.print #footer {
  display: none;
}

@page {
  size: 960px 1358px;
}
