@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;
  position: relative;
  z-index: 5001;
  color: #fff;
  width: 150px;
  font-size: 11px;
  padding: 4px 10px 4px 10px;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

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

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

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

.flatpickr-calendar {
  -ms-touch-action: manipulation;
  -webkit-animation: none;
  -webkit-box-sizing: border-box;
  animation: none;
  background: #fff;
  border: 0;
  box-sizing: border-box;
  direction: ltr;
  display: none;
  font-size: 14px;
  line-height: 24px;
  opacity: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  touch-action: manipulation;
  visibility: hidden;
}
.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 #fff, 5px 0 0 #fff;
}
.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: #e6e6e6;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}
.flatpickr-calendar:focus {
  outline: 0;
}

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

.flatpickr-months {
  display: flex;
  position: relative;
}
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  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: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}
@media only screen and (max-width: 767px) {
  .flatpickr-months .flatpickr-prev-month,
  .flatpickr-months .flatpickr-next-month {
    width: 28px;
  }
}
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #000;
}
.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(57, 57, 57, 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: rgba(0, 0, 0, 0.54);
  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 #fff;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  box-sizing: border-box;
  color: #393939;
  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: #eaeaea;
  border-color: #eaeaea;
}

.keyboard-navigation .flatpickr-day:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-color: -webkit-focus-ring-color;
  outline-style: auto;
}

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

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

.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: #000;
  box-shadow: none;
  color: #fff;
  border-color: #000;
}

.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(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.disabled,
.flatpickr-day.disabled:hover {
  cursor: not-allowed;
  pointer-events: none;
  color: rgba(57, 57, 57, 0.1);
}

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

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

.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;
  flex-flow: column;
  align-items: stretch;
  justify-content: center;
  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);
  }
}
#booking .flatpickr-calendar.arrowTop:after {
  display: none;
}
#booking .flatpickr-calendar.inline {
  top: 0;
  background: none;
  color: #ffffff;
  padding: 0;
  width: 120px;
  margin: 0 auto 2px auto;
}
@media only screen and (max-width: 767px) {
  #booking .flatpickr-calendar.inline {
    width: 100%;
  }
}
#booking .flatpickr-calendar.inline:before {
  display: none;
}
#booking .flatpickr-calendar.inline .flatpickr-months {
  display: block;
  text-align: center;
}
#booking .flatpickr-calendar.inline .flatpickr-months .flatpickr-month {
  color: #ffffff;
  flex: inherit;
  display: inline-block;
  vertical-align: top;
}
#booking .flatpickr-calendar.inline .flatpickr-months .flatpickr-month .numInputWrapper {
  display: none;
}
#booking .flatpickr-calendar.inline .flatpickr-months .flatpickr-month .flatpickr-current-month {
  font-size: 100%;
  padding-top: 5px;
  width: auto;
  position: relative;
  margin: 0 auto;
  left: 0;
  display: inline-block;
  vertical-align: top;
}
#booking .flatpickr-calendar.inline .flatpickr-months .flatpickr-month .flatpickr-current-month span.cur-month {
  margin-left: 0;
  text-transform: uppercase;
  font: 15px/20px "Knockout-htf49 WF", sans-serif;
  padding: 0 5px;
}
#booking .flatpickr-calendar.inline .flatpickr-months .flatpickr-prev-month, #booking .flatpickr-calendar.inline .flatpickr-months .flatpickr-next-month {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 28px;
  width: 10px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0;
  color: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #booking .flatpickr-calendar.inline .flatpickr-months .flatpickr-prev-month, #booking .flatpickr-calendar.inline .flatpickr-months .flatpickr-next-month {
    width: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #booking .flatpickr-calendar.inline .flatpickr-months .flatpickr-prev-month, #booking .flatpickr-calendar.inline .flatpickr-months .flatpickr-next-month {
    width: 28px;
  }
}
#booking .flatpickr-calendar.inline .flatpickr-months .flatpickr-prev-month svg, #booking .flatpickr-calendar.inline .flatpickr-months .flatpickr-next-month svg {
  display: none;
}
#booking .flatpickr-calendar.inline .flatpickr-months .flatpickr-prev-month:after, #booking .flatpickr-calendar.inline .flatpickr-months .flatpickr-next-month:after {
  content: ">";
  font: 15px/30px "Knockout-htf49 WF", sans-serif;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #booking .flatpickr-calendar.inline .flatpickr-months .flatpickr-prev-month:after, #booking .flatpickr-calendar.inline .flatpickr-months .flatpickr-next-month:after {
    left: 7px;
  }
}
@media only screen and (max-width: 767px) {
  #booking .flatpickr-calendar.inline .flatpickr-months .flatpickr-prev-month:after, #booking .flatpickr-calendar.inline .flatpickr-months .flatpickr-next-month:after {
    left: 10px;
    font-size: 22px;
    line-height: 31px;
  }
}
#booking .flatpickr-calendar.inline .flatpickr-months .flatpickr-prev-month.disabled, #booking .flatpickr-calendar.inline .flatpickr-months .flatpickr-next-month.disabled {
  display: inline-block;
}
#booking .flatpickr-calendar.inline .flatpickr-months .flatpickr-prev-month.disabled:after, #booking .flatpickr-calendar.inline .flatpickr-months .flatpickr-next-month.disabled:after {
  display: none;
}
#booking .flatpickr-calendar.inline .flatpickr-months .flatpickr-prev-month:after {
  content: "<";
}
@media only screen and (max-width: 767px) {
  #booking .flatpickr-calendar.inline .flatpickr-months .flatpickr-prev-month:after {
    left: 8px;
  }
}
#booking .flatpickr-calendar.inline span.flatpickr-weekday {
  font: 10px/22px "Knockout-htf49 WF", sans-serif;
  color: #ffffff;
  width: 10px;
  overflow: hidden;
}
#booking .flatpickr-weekdays {
  height: 10px;
  margin-top: 6px;
  margin-bottom: 3px;
}
@media only screen and (max-width: 767px) {
  #booking .flatpickr-weekdays {
    margin-bottom: 10px;
  }
}
#booking .flatpickr-days {
  width: 100%;
}
#booking .dayContainer {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: inline-block;
}
#booking .flatpickr-day {
  color: #fff;
  font: 15px/15px "Knockout-htf49 WF", sans-serif;
  height: 15px;
  max-width: 100%;
  display: block;
  float: left;
}
@media only screen and (max-width: 767px) {
  #booking .flatpickr-day {
    height: 20px;
    line-height: 20px;
  }
}
#booking .flatpickr-day.selected, #booking .flatpickr-day:hover {
  background: #fff;
  color: #000;
}
#booking .flatpickr-day.today {
  border-color: #ffffff;
}
#booking .flatpickr-day.disabled {
  opacity: 0.3;
}
#booking .nextMonthDay {
  opacity: 0;
}

.ui-selectmenu-button {
  position: relative;
  display: block;
  width: auto !important;
  height: 40px;
  line-height: 40px;
  border: thin solid #d1d1d1;
  font-size: 14px;
  text-align: left;
  color: #53565a;
  background: #fff;
  transition: all 0.2s;
}
.ui-selectmenu-button::-moz-placeholder {
  color: #cccccc;
}
.ui-selectmenu-button::placeholder {
  color: #cccccc;
}
.ui-selectmenu-button .ui-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  margin-top: -4px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 7px solid #292C2D;
}
.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 {
  position: absolute;
  z-index: 9999999;
  display: none;
  max-height: 258px;
  overflow: auto;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.ui-selectmenu-menu.ui-selectmenu-open {
  display: block;
}
.ui-selectmenu-menu li .ui-menu-item-wrapper {
  padding: 10px 20px;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  color: #000;
}
.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;
}

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

@media only screen and (max-width: 767px) {
  html.mobile-navigation-visible {
    overflow: hidden;
  }
}
#mobile-navigation {
  display: block;
  position: fixed;
  left: -100%;
  top: 0;
  padding-top: 126px;
  height: 100%;
  width: 320px;
  background: rgba(0, 0, 0, 0.82);
  text-align: center;
  z-index: 70;
  transition: left 300ms ease-in-out;
  visibility: hidden;
}
@media only screen and (max-width: 767px) {
  #mobile-navigation {
    width: 100%;
    padding-top: 70px;
  }
}
.mobile-navigation-visible #mobile-navigation {
  left: 0;
  visibility: visible;
}
.alert-visible #mobile-navigation {
  top: 40px;
  height: calc(100% - 40px);
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .alert-visible #mobile-navigation {
    top: 60px;
    height: calc(100% - 60px);
  }
}
@media only screen and (max-width: 767px) {
  .alert-visible #mobile-navigation {
    top: 80px;
    height: calc(100% - 80px);
  }
}
#mobile-navigation .logo {
  text-indent: -9999em;
  font-size: 0;
  position: relative;
  width: calc(100% - 76px);
  height: 98px;
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  margin: 0 0 30px 38px;
}
@media only screen and (max-width: 767px) {
  #mobile-navigation .logo {
    width: 200px;
    height: 90px;
    margin: 0 0 0 20px;
  }
}
#mobile-navigation button {
  font: 15px/15px "Knockout-htf49 WF", sans-serif;
  background: none;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  position: absolute;
  right: 43px;
  top: 29px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #mobile-navigation button {
    left: 120px;
    top: 19px;
    right: auto;
  }
}
#mobile-navigation button:hover {
  text-decoration: underline;
}
#mobile-navigation .menus-wrapper {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  top: 255px;
  bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #mobile-navigation .menus-wrapper {
    top: 170px;
  }
}
#mobile-navigation .top-menu {
  display: none;
  text-transform: uppercase;
  z-index: 4;
  position: relative;
  padding: 0;
}
@media only screen and (max-width: 979px) {
  #mobile-navigation .top-menu {
    height: auto;
    margin-bottom: 20px;
    background: none;
  }
}
#mobile-navigation .top-menu ul {
  text-align: left;
}
@media only screen and (max-width: 979px) {
  #mobile-navigation .top-menu ul {
    display: block;
  }
}
#mobile-navigation .top-menu ul li {
  display: block;
  margin: 0 38px 5px;
}
@media only screen and (max-width: 767px) {
  #mobile-navigation .top-menu ul li {
    margin: 0 20px 5px;
  }
}
@media only screen and (max-width: 979px) {
  #mobile-navigation .top-menu {
    display: block;
  }
}
#mobile-navigation .top-menu a {
  display: block;
  padding: 0;
  font: 24px/30px "Knockout-htf49 WF", sans-serif;
  text-decoration: none;
  color: #fff;
}
#mobile-navigation .top-menu a:hover, #mobile-navigation .top-menu a.active {
  text-decoration: underline;
}
#mobile-navigation .main-menu {
  position: relative;
  margin: 0 auto;
  text-align: left;
}
#mobile-navigation .main-menu .menu li {
  position: relative;
}
#mobile-navigation .main-menu .menu a {
  display: block;
  padding: 4px 38px;
}
@media only screen and (max-width: 767px) {
  #mobile-navigation .main-menu .menu a {
    padding: 4px 20px;
  }
}
#mobile-navigation .main-menu .menu.level-1 > li > a {
  font: 24px/37px "Knockout-htf49 WF", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 1px;
}
#mobile-navigation .main-menu .menu.level-1 > li > a:hover, #mobile-navigation .main-menu .menu.level-1 > li > a.active {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  #mobile-navigation .main-menu .menu.level-1 > li > a {
    line-height: 30px;
  }
}
#mobile-navigation .main-menu .menu.level-1 > li > .plus {
  top: 4px;
}
#mobile-navigation .main-menu .menu.submenu {
  position: relative;
  padding: 0;
  margin-bottom: 10px;
  transition: max-height 222ms cubic-bezier(0, 1, 0, 1), padding 333ms;
}
#mobile-navigation .main-menu .menu.submenu a {
  font: 18px/22px "Knockout-htf49 WF", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  margin: -5px 0 5px 0;
  padding: 0 38px;
}
@media only screen and (max-width: 767px) {
  #mobile-navigation .main-menu .menu.submenu a {
    padding: 0 20px;
  }
}
#mobile-navigation .main-menu .menu.submenu a:hover, #mobile-navigation .main-menu .menu.submenu a.active {
  text-decoration: underline;
}

.reservations-wrapper #booking {
  text-align: center;
  background: rgba(0, 0, 0, 0.82);
  color: #ffffff;
  transition: max-height 300ms ease-in-out;
}
.reservations-wrapper #booking:after {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 0;
  right: 0;
  width: 242px;
  height: 22px;
  box-shadow: 0px -8px 28px -5px white;
  margin: 0 auto;
  border-radius: 10px;
  opacity: 0.2;
}
@media only screen and (max-width: 767px) {
  .reservations-wrapper #booking:after {
    content: none;
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .reservations-wrapper #booking {
    display: block;
    width: 100%;
    z-index: 50;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    padding: 15px 0 35px 0;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease-in-out;
  }
  .alert-visible .reservations-wrapper #booking {
    top: 80px;
    height: calc(100vh - 80px);
  }
}
.booking-visible .reservations-wrapper #booking {
  max-height: 540px;
}
@media only screen and (min-width: 981px) and (max-height: 720px) and (orientation: landscape) {
  .booking-visible .reservations-wrapper #booking {
    max-height: 420px;
  }
}
@media only screen and (max-width: 767px) {
  .booking-visible .reservations-wrapper #booking {
    max-height: 100%;
    opacity: 1;
    visibility: visible;
  }
}
.keyboard-navigation .reservations-wrapper #booking {
  opacity: 1;
  visibility: visible;
  display: none;
}
.booking-visible.keyboard-navigation .reservations-wrapper #booking {
  display: block;
}
.reservations-wrapper #booking .col {
  width: 50%;
  float: left;
  padding: 30px 30px 10px 30px;
}
.reservations-wrapper #booking .col input[type=text] {
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .reservations-wrapper #booking .col {
    width: 100%;
    height: auto;
    padding: 0;
  }
}
.reservations-wrapper #booking .col-left {
  padding-right: 35px;
}
@media only screen and (min-width: 981px) and (max-height: 720px) and (orientation: landscape) {
  .reservations-wrapper #booking .col-left {
    padding: 10px 30px 0 35px;
  }
}
@media only screen and (max-width: 767px) {
  .reservations-wrapper #booking .col-left {
    padding-right: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.reservations-wrapper #booking .col-right {
  padding: 80px 36px 20px 24px;
}
@media only screen and (min-width: 981px) and (max-height: 720px) and (orientation: landscape) {
  .reservations-wrapper #booking .col-right {
    padding: 10px 36px 0 24px;
  }
}
@media only screen and (max-width: 767px) {
  .reservations-wrapper #booking .col-right {
    padding: 0;
  }
}
.reservations-wrapper #booking .row.guests, .reservations-wrapper #booking .row.rooms, .reservations-wrapper #booking .row.children {
  padding: 0px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .reservations-wrapper #booking .row.guests, .reservations-wrapper #booking .row.rooms, .reservations-wrapper #booking .row.children {
    margin-bottom: 20px;
    position: relative;
  }
}
.reservations-wrapper #booking .row.guests label, .reservations-wrapper #booking .row.rooms label, .reservations-wrapper #booking .row.children label {
  color: #fff;
  text-transform: uppercase;
  font: 15px/24px "Knockout-htf49 WF", sans-serif;
}
@media only screen and (max-width: 767px) {
  .reservations-wrapper #booking .row.guests label, .reservations-wrapper #booking .row.rooms label, .reservations-wrapper #booking .row.children label {
    position: absolute;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .reservations-wrapper #booking .row.guests input, .reservations-wrapper #booking .row.rooms input, .reservations-wrapper #booking .row.children input {
    padding-left: 40px;
  }
}
.reservations-wrapper #booking .row.children {
  margin-bottom: 20px;
}
.reservations-wrapper #booking .row.promo {
  margin-bottom: 20px;
}
@media only screen and (min-width: 981px) and (max-height: 720px) and (orientation: landscape) {
  .reservations-wrapper #booking .row.promo {
    margin-bottom: 10px;
  }
}
.reservations-wrapper #booking .row.promo .select-wrapper {
  width: 100%;
  border-bottom: 1px solid #ffffff;
}
.reservations-wrapper #booking .row.promo select {
  background: none;
  height: 25px;
  line-height: 25px;
  padding-right: 11px;
  width: auto;
  border-bottom: 0;
}
.reservations-wrapper #booking .row.promo .select-icon {
  right: 3px;
}
@media only screen and (max-width: 767px) {
  .reservations-wrapper #booking .row.promo .select-icon {
    right: 5px;
  }
}
.reservations-wrapper #booking .row.flex-dates {
  padding: 0px;
  margin-bottom: 10px;
  margin-top: 15px;
}
@media only screen and (min-width: 981px) and (max-height: 720px) and (orientation: landscape) {
  .reservations-wrapper #booking .row.flex-dates {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
.reservations-wrapper #booking .row.flex-dates label, .reservations-wrapper #booking .row.flex-dates h4 {
  color: #fff;
  text-transform: uppercase;
  font: 15px/24px "Knockout-htf49 WF", sans-serif;
}
.reservations-wrapper #booking .row.flex-dates a {
  text-decoration: none;
  font: 18px/24px "Knockout-htf49 WF", sans-serif;
  letter-spacing: 1.5px;
  transition: opacity 300ms ease-in-out;
}
.reservations-wrapper #booking .row.flex-dates a:hover {
  opacity: 0.8;
}
.reservations-wrapper #booking .row input[type=text], .reservations-wrapper #booking .row input[type=number], .reservations-wrapper #booking .row select {
  color: #fff;
  text-transform: uppercase;
  font: 15px/24px "Knockout-htf49 WF", sans-serif;
  border-bottom: 1px solid #ffffff;
  width: 100%;
  height: 25px;
  text-align: center;
}
.reservations-wrapper #booking .row input[type=text]::-webkit-input-placeholder, .reservations-wrapper #booking .row input[type=number]::-webkit-input-placeholder, .reservations-wrapper #booking .row select::-webkit-input-placeholder {
  color: #ffffff;
}
.reservations-wrapper #booking .row input[type=text]:-moz-placeholder, .reservations-wrapper #booking .row input[type=number]:-moz-placeholder, .reservations-wrapper #booking .row select:-moz-placeholder {
  color: #ffffff;
}
.reservations-wrapper #booking .row input[type=text]::-moz-placeholder, .reservations-wrapper #booking .row input[type=number]::-moz-placeholder, .reservations-wrapper #booking .row select::-moz-placeholder {
  color: #ffffff;
}
.reservations-wrapper #booking .row input[type=text]:-ms-input-placeholder, .reservations-wrapper #booking .row input[type=number]:-ms-input-placeholder, .reservations-wrapper #booking .row select:-ms-input-placeholder {
  color: #ffffff;
}
.reservations-wrapper #booking .row input[type=text]:focus::-webkit-input-placeholder, .reservations-wrapper #booking .row input[type=number]:focus::-webkit-input-placeholder, .reservations-wrapper #booking .row select:focus::-webkit-input-placeholder {
  color: #444;
}
.reservations-wrapper #booking .row input[type=text]:focus:-moz-placeholder, .reservations-wrapper #booking .row input[type=number]:focus:-moz-placeholder, .reservations-wrapper #booking .row select:focus:-moz-placeholder {
  color: #444;
}
.reservations-wrapper #booking .row input[type=text]:focus::-moz-placeholder, .reservations-wrapper #booking .row input[type=number]:focus::-moz-placeholder, .reservations-wrapper #booking .row select:focus::-moz-placeholder {
  color: #444;
}
.reservations-wrapper #booking .row input[type=text]:focus:-ms-input-placeholder, .reservations-wrapper #booking .row input[type=number]:focus:-ms-input-placeholder, .reservations-wrapper #booking .row select:focus:-ms-input-placeholder {
  color: #444;
}
.reservations-wrapper #booking .row .select-field {
  position: relative;
}
.reservations-wrapper #booking .row .select-field button {
  width: 21px;
  height: 11px;
  position: absolute;
  text-indent: -9999px;
  right: 0;
  top: -4px;
  color: #ffffff;
  background: url("../images/sprite.svg") -402px -31px no-repeat;
}
.reservations-wrapper #booking .row .select-field button.decrement {
  background: url("../images/sprite.svg") -402px -49px no-repeat;
  top: 10px;
}
.reservations-wrapper #booking h3, .reservations-wrapper #booking .h3_to_p {
  font: 25px/25px "Knockout-htf49 WF", sans-serif;
  text-transform: uppercase;
  max-width: 60px;
  margin: 0 auto 20px auto;
}
@media only screen and (min-width: 981px) and (max-height: 720px) and (orientation: landscape) {
  .reservations-wrapper #booking h3, .reservations-wrapper #booking .h3_to_p {
    max-width: 100%;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .reservations-wrapper #booking h3, .reservations-wrapper #booking .h3_to_p {
    max-width: none;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .reservations-wrapper #booking .mobile-block {
    width: 46%;
  }
}
.reservations-wrapper #booking fieldset {
  position: relative;
  height: 540px;
  overflow: hidden;
  padding: 0 20px;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 981px) and (max-height: 720px) and (orientation: landscape) {
  .reservations-wrapper #booking fieldset {
    height: 420px;
  }
}
@media only screen and (max-width: 767px) {
  .reservations-wrapper #booking fieldset {
    height: 100%;
    overflow: auto;
  }
}
@media only screen and (max-width: 767px) and (min-height: 666px) {
  .reservations-wrapper #booking fieldset {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
}
.reservations-wrapper #booking input[type=submit] {
  position: relative;
  height: 30px;
  line-height: 31px;
  font-size: 15px;
  letter-spacing: 1px;
  width: calc(100% - 60px);
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .reservations-wrapper #booking input[type=submit] {
    width: 100%;
  }
}
.reservations-wrapper #booking .labels {
  width: 100%;
  height: 30px;
  display: block;
  border: 1px solid #ffffff;
  color: #ffffff;
  text-transform: uppercase;
  font: 16px/30px "Knockout-htf49 WF", sans-serif;
}
.reservations-wrapper #booking .booking-nav {
  margin-bottom: 37px;
}
@media only screen and (max-width: 767px) {
  .reservations-wrapper #booking .booking-nav {
    margin-bottom: 30px;
  }
}
.reservations-wrapper #booking .booking-nav li {
  margin: 0 0 4px 0;
}
.reservations-wrapper #booking .booking-nav li button {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font: 15px/15px "Knockout-htf49 WF", sans-serif;
}
.reservations-wrapper #booking .booking-nav li button:hover, .reservations-wrapper #booking .booking-nav li button.active {
  text-decoration: underline;
}
.reservations-wrapper #booking .booking-checkout,
.reservations-wrapper #booking .booking-checkin {
  margin-bottom: 5px;
}
.reservations-wrapper #booking .booking-checkout .hide-elements,
.reservations-wrapper #booking .booking-checkin .hide-elements {
  display: none;
}

.homepage-additional-content {
  position: relative;
  overflow: hidden;
  background: #fff;
  z-index: 10;
}
.homepage-additional-content .subpage {
  position: relative;
  overflow: hidden;
  margin: 10px;
  color: #fff;
  background-position: 25% 50%;
  background-repeat: no-repeat;
  background-color: #000;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage {
    min-height: 500px;
  }
}
.homepage-additional-content .subpage > .button {
  position: absolute;
  bottom: 40px;
  left: 40px;
  display: none;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage > .button {
    display: block;
  }
}
.homepage-additional-content .subpage .thumb {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-size: cover;
  background-position: 50% 50%;
  opacity: 0.75;
}
.homepage-additional-content .subpage .headings {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 3;
  max-width: 50%;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage .headings {
    max-width: none;
    right: 40px;
  }
}
.homepage-additional-content .subpage .headings h2 {
  font: 36px/47px "Zahrah WF", Arial, sans-serif;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage .headings h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
.homepage-additional-content .subpage .headings h3 {
  font-size: 24px;
  line-height: 33px;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage .headings h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
.homepage-additional-content .subpage .content-wrapper {
  float: right;
  width: 280px;
  padding: 75px 30px 70px;
  min-height: 470px;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage .content-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 0;
    padding: 20px 20px 20px;
  }
}
.homepage-additional-content .subpage .content-wrapper .copy {
  position: relative;
  font-size: 14px;
  line-height: 1.7;
  min-height: 240px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage .content-wrapper .copy {
    font-size: 12px;
    margin-bottom: 20px;
    min-height: 0;
  }
}
.homepage-additional-content .subpage.even {
  background-position: 75% 50%;
}
.homepage-additional-content .subpage.even > .button {
  right: 40px;
  left: auto;
}
.homepage-additional-content .subpage.even .headings {
  left: auto;
  right: 40px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage.even .headings {
    left: 40px;
  }
}
.homepage-additional-content .subpage.even .content-wrapper {
  float: left;
}

.admin .preview-item {
  overflow: hidden;
  margin: 0;
  padding: 20px;
  height: auto;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.admin .preview-item .promo {
  width: 440px !important;
}
.admin .preview-item .promo .thumbnail img {
  display: block;
  width: 100%;
}

#promos {
  position: relative;
  z-index: 30;
}
#promos .slideshow {
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
}
#promos .slider-button {
  top: 50%;
  margin-top: -15px;
}
#promos .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
#promos .promo {
  border: 2px solid #ffffff;
  background: #000000;
  position: relative;
  display: inline-block;
  width: calc((100% - 20px) / 3);
  vertical-align: top;
  overflow: hidden;
  white-space: normal;
  color: #fff;
  height: 510px;
}
@media only screen and (max-width: 767px) {
  #promos .promo {
    height: 350px;
  }
}
#promos .promo img {
  display: none;
}
#promos .promo .inner-wrapper {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 20px;
  bottom: 20px;
  overflow: hidden;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  #promos .promo .inner-wrapper {
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
  }
}
#promos .promo .inner-wrapper .page-content {
  height: auto;
  width: auto;
  border: none;
  min-height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  background: none;
}
#promos .promo .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  transform: scale(1);
  transition: transform 600ms;
}
#promos .promo .thumbnail:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
#promos .promo .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: #ffffff;
  border-bottom-color: #ffffff;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#promos .promo .thumbnail .loading:before {
  top: 8%;
  right: 8%;
  left: auto;
  margin: auto;
}
#promos .promo:hover .thumbnail {
  transform: scale(1.1);
}
#promos .promo .content {
  position: relative;
}
#promos .promo h3 {
  font: normal 35px/40px "Knockout-htf49 WF", sans-serif;
  margin-bottom: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media only screen and (min-width: 1440px) {
  #promos .promo h3 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  #promos .promo h3 {
    font-size: 25px;
    line-height: 30px;
  }
}
#promos .promo h3 a {
  color: inherit;
  text-decoration: none;
}
#promos .promo h4 {
  font: normal 22px/25px "Knockout-htf49 WF", sans-serif;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media only screen and (min-width: 1440px) {
  #promos .promo h4 {
    font-size: 29px;
    line-height: 36px;
    margin-bottom: 26px;
  }
}
@media only screen and (max-width: 767px) {
  #promos .promo h4 {
    font-size: 18px;
    line-height: 22px;
  }
}
#promos .promo p {
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 20px;
}
#promos .promo .price {
  font: 15px/32px "Knockout-htf49 WF", sans-serif;
  margin-bottom: 20px;
}
#promos .promo .price strong {
  font-weight: bold;
  font-size: 20px;
}
#promos .promo .button {
  border: none;
  border-radius: 0;
  text-shadow: none;
  margin: 0 auto;
  position: relative;
  display: inline-block;
  height: 30px;
  padding: 0 10px;
  overflow: visible;
  background: #ffffff;
  font: 16px/34px "Knockout-htf49 WF", sans-serif;
  text-transform: uppercase;
  -moz-text-align-last: auto;
  text-align-last: auto;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  color: #000000;
  opacity: 1;
  transition: opacity 300ms ease-in-out;
}
#promos .promo .button:hover {
  opacity: 0.8;
  text-decoration: underline;
}
@media only screen and (min-width: 1440px) {
  #promos .promo .button {
    font-size: 23px;
    line-height: 56px;
    height: 54px;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #promos .promo {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  #promos .promo {
    width: 83%;
  }
}
#promos .slideshow-pagination {
  margin-top: 20px;
  text-align: center;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  #promos .slideshow-pagination {
    display: none;
  }
}
#promos .slideshow-pagination > * {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  text-indent: -9999px;
  overflow: hidden;
  background: #327d7d;
  border-radius: 50%;
  transition: background 300ms ease-in-out;
  cursor: pointer;
}
#promos .slideshow-pagination > *:hover, #promos .slideshow-pagination > *.active {
  background: #54baba;
}

#merchandising-tile {
  position: fixed;
  bottom: 0;
  right: -600px;
  width: 525px;
  z-index: 60;
  background: transparent;
  color: white;
  height: 250px;
  transition: 1s;
}
@media only screen and (max-width: 767px) {
  #merchandising-tile {
    width: 100%;
  }
}
.admin .preview-item #merchandising-tile {
  padding: 20px;
  position: relative;
  right: 0;
}
#merchandising-tile .img-overlay {
  width: 525px;
  height: 220px;
  background-size: cover !important;
  background-position: center !important;
  background: no-repeat;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  #merchandising-tile .img-overlay {
    width: 100%;
  }
}
#merchandising-tile .img-overlay .color-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#merchandising-tile .promo-name {
  font-size: 22px;
  text-align: center;
  margin-top: 65px;
  text-transform: uppercase;
  font-family: "Knockout-htf49 WF", sans-serif;
}
#merchandising-tile .promo-text {
  font-size: 16px;
  line-height: 1.2;
  padding: 10px 20px;
  text-align: center;
  font-family: "Zahrah WF", Arial, sans-serif;
}
#merchandising-tile .promo-content {
  text-align: center;
  padding: 0 40px 0 0;
}
.admin .preview-item #merchandising-tile .promo-content {
  position: relative;
  transform: none;
  top: auto;
  left: auto;
  padding-top: 10px;
  padding-right: 0;
}
#merchandising-tile .promo-content .button {
  text-align: center;
  background-color: transparent;
  border: 0;
  color: #fff;
  font: 18px/34px "Knockout-htf49 WF", sans-serif;
}
.admin .preview-item #merchandising-tile .promo-content .button {
  font-weight: normal;
  background: none;
  box-shadow: none;
  text-shadow: none;
  text-transform: uppercase;
}
#merchandising-tile.merchandising-tile-active {
  right: 0;
}

.merchandising-open-btn {
  width: 40px;
  height: 220px;
  background-color: #000;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 69;
  float: right;
}
.merchandising-open-btn .arrow-rotate {
  background: url(../images/right_arrow.svg) no-repeat 0 0;
  content: "";
  display: block;
  height: 25px;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 25px;
  transform: rotate(0deg);
  transition: transform 1s;
}
.merchandising-open-btn .active-rotate {
  transform: rotate(180deg);
}

#content {
  position: relative;
  padding: 57px 40px 0;
  z-index: 10;
}
#content:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #content {
    padding: 40px 15px;
  }
}
@media only screen and (max-width: 767px) {
  #content {
    padding: 20px 0;
  }
}
#content:focus {
  outline: none;
}
#content .center-column + .additional-content {
  margin-top: 50px;
}

#main-content {
  display: flex;
  padding-bottom: 40px;
}
#main-content #content-submenu {
  flex-shrink: 0;
}
#main-content > .page-content {
  width: 100%;
}
#main-content .main-copy {
  font-size: 16px;
  max-width: 510px;
  margin: 0 auto;
}

#content-submenu {
  width: 210px;
  margin: 8px 40px 0 0;
}
@media only screen and (max-width: 979px) {
  #content-submenu {
    display: none;
  }
}
#content-submenu .submenu-root {
  display: block;
  font: 20px/1.3 "Knockout-htf49 WF", sans-serif;
  margin-bottom: 14px;
  color: #327d7d;
}
@media only screen and (max-width: 767px) {
  #content-submenu .submenu-root {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
  }
}
#content-submenu .submenu-root:hover {
  color: #54baba;
}
#content-submenu ul {
  margin-left: 20px;
}
#content-submenu ul ul {
  margin: 10px 20px;
}
#content-submenu li {
  margin-bottom: 10px;
}
#content-submenu a {
  font-size: 15px;
  line-height: 1.4;
  text-decoration: none;
  color: #132929;
}
#content-submenu a.active {
  color: #ffffff;
  text-decoration: none;
}
#content-submenu a:hover {
  text-decoration: underline;
}

.acm-block {
  overflow: hidden;
  font-size: 0;
  max-width: 1360px;
  margin: 0 auto 40px;
  position: relative;
}
.acm-block .acm-blocks-wrapper {
  min-height: 510px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .acm-block {
    padding: 0 10px 34px;
  }
}
.acm-block.separator {
  border-bottom: 2px solid #fff;
  padding-bottom: 34px;
}
.acm-block .thumbnail {
  height: 100%;
  width: calc(100% - 338px);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .acm-block .thumbnail {
    width: 100%;
    position: relative;
    height: 250px;
  }
}
.acm-block .thumbnail .popup {
  opacity: 0;
  position: absolute;
  top: 25px;
  bottom: 25px;
  left: 25px;
  right: 25px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  background: rgba(255, 255, 255, 0.7);
  border: 2px solid #000000;
  text-align: center;
  transition: opacity 300ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .acm-block .thumbnail .popup {
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
  }
}
.acm-block .thumbnail .popup a {
  text-decoration: none;
  position: static;
  height: 100%;
  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.acm-block .thumbnail .popup .h1, .acm-block .thumbnail .popup .h2 {
  font: 400 51px/57px "Knockout-htf49 WF", sans-serif;
  letter-spacing: 4px;
  color: #000000;
  text-transform: uppercase;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .acm-block .thumbnail .popup .h1, .acm-block .thumbnail .popup .h2 {
    font-size: 25px;
    line-height: 27px;
  }
}
.acm-block .thumbnail .popup .h2 {
  font-size: 36px;
  line-height: 46px;
}
@media only screen and (max-width: 767px) {
  .acm-block .thumbnail .popup .h2 {
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
  }
}
.acm-block .thumbnail:hover .popup {
  opacity: 1;
}
.acm-block .page-content {
  height: 100%;
  width: 322px;
  border: 2px solid #ffffff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  min-height: 510px;
}
@media only screen and (max-width: 767px) {
  .acm-block .page-content {
    min-height: 100%;
    width: 100%;
    margin: 10px 0;
  }
}
.acm-block .page-content .content-wrapper {
  background: rgba(0, 0, 0, 0.88);
  color: #ffffff;
  padding: 40px 30px;
  min-height: 506px;
  height: 100%;
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
}
@media only screen and (max-width: 767px) {
  .acm-block .page-content .content-wrapper {
    min-height: 100%;
    padding: 20px;
  }
}
.acm-block .page-content .content-wrapper .h1 {
  padding-top: 135px;
  margin-bottom: 3px;
}
@media only screen and (max-width: 767px) {
  .acm-block .page-content .content-wrapper .h1 {
    padding-top: 85px;
  }
}
.acm-block .page-content .content-wrapper .h1:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 5px;
  background-image: url("../images/logo.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  display: block;
  width: 80px;
  height: 110px;
  transform: translateX(-50%);
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .acm-block .page-content .content-wrapper .h1:after {
    width: 50px;
    height: 70px;
    top: 0;
  }
}
.acm-block .page-content .content-wrapper .h1.no-logo {
  padding-top: 0;
}
.acm-block .page-content .content-wrapper .h1.no-logo:after {
  display: none;
}
.acm-block .page-content .content-wrapper .h2 {
  text-transform: uppercase;
  margin-bottom: 23px;
}
@media only screen and (max-width: 767px) {
  .acm-block .page-content .content-wrapper .h2 {
    margin-bottom: 20px;
  }
}
.acm-block .page-content .content-wrapper .copy {
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
  padding: 0 25px;
  margin-bottom: 24px;
}
.acm-block .page-content .content-wrapper .button {
  height: 30px;
  line-height: 34px;
  margin: 0 auto;
  max-width: 210px;
  width: 100%;
}
.acm-block.image-position-left .page-content {
  float: right;
}
.acm-block.image-position-left .thumbnail {
  right: auto;
  left: 0;
}
.acm-block.dining-one-photo-layout .thumbnail {
  width: calc(50% - 10px);
}
@media only screen and (max-width: 767px) {
  .acm-block.dining-one-photo-layout .thumbnail {
    width: 100%;
  }
}
.acm-block.dining-one-photo-layout .page-content {
  width: calc(50% - 10px);
}
@media only screen and (max-width: 767px) {
  .acm-block.dining-one-photo-layout .page-content {
    width: 100%;
  }
}
.acm-block.dining-one-photo-layout .page-content .content-wrapper {
  padding: 24px 30px 5px;
}
@media only screen and (max-width: 767px) {
  .acm-block.dining-one-photo-layout .page-content .content-wrapper {
    padding: 20px;
  }
}
.acm-block.dining-one-photo-layout .page-content .content-wrapper .h1 {
  padding-top: 128px;
  margin-bottom: 1px;
}
@media only screen and (max-width: 767px) {
  .acm-block.dining-one-photo-layout .page-content .content-wrapper .h1 {
    padding-top: 85px;
    margin-bottom: 3px;
  }
}
.acm-block.dining-one-photo-layout .page-content .content-wrapper .h2 {
  margin-bottom: 14px;
}
@media only screen and (max-width: 767px) {
  .acm-block.dining-one-photo-layout .page-content .content-wrapper .h2 {
    margin-bottom: 20px;
  }
}
.acm-block.dining-one-photo-layout .page-content .content-wrapper .secondary-copy {
  font: 700 15px/17px "Knockout-htf49 WF", sans-serif;
  text-transform: uppercase;
  margin-top: 7px;
}
.acm-block.dining-one-photo-layout .page-content .content-wrapper .secondary-copy p {
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .acm-block.dining-one-photo-layout .page-content .content-wrapper .secondary-copy {
    font-size: 13px;
  }
}
.acm-block.dining-one-photo-layout .page-content .content-wrapper .reservation-copy {
  font: 700 20px/22px "Zahrah WF", Arial, sans-serif;
  text-transform: uppercase;
  margin-top: 17px;
}
@media only screen and (max-width: 767px) {
  .acm-block.dining-one-photo-layout .page-content .content-wrapper .reservation-copy {
    font-size: 16px;
    line-height: 20px;
  }
}
.acm-block.dining-one-photo-layout .page-content .content-wrapper .button {
  margin-bottom: 20px;
}
.acm-block.dining-two-photo-layout .img_sec_nt {
  width: 50%;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .acm-block.dining-two-photo-layout .img_sec_nt {
    width: 100%;
    display: block;
  }
}
.acm-block.dining-two-photo-layout .img_sec_nt .box-1 {
  width: 100%;
  height: 445px;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .acm-block.dining-two-photo-layout .img_sec_nt .box-1 {
    width: 100%;
    height: 100%;
  }
}
.acm-block.dining-two-photo-layout .img_sec_nt .box-2 {
  width: 100%;
  height: 445px;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .acm-block.dining-two-photo-layout .img_sec_nt .box-2 {
    display: none;
  }
}
.acm-block.dining-two-photo-layout .thumbnail {
  width: calc(100% - 10px);
}
@media only screen and (max-width: 767px) {
  .acm-block.dining-two-photo-layout .thumbnail {
    width: 100%;
  }
}
.acm-block.dining-two-photo-layout .page-content {
  width: calc(50% - 10px);
}
@media only screen and (max-width: 767px) {
  .acm-block.dining-two-photo-layout .page-content {
    width: 100%;
  }
}
.acm-block.dining-two-photo-layout .page-content .content-wrapper {
  padding: 24px 30px 5px;
}
@media only screen and (max-width: 767px) {
  .acm-block.dining-two-photo-layout .page-content .content-wrapper {
    padding: 20px;
  }
}
.acm-block.dining-two-photo-layout .page-content .content-wrapper .h1 {
  padding-top: 128px;
  margin-bottom: 1px;
}
@media only screen and (max-width: 767px) {
  .acm-block.dining-two-photo-layout .page-content .content-wrapper .h1 {
    padding-top: 85px;
    margin-bottom: 3px;
  }
}
.acm-block.dining-two-photo-layout .page-content .content-wrapper .h2 {
  margin-bottom: 14px;
}
@media only screen and (max-width: 767px) {
  .acm-block.dining-two-photo-layout .page-content .content-wrapper .h2 {
    margin-bottom: 20px;
  }
}
.acm-block.dining-two-photo-layout .page-content .content-wrapper .secondary-copy {
  font: 700 15px/17px "Knockout-htf49 WF", sans-serif;
  text-transform: uppercase;
  margin-top: 7px;
}
.acm-block.dining-two-photo-layout .page-content .content-wrapper .secondary-copy p {
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .acm-block.dining-two-photo-layout .page-content .content-wrapper .secondary-copy {
    font-size: 13px;
  }
}
.acm-block.dining-two-photo-layout .page-content .content-wrapper .reservation-copy {
  font: 700 20px/22px "Zahrah WF", Arial, sans-serif;
  text-transform: uppercase;
  margin-top: 17px;
}
@media only screen and (max-width: 767px) {
  .acm-block.dining-two-photo-layout .page-content .content-wrapper .reservation-copy {
    font-size: 16px;
    line-height: 20px;
  }
}
.acm-block.dining-two-photo-layout .page-content .content-wrapper .button {
  margin-bottom: 20px;
}
.acm-block.acm-gallery-block {
  height: 738px;
  position: relative;
  padding-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .acm-block.acm-gallery-block {
    height: 250px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .acm-block.acm-gallery-block {
    height: 500px;
  }
}
.acm-block.acm-gallery-block .acm-gallery, .acm-block.acm-gallery-block .slideshow, .acm-block.acm-gallery-block .slideshow-wrapper {
  height: 100%;
  width: 100%;
  position: relative;
}
.acm-block.acm-gallery-block .slideshow-button {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  width: calc(25% - 11px);
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  transition: background 300ms ease-in-out;
}
.acm-block.acm-gallery-block .slideshow-button.next {
  left: auto;
  right: 0;
}
.acm-block.acm-gallery-block .slideshow-button:hover {
  background: none;
}
@media only screen and (max-width: 767px) {
  .acm-block.acm-gallery-block .slideshow-button {
    display: none;
  }
}
.acm-block.acm-gallery-block .slideshow .photo {
  width: 100%;
  height: 100%;
  display: block;
  float: left;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
}
.acm-block.two-photo-layout .thumb-one {
  width: 50%;
  right: auto;
  left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .acm-block.two-photo-layout .thumb-one {
    width: 40%;
  }
}
.acm-block.two-photo-layout .thumb-two {
  width: calc(48% - 332px);
  right: 0;
  left: auto;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .acm-block.two-photo-layout .thumb-two {
    width: calc(58% - 332px);
  }
}
.acm-block.two-photo-layout .thumbnail {
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .acm-block.two-photo-layout .thumbnail {
    width: 100%;
    position: relative;
    height: 250px;
  }
}
.acm-block.two-photo-layout .page-content {
  margin-left: 50%;
  width: 360px;
  border-left: 16px solid #000;
  border-right: 16px solid #000;
  border-top: 0;
  border-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .acm-block.two-photo-layout .page-content {
    margin-left: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .acm-block.two-photo-layout .page-content {
    width: 100%;
    margin-left: 0;
    border: 2px solid #fff;
  }
}
.acm-block.two-photo-layout .page-content .content-wrapper {
  min-height: 510px;
  position: relative;
  border: 2px solid #ffffff;
}
@media only screen and (max-width: 767px) {
  .acm-block.two-photo-layout .page-content .content-wrapper {
    border: 0;
    min-height: 100%;
  }
}
.acm-block.poi-block .page-content .content-wrapper .copy .category-selector .button {
  background: none;
  color: #fff;
  text-transform: uppercase;
  font: 700 29px/31px "Knockout-htf49 WF", sans-serif;
  letter-spacing: 3px;
  margin-bottom: 14px;
  padding: 0;
  white-space: normal;
  height: auto;
}
.acm-block.poi-block .page-content .content-wrapper .copy .category-selector .button.active, .acm-block.poi-block .page-content .content-wrapper .copy .category-selector .button:hover {
  text-decoration: underline;
}
.acm-block.poi-block .thumbnail .poi-map {
  height: 100%;
}
@keyframes bounce-7 {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(1.1, 0.9) translateY(0);
  }
  30% {
    transform: scale(0.9, 1.1) translateY(-100px);
  }
  50% {
    transform: scale(1.05, 0.95) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(-7px);
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@media only screen and (max-width: 767px) {
  .acm-block.poi-block .thumbnail {
    height: 500px;
  }
}
.acm-block.small-one-photo-blocks .acm-blocks-wrapper {
  width: calc(50% - 10px);
  float: right;
  height: 510px;
  overflow: hidden;
}
@media only screen and (max-width: 979px) {
  .acm-block.small-one-photo-blocks .acm-blocks-wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .acm-block.small-one-photo-blocks .acm-blocks-wrapper {
    height: auto;
  }
}
.acm-block.small-one-photo-blocks .acm-blocks-wrapper .thumbnail {
  z-index: -1;
}
.acm-block.small-one-photo-blocks .acm-blocks-wrapper .page-content .content-wrapper {
  padding: 20px 18px 54px;
}
@media only screen and (max-width: 767px) {
  .acm-block.small-one-photo-blocks .acm-blocks-wrapper .page-content .content-wrapper {
    padding: 20px;
  }
}
.acm-block.small-one-photo-blocks .acm-blocks-wrapper .page-content .content-wrapper .h1 {
  padding-top: 125px;
  margin-bottom: 9px;
}
@media only screen and (max-width: 767px) {
  .acm-block.small-one-photo-blocks .acm-blocks-wrapper .page-content .content-wrapper .h1 {
    padding-top: 85px;
    margin-bottom: 3px;
  }
}
.acm-block.small-one-photo-blocks .acm-blocks-wrapper .page-content .content-wrapper .copy {
  padding: 0 15px;
  margin-bottom: 34px;
}
@media only screen and (max-width: 767px) {
  .acm-block.small-one-photo-blocks .acm-blocks-wrapper .page-content .content-wrapper .copy {
    padding: 0 25px;
    margin-bottom: 24px;
  }
}
.acm-block.small-one-photo-blocks .acm-blocks-wrapper .page-content .content-wrapper .button {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .acm-block.small-one-photo-blocks .acm-blocks-wrapper .page-content .content-wrapper .button {
    margin-bottom: 0;
  }
}
.acm-block.small-one-photo-blocks .acm-blocks-wrapper:first-child {
  float: left;
}
@media only screen and (max-width: 979px) {
  .acm-block.small-one-photo-blocks .acm-blocks-wrapper:first-child {
    margin-bottom: 32px;
  }
}
.acm-block.small-one-photo-blocks .acm-blocks-wrapper .thumbnail {
  width: 100%;
}
.acm-block.rfp-block {
  margin: 0 auto 40px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .acm-block.rfp-block {
    max-width: 100%;
  }
}
.acm-block.rfp-block .page-content {
  border: none;
  padding: 52px 0 0;
  margin: 0 auto;
  width: 100%;
  min-height: 100%;
  max-width: 740px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .acm-block.rfp-block .page-content {
    padding-top: 0;
  }
}
.acm-block.rfp-block .page-content:before {
  content: "";
  background-image: url("../images/logo.svg");
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: -130px;
  bottom: 0;
  z-index: -1;
  left: 180px;
  right: 180px;
  opacity: 0.08;
}
@media only screen and (max-width: 767px) {
  .acm-block.rfp-block .page-content:before {
    top: 0;
    left: 10px;
    right: 10px;
  }
}
.acm-block.rfp-block .copy {
  font-size: 14px;
  line-height: 18px;
  max-width: 430px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .acm-block.rfp-block .copy {
    max-width: 100%;
  }
}
.acm-block.rfp-block .copy p {
  margin-bottom: 30px;
}
.acm-block.rfp-block .h2 {
  margin-bottom: 47px;
}
@media only screen and (max-width: 767px) {
  .acm-block.rfp-block .h2 {
    margin-bottom: 20px;
  }
}
.acm-block.rfp-block .form p {
  width: calc(50% - 20px);
  float: left;
  margin: 0 10px 22px;
}
.acm-block.rfp-block .form p.textarea {
  width: calc(100% - 20px);
  margin-top: 8px;
}
@media only screen and (max-width: 767px) {
  .acm-block.rfp-block .form p.textarea {
    width: 100%;
  }
}
.acm-block.rfp-block .form p.terms-privacy {
  width: calc(100% - 20px);
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .acm-block.rfp-block .form p {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.acm-block.rfp-block .form .controls {
  width: 100%;
}
.acm-block.rfp-block .form .controls p {
  width: calc(100% - 20px);
}
@media only screen and (max-width: 767px) {
  .acm-block.rfp-block .form .controls p {
    width: 100%;
  }
}
.acm-block.two-vertical-photo-layout {
  margin-top: 0;
}
.acm-block.two-vertical-photo-layout .thumbnails-wrapper {
  width: calc(50% - 10px);
  height: 100%;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .acm-block.two-vertical-photo-layout .thumbnails-wrapper {
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    position: relative;
    height: 590px;
    width: 100%;
  }
}
.acm-block.two-vertical-photo-layout .thumbnails-wrapper .thumbnail {
  float: left;
  width: 100%;
}
.acm-block.two-vertical-photo-layout .thumbnails-wrapper .thumb-one {
  height: calc(54% - 10px);
}
@media only screen and (max-width: 767px) {
  .acm-block.two-vertical-photo-layout .thumbnails-wrapper .thumb-one {
    height: 290px;
  }
}
.acm-block.two-vertical-photo-layout .thumbnails-wrapper .thumb-two {
  height: calc(46% - 10px);
  top: auto;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .acm-block.two-vertical-photo-layout .thumbnails-wrapper .thumb-two {
    height: 290px;
    bottom: auto;
    margin-top: 10px;
  }
}
.acm-block.two-vertical-photo-layout .page-content {
  width: calc(50% - 10px);
  float: right;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .acm-block.two-vertical-photo-layout .page-content {
    float: none;
    width: 100%;
  }
}
.acm-block.two-vertical-photo-layout .page-content .content-wrapper {
  padding: 57px 30px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .acm-block.two-vertical-photo-layout .page-content .content-wrapper {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .acm-block.two-vertical-photo-layout .page-content .content-wrapper {
    padding: 20px;
  }
}
.acm-block.two-vertical-photo-layout .page-content .content-wrapper .h1 {
  padding-top: 162px;
  margin-bottom: 68px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .acm-block.two-vertical-photo-layout .page-content .content-wrapper .h1 {
    margin-bottom: 20px;
    padding-top: 128px;
  }
}
@media only screen and (max-width: 767px) {
  .acm-block.two-vertical-photo-layout .page-content .content-wrapper .h1 {
    margin-bottom: 20px;
    padding-top: 85px;
  }
}
.acm-block.two-vertical-photo-layout .page-content .content-wrapper .copy {
  padding: 0 65px;
  margin-bottom: 65px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .acm-block.two-vertical-photo-layout .page-content .content-wrapper .copy {
    padding: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .acm-block.two-vertical-photo-layout .page-content .content-wrapper .copy {
    padding: 0;
    margin-bottom: 4px;
  }
}
.acm-block.two-vertical-photo-layout .page-content .content-wrapper .button {
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .acm-block.two-vertical-photo-layout .page-content .content-wrapper .button {
    margin-bottom: 15px;
  }
}

#events {
  position: relative;
  background: #F0F0F0;
  overflow: hidden;
  text-align: center;
}
#events h2 {
  font: 200 36px/1.2 "Knockout-htf49 WF", sans-serif;
  margin: 15px;
  color: #54baba;
  text-transform: uppercase;
}
#events h2 a {
  text-decoration: none;
}
#events .slideshow {
  max-width: 1440px;
  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: #ffffff;
  border-bottom-color: #ffffff;
  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: 200 24px/1.33 "Knockout-htf49 WF", 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 {
  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 300ms ease-in-out;
  cursor: pointer;
}
#events .slideshow-pagination > *:hover, #events .slideshow-pagination > *.active {
  background: #54baba;
}

.reviews-slideshow {
  position: relative;
  padding: 50px 0;
  overflow: hidden;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .reviews-slideshow {
    padding-bottom: 75px;
  }
}
.reviews-slideshow h2 {
  font: 200 36px/1.2 "Knockout-htf49 WF", sans-serif;
  margin-bottom: 30px;
  color: #54baba;
  text-transform: uppercase;
  text-align: center;
}
.reviews-slideshow .slideshow {
  width: calc(100% - 40px);
  max-width: 730px;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .reviews-slideshow .slideshow {
    width: calc(100% - 200px);
  }
}
@media only screen and (max-width: 767px) {
  .reviews-slideshow .slideshow {
    width: calc(100% - 60px);
  }
}
.reviews-slideshow .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
.reviews-slideshow .slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  text-align: center;
  color: #525252;
  font-family: "Zahrah WF", Arial, sans-serif;
  font-size: 16px;
  line-height: 26px;
}
.reviews-slideshow .slide h3,
.reviews-slideshow .slide .copy {
  quotes: "«" "»";
}
.reviews-slideshow .slide h3:before,
.reviews-slideshow .slide .copy:before {
  content: open-quote;
  display: inline;
}
.reviews-slideshow .slide h3:after,
.reviews-slideshow .slide .copy:after {
  content: close-quote;
  display: inline;
}
.reviews-slideshow .slide h3 {
  font-size: 32px;
  line-height: 1.2;
  color: #9B9B9B;
  text-transform: uppercase;
}
.reviews-slideshow .slide .copy {
  margin-top: 25px;
}
.reviews-slideshow .slide .copy * {
  display: inline;
}
.reviews-slideshow .slide .name {
  margin-top: 25px;
  font-weight: 700;
}
.reviews-slideshow .slideshow-button {
  border: 2px solid #000;
  border-bottom: 0;
  border-left: 0;
  height: 30px;
  overflow: hidden;
  position: absolute;
  text-indent: -100em;
  top: 50%;
  margin-top: -10px;
  width: 30px;
  z-index: 10;
  transition: border-color 300ms ease-in-out;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .reviews-slideshow .slideshow-button {
    display: none;
  }
}
.reviews-slideshow .slideshow-button:hover {
  border-color: #aaa;
}
.reviews-slideshow .slideshow-button.previous {
  left: 40px;
  transform: rotate(-135deg);
}
@media only screen and (max-width: 979px) {
  .reviews-slideshow .slideshow-button.previous {
    left: 20px;
  }
}
.reviews-slideshow .slideshow-button.next {
  right: 40px;
  transform: rotate(45deg);
}
@media only screen and (max-width: 979px) {
  .reviews-slideshow .slideshow-button.next {
    right: 20px;
  }
}

.rooms {
  position: relative;
  max-width: 1380px;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 767px) {
  .rooms {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
.rooms .rooms-main-wrapper .slider-button.previous {
  left: -30px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .rooms .rooms-main-wrapper .slider-button.previous {
    left: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .rooms .rooms-main-wrapper .slider-button.previous {
    left: -47px;
  }
}
.rooms .rooms-main-wrapper .slider-button.next {
  right: -30px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .rooms .rooms-main-wrapper .slider-button.next {
    right: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .rooms .rooms-main-wrapper .slider-button.next {
    right: -47px;
  }
}
.rooms .rooms-slideshow {
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .rooms .rooms-slideshow {
    margin: 0 auto;
    overflow: hidden;
    width: calc(100% - 60px);
  }
}
.rooms .rooms-list {
  max-width: 1380px;
  position: relative;
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
}
.rooms .rooms-entry {
  width: calc((100% - 40px) / 3);
  height: 480px;
  display: block;
  border: 2px solid #ffffff;
  margin: 0 10px 20px 10px;
  overflow: hidden;
  text-align: center;
  position: relative;
  transition: margin-bottom 300ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .rooms .rooms-entry {
    width: 100%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .rooms .rooms-entry {
    width: calc((100% - 20px) / 2);
  }
}
@media (min-width: 1200px) {
  .rooms .rooms-entry {
    width: calc((100% - 80px) / 4);
  }
}
.rooms .rooms-entry .rooms-thumb {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: transform 300ms ease-in-out;
}
.rooms .rooms-entry .content-wrapper {
  background: rgba(0, 0, 0, 0.88);
  color: #ffffff;
  padding: 20px 20px;
  height: 100%;
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  transition: background 300ms ease-in-out;
}
.rooms .rooms-entry .content-wrapper .rooms-item-gallery {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}
.keyboard-navigation .rooms .rooms-entry .content-wrapper .rooms-item-gallery:focus {
  border: 3px solid #fff;
}
.rooms .rooms-entry .content-wrapper .rooms-item-gallery {
  cursor: pointer;
}
.rooms .rooms-entry .content-wrapper .h1 {
  padding-top: 43px;
  font-size: 34px;
  letter-spacing: 0;
}
.rooms .rooms-entry .content-wrapper .copy {
  font-size: 15px;
  line-height: 18px;
  color: #ffffff;
  padding: 0 30px;
  margin-bottom: 18px;
}
@media only screen and (max-width: 767px) {
  .rooms .rooms-entry .content-wrapper .copy {
    padding: 0;
  }
}
.rooms .rooms-entry .content-wrapper .learn-more {
  display: inline-block;
  width: 100%;
  padding-bottom: 24px;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  position: relative;
  z-index: 2;
}
.rooms .rooms-entry .content-wrapper .learn-more:hover {
  text-decoration: underline;
}
.rooms .rooms-entry .content-wrapper .learn-more:after {
  content: "";
  background: url("../images/sprite.svg") 0 -40px no-repeat;
  width: 20px;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 300ms ease-in-out;
}
.rooms .rooms-entry .content-wrapper .button {
  height: 30px;
  line-height: 34px;
  margin: 0 auto;
  max-width: 210px;
  width: 100%;
  z-index: 2;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
}
.rooms .rooms-entry .content-wrapper .button.view-tour {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 65px;
}
.rooms .rooms-entry .content-wrapper .button.view-tour span {
  display: block;
}
.rooms .rooms-entry .content-wrapper .button.view-tour span.pano-icon {
  margin-right: 10px;
  height: 17px;
  width: 27px;
  font-size: 0;
}
.rooms .rooms-entry .content-wrapper .button.view-tour span.pano-icon svg {
  fill: #000;
  height: 17px;
}
.rooms .rooms-entry .content-wrapper .button.view-tour:hover span.pano-icon svg {
  fill: #000;
}
.rooms .rooms-entry .content-wrapper.active .learn-more:after {
  opacity: 1;
}
.rooms .rooms-entry .content-wrapper .icon {
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}
.rooms .rooms-entry .content-wrapper .icon:after {
  content: "";
  background-image: url("../images/logo.svg");
  background-size: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: -20px;
  transform: translateX(-50%);
  width: 50px;
  height: 70px;
}
.rooms .rooms-entry.hat .content-wrapper .icon:after {
  background-image: url("../images/room-icon-hat.png");
  top: 10px;
  width: 80px;
  height: 34px;
}
.rooms .rooms-entry.bowtie .content-wrapper .icon:after {
  background-image: url("../images/room-icon-bowtie.png");
  top: 1px;
  width: 68px;
  height: 38px;
}
.rooms .rooms-entry.shoe .content-wrapper .icon:after {
  background-image: url("../images/room-icon-shoe.png");
  top: -5px;
  width: 82px;
  height: 34px;
}
.rooms .rooms-entry.suitcase .content-wrapper .icon:after {
  background-image: url("../images/room-icon-suitcase.png");
  top: 10px;
  width: 60px;
  height: 47px;
}
.rooms .rooms-entry.luxury-guestrooms-in-boston .content-wrapper .icon:after {
  background-image: url("../images/room-icon-hat.png");
  top: 10px;
  width: 80px;
  height: 34px;
}
.rooms .rooms-entry.classic-double-queens .content-wrapper .icon:after {
  background-image: url("../images/room-icon-shoe.png");
  top: 5px;
  width: 82px;
  height: 34px;
}
.rooms .rooms-entry.premium-suites .content-wrapper .icon:after {
  background-image: url("../images/room-icon-suitcase.png");
  top: -5px;
  width: 60px;
  height: 47px;
}
.rooms .rooms-entry.ada-compliant-guestrooms .content-wrapper .icon:after {
  background-image: url("../images/room-icon-bowtie.png");
  top: 5px;
  width: 68px;
  height: 38px;
}
.rooms .rooms-entry:hover .rooms-thumb {
  transform: scale(1.1);
}
.rooms .rooms-entry:hover .content-wrapper {
  background: rgba(0, 0, 0, 0.7);
}
.rooms .all-galleries-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}
.rooms .all-galleries-wrapper .each-room-gallery {
  height: 0;
  width: 100%;
  transition: height 300ms ease-in-out;
}
.rooms .all-galleries-wrapper .each-room-gallery.active {
  height: 463px;
}
@media only screen and (max-width: 767px) {
  .rooms .all-galleries-wrapper .each-room-gallery.active {
    height: 250px;
  }
}
.rooms .all-galleries-wrapper .slideshow {
  height: 100%;
  width: 100%;
  position: relative;
}
.rooms .all-galleries-wrapper .slideshow .rooms-photo {
  width: 100%;
  height: 100%;
  display: block;
  float: left;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.rooms .all-galleries-wrapper .slideshow .rooms-photo .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 22px;
}
.rooms .all-galleries-wrapper .slideshow-button {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  width: calc(25% - 11px);
  height: 100%;
  top: 0;
  left: 0;
  transition: background 300ms ease-in-out;
  z-index: 1;
}
.rooms .all-galleries-wrapper .slideshow-button.next {
  left: auto;
  right: 0;
}
.rooms .all-galleries-wrapper .slideshow-button:hover {
  background: none;
}
@media only screen and (max-width: 767px) {
  .rooms .all-galleries-wrapper .slideshow-button {
    display: none;
  }
}

.room {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .room {
    text-align: center;
  }
}
.room .thumbnail {
  width: 50%;
  padding-bottom: 30%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .room .thumbnail {
    width: 100%;
    height: 250px;
  }
}
.room .thumbnail img {
  display: none;
}
.room .features,
.room .amenities {
  margin-left: 0;
}
.room .features li,
.room .amenities li {
  display: block;
  margin-right: 10px;
}
.room .features {
  margin-bottom: 30px;
}
.room .amenities-wrapper {
  overflow: hidden;
  width: 45%;
}
@media only screen and (max-width: 767px) {
  .room .amenities-wrapper {
    width: 100%;
  }
}
.room .amenities-wrapper .amenities {
  display: block;
  float: left;
  width: calc(50% - 10px);
  margin: 10px 5px 30px;
}
.room .price {
  display: block;
  margin-bottom: 40px;
  font-size: 26px;
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  .room .price {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 30px;
  }
}
.room .price .number {
  font-size: 30px;
  line-height: 30px;
}
.room .controls {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .room .controls {
    justify-content: center;
  }
}
.room .controls .button {
  margin: 0 10px 10px 0;
}
@media only screen and (max-width: 767px) {
  .room .controls .button {
    margin: 0 5px 10px 5px;
  }
}
.room .controls .button.view-tour {
  display: flex;
  justify-content: center;
  align-items: center;
}
.room .controls .button.view-tour span {
  display: block;
}
.room .controls .button.view-tour span.pano-icon {
  margin-right: 10px;
  height: 17px;
  width: 27px;
  font-size: 0;
}
.room .controls .button.view-tour span.pano-icon svg {
  fill: #000;
  height: 17px;
}
.room .controls .button.view-tour:hover span.pano-icon svg {
  fill: #000;
}

#home-gallery {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding-bottom: 10px;
  text-align: center;
  z-index: 10;
}
#home-gallery h2 {
  display: none;
  font: 200 36px/1.2 "Knockout-htf49 WF", sans-serif;
  margin: 40px 0;
  color: #54baba;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #home-gallery h2 {
    display: block;
  }
}
#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 (min-width: 768px) and (max-width: 979px) {
  #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: 25px/25px "Knockout-htf49 WF", 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 {
  position: relative;
  padding: 50px 0;
  z-index: 10;
}
#feeds h2 {
  font: 200 36px/1.2 "Knockout-htf49 WF", sans-serif;
  margin-bottom: 30px;
  color: #54baba;
  text-transform: uppercase;
  text-align: center;
}
#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: #ffffff;
  border-bottom-color: #ffffff;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#feeds .feed-content {
  overflow: hidden;
  position: relative;
}
#feeds .feed-items {
  font-size: 0;
  margin-bottom: 20px;
}
#feeds .feed-items:after {
  clear: both;
  content: "";
  display: table;
}
#feeds .pattern {
  position: relative;
}
#feeds .feed-item {
  position: relative;
  width: 15.1515151515%;
  height: auto;
  padding-top: 15%;
  float: left;
  font: italic 14px/18px "Zahrah WF", Arial, sans-serif;
  overflow: hidden;
  opacity: 1;
  text-align: left;
  background: #ebebeb;
  color: #6F6F6F;
  transition: opacity 300ms ease-in-out;
}
#feeds .feed-item:hover {
  opacity: 0.86;
}
#feeds .feed-item:before {
  content: "";
  display: block;
  position: absolute;
  width: 31px;
  height: 31px;
  right: 10px;
  top: 10px;
  background: url("../images/feeds-sprite.svg") -180px 0 no-repeat;
  z-index: 5;
}
#feeds .feed-item.invisible {
  opacity: 0;
}
#feeds .feed-item .feed-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
#feeds .feed-item .feed-thumb div {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.6;
}
#feeds .feed-item.instagram .feed-thumb div {
  opacity: 1;
}
#feeds .feed-item .feed-descr {
  position: absolute;
  bottom: 0;
  top: 0;
  overflow: hidden;
  padding: 15px;
  width: 100%;
  font: 14px/18px "Zahrah WF", Arial, sans-serif;
  text-align: left;
  color: #ffffff;
}
@media only screen and (min-width: 1800px) {
  #feeds .feed-item .feed-descr {
    padding: 20px;
  }
}
#feeds .feed-item .feed-title {
  margin-bottom: 10px;
  font-weight: 600;
  text-decoration: underline;
  transition: all 300ms ease-in-out;
  padding-right: 30px;
}
#feeds .feed-item .feed-date {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
}
#feeds .feed-item .feed-text {
  display: inline-block;
  font-family: "Zahrah WF", Arial, sans-serif;
  font-weight: 200;
}
#feeds .feed-item .feed-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#feeds .feed-item.instagram {
  background: #833ab4;
}
#feeds .feed-item.instagram:before {
  background-position: 0 0;
}
#feeds .feed-item.instagram .feed-descr {
  display: none;
}
#feeds .feed-item.instagram a {
  color: inherit;
}
#feeds .feed-item.facebook {
  background: #3b5998;
}
#feeds .feed-item.facebook:before {
  background-position: -50px 0;
}
#feeds .feed-item.twitter {
  background: #657786;
}
#feeds .feed-item.twitter:before {
  background-position: -100px 0;
}
#feeds .feed-item.blog:before {
  background-position: -150px 0;
}
#feeds .feed-item.blog .feed-thumb {
  display: none;
}
#feeds .feed-item.blog h3 {
  color: #ACA394;
  padding-right: 30px;
  margin-bottom: 7px;
  transition: all 300ms ease-in-out;
}
#feeds .feed-item.blog h3:hover {
  opacity: 0.7;
}
#feeds .feed-item.blog .feed-descr {
  color: #5c574f;
}
#feeds .feed-items.items-per-pattern-2 .feed-item {
  width: 100%;
  padding: 100% 0 0 0;
  margin-bottom: 20px;
}
#feeds .feed-items.items-per-pattern-4 {
  margin: 0 -10px 20px;
}
#feeds .feed-items.items-per-pattern-4 .feed-item {
  width: calc(50% - 20px);
  padding: calc(50% - 20px) 0 0 0;
  margin: 0 10px 20px 10px;
}
#feeds .feed-items.items-per-pattern-6 {
  margin: 0 -10px 20px;
}
#feeds .feed-items.items-per-pattern-6 .feed-item {
  width: calc(33.3333333333% - 20px);
  padding: calc(33.3333333333% - 20px) 0 0 0;
  margin: 0 10px 20px 10px;
}
#feeds .feed-items.items-per-pattern-5 {
  margin: 0 -10px 20px;
}
#feeds .feed-items.items-per-pattern-5 .feed-item {
  width: calc(25% - 20px);
  padding: calc(25% - 20px) 0 0 0;
  margin: 0 10px 20px 10px;
}
#feeds .feed-items.items-per-pattern-9 {
  margin: 0 -10px 20px;
}
#feeds .feed-items.items-per-pattern-9 .feed-item {
  width: calc(16.6666666667% - 20px);
  padding: calc(16.6666666667% - 20px) 0 0 0;
  margin: 0 10px 20px 10px;
}
#feeds .feed-items.items-per-pattern-10 {
  margin: 0 -10px 20px;
}
#feeds .feed-items.items-per-pattern-10 .feed-item {
  width: calc(12.5% - 20px);
  padding: calc(12.5% - 20px) 0 0 0;
  margin: 0 10px 20px 10px;
}
#feeds.all-feeds .feed-items.items-per-pattern-5 .pattern, #feeds.all-feeds .feed-items.items-per-pattern-9 .pattern, #feeds.all-feeds .feed-items.items-per-pattern-10 .pattern {
  margin-bottom: 20px;
}
#feeds.all-feeds .feed-items.items-per-pattern-5 .feed-item, #feeds.all-feeds .feed-items.items-per-pattern-9 .feed-item, #feeds.all-feeds .feed-items.items-per-pattern-10 .feed-item {
  position: absolute;
  margin: 0;
  padding: 0;
  width: auto;
}
#feeds.all-feeds .feed-items.items-per-pattern-5 .pattern {
  padding-bottom: 48.4%;
}
#feeds.all-feeds .feed-items.items-per-pattern-5 .feed-item:nth-child(1) {
  top: 0;
  right: calc(75% + 10px);
  bottom: calc(50% + 10px);
  left: 10px;
}
#feeds.all-feeds .feed-items.items-per-pattern-5 .feed-item:nth-child(2) {
  top: calc(50% + 10px);
  right: calc(75% + 10px);
  bottom: 0;
  left: 10px;
}
#feeds.all-feeds .feed-items.items-per-pattern-5 .feed-item:nth-child(3) {
  top: 0;
  right: calc(25% + 10px);
  bottom: 0;
  left: calc(25% + 10px);
}
#feeds.all-feeds .feed-items.items-per-pattern-5 .feed-item:nth-child(3) .feed-descr {
  top: auto;
}
#feeds.all-feeds .feed-items.items-per-pattern-5 .feed-item:nth-child(4) {
  top: 0;
  right: 10px;
  bottom: calc(50% + 10px);
  left: calc(75% + 10px);
}
#feeds.all-feeds .feed-items.items-per-pattern-5 .feed-item:nth-child(5) {
  top: calc(50% + 10px);
  right: 10px;
  bottom: 0;
  left: calc(75% + 10px);
}
#feeds.all-feeds .feed-items.items-per-pattern-9 .pattern {
  padding-bottom: 32%;
}
#feeds.all-feeds .feed-items.items-per-pattern-9 .feed-item:nth-child(1) {
  top: 0;
  right: calc(83.33% + 10px);
  bottom: calc(50% + 10px);
  left: 10px;
}
#feeds.all-feeds .feed-items.items-per-pattern-9 .feed-item:nth-child(2) {
  top: calc(50% + 10px);
  right: calc(83.33% + 10px);
  bottom: 0;
  left: 10px;
}
#feeds.all-feeds .feed-items.items-per-pattern-9 .feed-item:nth-child(3) {
  top: 0;
  right: calc(66.66% + 10px);
  bottom: calc(50% + 10px);
  left: calc(16.66% + 10px);
}
#feeds.all-feeds .feed-items.items-per-pattern-9 .feed-item:nth-child(4) {
  top: calc(50% + 10px);
  right: calc(66.66% + 10px);
  bottom: 0;
  left: calc(16.66% + 10px);
}
#feeds.all-feeds .feed-items.items-per-pattern-9 .feed-item:nth-child(5) {
  top: 0;
  right: calc(33.33% + 10px);
  bottom: 0;
  left: calc(33.33% + 10px);
}
#feeds.all-feeds .feed-items.items-per-pattern-9 .feed-item:nth-child(5) .feed-descr {
  top: auto;
}
#feeds.all-feeds .feed-items.items-per-pattern-9 .feed-item:nth-child(6) {
  top: 0;
  right: calc(16.66% + 10px);
  bottom: calc(50% + 10px);
  left: calc(66.66% + 10px);
}
#feeds.all-feeds .feed-items.items-per-pattern-9 .feed-item:nth-child(7) {
  top: calc(50% + 10px);
  right: calc(16.66% + 10px);
  bottom: 0;
  left: calc(66.66% + 10px);
}
#feeds.all-feeds .feed-items.items-per-pattern-9 .feed-item:nth-child(8) {
  top: 0;
  right: 10px;
  bottom: calc(50% + 10px);
  left: calc(83.33% + 10px);
}
#feeds.all-feeds .feed-items.items-per-pattern-9 .feed-item:nth-child(9) {
  top: calc(50% + 10px);
  right: 10px;
  bottom: 0;
  left: calc(83.33% + 10px);
}
#feeds.all-feeds .feed-items.items-per-pattern-10 .pattern {
  padding-bottom: 23.9%;
}
#feeds.all-feeds .feed-items.items-per-pattern-10 .feed-item:nth-child(1) {
  top: 0;
  right: calc(87.5% + 10px);
  bottom: calc(50% + 10px);
  left: 10px;
}
#feeds.all-feeds .feed-items.items-per-pattern-10 .feed-item:nth-child(2) {
  top: calc(50% + 10px);
  right: calc(87.5% + 10px);
  bottom: 0;
  left: 10px;
}
#feeds.all-feeds .feed-items.items-per-pattern-10 .feed-item:nth-child(3) {
  top: 0;
  right: calc(75% + 10px);
  bottom: calc(50% + 10px);
  left: calc(12.5% + 10px);
}
#feeds.all-feeds .feed-items.items-per-pattern-10 .feed-item:nth-child(4) {
  top: calc(50% + 10px);
  right: calc(75% + 10px);
  bottom: 0;
  left: calc(12.5% + 10px);
}
#feeds.all-feeds .feed-items.items-per-pattern-10 .feed-item:nth-child(5) {
  top: 0;
  right: calc(50% + 10px);
  bottom: 0;
  left: calc(25% + 10px);
}
#feeds.all-feeds .feed-items.items-per-pattern-10 .feed-item:nth-child(5) .feed-descr {
  top: auto;
}
#feeds.all-feeds .feed-items.items-per-pattern-10 .feed-item:nth-child(6) {
  top: 0;
  right: calc(37.5% + 10px);
  bottom: calc(50% + 10px);
  left: calc(50% + 10px);
}
#feeds.all-feeds .feed-items.items-per-pattern-10 .feed-item:nth-child(7) {
  top: calc(50% + 10px);
  right: calc(37.5% + 10px);
  bottom: 0;
  left: calc(50% + 10px);
}
#feeds.all-feeds .feed-items.items-per-pattern-10 .feed-item:nth-child(8) {
  top: 0;
  right: calc(25% + 10px);
  bottom: calc(50% + 10px);
  left: calc(62.5% + 10px);
}
#feeds.all-feeds .feed-items.items-per-pattern-10 .feed-item:nth-child(9) {
  top: calc(50% + 10px);
  right: calc(25% + 10px);
  bottom: 0;
  left: calc(62.5% + 10px);
}
#feeds.all-feeds .feed-items.items-per-pattern-10 .feed-item:nth-child(10) {
  top: 0;
  right: 10px;
  bottom: 0;
  left: calc(75% + 10px);
}
#feeds.all-feeds .facebook .feed-descr {
  top: 0;
}
#feeds .feed-controls {
  display: block;
  text-align: center;
}

#footer {
  position: relative;
  background: #000;
  padding: 0 0 30px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  z-index: 1;
}
#footer .columns .column {
  width: 100%;
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 979px) {
  #footer .columns .column {
    display: block;
  }
}
#footer .columns .column:first-child {
  justify-content: center;
}
#footer .columns .column:last-child {
  justify-content: space-around;
}

#footer-menu {
  margin-bottom: 10px;
  margin-right: 10px;
}
@media only screen and (max-width: 979px) {
  #footer-menu {
    margin-bottom: 30px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  #footer-menu {
    margin-bottom: 0;
  }
}
#footer-menu ul {
  text-align: right;
}
@media only screen and (max-width: 979px) {
  #footer-menu ul {
    text-align: center;
  }
}
#footer-menu li {
  display: inline-block;
  margin-left: 30px;
}
@media only screen and (max-width: 979px) {
  #footer-menu li {
    display: block;
  }
}
#footer-menu a {
  display: block;
  text-transform: uppercase;
  font: 15px/26px "Knockout-htf49 WF", sans-serif;
  text-decoration: none;
  color: #fff;
}
@media only screen and (max-width: 979px) {
  #footer-menu a {
    margin: 0 10px;
  }
}
#footer-menu a:hover, #footer-menu a.active {
  text-decoration: underline;
}

.mob-show {
  display: none !important;
}
@media only screen and (max-width: 979px) {
  .mob-show {
    display: block !important;
  }
}

.mob-hide {
  display: block;
}
@media only screen and (max-width: 979px) {
  .mob-hide {
    display: none !important;
  }
}

#footer-contacts {
  margin-bottom: 30px;
  padding-top: 10px;
  display: flex;
}
@media only screen and (max-width: 979px) {
  #footer-contacts {
    width: 100%;
    float: none;
    text-align: center;
    flex-direction: column;
    display: inline-block;
  }
}
#footer-contacts .hotel-description {
  width: calc(100% - 0px);
}
@media only screen and (max-width: 979px) {
  #footer-contacts .hotel-description {
    margin: 20px auto;
  }
}
#footer-contacts .aaa-logo,
#footer-contacts .verified-logo,
#footer-contacts .ic-logo {
  margin-top: 15px;
}
@media only screen and (max-width: 979px) {
  #footer-contacts .aaa-logo,
  #footer-contacts .verified-logo,
  #footer-contacts .ic-logo {
    margin-bottom: 20px;
  }
}
#footer-contacts .aaa-logo img,
#footer-contacts .verified-logo img,
#footer-contacts .ic-logo img {
  width: 100px;
  margin-right: 25px;
  margin-top: -5px;
}
@media only screen and (max-width: 979px) {
  #footer-contacts .aaa-logo img,
  #footer-contacts .verified-logo img,
  #footer-contacts .ic-logo img {
    margin-right: auto;
  }
}
#footer-contacts .ic-logo img {
  width: 218px;
}
@media only screen and (max-width: 979px) {
  #footer-contacts .ic-logo img {
    width: 170px;
    margin: 0 20px;
  }
}
#footer-contacts .leed-logo {
  width: 100px;
  float: none;
  margin-left: 15px;
}
@media only screen and (max-width: 979px) {
  #footer-contacts .leed-logo {
    margin: 25px auto;
    display: inline-block;
  }
}
#footer-contacts .leed-logo img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
#footer-contacts .michelin-logo {
  width: 150px;
  float: none;
}
@media only screen and (max-width: 979px) {
  #footer-contacts .michelin-logo {
    margin: 25px auto;
    display: inline-block;
  }
}
#footer-contacts .michelin-logo img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
#footer-contacts .travel-gray-logo {
  width: 170px;
  float: none;
  margin: 14px 0px 15px 25px;
}
@media only screen and (max-width: 979px) {
  #footer-contacts .travel-gray-logo {
    display: inline-block;
  }
}
#footer-contacts .travel-gray-logo img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
#footer-contacts .verified-logo {
  margin-top: 0;
}
#footer-contacts .verified-logo img {
  width: 110px;
}
#footer-contacts h2 {
  margin-bottom: 10px;
  font-size: 19px;
  line-height: 21px;
  text-transform: uppercase;
  margin-right: 12px;
  letter-spacing: 1px;
  text-align: center;
}
@media only screen and (max-width: 979px) {
  #footer-contacts h2 {
    display: inline-block;
    text-align: center;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer-contacts h2 {
    font-size: 17px;
    line-height: 19px;
  }
}
#footer-contacts p {
  float: left;
  font-size: 19px;
  line-height: 21px;
  text-align: center;
}
@media only screen and (max-width: 979px) {
  #footer-contacts p {
    float: none;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  #footer-contacts p {
    font-size: 17px;
    line-height: 19px;
  }
}
#footer-contacts p a {
  white-space: nowrap;
}

.thank-you {
  font: 20px/40px "Knockout-htf49 WF", sans-serif;
  display: none;
  margin: 0 auto 16px;
  width: 100%;
  text-align: center;
  height: 36px;
  padding: 0 10px;
  text-transform: uppercase;
  color: #ffffff;
}

#newsletter {
  position: relative;
  margin-top: 5px;
  margin-bottom: 46px;
  padding-bottom: 34px;
  border-bottom: 2px solid #fff;
}
@media only screen and (max-width: 767px) {
  #newsletter {
    width: 100%;
    margin-bottom: 30px;
  }
}
#newsletter h2 {
  margin-bottom: 33px;
  font-size: 23px;
  line-height: 26px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  #newsletter h2 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
#newsletter .newsletter-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#newsletter .newsletter-column {
  flex-grow: 1;
  margin-bottom: 15px;
  margin-left: 15px;
}
#newsletter .newsletter-column:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  #newsletter .newsletter-column {
    width: 100%;
  }
}
#newsletter .newsletter-column.small {
  max-width: 160px;
}
@media only screen and (max-width: 767px) {
  #newsletter .newsletter-column.small {
    max-width: none;
  }
}
#newsletter .newsletter-column.controls {
  max-width: 180px;
}
@media only screen and (max-width: 767px) {
  #newsletter .newsletter-column.controls {
    max-width: none;
  }
}
#newsletter .privacy {
  margin-top: 20px;
  width: 100%;
  font: 17px/20px "Knockout-htf49 WF", sans-serif;
}
#newsletter input[type=text] {
  font: 20px/48px "Knockout-htf49 WF", sans-serif;
  display: block;
  width: 100%;
  text-align: center;
  height: 50px;
  padding: 0 10px;
  text-transform: uppercase;
  border: 1px solid #EAEAEA;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  #newsletter input[type=text] {
    font-size: 18px;
    line-height: 38px;
    height: 40px;
  }
}
#newsletter input[type=text]::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
#newsletter input[type=text]::placeholder {
  color: #fff;
  opacity: 1;
}
#newsletter input[type=text]:focus::-moz-placeholder {
  color: #444;
}
#newsletter input[type=text]:focus::placeholder {
  color: #444;
}
#newsletter .formError {
  text-align: left;
  font-family: "Zahrah WF", Arial, sans-serif;
}
#newsletter .formError .formErrorContent {
  min-width: 160px;
}
#newsletter .button {
  display: inline-block;
  vertical-align: top;
  height: 50px;
  width: 100%;
  padding: 0 20px;
  line-height: 50px;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  #newsletter .button {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
}
#newsletter .success {
  display: none;
  font: 26px/1.2em "Knockout-htf49 WF", sans-serif;
  color: #fff;
  transition: opacity 300ms;
}

#footer .socials {
  text-align: right;
}
@media only screen and (max-width: 979px) {
  #footer .socials {
    width: 100%;
    float: right;
    text-align: center;
    position: relative;
    left: auto;
    transform: none;
  }
}
@media only screen and (max-width: 767px) {
  #footer .socials {
    float: none;
  }
}
#footer .socials li {
  display: inline-block;
  margin-left: 10px;
  vertical-align: top;
}
#footer .socials li:first-child {
  margin-left: 0;
}
#footer .socials a {
  position: relative;
  display: block;
  width: 26px;
  height: 26px;
  font-size: 0;
  overflow: hidden;
  background: url("../images/sprite.svg") 0 0 no-repeat;
  opacity: 1;
  transition: opacity 300ms ease-in-out;
}
#footer .socials a:hover {
  opacity: 0.8;
}
#footer .socials a.facebook {
  background-position: -1px 3px;
}
#footer .socials a.twitter {
  background-position: -41px 3px;
}
#footer .socials a.instagram {
  background-position: -281px 3px;
}
#footer .socials a.tripadvisor {
  background-position: -201px 3px;
}
#footer .socials a.google, #footer .socials a.googleplus, #footer .socials a.gplus {
  background-position: -81px 3px;
}
#footer .socials a.youtube {
  background-position: -121px 3px;
}
#footer .socials a.flickr {
  background-position: -361px 3px;
}
#footer .socials a.pinterest {
  background-position: -241px 3px;
}

#hebs-gallery {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11000;
  background: rgba(0, 0, 0, 0.95);
  /* FULL SIZE IMAGE */
  /* FULL SIZE IMAGE -> Navigation */
  /* FULL SIZE IMAGE -> Loading */
  /* THUMBNAILS */
  /* THUMBNAILS -> Navigation */
  /* INFO */
}
#hebs-gallery .galleria {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
#hebs-gallery .close-button {
  position: absolute;
  right: 20px;
  top: 12px;
  width: 17px;
  height: 17px;
  font-size: 0;
  text-indent: -9999em;
  overflow: hidden;
  transition: opacity 300ms ease-in-out;
  z-index: 1;
}
#hebs-gallery .close-button:before, #hebs-gallery .close-button:after {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  position: absolute;
  left: -11px;
  background: #fff;
  transition: background-color 300ms ease-in-out;
}
#hebs-gallery .close-button:before {
  top: 4px;
  transform: rotate(52deg);
}
#hebs-gallery .close-button:after {
  bottom: 4px;
  transform: rotate(-52deg);
}
#hebs-gallery .close-button:hover:before, #hebs-gallery .close-button:hover:after {
  background: #cccccc;
}
#hebs-gallery .close-button:active:before, #hebs-gallery .close-button:active:after {
  background: #4c4c4c;
}
#hebs-gallery .galleria-container {
  position: relative;
  overflow: hidden;
  width: 100% !important;
  height: 100% !important;
}
#hebs-gallery .select-wrapper {
  position: relative;
  float: left;
  margin: 5px 0 0 20px;
  z-index: 2;
}
#hebs-gallery .category-selector {
  height: 30px;
  line-height: 30px;
  margin-bottom: 0;
  background: #ddf0f0;
  font-size: 14px;
  color: #132929;
}
#hebs-gallery .galleria-stage {
  position: absolute;
  top: 40px;
  bottom: 120px;
  left: 0;
  right: 0;
  padding: 20px 72px;
  overflow: hidden;
}
@media only screen and (max-width: 979px) {
  #hebs-gallery .galleria-stage {
    padding: 0;
  }
}
@media only screen and (max-width: 979px) 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;
}
@media only screen and (max-width: 979px) {
  #hebs-gallery .galleria-image-nav {
    display: none;
  }
}
#hebs-gallery .galleria-image-nav-left, #hebs-gallery .galleria-image-nav-right {
  position: absolute;
  top: 50%;
  margin-top: -21px;
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  border-bottom: 0;
  border-left: 0;
  text-indent: -100em;
  overflow: hidden;
  transition: all 350ms ease-in-out;
  cursor: pointer;
  z-index: 2;
}
#hebs-gallery .galleria-image-nav-left {
  left: 20px;
  transform: rotate(-135deg);
}
#hebs-gallery .galleria-image-nav-left:hover {
  border-color: #ccc;
}
#hebs-gallery .galleria-image-nav-left:active {
  border-color: #4c4c4c;
}
#hebs-gallery .galleria-image-nav-right {
  right: 20px;
  transform: rotate(45deg);
}
#hebs-gallery .galleria-image-nav-right:hover {
  border-color: #ccc;
}
#hebs-gallery .galleria-image-nav-right:active {
  border-color: #4c4c4c;
}
#hebs-gallery .galleria-loader {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -24px 0 0 -24px;
}
#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: #ffffff;
  border-bottom-color: #ffffff;
  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 {
  height: 120px;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  background: #000;
}
@media only screen and (max-width: 979px) and (orientation: landscape) {
  #hebs-gallery .galleria-thumbnails-container {
    display: none;
  }
}
#hebs-gallery .galleria-carousel .galleria-thumbnails-list {
  margin-left: 52px;
  margin-right: 52px;
}
#hebs-gallery .galleria-thumbnails {
  margin: 20px auto 0;
}
#hebs-gallery .galleria-thumbnails .galleria-image {
  height: 80px !important;
  width: 80px !important;
  background: #000;
  margin: 0 6px 0 0;
  float: left;
  cursor: pointer;
}
#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 {
  display: none;
  position: absolute;
  top: 50%;
  cursor: pointer;
  width: 21px;
  height: 21px;
  margin-top: -10px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common.svg") 0 0 no-repeat;
}
#hebs-gallery .galleria-carousel .galleria-thumb-nav-left, #hebs-gallery .galleria-carousel .galleria-thumb-nav-right {
  display: block;
}
#hebs-gallery .galleria-thumb-nav-left.disabled, #hebs-gallery .galleria-thumb-nav-right.disabled {
  opacity: 0.5;
  cursor: default;
}
#hebs-gallery .galleria-thumb-nav-left {
  left: 15px;
  background-position: 5px -199px;
}
#hebs-gallery .galleria-thumb-nav-left:hover {
  background-position: -26px -199px;
}
#hebs-gallery .galleria-thumb-nav-left:active {
  background-position: -57px -199px;
}
#hebs-gallery .galleria-thumb-nav-left.disabled {
  background-position: 5px -199px;
}
#hebs-gallery .galleria-thumb-nav-right {
  right: 15px;
  background-position: 5px -240px;
}
#hebs-gallery .galleria-thumb-nav-right:hover {
  background-position: -26px -240px;
}
#hebs-gallery .galleria-thumb-nav-right:active {
  background-position: -57px -240px;
}
#hebs-gallery .galleria-thumb-nav-right.disabled {
  background-position: 5px -240px;
}
#hebs-gallery .galleria-info {
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  width: 100%;
  height: 40px;
}
#hebs-gallery .galleria-info .galleria-info-description {
  text-align: center;
  line-height: 40px;
  color: #fff;
  position: absolute;
  left: 300px;
  right: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#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: 12px/16px "Knockout-htf49 WF", 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;
}

.specials:after {
  clear: both;
  content: "";
  display: table;
}
.specials #content {
  padding: 57px 30px;
}
@media only screen and (max-width: 767px) {
  .specials #content {
    padding: 20px 10px;
  }
}
.specials .specials-list {
  max-width: 1380px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  font-size: 0;
  text-align: center;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.specials .specials-list .empty-special {
  display: block;
  width: calc((100% - 60px) / 4);
  height: 0;
}
.specials .special-entry {
  width: calc((100% - 40px) / 3);
  display: block;
  text-align: center;
  position: relative;
  transition: margin-bottom 300ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .specials .special-entry {
    width: 100%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .specials .special-entry {
    width: calc((100% - 20px) / 2);
  }
  .specials .special-entry:nth-child(2n+2) .special-description-wrapper .special-description {
    left: calc(-100% - 20px);
  }
}
@media (min-width: 981px) and (max-width: 1199px) {
  .specials .special-entry:nth-child(3n+2) .special-description-wrapper .special-description {
    left: calc(-100% - 20px);
  }
  .specials .special-entry:nth-child(3n+3) .special-description-wrapper .special-description {
    left: calc(-200% - 40px);
  }
}
@media (min-width: 1200px) {
  .specials .special-entry {
    width: calc((100% - 60px) / 4);
  }
  .specials .special-entry:nth-child(4n+2) .special-description-wrapper .special-description {
    left: calc(-100% - 20px);
  }
  .specials .special-entry:nth-child(4n+3) .special-description-wrapper .special-description {
    left: calc(-200% - 40px);
  }
  .specials .special-entry:nth-child(4n+4) .special-description-wrapper .special-description {
    left: calc(-300% - 60px);
  }
}
.specials .special-entry .special-description-wrapper {
  width: 100%;
  padding-bottom: 0;
  margin-top: 20px;
  position: relative;
  transition: padding-bottom 300ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .specials .special-entry .special-description-wrapper {
    margin-top: 10px;
    padding-bottom: 0;
    height: 0;
    transition: height 300ms ease-in-out;
  }
}
.specials .special-entry .special-description-wrapper .special-description {
  position: absolute;
  left: 0;
  width: calc(400% + 60px);
  top: 0;
  height: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .specials .special-entry .special-description-wrapper .special-description {
    width: 100%;
  }
}
.specials .special-entry .special-description-wrapper .special-description .content-wrapper {
  border: 2px solid #ffffff;
  width: calc((100% - 60px) / 4);
  background: #000000;
}
@media only screen and (max-width: 767px) {
  .specials .special-entry .special-description-wrapper .special-description .content-wrapper {
    width: 100%;
  }
}
.specials .special-entry .special-description-wrapper .description-thumb {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  left: calc(100% + 20px);
  width: calc(300% + 54px);
  top: 0;
  height: calc(100% + 2px);
}
@media only screen and (max-width: 767px) {
  .specials .special-entry .special-description-wrapper .description-thumb {
    display: none;
  }
}
.specials .special-entry.active {
  z-index: 2;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .specials .special-entry.active {
    margin-bottom: 10px;
  }
}
.specials .special-entry.active .special-description-wrapper {
  padding-bottom: 100%;
}
@media only screen and (max-width: 767px) {
  .specials .special-entry.active .special-description-wrapper {
    height: 250px;
    padding-bottom: 0;
  }
}
.specials .special-entry.active .content-wrapper .learn-more:after {
  opacity: 1;
}
.specials .special-entry .inner-wrapper {
  width: 100%;
  padding-top: 100%;
  border: 2px solid #ffffff;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .specials .special-entry .inner-wrapper {
    height: 250px;
    padding-top: 0;
  }
}
.specials .special-entry .special-thumb {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: transform 300ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .specials .special-entry .special-thumb {
    height: 250px;
  }
}
.specials .special-entry .content-wrapper {
  background: rgba(0, 0, 0, 0.75);
  color: #ffffff;
  padding: 0 10px;
  display: flex;
  flex-flow: column;
  align-items: stretch;
  justify-content: center;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: background 300ms ease-in-out;
}
@media only screen and (min-width: 1800px) {
  .specials .special-entry .content-wrapper {
    padding: 0 20px;
  }
}
.specials .special-entry .content-wrapper .h1 {
  padding-top: 0;
  margin-bottom: 8px;
  font-size: 26px;
  line-height: 26px;
}
.specials .special-entry .content-wrapper .h1:after {
  display: none;
}
.specials .special-entry .content-wrapper .h1 a {
  text-decoration: none;
}
.specials .special-entry .content-wrapper .h1 a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 1440px) {
  .specials .special-entry .content-wrapper .h1 {
    margin-bottom: 10px;
    font-size: 38px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 1800px) {
  .specials .special-entry .content-wrapper .h1 {
    margin-bottom: 13px;
    font-size: 42px;
    line-height: 40px;
  }
}
.specials .special-entry .content-wrapper .h2 {
  text-transform: uppercase;
  font: 700 16px/20px "Knockout-htf49 WF", sans-serif;
  letter-spacing: 3px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1440px) {
  .specials .special-entry .content-wrapper .h2 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 1800px) {
  .specials .special-entry .content-wrapper .h2 {
    margin-bottom: 24px;
    font-size: 29px;
    line-height: 31px;
  }
}
.specials .special-entry .content-wrapper .copy {
  font-size: 15px;
  line-height: 18px;
  color: #ffffff;
  padding: 0 30px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .specials .special-entry .content-wrapper .copy {
    padding: 0;
    margin-bottom: 20px;
  }
}
.specials .special-entry .content-wrapper .learn-more {
  display: inline-block;
  width: 100%;
  padding-bottom: 24px;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  position: relative;
  color: #ffffff;
}
.specials .special-entry .content-wrapper .learn-more:hover {
  text-decoration: underline;
}
.specials .special-entry .content-wrapper .learn-more:after {
  content: "";
  background: url("../images/sprite.svg") 0 -40px no-repeat;
  width: 20px;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 300ms ease-in-out;
}
.specials .special-entry .content-wrapper .button {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  height: 30px;
  line-height: 34px;
  margin: 0 auto;
  max-width: 180px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .specials .special-entry .content-wrapper .button {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
  }
}
@media only screen and (min-width: 1440px) {
  .specials .special-entry .content-wrapper .button {
    max-width: 200px;
  }
}
@media only screen and (min-width: 1800px) {
  .specials .special-entry .content-wrapper .button {
    max-width: 210px;
  }
}
.specials .special-entry .content-wrapper .h1 + .learn-more, .specials .special-entry .content-wrapper .h1 + .button {
  margin-top: 10px;
}
@media only screen and (min-width: 1800px) {
  .specials .special-entry .content-wrapper .h1 + .learn-more, .specials .special-entry .content-wrapper .h1 + .button {
    margin-top: 24px;
  }
}
.specials .special-entry:hover .special-thumb {
  transform: scale(1.1);
}
.specials .special-entry:hover .content-wrapper {
  background: rgba(0, 0, 0, 0.6);
}

.single-special {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .single-special {
    text-align: center;
  }
}
.single-special .background {
  float: right;
  width: 300px;
  height: 300px;
  margin-left: 20px;
  margin-bottom: 20px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .single-special .background {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}

.google-map {
  position: relative;
}
.google-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: #ffffff;
  border-bottom-color: #ffffff;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.google-map.loaded:before {
  content: none;
}

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

.map-content {
  background: rgba(0, 0, 0, 0.9);
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  padding: 10px 20px;
  position: relative;
  text-align: center;
  color: #fff;
  width: 300px;
}
.map-content .map-thumbnail {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
  width: 100%;
  height: 120px;
  margin-bottom: 15px;
}
.map-content .map-thumbnail img {
  display: none;
}
.map-content h3, .map-content p {
  margin-bottom: 10px;
}
.map-content h3 {
  font: 400 17px/18px "Knockout-htf49 WF", sans-serif;
  color: #ffffff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.map-content p {
  line-height: 16px;
  font-size: 12px;
}
.map-content a {
  color: #fff;
}
.map-content .button {
  margin-top: 20px;
  color: #000;
  width: 100%;
}

.pressroom {
  text-align: center;
  font-size: 0;
}
.pressroom .pressroom-item {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 62px) / 3);
  height: 400px;
  margin: 10px;
  position: relative;
  overflow: hidden;
  border: 2px solid #ffffff;
  padding: 20px 0;
  background-color: #000000;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .pressroom .pressroom-item {
    width: calc((100% - 42px) / 2);
  }
}
@media only screen and (max-width: 767px) {
  .pressroom .pressroom-item {
    width: 100%;
    margin: 10px 0;
    height: auto;
    padding: 0;
  }
}
.pressroom .pressroom-item time {
  color: #ffffff;
  display: block;
  margin: 5px 0 0;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
}
.pressroom .pressroom-item .page-content {
  min-height: 100%;
  border: none;
  width: 100%;
}
.pressroom .pressroom-item .description {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  padding: 20px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .pressroom .pressroom-item .description {
    display: block;
    height: auto;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
  }
}
.pressroom .pressroom-item .description .centered time {
  margin: 10px 0;
  display: block;
  font-weight: bold;
}
.pressroom .pressroom-item .description p {
  color: #fff;
  line-height: 18px;
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 0;
}
.pressroom .pressroom-item .description .h4 {
  font: 700 24px/24px "Zahrah WF", Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.pressroom .pressroom-item .pdf {
  color: #ffffff;
  margin: 10px 0 0 0;
  display: block;
  position: relative;
  line-height: 16px;
  font-size: 14px;
  padding-left: 0 !important;
}
.pressroom .pressroom-item .pdf:hover {
  color: #fff;
}
.pressroom .pressroom-item .view-gallery {
  margin-top: 20px;
}

.uplift .content-wrapper ul > li {
  padding: 0;
}
.uplift .center-column {
  padding: 0 20px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .uplift .center-column {
    padding: 0 3px;
  }
}
@media only screen and (max-width: 767px) {
  .uplift .center-column {
    padding: 0 10px;
  }
}
.uplift .image-list-item {
  position: relative;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  background-color: white;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
  margin-bottom: 2vw;
  position: relative;
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-direction: row;
}
@media only screen and (max-width: 767px) {
  .uplift .image-list-item {
    margin-bottom: 20px;
    flex-direction: column-reverse;
    height: auto;
  }
}
.uplift .image-list-item .background {
  position: relative;
  min-height: 450px;
  width: calc(100% - 350px);
  display: block;
  float: right;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .uplift .image-list-item .background {
    width: 100%;
    height: 280px;
    min-height: 280px;
  }
}
.uplift .image-list-item .description {
  box-sizing: border-box;
  width: 350px;
  display: block;
  padding: 25px;
  display: grid;
  align-content: center;
  justify-items: center;
}
@media only screen and (max-width: 767px) {
  .uplift .image-list-item .description {
    padding: 20px 20px 10px 20px;
    text-align: center;
    width: 100%;
  }
}
.uplift .image-list-item .description h3 {
  color: #000;
  text-align: center;
  font-family: "Knockout-htf49 WF", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 1.04px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.uplift .image-list-item .description h3 a {
  text-decoration: none;
}
.uplift .image-list-item .description h3 a:hover {
  color: #54baba;
}
@media only screen and (max-width: 767px) {
  .uplift .image-list-item .description h3 {
    margin-bottom: 0px;
  }
}
.uplift .image-list-item .description .summary {
  color: #000;
  text-align: center;
  font-family: "Zahrah WF", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.32px;
  margin-bottom: 40px;
}
.uplift .image-list-item .description .line {
  height: 1px;
  width: 100%;
  background: rgba(13, 46, 79, 0.1);
}
.uplift .image-list-item .description .logo-image {
  margin-block: 32px;
  width: 162px;
  height: 92px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .uplift .image-list-item .description .logo-image {
    margin-block: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .uplift .image-list-item .description .logo-image {
    margin-block: 24px;
    width: 140px;
    height: 80px;
  }
}
.uplift .image-list-item .description .button {
  background-color: black;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 38px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .uplift .image-list-item .description .button {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .uplift .image-list-item .description .button {
    text-align: center;
    width: auto;
    margin-bottom: 30px;
  }
}

.flex-pay {
  padding-top: 18px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .flex-pay {
    padding-top: 66px;
    padding-bottom: 63px;
  }
}
.flex-pay .center-column {
  max-width: 1136px;
}
.flex-pay__header {
  margin-bottom: 32px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .flex-pay__header {
    margin-bottom: 56px;
  }
}
.flex-pay__header .h2 {
  color: #FFF;
  text-align: center;
  font-family: "Knockout-htf49 WF", sans-serif !important;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .flex-pay__header .h2 {
    font-size: 42px;
    line-height: 42px;
    letter-spacing: 4px;
  }
}
.flex-pay .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .flex-pay .row {
    flex-direction: row;
  }
}
.flex-pay__item {
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
  padding: 0 12px;
}
@media only screen and (min-width: 768px) {
  .flex-pay__item {
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }
}
.flex-pay__item__inner {
  max-width: 349px;
  height: 100%;
  margin: 0 auto;
  padding: 32px 32px 40px;
  border: 2px solid white;
  transition: all 0.3s;
}
@media only screen and (min-width: 768px) {
  .flex-pay__item__inner {
    max-width: none;
  }
}
.flex-pay__item__inner .tile-index {
  width: 40px;
  height: 40px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background-color: white;
  font-family: "Knockout-htf49 WF", sans-serif;
  font-size: 18px;
  color: black;
  line-height: 40px;
}
.flex-pay__item__inner .h3 {
  color: var(--White, #FFF);
  text-align: center;
  font-family: "Knockout-htf49 WF", sans-serif !important;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .flex-pay__item__inner .h3 {
    font-size: 28px;
    line-height: 30px;
  }
}
.flex-pay__item__inner p {
  text-align: center;
  font-family: "Zahrah WF", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.24px;
  color: #FFF;
}

.galleries {
  text-align: center;
  font-size: 0;
}
.galleries .gallery {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding-bottom: calc(33.3% - 10px);
  width: calc(33.3% - 10px);
  height: 0;
  margin: 5px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .galleries .gallery {
    width: calc(50% - 10px);
    padding-bottom: calc(50% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  .galleries .gallery {
    width: calc(100% - 10px);
    padding-bottom: calc(100% - 10px);
  }
}
.galleries .gallery > * {
  z-index: 1;
  position: relative;
}
.galleries .gallery h2, .galleries .gallery h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font: 26px/30px "Zahrah WF", Arial, sans-serif;
  text-transform: uppercase;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
  color: inherit;
}
.galleries .gallery h3 {
  top: auto;
  bottom: 10px;
  font-size: 14px;
  opacity: 1;
  line-height: 1;
  text-align: center;
}
.galleries .gallery:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -1px;
}
.galleries .gallery:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.25);
  transition: background 0.3s ease-in-out;
}
.galleries .gallery:hover h2, .galleries .gallery:hover h3 {
  transform: translate(-50%, -50%) scale(0.6);
  opacity: 0;
}
.galleries .gallery:hover .description {
  right: 0;
}
.galleries .gallery:hover:after {
  background: rgba(0, 0, 0, 0.5);
}
.galleries .gallery .description {
  position: absolute;
  right: -100%;
  top: 0;
  color: inherit;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 979px) {
  .galleries .gallery .description {
    font-size: 16px;
    line-height: 20px;
  }
}
.galleries .gallery .description:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -1px;
}
.galleries .gallery .description .centered {
  padding: 15px;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 4px);
}

.form {
  display: block;
}
.form .ui-menu-item a {
  text-align: left;
}
.form h3 {
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #fff;
}
.form label {
  width: 100%;
  display: none;
  line-height: 13px;
  margin: 12px 0 0 0;
  font-weight: 700;
  font-size: 15px;
}
@media only screen and (max-width: 979px) {
  .form label {
    display: inline-block;
  }
}
.form label em {
  color: #b31919;
  font-size: 16px;
  font-weight: normal;
  line-height: 10px;
  padding-right: 5px;
}
.form label.checkbox-label {
  float: none;
  display: block;
  width: 100%;
  text-align: left;
  font: 15px/18px "Knockout-htf49 WF", sans-serif;
}
.form label.checkbox-label em {
  color: #fff;
}
.form p {
  margin-bottom: 10px;
}
.form p:after {
  clear: both;
  content: "";
  display: table;
}
.form p span {
  text-align: center;
}
.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: center;
}
.form p span.group label {
  display: block;
  margin-bottom: 10px;
}
.form p span.group label input {
  margin-right: 0.4em;
}
.form p.terms-privacy {
  width: 100%;
}
.form p.type_radio label {
  display: inline-block;
}
.form input[type=text], .form input[type=date], .form textarea, .form select {
  font: 14px/18px "Knockout-htf49 WF", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
  background: none;
  height: 40px;
  resize: none;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #ffffff;
  padding: 0;
  -moz-text-align-last: center;
       text-align-last: center;
}
@media only screen and (max-width: 767px) {
  .form input[type=text], .form input[type=date], .form textarea, .form select {
    padding: 0 20px;
    width: 100%;
    text-align: left;
  }
}
.form input[type=text]::-webkit-input-placeholder, .form input[type=date]::-webkit-input-placeholder, .form textarea::-webkit-input-placeholder, .form select::-webkit-input-placeholder {
  color: #fff;
  text-align: center;
}
.form input[type=text]:-moz-placeholder, .form input[type=date]:-moz-placeholder, .form textarea:-moz-placeholder, .form select:-moz-placeholder {
  color: #fff;
  text-align: center;
}
.form input[type=text]::-moz-placeholder, .form input[type=date]::-moz-placeholder, .form textarea::-moz-placeholder, .form select::-moz-placeholder {
  color: #fff;
  text-align: center;
}
.form input[type=text]:-ms-input-placeholder, .form input[type=date]:-ms-input-placeholder, .form textarea:-ms-input-placeholder, .form select:-ms-input-placeholder {
  color: #fff;
  text-align: center;
}
.form input[type=text]:focus::-webkit-input-placeholder, .form input[type=date]:focus::-webkit-input-placeholder, .form textarea:focus::-webkit-input-placeholder, .form select:focus::-webkit-input-placeholder {
  color: #444;
  text-align: center;
}
.form input[type=text]:focus:-moz-placeholder, .form input[type=date]:focus:-moz-placeholder, .form textarea:focus:-moz-placeholder, .form select:focus:-moz-placeholder {
  color: #444;
  text-align: center;
}
.form input[type=text]:focus::-moz-placeholder, .form input[type=date]:focus::-moz-placeholder, .form textarea:focus::-moz-placeholder, .form select:focus::-moz-placeholder {
  color: #444;
  text-align: center;
}
.form input[type=text]:focus:-ms-input-placeholder, .form input[type=date]:focus:-ms-input-placeholder, .form textarea:focus:-ms-input-placeholder, .form select:focus:-ms-input-placeholder {
  color: #444;
  text-align: center;
}
.form .select-wrapper {
  width: 100%;
}
.form textarea {
  height: 104px;
  overflow: auto;
  line-height: 20px;
  padding: 10px;
  border: 1px solid #ffffff;
  vertical-align: top;
}
.form input[type=checkbox],
.form input[type=radio] {
  width: 14px;
  height: 14px;
  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 .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: 100%;
  display: block;
}
.form .controls p {
  width: 100%;
  padding: 20px 0 0 0;
  background: none;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .form .controls p {
    padding: 0;
    text-align: center;
  }
}
.form .controls .button {
  display: inline-block;
  margin: 0;
  padding: 0 20px;
  width: 100%;
}

.hide-signup #newsletter {
  display: none;
}

#mc_embed_signup .mc-field-group input[type=checkbox] {
  display: inline-block;
  width: auto;
  padding: 8px 10px 8px 0;
  margin-right: 10px;
}
#mc_embed_signup .mc-field-group input {
  color: #fff;
}

#home-poi {
  position: relative;
  padding-top: 50px;
  z-index: 10;
}
#home-poi h2 {
  font: 400 36px/40px "Knockout-htf49 WF", sans-serif;
  margin-bottom: 30px;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
}

.poi {
  overflow: hidden;
}

.poi-logo {
  background-image: url("../images/logo.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  display: block;
  width: 80px;
  height: 110px;
  margin: 0 auto 25px;
}

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

.poi-map {
  height: 800px;
}
@media only screen and (max-width: 979px) {
  .poi-map {
    height: calc(100vh - 140px);
  }
}

.poi-overlay {
  text-align: center;
}
.poi-overlay .category-selector {
  margin: 0;
  min-height: 70px;
  padding-top: 22px;
}
@media only screen and (max-width: 979px) {
  .poi-overlay .category-selector {
    padding-top: 15px;
  }
}
@media only screen and (min-width: 1440px) {
  .poi-overlay .category-selector {
    flex: 1 1 10px;
  }
}
.poi-overlay .category-selector .button {
  font-size: 1vw;
  line-height: 25px;
  background: none;
  color: #ffffff;
  border: none;
  padding-left: 50px;
  padding-right: 10px;
  height: 25px;
  border-left: 1px solid #2b2b2b;
  border-radius: 0;
  margin: 0 0 10px;
}
@media (max-width: 1200px) {
  .poi-overlay .category-selector .button {
    font-size: 12px;
  }
}
@media (min-width: 1700px) {
  .poi-overlay .category-selector .button {
    font-size: 17px;
  }
}
.poi-overlay .category-selector .button:first-child {
  border-left: none;
  padding-left: 0;
}
.poi-overlay .category-selector .button:first-child:before {
  display: none;
}
@media only screen and (min-width: 1440px) {
  .poi-overlay .category-selector .button {
    margin: 0 5px 10px;
    padding-left: 64px;
    padding-right: 20px;
  }
}
.poi-overlay .category-selector .button:before {
  background: url(../images/poi/icons.svg) no-repeat -40px -40px;
  content: "";
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  top: -8px;
  left: 5px;
}
@media only screen and (min-width: 1440px) {
  .poi-overlay .category-selector .button:before {
    left: 20px;
  }
}
.poi-overlay .category-selector .button.icon-restaurants-bars:before {
  background-position: -10px -10px;
}
.poi-overlay .category-selector .button.icon-shopping:before {
  background-position: -70px -10px;
}
.poi-overlay .category-selector .button.icon-zoo:before {
  background-position: -130px -10px;
}
.poi-overlay .category-selector .button.icon-theme-parks:before {
  background-position: -190px -10px;
}
.poi-overlay .category-selector .button.icon-wineries:before {
  background-position: -250px -10px;
}
.poi-overlay .category-selector .button.icon-breakfast:before {
  background-position: -310px -10px;
}
.poi-overlay .category-selector .button.icon-attractions:before {
  background-position: -370px -10px;
}
.poi-overlay .category-selector .button.icon-places-for-children:before {
  background-position: -430px -10px;
}
.poi-overlay .category-selector .button.icon-museums:before {
  background-position: -490px -10px;
}
.poi-overlay .category-selector .button.icon-national-monuments:before {
  background-position: -550px -10px;
}
.poi-overlay .category-selector .button.icon-farmer-markets:before {
  background-position: -610px -10px;
}
.poi-overlay .category-selector .button.icon-nightlife:before {
  background-position: -670px -10px;
}
.poi-overlay .category-selector .button.icon-arts-culture:before {
  background-position: -730px -10px;
}
.poi-overlay .category-selector .button.icon-hospitals:before {
  background-position: -790px -10px;
}
.poi-overlay .category-selector .button.icon-banks:before {
  background-position: -850px -10px;
}
.poi-overlay .category-selector .button.icon-spas:before {
  background-position: -910px -10px;
}
.poi-overlay .category-selector .button.icon-gardens:before {
  background-position: -970px -10px;
}
.poi-overlay .category-selector .button.icon-cafes:before {
  background-position: -1030px -10px;
}
.poi-overlay .category-selector .button.icon-entertainment:before {
  background-position: -1090px -10px;
}
.poi-overlay .category-selector .button.icon-golf:before {
  background-position: -1150px -10px;
}
.poi-overlay .category-selector .button.icon-romantic-spots:before {
  background-position: -1210px -10px;
}
.poi-overlay .category-selector .button.icon-hidden-gems:before {
  background-position: -1270px -10px;
}
.poi-overlay .category-selector .button.icon-corporate-offices:before {
  background-position: -1330px -10px;
}
.poi-overlay .category-selector .button.icon-outdoors:before {
  background-position: -1390px -10px;
}
.poi-overlay .category-selector .button.icon-lakes:before {
  background-position: -1450px -10px;
}
.poi-overlay .category-selector .button.icon-rivers:before {
  background-position: -1510px -10px;
}
.poi-overlay .category-selector .button.icon-beaches:before {
  background-position: -1570px -10px;
}
.poi-overlay .category-selector .button.icon-hiking:before {
  background-position: -1630px -10px;
}
.poi-overlay .category-selector .button.icon-places-of-worship:before {
  background-position: -1690px -10px;
}
.poi-overlay .category-selector .button.icon-sports:before {
  background-position: -1750px -10px;
}
.poi-overlay .category-selector .button.icon-universities:before {
  background-position: -1810px -10px;
}
.poi-overlay .category-selector .button.active, .poi-overlay .category-selector .button:hover {
  color: #AC253C;
}

#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;
  opacity: 0.8;
  transition: opacity 300ms ease-in-out;
}
#calendar-links a.ical {
  background-position: -200px -76px;
}
#calendar-links a.print {
  background-position: -200px -116px;
}
#calendar-links a.rss {
  background-position: -200px -156px;
}
#calendar-links a:hover {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  #calendar-links a {
    display: inline-block;
    margin: 0 0 0 20px;
  }
}

#calendar-filter {
  float: right;
}
@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 {
  position: relative;
  display: block;
  margin-right: 20px;
  padding-left: 30px;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
}
@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 {
  text-decoration: underline;
}
#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;
  opacity: 0.8;
  transition: opacity 300ms ease-in-out;
}
#calendar-views a.grid:before {
  background-position: -200px 0;
}
#calendar-views a.grid:hover:before, #calendar-views a.grid.active:before, #calendar-views a.list:hover:before, #calendar-views a.list.active:before {
  opacity: 1;
}
#calendar-views a.list:before {
  background-position: -200px -38px;
}

#calendar-breadcrumb {
  padding: 10px 0;
  margin-bottom: 20px;
}
#calendar-breadcrumb:after {
  clear: both;
  content: "";
  display: table;
}
#calendar-breadcrumb a, #calendar-breadcrumb span {
  display: inline-block;
}
#calendar-breadcrumb a:hover span {
  text-decoration: underline;
}
#calendar-breadcrumb dt, #calendar-breadcrumb dd {
  float: left;
  margin-right: 10px;
}
@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 #a9a9a9;
  color: #a9a9a9;
}
#calendar-year a:hover {
  border-color: #cccccc;
  color: #cccccc;
}
#calendar-year .active a {
  border-color: #ffffff;
  color: #ffffff;
}
#calendar-year .active a:hover {
  border-color: #cccccc;
  color: #cccccc;
}

#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;
  transition: all 300ms ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #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: #ffffff;
  color: #000000;
}
#calendar-month a.active {
  background: #ffffff;
  color: #000000;
}
#calendar-month a.active:hover {
  background: #cccccc;
  color: #000000;
}
@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 {
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    top: 13px;
    width: 14px;
    height: 14px;
    border: 1px solid #fff;
    border-bottom: 0;
    border-left: 0;
    transform: rotate(-135deg);
    transition: all 300ms ease-in-out;
  }
  #calendar-month li.prev a:hover, #calendar-month li.next a:hover {
    background-color: #ffffff;
    color: #000000;
  }
  #calendar-month li.prev a:hover:after, #calendar-month li.next a:hover:after {
    border-color: #000000;
  }
  #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 {
    left: auto;
    right: 10px;
    transform: rotate(45deg);
  }
}

#calendar-navigation {
  display: block;
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
#calendar-navigation .current-event {
  padding: 0 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
  background-color: #ffffff;
  color: #000000;
  font-weight: 700;
}
#calendar-navigation a.prev, #calendar-navigation a.next {
  position: absolute;
  top: 14px;
  width: 14px;
  height: 14px;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
  margin: 0 10px 0 10px;
}
#calendar-navigation a.prev:after, #calendar-navigation a.next:after {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #000000;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(-135deg);
  transition: all 300ms ease-in-out;
}
#calendar-navigation a.next:after {
  right: 5px;
  left: auto;
  transform: rotate(45deg);
}
#calendar-navigation a.next {
  right: 0;
  background-position: -200px -234px;
}
#calendar-navigation a.next:hover {
  background-position: -231px -234px;
}
#calendar-navigation a.next:active {
  background-position: -262px -234px;
}
#calendar-navigation a.prev {
  left: 0;
  background-position: -200px -196px;
}
#calendar-navigation a.prev:hover {
  background-position: -231px -196px;
}
#calendar-navigation a.prev:active {
  background-position: -262px -196px;
}

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

#calendar-week {
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #calendar-week {
    display: none;
  }
}
#calendar-week li {
  text-align: center;
  font-weight: bold;
}
#calendar-week li .short {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #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;
  margin-bottom: 2em;
}
#calendar-days li {
  margin: 0;
  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);
  border-width: 1px 0px 0px 1px;
  border-style: solid !important;
  border-color: #909090 !important;
}
#calendar-days li:nth-child(7n) {
  border-right: 1px;
}
#calendar-days li:nth-last-child(-n+7) {
  border-bottom: 1px;
}
@media only screen and (max-width: 767px) {
  #calendar-days li {
    display: block;
    margin: 0 0 1em;
    border-width: 1px 1px 1px 1px;
    float: none;
    width: 100%;
    min-height: auto !important;
    height: auto !important;
  }
  #calendar-days li dl {
    margin-top: auto !important;
    height: auto;
  }
  #calendar-days li dl dt {
    width: 100% !important;
    padding-bottom: 10px;
  }
}
#calendar-days li time a {
  text-align: center;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
}
#calendar-days li time a:hover {
  color: #000000;
  background: #ffffff;
}
#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: #909090;
}
#calendar-days li.prev_month time a:hover, #calendar-days li.next_month time a:hover {
  color: #000000;
  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: calc(100% * 1 + 1 * 1px);
}
#calendar-days dl.w2 dt {
  width: calc(100% * 2 + 2 * 1px);
}
#calendar-days dl.w3 dt {
  width: calc(100% * 3 + 3 * 1px);
}
#calendar-days dl.w4 dt {
  width: calc(100% * 4 + 4 * 1px);
}
#calendar-days dl.w5 dt {
  width: calc(100% * 5 + 5 * 1px);
}
#calendar-days dl.w6 dt {
  width: calc(100% * 6 + 6 * 1px);
}
#calendar-days dl.w7 dt {
  width: calc(100% * 7 + 7 * 1px);
}
#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: #000000;
  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);
  border: 2px solid #ffffff;
}
@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 #ffffff;
}
#calendar-days dl dd h3 {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}
#calendar-days dl dd img {
  height: auto;
  width: 100%;
  margin: 5px 0 10px;
}
#calendar-days dl dd p {
  font-size: 14px;
  line-height: 16px;
  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 h2 a:hover {
  text-decoration: underline;
}
#calendar.list-view .image-list h3 a {
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  text-decoration: none;
}
#calendar.list-view .image-list h3 a:hover {
  text-decoration: underline;
}

#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 {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #calendar .single-event {
    text-align: center;
  }
}
#calendar .single-event .background {
  float: right;
  width: 300px;
  height: 300px;
  margin-left: 20px;
  margin-bottom: 20px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  #calendar .single-event .background {
    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 {
  position: relative;
  overflow: hidden;
  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:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #ffffff;
  z-index: -1;
}
.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 (min-width: 768px) and (max-width: 979px) {
  .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 25px 60px;
}
@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: 24px/30px "Knockout-htf49 WF", 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 {
  text-decoration: underline;
}
.calendar .image-list-item .description .button {
  position: absolute;
  bottom: 30px;
  left: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .calendar .image-list-item .description .button {
    bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item .description .button {
    text-align: center;
    width: auto;
    left: auto;
    right: auto;
    bottom: auto;
    position: relative;
  }
}

#popup {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999999999;
  background: rgba(0, 0, 0, 0.85);
}
#popup .popup-inner {
  position: absolute;
  top: 4%;
  right: 4%;
  bottom: 4%;
  left: 4%;
}
#popup .popup-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#popup .popup-close {
  position: absolute;
  top: 1.5%;
  right: 2%;
  width: 26px;
  height: 26px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
  background: url("../images/close-light.svg") 0 0 no-repeat;
}
@media only screen and (max-width: 767px) {
  #popup .popup-close {
    top: 1%;
  }
}

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

.acm-block-layout.audio-block {
  display: block;
  width: 100%;
  min-height: 60px;
  margin: 20px 0 40px;
  text-align: center;
}
.acm-block-layout.audio-block img {
  max-width: 300px;
  margin: 40px 0;
}
.acm-block-layout.audio-block figure {
  display: flex;
  justify-content: center;
  align-items: center;
}
.acm-block-layout.audio-block .play-audio {
  position: relative;
  display: block;
  padding: 0 20px 0 62px;
  color: #000;
  line-height: 54px;
  border: 2px solid #fff;
  background-color: #fff;
  text-transform: uppercase;
  z-index: 10;
}
.acm-block-layout.audio-block .play-audio::before {
  content: "";
  position: absolute;
  top: 0;
  left: 16px;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 12px 0;
  font-size: 0;
  border-radius: 50%;
  background: #000 url(../images/audio-icon.svg) 50% 50% no-repeat;
  background-size: 26px 26px;
}
.acm-block-layout.audio-block .play-audio:hover {
  color: #000;
  background-color: #fff;
  opacity: 0.8;
}
.acm-block-layout.audio-block audio {
  position: relative;
  display: none;
  opacity: 0;
  transition: opacity 0.4s;
  z-index: 20;
}
.acm-block-layout.audio-block.audio-show .play-audio {
  font-size: 0;
  padding: 0 20px 0 40px;
  background-color: #fff;
  border-color: #fff;
}
.acm-block-layout.audio-block.audio-show .play-audio::before {
  background: #000 url(../images/close-light.svg) 50% 50% no-repeat;
}
.acm-block-layout.audio-block.audio-show audio {
  display: block;
  opacity: 1;
}

.view-wrapper {
  max-width: 938px;
  padding: 0 10px;
  margin: 14px auto 80px;
  position: relative;
}

.view-360 {
  font-size: 0;
}
@media only screen and (max-width: 979px) {
  .view-360 {
    text-align: center;
  }
}
.view-360:before {
  content: "";
  display: block;
  background: #E2E2E2;
  height: 1px;
  max-width: 904px;
  position: relative;
  margin: 0 auto 10px;
}
.view-360 .block {
  width: 291px;
  height: 291px;
  display: inline-block;
  vertical-align: top;
  margin: 7px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
}
.view-360 .block:before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.32);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: background 300ms ease-in-out;
}
.view-360 .block:hover:before {
  background: rgba(0, 0, 0, 0.42);
}
.view-360 .block .view-tour {
  font: 700 27px/27px "Zahrah WF", Arial, sans-serif;
  text-shadow: 2px 0 4px rgba(0, 0, 0, 0.5);
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.keyboard-navigation .view-360 .block .view-tour:focus {
  background: rgba(0, 0, 0, 0.9);
}
.view-360 .block .view-tour span {
  width: 90%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: "Knockout-htf49 WF", sans-serif;
  letter-spacing: 4px;
}
.view-360 .block .view-tour:after {
  content: "";
  display: block;
  background: url(../images/360-icon.svg);
  height: 17px;
  width: 27px;
  position: absolute;
  right: 14px;
  bottom: 12px;
}

.c-instagram-feed {
  margin: 100px auto;
}
@media only screen and (max-width: 767px) {
  .c-instagram-feed {
    margin: 0 auto 30px;
  }
}
.c-instagram-feed .title {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 30px;
  margin-bottom: 22px;
  font-family: "Knockout-htf49 WF", sans-serif;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .c-instagram-feed .title {
    margin-bottom: 0;
    font-size: 24px;
    text-align: center;
  }
}

.eapps-instagram-feed-posts-slider-nav-icon {
  width: 12px !important;
  height: 16px !important;
}

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