.language-bar{
	position:absolute;
	top:0;
	right:0;
	height:35px;
	padding:10px 100px 10px 20px;
	background:#025AA5;
	z-index:2;
}

.language-bar::before{
	content: "";
	background:#025AA5;
	width:50px;
	height:50px;
	position:absolute;
    -webkit-transform: rotate(45deg);    
	-moz-transform: rotate(45deg);    
	-ms-transform: rotate(45deg);    
	-o-transform: rotate(45deg);
	top:0;
	left:0;
	margin-top:-26px;
	margin-left:-25px;
	z-index:1;
}

.language-bar .language-bar-inner{
	position:absolute;
	z-index:3;
}

.language-bar a{
	display:inline-block;
	padding:0px 4px;
}

.language-bar a span{
	opacity:0.3;
}

.language-bar a:hover{
	box-shadow: 0px 0px 5px 5px #037bde;
	background:#037bde;
	border-radius: 25px;
}

.language-bar a span.language-active{
	opacity:1;
}