
/* ============================================================================================
PRELOADER
============================================================================================ */
.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: white;
    z-index: 999999999;
}

.preloader >div{
display: -ms-flexbox;
height: 100%;
display: flex;
-webkit-justify-content: center;
-webkit-flex-flow: column nowrap;
}

.preloader >div img{
	    margin: 0 auto;
    max-width: 100%;
}