/* 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: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

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

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

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

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

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 0 0 12px;
  top: 2px;
}

.formError .formErrorArrow div {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  height: 1px;
  background: #b31919;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.greenPopup .formErrorArrow div {
  background: #33be40;
}

.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow .line10 {
  width: 15px;
  border: none;
}

.formError .formErrorArrow .line9 {
  width: 13px;
  border: none;
}

.formError .formErrorArrow .line8 {
  width: 11px;
}

.formError .formErrorArrow .line7 {
  width: 9px;
}

.formError .formErrorArrow .line6 {
  width: 7px;
}

.formError .formErrorArrow .line5 {
  width: 5px;
}

.formError .formErrorArrow .line4 {
  width: 3px;
}

.formError .formErrorArrow .line1 {
  width: 1px;
}

.formError .formErrorArrow .line2,
.formError .formErrorArrow .line3 {
  display: none;
}

.ui-datepicker {
  display: none;
  padding: 10px;
  background: rgba(0, 0, 0, 0.8);
}
body > .ui-datepicker {
  z-index: 30 !important;
}
.ui-datepicker:after {
  display: block;
  content: "";
  height: 0;
  overflow: hidden;
  clear: both;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  font: 22px/1 "Amerigo BT", serif;
  text-align: center;
  color: #f0f0f0;
  margin-bottom: 10px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev, .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  position: absolute;
  top: 6px;
  width: 9px;
  height: 9px;
  text-indent: -9999px;
  overflow: hidden;
  border: 2px solid #f0f0f0;
  border-bottom: 0;
  border-left: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transform: rotate(45deg);
  transition: border-color 350ms ease-in-out;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-disabled, .ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-state-disabled {
  opacity: 0.3;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .ui-datepicker .ui-datepicker-header .ui-datepicker-prev, .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    top: 3px;
    width: 15px;
    height: 15px;
  }
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  border-right: 0;
  border-top: 0;
  border-left: 2px solid #f0f0f0;
  border-bottom: 2px solid #f0f0f0;
  left: 30px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover {
  border-bottom-color: #626262;
  border-left-color: #626262;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  right: 30px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover {
  border-bottom-color: #f0f0f0;
  border-left-color: #f0f0f0;
}
.ui-datepicker .ui-datepicker-calendar {
  font-size: 20px;
  cursor: default;
  margin: 0 auto;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .ui-datepicker .ui-datepicker-calendar {
    width: 100%;
  }
}
.ui-datepicker .ui-datepicker-calendar th, .ui-datepicker .ui-datepicker-calendar td {
  text-align: center;
  vertical-align: middle;
  width: 14.3%;
  height: 45px;
  line-height: 45px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .ui-datepicker .ui-datepicker-calendar th, .ui-datepicker .ui-datepicker-calendar td {
    height: 35px;
    line-height: 35px;
  }
}
.ui-datepicker .ui-datepicker-calendar th {
  color: #f0f0f0;
  text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar th span {
  display: block;
  height: 45px;
  line-height: 45px;
  box-sizing: border-box;
  border: 1px solid #f0f0f0;
  border-right: 0;
  border-left: 0;
  margin-bottom: 10px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .ui-datepicker .ui-datepicker-calendar th span {
    height: 35px;
    line-height: 35px;
  }
}
.ui-datepicker .ui-datepicker-calendar td {
  color: #626262;
}
.ui-datepicker .ui-datepicker-calendar td.ui-state-disabled {
  opacity: 0.3;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-other-month span:hover, .ui-datepicker .ui-datepicker-calendar td.ui-state-disabled span:hover {
  color: inherit;
  background: none;
}
.ui-datepicker .ui-datepicker-calendar a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  border: 1px solid transparent;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 38px;
  box-sizing: border-box;
  font-family: "Amerigo BT", serif;
  font-weight: bold;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-highlight a, .ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day a, .ui-datepicker .ui-datepicker-calendar .ui-state-default:hover, .ui-datepicker .ui-datepicker-calendar .ui-datepicker-subhighlight a {
  color: #f0f0f0;
  border-color: #777777;
}

.ui-datepicker-trigger {
  display: none;
}

.selectedTxt {
  position: relative;
  height: 40px;
  line-height: 40px;
  padding: 0 27px 0 10px;
  overflow: hidden;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #dedede;
  color: #000;
  border-radius: 4px;
}
.selectedTxt:after {
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 15px;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
  width: 0;
  height: 0;
  background: none;
  border-top: 3px solid #000;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  content: "";
}
#row_salutation .selectedTxt {
  width: 250px;
}
.selectedTxt:hover:after {
  opacity: 0.7;
}
.selectedTxt:active:after {
  opacity: 0.5;
}

.stylish-select .SSContainerDivWrapper {
  position: absolute;
  min-width: 100%;
  z-index: 9999;
}

#row_salutation .SSContainerDivWrapper {
  min-width: 0px;
  width: 250px;
  left: 42% !important;
}

.stylish-select .newList {
  background: #fff;
  max-height: 216px;
  overflow: auto;
  overflow-x: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  margin: 0 !important;
  padding: 2px !important;
  list-style: none !important;
}
.stylish-select .newList li {
  background: none !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1;
}
.stylish-select .newList li:after {
  display: none;
}
.stylish-select .newList li:before {
  content: none !important;
}
.stylish-select .newList li.newListOptionTitle {
  padding: 3px 5px 0 !important;
  font-weight: bold;
  color: #000;
}
.stylish-select .newList li.newListOptionTitle ul {
  margin: 3px -5px 0 !important;
  font-weight: normal;
}
.stylish-select .newList a {
  color: #666666;
  display: block;
  font-size: 11px;
  line-height: 12px;
  padding: 6px 21px 6px 9px;
  position: static;
  border-radius: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: none !important;
  transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
}
.stylish-select .newList a:hover, .stylish-select .newList a.hiLite {
  background: #cccccc;
  color: #fff;
}

/* HEBS gallery select */
#hebs-gallery .newListSelected .selectedTxt {
  color: #fff;
  background: none;
  border-radius: 0;
}
#hebs-gallery .newListSelected .selectedTxt:after {
  border-top: 4px solid #fff;
}

.dropdown dt {
  background: #fff;
  color: #53565a;
  height: 45px;
  padding: 0 10px;
  resize: none;
  width: 250px;
  box-sizing: border-box;
  border: 1px solid #d1d1d1;
  border-radius: 0px;
  font: 400 14px/44px "Modern Era", sans-serif;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .dropdown dt {
    width: 100%;
    text-align: left;
  }
}
.dropdown dt a {
  color: #1e3c44;
  display: block;
}
.dropdown dd {
  position: relative;
}
.dropdown ul.newList {
  height: 150px;
  padding-left: 10px !important;
  padding-right: 10px !important;
  box-sizing: border-box;
  z-index: 1;
  top: 45px;
  width: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .dropdown ul.newList {
    padding: 10px !important;
  }
}
.dropdown label[for=job_label_title] {
  margin-top: 8px;
  border-bottom: 1px solid #d1d1d1;
}
.dropdown .checkbox-group {
  margin-bottom: 0px !important;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .dropdown .checkbox-group {
    width: 100%;
  }
}
.dropdown .checkbox-group input[type=checkbox],
.dropdown .checkbox-group input[type=radio] {
  margin-top: 4px;
}
.dropdown dt a span,
.dropdown .multiSel span {
  cursor: pointer;
  display: block;
  width: 100%;
}
.dropdown .hida {
  position: relative;
}
.dropdown .hida:after {
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 6px;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
  width: 0;
  height: 0;
  background: none;
  border-top: 3px solid #000;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  content: "";
}
.dropdown dd ul {
  border: 0;
  display: none;
  left: 0px;
  position: absolute;
}
.dropdown dd ul li {
  font-size: 13px;
}
.dropdown dd ul li label {
  line-height: 1.7;
  margin-bottom: 5px;
}

.side-menu-visible #sidemenu {
  right: 0;
}
@media only screen and (min-width: 0) and (max-width: 1024px) {
  #sidemenu {
    right: -100%;
    position: fixed;
    top: 100px;
    height: calc(100% - 100px);
    width: 100%;
    background: #fff;
    transition: right 200ms;
    overflow: auto;
    z-index: 3;
    -webkit-overflow-scrolling: touch;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #sidemenu {
    top: 70px;
    height: calc(100% - 70px);
  }
}

#booking form {
  width: 100%;
  text-align: center;
}
#booking fieldset {
  width: 100%;
  min-width: 100%;
}
#booking .row {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
@media only screen and (min-width: 0) and (max-width: 1024px) {
  #booking .row {
    display: block;
  }
}
#booking .column {
  margin-bottom: 25px;
  /* FF 4-18 */
  /* FF 19+ */
  /* IE 10+ */
}
#booking .column .label {
  margin-bottom: 25px;
  color: #f0f0f0;
  font-family: "Amerigo BT", serif;
  font-weight: bold;
  font-size: 23px;
  line-height: 1;
  text-decoration: underline;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #booking .column .label {
    display: none;
  }
}
#booking .column label {
  display: block;
  margin-bottom: 15px;
  font-size: 23px;
  line-height: 1;
  font-family: "Amerigo BT", serif;
  font-weight: bold;
  color: #f0f0f0;
}
#booking .column select, #booking .column input[type=text], #booking .column input[type=submit] {
  width: 100%;
}
#booking .column select, #booking .column input[type=text] {
  display: block;
  height: 55px;
  width: 100%;
  padding: 0 10px;
  background: transparent;
  border: 1px solid #f0f0f0;
  font-size: 24px;
  line-height: 55px;
  color: #f0f0f0;
  text-align: center;
  font-family: "Amerigo BT", serif;
  font-weight: bold;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #booking .column select, #booking .column input[type=text] {
    height: 35px;
    line-height: 35px;
  }
}
#booking .column input[type=text]:focus::-webkit-input-placeholder {
  color: transparent;
}
#booking .column input[type=text]:focus:-moz-placeholder {
  color: transparent;
}
#booking .column input[type=text]:focus::-moz-placeholder {
  color: transparent;
}
#booking .column input[type=text]:focus:-ms-input-placeholder {
  color: transparent;
}
#booking .column input[type=submit] {
  height: 100px;
  background: #dadada;
  font-size: 30px;
  color: #1e1e1e;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #booking .column input[type=submit] {
    height: 55px;
  }
}
#booking .column .select-field {
  position: relative;
}
#booking .column .select-field .increment,
#booking .column .select-field .decrement {
  position: absolute;
  bottom: 0;
  display: block;
  height: 55px;
  width: 35px;
  color: #f0f0f0;
}
#booking .column .select-field .decrement {
  left: 0;
}
#booking .column .select-field .increment {
  right: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #booking .column .select-field .increment {
    right: -5px;
  }
}
#booking .column .select-field input[type=text] {
  width: calc(100% - 70px);
  margin: 0 35px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #booking .column .select-field input[type=text] {
    width: calc(100% - 63px);
  }
}
#booking .column.submit {
  position: relative;
}
#booking .destination-error {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 1px);
  text-align: center;
  line-height: 40px;
  font-family: "Amerigo BT", serif;
  font-weight: 700;
  font-size: 25px;
  background-color: #00a896;
  border: 2px solid #00a896;
  color: #fff;
  padding: 5px 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease-in-out;
  margin-top: 15px;
}
#booking .select-hotel {
  width: 17%;
  min-width: 200px;
}
@media only screen and (min-width: 0) and (max-width: 1024px) {
  #booking .select-hotel {
    width: 100%;
  }
}
#booking.error .destination-error {
  opacity: 1;
  visibility: visible;
}
#booking.error #booking-destinations {
  box-shadow: 0px 0px 0px 5px #00a896;
  position: relative;
}
#booking.error #booking-destinations:before {
  content: "";
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.61);
  color: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #booking.error #booking-destinations:before {
    display: none;
  }
}
#booking.error #booking-destinations:after {
  content: "Please select destination";
  line-height: 30px;
  font-family: "Amerigo BT", serif;
  font-weight: 700;
  font-size: 30px;
  display: block;
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  z-index: 2;
  text-align: center;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #booking.error #booking-destinations:after {
    display: none;
  }
}
#booking #booking-destinations {
  position: relative;
  text-align: left;
  width: 100%;
}
#booking #booking-destinations .booking-destinations-text {
  display: block;
  position: relative;
  height: 40px;
  line-height: 40px;
  padding: 0 27px 0 10px;
  overflow: hidden;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #dedede;
  color: #000;
  border-radius: 4px;
  text-align: center;
}
#booking #booking-destinations .booking-destinations-text:after {
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 15px;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
  width: 0;
  height: 0;
  background: none;
  border-top: 3px solid #000;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  content: "";
}
#booking #booking-destinations .locations {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  background: #fff;
  color: #000;
  z-index: 2;
  text-align: center;
  overflow: hidden;
  height: 0;
}
#booking #booking-destinations .locations.active {
  height: auto;
}
#booking #booking-destinations .location .location-title {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 27px 0 10px;
  font-size: 20px;
  text-decoration: none;
  font-family: "Amerigo BT", serif;
  font-weight: 700;
  box-sizing: border-box;
  cursor: pointer;
}
#booking #booking-destinations .location .location-title .text {
  display: block;
}
#booking #booking-destinations .location .location-title .arrow {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  width: 40px;
  overflow: hidden;
  text-indent: -9999px;
}
#booking #booking-destinations .location .location-title .arrow:after {
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 15px;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
  width: 0;
  height: 0;
  background: none;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 3px solid #000;
  content: "";
}
#booking #booking-destinations .location .hotels {
  overflow: hidden;
  max-height: 0;
  background-color: #f7f7f7;
}
#booking #booking-destinations .location .hotel {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding: 0 27px 0 10px;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
}
#booking #booking-destinations .location .hotel:hover, #booking #booking-destinations .location .hotel.active {
  background: #000;
  color: #f7f7f7;
}
#booking #booking-destinations .location .location-title:hover, #booking #booking-destinations .location .location-title.active {
  background: #e0dedf;
  color: #fff;
}
#booking #booking-destinations .location.active .location-title .arrow:after {
  border-top: 3px solid #000;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}
#booking #booking-destinations .location.active .hotels {
  max-height: 500px;
}
#booking #booking-destinations .destination-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 288px;
  width: 100%;
  background-color: #ccc;
  text-align: center;
  background-size: cover;
}
@media only screen and (min-width: 0) and (max-width: 1024px) {
  #booking #booking-destinations .destination-img {
    display: none;
  }
}
#booking #booking-destinations .destination-img .destination-title {
  font-size: 48px;
  font-family: "Amerigo BT", serif;
  font-weight: bold;
  color: #f0f0f0;
}
#booking .select-date {
  width: 31.3%;
}
@media only screen and (min-width: 0) and (max-width: 1024px) {
  #booking .select-date {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.bahama #booking .select-date, .eleme-spa #booking .select-date {
  display: none;
}
#booking .select-guests {
  width: 31.3%;
}
@media only screen and (min-width: 0) and (max-width: 1024px) {
  #booking .select-guests {
    width: 100%;
  }
}
#booking .select-guests .row {
  display: flex;
  justify-content: space-evenly;
}
#booking .select-guests .adults,
#booking .select-guests .children,
#booking .select-guests .rooms {
  position: relative;
  width: 33%;
}
@media only screen and (min-width: 1367px) {
  #booking .select-guests .adults,
  #booking .select-guests .children,
  #booking .select-guests .rooms {
    width: calc(33% - 10px);
  }
}
.lodge #booking .select-guests .rooms {
  display: none;
}
.bahama #booking .select-guests, .eleme-spa #booking .select-guests {
  display: none;
}

.bahama-link, .eleme-link {
  display: none;
  margin: 130px auto;
  height: 90px;
  line-height: 90px;
  background: #dadada;
  font-size: 30px;
  color: #1e1e1e;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .bahama-link, .eleme-link {
    height: 55px;
    line-height: 55px;
  }
}

.bahama .bahama-link {
  display: block;
}

.eleme-spa .eleme-link {
  display: block;
}

.eleme-spa-link {
  position: relative;
  padding: 0 20px;
  margin-left: auto;
  background: #fff !important;
  color: #67c7c8;
  border-color: #fff;
}
.eleme-spa-link:hover {
  background-color: #67c7c8 !important;
  color: #fff;
  border-color: #67c7c8;
}
.eleme-spa-link:hover span {
  border-color: #fff;
}
.eleme-spa-link span {
  border-bottom: 1px solid #67c7c8;
}
.eleme-spa-link .eleme-spa-link_list {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  z-index: -1;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s;
  top: 60px;
}
@media only screen and (max-width: 1024px) {
  .eleme-spa-link .eleme-spa-link_list {
    top: 50px;
  }
}
.eleme-spa-link .eleme-spa-link_list li {
  display: block;
}
.eleme-spa-link .eleme-spa-link_list li a {
  display: block;
  padding: 0 10px;
  color: #fff;
  background-color: #67c7c8;
  border: 1px solid #67c7c8;
}
.eleme-spa-link .eleme-spa-link_list li a:hover {
  color: #67c7c8;
  background-color: #fff;
  border: 1px solid #fff;
}
.eleme-spa-link .eleme-spa-link_list.opened {
  max-height: 240px;
}

/* BOOKING DATEPICKER */
#booking-datepicker .ui-datepicker {
  background: none;
  width: 100%;
  padding: 0;
  box-shadow: none;
}
#booking-datepicker .ui-datepicker-calendar {
  width: 100%;
}
#booking-datepicker td.ui-checkin a, #booking-datepicker td.ui-checkout a, #booking-datepicker table a:hover {
  position: relative;
  color: #626262;
}
#booking-datepicker td.ui-checkin a:before, #booking-datepicker td.ui-checkout a:before, #booking-datepicker table a:hover:before {
  content: "In";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  color: #fff;
}
#booking-datepicker td.ui-checkout a:before {
  content: "Out";
}
#booking-datepicker.hover-checkin a:hover:before {
  content: "Out";
}

.booking-message {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}

#iframe-popup {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
#iframe-popup .center-column {
  height: 100%;
}
#iframe-popup .wrapper {
  position: relative;
  background: #fff url("../images/loading.svg") center center no-repeat;
  width: 100%;
  height: 760px;
  margin-top: 50vh;
  padding: 20px;
  box-sizing: border-box;
  transform: translateY(-50%);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #iframe-popup .wrapper {
    height: 100%;
    max-height: 600px;
  }
}
#iframe-popup .wrapper .iframe-close {
  height: 40px;
  width: 40px;
  position: absolute;
  right: -20px;
  top: -20px;
  overflow: hidden;
  text-indent: -999px;
  background: #000;
  border: 1px solid #000;
  transition: background 300ms ease;
  font-size: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #iframe-popup .wrapper .iframe-close {
    right: 10px;
    top: 10px;
  }
}
#iframe-popup .wrapper .iframe-close:before, #iframe-popup .wrapper .iframe-close:after {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 2px;
  top: 18px;
  left: -1px;
  background: #f0f0f0;
  transition: background 300ms ease;
}
#iframe-popup .wrapper .iframe-close:before {
  transform: rotate(45deg);
}
#iframe-popup .wrapper .iframe-close:after {
  transform: rotate(-45deg);
}
#iframe-popup .wrapper .iframe-close:hover {
  background: #fff;
}
#iframe-popup .wrapper .iframe-close:hover:before, #iframe-popup .wrapper .iframe-close:hover:after {
  background: #000;
}
#iframe-popup .wrapper iframe {
  width: 100%;
  height: 100%;
}

.home-properties-list {
  padding-bottom: 220px;
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .home-properties-list {
    padding-bottom: 55px;
  }
}
.home-properties-list nav {
  width: 100%;
}
.home-properties-list nav h3 {
  margin-bottom: 78px;
  font-size: 4.86vw;
  font-family: "Amerigo BT", serif;
  font-weight: bold;
}
@media (max-width: 493.8271604938px) {
  .home-properties-list nav h3 {
    font-size: 24px;
  }
}
@media (min-width: 1234.5679012346px) {
  .home-properties-list nav h3 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .home-properties-list nav h3 {
    margin-bottom: 25px;
  }
}
.home-properties-list nav li {
  display: inline-block;
  margin: 0 40px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .home-properties-list nav li {
    display: block;
  }
}
.home-properties-list nav a {
  text-decoration: none;
  color: inherit;
  font-size: 4.86vw;
  font-family: "Amerigo BT", serif;
  font-weight: bold;
}
@media (max-width: 493.8271604938px) {
  .home-properties-list nav a {
    font-size: 24px;
  }
}
@media (min-width: 1234.5679012346px) {
  .home-properties-list nav a {
    font-size: 60px;
  }
}
.home-properties-list nav a:hover {
  opacity: 0.8;
}
.home-properties-list .read-more {
  position: absolute;
  bottom: 110px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Amerigo BT", serif;
  font-weight: bold;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .home-properties-list .read-more {
    position: static;
    margin-top: 25px;
    display: inline-block;
    transform: translateX(0);
  }
}

.home-property-list {
  background: #fff;
  color: #1e1e1e;
  text-align: center;
}
.home-property-list .properties-list-slideshow {
  width: 90%;
  margin: 0 auto;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .home-property-list .properties-list-slideshow {
    max-width: 275px;
  }
}
.home-property-list .property-item {
  position: relative;
  overflow: hidden;
  width: 275px;
  height: 365px;
  margin-right: 110px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
  text-decoration: none;
}
@media only screen and (min-width: 0) and (max-width: 1024px) {
  .home-property-list .property-item {
    margin-right: 55px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .home-property-list .property-item {
    width: 100%;
    margin: 0;
  }
}
.home-property-list .property-item .property-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 333ms ease;
  background-color: #000;
  opacity: 0.6;
}
.home-property-list .property-item .property-info {
  position: relative;
  text-align: center;
  color: #f0f0f0;
}
.home-property-list .property-item .descr {
  text-align: center;
  color: #f0f0f0;
}
.home-property-list .property-item .property-name {
  font-size: 48px;
  line-height: 60px;
  font-family: "Amerigo BT", serif;
  font-weight: bold;
  margin-bottom: 15px;
}
.home-property-list .property-item .property-address {
  font-style: italic;
  font-size: 15px;
  line-height: 18px;
  font-family: "Amerigo BT", serif;
  font-weight: bold;
}
.home-property-list .property-item:hover .property-thumbnail {
  transform: scale(1.1);
}

.home .page-block.dark-block.home-journal .description a {
  color: #fff;
}
.home .page-block.dark-block.home-journal .description a:hover {
  opacity: 0.7;
}
.home .page-block.dark-block.home-journal .category-selector .button:hover {
  background: #fff;
  color: #1e1e1e;
}

#hebs-gallery {
  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.9);
  /* 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;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
  background: url("../images/common.svg") 0 0 no-repeat;
}
#hebs-gallery .close-button:hover {
  background-position: -37px 0;
}
#hebs-gallery .close-button:active {
  background-position: -74px 0;
}
#hebs-gallery .galleria-container {
  position: relative;
  overflow: hidden;
  width: 100% !important;
  height: 100% !important;
}
#hebs-gallery .category-selector {
  position: relative;
  float: left;
  margin: 5px 0 0 20px;
  z-index: 2;
  height: 30px;
  line-height: 30px;
  padding: 0 27px 0 10px;
  background: #fff;
  font-size: 14px;
  color: #000;
}
#hebs-gallery .category-selector + .select-icon {
  position: relative;
  margin-top: 19px;
  z-index: 3;
}
#hebs-gallery .galleria-stage {
  position: absolute;
  top: 40px;
  bottom: 120px;
  left: 0;
  right: 0;
  padding: 20px 72px;
  overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #hebs-gallery .galleria-stage {
    padding: 20px;
  }
}
#hebs-gallery .galleria-stage .galleria-image {
  overflow: visible !important;
}
#hebs-gallery .galleria-stage .galleria-image img {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
#hebs-gallery.no-controls .galleria-stage {
  bottom: 0;
  padding: 20px;
}
#hebs-gallery.no-controls .galleria-image-nav {
  display: none;
}
#hebs-gallery .galleria-image-nav-left, #hebs-gallery .galleria-image-nav-right {
  position: absolute;
  top: 50%;
  cursor: pointer;
  width: 31px;
  height: 61px;
  margin-top: -30px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common.svg") 0 0 no-repeat;
  z-index: 1;
}
#hebs-gallery .galleria-image-nav-left {
  left: 20px;
  background-position: 0 -37px;
}
#hebs-gallery .galleria-image-nav-left:hover {
  background-position: -51px -37px;
}
#hebs-gallery .galleria-image-nav-left:active {
  background-position: -102px -37px;
}
#hebs-gallery .galleria-image-nav-right {
  right: 20px;
  background-position: 0 -118px;
}
#hebs-gallery .galleria-image-nav-right:hover {
  background-position: -51px -118px;
}
#hebs-gallery .galleria-image-nav-right:active {
  background-position: -102px -118px;
}
#hebs-gallery .galleria-loader {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -24px 0 0 -24px;
  background: url("../images/gray-loading.gif") 50% 50% no-repeat;
}
#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: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABAAQMAAACQp+OdAAAAA1BMVEUAAACnej3aAAAAAXRSTlOzEo46UAAAAA5JREFUeAFjoACMglEAAAJAAAGccJWlAAAAAElFTkSuQmCC");
  background: rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3);
}
#hebs-gallery .galleria-carousel .galleria-thumbnails-list {
  margin-left: 52px;
  margin-right: 52px;
}
#hebs-gallery .galleria-thumbnails {
  margin: 20px auto 0;
}
#hebs-gallery .galleria-thumbnails .galleria-image {
  height: 80px;
  width: 80px;
  background: #000;
  margin: 0 6px 0 0;
  float: left;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
#hebs-gallery .galleria-thumbnails .galleria-image.active {
  border: 3px solid #fff;
  width: 74px !important;
  height: 74px !important;
}
#hebs-gallery .galleria-thumbnails .galleria-image.active img {
  margin: -3px 0 0 -3px;
}
#hebs-gallery .galleria-thumb-nav-left, #hebs-gallery .galleria-thumb-nav-right {
  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: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABAAQMAAACQp+OdAAAAA1BMVEUAAACnej3aAAAAAXRSTlOzEo46UAAAAA5JREFUeAFjoACMglEAAAJAAAGccJWlAAAAAElFTkSuQmCC");
  background: rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.06);
  width: 100%;
  height: 40px;
}
#hebs-gallery .galleria-info .galleria-info-description {
  text-align: center;
  line-height: 40px;
  color: #fff;
  position: absolute;
  left: 300px;
  right: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#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 "Amerigo BT", 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;
}

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

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

/* TEMPLATE 3*/
.rooms-list {
  margin-bottom: 40px;
}
.rooms-list .category-selector {
  text-align: center;
}
.rooms-list .rooms-entry {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 350px;
  background: #000;
  margin: 10px 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .rooms-list .rooms-entry {
    height: auto;
    margin: 0;
  }
}
.rooms-list .rooms-entry .description {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  height: 100%;
  width: 50%;
  padding: 30px 40px 30px 30px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}
.rooms-list .rooms-entry .description h3 a {
  color: inherit;
  text-decoration: none;
}
@media (max-width: 735px) {
  .rooms-list .rooms-entry .description {
    position: static;
    height: auto;
    width: 100%;
    padding: 30px 15px 25px;
    background: none;
  }
}
.rooms-list .rooms-entry .description nav {
  position: absolute;
  bottom: 30px;
  left: 30px;
  white-space: nowrap;
  font-size: 18px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .rooms-list .rooms-entry .description nav {
    position: static;
    text-align: center;
    white-space: normal;
    font-size: 15px;
    width: 100%;
    margin-top: 10px;
  }
}
.rooms-list .rooms-entry .description nav a {
  color: inherit;
}
@media (max-width: 735px) {
  .rooms-list .rooms-entry .description nav a {
    margin: 5px 14px;
    display: inline-block;
    text-transform: uppercase;
  }
}
.rooms-list .rooms-entry .description nav a + a {
  margin-left: 30px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .rooms-list .rooms-entry .description nav a + a {
    margin-left: 14px;
  }
}
.rooms-list .rooms-entry .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ccc;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .rooms-list .rooms-entry .background {
    position: relative;
    height: 0;
    width: 100%;
    padding-top: 60%;
  }
}
.rooms-list .rooms-entry .background .price {
  position: absolute;
  bottom: 30px;
  right: 50%;
  margin-right: 30px;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  text-decoration: none;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .rooms-list .rooms-entry .background .price {
    display: none;
  }
}
.rooms-list .rooms-entry .background .price .number {
  font-size: 36px;
}
.rooms-list .rooms-entry .background a.price:hover {
  opacity: 0.8;
}
.rooms-list .rooms-entry .background .view-gallery {
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgb(0, 0, 0);
  text-indent: -1000px;
  overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .rooms-list .rooms-entry .background .view-gallery {
    top: 20px;
    bottom: auto;
  }
}
.rooms-list .rooms-entry .background .view-gallery:hover {
  background: rgba(0, 0, 0, 0.6);
}
.rooms-list .rooms-entry .background .view-gallery:after {
  content: "";
  display: block;
  width: 22px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -11px;
  background: url("../images/common.svg") no-repeat -600px -40px;
}

.floorplan-block {
  background-color: #f0f0f0;
}

.floorplan-thumbnail {
  height: auto;
  width: 100%;
  margin-bottom: 40px;
}

.floorplan-copy {
  font-size: 28px;
}

.rooms .page-content.single-room-content {
  display: flex;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .rooms .page-content.single-room-content {
    flex-flow: column;
  }
}
.rooms .page-content.single-room-content .right-side {
  min-width: 45%;
  margin-left: 80px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .rooms .page-content.single-room-content .right-side {
    min-width: 100%;
    margin-left: 0;
  }
}
.rooms .page-content.single-room-content .roomstay-booking-container {
  margin-top: 30px;
  z-index: 1;
}
.rooms .page-content.single-room-content .roomstay-booking-container ul li:after {
  display: none;
}
.rooms .page-content.single-room-content .roomstay-booking-container .c-header__list li, .rooms .page-content.single-room-content .roomstay-booking-container .step-selector li, .rooms .page-content.single-room-content .roomstay-booking-container .u-list-inline-flex li, .rooms .page-content.single-room-content .roomstay-booking-container .room-gallery-slider__track li, .rooms .page-content.single-room-content .roomstay-booking-container .room-details--content-perks ul li, .rooms .page-content.single-room-content .roomstay-booking-container .crystalbrook-perks--list li {
  padding-left: 0;
}
.rooms .page-content.single-room-content .roomstay-booking-container .u-list-inline-flex .u-pad-left {
  padding-left: 16px;
}
.rooms .page-content.single-room-content .roomstay-booking-container div[name=roomstay-fullpage-engine] {
  padding-top: 0;
}
.rooms .page-content.single-room-content .roomstay-booking-container div[name=roomstay-fullpage-engine] header {
  position: relative;
}
.rooms .page-content.single-room-content .roomstay-booking-container .engine-body {
  margin-top: 0;
}
.rooms .page-content.single-room-content .roomstay-booking-container .step-dropdown {
  position: relative;
  top: auto;
  margin-bottom: 30px;
}

#home-gallery {
  margin-bottom: 50px;
}
#home-gallery:after {
  clear: both;
  content: "";
  display: table;
}
#home-gallery .photo {
  float: left;
}
#home-gallery .photo img {
  display: block;
}

#stayconnected {
  height: 180px;
  margin-top: 50px;
  text-align: center;
  color: #1e1e1e;
}
@media only screen and (max-width: 1024px) {
  #stayconnected {
    margin-top: 20px;
    height: 320px;
  }
}
#stayconnected form {
  display: inline-block;
  font-size: 0;
}
#stayconnected form.loading {
  pointer-events: none;
  position: relative;
}
#stayconnected form.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: #54baba;
  border-bottom-color: #54baba;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#stayconnected form.loading:before {
  border-top-color: #000;
  border-bottom-color: #000;
}
#stayconnected form.loading fieldset {
  opacity: 0.3;
}
#stayconnected form h4 {
  font: bold 25px "Amerigo BT", serif;
  margin-bottom: 30px;
}
#stayconnected form input {
  width: 250px;
  border: 1px solid #b1b1b1;
  height: 60px;
  vertical-align: top;
  text-align: center;
  font-size: 16px;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */ /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
     supported by Chrome and Opera */
}
@media only screen and (max-width: 1024px) {
  #stayconnected form input {
    width: 100%;
  }
}
#stayconnected form input[type=text] {
  border-right: 0;
}
@media only screen and (max-width: 1024px) {
  #stayconnected form input[type=text] {
    border: 1px solid #b1b1b1;
    border-bottom: 0;
  }
}
#stayconnected form input[name=email] {
  border-left: 0;
  border-right: 0;
}
@media only screen and (max-width: 1024px) {
  #stayconnected form input[name=email] {
    border: 1px solid #b1b1b1;
    border-top: 0;
    border-bottom: 0;
  }
}
#stayconnected form input[type=submit] {
  line-height: 60px;
  font-size: 30px;
  border: 1px solid #1e1e1e !important;
  color: #f0f0f0 !important;
  background: #1e1e1e !important;
}
#stayconnected form input[type=submit]:hover {
  border-color: #b1b1b1 !important;
  background: #ffffff !important;
  color: #1e1e1e !important;
}
#stayconnected form input[type=submit]:disabled {
  opacity: 0.5;
}
#stayconnected.link-mode {
  height: auto;
  margin: 50px 0;
}
#stayconnected.link-mode .page-content .h1, #stayconnected.link-mode .page-content .h2 {
  color: #000;
}
#stayconnected.link-mode .button {
  background-color: #1e1e1e;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #stayconnected.link-mode .button {
    padding: 0 20px;
  }
}
#stayconnected.link-mode .button:hover {
  background-color: transparent;
}
#stayconnected.link-mode h3 {
  font-size: 38px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #stayconnected.link-mode h3 {
    margin-bottom: 16px;
    font-size: 32px;
  }
}
@media only screen and (max-width: 1024px) {
  #stayconnected.link-mode {
    height: auto;
    margin: 20px 0;
  }
}

#recaptcha-form.loading {
  pointer-events: none;
  position: relative;
}
#recaptcha-form.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: #54baba;
  border-bottom-color: #54baba;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#recaptcha-form.loading:before {
  border-top-color: #000;
  border-bottom-color: #000;
}
#recaptcha-form.loading fieldset {
  opacity: 0.3;
}

.category-selector {
  font-size: 0;
  margin: 25px 0;
}
.category-selector .button {
  margin: 0 5px 25px;
}
.category-selector .button:nth-child(3n):after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media only screen and (min-width: 0) and (max-width: 1024px) {
  .category-selector .button {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .category-selector .button {
    margin-bottom: 10px;
  }
}
.specials .category-selector {
  text-align: center;
}

.image-list, .subpage-list {
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 70px 50px;
  box-sizing: border-box;
  position: relative;
  /*

      .row {
          display: flex;
          flex-flow: row wrap;
          justify-content: center;
          margin-left:-25px;
      }
  */
}
@media only screen and (min-width: 1367px) {
  .image-list, .subpage-list {
    max-width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 1024px) {
  .image-list, .subpage-list {
    max-width: 600px;
    padding: 0px 55px 50px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .image-list, .subpage-list {
    max-width: 350px;
  }
}
.image-list .image-list-item, .image-list .subpage-item, .subpage-list .image-list-item, .subpage-list .subpage-item {
  position: relative;
  margin: 0 auto;
  text-align: left;
  width: calc(33.3333333333% - 25px);
}
.image-list .image-list-item:first-child:nth-last-child(2), .image-list .subpage-item:first-child:nth-last-child(2), .subpage-list .image-list-item:first-child:nth-last-child(2), .subpage-list .subpage-item:first-child:nth-last-child(2) {
  margin-left: 25%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .image-list .image-list-item:first-child:nth-last-child(2), .image-list .subpage-item:first-child:nth-last-child(2), .subpage-list .image-list-item:first-child:nth-last-child(2), .subpage-list .subpage-item:first-child:nth-last-child(2) {
    margin-left: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .image-list .image-list-item:first-child:nth-last-child(2), .image-list .subpage-item:first-child:nth-last-child(2), .subpage-list .image-list-item:first-child:nth-last-child(2), .subpage-list .subpage-item:first-child:nth-last-child(2) {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1367px) {
  .image-list .image-list-item:first-child:nth-last-child(3), .image-list .subpage-item:first-child:nth-last-child(3), .subpage-list .image-list-item:first-child:nth-last-child(3), .subpage-list .subpage-item:first-child:nth-last-child(3) {
    margin-left: 13%;
  }
  .vincent-theme .image-list .image-list-item:first-child:nth-last-child(3), .vincent-theme .image-list .subpage-item:first-child:nth-last-child(3), .vincent-theme .subpage-list .image-list-item:first-child:nth-last-child(3), .vincent-theme .subpage-list .subpage-item:first-child:nth-last-child(3) {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .image-list .image-list-item:first-child:nth-last-child(3), .image-list .subpage-item:first-child:nth-last-child(3), .subpage-list .image-list-item:first-child:nth-last-child(3), .subpage-list .subpage-item:first-child:nth-last-child(3) {
    margin-left: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .image-list .image-list-item:first-child:nth-last-child(3), .image-list .subpage-item:first-child:nth-last-child(3), .subpage-list .image-list-item:first-child:nth-last-child(3), .subpage-list .subpage-item:first-child:nth-last-child(3) {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1367px) {
  .image-list .image-list-item, .image-list .subpage-item, .subpage-list .image-list-item, .subpage-list .subpage-item {
    width: calc(25% - 25px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .image-list .image-list-item, .image-list .subpage-item, .subpage-list .image-list-item, .subpage-list .subpage-item {
    width: calc(50% - 25px);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .image-list .image-list-item, .image-list .subpage-item, .subpage-list .image-list-item, .subpage-list .subpage-item {
    width: 100%;
  }
}
.image-list .image-list-item .thumbnail-wrapper, .image-list .subpage-item .thumbnail-wrapper, .subpage-list .image-list-item .thumbnail-wrapper, .subpage-list .subpage-item .thumbnail-wrapper {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 126%;
  background-color: #000;
  overflow: hidden;
}
.image-list .image-list-item .thumbnail-wrapper .thumbnail, .image-list .subpage-item .thumbnail-wrapper .thumbnail, .subpage-list .image-list-item .thumbnail-wrapper .thumbnail, .subpage-list .subpage-item .thumbnail-wrapper .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  opacity: 0.6;
  transition: all 333ms ease;
}
.image-list .image-list-item .thumbnail-wrapper .thumbnail-inner-text, .image-list .subpage-item .thumbnail-wrapper .thumbnail-inner-text, .subpage-list .image-list-item .thumbnail-wrapper .thumbnail-inner-text, .subpage-list .subpage-item .thumbnail-wrapper .thumbnail-inner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  font-size: 2.64vw;
  font-family: "Amerigo BT", serif;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  pointer-events: none;
}
@media (max-width: 833.3333333333px) {
  .image-list .image-list-item .thumbnail-wrapper .thumbnail-inner-text, .image-list .subpage-item .thumbnail-wrapper .thumbnail-inner-text, .subpage-list .image-list-item .thumbnail-wrapper .thumbnail-inner-text, .subpage-list .subpage-item .thumbnail-wrapper .thumbnail-inner-text {
    font-size: 22px;
  }
}
@media (min-width: 1439.3939393939px) {
  .image-list .image-list-item .thumbnail-wrapper .thumbnail-inner-text, .image-list .subpage-item .thumbnail-wrapper .thumbnail-inner-text, .subpage-list .image-list-item .thumbnail-wrapper .thumbnail-inner-text, .subpage-list .subpage-item .thumbnail-wrapper .thumbnail-inner-text {
    font-size: 38px;
  }
}
.image-list .image-list-item .description, .image-list .subpage-item .description, .subpage-list .image-list-item .description, .subpage-list .subpage-item .description {
  font-size: 1.25vw;
  line-height: 1;
}
@media (max-width: 1120px) {
  .image-list .image-list-item .description, .image-list .subpage-item .description, .subpage-list .image-list-item .description, .subpage-list .subpage-item .description {
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  .image-list .image-list-item .description, .image-list .subpage-item .description, .subpage-list .image-list-item .description, .subpage-list .subpage-item .description {
    font-size: 18px;
  }
}
.image-list .image-list-item .description .page-content, .image-list .subpage-item .description .page-content, .subpage-list .image-list-item .description .page-content, .subpage-list .subpage-item .description .page-content {
  position: relative;
}
.image-list .image-list-item .description h4, .image-list .subpage-item .description h4, .subpage-list .image-list-item .description h4, .subpage-list .subpage-item .description h4 {
  font-size: 2vw;
  line-height: 1;
  margin-bottom: 15px;
  transition: all 333ms ease 0ms;
}
@media (max-width: 1000px) {
  .image-list .image-list-item .description h4, .image-list .subpage-item .description h4, .subpage-list .image-list-item .description h4, .subpage-list .subpage-item .description h4 {
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  .image-list .image-list-item .description h4, .image-list .subpage-item .description h4, .subpage-list .image-list-item .description h4, .subpage-list .subpage-item .description h4 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .image-list .image-list-item .description h4, .image-list .subpage-item .description h4, .subpage-list .image-list-item .description h4, .subpage-list .subpage-item .description h4 {
    line-height: 1.2;
  }
}
.image-list .image-list-item .description a, .image-list .image-list-item .description .alt-title, .image-list .subpage-item .description a, .image-list .subpage-item .description .alt-title, .subpage-list .image-list-item .description a, .subpage-list .image-list-item .description .alt-title, .subpage-list .subpage-item .description a, .subpage-list .subpage-item .description .alt-title {
  font-family: "Amerigo BT", serif;
  font-weight: bold;
}
.image-list .image-list-item .description .alt-title, .image-list .subpage-item .description .alt-title, .subpage-list .image-list-item .description .alt-title, .subpage-list .subpage-item .description .alt-title {
  position: absolute;
  top: -25px;
  left: 0;
}
.image-list .image-list-item .description nav, .image-list .subpage-item .description nav, .subpage-list .image-list-item .description nav, .subpage-list .subpage-item .description nav {
  display: inline-block;
}
.image-list .image-list-item .description nav a, .image-list .subpage-item .description nav a, .subpage-list .image-list-item .description nav a, .subpage-list .subpage-item .description nav a {
  margin-right: 10px;
}
.image-list .thumbnail-wrapper + .description, .subpage-list .thumbnail-wrapper + .description {
  margin-top: 38px;
}
.image-list .image-list-item:hover .thumbnail-wrapper .thumbnail, .subpage-list .image-list-item:hover .thumbnail-wrapper .thumbnail {
  transform: scale(1.1);
  opacity: 1;
}
.image-list .swiper-wrapper .image-list-item, .subpage-list .swiper-wrapper .image-list-item {
  margin: 0;
}
.image-list .swiper-slide, .subpage-list .swiper-slide {
  display: inline-block;
}

.accordeon-list {
  position: relative;
  overflow: hidden;
  min-height: 730px;
}
@media only screen and (min-width: 0) and (max-width: 1024px) {
  .accordeon-list {
    min-height: 0;
  }
}
.accordeon-list > .wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 0) and (max-width: 1024px) {
  .accordeon-list > .wrapper {
    position: relative;
  }
}
.accordeon-list .columns {
  height: 100%;
  width: 100%;
  font-size: 0;
  white-space: nowrap;
}
.accordeon-list .columns > * {
  display: inline-block;
  height: 100%;
}
@media only screen and (min-width: 0) and (max-width: 1024px) {
  .accordeon-list .columns > * {
    display: block;
    height: auto;
  }
}
.accordeon-list .accordeon-item {
  background-color: #000;
  position: relative;
  overflow: hidden;
  transition: width 200ms ease-in-out;
  min-width: 0;
  will-change: width;
  white-space: normal;
  text-align: left;
}
@media only screen and (min-width: 0) and (max-width: 1024px) {
  .accordeon-list .accordeon-item {
    width: 100% !important;
    height: 100px;
    transition: height 200ms ease-in-out;
  }
  .accordeon-list .accordeon-item.active {
    height: 200px;
  }
}
.accordeon-list .accordeon-item a {
  display: block;
  height: 100%;
}
.accordeon-list .accordeon-item h4 {
  font-size: 2.08vw;
  position: absolute;
  left: 20px;
  top: 20px;
  line-height: 1;
  font-family: "Amerigo BT", serif;
  font-weight: bold;
  white-space: nowrap;
  color: #fff;
  transition: all 200ms ease-in-out;
  z-index: 3;
}
@media (max-width: 1153.8461538462px) {
  .accordeon-list .accordeon-item h4 {
    font-size: 24px;
  }
}
@media (min-width: 1442.3076923077px) {
  .accordeon-list .accordeon-item h4 {
    font-size: 30px;
  }
}
.accordeon-list .accordeon-item .thumbnail {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.accordeon-list .accordeon-item .thumbnail img {
  display: none;
}
.accordeon-list .accordeon-item .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  transition: all 200ms ease-in-out;
  z-index: 2;
}
.accordeon-list .accordeon-item:hover h4 {
  left: 28px;
  top: 14px;
}
.accordeon-list .accordeon-item:hover .overlay {
  background: rgba(0, 0, 0, 0);
}

.home-rooms .accordeon-list .accordeon-item:hover .overlay, .home-rooms .accordeon-list .accordeon-item.active .overlay {
  background: rgba(0, 0, 0, 0.3);
}

#specials .swiper-button-prev, #specials .swiper-button-next {
  top: 33%;
}

.page-content .careers .narrow {
  width: 20%;
}

#ja-jobs-widget .job {
  margin-bottom: 20px;
}
#ja-jobs-widget .job:last-child {
  margin-bottom: 0;
}
#ja-jobs-widget .apply {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#ja-jobs-widget .ja-button {
  order: -1;
  margin-bottom: 20px;
}
#ja-jobs-widget ul {
  margin-top: 10px;
}

.powered-by-jobadder {
  text-align: left !important;
}

.hotel-location-map, .poi-map-canvas {
  height: 600px;
  background: #e5e3df;
}
.hotel-location-map h4, .poi-map-canvas h4 {
  margin: 0;
  font: 16px "Amerigo BT", serif;
  text-transform: uppercase;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .hotel-location-map h4, .poi-map-canvas h4 {
    font-size: 14px;
  }
}
.hotel-location-map p, .poi-map-canvas p {
  margin: 5px 0 0;
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .hotel-location-map p, .poi-map-canvas p {
    font-size: 12px;
  }
}
.hotel-location-map .button, .poi-map-canvas .button {
  display: block;
}
.hotel-location-map .map-content, .poi-map-canvas .map-content {
  overflow: hidden;
  color: #1e1e1e;
}

.pressroom {
  padding: 0 0 50px;
  max-width: 100% !important;
}
.pressroom .category-selector .select-wrapper {
  display: none;
}
.pressroom.show-sselector .category-selector .button {
  display: none;
}
.pressroom.show-sselector .category-selector .select-wrapper {
  display: inline-block;
}
.pressroom .press-slideshow {
  position: relative;
}
.pressroom .press-slideshow-wrapper {
  padding: 0 50px 50px;
  max-width: 900px;
  margin: 0 auto;
}
@media only screen and (min-width: 1367px) {
  .pressroom .press-slideshow-wrapper {
    max-width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 1024px) {
  .pressroom .press-slideshow-wrapper {
    max-width: 600px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .pressroom .press-slideshow-wrapper {
    max-width: 300px;
  }
}
.pressroom .image-list-item {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  margin: 0 0 25px 25px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .pressroom .image-list-item {
    max-width: 100%;
    margin: 10px 0 0;
  }
}
.pressroom .swiper-pagination {
  bottom: 0;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 0) and (max-width: 1024px) {
  .pressroom .swiper-pagination {
    bottom: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .pressroom .swiper-pagination {
    bottom: 0;
  }
}
.pressroom .swiper-pagination .swiper-pagination-bullet {
  margin: 0 3px;
}
.pressroom .swiper-button-prev {
  left: 0;
  background-position: -98px -136px;
  margin-top: -95px;
}
.pressroom .swiper-button-next {
  right: 0;
  background-position: -148px -136px;
  margin-top: -95px;
}
.pressroom .swiper-button-prev, .pressroom .swiper-button-next, .pressroom .swiper-pagination {
  display: none;
}
.swiper .pressroom .swiper-button-prev, .swiper .pressroom .swiper-button-next, .swiper .pressroom .swiper-pagination {
  display: block;
}

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

.form:not(.locals-program) {
  display: block;
  margin-bottom: 20px;
}
.form:not(.locals-program) .newList a {
  text-align: left;
}
.form:not(.locals-program) h3 {
  text-align: left;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e2e2e2;
}
.form:not(.locals-program) label {
  width: 40%;
  line-height: 45px;
  margin: 0px 20px 0 0;
  float: left;
  text-align: right;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .form:not(.locals-program) label {
    display: block;
    line-height: 20px;
    float: none;
    margin: 0 0 10px;
    text-align: left;
    width: auto;
  }
}
.form:not(.locals-program) label em {
  color: #b31919;
  font-size: 16px;
  font-weight: normal;
  line-height: 10px;
  padding-right: 5px;
}
.form:not(.locals-program) p {
  margin-bottom: 10px;
}
.form:not(.locals-program) p:after {
  content: "";
  display: table;
  clear: both;
}
.form:not(.locals-program) p .ui-datepicker-trigger {
  margin-top: 13px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .form:not(.locals-program) p .ui-datepicker-trigger {
    display: none;
  }
}
.form:not(.locals-program) p span {
  float: left;
  margin: 0 10px 0 0;
}
.form:not(.locals-program) p span.checkbox-group {
  margin-bottom: 10px;
}
.form:not(.locals-program) p span input {
  display: inline;
  float: none;
  margin: 0;
}
.form:not(.locals-program) p span label {
  display: inline;
  float: none;
  width: auto;
  text-align: left;
}
.form:not(.locals-program) p span.group label {
  display: block;
}
.form:not(.locals-program) p span.group label input {
  margin-right: 0.4em;
}
.form:not(.locals-program) p#row_offers {
  margin: 30px 0;
}
.form:not(.locals-program) p#row_offers label {
  text-align: left;
}
.form:not(.locals-program) p#row_offers span.checkbox-group {
  float: left;
  width: auto;
  margin-left: calc(40% + 20px);
  line-height: 25px;
  width: 40%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .form:not(.locals-program) p#row_offers span.checkbox-group {
    margin-left: 0px;
    width: 100%;
  }
}
.form:not(.locals-program) p#row_offers span.checkbox-group input {
  float: left;
  margin-top: 7px;
}
.form:not(.locals-program) p#row_offers span.checkbox-group span {
  line-height: 30px;
  float: left;
  width: calc(100% - 30px);
  margin: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .form:not(.locals-program) p#row_offers span.checkbox-group span {
    line-height: auto;
  }
}
.form:not(.locals-program) input[type=text],
.form:not(.locals-program) input[type=date],
.form:not(.locals-program) .selectedTxt,
.form:not(.locals-program) textarea {
  background: #fff;
  color: #53565a;
  height: 45px;
  padding: 0 10px;
  resize: none;
  width: 250px;
  box-sizing: border-box;
  border: 1px solid #d1d1d1;
  border-radius: 0px;
  font: 400 14px/44px "Modern Era", sans-serif;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .form:not(.locals-program) input[type=text],
  .form:not(.locals-program) input[type=date],
  .form:not(.locals-program) .selectedTxt,
  .form:not(.locals-program) textarea {
    margin-bottom: 10px;
    padding: 0 20px;
    width: 100%;
    text-align: left;
  }
}
.form:not(.locals-program) textarea {
  height: 100px;
  overflow: auto;
  line-height: 20px;
  padding: 10px 20px;
}
.form:not(.locals-program) input[type=checkbox],
.form:not(.locals-program) input[type=radio] {
  width: 14px;
  height: 14px;
  padding: 0;
  vertical-align: top;
  margin-top: 15px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .form:not(.locals-program) input[type=checkbox],
  .form:not(.locals-program) input[type=radio] {
    margin-top: 3px;
  }
}
.form:not(.locals-program) input[type=file] {
  font-size: 16px;
  display: block;
  top: 10px;
  position: relative;
}
.form:not(.locals-program) .newListSelected {
  width: 250px;
  float: left;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .form:not(.locals-program) .newListSelected {
    float: none;
    width: 100%;
  }
}
.form:not(.locals-program) input.date-pick {
  width: 100px;
  float: left;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .form:not(.locals-program) input.date-pick {
    float: none;
    display: block;
    width: 100%;
  }
}
.form:not(.locals-program) a.dp-choose-date {
  float: left;
  position: static;
  margin: 13px 0 0 6px;
}
.form:not(.locals-program) .controls p {
  padding: 20px 0 0 40%;
  width: auto;
  background: none;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .form:not(.locals-program) .controls p {
    padding: 0;
    text-align: center;
  }
}
.form:not(.locals-program) .controls .button {
  margin-left: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .form:not(.locals-program) .controls .button {
    display: inline-block;
    margin: 0;
  }
}

.ja-job-search {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 20px;
}

.ja-field-container {
  float: left;
  margin-right: 10px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .ja-field-container {
    float: none;
    margin: 0;
  }
}
.ja-field-container label {
  display: none;
}
.ja-field-container select {
  color: #53565a;
  height: 45px;
  padding: 0 10px;
  resize: none;
  width: 250px;
  box-sizing: border-box;
  border: 1px solid #d1d1d1;
  border-radius: 0px;
  font: 400 14px/44px "Modern Era", sans-serif;
  background: url("../images/arrow.svg") no-repeat 97% 49%;
  margin: 0px 0px 10px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .ja-field-container select {
    margin-bottom: 10px;
    padding: 0 20px;
    width: 100%;
    text-align: left;
  }
}

.ja-submit {
  clear: both;
  margin: 10px auto;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .ja-submit {
    text-align: center;
  }
}

.ja-pager {
  border-top: 1px solid #f0f0f0;
  padding: 30px 0px;
  box-sizing: border-box;
  text-align: center;
  display: block;
  margin: 30px auto;
}
.ja-pager span,
.ja-pager a {
  margin: 0px 10px;
}

.ja-pager-summary {
  text-align: center;
  display: block;
  margin: 10px auto;
}

[id*=form_form_] > fieldset:first-child > legend + .form-builder-group {
  margin-top: 0 !important;
}
[id*=form_form_] > fieldset:first-child > legend + .form-builder-group > .form-builder-field:first-child {
  margin-top: 10px;
}
[id*=form_form_] > fieldset:first-child > legend + .form-builder-group > .form-builder-field:first-child[class*=paragraph_] {
  margin-top: 0 !important;
}
[id*=form_form_] > fieldset:first-child > legend + .form-builder-group > .form-builder-field:first-child[class*=paragraph_] p {
  margin-bottom: 0 !important;
}
[id*=form_form_] .form-builder-field {
  display: flex;
  align-items: center;
  margin-top: 20px;
  text-align: left;
  clear: both;
  overflow: visible !important;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  [id*=form_form_] .form-builder-field {
    display: block;
  }
}
[id*=form_form_] label {
  width: 40%;
  margin: 0px 20px 0 0;
  text-align: right;
  font-size: 1.5vw;
  line-height: 1.1;
}
@media (min-width: 1333.3333333333px) {
  [id*=form_form_] label {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  [id*=form_form_] label {
    font-size: 1em;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  [id*=form_form_] label {
    display: block;
    margin: 0 0 10px;
    font-size: 1em;
    text-align: left;
    width: auto;
  }
}
[id*=form_form_] .newListSelected {
  width: 250px;
  border-radius: 0;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  [id*=form_form_] .newListSelected {
    width: 100% !important;
    float: none;
  }
}
[id*=form_form_] input[type=text],
[id*=form_form_] input[type=date],
[id*=form_form_] input[type=datepicker],
[id*=form_form_] input[type=number],
[id*=form_form_] input[type=email],
[id*=form_form_] input[type=phone],
[id*=form_form_] .selectedTxt,
[id*=form_form_] textarea {
  background: #fff;
  color: #53565a;
  height: 45px;
  padding: 0 10px;
  resize: none;
  width: 250px !important;
  box-sizing: border-box;
  border: 1px solid #d1d1d1 !important;
  border-radius: 0px;
  font: 400 16px/45px "Modern Era", sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  [id*=form_form_] input[type=text],
  [id*=form_form_] input[type=date],
  [id*=form_form_] input[type=datepicker],
  [id*=form_form_] input[type=number],
  [id*=form_form_] input[type=email],
  [id*=form_form_] input[type=phone],
  [id*=form_form_] .selectedTxt,
  [id*=form_form_] textarea {
    font-size: 1em;
    line-height: 1.8em;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  [id*=form_form_] input[type=text],
  [id*=form_form_] input[type=date],
  [id*=form_form_] input[type=datepicker],
  [id*=form_form_] input[type=number],
  [id*=form_form_] input[type=email],
  [id*=form_form_] input[type=phone],
  [id*=form_form_] .selectedTxt,
  [id*=form_form_] textarea {
    width: 100% !important;
    font-size: 1em;
    line-height: 1.1em;
  }
}
[id*=form_form_] textarea {
  line-height: 20px;
}
[id*=form_form_] .selectedTxt {
  line-height: 42px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  [id*=form_form_] .selectedTxt {
    line-height: 42px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  [id*=form_form_] .selectedTxt {
    line-height: 42px;
  }
}
[id*=form_form_] input[type=checkbox] {
  margin-left: 40%;
  float: left;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  [id*=form_form_] input[type=checkbox] {
    margin-left: 10px;
    margin-top: 3px;
  }
}
[id*=form_form_] input[type=checkbox] + label {
  width: 250px;
  line-height: 1.4;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  [id*=form_form_] input[type=checkbox] + label {
    width: calc(100% - 30px);
  }
}
[id*=form_form_] input[type=submit] {
  margin: 25px auto 0 !important;
  position: relative;
  display: block;
  box-sizing: border-box;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  padding: 0 25px !important;
  overflow: visible;
  font-family: "Amerigo BT", serif;
  font-weight: 700;
  -moz-text-align-last: auto;
       text-align-last: auto;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  letter-spacing: -1px;
  background: #1e1e1e;
  color: #f0f0f0;
  border: 1px solid #bcbcbc;
}
[id*=form_form_] input[type=submit]:hover {
  background-color: transparent;
  color: #000;
}
[id*=form_form_] #form_module_container_errors *,
[id*=form_form_] #form_module_container_errors .goTo {
  font-family: "Modern Era", sans-serif;
  color: #e74c3c;
  font-size: 20px;
  line-height: 24px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  [id*=form_form_] #form_module_container_errors *,
  [id*=form_form_] #form_module_container_errors .goTo {
    font-size: 14px;
    line-height: 16px;
  }
}
[id*=form_form_] #form_module_container_errors ul,
[id*=form_form_] #form_module_container_errors li {
  list-style-type: none;
}
[id*=form_form_] #form_module_container_errors ul::after,
[id*=form_form_] #form_module_container_errors li::after {
  display: none;
}

#form_form_2 .form-builder-field[class*=paragraph_] {
  display: block;
  width: 40% !important;
}
#form_form_2 .form-builder-field[class*=paragraph_] .text-right {
  text-align: right;
}
#form_form_2 .form-builder-field[class*=paragraph_] .text-right + p {
  text-align: right;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #form_form_2 .form-builder-field[class*=paragraph_] {
    width: 100% !important;
  }
  #form_form_2 .form-builder-field[class*=paragraph_] .text-right {
    text-align: left;
  }
  #form_form_2 .form-builder-field[class*=paragraph_] .text-right + p {
    text-align: left;
  }
}

.form.locals-program {
  font-family: "Amerigo BT", serif;
  font-size: 20px;
  margin-top: 40px;
  background-color: #f0f0f0;
}
.form.locals-program.locals-program {
  position: relative;
  float: right;
  margin-top: 0;
  margin-left: 40px;
  z-index: 40;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .form.locals-program.locals-program {
    float: none;
    margin: 20px 0;
  }
}
.form.locals-program h2 {
  font-size: 30px;
  padding: 40px 0 0 0;
  display: block;
  margin-bottom: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .form.locals-program h2 {
    padding: 40px 0 20px 20px;
  }
}
.form.locals-program form {
  padding: 40px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .form.locals-program form {
    padding: 20px;
  }
}
.form.locals-program form.form-signup p:after {
  content: "*";
  position: absolute;
  top: 5px;
  right: 0;
  color: #b31919;
  font-weight: normal;
  line-height: 10px;
  padding-right: 5px;
  font-size: 17px;
}
.form.locals-program form.form-signup p:nth-last-child(1):after {
  display: none;
}
.form.locals-program form.form-signup p.address-2:after {
  display: none;
}
.form.locals-program form.form-signup p.email:after {
  display: block !important;
}
.form.locals-program form.form-signup p.required::after {
  display: block;
  content: "*";
  position: absolute;
  top: 5px;
  right: 0;
  color: #b31919;
  font-weight: normal;
  line-height: 10px;
  padding-right: 5px;
  font-size: 17px;
}
.form.locals-program form.form-signup .SSContainerDivWrapper {
  max-height: 520px;
}
.form.locals-program form.form-signup .SSContainerDivWrapper .newList {
  max-height: 520px;
}
.form.locals-program form.form-signup #submit-btn {
  text-transform: initial;
}
.form.locals-program form .row {
  width: 290px;
  margin-bottom: 23px;
  position: relative;
}
#content .form.locals-program form .row {
  text-align: left;
}
.form.locals-program form .row.select {
  width: 160px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .form.locals-program form .row {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .form.locals-program form .row {
    width: 100%;
  }
}
@media only screen and (min-width: 1140px) {
  .form.locals-program form .row {
    width: 100%;
  }
  .form.locals-program form .row.first_name {
    float: left;
    width: 45%;
  }
  .form.locals-program form .row.last_name {
    float: right;
    margin-right: 20px;
    width: 45%;
  }
  .form.locals-program form .row.email, .form.locals-program form .row.zip {
    clear: both;
    width: 420px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .form.locals-program form .row.first_name, .form.locals-program form .row.last_name, .form.locals-program form .row.email, .form.locals-program form .row.zip {
    width: 100%;
  }
}
.form.locals-program form .row label {
  font-size: 14px;
  line-height: 15px;
  color: #1e1e1e;
}
.form.locals-program form .row select {
  position: absolute;
  display: block !important;
  opacity: 0;
}
.form.locals-program form .row .selectedTxt {
  background: #fff;
  font-family: "Modern Era", sans-serif;
}
.form.locals-program form input[type=text] {
  font-family: "Modern Era", sans-serif;
  background: #fff;
  color: #2e2e2e;
  height: 50px;
  padding: 0 10px;
  resize: none;
  width: 100%;
  box-sizing: border-box;
  font-size: 18px;
}
.form.locals-program form input[readonly] {
  color: grey;
}
.form.locals-program form input[type=radio] {
  display: none;
}
.form.locals-program form .radio-group label {
  cursor: pointer;
  line-height: 21px;
  position: relative;
  float: left;
  color: #1e1e1e;
  padding: 9px 0 0 45px;
  margin: 10px 0;
}
.form.locals-program form .radio-group label:after {
  background: url("../images/sprite.svg") 0 -49px no-repeat;
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  height: 32px;
  width: 32px;
}
.form.locals-program form .radio-group label.checked:after {
  background-position: -40px -49px;
}
.form.locals-program form span label {
  display: block;
  float: none;
  width: auto;
  text-align: left;
}
.form.locals-program form span label strong {
  font-weight: 800;
}
.form.locals-program form .service {
  position: relative;
  overflow: hidden;
  background-color: #f4f4f4;
  padding: 25px;
  margin-bottom: 40px;
}
.form.locals-program form input[type=checkbox] {
  position: absolute;
  right0: 0;
  opacity: 0;
}
.form.locals-program form .privacy {
  margin-top: 20px;
}
.form.locals-program form .checkbox {
  position: relative;
  overflow: hidden;
  margin-bottom: 33px;
  clear: both;
}
.form.locals-program form .checkbox p {
  display: block;
  overflow: hidden;
}
.form.locals-program form .checkbox p label {
  cursor: pointer;
  line-height: 16px;
  font-size: 14px;
  position: relative;
  float: left;
  padding: 1px 0 0 30px;
  margin: 9px 10px 9px 0;
  color: #1e1e1e;
}
.form.locals-program form .checkbox p label:after {
  background: url("../images/sprite.svg") 0 -5px no-repeat;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 16px;
  width: 16px;
}
.form.locals-program form .checkbox p label.checked:after {
  background-position: -19px -5px;
}
.form.locals-program form .checkbox p .terms-label:before {
  content: "*";
  position: absolute;
  top: 5px;
  right: -8px;
  color: #b31919;
  font-weight: normal;
  line-height: 10px;
  padding-right: 5px;
  font-size: 22px;
}
.form.locals-program form ::-webkit-input-placeholder {
  color: rgba(30, 30, 30, 0.5);
}
.form.locals-program form ::-moz-placeholder {
  color: rgba(30, 30, 30, 0.5);
}
.form.locals-program form :-ms-input-placeholder {
  color: rgba(30, 30, 30, 0.5);
}
.form.locals-program form :-moz-placeholder {
  color: rgba(30, 30, 30, 0.5);
}
.form.locals-program .selectedTxt {
  position: relative;
  height: 50px;
  line-height: 50px;
  padding: 0 40px 0 20px;
  border: none;
  border-radius: 0;
  color: #2e2e2e;
}
.form.locals-program .selectedTxt::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 12px;
  width: 15px;
  height: 10px;
  margin: 0;
  overflow: auto;
  border: none;
  background: url("../images/sprite.svg") -266px -271px no-repeat;
}
.form.locals-program .selectedTxt:hover::after, .form.locals-program .selectedTxt:active::after {
  opacity: 1;
}
.form.locals-program .stylish-select .SSContainerDivWrapper {
  top: 44px !important;
}
.form.locals-program .stylish-select .newList {
  background: #fff;
  overflow: auto;
  overflow-x: hidden;
  border: solid 1px #e5e5e5;
  margin: 0 !important;
  padding: 2px !important;
  list-style: none !important;
}
.form.locals-program .stylish-select .newList li {
  background: none !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1;
}
.form.locals-program .stylish-select .newList li:before {
  content: none !important;
}
.form.locals-program .stylish-select .newList li:after {
  content: none !important;
}
.form.locals-program .stylish-select .newList li.newListOptionTitle {
  padding: 3px 5px 0 !important;
  font-weight: bold;
  color: #2e2e2e;
}
.form.locals-program .stylish-select .newList li.newListOptionTitle ul {
  margin: 3px -5px 0 !important;
  font-weight: normal;
}
.form.locals-program .stylish-select .newList a {
  display: block;
  line-height: 15px;
  padding: 10px;
  position: static;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: none !important;
  text-align: left;
  color: #2e2e2e;
}
.form.locals-program .stylish-select .newList a:hover, .form.locals-program .stylish-select .newList a.hiLite {
  background: #1e1e1e;
  color: #fff;
}

.custom-form p {
  margin-bottom: 20px;
}
.custom-form p em {
  color: red;
}
.custom-form p input, .custom-form p textarea {
  padding: 0 10px;
}
.custom-form p textarea {
  padding: 10px;
}
.custom-form p.checkbox {
  position: relative;
  display: inline-block;
}
.custom-form p.checkbox label {
  display: inline-block;
  padding-left: 35px;
}
.custom-form p.checkbox input {
  position: absolute;
  top: 2px;
  left: 0;
}
.custom-form.custom-form-flexbox {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .custom-form.custom-form-flexbox {
    flex-wrap: wrap;
  }
}
.custom-form.custom-form-flexbox .custom-form-flexbox-element {
  width: calc(50% - 50px);
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .custom-form.custom-form-flexbox .custom-form-flexbox-element {
    width: calc(50% - 25px);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .custom-form.custom-form-flexbox .custom-form-flexbox-element {
    width: 100%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .custom-form.custom-form-flexbox .custom-form-flexbox-element.page-content {
    margin-bottom: 40px;
  }
}
.custom-form.custom-form-flexbox form.custom-form-flexbox-element {
  margin-left: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .custom-form.custom-form-flexbox form.custom-form-flexbox-element {
    margin-left: 50px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .custom-form.custom-form-flexbox form.custom-form-flexbox-element {
    margin-left: 0;
  }
}

.poi {
  margin-bottom: 40px;
}
.restaurant-template .poi {
  margin-top: 40px;
}

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

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

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

.poi .categories {
  margin-top: 20px;
}
.restaurant-template .poi .categories {
  display: none;
}
.poi .categories .poi-category.hidden {
  display: none;
}
.poi .categories .poi-category table {
  width: 100%;
}
.poi .categories .poi-category table th {
  white-space: nowrap;
}
.poi .categories .poi-category table td {
  vertical-align: middle;
}
.poi .categories .poi-category table td.center {
  text-align: center;
}
.poi .categories .poi-category table td.poi-title {
  text-align: left;
}
.poi .categories .poi-category .expand-description {
  text-decoration: underline;
  cursor: pointer;
  color: #327d7d;
}
.poi .categories .poi-category .expand-description:hover {
  color: #54baba;
}
.poi .categories .poi-category .show-on-map {
  display: block;
  height: 16px;
  width: 10px;
  margin: 0 auto;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common.svg") -400px 0 no-repeat;
  cursor: pointer;
}
.poi .categories .poi-category .show-on-map:hover {
  background-position: -430px 0;
}
.poi .categories .poi-category .show-on-map:active {
  background-position: -460px 0;
}
.poi .categories .poi-category tr.description {
  display: none;
}
.poi .categories .poi-category tr.description.visible {
  display: table-row;
}
.poi .categories .poi-category tr.description .thumbnail {
  margin-bottom: 0;
}
.poi .categories .poi-category tr.description p {
  margin: 0 0 10px;
  font-size: 12px;
}
.poi .categories .poi-category tr.description nav > * {
  margin-left: 10px;
}
.poi .categories .poi-category tr.description nav > *:first-child {
  margin-left: 0;
}

.poi .hotels {
  display: none;
}

#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 (min-width: 0px) 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 (min-width: 0px) and (max-width: 767px) {
  #calendar-links li {
    display: inline-block;
    float: none;
  }
  #calendar-links li:first-child a {
    margin-left: 0;
  }
}
#calendar-links a {
  display: block;
  height: 20px;
  width: 20px;
  margin: 0 20px 0 0;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common.svg") 0 0 no-repeat;
}
#calendar-links a.ical {
  background-position: -200px -76px;
}
#calendar-links a.ical:hover {
  background-position: -240px -76px;
}
#calendar-links a.ical:active {
  background-position: -280px -76px;
}
#calendar-links a.print {
  background-position: -200px -116px;
}
#calendar-links a.print:hover {
  background-position: -240px -116px;
}
#calendar-links a.print:active {
  background-position: -280px -116px;
}
#calendar-links a.rss {
  background-position: -200px -156px;
}
#calendar-links a.rss:hover {
  background-position: -240px -156px;
}
#calendar-links a.rss:active {
  background-position: -280px -156px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #calendar-links a {
    display: inline-block;
    margin: 0 0 0 20px;
  }
}

#calendar-views {
  float: left;
}
#calendar-views:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #calendar-views {
    float: none;
    text-align: center;
    margin-bottom: 30px;
  }
}
#calendar-views li {
  float: left;
}
@media only screen and (min-width: 0px) 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: #717272;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #calendar-views a {
    margin-right: 0;
    margin-left: 20px;
  }
  #calendar-views a.grid {
    margin-left: 0;
  }
}
#calendar-views a:hover, #calendar-views a.active {
  color: #327d7d;
}
#calendar-views a:before {
  background: url("../images/common.svg") 0 0 no-repeat;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
#calendar-views a.grid:before {
  background-position: -200px 0;
}
#calendar-views a.grid:hover:before, #calendar-views a.grid.active:before {
  background-position: -240px 0;
}
#calendar-views a.grid:active:before {
  background-position: -280px 0;
}
#calendar-views a.list:before {
  background-position: -200px -38px;
}
#calendar-views a.list:hover:before, #calendar-views a.list.active:before {
  background-position: -240px -38px;
}
#calendar-views a.list:active:before {
  background-position: -280px -38px;
}

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

#calendar-year {
  margin-bottom: 20px;
}
@media only screen and (min-width: 0px) 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 #b7b7b7;
  color: #b7b7b7;
}
#calendar-year a:hover {
  border-color: #343841;
  color: #343841;
}
#calendar-year .active a {
  border-color: #327d7d;
  color: #327d7d;
}
#calendar-year .active a:hover {
  border-color: #151616;
  color: #151616;
}

#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 (min-width: 0px) and (max-width: 767px) {
  #calendar-month {
    -moz-text-align-last: auto;
         text-align-last: auto;
  }
}
#calendar-month:after {
  clear: both;
  content: "";
  display: table;
}
#calendar-month:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  height: 0;
}
#calendar-month li {
  display: inline;
}
#calendar-month a {
  display: inline-block;
  vertical-align: top;
  padding: 0 9px;
  height: 40px;
  line-height: 40px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  color: #132929;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #calendar-month a {
    padding: 0 5px;
    font-size: 10px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #calendar-month a {
    padding: 0 7px;
    font-size: 11px;
    text-align: center;
  }
}
#calendar-month a:hover {
  background: #327d7d;
  color: #fff;
}
#calendar-month a.active {
  background: #327d7d;
  color: #fff;
}
#calendar-month a.active:hover {
  background: #595756;
  color: #fff;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #calendar-month {
    -moz-text-align-last: auto;
         text-align-last: auto;
  }
  #calendar-month li {
    display: none;
  }
  #calendar-month li.current, #calendar-month li.prev, #calendar-month li.next {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 30%;
  }
  #calendar-month li.current a {
    font-size: 12px;
    padding: 0 10px;
    display: block;
  }
  #calendar-month li.prev a, #calendar-month li.next a {
    display: block;
    font-size: 12px;
    padding-right: 0;
    padding-left: 30px;
  }
  #calendar-month li.prev a:after, #calendar-month li.next a:after {
    background: url(../images/common.svg) -200px -196px no-repeat;
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: 11px;
    width: 11px;
    height: 18px;
  }
  #calendar-month li.prev a:hover, #calendar-month li.next a:hover {
    background-color: transparent;
    color: #327d7d;
  }
  #calendar-month li.prev a:hover:after, #calendar-month li.next a:hover:after {
    background-position: -231px -196px;
  }
  #calendar-month li.prev a:active, #calendar-month li.next a:active {
    top: auto;
  }
  #calendar-month li.next a {
    padding-left: 0;
    padding-right: 30px;
  }
  #calendar-month li.next a:after {
    background-position: -200px -234px;
    left: auto;
    right: 5px;
  }
  #calendar-month li.next a:hover:after {
    background-position: -231px -234px;
  }
}

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

#calendar-week, #calendar-days {
  display: block;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: newspaper;
}
#calendar-week:after, #calendar-days:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  height: 0;
}
#calendar-week li, #calendar-days li {
  display: inline-block;
  width: 13%;
}

#calendar-week {
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #calendar-week {
    display: none;
  }
}
#calendar-week li {
  color: #595756;
  text-align: center;
  font-weight: bold;
}
#calendar-week li .short {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #calendar-week li .full {
    display: none;
  }
  #calendar-week li .short {
    display: inline;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #calendar-week li .full {
    display: none;
  }
  #calendar-week li .short {
    display: inline;
  }
}

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

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

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

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

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

.subpage-list {
  margin-top: 50px;
}
.subpage-list .swiper-container {
  padding: 0 10px;
  width: 100%;
}
.subpage-list .swiper-container .subpage-item {
  max-width: none;
  margin: 0;
}
.subpage-list .swiper-button-next {
  right: -40px;
}
.subpage-list .swiper-button-prev {
  left: -40px;
}
.subpage-list .subpage-item {
  position: relative;
  text-align: left;
  width: calc(25% - 25px);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .subpage-list .subpage-item {
    width: 100%;
    margin: 0 0 25px;
  }
}
.subpage-list .subpage-item .thumbnail {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-color: #ccc;
  text-align: center;
  margin-bottom: 20px;
}
.subpage-list .subpage-item .description h4 {
  font-size: 35px;
  margin-bottom: 5px;
  font-family: "Amerigo BT", serif;
  font-weight: bold;
}
.subpage-list .subpage-item .description p {
  color: #8e8e8e;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .subpage-list {
    max-width: 290px;
    padding: 0 10px 30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (max-width: 360px) {
  .subpage-list {
    max-width: calc(100% - 100px);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .subpage-list .swiper-container {
    padding: 0;
  }
  .subpage-list .swiper-button-next, .subpage-list .swiper-button-prev {
    top: 33%;
  }
}

/* VENUES TEMPLATE 4 */
.venues.template4 {
  background-color: #f1f1f1;
  overflow: hidden;
}
.venues.template4 * {
  box-sizing: border-box;
}
.venues.template4 article {
  overflow: hidden;
  margin: 45px 0;
}
.venues.template4 article .tab-buttons {
  overflow: hidden;
  font-family: "Amerigo BT", serif;
}
.venues.template4 article .tab-buttons span {
  display: block;
  float: left;
  width: 120px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border-right: 1px solid #ebebeb;
  cursor: pointer;
  background: #1e1e1e;
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .venues.template4 article .tab-buttons span {
    width: 33.3%;
  }
}
.venues.template4 article .tab-buttons span:hover, .venues.template4 article .tab-buttons span.active {
  background: #fff;
  color: #1e1e1e;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .venues.template4 article .tab-buttons span .hide-on-mobile {
    display: none;
  }
}
.venues.template4 article .content {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: 10px 10px 10px 25px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .venues.template4 article .content {
    padding-left: 10px;
  }
}
.venues.template4 article .content .tabs {
  float: left;
  min-height: 350px;
  width: 435px;
  padding-top: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .venues.template4 article .content .tabs {
    width: 47%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .venues.template4 article .content .tabs {
    float: none;
    width: 100%;
    min-height: 0;
    margin-bottom: 20px;
    padding-left: 10px;
  }
}
.venues.template4 article .content .tabs .tab {
  display: none;
}
.venues.template4 article .content .tabs .tab.active {
  display: block;
}
.venues.template4 article .content .tabs h3 {
  font-size: 24px;
  margin: 0 0 15px;
}
.venues.template4 article .content .tabs h3 a {
  color: inherit;
  text-decoration: none;
}
.venues.template4 article .content .tabs h3 a:hover {
  text-decoration: underline;
}
.venues.template4 article .content .tabs h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 15px 0 10px;
}
.venues.template4 article .content .tabs p {
  font-size: 15px;
  line-height: 22px;
  color: #8f8f8f;
}
.venues.template4 article .content .tabs ul > li {
  position: relative;
  padding-left: 14px;
  font-size: 16px;
  margin: 5px 0;
}
.venues.template4 article .content .tabs ul > li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 3px;
  height: 3px;
  background: #000;
  border-radius: 100%;
}
.venues.template4 article .content .tabs .layouts {
  overflow: hidden;
}
.venues.template4 article .content .tabs .layouts span {
  width: 50%;
  float: left;
  font-size: 13px;
  color: #8f8f8f;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
}
.venues.template4 article .content .tabs .layouts span:before {
  vertical-align: middle;
  margin-right: 20px;
  font-size: 40px;
  color: #1e1e1e;
}
.venues.template4 article .content .background {
  position: absolute;
  top: 10px;
  left: 465px;
  right: 10px;
  bottom: 10px;
  background-position: 50% 50%;
  background-size: cover;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .venues.template4 article .content .background {
    left: 53%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .venues.template4 article .content .background {
    position: static;
    height: 200px;
    width: 100%;
  }
}
.venues.template4 article .buttons {
  background: #1e1e1e;
  overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .venues.template4 article .buttons {
    padding: 8px 0;
  }
}
.venues.template4 article .buttons .inner-wrapper {
  float: right;
  overflow: hidden;
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .venues.template4 article .buttons .inner-wrapper {
    float: none;
  }
}
.venues.template4 article .buttons .inner-wrapper a {
  display: block;
  float: left;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding: 0 30px;
}
.venues.template4 article .buttons .inner-wrapper a + a {
  border-left: 1px solid #1e1e1e;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .venues.template4 article .buttons .inner-wrapper a {
    padding: 0 10px;
    float: none;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin: 10px 0;
  }
  .venues.template4 article .buttons .inner-wrapper a:last-child {
    border-right: 1px solid #1e1e1e;
  }
}

.single-venue.template4 .thumbnail {
  overflow: hidden;
  width: 100%;
  margin: 10px 0 20px;
  display: block;
}
.single-venue.template4 .thumbnail img {
  display: block;
  width: 100%;
}
.single-venue.template4 .layouts {
  overflow: hidden;
  margin: 15px 0;
}
.single-venue.template4 .layouts span {
  width: 50%;
  float: left;
  font-size: 13px;
  color: #8f8f8f;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
}
.single-venue.template4 .layouts span:before {
  vertical-align: middle;
  margin-right: 20px;
  font-size: 40px;
  color: #1e1e1e;
}
.single-venue.template4 .links a {
  margin: 5px;
}

.popup-save {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 350ms ease-in-out, visibility 350ms ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-save.visible {
  opacity: 1;
  visibility: visible;
}
.popup-save.no-text .wrapper {
  padding: 0;
  background: none;
}
.popup-save.no-text .wrapper .overlay {
  position: relative;
  opacity: 1;
  background-image: none !important;
}
.popup-save.no-text .wrapper .overlay img {
  width: 100%;
  height: auto;
}
.popup-save.no-text .wrapper .close {
  z-index: 3;
}
.popup-save.no-text .wrapper a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
.popup-save .wrapper {
  position: relative;
  max-width: 510px;
  width: 100%;
  min-height: 277px;
  box-sizing: border-box;
  padding: 60px 30px 30px;
  background: rgba(31, 31, 31, 0.7);
  color: #fff;
  font-size: 21px;
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .popup-save .wrapper {
    width: 96%;
    padding: 70px 20px;
    min-height: 0;
  }
}
.popup-save .wrapper .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  background-size: cover;
  background-position: center center;
  opacity: 0.5;
}
.popup-save .wrapper .close {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  width: 40px;
  font-size: 30px;
  line-height: 40px;
  color: inherit;
}
.popup-save .wrapper a {
  display: block;
  color: inherit;
  text-decoration: none;
  position: relative;
}
.popup-save .wrapper p strong {
  font-weight: bold;
}
.popup-save .wrapper .line-2 {
  margin-top: 0;
  margin-bottom: 5px;
  font: bold 100px/1 "Amerigo BT", serif;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .popup-save .wrapper .line-2 {
    font-size: 75px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .popup-save .wrapper .line-2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .popup-save .wrapper .line-3 {
    font-size: 16px;
    font-weight: 600;
  }
}
.popup-save .wrapper .line-4 {
  margin-top: 20px;
  font: bold 15px/1 "Amerigo BT", serif;
}

.footer-text {
  width: 940px;
  margin: 20px auto;
  box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
  .footer-text {
    width: 100%;
    padding: 0 20px;
  }
}
.footer-text * {
  color: #fff;
  font-family: "Modern Era", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.home-feed {
  text-align: center;
}
.home-feed .feed-list-wrapper {
  margin: 0 auto;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .home-feed .feed-list-wrapper {
    max-width: 100%;
  }
}
.home-feed .feed-list {
  position: relative;
  text-align: center;
}
.home-feed .feed-list:after {
  clear: both;
  content: "";
  display: table;
}
.home-feed .feed-sizer,
.home-feed .feed-item {
  width: 25%;
}
@media only screen and (min-width: 0) and (max-width: 1024px) {
  .home-feed .feed-sizer,
  .home-feed .feed-item {
    width: 50%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .home-feed .feed-sizer,
  .home-feed .feed-item {
    width: calc(50% - 6px);
    margin: 6px 3px 6px;
  }
}
.home-feed .feed-item {
  font-size: 16px;
  overflow: hidden;
  position: relative;
  float: left;
  height: 0;
  padding-bottom: 16.6666666667%;
  color: #f0f0f0;
  text-align: left;
  line-height: 1;
  font-family: "Amerigo BT", serif;
  font-weight: bold;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
  text-decoration: none;
}
@media only screen and (min-width: 0) and (max-width: 1024px) {
  .home-feed .feed-item {
    padding-bottom: 50%;
    font-size: 22px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .home-feed .feed-item {
    padding-bottom: 30%;
    margin-bottom: 0px;
  }
}
.home-feed .feed-item .feed-content {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  /*
  			&:before {
  				content: '';
  				display: block;
  				height: 44px;
  				width: 44px;
  				margin: 0 auto;
  				background: url($sprite-path) no-repeat;

  				@include respond-to(mobile) {
  					margin-bottom:15px;
  				}

  			}
  */
}
.home-feed .feed-item .feed-content p {
  margin-bottom: 10px;
}
.home-feed .feed-item .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 333ms ease;
}
.home-feed .feed-item:hover .thumbnail {
  transform: scale(1.1);
}
.home-feed .feed-item.facebook .feed-content:before {
  background-position: -2px -268px;
}
.home-feed .feed-item.twitter .feed-content:before {
  background-position: -116px -268px;
}
.home-feed .feed-item.instagram .feed-content:before {
  background-position: -58px -268px;
}
.home-feed .feed-item.linkedin .feed-content:before {
  background-position: -174px -268px;
}
.home-feed .read-more {
  margin-top: 30px;
}
.home-feed.acm-interior-feed {
  margin-top: 110px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .home-feed.acm-interior-feed {
    margin-top: 55px;
  }
}

.c-instagram-feed {
  text-align: center;
}
.c-instagram-feed__list {
  margin: 0 auto;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .c-instagram-feed__list {
    max-width: 100%;
  }
}
.c-instagram-feed .photo-list {
  position: relative;
  text-align: center;
}
.c-instagram-feed .photo-list:after {
  clear: both;
  content: "";
  display: table;
}
.c-instagram-feed__link {
  width: 25%;
  overflow: hidden;
  position: relative;
  float: left;
  height: 0;
  padding-bottom: 16.6666666667%;
  color: #f0f0f0;
  line-height: 1;
}
@media only screen and (min-width: 0) and (max-width: 1024px) {
  .c-instagram-feed__link {
    width: 50%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .c-instagram-feed__link {
    width: calc(50% - 6px);
    margin: 6px 3px 6px;
    padding-bottom: 30%;
    margin-bottom: 0px;
  }
}
.c-instagram-feed__link:hover .c-instagram-feed__item.photo {
  background-size: 110%;
}
.c-instagram-feed__item.photo {
  background-size: 100%;
  background-position: 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 333ms ease, background-size 0.3s ease;
}
.c-instagram-feed__date, .c-instagram-feed__like-count, .c-instagram-feed__comment-count, .c-instagram-feed__text {
  visibility: hidden;
}

.home-testimonials {
  padding: 0;
}
.home-testimonials .testimonial {
  overflow: hidden;
  padding: 110px 0 220px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .home-testimonials .testimonial {
    padding: 55px 0 110px;
  }
}
.home-testimonials .testimonial .row {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.home-testimonials .testimonial .content {
  width: calc(73% - 50px);
}
.home-testimonials .testimonial .content .title {
  font-size: 3vw;
  line-height: 1;
  margin-bottom: 90px;
  font-family: "Amerigo BT", serif;
  font-weight: bold;
}
@media (max-width: 600px) {
  .home-testimonials .testimonial .content .title {
    font-size: 18px;
  }
}
@media (min-width: 1500px) {
  .home-testimonials .testimonial .content .title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1024px) {
  .home-testimonials .testimonial .content .title {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .home-testimonials .testimonial .content .title {
    margin-bottom: 25px;
  }
}
.home-testimonials .testimonial .content .text {
  font-size: 5vw;
  line-height: 1;
  margin-bottom: 90px;
  font-family: "Amerigo BT", serif;
  font-weight: bold;
}
@media (max-width: 440px) {
  .home-testimonials .testimonial .content .text {
    font-size: 22px;
  }
}
@media (min-width: 1360px) {
  .home-testimonials .testimonial .content .text {
    font-size: 68px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1024px) {
  .home-testimonials .testimonial .content .text {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .home-testimonials .testimonial .content .text {
    margin-bottom: 25px;
  }
}
.home-testimonials .testimonial .content .author {
  font-size: 2vw;
  line-height: 1;
  font-style: italic;
  font-family: "Amerigo BT", serif;
  font-weight: bold;
  color: #aaaeae;
}
@media (max-width: 800px) {
  .home-testimonials .testimonial .content .author {
    font-size: 16px;
  }
}
@media (min-width: 1500px) {
  .home-testimonials .testimonial .content .author {
    font-size: 30px;
  }
}
.home-testimonials .testimonial .thumbnail {
  width: 27%;
  margin-left: 50px;
}
.home-testimonials .testimonial .thumbnail img {
  height: auto;
  width: 100%;
}
.home-testimonials .swiper-pagination {
  position: absolute;
  bottom: 110px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .home-testimonials .swiper-pagination {
    bottom: 55px;
  }
}

.home-directions .page-block-title {
  text-align: left;
}
.home-directions .map-block {
  position: relative;
}
.home-directions .map-image {
  display: block;
  width: calc(100% - 110px);
  height: auto;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .home-directions .map-image {
    width: 100%;
  }
}
.home-directions .map-directions {
  position: absolute;
  top: 55px;
  right: 55px;
  width: 323px;
  height: 100%;
  background: #aaafaf;
  padding: 30px;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  overflow: auto;
  font-family: "Amerigo BT", serif;
  font-weight: bold;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .home-directions .map-directions {
    position: static;
    width: 100%;
    height: auto;
  }
}
.home-directions .map-directions-title {
  font-size: 30px;
  line-height: 1;
  text-decoration: underline;
  margin-bottom: 25px;
}
.home-directions .map-directions-line {
  padding-bottom: 20px;
  margin-bottom: 30px;
  font-style: italic;
}
.home-directions .map-directions-line.row-1 {
  color: #1f248a;
  background: url("../images/map-directions-bg-1.png") 0 100% repeat-x;
}
.home-directions .map-directions-line.row-2 {
  background: url("../images/map-directions-bg-2.png") 0 100% repeat-x;
}
.home-directions .map-directions-line.row-3 {
  padding-bottom: 27px;
  background: url("../images/map-directions-bg-3.png") 0 100% repeat-x;
}
.home-directions .map-directions-line.row-4 {
  padding-bottom: 27px;
  background: url("../images/map-directions-bg-4.png") 0 100% repeat-x;
}

.home-map-block h3 {
  text-align: center;
}

.home-rooms {
  text-align: center;
}
.home-rooms .read-more {
  display: inline-block;
  margin-top: 30px;
}

.home-subpages-block .swiper-container {
  padding: 0 100px 0 0;
}
@media only screen and (min-width: 0) and (max-width: 1024px) {
  .home-subpages-block .swiper-container {
    padding: 0 50px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .home-subpages-block .swiper-container {
    padding: 0;
  }
}
.home-subpages-block .swiper-wrapper {
  align-items: flex-end;
}
.home-subpages-block .subpages-block {
  margin-right: 10em;
  padding: 0 50px 160px;
}
@media only screen and (min-width: 0) and (max-width: 1024px) {
  .home-subpages-block .subpages-block {
    padding: 0 10px 160px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .home-subpages-block .subpages-block {
    padding: 0;
  }
}
.home-subpages-block .subpages-block .thumbnail {
  width: 100%;
  padding-bottom: 62.5%;
  height: 0;
}
.home-subpages-block .subpages-block .subpages-list {
  min-height: 308px;
  width: 70%;
  background: #1e1e1e;
  color: #f0f0f0;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 50px 190px 50px 50px;
  box-sizing: border-box;
}
@media only screen and (min-width: 0) and (max-width: 1024px) {
  .home-subpages-block .subpages-block .subpages-list {
    padding: 25px 140px 25px 25px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .home-subpages-block .subpages-block .subpages-list {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 200px;
    padding-right: 25px;
  }
}
.home-subpages-block .subpages-block .subpages-list .subpage {
  overflow: hidden;
}
.home-subpages-block .subpages-block .subpages-list .subpage h4 {
  font-size: 2.29vw;
  font-family: "Amerigo BT", serif;
  font-weight: bold;
  margin-bottom: 7px;
  transition: all 333ms ease 0ms;
}
@media (max-width: 873.3624454148px) {
  .home-subpages-block .subpages-block .subpages-list .subpage h4 {
    font-size: 20px;
  }
}
@media (min-width: 1441.0480349345px) {
  .home-subpages-block .subpages-block .subpages-list .subpage h4 {
    font-size: 33px;
  }
}
.home-subpages-block .subpages-block .subpages-list .subpage p {
  font-size: 1.29vw;
  font-family: "Modern Era", sans-serif;
  margin-bottom: 20px;
}
@media (max-width: 1240.3100775194px) {
  .home-subpages-block .subpages-block .subpages-list .subpage p {
    font-size: 16px;
  }
}
@media (min-width: 1472.8682170543px) {
  .home-subpages-block .subpages-block .subpages-list .subpage p {
    font-size: 19px;
  }
}
.home-subpages-block .subpages-block .subpages-list .subpage .read-more {
  font-size: 20px;
  font-family: "Amerigo BT", serif;
  font-weight: bold;
  font-size: 1.29vw;
}
@media (max-width: 1240.3100775194px) {
  .home-subpages-block .subpages-block .subpages-list .subpage .read-more {
    font-size: 16px;
  }
}
@media (min-width: 1550.3875968992px) {
  .home-subpages-block .subpages-block .subpages-list .subpage .read-more {
    font-size: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .home-subpages-block .subpages-block .swiper-container.swiper-container-horizontal .swiper-slide {
    padding-top: 40px;
  }
}
.home-subpages-block .swiper-pagination {
  position: absolute;
  bottom: 0;
  left: auto;
  right: 30%;
  width: auto;
  padding: 10px;
  box-sizing: border-box;
}
@media only screen and (min-width: 0) and (max-width: 1024px) {
  .home-subpages-block .swiper-pagination {
    padding: 25px;
    bottom: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .home-subpages-block .swiper-pagination {
    width: auto;
    padding: 15px;
    right: 0;
  }
}
.home-subpages-block .swiper-pagination-bullet {
  margin: 0 3px;
}

.home-subpages-block.content-right .subpages-list {
  left: auto;
  right: 0;
  padding: 50px 50px 50px 190px;
}
@media only screen and (min-width: 0) and (max-width: 1024px) {
  .home-subpages-block.content-right .subpages-list {
    padding: 25px 25px 25px 140px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .home-subpages-block.content-right .subpages-list {
    padding-left: 25px;
  }
}
.home-subpages-block.content-right .swiper-pagination {
  left: auto;
  right: 0;
  width: auto;
}
@media only screen and (min-width: 0) and (max-width: 1024px) {
  .home-subpages-block.content-right .swiper-pagination {
    padding: 25px;
    bottom: 0;
    right: 25px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .home-subpages-block.content-right .swiper-pagination {
    width: auto;
    padding: 15px;
    right: 0;
  }
}

.home-subpages-block.restaurants-bars-block .center-column:before {
  content: "";
  position: absolute;
  bottom: -90px;
  right: 22px;
  height: 276px;
  width: 166px;
  background: url("../images/restaurants-bars-bg.png") 0 0 no-repeat;
  z-index: 0;
}
@media only screen and (min-width: 0) and (max-width: 1024px) {
  .home-subpages-block.restaurants-bars-block .center-column:before {
    content: none !important;
  }
}

.home-subpages-block.spas-wellness .center-column:before {
  content: "";
  position: absolute;
  bottom: -128px;
  right: 105px;
  height: 286px;
  width: 300px;
  background: url("../images/spas-wellness-bg.png") 0 0 no-repeat;
  z-index: 0;
}
@media only screen and (min-width: 0) and (max-width: 1024px) {
  .home-subpages-block.spas-wellness .center-column:before {
    content: none !important;
  }
}

.home-subpages-block.meeting-spaces-block .center-column:before {
  content: "";
  position: absolute;
  top: -45px;
  left: 9px;
  height: 190px;
  width: 300px;
  background: url("../images/meeting-spaces-bg.png") 0 0 no-repeat;
  z-index: 1;
}
@media only screen and (min-width: 0) and (max-width: 1024px) {
  .home-subpages-block.meeting-spaces-block .center-column:before {
    content: none !important;
  }
}

.maps-widget-block .acm-widget-map {
  width: 100%;
}
.maps-widget-block .acm-widget-map:nth-child(even) {
  float: left;
}
.maps-widget-block .acm-widget-map:nth-child(odd) {
  float: right;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .maps-widget-block .acm-widget-map .gm-style-iw.gm-style-iw-c {
    padding: 12px !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .maps-widget-block .acm-widget-map .gm-style-iw-d {
    overflow: auto !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .maps-widget-block .acm-widget-map {
    float: none;
    margin-bottom: 10px;
  }
}
.maps-widget-block.map-count-2 .acm-widget-map {
  width: 48.7%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .maps-widget-block.map-count-2 .acm-widget-map {
    width: 100%;
  }
}
.maps-widget-block.map-count-2 .acm-widget-map:first-child {
  margin-right: 10px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .maps-widget-block.map-count-2 .acm-widget-map:first-child {
    margin: 0 0 10px 0;
  }
}
.maps-widget-block:after {
  clear: both;
  content: "";
  display: table;
}

.page-block.has-top-line.maps-widget-block::before {
  height: 100%;
}

.interior-accordeon-block {
  padding: 0;
}

.interior-menu-block {
  background-color: #f0f0f0;
  margin-top: 110px;
}
@media only screen and (min-width: 0) and (max-width: 1024px) {
  .interior-menu-block {
    top: -55px;
    margin-top: 55px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .interior-menu-block {
    top: 0;
    margin: 0;
  }
}
.interior-menu-block .center-column {
  top: -110px;
}
@media only screen and (min-width: 0) and (max-width: 1024px) {
  .interior-menu-block .center-column {
    top: -55px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .interior-menu-block .center-column {
    top: 0;
  }
}
.interior-menu-block .interior-menu-item {
  margin-bottom: 110px;
}
@media only screen and (min-width: 0) and (max-width: 1024px) {
  .interior-menu-block .interior-menu-item {
    margin-bottom: 55px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .interior-menu-block .interior-menu-item {
    margin-bottom: 25px;
  }
}
.interior-menu-block .interior-menu-item .row {
  display: flex;
  flex-flow: row wrap;
}
.interior-menu-block .interior-menu-item .content {
  width: calc(45% - 50px);
  margin-left: 50px;
}
@media only screen and (min-width: 0) and (max-width: 1024px) {
  .interior-menu-block .interior-menu-item .content {
    width: calc(45% - 25px);
    margin-left: 25px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .interior-menu-block .interior-menu-item .content {
    width: 100%;
    margin-left: 0;
    order: 2;
  }
}
.interior-menu-block .interior-menu-item .content h1, .interior-menu-block .interior-menu-item .content .h1, .interior-menu-block .interior-menu-item .content h2, .interior-menu-block .interior-menu-item .content .h2, .interior-menu-block .interior-menu-item .content h3, .interior-menu-block .interior-menu-item .content .h3, .interior-menu-block .interior-menu-item .content h4, .interior-menu-block .interior-menu-item .content h5, .interior-menu-block .interior-menu-item .content h6, .interior-menu-block .interior-menu-item .content .h4, .interior-menu-block .interior-menu-item .content .h5, .interior-menu-block .interior-menu-item .content .h6 {
  font-family: "Amerigo BT", serif;
  font-weight: bold;
}
.interior-menu-block .interior-menu-item .content article {
  overflow: hidden;
}
.interior-menu-block .interior-menu-item .content article h1 {
  font-size: 2.78vw;
  font-size: 40px;
  line-height: 1;
  margin-top: 15px;
  margin-bottom: 43px;
}
@media (max-width: 863.309352518px) {
  .interior-menu-block .interior-menu-item .content article h1 {
    font-size: 24px;
  }
}
@media (min-width: 1438.8489208633px) {
  .interior-menu-block .interior-menu-item .content article h1 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1024px) {
  .interior-menu-block .interior-menu-item .content article h1 {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.interior-menu-block .interior-menu-item .content article ul li {
  display: block;
  margin-bottom: 11px;
  color: #000000;
  text-decoration: none;
}
.interior-menu-block .interior-menu-item .content article ul li a {
  color: inherit;
}
.interior-menu-block .interior-menu-item .content article + article {
  margin-top: 70px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .interior-menu-block .interior-menu-item .content article + article {
    margin-top: 0;
  }
}
.interior-menu-block .interior-menu-item .content article.this-place-loves h1 {
  margin-top: 32px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .interior-menu-block .interior-menu-item .content article.this-place-loves h1 {
    margin-top: 0;
  }
}
.interior-menu-block .interior-menu-item .content article.find-us {
  padding: 30px 40px 40px;
  background: #000;
  color: #fff;
  line-height: 1.45;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .interior-menu-block .interior-menu-item .content article.find-us {
    padding: 10px;
    text-align: center;
  }
}
.interior-menu-block .interior-menu-item .content article.find-us h1 {
  color: inherit;
  margin-top: 0;
  margin-bottom: 23px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .interior-menu-block .interior-menu-item .content article.find-us h1 {
    margin-bottom: 10px;
  }
}
.interior-menu-block .interior-menu-item .content article.find-us p {
  margin-bottom: 10px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .interior-menu-block .interior-menu-item .content article.find-us p {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .interior-menu-block .interior-menu-item .content article.find-us p.address br {
    display: none;
  }
}
.interior-menu-block .interior-menu-item .content article.find-us p.contacts {
  margin-top: 20px;
}
.interior-menu-block .interior-menu-item .content article.find-us p.contacts span {
  display: block;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .interior-menu-block .interior-menu-item .content article.find-us p.contacts span {
    display: inline-block;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .interior-menu-block .interior-menu-item .content article.find-us p.contacts span + span:before {
    content: "|";
    margin: 0 10px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .interior-menu-block .interior-menu-item .content article.find-us p.contacts span:last-child:before {
    content: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .interior-menu-block .interior-menu-item .content article.find-us p.contacts span.phone {
    display: block;
  }
}
.interior-menu-block .interior-menu-item .content article.find-us p.contacts a {
  color: #fff;
  text-decoration: none;
}
.interior-menu-block .interior-menu-item .content article.find-us p.contacts a:hover {
  text-decoration: underline;
}
.interior-menu-block .interior-menu-item .content article.find-us p.contacts a.phone {
  display: inline-block;
}
.interior-menu-block .interior-menu-item .content article.find-us .reservations {
  margin-top: 20px;
}
.interior-menu-block .interior-menu-item .content article.find-us .reservations a {
  font: 700 40px "Amerigo BT", serif;
  color: #fff;
  text-decoration: none;
}
.interior-menu-block .interior-menu-item .content article.find-us .reservations a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .interior-menu-block .interior-menu-item .content article.find-us .reservations a {
    font-size: 24px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .interior-menu-block .interior-menu-item .content article.find-us .reservations a {
    font-size: 24px;
  }
}
.interior-menu-block .interior-menu-item .content article.find-us ul.socials {
  margin-top: 20px;
  display: inline-block;
  font-size: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .interior-menu-block .interior-menu-item .content article.find-us ul.socials {
    margin-top: 10px;
  }
}
.interior-menu-block .interior-menu-item .content article.find-us ul.socials li {
  display: inline-block;
  margin: 0 14px 0 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .interior-menu-block .interior-menu-item .content article.find-us ul.socials li {
    width: auto;
    float: none;
  }
}
.interior-menu-block .interior-menu-item .content article.find-us ul.socials a {
  position: relative;
  display: block;
  width: 20px;
  height: 21px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/sprite.svg") 0 0 no-repeat;
  transition: all 333ms ease;
}
.interior-menu-block .interior-menu-item .content article.find-us ul.socials a:hover {
  opacity: 0.8;
}
.interior-menu-block .interior-menu-item .content article.find-us ul.socials a.facebook {
  background-position: 0 0;
}
.interior-menu-block .interior-menu-item .content article.find-us ul.socials a.twitter {
  background-position: -80px 0;
}
.interior-menu-block .interior-menu-item .content article.find-us ul.socials a.instagram {
  background-position: -40px 0;
}
.interior-menu-block .interior-menu-item .content article.find-us ul.socials a.linkedin {
  background-position: -120px -1px;
}
.interior-menu-block .interior-menu-item .thumbnail {
  width: calc(55% - 50px);
  margin-left: 50px;
}
@media only screen and (min-width: 0) and (max-width: 1024px) {
  .interior-menu-block .interior-menu-item .thumbnail {
    width: calc(55% - 25px);
    margin-left: 25px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .interior-menu-block .interior-menu-item .thumbnail {
    order: 1;
    width: 100%;
    margin: 0 0 25px 0;
  }
}
.interior-menu-block .interior-menu-item .thumbnail img {
  width: 100%;
}

.interior-aboutus {
  padding: 0;
}
.interior-aboutus > .center-column > .page-content {
  position: absolute;
  top: 50px;
  color: #fff;
}
.interior-aboutus .aboutus-list {
  counter-reset: section;
  font-family: "Amerigo BT", serif;
  font-weight: bold;
}
.interior-aboutus .aboutus-list > div {
  padding: 100px 0;
}
.interior-aboutus .aboutus-list > div:nth-child(even) {
  background: #fff;
}
.interior-aboutus .aboutus-list > div:nth-child(odd) {
  background: #1e1e1e;
  color: #fff;
}
.interior-aboutus .aboutus-item > .center-column > .row {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-left: -50px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .interior-aboutus .aboutus-item > .center-column > .row {
    margin-left: -25px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .interior-aboutus .aboutus-item > .center-column > .row {
    margin-left: 0;
  }
}
.interior-aboutus .aboutus-item .content,
.interior-aboutus .aboutus-item .thumbnail-column {
  width: calc(50% - 50px);
  margin-left: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .interior-aboutus .aboutus-item .content,
  .interior-aboutus .aboutus-item .thumbnail-column {
    width: calc(50% - 25px);
    margin-left: 25px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .interior-aboutus .aboutus-item .content,
  .interior-aboutus .aboutus-item .thumbnail-column {
    width: 100%;
    margin-left: 0;
  }
}
.interior-aboutus .aboutus-item .content {
  position: relative;
  z-index: 2;
  font-size: 3.5vw;
  line-height: 1;
  padding: 25px;
  padding-left: 83px;
  box-sizing: border-box;
}
@media (max-width: 571.4285714286px) {
  .interior-aboutus .aboutus-item .content {
    font-size: 20px;
  }
}
@media (min-width: 1371.4285714286px) {
  .interior-aboutus .aboutus-item .content {
    font-size: 48px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .interior-aboutus .aboutus-item .content {
    order: 2;
    padding: 10px;
  }
}
.interior-aboutus .aboutus-item .content::before {
  counter-increment: section;
  content: counters(section, ".", decimal-leading-zero) ". ";
  position: absolute;
  top: 25px;
  left: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .interior-aboutus .aboutus-item .content::before {
    position: static;
  }
}
.interior-aboutus .aboutus-item .thumbnail-column {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .interior-aboutus .aboutus-item .thumbnail-column {
    order: 1;
  }
}
.interior-aboutus .aboutus-item .thumbnail-column .thumbnail {
  width: 100%;
  height: 0;
  padding-bottom: 110%;
}
.interior-aboutus .aboutus-item + .aboutus-item {
  margin-top: 110px;
}
.interior-aboutus .aboutus-item.odd .content {
  order: 2;
}
.interior-aboutus .aboutus-item.odd .thumbnail-column {
  order: 1;
}

.interior-contact-us-block .row {
  display: flex;
  flex-flow: row wrap;
}
.interior-contact-us-block .row .map {
  width: 66.6%;
}
@media only screen and (min-width: 0) and (max-width: 1024px) {
  .interior-contact-us-block .row .map {
    width: 100%;
  }
}
.interior-contact-us-block .row .map .map-image {
  width: 100%;
}
.interior-contact-us-block .row .content {
  width: 33.3%;
  padding: 55px;
  box-sizing: border-box;
}
@media only screen and (min-width: 0) and (max-width: 1024px) {
  .interior-contact-us-block .row .content {
    width: 100%;
  }
}
.interior-contact-us-block .row .content .logo {
  width: 100%;
  max-width: 338px;
  margin-bottom: 70px;
}
.interior-contact-us-block .row .content .logo img {
  display: block;
  width: 100%;
}
.interior-contact-us-block .row .content .contact-address {
  margin-bottom: 30px;
  font-size: 26px;
  font-style: italic;
  line-height: 1;
  font-family: "Amerigo BT", serif;
  font-weight: bold;
}
.interior-contact-us-block .row .content .contact-list .contact-list-item {
  margin-bottom: 30px;
}
.interior-contact-us-block .row .content .contact-list .contact-title {
  font-size: 18px;
  line-height: 30px;
  font-style: italic;
  font-family: "Amerigo BT", serif;
  font-weight: bold;
}
.interior-contact-us-block .row .content .contact-list .contact-link {
  font-size: 22px;
  line-height: 30px;
  font-style: italic;
  color: inherit;
  font-family: "Amerigo BT", serif;
  font-weight: bold;
}
.interior-contact-us-block .row .content .socials {
  display: inline-block;
  font-size: 0;
}
.interior-contact-us-block .row .content .socials li {
  display: inline-block;
  margin: 0 14px 0 0;
}
.interior-contact-us-block .row .content .socials a {
  position: relative;
  display: block;
  width: 20px;
  height: 21px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/sprite.svg") 0 0 no-repeat;
  transition: all 333ms ease;
}
.interior-contact-us-block .row .content .socials a:hover {
  opacity: 0.8;
}
.interior-contact-us-block .row .content .socials a.facebook {
  background-position: 0 0;
}
.interior-contact-us-block .row .content .socials a.twitter {
  background-position: -80px 0;
}
.interior-contact-us-block .row .content .socials a.instagram {
  background-position: -40px 0;
}
.interior-contact-us-block .row .content .socials a.linkedin {
  background-position: -120px -1px;
}

.custom-form {
  width: 100%;
  margin: 0 auto;
}
.custom-form label, .custom-form input, .custom-form select, .custom-form textarea {
  display: block;
  width: 100%;
}
.custom-form label {
  margin-bottom: 10px;
  font-weight: 700;
}
.custom-form label em {
  color: red;
}
.custom-form input, .custom-form select {
  height: 50px;
  font-size: 18px;
  line-height: 1;
  border: 1px #ededed solid;
}
.custom-form textarea {
  height: 200px;
  border: 1px #ededed solid;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .custom-form textarea {
    height: 100px;
  }
}
.custom-form input[type=checkbox] {
  width: 20px;
  height: 20px;
}
.custom-form input[type=submit] {
  width: 200px;
  background-color: #1e1e1e;
  color: #fff;
  margin-top: 20px;
  transition: all 350ms ease-in-out;
}
.custom-form input[type=submit]:hover {
  background-color: #fff;
  color: #1e1e1e;
}
.custom-form small {
  font-size: 16px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .custom-form small {
    font-size: 12px;
  }
}
.custom-form .form-column {
  margin-bottom: 20px;
}
.custom-form .form-column .select-wrapper {
  width: 100%;
}
.custom-form .two-columns {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  width: 100%;
}
.custom-form .two-columns p, .custom-form .two-columns .form-column {
  width: calc(50% - 20px);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .custom-form .two-columns p, .custom-form .two-columns .form-column {
    width: 100%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .custom-form .two-columns {
    flex-flow: column;
    justify-content: center;
  }
}

.flynns-italian-theme .restaurant-menus {
  margin-bottom: 50px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .flynns-italian-theme .restaurant-menus {
    margin-bottom: 30px;
  }
}
.restaurant-menus .row {
  padding: 170px 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .restaurant-menus .row {
    padding: 30px 0;
  }
}
.restaurant-menus .thumbnail {
  width: 60%;
  float: left;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .restaurant-menus .thumbnail {
    width: 100%;
  }
}
.restaurant-menus .thumbnail img {
  width: 100%;
}
.restaurant-menus .content {
  background-color: #000;
  color: #fff;
  min-width: 420px;
  bottom: -100px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  margin-left: 200px;
  padding: 40px;
  text-align: center;
  z-index: 1;
}
@media only screen and (min-width: 1367px) {
  .restaurant-menus .content {
    margin-left: 320px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .restaurant-menus .content {
    margin-left: 150px;
    bottom: -170px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .restaurant-menus .content {
    width: 100%;
    min-width: 100%;
    left: 0;
    position: relative;
    bottom: 0;
    float: left;
    transform: none;
    margin: 0;
    padding: 20px 0;
    background: transparent !important;
  }
}
.restaurant-menus h3 {
  font: 700 60px "Amerigo BT", serif;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .restaurant-menus h3 {
    font-size: 36px;
    margin-bottom: 15px;
  }
}
.restaurant-menus ul li {
  display: inline-block;
  margin: 10px 20px;
}
.restaurant-menus ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 24px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .restaurant-menus ul li a {
    font-size: 20px;
  }
}
.restaurant-menus ul li a:hover {
  text-decoration: underline;
}

.restaurant-reviews .row {
  padding: 250px 0;
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .restaurant-reviews .row {
    padding: 30px 0 0;
    height: 100%;
    position: relative;
  }
}
.restaurant-reviews .thumbnail {
  width: 60%;
  float: right;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .restaurant-reviews .thumbnail {
    width: auto;
    position: relative;
    clear: both;
    float: none;
  }
}
.restaurant-reviews .thumbnail img {
  width: 100%;
}
.restaurant-reviews .content {
  background-color: #000;
  color: #fff;
  width: 48.7%;
  margin-right: -220px;
  margin-top: 200px;
  float: right;
  padding: 40px;
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .restaurant-reviews .content {
    width: calc(100% - 100px);
    margin: -120px auto 0;
    padding: 20px 40px 40px 40px;
    display: block;
    float: none;
    clear: both;
    position: relative;
  }
}
.restaurant-reviews .rating {
  margin-bottom: 50px;
  margin-top: 20px;
  display: inline-block;
  width: 225px;
  height: 42px;
  background: url("../../../images/stars.svg") no-repeat 0 0;
}
.restaurant-reviews .rating.s-1 {
  background-position: 0 -200px;
}
.restaurant-reviews .rating.s-2 {
  background-position: 0 -150px;
}
.restaurant-reviews .rating.s-3 {
  background-position: 0 -100px;
}
.restaurant-reviews .rating.s-4 {
  background-position: 0 50px;
}
.restaurant-reviews .rating.s-5 {
  background-position: 0 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .restaurant-reviews .rating {
    width: 154px;
    height: 29px;
    margin-bottom: 30px;
    margin-top: 40px;
  }
  .restaurant-reviews .rating.s-1 {
    background-position: 0 -408px;
  }
  .restaurant-reviews .rating.s-2 {
    background-position: 0 -370px;
  }
  .restaurant-reviews .rating.s-3 {
    background-position: 0 -334px;
  }
  .restaurant-reviews .rating.s-4 {
    background-position: 0 -297px;
  }
  .restaurant-reviews .rating.s-5 {
    background-position: 0 -260px;
  }
}
.restaurant-reviews h4 {
  font: 700 32px "Amerigo BT", serif;
}
.restaurant-reviews h3 {
  font: 700 60px "Amerigo BT", serif;
  margin-bottom: 70px;
  color: #000;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .restaurant-reviews h3 {
    font-size: 36px;
    margin-bottom: 40px;
  }
}
.restaurant-reviews .copy {
  padding: 30px 0;
  font-style: italic;
  font-weight: 200;
}
.restaurant-reviews span {
  font-style: italic;
  font-weight: 700;
  font-family: "Amerigo BT", serif;
}
.restaurant-reviews .swiper-pagination {
  bottom: auto;
  top: 0;
  right: 0;
  left: auto;
  text-align: right;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .restaurant-reviews .swiper-pagination {
    text-align: center;
  }
  .restaurant-reviews .swiper-pagination .swiper-pagination-bullet:before {
    width: 10px;
    height: 10px;
  }
}

.restaurant-find-us {
  margin-top: 50px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .restaurant-find-us {
    margin-top: 0;
  }
}
.restaurant-find-us .wrapper {
  background-color: #000;
  padding: 70px 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .restaurant-find-us .wrapper {
    padding: 70px 0 0;
  }
}
.restaurant-find-us .thumbnail {
  width: 60%;
  float: right;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .restaurant-find-us .thumbnail {
    width: 100%;
    display: none;
  }
}
.restaurant-find-us .thumbnail img {
  width: 100%;
}
.restaurant-find-us .content {
  background-color: #fff;
  color: #000;
  width: 48.7%;
  margin-right: -220px;
  margin-top: 200px;
  float: right;
  padding: 40px;
  text-align: left;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .restaurant-find-us .content {
    width: 100%;
    margin: 0;
    padding: 20px 20px;
    float: none;
    box-sizing: border-box;
    text-align: center;
  }
}
.restaurant-find-us h3 {
  font: 700 60px "Amerigo BT", serif;
  margin-bottom: 40px;
  color: #000;
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .restaurant-find-us h3 {
    font-size: 36px;
    margin-bottom: 20px;
    position: absolute;
    left: 10px;
    right: 10px;
    color: #fff !important;
    margin-top: 10px;
  }
}
.restaurant-find-us h4 {
  font: 700 30px/1 "Amerigo BT", serif;
  font-size: 1.94vw;
  margin-bottom: 30px;
}
@media (max-width: 1030.9278350515px) {
  .restaurant-find-us h4 {
    font-size: 20px;
  }
}
@media (min-width: 1546.3917525773px) {
  .restaurant-find-us h4 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .restaurant-find-us h4 {
    margin-bottom: 20px;
  }
}
.restaurant-find-us h5 {
  font: 700 24px/1 "Amerigo BT", serif;
  font-size: 1.94vw;
  margin-bottom: 10px;
}
@media (max-width: 824.7422680412px) {
  .restaurant-find-us h5 {
    font-size: 16px;
  }
}
@media (min-width: 1237.1134020619px) {
  .restaurant-find-us h5 {
    font-size: 24px;
  }
}
.restaurant-find-us strong {
  display: block;
}
.restaurant-find-us p {
  display: block;
  margin-bottom: 20px;
}
.restaurant-find-us a {
  text-decoration: none;
  word-break: break-word;
}
.restaurant-find-us .social-links li {
  display: inline-block;
  margin: 5px 7px 0 0;
}
.restaurant-find-us .social-links a {
  display: block;
  width: 40px;
  height: 40px;
  opacity: 1;
  transition: opacity 0.3s;
}
.restaurant-find-us .social-links a:hover {
  opacity: 0.8;
}
.restaurant-find-us .social-links a.Facebook, .restaurant-find-us .social-links a.facebook {
  background-position: 0 0;
}
.restaurant-find-us .social-links a.Instagram, .restaurant-find-us .social-links a.instagram {
  background-position: -52px 0;
}
.restaurant-find-us .social-links a.Twitter, .restaurant-find-us .social-links a.twitter {
  background-position: -105px 0;
}
.restaurant-find-us .social-links a.Linkedin, .restaurant-find-us .social-links a.linkedin {
  background-position: -155px 0;
}
.restaurant-find-us .social-links a.Tripadvisor, .restaurant-find-us .social-links a.tripadvisor, .restaurant-find-us .social-links a.TripAdvisor {
  background-position: -205px -3px;
  width: 50px;
}

.restaurant-menus + .restaurant-find-us {
  margin-top: 200px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .restaurant-menus + .restaurant-find-us {
    margin-top: 0;
  }
}

.counters {
  max-width: 1367px;
  margin: 40px auto 40px;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
#content + .counters {
  margin-top: -60px;
}
.counters article {
  width: 45%;
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .counters article {
    width: 100%;
    margin-bottom: 20px;
  }
}
.counters article h4 {
  font-family: "Amerigo BT", serif;
  font-size: 3vw;
  font-weight: 700;
  white-space: nowrap;
}
@media (max-width: 666.6666666667px) {
  .counters article h4 {
    font-size: 20px;
  }
}
@media (min-width: 1033.3333333333px) {
  .counters article h4 {
    font-size: 31px;
  }
}
.counters article div.result {
  width: 388px;
  padding-top: 82px;
  background: url("../images/counter.png") no-repeat 50% 50%;
  background-size: cover;
  color: #fff;
  position: relative;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .counters article div.result {
    width: 100%;
    padding-top: 21.28%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .counters article div.result {
    width: 50%;
    padding-top: 10.64%;
    margin: 0 auto;
  }
}
.counters article div.result span {
  font-family: "Amerigo BT", serif;
  font-size: 9vw;
  font-weight: 700;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 177.7777777778px) {
  .counters article div.result span {
    font-size: 16px;
  }
}
@media (min-width: 777.7777777778px) {
  .counters article div.result span {
    font-size: 70px;
  }
}

.menus-section {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000;
}
.menus-section .top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 30px;
}
.menus-section .logo {
  max-width: 375px;
  margin-right: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .menus-section .logo {
    max-width: 40%;
  }
}
.menus-section .tabs {
  text-align: right;
}
.menus-section .tabs .tab {
  font-family: "Amerigo BT", serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  color: #ffffff;
  margin-left: 30px;
  text-align: right;
  opacity: 0.6;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .menus-section .tabs .tab {
    font-size: 18px;
    line-height: 22px;
    margin-left: 14px;
  }
}
.menus-section .tabs .tab:first-child {
  margin-left: 0;
}
.menus-section .tabs .tab.active, .menus-section .tabs .tab:hover {
  opacity: 1;
}
.menus-section .menus {
  color: #000;
}
.menus-section .menu-wrapper {
  display: none;
  padding: 20px;
  background-color: #ffffff;
}
.menus-section .menu-wrapper.active {
  display: block;
}
.menus-section .menu-title {
  font-family: "Amerigo BT", serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid;
}
.menus-section .menu-items {
  display: flex;
  flex-wrap: wrap;
}
.menus-section .menu-item {
  width: calc(50% - 25px);
  margin-right: 50px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid;
}
.menus-section .menu-item:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .menus-section .menu-item {
    width: 100%;
    margin-right: 0;
  }
}
.menus-section .category {
  margin-bottom: 15px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .menus-section .category {
    font-size: 18px;
  }
}
.menus-section .category-subtitle {
  font-size: 14px;
  margin-bottom: 20px;
  text-align: center;
}
.menus-section .price-types,
.menus-section .prices {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
}
.menus-section .type,
.menus-section .price {
  font-size: 15px;
  margin: 0 10px;
}
.menus-section .price {
  font-weight: 500;
}
.menus-section .food-name-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.menus-section .food-name {
  font-size: 16px;
  margin-bottom: 10px;
}
.menus-section .food-name strong {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.menus-section .food-name .food-title {
  display: inline;
}
.menus-section .food-name .menu-section-icon {
  display: inline-block;
  height: 18px;
  margin: 1px 0 1px 7px;
}
.menus-section .food-name .menu-section-icon + .menu-section-icon {
  margin-left: 5px;
}
.menus-section .food-name .menu-section-icon svg {
  display: block;
  height: 100%;
  width: auto;
  fill: #1e1e1e;
}
.menus-section .food-name .food-description {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-style: italic;
}
.menus-section .note {
  margin-top: 25px;
  font-size: 14px;
  font-style: italic;
}
.menus-section .section-editor {
  padding: 20px;
  background-color: #ffffff;
  font-size: 16px;
  margin-top: 30px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .menus-section .section-editor {
    margin-top: 10px;
  }
}

@media print {
  .print #header,
  .print #photos,
  .print #booking,
  .print #footer {
    display: none;
  }
  @page {
    size: 960px 1358px;
  }
}
a {
  color: #f30054;
}

.button, input[type=submit].button {
  background: #f30054;
}

.page-content h1, .page-content h2, .page-content .h1, .page-content .h2 {
  color: #f30054;
}

.image-list .image-list-item .description h4 {
  color: #f30054;
}

.page-block.has-top-line:before, .page-block.has-bottom-line:before {
  background: url("../images/pattern-bg.png") 0 0 repeat #ffffff;
  background-size: cover;
}
.page-block.home-directions:before {
  background: #f0f0f0;
}
.page-block.dark-block {
  background: #f30054;
  color: #fff;
}
.page-block.dark-block .page-content h1, .page-block.dark-block .page-content h2, .page-block.dark-block .page-content .h1, .page-block.dark-block .page-content .h2 {
  color: inherit;
}

#header .header-property {
  background-color: #f30054;
}
.page-scrolled #header .header-property, .popup-opened #header .header-property {
  background-color: #f30054;
}
#header .header-property #booking-trigger {
  background: #1e1d46;
  color: #f30054;
  border-color: #1e1d46;
}
#header .header-property #booking-trigger span {
  border-color: #f30054;
}
#header .header-property #booking-trigger:hover {
  background-color: #f30054;
  color: #1e1d46;
  border-color: #f30054;
}
#header .header-property #booking-trigger:hover span {
  border-color: #1e1d46;
}

.home-promos .promo .description {
  color: #f30054;
}
.home-promos.interior-promo-content .promo {
  background: #f30054;
}
.home-promos.interior-promo-content .promo .description {
  color: #1e1d46;
}
.home-promos.interior-promo-content.block-color-style-inverted .promo {
  background: #1e1d46;
}
.home-promos.interior-promo-content.block-color-style-inverted .promo .description {
  color: #f30054;
}

.home-content .content-wrapper {
  color: #f30054;
}

.home-subpages-block .subpages-block .subpages-list {
  background: #f30054;
}

.home-testimonials {
  background: #f30054;
}

.interior-welcome-block .column:first-child .content {
  background: #f30054;
}
.interior-welcome-block.block-color-style-inverted {
  background-color: #1e1d46;
}
.interior-welcome-block.block-color-style-inverted .column:first-child .content {
  color: #1e1d46;
}
.interior-welcome-block.block-color-style-inverted .column:last-child .thumbnail {
  background-color: #1e1d46;
}

.home body {
  background: #f30054;
}
.home #viewport:before {
  content: "";
  overflow: hidden;
  position: absolute;
  top: 370px;
  left: 0;
  bottom: 0;
  width: 192px;
  background: url("../images/bg-1.png") 0 0 no-repeat;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .home #viewport:before {
    background: none;
  }
}
.home #viewport:after {
  content: "";
  overflow: hidden;
  position: absolute;
  top: 115px;
  right: 0;
  bottom: 0;
  width: 190px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .home #viewport:after {
    background: none;
  }
}
.home #header .header-property {
  background-color: transparent;
}

.home.page-scrolled #header .header-property,
.home.popup-opened #header .header-property {
  background-color: #f30054;
}

.subpages-list-layout #content:before {
  background: url("../images/pattern-bg.png") 0 0 repeat #ffffff;
  background-size: cover;
  height: 100%;
}

.interior-menu-block {
  background: url("../images/pattern-bg.png") 0 0 repeat #ffffff;
  background-size: cover;
}
.interior-menu-block .interior-menu-item .content h1 {
  color: #f30054;
}
.interior-menu-block .interior-menu-item .content article.find-us {
  background: #f30054;
  color: #fff;
}

.floorplan-block {
  background: url("../images/pattern-bg.png") 0 0 repeat #ffffff;
  background-size: cover;
}

.venues.template4 {
  background: url("../images/pattern-bg.png") 0 0 repeat #ffffff;
  background-size: cover;
}

.restaurant-menus .content {
  background-color: #f30054;
}
.restaurant-menus.block-color-style-inverted .content {
  background-color: #1e1d46;
}
.restaurant-menus.block-color-style-inverted .content * {
  color: #f30054;
}
