@CHARSET "UTF-8";
h1{color:#fff; margin-top:0;}
.sbHolder {
    background-color: transparent;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: 30px;
    position: relative;
    width: 200px;
}

.sbSelector > a {
    color: #df3aa0;
    text-decoration: none;
    font-family: 'Roboto';
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0.00em;
}
.sbSelector{
	display: block;
	height: 60px;
	left: 0;
	line-height: 30px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 100%;
	cursor:pointer;
	color:#fff;
    padding: 14px 20px 0 17px;
    
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #EBB52D;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url(../images/select-bolx.svg) 0 -116px no-repeat;
	display: block;
	height: 30px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
}
.sbSelector:after { 
    font-family: 'FontAwesome';
    content: "\f078";
    color: #df3aa0;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    position: relative;
    top: -4px;
    left: -5px;
}
.sbToggle:hover{
	background: url(../images/select-icons.png) 0 -167px no-repeat;
}
.sbToggleOpen{
	background: url(../images/select-icons.png) 0 -16px no-repeat;
}
.sbToggleOpen:hover{
	background: url(../images/select-icons.png) 0 -66px no-repeat;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}

.sbOptions {
    background-color: #df3aa0;
    list-style: none;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 200px;
    z-index: 1;
    overflow-y: auto;
    top: 60px !important;
}
.sbOptions li{
	padding: 0px 0px;
}

.sbOptions li img{
	display:inline-block;
	float:left;
    padding-top:7px;
    padding-left:3px;
	}
.sbToggleOpen + .sbSelector {
    background-color: #df3aa0;
    
}
.sbToggleOpen + .sbSelector a {
    color: #fff;
}
.sbToggleOpen + .sbSelector:after {
    color: #fff;
}

.sbOptions li a:first-child{padding-left:10px;}

.sbOptions a {
    display: block;
    outline: none;
    padding: 10px 20px 10px 28px !important;
    font-size: 24px;
    font-family: 'Roboto';
}
.sbOptions a:link, .sbOptions a:visited {
    color: #fff;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    font-weight: 300;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #fff;
	background:#ab2076;
}
.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;
}