@font-face {
    font-family: "FontAwesome";
    src: url("../../App_Themes/fonts/fontawesome-webfont.woff");
}

body {
	font-family: Open Sans, Arial, Verdana, Helvetica, sans-serif;
	letter-spacing: 1px;
}

#main {
	width: 1010px;
    position: absolute;
    height: 500px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
	box-sizing: border-box;
}

#error_page .error-image {
	position: relative;
	width: 430px;
	height: 460px;
	float: left;
	box-sizing: border-box;
	
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
}

#error_page .error-image .error-image-container {
	position: absolute;
	top: 0; right: 0; bottom: 30px; left: 0;
	margin: auto;
	width: 230px;
	height: 240px;
	text-align: center;
}

#error_page .error-image  .error-image-container img {
	
}

#error_page .error-image  .error-image-container .error-number {
    text-align: center;
	display: block;
}

#error_page .error-image  .error-image-container .error-number span:first-child {
	color: #f60901;
	font-weight: bold;
	font-size: 25px;
	padding-right: 10px;
}

#error_page .error-image  .error-image-container .error-number span:last-child {
	font-weight: bold;
	font-size: 35px;
}

#error_page .error-container {
	width: 550px;
	height: 460px;
	float: right;
	box-sizing: border-box;
	padding: 50px;
	
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
}

#error_page .error-with-form .error-header {
	margin-top: 30px !important; 
}


#error_page .error-container #logo {
	text-align: center;
}

#error_page .error-container .error-header {
	text-transform: uppercase;
	font-size: 19px;
	margin-top: 110px;
	margin-bottom: 30px;
}

#error_page .error-container .error-header span:first-child{
	color: #e4a11f;
}

#error_page .error-container .error-header span:last-child{
	
}

#error_page .error-container .homepage-link {
	display: block;
	background-color: #e4a11f;
	color: #fff;
	padding-left: 10px;
	text-decoration: none;
	text-transform: uppercase;
	height: 38px;
	line-height: 40px;
	position: relative;
}

#error_page .error-container .homepage-link:after {
	font-family: FontAwesome;
	content: '\f105';
	font-size: 30px;
    float: right;
    padding-right: 20px;
	font-weight: bold;
	position: absolute;
    right: 0px;
    bottom: 2px;
    height: 38px;
}

#error_page .error-container .error-form {
	margin-top: 40px;
}

#error_page .error-container .error-form .message-error span{
	color: #008bc8;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}

#error_page .error-container .error-form .message-input {
	position: relative;
}

#error_page .error-container .error-form .message-input input {
	width: 340px;
	height: 38px;
	border: 1px solid gray;
	font-size: 16px;
	padding: 0 0 0 5px;
	float: left;
	box-sizing: border-box;
}

#error_page .error-container .error-form .message-input span {
	color: #f00;
    display: block;
    position: absolute;
    top: 45px; left: 0;
}

#error_page .error-container .error-form .message-submit input {
	width: 85px;
	height: 40px;
	float: right;
	background-color: #d92719;
	color: #fff;
	border: none;
	outline: none;
	cursor: pointer;
}

@media (max-width: 1024px) {
	#main {
		width: 500px;
		height: 825px;
	}
	
	#error_page .error-image {
		width: 400px;
		height: 300px;
		margin-bottom: 20px;
	}
	
	#error_page .error-container {
		width: 400px;
		height: 320px;
	}
	
	#error_page .error-container .error-header {
		margin-top: 30px;
	}
	
	#error_page .error-with-form {
		height: 470px;
	}
	
	#error_page .error-with-form  .error-form .message-input input {
		width: 100%;
		margin-bottom: 10px;
	}
	
	#error_page .error-with-form .error-form .message-submit input {
		width: 100%;
	}
}


.clear {
	clear: both;
}