body, html{
    background-color: #343539;
    font-family:TrebuchetMS,serif;
    margin:0;
    padding:0;
    width:100%;
    height:100%;
    line-height:1;
}

a, img {
    border: none;
    outline: none;
    text-decoration: none;
}

#header{
    position: fixed;
    top:-100px;
    width:100%;
    height:100px;
    background-color: #343539;
    z-index:10;
    border-bottom: 1px double white;
}

    #upShadow{
        width:900px;
        height:81px;
        margin:0 auto;
        position:relative;
        pointer-events:none;
    }

    #menu{
        width:900px;
        height:100px;
        margin:0 auto;
        position:relative;
        overflow:hidden;
    }

        #menuLogo{
            width:177px;
            height:100px;
            display:table-cell;
            vertical-align:middle;
            overflow: hidden;
            cursor: pointer;
        }

        .menuBtn{
            position:relative;
            height:100px;
            display:table-cell;
            vertical-align:middle;
            background-color: #343539;
            cursor: pointer;
        }

            .btn{
                position:absolute;
                top:0;
            }

            .menuContainer{
                width:261px;
                height:34px;
                border-left: 1px double #434343;
                display:table-cell;
                vertical-align:middle;
                text-align:center;
                color:white;
                font-family:TrebuchetMS,serif;
                font-size:11px;
                font-weight:bold;
            }

        #menuSelectorContainer{
            position: absolute;
            top:96px;
            left:177px;
            width:868px;
            height:5px;
            overflow: hidden;
        }

            #menuSelector{
                position:absolute;
                width:180px;
                height:5px;
                background-color:white;
                pointer-events:none;
            }

#footer{
    position: fixed;
    width:100%;
    height:50px;
    background-color: #343539;
    bottom:-70;
    z-index:10;
}

#full{
    width:100%;
    height:100%;
    position: fixed;
    display: none;
    z-index: 20;
}

    #fullleft{
        position:absolute;
        left: 0;
        width:79px;
        height:150px;
        cursor:pointer;
        margin-left:30px;
    }

    #fullright{
        position:absolute;
        right: 0;
        width:79px;
        height:150px;
        cursor:pointer;
        margin-right: 30px;
    }

    #fullimg{
        display: block;
        position: absolute;
        width: 80%;
        height: 80%;
        background: no-repeat center;
        background-size: contain;
    }

    #fullbg{
        width:100%;
        height:100%;
        position: absolute;
        background-color:black;
        opacity: 1;
    }

#bottomShadow{
    width:900px;
    height:81px;
    margin:0 auto;
    position:relative;
    top:-132px;
    pointer-events:none;
}

    #copy{
        width:900px;
        height:50px;
        margin:0 auto;
        position:relative;
    }

        #copyContainer{
            width:900px;
            height:50px;
            display:table-cell;
            vertical-align:middle;
            color:white;
            font-size:11px;
        }



#loader{
    position: fixed;
    top: 0;
    z-index: 10;
    width:100%;

}

#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;
}

#logotip{
    position:absolute;
    overflow:hidden;
    height:250px;
}

#logotxt{
    position:absolute;
    display:none;
    width:600px;
    overflow:hidden;
    height:250px;
}

#logotxtcontainer{
    position:absolute;
    width:600px;
    height:250px;
    top:0;
    left:-600px;
}

#loaderprogress{
    position:absolute;
    background-color: white;
    left: 0;
    width: 0%;
    height: 2px;
}

.loaderbg{
    position:absolute;
    background-color: #343539;
}

#loaderUpShadow{
    width:100%;
    height:81px;
    position:absolute;
    pointer-events:none;
}

#loaderUpShadowContainer{
    width:900px;
    height:81px;
    margin:0 auto;
    position:relative;
    pointer-events:none;
}

/********************************* PARTS *********************************/

#end{
    position: absolute;
    overflow: hidden;
    width:100%;
    height: 1px;
    z-index:1;
}


.part {
    position: fixed;
    overflow: hidden;
    width:100%;
    height: 1200px;
    z-index:1;
}

.partContainer{
    width:900px;
    height:100%;
    margin:0 auto;
    position:relative;
    z-index:1;
}
