
/* Sidewidget Starts */
.side-widget {
}
.side-widget.uk-open::before {
  background: var(--secondary-color);
}

.side-widget__box {
  width: 100%;
  padding: 0;
  background: var(--bg-alt-1);
  color: #fff;
  background-size: 300px;
  background-repeat: repeat;
}
input#promocode::placeholder {
  color: #fff;
  font-size: 19px;
  letter-spacing: 0;
  font-weight: 600;
}
.uk-offcanvas-flip .side-widget__box {
  right: -100%;
}

@media (min-width: 960px) {
  .side-widget__box {
    width: 430px;
  }

  .uk-offcanvas-flip .side-widget__box {
    right: -845px;
  }
}

.side-widget__close {
  color: var(--secondary-cta-font-color);
  background: transparent;
  border: 0;
  top: 0;
  right: 0;
  left: auto;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .4s ease;
}

.side-widget__close svg,
.side-widget__close svg * {
  transition: all .4s ease;
  fill: currentColor;
}

.side-widget__close:hover,
.side-widget__close:focus {
  background-color: #fff;
  color: #09436b;
}

.side-widget__close:hover svg,
.side-widget__close:hover svg *,
.side-widget__close:focus svg *,
.side-widget__close:focus svg * {
  fill:#09436b;
}

.side-widget__row {
  margin: 0;
  align-items: stretch;
  min-height: 100%;
}
span#display-checkoutdate, #display-checkindate {
  position: absolute;
  bottom: 5px;
  left: 0;
  max-width: 100%;
  width: 100%;
}
.side-widget__col {
  padding: 80px 60px;
}

.side-widget__col--right {
  /*padding-left: 30px;*/
  /*padding-right: 30px;*/
}

.side-widget__col + .side-widget__col {
  border-left: 1px solid #c5c5c5;
}

.side-widget__title {
  text-transform: capitalize !important;
  opacity: 1;
  margin: 0;
}

.side-widget__title-text {
  font-size: 16px;
  color: #fff !important;
  font-family: var(--text-fonts);
  margin-top: 5px;
  margin-bottom: 45px;
  letter-spacing: 0.48px;
}

.side-widget__title-text a {
  color: #fff !important;
}

.side-widget__title-text a:hover,
.side-widget__title-text a:focus {
  color: var(--highlight-color)!important;
} 

.side-widget__form-actions {
  margin-top: 40px;
}

.side-widget__form-actions-main {
  background: var(--primary-color) !important;
  border: none;
  border-radius: 3px;
  color: #fff !important;
  font-size: 18px!important;
  letter-spacing: .54px!important;
  width: 100%!important;
  font-weight: 600 !important;
  border: 1px solid;
  height: 44px !important;
}

.side-widget__form-actions-main:hover {
  background-color: #fff !important;
  border-color: #fff;
  color: var(--secondary-color)!important;
}

.side-widget__form-actions-sec {
  letter-spacing: 0.42px !important;
  color: var(--highlight-color) !important;
  font-size: 14px !important;
  line-height: 26px !important;
  margin-top: 25px !important;
  min-height: unset !important;
  padding: 0 !important;
}

.side-widget__form-actions-sec:hover {
  color: var(--primary-color) !important;
}

.side-widget__form-actions-sec > svg {
  margin-left: 7px;
}

.side-widget__form-actions-sec > svg,
.side-widget__form-actions-sec > svg * {
  fill: var(--highlight-color);
}

.side-widget__form-actions-sec:hover > svg, .side-widget__form-actions-sec:hover > svg * {
  fill: var(--primary-color);
}

.side-widget__smalltitle {
  color: var(--text-color) !important;
  text-transform: uppercase;
  opacity: 1;
}

.side-widget__desc {
  text-align: left;
  letter-spacing: 0.2px;
  color: var(--text-color);
  max-width: 315px;
  margin: 0 auto;
  font-size: 17px;
  font-family: var(--title-fonts);
  line-height: 1.45;
}

.side-widget__hr {
  border-top: 1px solid rgba(112, 112, 112, 0.3) !important;
  margin-top: 45px;
  margin-bottom: 45px;
}

.side-widget__benefits-item {
  letter-spacing: 0.2px;
  color: var(--text-color) !important;
  font-family: var(--title-fonts);
  font-size: 17px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0;
}

.side-widget__benefits-item > svg,
.side-widget__benefits-item > img {
  margin-right: 10px;
}

.side-widget__benefits-item > svg,
.side-widget__benefits-item > svg * {
  fill: var(--primary-color) !important;
}

.side-widget__benefits-item + .side-widget__benefits-item {
  margin-top: 25px;
}

.side-widget__benefits {
  /*padding-left: 25px;*/
}

/* Form Elements Specific Css */
.side-widget__form-group {
  display: block;
  position: relative;
  margin-bottom: 30px;
}

.side-widget__form-text {
  color: var(--tertiary-color);
  text-transform: capitalize;
  font-family: var(--text-fonts);
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
  display: block;

}

.side-widget__form-control {
  font-size: 16px;
  color: #0A1D3B !important;
  height: 47px;
  position: relative;
  border: 0;
  border-radius: 0;
  line-height: 42px;
  padding: 3px 30px 3px 20px;
  background: var(--inverse-font-color);
}

.side-widget__form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--text-color) !important;
}

.side-widget__form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--text-color) !important;
}

.side-widget__form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--text-color) !important;
}

.side-widget__form-control:-moz-placeholder {
  /* Firefox 18- */
  color: var(--text-color) !important;
}

select.side-widget__form-control {
  background-image: url(https://assets.milestoneinternet.com/bina-patel-hotels/blu-pacific-hotel-1271/montereygetaway/website-assets/images-noindex/down-arrow.svg);
  background-repeat: no-repeat;
  background-position: 93% 49%;
  cursor: pointer;
  background-size: 6%;
  background-color: var(--inverse-font-color) !important;
  padding: 0 20px;
}

.side-widget__form-control:focus-visible {
  outline: 0 !important;
  box-shadow: none;
  /*
  border-bottom-color: var(--secondary-color) !important;
  color: var(--highlight-color) !important;
  */
}

.side-widget__form-icon {
  position: absolute;
  right: 0;
  bottom: 13px;
  fill: var(--primary-color);
}

.side-widget__form-icon svg,
.side-widget__form-icon svg * {
  fill: var(--primary-color);
}
.side-widget__booking .hero-slideshow__form-control {
  background-color: #fff !important;
  color: #0A1D3B !important;
  height: 47px;
}
.side-widget__form-group .ui-datepicker-trigger img {
  display: none;
}
.side-widget__form-group .ui-datepicker-trigger {
  width: 18px;
  height: 20px;
  background: url('https://assets.milestoneinternet.com/bina-patel-hotels/blu-pacific-hotel-1271/montereygetaway/website-assets/images-noindex/feather-calendar.svg');
  background-size: contain;
  right: 20px;
  bottom: 17px;
}
select.side-widget__form-control#ROOMS {
  background-image: url(https://assets.milestoneinternet.com/bina-patel-hotels/blu-pacific-hotel-1271/montereygetaway/website-assets/images-noindex/bed.svg);
  background-size: 25px;
  background-position: 97%;
}
select.side-widget__form-control#Guests, select.side-widget__form-control#CHILDREN {
  background-image: url(https://assets.milestoneinternet.com/bina-patel-hotels/blu-pacific-hotel-1271/montereygetaway/website-assets/images-noindex/user.svg);
  background-size: 20px;
  background-position: 97%;
}

.side-widget__title {
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {
  .side-widget__col {
    padding: 90px 30px;
  }

  .side-widget__form-actions-main {
    font-size: 16px !important;
    height: 50px !important;
    letter-spacing: 1.6px !important;
  }

  .side-widget__form-icon svg,
  .side-widget__form-icon svg * {
    fill: var(--text-color);
  }

  /*
  select.side-widget__form-control {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6.172' viewBox='0 0 10 6.172'%3E%3Cpath fill='%23323232' d='M6.172-11.8,10-7.969,13.828-11.8,15-10.625l-5,5-5-5Z' transform='translate(-5 11.797)'/%3E%3C/svg%3E");
}
  */

  .side-widget__form-control {
    border-bottom-color: var(--text-color) !important;   
  }
}

@media (max-width: 639.98px) {
  .side-widget__col {
    width: 100%;
  }

  .side-widget__col + .side-widget__col {
    border-left: 0;
    padding-top: 0;
  }

  .side-widget__desc {
    max-width: unset;
  }

  .side-widget__benefits {
    padding: 0;
  }

  .side-widget__hr {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .side-widget__title {
    font-size: 22px;
  }
  .side-widget__smalltitle {
    text-align: left !important;
    font-size: 22px;
  }
  .side-widget__title-text {
    font-size: 16px;
    margin-top: 3px;
    margin-bottom: 25px;
    letter-spacing: 0.32px;
  }
}
/* Sidewidget Ends */
/* Header Starts */
.header {
  width: 100%;
  height: 105px;
  background: var(--inverse-font-color);
  color: var(--inverse-font-color);
  display: flex;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 50;
  box-shadow: 0px 4px 4px 0px #0000001A;
}
.has-transparent-header .header {
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0px 0px 0px 0px #0000001A;
}
.header.is-fixed, .has-transparent-header .header.is-fixed {
  position: fixed;
  background: var(--inverse-font-color);
  box-shadow: 0px 4px 4px 0px #0000001A;
}
.has-transparent-header .navmenu__list-link {
  color: var(--inverse-font-color) !important;
}
.has-transparent-header .ng-star-inserted .navmenu__list-link {
  color: var(--bg-header) !important;
}
.has-transparent-header .navmenumore__list-link {
  color: var(--inverse-font-color);
}
.has-transparent-header .ng-star-inserted .navmenumore__list-link {
  color: var(--bg-header);
}
.ng-star-inserted .header {
  position: static !important;
}
.header__logo {
}
.header__logo img {
  width: auto;
}
.header__container {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  width: 100%;
  position: relative;
  flex-grow: 1;
}

.header__collapsible {
  display: flex !important;
  flex-basis: auto;
  flex-grow: 1;
  align-items: center;
  justify-content: flex-end;
}

.header__reservations {
  color: var(--inverse-font-color);
  font-size: 12px;
  line-height: 1.5;
}

.header__reservations > a {
  font-weight: 700;
  color: inherit;
}

.header__reservations > a:hover,
.header__reservations > a:focus-within {
  color: var(--inverse-font-color);
}

.header__bookstay {
  font-size: 11px;
  font-weight: bold;
  margin-left: 0;
  display: none;
  padding: 5px 12px;
  min-height: 20px;
  line-height: 20px;
  background-color: var(--inverse-font-color);
  color: var(--secondary-color);
}
.sticky-book-stay .navmenumore__list-link:hover, .sticky-book-stay .navmenumore__list-link:focus {
  color: var(--inverse-font-color);
  text-decoration: underline;
}
.sticky-book-stay .navmenumore__list{display: none;}
.header.is-fixed .sticky-book-stay .navmenumore__list{
  display: flex !important;
  margin: 0;
  margin-top: 0;
  justify-content: center;
}
.sticky-book-stay ul li a {
  font-size: 14px;
}
.header.is-fixed .header__bookstay {
  /*display: block;*/
}

.header__reservations {
  display: none;
}

.navmenu__list,
.navmenumore__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navmenu__list-item + .navmenu__list-item {
  margin-right: 25px;
}

.navmenu__list-link {
  display: inline-flex;
  padding: 15px 1px;
  text-align: left;
  letter-spacing: .4px;
  text-transform: capitalize;
  opacity: 1;
  align-items: center;
  position: relative;
  background: transparent;
  font: var(--header-fonts);
  color: var(--tagline-font-color) !important;
}

.navmenu__list-link:after {
  content: '';
  height: 4px;
  background: var(--inverse-font-color);
  opacity: 1;
  width: 90%;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  transition: all .4s ease;
}

.navmenu__list-link > svg {
  margin-left: 7px;
}

.navmenumore__list {
  margin-left: 5px;
}

.header.is-fixed .navmenumore__list {
  /*margin-left: 0;*/
  display: none;
}

.navmenumore__list-item {
  position: relative;
  letter-spacing: 0.64px;
  font-size: 16px;
  font-weight: normal;
}

.navmenumore__list-item:after {
  content: '';
  width: 1px;
  height: 22px;
  background: var(--inverse-font-color);
  opacity: .3;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

.navmenumore__list-item + .navmenumore__list-item {
  margin-left: 10px;
  padding-left: 10px;
}

.navmenumore__list-item + .navmenumore__list-item:after {
  display: block;
}

.navmenumore__list-link {
  color: var(--tagline-font-color);
}

.navmenumore__list-link:hover,
.navmenumore__list-link:focus {
  color: var(--tagline-font-color);
  text-decoration:underline;
}
.navmenumore__list-item .template-icon-phone {
  margin-right: 10px;
}
.navmenu__dropmenu-link {
  display: block;
  padding: 10px 15px;
  letter-spacing: .78px;
  color: var(--secondary-color);
  opacity: 1;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
}

.navmenu__dropmenu-link.uk-disabled {
  opacity: .2;
}

.navmenu__dropmenu {
  padding: 30px 0px;
  margin: 0;
  min-width: 265px;
}
.header.is-fixed .navmenu__list-item:focus-within {
  outline: 1px solid var(--inverse-font-color);
}
/*.navmenu__list-link:hover,*/
.navmenu__dropmenu-link:hover,
.navmenu__dropmenu-link.navON {
  color: rgba(0,0,0,0)!important;
  text-shadow: 0 0 0 #00BCF5;
}

.navmenu__list-link:hover:after, 
.navmenu__list-link[aria-expanded="true"]:after,
.navmenu__list-link.navON:after {
  opacity: 1;
}
.weathertxt.weathericon a {
  color: var(--inverse-font-color);
}
.weathertxt.weathericon a:hover, .weathertxt.weathericon a:focus {
  text-decoration: underline;
}
.header__collapsible .footer__social {
  justify-content: left;
  padding: 0 20px;
}
.header.is-fixed .navmenu__list-link,
.header.is-fixed .navmenumore__list-link {
  color: var(--tagline-font-color) !important;
}
.header .navmenu__list-link:hover, .header .navmenu__list-link:focus, .header .navmenu__list-link.navON {
  color: var(--primary-color) !important;
}

@media(min-width: 960px) {
  .header__toggler,
  .navmenu__list-item--onlymob,
  .navmenu__list-link--btn,
  .mobnavmenu__list,
  .mobsocmenu__list,
  .header__collapsible .footer__social {
    display:none!important
  }
}

@media (max-width: 1199.98px) {
  .header--active {
    height: 123px;
  }
  .navmenu__list-link {
    font-size: 12px;
  }
  a.navmenumore__list-link {
    font-size: 12px;
  }
  .sticky-book-stay {
    padding-left: 10px;
  }

  .navmenu__dropmenu-link {
    font-size: 12px;
  }
  .navmenu__list-item+.navmenu__list-item {
    margin-right: 8px;
  }
  .header__bookstay {
    font-size: 12px !important;
    min-width: 160px;
    font-weight: 700;
  }
  .navmenumore__list {
    margin-left: 15px;
  }
}

@media (max-width: 1023.98px) {
  .header__logo {
    max-width: 120px;
  }
}

@media (max-width: 959.98px) {
  .side-widget__row{display: block;}
  .mobile-menu-active .navmenumore__list{display: none;}
  .header {
    height: 90px;
  }
  .header--active {
    height: 116px;
  }
  .header__bookstay {
    font-size: 10px !important;
    min-width: unset;
    padding: 10px 15px;
    height: 45px;
    margin: 0;
  }
  .header__reservations {
    font-size: 10px;
    min-width: unset;
    bottom: 2.5px;
  }
  .header__logo {
    max-width: 90px;
  }
  .navmenu__list-item+.navmenu__list-item {
    margin-right: 0px;
  }
}

@media (max-width: 959.98px) {
  .header.is-fixed .sticky-book-stay .navmenumore__list{display: none !important;}
  .header__logo img{
    width: 65px;position: relative;z-index: 1;}
  .header,
  .header--active {
    height: 80px;
    z-index: 101;
  }
  .has-transparent-header .header {
  }
  .header__bookstay {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    font-size: 16px !important;
    letter-spacing: 0.85px;
    padding: 15px 15px;
    height: 60px;
  }

  .header__toggler-btn {
    background: transparent;
    border: 0;
    display: flex;
    letter-spacing: 0px;
    color: var(--inverse-font-color);
    padding: 10px 0;
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
    font-family: var(--text-fonts);
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    align-items: center;
  }

  .header__toggler-icon {
    display: block;
    width: 20px;
    height: 2px;
    margin: 11px auto;
    background: var(--inverse-font-color);
    position: relative;
  }

  .header__toggler-icon:before, .header__toggler-icon:after {
    content: "";
    width: 100%;
    display: block;
    height: 2px;
    left: 0;
    background: var(--highlight-color);
    transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    position: absolute;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }

  .header__toggler-icon:before {
    top: -7px;
    background-color:var(--inverse-font-color);
  }

  .header__toggler-icon:after {
    bottom: -7px;
    background-color:var(--inverse-font-color);
  }

  .header__toggler-btn[aria-expanded="true"] {
  }

  .header__toggler-btn.mobile-menu-active .header__toggler-icon {
    background: none !important;
  }

  .header__toggler-btn.mobile-menu-active .header__toggler-icon:before {
    transform: rotate(-45deg);
    top: 0px;
  }

  .header__toggler-btn.mobile-menu-active .header__toggler-icon:after {
    transform: rotate(45deg);
    bottom: 0px;
  }

  .header__toggler-text {
    display: flex;
    line-height: 20px;
    margin-top: 0;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1.3px;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    display: none;
  }

  .header__toggler-text:after {
    content: 'Menu';
  }

  .header__toggler-btn[aria-expanded="true"] .header__toggler-text:after {
    content: 'Close';
  }

  .header__reservations {
    font-size: 0;
    display: flex;
    margin-right: 20px;
    flex-grow: 1;
    justify-content: flex-end;
  }

  .header__reservations > a {
    display: flex;
    align-items: center;
  }

  /*.header__reservations > a:after {
  content: 'Call';
  line-height: 20px;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  display: block!important;
  margin-left: 0px;
}*/

  .header__reservations > a:before {
    background-image: url("https://www.montereygetaway.com/images_noindex/call-icon.svg");
    content: '';
    width: 20px;
    height: 20px;
    background-size: contain;
    display: flex;
    margin: 0;
    background-repeat: no-repeat;
  }


  .header__logo {
    max-width: 125px;
  }

  .navmenu.mobile-menu-active {
    display: block !important;
  }

  .navmenu.mobile-menu-active ~ .header__bookstay {
    display: flex !important;
  }

  .navmenu {
    position: fixed;
    width: 100%;
    background: var(--bg-alt-1);
    top: 80px;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    margin: 0;
    padding: 30px 0 80px;
    z-index: 99;
  }

  .navmenu__list {
    position: relative;
    padding-bottom: 10px;
    flex-wrap: wrap;
    gap: 20px;
    z-index: 10;
  }
  .navmenu__list li {
    width: 100%;
  }
  .navmenu__list-link {
    font-size: 20px;
    line-height: 140%;
    display: flex;
    justify-content: space-between;
    color: var(--tertiary-color) !important;
    padding: 0px 20px;
    font-weight: 400;
    text-transform: capitalize;
  }
  .has-transparent-header .navmenu__list-link {
    color: var(--tertiary-color) !important;
  }
  .navmenu__list-link > svg {
    margin-left: 7px;
    width: 10px;
    height: auto;
  }
  .navmenu__dropdown .navmenu__list-link[aria-expanded="true"] {
    color: var(--primary-color) !important;
  }
  .navmenu__dropmenu {
    position: relative!important;
    box-shadow: none!important;
    background: transparent;
    padding: 0 0 15px 8px;
    top: 0!important;
    left: 0!important;
    right: auto!important;
    bottom: auto!important;
  }

  .navmenu__dropmenu-link {
    font-size: 16px;
    font-family: var(--text-fonts);
    padding: 10px;
    position: relative;
    text-transform: capitalize;
    text-align: left;
    font-weight: 400;
  }

  /*.navmenu__dropmenu:after {
  content: '';
  width: 5px;
  background: #00BCF5;
  left: 0px;
  top: -35px;
  position: absolute;
  height: calc(100% + 15px);
}*/

  .navmenu__list-link:after {
    display: none;
  }

  .navmenu__list-link.navON,
  .navmenu__more-link.navON,
  .mobnavmenu__list-link.navON{
    color: #00BCF5 !important;
  }
  .mobnavmenu__list-link:hover,
  .mobnavmenu__list-link:focus{
    color:var(--inverse-font-color);
    text-decoration: underline;
  }
  .header__top-left,
  .header__top-right {
    width: 60px;
  }

  .header__top-center {
    width: calc(100% - 60px*2);
    width: -webkit-calc(100% - 60px*2);
    max-width: calc(100% - 60px*2);
    max-width: -webkit-calc(100% - 60px*2);
  }

  .navmenu__dropdown > a {
    position: relative;
  }
  .navmenu__dropdown > a:before {
    content: '';
    background-image: url(https://assets.milestoneinternet.com/bina-patel-hotels/blu-pacific-hotel-1271/montereygetaway/website-assets/images-noindex/down-arrow.svg);
    position: absolute;
    right: 20px;
    top: 23%;
    width: 12px;
    height: 7px;
    background-size: contain;
    transition: all .4s ease;
  }
  .navmenu__dropdown > a[aria-expanded="true"]:before {
    transform: translateY(-50%) rotate(180deg);
    top: 50%;
  }

  .mobnavmenu__list-link {
    color: var(--inverse-font-color);
    text-transform: uppercase;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: .3px;
    display: flex;
    padding: 0;
    align-items: center;
    line-height: 36px;
  }

  .mobnavmenu__list-item + .mobnavmenu__list-item {
    margin-top: 0px;
  }

  .mobnavmenu__list {
    padding: 0 20px;
    list-style: none;
    margin-bottom: 20px;
  }

  .mobnavmenu__list-divider {
    border-top: 1px solid var(--tagline-font-color);
    margin: 20px 0;
  }

  .mobnavmenu__list-link > svg {
    width: 15px;
    margin-left: 5px;
  }

  .mobsocmenu__list {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0 20px 20px;
    margin-top: 30px;
  }

  .mobsocmenu__list-item + .mobsocmenu__list-item {
    margin-left: 30px;
  }

  .mobsocmenu__list-icon {
    width: 20px;
    height: 20px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
  }

  .mobsocmenu__list-icon--facebook {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.96' height='19.194' viewBox='0 0 8.96 19.194'%3E%3Cpath fill='%23002341' d='M10.8,1.2H7.2V-8.4H4.8v-3.3H7.2v-1.949a5.723,5.723,0,0,1,.768-3.186q.768-1.162,3.13-1.162h2.662v3.3H12.109q-.937,0-1.125.337a2.143,2.143,0,0,0-.187,1.012V-11.7h2.962l-.337,3.3H10.8Z' transform='translate(-4.798 17.994)'%3E%3C/path%3E%3C/svg%3E");
  }

  .mobsocmenu__list-icon--twitter {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.194' height='15.595' viewBox='0 0 19.194 15.595'%3E%3Cpath fill='%23002341' d='M19.194-14.358a10.192,10.192,0,0,1-1.087.394,7.1,7.1,0,0,1-1.162.244,4.161,4.161,0,0,0,1.05-.937,3.982,3.982,0,0,0,.675-1.237,7.6,7.6,0,0,1-1.2.581,6.79,6.79,0,0,1-1.312.356,3.921,3.921,0,0,0-1.275-.9,3.882,3.882,0,0,0-1.612-.337A3.818,3.818,0,0,0,10.5-15.051a3.768,3.768,0,0,0-1.162,2.793,2.732,2.732,0,0,0,.037.45l.075.45a10.666,10.666,0,0,1-4.536-1.218A11.35,11.35,0,0,1,1.35-15.482a4.333,4.333,0,0,0-.412.956A3.61,3.61,0,0,0,.787-13.5a3.745,3.745,0,0,0,.487,1.874,4.006,4.006,0,0,0,1.275,1.387,3.33,3.33,0,0,1-.937-.131,3.5,3.5,0,0,1-.825-.356v.075a3.752,3.752,0,0,0,.9,2.493A4,4,0,0,0,3.936-6.785l-.525.075a3.707,3.707,0,0,1-.525.037q-.187,0-.375-.019t-.375-.056A3.864,3.864,0,0,0,3.524-4.78a3.74,3.74,0,0,0,2.324.768A8.133,8.133,0,0,1,3.58-2.774a7.777,7.777,0,0,1-2.643.45H.469A2.847,2.847,0,0,1,0-2.362,11.782,11.782,0,0,0,2.849-1.068,10.865,10.865,0,0,0,6.036-.6a10.916,10.916,0,0,0,4.8-1.012,11.023,11.023,0,0,0,3.524-2.624,10.91,10.91,0,0,0,2.137-3.636,11.091,11.091,0,0,0,.75-3.936V-12.3a10.959,10.959,0,0,0,1.05-.956A8.678,8.678,0,0,0,19.194-14.358Z' transform='translate(0 16.195)'%3E%3C/path%3E%3C/svg%3E");
  }

  .mobsocmenu__list-icon--instagram {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.194' height='19.194' viewBox='0 0 19.194 19.194'%3E%3Cpath fill='%23002341' d='M13.908-17.994H5.286a5.088,5.088,0,0,0-3.73,1.556A5.088,5.088,0,0,0,0-12.708v8.622A5.088,5.088,0,0,0,1.556-.356,5.088,5.088,0,0,0,5.286,1.2h8.622a5.088,5.088,0,0,0,3.73-1.556,5.088,5.088,0,0,0,1.556-3.73v-8.622a5.088,5.088,0,0,0-1.556-3.73A5.088,5.088,0,0,0,13.908-17.994Zm3.6,13.908a3.459,3.459,0,0,1-1.068,2.53,3.459,3.459,0,0,1-2.53,1.068H5.286a3.459,3.459,0,0,1-2.53-1.068,3.459,3.459,0,0,1-1.068-2.53v-8.622a3.459,3.459,0,0,1,1.068-2.53,3.459,3.459,0,0,1,2.53-1.068h8.622a3.459,3.459,0,0,1,2.53,1.068,3.459,3.459,0,0,1,1.068,2.53ZM9.6-13.346A4.772,4.772,0,0,0,6.092-11.9,4.772,4.772,0,0,0,4.648-8.4,4.772,4.772,0,0,0,6.092-4.892,4.772,4.772,0,0,0,9.6-3.449,4.772,4.772,0,0,0,13.1-4.892,4.772,4.772,0,0,0,14.545-8.4,4.772,4.772,0,0,0,13.1-11.9,4.772,4.772,0,0,0,9.6-13.346Zm0,8.172A3.174,3.174,0,0,1,7.291-6.11,3.081,3.081,0,0,1,6.335-8.4,3.142,3.142,0,0,1,7.291-10.7,3.142,3.142,0,0,1,9.6-11.659,3.142,3.142,0,0,1,11.9-10.7,3.142,3.142,0,0,1,12.858-8.4,3.081,3.081,0,0,1,11.9-6.11,3.174,3.174,0,0,1,9.6-5.173Zm5.136-9.6a1.162,1.162,0,0,0-.45.094,1.708,1.708,0,0,0-.412.244,1.275,1.275,0,0,0-.281.412,1.254,1.254,0,0,0-.094.487,1.3,1.3,0,0,0,.094.469.911.911,0,0,0,.281.394,1.275,1.275,0,0,0,.412.281,1.162,1.162,0,0,0,.45.094,1.254,1.254,0,0,0,.487-.094,1.276,1.276,0,0,0,.412-.281.911.911,0,0,0,.281-.394,1.3,1.3,0,0,0,.094-.469,1.254,1.254,0,0,0-.094-.487,1.276,1.276,0,0,0-.281-.412,1.708,1.708,0,0,0-.412-.244A1.254,1.254,0,0,0,14.733-14.77Z' transform='translate(0 17.994)'%3E%3C/path%3E%3C/svg%3E");
  }

  /*.navmenu__dropmenu-link:after {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  background: #00BCF5;
  border-radius: 50%;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
}*/
  .header__reservations > a:before {
    filter: brightness(0) saturate(100%) invert(35%) sepia(93%) saturate(1226%) hue-rotate(163deg) brightness(93%) contrast(101%);
  }
  .header__toggler-icon, 
  .header .header__toggler-icon:before, 
  .header .header__toggler-icon:after {
    background: var(--primary-color);
  }
  .has-transparent-header .header__reservations > a:before {
    filter: none;
  }
  .has-transparent-header .header__toggler-icon, 
  .has-transparent-header .header .header__toggler-icon:before, 
  .has-transparent-header .header .header__toggler-icon:after {
    background: var(--inverse-font-color);
  }

  .header_menu_opened .header {
    background: var(--inverse-font-color);
  }
  .header.is-fixed .header__reservations > a:before,
  .header_menu_opened .header .header__reservations > a:before {
    filter: brightness(0) saturate(100%) invert(35%) sepia(93%) saturate(1226%) hue-rotate(163deg) brightness(93%) contrast(101%);
  }
  .header.is-fixed .header__toggler-icon,
  .header.is-fixed .header__toggler-icon:before, 
  .header.is-fixed .header__toggler-icon:after,
  .header_menu_opened .header .header__toggler-icon,
  .header_menu_opened .header .header__toggler-icon:before, 
  .header_menu_opened .header .header__toggler-icon:after {
    background: var(--primary-color);
  }
}

.modulel-dropdown {
  display: none;
}

.modulelinks-dropmenu {
}

.module-page-tabbing .tab-list__link:after {
}

.module-page-tabbing {
  position: sticky;
  position: -webkit-sticky;
  z-index: 49;
  top: 104px;
}

.module-page-tabbing .tab-list--colored {
  position: static !important;
}

.module-page-tabbing .tab-list__link {
  font-size: 12px;
  letter-spacing: 0.9px;
  padding: 16.2px 20px;
  font-weight: 600;
}

.module-page-tabbing .tab-list__link.navON:after {
  opacity: 1;
  width: 50px;
}

.is-module-avail .header.is-fixed {
  box-shadow: unset;
}

.is-module-avail .header.is-fixed ~ .module-page-tabbing {
  box-shadow: 0 14px 25px rgba(0, 0, 0, .16);
}

.modulel-dropdown__name {
  font-size: 16px;
  margin: 0;
}

@media (max-width:  1300px) {
  .module-page-tabbing .tab-list__link {
    font-size: 14px;
    letter-spacing: .9px;
    padding: 15px 10px;;
  }

}

@media (max-width: 1199.98px) {
  .module-page-tabbing .tab-list__link {
    font-size: 13px;
  }
}

@media (max-width: 990px) {
  .module-page-tabbing .tab-list__link {
    font-size: 11px;
    letter-spacing: 0.5px;
    padding: 10px;
  }
}

@media (max-width: 959.98px) {
  .navmenu,
  .header__collapsible,
  .header__bookstay {
    display: none !important;
  }
  .newsletter {
    font-weight: 600;
    letter-spacing: .3px;
    line-height: 36px;
    color: var(--tagline-font-color) !important;
  }
  .module-page-tabbing {
    top: 90px;
  }
  .module-page-tabbing .tab-list__link {
    font-size: 8px;
  }
}

@media (max-width:  767.98px) {
  .modulel-dropdown {
    display: flex;
    background: var(--bg-alt-2);
    justify-content: space-between;
    padding: 15px;
    align-items: center;
    position: relative;
  }
  .module-page-tabbing .tab-list {
    display: none;
    position: absolute !important;
    right: 20px;
    top: calc(100% - 10px);
    min-width: 200px;
  }

  .module-page-tabbing {
    top: 61px;
  }

  .modulel-dropdown > a {
    display: inline-flex;
    background: var(--bg-alt-2);
    padding: 10px 20px 7px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 1px;
    font-family: var(--title-fonts);
    color: var(--text-color);
    font-weight: 500;
    text-transform: uppercase;
    justify-content: space-between;
    border-radius: 40px;
    border: 1px solid #b5b5af;
  }

  .modulel-dropdown > a .uk-icon {
    margin-left: 10px;
    font-weight: 700
  }

  .modulelink-active .tab-list {
    display: block;
    padding: 10px 0;
  }

  .module-page-tabbing .tab-list__link:after {
    width: -webkit-calc(100% - 30px) !important;
    height: 1px;
  }

  .module-page-tabbing .tab-list__link {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 1px;
    padding: 7px 15px;
    display: inline-block;
  }

  .modulelink-active .modulel-dropdown > a {
    border-bottom: 1px solid rgba(31, 31, 31, .25);
  }

  .modulelink-active .modulel-dropdown > a .uk-icon {
    transform: rotate(180deg);
  }

  .module-page-tabbing .tab-list__link.navON {
    padding: 7px 15px;
    margin-bottom: 7px;
  }
}
/* Header Ends */
@media (max-width: 1110px) and (min-width: 960px) {
  .navmenu__list-link {
    font-size: 12px;
  }
}
@media (max-width: 1260px) and (min-width: 1111px) {
  .navmenu__list-link {
    font-size: 14px;
  }
}
.mobnavmenu__list-link {
  color: var(--tagline-font-color);
  text-shadow: 0 0 0 var(--inverse-font-color);
}
option {
  background: var(--inverse-font-color);
  color: var(--secondary-color);
}
/* Footer Starts  */
.footer {
  background-color: var(--secondary-color);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0 0;
  font-family: var(--title-fonts);
  letter-spacing: 0;
  line-height: 1.325;
  /* background-blend-mode: luminosity; */
  color: #fff;
}
@media (min-width: 960px) {
  .footer {
    padding-bottom: 76px;
  }
}
.footer a {
  color: #fff;
}

.footer a:hover,
.footer a.navON {
  /*color: var(--primary-color);*/
  transition: all .4s ease;
  text-decoration: underline;
}

.footer a:hover svg,
.footer a:hover svg *,
.footer a.navON svg,
.footer a.navON svg * {
  fill: var(--primary-color);
  transition: all .4s ease;
}

.footer__container {
  position: relative;
}
.quick-links ul {
  list-style-type: none;
}
.footer__backtotop {
  position: absolute;
  right: 20px;
  bottom: 0;
}

.footer__title {
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-family: var(--title-fonts);
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 25px;
  font-weight: 700;
}
.quick-links a {
  font-size: 16px;
  font-family: var(--text-fonts);
  letter-spacing: .48px;
  line-height: 26px;
  text-transform: uppercase;
}
.footer__address {
  word-break: break-word;
  line-height: 30px;
  font-size: 16px;
  max-width: 360px;
  font-weight: normal;
  font-family: var(--text-fonts);
  letter-spacing: 0;
}

.footer__social {
  margin-top: 40px;
  display: flex;
  align-items: center;
  font-weight: normal;
}

.footer__social-link + .footer__social-link {
  margin-left: 35px;
}

.footer__social-icon {
  width: 20px;
  height: 20px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  transition: all .4s ease;
  color: #fff;
}

.footer__social-icon.facebook {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.96' height='19.194' viewBox='0 0 8.96 19.194'%3E%3Cpath fill='%23ffffff' d='M10.8,1.2H7.2V-8.4H4.8v-3.3H7.2v-1.949a5.723,5.723,0,0,1,.768-3.186q.768-1.162,3.13-1.162h2.662v3.3H12.109q-.937,0-1.125.337a2.143,2.143,0,0,0-.187,1.012V-11.7h2.962l-.337,3.3H10.8Z' transform='translate(-4.798 17.994)'%3E%3C/path%3E%3C/svg%3E");
}

.footer__social-icon.twitter {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.194' height='15.595' viewBox='0 0 19.194 15.595'%3E%3Cpath fill='%23ffffff' d='M19.194-14.358a10.192,10.192,0,0,1-1.087.394,7.1,7.1,0,0,1-1.162.244,4.161,4.161,0,0,0,1.05-.937,3.982,3.982,0,0,0,.675-1.237,7.6,7.6,0,0,1-1.2.581,6.79,6.79,0,0,1-1.312.356,3.921,3.921,0,0,0-1.275-.9,3.882,3.882,0,0,0-1.612-.337A3.818,3.818,0,0,0,10.5-15.051a3.768,3.768,0,0,0-1.162,2.793,2.732,2.732,0,0,0,.037.45l.075.45a10.666,10.666,0,0,1-4.536-1.218A11.35,11.35,0,0,1,1.35-15.482a4.333,4.333,0,0,0-.412.956A3.61,3.61,0,0,0,.787-13.5a3.745,3.745,0,0,0,.487,1.874,4.006,4.006,0,0,0,1.275,1.387,3.33,3.33,0,0,1-.937-.131,3.5,3.5,0,0,1-.825-.356v.075a3.752,3.752,0,0,0,.9,2.493A4,4,0,0,0,3.936-6.785l-.525.075a3.707,3.707,0,0,1-.525.037q-.187,0-.375-.019t-.375-.056A3.864,3.864,0,0,0,3.524-4.78a3.74,3.74,0,0,0,2.324.768A8.133,8.133,0,0,1,3.58-2.774a7.777,7.777,0,0,1-2.643.45H.469A2.847,2.847,0,0,1,0-2.362,11.782,11.782,0,0,0,2.849-1.068,10.865,10.865,0,0,0,6.036-.6a10.916,10.916,0,0,0,4.8-1.012,11.023,11.023,0,0,0,3.524-2.624,10.91,10.91,0,0,0,2.137-3.636,11.091,11.091,0,0,0,.75-3.936V-12.3a10.959,10.959,0,0,0,1.05-.956A8.678,8.678,0,0,0,19.194-14.358Z' transform='translate(0 16.195)'%3E%3C/path%3E%3C/svg%3E");
}

.footer__social-icon.instagram {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.194' height='19.194' viewBox='0 0 19.194 19.194'%3E%3Cpath fill='%23ffffff' d='M13.908-17.994H5.286a5.088,5.088,0,0,0-3.73,1.556A5.088,5.088,0,0,0,0-12.708v8.622A5.088,5.088,0,0,0,1.556-.356,5.088,5.088,0,0,0,5.286,1.2h8.622a5.088,5.088,0,0,0,3.73-1.556,5.088,5.088,0,0,0,1.556-3.73v-8.622a5.088,5.088,0,0,0-1.556-3.73A5.088,5.088,0,0,0,13.908-17.994Zm3.6,13.908a3.459,3.459,0,0,1-1.068,2.53,3.459,3.459,0,0,1-2.53,1.068H5.286a3.459,3.459,0,0,1-2.53-1.068,3.459,3.459,0,0,1-1.068-2.53v-8.622a3.459,3.459,0,0,1,1.068-2.53,3.459,3.459,0,0,1,2.53-1.068h8.622a3.459,3.459,0,0,1,2.53,1.068,3.459,3.459,0,0,1,1.068,2.53ZM9.6-13.346A4.772,4.772,0,0,0,6.092-11.9,4.772,4.772,0,0,0,4.648-8.4,4.772,4.772,0,0,0,6.092-4.892,4.772,4.772,0,0,0,9.6-3.449,4.772,4.772,0,0,0,13.1-4.892,4.772,4.772,0,0,0,14.545-8.4,4.772,4.772,0,0,0,13.1-11.9,4.772,4.772,0,0,0,9.6-13.346Zm0,8.172A3.174,3.174,0,0,1,7.291-6.11,3.081,3.081,0,0,1,6.335-8.4,3.142,3.142,0,0,1,7.291-10.7,3.142,3.142,0,0,1,9.6-11.659,3.142,3.142,0,0,1,11.9-10.7,3.142,3.142,0,0,1,12.858-8.4,3.081,3.081,0,0,1,11.9-6.11,3.174,3.174,0,0,1,9.6-5.173Zm5.136-9.6a1.162,1.162,0,0,0-.45.094,1.708,1.708,0,0,0-.412.244,1.275,1.275,0,0,0-.281.412,1.254,1.254,0,0,0-.094.487,1.3,1.3,0,0,0,.094.469.911.911,0,0,0,.281.394,1.275,1.275,0,0,0,.412.281,1.162,1.162,0,0,0,.45.094,1.254,1.254,0,0,0,.487-.094,1.276,1.276,0,0,0,.412-.281.911.911,0,0,0,.281-.394,1.3,1.3,0,0,0,.094-.469,1.254,1.254,0,0,0-.094-.487,1.276,1.276,0,0,0-.281-.412,1.708,1.708,0,0,0-.412-.244A1.254,1.254,0,0,0,14.733-14.77Z' transform='translate(0 17.994)'%3E%3C/path%3E%3C/svg%3E");
}

.footer__social-icon.tripadvisor {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' d='M19.021,7.866C19.256,6.862,20,5.854,20,5.854h-3.346C14.781,4.641,12.504,4,9.98,4C7.363,4,4.999,4.651,3.135,5.876H0    c0,0,0.738,0.987,0.976,1.988c-0.611,0.837-0.973,1.852-0.973,2.964c0,2.763,2.249,5.009,5.011,5.009   c1.576,0,2.976-0.737,3.901-1.879l1.063,1.599l1.075-1.615c0.475,0.611,1.1,1.111,1.838,1.451c1.213,0.547,2.574,0.612,3.825,0.15   c2.589-0.963,3.913-3.852,2.964-6.439c-0.175-0.463-0.4-0.876-0.675-1.238H19.021z M16.38,14.594   c-1.002,0.371-2.088,0.328-3.06-0.119c-0.688-0.317-1.252-0.817-1.657-1.438c-0.164-0.25-0.313-0.52-0.417-0.811    c-0.124-0.328-0.186-0.668-0.217-1.014c-0.063-0.689,0.037-1.396,0.339-2.043c0.448-0.971,1.251-1.71,2.25-2.079    c2.075-0.765,4.375,0.3,5.14,2.366c0.762,2.066-0.301,4.37-2.363,5.134L16.38,14.594L16.38,14.594z M8.322,13.066   c-0.72,1.059-1.935,1.76-3.309,1.76c-2.207,0-4.001-1.797-4.001-3.996c0-2.203,1.795-4.002,4.001-4.002 c2.204,0,3.999,1.8,3.999,4.002c0,0.137-0.024,0.261-0.04,0.396c-0.067,0.678-0.284,1.313-0.648,1.853v-0.013H8.322z M2.472,10.775  c0,1.367,1.112,2.479,2.476,2.479c1.363,0,2.472-1.11,2.472-2.479c0-1.359-1.11-2.468-2.472-2.468  C3.584,8.306,2.473,9.416,2.472,10.775L2.472,10.775z M12.514,10.775c0,1.367,1.104,2.479,2.471,2.479  c1.363,0,2.474-1.108,2.474-2.479c0-1.359-1.11-2.468-2.474-2.468c-1.364,0-2.477,1.109-2.477,2.468H12.514z M3.324,10.775  c0-0.893,0.726-1.618,1.614-1.618c0.889,0,1.625,0.727,1.625,1.618c0,0.898-0.725,1.627-1.625,1.627    c-0.901,0-1.625-0.729-1.625-1.627H3.324z M13.354,10.775c0-0.893,0.726-1.618,1.627-1.618c0.886,0,1.61,0.727,1.61,1.618   c0,0.898-0.726,1.627-1.626,1.627s-1.625-0.729-1.625-1.627H13.354z M9.977,4.875c1.798,0,3.425,0.324,4.849,0.968  c-0.535,0.015-1.061,0.108-1.586,0.3c-1.264,0.463-2.264,1.388-2.815,2.604c-0.262,0.551-0.398,1.133-0.448,1.72    C9.79,7.905,7.677,5.873,5.076,5.82C6.501,5.208,8.153,4.875,9.94,4.875H9.977z'%3E%3C/path%3E%3C/svg%3E");
}

.footer__social-icon.pinterest {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' d='M10.21,1 C5.5,1 3,4.16 3,7.61 C3,9.21 3.85,11.2 5.22,11.84 C5.43,11.94 5.54,11.89 5.58,11.69 C5.62,11.54 5.8,10.8 5.88,10.45 C5.91,10.34 5.89,10.24 5.8,10.14 C5.36,9.59 5,8.58 5,7.65 C5,5.24 6.82,2.91 9.93,2.91 C12.61,2.91 14.49,4.74 14.49,7.35 C14.49,10.3 13,12.35 11.06,12.35 C9.99,12.35 9.19,11.47 9.44,10.38 C9.75,9.08 10.35,7.68 10.35,6.75 C10.35,5.91 9.9,5.21 8.97,5.21 C7.87,5.21 6.99,6.34 6.99,7.86 C6.99,8.83 7.32,9.48 7.32,9.48 C7.32,9.48 6.24,14.06 6.04,14.91 C5.7,16.35 6.08,18.7 6.12,18.9 C6.14,19.01 6.26,19.05 6.33,18.95 C6.44,18.81 7.74,16.85 8.11,15.44 C8.24,14.93 8.79,12.84 8.79,12.84 C9.15,13.52 10.19,14.09 11.29,14.09 C14.58,14.09 16.96,11.06 16.96,7.3 C16.94,3.7 14,1 10.21,1'%3E%3C/path%3E%3C/svg%3E");
}

.footer__social-icon.facebook:hover,
.footer__social-icon.facebook:focus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.96' height='19.194' viewBox='0 0 8.96 19.194'%3E%3Cpath fill='%23CBB677' d='M10.8,1.2H7.2V-8.4H4.8v-3.3H7.2v-1.949a5.723,5.723,0,0,1,.768-3.186q.768-1.162,3.13-1.162h2.662v3.3H12.109q-.937,0-1.125.337a2.143,2.143,0,0,0-.187,1.012V-11.7h2.962l-.337,3.3H10.8Z' transform='translate(-4.798 17.994)'%3E%3C/path%3E%3C/svg%3E");
}

.footer__social-icon.twitter:hover,
.footer__social-icon.twitter:focus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.194' height='15.595' viewBox='0 0 19.194 15.595'%3E%3Cpath fill='%23CBB677' d='M19.194-14.358a10.192,10.192,0,0,1-1.087.394,7.1,7.1,0,0,1-1.162.244,4.161,4.161,0,0,0,1.05-.937,3.982,3.982,0,0,0,.675-1.237,7.6,7.6,0,0,1-1.2.581,6.79,6.79,0,0,1-1.312.356,3.921,3.921,0,0,0-1.275-.9,3.882,3.882,0,0,0-1.612-.337A3.818,3.818,0,0,0,10.5-15.051a3.768,3.768,0,0,0-1.162,2.793,2.732,2.732,0,0,0,.037.45l.075.45a10.666,10.666,0,0,1-4.536-1.218A11.35,11.35,0,0,1,1.35-15.482a4.333,4.333,0,0,0-.412.956A3.61,3.61,0,0,0,.787-13.5a3.745,3.745,0,0,0,.487,1.874,4.006,4.006,0,0,0,1.275,1.387,3.33,3.33,0,0,1-.937-.131,3.5,3.5,0,0,1-.825-.356v.075a3.752,3.752,0,0,0,.9,2.493A4,4,0,0,0,3.936-6.785l-.525.075a3.707,3.707,0,0,1-.525.037q-.187,0-.375-.019t-.375-.056A3.864,3.864,0,0,0,3.524-4.78a3.74,3.74,0,0,0,2.324.768A8.133,8.133,0,0,1,3.58-2.774a7.777,7.777,0,0,1-2.643.45H.469A2.847,2.847,0,0,1,0-2.362,11.782,11.782,0,0,0,2.849-1.068,10.865,10.865,0,0,0,6.036-.6a10.916,10.916,0,0,0,4.8-1.012,11.023,11.023,0,0,0,3.524-2.624,10.91,10.91,0,0,0,2.137-3.636,11.091,11.091,0,0,0,.75-3.936V-12.3a10.959,10.959,0,0,0,1.05-.956A8.678,8.678,0,0,0,19.194-14.358Z' transform='translate(0 16.195)'%3E%3C/path%3E%3C/svg%3E");
}

.footer__social-icon.instagram:hover,
.footer__social-icon.instagram:focus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.194' height='19.194' viewBox='0 0 19.194 19.194'%3E%3Cpath fill='%23CBB677' d='M13.908-17.994H5.286a5.088,5.088,0,0,0-3.73,1.556A5.088,5.088,0,0,0,0-12.708v8.622A5.088,5.088,0,0,0,1.556-.356,5.088,5.088,0,0,0,5.286,1.2h8.622a5.088,5.088,0,0,0,3.73-1.556,5.088,5.088,0,0,0,1.556-3.73v-8.622a5.088,5.088,0,0,0-1.556-3.73A5.088,5.088,0,0,0,13.908-17.994Zm3.6,13.908a3.459,3.459,0,0,1-1.068,2.53,3.459,3.459,0,0,1-2.53,1.068H5.286a3.459,3.459,0,0,1-2.53-1.068,3.459,3.459,0,0,1-1.068-2.53v-8.622a3.459,3.459,0,0,1,1.068-2.53,3.459,3.459,0,0,1,2.53-1.068h8.622a3.459,3.459,0,0,1,2.53,1.068,3.459,3.459,0,0,1,1.068,2.53ZM9.6-13.346A4.772,4.772,0,0,0,6.092-11.9,4.772,4.772,0,0,0,4.648-8.4,4.772,4.772,0,0,0,6.092-4.892,4.772,4.772,0,0,0,9.6-3.449,4.772,4.772,0,0,0,13.1-4.892,4.772,4.772,0,0,0,14.545-8.4,4.772,4.772,0,0,0,13.1-11.9,4.772,4.772,0,0,0,9.6-13.346Zm0,8.172A3.174,3.174,0,0,1,7.291-6.11,3.081,3.081,0,0,1,6.335-8.4,3.142,3.142,0,0,1,7.291-10.7,3.142,3.142,0,0,1,9.6-11.659,3.142,3.142,0,0,1,11.9-10.7,3.142,3.142,0,0,1,12.858-8.4,3.081,3.081,0,0,1,11.9-6.11,3.174,3.174,0,0,1,9.6-5.173Zm5.136-9.6a1.162,1.162,0,0,0-.45.094,1.708,1.708,0,0,0-.412.244,1.275,1.275,0,0,0-.281.412,1.254,1.254,0,0,0-.094.487,1.3,1.3,0,0,0,.094.469.911.911,0,0,0,.281.394,1.275,1.275,0,0,0,.412.281,1.162,1.162,0,0,0,.45.094,1.254,1.254,0,0,0,.487-.094,1.276,1.276,0,0,0,.412-.281.911.911,0,0,0,.281-.394,1.3,1.3,0,0,0,.094-.469,1.254,1.254,0,0,0-.094-.487,1.276,1.276,0,0,0-.281-.412,1.708,1.708,0,0,0-.412-.244A1.254,1.254,0,0,0,14.733-14.77Z' transform='translate(0 17.994)'%3E%3C/path%3E%3C/svg%3E");
}

.footer__social-icon.tripadvisor:hover,
.footer__social-icon.tripadvisor:focus {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23CBB677' d='M19.021,7.866C19.256,6.862,20,5.854,20,5.854h-3.346C14.781,4.641,12.504,4,9.98,4C7.363,4,4.999,4.651,3.135,5.876H0    c0,0,0.738,0.987,0.976,1.988c-0.611,0.837-0.973,1.852-0.973,2.964c0,2.763,2.249,5.009,5.011,5.009   c1.576,0,2.976-0.737,3.901-1.879l1.063,1.599l1.075-1.615c0.475,0.611,1.1,1.111,1.838,1.451c1.213,0.547,2.574,0.612,3.825,0.15   c2.589-0.963,3.913-3.852,2.964-6.439c-0.175-0.463-0.4-0.876-0.675-1.238H19.021z M16.38,14.594   c-1.002,0.371-2.088,0.328-3.06-0.119c-0.688-0.317-1.252-0.817-1.657-1.438c-0.164-0.25-0.313-0.52-0.417-0.811    c-0.124-0.328-0.186-0.668-0.217-1.014c-0.063-0.689,0.037-1.396,0.339-2.043c0.448-0.971,1.251-1.71,2.25-2.079    c2.075-0.765,4.375,0.3,5.14,2.366c0.762,2.066-0.301,4.37-2.363,5.134L16.38,14.594L16.38,14.594z M8.322,13.066   c-0.72,1.059-1.935,1.76-3.309,1.76c-2.207,0-4.001-1.797-4.001-3.996c0-2.203,1.795-4.002,4.001-4.002 c2.204,0,3.999,1.8,3.999,4.002c0,0.137-0.024,0.261-0.04,0.396c-0.067,0.678-0.284,1.313-0.648,1.853v-0.013H8.322z M2.472,10.775  c0,1.367,1.112,2.479,2.476,2.479c1.363,0,2.472-1.11,2.472-2.479c0-1.359-1.11-2.468-2.472-2.468  C3.584,8.306,2.473,9.416,2.472,10.775L2.472,10.775z M12.514,10.775c0,1.367,1.104,2.479,2.471,2.479  c1.363,0,2.474-1.108,2.474-2.479c0-1.359-1.11-2.468-2.474-2.468c-1.364,0-2.477,1.109-2.477,2.468H12.514z M3.324,10.775  c0-0.893,0.726-1.618,1.614-1.618c0.889,0,1.625,0.727,1.625,1.618c0,0.898-0.725,1.627-1.625,1.627    c-0.901,0-1.625-0.729-1.625-1.627H3.324z M13.354,10.775c0-0.893,0.726-1.618,1.627-1.618c0.886,0,1.61,0.727,1.61,1.618   c0,0.898-0.726,1.627-1.626,1.627s-1.625-0.729-1.625-1.627H13.354z M9.977,4.875c1.798,0,3.425,0.324,4.849,0.968  c-0.535,0.015-1.061,0.108-1.586,0.3c-1.264,0.463-2.264,1.388-2.815,2.604c-0.262,0.551-0.398,1.133-0.448,1.72    C9.79,7.905,7.677,5.873,5.076,5.82C6.501,5.208,8.153,4.875,9.94,4.875H9.977z'%3E%3C/path%3E%3C/svg%3E");
}

.footer__social-icon.pinterest:hover,
.footer__social-icon.pinterest:focus {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23CBB677' d='M10.21,1 C5.5,1 3,4.16 3,7.61 C3,9.21 3.85,11.2 5.22,11.84 C5.43,11.94 5.54,11.89 5.58,11.69 C5.62,11.54 5.8,10.8 5.88,10.45 C5.91,10.34 5.89,10.24 5.8,10.14 C5.36,9.59 5,8.58 5,7.65 C5,5.24 6.82,2.91 9.93,2.91 C12.61,2.91 14.49,4.74 14.49,7.35 C14.49,10.3 13,12.35 11.06,12.35 C9.99,12.35 9.19,11.47 9.44,10.38 C9.75,9.08 10.35,7.68 10.35,6.75 C10.35,5.91 9.9,5.21 8.97,5.21 C7.87,5.21 6.99,6.34 6.99,7.86 C6.99,8.83 7.32,9.48 7.32,9.48 C7.32,9.48 6.24,14.06 6.04,14.91 C5.7,16.35 6.08,18.7 6.12,18.9 C6.14,19.01 6.26,19.05 6.33,18.95 C6.44,18.81 7.74,16.85 8.11,15.44 C8.24,14.93 8.79,12.84 8.79,12.84 C9.15,13.52 10.19,14.09 11.29,14.09 C14.58,14.09 16.96,11.06 16.96,7.3 C16.94,3.7 14,1 10.21,1'%3E%3C/path%3E%3C/svg%3E");
}

.footer__copyright, .footer__menu {
  font-size: 16px;
  letter-spacing: 0;
  margin-top: 0;
}

.footer__copyright a {
  color: #fff;
  text-decoration: underline;
}

.home-page .footer__copyright--inner {
  display: none;
}

.home-page .footer__copyright--home {
  display: block;
}

.footer__copyright--home {
  display: none;
}

.footer__newsletter {
  max-width: 315px;
}

.footer__newsletter-action {
  color: #fff !important;
  max-width: 300px;
  margin-bottom: 15px;
  margin-top: 20px;
}

a.footer__newsletter-action:hover {
  color: #fff;
  text-decoration: none;
}

.footer__notify {
  padding-right: 25px;
}

.footer a.footer__notify, 
.footer__notify {
  color: var(--highlight-color);
}

.footer__notify:hover,
.footer__notify:focus-within {
  color: #fff;
  text-decoration: underline;
}

.footer__notify:after {
  background-image: url("data:image/svg+xml,%3Csvg height='20' viewBox='-21 0 512 512' width='20' fill='%23B77432' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m453.332031 229.332031c-8.832031 0-16-7.167969-16-16 0-61.269531-23.847656-118.847656-67.15625-162.175781-6.25-6.25-6.25-16.382812 0-22.632812s16.382813-6.25 22.636719 0c49.34375 49.363281 76.519531 115.007812 76.519531 184.808593 0 8.832031-7.167969 16-16 16zm0 0'/%3E%3Cpath d='m16 229.332031c-8.832031 0-16-7.167969-16-16 0-69.800781 27.179688-135.445312 76.542969-184.789062 6.25-6.25 16.386719-6.25 22.636719 0s6.25 16.386719 0 22.636719c-43.328126 43.304687-67.179688 100.882812-67.179688 162.152343 0 8.832031-7.167969 16-16 16zm0 0'/%3E%3Cpath d='m234.667969 512c-44.117188 0-80-35.882812-80-80 0-8.832031 7.167969-16 16-16s16 7.167969 16 16c0 26.476562 21.523437 48 48 48 26.472656 0 48-21.523438 48-48 0-8.832031 7.167969-16 16-16s16 7.167969 16 16c0 44.117188-35.882813 80-80 80zm0 0'/%3E%3Cpath d='m410.667969 448h-352c-20.589844 0-37.335938-16.746094-37.335938-37.332031 0-10.925781 4.757813-21.269531 13.058594-28.375 32.445313-27.414063 50.941406-67.261719 50.941406-109.480469v-59.480469c0-82.34375 66.988281-149.332031 149.335938-149.332031 82.34375 0 149.332031 66.988281 149.332031 149.332031v59.480469c0 42.21875 18.496094 82.066406 50.730469 109.332031 8.511719 7.253907 13.269531 17.597657 13.269531 28.523438 0 20.585937-16.746094 37.332031-37.332031 37.332031zm-176-352c-64.707031 0-117.335938 52.628906-117.335938 117.332031v59.480469c0 51.644531-22.632812 100.414062-62.078125 133.757812-.746094.640626-1.921875 1.964844-1.921875 4.097657 0 2.898437 2.433594 5.332031 5.335938 5.332031h352c2.898437 0 5.332031-2.433594 5.332031-5.332031 0-2.132813-1.171875-3.457031-1.878906-4.054688-39.488282-33.386719-62.121094-82.15625-62.121094-133.800781v-59.480469c0-64.703125-52.628906-117.332031-117.332031-117.332031zm0 0'/%3E%3Cpath d='m234.667969 96c-8.832031 0-16-7.167969-16-16v-64c0-8.832031 7.167969-16 16-16s16 7.167969 16 16v64c0 8.832031-7.167969 16-16 16zm0 0'/%3E%3C/svg%3E");
  width: 16px;
  height: 16px;
  margin-left: 7px !important;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 1px;
  content:
    '';
  background-repeat: no-repeat;
}

.footer__col--brand {
  width: calc(100% * 4 / 12);
  width: -webkit-calc(100% * 4 / 12);
}

.footer__col--links {
  width: -webkit-calc(100% * 4.5 / 12);
  width: calc(100% * 4.5 / 12);
}

.footer__col--newsletter {
  width: -webkit-calc(100% * 3.5 / 12);
  width: calc(100% * 3.5 / 12);
}

.footer__copyright {
  /* margin-top: 65px; */
  text-align: right;
  font-family: var(--text-fonts);
}

.footer__social-link > svg {
  height: 19px;
  width: auto;
  fill: currentColor;
}

.footer__social-link > svg path {
  fill: currentColor;
}

.footer__social-link {
  display: inline-flex;
  align-items: center;
}

.footer__menu-item {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-family: var(--text-fonts);
  padding:0 15px;
  text-decoration: underline;
  color: var(--text-color) !important;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.footer__menu-item:hover, .footer__menu-item:focus, .footer__menu-item.navON{
  color: var(--highlight-color) !important;
}

.footer__menu-item:before {
  content: '';
  line-height: 1;
  position: absolute;
  left: -3px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 60%;
  background: var(--text-color);
  opacity: .5;
}

.footer__menu-item + .footer__menu-item {
  /* margin-left: 15px;*/
}

.footer__menu-item:first-child {
  padding-left: 0;
}

.footer__menu-item:first-child:before {
  display: none;
}

.footer__dark {
  margin-top: 60px;
  padding: 35px 0;
  background: #fff;
  color: var(--text-color);
}

/*Mobile Footer Starts*/

.mobile-footer {
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 100;
  box-shadow: 0 -1px 3px #00000029;
  background: var(--primary-color);
  text-align: center;
  display: flex;
  flex-wrap: nowrap;
  height: 44px;
  justify-content: space-between;
  padding-left: 0;
  color: #fff;
  z-index: 999;
  width: 90%;
  margin: 0 auto;
  border-radius: 3px;
}

.mobile-footer__item {
  letter-spacing: .42px;
  color: #fff;
  display: inline-flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 9px 0;
  font-size: 13px;
  line-height: 1.4;
  font-family: var(--text-fonts);
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  min-width: 100px;
}

.mobile-footer__item:hover,
.mobile-footer__item:focus,
.mobile-footer__item:focus-within {
  color: #fff;
  text-decoration:underline;
}

.mobile-footer__item.is-active {
  background: var(--primary-color);
  white-space: nowrap;
  padding: 0;
  color: #fff;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 10%;
}

.mobile-footer__item > svg {
  margin: auto auto 5px;
  display: block;
  height: 18px;
  width: auto;
  fill: #fff;
}

.mobile-footer__item > svg * {
  fill: #fff;
}

.mobile-footer__item.is-active > svg {
  display: none
}

.mobile-footer__item.nav.navON {
  color: #fff;
  text-decoration: underline;
}

.mobile-footer__item.nav.navON>svg,.mobile-footer__item.nav.navON>svg * {
  fill: var(--highlight-color)
}
.home-page .footer__copyright--home span {
  display: block;
}
.footer__copyright.footer__copyright--home a {
  color: var(--primary-color);
  text-decoration: none;
}
.home-page .footer__copyright--home a:hover, .home-page .footer__copyright--home a:focus {
  text-decoration: underline;
}
@media(min-width: 960px) {
  .mobile-footer,.header__phone-text,.header__toggler,.navmenu__list-item--onlymob,.navmenu__more-bookstay,.navmenu__list-link--btn {
    display:none!important
  }
}


@media (max-width:  1400px) {
  .footer__col--brand {
    width: -webkit-calc(100% * 5 / 12);
    width: calc(100% * 5 / 12);
  }
  .footer__col--links {
    width: -webkit-calc(100% * 3 / 12);
    width: calc(100% * 3 / 12);
  }
  .footer__col--newsletter {
    width: -webkit-calc(100% * 4 / 12);
    width: calc(100% * 4 / 12);
  }
}

@media (max-width: 1023.98px) {
  .footer {
    padding: 40px 0 0;
  }
}

@media (max-width: 959.98px) {
  .footer__address {
    margin: 0 auto;
  }
  .footer__grid {
    padding-bottom: 40px;
    justify-content: center;
  }
  .footer {
    text-align: center;
  }

  .footer__col--brand,
  .footer__col--links,
  .footer__col--newsletter {
    width: 100%;
  }

  .footer__newsletter {
    margin: 0 auto;
  }

  .footer__title {
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    min-height: unset;
  }

  .footer__social {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    justify-content: center;
  }

  .footer__col--links,
  .footer__col--newsletter {
    margin-top: 45px;
  }

  .footer__copyright {
    margin-top: 15px;
    text-align: center;
  }
  .footer__col--links {
    order: 2;
  }

  .footer__col--newsletter {
    order: 3;
  }

  .footer__dark {
    padding-top: 30px;
    background: #fff;
    margin-top: 0;
    padding-bottom: 90px;
    color: var(--text-color);
  }
  .footer__menu-item, 
  .footer__copyright a {
    color: var(--secondary-color) !important;
  }
  .footer__menu a {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0;
  }
  .footer__menu-item:before {
    background: var(--secondary-color);
  }
}

@media (max-width:  959.98px) {
  .footer {
    padding: 40px 0 0;
  }
  .footer__title {
    font-size: 18px;
  }
  .footer__col--links, .footer__col--newsletter {
    margin-top: 35px;
  }
  .footer__social {
    margin-top: 30px;
    margin-bottom: 30px !important;
  }
  .footer__address{
    line-height: 24px;
    font-size: 15px;
  }
  .quick-links {
    position: relative;
    display: inline-block;
    padding: 0 13px;
  }
  .quick-links ul {
    padding: 0 13px;
  }
  .quick-links a{
    font-size: 15px;
    letter-spacing: 0;
    line-height: 24px;
  }
  .footer__copyright {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
  }
}

@media (max-width: 575px) {
  .footer__menu-item {
    margin-bottom: 10px;
  }
  .footer__menu-item:before {
    height: 15px;
  }
  .quick-links:nth-of-type(1):after,
  .quick-links:nth-of-type(3):after,
  .quick-links:nth-of-type(4):after {
    content: "";
    width: 1px;
    height: 13px;
    display: block;
    position: absolute;
    background: #fff;
    top: 5px;
    right: -1px;
  }
}

@media (max-width: 420px) {
  .mobile-footer {
    padding-left: 0;
  }
  .mobile-footer__item {
    min-width: 100%;
  }
}

@media (max-width: 960px) and (min-width: 600px) {
  .quick-links:after {
    content: "";
    width: 1px;
    height: 13px;
    display: block;
    position: absolute;
    background: #fff;
    top: 5px;
    right: -1px;
  }
}
#thingstodomap_onpage {
  margin-bottom: 60px;
}
@media (max-width: 960px) and (min-width: 768px) {
  .footer__col.quick-link-wrap {
    margin: 0 auto;
    padding-left: 0;
  }
}
span.footer-rooms-icon {
  background-image: url(https://www.montereygetaway.com/images_noindex/rooms-icon.png);
  background-size: contain;
  width: 23px;
  height: 18px;
  background-repeat: no-repeat;
  text-align: center;
  background-position: center;
}
span.footer-rooms-icon {
  background-image: url(https://www.montereygetaway.com/images_noindex/rooms-icon.png);
  background-size: contain;
  width: 23px;
  height: 100%;
  background-repeat: no-repeat;
  text-align: center;
  background-position: center;
}
span.footer-offer-icon {
  background-image: url(https://www.montereygetaway.com/images_noindex/gallery-icon.png);
  background-size: contain;
  width: 21px;
  height: 100%;
  background-repeat: no-repeat;
  text-align: center;
  background-position: center;
}
span.footer-gallery-icon {
  background-image: url(https://www.montereygetaway.com/images_noindex/offers-icon.png);
  background-size: contain;
  width: 18px;
  height: 100%;
  background-repeat: no-repeat;
  text-align: center;
  background-position: center;
}
/* Footer Ends  */
.hero-sec {
    height: 600px;
    overflow: hidden;
    position: relative;
}

.hero-sec > * {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 767.98px) {
    .hero-sec {
        height: 250px;
    }

}
/* H1 Headline Starts  */
.h1-headline {
  max-width: 860px;
  text-align: center;
  margin: 0 auto;
  padding: 50px 20px;
}

.page-headline--faq .h1-headline {
  padding: 0 0;
}

.h1-headline__tagline {
  margin-bottom: 15px;
}

.h1-headline__title {
  letter-spacing: 4px;
  margin-bottom: 20px;
  margin-top: 0;
  text-transform: uppercase;
}

.h1-headline__action {
  margin-top: 20px;
}

@media (max-width: 1023.98px) {
  .h1-headline {
    padding: 40px 20px;
  }
}

@media (max-width: 767.98px) {
  .h1-headline__title {
    margin-bottom: 20px;
  }

  .h1-headline__action {
    margin-top: 10px;
  }
}
/* H1 Headline Ends  */
/* Hero Booking Form */
.hero-slideshow__form {
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding: 20px 0;
  background: var(--primary-color);
  color: var(--inverse-font-color);
}
.milestone .hero-slideshow__form {
  position: absolute;
}
.hero-slideshow__form .uk-grid {
  align-items: flex-end;
}

.hero-slideshow__form-group {
  position: relative;
  padding-left: 30px;
  padding-right: 20px;
  width: 120px;
}

.hero-slideshow__form-control {
  background-color: transparent !important;
  color: #fff !important;
  border: 0;
  border-bottom: 1px solid #fff !important;
  border-radius: 0;
  padding: 0;
  height: 40px;
  letter-spacing: .8px;
  font-size: 20px;
  font-family: var(--text-fonts);
  cursor: pointer;
}

.hero-slideshow__form-control:focus {
  outline: 1px solid #fff;
  box-shadow: 0 0 2px #fff inset;
}

.hero-slideshow__form-control::placeholder {
  color: #fff;
}

.hero-slideshow__form-text {
  display: block;
  margin-top: 5px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.56px;
  font-size: 14px;
  font-weight: normal;
}

.hero-slideshow__form-text:focus-within {
  outline: 1px solid #fff;
  box-shadow: 0 0 2px #fff inset;
}

/* Date Display */
span#display-checkindate--white,
#display-checkoutdate--white {
  position: absolute;
  width: 80%;
  max-width: 80%;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  background-color: transparent !important;
  color: #fff !important;
  border: 0;
  border-bottom: 1px solid #fff !important;
  padding: 0;
  letter-spacing: .8px;
  font-size: 20px;
  font-family: var(--text-fonts);
  transition: .2s ease-in-out;
  transition-property: color, background-color, border;
}

span#display-checkindate--white:focus-within,
#display-checkoutdate--white:focus-within {
  border: 1px solid #fff;
}

/* Select Arrow */
select.hero-slideshow__form-control {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='5 7 15 7 10 12' fill='%23fff'%3E%3C/polygon%3E%3C/svg%3E") !important;
}

/* Form Actions */
.hero-slideshow__form-actions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 40px;
}

.hero-slideshow__form-actions-main {
  min-width: 216px;
  padding: 0;
}

.hero-slideshow__form-actions button {
  background-color: #fff;
  color: var(--secondary-color);
  font-family: var(--text-font);
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.8px;
}

/* Large Desktop */
@media (min-width: 1300px) {
  .hero-slideshow__form-control {
    min-width: 55px;
  }
}

/* Laptop */
@media (max-width: 1299.98px) {
  .hero-slideshow__form-group {
    width: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-slideshow__form-actions-main {
    min-width: 190px;
  }

  .hero-slideshow__form-control,
  span#display-checkindate--white,
  #display-checkoutdate--white {
    font-size: 15px;
    line-height: 2;
  }

  .hero-slideshow__form-text {
    font-size: 12px;
  }
}

/* Tablet */
@media (max-width: 1023.98px) {
  .hero-slideshow__form {
    display: none;
  }
}