#loading{
	color:#ddd;
	width:300px;
	height:300px;
	text-align:center;
	vertical-align:middle;
	margin:0 auto;
	margin-top:15%;
	text-align:center;
}
#loading_txt{
	font-family:LatoLight;
	position:absolute;
	margin-left:75px;
	margin-top:142px;
	color:#bbb;
}
#bowlG{
position:relative;
width:256px;
height:256px;
}

#bowl_ringG{
position:absolute;
width:256px;
height:256px;
border:23px solid #fff;
-moz-border-radius:256px;
-webkit-border-radius:256px;
-ms-border-radius:256px;
-o-border-radius:256px;
border-radius:256px;
}

.ball_holderG{
position:absolute;
width:68px;
height:256px;
left:94px;
top:0px;
-moz-animation-name:ball_moveG;
-moz-animation-duration:2.1s;
-moz-animation-iteration-count:infinite;
-moz-animation-timing-function:linear;
-webkit-animation-name:ball_moveG;
-webkit-animation-duration:2.1s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-timing-function:linear;
-ms-animation-name:ball_moveG;
-ms-animation-duration:2.1s;
-ms-animation-iteration-count:infinite;
-ms-animation-timing-function:linear;
-o-animation-name:ball_moveG;
-o-animation-duration:2.1s;
-o-animation-iteration-count:infinite;
-o-animation-timing-function:linear;
animation-name:ball_moveG;
animation-duration:2.1s;
animation-iteration-count:infinite;
animation-timing-function:linear;
}

.ballG{
position:absolute;
left:0px;
top:-29px;
width:35px;
height:35px;
background:#25A9E1;
-moz-border-radius:85px;
-webkit-border-radius:85px;
-ms-border-radius:85px;
-o-border-radius:85px;
border-radius:85px;
}

@-moz-keyframes ball_moveG{
0%{
-moz-transform:rotate(0deg)}

100%{
-moz-transform:rotate(360deg)}

}

@-webkit-keyframes ball_moveG{
0%{
-webkit-transform:rotate(0deg)}

100%{
-webkit-transform:rotate(360deg)}

}

@-ms-keyframes ball_moveG{
0%{
-ms-transform:rotate(0deg)}

100%{
-ms-transform:rotate(360deg)}

}

@-o-keyframes ball_moveG{
0%{
-o-transform:rotate(0deg)}

100%{
-o-transform:rotate(360deg)}

}

@keyframes ball_moveG{
0%{
transform:rotate(0deg)}

100%{
transform:rotate(360deg)}

}