#floatingCirclesG{
  position:relative;
  width:51px;
  height:51px;
  margin:auto;
  transform:scale(0.6);
    -o-transform:scale(0.6);
    -ms-transform:scale(0.6);
    -webkit-transform:scale(0.6);
    -moz-transform:scale(0.6);
}

.f_circleG{
  position:absolute;
  background-color:rgb(45,45,45);
  height:9px;
  width:9px;
  border-radius:5px;
    -o-border-radius:5px;
    -ms-border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
  animation-name:f_fadeG;
    -o-animation-name:f_fadeG;
    -ms-animation-name:f_fadeG;
    -webkit-animation-name:f_fadeG;
    -moz-animation-name:f_fadeG;
  animation-duration:0.572s;
    -o-animation-duration:0.572s;
    -ms-animation-duration:0.572s;
    -webkit-animation-duration:0.572s;
    -moz-animation-duration:0.572s;
  animation-iteration-count:infinite;
    -o-animation-iteration-count:infinite;
    -ms-animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
  animation-direction:normal;
    -o-animation-direction:normal;
    -ms-animation-direction:normal;
    -webkit-animation-direction:normal;
    -moz-animation-direction:normal;
}

#frotateG_01{
  left:0;
  top:21px;
  animation-delay:0.2095s;
    -o-animation-delay:0.2095s;
    -ms-animation-delay:0.2095s;
    -webkit-animation-delay:0.2095s;
    -moz-animation-delay:0.2095s;
}

#frotateG_02{
  left:6px;
  top:6px;
  animation-delay:0.286s;
    -o-animation-delay:0.286s;
    -ms-animation-delay:0.286s;
    -webkit-animation-delay:0.286s;
    -moz-animation-delay:0.286s;
}

#frotateG_03{
  left:21px;
  top:0;
  animation-delay:0.3525s;
    -o-animation-delay:0.3525s;
    -ms-animation-delay:0.3525s;
    -webkit-animation-delay:0.3525s;
    -moz-animation-delay:0.3525s;
}

#frotateG_04{
  right:6px;
  top:6px;
  animation-delay:0.429s;
    -o-animation-delay:0.429s;
    -ms-animation-delay:0.429s;
    -webkit-animation-delay:0.429s;
    -moz-animation-delay:0.429s;
}

#frotateG_05{
  right:0;
  top:21px;
  animation-delay:0.4955s;
    -o-animation-delay:0.4955s;
    -ms-animation-delay:0.4955s;
    -webkit-animation-delay:0.4955s;
    -moz-animation-delay:0.4955s;
}

#frotateG_06{
  right:6px;
  bottom:6px;
  animation-delay:0.572s;
    -o-animation-delay:0.572s;
    -ms-animation-delay:0.572s;
    -webkit-animation-delay:0.572s;
    -moz-animation-delay:0.572s;
}

#frotateG_07{
  left:21px;
  bottom:0;
  animation-delay:0.6385s;
    -o-animation-delay:0.6385s;
    -ms-animation-delay:0.6385s;
    -webkit-animation-delay:0.6385s;
    -moz-animation-delay:0.6385s;
}

#frotateG_08{
  left:6px;
  bottom:6px;
  animation-delay:0.715s;
    -o-animation-delay:0.715s;
    -ms-animation-delay:0.715s;
    -webkit-animation-delay:0.715s;
    -moz-animation-delay:0.715s;
}



@keyframes f_fadeG{
  0%{
    background-color:rgba(173,62,62,0.98);
  }

  100%{
    background-color:rgb(228,0,0);
  }
}

@-o-keyframes f_fadeG{
  0%{
    background-color:rgba(173,62,62,0.98);
  }

  100%{
    background-color:rgb(228,0,0);
  }
}

@-ms-keyframes f_fadeG{
  0%{
    background-color:rgba(173,62,62,0.98);
  }

  100%{
    background-color:rgb(228,0,0);
  }
}

@-webkit-keyframes f_fadeG{
  0%{
    background-color:rgba(173,62,62,0.98);
  }

  100%{
    background-color:rgb(228,0,0);
  }
}

@-moz-keyframes f_fadeG{
  0%{
    background-color:rgba(173,62,62,0.98);
  }

  100%{
    background-color:rgb(228,0,0);
  }
}