.loader{text-align:center;height:80px;display:block}.loader span{display:inline-block;vertical-align:middle;width:10px;height:10px;margin:50px auto;background:#000;border-radius:50px;-webkit-animation:loader .9s infinite alternate;-moz-animation:loader .9s infinite alternate}.loader span:nth-of-type(2){-webkit-animation-delay:.3s;-moz-animation-delay:.3s}.loader span:nth-of-type(3){-webkit-animation-delay:.6s;-moz-animation-delay:.6s}@-webkit-keyframes loader{0%{width:10px;height:10px;opacity:.9;-webkit-transform:translateY(0)}100%{width:24px;height:24px;opacity:.1;-webkit-transform:translateY(-21px)}}@-moz-keyframes loader{0%{width:10px;height:10px;opacity:.9;-moz-transform:translateY(0)}100%{width:24px;height:24px;opacity:.1;-moz-transform:translateY(-21px)}}