 $(document).ready(function() {
 

	$('#menu-homepage, #menu-noticies, #abonaments, #qui-som, #menu-noticies, #serveis').localScroll({
	
		offset: {left: 0, top: -80, }, 

		easing:'easeOutExpo'
		
		});

	$('.tornar').click(function(){
		$('html, body').animate({
		
		scrollTop:0
		
		},  
		
		'slow'
		
		);
	});



 });
 
 

