/************************************************************************************
smaller than 980
*************************************************************************************/
@media screen and (max-width: 1200px) {
	.no_space{
		width: 100% !important;
	}
}
@media screen and (max-width: 767px) {
	#header-search{
		float: none !important;
		width: 89% !important;
	}
	#header-search{
		margin: auto !important;
		margin-top: 22px !important;
	}
	.contact_container .contact_left{
		width: 100% !important;
		float: none !important;
	}
	.contact_container .contact_right{
		width: 100% !important;
		float: none !important;
	}
}
@media screen and (max-width: 480px) {
	#tabs .contact_left, #tabs .contact_right{
		width: 100% !important;
		float: none !important;
	}
}
@media screen and (max-width: 340px) {
	#searchform #s{
		width: 50% !important;
	}
}