body {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

#splash {
    display: none;
    background-image: url(img/online.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
}

#splash img {
    max-width: 100%;
    height: auto;
    display: block;
}
#subscribe{
    height: 60px;
    position: absolute;
    top: 5%;
    opacity: 0;
}
#subscribe .item{
    width: 50px;
    margin-left:15px;
}