
#home-product-search.form-holder {
	width: 100%;
	max-width: 900px;
	background-color: #000;
	margin-top: 180px; 
	color: #FFF;
	padding: 30px;
	display: block;
	margin: 0 auto;
}

.home-search-sub-header {
	padding-bottom: 50px;
}

.home-search-area {
	padding: 10px 0px 10px 0px;
	display: table;
	width: 100%;
}

.home-search-radio-buttons {
	padding: 0px 30px;
}

.home-search-radio-buttons input {
 	margin: 5px 20px 5px 20px;
}

.home-search-radio-buttons input:first-child {
	margin-left:0px;
}

.home-search-area select.form-control,
.home-search-area input.form-control{
	width: 100%;
}

.home-search-area-heading {
	font-family: 'Roboto';
	font-size: 24px;
	display: inline-block;
	width: 200px;
	text-align: right;
	padding-right: 30px;
	line-height:1.6em;
	display: table-cell;
}

#home-product-search .pricemin{
	margin-bottom: 25px;
}

.search-icon {
	display: inline-block;
	width: 90px;
	height:55px;
	text-align: center;
	font-size: 12px;
	cursor: pointer;
}

.search-icon img {
	width: 100%;
}

#home-product-search .search-submit{
	margin: 0px 30px 0px 75px;
}

.rdosearchitem{
	width: 33%;
	float: left;
	display: block;
	margin-bottom: 25px;
}

.rdosearchitem:nth-child(4){
	clear: left;
}

#chkoptions{
	min-height: 45px;
	margin-left: 200px;

}

#chkoptions1,
#chkoptions2{
	display: none;
}

#chkoptions .home-search-area label{
	padding-right: 15px;
}

#chkoptions .home-search-area label input{
	margin-right: 5px;
}

#home-product-search .btn-default{
	background-color: #00967a;
	border-color: #005142;
	color: #fff;
	border-radius: 0;
}

#home-product-search .btn-default:hover{
	background-color: #00836a;
	border-color: #005142;
	color: #fff;
}

#all-sub-allstock,
#all-sub-motorhomes,
#all-sub-caravans,
#all-sub-campertrailers,
#all-sub-truckscars{
	display: none;
}


@media (max-width: 767px)  {}
@media (min-width: 768px)  {
	#home-product-search .pricemin{
		width: calc(50% - 20px);
		margin-right: 15px;
		margin-bottom: 0;
	}

	#home-product-search .pricemax{
		width: 50%;
		float: right;
	}

	.rdosearchitem{
		width: 20%;
		float: left;
		display: block
	}

	.rdosearchitem:nth-child(4){
		clear: none;
	}
}

@media (min-width: 992px)  {}
@media (min-width: 1200px) {}