
/* - animations.css - */
@media all {
/*  (do not remove this :) */
/*  (not this either :) */

@-webkit-keyframes bounce { 
  0%   { width:130px; height:130px; top:0; left:0; 
         opacity:0.5; -webkit-filter:opacity(0.5); -moz-filter:opacity(0.5); -o-filter:opacity(0.5); -ms-filter:opacity(0.5);
         box-shadow:none; -moz-box-shadow:none; -webkit-box-shadow:none; }
  50%  { width:140px; height:140px; top:-20px; left:-5px; }
  100% { width:130px; height:130px; top:0; left:0; 
         opacity:1.0; -webkit-filter:opacity(1.0); -moz-filter:opacity(1.0); -o-filter:opacity(1.0); -ms-filter:opacity(1.0);
         box-shadow:0 0 18px #75b8b5; -moz-box-shadow:0 0 18px #75b8b5; -webkit-box-shadow:0 0 18px #75b8b5; }
}
@keyframes bounce { 
  0%   { width:130px; height:130px; top:0; left:0; 
         opacity:0.5; -webkit-filter:opacity(0.5); -moz-filter:opacity(0.5); -o-filter:opacity(0.5); -ms-filter:opacity(0.5);
         box-shadow:none; -moz-box-shadow:none; -webkit-box-shadow:none; }
  50%  { width:140px; height:140px; top:-20px; left:-5px; }
  100% { width:130px; height:130px; top:0; left:0; 
         opacity:1.0; -webkit-filter:opacity(1.0); -moz-filter:opacity(1.0); -o-filter:opacity(1.0); -ms-filter:opacity(1.0);
         box-shadow:0 0 18px #75b8b5; -moz-box-shadow:0 0 18px #75b8b5; -webkit-box-shadow:0 0 18px #75b8b5; }
}

/*  */
}

