@CHARSET "UTF-8";
.sbHolder{
	background-color: #none;
	color:#a5a5a7; font-size:16px; font-family: 'Lato', sans-serif;
	height: 30px;
	position: relative;
	width: 94%;
	padding:10px;
	border:1px solid #959595;
	text-transform:uppercase;
	
	
	
}

.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: 59px;
	left: 0;
	line-height: 40px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 3px;
	width: 100%;
	text-align:left;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #a5a5a7;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	
	display: block;
	height: 51px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	border-left:1px solid #827977;
	background:url(../images/select-icons.png) no-repeat 0px 0px;
}
.sbToggle:hover{
	background:url(../images/select-icons.png) no-repeat 0px -38px;
}
.sbToggleOpen{
	background:url(../images/select-icons.png) no-repeat 0px -78px;
}
.sbToggleOpen:hover{
	background:url(../images/select-icons.png) no-repeat 0px -116px;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color:#463169;
	
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50px !important;
	width: 100%;
	z-index: 1;
	overflow-y: auto;
	text-align:left;
	
	border:1px solid #959595;
	height:110px;
	overflow-x:hidden;
	
}

.sbOptions li{
	padding: 8px 10px;
	margin-bottom:0px !important; 
	
}
.sbOptions a{
	transition: all 0.3s ease-out 0s;-moz-transition: all 0.3s ease-out 0s;-webkit-transition: all 0.3s ease-out 0s;-o-transition: all 0.3s ease-out 0s;
	display: block;
	outline: none;
	width:235px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #ddd;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #fff;
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: dotted 1px #515151;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #515151;
	color: #EBB52D;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}






.time .sbHolder{ width:59px; margin-left:180px;}
.time .sbSelector{ width:35px; top:5px;}
.time .sbOptions a{ width:23px;}
.time .sbOptions{ width:78px;}



.contact-sec .sbToggle{
	background:url(../images/select-icons2.png) no-repeat 0px 0px;
	
}
.contact-sec .sbToggle:hover{
	background:url(../images/select-icons2.png) no-repeat 0px -38px;
}
.contact-sec .sbToggleOpen{
	background:url(../images/select-icons2.png) no-repeat 0px -78px;
}
.contact-sec .sbToggleOpen:hover{
	background:url(../images/select-icons2.png) no-repeat 0px -116px;
}

.contact-sec .sbOptions{ background:#fff; }
.sbOptions a:link, .sbOptions a:visited{ color:#636466;}