/* Created by Content Blocks */

.loading{
    display:none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    background-color: rgba(0,0,0,0.2);
    z-index: 1;
}

.loading.show{
    display: block;
}

.loading-icon >i{
    position: absolute;
    top: 40%;
    font-size: 3em;
}