/* nice selects */

#holder_hidden {
    width: 100%;
    height: 0px;
    overflow: visible;
}



.toolbar form {
    margin: 0px;
}

.toolbar #reset {margin-left:10px;}

#area_expertise {
    margin-left: 0px;
}

#area_expertise .columns {;
}

.sb-custom {
    cursor: pointer;
    font-size: 18px !important;
    float: left;
    margin-right: 3px;
}

.sparkbox-custom {
    display: none;
    margin-right: 20px;
}

.sparkbox-custom:last-child {
    margin-right: 0px;
}

@media only screen and (max-width: 1024px) {
    .sparkbox-custom {
        display: block !important;
    }

    .sb-select {
        float: none;
    }

    .sb-custom {
        width: 100%;
    }

    .sb-custom input {
        display: none !important;
    }
}


.no-js .sparkbox-custom {
    display: block;
    text-transform: uppercase;
}
.sb-select {
	background:#fff url('../images/dropdown-x1.png') no-repeat right -2px !important;
	background-size:25px 60px !important;
}

@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
	.sb-select {  
		background-image: url('../images/dropdown-x1.5.png')  !important; 
	}
}

@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
	.sb-select {  
		background-image: url('../images/dropdown-x2.png')  !important; 
	}
}


.sb-select:hover,
.sb-select:focus,
.sb-select.active-select {
    background-position: right -32px !important;
    border: 1px solid #cbc9c2;
}

.sb-select {
    text-transform: uppercase;  
    border: 1px solid #cbc9c2;
    color: #444;
    left: 0;
    height: 25px;
    padding: 0px 30px 0px 10px;
    margin-right: 10px;
    position: relative;
    text-decoration: none;
    top: 0;
    z-index: 1;
}

.lt9 .sb-select { line-height:25px;}
.lt8 .sb-custom {  font-size:0;padding:0;margin:0;margin-right:2px;}
.lt9 .sb-dropdown  h5 {font-family:'proxima-nova-n6' !important; padding-right:10px;}
.lt9 .sb-dropdown ul li,
.lt9 .sb-dropdown ul li a {font-size:11px !important; }
.lt9 .sb-custom select { display:none;}

.sb-dropdown a ,
.sb-dropdown,
.sb-select li,
input.sb-select {
    font-size: 12px;
}

 

.sb-dropdown {
    background: #fafaf6;
    display: none;
    border: 1px solid #cdccc8;
    left: 0px;
    list-style: none;
    margin: 0;
    margin-bottom: -1px;
    padding: 0px;
    position: relative;
    top: -48px;
    z-index: 2;
}

.sb-dropdown li {
    margin: 0px;
}

.sb-select li {
    text-transform: uppercase;
}

.sb-dropdown a {
    color: #444 !important;
    display: block;
    padding: 3px 0px 3px 20px;
    text-decoration: none;
    text-transform: uppercase;
}

div.sb-dropdown a {
    padding: 3px 0px 3px 20px;
}

.sb-dropdown .selected a {;
}

.sb-dropdown li {
    white-space: nowrap;
    text-transform: uppercase;
}

.sb-dropdown li.selected a {
    background: url(../images/checked.png)   0px 0px no-repeat;
}

.sb-dropdown li:hover a {
    color: #FFF !important;
    background-color: #F05930;
}

.sb-dropdown li.selected:hover a {
    color: #FFF;
    background: url(../images/checked.png) #F05930  0px -27px no-repeat;
}

 
