// Scroll to top
$(function(){

    $.localScroll.defaults.axis = 'y';

    $.localScroll({
        queue:true,
        duration:1000,
        hash:false
    });
});

