
/* 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;*/

}

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

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


.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(--inverse-font-color);
}

.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(--inverse-font-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(255, 255, 255, 0.2);
}

.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(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.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;
  }
}
.snippet__zigzag:not(.is-hidden)+.snippet__zigzag:not(.is-hidden) {
  margin-top: 40px;
}

.snippet__zigzag.is-hidden+.snippet__zigzag {
  margin-top: 0;
  transition: margin .4s ease;
}
/*
.snippet__actions,
.snippet-grid__actions {
    margin-top: 40px;
    display: flex;
    align-items: center;
}

.snippet__actions .uk-button+.uk-button,
.snippet__actions--grid .uk-button+.uk-button {
    margin: 0 0 0 25px;
}

.snippet__actions--block {
    margin-top: 40px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.snippet__actions--block .uk-button+.uk-button {
    margin: 25px 0 0;
}
*/
.snippet__container .button-readmore{
	padding-left: 0;
  text-align: left;
  justify-content: flex-start;
  min-width: unset;
}
.snippet__container .button-readmore[aria-expanded="true"]:after{
	right: 0;
}
@media (min-width: 960px) {
  .snippet__zigzag:nth-child(even) .snippet__col:first-child {
    order: 2;
  }

  .snippet__zigzag:nth-child(even) .snippet__col:last-child {
    order: 1;
  }

  .snippet__zigzag:nth-child(odd) .snippet__col:first-child {
    order: 1;
  }

  .snippet__zigzag:nth-child(odd) .snippet__col:last-child {
    order: 2;
  }

  .snippet__zigzag--revert:nth-child(odd) .snippet__col:first-child {
    order: 2;
  }

  .snippet__zigzag--revert:nth-child(odd) .snippet__col:last-child {
    order: 1;
  }

  .snippet__zigzag--revert:nth-child(even) .snippet__col:first-child {
    order: 1;
  }

  .snippet__zigzag--revert:nth-child(even) .snippet__col:last-child {
    order: 2;
  }
  .snippet__zigzag--padding-middle {
    align-items: flex-start
  }
  .snippet__zigzag--padding-middle .snippet__conent {
    padding-top: 50px;
  }
}

@media (min-width: 1200px) {
  .snippet__zigzag:not(.is-hidden)+.snippet__zigzag:not(.is-hidden) {
    margin-top: 80px;
  }
}
@media (max-width: 959.98px) {
  .snippet__zigzag:not(.is-hidden)+.snippet__zigzag:not(.is-hidden) {
    margin-top: 50px;
  }
}
@media (max-width: 640px) {
	.snippet__actions--mobile-block{
  	}

  
}
/*
@media (max-width: 430px) {
	 
    .snippet__actions,
    .snippet__actions--grid,
    .snippet__actions--mobile-block {
        flex-direction: column;
        align-items: flex-start;
    }

    .snippet__actions .uk-button+.uk-button,
    .snippet__actions--grid .uk-button+.uk-button,
    .snippet__actions--mobile-block .uk-button+.uk-button {
        margin: 25px 0 0 0;
        padding-top: 11px;
        padding-bottom: 11px;
    }
}*/
.faqs-section .faqs-section-btn{
	margin-top: 60px;
}
.faqs-section .title,
.faq.layout1 .uk-accordion-title,
.faq.layout1 .uk-accordion-title::before,
.faq.layout1 .uk-accordion-content{
	color: var(--inverse-font-color);
}
@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: 120px;
}

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(--primary-cta-color);
    color: var(--primary-cta-font-color);
}

.header__bookstay:hover,
.header__bookstay:focus-visible {
    color: var(--primary-cta-font-hover-color) !important;
    background: var(--primary-cta-hover-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);
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: var(--header-fonts-text-transform);
    color: var(--header-color);
}

.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: 100px;
        padding-bottom: 70px;
    }

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

    .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(--inverse-font-color) !important;
        border-radius: 100%;
    }

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

    }

    .header-social .center-footer__social-item a .template-icon{
        color: var(--inverse-font-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(--inverse-font-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) !important;
    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__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);
}

@media (min-width: 768px) {
    .has-transparent-header .header:not(.is-fixed) .header__bookstay {
      color: var(--primary-cta-font-color);
      border: 1px solid var(--primary-cta-color);
    }
    .has-transparent-header .header:not(.is-fixed) .header__bookstay:hover {
      color: var(--primary-cta-font-hover-color) !important;
      background: var(--primary-cta-hover-color) !important;
    }
}

@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(--inverse-font-color);
    }

}

@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 .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%;
    background: var(--bg-alt-2);
    /* 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-2);
        position: absolute;
        left: 20px;
        top: -60px;
        width: 57%;
        height: calc(100% + 120px);
        z-index: -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: 420px;
    }
}

@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-2);
        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: 800px;
    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: 600px;
        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;
}
/* 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__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); */
}

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

.tml2-widget .tml2-widget__text > *,
.tml2-widget .tml2-widget__text i{
    color: var(--dark-bg-text-color) !important;
}

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

.tml2-widget .slider-nav a{
  border-color: 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 .uk-button-primary{
    color: var(--primary-cta-font-color);
    background: var(--primary-cta-color);
    border-color: var(--primary-cta-color);
}
.two-col-layout-3--dark-bg .uk-button-primary:hover{
    color: var(--primary-cta-font-hover-color);
    background: var(--primary-cta-hover-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 .button-link:hover{
     color: var(--secondary-cta-font-color);
}

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

.two-col-layout-3--light-bg .button-link:hover{
    color: var(--light-bg-text-color);
}

.two-col-layout-3--light-bg .button-link::after{
    background: var(--light-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__content .two-col-layout-3__smalltitle,
    .two-col-layout-3__content .two-col-layout-3__maintitle,
    .two-col-layout-3__content .two-col-layout-3__maindesc{
        color: var(--dark-bg-text-color);
    }

    .two-col-layout-3--light-bg .two-col-layout-3__smalltitle,
    .two-col-layout-3--light-bg .two-col-layout-3__maintitle,
    .two-col-layout-3--light-bg .two-col-layout-3__maindesc{
        color: var(--light-bg-text-color);
    }

    .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) {
       
    }
.two-col-layout-5--dark-bg {
    background: var(--dark-bg-color);
    color: var(--dark-bg-text-color);
}
.two-col-layout-5--dark-bg .title {
    color: var(--dark-bg-text-color);
}
.two-col-layout-5--light-bg {
    background: var(--light-bg-color);
    color: var(--light-bg-text-color)
}
.two-col-layout-5--light-bg .title {
    color: var(--light-bg-text-color);
}
.two-col-layout-5--dark-bg .uk-button-primary{
    color: var(--primary-cta-font-color);
    background: var(--primary-cta-color);
    border-color: var(--primary-cta-color);
}
.two-col-layout-5--dark-bg .uk-button-primary:hover{
    color: var(--primary-cta-font-hover-color);
    background: var(--primary-cta-hover-color);
}
.two-col-layout-5--dark-bg .button-link{
  color: var(--dark-bg-text-color);
}
.two-col-layout-5--dark-bg .button-link:hover{
    color: var(--dark-bg-text-color);
}
.two-col-layout-5--dark-bg .button-link:after{
	background: var(--dark-bg-text-color);
}
.two-col-layout-5--light-bg .button-link{
	color: var(--light-bg-text-color);
}
.two-col-layout-5--light-bg .button-link:after{
	background: var(--light-bg-text-color);
}


.two-col-layout-5 .button-link:hover{
    color: var(--light-bg-text-color);
}

    .two-col-layout-5 {
        /* padding: 100px 0; */
    }

    .two-col-layout-5__grid {
        position: relative;
        z-index: 1;
    }

    .two-col-layout-5__content {
        max-width: 431px;
        height: 100%;
        padding-left: 0;
        position: relative;
    }

    .two-col-layout-5__content .two-col-layout-5__smalltitle,
    .two-col-layout-5__content .two-col-layout-5__maintitle,
    .two-col-layout-5__content .two-col-layout-5__maindesc{
        color: var(--dark-bg-text-color);
    }
    
    .two-col-layout-5--light-bg .two-col-layout-5__smalltitle,
    .two-col-layout-5--light-bg .two-col-layout-5__maintitle,
    .two-col-layout-5--light-bg .two-col-layout-5__maindesc{
        color: var(--light-bg-text-color);
    }

    .two-col-layout-5__actions {
    }

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

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


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




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

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

    .two-col-layout-5__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-5__grid {}

        .two-col-layout-5__media {}

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

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

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

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



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

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

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

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

        .two-col-layout-5 {
            /* padding: 43px 0 43px; */
        }


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


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

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

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

    @media (max-width: 767.98px) {
        .two-col-layout-5__content {
            padding: 30px 15px;
        }

        .two-col-layout-5__col--media {
            margin-top: 30px !important;
        }

    }

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