 //Jquery top of page
$(document).ready(function() {
    $().UItoTop({ easingType: 'easeOutQuart' });
});
