
:root {
  --header-height: 110px;
  --header-height-mobile: 69px;
}

.header {
  position: fixed;
  width: 100%;
  display: block;
  background: transparent;
  padding: 15px 0;
  top: 0;
  left: 0;
  z-index: 999;
}
.header nav.uk-navbar {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}
.header nav.uk-navbar .uk-navbar-left, .header nav.uk-navbar .uk-navbar-right {
  position: relative;
  width: auto;
  display: flex;
  align-items: center;
}
.header a.uk-logo {
  position: relative;
  width: auto;
  display: flex;
  align-items: center;
}
.header a.uk-logo img.header__logo__img {
  width: var(--logo-width);
  height: var(--logo-height);
}
.parent-link {
  flex: 1;
}
.mobile-phone {
    position: relative;
    width: auto;
}
.mobile-phone a {
    color: var(--inverse-color);
}
.mobile-phone a .phone-text { display: none; }

.mobile-phone a span.template-icon {
    font-size: 20px;
}
.header a.uk-logo:focus, .header a.uk-logo:focus-visible {
    outline: 1px solid var(--inverse-color); outline-color: var(--inverse-color) !important;
}
.header ul.uk-navbar-nav li.has-submenu .submenu-toggle {
  color: var(--white-color);
  display: flex;
}
.header ul.uk-navbar-nav li .submenu-toggle {
  color: var(--white-color);
  background: none;
  border: none;
  font-size: inherit;
  cursor: pointer;
  display: none;
}
.header ul.uk-navbar-nav, .header ul.uk-navbar-nav li {
  position: relative;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header ul.uk-navbar-nav li > a {
  min-height: auto;
  color: var(--white-color);
  font: var(--header-text-font);
  text-transform: var(--text-transform-uppercase);
  letter-spacing: var(--text-letter-spacing-10);
  padding: 5px 0;
  filter: opacity(1);
}
.header ul.uk-navbar-nav li > a span.template-icon {
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}
.header ul.uk-navbar-nav li.active_menu > a span.template-icon {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}
.header ul.uk-navbar-nav li > a:after {
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    background: var(--white-color);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}
.header ul.uk-navbar-nav li > a:hover:after, .header ul.uk-navbar-nav li > a.navON:after, .header ul.uk-navbar-nav li.active_menu > a:after, .header ul.uk-navbar-nav li > a:focus-visible:after {
    transform: scaleX(1);
    transform-origin: left;
}
.header .uk-navbar-dropdown {
    display: none;
    width: 100%;
    min-width: 280px;
    background: var(--white-color);
    border-radius: 3px;
    padding: 10px 15px;
    left: 0 !important;
}
.header .uk-navbar-dropdown.uk-open, .header .uk-navbar-dropdown:focus-within {
    display: block;
}
.header ul.uk-navbar-nav li > .uk-navbar-dropdown ul li a {
    color: var(--blue-color);
}
.header ul.uk-navbar-nav li > .uk-navbar-dropdown ul li a:after {
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    background: var(--blue-color);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}
.header ul.uk-navbar-nav li > .uk-navbar-dropdown ul li a.navON:after, .header ul.uk-navbar-nav li > .uk-navbar-dropdown ul li a:hover:after, .header ul.uk-navbar-nav li > .uk-navbar-dropdown ul li a:focus-visible:after {
    transform: scaleX(1);
    transform-origin: left;
}
.header .uk-navbar-dropdown ul.uk-nav {
  color: var(--white-color);
  font: var(--header-text-font);
  text-transform: var(--text-transform-uppercase);
  letter-spacing: var(--text-letter-spacing-10);
  padding: 0;
}
.header a.book-button {
  position: relative;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  font: var(--header-call-to-action-font);
  text-transform: var(--text-transform-uppercase);
  letter-spacing: var(--text-letter-spacing-5);
  background: transparent;
  border: 1px solid var(--white-color);
  border-radius: 100px;
  padding: 15px 25px;
  gap: 5px;
  filter: opacity(1);
}
.header a.book-button span.template-icon {
  font-size: 20px;
}
.header a.book-button:hover, .header a.book-button:focus, .header a.book-button:focus-visible {
  color: var(--gold-color);
  background: var(--white-color);
  border-color: var(--white-color);
}
.header a.mobile-phone {
    position: relative;
    width: auto;
    display: inline-block;
    color: var(--white-color);
    font-size: 24px;
}
.header a.uk-navbar-toggle {
    width: auto;
    min-height: auto;
    color: var(--white-color);
    font-size: 22px;
    line-height: normal;
}
.header a.uk-navbar-toggle svg {
  	width: 24px;
}
.uk-offcanvas-overlay:before {
  	display: none;
}
#mobile-offcanvas .uk-offcanvas-bar {
    width: 100%;
    color: var(--white-color);
    background: var(--blue-color) url(https://assets.milestoneinternet.com/twenty-four-seven-hotels/cambria-hotel-burbank-airport-392357/website-assets/bg-images/film-roll-blue-background.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: -50px 130%;
}
.uk-offcanvas {
  	transition: transform 0.4s ease-in-out;
}
#mobile-offcanvas .uk-offcanvas-bar button.uk-close {
    color: var(--white-color);
    font-size: 22px;
    top: 40px;
    left: 50%;
    right: auto;
    transform: translateY(-50%);
    padding: 5px;
}
#mobile-offcanvas .uk-offcanvas-bar button.uk-close svg {
 	width: 18px;
}
#mobile-offcanvas .uk-offcanvas-bar ul.uk-nav {
  	padding-top: 60px;
}
#mobile-offcanvas .uk-offcanvas-bar ul.uk-nav > li {
  	margin-bottom: 15px;
}
#mobile-offcanvas .uk-offcanvas-bar ul.uk-nav li a {
  	position: relative;
    color: var(--white-color);
    font: var(--header-text-font);
    text-transform: var(--text-transform-uppercase);
    letter-spacing: 1.6px;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#mobile-offcanvas .uk-offcanvas-bar ul.uk-nav li a.navON {
    text-decoration: underline;
}
#mobile-offcanvas .uk-offcanvas-bar ul.uk-nav li a span.template-icon {
  	transform: rotate(0deg);
  	transition: transform 0.4s ease-in-out; position: absolute;
    top: 10px;
    right: 0;
}
#mobile-offcanvas .uk-offcanvas-bar ul.uk-nav li.uk-open a span.template-icon {
  transform: rotate(180deg);
}
#mobile-offcanvas ul.uk-nav > li ul.uk-nav-sub {
    display: none;
}
#mobile-offcanvas ul.uk-nav > li.uk-open ul.uk-nav-sub {
	display: block;
}
#mobile-offcanvas .uk-offcanvas-bar ul.uk-nav > li ul.uk-nav-sub {
    padding: 0 0 0 10px;
    font-size: inherit;
    line-height: normal;
}
#mobile-offcanvas .uk-offcanvas-bar ul.uk-nav li ul li a {
    font-size: 16px;
    padding: 5px 0; display: inline-block;
}
#mobile-offcanvas .uk-offcanvas-bar .footer__widget {
    margin-top: 30px;
    justify-content: flex-start;
}
#mobile-offcanvas .uk-offcanvas-bar ul.uk-nav li.uk-open a span.template-icon {
  transform: rotate(180deg);
}
.header.is-fixed {
  background: var(--blue-color);
}
.book-button-area {
	display: none;
  	width: 100%;
    background: var(--blue-color);
    text-align: center;
    padding: 10px;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9;
}
.book-button-area a.book-button {
  position: relative;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  font: var(--header-call-to-action-font);
  text-transform: var(--text-transform-uppercase);
  letter-spacing: var(--text-letter-spacing-5);
  background: transparent;
  border: 1px solid var(--white-color);
  border-radius: 100px;
  padding: 15px 25px;
  gap: 5px;
  filter: opacity(1);
}
.book-button-area a.book-button span.template-icon {
  font-size: 20px;
}
.book-button-area a.book-button:hover {
  color: var(--gold-color);
  background: var(--white-color);
  border-color: var(--white-color);
}
@media (min-width: 1025px) {
  .header ul.uk-navbar-nav li.has-submenu:hover > a span.template-icon {
    transform: rotate(180deg);
  }
  .header ul.uk-navbar-nav li.has-submenu:hover {
    cursor: pointer;
  }
}
@media (min-width: 1200px) and (max-width: 1366px)  {
	.header ul.uk-navbar-nav {
		gap: 15px;
	}
	.header ul.uk-navbar-nav li a {
		font-size: 13px;
	}
	.header a.book-button {
		font-size: 13px;
	}
}
@media (min-width: 1025px) and (max-width: 1199.98px) {
	.header ul.uk-navbar-nav {
		gap: 10px;
	}
	.header ul.uk-navbar-nav li a {
		font-size: 11px;
	}
  	.header nav.uk-navbar .uk-navbar-right {
    	gap: 10px;
	}
	.header a.book-button {
		font-size: 11px; padding: 12px 20px;
	}
}
@media (max-width: 1024px) {
  	header .uk-visible\@m {
        display: none !important;
    }
	header .uk-hidden\@m {
        display: flex !important;
    }
    .header nav.uk-navbar .uk-navbar-left {
      	width: calc(100% - 30px);
      	gap: 10px;
    }
    .header a.uk-logo {
      	min-height: auto; margin: 0 auto;
    }
    .header a.uk-logo img.header__logo__img {
      	width: var(--mobile-logo-width);
      	height: var(--mobile-logo-height);
    }
  	.book-button-area {
      	display: flex;
    	align-items: center;
    	justify-content: center;
 	}
}

.without-banner .header {
  background: var(--blue-color);
}
.ng-star-inserted #header, .ng-star-inserted #header:not(.is-fixed) {
    background: var(--blue-color);
    position: relative !important;
    left: auto;
    right: auto;
    margin: 0 auto !important;
    padding: 15px 0;
    height: auto;
}

/*Desktop Mobile number changes -Header UI update style start*/
@media (min-width: 1367px) {
.header nav.uk-navbar .uk-navbar-left, .header nav.uk-navbar .uk-navbar-right, .header ul.uk-navbar-nav, .header .uk-navbar-right .uk-navbar-last {
    gap: 20px;
}
}
@media (min-width: 1025px) {
.header .uk-navbar-right .uk-navbar-last {
    display: inline-flex;
    align-items: center;
}
.header .uk-navbar-right .uk-navbar-last a.book-button{
padding: 15px 8px 15px 15px;
}
.header .uk-navbar-right .uk-navbar-last .mobile-phone a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
  filter: opacity(1);
}
.header .uk-navbar-right .uk-navbar-last .mobile-phone a .phone-text {
    display: block;
}
}
@media (min-width: 1200px) and (max-width: 1366px) {
.header nav.uk-navbar .uk-navbar-left, .header nav.uk-navbar .uk-navbar-right, .header ul.uk-navbar-nav, .header .uk-navbar-right .uk-navbar-last {
    gap: 12px;
}
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .header nav.uk-navbar .uk-navbar-left, .header nav.uk-navbar .uk-navbar-right, .header ul.uk-navbar-nav, .header .uk-navbar-right .uk-navbar-last {
    gap: 10px;
  }
  .header nav.uk-navbar .uk-navbar-left .uk-logo img {
    width: 120px;
    height: 60px;
  }
  .header .uk-navbar-right .uk-navbar-last a.book-button {
    padding: 12px 4px 12px 10px;
  }
  .header .uk-navbar-right .uk-navbar-last .mobile-phone a {
    gap: 4px;
  }
  .header .uk-navbar-right .uk-navbar-last .mobile-phone a span.template-icon {
    font-size: 16px;
  }
  .header .uk-navbar-right .uk-navbar-last .mobile-phone a .phone-text {
    display: block;
    font-size: 14px;
  }
}
/*Desktop Mobile number changes -Header UI update style end*/
.footer {
  position: relative;
  width: 100%;
  display: block;
  background: var(--gray-color);
  padding: 30px 0;
}
.footer a, .footer a:hover {
  color: var(--white-color);
}
.footer-social a:focus, .footer-social a:focus-visible {
  outline: 1px solid var(--white-color);
}
.footer img:focus-visible, .footer__copy:focus-visible {
  outline: 1px solid var(--white-color);
}
.footer p {
  position: relative;
  width: auto;
  display: inline-block;
  margin: 0;
}
.footer__info__text span.template-icon {
  line-height: normal;
}
.footer__logo img.footer__logo__img {
  width: var(--logo-width);
  height: var(--logo-height);
}
.footer__content {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}
.footer__widget {
  position: relative;
  width: calc(25% - 40px);
  display: flex;
}
.footer__info {
  flex-direction: column;
}
.footer__info__text {
    position: relative;
    width: 100%;
    color: var(--white-color);
    font: 300 15px / 170% 'Inter', sans-serif;
    letter-spacing: 1.6px;
    display: flex;
    align-items: baseline;
    gap: 10px;
}
.footer__info__text a {
  position: relative;
  width: auto;
  display: inline-block;
}
.footer__info__text a:hover, .footer__info__text a:focus-visible {
  text-decoration: underline;
}
.footer-social {
  justify-content: end;
  gap: 15px;
}
.footer-social a {
  font-size: 18px;
  transform: scale(1);
}
.footer-social a:hover {
  transform: scale(1.5);
}
.footer__menu {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.20);
  border-bottom: 1px solid rgba(255, 255, 255, 0.20);
  padding: 35px 0;
  margin: 50px 0;
}
.footer__menu a {
    position: relative;
    width: auto;
    display: inline-block;
    color: var(--white-color);
    font: 400 15px / 170% 'Inter', sans-serif;
    text-transform: var(--text-transform-uppercase);
    letter-spacing: 1.6px;
}
.footer__menu a:hover, .footer__menu a.navON, .footer__menu a:focus-visible {
  text-decoration: underline;
}
.footer__copy__brands {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.footer__copy {
    position: relative;
    width: auto;
    display: block;
    color: var(--white-color);
    font: 300 12px / 100% 'Inter', sans-serif;
    letter-spacing: 1.6px;
}
.footer__brands {
  display: flex;
}
.footer__brands img.brands__logo {
  max-width: 130px;
}
@media (min-width: 960px) {
  .footer {
    padding: 50px 0;
  }
  .footer__logo img.footer__logo__img {
    width: var(--mobile-logo-width);
    height: var(--mobile-logo-height);
  }
  .footer__content {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
  }
  .footer__menu {
    flex-direction: row;
    justify-content: center;
    gap: 40px;
    text-align: left;
  }
  .footer__copy__brands {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }
  .footer__brands {
    gap: 40px;
  }
}
@media (max-width: 1024px) {
  .footer {
    padding: 70px 0 110px;
  }
}
@media (max-width: 959.98px) {
  	.footer__content, .footer__copy__brands {
    	gap: 40px;
	}
  .footer__menu {
    padding: 30px 0;
    margin: 30px 0;
  }
  .footer__widget {
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .footer__info__text, .footer__info__text a {
    justify-content: center;
  }
  .footer__copy {
    text-align: center;
  }
  .footer__brands {
    /* flex-direction: column; */
    align-items: center;
    gap: 40px;
    justify-content: center;
  }
  .footer__brands img.brands__logo {
    max-width: 110px;
  }
}
@media (max-width: 639.98px) {
  .footer__info__text, .footer__info__text a {
    justify-content: flex-start;
  }
}
.footer__copy span {
    display: none;
}
.milestone .footer__copy span {
    display: inline-block;
}
.fullscreenimage {
	position: relative;
	width: 100%;
  	display: block;
}
.fullscreenimage:before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 96.31%), linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 1;
}
.fullscreenimage img {
	width: 100%;
	height: 100%;
	display: block;
	min-height: 250px;
	object-fit: cover;
}
section.introduction__section {
    position: relative;
    width: 100%;
    display: block;
    background: var(--light-white-color);
    z-index: 0;
}
section.introduction__section:before {
    content: "";
    width: 400px;
    height: 350px;
    display: block;
    background: url(https://assets.milestoneinternet.com/twenty-four-seven-hotels/cambria-hotel-burbank-airport-392357/website-assets/bg-images/film-roll-gray-background.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.introduction__text {
    position: relative;
    width: 100%;
    display: block;
    z-index: 2;
}
section.zigzag__snippet__outer {
  position: relative;
  width: 100%;
  display: block;
}
.zigzag__snippet__list {
  position: relative;
  width: 100%;
  display: block;
}
.zigzag__snippet__item {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 60px;
}
.zigzag__snippet__image {
  position: relative;
  width: 60%;
  display: flex;
}
.zigzag__snippet__content {
  position: relative;
  width: 40%;
}
.zigzag-accoradian{
  margin: 20px 0;
}
.zigzag__snippet__item + .zigzag__snippet__item {
  margin-top: 70px;
}
.zigzag__snippet__list .zigzag__snippet__item:nth-child(odd) {
  flex-direction: row;
}
.zigzag__snippet__list .zigzag__snippet__item:nth-child(even) {
  flex-direction: row-reverse;
}
.zigzag-reverse-column .zigzag__snippet__item:nth-child(odd) {
  flex-direction: row-reverse;
}
.zigzag-reverse-column .zigzag__snippet__item:nth-child(even) {
  flex-direction: row;
}
@media (max-width: 959.98px) {
	.zigzag__snippet__list .zigzag__snippet__item:nth-child(odd), .zigzag__snippet__list .zigzag__snippet__item:nth-child(even), .zigzag-reverse-column .zigzag__snippet__item:nth-child(odd), .zigzag-reverse-column .zigzag__snippet__item:nth-child(even) {
		flex-direction: column;
	}
	.zigzag__snippet__item {
		gap: 20px;
	}
	.zigzag__snippet__image, .zigzag__snippet__content {
		width: 100%;
	}
	.zigzag__snippet__item + .zigzag__snippet__item {
		margin-top: 40px;
	}
}
#booking-widget-modal{opacity:0;pointer-events:none}#booking-widget-modal.uk-open{opacity:1;pointer-events:auto;background:none}.bookstay{background:none}.bookstay__box{width:965px;max-width:100%;height:100vh;color:var(--inverse-color);background:var(--secondary-color);margin-right:0;margin-left:auto;display:flex;flex-direction:row;align-items:center}.bookstay__media,#booking-widget{position:relative;width:50%;height:100vh;display:flex;flex-direction:column;justify-content:center}#booking-widget{padding:50px 0 30px}.bookstay__media img{width:100%;height:100%;object-fit:cover}body.is-bookstay-active .bookstay{top:0;display:flex!important}.bookstay .uk-modal-dialog{width:100%;height:100vh;background:none;padding:0;z-index:2}.bookstay .uk-modal-dialog:after{position:fixed;content:'';top:0;left:0;width:100%;height:100vh;background:var(--black-color);z-index:-1;opacity:.6}.bookstay__close{min-height:unset;color:var(--inverse-color);background:none;border:0;padding:5px;position:absolute;top:10px;right:15px;cursor:pointer;z-index:9}.bookstay__close>.template-icon{font-size:25px}.bookstay__close:hover,.bookstay__close:focus,.bookstay__close:focus-visible{color:var(--inverse-color)}.bookstay-form__box+.bookstay-form__box{border-top:0}.bookstay-form__actions{position:relative;width:100%;display:flex;align-items:center;justify-content:center;margin:25px 0 30px}.bookstay-form__submit{position:relative;width:auto;display:flex;align-items:center;justify-content:center;color:var(--white-color);font:var(--header-call-to-action-font);text-transform:var(--text-transform-uppercase);letter-spacing:var(--text-letter-spacing-5);background:transparent;border:1px solid var(--white-color);border-radius:100px;padding:12px 35px;gap:5px}.bookstay-form__submit:hover,.bookstay-form__submit:focus,.bookstay-form__submit:focus-visible{color:var(--gold-color);background:var(--white-color);border-color:var(--white-color)}.bookstay-form__group--inline{display:flex;align-items:center;gap:50px}.bookstay__toggle-btn{position:relative;width:100%;display:flex;align-items:center;justify-content:center;margin-top:20px}.bookstay__toggle-btn .button-link{position:relative;min-width:max-content;width:auto;display:flex;align-items:center;color:var(--inverse-color);font:var(--header-call-to-action-font);text-transform:var(--text-transform-uppercase);letter-spacing:var(--text-letter-spacing-5);font-weight:500;padding:0 0 10px;gap:5px}.bookstay__toggle-btn .button-link span.template-icon{line-height:normal}.bookstay__toggle-btn .button-link:before{content:'';width:100%;height:1px;display:block;background:var(--inverse-color);position:absolute;left:0;bottom:0;z-index:1;transform:scaleX(1);transform-origin:left;transition:transform .3s ease}.bookstay__toggle-btn .button-link:hover:before{transform:scaleX(0);transform-origin:right}.bookstay__toggle-btn .button-link:after{display:none}.bookstay-booking form,.bookstay-reminder form{position:relative;width:100%;display:block}.bookstay-booking,.bookstay-reminder{position:relative;width:100%;display:block;text-align:center;padding:0 20px}.bookstay__box .title{position:relative;width:100%;display:block;color:var(--inverse-color);font:300 35px/120% 'Inter',sans-serif;text-transform:var(--text-transform-uppercase);letter-spacing:2px;margin-bottom:30px}.bookstay-booking form,.bookstay-reminder form{position:relative;width:100%;display:block}.bookstay-form__box{position:relative;width:100%;display:block;text-align:left}.bookstay-form__grid{position:relative;width:100%;display:block}.bookstay-form__grid>*{position:relative;width:100%;display:block;margin-bottom:20px}.bookstay-form__group{position:relative;width:100%;display:block}.bookstay-form__label{position:relative;width:100%;display:block;color:var(--inverse-color);font:500 15px/100% 'Inter',sans-serif;text-transform:var(--text-transform-uppercase);letter-spacing:1.6px;margin-bottom:12px}#booking-widget .bookstay-form__control{position:relative;width:100%;height:42px;display:block;color:var(--inverse-color);font:var(--small-text-font);text-transform:var(--text-transform-none);letter-spacing:var(--text-letter-spacing);background:transparent!important;border:1px solid var(--inverse-color);padding:8px 10px;-webkit-appearance:auto;-moz-appearance:auto}#booking-widget .bookstay-form__control::-webkit-input-placeholder{color:var(--inverse-color)}#booking-widget .bookstay-form__control::-moz-placeholder{color:var(--inverse-color)}#booking-widget .bookstay-form__control:-ms-input-placeholder{color:var(--inverse-color)}#booking-widget .bookstay-form__control:-moz-placeholder{color:var(--inverse-color)}.bookstay-reminder{display:none}.open-remind-later .bookstay-booking{display:none}.open-remind-later .bookstay-reminder{display:block}.ui-datepicker-trigger:focus,.ui-datepicker-trigger:focus-visible,.bookstay__close:focus,.bookstay__close:focus-visible,.bookstay__box .title:focus,.bookstay__box .title:focus-visible,.bookstay-form__label:focus,.bookstay-form__label:focus-visible{outline:1px solid var(--inverse-color)}#booking-widget-modal .ui-datepicker-trigger{top:11px}@media(min-width:768px){}@media(max-width:1399.98px){}@media(max-width:1199.98px){}@media(max-width:1023.98px){}@media(max-width:959.98px){}@media(max-width:767.98px){.bookstay__box{width:100%;padding:10px;flex-direction:column}.bookstay__media{display:none}#booking-widget{width:100%;justify-content:flex-start;padding:100px 0 30px}.bookstay__close{font-size:24px;top:50px;left:50%;transform:translateX(-50%)}.bookstay__box .title{font-size:30px;margin-bottom:20px}.bookstay__media{text-align:center}.bookstay-form__title{font:var(--mob-h2-title-fonts)}.bookstay-form__grid>*{width:100%;padding:0}.bookstay-form__grid{margin:0}.bookstay-form__box{padding:0;border-top:0;padding-bottom:1px}.bookstay-form__actions{margin:15px 0 30px}.bookstay-form__grid>.uk-grid-margin::before{left:0!important;border-color:var(--border-color)!important;top:0!important}.bookstay-form__grid>.uk-grid-margin{margin-top:5px!important;padding-top:25px}.bookstay-form__group{padding:0}.bookstay-form__title{margin-bottom:20px}.bookstay-form__box+.bookstay-form__box{margin-top:15px}.bookstay-form__control{font:var(--mob-h6-title-fonts);height:30px}.bookstay-form__group--inline{justify-content:space-between}.bookstay-form__group--inline .bookstay-form__control{text-align:left;padding-right:20px!important}.bookstay-form__group--dropdown:after{font-size:8px;bottom:3px}.bookstay__close-text{display:none}#booking-widget-modal.uk-open{background-color:var(--secondary-color)}}@media(max-width:639.98px){}@media(max-width:575px){}.bookstay .edit-overlay{float:left}@media(min-width:767.98px)and (orientation:landscape){.bookstay__media,#booking-widget{height:100%}.bookstay .uk-modal-dialog,.bookstay__box{height:auto}}