/*! jQuery Migrate v3.4.1 | (c) OpenJS Foundation and other contributors | jquery.org/license */"undefined"==typeof jQuery.migrateMute&&(jQuery.migrateMute=!0),function(t){"use strict";"function"==typeof define&&define.amd?define(["jquery"],function(e){return t(e,window)}):"object"==typeof module&&module.exports?module.exports=t(require("jquery"),window):t(jQuery,window)}(function(s,n){"use strict";function e(e){return 0<=function(e,t){for(var r=/^(\d+)\.(\d+)\.(\d+)/,n=r.exec(e)||[],o=r.exec(t)||[],a=1;a<=3;a++){if(+o[a]<+n[a])return 1;if(+n[a]<+o[a])return-1}return 0}(s.fn.jquery,e)}s.migrateVersion="3.4.1";var t=Object.create(null);s.migrateDisablePatches=function(){for(var e=0;e\x20\t\r\n\f]*)[^>]*)\/>/gi;s.UNSAFE_restoreLegacyHtmlPrefilter=function(){s.migrateEnablePatches("self-closed-tags")},i(s,"htmlPrefilter",function(e){var t,r;return(r=(t=e).replace(F,"<$1>$2>"))!==t&&T(t)!==T(r)&&u("self-closed-tags","HTML tags must be properly nested and closed: "+t),e.replace(F,"<$1>$2>")},"self-closed-tags"),s.migrateDisablePatches("self-closed-tags");var D,W,_,I=s.fn.offset;return i(s.fn,"offset",function(){var e=this[0];return!e||e.nodeType&&e.getBoundingClientRect?I.apply(this,arguments):(u("offset-valid-elem","jQuery.fn.offset() requires a valid DOM element"),arguments.length?this:void 0)},"offset-valid-elem"),s.ajax&&(D=s.param,i(s,"param",function(e,t){var r=s.ajaxSettings&&s.ajaxSettings.traditional;return void 0===t&&r&&(u("param-ajax-traditional","jQuery.param() no longer uses jQuery.ajaxSettings.traditional"),t=r),D.call(this,e,t)},"param-ajax-traditional")),c(s.fn,"andSelf",s.fn.addBack,"andSelf","jQuery.fn.andSelf() is deprecated and removed, use jQuery.fn.addBack()"),s.Deferred&&(W=s.Deferred,_=[["resolve","done",s.Callbacks("once memory"),s.Callbacks("once memory"),"resolved"],["reject","fail",s.Callbacks("once memory"),s.Callbacks("once memory"),"rejected"],["notify","progress",s.Callbacks("memory"),s.Callbacks("memory")]],i(s,"Deferred",function(e){var a=W(),i=a.promise();function t(){var o=arguments;return s.Deferred(function(n){s.each(_,function(e,t){var r="function"==typeof o[e]&&o[e];a[t[1]](function(){var e=r&&r.apply(this,arguments);e&&"function"==typeof e.promise?e.promise().done(n.resolve).fail(n.reject).progress(n.notify):n[t[0]+"With"](this===i?n.promise():this,r?[e]:arguments)})}),o=null}).promise()}return c(a,"pipe",t,"deferred-pipe","deferred.pipe() is deprecated"),c(i,"pipe",t,"deferred-pipe","deferred.pipe() is deprecated"),e&&e.call(a,a),a},"deferred-pipe"),s.Deferred.exceptionHook=W.exceptionHook),s});;
(function($){"use strict";$(function(){var container=$("#to_top_scrollup").css({'opacity':0});var data=to_top_options;var mouse_over=false;var hideEventID=0;var fnHide=function(){clearTimeout(hideEventID);if(container.is(":visible")){container.stop().fadeTo(200,0,function(){container.hide();mouse_over=false;});}};var fnHideEvent=function(){if(!mouse_over&&data.enable_autohide==1){clearTimeout(hideEventID);hideEventID=setTimeout(function(){fnHide();},data.autohide_time*1000);}};var scrollHandled=false;var fnScroll=function(){if(scrollHandled)
return;scrollHandled=true;if($(window).scrollTop()>data.scroll_offset){container.stop().css("opacity",mouse_over?1:parseFloat(data.icon_opacity/100)).show();fnHideEvent();}else{fnHide();}
scrollHandled=false;};if("undefined"!=typeof to_top_options.enable_hide_small_device&&"1"==to_top_options.enable_hide_small_device){if($(window).width()>to_top_options.small_device_max_width){$(window).on("scroll",fnScroll);$(document).on("scroll",fnScroll);}}else{$(window).on("scroll",fnScroll);$(document).on("scroll",fnScroll);}
container.on("hover",function(){clearTimeout(hideEventID);mouse_over=true;$(this).css("opacity",1);},function(){$(this).css("opacity",parseFloat(data.icon_opacity/100));mouse_over=false;fnHideEvent();}).on("click",function(){$("html, body").animate({scrollTop:0},400);return false;});});})(jQuery);;