.booking-loading, .sponsor-loading, .contact-loading {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.8);
    background-image: url('../img/loading-1.gif');
    background-position: center;
    background-size: 100px;
    background-repeat: no-repeat;
    z-index: 999;
}

.contact-loading { background-color: rgba(23,27,31,0.9)!important; }