")).prop("outerHTML")]),this._controls.$absolute=(settings.dotsContainer?$(settings.dotsContainer):$("").addClass(settings.dotsClass).appendTo(this.$element)).addClass("disabled"),this._controls.$absolute.on("click","div",$.proxy(function(e){var index=($(e.target).parent().is(this._controls.$absolute)?$(e.target):$(e.target).parent()).index();e.preventDefault(),this.to(index,settings.dotsSpeed)},this)),this._overrides)this._core[override]=$.proxy(this[override],this)},Navigation.prototype.destroy=function(){var handler,control,property,override;for(handler in this._handlers)this.$element.off(handler,this._handlers[handler]);for(control in this._controls)this._controls[control].remove();for(override in this.overides)this._core[override]=this._overrides[override];for(property in Object.getOwnPropertyNames(this))"function"!=typeof this[property]&&(this[property]=null)},Navigation.prototype.update=function(){var i,j,lower=this._core.clones().length/2,upper=lower+this._core.items().length,maximum=this._core.maximum(!0),settings=this._core.settings,size=settings.center||settings.autoWidth||settings.dotsData?1:settings.dotsEach||settings.items;if("page"!==settings.slideBy&&(settings.slideBy=Math.min(settings.slideBy,settings.items)),settings.dots||"page"==settings.slideBy)for(this._pages=[],i=lower,j=0;i=this._core.maximum(!0))),this._controls.$absolute.toggleClass("disabled",!settings.dots||difference),settings.dots&&(difference=this._pages.length-this._controls.$absolute.children().length,settings.dotsData&&0!=difference?this._controls.$absolute.html(this._templates.join("")):0=current},this)).pop()},Navigation.prototype.getPosition=function(successor){var position,length,settings=this._core.settings;return"page"==settings.slideBy?(position=$.inArray(this.current(),this._pages),length=this._pages.length,successor?++position:--position,position=this._pages[(position%length+length)%length].start):(position=this._core.relative(this._core.current()),length=this._core.items().length,successor?position+=settings.slideBy:position-=settings.slideBy),position},Navigation.prototype.next=function(speed){$.proxy(this._overrides.to,this._core)(this.getPosition(!0),speed)},Navigation.prototype.prev=function(speed){$.proxy(this._overrides.to,this._core)(this.getPosition(!1),speed)},Navigation.prototype.to=function(position,speed,length){length?$.proxy(this._overrides.to,this._core)(position,speed):(length=this._pages.length,$.proxy(this._overrides.to,this._core)(this._pages[(position%length+length)%length].start,speed))},$.fn.vcOwlCarousel.Constructor.Plugins.Navigation=Navigation}(window.Zepto||window.jQuery,(window,document)),function($,window){"use strict";function Hash(carousel){this._core=carousel,this._hashes={},this.$element=this._core.$element,this._handlers={"initialized.owl.vccarousel":$.proxy(function(e){e.namespace&&"URLHash"===this._core.settings.startPosition&&$(window).trigger("hashchange.owl.navigation")},this),"prepared.owl.vccarousel":$.proxy(function(e){var hash;!e.namespace||(hash=$(e.content).find("[data-hash]").addBack("[data-hash]").attr("data-hash"))&&(this._hashes[hash]=e.content)},this),"changed.owl.vccarousel":$.proxy(function(hash){var current;hash.namespace&&"position"===hash.property.name&&(current=this._core.items(this._core.relative(this._core.current())),(hash=$.map(this._hashes,function(item,hash){return item===current?hash:null}).join())&&window.location.hash.slice(1)!==hash&&(window.location.hash=hash))},this)},this._core.options=$.extend({},Hash.Defaults,this._core.options),this.$element.on(this._handlers),$(window).on("hashchange.owl.navigation",$.proxy(function(e){var position=window.location.hash.substring(1),items=this._core.$stage.children(),position=this._hashes[position]&&items.index(this._hashes[position]);void 0!==position&&position!==this._core.current()&&this._core.to(this._core.relative(position),!1,!0)},this))}Hash.Defaults={URLhashListener:!1},Hash.prototype.destroy=function(){var handler,property;for(handler in $(window).off("hashchange.owl.navigation"),this._handlers)this._core.$element.off(handler,this._handlers[handler]);for(property in Object.getOwnPropertyNames(this))"function"!=typeof this[property]&&(this[property]=null)},$.fn.vcOwlCarousel.Constructor.Plugins.Hash=Hash}(window.Zepto||window.jQuery,window,document),function($){var style=$("").get(0).style,prefixes="Webkit Moz O ms".split(" "),events={transition:{end:{WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd",transition:"transitionend"}},animation:{end:{WebkitAnimation:"webkitAnimationEnd",MozAnimation:"animationend",OAnimation:"oAnimationEnd",animation:"animationend"}}},tests_csstransforms=function(){return!!test("transform")},tests_csstransforms3d=function(){return!!test("perspective")},tests_cssanimations=function(){return!!test("animation")};function test(property,prefixed){var result=!1,upper=property.charAt(0).toUpperCase()+property.slice(1);return $.each((property+" "+prefixes.join(upper+" ")+upper).split(" "),function(i,property){if(void 0!==style[property])return result=!prefixed||property,!1}),result}!function(){return!!test("transition")}()||($.support.transition=String(test("transition",!0)),$.support.transition.end=events.transition.end[$.support.transition]),tests_cssanimations()&&($.support.animation=String(test("animation",!0)),$.support.animation.end=events.animation.end[$.support.animation]),tests_csstransforms()&&($.support.transform=String(test("transform",!0)),$.support.transform3d=tests_csstransforms3d())}(window.Zepto||window.jQuery,(window,document));