#splashscreen {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #eaeaea;
    transition: 1s 0.4s;
}

#splashscreen #progressDiv {
    height: 2px;
    position: absolute;
    background-color: #000;
    width: 60%;
    top: 50%;
    left: 20%;
    transition: 1s;
}

#progressDiv #progress {
    height: 2px;
    background: #E40614;
    position: relative;
    width: 0;
    transition: 1s;
}

#progressDiv #box {
    height: 50px;
    width: 50px;
    position: absolute;
    left: 0;
    top:-25px;
    background-color: #E40614;
}

#splashscreen #date1 {
    height: 1px;
    background: #000;
    position: absolute;
    width: 0;
    top: 54%;
    left: 20%;
    transition: 1s;
    font-weight: bold;
    font-size: 24px;
}

#splashscreen #date2 {
    height: 1px;
    background: #000;
    position: absolute;
    width: 0;
    top: 54%;
    right: 22%;
    transition: 1s;
    font-weight: bold;
    font-size: 24px;
}

#splashscreen #status {
    font-size: 0.7em;
    letter-spacing: 3px;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    width: 100%;
    text-align: center;
    color: #000;
    font-weight: bold;
}
