﻿#splashScreen, #splashScreenLightGo {
    position: absolute;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    height: 100vh;
    width: 100%;
    width: 100vw;
    background: #0B1F24 center top fixed;
    background-size: cover;
    text-align: center;
    z-index: 9997;
}

#splashScreenLightGo {
    background-color: #0b1f24;
    background-color: rgba(0,0,0,0.6);
}

.smart-style-1 #splashScreen {
    background: #555 center top fixed;
}

.smart-style-1 #splashScreenLightGo {
    background: #555555 center top fixed;
    background: rgba(85,85,85,0.6) center top fixed;
}

#splashScreen img {
    margin: 50vh 50vw;
    width: 105px;
    z-index: 9998;
    position: fixed;
    left: -50px;
    -ms-opacity: 0.5;
    opacity: 0.5;
    top: -50px;
}

#splashScreen i {
    margin: 50vh 50vw;
    width: auto;
    height: auto;
    z-index: 9999;
    position: fixed;
    left: -14px;
    -ms-opacity: 0.5;
    opacity: 0.5;
    top: 10px;
}

#splashScreenLightGo i {
    width: auto;
    height: auto;
    z-index: 9999;
    position: fixed;
    right: 20px;
    bottom: 20px;
}

#splashScreenLightGo img {
    width: auto;
    height: auto;
    z-index: 9999;
    position: fixed;
    right: 20px;
    bottom: 20px;
    border: 2px solid #222;
    -ms-border-radius: 4px;
    border-radius: 4px;
    width: 40px;
}

body {
    overflow: hidden;
}

#widget-grid {
    display: none;
}
