/* LOADER */
#circleG { width:116.66666666666667px; }

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

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

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

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

@-moz-keyframes bounce_circleG{ 
 0%{ }
 50%{ background-color:#E0543E }
 100%{ }
}

@-webkit-keyframes bounce_circleG{
0%{
}

50%{
background-color:#E0543E}

100%{
}

}

@-ms-keyframes bounce_circleG{
0%{
}

50%{
background-color:#E0543E}

100%{
}

}

@-o-keyframes bounce_circleG{
0%{
}

50%{
background-color:#E0543E}

100%{
}

}

@keyframes bounce_circleG{
0%{ }

50%{
background-color:#E0543E}

100%{
}

}