@font-face {
    font-family: 'FairplexNarrowOTBook';
    src: url('../fonts/FairplexNarrowOT-Book.eot');
    src: url('../fonts/FairplexNarrowOT-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FairplexNarrowOT-Book.woff2') format('woff2'),
        url('../fonts/FairplexNarrowOT-Book.woff') format('woff'),
        url('../fonts/FairplexNarrowOT-Book.ttf') format('truetype'),
        url('../fonts/FairplexNarrowOT-Book.svg#FairplexNarrowOT-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Degular';
    src: url('../fonts/Degular-Regular.eot');
    src: url('../fonts/Degular-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Degular-Regular.woff2') format('woff2'),
        url('../fonts/Degular-Regular.woff') format('woff'),
        url('../fonts/Degular-Regular.ttf') format('truetype'),
        url('../fonts/Degular-Regular.svg#Degular-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.home-slider .wk-slideshow-fullscreen, .home-slider .wk-slideshow-fullscreen>li {
    height: calc(100vh - 90px) !important;
}

@media (max-width: 639px) {
  .hero .uk-section {
      min-height: calc(90vh - 130px) !important;
  }
  .home-slider .wk-slideshow-fullscreen, .home-slider .wk-slideshow-fullscreen>li {
      height: calc(90vh - 130px) !important;
  }
}