.page-mask { 
	width: 100%; 
	height: 100%; 
	position: fixed; 
	background: #fff;  
	z-index: 99999;
}


.spinner {
  	width: 128px;
  	height: 128px;
  	position: absolute;
  	left: 50%;
  	margin: -64px 0 0 -64px;
  	top: 50%;
}
hr.style-one {
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #566473, rgba(0, 0, 0, 0));
}