#notfound {
	position: relative;
	height: 50vh
}
#notfound .notfound {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.notfound {
	max-width: 520px;
	width: 100%;
	line-height: 1.4;
	text-align: center
}
.notfound .notfound-404 {
	position: relative;
	height: 240px
}
.notfound .notfound-404 h5 {
	font-family: Montserrat, sans-serif;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 252px !important;
	font-weight: 900;
	margin: 0;
	color: #262626;
	text-transform: uppercase;
	letter-spacing: -40px;
	margin-left: -20px
}
.notfound .notfound-404 h5>span {
	text-shadow: -8px 0 0 #fff
}
