@charset "UTF-8";
.employee-testimonials-section .slider-arrow .arrow-left, .tiles-section .slider-arrow .arrow-left {
  left: 0;
  top: 50%;
  transform: rotate(-45deg);
  transform-origin: left top;
}

.employee-testimonials-section .slider-arrow .arrow-right, .tiles-section .slider-arrow .arrow-right {
  right: 0;
  top: 50%;
  transform: rotate(135deg);
  transform-origin: left top;
}

.employee-testimonials-section .slider-arrow .arrow-up, .tiles-section .slider-arrow .arrow-up {
  left: 50%;
  top: 0;
  transform: rotate(45deg);
  transform-origin: left top;
}

.employee-testimonials-section .slider-arrow .arrow-down, .tiles-section .slider-arrow .arrow-down {
  bottom: 0;
  left: 50%;
  transform: rotate(-135deg);
  transform-origin: left top;
}

.content-tabs div.mini-block .button, #members-submenu li a, .content-tabs .button, .tiles-section .tile .controls.max a:first-child, #members-submenu li:first-child a {
  background: #95804E;
  color: #000;
  display: inline-block;
  font: bold 20px/30px "OpenSans WF", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  height: 60px;
  margin: 0;
  overflow: visible;
  padding: 15px 30px;
  position: relative;
  -moz-text-align-last: auto;
       text-align-last: auto;
  text-align: center;
  text-decoration: none;
  transition: background-color 250ms ease-in-out, color 250ms ease-in-out, border-color 250ms ease-in-out;
  white-space: nowrap;
}
.content-tabs div.mini-block .button:hover, #members-submenu li a:hover, .content-tabs .button:hover, .tiles-section .tile .controls.max a:hover:first-child, .content-tabs div.mini-block .active.button, #members-submenu li a.active, .content-tabs .active.button, .tiles-section .tile .controls.max a.active:first-child {
  background-color: #000;
  color: #fff;
}
@media only screen and (max-width: 980px) {
  .content-tabs div.mini-block .button, #members-submenu li a, .content-tabs .button, .tiles-section .tile .controls.max a:first-child, #members-submenu li:first-child a {
    font-size: 16px;
    height: 40px;
    line-height: 20px;
    padding: 10px 20px;
  }
}

.content-tabs .button, .tiles-section .tile .controls.max a:first-child, #members-submenu li:first-child a {
  background: none;
  border: 2px solid #95804E;
  line-height: 26px;
}
.content-tabs .button:hover, .tiles-section .tile .controls.max a:hover:first-child, #members-submenu li:first-child a:hover {
  background-color: #95804E;
  border-color: #95804E;
  color: #000;
}
@media only screen and (max-width: 980px) {
  .content-tabs .button, .tiles-section .tile .controls.max a:first-child, #members-submenu li:first-child a {
    line-height: 16px;
  }
}

.content-tabs div.mini-block a, .content-tabs .category-selector .selector-button, .tiles-section .pagination .tiles-button {
  border-bottom: 2px solid #95804E;
  color: #000;
  text-decoration: none;
  transition: border-color 250ms ease-in-out;
}
.content-tabs div.mini-block a:hover, .content-tabs .category-selector .selector-button:hover, .tiles-section .pagination .tiles-button:hover {
  border-color: #000;
  color: #000;
}

.tiles-section .tile {
  align-items: stretch;
  display: flex;
  height: auto;
  flex-flow: column nowrap;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
  white-space: normal;
  width: 100%;
}

.tiles-section .tile {
  justify-content: flex-start;
}
.tiles-section .tile .thumbnail {
  background-color: #F5F5F5;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  height: 440px;
  position: relative;
  width: 100%;
  z-index: 0;
}
.tiles-section .tile .thumbnail:before {
  background-color: rgba(0, 0, 0, 0);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: background 250ms ease-in-out;
  width: 100%;
  z-index: 1;
}
.tiles-section .tile .thumbnail img {
  display: none;
}
.tiles-section .tile .thumbnail img {
  display: block;
  visibility: hidden;
  width: 100%;
}
@media only screen and (max-width: 980px) {
  .tiles-section .tile .thumbnail {
    height: 360px;
  }
}
@media (max-width: 767px) {
  .tiles-section .tile .thumbnail {
    height: 240px;
  }
}
.tiles-section .tile .description {
  background-color: #fff;
  font-size: 16px;
  font-size: 1.2vw;
  margin: -120px 60px 0;
  min-height: 120px;
  opacity: 1;
  padding: 20px 40px 0;
  position: relative;
  transform: translateY(0);
  transition: transform 250ms ease-in-out, opacity 250ms ease-in-out;
  width: calc(100% - 120px);
  box-sizing: border-box;
}
@media (max-width: 1166.6666666667px) {
  .tiles-section .tile .description {
    font-size: 14px;
  }
}
@media (min-width: 1333.3333333333px) {
  .tiles-section .tile .description {
    font-size: 16px;
  }
}
@media only screen and (max-width: 980px) {
  .tiles-section .tile .description {
    margin-right: 40px;
    margin-left: 40px;
    width: calc(100% - 80px);
  }
}
@media (max-width: 767px) {
  .tiles-section .tile .description {
    margin-right: 20px;
    margin-left: 20px;
    padding: 20px 20px 0;
    width: calc(100% - 40px);
  }
}
.tiles-section .tile .description.priced {
  margin-right: 0;
  padding: 20px 200px 20px 40px;
  width: calc(100% - 60px);
}
@media only screen and (max-width: 980px) {
  .tiles-section .tile .description.priced {
    padding: 20px;
    width: calc(100% - 40px);
  }
}
.tiles-section .tile .description .hotel-name {
  color: #000;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 10px;
}
.tiles-section .tile .description .title {
  color: #6F625A;
  font-display: auto;
  font: 32px/1.125 "Roadway WF", "Arial", sans-serif;
  font-size: 2vw;
  margin-bottom: 20px;
}
@media (max-width: 1100px) {
  .tiles-section .tile .description .title {
    font-size: 22px;
  }
}
@media (min-width: 1600px) {
  .tiles-section .tile .description .title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .tiles-section .tile .description .title {
    font-size: 18px;
    line-height: 1.25;
    margin-bottom: 10px;
  }
}
.tiles-section .tile .description p {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .tiles-section .tile .description p {
    margin-bottom: 10px;
  }
}
.tiles-section .tile .description .price {
  box-sizing: border-box;
  align-items: flex-start;
  background-color: #000;
  color: #969696;
  display: flex;
  height: 120px;
  flex-flow: column nowrap;
  font-size: 10px;
  justify-content: center;
  text-transform: uppercase;
  padding: 20px 40px;
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap;
  width: 160px;
}
.tiles-section .tile .description .price strong {
  color: #fff;
  font: bold 32px/1.125 "OpenSans WF", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 2vw;
}
@media (max-width: 1100px) {
  .tiles-section .tile .description .price strong {
    font-size: 22px;
  }
}
@media (min-width: 1600px) {
  .tiles-section .tile .description .price strong {
    font-size: 32px;
  }
}
.tiles-section .tile .description .price span {
  color: #fff;
  font-size: 14px;
  text-transform: none;
}
.tiles-section .tile .description .price span:first-child {
  color: #969696;
  display: block;
  font-size: 10px;
  text-transform: uppercase;
}
@media only screen and (max-width: 980px) {
  .tiles-section .tile .description .price {
    align-items: baseline;
    background: none;
    height: auto;
    display: block;
    position: relative;
    padding: 0;
    margin-bottom: 20px;
    width: auto;
  }
  .tiles-section .tile .description .price strong {
    color: #000;
  }
  .tiles-section .tile .description .price span {
    color: #000;
  }
  .tiles-section .tile .description .price nav {
    display: block;
  }
}
@media (max-width: 767px) {
  .tiles-section .tile .description .price {
    margin-bottom: 10px;
  }
}
.tiles-section .tile .description .time {
  color: #767676;
  display: inline-block;
  font-size: 12px;
  line-height: 2.1;
  margin-bottom: 5px;
}
.tiles-section .tile .description .date {
  display: block;
  font-size: 18px;
  font-weight: bold;
  left: 0;
  position: absolute;
  text-align: center;
  top: 2vw;
  width: 100%;
}
.tiles-section .tile .description .date:after {
  background: #fff;
  content: "";
  height: 2px;
  display: block;
  margin: 5px auto 0;
  width: 30px;
}
.tiles-section .tile .description .date a {
  color: inherit;
  text-decoration: none;
}
.tiles-section .tile .description .date a:hover {
  text-decoration: underline;
}
.swiper-slide .tiles-section .tile .description, .tiles-section .swiper-slide .tile .description {
  opacity: 0;
  transform: translateX(100%);
}
.swiper-slide-active .tiles-section .tile .thumbnail:before, .tiles-section .swiper-slide-active .tile .thumbnail:before {
  background-color: rgba(0, 0, 0, 0);
}
.swiper-slide-active .tiles-section .tile .description, .tiles-section .swiper-slide-active .tile .description {
  opacity: 1;
  transform: translateX(0);
}

.testimonials-section .tile {
  background-color: #fff;
  position: relative;
  text-align: left;
  white-space: normal;
  width: 100%;
}
.testimonials-section .tile .description {
  overflow: hidden;
  padding: 20px 40px;
}
@media (max-width: 767px) {
  .testimonials-section .tile .description {
    font-size: 13px;
    padding: 20px;
  }
}
.testimonials-section .tile .h1 {
  font-size: 32px;
  font-size: 2vw;
  margin-bottom: 1vw;
}
@media (max-width: 900px) {
  .testimonials-section .tile .h1 {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  .testimonials-section .tile .h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 980px) {
  .testimonials-section .tile .h1 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .testimonials-section .tile .h1 {
    margin-bottom: 10px;
  }
}
.testimonials-section .tile .name, .testimonials-section .tile .meta {
  display: block;
}
.testimonials-section .tile .name {
  color: #000;
  font-size: 14px;
  margin: 0 20px 10px 0;
}
.testimonials-section .tile .meta {
  color: #767676;
  font-size: 12px;
}
.testimonials-section .tile .thumb {
  float: left;
  margin-top: 4vw;
}
@media only screen and (max-width: 980px) {
  .testimonials-section .tile .thumb {
    display: none;
  }
}
.testimonials-section .tile .title {
  align-items: stretch;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.testimonials-section .tile .rating {
  font-size: 0;
  height: 20px;
  margin: 0 0 10px;
  white-space: nowrap;
}
.testimonials-section .tile .rating .stars {
  display: inline-block;
  height: 20px;
  position: relative;
}
.testimonials-section .tile .rating .stars .filled, .testimonials-section .tile .rating .stars:before {
  background: url(../images/rating-sprite.svg) repeat-x 0 0;
  content: "";
  display: block;
  height: 100%;
}
.testimonials-section .tile .rating .stars:before {
  background-position: 0 -40px;
  width: 75px;
}
.testimonials-section .tile .rating .stars .filled {
  background-position: 0 -60px;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
}
.testimonials-section .tile .rating.tripadvisor:before {
  background: url("../images/sprite_2.svg") no-repeat 0 -80px;
  content: "";
  display: inline-block;
  height: 20px;
  margin-right: 10px;
  width: 27px;
}
.testimonials-section .tile .rating.tripadvisor .stars:before {
  background-position: 0 0;
}
.testimonials-section .tile .rating.tripadvisor .stars .filled {
  background-position: 0 -20px;
}

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

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  line-height: 18px;
  cursor: pointer;
  z-index: 5000;
}
@media (max-width: 767px) {
  .formError {
    left: 0 !important;
  }
}

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

.formError .formErrorContent {
  background: rgba(208, 2, 27, 0.9);
  color: #fff;
  font-size: 12px;
  font-family: "OpenSans WF", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  padding: 10px 20px;
  position: relative;
  text-align: left;
  text-transform: none;
  width: 150px;
  z-index: 5001;
}

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

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

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

body[dir=rtl] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: 0 10px 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 {
  background: rgba(208, 2, 27, 0.9);
  display: block;
  font-size: 0;
  height: 1px;
  line-height: 0;
  margin: 0 auto;
}

.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: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  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: #95804E;
  font: 20px/25px "Cinzel WF", "Arial", sans-serif;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev, .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  background: url("../images/sprite.svg") 0 -180px no-repeat;
  cursor: pointer;
  height: 20px;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
  top: 5px;
  -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 {
  left: 5px;
  background-position: -40px -180px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover {
  background-position: -20px -180px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:active {
  transform: translate(-1px, 0);
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  background-position: -100px -180px;
  right: 5px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover {
  background-position: -80px -180px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:active {
  transform: translate(1px, 0);
}
.ui-datepicker .ui-datepicker-calendar {
  font-size: 12px;
  cursor: default;
}
.ui-datepicker .ui-datepicker-calendar th, .ui-datepicker .ui-datepicker-calendar td {
  text-align: center;
  vertical-align: middle;
  width: 30px;
  height: 28px;
  line-height: 28px;
}
.ui-datepicker .ui-datepicker-calendar th {
  color: #727273;
  font: 16px/32px "Cinzel WF", "Arial", sans-serif;
}
.ui-datepicker .ui-datepicker-calendar td {
  color: #132929;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-other-month, .ui-datepicker .ui-datepicker-calendar td.ui-state-disabled {
  color: #c2c8cc;
}
.ui-datepicker .ui-datepicker-calendar a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-highlight a, .ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day a {
  background: #95804E;
  color: #fff;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a {
  background: #4F4F50;
  color: #fff;
}

.ui-datepicker-trigger {
  background: url("../images/sprite.svg") 0 -210px no-repeat;
  float: left;
  height: 15px;
  margin: 6px 0 0 8px;
  overflow: hidden;
  text-indent: -9999px;
  width: 17px;
}
.ui-datepicker-trigger:hover {
  background-position: -30px -210px;
}

@media only screen and (max-width: 980px) {
  .menu-expanded #header:before, .menu-expanded #header:after {
    z-index: 5;
  }
  .menu-expanded #header .logo {
    z-index: 20;
  }
  .menu-expanded #header .logo:before {
    background-position: 0 0;
  }
  .menu-expanded #weather {
    z-index: 10;
  }
  .menu-expanded #menu-trigger {
    color: #fff;
    right: 30px;
    top: 10px;
  }
  .menu-expanded #menu-trigger:before, .menu-expanded #menu-trigger:after {
    background-color: #fff;
  }
  .menu-expanded #menu-wrapper {
    background: #95804E;
    box-sizing: border-box;
    display: block !important;
    left: 0;
    min-height: 100vh;
    padding-top: 170px;
    position: absolute;
    width: 100%;
    z-index: 10;
  }
  .menu-expanded #main-menu {
    display: block;
    left: auto;
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    transition: all 0ms ease;
  }
  .menu-expanded #main-menu:after {
    display: none;
  }
  .menu-expanded #main-menu > ul {
    display: block;
  }
  .menu-expanded #main-menu li {
    display: block;
  }
  .menu-expanded #main-menu li.active a {
    color: #fff;
  }
  .menu-expanded #main-menu a {
    color: #fff;
    display: inline-block;
    font-size: 22px;
    padding: 10px 30px;
    margin-bottom: 6px;
    letter-spacing: 2px;
  }
  .menu-expanded #main-menu a:hover {
    color: #fff;
  }
  .menu-expanded #main-menu a:after {
    display: block !important;
  }
  .menu-expanded #main-menu .submenu {
    margin: 0 0 10px;
  }
  .menu-expanded #main-menu .submenu a {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    padding: 0 20px;
  }
  .menu-expanded #top-menu {
    display: block;
    left: auto;
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    margin-bottom: 60px;
    transition: all 0ms ease;
  }
  .menu-expanded #top-menu::before {
    content: "";
    height: 1px;
    width: 80%;
    background: #fff;
    position: absolute;
    bottom: -30px;
    left: 10%;
  }
  .menu-expanded #top-menu:after {
    display: none;
  }
  .menu-expanded #top-menu > ul {
    display: block;
  }
  .menu-expanded #top-menu li {
    display: block;
  }
  .menu-expanded #top-menu li.active a {
    color: #fff;
  }
  .menu-expanded #top-menu a {
    color: #fff;
    display: inline-block;
    font-size: 22px;
    padding: 5px 30px;
    letter-spacing: 2px;
    line-height: normal;
  }
  .menu-expanded #top-menu a:hover {
    color: #fff;
  }
  .menu-expanded #top-menu a:after {
    display: block !important;
  }
  .menu-expanded #top-menu .submenu {
    margin: 0 0 10px;
  }
  .menu-expanded #top-menu .submenu a {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    padding: 0 20px;
  }
  .menu-expanded.sticky-header #header .logo:before {
    background-position: 0 -360px;
  }
  .menu-expanded.sticky-header #menu-wrapper {
    margin-top: 116px;
    padding-top: 50px;
  }
}
@media only screen and (max-width: 980px) and (max-width: 767px) {
  .menu-expanded.sticky-header #menu-wrapper {
    margin-top: 76px;
  }
}
@media only screen and (max-width: 980px) {
  .menu-expanded.sticky-header #main-menu:after {
    display: block;
    height: 76px;
    top: -126px;
  }
  .menu-expanded.sticky-header #menu-trigger {
    color: #727273;
  }
  .menu-expanded.sticky-header #menu-trigger:before, .menu-expanded.sticky-header #menu-trigger:after {
    background-color: #727273;
  }
  .menu-expanded .top-menu-block {
    display: none;
  }
}
@media (max-width: 767px) {
  .menu-expanded #menu-wrapper {
    padding-top: 140px;
  }
  .menu-expanded #main-menu a {
    line-height: 1.4;
    padding: 0 20px;
  }
  .menu-expanded.sticky-header {
    top: 22px;
  }
  .booking-expanded #view:before, .booking-expanded #view:after,
  .booking-expanded #header:before,
  .booking-expanded #header:after {
    display: none;
  }
  .booking-expanded #view .reserve-trigger,
  .booking-expanded #header .reserve-trigger {
    display: none;
  }
  .reserve-expanded #view:before, .reserve-expanded #view:after,
  .reserve-expanded #header:before,
  .reserve-expanded #header:after {
    display: none;
  }
  .reserve-expanded #view .booking-trigger,
  .reserve-expanded #header .booking-trigger {
    display: none;
  }
  .reserve-expanded #menu-trigger,
  .booking-expanded #menu-trigger {
    display: none;
  }
}
.sticky-header #main-menu:after {
  height: 76px;
}

#tides {
  position: absolute;
  left: 60px;
  top: 40px;
  border-right: 1px solid #727273;
  padding-right: 20px;
  font-size: 11px;
  margin: 0;
  overflow: hidden;
  text-transform: uppercase;
}
@media only screen and (max-width: 980px) {
  #tides {
    border-right: 1px solid transparent !important;
    left: 40px;
    right: auto;
  }
}
@media (max-width: 767px) {
  #tides {
    float: right;
    margin-right: 30px;
    margin-top: 30px;
    left: 30px;
    right: auto;
    top: 0px;
  }
  .reserve-expanded #tides, .booking-expanded #tides {
    display: none;
  }
}
.booking-expanded.sticky-header #tides, .sticky-header #tides {
  top: 4px;
  z-index: 99;
  color: #fff;
  border-right: 1px solid #fff;
}
#tides strong {
  font-weight: bold;
}
#tides .time {
  display: block;
}
.home #tides, .subpage #tides, .spa #tides {
  color: #fff;
  border-right: 1px solid #fff;
}

#photos .slick-track,
#photos .slick-list {
  height: 100%;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
#photos .slick-list .slide {
  display: inline-block;
  vertical-align: top;
}
#photos .slick-arrow {
  background: url("../images/sprite.svg") no-repeat 0 -130px;
  border-radius: 50%;
  height: 40px;
  overflow: hidden;
  position: absolute;
  text-indent: -100em;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  z-index: 10;
}
#photos .slick-arrow:hover {
  background-position: -30px -130px;
}
#photos .slick-arrow:active {
  background-position: -60px -130px;
}
#photos .slick-prev {
  left: 50px;
}
#photos .slick-next {
  background-position: -90px -130px;
  right: 50px;
}
#photos .slick-next:hover {
  background-position: -120px -130px;
}
#photos .slick-next:active {
  background-position: -150px -130px;
}
@media only screen and (max-width: 980px) {
  #photos .slick-prev {
    left: 20px;
  }
  #photos .slick-next {
    right: 20px;
  }
}

.booking-expanded.home #booking form.booking-engine {
  top: -100%;
}
.booking-expanded #booking form.booking-engine {
  display: block;
  position: absolute;
  transform: translateX(-102%);
  left: 50%;
  bottom: -100%;
  top: auto;
}
@media (min-width: 768px) and (max-width: 1140px) {
  .booking-expanded #booking form.booking-engine {
    transform: translateX(-50%);
    width: 100%;
  }
  .booking-expanded #booking form.booking-engine #booking-datepicker {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .booking-expanded #booking form.booking-engine {
    position: relative;
    top: auto !important;
    bottom: auto !important;
    left: 0 !important;
    transform: none;
  }
}
.booking-expanded #booking.home form.booking-engine {
  bottom: -100%;
  top: auto;
}
.booking-expanded #booking .controls {
  display: none;
}
@media (max-width: 767px) {
  .booking-expanded #booking .controls {
    display: block;
  }
}
@media (max-width: 767px) {
  .booking-expanded #booking {
    background: #95804E;
    box-sizing: border-box;
    min-height: 100vh;
    padding: 100px 0 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
  }
  .booking-expanded #booking:before, .booking-expanded #booking::after {
    display: none;
    top: auto;
    bottom: 60px;
  }
  .booking-expanded #booking:before {
    left: 30px;
  }
  .booking-expanded #booking:after {
    right: 30px;
  }
  .booking-expanded #booking p {
    background: none;
    display: block;
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .booking-expanded #booking p:after {
    display: none;
  }
  .booking-expanded #booking .button {
    background-color: #fff;
    color: #4F4F50;
  }
  .booking-expanded #booking .button:hover {
    background-color: #4F4F50;
    color: #fff;
  }
  .booking-expanded #booking .booking-trigger {
    background: none !important;
    height: 30px;
    min-width: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 20px;
    text-align: left;
    text-indent: -100em;
    top: 20px;
    width: 30px;
    transition: background 0ms ease;
  }
  .booking-expanded #booking .booking-trigger:before, .booking-expanded #booking .booking-trigger:after {
    background: #fff;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    top: 12px;
    width: 30px;
  }
  .booking-expanded #booking .booking-trigger:before {
    transform: rotate(45deg);
  }
  .booking-expanded #booking .booking-trigger:after {
    transform: rotate(-45deg);
  }
}
.sticky-header.booking-expanded #booking form.booking-engine {
  top: 76px;
  left: auto;
  right: 0;
  transform: none;
  position: fixed;
  bottom: auto;
}
@media (min-width: 768px) and (max-width: 1140px) {
  .sticky-header.booking-expanded #booking form.booking-engine {
    width: auto;
  }
}
.reserve-expanded #booking form.restaurant {
  display: block;
  position: absolute;
  transform: translateX(100%);
  right: 50.5%;
  bottom: -46px;
  top: auto;
  z-index: 99;
}
@media (min-width: 768px) and (max-width: 1140px) {
  .reserve-expanded #booking form.restaurant {
    transform: translateX(50%);
  }
}
@media (max-width: 767px) {
  .reserve-expanded #booking form.restaurant {
    position: relative;
    top: auto !important;
    bottom: auto;
    right: auto;
    left: 0 !important;
    transform: none;
  }
}
.reserve-expanded #booking form.restaurant input[type=text] {
  width: 195px;
  text-align: left;
}
@media (max-width: 767px) {
  .reserve-expanded #booking form.restaurant input[type=text] {
    text-align: center;
  }
}
.reserve-expanded #booking form.restaurant #reserve-date {
  padding: 0 10px;
}
.reserve-expanded #booking form.restaurant #reserve-datepicker.visible {
  left: auto;
  right: 0;
}
@media (min-width: 768px) and (max-width: 1140px) {
  .reserve-expanded #booking form.restaurant #reserve-datepicker.visible {
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 767px) {
  .reserve-expanded #booking form.restaurant #reserve-datepicker {
    margin-top: 35px;
  }
}
.reserve-expanded #booking form.restaurant .restaurant-selector {
  width: 300px;
  display: block;
  text-align: left;
  margin-bottom: 40px;
}
.reserve-expanded #booking form.restaurant .restaurant-selector select {
  text-align: left;
  width: 100%;
}
.reserve-expanded #booking form.restaurant .restaurant-selector .select-icon {
  position: absolute;
  width: 25px;
  height: 25px;
  display: block;
  right: 30px;
  top: 20px;
  background: none;
}
.reserve-expanded #booking form.restaurant .restaurant-selector .select-icon:after, .reserve-expanded #booking form.restaurant .restaurant-selector .select-icon:before {
  content: "";
  display: block;
  width: 1px;
  height: 50%;
  position: absolute;
  background: #fff;
}
.reserve-expanded #booking form.restaurant .restaurant-selector .select-icon:after {
  transform: rotate(45deg);
  right: 30%;
}
.reserve-expanded #booking form.restaurant .restaurant-selector .select-icon:before {
  transform: rotate(-45deg);
  left: 31%;
}
.reserve-expanded #booking .controls {
  display: none;
}
@media (max-width: 767px) {
  .reserve-expanded #booking .controls {
    display: block;
  }
}
@media (max-width: 767px) {
  .reserve-expanded #booking {
    background: #95804E;
    box-sizing: border-box;
    min-height: 100vh;
    padding: 100px 0 0;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
  }
  .reserve-expanded #booking:before, .reserve-expanded #booking::after {
    display: none;
    top: auto;
    bottom: 60px;
  }
  .reserve-expanded #booking:before {
    left: 30px;
  }
  .reserve-expanded #booking:after {
    right: 30px;
  }
  .reserve-expanded #booking p {
    background: none;
    display: block;
    padding: 0 20px;
    margin: 20px 0;
  }
  .reserve-expanded #booking p:after {
    display: none;
  }
  .reserve-expanded #booking p.restaurant-selector {
    top: 15px;
    left: 0;
    right: 0;
    width: auto !important;
  }
  .reserve-expanded #booking p.restaurant-selector #venue {
    font-size: 20px;
  }
  .reserve-expanded #booking p.restaurant-selector .select-icon {
    top: 0 !important;
  }
  .reserve-expanded #booking .button {
    background-color: #fff;
    color: #4F4F50;
  }
  .reserve-expanded #booking .button:hover {
    background-color: #4F4F50;
    color: #fff;
  }
  .reserve-expanded #booking .reserve-trigger {
    background: none !important;
    height: 30px;
    min-width: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 20px;
    text-align: left;
    text-indent: -100em;
    top: 20px;
    width: 30px;
    transition: background 0ms ease;
  }
  .reserve-expanded #booking .reserve-trigger:before, .reserve-expanded #booking .reserve-trigger:after {
    background: #fff;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    top: 12px;
    width: 30px;
  }
  .reserve-expanded #booking .reserve-trigger:before {
    transform: rotate(45deg);
  }
  .reserve-expanded #booking .reserve-trigger:after {
    transform: rotate(-45deg);
  }
}
.reserve-expanded.home #booking form.restaurant {
  top: 6px;
  bottom: auto;
}
.reserve-expanded.home #booking form.restaurant .select-icon:after, .reserve-expanded.home #booking form.restaurant .select-icon:before {
  background: #95804E;
}
@media (max-width: 767px) {
  .reserve-expanded.home #booking form.restaurant .select-icon:after, .reserve-expanded.home #booking form.restaurant .select-icon:before {
    background: #fff;
  }
}
.reserve-expanded.home #booking form.restaurant #reserve-datepicker.visible {
  top: auto;
  bottom: 100%;
}
.sticky-header.reserve-expanded #booking form.restaurant {
  top: 76px;
  left: auto;
  right: 0;
  transform: none;
  position: fixed;
  bottom: auto;
}
.sticky-header.reserve-expanded #booking form.restaurant .select-icon:after, .sticky-header.reserve-expanded #booking form.restaurant .select-icon:before {
  background: #fff;
}
.sticky-header.reserve-expanded #booking form.restaurant #reserve-datepicker.visible {
  top: 100%;
  bottom: auto;
}

#reserve-datepicker,
#booking-datepicker {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #f1f1f1;
  border-top: 0;
  box-sizing: border-box;
  display: none;
  left: 0;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  top: 100%;
  transition: max-height 500ms cubic-bezier(1, 0, 0, 1);
  width: 580px;
  z-index: 20;
}
.home #reserve-datepicker,
.home #booking-datepicker {
  border: 0;
  bottom: 210px;
  top: auto;
}
.sticky-header.booking-expanded #reserve-datepicker,
.sticky-header.booking-expanded #booking-datepicker {
  border: 1px solid #f1f1f1;
  top: 146px;
  left: auto;
  bottom: auto;
  right: 0;
  position: fixed;
}
#reserve-datepicker.visible,
#booking-datepicker.visible {
  display: block;
  max-height: 400px;
}
#reserve-datepicker .ui-datepicker,
#booking-datepicker .ui-datepicker {
  background: none;
  box-sizing: border-box;
  box-shadow: 0 0 0 #fff;
  padding: 30px;
  width: 100% !important;
}
#reserve-datepicker .ui-datepicker-group,
#booking-datepicker .ui-datepicker-group {
  float: left;
  padding: 0 10px 0 0;
  width: 50%;
  box-sizing: border-box;
}
#reserve-datepicker .ui-datepicker-group.ui-datepicker-group-last,
#booking-datepicker .ui-datepicker-group.ui-datepicker-group-last {
  padding: 0 0 0 10px;
}
#reserve-datepicker .ui-datepicker-group table,
#booking-datepicker .ui-datepicker-group table {
  width: 100%;
}
@media (max-width: 767px) {
  .reserve-expanded #reserve-datepicker, .booking-expanded #reserve-datepicker,
  .reserve-expanded #booking-datepicker,
  .booking-expanded #booking-datepicker {
    background: none;
    border: 0 !important;
    bottom: auto;
    display: block;
    max-height: none;
    position: relative !important;
    top: auto !important;
    width: 100%;
  }
  .reserve-expanded #reserve-datepicker .ui-datepicker-header, .booking-expanded #reserve-datepicker .ui-datepicker-header,
  .reserve-expanded #booking-datepicker .ui-datepicker-header,
  .booking-expanded #booking-datepicker .ui-datepicker-header {
    color: #fff;
  }
  .reserve-expanded #reserve-datepicker .ui-datepicker-prev:hover, .booking-expanded #reserve-datepicker .ui-datepicker-prev:hover,
  .reserve-expanded #booking-datepicker .ui-datepicker-prev:hover,
  .booking-expanded #booking-datepicker .ui-datepicker-prev:hover {
    background-position: 0px -180px;
  }
  .reserve-expanded #reserve-datepicker .ui-datepicker-next:hover, .booking-expanded #reserve-datepicker .ui-datepicker-next:hover,
  .reserve-expanded #booking-datepicker .ui-datepicker-next:hover,
  .booking-expanded #booking-datepicker .ui-datepicker-next:hover {
    background-position: -60px -180px;
  }
  .reserve-expanded #reserve-datepicker table, .booking-expanded #reserve-datepicker table,
  .reserve-expanded #booking-datepicker table,
  .booking-expanded #booking-datepicker table {
    width: 100%;
  }
  .reserve-expanded #reserve-datepicker table th, .booking-expanded #reserve-datepicker table th,
  .reserve-expanded #booking-datepicker table th,
  .booking-expanded #booking-datepicker table th {
    color: #fff;
  }
  .reserve-expanded #reserve-datepicker table td, .booking-expanded #reserve-datepicker table td,
  .reserve-expanded #booking-datepicker table td,
  .booking-expanded #booking-datepicker table td {
    color: #fff;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
  }
  .reserve-expanded #reserve-datepicker table td.ui-state-disabled, .booking-expanded #reserve-datepicker table td.ui-state-disabled,
  .reserve-expanded #booking-datepicker table td.ui-state-disabled,
  .booking-expanded #booking-datepicker table td.ui-state-disabled {
    color: #A59368;
  }
  .reserve-expanded #reserve-datepicker table .ui-datepicker-highlight a,
  .reserve-expanded #reserve-datepicker table .ui-datepicker-current-day a, .booking-expanded #reserve-datepicker table .ui-datepicker-highlight a,
  .booking-expanded #reserve-datepicker table .ui-datepicker-current-day a,
  .reserve-expanded #booking-datepicker table .ui-datepicker-highlight a,
  .reserve-expanded #booking-datepicker table .ui-datepicker-current-day a,
  .booking-expanded #booking-datepicker table .ui-datepicker-highlight a,
  .booking-expanded #booking-datepicker table .ui-datepicker-current-day a {
    background-color: #fff;
    color: #95804E;
  }
}

#blog-feed {
  background: url(../images/bg-zigzag.jpg);
  background-attachment: fixed;
  padding: 100px 0 50px;
}
@keyframes placeHolderShimmer {
  from {
    background-position: -120% 0;
  }
  to {
    background-position: 120% 0;
  }
}
#blog-feed .template h2, #blog-feed .template p, #blog-feed .template .img, #blog-feed .template time {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  background: #f6f7f8;
  background: linear-gradient(to right, #dddddd 8%, #cccccc 18%, #dddddd 33%);
  background-size: 800px 104px;
}
#blog-feed .template h2:after, #blog-feed .template p:after, #blog-feed .template time:after {
  content: "";
  display: inline-block;
  width: 100%;
}
#blog-feed .template time {
  width: 20%;
}
#blog-feed .center-column {
  max-width: 1200px;
  padding: 0;
}
#blog-feed h1, #blog-feed .h1-like {
  color: #95804E;
  font-size: 56px;
  font-size: 4vw !important;
  line-height: 1;
  margin-bottom: 135px;
  font-family: "Cinzel WF", "Arial", sans-serif;
  text-align: center;
}
@media (max-width: 767px) {
  #blog-feed h1, #blog-feed .h1-like {
    font-size: 24px;
    margin-bottom: 50px;
  }
}
#blog-feed .img {
  width: 45%;
  padding-top: 28%;
  position: absolute;
  transform: translate(-75px, -50px);
  background-position: 50%;
  top: 0;
  left: 0;
  background-size: cover;
}
@media (max-width: 767px) {
  #blog-feed .img {
    left: auto;
    right: auto;
  }
}
#blog-feed h2 {
  font: 42px/1 "Cinzel WF", "Arial", sans-serif;
  color: #727273;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  #blog-feed h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
#blog-feed p {
  font-size: 18px;
  margin-bottom: 35px;
  color: #727273;
}
@media (max-width: 767px) {
  #blog-feed p {
    font-size: 14px;
  }
}
#blog-feed time {
  font: 20px/1.45 "OpenSans WF", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  color: #95804e;
  display: block;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  #blog-feed time {
    font-size: 16px;
  }
}
#blog-feed a {
  font-size: 18px;
  text-transform: uppercase;
  color: #95804E;
  text-decoration: none;
  border-bottom: 1px solid #95804E;
}
@media (max-width: 767px) {
  #blog-feed a {
    font-size: 14px;
  }
}
#blog-feed .post {
  background: #f4f4f4;
  padding: 65px 50px 65px 45%;
  margin: 0 0 100px 75px;
  position: relative;
}
#blog-feed .post:nth-child(odd) {
  padding: 65px 45% 65px 50px;
  margin-left: 0;
  margin-right: 75px;
}
#blog-feed .post:nth-child(odd) .img:nth-child(odd) {
  transform: translate(75px, -50px);
  left: auto;
  right: 0;
}
@media (max-width: 767px) {
  #blog-feed .post {
    padding: 60% 50px 65px 50px !important;
    margin: 0 0 50px 0 !important;
  }
  #blog-feed .post .img {
    transform: translate(0, 0) !important;
    left: 0 !important;
    right: 0 !important;
    padding-top: 55% !important;
    width: auto;
  }
}

.reception-hours {
  max-width: 410px;
  min-width: 36%;
  margin-left: 30px;
}
@media only screen and (max-width: 980px) {
  .reception-hours {
    margin: 0 auto;
  }
}
.reception-hours .page-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  color: #727273;
}
@media only screen and (max-width: 980px) {
  .reception-hours .page-content {
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .reception-hours .page-content {
    margin-bottom: 40px;
  }
}
.reception-hours .page-content a {
  color: #95804E;
}
.reception-hours .page-content h3, .reception-hours .page-content h4 {
  font-family: "OpenSans WF", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 10px;
}
.reception-hours .page-content h3 {
  font-weight: bold;
}
.reception-hours .page-content h4 {
  font-weight: 600;
}
.reception-hours .page-content p {
  font-size: 14px;
  line-height: 24px;
}
.reception-hours .page-content p:not(:last-of-type) {
  margin-bottom: 7.5px;
}
.reception-hours .page-content p:last-of-type {
  margin-bottom: 0;
}
.reception-hours .page-content .columns {
  display: flex;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .reception-hours .page-content .columns {
    flex-direction: column;
  }
}
.reception-hours .page-content .column {
  font-size: 14px;
  line-height: 24px;
}
.reception-hours .page-content .column span {
  font-weight: 600;
}
.reception-hours .page-content .column-1 {
  margin-right: 30px;
}
@media only screen and (max-width: 980px) {
  .reception-hours .page-content .column-1 {
    margin-right: 0;
  }
}
.reception-hours .page-content .row {
  white-space: nowrap;
}

#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: -37px 0;
}
#hebs-gallery .close-button:active {
  background-position: -74px 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 {
  background-position: -140px -180px;
  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 (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: 61px;
  margin-top: -30px;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  width: 31px;
  z-index: 10;
}
#hebs-gallery .galleria-image-nav-left {
  background-position: 0 -37px;
  left: 20px;
}
#hebs-gallery .galleria-image-nav-left:hover {
  background-position: -51px -37px;
}
#hebs-gallery .galleria-image-nav-left:active {
  background-position: -102px -37px;
}
@media (max-width: 767px) {
  #hebs-gallery .galleria-image-nav-left {
    background-position: 5px -199px;
    height: 21px;
    left: 15px;
    margin-top: -10px;
    width: 21px;
  }
  #hebs-gallery .galleria-image-nav-left:hover {
    background-position: -26px -199px;
  }
}
#hebs-gallery .galleria-image-nav-right {
  background-position: 0 -118px;
  right: 20px;
}
#hebs-gallery .galleria-image-nav-right:hover {
  background-position: -51px -118px;
}
#hebs-gallery .galleria-image-nav-right:active {
  background-position: -102px -118px;
}
@media (max-width: 767px) {
  #hebs-gallery .galleria-image-nav-right {
    background-position: 5px -240px;
    height: 21px;
    margin-top: -10px;
    right: 15px;
    width: 21px;
  }
  #hebs-gallery .galleria-image-nav-right:hover {
    background-position: -26px -240px;
  }
}
#hebs-gallery .galleria-loader {
  background: url("../images/loading-small.svg") 50% 50% no-repeat;
  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 -199px;
}
#hebs-gallery .galleria-thumb-nav-left:hover {
  background-position: -26px -199px;
}
#hebs-gallery .galleria-thumb-nav-left:active {
  background-position: -57px -199px;
}
#hebs-gallery .galleria-thumb-nav-left.disabled {
  background-position: 5px -199px;
}
#hebs-gallery .galleria-thumb-nav-right {
  right: 15px;
  background-position: 5px -240px;
}
#hebs-gallery .galleria-thumb-nav-right:hover {
  background-position: -26px -240px;
}
#hebs-gallery .galleria-thumb-nav-right:active {
  background-position: -57px -240px;
}
#hebs-gallery .galleria-thumb-nav-right.disabled {
  background-position: 5px -240px;
}
#hebs-gallery .galleria-info {
  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;
}

.calendar .vevent {
  text-align: left;
}
.calendar .image-list-item {
  position: relative;
  overflow: hidden;
  height: 300px;
  width: 100%;
  margin: 0 auto 20px;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
}
@media (max-width: 767px) {
  .calendar .image-list-item {
    height: auto;
  }
}
.calendar .image-list-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #e2e2e2;
  z-index: -1;
  box-sizing: border-box;
}
.calendar .image-list-item .background {
  position: relative;
  width: 350px;
  height: 300px;
  margin-left: 40px;
  display: block;
  float: right;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 980px) {
  .calendar .image-list-item .background {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .calendar .image-list-item .background {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.calendar .image-list-item .description {
  box-sizing: border-box;
  width: 100%;
  display: block;
  padding: 25px;
}
@media (max-width: 767px) {
  .calendar .image-list-item .description {
    padding: 20px 20px 10px 20px;
    text-align: center;
  }
}
.calendar .image-list-item .description h3 {
  font: 24px "Open Sans";
  line-height: 30px;
  color: #151616;
  margin-bottom: 15px;
}
.calendar .image-list-item .description h3 a {
  text-decoration: none;
}
.calendar .image-list-item .description h3 a:hover {
  color: #54baba;
}
.calendar .image-list-item .description .button {
  position: absolute;
  bottom: 30px;
  left: 25px;
}
@media only screen and (max-width: 980px) {
  .calendar .image-list-item .description .button {
    bottom: 25px;
  }
}
@media (max-width: 767px) {
  .calendar .image-list-item .description .button {
    text-align: center;
    width: auto;
    left: auto;
    right: auto;
    bottom: auto;
    position: relative;
  }
}

#testimonials .odd .image {
  float: left;
}
#testimonials .odd .description {
  float: right;
}
#testimonials .even .image {
  float: right;
}
#testimonials .even .description {
  float: left;
  text-align: right;
}
#testimonials .testimonial {
  margin-bottom: 40px;
}
#testimonials .testimonial:after {
  clear: both;
  content: "";
  display: table;
}
#testimonials .image {
  width: 320px;
  min-height: 320px;
}
#testimonials .description {
  width: 640px;
}
#testimonials h4, #testimonials h5 {
  font-family: "Roadway WF", "Arial", sans-serif;
}
#testimonials h4 {
  margin-bottom: 12px;
  color: #54baba;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 200;
  text-transform: uppercase;
}
#testimonials h4, #testimonials h5 {
  color: #327d7d;
}
#testimonials h5 {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 22px;
}
#testimonials p {
  margin-bottom: 10px;
}

.rooms-list {
  font-size: 0;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.rooms-list + #footer {
  padding-top: 100px;
}
@media only screen and (max-width: 980px) {
  .rooms-list + #footer {
    padding-top: 50px;
  }
}
.rooms-list .room {
  color: #fff;
  display: inline-block;
  max-height: 55.5555555556vw;
  overflow: hidden;
  position: relative;
  width: 50%;
}
@media only screen and (max-width: 980px) {
  .rooms-list .room {
    width: 100%;
  }
}
.rooms-list .room .h2 {
  color: #4F4F50;
  display: block;
  font: 40px/1 "Cinzel WF", "Arial", sans-serif;
  font-size: 3vw;
  padding: 20px 50px 20px 30px;
}
@media (max-width: 800px) {
  .rooms-list .room .h2 {
    font-size: 24px;
  }
}
@media (min-width: 1333.3333333333px) {
  .rooms-list .room .h2 {
    font-size: 40px;
  }
}
.rooms-list .room .room-controls {
  display: inline-block;
  overflow: hidden;
  text-align: left;
  margin: 15px 30px;
  width: 100%;
}
.rooms-list .room .room-controls a.button {
  margin: 5px;
}
.rooms-list .room .description {
  display: inline-block;
  font-size: 16px;
  font-size: 1.5vw;
  line-height: 1.45;
  margin-top: 0;
  opacity: 1;
  position: relative;
  padding: 0 50px 20px 30px;
  color: #222;
}
@media (max-width: 1066.6666666667px) {
  .rooms-list .room .description {
    font-size: 16px;
  }
}
@media (min-width: 1066.6666666667px) {
  .rooms-list .room .description {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .rooms-list .room .description {
    width: 75%;
  }
}
.rooms-list .room .price {
  font: 40px/1 "Cinzel WF", "Arial", sans-serif;
  font-size: 3vw;
  left: 30px;
  position: absolute;
  text-align: left;
  top: 60px;
  opacity: 0;
  transition: opacity 500ms cubic-bezier(1, 0, 0, 1), top 500ms cubic-bezier(1, 0, 0, 1);
}
@media (max-width: 666.6666666667px) {
  .rooms-list .room .price {
    font-size: 20px;
  }
}
@media (min-width: 1333.3333333333px) {
  .rooms-list .room .price {
    font-size: 40px;
  }
}
@media only screen and (max-width: 980px) {
  .rooms-list .room .price {
    top: 30px;
    left: 20px;
  }
}
.rooms-list .room .price span {
  font-size: 14px;
  display: block;
  text-transform: uppercase;
}
@media only screen and (max-width: 980px) {
  .rooms-list .room .price span {
    font-size: 12px;
  }
}
.rooms-list .room .price strong {
  font-weight: normal;
  font-size: inherit;
}
.rooms-list .room .price {
  opacity: 1;
  top: 30px;
}
@media only screen and (max-width: 980px) {
  .rooms-list .room .price {
    top: 10px;
  }
}
.rooms-list .room {
  overflow: hidden;
  padding: 100px 0;
  position: relative;
  background-size: cover;
  max-height: 800px;
}
@media only screen and (min-width: 1341px) {
  .rooms-list .room {
    background-size: 100% auto;
  }
}
@media only screen and (max-width: 980px) {
  .rooms-list .room {
    padding-bottom: 75px;
    padding-top: 0;
  }
}
.rooms-list .room .slick-arrow {
  background: rgba(255, 255, 255, 0.6) url("../images/arrow.png") no-repeat;
  border-radius: 0;
  height: 60px;
  overflow: hidden;
  position: absolute;
  text-indent: -100em;
  width: 60px;
  z-index: 10;
  background-size: 40%;
  bottom: 400px;
}
.rooms-list .room .slick-prev {
  right: 95px;
  background-position: 40% 50%;
}
@media only screen and (max-width: 980px) {
  .rooms-list .room .slick-prev {
    right: 64px;
    top: 240px;
  }
}
.rooms-list .room .slick-next {
  right: 30px;
  background-position: 40% 50%;
  transform: rotate(180deg);
}
@media only screen and (max-width: 980px) {
  .rooms-list .room .slick-next {
    right: 0;
    top: 240px;
  }
}
.rooms-list .room .slideshow {
  width: calc(100% - 60px);
  margin: 0 30px;
  overflow: hidden;
}
@media only screen and (max-width: 980px) {
  .rooms-list .room .slideshow {
    margin: 0;
    width: 100%;
  }
}
.rooms-list .room .slide {
  position: relative;
  text-align: center;
  color: #525252;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 980px) {
  .rooms-list .room .slide {
    height: 300px;
    min-height: 300px;
    width: 100%;
  }
}
.rooms-list .room .slide .h2 {
  font-size: 36px;
  line-height: 43px;
  color: #95804E;
  font-family: "Cinzel WF", "Arial", sans-serif;
}
@media (max-width: 767px) {
  .rooms-list .room .slide .h2 {
    font-size: 28px;
  }
}
.rooms-list .room .slide .copy {
  margin-top: 33px;
  font-size: 16px;
  color: #4F4F50;
  line-height: 26px;
  font-style: italic;
}
.rooms-list .room .slide .copy * {
  display: inline;
}
.rooms-list .room .slide .name {
  margin-top: 25px;
  font-weight: 700;
  font-size: 16px;
  color: #4F4F50;
  text-transform: uppercase;
}
.rooms-list .odd {
  float: left;
}
.rooms-list .even {
  float: right;
}
.rooms-list.col-3 .room {
  width: 33%;
}
.rooms-list .overlay {
  background: rgba(79, 79, 80, 0.2);
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  text-align: center;
  z-index: 20;
  transition: background-color 500ms cubic-bezier(1, 0, 0, 1);
}
.rooms-list .room-content {
  height: 300px;
}
.rooms-list .price {
  bottom: 10px;
  color: #fff;
  font: 16px/1.45 "Roadway WF", "Arial", sans-serif;
  left: 20px;
  position: absolute;
  text-decoration: none;
}
.rooms-list .price strong {
  font-weight: bold;
  font-size: 20px;
}
.rooms-list img {
  visibility: hidden;
  width: 100%;
}
.rooms-list .thumbnail {
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  overflow: hidden;
  transition: transform 500ms cubic-bezier(1, 0, 0, 1);
  width: 100%;
  z-index: 10;
}

.room-entry .thumbnail {
  position: relative;
  float: none;
  margin: 0 0 30px;
  width: 100%;
  padding-top: 56%;
  overflow: hidden;
}
.room-entry .thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}

.room-entry {
  overflow: hidden;
  padding: 25px 0 100px 0;
  position: relative;
  background-size: cover;
  max-height: 800px;
}
@media only screen and (min-width: 1341px) {
  .room-entry {
    background-size: 100% auto;
  }
}
@media only screen and (max-width: 980px) {
  .room-entry {
    max-height: none;
  }
}
.room-entry img {
  display: none;
}
.room-entry .slick-arrow {
  background: rgba(255, 255, 255, 0.6) url("../images/arrow.png") no-repeat;
  border-radius: 0;
  height: 60px;
  overflow: hidden;
  position: absolute;
  text-indent: -100em;
  width: 60px;
  z-index: 10;
  background-size: 40%;
  bottom: 0;
}
.room-entry .slick-prev {
  background-position: 40% 50%;
  right: 65px;
}
.room-entry .slick-next {
  right: 0;
  background-position: 40% 50%;
  transform: rotate(180deg);
}
.room-entry .slideshow {
  width: calc(50% - 60px);
  margin: 0 30px;
  overflow: hidden;
  float: left;
  position: relative;
}
@media only screen and (max-width: 980px) {
  .room-entry .slideshow {
    width: 100%;
    float: none;
    margin: 0;
  }
}
.room-entry .slide {
  position: relative;
  text-align: center;
  color: #525252;
  background-size: cover !important;
  background-position: center;
  padding-top: 30vh;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}
.room-entry .slide .h2 {
  font-size: 36px;
  line-height: 43px;
  color: #95804E;
  font-family: "Cinzel WF", "Arial", sans-serif;
}
@media (max-width: 767px) {
  .room-entry .slide .h2 {
    font-size: 28px;
  }
}
.room-entry .slide .copy {
  margin-top: 33px;
  font-size: 16px;
  color: #4F4F50;
  line-height: 26px;
  font-style: italic;
}
.room-entry .slide .copy * {
  display: inline;
}
.room-entry .slide .name {
  margin-top: 25px;
  font-weight: 700;
  font-size: 16px;
  color: #4F4F50;
  text-transform: uppercase;
}
.room-entry .description {
  margin-top: 150px;
}
.room-entry .room-description {
  width: calc(50% - 40px);
  float: right;
  padding: 0 40px 0 0;
}
@media only screen and (max-width: 980px) {
  .room-entry .room-description {
    float: none;
    margin: 30px 15px;
    width: calc(100% - 30px) !important;
  }
}
@media (max-width: 767px) {
  .room-entry .room-description {
    width: 100%;
  }
}

.rooms-entry .price {
  color: #95804E;
  display: inline-block;
  font: 18px/1.4 "Cinzel WF", "Arial", sans-serif;
  margin: 0 0 20px;
  text-decoration: none;
}
.rooms-entry .features {
  margin: 30px 0;
}
.rooms-entry .features span {
  color: #667885;
  display: inline-block;
  font: 18px/1.4 "Cinzel WF", "Arial", sans-serif;
  margin: 0 10px 10px 0;
}
@media (max-width: 767px) {
  .rooms-entry .features span {
    clear: both;
    margin: 0 10px 0 0;
  }
}
.rooms-entry .features strong {
  font-weight: normal;
}
.rooms-entry .amenities {
  position: relative;
  margin: 10px 0;
  line-height: 30px;
  height: 30px;
}
.rooms-entry .amenities.multiline {
  margin-right: 50px;
}
.rooms-entry .amenities .main-list {
  height: 30px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.rooms-entry .amenities .additional-list {
  background: rgba(255, 255, 255, 0.9);
  left: -20px;
  line-height: 30px;
  opacity: 0;
  padding: 20px 70px 20px 20px;
  position: absolute;
  top: -20px;
  transition: opacity 0.2s, visibility 0s ease 0.2s;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}
.rooms-entry .amenities span {
  color: #95804E;
  display: inline-block;
  font-size: 26px;
  margin: 0 20px 20px 0;
  vertical-align: middle;
}
.rooms-entry .amenities .toggle {
  color: #95804E;
  display: none;
  position: absolute;
  right: -50px;
  bottom: 0;
  width: 38px;
  height: 100%;
  margin: 0;
  border-left: 1px solid #dadada;
  text-align: center;
  z-index: 4;
}
.rooms-entry .amenities .toggle:before {
  content: "•••";
  display: inline-block;
  font-size: 20px;
}
.rooms-entry .amenities.multiline .toggle {
  display: block;
}
.rooms-entry .amenities.expand .additional-list {
  opacity: 1;
  visibility: visible;
  z-index: 3;
  transition: opacity 0.2s, visibility 0s ease 0s;
}
.rooms-entry .amenities.expand .toggle:before, .rooms-entry .amenities.expand .toggle:after {
  content: "";
  display: block;
  background: #667885;
  position: absolute;
  transform: rotate(45deg);
}
.rooms-entry .amenities.expand .toggle:before {
  width: 20px;
  height: 2px;
  top: 15px;
  right: 10px;
}
.rooms-entry .amenities.expand .toggle:after {
  width: 2px;
  height: 20px;
  top: 6px;
  right: 19px;
}

@media only screen and (max-width: 980px) {
  .rooms-module .center-column {
    padding: 0;
  }
}
.rooms-module #photos {
  max-height: 600px;
}

.rooms-slideshow-acm {
  margin: 100px 0;
}
@media only screen and (max-width: 980px) {
  .rooms-slideshow-acm {
    margin: 60px 0;
  }
}
.rooms-slideshow-acm .center-column {
  text-align: center;
}
.rooms-slideshow-acm .center-column h2 {
  color: #95804E;
  font-family: "Cinzel WF", "Arial", sans-serif;
  font-size: 46px;
  font-size: 3.5vw;
  line-height: 1;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media (max-width: 800px) {
  .rooms-slideshow-acm .center-column h2 {
    font-size: 28px;
  }
}
@media (min-width: 1314.2857142857px) {
  .rooms-slideshow-acm .center-column h2 {
    font-size: 46px;
  }
}
.rooms-slideshow-acm .rooms-slideshow-wrapper {
  padding-bottom: 25%;
  height: 0;
  position: relative;
  background-color: #010101;
  margin: 8vw 0;
}
@media only screen and (max-width: 980px) {
  .rooms-slideshow-acm .rooms-slideshow-wrapper {
    padding-bottom: 0;
    padding-left: 10px;
    height: auto;
    background-color: #fff;
    margin: 0;
  }
}
.rooms-slideshow-acm .rooms-slideshow-wrapper .rooms-slideshow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 980px) {
  .rooms-slideshow-acm .rooms-slideshow-wrapper .rooms-slideshow {
    position: relative;
  }
}
.rooms-slideshow-acm .rooms-slideshow-wrapper .rooms-slideshow .slideshow-wrapper {
  height: 100%;
  display: flex;
}
.rooms-slideshow-acm .rooms-slideshow-wrapper .rooms-slideshow .room-slide {
  flex-shrink: 0;
  position: relative;
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: 250ms ease-in-out;
}
@media only screen and (max-width: 980px) {
  .rooms-slideshow-acm .rooms-slideshow-wrapper .rooms-slideshow .room-slide {
    width: 60%;
    margin-right: 10px;
  }
}
.rooms-slideshow-acm .rooms-slideshow-wrapper .rooms-slideshow .room-slide.swiper-slide-active {
  transform: scale(1.6);
  z-index: 10;
}
@media only screen and (max-width: 980px) {
  .rooms-slideshow-acm .rooms-slideshow-wrapper .rooms-slideshow .room-slide.swiper-slide-active {
    transform: scale(1);
  }
}
.rooms-slideshow-acm .rooms-slideshow-wrapper .rooms-slideshow .room-slide.swiper-slide-active .room-thumbnail:before {
  opacity: 0.2;
}
.rooms-slideshow-acm .rooms-slideshow-wrapper .rooms-slideshow .room-slide.swiper-slide-active .room-description {
  opacity: 1;
  visibility: visible;
}
.rooms-slideshow-acm .rooms-slideshow-wrapper .rooms-slideshow .swiper-pagination {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 30px;
  color: #fff;
  font: 13px/1.77em "OpenSans WF", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  display: none;
}
.rooms-slideshow-acm .rooms-slideshow-wrapper .rooms-slideshow .slideshow-button {
  border: 2px solid #fff;
  border-bottom: 0;
  border-left: 0;
  width: 25px;
  height: 25px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  text-indent: -100em;
  margin-top: -10px;
  z-index: 10;
  transition: border-color 250ms ease-in-out;
  cursor: pointer;
}
@media (max-width: 767px) {
  .rooms-slideshow-acm .rooms-slideshow-wrapper .rooms-slideshow .slideshow-button {
    display: none;
  }
}
.rooms-slideshow-acm .rooms-slideshow-wrapper .rooms-slideshow .slideshow-button:hover {
  border-color: #aaa;
}
.rooms-slideshow-acm .rooms-slideshow-wrapper .rooms-slideshow .slideshow-button.previous {
  left: 60px;
  transform: rotate(-135deg);
}
.rooms-slideshow-acm .rooms-slideshow-wrapper .rooms-slideshow .slideshow-button.next {
  right: 60px;
  transform: rotate(45deg);
}
.rooms-slideshow-acm .rooms-slideshow-wrapper .rooms-slideshow .room-thumbnail {
  background-color: #F0F0F0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.rooms-slideshow-acm .rooms-slideshow-wrapper .rooms-slideshow .room-thumbnail:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  transition: 250ms ease-in-out;
}
@media only screen and (max-width: 980px) {
  .rooms-slideshow-acm .rooms-slideshow-wrapper .rooms-slideshow .room-thumbnail:before {
    display: none;
  }
}
@media only screen and (max-width: 980px) {
  .rooms-slideshow-acm .rooms-slideshow-wrapper .rooms-slideshow .room-thumbnail {
    position: relative;
  }
  .rooms-slideshow-acm .rooms-slideshow-wrapper .rooms-slideshow .room-thumbnail:after {
    content: "";
    display: block;
    padding-bottom: 69%;
    height: 0;
  }
}
.rooms-slideshow-acm .rooms-slideshow-wrapper .rooms-slideshow .room-thumbnail .thumb-link {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
  text-indent: -999px;
  font-size: 0;
}
.rooms-slideshow-acm .rooms-slideshow-wrapper .rooms-slideshow .room-description {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 30px;
  text-align: left;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: 250ms ease-in-out;
}
@media only screen and (max-width: 980px) {
  .rooms-slideshow-acm .rooms-slideshow-wrapper .rooms-slideshow .room-description {
    position: relative;
    padding: 15px 0 0;
    left: auto;
    bottom: auto;
    opacity: 1;
    visibility: visible;
    box-sizing: border-box;
  }
}
.rooms-slideshow-acm .rooms-slideshow-wrapper .rooms-slideshow .room-description .details {
  position: relative;
}
.rooms-slideshow-acm .rooms-slideshow-wrapper .rooms-slideshow .room-description .close {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 20px;
  width: 20px;
  font-size: 0;
}
.rooms-slideshow-acm .rooms-slideshow-wrapper .rooms-slideshow .room-description .close:before, .rooms-slideshow-acm .rooms-slideshow-wrapper .rooms-slideshow .room-description .close:after {
  position: absolute;
  top: 0;
  left: 10px;
  content: " ";
  height: 20px;
  width: 1px;
  background-color: #3B3E55;
}
.rooms-slideshow-acm .rooms-slideshow-wrapper .rooms-slideshow .room-description .close:before {
  transform: rotate(45deg);
}
.rooms-slideshow-acm .rooms-slideshow-wrapper .rooms-slideshow .room-description .close:after {
  transform: rotate(-45deg);
}
.rooms-slideshow-acm .rooms-slideshow-wrapper .rooms-slideshow .room-description .room-name {
  font-size: 15px;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
  color: #000;
  display: none;
}
@media only screen and (max-width: 980px) {
  .rooms-slideshow-acm .rooms-slideshow-wrapper .rooms-slideshow .room-description .room-name {
    display: block;
  }
}
.rooms-slideshow-acm .rooms-slideshow-wrapper .rooms-slideshow .room-description .additional-info-list {
  margin-top: 40px;
}
.rooms-slideshow-acm .rooms-slideshow-wrapper .rooms-slideshow .room-description nav .button {
  margin: 20px 7px 0 0;
  font-size: 8px;
  line-height: 25px;
  height: 26px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: #95804E;
}
@media only screen and (max-width: 980px) {
  .rooms-slideshow-acm .rooms-slideshow-wrapper .rooms-slideshow .room-description nav .button {
    font-size: 12px;
    line-height: 30px;
    height: 30px;
  }
}
.rooms-slideshow-acm .rooms-slideshow-wrapper .rooms-slideshow .room-description nav .button.hidden-on-desktop {
  display: none;
}
@media only screen and (max-width: 980px) {
  .rooms-slideshow-acm .rooms-slideshow-wrapper .rooms-slideshow .room-description nav .button.hidden-on-desktop {
    display: inline-block;
  }
}
.rooms-slideshow-acm .rooms-slideshow-wrapper .rooms-slideshow .room-description nav .button.hidden-on-mobile-devices {
  display: inline-block;
}
@media only screen and (max-width: 980px) {
  .rooms-slideshow-acm .rooms-slideshow-wrapper .rooms-slideshow .room-description nav .button.hidden-on-mobile-devices {
    display: none;
  }
}
.rooms-slideshow-acm .rooms-slideshow-wrapper .rooms-slideshow .room-description nav .button:hover, .rooms-slideshow-acm .rooms-slideshow-wrapper .rooms-slideshow .room-description nav .button.active {
  background: #fff;
  color: #282828;
}
@media only screen and (max-width: 980px) {
  .rooms-slideshow-acm .rooms-slideshow-wrapper .rooms-slideshow .room-description nav .button:hover, .rooms-slideshow-acm .rooms-slideshow-wrapper .rooms-slideshow .room-description nav .button.active {
    background: #4F4F50;
    color: #fff;
  }
}
.rooms-slideshow-acm .rooms-slideshow-wrapper .rooms-slideshow .details {
  display: none;
  max-width: 50%;
  background: #fff;
  padding: 2%;
  font-size: 9px;
  line-height: 1.704em;
}
@media screen and (max-width: 1200px) {
  .rooms-slideshow-acm .rooms-slideshow-wrapper .rooms-slideshow .details {
    max-width: 80%;
  }
}
@media only screen and (max-width: 980px) {
  .rooms-slideshow-acm .rooms-slideshow-wrapper .rooms-slideshow .details {
    display: none;
  }
}
.rooms-slideshow-acm .rooms-slideshow-wrapper .rooms-slideshow .details.active {
  display: block;
}
@media only screen and (max-width: 980px) {
  .rooms-slideshow-acm .rooms-slideshow-wrapper .rooms-slideshow .details.active {
    display: none;
  }
}
.rooms-slideshow-acm .rooms-slideshow-wrapper .rooms-slideshow .details .room-name {
  display: block;
  font-size: 13px;
  font-weight: bold;
  color: #95804E;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
  padding-right: 30px;
}
.rooms-slideshow-acm .rooms-slideshow-wrapper .rooms-slideshow .details .features {
  color: #95804E;
  margin-top: 5px;
  padding-right: 30px;
}
.rooms-slideshow-acm .rooms-slideshow-wrapper .rooms-slideshow .details .features span {
  display: inline-block;
}
.rooms-slideshow-acm .rooms-slideshow-wrapper .rooms-slideshow .details .features span + span {
  margin-left: 16px;
}
.rooms-slideshow-acm .rooms-slideshow-wrapper .rooms-slideshow .details .description {
  position: relative;
  margin-top: 10px;
  padding-top: 15px;
}
.rooms-slideshow-acm .rooms-slideshow-wrapper .rooms-slideshow .details .description:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 1px;
  background: rgba(0, 0, 0, 0.5);
}
.rooms-slideshow-acm .rooms-slideshow-wrapper .rooms-slideshow .details .amenities {
  color: #95804E;
  margin-top: 25px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.rooms-slideshow-acm .rooms-slideshow-wrapper .rooms-slideshow .details .amenities h4 {
  font-size: 9px;
  line-height: 14px;
  color: #95804E;
  font-family: "OpenSans WF", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin: 0 15px 0 0;
}
.rooms-slideshow-acm .rooms-slideshow-wrapper .rooms-slideshow .details .amenities .main-list span {
  display: inline-block;
  font-size: 14px;
  margin-right: 7px;
}
.rooms-slideshow-acm .rooms-slideshow-wrapper .rooms-slideshow .details .more-details {
  display: inline-block;
  margin-top: 5px;
  font-size: 8px;
  text-transform: uppercase;
  font-family: "Cinzel WF", "Arial", sans-serif;
}
.rooms-slideshow-acm .rooms-slideshow-wrapper .rooms-slideshow .details nav .button {
  margin-top: 40px;
  font-size: 8px;
  height: 22px;
  line-height: 22px;
}
.rooms-slideshow-acm .rooms-slideshow-wrapper .rooms-slideshow .see-details.active {
  position: relative;
}
.rooms-slideshow-acm .rooms-slideshow-wrapper .rooms-slideshow .see-details.active .to-details {
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #fff;
}

#weather {
  color: #727273;
  font: 18px/30px "OpenSans WF", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  float: left;
  margin: 35px 30px 20px 60px;
  text-align: left;
  z-index: 90;
  transition: left 250ms ease-in-out;
}
.reserve-expanded.sticky-header #weather, .booking-expanded.sticky-header #weather {
  display: none;
}
.home #weather, .subpage #weather, .spa #weather {
  color: #fff;
}
@media only screen and (max-width: 980px) {
  #weather {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  #weather {
    margin-top: 30px;
  }
  .booking-expanded #weather, .reserve-expanded #weather {
    display: none;
  }
}
#weather > * {
  display: inline-block;
  vertical-align: top;
}
#weather .icon {
  background: url("../images/weather-sprite.svg") no-repeat 0 0;
  height: 30px;
  margin-right: 10px;
  width: 30px;
}
#weather .temp {
  font-size: 20px;
}
@media (max-width: 767px) {
  #weather .temp {
    font-size: 24px;
  }
}
#weather .info {
  line-height: 1.45;
  margin: 7px 0 0 10px;
  max-width: calc(100% - 100px);
  text-align: right;
}
@media (max-width: 767px) {
  #weather .info {
    display: block;
    margin: 10px 0 0;
    max-width: none;
    text-align: center;
    width: 100%;
  }
}
#weather .cms-icon-weather-thunderstorm {
  background-position: -60px -10px;
}
#weather .cms-icon-weather-drizzle {
  background-position: -60px -60px;
}
#weather .cms-icon-weather-rain-light {
  background-position: -60px -110px;
}
#weather .cms-icon-weather-rain-heavy {
  background-position: -60px -110px;
}
#weather .cms-icon-weather-snow {
  background-position: -60px -160px;
}
#weather .cms-icon-weather-atmosphere {
  background-position: -60px -210px;
}
#weather .cms-icon-weather-clouds {
  background-position: -60px -260px;
}
#weather .cms-icon-weather-clear {
  background-position: -60px -310px;
}
#weather .cms-icon-weather-tornado {
  background-position: -60px -360px;
}
#weather .cms-icon-weather-tropicalstorm {
  background-position: -60px -10px;
}
#weather .cms-icon-weather-hurricane {
  background-position: -60px -410px;
}
#weather .cms-icon-weather-cold {
  background-position: -60px -460px;
}
#weather .cms-icon-weather-hot {
  background-position: -60px -310px;
}
#weather .cms-icon-weather-windy {
  background-position: -60px -510px;
}
#weather .cms-icon-weather-hail {
  background-position: -60px -560px;
}
#weather .cms-icon-weather-calm {
  background-position: -60px -460px;
}
#weather .cms-icon-weather-breeze {
  background-position: -60px -510px;
}
#weather .cms-icon-weather-gale {
  background-position: -60px -460px;
}
#weather .cms-icon-weather-storm {
  background-position: -60px -410px;
}
.home #weather .cms-icon-weather-thunderstorm, .subpage #weather .cms-icon-weather-thunderstorm, .spa #weather .cms-icon-weather-thunderstorm {
  background-position: -10px -10px;
}
.home #weather .cms-icon-weather-drizzle, .subpage #weather .cms-icon-weather-drizzle, .spa #weather .cms-icon-weather-drizzle {
  background-position: -10px -60px;
}
.home #weather .cms-icon-weather-rain-light, .subpage #weather .cms-icon-weather-rain-light, .spa #weather .cms-icon-weather-rain-light {
  background-position: -10px -110px;
}
.home #weather .cms-icon-weather-rain-heavy, .subpage #weather .cms-icon-weather-rain-heavy, .spa #weather .cms-icon-weather-rain-heavy {
  background-position: -10px -110px;
}
.home #weather .cms-icon-weather-snow, .subpage #weather .cms-icon-weather-snow, .spa #weather .cms-icon-weather-snow {
  background-position: -10px -160px;
}
.home #weather .cms-icon-weather-atmosphere, .subpage #weather .cms-icon-weather-atmosphere, .spa #weather .cms-icon-weather-atmosphere {
  background-position: -10px -210px;
}
.home #weather .cms-icon-weather-clouds, .subpage #weather .cms-icon-weather-clouds, .spa #weather .cms-icon-weather-clouds {
  background-position: -10px -260px;
}
.home #weather .cms-icon-weather-clear, .subpage #weather .cms-icon-weather-clear, .spa #weather .cms-icon-weather-clear {
  background-position: -10px -310px;
}
.home #weather .cms-icon-weather-tornado, .subpage #weather .cms-icon-weather-tornado, .spa #weather .cms-icon-weather-tornado {
  background-position: -10px -360px;
}
.home #weather .cms-icon-weather-tropicalstorm, .subpage #weather .cms-icon-weather-tropicalstorm, .spa #weather .cms-icon-weather-tropicalstorm {
  background-position: -10px -10px;
}
.home #weather .cms-icon-weather-hurricane, .subpage #weather .cms-icon-weather-hurricane, .spa #weather .cms-icon-weather-hurricane {
  background-position: -10px -410px;
}
.home #weather .cms-icon-weather-cold, .subpage #weather .cms-icon-weather-cold, .spa #weather .cms-icon-weather-cold {
  background-position: -10px -460px;
}
.home #weather .cms-icon-weather-hot, .subpage #weather .cms-icon-weather-hot, .spa #weather .cms-icon-weather-hot {
  background-position: -10px -310px;
}
.home #weather .cms-icon-weather-windy, .subpage #weather .cms-icon-weather-windy, .spa #weather .cms-icon-weather-windy {
  background-position: -10px -510px;
}
.home #weather .cms-icon-weather-hail, .subpage #weather .cms-icon-weather-hail, .spa #weather .cms-icon-weather-hail {
  background-position: -10px -560px;
}
.home #weather .cms-icon-weather-calm, .subpage #weather .cms-icon-weather-calm, .spa #weather .cms-icon-weather-calm {
  background-position: -10px -460px;
}
.home #weather .cms-icon-weather-breeze, .subpage #weather .cms-icon-weather-breeze, .spa #weather .cms-icon-weather-breeze {
  background-position: -10px -510px;
}
.home #weather .cms-icon-weather-gale, .subpage #weather .cms-icon-weather-gale, .spa #weather .cms-icon-weather-gale {
  background-position: -10px -460px;
}
.home #weather .cms-icon-weather-storm, .subpage #weather .cms-icon-weather-storm, .spa #weather .cms-icon-weather-storm {
  background-position: -10px -410px;
}

#tripadvisor-reviews {
  overflow: hidden;
  padding: 30px 0;
  position: relative;
  background-size: cover;
}
@media only screen and (min-width: 1341px) {
  #tripadvisor-reviews {
    background-size: 100% auto;
  }
}
@media (max-width: 767px) {
  #tripadvisor-reviews {
    padding: 56px 0 75px;
  }
}
#tripadvisor-reviews .main-thumb {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#tripadvisor-reviews .main-thumb:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}
#tripadvisor-reviews .slick-arrow {
  background: url("../images/sprite.svg") no-repeat 0 -130px;
  border-radius: 50%;
  height: 40px;
  overflow: hidden;
  position: absolute;
  text-indent: -100em;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  z-index: 10;
}
#tripadvisor-reviews .slick-arrow:hover {
  background-position: -30px -130px;
}
#tripadvisor-reviews .slick-arrow:active {
  background-position: -60px -130px;
}
#tripadvisor-reviews .slick-prev {
  left: 20px;
}
#tripadvisor-reviews .slick-next {
  background-position: -90px -130px;
  right: 20px;
}
#tripadvisor-reviews .slick-next:hover {
  background-position: -120px -130px;
}
#tripadvisor-reviews .slick-next:active {
  background-position: -150px -130px;
}
#tripadvisor-reviews .slideshow {
  width: calc(100% - 60px);
  max-width: 920px;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (max-width: 980px) {
  #tripadvisor-reviews .slideshow {
    width: calc(100% - 200px);
  }
}
@media (max-width: 767px) {
  #tripadvisor-reviews .slideshow {
    width: calc(100% - 60px);
  }
}
#tripadvisor-reviews .slide {
  padding-top: 65px;
  position: relative;
  text-align: center;
  color: #525252;
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}
#tripadvisor-reviews .slide:before {
  content: "";
  display: block;
  width: 77px;
  height: 46px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -32px;
  background: url("../images/sprite.svg") no-repeat -185px -178px;
}
#tripadvisor-reviews .slide h4,
#tripadvisor-reviews .slide .copy {
  quotes: "“" "”";
}
#tripadvisor-reviews .slide h4:before,
#tripadvisor-reviews .slide .copy:before {
  content: open-quote;
  display: inline;
}
#tripadvisor-reviews .slide h4:after,
#tripadvisor-reviews .slide .copy:after {
  content: close-quote;
  display: inline;
}
#tripadvisor-reviews .slide h4 {
  font-size: 36px;
  line-height: 43px;
  color: #95804E;
  font-family: "Cinzel WF", "Arial", sans-serif;
}
@media (max-width: 767px) {
  #tripadvisor-reviews .slide h4 {
    font-size: 28px;
  }
}
#tripadvisor-reviews .slide .copy {
  margin-top: 33px;
  font-size: 16px;
  color: #4F4F50;
  line-height: 26px;
  font-style: italic;
}
@media only screen and (max-width: 980px) {
  #tripadvisor-reviews .slide .copy {
    max-height: 234px;
    overflow-y: auto;
  }
}
@media (max-width: 767px) {
  #tripadvisor-reviews .slide .copy {
    max-height: 200px;
    overflow-y: auto;
  }
}
#tripadvisor-reviews .slide .copy * {
  display: inline;
}
#tripadvisor-reviews .slide .name {
  margin-top: 25px;
  font-weight: 700;
  font-size: 16px;
  color: #4F4F50;
  text-transform: uppercase;
}

::-webkit-scrollbar {
  width: 2px !important;
}

#dining {
  margin-top: 30px;
}
#dining article {
  position: relative;
  height: 690px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 980px) {
  #dining article {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #dining article {
    height: 100%;
    margin-bottom: 30px;
  }
}
#dining article.odd .thumbnail-wrapper {
  float: right;
}
#dining article.odd .copy-wrapper {
  float: left;
  text-align: right;
}
#dining article.odd .copy-wrapper .button {
  margin-right: 60px;
  clear: both;
  float: right;
}
#dining article.odd .copy-wrapper .copy {
  float: right;
}
#dining article:nth-last-child(1) {
  margin-bottom: 70px;
}
#dining .thumbnail-wrapper {
  position: relative;
  width: 50%;
  height: 100%;
  float: left;
}
@media (max-width: 767px) {
  #dining .thumbnail-wrapper {
    width: 100%;
    float: none !important;
  }
}
#dining .copy-wrapper {
  position: relative;
  width: 50%;
  height: 100%;
  float: right;
  margin-top: 60px;
}
@media only screen and (max-width: 980px) {
  #dining .copy-wrapper {
    height: 660px;
  }
}
@media (max-width: 767px) {
  #dining .copy-wrapper {
    display: none;
  }
}
#dining .copy-wrapper.mobile {
  display: none;
}
@media (max-width: 767px) {
  #dining .copy-wrapper.mobile {
    display: block;
    width: 100%;
    height: 100%;
    float: none !important;
    text-align: left !important;
    margin-bottom: 20px;
  }
}
#dining .copy-wrapper h1, #dining .copy-wrapper h2 {
  font-family: "Cinzel WF", "Arial", sans-serif;
}
#dining .copy-wrapper h1 {
  font-size: 56px;
  font-size: 4vw;
  line-height: 1;
  color: #95804E;
  margin: 0 60px;
}
@media (max-width: 600px) {
  #dining .copy-wrapper h1 {
    font-size: 24px;
  }
}
@media (min-width: 1400px) {
  #dining .copy-wrapper h1 {
    font-size: 56px;
  }
}
@media only screen and (min-width: 1341px) {
  #dining .copy-wrapper h1 {
    font-size: 44px;
  }
}
@media only screen and (max-width: 980px) {
  #dining .copy-wrapper h1 {
    margin: 0 30px;
  }
}
@media (max-width: 767px) {
  #dining .copy-wrapper h1 {
    margin: 0 20px;
  }
}
#dining .copy-wrapper h2 {
  font-size: 28px;
  font-size: 3vw;
  line-height: 1.2;
  margin: 10px 60px 0 60px;
  color: #727273;
}
@media (max-width: 666.6666666667px) {
  #dining .copy-wrapper h2 {
    font-size: 20px;
  }
}
@media (min-width: 933.3333333333px) {
  #dining .copy-wrapper h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 980px) {
  #dining .copy-wrapper h2 {
    margin: 10px 30px 0 30px;
  }
}
@media (max-width: 767px) {
  #dining .copy-wrapper h2 {
    margin: 10px 20px;
  }
}
#dining .copy-wrapper .copy {
  max-width: 420px;
  margin: 20px 60px 30px 60px;
}
@media only screen and (max-width: 980px) {
  #dining .copy-wrapper .copy {
    max-width: none;
    margin: 20px 30px 30px;
  }
}
@media (max-width: 767px) {
  #dining .copy-wrapper .copy {
    max-width: none;
    margin: 0 20px 20px 20px;
    float: none !important;
  }
}
#dining .copy-wrapper .button {
  background-color: #A59368;
  margin: 0 0 0 60px;
}
#dining .copy-wrapper .button:nth-last-child(1) {
  margin-right: 0;
}
#dining .copy-wrapper .button:hover {
  background-color: #000;
}
@media (max-width: 767px) {
  #dining .copy-wrapper .button {
    float: none !important;
    margin: 0 0 0 20px;
  }
}
#dining .wideimage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 330px;
  background-size: cover;
  opacity: 1;
}
#dining .wideimage:hover:after {
  opacity: 1;
}
@media (max-width: 767px) {
  #dining .wideimage {
    position: relative;
    width: 100%;
    height: 270px;
    margin-bottom: 10px;
  }
}
#dining .wideimage:after {
  opacity: 0;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(165, 147, 104, 0.7);
  transition: opacity 250ms ease-in-out;
  z-index: 1;
}
#dining .leftimage, #dining .rightimage {
  position: absolute;
  bottom: 0;
  width: calc(50% - 15px);
  height: 330px;
  background-size: cover;
  overflow: hidden;
}
#dining .leftimage:hover:after, #dining .rightimage:hover:after {
  opacity: 1;
}
#dining .leftimage .overlay, #dining .rightimage .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(165, 147, 104, 0.3);
}
#dining .leftimage:after, #dining .rightimage:after {
  opacity: 0;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(165, 147, 104, 0.7);
  transition: opacity 250ms ease-in-out;
  z-index: 1;
}
@media (max-width: 767px) {
  #dining .leftimage, #dining .rightimage {
    position: relative;
    width: 100%;
    height: 270px;
    margin-bottom: 10px;
  }
}
#dining .leftimage h1, #dining .rightimage h1 {
  font-family: "Cinzel WF", "Arial", sans-serif;
  font-size: 28px;
  font-size: 3vw;
  line-height: 1.2;
  position: absolute;
  width: 100%;
  padding: 0 30px;
  box-sizing: border-box;
  margin-top: 70px;
  text-align: center;
  color: #fff;
  z-index: 2;
}
@media (max-width: 666.6666666667px) {
  #dining .leftimage h1, #dining .rightimage h1 {
    font-size: 20px;
  }
}
@media (min-width: 933.3333333333px) {
  #dining .leftimage h1, #dining .rightimage h1 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1341px) {
  #dining .leftimage h1, #dining .rightimage h1 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  #dining .leftimage h1, #dining .rightimage h1 {
    font-size: 26px;
    line-height: 30px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  #dining .leftimage h1, #dining .rightimage h1 {
    margin-top: 40px;
  }
}
#dining .leftimage .button, #dining .rightimage .button {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 20px;
  line-height: 1;
  z-index: 2;
}
#dining .leftimage .button:hover, #dining .rightimage .button:hover {
  background: #000;
}
@media (max-width: 767px) {
  #dining .leftimage .button, #dining .rightimage .button {
    font-size: 15px;
    min-width: 140px;
  }
}
@media (max-width: 767px) {
  #dining .leftimage .button, #dining .rightimage .button {
    bottom: 20px;
  }
}
#dining .leftimage {
  left: 0;
}
#dining .rightimage {
  right: 0;
}

.dining-thumbnail {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 480px;
  background-size: 150%;
}
.dining-thumbnail:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
@media (max-width: 767px) {
  .dining-thumbnail {
    height: 280px;
  }
}
.dining-thumbnail h1 {
  font-family: "Cinzel WF", "Arial", sans-serif;
  font-size: 56px;
  font-size: 4vw;
  line-height: 1;
  text-align: center;
  color: #fff;
  align-self: center;
  z-index: 2;
}
@media (max-width: 600px) {
  .dining-thumbnail h1 {
    font-size: 24px;
  }
}
@media (min-width: 1400px) {
  .dining-thumbnail h1 {
    font-size: 56px;
  }
}
@media (max-width: 767px) {
  .dining-thumbnail h1 {
    font-size: 26px;
  }
}
.dining-thumbnail .button {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
}
.dining-thumbnail .button:hover {
  color: #fff;
}
@media (max-width: 767px) {
  .dining-thumbnail .button {
    bottom: 20px;
    font-size: 15px;
    width: 140px;
  }
}

.dining-content {
  background: url("../images/rectangle.png") repeat 50% 50%;
  text-align: center;
  padding: 100px 130px;
  min-height: 590px;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 767px) {
  .dining-content {
    padding: 50px 0;
    min-height: 0;
  }
}
.dining-content .copy-wrapper {
  align-self: center;
  width: 100%;
}
.dining-content .copy-headings {
  position: relative;
  margin-bottom: 28px;
  display: block;
}
.dining-content .copy-headings:after {
  background-color: #ddd;
  content: "";
  display: inline-block;
  height: 1px;
  margin: 35px 0 0;
  width: 100px;
}
.dining-content h1, .dining-content h2 {
  font-family: "Cinzel WF", "Arial", sans-serif;
}
.dining-content h1 {
  font-size: 56px;
  font-size: 4vw;
  line-height: 1;
  color: #95804E;
  margin: 0 60px;
}
@media (max-width: 600px) {
  .dining-content h1 {
    font-size: 24px;
  }
}
@media (min-width: 1400px) {
  .dining-content h1 {
    font-size: 56px;
  }
}
@media only screen and (max-width: 980px) {
  .dining-content h1 {
    margin: 0 30px;
  }
}
@media (max-width: 767px) {
  .dining-content h1 {
    margin: 0 20px;
  }
}
.dining-content h2 {
  font-size: 28px;
  font-size: 3vw;
  line-height: 1.2;
  margin: 10px 60px 0 60px;
  color: #727273;
}
@media (max-width: 666.6666666667px) {
  .dining-content h2 {
    font-size: 20px;
  }
}
@media (min-width: 933.3333333333px) {
  .dining-content h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 980px) {
  .dining-content h2 {
    margin: 10px 30px 0 30px;
  }
}
@media (max-width: 767px) {
  .dining-content h2 {
    margin: 10px 20px;
  }
}
.dining-content .copy {
  margin: 20px 60px 30px 60px;
}
@media only screen and (max-width: 980px) {
  .dining-content .copy {
    margin: 20px 30px 30px;
  }
}
@media (max-width: 767px) {
  .dining-content .copy {
    margin: 0 20px 20px 20px;
  }
}

#feeds {
  position: relative;
  padding: 50px 0;
  z-index: 10;
}
#feeds h2 {
  font: 200 46px/46px "Cinzel WF", "Arial", sans-serif;
  margin-bottom: 40px;
  color: #95804e;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 980px) {
  #feeds h2 {
    font: 200 35px/35px "Cinzel WF", "Arial", sans-serif;
  }
}
@media (max-width: 767px) {
  #feeds h2 {
    font: 200 25px/25px "Cinzel WF", "Arial", sans-serif;
  }
}
#feeds nav {
  text-align: center;
  margin-bottom: 52px;
}
#feeds nav a {
  display: inline-block;
  height: 18px;
  width: 30px;
  line-height: 36px;
  margin: 0 25px;
  vertical-align: top;
  overflow: hidden;
  text-indent: -999px;
  background-image: url("../images/sprite.svg");
  background-position: 0 -30px;
  transform: scale(2);
}
#feeds nav a:hover {
  background-position: 0 -60px;
}
#feeds nav a.feed-btn-instagram {
  background-position: -40px -30px;
}
#feeds nav a.feed-btn-instagram:hover {
  background-position: -40px -60px;
}
#feeds nav a.feed-btn-twitter {
  background-position: -80px -30px;
}
#feeds nav a.feed-btn-twitter:hover {
  background-position: -80px -60px;
}
#feeds nav a.feed-btn-google {
  background-position: -120px -30px;
}
#feeds nav a.feed-btn-google:hover {
  background-position: -120px -60px;
}
#feeds nav a.feed-btn-linkedin {
  background-position: -160px -30px;
}
#feeds nav a.feed-btn-linkedin:hover {
  background-position: -160px -60px;
}
#feeds nav a.feed-btn-tripadvisor {
  background-position: -200px -30px;
}
#feeds nav a.feed-btn-tripadvisor:hover {
  background-position: -200px -60px;
}
#feeds nav a.feed-btn-blog {
  background-position: -240px -30px;
}
#feeds nav a.feed-btn-blog:hover {
  background-position: -240px -60px;
}
#feeds nav a.feed-btn-pinterest {
  background-position: -280px -30px;
}
#feeds nav a.feed-btn-pinterest:hover {
  background-position: -280px -60px;
}
#feeds.loading {
  min-height: 300px;
}
#feeds.loading:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid transparent;
  border-top-color: #4F4F50;
  border-bottom-color: #4F4F50;
  border-radius: 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;
  max-width: 900px;
  margin: 0 auto;
}
#feeds .load-more-container {
  margin-top: 20px;
  text-align: center;
}
#feeds .feed-items {
  font-size: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#feeds .feed-item {
  position: relative;
  width: 33.3333333333%;
  height: auto;
  float: left;
  font: italic 14px/18px "OpenSans WF", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  overflow: hidden;
  opacity: 1;
  text-align: left;
  background: #ebebeb;
  color: #6f6f6f;
  transition: opacity 250ms ease-in-out;
}
#feeds .feed-item .inner-wrapper {
  width: 100%;
  padding-top: 100%;
}
#feeds .feed-item:hover .feed-descr {
  opacity: 1;
}
@media (max-width: 449px) {
  #feeds .feed-item {
    width: 100%;
  }
}
@media (min-width: 450px) and (max-width: 767px) {
  #feeds .feed-item {
    width: 33.3333333333%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #feeds .feed-item {
    width: 33.3333333333%;
  }
}
#feeds .feed-item.invisible {
  opacity: 0;
}
#feeds .feed-item .feed-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
#feeds .feed-item .feed-thumb div {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  opacity: 1;
}
#feeds .feed-item.instagram .feed-thumb div {
  opacity: 1;
}
#feeds .feed-item svg {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 24px;
  height: 24px;
  fill: #fff;
}
#feeds .feed-item .feed-descr {
  position: absolute;
  bottom: 0;
  top: 0;
  overflow: hidden;
  padding: 20px;
  width: 100%;
  font: 14px/18px "OpenSans WF", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  text-align: center;
  color: #000;
  background: #f7f7f7;
  box-sizing: border-box;
  opacity: 0;
  transition: opacity 400ms ease;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
#feeds .feed-item .feed-title {
  font-weight: 600;
  text-decoration: none;
  transition: all 250ms ease-in-out;
  color: #95804e;
  margin-bottom: 20px;
}
#feeds .feed-item .feed-date {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
}
#feeds .feed-item .feed-text {
  display: inline-block;
  font-family: "OpenSans WF", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-weight: 200;
}
#feeds .feed-item .feed-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#feeds .feed-item.instagram {
  background: #f7f7f7;
}
#feeds .feed-item.instagram .feed-descr:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 18px;
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
  background: url("../images/sprite.svg") no-repeat -40px -30px;
  z-index: 5;
}
#feeds .feed-item.instagram a {
  color: inherit;
}
#feeds .feed-item.facebook {
  background: #3b5998;
}
#feeds .feed-item.facebook:before {
  background-position: -50px 0;
}
#feeds .feed-item.twitter {
  background: #657786;
}
#feeds .feed-item.twitter:before {
  background-position: -100px 0;
}
#feeds .feed-item.blog:before {
  background-position: -150px 0;
}
#feeds .feed-item.blog h3 {
  color: #aca394;
  padding-right: 30px;
  margin-bottom: 7px;
  transition: all 250ms ease-in-out;
}
#feeds .feed-item.blog h3:hover {
  opacity: 0.7;
}
#feeds .feed-item.blog .feed-descr {
  color: #5c574f;
}
#feeds .feed-controls {
  display: block;
  text-align: center;
}

#square-tiles {
  position: relative;
}
#square-tiles .tile {
  width: 25%;
  height: 400px;
  background-size: cover;
  display: inline-block;
  position: relative;
}
#square-tiles .tile a {
  display: block;
  position: absolute;
  background-color: rgba(85, 85, 90, 0.66);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#square-tiles .tile h4 {
  position: absolute;
  box-sizing: border-box;
  text-align: center;
  top: 50%;
  width: 100%;
  padding: 0 30px;
  transform: translateY(-50%);
  color: #fff;
  font: 30px/1 "Cinzel WF", "Arial", sans-serif;
}
#square-tiles .slick-arrow {
  background: url("../images/sprite.svg") no-repeat 0 -130px;
  border-radius: 50%;
  height: 40px;
  overflow: hidden;
  position: absolute;
  text-indent: -100em;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  z-index: 10;
}
#square-tiles .slick-arrow:hover {
  background-position: -30px -130px;
}
#square-tiles .slick-arrow:active {
  background-position: -60px -130px;
}
#square-tiles .slick-prev {
  left: 50px;
}
#square-tiles .slick-next {
  background-position: -90px -130px;
  right: 50px;
}
#square-tiles .slick-next:hover {
  background-position: -120px -130px;
}
#square-tiles .slick-next:active {
  background-position: -150px -130px;
}
@media only screen and (max-width: 980px) {
  #square-tiles .slick-prev {
    left: 20px;
  }
  #square-tiles .slick-next {
    right: 20px;
  }
}

#neighbourhood-tiles {
  position: relative;
}
#neighbourhood-tiles .page-content {
  padding: 0px 55px;
}
@media (max-width: 767px) {
  #neighbourhood-tiles .page-content {
    padding: 0px;
  }
}
#neighbourhood-tiles .tile {
  width: calc(33.3333333333% - 13.3333333333px);
  margin-right: 20px;
  height: 270px;
  background-size: cover;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  float: left;
}
@media (max-width: 767px) {
  #neighbourhood-tiles .tile {
    width: 100% !important;
    float: none;
    display: none;
  }
}
#neighbourhood-tiles .tile:hover .thumbnail {
  transform: scale(1.1);
}
#neighbourhood-tiles .tile:hover .button {
  opacity: 1;
}
#neighbourhood-tiles .tile .thumbnail {
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  overflow: hidden;
  transition: transform 500ms cubic-bezier(1, 0, 0, 1);
  width: 100%;
  height: 100%;
  float: none;
  margin: 0;
}
#neighbourhood-tiles .tile:nth-child(3n), #neighbourhood-tiles .tile:nth-child(5n) {
  margin-right: 0px;
}
#neighbourhood-tiles .tile:nth-child(4n), #neighbourhood-tiles .tile:nth-child(5n) {
  width: calc(50% - 10px);
}
#neighbourhood-tiles .tile .overlay {
  background: rgba(79, 79, 80, 0.2);
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  text-align: center;
  z-index: 1;
  transition: background-color 500ms cubic-bezier(1, 0, 0, 1);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
#neighbourhood-tiles .tile .overlay:hover {
  background: rgba(149, 128, 78, 0.8);
}
#neighbourhood-tiles .tile h4 {
  clear: both;
  text-align: center;
  color: #fff;
  padding: 0px 30px;
  box-sizing: border-box;
  font: 40px/1 "Cinzel WF", "Arial", sans-serif;
}
@media only screen and (max-width: 980px) {
  #neighbourhood-tiles .tile h4 {
    font-size: 30px;
  }
}
#neighbourhood-tiles .tile .button-container {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 45px;
  left: 0;
}
#neighbourhood-tiles .tile .button {
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}
#neighbourhood-tiles .load-more {
  background: #A59368;
  margin: 10px auto;
  width: 100%;
  display: none;
}
@media (max-width: 767px) {
  #neighbourhood-tiles .load-more {
    display: block;
  }
}
#neighbourhood-tiles .load-more:hover {
  background: #4F4F50 !important;
}

.mobile-list {
  display: none;
  font: normal 16px/50px "OpenSans WF", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  border: 1px solid #54baba;
  color: #132929;
  background: #ddf0f0;
  position: relative;
  padding: 0 35px;
  margin-bottom: 20px;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mobile-list:after {
  content: "";
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: middle;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #327D7D;
  border-bottom: 0;
  position: absolute;
  right: 15px;
  top: 20px;
}
@media (max-width: 767px) {
  .mobile-list {
    display: block;
  }
}

.mobilecategoryall {
  display: none;
}
@media (max-width: 767px) {
  .mobilecategoryall {
    display: block;
  }
}

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

#categories-list {
  position: relative;
  padding: 0 40px;
  margin: 30px 0 15px 0;
  text-align: center;
}
@media (max-width: 767px) {
  #categories-list {
    display: none;
    margin-top: -20px;
    margin-bottom: 30px;
    border: 1px solid #54baba;
    border-top: 0;
    background: #ddf0f0;
  }
  #categories-list.visible {
    display: block;
  }
  #categories-list.visible .button {
    color: #132929;
    background: none;
    margin: 0;
    display: block;
    border: 0;
    white-space: normal;
    height: auto;
    line-height: 20px;
    padding: 15px 10px;
    width: 100%;
    box-sizing: border-box;
    font-weight: normal;
  }
  #categories-list.visible .button:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: -1px;
    width: 50px;
    height: 1px;
    background: #327d7d;
  }
  #categories-list.visible .button:first-child:after {
    display: none;
  }
  #categories-list.visible .button:hover, #categories-list.visible .button.active {
    border: 0;
    background: none;
    color: #54BABA;
  }
}
#categories-list .text {
  display: none;
}

.specials-list {
  font-size: 0;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.specials-list + #footer {
  padding-top: 100px;
}
@media only screen and (max-width: 980px) {
  .specials-list + #footer {
    padding-top: 50px;
  }
}
.specials-list .special {
  color: #fff;
  display: inline-block;
  max-height: 55.5555555556vw;
  overflow: hidden;
  position: relative;
  width: 50%;
}
.specials-list .special.odd.last {
  width: 100%;
  max-height: 27.7777777778vw;
}
.specials-list .special .h2 {
  color: #fff;
  display: block;
  font: 40px/1 "Cinzel WF", "Arial", sans-serif;
  font-size: 3vw;
  padding: 0 50px;
}
@media (max-width: 666.6666666667px) {
  .specials-list .special .h2 {
    font-size: 20px;
  }
}
@media (min-width: 1333.3333333333px) {
  .specials-list .special .h2 {
    font-size: 40px;
  }
}
.specials-list .special .description {
  display: inline-block;
  font-size: 16px;
  font-size: 1.5vw;
  line-height: 1.45;
  overflow: hidden;
  margin-top: -100%;
  opacity: 0;
  padding: 60px 0 0;
  position: relative;
  transition: opacity 500ms cubic-bezier(1, 0, 0, 1), margin-top 500ms cubic-bezier(1, 0, 0, 1);
  width: 50%;
}
@media (max-width: 800px) {
  .specials-list .special .description {
    font-size: 12px;
  }
}
@media (min-width: 1066.6666666667px) {
  .specials-list .special .description {
    font-size: 16px;
  }
}
@media only screen and (max-width: 980px) {
  .specials-list .special .description {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .specials-list .special .description {
    width: 75%;
  }
}
.specials-list .special .description:before {
  background: #ddd;
  content: "";
  display: inline-block;
  height: 1px;
  position: absolute;
  left: calc(50% - 25px);
  top: 30px;
  width: 50px;
}
@media only screen and (max-width: 980px) {
  .specials-list .special .description:before {
    top: 15px;
  }
}
.specials-list .special:hover .overlay, .specials-list .special.active .overlay {
  background: rgba(149, 128, 78, 0.8);
}
.specials-list .special:hover .description, .specials-list .special.active .description {
  margin-top: 0;
  opacity: 1;
}
.specials-list.col-3 .special {
  width: 33%;
}
.specials-list .overlay {
  background: rgba(79, 79, 80, 0.2);
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  text-align: center;
  z-index: 20;
  transition: background-color 500ms cubic-bezier(1, 0, 0, 1);
}
.specials-list img {
  visibility: hidden;
  width: 100%;
}
.specials-list .thumbnail {
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  overflow: hidden;
  transition: transform 500ms cubic-bezier(1, 0, 0, 1);
  width: 100%;
  z-index: 10;
}

.specials:after {
  clear: both;
  content: "";
  display: table;
}
.specials .specials-nav {
  margin: 80px 0 40px;
}
@media (max-width: 767px) {
  .specials .specials-nav {
    margin: 80px 20px 40px;
  }
}
.specials .specials-nav a {
  margin-left: 15px;
}
.specials .specials-nav a:first-child {
  margin-left: 0;
}
.specials .specials-nav a.active, .specials .specials-nav a:hover {
  color: #95804E;
}
.specials .button {
  padding: 10px 50px;
}
.specials .button.alternate {
  background-color: #95804E;
}
.specials .button.alternate:hover {
  background-color: #000;
}
.specials .block-list {
  margin-bottom: 20px;
}
.specials .block-list .block-list-item {
  margin-bottom: 40px;
  overflow: hidden;
  padding-left: 50px;
  text-align: left;
  border: 1px solid #d7d7d7;
}
@media (max-width: 767px) {
  .specials .block-list .block-list-item {
    padding-left: 0;
    text-align: center;
  }
}
.specials .block-list .block-list-item h3 {
  margin: 30px 0 20px;
  font-size: 34px;
}
.specials .block-list .block-list-item h3 a {
  text-decoration: none;
}
@media (max-width: 767px) {
  .specials .block-list .block-list-item h3 {
    margin: 30px 20px 0;
  }
}
@media (max-width: 767px) {
  .specials .block-list .block-list-item p {
    margin: 30px 20px 20px;
  }
}
.specials .block-list .block-list-item .thumbnail {
  margin: 0 0 0 20px;
}
@media (max-width: 767px) {
  .specials .block-list .block-list-item .thumbnail {
    width: 100%;
    margin: 0 0 25px 0;
    height: 50vw;
    overflow: hidden;
    float: none;
  }
}
.specials .block-list .block-list-item .thumbnail img {
  width: 100%;
}
.specials .block-list .block-list-item nav a {
  margin-bottom: 20px;
}
.specials .center-column {
  max-width: 895px;
  padding: 0;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .specials .center-column {
    padding: 0 20px;
  }
}
.specials .image-list {
  text-align: center;
  font-size: 0;
}
.specials .image-list .image-list-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 380px;
  height: 380px;
  margin: 0 10px 20px;
  background: #fff;
}
@media (max-width: 767px) {
  .specials .image-list .image-list-item {
    height: 150px;
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.specials .image-list .image-list-item a {
  display: block;
  height: 100%;
  width: 100%;
}
.specials .image-list .image-list-item .thumbnail {
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: #ccc;
  background-size: cover;
  background-position: 50% 50%;
  opacity: 0.8;
}
.specials .image-list .image-list-item a:hover .thumbnail {
  opacity: 1;
}
.specials .image-list .image-list-item .wrapper {
  padding: 20px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.specials .image-list .image-list-item .wrapper:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.35em;
}
.specials .image-list .image-list-item .wrapper .centered {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.specials .image-list .image-list-item .wrapper h4 {
  margin-bottom: 2px;
  font: bold 20px/24px "OpenSans WF", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
}
.specials .image-list .image-list-item .wrapper h4 a {
  color: inherit;
  text-decoration: none;
}
.specials .image-list .image-list-item .wrapper p {
  font: italic 16px/18px "OpenSans WF", "Helvetica Neue", "Helvetica", Arial, sans-serif;
}
.specials .image-list-item {
  position: relative;
  overflow: hidden;
  height: 300px;
  width: 100%;
  margin: 0 auto 20px;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
}
@media (max-width: 767px) {
  .specials .image-list-item {
    height: auto;
  }
}
.specials .image-list-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #e2e2e2;
  z-index: -1;
  box-sizing: border-box;
}
.specials .image-list-item .background {
  position: relative;
  width: 350px;
  height: 300px;
  margin-left: 40px;
  display: block;
  float: right;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 980px) {
  .specials .image-list-item .background {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .specials .image-list-item .background {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.specials .image-list-item .description {
  box-sizing: border-box;
  width: 100%;
  display: block;
  padding: 25px;
}
@media (max-width: 767px) {
  .specials .image-list-item .description {
    padding: 20px 20px 10px 20px;
    text-align: center;
  }
}
.specials .image-list-item .description h3 {
  font: 24px "Open Sans";
  line-height: 30px;
  color: #151616;
  margin-bottom: 15px;
}
.specials .image-list-item .description h3 a {
  text-decoration: none;
}
.specials .image-list-item .description h3 a:hover {
  color: #54baba;
}
.specials .image-list-item .description nav {
  position: absolute;
  bottom: 30px;
  left: 25px;
}
@media only screen and (max-width: 980px) {
  .specials .image-list-item .description nav {
    bottom: 25px;
  }
}
@media (max-width: 767px) {
  .specials .image-list-item .description nav {
    text-align: center;
    width: 100%;
    left: auto;
    right: auto;
    bottom: auto;
    position: relative;
  }
}
.specials .thumbnail-bg {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  float: none;
  margin: -100px 0 50px;
  width: 100%;
}
.specials .thumbnail-bg img {
  display: block;
  visibility: hidden;
  width: 100%;
}
@media (max-width: 767px) {
  .specials .thumbnail-bg {
    width: 100%;
    float: none;
    margin-top: -50px;
    margin-left: 0;
  }
}

.vouchers-section .center-column {
  max-width: 980px;
  padding: 0 30px;
}
.vouchers-section .vouchers-list {
  margin-bottom: 20px;
}
.vouchers-section .categories {
  margin: 0 0 40px;
  text-align: center;
}
.vouchers-section .categories .category-link {
  margin-left: 15px;
  color: #4f4f50;
  text-decoration: underline;
}
.vouchers-section .categories .category-link:first-child {
  margin-left: 0;
}
.vouchers-section .categories .category-link.active, .vouchers-section .categories .category-link:hover {
  color: #95804E;
}
.vouchers-section .entry {
  display: flex;
  margin-bottom: 40px;
  text-align: left;
  border: 1px solid #d7d7d7;
}
@media (max-width: 767px) {
  .vouchers-section .entry {
    flex-wrap: wrap;
    text-align: center;
  }
}
.vouchers-section .entry .entry-thumb {
  order: 1;
  position: relative;
  width: 350px;
  min-height: 300px;
  background-color: #efdcaf;
}
@media (max-width: 767px) {
  .vouchers-section .entry .entry-thumb {
    width: 100%;
    height: 50vw;
    min-height: 200px;
    flex-shrink: 0;
    order: 0;
  }
}
.vouchers-section .entry .entry-copy {
  width: calc(100% - 350px);
  padding: 30px 20px 0 50px;
}
@media (max-width: 767px) {
  .vouchers-section .entry .entry-copy {
    width: 100%;
    padding: 30px 20px 0;
  }
}
.vouchers-section .entry .entry-copy h3 {
  margin-bottom: 20px;
  font-size: 34px;
}
.vouchers-section .entry .entry-copy h3 a {
  text-decoration: none;
}
@media (max-width: 767px) {
  .vouchers-section .entry .entry-copy h3 {
    margin-bottom: 30px;
  }
}
.vouchers-section .entry .entry-copy p {
  margin-bottom: 20px;
}
.vouchers-section .entry .entry-copy nav .button {
  margin-bottom: 20px;
  padding: 10px 50px;
}
.vouchers-section .entry .entry-copy nav .button.alternate {
  background-color: #95804E;
}
.vouchers-section .entry .entry-copy nav .button.alternate:hover {
  background-color: #000;
}

.careers h4 {
  margin-bottom: 10px;
}
.careers.last dl:last-child {
  border-bottom: 0;
}
.careers dt {
  color: #282828;
  font: 20px/1 "Roadway WF", "Arial", sans-serif;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .careers dt {
    margin-bottom: 10px;
  }
}
.careers dd {
  margin-bottom: 20px;
}
.careers .block-list-item {
  padding: 0;
}

.hotel-location-map, .poi-map-canvas {
  height: 444px;
  background: #e5e3df;
}
.hotel-location-map h4, .poi-map-canvas h4 {
  color: #95804E;
  font: 16px "Cinzel WF", "Arial", sans-serif;
  margin: 0 0 10px;
}
.hotel-location-map p, .poi-map-canvas p {
  margin: 5px 0 10px;
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
}
.hotel-location-map .map-content, .poi-map-canvas .map-content {
  overflow: hidden;
  text-align: left;
}

#home-location-map {
  padding: 50px 0 50px;
}
#home-location-map h1, #home-location-map .heading {
  font-size: 46px;
  color: #95804e;
}
@media only screen and (max-width: 980px) {
  #home-location-map h1, #home-location-map .heading {
    font-size: 3.5vw;
  }
}
@media (max-width: 767px) {
  #home-location-map h1, #home-location-map .heading {
    font-size: 28px;
  }
}

.pressroom {
  position: relative;
}
.pressroom h1 {
  font: 36px/46px "OpenSans WF", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  padding-bottom: 30px;
  text-align: center;
  color: #4D3040;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 767px) {
  .pressroom h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
.pressroom h1:after {
  content: "";
  height: 2px;
  width: 140px;
  background: #EEEEEE;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
.pressroom h2 {
  font: 200 italic 20px/27px "OpenSans WF", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  padding: 25px 0 25px;
  text-align: center;
  color: #A2A2A2;
  text-transform: none;
}
.home .pressroom {
  max-width: 1060px;
  font-size: 0;
  margin: 90px auto 100px;
}
.home .pressroom .button-wrap {
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .home .pressroom {
    margin: 40px auto 20px;
  }
}
.home .pressroom .slick-list {
  margin: 0 -10px;
}
.home .pressroom .image-list-item {
  margin: 0 10px;
}
.pressroom .slideshow {
  overflow: hidden;
  text-align: center;
}
@media (max-width: 767px) {
  .pressroom .slideshow {
    left: 0;
    transform: translateX(0);
    -ms-transform: translateX(0);
    width: 100%;
  }
}
.pressroom .image-list .image-list-item {
  height: 370px;
  width: 100%;
}
@media only screen and (max-width: 980px) {
  .pressroom .image-list .image-list-item {
    height: auto;
  }
}
@media (max-width: 767px) {
  .pressroom .image-list .image-list-item {
    height: auto;
  }
}
.pressroom .pressroom-wrap {
  position: relative;
  height: 300px;
  width: 100%;
  overflow: hidden;
}
.pressroom .pressroom-wrap .thumbnail {
  background-size: cover;
  background-position: 50% 50%;
  font-size: 14px;
  height: 300px;
  overflow: hidden;
  position: relative;
  float: none;
  margin: 0;
  transform: scale(1);
  -ms-transform: scale(1);
  transition: all 350ms cubic-bezier(0.42, 0, 0.58, 1);
}
.pressroom .pressroom-wrap img {
  display: none;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.pressroom .category-selector {
  margin: 0 0 30px 20px;
  font-size: 0;
}
.pressroom .category-selector:after {
  clear: both;
  content: "";
  display: table;
}
.pressroom button {
  font: normal 22px/26px "OpenSans WF", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin: 0 20px 20px 0;
  padding: 0 20px;
  height: 39px;
  border: 1px solid #EEEEEE;
  background: rgba(149, 128, 78, 0.85);
  color: #fff;
  text-transform: none;
  transition: background-color 200ms, color 200ms;
}
.pressroom button:hover, .pressroom button.active {
  background-color: #000;
}
@media (max-width: 767px) {
  .pressroom button {
    font-size: 18px;
    padding: 0 10px;
  }
}
.pressroom .pressroom-header {
  display: block;
  height: auto;
  padding: 20px 20px 20px 0;
  overflow: hidden;
  width: auto;
}
@media (max-width: 767px) {
  .pressroom .pressroom-header {
    width: 100%;
    padding: 20px 0 20px 0;
  }
}
.pressroom .pressroom-header .time {
  display: block;
  color: #4A4A4A;
  font-size: 14px;
  line-height: 24px;
  float: left;
  padding: 0 35px 0 0;
  text-align: left;
}
@media only screen and (max-width: 980px) {
  .pressroom .pressroom-header .time {
    padding: 0 15px 0 0;
  }
}
.pressroom .pressroom-header h4 {
  display: block;
  color: #95804E;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  float: left;
  width: 75%;
  text-align: left;
}
.pressroom .pressroom-header h4 a {
  text-decoration: none;
}
@media only screen and (max-width: 980px) {
  .pressroom .pressroom-header h4 {
    padding: 0 10px 0 0;
    font-size: 16px;
    line-height: 20px;
    float: none;
    width: auto;
  }
}
.pressroom .arrows button {
  background: url("../images/sprite.svg") 0 0 no-repeat;
  display: inline-block;
  width: 42px;
  height: 42px;
  margin: 25px 5px 0;
  overflow: hidden;
  text-indent: -100em;
  border: 0;
  position: absolute;
  top: 50%;
}
.pressroom .arrows button.slick-prev {
  left: -40px;
  background-position: 0 -140px;
}
.pressroom .arrows button.slick-prev:hover {
  background-position: -60px -140px;
}
.pressroom .arrows button.slick-prev:active {
  left: -41px;
}
@media only screen and (max-width: 980px) {
  .pressroom .arrows button.slick-prev {
    left: 40px;
  }
  .pressroom .arrows button.slick-prev:active {
    left: 39px;
  }
}
@media (max-width: 767px) {
  .pressroom .arrows button.slick-prev {
    left: 40px;
  }
  .pressroom .arrows button.slick-prev:active {
    left: 39px;
  }
}
.pressroom .arrows button.slick-next {
  background-position: -180px -140px;
  right: -40px;
}
.pressroom .arrows button.slick-next:hover {
  background-position: -240px -140px;
}
.pressroom .arrows button.slick-next:active {
  right: -41px;
}
@media only screen and (max-width: 980px) {
  .pressroom .arrows button.slick-next {
    right: 40px;
  }
  .pressroom .arrows button.slick-next:active {
    right: 39px;
  }
}
@media (max-width: 767px) {
  .pressroom .arrows button.slick-next {
    right: 40px;
  }
  .pressroom .arrows button.slick-next:active {
    right: 39px;
  }
}

.pressroom-item.image-list-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 370px;
  width: 48%;
  margin: 0 0 55px 2%;
  overflow: hidden;
}
@media only screen and (max-width: 980px) {
  .pressroom-item.image-list-item {
    height: auto;
  }
}
@media (max-width: 767px) {
  .pressroom-item.image-list-item {
    height: auto;
    width: 97%;
    margin: 0 0 20px 20px;
  }
}
.pressroom-item.image-list-item .thumbnail {
  transform: scale(1);
  -ms-transform: scale(1);
  transition: all 350ms cubic-bezier(0.42, 0, 0.58, 1);
}
.pressroom-item.image-list-item .description {
  overflow: hidden;
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  padding: 0 20px;
  text-align: center;
  background: rgba(149, 128, 78, 0.8);
  font-size: 14px;
  line-height: 1.5;
  color: #A2A2A2;
  font-weight: 400;
  transition: all 400ms ease-in-out;
}
.pressroom-item.image-list-item .description h4 {
  color: #fff;
  font-size: 18px;
}
.pressroom-item.image-list-item .description p {
  margin-bottom: 15px;
  color: #fff;
}
.pressroom-item.image-list-item .description a {
  color: #BDA17B;
}
.pressroom-item.image-list-item .description a:hover {
  color: #fff;
}
.pressroom-item.image-list-item .description nav a {
  display: block;
}
.pressroom-item.image-list-item:hover .description {
  opacity: 1;
}
.pressroom-item.image-list-item:hover .thumbnail {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
}

#home-gallery {
  padding: 100px 0 50px;
}
@media (max-width: 767px) {
  #home-gallery {
    padding: 50px 0 0;
  }
}
#home-gallery h1, #home-gallery .heading {
  font-size: 46px;
  margin-bottom: 40px;
  font-size: 3.5vw;
  color: #95804e;
}
@media (max-width: 800px) {
  #home-gallery h1, #home-gallery .heading {
    font-size: 28px;
  }
}
@media (min-width: 1314.2857142857px) {
  #home-gallery h1, #home-gallery .heading {
    font-size: 46px;
  }
}
#home-gallery img {
  visibility: hidden;
}
#home-gallery ul {
  align-items: stretch;
  display: flex;
  font-size: 0;
  overflow: hidden;
}
#home-gallery li {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  overflow: hidden;
  vertical-align: top;
  width: 40%;
}
#home-gallery a {
  background-size: cover;
  background-position: 50% 50%;
  display: inline-block;
  height: 100%;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  width: 100%;
}
#home-gallery a .thumbnail {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#home-gallery .img-0 {
  width: 20%;
}
#home-gallery .imgs-3 a {
  height: 50%;
  width: 50%;
}
#home-gallery .imgs-3 a:first-child {
  width: 100%;
}
#home-gallery .imgs-3:nth-child(2n+1) a:first-child {
  width: 50%;
}
#home-gallery .imgs-3:nth-child(2n+1) a:last-child {
  width: 100%;
}

.gallery-list {
  font-size: 0;
  position: relative;
  overflow: hidden;
  z-index: 0;
  text-align: center;
}
.gallery-list + #footer {
  padding-top: 100px;
}
@media only screen and (max-width: 980px) {
  .gallery-list + #footer {
    padding-top: 50px;
  }
}
.gallery-list .gallery {
  color: #fff;
  display: inline-block;
  max-height: 600px;
  overflow: hidden;
  position: relative;
  width: 50%;
}
.gallery-list .gallery .h2 {
  color: #fff;
  display: block;
  font: 40px/1 "Cinzel WF", "Arial", sans-serif;
  font-size: 3vw;
  padding: 0 50px;
}
@media (max-width: 666.6666666667px) {
  .gallery-list .gallery .h2 {
    font-size: 20px;
  }
}
@media (min-width: 1333.3333333333px) {
  .gallery-list .gallery .h2 {
    font-size: 40px;
  }
}
.gallery-list .gallery .description {
  display: inline-block;
  font-size: 16px;
  font-size: 1.5vw;
  line-height: 1.45;
  overflow: hidden;
  margin-top: -100%;
  opacity: 0;
  padding: 60px 0 0;
  position: relative;
  transition: opacity 500ms cubic-bezier(1, 0, 0, 1), margin-top 500ms cubic-bezier(1, 0, 0, 1);
  width: 50%;
}
@media (max-width: 800px) {
  .gallery-list .gallery .description {
    font-size: 12px;
  }
}
@media (min-width: 1066.6666666667px) {
  .gallery-list .gallery .description {
    font-size: 16px;
  }
}
@media only screen and (max-width: 980px) {
  .gallery-list .gallery .description {
    padding-top: 30px;
  }
}
.gallery-list .gallery .description:before {
  background: #ddd;
  content: "";
  display: inline-block;
  height: 1px;
  position: absolute;
  left: calc(50% - 25px);
  top: 30px;
  width: 50px;
}
@media only screen and (max-width: 980px) {
  .gallery-list .gallery .description:before {
    top: 15px;
  }
}
.gallery-list .gallery:hover .overlay {
  background: rgba(149, 128, 78, 0.8);
}
.gallery-list .gallery:hover .description {
  margin-top: 0;
  opacity: 1;
}
.gallery-list .overlay {
  background: rgba(79, 79, 80, 0.2);
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  text-align: center;
  z-index: 20;
  transition: background-color 500ms cubic-bezier(1, 0, 0, 1);
}
.gallery-list img {
  visibility: hidden;
  width: 100%;
}
.gallery-list .thumbnail {
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  margin: 0;
  overflow: hidden;
  transition: transform 500ms cubic-bezier(1, 0, 0, 1);
  width: 100%;
  z-index: 10;
}

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

.form {
  display: block;
  margin-bottom: 20px;
  text-align: left;
}
.form h3 {
  border-bottom: 1px solid #e2e2e2;
  margin-top: 20px;
  padding-bottom: 10px;
  text-align: center;
}
.form label {
  float: left;
  font-size: 14px;
  line-height: 1.2;
  margin: 12px 20px 0 0;
  text-align: right;
  width: 40%;
}
@media (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 {
  content: "";
  display: table;
  clear: both;
}
.form p .ui-datepicker-trigger {
  margin-top: 13px;
}
@media (max-width: 767px) {
  .form p .ui-datepicker-trigger {
    display: none;
  }
}
.form p span {
  float: left;
  margin: 0 10px 0 0;
}
.form p span.checkbox-group {
  margin-bottom: 10px;
}
.form p span input {
  display: inline;
  float: none;
  margin: 0;
}
.form p span label {
  display: inline;
  float: none;
  width: auto;
  text-align: left;
}
.form p span.group label {
  display: block;
}
.form p span.group label input {
  margin-right: 0.4em;
}
.form p.iagree {
  margin: 20px 0;
  text-align: center;
}
.form p.iagree label {
  float: none;
  margin-left: 10px;
}
.form input[type=text], .form input[type=date], .form textarea {
  border: 1px solid #f1f1f1;
  box-sizing: border-box;
  color: #4F4F50;
  font: 14px/30px "Cinzel WF", "Arial", sans-serif;
  height: 40px;
  padding: 10px 20px;
  text-transform: uppercase;
  resize: none;
  width: 250px;
  -webkit-appearance: none;
}
@media (max-width: 767px) {
  .form input[type=text], .form input[type=date], .form textarea {
    margin-bottom: 10px;
    padding: 0 20px;
    width: 100%;
    text-align: left;
  }
}
.form select {
  height: 40px;
  line-height: 38px;
  font: 14px/30px "Cinzel WF", "Arial", sans-serif;
}
.form select + .select-icon {
  margin-top: 17px;
}
.form textarea {
  height: 100px;
  overflow: auto;
  line-height: 20px;
  padding: 10px 20px;
}
.form input[type=checkbox],
.form input[type=radio] {
  width: 14px;
  height: 14px;
  padding: 0;
  vertical-align: top;
  margin-top: 1px;
}
.form input.date-pick {
  width: 120px;
  float: left;
}
@media (max-width: 767px) {
  .form input.date-pick {
    float: none;
    display: block;
    width: 100%;
  }
}
.form a.dp-choose-date {
  float: left;
  position: static;
  margin: 13px 0 0 6px;
}
.form .controls p {
  padding: 20px 0 0 40%;
  width: auto;
  background: none;
}
@media (max-width: 767px) {
  .form .controls p {
    padding: 0;
    text-align: center;
  }
}
.form .controls .button {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .form .controls .button {
    display: inline-block;
    margin: 0;
  }
}
.form .g-recaptcha {
  width: 300px;
  margin: 0 auto;
}

.poi {
  margin-bottom: 40px;
}

.poi-maps-container {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.poi-maps-container .poi-map-canvas {
  position: absolute;
  left: 0;
  top: -100%;
  width: 100%;
  height: 100%;
}
.poi-maps-container .poi-map-canvas.visible {
  top: 0;
}

.poi .category-selector {
  margin-bottom: 20px;
}
.poi .category-selector:after {
  clear: both;
  content: "";
  display: table;
}
.poi .category-selector .button {
  margin-right: 10px;
}

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

.poi .categories {
  margin-top: 20px;
}
.poi .categories .poi-category.hidden {
  display: none;
}
.poi .categories .poi-category table {
  width: 100%;
}
.poi .categories .poi-category table th {
  white-space: nowrap;
}
.poi .categories .poi-category table td {
  vertical-align: middle;
  background: none;
}
.poi .categories .poi-category table td.center {
  text-align: center;
}
.poi .categories .poi-category table td.poi-title {
  text-align: left;
}
@media (max-width: 767px) {
  .poi .categories .poi-category table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .poi .categories .poi-category table tr {
    border-bottom: 1px solid #ddd;
    display: block;
  }
  .poi .categories .poi-category table td {
    display: block;
  }
  .poi .categories .poi-category table td:before {
    font: 22px/1 "Cinzel WF", "Arial", sans-serif;
    width: 100%;
    display: block;
    content: attr(data-label);
    margin-bottom: 7px;
  }
  .poi .categories .poi-category table td .show-on-map {
    display: inline-block;
  }
}
.poi .categories .poi-category .expand-description {
  text-decoration: underline;
  cursor: pointer;
  color: #327d7d;
}
.poi .categories .poi-category .expand-description:hover {
  color: #54baba;
}
.poi .categories .poi-category .show-on-map {
  display: block;
  height: 16px;
  width: 10px;
  margin: 0 auto;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common.svg") -400px 0 no-repeat;
  cursor: pointer;
}
.poi .categories .poi-category .show-on-map:hover {
  background-position: -430px 0;
}
.poi .categories .poi-category .show-on-map:active {
  background-position: -460px 0;
}
.poi .categories .poi-category tr.description {
  display: none;
}
.poi .categories .poi-category tr.description.visible {
  display: table-row;
}
.poi .categories .poi-category tr.description .thumbnail {
  margin-bottom: 0;
}
.poi .categories .poi-category tr.description p {
  margin: 0 0 10px;
  font-size: 12px;
}
.poi .categories .poi-category tr.description nav > * {
  margin-left: 10px;
}
.poi .categories .poi-category tr.description nav > *:first-child {
  margin-left: 0;
}

.poi .hotels {
  display: none;
}

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

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

#calendar-views {
  float: left;
}
#calendar-views:after {
  clear: both;
  content: "";
  display: table;
}
@media (max-width: 767px) {
  #calendar-views {
    float: none;
    text-align: center;
    margin-bottom: 30px;
  }
}
#calendar-views li {
  float: left;
}
@media (max-width: 767px) {
  #calendar-views li {
    display: inline-block;
    float: none;
  }
}
#calendar-views a {
  color: #A59368;
  display: block;
  line-height: 18px;
  margin-right: 20px;
  padding-left: 30px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #calendar-views a {
    margin-right: 0;
    margin-left: 20px;
  }
  #calendar-views a.grid {
    margin-left: 0;
  }
}
#calendar-views a:hover, #calendar-views a.active {
  color: #4F4F50;
}
#calendar-views a:before {
  background: url("../images/common.svg") 0 0 no-repeat;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
#calendar-views a.grid:before {
  background-position: -200px 0;
}
#calendar-views a.grid:hover:before, #calendar-views a.grid.active:before {
  background-position: -240px 0;
}
#calendar-views a.grid:active:before {
  background-position: -280px 0;
}
#calendar-views a.list:before {
  background-position: -200px -38px;
}
#calendar-views a.list:hover:before, #calendar-views a.list.active:before {
  background-position: -240px -38px;
}
#calendar-views a.list:active:before {
  background-position: -280px -38px;
}

#calendar-filter {
  float: right;
}
@media (max-width: 767px) {
  #calendar-filter {
    margin-top: 10px;
    float: none;
  }
}

#calendar-breadcrumb {
  padding: 10px 0;
  margin-bottom: 20px;
}
#calendar-breadcrumb:after {
  clear: both;
  content: "";
  display: table;
}
#calendar-breadcrumb dt, #calendar-breadcrumb dd {
  float: left;
  font-size: 12px;
  margin-right: 10px;
  color: #53565a;
}
@media (max-width: 767px) {
  #calendar-breadcrumb dt, #calendar-breadcrumb dd {
    float: none;
    display: inline-block;
  }
}

#calendar-year {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #calendar-year {
    display: none;
  }
}
#calendar-year:after {
  clear: both;
  content: "";
  display: table;
}
#calendar-year li {
  float: left;
}
#calendar-year a {
  border-bottom: 1px solid #F1F1F1;
  color: #F1F1F1;
  display: block;
  margin-right: 1px;
  padding: 5px 0;
  text-decoration: none;
}
#calendar-year a:hover {
  border-color: #717272;
  color: #717272;
}
#calendar-year .active a {
  border-color: #A59368;
  color: #A59368;
}
#calendar-year .active a:hover {
  border-color: #4F4F50;
  color: #4F4F50;
}

#calendar-month {
  height: 40px;
  margin-bottom: 20px;
  position: relative;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: newspaper;
}
@media (max-width: 767px) {
  #calendar-month {
    -moz-text-align-last: auto;
         text-align-last: auto;
  }
}
#calendar-month:after {
  clear: both;
  content: "";
  display: table;
}
#calendar-month:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  height: 0;
}
#calendar-month li {
  display: inline;
}
#calendar-month a {
  color: #4F4F50;
  display: inline-block;
  font: 12px/40px "OpenSans WF", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  height: 40px;
  padding: 0 10px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: top;
}
@media only screen and (max-width: 980px) {
  #calendar-month a {
    padding: 0 5px;
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  #calendar-month a {
    padding: 0 7px;
    font-size: 11px;
    text-align: center;
  }
}
#calendar-month a:hover {
  background: #A59368;
  color: #fff;
}
#calendar-month a.active {
  background: #A59368;
  color: #fff;
}
#calendar-month a.active:hover {
  background: #4F4F50;
  color: #fff;
}
@media (max-width: 767px) {
  #calendar-month {
    -moz-text-align-last: auto;
         text-align-last: auto;
  }
  #calendar-month li {
    display: none;
  }
  #calendar-month li.current, #calendar-month li.prev, #calendar-month li.next {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 30%;
  }
  #calendar-month li.current a {
    font-size: 12px;
    padding: 0 10px;
    display: block;
  }
  #calendar-month li.prev a, #calendar-month li.next a {
    display: block;
    font-size: 12px;
    padding-right: 0;
    padding-left: 30px;
  }
  #calendar-month li.prev a:after, #calendar-month li.next a:after {
    background: url(../images/common.svg) -200px -196px no-repeat;
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: 11px;
    width: 11px;
    height: 18px;
  }
  #calendar-month li.prev a:hover, #calendar-month li.next a:hover {
    background-color: transparent;
    color: #327d7d;
  }
  #calendar-month li.prev a:hover:after, #calendar-month li.next a:hover:after {
    background-position: -231px -196px;
  }
  #calendar-month li.prev a:active, #calendar-month li.next a:active {
    top: auto;
  }
  #calendar-month li.next a {
    padding-left: 0;
    padding-right: 30px;
  }
  #calendar-month li.next a:after {
    background-position: -200px -234px;
    left: auto;
    right: 5px;
  }
  #calendar-month li.next a:hover:after {
    background-position: -231px -234px;
  }
}

#calendar-navigation {
  display: block;
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
#calendar-navigation h2 {
  padding: 0 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
  background-color: #eee;
}
#calendar-navigation a.prev, #calendar-navigation a.next {
  position: absolute;
  top: 11px;
  width: 11px;
  height: 18px;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
  margin: 0 10px 0 10px;
  background: url("../images/common.svg") 0 0 no-repeat;
}
#calendar-navigation a.next {
  right: 0;
  background-position: -200px -234px;
}
#calendar-navigation a.next:hover {
  background-position: -231px -234px;
}
#calendar-navigation a.next:active {
  background-position: -262px -234px;
}
#calendar-navigation a.prev {
  left: 0;
  background-position: -200px -196px;
}
#calendar-navigation a.prev:hover {
  background-position: -231px -196px;
}
#calendar-navigation a.prev:active {
  background-position: -262px -196px;
}

#calendar-week, #calendar-days {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#calendar-week:after, #calendar-days:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  height: 0;
}
#calendar-week li, #calendar-days li {
  display: inline-block;
  width: 13%;
}

#calendar-week {
  height: 40px;
  line-height: 40px;
}
@media (max-width: 767px) {
  #calendar-week {
    display: none;
  }
}
#calendar-week li {
  color: #595756;
  font: bold 16px/40px "Cinzel WF", "Arial", sans-serif;
  text-align: center;
}
#calendar-week li .short {
  display: none;
}
@media only screen and (max-width: 980px) {
  #calendar-week li .full {
    display: none;
  }
  #calendar-week li .short {
    display: inline;
  }
}
@media (max-width: 767px) {
  #calendar-week li .full {
    display: none;
  }
  #calendar-week li .short {
    display: inline;
  }
}

#calendar-days {
  position: relative;
}
#calendar-days li {
  margin: 0 0 1em;
  min-height: 8em;
  text-align: left;
  -moz-text-align-last: left;
       text-align-last: left;
  vertical-align: top;
  position: static;
  border: 1px solid #e2e2e2;
}
@media (max-width: 767px) {
  #calendar-days li {
    display: block;
    float: none;
    width: 100%;
    min-height: auto !important;
    height: auto !important;
  }
  #calendar-days li dl {
    margin-top: auto !important;
    height: auto;
  }
  #calendar-days li dl dt {
    width: 100% !important;
    padding-bottom: 10px;
  }
}
#calendar-days li time a {
  text-align: center;
  color: #4F4F50;
  display: block;
  font-size: 12px;
  padding: 0.5em 1em;
  text-decoration: none;
}
#calendar-days li time a:hover {
  background: #e2e2e2;
}
#calendar-days li.prev_month, #calendar-days li.next_month {
  border: 1px solid #f1f1f1;
}
#calendar-days li.prev_month time a, #calendar-days li.next_month time a {
  color: #595756;
}
#calendar-days li.prev_month time a:hover, #calendar-days li.next_month time a:hover {
  background: #f1f1f1;
}
#calendar-days li.day_items3 {
  height: 9em;
}
#calendar-days li.day_items4 {
  height: 11em;
}
#calendar-days li.day_items5 {
  height: 13em;
}
#calendar-days li.day_items6 {
  height: 15em;
}
#calendar-days li.day_items7 {
  height: 17em;
}
#calendar-days li.day_items8 {
  height: 19em;
}
#calendar-days li.day_items9 {
  height: 21em;
}
#calendar-days li.day_items10 {
  height: 23em;
}
#calendar-days li.day_items11 {
  height: 25em;
}
#calendar-days li.day_items12 {
  height: 27em;
}
#calendar-days li.day_items13 {
  height: 29em;
}
#calendar-days li.day_items14 {
  height: 31em;
}
#calendar-days li.day_items15 {
  height: 33em;
}
#calendar-days li.day_items16 {
  height: 35em;
}
#calendar-days li.day_items17 {
  height: 37em;
}
#calendar-days li.day_items18 {
  height: 39em;
}
#calendar-days li.day_items19 {
  height: 41em;
}
#calendar-days li.day_items20 {
  height: 43em;
}
#calendar-days dl {
  display: block;
  height: 2em;
}
#calendar-days dl:hover {
  position: relative;
}
@media (max-width: 767px) {
  #calendar-days dl.hide {
    display: block !important;
  }
}
#calendar-days dt {
  position: relative;
}
#calendar-days dt a {
  display: block;
  height: 1.8em;
  width: auto;
  line-height: 1.8em;
  padding: 0 0.5em 0 1em;
  text-decoration: none;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0.7em;
  background: #327d7d;
  color: #fff;
}
@media (max-width: 767px) {
  #calendar-days dt a {
    height: 2.8em;
    line-height: 2.8em;
  }
}
#calendar-days dl.w1 dt {
  width: 100%;
}
#calendar-days dl.w2 dt {
  width: 211.5%;
}
#calendar-days dl.w3 dt {
  width: 323%;
}
#calendar-days dl.w4 dt {
  width: 434.5%;
}
#calendar-days dl.w5 dt {
  width: 546%;
}
#calendar-days dl.w6 dt {
  width: 657.5%;
}
#calendar-days dl.w7 dt {
  width: 769%;
}
#calendar-days dl.c1 dt a {
  background-color: #8db294;
}
#calendar-days dl.c2 dt a {
  background-color: #ada39a;
}
#calendar-days dl.c3 dt a {
  background-color: #85a9b7;
}
#calendar-days dl.c4 dt a {
  background-color: #bc8e8f;
}
#calendar-days dl.c5 dt a {
  background-color: #ac9bc1;
}
#calendar-days dl.c6 dt a {
  background-color: #87b6c7;
}
#calendar-days dl.c7 dt a {
  background-color: #bb85aa;
}
#calendar-days dl.c8 dt a {
  background-color: #a4a4a4;
}
#calendar-days dl dd {
  position: absolute;
  left: 0;
  bottom: 20px;
  background: #fff;
  color: #717272;
  font-size: 12px;
  margin-bottom: 10px;
  padding: 10px;
  text-align: left;
  visibility: hidden;
  width: 200px;
  z-index: 999;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  transform: translate3d(0, 0, 0);
}
@media (max-width: 767px) {
  #calendar-days dl dd {
    display: none !important;
  }
}
#calendar-days dl dd .triangle {
  position: absolute;
  bottom: -13px;
  height: 14px;
  text-align: center;
}
#calendar-days dl dd .triangle span {
  display: inline-block;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  border-top: 14px solid #fff;
  margin-left: 93px;
}
#calendar-days dl dd h3 {
  color: #717272;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5;
  text-transform: uppercase;
}
#calendar-days dl dd img {
  height: auto;
  width: 100%;
}
#calendar-days dl dd p {
  font-size: 12px;
  line-height: 18px;
  padding: 0 0 10px 0;
  width: 100%;
}
#calendar-days dl:hover dd {
  visibility: visible;
}
#calendar-days dl.t1 {
  margin-top: 2em;
}
#calendar-days dl.t2 {
  margin-top: 4em;
}
#calendar-days dl.t3 {
  margin-top: 6em;
}
#calendar-days dl.t4 {
  margin-top: 8em;
}
#calendar-days dl.t5 {
  margin-top: 10em;
}
#calendar-days dl.t6 {
  margin-top: 12em;
}
#calendar-days dl.t7 {
  margin-top: 14em;
}
#calendar-days dl.t8 {
  margin-top: 16em;
}
#calendar-days dl.t9 {
  margin-top: 18em;
}
#calendar-days dl.t10 {
  margin-top: 20em;
}
#calendar-days dl.t11 {
  margin-top: 22em;
}
#calendar-days dl.t12 {
  margin-top: 24em;
}
#calendar-days dl.t13 {
  margin-top: 26em;
}
#calendar-days dl.t14 {
  margin-top: 28em;
}
#calendar-days dl.t15 {
  margin-top: 30em;
}
#calendar-days dl.t16 {
  margin-top: 32em;
}
#calendar-days dl.t17 {
  margin-top: 34em;
}
#calendar-days dl.t18 {
  margin-top: 36em;
}
#calendar-days dl.t19 {
  margin-top: 38em;
}
#calendar-days dl.t20 {
  margin-top: 40em;
}

#calendar.list-view h2 a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  #calendar.list-view #calendar-month {
    display: none;
  }
}
#calendar.list-view .image-list {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
}
#calendar.list-view .image-list h2 a {
  text-decoration: none;
}
#calendar.list-view .image-list h3 a {
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  text-decoration: none;
}

#calendar {
  padding-bottom: 50px;
}
#calendar .vevent .background {
  float: right;
  width: 300px;
  height: 300px;
  margin-left: 20px;
  margin-bottom: 20px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  #calendar .vevent .background {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}

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

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

.acm-content-blocks {
  margin: 100px 0;
}
@media only screen and (max-width: 980px) {
  .acm-content-blocks {
    margin: 60px 0;
  }
}
.acm-content-blocks .content-blocks-switches {
  padding-left: 50%;
  margin-bottom: 40px;
}
@media only screen and (max-width: 980px) {
  .acm-content-blocks .content-blocks-switches {
    padding-left: 0;
    text-align: center;
  }
}
.acm-content-blocks .content-blocks-switches li {
  display: inline-block;
  font: 18px/25px "Cinzel WF", "Arial", sans-serif;
  color: #95804E;
  cursor: pointer;
  transition: color 250ms ease-in-out;
}
@media only screen and (max-width: 980px) {
  .acm-content-blocks .content-blocks-switches li {
    margin: 0 10px !important;
    font-size: 16px;
    line-height: 22px;
  }
}
.acm-content-blocks .content-blocks-switches li:hover {
  color: #3b3e55;
}
.acm-content-blocks .content-blocks-switches li.active {
  text-decoration: underline;
}
.acm-content-blocks .content-blocks-switches li + li {
  margin-left: 40px;
}
.acm-content-blocks .content-blocks-wrapper {
  background: #F4F4F4;
}
.acm-content-blocks .content-blocks-wrapper .item {
  position: relative;
  padding: 60px 70px 110px 50%;
  text-align: left;
  display: none;
}
@media only screen and (max-width: 980px) {
  .acm-content-blocks .content-blocks-wrapper .item {
    padding: 35px 40px 70px 45%;
  }
}
@media (max-width: 767px) {
  .acm-content-blocks .content-blocks-wrapper .item {
    padding: 0;
  }
}
.acm-content-blocks .content-blocks-wrapper .item.active {
  display: block;
}
.acm-content-blocks .content-blocks-wrapper .item .image {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40%;
  height: calc(100% + 60px);
}
@media only screen and (max-width: 980px) {
  .acm-content-blocks .content-blocks-wrapper .item .image {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .acm-content-blocks .content-blocks-wrapper .item .image {
    position: relative;
    bottom: auto;
    width: 100%;
    height: 0;
    padding-top: 50%;
  }
}
.acm-content-blocks .content-blocks-wrapper .item .image img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.acm-content-blocks .content-blocks-wrapper .item .content {
  padding: 0;
}
@media (max-width: 767px) {
  .acm-content-blocks .content-blocks-wrapper .item .content {
    padding: 35px 40px 70px 40px;
  }
}
.acm-content-blocks .content-blocks-wrapper .item h2 {
  font: 42px/57px "Cinzel WF", "Arial", sans-serif;
  color: #727273;
  margin-bottom: 20px;
}
@media only screen and (max-width: 980px) {
  .acm-content-blocks .content-blocks-wrapper .item h2 {
    font-size: 38px;
    line-height: 44px;
  }
}
.acm-content-blocks .content-blocks-wrapper .item .text {
  font-size: 18px;
  line-height: 24px;
  color: #727273;
}
@media only screen and (max-width: 980px) {
  .acm-content-blocks .content-blocks-wrapper .item .text {
    font-size: 16px;
    line-height: 20px;
  }
}
.acm-content-blocks .content-blocks-wrapper .item .link {
  text-transform: uppercase;
  color: #95804E;
}
.acm-content-blocks .content-blocks-wrapper .item .link:hover {
  color: #3b3e55;
}

.menu-tabs-block-acm {
  margin-bottom: 100px;
}
.menu-tabs-block-acm .menu-tabs-block-title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.menu-tabs-block-acm .tabs {
  position: relative;
  z-index: 6;
}
.menu-tabs-block-acm .tabs-titles {
  position: relative;
  margin: 0 0 40px;
  z-index: 20;
}
.menu-tabs-block-acm .tabs-titles ul {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
}
.menu-tabs-block-acm .tabs-titles li.tab-title {
  order: 2;
  display: block;
  transition: all 1s;
}
.menu-tabs-block-acm .tabs-titles li.tab-title.active .button {
  background-color: #fff;
  color: #a73f32;
}
.menu-tabs-block-acm .tabs-titles .button {
  margin: 0 5px 10px;
}
@media (max-width: 767px) {
  .menu-tabs-block-acm .tabs-titles {
    height: 54px;
    margin: 0 0 40px;
  }
  .menu-tabs-block-acm .tabs-titles ul {
    position: relative;
    flex-direction: column;
  }
  .menu-tabs-block-acm .tabs-titles ul::after {
    content: "";
    position: absolute;
    top: 16px;
    right: 20px;
    display: block;
    width: 12px;
    height: 12px;
    border-right: 1px solid #a73f32;
    border-bottom: 1px solid #a73f32;
    transform: rotate(45deg);
    pointer-events: none;
    z-index: 201;
  }
  .menu-tabs-block-acm .tabs-titles li.tab-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
  }
  .menu-tabs-block-acm .tabs-titles li.tab-title.active {
    order: 1;
    position: relative !important;
    z-index: 10;
  }
  .menu-tabs-block-acm .tabs-titles .button {
    margin: 0;
    width: 100%;
  }
  .menu-tabs-block-acm .tabs-titles.opened ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .menu-tabs-block-acm .tabs-titles.opened li.tab-title {
    position: relative;
    top: auto;
    z-index: 10;
  }
}
.menu-tabs-block-acm .tabs-content {
  position: relative;
  width: 100%;
  height: 100%;
  transition: 0.4s;
  z-index: 10;
  overflow: hidden;
}
.menu-tabs-block-acm .tabs-content .tabs-content-item {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: 0.4s;
}
.menu-tabs-block-acm .tabs-content .tabs-content-item.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
.menu-tabs-block-acm .tabs-content p.tabs-content-item-descr {
  margin-bottom: 30px;
  max-width: 70%;
  text-align: center;
}
@media (max-width: 767px) {
  .menu-tabs-block-acm .tabs-content p.tabs-content-item-descr {
    max-width: auto;
    width: 100%;
  }
}
.menu-tabs-block-acm .menu-block {
  width: 46%;
  min-width: 400px;
  margin-right: auto;
  padding: 0 2% 40px;
  text-align: left;
}
@media (max-width: 767px) {
  .menu-tabs-block-acm .menu-block {
    width: 100%;
    min-width: auto;
  }
}
.menu-tabs-block-acm .menu-block h2 {
  color: #a73f32;
  -moz-text-align-last: left;
       text-align-last: left;
}
.menu-tabs-block-acm .menu-block h2 span {
  display: block;
  font-size: 0.8em;
}
.menu-tabs-block-acm .menu-block h3 {
  margin-bottom: 0;
  text-transform: uppercase;
}
.menu-tabs-block-acm .menu-block .dish {
  margin-bottom: 20px;
}
.menu-tabs-block-acm .menu-block .dish p {
  margin-bottom: 0;
}
.menu-tabs-block-acm .menu-block .dish .dish-ingredients {
  margin: 6px 0;
  font-size: 0.8em;
}
.menu-tabs-block-acm .menu-link {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}
.menu-tabs-block-acm .menu-link .button {
  display: inline-block;
}

.acm-spa-accordion {
  margin-top: 24px;
  margin-bottom: 55px;
}
.acm-spa-accordion .center-column {
  max-width: 960px;
  padding: 0 20px;
}
.acm-spa-accordion .trigger {
  position: relative;
  display: block;
  width: 100%;
  padding: 30px 50px 24px;
  font-family: "Cinzel WF", "Arial", sans-serif;
  font-size: 22px;
  line-height: 1.2em;
  font-weight: 400;
  text-align: center;
  color: #727273;
  border-bottom: 1px solid #eeeff2;
}
@media only screen and (max-width: 980px) {
  .acm-spa-accordion .trigger {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .acm-spa-accordion .trigger {
    font-size: 18px;
    padding: 30px;
    padding-right: 60px;
  }
}
.acm-spa-accordion .trigger:before, .acm-spa-accordion .trigger:after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  width: 10px;
  height: 2px;
  background-color: #9c9c9d;
  transform: translateY(-50%);
}
.acm-spa-accordion .trigger:after {
  right: 34px;
  width: 2px;
  height: 10px;
  transition: transform 250ms ease-in-out;
}
.acm-spa-accordion .trigger[aria-expanded=true]:after {
  transform: translateY(-50%) rotate(90deg);
}
.acm-spa-accordion .content {
  position: relative;
  display: none;
  padding: 40px 35px 60px 50px;
  background-color: #fbfcfd;
}
@media (max-width: 767px) {
  .acm-spa-accordion .content {
    padding: 20px;
  }
}
.acm-spa-accordion .columns {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .acm-spa-accordion .columns {
    flex-wrap: wrap;
  }
}
.acm-spa-accordion .triggers {
  width: 48%;
}
@media (max-width: 767px) {
  .acm-spa-accordion .triggers {
    width: 100%;
    margin-bottom: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.acm-spa-accordion .descriptions {
  width: 51%;
}
@media (max-width: 767px) {
  .acm-spa-accordion .descriptions {
    width: 100%;
  }
}
.acm-spa-accordion .arrow {
  display: none;
  position: absolute;
  left: 0;
  font-size: 0;
  width: 40px;
  height: 40px;
  background-image: url("../images/sprite.svg");
  background-repeat: no-repeat;
  background-position: -20px -131px;
}
.acm-spa-accordion .arrow.next {
  left: auto;
  right: 0;
  background-position: -105px -131px;
}
@media (max-width: 767px) {
  .acm-spa-accordion .arrow {
    display: block;
  }
}
.acm-spa-accordion .option-trigger {
  display: block;
  color: #727273;
  padding-bottom: 17px;
  width: 100%;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: underline;
  transition: color 250ms ease-in-out;
  text-align: left;
}
.acm-spa-accordion .option-trigger:hover, .acm-spa-accordion .option-trigger:focus, .acm-spa-accordion .option-trigger.active {
  color: #95804E;
  text-decoration: none;
}
@media (max-width: 767px) {
  .acm-spa-accordion .option-trigger {
    padding: 8px 0;
    text-align: center;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: opacity 350ms ease-in-out;
  }
  .acm-spa-accordion .option-trigger.active {
    position: relative;
    opacity: 1;
    visibility: visible;
  }
}
.acm-spa-accordion .option-description {
  position: absolute;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: opacity 350ms ease-in-out;
}
.acm-spa-accordion .option-description.open {
  position: relative;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .acm-spa-accordion .option-description.open {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.acm-spa-accordion .option-description ul {
  margin-left: 0;
}
.acm-spa-accordion .option-description ul > li {
  position: relative;
  font-style: normal;
  padding-left: 10px;
}
.acm-spa-accordion .option-description ul > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 4px;
  margin-right: 8px;
  background: #727273;
  border-radius: 100%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .acm-spa-accordion .option-description {
    text-align: center;
  }
}

#members-submenu {
  float: right;
  margin: 0 0 30px 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  #members-submenu {
    order: 2;
    float: none;
    margin: 0;
  }
}
#members-submenu li {
  display: inline-block;
  margin-left: 30px;
}
#members-submenu li a {
  box-sizing: border-box;
}
#members-submenu li:first-child a {
  width: 100%;
}
@media (max-width: 767px) {
  #members-submenu li {
    margin: 0 10px 10px 0;
  }
}

.tiles-section {
  margin-bottom: 4vw;
  overflow: hidden;
  padding: 3vw 0 4vw;
  position: relative;
  /* Auto Height */
  /* IE10 Windows Phone 8 Fixes */
}
.tiles-section * {
  box-sizing: border-box;
}
.tiles-section .button {
  height: 40px;
  line-height: 1.75;
}
.tiles-section .swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
}
.tiles-section .swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.tiles-section .swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.tiles-section .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  transition-property: transform;
}
.tiles-section .swiper-container-android .swiper-slide,
.tiles-section .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.tiles-section .swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.tiles-section .swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.tiles-section .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform, opacity, visibility;
}
.tiles-section .swiper-invisible-blank-slide {
  visibility: hidden;
}
.tiles-section .swiper-container-autoheight,
.tiles-section .swiper-container-autoheight .swiper-slide {
  height: auto;
}
.tiles-section .swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.tiles-section .swiper-container-wp8-horizontal,
.tiles-section .swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}
.tiles-section .swiper-container-wp8-vertical,
.tiles-section .swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}
.tiles-section .slide {
  display: flex;
  height: auto;
}
.tiles-section .slider-arrow {
  color: #000;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-indent: -1000em;
  z-index: 1;
}
.tiles-section .slider-arrow .arrow-left {
  display: inline-block;
  position: absolute;
}
.tiles-section .slider-arrow .arrow-left:before, .tiles-section .slider-arrow .arrow-left:after {
  background: #fff;
  content: "";
  display: block;
  height: 32px;
  position: absolute;
  top: 0;
  transition: background-color 250ms ease-in-out;
}
.tiles-section .slider-arrow .arrow-left:before {
  height: 2px;
  width: 32px;
}
@media (max-width: 767px) {
  .tiles-section .slider-arrow .arrow-left:before {
    width: 16px;
  }
}
.tiles-section .slider-arrow .arrow-left:after {
  height: 32px;
  width: 2px;
}
@media (max-width: 767px) {
  .tiles-section .slider-arrow .arrow-left:after {
    height: 16px;
  }
}
.tiles-section .slider-arrow .arrow-right {
  display: inline-block;
  position: absolute;
}
.tiles-section .slider-arrow .arrow-right:before, .tiles-section .slider-arrow .arrow-right:after {
  background: #fff;
  content: "";
  display: block;
  height: 32px;
  position: absolute;
  top: 0;
  transition: background-color 250ms ease-in-out;
}
.tiles-section .slider-arrow .arrow-right:before {
  height: 2px;
  width: 32px;
}
@media (max-width: 767px) {
  .tiles-section .slider-arrow .arrow-right:before {
    width: 16px;
  }
}
.tiles-section .slider-arrow .arrow-right:after {
  height: 32px;
  width: 2px;
}
@media (max-width: 767px) {
  .tiles-section .slider-arrow .arrow-right:after {
    height: 16px;
  }
}
.tiles-section .slider-arrow .arrow-up {
  display: inline-block;
  position: absolute;
}
.tiles-section .slider-arrow .arrow-up:before, .tiles-section .slider-arrow .arrow-up:after {
  background: #fff;
  content: "";
  display: block;
  height: 32px;
  position: absolute;
  top: 0;
  transition: background-color 250ms ease-in-out;
}
.tiles-section .slider-arrow .arrow-up:before {
  height: 2px;
  width: 32px;
}
@media (max-width: 767px) {
  .tiles-section .slider-arrow .arrow-up:before {
    width: 16px;
  }
}
.tiles-section .slider-arrow .arrow-up:after {
  height: 32px;
  width: 2px;
}
@media (max-width: 767px) {
  .tiles-section .slider-arrow .arrow-up:after {
    height: 16px;
  }
}
.tiles-section .slider-arrow .arrow-down {
  display: inline-block;
  position: absolute;
}
.tiles-section .slider-arrow .arrow-down:before, .tiles-section .slider-arrow .arrow-down:after {
  background: #fff;
  content: "";
  display: block;
  height: 32px;
  position: absolute;
  top: 0;
  transition: background-color 250ms ease-in-out;
}
.tiles-section .slider-arrow .arrow-down:before {
  height: 2px;
  width: 32px;
}
@media (max-width: 767px) {
  .tiles-section .slider-arrow .arrow-down:before {
    width: 16px;
  }
}
.tiles-section .slider-arrow .arrow-down:after {
  height: 32px;
  width: 2px;
}
@media (max-width: 767px) {
  .tiles-section .slider-arrow .arrow-down:after {
    height: 16px;
  }
}
.tiles-section .slider-arrow:hover:before, .tiles-section .slider-arrow:hover:after {
  background-color: #95804E;
}
.tiles-section .center-column {
  overflow: hidden;
  padding: 0;
}
.tiles-section .tab-slide.swiper-slide {
  opacity: 0 !important;
  visibility: hidden;
}
.tiles-section .tab-slide.swiper-slide.swiper-slide-visible {
  opacity: 1 !important;
  visibility: visible;
}
.tiles-section .pagination {
  display: flex;
  font-size: 0;
  margin-bottom: 30px;
  justify-content: center;
}
.tiles-section .pagination .tiles-button {
  border-color: transparent;
  display: inline-block;
  flex-shrink: 0;
  font-display: auto;
  font: 24px/4vw "Roadway WF", "Arial", sans-serif;
  font-size: 1.8vw;
  margin: 0 3.5vw;
}
@media (max-width: 1111.1111111111px) {
  .tiles-section .pagination .tiles-button {
    font-size: 20px;
  }
}
@media (min-width: 1333.3333333333px) {
  .tiles-section .pagination .tiles-button {
    font-size: 24px;
  }
}
.tiles-section .pagination .tiles-button.active {
  border-color: #000;
  color: #4A4A4A;
}
@media (max-width: 767px) {
  .tiles-section .pagination .tiles-button {
    line-height: 2;
  }
}
.tiles-section .tab-slider {
  transform: translateY(-100%);
  position: absolute;
  left: 100%;
  width: 100%;
}
.tiles-section .tab-slider.active {
  transform: translateY(0);
  position: relative;
  top: 0;
  left: 0;
}
.tiles-section .slideshow {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.tiles-section .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
.tiles-section .slide {
  margin: 0 auto;
  text-decoration: none;
  width: calc((100% - 3vw) / 1.5);
}
@media (max-width: 767px) {
  .tiles-section .slide {
    margin: 0 5px;
    width: calc(100% - 80px);
  }
  .tiles-section .slide.swiper-slide {
    margin: 0 5px;
  }
}
.tiles-section .slide .thumbnail:before {
  background-color: rgba(0, 0, 0, 0.5);
}
.tiles-section .slide.swiper-slide {
  margin: 0 1.5vw;
}
.tiles-section .slides-container {
  display: none;
}
.tiles-section .slider-arrow {
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  height: 440px;
  top: 0;
  transform: translateY(0);
}
.tiles-section .slider-arrow:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.tiles-section .slider-arrow:hover .arrow-left:before, .tiles-section .slider-arrow:hover .arrow-left:after,
.tiles-section .slider-arrow:hover .arrow-right:before, .tiles-section .slider-arrow:hover .arrow-right:after {
  background-color: #D1B058;
}
.tiles-section .swiper-prev {
  left: 0;
  right: calc(50% + 3vw + (100% - 3vw) / 3);
}
.tiles-section .swiper-prev .arrow-left {
  left: auto;
  right: calc(50% + 20px);
}
.tiles-section .swiper-next {
  left: calc(50% + 3vw + (100% - 3vw) / 3);
  right: 0;
}
.tiles-section .swiper-next .arrow-right {
  left: calc(50% + 20px);
}
@media (max-width: 767px) {
  .tiles-section .center-column {
    overflow: hidden;
    padding: 0;
  }
  .tiles-section .slider-arrow {
    height: 240px;
  }
  .tiles-section .swiper-prev {
    right: calc(100% - 30px);
  }
  .tiles-section .swiper-prev .arrow-left {
    left: 7px;
    right: auto;
  }
  .tiles-section .swiper-next {
    left: calc(100% - 30px);
  }
  .tiles-section .swiper-next .arrow-right {
    right: 7px;
    left: auto;
  }
}
.tiles-section .tile .controls {
  font-size: 0;
}
.tiles-section .tile .controls a {
  margin-bottom: 10px !important;
}
.tiles-section .tile .controls.max a {
  background: #95804E;
  color: #000;
  font: bold 20px/30px "OpenSans WF", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  padding: 15px 30px;
  height: 60px;
}
@media only screen and (max-width: 980px) {
  .tiles-section .tile .controls.max a {
    font-size: 16px;
    height: 40px;
    line-height: 20px;
    padding: 10px 20px;
  }
}
.tiles-section .tile .controls.max a:first-child {
  margin-right: 2vw;
}
@media (max-width: 767px) {
  .tiles-section .tile .controls.max a:first-child {
    margin-right: 10px;
  }
}

.content-tabs {
  overflow: hidden;
  margin-bottom: 9vw;
  padding-top: 5vw;
}
.content-tabs .category-selector {
  display: flex;
  font-size: 0;
  margin-bottom: 30px;
  justify-content: space-around;
}
.content-tabs .category-selector .selector-button {
  border-color: transparent !important;
  display: inline-block;
  flex-shrink: 0;
  font-display: auto;
  font: 24px/4vw "Cinzel WF", "Arial", sans-serif;
  font-size: 1.8vw;
}
@media (max-width: 1111.1111111111px) {
  .content-tabs .category-selector .selector-button {
    font-size: 20px;
  }
}
@media (min-width: 1333.3333333333px) {
  .content-tabs .category-selector .selector-button {
    font-size: 24px;
  }
}
.content-tabs .category-selector .selector-button:hover, .content-tabs .category-selector .selector-button.active {
  border-color: #000 !important;
  color: #4A4A4A;
}
@media (max-width: 767px) {
  .content-tabs .category-selector .selector-button {
    display: none;
  }
}
.content-tabs .category-selector .select-wrapper {
  display: none;
}
.content-tabs .category-selector .select-wrapper select {
  border: 0;
  border-bottom: 2px solid #E4E4E4;
  font-size: 16px;
}
@media (max-width: 767px) {
  .content-tabs .category-selector .select-wrapper {
    display: block;
  }
}
.content-tabs .slide {
  display: none;
}
.content-tabs .slide.active {
  display: flex;
}
.content-tabs .button {
  text-transform: none;
}
.content-tabs .copy {
  align-items: stretch;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  min-height: 480px;
  max-height: 640px;
  padding-right: 5vw;
  width: 40%;
  text-align: left;
}
.content-tabs .copy > * {
  flex-shrink: 0;
}
.content-tabs .images {
  position: relative;
  width: 60%;
}
.content-tabs .thumbnail {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  height: 100%;
  margin-left: 90px;
  width: calc(100% - 90px);
}
.content-tabs .thumbnail:before {
  background-color: rgba(255, 255, 255, 0);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: background 250ms ease-in-out;
  width: 100%;
  z-index: 1;
}
.content-tabs .thumbnail img {
  display: none;
}
.content-tabs .thumbnail:after { /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
}
.content-tabs .mini-block {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  left: 0;
  max-width: 240px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
}
.content-tabs .mini-block:before {
  background-color: rgba(255, 255, 255, 0);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: background 250ms ease-in-out;
  width: 100%;
  z-index: 1;
}
.content-tabs .mini-block img {
  display: none;
}
.content-tabs .mini-block img {
  visibility: hidden;
  display: block;
  width: 100%;
}
.content-tabs div.mini-block {
  background-color: #fff;
  color: #000;
  padding: 30px 30px 100px;
  width: auto;
  z-index: 1;
}
.content-tabs div.mini-block:before {
  display: none;
}
.content-tabs div.mini-block strong {
  display: block;
  font-weight: bold;
  margin-top: 10px;
}
.content-tabs div.mini-block h3 {
  font-size: 24px;
  font-weight: bold;
  font-size: 1.8vw;
  margin-bottom: 10px;
}
@media (max-width: 1111.1111111111px) {
  .content-tabs div.mini-block h3 {
    font-size: 20px;
  }
}
@media (min-width: 1333.3333333333px) {
  .content-tabs div.mini-block h3 {
    font-size: 24px;
  }
}
.content-tabs div.mini-block .button {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}
.content-tabs div.mini-block .button:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
@media only screen and (max-width: 980px) {
  .content-tabs div.mini-block {
    font-size: 14px;
    padding: 10px 20px 60px;
  }
}
@media only screen and (max-width: 980px) {
  .content-tabs .category-selector .selector-button {
    display: none;
  }
  .content-tabs .category-selector .select-wrapper {
    display: block;
  }
  .content-tabs .slide {
    flex-flow: column nowrap;
  }
  .content-tabs .copy,
  .content-tabs .images {
    width: 100%;
  }
  .content-tabs .images {
    order: 1;
  }
  .content-tabs .copy {
    max-height: 100%;
    min-height: 0;
    order: 2;
    padding: 30px 0 0;
  }
  .content-tabs .thumbnail {
    margin: 0;
    height: 260px;
    width: 100%;
  }
}

.testimonials-section {
  margin-bottom: 6vw;
  position: relative;
  overflow: hidden;
  z-index: 10;
}
.testimonials-section.no-copy {
  background-color: #F5F5F5;
}
.testimonials-section .center-column {
  box-sizing: border-box;
  max-width: 1350px;
  padding: 0 60px;
  text-align: center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.testimonials-section .copy, .testimonials-section .testimonials {
  flex-shrink: 0;
}
.testimonials-section .testimonials {
  padding: 3vw 0;
  width: 100%;
}
.testimonials-section .testimonials .swiper-prev {
  right: calc(100% + 1.5vw);
}
@media (max-width: 767px) {
  .testimonials-section .testimonials .swiper-prev {
    right: calc(100% - 5px);
  }
}
.testimonials-section .testimonials .swiper-next {
  left: calc(100% + 1.5vw);
}
@media (max-width: 767px) {
  .testimonials-section .testimonials .swiper-next {
    left: calc(100% - 5px);
  }
}
.testimonials-section .testimonials .swiper-container-horizontal {
  width: 100%;
}
.testimonials-section .copy + .testimonials {
  background: #F5F5F5;
  padding: 3vw 3vw 3.5vw;
  width: 50%;
}
.testimonials-section .copy + .testimonials .slide {
  width: 100%;
}
.testimonials-section .copy + .testimonials .thumb {
  display: none;
}
.testimonials-section .copy + .testimonials .swiper-container-horizontal {
  width: calc(100% - 3vw - 60px);
}
.testimonials-section .copy + .testimonials .swiper-prev {
  left: 0;
  right: auto;
}
.testimonials-section .copy + .testimonials .swiper-next {
  left: auto;
  right: 0;
}
.testimonials-section .copy {
  padding: 3vw 3.75vw 3vw 0;
  text-align: left;
  width: 50%;
}
.testimonials-section .h1 {
  margin-bottom: 1.5vw;
}
.testimonials-section .slideshow {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.testimonials-section .slide {
  margin: 0 1.5vw;
  overflow: hidden;
  width: calc((100% - 3vw) / 2);
}
.testimonials-section .slide h2 {
  font-display: auto;
  font: 32px/1.125 "Roadway WF", "Arial", sans-serif;
  font-size: 2vw;
}
@media (max-width: 1100px) {
  .testimonials-section .slide h2 {
    font-size: 22px;
  }
}
@media (min-width: 1600px) {
  .testimonials-section .slide h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .testimonials-section .slide h2 {
    font-size: 18px;
    line-height: 1.25;
  }
}
.testimonials-section .swiper-slide {
  margin: 0 3vw 0 0;
}
.testimonials-section .slider-arrow {
  font-size: 0;
  height: 50px;
}
.testimonials-section .slider-arrow .arrow-left:before, .testimonials-section .slider-arrow .arrow-left:after,
.testimonials-section .slider-arrow .arrow-right:before, .testimonials-section .slider-arrow .arrow-right:after {
  background-color: #95804E;
}
.testimonials-section .slider-arrow:hover .arrow-left:before, .testimonials-section .slider-arrow:hover .arrow-left:after,
.testimonials-section .slider-arrow:hover .arrow-right:before, .testimonials-section .slider-arrow:hover .arrow-right:after {
  background-color: #000;
}
.testimonials-section .slider-arrow.swiper-prev {
  padding-left: 30px;
}
.testimonials-section .slider-arrow.swiper-next {
  padding-right: 30px;
}
@media only screen and (max-width: 980px) {
  .testimonials-section .h1 {
    margin-bottom: 30px;
  }
  .testimonials-section.no-copy .center-column {
    padding: 0 60px;
  }
  .testimonials-section .center-column {
    flex-flow: column nowrap;
    padding: 0;
  }
  .testimonials-section .center-column .copy,
  .testimonials-section .center-column .copy + .testimonials {
    width: 100%;
  }
  .testimonials-section .slide {
    margin: 0 15px;
    width: calc((100% - 30px) / 2);
  }
  .testimonials-section .swiper-slide {
    margin: 0 30px 0 0;
  }
  .testimonials-section .copy {
    padding: 30px;
  }
  .testimonials-section .copy + .testimonials {
    padding: 30px 0px 50px;
  }
  .testimonials-section .copy + .testimonials .images-slider {
    padding: 0 30px;
  }
  .testimonials-section .copy + .testimonials .swiper-container-horizontal {
    width: calc(100% - 60px);
  }
  .testimonials-section .copy + .testimonials .swiper-prev {
    left: auto;
    right: calc(100% - 45px);
  }
  .testimonials-section .copy + .testimonials .swiper-next {
    left: calc(100% - 45px);
    right: auto;
  }
  .testimonials-section .copy + .testimonials .slide {
    width: calc((100% - 30px) / 2);
  }
}
@media (max-width: 767px) {
  .testimonials-section .h1 {
    margin-bottom: 20px;
  }
  .testimonials-section.no-copy .center-column {
    padding: 0 30px;
  }
  .testimonials-section .center-column {
    flex-flow: column nowrap;
    padding: 0;
  }
  .testimonials-section .center-column .copy,
  .testimonials-section .center-column .copy + .testimonials {
    width: 100%;
  }
  .testimonials-section .slide {
    margin: 0 10px;
    width: calc((100% - 20px) / 1.2);
  }
  .testimonials-section .swiper-slide {
    margin: 0 20px 0 0;
    width: calc((100% - 20px) / 1.2);
  }
  .testimonials-section .swiper-prev {
    left: auto;
    right: calc(100% - 5px);
  }
  .testimonials-section .swiper-next {
    left: calc(100% - 5px);
    right: auto;
  }
  .testimonials-section .copy {
    padding: 0 30px 30px;
  }
  .testimonials-section .copy + .testimonials {
    padding: 20px 0px 30px;
  }
  .testimonials-section .copy + .testimonials .images-slider {
    padding: 0 30px;
  }
  .testimonials-section .copy + .testimonials .swiper-container-horizontal {
    width: 100%;
  }
  .testimonials-section .copy + .testimonials .swiper-prev {
    left: auto;
    right: calc(100% - 35px);
  }
  .testimonials-section .copy + .testimonials .swiper-next {
    left: calc(100% - 35px);
    right: auto;
  }
  .testimonials-section .copy + .testimonials .slide {
    width: calc((100% - 20px) / 1.2);
  }
}

.employee-testimonials-section {
  margin-bottom: 6vw;
  position: relative;
  overflow: hidden;
  z-index: 10;
  background-color: #F5F5F5;
  /* Auto Height */
  /* IE10 Windows Phone 8 Fixes */
}
.employee-testimonials-section * {
  box-sizing: border-box;
}
.employee-testimonials-section .heading {
  color: #9F8E60;
  text-align: center;
  font-family: "Cinzel WF", "Arial", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 33px; /* 183.333% */
  letter-spacing: 8px;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 96px;
}
@media (max-width: 767px) {
  .employee-testimonials-section .heading {
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
.employee-testimonials-section .images-slider {
  position: relative;
}
.employee-testimonials-section .slide {
  display: flex;
  height: auto;
}
.employee-testimonials-section .slider-arrow {
  color: #000;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-indent: -1000em;
  z-index: 1;
}
.employee-testimonials-section .slider-arrow .arrow-left {
  display: inline-block;
  position: absolute;
}
.employee-testimonials-section .slider-arrow .arrow-left:before, .employee-testimonials-section .slider-arrow .arrow-left:after {
  background: #fff;
  content: "";
  display: block;
  height: 32px;
  position: absolute;
  top: 0;
  transition: background-color 250ms ease-in-out;
}
.employee-testimonials-section .slider-arrow .arrow-left:before {
  height: 2px;
  width: 32px;
}
@media (max-width: 767px) {
  .employee-testimonials-section .slider-arrow .arrow-left:before {
    width: 16px;
  }
}
.employee-testimonials-section .slider-arrow .arrow-left:after {
  height: 32px;
  width: 2px;
}
@media (max-width: 767px) {
  .employee-testimonials-section .slider-arrow .arrow-left:after {
    height: 16px;
  }
}
.employee-testimonials-section .slider-arrow .arrow-right {
  display: inline-block;
  position: absolute;
}
.employee-testimonials-section .slider-arrow .arrow-right:before, .employee-testimonials-section .slider-arrow .arrow-right:after {
  background: #fff;
  content: "";
  display: block;
  height: 32px;
  position: absolute;
  top: 0;
  transition: background-color 250ms ease-in-out;
}
.employee-testimonials-section .slider-arrow .arrow-right:before {
  height: 2px;
  width: 32px;
}
@media (max-width: 767px) {
  .employee-testimonials-section .slider-arrow .arrow-right:before {
    width: 16px;
  }
}
.employee-testimonials-section .slider-arrow .arrow-right:after {
  height: 32px;
  width: 2px;
}
@media (max-width: 767px) {
  .employee-testimonials-section .slider-arrow .arrow-right:after {
    height: 16px;
  }
}
.employee-testimonials-section .slider-arrow .arrow-up {
  display: inline-block;
  position: absolute;
}
.employee-testimonials-section .slider-arrow .arrow-up:before, .employee-testimonials-section .slider-arrow .arrow-up:after {
  background: #fff;
  content: "";
  display: block;
  height: 32px;
  position: absolute;
  top: 0;
  transition: background-color 250ms ease-in-out;
}
.employee-testimonials-section .slider-arrow .arrow-up:before {
  height: 2px;
  width: 32px;
}
@media (max-width: 767px) {
  .employee-testimonials-section .slider-arrow .arrow-up:before {
    width: 16px;
  }
}
.employee-testimonials-section .slider-arrow .arrow-up:after {
  height: 32px;
  width: 2px;
}
@media (max-width: 767px) {
  .employee-testimonials-section .slider-arrow .arrow-up:after {
    height: 16px;
  }
}
.employee-testimonials-section .slider-arrow .arrow-down {
  display: inline-block;
  position: absolute;
}
.employee-testimonials-section .slider-arrow .arrow-down:before, .employee-testimonials-section .slider-arrow .arrow-down:after {
  background: #fff;
  content: "";
  display: block;
  height: 32px;
  position: absolute;
  top: 0;
  transition: background-color 250ms ease-in-out;
}
.employee-testimonials-section .slider-arrow .arrow-down:before {
  height: 2px;
  width: 32px;
}
@media (max-width: 767px) {
  .employee-testimonials-section .slider-arrow .arrow-down:before {
    width: 16px;
  }
}
.employee-testimonials-section .slider-arrow .arrow-down:after {
  height: 32px;
  width: 2px;
}
@media (max-width: 767px) {
  .employee-testimonials-section .slider-arrow .arrow-down:after {
    height: 16px;
  }
}
.employee-testimonials-section .slider-arrow:hover:before, .employee-testimonials-section .slider-arrow:hover:after {
  background-color: #95804E;
}
.employee-testimonials-section .swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
}
.employee-testimonials-section .swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.employee-testimonials-section .swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.employee-testimonials-section .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  transition-property: transform;
}
.employee-testimonials-section .swiper-container-android .swiper-slide,
.employee-testimonials-section .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.employee-testimonials-section .swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.employee-testimonials-section .swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.employee-testimonials-section .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform, opacity, visibility;
}
.employee-testimonials-section .swiper-invisible-blank-slide {
  visibility: hidden;
}
.employee-testimonials-section .swiper-container-autoheight,
.employee-testimonials-section .swiper-container-autoheight .swiper-slide {
  height: auto;
}
.employee-testimonials-section .swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.employee-testimonials-section .swiper-container-wp8-horizontal,
.employee-testimonials-section .swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}
.employee-testimonials-section .swiper-container-wp8-vertical,
.employee-testimonials-section .swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}
.employee-testimonials-section .center-column {
  box-sizing: border-box;
  max-width: 1350px;
  padding: 0 60px;
  text-align: center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.employee-testimonials-section .copy, .employee-testimonials-section .testimonials {
  flex-shrink: 0;
}
.employee-testimonials-section .testimonials {
  padding: 3vw 0;
  width: 100%;
}
.employee-testimonials-section .testimonials .swiper-prev {
  right: calc(100% + 1.5vw);
}
@media (max-width: 767px) {
  .employee-testimonials-section .testimonials .swiper-prev {
    right: calc(100% - 5px);
  }
}
.employee-testimonials-section .testimonials .swiper-next {
  left: calc(100% + 1.5vw);
}
@media (max-width: 767px) {
  .employee-testimonials-section .testimonials .swiper-next {
    left: calc(100% - 5px);
  }
}
.employee-testimonials-section .testimonials .swiper-container-horizontal {
  width: 100%;
}
.employee-testimonials-section .h1 {
  margin-bottom: 1.5vw;
}
.employee-testimonials-section .slideshow {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.employee-testimonials-section .slide {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.employee-testimonials-section .slide h2 {
  font-display: auto;
  font: 32px/1.125 "Roadway WF", "Arial", sans-serif;
  font-size: 2vw;
}
@media (max-width: 1100px) {
  .employee-testimonials-section .slide h2 {
    font-size: 22px;
  }
}
@media (min-width: 1600px) {
  .employee-testimonials-section .slide h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .employee-testimonials-section .slide h2 {
    font-size: 18px;
    line-height: 1.25;
  }
}
.employee-testimonials-section .swiper-slide {
  margin: 0 3vw 0 0;
}
.employee-testimonials-section .slider-arrow {
  font-size: 0;
  height: 50px;
}
.employee-testimonials-section .slider-arrow .arrow-left:before, .employee-testimonials-section .slider-arrow .arrow-left:after,
.employee-testimonials-section .slider-arrow .arrow-right:before, .employee-testimonials-section .slider-arrow .arrow-right:after {
  background-color: #95804E;
}
.employee-testimonials-section .slider-arrow:hover .arrow-left:before, .employee-testimonials-section .slider-arrow:hover .arrow-left:after,
.employee-testimonials-section .slider-arrow:hover .arrow-right:before, .employee-testimonials-section .slider-arrow:hover .arrow-right:after {
  background-color: #000;
}
.employee-testimonials-section .slider-arrow.swiper-prev {
  padding-left: 30px;
}
.employee-testimonials-section .slider-arrow.swiper-next {
  padding-right: 30px;
}
.employee-testimonials-section .tile {
  width: 100%;
  height: auto;
  min-height: 640px;
}
.employee-testimonials-section .tile:after {
  clear: both;
  content: "";
  display: table;
}
@media (max-width: 767px) {
  .employee-testimonials-section .tile {
    min-height: 0;
  }
}
.employee-testimonials-section .tile .thumb {
  width: calc(50% + 40px);
  position: absolute;
  top: 0;
  height: 100%;
  margin: 0 !important;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .employee-testimonials-section .tile .thumb {
    width: 100%;
    position: relative;
    height: auto;
    background: none !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    margin-bottom: 40px !important;
  }
}
.employee-testimonials-section .tile .thumb:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 33%;
  background: #fff;
}
.employee-testimonials-section .tile .thumb img {
  display: none;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .employee-testimonials-section .tile .thumb img {
    display: block;
  }
}
.employee-testimonials-section .tile .description {
  width: calc(50% - 40px);
  font-size: 16px;
  padding-top: 3vw;
  text-align: left;
}
@media (max-width: 767px) {
  .employee-testimonials-section .tile .description {
    width: 100%;
    padding: 0 !important;
  }
}
.employee-testimonials-section .tile .h1 {
  font-size: 32px;
  font-size: 2vw;
  margin-bottom: 0;
  color: #9F8E60;
}
@media (max-width: 900px) {
  .employee-testimonials-section .tile .h1 {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  .employee-testimonials-section .tile .h1 {
    font-size: 32px;
  }
}
.employee-testimonials-section .tile .h1.employee-name {
  font-family: "Cinzel WF", "Arial", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px; /* 183.333% */
  letter-spacing: 8px;
  text-transform: uppercase;
}
.employee-testimonials-section .tile .h1.employee-title {
  font-family: "OpenSans WF", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 33px;
  letter-spacing: 1px;
  margin-bottom: 1vw;
  text-transform: none;
}
@media only screen and (max-width: 980px) {
  .employee-testimonials-section .tile .h1.employee-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .employee-testimonials-section .tile .h1.employee-title {
    margin-bottom: 10px;
  }
}
.employee-testimonials-section .tile .hotel-name {
  color: #000;
  line-height: 40px;
  font-size: 30px;
  font-size: 2vw;
  margin-bottom: 2vw;
}
@media (max-width: 800px) {
  .employee-testimonials-section .tile .hotel-name {
    font-size: 16px;
  }
}
@media (min-width: 1500px) {
  .employee-testimonials-section .tile .hotel-name {
    font-size: 30px;
  }
}
@media only screen and (max-width: 980px) {
  .employee-testimonials-section .tile .hotel-name {
    margin-bottom: 20px;
  }
}
.employee-testimonials-section .tile .text {
  position: relative;
}
.employee-testimonials-section .tile .text:after {
  content: "";
  display: block;
  background: url("../images/sprite_2.svg") -270px 0;
  width: 48px;
  height: 42px;
  position: absolute;
  top: -18px;
  z-index: -1;
}
.employee-testimonials-section .tile .text p {
  color: #3B3E55;
  font-family: "OpenSans WF", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px; /* 220% */
}
.employee-testimonials-section .tile .meta {
  color: #000;
  margin: 0 20px 10px 0;
  font-size: 14px;
}
.employee-testimonials-section .tile.image-left .thumb {
  left: 0;
}
.employee-testimonials-section .tile.image-left .thumb:after {
  right: -1px;
  background: linear-gradient(to right, rgba(245, 245, 245, 0) 0%, rgb(245, 245, 245) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00f5f5f5", endColorstr="#f5f5f5",GradientType=1 );
}
.employee-testimonials-section .tile.image-left .description {
  float: right;
  padding-left: 6vw;
}
.employee-testimonials-section .tile.image-left .description .text:after {
  left: -30px;
}
@media (max-width: 767px) {
  .employee-testimonials-section .tile.image-left .description .text:after {
    left: 0;
  }
}
.employee-testimonials-section .tile.image-right .thumb {
  right: 0;
}
.employee-testimonials-section .tile.image-right .thumb:after {
  left: 0;
  background: linear-gradient(to right, rgb(245, 245, 245) 0%, rgba(245, 245, 245, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f5f5f5", endColorstr="#00f5f5f5",GradientType=1 );
}
@media (max-width: 767px) {
  .employee-testimonials-section .tile.image-right .thumb:after {
    left: auto;
    right: 0;
    background: linear-gradient(to right, rgba(245, 245, 245, 0) 0%, rgb(245, 245, 245) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00f5f5f5", endColorstr="#f5f5f5",GradientType=1 );
  }
}
.employee-testimonials-section .tile.image-right .description {
  float: left;
  padding-left: 3vw;
  padding-right: 6vw;
}
.employee-testimonials-section .tile.image-right .description .text:after {
  left: -20px;
}
@media (max-width: 767px) {
  .employee-testimonials-section .tile.image-right .description .text:after {
    left: 0;
  }
}
@media only screen and (max-width: 980px) {
  .employee-testimonials-section .h1 {
    margin-bottom: 30px;
  }
  .employee-testimonials-section.no-copy .center-column {
    padding: 0 60px;
  }
  .employee-testimonials-section .center-column {
    flex-flow: column nowrap;
    padding: 0;
  }
  .employee-testimonials-section .slide {
    margin: 0 15px;
  }
  .employee-testimonials-section .swiper-slide {
    margin: 0 30px 0 0;
  }
  .employee-testimonials-section .testimonials {
    padding: 30px 0px 50px;
  }
  .employee-testimonials-section .testimonials .description {
    padding: 0 30px;
  }
  .employee-testimonials-section .testimonials .swiper-container-horizontal {
    width: calc(100% - 60px);
  }
  .employee-testimonials-section .testimonials .swiper-prev {
    left: auto;
    right: calc(100% - 45px);
  }
  .employee-testimonials-section .testimonials .swiper-next {
    left: calc(100% - 45px);
    right: auto;
  }
}
@media (max-width: 767px) {
  .employee-testimonials-section .h1 {
    margin-bottom: 20px;
  }
  .employee-testimonials-section.no-copy .center-column {
    padding: 0 30px;
  }
  .employee-testimonials-section .center-column {
    flex-flow: column nowrap;
    padding: 0;
  }
  .employee-testimonials-section .center-column .copy,
  .employee-testimonials-section .center-column .copy + .testimonials {
    width: 100%;
  }
  .employee-testimonials-section .slide {
    margin: 0 10px;
    width: 100%;
  }
  .employee-testimonials-section .swiper-slide {
    margin: 0 0px 0 0;
    width: 100%;
  }
  .employee-testimonials-section .swiper-prev {
    left: auto;
    right: calc(100% - 5px);
  }
  .employee-testimonials-section .swiper-next {
    left: calc(100% - 5px);
    right: auto;
  }
  .employee-testimonials-section .testimonials {
    padding: 20px 0px 30px;
  }
  .employee-testimonials-section .testimonials .description {
    padding: 0 30px !important;
    text-align: center;
  }
  .employee-testimonials-section .testimonials .swiper-container-horizontal {
    width: 100%;
  }
  .employee-testimonials-section .testimonials .swiper-prev {
    left: auto;
    right: calc(100% - 35px);
  }
  .employee-testimonials-section .testimonials .swiper-next {
    left: calc(100% - 35px);
    right: auto;
  }
  .employee-testimonials-section .testimonials .slide {
    width: 100%;
  }
}

.gallery-acm {
  position: relative;
}
.gallery-acm .page-content {
  padding: 0 55px;
}
@media (max-width: 767px) {
  .gallery-acm .page-content {
    padding: 0;
  }
}
.gallery-acm .gallery-acm-block .tile {
  width: calc(33.3333333333% - 13.3333333333px);
  margin-right: 20px;
  height: 270px;
  background-size: cover;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  float: left;
}
@media (max-width: 767px) {
  .gallery-acm .gallery-acm-block .tile {
    width: 100% !important;
    float: none;
  }
}
.gallery-acm .gallery-acm-block .tile:hover .thumbnail {
  transform: scale(1.1);
}
.gallery-acm .gallery-acm-block .tile:hover .button {
  opacity: 1;
}
.gallery-acm .gallery-acm-block .tile .thumbnail {
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  overflow: hidden;
  transition: transform 500ms cubic-bezier(1, 0, 0, 1);
  width: 100%;
  height: 100%;
  float: none;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.gallery-acm .gallery-acm-block .tile .thumbnail:after {
  content: "";
  transition: background-color 500ms cubic-bezier(1, 0, 0, 1);
  background: rgba(79, 79, 80, 0.2);
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
}
.gallery-acm .gallery-acm-block .tile .thumbnail:hover:after {
  background: rgba(149, 128, 78, 0.8);
}
.gallery-acm .gallery-acm-block .tile:nth-child(3n), .gallery-acm .gallery-acm-block .tile:nth-child(5n) {
  margin-right: 0;
}
.gallery-acm .gallery-acm-block .tile:nth-child(4n), .gallery-acm .gallery-acm-block .tile:nth-child(5n) {
  width: calc(50% - 10px);
}

.acm-left-right-section {
  padding-bottom: 75px;
  padding-top: 100px;
  background: #fff;
  overflow: hidden;
  /* Swiper Container */
  /* Auto Height */
  /* IE10 Windows Phone 8 Fixes */
  /* a11y */
}
@media (max-width: 767px) {
  .acm-left-right-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.acm-left-right-section .acm-default-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .acm-left-right-section .acm-default-wrapper {
    width: auto;
    padding: 0 20px;
  }
}
.acm-left-right-section .background-header {
  display: block;
  position: absolute;
  font: 288px/300px "Allura WF", Arial, sans-serif;
  left: calc(50% - 20px);
  top: 65px;
  z-index: -1;
  color: #f8f8f8;
  text-align: center;
  text-transform: none;
  transform: translateX(-50%);
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
@media only screen and (max-width: 980px) {
  .acm-left-right-section .background-header {
    font-size: 138px;
    line-height: 100px;
    top: 85px;
  }
}
@media (max-width: 767px) {
  .acm-left-right-section .background-header {
    font-size: 120px;
    line-height: 110px;
  }
}
.acm-left-right-section .block {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .acm-left-right-section .block {
    flex-flow: column;
    padding-bottom: 40px;
  }
}
.acm-left-right-section .block:last-child {
  padding-bottom: 0;
}
.acm-left-right-section .block .content {
  width: 40%;
  box-sizing: border-box;
  padding: 0 10px 0 10px;
  text-align: center;
  position: relative;
  order: 1;
  margin: 0 auto;
}
@media screen and (min-width: 1400px) {
  .acm-left-right-section .block .content {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .acm-left-right-section .block .content {
    padding: 0;
    width: 100%;
    text-align: center;
    order: 0;
  }
}
.acm-left-right-section .block .content .background-header {
  font-size: 185px;
  line-height: 160px;
  top: -12px;
  width: auto;
  padding: 0;
}
@media only screen and (max-width: 980px) {
  .acm-left-right-section .block .content .background-header {
    font-size: 138px;
    line-height: 110px;
    top: 18px;
  }
}
@media (max-width: 767px) {
  .acm-left-right-section .block .content .background-header {
    font-size: 120px;
    line-height: 110px;
    left: 50%;
    top: -24px;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    transform: translateX(-50%);
  }
}
.acm-left-right-section .block .content h1, .acm-left-right-section .block .content .h1 {
  text-indent: 0;
  text-transform: uppercase;
  padding-top: 78px;
  margin-bottom: 17px;
}
@media only screen and (max-width: 980px) {
  .acm-left-right-section .block .content h1, .acm-left-right-section .block .content .h1 {
    margin-bottom: 0;
    text-indent: 4px;
  }
}
@media (max-width: 767px) {
  .acm-left-right-section .block .content h1, .acm-left-right-section .block .content .h1 {
    line-height: 37px;
    padding-top: 20px;
    margin-bottom: 0;
  }
}
.acm-left-right-section .block .content h2, .acm-left-right-section .block .content .h2 {
  margin-bottom: 33px;
  font: 600 16px/1.2 "Cinzel WF", "Arial", sans-serif;
  color: #a73f32;
  letter-spacing: 8px;
}
@media (max-width: 767px) {
  .acm-left-right-section .block .content h2, .acm-left-right-section .block .content .h2 {
    margin-bottom: 17px;
  }
}
.acm-left-right-section .block .content p {
  margin-bottom: 44px;
  line-height: 2;
  font-size: 15px;
}
.acm-left-right-section .block .content .button {
  border: 1px solid #4F4F50;
  height: 58px;
  line-height: 58px;
  background: none;
  color: #4F4F50;
  padding: 0 20px;
}
.acm-left-right-section .block .content .button:hover {
  background: #4F4F50;
  color: #fff;
}
.acm-left-right-section .block .images {
  position: relative;
  width: 50%;
  order: 0;
}
@media only screen and (max-width: 980px) {
  .acm-left-right-section .block .images {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .acm-left-right-section .block .images {
    width: calc(100% + 36px);
    margin-left: 0;
    order: 1;
  }
}
.acm-left-right-section .block .images .slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  min-height: 720px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .acm-left-right-section .block .images .slide {
    padding-bottom: 90%;
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .acm-left-right-section .block .images .slide {
    height: 0;
    padding-bottom: 65%;
    min-height: auto;
  }
}
.acm-left-right-section .left-block .content {
  padding: 0 10px 0 10px;
  order: 0;
}
@media (max-width: 767px) {
  .acm-left-right-section .left-block .content {
    padding: 0;
  }
}
.acm-left-right-section .left-block .images {
  order: 1;
}
.acm-left-right-section .left-block .images:after {
  left: auto;
  right: 100%;
}
.acm-left-right-section .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 250ms ease-in-out;
  cursor: pointer;
  z-index: 2;
}
.acm-left-right-section .slideshow-button:hover {
  border-color: #fff;
}
.acm-left-right-section .slideshow-button.previous {
  left: 26px;
  transform: rotate(-135deg);
}
@media only screen and (max-width: 980px) {
  .acm-left-right-section .slideshow-button.previous {
    right: 23px;
  }
}
@media (max-width: 767px) {
  .acm-left-right-section .slideshow-button.previous {
    left: 16px;
  }
}
.acm-left-right-section .slideshow-button.next {
  right: 26px;
  transform: rotate(45deg);
}
@media only screen and (max-width: 980px) {
  .acm-left-right-section .slideshow-button.next {
    right: 23px;
  }
}
@media (max-width: 767px) {
  .acm-left-right-section .slideshow-button.next {
    right: 16px;
  }
}
.acm-left-right-section .slideshow-button.swiper-button-disabled {
  opacity: 0;
}
.acm-left-right-section .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .acm-left-right-section .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  float: left;
  position: relative;
  border: 1px solid #fff;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  font-size: 0;
  z-index: 1;
  background: none;
  transition: background 250ms ease-in-out;
  cursor: pointer;
  margin-left: 13px;
  opacity: 1;
}
@media (max-width: 767px) {
  .acm-left-right-section .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .acm-left-right-section .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7px;
  }
}
.acm-left-right-section .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:hover, .acm-left-right-section .swiper-pagination-bullets .swiper-pagination-bullet:hover {
  background-color: #fff;
}
.acm-left-right-section .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active, .acm-left-right-section .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #fff;
}
.acm-left-right-section .slideshow {
  overflow: hidden;
}
.acm-left-right-section .slideshow, .acm-left-right-section .slideshow-wrapper, .acm-left-right-section .slide {
  height: 100%;
}
.acm-left-right-section .slideshow {
  width: 100%;
}
.acm-left-right-section .swiper-pagination-bullets {
  position: absolute;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  bottom: 20px;
  height: 15px;
  justify-content: center;
  align-items: center;
  font-size: 0;
  z-index: 1;
}
.acm-left-right-section .swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
}
.acm-left-right-section .swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.acm-left-right-section .swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.acm-left-right-section .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  transition-property: transform;
}
.acm-left-right-section .swiper-container-android .swiper-slide, .acm-left-right-section .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.acm-left-right-section .swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.acm-left-right-section .swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.acm-left-right-section .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.acm-left-right-section .swiper-invisible-blank-slide {
  visibility: hidden;
}
.acm-left-right-section .swiper-container-autoheight, .acm-left-right-section .swiper-container-autoheight .swiper-slide {
  height: auto;
}
.acm-left-right-section .swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.acm-left-right-section .swiper-container-wp8-horizontal, .acm-left-right-section .swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}
.acm-left-right-section .swiper-container-wp8-vertical, .acm-left-right-section .swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}
.acm-left-right-section .swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.acm-left-right-section .swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.acm-left-right-section .swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.acm-left-right-section .swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.acm-left-right-section .swiper-container-fade .swiper-slide-active, .acm-left-right-section .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.acm-left-right-section .swiper-container-cube {
  overflow: visible;
}
.acm-left-right-section .swiper-container-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.acm-left-right-section .swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.acm-left-right-section .swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.acm-left-right-section .swiper-container-cube .swiper-slide-active, .acm-left-right-section .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.acm-left-right-section .swiper-container-cube .swiper-slide-active, .acm-left-right-section .swiper-container-cube .swiper-slide-next, .acm-left-right-section .swiper-container-cube .swiper-slide-prev, .acm-left-right-section .swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.acm-left-right-section .swiper-container-cube .swiper-slide-shadow-top, .acm-left-right-section .swiper-container-cube .swiper-slide-shadow-bottom, .acm-left-right-section .swiper-container-cube .swiper-slide-shadow-left, .acm-left-right-section .swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}
.acm-left-right-section .swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}
.acm-left-right-section .swiper-container-flip {
  overflow: visible;
}
.acm-left-right-section .swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}
.acm-left-right-section .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.acm-left-right-section .swiper-container-flip .swiper-slide-active, .acm-left-right-section .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.acm-left-right-section .swiper-container-flip .swiper-slide-shadow-top, .acm-left-right-section .swiper-container-flip .swiper-slide-shadow-bottom, .acm-left-right-section .swiper-container-flip .swiper-slide-shadow-left, .acm-left-right-section .swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}
.acm-left-right-section .swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

.static-image-with-button {
  background-color: #fff;
  width: 100%;
  padding: 60px 0 0 0;
}
.static-image-with-button .acm-block {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}
.static-image-with-button .acm-block .main_image {
  width: 100%;
  max-width: 1016px;
  height: 654px;
  display: block;
}
@media (max-width: 767px) {
  .static-image-with-button .acm-block .main_image {
    height: auto;
  }
}
.static-image-with-button .acm-block .main_image img {
  width: 100%;
}
.static-image-with-button .acm-block .content_sec {
  width: 800px;
  margin: 0 auto;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .static-image-with-button .acm-block .content_sec {
    width: 95%;
  }
}
.static-image-with-button .acm-block .content_sec .headding {
  margin: 56px 0 20px 0;
  color: var(--Gold, #9F8E60);
  text-align: center;
  font-family: "Cinzel WF", "Arial", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 33px; /* 183.333% */
  letter-spacing: 8px;
}
.static-image-with-button .acm-block .content_sec p {
  color: #3B3E55;
  text-align: center;
  font-family: "Open Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px; /* 220% */
}
.static-image-with-button .acm-block .content_sec ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0 0px 0;
}
@media (max-width: 767px) {
  .static-image-with-button .acm-block .content_sec ul {
    flex-wrap: wrap;
  }
}
.static-image-with-button .acm-block .content_sec ul li {
  width: auto;
  height: 35px;
}
@media (max-width: 767px) {
  .static-image-with-button .acm-block .content_sec ul li {
    width: 100%;
    height: 35px;
    margin-bottom: 20px;
  }
}
.static-image-with-button .acm-block .content_sec ul li .btn_nt {
  display: block;
  padding: 16px 24px 8px 20px;
  border: 1px solid #9F8E60;
  text-align: center;
  margin: 10px;
  position: relative;
  color: #3B3E55;
  text-align: center;
  font-family: "Cinzel WF", "Arial", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 11px; /* 84.615% */
  letter-spacing: 4px;
  text-transform: uppercase;
  text-decoration: none;
}
.static-image-with-button .acm-block .content_sec ul li .btn_nt:hover:after {
  content: "";
  position: absolute;
  border: 1px solid #9F8E60;
  right: 0px;
  width: 100%;
  height: 100%;
  top: 0px;
  transition-timing-function: ease-in-out;
  transition: 0.3s;
}
.static-image-with-button .acm-block .content_sec ul li .btn_nt:after {
  content: "";
  position: absolute;
  border: 1px solid #9F8E60;
  right: 6px;
  width: 100%;
  height: 100%;
  top: 5px;
}
.static-image-with-button .acm-block.two-col-image-content {
  max-width: 1055px;
}

@media print {
  .print #header,
  .print #photos,
  .print #booking,
  .print #footer {
    display: none;
  }
  @page {
    size: 960px 1358px;
  }
}
@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.video-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
}
.video-container .loading {
  display: inline-block;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.video-container .loading div, .video-container .loading:after, .video-container .loading:before {
  content: "";
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 5px solid #fff;
  border-radius: 50%;
  animation: loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.video-container .loading:before {
  animation-delay: -0.45s;
}
.video-container .loading div:nth-child(1) {
  animation-delay: -0.3s;
}
.video-container .loading div:nth-child(2) {
  animation-delay: -0.15s;
}
.video-container .video-content {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: block;
  padding: 0 3%;
  height: auto;
  transform: translate(0, -50%);
  top: 50%;
}
.video-container .close {
  text-transform: uppercase;
  background: transparent;
  position: absolute;
  font-weight: 300;
  font-size: 12px;
  display: block;
  border: none;
  color: white;
  top: -22px;
  right: 3%;
  cursor: pointer;
}
.video-container .videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.video-container .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

@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: rgb(0, 0, 0);
}

.rooms-icon-smoke-free .path2:before {
  content: "\e94e";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.rooms-icon-smoke-free .path3:before {
  content: "\e94f";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.rooms-icon-smoke-free .path4:before {
  content: "\e950";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.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: rgb(0, 0, 0);
}

.rooms-icon-parking .path2:before {
  content: "\e951";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.rooms-icon-parking .path3:before {
  content: "\e952";
  margin-left: -1em;
  color: rgb(1, 1, 1);
}

.rooms-icon-parking .path4:before {
  content: "\e953";
  margin-left: -1em;
  color: rgb(1, 1, 1);
}

.rooms-icon-parking .path5:before {
  content: "\e954";
  margin-left: -1em;
  color: rgb(1, 1, 1);
}

.rooms-icon-parking .path6:before {
  content: "\e955";
  margin-left: -1em;
  color: rgb(1, 1, 1);
}

.rooms-icon-parking .path7:before {
  content: "\e956";
  margin-left: -1em;
  color: rgb(1, 1, 1);
}

.rooms-icon-parking .path8:before {
  content: "\e957";
  margin-left: -1em;
  color: rgb(1, 1, 1);
}

.rooms-icon-parking .path9:before {
  content: "\e958";
  margin-left: -1em;
  color: rgb(1, 1, 1);
}

.rooms-icon-parking .path10:before {
  content: "\e959";
  margin-left: -1em;
  color: rgb(1, 1, 1);
}

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

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

.rooms-icon-landmark .path1:before {
  content: "\e923";
  color: rgb(29, 29, 27);
}

.rooms-icon-landmark .path2:before {
  content: "\e95a";
  margin-left: -1em;
  color: rgb(29, 29, 27);
}

.rooms-icon-landmark .path3:before {
  content: "\e95b";
  margin-left: -1em;
  color: rgb(29, 29, 27);
}

.rooms-icon-landmark .path4:before {
  content: "\e95c";
  margin-left: -1em;
  color: rgb(29, 30, 28);
}

.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: rgb(0, 0, 0);
}

.rooms-icon-airport-shuttle-free .path2:before {
  content: "\e95d";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.rooms-icon-airport-shuttle-free .path3:before {
  content: "\e95e";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.rooms-icon-airport-shuttle-free .path4:before {
  content: "\e95f";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.rooms-icon-airport-shuttle-free .path5:before {
  content: "\e960";
  margin-left: -1em;
  color: rgb(1, 1, 1);
}

.rooms-icon-airport-shuttle-free .path6:before {
  content: "\e961";
  margin-left: -1em;
  color: rgb(1, 1, 1);
}

.rooms-icon-airport-shuttle-free .path7:before {
  content: "\e962";
  margin-left: -1em;
  color: rgb(1, 1, 1);
}

.rooms-icon-airport-shuttle-free .path8:before {
  content: "\e963";
  margin-left: -1em;
  color: rgb(1, 1, 1);
}

.rooms-icon-airport-shuttle-free .path9:before {
  content: "\e964";
  margin-left: -1em;
  color: rgb(1, 1, 1);
}

.rooms-icon-airport-shuttle-free .path10:before {
  content: "\e965";
  margin-left: -1em;
  color: rgb(1, 1, 1);
}

.rooms-icon-airport-shuttle-free .path11:before {
  content: "\e966";
  margin-left: -1em;
  color: rgb(1, 1, 1);
}

.rooms-icon-airport-shuttle-free .path12:before {
  content: "\e967";
  margin-left: -1em;
  color: rgb(1, 1, 1);
}

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