.search-form .form-control
{
	color: #6c6953;
	font-size: 14px !important;

}
.search-form .btn-default{
	background-color: #fff;

}
.search-form .form-group {
	padding-top: 20px !important;
	border: 0px solid #000;
}


.bootstrap-select .btn {
	padding: 9px;

}
.bootstrap-select.btn-group .dropdown-menu li a:hover {
	background: #333333 !important;
}
.bootstrap-select.btn-group .dropdown-menu li a:focus {
	background: #333333 !important;
	color: #f8f8ff !important;
}

.search-form label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 4px;
	font-weight: bold;
}
.search-form .open .dropdown-toggle.btn-default {
	background-color: #fff !important;

}

.search-form .btn-default:a{
	font-size: 14px !important;


}
.search-form .btn-default:hover, .search-form .btn-default:focus,.search-form .btn-default:active {
	background-color: #fff !important;
	font-size: 14px !important;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
	font-size: 14px !important;
}
.search-form input[type="text"], input[type="email"], input[type="search"],  input[type="number"], input[type="tel"] {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 3px;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) inset;
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) inset;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) inset;
	-webkit-appearance: none;
	background-color: #fff;

	font-size: 14px;
	outline: none !important;
	padding: 11px 11px 11px 9px;
	width: 100%;
	height: inherit;
	margin-top:0;
	margin-bottom:0;
}
.input-active {
	outline: 0;
	padding:0px 6px;
	background: #ccc !important;
	font-weight: bold;
	color:#666;
}
.btn-search-sel {
	color: #666 !important;
	background-color: #cccccc !important;
	font-size: 14px !important;
	font-weight: bold;

}
.bootstrap-select .btn {

	padding: 11px 11px;
}