#overlay-white {
	position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    background: #FFF none repeat scroll 0% 0%;
    opacity: 0.9; 
}
#overlay-black {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    background: rgb(25, 25, 25) none repeat scroll 0% 0%;
    opacity: 1;
}
#loading {
    width: 32%;
    top: 50%;
    left: 32%;
    position: absolute;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #6C6C6C;
}
#textku {
    color: #cefcff;
    position: absolute;
    top: 54%;
    left: 43%;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
}

/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../../../assets/img/loading/simple-pre-loader/images/loader-64x/Preloader_3.gif') center no-repeat #fff;
}