#fountainG{
    position:relative;
    width:83px;
    height:10px
}
.fountainG{
    position:absolute;
    top:0;
    background-color: transparent;
    width:11px;
    height:11px;
    -moz-animation-name:bounce_fountainG;
    -moz-animation-duration:0.5s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-direction:linear;
    -moz-transform:scale(.3);
    -moz-border-radius:7px;
    -webkit-animation-name:bounce_fountainG;
    -webkit-animation-duration:0.5s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-direction:linear;
    -webkit-transform:scale(.3);
    -webkit-border-radius:7px;
    -ms-animation-name:bounce_fountainG;
    -ms-animation-duration:0.5s;
    -ms-animation-iteration-count:infinite;
    -ms-animation-direction:linear;
    -ms-transform:scale(.3);
    -ms-border-radius:7px;
    -o-animation-name:bounce_fountainG;
    -o-animation-duration:0.5s;
    -o-animation-iteration-count:infinite;
    -o-animation-direction:linear;
    -o-transform:scale(.3);
    -o-border-radius:7px;
    animation-name:bounce_fountainG;
    animation-duration:0.5s;
    animation-iteration-count:infinite;
    animation-direction:linear;
    transform:scale(.3);
    border-radius:7px;
}
#fountainG_1{
    left:0;
    -moz-animation-delay:0.2s;
    -webkit-animation-delay:0.2s;
    -ms-animation-delay:0.2s;
    -o-animation-delay:0.2s;
    animation-delay:0.2s;
}
#fountainG_2{
    left:10px;
    -moz-animation-delay:0.25s;
    -webkit-animation-delay:0.25s;
    -ms-animation-delay:0.25s;
    -o-animation-delay:0.25s;
    animation-delay:0.25s;
}
#fountainG_3{
    left:21px;
    -moz-animation-delay:0.3s;
    -webkit-animation-delay:0.3s;
    -ms-animation-delay:0.3s;
    -o-animation-delay:0.3s;
    animation-delay:0.3s;
}
#fountainG_4{
    left:31px;
    -moz-animation-delay:0.35s;
    -webkit-animation-delay:0.35s;
    -ms-animation-delay:0.35s;
    -o-animation-delay:0.35s;
    animation-delay:0.35s;
}
#fountainG_5{
    left:42px;
    -moz-animation-delay:0.4s;
    -webkit-animation-delay:0.4s;
    -ms-animation-delay:0.4s;
    -o-animation-delay:0.4s;
    animation-delay:0.4s;
}
#fountainG_6{
    left:52px;
    -moz-animation-delay:0.45s;
    -webkit-animation-delay:0.45s;
    -ms-animation-delay:0.45s;
    -o-animation-delay:0.45s;
    animation-delay:0.45s;
}
#fountainG_7{
    left:62px;
    -moz-animation-delay:0.5s;
    -webkit-animation-delay:0.5s;
    -ms-animation-delay:0.5s;
    -o-animation-delay:0.5s;
    animation-delay:0.5s;
}
#fountainG_8{
    left:73px;
    -moz-animation-delay:0.55s;
    -webkit-animation-delay:0.55s;
    -ms-animation-delay:0.55s;
    -o-animation-delay:0.55s;
    animation-delay:0.55s;
}
@-moz-keyframes bounce_fountainG{
    0%{
        -moz-transform:scale(1);
        background-color:#FFFFFF;
    }
    100%{
        -moz-transform:scale(.3);
        background-color:#;
    }
}
@-webkit-keyframes bounce_fountainG{
    0%{
        -webkit-transform:scale(1);
        background-color:#FFFFFF;
    }
    100%{
        -webkit-transform:scale(.3);
        background-color:#;
    }
}
@-ms-keyframes bounce_fountainG{
    0%{
        -ms-transform:scale(1);
        background-color:#FFFFFF;
    }
    100%{
        -ms-transform:scale(.3);
        background-color:#;
    }
}
@-o-keyframes bounce_fountainG{
    0%{
        -o-transform:scale(1);
        background-color:#FFFFFF;
    }
    100%{
        -o-transform:scale(.3);
        background-color:#;
    }
}
@keyframes bounce_fountainG{
    0%{
        transform:scale(1);
        background-color:#FFFFFF;
    }
    100%{
        transform:scale(.3);
        background-color:#;
    }
}