#preloader-wrapper{position:fixed;top:0;left:0;right:0;bottom:0;background:#fff;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;height:100%;z-index:99}#loading-layer{width:50px;height:30px;position:fixed;left:50%;top:50%;margin:-25px 0 0 -15px}.loading{margin:0 auto;width:50px;height:30px;text-align:center;font-size:10px}.loading>div{background-color:#ffcd51;height:100%;width:6px;display:inline-block;-webkit-animation:loading 1.2s infinite ease-in-out;animation:loading 1.2s infinite ease-in-out}.loading .rect-two{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.loading .rect-three{-webkit-animation-delay:-1.0s;animation-delay:-1.0s}.loading .rect-four{-webkit-animation-delay:-0.9s;animation-delay:-0.9s}.loading .rect-five{-webkit-animation-delay:-0.8s;animation-delay:-0.8s}@-webkit-keyframes loading{0%,40%,100%{-webkit-transform:scaleY(.4)}20%{-webkit-transform:scaleY(1)}}@keyframes loading{0%,40%,100%{transform:scaleY(.4);-webkit-transform:scaleY(.4)}20%{transform:scaleY(1);-webkit-transform:scaleY(1)}}