/***************************************************************************************
*
* TOTOP PLUGIN
*
***************************************************************************************/
$(document).ready(function() {
$().UItoTop({
scrollSpeed: 500,
easingType: 'easeOutQuart'
});
});

