// Sticky header JS// jQuery("#fs-main-navbar").affix({offset:{top:45}}); // Gallery Image Popup JS jQuery(document).ready(function(){jQuery(".popup-gallery").magnificPopup({delegate:".gallery-zoom",type:"image",tLoading:"Loading image #%curr%...",mainClass:"mfp-img-mobile",gallery:{enabled:!0,navigateByImgClick:!0,preload:[0,1]},image:{tError:'The image #%curr% could not be loaded.',titleSrc:function(e){}}})}); // Wow Animations Js new WOW().init(); // Scroll top js jQuery(window).scroll(function() {if (jQuery(this).scrollTop() > 50 ) {jQuery('.fs-scrolltop:hidden').stop(true, true).fadeIn();} else {jQuery('.fs-scrolltop').stop(true, true).fadeOut();}}); jQuery(function(){jQuery(".fs-scroll").click(function(){jQuery("html,body").animate({scrollTop:jQuery("html,body").offset().top},"1000");return false})})