BODY.translating { opacity:0.1 !important; }

#langSel-cnt { display:block; width:200px; height:30px; background:#FFFFFF; position:fixed; bottom:0px; left:0px; border-radius:5px 5px 0px 0px; box-shadow:0px 0px 5px rgba(0,0,0,0.4); z-index:9999; }
#langSel-cnt:hover { border-radius:0px; }
#langSel-cnt #curLang { display:block; width:100%; text-align:left; padding:0px 5px; box-sizing:border-box; color:#000000; line-height:30px; }
#langSel-cnt #langList { display:block; position:fixed; bottom:30px; left:0px; background:#FFFFFF; max-height:0px; overflow:hidden; width:200px; padding:0px 0px; margin:0px; box-sizing:border-box; z-index:9999; opacity:0; transition:all 0.2s ease-in; }
#langSel-cnt #langList LI { display:block; margin:0px; padding:5px 5px; cursor:pointer; }

#langSel-cnt:hover #langList { max-height:none; opacity:1; }
#langSel-cnt:hover #langList LI:hover { background:#000; color:#FFFFFF; }