

/* ==========================================================================
   Zeal's custom styles
   ========================================================================== */

html, body {
    height: 100%;
}

body {
    background: url('../img/light.png'), url('../img/bg.png');
    background-repeat: no-repeat, repeat;
    background-position: center center, left top;
    overflow: hidden;
}

.lt-ie9 body {
    background: url('../img/bg.png');
    background-repeat: repeat;
    background-position: left top;
    overflow: hidden;
}

.wrapper {
background-size: 100% 100%;
box-shadow: inset 0px 0px 100px rgba(0, 0, 0, 0.906);
content: "";
opacity: 0.9;
z-index: -1;
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
}

.container {
    text-align: center;
}

    #logo {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -49px;
        margin-left: -154px;
    }

footer {
    position: absolute;
    bottom: 20px;
    left: 50%;
    display: none;
}


@media (min-width: 1200px) {

}
 
@media (min-width: 768px) and (max-width: 979px) {

}
 
@media (max-width: 767px) {

}
 
@media (max-width: 480px) {
    body, html {

    }
    body {
        padding: 0;
    }

    img {
        max-width: none;
    }
}

