
.trans {
    padding-top: 13px;
    position: absolute;
    margin-left: -146px;
}
.translator
{
    position: absolute;
    margin-left: -301px;
    margin-top: -28px;
}
.trans .fa {
    color: #000;
    float: left;
    padding-right: 12px;
    font-size: 23px;
}
.trans ul {
    width: 7em;
    line-height: 2em;
    float: left;
    font-size: 12px;
    margin-top: -5px;
    margin-left: 5px;
    z-index: 9;
    background-color: #404040;
    position: relative;
    border: none;

   
}
.trans li {
    display: list-item;
    height: 3.4em;
    border-top-width: 0;
    text-indent: 1em;
    color: #ffffff;
    padding: 0;
    margin: 0;
    padding-top: 4px;
    padding-left:6px;
    padding-right:17px;
}
.topbar-home1 .tb-social-lan ul:hover {
    cursor: pointer;
}
.trans li:hover
{
    background-color: #793954;
    color: #fff;
}
.trans li:first-child {
    border-top-width: 1px;
}

.trans li.unselected {
    display: none;

}
.trans ul#selectUl:hover li.unselected {

}
.trans ul#selectUl:hover li,
.trans ul#selectUl:hover li.unselected {
    display: list-item;
}
.trans ul#selectUl:hover li {

}
.trans ul#selectUl li:hover,
.trans ul#selectUl li.unselected:hover {
    border-bottom: 1px solid #793954;
}
@media (min-width: 768px){
    .trans .fa{
        color:#fff;
    }
}
