You are on page 1of 19

/*

_ _ _ _
___| (_) ___| | __ (_)___
/ __| | |/ __| |/ / | / __|
\__ \ | | (__| < _ | \__ \
|___/_|_|\___|_|\_(_)/ |___/
|__/

Version: 1.5.9
Author: Ken Wheeler
Website: http://kenwheeler.github.io
Docs: http://kenwheeler.github.io/slick
Repo: http://github.com/kenwheeler/slick
Issues: http://github.com/kenwheeler/slick/issues

*/
!function(a){"use strict";"function"==typeof define&&define.amd?
define(["jquery"],a):"undefined"!=typeof exports?
module.exports=a(require("jquery")):a(jQuery)}(function(a){"use strict";var
b=window.Slick||{};b=function(){function c(c,d){var
f,e=this;e.defaults={accessibility:!0,adaptiveHeight:!
1,appendArrows:a(c),appendDots:a(c),arrows:!0,asNavFor:null,prevArrow:'<button
type="button" data-role="none" class="slick-prev" aria-label="Previous"
tabindex="0" role="button">Previous</button>',nextArrow:'<button type="button"
data-role="none" class="slick-next" aria-label="Next" tabindex="0"
role="button">Next</button>',autoplay:!1,autoplaySpeed:3e3,centerMode:!
1,centerPadding:"50px",cssEase:"ease",customPaging:function(a,b){return'<button
type="button" data-role="none" role="button" aria-required="false" tabindex="0">'+
(b+1)+"</button>"},dots:!1,dotsClass:"slick-dots",draggable:!
0,easing:"linear",edgeFriction:.35,fade:!1,focusOnSelect:!1,infinite:!
0,initialSlide:0,lazyLoad:"ondemand",mobileFirst:!1,pauseOnHover:!
0,pauseOnDotsHover:!1,respondTo:"window",responsive:null,rows:1,rtl:!
1,slide:"",slidesPerRow:1,slidesToShow:1,slidesToScroll:1,speed:500,swipe:!
0,swipeToSlide:!1,touchMove:!0,touchThreshold:5,useCSS:!0,useTransform:!
1,variableWidth:!1,vertical:!1,verticalSwiping:!1,waitForAnimate:!
0,zIndex:1e3},e.initials={animating:!1,dragging:!
1,autoPlayTimer:null,currentDirection:0,currentLeft:null,currentSlide:0,direction:1
,$dots:null,listWidth:null,listHeight:null,loadIndex:0,$nextArrow:null,
$prevArrow:null,slideCount:null,slideWidth:null,$slideTrack:null,
$slides:null,sliding:!1,slideOffset:0,swipeLeft:null,$list:null,touchObject:
{},transformsEnabled:!1,unslicked:!
1},a.extend(e,e.initials),e.activeBreakpoint=null,e.animType=null,e.animProp=null,e
.breakpoints=[],e.breakpointSettings=[],e.cssTransitions=!
1,e.hidden="hidden",e.paused=!
1,e.positionProp=null,e.respondTo=null,e.rowCount=1,e.shouldClick=!0,e.
$slider=a(c),e.
$slidesCache=null,e.transformType=null,e.transitionType=null,e.visibilityChange="vi
sibilitychange",e.windowWidth=0,e.windowTimer=null,f=a(c).data("slick")||
{},e.options=a.extend({},e.defaults,f,d),e.currentSlide=e.options.initialSlide,e.or
iginalSettings=e.options,"undefined"!=typeof document.mozHidden?
(e.hidden="mozHidden",e.visibilityChange="mozvisibilitychange"):"undefined"!=typeof
document.webkitHidden&&(e.hidden="webkitHidden",e.visibilityChange="webkitvisibilit
ychange"),e.autoPlay=a.proxy(e.autoPlay,e),e.autoPlayClear=a.proxy(e.autoPlayClear,
e),e.changeSlide=a.proxy(e.changeSlide,e),e.clickHandler=a.proxy(e.clickHandler,e),
e.selectHandler=a.proxy(e.selectHandler,e),e.setPosition=a.proxy(e.setPosition,e),e
.swipeHandler=a.proxy(e.swipeHandler,e),e.dragHandler=a.proxy(e.dragHandler,e),e.ke
yHandler=a.proxy(e.keyHandler,e),e.autoPlayIterator=a.proxy(e.autoPlayIterator,e),e
.instanceUid=b++,e.htmlExpr=/^(?:\s*(<[\w\W]+>)[^>]*)
$/,e.registerBreakpoints(),e.init(!0),e.checkResponsive(!0)}var b=0;return c}
(),b.prototype.addSlide=b.prototype.slickAdd=function(b,c,d){var
e=this;if("boolean"==typeof c)d=c,c=null;else if(0>c||c>=e.slideCount)return!
1;e.unload(),"number"==typeof c?0===c&&0===e.$slides.length?a(b).appendTo(e.
$slideTrack):d?a(b).insertBefore(e.$slides.eq(c)):a(b).insertAfter(e.
$slides.eq(c)):d===!0?a(b).prependTo(e.$slideTrack):a(b).appendTo(e.$slideTrack),e.
$slides=e.$slideTrack.children(this.options.slide),e.
$slideTrack.children(this.options.slide).detach(),e.$slideTrack.append(e.
$slides),e.$slides.each(function(b,c){a(c).attr("data-slick-index",b)}),e.
$slidesCache=e.$slides,e.reinit()},b.prototype.animateHeight=function(){var
a=this;if(1===a.options.slidesToShow&&a.options.adaptiveHeight===!
0&&a.options.vertical===!1){var b=a.$slides.eq(a.currentSlide).outerHeight(!0);a.
$list.animate({height:b},a.options.speed)}},b.prototype.animateSlide=function(b,c)
{var d={},e=this;e.animateHeight(),e.options.rtl===!0&&e.options.vertical===!
1&&(b=-b),e.transformsEnabled===!1?e.options.vertical===!1?e.
$slideTrack.animate({left:b},e.options.speed,e.options.easing,c):e.
$slideTrack.animate({top:b},e.options.speed,e.options.easing,c):e.cssTransitions===
!1?(e.options.rtl===!0&&(e.currentLeft=-
e.currentLeft),a({animStart:e.currentLeft}).animate({animStart:b},
{duration:e.options.speed,easing:e.options.easing,step:function(a)
{a=Math.ceil(a),e.options.vertical===!1?(d[e.animType]="translate("+a+"px, 0px)",e.
$slideTrack.css(d)):(d[e.animType]="translate(0px,"+a+"px)",e.
$slideTrack.css(d))},complete:function(){c&&c.call()}})):
(e.applyTransition(),b=Math.ceil(b),e.options.vertical===!1?
d[e.animType]="translate3d("+b+"px, 0px,
0px)":d[e.animType]="translate3d(0px,"+b+"px, 0px)",e.
$slideTrack.css(d),c&&setTimeout(function()
{e.disableTransition(),c.call()},e.options.speed))},b.prototype.asNavFor=function(b
){var c=this,d=c.options.asNavFor;d&&null!==d&&(d=a(d).not(c.$slider)),null!
==d&&"object"==typeof d&&d.each(function(){var
c=a(this).slick("getSlick");c.unslicked||c.slideHandler(b,!
0)})},b.prototype.applyTransition=function(a){var b=this,c={};b.options.fade===!1?
c[b.transitionType]=b.transformType+" "+b.options.speed+"ms
"+b.options.cssEase:c[b.transitionType]="opacity "+b.options.speed+"ms
"+b.options.cssEase,b.options.fade===!1?b.$slideTrack.css(c):b.
$slides.eq(a).css(c)},b.prototype.autoPlay=function(){var
a=this;a.autoPlayTimer&&clearInterval(a.autoPlayTimer),a.slideCount>a.options.slide
sToShow&&a.paused!==!
0&&(a.autoPlayTimer=setInterval(a.autoPlayIterator,a.options.autoplaySpeed))},b.pro
totype.autoPlayClear=function(){var
a=this;a.autoPlayTimer&&clearInterval(a.autoPlayTimer)},b.prototype.autoPlayIterato
r=function(){var a=this;a.options.infinite===!1?1===a.direction?
(a.currentSlide+1===a.slideCount-
1&&(a.direction=0),a.slideHandler(a.currentSlide+a.options.slidesToScroll)):
(a.currentSlide-1===0&&(a.direction=1),a.slideHandler(a.currentSlide-
a.options.slidesToScroll)):a.slideHandler(a.currentSlide+a.options.slidesToScroll)}
,b.prototype.buildArrows=function(){var b=this;b.options.arrows===!0&&(b.
$prevArrow=a(b.options.prevArrow).addClass("slick-arrow"),b.
$nextArrow=a(b.options.nextArrow).addClass("slick-
arrow"),b.slideCount>b.options.slidesToShow?(b.$prevArrow.removeClass("slick-
hidden").removeAttr("aria-hidden tabindex"),b.$nextArrow.removeClass("slick-
hidden").removeAttr("aria-hidden
tabindex"),b.htmlExpr.test(b.options.prevArrow)&&b.
$prevArrow.prependTo(b.options.appendArrows),b.htmlExpr.test(b.options.nextArrow)&&
b.$nextArrow.appendTo(b.options.appendArrows),b.options.infinite!==!0&&b.
$prevArrow.addClass("slick-disabled").attr("aria-disabled","true")):b.
$prevArrow.add(b.$nextArrow).addClass("slick-hidden").attr({"aria-
disabled":"true",tabindex:"-1"}))},b.prototype.buildDots=function(){var
c,d,b=this;if(b.options.dots===!0&&b.slideCount>b.options.slidesToShow){for(d='<ul
class="'+b.options.dotsClass+'">',c=0;c<=b.getDotCount();c+=1)d+="<li>"+b.options.c
ustomPaging.call(this,b,c)+"</li>";d+="</ul>",b.
$dots=a(d).appendTo(b.options.appendDots),b.
$dots.find("li").first().addClass("slick-active").attr("aria-
hidden","false")}},b.prototype.buildOut=function(){var b=this;b.$slides=b.
$slider.children(b.options.slide+":not(.slick-cloned)").addClass("slick-
slide"),b.slideCount=b.$slides.length,b.$slides.each(function(b,c){a(c).attr("data-
slick-index",b).data("originalStyling",a(c).attr("style")||"")}),b.
$slider.addClass("slick-slider"),b.$slideTrack=0===b.slideCount?a('<div
class="slick-track"/>').appendTo(b.$slider):b.$slides.wrapAll('<div class="slick-
track"/>').parent(),b.$list=b.$slideTrack.wrap('<div aria-live="polite"
class="slick-list"/>').parent(),b.$slideTrack.css("opacity",0),
(b.options.centerMode===!0||b.options.swipeToSlide===!
0)&&(b.options.slidesToScroll=1),a("img[data-lazy]",b.
$slider).not("[src]").addClass("slick-
loading"),b.setupInfinite(),b.buildArrows(),b.buildDots(),b.updateDots(),b.setSlide
Classes("number"==typeof b.currentSlide?b.currentSlide:0),b.options.draggable===!
0&&b.$list.addClass("draggable")},b.prototype.buildRows=function(){var
b,c,d,e,f,g,h,a=this;if(e=document.createDocumentFragment(),g=a.
$slider.children(),a.options.rows>1)
{for(h=a.options.slidesPerRow*a.options.rows,f=Math.ceil(g.length/h),b=0;f>b;b++)
{var i=document.createElement("div");for(c=0;c<a.options.rows;c++){var
j=document.createElement("div");for(d=0;d<a.options.slidesPerRow;d++){var k=b*h+
(c*a.options.slidesPerRow+d);g.get(k)&&j.appendChild(g.get(k))}i.appendChild(j)}e.a
ppendChild(i)}a.$slider.html(e),a.
$slider.children().children().children().css({width:100/a.options.slidesPerRow+"%",
display:"inline-block"})}},b.prototype.checkResponsive=function(b,c){var
e,f,g,d=this,h=!1,i=d.$slider.width(),j=window.innerWidth||
a(window).width();if("window"===d.respondTo?g=j:"slider"===d.respondTo?
g=i:"min"===d.respondTo&&(g=Math.min(j,i)),d.options.responsive&&d.options.responsi
ve.length&&null!==d.options.responsive){f=null;for(e in
d.breakpoints)d.breakpoints.hasOwnProperty(e)&&(d.originalSettings.mobileFirst===!
1?
g<d.breakpoints[e]&&(f=d.breakpoints[e]):g>d.breakpoints[e]&&(f=d.breakpoints[e]));
null!==f?null!==d.activeBreakpoint?(f!==d.activeBreakpoint||
c)&&(d.activeBreakpoint=f,"unslick"===d.breakpointSettings[f]?d.unslick(f):
(d.options=a.extend({},d.originalSettings,d.breakpointSettings[f]),b===!
0&&(d.currentSlide=d.options.initialSlide),d.refresh(b)),h=f):
(d.activeBreakpoint=f,"unslick"===d.breakpointSettings[f]?d.unslick(f):
(d.options=a.extend({},d.originalSettings,d.breakpointSettings[f]),b===!
0&&(d.currentSlide=d.options.initialSlide),d.refresh(b)),h=f):null!
==d.activeBreakpoint&&(d.activeBreakpoint=null,d.options=d.originalSettings,b===!
0&&(d.currentSlide=d.options.initialSlide),d.refresh(b),h=f),b||h===!1||d.
$slider.trigger("breakpoint",[d,h])}},b.prototype.changeSlide=function(b,c){var
f,g,h,d=this,e=a(b.target);switch(e.is("a")&&b.preventDefault(),e.is("li")||
(e=e.closest("li")),h=d.slideCount%d.options.slidesToScroll!==0,f=h?0:
(d.slideCount-d.currentSlide)%d.options.slidesToScroll,b.data.message)
{case"previous":g=0===f?d.options.slides
ToScroll:d.options.slidesToShow-
f,d.slideCount>d.options.slidesToShow&&d.slideHandler(d.currentSlide-g,!
1,c);break;case"next":g=0===f?
d.options.slidesToScroll:f,d.slideCount>d.options.slidesToShow&&d.slideHandler(d.cu
rrentSlide+g,!1,c);break;case"index":var i=0===b.data.index?0:b.data.index||
e.index()*d.options.slidesToScroll;d.slideHandler(d.checkNavigable(i),!
1,c),e.children().trigger("focus");break;default:return}},b.prototype.checkNavigabl
e=function(a){var c,d,b=this;if(c=b.getNavigableIndexes(),d=0,a>c[c.length-
1])a=c[c.length-1];else for(var e in c){if(a<c[e]){a=d;break}d=c[e]}return
a},b.prototype.cleanUpEvents=function(){var b=this;b.options.dots&&null!==b.
$dots&&(a("li",b.
$dots).off("click.slick",b.changeSlide),b.options.pauseOnDotsHover===!
0&&b.options.autoplay===!0&&a("li",b.
$dots).off("mouseenter.slick",a.proxy(b.setPaused,b,!
0)).off("mouseleave.slick",a.proxy(b.setPaused,b,!1))),b.options.arrows===!
0&&b.slideCount>b.options.slidesToShow&&(b.$prevArrow&&b.
$prevArrow.off("click.slick",b.changeSlide),b.$nextArrow&&b.
$nextArrow.off("click.slick",b.changeSlide)),b.$list.off("touchstart.slick
mousedown.slick",b.swipeHandler),b.$list.off("touchmove.slick
mousemove.slick",b.swipeHandler),b.$list.off("touchend.slick
mouseup.slick",b.swipeHandler),b.$list.off("touchcancel.slick
mouseleave.slick",b.swipeHandler),b.
$list.off("click.slick",b.clickHandler),a(document).off(b.visibilityChange,b.visibi
lity),b.$list.off("mouseenter.slick",a.proxy(b.setPaused,b,!0)),b.
$list.off("mouseleave.slick",a.proxy(b.setPaused,b,!1)),b.options.accessibility===!
0&&b.$list.off("keydown.slick",b.keyHandler),b.options.focusOnSelect===!0&&a(b.
$slideTrack).children().off("click.slick",b.selectHandler),a(window).off("orientati
onchange.slick.slick-"+b.instanceUid,b.orientationChange),a(window).off("resize.sli
ck.slick-"+b.instanceUid,b.resize),a("[draggable!=true]",b.
$slideTrack).off("dragstart",b.preventDefault),a(window).off("load.slick.slick-"+b.
instanceUid,b.setPosition),a(document).off("ready.slick.slick-"+b.instanceUid,b.set
Position)},b.prototype.cleanUpRows=function(){var b,a=this;a.options.rows>1&&(b=a.
$slides.children().children(),b.removeAttr("style"),a.
$slider.html(b))},b.prototype.clickHandler=function(a){var b=this;b.shouldClick===!
1&&(a.stopImmediatePropagation(),a.stopPropagation(),a.preventDefault())},b.prototy
pe.destroy=function(b){var
c=this;c.autoPlayClear(),c.touchObject={},c.cleanUpEvents(),a(".slick-cloned",c.
$slider).detach(),c.$dots&&c.$dots.remove(),c.$prevArrow&&c.$prevArrow.length&&(c.
$prevArrow.removeClass("slick-disabled slick-arrow slick-hidden").removeAttr("aria-
hidden aria-disabled
tabindex").css("display",""),c.htmlExpr.test(c.options.prevArrow)&&c.
$prevArrow.remove()),c.$nextArrow&&c.$nextArrow.length&&(c.
$nextArrow.removeClass("slick-disabled slick-arrow slick-hidden").removeAttr("aria-
hidden aria-disabled
tabindex").css("display",""),c.htmlExpr.test(c.options.nextArrow)&&c.
$nextArrow.remove()),c.$slides&&(c.$slides.removeClass("slick-slide slick-active
slick-center slick-visible slick-current").removeAttr("aria-
hidden").removeAttr("data-slick-index").each(function()
{a(this).attr("style",a(this).data("originalStyling"))}),c.
$slideTrack.children(this.options.slide).detach(),c.$slideTrack.detach(),c.
$list.detach(),c.$slider.append(c.$slides)),c.cleanUpRows(),c.
$slider.removeClass("slick-slider"),c.$slider.removeClass("slick-
initialized"),c.unslicked=!0,b||c.$slider.trigger("destroy",
[c])},b.prototype.disableTransition=function(a){var
b=this,c={};c[b.transitionType]="",b.options.fade===!1?b.$slideTrack.css(c):b.
$slides.eq(a).css(c)},b.prototype.fadeSlide=function(a,b){var
c=this;c.cssTransitions===!1?(c.$slides.eq(a).css({zIndex:c.options.zIndex}),c.
$slides.eq(a).animate({opacity:1},c.options.speed,c.options.easing,b)):
(c.applyTransition(a),c.
$slides.eq(a).css({opacity:1,zIndex:c.options.zIndex}),b&&setTimeout(function()
{c.disableTransition(a),b.call()},c.options.speed))},b.prototype.fadeSlideOut=funct
ion(a){var b=this;b.cssTransitions===!1?b.
$slides.eq(a).animate({opacity:0,zIndex:b.options.zIndex-
2},b.options.speed,b.options.easing):(b.applyTransition(a),b.
$slides.eq(a).css({opacity:0,zIndex:b.options.zIndex-
2}))},b.prototype.filterSlides=b.prototype.slickFilter=function(a){var b=this;null!
==a&&(b.$slidesCache=b.$slides,b.unload(),b.
$slideTrack.children(this.options.slide).detach(),b.
$slidesCache.filter(a).appendTo(b.
$slideTrack),b.reinit())},b.prototype.getCurrent=b.prototype.slickCurrentSlide=func
tion(){var a=this;return a.currentSlide},b.prototype.getDotCount=function(){var
a=this,b=0,c=0,d=0;if(a.options.infinite===!0)for(;b<a.slideCount;)+
+d,b=c+a.options.slidesToScroll,c+=a.options.slidesToScroll<=a.options.slidesToShow
?a.options.slidesToScroll:a.options.slidesToShow;else if(a.options.centerMode===!
0)d=a.slideCount;else for(;b<a.slideCount;)+
+d,b=c+a.options.slidesToScroll,c+=a.options.slidesToScroll<=a.options.slidesToShow
?a.options.slidesToScroll:a.options.slidesToShow;return d-
1},b.prototype.getLeft=function(a){var c,d,f,b=this,e=0;return b.slideOffset=0,d=b.
$slides.first().outerHeight(!0),b.options.infinite===!0?
(b.slideCount>b.options.slidesToShow&&(b.slideOffset=b.slideWidth*b.options.slidesT
oShow*-1,e=d*b.options.slidesToShow*-1),b.slideCount%b.options.slidesToScroll!
==0&&a+b.options.slidesToScroll>b.slideCount&&b.slideCount>b.options.slidesToShow&&
(a>b.slideCount?(b.slideOffset=(b.options.slidesToShow-(a-
b.slideCount))*b.slideWidth*-1,e=(b.options.slidesToShow-(a-b.slideCount))*d*-1):
(b.slideOffset=b.slideCount%b.options.slidesToScroll*b.slideWidth*-1,e=b.slideCount
%b.options.slidesToScroll*d*-
1))):a+b.options.slidesToShow>b.slideCount&&(b.slideOffset=(a+b.options.slidesToSho
w-b.slideCount)*b.slideWidth,e=(a+b.options.slidesToShow-
b.slideCount)*d),b.slideCount<=b.options.slidesToShow&&(b.slideOffset=0,e=0),b.opti
ons.centerMode===!0&&b.options.infinite===!0?
b.slideOffset+=b.slideWidth*Math.floor(b.options.slidesToShow/2)-
b.slideWidth:b.options.centerMode===!
0&&(b.slideOffset=0,b.slideOffset+=b.slideWidth*Math.floor(b.options.slidesToShow/2
)),c=b.options.vertical===!1?a*b.slideWidth*-1+b.slideOffset:a*d*-
1+e,b.options.variableWidth===!0&&(f=b.slideCount<=b.options.slidesToShow||
b.options.infinite===!1?b.$slideTrack.children(".slick-slide").eq(a):b.
$slideTrack.children(".slick-
slide").eq(a+b.options.slidesToShow),c=b.options.rtl===!0?f[0]?-1*(b.
$slideTrack.width()-f[0].offsetLeft-f.width()):0:f[0]?-
1*f[0].offsetLeft:0,b.options.centerMode===!
0&&(f=b.slideCount<=b.options.slidesToShow||b.options.infinite===!1?b.
$slideTrack.children(".slick-slide").eq(a):b.$slideTrack.children(".slick-
slide").eq(a+b.options.slidesToShow+1),c=b.options.rtl===!0?f[0]?-1*(b.
$slideTrack.width()-f[0].offsetLeft-f.width()):0:f[0]?-1*f[0].offsetLeft:0,c+=(b.
$list.width()-
f.outerWidth())/2)),c},b.prototype.getOption=b.prototype.slickGetOption=function(a)
{var b=this;return b.options[a]},b.prototype.getNavigableIndexes=function(){var
e,a=this,b=0,c=0,d=[];for(a.options.infinite===!1?e=a.slideCount:(b=-
1*a.options.slidesToScroll,c=-
1*a.options.slidesToScroll,e=2*a.slideCount);e>b;)d.push(b),b=c+a.options.slidesToS
croll,c+=a.options.slidesToScroll<=a.options.slidesToShow?
a.options.slidesToScroll:a.options.slidesToShow;return
d},b.prototype.getSlick=function(){return
this},b.prototype.getSlideCount=function(){var c,d,e,b=this;return
e=b.options.centerMode===!0?
b.slideWidth*Math.floor(b.options.slidesToShow/2):0,b.options.swipeToSlide===!0?(b.
$slideTrack.find(".slick-slide").each(function(c,f){return f.offsetLeft-
e+a(f).outerWidth()/2>-1*b.swipeLeft?(d=f,!1):void 0}),c=Math.abs(a(d).attr("data-
slick-index")-b.currentSlide)||
1):b.options.slidesToScroll},b.prototype.goTo=b.prototype.slickGoTo=function(a,b)
{var c=this;c.changeSlide({data:
{message:"index",index:parseInt(a)}},b)},b.prototype.init=function(b){var
c=this;a(c.$slider).hasClass("slick-initialized")||(a(c.$slider).addClass("slick-
initialized"),c.buildRows(),c.buildOut(),c.setProps(),c.startLoad(),c.loadSlider(),
c.initializeEvents(),c.updateArrows(),c.updateDots()),b&&c.$slider.trigger("init",
[c]),c.options.accessibility===!
0&&c.initADA()},b.prototype.initArrowEvents=function(){var
a=this;a.options.arrows===!0&&a.slideCount>a.options.slidesToShow&&(a.
$prevArrow.on("click.slick",{message:"previous"},a.changeSlide),a.
$nextArrow.on("click.slick",
{message:"next"},a.changeSlide))},b.prototype.initDotEvents=function(){var
b=this;b.options.dots===!0&&b.slideCount>b.options.slidesToShow&&a("li",b.
$dots).on("click.slick",{message:"index"},b.changeSlide),b.options.dots===!
0&&b.options.pauseOnDotsHover===!0&&b.options.autoplay===!0&&a("li",b.
$dots).on("mouseenter.slick",a.proxy(b.setPaused,b,!
0)).on("mouseleave.slick",a.proxy(b.setPaused,b,!
1))},b.prototype.initializeEvents=function(){var
b=this;b.initArrowEvents(),b.initDotEvents(),b.$list.on("touchstart.slick
mousedown.slick",{action:"start"},b.swipeHandler),b.$list.on("touchmove.slick
mousemove.slick",{action:"move"},b.swipeHandler),b.$list.on("touchend.slick
mouseup.slick",{action:"end"},b.swipeHandler),b.$list.on("touchcancel.slick
mouseleave.slick",{action:"end"},b.swipeHandler),b.
$list.on("click.slick",b.clickHandler),a(document).on(b.visibilityChange,a.proxy(b.
visibility,b)),b.$list.on("mouseenter.slick",a.proxy(b.setPaused,b,!0)),b.
$list.on("mouseleave.slick",a.proxy(b.setPaused,b,!1)),b.options.accessibility===!
0&&b.$list.on("keydown.slick",b.keyHandler),b.options.focusOnSelect===!0&&a(b.
$slideTrack).children().on("click.slick",b.selectHandler),a(window).on("orientation
change.slick.slick-"+b.instanceUid,a.proxy(b.orientationChange,b)),a(window).on("re
size.slick.slick-"+b.instanceUid,a.proxy(b.resize,b)),a("[draggable!=true]",b.
$slideTrack).on("dragstart",b.preventDefault),a(window).on("load.slick.slick-"+b.in
stanceUid,b.setPosition),a(document).on("ready.slick.slick-"+b.instanceUid,b.setPos
ition)},b.prototype.initUI=function(){var
a=this;a.options.arrows===!0&&a.slideCount>a.options.slidesToShow&&(a.
$prevArrow.show(),a.$nextArrow.show()),a.options.dots===!
0&&a.slideCount>a.options.slidesToShow&&a.$dots.show(),a.options.autoplay===!
0&&a.autoPlay()},b.prototype.keyHandler=function(a){var
b=this;a.target.tagName.match("TEXTAREA|INPUT|SELECT")||
(37===a.keyCode&&b.options.accessibility===!0?b.changeSlide({data:
{message:"previous"}}):39===a.keyCode&&b.options.accessibility===!
0&&b.changeSlide({data:{message:"next"}}))},b.prototype.lazyLoad=function()
{function g(b){a("img[data-lazy]",b).each(function(){var
b=a(this),c=a(this).attr("data-
lazy"),d=document.createElement("img");d.onload=function()
{b.animate({opacity:0},100,function()
{b.attr("src",c).animate({opacity:1},200,function(){b.removeAttr("data-
lazy").removeClass("slick-loading")})})},d.src=c})}var
c,d,e,f,b=this;b.options.centerMode===!0?b.options.infinite===!0?(e=b.currentSlide+
(b.options.slidesToShow/2+1),f=e+b.options.slidesToShow+2):
(e=Math.max(0,b.currentSlide-(b.options.slidesToShow/2+1)),f=2+
(b.options.slidesToShow/2+1)+b.currentSlide):(e=b.options.infinite?
b.options.slidesToShow+b.currentSlide:b.currentSlide,f=e+b.options.slidesToShow,b.o
ptions.fade===!0&&(e>0&&e--,f<=b.slideCount&&f++)),c=b.$slider.find(".slick-
slide").slice(e,f),g(c),b.slideCount<=b.options.slidesToShow?(d=b.
$slider.find(".slick-slide"),g(d)):b.currentSlide>=b.slideCount-
b.options.slidesToShow?(d=b.$slider.find(".slick-
cloned").slice(0,b.options.slidesToShow),g(d)):0===b.currentSlide&&(d=b.
$slider.find(".slick-cloned").slice(-
1*b.options.slidesToShow),g(d))},b.prototype.loadSlider=function(){var
a=this;a.setPosition(),a.$slideTrack.css({opacity:1}),a.$slider.removeClass("slick-
loading"),a.initUI(),"progressive"===a.options.lazyLoad&&a.progressiveLazyLoad()},b
.prototype.next=b.prototype.slickNext=function(){var a=this;a.changeSlide({data:
{message:"next"}})},b.prototype.orientationChange=function(){var
a=this;a.checkResponsive(),a.setPosition()},b.prototype.pause=b.prototype.slickPaus
e=function(){var a=this;a.autoPlayClear(),a.paused=!
0},b.prototype.play=b.prototype.slickPlay=function(){var a=this;a.paused=!
1,a.autoPlay()},b.prototype.postSlide=function(a){var b=this;b.
$slider.trigger("afterChange",[b,a]),b.animating=!
1,b.setPosition(),b.swipeLeft=null,b.options.autoplay===!0&&b.paused===!
1&&b.autoPlay(),b.options.accessibility===!
0&&b.initADA()},b.prototype.prev=b.prototype.slickPrev=function(){var
a=this;a.changeSlide({data:
{message:"previous"}})},b.prototype.preventDefault=function(a)
{a.preventDefault()},b.prototype.progressiveLazyLoad=function(){var
c,d,b=this;c=a("img[data-lazy]",b.$slider).length,c>0&&(d=a("img[data-lazy]",b.
$slider).first(),d.attr("src",null),d.attr("src",d.attr("data-
lazy")).removeClass("slick-loading").load(function(){d.removeAttr("data-
lazy"),b.progressiveLazyLoad(),b.options.adaptiveHeight===!
0&&b.setPosition()}).error(function(){d.removeAttr("data-
lazy"),b.progressiveLazyLoad()}))},b.prototype.refresh=function(b){var
d,e,c=this;e=c.slideCount-c.options.slidesToShow,c.options.infinite||
(c.slideCount<=c.options.slidesToShow?
c.currentSlide=0:c.currentSlide>e&&(c.currentSlide=e)),d=c.currentSlide,c.destroy(!
0),a.extend(c,c.initials,{currentSlide:d}),c.init(),b||c.changeSlide({data:
{message:"index",index:d}},!1)},b.prototype.registerBreakpoints=function(){var
c,d,e,b=this,f=b.options.responsive||null;if("array"===a.type(f)&&f.length)
{b.respondTo=b.options.respondTo||"window";for(c in f)if(e=b.breakpoints.length-
1,d=f[c].breakpoint,f.hasOwnProperty(c))
{for(;e>=0;)b.breakpoints[e]&&b.breakpoints[e]===d&&b.breakpoints.splice(e,1),e--;b
.breakpoints.push(d),b.breakpointSettings[d]=f[c].settings}b.breakpoints.sort(funct
ion(a,c){return b.options.mobileFirst?a-c:c-a})}},b.prototype.reinit=function(){var
b=this;b.$slides=b.$slideTrack.children(b.options.slide).addClass("slick-
slide"),b.slideCount=b.$slides.length,b.currentSlide>=b.slideCount&&0!
==b.currentSlide&&(b.currentSlide=b.currentSlide-
b.options.slidesToScroll),b.slideCount<=b.options.slidesToShow&&(b.currentSlide=0),
b.registerBreakpoints(),b.setProps(),b.setupInfinite(),b.buildArrows(),b.updateArro
ws(),b.initArrowEvents(),b.buildDots(),b.updateDots(),b.initDotEvents(),b.checkResp
onsive(!1,!0),b.options.focusOnSelect===!0&&a(b.
$slideTrack).children().on("click.slick",b.selectHandler),b.setSlideClasses(0),b.se
tPosition(),b.$slider.trigger("reInit",[b]),b.options.autoplay===!
0&&b.focusHandler()},b.prototype.resize=function(){var b=this;a(window).width()!
==b.windowWidth&&(clearTimeout(b.windowDelay),b.windowDelay=window.setTimeout(funct
ion(){b.windowWidth=a(window).width(),b.checkResponsive(),b.unslicked||
b.setPosition()},50))},b.prototype.removeSlide=b.prototype.slickRemove=function(a,b
,c){var d=this;return"boolean"==typeof a?(b=a,a=b===!0?0:d.slideCount-1):a=b===!
0?--a:a,d.slideCount<1||0>a||a>d.slideCount-1?!1:(d.unload(),c===!0?d.
$slideTrack.children().remove():d.
$slideTrack.children(this.options.slide).eq(a).remove(),d.$slides=d.
$slideTrack.children(this.options.slide),d.
$slideTrack.children(this.options.slide).detach(),d.$slideTrack.append(d.
$slides),d.$slidesCache=d.$slides,void d.reinit())},b.prototype.setCSS=function(a)
{var d,e,b=this,c={};b.options.rtl===!0&&(a=-a),d="left"==b.positionProp?
Math.ceil(a)+"px":"0px",e="top"==b.positionProp?Math.ceil(a)
+"px":"0px",c[b.positionProp]=a,b.transformsEnabled===!1?b.$slideTrack.css(c):
(c={},b.cssTransitions===!1?(c[b.animType]="translate("+d+", "+e+")",b.
$slideTrack.css(c)):(c[b.animType]="translate3d("+d+", "+e+", 0px)",b.
$slideTrack.css(c)))},b.prototype.setDimensions=function(){var
a=this;a.options.vertical===!1?a.options.centerMode===!0&&a.$list.css({padding:"0px
"+a.options.centerPadding}):(a.$list.height(a.$slides.first().outerHeight(!
0)*a.options.slidesToShow),a.options.centerMode===!0&&a.
$list.css({padding:a.options.centerPadding+" 0px"})),a.listWidth=a.
$list.width(),a.listHeight=a.$list.height(),a.options.vertical===!
1&&a.options.variableWidth===!1?
(a.slideWidth=Math.ceil(a.listWidth/a.options.slidesToShow),a.
$slideTrack.width(Math.ceil(a.slideWidth*a.$slideTrack.children(".slick-
slide").length))):a.options.variableWidth===!0?a.
$slideTrack.width(5e3*a.slideCount):(a.slideWidth=Math.ceil(a.listWidth),a.
$slideTrack.height(Math.ceil(a.$slides.first().outerHeight(!0)*a.
$slideTrack.children(".slick-slide").length)));var b=a.$slides.first().outerWidth(!
0)-a.$slides.first().width();a.options.variableWidth===!1&&a.
$slideTrack.children(".slick-slide").width(a.slideWidth-
b)},b.prototype.setFade=function(){var c,b=this;b.$slides.each(function(d,e)
{c=b.slideWidth*d*-1,b.options.rtl===!0?
a(e).css({position:"relative",right:c,top:0,zIndex:b.options.zIndex-
2,opacity:0}):a(e).css({position:"relative",left:c,top:0,zIndex:b.options.zIndex-
2,opacity:0})}),b.$slides.eq(b.currentSlide).css({zIndex:b.options.zIndex-
1,opacity:1})},b.prototype.setHeight=function(){var
a=this;if(1===a.options.slidesToShow&&a.options.adaptiveHeight===!
0&&a.options.vertical===!1){var b=a.$slides.eq(a.currentSlide).outerHeight(!0);a.
$list.css("height",b)}},b.prototype.setOption=b.prototype.slickSetOption=function(b
,c,d){var f,g,e=this;if("responsive"===b&&"array"===a.type(c))for(g in
c)if("array"!
==a.type(e.options.responsive))e.options.responsive=[c[g]];else{for(f=e.options.res
ponsive.length-
1;f>=0;)e.options.responsive[f].breakpoint===c[g].breakpoint&&e.options.responsive.
splice(f,1),f--;e.options.responsive.push(c[g])}else e.options[b]=c;d===!
0&&(e.unload(),e.reinit())},b.prototype.setPosition=function(){var
a=this;a.setDimensions(),a.setHeight(),a.options.fade===!1?
a.setCSS(a.getLeft(a.currentSlide)):a.setFade(),a.$slider.trigger("setPosition",
[a])},b.prototype.setProps=function(){var
a=this,b=document.body.style;a.positionProp=a.options.vertical===!
0?"top":"left","top"===a.positionProp?a.$slider.addClass("slick-vertical"):a.
$slider.removeClass("slick-vertical"),(void 0!==b.WebkitTransition||void 0!
==b.MozTransition||void 0!==b.msTransition)&&a.options.useCSS===!
0&&(a.cssTransitions=!0),a.options.fade&&("number"==typeof a.options.zIndex?
a.options.zIndex<3&&(a.options.zIndex=3):a.options.zIndex=a.defaults.zIndex),void
0!==b.OTransform&&(a.animType="OTransform",a.transformType="-o-
transform",a.transitionType="OTransition",void 0===b.perspectiveProperty&&void
0===b.webkitPerspective&&(a.animType=!1)),void 0!
==b.MozTransform&&(a.animType="MozTransform",a.transformType="-moz-
transform",a.transitionType="MozTransition",void 0===b.perspectiveProperty&&void
0===b.MozPerspective&&(a.animType=!1)),void 0!
==b.webkitTransform&&(a.animType="webkitTransform",a.transformType="-webkit-
transform",a.transitionType="webkitTransition",void 0===b.perspectiveProperty&&void
0===b.webkitPerspective&&(a.animType=!1)),void 0!
==b.msTransform&&(a.animType="msTransform",a.transformType="-ms-
transform",a.transitionType="msTransition",void 0===b.msTransform&&(a.animType=!
1)),void 0!==b.transform&&a.animType!==!
1&&(a.animType="transform",a.transformType="transform",a.transitionType="transition
"),a.transformsEnabled=a.options.useTransform&&null!==a.animType&&a.animType!==!
1},b.prototype.setSlideClasses=function(a){var c,d,e,f,b=this;d=b.
$slider.find(".slick-slide").removeClass("slick-active slick-center slick-
current").attr("aria-hidden","true"),b.$slides.eq(a).addClass("slick-
current"),b.options.centerMode===!0?
(c=Math.floor(b.options.slidesToShow/2),b.options.infinite===!
0&&(a>=c&&a<=b.slideCount-1-c?b.$slides.slice(a-c,a+c+1).addClass("slick-
active").attr("aria-hidden","false"):(e=b.options.slidesToShow+a,d.slice(e-
c+1,e+c+2).addClass("slick-active").attr("aria-hidden","false")),0===a?
d.eq(d.length-1-b.options.slidesToShow).addClass("slick-center"):a===b.slideCount-
1&&d.eq(b.options.slidesToShow).addClass("slick-center")),b.
$slides.eq(a).addClass("slick-center")):a>=0&&a<=b.slideCount-
b.options.slidesToShow?b.$slides.slice(a,a+b.options.slidesToShow).addClass("slick-
active").attr("aria-hidden","false"):d.length<=b.options.slidesToShow?
d.addClass("slick
-active").attr("aria-hidden","false"):(f=b.slideCount
%b.options.slidesToShow,e=b.options.infinite===!0?
b.options.slidesToShow+a:a,b.options.slidesToShow==b.options.slidesToScroll&&b.slid
eCount-a<b.options.slidesToShow?d.slice(e-(b.options.slidesToShow-
f),e+f).addClass("slick-active").attr("aria-
hidden","false"):d.slice(e,e+b.options.slidesToShow).addClass("slick-
active").attr("aria-
hidden","false")),"ondemand"===b.options.lazyLoad&&b.lazyLoad()},b.prototype.setupI
nfinite=function(){var c,d,e,b=this;if(b.options.fade===!0&&(b.options.centerMode=!
1),b.options.infinite===!0&&b.options.fade===!
1&&(d=null,b.slideCount>b.options.slidesToShow)){for(e=b.options.centerMode===!0?
b.options.slidesToShow+1:b.options.slidesToShow,c=b.slideCount;c>b.slideCount-e;c-
=1)d=c-1,a(b.$slides[d]).clone(!0).attr("id","").attr("data-slick-index",d-
b.slideCount).prependTo(b.$slideTrack).addClass("slick-
cloned");for(c=0;e>c;c+=1)d=c,a(b.$slides[d]).clone(!0).attr("id","").attr("data-
slick-index",d+b.slideCount).appendTo(b.$slideTrack).addClass("slick-cloned");b.
$slideTrack.find(".slick-cloned").find("[id]").each(function()
{a(this).attr("id","")})}},b.prototype.setPaused=function(a){var
b=this;b.options.autoplay===!0&&b.options.pauseOnHover===!0&&(b.paused=a,a?
b.autoPlayClear():b.autoPlay())},b.prototype.selectHandler=function(b){var
c=this,d=a(b.target).is(".slick-slide")?a(b.target):a(b.target).parents(".slick-
slide"),e=parseInt(d.attr("data-slick-index"));return e||
(e=0),c.slideCount<=c.options.slidesToShow?(c.setSlideClasses(e),void
c.asNavFor(e)):void c.slideHandler(e)},b.prototype.slideHandler=function(a,b,c){var
d,e,f,g,h=null,i=this;return b=b||!1,i.animating===!0&&i.options.waitForAnimate===!
0||i.options.fade===!0&&i.currentSlide===a||i.slideCount<=i.options.slidesToShow?
void 0:(b===!
1&&i.asNavFor(a),d=a,h=i.getLeft(d),g=i.getLeft(i.currentSlide),i.currentLeft=null=
==i.swipeLeft?g:i.swipeLeft,i.options.infinite===!1&&i.options.centerMode===!
1&&(0>a||a>i.getDotCount()*i.options.slidesToScroll)?void(i.options.fade===!
1&&(d=i.currentSlide,c!==!0?i.animateSlide(g,function(){i.postSlide(d);
}):i.postSlide(d))):i.options.infinite===!1&&i.options.centerMode===!0&&(0>a||
a>i.slideCount-i.options.slidesToScroll)?void(i.options.fade===!
1&&(d=i.currentSlide,c!==!0?i.animateSlide(g,function()
{i.postSlide(d)}):i.postSlide(d))):(i.options.autoplay===!
0&&clearInterval(i.autoPlayTimer),e=0>d?i.slideCount%i.options.slidesToScroll!==0?
i.slideCount-i.slideCount%i.options.slidesToScroll:i.slideCount+d:d>=i.slideCount?
i.slideCount%i.options.slidesToScroll!==0?0:d-i.slideCount:d,i.animating=!0,i.
$slider.trigger("beforeChange",
[i,i.currentSlide,e]),f=i.currentSlide,i.currentSlide=e,i.setSlideClasses(i.current
Slide),i.updateDots(),i.updateArrows(),i.options.fade===!0?(c!==!0?
(i.fadeSlideOut(f),i.fadeSlide(e,function(){i.postSlide(e)})):i.postSlide(e),void
i.animateHeight()):void(c!==!0?i.animateSlide(h,function()
{i.postSlide(e)}):i.postSlide(e))))},b.prototype.startLoad=function(){var
a=this;a.options.arrows===!0&&a.slideCount>a.options.slidesToShow&&(a.
$prevArrow.hide(),a.$nextArrow.hide()),a.options.dots===!
0&&a.slideCount>a.options.slidesToShow&&a.$dots.hide(),a.$slider.addClass("slick-
loading")},b.prototype.swipeDirection=function(){var a,b,c,d,e=this;return
a=e.touchObject.startX-e.touchObject.curX,b=e.touchObject.startY-
e.touchObject.curY,c=Math.atan2(b,a),d=Math.round(180*c/Math.PI),0>d&&(d=360-
Math.abs(d)),45>=d&&d>=0?e.options.rtl===!1?"left":"right":360>=d&&d>=315?
e.options.rtl===!1?"left":"right":d>=135&&225>=d?e.options.rtl===!
1?"right":"left":e.options.verticalSwiping===!0?
d>=35&&135>=d?"left":"right":"vertical"},b.prototype.swipeEnd=function(a){var
c,b=this;if(b.dragging=!1,b.shouldClick=b.touchObject.swipeLength>10?!1:!0,void
0===b.touchObject.curX)return!1;if(b.touchObject.edgeHit===!0&&b.
$slider.trigger("edge",
[b,b.swipeDirection()]),b.touchObject.swipeLength>=b.touchObject.minSwipe)switch(b.
swipeDirection()){case"left":c=b.options.swipeToSlide?
b.checkNavigable(b.currentSlide+b.getSlideCount()):b.currentSlide+b.getSlideCount()
,b.slideHandler(c),b.currentDirection=0,b.touchObject={},b.$slider.trigger("swipe",
[b,"left"]);break;case"right":c=b.options.swipeToSlide?
b.checkNavigable(b.currentSlide-b.getSlideCount()):b.currentSlide-
b.getSlideCount(),b.slideHandler(c),b.currentDirection=1,b.touchObject={},b.
$slider.trigger("swipe",[b,"right"])}else b.touchObject.startX!
==b.touchObject.curX&&(b.slideHandler(b.currentSlide),b.touchObject={})},b.prototyp
e.swipeHandler=function(a){var b=this;if(!(b.options.swipe===!1||"ontouchend"in
document&&b.options.swipe===!1||b.options.draggable===!1&&-1!
==a.type.indexOf("mouse")))switch(b.touchObject.fingerCount=a.originalEvent&&void
0!==a.originalEvent.touches?
a.originalEvent.touches.length:1,b.touchObject.minSwipe=b.listWidth/b.options.touch
Threshold,b.options.verticalSwiping===!
0&&(b.touchObject.minSwipe=b.listHeight/b.options.touchThreshold),a.data.action)
{case"start":b.swipeStart(a);break;case"move":b.swipeMove(a);break;case"end":b.swip
eEnd(a)}},b.prototype.swipeMove=function(a){var d,e,f,g,h,b=this;return h=void 0!
==a.originalEvent?a.originalEvent.touches:null,!b.dragging||h&&1!==h.length?!1:
(d=b.getLeft(b.currentSlide),b.touchObject.curX=void 0!==h?
h[0].pageX:a.clientX,b.touchObject.curY=void 0!==h?
h[0].pageY:a.clientY,b.touchObject.swipeLength=Math.round(Math.sqrt(Math.pow(b.touc
hObject.curX-b.touchObject.startX,2))),b.options.verticalSwiping===!
0&&(b.touchObject.swipeLength=Math.round(Math.sqrt(Math.pow(b.touchObject.curY-
b.touchObject.startY,2)))),e=b.swipeDirection(),"vertical"!==e?(void 0!
==a.originalEvent&&b.touchObject.swipeLength>4&&a.preventDefault(),g=(b.options.rtl
===!1?1:-1)*(b.touchObject.curX>b.touchObject.startX?1:-
1),b.options.verticalSwiping===!0&&(g=b.touchObject.curY>b.touchObject.startY?1:-
1),f=b.touchObject.swipeLength,b.touchObject.edgeHit=!1,b.options.infinite===!
1&&(0===b.currentSlide&&"right"===e||
b.currentSlide>=b.getDotCount()&&"left"===e)&&(f=b.touchObject.swipeLength*b.option
s.edgeFriction,b.touchObject.edgeHit=!0),b.options.vertical===!1?
b.swipeLeft=d+f*g:b.swipeLeft=d+f*(b.
$list.height()/b.listWidth)*g,b.options.verticalSwiping===!
0&&(b.swipeLeft=d+f*g),b.options.fade===!0||b.options.touchMove===!1?!
1:b.animating===!0?(b.swipeLeft=null,!1):void b.setCSS(b.swipeLeft)):void
0)},b.prototype.swipeStart=function(a){var c,b=this;return 1!
==b.touchObject.fingerCount||b.slideCount<=b.options.slidesToShow?
(b.touchObject={},!1):(void 0!==a.originalEvent&&void 0!
==a.originalEvent.touches&&(c=a.originalEvent.touches[0]),b.touchObject.startX=b.to
uchObject.curX=void 0!==c?
c.pageX:a.clientX,b.touchObject.startY=b.touchObject.curY=void 0!==c?
c.pageY:a.clientY,void(b.dragging=!
0))},b.prototype.unfilterSlides=b.prototype.slickUnfilter=function(){var
a=this;null!==a.$slidesCache&&(a.unload(),a.
$slideTrack.children(this.options.slide).detach(),a.$slidesCache.appendTo(a.
$slideTrack),a.reinit())},b.prototype.unload=function(){var b=this;a(".slick-
cloned",b.$slider).remove(),b.$dots&&b.$dots.remove(),b.
$prevArrow&&b.htmlExpr.test(b.options.prevArrow)&&b.$prevArrow.remove(),b.
$nextArrow&&b.htmlExpr.test(b.options.nextArrow)&&b.$nextArrow.remove(),b.
$slides.removeClass("slick-slide slick-active slick-visible slick-
current").attr("aria-
hidden","true").css("width","")},b.prototype.unslick=function(a){var b=this;b.
$slider.trigger("unslick",[b,a]),b.destroy()},b.prototype.updateArrows=function()
{var b,a=this;b=Math.floor(a.options.slidesToShow/2),a.options.arrows===!
0&&a.slideCount>a.options.slidesToShow&&!a.options.infinite&&(a.
$prevArrow.removeClass("slick-disabled").attr("aria-disabled","false"),a.
$nextArrow.removeClass("slick-disabled").attr("aria-
disabled","false"),0===a.currentSlide?(a.$prevArrow.addClass("slick-
disabled").attr("aria-disabled","true"),a.$nextArrow.removeClass("slick-
disabled").attr("aria-disabled","false")):a.currentSlide>=a.slideCount-
a.options.slidesToShow&&a.options.centerMode===!1?(a.$nextArrow.addClass("slick-
disabled").attr("aria-disabled","true"),a.$prevArrow.removeClass("slick-
disabled").attr("aria-disabled","false")):a.currentSlide>=a.slideCount-
1&&a.options.centerMode===!0&&(a.$nextArrow.addClass("slick-disabled").attr("aria-
disabled","true"),a.$prevArrow.removeClass("slick-disabled").attr("aria-
disabled","false")))},b.prototype.updateDots=function(){var a=this;null!==a.
$dots&&(a.$dots.find("li").removeClass("slick-active").attr("aria-
hidden","true"),a.
$dots.find("li").eq(Math.floor(a.currentSlide/a.options.slidesToScroll)).addClass("
slick-active").attr("aria-hidden","false"))},b.prototype.visibility=function(){var
a=this;document[a.hidden]?(a.paused=!0,a.autoPlayClear()):a.options.autoplay===!
0&&(a.paused=!1,a.autoPlay())},b.prototype.initADA=function(){var b=this;b.
$slides.add(b.$slideTrack.find(".slick-cloned")).attr({"aria-
hidden":"true",tabindex:"-1"}).find("a, input, button, select").attr({tabindex:"-
1"}),b.$slideTrack.attr("role","listbox"),b.$slides.not(b.$slideTrack.find(".slick-
cloned")).each(function(c){a(this).attr({role:"option","aria-describedby":"slick-
slide"+b.instanceUid+c})}),null!==b.$dots&&b.
$dots.attr("role","tablist").find("li").each(function(c)
{a(this).attr({role:"presentation","aria-selected":"false","aria-
controls":"navigation"+b.instanceUid+c,id:"slick-
slide"+b.instanceUid+c})}).first().attr("aria-
selected","true").end().find("button").attr("role","button").end().closest("div").a
ttr("role","toolbar"),b.activateADA()},b.prototype.activateADA=function(){var
a=this;a.$slideTrack.find(".slick-active").attr({"aria-hidden":"false"}).find("a,
input, button, select").attr({tabindex:"0"})},b.prototype.focusHandler=function()
{var b=this;b.$slider.on("focus.slick blur.slick","*",function(c)
{c.stopImmediatePropagation();var d=a(this);setTimeout(function()
{b.isPlay&&(d.is(":focus")?(b.autoPlayClear(),b.paused=!0):(b.paused=!
1,b.autoPlay()))},0)})},a.fn.slick=function(){var
f,g,a=this,c=arguments[0],d=Array.prototype.slice.call(arguments,1),e=a.length;for(
f=0;e>f;f++)if("object"==typeof c||"undefined"==typeof c?a[f].slick=new
b(a[f],c):g=a[f].slick[c].apply(a[f].slick,d),"undefined"!=typeof g)return g;return
a}});
;/*})'"*/
;/*})'"*/
/* Source and licensing information for the line(s) below can be found at
https://chopra.com/sites/all/themes/thchopra/js/responsive.js. */
(function($,Drupal,window,document,undefined)
{Drupal.behaviors.responsiveBehavior={attach:function(context,settings){function
resize(){if(window.matchMedia("only screen and (max-width: 1023px)").matches){$
('.block-upcoming-events .view-content:not(.slick-slider), .block-nodeblock-
upcoming_events .view-content:not(.slick-
slider)').slick({autoplay:false,dots:false,slidesToShow:2,responsive:
[{breakpoint:768,settings:{slidesToShow:1}}]})}else $('.block-upcoming-events
.view-content.slick-slider, .block-nodeblock-upcoming_events .view-content.slick-
slider').slick('unslick');return;var mq=window.matchMedia("only screen and (max-
width: 1023px)"),elClassesToReplace=['quote-of-the-day-block','subscription-form-
wrapper','speakers-slider'];if(mq.matches){for(var
i=0;i<elClassesToReplace.length;i++){var
curEl=jQuery('.'+elClassesToReplace[i]),classToInsert=elClassesToReplace[i]+'-
replaced';jQuery(curEl).replaceWith('<div class="'+elClassesToReplace[i]+'-
placeholder"></div>');jQuery('.'+classToInsert).append(curEl)}}else for(var
i=0;i<elClassesToReplace.length;i++){var curEl=jQuery('.'+elClassesToReplace[i]+'-
replaced').children(),classToInsert=jQuery('.'+elClassesToReplace[i]+'-
placeholder');classToInsert.replaceWith(curEl)}};$(window).resize(function()
{resize()});if(window.matchMedia("only screen and (max-width: 767px)").matches){var
anchorLinks=$('.node-event .field-name-field-anchor-links
a'),hash=window.location.hash||"";if(anchorLinks.length){$('.node-event .anchor-
links-mobile').show();var dropdown=$('.node-event .anchor-links-mobile .dropdown-
list ul'),activeLink=$('.node-event .anchor-links-mobile .dropdown-
button'),active='<p>Select section</p>';activeLink.append(active);var
count=anchorLinks.length;for(var index=0;index<count;index++){var
element=anchorLinks[index];if(hash.length!==0&&element.hash===hash)
{activeLink.empty();var active='<p>Select
section</p>';activeLink.append(active)};var link='<li><a href="'+element.href+'"
>'+element.text+'</a></li>';dropdown.append(link)};$('.node-event .anchor-links-
mobile .dropdown-button').click(function(){$('.node-event .anchor-links-mobile
.dropdown-list').toggle()});$('.node-event .anchor-links-mobile .dropdown-list
li').click(function(){$('.node-event .anchor-links-mobile .dropdown-button
p').html($(this).text());$('.node-event .anchor-links-mobile .dropdown-
list').toggle()})}else $('.node-event .anchor-links-mobile').hide()};$('#view-
filters-mobile .dropdown-button').click(function(){$('#view-filters-mobile
.dropdown-list').toggle()});var activeCategory=$('#view-filters-mobile
li.active');if(activeCategory)$('#view-filters-mobile .dropdown-
button').html(activeCategory.html())
function centerElement(element,relativeContainer,marginCointainer)
{element.css('top',((relativeContainer.height()/2)-
(element.height()/2)+marginCointainer/2)+"px")};var slickSlider=$('.speakers-slider
.slick-slider'),slickSliderItemImage=$('.speakers-slider .slick-slider .speakers-
slider-item.slick-current .img-wrapper'),slickSliderBtns=$('.speakers-slider
.slick-
arrow');if(slickSlider.length&&slickSliderItemImage&&slickSliderBtns.length)centerE
lement(slickSliderBtns,slickSliderItemImage,parseInt(slickSlider.css('margin-
top')));var rcFieldTitles=$('.related-content-wrapper .views-row.views-row-1
.views-field-title, .related-content-wrapper .views-row.views-row-2 .views-field-
title');if(rcFieldTitles.length){var heights=rcFieldTitles.map(function(){return $
(this).height()}).get(),maxHeight=Math.max.apply(null,heights);rcFieldTitles.css({h
eight:maxHeight+'px'})};resize()}}})(jQuery,Drupal,this,this.document);;
/* Source and licensing information for the above line(s) can be found at
https://chopra.com/sites/all/themes/thchopra/js/responsive.js. */
;/*})'"*/
/* Source and licensing information for the line(s) below can be found at
https://chopra.com/sites/all/themes/thchopra/js/jquery.noty.packaged.js. */
!function(root,factory){if(typeof define==='function'&&define.amd)
{define(['jquery'],factory)}else if(typeof exports==='object')
{module.exports=factory(require('jquery'))}else factory(root.jQuery)}
(this,function($){if(typeof Object.create!=='function')Object.create=function(o)
{function F(){};F.prototype=o;return new F()};var
NotyObject={init:function(options){this.options=$.extend({},
$.noty.defaults,options);this.options.layout=(this.options.custom)?
$.noty.layouts['inline']:
$.noty.layouts[this.options.layout];if($.noty.themes[this.options.theme])
{this.options.theme=$.noty.themes[this.options.theme]}else
this.options.themeClassName=this.options.theme;this.options=$.extend({},this.option
s,this.options.layout.options);this.options.id='noty_'+(new
Date().getTime()*Math.floor(Math.random()*1e6));this._build();return
this},_build:function(){var $bar=$('<div class="noty_bar
noty_type_'+this.options.type+'"></div>').attr('id',this.options.id);
$bar.append(this.options.template).find('.noty_text').html(this.options.text);this.
$bar=(this.options.layout.parent.object!==null)?$
(this.options.layout.parent.object).css(this.options.layout.parent.css).append($bar
):$bar;if(this.options.themeClassName)this.
$bar.addClass(this.options.themeClassName).addClass('noty_container_type_'+this.opt
ions.type);if(this.options.buttons)
{this.options.closeWith=[];this.options.timeout=false;var $buttons=$
('<div/>').addClass('noty_buttons');(this.options.layout.parent.object!==null)?
this.$bar.find('.noty_bar').append($buttons):this.$bar.append($buttons);var
self=this;$.each(this.options.buttons,function(i,button){var $button=$
('<button/>').addClass((button.addClass)?
button.addClass:'gray').html(button.text).attr('id',button.id?
button.id:'button-'+i).attr('title',button.title).appendTo(self.
$bar.find('.noty_buttons')).on('click',function(event)
{if($.isFunction(button.onClick))button.onClick.call($button,self,event)})})};this.
$message=this.$bar.find('.noty_message');this.$closeButton=this.
$bar.find('.noty_close');this.$buttons=this.$bar.find('.noty_buttons');
$.noty.store[this.options.id]=this},show:function(){var self=this;
(self.options.custom)?
self.options.custom.find(self.options.layout.container.selector).append(self.$bar):
$(self.options.layout.container.selector).append(self.
$bar);if(self.options.theme&&self.options.theme.style)self.options.theme.style.appl
y(self);($.type(self.options.layout.css)==='function')?
this.options.layout.css.apply(self.$bar):self.$bar.css(this.options.layout.css||
{});self.
$bar.addClass(self.options.layout.addClass);self.options.layout.container.style.app
ly($(self.options.layout.container.selector),
[self.options.within]);self.showing=true;if(self.options.theme&&self.options.theme.
style)self.options.theme.callback.onShow.apply(this);if($.inArray('click',self.opti
ons.closeWith)>-1)self.$bar.css('cursor','pointer').one('click',function(evt)
{self.stopPropagation(evt);if(self.options.callback.onCloseClick)self.options.callb
ack.onCloseClick.apply(self);self.close()});if($.inArray('hover',self.options.close
With)>-1)self.$bar.one('mouseenter',function()
{self.close()});if($.inArray('button',self.options.closeWith)>-1)self.
$closeButton.one('click',function(evt)
{self.stopPropagation(evt);self.close()});if($.inArray('button',self.options.closeW
ith)==-1)self.
$closeButton.remove();if(self.options.callback.onShow)self.options.callback.onShow.
apply(self);if(typeof self.options.animation.open=='string'){self.
$bar.css('height',self.$bar.innerHeight());self.$bar.on('click',function(e)
{self.wasClicked=true});self.
$bar.show().addClass(self.options.animation.open).one('webkitAnimationEnd
mozAnimationEnd MSAnimationEnd oanimationend animationend',function()
{if(self.options.callback.afterShow)self.options.callback.afterShow.apply(self);sel
f.showing=false;self.shown=true;if(self.hasOwnProperty('wasClicked')){self.
$bar.off('click',function(e){self.wasClicked=true});self.close()}})}else self.
$bar.animate(self.options.animation.open,self.options.animation.speed,self.options.
animation.easing,function()
{if(self.options.callback.afterShow)self.options.callback.afterShow.apply(self);sel
f.showing=false;self.shown=true});if(self.options.timeout)self.
$bar.delay(self.options.timeout).promise().done(function(){self.close()});return
this},close:function(){if(this.closed)return;if(this.$bar&&this.$bar.hasClass('i-
am-closing-now'))return;var self=this;if(this.showing){self.$bar.queue(function()
{self.close.apply(self)});return};if(!this.shown&&!this.showing){var queue=[];
$.each($.noty.queue,function(i,n){if(n.options.id!=self.options.id)queue.push(n)});
$.noty.queue=queue;return};self.$bar.addClass('i-am-closing-
now');if(self.options.callback.onClose)self.options.callback.onClose.apply(self);if
(typeof self.options.animation.close=='string'){self.
$bar.addClass(self.options.animation.close).one('webkitAnimationEnd mozAnimationEnd
MSAnimationEnd oanimationend animationend',function()
{if(self.options.callback.afterClose)self.options.callback.afterClose.apply(self);s
elf.closeCleanUp()})}else self.
$bar.clearQueue().stop().animate(self.options.animation.close,self.options.animatio
n.speed,self.options.animation.easing,function()
{if(self.options.callback.afterClose)self.options.callback.afterClose.apply(self)})
.promise().done(function(){self.closeCleanUp()})},closeCleanUp:function(){var
self=this;if(self.options.modal){$.notyRenderer.setModalCount(-
1);if($.notyRenderer.getModalCount()==0)$
('.noty_modal').fadeOut(self.options.animation.fadeSpeed,function(){$
(this).remove()})};$.notyRenderer.setLayoutCountFor(self,-
1);if($.notyRenderer.getLayoutCountFor(self)==0)$
(self.options.layout.container.selector).remove();if(typeof self.$bar!
=='undefined'&&self.$bar!==null)if(typeof self.options.animation.close=='string')
{self.$bar.css('transition','all 100ms
ease').css('border',0).css('margin',0).height(0);self.$bar.one('transitionend
webkitTransitionEnd oTransitionEnd MSTransitionEnd',function(){self.
$bar.remove();self.
$bar=null;self.closed=true;if(self.options.theme.callback&&self.options.theme.callb
ack.onClose)self.options.theme.callback.onClose.apply(self)})}else{self.
$bar.remove();self.$bar=null;self.closed=true};delete
$.noty.store[self.options.id];if(self.options.theme.callback&&self.options.theme.ca
llback.onClose)self.options.theme.callback.onClose.apply(self);if(!
self.options.dismissQueue){$.noty.ontap=true;
$.notyRenderer.render()};if(self.options.maxVisible>0&&self.options.dismissQueue)
$.notyRenderer.render()},setText:function(text){if(!this.closed)
{this.options.text=text;this.$bar.find('.noty_text').html(text)};return
this},setType:function(type){if(!this.closed)
{this.options.type=type;this.options.theme.style.apply(this);this.options.theme.cal
lback.onShow.apply(this)};return this},setTimeout:function(time){if(!this.closed)
{var self=this;this.options.timeout=time;self.
$bar.delay(self.options.timeout).promise().done(function(){self.close()})};return
this},stopPropagation:function(evt){evt=evt||window.event;if(typeof
evt.stopPropagation!=="undefined"){evt.stopPropagation()}else
evt.cancelBubble=true},closed:false,showing:false,shown:false};$.notyRenderer={};
$.notyRenderer.init=function(options){var
notification=Object.create(NotyObject).init(options);if(notification.options.killer
)$.noty.closeAll();(notification.options.force)?$.noty.queue.unshift(notification):
$.noty.queue.push(notification);
$.notyRenderer.render();return($.noty.returns=='object')?
notification:notification.options.id};$.notyRenderer.render=function(){var
instance=$.noty.queue[0];if($.type(instance)==='object')
{if(instance.options.dismissQueue){if(instance.options.maxVisible>0){if($
(instance.options.layout.container.selector+' >
li').length<instance.options.maxVisible)
$.notyRenderer.show($.noty.queue.shift())}else
$.notyRenderer.show($.noty.queue.shift())}else if($.noty.ontap)
{$.notyRenderer.show($.noty.queue.shift());$.noty.ontap=false}}else
$.noty.ontap=true};$.notyRenderer.show=function(notification)
{if(notification.options.modal){$.notyRenderer.createModalFor(notification);
$.notyRenderer.setModalCount(+1)};if(notification.options.custom)
{if(notification.options.custom.find(notification.options.layout.container.selector
).length==0){notification.options.custom.append($
(notification.options.layout.container.object).addClass('i-am-new'))}else
notification.options.custom.find(notification.options.layout.container.selector).re
moveClass('i-am-new')}else if($
(notification.options.layout.container.selector).length==0){$('body').append($
(notification.options.layout.container.object).addClass('i-am-new'))}else $
(notification.options.layout.container.selector).removeClass('i-am-new');
$.notyRenderer.setLayoutCountFor(notification,+1);notification.show()};
$.notyRenderer.createModalFor=function(notification){if($('.noty_modal').length==0)
{var modal=$
('<div/>').addClass('noty_modal').addClass(notification.options.theme).data('noty_m
odal_count',0);if(notification.options.theme.modal&&notification.options.theme.moda
l.css)modal.css(notification.options.theme.modal.css);modal.prependTo($
('body')).fadeIn(notification.options.animation.fadeSpeed);if($.inArray('backdrop',
notification.options.closeWith)>-1)modal.on('click',function(e)
{$.noty.closeAll()})}};$.notyRenderer.getLayoutCountFor=function(notification)
{return $
(notification.options.layout.container.selector).data('noty_layout_count')||0};
$.notyRenderer.setLayoutCountFor=function(notification,arg){return $
(notification.options.layout.container.selector).data('noty_layout_count',
$.notyRenderer.getLayoutCountFor(notification)+arg)};
$.notyRenderer.getModalCount=function(){return $
('.noty_modal').data('noty_modal_count')||0};
$.notyRenderer.setModalCount=function(arg){return $
('.noty_modal').data('noty_modal_count',$.notyRenderer.getModalCount()+arg)};
$.fn.noty=function(options){options.custom=$(this);return
$.notyRenderer.init(options)};$.noty={};$.noty.queue=[];$.noty.ontap=true;
$.noty.layouts={};$.noty.themes={};$.noty.returns='object';$.noty.store={};
$.noty.get=fun
ction(id){return $.noty.store.hasOwnProperty(id)?$.noty.store[id]:false};
$.noty.close=function(id){return $.noty.get(id)?$.noty.get(id).close():false};
$.noty.setText=function(id,text){return $.noty.get(id)?
$.noty.get(id).setText(text):false};$.noty.setType=function(id,type){return
$.noty.get(id)?$.noty.get(id).setType(type):false};$.noty.clearQueue=function()
{$.noty.queue=[]};$.noty.closeAll=function(){$.noty.clearQueue();
$.each($.noty.store,function(id,noty){noty.close()})};var windowAlert=window.alert;
$.noty.consumeAlert=function(options){window.alert=function(text){if(options)
{options.text=text}else options={text:text};$.notyRenderer.init(options)}};
$.noty.stopConsumeAlert=function(){window.alert=windowAlert};
$.noty.defaults={layout:'top',theme:'defaultTheme',type:'alert',text:'',dismissQueu
e:true,template:'<div class="noty_message"><span class="noty_text"></span><div
class="noty_close"></div></div>',animation:{open:{height:'toggle'},close:
{height:'toggle'},easing:'swing',speed:500,fadeSpeed:'fast'},timeout:false,force:fa
lse,modal:false,maxVisible:5,killer:false,closeWith:['click'],callback:
{onShow:function(){},afterShow:function(){},onClose:function()
{},afterClose:function(){},onCloseClick:function(){}},buttons:false};$
(window).on('resize',function(){$.each($.noty.layouts,function(index,layout)
{layout.container.style.apply($
(layout.container.selector))})});window.noty=function noty(options){return
$.notyRenderer.init(options)};$.noty.layouts.bottom={name:'bottom',options:
{},container:{object:'<ul id="noty_bottom_layout_container"
/>',selector:'ul#noty_bottom_layout_container',style:function(){$
(this).css({bottom:0,left:'5%',position:'fixed',width:'90%',height:'auto',margin:0,
padding:0,listStyleType:'none',zIndex:9999999})}},parent:{object:'<li
/>',selector:'li',css:{}},css:{display:'none'},addClass:''};
$.noty.layouts.bottomCenter={name:'bottomCenter',options:{},container:{object:'<ul
id="noty_bottomCenter_layout_container"
/>',selector:'ul#noty_bottomCenter_layout_container',style:function(){$
(this).css({bottom:20,left:0,position:'fixed',width:'310px',height:'auto',margin:0,
padding:0,listStyleType:'none',zIndex:1e7});$(this).css({left:($(window).width()-$
(this).outerWidth(false))/2+'px'})}},parent:{object:'<li />',selector:'li',css:
{}},css:{display:'none',width:'310px'},addClass:''};
$.noty.layouts.bottomLeft={name:'bottomLeft',options:{},container:{object:'<ul
id="noty_bottomLeft_layout_container"
/>',selector:'ul#noty_bottomLeft_layout_container',style:function(){$
(this).css({bottom:20,left:20,position:'fixed',width:'310px',height:'auto',margin:0
,padding:0,listStyleType:'none',zIndex:1e7});if(window.innerWidth<600)$
(this).css({left:5})}},parent:{object:'<li />',selector:'li',css:{}},css:
{display:'none',width:'310px'},addClass:''};
$.noty.layouts.bottomRight={name:'bottomRight',options:{},container:{object:'<ul
id="noty_bottomRight_layout_container"
/>',selector:'ul#noty_bottomRight_layout_container',style:function(){$
(this).css({bottom:20,right:20,position:'fixed',width:'310px',height:'auto',margin:
0,padding:0,listStyleType:'none',zIndex:1e7});if(window.innerWidth<600)$
(this).css({right:5})}},parent:{object:'<li />',selector:'li',css:{}},css:
{display:'none',width:'310px'},addClass:''};
$.noty.layouts.center={name:'center',options:{},container:{object:'<ul
id="noty_center_layout_container"
/>',selector:'ul#noty_center_layout_container',style:function(){$
(this).css({position:'fixed',width:'310px',height:'auto',margin:0,padding:0,listSty
leType:'none',zIndex:1e7});var dupe=$
(this).clone().css({visibility:"hidden",display:"block",position:"absolute",top:0,l
eft:0}).attr('id','dupe');$("body").append(dupe);dupe.find('.i-am-closing-
now').remove();dupe.find('li').css('display','block');var
actual_height=dupe.height();dupe.remove();if($(this).hasClass('i-am-new')){$
(this).css({left:($(window).width()-$(this).outerWidth(false))/2+'px',top:($
(window).height()-actual_height)/2+'px'})}else $(this).animate({left:($
(window).width()-$(this).outerWidth(false))/2+'px',top:($(window).height()-
actual_height)/2+'px'},500)}},parent:{object:'<li />',selector:'li',css:{}},css:
{display:'none',width:'310px'},addClass:''};
$.noty.layouts.centerLeft={name:'centerLeft',options:{},container:{object:'<ul
id="noty_centerLeft_layout_container"
/>',selector:'ul#noty_centerLeft_layout_container',style:function(){$
(this).css({left:20,position:'fixed',width:'310px',height:'auto',margin:0,padding:0
,listStyleType:'none',zIndex:1e7});var dupe=$
(this).clone().css({visibility:"hidden",display:"block",position:"absolute",top:0,l
eft:0}).attr('id','dupe');$("body").append(dupe);dupe.find('.i-am-closing-
now').remove();dupe.find('li').css('display','block');var
actual_height=dupe.height();dupe.remove();if($(this).hasClass('i-am-new')){$
(this).css({top:($(window).height()-actual_height)/2+'px'})}else $
(this).animate({top:($(window).height()-
actual_height)/2+'px'},500);if(window.innerWidth<600)$
(this).css({left:5})}},parent:{object:'<li />',selector:'li',css:{}},css:
{display:'none',width:'310px'},addClass:''};
$.noty.layouts.centerRight={name:'centerRight',options:{},container:{object:'<ul
id="noty_centerRight_layout_container"
/>',selector:'ul#noty_centerRight_layout_container',style:function(){$
(this).css({right:20,position:'fixed',width:'310px',height:'auto',margin:0,padding:
0,listStyleType:'none',zIndex:1e7});var dupe=$
(this).clone().css({visibility:"hidden",display:"block",position:"absolute",top:0,l
eft:0}).attr('id','dupe');$("body").append(dupe);dupe.find('.i-am-closing-
now').remove();dupe.find('li').css('display','block');var
actual_height=dupe.height();dupe.remove();if($(this).hasClass('i-am-new')){$
(this).css({top:($(window).height()-actual_height)/2+'px'})}else $
(this).animate({top:($(window).height()-
actual_height)/2+'px'},500);if(window.innerWidth<600)$
(this).css({right:5})}},parent:{object:'<li />',selector:'li',css:{}},css:
{display:'none',width:'310px'},addClass:''};
$.noty.layouts.inline={name:'inline',options:{},container:{object:'<ul
class="noty_inline_layout_container"
/>',selector:'ul.noty_inline_layout_container',style:function(){$
(this).css({width:'100%',height:'auto',margin:0,padding:0,listStyleType:'none',zInd
ex:9999999})}},parent:{object:'<li />',selector:'li',css:{}},css:
{display:'none'},addClass:''};$.noty.layouts.top={name:'top',options:{},container:
{object:'<ul id="noty_top_layout_container"
/>',selector:'ul#noty_top_layout_container',style:function(){$
(this).css({top:0,left:'5%',position:'fixed',width:'90%',height:'auto',margin:0,pad
ding:0,listStyleType:'none',zIndex:9999999})}},parent:{object:'<li
/>',selector:'li',css:{}},css:{display:'none'},addClass:''};
$.noty.layouts.topCenter={name:'topCenter',options:{},container:{object:'<ul
id="noty_topCenter_layout_container"
/>',selector:'ul#noty_topCenter_layout_container',style:function(){$
(this).css({top:20,left:0,position:'fixed',width:'310px',height:'auto',margin:0,pad
ding:0,listStyleType:'none',zIndex:1e7});$(this).css({left:($(window).width()-$
(this).outerWidth(false))/2+'px'})}},parent:{object:'<li />',selector:'li',css:
{}},css:{display:'none',width:'310px'},addClass:''};
$.noty.layouts.topLeft={name:'topLeft',options:{},container:{object:'<ul
id="noty_topLeft_layout_container"
/>',selector:'ul#noty_topLeft_layout_container',style:function(){$
(this).css({top:20,left:20,position:'fixed',width:'310px',height:'auto',margin:0,pa
dding:0,listStyleType:'none',zIndex:1e7});if(window.innerWidth<600)$
(this).css({left:5})}},parent:{object:'<li />',selector:'li',css:{}},css:
{display:'none',width:'310px'},addClass:''};
$.noty.layouts.topRight={name:'topRight',options:{},container:{object:'<ul
id="noty_topRight_layout_container"
/>',selector:'ul#noty_topRight_layout_container',style:function(){$
(this).css({top:20,right:20,position:'fixed',width:'310px',height:'auto',margin:0,p
adding:0,listStyleType:'none',zIndex:1e7});if(window.innerWidth<600)$
(this).css({right:5})}},parent:{object:'<li />',selector:'li',css:{}},css:
{display:'none',width:'310px'},addClass:''};
$.noty.themes.bootstrapTheme={name:'bootstrapTheme',modal:{css:
{position:'fixed',width:'100%',height:'100%',backgroundColor:'#000',zIndex:1e4,opac
ity:0.6,display:'none',left:0,top:0}},style:function(){var
containerSelector=this.options.layout.container.selector;$
(containerSelector).addClass('list-group');this.$closeButton.append('<span aria-
hidden="true">&times;</span><span class="sr-only">Close</span>');this.
$closeButton.addClass('close');this.$bar.addClass("list-group-
item").css('padding','0px');switch(this.options.type)
{case'alert':case'notification':this.$bar.addClass("list-group-item-
info");break;case'warning':this.$bar.addClass("list-group-item-
warning");break;case'error':this.$bar.addClass("list-group-item-
danger");break;case'information':this.$bar.addClass("list-group-item-
info");break;case'success':this.$bar.addClass("list-group-item-
success");break};this.
$message.css({fontSize:'13px',lineHeight:'16px',textAlign:'center',padding:'8px
10px 9px',width:'auto',position:'relative'})},callback:{onShow:function()
{},onClose:function(){}}};$.noty.themes.defaultTheme={name:'defaultTheme',helpers:
{borderFix:function(){if(this.options.dismissQueue){var
selector=this.options.layout.container.selector+'
'+this.options.layout.parent.selector;switch(this.options.layout.name){case'top':$
(selector).css({borderRadius:'0px 0px 0px 0px'});$
(selector).last().css({borderRadius:'0px 0px 5px
5px'});break;case'topCenter':case'topLeft':case'topRight':case'bottomCenter':case'b
ottomLeft':case'bottomRight':case'center':case'centerLeft':case'centerRight':case'i
nline':$(selector).css({borderRadius:'0px 0px 0px 0px'});$
(selector).first().css({'border-top-left-radius':'5px','border-top-right-
radius':'5px'});$(selector).last().css({'border-bottom-left-radius':'5px','border-
bottom-right-radius':'5px'});break;case'bottom':$(selector).css({borderRadius:'0px
0px 0px 0px'});$(selector).first().css({borderRadius:'5px
5px 0px 0px'});break;default:break}}}},modal:{css:
{position:'fixed',width:'100%',height:'100%',backgroundColor:'#000',zIndex:1e4,opac
ity:0.6,display:'none',left:0,top:0}},style:function(){this.
$bar.css({overflow:'hidden',background:"url('data:image/png;base64,iVBORw0KGgoAAAAN
SUhEUgAAABsAAAAoCAQAAAClM0ndAAAAhklEQVR4AdXO0QrCMBBE0bttkk38/w8WRERpdyjzVOc+HxhIHqJ
GMQcFFkpYRQotLLSw0IJ5aBdovruMYDA/kT8plF9ZKLFQcgF18hDj1SbQOMlCA4kao0iiXmah7qBWPdxpoh
sgVZyj7e5I9KcID+EhiDI5gxBYKLBQYKHAQoGFAoEks/YEGHYKB7hFxf0AAAAASUVORK5CYII=')
repeat-x scroll left top #fff"});this.
$message.css({fontSize:'13px',lineHeight:'16px',textAlign:'center',padding:'8px
10px 9px',width:'auto',position:'relative'});this.
$closeButton.css({position:'absolute',top:4,right:4,width:10,height:10,background:"
url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAQAAAAnOwc2AAAAxUlEQVR4A
R3MPUoDURSA0e+
+uSkkOxC3IAOWNtaCIDaChfgXBMEZbQRByxCwk+BasgQRZLSYoLgDQbARxry8nyumPcVRKDfd0Aa8AsgDv1
zp6pYd5jWOwhvebRTbzNNEw5BSsIpsj/kurQBnmk7sIFcCF5yyZPDRG6trQhujXYosaFoc+2f1MJ89uc76I
ND6F9BvlXUdpb6xwD2+4q3me3bysiHvtLYrUJto7PD/ve7LNHxSg/woN2kSz4txasBdhyiz3ugPGetTjm3X
RokAAAAASUVORK5CYII=)",display:'none',cursor:'pointer'});this.
$buttons.css({padding:5,textAlign:'right',borderTop:'1px solid
#ccc',backgroundColor:'#fff'});this.
$buttons.find('button').css({marginLeft:5});this.
$buttons.find('button:first').css({marginLeft:0});this.
$bar.on({mouseenter:function(){$
(this).find('.noty_close').stop().fadeTo('normal',1)},mouseleave:function(){$
(this).find('.noty_close').stop().fadeTo('normal',0)}});switch(this.options.layout.
name){case'top':this.$bar.css({borderRadius:'0px 0px 5px 5px',borderBottom:'2px
solid #eee',borderLeft:'2px solid #eee',borderRight:'2px solid #eee',boxShadow:"0
2px 4px rgba(0, 0, 0,
0.1)"});break;case'topCenter':case'center':case'bottomCenter':case'inline':this.
$bar.css({borderRadius:'5px',border:'1px solid #eee',boxShadow:"0 2px 4px rgba(0,
0, 0, 0.1)"});this.
$message.css({fontSize:'13px',textAlign:'center'});break;case'topLeft':case'topRigh
t':case'bottomLeft':case'bottomRight':case'centerLeft':case'centerRight':this.
$bar.css({borderRadius:'5px',border:'1px solid #eee',boxShadow:"0 2px 4px rgba(0,
0, 0, 0.1)"});this.
$message.css({fontSize:'13px',textAlign:'left'});break;case'bottom':this.
$bar.css({borderRadius:'5px 5px 0px 0px',borderTop:'2px solid #eee',borderLeft:'2px
solid #eee',borderRight:'2px solid #eee',boxShadow:"0 -2px 4px rgba(0, 0, 0,
0.1)"});break;default:this.$bar.css({border:'2px solid #eee',boxShadow:"0 2px 4px
rgba(0, 0, 0, 0.1)"});break};switch(this.options.type)
{case'alert':case'notification':this.
$bar.css({backgroundColor:'#FFF',borderColor:'#CCC',color:'#444'});break;case'warni
ng':this.
$bar.css({backgroundColor:'#FFEAA8',borderColor:'#FFC237',color:'#826200'});this.
$buttons.css({borderTop:'1px solid #FFC237'});break;case'error':this.
$bar.css({backgroundColor:'red',borderColor:'darkred',color:'#FFF'});this.
$message.css({fontWeight:'bold'});this.$buttons.css({borderTop:'1px solid
darkred'});break;case'information':this.
$bar.css({backgroundColor:'#57B7E2',borderColor:'#0B90C4',color:'#FFF'});this.
$buttons.css({borderTop:'1px solid #0B90C4'});break;case'success':this.
$bar.css({backgroundColor:'lightgreen',borderColor:'#50C24E',color:'darkgreen'});th
is.$buttons.css({borderTop:'1px solid #50C24E'});break;default:this.
$bar.css({backgroundColor:'#FFF',borderColor:'#CCC',color:'#444'});break}},callback
:{onShow:function()
{$.noty.themes.defaultTheme.helpers.borderFix.apply(this)},onClose:function()
{$.noty.themes.defaultTheme.helpers.borderFix.apply(this)}}};
$.noty.themes.relax={name:'relax',helpers:{},modal:{css:
{position:'fixed',width:'100%',height:'100%',backgroundColor:'#000',zIndex:1e4,opac
ity:0.6,display:'none',left:0,top:0}},style:function(){this.
$bar.css({overflow:'hidden',margin:'4px 0',borderRadius:'2px'});this.
$message.css({fontSize:'14px',lineHeight:'16px',textAlign:'center',padding:'10px',w
idth:'auto',position:'relative'});this.
$closeButton.css({position:'absolute',top:4,right:4,width:10,height:10,background:"
url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAQAAAAnOwc2AAAAxUlEQVR4A
R3MPUoDURSA0e+
+uSkkOxC3IAOWNtaCIDaChfgXBMEZbQRByxCwk+BasgQRZLSYoLgDQbARxry8nyumPcVRKDfd0Aa8AsgDv1
zp6pYd5jWOwhvebRTbzNNEw5BSsIpsj/kurQBnmk7sIFcCF5yyZPDRG6trQhujXYosaFoc+2f1MJ89uc76I
ND6F9BvlXUdpb6xwD2+4q3me3bysiHvtLYrUJto7PD/ve7LNHxSg/woN2kSz4txasBdhyiz3ugPGetTjm3X
RokAAAAASUVORK5CYII=)",display:'none',cursor:'pointer'});this.
$buttons.css({padding:5,textAlign:'right',borderTop:'1px solid
#ccc',backgroundColor:'#fff'});this.
$buttons.find('button').css({marginLeft:5});this.
$buttons.find('button:first').css({marginLeft:0});this.
$bar.on({mouseenter:function(){$
(this).find('.noty_close').stop().fadeTo('normal',1)},mouseleave:function(){$
(this).find('.noty_close').stop().fadeTo('normal',0)}});switch(this.options.layout.
name){case'top':this.$bar.css({borderBottom:'2px solid #eee',borderLeft:'2px solid
#eee',borderRight:'2px solid #eee',borderTop:'2px solid #eee',boxShadow:"0 2px 4px
rgba(0, 0, 0,
0.1)"});break;case'topCenter':case'center':case'bottomCenter':case'inline':this.
$bar.css({border:'1px solid #eee',boxShadow:"0 2px 4px rgba(0, 0, 0, 0.1)"});this.
$message.css({fontSize:'13px',textAlign:'center'});break;case'topLeft':case'topRigh
t':case'bottomLeft':case'bottomRight':case'centerLeft':case'centerRight':this.
$bar.css({border:'1px solid #eee',boxShadow:"0 2px 4px rgba(0, 0, 0, 0.1)"});this.
$message.css({fontSize:'13px',textAlign:'left'});break;case'bottom':this.
$bar.css({borderTop:'2px solid #eee',borderLeft:'2px solid #eee',borderRight:'2px
solid #eee',borderBottom:'2px solid #eee',boxShadow:"0 -2px 4px rgba(0, 0, 0,
0.1)"});break;default:this.$bar.css({border:'2px solid #eee',boxShadow:"0 2px 4px
rgba(0, 0, 0, 0.1)"});break};switch(this.options.type)
{case'alert':case'notification':this.
$bar.css({backgroundColor:'#FFF',borderColor:'#dedede',color:'#444'});break;case'wa
rning':this.
$bar.css({backgroundColor:'#FFEAA8',borderColor:'#FFC237',color:'#826200'});this.
$buttons.css({borderTop:'1px solid #FFC237'});break;case'error':this.
$bar.css({backgroundColor:'#FF8181',borderColor:'#e25353',color:'#FFF'});this.
$message.css({fontWeight:'bold'});this.$buttons.css({borderTop:'1px solid
darkred'});break;case'information':this.
$bar.css({backgroundColor:'#78C5E7',borderColor:'#3badd6',color:'#FFF'});this.
$buttons.css({borderTop:'1px solid #0B90C4'});break;case'success':this.
$bar.css({backgroundColor:'#BCF5BC',borderColor:'#7cdd77',color:'darkgreen'});this.
$buttons.css({borderTop:'1px solid #50C24E'});break;default:this.
$bar.css({backgroundColor:'#FFF',borderColor:'#CCC',color:'#444'});break}},callback
:{onShow:function(){},onClose:function(){}}};return window.noty});;
/* Source and licensing information for the above line(s) can be found at
https://chopra.com/sites/all/themes/thchopra/js/jquery.noty.packaged.js. */
;/*})'"*/

You might also like