.select-holder{
	font-weight: normal;
	height: 30px;
	position: relative;
	font-family: "Kessel_105 W00 Bold", Verdana, Arial, sans-serif;
}
.select-selector{
	display: block;
	height: 30px;
	left: 0;
	line-height: 27px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 100%;
	background-color: #000;
	border: 1px solid #FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.select-selector:link, .select-selector:visited, .select-selector:hover{
	color: #FFF;
	outline: none;
	letter-spacing: 1.5px;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
}
.select-toggle{
	top: 40%;
	right: 5px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #FFFFFF;
	border-width: 8px;
	margin-left: -8px;
	z-index: 1;
}
.select-toggleOpen{
	border-top-color: transparent;
	border-bottom-color: #FFFFFF;
	top: 0;
}
.HolderDisabled{
	background-color: #3C3C3C;
}
.HolderDisabled .select-holder{
	
}
.HolderDisabled .select-toggle{
	
}
.select-options{
	background-color: #FFF;
	margin: 0;
	padding: 5px 10px;
	position: absolute;
	top: 30px;
	width: 100%;
	z-index: 1;
	overflow-y: auto;
	border: 1px solid #FFF;
	border-top: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.select-options li{
	padding: 10px 0;
	border-bottom: 1px solid #CCC;
}
.select-options li:last-child{
	border-bottom: 0;
}
.select-options a{
	display: block;
	outline: none;
}
.select-options a:link, .select-options a:visited{
	color: #9E9E9D;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}
.select-options a:hover,
.select-options a:focus,
.select-options a.select-focus{
	color: #000;
}
.select-options li.last a{
	border-bottom: none;
}
.select-options .select-disabled{
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.select-options .select-group{
	color: #20CDDA;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.select-options .select-sub{
	padding-left: 17px;
}
.select-options li:first-child {
	display: none;
}