/*Language Switcher*/
.langswitcher{
	display:none;
	position: fixed;
	z-index:10001;
	bottom: 20px;
    right: 30px;
}
.langswitcher a {
	color:#e1e1e1;
}
.langswitcher a.active {
	color:#973a67;
}