var checkIfMobile={Android:function(){return navigator.userAgent.match(/Android/i)},BlackBerry:function(){return navigator.userAgent.match(/BlackBerry/i)},iOS:function(){return navigator.userAgent.match(/iPhone|iPad|iPod/i)},Opera:function(){return navigator.userAgent.match(/Opera Mini/i)},Windows:function(){return navigator.userAgent.match(/IEMobile/i)},any:function(){return checkIfMobile.Android()||checkIfMobile.BlackBerry()||checkIfMobile.iOS()||checkIfMobile.Opera()||checkIfMobile.Windows()}},smallScreen=480,mediumScreen=760,large=1024,isMobile=!1;$(function(){checkIfMobile.any()&&(isMobile=!0,$("html").addClass("isMobile"))});$(function(){$("select").each(function(){$(this).parent(".custom-select-wrapper").length<=0&&($(this).wrap('<div class="custom-select-wrapper"><\/div>'),$(this).parent(".custom-select-wrapper").prepend("<span class='jenson-icon-double-arrow-down'><\/span>"))})});leftNavigationModule={init:function(){var t=$("#left-nav div.left-nav-lvl0 .lvl0"),i=$("#left-nav #navTree div.left-nav-lvl0 .lvl0"),r=$("#navTree .left-nav-lvl1"),n={init:function(){i.each(function(){$(this).append("<span class='jenson-icon-double-arrow-right'><\/span>");var n=$(this).next("div"),t=n.find("input:checked").length;t==0?n.hide():($(this).children().last().toggleClass("jenson-icon-double-arrow-right jenson-icon-double-arrow-down"),$(this).toggleClass("active"))});t.click(function(){n.expandFilterOptions($(this))})},expandFilterOptions:function(n){var t=n.children("span").last(),i;t&&($(t).toggleClass("jenson-icon-double-arrow-right jenson-icon-double-arrow-down"),$(t).parent().toggleClass("active"));n.next("div").slideToggle();i=n.next("div").next("span.leftNav-leaf");i.attr("class",i.attr("class"))}};n.init()}};$(function(){leftNavigationModule.init()})