@media only screen and (max-width: 523px) {
	.footer_right .language {
	position:relative;
	top:-0.2em; 
	right:1em;
}
}

@media only screen and (max-width: 472px) {
	.footer_right .language {
	position:relative;
	top:0.5em; 
	right:-0.4em;
}
}