/*

*/


.error-404 {
	position: relative;
	margin: 0 auto;
	max-width: 1400px;
	min-height: 800px;
	background: #0070BA;
	background-image: url('/assets/img/site/404.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.error-404:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	background: #0070BA;
	opacity: 0.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";

	background: #0070BA;
	background: transparent;
	background: -webkit-linear-gradient(#0070BA, transparent);
	background: -o-linear-gradient(#0070BA, transparent);
	background: -moz-linear-gradient(#0070BA, transparent);
	background: linear-gradient(#0070BA, transparent);
	overflow: hidden;
}

.error-404-content {
	position: relative;
	z-index: 4;
}

.error-404 h1 {
	margin: 75px 0 0 0;
	text-align: left;
	font-size: 144px;
	line-height: 144px;
	color: #ffffff;
}

.error-404 p {
	text-align: left;
	color: #ffffff;
	font-size: 18px;
	font-family: UniversLTStd-Light;
}

@media (max-width: 767px) {
	.error-404 {
		min-height: 500px;
	}
}

@media (max-width: 640px) {
	.error-404 h1 {
	    margin: 55px 0 0 0;
	    font-size: 100px;
	    line-height: 100px;
	}
}