.hero {
  margin: 0 auto;
  max-width: 100%;
  /*&.indented.active-hero {
    .hero-cta {
      @media screen and (min-width: 48em) {
        transition: transform 300ms cubic-bezier(0, 0.55, 0.45, 1) 1s,
        opacity 100ms ease-in-out 1s;
        transform: rotate(-90deg) translateY(0%);
        opacity:1;
      }
    }
  }*/
}
.hero .has-text:before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.34);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
}
.hero .hero-slideshow [uk-height-viewport] {
  min-height: calc(100vh - 105px);
}
@media screen and (min-width: 1200px) {
  .hero.indented {
    padding-left: 86px;
  }
}
.hero.extra-margin-bottom {
  margin-bottom: 180px !important;
}
.hero .mobile-arrows a {
  background-color: transparent;
  filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.5));
}
.hero .uk-position-top.uk-position-large {
  margin: 5% 30%;
}
.hero h1 {
  font-family: "Maitree", serif;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.hero .slide-background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hero .go-to {
  background-color: transparent;
  background-repeat: repeat-y;
  background-position: center;
  width: 100px;
  cursor: pointer;
  content: "";
  height: 100px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.hero .go-to:after {
  content: '';
  position: relative;
  height: 100%;
  margin: auto;
  display: block;
  width: 2px;
  background: white;
  transform-origin: top;
  animation-name: goDownAnim;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
}
@keyframes goDownAnim {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scaleY(1);
  }
}
.hero .bottom-text {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  color: #00263b;
}
.hero .bottom-text h2:first-child {
  margin-bottom: -15px;
}
.hero .bottom-text > div {
  min-width: 752px;
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 30px 50px;
  background-color: #1a3632;
  z-index: 4;
}
.hero .bottom-text > div > * {
  color: #00263b;
}
.hero .bottom-text > div > *:last-child {
  margin-bottom: 0;
}
.hero .bottom-text > div:before {
  content: '';
  top: 15px;
  bottom: 15px;
  right: 15px;
  left: 15px;
  position: absolute;
  border: 1px solid white;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .hero .uk-slideshow-items[uk-height-viewport] {
    min-height: 80vh !important;
  }
  .hero .bottom-text > div {
    width: 90%;
    min-width: 90%;
    padding: 30px 30px;
    max-width: 90%;
  }
}
.hero .hero-cta {
  display: flex;
  align-items: center;
  /* position: absolute;
    bottom: -20px;
    right: 100px;*/
  transform-origin: right;
}
.page-border .hero .hero-cta {
  bottom: 10px;
  z-index: 981;
}
@media (max-width: 959px) {
  .page-border .hero .hero-cta {
    bottom: -20px;
  }
}
@media (max-width: 959px) {
  .hero .hero-cta {
    transform: scale(0.8);
    right: 15px;
  }
}
.hero .volume-toggle {
  position: relative;
}
@media (min-width: 959px) {
  .hero .volume-toggle {
    margin-bottom: 25px;
  }
}
.hero .volume-toggle svg {
  width: 30px;
}
@media (max-width: 959px) {
  .hero .volume-toggle svg {
    width: 20px;
  }
}
.hero .volume-toggle svg .sound-waves {
  opacity: 0.4;
}
.hero .volume-toggle.volume-on .sound-waves {
  opacity: 1;
}
.menu-open .bottom-text,
.menu-open .header-border {
  z-index: 0;
}
.hero .uk-slideshow-items li.text-top:before {
  content: '';
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 16%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(16%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, #ffffff 16%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, #ffffff 16%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(top, #ffffff 16%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, #ffffff 16%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
  position: absolute;
  z-index: 1;
}
.hero .text-content {
  z-index: 2;
  max-width: 90%;
}
.uk-modal-dialog .panel:before {
  display: none;
}
.uk-modal-dialog .panel section {
  background: white;
}
.uk-modal-dialog .panel .uk-slideshow-items {
  transform: none;
}
.panel {
  /*&.expand-image{
        overflow: hidden;
    }*/
}
@media (max-width: 959px) {
  .panel.expand-image .panel-content {
    padding: 20px;
  }
}
@media (min-width: 960px) {
  .panel.expand-image .panel-content > div {
    margin: 60px 60px 60px auto;
    aspect-ratio: 1/1;
  }
  .panel.expand-image .panel-slideshow > div:after {
    content: '';
    border: 1px solid white;
    position: absolute;
    top: 50px;
    bottom: 50px;
    left: 50px;
    right: 50px;
    pointer-events: none;
  }
  .panel.expand-image .uk-slidenav-container {
    transform: translateY(-100%);
    position: relative;
    top: -20px;
    right: 20px;
  }
}
.panel .mobile-title {
  text-align: center;
  width: calc(100% - 50px);
  margin-right: auto;
  margin-left: auto;
}
.panel .panel-gallery {
  z-index: 1;
  position: relative;
}
@media (max-width: 959px) {
  .panel .panel-container .text-content > div {
    padding: 40px;
  }
}
@media screen and (max-width: 959px) {
  .panel:before {
    height: 100%;
    transform: none;
    top: auto;
    margin: auto;
    bottom: 0;
    top: 0;
  }
}
.panel:before {
  content: '';
  position: absolute;
  background-color: #f8f8f8;
  transform: scaleY(0);
}
.panel.gallery-text:before {
  top: 0;
  right: 0;
  height: 85%;
  width: 50%;
}
.panel.active-section {
  /*&:before{
            transform:scaleY(1);
            transition: 2s cubic-bezier(0.83, 0, 0.17, 1);
        }*/
}
.panel-fullwidth {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}
.panel-fullwidth .text-content a:not(.uk-button) {
  color: #333;
  font-weight: bold;
  text-decoration: underline;
}
.panel-fullwidth .text-content div > *:last-child {
  margin-bottom: 0;
}
.panel-fullwidth .panel-content > *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 959px) {
  .panel-fullwidth {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .panel-fullwidth:before {
    height: calc(100% + 40px);
    width: calc(100% - 50px);
    margin: auto;
    transform: none;
    top: 0;
  }
}
@media screen and (min-width: 960px) {
  .panel-fullwidth .uk-switcher {
    width: calc(100% - 50px);
    margin: auto;
  }
  .panel-fullwidth .panel-slideshow {
    width: calc(100% - 40px);
    margin: auto;
  }
}
.panel-popped.text-gallery .panel-gallery .uk-slider {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.panel-popped.text-gallery .text-content {
  position: relative;
  margin-right: auto;
}
@media (min-width: 960px) {
  .panel-popped.text-gallery .text-content {
    left: -100px;
  }
}
.panel-popped.gallery-text .panel-gallery .uk-slider {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.panel-popped.gallery-text .text-content {
  position: relative;
  margin-left: auto;
}
@media (min-width: 960px) {
  .panel-popped.gallery-text .text-content {
    right: -100px;
    margin-bottom: -100px;
  }
}
.panel-popped .text-content {
  width: 100%;
}
.panel-popped .panel-gallery {
  border-radius: 24px;
}
@media (min-width: 960px) {
  .panel-popped {
    margin-bottom: -70px;
  }
  .panel-popped .text-content {
    width: 60%;
  }
}
.panel-two-column-gallery .panel-heading {
  width: 120%;
  left: -20%;
  position: relative;
  margin-bottom: 100px;
}
.slideshow:not(.slideshow-small) .uk-slideshow {
  position: relative;
}
.slideshow:not(.slideshow-small) .uk-slideshow:before {
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: calc(100% - 80px);
  height: calc(100% + 40px);
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  display: block;
  z-index: 0;
  pointer-events: none;
  margin-left: auto;
  margin-right: auto;
  background-color: #f8f8f8;
}
@media screen and (min-width: 1200px) {
  .slideshow .slideshow-container + .text-content {
    margin-top: 60px !important;
  }
}
@media screen and (max-width: 959px) {
  .slideshow .text-content > div {
    padding: 0 15px;
    margin-bottom: 40px !important;
  }
  .slideshow:not(.slideshow-small) .uk-slideshow {
    padding: 0 10px;
  }
  .slideshow:not(.slideshow-small) .uk-slideshow:before {
    width: calc(100% - 50px);
  }
}
.slideshow-small {
  padding-top: 20px;
}
.slideshow-small .slideshow-row.no-border {
  margin-top: -20px;
  marign-bottom: -20px;
}
.slideshow-small .slideshow-row:not(.single-column):not(.no-border) {
  position: relative;
}
.slideshow-small .slideshow-row:not(.single-column):not(.no-border):before {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #efefef;
  content: "";
  width: calc(100% - 80px);
  height: calc(100% + 44px);
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  display: block;
  z-index: 0;
  pointer-events: none;
  margin-left: auto;
  margin-right: auto;
}
.slideshow-small .zoom-overlay {
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  background-color: rgba(26, 54, 50, 0.7);
  pointer-events: none;
}
.slideshow-small .zoom-overlay span {
  transform: scale(0.5);
  transition: all 0.5s cubic-bezier(0, 0.91, 0.21, 0.98) 0.1s;
}
.slideshow-small .slideshow-small-item {
  aspect-ratio: 16 / 9;
}
.slideshow-small .slideshow-small-item li:hover .zoom-overlay {
  opacity: 1;
}
.slideshow-small .slideshow-small-item li:hover .zoom-overlay span {
  transform: scale(1);
}
.slideshow-small .single-column > div > div > div:before {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border: 2px solid #1a3632;
  content: "";
  width: calc(100% - 80px);
  height: calc(100% + 44px);
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  display: block;
  z-index: 0;
  pointer-events: none;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 959px) {
  .slideshow-small.uk-margin-large {
    margin-top: 80px!important;
  }
}
@media screen and (max-width: 959px) {
  .slideshow-small .mobile-slideshow-small .text-content > div {
    padding: 0 15px;
    margin-bottom: 40px !important;
  }
  .slideshow-small .mobile-slideshow-small .uk-slideshow {
    padding: 0 10px;
  }
}
.slideshow-small .mobile-slideshow-small .slideshow-container {
  position: relative;
}
.slideshow-small .mobile-slideshow-small .slideshow-container:before {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border: 2px solid #1a3632;
  content: "";
  width: calc(100% - 50px);
  height: calc(100% + 40px);
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  display: block;
  z-index: 0;
  pointer-events: none;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1200px) {
  .slideshow-small * + .uk-grid-margin,
  .slideshow-small .uk-grid + .uk-grid,
  .slideshow-small .uk-grid > .uk-grid-margin {
    margin-top: 60px;
  }
  .slideshow-small .main-grid > .uk-grid-margin:not(.first-row) {
    margin-top: 80px;
  }
}
.panel-inverted .panel-slideshow {
  position: relative;
}
@media (min-width: 960px) {
  .panel-inverted .panel-slideshow {
    height: calc(100% + 50px);
    top: -25px;
  }
}
.panel-inverted .text-content > div {
  background-color: #1a3632;
  z-index: 1;
}
@media (max-width: 959px) {
  .panel-inverted .text-content > div {
    max-width: calc(100% - 40px);
    margin: auto;
    top: -20px;
    position: relative;
  }
}
@media (max-width: 639px) {
  .panel-inverted .text-content > div {
    max-width: calc(100% - 20px);
  }
}
@media (min-width: 960px) {
  .panel-inverted .text-content > div {
    width: calc(100% + 50px);
    z-index: 1;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 960px) {
  .panel-inverted.gallery-text .text-content > div {
    width: calc(100% + 50px);
    z-index: 1;
    position: relative;
    top: 50%;
    transform: translateX(-50px) translateY(-50%);
  }
}
.cards {
  /*.card-container{
        box-shadow: 1px 1px black;
    }*/
  /*@media(min-width:960px) {
        .section-header-content {
            padding-left: 20%;
        }
    }*/
  position: relative;
  /*.cards-border{
         position:absolute;
         display:block;
         top:20px;
         border: 2px solid @secondary-color;
         height:50%;
         left: 20px;
         right: 20px;
     }*/
}
.cards .fullwidth-top-arrows {
  transform: translateY(calc(-100% + -20px));
}
@media screen and (min-width: 960px) {
  .cards .fullwidth-cards .uk-slider-container {
    width: 98%;
    margin-left: auto;
  }
}
@media screen and (min-width: 1600px) {
  .cards .fullwidth-cards .uk-slider-container {
    width: 95%;
    margin-left: auto;
  }
}
@media screen and (min-width: 960px) {
  .cards {
    /*&:after {
            width: 28%;
            height: 66em;
            left: 0;
            top: 520px;
            z-index: 0;
        }*/
  }
  .cards.fullwidth:before {
    background-color: #F5F5F5;
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
  }
  .cards.fullwidth:before {
    width: 68%;
    height: 33rem;
    right: 0;
    top: -110px;
  }
}
.cards .card-overlay {
  background-color: rgba(0, 0, 0, 0.38);
}
.cards .card-overlay-text-container:hover .card-overlay-main-text {
  opacity: 0;
}
.cards .fullwidth-cards .card-overlay {
  background-color: rgba(0, 0, 0, 0.38);
}
.cards .cards-background-texture {
  position: absolute;
  width: 100%;
  bottom: 0;
  top: 50px;
  right: 0;
  left: 0;
  background-size: cover;
}
.cards .uk-slider-items > li p {
  line-height: 1.8;
}
.cards .uk-slider-items > li h3 {
  margin-bottom: 10px;
}
.cards .uk-slider-items > li h3 + p {
  margin-top: 10px;
}
.cards .uk-slider-items li .uk-card .uk-light h3 {
  color: #fff;
}
.cards .mobile-cards .uk-grid-small {
  margin-left: -10px;
}
.cards .mobile-cards .uk-grid-small > * {
  padding-left: 10px;
}
@media (max-width: 959px) {
  .cards .uk-slider-container-offset {
    margin: 0;
    padding: 0;
    box-shadow: 1px 1px 12px 3px rgba(0, 0, 0, 0.06);
  }
  .cards .uk-slider {
    margin: auto;
  }
}
.cards .cards-header > p:last-child {
  margin-bottom: 0px;
}
.cards .cards-header > *:last-child .uk-button {
  margin-top: 20px;
  margin-bottom: 40px;
}
.cards .cards-content {
  position: relative;
}
.cards:not(.cards-filtered) hr {
  width: 150px;
  margin: 0 auto;
  border-top: 2px solid #1a3632;
}
.vline {
  height: 225px;
  width: 2px;
  position: absolute;
  top: 0;
  left: 12px;
  background-color: #1a3632;
}
.testimonials.style-2 {
  margin-top: 160px !important;
}
.testimonials.style-2 .image-wrapper {
  position: relative;
  /*&:after{
      content: '';
      background: rgba(0, 0, 0, 0.78);
      position:absolute;
      top:0;
      bottom: 0;
      left: 0;
      right: 0;
    }*/
}
.testimonials.style-2 img:after {
  content: '';
  background: black;
}
.testimonials.style-2 [class^=logoBar--] {
  left: 140px;
  z-index: -1;
  top: -80px;
}
.testimonials.style-2 .intro-heading {
  margin-top: 1rem;
}
@media screen and (min-width: 48em) {
  .testimonials.style-2 .intro-heading {
    margin-top: 0;
  }
  .testimonials.style-2 .slider-wrapper {
    margin-left: 165px;
  }
  .testimonials.style-2 .uk-dotnav {
    margin-left: -40px;
  }
  .testimonials.style-2 .slider-nav-wrapper {
    display: inline-flex;
  }
  .testimonials.style-2 .slider-arrows {
    display: inline-block;
    margin-left: 38px;
    position: absolute;
    right: 30px;
    bottom: 60px;
  }
  .testimonials.style-2:before,
  .testimonials.style-2:after {
    background-color: #F5F5F5;
    content: '';
    display: block;
    position: absolute;
    z-index: -2;
  }
  .testimonials.style-2:before {
    width: 35%;
    height: 716px;
    left: 45px;
    top: 35px;
  }
  .testimonials.style-2:after {
    width: 45%;
    height: 485px;
    right: 0;
    top: -55px;
  }
}
.testimonials.style-2 .testimonials-header {
  margin-top: -45%;
}
.testimonials.style-2 .testimonial-body .text-content {
  padding: 20px;
}
@media screen and (min-width: 48em) {
  .testimonials.style-2 .testimonial-body .text-content {
    padding: 124px;
    margin-right: 140px;
    min-height: 550px;
  }
}
.testimonials.style-2 .testimonial-body cite {
  color: #BABABA;
  display: block;
  font-size: 0.875rem;
  font-style: normal;
  margin-top: 3rem;
}
.testimonials.style-2 .testimonial-body cite:before {
  content: '– ';
}
.tabs-container {
  background: #fff;
}
.tabs-container.intro-tabs {
  border: 2px solid #1a3632;
  border-top: 0;
}
@media (max-width: 959px) {
  .tabs-container {
    padding-top: 20px;
    /*.mobile-switcher{

        }*/
  }
  .tabs-container .mobile-switcher-inner select {
    max-width: 80%;
    margin: auto;
  }
  .tabs-container .uk-sticky-fixed .mobile-switcher:before {
    content: '';
    position: relative;
    left: -15px;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -15px;
    z-index: -1;
    border-bottom: 1px solid #ececec;
  }
}
footer {
  background-color: #2a4d48;
}
footer .footer-logo-small {
  width: 250px;
}
footer .footer-signup-container {
  background-color: #1a3632;
}
footer .menus {
  background-image: url('/site/assets/files/1/footer-background.png');
}
footer .footer-text-column p {
  margin: 0 0 10px 0;
}
@media (min-width: 960px) {
  footer .FormBuilder-signup form.multiple-fields .InputfieldEmail input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
footer .FormBuilder-signup form:not(.multiple-fields) .Inputfields .InputfieldCheckbox {
  margin-top: 8px;
}
footer .FormBuilder-signup form:not(.multiple-fields) .Inputfields .InputfieldCheckbox .checkbox-extra-padding {
  padding: 5px 0;
}
@media (max-width: 959px) {
  footer .FormBuilder-signup form:not(.multiple-fields) .Inputfields .InputfieldCheckbox .checkbox-extra-padding {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
footer .FormBuilder-signup form:not(.multiple-fields) .Inputfields .InputfieldCheckbox label {
  display: flex;
}
footer .FormBuilder-signup form:not(.multiple-fields) .Inputfields .InputfieldCheckbox label input {
  flex: none;
  margin-right: 10px;
  margin-top: 0;
}
footer .FormBuilder-signup form:not(.multiple-fields) .Inputfields .InputfieldCheckbox a {
  color: inherit !important;
  text-decoration: underline !important;
}
@media (min-width: 960px) {
  footer .FormBuilder-signup form:not(.multiple-fields) .InputfieldEmail input,
  footer .FormBuilder-signup form:not(.multiple-fields) .InputfieldText input {
    padding-left: 12px;
    padding-right: 12px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media (max-width: 959px) {
  footer .FormBuilder-signup form:not(.multiple-fields) button {
    width: 100%;
  }
}
@media (min-width: 960px) {
  footer .InputfieldSubmit button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
footer .uk-light .InputfieldEmail input,
footer .uk-light .InputfieldText input {
  border-bottom: 2px solid rgba(255, 255, 255, 0.66);
}
@media (min-width: 960px) {
  footer {
    background-size: cover;
    background-repeat: no-repeat;
  }
}
footer .footer-logos-wrapper {
  padding: 10px 0;
}
@media (min-width: 960px) {
  footer .footer-logos-wrapper {
    padding: 40px;
  }
}
footer .footer-logos img {
  opacity: 0.8;
  width: 75px;
}
footer .footer-signup {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
@media (min-width: 960px) {
  footer .footer-form .form-container {
    max-width: 45%;
    margin: auto;
  }
}
@media screen and (min-width: 960px) {
  footer .footer-brands > img {
    width: 700px;
    max-width: 100%;
  }
}
@media screen and (max-width: 959px) {
  footer .sub-footer {
    background-color: #1a3632;
  }
  footer .sub-footer a {
    color: white !important;
  }
  footer .sub-footer .uk-grid-margin {
    margin-top: 10px;
  }
  footer .footer-signup {
    width: calc(100% - 35px);
    margin: auto;
    display: block;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  footer .footer-brands {
    padding: 0 20px;
  }
}
footer .uk-flex:before {
  display: block;
}
.slidein-popup {
  position: fixed;
  bottom: 0px;
  right: 0;
  z-index: 981;
  width: 530px;
  pointer-events: none;
}
.slidein-popup p {
  font-size: 0.85rem;
}
.slidein-popup .slidein-popup-container > .content {
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  width: 100%;
  transform: translateX(calc(100% + 40px));
  background-color: #1a3632;
}
.slidein-popup.open .slidein-popup-container > .content {
  transform: translateX(0%);
  pointer-events: all;
}
.slidein-popup .slidein-popup-container .btn-orange {
  padding: 0px 35px !important;
}
.slidein-popup .slidein-popup-img {
  flex-basis: 30%;
}
.slidein-popup .slidein-popup-text {
  width: 70%;
  padding: 28px 35px;
  flex: 1 0 70%;
}
.slidein-popup .slidein-popup-book {
  width: 35%;
  text-align: center;
}
.slidein-popup .slidein-popup-book img {
  width: 125px;
  margin-bottom: 15px;
}
.slidein-popup .slidein-popup-arrow {
  width: 40px;
  background-color: #1a3632;
  padding: 7% 1%;
  text-align: center;
  cursor: pointer;
  pointer-events: all;
  height: 40px;
  color: #fff;
  bottom: 50px;
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
.slidein-popup.open .slidein-popup-arrow {
  transform: translateX(100%);
}
.slidein-popup .slidein-popup-arrow i {
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.slidein-popup.open .slidein-popup-arrow > i {
  transform: translate(-50%, -50%) rotate(180deg);
}
/* Box popup 2 */
.popup-container-2 {
  background-color: #1a3632;
  width: 60%;
  height: 150px;
  overflow: hidden;
}
.popup-container-2 div {
  width: 50%;
}
.popup-container-2 div:nth-child(1) {
  text-align: center;
}
.popup-container-2 div:nth-child(1) h3 {
  color: #fff;
  font-family: "Maitree", serif;
  margin: 0;
}
.btn-white {
  padding: 0px 25px !important;
  margin-top: 10px;
  color: #fff;
}
.modal-popup .small-modal {
  width: 500px;
}
@media only screen and (max-width: 640px) {
  .slidein-popup {
    width: 80%;
  }
  .slidein-popup .slidein-popup-text {
    width: 100%;
    padding: 17px 16px;
    text-align: center;
  }
  .slidein-popup .slidein-popup-book {
    width: 100%;
    text-align: center;
  }
  .slidein-popup .slidein-popup-arrow {
    width: 10%;
  }
  .slidein-popup .slidein-popup-container > .content {
    flex-wrap: wrap;
    padding: 15px 0;
  }
  .popup-container,
  .popup-container-2 {
    width: 100%;
  }
  .popup-text h2 {
    font-size: 16px;
  }
  .popup-container .btn-orange {
    padding: 0px 10px !important;
    font-size: 11px;
    line-height: 3;
  }
  .popup-arrow {
    padding: 9% 1%;
  }
  .popup-container-2 div:nth-child(1) h3 {
    font-size: 16px;
  }
}
.events-tabs {
  /*   .uk-slidenav-next,
     .uk-slidenav-previous{
         background-color:@main-color;
         
     }*/
}
.events-tabs:after {
  content: '';
  position: absolute;
  top: -10%;
  height: 80%;
  left: 0;
  width: 50%;
  background: #f8f8f8;
  z-index: -1;
}
@media (max-width: 959px) {
  .events-tabs:after {
    height: 80%;
    left: 0;
    width: 90%;
  }
}
.events-tabs .cards-content {
  position: relative;
}
.events-tabs .cards-border {
  position: absolute;
  display: block;
  top: 20px;
  border: 2px solid #1a3632;
  height: 50%;
  left: 20px;
  right: 20px;
}
@media (min-width: 960px) {
  section.intro.extra-padding {
    padding: 30px 0 0;
  }
}
@media (min-width: 1200px) {
  section.intro.extra-padding {
    padding: 50px 0 0;
  }
}
section.intro.intro-style-1 {
  /*background-color:#fff;*/
}
section.intro.intro-style-1 + .tabs {
  margin-top: -70px !important;
}
section.intro.intro-style-1 .main-image {
  width: 150px;
  max-width: 150px;
}
section.intro.intro-style-1 .divider {
  position: absolute;
  height: 50%;
  width: 2px;
  background: #1a3632;
  left: -40px;
  display: none;
}
@media screen and (max-width: 959px) {
  section.intro.intro-style-1 .main-image {
    width: 50%;
  }
}
@media screen and (min-width: 960px) {
  section.intro.intro-style-1 .divider {
    display: block;
  }
}
section.intro.intro-style-1.with-hero .intro-inner {
  margin-bottom: -150px;
  top: -170px;
  position: relative;
  /* background: white; */
}
@media screen and (min-width: 48em) {
  section.intro.intro-style-2 .intro-body-image {
    margin-top: 2.625rem;
  }
}
section.intro.intro-style-2 .main-image-wrapper {
  min-height: 300px;
}
@media (min-width: 960px) {
  section.intro.intro-style-2 .main-image-wrapper {
    min-height: 500px;
  }
}
@media (min-width: 960px) {
  section.intro.intro-style-2 .main-text-wrapper {
    padding: 0 20px;
  }
}
section.intro.intro-style-2 .brand-treatment img {
  max-width: 100%;
}
@media (min-width: 960px) {
  section.intro.intro-style-2 .uk-slider {
    margin-left: 20px;
  }
}
section.intro.intro-style-2 .intro-background {
  width: 500px;
  top: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background-size: cover;
}
@media screen and (min-width: 48em) {
  section.intro.intro-style-2 .intro-body {
    display: flex;
  }
}
@media screen and (min-width: 48em) {
  .intro section.intro.intro-style-2 .intro-body-text {
    margin-left: 100px;
  }
}
section.intro.intro-style-2 .intro-body .uk-text-lead {
  font-size: 1.6875rem;
}
section.intro.intro-style-2 .intro-heading h2 {
  font-size: 3rem;
  line-height: 1;
  max-width: 50.625rem;
}
section.intro.intro-style-2 .intro-heading h2.mosaic-intro {
  max-width: 0;
}
@media screen and (min-width: 48em) {
  section.intro.intro-style-2 .intro-heading h2 {
    font-size: 6.125rem;
  }
  .section-header section.intro.intro-style-2 .intro-heading h2 {
    font-size: 3.125rem;
  }
}
section.intro.intro-style-2 .intro-heading h2 + p {
  line-height: 1.25;
  text-transform: uppercase;
  max-width: 28rem;
}
section.intro.intro-style-3 .intro-aside ul li {
  padding: 10px 0;
  border-color: rgba(255, 255, 255, 0.25);
}
section.intro.intro-style-3 .intro-aside {
  padding-top: 0;
}
section.intro.intro-style-3 .intro-aside > ul {
  padding-left: 0;
}
section.intro.intro-style-3 .intro-heading,
section.intro.intro-style-3 .intro-aside-heading {
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 1.5em;
  letter-spacing: 0.10em;
}
section.intro.intro-style-3 .intro-aside-cta {
  width: 100%;
  background-color: #1a3632;
  color: white;
}
section.intro.intro-style-3 .intro-aside-cta i {
  transform: translateY(-50%) translateX(-20px);
  transition: transform 800s cubic-bezier(0, 0.55, 0.45, 1);
}
section.intro.intro-style-3 .intro-aside-cta:hover {
  background-color: #091412;
  border-color: #091412;
}
section.intro.intro-style-3 .intro-aside-cta:hover i {
  transform: translateY(-50%) translateX(-25px);
}
.hero + .intro.intro-style-3 .intro-wrapper {
  top: -45px;
  position: relative;
}
.mosaic .grid {
  display: flex;
  display: grid;
  grid-template-columns: repeat(13, 1fr);
  grid-template-rows: repeat(9, 1fr);
  gap: 15px 15px;
}
.mosaic .grid .mosaic-image-item a:focus-within picture:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  border: 5px solid #1a3632;
}
@media (max-width: 959px) {
  .mosaic.mosaic-style-1 .grid {
    height: 640px;
    grid-template-rows: repeat(6, 1fr);
  }
}
.mosaic.mosaic-style-1 .grid > div {
  background-color: #1a3632;
}
.mosaic.mosaic-style-1 .grid > div:nth-child(1) {
  grid-column: 1 / 6;
  grid-row: 1/5;
}
.mosaic.mosaic-style-1 .grid > div:nth-child(2) {
  grid-column: 6 / 11;
  grid-row: 1 / 5;
}
.mosaic.mosaic-style-1 .grid > div:nth-child(3) {
  grid-column: 1 / 5;
  grid-row: 5 / 10;
}
.mosaic.mosaic-style-1 .grid > div:nth-child(4) {
  grid-column: 5 / 8;
  grid-row: 5 / 10;
}
.mosaic.mosaic-style-1 .grid > div:nth-child(5) {
  grid-column: 8 / 11;
  grid-row: 5 / 10;
}
.mosaic.mosaic-style-1 .grid > div:nth-child(6) {
  grid-column: 11 / 14;
  grid-row: 1 / 10;
}
@media (max-width: 959px) {
  .mosaic.mosaic-style-1 .grid > div:nth-child(1) {
    grid-column: 1 / 7;
    grid-row: 1 / 3;
  }
  .mosaic.mosaic-style-1 .grid > div:nth-child(2) {
    grid-column: 7 / 13;
    grid-row: 1 / 3;
  }
  .mosaic.mosaic-style-1 .grid > div:nth-child(3) {
    grid-column: 2 / 8;
    grid-row: 3 / 5;
  }
  .mosaic.mosaic-style-1 .grid > div:nth-child(4) {
    grid-column: 8 / 14;
    grid-row: 3 / 5;
  }
  .mosaic.mosaic-style-1 .grid > div:nth-child(5) {
    grid-column: 1 / 6;
    grid-row: 5 / 7;
  }
  .mosaic.mosaic-style-1 .grid > div:nth-child(6) {
    grid-column: 6 / 14;
    grid-row: 5 / 7;
  }
}
.mosaic.mosaic-style-2:before {
  content: '';
  background-color: #efefef;
  position: absolute;
  left: 20%;
  height: 80%;
  top: -10%;
  width: 20%;
  transform: scaleY(0);
  transform-origin: center center;
  z-index: 0;
}
@media (max-width: 959px) {
  .mosaic.mosaic-style-2:before {
    display: none;
  }
}
.mosaic.mosaic-style-2 .mosaic-wrapper-grid {
  display: flex;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 15px;
}
@media (max-width: 959px) {
  .mosaic.mosaic-style-2 .mosaic-wrapper-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.mosaic.mosaic-style-2 .mosaic-column-left {
  display: flex;
  display: grid;
  height: 800px;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: repeat(9, 1fr);
  gap: 15px 15px;
}
@media (max-width: 959px) {
  .mosaic.mosaic-style-2 .mosaic-column-left {
    height: 640px;
    grid-template-rows: repeat(6, 1fr);
    grid-template-columns: repeat(13, 1fr);
  }
}
.mosaic.mosaic-style-2 .mosaic-column-left > div {
  opacity: 0;
}
.mosaic.mosaic-style-2 .mosaic-column-left > div:nth-child(1) {
  grid-column: 1 / 5;
  grid-row: 1 / 4;
}
.mosaic.mosaic-style-2 .mosaic-column-left > div:nth-child(2) {
  grid-column: 5 / 7;
  grid-row: 1 / 4;
}
.mosaic.mosaic-style-2 .mosaic-column-left > div:nth-child(3) {
  grid-column: 4 / 8;
  grid-row: 4 / 11;
}
.mosaic.mosaic-style-2 .mosaic-column-left > div:nth-child(4) {
  display: none;
}
@media (max-width: 959px) {
  .mosaic.mosaic-style-2 .mosaic-column-left > div:nth-child(1) {
    grid-column: 1 / 12;
    grid-row: 1 / 3;
  }
  .mosaic.mosaic-style-2 .mosaic-column-left > div:nth-child(2) {
    grid-column: 2 / 8;
    grid-row: 3 / 5;
  }
  .mosaic.mosaic-style-2 .mosaic-column-left > div:nth-child(3) {
    grid-column: 8 / 14;
    grid-row: 3 / 5;
  }
  .mosaic.mosaic-style-2 .mosaic-column-left > div:nth-child(4) {
    grid-column: 1 / 14;
    grid-row: 5 / 14;
    display: block;
  }
}
.mosaic.mosaic-style-2 .mosaic-column-right {
  display: flex;
  display: grid;
  height: 700px;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 15px 15px;
}
.mosaic.mosaic-style-2 .mosaic-column-right > div:nth-child(1) {
  grid-column: 1;
  grid-row: 1 / 2;
}
.mosaic.mosaic-style-2 .mosaic-column-right > div:nth-child(2) {
  grid-column: 1;
  grid-row: 2 / 3;
  opacity: 0;
}
@media (max-width: 959px) {
  .mosaic.mosaic-style-2 .grid {
    height: 640px;
    grid-template-rows: repeat(6, 1fr);
  }
}
.mosaic.mosaic-style-2 .grid > div {
  /*background-color: @main-color;*/
}
.mosaic.mosaic-style-2 .grid > div:nth-child(1) {
  grid-column: 9 / 14;
  grid-row: 1 / 5;
}
.mosaic.mosaic-style-2 .grid > div:nth-child(2) {
  grid-column: 1 / 5;
  grid-row: 1 / 4;
}
.mosaic.mosaic-style-2 .grid > div:nth-child(3) {
  grid-column: 5 / 7;
  grid-row: 1 / 4;
}
.mosaic.mosaic-style-2 .grid > div:nth-child(4) {
  grid-column: 4 / 8;
  grid-row: 4 / 11;
}
.mosaic.mosaic-style-2 .grid > div:nth-child(5) {
  grid-column: 8 / 14;
  grid-row: 5 / 9;
}
@media (max-width: 959px) {
  .mosaic.mosaic-style-2 .grid > div:nth-child(2) {
    grid-column: 1 / 12;
    grid-row: 1 / 3;
  }
  .mosaic.mosaic-style-2 .grid > div:nth-child(3) {
    grid-column: 2 / 8;
    grid-row: 3 / 5;
  }
  .mosaic.mosaic-style-2 .grid > div:nth-child(4) {
    grid-column: 8 / 14;
    grid-row: 3 / 5;
  }
  .mosaic.mosaic-style-2 .grid > div:nth-child(5) {
    grid-column: 1 / 14;
    grid-row: 5 / 14;
  }
  .mosaic.mosaic-style-2 .grid > div:nth-child(6) {
    display: none;
    grid-column: 2 / 4;
    grid-row: 4 / 7;
  }
}
.mosaic.mosaic-style-2.active-section .mosaic-column-left > div:nth-child(1),
.mosaic.mosaic-style-2.active-section .mosaic-column-left > div:nth-child(2),
.mosaic.mosaic-style-2.active-section .mosaic-column-left > div:nth-child(3) {
  opacity: 1;
  transition: opacity 1s ease-in-out 900ms;
}
.mosaic.mosaic-style-2.active-section .mosaic-column-left > div:nth-child(2) {
  transition-delay: 1.3s;
}
.mosaic.mosaic-style-2.active-section .mosaic-column-left > div:nth-child(3) {
  transition-delay: 1.6s;
}
.mosaic.mosaic-style-2.active-section .mosaic-column-right > div:nth-child(2) {
  opacity: 1;
  transition: opacity 1s ease-in-out 900ms;
}
.mosaic.mosaic-style-2.active-section .mosaic-column-right > div:nth-child(2) {
  transition-delay: 1.9s;
}
.mosaic.mosaic-style-2.active-section:before {
  transform: scaleY(1);
  transition: 1s cubic-bezier(0.83, 0, 0.17, 1);
}
.mosaic.mosaic-style-3 .grid {
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(9, 1fr);
  gap: 15px;
  /* &:before {
      content: '';
      background-color: #efefef;
      position: absolute;
      left: 30%;
      height: 100%;
      top: -10%;
      width: 20%;
      transform: scaleY(0);
      transform-origin: center center;
      z-index: 0;

    }*/
}
@media (max-width: 959px) {
  .mosaic.mosaic-style-3 .grid {
    height: 500px;
    grid-template-columns: repeat(13, 1fr);
    grid-template-rows: repeat(8, 1fr);
  }
}
.mosaic.mosaic-style-3 .grid > div:nth-child(2),
.mosaic.mosaic-style-3 .grid > div:nth-child(3),
.mosaic.mosaic-style-3 .grid > div:nth-child(4),
.mosaic.mosaic-style-3 .grid > div:nth-child(5) {
  opacity: 0;
}
.mosaic.mosaic-style-3 .grid > div:nth-child(1) {
  grid-column: 8/12;
  grid-row: span 5;
}
.mosaic.mosaic-style-3 .grid > div:nth-child(3) {
  grid-column: 4 / 8;
  grid-row: 1 / 6;
  z-index: 2;
}
.mosaic.mosaic-style-3 .grid > div:nth-child(2) {
  grid-column: 1 / 4;
  grid-row: 3 / 6;
  z-index: 1;
}
.mosaic.mosaic-style-3 .grid > div:nth-child(4) {
  grid-column: 7 / 13;
  grid-row: 6 / 9;
  z-index: 0;
}
.mosaic.mosaic-style-3 .grid > div:nth-child(5) {
  grid-column: 4/7;
  grid-row: 6 / 10;
  z-index: 3;
}
@media (max-width: 959px) {
  .mosaic.mosaic-style-3 .grid > div:nth-child(1) {
    grid-column: 6 / 15;
    grid-row: 1;
  }
  .mosaic.mosaic-style-3 .grid > div:nth-child(2) {
    grid-column: 1 / 8;
    grid-row: 2 / 6;
  }
  .mosaic.mosaic-style-3 .grid > div:nth-child(3) {
    grid-column: 2 / 9;
    grid-row: 6 / 10;
  }
  .mosaic.mosaic-style-3 .grid > div:nth-child(4) {
    grid-column: 8 / 14;
    grid-row: 1 / 5;
  }
  .mosaic.mosaic-style-3 .grid > div:nth-child(5) {
    grid-column: 9/13;
    grid-row: 5 / 8;
    z-index: 3;
  }
}
.mosaic.mosaic-style-3.active-section .grid {
  /*  .mosaic-column-left > div {

      &:nth-child(1),
      &:nth-child(2),
      &:nth-child(3){
        opacity: 1;
        transition: opacity 1s ease-in-out 900ms;
      }

      &:nth-child(2) {
        transition-delay: 1.3s;
      }

      &:nth-child(3) {
        transition-delay: 1.6s;
      }
    }

    .mosaic-column-right > div {

      &:nth-child(2){
        opacity: 1;
        transition: opacity 1s ease-in-out 900ms;
      }

      &:nth-child(2) {
        transition-delay: 1.9s;
      }
    }

    &:before {
      transform: scaleY(1);
      transition: 1s cubic-bezier(0.83, 0, 0.17, 1);
    }*/
}
.mosaic.mosaic-style-3.active-section .grid:before {
  transform: scaleY(1);
  transition: 2s cubic-bezier(0.83, 0, 0.17, 1);
}
.mosaic.mosaic-style-3.active-section .grid > div:nth-child(2),
.mosaic.mosaic-style-3.active-section .grid > div:nth-child(3),
.mosaic.mosaic-style-3.active-section .grid > div:nth-child(4),
.mosaic.mosaic-style-3.active-section .grid > div:nth-child(5) {
  opacity: 1;
  transition: opacity 1s ease-in-out 900ms;
}
.mosaic.mosaic-style-3.active-section .grid > div:nth-child(2) {
  transition-delay: 1.3s;
}
.mosaic.mosaic-style-3.active-section .grid > div:nth-child(3) {
  transition-delay: 1.6s;
}
.mosaic.mosaic-style-3.active-section .grid > div:nth-child(4) {
  transition-delay: 1.9s;
}
.mosaic.mosaic-style-3.active-section .grid > div:nth-child(5) {
  transition-delay: 2.2s;
}
.mosaic-grid {
  display: flex;
  flex-wrap: wrap;
}
.mosaic-grid > div {
  width: 50%;
  min-height: 200px;
}
.mosaic-grid .mosaic-two-col {
  width: 100%;
}
@media screen and (min-width: 640px) {
  .mosaic-grid > div {
    width: 50%;
    min-height: 250px;
  }
}
@media screen and (min-width: 960px) {
  .mosaic-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(3, 282px);
    grid-column-gap: 0;
    grid-row-gap: 0;
  }
  .mosaic-grid > div {
    width: auto;
  }
  .mosaic-grid .mosaic-two-col {
    grid-column: span 2;
  }
  .mosaic-grid:before {
    background-color: #F5F5F5;
    content: '';
    display: block;
    width: 37%;
    height: 692px;
    position: absolute;
    left: 0;
    top: 28.75rem;
    z-index: -1;
  }
}
.navigation > ul {
  text-align: center;
}
.navigation > ul li {
  padding: 10px 30px;
  display: inline-block;
  position: relative;
}
.navigation > ul li a {
  color: #444;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 14px;
  font-weight: bold;
  font-family: "Maitree", serif;
}
.navigation > ul li:not(:last-child):after {
  height: 10px;
  width: 1px;
  background-color: #444;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
}
@media screen and (max-width: 959px) {
  .navigation > ul {
    display: flex;
    flex-wrap: wrap;
  }
  .navigation > ul li {
    width: 100%;
    margin: 0 !important;
  }
  .navigation > ul li:not(:last-child):after {
    display: none;
  }
  .navigation > ul li:nth-child(:even):not(:last-child):after {
    height: 10px;
    width: 1px;
    background-color: #444;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
  }
}
.cards-grid .main-image-container {
  min-height: 300px;
  transition: all 0.5s cubic-bezier(0.02, 0.9, 0.58, 1);
}
.cards-grid .title-container i {
  position: absolute;
  top: 50%;
  transform: translateX(-10px) translateY(-50%);
  right: -20px;
}
.cards-grid .card-category {
  top: 20px;
  background: #000000;
  color: white;
  padding: 5px 10px;
}
@media (min-width: 960px) {
  .cards-grid .title-container i {
    opacity: 0;
    transform: translateY(-50%) translateX(-20px);
    transition: all 0.5s cubic-bezier(0.02, 0.9, 0.58, 1);
  }
}
@media (min-width: 960px) {
  .cards-grid .text-container {
    min-height: 0;
    height: auto;
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.02, 0.9, 0.58, 1);
  }
  .cards-grid .text-container p {
    opacity: 0;
    transform: translateY(-10px);
  }
  .cards-grid .uk-card:hover i {
    opacity: 1;
    transform: translateX(0px) translateY(-50%);
  }
  .cards-grid .uk-card:hover .text-container {
    min-height: 115px;
  }
  .cards-grid .uk-card:hover .text-container p {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.3s ease-in-out 0.1s;
  }
  .cards-grid .uk-card:hover .main-image-container {
    min-height: 185px;
  }
}
@keyframes slider-progress {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
section.slider {
  position: relative;
}
section.slider .uk-transition-fade,
section.slider [class*='uk-transition-scale'],
section.slider [class*='uk-transition-slide'] {
  transition: 400ms ease-out 300ms;
}
section.slider.slider-option-1 {
  overflow: hidden;
  /*.image-slider.uk-slider-container {
      padding: 0 30px;
      @media (max-width: 959px) {
        padding: 0 10px;
      }
    }*/
}
@media screen and (min-width: 48em) {
  section.slider.slider-option-1 {
    padding-left: 45px;
    padding-top: 50px;
  }
  section.slider.slider-option-1:before {
    background-color: #F5F5F5;
    content: '';
    display: block;
    width: 50%;
    height: 850px;
    position: absolute;
    left: 0;
    top: -35px;
  }
}
section.slider.slider-option-1 .slider-background-texture {
  position: absolute;
  bottom: 50px;
  top: -10px;
  right: 0;
  left: 10%;
  background-size: cover;
  z-index: -1;
}
section.slider.slider-option-1 .slider-background-texture:after {
  content: '';
  positon: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 50%;
  background: linear-gradient(80deg, rgba(255, 255, 255, 0) 0%, #ffffff 54%);
}
@media (min-width: 960px) {
  section.slider.slider-option-1 .uk-slider-items > li {
    width: 90%;
  }
}
@media (min-width: 960px) {
  section.slider.slider-option-1.slider-width-option-2 .uk-slider-items > li {
    width: 33.3333%;
  }
}
section.slider.slider-option-1 .text-content h4 {
  letter-spacing: 0.2em;
}
section.slider.slider-option-1 .uk-slider-items li .slide-content-wrapper {
  transition: transform 1s ease-in-out, opacity 1s ease-in-out;
  transform-origin: left;
}
@media (min-width: 1600px) {
  section.slider.slider-option-1 .slider-container {
    padding-right: 0;
    margin-right: 0;
    width: calc(100% - 80px);
    max-width: none;
  }
}
section.slider.slider-option-1 .slider-controls {
  transform: translateY(100%);
  transition: all 300ms ease-in-out 800ms;
  margin-left: 0;
}
section.slider.slider-option-1 .slider-controls > .slider-toggle {
  color: #444;
}
section.slider.slider-option-1 .slider-toggle > a {
  background: #efefef;
  padding: 10px 20px;
  border: 0;
}
section.slider.slider-option-1 .slider-toggle > a:hover,
section.slider.slider-option-1 .slider-toggle > a:focus {
  color: #1a3632;
}
section.slider.slider-option-1 .slider-toggle > a.active,
section.slider.slider-option-1 .slider-toggle > a:active,
section.slider.slider-option-1 .slider-toggle > a:focus-within {
  background-color: #1a3632;
  color: white;
}
section.slider.slider-option-1 .text-content {
  /*left: -30px;*/
}
@media (min-width: 960px) {
  section.slider.slider-option-1 .text-content {
    left: -1px;
    bottom: -1px;
  }
}
@media (max-width: 959px) {
  section.slider.slider-option-1 .text-content {
    /*left: -10px;
        top: auto;
        bottom: 10%;
        padding: 15px;*/
    top: -10px;
    transform: translateY(0);
  }
  section.slider.slider-option-1 .text-content h2 {
    font-size: 0.2rem;
  }
  section.slider.slider-option-1 .text-content h2 {
    font-size: 1.5rem;
  }
}
section.slider.slider-option-1 .next-slide-click {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  cursor: pointer;
}
section.slider.slider-option-1 .uk-slider-items li.hiding .next-slide-click,
section.slider.slider-option-1 .uk-slider-items li.uk-active .next-slide-click {
  pointer-events: none;
}
section.slider.slider-option-1 .uk-slider-items li.uk-active .slide-content-wrapper {
  opacity: 1;
  filter: grayscale(0%);
  transform: scale(1);
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}
section.slider.slider-option-1 .uk-slider-items li.uk-active .slide-content-wrapper .uk-transition-fade {
  opacity: 1;
}
section.slider.slider-option-1.slider-width-option-1 .uk-slider-items li.uk-active .slide-content-wrapper {
  opacity: 1;
  filter: none;
}
section.slider.slider-option-1 .uk-slider-items li .slide-content-wrapper,
section.slider.slider-option-1 .uk-slider-items li.hiding .slide-content-wrapper {
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
  opacity: 1;
  filter: grayscale(100%);
}
section.slider.slider-option-1 .uk-slider-items li .slide-content-wrapper .uk-transition-fade,
section.slider.slider-option-1 .uk-slider-items li.hiding .slide-content-wrapper .uk-transition-fade {
  opacity: 0;
}
section.slider.slider-option-1.slider-width-option-1 .uk-slider-items li .slide-content-wrapper,
section.slider.slider-option-1.slider-width-option-1 .uk-slider-items li.hiding .slide-content-wrapper {
  filter: none;
}
section.slider.slider-option-1.active-section .slider-controls {
  transform: translateY(0);
}
section.slider.slider-option-2 {
  /*.uk-slider-items li.hiding {
      .slide-content-wrapper.has-content:after {
        opacity: 0;
        transition: opacity 1s ease-in-out, transform 1s ease-in-out;
      }
    }*/
}
section.slider.slider-option-2 .progress {
  width: 40%;
  height: 3px;
  background: rgba(26, 54, 50, 0.3);
  margin: 25px auto;
}
section.slider.slider-option-2 .progress .progress-fill {
  display: block;
  width: 100%;
  transform-origin: left;
  height: 100%;
  background-color: #1a3632;
}
section.slider.slider-option-2 .progress.animate .progress-fill {
  animation: slider-progress 6s ease-in-out normal;
}
section.slider.slider-option-2 .progress.paused-animation .progress-fill {
  animation: none;
  transform: scaleX(0);
}
section.slider.slider-option-2 .slider-toggle {
  padding: 12px 20px;
  background-color: rgba(26, 54, 50, 0.1);
  border: 1px solid rgba(26, 54, 50, 0.2);
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
  transition: all 300ms ease-in-out;
}
section.slider.slider-option-2 .slider-toggle:hover,
section.slider.slider-option-2 .slider-toggle:focus {
  background-color: rgba(23, 47, 44, 0.3);
  border: 1px solid rgba(9, 20, 18, 0.5);
  transition: all 200ms ease-in-out;
}
section.slider.slider-option-2 .slider-toggle.active,
section.slider.slider-option-2 .slider-toggle:active,
section.slider.slider-option-2 .slider-toggle:focus-within {
  background-color: rgba(23, 47, 44, 0.2);
  border: 1px solid rgba(13, 26, 25, 0.5);
  transition: all 300ms ease-in-out;
}
section.slider.slider-option-2 .uk-slider-items li {
  display: flex;
  align-items: flex-end;
}
section.slider.slider-option-2 .uk-slider-items li p {
  line-height: 1.5rem;
}
section.slider.slider-option-2 .uk-slider-items li h2,
section.slider.slider-option-2 .uk-slider-items li h3,
section.slider.slider-option-2 .uk-slider-items li h4,
section.slider.slider-option-2 .uk-slider-items li p,
section.slider.slider-option-2 .uk-slider-items li .text-content {
  text-shadow: 1px 1px 1px black;
}
section.slider.slider-option-2 .uk-slider-items li .slide-content-wrapper {
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
  transform: translateY(30%);
  opacity: 0.5;
}
section.slider.slider-option-2 .uk-slider-items li .slide-content-wrapper.has-content:after {
  content: '';
  background: linear-gradient(10deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.35) 40%, rgba(0, 0, 0, 0) 85%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  transition: opacity 1s ease-in-out 1s, transform 1s ease-in-out;
}
section.slider.slider-option-2 .uk-slider-items li.uk-active:not(.hiding) .slide-content-wrapper {
  opacity: 1;
  transform: translateY(0%);
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
  overflow: hidden;
}
section.slider.slider-option-2 .uk-slider-items li.uk-active:not(.hiding) .slide-content-wrapper.has-content:after {
  opacity: 1;
  animation-delay: 800ms;
}
section.slider.slider-option-2 .uk-slider-items li.hiding .slide-content-wrapper .uk-transition-fade {
  opacity: 0;
}
.gallery_preview.gallery_preview-style-1 {
  position: relative;
  /*@media(min-width:959px) {
      .text-content {
        transform: translateY(-30%);
      }
    }*/
}
@media (max-width: 959px) {
  .gallery_preview.gallery_preview-style-1 {
    /* margin:200px auto; */
    overflow: hidden;
  }
}
.gallery_preview.gallery_preview-style-1 .uk-height-large {
  height: 350px;
}
.gallery_preview.gallery_preview-style-1 .thumb {
  z-index: 1;
}
.gallery_preview.gallery_preview-style-1 .thumb:first-child {
  width: 70%;
  position: relative;
  margin-left: auto;
  right: 20%;
  top: 40px;
  /*clip-path: ~"url(#square-mask)";*/
  /*img{
        clip-path: url('#slider-mask');
      }*/
}
@media (max-width: 959px) {
  .gallery_preview.gallery_preview-style-1 .thumb:first-child {
    top: auto;
    right: auto;
    left: 0;
    margin-left: 0;
  }
}
.gallery_preview.gallery_preview-style-1 .thumb:nth-child(2) {
  width: 50%;
  position: relative;
  margin-left: auto;
  right: -4%;
  top: -30px;
}
@media (max-width: 959px) {
  .gallery_preview.gallery_preview-style-1 .thumb:nth-child(2) {
    top: -60px;
    right: auto;
    margin-right: 0;
  }
}
.gallery_preview.gallery_preview-style-1 .thumbs-wrapper {
  position: relative;
}
.gallery_preview.gallery_preview-style-1 .circle {
  position: absolute;
  width: 430px;
  height: 430px;
  top: 60%;
  left: 55%;
  transform: translateX(-50%) translateY(-50%);
}
.gallery_preview.gallery_preview-style-1 .circle svg[class*=uk-animation-] {
  animation-duration: 5s;
}
.gallery_preview.gallery_preview-style-1 .circle svg circle {
  fill: transparent;
  stroke-width: 5px;
  stroke: #1a3632;
}
@media (max-width: 959px) {
  .gallery_preview.gallery_preview-style-1 .circle {
    width: 280px;
    height: 280px;
  }
}
.gallery_preview.gallery_preview-style-2 {
  position: relative;
}
.gallery_preview.gallery_preview-style-2.enable-treatment .text-content {
  position: relative;
}
@media (max-width: 959px) {
  .gallery_preview.gallery_preview-style-2 {
    /* margin:200px auto; */
    overflow: hidden;
  }
  .gallery_preview.gallery_preview-style-2 .thumbs-wrapper {
    position: relative;
    display: flex;
    /* margin-top:-50px;*/
    align-items: center;
    gap: 30px;
  }
}
.gallery_preview.gallery_preview-style-2 .uk-height-large {
  height: 350px;
}
.gallery_preview.gallery_preview-style-2 .thumb {
  z-index: 1;
}
.gallery_preview.gallery_preview-style-2 .thumbs-wrapper {
  position: relative;
}
.gallery_preview.gallery_preview-style-2 .thumb:first-child {
  width: 30%;
  left: 20%;
  aspect-ratio: 260 / 354;
  position: absolute;
  bottom: 0;
}
@media (min-width: 960px) {
  .gallery_preview.gallery_preview-style-2 .thumb:first-child {
    clip-path: url(#mask-intro-2);
  }
}
@media (max-width: 959px) {
  .gallery_preview.gallery_preview-style-2 .thumb:first-child {
    width: 60%;
    min-width: auto;
    z-index: 1;
    margin-top: 0;
    position: relative;
    bottom: 0;
  }
  .gallery_preview.gallery_preview-style-2 .thumb:first-child img {
    border-radius: 34px;
  }
}
.gallery_preview.gallery_preview-style-2.text-gallery .thumb:nth-child(1) {
  left: 0;
}
.gallery_preview.gallery_preview-style-2.gallery-text .thumb:first-child {
  right: 0;
  left: auto;
}
.gallery_preview.gallery_preview-style-2 .thumb:nth-child(2) {
  z-index: 0;
  margin-left: auto;
  position: relative;
}
@media (min-width: 960px) {
  .gallery_preview.gallery_preview-style-2 .thumb:nth-child(2) {
    clip-path: url(#mask-intro-1);
    width: calc(100% - 100px);
    min-width: 448px;
  }
}
@media (max-width: 959px) {
  .gallery_preview.gallery_preview-style-2 .thumb:nth-child(2) {
    order: 0;
    /*top: -60px;
        right: -15px;*/
    margin-right: 0;
    width: 100%;
    position: relative;
    min-width: auto;
  }
  .gallery_preview.gallery_preview-style-2 .thumb:nth-child(2) img {
    border-radius: 24px;
  }
}
.gallery_preview.gallery_preview-style-2.gallery-text .thumb:nth-child(2) {
  margin-right: auto;
}
.cards-filtered {
  /*.card {
    padding:0;
    @media (min-width: 960px) {
      &:after {
        display: none;
      }
    }
  }*/
}
.cards-filtered .filter li label {
  position: relative;
  cursor: pointer;
}
.cards-filtered .filter li input {
  position: absolute;
  visibility: hidden;
}
.cards-filtered .filter li input[disabled] + .label-text {
  background: #e5e5e5;
  color: #6c6c6c;
}
.cards-filtered .filter li .label-text {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  z-index: 0;
  padding: 5px 10px;
  border: 1px solid lightgrey;
}
.cards-filtered .filter li input:checked + .label-text {
  background-color: #1a3632;
  color: white;
  border-color: #1a3632;
}
.cards-filtered fieldset[disabled] li .label-text {
  background-color: #f1f1f1;
}
.cards-filtered .card-tags i {
  margin-right: 3px;
}
.cards-filtered .card-tags ul {
  padding: 0;
  list-style-type: none;
}
.cards-filtered .card-tags li {
  text-transform: uppercase;
  font-size: 12px;
}
.cards-filtered .card-tags li:not(:last-child) {
  margin-right: 3px;
}
.restaurant-menus .uk-select:not([multiple]):not([size]) {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline fill='none' stroke='%23000' stroke-width='1.03' points='16 7 10 13 4 7' /%3E%3C/svg%3E");
  background-position: 98% 50%;
}
.restaurant-menus h2 {
  background: rgba(0, 0, 0, 0.04);
  padding: 5px 0;
}
.restaurant-menus .mobile-switcher {
  transition: all 0.3s ease-in-out;
}
.restaurant-menus .uk-sticky-fixed > div > div {
  padding: 6px;
}
.restaurant-menus .uk-sticky-fixed.mobile-switcher {
  background: white;
  /*
      width: 100% !important;
      */
  /*left: 0;*/
  padding: 5px 0 15px;
  border-bottom: 1px solid rgba(158, 158, 158, 0.27);
  border-radius: 0 0  3px 3px;
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.09);
}
.restaurant-menus ul.menu-switcher li {
  /*padding: 0 10px;*/
  border-radius: 5px 0 0 5px;
}
.restaurant-menus .menu-container {
  /*@media (max-width: 959px) {
      padding: 20px 0;
    }*/
}
.restaurant-menus .menu-section-container:before {
  /*content: '';
    position: absolute;
    top: 40px;
    bottom: 20px;
    right: 20px;
    left: 20px;
    border: 1px solid @main-color;
    pointer-events: none;
    @media (max-width: 959px) {
      border-bottom: 0px;
      bottom: auto;
      display:none;
    }
*/
}
.restaurant-menus ul.menu-switcher li {
  position: relative;
}
.restaurant-menus .menu-section-title {
  letter-spacing: 0.3em;
  font-size: 1.2rem;
  color: #1a3632;
  position: relative;
  /*@media (min-width: 960px) {
      top: -40px;
    }*/
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*@transition-duration: 400ms;
.uk-transition-fade,
[class*='uk-transition-scale'],
[class*='uk-transition-slide'] {
    transition: @transition-duration ease-out 100ms;
}*/
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
section {
  position: relative;
}
/*hr:not(#menu-slide hr){
    border-top: 2px solid @main-color !important;
    max-width:200px;
    margin:auto;  
}*/
em {
  color: #53575A;
}
.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  content: "\e876";
  font-family: Linearicons-Free;
  font-size: 10px;
}
.uk-breadcrumb {
  margin: 0;
  padding: 5px 10px;
  background: white;
}
.uk-breadcrumb .current span {
  color: #1a3632;
}
.separator {
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  display: flex;
  min-height: 80px;
  white-space: nowrap;
  color: #1a3632;
}
.close-icon {
  background: #E4F1F2;
  border-radius: 100%;
  line-height: 1.1em;
  width: 40px;
  height: 40px;
  text-align: center;
}
body:not(.offset-hero-menu) main > .hero:first-child .uk-slider .uk-slider-items:before,
body:not(.offset-hero-menu) main > .hero:nth-child(2) .uk-slideshow .uk-slideshow-items li:before,
body:not(.offset-hero-menu) main > .hero:first-child .uk-slideshow .uk-slideshow-items li:before {
  content: '';
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 69%, rgba(0, 0, 0, 0.5) 82%, rgba(0, 0, 0, 0.62) 90%, rgba(0, 0, 0, 0.72) 100%);
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.uk-container-custom {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1200px) {
  .uk-container-custom {
    width: calc(100% - 80px);
  }
}
.uk-container-element {
  width: calc(100% - 80px);
  margin-right: auto;
  max-width: 1150px;
  margin-left: auto;
}
@media screen and (max-width: 959px) {
  .uk-container-element {
    width: 100%;
  }
}
.uk-container-element-small {
  width: calc(100% - 80px);
  margin-right: auto;
  max-width: 1106px;
  margin-left: auto;
}
@media screen and (max-width: 959px) {
  .uk-container-element-small {
    width: 100%;
  }
}
.uk-container-element-extra-small {
  margin-right: auto;
  max-width: 1026px;
  margin-left: auto;
}
[class*=uk-animation-] {
  animation-duration: 2s;
  animation-timing-function: cubic-bezier(0.15, 0.82, 0.43, 1);
  animation-fill-mode: both;
}
/* Lists */
section .text-content ul {
  padding-left: 0;
}
section .text-content ul li:not(:last-child) {
  border-bottom: 1px solid #e2e2e2;
}
@media (max-width: 959px) {
  section .text-content ul li {
    border-bottom: 1px solid #e2e2e2;
  }
}
section .text-content ul li {
  padding: 20px 0 20px;
  text-align: left;
  margin: 0;
  display: block;
  position: relative;
  line-height: 1.3em;
}
section .text-content .textformatter-edited ul li {
  padding: 15px 0 15px;
}
.centered-list {
  font-size: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 10px 20px;
  list-style: none;
  flex-wrap: wrap;
}
.text-content ul li span.icon:before {
  color: #1a3632;
  font-size: 1.4em;
  position: relative;
}
section .text-content ul li span.icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.2em;
  position: absolute;
  right: 100%;
  top: 20px;
  left: 0;
  color: #1a3632;
}
@media (max-width: 959px) {
  section .text-content ul li span.icon {
    margin-right: -50px;
  }
}
section.panel .text-content ul li span.icon {
  position: relative;
  top: auto;
  margin-right: 5px;
}
section.intro .text-content ul li span.icon {
  position: relative;
  top: auto;
  margin-right: 5px;
}
section.intro .text-content ul li span.icon:before {
  color: white;
}
section.intro .text-content ul li.has-icon {
  display: flex;
}
@media (min-width: 960px) {
  section .text-content ul li.has-icon {
    padding: 20px;
  }
}
@media (max-width: 959px) {
  section .text-content ul li.has-icon {
    padding-left: 35px;
  }
  section .text-content ul li.has-icon span {
    right: auto;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
/* Content basic */
.content_basic .text-content {
  width: 100%;
  padding: 20px 0;
}
@media (min-width: 960px) {
  .content_basic .text-content {
    padding: 20px 40px;
  }
}
@media (max-width: 959px) {
  .content_basic .text-content {
    padding-bottom: 0;
  }
}
@media (max-width: 959px) {
  .content_basic:not(.section-as-heading) .single .text-content {
    padding-bottom: 30px;
  }
}
.content_basic.section-as-heading {
  margin-bottom: 0;
}
.content_basic.section-as-heading + section {
  margin-top: 0px !important;
}
.content_basic .interior {
  position: relative;
}
.content_basic .interior .uk-grid > div {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 959px) {
  .content_basic .uk-grid-divider.uk-grid-stack > .uk-grid-margin {
    /* margin-top: 0;*/
  }
  .content_basic .uk-grid-divider.uk-grid-stack > .uk-grid-margin > .text-content {
    padding-top: 0;
  }
  .content_basic .uk-grid-divider.uk-grid-stack > .uk-grid-margin:last-child > .text-content {
    padding-bottom: 20px;
  }
}
.content_basic .multiple .text-content {
  width: 90%;
}
@media screen and (min-width: 960px) {
  .content_basic.section-as-heading + section.content_basic {
    margin-top: 20px !important;
  }
  .content_basic .multiple .text-content {
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .content_basic {
    margin: auto;
  }
}
header {
  position: relative;
}
header.uk-margin-large-bottom {
  margin-bottom: 120px !important;
}
.header-border {
  display: none;
  width: 100%;
  position: absolute;
  height: calc(100% + 40px);
  border: 2px solid #1a3632;
  z-index: 3;
  pointer-events: none;
  max-width: 100%;
  margin: auto;
  right: 0;
  left: 0;
}
@media screen and (min-width: 1200px) {
  .uk-grid-custom-size {
    margin-left: -22px;
  }
  .uk-grid-custom-size > * {
    padding-left: 22px;
  }
}
.event .event-data-inner {
  background-color: #1a3632;
  padding: 40px;
  color: white;
}
.event .event-data-inner p {
  margin: 0;
}
.event .event-data-inner h3 {
  border-bottom: 1px solid white;
  padding-bottom: 10px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 0px;
}
.event .event-information .event-data-inner {
  padding: 0;
  background: transparent;
  color: #1a3632;
}
.event .event-information .event-data-inner > * {
  color: #1a3632 !important;
}
.event .event-information .event-data-inner {
  padding: 0;
  background: transparent;
  color: #1a3632;
}
.event .event-information .event-data-inner h3 {
  padding-bottom: 0;
  margin: 0;
  font-size: 15px;
  color: #1a3632 !important;
}
@media (min-width: 960px) {
  .right-column-container {
    margin-top: 40px;
  }
}
@media (min-width: 960px) {
  .right-column-container .content_basic .single > div {
    width: calc(100% - 80px);
  }
}
/* Tables */
.cal-title.checkin {
  margin-right: 5px;
}
@media only screen and (max-width: 959px) {
  .uk-container-custom {
    width: 100%;
    max-width: none;
  }
  .event {
    margin-top: 0px;
  }
  .event .event-image {
    margin-bottom: -20%;
  }
  .event .event-data {
    width: 90%;
    z-index: 1;
  }
  .event .event-information {
    order: 1;
  }
  .events-menu .uk-grid-margin {
    margin-top: 10px;
  }
  .events-menu .views-toggles {
    text-align: center;
  }
  .events-menu .views-toggles a {
    width: 100%;
    /* padding: 16px !important;
         margin:5px;
         line-height: 10px;   */
  }
  .events-menu .events-pager {
    width: 100%;
  }
  .events-menu .date-picker {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .signup-form > div {
    padding: 0 30px 60px;
    text-align: center !important;
  }
}
.zambeziModal .uk-modal-dialog {
  width: 100%;
  background: transparent;
  pointer-events: none;
}
.zambeziModal .uk-modal-dialog * {
  pointer-events: all;
}
.zambeziModal .uk-modal-dialog .panel {
  background: white;
}
.zambeziModal .uk-modal-dialog .panel:before {
  display: none;
}
.zambeziModal .uk-modal-dialog .panel .uk-slideshow-items {
  transform: none !important;
}
.zambeziModal .uk-modal-dialog .panel .uk-slidenav {
  transform: none !important;
}
.sitemap ul ul {
  padding: 0;
}
.sitemap h3 {
  margin-bottom: 0;
}
.sitemap ul {
  margin-bottom: 25px !important;
}
@media (max-width: 960px) {
  .sitemap li {
    padding: initial !important;
  }
}
.blog-items .uk-card-body a:hover .uk-card-title {
  text-decoration: underline !important;
}
.blog-section {
  padding-top: 30px;
  position: relative;
}
.blog-section #desktop-search {
  position: relative;
}
.blog-section #desktop-search:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.64);
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms ease-in-out;
  z-index: 1;
}
.blog-section.htmx-request #desktop-search:before {
  pointer-events: all;
  opacity: 1;
}
@media (min-width: 960px) {
  .blog-section {
    padding-top: 40px;
  }
}
.blog-section .uk-search-input {
  background-color: #fff;
}
.mobile-search-navbar {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
.mobile-search-navbar .search-options-toggle a {
  font-size: 0.75rem;
}
.mobile-search-navbar .search-options-icon {
  min-width: 20px;
}
#mobile-search:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.64);
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms ease-in-out;
  z-index: 1;
}
#mobile-search.htmx-request:before {
  pointer-events: all;
  opacity: 1;
}
#mobile-search .search-found-items-message {
  padding: 5px;
}
.clear-categories-link {
  border-radius: 3px;
  font-size: 0.75rem;
  color: #696969FF;
}
.clear-categories-link:hover {
  color: #282828;
  border-color: #252525;
}
/*

.remove-category-action{
  font-size:0.65rem;
  background-color: @secondary-color;
  border-radius:3px 5px;
  color: #fff;
  span{
    padding:3px 5px;
    border-right: 1px solid rgba(255, 255, 255, 0.73);
  }
  button{
    background-color:darken(@secondary-color, 15%);
    color:white;
    border-radius: 0 3px 3px 0;
    border:0;
    cursor: pointer;
  }
}*/
section.iframe {
  overflow: hidden;
}
.visuallyhidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
section.gallery .gallery-grid-mosaic-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 0;
}
section.gallery .grid {
  display: flex;
  display: grid;
  height: 800px;
  grid-template-columns: repeat(13, 1fr);
  grid-template-rows: repeat(9, 1fr);
  gap: 15px 15px;
  width: 100%;
}
section.gallery .grid .mosaic-image-item a:focus-within picture:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  border: 5px solid #1a3632;
}
@media (max-width: 959px) {
  section.gallery.mosaic-style-1 .grid {
    height: 640px;
    grid-template-rows: repeat(6, 1fr);
    gap: 6px;
  }
}
section.gallery.mosaic-style-1 .grid > div {
  background-color: #1a3632;
}
section.gallery.mosaic-style-1 .grid > div:nth-child(1) {
  grid-column: 1 / 6;
  grid-row: 1/5;
}
section.gallery.mosaic-style-1 .grid > div:nth-child(2) {
  grid-column: 6 / 11;
  grid-row: 1 / 5;
}
section.gallery.mosaic-style-1 .grid > div:nth-child(3) {
  grid-column: 1 / 5;
  grid-row: 5 / 10;
}
section.gallery.mosaic-style-1 .grid > div:nth-child(4) {
  grid-column: 5 / 8;
  grid-row: 5 / 10;
}
section.gallery.mosaic-style-1 .grid > div:nth-child(5) {
  grid-column: 8 / 11;
  grid-row: 5 / 10;
}
section.gallery.mosaic-style-1 .grid > div:nth-child(6) {
  grid-column: 11 / 14;
  grid-row: 1 / 10;
}
@media (max-width: 959px) {
  section.gallery.mosaic-style-1 .grid > div:nth-child(1) {
    grid-column: 1 / 7;
    grid-row: 1 / 3;
  }
  section.gallery.mosaic-style-1 .grid > div:nth-child(2) {
    grid-column: 7 / 13;
    grid-row: 1 / 3;
  }
  section.gallery.mosaic-style-1 .grid > div:nth-child(3) {
    grid-column: 2 / 8;
    grid-row: 3 / 5;
  }
  section.gallery.mosaic-style-1 .grid > div:nth-child(4) {
    grid-column: 8 / 14;
    grid-row: 3 / 5;
  }
  section.gallery.mosaic-style-1 .grid > div:nth-child(5) {
    grid-column: 1 / 6;
    grid-row: 5 / 7;
  }
  section.gallery.mosaic-style-1 .grid > div:nth-child(6) {
    grid-column: 6 / 14;
    grid-row: 5 / 7;
  }
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.InputfieldForm .Inputfield:not(.InputfieldStateCollapsed) > .InputfieldHeaderHidden > span {
  display: none;
}
.top-ctas {
  position: fixed;
  top: 15%;
  z-index: 982;
  transform-origin: right top;
  transform: rotate(90deg) translateX(100%) translateY(calc(-100% - 20px));
  transition: transform 2s cubic-bezier(0.25, 1, 0.5, 1);
  right: 0;
}
@media (min-width: 959px) {
  .top-ctas {
    right: 0px;
  }
}
.top-ctas.bottom-right {
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
  transform-origin: left top;
  transform: rotate(-90deg) translateY(-100%);
}
.top-ctas.open {
  transform: rotate(90deg) translateX(100%) translateY(0%);
  transition: transform 300ms cubic-bezier(0.25, 1, 0.5, 1) 1s;
}
.top-ctas.bottom-right.open {
  transform: rotate(-90deg) translateY(0%);
  transition: transform 300ms cubic-bezier(0.25, 1, 0.5, 1) 1s;
}
.top-ctas > div.uk-flex {
  gap: 10px 10px;
}
.top-ctas .uk-button {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  /*&:after{
      content: '';
      position: absolute;
      background-color: @secondary-color;
      bottom: -2px;
      right: -2px;
      left: -2px;
      height: 4px;
      z-index: 1;
    }*/
}
@media (max-width: 959px) {
  .top-ctas .uk-button {
    position: relative;
    font-size: 12px;
    line-height: 25px;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.animate-clip-path {
  clip-path: inset(0 0 100% 0);
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.85, 0, 0.15, 1);
  animation-fill-mode: forwards;
}
.animate-clip-path.horizontal-clip {
  clip-path: inset(0 100% 0% 0);
}
.animate-clip-path.anim-duration-3s {
  animation-duration: 3s;
}
.animate-clip-path.anim-duration-4s {
  animation-duration: 4s;
}
.animate-clip-path.anim-duration-5s {
  animation-duration: 5s;
}
.animate-clip-path.delay-300ms {
  animation-delay: 300ms;
}
.animate-clip-path.delay-500ms {
  animation-delay: 500ms;
}
.animate-clip-path.delay-1s {
  animation-delay: 1s;
}
.animate-clip-path.delay-3s {
  animation-delay: 3s;
}
.animate-clip-path.easing-linear {
  animation-timing-function: linear;
}
.animate-clip-path.ease-in-out-quint {
  animation-timing-function: cubic-bezier(0.83, 0, 0.17, 1);
}
.animate-clip-path.easing-out-quart {
  animation-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
}
.animate-clip-path.easing-out-expo {
  animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}
.active-section .animate-clip-path {
  animation-name: clip-animation;
}
.active-section .animate-clip-path.horizontal-clip {
  animation-name: clip-animation-horizontal;
}
.active-section .animate-clip-path.horizontal-clip img {
  animation-name: clip-animation-image;
  animation-duration: 3.5s;
  animation-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
  animation-fill-mode: forwards;
}
.active-section .animate-clip-path.horizontal-centered-clip {
  animation-name: clip-animation-horizontal-centered;
}
.animate-clip-path.active-animation {
  animation-name: clip-animation;
}
@keyframes clip-animation {
  from {
    clip-path: inset(0 0 100% 0);
  }
  to {
    clip-path: inset(0 0 0% 0);
  }
}
@keyframes clip-animation-image {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes clip-animation-horizontal {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0% 0 0);
  }
}
@keyframes clip-animation-horizontal-centered {
  from {
    clip-path: inset(0 60% 0% 40%);
  }
  to {
    clip-path: inset(0 0% 0 0%);
  }
}
.menu-drop {
  overflow: hidden !important;
}
.featured-tabs {
  /*

  [uk-slideshow]:after{
    content:'';
    //background: linear-gradient(218deg, rgba(0, 0, 0,0.0) 80%, rgba(0,0,0 ,.40) 100%);
    position:absolute;
    bottom:0;
    right:0;
    left:0;
    top:0;
    pointer-events: none;
  }
  */
}
.featured-tabs .text-content {
  padding: 12% 20% 18%;
}
@media (max-width: 959px) {
  .featured-tabs .text-content {
    padding: 30px;
  }
}
.featured-tabs h4:first-child {
  margin-bottom: 40px;
}
.featured-tabs .dotnav-wrapper {
  z-index: 1;
}
.featured-tabs > .uk-container {
  padding: 0;
}
.featured-tabs + .featured-tabs {
  margin-top: -40px !important;
}
@media (min-width: 1200px) {
  .featured-tabs + .featured-tabs {
    margin-top: -70px !important;
  }
}
@media (min-width: 959px) {
  .featured-tabs .dotnav-wrapper {
    left: 0;
    transform: none;
  }
  .featured-tabs.text-gallery .dotnav-wrapper {
    right: 0;
    left: auto;
    transform: none;
  }
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}
/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
.datepicker--cells {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.datepicker--cell {
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 32px;
  z-index: 1;
}
.datepicker--cell.-focus- {
  background: #f0f0f0;
}
.datepicker--cell.-current- {
  color: #1a3632;
}
.datepicker--cell.-current-.-focus- {
  color: #4a4a4a;
}
.datepicker--cell.-current-.-in-range- {
  color: #1a3632;
}
.datepicker--cell.-in-range- {
  background: rgba(92, 196, 239, 0.1);
  color: #4a4a4a;
  border-radius: 0;
}
.datepicker--cell.-in-range-.-focus- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell.-disabled- {
  cursor: default;
  color: #aeaeae;
}
.datepicker--cell.-disabled-.-focus- {
  color: #aeaeae;
}
.datepicker--cell.-disabled-.-in-range- {
  color: #a1a1a1;
}
.datepicker--cell.-disabled-.-current-.-focus- {
  color: #aeaeae;
}
.datepicker--cell.-range-from- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 4px 0 0 4px;
}
.datepicker--cell.-range-to- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 0 4px 4px 0;
}
.datepicker--cell.-range-from-.-range-to- {
  border-radius: 4px;
}
.datepicker--cell.-selected- {
  color: #fff;
  border: none;
  background: #1a3632;
}
.datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #1a3632;
}
.datepicker--cell.-selected-.-focus- {
  background: #1a3632;
}
.datepicker--cell:empty {
  cursor: default;
}
.datepicker--days-names {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px 0 3px;
}
.datepicker--day-name {
  color: #FF9A19;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: .8em;
}
.datepicker--cell-day {
  width: 14.28571%;
}
.datepicker--cells-months {
  height: 170px;
}
.datepicker--cell-month {
  width: 33.33%;
  height: 25%;
}
.datepicker--years {
  height: 170px;
}
.datepicker--cells-years {
  height: 170px;
}
.datepicker--cell-year {
  width: 25%;
  height: 33.33%;
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}
/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0;
}
@media print {
  .datepickers-container {
    display: none;
  }
}
.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  z-index: 100;
}
.datepicker.-from-top- {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.datepicker.-from-right- {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}
.datepicker.-from-bottom- {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}
.datepicker.-from-left- {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}
.datepicker.active {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
  transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
}
.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.datepicker-inline .datepicker--pointer {
  display: none;
}
.datepicker--content {
  box-sizing: content-box;
  padding: 4px;
}
.-only-timepicker- .datepicker--content {
  display: none;
}
.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1;
}
.-top-left- .datepicker--pointer,
.-top-center- .datepicker--pointer,
.-top-right- .datepicker--pointer {
  top: calc(100% - 4px);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.-right-top- .datepicker--pointer,
.-right-center- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
  right: calc(100% - 4px);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.-bottom-left- .datepicker--pointer,
.-bottom-center- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
  bottom: calc(100% - 4px);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
.-left-top- .datepicker--pointer,
.-left-center- .datepicker--pointer,
.-left-bottom- .datepicker--pointer {
  left: calc(100% - 4px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.-top-left- .datepicker--pointer,
.-bottom-left- .datepicker--pointer {
  left: 10px;
}
.-top-right- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
  right: 10px;
}
.-top-center- .datepicker--pointer,
.-bottom-center- .datepicker--pointer {
  left: calc(50% - 10px / 2);
}
.-left-top- .datepicker--pointer,
.-right-top- .datepicker--pointer {
  top: 10px;
}
.-left-bottom- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
  bottom: 10px;
}
.-left-center- .datepicker--pointer,
.-right-center- .datepicker--pointer {
  top: calc(50% - 10px / 2);
}
.datepicker--body {
  display: none;
}
.datepicker--body.active {
  display: block;
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}
/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.datepicker--nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px;
}
.-only-timepicker- .datepicker--nav {
  display: none;
}
.datepicker--nav-title,
.datepicker--nav-action {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker--nav-action:hover {
  background: #f0f0f0;
}
.datepicker--nav-action.-disabled- {
  visibility: hidden;
}
.datepicker--nav-action svg {
  width: 32px;
  height: 32px;
}
.datepicker--nav-action path {
  fill: none;
  stroke: #9c9c9c;
  stroke-width: 2px;
}
.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px;
}
.datepicker--nav-title i {
  font-style: normal;
  color: #9c9c9c;
  margin-left: 5px;
}
.datepicker--nav-title:hover {
  background: #f0f0f0;
}
.datepicker--nav-title.-disabled- {
  cursor: default;
  background: none;
}
.datepicker--buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef;
}
.datepicker--button {
  color: #1a3632;
  cursor: pointer;
  border-radius: 4px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px;
}
.datepicker--button:hover {
  color: #4a4a4a;
  background: #f0f0f0;
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #1a3632;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #1a3632;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}
/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */
.datepicker--time {
  border-top: 1px solid #efefef;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px;
  position: relative;
}
.datepicker--time.-am-pm- .datepicker--time-sliders {
  -webkit-flex: 0 1 138px;
  -ms-flex: 0 1 138px;
  flex: 0 1 138px;
  max-width: 138px;
}
.-only-timepicker- .datepicker--time {
  border-top: none;
}
.datepicker--time-sliders {
  -webkit-flex: 0 1 153px;
  -ms-flex: 0 1 153px;
  flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px;
}
.datepicker--time-label {
  display: none;
  font-size: 12px;
}
.datepicker--time-current {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px;
}
.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1;
}
.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1;
}
.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
  content: '';
  background: #f0f0f0;
  border-radius: 4px;
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0;
}
.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
  opacity: 1;
}
.datepicker--time-current-ampm {
  text-transform: uppercase;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px;
}
.datepicker--time-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat;
}
.datepicker--time-row:first-child {
  margin-bottom: 4px;
}
.datepicker--time-row input[type='range'] {
  background: none;
  cursor: pointer;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}
.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
}
.datepicker--time-row input[type='range']::-ms-tooltip {
  display: none;
}
.datepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
  border-color: #b8b8b8;
}
.datepicker--time-row input[type='range']:hover::-moz-range-thumb {
  border-color: #b8b8b8;
}
.datepicker--time-row input[type='range']:hover::-ms-thumb {
  border-color: #b8b8b8;
}
.datepicker--time-row input[type='range']:focus {
  outline: none;
}
.datepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
  background: #1a3632;
  border-color: #1a3632;
}
.datepicker--time-row input[type='range']:focus::-moz-range-thumb {
  background: #1a3632;
  border-color: #1a3632;
}
.datepicker--time-row input[type='range']:focus::-ms-thumb {
  background: #1a3632;
  border-color: #1a3632;
}
.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background .2s;
}
.datepicker--time-row input[type='range']::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background .2s;
}
.datepicker--time-row input[type='range']::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background .2s;
}
.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  margin-top: -6px;
}
.datepicker--time-row input[type='range']::-webkit-slider-runnable-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}
.datepicker--time-row input[type='range']::-moz-range-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}
.datepicker--time-row input[type='range']::-ms-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}
.datepicker--time-row input[type='range']::-ms-fill-lower {
  background: transparent;
}
.datepicker--time-row input[type='range']::-ms-fill-upper {
  background: transparent;
}
.datepicker--time-row span {
  padding: 0 12px;
}
.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em;
}
.datepicker--time-icon:after,
.datepicker--time-icon:before {
  content: '';
  background: currentColor;
  position: absolute;
}
.datepicker--time-icon:after {
  height: .4em;
  width: 1px;
  left: calc(50% - 1px);
  top: calc(50% + 1px);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.datepicker--time-icon:before {
  width: .4em;
  height: 1px;
  top: calc(50% + 1px);
  left: calc(50% - 1px);
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #1a3632;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #1a3632;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}
.events-container {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 959px) {
  .events-container {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.events-container .calendar {
  position: relative;
}
.events-container .calendar:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff8c;
  opacity: 0;
  pointer-events: none;
}
.events-container .calendar.active-day-events-drop:after {
  opacity: 1;
}
.events-container .calendar .days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.events-container .calendar .days .event-calendar-event-title {
  font-size: 0.85rem;
}
.events-container .calendar .days .day-label {
  border-top: 1px solid lightgrey;
  border-bottom: 1px solid lightgrey;
  border-right: 1px solid lightgrey;
}
.events-container .calendar .days .day-label:nth-child(1) {
  border-left: 1px solid lightgrey;
}
.events-container .calendar .days .day {
  aspect-ratio: 1 / 1;
  background-color: white;
  color: #343434;
  border-bottom: 1px solid lightgrey;
  border-right: 1px solid lightgrey;
  box-sizing: border-box;
  position: relative;
  /*&:nth-child(-n + 7){
        border-top: 1px solid lightgrey;
      }*/
}
.events-container .calendar .days .day.not-in-month {
  opacity: 0.5;
}
.events-container .calendar .days .day.not-in-month .uk-badge {
  background-color: lightgrey;
}
.events-container .calendar .days .day .day-mobile-events-info-toggle {
  background: none;
  border: 0;
}
.events-container .calendar .days .day .day-mobile-events-info-toggle:hover,
.events-container .calendar .days .day .day-mobile-events-info-toggle:active {
  background-color: #f3f3f3;
}
.events-container .calendar .days .day.today {
  background-color: lightyellow;
}
.events-container .calendar .days .day .day-mobile-events-info {
  position: absolute;
  bottom: 0;
  right: 4px;
  pointer-events: none;
}
.events-container .calendar .days .day .day-number-label {
  position: absolute;
  top: 0px;
  right: 6px;
  font-size: 0.8rem;
  pointer-events: none;
}
@media (min-width: 960px) {
  .events-container .calendar .days .day .day-number-label {
    top: 0px;
    right: 6px;
    font-size: 0.8rem;
  }
}
.events-container .calendar .days .day:nth-child(7n + 1) {
  border-left: 1px solid lightgrey;
}
.events-container .events-tiles .event-card .date {
  /*position: absolute;
    top: 1em;
    left: 0;
    display: block;
    background: #555;
    color: #fff;

    line-height: 1;
    padding: 5px 10px;
    font-weight: 600;*/
}
.navbar-actions .uk-button {
  min-height: 40px;
  padding: 0 10px;
  background: #fff;
  border: 1px solid lightgrey;
  display: flex;
}
@media (max-width: 959px) {
  .navbar-actions .uk-button {
    padding: 0 5px;
  }
}
.navbar-actions .uk-button:hover,
.navbar-actions .uk-button.uk-active {
  background: #1a3632;
  color: #fff;
  border-color: #1a3632;
}
.navbar-actions .uk-button.next-month {
  margin-left: -1px;
}
.events-menu {
  /*@media(max-width:959px){
    margin-top:-10px;
  }*/
}
.events-menu .events-view-toggles-desktop {
  position: relative;
}
.events-menu .events-view-toggles-desktop:after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  height: 1px;
  background-color: lightgrey;
}
@media (max-width: 959px) {
  .navbar-actions {
    font-size: 0.85rem;
  }
}
.events-views-toggles label {
  cursor: pointer;
  position: relative;
}
.events-views-toggles input[type=radio] {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
}
.events-views-toggles input[type=radio] + span {
  height: 40px;
  display: flex;
  padding: 0 20px;
  border-radius: 5px 5px 0 0;
  border: 1px solid lightgrey;
  border-bottom: 0;
  align-items: center;
}
@media (max-width: 959px) {
  .events-views-toggles input[type=radio] + span {
    padding: 0 10px;
  }
  .events-views-toggles input[type=radio] + span .uk-icon {
    min-width: 20px;
  }
  .events-views-toggles input[type=radio] + span .view-title {
    display: none;
  }
}
.events-views-toggles input[type=radio]:checked + span {
  border: 1px solid #1a3632;
  border-bottom: 0;
  background-color: #1a3632;
  color: white;
}
@media (max-width: 959px) {
  .events-views-toggles input[type=radio]:checked + span .view-title {
    display: block;
  }
}
.events-views-toggles input[type=radio]:disabled + span {
  border: 1px solid lightgrey;
  background-color: #efefef;
  color: grey;
}
.remove-tag-action {
  font-size: 0.65rem;
  background-color: #1a3632;
  border-radius: 3px;
  color: #fff;
}
.remove-tag-action span {
  padding: 3px 5px;
  border-right: 1px solid rgba(255, 255, 255, 0.73);
}
.remove-tag-action button {
  background-color: #010202;
  color: white;
  border-radius: 0 3px 3px 0;
  border: 0;
  cursor: pointer;
}
.events-list {
  padding: 0;
  list-style: none;
}
.events-list > li:not(:last-child) {
  border-bottom: 1px solid #eeeeee;
}
.events-list .events-list-grid {
  display: flex;
}
.events-list .events-list-grid .events-list-day {
  border-right: 1px solid #eeeeee;
  min-width: 100px;
}
@media (min-width: 960px) {
  .events-list .events-list-grid .events-list-day {
    min-width: 130px;
  }
}
.calendar-mobile-info > * {
  pointer-events: none;
}
