

.error-page {
	font: 16px/1.5 Verdana;
	background-color: #fff;
	color: #262626;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

.error-page a { 
	color: #019ee0;
	transition: all 0.125s ease-in-out 0s;
	-moz-transition: all 0.125s ease-in-out 0s;
	-webkit-transition: all 0.125s ease-in-out 0s;
	-o-transition: all 0.125s ease-in-out 0s;
	-ms-transition: all 0.125s ease-in-out 0s;
}

a:hover {
	color: #028cc7;
}

a, a:hover, a:active, a:focus {
    outline: 0;
    border: 0;
    text-decoration: none;
}

.error-page {
	margin: 50px 0;
}

.error-page-logo {	
	height: 70px;
}

.error-page-logo img {
	width: 250px;
	height: 70px;
}

.error-page-search {
	padding-top: 15px;
	text-align: right;
}

.error-page-search input[type=text] {
	border-top: 1px solid #adadad;
	border-bottom: 1px solid #adadad;
	border-left: 1px solid #adadad;
	border-right: 0;
    width: 210px;
    background-color: #fff;
    padding: 0 10px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
	vertical-align: bottom;
	font-size: .875em;
}

.error-page-search input[type=text]:focus {
    outline: 0;
	border-top: 1px solid #66afe9;
	border-bottom: 1px solid #66afe9;
	border-left: 1px solid #66afe9;
	border-right: 0;
}

.error-page-search button {
    display: inline-block;
    width: 40px;
	height: 40px;
	line-height: 40px;
    background-color: #fbb901;
    color: #fff;
	border: 0;
	text-align: center;
    transition: background-color 0.125s ease-in-out 0s;
    -moz-transition: background-color 0.125s ease-in-out 0s;
    -webkit-transition: background-color 0.125s ease-in-out 0s;
    -o-transition: background-color 0.125s ease-in-out 0s;
    -ms-transition: background-color 0.125s ease-in-out 0s;
}

.error-page-search button:hover {
	background-color: #fabf1b;
}


.error-page-search button i {
    font-size: 1.25em;
}

.error-page-content {
	border-bottom: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;
	margin: 25px 0;
	padding: 75px 0;
	text-align: center;
}

.error-page-code {
	background-color: #ffeeee;
    color: #ff5252;
    border: 1px solid #ffcccc;
	display: inline-block;
	padding: 40px;
	margin: 0 auto;
}

.error-page-code i {
	margin-right: 10px;
	font-size: 1.25em;
	vertical-align: -1px;
}

.error-page-text,
.error-page-redirect {
	margin: 25px 0 0;
	font-size: .875em;
}

.error-page-redirect a i {
	margin-right: 5px;
	font-size: .875em;
}

.error-page-footer ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
    display: inline-block;
}

.error-page-footer li {
	display: inline-block;
	font-size: .875em;	
}

.error-page-footer-l li {
	margin-right: 15px;
}

.error-page-footer-l li:last-child {
	margin-right: 0;
}

.error-page-footer-r {
	text-align: right;
}

.error-page-footer-r li {
	margin-left: 15px;
}

.error-page-footer-r li:first-child {
	margin-left: 0;
}

@media only screen and (max-width : 991px) {
	
	.error-page-logo,
	.error-page-search {
		text-align: center;
	}
	
	.error-page-search {
		padding-top: 30px;
	}
	
	.error-page-footer {
		text-align: center;
	}
	
	.error-page-search input[type=text] {
		width: 350px;
	}
	
}

@media only screen and (max-width : 500px) {
	
	.error-page-search input[type=text],
	.error-page-search button {
		width: 100%;
	}
	
	.error-page-search input[type=text] {
		border-top: 1px solid #adadad;
		border-bottom: 0;
		border-left: 1px solid #adadad;
		border-right: 1px solid #adadad;
	}

	.error-page-search input[type=text]:focus {
		border-top: 1px solid #66afe9;
		border-bottom: 0;
		border-left: 1px solid #66afe9;
		border-right: 1px solid #66afe9;
	}
	
}







