.error-slider {
	background: #f2f0f0;
	padding:25px 0;
	border-bottom: solid 1px #dedede;
	text-align: center;
}
.page-not-found { text-align: center;
	margin:15px auto;
	font-size:14px;
	line-height:18px;
 
}
.page-not-found h3 {
	color: #373636;
	
	font-size:27px;
	margin: 10px 0 25px;
}
.page-not-found h5 {
	color: #373636;
	
	font-size:18px;
	margin:15px 0 0 0;
}
.page-not-found h3 {
	color: #373636;
	
	font-size:21px;
	margin: 10px 0 25px;
	padding:0px;
}
.page-not-found h3.other-things b {
	color: #373636;
	
	font-weight:normal;
	margin:0px 0;
	font-size:18px;
}

#goog-fixurl{ margin:0 auto; text-align:center;}
.page-not-found .search-goog {
	font-size:14px;
	color:#535353;
}
.page-not-found .search-goog form { text-align:center; margin:10px auto;
	border:solid 1px #999999;
	-o-border-radius:2px;
	-icab-border-radius:2px;
	-khtml-border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	padding:8px;
 
	width:516px;
	 display: table;
}
.page-not-found .search-goog form input[type='text'] {  
	width:343px;
	height:39px;
	border:none;
	background:none;
	color:#777777;
	font-size:13px;
	line-height:38px;
	padding:0 10px;
}
.page-not-found .search-goog form input[type='submit'] {
	background: #237fd7; /*Fallback*/
	background: -webkit-gradient( linear, left top, left bottom, color-stop(.2, #52a8e8), color-stop(1, #2e76cf) );
	background: -moz-linear-gradient( center top, #52a8e8 20%, #2e76cf 100% );
	/*Box shadow*/
  -webkit-box-shadow: inset 0 1px 0 hsla(0, 100%, 100%, .3) /*Top*/, inset 0 0 2px hsla(0, 100%, 100%, .3) /*Shine*/, 0 1px 2px hsla(0, 0%, 0%, .29) /*Shadow*/;
	-moz-box-shadow: inset 0 1px 0 hsla(0, 100%, 100%, .3) /*Top*/, inset 0 0 2px hsla(0, 100%, 100%, .3) /*Shine*/, 0 1px 2px hsla(0, 0%, 0%, .29) /*Shadow*/;
	box-shadow: inset 0 1px 0 hsla(0, 100%, 100%, .3) /*Top*/, inset 0 0 2px hsla(0, 100%, 100%, .3) /*Shine*/, 0 1px 2px hsla(0, 0%, 0%, .29) /*Shadow*/;
	border: 1px solid #4081af;
	border-bottom-color: #20559a;
	padding: 4px 12px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff !important;
	display: inline-block;
	font-size:14px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	margin-bottom:6px;
	line-height:1.5;
	padding: 8px 10px;
	float:right;
}
.sidebar_info {
	 margin:0 auto;
	 text-align:center;
	 display:block;

}
.sidebar_info li {
	color: #969696;

	font-size: 14px;
	margin:15px 010px;
	display:inline-block;
	padding: 0 0 0 30px;
}
.sidebar_info li a {
	color: #20559a;
	text-decoration: none;
}
.sidebar_info li a:hover {
	border-bottom: 0 none;
}
.c_phone {
	background:url("../../img2/c_phone.jpg") no-repeat 2px 0px;
}
.c_link {
	background: url("../../img2/c_link.png") no-repeat 2px 0px;
}
.c_mail {
	background: url("../../img2/c_mail.jpg") no-repeat 2px 0px;
}
 @media screen and (max-width: 800px) {
 .error-slider img {
width:100%;
height:auto;
}
 .page-not-found {
 margin-left:0px;
 background: none;
 min-height:400px;
}
 .page-not-found .search-goog form {
border:none;
width:100%;
display:block;
margin:0 auto;
padding:0px;
}
.page-not-found .search-goog form input[type='text'] {
float:none;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display:block;
width:100%;
border:solid 1px #999999;
 -o-border-radius:2px;
 -icab-border-radius:2px;
 -khtml-border-radius:2px;
 -moz-border-radius:2px;
 -webkit-border-radius:2px;
 border-radius:2px;
 margin:10px auto;
}
.page-not-found .search-goog form input[type='submit'] {
float: none;
width:100%;
display:block;
margin:10px auto;
}
}
@media only screen and (min-width : 801px) and (max-width : 1024px) {
}
