#floatingBarsG{
position:relative;
width:16px;
height:20px}

.blockG{
position:absolute;
background-color:#4e52c2;
width:3px;
height:6px;
-moz-border-radius:3px 3px 0 0;
-moz-transform:scale(0.4);
-moz-animation-name:fadeG;
-moz-animation-duration:0.4s;
-moz-animation-iteration-count:infinite;
-moz-animation-direction:normal;
-webkit-border-radius:3px 3px 0 0;
-webkit-transform:scale(0.4);
-webkit-animation-name:fadeG;
-webkit-animation-duration:0.4s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:normal;
-ms-border-radius:3px 3px 0 0;
-ms-transform:scale(0.4);
-ms-animation-name:fadeG;
-ms-animation-duration:0.4s;
-ms-animation-iteration-count:infinite;
-ms-animation-direction:normal;
-o-border-radius:3px 3px 0 0;
-o-transform:scale(0.4);
-o-animation-name:fadeG;
-o-animation-duration:0.4s;
-o-animation-iteration-count:infinite;
-o-animation-direction:normal;
border-radius:3px 3px 0 0;
transform:scale(0.4);
animation-name:fadeG;
animation-duration:0.4s;
animation-iteration-count:infinite;
animation-direction:normal;
}

#rotateG_01{
left:0;
top:7px;
-moz-animation-delay:0.15s;
-moz-transform:rotate(-90deg);
-webkit-animation-delay:0.15s;
-webkit-transform:rotate(-90deg);
-ms-animation-delay:0.15s;
-ms-transform:rotate(-90deg);
-o-animation-delay:0.15s;
-o-transform:rotate(-90deg);
animation-delay:0.15s;
transform:rotate(-90deg);
}

#rotateG_02{
left:2px;
top:3px;
-moz-animation-delay:0.2s;
-moz-transform:rotate(-45deg);
-webkit-animation-delay:0.2s;
-webkit-transform:rotate(-45deg);
-ms-animation-delay:0.2s;
-ms-transform:rotate(-45deg);
-o-animation-delay:0.2s;
-o-transform:rotate(-45deg);
animation-delay:0.2s;
transform:rotate(-45deg);
}

#rotateG_03{
left:7px;
top:1px;
-moz-animation-delay:0.25s;
-moz-transform:rotate(0deg);
-webkit-animation-delay:0.25s;
-webkit-transform:rotate(0deg);
-ms-animation-delay:0.25s;
-ms-transform:rotate(0deg);
-o-animation-delay:0.25s;
-o-transform:rotate(0deg);
animation-delay:0.25s;
transform:rotate(0deg);
}

#rotateG_04{
right:2px;
top:3px;
-moz-animation-delay:0.3s;
-moz-transform:rotate(45deg);
-webkit-animation-delay:0.3s;
-webkit-transform:rotate(45deg);
-ms-animation-delay:0.3s;
-ms-transform:rotate(45deg);
-o-animation-delay:0.3s;
-o-transform:rotate(45deg);
animation-delay:0.3s;
transform:rotate(45deg);
}

#rotateG_05{
right:0;
top:7px;
-moz-animation-delay:0.35s;
-moz-transform:rotate(90deg);
-webkit-animation-delay:0.35s;
-webkit-transform:rotate(90deg);
-ms-animation-delay:0.35s;
-ms-transform:rotate(90deg);
-o-animation-delay:0.35s;
-o-transform:rotate(90deg);
animation-delay:0.35s;
transform:rotate(90deg);
}

#rotateG_06{
right:2px;
bottom:2px;
-moz-animation-delay:0.4s;
-moz-transform:rotate(135deg);
-webkit-animation-delay:0.4s;
-webkit-transform:rotate(135deg);
-ms-animation-delay:0.4s;
-ms-transform:rotate(135deg);
-o-animation-delay:0.4s;
-o-transform:rotate(135deg);
animation-delay:0.4s;
transform:rotate(135deg);
}

#rotateG_07{
bottom:0;
left:7px;
-moz-animation-delay:0.45s;
-moz-transform:rotate(180deg);
-webkit-animation-delay:0.45s;
-webkit-transform:rotate(180deg);
-ms-animation-delay:0.45s;
-ms-transform:rotate(180deg);
-o-animation-delay:0.45s;
-o-transform:rotate(180deg);
animation-delay:0.45s;
transform:rotate(180deg);
}

#rotateG_08{
left:2px;
bottom:2px;
-moz-animation-delay:0.5s;
-moz-transform:rotate(-135deg);
-webkit-animation-delay:0.5s;
-webkit-transform:rotate(-135deg);
-ms-animation-delay:0.5s;
-ms-transform:rotate(-135deg);
-o-animation-delay:0.5s;
-o-transform:rotate(-135deg);
animation-delay:0.5s;
transform:rotate(-135deg);
}

@-moz-keyframes fadeG{
0%{
background-color:#7d80e5}

100%{
background-color:#4e52c2}

}

@-webkit-keyframes fadeG{
0%{
background-color:#7d80e5}

100%{
background-color:#4e52c2}

}

@-ms-keyframes fadeG{
0%{
background-color:#7d80e5}

100%{
background-color:#4e52c2}

}

@-o-keyframes fadeG{
0%{
background-color:#7d80e5}

100%{
background-color:#4e52c2}

}

@keyframes fadeG{
0%{
background-color:#7d80e5}

100%{
background-color:#4e52c2}

}