.loader {
	position: absolute;
	width: 100%;
	text-align: center;
	margin-top: 50px;
	display: none;
}
.circleLoader {
	position: relative;
	width:125px;
	height:125px;
	transform:scale(0.6);
	display: inline-block;
}

.circleLoader .f_circleG{
	position:absolute;
	background-color:rgb(255,255,255);
	height:22px;
	width:22px;
	border-radius:12px;
	animation-name:f_fadeG;
	animation-duration:1.2s;
	animation-iteration-count:infinite;
	animation-direction:normal;
}

.circleLoader .frotateG_01{
	left:0;
	top:51px;
	animation-delay:0.45s;
}

.circleLoader .frotateG_02{
	left:15px;
	top:15px;
	animation-delay:0.6s;
}

.circleLoader .frotateG_03{
	left:51px;
	top:0;
	animation-delay:0.75s;
}

.circleLoader .frotateG_04{
	right:15px;
	top:15px;
	animation-delay:0.9s;
}

.circleLoader .frotateG_05{
	right:0;
	top:51px;
	animation-delay:1.05s;
}

.circleLoader .frotateG_06{
	right:15px;
	bottom:15px;
	animation-delay:1.2s;
}

.circleLoader .frotateG_07{
	left:51px;
	bottom:0;
	animation-delay:1.35s;
}

.circleLoader .frotateG_08{
	left:15px;
	bottom:15px;
	animation-delay:1.5s;
}



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

	100%{
	background-color: #FFF;
	}
}
