//změna motta na vstupní stránce
$(document).ready(function(){
	$("#motto").hide().fadeIn(500).delay(2500).fadeOut(2500);
});
