/*DEFAULT LOAD*/
.ajax_load {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.ajax_load_box {
    margin: auto;
    text-align: center;
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.ajax_preloader img {
    width: 80px;
    height: 80px;
}

.ajax_load_box_title {
    margin-top: 15px;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 1.3em;
}
