div#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
}
.Absolute-Center {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.loader{
	/*position: absolute;
    left: 43%;
	margin: auto;
    top: 50%;*/
	width: 50%;
height: 50%;
/*min-width: 200px;
max-width: 400px;*/

}
.loader h1{
	    color: #525866;
    font-size: 36px;
    letter-spacing: 1px;
    font-weight: 400;
    text-align: center;
}