
/* cccform */
.statusGif {
    background-image: url('../img/ajax-loading-default.gif');
    background-size: 46px 46px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -23px;
    margin-top: -23px;
    width: 46px;
    height: 46px;
    z-index: 1200;
}


.animate-me {
    position: absolute;
}


.imageLazyLoad *{
    transition: all 1s;
    opacity: 0;
}
.imageLazyLoad.imageLazyLoaded *{
    opacity: 1;
}