﻿.loader{text-align:center;max-height:55px;margin-left:65%}.loader span{vertical-align:middle;background:#000;border-radius:50px;width:10px;height:10px;margin:20px auto;-webkit-animation:.9s infinite alternate loader;-moz-animation:.9s infinite alternate loader;display:inline-block}.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%{opacity:.9;width:10px;height:10px;-webkit-transform:translateY(0)}to{opacity:.1;width:24px;height:24px;-webkit-transform:translateY(-21px)}}@-moz-keyframes loader{0%{opacity:.9;width:10px;height:10px;-moz-transform:translateY(0)}to{opacity:.1;width:24px;height:24px;-moz-transform:translateY(-21px)}}