@CHARSET "UTF-8";

@media screen and (max-width:1100px) {

div#searcher{
		display:none;
	}
}
@media screen and (max-width:478px) {
	#suggestions {
	    top:67px!important;
	}
}