

/* loading spinner */
.ui-loader { left:45%; top:40%; display:none; -webkit-box-shadow:none; -moz-box-shadow:none; box-shadow:none; }


#circularG{
position:relative;
width:40px;
height:40px}

.circularG{
position:absolute;
background-color:#333;
width:9px;
height:9px;
-webkit-border-radius:6px;
-moz-border-radius:6px;
-webkit-animation-name:bounce_circularG;
-webkit-animation-duration:1.28s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:linear;
-moz-animation-name:bounce_circularG;
-moz-animation-duration:1.28s;
-moz-animation-iteration-count:infinite;
-moz-animation-direction:linear;
border-radius:6px;
-o-animation-name:bounce_circularG;
-o-animation-duration:1.28s;
-o-animation-iteration-count:infinite;
-o-animation-direction:linear;
-ms-animation-name:bounce_circularG;
-ms-animation-duration:1.28s;
-ms-animation-iteration-count:infinite;
-ms-animation-direction:linear;
}

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

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

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

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

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

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

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

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

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

100%{
-webkit-transform:scale(.3)}

}

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

100%{
-moz-transform:scale(.3)}

}

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

100%{
-o-transform:scale(.3)}

}

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

100%{
-ms-transform:scale(.3)}

}

