/*START PRELOADER DESIGN*/
.preloader {
    background:#fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}
.status {
    background-image: url(../img/status.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;  /*300*/
    width: 200px;  /*250*/
    left: calc(50% - 100px);
    position: absolute;
    top: calc(50% - 70px);
}

.status-mes {
    background-image: url(../img/status.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;  /*300*/
    width: 200px;  /*250*/
    left: calc(50% - 100px);
    position: absolute;
    top: calc(50% - 70px);
}

.status-mes2 {
    background-position: center;
    background-repeat: no-repeat;
    height: 100px;  /*300*/
    width: 100px;  /*250*/
    left: 50%;
    margin: -150px 0 0 -50px;
    position: absolute;
    top: 50%;
}
.no-padding { padding: 0 }
/*END PRELOADER DESIGN*/