.animatedLoader .loader{
	display: inline-block;
	position: relative;
	border: 4px solid rgb(172,174,174);
	border-radius: 360px;
	width: 112px;
	height: 112px;
	text-align: center;
	font-size: 72px;
	font-weight: bold;
	line-height: 109px;
}
.animatedLoader .loader2{
	display: inline-block;
	position: absolute;
	top: -4px;
	left: -4px;
	border: 0px solid transparent;
	border-radius: 360px;
	width: 120px;
	height: 120px;
}
.animatedLoader .loader3{
	display: inline-block;
	position: absolute;
	top: -4px;
	left: -4px;
	border: 4px solid transparent;
	border-radius: 360px;
	width: 112px;
	height: 112px;
	background: rgb(249,249,249);
	background-clip: padding-box;
}
.animatedLoader .loader4{
	display: inline-block;
	position: absolute;
	top: -4px;
	left: -4px;
	border: 4px solid transparent;
	border-radius: 360px;
	width: 112px;
	height: 112px;
	text-align: center;
	font-size: 72px;
	font-weight: bold;
	line-height: 109px;
}