

/********************   loader   ********************/
.sk-three-bounce {
    width: 100%;
    height: 100%;   
    position: fixed;
    top: 45%;
	left:50%;
    z-index: 9999;
}
#loader-image {
    vertical-align: middle;
    width: 100%;
    height: 100%;
    background-origin: content-box;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(33, 42, 49, 0.90);
    position: fixed;
	z-index: 999999;
}
/********************   loader // ********************/







