/*SPINNER===================================================================================================================================*/
#circularG{ position:relative; width:128px; height:128px; top:50%; left:50%; margin-top:-112px; margin-left:-64px; z-index:1010; }

.circularG{
position:absolute;
background-color:#365DBC;
width:20px;
height:20px;
-moz-border-radius:19px;
-moz-animation-name:bounce_circularG;
-moz-animation-duration:2s;
-moz-animation-iteration-count:infinite;
-moz-animation-direction:linear;
-webkit-border-radius:19px;
-webkit-animation-name:bounce_circularG;
-webkit-animation-duration:2s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:linear;
-ms-border-radius:19px;
-ms-animation-name:bounce_circularG;
-ms-animation-duration:2s;
-ms-animation-iteration-count:infinite;
-ms-animation-direction:linear;
-o-border-radius:19px;
-o-animation-name:bounce_circularG;
-o-animation-duration:2s;
-o-animation-iteration-count:infinite;
-o-animation-direction:linear;
border-radius:19px;
animation-name:bounce_circularG;
animation-duration:2s;
animation-iteration-count:infinite;
animation-direction:linear;
}

#circularG_1{
left:0;
top:50px;
-moz-animation-delay:0.75s;
-webkit-animation-delay:0.75s;
-ms-animation-delay:0.75s;
-o-animation-delay:0.75s;
animation-delay:0.75s;
}

#circularG_2{
left:14px;
top:14px;
-moz-animation-delay:1s;
-webkit-animation-delay:1s;
-ms-animation-delay:1s;
-o-animation-delay:1s;
animation-delay:1s;
}

#circularG_3{
top:0;
left:50px;
-moz-animation-delay:1.25s;
-webkit-animation-delay:1.25s;
-ms-animation-delay:1.25s;
-o-animation-delay:1.25s;
animation-delay:1.25s;
}

#circularG_4{
right:14px;
top:14px;
-moz-animation-delay:1.5s;
-webkit-animation-delay:1.5s;
-ms-animation-delay:1.5s;
-o-animation-delay:1.5s;
animation-delay:1.5s;
}

#circularG_5{
right:0;
top:50px;
-moz-animation-delay:1.75s;
-webkit-animation-delay:1.75s;
-ms-animation-delay:1.75s;
-o-animation-delay:1.75s;
animation-delay:1.75s;
}

#circularG_6{
right:14px;
bottom:14px;
-moz-animation-delay:2s;
-webkit-animation-delay:2s;
-ms-animation-delay:2s;
-o-animation-delay:2s;
animation-delay:2s;
}

#circularG_7{
left:50px;
bottom:0;
-moz-animation-delay:2.25s;
-webkit-animation-delay:2.25s;
-ms-animation-delay:2.25s;
-o-animation-delay:2.25s;
animation-delay:2.25s;
}

#circularG_8{
left:14px;
bottom:14px;
-moz-animation-delay:2.5s;
-webkit-animation-delay:2.5s;
-ms-animation-delay:2.5s;
-o-animation-delay:2.5s;
animation-delay:2.5s;
}

@-moz-keyframes bounce_circularG{
0%{-moz-transform:scale(1)}
100%{-moz-transform:scale(.3)}
}

@-webkit-keyframes bounce_circularG{
0%{-webkit-transform:scale(1)}
100%{-webkit-transform:scale(.3)}
}

@-ms-keyframes bounce_circularG{
0%{-ms-transform:scale(1)}
100%{-ms-transform:scale(.3)}
}

@-o-keyframes bounce_circularG{
0%{-o-transform:scale(1)}
100%{-o-transform:scale(.3)}
}

@keyframes bounce_circularG{
0%{transform:scale(1)}
100%{transform:scale(.3)}
}
/*SPIN - LABEL*/
#spin_label{ position:absolute; width:80px; height:20px; top:50%; left:50%; margin-top:-10px; margin-left:-40px;
										text-align:center; color:#365DBC; font-weight:bold; z-index:1010; font-size:13px;}
/*FIN SPINNER===============================================================================================================================*/	


