if(typeof jQuery!="undefined"){(function($){"use strict";$(function(){var LABB_Frontend={init:function(){this.output_custom_css();this.setup_animations()},setup_animations:function(){$(".labb-visible-on-scroll:not(.animated)").css("opacity",0);"function"!=typeof window.labb_animate_widgets&&(window.labb_animate_widgets=function(){"undefined"!=typeof $.fn.livemeshWaypoint&&$(".labb-animate-on-scroll:not(.animated)").livemeshWaypoint(function(){var animateClass=$(this.element).data("animation");$(this.element).addClass("animated "+animateClass).css("opacity",1)},{offset:"85%"})});window.setTimeout(labb_animate_widgets,500)},output_custom_css:function(){var custom_css=labb_settings["custom_css"];if(custom_css!==undefined&&custom_css!=""){custom_css='";$("head").append(custom_css)}},isMobile:function(){"use strict";if(/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)){return true}return false}};LABB_Frontend.init()})})(jQuery)}