@-webkit-keyframes splash-logo{to{background-position:-6600px 0}}@keyframes splash-logo{to{background-position:-6600px 0}}@-webkit-keyframes splash-logo-rotate{0%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes splash-logo-rotate{0%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes splash-text{to{background-position:-7080px 0}}@keyframes splash-text{to{background-position:-7080px 0}}.splash{background:#000;bottom:0;left:0;position:fixed;right:0;top:0;z-index:1000}.splash-holder{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:1001}.mobile .splash-holder{-webkit-transform:translate(-50%,-50%) scale(.5);transform:translate(-50%,-50%) scale(.5)}.splash-logo{-webkit-animation:splash-logo 2.5s steps(33,end) forwards,splash-logo-rotate 10s linear 2.5s forwards infinite;animation:splash-logo 2.5s steps(33,end) forwards,splash-logo-rotate 10s linear 2.5s forwards infinite;background-size:6800px 200px;background:url(images/logo-spr.png) no-repeat 0 0 black;border-radius:50%;height:200px;margin:0 auto;overflow:hidden;position:relative;-webkit-transform-origin:100px 90px;transform-origin:100px 90px;width:200px}.splash-text{-webkit-animation:splash-text 1.5s steps(13,end) .5s forwards;animation:splash-text 1.5s steps(13,end) .5s forwards;background-size:7670px 120px;background:url(images/logotext-spr.png) no-repeat 590px 0 black;height:120px;margin-top:-15px;overflow:hidden;width:590px}