#ct-loadding{height:100%;position:fixed;width:100%;z-index:999999;top:0;left:0;transition:.3s cubic-bezier(.27,.76,.38,.87)}.ct-gears{width:350px;display:block;text-align:center;font-weight:700;font-family:Arial;color:#fff;text-shadow:1px 1px 2px #5f868a;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ct-gears .big{width:70px;height:70px;transform-origin:center;animation:ct-rotate .5s linear infinite}.ct-gears .small{width:50px;height:50px;margin-left:-12px;transform-origin:center;animation:reverseRotate .3s linear infinite}@keyframes ct-rotate{0%{transform:rotate(0)}to{transform:rotate(180deg)}}@keyframes reverseRotate{0%{transform:rotate(180deg)}to{transform:rotate(0)}}