/* nice selects */

#holder_hidden { width:100%; background:#404040; height:0px; overflow:visible;  }
.toolbar { border:1px solid #D4D1B6; background:#fcfcfc;   padding:15px 20px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }		 
.toolbar form { margin:0px; }

#area_expertise {margin-left:0px;}
#area_expertise .columns {}



.sb-custom {
  cursor: pointer;
  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}
}


@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 1536px) and (max-device-width: 2048px) and (orientation: landscape) {
    .sparkbox-custom {
	  	display: block !important;
	}
	.sb-select {
		float:none;
	}
	.sb-custom  { width:100%;}
	.sb-custom input { display:none !important}
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 1536px) and (max-device-width: 2048px) and (orientation: portrait) {
   	.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:hover,
.sb-select:focus,
.sb-select.active-select {
  background:   url('../images/website/horizontal-arrow.gif') no-repeat right -32px;
  border: 1px solid #cbc9c2;
}

 
.sb-select {
  text-transform:uppercase;
  background:   url('../images/website/horizontal-arrow.gif') no-repeat right -2px;
  background-color:#fff !important;
  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;
}
 
.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/website/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/website/checked.png) #F05930  0px -27px no-repeat; }

 
