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

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

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

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

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

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

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

.ui-datepicker {
  display: none;
  padding: 10px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.09), 0 6px 6px rgba(0, 0, 0, 0.12);
  z-index: 10;
}
body > .ui-datepicker {
  z-index: 30;
}
.ui-datepicker:after {
  display: block;
  content: "";
  height: 0;
  overflow: hidden;
  clear: both;
}
@media only screen and (max-width: 767px) {
  .ui-datepicker {
    width: calc(100% - 20px);
  }
}

.ui-datepicker-header {
  position: relative;
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  text-align: center;
  color: #54baba;
}

.ui-datepicker-prev, .ui-datepicker-next {
  position: absolute;
  top: 0;
  width: 26px;
  height: 26px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 20;
}
.ui-datepicker-prev:after, .ui-datepicker-next:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 8px;
  width: 10px;
  height: 10px;
  border: 2px solid #327d7d;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(45deg);
  transition: border-color 350ms ease-in-out;
}
.ui-datepicker-prev.ui-state-disabled, .ui-datepicker-next.ui-state-disabled {
  opacity: 0.3;
}

.ui-datepicker-prev {
  left: 5px;
}
.ui-datepicker-prev:after {
  left: 10px;
  border-right: 0;
  border-top: 0;
  border-left: 2px solid #327d7d;
  border-bottom: 2px solid #327d7d;
}
.ui-datepicker-prev:not(.ui-state-disabled):hover:after {
  border-bottom-color: #54baba;
  border-left-color: #54baba;
}

.ui-datepicker-next {
  right: 5px;
}
.ui-datepicker-next:not(.ui-state-disabled):hover:after {
  border-top-color: #54baba;
  border-right-color: #54baba;
}

.ui-datepicker-calendar {
  cursor: default;
  margin: 0 auto;
  width: 252px;
  table-layout: fixed;
}
@media only screen and (max-width: 767px) {
  .ui-datepicker-calendar {
    width: 100%;
  }
}
.ui-datepicker-calendar th, .ui-datepicker-calendar td {
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
  text-align: center;
}
.ui-datepicker-calendar th {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
}
.ui-datepicker-calendar td {
  font-size: 12px;
  color: #000;
}
.ui-datepicker-calendar td.ui-datepicker-other-month, .ui-datepicker-calendar td.ui-state-disabled {
  color: #a9a9a9;
}
.ui-datepicker-calendar td.ui-datepicker-other-month span:hover, .ui-datepicker-calendar td.ui-state-disabled span:hover {
  color: inherit;
  background: none;
}
.ui-datepicker-calendar a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.ui-datepicker-calendar .ui-datepicker-today a {
  background: #ccc;
}
.ui-datepicker-calendar .ui-datepicker-highlight a, .ui-datepicker-calendar .ui-datepicker-current-day a, .ui-datepicker-calendar .ui-state-default:hover {
  background: #54baba;
  color: #fff;
}

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

.flatpickr-calendar {
  -ms-touch-action: manipulation;
  -webkit-animation: none;
  -webkit-box-sizing: border-box;
  animation: none;
  background: rgba(111, 98, 90, 0.95);
  border: 0;
  box-sizing: border-box;
  direction: ltr;
  display: none;
  font-size: 14px;
  line-height: 24px;
  opacity: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  touch-action: manipulation;
  visibility: hidden;
  width: 307.875px;
}
.flatpickr-calendar.open, .flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before, .flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before, .flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #6F625A;
  display: none;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #6F625A;
  display: none;
}
.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #6F625A;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #6F625A;
}
.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  display: inline-block;
  position: relative;
}

.flatpickr-months {
  display: flex;
}
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: white;
  fill: white;
  height: 28px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  overflow: hidden;
  flex: 1;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  line-height: 16px;
  height: 28px;
  padding: 10px;
  z-index: 3;
  color: #fff;
  fill: #fff;
}
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #000;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #DBA63D;
}
.flatpickr-months .flatpickr-prev-month.disabled,
.flatpickr-months .flatpickr-next-month.disabled {
  display: none;
}
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  transition: fill 0.1s;
  fill: inherit;
}
.flatpickr-months .flatpickr-prev-month {
  left: 0;
}
.flatpickr-months .flatpickr-next-month {
  right: 0;
}

.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear {
  display: none;
}
.numInputWrapper span {
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-sizing: border-box;
  cursor: pointer;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  padding: 0 4px 0 2px;
  position: absolute;
  right: 0;
  width: 14px;
}
.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}
.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 6.16px 0 0 0;
  line-height: 1;
  height: 28px;
  display: inline-block;
  text-align: center;
  transform: translate3d(0, 0, 0);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0 ;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: flex;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: #fff;
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  flex: 1;
  font-weight: bolder;
}

.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  width: 307.875px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  box-sizing: border-box;
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-around;
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.dayContainer + .dayContainer {
  box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #fff;
  border-color: #fff;
  color: #000;
}

.flatpickr-day.today {
  border-color: #fff;
  color: #fff;
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #fff;
  background: #fff;
  color: #000;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #DBA63D;
  box-shadow: none;
  color: #fff;
  border-color: #DBA63D;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: -10px 0 0 #DBA63D;
}

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #fff, 5px 0 0 #fff;
}

.flatpickr-day.disabled,
.flatpickr-day.disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(255, 255, 255, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.disabled,
.flatpickr-day.disabled:hover {
  cursor: not-allowed;
  color: rgba(255, 255, 255, 0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  display: inline-block;
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  box-sizing: border-box;
  display: flex;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  display: inline-block;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #f3f3f3;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.ui-selectmenu-button {
  background: #fff;
  border: 1px solid #d1d1d1;
  color: #53565a;
  display: block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  position: relative;
  text-align: left;
  transition: all 350ms ease-in-out;
  width: auto !important;
}
.ui-selectmenu-button::-moz-placeholder {
  color: #292C2D;
}
.ui-selectmenu-button::placeholder {
  color: #292C2D;
}
.ui-selectmenu-button .ui-icon {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 7px solid #292C2D;
  height: 0;
  margin-top: -4px;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 0;
}
.ui-selectmenu-button:hover .ui-icon {
  border-top-color: #54baba;
}
.ui-selectmenu-button .ui-selectmenu-text {
  display: block;
  height: 100%;
  padding: 0 30px 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-selectmenu-button .ui-selectmenu-text strong {
  font-weight: 700;
}

.ui-selectmenu-menu {
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  max-height: 258px;
  overflow: auto;
  position: absolute;
  z-index: 9999999;
}
.ui-selectmenu-menu.ui-selectmenu-open {
  display: block;
}
.ui-selectmenu-menu li .ui-menu-item-wrapper {
  color: #000;
  display: block;
  font-size: 14px;
  overflow: hidden;
  padding: 10px 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ui-selectmenu-menu li .ui-state-active {
  background: #eee;
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: "HeBS-Icons";
  src: url("../fonts/HeBS-Icons.woff2?8uvq96") format("woff2"), url("../fonts/HeBS-Icons.woff?8uvq96") format("woff");
  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: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";
}

#booking .controls a, #destinations-list nav a, #footer .columns .column a:not([href^=tel]):not(.button), .tiles-section .pagination .tiles-button, #destinations-section .category-selector .close-btn, #destinations-section .category-selector .show-all, #destinations-section .category-selector .destinations-button strong, .gallery-tabs .category-select button, .content-tabs div.mini-block a, .map-content .controls a, .category-selector .selector-button {
  border-bottom: 2px solid #DBA63D;
  color: #000;
  text-decoration: none;
  transition: border-color 350ms ease-in-out;
}
#booking .controls a:hover, #destinations-list nav a:hover, #footer .columns .column a:hover:not([href^=tel]):not(.button), .tiles-section .pagination .tiles-button:hover, #destinations-section .category-selector .close-btn:hover, #destinations-section .category-selector .show-all:hover, #destinations-section .category-selector .destinations-button strong:hover, .gallery-tabs .category-select button:hover, .content-tabs div.mini-block a:hover, .map-content .controls a:hover, .category-selector .selector-button:hover {
  border-color: #000;
  color: #000;
}

.rooms.template-1 .button, #booking .button, #booking .rooms.template-3 .selector-button, .rooms.template-3 #booking .selector-button, #booking .rooms.template-2 .description nav .room-button, .rooms.template-2 .description nav #booking .room-button, #booking .rooms.template-2 .selector-button, .rooms.template-2 #booking .selector-button, .admin .preview-item .button, #footer .button, #footer .rooms.template-3 .selector-button, .rooms.template-3 #footer .selector-button, #footer .rooms.template-2 .description nav .room-button, .rooms.template-2 .description nav #footer .room-button, #footer .rooms.template-2 .selector-button, .rooms.template-2 #footer .selector-button, .content-tabs div.mini-block .button, .button, .rooms.template-3 .selector-button, .rooms.template-2 .description nav .room-button, .rooms.template-2 .selector-button, #feeds .load-more, .weddings-properties-section .copy .button, .blog-feed-section .blog-link, .rooms-section .copy .button, .tiles-section .tile .controls.max a:first-child, .gallery-tabs button.view-gallery, .content-tabs .button, .calendar .image-list-item .description .button, .calendar .image-list-item .description .rooms.template-3 .selector-button, .rooms.template-3 .calendar .image-list-item .description .selector-button, .calendar .image-list-item .description .rooms.template-2 .selector-button, .rooms.template-2 .calendar .image-list-item .description .selector-button, #calendar .single-event .button, #calendar .single-event .rooms.template-3 .selector-button, .rooms.template-3 #calendar .single-event .selector-button, #calendar .single-event .rooms.template-2 .description nav .room-button, .rooms.template-2 .description nav #calendar .single-event .room-button, #calendar .single-event .rooms.template-2 .selector-button, .rooms.template-2 #calendar .single-event .selector-button, .form .controls .button, .galleries .gallery-button, .specials .bordered-button, .rooms-section .images-slider .room .button {
  background: #DBA63D;
  color: #000;
  display: inline-block;
  font: bold 20px/30px "Roboto WF", 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 350ms ease-in-out, color 350ms ease-in-out, border-color 350ms ease-in-out;
  white-space: nowrap;
}
.rooms.template-1 .button:hover, .rooms.template-1 .rooms.template-3 .selector-button:hover, .rooms.template-3 .rooms.template-1 .selector-button:hover, #booking .button:hover, #booking .rooms.template-3 .selector-button:hover, .rooms.template-3 #booking .selector-button:hover, #booking .rooms.template-2 .description nav .room-button:hover, .rooms.template-2 .description nav #booking .room-button:hover, #booking .rooms.template-2 .selector-button:hover, .rooms.template-2 #booking .selector-button:hover, .admin .preview-item .button:hover, .admin .preview-item .rooms.template-3 .selector-button:hover, .rooms.template-3 .admin .preview-item .selector-button:hover, #footer .button:hover, #footer .rooms.template-3 .selector-button:hover, .rooms.template-3 #footer .selector-button:hover, #footer .rooms.template-2 .description nav .room-button:hover, .rooms.template-2 .description nav #footer .room-button:hover, #footer .rooms.template-2 .selector-button:hover, .rooms.template-2 #footer .selector-button:hover, .content-tabs div.mini-block .button:hover, .content-tabs div.mini-block .rooms.template-3 .selector-button:hover, .rooms.template-3 .content-tabs div.mini-block .selector-button:hover, .button:hover, .rooms.template-3 .selector-button:hover, .rooms.template-2 .description nav .room-button:hover, .rooms.template-2 .selector-button:hover, #feeds .load-more:hover, .weddings-properties-section .copy .button:hover, .weddings-properties-section .copy .rooms.template-3 .selector-button:hover, .rooms.template-3 .weddings-properties-section .copy .selector-button:hover, .blog-feed-section .blog-link:hover, .rooms-section .copy .button:hover, .rooms-section .copy .rooms.template-3 .selector-button:hover, .rooms.template-3 .rooms-section .copy .selector-button:hover, .tiles-section .tile .controls.max a:hover:first-child, .gallery-tabs button.view-gallery:hover, .calendar .image-list-item .description .button:hover, .calendar .image-list-item .description .rooms.template-3 .selector-button:hover, .rooms.template-3 .calendar .image-list-item .description .selector-button:hover, #calendar .single-event .button:hover, #calendar .single-event .rooms.template-3 .selector-button:hover, .rooms.template-3 #calendar .single-event .selector-button:hover, #calendar .single-event .rooms.template-2 .description nav .room-button:hover, .rooms.template-2 .description nav #calendar .single-event .room-button:hover, #calendar .single-event .rooms.template-2 .selector-button:hover, .rooms.template-2 #calendar .single-event .selector-button:hover, .form .controls .button:hover, .form .controls .rooms.template-3 .selector-button:hover, .rooms.template-3 .form .controls .selector-button:hover, .galleries .gallery-button:hover, .specials .bordered-button:hover, .rooms.template-1 .active.button, .rooms.template-1 .rooms.template-3 .active.selector-button, .rooms.template-3 .rooms.template-1 .active.selector-button, #booking .active.button, #booking .rooms.template-3 .active.selector-button, .rooms.template-3 #booking .active.selector-button, #booking .rooms.template-2 .description nav .active.room-button, .rooms.template-2 .description nav #booking .active.room-button, #booking .rooms.template-2 .active.selector-button, .rooms.template-2 #booking .active.selector-button, .admin .preview-item .active.button, .admin .preview-item .rooms.template-3 .active.selector-button, .rooms.template-3 .admin .preview-item .active.selector-button, #footer .active.button, #footer .rooms.template-3 .active.selector-button, .rooms.template-3 #footer .active.selector-button, #footer .rooms.template-2 .description nav .active.room-button, .rooms.template-2 .description nav #footer .active.room-button, #footer .rooms.template-2 .active.selector-button, .rooms.template-2 #footer .active.selector-button, .content-tabs div.mini-block .active.button, .content-tabs div.mini-block .rooms.template-3 .active.selector-button, .rooms.template-3 .content-tabs div.mini-block .active.selector-button, .active.button, .rooms.template-3 .active.selector-button, .rooms.template-2 .description nav .active.room-button, .rooms.template-2 .active.selector-button, #feeds .active.load-more, .weddings-properties-section .copy .active.button, .weddings-properties-section .copy .rooms.template-3 .active.selector-button, .rooms.template-3 .weddings-properties-section .copy .active.selector-button, .blog-feed-section .active.blog-link, .rooms-section .copy .active.button, .rooms-section .copy .rooms.template-3 .active.selector-button, .rooms.template-3 .rooms-section .copy .active.selector-button, .tiles-section .tile .controls.max a.active:first-child, .gallery-tabs button.active.view-gallery, .calendar .image-list-item .description .active.button, .calendar .image-list-item .description .rooms.template-3 .active.selector-button, .rooms.template-3 .calendar .image-list-item .description .active.selector-button, #calendar .single-event .active.button, #calendar .single-event .rooms.template-3 .active.selector-button, .rooms.template-3 #calendar .single-event .active.selector-button, #calendar .single-event .rooms.template-2 .description nav .active.room-button, .rooms.template-2 .description nav #calendar .single-event .active.room-button, #calendar .single-event .rooms.template-2 .active.selector-button, .rooms.template-2 #calendar .single-event .active.selector-button, .form .controls .active.button, .form .controls .rooms.template-3 .active.selector-button, .rooms.template-3 .form .controls .active.selector-button, .galleries .active.gallery-button, .specials .active.bordered-button {
  background-color: #000;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .rooms.template-1 .button, #booking .button, #booking .rooms.template-3 .selector-button, .rooms.template-3 #booking .selector-button, #booking .rooms.template-2 .description nav .room-button, .rooms.template-2 .description nav #booking .room-button, #booking .rooms.template-2 .selector-button, .rooms.template-2 #booking .selector-button, .admin .preview-item .button, #footer .button, #footer .rooms.template-3 .selector-button, .rooms.template-3 #footer .selector-button, #footer .rooms.template-2 .description nav .room-button, .rooms.template-2 .description nav #footer .room-button, #footer .rooms.template-2 .selector-button, .rooms.template-2 #footer .selector-button, .content-tabs div.mini-block .button, .button, .rooms.template-3 .selector-button, .rooms.template-2 .description nav .room-button, .rooms.template-2 .selector-button, #feeds .load-more, .weddings-properties-section .copy .button, .blog-feed-section .blog-link, .rooms-section .copy .button, .tiles-section .tile .controls.max a:first-child, .gallery-tabs button.view-gallery, .content-tabs .button, .calendar .image-list-item .description .button, .calendar .image-list-item .description .rooms.template-3 .selector-button, .rooms.template-3 .calendar .image-list-item .description .selector-button, .calendar .image-list-item .description .rooms.template-2 .selector-button, .rooms.template-2 .calendar .image-list-item .description .selector-button, #calendar .single-event .button, #calendar .single-event .rooms.template-3 .selector-button, .rooms.template-3 #calendar .single-event .selector-button, #calendar .single-event .rooms.template-2 .description nav .room-button, .rooms.template-2 .description nav #calendar .single-event .room-button, #calendar .single-event .rooms.template-2 .selector-button, .rooms.template-2 #calendar .single-event .selector-button, .form .controls .button, .galleries .gallery-button, .specials .bordered-button, .rooms-section .images-slider .room .button {
    font-size: 16px;
    height: 40px;
    line-height: 20px;
    padding: 10px 20px;
  }
}

#feeds .load-more, .weddings-properties-section .copy .button, .weddings-properties-section .copy .rooms.template-3 .selector-button, .rooms.template-3 .weddings-properties-section .copy .selector-button, .weddings-properties-section .copy .rooms.template-2 .description nav .room-button, .rooms.template-2 .description nav .weddings-properties-section .copy .room-button, .weddings-properties-section .copy .rooms.template-2 .selector-button, .rooms.template-2 .weddings-properties-section .copy .selector-button, .blog-feed-section .blog-link, .rooms-section .copy .button, .rooms-section .copy .rooms.template-3 .selector-button, .rooms.template-3 .rooms-section .copy .selector-button, .rooms-section .copy .rooms.template-2 .description nav .room-button, .rooms.template-2 .description nav .rooms-section .copy .room-button, .rooms-section .copy .rooms.template-2 .selector-button, .rooms.template-2 .rooms-section .copy .selector-button, .tiles-section .tile .controls.max a:first-child, .gallery-tabs button.view-gallery, .content-tabs .button, .content-tabs .rooms.template-3 .selector-button, .rooms.template-3 .content-tabs .selector-button, .content-tabs .rooms.template-2 .description nav .room-button, .rooms.template-2 .description nav .content-tabs .room-button, .content-tabs .rooms.template-2 .selector-button, .rooms.template-2 .content-tabs .selector-button, .calendar .image-list-item .description .button, .calendar .image-list-item .description .rooms.template-3 .selector-button, .rooms.template-3 .calendar .image-list-item .description .selector-button, .calendar .image-list-item .rooms.template-2 .description nav .room-button, .rooms.template-2 .calendar .image-list-item .description nav .room-button, .calendar .image-list-item .description .rooms.template-2 .selector-button, .rooms.template-2 .calendar .image-list-item .description .selector-button, #calendar .single-event .button, #calendar .single-event .rooms.template-3 .selector-button, .rooms.template-3 #calendar .single-event .selector-button, #calendar .single-event .rooms.template-2 .description nav .room-button, .rooms.template-2 .description nav #calendar .single-event .room-button, #calendar .single-event .rooms.template-2 .selector-button, .rooms.template-2 #calendar .single-event .selector-button, .form .controls .button, .form .controls .rooms.template-3 .selector-button, .rooms.template-3 .form .controls .selector-button, .form .controls .rooms.template-2 .description nav .room-button, .rooms.template-2 .description nav .form .controls .room-button, .form .controls .rooms.template-2 .selector-button, .rooms.template-2 .form .controls .selector-button, .galleries .gallery-button, .specials .bordered-button, .rooms-section .images-slider .room .button, .rooms-section .images-slider .room .rooms.template-3 .selector-button, .rooms.template-3 .rooms-section .images-slider .room .selector-button, .rooms-section .images-slider .room .rooms.template-2 .description nav .room-button, .rooms.template-2 .description nav .rooms-section .images-slider .room .room-button, .rooms-section .images-slider .room .rooms.template-2 .selector-button, .rooms.template-2 .rooms-section .images-slider .room .selector-button {
  background: none;
  border: 2px solid #DBA63D;
  line-height: 26px;
}
#feeds .load-more:hover, .weddings-properties-section .copy .button:hover, .weddings-properties-section .copy .rooms.template-3 .selector-button:hover, .rooms.template-3 .weddings-properties-section .copy .selector-button:hover, .weddings-properties-section .copy .rooms.template-2 .description nav .room-button:hover, .rooms.template-2 .description nav .weddings-properties-section .copy .room-button:hover, .weddings-properties-section .copy .rooms.template-2 .selector-button:hover, .rooms.template-2 .weddings-properties-section .copy .selector-button:hover, .blog-feed-section .blog-link:hover, .rooms-section .copy .button:hover, .rooms-section .copy .rooms.template-3 .selector-button:hover, .rooms.template-3 .rooms-section .copy .selector-button:hover, .rooms-section .copy .rooms.template-2 .description nav .room-button:hover, .rooms.template-2 .description nav .rooms-section .copy .room-button:hover, .rooms-section .copy .rooms.template-2 .selector-button:hover, .rooms.template-2 .rooms-section .copy .selector-button:hover, .tiles-section .tile .controls.max a:hover:first-child, .gallery-tabs button.view-gallery:hover, .content-tabs .button:hover, .content-tabs .rooms.template-3 .selector-button:hover, .rooms.template-3 .content-tabs .selector-button:hover, .content-tabs .rooms.template-2 .description nav .room-button:hover, .rooms.template-2 .description nav .content-tabs .room-button:hover, .content-tabs .rooms.template-2 .selector-button:hover, .rooms.template-2 .content-tabs .selector-button:hover, .calendar .image-list-item .description .button:hover, .calendar .image-list-item .description .rooms.template-3 .selector-button:hover, .rooms.template-3 .calendar .image-list-item .description .selector-button:hover, .calendar .image-list-item .rooms.template-2 .description nav .room-button:hover, .rooms.template-2 .calendar .image-list-item .description nav .room-button:hover, .calendar .image-list-item .description .rooms.template-2 .selector-button:hover, .rooms.template-2 .calendar .image-list-item .description .selector-button:hover, #calendar .single-event .button:hover, #calendar .single-event .rooms.template-3 .selector-button:hover, .rooms.template-3 #calendar .single-event .selector-button:hover, #calendar .single-event .rooms.template-2 .description nav .room-button:hover, .rooms.template-2 .description nav #calendar .single-event .room-button:hover, #calendar .single-event .rooms.template-2 .selector-button:hover, .rooms.template-2 #calendar .single-event .selector-button:hover, .form .controls .button:hover, .form .controls .rooms.template-3 .selector-button:hover, .rooms.template-3 .form .controls .selector-button:hover, .form .controls .rooms.template-2 .description nav .room-button:hover, .rooms.template-2 .description nav .form .controls .room-button:hover, .form .controls .rooms.template-2 .selector-button:hover, .rooms.template-2 .form .controls .selector-button:hover, .galleries .gallery-button:hover, .specials .bordered-button:hover, .rooms-section .images-slider .room .button:hover, .rooms-section .images-slider .room .rooms.template-3 .selector-button:hover, .rooms.template-3 .rooms-section .images-slider .room .selector-button:hover, .rooms-section .images-slider .room .rooms.template-2 .description nav .room-button:hover, .rooms.template-2 .description nav .rooms-section .images-slider .room .room-button:hover, .rooms-section .images-slider .room .rooms.template-2 .selector-button:hover, .rooms.template-2 .rooms-section .images-slider .room .selector-button:hover {
  background-color: #DBA63D;
  border-color: #DBA63D;
  color: #000;
}
@media only screen and (max-width: 1024px) {
  #feeds .load-more, .weddings-properties-section .copy .button, .weddings-properties-section .copy .rooms.template-3 .selector-button, .rooms.template-3 .weddings-properties-section .copy .selector-button, .weddings-properties-section .copy .rooms.template-2 .description nav .room-button, .rooms.template-2 .description nav .weddings-properties-section .copy .room-button, .weddings-properties-section .copy .rooms.template-2 .selector-button, .rooms.template-2 .weddings-properties-section .copy .selector-button, .blog-feed-section .blog-link, .rooms-section .copy .button, .rooms-section .copy .rooms.template-3 .selector-button, .rooms.template-3 .rooms-section .copy .selector-button, .rooms-section .copy .rooms.template-2 .description nav .room-button, .rooms.template-2 .description nav .rooms-section .copy .room-button, .rooms-section .copy .rooms.template-2 .selector-button, .rooms.template-2 .rooms-section .copy .selector-button, .tiles-section .tile .controls.max a:first-child, .gallery-tabs button.view-gallery, .content-tabs .button, .content-tabs .rooms.template-3 .selector-button, .rooms.template-3 .content-tabs .selector-button, .content-tabs .rooms.template-2 .description nav .room-button, .rooms.template-2 .description nav .content-tabs .room-button, .content-tabs .rooms.template-2 .selector-button, .rooms.template-2 .content-tabs .selector-button, .calendar .image-list-item .description .button, .calendar .image-list-item .description .rooms.template-3 .selector-button, .rooms.template-3 .calendar .image-list-item .description .selector-button, .calendar .image-list-item .rooms.template-2 .description nav .room-button, .rooms.template-2 .calendar .image-list-item .description nav .room-button, .calendar .image-list-item .description .rooms.template-2 .selector-button, .rooms.template-2 .calendar .image-list-item .description .selector-button, #calendar .single-event .button, #calendar .single-event .rooms.template-3 .selector-button, .rooms.template-3 #calendar .single-event .selector-button, #calendar .single-event .rooms.template-2 .description nav .room-button, .rooms.template-2 .description nav #calendar .single-event .room-button, #calendar .single-event .rooms.template-2 .selector-button, .rooms.template-2 #calendar .single-event .selector-button, .form .controls .button, .form .controls .rooms.template-3 .selector-button, .rooms.template-3 .form .controls .selector-button, .form .controls .rooms.template-2 .description nav .room-button, .rooms.template-2 .description nav .form .controls .room-button, .form .controls .rooms.template-2 .selector-button, .rooms.template-2 .form .controls .selector-button, .galleries .gallery-button, .specials .bordered-button, .rooms-section .images-slider .room .button, .rooms-section .images-slider .room .rooms.template-3 .selector-button, .rooms.template-3 .rooms-section .images-slider .room .selector-button, .rooms-section .images-slider .room .rooms.template-2 .description nav .room-button, .rooms.template-2 .description nav .rooms-section .images-slider .room .room-button, .rooms-section .images-slider .room .rooms.template-2 .selector-button, .rooms.template-2 .rooms-section .images-slider .room .selector-button {
    line-height: 16px;
  }
}

.slider-arrow .arrow-left {
  left: 0;
  top: 50%;
  transform: rotate(-45deg);
  transform-origin: left top;
}

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

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

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

.slider-bullet {
  border-radius: 50%;
}

html, body, input, textarea, button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input[type=submit], button {
  -webkit-appearance: none;
  -moz-appearance: none;
}

button, input, textarea {
  padding: 0;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  input[type=text], textarea {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
}

button, textarea {
  border-radius: 0;
  border: none;
  background: none;
}

a, input[type=submit], button, .button, .rooms.template-3 .selector-button, .rooms.template-2 .description nav .room-button, .rooms.template-2 .selector-button {
  cursor: pointer;
  transition: color 350ms ease-in-out, background-color 350ms ease-in-out, border-color 350ms ease-in-out;
}

.hide {
  display: none;
}

.no-select {
  user-select: none !important;
  -o-user-select: none !important;
  -moz-user-select: none !important;
  -webkit-user-select: none !important;
  -ms-user-select: none !important;
}

.center-column {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 3vw;
}
.center-column:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: 1024px) {
  .center-column {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .center-column {
    padding: 0 20px;
  }
}

.screen-reader-only {
  border: 0 !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  word-wrap: normal !important;
}

select {
  border-radius: 0;
  background: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: #fff;
  border: 1px solid #d1d1d1;
  color: #53565a;
  display: inline-block;
  font-size: 14px;
  font-family: "Roboto WF", Arial, sans-serif;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  position: relative;
  text-align: left;
  transition: color 350ms ease-in-out, background-color 350ms ease-in-out, border-color 350ms ease-in-out;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  background: none; /* remove blue background on ie10/ie11 when selected*/
  color: inherit;
}

.select-wrapper {
  display: inline-block;
  position: relative;
}
.select-wrapper select {
  padding-right: 40px;
}
.select-wrapper .select-icon {
  border-bottom: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #6F625A;
  height: 0;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 0;
}
@media only screen and (max-width: 767px) {
  .select-wrapper .select-icon {
    border-top: 6px solid #DBA63D;
  }
}

.category-selector {
  display: flex;
  font-size: 0;
  margin-bottom: 35px;
  justify-content: start;
  margin-top: 100px;
  position: relative;
  padding-bottom: 20px;
  overflow-x: auto;
}
.category-selector::-webkit-scrollbar {
  width: 2px; /* width of the entire scrollbar */
  height: 5px;
}
.category-selector::-webkit-scrollbar-track {
  background: transparent; /* color of the tracking area */
}
.category-selector::-webkit-scrollbar-thumb {
  background-color: #c0b9aa; /* color of the scroll thumb */
  border-radius: 2px; /* roundness of the scroll thumb */
}
.category-selector .selector-button {
  border-color: transparent !important;
  display: inline-block;
  flex-shrink: 0;
  font-size: 1.8vw;
  padding-bottom: 15px;
  transition: all 0.1s !important; /* Animation */
  color: #4B4B4B;
  /* Desktop/Headings/2. M */
  font-family: "Prata WF", "Times New Roman", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.14px;
  margin-right: 37px;
}
@media (max-width: 1111.1111111111px) {
  .category-selector .selector-button {
    font-size: 20px;
  }
}
@media (min-width: 1333.3333333333px) {
  .category-selector .selector-button {
    font-size: 24px;
  }
}
.category-selector .selector-button:last-of-type {
  margin-right: 0px;
}
.category-selector .selector-button.divider {
  width: 2px;
  background: #D9D9D9;
  margin-bottom: 7px;
  margin-right: 30px;
}
.category-selector .selector-button:hover, .category-selector .selector-button.active {
  border-color: #DBA63D !important;
  color: #000;
  top: 0px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .category-selector .selector-button {
    display: none;
  }
}
.category-selector .select-wrapper {
  display: none;
}
@media only screen and (max-width: 767px) {
  .category-selector .select-wrapper {
    width: 100%;
    text-align: center;
  }
}
.category-selector .select-wrapper select {
  border: 0;
  border-bottom: 2px solid #E4E4E4;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .category-selector .select-wrapper select {
    border-bottom: 0;
    padding-right: 0;
    font-weight: bold;
  }
}
@media only screen and (max-width: 767px) {
  .category-selector .select-wrapper {
    display: block;
  }
}

.slide {
  display: flex;
  height: auto;
}

.slider-arrow {
  color: #000;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-indent: -1000em;
  z-index: 1;
}
.slider-arrow .arrow-left {
  display: inline-block;
  position: absolute;
}
.slider-arrow .arrow-left:before, .slider-arrow .arrow-left:after {
  background: #fff;
  content: "";
  display: block;
  height: 32px;
  position: absolute;
  top: 0;
  transition: background-color 350ms ease-in-out;
}
.slider-arrow .arrow-left:before {
  height: 2px;
  width: 32px;
}
@media only screen and (max-width: 767px) {
  .slider-arrow .arrow-left:before {
    width: 16px;
  }
}
.slider-arrow .arrow-left:after {
  height: 32px;
  width: 2px;
}
@media only screen and (max-width: 767px) {
  .slider-arrow .arrow-left:after {
    height: 16px;
  }
}
.slider-arrow .arrow-right {
  display: inline-block;
  position: absolute;
}
.slider-arrow .arrow-right:before, .slider-arrow .arrow-right:after {
  background: #fff;
  content: "";
  display: block;
  height: 32px;
  position: absolute;
  top: 0;
  transition: background-color 350ms ease-in-out;
}
.slider-arrow .arrow-right:before {
  height: 2px;
  width: 32px;
}
@media only screen and (max-width: 767px) {
  .slider-arrow .arrow-right:before {
    width: 16px;
  }
}
.slider-arrow .arrow-right:after {
  height: 32px;
  width: 2px;
}
@media only screen and (max-width: 767px) {
  .slider-arrow .arrow-right:after {
    height: 16px;
  }
}
.slider-arrow .arrow-up {
  display: inline-block;
  position: absolute;
}
.slider-arrow .arrow-up:before, .slider-arrow .arrow-up:after {
  background: #fff;
  content: "";
  display: block;
  height: 32px;
  position: absolute;
  top: 0;
  transition: background-color 350ms ease-in-out;
}
.slider-arrow .arrow-up:before {
  height: 2px;
  width: 32px;
}
@media only screen and (max-width: 767px) {
  .slider-arrow .arrow-up:before {
    width: 16px;
  }
}
.slider-arrow .arrow-up:after {
  height: 32px;
  width: 2px;
}
@media only screen and (max-width: 767px) {
  .slider-arrow .arrow-up:after {
    height: 16px;
  }
}
.slider-arrow .arrow-down {
  display: inline-block;
  position: absolute;
}
.slider-arrow .arrow-down:before, .slider-arrow .arrow-down:after {
  background: #fff;
  content: "";
  display: block;
  height: 32px;
  position: absolute;
  top: 0;
  transition: background-color 350ms ease-in-out;
}
.slider-arrow .arrow-down:before {
  height: 2px;
  width: 32px;
}
@media only screen and (max-width: 767px) {
  .slider-arrow .arrow-down:before {
    width: 16px;
  }
}
.slider-arrow .arrow-down:after {
  height: 32px;
  width: 2px;
}
@media only screen and (max-width: 767px) {
  .slider-arrow .arrow-down:after {
    height: 16px;
  }
}
.slider-arrow:hover:before, .slider-arrow:hover:after {
  background-color: #DBA63D;
}

.slider-pagination {
  bottom: 2vw;
  font-size: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.slider-bullet {
  border: 2px solid #fff;
  display: inline-block;
  height: 15px;
  overflow: hidden;
  text-indent: -100em;
  transition: background-color 350ms ease-in-out;
  width: 15px;
}
.slider-bullet:hover, .slider-bullet.active {
  background-color: #fff;
}

html:not(.no-js) .fade-on-scroll {
  transform: translate(0, 50px);
  opacity: 0;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 750ms;
}
html:not(.no-js) .fade-on-scroll.from-left {
  transform: translate(-50px, 0);
}
html:not(.no-js) .fade-on-scroll.from-right {
  transform: translate(50px, 0);
}
html:not(.no-js) .fade-on-scroll.visible {
  transform: translate(0, 0);
  opacity: 1;
}

.content-read-more.removed {
  display: none;
}

.content-read-more-wrapper {
  overflow: hidden;
  max-height: 0;
}
.content-read-more-wrapper.expanded {
  overflow: visible;
  max-height: none;
}

.images-slider {
  position: relative;
}

#feeds .copy-block h2, .blog-feed-section h2, .rooms-section .copy h2, .amenities-section h2, .employee-testimonials-section .copy h2, .employee-testimonials-section .testimonials h2, .testimonials-section .copy h2, .testimonials-section .testimonials h2, .columns-section h2, .content-tabs h2, #calendar.list-view .image-list h3 a, .poi-overlay h2, .galleries h2, .careers h2 {
  color: #6F625A;
  font-display: auto;
  font: normal 48px/1.4 "Prata WF", "Times New Roman", sans-serif;
  font-size: 4vw;
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  #feeds .copy-block h2, .blog-feed-section h2, .rooms-section .copy h2, .amenities-section h2, .employee-testimonials-section .copy h2, .employee-testimonials-section .testimonials h2, .testimonials-section .copy h2, .testimonials-section .testimonials h2, .columns-section h2, .content-tabs h2, #calendar.list-view .image-list h3 a, .poi-overlay h2, .galleries h2, .careers h2 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  #feeds .copy-block h2, .blog-feed-section h2, .rooms-section .copy h2, .amenities-section h2, .employee-testimonials-section .copy h2, .employee-testimonials-section .testimonials h2, .testimonials-section .copy h2, .testimonials-section .testimonials h2, .columns-section h2, .content-tabs h2, #calendar.list-view .image-list h3 a, .poi-overlay h2, .galleries h2, .careers h2 {
    font-size: 48px;
  }
}

.rooms.template-1 .price strong, .employee-testimonials-section .copy h3, .employee-testimonials-section .testimonials h3, .testimonials-section .copy h3, .testimonials-section .testimonials h3, .content-tabs h3, .careers h3 {
  font-size: 30px;
  font-size: 2.5vw;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (max-width: 880px) {
  .rooms.template-1 .price strong, .employee-testimonials-section .copy h3, .employee-testimonials-section .testimonials h3, .testimonials-section .copy h3, .testimonials-section .testimonials h3, .content-tabs h3, .careers h3 {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .rooms.template-1 .price strong, .employee-testimonials-section .copy h3, .employee-testimonials-section .testimonials h3, .testimonials-section .copy h3, .testimonials-section .testimonials h3, .content-tabs h3, .careers h3 {
    font-size: 30px;
  }
}

.rooms.template-1 .features, .content-tabs div.mini-block h3, .careers dt {
  font-size: 18px;
  line-height: 1.3;
}

.close-popup {
  color: #000;
  overflow: hidden;
  padding-left: 30px;
  line-height: 30px;
  position: absolute;
  text-indent: -100em;
}
.close-popup .icon {
  height: 30px;
  left: 0;
  top: 0;
  position: absolute;
  transform: rotate(45deg);
  width: 30px;
}
.close-popup .icon:before, .close-popup .icon:after {
  background: #fff;
  border-radius: 0;
  content: "";
  display: block;
  position: absolute;
}
.close-popup .icon:before {
  height: 1px;
  left: 0;
  top: calc(50% - 0.5px);
  width: 30px;
}
.close-popup .icon:after {
  height: 30px;
  left: calc(50% - 0.5px);
  top: 0;
  width: 1px;
}

#booking-popup {
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  overflow: auto;
  transition: opacity 350ms ease-in-out, visibility 350ms ease-in-out;
  visibility: hidden;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  padding: 4vw;
  right: 5vw;
  top: calc(100% + 1.5vw);
  width: calc(380px + 8vw);
}
#booking-popup.visible {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 767px) {
  #booking-popup {
    left: 5vw;
    width: auto;
  }
}

.select-wrapper .select-icon {
  top: 50% !important;
}

#feeds .feed-item .tile, #promos .promo, .tiles-section .tile, .blog-feed-section .tile, .galleries .tile, .pressroom .tile, .specials .tile, .rooms-section .images-slider .room {
  align-items: stretch;
  display: flex;
  height: auto;
  flex-flow: column nowrap;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
  white-space: normal;
  width: 100%;
}

#promos .promo, .tiles-section .tile, .blog-feed-section .tile, .galleries .tile, .pressroom .tile, .specials .tile, .rooms-section .images-slider .room {
  justify-content: flex-start;
}
#promos .promo .thumbnail, .tiles-section .tile .thumbnail, .blog-feed-section .tile .thumbnail, .galleries .tile .thumbnail, .pressroom .tile .thumbnail, .specials .tile .thumbnail, .rooms-section .images-slider .room .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;
}
#promos .promo .thumbnail:before, .tiles-section .tile .thumbnail:before, .blog-feed-section .tile .thumbnail:before, .galleries .tile .thumbnail:before, .pressroom .tile .thumbnail:before, .specials .tile .thumbnail:before, .rooms-section .images-slider .room .thumbnail:before {
  background-color: rgba(0, 0, 0, 0);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: background 350ms ease-in-out;
  width: 100%;
  z-index: 1;
}
#promos .promo .thumbnail img, .tiles-section .tile .thumbnail img, .blog-feed-section .tile .thumbnail img, .galleries .tile .thumbnail img, .pressroom .tile .thumbnail img, .specials .tile .thumbnail img, .rooms-section .images-slider .room .thumbnail img {
  display: none;
}
#promos .promo .thumbnail img, .tiles-section .tile .thumbnail img, .blog-feed-section .tile .thumbnail img, .galleries .tile .thumbnail img, .pressroom .tile .thumbnail img, .specials .tile .thumbnail img, .rooms-section .images-slider .room .thumbnail img {
  display: block;
  visibility: hidden;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  #promos .promo .thumbnail, .tiles-section .tile .thumbnail, .blog-feed-section .tile .thumbnail, .galleries .tile .thumbnail, .pressroom .tile .thumbnail, .specials .tile .thumbnail, .rooms-section .images-slider .room .thumbnail {
    height: 360px;
  }
}
@media only screen and (max-width: 767px) {
  #promos .promo .thumbnail, .tiles-section .tile .thumbnail, .blog-feed-section .tile .thumbnail, .galleries .tile .thumbnail, .pressroom .tile .thumbnail, .specials .tile .thumbnail, .rooms-section .images-slider .room .thumbnail {
    height: 240px;
  }
}
#promos .promo .description, .tiles-section .tile .description, .blog-feed-section .tile .description, .galleries .tile .description, .pressroom .tile .description, .specials .tile .description, .rooms-section .images-slider .room .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 350ms ease-in-out, opacity 350ms ease-in-out;
  width: calc(100% - 120px);
}
@media (max-width: 1166.6666666667px) {
  #promos .promo .description, .tiles-section .tile .description, .blog-feed-section .tile .description, .galleries .tile .description, .pressroom .tile .description, .specials .tile .description, .rooms-section .images-slider .room .description {
    font-size: 14px;
  }
}
@media (min-width: 1333.3333333333px) {
  #promos .promo .description, .tiles-section .tile .description, .blog-feed-section .tile .description, .galleries .tile .description, .pressroom .tile .description, .specials .tile .description, .rooms-section .images-slider .room .description {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  #promos .promo .description, .tiles-section .tile .description, .blog-feed-section .tile .description, .galleries .tile .description, .pressroom .tile .description, .specials .tile .description, .rooms-section .images-slider .room .description {
    margin-right: 40px;
    margin-left: 40px;
    width: calc(100% - 80px);
  }
}
@media only screen and (max-width: 767px) {
  #promos .promo .description, .tiles-section .tile .description, .blog-feed-section .tile .description, .galleries .tile .description, .pressroom .tile .description, .specials .tile .description, .rooms-section .images-slider .room .description {
    margin-right: 20px;
    margin-left: 20px;
    padding: 20px 20px 0;
    width: calc(100% - 40px);
    font-size: 11px;
  }
}
#promos .promo .description span.category, .tiles-section .tile .description span.category, .blog-feed-section .tile .description span.category, .galleries .tile .description span.category, .pressroom .tile .description span.category, .specials .tile .description span.category, .rooms-section .images-slider .room .description span.category {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}
#promos .promo .description span.category a, .tiles-section .tile .description span.category a, .blog-feed-section .tile .description span.category a, .galleries .tile .description span.category a, .pressroom .tile .description span.category a, .specials .tile .description span.category a, .rooms-section .images-slider .room .description span.category a {
  color: #DBA63D;
  text-decoration: none;
  border-bottom: 0;
}
#promos .promo .description.priced, .tiles-section .tile .description.priced, .blog-feed-section .tile .description.priced, .galleries .tile .description.priced, .pressroom .tile .description.priced, .specials .tile .description.priced, .rooms-section .images-slider .room .description.priced {
  margin-right: 0;
  padding: 20px 200px 20px 40px;
  width: calc(100% - 60px);
}
@media only screen and (max-width: 1024px) {
  #promos .promo .description.priced, .tiles-section .tile .description.priced, .blog-feed-section .tile .description.priced, .galleries .tile .description.priced, .pressroom .tile .description.priced, .specials .tile .description.priced, .rooms-section .images-slider .room .description.priced {
    padding: 20px;
    width: calc(100% - 40px);
  }
}
#promos .promo .description .hotel-name, .tiles-section .tile .description .hotel-name, .blog-feed-section .tile .description .hotel-name, .galleries .tile .description .hotel-name, .pressroom .tile .description .hotel-name, .specials .tile .description .hotel-name, .rooms-section .images-slider .room .description .hotel-name {
  color: #000;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 10px;
}
#promos .promo .description .title, .tiles-section .tile .description .title, #promos .promo .description .rooms-section .images-slider .room header strong, .rooms-section .images-slider #promos .promo .description .room header strong, #promos .rooms-section .images-slider .promo .description .room header strong, .tiles-section .tile .description .rooms-section .images-slider .room header strong, .rooms-section .images-slider .tiles-section .tile .description .room header strong, .blog-feed-section .tile .description .title, .galleries .tile .description .title, .pressroom .tile .description .title, .specials .tile .description .title, .blog-feed-section .tile .description .rooms-section .images-slider .room header strong, .rooms-section .images-slider .blog-feed-section .tile .description .room header strong, .blog-feed-section .rooms-section .images-slider .tile .description .room header strong, .galleries .tile .description .rooms-section .images-slider .room header strong, .rooms-section .images-slider .galleries .tile .description .room header strong, .pressroom .tile .description .rooms-section .images-slider .room header strong, .rooms-section .images-slider .pressroom .tile .description .room header strong, .specials .tile .description .rooms-section .images-slider .room header strong, .rooms-section .images-slider .specials .tile .description .room header strong, .rooms-section .images-slider .room .description .title, .rooms-section .images-slider .room .description header strong, .rooms-section .images-slider .room header .description strong {
  color: #6F625A;
  font-display: auto;
  font: 32px/1.125 "Prata WF", "Times New Roman", sans-serif;
  font-size: 2vw;
  margin-bottom: 20px;
}
@media (max-width: 1100px) {
  #promos .promo .description .title, .tiles-section .tile .description .title, #promos .promo .description .rooms-section .images-slider .room header strong, .rooms-section .images-slider #promos .promo .description .room header strong, #promos .rooms-section .images-slider .promo .description .room header strong, .tiles-section .tile .description .rooms-section .images-slider .room header strong, .rooms-section .images-slider .tiles-section .tile .description .room header strong, .blog-feed-section .tile .description .title, .galleries .tile .description .title, .pressroom .tile .description .title, .specials .tile .description .title, .blog-feed-section .tile .description .rooms-section .images-slider .room header strong, .rooms-section .images-slider .blog-feed-section .tile .description .room header strong, .blog-feed-section .rooms-section .images-slider .tile .description .room header strong, .galleries .tile .description .rooms-section .images-slider .room header strong, .rooms-section .images-slider .galleries .tile .description .room header strong, .pressroom .tile .description .rooms-section .images-slider .room header strong, .rooms-section .images-slider .pressroom .tile .description .room header strong, .specials .tile .description .rooms-section .images-slider .room header strong, .rooms-section .images-slider .specials .tile .description .room header strong, .rooms-section .images-slider .room .description .title, .rooms-section .images-slider .room .description header strong, .rooms-section .images-slider .room header .description strong {
    font-size: 22px;
  }
}
@media (min-width: 1600px) {
  #promos .promo .description .title, .tiles-section .tile .description .title, #promos .promo .description .rooms-section .images-slider .room header strong, .rooms-section .images-slider #promos .promo .description .room header strong, #promos .rooms-section .images-slider .promo .description .room header strong, .tiles-section .tile .description .rooms-section .images-slider .room header strong, .rooms-section .images-slider .tiles-section .tile .description .room header strong, .blog-feed-section .tile .description .title, .galleries .tile .description .title, .pressroom .tile .description .title, .specials .tile .description .title, .blog-feed-section .tile .description .rooms-section .images-slider .room header strong, .rooms-section .images-slider .blog-feed-section .tile .description .room header strong, .blog-feed-section .rooms-section .images-slider .tile .description .room header strong, .galleries .tile .description .rooms-section .images-slider .room header strong, .rooms-section .images-slider .galleries .tile .description .room header strong, .pressroom .tile .description .rooms-section .images-slider .room header strong, .rooms-section .images-slider .pressroom .tile .description .room header strong, .specials .tile .description .rooms-section .images-slider .room header strong, .rooms-section .images-slider .specials .tile .description .room header strong, .rooms-section .images-slider .room .description .title, .rooms-section .images-slider .room .description header strong, .rooms-section .images-slider .room header .description strong {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  #promos .promo .description .title, .tiles-section .tile .description .title, #promos .promo .description .rooms-section .images-slider .room header strong, .rooms-section .images-slider #promos .promo .description .room header strong, #promos .rooms-section .images-slider .promo .description .room header strong, .tiles-section .tile .description .rooms-section .images-slider .room header strong, .rooms-section .images-slider .tiles-section .tile .description .room header strong, .blog-feed-section .tile .description .title, .galleries .tile .description .title, .pressroom .tile .description .title, .specials .tile .description .title, .blog-feed-section .tile .description .rooms-section .images-slider .room header strong, .rooms-section .images-slider .blog-feed-section .tile .description .room header strong, .blog-feed-section .rooms-section .images-slider .tile .description .room header strong, .galleries .tile .description .rooms-section .images-slider .room header strong, .rooms-section .images-slider .galleries .tile .description .room header strong, .pressroom .tile .description .rooms-section .images-slider .room header strong, .rooms-section .images-slider .pressroom .tile .description .room header strong, .specials .tile .description .rooms-section .images-slider .room header strong, .rooms-section .images-slider .specials .tile .description .room header strong, .rooms-section .images-slider .room .description .title, .rooms-section .images-slider .room .description header strong, .rooms-section .images-slider .room header .description strong {
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
}
#promos .promo .description p, .tiles-section .tile .description p, .blog-feed-section .tile .description p, .galleries .tile .description p, .pressroom .tile .description p, .specials .tile .description p, .rooms-section .images-slider .room .description p {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #promos .promo .description p, .tiles-section .tile .description p, .blog-feed-section .tile .description p, .galleries .tile .description p, .pressroom .tile .description p, .specials .tile .description p, .rooms-section .images-slider .room .description p {
    margin-bottom: 10px;
  }
}
#promos .promo .description .controls-price, .tiles-section .tile .description .controls-price, .blog-feed-section .tile .description .controls-price, .galleries .tile .description .controls-price, .pressroom .tile .description .controls-price, .specials .tile .description .controls-price, .rooms-section .images-slider .room .description .controls-price {
  display: flex;
  align-items: center;
}
#promos .promo .description .price, .tiles-section .tile .description .price, .blog-feed-section .tile .description .price, .galleries .tile .description .price, .pressroom .tile .description .price, .specials .tile .description .price, .rooms-section .images-slider .room .description .price {
  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;
}
#promos .promo .description .price strong, .tiles-section .tile .description .price strong, .blog-feed-section .tile .description .price strong, .galleries .tile .description .price strong, .pressroom .tile .description .price strong, .specials .tile .description .price strong, .rooms-section .images-slider .room .description .price strong {
  color: #fff;
  font: bold 32px/1.125 "Roboto WF", Arial, sans-serif;
  font-size: 2vw;
}
@media (max-width: 1100px) {
  #promos .promo .description .price strong, .tiles-section .tile .description .price strong, .blog-feed-section .tile .description .price strong, .galleries .tile .description .price strong, .pressroom .tile .description .price strong, .specials .tile .description .price strong, .rooms-section .images-slider .room .description .price strong {
    font-size: 22px;
  }
}
@media (min-width: 1600px) {
  #promos .promo .description .price strong, .tiles-section .tile .description .price strong, .blog-feed-section .tile .description .price strong, .galleries .tile .description .price strong, .pressroom .tile .description .price strong, .specials .tile .description .price strong, .rooms-section .images-slider .room .description .price strong {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  #promos .promo .description .price strong, .tiles-section .tile .description .price strong, .blog-feed-section .tile .description .price strong, .galleries .tile .description .price strong, .pressroom .tile .description .price strong, .specials .tile .description .price strong, .rooms-section .images-slider .room .description .price strong {
    font-size: 17px;
  }
}
#promos .promo .description .price span, .tiles-section .tile .description .price span, .blog-feed-section .tile .description .price span, .galleries .tile .description .price span, .pressroom .tile .description .price span, .specials .tile .description .price span, .rooms-section .images-slider .room .description .price span {
  color: #fff;
  font-size: 14px;
  text-transform: none;
}
@media only screen and (max-width: 767px) {
  #promos .promo .description .price span, .tiles-section .tile .description .price span, .blog-feed-section .tile .description .price span, .galleries .tile .description .price span, .pressroom .tile .description .price span, .specials .tile .description .price span, .rooms-section .images-slider .room .description .price span {
    font-size: 10px;
  }
}
#promos .promo .description .price span:first-child, .tiles-section .tile .description .price span:first-child, .blog-feed-section .tile .description .price span:first-child, .galleries .tile .description .price span:first-child, .pressroom .tile .description .price span:first-child, .specials .tile .description .price span:first-child, .rooms-section .images-slider .room .description .price span:first-child {
  color: #969696;
  display: block;
  font-size: 10px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  #promos .promo .description .price span:first-child, .tiles-section .tile .description .price span:first-child, .blog-feed-section .tile .description .price span:first-child, .galleries .tile .description .price span:first-child, .pressroom .tile .description .price span:first-child, .specials .tile .description .price span:first-child, .rooms-section .images-slider .room .description .price span:first-child {
    font-size: 8px;
  }
}
@media only screen and (max-width: 1024px) {
  #promos .promo .description .price, .tiles-section .tile .description .price, .blog-feed-section .tile .description .price, .galleries .tile .description .price, .pressroom .tile .description .price, .specials .tile .description .price, .rooms-section .images-slider .room .description .price {
    align-items: baseline;
    background: none;
    height: auto;
    display: block;
    position: relative;
    padding: 0;
    margin-bottom: 20px;
    width: auto;
  }
  #promos .promo .description .price strong, .tiles-section .tile .description .price strong, .blog-feed-section .tile .description .price strong, .galleries .tile .description .price strong, .pressroom .tile .description .price strong, .specials .tile .description .price strong, .rooms-section .images-slider .room .description .price strong {
    color: #000;
  }
  #promos .promo .description .price span, .tiles-section .tile .description .price span, .blog-feed-section .tile .description .price span, .galleries .tile .description .price span, .pressroom .tile .description .price span, .specials .tile .description .price span, .rooms-section .images-slider .room .description .price span {
    color: #000;
  }
  #promos .promo .description .price nav, .tiles-section .tile .description .price nav, .blog-feed-section .tile .description .price nav, .galleries .tile .description .price nav, .pressroom .tile .description .price nav, .specials .tile .description .price nav, .rooms-section .images-slider .room .description .price nav {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  #promos .promo .description .price, .tiles-section .tile .description .price, .blog-feed-section .tile .description .price, .galleries .tile .description .price, .pressroom .tile .description .price, .specials .tile .description .price, .rooms-section .images-slider .room .description .price {
    margin-bottom: 0;
    margin-left: 12px;
  }
}
#promos .promo .description .time, .tiles-section .tile .description .time, .blog-feed-section .tile .description .time, .galleries .tile .description .time, .pressroom .tile .description .time, .specials .tile .description .time, .rooms-section .images-slider .room .description .time {
  color: #767676;
  display: inline-block;
  font-size: 12px;
  line-height: 2.1;
  margin-bottom: 5px;
}
#promos .promo .description .date, .tiles-section .tile .description .date, .blog-feed-section .tile .description .date, .galleries .tile .description .date, .pressroom .tile .description .date, .specials .tile .description .date, .rooms-section .images-slider .room .description .date {
  display: block;
  font-size: 18px;
  font-weight: bold;
  left: 0;
  position: absolute;
  text-align: center;
  top: 2vw;
  width: 100%;
}
#promos .promo .description .date:after, .tiles-section .tile .description .date:after, .blog-feed-section .tile .description .date:after, .galleries .tile .description .date:after, .pressroom .tile .description .date:after, .specials .tile .description .date:after, .rooms-section .images-slider .room .description .date:after {
  background: #fff;
  content: "";
  height: 2px;
  display: block;
  margin: 5px auto 0;
  width: 30px;
}
#promos .promo .description .date a, .tiles-section .tile .description .date a, .blog-feed-section .tile .description .date a, .galleries .tile .description .date a, .pressroom .tile .description .date a, .specials .tile .description .date a, .rooms-section .images-slider .room .description .date a {
  color: inherit;
  text-decoration: none;
}
#promos .promo .description .date a:hover, .tiles-section .tile .description .date a:hover, .blog-feed-section .tile .description .date a:hover, .galleries .tile .description .date a:hover, .pressroom .tile .description .date a:hover, .specials .tile .description .date a:hover, .rooms-section .images-slider .room .description .date a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  #promos .promo .description .button, #promos .promo .description .rooms.template-3 .selector-button, .rooms.template-3 #promos .promo .description .selector-button, #promos .promo .rooms.template-2 .description nav .room-button, .rooms.template-2 #promos .promo .description nav .room-button, #promos .promo .description .rooms.template-2 .selector-button, .rooms.template-2 #promos .promo .description .selector-button, .tiles-section .tile .description .button, .tiles-section .tile .description .rooms.template-3 .selector-button, .rooms.template-3 .tiles-section .tile .description .selector-button, .tiles-section .tile .rooms.template-2 .description nav .room-button, .rooms.template-2 .tiles-section .tile .description nav .room-button, .tiles-section .tile .description .rooms.template-2 .selector-button, .rooms.template-2 .tiles-section .tile .description .selector-button, .blog-feed-section .tile .description .button, .blog-feed-section .tile .description .rooms.template-3 .selector-button, .rooms.template-3 .blog-feed-section .tile .description .selector-button, .blog-feed-section .tile .rooms.template-2 .description nav .room-button, .rooms.template-2 .blog-feed-section .tile .description nav .room-button, .blog-feed-section .tile .description .rooms.template-2 .selector-button, .rooms.template-2 .blog-feed-section .tile .description .selector-button, .galleries .tile .description .button, .galleries .tile .description .rooms.template-3 .selector-button, .rooms.template-3 .galleries .tile .description .selector-button, .galleries .tile .rooms.template-2 .description nav .room-button, .rooms.template-2 .galleries .tile .description nav .room-button, .galleries .tile .description .rooms.template-2 .selector-button, .rooms.template-2 .galleries .tile .description .selector-button, .pressroom .tile .description .button, .pressroom .tile .description .rooms.template-3 .selector-button, .rooms.template-3 .pressroom .tile .description .selector-button, .pressroom .tile .rooms.template-2 .description nav .room-button, .rooms.template-2 .pressroom .tile .description nav .room-button, .pressroom .tile .description .rooms.template-2 .selector-button, .rooms.template-2 .pressroom .tile .description .selector-button, .specials .tile .description .button, .specials .tile .description .rooms.template-3 .selector-button, .rooms.template-3 .specials .tile .description .selector-button, .specials .tile .rooms.template-2 .description nav .room-button, .rooms.template-2 .specials .tile .description nav .room-button, .specials .tile .description .rooms.template-2 .selector-button, .rooms.template-2 .specials .tile .description .selector-button, .rooms-section .images-slider .room .description .button, .rooms-section .images-slider .room .description .rooms.template-3 .selector-button, .rooms.template-3 .rooms-section .images-slider .room .description .selector-button, .rooms-section .images-slider .room .rooms.template-2 .description nav .room-button, .rooms.template-2 .rooms-section .images-slider .room .description nav .room-button, .rooms-section .images-slider .room .description .rooms.template-2 .selector-button, .rooms.template-2 .rooms-section .images-slider .room .description .selector-button {
    font-size: 11px;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
  }
}
.swiper-slide #promos .promo .description, #promos .swiper-slide .promo .description, .swiper-slide .tiles-section .tile .description, .tiles-section .swiper-slide .tile .description, .swiper-slide .blog-feed-section .tile .description, .blog-feed-section .swiper-slide .tile .description, .swiper-slide .galleries .tile .description, .galleries .swiper-slide .tile .description, .swiper-slide .pressroom .tile .description, .pressroom .swiper-slide .tile .description, .swiper-slide .specials .tile .description, .specials .swiper-slide .tile .description, .swiper-slide .rooms-section .images-slider .room .description, .rooms-section .images-slider .swiper-slide .room .description {
  opacity: 0;
  transform: translateX(100%);
}
.swiper-slide-active #promos .promo .thumbnail:before, #promos .swiper-slide-active .promo .thumbnail:before, .swiper-slide-active .tiles-section .tile .thumbnail:before, .tiles-section .swiper-slide-active .tile .thumbnail:before, .swiper-slide-active .blog-feed-section .tile .thumbnail:before, .blog-feed-section .swiper-slide-active .tile .thumbnail:before, .swiper-slide-active .galleries .tile .thumbnail:before, .galleries .swiper-slide-active .tile .thumbnail:before, .swiper-slide-active .pressroom .tile .thumbnail:before, .pressroom .swiper-slide-active .tile .thumbnail:before, .swiper-slide-active .specials .tile .thumbnail:before, .specials .swiper-slide-active .tile .thumbnail:before, .swiper-slide-active .rooms-section .images-slider .room .thumbnail:before, .rooms-section .images-slider .swiper-slide-active .room .thumbnail:before {
  background-color: rgba(0, 0, 0, 0);
}
.swiper-slide-active #promos .promo .description, #promos .swiper-slide-active .promo .description, .swiper-slide-active .tiles-section .tile .description, .tiles-section .swiper-slide-active .tile .description, .swiper-slide-active .blog-feed-section .tile .description, .blog-feed-section .swiper-slide-active .tile .description, .swiper-slide-active .galleries .tile .description, .galleries .swiper-slide-active .tile .description, .swiper-slide-active .pressroom .tile .description, .pressroom .swiper-slide-active .tile .description, .swiper-slide-active .specials .tile .description, .specials .swiper-slide-active .tile .description, .swiper-slide-active .rooms-section .images-slider .room .description, .rooms-section .images-slider .swiper-slide-active .room .description {
  opacity: 1;
  transform: translateX(0);
}

.blog-feed-section .tile .description, .galleries .tile .description, .pressroom .tile .description, .specials .tile .description, .rooms-section .images-slider .room .description {
  margin: -6vw 3vw 0;
  padding: 1vw 2vw;
  transform: translateY(0);
  transition: none;
  width: calc(100% - 6vw);
}
@media only screen and (max-width: 767px) {
  .blog-feed-section .tile .description, .galleries .tile .description, .pressroom .tile .description, .specials .tile .description, .rooms-section .images-slider .room .description {
    margin: -60px 15px 0;
    padding: 15px;
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 767px) {
  .blog-feed-section .tile .description, .galleries .tile .description, .pressroom .tile .description, .specials .tile .description, .rooms-section .images-slider .room .description {
    font-size: 13px;
  }
}
.swiper-slide .blog-feed-section .tile .description, .blog-feed-section .swiper-slide .tile .description, .swiper-slide .galleries .tile .description, .galleries .swiper-slide .tile .description, .swiper-slide .pressroom .tile .description, .pressroom .swiper-slide .tile .description, .swiper-slide .specials .tile .description, .specials .swiper-slide .tile .description, .swiper-slide .rooms-section .images-slider .room .description, .rooms-section .images-slider .swiper-slide .room .description {
  opacity: 1;
  transform: none;
}
@media only screen and (max-width: 1024px) {
  .blog-feed-section .tile .thumbnail, .galleries .tile .thumbnail, .pressroom .tile .thumbnail, .specials .tile .thumbnail, .rooms-section .images-slider .room .thumbnail {
    height: 320px;
    min-height: 320px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-feed-section .tile .thumbnail, .galleries .tile .thumbnail, .pressroom .tile .thumbnail, .specials .tile .thumbnail, .rooms-section .images-slider .room .thumbnail {
    height: 240px;
    min-height: 240px;
  }
  .blog-feed-section .tile .button, .blog-feed-section .tile .rooms.template-3 .selector-button, .rooms.template-3 .blog-feed-section .tile .selector-button, .blog-feed-section .tile .rooms.template-2 .description nav .room-button, .rooms.template-2 .description nav .blog-feed-section .tile .room-button, .blog-feed-section .tile .rooms.template-2 .selector-button, .rooms.template-2 .blog-feed-section .tile .selector-button, .galleries .tile .button, .galleries .tile .rooms.template-3 .selector-button, .rooms.template-3 .galleries .tile .selector-button, .galleries .tile .rooms.template-2 .description nav .room-button, .rooms.template-2 .description nav .galleries .tile .room-button, .galleries .tile .rooms.template-2 .selector-button, .rooms.template-2 .galleries .tile .selector-button, .pressroom .tile .button, .pressroom .tile .rooms.template-3 .selector-button, .rooms.template-3 .pressroom .tile .selector-button, .pressroom .tile .rooms.template-2 .description nav .room-button, .rooms.template-2 .description nav .pressroom .tile .room-button, .pressroom .tile .rooms.template-2 .selector-button, .rooms.template-2 .pressroom .tile .selector-button, .specials .tile .button, .specials .tile .rooms.template-3 .selector-button, .rooms.template-3 .specials .tile .selector-button, .specials .tile .rooms.template-2 .description nav .room-button, .rooms.template-2 .description nav .specials .tile .room-button, .specials .tile .rooms.template-2 .selector-button, .rooms.template-2 .specials .tile .selector-button, .rooms-section .images-slider .room .button, .rooms-section .images-slider .room .rooms.template-3 .selector-button, .rooms.template-3 .rooms-section .images-slider .room .selector-button, .rooms-section .images-slider .room .rooms.template-2 .description nav .room-button, .rooms.template-2 .description nav .rooms-section .images-slider .room .room-button, .rooms-section .images-slider .room .rooms.template-2 .selector-button, .rooms.template-2 .rooms-section .images-slider .room .selector-button {
    font-size: 13px;
  }
}

.rooms-section .images-slider .room {
  justify-content: flex-start;
}
.rooms-section .images-slider .room .thumbnail {
  height: 640px;
}
@media only screen and (max-width: 1024px) {
  .rooms-section .images-slider .room .thumbnail {
    height: 480px;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-section .images-slider .room .thumbnail {
    height: 240px;
  }
}
.rooms-section .images-slider .room .description .title, .rooms-section .images-slider .room .description header strong, .rooms-section .images-slider .room header .description strong {
  color: #4A4A4A;
  font-size: 1.8vw;
}
@media (max-width: 1111.1111111111px) {
  .rooms-section .images-slider .room .description .title, .rooms-section .images-slider .room .description header strong, .rooms-section .images-slider .room header .description strong {
    font-size: 20px;
  }
}
@media (min-width: 1333.3333333333px) {
  .rooms-section .images-slider .room .description .title, .rooms-section .images-slider .room .description header strong, .rooms-section .images-slider .room header .description strong {
    font-size: 24px;
  }
}
.rooms-section .images-slider .room .price {
  text-decoration: none;
}
@media only screen and (max-width: 1024px) {
  .rooms-section .images-slider .room .price {
    align-items: baseline;
  }
  .rooms-section .images-slider .room .price strong {
    display: inline-block;
    margin: 0 10px;
  }
}
.rooms-section .images-slider .room header {
  align-items: stretch;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.rooms-section .images-slider .room header h2, .rooms-section .images-slider .room header strong {
  flex-shrink: 0;
}
.rooms-section .images-slider .room header strong {
  color: #4A4A4A;
}
.rooms-section .images-slider .room .description {
  margin-top: -120px;
  margin-left: calc(50px + 5vw);
  width: calc(100% - 50px - 5vw);
}

#feeds .feed-item .tile .thumbnail {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  height: 100%;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
  z-index: 0;
}
#feeds .feed-item .tile .thumbnail:before {
  background-color: rgba(0, 0, 0, 0);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: background 350ms ease-in-out;
  width: 100%;
  z-index: 1;
}
#feeds .feed-item .tile .thumbnail img {
  display: none;
}
#feeds .feed-item .tile .description {
  display: flex;
  font-size: 13px;
  flex-flow: column nowrap;
  justify-content: flex-end;
  height: 100%;
  left: 0;
  padding: 2vw;
  position: absolute;
  top: 0;
  width: 100%;
}
#feeds .feed-item .tile .description h3 {
  text-transform: uppercase;
}

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

@media only screen and (max-width: 767px) {
  html.specials .content-submenu.property {
    display: none !important;
  }
}

.specials-category {
  margin-bottom: 40px;
}

.specials {
  clear: both;
  font-size: 0;
  margin-top: 30px;
}
.specials .tab-body {
  display: none;
  margin: 0 2vw 2vw 0;
  vertical-align: top;
  width: calc(50% - 2vw);
}
.specials .tab-body.active {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .specials .tab-body {
    margin: 0 0 20px;
    width: 100%;
  }
}
.specials .special-offer {
  width: 100%;
}
.specials .special-offer .thumbnail {
  margin: 0;
}
.specials .special-offer .thumbnail:after {
  background: none;
  content: none;
}
.specials .tile .controls a {
  margin: 0 20px 20px 0;
}
@media only screen and (max-width: 767px) {
  .specials .tile .controls a {
    margin: 0 10px 10px 0;
    padding: 10px;
  }
}
.single-special .thumbnail {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  float: right;
  height: 300px;
  margin-bottom: 20px;
  margin-left: 20px;
  width: 300px;
}
@media only screen and (max-width: 767px) {
  .single-special .thumbnail {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}

.features {
  margin: 30px 0;
  color: #4B4B4B;
}
.features h2 {
  font-size: 21px;
  font-family: "Prata WF", "Times New Roman", sans-serif;
}
.features ul {
  font-family: "Roboto WF", Arial, sans-serif;
  font-size: 15px;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
}
.features ul li {
  list-style-type: disc;
  list-style-position: outside;
  padding-bottom: 10px;
  display: inline-block;
  margin-left: 0;
  padding-left: 20px;
}
.features ul li::before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  border: 2px solid #4B4B4B;
  top: 30%;
}

.careers {
  padding: 0 0 50px;
}
@media only screen and (max-width: 1024px) {
  .careers {
    padding: 0 0 30px;
  }
}
.careers h3 {
  margin-bottom: 10px;
}
.careers dl {
  border-bottom: 2px solid #E4E4E4;
  padding-top: 30px;
}
.careers.last dl:last-child {
  border-bottom: 0;
}
.careers dt {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .careers dt {
    margin-bottom: 10px;
  }
}
.careers dd {
  margin-bottom: 20px;
}

#destinations-map {
  background: #E7E7E7;
  height: 41.5vw;
  min-height: 500px;
  position: relative;
}
#destinations-map:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid transparent;
  border-top-color: #DBA63D;
  border-bottom-color: #DBA63D;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#destinations-map.loaded:before {
  content: none;
}

.map-content {
  background: #fff;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 280px;
}
.map-content h3 {
  color: #000;
  font-display: auto;
  font: 18px/24px "Prata WF", "Times New Roman", sans-serif;
  margin-bottom: 10px;
}
.map-content p {
  margin-bottom: 10px;
}
.map-content .thumbnail {
  background-size: cover;
  display: block;
  height: 180px;
  width: 100%;
}
.map-content .thumbnail img {
  display: none;
  width: 100%;
}
.map-content .description {
  box-sizing: border-box;
  padding: 20px 40px;
  text-align: center;
}
.map-content .controls a {
  font-weight: bold;
  font-size: 16px;
}

.pressroom {
  font-size: 0;
}
.pressroom .pressroom-item {
  display: inline-block;
  margin: 0 2vw 2vw 0;
  vertical-align: top;
  width: calc(50% - 2vw);
}
@media only screen and (max-width: 767px) {
  .pressroom .pressroom-item {
    margin: 0 0 20px;
    width: 100%;
  }
}
.galleries {
  text-align: center;
  font-size: 0;
}
.galleries .gallery {
  display: inline-block;
  margin: 0 2vw 2vw 0;
  vertical-align: top;
  width: calc(50% - 2vw);
}
@media only screen and (max-width: 767px) {
  .galleries .gallery {
    margin: 0 0 20px;
    width: 100%;
  }
}
.galleries h2 {
  font-size: 30px;
  font-size: 2.5vw;
}
@media (max-width: 880px) {
  .galleries h2 {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .galleries h2 {
    font-size: 30px;
  }
}
.form {
  display: block;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .form {
    text-align: left;
  }
}
.form .ui-menu-item a {
  text-align: left;
}
.form fieldset {
  font-size: 0;
}
.form h3 {
  text-align: left;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e2e2e2;
}
.form label {
  width: 40%;
  line-height: 1.2;
  font-size: 17px;
  margin: 12px 20px 0 0;
  float: left;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .form label {
    display: block;
    float: none;
    margin: 0 0 20px;
    text-align: left;
    width: auto;
  }
}
.form label em {
  color: #b31919;
  font-size: 16px;
  font-weight: normal;
  line-height: 10px;
  padding-right: 5px;
}
.form input[type=text], .form input[type=date], .form textarea, .form select, .form .input-overlay {
  background: #fff;
  border: 1px solid #d1d1d1;
  height: 60px;
  line-height: 58px;
  padding: 0 20px;
  resize: none;
  width: 250px;
}
@media only screen and (max-width: 767px) {
  .form input[type=text], .form input[type=date], .form textarea, .form select, .form .input-overlay {
    width: 100%;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .form input[type=file] {
    width: 100%;
    text-align: left;
  }
}
.form p {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .form p {
    margin-bottom: 20px;
  }
}
.form p:after {
  clear: both;
  content: "";
  display: table;
}
.form p span {
  float: left;
}
.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;
  margin-bottom: 10px;
}
.form p span.group label input {
  margin-right: 0.4em;
}
.form p input[type=text], .form p input[type=date], .form p select, .form p .input-overlay {
  height: 40px;
  line-height: 40px;
}
.form .input-overlay {
  opacity: 0;
  margin-top: -40px;
}
@media only screen and (max-width: 767px) {
  .form .select-wrapper {
    width: 100%;
  }
}
.form textarea {
  height: 100px;
  overflow: auto;
  line-height: 20px;
  padding: 10px;
}
.form input[type=checkbox],
.form input[type=radio] {
  width: 20px;
  height: 20px;
  padding: 0;
  vertical-align: top;
}
.form input[type=radio] {
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  .form input[type=radio] {
    margin-top: 0;
  }
}
.form .form-builder-group .form-builder-field[class*=radiogroup_], .form .form-builder-group .form-builder-field[class*=tags_] {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .form .form-builder-group .form-builder-field[class*=radiogroup_], .form .form-builder-group .form-builder-field[class*=tags_] {
    flex-direction: column;
  }
}
.form .form-builder-group .form-builder-field[class*=radiogroup_] label, .form .form-builder-group .form-builder-field[class*=tags_] label {
  width: 44%;
}
.form .form-builder-group .form-builder-field[class*=radiogroup_] .group, .form .form-builder-group .form-builder-field[class*=tags_] .group {
  display: flex;
  flex-direction: column;
}
.form .form-builder-group .form-builder-field[class*=radiogroup_] .group label, .form .form-builder-group .form-builder-field[class*=tags_] .group label {
  width: auto;
  padding: 0;
  margin: 12px 20px 0 0;
}
.form .form-builder-group .form-builder-field[class*=radiogroup_] .group label input, .form .form-builder-group .form-builder-field[class*=tags_] .group label input {
  width: 20px !important;
  height: 20px !important;
  padding: 0 !important;
  margin: -2px 0.4em 0 0 !important;
}
.form .form-builder-group .form-builder-field.inputcheckbox_terms {
  display: flex;
  justify-content: center;
}
.form .form-builder-group .form-builder-field.inputcheckbox_terms p {
  display: block !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  line-height: 1.2 !important;
  font-size: 17px !important;
  text-align: center;
}
.form .form-builder-group .form-builder-field.inputcheckbox_terms p label {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  width: auto !important;
  margin: 0 !important;
}
.form .form-builder-group .form-builder-field.inputcheckbox_terms p label em {
  order: 1;
}
.form .form-builder-group .form-builder-field.inputcheckbox_terms p label input {
  width: 20px !important;
  height: 20px !important;
  padding: 0 !important;
  margin: -1px 0.4em 0 0.4em !important;
  order: 2;
}
.form .form-builder-group .form-builder-field.inputcheckbox_terms p:last-child {
  display: none !important;
}
.form .form-builder-group .form-builder-field .date-pick {
  width: 18px;
  height: 18px;
  background-image: url("../images/calendar-today.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  content: "";
}
.form .group input[type=radio] {
  margin-top: 0;
}
.form .datepicker-input-wrapper {
  float: left;
}
@media only screen and (max-width: 767px) {
  .form .datepicker-input-wrapper {
    float: none;
  }
}
.form input.date-pick, .form .input-overlay {
  width: 150px;
  float: left;
}
@media only screen and (max-width: 767px) {
  .form input.date-pick, .form .input-overlay {
    float: none;
    display: block;
    width: 100%;
  }
}
.form .input-overlay {
  clear: both;
}
.form .ui-datepicker-trigger {
  float: left;
  position: static;
  margin: 13px 0 0 6px;
}
@media only screen and (max-width: 767px) {
  .form .ui-datepicker-trigger {
    display: none;
  }
}
.form .button, .form .rooms.template-3 .selector-button, .rooms.template-3 .form .selector-button, .form .rooms.template-2 .description nav .room-button, .rooms.template-2 .description nav .form .room-button, .form .rooms.template-2 .selector-button, .rooms.template-2 .form .selector-button {
  border: 0;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  vertical-align: top;
}
.form .controls p {
  padding: 20px 0 0 40%;
  width: auto;
  background: none;
}
@media only screen and (max-width: 767px) {
  .form .controls p {
    padding: 0;
    text-align: center;
  }
}
.form .controls .button, .form .controls .rooms.template-3 .selector-button, .rooms.template-3 .form .controls .selector-button, .form .controls .rooms.template-2 .description nav .room-button, .rooms.template-2 .description nav .form .controls .room-button, .form .controls .rooms.template-2 .selector-button, .rooms.template-2 .form .controls .selector-button {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .form .controls .button, .form .controls .rooms.template-3 .selector-button, .rooms.template-3 .form .controls .selector-button, .form .controls .rooms.template-2 .description nav .room-button, .rooms.template-2 .description nav .form .controls .room-button, .form .controls .rooms.template-2 .selector-button, .rooms.template-2 .form .controls .selector-button {
    display: inline-block;
    margin: 0;
  }
}
.form .rfp-columns-3 {
  width: 100%;
  margin-bottom: 20px;
}
.form .rfp-columns-3 label {
  width: 60%;
  margin-left: 40%;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .form .rfp-columns-3 label {
    width: 100%;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
.form .rfp-columns-3 label input {
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .form .rfp-columns-3 label input {
    margin-left: 50px;
  }
}
.form .rfp-columns-3 .checkboxpropertiesclassifiers_check-all {
  display: none;
}
.form .rfp-columns-3 dl dt label {
  width: 35%;
  text-align: right;
  position: relative;
  top: 30px;
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .form .rfp-columns-3 dl dt label {
    width: 100%;
    top: auto;
    text-align: left;
  }
}
.form .rfp-columns-3 dl:last-child dd label:last-child {
  margin-bottom: 20px;
}
.form label[for=checkboxpropertiesclassifiers] {
  display: none;
}
.form #row_work-experience label, .form #row_work-experience input {
  margin-top: 40px;
}
.form #row_checkboxpropertiesclassifiers {
  height: 1010px;
}
@media only screen and (max-width: 767px) {
  .form #row_checkboxpropertiesclassifiers {
    height: 1230px;
  }
}
.form .g-recaptcha > div {
  margin: 20px auto;
}
.form #row_washington {
  position: relative;
}
.form #row_washington label {
  text-align: right;
  margin: 0;
  padding-right: 60px;
}
@media only screen and (max-width: 767px) {
  .form #row_washington label {
    padding: 0;
    text-align: left;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 450px) {
  .form #row_washington label {
    margin-top: 40px;
  }
}
.form #row_washington .checkbox-group label {
  margin: 0;
}
.form #row_washington .checkbox-group input {
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .form #row_washington .checkbox-group input {
    margin-left: 50px;
  }
}
.form .form-builder-group {
  width: 100%;
}
.form .form-builder-group .form-builder-field {
  width: 100%;
}
.form .form-builder-group .form-builder-field p, .form .form-builder-group .form-builder-field .control-container {
  width: 71%;
  display: flex;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .form .form-builder-group .form-builder-field p, .form .form-builder-group .form-builder-field .control-container {
    width: 100%;
    flex-direction: column;
  }
}
.form .form-builder-group .form-builder-field p label, .form .form-builder-group .form-builder-field .control-container label {
  width: 33%;
}
@media only screen and (max-width: 767px) {
  .form .form-builder-group .form-builder-field p label, .form .form-builder-group .form-builder-field .control-container label {
    width: 100%;
  }
}
.form .form-builder-group .form-builder-field p input[type], .form .form-builder-group .form-builder-field .control-container input[type] {
  padding: 0 20px;
  height: 40px;
}
.form .form-builder-group .form-builder-field p input, .form .form-builder-group .form-builder-field p textarea, .form .form-builder-group .form-builder-field .control-container input, .form .form-builder-group .form-builder-field .control-container textarea {
  width: 50% !important;
}
@media only screen and (max-width: 767px) {
  .form .form-builder-group .form-builder-field p input, .form .form-builder-group .form-builder-field p textarea, .form .form-builder-group .form-builder-field .control-container input, .form .form-builder-group .form-builder-field .control-container textarea {
    width: 100% !important;
  }
}
.form .form-builder-group .form-builder-field p input[type=submit], .form .form-builder-group .form-builder-field .control-container input[type=submit] {
  width: auto !important;
  background: none;
  border: 2px solid #DBA63D;
  height: auto;
}
.form .form-builder-group .form-builder-field p input[type=submit]:hover, .form .form-builder-group .form-builder-field .control-container input[type=submit]:hover {
  background-color: #DBA63D;
  color: #000;
}
.form .form-builder-group .form-builder-field p span.group, .form .form-builder-group .form-builder-field .control-container span.group {
  float: none !important;
  width: 50% !important;
}
@media only screen and (max-width: 767px) {
  .form .form-builder-group .form-builder-field p span.group, .form .form-builder-group .form-builder-field .control-container span.group {
    width: 100% !important;
  }
}
.form .form-builder-group .form-builder-field p span.group .checkbox-label, .form .form-builder-group .form-builder-field .control-container span.group .checkbox-label {
  width: 100%;
}
.form .form-builder-group .form-builder-field p span.group input[type=checkbox], .form .form-builder-group .form-builder-field .control-container span.group input[type=checkbox] {
  width: 20px !important;
  height: 20px;
}
.form .form-builder-group .form-builder-field .select-wrapper {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .form .form-builder-group .form-builder-field .select-wrapper {
    width: 100% !important;
  }
}
.form .form-builder-group .form-builder-field .select-wrapper select {
  width: 100%;
}
.form .form-builder-group .form-builder-field .select-wrapper .select-icon {
  top: 57% !important;
  right: 5%;
}
.form .form-builder-group .form-builder-field .select-wrapper .multiselect-dropdown {
  height: 145px;
}
.form .form-builder-group .form-builder-field .select-wrapper .multiselect-dropdown ~ .select-icon {
  display: none;
}
.form .form-builder-group .form-builder-field .select-wrapper .select2-container--default .select2-selection--multiple {
  border-radius: 0;
  border-color: rgba(0, 0, 0, 0.3);
  min-height: 40px;
}
.form .form-builder-group .form-builder-field .select-wrapper .select2-container--default .select2-search {
  display: none;
}
.form .form-builder-group .form-builder-field .select-wrapper .select2-container--default .select2-selection__rendered {
  margin: 0;
}
.form .form-builder-group .form-builder-field .select-wrapper .select2-container--default .select2-selection__choice {
  padding: 4px 15px 4px 10px;
  font-size: 12px;
  background: #F5F5F5;
  color: #53565A;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
}
.form .form-builder-group .form-builder-field .select-wrapper .select2-container--default .select2-selection__choice:before {
  display: none;
}
.form .form-builder-group .form-builder-field .select-wrapper .select2-container--default .select2-selection__choice button {
  width: auto;
  min-height: auto;
  border: 0;
  left: auto;
  right: 0;
}
.form .form-builder-group .form-builder-field .select-wrapper .select2-container--default .select2-selection__choice button span {
  font-size: 19px;
  font-weight: 100;
  line-height: 26px;
}
.form .form-builder-group .form-builder-field .select-wrapper .select2-container--default .select2-selection__choice .select2-selection__choice__display {
  font-size: 12px;
}
.form .form-builder-group .form-builder-field .select-wrapper span {
  float: none;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #f1f1f1;
  color: #4A4A4A;
}
.select2-container--default .select2-results__options::-webkit-scrollbar {
  width: 4px;
}
.select2-container--default .select2-results__options::-webkit-scrollbar-track {
  background-color: #D9D9D9;
}
.select2-container--default .select2-results__options::-webkit-scrollbar-thumb {
  background-color: #6F625A;
}
.select2-container--default .select2-results__options::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}
.select2-container--default .select2-results__option {
  padding: 10px 8px;
  font-size: 12px;
}

/* General styling */
[class*=properties_].form-builder-field:has(.multi-select-dropdown) {
  overflow: visible !important;
}

.multi-select-dropdown-container {
  position: relative;
  width: 50%;
  display: inline-block;
}

.multi-select-dropdown {
  position: relative;
  width: 100%;
}
.multi-select-dropdown .dropdown-trigger {
  display: flex;
  align-items: center;
  padding-inline: 4px;
  border: solid thin rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  cursor: pointer;
  flex-wrap: wrap;
  min-height: 40px;
}
.multi-select-dropdown .dropdown-trigger input[type=text] {
  border: none !important;
  outline: none;
  flex-grow: 1;
  cursor: pointer;
  padding: 0 10px !important;
  margin-left: 5px;
  min-width: 50px;
  padding: 5px 0;
  border: none;
  background: none;
}
.multi-select-dropdown .dropdown-trigger .select-icon {
  border-bottom: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #6F625A;
  height: 0;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 23px;
  top: 23px;
  width: 0;
}
.multi-select-dropdown .selected-items {
  display: flex;
  flex-wrap: wrap;
  width: 92%;
}
.multi-select-dropdown .selected-items .item {
  background: #F5F5F5;
  color: #53565A;
  border: 1px solid #d1d1d1;
  padding: 5px 10px;
  margin: 5px;
  border-radius: 3px;
  font-size: 12px;
  display: flex;
  align-items: center;
}
.multi-select-dropdown .selected-items .item .remove {
  margin-left: 10px;
  cursor: pointer;
  position: relative;
}
.multi-select-dropdown .selected-items .item .remove::before, .multi-select-dropdown .selected-items .item .remove::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 1px;
  background-color: #53565A;
  transform: translate(-50%, -50%) rotate(45deg);
}
.multi-select-dropdown .selected-items .item .remove::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.multi-select-dropdown .dropdown-menu {
  display: none;
  position: relative;
  top: 100%;
  left: 0;
  width: 100%;
  background: white;
  border: 1px solid #ccc;
  max-height: 200px;
  overflow-y: auto;
  z-index: 9999;
}
.multi-select-dropdown .dropdown-menu::-webkit-scrollbar {
  width: 7px;
}
.multi-select-dropdown .dropdown-menu::-webkit-scrollbar-track {
  background-color: #D9D9D9;
}
.multi-select-dropdown .dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #6F625A;
}
.multi-select-dropdown .dropdown-menu::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}
.multi-select-dropdown .dropdown-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.multi-select-dropdown .dropdown-menu ul li {
  font-size: 12px;
  cursor: pointer;
  margin-left: 0px;
  padding-left: 10px;
}
.multi-select-dropdown .dropdown-menu ul li:before {
  content: none;
}
.multi-select-dropdown .dropdown-menu ul li:first-child {
  padding-top: 10px;
}
.multi-select-dropdown .dropdown-menu ul li ul li {
  padding: 10px;
  margin-left: 0px;
}
.multi-select-dropdown .dropdown-menu ul li ul li:hover {
  background: #f1f1f1;
}

.poi {
  overflow: hidden;
  position: relative;
}

.poi-widget {
  margin-bottom: 6vw;
}
@media only screen and (max-width: 767px) {
  .poi-widget {
    padding: 0;
    margin-bottom: 0;
  }
}

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

.poi-zoom {
  color: #54baba;
  font-size: 14px;
  line-height: 22px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  margin: 20px 0;
}
.poi-zoom .poi-zoom-button {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -100em;
  text-align: left;
}
.poi-zoom .poi-zoom-button:after {
  content: "";
  background: #54baba;
  display: block;
  width: 8px;
  height: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.poi-zoom .poi-zoom-button.zoom-in:before {
  content: "";
  background: #54baba;
  display: block;
  width: 1px;
  height: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.poi-map {
  height: 800px;
}
@media only screen and (max-width: 767px) {
  .poi-map {
    height: calc(100% - 200px);
    min-height: 450px;
  }
}

.poi-overlay {
  background-color: #fff;
  padding: 2vw 3vw;
  position: absolute;
  right: 0;
  top: 0;
  min-width: 320px;
  max-width: 480px;
  width: 24vw;
  z-index: 410;
}
.poi-overlay h2 {
  line-height: 1;
}
.poi-overlay .category-selector {
  margin: 0;
}
.poi-overlay .category-selector .select-wrapper {
  display: inline-block;
  width: 100%;
}
.poi-overlay .category-selector select {
  background: none;
  border: 0;
  border-bottom: 2px solid #E4E4E4;
  box-sizing: border-box;
  color: #000000;
  font-weight: bold;
  height: 60px;
  padding: 0 20px 0 0;
  font-size: 16px;
  width: 100%;
}
.poi-overlay .category-selector .button, .poi-overlay .category-selector .rooms.template-3 .selector-button, .rooms.template-3 .poi-overlay .category-selector .selector-button, .poi-overlay .category-selector .rooms.template-2 .description nav .room-button, .rooms.template-2 .description nav .poi-overlay .category-selector .room-button, .poi-overlay .category-selector .rooms.template-2 .selector-button, .rooms.template-2 .poi-overlay .category-selector .selector-button {
  display: none;
}
@media only screen and (max-width: 767px) {
  .poi-overlay {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 20px;
  }
}

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

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

#calendar-filter {
  float: right;
}
#calendar-filter select {
  background: none;
  border: 0;
  border-bottom: 2px solid #E4E4E4;
}
@media only screen and (max-width: 767px) {
  #calendar-filter {
    float: none;
    margin-top: 10px;
    text-align: center;
  }
}

#calendar-views {
  float: left;
}
#calendar-views:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: 767px) {
  #calendar-views {
    float: none;
    text-align: center;
    margin-bottom: 30px;
  }
}
#calendar-views li {
  float: left;
}
@media only screen and (max-width: 767px) {
  #calendar-views li {
    display: inline-block;
    float: none;
  }
}
#calendar-views a {
  color: #9B9B9B;
  display: block;
  line-height: 20px;
  margin-right: 20px;
  padding-left: 30px;
  position: relative;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #calendar-views a {
    margin-right: 0;
    margin-left: 20px;
  }
  #calendar-views a.grid {
    margin-left: 0;
  }
}
#calendar-views a:hover, #calendar-views a.active {
  color: #6F625A;
}
#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: -230px 0;
}
#calendar-views a.grid:active:before {
  background-position: -260px 0;
}
#calendar-views a.list:before {
  background-position: -200px -40px;
}
#calendar-views a.list:hover:before, #calendar-views a.list.active:before {
  background-position: -230px -40px;
}
#calendar-views a.list:active:before {
  background-position: -260px -40px;
}

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

#calendar-year {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #calendar-year {
    display: none;
  }
}
#calendar-year:after {
  clear: both;
  content: "";
  display: table;
}
#calendar-year li {
  float: left;
}
#calendar-year a {
  display: block;
  padding: 5px 0;
  margin-right: 1px;
  text-decoration: none;
  border-bottom: 1px solid #E7E7E7;
  color: #E7E7E7;
}
#calendar-year a:hover {
  border-color: #6F625A;
  color: #6F625A;
}
#calendar-year .active a {
  border-color: #DBA63D;
  color: #DBA63D;
}
#calendar-year .active a:hover {
  border-color: #000;
  color: #000;
}

#calendar-month {
  height: 40px;
  margin-bottom: 20px;
  position: relative;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: newspaper;
}
@media only screen and (max-width: 767px) {
  #calendar-month {
    -moz-text-align-last: auto;
         text-align-last: auto;
  }
}
#calendar-month:after {
  clear: both;
  content: "";
  display: table;
}
#calendar-month:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  height: 0;
}
#calendar-month li {
  display: inline;
}
#calendar-month a {
  display: inline-block;
  vertical-align: top;
  padding: 0 9px;
  height: 40px;
  line-height: 40px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  color: #000;
}
@media only screen and (max-width: 1024px) {
  #calendar-month a {
    padding: 0 5px;
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #calendar-month a {
    padding: 0 7px;
    font-size: 11px;
    text-align: center;
  }
}
#calendar-month a:hover {
  background: #F5F5F5;
  color: #000;
}
#calendar-month a.active {
  background: #DBA63D;
  color: #000;
}
#calendar-month a.active:hover {
  background: #000;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #calendar-month {
    -moz-text-align-last: auto;
         text-align-last: auto;
  }
  #calendar-month li {
    display: none;
  }
  #calendar-month li.current, #calendar-month li.prev, #calendar-month li.next {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 30%;
  }
  #calendar-month li.current a {
    font-size: 12px;
    padding: 0 10px;
    display: block;
  }
  #calendar-month li.prev a, #calendar-month li.next a {
    display: block;
    font-size: 12px;
    padding-right: 0;
    padding-left: 30px;
  }
  #calendar-month li.prev a:after, #calendar-month li.next a:after {
    background: url("../images/common.svg") -200px -196px no-repeat;
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: 11px;
    width: 11px;
    height: 18px;
  }
  #calendar-month li.prev a:hover, #calendar-month li.next a:hover {
    background-color: transparent;
    color: #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 .current-event {
  background-color: #eee;
  overflow: hidden;
  padding: 0 40px;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}
#calendar-navigation a.prev, #calendar-navigation a.next {
  background: url("../images/common.svg") 0 0 no-repeat;
  cursor: pointer;
  height: 30px;
  margin: 0 10px;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
  top: 5px;
  width: 30px;
}
#calendar-navigation a.next {
  background-position: -200px -230px;
  right: 0;
}
#calendar-navigation a.next:hover {
  background-position: -230px -230px;
}
#calendar-navigation a.next:active {
  background-position: -260px -230px;
}
#calendar-navigation a.prev {
  left: 0;
  background-position: -200px -200px;
}
#calendar-navigation a.prev:hover {
  background-position: -230px -200px;
}
#calendar-navigation a.prev:active {
  background-position: -260px -200px;
}

#calendar-week, #calendar-days {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#calendar-week li, #calendar-days li {
  display: inline-block;
  width: 13%;
}

#calendar-week {
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #calendar-week {
    display: none;
  }
}
#calendar-week li {
  color: #595756;
  text-align: center;
  font-weight: bold;
}
#calendar-week li .short {
  display: none;
}
@media only screen and (max-width: 1024px) {
  #calendar-week li .full {
    display: none;
  }
  #calendar-week li .short {
    display: inline;
  }
}
@media only screen and (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;
  background: rgba(0, 0, 0, 0.06);
}
@media only screen and (max-width: 767px) {
  #calendar-days li {
    display: block;
    float: none;
    width: 100%;
    min-height: auto !important;
    height: auto !important;
  }
  #calendar-days li dl {
    margin-top: auto !important;
    height: auto;
  }
  #calendar-days li dl dt {
    width: 100% !important;
    padding-bottom: 10px;
  }
}
#calendar-days li time a {
  text-align: center;
  color: #132929;
  display: block;
  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 {
  background: rgba(0, 0, 0, 0.02);
}
#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;
}
#calendar-days dl.hide {
  display: none;
}
@media only screen and (max-width: 767px) {
  #calendar-days dl.hide {
    display: block;
  }
}
#calendar-days dt {
  position: relative;
}
#calendar-days dt a {
  display: block;
  height: 1.8em;
  width: auto;
  line-height: 1.8em;
  padding: 0 0.5em 0 1em;
  text-decoration: none;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0.7em;
  background: #327d7d;
  color: #fff;
}
@media only screen and (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.538%;
}
#calendar-days dl.w3 dt {
  width: 323.076%;
}
#calendar-days dl.w4 dt {
  width: 434.614%;
}
#calendar-days dl.w5 dt {
  width: 546.152%;
}
#calendar-days dl.w6 dt {
  width: 657.69%;
}
#calendar-days dl.w7 dt {
  width: 769.228%;
}
#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: 28px;
  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 only screen and (max-width: 767px) {
  #calendar-days dl dd {
    display: none !important;
  }
}
#calendar-days dl dd .triangle {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
}
#calendar-days dl dd .triangle span {
  display: block;
  width: 0;
  margin: 0 auto;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  border-top: 14px solid #fff;
}
#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 only screen and (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: 30px;
  font-size: 2.5vw;
  text-decoration: none;
  border: 0;
}
@media (max-width: 880px) {
  #calendar.list-view .image-list h3 a {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  #calendar.list-view .image-list h3 a {
    font-size: 30px;
  }
}

#calendar .no-events {
  margin: 40px 0;
  padding: 40px 0;
  height: auto;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 120%;
}

#calendar .single-event .thumbnail {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  float: right;
  height: 300px;
  margin-bottom: 20px;
  margin-left: 20px;
  width: 300px;
}
#calendar .single-event .thumbnail img {
  display: none;
}
@media only screen and (max-width: 767px) {
  #calendar .single-event .thumbnail {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}
#calendar .dates, #calendar .attachment {
  display: block;
  margin: 0 0 20px;
}

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

.calendar .image-list-item {
  background: #fff;
  position: relative;
  overflow: hidden;
  height: 300px;
  width: 100%;
  margin: 0 auto 20px;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item {
    height: auto;
  }
}
.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: 1024px) {
  .calendar .image-list-item .background {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item .background {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.calendar .image-list-item .description {
  width: 100%;
  display: block;
  padding: 25px;
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item .description {
    padding: 20px 20px 10px 20px;
    text-align: center;
  }
}
.calendar .image-list-item .description h3 {
  font-display: auto;
  font: 24px/30px "Prata WF", "Times New Roman", sans-serif;
  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, .calendar .image-list-item .description .rooms.template-3 .selector-button, .rooms.template-3 .calendar .image-list-item .description .selector-button, .calendar .image-list-item .rooms.template-2 .description nav .room-button, .rooms.template-2 .calendar .image-list-item .description nav .room-button, .calendar .image-list-item .description .rooms.template-2 .selector-button, .rooms.template-2 .calendar .image-list-item .description .selector-button {
  position: absolute;
  bottom: 30px;
  left: 25px;
}
@media only screen and (max-width: 1024px) {
  .calendar .image-list-item .description .button, .calendar .image-list-item .description .rooms.template-3 .selector-button, .rooms.template-3 .calendar .image-list-item .description .selector-button, .calendar .image-list-item .rooms.template-2 .description nav .room-button, .rooms.template-2 .calendar .image-list-item .description nav .room-button, .calendar .image-list-item .description .rooms.template-2 .selector-button, .rooms.template-2 .calendar .image-list-item .description .selector-button {
    bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item .description .button, .calendar .image-list-item .description .rooms.template-3 .selector-button, .rooms.template-3 .calendar .image-list-item .description .selector-button, .calendar .image-list-item .rooms.template-2 .description nav .room-button, .rooms.template-2 .calendar .image-list-item .description nav .room-button, .calendar .image-list-item .description .rooms.template-2 .selector-button, .rooms.template-2 .calendar .image-list-item .description .selector-button {
    text-align: center;
    width: auto;
    left: auto;
    right: auto;
    bottom: auto;
    position: relative;
  }
}

.content-tabs {
  overflow: hidden;
  margin-bottom: 9vw;
  padding-top: 5vw;
}
.content-tabs.special {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.content-tabs .slide {
  display: none;
}
.content-tabs .slide.active {
  display: flex;
}
.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%;
}
.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 350ms 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 350ms 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, .content-tabs div.mini-block .rooms.template-3 .selector-button, .rooms.template-3 .content-tabs div.mini-block .selector-button, .content-tabs div.mini-block .rooms.template-2 .description nav .room-button, .rooms.template-2 .description nav .content-tabs div.mini-block .room-button, .content-tabs div.mini-block .rooms.template-2 .selector-button, .rooms.template-2 .content-tabs div.mini-block .selector-button {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}
.content-tabs div.mini-block .button:hover, .content-tabs div.mini-block .rooms.template-3 .selector-button:hover, .rooms.template-3 .content-tabs div.mini-block .selector-button:hover, .content-tabs div.mini-block .rooms.template-2 .description nav .room-button:hover, .rooms.template-2 .description nav .content-tabs div.mini-block .room-button:hover, .content-tabs div.mini-block .rooms.template-2 .selector-button:hover, .rooms.template-2 .content-tabs div.mini-block .selector-button:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
@media only screen and (max-width: 1024px) {
  .content-tabs div.mini-block {
    font-size: 14px;
    padding: 10px 20px 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .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%;
  }
}

.columns-section {
  font-size: 0;
  margin-bottom: 6vw;
  text-align: center;
}
.columns-section .left-column, .columns-section .right-column {
  box-sizing: border-box;
  display: inline-block;
  font-size: 14px;
  max-width: 480px;
  text-align: left;
  vertical-align: top;
  width: 46%;
  margin: 0 1%;
}
@media only screen and (max-width: 1024px) {
  .columns-section .left-column, .columns-section .right-column {
    max-width: auto;
  }
  .columns-section .left-column img, .columns-section .right-column img {
    width: 100% !important;
    height: auto !important;
  }
}
@media only screen and (max-width: 767px) {
  .columns-section .left-column, .columns-section .right-column {
    max-width: 100%;
    width: 100%;
  }
}
.columns-section .icon {
  min-width: 200px;
  min-height: 100px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0 auto;
  margin-bottom: 10px;
}

.gallery-tabs {
  margin-bottom: 6vw;
  text-align: center;
}
.gallery-tabs .tab-body {
  display: block;
  text-align: center;
  padding: 1.5vw 0 6vw;
  position: relative;
}
.gallery-tabs .category-select {
  display: flex;
  font-size: 0;
  margin-bottom: 30px;
  justify-content: center;
}
.gallery-tabs .category-select button {
  border-color: transparent;
  display: inline-block;
  flex-shrink: 0;
  font-display: auto;
  font: 24px/4vw "Prata WF", "Times New Roman", sans-serif;
  font-size: 1.8vw;
  margin: 0 3.5vw;
}
@media (max-width: 1111.1111111111px) {
  .gallery-tabs .category-select button {
    font-size: 20px;
  }
}
@media (min-width: 1333.3333333333px) {
  .gallery-tabs .category-select button {
    font-size: 24px;
  }
}
.gallery-tabs .category-select button.active {
  border-color: #000;
  color: #4A4A4A;
}
@media only screen and (max-width: 767px) {
  .gallery-tabs .category-select button {
    line-height: 2;
  }
}
.gallery-tabs .thumbnail {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
  height: 100%;
  width: 100%;
}
.gallery-tabs .thumbnail:before {
  background-color: rgba(0, 0, 0, 0);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: background 350ms ease-in-out;
  width: 100%;
  z-index: 1;
}
.gallery-tabs .thumbnail img {
  display: none;
}
.gallery-tabs .thumbnail img {
  display: block;
  visibility: hidden;
  width: 100%;
}
.gallery-tabs .thumbnail.video-thumb:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 9px);
  left: calc(50% - 3px);
  transition: border-color 350ms ease-in-out;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid rgba(255, 255, 255, 0.75);
}
.gallery-tabs .thumbnail.video-thumb:after {
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.75);
  content: "";
  display: block;
  height: 50%;
  height: 50px;
  left: calc(50% - 25px);
  position: absolute;
  top: calc(50% - 25px);
  transition: border-color 350ms ease-in-out;
  width: 50px;
}
.gallery-tabs .thumbnail.video-thumb:hover:after {
  border-color: #fff;
}
.gallery-tabs .thumbnail.video-thumb:hover:before {
  border-left-color: #fff;
}
.gallery-tabs .wrapper {
  overflow: hidden;
  position: relative;
}
.gallery-tabs .images-slider {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
.gallery-tabs .images-slider.active {
  position: relative;
  top: 0;
}
.gallery-tabs .slideshow {
  height: 620px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .gallery-tabs .slideshow {
    height: 480px;
  }
}
@media only screen and (max-width: 767px) {
  .gallery-tabs .slideshow {
    height: 400px;
  }
}
.gallery-tabs .slide {
  display: block;
  width: 100%;
}
.gallery-tabs .swiper-slide {
  margin-right: 3vw;
  width: calc(50% - 1.5vw);
}
@media only screen and (max-width: 1024px) {
  .gallery-tabs .swiper-slide {
    margin-right: 10px;
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  .gallery-tabs .swiper-slide {
    width: 100%;
  }
}
.gallery-tabs .multiple {
  display: flex;
  flex-flow: column wrap;
}
.gallery-tabs .multiple .thumbnail {
  height: calc(50% - 1.5vw);
  width: calc(50% - 1.5vw);
  margin: 0 1.5vw 0 0;
}
.gallery-tabs .multiple .thumbnail:first-child {
  margin-bottom: 3vw;
}
.gallery-tabs .multiple .thumbnail:last-child {
  margin: 0 0 0 1.5vw;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .gallery-tabs .multiple .thumbnail {
    margin: 0 5px 0 0;
    height: calc(50% - 5px);
    width: calc(50% - 5px);
  }
  .gallery-tabs .multiple .thumbnail:first-child {
    margin-bottom: 10px;
  }
  .gallery-tabs .multiple .thumbnail:last-child {
    margin: 0 0 0 5px;
    height: 100%;
  }
}
.gallery-tabs .multiple.images-left-2 .thumbnail {
  height: 100% !important;
}
.gallery-tabs .slider-arrow {
  height: 50px;
  width: 36px;
}
.gallery-tabs .swiper-prev {
  left: 3vw;
}
.gallery-tabs .swiper-next {
  right: 3vw;
}
.gallery-tabs button.view-gallery {
  padding: 15px 2vw;
  margin-top: 2vw;
}
@media only screen and (max-width: 1024px) {
  .gallery-tabs button.view-gallery {
    margin-top: 30px;
    padding: 0 2vw;
  }
}
@media only screen and (max-width: 767px) {
  .gallery-tabs button.view-gallery {
    margin-top: 20px;
  }
}

.reviews-section {
  background: #F5F5F5;
  margin-bottom: 6vw;
  overflow: hidden;
  padding: 3vw 0;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .reviews-section {
    padding: 20px 0;
    margin-bottom: 20px;
  }
}
.reviews-section .center-column {
  box-sizing: border-box;
  max-width: 1350px;
  padding: 0 60px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .reviews-section .center-column {
    padding: 0 30px;
  }
}
.reviews-section .h1 {
  margin-bottom: 1.5vw;
}
@media only screen and (max-width: 767px) {
  .reviews-section .h1 {
    margin-bottom: 20px;
  }
}
.reviews-section .slideshow {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.reviews-section .slide {
  margin: 0 auto;
  overflow: hidden;
  width: calc((100% - 6vw) / 3);
}
@media only screen and (max-width: 1024px) {
  .reviews-section .slide {
    margin: 0 15px;
    width: calc((100% - 30px) / 2);
  }
}
@media only screen and (max-width: 767px) {
  .reviews-section .slide {
    margin: 0 10px;
    width: calc((100% - 20px) / 1.2);
  }
}
.reviews-section .swiper-slide {
  margin: 0 3vw 0 0;
}
@media only screen and (max-width: 1024px) {
  .reviews-section .swiper-slide {
    margin: 0 30px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .reviews-section .swiper-slide {
    margin: 0 20px 0 0;
  }
}
.reviews-section .slider-arrow {
  font-size: 0;
  height: 50px;
}
.reviews-section .slider-arrow .arrow-left:before, .reviews-section .slider-arrow .arrow-left:after,
.reviews-section .slider-arrow .arrow-right:before, .reviews-section .slider-arrow .arrow-right:after {
  background-color: #DBA63D;
}
.reviews-section .slider-arrow:hover .arrow-left:before, .reviews-section .slider-arrow:hover .arrow-left:after,
.reviews-section .slider-arrow:hover .arrow-right:before, .reviews-section .slider-arrow:hover .arrow-right:after {
  background-color: #000;
}
.reviews-section .slider-arrow.swiper-prev {
  right: calc(100% + 1.5vw);
  padding-left: 30px;
}
.reviews-section .slider-arrow.swiper-next {
  left: calc(100% + 1.5vw);
  padding-right: 30px;
}
@media only screen and (max-width: 767px) {
  .reviews-section .slider-arrow.swiper-prev {
    right: calc(100% - 7px);
  }
  .reviews-section .slider-arrow.swiper-next {
    left: calc(100% - 7px);
  }
}
.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 only screen and (max-width: 767px) {
  .testimonials-section .testimonials .swiper-prev {
    right: calc(100% - 5px);
  }
}
.testimonials-section .testimonials .swiper-next {
  left: calc(100% + 1.5vw);
}
@media only screen and (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 "Prata WF", "Times New Roman", 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 only screen and (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: #DBA63D;
}
.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: 1024px) {
  .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 only screen and (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;
}
.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 only screen and (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 only screen and (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 "Prata WF", "Times New Roman", 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 only screen and (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: #DBA63D;
}
.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 only screen and (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 only screen and (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 only screen and (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 only screen and (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;
}
@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-title {
  margin-bottom: 1vw;
}
@media only screen and (max-width: 1024px) {
  .employee-testimonials-section .tile .h1.employee-title {
    margin-bottom: 20px;
  }
}
@media only screen and (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: 1024px) {
  .employee-testimonials-section .tile .hotel-name {
    margin-bottom: 20px;
  }
}
.employee-testimonials-section .tile .text {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .employee-testimonials-section .tile .text {
    padding-left: 20px;
  }
}
.employee-testimonials-section .tile .text:after {
  content: "";
  display: block;
  background: url("../images/sprite.svg") -270px 0;
  width: 48px;
  height: 42px;
  position: absolute;
  top: -18px;
  z-index: -1;
}
.employee-testimonials-section .tile .text p {
  color: #4A4A4A;
}
.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: 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-left .description {
  float: right;
  padding-left: 6vw;
}
.employee-testimonials-section .tile.image-left .description .text:after {
  left: -30px;
}
@media only screen and (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 only screen and (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 only screen and (max-width: 767px) {
  .employee-testimonials-section .tile.image-right .description .text:after {
    left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .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 .images-slider {
    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 only screen and (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: calc((100% - 20px) / 1.2);
  }
  .employee-testimonials-section .swiper-slide {
    margin: 0 20px 0 0;
    width: calc((100% - 20px) / 1.2);
  }
  .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 .images-slider {
    padding: 0 30px;
  }
  .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: calc((100% - 20px) / 1.2);
  }
}

#destinations-section {
  margin-bottom: 6vw;
  position: relative;
  z-index: 0;
}
#destinations-section .wrapper {
  display: flex;
  flex-flow: row nowrap;
}
#destinations-section .destinations-overlay {
  flex: 1 0 auto;
  max-width: 480px;
  order: 2;
  width: 24vw;
}
#destinations-section .page-content {
  padding: 2vw 3vw;
}
@media only screen and (max-width: 767px) {
  #destinations-section .page-content {
    padding: 0;
  }
}
#destinations-section .category-selector {
  display: block;
}
#destinations-section .category-selector .bg {
  background-size: cover;
  background-position: 50% 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transition: width 350ms ease-in-out;
  width: 180px;
  z-index: -1;
}
#destinations-section .category-selector .bg img {
  display: none;
}
@media only screen and (max-width: 767px) {
  #destinations-section .category-selector .bg {
    height: 0;
    padding-bottom: 25%;
    width: 25%;
  }
}
#destinations-section .category-selector .destinations-button {
  display: block;
  height: 90px;
  margin-top: 1px;
  overflow: hidden;
  padding: 15px calc(180px + 1vw) 15px 3vw;
  position: relative;
  text-align: left;
  text-decoration: none;
  width: 100%;
}
#destinations-section .category-selector .destinations-button.open {
  padding: 15px 3vw;
  cursor: auto;
}
#destinations-section .category-selector .destinations-button.open:before {
  content: "";
  height: 105px;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.9) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#destinations-section .category-selector .destinations-button:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  #destinations-section .category-selector .destinations-button {
    display: none;
    padding-right: calc(25% + 20px);
  }
}
#destinations-section .category-selector .destinations-button:after {
  background: transparent;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: background 350ms ease-in-out;
  width: 100%;
  z-index: -1;
}
#destinations-section .category-selector .destinations-button strong {
  display: inline-block;
  font-display: auto;
  font: 24px/1.33 "Prata WF", "Times New Roman", sans-serif;
  font-size: 1.8vw;
  margin-bottom: 10px;
  transition: border-color 350ms ease-in-out;
}
@media (max-width: 1111.1111111111px) {
  #destinations-section .category-selector .destinations-button strong {
    font-size: 20px;
  }
}
@media (min-width: 1333.3333333333px) {
  #destinations-section .category-selector .destinations-button strong {
    font-size: 24px;
  }
}
#destinations-section .category-selector .destinations-button small {
  color: #4A4A4A;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
}
#destinations-section .category-selector .destinations-button:hover:after, #destinations-section .category-selector .destinations-button.active:after {
  background: rgba(0, 0, 0, 0.7);
}
#destinations-section .category-selector .destinations-button:hover strong, #destinations-section .category-selector .destinations-button:hover small, #destinations-section .category-selector .destinations-button.active strong, #destinations-section .category-selector .destinations-button.active small {
  color: #fff;
}
#destinations-section .category-selector .destinations-button:hover strong, #destinations-section .category-selector .destinations-button.active strong {
  border-color: transparent;
}
#destinations-section .category-selector .destinations-button:hover .bg, #destinations-section .category-selector .destinations-button.active .bg {
  width: 100%;
}
#destinations-section .category-selector .destinations-button .property-list {
  color: #fff;
  display: none;
  margin-top: 20px;
  padding-bottom: 100px;
  height: 370px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#destinations-section .category-selector .destinations-button .property-list::-webkit-scrollbar {
  display: none;
}
#destinations-section .category-selector .destinations-button .property-list li {
  margin-bottom: 23px;
  border-bottom: 2px solid transparent;
  float: left;
  clear: both;
  cursor: pointer;
}
#destinations-section .category-selector .destinations-button .property-list li.active, #destinations-section .category-selector .destinations-button .property-list li:hover {
  border-bottom-color: #dba63e;
}
#destinations-section .category-selector .destinations-button.open .property-list {
  display: block;
  overflow-y: auto;
}
#destinations-section .category-selector .county-list {
  display: none;
}
@media only screen and (max-width: 767px) {
  #destinations-section .category-selector .county-list {
    display: block;
    margin-top: 30px;
  }
  #destinations-section .category-selector .county-list > li {
    display: none;
  }
  #destinations-section .category-selector .county-list > li.active {
    display: block;
  }
  #destinations-section .category-selector .county-list button {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    color: #6f625a;
    margin-bottom: 13px;
    border-bottom: 2px solid transparent;
  }
  #destinations-section .category-selector .county-list button.active, #destinations-section .category-selector .county-list button:hover {
    border-bottom-color: #dba63e;
  }
}
#destinations-section .category-selector .show-all {
  display: inline-block;
  height: auto;
  font-weight: bold;
  margin: 30px 3vw 0;
  padding: 0;
  width: auto;
}
#destinations-section .category-selector .show-all.active:after, #destinations-section .category-selector .show-all:hover:after {
  background: none;
}
@media only screen and (max-width: 767px) {
  #destinations-section .category-selector .show-all {
    display: none;
  }
}
#destinations-section .category-selector .close-btn {
  font-weight: bold;
  margin: 30px 3vw 0;
  display: none;
  float: right;
}
#destinations-section .category-selector .close-btn.show {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  #destinations-section .category-selector .close-btn {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) {
  #destinations-section .wrapper {
    flex-flow: column nowrap;
  }
  #destinations-section .destinations-overlay {
    order: 1;
    max-width: none;
    width: 100%;
  }
  #destinations-section #destinations-map {
    order: 2;
  }
}
@media only screen and (max-width: 767px) {
  #destinations-section {
    text-align: center;
  }
  #destinations-section .select-wrapper {
    display: inline-block;
  }
  #destinations-section select {
    background: none;
    border: 0;
    border-bottom: 2px solid #E4E4E4;
    box-sizing: border-box;
    color: #000000;
    font-weight: bold;
    height: 60px;
    padding: 0 20px 0 0;
    font-size: 16px;
    width: 100%;
  }
}

#destinations-map {
  height: auto;
  flex: 1 0 auto;
  order: 1;
}
#destinations-map .leaflet-popup-content {
  margin: 0;
}
#destinations-map .leaflet-popup-content-wrapper {
  background: none;
  box-shadow: none;
}
#destinations-map .leaflet-popup-close-button {
  display: flex;
  color: #fff;
  top: 20px;
  right: 20px;
}
#destinations-map .leaflet-popup-close-button span {
  display: none;
}
#destinations-map .leaflet-popup-close-button::before, #destinations-map .leaflet-popup-close-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 32px;
  background-color: #fff;
  transform-origin: center;
}
#destinations-map .leaflet-popup-close-button::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#destinations-map .leaflet-popup-close-button::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#destinations-map .leaflet-popup-tip {
  display: none;
}
#destinations-map .map-content p {
  color: #4a4a4a;
}
#destinations-map .map-content p a {
  color: #000;
}

.leaflet-control-attribution {
  display: none;
}

.amenities-section {
  text-align: center;
}
.amenities-section h2 {
  margin-bottom: 1.5vw;
}
@media only screen and (max-width: 1024px) {
  .amenities-section h2 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .amenities-section h2 {
    margin-bottom: 20px;
  }
}
.amenities-section ul {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .amenities-section ul {
    margin-bottom: 50px;
  }
}
.amenities-section li {
  color: #4A4A4A;
  display: inline-block;
  margin-bottom: 2.5vw;
  min-height: 50px;
  padding: 5px 4vw 5px calc(50px + 1.5vw);
  position: relative;
  text-align: left;
  vertical-align: top;
  width: 33%;
}
.amenities-section li:before {
  background: url("../images/sprite.svg") no-repeat 0 -120px;
  content: "";
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
}
.amenities-section li.discount:before {
  background-position: -50px -120px;
}
.amenities-section li.decor:before {
  background-position: -100px -120px;
}
.amenities-section li.reward-points:before {
  background-position: -150px -120px;
}
.amenities-section li.honeymoon:before {
  background-position: -200px -120px;
}
.amenities-section li.night:before {
  background-position: -250px -120px;
}
.amenities-section li.gift:before {
  background-position: -300px -120px;
}
@media only screen and (max-width: 767px) {
  .amenities-section li {
    display: block;
    width: 100%;
  }
}

.tiles-section {
  margin-bottom: 4vw;
  overflow: hidden;
  padding: 3vw 0 4vw;
  position: relative;
}
.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 "Prata WF", "Times New Roman", 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 only screen and (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 only screen and (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 only screen and (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:first-child {
  margin-right: 2vw;
}
@media only screen and (max-width: 767px) {
  .tiles-section .tile .controls.max a:first-child {
    margin-right: 10px;
  }
}

.rooms-section {
  font-size: 0;
  margin-bottom: 6vw;
}
.rooms-section .copy, .rooms-section .images-slider {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 1024px) {
  .rooms-section .copy, .rooms-section .images-slider {
    display: block;
  }
}
.rooms-section .copy {
  font-size: 16px;
  width: 28%;
}
@media only screen and (max-width: 1024px) {
  .rooms-section .copy {
    width: 100%;
  }
}
.rooms-section .slideshow {
  margin-left: calc(50px + 2.5vw);
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .rooms-section .slideshow {
    margin-left: 50px;
  }
}
.rooms-section .slider-arrow {
  height: 50px;
  top: 560px;
  transform: translateY(0);
}
.rooms-section .slider-arrow:hover span:before, .rooms-section .slider-arrow:hover span:after {
  background-color: #000;
}
@media only screen and (max-width: 1024px) {
  .rooms-section .slider-arrow {
    top: 410px;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-section .slider-arrow {
    top: 180px;
  }
}
.rooms-section .arrow-left:before, .rooms-section .arrow-left:after {
  background-color: #DBA63D;
}
.rooms-section .arrow-right:before, .rooms-section .arrow-right:after {
  background-color: #fff;
}
.rooms-section .swiper-next {
  left: 130px;
}
.rooms-section .swiper-next:hover span:before, .rooms-section .swiper-next:hover span:after {
  background-color: #DBA63D;
}
@media only screen and (max-width: 1024px) {
  .rooms-section .swiper-next {
    left: 50px;
  }
}
.rooms-section .images-slider {
  width: 72%;
}
@media only screen and (max-width: 1024px) {
  .rooms-section .images-slider {
    width: 100%;
  }
}
.rooms-section .amenities {
  color: #6F625A;
  margin-bottom: 2vw;
  position: relative;
}
.rooms-section .amenities.multiline {
  margin-right: 50px;
}
.rooms-section .amenities .main-list {
  height: 30px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.rooms-section .amenities .additional-list {
  background: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  left: -20px;
  line-height: 30px;
  opacity: 0;
  padding: 20px 70px 20px 20px;
  position: absolute;
  top: -20px;
  transition: opacity 350ms ease-in-out, visibility 350ms ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}
.rooms-section .amenities span {
  display: inline-block;
  font-size: 30px;
  letter-spacing: 10px;
  vertical-align: top;
}
.rooms-section .amenities .toggle {
  border-left: 2px solid #E4E4E4;
  bottom: 0;
  display: none;
  height: 100%;
  margin: 0;
  position: absolute;
  right: -50px;
  text-align: right;
  width: 31px;
  z-index: 4;
}
.rooms-section .amenities .toggle:before {
  content: "•••";
  display: inline-block;
  font-size: 20px;
  vertical-align: top;
}
.rooms-section .amenities.multiline .toggle {
  display: block;
}
.rooms-section .amenities.expand .additional-list {
  opacity: 1;
  transition: opacity 350ms ease-in-out, visibility 350ms ease-in-out;
  visibility: visible;
  z-index: 3;
}
.rooms-section .amenities.expand .toggle:before, .rooms-section .amenities.expand .toggle:after {
  background: #DBA63D;
  content: "";
  display: block;
  position: absolute;
  transform: rotate(45deg);
}
.rooms-section .amenities.expand .toggle:before {
  height: 2px;
  right: 0;
  top: 14px;
  width: 20px;
}
.rooms-section .amenities.expand .toggle:after {
  height: 20px;
  right: 9px;
  top: 5px;
  width: 2px;
}

.blog-feed-section {
  text-align: center;
  margin-bottom: 6vw;
}
.blog-feed-section .center-column {
  box-sizing: border-box;
  max-width: 1350px;
  padding: 0 60px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .blog-feed-section .center-column {
    padding: 0 30px;
  }
}
.blog-feed-section h2 {
  margin-bottom: 2vw;
}
@media only screen and (max-width: 767px) {
  .blog-feed-section h2 {
    margin-bottom: 20px;
  }
}
.blog-feed-section .slide {
  display: inline-block;
  margin: 0 1.5vw;
  vertical-align: top;
  width: calc(50% - 3vw);
}
@media only screen and (max-width: 1024px) {
  .blog-feed-section .slide {
    margin: 0 30px 0 0;
    width: calc((100% - 30px) / 2);
  }
}
@media only screen and (max-width: 767px) {
  .blog-feed-section .slide {
    margin: 0 20px 0 0;
    width: calc((100% - 20px) / 1.2);
  }
}
.blog-feed-section .tile {
  text-align: left;
}
.blog-feed-section .desktop-copy {
  display: block;
}
@media only screen and (max-width: 767px) {
  .blog-feed-section .desktop-copy {
    display: none;
  }
}
.blog-feed-section .mobile-copy {
  display: none;
}
@media only screen and (max-width: 767px) {
  .blog-feed-section .mobile-copy {
    display: block;
  }
}
.blog-feed-section .slider-arrow {
  font-size: 0;
  height: 50px;
}
.blog-feed-section .slider-arrow .arrow-left:before, .blog-feed-section .slider-arrow .arrow-left:after,
.blog-feed-section .slider-arrow .arrow-right:before, .blog-feed-section .slider-arrow .arrow-right:after {
  background-color: #DBA63D;
}
.blog-feed-section .slider-arrow:hover .arrow-left:before, .blog-feed-section .slider-arrow:hover .arrow-left:after,
.blog-feed-section .slider-arrow:hover .arrow-right:before, .blog-feed-section .slider-arrow:hover .arrow-right:after {
  background-color: #000;
}
.blog-feed-section .slider-arrow.swiper-prev {
  padding-left: 30px;
  left: 1.5vw;
}
.blog-feed-section .slider-arrow.swiper-next {
  padding-right: 30px;
  right: 1.5vw;
}

.executives .center-column {
  max-width: 1540px;
}
.executives .center-column:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: 1024px) {
  .executives .center-column {
    padding: 0;
  }
}
.executives .person {
  position: relative;
  width: calc((100% - 240px) / 4);
  float: left;
  margin: 0 30px 60px 30px;
}
@media only screen and (max-width: 1024px) {
  .executives .person {
    width: calc((100% - 120px) / 3);
    margin: 0 20px 40px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .executives .person {
    width: calc((100% - 40px) / 2);
    margin: 0 10px 20px 10px;
  }
}
.executives .person .thumbnail {
  width: 100%;
  background-size: cover;
}
.executives .person .thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0;
}
.executives .person .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  border: 1px solid #fff;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms ease;
  z-index: 2;
}
.executives .person .overlay .content {
  text-align: center;
  padding: 0 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-40%);
  width: 100%;
  box-sizing: border-box;
  opacity: 0;
  transition: transform 500ms ease, opacity 500ms ease;
}
.executives .person .overlay h2 {
  font-size: 24px;
  line-height: 26px;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  .executives .person .overlay h2 {
    font-size: 22px;
    line-height: 22px;
  }
}
.executives .person .overlay h3 {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  .executives .person .overlay h3 {
    font-size: 17px;
    line-height: 20px;
  }
}
.executives .person .overlay button {
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  color: #fff;
  margin-top: 40px;
  position: relative;
  padding-bottom: 2px;
}
.executives .person .overlay button:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: #DBA63D;
  transition: width 500ms ease;
}
.executives .person .overlay button:hover:after {
  width: 0;
}
.executives .person.active .overlay, .executives .person:hover .overlay {
  visibility: visible;
  opacity: 1;
}
.executives .person.active .overlay .content, .executives .person:hover .overlay .content {
  transform: translateY(-50%);
  opacity: 1;
}

#exec-popup {
  padding: 60px;
  background: #fff;
  position: fixed;
  right: -100%;
  top: 100px;
  bottom: 0;
  z-index: 999;
  width: 1000px;
  box-sizing: border-box;
  transition: right 350ms ease-in-out;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 1024px) {
  #exec-popup {
    padding: 60px 40px;
  }
}
@media only screen and (max-width: 767px) {
  #exec-popup {
    padding: 60px 20px;
  }
}
#exec-popup.open {
  right: 0;
}
#exec-popup.ready .overlay {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media only screen and (max-width: 1024px) {
  #exec-popup {
    width: 100%;
  }
}
#exec-popup .exec-close {
  display: block;
  overflow: hidden;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
  position: absolute;
  left: 18px;
  top: 18px;
}
#exec-popup .exec-close:before, #exec-popup .exec-close:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #DBA63D;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  transform-origin: center center;
}
#exec-popup .exec-close:before {
  transform: rotate(-45deg);
}
#exec-popup .exec-close:after {
  transform: rotate(45deg);
}
#exec-popup .overlay {
  position: absolute;
  top: 60px;
  right: 60px;
  bottom: 60px;
  left: 60px;
  z-index: 100;
  background: #fff;
  opacity: 1;
  visibility: visible;
}
#exec-popup .overlay:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid transparent;
  border-top-color: #DBA63D;
  border-bottom-color: #DBA63D;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 1024px) {
  #exec-popup .overlay {
    right: 40px;
    left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #exec-popup .overlay {
    right: 20px;
    left: 20px;
  }
}
#exec-popup .content {
  position: relative;
  max-height: 100%;
  overflow-y: scroll;
}
#exec-popup .content.img-1 .image-wrapper .thumbnail:nth-of-type(1) {
  display: block;
  width: 100%;
  height: 560px;
}
@media only screen and (max-width: 1024px) {
  #exec-popup .content.img-1 .image-wrapper .thumbnail:nth-of-type(1) {
    height: 420px;
  }
}
#exec-popup .content.img-1 .image-wrapper .thumbnail:nth-of-type(2), #exec-popup .content.img-1 .image-wrapper .thumbnail:nth-of-type(3) {
  display: none;
}
#exec-popup .content.img-2 .image-wrapper .thumbnail:nth-of-type(1), #exec-popup .content.img-2 .image-wrapper .thumbnail:nth-of-type(2) {
  display: block;
  width: calc(50% - 30px);
  height: 400px;
}
@media only screen and (max-width: 1024px) {
  #exec-popup .content.img-2 .image-wrapper .thumbnail:nth-of-type(1), #exec-popup .content.img-2 .image-wrapper .thumbnail:nth-of-type(2) {
    width: calc(50% - 20px);
    height: 350px;
  }
}
@media only screen and (max-width: 767px) {
  #exec-popup .content.img-2 .image-wrapper .thumbnail:nth-of-type(1), #exec-popup .content.img-2 .image-wrapper .thumbnail:nth-of-type(2) {
    height: 300px;
    width: calc(50% - 15px);
  }
}
#exec-popup .content.img-2 .image-wrapper .thumbnail:nth-of-type(1) {
  float: left;
}
#exec-popup .content.img-2 .image-wrapper .thumbnail:nth-of-type(2) {
  float: right;
}
#exec-popup .content.img-2 .image-wrapper .thumbnail:nth-of-type(3) {
  display: none;
}
#exec-popup .content.img-3 .image-wrapper .thumbnail:nth-of-type(1) {
  display: block;
  width: calc(68% - 30px);
  height: 560px;
  float: left;
}
@media only screen and (max-width: 1024px) {
  #exec-popup .content.img-3 .image-wrapper .thumbnail:nth-of-type(1) {
    height: 420px;
    width: calc(68% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  #exec-popup .content.img-3 .image-wrapper .thumbnail:nth-of-type(1) {
    width: calc(68% - 10px);
  }
}
#exec-popup .content.img-3 .image-wrapper .thumbnail:nth-of-type(2), #exec-popup .content.img-3 .image-wrapper .thumbnail:nth-of-type(3) {
  display: block;
  width: calc(33% - 30px);
  height: 250px;
  position: absolute;
  right: 0;
}
@media only screen and (max-width: 1024px) {
  #exec-popup .content.img-3 .image-wrapper .thumbnail:nth-of-type(2), #exec-popup .content.img-3 .image-wrapper .thumbnail:nth-of-type(3) {
    height: 195px;
    width: calc(33% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  #exec-popup .content.img-3 .image-wrapper .thumbnail:nth-of-type(2), #exec-popup .content.img-3 .image-wrapper .thumbnail:nth-of-type(3) {
    height: 202px;
    width: calc(33% - 10px);
  }
}
#exec-popup .content.img-3 .image-wrapper .thumbnail:nth-of-type(2) {
  top: 0;
}
#exec-popup .content.img-3 .image-wrapper .thumbnail:nth-of-type(3) {
  bottom: 0;
}
#exec-popup .content .image-wrapper {
  position: relative;
  margin-bottom: 60px;
}
#exec-popup .content .image-wrapper:after {
  clear: both;
  content: "";
  display: table;
}
#exec-popup .content .image-wrapper .thumbnail {
  background-size: cover;
  background-position: center center;
}
#exec-popup .content .links:after {
  clear: both;
  content: "";
  display: table;
}
#exec-popup .content .links a {
  display: block;
  float: left;
  height: 28px;
  overflow: hidden;
  text-indent: -9999px;
  background-image: url("../images/sprite.svg");
  border-bottom: none;
  margin-right: 20px;
}
#exec-popup .content .links a.link-e {
  width: 38px;
  background-position: -159px -199px;
}
#exec-popup .content .links a.link-l {
  width: 28px;
  background-position: -219px -199px;
}

.weddings-properties-section {
  font-size: 0;
  margin-bottom: 5vw;
  text-align: center;
}
.weddings-properties-section .property {
  display: inline-block;
  position: relative;
  margin: 0 1.5vw 5vw;
  width: calc(33% - 3vw);
}
@media only screen and (max-width: 767px) {
  .weddings-properties-section .property {
    margin: 0 0 20px;
    width: 100%;
  }
}
.weddings-properties-section .thumbnail {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  padding-bottom: 100%;
  width: 100%;
}
.weddings-properties-section .thumbnail:before {
  background-color: rgba(255, 255, 255, 0);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: background 350ms ease-in-out;
  width: 100%;
  z-index: 1;
}
.weddings-properties-section .thumbnail img {
  display: none;
}
@media only screen and (max-width: 767px) {
  .weddings-properties-section .thumbnail {
    background: none;
    padding: 0;
  }
  .weddings-properties-section .thumbnail img {
    display: block;
    width: 100%;
  }
}
.weddings-properties-section .link {
  background: #fff;
  bottom: 0;
  font-display: auto;
  font-family: "Prata WF", "Times New Roman", sans-serif;
  font-size: 24px;
  font-size: 1.8vw;
  left: 3vw;
  padding: 20px;
  position: absolute;
  right: 3vw;
  z-index: 1;
}
@media (max-width: 1111.1111111111px) {
  .weddings-properties-section .link {
    font-size: 20px;
  }
}
@media (min-width: 1333.3333333333px) {
  .weddings-properties-section .link {
    font-size: 24px;
  }
}
.weddings-properties-section .copy {
  font-size: 16px;
  font-size: 1.2vw;
}
@media (max-width: 1166.6666666667px) {
  .weddings-properties-section .copy {
    font-size: 14px;
  }
}
@media (min-width: 1333.3333333333px) {
  .weddings-properties-section .copy {
    font-size: 16px;
  }
}
#footer {
  background-color: #E7E7E7;
  font-size: 16px;
  font-size: 1.2vw;
  position: relative;
  z-index: 15;
}
@media (max-width: 1166.6666666667px) {
  #footer {
    font-size: 14px;
  }
}
@media (min-width: 1333.3333333333px) {
  #footer {
    font-size: 16px;
  }
}
#footer .columns {
  background-color: #F5F5F5;
  overflow: hidden;
  padding: 3vw 0 2.5vw;
}
@media only screen and (max-width: 1024px) {
  #footer .columns {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer .columns {
    padding: 20px 0;
  }
}
#footer .columns .column {
  float: left;
}
#footer .columns .column:first-child {
  margin-right: 5vw;
}
#footer .columns .column:last-child {
  float: right;
  min-width: 335px;
}
@media only screen and (max-width: 767px) {
  #footer .columns .column:last-child {
    min-width: 0;
  }
}
#footer .columns .column a:not(.button) {
  color: inherit;
  text-decoration: none;
}
#footer .columns .column a:not(.button):hover {
  text-decoration: underline;
}
#footer .columns .column a:not([href^=tel]):not(.button):hover {
  text-decoration: none;
}
#footer .columns .column a.img-travel-costa-mesa {
  display: block;
  margin-top: 20px;
  width: 150px;
  text-decoration: none;
  border: none !important;
}
#footer .columns .column a.img-travel-costa-mesa img {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  #footer .columns .column {
    margin: 0 auto;
    width: 50%;
  }
  #footer .columns .column:first-child {
    width: calc(50% - 5vw);
  }
  #footer .columns .column:last-child {
    float: left;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .columns .column {
    float: none;
    text-align: left;
    margin-bottom: 20px;
    width: 100%;
  }
  #footer .columns .column:first-child {
    width: 100%;
  }
  #footer .columns .column:last-child {
    float: none;
  }
}
#footer .button, #footer .rooms.template-3 .selector-button, .rooms.template-3 #footer .selector-button, #footer .rooms.template-2 .description nav .room-button, .rooms.template-2 .description nav #footer .room-button, #footer .rooms.template-2 .selector-button, .rooms.template-2 #footer .selector-button {
  font-size: 16px;
  height: 50px;
  line-height: 20px;
  margin-left: 25px;
  vertical-align: top;
}
@media only screen and (max-width: 1024px) {
  #footer .button, #footer .rooms.template-3 .selector-button, .rooms.template-3 #footer .selector-button, #footer .rooms.template-2 .description nav .room-button, .rooms.template-2 .description nav #footer .room-button, #footer .rooms.template-2 .selector-button, .rooms.template-2 #footer .selector-button {
    height: 40px;
  }
}
#footer .copyright {
  display: block;
  margin-bottom: 10px;
}
#footer .credits {
  display: block;
  margin-bottom: 2.5vw;
}
#footer .credits sup {
  vertical-align: super;
}
#footer .credits a {
  color: #000;
  text-decoration: none;
}
#footer .socials {
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  #footer .socials {
    float: none;
    text-align: center;
  }
}
#footer .socials li {
  display: inline-block;
  margin-left: 1.5vw;
}
#footer .socials li:first-child {
  margin-left: 0;
}
#footer .socials a {
  background: url("../images/sprite.svg") 0 -40px no-repeat;
  border-bottom: 0 !important;
  display: block;
  height: 30px;
  overflow: hidden;
  position: relative;
  text-indent: -100em;
  width: 30px;
}
@media only screen and (max-width: 767px) {
  #footer .socials a {
    display: inline-block;
  }
}
#footer .socials a.twitter {
  background-position: -40px -40px;
}
#footer .socials a.instagram {
  background-position: -80px -40px;
}
#footer .socials a.tripadvisor {
  background-position: -120px -40px;
}
#footer .socials a.youtube {
  background-position: -160px -40px;
}
#footer .socials a.pinterest {
  background-position: -200px -40px;
}

#footer-menu {
  font-size: 0;
  padding: 1.5vw 0 0;
}
@media only screen and (max-width: 767px) {
  #footer-menu {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#footer-menu li {
  display: inline-block;
  margin-right: 5vw;
  margin-bottom: 1vw;
  vertical-align: top;
}
#footer-menu a {
  color: #000;
  display: block;
  font: 18px/21px "Roboto WF", Arial, sans-serif;
  font-size: 1.2vw;
  text-decoration: none;
  white-space: nowrap;
}
@media (max-width: 1166.6666666667px) {
  #footer-menu a {
    font-size: 14px;
  }
}
@media (min-width: 1500px) {
  #footer-menu a {
    font-size: 18px;
  }
}
#footer-menu a:hover, #footer-menu a.active {
  text-decoration: underline;
}

#footer-contacts {
  font-size: 0;
  margin-bottom: 30px;
  min-width: 330px;
}
@media only screen and (max-width: 767px) {
  #footer-contacts {
    text-align: left;
  }
}
#footer-contacts h4, #footer-contacts .h4 {
  color: #000;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  #footer-contacts h4, #footer-contacts .h4 {
    font-size: 18px;
  }
}
#footer-contacts p {
  font-size: 16px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  #footer-contacts p {
    font-size: 13px;
  }
}
#footer-contacts strong {
  font-weight: bold;
  display: block;
}
#footer-contacts .col {
  display: inline-block;
  margin-right: 1vw;
  vertical-align: top;
  width: calc(50% - 1vw);
}
#footer-contacts .col + .col {
  margin-left: 1vw;
  margin-right: 0;
}

#newsletter {
  position: relative;
  margin-bottom: 30px;
  font-size: 0;
}
#newsletter form {
  background-color: #fff;
}
#newsletter h4 {
  color: #000;
  font-display: auto;
  font-family: "Prata WF", "Times New Roman", sans-serif;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  #newsletter h4 {
    font-size: 18px;
  }
}
#newsletter p {
  font-size: 16px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #newsletter p {
    font-size: 13px;
  }
}
#newsletter input[type=text] {
  background: #fff;
  border: 0;
  color: #000;
  display: inline-block;
  font-size: 16px;
  height: 60px;
  line-height: 30px;
  padding: 15px 10px 15px 20px;
  vertical-align: top;
  width: calc(100% - 130px);
}
#newsletter input[type=text]::-webkit-input-placeholder {
  color: #4A4A4A;
}
#newsletter input[type=text]:-moz-placeholder {
  color: #4A4A4A;
}
#newsletter input[type=text]::-moz-placeholder {
  color: #4A4A4A;
}
#newsletter input[type=text]:-ms-input-placeholder {
  color: #4A4A4A;
}
@media only screen and (max-width: 767px) {
  #newsletter input[type=text] {
    font-size: 13px;
  }
}
#newsletter .button, #newsletter .rooms.template-3 .selector-button, .rooms.template-3 #newsletter .selector-button, #newsletter .rooms.template-2 .description nav .room-button, .rooms.template-2 .description nav #newsletter .room-button, #newsletter .rooms.template-2 .selector-button, .rooms.template-2 #newsletter .selector-button {
  background-color: #fff;
  display: inline-block;
  line-height: 30px;
  height: 60px;
  margin: 0;
  padding: 0 20px;
  vertical-align: top;
  width: 130px;
}
#newsletter .button:hover, #newsletter .rooms.template-3 .selector-button:hover, .rooms.template-3 #newsletter .selector-button:hover, #newsletter .rooms.template-2 .description nav .room-button:hover, .rooms.template-2 .description nav #newsletter .room-button:hover, #newsletter .rooms.template-2 .selector-button:hover, .rooms.template-2 #newsletter .selector-button:hover {
  background-color: #000;
  color: #fff;
}

.content-anchors-acm {
  position: relative;
}
.content-anchors-acm .anchor {
  position: absolute;
  top: -130px;
}
@media only screen and (max-width: 767px) {
  .content-anchors-acm .anchor {
    top: -50px;
  }
}
.content-anchors-acm.visible .anchor {
  top: -80px;
}
@media only screen and (max-width: 767px) {
  .content-anchors-acm.visible .anchor {
    top: -50px;
  }
}
.content-anchors-acm .anchors-menu li strong.title, .content-anchors-acm .anchors-menu li .rooms-section .images-slider .room header strong, .rooms-section .images-slider .room header .content-anchors-acm .anchors-menu li strong {
  border-bottom: 2px solid #DBA63D;
  color: #000;
  text-decoration: none;
}

.social-feed {
  margin-bottom: 6vw;
}
.social-feed h2 {
  text-align: center;
  color: #6F625A;
  font-display: auto;
  font: normal 48px/1.4 "Prata WF", "Times New Roman", sans-serif;
  font-size: 4vw;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  html.mobile-navigation-visible {
    overflow: hidden;
  }
}
#mobile-navigation {
  background: transparent;
  display: block;
  left: 0;
  position: absolute;
  text-align: center;
  top: -100%;
  width: 100%;
  z-index: 60;
  transition: visibility 350ms ease-in-out, top 350ms ease-in-out, background 350ms ease-in-out;
  visibility: hidden;
}
@media only screen and (max-width: 767px) {
  #mobile-navigation {
    height: calc(100vh - 60px);
  }
}
.mobile-navigation-visible #mobile-navigation {
  background: rgba(111, 98, 90, 0.95);
  top: 0;
  visibility: visible;
}
#mobile-navigation .main-menu {
  position: relative;
  width: 100%;
  pointer-events: auto;
}
#mobile-navigation .main-menu ul {
  align-items: stretch;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding: 0 3vw;
  margin-bottom: 3vw;
}
@media only screen and (max-width: 1199px) {
  #mobile-navigation .main-menu ul {
    flex-flow: column nowrap;
    padding: 50px 30px;
  }
  #mobile-navigation .main-menu ul a {
    display: inline-block;
    padding: 0 0 10px;
  }
}
@media only screen and (max-width: 1199px) {
  #mobile-navigation .main-menu ul {
    padding: 0 20px;
  }
  #mobile-navigation .main-menu ul li {
    display: block;
  }
  #mobile-navigation .main-menu ul a {
    padding-bottom: 5px;
  }
}
#mobile-navigation .main-menu li {
  flex-shrink: 0;
  position: relative;
}
#mobile-navigation .main-menu a {
  border-bottom: 2px solid transparent;
  color: #fff;
  display: block;
  font: 30px/1.65 "Prata WF", "Times New Roman", sans-serif;
  font-display: auto;
  font-size: 1.8vw;
  padding: 1vw 0;
  text-decoration: none;
}
@media (max-width: 1000px) {
  #mobile-navigation .main-menu a {
    font-size: 18px;
  }
}
@media (min-width: 1666.6666666667px) {
  #mobile-navigation .main-menu a {
    font-size: 30px;
  }
}
#mobile-navigation .main-menu a:hover, #mobile-navigation .main-menu a.active {
  border-color: #DBA63D;
}
#mobile-navigation .main-menu .submenu, #mobile-navigation .main-menu .plus {
  display: none;
}
#mobile-navigation .main-menu .submenu {
  position: absolute;
  top: 100%;
  left: -20px;
  min-width: 100%;
  text-align: left;
  padding: 20px;
  padding-top: 3vw;
  margin-bottom: 0;
}
#mobile-navigation .main-menu .submenu:after {
  content: "";
  position: absolute;
  top: 3vw;
  left: 0;
  width: 100%;
  height: calc(100% - 3vw);
  background: rgba(111, 98, 90, 0.95);
  z-index: 1;
}
#mobile-navigation .main-menu .submenu li {
  position: relative;
  z-index: 2;
}
#mobile-navigation .main-menu .submenu li a {
  display: inline-block;
  font-display: auto;
  font: 20px/1.2 "Prata WF", "Times New Roman", sans-serif;
  font-size: 1.4vw;
  margin-bottom: 0;
  white-space: nowrap;
}
@media (max-width: 1000px) {
  #mobile-navigation .main-menu .submenu li a {
    font-size: 14px;
  }
}
@media (min-width: 1428.5714285714px) {
  #mobile-navigation .main-menu .submenu li a {
    font-size: 20px;
  }
}
#mobile-navigation .main-menu li.parent:hover .submenu {
  display: block;
}
#mobile-navigation .main-menu li:last-child .menu.submenu, #mobile-navigation .main-menu li:nth-last-child(2) > .menu.submenu {
  left: auto;
  right: -20px;
  text-align: right;
}
@media only screen and (max-width: 1199px) {
  #mobile-navigation .main-menu li:last-child .menu.submenu, #mobile-navigation .main-menu li:nth-last-child(2) > .menu.submenu {
    right: auto;
    text-align: center;
  }
}
@media only screen and (max-width: 1199px) {
  #mobile-navigation .main-menu {
    padding-top: 50px;
  }
  #mobile-navigation .main-menu .submenu {
    display: block;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    transition: max-height 750ms cubic-bezier(1, 0, 0, 1), padding 350ms ease-in-out;
    text-align: center;
    top: 0;
    left: auto;
    background: none;
  }
  #mobile-navigation .main-menu .submenu:after {
    display: none;
  }
  #mobile-navigation .main-menu .submenu a {
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    white-space: normal;
  }
  #mobile-navigation .main-menu .parent.expanded > .submenu {
    max-height: 800px;
    padding: 10px 0;
  }
  #mobile-navigation .main-menu .plus {
    cursor: pointer;
    display: block;
    height: 19px;
    position: absolute;
    right: 0;
    width: 19px;
    display: block;
    top: 10px;
  }
  #mobile-navigation .main-menu .plus:before, #mobile-navigation .main-menu .plus:after {
    background-color: #fff;
    content: "";
    display: block;
    position: absolute;
    transition: all 350ms ease-in-out;
  }
  #mobile-navigation .main-menu .plus:before {
    height: 1px;
    left: calc(50% - 9.5px);
    top: calc(50% - 1px);
    width: 19px;
  }
  #mobile-navigation .main-menu .plus:after {
    height: 19px;
    left: calc(50% - 1px);
    top: calc(50% - 9.5px);
    width: 1px;
  }
  #mobile-navigation .main-menu .plus:before {
    top: 9px;
  }
  #mobile-navigation .main-menu .plus:after {
    left: 9px;
  }
  #mobile-navigation .main-menu .parent.expanded > .plus:before, #mobile-navigation .main-menu .parent.expanded > .plus:after {
    transform: rotate(90deg);
  }
  #mobile-navigation .main-menu .parent.expanded > .plus:before {
    opacity: 0;
  }
  #mobile-navigation .main-menu .submenu .plus {
    top: 0;
  }
}

#promos .promo, #feeds .feed-item .tile, .specials .tile, .pressroom .tile, .galleries .tile, .tiles-section .tile, .rooms-section .images-slider .room, .blog-feed-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%;
}

#promos .promo, .specials .tile, .pressroom .tile, .galleries .tile, .tiles-section .tile, .rooms-section .images-slider .room, .blog-feed-section .tile {
  justify-content: flex-start;
}
#promos .promo .thumbnail, .specials .tile .thumbnail, .pressroom .tile .thumbnail, .galleries .tile .thumbnail, .tiles-section .tile .thumbnail, .rooms-section .images-slider .room .thumbnail, .blog-feed-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;
}
#promos .promo .thumbnail:before, .specials .tile .thumbnail:before, .pressroom .tile .thumbnail:before, .galleries .tile .thumbnail:before, .tiles-section .tile .thumbnail:before, .rooms-section .images-slider .room .thumbnail:before, .blog-feed-section .tile .thumbnail:before {
  background-color: rgba(0, 0, 0, 0);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: background 350ms ease-in-out;
  width: 100%;
  z-index: 1;
}
#promos .promo .thumbnail img, .specials .tile .thumbnail img, .pressroom .tile .thumbnail img, .galleries .tile .thumbnail img, .tiles-section .tile .thumbnail img, .rooms-section .images-slider .room .thumbnail img, .blog-feed-section .tile .thumbnail img {
  display: none;
}
#promos .promo .thumbnail img, .specials .tile .thumbnail img, .pressroom .tile .thumbnail img, .galleries .tile .thumbnail img, .tiles-section .tile .thumbnail img, .rooms-section .images-slider .room .thumbnail img, .blog-feed-section .tile .thumbnail img {
  display: block;
  visibility: hidden;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  #promos .promo .thumbnail, .specials .tile .thumbnail, .pressroom .tile .thumbnail, .galleries .tile .thumbnail, .tiles-section .tile .thumbnail, .rooms-section .images-slider .room .thumbnail, .blog-feed-section .tile .thumbnail {
    height: 360px;
  }
}
@media only screen and (max-width: 767px) {
  #promos .promo .thumbnail, .specials .tile .thumbnail, .pressroom .tile .thumbnail, .galleries .tile .thumbnail, .tiles-section .tile .thumbnail, .rooms-section .images-slider .room .thumbnail, .blog-feed-section .tile .thumbnail {
    height: 240px;
  }
}
#promos .promo .description, .specials .tile .description, .pressroom .tile .description, .galleries .tile .description, .tiles-section .tile .description, .rooms-section .images-slider .room .description, .blog-feed-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 350ms ease-in-out, opacity 350ms ease-in-out;
  width: calc(100% - 120px);
}
@media (max-width: 1166.6666666667px) {
  #promos .promo .description, .specials .tile .description, .pressroom .tile .description, .galleries .tile .description, .tiles-section .tile .description, .rooms-section .images-slider .room .description, .blog-feed-section .tile .description {
    font-size: 14px;
  }
}
@media (min-width: 1333.3333333333px) {
  #promos .promo .description, .specials .tile .description, .pressroom .tile .description, .galleries .tile .description, .tiles-section .tile .description, .rooms-section .images-slider .room .description, .blog-feed-section .tile .description {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  #promos .promo .description, .specials .tile .description, .pressroom .tile .description, .galleries .tile .description, .tiles-section .tile .description, .rooms-section .images-slider .room .description, .blog-feed-section .tile .description {
    margin-right: 40px;
    margin-left: 40px;
    width: calc(100% - 80px);
  }
}
@media only screen and (max-width: 767px) {
  #promos .promo .description, .specials .tile .description, .pressroom .tile .description, .galleries .tile .description, .tiles-section .tile .description, .rooms-section .images-slider .room .description, .blog-feed-section .tile .description {
    margin-right: 20px;
    margin-left: 20px;
    padding: 20px 20px 0;
    width: calc(100% - 40px);
    font-size: 11px;
  }
}
#promos .promo .description span.category, .specials .tile .description span.category, .pressroom .tile .description span.category, .galleries .tile .description span.category, .tiles-section .tile .description span.category, .rooms-section .images-slider .room .description span.category, .blog-feed-section .tile .description span.category {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}
#promos .promo .description span.category a, .specials .tile .description span.category a, .pressroom .tile .description span.category a, .galleries .tile .description span.category a, .tiles-section .tile .description span.category a, .rooms-section .images-slider .room .description span.category a, .blog-feed-section .tile .description span.category a {
  color: #DBA63D;
  text-decoration: none;
  border-bottom: 0;
}
#promos .promo .description.priced, .specials .tile .description.priced, .pressroom .tile .description.priced, .galleries .tile .description.priced, .tiles-section .tile .description.priced, .rooms-section .images-slider .room .description.priced, .blog-feed-section .tile .description.priced {
  margin-right: 0;
  padding: 20px 200px 20px 40px;
  width: calc(100% - 60px);
}
@media only screen and (max-width: 1024px) {
  #promos .promo .description.priced, .specials .tile .description.priced, .pressroom .tile .description.priced, .galleries .tile .description.priced, .tiles-section .tile .description.priced, .rooms-section .images-slider .room .description.priced, .blog-feed-section .tile .description.priced {
    padding: 20px;
    width: calc(100% - 40px);
  }
}
#promos .promo .description .hotel-name, .specials .tile .description .hotel-name, .pressroom .tile .description .hotel-name, .galleries .tile .description .hotel-name, .tiles-section .tile .description .hotel-name, .rooms-section .images-slider .room .description .hotel-name, .blog-feed-section .tile .description .hotel-name {
  color: #000;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 10px;
}
#promos .promo .description .title, .specials .tile .description .title, .pressroom .tile .description .title, .galleries .tile .description .title, .tiles-section .tile .description .title, .rooms-section .images-slider .room .description .title, .blog-feed-section .tile .description .title, #promos .promo .description .rooms-section .images-slider .room header strong, .specials .tile .description .rooms-section .images-slider .room header strong, .pressroom .tile .description .rooms-section .images-slider .room header strong, .galleries .tile .description .rooms-section .images-slider .room header strong, .tiles-section .tile .description .rooms-section .images-slider .room header strong, .rooms-section .images-slider .room .description header strong, .rooms-section .images-slider .room header .description strong, .blog-feed-section .tile .description .rooms-section .images-slider .room header strong {
  color: #6F625A;
  font-display: auto;
  font: 32px/1.125 "Prata WF", "Times New Roman", sans-serif;
  font-size: 2vw;
  margin-bottom: 20px;
}
@media (max-width: 1100px) {
  #promos .promo .description .title, .specials .tile .description .title, .pressroom .tile .description .title, .galleries .tile .description .title, .tiles-section .tile .description .title, .rooms-section .images-slider .room .description .title, .blog-feed-section .tile .description .title, #promos .promo .description .rooms-section .images-slider .room header strong, .specials .tile .description .rooms-section .images-slider .room header strong, .pressroom .tile .description .rooms-section .images-slider .room header strong, .galleries .tile .description .rooms-section .images-slider .room header strong, .tiles-section .tile .description .rooms-section .images-slider .room header strong, .rooms-section .images-slider .room .description header strong, .rooms-section .images-slider .room header .description strong, .blog-feed-section .tile .description .rooms-section .images-slider .room header strong {
    font-size: 22px;
  }
}
@media (min-width: 1600px) {
  #promos .promo .description .title, .specials .tile .description .title, .pressroom .tile .description .title, .galleries .tile .description .title, .tiles-section .tile .description .title, .rooms-section .images-slider .room .description .title, .blog-feed-section .tile .description .title, #promos .promo .description .rooms-section .images-slider .room header strong, .specials .tile .description .rooms-section .images-slider .room header strong, .pressroom .tile .description .rooms-section .images-slider .room header strong, .galleries .tile .description .rooms-section .images-slider .room header strong, .tiles-section .tile .description .rooms-section .images-slider .room header strong, .rooms-section .images-slider .room .description header strong, .rooms-section .images-slider .room header .description strong, .blog-feed-section .tile .description .rooms-section .images-slider .room header strong {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  #promos .promo .description .title, .specials .tile .description .title, .pressroom .tile .description .title, .galleries .tile .description .title, .tiles-section .tile .description .title, .rooms-section .images-slider .room .description .title, .blog-feed-section .tile .description .title, #promos .promo .description .rooms-section .images-slider .room header strong, .specials .tile .description .rooms-section .images-slider .room header strong, .pressroom .tile .description .rooms-section .images-slider .room header strong, .galleries .tile .description .rooms-section .images-slider .room header strong, .tiles-section .tile .description .rooms-section .images-slider .room header strong, .rooms-section .images-slider .room .description header strong, .rooms-section .images-slider .room header .description strong, .blog-feed-section .tile .description .rooms-section .images-slider .room header strong {
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
}
#promos .promo .description p, .specials .tile .description p, .pressroom .tile .description p, .galleries .tile .description p, .tiles-section .tile .description p, .rooms-section .images-slider .room .description p, .blog-feed-section .tile .description p {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #promos .promo .description p, .specials .tile .description p, .pressroom .tile .description p, .galleries .tile .description p, .tiles-section .tile .description p, .rooms-section .images-slider .room .description p, .blog-feed-section .tile .description p {
    margin-bottom: 10px;
  }
}
#promos .promo .description .controls-price, .specials .tile .description .controls-price, .pressroom .tile .description .controls-price, .galleries .tile .description .controls-price, .tiles-section .tile .description .controls-price, .rooms-section .images-slider .room .description .controls-price, .blog-feed-section .tile .description .controls-price {
  display: flex;
  align-items: center;
}
#promos .promo .description .price, .specials .tile .description .price, .pressroom .tile .description .price, .galleries .tile .description .price, .tiles-section .tile .description .price, .rooms-section .images-slider .room .description .price, .blog-feed-section .tile .description .price {
  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;
}
#promos .promo .description .price strong, .specials .tile .description .price strong, .pressroom .tile .description .price strong, .galleries .tile .description .price strong, .tiles-section .tile .description .price strong, .rooms-section .images-slider .room .description .price strong, .blog-feed-section .tile .description .price strong {
  color: #fff;
  font: bold 32px/1.125 "Roboto WF", Arial, sans-serif;
  font-size: 2vw;
}
@media (max-width: 1100px) {
  #promos .promo .description .price strong, .specials .tile .description .price strong, .pressroom .tile .description .price strong, .galleries .tile .description .price strong, .tiles-section .tile .description .price strong, .rooms-section .images-slider .room .description .price strong, .blog-feed-section .tile .description .price strong {
    font-size: 22px;
  }
}
@media (min-width: 1600px) {
  #promos .promo .description .price strong, .specials .tile .description .price strong, .pressroom .tile .description .price strong, .galleries .tile .description .price strong, .tiles-section .tile .description .price strong, .rooms-section .images-slider .room .description .price strong, .blog-feed-section .tile .description .price strong {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  #promos .promo .description .price strong, .specials .tile .description .price strong, .pressroom .tile .description .price strong, .galleries .tile .description .price strong, .tiles-section .tile .description .price strong, .rooms-section .images-slider .room .description .price strong, .blog-feed-section .tile .description .price strong {
    font-size: 17px;
  }
}
#promos .promo .description .price span, .specials .tile .description .price span, .pressroom .tile .description .price span, .galleries .tile .description .price span, .tiles-section .tile .description .price span, .rooms-section .images-slider .room .description .price span, .blog-feed-section .tile .description .price span {
  color: #fff;
  font-size: 14px;
  text-transform: none;
}
@media only screen and (max-width: 767px) {
  #promos .promo .description .price span, .specials .tile .description .price span, .pressroom .tile .description .price span, .galleries .tile .description .price span, .tiles-section .tile .description .price span, .rooms-section .images-slider .room .description .price span, .blog-feed-section .tile .description .price span {
    font-size: 10px;
  }
}
#promos .promo .description .price span:first-child, .specials .tile .description .price span:first-child, .pressroom .tile .description .price span:first-child, .galleries .tile .description .price span:first-child, .tiles-section .tile .description .price span:first-child, .rooms-section .images-slider .room .description .price span:first-child, .blog-feed-section .tile .description .price span:first-child {
  color: #969696;
  display: block;
  font-size: 10px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  #promos .promo .description .price span:first-child, .specials .tile .description .price span:first-child, .pressroom .tile .description .price span:first-child, .galleries .tile .description .price span:first-child, .tiles-section .tile .description .price span:first-child, .rooms-section .images-slider .room .description .price span:first-child, .blog-feed-section .tile .description .price span:first-child {
    font-size: 8px;
  }
}
@media only screen and (max-width: 1024px) {
  #promos .promo .description .price, .specials .tile .description .price, .pressroom .tile .description .price, .galleries .tile .description .price, .tiles-section .tile .description .price, .rooms-section .images-slider .room .description .price, .blog-feed-section .tile .description .price {
    align-items: baseline;
    background: none;
    height: auto;
    display: block;
    position: relative;
    padding: 0;
    margin-bottom: 20px;
    width: auto;
  }
  #promos .promo .description .price strong, .specials .tile .description .price strong, .pressroom .tile .description .price strong, .galleries .tile .description .price strong, .tiles-section .tile .description .price strong, .rooms-section .images-slider .room .description .price strong, .blog-feed-section .tile .description .price strong {
    color: #000;
  }
  #promos .promo .description .price span, .specials .tile .description .price span, .pressroom .tile .description .price span, .galleries .tile .description .price span, .tiles-section .tile .description .price span, .rooms-section .images-slider .room .description .price span, .blog-feed-section .tile .description .price span {
    color: #000;
  }
  #promos .promo .description .price nav, .specials .tile .description .price nav, .pressroom .tile .description .price nav, .galleries .tile .description .price nav, .tiles-section .tile .description .price nav, .rooms-section .images-slider .room .description .price nav, .blog-feed-section .tile .description .price nav {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  #promos .promo .description .price, .specials .tile .description .price, .pressroom .tile .description .price, .galleries .tile .description .price, .tiles-section .tile .description .price, .rooms-section .images-slider .room .description .price, .blog-feed-section .tile .description .price {
    margin-bottom: 0;
    margin-left: 12px;
  }
}
#promos .promo .description .time, .specials .tile .description .time, .pressroom .tile .description .time, .galleries .tile .description .time, .tiles-section .tile .description .time, .rooms-section .images-slider .room .description .time, .blog-feed-section .tile .description .time {
  color: #767676;
  display: inline-block;
  font-size: 12px;
  line-height: 2.1;
  margin-bottom: 5px;
}
#promos .promo .description .date, .specials .tile .description .date, .pressroom .tile .description .date, .galleries .tile .description .date, .tiles-section .tile .description .date, .rooms-section .images-slider .room .description .date, .blog-feed-section .tile .description .date {
  display: block;
  font-size: 18px;
  font-weight: bold;
  left: 0;
  position: absolute;
  text-align: center;
  top: 2vw;
  width: 100%;
}
#promos .promo .description .date:after, .specials .tile .description .date:after, .pressroom .tile .description .date:after, .galleries .tile .description .date:after, .tiles-section .tile .description .date:after, .rooms-section .images-slider .room .description .date:after, .blog-feed-section .tile .description .date:after {
  background: #fff;
  content: "";
  height: 2px;
  display: block;
  margin: 5px auto 0;
  width: 30px;
}
#promos .promo .description .date a, .specials .tile .description .date a, .pressroom .tile .description .date a, .galleries .tile .description .date a, .tiles-section .tile .description .date a, .rooms-section .images-slider .room .description .date a, .blog-feed-section .tile .description .date a {
  color: inherit;
  text-decoration: none;
}
#promos .promo .description .date a:hover, .specials .tile .description .date a:hover, .pressroom .tile .description .date a:hover, .galleries .tile .description .date a:hover, .tiles-section .tile .description .date a:hover, .rooms-section .images-slider .room .description .date a:hover, .blog-feed-section .tile .description .date a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  #promos .promo .description .button, #promos .promo .description .rooms.template-3 .selector-button, .rooms.template-3 #promos .promo .description .selector-button, #promos .promo .rooms.template-2 .description nav .room-button, .rooms.template-2 #promos .promo .description nav .room-button, #promos .promo .description .rooms.template-2 .selector-button, .rooms.template-2 #promos .promo .description .selector-button, .specials .tile .description .button, .specials .tile .description .rooms.template-3 .selector-button, .rooms.template-3 .specials .tile .description .selector-button, .specials .tile .rooms.template-2 .description nav .room-button, .rooms.template-2 .specials .tile .description nav .room-button, .specials .tile .description .rooms.template-2 .selector-button, .rooms.template-2 .specials .tile .description .selector-button, .pressroom .tile .description .button, .pressroom .tile .description .rooms.template-3 .selector-button, .rooms.template-3 .pressroom .tile .description .selector-button, .pressroom .tile .rooms.template-2 .description nav .room-button, .rooms.template-2 .pressroom .tile .description nav .room-button, .pressroom .tile .description .rooms.template-2 .selector-button, .rooms.template-2 .pressroom .tile .description .selector-button, .galleries .tile .description .button, .galleries .tile .description .rooms.template-3 .selector-button, .rooms.template-3 .galleries .tile .description .selector-button, .galleries .tile .rooms.template-2 .description nav .room-button, .rooms.template-2 .galleries .tile .description nav .room-button, .galleries .tile .description .rooms.template-2 .selector-button, .rooms.template-2 .galleries .tile .description .selector-button, .tiles-section .tile .description .button, .tiles-section .tile .description .rooms.template-3 .selector-button, .rooms.template-3 .tiles-section .tile .description .selector-button, .tiles-section .tile .rooms.template-2 .description nav .room-button, .rooms.template-2 .tiles-section .tile .description nav .room-button, .tiles-section .tile .description .rooms.template-2 .selector-button, .rooms.template-2 .tiles-section .tile .description .selector-button, .rooms-section .images-slider .room .description .button, .rooms-section .images-slider .room .description .rooms.template-3 .selector-button, .rooms.template-3 .rooms-section .images-slider .room .description .selector-button, .rooms-section .images-slider .room .rooms.template-2 .description nav .room-button, .rooms.template-2 .rooms-section .images-slider .room .description nav .room-button, .rooms-section .images-slider .room .description .rooms.template-2 .selector-button, .rooms.template-2 .rooms-section .images-slider .room .description .selector-button, .blog-feed-section .tile .description .button, .blog-feed-section .tile .description .rooms.template-3 .selector-button, .rooms.template-3 .blog-feed-section .tile .description .selector-button, .blog-feed-section .tile .rooms.template-2 .description nav .room-button, .rooms.template-2 .blog-feed-section .tile .description nav .room-button, .blog-feed-section .tile .description .rooms.template-2 .selector-button, .rooms.template-2 .blog-feed-section .tile .description .selector-button {
    font-size: 11px;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
  }
}
.swiper-slide #promos .promo .description, #promos .swiper-slide .promo .description, .swiper-slide .specials .tile .description, .specials .swiper-slide .tile .description, .swiper-slide .pressroom .tile .description, .pressroom .swiper-slide .tile .description, .swiper-slide .galleries .tile .description, .galleries .swiper-slide .tile .description, .swiper-slide .tiles-section .tile .description, .tiles-section .swiper-slide .tile .description, .swiper-slide .rooms-section .images-slider .room .description, .rooms-section .images-slider .swiper-slide .room .description, .swiper-slide .blog-feed-section .tile .description, .blog-feed-section .swiper-slide .tile .description {
  opacity: 0;
  transform: translateX(100%);
}
.swiper-slide-active #promos .promo .thumbnail:before, #promos .swiper-slide-active .promo .thumbnail:before, .swiper-slide-active .specials .tile .thumbnail:before, .specials .swiper-slide-active .tile .thumbnail:before, .swiper-slide-active .pressroom .tile .thumbnail:before, .pressroom .swiper-slide-active .tile .thumbnail:before, .swiper-slide-active .galleries .tile .thumbnail:before, .galleries .swiper-slide-active .tile .thumbnail:before, .swiper-slide-active .tiles-section .tile .thumbnail:before, .tiles-section .swiper-slide-active .tile .thumbnail:before, .swiper-slide-active .rooms-section .images-slider .room .thumbnail:before, .rooms-section .images-slider .swiper-slide-active .room .thumbnail:before, .swiper-slide-active .blog-feed-section .tile .thumbnail:before, .blog-feed-section .swiper-slide-active .tile .thumbnail:before {
  background-color: rgba(0, 0, 0, 0);
}
.swiper-slide-active #promos .promo .description, #promos .swiper-slide-active .promo .description, .swiper-slide-active .specials .tile .description, .specials .swiper-slide-active .tile .description, .swiper-slide-active .pressroom .tile .description, .pressroom .swiper-slide-active .tile .description, .swiper-slide-active .galleries .tile .description, .galleries .swiper-slide-active .tile .description, .swiper-slide-active .tiles-section .tile .description, .tiles-section .swiper-slide-active .tile .description, .swiper-slide-active .rooms-section .images-slider .room .description, .rooms-section .images-slider .swiper-slide-active .room .description, .swiper-slide-active .blog-feed-section .tile .description, .blog-feed-section .swiper-slide-active .tile .description {
  opacity: 1;
  transform: translateX(0);
}

.specials .tile .description, .pressroom .tile .description, .galleries .tile .description, .rooms-section .images-slider .room .description, .blog-feed-section .tile .description {
  margin: -6vw 3vw 0;
  padding: 1vw 2vw;
  transform: translateY(0);
  transition: none;
  width: calc(100% - 6vw);
}
@media only screen and (max-width: 767px) {
  .specials .tile .description, .pressroom .tile .description, .galleries .tile .description, .rooms-section .images-slider .room .description, .blog-feed-section .tile .description {
    margin: -60px 15px 0;
    padding: 15px;
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 767px) {
  .specials .tile .description, .pressroom .tile .description, .galleries .tile .description, .rooms-section .images-slider .room .description, .blog-feed-section .tile .description {
    font-size: 13px;
  }
}
.swiper-slide .specials .tile .description, .specials .swiper-slide .tile .description, .swiper-slide .pressroom .tile .description, .pressroom .swiper-slide .tile .description, .swiper-slide .galleries .tile .description, .galleries .swiper-slide .tile .description, .swiper-slide .rooms-section .images-slider .room .description, .rooms-section .images-slider .swiper-slide .room .description, .swiper-slide .blog-feed-section .tile .description, .blog-feed-section .swiper-slide .tile .description {
  opacity: 1;
  transform: none;
}
@media only screen and (max-width: 1024px) {
  .specials .tile .thumbnail, .pressroom .tile .thumbnail, .galleries .tile .thumbnail, .rooms-section .images-slider .room .thumbnail, .blog-feed-section .tile .thumbnail {
    height: 320px;
    min-height: 320px;
  }
}
@media only screen and (max-width: 767px) {
  .specials .tile .thumbnail, .pressroom .tile .thumbnail, .galleries .tile .thumbnail, .rooms-section .images-slider .room .thumbnail, .blog-feed-section .tile .thumbnail {
    height: 240px;
    min-height: 240px;
  }
  .specials .tile .button, .specials .tile .rooms.template-3 .selector-button, .rooms.template-3 .specials .tile .selector-button, .specials .tile .rooms.template-2 .description nav .room-button, .rooms.template-2 .description nav .specials .tile .room-button, .specials .tile .rooms.template-2 .selector-button, .rooms.template-2 .specials .tile .selector-button, .pressroom .tile .button, .pressroom .tile .rooms.template-3 .selector-button, .rooms.template-3 .pressroom .tile .selector-button, .pressroom .tile .rooms.template-2 .description nav .room-button, .rooms.template-2 .description nav .pressroom .tile .room-button, .pressroom .tile .rooms.template-2 .selector-button, .rooms.template-2 .pressroom .tile .selector-button, .galleries .tile .button, .galleries .tile .rooms.template-3 .selector-button, .rooms.template-3 .galleries .tile .selector-button, .galleries .tile .rooms.template-2 .description nav .room-button, .rooms.template-2 .description nav .galleries .tile .room-button, .galleries .tile .rooms.template-2 .selector-button, .rooms.template-2 .galleries .tile .selector-button, .rooms-section .images-slider .room .button, .rooms-section .images-slider .room .rooms.template-3 .selector-button, .rooms.template-3 .rooms-section .images-slider .room .selector-button, .rooms-section .images-slider .room .rooms.template-2 .description nav .room-button, .rooms.template-2 .description nav .rooms-section .images-slider .room .room-button, .rooms-section .images-slider .room .rooms.template-2 .selector-button, .rooms.template-2 .rooms-section .images-slider .room .selector-button, .blog-feed-section .tile .button, .blog-feed-section .tile .rooms.template-3 .selector-button, .rooms.template-3 .blog-feed-section .tile .selector-button, .blog-feed-section .tile .rooms.template-2 .description nav .room-button, .rooms.template-2 .description nav .blog-feed-section .tile .room-button, .blog-feed-section .tile .rooms.template-2 .selector-button, .rooms.template-2 .blog-feed-section .tile .selector-button {
    font-size: 13px;
  }
}

.rooms-section .images-slider .room {
  justify-content: flex-start;
}
.rooms-section .images-slider .room .thumbnail {
  height: 640px;
}
@media only screen and (max-width: 1024px) {
  .rooms-section .images-slider .room .thumbnail {
    height: 480px;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-section .images-slider .room .thumbnail {
    height: 240px;
  }
}
.rooms-section .images-slider .room .description .title, .rooms-section .images-slider .room .description header strong, .rooms-section .images-slider .room header .description strong {
  color: #4A4A4A;
  font-size: 1.8vw;
}
@media (max-width: 1111.1111111111px) {
  .rooms-section .images-slider .room .description .title, .rooms-section .images-slider .room .description header strong, .rooms-section .images-slider .room header .description strong {
    font-size: 20px;
  }
}
@media (min-width: 1333.3333333333px) {
  .rooms-section .images-slider .room .description .title, .rooms-section .images-slider .room .description header strong, .rooms-section .images-slider .room header .description strong {
    font-size: 24px;
  }
}
.rooms-section .images-slider .room .price {
  text-decoration: none;
}
@media only screen and (max-width: 1024px) {
  .rooms-section .images-slider .room .price {
    align-items: baseline;
  }
  .rooms-section .images-slider .room .price strong {
    display: inline-block;
    margin: 0 10px;
  }
}
.rooms-section .images-slider .room header {
  align-items: stretch;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.rooms-section .images-slider .room header h2, .rooms-section .images-slider .room header strong {
  flex-shrink: 0;
}
.rooms-section .images-slider .room header strong {
  color: #4A4A4A;
}
.rooms-section .images-slider .room .description {
  margin-top: -120px;
  margin-left: calc(50px + 5vw);
  width: calc(100% - 50px - 5vw);
}

#feeds .feed-item .tile .thumbnail {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  height: 100%;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
  z-index: 0;
}
#feeds .feed-item .tile .thumbnail:before {
  background-color: rgba(0, 0, 0, 0);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: background 350ms ease-in-out;
  width: 100%;
  z-index: 1;
}
#feeds .feed-item .tile .thumbnail img {
  display: none;
}
#feeds .feed-item .tile .description {
  display: flex;
  font-size: 13px;
  flex-flow: column nowrap;
  justify-content: flex-end;
  height: 100%;
  left: 0;
  padding: 2vw;
  position: absolute;
  top: 0;
  width: 100%;
}
#feeds .feed-item .tile .description h3 {
  text-transform: uppercase;
}

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

.admin .preview-item {
  overflow: hidden;
  margin: 0;
  padding: 20px;
  height: auto;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.admin .preview-item .slide {
  max-width: 760px;
  width: 100% !important;
}
.admin .preview-item .promo .thumbnail {
  height: auto !important;
}
.admin .preview-item .promo .thumbnail:before {
  display: none !important;
}
.admin .preview-item .promo .thumbnail img {
  display: block !important;
  visibility: visible !important;
  width: 100%;
}
.admin .preview-item .button, .admin .preview-item .rooms.template-3 .selector-button, .rooms.template-3 .admin .preview-item .selector-button, .admin .preview-item .rooms.template-2 .description nav .room-button, .rooms.template-2 .description nav .admin .preview-item .room-button, .admin .preview-item .rooms.template-2 .selector-button, .rooms.template-2 .admin .preview-item .selector-button {
  border: 0;
  box-sizing: border-box;
  text-shadow: 0 0 0 #000;
  border-radius: 0;
  line-height: 30px;
  height: 60px;
  padding: 15px 30px;
}

#promos {
  background-color: #fff;
  padding: 3vw 0 0;
  position: relative;
}
#promos .slideshow {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
#promos .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
#promos .slide {
  margin: 0 auto;
  text-decoration: none;
  width: calc((100% - 3vw) / 1.5);
}
#promos .slide .thumbnail:before {
  background-color: rgba(0, 0, 0, 0.5);
}
#promos .slide .thumbnail.one-promo:before {
  display: none;
}
#promos .slide.swiper-slide {
  margin: 0 1.5vw;
}
@media only screen and (max-width: 767px) {
  #promos .slide {
    margin: 0 5px;
    width: calc(100% - 80px);
  }
  #promos .slide.swiper-slide {
    margin: 0 5px;
  }
}
#promos .slider-arrow {
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  color: #D1B058;
  height: 440px;
  top: 0;
  transform: translateY(0);
  color: #000;
}
#promos .slider-arrow:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
#promos .slider-arrow:hover .arrow-left:before, #promos .slider-arrow:hover .arrow-left:after,
#promos .slider-arrow:hover .arrow-right:before, #promos .slider-arrow:hover .arrow-right:after {
  background-color: #D1B058;
}
#promos .swiper-prev {
  left: 0;
  right: calc(50% + 3vw + (100% - 3vw) / 3);
}
#promos .swiper-prev .arrow-left {
  left: auto;
  right: calc(50% + 20px);
}
#promos .swiper-next {
  left: calc(50% + 3vw + (100% - 3vw) / 3);
  right: 0;
}
#promos .swiper-next .arrow-right {
  left: calc(50% + 20px);
}
#promos .promo .title, #promos .promo .rooms-section .images-slider .room header strong, .rooms-section .images-slider .room header #promos .promo strong {
  color: red;
}
@media only screen and (max-width: 767px) {
  #promos .promo .description {
    margin-top: -42px;
  }
}
@media only screen and (max-width: 1024px) {
  #promos .slider-arrow {
    height: 360px;
  }
}
@media only screen and (max-width: 767px) {
  #promos .center-column {
    padding: 0;
  }
  #promos .slider-arrow {
    height: 240px;
  }
  #promos .swiper-prev {
    right: calc(100% - 30px);
  }
  #promos .swiper-prev .arrow-left {
    left: 7px;
    right: auto;
  }
  #promos .swiper-next {
    left: calc(100% - 30px);
  }
  #promos .swiper-next .arrow-right {
    right: 7px;
    left: auto;
  }
}

#destinations-list {
  background-color: #6F625A;
  color: #fff;
  height: calc(100vh - 60px);
  left: 0;
  overflow: auto;
  padding-right: 20px;
  position: absolute;
  top: -100%;
  transition: visibility 350ms ease-in-out, top 350ms ease-in-out;
  visibility: hidden;
  width: calc(100% + 20px);
  z-index: 50;
}
.calendar #destinations-list, .sticky-header #destinations-list {
  height: calc(100vh - 16px);
}
.destinations-list-visible #destinations-list {
  visibility: visible;
  top: 0;
}
.destinations-list-visible #destinations-list .bg {
  left: 0;
}
#destinations-list .wrapper {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 100%;
  max-height: calc(100vh - 60px);
}
#destinations-list .county {
  flex-shrink: 0;
  flex-grow: 1;
  flex-basis: 0;
  padding-bottom: 1vw;
  position: relative;
  min-height: 100vh;
  width: 20%;
}
#destinations-list .county:after {
  background: rgba(0, 0, 0, 0.6);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  #destinations-list .county {
    width: 100%;
  }
  #destinations-list .county:last-child {
    padding-bottom: 60px;
  }
}
#destinations-list .county.half-height {
  min-height: auto;
}
#destinations-list .bg {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1000px;
  width: 100%;
  z-index: -1;
}
#destinations-list .bg img {
  display: none;
}
#destinations-list .h2 {
  font-display: auto;
  font: 32px/1.125 "Prata WF", "Times New Roman", sans-serif;
  font-size: 2vw;
  color: #fff;
  display: block;
  text-align: left;
  padding: 1vw 1vw 0.2vw 2vw;
  position: relative;
  z-index: 1;
}
@media (max-width: 1100px) {
  #destinations-list .h2 {
    font-size: 22px;
  }
}
@media (min-width: 1600px) {
  #destinations-list .h2 {
    font-size: 32px;
  }
}
#destinations-list .property-card {
  background: transparent;
  font-size: 14px;
  font-size: 1.2vw;
  padding: 0.8vw 2vw;
  position: relative;
  transition: background 350ms ease-in-out;
  z-index: 1;
}
@media (max-width: 1000px) {
  #destinations-list .property-card {
    font-size: 12px;
  }
}
@media (min-width: 1166.6666666667px) {
  #destinations-list .property-card {
    font-size: 14px;
  }
}
@media only screen and (max-height: 850px) and (min-width: 1025px) {
  #destinations-list .property-card {
    padding: 0.65vw 2vw;
  }
}
#destinations-list .property-card.pet-friendly .h3:after {
  background: url("../images/sprite.svg") no-repeat 0 -390px;
  content: "";
  display: inline-block;
  height: 24px;
  margin-left: 10px;
  vertical-align: bottom;
  width: 24px;
}
#destinations-list .property-card .description {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: max-height 750ms cubic-bezier(1, 0, 0, 1), visibility 350ms ease-in-out;
}
#destinations-list .property-card .description > *:first-child {
  margin-top: 10px;
}
#destinations-list .property-card .col {
  display: inline-block;
}
#destinations-list .property-card.expanded {
  background-color: rgba(0, 0, 0, 0.6);
}
#destinations-list .property-card.expanded .description {
  visibility: visible;
  max-height: 200px;
}
#destinations-list .property-card.visible:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
#destinations-list .property-card.visible .h3 {
  color: #fff;
  cursor: pointer;
}
#destinations-list .h3 {
  color: rgba(255, 255, 255, 0.3);
  cursor: default;
  font: 18px/1.44 "Roboto WF", Arial, sans-serif;
  font-size: 1.2vw;
  text-align: left;
  transition: color 350ms ease-in-out;
}
@media (max-width: 1166.6666666667px) {
  #destinations-list .h3 {
    font-size: 14px;
  }
}
@media (min-width: 1500px) {
  #destinations-list .h3 {
    font-size: 18px;
  }
}
#destinations-list p {
  margin: 0;
}
#destinations-list a {
  color: inherit;
  text-decoration: none;
}
#destinations-list a:hover {
  text-decoration: underline;
}
#destinations-list nav {
  margin-top: 10px;
}
#destinations-list nav a {
  color: #fff;
  font-display: auto;
  font: 14px/40px "Prata WF", "Times New Roman", sans-serif;
  margin-right: 2vw;
  white-space: nowrap;
}
#destinations-list nav a:hover {
  color: #fff;
  border-color: #fff;
  text-decoration: none;
}
#destinations-list nav a::first-child {
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  #destinations-list .wrapper {
    flex-flow: row wrap;
  }
  #destinations-list .county {
    min-height: 50vh;
  }
  #destinations-list .county:first-child, #destinations-list .county:nth-child(2) {
    flex-basis: auto;
    flex-grow: 2;
    width: 50%;
  }
  #destinations-list .county:first-child .property-cards, #destinations-list .county:nth-child(2) .property-cards {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-rule: 1px dotted rgba(255, 255, 255, 0.75);
         column-rule: 1px dotted rgba(255, 255, 255, 0.75);
    -moz-column-span: all;
         column-span: all;
  }
  #destinations-list .county:first-child .property-card, #destinations-list .county:nth-child(2) .property-card {
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
}
@media only screen and (max-width: 767px) {
  #destinations-list .wrapper {
    flex-flow: column nowrap;
  }
  #destinations-list .county {
    flex-basis: auto;
    min-height: 200px;
    padding-bottom: 20px;
  }
  #destinations-list .county:first-child, #destinations-list .county:nth-child(2) {
    flex-basis: auto;
    flex-grow: 0;
    width: 100%;
  }
  #destinations-list .county:first-child .property-cards, #destinations-list .county:nth-child(2) .property-cards {
    -moz-column-count: 1;
         column-count: 1;
  }
  #destinations-list .h2 {
    padding: 20px 20px 10px;
  }
  #destinations-list .property-card {
    padding: 10px 20px;
  }
}

#booking {
  background: transparent;
  box-sizing: border-box;
  display: block;
  height: 100%;
  left: 0;
  overflow: auto;
  padding: 60px 0;
  position: absolute;
  top: -100%;
  visibility: hidden;
  transition: top 350ms ease-in-out, visibility 350ms ease-in-out, background 350ms ease-in-out;
  width: 100%;
  z-index: 55;
}
@media only screen and (max-width: 1024px) {
  #booking {
    padding: 40px 0;
  }
}
#booking .center-column {
  max-width: 1130px;
}
.booking-visible #booking {
  background: rgba(111, 98, 90, 0.95);
  height: 100%;
  top: 0;
  visibility: visible;
}
@media only screen and (max-width: 767px) {
  .booking-visible #booking {
    height: 100%;
    padding: 0 0 70px;
  }
  .booking-visible #booking .center-column {
    padding: 30px 20px;
  }
}
#booking legend {
  display: none;
}
#booking .columns {
  align-items: flex-start;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  #booking .columns {
    display: block;
    font-size: 0;
  }
}
#booking .column {
  display: inline-block;
  flex-shrink: 0;
  position: relative;
  margin-bottom: 3.5vw;
  width: 280px;
}
#booking .column.dates {
  width: 380px;
}
@media only screen and (max-width: 1024px) {
  #booking .column {
    margin-bottom: 30px;
    width: 50%;
  }
  #booking .column.hotel {
    padding-right: 30px;
  }
  #booking .column.hotel + .hotel {
    padding: 0 0 0 30px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 767px) {
  #booking .column.hotel + .hotel {
    padding: 0;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 767px) {
  #booking .column.hotel {
    padding: 0;
  }
}
@media only screen and (max-width: 1024px) {
  #booking .column.dates {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #booking .column {
    width: 100%;
  }
}
#booking .corporate-code-column {
  text-align: center;
  margin-bottom: 30px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #booking .corporate-code-column label {
    text-align: left;
  }
}
#booking .corporate-code-column #corporate_code {
  margin: 0 auto;
  border: 2px solid #fff;
  background: none;
  color: #fff;
  height: 40px;
  width: 220px;
  padding: 0 15px;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #booking .corporate-code-column #corporate_code {
    width: 100%;
  }
}
#booking .dates .wrapper {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #booking .dates .wrapper {
    display: block;
  }
}
#booking .separator {
  background-color: #fff;
  display: inline-block;
  height: 2px;
  width: 20px;
}
@media only screen and (max-width: 1024px) {
  #booking .separator {
    margin: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  #booking .separator {
    display: none;
  }
}
#booking .options-columns {
  justify-content: space-between;
}
#booking .options-columns .column {
  width: 240px;
}
@media only screen and (max-width: 1024px) {
  #booking .options-columns {
    display: flex;
    flex-flow: row nowrap;
  }
  #booking .options-columns .column {
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  #booking .options-columns {
    flex-flow: column nowrap;
  }
  #booking .options-columns .column {
    width: 100%;
  }
}
#booking .options-columns select {
  height: 40px;
}
#booking .controls {
  text-align: center;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #booking .controls {
    padding-bottom: 0;
  }
}
#booking .controls a {
  color: #fff;
  font-size: 18px;
  font-size: 1.5vw;
}
@media (max-width: 933.3333333333px) {
  #booking .controls a {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  #booking .controls a {
    font-size: 18px;
  }
}
#booking .controls a:hover {
  border-color: #fff;
  color: #fff;
}
#booking label {
  color: #fff;
  display: block;
  font-display: auto;
  font: 20px/1.3 "Prata WF", "Times New Roman", sans-serif;
  font-size: 1.4vw;
  margin-bottom: 20px;
  white-space: pre-wrap;
}
@media (max-width: 1142.8571428571px) {
  #booking label {
    font-size: 16px;
  }
}
@media (min-width: 1428.5714285714px) {
  #booking label {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  #booking label {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #booking label {
    font-size: 16px;
  }
}
#booking .button, #booking .rooms.template-3 .selector-button, .rooms.template-3 #booking .selector-button, #booking .rooms.template-2 .description nav .room-button, .rooms.template-2 .description nav #booking .room-button, #booking .rooms.template-2 .selector-button, .rooms.template-2 #booking .selector-button {
  background-color: #000;
  border: 0;
  color: #fff;
  font-display: auto;
  font: 20px "Prata WF", "Times New Roman", sans-serif;
  font-size: 1.4vw;
  margin-bottom: 30px;
  max-width: 360px;
  min-width: 280px;
  padding: 0;
  width: 90vw;
}
@media (max-width: 1142.8571428571px) {
  #booking .button, #booking .rooms.template-3 .selector-button, .rooms.template-3 #booking .selector-button, #booking .rooms.template-2 .description nav .room-button, .rooms.template-2 .description nav #booking .room-button, #booking .rooms.template-2 .selector-button, .rooms.template-2 #booking .selector-button {
    font-size: 16px;
  }
}
@media (min-width: 1428.5714285714px) {
  #booking .button, #booking .rooms.template-3 .selector-button, .rooms.template-3 #booking .selector-button, #booking .rooms.template-2 .description nav .room-button, .rooms.template-2 .description nav #booking .room-button, #booking .rooms.template-2 .selector-button, .rooms.template-2 #booking .selector-button {
    font-size: 20px;
  }
}
#booking .button:hover, #booking .rooms.template-3 .selector-button:hover, .rooms.template-3 #booking .selector-button:hover, #booking .rooms.template-2 .description nav .room-button:hover, .rooms.template-2 .description nav #booking .room-button:hover, #booking .rooms.template-2 .selector-button:hover, .rooms.template-2 #booking .selector-button:hover {
  background-color: #DBA63D;
  color: #000;
}
@media only screen and (max-width: 1024px) {
  #booking .button, #booking .rooms.template-3 .selector-button, .rooms.template-3 #booking .selector-button, #booking .rooms.template-2 .description nav .room-button, .rooms.template-2 .description nav #booking .room-button, #booking .rooms.template-2 .selector-button, .rooms.template-2 #booking .selector-button {
    height: 60px;
    line-height: 60px;
    margin-bottom: 10px;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  #booking .button, #booking .rooms.template-3 .selector-button, .rooms.template-3 #booking .selector-button, #booking .rooms.template-2 .description nav .room-button, .rooms.template-2 .description nav #booking .room-button, #booking .rooms.template-2 .selector-button, .rooms.template-2 #booking .selector-button {
    height: 40px;
    line-height: 40px;
    padding: 0;
    width: 100%;
  }
}
#booking input[type=readonly] {
  background: url("../images/sprite.svg") no-repeat 100% -340px;
  border: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.8);
  color: #fff;
  height: 60px;
  font-size: 16px;
  width: 160px;
}
@media only screen and (max-width: 1024px) {
  #booking input[type=readonly] {
    background-position: 100% -350px;
    height: 40px;
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  #booking input[type=readonly] {
    margin-bottom: 20px;
    width: 100%;
    z-index: -1;
    position: relative;
  }
}
#booking select {
  background: none;
  border: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
  color: #fff;
  height: 60px;
  padding: 0 20px 0 0;
  font-size: 16px;
  width: 100%;
}
#booking select optgroup, #booking select option {
  color: #000;
}
@media only screen and (max-width: 1024px) {
  #booking select {
    height: 40px;
  }
}
#booking .select-wrapper {
  display: block;
  width: 100%;
}
#booking .select-icon {
  border-top-color: #D8D8D8;
  right: 0;
}
#booking .visuallyhidden {
  display: none;
}
#booking .advanced-select select.hidden {
  display: none;
}
#booking .advanced-select select.hidden + .select-icon {
  display: none;
}
#booking .advanced-select .ui-selectmenu-button.hidden,
#booking .advanced-select .buttons.hidden {
  display: none;
}
#booking .advanced-select button {
  border: 2px solid rgba(255, 255, 255, 0.15);
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0.15);
  height: 40px;
  line-height: 36px;
  margin: 0 20px 0 0;
  text-align: center;
  transition: border-color 350ms ease-in-out, color 350ms ease-in-out;
  width: 40px;
}
#booking .advanced-select button:hover {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
#booking .advanced-select button.active {
  border-color: #fff;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  #booking .advanced-select button {
    height: 36px;
    line-height: 32px;
    margin-right: 10px;
    width: 36px;
  }
}

.close {
  display: none;
  position: relative;
  height: 30px;
  width: 30px;
  margin: 0 auto 30px;
  overflow: hidden;
  text-indent: -9999px;
  opacity: 1;
  cursor: pointer;
  transition: opacity 0.3s ease-out;
}
@media only screen and (max-width: 767px) {
  .close {
    display: block;
  }
}
.close span {
  background: transparent;
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
}
.close span:before, .close span:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  position: absolute;
  left: -3px;
  background: #54baba;
  transition: 350ms ease-in-out;
}
.close span:before {
  top: -1px;
  transform: rotate(45deg);
}
.close span:after {
  bottom: 0;
  transform: rotate(-45deg);
}

#booking-datepicker {
  position: relative;
}
#booking-datepicker .flatpickr-calendar {
  background: rgba(255, 255, 255, 0.95);
  color: #000;
  left: 0 !important;
  top: 64px !important;
  position: absolute !important;
  z-index: -1 !important;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .flatpickr-calendar {
    top: 106px !important;
  }
}
#booking-datepicker .flatpickr-calendar.open {
  z-index: 1 !important;
}
#booking-datepicker .flatpickr-months {
  height: 35px;
}
#booking-datepicker .flatpickr-months .flatpickr-month {
  color: #6F625A;
  fill: #6F625A;
}
#booking-datepicker .flatpickr-months .flatpickr-prev-month,
#booking-datepicker .flatpickr-months .flatpickr-next-month {
  color: #6F625A;
  fill: #6F625A;
}
#booking-datepicker span.flatpickr-weekday {
  color: #4A4A4A;
}
#booking-datepicker .flatpickr-day {
  color: #000;
}
#booking-datepicker .flatpickr-day:hover {
  background-color: #000;
  border-color: #000;
  color: #DBA63D;
}
#booking-datepicker .flatpickr-day.prevMonthDay, #booking-datepicker .flatpickr-day.nextMonthDay {
  color: #4A4A4A;
}
#booking-datepicker .flatpickr-day.disabled {
  background: none;
  border-color: transparent;
  color: #9B9B9B;
}
#booking-datepicker .flatpickr-day.inRange {
  background-color: #E7E7E7;
  box-shadow: -5px 0 0 #E7E7E7, 5px 0 0 #E7E7E7;
  border-color: #E7E7E7;
}

#booking-dates {
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  width: 100%;
  z-index: 99;
}

#events {
  position: relative;
  background: #F0F0F0;
  overflow: hidden;
  text-align: center;
}
#events h2 {
  font-display: auto;
  font: 200 36px/1.2 "Prata WF", "Times New Roman", sans-serif;
  margin: 15px;
  color: #54baba;
  text-transform: uppercase;
}
#events h2 a {
  text-decoration: none;
}
#events .slideshow {
  margin: 0 auto;
  overflow: hidden;
}
#events .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
#events .event {
  position: relative;
  display: inline-block;
  width: 33.33%;
  height: 666px;
  overflow: hidden;
  vertical-align: top;
  white-space: normal;
}
@media only screen and (max-width: 767px) {
  #events .event {
    width: 100vw;
    height: 580px;
    margin: 0;
  }
}
#events .event .thumbnail {
  position: relative;
  width: 100%;
  height: 350px;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #events .event .thumbnail {
    height: 266px;
  }
}
#events .event .thumbnail.no-thumbnail {
  background: #dbdbdb;
}
#events .event .thumbnail .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: #DBA63D;
  border-bottom-color: #DBA63D;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#events .event .date {
  display: block;
  position: relative;
  margin: 34px 0 37px;
  color: #525252;
  font-size: 17px;
  line-height: 23px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  #events .event .date {
    margin: 20px 0;
  }
}
#events .event .date a {
  color: inherit;
  text-decoration: none;
}
#events .event .date a:hover {
  text-decoration: underline;
}
#events .event .date:after {
  content: "";
  display: block;
  width: 180px;
  height: 1px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #E0E0E0;
}
@media only screen and (max-width: 767px) {
  #events .event .date:after {
    bottom: -8px;
  }
}
#events .event h3 {
  font-display: auto;
  font: 200 24px/1.33 "Prata WF", "Times New Roman", sans-serif;
  color: #54baba;
  margin-bottom: 16px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  #events .event h3 {
    font-size: 20px;
  }
}
#events .event p {
  font-size: 15px;
  line-height: 1.33;
  color: #525252;
}
@media only screen and (max-width: 767px) {
  #events .event p {
    font-size: 14px;
  }
}
#events .event .copy {
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  #events .event .copy {
    padding: 0 10px;
  }
}
#events .event .button, #events .event .rooms.template-3 .selector-button, .rooms.template-3 #events .event .selector-button, #events .event .rooms.template-2 .description nav .room-button, .rooms.template-2 .description nav #events .event .room-button, #events .event .rooms.template-2 .selector-button, .rooms.template-2 #events .event .selector-button {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#events .slideshow-pagination {
  margin: 20px 0;
  text-align: center;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  #events .slideshow-pagination {
    display: none;
  }
}
#events .slideshow-pagination > * {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  text-indent: -9999px;
  overflow: hidden;
  background: #327d7d;
  border-radius: 50%;
  transition: background 350ms ease-in-out;
  cursor: pointer;
}
#events .slideshow-pagination > *:hover, #events .slideshow-pagination > *.active {
  background: #54baba;
}

.main-content.room-layout {
  padding-top: 2vw;
}

html.single-room-layout.ayres-hotel-anaheim .main-content {
  padding: 2vw 0 50px;
}

.rooms .categories-descr .category-descr {
  display: none;
}
.rooms .categories-descr .category-descr.active {
  display: block;
}
.rooms .price {
  text-decoration: none;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .rooms.template-1 .category-selector {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .rooms.template-1 .category-selector .select-wrapper {
    border: 1px solid #DBA63D;
    text-align: left;
  }
}
.rooms.template-1 .category-selector .select-wrapper select {
  width: 100%;
  color: #000;
  font-family: "Roboto WF", Arial, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 173.333% */
  letter-spacing: 0.075px;
}
.rooms.template-1 .category-selector .select-wrapper .select-icon {
  border: 0;
  display: inline-block;
  position: absolute;
  right: 20px;
  transform: rotate(223deg);
  transform-origin: right top;
  top: 83% !important;
}
.rooms.template-1 .category-selector .select-wrapper .select-icon::before {
  width: 10px;
  height: 2px;
  background: #000;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  transition: background-color 350ms ease-in-out;
}
.rooms.template-1 .category-selector .select-wrapper .select-icon::after {
  background-color: #000;
  height: 10px;
  width: 2px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  transition: background-color 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .rooms.template-1 .category-selector .select-wrapper .select-icon {
    border-top: 6px solid #DBA63D;
    top: 83% !important;
  }
}
.rooms.template-1 .category-descr {
  margin-bottom: 4vw;
}
.rooms.template-1 a {
  color: inherit;
}
.rooms.template-1 h3 {
  font-weight: bold;
  text-transform: uppercase;
}
.rooms.template-1 .rooms-entry {
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 4vw;
  position: relative;
  width: 100%;
}
.rooms.template-1 .rooms-entry .room-entry-wrapper {
  display: flex;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .rooms.template-1 .rooms-entry .room-entry-wrapper {
    flex-direction: column;
    width: 100%;
  }
}
.rooms.template-1 .rooms-entry .room-entry-wrapper .left-content {
  width: 31%;
  background: #F5F5F5;
}
@media only screen and (max-width: 767px) {
  .rooms.template-1 .rooms-entry .room-entry-wrapper .left-content {
    width: 100%;
    order: 2;
  }
}
.rooms.template-1 .rooms-entry .room-entry-wrapper .left-content .left-content-wrapper {
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .rooms.template-1 .rooms-entry .room-entry-wrapper .left-content .left-content-wrapper {
    padding: 20px;
  }
}
.rooms.template-1 .rooms-entry .room-entry-wrapper .image-slider {
  width: 69%;
  height: 564px;
}
@media only screen and (max-width: 767px) {
  .rooms.template-1 .rooms-entry .room-entry-wrapper .image-slider {
    width: 100%;
    height: 257px;
    order: 1;
  }
}
.rooms.template-1 .rooms-entry .room-entry-wrapper .image-slider .tab-slider, .rooms.template-1 .rooms-entry .room-entry-wrapper .image-slider .slideshow {
  width: 100%;
  height: 100%;
  position: relative;
}
.rooms.template-1 .rooms-entry .room-entry-wrapper .image-slider .tab-slider .thumbnail, .rooms.template-1 .rooms-entry .room-entry-wrapper .image-slider .slideshow .thumbnail {
  height: 100%;
  width: 100%;
  z-index: 0;
}
.rooms.template-1 .rooms-entry .room-entry-wrapper .image-slider .tab-slider .thumbnail img, .rooms.template-1 .rooms-entry .room-entry-wrapper .image-slider .slideshow .thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
}
.rooms.template-1 .rooms-entry .room-entry-wrapper .image-slider .slider-arrow {
  font-size: 0;
  height: 50px;
}
.rooms.template-1 .rooms-entry .room-entry-wrapper .image-slider .slider-arrow .arrow-left:before, .rooms.template-1 .rooms-entry .room-entry-wrapper .image-slider .slider-arrow .arrow-left:after,
.rooms.template-1 .rooms-entry .room-entry-wrapper .image-slider .slider-arrow .arrow-right:before, .rooms.template-1 .rooms-entry .room-entry-wrapper .image-slider .slider-arrow .arrow-right:after {
  background-color: #ffffff;
}
.rooms.template-1 .rooms-entry .room-entry-wrapper .image-slider .slider-arrow:hover .arrow-left:before, .rooms.template-1 .rooms-entry .room-entry-wrapper .image-slider .slider-arrow:hover .arrow-left:after,
.rooms.template-1 .rooms-entry .room-entry-wrapper .image-slider .slider-arrow:hover .arrow-right:before, .rooms.template-1 .rooms-entry .room-entry-wrapper .image-slider .slider-arrow:hover .arrow-right:after {
  background-color: #000;
}
.rooms.template-1 .rooms-entry .room-entry-wrapper .image-slider .slider-arrow.swiper-prev {
  padding-left: 30px;
  left: 1.5vw;
}
.rooms.template-1 .rooms-entry .room-entry-wrapper .image-slider .slider-arrow.swiper-next {
  padding-right: 30px;
  right: 1.5vw;
}
.rooms.template-1 .rooms-entry h2 {
  color: #4B4B4B;
  /* Desktop/Headings/3. S */
  font-family: "Prata WF", "Times New Roman", sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 123.81% */
  letter-spacing: 0.063px;
}
.rooms.template-1 .rooms-entry p {
  color: #4B4B4B;
  /* Desktop/Body/Regular */
  font-family: "Roboto WF", Arial, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 173.333% */
  letter-spacing: 0.045px;
}
.rooms.template-1 .rooms-entry .checkboxes ul {
  margin-left: 0;
}
.rooms.template-1 .rooms-entry .checkboxes ul li {
  padding-left: 30px;
}
.rooms.template-1 .rooms-entry .checkboxes ul li::before {
  content: url(../images/checkbox-icon.svg);
  display: inline-block;
  height: 20px;
  left: 0;
  top: 2px;
  position: absolute;
  width: 20px;
}
.rooms.template-1 .rooms-entry nav {
  margin-top: 40px;
}
.rooms.template-1 .rooms-entry nav .room-button {
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  display: block;
  margin-bottom: 20px;
  font-size: 1.3vw;
}
@media (max-width: 1076.9230769231px) {
  .rooms.template-1 .rooms-entry nav .room-button {
    font-size: 14px;
  }
}
@media (min-width: 1538.4615384615px) {
  .rooms.template-1 .rooms-entry nav .room-button {
    font-size: 20px;
  }
}
.rooms.template-1 .rooms-entry.hide {
  display: none;
}
.rooms.template-1 .features {
  margin-bottom: 2vw;
}
.rooms.template-1 .amenities {
  color: #6F625A;
  margin-bottom: 2vw;
  position: relative;
}
.rooms.template-1 .amenities.multiline {
  margin-right: 50px;
}
.rooms.template-1 .amenities .main-list {
  height: 60px;
  padding-top: 30px;
  margin-top: -30px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.rooms.template-1 .amenities .additional-list {
  background: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  left: -20px;
  line-height: 30px;
  opacity: 0;
  padding: 20px 70px 20px 20px;
  position: absolute;
  top: 10px;
  transition: opacity 350ms ease-in-out, visibility 350ms ease-in-out;
  visibility: hidden;
  width: calc(100% + 90px);
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .rooms.template-1 .amenities .additional-list {
    left: -10px;
    padding: 10px 40px 0 10px;
    right: -60px;
    top: -10px;
    width: auto;
  }
}
.rooms.template-1 .amenities span {
  display: inline-block;
  font-size: 30px;
  letter-spacing: 10px;
  margin-bottom: 20px;
  position: relative;
  vertical-align: top;
}
@media only screen and (max-width: 1024px) {
  .rooms.template-1 .amenities span:hover:after {
    background: #fff;
    border: 1px solid #E4E4E4;
    bottom: calc(100% + 5px);
    color: #000;
    content: attr(title);
    display: block;
    font: 10px/10px "Roboto WF", Arial, sans-serif;
    left: 0;
    letter-spacing: 0;
    padding: 5px;
    position: absolute;
    white-space: nowrap;
  }
}
.rooms.template-1 .amenities .toggle {
  border-left: 2px solid #E4E4E4;
  bottom: 0;
  display: none;
  height: 30px;
  margin: 0;
  position: absolute;
  right: -50px;
  text-align: right;
  width: 31px;
  z-index: 4;
}
.rooms.template-1 .amenities .toggle:before {
  content: "•••";
  display: inline-block;
  font-size: 20px;
  vertical-align: top;
}
.rooms.template-1 .amenities.multiline .toggle {
  display: block;
}
.rooms.template-1 .amenities.expand .additional-list {
  opacity: 1;
  transition: opacity 350ms ease-in-out, visibility 350ms ease-in-out;
  visibility: visible;
  z-index: 3;
}
.rooms.template-1 .amenities.expand .toggle:before, .rooms.template-1 .amenities.expand .toggle:after {
  background: #DBA63D;
  content: "";
  display: block;
  position: absolute;
  transform: rotate(45deg);
}
.rooms.template-1 .amenities.expand .toggle:before {
  height: 2px;
  right: 0;
  top: 14px;
  width: 20px;
}
.rooms.template-1 .amenities.expand .toggle:after {
  height: 20px;
  right: 9px;
  top: 5px;
  width: 2px;
}
.rooms.template-1 .description {
  padding: 0 3vw;
  position: relative;
  width: 100%;
  z-index: 1;
}
.rooms.template-1 .description nav .room-button {
  font-size: 20px;
  font-weight: bold;
  font-size: 1.3vw;
}
@media (max-width: 1076.9230769231px) {
  .rooms.template-1 .description nav .room-button {
    font-size: 14px;
  }
}
@media (min-width: 1538.4615384615px) {
  .rooms.template-1 .description nav .room-button {
    font-size: 20px;
  }
}
.rooms.template-1 .description nav .room-button:not(:first-child) {
  margin-left: 2vw;
}
.rooms.template-1 .price {
  display: block;
  margin-bottom: 2vw;
  white-space: nowrap;
}
.rooms.template-1 .price .prefix {
  display: none;
}
@media only screen and (max-width: 767px) {
  .rooms.template-1 .rooms-entry {
    flex-flow: column nowrap;
  }
  .rooms.template-1 .thumbnail {
    width: 100%;
  }
  .rooms.template-1 .info {
    font-size: 0;
    margin-bottom: -60px;
    transform: translateY(-100%);
    order: 2;
  }
  .rooms.template-1 .info a {
    height: 60px;
    line-height: 60px;
    display: inline-block;
    padding: 0 10px;
    width: 50%;
    vertical-align: top;
  }
  .rooms.template-1 .price {
    background: rgba(111, 98, 90, 0.95);
    border: 0;
    color: #fff;
    font-size: 14px;
    height: 60px;
    line-height: 60px;
    margin: 0;
  }
  .rooms.template-1 .description {
    margin-top: 20px;
    order: 3;
  }
}
.rooms.template-2 .category-selector {
  text-align: left;
}
.rooms.template-2 .selector-button {
  margin: 0 1vw 0 0;
}
.rooms.template-2 a {
  color: inherit;
}
.rooms.template-2 h3 {
  font-weight: bold;
  text-transform: uppercase;
}
.rooms.template-2 .features {
  margin-bottom: 20px;
}
.rooms.template-2 .features span {
  display: inline-block;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .rooms.template-2 .features {
    -moz-column-count: 1;
         column-count: 1;
  }
  .rooms.template-2 .features span {
    display: block;
  }
}
.rooms.template-2 .rooms-entry {
  background-color: #737373;
  color: #fff;
  margin-bottom: 2vw;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.rooms.template-2 .rooms-icon {
  display: inline-block;
  font-size: 24px;
  margin: 10px;
  vertical-align: top;
}
.rooms.template-2 .additional-list {
  display: none;
}
.rooms.template-2 .thumbnail {
  background: #000;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.rooms.template-2 .bg {
  background-position: 50% 50%;
  background-size: cover;
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  transform: scale(1);
  transition: transform 350ms ease-in-out;
  width: 100%;
  z-index: 0;
}
.rooms.template-2 .bg img {
  display: none;
  width: 100%;
}
.rooms.template-2 .rooms-item-gallery {
  background: #3D99A3 url("../images/common.svg") no-repeat -600px -30px;
  border-radius: 50%;
  bottom: 2vw;
  height: 50px;
  left: calc(320px + 2vw);
  overflow: hidden;
  position: absolute;
  text-indent: -100em;
  width: 50px;
}
.rooms.template-2 .rooms-item-gallery:hover {
  background-color: #fff;
  background-position: -600px -80px;
}
.rooms.template-2 .price {
  bottom: 1vw;
  font-size: 30px;
  font-weight: bold;
  font-size: 2vw;
  position: absolute;
  right: 2vw;
}
@media (max-width: 1000px) {
  .rooms.template-2 .price {
    font-size: 20px;
  }
}
@media (min-width: 1500px) {
  .rooms.template-2 .price {
    font-size: 30px;
  }
}
.rooms.template-2 .price strong {
  font-size: 60px;
  font-size: 3vw;
}
@media (max-width: 1000px) {
  .rooms.template-2 .price strong {
    font-size: 30px;
  }
}
@media (min-width: 2000px) {
  .rooms.template-2 .price strong {
    font-size: 60px;
  }
}
.rooms.template-2 .description {
  background: rgba(43, 59, 76, 0.7);
  color: #fff;
  min-height: 500px;
  padding: 1vw 2vw;
  position: relative;
  width: 320px;
  z-index: 1;
}
.rooms.template-2 .description nav {
  bottom: 0;
  left: 0;
  padding: 2vw;
  position: absolute;
}
.rooms.template-2 .description nav .room-button {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  margin-top: 1vw;
  width: 100%;
}
.rooms.template-2 .description nav .room-button:first-child {
  margin-top: 0;
}
.rooms.template-2 .description nav .room-button:hover {
  background-color: #fff;
  border-color: #fff;
  color: #2B3B4C;
}
@media only screen and (max-width: 1024px) {
  .rooms.template-2 .description {
    min-height: 320px;
  }
}
.rooms.template-2 .fulldescription {
  background: rgba(43, 59, 76, 0.65);
  height: 100%;
  left: -100%;
  padding: 2vw;
  position: absolute;
  top: 0;
  transition: left 350ms ease-in-out;
  width: calc(100% - 320px);
  z-index: 0;
}
.rooms.template-2 .fulldescription.expanded {
  left: 320px;
}
.rooms.template-2 .fulldescription ul li:before {
  background: #fff;
}
.rooms.template-2 .fulldescription .close-fulldescr {
  cursor: pointer;
  height: 14px;
  position: absolute;
  right: 15px;
  text-indent: -9999em;
  top: 15px;
  width: 14px;
  z-index: 99;
}
.rooms.template-2 .fulldescription .close-fulldescr:before, .rooms.template-2 .fulldescription .close-fulldescr:after {
  background: #fff;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 6px;
  width: 14px;
}
.rooms.template-2 .fulldescription .close-fulldescr:before {
  transform: rotate(45deg);
}
.rooms.template-2 .fulldescription .close-fulldescr:after {
  transform: rotate(-45deg);
}
.rooms.template-2 .fulldescription .close-fulldescr:hover:before, .rooms.template-2 .fulldescription .close-fulldescr:hover:after, .rooms.template-2 .fulldescription .close-fulldescr:active:before, .rooms.template-2 .fulldescription .close-fulldescr:active:after {
  opacity: 0.8;
}
.rooms.template-2 .fulldescription .centered {
  color: #fff;
  height: 420px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .rooms.template-2 .rooms-entry {
    margin-bottom: 20px;
  }
  .rooms.template-2 .thumbnail {
    background: none;
    position: relative;
  }
  .rooms.template-2 .thumbnail img {
    display: block;
  }
  .rooms.template-2 .thumbnail .price {
    right: 20px;
    font-size: 14px;
  }
  .rooms.template-2 .thumbnail .price strong {
    font-size: 20px;
  }
  .rooms.template-2 .description {
    margin-left: 0;
    min-height: 0;
    text-align: left;
    width: 100%;
  }
  .rooms.template-2 .description nav {
    position: relative;
  }
}
.rooms.template-3 a {
  color: inherit;
}
.rooms.template-3 h3 {
  font-weight: bold;
  text-transform: uppercase;
}
.rooms.template-3 .rooms-entry {
  background-color: #737373;
  color: #fff;
  margin-bottom: 2vw;
  position: relative;
  width: 100%;
}
.rooms.template-3 .thumbnail {
  background-position: 50% 50%;
  background-size: cover;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.rooms.template-3 .thumbnail img {
  display: none;
  width: 100%;
}
.rooms.template-3 .rooms-item-gallery {
  background: #000 url("../images/common.svg") no-repeat -600px -30px;
  border-radius: 50%;
  bottom: 2vw;
  height: 50px;
  left: 2vw;
  overflow: hidden;
  position: absolute;
  text-indent: -100em;
  width: 50px;
}
.rooms.template-3 .rooms-item-gallery:hover {
  background-color: #fff;
  background-position: -600px -80px;
}
.rooms.template-3 .price {
  bottom: 1vw;
  font-size: 30px;
  font-weight: bold;
  font-size: 2vw;
  position: absolute;
  right: calc(50% + 2vw);
}
@media (max-width: 1000px) {
  .rooms.template-3 .price {
    font-size: 20px;
  }
}
@media (min-width: 1500px) {
  .rooms.template-3 .price {
    font-size: 30px;
  }
}
.rooms.template-3 .price strong {
  font-size: 60px;
  font-size: 3vw;
}
@media (max-width: 1000px) {
  .rooms.template-3 .price strong {
    font-size: 30px;
  }
}
@media (min-width: 2000px) {
  .rooms.template-3 .price strong {
    font-size: 60px;
  }
}
.rooms.template-3 .description {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  margin-left: 50%;
  min-height: 400px;
  padding: 2vw 3vw;
  position: relative;
  width: 50%;
  z-index: 1;
}
.rooms.template-3 .description nav {
  bottom: 2vw;
  position: absolute;
}
.rooms.template-3 .description nav .room-button {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  font-size: 1.3vw;
}
@media (max-width: 1076.9230769231px) {
  .rooms.template-3 .description nav .room-button {
    font-size: 14px;
  }
}
@media (min-width: 1538.4615384615px) {
  .rooms.template-3 .description nav .room-button {
    font-size: 20px;
  }
}
.rooms.template-3 .description nav .room-button:not(:first-child) {
  margin-left: 2vw;
}
@media only screen and (max-width: 1024px) {
  .rooms.template-3 .description {
    min-height: 320px;
  }
}
@media only screen and (max-width: 767px) {
  .rooms.template-3 .rooms-entry {
    margin-bottom: 20px;
  }
  .rooms.template-3 .thumbnail {
    background: none;
    position: relative;
  }
  .rooms.template-3 .thumbnail img {
    display: block;
  }
  .rooms.template-3 .thumbnail .price {
    right: 20px;
    font-size: 14px;
  }
  .rooms.template-3 .thumbnail .price strong {
    font-size: 20px;
  }
  .rooms.template-3 .description {
    margin-left: 0;
    min-height: 0;
    text-align: left;
    width: 100%;
  }
  .rooms.template-3 .description nav {
    position: relative;
  }
}

.room-wrapper {
  width: 100%;
}
.room-wrapper .room .features h2 {
  color: #4B4B4B !important;
  font: normal 21px/1.4 "Prata WF", sans-serif;
}
.room-wrapper .room .features li {
  padding-bottom: 10px;
  display: inline-table;
  width: 33%;
}
@media only screen and (max-width: 767px) {
  .room-wrapper .room .features li {
    width: 100%;
  }
}
.room-wrapper .room .features .rooms-icon {
  display: inline-block;
  font-size: 30px;
  letter-spacing: 10px;
  margin-bottom: 20px;
  position: relative;
  vertical-align: top;
}

.rooms-sections .section-title {
  color: #6F625A;
  font: normal 42px/1.4 "Prata WF", sans-serif;
  text-align: center;
}
.rooms-sections .section-sub-title {
  color: #4B4B4B;
  font: normal 21px/1.4 "Prata WF", sans-serif;
}
.rooms-sections .rooms-gallery {
  background-color: #F5F5F5;
  padding: 3rem 0;
  margin: 3rem 0;
}
@media only screen and (max-width: 767px) {
  .rooms-sections .rooms-gallery {
    margin-bottom: 2rem;
  }
}
.rooms-sections .rooms-gallery #promos {
  background-color: #F5F5F5;
  padding: 0;
  margin: 20px 0;
}
.rooms-sections .amenities-section {
  margin-bottom: 10vh;
}
@media only screen and (max-width: 767px) {
  .rooms-sections .amenities-section {
    margin-bottom: 2vh;
  }
}
.rooms-sections .amenities {
  display: block;
  text-align: center;
}
.rooms-sections .amenities .icon-container {
  margin: 15px;
  display: inline-block;
  max-width: 148px;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .rooms-sections .amenities .icon-container {
    min-width: 175px;
    max-width: inherit;
  }
}
.rooms-sections .amenities .amenity-title {
  font-size: 15px;
  vertical-align: baseline;
  color: #4B4B4B;
}
.rooms-sections .amenities .icon-wrapper {
  display: inline-block;
  margin-bottom: 10px;
}
.rooms-sections .amenities .icon-wrapper .rooms-icon {
  display: inline-block;
  font-size: 52px;
  position: relative;
  vertical-align: top;
  margin: 26px;
  color: #000;
}
.rooms-sections .amenities .icon-wrapper .rooms-svg-icon {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 100px;
  height: 100px;
  background: url("../images/svg-hotel-amenities-collection.svg");
}
.rooms-sections .amenities .icon-wrapper .rooms-svg-icon.bbq {
  background-position-x: 0;
  background-position-y: 0;
}
.rooms-sections .amenities .icon-wrapper .rooms-svg-icon.complimentary-breakfast {
  background-position-x: -140px;
}
.rooms-sections .amenities .icon-wrapper .rooms-svg-icon.complimentary-parking {
  background-position-x: -282px;
}
.rooms-sections .amenities .icon-wrapper .rooms-svg-icon.complimentary-shuttle {
  background-position-x: -421px;
}
.rooms-sections .amenities .icon-wrapper .rooms-svg-icon.complimentary-wi-fi {
  background-position-x: 0px;
  background-position-y: -140px;
}
.rooms-sections .amenities .icon-wrapper .rooms-svg-icon.ev-charging-station {
  background-position-x: -140px;
  background-position-y: -140px;
}
.rooms-sections .amenities .icon-wrapper .rooms-svg-icon.evening-reception {
  background-position-x: -280px;
  background-position-y: -140px;
}
.rooms-sections .amenities .icon-wrapper .rooms-svg-icon.fire-pits {
  background-position-x: -420px;
  background-position-y: -140px;
}
.rooms-sections .amenities .icon-wrapper .rooms-svg-icon.heated-pool-jacuzzi {
  background-position-x: 0px;
  background-position-y: -280px;
}
.rooms-sections .amenities .icon-wrapper .rooms-svg-icon.mobile-key {
  background-position-x: -140px;
  background-position-y: -280px;
}
.rooms-sections .amenities .icon-wrapper .rooms-svg-icon.on-site-bar {
  background-position-x: -280px;
  background-position-y: -280px;
}
.rooms-sections .amenities .icon-wrapper .rooms-svg-icon.on-site-restaurant {
  background-position-x: -420px;
  background-position-y: -280px;
}
.rooms-sections .amenities .icon-wrapper .rooms-svg-icon.on-site-spa {
  background-position-x: 0px;
  background-position-y: -420px;
}
.rooms-sections .amenities .icon-wrapper .rooms-svg-icon.on-site-wine-tasting-room {
  background-position-x: -140px;
  background-position-y: -420px;
}
.rooms-sections .amenities .icon-wrapper .rooms-svg-icon.pet-friendly {
  background-position-x: -280px;
  background-position-y: -420px;
}

.breadcrumb-section {
  background-color: #fff;
  padding-top: 20px;
}
.breadcrumb-section .breadcrumb {
  color: #BCBCBC;
  font-family: "Roboto WF", Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.04px;
  line-height: 26px;
}
.breadcrumb-section .breadcrumb a {
  color: #BCBCBC;
  text-decoration: none;
}
.breadcrumb-section .breadcrumb a.last {
  color: #4A4A4A;
}
.ayres-hotel-anaheim .breadcrumb-section {
  display: none;
}

.venues .categories-descr .category-descr {
  display: none;
}
.venues .categories-descr .category-descr.active {
  display: block;
}
.venues .features {
  color: #fff;
  font-size: 0;
  position: relative;
}
.venues .features span {
  display: inline-block;
  vertical-align: top;
}
.venues .features.multiline {
  padding-right: 60px;
}
.venues .features .rooms-icon {
  font-size: 30px;
}
.venues .features .main-list {
  height: 30px;
  position: relative;
  z-index: 2;
}
.venues .features .additional-list {
  background: rgba(0, 0, 0, 0.6);
  line-height: 30px;
  opacity: 0;
  padding: 20px 60px 20px 20px;
  position: absolute;
  top: -20px;
  left: -20px;
  text-align: right;
  transition: opacity 350ms ease-in-out, visibility 350ms ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}
.venues .features .toggle {
  border-left: 1px solid rgba(255, 255, 255, 0.7);
  bottom: 0;
  display: none;
  height: 100%;
  margin: 0;
  position: absolute;
  right: 0;
  text-align: center;
  width: 60px;
  z-index: 4;
}
.venues .features .toggle:before {
  content: "•••";
  display: inline-block;
  font-size: 14px;
}
.venues .features.multiline .toggle {
  display: block;
}
.venues .features.expand .additional-list {
  opacity: 1;
  visibility: visible;
  z-index: 3;
  transition: opacity 0.2s, visibility 0s ease 0s;
}
.venues .features.expand .toggle:before, .venues .features.expand .toggle:after {
  background: #fff;
  content: "";
  display: block;
  position: absolute;
  transform: rotate(45deg);
}
.venues .features.expand .toggle:before {
  width: 20px;
  height: 2px;
  top: 15px;
  right: 6px;
}
.venues .features.expand .toggle:after {
  width: 2px;
  height: 20px;
  top: 6px;
  right: 15px;
}
.venues.template-4 {
  position: relative;
  height: auto;
  display: block;
}
.venues.template-4 .toggle {
  border-left: 1px solid #C7C7C7;
  color: #000;
  line-height: 60px;
}
.venues.template-4 h2, .venues.template-4 h3 {
  color: #fff;
}
.venues.template-4 .venues-entry {
  background-color: #737373;
  color: #fff;
  margin-bottom: 0vw;
  overflow: hidden;
  position: relative;
  width: 100%;
  display: flex;
  width: 100%;
  height: 540px;
  justify-content: flex-end;
  align-items: center;
  flex-shrink: 0;
}
.venues.template-4 .venues-entry .tab-slider, .venues.template-4 .venues-entry .slideshow {
  width: 100%;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .venues.template-4 .venues-entry h2 {
    margin-block: 20px;
  }
}
.venues.template-4 .venues-entry nav {
  bottom: 0vw;
  right: 0vw;
  position: absolute;
  width: 120px;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 767px) {
  .venues.template-4 .venues-entry nav {
    display: none;
  }
}
.venues.template-4 .venues-entry nav .slider-arrow {
  width: 60px;
  height: 40px;
  z-index: 999;
  position: absolute;
  bottom: 0;
}
.venues.template-4 .venues-entry nav .slider-arrow .arrow-left:before, .venues.template-4 .venues-entry nav .slider-arrow .arrow-right:before {
  width: 16px;
}
.venues.template-4 .venues-entry nav .slider-arrow .arrow-left:after, .venues.template-4 .venues-entry nav .slider-arrow .arrow-right:after {
  height: 16px;
}
.venues.template-4 .venues-entry nav .slider-arrow.swiper-prev {
  left: 0px;
}
.venues.template-4 .venues-entry nav .slider-arrow.swiper-prev .arrow-left {
  left: 32%;
}
.venues.template-4 .venues-entry nav .slider-arrow.swiper-next {
  right: 0px;
}
.venues.template-4 .venues-entry nav .slider-arrow.swiper-next .arrow-right {
  right: 32%;
}
.venues.template-4 .thumbnail {
  background-position: 50% 50%;
  background-size: cover;
  top: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.venues.template-4 .thumbnail img {
  display: none;
  width: 100%;
}
.venues.template-4 .thumbnail nav {
  font-size: 0;
  position: absolute;
  right: 80px;
  top: 20px;
}
@media only screen and (max-width: 767px) {
  .venues.template-4 .thumbnail nav {
    display: block;
    right: 20px;
  }
}
.venues.template-4 .thumbnail nav .button, .venues.template-4 .thumbnail nav .rooms.template-2 .selector-button, .rooms.template-2 .venues.template-4 .thumbnail nav .selector-button, .venues.template-4 .thumbnail .rooms.template-2 .description nav .room-button, .rooms.template-2 .description .venues.template-4 .thumbnail nav .room-button, .venues.template-4 .thumbnail nav .rooms.template-3 .selector-button, .rooms.template-3 .venues.template-4 .thumbnail nav .selector-button {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.venues.template-4 .thumbnail nav .button:first-child, .venues.template-4 .thumbnail nav .rooms.template-2 .selector-button:first-child, .rooms.template-2 .venues.template-4 .thumbnail nav .selector-button:first-child, .venues.template-4 .thumbnail .rooms.template-2 .description nav .room-button:first-child, .rooms.template-2 .description .venues.template-4 .thumbnail nav .room-button:first-child, .venues.template-4 .thumbnail nav .rooms.template-3 .selector-button:first-child, .rooms.template-3 .venues.template-4 .thumbnail nav .selector-button:first-child {
  border: 0;
}
.venues.template-4 .price {
  bottom: 1vw;
  font-size: 30px;
  font-weight: bold;
  font-size: 2vw;
  position: absolute;
  right: calc(50% + 2vw);
}
@media (max-width: 1000px) {
  .venues.template-4 .price {
    font-size: 20px;
  }
}
@media (min-width: 1500px) {
  .venues.template-4 .price {
    font-size: 30px;
  }
}
.venues.template-4 .price strong {
  font-size: 60px;
  font-size: 3vw;
}
@media (max-width: 1000px) {
  .venues.template-4 .price strong {
    font-size: 30px;
  }
}
@media (min-width: 2000px) {
  .venues.template-4 .price strong {
    font-size: 60px;
  }
}
.venues.template-4 .venue-button {
  font-weight: normal;
}
.venues.template-4 .description {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  min-height: 100%;
  min-width: 390px;
  padding: 2vw 3vw;
  position: absolute;
  left: 0;
  top: 0;
  width: 40%;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .venues.template-4 .description p {
    display: none;
  }
}
.venues.template-4 .description a {
  color: inherit;
}
.venues.template-4 .description nav .venue-button {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  font-size: 1.3vw;
}
@media (max-width: 1076.9230769231px) {
  .venues.template-4 .description nav .venue-button {
    font-size: 14px;
  }
}
@media (min-width: 1538.4615384615px) {
  .venues.template-4 .description nav .venue-button {
    font-size: 20px;
  }
}
.venues.template-4 .description nav .venue-button:not(:first-child) {
  margin-left: 2vw;
}
.venues.template-4 .description ul {
  margin: 0 0 20px;
}
.venues.template-4 .main-list {
  opacity: 1;
  text-align: right;
  transition: opacity 350ms ease-in-out;
}
.venues.template-4 .main-list h3 {
  text-align: left;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.4px;
}
@media only screen and (max-width: 767px) {
  .venues.template-4 .main-list h3 {
    margin-bottom: 10px;
  }
}
.venues.template-4 .main-list .rooms-feature-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.venues.template-4 .main-list .rooms-feature-wrapper .rooms-feature-number {
  position: relative;
  display: flex;
  z-index: 999999999;
}
.venues.template-4 .main-list .room-feature-title-wrapper {
  position: relative;
  display: inline-flex;
}
.venues.template-4 .main-list .room-feature-title-wrapper .rooms-feature-number {
  color: #DBA63D;
  text-align: right;
  font-family: "Roboto WF", Arial, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.5px; /* 150% */
}
.venues.template-4 .main-list .room-feature-title-wrapper .room-feature-title {
  color: #DBA63D;
  font-family: "Roboto WF", Arial, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.5px; /* 150% */
  align-self: center;
}
.venues.template-4 .main-list .rooms-icon {
  color: #DBA63D;
  line-height: 36px;
  position: relative;
  transition: background 350ms ease-in-out, color 350ms ease-in-out;
  display: flex;
}
.venues.template-4 .main-list .rooms-icon:before {
  font-size: 26px;
  padding-right: 20px;
}
.venues.template-4 .main-list .rooms-icon:after {
  display: none;
  background: rgba(0, 0, 0, 0.6);
  bottom: 100%;
  content: attr(data-title);
  font: bold 14px/20px "Roboto WF", Arial, sans-serif;
  padding: 20px;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: right;
  transition: opacity 350ms ease-in-out, visibility 350ms ease-in-out;
  visibility: hidden;
}
.venues.template-4 .main-list .rooms-icon:first-child {
  border: 0;
}
.venues.template-4 .main-list .rooms-icon:first-child:after {
  left: 0;
  right: auto;
}
.venues.template-4 .features-bar {
  background: #fff;
  display: flex;
  flex-shrink: 0;
  position: relative;
  margin-bottom: 2vw;
}
.venues.template-4 .features-bar:after {
  clear: both;
  content: "";
  display: table;
}
.venues.template-4 .features-bar .features {
  order: 2;
  position: static;
}
.venues.template-4 .features-bar .features.expand .main-list {
  opacity: 0;
}
.venues.template-4 .features-bar .features.expand .toggle:before, .venues.template-4 .features-bar .features.expand .toggle:after {
  background-color: #000;
}
.venues.template-4 .features-bar .features.expand .toggle:after {
  right: 29px;
  top: 21px;
}
.venues.template-4 .features-bar .features.expand .toggle:before {
  right: 20px;
  top: 30px;
}
.venues.template-4 .features-bar .additional-list {
  bottom: 100%;
  top: auto;
  left: 0;
  padding: 20px;
  width: 100%;
}
.venues.template-4 .features-bar .additional-list .rooms-icon {
  background: none;
  border: 0;
  color: #fff;
  line-height: 40px;
  width: 40px;
}
.venues.template-4 .features-bar nav {
  display: flex;
  font-size: 0;
  flex-shrink: 0;
  min-width: 390px;
  order: 1;
  width: 40%;
}
.venues.template-4 .features-bar .button, .venues.template-4 .features-bar .rooms.template-2 .selector-button, .rooms.template-2 .venues.template-4 .features-bar .selector-button, .venues.template-4 .features-bar .rooms.template-2 .description nav .room-button, .rooms.template-2 .description nav .venues.template-4 .features-bar .room-button, .venues.template-4 .features-bar .rooms.template-3 .selector-button, .rooms.template-3 .venues.template-4 .features-bar .selector-button {
  background: #fff;
  box-sizing: border-box;
  border-left: 1px solid #C7C7C7;
  color: #000;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
}
.venues.template-4 .features-bar .button:first-child, .venues.template-4 .features-bar .rooms.template-2 .selector-button:first-child, .rooms.template-2 .venues.template-4 .features-bar .selector-button:first-child, .venues.template-4 .features-bar .rooms.template-2 .description nav .room-button:first-child, .rooms.template-2 .description nav .venues.template-4 .features-bar .room-button:first-child, .venues.template-4 .features-bar .rooms.template-3 .selector-button:first-child, .rooms.template-3 .venues.template-4 .features-bar .selector-button:first-child {
  border: 0;
}
.venues.template-4 .features-bar .button:hover, .venues.template-4 .features-bar .rooms.template-2 .selector-button:hover, .rooms.template-2 .venues.template-4 .features-bar .selector-button:hover, .venues.template-4 .features-bar .rooms.template-2 .description nav .room-button:hover, .rooms.template-2 .description nav .venues.template-4 .features-bar .room-button:hover, .venues.template-4 .features-bar .rooms.template-3 .selector-button:hover, .rooms.template-3 .venues.template-4 .features-bar .selector-button:hover {
  background-color: #000;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .venues.template-4 .description {
    min-height: 0;
    min-width: 0;
    width: 100%;
    bottom: 0;
    height: initial;
    top: auto;
    padding-bottom: 15px;
  }
  .venues.template-4 .main-list .rooms-icon {
    border: 0;
    line-height: 40px;
    width: 40px;
  }
  .venues.template-4 .toggle {
    line-height: 40px;
    border: 0;
  }
  .venues.template-4 .toggle:after {
    top: 11px;
  }
  .venues.template-4 .toggle:before {
    top: 20px;
  }
  .venues.template-4 .features-bar {
    display: block;
  }
  .venues.template-4 .features-bar .features {
    position: relative;
    width: 100%;
  }
  .venues.template-4 .features-bar .features.expand .toggle:after {
    top: 11px;
  }
  .venues.template-4 .features-bar .features.expand .toggle:before {
    top: 20px;
  }
  .venues.template-4 .features-bar nav {
    display: block;
    min-width: 0;
    width: 100%;
  }
  .venues.template-4 .features-bar .button, .venues.template-4 .features-bar .rooms.template-2 .selector-button, .rooms.template-2 .venues.template-4 .features-bar .selector-button, .venues.template-4 .features-bar .rooms.template-2 .description nav .room-button, .rooms.template-2 .description nav .venues.template-4 .features-bar .room-button, .venues.template-4 .features-bar .rooms.template-3 .selector-button, .rooms.template-3 .venues.template-4 .features-bar .selector-button {
    border-top: 1px solid #C7C7C7 !important;
    border-left: 0;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    width: 100%;
  }
}

#property-cards {
  overflow: hidden;
}
#property-cards:after {
  clear: both;
  content: "";
  display: table;
}
#property-cards .property-cards-wrapper {
  margin-left: -10px;
  margin-right: -10px;
}
@media only screen and (max-width: 1024px) {
  #property-cards .property-cards-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}
#property-cards .property {
  position: relative;
  float: left;
  width: calc(50% - 20px);
  height: 600px;
  margin: 0 10px 20px 10px;
}
@media only screen and (max-width: 1024px) {
  #property-cards .property {
    height: 500px;
    margin: 0 0 20px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #property-cards .property {
    height: auto;
  }
}
#property-cards .property .thumbnail {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  margin-left: 70px;
  position: relative;
  width: calc(100% - 70px);
}
@media only screen and (max-width: 1024px) {
  #property-cards .property .thumbnail {
    float: right;
    margin: 0;
    width: calc(100% - 350px);
  }
}
@media only screen and (max-width: 767px) {
  #property-cards .property .thumbnail {
    float: none;
    width: 100%;
  }
}
#property-cards .property .thumbnail img {
  display: none;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #property-cards .property .thumbnail img {
    display: block;
    visibility: hidden;
  }
}
#property-cards .property .thumbnail figcaption {
  display: none;
}
#property-cards .property .thumbnail:after {
  background: rgba(0, 0, 0, 0.4);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #property-cards .property .thumbnail:after {
    display: none;
  }
}
#property-cards .property .logo {
  display: inline-block;
  height: 80px;
  margin-bottom: 20px;
}
#property-cards .property .logo img {
  display: block;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  #property-cards .property .logo {
    height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  #property-cards .property .logo {
    height: 60px;
    margin: 0 0 10px;
  }
}
#property-cards .property .description {
  background: rgb(111, 98, 90);
  color: #fff;
  box-sizing: border-box;
  font-size: 14px;
  height: 460px;
  left: 0;
  padding: 30px;
  position: absolute;
  text-align: center;
  top: 60px;
  width: 400px;
}
@media only screen and (max-width: 1024px) {
  #property-cards .property .description {
    height: 100%;
    padding: 20px;
    position: relative;
    top: 0;
    float: left;
    width: 350px;
  }
}
@media only screen and (max-width: 767px) {
  #property-cards .property .description {
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #property-cards .property nav {
    background-color: rgb(111, 98, 90);
    text-align: center;
    padding-bottom: 20px;
  }
}
#property-cards .property .button, #property-cards .property .rooms.template-2 .selector-button, .rooms.template-2 #property-cards .property .selector-button, #property-cards .property .rooms.template-2 .description nav .room-button, .rooms.template-2 .description nav #property-cards .property .room-button, #property-cards .property .rooms.template-3 .selector-button, .rooms.template-3 #property-cards .property .selector-button {
  bottom: 0;
  position: absolute;
  right: 0;
}
@media only screen and (max-width: 767px) {
  #property-cards .property .button, #property-cards .property .rooms.template-2 .selector-button, .rooms.template-2 #property-cards .property .selector-button, #property-cards .property .rooms.template-2 .description nav .room-button, .rooms.template-2 .description nav #property-cards .property .room-button, #property-cards .property .rooms.template-3 .selector-button, .rooms.template-3 #property-cards .property .selector-button {
    bottom: auto;
    display: inline-block;
    position: relative;
    right: auto;
  }
}

#home-gallery {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding-bottom: 10px;
  text-align: center;
  z-index: 10;
}
#home-gallery div.gallery-wrapper {
  overflow: hidden;
}
#home-gallery .photo {
  display: block;
  float: left;
  margin: 10px 0 0 10px;
  width: calc((100% - 60px) / 5);
  height: 0;
  padding-top: calc((100% - 60px) / 5);
  position: relative;
  background-position: 50% 50%;
  background-size: cover;
  font-size: 0;
  transition: opacity 0.3s ease-out;
  opacity: 1;
}
#home-gallery .photo:hover {
  opacity: 0.8;
}
#home-gallery .photo:nth-child(4), #home-gallery .photo:nth-child(5), #home-gallery .photo:nth-child(11) {
  width: calc((100% - 60px) / 5 * 2 + 10px);
}
@media only screen and (max-width: 1024px) {
  #home-gallery .photo {
    width: calc((100% - 50px) / 4);
    padding-top: calc((100% - 50px) / 4);
  }
  #home-gallery .photo:nth-child(4), #home-gallery .photo:nth-child(5), #home-gallery .photo:nth-child(11) {
    width: calc((100% - 50px) / 4);
  }
}
@media only screen and (max-width: 767px) {
  #home-gallery .photo {
    width: calc((100% - 30px) / 2);
    padding-top: calc((100% - 30px) / 2);
  }
  #home-gallery .photo:nth-child(4), #home-gallery .photo:nth-child(5), #home-gallery .photo:nth-child(11) {
    width: calc((100% - 30px) / 2);
  }
  #home-gallery .photo:nth-child(n+8) {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #home-gallery span.photo {
    display: none;
  }
}
#home-gallery span.photo:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
#home-gallery span.photo .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-display: auto;
  font: 25px/25px "Prata WF", "Times New Roman", sans-serif;
  color: #fff;
  text-transform: uppercase;
  z-index: 2;
}
#home-gallery span.photo .text a {
  margin-top: 6px;
  padding: 0 20px;
}
#home-gallery .all-photos {
  display: none;
}
@media only screen and (max-width: 767px) {
  #home-gallery .all-photos {
    display: block;
    margin-top: 40px;
  }
}

#feeds {
  margin-bottom: 6vw;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
#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: #DBA63D;
  border-bottom-color: #DBA63D;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#feeds .selector-button {
  background: url("../images/sprite.svg") no-repeat 0 -310px;
  border: 0;
  display: inline-block;
  height: 32px;
  margin: 0 1.5vw;
  overflow: hidden;
  text-indent: -100em;
  vertical-align: top;
  width: 32px;
}
#feeds .selector-button.active, #feeds .selector-button:hover {
  background-position: 0 -270px;
}
#feeds .selector-button.twitter-button {
  background-position: -40px -310px;
}
#feeds .selector-button.twitter-button.active, #feeds .selector-button.twitter-button:hover {
  background-position: -40px -270px;
}
#feeds .selector-button.facebook-button {
  background-position: -80px -310px;
}
#feeds .selector-button.facebook-button.active, #feeds .selector-button.facebook-button:hover {
  background-position: -80px -270px;
}
#feeds .feed-items {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
#feeds .copy-block {
  flex-shrink: 0;
  margin-bottom: 3vw;
  order: 2;
  padding: 2vw;
  text-align: center;
  width: calc(50% - 3vw);
}
#feeds .copy-block + .feed-item {
  order: 1;
}
#feeds .feed-item, #feeds .copy-block {
  max-height: 285px;
}
#feeds .feed-item {
  background: #F5F5F5;
  color: inherit;
  flex-shrink: 0;
  margin-bottom: 3vw;
  order: 3;
  text-decoration: none;
  width: calc(25% - 3vw);
}
#feeds .feed-item .tile {
  height: 100%;
}
#feeds .feed-item .tile:before {
  background: url("../images/sprite.svg") no-repeat 0 -200px;
  content: "";
  display: block;
  height: 24px;
  left: 2vw;
  margin-bottom: 10px;
  position: absolute;
  top: 2vw;
  width: 24px;
  z-index: 1;
}
#feeds .feed-item .tile .description {
  display: none !important;
}
#feeds .feed-item .feed-date {
  font-weight: bold;
}
#feeds .feed-item p {
  margin-bottom: 0;
}
#feeds .twitter .tile:before {
  background-position: -30px -230px;
}
#feeds .facebook .tile:before {
  background-position: -62px -200px;
}
#feeds .instagram .tile {
  height: auto;
  padding-bottom: 0;
}
#feeds .instagram .tile:before {
  background-position: 0 -200px;
}
#feeds .category-selector {
  justify-content: center;
}
#feeds .category-selector button {
  display: inline-block;
}
#feeds .feed-controls {
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  #feeds .copy-block {
    margin-bottom: 2vw;
    width: calc(66% - 2vw);
  }
  #feeds .feed-item {
    margin-bottom: 2vw;
    width: calc(33% - 2vw);
  }
}
@media only screen and (max-width: 767px) {
  #feeds .copy-block {
    height: auto;
    margin-bottom: 20px;
    order: 1;
    padding: 0;
    width: 100%;
  }
  #feeds .copy-block + .feed-item {
    order: 2;
  }
  #feeds .feed-item {
    margin-bottom: 20px;
    order: 2;
    width: calc(50% - 10px);
  }
}

#hebs-gallery {
  background: rgba(0, 0, 0, 0.95);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
  /* FULL SIZE IMAGE */
  /* FULL SIZE IMAGE -> Navigation */
  /* FULL SIZE IMAGE -> Loading */
  /* THUMBNAILS */
  /* THUMBNAILS -> Navigation */
  /* INFO */
}
#hebs-gallery .galleria {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
#hebs-gallery .close-button {
  background: url("../images/common.svg") 0 0 no-repeat;
  cursor: pointer;
  height: 17px;
  overflow: hidden;
  position: absolute;
  right: 20px;
  text-indent: -9999px;
  top: 12px;
  width: 17px;
  z-index: 2;
}
#hebs-gallery .close-button:hover {
  background-position: -40px 0;
}
#hebs-gallery .close-button:active {
  background-position: -80px 0;
}
#hebs-gallery .galleria-container {
  height: 100% !important;
  overflow: hidden;
  position: relative;
  width: 100% !important;
}
#hebs-gallery .select-wrapper {
  float: left;
  margin: 5px 0 0 20px;
  position: relative;
  z-index: 2;
}
#hebs-gallery .select-wrapper .select-icon {
  border-top-color: #9B9B9B;
  right: 10px;
}
#hebs-gallery .category-selector {
  padding-bottom: 0 !important;
  border: 1px solid #9B9B9B;
  color: #000;
  font-size: 12px;
  height: 30px;
  line-height: 28px;
  margin-bottom: 0;
}
#hebs-gallery .category-selector option {
  color: #000;
}
#hebs-gallery .galleria-stage {
  bottom: 120px;
  left: 0;
  overflow: hidden;
  padding: 20px 72px;
  position: absolute;
  right: 0;
  top: 40px;
}
@media only screen and (max-width: 1024px) {
  #hebs-gallery .galleria-stage {
    padding: 0;
  }
}
@media only screen and (max-width: 1024px) and (orientation: landscape) {
  #hebs-gallery .galleria-stage {
    bottom: 0;
  }
}
#hebs-gallery .galleria-stage .galleria-image img {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
#hebs-gallery .galleria-container.touch .galleria-stage {
  padding: 0;
}
#hebs-gallery.no-controls .galleria-stage {
  bottom: 0;
  padding: 20px;
}
#hebs-gallery.no-controls .galleria-image-nav {
  display: none;
}
#hebs-gallery .galleria-image-nav-left, #hebs-gallery .galleria-image-nav-right {
  background: url("../images/common.svg") 0 0 no-repeat;
  cursor: pointer;
  height: 63px;
  overflow: hidden;
  position: absolute;
  text-indent: -100em;
  top: 50%;
  transform: translateY(-50%);
  width: 33px;
  z-index: 1;
}
#hebs-gallery .galleria-image-nav-left {
  background-position: 0 -40px;
  left: 20px;
}
#hebs-gallery .galleria-image-nav-left:hover {
  background-position: -50px -40px;
}
#hebs-gallery .galleria-image-nav-left:active {
  background-position: -100px -40px;
}
#hebs-gallery .galleria-image-nav-right {
  background-position: 0 -120px;
  right: 20px;
}
#hebs-gallery .galleria-image-nav-right:hover {
  background-position: -50px -120px;
}
#hebs-gallery .galleria-image-nav-right:active {
  background-position: -100px -120px;
}
@media only screen and (max-width: 767px) {
  #hebs-gallery .galleria-image-nav-left, #hebs-gallery .galleria-image-nav-right {
    height: 22px;
    width: 22px;
  }
  #hebs-gallery .galleria-image-nav-left {
    background-position: 5px -200px;
    left: 10px;
  }
  #hebs-gallery .galleria-image-nav-left:hover {
    background-position: -25px -200px;
  }
  #hebs-gallery .galleria-image-nav-left:active {
    background-position: -55px -200px;
  }
  #hebs-gallery .galleria-image-nav-right {
    background-position: 5px -230px;
    right: 10px;
  }
  #hebs-gallery .galleria-image-nav-right:hover {
    background-position: -25px -230px;
  }
  #hebs-gallery .galleria-image-nav-right:active {
    background-position: -55px -230px;
  }
}
#hebs-gallery .galleria-loader {
  height: 48px;
  left: 50%;
  margin: -24px 0 0 -24px;
  position: absolute;
  top: 50%;
  width: 48px;
}
#hebs-gallery .galleria-loader:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid transparent;
  border-top-color: #DBA63D;
  border-bottom-color: #DBA63D;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#hebs-gallery.no-controls .galleria-thumbnails-container {
  display: none;
}
#hebs-gallery .galleria-thumbnails-container {
  background: #000;
  bottom: 0;
  height: 120px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 2;
}
@media only screen and (max-width: 1024px) and (orientation: landscape) {
  #hebs-gallery .galleria-thumbnails-container {
    display: none;
  }
}
#hebs-gallery .galleria-carousel .galleria-thumbnails-list {
  margin-left: 52px;
  margin-right: 52px;
}
#hebs-gallery .galleria-thumbnails {
  margin: 20px auto 0;
}
#hebs-gallery .galleria-thumbnails .galleria-image {
  background: #000;
  cursor: pointer;
  float: left;
  height: 80px !important;
  margin: 0 6px 0 0;
  width: 80px !important;
}
#hebs-gallery .galleria-thumbnails .galleria-image.active {
  border: 3px solid #fff;
}
#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: 22px;
  margin-top: -10px;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  width: 22px;
}
#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 {
  background-position: 5px -200px;
  left: 15px;
}
#hebs-gallery .galleria-thumb-nav-left:hover {
  background-position: -25px -200px;
}
#hebs-gallery .galleria-thumb-nav-left:active {
  background-position: -55px -200px;
}
#hebs-gallery .galleria-thumb-nav-left.disabled {
  background-position: 5px -200px;
}
#hebs-gallery .galleria-thumb-nav-right {
  background-position: 5px -230px;
  right: 15px;
}
#hebs-gallery .galleria-thumb-nav-right:hover {
  background-position: -25px -230px;
}
#hebs-gallery .galleria-thumb-nav-right:active {
  background-position: -55px -230px;
}
#hebs-gallery .galleria-thumb-nav-right.disabled {
  background-position: 5px -230px;
}
#hebs-gallery .galleria-info {
  background: #000;
  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;
}

#share-this-site-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABAAQMAAACQp+OdAAAAA1BMVEUAAACnej3aAAAAAXRSTlOzEo46UAAAAA5JREFUeAFjoACMglEAAAJAAAGccJWlAAAAAElFTkSuQmCC");
  background: rgba(0, 0, 0, 0.7);
}
#share-this-site-overlay .wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 420px;
  height: 140px;
  padding: 20px;
  margin: -90px 0 0 -230px;
  background: #327d7d;
}
#share-this-site-overlay .close-button {
  position: absolute;
  right: 15px;
  top: 10px;
  width: 17px;
  height: 17px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common.svg") 0 0 no-repeat;
  cursor: pointer;
  z-index: 2;
}
#share-this-site-overlay .close-button:hover {
  background-position: -37px 0;
}
#share-this-site-overlay .close-button:active {
  background-position: -74px 0;
}

#share-this-site {
  padding: 0;
  margin: 0 5px 5px;
  width: 420px;
}
#share-this-site li {
  float: left;
  width: 130px;
  margin: 0 5px;
  font-size: 0;
}
#share-this-site a {
  position: relative;
  display: block;
  height: 16px;
  margin: 5px 0;
  padding-left: 20px;
  font-display: auto;
  font: 12px/16px "Prata WF", "Times New Roman", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #f7fcfc;
}
#share-this-site a:hover {
  color: #6dc7c7;
}
#share-this-site a .icon {
  float: left;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  background: url(../images/share.png) 0 0 no-repeat;
}
#share-this-site a.share_facebook .icon {
  background-position: 0 0;
}
#share-this-site a.share_facebook:hover .icon {
  background-position: -36px 0;
}
#share-this-site a.share_twitter .icon {
  background-position: 0 -36px;
}
#share-this-site a.share_twitter:hover .icon {
  background-position: -36px -36px;
}
#share-this-site a.share_tumblr .icon {
  background-position: 0 -72px;
}
#share-this-site a.share_tumblr:hover .icon {
  background-position: -36px -72px;
}
#share-this-site a.share_linkedin .icon {
  background-position: 0 -108px;
}
#share-this-site a.share_linkedin:hover .icon {
  background-position: -36px -108px;
}
#share-this-site a.share_digg .icon {
  background-position: 0 -144px;
}
#share-this-site a.share_digg:hover .icon {
  background-position: -36px -144px;
}
#share-this-site a.share_delicious .icon {
  background-position: 0 -180px;
}
#share-this-site a.share_delicious:hover .icon {
  background-position: -36px -180px;
}
#share-this-site a.share_stumbleupon .icon {
  background-position: 0 -216px;
}
#share-this-site a.share_stumbleupon:hover .icon {
  background-position: -36px -216px;
}
#share-this-site a.share_orkut .icon {
  background-position: 0 -252px;
}
#share-this-site a.share_orkut:hover .icon {
  background-position: -36px -252px;
}
#share-this-site a.share_myspace .icon {
  background-position: 0 -288px;
}
#share-this-site a.share_myspace:hover .icon {
  background-position: -36px -288px;
}
#share-this-site a.share_yammer .icon {
  background-position: 0 -324px;
}
#share-this-site a.share_yammer:hover .icon {
  background-position: -36px -324px;
}
#share-this-site a.share_pinterest .icon {
  background-position: 0 -360px;
}
#share-this-site a.share_pinterest:hover .icon {
  background-position: -36px -360px;
}
#share-this-site a.share_bebo .icon {
  background-position: 0 -396px;
}
#share-this-site a.share_bebo:hover .icon {
  background-position: -36px -396px;
}
#share-this-site a.share_live .icon {
  background-position: 0 -432px;
}
#share-this-site a.share_live:hover .icon {
  background-position: -36px -432px;
}
#share-this-site a.share_google .icon {
  background-position: 0 -468px;
}
#share-this-site a.share_google:hover .icon {
  background-position: -36px -468px;
}
#share-this-site a.share_email .icon {
  background-position: 0 -504px;
}
#share-this-site a.share_email:hover .icon {
  background-position: -36px -504px;
}

@media print {
  html {
    -webkit-print-color-adjust: exact;
  }
  .fade-on-scroll {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }
  body > *:not(#content) {
    display: none;
  }
  .content-submenu {
    display: none;
  }
  #calendar-header, #calendar-year, #calendar-month {
    display: none;
  }
  @page {
    size: 960px 1358px;
  }
}
