//"use strict"; jquery(document).ready(function () { theme.init(); //theme.initmainslider(); //theme.initcountdown(); //theme.initpartnerslider(); //theme.inittestimonials(); //theme.initcorouselslider4(); //theme.initcorouselslider3(); //theme.initgooglemap(); }); jquery(window).load(function () { //theme.initanimation(); }); jquery(window).load(function () { jquery('body').scrollspy({offset: 100, target: '.navigation'}); }); jquery(window).load(function () { jquery('body').scrollspy('refresh'); }); jquery(window).resize(function () { jquery('body').scrollspy('refresh'); }); jquery(document).ready(function () { theme.onresize(); }); jquery(window).load(function () { theme.onresize(); }); jquery(window).resize(function () { theme.onresize(); }); jquery(window).load(function () { if (location.hash != '') { var hash = '#' + window.location.hash.substr(1); if (hash.length) { jquery('html,body').delay(0).animate({ scrolltop: jquery(hash).offset().top - 44 + 'px' }, { duration: 1200, easing: "easeinoutexpo" }); } } });