(function($){$(function(){new FLBuilderMenu({id:'2pxfyw3m17r6',type:'vertical',mobile:'expanded',mobileBelowRow:false,mobileFlyout:false,breakPoints:{large:1200,medium:992,small:768},mobileBreakpoint:'mobile',postId:'3',mobileStacked:true,});});})(jQuery);jQuery(function($){$(function(){$('.fl-node-zlu1h6pikb7j .fl-photo-img').on('mouseenter',function(e){$(this).data('title',$(this).attr('title')).removeAttr('title');}).on('mouseleave',function(e){$(this).attr('title',$(this).data('title')).data('title',null);});});window._fl_string_to_slug_regex='a-zA-Z0-9';});jQuery(document).ready(function($){$('#footerForm').validate({rules:{name:'required',email:{required:true,email:true,},message:'required',},submitHandler:function(form){$('#footerFormBtn').attr('disabled','disabled');$('#formSubmitMask').removeClass('hide');$.ajax({url:you_find_form_url,type:"post",dataType:'json',data:$('#footerForm').serialize(),success:function(res){if(res.status==200){$('#footerForm').parent().find('.you_find_form_msg').text('Thanks, we will contact you soon!');$('#footerForm')[0].reset();}else{$('#footerForm').parent().find('.you_find_form_msg').text(res.msg);} $('#formSubmitMask').addClass('hide');$('#footerFormBtn').removeAttr('disabled');}});}});});