@media(max-width: 1170px){
	.search p{
		float: right !important;
	}
	.search form{
		/*width: 50% !important;*/
		margin-right: 10px;
	}
	.main-content .tenderer .wrapper .tabs-ctn table tr td,
	.main-content .tenderer .wrapper .tabs-ctn table tr th{
		width: auto !important;
	}
	.main-content .tenderer .wrapper .tabs-ctn table tr td:last-of-type{
		width: 125px !important;
	}
}
@media(max-width: 840px){
	.search p{
		padding-left: 0;
		background: none;
	}
}

@media(max-width: 720px){
	.search{
		padding: 10px 0;
	}
	.search p{
		float: none !important;
		text-align: center;
		margin-top: 10px;
		padding-left: 0;
		background: none;
	}
	.search form{
		float: none !important;
		width: 100% !important;
		margin-right: 00px;
	}
}
@media(max-width: 420px){
	.search form input[type='submit']{
		width: 40px;
		padding: 0;
		background-position: inherit;
		color: transparent;
	}

}
@media(max-width: 420px){
	.search p{
		font-size: 5vw;
	}
}


/*# sourceMappingURL=home.css.map */
