/*!
 * Bootstrap Package v7.0.2 (http://www.bk2k.info)
 * Copyright 2014-2016 Benjamin Kott
 * Licensed under the MIT license
 */
+function(a){function b(){return this.each(function(){var b=a(this),d=b.data("bk2k.equalheight");d?d.process():b.data("bk2k.equalheight",d=new c(this))})}var c=function(b){this.$container=a(b),this.$elements=this.$container.find("[data-equalheight=item]"),this.init()};c.prototype.init=function(){this.process()},c.prototype.reset=function(){this.$elements.height("auto")},c.prototype.process=function(){this.reset();var b=[],c=null,d=null,e=0,f=this.$elements;f.each(function(){var f=a(this);f.is(":hidden")||(e=f.offset().top,c!==e?(a.each(b,function(){a(this).height(d)}),b.length=0,c=e,d=f.height(),b.push(f)):(b.push(f),d=d<f.height()?f.height():d),a.each(b,function(){a(this).height(d)}))})};var d=a.fn.equalheight;a.fn.equalheight=b,a.fn.equalheight.Constructor=c,a.fn.equalheight.noConflict=function(){return a.fn.carousel=d,this},a(window).on("load resize calculate.bk2k.equalheight",function(){a("[data-equalheight=container]").each(function(){var c=a(this);b.call(c,c.data())})}),a("img").on("load",function(){a(window).trigger("calculate.bk2k.equalheight")})}(jQuery);