.error-404 {
	padding: 0 0 50px;
	text-align: center;
	background: #c8b16e;
}
.err-line {
	color: #fff;
	font-size: 40px;
	position: relative;
	font-family: 'UTM-AvoBold';
	max-width: 440px;
	margin: auto;
	display: none;
	border-bottom: 2px solid #755906;
}
.err-line span {
	top: 11px;
	padding: 0 5px;
	position: relative;
	background: #c8b16e;
	}

.err-number {
	color: #fbd461;
	font-size: 100px;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #705400;
	font-family: 'UTM-AvoBold';
}

.err-title {
	color: #6e4217;
	font-size: 40px;
	font-weight: 700;
	text-transform: capitalize;
}

.err-txt {
	font-size: 18px;
	max-width: 620px;
	margin: auto;
	color: #6e4217;
	margin-bottom: 10px;
}

.err-search {
	margin: auto;
	max-width: 620px;
}