@media (min-width: 992px) {
    #langselect {position:relative; top:7px; right:10px; }
}

@media (max-width: 991px) {
    #langselect {position:absolute; top:38px; right:80px; }
}

@media (max-width: 576px) {
    
}

#langselect ul {height:25px !important; list-style-type: none;}
#langselect ul li {float:left; height:25px !important; position: relative;}
#langselect ul li:first-child {/*background:#7dc1c1;*/ margin-right:3px !important;}
#langselect ul li:nth-child(2) {/*background:#10a6b5;*/}
#langselect ul li:nth-child(2):after {margin-right:0px !important;}
#langselect ul li a {height:25px !important; color:#f74b5c !important; font-size:16px !important; padding:0px 5px !important; line-height:25px;}
#langselect ul li a:hover {background:#f74b5c;color:/*#10a6b5*/#fff !important;text-decoration: none;}