#floating-circles {
	position:relative;
	width:128px;
	height:128px;
	-moz-transform:scale(0.6);
	-webkit-transform:scale(0.6);
	transform:scale(0.6);
}
.circle {
	position: absolute;
	background-color: #FFFFFF;
	height: 23px;
	width: 23px;
	border-radius: 12px;
	-webkit-animation: fade 1.04s linear infinite;
	-moz-animation: fade 1.04s linear infinite;
	animation: fade 1.04s linear infinite;
}
#rotate_1 {
	left:0;
	top:52px;
	-moz-animation-delay: 0.39s;
	-webkit-animation-delay: 0.39s;
	animation-delay: 0.39s;
}
#rotate_2 {
	left:15px;
	top:15px;
	-moz-animation-delay: 0.52s;
	-webkit-animation-delay: 0.52s;
	animation-delay: 0.52s;
}
#rotate_3 {
	left:52px;
	top:0;
	-moz-animation-delay: 0.65s;
	-webkit-animation-delay: 0.65s;
	animation-delay: 0.65s;
}
#rotate_4 {
	right:15px;
	top:15px;
	-moz-animation-delay: 0.78s;
	-webkit-animation-delay: 0.78s;
	animation-delay: 0.78s;
}
#rotate_5 {
	right:0;
	top:52px;
	-moz-animation-delay: 0.91s;
	-webkit-animation-delay: 0.91s;
	animation-delay: 0.91s;
}
#rotate_6 {
	right: 15px;
	bottom: 15px;
	-moz-animation-delay: 1.04s;
	-webkit-animation-delay: 1.04s;
	animation-delay: 1.04s;
}
#rotate_7 {
	left: 52px;
	bottom: 0;
	-moz-animation-delay: 1.17s;
	-webkit-animation-delay: 1.17s;
	animation-delay: 1.17s;
}
#rotate_8 {
	left: 15px;
	bottom: 15px;
	-moz-animation-delay: 1.3s;
	-webkit-animation-delay: 1.3s;
	animation-delay: 1.3s;
}
@-webkit-keyframes fade {
	0%{ background-color: #0054a6 }
	100%{ background-color: #FFFFFF }
}
@-moz-keyframes fade {
	0%{ background-color: #0054a6 }
	100%{ background-color: #FFFFFF }
}
@keyframes fade {
	0%{ background-color: #0054a6 }
	100%{ background-color: #FFFFFF }
}
/* Loading Icon Css */
.sponsor-widget-mobile .loading-icon{ display: none; }
/* #your-children-widget-wrapper-mobile .loading-icon{ display: none; }
#your-children-widget-wrapper-mobile{ display: none; } */
@media all and (max-width: 1023px) {
	.sponsor-widget .loading-icon{ display: none; }
	.sponsor-widget-mobile .loading-icon{ display: block; }
	/* #your-children-widget-wrapper-desktop .loading-icon{ display: none; }
	#your-children-widget-wrapper-mobile .loading-icon{ display: block; }
	#your-children-widget-wrapper-desktop{ display: none; }
	#your-children-widget-wrapper-mobile{ display: block; } */
}
