div#preloader{position:fixed;left:0;top:0;z-index:9999;width:100%;height:100%;overflow:visible;background:#f5f9fa;text-align:center}
#floatingCirclesG{position:relative;margin:20% auto 10px;width:66px;height:66px;-moz-transform:scale(0.6);-webkit-transform:scale(0.6);-ms-transform:scale(0.6);-o-transform:scale(0.6);transform:scale(0.6)}
.f_circleG{position:absolute;background-color:#f5f9fa;height:12px;width:12px;-moz-border-radius:6px;-moz-animation-name:f_fadeG;-moz-animation-duration:1.12s;-moz-animation-iteration-count:infinite;-moz-animation-direction:linear;-webkit-border-radius:6px;-webkit-animation-name:f_fadeG;-webkit-animation-duration:1.12s;-webkit-animation-iteration-count:infinite;-webkit-animation-direction:linear;-ms-border-radius:6px;-ms-animation-name:f_fadeG;-ms-animation-duration:1.12s;-ms-animation-iteration-count:infinite;-ms-animation-direction:linear;-o-border-radius:6px;-o-animation-name:f_fadeG;-o-animation-duration:1.12s;-o-animation-iteration-count:infinite;-o-animation-direction:linear;border-radius:6px;animation-name:f_fadeG;animation-duration:1.12s;animation-iteration-count:infinite;animation-direction:linear}
#frotateG_01{left:0;top:26px;-moz-animation-delay:.42s;-webkit-animation-delay:.42s;-ms-animation-delay:.42s;-o-animation-delay:.42s;animation-delay:.42s}
#frotateG_02{left:8px;top:8px;-moz-animation-delay:.56s;-webkit-animation-delay:.56s;-ms-animation-delay:.56s;-o-animation-delay:.56s;animation-delay:.56s}
#frotateG_03{left:26px;top:0;-moz-animation-delay:.7s;-webkit-animation-delay:.7s;-ms-animation-delay:.7s;-o-animation-delay:.7s;animation-delay:.7s}
#frotateG_04{right:8px;top:8px;-moz-animation-delay:.84s;-webkit-animation-delay:.84s;-ms-animation-delay:.84s;-o-animation-delay:.84s;animation-delay:.84s}
#frotateG_05{right:0;top:26px;-moz-animation-delay:.98s;-webkit-animation-delay:.98s;-ms-animation-delay:.98s;-o-animation-delay:.98s;animation-delay:.98s}
#frotateG_06{right:8px;bottom:8px;-moz-animation-delay:1.12s;-webkit-animation-delay:1.12s;-ms-animation-delay:1.12s;-o-animation-delay:1.12s;animation-delay:1.12s}
#frotateG_07{left:26px;bottom:0;-moz-animation-delay:1.26s;-webkit-animation-delay:1.26s;-ms-animation-delay:1.26s;-o-animation-delay:1.26s;animation-delay:1.26s}
#frotateG_08{left:8px;bottom:8px;-moz-animation-delay:1.4s;-webkit-animation-delay:1.4s;-ms-animation-delay:1.4s;-o-animation-delay:1.4s;animation-delay:1.4s}
@-moz-keyframes f_fadeG {
0%{background-color:#017dc4}
100%{background-color:#f5f9fa}
}
@-webkit-keyframes f_fadeG {
0%{background-color:#017dc4}
100%{background-color:#f5f9fa}
}
@-ms-keyframes f_fadeG {
0%{background-color:#017dc4}
100%{background-color:#f5f9fa}
}
@-o-keyframes f_fadeG {
0%{background-color:#017dc4}
100%{background-color:#f5f9fa}
}
@keyframes f_fadeG {
0%{background-color:#017dc4}
100%{background-color:#f5f9fa}
}
div#preloader span {
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-size: 12px;
    color: #999;
}
div#preloader{transition:opacity .6s ease}
div#preloader.is-hiding{opacity:0;pointer-events:none}