.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*/
	
}

.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*/
	
}

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

.home .qs-wrap .qs-long {
    width: 24% !important;
    margin: 0 1px 0 0;
}

/**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*/
    
}

.btn-group.bootstrap-select.qs-long.dropup {
    width: 24%;
}

.bootstrap-select>.dropdown-toggle {
    width: 100%;
    padding-right: 25px;
    z-index: 1;
    padding: 4px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    background-color: #fff;
    background-image: none;
    border: 1px solid #8b0d19;
    background: #8b0d19 url(images/dd-arrow.png) no-repeat;
    background-position: right 9px center;
    -webkit-background-size: 6px;
    -moz-background-size: 6px;
    -o-background-size: 6px;
    background-size: 6px;
	    color: #fff;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 90%;
    white-space: nowrap;
    display: block;
    text-align: left;
    font-size: 12px;
    color: #fff;
}

.btn-group.bootstrap-select.qs-long.dropup {
    width: 24%;
    font-size: 11px;
    text-transform: uppercase;
    border: none;
    padding: 0px 9px;
    height: 30px;
    vertical-align: top;
    letter-spacing: 0.8px;
    margin-right: 1px;
    background: none !important;
	    color: #fff;
}

.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*/
    
}

.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 */