
.flashing {
    -webkit-animation: flashing .2666667s linear infinite;
    animation: flashing .2666667s linear infinite;
}
@-webkit-keyframes flashing {
      0%  { opacity: 1;}
     62%  { opacity: 1;}
     63%  { opacity: 0;}
    100%  { opacity: 0;}
}
@keyframes flashing {
      0%  { opacity: 1;}
     62%  { opacity: 1;}
     63%  { opacity: 0;}
    100%  { opacity: 0;}
}


a.b2-object1, a.b2-object2, a.b2-object3, a.b2-object4, a.b2-object5, a.b2-object6, a.b2-object7, a.b2-object8, a.b2-object9  {
    -webkit-animation: b2-objects 2.433333333s linear infinite;
    animation: b2-objects 2.433333333s linear infinite;
}
@-webkit-keyframes b2-objects {
    0%  { -webkit-transform: rotate(0deg) translateX(55px) rotate(0deg); }
    100%{ -webkit-transform: rotate(360deg) translateX(55px) rotate(-360deg); }
}
@keyframes b2-objects {
    0%  { transform: rotate(0deg) translateX(55px) rotate(0deg); }
    100%{ transform: rotate(360deg) translateX(55px) rotate(-360deg); }
}

a.b2-object1 {-webkit-animation-delay: 0s;}
a.b2-object2 {-webkit-animation-delay: 0.3041666667s;}
a.b2-object3 {-webkit-animation-delay: 0.6083333333s;}
a.b2-object4 {-webkit-animation-delay: 0.9125s;}
a.b2-object5 {-webkit-animation-delay: 1.216666667s;}
a.b2-object6 {-webkit-animation-delay: 1.520833333s;}
a.b2-object7 {-webkit-animation-delay: 1.825s;}
a.b2-object8 {-webkit-animation-delay: 2.129166667s;}
a.b2-object9 {-webkit-animation-delay: 2.433333333s;}

a.b2-object1 {animation-delay: 0s;}
a.b2-object2 {animation-delay: 0.3041666667s;}
a.b2-object3 {animation-delay: 0.6083333333s;}
a.b2-object4 {animation-delay: 0.9125s;}
a.b2-object5 {animation-delay: 1.216666667s;}
a.b2-object6 {animation-delay: 1.520833333s;}
a.b2-object7 {animation-delay: 1.825s;}
a.b2-object8 {animation-delay: 2.129166667s;}
a.b2-object9 {animation-delay: 2.433333333s;}
