.preloader{display:block;position:fixed;width:100%;height:100%;z-index:9999;background:#000;text-align:center}.loading{overflow:hidden;position:absolute;top:50%;margin-top:-12px;left:50%;margin-left:-50px;width:200px;height:24px}.progress{display:block;position:absolute;bottom:0;overflow:hidden;width:100px;height:1px;left:-102px;background-color:#00d9ec;-webkit-animation:loader-anim 1s 0s infinite cubic-bezier(.785,.135,.15,.86);-moz-animation:loader-anim 1s 0s infinite cubic-bezier(.785,.135,.15,.86);animation:loader-anim 1s 0s infinite cubic-bezier(.785,.135,.15,.86)}@-webkit-keyframes loader-anim{0%{left:-102px}100%{left:102px}}@-moz-keyframes loader-anim{0%{left:-102px}100%{left:102px}}@keyframes loader-anim{0%{left:-102px}100%{left:102px}}