.dropdown {
	color:#fff;
    font-size: 14px;
    outline: medium none;
    position: relative;
    width: 100%;

}

.dropdown > .selected {
    background-color: #0f325b;
    background-image: -moz-linear-gradient(center top , #0f325b, #061526);
    border: 1px solid #8fbaed;
	background-image: url(../img/menu-bg.png);
    border-radius: 0.5em;
    padding: 7px 8px;
    position: relative;
}
.dropdown.focus > .selected, .dropdown:focus > .selected {
    border: 1px solid #8fbaed;
	color:#fff;
    outline: medium none;
	background-image: url(../img/menu-bg.png);
	background-color: #0f325b;
}
.dropdown > .selected:hover, .dropdown > .selected:focus {
    border: 1px solid #8fbaed;
	color:#fff;
    cursor: pointer;
}
.dropdown > .selected i {
    border-left: 1px solid #8fbaed;
    bottom: 0;
	color:#fff;
    line-height: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 40px;
}
.dropdown.open > .selected {
    border-radius: 4px 4px 0 0;
}
.dropdown ul {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-box-sizing: border-box;
    background-color: #0f325b;
    background-image: -moz-linear-gradient(center top , #26558c, #0f325b);
    border-color: -moz-use-text-color #8fbaed #8fbaed;
    border-image: none;
    border-radius: 0 0 4px 4px;
    border-right: 1px solid #8fbaed;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    line-height: 1;
    margin: 0;
    max-height: 300px;
    overflow: auto;
    padding: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 10;
}
.dropdown ul li {
    cursor: pointer;
    display: block;
}
.dropdown ul li.selected {
    background: none repeat scroll 0 0 #0f325b;
}
.dropdown ul li.selected:last-child {
    border-radius: 0 0 4px 4px;
}
.dropdown ul li {
	color:#fff;
    display: block;
    padding: 10px;
    position: relative;
    text-decoration: none;
	
}
.dropdown ul li.hover {
    background-color: #0f325b;
    background-image: -moz-linear-gradient(center top , #26558c, #0f325b);
    color: #FFFFFF;
}
.dropdown ul li .people {
    position: absolute;
    right: 10px;
}


/* @media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  { */	
@media only screen and (max-width : 1024px) {	

}

/* @media only screen and (min-device-width : 320px) and (max-device-width : 480px) { */
@media only screen and (max-width : 480px) {	

}

/* Smartphones (portrait) ----------- */
/*@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {*/
@media only screen and (max-width : 340px) {

.dropdown {
	margin-bottom: 2px;
    width: 100%;

}


}


