﻿@font-face { font-family: 'Gilroy-Bold'; src: url('http://kenh14cdn.com/web_font/Gilroy-Bold1.otf') format('opentype'); }

.wil-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid black;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255,255,255,1);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
}

.wilw-box {
    margin: 20px 0;
}

.tbwc-magazine-logo {
    display: block;
    width: 320px;
    height: 60px;
    background: url(https://kenh14cdn.com/web_images/emagazine-logo.png) top left no-repeat;
    margin: 0 auto;
}

#progressBar {
    width: 400px;
    height: 22px;
    border: 1px solid #111;
    background-color: #292929;
}

    #progressBar div {
        height: 100%;
        color: #fff;
        text-align: right;
        line-height: 22px; /* same as #progressBar height if we want text middle aligned */
        width: 0;
        background-color: #0099ff;
    }

.default {
    background: #292929;
    border: 1px solid #111;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 5px #333;
}

    .default div {
        background-color: #1a82f7;
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0099FF), to(#1a82f7));
        background: -webkit-linear-gradient(top, #0099FF, #1a82f7);
        background: -moz-linear-gradient(top, #0099FF, #1a82f7);
        background: -ms-linear-gradient(top, #0099FF, #1a82f7);
        background: -o-linear-gradient(top, #0099FF, #1a82f7);
    }

.wilwb-content, .wilwb-first {
    font-size: 60px;
    font-family: 'Gilroy-Bold';
}

.wilwb-first {
    color: #ff6a02;
}

.wating-for-image {
    width: 100vw;
    height: 100vh !important;
    overflow: hidden;
}



