
#select-lng .select{
    display: inline-block;
    position: relative;
    z-index: 1000;
    height: 28px;
    cursor: pointer;
}
#select-lng .langwidg{

    height: 28px;
    color: #333;
    text-shadow: 1px 1px #FFF;
    font: 14px/30px Arial, Tahoma, sans-serif;
}
#select-lng .en-flagactive{
    display: inline-block;

    height: 11px;
    background-image: url('../img/usa-flagactive.png');
    background-repeat: no-repeat;

}
#select-lng .active{
    display: inline-block;

    height: 11px;
    background-repeat: no-repeat;
    background-position: 7px 0 !important;
}
#select-lng .en-flag{
    display: inline-block;
    width: 30px;
    height: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-image: url('/img/lng/usa.png');
    background-repeat: no-repeat;
    background-position: 7px -13px ;
}
#select-lng .fr-flag{
    display: inline-block;
    width: 30px;
    height:11px;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-image: url('/img/lng/french.png');
    background-repeat: no-repeat;
    background-position: 7px -13px ;
}
#select-lng .pt-flag{
    display: inline-block;
    width: 30px;
    height:11px;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-image: url('/img/lng/portugal.png');
    background-repeat: no-repeat;
    background-position: 7px -13px ;
}
#select-lng .es-flag{
    display: inline-block;
    width: 30px;
    height:11px;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-image: url('/img/lng/spain.png');
    background-repeat: no-repeat;
    background-position: 7px -13px ;
}
#select-lng .de-flag{
    display: inline-block;
    width: 30px;
    height:11px;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-image: url('/img/lng/German.png');
    background-repeat: no-repeat;
    background-position: 7px -13px ;
}
/*.select .dropdowns ul li .fr-flag:hover{

}*/
#select-lng #flag{
    display: inline-block;
    text-align: right;
    line-height: 11px;
    width: 98px;
    height: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-repeat: no-repeat;
    background-position: 7px 0px;
}
#select-lng .select .dropdowns{
    top: 30px;
    width: 125px;
    margin: 0;
    border: 1px solid #C6CBD0;
    background: #FFF;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    font: 14px/18px Arial, Tahoma, sans-serif;
    position: absolute;
    overflow-y: auto;
    overflow-x: hidden;
    display: none;
    left: 31px;
}
#select-lng .select .dropdowns ul{
    margin: 0px;
    padding: 0px;
    width: 100%;
}
#select-lng .select .dropdowns ul li{
    height: 28px;
    display: block;
    line-height: 28px;
    vertical-align: top;
    width: 100%;
    color:#b8b8b8;
}
#select-lng .select .dropdowns ul li:hover{
    background: #50a1f2;
    cursor: pointer;
    color:#000;
}
/*.select .dropdowns ul li span:hover{
        background-position-y: 0px;
}*/
#select-lng .select .dropdowns ul li .li-text{
    display: inline-block;
    vertical-align: top;
    padding-left: 5px;

}
#select-lng .select .dropdowns ul li:hover span{
    background-position: 7px 0px;
}
