.loadDiv {
    margin: 107px auto 100px;
}


.windows8 {
    position: relative;
    width: 50px;
    height: 50px;
}

    .windows8 .wBall {
        position: absolute;
        width: 48px;
        height: 48px;
        opacity: 0;
        transform: rotate(225deg);
        animation: orbit 4.95s infinite;
    }

        .windows8 .wBall .wInnerBall {
            position: absolute;
            width: 6px;
            height: 6px;
            background: #000000;
            left: 0px;
            top: 0px;
            border-radius: 6px;
        }

    .windows8 #wBall_1 {
        animation-delay: 1.08s;
    }

    .windows8 #wBall_2 {
        animation-delay: 0.22s;
    }

    .windows8 #wBall_3 {
        animation-delay: 0.43s;
    }

    .windows8 #wBall_4 {
        animation-delay: 0.65s;
    }

    .windows8 #wBall_5 {
        animation-delay: 0.86s;
    }

@keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        transform: rotate(180deg);
        animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        transform: rotate(300deg);
        animation-timing-function: linear;
        origin: 0%;
    }

    30% {
        opacity: 1;
        transform: rotate(410deg);
        animation-timing-function: ease-in-out;
        origin: 7%;
    }

    39% {
        opacity: 1;
        transform: rotate(645deg);
        animation-timing-function: linear;
        origin: 30%;
    }

    70% {
        opacity: 1;
        transform: rotate(770deg);
        animation-timing-function: ease-out;
        origin: 39%;
    }

    75% {
        opacity: 1;
        transform: rotate(900deg);
        animation-timing-function: ease-out;
        origin: 70%;
    }

    76% {
        opacity: 0;
        transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        transform: rotate(900deg);
    }
}

.filter-slider-bar {
    display: none !important;
}

    .filter-slider-bar.active {
        display: flex !important;
    }

.modal-s-center {
    display: none;
}

    .modal-s-center.active {
        display: block !important;
    }

#clearAll {
    display: none;
}

    #clearAll.active {
        display: block;
    }
