// source --> http://grelhifogo.pt/wp-content/plugins/sticky-header/js/public.min.js?ver=1.0.0 
!function(i){"use strict";function t(){i(window).scrollTop()>StickyHeaderParams.show_at&&i(window).width()>StickyHeaderParams.hide_if_narrower?i("#thsp-sticky-header").stop().animate({"margin-top":"0"},25):i("#thsp-sticky-header").stop().animate({"margin-top":"-200"},25)}i(document).ready(function(){t()}),i(window).scroll(function(){t()}),i(window).resize(function(){t()})}(jQuery);