var smoothScroll,tcOutline,CZRParams=CZRParams||{_disabled:[],DisabledFeatures:{},centerAllImg:1,FancyBoxAutoscale:1,FancyBoxState:1,HasComments:"",LoadBootstrap:1,LoadModernizr:1,SliderDelay:5e3,SliderHover:1,SliderName:"demo",centerSliderImg:1,SmoothScroll:{Enabled:1,Options:{}},anchorSmoothScroll:"linear",anchorSmoothScrollExclude:{simple:["[class*=edd]",".carousel-control",'[data-toggle="modal"]','[data-toggle="dropdown"]','[data-toggle="tooltip"]','[data-toggle="popover"]','[data-toggle="collapse"]','[data-toggle="tab"]',"[class*=upme]","[class*=um-]"],deep:{classes:[],ids:[]}},stickyCustomOffset:{_initial:0,_scrolling:0,options:{_static:!0,_element:""}},stickyHeader:1,dropdowntoViewport:1,timerOnScrollAllBrowsers:1,extLinksStyle:1,extLinksTargetExt:1,extLinksSkipSelectors:{classes:["btn","button"],ids:[]},dropcapEnabled:1,dropcapWhere:{post:0,page:1},dropcapMinWords:50,dropcapSkipSelectors:{tags:["IMG","IFRAME","H1","H2","H3","H4","H5","H6","BLOCKQUOTE","UL","OL"],classes:["btn"],ids:[]},imgSmartLoadEnabled:0,imgSmartLoadOpts:{parentSelectors:[".article-container",".__before_main_wrapper",".widget-front"],opts:{excludeImg:[".tc-holder-img"]}},goldenRatio:1.618,gridGoldenRatioLimit:350,isSecondMenuEnabled:0,secondMenuRespSet:"in-sn-before"};window.addEventListener=window.addEventListener||function(e,t){window.attachEvent("on"+e,t)},Date.now||(Date.now=function(){return(new Date).getTime()}),Object.create||(Object.create=function(e,t){if(void 0!==t)throw"The multiple-argument version of Object.create is not provided by this browser and cannot be shimmed.";function i(){}return i.prototype=e,new i}),Array.prototype.filter||(Array.prototype.filter=function(e){"use strict";if(null==this)throw new TypeError;var t=Object(this),i=t.length>>>0;if("function"!=typeof e)throw new TypeError;for(var n=[],o=2<=arguments.length?arguments[1]:void 0,r=0;r>>0;if("function"!=typeof e)throw new TypeError(e+" is not a function");for(1',r,""].join(""),a].join(""),o=e.html().replace(t,n),e.html(o)}},t.prototype._is_selector_allowed=function(t,e){if("object"!=typeof this.options.skipSelectors)return!0;var i=this;return 0===e.filter(function(e){return!1===i._is_sel_type_allowed(t,e)}).length},t.prototype._is_sel_type_allowed=function(t,e){if(!this.options.skipSelectors[e]||!Array.isArray(this.options.skipSelectors[e]))return!0;var i="ids"==e?"id":"class";if("object"!=typeof this.options.skipSelectors||!this.options.skipSelectors[e]||!Array.isArray(this.options.skipSelectors[e]))return!0;var n=t.attr(i)?t.attr(i).split(" "):[],o=this.options.skipSelectors[e],r=n.filter(function(e){return-1!=l.inArray(e,o)}),a="ids"==e?"#":".",s=o.filter(function(e){return 0!==t.find(a+e).length});return 0===l.merge(r,s).length},t.prototype._is_tag_allowed=function(e){return"object"!=typeof this.options.skipSelectors||!_.isArray(this.options.skipSelectors.tags)||-1==_.indexOf(_.map(this.options.skipSelectors.tags,function(e){return e.toUpperCase()}),e[0].tagName)},t.prototype._are_children_tag_allowed=function(t){return"object"!=typeof this.options.skipSelectors||!_.isArray(this.options.skipSelectors.tags)||(0===t.children().length||0===this.options.skipSelectors.tags.filter(function(e){return 0!==t.find(e).length}).length)},t.prototype._countWords=function(e){return"string"!=typeof e?0:(e=e.replace(" "," ")).split(" ").length},t.prototype._removeSpecChars=function(e,t){return t=t||"","string"==typeof e?e.replace(/[^\w-?!\u00bf-\u00ff]/g,t):""},t.prototype._stripHtmlTags=function(e){return!(!e||"string"!=typeof e)&&e.replace(/(<([^>]+)>)/gi,"")},l.fn[i]=function(e){return this.each(function(){l.data(this,"plugin_"+i)||l.data(this,"plugin_"+i,new t(this,e))})}}(jQuery),function(l,c){var n="imgSmartLoad",o={load_all_images_on_first_scroll:!1,attribute:["data-src","data-srcset","data-sizes"],excludeImg:[],threshold:200,fadeIn_options:{duration:400},delaySmartLoadEvent:0},a="tc-smart-loaded";function t(e,t){this.element=e,this.options=l.extend({},o,t),_.isArray(this.options.excludeImg)?this.options.excludeImg.push("."+a):this.options.excludeImg=["."+a],this.options.excludeImg=_.uniq(this.options.excludeImg),this.imgSelectors="img["+this.options.attribute[0]+"]:not("+this.options.excludeImg.join()+")",this._defaults=o,this._name=n,this.init();var i=this;l(this.element).on("trigger-smartload",function(){i._maybe_trigger_load("trigger-smartload")})}t.prototype._getImgs=function(){return l(this.imgSelectors,this.element)},t.prototype.init=function(){var t=this;this.increment=1,this.timer=0,l("body").on("load_img",t.imgSelectors,function(){!0!==l(this).data("czr-smart-loaded")&&t._load_img(this)}),l(c).on("scroll",function(e){t._better_scroll_event_handler(e)}),l(c).on("resize",_.debounce(function(e){t._maybe_trigger_load(e)},100)),this._maybe_trigger_load("dom-ready"),l(this.element).data("smartLoadDone",!0)},t.prototype._better_scroll_event_handler=function(e){var t=this;this.doingAnimation||(this.doingAnimation=!0,c.requestAnimationFrame(function(){t._maybe_trigger_load(e),t.doingAnimation=!1}))},t.prototype._maybe_trigger_load=function(i){var n=this,e=n._getImgs();_.isObject(e)&&!_.isEmpty(e)&&e.filter(function(e,t){return n._is_visible(t,i)}).map(function(e,t){!0!==l(t).data("czr-smart-loaded")&&l(t).trigger("load_img")})},t.prototype._is_visible=function(e,t){var i=l(e),n=l(c).scrollTop(),o=n+l(c).height(),r=i.offset().top,a=r+i.height(),s=this.options.threshold;return!(!t||"scroll"!=t.type||!this.options.load_all_images_on_first_scroll)||n-s<=a&&r<=o+s},t.prototype._load_img=function(e){var i=l(e),t=i.attr(this.options.attribute[0]),n=i.attr(this.options.attribute[1]),o=i.attr(this.options.attribute[2]),r=this;i.parent().hasClass("smart-loading")||(i.parent().addClass("smart-loading"),i.off("load_img").removeAttr(this.options.attribute.join(" ")).attr("sizes",o).attr("srcset",n).attr("src",t).on("load",function(){if(i.hasClass(a)||i.fadeIn(r.options.fadeIn_options).addClass(a),void 0!==i.attr("data-tcjp-recalc-dims")&&!1!==i.attr("data-tcjp-recalc-dims")){var e=i.originalWidth(),t=i.originalHeight();if(2!=_.size(_.filter([e,t],function(e){return _.isNumber(parseInt(e,10))&&1'),this.options.newTab&&"_blank"!=this.$_el.attr("target")&&this.$_el.attr("target","_blank")):e.length&&e.remove()},o.prototype._is_eligible=function(){var t=this;if(this._is_external(this._href)&&this._is_first_child_tag_allowed()&&2==["ids","classes"].filter(function(e){return t._is_selector_allowed(e)}).length){var e=!0;return n.each(this.$_el.parents(),function(){if("underline"==n(this).css("textDecoration"))return e=!1}),e}},o.prototype._is_selector_allowed=function(e){if(czrapp&&czrapp.userXP&&czrapp.userXP.isSelectorAllowed)return czrapp.userXP.isSelectorAllowed(this.$_el,this.options.skipSelectors,e);var t="ids"==e?"id":"class",i=this.options.skipSelectors[e];return"object"!=typeof this.options.skipSelectors||!this.options.skipSelectors[e]||!Array.isArray(this.options.skipSelectors[e])||0===this.options.skipSelectors[e].length||!(0this.options.goldenRatioLimitHeightTo?this.options.goldenRatioLimitHeightTo:e,l(this.container).css({"line-height":e+"px",height:e+"px"}).trigger("golden-ratio-applied")}else l(this.container).attr("style","")},t.prototype._is_window_width_allowed=function(){return l(r).width()>this.options.disableGRUnder-15},t.prototype._parse_imgs=function(e,n){var o=this;if(e.each(function(e,t){var i=l(t);o._pre_img_cent(i,n),o.options.onresize&&!i.data("resize-react-bound")&&(i.data("resize-react-bound",!0),l(r).on("resize",_.debounce(function(){o._pre_img_cent(i,"resize")},100)))}),l(o.container).attr("data-img-centered-in-container")){var t=parseInt(l(o.container).attr("data-img-centered-in-container"),10)+1;l(o.container).attr("data-img-centered-in-container",t)}else l(o.container).attr("data-img-centered-in-container",1)},t.prototype._pre_img_cent=function(e){var t=this._get_current_state(e),i=this,n=t.current,o=t.prop[n],r=t.prop["h"==n?"v":"h"],a="h"==n?this.options.zeroTopAdjust||0:this.options.zeroLeftAdjust||0,s=function(e){if(e.css(o.dim.name,o.dim.val).css(r.dim.name,i.options.defaultCSSVal[r.dim.name]||"auto").css(o.dir.name,o.dir.val).css(r.dir.name,a),0!==i.options.addCenteredClassWithDelay&&_.isNumber(i.options.addCenteredClassWithDelay)?_.delay(function(){e.addClass(o._class).removeClass(r._class)},i.options.addCenteredClassWithDelay):e.addClass(o._class).removeClass(r._class),e.attr("data-img-centered")){var t=parseInt(e.attr("data-img-centered"),10)+1;e.attr("data-img-centered",t)}else e.attr("data-img-centered",1);return e};this.options.setOpacityWhenCentered?l.when(s(e)).done(function(e){e.css("opacity",i.options.opacity)}):_.delay(function(){s(e)},0)},t.prototype._get_current_state=function(e){var t=e.closest(this.container).outerWidth(),i=l(this.container).outerHeight(),n=this._get_img_dim(e,"x"),o=this._get_img_dim(e,"y"),r=o*i!=0?Math.round(n/o*i):t,a=n*t!=0?Math.round(o/n*t):i,s="h";return 0!=t*n&&(s=o/n<=i/t?"h":"v"),{current:s,prop:{h:{dim:{name:"height",val:i},dir:{name:"left",val:(t-r)/2+(this.options.leftAdjust||0)},_class:"h-centered"},v:{dim:{name:"width",val:t},dir:{name:"top",val:(i-a)/2+(this.options.topAdjust||0)},_class:"v-centered"}}}},t.prototype._get_img_dim=function(e,t){if(!this.options.useImgAttr)return"x"==t?e.outerWidth():e.outerHeight();if(e.is(":visible"))return"x"==t?e.outerWidth():e.outerHeight();if("x"==t){var i=e.originalWidth();return void 0===typeof i?0:i}if("y"==t){var n=e.originalHeight();return void 0===typeof n?0:n}},t.prototype._is_selector_allowed=function(){if(!l(this.container).attr("class"))return!0;if(!this.options.skipGoldenRatioClasses||!_.isArray(this.options.skipGoldenRatioClasses))return!0;var e=l(this.container).attr("class").split(" "),t=this.options.skipGoldenRatioClasses;return 0===e.filter(function(e){return-1!=l.inArray(e,t)}).length},l.fn[i]=function(e){return this.each(function(){l.data(this,"plugin_"+i)||l.data(this,"plugin_"+i,new t(this,e))})}}(jQuery,window),function(i,t,n){var o="czrParallax",r={parallaxRatio:.5,parallaxDirection:1,parallaxOverflowHidden:!0,oncustom:[],backgroundClass:"image",matchMedia:"only screen and (max-width: 768px)"};function a(e,t){this.element=i(e),this.element_wrapper=this.element.closest(".parallax-wrapper"),this.options=i.extend({},r,t,this.parseElementDataOptions()),this._defaults=r,this._name=o,this.init()}a.prototype.parseElementDataOptions=function(){return this.element.data()},a.prototype.init=function(){this.$_document=i(document),this.$_window=czrapp?czrapp.$_window:i(t),this.doingAnimation=!1,this.initWaypoints(),this.stageParallaxElements(),this._bind_evt()},a.prototype._bind_evt=function(){n.bindAll(this,"maybeParallaxMe","parallaxMe")},a.prototype.stageParallaxElements=function(){if(this.element.css({position:this.element.hasClass(this.options.backgroundClass)?"absolute":"relative","will-change":"transform"}),this.options.parallaxOverflowHidden){var e=this.element_wrapper;e.length&&e.css("overflow","hidden")}},a.prototype.initWaypoints=function(){var e=this;this.way_start=new Waypoint({element:e.element_wrapper.length?e.element_wrapper:e.element,handler:function(){e.maybeParallaxMe(),e.element.hasClass("parallaxing")?(e.element.removeClass("parallaxing"),e.$_window.off("scroll",e.maybeParallaxMe),e.doingAnimation=!1,e.element.css("top",0)):(e.$_window.on("scroll",e.maybeParallaxMe),e.element.addClass("parallaxing"))}}),this.way_stop=new Waypoint({element:e.element_wrapper.length?e.element_wrapper:e.element,handler:function(){e.maybeParallaxMe(),e.element.hasClass("parallaxing")?(e.element.removeClass("parallaxing"),e.$_window.off("scroll",e.maybeParallaxMe),e.doingAnimation=!1):(e.$_window.on("scroll",e.maybeParallaxMe),e.element.addClass("parallaxing"))},offset:function(){return-this.adapter.outerHeight()}})},a.prototype.maybeParallaxMe=function(){var e=this;if(n.isFunction(t.matchMedia)&&matchMedia(e.options.matchMedia).matches)return this.setTopPosition();this.doingAnimation||(this.doingAnimation=!0,t.requestAnimationFrame(function(){e.parallaxMe(),e.doingAnimation=!1}))},a.prototype.setTopPosition=function(e){e=e||0,this.element.css({transform:"translate3d(0px, "+e+"px, .01px)","-webkit-transform":"translate3d(0px, "+e+"px, .01px)"})},a.prototype.parallaxMe=function(){var e=this.options.parallaxRatio,t=this.options.parallaxDirection,i=e*t*(this.$_document.scrollTop()-this.way_start.triggerPoint);this.setTopPosition(t*i<0?0:i)},i.fn[o]=function(e){return this.each(function(){i.data(this,"plugin_"+o)||i.data(this,"plugin_"+o,new a(this,e))})}}(jQuery,window,_),function(){for(var o=0,e=["ms","moz","webkit","o"],t=0;t=m.animationTime,l=s?1:a/m.animationTime;m.pulseAlgorithm&&(l=W(l));var c=r.x*l-r.lastX>>0,d=r.y*l-r.lastY>>0;i+=c,n+=d,r.lastX+=c,r.lastY+=d,s&&(y.splice(o,1),o--)}f?window.scrollBy(i,n):(i&&(u.scrollLeft+=i),n&&(u.scrollTop+=n)),h||p||(y=[]),y.length?j(g,u,1e3/m.frameRate+1):v=!1};j(g,u,0),v=!0}}function t(e){h||s();var t=e.target,i=A(t);if(!i||e.defaultPrevented||e.ctrlKey)return!0;if(N(c,"embed")||N(t,"embed")&&/\.pdf/i.test(t.src)||N(c,"object"))return!0;var n=-e.wheelDeltaX||e.deltaX||0,o=-e.wheelDeltaY||e.deltaY||0;if(a&&(e.wheelDeltaX&&M(e.wheelDeltaX,120)&&(n=e.wheelDeltaX/Math.abs(e.wheelDeltaX)*-120),e.wheelDeltaY&&M(e.wheelDeltaY,120)&&(o=e.wheelDeltaY/Math.abs(e.wheelDeltaY)*-120)),n||o||(o=-e.wheelDelta||0),1===e.deltaMode&&(n*=40,o*=40),!m.touchpadSupport&&function(e){if(!e)return;r.length||(r=[e,e,e]);return e=Math.abs(e),r.push(e),r.shift(),clearTimeout(C),C=setTimeout(function(){window.localStorage&&(localStorage.SS_deltaBuffer=r.join(","))},1e3),!I(120)&&!I(100)}(o))return!0;1.2n.oldScroll?n.forward:n.backward;for(var r in this.waypoints[i]){var a=this.waypoints[i][r],s=n.oldScroll=a.triggerPoint;(s&&l||!s&&!l)&&(a.queueTrigger(o),e[a.group.id]=a.group)}}for(var c in e)e[c].flushTriggers();this.oldScroll={x:t.horizontal.newScroll,y:t.vertical.newScroll}},o.prototype.innerHeight=function(){return this.element==this.element.window?m.viewportHeight():this.adapter.innerHeight()},o.prototype.remove=function(e){delete this.waypoints[e.axis][e.key],this.checkEmpty()},o.prototype.innerWidth=function(){return this.element==this.element.window?m.viewportWidth():this.adapter.innerWidth()},o.prototype.destroy=function(){var e=[];for(var t in this.waypoints)for(var i in this.waypoints[t])e.push(this.waypoints[t][i]);for(var n=0,o=e.length;n=r.oldScroll,d=!l&&!c,!g&&(l&&c)?(u.queueTrigger(r.backward),n[u.group.id]=u.group):!g&&d?(u.queueTrigger(r.forward),n[u.group.id]=u.group):g&&r.oldScroll>=u.triggerPoint&&(u.queueTrigger(r.forward),n[u.group.id]=u.group)}}return m.requestAnimationFrame(function(){for(var e in n)n[e].flushTriggers()}),this},o.findOrCreateByElement=function(e){return o.findByElement(e)||new o(e)},o.refreshAll=function(){for(var e in n)n[e].refresh()},o.findByElement=function(e){return n[e.waypointContextKey]},window.onload=function(){e&&e(),o.refreshAll()},m.requestAnimationFrame=function(e){(window.requestAnimationFrame||window.mozRequestAnimationFrame||window.webkitRequestAnimationFrame||t).call(window,e)},m.Context=o}(),function(){"use strict";function a(e,t){return e.triggerPoint-t.triggerPoint}function s(e,t){return t.triggerPoint-e.triggerPoint}var t={vertical:{},horizontal:{}},i=window.Waypoint;function n(e){this.name=e.name,this.axis=e.axis,this.id=this.name+"-"+this.axis,this.waypoints=[],this.clearTriggerQueues(),t[this.axis][this.name]=this}n.prototype.add=function(e){this.waypoints.push(e)},n.prototype.clearTriggerQueues=function(){this.triggerQueues={up:[],down:[],left:[],right:[]}},n.prototype.flushTriggers=function(){for(var e in this.triggerQueues){var t=this.triggerQueues[e],i="up"===e||"left"===e;t.sort(i?s:a);for(var n=0,o=t.length;n"+a._prettyfy({consoleArguments:[e],prettyfy:!1})+"

")};1!=r("#bulk-log").length?r.Deferred(function(){var e=this;r.when(r("#footer").before(r("
",{id:"bulklog"}))).done(function(){r("#bulklog").css({position:"fixed","z-index":"99999","font-size":"0.8em",color:"#000",padding:"5%",width:"90%",height:"20%",overflow:"hidden",bottom:"0",left:"0",background:"yellow"}),e.resolve()})}).promise().done(t):t()},a._truncate=function(e,t){return t=t||150,_.isString(e)?e.length>t?e.substr(0,t-1):e:""};var n=function(e){e=_.extend({bgCol:"#5ed1f5",textCol:"#000",consoleArguments:[]},e);var t,i=Array.from(e.consoleArguments);return i=_.isEmpty(_.filter(i,function(e){return!_.isString(e)}))?i.join(" "):JSON.stringify(i.join(" ")),["%c "+(t=i,_.isString(t)?300"]})):(console.log.apply(console,n({bgCol:i,textCol:"#000",consoleArguments:["<"+e+">"]})),console.log(t),console.log.apply(console,n({bgCol:i,textCol:"#000",consoleArguments:[""]}))):console.log.apply(console,n({bgCol:i,textCol:"#000",consoleArguments:[e]})))};a.consoleLog=function(){a.localized.isDevMode&&(_.isUndefined(console)&&"function"!=typeof window.console.log||(console.log.apply(console,n({consoleArguments:arguments})),console.log("Unstyled console message : ",arguments)))},a.errorLog=function(){_.isUndefined(console)&&"function"!=typeof window.console.log||console.log.apply(console,n({bgCol:"#ffd5a0",textCol:"#000",consoleArguments:arguments}))},a.errare=function(e,t){i(e,t,"#ffd5a0")},a.infoLog=function(e,t){i(e,t,"#5ed1f5")},a.doAjax=function(e){var t=(e=e||(_.isObject(e)?e:{})).ajaxUrl||a.localized.ajaxUrl,i=a.localized.frontNonce,n=r.Deferred(),o=_.extend({action:"",withNonce:!1},e);return"https:"==document.location.protocol&&(t=t.replace("http://","https://")),_.isEmpty(o.action)||!_.isString(o.action)?(a.errorLog("czrapp.doAjax : unproper action provided"),n.resolve().promise()):(o[i.id]=i.handle,!_.isObject(i)||_.isUndefined(i.id)||_.isUndefined(i.handle)?(a.errorLog("czrapp.doAjax : unproper nonce"),n.resolve().promise()):(r.post(t,o).done(function(e){"0"!==e&&"-1"!==e&&!1!==e.success||(a.errare("czrapp.doAjax : done ajax error for action : "+o.action,e),n.reject(e)),n.resolve(e)}).fail(function(e){a.errare("czrapp.doAjax : failed ajax error for : "+o.action,e),n.reject(e)}),n.promise()))}}(jQuery,czrapp),function(a,s){s.isKeydownButNotEnterEvent=function(e){return"keydown"===e.type&&13!==e.which},s.setupDOMListeners=function(e,o,r){!_.isUndefined(r)&&_.isObject(r)?_.isArray(e)?_.isObject(o)?(o=_.extend({model:{},dom_el:{}},o)).dom_el instanceof jQuery&&1==o.dom_el.length?_.map(e,function(n){if(_.isString(n.selector)&&!_.isEmpty(n.selector))if(_.isString(n.selector)&&!_.isEmpty(n.selector)){var e=!!n.once&&n.once;o.dom_el[e?"one":"on"](n.trigger,n.selector,function(e,t){if(e.stopPropagation(),!s.isKeydownButNotEnterEvent(e)){e.preventDefault();var i=a.extend(!0,{},o);if(_.has(i,"model")&&_.has(i.model,"id")&&(_.has(r,"get")?i.model=r():i.model=r.getModel(i.model.id)),a.extend(i,{event:n,dom_event:e}),a.extend(i,t),_.has(i,"event")&&_.has(i.event,"actions"))try{s.executeEventActionChain(i,r)}catch(e){s.errorLog("In setupDOMListeners : problem when trying to fire actions : "+i.event.actions),s.errorLog("Error : "+e)}else s.errorLog("executeEventActionChain : missing obj.event or obj.event.actions")}})}else s.errorLog("setupDOMListeners : selector must be a string not empty. Aborting setup of action(s) : "+n.actions.join(","));else s.errorLog("setupDOMListeners : selector must be a string not empty. Aborting setup of action(s) : "+n.actions.join(","))}):s.errorLog("setupDomListeners : dom element should be an existing dom element",o):s.errorLog("setupDomListeners : args should be an object",e):s.errorLog("setupDomListeners : event_map should be an array",o):s.errorLog("setupDomListeners : instance should be an object",o)},s.executeEventActionChain=function(i,n){if("function"==typeof i.event.actions)return i.event.actions.call(n,i);_.isArray(i.event.actions)||(i.event.actions=[i.event.actions]);var o=!1;_.map(i.event.actions,function(e){if(!o){if("function"!=typeof n[e])throw new Error("executeEventActionChain : the action : "+e+" has not been found when firing event : "+i.event.selector);var t=!(!_.has(i,"dom_el")||-1==i.dom_el.length)&&i.dom_el;if(t)t.trigger("before_"+e,_.omit(i,"event")),!1===n[e].call(n,i)&&(o=!0),t.trigger("after_"+e,_.omit(i,"event"));else s.errorLog("missing dom element")}})}}(jQuery,czrapp),(czrapp=czrapp||{}).methods={},function(s){var o,n,r=Array.prototype.slice;o=function(){},n=function(e,t,i){var n;return n=t&&t.hasOwnProperty("constructor")?t.constructor:function(){return e.apply(this,arguments)},s.extend(n,e),o.prototype=e.prototype,n.prototype=new o,t&&s.extend(n.prototype,t),i&&s.extend(n,i),(n.prototype.constructor=n).__super__=e.prototype,n},czrapp.Class=function(e,t,i){var n,o=arguments;return e&&t&&czrapp.Class.applicator===e&&(o=t,s.extend(this,i||{})),(n=this).instance&&(n=function(){return n.instance.apply(n,arguments)},s.extend(n,this)),n.initialize.apply(n,o),n},czrapp.Class.extend=function(e,t){var i=n(this,e,t);return i.extend=this.extend,i},czrapp.Class.applicator={},czrapp.Class.prototype.initialize=function(){},czrapp.Class.prototype.extended=function(e){for(var t=this;void 0!==t.constructor;){if(t.constructor===e)return!0;if(void 0===t.constructor.__super__)return!1;t=t.constructor.__super__}return!1},czrapp.Events={trigger:function(e){return this.topics&&this.topics[e]&&this.topics[e].fireWith(this,r.call(arguments,1)),this},bind:function(e){return this.topics=this.topics||{},this.topics[e]=this.topics[e]||s.Callbacks(),this.topics[e].add.apply(this.topics[e],r.call(arguments,1)),this},unbind:function(e){return this.topics&&this.topics[e]&&this.topics[e].remove.apply(this.topics[e],r.call(arguments,1)),this}},czrapp.Value=czrapp.Class.extend({initialize:function(e,t){this._value=e,this.callbacks=s.Callbacks(),this._dirty=!1,s.extend(this,t||{}),this.set=s.proxy(this.set,this)},instance:function(){return arguments.length?this.set.apply(this,arguments):this.get()},get:function(){return this._value},set:function(t,i){var n=this._value,e=s.Deferred(),o=this,r=[];t=this._setter.apply(this,arguments),t=this.validate(t);var a=_.extend({silent:!1},_.isObject(i)?i:{});return null===t||_.isEqual(n,t)?e.resolveWith(o,[t,n,i]).promise():(this._value=t,(this._dirty=!0)===a.silent?e.resolveWith(o,[t,n,i]).promise():this._deferreds?(_.each(o._deferreds,function(e){r.push(e.apply(null,[t,n,i]))}),s.when.apply(null,r).fail(function(){czrapp.errorLog("A deferred callback failed in api.Value::set()")}).then(function(){o.callbacks.fireWith(o,[t,n,i]),e.resolveWith(o,[t,n,i])}),e.promise(o)):(this.callbacks.fireWith(this,[t,n,i]),e.resolveWith(o,[t,n,i]).promise(o)))},silent_set:function(e,t){var i=this._value;return e=this._setter.apply(this,arguments),null===(e=this.validate(e))||_.isEqual(i,e)||(this._value=e,this._dirty=_.isUndefined(t)||!_.isBoolean(t)?this._dirty:t,this.callbacks.fireWith(this,[e,i,{silent:!0}])),this},_setter:function(e){return e},setter:function(e){var t=this.get();return this._setter=e,this._value=null,this.set(t),this},resetSetter:function(){return this._setter=this.constructor.prototype._setter,this.set(this.get()),this},validate:function(e){return e},bind:function(){var t=this,i=!1,n=[];return s.each(arguments,function(e,t){i||(i=_.isObject(t)&&t.deferred),_.isFunction(t)&&n.push(t)}),i?(t._deferreds=t._deferreds||[],_.each(n,function(e){_.contains(e,t._deferreds)||t._deferreds.push(e)})):t.callbacks.add.apply(t.callbacks,arguments),this},unbind:function(){return this.callbacks.remove.apply(this.callbacks,arguments),this}}),czrapp.Values=czrapp.Class.extend({defaultConstructor:czrapp.Value,initialize:function(e){s.extend(this,e||{}),this._value={},this._deferreds={}},instance:function(e){return 1===arguments.length?this.value(e):this.when.apply(this,arguments)},value:function(e){return this._value[e]},has:function(e){return void 0!==this._value[e]},add:function(e,t){return this.has(e)?this.value(e):((this._value[e]=t).parent=this,t.extended(czrapp.Value)&&t.bind(this._change),this.trigger("add",t),this._deferreds[e]&&this._deferreds[e].resolve(),this._value[e])},create:function(e){return this.add(e,new this.defaultConstructor(czrapp.Class.applicator,r.call(arguments,1)))},each:function(i,n){n=void 0===n?this:n,s.each(this._value,function(e,t){i.call(n,t,e)})},remove:function(e){var t;this.has(e)&&(t=this.value(e),this.trigger("remove",t),t.extended(czrapp.Value)&&t.unbind(this._change),delete t.parent),delete this._value[e],delete this._deferreds[e]},when:function(){var t=this,i=r.call(arguments),n=s.Deferred();return s.isFunction(i[i.length-1])&&n.done(i.pop()),s.when.apply(s,s.map(i,function(e){if(!t.has(e))return t._deferreds[e]||s.Deferred()})).done(function(){var e=s.map(i,function(e){return t(e)});e.length===i.length?n.resolveWith(t,e):t.when.apply(t,i).done(function(){n.resolveWith(t,e)})}),n.promise()},_change:function(){this.parent.trigger("change",this)}}),s.extend(czrapp.Values.prototype,czrapp.Events)}(jQuery);czrapp=czrapp||{};!function(a,n){var e={cacheProp:function(){a.extend(n,{$_window:a(window),$_html:a("html"),$_body:a("body"),$_wpadminbar:a("#wpadminbar"),$_header:a(".tc-header"),localized:void 0!==CZRParams&&CZRParams?CZRParams:{_disabled:[]},is_responsive:this.isResponsive(),current_device:this.getDevice(),isRTL:"rtl"==a("html").attr("dir")})},isResponsive:function(){return this.matchMedia(991)},getDevice:function(){var i="desktop",n=this;return _.map({desktop:991,tablet:767,smartphone:575},function(e,t){n.matchMedia(e)&&(i=t)}),i},matchMedia:function(e){return window.matchMedia?window.matchMedia("(max-width: "+e+"px)").matches:(n.$_window||a(window)).width()<=e-15},emit:function(e,t){e=_.isArray(e)?e:[e];var i=this;_.map(e,function(e){"function"==typeof i[e]&&(t=void 0===t?[]:t,i[e].apply(i,t),n.trigger(e,_.object(_.keys(t),t)))})},triggerSimpleLoad:function(e){0!==e.length&&e.map(function(e,t){a(t).on("load",function(){a(t).trigger("simple_load")}),a(t)[0]&&a(t)[0].complete&&a(t).trigger("load")})},isUserLogged:function(){return n.$_body.hasClass("logged-in")||0!==n.$_wpadminbar.length},isSelectorAllowed:function(e,t,i){var n="ids"==i?"id":"class",o=t[i];return"object"!=typeof t||!t[i]||!_.isArray(t[i])||0===t[i].length||!(0
').find(".czr-css-loader").fadeIn("slow")}),e.centerImages({onInit:!0,enableCentering:1,oncustom:["smartload","refresh-height","simple_load"],enableGoldenRatio:!1,zeroTopAdjust:0,setOpacityWhenCentered:!1,addCenteredClassWithDelay:50,opacity:1}),_.delay(function(){e.find(".czr-css-loader").fadeOut({duration:500,done:function(){s(this).remove()}})},300);var t=function(e){1!==(e=_.extend({el:{},delay:0},_.isObject(e)?e:{})).el.length||e.el.hasClass("h-centered")||e.el.hasClass("v-centered")||_.delay(function(){e.el.addClass("opacity-forced")},e.delay)};l.localized.imgSmartLoadEnabled?e.on("smartload","img",function(e){1==s(e.target).length&&t({el:s(e.target),delay:200})}):e.find("img").each(function(){t({el:s(this),delay:100})}),_.delay(function(){e.find("img").each(function(){t({el:s(this),delay:0})})},1e3);var i=s(".fpc-widget-front .fp-thumb-wrapper");if(1",{rel:"stylesheet",id:"czr-magnific-popup",type:"text/css",href:l.localized.assetsPath+"css/magnific-popup.min.css"})),s.ajax({url:l.localized.assetsPath+"js/libs/jquery-magnific-popup.min.js",cache:!0,dataType:"script"}).done(function(){"function"==typeof s.fn.magnificPopup&&(l.base.scriptLoadingStatus.czrMagnificPopup.resolve(),e.magnificPopup(t))}).fail(function(){l.errorLog("Magnific popup instantiation failed for candidate : "+e.attr("class"))})}};l.base.isInWindow(e)?n():(i=_.throttle(function(){l.base.isInWindow(e)&&n()},100),l.$_window.on("scroll",i))}},lightBox:function(){var n=this,o='';0