
/* body.fixcovid19.bodycountdown1.pageScroll .homesection-5.top-tabbing.dining_bar {
    margin-top: 52px;
}

body.fixcovid19.bodycountdown .homesection-5.top-tabbing.dining_bar {
    margin-top: 0;
} */

.lto-head {
    font: var(--h5-title-fonts);
    line-height: normal;
    padding-bottom: 11px;
}

.lto-term {
    padding-top: 10px;
    font-size: var(--xs-font-size);
    font-style: italic;
    letter-spacing: 0.09em;
}

.lto-main {
    display: none;
}

.lto-main.ltolist2 {
    top: 234px;
}

/*Dates Counter Strats Here*/

#clockdiv {
    background-color: var(--primary-color);
    color: var(--inverse-font-color);
    display: inline-block;
    text-align: center;
    font-size: var(--h5-font-size);
}

#clockdiv>div {
    padding: 1px 8px 0 10px;
    background: 0 0;
    display: inline-block;
}

#clockdiv div>span {
    padding: 0;
    display: inline-block;
    font-size: var(--h5-font-size);
}

.smalltext {
    padding-top: 0px;
    font-size: var(--xs-font-size);
    line-height: normal;
}

.cdit {
    position: relative;
}

.cdit::after {
    display: none;
    content: "•";
    bottom: 0;
    position: absolute;
    right: -10px;
    font-size: var(--form-label-font-size);
}

.cdit::before {
    content: ":";
    top: 7px;
    position: absolute;
    right: -9px;
    font-size: var(--h6-font-size);
    font-weight: bold;
    line-height: 30px;
}

/*Dates Counter Ends*/
.counter {
    float: right;
    margin-right: 50px;
    padding-top: 17px;
}

.main-navigation .lto-content-btn .button {
    display: block;
}

.lto-main {
    position: absolute;
    z-index: 50;
    left: 0;
    right: 0;
    top: 152px;
    width: 610px;
    margin: 0 auto;
    cursor: pointer;
    transition: all 0.4s;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.5);
}

.header.uk-active .lto-main {
    top: 70px;
    opacity: 1;
    visibility: visible;
}

.lto-top {
    background: var(--primary-color);
    /* height: 72px; */
    cursor: pointer;
}

.lto-top h2 {
    color: var(--inverse-font-color);
    display: inline-block;
    font-size: var(--lto-title-font-size);
    line-height: 30px;
    padding: 20px 0 0 25px;
}

.lto-bottom {
    background-color: var(--text-color);
    line-height: 0;
    position: relative;
    border: 0px solid var(--inverse-font-color);
    display: none;
}

.lto-top.active .lto-bottom {
    display: block;
}

.lto-bottom img {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    min-height: 390px;
    max-height: 390px;
}

.lto-content {
    position: absolute;
    line-height: 24px;
    text-align: center;
    color: var(--inverse-font-color);
    padding: 30px 20px 10px;
    right: 0;
    bottom: 10px;
    left: 0;
    text-shadow: 0 0 2px #000;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.lto-content-title {
    font-size: var(--mob-h6-font-size);
    font-weight: 800;
    margin-bottom: 10px;
}

.lto-content-texy {
    max-width: 390px;
    font-size: 18px;
    line-height: normal;
    padding-top: 15px;
    font-family: 'museo_sans500';
    /* font-style: italic; */
    margin: 0 auto;
    padding-bottom: 20px;
    line-height: 30px;
}

.lto-content-btn {
    display: flex;
    row-gap: 15px;
    column-gap: 25px;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}

.lto-content-btn * {
    color: var(--inverse-font-color);
}

.lto-content-btn a:hover,
.lto-content-btn a:focus {
    /* color: var(--inverse-font-color); */
}

.lto-content-btn .button {
    color: var(--inverse-font-color);
    background: #1a1613;
}

.ltoop-btn {
    color: var(--inverse-font-color);
    position: absolute;
    right: 20px;
    top: 20px;
    text-decoration: none;
}

.ltoop-btn:hover,
.ltoop-btn:focus {
    color: var(--inverse-font-color);
    opacity: 0.7;
}

.lto-top.active .ltoop-btn {
    top: 20px;
    transform: rotate(180deg);
}

.lto-bottom:before {
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    /*background: rgb(6,43,65);
  background: linear-gradient(0deg, rgba(6,43,65,0.9) 0%, rgba(6,43,65,0) 100%);*/
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.lto-content>div {
    position: relative;
    z-index: 1;
    font-size: var(--body-font-size);
}

.lto-prewindow-title.feature-title {
    color: var(--inverse-font-color);
}

.lto-content-btn a {
    text-shadow: none !important;
}

.bodycountdown header.uk-active~.uk-offcanvas.mobile-nav {
    top: 60px;
    height: calc(100% - 116px);
}

.bodycountdown .uk-offcanvas.mobile-nav {
    top: 120px;
    height: calc(100% - 176px);
}

@media only screen and (max-width:1279px) {

    /*  .lto-main {
  right: auto;
} 
    .lto-top h2 {
        font-size: 18px;
    }*/

    .lto-main {
        width: 550px;
    }

    #clockdiv div>span {
        font-size: var(--mob-h5-font-size);
    }
}

@media only screen and (min-width:768px) and (max-width:959px) {
    .bodycountdown header#main:not(.uk-sticky-below) {
        top: 60px !important;
    }
}

@media only screen and (max-width:959px) {
    .bodycountdown .mob-header {
        top: 60px;
    }

    .bodycountdown div#wrapper {
        padding-top: 120px;
    }

    .lto-main {
        max-width: 550px;
        top: 90px;
        width: calc(100% - 20px);
        z-index: 3;
        left: 10px;
        right: 10px;
    }

    .lto-bottom {
        position: relative;
        width: 100%;
    }

    /* .lto-top {
  height: 60px;
} */
    .counter {
        padding-top: 14px;
    }

    .ltoop-btn {}

    .lto-top.active .ltoop-btn {
        /* top: 18px; */
    }

    .bodycountdown header#main {
        top: 60px;
    }

    /* .lto-top {
  height: 60px;
} */

    #clockdiv {
        font-size: 20px;
    }

    .lto-top h2 {
        padding-top: 17px;
    }

    .bodycountdown header#main {
        top: 60px;
    }

    .bodycountdown .homepage-booking-widget .uk-close {
        top: 80px;
    }
}

@media only screen and (max-width:864px) {
    .header.uk-active .lto-main {
        top: 126px;

    }

    .bodycountdown .ota-v3-container {
        top: 195px;
    }
}

@media only screen and (max-width:767px) {
    .header.uk-active .lto-main {
        top: 96px;
    }

    /* body.fixcovid19.bodycountdown1.pageScroll .homesection-5.top-tabbing.dining_bar {
        margin-top: 77px;
    } */

    .bodycountdown .mob-header {
        top: 60px;
    }

    .bodycountdown div#wrapper {
        padding-top: 120px;
    }

    .homesection-5.top-tabbing.dining_bar {
        height: auto;
    }

    .lto-main {
        max-width: inherit;
    }

    .lto-top h2 {
        /*font-size: 16px;*/
        /*padding: 24px 0 0 10px;*/
    }

    .ltoop-btn {
        right: 15px;
    }

    .counter {
        margin-right: 40px;
        padding-top: 14px;
    }

    #clockdiv {
        font-size: 20px;
    }

    #clockdiv div>span {}

    .smalltext {
        font-size: 10px;
    }

    #clockdiv>div {
        padding: 0px 4px 0;
    }

    .cdit::before {
        content: "•";
        color: var(--inverse-font-color);
        top: 8px;
        position: absolute;
        right: -5px;
        font-size: 13px;
    }

    .cdit::after {
        content: "•";
        color: var(--inverse-font-color);
        bottom: 0px;
        position: absolute;
        right: -5px;
        font-size: 13px;
    }

    .lto-content-texy {
        max-width: inherit;
        font-size: 15px;
        margin: 0 20px;
        line-height: 24px;
    }

    .lto-content-title {
        font-size: 15px;
    }

    .lto-bottom:before {
        height: 100%;
    }

    /* .lto-bottom:before {
  background: rgb(0, 0, 0, 0.7);
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); 
}*/
    .bodycountdown .ota-v3-container {
        top: 150px;
    }

    .bodycountdown header#main:not(.uk-active) {
        top: 60px !important;
    }

    /* .lto-content {
  padding: 0 15px 15px;
} */
}

@media only screen and (max-width: 580px) {
    /* body.fixcovid19 .homesection-5.top-tabbing.dining_bar {
        margin-top: 140px;
    }

    .bodycountdown .homesection-5.top-tabbing.dining_bar {
        margin-top: 53px;
    }

    body.fixcovid19.bodycountdown .homesection-5.top-tabbing.dining_bar {
        margin-top: 60px;
    } */

    .lto-top h2 {
        margin: 0 0 10px;
    }
}

@media only screen and (max-width: 380px) {
    .lto-bottom img {
        height: 390px;
        object-fit: cover;
    }
}
.footer-widget {
  background-color: var(--bg-footer);
  color: var(--footer-color);
  padding: 50px 20px 80px;
  font: var(--footer-fonts);
  /* background-color: #262626;
  color: #fff;*/
}

.site-footer .footer__desc{
  padding: 0 40px;
}

.footer-widget *:focus-visible {
  outline-color: var(--inverse-font-color);
}

.footer-widget .title {
  color: var(--bg-alt-3);
}


.footer-widget__contact {
  padding: 40px 0;
  justify-content: center;
}

.footer-widget a {
  color: var(--footer-color);
}

.footer-widget .power-sec a {
  font-size: var(--footer-submenu-font-size);
}

.footer-widget .power-sec .totop a {
  font-size: var(--body-font-size);
}

.footer-widget a:hover,
.footer-widget a:focus-visible {
  /*color: var(--highlight-color);*/
  opacity: 0.5;
}

.footer__address {
  margin-bottom: 25px;
}

.footer-widget__col--address {
  line-height: 1.4;
}

.footer__email .template-icon,
.footer__email .template-icon {
  padding-right: 8px;
}

.center-footer__social-item {
  display: flex;
  /* column-gap: 20px; */
  gap: 20px;
  /* display: grid; */
  /* grid-auto-flow: column; */
  justify-content: center;
  margin-top: 40px;
  flex-wrap: wrap;
}

.center-footer__social-item a {
  padding: 5px;
  width: 30px;
  height: 30px;
  line-height: 23px;
  font-size: var(--xs-font-size);
  border: 1px solid var(--footer-color);
  border-radius: 0;
  background: transparent;
  color: var(--footer-color);
}

.center-footer__social-item a .template-icon {
  color: var(--footer-color) !important;
}

.footer-widget__col--social {
  width: 15%;
}

.footer__menu .footer__menu-item+.footer__menu-item {
  margin-top: 14px;
}

.footer-widget__copyright {
  color: var(--footer-color);
}

.footer-widget__submenu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}

.footer-widget__submenu-item a {
  position: relative;
  padding-right: 15px;
  font-size: var(--footer-submenu-font-size);
}

.footer-widget__submenu-item a.nav:after {
  content: '';
  line-height: 1;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background: var(--footer-color);
  border-radius: 0%;
}

.footer-widget__submenu-item a:hover,
.footer__menu-item a:hover {
  opacity: 0.75;
}

.footer-widget__submenu-item a.nav.navON {
  text-decoration: underline;
}

.footer-widget__copygrid {
  margin-top: 40px;
  font-size: var(--footer-submenu-font-size) !important;
}

.footer-widget-newsletter__control label {
  margin-bottom: 14px;
  text-transform: var(--footer-font-text-transform);
  letter-spacing: .3px;
  position: relative;
  display: block;
  line-height: normal;
}

.footer__title {
  margin-bottom: 40px;
}

.footer__phone,
.footer__fax {
  margin-bottom: 5px;
}

.footer-widget__col {
  text-align: center;
  border-right: 1px solid rgba(16, 53, 75, 0.5);
}

.footer-widget__col--contact {
  padding-right: 30px;
}

.footer-widget__col:last-of-type {
  border-right: none;
}

.footer-widget__copyright {
  text-align: right;
}

.footer-widget__copygrid {
  border-bottom: 1px solid var(--border-color);
  padding: 25px 0;
  border-top: 1px solid rgba(16, 53, 75, 0.5);
  border-bottom: 1px solid rgba(16, 53, 75, 0.5);
}

.power-sec {
  padding: 20px;
  text-align: center;
}

.footer-widget__copygrid>* {
  padding: 0;
}

.footer-form-text {
  text-transform: var(--footer-font-text-transform);
  font-size: var(--xs-font-size);
}

.stay-connected-form__checkbox .uk-checkbox {
  border: 1px solid var(--text-color);
  margin-right: 5px;
}

.form__group.stay-connected-form__checkbox {
  margin-bottom: 10px;
}

.contact-snippet__actions {
  margin-top: 40px;
}

.footer-widget__container {
  position: relative;
}

.totop {
  position: absolute;
  right: 0px;
  width: 65px;
  text-align: center;
  height: 65px;
  border-radius: 50%;
  bottom: 0;
  margin-top: -11px;
}

.totop a {
  color: var(--footer-color);
  padding: 0;
  display: inline-block;
  line-height: 65px;
  height: 65px;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid var(--footer-color);
  width: 65px;
  font-size: 20px;
}

.footer__email a {
  word-break: break-all
}

#ot-sdk-btn.ot-sdk-show-settings {
  font-size: var(--footer-submenu-font-size);
}

.back-to-top .template-icon:before {
  content: "\e91d";
}

.site-footer em,
.site-footer i,
.site-footer li,
.site-footer p,
.site-footer span,
.site-footer * {
  color: var(--footer-color);
}

.site-footer :is(h1, h2, h3, h4, h5, h6) {
  color: var(--bg-alt-2);
}

.mobile-only-totop {
  display: none;
}

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

@media (max-width: 1199.98px) {
  .footer-widget__col--address {
    padding-right: 30px;
  }
}

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

@media (min-width: 960px) and (max-width: 1199.98px) {
  .footer-widget__col {
    padding-left: 40px;
  }
}

@media (max-width: 959.98px) {
  .footer-widget__col--newsletter .footer-widget__bigtitle {
    float: none;
    max-width: unset;
  }

  .footer-widget__col--link,
  .footer-widget__col--social {
    width: 30%;
  }

  .footer-widget__copyright {
    text-align: center;
  }

  .footer-widget__copygrid>* {
    width: 100%;
  }

  .footer-widget__copygrid .uk-width-auto,
  .footer-widget__copygrid .uk-width-expand {
    width: 100%
  }

  .footer-widget__submenu {
    justify-content: center;
  }

  .footer__title {
    margin-bottom: 20px;
  }

  .footer-widget__col.footer-widget__col--contact {
    border-right: none;
  }

  .footer-widget__col:last-of-type {
    padding-left: 0;
  }

  .footer-widget__container {
    padding: 0 20px;
  }
}

@media (max-width: 767.98px) {


  .footer-widget {
    padding: 40px 0;
  }

  .footer-widget__col--link,
  .footer-widget__col--social {
    width: 50%;
  }

  .footer-widget-newsletter__control+.footer-widget-newsletter__control {
    margin-top: 20px;
  }

  .footer-widget-newsletter__action {
    top: calc(100% - 46px);
    left: 0;
    right: auto;
  }

  .footer-widget-newsletter__grid {
    position: static;
  }

  .footer-widget__newsletter {
    position: relative;
    padding-bottom: 60px;
  }

  .footer-widget-newsletter__input {
    width: 100%;
    min-height: 50px;
  }

  .footer-widget-newsletter__grid .footer-widget-newsletter__control {
    width: 100%;
  }

  .footer-widget__copygrid>* {
    width: 100%;
  }

  .footer-widget__copygrid>.uk-grid-margin {
    margin-top: 20px;
  }

  .footer-widget__contact {
    padding: 20px 0;
  }

  .power-sec {
    position: relative;
    padding-bottom: 160px;
  }

  .totop {
    display: none;
  }

  .mobile-only-totop {
    display: block;
    bottom: 120px;
    right: 25px;
  }
}

@media (max-width: 639.98px) {
  .footer-widget__col {
    border-right: none;
  }

  .footer-widget__col--address {
    padding-right: 0;
  }

  .footer-widget__col--contact {
    padding-right: 0;
  }

  .footer-widget__col:last-of-type {
    padding-left: 40px;
  }
}

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

.footer-widget .error-message {
  color: var(--inverse-error-message-color);
  position: static !important;
}

.footer-widget-newsletter__input.input-error {
  border-color: var(--inverse-error-message-color) !important;
}

/* Breadcrumb*/
.breadcrumb__nav {
  padding: 15px 0;
  background: var(--bg-alt-3);
}

.breadcrumb__nav a {
  padding-right: 15px;
  margin-right: 15px;
  position: relative;
}

.breadcrumb__nav a::after {
  content: "/";
  position: absolute;
  right: -4px;

}

.breadcrumb__nav *,
.breadcrumb__nav a,
.breadcrumb__nav span{
  color: var(--inverse-font-color);
}

.breadcrumb__nav a:hover,
.breadcrumb__nav a:hover span,
.breadcrumb__nav a:focus-visible,
.breadcrumb__nav a:focus-visible span {
  color: var(--inverse-font-color);
  text-decoration: underline;
}

.breadcrumb__nav *:focus-visible {
  outline-color: var(--inverse-font-color);
}

@media (max-width: 767.98px) {
  .breadcrumb__nav {
    display: none;
  }
}

.footer-widget__submenu-item.l-universal-footer-link a#ccpalink:after {
  content: '';
  line-height: 1;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background: var(--bg-alt-3);
  border-radius: 0%;
}
.lt182-widget{background:var(--primary-color);position:relative;height:500px;min-height:60vh;position:relative;overflow:hidden}.lt182-widget .title{width:100%;position:absolute;bottom:65px;left:0;right:0;z-index:2;display:flex;align-items:flex-end;justify-content:center;color:var(--inverse-font-color);max-width:960px;margin:auto;padding:0 20px;text-align:center;filter:opacity(1)}.lt182-widget__media{height:100%;position:relative}.lt182-widget__media:after{content:"";position:absolute;z-index:0;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,rgba(0,0,0,0) 28.9%,rgba(0,0,0,.5) 100%)}.lt182-widget__media>img{width:100%;height:100%;object-fit:cover;object-position:center center}.is-video-swapped .lt182-widget__media{display:none}@media(min-width:960px)and (max-width:1399.98px){.lt182-widget .video__btn{width:80px;height:70px;padding:11px 10px}}@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){.lt182-widget,.lt182-widget__media{min-height:unset}}@media(max-width:639.98px){}@media(max-width:575px){.lt182-widget .title{max-width:calc(100% - 100px);font-size:24px;line-height:30px;font-weight:400}}
.snippet-grid{}.snippet-grid--small{}.snippet-grid__head{text-align:center;margin-bottom:40px}.snippet-grid__maintitle:last-child{margin-bottom:0}.snippet-grid__box{position:relative}.snippet-grid__media{margin-bottom:20px;overflow:hidden;padding-bottom:75%;position:relative}.snippet-grid__media>*{position:absolute;left:0;top:0;height:100%;width:100%;object-fit:cover;object-position:center}.snippet-grid__icon{font-size:45px;line-height:1;color:var(--highlight-color);margin-bottom:30px}.snippet-grid__smalltitle{margin-bottom:10px;font-weight:bold;font-size:14px}.snippet-grid__desc{margin-bottom:30px}.snippet-grid__title{margin-bottom:20px}.snippet-grid__desc{}.snippet-grid-amenities{display:flex;align-items:center;justify-content:flex-start;text-align:center;column-gap:30px;grid-row-gap:20px;margin-bottom:40px;flex-flow:wrap;margin-top:40px}.snippet-grid-amenities__item{display:flex;flex-direction:column;row-gap:10px;align-items:flex-start}.snippet-grid-amenities__icon{color:var(--highlight-color);font-size:40px;font-weight:normal}.snippet__actions .uk-button+.uk-button,.snippet__actions--grid .uk-button+.uk-button{margin:0 0 0 25px}.snippet__amenities-item--grid .snippet__amenities-name{margin:0;text-align:left}.snippet-grid__bottom{margin-top:65px;text-align:center}.snippet__media{max-width:100%;overflow:hidden;border-radius:var(--border-radius)}.snippet__media:focus-within{outline:1px solid var(--highlight-color);box-shadow:0 0 2px var(--highlight-color) inset;-webkit-box-shadow:0 0 2px var(--highlight-color) inset;-ms-box-shadow:0 0 2px var(--highlight-color) inset;-moz-box-shadow:0 0 2px var(--highlight-color) inset}.snippet__media>img{width:100%}.snippet__media--l{width:750px}.snippet__media--xl{width:800px}.snippet__media--vl{width:700px;padding-bottom:115%}.snippet__media--square{padding-bottom:100%}.snippet__media.our-history-media{padding-bottom:133%}.snippet__media--map{height:650px;padding:0}.snippet__media-mapholder{height:100%}.snippet__media-map,.snippet__media-map>div{height:100%!important}@media(min-width:1200px){.snippet-grid:not(.snippet-grid--small)+.snippet-grid,.snippet-grid:not(.snippet-grid--small)>.uk-grid-margin{margin-top:80px}}@media(max-width:1023.98px){.snippet-grid__media{margin-bottom:20px}}@media(max-width:959.98px){.snippet__media,.snippet__media>*,.snippet-grid__media,.snippet-grid__media>*{width:100%}}@media(max-width:767.98px){.snippet-grid__bottom{margin-top:40px}}@media(max-width:639.98px){}
.uk-modal .uk-modal-dialog{
}
.uk-modal .uk-close{
  width: 34px;
  height: 34px;
 /* background: var(--bg-alt-3);
  color: var(--inverse-font-color);*/
  top: 10px;
  right: 10px;
}
.uk-modal .uk-close:hover,
.uk-modal .uk-close:focus-visible{
 /* background: var(--bg-footer);*/
  opacity: 0.75;
}
.uk-icon:not(.uk-preserve) [stroke*='#']:not(.uk-preserve){
	stroke: var(--h1-font-color);
}
@media (min-width: 1024px){
  .uk-modal .uk-modal-dialog{
    width: 875px!important;
  }
}


.faqs-section .faqs-section-btn{
	margin-top: 60px;
}
@media(min-width:768px){.video__nav.navcontrolpad{left:auto;right:35px}}.video__wrapper{position:relative;height:100%;overflow:hidden;z-index:1;display:none}.video__wrapper--no-controls::after{display:none}.is-video-swapped .video__wrapper{display:block}.video__block>*{max-width:unset;width:100%;height:100%;object-fit:cover;position:relative}.video__wrapper>.ms_cms_editbar_component{top:100px;z-index:10;left:50%}.video__wrapper.cms6{z-index:2}.video__wrapper:after{content:'';position:absolute;background:transparent;top:0;left:0;width:100%;height:100%;z-index:1}.video__actions{position:absolute;right:5px;bottom:5px;z-index:11}.video__actions-more{display:none;position:absolute;bottom:86px;left:5px}.video__block{position:absolute;left:0;top:0;height:100%;width:100%}.video__block>iframe{width:100%;height:100%;object-fit:cover;position:relative}.video__block>iframe.cms6{max-width:100%!important;max-height:100%!important;position:static!important;width:100%!important;height:100%!important}.video__trigger{background:var(--primary-color);border-radius:4px;color:var(--inverse-font-color);display:flex;width:35px;height:35px;padding:0;align-items:center;justify-content:center;transition:all .3s ease-out;margin:30px;text-transform:capitalize;padding:0 10px;line-height:1.3;min-height:unset;opacity:.9}.summer-theme .video__trigger,.camelbeach-theme .video__trigger{background:var(--highlight-color)}.video__trigger-text{display:none;font-size:11px;line-height:1.4;margin-top:10px;letter-spacing:normal}.video__trigger:hover,.video__trigger:focus-visible,.video__actions.is-active .video__trigger{width:80px;height:80px;flex-direction:column;background:var(--primary-color);color:var(--inverse-font-color);margin:5px}.video__trigger:hover,.video__trigger:focus-visible{opacity:1}.video__trigger:hover .video__trigger-text,.video__trigger:focus-visible .video__trigger-text,.video__actions.is-active .video__trigger-text{display:flex}.video__actions.is-active .uk-button .template-icon.template-icon-close{line-height:1}.video__trigger-icon{display:flex!important;justify-content:center;width:18px;height:12px;margin:auto!important}.video__trigger .is-off,.video__actions.is-active .video__trigger .is-on{display:none}.video__actions.is-active .video__trigger .is-off{display:flex}.video__actions.is-active .video__actions-more{display:block}.video__btn{width:80px;height:80px;display:flex;line-height:1.5;margin-bottom:4px;background:var(--primary-color);color:var(--inverse-font-color);align-items:center;justify-content:center;text-align:center;border-radius:4px;opacity:.9;font-size:11px;padding:5px 5px 0 5px;flex-direction:column;text-transform:capitalize;letter-spacing:0;transition:all .3s ease}.video__btn:hover,.video__btn:focus-visible{opacity:1}.video__btn .is-off{display:none}.video__btn.active .is-off{display:block}.video__btn.active .is-on{display:none}.video__btn-icon{margin-bottom:10px!important;display:block!important;font-size:18px}.video__modal-title{font-size:24px;line-height:1.5;margin-bottom:15px}.video__modal-body p:last-child,.video__modal-body ul:last-child,.video__modal-body ol:last-child{margin-bottom:0}.video-js .vjs-control-bar{display:none}@media(max-width:1024.98px){.video__actions{bottom:15px}}@media(max-width:959.98px){.video__actions{bottom:50px}}@media(max-width:959.98px){.video__block,.video__block>*{height:100%!important}}@media(min-width:640px)and (max-width:767.98px){.video__btn{font-size:0}.video__btn,.video__trigger,.video__trigger:hover,.video__trigger:focus-visible,.video__actions.is-active .video__trigger{width:40px;height:40px}.video__trigger:hover,.video__trigger:focus-visible,.video__actions.is-active .video__trigger{margin:30px}.video__actions-more{left:auto;right:30px}.video__trigger .video__trigger-text{display:none!important}}@media(max-width:575px){.video__btn{font-size:0;line-height:0;height:35px;width:35px;min-height:35px}.video__btn-icon{margin:0!important}.video__trigger:hover,.video__trigger:focus-visible,.video__actions.is-active .video__trigger{width:35px;height:35px}.video__actions-more{bottom:42px}.video__trigger-text{display:none!important}.video__trigger{margin:5px}.video__actions{bottom:120px}}
/* Header Starts */

:root {
  --header-height: 82px;
  --mob-header-height: 60px;
  --mob-logo-height: 37px;
  --mob-logo-width: 40px;
}

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

.header__container {
  max-width: 100%;
}

.header {
  position: fixed;
  z-index: 51;
  background: var(--bg-header);
  color: var(--header-color);
  padding: 20px;
  left: 0;
  top: 0;
  width: 100%;
  min-height: var(--header-height);
}

.header.is-fixed {
  /*border-bottom: 1px solid var(--border-color);*/
  border-bottom: none;
  background: var(--bg-header);
}

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

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

.header__col--center {
  text-align: center;
}

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

.header__logo {
  width: var(--logo-width);
  height: var(--logo-height);
  display: inline-block;
  align-items: center;
  color: var(--header-color);
}

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

.header__logo>.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  background: var(--inverse-font-color);
  color: var(--text-color);
}

.header-collapsible {}

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

.header__phone>.template-icon {
  margin-right: 13px;
  font-size: 112.5%;
}

.header__phone-label {
  display: block;
  margin-right: 5px;
}

.header__phone-text>.template-icon {
  display: none;
}

.header__phone-text {
  display: block;
  color: var(--header-color);
}

.header__bookstay {
  margin-left: 30px;
  border: 1px solid var(--inverse-font-color);
  color: var(--inverse-font-color);
}

.header__bookstay:hover,
.header__bookstay:focus-visible {
  background: var(--primary-cta-hover-color) !important;
  border-color:var(--primary-cta-hover-color) !important;
  color: var(--primary-cta-font-color) !important;
}

.navmenu__list .uk-dropdown.uk-open {
  display: block !important;
}

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

.navmenu__list-item {
  margin-right: 10px;
  position: relative;
}

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

.navmenu__list-link {
  display: inline-flex;
  padding: 15px 10px;
  position: relative;
  font: var(--header-fonts);
  text-transform: var(--header-fonts-text-transform);
  color: var(--header-color);
  font-family:'josefinsans-bold' !important;
}

.navmenu__list-link:hover,
.navmenu__list-link:focus-visible,
.navmenu-dropmenu__link:hover,
.navmenu-dropmenu__link:focus-visible {
  color: var(--highlight-color);
}
.navmenu__list-link:focus-visible,
.navmenu-dropmenu__link:focus-visible,
.header__logo:focus-visible{
  outline-color: var(--inverse-font-color)!important;
}
.navmenu__list-link:focus-visible,
.navmenu-dropmenu__link:focus-visible,
.header__logo:focus-visible{
  outline-color: var(--inverse-font-color)!important;
}
.navmenu-dropmenu__link.navON {
  text-decoration: underline;
}
.navmenu__dropdown>a {
  position: relative;
  padding: 10px 25px 10px 10px;
}

.navmenu__dropdown>a:before {
  content: '\ed38';
  font-family: var(--icon-fonts);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  transition: all .4s ease;
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
}

.navmenu__dropdown>a[aria-expanded="true"]:before {
  transform: translateY(-50%) rotate(180deg);
}

.navmenu-dropmenu {
  padding: 20px 0px;
  margin: 0;
  min-width: 265px;
  background: var(--bg-header);
  overflow: auto;
  max-height: 70vh;
  --uk-position-offset: 15px;
  text-align: left;
}

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

.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-langsel__dropdown-link:hover,
.header-langsel__dropdown-link:focus-visible {
  text-decoration: underline;
  text-decoration-color: var(--primary-color);
}

@media(min-width: 960px) {

  .has-transparent-header header:not(.is-fixed) .header__container {
    padding-bottom: 25px;
    position: relative;
  }

  .has-transparent-header header:not(.is-fixed) .header__container:before,
  .has-transparent-header header:not(.is-fixed) .header__container:after {
    content: "";
    background: var(--inverse-font-color);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    opacity: .25;
  }

  .has-transparent-header header:not(.is-fixed) .header__container:after {
    bottom: -5px;
  }


  .header__toggler,
  .navmenu__list-item--onlymob,
  .navmenu__list-link--btn,
  .header__phone,
  .header-social {
    display: none !important
  }

  .navmenu__list-item:last-child:not(.navmenu__dropdown) .navmenu__list-link {
    padding-right: 0;
  }
}

@media(min-width: 1400px) {
  .navmenu__list {
    column-gap: 30px;
  }
}

@media (max-width: 1399.98px) {
  .navmenu__list-item {
    margin-right: 0;
    position: relative;
  }

  .navmenu__list-link {
    padding: 10px 10px;
  }

  .header__logo {
    width: var(--mob-logo-width);
    height: var(--mob-logo-height);
  }

  .header__phone,
  .navmenu__list-link,
  .navmenu-dropmenu__link {
    font-size: var(--xs-font-size);
  }

  .header__bookstay {
    font-size: var(--xs-font-size);
  }
}

@media (max-width: 1199.98px) {
  .header {
    padding: 20px 0 20px;
  }

  .header__grid {
    margin-left: -20px;
  }

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

  .navmenu__list-link {
    padding: 10px 5px;
  }

  .navmenu__dropdown>a {
    padding: 10px 30px 10px 10px;
  }

  .navmenu__dropdown>a:before {
    right: 5px;
  }
}

@media (max-width: 1023.98px) {

  .header__phone,
  .navmenu__list-link,
  .header__bookstay,
  .navmenu-dropmenu__link {
    /* font-size: 10px; */
  }

  .header__bookstay {
    border-top: 1px solid var(--bg-alt-1);
  }
}

@media (max-width: 959.98px) {
  .header__col--right {
    padding: 0;
  }

  .header__bookstay {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    font: var(--primary-cta-fonts);
    min-height: 52px;
    border-radius: 0;
    z-index: 10;
    border: none;
  }

  .header__bookstay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--inverse-font-color);
    opacity: 0.2;
  }

  .navmenu__list {
    justify-content: flex-end;
  }

  .navmenu__dropdown>a {
    padding: 10px 20px 10px 10px;
  }

  .navmenu__dropdown>a:before {
    right: 0;
  }
}

@media (max-width: 959.98px) {
  :root {
    --header-height: 65px;
  }

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

  .header.is-fixed,
  .has-transparent-header.withoutbanner .header,
  .has-transparent-header .header:not(.is-fixed) {
    background: var(--bg-header) !important;
  }

  .header.is-fixed {
    border-color: var(--bodr-bg);
  }

  .header__col--left {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding-left: 0 !important;
  }

  .header__toggler {
    position: fixed;
    left: 30px;
    top: 20px;
  }

  .header__col--center {
    position: static;
  }

  .header-langsel__control {
    padding: 11px 10px;
    margin-right: 10px;
  }

  .lang-switch .uk-dropdown {
    top: 60px !important;
    padding: 10px;
  }


  .header__phone {
    position: absolute;
    right: 30px;
    top: 20px;
  }

  .header {
    min-height: var(--header-height);
    z-index: 101;
    padding: 0;
    display: flex;
    align-items: center;
  }

  .header__container {
    width: 100%;
  }

  .is-bookstay-active .header__bookstay {
    display: none;
  }

  .header__toggler-btn {
    background: transparent;
    border: 0;
    display: flex;
    padding: 3px 0;
    margin: 0;
    font-size: 24px;
    line-height: 1;
    color: var(--header-color);
    cursor: pointer;
    align-items: center;
    min-width: 24px;
    justify-content: flex-end;
  }

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

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

  .is-header-active {
    overflow: hidden
  }

  .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;
  }

  .header__phone {
    min-width: 18px;
    line-height: 1;
    display: block;
  }

  .header__phone-text {
    font-size: 0;
    line-height: 0;
    padding: 3px 0;
  }

  .header__phone-label {
    display: none;
  }

  .header__phone-text>.template-icon {
    display: block;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
  }

  .header__grid {
    margin-left: -30px;
  }

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

  .header-collapsible {
    position: fixed;
    top: var(--header-height, 0);
    right: -100%;
    width: 100%;
    height: calc(100vh - var(--header-height, 0));
    z-index: 9;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background-color: var(--bg-alt-1);
    /* border-top: 1px solid var(--border-color); */
    transition: right .4s ease;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .header__bookstay {
    margin-left: 0;
    background: var(--primary-cta-color) !important;
    border: 1px solid var(--primary-cta-color) !important;
  }

  .is-header-active .header-collapsible {
    right: 0;
  }

  .navmenu__list {
    display: block;
    position: relative;
    z-index: 10;
  }

  .navmenu__list-item+.navmenu__list-item {
    margin-top: 5px;
  }

  .has-transparent-header .header:not(.is-fixed) .navmenu__list-link,
  .navmenu__list-link {
    color: var(--h1-font-color) !important;
  }

  .navmenu__list-link {
    display: inline-flex;
    padding: 15px 30px;
    font: var(--mob-header-fonts);
    text-transform: var(--header-fonts-text-transform);
    text-align: center;
    justify-content: center;
  }

  .header-social {
    margin-top: 65px;
  }

  .header-social .center-footer__social-item a {
    border: none;
    background: var(--primary-color) !important;
    color: var(--body-bg) !important;
    border-radius: 100%;
  }

  .center-footer__social-item a .template-icon {
    color: var(--footer-color) !important;

  }

  .navmenu-dropmenu {
    position: relative !important;
    box-shadow: none !important;
    background: transparent;
    padding: 0 40px 10px;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: auto !important;
    max-width: 100% !important;
    list-style: none;
    text-align: center;
  }

  .navmenu-dropmenu__link {
    color: var(--highlight-color) !important;
    font: var(--mob-header-fonts) !important;
  }

  .navmenu-dropmenu__link.navON {
    text-decoration: underline;
  }

  .navmenu__dropdown>a:before {
    color: var(--highlight-color) !important;
  }
}



.navmenu__list-link:hover,
.navmenu__list-link:focus-visible,
.navmenu-dropmenu__link:hover,
.navmenu-dropmenu__link:focus-visible {
  color: var(--highlight-color);
  text-decoration: underline;
}

/* .navmenu-dropmenu {
position: relative !important;
box-shadow: none !important;
background: transparent;
padding: 0 40px 10px;
top: 0 !important;
left: 0 !important;
right: 0 !important;
bottom: auto !important;
max-width: 100% !important;
list-style: none;
text-align: center;
} */

.navmenu-dropmenu__link {
  color: var(--inverse-font-color);
  font: var(--body-text-fonts);
  padding: 7px 10px;
  /* text-transform: uppercase; */
  text-transform: var(--header-fonts-text-transform);
}

.navmenu__list-link.navON,
.navmenu__more-link.navON {
  color: var(--header-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 {
  padding: 15px 30px;
}

.navmenu__dropdown>a:before {
  font-size: 20px;
}

.is-header-active .header {
  background: var(--primary-color) !important;
}

.is-header-active .header__phone,
.is-header-active .header__phone-text,
.is-header-active .header__toggler-btn {
  color: var(--inverse-font-color) !important;
}



@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;
}

.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__bookstay,
.has-transparent-header .header:not(.is-fixed) .header__logo {
  color: var(--inverse-font-color);
}

.has-transparent-header .header:not(.is-fixed) .header__phone-text{
  color: var(--header-color) !important;
}

.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__logo {
  color: var(--inverse-font-color);
  filter:opacity(1);
}

@media (min-width: 768px) {
  .has-transparent-header .header:not(.is-fixed) .header__bookstay {
    border-color: var(--primary-cta-color);
  }
}

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

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

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

@media (max-width: 959.98px) {

  .navmenu__list-link.navON,
  .navmenu__more-link.navON {
    color: var(--highlight-color) !important;
    text-decoration: underline;
  }
}

@media (max-width: 767.98px) {
  .lang-switch .uk-dropdown {
    top: calc(var(--mob-header-height) - 10px) !important;
  }

  .has-transparent-header .header:not(.is-fixed) .header__toggler-btn {
    color: var(--header-color) !important;
  }

}

@media (max-width: 639.98px) {
  .header-social {
    padding-bottom: 80px;
  }
}

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


/* Transparent Header Ends */

/* Lang Switch Starts */
.lang-switch * {}

.lang-switch:before {
  content: "";
  border-left: 1px solid var(--inverse-font-color);
  margin-left: 8px;
  position: absolute;
  height: 22px;
}

.lang-switch .header-langsel__control {
  letter-spacing: 2px;
}

#lang-switch1 {
  border: none;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  width: 60px;
  text-align: center;
  text-align-last: center;
  text-transform: var(--header-fonts-text-transform);
  /* height: 50px; */
  cursor: pointer;
  position: relative;
  z-index: 1;
  background: transparent;
  font-family: var(--text-fonts);
  color: var(--inverse-font-color);
}

.lang-switch {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  column-gap: 8px;
}

.lang-switch .uk-button {
  background: transparent;
}

.lang-switch .uk-dropdown {
  list-style: none;
  min-width: 50px;
  max-width: 50px;
  text-align: left;
}

span.lang-arrow.template-icon-chevron-down {
  /* margin-left: -20px; */
  top: 0;
  position: relative;
  font-size: 20px;
}

@media(min-width: 1024px) {
  .lang-switch {
    margin-left: 10px;
  }

  .lang-switch:before {
    margin-left: 0;
  }
}

@media (min-width: 1024px) and (max-width: 1199.98px) {
  .lang-switch:before {
    margin-left: 0;
  }
}

@media(min-width: 1280px) {
  .lang-switch {
    margin-left: 10px;
  }

  .lang-switch:before {
    margin-left: 0;
  }
}

@media(min-width: 1400px) {
  .lang-switch {
    margin-left: 8px;
  }

  .lang-switch:before {
    margin-left: 0;
  }
}

@media (max-width: 1199.98px) {
  #lang-switch1 {
    width: 50px;
  }

  #lang-switch1,
  .lang-switch {
    font-size: 12px;
  }
}

@media (max-width: 1023.98px) {

  #lang-switch1,
  span.lang-arrow.template-icon-chevron-down {
    color: var(--inverse-font-color);
  }

  .lang-switch {
    padding-right: 18px;
  }

  .lang-switch:before {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .lang-switch:before {
    margin-left: 0;
  }

}

@media (max-width: 767.98px) {
  #lang-switch1 {
    width: 45px;
  }
}

/* Lang Switch Ends */


/* CMS 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 {  color: var(--header-color) !important; }

.page-component-mi-block .lang-switch {
  z-index: 1;
}

/* CMS Ends */

.page-component-mi-block .lang-switch {
  display: none !important;
}
/*.intro-sec-right-image-widget--primary-bg{
	background: var(--bg-alt-1);
}
.intro-sec-right-image-widget--secondary-bg{
	background: var(--bg-alt-2);
} */
.intro-sec-right-image-widget {
    padding: 60px 0;
    position: relative;
    z-index: 1;
    /* margin-bottom: -123px; */
}


.intro-sec-right-image-widget.no-overlap {
    margin-bottom: 0;
    padding-bottom: 105px;
}

.intro-sec-right-image-widget__container {
    position: relative;
}

.intro-sec-right-image-widget__col {
    width: 100%;
    /* max-width: 375px; */
}

.intro-sec-right-image-widget__big_image img {
    width: 100%;
}

.intro-sec-right-image-widget__actions {
}

.intro-sec-right-image-widget__actions .uk-button+.uk-button {
   /* margin-top: 25px;*/
    margin-left: 10px;
}
.intro-sec-right-image-widget .uk-button-primary, 
.intro-sec-right-image-widget .uk-light .uk-button-primary{
	min-width: 130px;
  	padding: 11px 20px;
}
@media (min-width: 960px) {
    .intro-sec-right-image-widget {
        margin-top: 80px;
    }

    .intro-sec-right-image-widget__col {
        padding-left: 80px;
        max-width: 400px;
    }


    .intro-sec-right-image-widget__container:before {
        content: "";
        background: var(--bg-alt-3);
        position: absolute;
        left: 20px;
        top: -60px;
        width: 57%;
        height: calc(100% + 120px);
        z-index: -1;
    }

}
.intro-sec-right-image-widget__container * { color:#fff; filter:opacity(1); }

@media (min-width: 1200px) {

    .intro-sec-right-image-widget__actions .uk-button+.uk-button {
        padding: 11px 10px;
    }
}

@media (min-width: 1400px) {
    .intro-sec-right-image-widget {
        margin-top: 130px;
      padding-bottom: 100px;
    }

    .intro-sec-right-image-widget__container:before {
        left: 32px;
        top: -70px;
        height: calc(100% + 140px);
    }

    .intro-sec-right-image-widget__col {
        padding-left: 100px;
    }

    .intro-sec-right-image-widget__col {
        max-width: 500px;
    }
}

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

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

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

@media (max-width: 959.98px) {
    .intro-sec-right-image-widget__container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .intro-sec-right-image-widget__grid>* {
        position: relative;
        z-index: 1;
    }

    .intro-sec-right-image-widget__grid.gutter-xxl>*:first-child:before {
        content: "";
        background: var(--bg-alt-3);
        position: absolute;
        left: 40px;
        top: -60px;
        width: calc(100% - 40px);
        height: calc(100% + 120px);
        z-index: -1;
    }


    .intro-sec-right-image-widget__col {
        max-width: 100%;
        padding: 0 30px;
    }

    .intro-sec-right-image-widget {
        margin-top: 20px;
    }

    .intro-sec-right-image-widget__images {
        padding-left: 10px;
        padding-right: 10px;
        margin: 0 auto;
        margin-top: 53px;
        text-align: center;
    }

}

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

@media (min-width: 640px) and (max-width: 959.98px) {
    .intro-sec-right-image-widget__actions {
        display: flex;
    }

    .intro-sec-right-image-widget__actions .uk-button+.uk-button {
        margin-top: 0;
        margin-left: 25px;
    }
}

@media (min-width: 768px) and (max-width: 959.98px) {
    .intro-sec-right-image-widget__grid.gutter-xxl>*:first-child:before {
        height: calc(100% + 240px);
    }
}

@media (max-width: 639.98px) {
    .intro-sec-right-image-widget__grid.gutter-xxl>*:first-child:before {
        height: calc(100% + 200px);
    }
  .intro-sec-right-image-widget__actions .uk-button+.uk-button{
  	margin-left: 0;
  }
}

@media (max-width: 575px) {}
.hero-banner-with-slider-option-2 .hero-banner-slideshow {
    background: var(--primary-color);
    color: var(--inverse-font-color);
    height: 100vh;
    min-height: 600px;
}

.hero-banner-with-slider-option-2 .hero-banner-slideshow__items {
    min-height: 100% !important;
    height: 100%;
}

.hero-banner-with-slider-option-2 .hero-banner-slideshow__media {
    position: relative;
    height: 100%;
}

/* .hero-banner-with-slider-option-2 .hero-banner-slideshow__media:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0) 48.5%, rgba(0, 0, 0, 0.6) 86%),
        linear-gradient(180deg, rgba(0, 0, 0, 0) 66.44%, rgba(0, 0, 0, 0.7) 100%);
    transform: rotate(-180deg);


} */
.hero-banner-with-slider-option-2 .hero-banner-slideshow__media:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 65%;
    z-index: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    /* background: linear-gradient(360deg, rgba(0, 0, 0, 0) 48.5%, rgba(0, 0, 0, 0.6) 86%),
        linear-gradient(180deg, rgba(0, 0, 0, 0) 66.44%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 48.5%, rgba(0, 0, 0, 0.6) 86%), linear-gradient(180deg, rgba(0, 0, 0, 0) 66.44%, rgba(0, 0, 0, 0.8) 100%);
    transform: rotate(360deg); */

}

.hero-banner-with-slider-option-2 .hero-banner-slideshow.no-text .hero-banner-slideshow__media:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45%;
    z-index: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);


}

.hero-banner-with-slider-option-2 .hero-banner-slideshow .hero-banner-slideshow__media:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 25%;
    z-index: 0;
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.5) 0%,
            /* top */
            rgba(0, 0, 0, 0.4) 60%,
            /* middle */
            rgba(0, 0, 0, 0.2) 80%,
            /* middle */
            rgba(0, 0, 0, 0) 100%
            /* bottom fade */
        )
}

.hero-banner-with-slider-option-2 .hero-banner-slideshow__media>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-banner-with-slider-option-2 .hero-slideshow__caption .title {
    color: var(--inverse-font-color);
    text-align: left;
}

.hero-banner-with-slider-option-2 .hero-slideshow__caption .title:focus-visible {
    outline-color: var(--inverse-font-color);

}

.hero-banner-with-slider-option-2 .hero-slideshow__caption-wrapp {
    padding-bottom: 80px;
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 940px;
    margin: 0 auto;
}

.hero-banner-with-slider-option-2 .hero-slideshow__actions {
    position: absolute;
    max-width: 90%;
    bottom: 35px;
    /* transform: translateY(-50%); */
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 3;
}

.hero-banner-with-slider-option-2 .hero-slideshow__actions .slider-controls__slidenav {
    color: var(--inverse-font-color);
}

.hero-banner-with-slider-option-2 .hero-slideshow__actions .uk-dotnav a {
    border: 1px solid var(--inverse-font-color);
    opacity: 0.5;
    width: 10px;
    height: 10px;
    position: relative;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 100%;
}

.hero-banner-with-slider-option-2 .hero-slideshow__actions .uk-dotnav>*>* {
    border-radius: 0;
}

.hero-banner-with-slider-option-2 .hero-slideshow__actions .uk-dotnav>*:first-child {
    padding-left: 0;
}

.hero-banner-with-slider-option-2 .hero-slideshow__actions .uk-dotnav>* {
    padding-left: 20px;
}

.hero-banner-with-slider-option-2 .hero-slideshow__actions .uk-dotnav>.uk-active>* {
    background: var(--inverse-font-color);
    opacity: 1;
    border-color: var(--inverse-font-color);
}

.hero-banner-with-slider-option-2 .hero-slideshow__actions .uk-dotnav a:hover,
.hero-banner-with-slider-option-2 .hero-slideshow__actions .uk-dotnav a:focus {
    background: var(--inverse-font-color);
    color: var(--incerse-font-color);
}
.hero-banner-with-slider-option-2 .video__trigger-icon svg * {
    stroke: var(--inverse-font-color) !important;
}
@media (min-width: 960px) {
    .hero-banner-with-slider-option-2 .hero-slideshow__caption-wrapp {
        text-align: left;
        margin: 0;
    }

    .hero-banner-with-slider-option-2 .hero-slideshow__caption {
        position: absolute;
        bottom: 146px;
        z-index: 2;
        left: calc((100% - 1366px)/2);
        padding-left: 20px;
        transition: all .1s;
        transition-delay: 1.1s;
        max-width: 950px;
        width: 100%;
    }
}
@media (min-width: 1024px) {
	.hero-banner-with-slider-option-2 .hero-slideshow__actions{
  		left: 40px;
  	}
}
@media (min-width: 1400px) {
    .hero-banner-with-slider-option-2 .hero-slideshow__caption-wrapp {
        padding-bottom: 0;
    }

    .hero-banner-with-slider-option-2 .hero-slideshow__caption .title {
        margin-bottom: 0;
    }

    .hero-banner-with-slider-option-2 .hero-slideshow__caption {
        bottom: 260px;
        top: auto;
        /* top: 50%;
        transform: translateY(-50%); */
    }
}

@media (min-width: 1680px) {
    .hero-banner-with-slider-option-2 .hero-slideshow__caption {
        left: calc((100% - 1680px)/2)
    }
}

@media (min-width: 1800px) {
    .hero-banner-with-slider-option-2 .hero-slideshow__caption {
        left: calc((100% - 1800px)/2)
    }
}

@media (min-width: 960px) and (max-width: 1366px) {
    .hero-banner-with-slider-option-2 .hero-slideshow__caption {
        left: 20px;
        max-width: calc(100% - 20px);
    }
}

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

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

@media (max-width: 1023.98px) {
    .hero-banner-with-slider-option-2 .hero-slideshow__actions {
        /* top: 50%; */
        left: 0;
        right: 0;
        bottom: 140px;
    }

    .hero-banner-with-slider-option-2 .hero-slideshow__caption-wrapp {
        padding-bottom: 20px;
    }

    .hero-banner-with-slider-option-2 .hero-slideshow__caption {
        bottom: 160px;
    }

    .hero-banner-with-slider-option-2 .hero-slideshow__actions.slider-nav-arrows {
        bottom: 100px;
    }

}

@media (max-width: 959.98px) {
    .hero-banner-with-slider-option-2 .hero-banner-slideshow .hero-banner-slideshow__media:before {
        display: none;
    }
}

@media (orientation: landscape) and (max-width: 767.98px) {
    .hero-banner-with-slider-option-2 .hero-banner-slideshow {
        min-height: 300px;
    }

    .hero-banner-with-slider-option-2 .hero-slideshow__caption-wrapp {
        padding-bottom: 20px;
    }

    .hero-banner-with-slider-option-2 .hero-slideshow__caption {
        bottom: 60px;
    }

    .hero-banner-with-slider-option-2 .hero-slideshow__actions.slider-nav-arrows,
    .hero-banner-with-slider-option-2 .hero-slideshow__actions.slider-nav {
        bottom: 140px;
    }
}

@media (max-width: 767.98px) {
    .hero-banner-with-slider-option-2 .hero-slideshow__caption .title {
        text-align: center;
    }

    .hero-banner-with-slider-option-2 .hero-slideshow__caption {
        bottom: 100px;
    }

    .hero-banner-with-slider-option-2 .hero-slideshow__caption-wrapp {
        padding-bottom: 20px;
    }

    .hero-banner-with-slider-option-2 .hero-slideshow__actions.slider-nav {
        bottom: 80px;
    }

    .hero-banner-with-slider-option-2 .hero-slideshow__actions.slider-nav-arrows {
        bottom: 10px;
    }

    .hero-banner-with-slider-option-2 .hero-slideshow__actions.slider-nav .uk-dotnav,
    .hero-banner-with-slider-option-2 .hero-slideshow__actions.slider-nav-arrows .slider-controls__arrows {
        width: 100%;
    }

    .hero-banner-with-slider-option-2 .hero-slideshow__actions.slider-nav-arrows .slider-controls__arrows {
        justify-content: center;
    }

    .hero-banner-with-slider-option-2 .hero-banner-slideshow__media:after {
        height: 50%;
    }

    .hero-banner-with-slider-option-2 .hero-banner-slideshow.no-text .hero-banner-slideshow__media:after {
        height: 25%;
    }
}

@media (max-width: 639.98px) {
  .hero-banner-with-slider-option-2 .hero-banner-slideshow{
  	height: calc(100vh - var(--mob-header-height));
  }
    .hero-banner-with-slider-option-2 .hero-slideshow__caption {
        bottom: 100px;
    }

    .hero-banner-with-slider-option-2 .hero-slideshow__caption-wrapp {
        padding-bottom: 0;
    }

    .video__block,
    .video__block>* {
        height: calc(100% + 60px) !important;
    }

}


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

/* CMS Starts*/
.mi-block.page-component-mi-block .hero-banner-with-slider-option-2 .hero-slideshow__caption {
    left: calc((100% - 1300px)/2) !important;
}
.hours-reservations-widget{background:var(--highlight-color);padding:10px 40px;position:fixed;bottom:0;width:100%;background:var(--bg-alt-3);z-index:9;transition:.5s ease;overflow:hidden}.hours-reservations-widget>*,.hours-reservations-widget a{color:var(--inverse-font-color);text-transform:var(--h1-title-fonts-text-transform);letter-spacing:2px;filter:opcity(1)}.now-open,.reservation-text{font-weight:var(--bold-font-weight)}.reservation-text{padding-right:10px}.reservation-text:focus,.reservation-text:focus-visible{outline:1px solid var(--inverse-font-color)}.now-open:before,.reservation-text:before{content:"";display:inline-block;width:15px;height:1px;background:var(--inverse-font-color);vertical-align:middle;margin-right:10px}.now-hours::before{content:"";display:inline-block;width:5px;height:1px;background:var(--inverse-font-color);vertical-align:middle}.reservation-text::after{content:"";display:inline-block;width:5px;height:1px;background:var(--inverse-font-color);vertical-align:middle}.hours-reservations-widget__smalltitle{display:flex;align-items:center;font-size:13px}.hours-reservations-widget .open-hours-icon{width:20px;height:20px;font-size:10px;display:flex;align-items:center;justify-content:center;background:var(--inverse-font-color);color:var(--body-font-color);border-radius:100%;transition:transform .8s ease}.open-hours-text{display:flex;align-items:center}.modal-link{position:relative;width:20px;height:20px;overflow:visible;display:inline-block;margin-left:5px}.modal-link .open-hours-icon{position:absolute;left:0;top:0;transition:transform .8s cubic-bezier(.2,.9,.2,1),opacity .8s;z-index:2}.modal-link .open-hours-icon.hover-btn{transform:translateY(45px);opacity:0;pointer-events:none;z-index:1}.open-hours-text:hover .default-btn,.open-hours-text:focus-within .default-btn{transform:translateY(-45px);opacity:0;pointer-events:none}.open-hours-text:hover .hover-btn,.open-hours-text:focus-within .hover-btn{transform:translateY(0);opacity:1;pointer-events:auto}.hours-reservations-widget .open-hours-icon .template-icon{font-size:9px;padding-left:3px}.reservation-phone:hover,.reservation-phone:focus-visible{text-decoration:underline}.hours-reservations-widget .open-hours-icon.hover-btn{}.hours-reservations-widget .open-hours-icon:hover,.hours-reservations-widget .open-hours-icon:focus-visible{}.hours-reservations-widget__right-col{display:flex;justify-content:flex-end}@media(max-width:959.98px){.hours-reservations-widget{bottom:auto;top:60px;padding:10px}.hours-reservations-widget__right-col{justify-content:center}.hours-reservations-widget__left-col{display:flex;justify-content:center}}@media(max-width:767.98px){.now-open:before,.reservation-text:before{display:none}.hours-reservations-widget__right-col{justify-content:center}}.page-component-teamplate .hours-reservations-widget{position:static}
.lt224-widget {
    padding: 60px 0;
}

.lt224-widget__container .lt224-widget-left__col .snippet-grid__media {
    width: 750px;
    max-width: 100%;
    padding-bottom: 100%;
}

.lt224-widget__container .lt224-widget-right__col .snippet-grid__media {
    padding-bottom: 95%;
}

.lt224-widget-left__col-wrap,
.lt224-widget-right__col-wrap {
    position: relative;
}

.lt224-widget .snippet-grid__content {
    text-align: center;
}

.lt224-widget-left__col-wrap .title {
    color: var(--inverse-font-color);
}

.lt224-widget-right__col-wrap .title {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.lt224-widget-left__col-wrap .snippet-grid__head {
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translate(-50%);
    top: 100px;
}

.lt224-widget .snippet-grid__maintitle {
    margin-bottom: 20px;
}
.lt224-widget__action{
	text-align: center;
  	justify-content: center;
}
@media (min-width: 960px) {
    .lt224-widget__grid>*:last-child {
        display: flex;
        justify-content: flex-end;
        margin-top: 40px;
    }

    .lt224-widget__container .lt224-widget-left__col .snippet-grid__media {
        width: 500px;
      margin-bottom: 0!important;
    }
  

    .lt224-widget-right__col-wrap {
        width: 361px;
    }

  /*  .lt224-widget__action {
        flex-direction: column;
    }

    .lt224-widget__action .uk-button+.uk-button {
        margin-left: 0;
        margin-top: 25px;
    }
  */

    .lt224-widget__slider__slider-controls {
        position: absolute;
        top: 23.85%;
        left: -60px;
    }
}
@media (min-width: 1200px) {
  .lt224-widget__slider__slider-controls{
    top: 30%;
  }
}
@media (min-width: 1400px) {
  .lt224-widget {
    padding: 100px 0;
}
    .lt224-widget .side-container.side-container-left {
        width: calc(1280px + (100% - 1280px)/2);
        width: -webkit-calc(1280px + (100% - 1280px)/2);
        max-width: 100%;
        padding-right: 32px;
        padding-left: 0;
    }

    .lt224-widget__container .lt224-widget-left__col .snippet-grid__media {
        width: 750px;
    }
}

@media (min-width: 1600px) {
    .lt224-widget .side-container.side-container-left {
        width: calc(1304px + (100% - 1304px)/2);
        width: -webkit-calc(1304px + (100% - 1304px)/2);
        max-width: 100%;
        padding-right: 32px;
        padding-left: 0;
    }

    .lt224-widget__container .lt224-widget-left__col .snippet-grid__media {
        width: 835px;
    }
}

@media (min-width: 1800px) {
    .lt224-widget__container .lt224-widget-left__col .snippet-grid__media {
        width: 900px;
    }
}

@media (max-width: 959.98px) {
    .lt224-widget-left__col-wrap .snippet-grid__head {
        top: 42px;
        width: 100%;
    }

    .lt224-widget__container .lt224-widget-left__col .snippet-grid__media {
        width: 100%;
    }

    .lt224-widget__container .lt224-widget-right__col .snippet-grid__media {
        margin-bottom: 105px;
    }

    .lt224-widget__slider__slider-controls {
        position: absolute;
        bottom: 20%;
        left: 50%;
        transform: translateX(-50%);
    }

    .lt224-widget__action {
        align-items: center;
    }
}

@media (max-width: 900px) {
    .lt224-widget__slider__slider-controls {
        bottom: 21%;
    }
}

@media (max-width: 850px) {
    .lt224-widget__slider__slider-controls {
        bottom: 22%;
    }
}

@media (max-width: 767.98px) {
  .lt224-widget{
  	padding-top: 20px;
  }
}

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

@media (max-width: 576px) {
    .lt224-widget-right__col-wrap .snippet-grid__head {
        margin-bottom: 0;
    }

    .lt224-widget-right__col-wrap .title {
        max-width: 90%;
    }

    .lt224-widget__slider__slider-controls {
        bottom: 42%;
    }
}

@media (max-width: 430px) {
  /*  .lt523-widget__action {
        flex-direction: column;
    } */

    .lt224-widget__slider__slider-controls {
        bottom: 35%;
    }
}

@media (max-width: 400px) {
    .lt224-widget__slider__slider-controls {}
}

@media (max-width: 389.98px) {
    .lt224-widget__slider__slider-controls {
        bottom: 37%;
    }
}

/* Slider arrow Nav Starts  */


.slider-controls__arrows-circle .slider-controls__slidenav {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: transparent;
    border: none;
    margin: 0;
    width: 30px;
    height: 30px;
    font-size: 20px;
    color: var(--primary-color);
    position: relative;
    z-index: 3;
}

.slider-controls__arrows-circle .slider-controls__slidenav:hover,.slider-controls__slidenav slider-controls__slidenav:focus-visible {
    /* background: var(--primary-color);
    color: var(--inverse-font-color); */
    background: unset;
    color: unset;
}


.slider-controls__arrows-circle {
    /* display: flex;
    align-items: center;
    gap: 30px;
    min-width: 111px; */
    width: 121px;
    height: 121px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-column-gap: 0;
    position: relative;
}

.slider-controls__arrows-circle:before {
    content: '';
    background: var(--inverse-font-color);
    width: 121px;
    height: 121px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.slider-controls__arrows-circle:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 121px;
    height: 121px;
    background: var(--body-bg);
    border-radius: 50%;
    transition-property: width, height, right, bottom;
    transition-duration: .1s;
    transition-timing-function: ease-out;
    transform: translate(-50%, -50%);
    z-index: 0;
    opacity: 0.5;
}

.slider-controls__arrows-circle:hover:after,
.slider-controls__arrows-circle:focus-within:after {
    width: 150px;
    height: 150px;
}


/* Slider arrow Nav Ends  */

.side-container.side-container-left {
    width: 100%;
    max-width: 100%;
}
.zigzag-side-container .snippet__media img{
	width: 100%;
}
@media(min-width: 1200px) {
    .side-container.side-container-left {
        margin-left: 0;
        margin-right: auto;
        padding-right: 20px;
        padding-left: 0;
        width: calc(1200px + (100% - 1200px)/2);
        width: -webkit-calc(1200px + (100% - 1200px)/2);
        max-width: 100%;
    }
}

@media(min-width: 1400px) {
    .side-container.side-container-left {
        width: calc(1304px + (100% - 1304px)/2);
        width: -webkit-calc(1304px + (100% - 1304px)/2);
        max-width: 100%;
        padding-right: 32px;
        padding-left: 0;
    }
}

@media(min-width: 1600px) {
    .side-container.side-container-left {
        max-width: 100%;
    }
}
/* tml2-widget Starts */
.tml2-widget {
    padding: 50px 0;
    /* background: var(--bg-alt-4); */
}

/*
.tml2-widget.tml2-widget--primary-bg * {
    color: var(--inverse-font-color);
}
.tml2-widget.tml2-widget--secondary-bg * {
    color: var(--text-color);
}*/


.tml2-widget__maincontent {
   /* margin-bottom: 30px;*/
}

.tml2-widget .title.title--tagline {
    color: var(--tagline-font-color);
}

/*.tml2-widget--primary-bg {
    background: var(--bg-alt-1);
}

.tml2-widget--secondary-bg {
    background: var(--bg-alt-2);
}*/


.tml2-widget .title--tagline::before {}

.tml2-widget .uk-dotnav>*>* {
    background: var(--inverse-font-color);
    opacity: 0.4;
}



.tml2-widget .uk-dotnav>*>*:hover,
.tml2-widget .uk-dotnav>*>*:focus-visible {
}


.tml2-widget .uk-dotnav>.uk-active>* {
    border: none;
}

.tml2-widget .title {}
.tml2-widget .title p, .tml2-widget .title p a { color:#2980b9;  }

.tml2-widget--dark-bg .title p, .tml2-widget--dark-bg .title p a { color:var(--dark-bg-text-color); }

.tml2-widget__name {
    margin: 0;
    font: var(--body-text-fonts);
    text-transform: var(--h1-title-fonts-text-transform);
    letter-spacing: 0;
    color: var(--body-font-color);

}

.tml2-widget__action {
    margin-top: 20px;
}

.tml2-widget__text {
    /* max-width: 770px; */
    margin-top: 15px;
  line-height: 120%;
    margin-bottom: 30px;
    text-transform: var(--body-fonts-text-transform);
}




.tml2-widget__dotnav {
    margin-top: 30px;
    justify-content: flex-start;
}



.tml2-widget--secondary-bg .tml2-widget__text,
.tml2-widget--secondary-bg .tml2-widget__name {
    color: var(--text-color);
}

.tml2-widget--secondary-bg.tml2-widget .title--tagline {
    color: var(--tagline-font-color);
}

.tml2-widget--secondary-bg.tml2-widget .title--tagline::before {
    border-top: 1px solid var(--tagline-font-color);
}

.tml2-widget--secondary-bg .uk-dotnav>*>* {
    background: var(--text-color);
}

.tml2-widget--secondary-bg .uk-dotnav>.uk-active>* {
    background: var(--text-color);
}

.tml2-widget__slider-actions.slider-nav .tml2-widget__dotnav {
    justify-content: center;
}

.tml2-widget__slider-actions.slider-nav .uk-dotnav>*,
.tml2-widget__slider-actions.slider-nav .uk-dotnav>*:first-child {
    padding-left: 12px;
}

.tml2-widget__slider-actions.slider-nav a:hover,
.tml2-widget__slider-actions.slider-nav a:focus {
    /* background: var(--inverse-font-color); */
}

 /**** dark light bg color css  **/
.tml2-widget--dark-bg {
    background: var(--dark-bg-color);
  	color: var(--dark-bg-text-color);
}
.tml2-widget--dark-bg * { color: var(--dark-bg-text-color);}

.tml2-widget--light-bg {
    background: var(--light-bg-color);
  color: var(--light-bg-text-color);
}
.tml2-widget--light-bg * { color: var(--light-bg-text-color); }

.tml2-widget--light-bg {
    background: var(--light-bg-color);
  color: var(--light-bg-text-color);
}
.tml2-widget--light-bg * { color: var(--light-bg-text-color); }

.tml2-widget--light-bg .tml2-widget__text,
.tml2-widget--light-bg .t.tml2-widget__name {
    color: var(--light-bg-text-color);
}

.tml2-widget--light-bg.tml2-widget .title--tagline {
    color: var(--light-bg-text-color);
}

.tml2-widget--light-bg .title.title--tagline {
    color: var(--light-bg-text-color);
}
.tml2-widget--dark-bg .title.title--tagline {
    color: var(--dark-bg-text-color);
}

.tml2-widget.tml2-widget--dark-bg:before { opacity:0.2; }

.tml2-widget--light-bg.tml2-widget .title--tagline::before {
    border-top: 1px solid var(--light-bg-text-color);
}

.tml2-widget--light-bg .uk-dotnav>*>* {
    background: var(--light-bg-text-color);
  border-color: var(--light-bg-text-color);
  
}

.tml2-widget--dark-bg .uk-dotnav>*>* {
    background: var(--dark-bg-text-color);
  border-color: var(--dark-bg-text-color);
  
}
.tml2-widget--dark-bg .uk-dotnav>.uk-active>* {
    background: var(--dark-bg-text-color);
}

.tml2-widget--dark-bg .tml2-widget__slider-actions.slider-nav a:focus-visible {
    outline: 1px solid var(--dark-bg-text-color);
    box-shadow: 0 0 2px var(--dark-bg-text-color) inset;
    -webkit-box-shadow: 0 0 2px var(--dark-bg-text-color) inset;
    -ms-box-shadow: 0 0 2px var(--dark-bg-text-color) inset;
    -moz-box-shadow: 0 0 2px var(--dark-bg-text-color) inset;
}
.tml2-widget--light-bg .tml2-widget__slider-actions.slider-nav a:focus-visible {
    outline: 1px solid var(--light-bg-text-color);
    box-shadow: 0 0 2px var(--light-bg-text-color) inset;
    -webkit-box-shadow: 0 0 2px var(--light-bg-text-color) inset;
    -ms-box-shadow: 0 0 2px var(--light-bg-text-color) inset;
    -moz-box-shadow: 0 0 2px var(--light-bg-text-color) inset;
}
/*** new variable css end **/


@media (min-width: 1200px) {
    .tml2-widget {
        padding: 50px 0 125px;
    }
}

@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) {
    .tml2-widget__text {
        margin: auto auto 30px;
        padding-top: 15px;
    }
}

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

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

/* tml2-widget Ends */
.two-col-layout-3--dark-bg {
    background: var(--dark-bg-color);
    color: var(--dark-bg-text-color);
}
.two-col-layout-3--dark-bg .title {
    color: var(--dark-bg-text-color);
}
.two-col-layout-3--light-bg {
    background: var(--light-bg-color);
    color: var(--light-bg-text-color)
}
.two-col-layout-3--light-bg .title {
    color: var(--light-bg-text-color);
}

.two-col-layout-3--dark-bg .button-link{
  color: var(--dark-bg-text-color);
}
.two-col-layout-3--dark-bg .button-link:after{
	background: var(--dark-bg-text-color);
}

    .two-col-layout-3 {
        padding: 100px 0;
    }

    .two-col-layout-3__grid {
        align-items: stretch;
        position: relative;
        z-index: 1;
    }



    .two-col-layout-3__content {
        max-width: 460px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 90px;
        position: relative;
    }


    .two-col-layout-3__col--content {}

    .two-col-layout-3__media {
        text-align: right;
        position: relative;
    }


    .two-col-layout-3__col--media {
        display: flex;
        justify-content: flex-end;
    }




    .two-col-layout-3__col {
        position: relative;
    }

    .two-col-layout-3__col--content {}

    .two-col-layout-3__col::before {
        /* content: "";
        background: var(--bg-alt-2);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; */
    }

    @media (min-width: 960px) {
        .two-col-layout-3__grid {}

        .two-col-layout-3__media {
        }

     /*   .two-col-layout-3__actions .uk-button-primary {
            padding: 11px 15px;
            min-width: 150px;
        }

        .two-col-layout-3__actions .uk-button+.uk-button {
            margin-left: 20px;
            padding: 11px 20px;
            min-width: 100px;
        }

        .two-col-layout-3__actions .button-link:hover:after,
        .two-col-layout-3__actions .button-link:focus-visible:after {
            width: calc(50% + 40px);
            left: 50%;
            transform: translateX(-50%);
        }*/
    }

    @media (min-width: 1400px) {
        .two-col-layout-3__content {
            /* padding-left: 88px; */
        }

    

        .two-col-layout-3__col {
            position: relative;
        }
    }

    @media (min-width: 1024px) and (max-width: 1365.98px) {
        .two-col-layout-3__content {
            max-width: 550px;
        }

        .two-col-layout-3__media {
            max-width: 400px;
        }
    }

    @media (max-width: 959.98px) {
        .two-col-layout-3__container {
            padding-left: 28px;
            padding-right: 28px;
        }

        .two-col-layout-3 {
            padding: 43px 0 43px;
        }


        .two-col-layout-3__content {
            max-width: 100%;
            max-width: 100%;
            padding-left: 28px;
            padding-right: 28px;
            padding-top: 58px;
            padding-bottom: 58px;
        }


        .two-col-layout-3__col--media {
            margin-top: 0 !important;
            justify-content: center;
            background: transparent;
        }

        .two-col-layout-3__media {
            width: 100%;
            text-align: center;
        }

        .two-col-layout-3__media img {
            width: 100%;
        }
    }

    @media (max-width: 767.98px) {
        .two-col-layout-3__content {
            padding: 30px 15px;
        }
      .two-col-layout-3__col--media{
      	margin-top: 30px!important;
      }

    }

    @media (max-width: 640px) {
       
    }
/* .uk-open>.uk-modal-dialog {
    opacity: 1;
    transform: translateY(0);
} */

.uk-modal-close {
    background: transparent;
    padding: 10px;
    position: absolute;
    top: 15px;
    left: 15px;
    min-height: unset;
    font-size: 20px;
    cursor: pointer;
    border: 0;
    color: var(--h1-font-color);
}

.uk-modal-close:hover,
.uk-modal-close:focus-visible{
	opacity: 0.7;
}

@media (max-width:767.98px) {
    .uk-modal-close {
        top: 5px;
        left: 5px;
    }

    .uk-modal-dialog {
        padding-top: 80px;
    }
}

/* Two Col Modal Starts */

.two-col-modal .uk-modal-dialog {
    width: 1150px;
    background: var(--bg-alt-2);
}

.two-col-modal__content {
    text-align: center;
    color: var(--placeholder-color);
}

.two-col-modal__actions {
    justify-content: center;
    margin-top: 40px;
}

.two-col-modal__content-block+.two-col-modal__content-block {
    margin-top: 40px;
}

/* Two Col Modal Ends */
@media (max-width: 959.98px) {
  .two-col-modal__actions.button-combo{
        flex-direction: column;
        align-items: center;
    }
	.two-col-modal__actions.button-combo .uk-button+.uk-button{
        margin: 25px 0 0 0;
        padding-top: 11px;
        padding-bottom: 11px;
    }
}


.popup-option-3 .uk-modal-dialog.popup-option-3__dialogue {
  width: 700px !important;
  background: var(--body-bg);
}

.popup-option-3__maingrid {
}
.popup-option-3 .popup-logo-section{
	max-width: 100px;
  margin: 0 auto 20px;
}
.popup-option-3__maincol--content {
  margin-left: auto;
  margin-right: auto;
  padding: 50px 69px
}

.popup-option-3__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.popup-option-3 .uk-modal-body {
  padding: 20px;
}

.popup-option-3 .uk-close {
  top: 10px;
  right: 10px;
}

@media(max-width: 959.98px) {
  .popup-option-3__maincol--content {
    padding: 40px 20px;
  }

}

@media(max-width: 576px){
 .popup-option-2__actions {
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
  }
}