div#load_screen{
    background: #FFF;
    position: absolute;
    z-index: 30;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    -webkit-transition: 2s opacity ease-in;
    -o-transition: 2s opacity ease-in;
    -moz-transition: 2s opacity ease-in;
    transition: 2s opacity ease-in;
}
div#load_screen > div#loading{
    position: relative;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);    
    width: 256px;
    margin-left: auto;
    margin-right: auto;
}

#floatingCirclesG{
    position:relative;
    left: 64px;
    width:128px;
    height:128px;
    -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:#FFFFFF;
    height:23px;
    width:23px;
    -moz-border-radius:12px;
    -moz-animation-name:f_fadeG;
    -moz-animation-duration:1.44s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-direction:linear;
    -webkit-border-radius:12px;
    -webkit-animation-name:f_fadeG;
    -webkit-animation-duration:1.44s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-direction:linear;
    -ms-border-radius:12px;
    -ms-animation-name:f_fadeG;
    -ms-animation-duration:1.44s;
    -ms-animation-iteration-count:infinite;
    -ms-animation-direction:linear;
    -o-border-radius:12px;
    -o-animation-name:f_fadeG;
    -o-animation-duration:1.44s;
    -o-animation-iteration-count:infinite;
    -o-animation-direction:linear;
    border-radius:12px;
    animation-name:f_fadeG;
    animation-duration:1.44s;
    animation-iteration-count:infinite;
    animation-direction:linear;
}

#frotateG_01{
    left:0;
    top:52px;
    -moz-animation-delay:0.54s;
    -webkit-animation-delay:0.54s;
    -ms-animation-delay:0.54s;
    -o-animation-delay:0.54s;
    animation-delay:0.54s;
}

#frotateG_02{
    left:15px;
    top:15px;
    -moz-animation-delay:0.72s;
    -webkit-animation-delay:0.72s;
    -ms-animation-delay:0.72s;
    -o-animation-delay:0.72s;
    animation-delay:0.72s;
}

#frotateG_03{
    left:52px;
    top:0;
    -moz-animation-delay:0.9s;
    -webkit-animation-delay:0.9s;
    -ms-animation-delay:0.9s;
    -o-animation-delay:0.9s;
    animation-delay:0.9s;
}

#frotateG_04{
    right:15px;
    top:15px;
    -moz-animation-delay:1.08s;
    -webkit-animation-delay:1.08s;
    -ms-animation-delay:1.08s;
    -o-animation-delay:1.08s;
    animation-delay:1.08s;
}

#frotateG_05{
    right:0;
    top:52px;
    -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_06{
    right:15px;
    bottom:15px;
    -moz-animation-delay:1.44s;
    -webkit-animation-delay:1.44s;
    -ms-animation-delay:1.44s;
    -o-animation-delay:1.44s;
    animation-delay:1.44s;
}

#frotateG_07{
    left:52px;
    bottom:0;
    -moz-animation-delay:1.62s;
    -webkit-animation-delay:1.62s;
    -ms-animation-delay:1.62s;
    -o-animation-delay:1.62s;
    animation-delay:1.62s;
}

#frotateG_08{
    left:15px;
    bottom:15px;
    -moz-animation-delay:1.8s;
    -webkit-animation-delay:1.8s;
    -ms-animation-delay:1.8s;
    -o-animation-delay:1.8s;
    animation-delay:1.8s;
}

@-moz-keyframes f_fadeG{
    0%{
        background-color:#000000}

    100%{
        background-color:#FFFFFF}

}

@-webkit-keyframes f_fadeG{
    0%{
        background-color:#000000}

    100%{
        background-color:#FFFFFF}

}

@-ms-keyframes f_fadeG{
    0%{
        background-color:#000000}

    100%{
        background-color:#FFFFFF}

}

@-o-keyframes f_fadeG{
    0%{
        background-color:#000000}

    100%{
        background-color:#FFFFFF}

}

@keyframes f_fadeG{
    0%{
        background-color:#000000}

    100%{
        background-color:#FFFFFF}

}

/* *********************************************************** */

#fountainTextG{
width:270px;
}

.fountainTextG{
color:#000000;
font-family:Arial;
font-size:25px;
text-decoration:none;
font-weight:normal;
font-style:normal;
float:left;
-moz-animation-name:bounce_fountainTextG;
-moz-animation-duration:3.12s;
-moz-animation-iteration-count:infinite;
-moz-animation-direction:linear;
-moz-transform:scale(.5);
-webkit-animation-name:bounce_fountainTextG;
-webkit-animation-duration:3.12s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:linear;
-webkit-transform:scale(.5);
-ms-animation-name:bounce_fountainTextG;
-ms-animation-duration:3.12s;
-ms-animation-iteration-count:infinite;
-ms-animation-direction:linear;
-ms-transform:scale(.5);
-o-animation-name:bounce_fountainTextG;
-o-animation-duration:3.12s;
-o-animation-iteration-count:infinite;
-o-animation-direction:linear;
-o-transform:scale(.5);
animation-name:bounce_fountainTextG;
animation-duration:3.12s;
animation-iteration-count:infinite;
animation-direction:linear;
transform:scale(.5);
}

#fountainTextG_1{
-moz-animation-delay:0.52s;
-webkit-animation-delay:0.52s;
-ms-animation-delay:0.52s;
-o-animation-delay:0.52s;
animation-delay:0.52s;
}

#fountainTextG_2{
-moz-animation-delay:0.65s;
-webkit-animation-delay:0.65s;
-ms-animation-delay:0.65s;
-o-animation-delay:0.65s;
animation-delay:0.65s;
}

#fountainTextG_3{
-moz-animation-delay:0.78s;
-webkit-animation-delay:0.78s;
-ms-animation-delay:0.78s;
-o-animation-delay:0.78s;
animation-delay:0.78s;
}

#fountainTextG_4{
-moz-animation-delay:0.91s;
-webkit-animation-delay:0.91s;
-ms-animation-delay:0.91s;
-o-animation-delay:0.91s;
animation-delay:0.91s;
}

#fountainTextG_5{
-moz-animation-delay:1.04s;
-webkit-animation-delay:1.04s;
-ms-animation-delay:1.04s;
-o-animation-delay:1.04s;
animation-delay:1.04s;
}

#fountainTextG_6{
-moz-animation-delay:1.17s;
-webkit-animation-delay:1.17s;
-ms-animation-delay:1.17s;
-o-animation-delay:1.17s;
animation-delay:1.17s;
}

#fountainTextG_7{
-moz-animation-delay:1.3s;
-webkit-animation-delay:1.3s;
-ms-animation-delay:1.3s;
-o-animation-delay:1.3s;
animation-delay:1.3s;
}

#fountainTextG_8{
-moz-animation-delay:1.43s;
-webkit-animation-delay:1.43s;
-ms-animation-delay:1.43s;
-o-animation-delay:1.43s;
animation-delay:1.43s;
}

#fountainTextG_9{
-moz-animation-delay:1.56s;
-webkit-animation-delay:1.56s;
-ms-animation-delay:1.56s;
-o-animation-delay:1.56s;
animation-delay:1.56s;
}

#fountainTextG_10{
-moz-animation-delay:1.69s;
-webkit-animation-delay:1.69s;
-ms-animation-delay:1.69s;
-o-animation-delay:1.69s;
animation-delay:1.69s;
}

#fountainTextG_11{
-moz-animation-delay:1.82s;
-webkit-animation-delay:1.82s;
-ms-animation-delay:1.82s;
-o-animation-delay:1.82s;
animation-delay:1.82s;
}

#fountainTextG_12{
-moz-animation-delay:1.95s;
-webkit-animation-delay:1.95s;
-ms-animation-delay:1.95s;
-o-animation-delay:1.95s;
animation-delay:1.95s;
}
#fountainTextG_13{
-moz-animation-delay:2.08s;
-webkit-animation-delay:2.08s;
-ms-animation-delay:2.08s;
-o-animation-delay:2.08s;
animation-delay:2.08s;
}
#fountainTextG_14{
-moz-animation-delay:2.21s;
-webkit-animation-delay:2.21s;
-ms-animation-delay:2.21s;
-o-animation-delay:2.21s;
animation-delay:2.21s;
}
#fountainTextG_15{
-moz-animation-delay:2.34s;
-webkit-animation-delay:2.34s;
-ms-animation-delay:2.34s;
-o-animation-delay:2.34s;
animation-delay:2.34s;
}
#fountainTextG_16{
-moz-animation-delay:2.47s;
-webkit-animation-delay:2.47s;
-ms-animation-delay:2.47s;
-o-animation-delay:2.47s;
animation-delay:2.47s;
}
#fountainTextG_17{
-moz-animation-delay:2.60s;
-webkit-animation-delay:2.60s;
-ms-animation-delay:2.60s;
-o-animation-delay:2.60s;
animation-delay:2.60s;
}
#fountainTextG_18{
-moz-animation-delay:2.73s;
-webkit-animation-delay:2.73s;
-ms-animation-delay:2.73s;
-o-animation-delay:2.73s;
animation-delay:2.73s;
}
#fountainTextG_19{
-moz-animation-delay:2.86s;
-webkit-animation-delay:2.86s;
-ms-animation-delay:2.86s;
-o-animation-delay:2.86s;
animation-delay:2.86s;
}
#fountainTextG_20{
-moz-animation-delay:2.99s;
-webkit-animation-delay:2.99s;
-ms-animation-delay:2.99s;
-o-animation-delay:2.99s;
animation-delay:2.99s;
}
#fountainTextG_21{
-moz-animation-delay:3.12s;
-webkit-animation-delay:3.12s;
-ms-animation-delay:3.12s;
-o-animation-delay:3.12s;
animation-delay:3.12s;
}
@-moz-keyframes bounce_fountainTextG{
0%{
-moz-transform:scale(1);
color:#000000;
}

100%{
-moz-transform:scale(.5);
color:#FFFFFF;
}

}

@-webkit-keyframes bounce_fountainTextG{
0%{
-webkit-transform:scale(1);
color:#000000;
}

100%{
-webkit-transform:scale(.5);
color:#FFFFFF;
}

}

@-ms-keyframes bounce_fountainTextG{
0%{
-ms-transform:scale(1);
color:#000000;
}

100%{
-ms-transform:scale(.5);
color:#FFFFFF;
}

}

@-o-keyframes bounce_fountainTextG{
0%{
-o-transform:scale(1);
color:#000000;
}

100%{
-o-transform:scale(.5);
color:#FFFFFF;
}

}

@keyframes bounce_fountainTextG{
0%{
transform:scale(1);
color:#000000;
}

100%{
transform:scale(.5);
color:#FFFFFF;
}
