.lang-subnav {
    position: relative;
    display: inline-block;
    right: 35px;
    bottom: 10px;
    /* padding-right: 150px; */
    /* margin-left: 5px; */
    /* display: none;     */
    /* visibility: hidden; */
}

#langs {
    visibility: hidden;
}

.lang-subnav ul{    
    border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid #c3c3c3;
    position: absolute;    
}

.lang-subnav li {    
    line-height: 30px;
    width: 80px; 
}

.lang-subnav a {
    /* padding-right: -100px; */
    /* background-color: #ffffff; */
    font-size: 10px;
    /* text-align: center; */
}

.lang-subnav a:hover {
    color: #000000;
}

#langs.lang-subnav .first:hover {
    border-radius: 5px 5px 0px 0px;
    background-color: rgb(255, 255, 255);
    color: #000000 !important;
}

#langs.lang-subnav li:hover a {
    color: #000000 !important;
}

.lang-subnav .lang_list:hover {
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
}

.lang-subnav .last:hover {
    border-radius: 0px 0px 5px 5px;
    background-color: rgb(255, 255, 255);
}

.lang-subnav::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: 60px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #c3c3c3 transparent;  
}