
.homepagenew .oldfooter{display:none;}
.homepagenew .footer-brand_links ul {
  display: flex;
  column-gap: 50px;
}
/* Footer Starts*/
footer{
  background:var(--bg-footer);
  padding: 100px 0 0px;
}
.footer-blocks{
  align-items: start;
}

.footer-links ul, .footer-address ul, .footer-sociallinks ul {
  list-style: none;
  padding: 0;
}
.footer-address.footer-Property_address {
  width: 260px;
}
.footer-address ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-address ul li {
  color: var(--secondary-color);
  font: var(--footer-fonts);
  display: flex;
  align-items: start;
  gap: 15px;
}
.footer-links ul li {
  color: var(--secondary-color);
  margin-bottom: 10px;
}
.footer-links ul li a, .footer-address ul li a, .footer-sociallinks ul li a {
  color: var(--footer-color);
  font: var(--footer-fonts);
  border-bottom: solid 1px transparent;
  text-transform: uppercase;
}
.footer-links ul li a:hover, .footer-links ul li a:focus, .footer-address ul li a:hover, .footer-address ul li a:focus, .footer-sociallinks ul li a:hover, .footer-sociallinks ul li a:focus {
  color: var(--highlight-color);
}
.footer-sociallinks ul li a{    display: inline-block;}
.footer-links ul li a.navON {
  border-bottom: solid 1px var(--inverse-font-color);
}
.footer-links ul li a:hover.navON, .footer-links ul li a:focus.navON {
  border-color: var(--highlight-color);
}
/*.footer-property_links ul { display: flex; flex-direction: column; gap: 10px; }*/
.footer-property_links ul{
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
.footer-address span.icon,
.footer-sociallinks span.icon {
  font-size: 20px;
  line-height: 20px;
}
.footer-address span.icon.icon-Pin {
  font-size: 21px;
  width: 20px;
  text-align: center;
  color:#fff;
  margin: 7px 0 0 0;
}
.footer-address span.icon.icon-phone {
  font-size: 19px;
  width: 20px;
  text-align: center;
}
.footer-address span.icon.icon-mail {
  font-size: 13px;
  width: 20px;
  text-align: center;
  color: #fff;
  margin: 3px 0 0 2px;
}
.footer-sociallinks ul{
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.footer-sociallinks ul li{
  padding-left: 15px;
}
.footer-brand_links ul{
  display: flex;
}
.footer-brand_links ul {
  display: block;
  column-count: 2;
  column-gap: 10px;
}
.footer-part-section {
  padding: 44px 0;
}
.part-of {
  background: rgb(255 255 255 / 50%);
  height: 1px;
  position: relative;
}
.footer-blocks-brand {
  max-width: 520px;
  margin: 40px auto 0;
  align-items: center;
}
.footer-blocks-brand .brand-title {
  color: var(--secondary-color);
  font: var(--mob-h4-title-fonts);
  margin: 0;
  font-weight:400;
}
.part-of span {
  transform: translate(-50%, -50%);
  left: 12%;
  top: 50%;
  background: var(--bg-footer);
  padding: 0px 10px;
  position: absolute;
  color: var(--secondary-color);
  font: var(--body-text-fonts);
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.footer-copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 0 25px 0;
  margin: 0px 0 0 0;
  border-top: 2px solid rgb(241 240 233 / 10%);
}

.footer-copyright_text a {
  border-bottom: solid 1px #fff;
  color:#fff;
}
.footer-copyright_text a:hover, .footer-copyright_text a:focus {
  border-bottom: solid 1px transparent;    color: var(--footer-color);
}
.footer-copyright_text span.copy-right{padding: 0 35px;
  display: inline-block;
  line-height: 24px;}

.footer-bottom_menu ul {
  list-style: none;
  padding: 0;
  display: flex;
  column-gap: 20px;
}
.footer-bottom_menu ul > li:not(:last-child){
  position: relative;
  padding-right: 24px;
}
.footer-copyright_text{
  font-size: var(--mob-small-text-fonts);
  color: rgb(255 255 255 / 50%);
  text-transform: uppercase;
}
.footer-bottom_menu ul li a {
  color: var(--footer-color);
  font-size: 12px;
  line-height: 24px;
  font-weight: normal;
  border-bottom: solid 1px transparent;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  /*  opacity: .4;*/
  filter: opacity(1);
}
.footer-bottom_menu ul li:before{
  position: absolute;
  content: "";
  height: 14px;
  width: 2px;
  background: #F1F0E9;
  right: 0px;
  top: 56%;
  transform: translateY(-50%);
  opacity: 0.5;
}
.footer-bottom_menu ul li a.navON
{
  border-bottom: solid 1px var(--inverse-font-color);
}

.footer-bottom_menu ul li a:hover {
  color: var(--footer-color);
  border-bottom-color: var(--footer-color);
}

.footer-bottom_menu ul li a.navON:hover{
  border-bottom: solid 1px transparent;
}
.footer-prop-menu-items {
  display: flex;
  column-gap: 80px;
  align-items: center;
}

.footer-links.footer-brand_links {
  margin-left: -125px;
}

.footer-logo svg path {
  fill: #fff;
}
.footer-sociallinks ul li .edit-overlay {
  margin: 0 10px !important;
}
.prop-email a {
  font: 400 16px / 25.2px 'Simplo-Regular', sans-serif;
}

.footer-logo img, .footer-logo svg{width: 210px;}
.whatsapp-script .icon-whatsapp-dark {
  font-size: 18px;
}
.whatsapp-script {
  align-items: center !important;
}

.footer-property{padding: 0 80px 80px;}
.footer-logo.footer-property_logo{max-width: 250px;text-align: center;}
.footer-logo.footer-property_logo > a{color:var(--highlight-color)}
.vertical-logo-item{width: 100px;margin: 0 auto 25px;}
.footer-vertical-logo{text-align: center;}
.footer-vertical-logo .small-text{
  margin-bottom: 30px;
  color: var(--highlight-color);
  font-weight: bold;
}

[data-hotel-name="Anna & Bel"] .hide-manage-cs {display:none}
.footer-mobile-booking{display: none;}

@media (min-width: 961px) {
  .footer-copyright_text.mobile-v{display: none;}
}
@media (max-width: 1450.98px) {
  .footer-property {
    padding: 0 20px 60px;
  }
}

@media (max-width: 1399.98px) {
  .footer-property{padding: 0 20px 60px;}
  .footer-property_links ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }

}
@media (max-width: 1199.98px) {
  .footer-links.footer-property_links{padding-left: 50px;}
  .footer-property {
    padding: 0 0px 60px;
  }
}
@media (max-width: 1023.98px) { 
  .footer-blocks{flex-wrap: wrap;}
  .footer-property_links ul{-webkit-column-gap: 30px;-moz-column-gap: 30px;column-gap: 30px;}
  .footer-vertical-logo{
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 100%;
    align-self: center;
    justify-content: center;
    margin-top: 30px;
    column-gap: 50px;
    align-items: center;
  }
  .footer-links.footer-property_links{padding-left: 0px;}
}

@media (max-width: 959.98px) {
  footer { padding: 50px 0 20px; }
  footer .uk-container {
    padding-left: 0;
    padding-right: 0;
  }
  .footer-vertical-logo .small-text{display: none;}

  footer .footer-property,
  footer .footer-part-section,
  footer .footer-brand,
  footer .footer-copyright_text,
  footer .footer-bottom_menu {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer-property{padding: 0 80px 0px;}
  .footer-property_links ul { gap: 2px; }
  .footer-address ul { align-items: center; gap: 5px; }
  .footer-part-section { padding: 35px 0; }
  .footer-brand_links ul { column-count: 1; }
  .footer-blocks {
    flex-direction: column;
    text-align: center;
    gap: 20px;
    justify-content: center;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    align-items: center;
  }
  .footer-links ul li a,
  .footer-address ul li a,
  .footer-sociallinks ul li a{font: var(--mob-footer-fonts);}
  .footer-logo.footer-property_logo{margin: 0 auto 40px;max-width: 100px;}
  .footer-property_logo .footer-copyright_text,
  .footer-property_logo .footer-sociallinks{display: none;}
  .footer-sociallinks ul { justify-content: center; }
  .part-of span { left: 50%; }
  .footer-blocks-brand { flex-direction: column; align-items: center; row-gap: 20px; margin: 30px auto 0; }
  .footer-copyright { flex-direction: column; gap: 0px; padding: 20px 0 0 0; margin: 35px 0 0 0;text-align: left; }
  .footer-prop-menu-items {
    display: flex;
    flex-direction: column;    row-gap: 20px;
  }
  .footer-links.footer-brand_links {
    margin-left: 0;
  }
  .footer-copyright_text {
    text-align: center;
  }
  .footer-brand_logo {
    padding-left: 0;
  }

  .footer-mobile-booking .uk-button {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 999;
    height: 60px;
  }
  .homepagenew .footer-brand_links ul{justify-content: center;}
  .footer-property_links ul{
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .footer-links ul li{ margin-bottom:10px;text-align:left; }
  .vertical-logo-item{margin-bottom: 0px;}
  .footer-copyright_text.mobile-v{
    border-top: 2px solid rgb(241 240 233 / 10%);
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;line-height: 20px;text-align: left;width: 100%;justify-content: space-between;}
  .footer-copyright_text.mobile-v ul{list-style: none;display: flex;align-items: center;        gap: 10px;}
  .footer-copyright_text.mobile-v ul li{display: inline-block;}
  .footer-copyright_text.mobile-v ul li:not(:last-child){margin-right: 10px;}
  .footer-copyright_text.mobile-v ul li a{ border:0px;font-size: 22px; }
  .footer-address.footer-Property_address {
    width: 100%;
  }
  .footer-address ul li a {
    font-size: 16px;
  }
  .footer-address span.icon.icon-Pin {
    margin: 5px 0 0 0;
  }
  .footer-address ul li{    
    align-items: start;
    text-align: left;
  }
}
@media (max-width: 767.98px) {
  .footer-property_links ul{
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 50px;
  }
  .footer-bottom_menu ul {       
    column-gap: 30px;
    column-count: 2;
    display: block;
    text-align: left;}
  .homepagenew .footer-brand_links ul{        flex-direction: column;    row-gap: 20px;}
  .vertical-logo-item{max-width: 60px;margin: 0 auto 15px;}
  .footer-bottom_menu ul li:before{display: none;}
  .footer-vertical-logo{column-gap: 30px;}
}
@media (max-width: 639.98px) {
}
@media (max-width: 575px) {
}
/* Footer Ends  */

/*customise  Hotel Ella  color css End*/
/* H1 Headline Starts  */
.h1-headline.lightbg { background:var(--bg-alt-1); }
.h1-headline {
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding:100px 20px 96px;
}
.h1-headline__container h1.title,
.h1-headline__smalltitle { text-transform: uppercase; }
.h1-headline--with-bg:after {
  content: '';
  height: 33%;
  background: var(--bg-alt-1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.h1-headline__media {
  max-width: 1030px;
  margin: 0 auto 40px;
}
/*.h1-headline__title:last-child {
  margin-bottom: 0;
}*/
.h1-headline__content:last-child {
  margin-bottom: 0
}
.h1-headline__content--extra {
  margin-top: 30px;
}
.h1-headline__actions .uk-button + .uk-button {
  margin-left: 30px;
}
.h1-headline .js-texttoggle-content {
  margin-top: 20px;
}
.left-side-content .h1-headline__title {
  text-align: center;
}
.left-side-content .h1-headline__text, .left-side-content .h1-headline__content {
  max-width: 100%;
}
.left-side-content .h1-headline__text, .left-side-content .h1-headline__content, .left-side-content .headline__button {
  text-align: left;
}
.h1-headline__content p a {
  color: var(--text-color);
  border-bottom: solid 1px var(--border-color);
}
.h1-headline__content p a:hover, .h1-headline__content p a:focus{
  border-bottom: solid 1px transparent;
}

.h1-headline__content .box a {
  color: var(--text-color);
  border-bottom: solid 1px var(--border-color);
}
.h1-headline__content .box a:hover, .h1-headline__content .box a:focus{
  border-bottom: solid 1px transparent;
}

.h1-headline__text .button-readmore:after {
  transform: inherit !important;
  transition: none !important;
}
.customheadlinefont .title{
  font: 500 56px / 120% 'Simplo-Regular';
  padding: 0 160px;
}
.customheadlinefont .h1-headline__content{    
  padding: 10px 0 0 0;
  font-family: 'Simplo-Regular';}
.customheadlinefont .margin-top-l{margin-top: 30px !important;}

@media (max-width: 1399.98px) {
  .h1-headline {
    padding: 50px 20px;
  }
}
@media (max-width: 960.98px) {
  .customheadlinefont .title{    padding: 0;}
}

@media (max-width: 767.98px) {
  .customheadlinefont .title{
    font:500 40px/48px 'Simplo-Regular';
  }
  .customheadlinefont .margin-top-l {
    margin-top: 20px !important;
  }
  .h1-headline__title--noimage {
    margin: 0;
  }
  .h1-headline__action {
    margin-top: 20px;
  }
  .h1-headline__actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    justify-content: center;
  }
  .h1-headline__actions .uk-button+.uk-button {
    margin: 0;
  }
}
@media (max-width: 639.98px) {
  .h1-headline {
    padding:50px 0;
  }
  .h1-headline--noimage {
    padding-bottom: 20px;
  }
  .h1-headline__media {
    margin-bottom: 20px;
  }
}
/* H1 Headline Ends  */
/* Header Starts */ 
body .ng-star-inserted .header {
  position: relative !important;
  background: var(--bg-alt-1) !important;
}

body {
  padding-top: var(--header-height);
}

.topbar{
  text-align: center;
  min-height: 40px;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  background: var(--tertiary-color);
  padding: 0 40px;
}

.topbar__container {
  position: relative;
  padding-left: 30px;
}
.topbar__message:focus-visible{
  border: 1px solid var(--bg-footer);
}
.topbar__message{
  letter-spacing: 0;
  font-size: 12px;
  letter-spacing: 1.2px;
  line-height: 18px;
  text-transform: uppercase;
  color: #1A1414;
  display: inline-block;
  vertical-align: middle;
  font-family: var(--text-fonts);
  font-weight: 900;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 9999;
  background-color: var(--header-bg-color);
  text-align: center;
  transition: height .3s ease-out, background-color .3s ease-out;
  display: grid;
  align-items: center;
  height: 113px;
  top:40px;
}

body.Home .header{background-color: transparent;}

.header.is-fixed,
body.Home .header.is-fixed {
  border-bottom: none;
  background: #000;
  top: 0;
  height: auto;
}

.header__container {
  width: 100%;
  max-width: 100%;
  padding: 0 50px;
}
.header.is-fixed .header__container{padding: 0 0 0 30px;}

.header__grid {
  align-items: center;
  margin-left: -20px;
}

.header__grid > * {
  padding-left: 20px;
}

.header__col {
  flex-shrink: 0;
  flex: 1;
}

.header__col--center {
  text-align: center;
  width: var(--logo-width);
  flex: 0;
}
.header__logo:hover{
  color: inherit;
}
.header__logo {
  width: var(--logo-width);
  height: var(--logo-height);
  display: inline-block;
  align-items: center;
  color: var(--header-color);
}

.header__logo > * {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header-collapsible {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: -9999;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  transition: opacity .4s ease;
  background: var(--bg-footer);
  color: var(--text-color);
  align-items: stretch;
  opacity: 0;
  visibility: hidden;
}

.header-social {
  display: flex;
  align-items: center;
  padding: 0 40px;
  position: absolute;
  bottom: 40px;
  left: 15px;
}

.header-social__item + .header-social__item {
  margin-left: 15px;
}

.header-social__link {
  display: inline-flex;
  align-items: center;
  color: var(--inverse-font-color);
  padding: 5px;
}

.header-collapsible__scroll {
  height: 100%;
}

.header-collapsible__content {
  width: 500px;
  max-width: 100%;
  padding: 0 20px 30px;
  height: calc(100vh - 180px);
  /* overflow: auto; */
  margin-top: 100px;
  /* scrollbar-color: var(--border-color) transparent; */
  /* scrollbar-width: thin; */
}

.header-collapsible__media {
  width: calc(100% - 500px);
  max-width: 100%;
  flex: 1;
  height: 100vh;
}

.header-collapsible__media > * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header__col--left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
}

.header__col--right {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header-mainmenu__item {
  display: inline-flex;
  vertical-align: middle;
  align-items: center
}

.header-mainmenu__link {
  text-transform: var(--header-fonts-text-transform);
  color: var(--header-color);
  padding: 0 0 5px;
  font: var(--header-fonts);
  letter-spacing: 1.3px;
  position: relative;
  filter: opacity(1);
}
.header-mainmenu__link:after{
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  background: transparent;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all .4s ease;
}
.header-mainmenu__link:hover:after,
.header-mainmenu__link:focus-visible:after{
  width: 80%;
  height: 2px;
  transition: all .4s ease;
  background: var(--border-color);

}

.header-mainmenu__link.navON
{
  text-decoration: none;
  color: var(--highlight-color);
}

.header-collapsible__scroll .navmenu__list-link:hover,
.header-collapsible__scroll .navmenu__list-link:focus,
.header-collapsible__scroll .navmenu__list-link.navON,
.header-collapsible__scroll .navmenu__list-link .navmenu-dropmenu__link:hover,
.header-collapsible__scroll .navmenu__list-link .navmenu-dropmenu__link:focus,
.header-collapsible__scroll .submenulist .navmenu-dropmenu__link.navON{
  color: var(--highlight-color);
}


.header-mainmenu__link.navON:after{
  background: var(--border-color);
  width: 80%;
  height: 2px;
}


.header-mainmenu__item + .header-mainmenu__item {
  margin-left: 10px
}

.header-mainmenu__link:hover,
.header-mainmenu__link:focus-visible {
  color: var(--highlight-color);
  transform: translateY(-2px);
}

.header__phone {
  display: inline-flex;
  align-items: center;
  font: var(--header-fonts);
  color: var(--header-color);
  text-transform: uppercase;
}

.header__phone .template-icon {
  margin-right: 13px;
  font-size: 18px;
  line-height: 1;
  color: var(--highlight-color);
}

.header__phone-text {
  display: inline-flex;
  color: var(--header-color);
  align-items: center;
  padding: 15px 0;
}
.header.is-fixed .header__bookstay{
  background: var(--bg-alt-2);
  border: none;
}

.header.is-fixed .header__bookstay:hover{
  background-color: var(--tertiary-color);
  color: var(--secondary-color);
}

.header.is-fixed .header__bookstay{
  background: var(--bg-alt-2);
  border: none;
}
.header.is-fixed .header__bookstay::before,.header.is-fixed .header__bookstay::after, .header.is-fixed .header__bookstay span::before,.header.is-fixed .header__bookstay span::after{
  content:none;
}
.header__bookstay {
  margin-left: 30px;
  background: var(--tertiary-color);
  border: 2px solid var(--text-color);
  width: 240px;
  height: 60px;
  font: var(--primary-cta-fonts);
  color: #1A1414;
  font-weight: 700;
  letter-spacing: 1.6px;
  transition: all .4s ease;
}

.header__bookstay:hover{
  border:2px solid var(--text-color);
}
.header__bookstay::before,
.header__bookstay::after,
.header__bookstay > div::before,
.header__bookstay > div::after
{
  transition: all .4s ease;
}

.header__bookstay:hover::before,
.header__bookstay:focus-visible::before,
.header__bookstay:hover::after,
.header__bookstay:focus-visible::after,
.header__bookstay:hover > div::before,
.header__bookstay:focus-visible > div::before,
.header__bookstay:hover > div::after,
.header__bookstay:focus-visible > div::after
{
  background: var(--border-color);
}


.header__bookstay::before{
  left: 11px;

}
.header__bookstay::after{
  right: 12px;
}
.header__bookstay > div::before{
  left: 23px;
}
.header__bookstay > div::after{
  right: 24px;
}

.header__bookstay::before,
.header__bookstay::after,
.header__bookstay > div::before, 
.header__bookstay > div::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--text-color);
}

.header__bookstay:hover::before,
.header__bookstay:focus-visible::before{
  left: 8px;
}
.header__bookstay:hover::after,
.header__bookstay:focus-visible::after{
  right: 8px;
}
.header__bookstay:hover > div::before,
.header__bookstay:focus-visible > div::before{
  left: 18px;
}
.header__bookstay:hover > div::after,
.header__bookstay:focus-visible > div::after{
  right: 18px;
}


.header.is-fixed .header__bookstay::before,
.header.is-fixed .header__bookstay::after,
.header.is-fixed .header__bookstay > div::before, 
.header.is-fixed .header__bookstay > div::after{
  display: none;
}

.navmenu__list {
  padding: 0;
  margin: 0;
  list-style: none;
  padding: 0 40px 0;
  overflow: auto;
  scrollbar-color: var(--border-color) transparent;
  scrollbar-width: thin;
  height: 100%;
  text-align: start;
}
.navmenu__list-item{position:relative;}

.navmenu__list-item:not(.navmenu__list-item--onlymob) + .navmenu__list-item {
  margin-top: 10px;
}

.navmenu__list-item:last-child {
  margin-right: 0;
}

.navmenu__list-link {
  display: inline-flex;
  padding: 0px 30px;
  position: relative;
  text-transform: uppercase;
  font: var(--header-fonts);
  /*  font: var(--h4-title-fonts);*/
  color: var(--text-color);
}
/*
.navmenu__list-item.top-navigation .navmenu__list-link{
  font: var(--h4-title-fonts);
  padding: 10px 30px;
}
*/
.navmenu__list-link:hover,
.navmenu__list-link:focus-visible,
.navmenu-dropmenu__link:hover,
.navmenu-dropmenu__link:focus-visible {
  color: var(--highlight-color);
}

.navmenu__list-item:last-child .navmenu__list-link {
  padding-right: 0;
}

.navmenu__dropdown {
  position: relative;
}

.navmenu__dropdown > a {
  position: relative;
}





.navmenu-dropmenu {
  padding: 0;
  margin: 0;
  min-width: 265px;
  background: transparent;
  overflow: auto;
  max-height: 70vh;
  --uk-position-offset: 0;
  --uk-position-viewport-offset: 0;
  text-align: left;
  position: static;
  box-shadow: unset;
  color: var(--inverse-font-color);
     list-style: disc;
    padding: 0 0 0 22px;
    margin: 0 0 0 40px;
}

.navmenu-dropmenu__link {
display: block;
    padding: 5px 0 0 0px;
    text-transform: uppercase;
    font: var(--header-fonts);
    color: var(--header-color);
    font-size: 15px;
}

.navmenu-dropmenu__link.uk-disabled {
  opacity: .2;
}

.navmenu__list-link:hover:after, 
.navmenu__list-link[aria-expanded="true"]:after,
.navmenu__list-link.navON:after {
  opacity: 1;
}

.header__toggler {
  margin-right: 28px;
  position: relative;
  z-index: 11;
}

.header__toggler-btn {
  background: transparent;
  border: 0;
  display: flex;
  padding: 10px 8px;
  margin: 0;
  font-size: 24px;
  line-height: 1;
  color: var(--tertiary-color);
  border: 2px solid var(--tertiary-color);
  cursor: pointer;
  align-items: center;
  min-width: 40px;
  justify-content: center;
  flex-wrap: wrap;
  min-height: 40px;
  gap: 5px;
  transition: transform .3s;
}

.header__toggler-btn span.icon-line{
  height: 2px;
  background: var(--tertiary-color);
  margin-bottom: 0;
  display: block;
  width: 100%;
  max-width: 20px;
}
.header__toggler-btn:hover{gap: 2px;background: var(--tertiary-color);}
.header__toggler-btn:hover span.icon-line{max-width: 18px;background: var(--primary-cta-inverse-font-color);}

.header__toggler-btn .is-togglemenu-active {
  display: none;
}

.header__toggler-btn .is-togglemenu-close {
  display: block;
}

.is-header-active .header-collapsible {
  opacity: 1;
  visibility: visible;
  z-index: 9;
}
.is-header-active .header-collapsible::after{

}

body.is-header-active .header-mainmenu {
  display: none
}

.is-header-active .header__col--right {
  position: relative;
  z-index: 10;
}

.is-header-active .header__phone-text,
.is-header-active .header__phone .template-icon{
  color: var(--inverse-font-color);
}


.is-header-active .header__toggler-btn .is-togglemenu-active {
  display: block;
  font-size: 24px;
}

.is-header-active .header__toggler-btn .is-togglemenu-close {
  display: none;
}

.is-header-active .header__toggler-btn .is-togglemenu-active .close-text{
  position: absolute;
  left: 60px;
  font-family: var(--text-fonts);
  font-size: 16px;
  letter-spacing: 1.6px;
  font-weight: bold;
  bottom: 6px;
  opacity: 0;
  transition: transform .3s;
  height: 0;
  transform: translateY(5px);
  color: #fff;
}
.is-header-active .header__toggler-btn:hover .is-togglemenu-active .close-text{
  opacity: 1;
  transition: transform .4s;
  height: auto;
  transform: translateY(-6px);
}

.is-header-active .header__toggler-btn:hover{background: #fff;color: #000;}

.is-header-active .header__toggler{
  position: fixed;
  top: 50px;
  left: 30px;
}

.header-collapsible__unap{
  text-align: left;
  text-transform: uppercase;
  font: var(--mob-footer-fonts);
  padding: 0 20px 0 75px;
}
.header-collapsible__unap ul{
  display: inline-block;
  list-style: none;
  padding: 0;
  margin-top: 10px;
}
.header-collapsible__unap ul li
{
  display: inline-block;
  margin-right: 8px;
}



@media (min-width:961px) {
  .header__bookstay--m{display: none;}
}

@media(min-width: 768px) {
  .navmenu__list-item--onlymob,
  .navmenu__list-link--btn {
    display:none!important
  }

  .is-header-active .header__toggler-btn {
    color: var(--bg-alt-2);
    border: 1px solid var(--bg-alt-2);
    padding: 5px;
  }
}

@media (max-width: 1399.98px) {

}

@media (max-width: 1279.98px) {
  .header__container{padding: 0 30px;}
  .header__toggler{margin-right: 15px;}
  .header-mainmenu__link{font-size: 15px;}
  .header__logo{max-width: 250px;}
  .header__bookstay{width: 230px;height: 55px;}
}

@media (max-width: 1199.98px) {
  .header-collapsible__content {
    width: 400px;
  }


  .header__toggler {
    margin-right: 10px;
  }
  .header-mainmenu__item + .header-mainmenu__item{margin-left: 8px;}
}

@media (max-width: 1023.98px) {
  .header-collapsible{
    width: 100%;
  }

}


@media (min-width: 961px) and (max-width: 1023.98px) {
  .header__col--center{position: relative;left: 15px;}
  .header-mainmenu__link{font-size: 13px;}
  .header__bookstay{width: 210px;height: 50px;padding: 17px 15px;}
}

@media (max-width: 959.98px) {
  .header-mainmenu,
  .is-header-active .header__col--right{
    display: none;
  }
  .header.is-fixed .header__container{padding: 0 15px 0 15px;}
  .header.is-fixed .header__bookstay,
  .header.is-fixed .header__bookstay:hover{background: transparent;}

  /*.header__bookstay {
  position: fixed;
  bottom: 10px;
  left: 10px;
  right: 10px;
  margin: 0;
  max-width: 355px;
  margin: auto;
}*/
  .header__toggler-btn{
    min-height: 30px;
    min-width: 30px;
    padding: 5px;
    gap: 2px;
    color: var(--bg-alt-2);

  }

  .header__col--right{justify-content: end;padding: 0;}
  .header__col--right > .header__bookstay{display: none;}

  .header__bookstay--m .header__bookstay {
    width: 30px;
    height: 30px;
    background: transparent;
    margin: 0;
    padding: 0;
    border: 0;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width:auto;

  }
  .header__bookstay--m .header__bookstay:before,
  .header__bookstay--m .header__bookstay:after{display: none;}


  .header__bookstay--m .header__bookstay > i
  {
    font-size: 16px;
    padding: 5px 4px;
    border: 2px solid var(--highlight-color);
    color: var(--highlight-color);
  }
  .header__bookstay--m .header__bookstay > i:before{margin-left: 1px;}

  body:not(.is-header-active) .header__phone .template-icon {
    margin: 0;
  }

  body:not(.is-header-active) .header__phone-no {
    display: none;
  }

  .header {
    padding: 10px 0px;
    height: 74px;
  }
  .header__col--center{width: var(--logo-width-mobile);padding: 0 10px;}
  .header__logo{width: var(--logo-width-mobile);height:var(--logo-height-mobile);max-width: 100%;}

}

@media (max-width: 767.98px) {
  .header-collapsible__media {
    display: none;
  }
  .header__container{padding: 0 20px;}
  .is-header-active .header__toggler{top: 20px;left: 20px;}

  .header-collapsible__content {
    width: 100%;
    height: 100%;
    margin: 0;
    padding-bottom: 100px;
    overflow: auto;
    padding: 0px 0 100px;
    position: relative;
    top: 70px;
  }
  .header-collapsible{overflow: hidden;}

  .header-social {
    position: static;
    margin-top: 20px;
    padding: 0 20px;
  }

  .header-collapsible__scroll {
    height: auto;
  }

  /* .header-collapsible {
  top: var(--header-height);
  height: calc(100vh - var(--header-height));
}
  */
  .is-header-active .header__toggler-btn {}

  .header__phone-no {
    display: none;
  }

  .navmenu__list {
    overflow: unset;
    height: auto;
    padding: 0 30px 120px;
  }

  .navmenu__list-link {padding-left: 0px}

  .navmenu__list-link:hover, .navmenu__list-link:focus-visible, .navmenu-dropmenu__link:hover, .navmenu-dropmenu__link:focus-visible {
    color: var(--inverse-font-color);
  }

  .navmenu__list-item.top-navigation .navmenu__list-link{padding:0px;}


  .is-header-active .header__toggler-btn:hover,
  .is-header-active .header__toggler-btn{border-color: var(--bg-alt-2);}
  .header__toggler-btn:hover{gap: 0px;}
  .is-header-active .header__toggler-btn .is-togglemenu-active{font-size: 18px;}
  .header-collapsible__unap{margin-top: auto;text-align: left;padding: 0 30px;}
  .is-header-active .header__toggler-btn:hover .is-togglemenu-active .close-text{display: none;}
  .header-collapsible__unap{padding: 0 20px 0 35px;}

}

@media (max-width: 639.98px) {
}

@media (max-width: 575px) {
}

/* Header Ends */

/* Transparent Header Starts */

.has-transparent-header {
  padding-top: 0;
}

.has-transparent-header .header:not(.is-fixed) {
  background: transparent;
}

@media (min-width: 768px) {

  .has-transparent-header .header:not(.is-fixed) .navmenu__list-link,
  .has-transparent-header .header:not(.is-fixed) .navmenu__dropdown > a:before,
  .has-transparent-header .header:not(.is-fixed) .header__phone,
  .has-transparent-header .header:not(.is-fixed) .header__phone-text,
  .has-transparent-header .header:not(.is-fixed) .header__bookstay,
  .has-transparent-header .header:not(.is-fixed) .header__logo {
    color: var(--inverse-font-color);
    filter: opacity(1);
  }

  .has-transparent-header .header:not(.is-fixed) .navmenu__list-link:hover,
  .has-transparent-header .header:not(.is-fixed) .navmenu__list-link:focus-visible,
  .has-transparent-header .header:not(.is-fixed) .header__phone-text:hover,
  .has-transparent-header .header:not(.is-fixed) .header__phone-text:focus-visible {
    color: var(--highlight-color);
  }
  .has-transparent-header .header:not(.is-fixed) .header__bookstay {
    border-color: var(--inverse-font-color);
  }
  .has-transparent-header .header:not(.is-fixed) .header__bookstay:hover,
  .has-transparent-header .header:not(.is-fixed) .header__bookstay:focus-visible {
    border-color: var(--primary-cta-hover-color);
  }
}

@media (max-width: 1399.98px) {
}

@media (max-width: 1199.98px) {
}

@media (max-width: 1023.98px) {
}

@media (max-width: 959.98px) {
  .header-collapsible__unap{padding: 0 20px 30px 45px}
  .header__toggler{margin-right: 0px}

}

@media (max-width: 767.98px) {
  .has-transparent-header .header:not(.is-fixed) .header__toggler-btn,
  .has-transparent-header .header:not(.is-fixed) .header__phone-text {
    color: var(--inverse-font-color);
    filter: opacity(1);
  }

}

@media (max-width: 639.98px) {
}

@media (max-width: 575px) {
}


/* Transparent Header Ends */

/* Page Studio Editor + Header Starts */
.page-component-mi-block .header {
  position: static;
  background: var(--bg-header) !important;
  color: var(--header-color) !important;
}

/*.page-component-mi-block .navmenu__list-link, 
.page-component-mi-block .navmenu__dropdown>a:before, 
.page-component-mi-block .header__phone, 
.page-component-mi-block .header__phone-text, 
.page-component-mi-block .header__bookstay, 
.page-component-mi-block .header__logo {
color: var(--header-color) !important;
}

.page-component-mi-block .header__bookstay {
border-color: var(--secondary-cta-font-color) !important;
}*/
/* Page Studio Editor + Header Ends */

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