// source --> //staging.onlysofa.pl/wp-content/themes/OS29_05_231129/bootstrap.min.js?ver=1.0.2658 
/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
(function (jQuery) {
if("undefined"==typeof jQuery)throw new Error("Bootstrap's JavaScript requires jQuery");+function(a){"use strict";function b(){var a=document.createElement("bootstrap"),b={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"};for(var c in b)if(void 0!==a.style[c])return{end:b[c]};return!1}a.fn.emulateTransitionEnd=function(b){var c=!1,d=this;a(this).one(a.support.transition.end,function(){c=!0});var e=function(){c||a(d).trigger(a.support.transition.end)};return setTimeout(e,b),this},a(function(){a.support.transition=b()})}(jQuery),+function(a){"use strict";var b='[data-dismiss="alert"]',c=function(c){a(c).on("click",b,this.close)};c.prototype.close=function(b){function c(){f.trigger("closed.bs.alert").remove()}var d=a(this),e=d.attr("data-target");e||(e=d.attr("href"),e=e&&e.replace(/.*(?=#[^\s]*$)/,""));var f=a(e);b&&b.preventDefault(),f.length||(f=d.hasClass("alert")?d:d.parent()),f.trigger(b=a.Event("close.bs.alert")),b.isDefaultPrevented()||(f.removeClass("in"),a.support.transition&&f.hasClass("fade")?f.one(a.support.transition.end,c).emulateTransitionEnd(150):c())};var d=a.fn.alert;a.fn.alert=function(b){return this.each(function(){var d=a(this),e=d.data("bs.alert");e||d.data("bs.alert",e=new c(this)),"string"==typeof b&&e[b].call(d)})},a.fn.alert.Constructor=c,a.fn.alert.noConflict=function(){return a.fn.alert=d,this},a(document).on("click.bs.alert.data-api",b,c.prototype.close)}(jQuery),+function(a){"use strict";var b=function(c,d){this.$element=a(c),this.options=a.extend({},b.DEFAULTS,d),this.isLoading=!1};b.DEFAULTS={loadingText:"loading..."},b.prototype.setState=function(b){var c="disabled",d=this.$element,e=d.is("input")?"val":"html",f=d.data();b+="Text",f.resetText||d.data("resetText",d[e]()),d[e](f[b]||this.options[b]),setTimeout(a.proxy(function(){"loadingText"==b?(this.isLoading=!0,d.addClass(c).attr(c,c)):this.isLoading&&(this.isLoading=!1,d.removeClass(c).removeAttr(c))},this),0)},b.prototype.toggle=function(){var a=!0,b=this.$element.closest('[data-toggle="buttons"]');if(b.length){var c=this.$element.find("input");"radio"==c.prop("type")&&(c.prop("checked")&&this.$element.hasClass("active")?a=!1:b.find(".active").removeClass("active")),a&&c.prop("checked",!this.$element.hasClass("active")).trigger("change")}a&&this.$element.toggleClass("active")};var c=a.fn.button;a.fn.button=function(c){return this.each(function(){var d=a(this),e=d.data("bs.button"),f="object"==typeof c&&c;e||d.data("bs.button",e=new b(this,f)),"toggle"==c?e.toggle():c&&e.setState(c)})},a.fn.button.Constructor=b,a.fn.button.noConflict=function(){return a.fn.button=c,this},a(document).on("click.bs.button.data-api","[data-toggle^=button]",function(b){var c=a(b.target);c.hasClass("btn")||(c=c.closest(".btn")),c.button("toggle"),b.preventDefault()})}(jQuery),+function(a){"use strict";var b=function(b,c){this.$element=a(b),this.$indicators=this.$element.find(".carousel-indicators"),this.options=c,this.paused=this.sliding=this.interval=this.$active=this.$items=null,"hover"==this.options.pause&&this.$element.on("mouseenter",a.proxy(this.pause,this)).on("mouseleave",a.proxy(this.cycle,this))};b.DEFAULTS={interval:5e3,pause:"hover",wrap:!0},b.prototype.cycle=function(b){return b||(this.paused=!1),this.interval&&clearInterval(this.interval),this.options.interval&&!this.paused&&(this.interval=setInterval(a.proxy(this.next,this),this.options.interval)),this},b.prototype.getActiveIndex=function(){return this.$active=this.$element.find(".item.active"),this.$items=this.$active.parent().children(),this.$items.index(this.$active)},b.prototype.to=function(b){var c=this,d=this.getActiveIndex();return b>this.$items.length-1||0>b?void 0:this.sliding?this.$element.one("slid.bs.carousel",function(){c.to(b)}):d==b?this.pause().cycle():this.slide(b>d?"next":"prev",a(this.$items[b]))},b.prototype.pause=function(b){return b||(this.paused=!0),this.$element.find(".next, .prev").length&&a.support.transition&&(this.$element.trigger(a.support.transition.end),this.cycle(!0)),this.interval=clearInterval(this.interval),this},b.prototype.next=function(){return this.sliding?void 0:this.slide("next")},b.prototype.prev=function(){return this.sliding?void 0:this.slide("prev")},b.prototype.slide=function(b,c){var d=this.$element.find(".item.active"),e=c||d[b](),f=this.interval,g="next"==b?"left":"right",h="next"==b?"first":"last",i=this;if(!e.length){if(!this.options.wrap)return;e=this.$element.find(".item")[h]()}if(e.hasClass("active"))return this.sliding=!1;var j=a.Event("slide.bs.carousel",{relatedTarget:e[0],direction:g});return this.$element.trigger(j),j.isDefaultPrevented()?void 0:(this.sliding=!0,f&&this.pause(),this.$indicators.length&&(this.$indicators.find(".active").removeClass("active"),this.$element.one("slid.bs.carousel",function(){var b=a(i.$indicators.children()[i.getActiveIndex()]);b&&b.addClass("active")})),a.support.transition&&this.$element.hasClass("slide")?(e.addClass(b),e[0].offsetWidth,d.addClass(g),e.addClass(g),d.one(a.support.transition.end,function(){e.removeClass([b,g].join(" ")).addClass("active"),d.removeClass(["active",g].join(" ")),i.sliding=!1,setTimeout(function(){i.$element.trigger("slid.bs.carousel")},0)}).emulateTransitionEnd(1e3*d.css("transition-duration").slice(0,-1))):(d.removeClass("active"),e.addClass("active"),this.sliding=!1,this.$element.trigger("slid.bs.carousel")),f&&this.cycle(),this)};var c=a.fn.carousel;a.fn.carousel=function(c){return this.each(function(){var d=a(this),e=d.data("bs.carousel"),f=a.extend({},b.DEFAULTS,d.data(),"object"==typeof c&&c),g="string"==typeof c?c:f.slide;e||d.data("bs.carousel",e=new b(this,f)),"number"==typeof c?e.to(c):g?e[g]():f.interval&&e.pause().cycle()})},a.fn.carousel.Constructor=b,a.fn.carousel.noConflict=function(){return a.fn.carousel=c,this},a(document).on("click.bs.carousel.data-api","[data-slide], [data-slide-to]",function(b){var c,d=a(this),e=a(d.attr("data-target")||(c=d.attr("href"))&&c.replace(/.*(?=#[^\s]+$)/,"")),f=a.extend({},e.data(),d.data()),g=d.attr("data-slide-to");g&&(f.interval=!1),e.carousel(f),(g=d.attr("data-slide-to"))&&e.data("bs.carousel").to(g),b.preventDefault()}),a(window).on("load",function(){a('[data-ride="carousel"]').each(function(){var b=a(this);b.carousel(b.data())})})}(jQuery),+function(a){"use strict";var b=function(c,d){this.$element=a(c),this.options=a.extend({},b.DEFAULTS,d),this.transitioning=null,this.options.parent&&(this.$parent=a(this.options.parent)),this.options.toggle&&this.toggle()};b.DEFAULTS={toggle:!0},b.prototype.dimension=function(){var a=this.$element.hasClass("width");return a?"width":"height"},b.prototype.show=function(){if(!this.transitioning&&!this.$element.hasClass("in")){var b=a.Event("show.bs.collapse");if(this.$element.trigger(b),!b.isDefaultPrevented()){var c=this.$parent&&this.$parent.find("> .panel > .in");if(c&&c.length){var d=c.data("bs.collapse");if(d&&d.transitioning)return;c.collapse("hide"),d||c.data("bs.collapse",null)}var e=this.dimension();this.$element.removeClass("collapse").addClass("collapsing")[e](0),this.transitioning=1;var f=function(){this.$element.removeClass("collapsing").addClass("collapse in")[e]("auto"),this.transitioning=0,this.$element.trigger("shown.bs.collapse")};if(!a.support.transition)return f.call(this);var g=a.camelCase(["scroll",e].join("-"));this.$element.one(a.support.transition.end,a.proxy(f,this)).emulateTransitionEnd(350)[e](this.$element[0][g])}}},b.prototype.hide=function(){if(!this.transitioning&&this.$element.hasClass("in")){var b=a.Event("hide.bs.collapse");if(this.$element.trigger(b),!b.isDefaultPrevented()){var c=this.dimension();this.$element[c](this.$element[c]())[0].offsetHeight,this.$element.addClass("collapsing").removeClass("collapse").removeClass("in"),this.transitioning=1;var d=function(){this.transitioning=0,this.$element.trigger("hidden.bs.collapse").removeClass("collapsing").addClass("collapse")};return a.support.transition?void this.$element[c](0).one(a.support.transition.end,a.proxy(d,this)).emulateTransitionEnd(350):d.call(this)}}},b.prototype.toggle=function(){this[this.$element.hasClass("in")?"hide":"show"]()};var c=a.fn.collapse;a.fn.collapse=function(c){return this.each(function(){var d=a(this),e=d.data("bs.collapse"),f=a.extend({},b.DEFAULTS,d.data(),"object"==typeof c&&c);!e&&f.toggle&&"show"==c&&(c=!c),e||d.data("bs.collapse",e=new b(this,f)),"string"==typeof c&&e[c]()})},a.fn.collapse.Constructor=b,a.fn.collapse.noConflict=function(){return a.fn.collapse=c,this},a(document).on("click.bs.collapse.data-api","[data-toggle=collapse]",function(b){var c,d=a(this),e=d.attr("data-target")||b.preventDefault()||(c=d.attr("href"))&&c.replace(/.*(?=#[^\s]+$)/,""),f=a(e),g=f.data("bs.collapse"),h=g?"toggle":d.data(),i=d.attr("data-parent"),j=i&&a(i);g&&g.transitioning||(j&&j.find('[data-toggle=collapse][data-parent="'+i+'"]').not(d).addClass("collapsed"),d[f.hasClass("in")?"addClass":"removeClass"]("collapsed")),f.collapse(h)})}(jQuery),+function(a){"use strict";function b(b){a(d).remove(),a(e).each(function(){var d=c(a(this)),e={relatedTarget:this};d.hasClass("open")&&(d.trigger(b=a.Event("hide.bs.dropdown",e)),b.isDefaultPrevented()||d.removeClass("open").trigger("hidden.bs.dropdown",e))})}function c(b){var c=b.attr("data-target");c||(c=b.attr("href"),c=c&&/#[A-Za-z]/.test(c)&&c.replace(/.*(?=#[^\s]*$)/,""));var d=c&&a(c);return d&&d.length?d:b.parent()}var d=".dropdown-backdrop",e="[data-toggle=dropdown]",f=function(b){a(b).on("click.bs.dropdown",this.toggle)};f.prototype.toggle=function(d){var e=a(this);if(!e.is(".disabled, :disabled")){var f=c(e),g=f.hasClass("open");if(b(),!g){"ontouchstart"in document.documentElement&&!f.closest(".navbar-nav").length&&a('<div class="dropdown-backdrop"/>').insertAfter(a(this)).on("click",b);var h={relatedTarget:this};if(f.trigger(d=a.Event("show.bs.dropdown",h)),d.isDefaultPrevented())return;f.toggleClass("open").trigger("shown.bs.dropdown",h),e.focus()}return!1}},f.prototype.keydown=function(b){if(/(38|40|27)/.test(b.keyCode)){var d=a(this);if(b.preventDefault(),b.stopPropagation(),!d.is(".disabled, :disabled")){var f=c(d),g=f.hasClass("open");if(!g||g&&27==b.keyCode)return 27==b.which&&f.find(e).focus(),d.click();var h=" li:not(.divider):visible a",i=f.find("[role=menu]"+h+", [role=listbox]"+h);if(i.length){var j=i.index(i.filter(":focus"));38==b.keyCode&&j>0&&j--,40==b.keyCode&&j<i.length-1&&j++,~j||(j=0),i.eq(j).focus()}}}};var g=a.fn.dropdown;a.fn.dropdown=function(b){return this.each(function(){var c=a(this),d=c.data("bs.dropdown");d||c.data("bs.dropdown",d=new f(this)),"string"==typeof b&&d[b].call(c)})},a.fn.dropdown.Constructor=f,a.fn.dropdown.noConflict=function(){return a.fn.dropdown=g,this},a(document).on("click.bs.dropdown.data-api",b).on("click.bs.dropdown.data-api",".dropdown form",function(a){a.stopPropagation()}).on("click.bs.dropdown.data-api",e,f.prototype.toggle).on("keydown.bs.dropdown.data-api",e+", [role=menu], [role=listbox]",f.prototype.keydown)}(jQuery),+function(a){"use strict";var b=function(b,c){this.options=c,this.$element=a(b),this.$backdrop=this.isShown=null,this.options.remote&&this.$element.find(".modal-content").load(this.options.remote,a.proxy(function(){this.$element.trigger("loaded.bs.modal")},this))};b.DEFAULTS={backdrop:!0,keyboard:!0,show:!0},b.prototype.toggle=function(a){return this[this.isShown?"hide":"show"](a)},b.prototype.show=function(b){var c=this,d=a.Event("show.bs.modal",{relatedTarget:b});this.$element.trigger(d),this.isShown||d.isDefaultPrevented()||(this.isShown=!0,this.escape(),this.$element.on("click.dismiss.bs.modal",'[data-dismiss="modal"]',a.proxy(this.hide,this)),this.backdrop(function(){var d=a.support.transition&&c.$element.hasClass("fade");c.$element.parent().length||c.$element.appendTo(document.body),c.$element.show().scrollTop(0),d&&c.$element[0].offsetWidth,c.$element.addClass("in").attr("aria-hidden",!1),c.enforceFocus();var e=a.Event("shown.bs.modal",{relatedTarget:b});d?c.$element.find(".modal-dialog").one(a.support.transition.end,function(){c.$element.focus().trigger(e)}).emulateTransitionEnd(300):c.$element.focus().trigger(e)}))},b.prototype.hide=function(b){b&&b.preventDefault(),b=a.Event("hide.bs.modal"),this.$element.trigger(b),this.isShown&&!b.isDefaultPrevented()&&(this.isShown=!1,this.escape(),a(document).off("focusin.bs.modal"),this.$element.removeClass("in").attr("aria-hidden",!0).off("click.dismiss.bs.modal"),a.support.transition&&this.$element.hasClass("fade")?this.$element.one(a.support.transition.end,a.proxy(this.hideModal,this)).emulateTransitionEnd(300):this.hideModal())},b.prototype.enforceFocus=function(){a(document).off("focusin.bs.modal").on("focusin.bs.modal",a.proxy(function(a){this.$element[0]===a.target||this.$element.has(a.target).length||this.$element.focus()},this))},b.prototype.escape=function(){this.isShown&&this.options.keyboard?this.$element.on("keyup.dismiss.bs.modal",a.proxy(function(a){27==a.which&&this.hide()},this)):this.isShown||this.$element.off("keyup.dismiss.bs.modal")},b.prototype.hideModal=function(){var a=this;this.$element.hide(),this.backdrop(function(){a.removeBackdrop(),a.$element.trigger("hidden.bs.modal")})},b.prototype.removeBackdrop=function(){this.$backdrop&&this.$backdrop.remove(),this.$backdrop=null},b.prototype.backdrop=function(b){var c=this.$element.hasClass("fade")?"fade":"";if(this.isShown&&this.options.backdrop){var d=a.support.transition&&c;if(this.$backdrop=a('<div class="modal-backdrop '+c+'" />').appendTo(document.body),this.$element.on("click.dismiss.bs.modal",a.proxy(function(a){a.target===a.currentTarget&&("static"==this.options.backdrop?this.$element[0].focus.call(this.$element[0]):this.hide.call(this))},this)),d&&this.$backdrop[0].offsetWidth,this.$backdrop.addClass("in"),!b)return;d?this.$backdrop.one(a.support.transition.end,b).emulateTransitionEnd(150):b()}else!this.isShown&&this.$backdrop?(this.$backdrop.removeClass("in"),a.support.transition&&this.$element.hasClass("fade")?this.$backdrop.one(a.support.transition.end,b).emulateTransitionEnd(150):b()):b&&b()};var c=a.fn.modal;a.fn.modal=function(c,d){return this.each(function(){var e=a(this),f=e.data("bs.modal"),g=a.extend({},b.DEFAULTS,e.data(),"object"==typeof c&&c);f||e.data("bs.modal",f=new b(this,g)),"string"==typeof c?f[c](d):g.show&&f.show(d)})},a.fn.modal.Constructor=b,a.fn.modal.noConflict=function(){return a.fn.modal=c,this},a(document).on("click.bs.modal.data-api",'[data-toggle="modal"]',function(b){var c=a(this),d=c.attr("href"),e=a(c.attr("data-target")||d&&d.replace(/.*(?=#[^\s]+$)/,"")),f=e.data("bs.modal")?"toggle":a.extend({remote:!/#/.test(d)&&d},e.data(),c.data());c.is("a")&&b.preventDefault(),e.modal(f,this).one("hide",function(){c.is(":visible")&&c.focus()})}),a(document).on("show.bs.modal",".modal",function(){a(document.body).addClass("modal-open")}).on("hidden.bs.modal",".modal",function(){a(document.body).removeClass("modal-open")})}(jQuery),+function(a){"use strict";var b=function(a,b){this.type=this.options=this.enabled=this.timeout=this.hoverState=this.$element=null,this.init("tooltip",a,b)};b.DEFAULTS={animation:!0,placement:"top",selector:!1,template:'<div class="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>',trigger:"hover focus",title:"",delay:0,html:!1,container:!1},b.prototype.init=function(b,c,d){this.enabled=!0,this.type=b,this.$element=a(c),this.options=this.getOptions(d);for(var e=this.options.trigger.split(" "),f=e.length;f--;){var g=e[f];if("click"==g)this.$element.on("click."+this.type,this.options.selector,a.proxy(this.toggle,this));else if("manual"!=g){var h="hover"==g?"mouseenter":"focusin",i="hover"==g?"mouseleave":"focusout";this.$element.on(h+"."+this.type,this.options.selector,a.proxy(this.enter,this)),this.$element.on(i+"."+this.type,this.options.selector,a.proxy(this.leave,this))}}this.options.selector?this._options=a.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},b.prototype.getDefaults=function(){return b.DEFAULTS},b.prototype.getOptions=function(b){return b=a.extend({},this.getDefaults(),this.$element.data(),b),b.delay&&"number"==typeof b.delay&&(b.delay={show:b.delay,hide:b.delay}),b},b.prototype.getDelegateOptions=function(){var b={},c=this.getDefaults();return this._options&&a.each(this._options,function(a,d){c[a]!=d&&(b[a]=d)}),b},b.prototype.enter=function(b){var c=b instanceof this.constructor?b:a(b.currentTarget)[this.type](this.getDelegateOptions()).data("bs."+this.type);return clearTimeout(c.timeout),c.hoverState="in",c.options.delay&&c.options.delay.show?void(c.timeout=setTimeout(function(){"in"==c.hoverState&&c.show()},c.options.delay.show)):c.show()},b.prototype.leave=function(b){var c=b instanceof this.constructor?b:a(b.currentTarget)[this.type](this.getDelegateOptions()).data("bs."+this.type);return clearTimeout(c.timeout),c.hoverState="out",c.options.delay&&c.options.delay.hide?void(c.timeout=setTimeout(function(){"out"==c.hoverState&&c.hide()},c.options.delay.hide)):c.hide()},b.prototype.show=function(){var b=a.Event("show.bs."+this.type);if(this.hasContent()&&this.enabled){if(this.$element.trigger(b),b.isDefaultPrevented())return;var c=this,d=this.tip();this.setContent(),this.options.animation&&d.addClass("fade");var e="function"==typeof this.options.placement?this.options.placement.call(this,d[0],this.$element[0]):this.options.placement,f=/\s?auto?\s?/i,g=f.test(e);g&&(e=e.replace(f,"")||"top"),d.detach().css({top:0,left:0,display:"block"}).addClass(e),this.options.container?d.appendTo(this.options.container):d.insertAfter(this.$element);var h=this.getPosition(),i=d[0].offsetWidth,j=d[0].offsetHeight;if(g){var k=this.$element.parent(),l=e,m=document.documentElement.scrollTop||document.body.scrollTop,n="body"==this.options.container?window.innerWidth:k.outerWidth(),o="body"==this.options.container?window.innerHeight:k.outerHeight(),p="body"==this.options.container?0:k.offset().left;e="bottom"==e&&h.top+h.height+j-m>o?"top":"top"==e&&h.top-m-j<0?"bottom":"right"==e&&h.right+i>n?"left":"left"==e&&h.left-i<p?"right":e,d.removeClass(l).addClass(e)}var q=this.getCalculatedOffset(e,h,i,j);this.applyPlacement(q,e),this.hoverState=null;var r=function(){c.$element.trigger("shown.bs."+c.type)};a.support.transition&&this.$tip.hasClass("fade")?d.one(a.support.transition.end,r).emulateTransitionEnd(150):r()}},b.prototype.applyPlacement=function(b,c){var d,e=this.tip(),f=e[0].offsetWidth,g=e[0].offsetHeight,h=parseInt(e.css("margin-top"),10),i=parseInt(e.css("margin-left"),10);isNaN(h)&&(h=0),isNaN(i)&&(i=0),b.top=b.top+h,b.left=b.left+i,a.offset.setOffset(e[0],a.extend({using:function(a){e.css({top:Math.round(a.top),left:Math.round(a.left)})}},b),0),e.addClass("in");var j=e[0].offsetWidth,k=e[0].offsetHeight;if("top"==c&&k!=g&&(d=!0,b.top=b.top+g-k),/bottom|top/.test(c)){var l=0;b.left<0&&(l=-2*b.left,b.left=0,e.offset(b),j=e[0].offsetWidth,k=e[0].offsetHeight),this.replaceArrow(l-f+j,j,"left")}else this.replaceArrow(k-g,k,"top");d&&e.offset(b)},b.prototype.replaceArrow=function(a,b,c){this.arrow().css(c,a?50*(1-a/b)+"%":"")},b.prototype.setContent=function(){var a=this.tip(),b=this.getTitle();a.find(".tooltip-inner")[this.options.html?"html":"text"](b),a.removeClass("fade in top bottom left right")},b.prototype.hide=function(){function b(){"in"!=c.hoverState&&d.detach(),c.$element.trigger("hidden.bs."+c.type)}var c=this,d=this.tip(),e=a.Event("hide.bs."+this.type);return this.$element.trigger(e),e.isDefaultPrevented()?void 0:(d.removeClass("in"),a.support.transition&&this.$tip.hasClass("fade")?d.one(a.support.transition.end,b).emulateTransitionEnd(150):b(),this.hoverState=null,this)},b.prototype.fixTitle=function(){var a=this.$element;(a.attr("title")||"string"!=typeof a.attr("data-original-title"))&&a.attr("data-original-title",a.attr("title")||"").attr("title","")},b.prototype.hasContent=function(){return this.getTitle()},b.prototype.getPosition=function(){var b=this.$element[0];return a.extend({},"function"==typeof b.getBoundingClientRect?b.getBoundingClientRect():{width:b.offsetWidth,height:b.offsetHeight},this.$element.offset())},b.prototype.getCalculatedOffset=function(a,b,c,d){return"bottom"==a?{top:b.top+b.height,left:b.left+b.width/2-c/2}:"top"==a?{top:b.top-d,left:b.left+b.width/2-c/2}:"left"==a?{top:b.top+b.height/2-d/2,left:b.left-c}:{top:b.top+b.height/2-d/2,left:b.left+b.width}},b.prototype.getTitle=function(){var a,b=this.$element,c=this.options;return a=b.attr("data-original-title")||("function"==typeof c.title?c.title.call(b[0]):c.title)},b.prototype.tip=function(){return this.$tip=this.$tip||a(this.options.template)},b.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".tooltip-arrow")},b.prototype.validate=function(){this.$element[0].parentNode||(this.hide(),this.$element=null,this.options=null)},b.prototype.enable=function(){this.enabled=!0},b.prototype.disable=function(){this.enabled=!1},b.prototype.toggleEnabled=function(){this.enabled=!this.enabled},b.prototype.toggle=function(b){var c=b?a(b.currentTarget)[this.type](this.getDelegateOptions()).data("bs."+this.type):this;c.tip().hasClass("in")?c.leave(c):c.enter(c)},b.prototype.destroy=function(){clearTimeout(this.timeout),this.hide().$element.off("."+this.type).removeData("bs."+this.type)};var c=a.fn.tooltip;a.fn.tooltip=function(c){return this.each(function(){var d=a(this),e=d.data("bs.tooltip"),f="object"==typeof c&&c;(e||"destroy"!=c)&&(e||d.data("bs.tooltip",e=new b(this,f)),"string"==typeof c&&e[c]())})},a.fn.tooltip.Constructor=b,a.fn.tooltip.noConflict=function(){return a.fn.tooltip=c,this}}(jQuery),+function(a){"use strict";var b=function(a,b){this.init("popover",a,b)};if(!a.fn.tooltip)throw new Error("Popover requires tooltip.js");b.DEFAULTS=a.extend({},a.fn.tooltip.Constructor.DEFAULTS,{placement:"right",trigger:"click",content:"",template:'<div class="popover"><div class="arrow"></div><h3 class="popover-title"></h3><div class="popover-content"></div></div>'}),b.prototype=a.extend({},a.fn.tooltip.Constructor.prototype),b.prototype.constructor=b,b.prototype.getDefaults=function(){return b.DEFAULTS},b.prototype.setContent=function(){var a=this.tip(),b=this.getTitle(),c=this.getContent();a.find(".popover-title")[this.options.html?"html":"text"](b),a.find(".popover-content")[this.options.html?"string"==typeof c?"html":"append":"text"](c),a.removeClass("fade top bottom left right in"),a.find(".popover-title").html()||a.find(".popover-title").hide()},b.prototype.hasContent=function(){return this.getTitle()||this.getContent()},b.prototype.getContent=function(){var a=this.$element,b=this.options;return a.attr("data-content")||("function"==typeof b.content?b.content.call(a[0]):b.content)},b.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".arrow")},b.prototype.tip=function(){return this.$tip||(this.$tip=a(this.options.template)),this.$tip};var c=a.fn.popover;a.fn.popover=function(c){return this.each(function(){var d=a(this),e=d.data("bs.popover"),f="object"==typeof c&&c;(e||"destroy"!=c)&&(e||d.data("bs.popover",e=new b(this,f)),"string"==typeof c&&e[c]())})},a.fn.popover.Constructor=b,a.fn.popover.noConflict=function(){return a.fn.popover=c,this}}(jQuery),+function(a){"use strict";function b(c,d){var e,f=a.proxy(this.process,this);this.$element=a(a(c).is("body")?window:c),this.$body=a("body"),this.$scrollElement=this.$element.on("scroll.bs.scroll-spy.data-api",f),this.options=a.extend({},b.DEFAULTS,d),this.selector=(this.options.target||(e=a(c).attr("href"))&&e.replace(/.*(?=#[^\s]+$)/,"")||"")+" .nav li > a",this.offsets=a([]),this.targets=a([]),this.activeTarget=null,this.refresh(),this.process()}b.DEFAULTS={offset:10},b.prototype.refresh=function(){var b=this.$element[0]==window?"offset":"position";this.offsets=a([]),this.targets=a([]);{var c=this;this.$body.find(this.selector).map(function(){var d=a(this),e=d.data("target")||d.attr("href"),f=/^#./.test(e)&&a(e);return f&&f.length&&f.is(":visible")&&[[f[b]().top+(!a.isWindow(c.$scrollElement.get(0))&&c.$scrollElement.scrollTop()),e]]||null}).sort(function(a,b){return a[0]-b[0]}).each(function(){c.offsets.push(this[0]),c.targets.push(this[1])})}},b.prototype.process=function(){var a,b=this.$scrollElement.scrollTop()+this.options.offset,c=this.$scrollElement[0].scrollHeight||this.$body[0].scrollHeight,d=c-this.$scrollElement.height(),e=this.offsets,f=this.targets,g=this.activeTarget;if(b>=d)return g!=(a=f.last()[0])&&this.activate(a);if(g&&b<=e[0])return g!=(a=f[0])&&this.activate(a);for(a=e.length;a--;)g!=f[a]&&b>=e[a]&&(!e[a+1]||b<=e[a+1])&&this.activate(f[a])},b.prototype.activate=function(b){this.activeTarget=b,a(this.selector).parentsUntil(this.options.target,".active").removeClass("active");var c=this.selector+'[data-target="'+b+'"],'+this.selector+'[href="'+b+'"]',d=a(c).parents("li").addClass("active");d.parent(".dropdown-menu").length&&(d=d.closest("li.dropdown").addClass("active")),d.trigger("activate.bs.scrollspy")};var c=a.fn.scrollspy;a.fn.scrollspy=function(c){return this.each(function(){var d=a(this),e=d.data("bs.scrollspy"),f="object"==typeof c&&c;e||d.data("bs.scrollspy",e=new b(this,f)),"string"==typeof c&&e[c]()})},a.fn.scrollspy.Constructor=b,a.fn.scrollspy.noConflict=function(){return a.fn.scrollspy=c,this},a(window).on("load",function(){a('[data-spy="scroll"]').each(function(){var b=a(this);b.scrollspy(b.data())})})}(jQuery),+function(a){"use strict";var b=function(b){this.element=a(b)};b.prototype.show=function(){var b=this.element,c=b.closest("ul:not(.dropdown-menu)"),d=b.data("target");if(d||(d=b.attr("href"),d=d&&d.replace(/.*(?=#[^\s]*$)/,"")),!b.parent("li").hasClass("active")){var e=c.find(".active:last a")[0],f=a.Event("show.bs.tab",{relatedTarget:e});if(b.trigger(f),!f.isDefaultPrevented()){var g=a(d);this.activate(b.parent("li"),c),this.activate(g,g.parent(),function(){b.trigger({type:"shown.bs.tab",relatedTarget:e})})}}},b.prototype.activate=function(b,c,d){function e(){f.removeClass("active").find("> .dropdown-menu > .active").removeClass("active"),b.addClass("active"),g?(b[0].offsetWidth,b.addClass("in")):b.removeClass("fade"),b.parent(".dropdown-menu")&&b.closest("li.dropdown").addClass("active"),d&&d()}var f=c.find("> .active"),g=d&&a.support.transition&&f.hasClass("fade");g?f.one(a.support.transition.end,e).emulateTransitionEnd(150):e(),f.removeClass("in")};var c=a.fn.tab;a.fn.tab=function(c){return this.each(function(){var d=a(this),e=d.data("bs.tab");e||d.data("bs.tab",e=new b(this)),"string"==typeof c&&e[c]()})},a.fn.tab.Constructor=b,a.fn.tab.noConflict=function(){return a.fn.tab=c,this},a(document).on("click.bs.tab.data-api",'[data-toggle="tab"], [data-toggle="pill"]',function(b){b.preventDefault(),a(this).tab("show")})}(jQuery),+function(a){"use strict";var b=function(c,d){this.options=a.extend({},b.DEFAULTS,d),this.$window=a(window).on("scroll.bs.affix.data-api",a.proxy(this.checkPosition,this)).on("click.bs.affix.data-api",a.proxy(this.checkPositionWithEventLoop,this)),this.$element=a(c),this.affixed=this.unpin=this.pinnedOffset=null,this.checkPosition()};b.RESET="affix affix-top affix-bottom",b.DEFAULTS={offset:0},b.prototype.getPinnedOffset=function(){if(this.pinnedOffset)return this.pinnedOffset;this.$element.removeClass(b.RESET).addClass("affix");var a=this.$window.scrollTop(),c=this.$element.offset();return this.pinnedOffset=c.top-a},b.prototype.checkPositionWithEventLoop=function(){setTimeout(a.proxy(this.checkPosition,this),1)},b.prototype.checkPosition=function(){if(this.$element.is(":visible")){var c=a(document).height(),d=this.$window.scrollTop(),e=this.$element.offset(),f=this.options.offset,g=f.top,h=f.bottom;"top"==this.affixed&&(e.top+=d),"object"!=typeof f&&(h=g=f),"function"==typeof g&&(g=f.top(this.$element)),"function"==typeof h&&(h=f.bottom(this.$element));var i=null!=this.unpin&&d+this.unpin<=e.top?!1:null!=h&&e.top+this.$element.height()>=c-h?"bottom":null!=g&&g>=d?"top":!1;if(this.affixed!==i){this.unpin&&this.$element.css("top","");var j="affix"+(i?"-"+i:""),k=a.Event(j+".bs.affix");this.$element.trigger(k),k.isDefaultPrevented()||(this.affixed=i,this.unpin="bottom"==i?this.getPinnedOffset():null,this.$element.removeClass(b.RESET).addClass(j).trigger(a.Event(j.replace("affix","affixed"))),"bottom"==i&&this.$element.offset({top:c-h-this.$element.height()}))}}};var c=a.fn.affix;a.fn.affix=function(c){return this.each(function(){var d=a(this),e=d.data("bs.affix"),f="object"==typeof c&&c;e||d.data("bs.affix",e=new b(this,f)),"string"==typeof c&&e[c]()})},a.fn.affix.Constructor=b,a.fn.affix.noConflict=function(){return a.fn.affix=c,this},a(window).on("load",function(){a('[data-spy="affix"]').each(function(){var b=a(this),c=b.data();c.offset=c.offset||{},c.offsetBottom&&(c.offset.bottom=c.offsetBottom),c.offsetTop&&(c.offset.top=c.offsetTop),b.affix(c)})})}(jQuery);
})(window._$);
// source --> https://staging.onlysofa.pl/wp-content/cache/autoptimize/js/autoptimize_single_8d5c939aae67e156fc9d459dd277c05b.js?ver=1.0.2658 
(function(jQuery,$){jQuery(function(){'use strict';var indexURL=jQuery('link[rel="header_link"]').attr('href');if(indexURL&&jQuery('header').length){jQuery('header').attr('data-setlocation',indexURL);}
$(document).on('click.themler',['a','form','input','button','textarea'].map(function(tag){return'header[data-setlocation] '+tag;}).join(', '),function(e){e.stopPropagation();}).on('click.themler','header[data-setlocation]',function(){var elem=$(this),href=elem.data('setlocation');window.location.href=href;});function adminAffix(el){el.off('affix-calc.theme.affix').on('affix-calc.theme.affix',function(e){var offset=0,el=jQuery(this),fixAtScreen=jQuery(this).data('fixAtScreen'),elOffset=parseInt(el.data('offset'),10)||0,adminHeight=jQuery('#wpadminbar').outerHeight()||0;if(fixAtScreen==='top'&&elOffset<adminHeight){offset=adminHeight-elOffset;}
e.offset=offset;});}
jQuery('body').on('affix-init.theme.affix',function(e,el){if(!el)return;adminAffix(el);});adminAffix(jQuery('[data-fix-at-screen]'));$('[data-smooth-scroll] a[href*="#"]').each(function(){var href=$(this).attr('href');if(href.indexOf(window.location.href)===0){href=href.replace(window.location.href,'');if(href.charAt(0)==='#'){$(this).attr('href',href);}}});if(window.wpJQuery){window.wpJQuery(document.body).bind('added_to_cart',function(){jQuery(document).trigger('force-grids-update');});}
function setLocaleCookie(locale){var expires=new Date();expires.setFullYear(expires.getFullYear()+100);document.cookie="language="+locale+";expires="+expires.toGMTString()+';path=/';window.location.reload();}
jQuery('[item_id^=language_]').each(function(){var item=jQuery(this);var itemId=item.attr('item_id');var locale=itemId.substr(itemId.indexOf('_')+1);item.click(function(){setLocaleCookie(locale);});});});window.isThemlerIframe=function(){'use strict';try{return"undefined"!==typeof parent.AppController;}catch(e){return false;}};})(window._$,window._$);(function(jQuery,$){(function($){'use strict';window.initAffix=function initAffix(selector){$('.bd-affix-fake').prev(':not([data-fix-at-screen])').next().remove();$(selector).each(function(){var element=$(this),offset={},cachedOffset=null;element.off('.affix');element.removeAttr('style');element.removeClass($.fn.affix.Constructor.RESET);element.removeData('bs.affix');offset.top=function(){var hasAffix=element.hasClass('affix');if(cachedOffset===null&&hasAffix){element.removeClass('affix');}
if(!hasAffix){var elTop=element.offset().top,offset=parseInt(element.data('offset'),10)||0,clipAtControl=element.data('clipAtControl'),fixAtScreen=element.data('fixAtScreen'),elHeight=element.outerHeight();var ev=$.Event('affix-calc.theme.affix');element.trigger(ev);ev.offset=ev.offset||0;offset+=ev.offset;if(clipAtControl==='bottom'){elTop+=elHeight;}
if(fixAtScreen==='bottom'){elTop+=offset;elTop-=$(window).height();}
if(fixAtScreen==='top'){elTop-=offset;}
cachedOffset=elTop;}
if(cachedOffset===null&&hasAffix){element.addClass('affix');}
return cachedOffset;};element.on('affix.bs.affix',function(e){var el=$(this),fake=el.next('.bd-affix-fake');if(!fake.is(':visible')){e.preventDefault();return;}
if(['absolute','fixed'].indexOf(el.css('position'))===-1){fake.css('height',el.outerHeight(true));}
var body=$('body');var bodyWidth=body.outerWidth()||1;var elWidth=el.outerWidth();var elLeft=el.offset().left;el.css('width',(el.outerWidth()/bodyWidth*100)+'%');el.css('left',(elLeft/bodyWidth*100)+'%');el.css('right',((bodyWidth-elLeft-elWidth)/bodyWidth*100)+'%');var offset=parseInt(element.data('offset'),10)||0;var ev=$.Event('affix-calc.theme.affix');el.trigger(ev);ev.offset=ev.offset||0;offset+=ev.offset;if(element.data('fixAtScreen')==='bottom'){el.css('top','auto');el.css('bottom',offset+'px');}else{el.css('top',offset+'px');el.css('bottom','auto');}});element.on('affixed-top.bs.affix',function(){$(this).next('.bd-affix-fake').removeAttr('style');$(this).removeAttr('style');});if(!element.next('.bd-affix-fake').length){element.after('<div class="bd-affix-fake bd-no-margins"></div>');}
$('body').trigger($.Event('affix-init.theme.affix'),[element]);element.affix({'offset':offset});element.affix('checkPosition');});};$(function($){var affixTimeout;$(window).on('resize',function(e,param){clearTimeout(affixTimeout);if(param&&param.force){window.initAffix('[data-affix]');}else{affixTimeout=setTimeout(function(){window.initAffix('[data-affix]');},100);}});window.initAffix('[data-affix]');});})(jQuery);})(window._$,window._$);(function(jQuery,$){(function($){'use strict';var $w=$(window);$.fn.visible=function(partial,hidden,direction){if(this.length<1)
return;var $t=this.length>1?this.eq(0):this,t=$t.get(0),vpWidth=$w.width(),vpHeight=$w.height(),direction=(direction)?direction:'both',clientSize=hidden===true?t.offsetWidth*t.offsetHeight:true;if(typeof t.getBoundingClientRect==='function'){var rec=t.getBoundingClientRect(),tViz=rec.top>=0&&rec.top<vpHeight,bViz=rec.bottom>0&&rec.bottom<=vpHeight,lViz=rec.left>=0&&rec.left<vpWidth,rViz=rec.right>0&&rec.right<=vpWidth,vVisible=partial?tViz||bViz:tViz&&bViz,hVisible=partial?lViz||rViz:lViz&&rViz;if(direction==='both')
return clientSize&&vVisible&&hVisible;else if(direction==='vertical')
return clientSize&&vVisible;else if(direction==='horizontal')
return clientSize&&hVisible;}else{var viewTop=$w.scrollTop(),viewBottom=viewTop+vpHeight,viewLeft=$w.scrollLeft(),viewRight=viewLeft+vpWidth,offset=$t.offset(),_top=offset.top,_bottom=_top+$t.height(),_left=offset.left,_right=_left+$t.width(),compareTop=partial===true?_bottom:_top,compareBottom=partial===true?_top:_bottom,compareLeft=partial===true?_right:_left,compareRight=partial===true?_left:_right;if(direction==='both')
return!!clientSize&&((compareBottom<=viewBottom)&&(compareTop>=viewTop))&&((compareRight<=viewRight)&&(compareLeft>=viewLeft));else if(direction==='vertical')
return!!clientSize&&((compareBottom<=viewBottom)&&(compareTop>=viewTop));else if(direction==='horizontal')
return!!clientSize&&((compareRight<=viewRight)&&(compareLeft>=viewLeft));}};$(function(){if($.support.transition&&!$.event.special.bsTransitionEnd){$.event.special[$.support.transition.end]={handle:function(e){if($(e.target).is(this)){return e.handleObj.handler.apply(this,arguments);}}};}});function getQueue(effect){if(effect.is('.animated[data-animation-event]')&&!effect.data('animation-queue')){effect.data('animation-queue',new AsyncQueue(effect));}
return effect.data('animation-queue');}
function runAnimation(effect,eventName){var queue=getQueue(effect);if(queue){queue.push(eventName);}}
function abortAnimation(effect){var queue=getQueue(effect);if(queue){queue.abort();}}
function visibilityImmediate(effect,value){effect.css('transition',value==='hidden'?'none':'');effect.css('visibility',value);}
$(window).resize(function(){$('.animated[data-animation-event*="onloadinterval"]').each(function(){var effect=$(this);runAnimation(effect,'onloadinterval');});});$(function(){$(document).on('mouseover','.animated[data-animation-event*="hover"]',function(){runAnimation($(this),'hover');});$('.animated[data-animation-event*="scroll"]').each(function(){var effect=$(this);if(!getMetaData(effect,'scroll')){return;}
if(needToHide(effect,'scroll')){visibilityImmediate(effect,'hidden');}});$(document).on('scroll',function(){$('.animated[data-animation-event*="scroll"]').each(function(){var effect=$(this);if(!getMetaData(effect,'scroll')){return;}
if(effect.visible(true)){runAnimation(effect,'scroll');}});});$(document).on('scroll',function(){$('.animated[data-animation-event*="scrollloop"]').each(function(){var effect=$(this);if(effect.visible(true)){if(!effect.data('scrollloop-animation-played')){effect.data('scrollloop-animation-played',true);runAnimation(effect,'scrollloop');}}else{effect.removeData('scrollloop-animation-played');}});});$('.animated[data-animation-event*="onload"]').each(function(){var effect=$(this);if(!getMetaData(effect,'onload')){return;}
runAnimation(effect,'onload');});$('.animated[data-animation-event*="onloadinterval"]').each(function(){var effect=$(this);runAnimation(effect,'onloadinterval');});var slideinEffects=$('.animated[data-animation-event*="slidein"]');slideinEffects.each(function(){var effect=$(this);if(needToHide(effect,'slidein')){visibilityImmediate(effect,'hidden');}});var carouselsSlidein=slideinEffects.parents('.carousel');$(document).on('slid.bs.carousel','.carousel',function(){$(this).find('.item.active').find('.animated[data-animation-event*="slidein"]').each(function(){runAnimation($(this),'slidein');});$(this).find('.item:not(.active)').find('.animated[data-animation-event*="slideout"]').each(function(){var effect=$(this);visibilityImmediate(effect,'');});$(this).find('.item:not(.active)').find('.animated[data-animation-event*="slidein"]').each(function(){var effect=$(this);if(needToHide(effect,'slidein')){visibilityImmediate(effect,'hidden');}});});carouselsSlidein.trigger('slid.bs.carousel');var moveSlide=false;$(document).on('slide.bs.carousel','.carousel',function(event){var effects=$(this).find('.item.active .animated[data-animation-event*="slideout"]');if(effects.length&&!moveSlide){event.isDefaultPrevented=function(){return true;};effects.each(function(){var effect=$(this);if(!effect.data('slideout-played')){effect.data('slideout-played',true);abortAnimation(effect);runAnimation(effect,'slideout');}
setTimeout(function(){if(needToHide(effect,'slideout')){visibilityImmediate(effect,'hidden');}}.bind(effect),getAnimationTime(effect,'slideout'));});var eventDirection=event.direction==='left'?'next':'prev';var maxDuration=getMaxDuration(effects,'slideout');setTimeout(function(){effects.each(function(){var effect=$(this);if(needToHide(effect,'slideout')){visibilityImmediate(effect,'hidden');}
if(effect.data('slideout-played')){effect.data('slideout-played',false);}});moveSlide=true;$(this).find('.item.active .animated[data-animation-event*="slidein"]').each(function(){abortAnimation($(this));});$(this).carousel(eventDirection);}.bind(this),maxDuration);}else{moveSlide=false;}});});function AsyncQueue(dom){this.dom=dom;this.queue=[];this.current=null;this.push=function(animation){if(this.queue.indexOf(animation)===-1&&(!this.current||this.current.type!==animation)){this.queue.push(animation);}
this.tryStart();};this.tryStart=function(){if(!this.current&&this.queue.length){this.current=new animationEvents[this.queue.shift()](this.dom);this.current.start(function(){this.current=null;this.tryStart();}.bind(this));}};this.abort=function(){if(this.queue.indexOf('onloadinterval')!==-1){setTimeout(function(){this.push('onloadinterval');}.bind(this),100);}
this.queue=[];if(this.current){this.current.abort();}};}
var animationEvents={hover:AnimationHover,scroll:AnimationScroll,scrollloop:AnimationScrollLoop,onload:AnimationOnload,onloadinterval:AnimationOnloadInterval,slidein:AnimationSlidein,slideout:AnimationSlideout};function BaseAnimation(){}
BaseAnimation.prototype.start=function(nextAnimation){visibilityImmediate(this.dom,'');this.nextAnimation=nextAnimation;startAnimation(this.dom,this.type);this.timer=waitEnd(this.dom,this.type,function(){stopAnimation(this.dom,this.type);this.nextAnimation();}.bind(this));};BaseAnimation.prototype.abort=function(){clearTimeout(this.timer);stopAnimation(this.dom,this.type);this.nextAnimation();};function AnimationHover(dom){this.dom=dom;this.type='hover';}
AnimationHover.prototype=Object.create(BaseAnimation.prototype);function AnimationScroll(dom){this.dom=dom;this.type='scroll';}
AnimationScroll.prototype=Object.create(BaseAnimation.prototype);AnimationScroll.prototype.start=function(nextAnimation){if(this.dom.data('scroll-animation-done')){nextAnimation();return;}
BaseAnimation.prototype.start.call(this,function(){this.dom.data('scroll-animation-done',true);nextAnimation();}.bind(this));};function AnimationScrollLoop(dom){this.dom=dom;this.type='scrollloop';}
AnimationScrollLoop.prototype=Object.create(BaseAnimation.prototype);function AnimationOnload(dom){this.dom=dom;this.type='onload';}
AnimationOnload.prototype=Object.create(BaseAnimation.prototype);function AnimationOnloadInterval(dom){this.dom=dom;this.type='onloadinterval';}
AnimationOnloadInterval.prototype=Object.create(BaseAnimation.prototype);AnimationOnloadInterval.prototype.start=function(nextAnimation){BaseAnimation.prototype.start.call(this,function(){setTimeout(function(){runAnimation(this.dom,'onloadinterval');}.bind(this),50);nextAnimation();}.bind(this));};function AnimationSlidein(dom){this.dom=dom;this.type='slidein';}
AnimationSlidein.prototype=Object.create(BaseAnimation.prototype);function AnimationSlideout(dom){this.dom=dom;this.type='slideout';}
AnimationSlideout.prototype=Object.create(BaseAnimation.prototype);function startAnimation(dom,eventName){var data=getMetaData(dom,eventName);if(data){dom.addClass(data.name);}}
function stopAnimation(dom,eventName){var data=getMetaData(dom,eventName);if(data){dom.removeClass(data.name);}}
function waitEnd(dom,eventName,cb){var data=getMetaData(dom,eventName);if(!data){cb();return;}
var duration=isNaN(parseFloat(data.duration))?1000:parseFloat(data.duration);var delay=isNaN(parseFloat(data.delay))?0:parseFloat(data.delay);if(data.infinited==='true'){return;}
return setTimeout(function(){cb();},delay+duration);}
function getMetaData(dom,eventName){var result;dom=$(dom);var tmp={name:dom.data('animation-name'),event:dom.data('animation-event'),duration:dom.data('animation-duration'),delay:dom.data('animation-delay'),infinited:dom.data('animation-infinited'),display:dom.data('animation-display')};for(var i in tmp){tmp[i]=String(tmp[i]).split(',');}
for(var i=0;i<tmp.name.length;i++){if(eventName===tmp.event[i]){result={name:tmp.name[i],event:tmp.event[i],duration:tmp.duration[i],delay:tmp.delay[i],infinited:tmp.infinited[i],display:tmp.display[i]};if(eventName==='slideout'){result.infinited='false';}
return result;}}}
function needToHide(effect,eventName){var data=getMetaData(effect,eventName);var visibleAnimations=['bounce','flash','pulse','rubber','band','snake','swing','tada','wobble','slideindown','slideinleft','slideinright','slideinup','slideoutdown','slideoutleft','slideoutright','slideoutup'];return visibleAnimations.indexOf(data.name.toLowerCase())===-1;}
function getMaxDuration(effects,eventName){var maxDuration=0;effects.each(function(){var animationTime=getAnimationTime($(this),eventName);maxDuration=maxDuration<animationTime?animationTime:maxDuration;});return maxDuration;}
function getAnimationTime(effect,eventName){var data=getMetaData(effect,eventName);if(!data){return 0;}
var duration=isNaN(parseFloat(data.duration))?0:parseFloat(data.duration),delay=isNaN(parseFloat(data.delay))?0:parseFloat(data.delay);return duration+delay;}})(jQuery);})(window._$,window._$);(function(jQuery,$){(function SeparatedGrid($){'use strict';var row=[],getOffset=function getOffset(el){var isInline=false;el.css('position','relative');if(el.css('display')==='inline'){el.css('display','inline-block');isInline=true;}
var offset=el.position().top;if(isInline){el.css('display','inline');}
return offset;},getCollapsedMargin=function getCollapsedMargin(el){if(el.css('display')==='block'){var m0=parseFloat(el.css('margin-top'));if(m0>0){var p=el.prev();var prop='margin-bottom';if(p.length<1){p=el.parent();prop='margin-top';}
if(p.length>0&&p.css('display')==='block'){var m=parseFloat(p.css(prop));if(m>0){return Math.min(m0,m);}}}}
return 0;},classRE1=new RegExp('^bd-.*-\\d+$'),classRE2=new RegExp('^bd-.*$'),getClass=function getClass(el){var i;for(i=0;i<el.classList.length;i++){if(classRE1.test(el.classList[i])){return el.classList[i];}}
for(i=0;i<el.classList.length;i++){if(classRE2.test(el.classList[i])){return el.classList[i];}}},childFilter=function childFilter(){return!!getClass(this);},getDeeper=function(roots){while(roots.length&&roots.length===roots.children().length){roots=roots.children();}
return roots;},calcOrder=function calcOrder(items){var roots=getDeeper(items);var childrenClasses=[];var childrenWeights={};var getNextWeight=function getNextWeight(children,i,l){for(var j=i+1;j<l;j++){var cls=getClass(children[j]);if(childrenClasses.indexOf(cls)!==-1){return childrenWeights[cls];}}
return 100;};roots.each(function calcWeight(i,root){var children=$(root).children().filter(childFilter);var previousWeight=0;for(var c=0,l=children.length;c<l;c++){var cls=getClass(children[c]);if(!cls||cls.length<1){continue;}
if(childrenClasses.indexOf(cls)===-1){var nextWeight=getNextWeight(children,c,l);childrenWeights[cls]=previousWeight+(nextWeight-previousWeight)/10;childrenClasses.push(cls);}
previousWeight=childrenWeights[cls];}});childrenClasses.sort(function sortWeight(a,b){return childrenWeights[a]>childrenWeights[b];});return childrenClasses;};var calcRow=function calcRow(helpNodes,last,order){$(row).css({'overflow':'visible','height':'auto'}).toggleClass('last-row',last);if(row.length>0){var roots=$(row);roots.removeClass('last-col').last().addClass('last-col');roots=getDeeper(roots);var createHelpNode=function createHelpNode(fix){var helpNode=document.createElement('div');helpNode.setAttribute('style','height:'+fix+'px');helpNode.className='bd-empty-grid-item';helpNodes.push(helpNode);return helpNode;};var cls='';var maxOffset=0;var calcMaxOffsets=function calcMaxOffsets(i,root){var el=$(root).children('.'+cls+':visible:first');if(el.length<1||el.css('position')==='absolute'){return;}
var offset=getOffset(el);if(offset>maxOffset){maxOffset=offset;}};var setMaxOffsets=function setMaxOffsets(i,root){var el=$(root).children('.'+cls+':visible:first');if(el.length<1||el.css('position')==='absolute'){return;}
var offset=getOffset(el);var fix=maxOffset-offset-getCollapsedMargin(el);if(fix>0){el.before(createHelpNode(fix));}};for(var c=0;c<order.length;c++){maxOffset=0;cls=order[c];roots.each(calcMaxOffsets);maxOffset=Math.ceil(maxOffset);roots.each(setMaxOffsets);}
var hMax=0;$.each(roots,function calcMaxHeight(i,e){var h=$(e).outerHeight();if(hMax<h){hMax=h;}});hMax=Math.ceil(hMax);$.each(roots,function setMaxHeight(i,e){var el=$(e);var fix=hMax-el.outerHeight();if(fix>0){el.append(createHelpNode(fix));}});$(row).css('min-height',(hMax+1)+'px');}
row=[];};var itemsRE=new RegExp('.*(separated-item[^\\s]+).*'),resize=function resize(force){var grid=$('.separated-grid');grid.each(function eachGrid(i,gridElement){var g=$(gridElement);if(!g.is(':visible')){return;}
if(!gridElement._item||!gridElement._item.length||!gridElement._item.is(':visible')){gridElement._item=g.find('div[class*=separated-item]:visible:first');if(!gridElement._item.length){return;}
gridElement._items=g.find('div.'+gridElement._item.attr('class').replace(itemsRE,'$1')).filter(function(){return $(this).parents('.separated-grid')[0]===gridElement;});}
var items=gridElement._items;if(!items.length){return;}
var h=0;for(var k=0;k<items.length;k++){var el=$(items[k]);var _h=el.height();if(el.is('.first-col')){h=_h;}
if(h!==_h){gridElement._height=0;}}
if(!force&&g.innerHeight()===gridElement._height&&g.innerWidth()===gridElement._width){return;}
var windowScrollTop=$(window).scrollTop();items.css({'overflow':'hidden','height':'10px','min-height':''}).removeClass('last-row');if(gridElement._helpNodes){$(gridElement._helpNodes).remove();}
gridElement._helpNodes=[];var firstLeft=items.position().left;var order=calcOrder(items);var notDisplayed=[];var lastItem=null;items.each(function eachItems(i,gridItem){var item=$(gridItem);var p=item;do{if(p.css('display')==='none'){p.data('style',p.attr('style')).css('display','block');notDisplayed.push(p[0]);}
p=p.parent();}while(p.length>0&&p[0]!==gridElement&&!item.is(':visible'));var first=firstLeft>=item.position().left;if(first&&row.length>0){calcRow(gridElement._helpNodes,lastItem&&lastItem.parentNode!==gridItem.parentNode,order);}
row.push(gridItem);item.toggleClass('first-col',first);if(i===items.length-1){calcRow(gridElement._helpNodes,true,order);}
lastItem=gridItem;});$(notDisplayed).each(function eachHidden(i,e){var el=$(e);var css=el.data('style');el.removeData('style');if('undefined'!==typeof css){el.attr('style',css);}else{el.removeAttr('style');}});gridElement._width=g.innerWidth();gridElement._height=g.innerHeight();$(window).scrollTop(windowScrollTop);$(window).off('resize',lazy);$(window).resize();$(window).on('resize',lazy);});},timeoutLazy,lazy=function lazy(e,param){clearTimeout(timeoutLazy);if(param&&param.force){resize();}else{timeoutLazy=setTimeout(resize,100,e&&e.type==='resize');}},interval=function interval(){lazy();setTimeout(interval,1000);};$(window).resize(lazy);$(interval);$(document).bind('force-grids-update',resize);$(document).bind('force-grid-update',function(event,grid){if(grid&&grid.length){grid.each(function(i,gridElement){delete gridElement._height;delete gridElement._width;delete gridElement._helpNodes;});grid.find('.bd-empty-grid-item').remove();resize();}});})(jQuery);})(window._$,window._$);(function(jQuery,$){(function($){'use strict';$(onLoad);var timeout;$(window).on('resize',function(event,param){clearTimeout(timeout);if(param&&param.force){applyImageScalling();}else{timeout=setTimeout(function(){applyImageScalling();},100);}});function onLoad(){$(".bd-imagescaling").each(function(){var c=$(this);if(c.length){var img=c.is('img')?c:c.find('img');scaling(img);img.on('load',function(){scaling(img);});}});}
function applyImageScalling(){$(".bd-imagescaling").each(function(){var c=$(this);if(c.length){var img=c.is('img')?c:c.find('img');scaling(img);}});}
function scaling(img){var imgSrc=img.attr('src')||'',imgClass=img.attr('class')||'';var imgWrapper=img.parent('.bd-imagescaling-img');if(!imgWrapper.length||imgClass){if(img.parent().is('.bd-imagescaling-img')){img.unwrap();}
imgWrapper=img.wrap('<div class="'+imgClass+' bd-imagescaling-img"></div>').parent();img.removeAttr('class');}
if(imgSrc.indexOf('.')===0){imgSrc=combineUrl(window.location.href,imgSrc);}
if(imgWrapper.siblings('.bd-parallax-image-wrapper').length===0){imgWrapper.css('background-image','url('+imgSrc+')');}}
function combineUrl(base,relative){if(!relative){return base;}
var stack=base.split("/"),parts=relative.split("/");stack.pop();for(var i=0;i<parts.length;i++){if(parts[i]===".")
continue;if(parts[i]==="..")
stack.pop();else
stack.push(parts[i]);}
return stack.join("/");}})(jQuery);})(window._$,window._$);(function(jQuery,$){window.ThemeLightbox=(function($){'use strict';return(function ThemeLightbox(selectors){var selector=selectors;var images=$(selector);var current;var close=function(){$(".bd-lightbox").remove();};this.init=function(){$(selector).mouseup(function(e){if(e.which&&e.which!==1){return;}
current=images.index(this);var imgContainer=$('.bd-lightbox');if(imgContainer.length===0){imgContainer=$('<div class="bd-lightbox">').css('line-height',$(window).height()+"px").appendTo($("body"));var closeBtn=$('<div class="close"><div class="cw"> </div><div class="ccw"> </div><div class="close-alt">&#10007;</div></div>');closeBtn.appendTo(imgContainer);closeBtn.click(close);showArrows();var scrollDelay=100;var lastScroll=0;imgContainer.bind('mousewheel DOMMouseScroll',function(e){var date=new Date();if(date.getTime()>lastScroll+scrollDelay){lastScroll=date.getTime();var orgEvent=window.event||e.originalEvent;var delta=(orgEvent.wheelDelta?orgEvent.wheelDelta:orgEvent.detail*-1)>0?1:-1;move(current+delta);}
e.preventDefault();}).mousedown(function(e){if(e.which===2){close();}
e.preventDefault();});}
move(current);});};function move(index){if(index<0||index>=images.length){return;}
showError(false);current=index;$(".bd-lightbox .lightbox-image:not(.active)").remove();var active=$(".bd-lightbox .active");var target=$('<img class="lightbox-image" alt="" src="'+getFullImgSrc($(images[current]))+'" />').click(function(){if($(this).hasClass("active")){move(current+1);}});if(active.length>0){active.after(target);}else{$(".bd-lightbox").append(target);}
showArrows();showLoader(true);$(".bd-lightbox").add(target);target.load(function(){showLoader(false);active.removeClass("active");target.addClass("active");});target.error(function(){showLoader(false);active.removeClass("active");target.addClass("active");target.attr("src",$(images[current]).attr("src"));target.unbind('error');});}
function showArrows(){if($(".bd-lightbox .arrow").length===0){var topOffset=$(window).height()/2-40;$(".bd-lightbox").append($('<div class="arrow left"><div class="arrow-t ccw"> </div><div class="arrow-b cw"> </div><div class="arrow-left-alt">&#8592;</div></div>').css("top",topOffset).click(function(){move(current-1);})).append($('<div class="arrow right"><div class="arrow-t cw"> </div><div class="arrow-b ccw"> </div><div class="arrow-right-alt">&#8594;</div></div>').css("top",topOffset).click(function(){move(current+1);}));}
if(current===0){$(".bd-lightbox .arrow.left").addClass("disabled");}else{$(".bd-lightbox .arrow.left").removeClass("disabled");}
if(current===images.length-1){$(".bd-lightbox .arrow.right").addClass("disabled");}else{$(".bd-lightbox .arrow.right").removeClass("disabled");}}
function showError(enable){if(enable){$(".bd-lightbox").append($('<div class="lightbox-error">The requested content cannot be loaded.<br/>Please try again later.</div>').css({"top":$(window).height()/2-60,"left":$(window).width()/2-170}));}else{$(".bd-lightbox .lightbox-error").remove();}}
function showLoader(enable){if(!enable){$(".bd-lightbox .loading").remove();}else{$('<div class="loading"> </div>').css({"top":$(window).height()/2-16,"left":$(window).width()/2-16}).appendTo($(".bd-lightbox"));}}
function getFullImgSrc(image){var largeImage='';var parentLink=image.parent('a');if(parentLink.length){parentLink.click(function(e){e.preventDefault();});largeImage=parentLink.attr('href');}else{var src=image.attr("src");var fileName=src.substring(0,src.lastIndexOf('.'));var ext=src.substring(src.lastIndexOf('.'));largeImage=fileName+"-large"+ext;}
return largeImage;}});})(jQuery);jQuery(function(){'use strict';new window.ThemeLightbox('.bd-lightbox, .lightbox').init();});})(window._$,window._$);(function(jQuery,$){jQuery(function($){'use strict';$('.collapse-button').each(function(){var button=$(this);var collapse=button.siblings('.collapse');collapse.on('show.bs.collapse',function(){if(button.parent().css('position')==='absolute'){var right=collapse.width()-button.width();if(button.hasClass('bd-collapse-right')){$(this).css({'position':'relative','right':right});}else{$(this).css({'position':'','right':''});}}});});function parseTiming(str){var ms=parseInt(str);if(str.indexOf('ms')===-1&&str.indexOf('s')!==-1){ms*=1000;}
return ms;}
var emulateTransitionEnd=$.fn.emulateTransitionEnd;var dummyTransitionEnd=function(ms){return function(){return emulateTransitionEnd.call(this,ms);};};var $body=$('body'),$html=$('html');$body.on('click','.bd-menu-overlay, .bd-menu-close-icon',function(e){var menu=$(e.target).closest('nav');if(menu.length){menu.find('.navbar-collapse').collapse('hide');}});$(document).keyup(function(e){if(e.keyCode===27){$('nav .navbar-collapse.collapse.in').collapse('hide');}});var prevWidth=window.innerWidth,prevHeight=window.innerHeight;$(window).on('resize',function(){if(prevWidth===window.innerWidth&&prevHeight===window.innerHeight){return;}
$('nav .navbar-collapse.collapse.width.in').collapse('hide');prevWidth=window.innerWidth;prevHeight=window.innerHeight;});function disableScroll(){var overflow=$html[0].clientHeight<$html[0].scrollHeight;$body.css('top','-'+window.scrollY+'px');if(overflow){$html.css('overflow-y','scroll');}
$html.css('position','fixed').css('width','100%');}
function enableScroll(){if($html.css('position')!=='fixed'){return;}
$html.css('position','').css('overflow-y','').css('width','');var scrollY=-parseInt($body.css('top'));$body.css('top','');window.scrollTo(window.scrollX,scrollY);}
$body.on('show.bs.collapse','.navbar-collapse.width',function(event){var menu=$(event.target).closest('nav'),overlay=menu.find('.bd-menu-overlay');var offcanvasShift=menu.data('responsiveType')==='offcanvas-shifted';if(offcanvasShift){$body.css('transition',['left',menu.data('offcanvasDuration'),menu.data('offcanvasTimingFunction'),menu.data('offcanvasDelay')].join(' ')).css('left','0');}
disableScroll();overlay.addClass('show');$.fn.emulateTransitionEnd=dummyTransitionEnd(parseTiming(menu.data('offcanvasDuration'))+parseTiming(menu.data('offcanvasDelay')));requestAnimationFrame(function(){var width=menu.find('.navbar-collapse')[0].style.width;overlay.css('opacity',1).css('margin-left',width);if(offcanvasShift){$body.css('left',width);}
$.fn.emulateTransitionEnd=emulateTransitionEnd;});});$body.on('shown.bs.collapse','.navbar-collapse.width',function(event){$(event.target).css('width','');});$body.on('hide.bs.collapse','.navbar-collapse.width',function(event){var menu=$(event.target).closest('nav'),overlay=menu.find('.bd-menu-overlay');var offcanvasShift=menu.data('responsiveType')==='offcanvas-shifted';overlay.css('opacity','').css('margin-left','');if(offcanvasShift){$body.css('left','0');}
$.fn.emulateTransitionEnd=dummyTransitionEnd(parseTiming(menu.data('offcanvasDuration'))+parseTiming(menu.data('offcanvasDelay')));});$body.on('hidden.bs.collapse','.navbar-collapse.width',function(event){var collapse=$(event.target),overlay=collapse.siblings('.bd-menu-overlay');$.fn.emulateTransitionEnd=emulateTransitionEnd;$body.css('transition','');enableScroll();overlay.removeClass('show');collapse.css('width','');});function isResponsive(menu){var tmpContainer=$('<div>').addClass('responsive-collapsed');menu.append(tmpContainer);var visible=tmpContainer.is(':visible');tmpContainer.remove();return!visible;}
$(document).on('touchend click','[data-responsive-menu] .nav a',function responsiveClick(e){var itemLink=$(this),menu=itemLink.closest('[data-responsive-menu]'),responsiveLevels=menu.data('responsiveLevels'),levels=menu.data('levels'),responsive=isResponsive(menu);if(responsive&&responsiveLevels==='expand on click'||!responsive&&levels==='expand on click'){var submenu=itemLink.siblings();if(submenu.length>0){if(submenu.css('visibility')==='visible'){submenu.removeClass('show');submenu.find('.show').removeClass('show');itemLink.removeClass('active');}else{itemLink.closest('[class*=bd-menuitem]').siblings().find('ul').parent().removeClass('show');itemLink.closest('[class*=bd-menuitem]').siblings().find('> div > a, > a').removeClass('active');submenu.addClass('show');itemLink.addClass('active');}
e.preventDefault();return false;}}
if(e.type==='click'&&menu.attr('data-responsive-type')==='offcanvas'&&menu.find('.collapse.in').length>0){menu.find('.navbar-collapse').collapse('hide');enableScroll();e.preventDefault();e.currentTarget.click();return false;}
return true;});$(document).on('mouseenter touchstart','ul.nav > li, .nav ul > li',function calcSubmenuDirection(){var leftClass='bd-popup-left';var rightClass='bd-popup-right';var popup=$(this).children('[class$="-popup"], [class*="-popup "]');if(popup.length){megaMenuOpen($(this),popup);popup.removeClass(leftClass+' '+rightClass);var dir='';if(popup.parents('.'+leftClass).length){dir=leftClass;}else if(popup.parents('.'+rightClass).length){dir=rightClass;}
if(dir){popup.addClass(dir);}else{var left=popup.offset().left;var width=popup.outerWidth();if(left<0){popup.addClass(rightClass);}else if(left+width>$(window).width()){popup.addClass(leftClass);}}}});function getTextWidth(element,pseudo){var content=window.getComputedStyle(element[0],pseudo).getPropertyValue('content');if(!content||content==='none'){return element.children().outerWidth();}
var clone=element.clone().css({display:'inline',margin:0,padding:0});element.after(clone);var width=clone.width();clone.remove();return width;}
function getSheetInfo(){var tmpDiv=$('<div id="bd-tmp-container" class="bd-container-inner"></div>');$('body').append(tmpDiv);var width=tmpDiv.width();var offset=tmpDiv.offset();tmpDiv.remove();return{width:width,left:offset.left,right:offset.left+width};}
function megaMenuOpen(item,popup){var nav=popup.closest('nav');if(popup.parent().closest('[class*=-popup]').hasClass('bd-megamenu-popup')){var aElement=popup.parent().children('a');var textElement=aElement.children();popup.css('left',textElement.position().left+getTextWidth(aElement,':after'));}
var isMegaMenu=item.hasClass('bd-has-megamenu');if(!isMegaMenu){return;}
var isResponsive=nav.find('.collapse-button').is(':visible');if(isResponsive){item.find('.row').removeClass('separated-grid').children().removeAttr('style').find('.bd-empty-grid-item').remove();item.removeClass('bd-megamenu');}else{item.find('.row').addClass('separated-grid');item.addClass('bd-megamenu');}
if(!isResponsive){var megaWidth=item.data('megaWidth')||item.children('a').data('megaWidth')||'sheet',megaWidthValue=item.data('megaWidthValue')||item.children('a').data('megaWidthValue'),width,leftOffset,itemPos=item.offset().left,sheet=getSheetInfo(),navBar=popup.closest('.navbar-collapse'),menuLeft=navBar.offset().left,menuRight=menuLeft+navBar.outerWidth();if(menuLeft<sheet.left||menuRight>sheet.right){megaWidth='custom';megaWidthValue=sheet.width;}
switch(megaWidth){case'custom':if(itemPos+megaWidthValue<=menuRight){leftOffset=0;}else if(menuLeft<$(window).width()-menuRight){leftOffset=menuLeft-itemPos;}else{leftOffset=(menuRight-itemPos)-megaWidthValue;}
width=megaWidthValue;break;default:leftOffset=sheet.left-itemPos;width=sheet.width;}
if(leftOffset){popup.css({'left':leftOffset,'right':'auto'});}
if(width){popup.outerWidth(width);}
$(document).trigger('force-grid-update',[item.find('.separated-grid')]);}else{popup.css({'left':'auto','width':'auto','right':'auto'});}}});})(window._$,window._$);(function(jQuery,$){(function($){'use strict';if(!/Android|BlackBerry|iPad|iPhone|iPod|Windows Phone/i.test(navigator.userAgent||navigator.vendor||window.opera)){(function(){var lastTime=0;var vendors=['ms','moz','webkit','o'];for(var x=0;x<vendors.length&&!window.requestAnimationFrame;++x){window.requestAnimationFrame=window[vendors[x]+'RequestAnimationFrame'];window.cancelAnimationFrame=window[vendors[x]+'CancelAnimationFrame']||window[vendors[x]+'CancelRequestAnimationFrame'];}
if(!window.requestAnimationFrame)
window.requestAnimationFrame=function(callback){var currTime=new Date().getTime();var timeToCall=Math.max(0,16-(currTime-lastTime));var id=window.setTimeout(function(){callback(currTime+timeToCall);},timeToCall);lastTime=currTime+timeToCall;return id;};if(!window.cancelAnimationFrame)
window.cancelAnimationFrame=function(id){clearTimeout(id);};}());var transform=['transform','msTransform','webkitTransform','mozTransform','oTransform'];$(function(){onLoad();});var timeout;$(window).on('resize',function(e,param){clearTimeout(timeout);if(param&&param.force){onResize();}else{timeout=setTimeout(onResize,100);}});$(window).on('scroll',function(){window.requestAnimationFrame(function(){onScroll();});});}else{$(function(){onLoadMobile();});}
function onLoad(){var elements=document.getElementsByClassName('bd-parallax-bg-effect');if(elements.length&&window._smoothWheelInstance){window._smoothWheelInstance();}
[].forEach.call(elements,function(element){var that=element,controlClass=that.getAttribute('data-control-selector').replace(/\./g,''),controls=document.getElementsByClassName(controlClass),isSlider=/bd-slider-\d+($|\s)/g.test(controlClass)||getClassName(controls[0]).indexOf('bd-slider')!==-1,isColumn=/bd-layoutcolumn-\d+($|\s)/g.test(controlClass);var activeDoms=[],wrapperDiv;if(isSlider){controls=findByClass(controls[0],'bd-slide');if(controls.length){[].forEach.call(controls,function(slide){activeDoms=findTopLevelDoms(slide,'bd-parallax-image-wrapper',controlClass);if(!activeDoms.length){slide.style.backgroundImage='none';slide.style.backgroundColor='transparent';wrapperDiv=document.createElement('div');wrapperDiv.className='bd-parallax-image-wrapper';wrapperDiv.innerHTML='<div class="bd-parallax-image"></div>';slide.insertBefore(wrapperDiv,slide.firstChild);}});}}
else if(isColumn){if(controls.length){activeDoms=findTopLevelDoms(that,'bd-parallax-image-wrapper',controlClass);if(!activeDoms.length){var effectClone=that.cloneNode(true);effectClone.innerHTML='';var columnNode=controls[0].parentNode;$(columnNode).unwrap();columnNode.insertBefore(effectClone,columnNode.firstChild);wrapperDiv=document.createElement('div');wrapperDiv.className='bd-parallax-image-wrapper';wrapperDiv.innerHTML='<div class="bd-parallax-image"></div>';effectClone.insertBefore(wrapperDiv,effectClone.firstChild);}}}
else{if(controls.length){activeDoms=findTopLevelDoms(that,'bd-parallax-image-wrapper',controlClass);if(!activeDoms.length){wrapperDiv=document.createElement('div');wrapperDiv.className='bd-parallax-image-wrapper';wrapperDiv.innerHTML='<div class="bd-parallax-image"></div>';that.insertBefore(wrapperDiv,that.firstChild);}}}
if(controls.length){[].forEach.call(controls,function(control){var parallaxWrapper=isColumn?findByClass(control.parentElement,'bd-parallax-image-wrapper')[0]:findTopLevelDoms(control,'bd-parallax-image-wrapper',controlClass)[0];if(parallaxWrapper){var parallaxImg=parallaxWrapper.getElementsByClassName('bd-parallax-image')[0],controlOffset=$(that).offset().top,controlHeight=that.clientHeight,viewPortHeight=Math.max(document.documentElement.clientHeight,window.innerHeight||0);if(control.style.backgroundImage==='none'){control.style.backgroundImage='';}
if(control.style.backgroundColor==='transparent'){control.style.backgroundColor='';}
var backgroundStyles=getComputedStyle(control);if(backgroundStyles.position==='static'){control.style.position='relative';}
if(backgroundStyles.backgroundImage!=='none'&&parallaxImg.style.backgroundImage!==backgroundStyles.backgroundImage){parallaxImg.style.backgroundImage=backgroundStyles.backgroundImage;}
if(backgroundStyles.backgroundColor!=='transparent'&&parallaxImg.style.backgroundColor!==backgroundStyles.backgroundColor){parallaxImg.style.backgroundColor=backgroundStyles.backgroundColor;}
control.style.backgroundImage='none';control.style.backgroundColor='transparent';parallaxImg.style.backgroundRepeat=backgroundStyles.backgroundRepeat;parallaxImg.style.backgroundPosition=backgroundStyles.backgroundPosition;if(isSlider){parallaxWrapper.style.setProperty('z-index','-2','important');}
if(isColumn){var containerStyles=getComputedStyle(parallaxWrapper);parallaxImg.style.setProperty('min-width',containerStyles.width,'important');}
var positionDifference,controlBottom=controlOffset+controlHeight;if(controlOffset>=viewPortHeight/2){positionDifference=-viewPortHeight/2+(getCompatibleScrollTop()+viewPortHeight-controlOffset)/2;}
else{positionDifference=+(getCompatibleScrollTop()-controlOffset)/2;}
if(getCompatibleScrollTop()+viewPortHeight>controlOffset&&getCompatibleScrollTop()<controlBottom){var transformProperty=getSupportedPropertyName(transform);if(transformProperty){parallaxImg.style[transformProperty]='translate3d(0, '+positionDifference+'px, 0)';}}}});}});}
function onLoadMobile(){var elements=document.getElementsByClassName('bd-parallax-bg-effect');[].slice.call(elements).forEach(function(element){var controlClass=element.getAttribute('data-control-selector').replace(/\./g,''),controls=document.getElementsByClassName(controlClass),isSlider=/bd-slider-\d+($|\s)/g.test(controlClass)||getClassName(controls[0]).indexOf('bd-slider')!==-1,isColumn=/bd-layoutcolumn-\d+($|\s)/g.test(controlClass);if(isColumn){if(controls.length){var columnNode=controls[0].parentNode;$(columnNode).unwrap();}}});}
function onResize(){var elements=document.getElementsByClassName('bd-parallax-bg-effect');if(elements.length&&window._smoothWheelInstance){window._smoothWheelInstance();}
[].forEach.call(elements,function(element){var that=element,controlClass=that.getAttribute('data-control-selector').replace(/\./g,''),controls=document.getElementsByClassName(controlClass),isSlider=/bd-slider-\d+($|\s)/g.test(controlClass)||getClassName(controls[0]).indexOf('bd-slider')!==-1,isColumn=/bd-layoutcolumn-\d+($|\s)/g.test(controlClass);var activeDoms=[],wrapperDiv;if(isSlider){controls=findByClass(controls[0],'bd-slide');if(controls.length){[].forEach.call(controls,function(slide){activeDoms=findTopLevelDoms(slide,'bd-parallax-image-wrapper',controlClass);if(!activeDoms.length){slide.style.backgroundImage='none';slide.style.backgroundColor='transparent';wrapperDiv=document.createElement('div');wrapperDiv.className='bd-parallax-image-wrapper';wrapperDiv.innerHTML='<div class="bd-parallax-image"></div>';slide.insertBefore(wrapperDiv,slide.firstChild);}});}}
else if(isColumn){if(controls.length){activeDoms=findTopLevelDoms(that,'bd-parallax-image-wrapper',controlClass);if(!activeDoms.length){var effectClone=that.cloneNode(true);effectClone.innerHTML='';var columnNode=controls[0].parentNode;$(columnNode).unwrap();columnNode.insertBefore(effectClone,columnNode.firstChild);wrapperDiv=document.createElement('div');wrapperDiv.className='bd-parallax-image-wrapper';wrapperDiv.innerHTML='<div class="bd-parallax-image"></div>';effectClone.insertBefore(wrapperDiv,effectClone.firstChild);}}}
else{if(controls.length){activeDoms=findTopLevelDoms(that,'bd-parallax-image-wrapper',controlClass);if(!activeDoms.length){wrapperDiv=document.createElement('div');wrapperDiv.className='bd-parallax-image-wrapper';wrapperDiv.innerHTML='<div class="bd-parallax-image"></div>';that.insertBefore(wrapperDiv,that.firstChild);}}}
if(controls.length){[].forEach.call(controls,function(control){var parallaxWrapper=isColumn?findByClass(control.parentElement,'bd-parallax-image-wrapper')[0]:findTopLevelDoms(control,'bd-parallax-image-wrapper',controlClass)[0];if(parallaxWrapper){var parallaxImg=parallaxWrapper.getElementsByClassName('bd-parallax-image')[0],controlOffset=$(that).offset().top,controlHeight=that.clientHeight,viewPortHeight=Math.max(document.documentElement.clientHeight,window.innerHeight||0);if(control.style.backgroundImage==='none'){control.style.backgroundImage='';}
if(control.style.backgroundColor==='transparent'){control.style.backgroundColor='';}
var backgroundStyles=getComputedStyle(control);if(backgroundStyles.position==='static'){control.style.position='relative';}
if(backgroundStyles.backgroundImage!=='none'&&parallaxImg.style.backgroundImage!==backgroundStyles.backgroundImage){parallaxImg.style.backgroundImage=backgroundStyles.backgroundImage;}
if(backgroundStyles.backgroundColor!=='transparent'&&parallaxImg.style.backgroundColor!==backgroundStyles.backgroundColor){parallaxImg.style.backgroundColor=backgroundStyles.backgroundColor;}
control.style.backgroundImage='none';control.style.backgroundColor='transparent';parallaxImg.style.backgroundRepeat=backgroundStyles.backgroundRepeat;parallaxImg.style.backgroundPosition=backgroundStyles.backgroundPosition;if(isSlider){parallaxWrapper.style.setProperty('z-index','-2','important');}
if(isColumn){var containerStyles=getComputedStyle(parallaxWrapper);parallaxImg.style.setProperty('min-width',containerStyles.width,'important');}
if(isSlider&&control.className.indexOf('active')!==-1){that.setAttribute('data-sliderTop',$(parallaxImg).offset().top);that.setAttribute('data-imageHeight',parallaxImg.clientHeight);}
var positionDifference,imageOffset=isSlider?parseFloat(that.getAttribute('data-sliderTop')):$(parallaxImg).offset().top,controlBottom=controlOffset+controlHeight,imageBottom=imageOffset+viewPortHeight,visibleBottom=imageBottom>controlBottom?controlBottom:imageBottom,spaceArea=controlBottom-visibleBottom;if(spaceArea>0){var scaledSize=((viewPortHeight+spaceArea)/viewPortHeight)*100;parallaxImg.style.height=scaledSize+'vh';}
var imageHeight=isSlider?parseFloat(that.getAttribute('data-imageHeight')):parallaxImg.clientHeight;if(controlOffset>=imageHeight/2){positionDifference=-imageHeight/2+(getCompatibleScrollTop()+viewPortHeight-controlOffset)/2;}
else{positionDifference=+(getCompatibleScrollTop()-controlOffset)/2;}
if(getCompatibleScrollTop()+viewPortHeight>controlOffset&&getCompatibleScrollTop()<controlBottom){var transformProperty=getSupportedPropertyName(transform);if(transformProperty){parallaxImg.style[transformProperty]='translate3d(0, '+positionDifference+'px, 0)';}}}});}});}
function onScroll(){[].forEach.call(document.getElementsByClassName('bd-parallax-bg-effect'),function(element){var that=element,controlClass=that.getAttribute('data-control-selector').replace(/\./g,''),controls=document.getElementsByClassName(controlClass),isSlider=/bd-slider-\d+($|\s)/g.test(controlClass)||getClassName(controls[0]).indexOf('bd-slider')!==-1,isColumn=/bd-layoutcolumn-\d+($|\s)/g.test(controlClass);if(isSlider){controls=findByClass(controls[0],'bd-slide');}
if(controls.length){[].forEach.call(controls,function(control){var viewPortHeight=Math.max(document.documentElement.clientHeight,window.innerHeight||0),controlOffset=$(that).offset().top,controlHeight=that.clientHeight,controlBottom=controlOffset+controlHeight;if(getCompatibleScrollTop()+viewPortHeight>controlOffset&&getCompatibleScrollTop()<controlBottom){var parallaxWrapper=isColumn?findByClass(control.parentElement,'bd-parallax-image-wrapper')[0]:findTopLevelDoms(control,'bd-parallax-image-wrapper',controlClass)[0];if(parallaxWrapper){var parallaxImg=parallaxWrapper.getElementsByClassName('bd-parallax-image')[0],positionDifference;if(isSlider&&control.className.indexOf('active')!==-1){that.setAttribute('data-imageHeight',parallaxImg.clientHeight);}
var imageHeight=isSlider?parseFloat(that.getAttribute('data-imageHeight')):parallaxImg.clientHeight;if(controlOffset>=imageHeight/2){positionDifference=-imageHeight/2+(getCompatibleScrollTop()+viewPortHeight-controlOffset)/2;}
else{positionDifference=+(getCompatibleScrollTop()-controlOffset)/2;}
var transformProperty=getSupportedPropertyName(transform);if(transformProperty){parallaxImg.style[transformProperty]='translate3d(0, '+positionDifference+'px, 0)';}}}});}});}
function getClassName(element){var className=element?element.className:null;if(className){if(typeof className==='string'){return className;}else if(typeof className==='object'&&'baseVal'in className){return className.baseVal;}}
return'';}
function getSupportedPropertyName(properties){for(var i=0;i<properties.length;i++){if(typeof document.body.style[properties[i]]!=='undefined'){return properties[i];}}
return null;}
function getCompatibleScrollTop(){if("undefined"!==typeof window.scrollY){return window.scrollY;}
else{return document.documentElement.scrollTop;}}
function findByClass(parentElement,searchClassName){return[].slice.call(parentElement.getElementsByTagName('*')).filter(function(value){var className=getClassName(value);return(' '+className+' ').indexOf(' '+searchClassName+' ')!==-1;});}
function findTopLevelDoms(element,searchClassName,controlClassName){var isEffectDom=function(domElement){return getClassName(domElement).indexOf('bd-parallax-bg-effect')!==-1&&domElement.getAttribute('data-control-selector')==='.'+controlClassName;},findDom=function(domElement){return[].slice.call(domElement.getElementsByClassName(searchClassName)).filter(function(value){return value.parentNode===domElement;});};var foundDom=findDom(element);if(foundDom.length===0){while(!isEffectDom(element)&&element){element=element.parentElement;}}
return foundDom.length?foundDom:findDom(element);}})(jQuery);})(window._$,window._$);window.ProductOverview_Class="bd-productoverview";(function(jQuery,$){
/*!
 * jQuery Cookie Plugin v1.4.0
 * https://github.com/carhartl/jquery-cookie
 *
 * Copyright 2013 Klaus Hartl
 * Released under the MIT license
 */
(function(factory){'use strict';if(typeof define==='function'&&define.amd){define(['jquery'],factory);}else{factory(jQuery);}}(function($){'use strict';var pluses=/\+/g;function encode(s){return config.raw?s:encodeURIComponent(s);}
function decode(s){return config.raw?s:decodeURIComponent(s);}
function stringifyCookieValue(value){return encode(config.json?JSON.stringify(value):String(value));}
function parseCookieValue(s){if(s.indexOf('"')===0){s=s.slice(1,-1).replace(/\\"/g,'"').replace(/\\\\/g,'\\');}
try{s=decodeURIComponent(s.replace(pluses,' '));}catch(e){return;}
try{return config.json?JSON.parse(s):s;}catch(e){}}
function read(s,converter){var value=config.raw?s:parseCookieValue(s);return $.isFunction(converter)?converter(value):value;}
var config=$.cookie=function(key,value,options){if(value!==undefined&&!$.isFunction(value)){options=$.extend({},config.defaults,options);if(typeof options.expires==='number'){var days=options.expires,t=options.expires=new Date();t.setDate(t.getDate()+days);}
return(document.cookie=[encode(key),'=',stringifyCookieValue(value),options.expires?'; expires='+options.expires.toUTCString():'',options.path?'; path='+options.path:'',options.domain?'; domain='+options.domain:'',options.secure?'; secure':''].join(''));}
var result=key?undefined:{};var cookies=document.cookie?document.cookie.split('; '):[];for(var i=0,l=cookies.length;i<l;i++){var parts=cookies[i].split('=');var name=decode(parts.shift());var cookie=parts.join('=');if(key&&key===name){result=read(cookie,value);break;}
if(!key&&(cookie=read(cookie))!==undefined){result[name]=cookie;}}
return result;};config.defaults={};$.removeCookie=function(key,options){if($.cookie(key)!==undefined){$.cookie(key,'',$.extend({},options,{expires:-1}));return true;}
return false;};}));jQuery(function($){'use strict';var activeLayoutType=$.cookie('layoutType')||'grid',activeLayoutTypeSelector=$.cookie('layoutSelector')||'.separated-item-4.grid';var layoutTypes=[];layoutTypes.push({name:'bd-griditemgrid',iconUrl:'',iconDataId:'2470',iconClassNames:'bd-icon-65 bd-no-margins'});layoutTypes.push({name:'bd-griditemlist',iconUrl:'',iconDataId:'2485',iconClassNames:'bd-icon-66'});if(typeof window.buildTypeSelector==='function'){window.buildTypeSelector(layoutTypes,$('.bd-productsgridbar-35'));}
$(document).on('click','.bd-products i[data-layout-name="bd-griditemgrid"]',function(e){if(activeLayoutType!=='grid'){var grid=$('.bd-grid-45');grid.find('.separated-item-4.grid').css('display','block');grid.find(activeLayoutTypeSelector).css('display','none');activeLayoutType='grid';activeLayoutTypeSelector='.separated-item-4.grid';$.cookie('layoutType',activeLayoutType,{path:'/'});$.cookie('layoutSelector',activeLayoutTypeSelector,{path:'/'});}
e.preventDefault();e.stopPropagation();return false;});$(document).on('click','.bd-products i[data-layout-name="bd-griditemlist"]',function(e){if(activeLayoutType!=='list'){var grid=$('.bd-grid-45');grid.find('.separated-item-5.list').css('display','block');grid.find(activeLayoutTypeSelector).css('display','none');activeLayoutType='list';activeLayoutTypeSelector='.separated-item-5.list';$.cookie('layoutType',activeLayoutType,{path:'/'});$.cookie('layoutSelector',activeLayoutTypeSelector,{path:'/'});}
e.preventDefault();e.stopPropagation();return false;});});})(window._$,window._$);(function(jQuery,$){buildTypeSelector=function(layouts,area){layouts.map(function(layout){var a=document.createElement('a'),i=document.createElement('i');jQuery(i).addClass(layout.iconClassNames).addClass('bd-icon data-control-id-'+layout.iconDataId);jQuery(i).attr('data-layout-name',layout.name);jQuery(a).attr('href','##').append(i);jQuery(a).each(function(){this.style.textDecoration='none';});(area||jQuery).find('.bd-typeselector-1').append(a);});}})(window._$,window._$);(function(jQuery,$){jQuery(function($){'use strict';function getFloat(value){return parseFloat(value.replace('px',''));}
$('.bd-productsslider-1').each(function(){var slider=$(this).find('.carousel.slide');slider.carousel({interval:3000,pause:"",wrap:true});var leftButton=$('.bd-left-button',slider);var rightButton=$('.bd-right-button',slider);var blockSelector='.bd-block',blockHeaderSelector='.bd-block .bd-blockheader';if($(blockSelector,this).length>0&&$(blockHeaderSelector,this).length>0)
{var block=$(blockSelector,this),blockHeader=block.find('*').filter(blockHeaderSelector),blockHeaderTitle=blockHeader.children('h4');blockHeader.css('min-height','35px');blockHeader.css('position','relative');var navigationWrapper=$('<div class="bd-top-navigation-wrapper"></div>');blockHeaderTitle.addClass('bd-top-navigation');blockHeaderTitle.append(navigationWrapper);leftButton.appendTo(navigationWrapper);rightButton.appendTo(navigationWrapper);}
leftButton.find('.bd-carousel-2').click(function(){slider.carousel('prev');return false;}).attr('href','#');rightButton.find('.bd-carousel-2').click(function(){slider.carousel('next');return false;}).attr('href','#');slider.carousel('pause');});});})(window._$,window._$);(function(jQuery,$){jQuery(function($){'use strict';var resizeHandler=function(){$('.carousel.adjust-slides').each(function(){var inner=$(this).find('.carousel-inner'),items=inner.children('.item').addClass('clearfix').css('width','100%');var maxH=0;if(items.length>1){var windowScrollTop=$(window).scrollTop();items.css('min-height','0').each(function(){maxH=Math.max(maxH,parseFloat(getComputedStyle(this).height));}).css('min-height',maxH);inner.css('height',maxH);if($(window).scrollTop()!==windowScrollTop){$(window).scrollTop(windowScrollTop);}}});setTimeout(resizeHandler,100);};resizeHandler();});(function($){'use strict';$.fn.equalImageHeight=function(){return this.each(function(){var maxHeight=0;$(this).children('a').children('img').each(function(index,child){var h=$(child).height();maxHeight=h>maxHeight?h:maxHeight;$(child).css('height','');});$(this).children('a').each(function(index,child){$(child).height(maxHeight);});});};})(jQuery);})(window._$,window._$);(function(jQuery,$){window.initSlider=function initSlider(selector,opt){'use strict';opt=opt||{};jQuery(selector+'.carousel.slide .carousel-inner > .item:first-child').addClass('active');function setSliderInterval(){jQuery(selector+'.carousel.slide').carousel({interval:opt.carouselInterval,pause:opt.carouselPause,wrap:opt.carouselWrap});if(!opt.carouselRideOnStart){jQuery(selector+'.carousel.slide').carousel('pause');}}
var leftNav=selector+'.carousel.slide .'+opt.leftButtonSelector+' a'+opt.navigatorSelector,rightNav=selector+'.carousel.slide .'+opt.rightButtonSelector+' a'+opt.navigatorSelector;jQuery(leftNav).attr('href','#');jQuery(leftNav).click(function(){setSliderInterval();jQuery(selector+'.carousel.slide').carousel('prev');return false;});jQuery(rightNav).attr('href','#');jQuery(rightNav).click(function(){setSliderInterval();jQuery(selector+'.carousel.slide').carousel('next');return false;});jQuery(selector+'.carousel.slide').on('slid.bs.carousel',function(){var indicators=jQuery(opt.indicatorsSelector,this);indicators.find('.active').removeClass('active');var activeSlide=jQuery(this).find('.item.active'),activeIndex=activeSlide.parent().children().index(activeSlide),activeItem=indicators.children()[activeIndex];jQuery(activeItem).children('a').addClass('active');});setSliderInterval();};})(window._$,window._$);(function(jQuery,$){jQuery(function($){'use strict';$(document).on('click.themler','.bd-overSlide[data-url] a, .bd-slide[data-url] a',function(e){e.stopPropagation();}).on('click.themler','.bd-overSlide[data-url], .bd-slide[data-url]',function(){var elem=$(this),url=elem.data('url'),target=elem.data('target');window.open(url,target);});});})(window._$,window._$);(function(jQuery,$){jQuery(function($){'use strict';$('[data-smooth-scroll]').on('click','a[href^="#"]:not([data-toggle="collapse"])',function(e){var animationTime=parseInt($(e.delegateTarget).data('animationTime'),10)||0;var target=this.hash;var link=$(this);e.preventDefault();$('body').data('scroll-animating',true);var targetElement=$(target||'body');link.trigger($.Event('theme.smooth-scroll.before'));if(!targetElement||!targetElement.length)
return;$('html, body').animate({scrollTop:targetElement.offset().top},animationTime,function(){$('body').data('scroll-animating',false);window.location.hash=target;if(targetElement.is(':not(body)')&&$('body').data('bs.scrollspy')){link.parent('li').siblings('li').children('a').removeClass('active');link.addClass('active');}
link.trigger($.Event('theme.smooth-scroll.after'));});});});})(window._$,window._$);(function(jQuery,$){function SmoothWheel(){'use strict';this.options={animtime:500,stepsize:150,pulseAlgorithm:false,pulseScale:6,keyboardsupport:true,arrowscroll:50,useOnWebKit:true,useOnMozilla:true,useOnIE:true};var that=this;function ssc_init(){if(!document.body)return;var e=document.body;var t=document.documentElement;var n=window.innerHeight;var r=e.scrollHeight;ssc_root=document.compatMode.indexOf("CSS")>=0?t:e;ssc_activeElement=e;ssc_initdone=true;if(top!==self){ssc_frame=true;}else if(r>n&&(e.offsetHeight<=n||t.offsetHeight<=n)){ssc_root.style.height="auto";if(ssc_root.offsetHeight<=n){var i=document.createElement("div");i.style.clear="both";e.appendChild(i);}}
if(!ssc_fixedback){e.style.backgroundAttachment="scroll";t.style.backgroundAttachment="scroll";}
if(that.options.keyboardsupport){ssc_addEvent("keydown",ssc_keydown);}}
function ssc_scrollArray(e,t,n,r){r||(r=1e3);ssc_directionCheck(t,n);ssc_que.push({x:t,y:n,lastX:t<0?0.99:-0.99,lastY:n<0?0.99:-0.99,start:+(new Date())});if(ssc_pending){return;}
var i=function(){var s=+(new Date());var o=0;var u=0;for(var a=0;a<ssc_que.length;a++){var f=ssc_que[a];var l=s-f.start;var c=l>=that.options.animtime;var h=c?1:l/that.options.animtime;if(that.options.pulseAlgorithm){h=ssc_pulse(h);}
var p=f.x*h-f.lastX>>0;var d=f.y*h-f.lastY>>0;o+=p;u+=d;f.lastX+=p;f.lastY+=d;if(c){ssc_que.splice(a,1);a--;}}
if(t){var v=e.scrollLeft;e.scrollLeft+=o;if(o&&e.scrollLeft===v){t=0;}}
if(n){var m=e.scrollTop;e.scrollTop+=u;if(u&&e.scrollTop===m){n=0;}}
if(!t&&!n){ssc_que=[];}
if(ssc_que.length){setTimeout(i,r/ssc_framerate+1);}else{ssc_pending=false;}};setTimeout(i,0);ssc_pending=true;}
function ssc_wheel(e){if(!ssc_initdone){ssc_init();}
var t=e.target;var n=ssc_overflowingAncestor(t);if(!n||e.defaultPrevented||ssc_isNodeName(ssc_activeElement,"embed")||ssc_isNodeName(t,"embed")&&/\.pdf/i.test(t.src)){return true;}
var r=e.wheelDeltaX||e.deltaX||0;var i=e.wheelDeltaY||e.deltaY||0;if(n.nodeName==='BODY'&&(currentBrowser==='firefox'||currentBrowser==="msie"||currentBrowser==="netscape")){n=document.documentElement;r=-r;i=-i;if(currentBrowser==='firefox'){r*=40;i*=40;}}
if(!r&&!i){i=e.wheelDelta||0;}
if(Math.abs(r)>1.2){r*=that.options.stepsize/120;}
if(Math.abs(i)>1.2){i*=that.options.stepsize/120;}
ssc_scrollArray(n,-r,-i);}
function ssc_keydown(e){var t=e.target;var n=e.ctrlKey||e.altKey||e.metaKey;if(/input|textarea|embed/i.test(t.nodeName)||t.isContentEditable||e.defaultPrevented||n){return true;}
if(ssc_isNodeName(t,"button")&&e.keyCode===ssc_key.spacebar){return true;}
var r,i=0,s=0;var o=ssc_overflowingAncestor(ssc_activeElement);var u=o.clientHeight;if(o===document.body){u=window.innerHeight;}
switch(e.keyCode){case ssc_key.up:s=-that.options.arrowscroll;break;case ssc_key.down:s=that.options.arrowscroll;break;case ssc_key.spacebar:r=e.shiftKey?1:-1;s=-r*u*0.9;break;case ssc_key.pageup:s=-u*0.9;break;case ssc_key.pagedown:s=u*0.9;break;case ssc_key.home:s=-o.scrollTop;break;case ssc_key.end:var a=o.scrollHeight-o.scrollTop-u;s=a>0?a+10:0;break;case ssc_key.left:i=-that.options.arrowscroll;break;case ssc_key.right:i=that.options.arrowscroll;break;default:return true;}
ssc_scrollArray(o,i,s);e.preventDefault();}
function ssc_mousedown(e){ssc_activeElement=e.target;}
function ssc_setCache(e,t){for(var n=e.length;n--;)ssc_cache[ssc_uniqueID(e[n])]=t;return t;}
function ssc_overflowingAncestor(e){var t=[];var n=ssc_root.scrollHeight;do{var r=ssc_cache[ssc_uniqueID(e)];if(r){return ssc_setCache(t,r);}
t.push(e);if(n===e.scrollHeight){if(!ssc_frame||ssc_root.clientHeight+10<n){return ssc_setCache(t,currentScrollingElement);}}else if(e.clientHeight+10<e.scrollHeight){overflow=getComputedStyle(e,"").getPropertyValue("overflow");if(overflow==="scroll"||overflow==="auto"){return ssc_setCache(t,e);}}}while((e=e.parentNode));}
function ssc_addEvent(e,t,n){window.addEventListener(e,t,n||false);}
function ssc_removeEvent(e,t,n){window.removeEventListener(e,t,n||false);}
function ssc_isNodeName(e,t){return e.nodeName.toLowerCase()===t.toLowerCase();}
function ssc_directionCheck(e,t){e=e>0?1:-1;t=t>0?1:-1;if(ssc_direction.x!==e||ssc_direction.y!==t){ssc_direction.x=e;ssc_direction.y=t;ssc_que=[];}}
function ssc_pulse_(e){var t,n,r;e=e*that.options.pulseScale;if(e<1){t=e-(1-Math.exp(-e));}else{n=Math.exp(-1);e-=1;r=1-Math.exp(-e);t=n+r*(1-n);}
return t*ssc_pulseNormalize;}
function ssc_pulse(e){if(e>=1)return 1;if(e<=0)return 0;if(ssc_pulseNormalize===1){ssc_pulseNormalize/=ssc_pulse_(1);}
return ssc_pulse_(e);}
var overflow='';var ssc_framerate=150;var ssc_pulseNormalize=1;var ssc_frame=false;var ssc_direction={x:0,y:0};var ssc_initdone=false;var ssc_fixedback=true;var ssc_root=document.documentElement;var ssc_activeElement;var ssc_key={left:37,up:38,right:39,down:40,spacebar:32,pageup:33,pagedown:34,end:35,home:36};var ssc_que=[];var ssc_pending=false;var ssc_cache={};var currentBrowser='';var versionBrowser='';var currentScrollingElement=document.body;setInterval(function(){ssc_cache={};},10*1e3);var ssc_uniqueID=function(){var e=0;return function(t){return t.ssc_uniqueID||(t.ssc_uniqueID=e++);};}();jQuery(document).ready(function(){function t(){var ua=navigator.userAgent,tem,M=ua.match(/(opera|chrome|safari|firefox|msie|trident(?=\/))\/?\s*(\d+)/i)||[];if(/trident/i.test(M[1])){tem=/\brv[ :]+(\d+)/g.exec(ua)||[];return'IE '+(tem[1]||'');}
if(M[1]==='Chrome'){tem=ua.match(/\b(OPR|Edge)\/(\d+)/);if(tem!=null)return tem.slice(1).join(' ').replace('OPR','Opera');}
M=M[2]?[M[1],M[2]]:[navigator.appName,navigator.appVersion,'-?'];if((tem=ua.match(/version\/(\d+)/i))!=null)M.splice(1,1,tem[1]);return M;}
currentBrowser=t()[0].toLowerCase();versionBrowser=t()[1];var webKit='safari;chrome';var IE='netscape;msie';var mozilla='firefox';var browserName=[(that.options.useOnMozilla?mozilla:''),(that.options.useOnWebKit?webKit:''),(that.options.useOnIE?IE:'')].join(';');var neededBrowser=browserName.indexOf(currentBrowser)!==-1;if(neededBrowser){ssc_addEvent("mousedown",ssc_mousedown);if(currentBrowser==='firefox'||currentBrowser==="msie"||currentBrowser==="netscape"){ssc_addEvent("wheel",ssc_wheel);}else{if(currentBrowser==='chrome'&&parseInt(versionBrowser)>=61){currentScrollingElement=document.scrollingElement;}else{ssc_addEvent("mousewheel",ssc_wheel);}}
ssc_addEvent("load",ssc_init);}});this.update=function update(newOptions){if(!that.options.keyboardsupport){ssc_removeEvent("keydown",ssc_keydown);}
$.extend(this.options,newOptions);};}
(function(){'use strict';var _instance;window._smoothWheelInstance=function(){if(!_instance){_instance=new SmoothWheel();}
return _instance;};})();})(window._$,window._$);(function(jQuery,$){(function($){'use strict';var timeout;$(window).on('resize',function(e,param){clearTimeout(timeout);if(param&&param.force){stretchToBottom();}else{timeout=setTimeout(stretchToBottom,25);}});$(stretchToBottom);function stretchToBottom(){var html=document.documentElement,prevHeight=html.style.height,body=$('body');html.style.height='100%';$('.bd-stretch-to-bottom').each(function(){var c=$(this),bh,mh=0,parent;var target=c.find(c.data('controlSelector')).add(c.find(c.data('controlSelector')+' .bd-stretch-inner').first());if(target.length===0){return;}
target.removeAttr('style');bh=body.height();var prevMargin=0;body.children().each(function(){var $node=$(this);if($node.is(':visible')&&$node.css('float')!=='left'&&$node.css('float')!=='right'&&$node.css('position')!=='absolute'&&$node.css('position')!=='fixed'){if(!prevMargin){mh+=parseFloat($node.css('margin-top'));}else{mh+=Math.max(parseFloat($node.css('margin-bottom')),prevMargin);}
mh+=$node.outerHeight();prevMargin=parseFloat($node.css('margin-bottom'));if($.contains(this,target[0])||this===target[0]){parent=$node;}}});if(mh<bh&&parent){var r=bh-mh;target.css('min-height',(target.outerHeight(true)+r)+'px');}});html.style.height=prevHeight;}})(jQuery);})(window._$,window._$);(function(jQuery,$){(function($){'use strict';if(!window.isThemlerIframe||!window.isThemlerIframe()){$(document).ready(function(){var controls=$('[data-autoplay=true]');$(controls).each(function(index,item){if(item.src)
item.src=item.src+(item.src.indexOf("?")===-1?"?":"&")+"autoplay=1";});});}})(jQuery);})(window._$,window._$);(function(jQuery,$){jQuery(function(){'use strict';new window.ThemeLightbox('.bd-postcontent-2 img:not(.no-lightbox)').init();});})(window._$,window._$);(function(jQuery,$){jQuery(function(){'use strict';new window.ThemeLightbox('.bd-postcontent-1 img:not(.no-lightbox)').init();});})(window._$,window._$);