/* LOADER */
.loader {
    background: url('/assets/ppx/imgs/loading.gif') 50% 50% no-repeat rgba(255, 255, 255, 0.8);
    cursor: wait;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    background-size: 4%;
}