/******************
bmh-404 - v1.0.0
******************/

.bmh-404 {
	padding: 60px 20px;
}

.bmh-404 .bmh404-wrapper {
	max-width: 980px;
	margin: 0 auto;
}

.bmh-404 .bmh404-title {
	font-family: "DINWebPro-CondMedium", Arial, Helvetica, Verdana, sans-serif;
	font-size: 32px;
	text-align: center;
	padding: 0;
	margin: 0 0 20px;
}

@media ( min-width: 640px ) {
	.bmh-404 .bmh404-title {
		font-size: 48px;
	}
}

.bmh-404 .bmh404-subtitle {
	font-family: "DINWebPro-CondMedium", Arial, Helvetica, Verdana, sans-serif;
	font-size: 24px;
	text-align: center;
	padding: 0;
	margin: 0 0 10px;
}

@media ( min-width: 640px ) {
	.bmh-404 .bmh404-subtitle {
		font-size: 32px;
	}
}

.bmh-404 .bmh404-list {
	list-style-type: none;
	margin: 0 auto 20px;
	padding: 0;
}

.bmh-404 .bmh404-list li {
	display: block;
	margin-bottom: 10px;
	text-align: center;
}

.bmh-404 .bmh404-list li a {
	color: #5d5d5d;
	display: inline-block;
	position: relative;
}

body:not( .mobile ) .bmh-404 .bmh404-list li a:hover {
	text-decoration: none;
}

.bmh-404 .bmh404-list li a::before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 100%;
	right: 10px;
	height: 2px;
	background: #ab2328;
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

body:not( .mobile ) .bmh-404 .bmh404-list li a:hover::before {
	opacity: 1;
}

.bmh-404 .bmh404-list li a::after {
	display: inline-block;
	font-family: "icomoon";
	content: "<";
	margin: 0 0 0 5px;
	font-size: 9px;
	-webkit-transition: margin 0.2s ease-in-out, color 0.2s ease-in-out, font-size 0.2s ease-in-out;
	-moz-transition: margin 0.2s ease-in-out, color 0.2s ease-in-out, font-size 0.2s ease-in-out;
	transition: margin 0.2s ease-in-out, color 0.2s ease-in-out, font-size 0.2s ease-in-out;
}

body:not( .mobile ) .bmh-404 .bmh404-list li a:hover::after {
	margin: 0 -3px 0 8px;
	color: #ab2328;
}

.bmh-404 .bmh404-searchform {
	margin: 0 auto 30px;
	width: 100%;
	max-width: 260px;
	position: relative;
}

.bmh-404 .bmh404-simplesearch-input {
	display: block;
	position: relative;
	margin: 0 auto;
	text-transform: uppercase;
	font-family: "DINWebPro-CondMedium", Arial, Helvetica, Verdana, sans-serif;
	font-size: 18px;
	line-height: 2em;
	background: #fff;
	height: 40px;
	width: 100%;
	border: 2px solid #40403a;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.bmh-404 .bmh404-simplesearch-input:focus {
	outline: none;
	border: 2px solid #40403a;
}

.bmh-404 .bmh404-simplesearch-btn {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 40px;
	background: transparent;
	border: 0;
	outline: none;
	text-indent: -9999px;
}

.bmh-404 .bmh404-simplesearch-btn::after {
	font-family: "icomoon";
	content: "\25";
	display: block;
	position: absolute;
	top: 12px;
	right: 5px;
	text-indent: 0;
	font-size: 20px;
	color: #40403a;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

body.mobile .bmh-404 .bmh404-simplesearch-btn::after {
	top: 8px;
}

body:not( .mobile ) .bmh-404 .bmh404-simplesearch-btn:hover::after {
	color: #ab2328;
}
