/* CSS Document */
#circleG{
width:149.33333333333334px;
margin:0 auto;
margin-top:90px;
}

@media only screen and (max-width: 767px) {
#circleG{margin-top:40px;}
}

.circleG{
background-color:#F5F5F5;
float:left;
height:32px;
margin-left:17px;
width:32px;
-moz-animation-name:bounce_circleG;
-moz-animation-duration:0.8999999999999999s;
-moz-animation-iteration-count:infinite;
-moz-animation-direction:linear;
-moz-border-radius:21px;
-webkit-animation-name:bounce_circleG;
-webkit-animation-duration:0.8999999999999999s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:linear;
-webkit-border-radius:21px;
-o-animation-name:bounce_circleG;
-o-animation-duration:0.8999999999999999s;
-o-animation-iteration-count:infinite;
-o-animation-direction:linear;
-o-border-radius:21px;
-ms-animation-name:bounce_circleG;
-ms-animation-duration:0.8999999999999999s;
-ms-animation-iteration-count:infinite;
-ms-animation-direction:linear;
-ms-border-radius:21px;
animation-name:bounce_circleG;
animation-duration:0.8999999999999999s;
animation-iteration-count:infinite;
animation-direction:linear;
border-radius:21px;
}

#circleG_1{
-moz-animation-delay:0.18s;
-webkit-animation-delay:0.18s;
-o-animation-delay:0.18s;
-ms-animation-delay:0.18s;
animation-delay:0.18s;
}

#circleG_2{
-moz-animation-delay:0.42000000000000004s;
-webkit-animation-delay:0.42000000000000004s;
-o-animation-delay:0.42000000000000004s;
-ms-animation-delay:0.42000000000000004s;
animation-delay:0.42000000000000004s;
}

#circleG_3{
-moz-animation-delay:0.5399999999999999s;
-webkit-animation-delay:0.5399999999999999s;
-o-animation-delay:0.5399999999999999s;
-ms-animation-delay:0.5399999999999999s;
animation-delay:0.5399999999999999s;
}

@-moz-keyframes bounce_circleG{
0%{
}

50%{
background-color:#1A8EC2}

100%{
}

}

@-webkit-keyframes bounce_circleG{
0%{
}

50%{
background-color:#1A8EC2}

100%{
}

}

@-o-keyframes bounce_circleG{
0%{
}

50%{
background-color:#1A8EC2}

100%{
}

}

@-ms-keyframes bounce_circleG{
0%{
}

50%{
background-color:#1A8EC2}

100%{
}

}

@keyframes bounce_circleG{
0%{
}

50%{
background-color:#1A8EC2}

100%{
}

}
