jQuery(function($){new WOW().init()});(function(){var MutationObserver,Util,WeakMap,getComputedStyle,getComputedStyleRX,bind=function(fn,me){return function(){return fn.apply(me,arguments)}},indexOf=[].indexOf||function(item){for(var i=0,l=this.length;i=0){target=event.target||event.srcElement;return target.className=target.className.replace(this.config.animateClass,'').trim()}};WOW.prototype.customStyle=function(box,hidden,duration,delay,iteration){if(hidden){this.cacheAnimationName(box)} box.style.visibility=hidden?'hidden':'visible';if(duration){this.vendorSet(box.style,{animationDuration:duration})} if(delay){this.vendorSet(box.style,{animationDelay:delay})} if(iteration){this.vendorSet(box.style,{animationIterationCount:iteration})} this.vendorSet(box.style,{animationName:hidden?'none':this.cachedAnimationName(box)});return box};WOW.prototype.vendors=["moz","webkit"];WOW.prototype.vendorSet=function(elem,properties){var name,results,value,vendor;results=[];for(name in properties){value=properties[name];elem[""+name]=value;results.push((function(){var j,len,ref,results1;ref=this.vendors;results1=[];for(j=0,len=ref.length;j=viewTop};WOW.prototype.util=function(){return this._util!=null?this._util:this._util=new Util()};WOW.prototype.disabled=function(){return!this.config.mobile&&this.util().isMobile(navigator.userAgent)};return WOW})()}).call(this) ;