#Language {width:26px; height:26px; background:url(/images/Language.png) no-repeat center; transition:all 0.3s ease-in-out; }
#Language:hover {background:url(/images/LanguageOn.png) no-repeat center; transition:all 0.3s ease-in-out; cursor:pointer;}
@media screen and (max-width:1024px) {
	#Language {width:100%;}
}

#GoBack {width:60px; height:60px; position:fixed; right:1em; bottom:1em; z-index:10; cursor:pointer;}