@charset "utf-8";
/* CSS Document */
#langs {
	list-style-type:none;
	height:30px;
	overflow:hidden;
	display:inline-block;
}
#langs li {
	display:inline-block; padding-left:0px; vertical-align:top;
}
#langs li:first-child { /*padding-left:24px; */}
#langs li:first-child:before { /*left:4px;*/ }
#langs li.sel:first-child:after {/* left:8px;*/ }
#langs li:before { content:''; position:absolute; width:16px; height:16px; border-radius:50%; border:2px solid #f37639; left:12px; top:7px; }
#langs li.sel:after { content:''; position:absolute; width:8px; height:8px; border-radius:50%; background:#f37639; left:16px; top:11px; }
#langs li a:after { content:''; position:absolute; width:8px; height:8px; border-radius:50%; background:#797a7c; left:16px; top:11px; opacity:0; }
#langs li a:hover:after { opacity:1; }
#langs li.sel a:after { display:none; }
#langs li a, #langs li span { line-height:30px; text-transform:uppercase; font-size:14px; font-family:"Raleway",Arial, Helvetica, sans-serif; text-decoration:none; color:#939393; height:30px; display:block; padding-left:34px; }
#langs li a:hover { color:#f37639; }
#langs li span:hover { cursor:default; }