.booking-iframe { position: absolute; width:100%; height:calc(100vh - 253px); border: none; }

@media screen and (max-width: 1200px) {
	.booking-iframe { position: absolute; width:100%; height:calc(100vh - 168px); border: none; }
}

@media screen and (max-width: 900px) {
	.booking-iframe { position: absolute; width:100%; height:calc(100vh - 116px); border: none; }
}

.home-highlights {
	background: #F4F4F4;
}

.menu > li:last-child > a {
  color: #fff;
  line-height: 1;
  margin: 14px 0;
  padding: 20px 26px;
  background-color: #182865;
  border: 1px solid #182865;
  letter-spacing: 0.2em;
}

.menu > li:last-child > a:hover {
    color: #182865;
    background: #B58D49;
    border: 1px solid #B58D49;
}

.stellarnav ul ul a span.title { text-transform: none; }

/* Fallback for slow javascript load */
@media only screen and (max-width: 1200px) {
  .stellarnav {
    overflow: hidden;
    display: block; }
  .stellarnav ul {
    position: relative;
    display: none; }
  .menu > li:last-child > a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .stellarnav li a:hover, .stellarnav li a.active {
    border-top-color: transparent; } 
}

.hotelhistory-nums div {
    margin-bottom: 36px;
}

@media only screen and (min-width: 900px) {
  .dropdown-el.expanded {
    max-height: 84px;
  }
}

.lightpick__days > div {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: calc(1/7.01 * 100%);
    flex-basis: calc(1/7.01 * 100%);
    border-radius: 50%;
    font-size: calc(10px + 3 * ( (100vw - 600px) / 600));
    font-weight: 300;
}

.cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  /*background-color: #182865;*/
  background-color: #fff;
  border-top: solid 1px rgba(24, 40, 101, 0.1);
  padding: 20px 50px 10px;
  /*color: #fff;*/
  font-size: 75%;
}

.cookie-consent h3, .cookie-consent p, .cookie-consent a {
  /*color: #fff;*/
  margin-bottom: 10px;
}

.cookie-consent h3 {
  color: #182865;
}

.cookie-consent a {
  /*color: #fff;*/
  padding-left: 0;
  line-height: 32px;
  font-size: 120%;
}

.hotelcontect-form {
  position: relative;
  padding: 112px calc(6 / 57 * 100%);;
}

.hotelcontect-form .calendar-inner {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 79%;
  top: 180px;
}

.hotelcontect-form h1 { margin-bottom: 100px }

.hotelcontect-form .datepicker1 {
  position: absolute;
  top: 265px;
  margin: 0;
  width: 79%;

}

.hotelcontect-form label {
    width: calc(50% - 28px);
    margin-bottom: 56px;
}

select {
    display: block;
    width: 100%;
    padding: 0 26px;
    line-height: 56px;
    height: 56px;
    border: 1px solid #182865;
    outline: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #182865;
}

.hotelcontect-form .calendar-inner input[type="text"] {
    width: 100%;
    margin-bottom: 0;
}

.hotelcontect-form .children-age {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1%;
}
.hotelcontect-form .children-age > span { width: 15%; text-align: left; }
.hotelcontect-form .children-age > input {
    width: 15%;
    padding: 0 26px;
    line-height: 56px;
    height: 56px;
    border: 1px solid #182865;
    outline: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #182865;
}

@media only screen and (max-width: 900px) {
  .cookie-consent a {
    display: block
  }
}

.article.one-column div {
  columns: 1;
}

@media only screen and (max-width: 800px) {
  .lightpick {
    margin-top: -180px;
  }
}

.calendar {
    min-width: 960px;
}
.calendar label { 
  /*width: calc((100% - 56px * 4) / 4); */
  /*width: calc((100% - 20px * 4) / 4);*/
  width: calc((100% - 20px * 5) / 5);
  margin: 0 10px;
}

.calendar input.partner { background-image: none; }

@media screen and (max-width: 1200px) {
  .calendar {
      width: 100%;
      min-width: 0;
  }
}

@media screen and (max-width: 900px) {
  .calendar label {
      width: 100%;
      margin: 0;
      margin-bottom: 28px;
  }
}


body, input, textarea, .button, input[type="text"] { font-family: "Montserrat", sans-serif; font-optical-sizing: auto; }
.button.button-inquiry { white-space: nowrap; letter-spacing: 0.04em; padding: 0 16px; }
input[type="text"] { padding: 0 16px; }