#Content > div{
	padding: 90px 0;
	position: relative;
	text-align: center;
}	

#Content img{
	max-width: 100%;
}

.error_text_wrapper{
	color: var(--white1);
	position: absolute;
	left: 0;
	bottom: 24%;
	width: 100%;
}	

.error_text_wrapper > div{
	margin: auto;
	max-width: 650px;
	text-align: center;
}

.error_text_wrapper .font_H7{
	padding: 40px 0 60px 0;
}

.error_search_box_input_wrapper{
	background-color: white;
	width: 400px;
	height: 50px;
    line-height: 50px;
    padding: 3px;
    vertical-align: middle;
    display: inline-block;
    box-sizing: border-box;
    border-color: #aaa;
    border-style: solid;
    border-width: 1px 0px 1px 1px;
	border-radius: 4px 0 0 4px;
}

.error_search_box_input{
	padding: 8px 2px 0px 2px;
	font-size: 25px;
	box-sizing: border-box;
    width: 98%;
    border: none;
    margin: 0 1%;
    vertical-align: top;
}

.error_search_box_input:focus{
	border-bottom: 	2px #6495ed solid;
	outline:		none;
}

.error_search_box_icon {
	display: inline-block;
    background-color: white;
    border-color: #aaa;
	height: 50px;
    line-height: 50px;
	padding: 0 12px 0 12px;
	border-style: solid;
    border-width: 1px 1px 1px 0;
	border-radius: 0 4px 4px 0;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
	margin-left: -1px;
}

.error_search_box_icon img, .error_search_box_icon input{
	padding: 10px 0;
	height: 30px;
}	

@media (max-width: 1750px){
	#Content > div{
		padding: 5%;
	}	
}	

@media (max-width: 1500px){	
	#Content > div{
		padding: 50px;
	}

	.error_text_wrapper{
		bottom: 22%;
	}
}

@media (max-width: 1300px){	
	#Content > div{
		padding: 30px;
	}

	.error_text_wrapper{
		bottom: 20%;
	}
}

@media (max-width: 1100px){	
	.error_text_wrapper{
		bottom: 16%;
	}
}

@media (max-width: 1000px){	
	.error_text_wrapper{
		bottom: 18%;
	}
	
	.error_text_wrapper > div{
		max-width: 580px;
	}
	
	.error_text_wrapper .font_H7{
		padding: 40px 0 30px 0;
	}

	.error_search_box_input_wrapper, .error_search_box_icon{
		height: 40px;
		line-height: 40px;
	}
	
	.error_search_box_input{
		font-size: 1.3em;
		padding: 5px 2px 0px 2px;
	}
	
	.error_search_box_icon img, .error_search_box_icon input{
		padding: 6px 0;
		height: 26px;
	}
}

@media (max-width: 900px){
	.error_text_wrapper .font_H7{
		padding: 30px 0 30px 0;
	}
}

@media (max-width: 800px){
	.error_text_wrapper{
		bottom: 16%;
	}
}

@media (max-width: 767px){	
	.error_text_wrapper{
		bottom: 25%;
	}
	
	.error_text_wrapper > div{
		max-width: 480px;
	}
	
	.error_text_wrapper .font_H7{
		padding: 40px 0 40px 0;
	}
	
	.error_search_box_input_wrapper{
		width: 350px;
	}	
}

@media (max-width: 700px){
	.error_text_wrapper{
		bottom: 22%;
	}
}

@media (max-width: 600px){
	#Content > div{
		padding: 3%;
	}
	
	.error_text_wrapper{
		bottom: 23%;
	}
	
	.error_text_wrapper > div{
		max-width: 420px;
	}
	
	.error_text_wrapper .font_H7{
		padding: 30px 0 30px 0;
	}
	
	.error_search_box_input_wrapper{
		width: 320px;
	}	
}

@media (max-width: 550px){
	.error_text_wrapper{
		bottom: 20%;
	}	
}

@media (max-width: 500px){
	.error_text_wrapper{
		bottom: 16%;
	}	
	
	.error_text_wrapper > div{
		max-width: 370px;
	}
	
	.error_search_box_input_wrapper{
		width: 300px;
	}	
}

@media (max-width: 450px){
	.error_text_wrapper{
		bottom: 20%;
	}
	
	.error_text_wrapper > div{
		max-width: 300px;
	}
	
	.error_search_box_input_wrapper{
		max-width: 240px;
	}
	
	.error_search_box_input{
		font-size: 1.1em;
		padding: 7px 2px 0px 2px;
	}
}

@media (max-width: 450px){
	.error_text_wrapper{
		bottom: 16%;
	}
}
	
@media (max-width: 370px){	
	.error_text_wrapper{
		bottom: 11%;
	}
	
	.error_text_wrapper > div{
		max-width: 280px;
	}
	
	.error_text_wrapper .font_H7{
		padding: 20px 0 20px 0;
	}
	
	.error_search_box_input_wrapper{
		width: 220px;
	}	
}