.ai-font-magnifying-glass-c .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: 74% !important;
    vertical-align: bottom;	
}

.ai-font-magnifying-glass-c .bootstrap-select.btn-group .dropdown-toggle {
	/*form appearance should be set here
	no height attribute. set the height by setting the padding*/
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.29);
    height: 40px;
    padding-left: 40px;	
}

.ai-font-magnifying-glass-c .bootstrap-select.btn-group .dropdown-toggle .filter-option {
	/*font size, family, etc. should be set here*/
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 1px;
    font-family: 'Titillium Web', sans-serif;	
}

.ai-font-magnifying-glass-c .dropdown-menu.open{
	max-height: 300px !important;
}
.ai-font-magnifying-glass-c ul.dropdown-menu.inner{
	max-height: 250px !important;
}

.ai-font-magnifying-glass-c .bootstrap-select.btn-group .dropdown-menu{
	min-width: 100% !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*/
    
}

.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 */