/*!
* Events
*/
jQuery(function($){Carousel.init();Modal.init();$(window).on("init",function(){document.documentElement.style.setProperty("--vh",`${window.innerHeight}px`)}).trigger("init");$("a").filter(function(){return this.hostname&&this.hostname!==location.hostname}).attr("target","_blank");$(".menu-mobile").on("click",function(){$("body").toggleClass("menu-visible");return!1});$(".open-submenu").on("click",function(){$("body").addClass("menu-equipments-visible");return!1});$(".menu-close").on("click",function(){$("body").removeClass("menu-visible");$("body").removeClass("menu-equipments-visible");return!1});$(".back-menu").on("click",function(){$("body").removeClass("menu-equipments-visible");return!1});$(".alert .hide").on("click",function(e){$(this).parent(".alert").fadeOut(150);e.preventDefault()});$(".intro .scroll").on("click",function(){var element=$(this.dataset.target);var top=element.offset().top;top-=$(".fixed").outerHeight()-1;$("html, body").animate({scrollTop:top,},this.dataset.time)});var seconds=5;var carousel=$(".home-equipments .carousel");var timeout=null;var timer=function(){timeout=window.setTimeout(function(){carousel.find(".next").trigger("click");timer()},seconds*1000)};carousel.on("mouseenter",function(){if(timeout){window.clearInterval(timeout)}});carousel.on("mouseleave",function(){timer()});timer();$(".video-modal").on("click",function(e){e.preventDefault();var id=$(this).attr("href");id=id.split("?v=");id=id[1];var theModal=$(".modal.video");theModal.find(".body").html('
');theModal.find(".close, .backdrop").one("click",function(){window.setTimeout(function(){theModal.find(".body").html("")},200)});Modal.show(theModal[0])});$(".gallery-modal").on("click",function(e){e.preventDefault();var theModal=$(".modal.gallery");var images=$(this).data("images").split(",");var html=images.map(function(item){return''}).join("");theModal.find(".scroll").html(html);Modal.show(theModal[0])});$(window).on("resize",function(){var grid=$(".implements-list");var items=grid.find(".implement");var rowGap=parseInt(grid.css("grid-row-gap"));var rowHeight=parseInt(grid.css("grid-auto-rows"));items.each(function(index,item){var height=item.querySelector(".info-box").getBoundingClientRect().height;height+=parseInt($(item).css("margin-bottom"));var rowSpan=Math.ceil((height+rowGap)/(rowHeight+rowGap));item.style.gridRowEnd="span "+rowSpan})}).trigger("resize");$(".filter .checkbox input").on("click change",function(){var parent=$(this).parents(".filter");if($(this).hasClass("all")&&this.checked){parent.find("input").not(this).prop("checked",!1).removeAttr("checked")}else{parent.find("input.all").prop("checked",!1).removeAttr("checked")}});var filters=$(".equipments-filter, .blog-filter");$(window).on("resize",function(){if(window.innerWidth>=992){filters.appendTo(".content-sidebar")}else{filters.appendTo(".modal.filters .body")}}).trigger("resize");$(".open-filters").on("click",function(e){e.preventDefault();var theModal=$(".modal.filters");Modal.show(theModal[0])});var address=$(".page-template-page-contact .address");if(address.length){$(window).on("resize",function(){if(window.innerWidth>=767){address.appendTo("article.page")}else{address.appendTo("section.content")}}).trigger("resize")}
$("form.ajax").validate({redirect:!1,onValidate:function(){var form=$(this);var area=$(this).parent();var modalSending=area.find(".modal.sending");var modalSuccess=area.find(".modal.success");area.find(".alert.error").fadeOut(150);if(modalSending.length){Modal.show(modalSending[0])}else{area.find(".alert.sending").fadeIn(350)}
$.ajax({type:form.attr("method"),data:form.serialize(),url:form.attr("action"),dataType:"json",success:function(data){if(modalSending.length){Modal.hide(modalSending[0])}else{area.find(".alert.sending").fadeOut(150)}
if(data.success){if(modalSuccess.length){Modal.show(modalSuccess[0])}
if(form.attr("id")=="quote"){Quote.clearQuote()}else if(form.attr("id")=="newslettermodal"){$("#newslettermodalwrapper .msg").css({display:"block"});$("#newslettermodalwrapper .news1").css({display:"none"})}else{form.find("input, textarea, select").not(":submit").not(":hidden").val("")}}else{$.each(data.errors,function(index,value){$('[name="'+index+'"]').addClass("error")});area.find(".alert.error").fadeIn(350)}},})},onError:function(){var form=$(this);var area=$(this).parent();var message=area.find(".alert.error");message.fadeIn(350);form.find("input, textarea").off("keypress blur").on("keypress blur",function(){if($(this).attr("required")&&$.validate.item($(this),form.data("validate"))==!0){if(form.find(".error").length==0){message.fadeOut(350)}}});form.find("select").off("change").on("change",function(){if($(this).attr("required")&&$.validate.item($(this),form.data("validate"))==!0){$(this).parent(".select").removeClass(".error");if(form.find(".error").length==0){message.fadeOut(350)}}})},})});addComment={moveForm:function(commId,parentId,respondId,postId){var t=this,div,comm=t.I(commId),respond=t.I(respondId),cancel=t.I("cancel-comment-reply-link"),parent=t.I("comment_parent"),post=t.I("comment_post_ID");if(!comm||!respond||!cancel||!parent)return;t.respondId=respondId;postId=postId||!1;if(!t.I("wp-temp-form-div")){div=document.createElement("div");div.id="wp-temp-form-div";div.style.display="none";respond.parentNode.insertBefore(div,respond)}
comm.parentNode.insertBefore(respond,comm.nextSibling);if(post&&postId)post.value=postId;parent.value=parentId;cancel.style.display="";cancel.onclick=function(){var t=addComment,temp=t.I("wp-temp-form-div"),respond=t.I(t.respondId);if(!temp||!respond)return;t.I("comment_parent").value="0";temp.parentNode.insertBefore(respond,temp);temp.parentNode.removeChild(temp);this.style.display="none";this.onclick=null;return!1};try{t.I("comment").focus()}catch(e){}
return!1},I:function(e){return document.getElementById(e)},}
;