jQuery(function($){
	$('a[href*="#"]').click(function(){
		$(this).blur();
	}).easingScroll({
		easing: 'easeInOutExpo',
		duration: 800
	});
});
