Donate to Mustang Men's Golf
.idonate-embed-loader-animation{
width:66px;
margin:auto;
}
.circleG{
background-color:rgb(255,255,255);
float:left;
height:12px;
width:12px;
margin-left:10px;
border-radius:3px;
-o-border-radius:3px;
-ms-border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
animation-name:bounce_circleG;
-o-animation-name:bounce_circleG;
-ms-animation-name:bounce_circleG;
-webkit-animation-name:bounce_circleG;
-moz-animation-name:bounce_circleG;
animation-duration:1s;
-o-animation-duration:1s;
-ms-animation-duration:1s;
-webkit-animation-duration:1s;
-moz-animation-duration:1s;
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;
}
#circleG_1{
animation-delay:0.1s;
-o-animation-delay:0.1s;
-ms-animation-delay:0.1s;
-webkit-animation-delay:0.1s;
-moz-animation-delay:0.1s;
}
#circleG_2{
animation-delay:0.2s;
-o-animation-delay:0.2s;
-ms-animation-delay:0.2s;
-webkit-animation-delay:0.2s;
-moz-animation-delay:0.2s;
}
#circleG_3{
animation-delay:0.3s;
-o-animation-delay:0.3s;
-ms-animation-delay:0.3s;
-webkit-animation-delay:0.3s;
-moz-animation-delay:0.3s;
}
@keyframes bounce_circleG{
0%{}
50%{background-color:rgb(0,0,0);}
100%{}
}
@-o-keyframes bounce_circleG{
0%{}
50%{background-color:rgb(0,0,0);}
100%{}
}
@-ms-keyframes bounce_circleG{
0%{}
50%{background-color:rgb(0,0,0);}
100%{}
}
@-webkit-keyframes bounce_circleG{
0%{}
50%{background-color:rgb(0,0,0);}
100%{}
}
@-moz-keyframes bounce_circleG{
0%{}
50%{background-color:rgb(0,0,0);}
100%{}
}
done