.windows8 {
    margin: 40px;
    position: relative;
    height: 90px;
    width: 90px;
}

.windows8 .wBall {
    position: absolute;
    width: 86px;
    height: 86px;
    opacity: 0;
    -webkit-transform: rotate(225deg);
    -webkit-animation: orbit 7.15s infinite;
    -moz-transform: rotate(225deg);
    -moz-animation: orbit 7.15s infinite;
    -o-transform: rotate(225deg);
    -o-animation: orbit 7.15s infinite;
    -ms-transform: rotate(225deg);
    -ms-animation: orbit 7.15s infinite;
}

.windows8 .wBall .wInnerBall {
    position: absolute;
    width: 11px;
    height: 11px;
    background: #782778;
    left: 0px;
    top: 0px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    -o-border-radius: 11px;
    -ms-border-radius: 11px;
    border-radius: 11px;
}


.windows8 .wBall_2 {
    -webkit-animation-delay: 0.31s !important;
    -moz-animation-delay: 0.31s !important;
    -o-animation-delay: 0.31s !important;
    -ms-animation-delay: 0.31s !important;
    animation-duration: 5s !important;
    animation-iteration-count: infinite !important;

}

.windows8 .wBall_3 {
    -webkit-animation-delay: 0.62s !important;
    -moz-animation-delay: 0.62s !important;
    -o-animation-delay: 0.62s !important;
    -ms-animation-delay: 0.62s !important;
    animation-duration: 5s !important;
    animation-iteration-count: infinite !important;

}

.windows8 .wBall_4 {
    -webkit-animation-delay: 0.94s !important;
    -moz-animation-delay: 0.94s !important;
    -o-animation-delay: 0.94s !important;
    -ms-animation-delay: 0.94s !important;
    animation-duration: 5s !important;
    animation-iteration-count: infinite !important;

}

.windows8 .wBall_5 {
    -webkit-animation-delay: 1.25s !important;
    -moz-animation-delay: 1.25s !important;
    -o-animation-delay: 1.25s !important;
    -ms-animation-delay: 1.25s !important;
    animation-duration: 5s !important;
    animation-iteration-count: infinite !important;


}

    /*@media (prefers-reduced-motion: reduce) {*/
    /*    *, ::after, ::before {*/
    /*        animation-duration: unset !important;*/
    /*        animation-iteration-count: unset !important;*/
    /*    }*/
    /*}*/


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

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

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

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

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

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

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

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

}

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

    7% {
        -moz-transform: rotate(300deg);
        -moz-animation-timing-function: linear;
    }

    30% {
        -moz-transform: rotate(410deg);
        -moz-animation-timing-function: ease-in-out;
    }

    39% {
        -moz-transform: rotate(645deg);
        -moz-animation-timing-function: linear;
    }

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

    75% {
        -moz-transform: rotate(900deg);
        -moz-animation-timing-function: ease-out;
    }

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

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

}

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

    7% {
        -o-transform: rotate(300deg);
        -o-animation-timing-function: linear;
    }

    30% {
        -o-transform: rotate(410deg);
        -o-animation-timing-function: ease-in-out;
    }

    39% {
        -o-transform: rotate(645deg);
        -o-animation-timing-function: linear;
    }

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

    75% {
        -o-transform: rotate(900deg);
        -o-animation-timing-function: ease-out;
    }

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

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

}

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

    7% {
        -ms-transform: rotate(300deg);
        -ms-animation-timing-function: linear;
    }

    30% {
        -ms-transform: rotate(410deg);
        -ms-animation-timing-function: ease-in-out;
    }

    39% {
        -ms-transform: rotate(645deg);
        -ms-animation-timing-function: linear;
    }

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

    75% {
        -ms-transform: rotate(900deg);
        -ms-animation-timing-function: ease-out;
    }

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

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

}


