

#minloader
{
	background-color: #161417CF;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 1;
	margin-top: 0px;
	top: 0px;
	z-index: 9999;
}

#minloader .loading-center
{
	width: 100%;
	height: 100%;
	position: relative;
}

#minloader .loading-center-absolute
{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
