$('a[href^="#"]').click(function(a){a.preventDefault();$("html, body").animate({scrollTop:$(this.hash).offset().top-250},"slow")});if(screen.width>991){var mainTopMarginOriginal=parseInt($("body").css("margin-top"));fixedheader();$(window).on("scroll",function(a){fixedheader()});function fixedheader(){var a=0;var c=parseInt($(".home_header").outerHeight(true));var b=parseInt($("header").outerHeight(true));if($(window).scrollTop()>a){$("header").addClass("is-fixed");$("body").addClass("is-nav");$("body").css("margin-top",b+mainTopMarginOriginal+"px")}else{$("header").removeClass("is-fixed");$("body").removeClass("is-nav");$("body").css("margin-top",mainTopMarginOriginal+"px")}if($(window).scrollTop()>c){$("header").addClass("is-qa")}else{$("header").removeClass("is-qa")}}}$(function(){$(".lazy").Lazy()});new WOW().init();