
/*** 

====================================================================
				Error Page Section
====================================================================

***/

.error-section{
	position: relative;
	padding: 150px 0 180px;
	text-align: center;
}

.error-section figure{
	position: relative;
	margin-bottom: 30px;
}

.error-section figure img{
	max-width: 100%;
	height: auto;
	display: inline-block;
}

.error-section h2{
	position: relative;
	display: block;
	font-size: 35px;
	color: #3c4858;
	font-weight: 700;
	line-height: 1.2em;
	margin-bottom: 35px;
}

.error-section p{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #888888;
	margin-bottom: 35px;
}

.error-section a{
	position: relative;
	display: inline-block;
}