@font-face {
  font-family: 'FuturaBook';
  src: local(''),
       url('../fonts/FuturaBookC.woff') format('woff'),
       url('../fonts/FuturaBookC.ttf') format('truetype'); 
}

/*UI*/
.c-grid-row-xsmall > .uk-grid > .uk-grid-margin {
    margin-top: 5px;
}
@media(max-width: 640px){
    .c-btn-width-1-1 .el-item,
    .c-btn-width-1-1 .uk-button{
        width: 100%;
    }
}

/*OVERLAY SCROLL*/
.overlay-scroll .el-item .uk-position-center {
   height: 100%;
   overflow-y: auto !important;
}

/* LANG */
.tm-header-mobile .uk-navbar-left {
    flex: 1;
    justify-content: space-between;
    margin-right: 15px;
}
.mod-languages > div > a {
    display: flex;
    align-items: center;
    gap: 5px;
    border: 1px solid #111;
    padding: 6px 8px;
  	width: 60px;
    box-sizing: border-box;
}
.uk-light .mod-languages > div > a {
    border-color: #fff;
}

.mod-languages .uk-dropdown {
    width: 60px !important;
    max-width: 60px !important;
    padding: 5px;
    background: #fff;
    min-width: auto;
    left: calc(100% - 60px) !important;
}

.mod-languages .uk-dropdown-nav > li > a {
    color: #666!important;
}

.mod-languages .uk-dropdown-nav > li.uk-active > a,
.mod-languages .uk-dropdown-nav > li > a:hover {
    color: #111!important;
}

.tm-header-mobile .uk-navbar-right .uk-navbar-toggle div svg:not(.menu-cross):not(.menu-stripes) {
    display: none !important;
}

/*Separate Bg's*/
/*MAIN BG*/
@media (max-width: 640px) {
  html.bg-main::before {
    content:"";
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: calc(100vh);
    background: linear-gradient(0deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 100%), url("/images/bg/alaska_bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;         
  }
}
@media (min-width: 641px){
  .tm-page.bg-main {
    background: linear-gradient(0deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 100%), url("/images/bg/alaska_bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
}

/*INNER PAGES BG*/

@media (max-width: 640px) {
  html.bg-inner::before {
    content:"";
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: calc(100vh);
    background: linear-gradient(0deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 100%), url("/images/bg/alaska_bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;         
  }
}
@media (min-width: 641px){
  .tm-page.bg-inner {
    background: linear-gradient(0deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 100%), url("/images/bg/alaska_bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
}

.s-book-buttons .uk-button{
  min-width:229.5px;
}
