@-webkit-keyframes pulse {
	from {
		-webkit-box-shadow: 0 0 100px #fff;
	}

	50% {
		-webkit-box-shadow: 0 0 200px #fff;
	}

	to {
		-webkit-box-shadow: 0 0 100px #fff;
	}
}

/* ------ general
-----------------------------------------------*/

html,
body {
	padding: 0;
	margin: 0;
}


.apreloader {
	z-index: 999;
	overflow: hidden;
}


.end {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 600px;
	margin: -20px 0 0 -300px;
	text-align: center;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 30px;
	color: #fff;
	display: none;
}

.preloader {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	width: 40px;
	height: 40px;
	margin: -20px 0 0 -20px;
	background: rgba(0, 0, 0, 0.5);
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	-webkit-animation-name: pulse;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
}

.preloader .percent {
	display: block;
	position: absolute;
	left: 50%;
	bottom: -50px;
	width: 100px;
	margin-left: -50px;
	text-align: center;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 28px;
	color: #fff;
}

.preloader .circle {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 20px;
	margin: -10px 0 0 -10px;
	background: #fff;
	opacity: 0;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;

}

.preloader span {
	background: #fff;
	position: absolute;
	width: 10px;
	height: 10px;
	z-index: 999;
}


a {
	color: #eee;
}
