/* CSS Document */
.search_content {float:right; margin-top:10px; margin-right:0px; }
.search_content div {float:left; margin-left:2px;}

.search_content a.submit_button_1 {
	display:block; 
	height:20px; 
	width:10px;
	text-decoration: none;
	}
.search_content a.submit_button_1:link, .search_container a.submit_button_1:visited, .search_container a.submit_button_1:active {background:url(/images/submit_button_1.gif) no-repeat;}
.search_content a.submit_button_1:hover {background:url(/images/submit_button_1_over.gif) no-repeat;}

.search_resp{
	position:absolute;
	right:-170px;
	width:170px;
}

.search_resp input{
	width:170px;
	padding:6px 15px;
	font-size:18px;
	font-family:'Roboto', sans-serif;
	border:1px solid #e3e5e8;
}

.search_content .search_input{
	position:fixed;
	top:0px;
	width:0px;
	right:0px;
	overflow:hidden;
	width:0px;
	background-color:#fff;	
	padding:21px 0px;
	height:90px;
	width:100%;
	display:none;
	z-index:999;
}

.hovering_menu .search_content .search_input{
	height:50px;
}

.search_content .search_input input{
	border:none;
	background-color:#fff;
	color:#B8B8B8;
	font-size:24px;
	font-family:"Jost",sans-serif;
	font-weight:400;
	box-shadow:0px 0px 10px rgba(0,0,0,0.2);
	height:50px;
	width:70%;
	border-radius:17px;
	padding:0px 20px;
}