@CHARSET "UTF-8";

@media screen and (max-width:980px) {
	
	li.textResponsive{display:block;}
	li.breakLine{clear:left;}
	li.searchName{width:90%!important;}
	input#searchCharter{width:100%!important;}
	
	 
	#banner div#searcher{
		border:1px solid grey;
		border-radius:10px;
		width:415px;
		background-color: #ffffff;
		left:2%;
		margin:0;
		padding:1em;
		display:block;
		bottom:20px;
	}
		
		#banner #searcher div.centerForm {
		    width: 385px;
		    overflow:hidden;
		}
		
		#searcher .textResponsive{
			color:black;
		}
		
		#searcher ul li{
			margin-right:0.6em;
			margin-bottom:10px;
		}
		#searcher ul li.noMargin{
			margin-right:0;
		}
		
		div#searcher li.liButton{
			float:none;
		}
		
			div#searcher li div.buttonCenter{
				width:160px;
				margin:0 auto;
			}
				div#searcher li div.buttonCenter input{
					width:10em!important;
				}
	#suggestions {
	    top: -185px;
	    width: 21em;
	    margin-left: 4.4%;
	}
}
@media screen and (max-width:840px) {
	#banner div#searcher{bottom:5px;}
	#suggestions {top:-170px;width: 19.5em;margin-left:4.8%}
}


@media screen and (max-width:736px) {
	#banner div#searcher {bottom: -50px;}
	#suggestions {top:-113px;width: 46%;min-width:225px;}
}

@media screen and (max-width:680px) {
	#banner div#searcher{
		width:60%;
		min-width:280px;
	}
	#banner #searcher div.centerForm {
		    width:100%;
		}
		li.searchName{width:92%!important;}
}	

/*@media screen and (max-width:557px) {
	#banner div#searcher {bottom: -100px;}
}*/
@media screen and (max-width:509px) {
	#banner div#searcher {bottom: -100px;}
}
/*@media screen and (max-width:480px) {
	#banner div#searcher {bottom: -150px;}
}*/