/**************************************************************************
Reset
**************************************************************************/
* {
	margin: 0;
	padding: 0;
}
html {
	font-size: 100%; /* IE trick to allow proper resizing of text */
	font-family: 'DM Sans', sans-serif !important;
	font-size: 16px;
	font-weight: 400;
	color: #000;
}
.loading-overlay {
	position: fixed; /* could also be absolute */
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	background: rgba(255,255,255,.65);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
	z-index: 5;
}
.loading-content {
	position: absolute;
	width: 200px;
	height: 200px;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	z-index: 6;
}
.loading-content .fa {
	margin: 0 auto;
	color: #000;
}
.loading-content span {
	display: block;
	font-size: 15px;
	color: #000;
}
