 #loader_container{	position:absolute;	top:50%;	left:50%;	margin-top:-50px;	margin-left:-50px;	height:100px;	width:100px;	border-radius:15px;	background-color:transparent;}.blockG{	position:absolute;	background-color:#000;	opacity:0;	width:9px;	height:22px;	border-radius:7px 7px 0 0;		-o-border-radius:7px 7px 0 0;		-ms-border-radius:7px 7px 0 0;		-webkit-border-radius:7px 7px 0 0;		-moz-border-radius:7px 7px 0 0;	transform:scale(0.4);		-o-transform:scale(0.4);		-ms-transform:scale(0.4);		-webkit-transform:scale(0.4);		-moz-transform:scale(0.4);	animation-name:fadeG;		-o-animation-name:fadeG;		-ms-animation-name:fadeG;		-webkit-animation-name:fadeG;		-moz-animation-name:fadeG;	animation-duration:1.2s;		-o-animation-duration:1.2s;		-ms-animation-duration:1.2s;		-webkit-animation-duration:1.2s;		-moz-animation-duration:1.2s;	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;	} #rotateG_01{	top:38px;	left:16px;	animation-delay:0.45s;		-o-animation-delay:0.45s;		-ms-animation-delay:0.45s;		-webkit-animation-delay:0.45s;		-moz-animation-delay:0.45s;	transform:rotate(-90deg);		-o-transform:rotate(-90deg);		-ms-transform:rotate(-90deg);		-webkit-transform:rotate(-90deg);		-moz-transform:rotate(-90deg);} #rotateG_02{	top:17px;	left:24px;	animation-delay:0.6s;		-o-animation-delay:0.6s;		-ms-animation-delay:0.6s;		-webkit-animation-delay:0.6s;		-moz-animation-delay:0.6s;	transform:rotate(-45deg);		-o-transform:rotate(-45deg);		-ms-transform:rotate(-45deg);		-webkit-transform:rotate(-45deg);		-moz-transform:rotate(-45deg);} #rotateG_03{	top:9px;	left:45px;	animation-delay:0.75s;		-o-animation-delay:0.75s;		-ms-animation-delay:0.75s;		-webkit-animation-delay:0.75s;		-moz-animation-delay:0.75s;	transform:rotate(0deg);		-o-transform:rotate(0deg);		-ms-transform:rotate(0deg);		-webkit-transform:rotate(0deg);		-moz-transform:rotate(0deg);} #rotateG_04{	top:17px;	left:66px;	animation-delay:0.9s;		-o-animation-delay:0.9s;		-ms-animation-delay:0.9s;		-webkit-animation-delay:0.9s;		-moz-animation-delay:0.9s;	transform:rotate(45deg);		-o-transform:rotate(45deg);		-ms-transform:rotate(45deg);		-webkit-transform:rotate(45deg);		-moz-transform:rotate(45deg);} #rotateG_05{	top:38px;	left:75px;	animation-delay:1.05s;		-o-animation-delay:1.05s;		-ms-animation-delay:1.05s;		-webkit-animation-delay:1.05s;		-moz-animation-delay:1.05s;	transform:rotate(90deg);		-o-transform:rotate(90deg);		-ms-transform:rotate(90deg);		-webkit-transform:rotate(90deg);		-moz-transform:rotate(90deg);} #rotateG_06{	top:60px;	left:66px;	animation-delay:1.2s;		-o-animation-delay:1.2s;		-ms-animation-delay:1.2s;		-webkit-animation-delay:1.2s;		-moz-animation-delay:1.2s;	transform:rotate(135deg);		-o-transform:rotate(135deg);		-ms-transform:rotate(135deg);		-webkit-transform:rotate(135deg);		-moz-transform:rotate(135deg);} #rotateG_07{	top:70px;	left:45px;	animation-delay:1.35s;		-o-animation-delay:1.35s;		-ms-animation-delay:1.35s;		-webkit-animation-delay:1.35s;		-moz-animation-delay:1.35s;	transform:rotate(180deg);		-o-transform:rotate(180deg);		-ms-transform:rotate(180deg);		-webkit-transform:rotate(180deg);		-moz-transform:rotate(180deg);} #rotateG_08{	top:60px;	left:24px;	animation-delay:1.5s;		-o-animation-delay:1.5s;		-ms-animation-delay:1.5s;		-webkit-animation-delay:1.5s;		-moz-animation-delay:1.5s;	transform:rotate(-135deg);		-o-transform:rotate(-135deg);		-ms-transform:rotate(-135deg);		-webkit-transform:rotate(-135deg);		-moz-transform:rotate(-135deg);}@keyframes fadeG{	0%{		opacity:1;	}	100%{		opacity:0;	}}@-o-keyframes fadeG{	0%{		opacity:1;	}	100%{		opacity:0;	}}@-ms-keyframes fadeG{	0%{		opacity:1;	}	100%{		opacity:0;	}}@-webkit-keyframes fadeG{	0%{		opacity:1;	}	100%{		opacity:0;	}}@-moz-keyframes fadeG{	0%{		opacity:1;	}	100%{		opacity:0;	}}