#loader{
    position: fixed;
    top: 0;
    z-index: 9;
    width:100%;
}

.loaderbg{
    position:absolute;
    background-color: #343539;
}

    #logotip{
        position:absolute;
        overflow:hidden;
        height:250px;
        width: 1045px;
    }

        #logo{
            position: absolute;
            overflow:hidden;
            width: 300px;
            height:250px;
            left:375px;
        }

        #slogan{
            position: absolute;
            overflow:hidden;
            width: 600px;
            height:250px;
            left: 400px;
            opacity: 0;
        }

            #sloganContainer{
                position:absolute;
                width:600px;
                height:250px;
                left:-600px;
            }

    #loaderprogress{
        position:absolute;
        background-color: white;
        left: 0;
        width: 0%;
        height: 2px;
    }

    #lightbg{
        position:absolute;
        background: url(../img/lightbg.jpg) no-repeat;
        -webkit-background-size: 100%;
        -o-background-size: 100%;
        -moz-background-size: 100%;
        -ms-background-size: 100%;
        -khtml-background-size: 100%;
        background-size: 100%;
        border-left: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
    }

    #loaderUpShadow{
        width:100%;
        height:81px;
        position:absolute;
        pointer-events:none;
    }

        #loaderUpShadowContainer{
            width:1045px;
            height:81px;
            margin:0 auto;
            position:relative;
            pointer-events:none;
        }