(function(a){a.fn.hovr=function(b){var c={fadeInSpeed:200,fadeOutSpeed:120};a.extend(c,b);return this.each(function(){a(this).hover(function(){a(".hovr-main",this).next().stop(true,true).fadeIn(c.fadeInSpeed);a(".hovr-text-main",this).next().stop(true,true).fadeIn(c.fadeInSpeed)},function(){a(".hovr-main",this).next().stop(true,true).fadeOut(c.fadeOutSpeed);a(".hovr-text-main",this).next().stop(true,true).fadeOut(c.fadeOutSpeed)})})}})(jQuery);$(function(){if(UIUtils.systemInfo.isMobile){return}var a=$(".sub-menu-button");if(a.length>0){a.hovr()}$(".menu-item-wrapper").hover(function(){$(".hovr-initial",this).next().stop(true,true).fadeIn(100);$(".hovr-initial",this).hide()},function(){$(".hovr-initial",this).show();$(".hovr-initial",this).next().stop(true,true).fadeOut(120)})});
