#floatBarsG{
	position:relative;
	width:186px;
	height:22px;
	margin:auto;
}

.floatBarsG{
	position:absolute;
	top:0;
	background-color:rgb(76,175,79);
	width:22px;
	height:22px;
	animation-name:bounce_floatBarsG;
		-o-animation-name:bounce_floatBarsG;
		-ms-animation-name:bounce_floatBarsG;
		-webkit-animation-name:bounce_floatBarsG;
		-moz-animation-name:bounce_floatBarsG;
	animation-duration:1.105s;
		-o-animation-duration:1.105s;
		-ms-animation-duration:1.105s;
		-webkit-animation-duration:1.105s;
		-moz-animation-duration:1.105s;
	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;
	transform:scale(.3);
		-o-transform:scale(.3);
		-ms-transform:scale(.3);
		-webkit-transform:scale(.3);
		-moz-transform:scale(.3);
}

#floatBarsG_1{
	left:0;
	animation-delay:0.046s;
		-o-animation-delay:0.046s;
		-ms-animation-delay:0.046s;
		-webkit-animation-delay:0.046s;
		-moz-animation-delay:0.046s;
}

#floatBarsG_2{
	left:23px;
	animation-delay:0.1525s;
		-o-animation-delay:0.1525s;
		-ms-animation-delay:0.1525s;
		-webkit-animation-delay:0.1525s;
		-moz-animation-delay:0.1525s;
}

#floatBarsG_3{
	left:46px;
	animation-delay:0.259s;
		-o-animation-delay:0.259s;
		-ms-animation-delay:0.259s;
		-webkit-animation-delay:0.259s;
		-moz-animation-delay:0.259s;
}

#floatBarsG_4{
	left:70px;
	animation-delay:0.3755s;
		-o-animation-delay:0.3755s;
		-ms-animation-delay:0.3755s;
		-webkit-animation-delay:0.3755s;
		-moz-animation-delay:0.3755s;
}

#floatBarsG_5{
	left:93px;
	animation-delay:0.482s;
		-o-animation-delay:0.482s;
		-ms-animation-delay:0.482s;
		-webkit-animation-delay:0.482s;
		-moz-animation-delay:0.482s;
}

#floatBarsG_6{
	left:116px;
	animation-delay:0.5985s;
		-o-animation-delay:0.5985s;
		-ms-animation-delay:0.5985s;
		-webkit-animation-delay:0.5985s;
		-moz-animation-delay:0.5985s;
}

#floatBarsG_7{
	left:139px;
	animation-delay:0.705s;
		-o-animation-delay:0.705s;
		-ms-animation-delay:0.705s;
		-webkit-animation-delay:0.705s;
		-moz-animation-delay:0.705s;
}

#floatBarsG_8{
	left:163px;
	animation-delay:0.8115s;
		-o-animation-delay:0.8115s;
		-ms-animation-delay:0.8115s;
		-webkit-animation-delay:0.8115s;
		-moz-animation-delay:0.8115s;
}



@keyframes bounce_floatBarsG{
	0%{
		transform:scale(1);
		background-color:rgb(76,175,79);
	}

	100%{
		transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-o-keyframes bounce_floatBarsG{
	0%{
		-o-transform:scale(1);
		background-color:rgb(76,175,79);
	}

	100%{
		-o-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-ms-keyframes bounce_floatBarsG{
	0%{
		-ms-transform:scale(1);
		background-color:rgb(76,175,79);
	}

	100%{
		-ms-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-webkit-keyframes bounce_floatBarsG{
	0%{
		-webkit-transform:scale(1);
		background-color:rgb(76,175,79);
	}

	100%{
		-webkit-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-moz-keyframes bounce_floatBarsG{
	0%{
		-moz-transform:scale(1);
		background-color:rgb(76,175,79);
	}

	100%{
		-moz-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}