.hp-quick-search .bootstrap-select.btn-group {
	/*select width, display and position are set here and set to !important
	no height attribute. padding in .hp-quick-search .bootstrap-select.btn-group .dropdown-toggle sets the height*/
	width: 100%;
}

.hp-quick-search .bootstrap-select.btn-group .dropdown-toggle {
	/*form appearance should be set here
	no height attribute. set the height by setting the padding*/


    height: 38px;
    border: 1px solid rgba(255,255,255,.2);
    background: transparent;
    font: 400 11px/1 'Montserrat', Sans-serif;
    text-transform: uppercase;
    color: #fff;
	
}

.hp-quick-search .bootstrap-select.btn-group .dropdown-toggle .filter-option {
	/*font size, family, etc. should be set here*/
	
}

.hp-quick-search input.form-control{
	border-color: #847d7d!important;
	color: #4c4a4a!important;
}

/**INNER PAGES**/
.ip-quick-search .bootstrap-select.btn-group {
    /*select width, display and position are set here and set to !important
    no height attribute. padding in .hp-quick-search .bootstrap-select.btn-group .dropdown-toggle sets the height*/
    width: 100%;
}

.ip-quick-search .bootstrap-select.btn-group .dropdown-toggle {
    /*form appearance should be set here
    no height attribute. set the height by setting the padding*/
    height: 38px;
    border: 1px solid rgba(255,255,255,.2);
    background: transparent;
    font: 400 11px/1 'Montserrat', Sans-serif;
    text-transform: uppercase;
    color: #fff;
    
}

.ip-quick-search input.form-control{
	border-color: #847d7d!important;
	color: #4c4a4a!important;
}

.ip-quick-search .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    /*font size, family, etc. should be set here*/    
}

.ip-quick-search  .bootstrap-select.btn-group .dropdown-menu {
    
}

/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in custom-qs-media.css */