.component-preloader{height:30px}@-webkit-keyframes bounce{0%{transform:translateY(0)}to{transform:translateY(5px)}}@keyframes bounce{0%{transform:translateY(0)}to{transform:translateY(5px)}}.component-preloader .dots{display:block;width:60px;margin:0 auto}.component-preloader .dots .dot1,.component-preloader .dots .dot2,.component-preloader .dots .dot3{display:inline-block;width:10px;height:10px;margin:5px;background-color:#ccc;border:1px solid #ccc;border-radius:10px;-webkit-animation-name:bounce;animation-name:bounce;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:ease;animation-timing-function:ease;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}.component-preloader .dots .dot2{-webkit-animation-delay:.1s}.component-preloader .dots .dot3{-webkit-animation-delay:.2s}