@CHARSET "UTF-8";
.sbHolder {
    /* border-width: 1px; */
    /* border-color: rgb(218, 218, 218); */
    /* border-style: solid; */
    /* border-radius: 4px; */
    /* background-color: rgb(255, 255, 255); */
    position: relative;
    width: 100%;
    height: 42px;
}

.sbHolder:focus .sbSelector {}

.sbSelector {
    text-transform: uppercase;
    padding: 11px 0 0 0;
    display: inline-block;
    height: auto;
    left: 0;
    outline: none;
    /* overflow: hidden; */
    /* position: absolute; */
    text-indent: 10px;
    /* top:10px; */
    /* width: auto; */
}

.sbSelector:link,
.sbSelector:visited,
.sbSelector:hover {
    color: #d60000;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 3px;
    outline: none;
    text-decoration: none;
}

.sbToggle {
    background: url(../img/layout/drop-downArw.png) center right no-repeat;
    display: inline-block;
    height: 40px;
    outline: none;
    position: absolute;
    right: -22px;
    top: 0;
    width: 38px;
}

/*.sbToggle:hover{
	background: url(../img/select-icons.png) 0 -167px no-repeat;
}*/

/*.sbToggleOpen{
	background: url(../img/select-icons.png) 0 -16px no-repeat;
}
.sbToggleOpen:hover{
	background: url(../img/select-icons.png) 0 -66px no-repeat;
}*/

.sbHolderDisabled {
    background-color: #3C3C3C;
    border: solid 1px #515151;
}

.sbHolderDisabled .sbHolder {}

.sbHolderDisabled .sbToggle {}

.sbOptions {
    list-style: none;
    left: -1px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 30px;
    width: 100%;
    z-index: 1;
    overflow-y: auto;
    margin-top: 20px;
    min-width: 170px;
    background: #f2f2f2;
}

.sbOptions li {}

.sbOptions a {
    /* border-bottom: dotted 1px #515151; */
    display: block;
    /* outline: none; */
    /* padding: 7px 0 7px 3px; */
}

/*.sbOptions a:link, .sbOptions a:visited{
	color: #ddd;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #EBB52D;
}*/

.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: #000000;
    display: block;
    font-weight: bold;
    padding: 7px 0 7px 3px;
}

.sbOptions .sbSub {
    position: relative;
    vertical-align: top;
    text-decoration: none;
    color: #656565;
    padding: 10px 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
    /* padding-left: 17px; */
    text-transform: uppercase;
}

/*Custom CSS*/

.nav-section {
    display: inline-block;
    margin-right: 28px;
}

.sbSub.sbFocus {
    color: #fff;
    background-color: #d60000;
}
.utility-bar {
   background-color: #04b1c5;
   padding: 20px 20px 10px 20px;   
}
.nav-section .sbOptions{
    width: 250px !important;
}