@import url(//fonts.googleapis.com/css?family=Abel|Anton|Voltaire);#preloader {position: fixed;background-color: #fff;top: 0;left: 0;width: 100%;height: 100%;z-index: 999; }.spinner {position: relative;top: 30%;width: 40px;height: 40px;margin: 100px auto;background-color: #3ac0fe;border-radius: 100%;-webkit-animation: sk-scaleout 1.0s infinite ease-in-out;animation: sk-scaleout 1.0s infinite ease-in-out;}@-webkit-keyframes sk-scaleout {0% { -webkit-transform: scale(0) }100% {-webkit-transform: scale(1.0);opacity: 0;}}@keyframes sk-scaleout {0% { -webkit-transform: scale(0);transform: scale(0);} 100% {-webkit-transform: scale(1.0);transform: scale(1.0);opacity: 0;}}