﻿#is-loading-full-overlay {
    z-index: 9999;
    background: none;
}

    #is-loading-full-overlay:before {
        display: block;
        content: '';
        width: 100%;
        height: 100%;
        background: rgba(240, 241, 243, 0.8);
    }

.is-loading-text-wrapper {
    width: 110px;
    top: 40%;
    color: white;
    background: none;
    padding-left: 0;
    padding-right: 0;
}

    .is-loading-text-wrapper:before {
        width: 100%;
        height: 50px;
        content: '';
        background-image: url('/_assets/img/public-2017/logo-220x100.png');
        display: block;
        background-position: center center;
        background-size: auto 50px;
        background-repeat: no-repeat;
    }

    .is-loading-text-wrapper:after {
        background-color: #23587a;
    }

    .is-loading-text-wrapper span {
        display: none;
    }
