#wrapper #container.http_error_page {
	background-color: #50504e !important;
	position: relative;
}

#wrapper #container.http_error_page .inner-page {
	white-space: normal !important;
	display: block;
	background-color: #50504e !important;
}

#wrapper #container.http_error_page .http_error_message {
	position: absolute;
	left: 431px;
	top: 53px;
	display: block;
	color: #fcfcfa;
	width: auto;
}

#wrapper #container.http_error_page .http_error_message h1 {
	color: #fcfcfa;
	font-family: AmperstandardLight;
}

#wrapper #container.http_error_page .http_error_message span {
	color: #fcfcfa;
	font-family: AmperstandardLight;
	line-height: 1.5em;
}




@media screen and (min-width: 1px) and (max-width: 1024px)  {

	#wrapper #container.http_error_page .http_error_message h1 {
		font-size: 2.2vw !important;

	}

	#wrapper #container.http_error_page .http_error_message span {
		font-size: 2.4vw !important;

	}

}


@media screen and (min-width: 1025px) {

	#wrapper #container.http_error_page .http_error_message h1 {
		font-size: 24px;

	}

	#wrapper #container.http_error_page .http_error_message span {
		font-size: 30px;
		
	}

}
