
html, body {
	margin: 0 !important;
	padding: 0;
	height: 100%;
	width: 100%;
}
body {
	-font-family: 'Source Sans Pro', sans-serif;
}

#pageloader {
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: #131313;
	z-index: 999999;
}
.loader-item {
  position: absolute;
  width: auto;
  height: height;
  margin: -25px 0 0 -25px;
  top: 50%;
  left: 50%;
  text-align: center;
}

