.page-loading-frame {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 29999;
	background: transparent;

	.message {
		width: 550px;
		height: 25px;
		padding: 7px 4px 4px;
		text-align: center;
		margin: auto;
		background: #3baae3;
		color: white;
		font-size: 1.3em;
		position: absolute;
		left: 41%;
		top: 50%;
		opacity: 1;
	}
}

#floatingCirclesG {
	width: 90px;
	height: 90px;
	margin: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: scale(0.6);
	-o-transform: scale(0.6);
	-ms-transform: scale(0.6);
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
}

.f_circleG {
	position: absolute;
	background-color: rgb(255, 255, 255);
	height: 16px;
	width: 16px;
	border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	animation-name: f_fadeG;
	-o-animation-name: f_fadeG;
	-ms-animation-name: f_fadeG;
	-webkit-animation-name: f_fadeG;
	-moz-animation-name: f_fadeG;
	animation-duration: 0.832s;
	-o-animation-duration: 0.832s;
	-ms-animation-duration: 0.832s;
	-webkit-animation-duration: 0.832s;
	-moz-animation-duration: 0.832s;
	animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-direction: normal;
	-o-animation-direction: normal;
	-ms-animation-direction: normal;
	-webkit-animation-direction: normal;
	-moz-animation-direction: normal;
}

#frotateG_01 {
	left: 0;
	top: 36px;
	animation-delay: 0.3095s;
	-o-animation-delay: 0.3095s;
	-ms-animation-delay: 0.3095s;
	-webkit-animation-delay: 0.3095s;
	-moz-animation-delay: 0.3095s;
}

#frotateG_02 {
	left: 10px;
	top: 10px;
	animation-delay: 0.416s;
	-o-animation-delay: 0.416s;
	-ms-animation-delay: 0.416s;
	-webkit-animation-delay: 0.416s;
	-moz-animation-delay: 0.416s;
}

#frotateG_03 {
	left: 36px;
	top: 0;
	animation-delay: 0.5225s;
	-o-animation-delay: 0.5225s;
	-ms-animation-delay: 0.5225s;
	-webkit-animation-delay: 0.5225s;
	-moz-animation-delay: 0.5225s;
}

#frotateG_04 {
	right: 10px;
	top: 10px;
	animation-delay: 0.619s;
	-o-animation-delay: 0.619s;
	-ms-animation-delay: 0.619s;
	-webkit-animation-delay: 0.619s;
	-moz-animation-delay: 0.619s;
}

#frotateG_05 {
	right: 0;
	top: 36px;
	animation-delay: 0.7255s;
	-o-animation-delay: 0.7255s;
	-ms-animation-delay: 0.7255s;
	-webkit-animation-delay: 0.7255s;
	-moz-animation-delay: 0.7255s;
}

#frotateG_06 {
	right: 10px;
	bottom: 10px;
	animation-delay: 0.832s;
	-o-animation-delay: 0.832s;
	-ms-animation-delay: 0.832s;
	-webkit-animation-delay: 0.832s;
	-moz-animation-delay: 0.832s;
}

#frotateG_07 {
	left: 36px;
	bottom: 0;
	animation-delay: 0.9385s;
	-o-animation-delay: 0.9385s;
	-ms-animation-delay: 0.9385s;
	-webkit-animation-delay: 0.9385s;
	-moz-animation-delay: 0.9385s;
}

#frotateG_08 {
	left: 10px;
	bottom: 10px;
	animation-delay: 1.035s;
	-o-animation-delay: 1.035s;
	-ms-animation-delay: 1.035s;
	-webkit-animation-delay: 1.035s;
	-moz-animation-delay: 1.035s;
}


@keyframes f_fadeG {
	0% {
		background-color: rgb(0, 0, 0);
	}

	100% {
		background-color: rgb(255, 255, 255);
	}
}

@-o-keyframes f_fadeG {
	0% {
		background-color: rgb(0, 0, 0);
	}

	100% {
		background-color: rgb(255, 255, 255);
	}
}

@-ms-keyframes f_fadeG {
	0% {
		background-color: rgb(0, 0, 0);
	}

	100% {
		background-color: rgb(255, 255, 255);
	}
}

@-webkit-keyframes f_fadeG {
	0% {
		background-color: rgb(0, 0, 0);
	}

	100% {
		background-color: rgb(255, 255, 255);
	}
}

@-moz-keyframes f_fadeG {
	0% {
		background-color: rgb(0, 0, 0);
	}

	100% {
		background-color: rgb(255, 255, 255);
	}
}