/*Loader************************************************************************/


.loader-container{
    width:100%;
    height:100%;
    min-height: 900px;
    position:absolute;
	top: 0;
	background-color: #000;
    z-index: 20000;

}

.loader-container .screen-bg {
    display:none;
    background-repeat: no-repeat;
    background-position: center top;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0px;
    right:0px;
}

.loader{
    width: 1200px;
    left: 50%;
    margin-left:-600px;
    position: absolute;
}

.loader .splats{
    background-image: url("../img/loader/splats.png");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 200px;
    margin-left: 50%;
    left: -309px;
    width: 619px;
    height: 528px;   
}

.loader .progress{
    position: absolute;
    top: 310px;
    color: #FFF;
    background: #000;
    margin-left: 50%;
    left: -69px;
    font-family: "Garamond";
    font-size: 14px;   
}

.loader .title{
    background-image: url("../img/loader/title.png");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 350px;
    margin-left: 50%;
    left: -208px;
    width: 415px;
    height: 74px;
}

.loader .title_overlay{
    background:#000;
    opacity: 0.7;
    position: absolute;
    top: 350px;
    margin-left: 50%;
    left: -208px;
    width: 415px;
    height: 74px;
}
