.search-model-button .et_pb_button.update-btn {
    width: 220px;padding: 0.5em 0.5em !important;
}
.search-model-button .et_pb_button.update-btn:hover {
   width: 220px;padding: 0.5em 0.5em !important;
}
.search-model-button .reset-btn-modal{width: 120px;padding: 0.5em 0.5em !important;}
.search-model-button .reset-btn-modal:hover{width: 120px;padding: 0.5em 0.5em !important;}
.search-no-results .mod_search.et_pb_button.modify-search-btn{width:300px;}

.mod_search.et_pb_contact_submit.et_pb_button.modify-search-btn{width: 250px;}
.b3-form-property_status .btn.dropdown-toggle.bs-placeholder.btn-default span.filter-option{ 
	width:92%;
	white-space: nowrap ;
	overflow: hidden ;
	text-overflow: ellipsis ;    /** IE6+, Firefox 7+, Opera 11+, Chrome, Safari **/
	-o-text-overflow: ellipsis;  /** Opera 9 & 10 **/
}
.b3-form-property_status .btn.dropdown-toggle.bs-placeholder.btn-default span.filter-option:after{
  content:'...';
} 
@media only screen and (max-width: 850px) {
	.b3-form-property_status .btn.dropdown-toggle.bs-placeholder.btn-default span.filter-option:after{
	  content:'';
	} 
}
@media only screen and (max-width: 600px) {
	.mod_search.et_pb_contact_submit.et_pb_button.modify-search-btn{width: 100%;margin:0px;}
}
@media only screen and (max-width: 400px) {
	.search-model-button .et_pb_button.update-btn,.search-model-button .et_pb_button.update-btn:hover {width: 100%;padding: 0.6em 0.6em !important;}
    .search-model-button .reset-btn-modal,.search-model-button .reset-btn-modal:hover {width: 100%;}

}