.cssload-loader-walk {
    width: 97px;
    height: 39px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}
.cssload-loader-walk > div {
    content: "";
    width: 19px;
    height: 19px;
    background: rgb(2,184,117);
    border-radius: 100%;
    position: absolute;
    animation: cssload-animate 2.3s linear infinite;
    -o-animation: cssload-animate 2.3s linear infinite;
    -ms-animation: cssload-animate 2.3s linear infinite;
    -webkit-animation: cssload-animate 2.3s linear infinite;
    -moz-animation: cssload-animate 2.3s linear infinite;
}
.cssload-loader-walk > div:nth-of-type(1) {
    animation-delay: -0.46s;
    -o-animation-delay: -0.46s;
    -ms-animation-delay: -0.46s;
    -webkit-animation-delay: -0.46s;
    -moz-animation-delay: -0.46s;
}
.cssload-loader-walk > div:nth-of-type(2) {
    animation-delay: -0.92s;
    -o-animation-delay: -0.92s;
    -ms-animation-delay: -0.92s;
    -webkit-animation-delay: -0.92s;
    -moz-animation-delay: -0.92s;
}
.cssload-loader-walk > div:nth-of-type(3) {
    animation-delay: -1.38s;
    -o-animation-delay: -1.38s;
    -ms-animation-delay: -1.38s;
    -webkit-animation-delay: -1.38s;
    -moz-animation-delay: -1.38s;
}
.cssload-loader-walk > div:nth-of-type(4) {
    animation-delay: -1.84s;
    -o-animation-delay: -1.84s;
    -ms-animation-delay: -1.84s;
    -webkit-animation-delay: -1.84s;
    -moz-animation-delay: -1.84s;
}



@keyframes cssload-animate {
    0% {
        left: 97px;
        top: 0;
    }
    80% {
        left: 0;
        top: 0;
    }
    85% {
        left: 0;
        top: -19px;
        width: 19px;
        height: 19px;
    }
    90% {
        width: 39px;
        height: 15px;
    }
    95% {
        left: 97px;
        top: -19px;
        width: 19px;
        height: 19px;
    }
    100% {
        left: 97px;
        top: 0;
    }
}

@-o-keyframes cssload-animate {
    0% {
        left: 97px;
        top: 0;
    }
    80% {
        left: 0;
        top: 0;
    }
    85% {
        left: 0;
        top: -19px;
        width: 19px;
        height: 19px;
    }
    90% {
        width: 39px;
        height: 15px;
    }
    95% {
        left: 97px;
        top: -19px;
        width: 19px;
        height: 19px;
    }
    100% {
        left: 97px;
        top: 0;
    }
}

@-ms-keyframes cssload-animate {
    0% {
        left: 97px;
        top: 0;
    }
    80% {
        left: 0;
        top: 0;
    }
    85% {
        left: 0;
        top: -19px;
        width: 19px;
        height: 19px;
    }
    90% {
        width: 39px;
        height: 15px;
    }
    95% {
        left: 97px;
        top: -19px;
        width: 19px;
        height: 19px;
    }
    100% {
        left: 97px;
        top: 0;
    }
}

@-webkit-keyframes cssload-animate {
    0% {
        left: 97px;
        top: 0;
    }
    80% {
        left: 0;
        top: 0;
    }
    85% {
        left: 0;
        top: -19px;
        width: 19px;
        height: 19px;
    }
    90% {
        width: 39px;
        height: 15px;
    }
    95% {
        left: 97px;
        top: -19px;
        width: 19px;
        height: 19px;
    }
    100% {
        left: 97px;
        top: 0;
    }
}

@-moz-keyframes cssload-animate {
    0% {
        left: 97px;
        top: 0;
    }
    80% {
        left: 0;
        top: 0;
    }
    85% {
        left: 0;
        top: -19px;
        width: 19px;
        height: 19px;
    }
    90% {
        width: 39px;
        height: 15px;
    }
    95% {
        left: 97px;
        top: -19px;
        width: 19px;
        height: 19px;
    }
    100% {
        left: 97px;
        top: 0;
    }
}


#floatingCirclesG{
    position:relative;
    width:67px;
    height:67px;
    margin:auto;
    transform:scale(0.6);
    -o-transform:scale(0.6);
    -ms-transform:scale(0.6);
    -webkit-transform:scale(0.6);
    -moz-transform:scale(0.6);
    display: none;
}

.f_circleG{
    position:absolute;
    background-color:rgb(255,255,255);
    height:12px;
    width:12px;
    border-radius:6px;
    -o-border-radius:6px;
    -ms-border-radius:6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    animation-name:f_fadeG;
    -o-animation-name:f_fadeG;
    -ms-animation-name:f_fadeG;
    -webkit-animation-name:f_fadeG;
    -moz-animation-name:f_fadeG;
    animation-duration:0.832s;
    -o-animation-duration:0.832s;
    -ms-animation-duration:0.832s;
    -webkit-animation-duration:0.832s;
    -moz-animation-duration:0.832s;
    animation-iteration-count:infinite;
    -o-animation-iteration-count:infinite;
    -ms-animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
    animation-direction:normal;
    -o-animation-direction:normal;
    -ms-animation-direction:normal;
    -webkit-animation-direction:normal;
    -moz-animation-direction:normal;
}

#frotateG_01{
    left:0;
    top:27px;
    animation-delay:0.3095s;
    -o-animation-delay:0.3095s;
    -ms-animation-delay:0.3095s;
    -webkit-animation-delay:0.3095s;
    -moz-animation-delay:0.3095s;
}

#frotateG_02{
    left:8px;
    top:8px;
    animation-delay:0.416s;
    -o-animation-delay:0.416s;
    -ms-animation-delay:0.416s;
    -webkit-animation-delay:0.416s;
    -moz-animation-delay:0.416s;
}

#frotateG_03{
    left:27px;
    top:0;
    animation-delay:0.5225s;
    -o-animation-delay:0.5225s;
    -ms-animation-delay:0.5225s;
    -webkit-animation-delay:0.5225s;
    -moz-animation-delay:0.5225s;
}

#frotateG_04{
    right:8px;
    top:8px;
    animation-delay:0.619s;
    -o-animation-delay:0.619s;
    -ms-animation-delay:0.619s;
    -webkit-animation-delay:0.619s;
    -moz-animation-delay:0.619s;
}

#frotateG_05{
    right:0;
    top:27px;
    animation-delay:0.7255s;
    -o-animation-delay:0.7255s;
    -ms-animation-delay:0.7255s;
    -webkit-animation-delay:0.7255s;
    -moz-animation-delay:0.7255s;
}

#frotateG_06{
    right:8px;
    bottom:8px;
    animation-delay:0.832s;
    -o-animation-delay:0.832s;
    -ms-animation-delay:0.832s;
    -webkit-animation-delay:0.832s;
    -moz-animation-delay:0.832s;
}

#frotateG_07{
    left:27px;
    bottom:0;
    animation-delay:0.9385s;
    -o-animation-delay:0.9385s;
    -ms-animation-delay:0.9385s;
    -webkit-animation-delay:0.9385s;
    -moz-animation-delay:0.9385s;
}

#frotateG_08{
    left:8px;
    bottom:8px;
    animation-delay:1.035s;
    -o-animation-delay:1.035s;
    -ms-animation-delay:1.035s;
    -webkit-animation-delay:1.035s;
    -moz-animation-delay:1.035s;
}



@keyframes f_fadeG{
    0%{
        background-color:rgb(0,0,0);
    }

    100%{
        background-color:rgb(255,255,255);
    }
}

@-o-keyframes f_fadeG{
    0%{
        background-color:rgb(0,0,0);
    }

    100%{
        background-color:rgb(255,255,255);
    }
}

@-ms-keyframes f_fadeG{
    0%{
        background-color:rgb(0,0,0);
    }

    100%{
        background-color:rgb(255,255,255);
    }
}

@-webkit-keyframes f_fadeG{
    0%{
        background-color:rgb(0,0,0);
    }

    100%{
        background-color:rgb(255,255,255);
    }
}

@-moz-keyframes f_fadeG{
    0%{
        background-color:rgb(0,0,0);
    }

    100%{
        background-color:rgb(255,255,255);
    }
}