{"version":3,"file":"main.bundle.js","mappings":";kEAAAA,EAAOC,QAAU,kisCCAjBD,EAAOC,QAAU,+5+ECAjBD,EAAOC,QAAU,6iFCAjBD,EAAOC,QAAU,ky4FCIjBD,EAAOC,QAAU,SAASC,GACzB,SAASC,EAAIC,GACQ,oBAAZC,UACJA,QAAQD,OAASC,QAAQF,KAAK,kBAAmBC,EACtD,CAOA,IAC2B,oBAAfE,YAJmB,oBAAhBC,aAA2D,oBAArBC,iBAKnDF,WAAWJ,GACe,oBAATO,KACjBA,KAAKC,KAAK,KAAMR,GAEhBC,EAAI,wCAEN,CAAE,MAAOC,GACRD,EAAIC,EACL,CACD,ICzBIO,EAA2B,CAAC,EAGhC,SAASC,EAAoBC,GAE5B,IAAIC,EAAeH,EAAyBE,GAC5C,QAAqBE,IAAjBD,EACH,OAAOA,EAAab,QAGrB,IAAID,EAASW,EAAyBE,GAAY,CAGjDZ,QAAS,CAAC,GAOX,OAHAe,EAAoBH,GAAUb,EAAQA,EAAOC,QAASW,GAG/CZ,EAAOC,OACf,CCtBA,EAAQ,4CAAR,CAAkI,EAAQ,oECA1I,EAAQ,4CAAR,CAAkI,EAAQ,iECA1I,EAAQ,4CAAR,CAAkI,EAAQ,mECA1I,EAAQ,4CAAR,CAAkI,EAAQ","sources":["webpack://gibo-umbraco/./js/app.js","webpack://gibo-umbraco/./js/bootstrap.bundle.min.js","webpack://gibo-umbraco/./js/jquery.easing.min.js","webpack://gibo-umbraco/./js/owl.carousel.custom.js","webpack://gibo-umbraco/./node_modules/script-loader/addScript.js","webpack://gibo-umbraco/webpack/bootstrap","webpack://gibo-umbraco/./js/bootstrap.bundle.min.js?9cc3","webpack://gibo-umbraco/./js/jquery.easing.min.js?5a2a","webpack://gibo-umbraco/./js/owl.carousel.custom.js?934e","webpack://gibo-umbraco/./js/app.js?5e01"],"sourcesContent":["module.exports = \"/* Template Name: Refubsy - Responsive Multipurpose Template\\r\\n Author: Shreethemes\\r\\n Version: 1.1.0\\r\\n Updated: December 2019 \\r\\n File Description: Main JS file of the template\\r\\n*/\\r\\n\\r\\n! function ($) {\\r\\n //\\\"use strict\\\";\\r\\n // Loader\\r\\n\\r\\n var tabMenuScrollTop = 0;\\r\\n $(window).on('load', function () {\\r\\n featureImagesCount = 0;\\r\\n featureImagesInterval = null;\\r\\n\\r\\n document.querySelectorAll(\\\".story-content\\\").forEach(function (el) {\\r\\n if (el) {\\r\\n createObserver(el);\\r\\n }\\r\\n });\\r\\n\\r\\n if ($(\\\".tab-title-container\\\").length > 0) {\\r\\n tabMenuScrollTop = $(\\\".tab-title-container\\\").offset().top;\\r\\n }\\r\\n\\r\\n $('#preloader').delay(350).fadeOut('slow');\\r\\n $('#status').fadeOut();\\r\\n $('body').delay(350).css({\\r\\n 'overflow': 'visible'\\r\\n });\\r\\n\\r\\n if (window.webmSupported == undefined) {\\r\\n var testVid = document.createElement(\\\"video\\\");\\r\\n window.webmSupported = \\\"\\\" !== testVid.canPlayType('video/webm; codecs=\\\"vp8, vorbis\\\"');\\r\\n }\\r\\n\\r\\n setTimeout(function () {\\r\\n var linkDownload = $('.j-download');\\r\\n if (linkDownload.length > 0) {\\r\\n $.each(linkDownload, function (i, k) {\\r\\n $(k).attr(\\\"download\\\", \\\"\\\");\\r\\n });\\r\\n }\\r\\n }, 300);\\r\\n\\r\\n\\r\\n if ($(\\\".home-carousel-inner .j-home-vid-banner\\\")) {\\r\\n var videoContainers = $(\\\".home-carousel-inner .j-home-vid-banner\\\");\\r\\n //var isTablet = window.matchMedia(\\\"(min-width: 768px)\\\").matches;\\r\\n if (document.body.clientWidth > 576) {\\r\\n for (var i = 0; i < videoContainers.length; i++) {\\r\\n var container = videoContainers[i];\\r\\n var videoTag = document.createElement(\\\"video\\\");\\r\\n videoTag.autoplay = true;\\r\\n videoTag.muted = true;\\r\\n videoTag.loop = true;\\r\\n videoTag.playsinline = true;\\r\\n\\r\\n if (window.webmSupported) {\\r\\n videoTag.src = container.dataset.videoSrc;\\r\\n }\\r\\n else {\\r\\n videoTag.src = container.dataset.videoSrcFallback;\\r\\n }\\r\\n\\r\\n videoTag.poster = container.dataset.videoPoster;\\r\\n container.appendChild(videoTag);\\r\\n }\\r\\n }\\r\\n }\\r\\n\\r\\n if ($(\\\".testimony-carousel.owl-carousel\\\").length > 0) {\\r\\n var testimonyCarousels = $(\\\".testimony-carousel.owl-carousel\\\");\\r\\n\\r\\n for (var i = 0; i < testimonyCarousels.length; i++) {\\r\\n var testimonyCarousel = testimonyCarousels[i];\\r\\n var slideInterval = $(testimonyCarousel).data(\\\"slide-interval\\\") == \\\"\\\" ? 5000 : parseInt($(testimonyCarousel).data(\\\"slide-interval\\\")) * 1000;\\r\\n \\r\\n $(testimonyCarousel).owlCarousel({\\r\\n autoplay: true,\\r\\n autoplaySpeed: 3000,\\r\\n autoplayTimeout: slideInterval,\\r\\n loop: true,\\r\\n nav: false,\\r\\n dots: false,\\r\\n items: 1\\r\\n });\\r\\n }\\r\\n }\\r\\n\\r\\n $(document).off('click').on('click', function (e) {\\r\\n var searchForm = $(\\\".search-form.active\\\");\\r\\n if (searchForm.length > 0) {\\r\\n searchForm.removeClass(\\\"active\\\");\\r\\n $(\\\".search-form\\\").css(\\\"z-index\\\", \\\"-100\\\");\\r\\n }\\r\\n\\r\\n var languageSelector = $(\\\".language-selectors.active\\\");\\r\\n if (languageSelector.length > 0) {\\r\\n languageSelector.css(\\\"display\\\", \\\"none\\\");\\r\\n languageSelector.removeClass('active');\\r\\n $(\\\".btn-language-selector\\\").removeClass('active');\\r\\n }\\r\\n\\r\\n var dropdown = $(\\\".sub-menu.show\\\");\\r\\n if (dropdown.length > 0) {\\r\\n\\t\\t\\t\\tdropdown.removeClass(\\\"show\\\");\\r\\n }\\r\\n\\r\\n var arrow = $(\\\".submenu-arrow.active\\\");\\r\\n if (arrow.length > 0) {\\r\\n arrow.removeClass(\\\"active\\\");\\r\\n }\\r\\n });\\r\\n\\r\\n $(\\\".btn-search\\\").off(\\\"click\\\").on(\\\"click\\\", function (e) {\\r\\n e.stopPropagation();\\r\\n\\r\\n var searchForm = $(\\\".search-form.active\\\");\\r\\n if (searchForm.length > 0) {\\r\\n searchForm.removeClass(\\\"active\\\");\\r\\n $(\\\".search-form\\\").css(\\\"z-index\\\", \\\"-100\\\");\\r\\n }\\r\\n else {\\r\\n $(\\\".search-form\\\").addClass(\\\"active\\\");\\r\\n $(\\\".search-form input\\\").focus();\\r\\n }\\r\\n });\\r\\n\\r\\n $(\\\".nav-link.has-sub-menu\\\").on(\\\"mouseenter\\\", function (e) {\\r\\n e.stopPropagation();\\r\\n var subMenu = $(this).siblings(\\\".sub-menu\\\");\\r\\n var arrow = $(this).siblings(\\\".submenu-arrow\\\");\\r\\n if (subMenu.length > 0) {\\r\\n $(\\\".sub-menu\\\").removeClass(\\\"show\\\");\\r\\n subMenu.addClass(\\\"show\\\");\\r\\n }\\r\\n if (arrow.length > 0) {\\r\\n\\t\\t\\t\\t$(\\\".submenu-arrow\\\").removeClass(\\\"active\\\");\\r\\n\\t\\t\\t\\tarrow.addClass(\\\"active\\\");\\r\\n\\t\\t\\t}\\r\\n });\\r\\n\\r\\n $(\\\".submenu-arrow\\\").on(\\\"click\\\", function (e) {\\r\\n e.stopPropagation();\\r\\n var isActive = $(this).hasClass(\\\"active\\\");\\r\\n\\r\\n if (isActive) {\\r\\n\\t\\t\\t\\t$(this).removeClass(\\\"active\\\");\\r\\n\\t\\t\\t\\t$(this).next(\\\".sub-menu\\\").removeClass(\\\"show\\\");\\r\\n\\t\\t\\t}\\r\\n\\t\\t\\telse {\\r\\n\\t\\t\\t\\t$(\\\".submenu-arrow\\\").removeClass(\\\"active\\\");\\r\\n\\t\\t\\t\\t$(\\\".sub-menu\\\").removeClass(\\\"show\\\");\\r\\n\\t\\t\\t\\t$(this).addClass(\\\"active\\\");\\r\\n\\t\\t\\t\\t$(this).next(\\\".sub-menu\\\").addClass(\\\"show\\\");\\r\\n\\t\\t\\t}\\r\\n\\t\\t});\\r\\n\\r\\n\\r\\n\\r\\n $(\\\".search-form\\\").on(\\\"click\\\", function (e) {\\r\\n e.stopPropagation();\\r\\n });\\r\\n\\r\\n $(\\\".btn-language-selector\\\").off(\\\"click\\\").on(\\\"click\\\", function (e) {\\r\\n e.stopPropagation();\\r\\n\\r\\n var languageSelector = $(\\\".language-selectors.active\\\");\\r\\n if (languageSelector.length > 0) {\\r\\n languageSelector.css(\\\"display\\\", \\\"none\\\");\\r\\n languageSelector.removeClass('active');\\r\\n $(this).removeClass('active');\\r\\n }\\r\\n else {\\r\\n $(\\\".language-selectors\\\").css(\\\"display\\\", \\\"block\\\");\\r\\n $(\\\".language-selectors\\\").addClass('active');\\r\\n $(this).addClass('active');\\r\\n }\\r\\n });\\r\\n\\r\\n $(\\\".story-title\\\").off(\\\"click\\\").on(\\\"click\\\", function (e) {\\r\\n e.stopPropagation();\\r\\n \\r\\n $(\\\".story-title\\\").removeClass('active');\\r\\n $(\\\".story-content\\\").removeClass('active');\\r\\n\\r\\n var title = $(this).data(\\\"title\\\");\\r\\n var content = $(\\\".story-content[data-content='\\\" + title + \\\"']\\\");\\r\\n\\r\\n //scroll document to content\\r\\n $(\\\"html, body\\\").animate({ scrollTop: content.offset().top - 200}, 500);\\r\\n \\r\\n $(this).addClass('active');\\r\\n //if (!content.hasClass('active')) {\\r\\n // content.addClass(\\\"active\\\");\\r\\n //}\\r\\n\\r\\n window.history.pushState({}, \\\"\\\", window.location.origin + window.location.pathname + \\\"#\\\" + title);\\r\\n\\r\\n //$(\\\"#\\\" + title).animate({ scrollTop: $(this).offset().top - 90 }, 500);\\r\\n });\\r\\n\\r\\n $(\\\".search-nav-input\\\").off(\\\"keyup\\\").on(\\\"keyup\\\", function () {\\r\\n if ($(\\\".search-nav-input\\\").val()) {\\r\\n $(\\\".search-form .c-m-ico-search\\\").hide();\\r\\n $(\\\".search-form .c-ico-close\\\").show();\\r\\n }\\r\\n else {\\r\\n $(\\\".search-form .c-m-ico-search\\\").show();\\r\\n $(\\\".search-form .c-ico-close\\\").hide();\\r\\n }\\r\\n });\\r\\n\\r\\n $(\\\".search-form .c-m-ico-search\\\").off(\\\"click\\\").on(\\\"click\\\", function () {\\r\\n $(this).parent().closest(\\\".search-nav-input\\\").focus();\\r\\n });\\r\\n\\r\\n $(\\\".search-form .c-ico-close\\\").off(\\\"click\\\").on(\\\"click\\\", function (e) {\\r\\n e.stopPropagation();\\r\\n\\r\\n $(this).prev(\\\".search-nav-input\\\").val('');\\r\\n $(this).prev(\\\".search-nav-input\\\").focus();\\r\\n\\r\\n if (window !== \\\"undefined\\\") {\\r\\n if (document.body.clientWidth <= 768) {\\r\\n $(\\\".search-form .c-m-ico-search\\\").show();\\r\\n $(\\\".search-form .c-ico-close\\\").hide();\\r\\n }\\r\\n }\\r\\n });\\r\\n\\r\\n $(\\\"#frmNavSearch\\\").on(\\\"submit\\\", function () {\\r\\n var action = $(this).attr(\\\"action\\\");\\r\\n var searchInput = $(\\\"input.search-nav-input\\\").val();\\r\\n $(this).attr(\\\"action\\\", action + \\\"?keyword=\\\" + searchInput);\\r\\n });\\r\\n\\r\\n $(\\\".navbar-toggler\\\").off(\\\"click\\\").on(\\\"click\\\", function () {\\r\\n var mobSPGroup = $(\\\".mob-sp-group\\\");\\r\\n var scroll = $(window).scrollTop();\\r\\n\\r\\n if ($(\\\".navbar-collapse\\\").hasClass('show')) {\\r\\n mobSPGroup.removeClass('show');\\r\\n $(\\\".navbar-collapse\\\").removeClass('show');\\r\\n }\\r\\n else {\\r\\n mobSPGroup.addClass('show');\\r\\n $(\\\".navbar-collapse\\\").addClass('show');\\r\\n }\\r\\n\\r\\n var isHome = $('.navbar-custom').hasClass('isHome');\\r\\n\\r\\n if ($(this).hasClass('active')) {\\r\\n $(this).removeClass('active');\\r\\n $(\\\"body\\\").css(\\\"overflow\\\", \\\"visible\\\");\\r\\n $(\\\".c-main-navbar\\\").css(\\\"height\\\", \\\"\\\");\\r\\n $(\\\".c-main-navbar\\\").css(\\\"overflow\\\", \\\"\\\");\\r\\n $(\\\".breadcrumb-container\\\").css(\\\"display\\\", \\\"\\\");\\r\\n $(\\\".navbar\\\").css(\\\"background\\\", \\\"\\\");\\r\\n \\r\\n if (document.body.getBoundingClientRect().width > 577 && document.body.getBoundingClientRect().width < 1181 && isHome) {\\r\\n if (scroll >= 350) {\\r\\n $(\\\".navbar-brand img\\\").attr(\\\"src\\\", $(\\\".navbar-brand img\\\").data(\\\"logo-contrast\\\"));\\r\\n }\\r\\n else {\\r\\n $(\\\".navbar-brand img\\\").attr(\\\"src\\\", $(\\\".navbar-brand img\\\").data(\\\"logo\\\"));\\r\\n }\\r\\n } \\r\\n if (document.body.getBoundingClientRect().width > 1181)\\r\\n $(\\\".navbar-brand img\\\").attr(\\\"src\\\", $(\\\".navbar-brand img\\\").data(\\\"logo\\\"));\\r\\n }\\r\\n else {\\r\\n $(this).addClass('active');\\r\\n $(\\\"body\\\").css(\\\"overflow\\\", \\\"hidden\\\");\\r\\n $(\\\".c-main-navbar\\\").css(\\\"height\\\", \\\"100vh\\\");\\r\\n $(\\\".c-main-navbar\\\").css(\\\"overflow-y\\\", \\\"auto\\\");\\r\\n $(\\\".breadcrumb-container\\\").css(\\\"display\\\", \\\"none\\\");\\r\\n $(\\\".navbar\\\").css(\\\"background\\\", \\\"#fff\\\");\\r\\n\\r\\n if (document.body.getBoundingClientRect().width > 577 && document.body.getBoundingClientRect().width < 1181 && isHome) {\\r\\n $(\\\".navbar-brand img\\\").attr(\\\"src\\\", $(\\\".navbar-brand img\\\").data(\\\"logo-contrast\\\"));\\r\\n } \\r\\n if (document.body.getBoundingClientRect().width > 1181)\\r\\n $(\\\".navbar-brand img\\\").attr(\\\"src\\\", $(\\\".navbar-brand img\\\").data(\\\"logo-contrast\\\"));\\r\\n\\r\\n // consume the rest of the screen\\r\\n //setTimeout(() => {\\r\\n //var menuHeight = $(\\\".navbar-custom .container\\\").height();\\r\\n //$(\\\".mob-sp-group .sp-group-container\\\").css(\\\"height\\\", \\\"calc(100vh - \\\" + menuHeight + \\\"px\\\");\\r\\n //}, 200);\\r\\n }\\r\\n });\\r\\n\\r\\n $(\\\".m-tab-active-title\\\").off('click').on('click', function () {\\r\\n if ($(\\\".m-tab-title-list\\\").hasClass('active')) {\\r\\n $(\\\".m-tab-title-list\\\").removeClass('active');\\r\\n $(this).removeClass('active');\\r\\n }\\r\\n else {\\r\\n $(\\\".m-tab-title-list\\\").addClass('active');\\r\\n $(this).addClass('active');\\r\\n }\\r\\n adjustBoxOfText();\\r\\n });\\r\\n\\r\\n $(\\\".m-story-title\\\").off('click').on('click', function (e) {\\r\\n e.stopPropagation();\\r\\n $(\\\".m-tab-active-title .title\\\").html($(this).text());\\r\\n\\r\\n $(\\\".m-story-title\\\").removeClass('active');\\r\\n $(\\\".story-content\\\").removeClass('active');\\r\\n\\r\\n var title = $(this).data(\\\"title\\\");\\r\\n var content = $(\\\".story-content[data-content='\\\" + title + \\\"']\\\");\\r\\n\\r\\n $(this).addClass('active');\\r\\n if (!content.hasClass('active')) {\\r\\n content.addClass(\\\"active\\\");\\r\\n }\\r\\n\\r\\n window.history.pushState({}, \\\"\\\", window.location.origin + window.location.pathname + \\\"#\\\" + title);\\r\\n\\r\\n $(\\\".m-tab-title-list\\\").removeClass('active');\\r\\n $(\\\".m-tab-active-title\\\").removeClass('active');\\r\\n adjustBoxOfText();\\r\\n });\\r\\n\\r\\n gotoSection();\\r\\n\\r\\n $(\\\".c-footer-contact-details-container .c-footer-contact-detail .click-area\\\").on(\\\"click\\\", function (e) {\\r\\n e.stopPropagation();\\r\\n if ($(this).parent().hasClass(\\\"active\\\")) {\\r\\n $(this).parent().removeClass(\\\"active\\\");\\r\\n }\\r\\n else {\\r\\n $(this).parent().addClass(\\\"active\\\");\\r\\n }\\r\\n });\\r\\n\\r\\n //Add delay in adjustment of elements\\r\\n setTimeout(function () {\\r\\n if ($(\\\"#hero-carousel-banner\\\").length > 0) {\\r\\n var directChildren = $(\\\"#hero-carousel-banner\\\").children();\\r\\n\\r\\n if (directChildren.length > 1) {\\r\\n $(\\\"#hero-carousel-banner\\\").owlCarousel({\\r\\n autoplay: true,\\r\\n autoplayTimeout: 5000,\\r\\n autoplayHoverPause: true,\\r\\n nav: false,\\r\\n dots: true,\\r\\n dotsSpeed: 1000,\\r\\n //singleItem: true,\\r\\n //autoHeight: false,\\r\\n items: 1,\\r\\n loop: directChildren > 1 ? true : false,\\r\\n });\\r\\n }\\r\\n }\\r\\n\\r\\n //if ($(\\\"#feature-carousel\\\").length > 0) {\\r\\n // $(\\\"#feature-carousel\\\").owlCarousel({\\r\\n // autoPlay: 15000,\\r\\n // stopOnHover: true,\\r\\n // items: 3,\\r\\n // //itemsDesktop: [1024, 3],\\r\\n // itemsDesktopSmall: [900, 2],\\r\\n // itemsTablet: [600, 1],\\r\\n // });\\r\\n //}\\r\\n\\r\\n if (document.body.clientWidth > 576) {\\r\\n maintainElementHeight(\\\".service-container.j-equal-height\\\");\\r\\n maintainElementHeight(\\\".company-value.j-equal-height\\\");\\r\\n }\\r\\n\\r\\n // Adjust Om gibo plast banner in homepage\\r\\n if (document.body.clientWidth <= 768 && document.body.clientWidth > 576) {\\r\\n var homeAboutContainer = $(\\\".c-home-about-container\\\");\\r\\n if (homeAboutContainer) {\\r\\n homeAboutContainer.css(\\\"height\\\", (homeAboutContainer.height() + 80) + \\\"px\\\");\\r\\n }\\r\\n }\\r\\n else {\\r\\n var homeAboutContainer = $(\\\".c-home-about-container\\\");\\r\\n if (homeAboutContainer) {\\r\\n homeAboutContainer.css(\\\"height\\\", \\\"\\\");\\r\\n }\\r\\n }\\r\\n\\r\\n var featureImages = $(\\\"#feature-carousel .features .feature-image\\\");\\r\\n if (featureImages && featureImages.length > 0) {\\r\\n this.featureImagesCount = featureImages.length;\\r\\n\\r\\n clearInterval(this.featureImagesInterval);\\r\\n this.featureImagesInterval = setInterval(function () {\\r\\n if ($(\\\"#feature-carousel .features .feature-image img.lazyloaded\\\").length === this.featureImagesCount) {\\r\\n maintainElementHeight(\\\".features.j-equal-height\\\");\\r\\n clearInterval(this.featureImagesInterval);\\r\\n }\\r\\n }, 500);\\r\\n }\\r\\n else {\\r\\n maintainElementHeight(\\\".features.j-equal-height\\\");\\r\\n }\\r\\n\\r\\n maintainElementHeight(\\\".blog-post.j-equal-height\\\");\\r\\n maintainElementHeight(\\\".home-news.j-equal-height\\\");\\r\\n maintainElementHeight(\\\".news-item.j-equal-height\\\");\\r\\n maintainElementHeight(\\\".home-newsitem-title.j-equal-height\\\");\\r\\n\\r\\n maintainElementHeight(\\\".contact-detail.j-equal-height .content\\\");\\r\\n maintainElementHeight(\\\".person-tile.j-equal-height .content\\\");\\r\\n\\r\\n // adjust header height\\r\\n if (document.body.clientWidth <= 1024 && document.body.clientWidth > 1000) {\\r\\n var spGroup = $('.c-sp-group');\\r\\n if (spGroup.length > 0) {\\r\\n var header = $('header');\\r\\n header.height(header.height() + spGroup.height() + 5);\\r\\n }\\r\\n }\\r\\n }, 500);\\r\\n\\r\\n if (document.body.getBoundingClientRect().width >= 1025) {\\r\\n $(\\\"#company-logo-carousel .owl-carousel\\\").owlCarousel({\\r\\n autoplay: true,\\r\\n autoplaySpeed: 3000,\\r\\n autoplayTimeout: 0,\\r\\n loop: true,\\r\\n nav: false,\\r\\n dots: false,\\r\\n items: 10,\\r\\n slideTransition: 'linear',\\r\\n responsive: {\\r\\n 1025: {\\r\\n items: 7\\r\\n },\\r\\n 1199: {\\r\\n items: 10\\r\\n }\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n stickyHeader();\\r\\n\\r\\n var resize_timer;\\r\\n $(window).resize(function () {\\r\\n clearTimeout(resize_timer);\\r\\n resize_timer = setTimeout(function () {\\r\\n if (document.body.clientWidth > 576) {\\r\\n maintainElementHeight(\\\".service-container.j-equal-height\\\");\\r\\n maintainElementHeight(\\\".company-value.j-equal-height\\\");\\r\\n }\\r\\n\\r\\n // Adjust Om gibo plast banner in homepage\\r\\n if (document.body.clientWidth <= 768 && document.body.clientWidth > 576) {\\r\\n var homeAboutContainer = $(\\\".c-home-about-container\\\");\\r\\n if (homeAboutContainer) {\\r\\n homeAboutContainer.css(\\\"height\\\", (homeAboutContainer.height() + 80) + \\\"px\\\");\\r\\n }\\r\\n }\\r\\n else {\\r\\n var homeAboutContainer = $(\\\".c-home-about-container\\\");\\r\\n if (homeAboutContainer) {\\r\\n homeAboutContainer.css(\\\"height\\\", \\\"\\\");\\r\\n }\\r\\n }\\r\\n\\r\\n maintainElementHeight(\\\".features.j-equal-height\\\");\\r\\n maintainElementHeight(\\\".blog-post.j-equal-height\\\");\\r\\n maintainElementHeight(\\\".home-newsitem-title.j-equal-height\\\");\\r\\n maintainElementHeight(\\\".contact-detail.j-equal-height .content\\\");\\r\\n maintainElementHeight(\\\".person-tile.j-equal-height .content\\\");\\r\\n\\r\\n // adjust header height\\r\\n if (document.body.clientWidth <= 1024 && document.body.clientWidth > 1000) {\\r\\n var spGroup = $('.c-sp-group');\\r\\n if (spGroup.length > 0) {\\r\\n var header = $('header');\\r\\n header.height(header.height() + spGroup.height() + 5);\\r\\n }\\r\\n }\\r\\n }, 450);\\r\\n });\\r\\n });\\r\\n\\r\\n function stickyHeader() {\\r\\n var scroll = $(window).scrollTop();\\r\\n\\r\\n if ($('.page404').length > 0 || $('.search-section').length > 0) {\\r\\n if (!$(\\\".sticky\\\").hasClass(\\\"nav-sticky\\\")) {\\r\\n $(\\\".sticky\\\").addClass(\\\"nav-sticky\\\");\\r\\n $(\\\".navbar-brand img\\\").attr(\\\"src\\\", $(\\\".navbar-brand img\\\").data(\\\"logo-contrast\\\"));\\r\\n }\\r\\n return;\\r\\n }\\r\\n //577\\r\\n if (document.body.getBoundingClientRect().width > 577) {\\r\\n var isHome = $('.navbar-custom').hasClass('isHome');\\r\\n \\r\\n if (scroll >= 20) {\\r\\n //if (window.location.pathname !== \\\"/\\\" && window.location.pathname !== \\\"/da/\\\" && window.location.pathname !== \\\"/pl/\\\" && window.location.pathname !== \\\"/ch/\\\" && window.location.pathname !== \\\"/gibo/\\\") {\\r\\n if (!isHome) {\\r\\n $(\\\".sticky\\\").addClass(\\\"nav-sticky\\\");\\r\\n if ($(\\\".navbar-brand img\\\").attr(\\\"src\\\") !== $(\\\".navbar-brand img\\\").data(\\\"logo-contrast\\\")) {\\r\\n $(\\\".navbar-brand img\\\").attr(\\\"src\\\", $(\\\".navbar-brand img\\\").data(\\\"logo-contrast\\\"));\\r\\n }\\r\\n }\\r\\n } else {\\r\\n /*if (window.location.pathname !== \\\"/\\\" && window.location.pathname !== \\\"/da/\\\" && window.location.pathname !== \\\"/pl/\\\" && window.location.pathname !== \\\"/ch/\\\" && window.location.pathname !== \\\"/gibo/\\\") {*/\\r\\n if (!isHome) {\\r\\n $(\\\".sticky\\\").removeClass(\\\"nav-sticky\\\");\\r\\n if ($(\\\".navbar-brand img\\\").attr(\\\"src\\\") !== $(\\\".navbar-brand img\\\").data(\\\"logo\\\")) {\\r\\n $(\\\".navbar-brand img\\\").attr(\\\"src\\\", $(\\\".navbar-brand img\\\").data(\\\"logo\\\"));\\r\\n }\\r\\n }\\r\\n }\\r\\n\\r\\n if (scroll >= 350) {\\r\\n $(\\\".breadcrumb-container\\\").addClass(\\\"bc-sticky\\\");\\r\\n $(\\\"header\\\").css(\\\"height\\\", \\\"70px\\\").css(\\\"background\\\", \\\"white\\\").css(\\\"z-index\\\", \\\"101\\\");\\r\\n $(\\\".nav-sticky.navbar-custom\\\").css(\\\"box-shadow\\\", \\\"none\\\");\\r\\n \\r\\n if (isHome && document.body.getBoundingClientRect().width > 1181) {\\r\\n if (scroll >= 400) {\\r\\n $(\\\".sticky\\\").addClass(\\\"nav-sticky\\\");\\r\\n }\\r\\n }\\r\\n }\\r\\n else {\\r\\n $(\\\".breadcrumb-container\\\").removeClass(\\\"bc-sticky\\\");\\r\\n $(\\\"header\\\").css(\\\"background\\\", \\\"\\\").css(\\\"height\\\", \\\"\\\").css(\\\"background\\\", \\\"\\\").css(\\\"z-index\\\", \\\"\\\");\\r\\n $(\\\".nav-sticky.navbar-custom\\\").css(\\\"box-shadow\\\", \\\"\\\");\\r\\n\\r\\n if (isHome && document.body.getBoundingClientRect().width > 1181) {\\r\\n if (scroll < 400) {\\r\\n $(\\\".sticky\\\").removeClass(\\\"nav-sticky\\\");\\r\\n }\\r\\n }\\r\\n }\\r\\n\\r\\n if (document.body.getBoundingClientRect().width > 577 && document.body.getBoundingClientRect().width < 1181) {\\r\\n if (!isHome) { \\r\\n if ($(\\\".navbar-brand img\\\").attr(\\\"src\\\") !== $(\\\".navbar-brand img\\\").data(\\\"logo-contrast\\\")) {\\r\\n $(\\\".navbar-brand img\\\").attr(\\\"src\\\", $(\\\".navbar-brand img\\\").data(\\\"logo-contrast\\\"));\\r\\n }\\r\\n\\r\\n $(\\\".navbar-toggler .burger-menu\\\").css(\\\"background\\\", 'url(/assets/img/ico_burger.svg) no-repeat center center');\\r\\n }\\r\\n else if (isHome && scroll >= 350) {\\r\\n if ($(\\\".navbar-brand img\\\").attr(\\\"src\\\") !== $(\\\".navbar-brand img\\\").data(\\\"logo-contrast\\\")) {\\r\\n $(\\\".navbar-brand img\\\").attr(\\\"src\\\", $(\\\".navbar-brand img\\\").data(\\\"logo-contrast\\\"));\\r\\n }\\r\\n\\r\\n $(\\\".navbar-toggler .burger-menu\\\").css(\\\"background\\\", 'url(/assets/img/ico_burger.svg) no-repeat center center');\\r\\n }\\r\\n else if (isHome && scroll < 350) {\\r\\n if ($(\\\".navbar-brand img\\\").attr(\\\"src\\\") !== $(\\\".navbar-brand img\\\").data(\\\"logo\\\")) {\\r\\n $(\\\".navbar-brand img\\\").attr(\\\"src\\\", $(\\\".navbar-brand img\\\").data(\\\"logo\\\"));\\r\\n }\\r\\n\\r\\n $(\\\".navbar-toggler .burger-menu\\\").css(\\\"background\\\", 'url(/assets/img/menu.png) no-repeat center center');\\r\\n }\\r\\n } \\r\\n\\r\\n if (scroll + 130 >= tabMenuScrollTop) {\\r\\n $(\\\".tab-title-container\\\").addClass(\\\"tc-sticky\\\");\\r\\n }\\r\\n else {\\r\\n $(\\\".tab-title-container\\\").removeClass(\\\"tc-sticky\\\");\\r\\n }\\r\\n\\r\\n }\\r\\n else {\\r\\n if ($(\\\".navbar-brand img\\\").attr(\\\"src\\\") !== $(\\\".navbar-brand img\\\").data(\\\"logo-contrast\\\")) {\\r\\n $(\\\".navbar-brand img\\\").attr(\\\"src\\\", $(\\\".navbar-brand img\\\").data(\\\"logo-contrast\\\"));\\r\\n }\\r\\n }\\r\\n }\\r\\n\\r\\n function stickyTabs() {\\r\\n var width = document.body.getBoundingClientRect().width;\\r\\n if (width <= 768) {\\r\\n var tabTitle = $(\\\".m-tab-title-container:not(.cloned)\\\");\\r\\n if (tabTitle.length > 0) {\\r\\n var parentElem = $(\\\".m-tab-title-container\\\").parent();\\r\\n var clonedTabComponent = tabTitle.clone();\\r\\n //var activeTabContent = $('.story-content.case-story-content.active') || $('.story-content.case-story-content.active');\\r\\n var section = tabTitle.closest(\\\"section\\\");\\r\\n\\r\\n if (tabTitle[0].getBoundingClientRect().top <= 23 && section[0].getBoundingClientRect().bottom > 120) { // && !(nextSection[0].getBoundingClientRect().top < 171)\\r\\n if (!parentElem[0].querySelector(\\\".m-tab-title-container.cloned\\\")) {\\r\\n clonedTabComponent.addClass(\\\"cloned\\\");\\r\\n clonedTabComponent.addClass(\\\"m-tab-title-sticky\\\");\\r\\n\\r\\n clonedTabComponent.off('click').on('click', function () {\\r\\n if ($(this).find(\\\".m-tab-title-list\\\").hasClass('active')) {\\r\\n $(this).find(\\\".m-tab-title-list\\\").removeClass('active');\\r\\n $(this).find(\\\".m-tab-active-title\\\").removeClass('active');\\r\\n }\\r\\n else {\\r\\n $(this).find(\\\".m-tab-title-list\\\").addClass('active');\\r\\n $(this).find(\\\".m-tab-active-title\\\").addClass('active');\\r\\n }\\r\\n });\\r\\n parentElem.prepend(clonedTabComponent);\\r\\n\\r\\n $(\\\".m-tab-title-container.cloned .m-story-title\\\").off('click').on('click', function () {\\r\\n var parentElem = $(this).parent().parent();\\r\\n var mainElem = $('.m-tab-title-container:not(.cloned)');\\r\\n\\r\\n parentElem.find(\\\".m-tab-active-title .title\\\").html($(this).text());\\r\\n mainElem.find(\\\".m-tab-active-title .title\\\").html($(this).text());\\r\\n\\r\\n parentElem.find(\\\".m-story-title\\\").removeClass('active');\\r\\n mainElem.find(\\\".m-story-title\\\").removeClass('active');\\r\\n\\r\\n $(\\\".story-content\\\").removeClass('active');\\r\\n\\r\\n var title = $(this).data(\\\"title\\\");\\r\\n var content = $(\\\".story-content[data-content='\\\" + title + \\\"']\\\");\\r\\n\\r\\n $(this).addClass('active');\\r\\n mainElem.find(\\\".m-tab-title-list #\\\" + $(this).attr(\\\"id\\\")).addClass(\\\"active\\\");\\r\\n\\r\\n if (!content.hasClass('active')) {\\r\\n content.addClass(\\\"active\\\");\\r\\n }\\r\\n\\r\\n window.history.pushState({}, \\\"\\\", window.location.origin + window.location.pathname + \\\"#\\\" + title);\\r\\n\\r\\n $([document.documentElement, document.body]).animate({\\r\\n scrollTop: $(this).closest(\\\"section\\\").offset().top - 75,\\r\\n complete: function () {\\r\\n $(\\\".m-tab-title-container\\\").parent()[0].querySelector(\\\".m-tab-title-container.cloned\\\").remove();\\r\\n }\\r\\n }, 500);\\r\\n\\r\\n //parentElem.find(\\\".m-tab-title-list\\\").removeClass('active');\\r\\n //parentElem.find(\\\".m-tab-active-title\\\").removeClass('active');\\r\\n\\r\\n $(\\\".m-tab-title-list\\\").removeClass('active');\\r\\n $(\\\".m-tab-active-title\\\").removeClass('active');\\r\\n });\\r\\n }\\r\\n }\\r\\n else {\\r\\n if (section[0].getBoundingClientRect().bottom < 120 || tabTitle[0].getBoundingClientRect().top >= 90) { //|| activeTabContent[0].getBoundingClientRect().top > 94 \\r\\n if (parentElem[0].querySelector(\\\".m-tab-title-container.cloned\\\")) {\\r\\n parentElem[0].querySelector(\\\".m-tab-title-container.cloned\\\").remove();\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n\\r\\n // Menu\\r\\n $(window).scroll(function () {\\r\\n stickyHeader();\\r\\n });\\r\\n\\r\\n $('.navbar-nav a, .mouse-down').on('click', function (event) {\\r\\n var $anchor = $(this);\\r\\n $('html, body').stop().animate({\\r\\n scrollTop: $($anchor.attr('href')).offset().top - 0\\r\\n }, 1500, 'easeInOutExpo');\\r\\n event.preventDefault();\\r\\n });\\r\\n\\r\\n $(document).on('lazybeforeunveil', function (e) {\\r\\n if (document.body.getBoundingClientRect().width < 700) {\\r\\n var bgImageMobile = e.target.getAttribute('data-bg-mobile');\\r\\n if (bgImageMobile) {\\r\\n e.target.setAttribute(\\\"data-bg\\\", bgImageMobile);\\r\\n return;\\r\\n }\\r\\n }\\r\\n\\r\\n if (!support_format_webp()) {\\r\\n var bgNonWebp = e.target.getAttribute('data-bg-nonwebp');\\r\\n var imgNonWebp = e.target.getAttribute('data-src-nonwebp');\\r\\n\\r\\n if (bgNonWebp) {\\r\\n e.target.setAttribute(\\\"data-bg\\\", bgNonWebp);\\r\\n }\\r\\n else if (imgNonWebp) {\\r\\n e.target.setAttribute(\\\"data-src\\\", imgNonWebp);\\r\\n }\\r\\n }\\r\\n });\\r\\n\\r\\n // Scrollspy\\r\\n $(\\\"#navbarCollapse\\\").scrollspy({ offset: 70 });\\r\\n\\r\\n // BACK TO TOP\\r\\n $(window).scroll(function () {\\r\\n stickyTabs();\\r\\n\\r\\n if ($(this).scrollTop() > 100) {\\r\\n $('.back-to-top').fadeIn();\\r\\n\\r\\n if (document.body.clientWidth < 700) {\\r\\n if ($(window).scrollTop() + $(window).height() == $(document).height()) {\\r\\n $('.back-to-top').css(\\\"bottom\\\", \\\"70px\\\");\\r\\n }\\r\\n else {\\r\\n $('.back-to-top').css(\\\"bottom\\\", \\\"30px\\\");\\r\\n }\\r\\n }\\r\\n\\r\\n if ($(\\\"#hubspot-messages-iframe-container\\\").length > 0) {\\r\\n $(\\\"#hubspot-messages-iframe-container\\\")[0].style.setProperty(\\\"bottom\\\", \\\"110px\\\", \\\"important\\\");\\r\\n }\\r\\n } else {\\r\\n $('.back-to-top').fadeOut();\\r\\n if ($(\\\"#hubspot-messages-iframe-container\\\")) {\\r\\n $(\\\"#hubspot-messages-iframe-container\\\").css(\\\"bottom\\\", \\\"\\\");\\r\\n }\\r\\n }\\r\\n });\\r\\n\\r\\n $(\\\".back-to-top\\\").on(\\\"click\\\", function () {\\r\\n $(\\\"html, body\\\").animate({ scrollTop: 0 }, 1500);\\r\\n return false;\\r\\n });\\r\\n\\r\\n function maintainElementHeight(key) {\\r\\n var maxHeight = 0;\\r\\n var items = document.querySelectorAll(key);\\r\\n\\r\\n if (items.length <= 0) return;\\r\\n\\r\\n // Clear current height\\r\\n $.each(items, function (i, k) {\\r\\n k.style.height = '';\\r\\n });\\r\\n\\r\\n $.each(items, function (i, k) {\\r\\n var height = k.clientHeight || k.offsetHeight;\\r\\n if (height > maxHeight) {\\r\\n maxHeight = height;\\r\\n }\\r\\n });\\r\\n\\r\\n if (maxHeight > 0) {\\r\\n $.each($(key), function (i) {\\r\\n $(this).css(\\\"height\\\", maxHeight + \\\"px\\\");\\r\\n })\\r\\n }\\r\\n else {\\r\\n setTimeout(function () {\\r\\n maintainElementHeight(key);\\r\\n }, 300);\\r\\n }\\r\\n }\\r\\n\\r\\n function support_format_webp() {\\r\\n var elem = document.createElement('canvas');\\r\\n var ua = window.navigator.userAgent; //Check the userAgent property of the window.navigator object\\r\\n var msie = ua.indexOf('MSIE '); // IE 10 or older\\r\\n var trident = ua.indexOf('Trident/'); //IE 11\\r\\n\\r\\n if (msie > 0 || trident > 0) {\\r\\n return false;\\r\\n }\\r\\n else if (!!(elem.getContext && elem.getContext('2d'))) {\\r\\n // was able or not to get WebP representation\\r\\n return elem.toDataURL('image/webp').indexOf('data:image/webp') == 0;\\r\\n }\\r\\n else {\\r\\n // very old browser like IE 8, canvas not supported\\r\\n return false;\\r\\n }\\r\\n }\\r\\n\\r\\n // This targets sections with tab component\\r\\n function gotoSection() {\\r\\n if (window.location.hash) {\\r\\n\\r\\n setTimeout(function () {\\r\\n if ($(window.location.hash).hasClass('story-title')) {\\r\\n\\r\\n let section = $(window.location.hash);\\r\\n if (document.body.clientWidth <= 800 && document.body.clientWidth > 0) {\\r\\n $(\\\".m-story-title\\\").removeClass('active');\\r\\n var title = $('.m-tab-title-list ' + window.location.hash);\\r\\n $('.m-tab-active-title .title').html(title.text());\\r\\n section = $(window.location.hash + '-content');\\r\\n\\r\\n title.addClass('active');\\r\\n }\\r\\n\\r\\n $(window.location.hash).trigger('click');\\r\\n\\r\\n $(\\\"html, body\\\").animate({ scrollTop: section.offset().top - 166 }, 500);\\r\\n\\r\\n }\\r\\n else {\\r\\n // This targets section title\\r\\n let section = $(window.location.hash);\\r\\n $(\\\"html, body\\\").animate({ scrollTop: section.offset().top - 90 }, 500);\\r\\n }\\r\\n }, 300);\\r\\n }\\r\\n }\\r\\n\\r\\n cssVars({\\r\\n // Include only CSS from and \\r\\n include: '[data-include]'\\r\\n });\\r\\n\\r\\n // Polyfill for IE11\\r\\n if (!Array.prototype.find && (window.navigator.userAgent.indexOf('MSIE ').length > 0 || window.navigator.userAgent.indexOf('Trident/').length > 0)) {\\r\\n Array.prototype.find = function (predicate) {\\r\\n if (this == null) {\\r\\n throw new TypeError('Array.prototype.find called on null or undefined');\\r\\n }\\r\\n if (typeof predicate !== 'function') {\\r\\n throw new TypeError('predicate must be a function');\\r\\n }\\r\\n var list = Object(this);\\r\\n var length = list.length >>> 0;\\r\\n var thisArg = arguments[1];\\r\\n var value;\\r\\n\\r\\n for (var i = 0; i < length; i++) {\\r\\n value = list[i];\\r\\n if (predicate.call(thisArg, value, i, list)) {\\r\\n return value;\\r\\n }\\r\\n }\\r\\n return undefined;\\r\\n };\\r\\n }\\r\\n\\r\\n\\r\\n //implement intersection observer\\r\\n function createObserver(element) {\\r\\n let observer;\\r\\n\\r\\n let options = {\\r\\n //root: null,\\r\\n rootMargin: \\\"-50% 0% -20% 0%\\\",\\r\\n //threshold: 0\\r\\n };\\r\\n\\r\\n observer = new IntersectionObserver(handleIntersect, options);\\r\\n observer.observe(element);\\r\\n }\\r\\n\\r\\n function handleIntersect(entries, observer) {\\r\\n entries.forEach(function (entry) {\\r\\n if (entry.isIntersecting) {\\r\\n //get data-title attribute of element .story-title\\r\\n var title = entry.target.getAttribute(\\\"data-content\\\");\\r\\n var titleMenu = $(\\\".story-title[data-title='\\\" + title + \\\"']\\\");\\r\\n $(\\\".story-title\\\").removeClass(\\\"active\\\");\\r\\n titleMenu.addClass(\\\"active\\\");\\r\\n //console.log(\\\"title\\\",entry)\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n //attach event on popstate\\r\\n window.addEventListener('popstate', function (event) {\\r\\n //get url #hash and scroll to that element\\r\\n var hash = window.location.hash;\\r\\n if (hash) {\\r\\n var element = document.querySelector(hash);\\r\\n\\t\\t\\tif (element) {\\r\\n\\t\\t\\t\\telement.scrollIntoView();\\r\\n\\t\\t\\t}\\r\\n }\\r\\n });\\r\\n\\r\\n function adjustBoxOfText() {\\r\\n if ($(\\\".box-of-text--title\\\")) {\\r\\n $(\\\".box-of-text--title\\\").each(function () {\\r\\n var height = $(this).height();\\r\\n $(this).css(\\\"top\\\", height / -2);\\r\\n });\\r\\n }\\r\\n }\\r\\n\\r\\n\\r\\n setTimeout(function () {\\r\\n adjustBoxOfText()\\r\\n }, 100);\\r\\n\\r\\n //attach event on window resize\\r\\n $(window).on('resize',function () {\\r\\n if ($(\\\".box-of-text--title\\\")) {\\r\\n $(\\\".box-of-text--title\\\").each(function () {\\r\\n var height = $(this).height();\\r\\n $(this).css(\\\"top\\\", height / -2);\\r\\n });\\r\\n } \\r\\n });\\r\\n\\r\\n}(jQuery)\\r\\n\\r\\n\"","module.exports = \"/*!\\r\\n * Bootstrap v4.5.0 (https://getbootstrap.com/)\\r\\n * Copyright 2011-2020 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)\\r\\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\\r\\n */\\r\\n!function(t,e){\\\"object\\\"==typeof exports&&\\\"undefined\\\"!=typeof module?e(exports,require(\\\"jquery\\\")):\\\"function\\\"==typeof define&&define.amd?define([\\\"exports\\\",\\\"jquery\\\"],e):e((t=t||self).bootstrap={},t.jQuery)}(this,(function(t,e){\\\"use strict\\\";function n(t,e){for(var n=0;n=4)throw new Error(\\\"Bootstrap's JavaScript requires at least jQuery v1.9.1 but less than v4.0.0\\\")}};l.jQueryDetection(),e.fn.emulateTransitionEnd=a,e.event.special[l.TRANSITION_END]={bindType:\\\"transitionend\\\",delegateType:\\\"transitionend\\\",handle:function(t){if(e(t.target).is(this))return t.handleObj.handler.apply(this,arguments)}};var c=\\\"alert\\\",u=e.fn[c],h=function(){function t(t){this._element=t}var n=t.prototype;return n.close=function(t){var e=this._element;t&&(e=this._getRootElement(t)),this._triggerCloseEvent(e).isDefaultPrevented()||this._removeElement(e)},n.dispose=function(){e.removeData(this._element,\\\"bs.alert\\\"),this._element=null},n._getRootElement=function(t){var n=l.getSelectorFromElement(t),i=!1;return n&&(i=document.querySelector(n)),i||(i=e(t).closest(\\\".alert\\\")[0]),i},n._triggerCloseEvent=function(t){var n=e.Event(\\\"close.bs.alert\\\");return e(t).trigger(n),n},n._removeElement=function(t){var n=this;if(e(t).removeClass(\\\"show\\\"),e(t).hasClass(\\\"fade\\\")){var i=l.getTransitionDurationFromElement(t);e(t).one(l.TRANSITION_END,(function(e){return n._destroyElement(t,e)})).emulateTransitionEnd(i)}else this._destroyElement(t)},n._destroyElement=function(t){e(t).detach().trigger(\\\"closed.bs.alert\\\").remove()},t._jQueryInterface=function(n){return this.each((function(){var i=e(this),o=i.data(\\\"bs.alert\\\");o||(o=new t(this),i.data(\\\"bs.alert\\\",o)),\\\"close\\\"===n&&o[n](this)}))},t._handleDismiss=function(t){return function(e){e&&e.preventDefault(),t.close(this)}},i(t,null,[{key:\\\"VERSION\\\",get:function(){return\\\"4.5.0\\\"}}]),t}();e(document).on(\\\"click.bs.alert.data-api\\\",'[data-dismiss=\\\"alert\\\"]',h._handleDismiss(new h)),e.fn[c]=h._jQueryInterface,e.fn[c].Constructor=h,e.fn[c].noConflict=function(){return e.fn[c]=u,h._jQueryInterface};var f=e.fn.button,d=function(){function t(t){this._element=t}var n=t.prototype;return n.toggle=function(){var t=!0,n=!0,i=e(this._element).closest('[data-toggle=\\\"buttons\\\"]')[0];if(i){var o=this._element.querySelector('input:not([type=\\\"hidden\\\"])');if(o){if(\\\"radio\\\"===o.type)if(o.checked&&this._element.classList.contains(\\\"active\\\"))t=!1;else{var r=i.querySelector(\\\".active\\\");r&&e(r).removeClass(\\\"active\\\")}t&&(\\\"checkbox\\\"!==o.type&&\\\"radio\\\"!==o.type||(o.checked=!this._element.classList.contains(\\\"active\\\")),e(o).trigger(\\\"change\\\")),o.focus(),n=!1}}this._element.hasAttribute(\\\"disabled\\\")||this._element.classList.contains(\\\"disabled\\\")||(n&&this._element.setAttribute(\\\"aria-pressed\\\",!this._element.classList.contains(\\\"active\\\")),t&&e(this._element).toggleClass(\\\"active\\\"))},n.dispose=function(){e.removeData(this._element,\\\"bs.button\\\"),this._element=null},t._jQueryInterface=function(n){return this.each((function(){var i=e(this).data(\\\"bs.button\\\");i||(i=new t(this),e(this).data(\\\"bs.button\\\",i)),\\\"toggle\\\"===n&&i[n]()}))},i(t,null,[{key:\\\"VERSION\\\",get:function(){return\\\"4.5.0\\\"}}]),t}();e(document).on(\\\"click.bs.button.data-api\\\",'[data-toggle^=\\\"button\\\"]',(function(t){var n=t.target,i=n;if(e(n).hasClass(\\\"btn\\\")||(n=e(n).closest(\\\".btn\\\")[0]),!n||n.hasAttribute(\\\"disabled\\\")||n.classList.contains(\\\"disabled\\\"))t.preventDefault();else{var o=n.querySelector('input:not([type=\\\"hidden\\\"])');if(o&&(o.hasAttribute(\\\"disabled\\\")||o.classList.contains(\\\"disabled\\\")))return void t.preventDefault();\\\"LABEL\\\"===i.tagName&&o&&\\\"checkbox\\\"===o.type&&t.preventDefault(),d._jQueryInterface.call(e(n),\\\"toggle\\\")}})).on(\\\"focus.bs.button.data-api blur.bs.button.data-api\\\",'[data-toggle^=\\\"button\\\"]',(function(t){var n=e(t.target).closest(\\\".btn\\\")[0];e(n).toggleClass(\\\"focus\\\",/^focus(in)?$/.test(t.type))})),e(window).on(\\\"load.bs.button.data-api\\\",(function(){for(var t=[].slice.call(document.querySelectorAll('[data-toggle=\\\"buttons\\\"] .btn')),e=0,n=t.length;e0,this._pointerEvent=Boolean(window.PointerEvent||window.MSPointerEvent),this._addEventListeners()}var n=t.prototype;return n.next=function(){this._isSliding||this._slide(\\\"next\\\")},n.nextWhenVisible=function(){!document.hidden&&e(this._element).is(\\\":visible\\\")&&\\\"hidden\\\"!==e(this._element).css(\\\"visibility\\\")&&this.next()},n.prev=function(){this._isSliding||this._slide(\\\"prev\\\")},n.pause=function(t){t||(this._isPaused=!0),this._element.querySelector(\\\".carousel-item-next, .carousel-item-prev\\\")&&(l.triggerTransitionEnd(this._element),this.cycle(!0)),clearInterval(this._interval),this._interval=null},n.cycle=function(t){t||(this._isPaused=!1),this._interval&&(clearInterval(this._interval),this._interval=null),this._config.interval&&!this._isPaused&&(this._interval=setInterval((document.visibilityState?this.nextWhenVisible:this.next).bind(this),this._config.interval))},n.to=function(t){var n=this;this._activeElement=this._element.querySelector(\\\".active.carousel-item\\\");var i=this._getItemIndex(this._activeElement);if(!(t>this._items.length-1||t<0))if(this._isSliding)e(this._element).one(\\\"slid.bs.carousel\\\",(function(){return n.to(t)}));else{if(i===t)return this.pause(),void this.cycle();var o=t>i?\\\"next\\\":\\\"prev\\\";this._slide(o,this._items[t])}},n.dispose=function(){e(this._element).off(m),e.removeData(this._element,\\\"bs.carousel\\\"),this._items=null,this._config=null,this._element=null,this._interval=null,this._isPaused=null,this._isSliding=null,this._activeElement=null,this._indicatorsElement=null},n._getConfig=function(t){return t=s(s({},v),t),l.typeCheckConfig(p,t,_),t},n._handleSwipe=function(){var t=Math.abs(this.touchDeltaX);if(!(t<=40)){var e=t/this.touchDeltaX;this.touchDeltaX=0,e>0&&this.prev(),e<0&&this.next()}},n._addEventListeners=function(){var t=this;this._config.keyboard&&e(this._element).on(\\\"keydown.bs.carousel\\\",(function(e){return t._keydown(e)})),\\\"hover\\\"===this._config.pause&&e(this._element).on(\\\"mouseenter.bs.carousel\\\",(function(e){return t.pause(e)})).on(\\\"mouseleave.bs.carousel\\\",(function(e){return t.cycle(e)})),this._config.touch&&this._addTouchEventListeners()},n._addTouchEventListeners=function(){var t=this;if(this._touchSupported){var n=function(e){t._pointerEvent&&b[e.originalEvent.pointerType.toUpperCase()]?t.touchStartX=e.originalEvent.clientX:t._pointerEvent||(t.touchStartX=e.originalEvent.touches[0].clientX)},i=function(e){t._pointerEvent&&b[e.originalEvent.pointerType.toUpperCase()]&&(t.touchDeltaX=e.originalEvent.clientX-t.touchStartX),t._handleSwipe(),\\\"hover\\\"===t._config.pause&&(t.pause(),t.touchTimeout&&clearTimeout(t.touchTimeout),t.touchTimeout=setTimeout((function(e){return t.cycle(e)}),500+t._config.interval))};e(this._element.querySelectorAll(\\\".carousel-item img\\\")).on(\\\"dragstart.bs.carousel\\\",(function(t){return t.preventDefault()})),this._pointerEvent?(e(this._element).on(\\\"pointerdown.bs.carousel\\\",(function(t){return n(t)})),e(this._element).on(\\\"pointerup.bs.carousel\\\",(function(t){return i(t)})),this._element.classList.add(\\\"pointer-event\\\")):(e(this._element).on(\\\"touchstart.bs.carousel\\\",(function(t){return n(t)})),e(this._element).on(\\\"touchmove.bs.carousel\\\",(function(e){return function(e){e.originalEvent.touches&&e.originalEvent.touches.length>1?t.touchDeltaX=0:t.touchDeltaX=e.originalEvent.touches[0].clientX-t.touchStartX}(e)})),e(this._element).on(\\\"touchend.bs.carousel\\\",(function(t){return i(t)})))}},n._keydown=function(t){if(!/input|textarea/i.test(t.target.tagName))switch(t.which){case 37:t.preventDefault(),this.prev();break;case 39:t.preventDefault(),this.next()}},n._getItemIndex=function(t){return this._items=t&&t.parentNode?[].slice.call(t.parentNode.querySelectorAll(\\\".carousel-item\\\")):[],this._items.indexOf(t)},n._getItemByDirection=function(t,e){var n=\\\"next\\\"===t,i=\\\"prev\\\"===t,o=this._getItemIndex(e),r=this._items.length-1;if((i&&0===o||n&&o===r)&&!this._config.wrap)return e;var s=(o+(\\\"prev\\\"===t?-1:1))%this._items.length;return-1===s?this._items[this._items.length-1]:this._items[s]},n._triggerSlideEvent=function(t,n){var i=this._getItemIndex(t),o=this._getItemIndex(this._element.querySelector(\\\".active.carousel-item\\\")),r=e.Event(\\\"slide.bs.carousel\\\",{relatedTarget:t,direction:n,from:o,to:i});return e(this._element).trigger(r),r},n._setActiveIndicatorElement=function(t){if(this._indicatorsElement){var n=[].slice.call(this._indicatorsElement.querySelectorAll(\\\".active\\\"));e(n).removeClass(\\\"active\\\");var i=this._indicatorsElement.children[this._getItemIndex(t)];i&&e(i).addClass(\\\"active\\\")}},n._slide=function(t,n){var i,o,r,s=this,a=this._element.querySelector(\\\".active.carousel-item\\\"),c=this._getItemIndex(a),u=n||a&&this._getItemByDirection(t,a),h=this._getItemIndex(u),f=Boolean(this._interval);if(\\\"next\\\"===t?(i=\\\"carousel-item-left\\\",o=\\\"carousel-item-next\\\",r=\\\"left\\\"):(i=\\\"carousel-item-right\\\",o=\\\"carousel-item-prev\\\",r=\\\"right\\\"),u&&e(u).hasClass(\\\"active\\\"))this._isSliding=!1;else if(!this._triggerSlideEvent(u,r).isDefaultPrevented()&&a&&u){this._isSliding=!0,f&&this.pause(),this._setActiveIndicatorElement(u);var d=e.Event(\\\"slid.bs.carousel\\\",{relatedTarget:u,direction:r,from:c,to:h});if(e(this._element).hasClass(\\\"slide\\\")){e(u).addClass(o),l.reflow(u),e(a).addClass(i),e(u).addClass(i);var p=parseInt(u.getAttribute(\\\"data-interval\\\"),10);p?(this._config.defaultInterval=this._config.defaultInterval||this._config.interval,this._config.interval=p):this._config.interval=this._config.defaultInterval||this._config.interval;var m=l.getTransitionDurationFromElement(a);e(a).one(l.TRANSITION_END,(function(){e(u).removeClass(i+\\\" \\\"+o).addClass(\\\"active\\\"),e(a).removeClass(\\\"active \\\"+o+\\\" \\\"+i),s._isSliding=!1,setTimeout((function(){return e(s._element).trigger(d)}),0)})).emulateTransitionEnd(m)}else e(a).removeClass(\\\"active\\\"),e(u).addClass(\\\"active\\\"),this._isSliding=!1,e(this._element).trigger(d);f&&this.cycle()}},t._jQueryInterface=function(n){return this.each((function(){var i=e(this).data(\\\"bs.carousel\\\"),o=s(s({},v),e(this).data());\\\"object\\\"==typeof n&&(o=s(s({},o),n));var r=\\\"string\\\"==typeof n?n:o.slide;if(i||(i=new t(this,o),e(this).data(\\\"bs.carousel\\\",i)),\\\"number\\\"==typeof n)i.to(n);else if(\\\"string\\\"==typeof r){if(\\\"undefined\\\"==typeof i[r])throw new TypeError('No method named \\\"'+r+'\\\"');i[r]()}else o.interval&&o.ride&&(i.pause(),i.cycle())}))},t._dataApiClickHandler=function(n){var i=l.getSelectorFromElement(this);if(i){var o=e(i)[0];if(o&&e(o).hasClass(\\\"carousel\\\")){var r=s(s({},e(o).data()),e(this).data()),a=this.getAttribute(\\\"data-slide-to\\\");a&&(r.interval=!1),t._jQueryInterface.call(e(o),r),a&&e(o).data(\\\"bs.carousel\\\").to(a),n.preventDefault()}}},i(t,null,[{key:\\\"VERSION\\\",get:function(){return\\\"4.5.0\\\"}},{key:\\\"Default\\\",get:function(){return v}}]),t}();e(document).on(\\\"click.bs.carousel.data-api\\\",\\\"[data-slide], [data-slide-to]\\\",y._dataApiClickHandler),e(window).on(\\\"load.bs.carousel.data-api\\\",(function(){for(var t=[].slice.call(document.querySelectorAll('[data-ride=\\\"carousel\\\"]')),n=0,i=t.length;n0&&(this._selector=s,this._triggerArray.push(r))}this._parent=this._config.parent?this._getParent():null,this._config.parent||this._addAriaAndCollapsedClass(this._element,this._triggerArray),this._config.toggle&&this.toggle()}var n=t.prototype;return n.toggle=function(){e(this._element).hasClass(\\\"show\\\")?this.hide():this.show()},n.show=function(){var n,i,o=this;if(!this._isTransitioning&&!e(this._element).hasClass(\\\"show\\\")&&(this._parent&&0===(n=[].slice.call(this._parent.querySelectorAll(\\\".show, .collapsing\\\")).filter((function(t){return\\\"string\\\"==typeof o._config.parent?t.getAttribute(\\\"data-parent\\\")===o._config.parent:t.classList.contains(\\\"collapse\\\")}))).length&&(n=null),!(n&&(i=e(n).not(this._selector).data(\\\"bs.collapse\\\"))&&i._isTransitioning))){var r=e.Event(\\\"show.bs.collapse\\\");if(e(this._element).trigger(r),!r.isDefaultPrevented()){n&&(t._jQueryInterface.call(e(n).not(this._selector),\\\"hide\\\"),i||e(n).data(\\\"bs.collapse\\\",null));var s=this._getDimension();e(this._element).removeClass(\\\"collapse\\\").addClass(\\\"collapsing\\\"),this._element.style[s]=0,this._triggerArray.length&&e(this._triggerArray).removeClass(\\\"collapsed\\\").attr(\\\"aria-expanded\\\",!0),this.setTransitioning(!0);var a=\\\"scroll\\\"+(s[0].toUpperCase()+s.slice(1)),c=l.getTransitionDurationFromElement(this._element);e(this._element).one(l.TRANSITION_END,(function(){e(o._element).removeClass(\\\"collapsing\\\").addClass(\\\"collapse show\\\"),o._element.style[s]=\\\"\\\",o.setTransitioning(!1),e(o._element).trigger(\\\"shown.bs.collapse\\\")})).emulateTransitionEnd(c),this._element.style[s]=this._element[a]+\\\"px\\\"}}},n.hide=function(){var t=this;if(!this._isTransitioning&&e(this._element).hasClass(\\\"show\\\")){var n=e.Event(\\\"hide.bs.collapse\\\");if(e(this._element).trigger(n),!n.isDefaultPrevented()){var i=this._getDimension();this._element.style[i]=this._element.getBoundingClientRect()[i]+\\\"px\\\",l.reflow(this._element),e(this._element).addClass(\\\"collapsing\\\").removeClass(\\\"collapse show\\\");var o=this._triggerArray.length;if(o>0)for(var r=0;r=0)return 1;return 0}();var N=D&&window.Promise?function(t){var e=!1;return function(){e||(e=!0,window.Promise.resolve().then((function(){e=!1,t()})))}}:function(t){var e=!1;return function(){e||(e=!0,setTimeout((function(){e=!1,t()}),k))}};function O(t){return t&&\\\"[object Function]\\\"==={}.toString.call(t)}function A(t,e){if(1!==t.nodeType)return[];var n=t.ownerDocument.defaultView.getComputedStyle(t,null);return e?n[e]:n}function I(t){return\\\"HTML\\\"===t.nodeName?t:t.parentNode||t.host}function x(t){if(!t)return document.body;switch(t.nodeName){case\\\"HTML\\\":case\\\"BODY\\\":return t.ownerDocument.body;case\\\"#document\\\":return t.body}var e=A(t),n=e.overflow,i=e.overflowX,o=e.overflowY;return/(auto|scroll|overlay)/.test(n+o+i)?t:x(I(t))}function j(t){return t&&t.referenceNode?t.referenceNode:t}var L=D&&!(!window.MSInputMethodContext||!document.documentMode),P=D&&/MSIE 10/.test(navigator.userAgent);function F(t){return 11===t?L:10===t?P:L||P}function R(t){if(!t)return document.documentElement;for(var e=F(10)?document.body:null,n=t.offsetParent||null;n===e&&t.nextElementSibling;)n=(t=t.nextElementSibling).offsetParent;var i=n&&n.nodeName;return i&&\\\"BODY\\\"!==i&&\\\"HTML\\\"!==i?-1!==[\\\"TH\\\",\\\"TD\\\",\\\"TABLE\\\"].indexOf(n.nodeName)&&\\\"static\\\"===A(n,\\\"position\\\")?R(n):n:t?t.ownerDocument.documentElement:document.documentElement}function M(t){return null!==t.parentNode?M(t.parentNode):t}function B(t,e){if(!(t&&t.nodeType&&e&&e.nodeType))return document.documentElement;var n=t.compareDocumentPosition(e)&Node.DOCUMENT_POSITION_FOLLOWING,i=n?t:e,o=n?e:t,r=document.createRange();r.setStart(i,0),r.setEnd(o,0);var s,a,l=r.commonAncestorContainer;if(t!==l&&e!==l||i.contains(o))return\\\"BODY\\\"===(a=(s=l).nodeName)||\\\"HTML\\\"!==a&&R(s.firstElementChild)!==s?R(l):l;var c=M(t);return c.host?B(c.host,e):B(t,M(e).host)}function q(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:\\\"top\\\",n=\\\"top\\\"===e?\\\"scrollTop\\\":\\\"scrollLeft\\\",i=t.nodeName;if(\\\"BODY\\\"===i||\\\"HTML\\\"===i){var o=t.ownerDocument.documentElement,r=t.ownerDocument.scrollingElement||o;return r[n]}return t[n]}function H(t,e){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],i=q(e,\\\"top\\\"),o=q(e,\\\"left\\\"),r=n?-1:1;return t.top+=i*r,t.bottom+=i*r,t.left+=o*r,t.right+=o*r,t}function Q(t,e){var n=\\\"x\\\"===e?\\\"Left\\\":\\\"Top\\\",i=\\\"Left\\\"===n?\\\"Right\\\":\\\"Bottom\\\";return parseFloat(t[\\\"border\\\"+n+\\\"Width\\\"],10)+parseFloat(t[\\\"border\\\"+i+\\\"Width\\\"],10)}function W(t,e,n,i){return Math.max(e[\\\"offset\\\"+t],e[\\\"scroll\\\"+t],n[\\\"client\\\"+t],n[\\\"offset\\\"+t],n[\\\"scroll\\\"+t],F(10)?parseInt(n[\\\"offset\\\"+t])+parseInt(i[\\\"margin\\\"+(\\\"Height\\\"===t?\\\"Top\\\":\\\"Left\\\")])+parseInt(i[\\\"margin\\\"+(\\\"Height\\\"===t?\\\"Bottom\\\":\\\"Right\\\")]):0)}function U(t){var e=t.body,n=t.documentElement,i=F(10)&&getComputedStyle(n);return{height:W(\\\"Height\\\",e,n,i),width:W(\\\"Width\\\",e,n,i)}}var V=function(t,e){if(!(t instanceof e))throw new TypeError(\\\"Cannot call a class as a function\\\")},Y=function(){function t(t,e){for(var n=0;n2&&void 0!==arguments[2]&&arguments[2],i=F(10),o=\\\"HTML\\\"===e.nodeName,r=G(t),s=G(e),a=x(t),l=A(e),c=parseFloat(l.borderTopWidth,10),u=parseFloat(l.borderLeftWidth,10);n&&o&&(s.top=Math.max(s.top,0),s.left=Math.max(s.left,0));var h=K({top:r.top-s.top-c,left:r.left-s.left-u,width:r.width,height:r.height});if(h.marginTop=0,h.marginLeft=0,!i&&o){var f=parseFloat(l.marginTop,10),d=parseFloat(l.marginLeft,10);h.top-=c-f,h.bottom-=c-f,h.left-=u-d,h.right-=u-d,h.marginTop=f,h.marginLeft=d}return(i&&!n?e.contains(a):e===a&&\\\"BODY\\\"!==a.nodeName)&&(h=H(h,e)),h}function J(t){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=t.ownerDocument.documentElement,i=$(t,n),o=Math.max(n.clientWidth,window.innerWidth||0),r=Math.max(n.clientHeight,window.innerHeight||0),s=e?0:q(n),a=e?0:q(n,\\\"left\\\"),l={top:s-i.top+i.marginTop,left:a-i.left+i.marginLeft,width:o,height:r};return K(l)}function Z(t){var e=t.nodeName;if(\\\"BODY\\\"===e||\\\"HTML\\\"===e)return!1;if(\\\"fixed\\\"===A(t,\\\"position\\\"))return!0;var n=I(t);return!!n&&Z(n)}function tt(t){if(!t||!t.parentElement||F())return document.documentElement;for(var e=t.parentElement;e&&\\\"none\\\"===A(e,\\\"transform\\\");)e=e.parentElement;return e||document.documentElement}function et(t,e,n,i){var o=arguments.length>4&&void 0!==arguments[4]&&arguments[4],r={top:0,left:0},s=o?tt(t):B(t,j(e));if(\\\"viewport\\\"===i)r=J(s,o);else{var a=void 0;\\\"scrollParent\\\"===i?\\\"BODY\\\"===(a=x(I(e))).nodeName&&(a=t.ownerDocument.documentElement):a=\\\"window\\\"===i?t.ownerDocument.documentElement:i;var l=$(a,s,o);if(\\\"HTML\\\"!==a.nodeName||Z(s))r=l;else{var c=U(t.ownerDocument),u=c.height,h=c.width;r.top+=l.top-l.marginTop,r.bottom=u+l.top,r.left+=l.left-l.marginLeft,r.right=h+l.left}}var f=\\\"number\\\"==typeof(n=n||0);return r.left+=f?n:n.left||0,r.top+=f?n:n.top||0,r.right-=f?n:n.right||0,r.bottom-=f?n:n.bottom||0,r}function nt(t){return t.width*t.height}function it(t,e,n,i,o){var r=arguments.length>5&&void 0!==arguments[5]?arguments[5]:0;if(-1===t.indexOf(\\\"auto\\\"))return t;var s=et(n,i,r,o),a={top:{width:s.width,height:e.top-s.top},right:{width:s.right-e.right,height:s.height},bottom:{width:s.width,height:s.bottom-e.bottom},left:{width:e.left-s.left,height:s.height}},l=Object.keys(a).map((function(t){return X({key:t},a[t],{area:nt(a[t])})})).sort((function(t,e){return e.area-t.area})),c=l.filter((function(t){var e=t.width,i=t.height;return e>=n.clientWidth&&i>=n.clientHeight})),u=c.length>0?c[0].key:l[0].key,h=t.split(\\\"-\\\")[1];return u+(h?\\\"-\\\"+h:\\\"\\\")}function ot(t,e,n){var i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null,o=i?tt(e):B(e,j(n));return $(n,o,i)}function rt(t){var e=t.ownerDocument.defaultView.getComputedStyle(t),n=parseFloat(e.marginTop||0)+parseFloat(e.marginBottom||0),i=parseFloat(e.marginLeft||0)+parseFloat(e.marginRight||0);return{width:t.offsetWidth+i,height:t.offsetHeight+n}}function st(t){var e={left:\\\"right\\\",right:\\\"left\\\",bottom:\\\"top\\\",top:\\\"bottom\\\"};return t.replace(/left|right|bottom|top/g,(function(t){return e[t]}))}function at(t,e,n){n=n.split(\\\"-\\\")[0];var i=rt(t),o={width:i.width,height:i.height},r=-1!==[\\\"right\\\",\\\"left\\\"].indexOf(n),s=r?\\\"top\\\":\\\"left\\\",a=r?\\\"left\\\":\\\"top\\\",l=r?\\\"height\\\":\\\"width\\\",c=r?\\\"width\\\":\\\"height\\\";return o[s]=e[s]+e[l]/2-i[l]/2,o[a]=n===a?e[a]-i[c]:e[st(a)],o}function lt(t,e){return Array.prototype.find?t.find(e):t.filter(e)[0]}function ct(t,e,n){return(void 0===n?t:t.slice(0,function(t,e,n){if(Array.prototype.findIndex)return t.findIndex((function(t){return t[e]===n}));var i=lt(t,(function(t){return t[e]===n}));return t.indexOf(i)}(t,\\\"name\\\",n))).forEach((function(t){t.function&&console.warn(\\\"`modifier.function` is deprecated, use `modifier.fn`!\\\");var n=t.function||t.fn;t.enabled&&O(n)&&(e.offsets.popper=K(e.offsets.popper),e.offsets.reference=K(e.offsets.reference),e=n(e,t))})),e}function ut(){if(!this.state.isDestroyed){var t={instance:this,styles:{},arrowStyles:{},attributes:{},flipped:!1,offsets:{}};t.offsets.reference=ot(this.state,this.popper,this.reference,this.options.positionFixed),t.placement=it(this.options.placement,t.offsets.reference,this.popper,this.reference,this.options.modifiers.flip.boundariesElement,this.options.modifiers.flip.padding),t.originalPlacement=t.placement,t.positionFixed=this.options.positionFixed,t.offsets.popper=at(this.popper,t.offsets.reference,t.placement),t.offsets.popper.position=this.options.positionFixed?\\\"fixed\\\":\\\"absolute\\\",t=ct(this.modifiers,t),this.state.isCreated?this.options.onUpdate(t):(this.state.isCreated=!0,this.options.onCreate(t))}}function ht(t,e){return t.some((function(t){var n=t.name;return t.enabled&&n===e}))}function ft(t){for(var e=[!1,\\\"ms\\\",\\\"Webkit\\\",\\\"Moz\\\",\\\"O\\\"],n=t.charAt(0).toUpperCase()+t.slice(1),i=0;i1&&void 0!==arguments[1]&&arguments[1],n=Tt.indexOf(t),i=Tt.slice(n+1).concat(Tt.slice(0,n));return e?i.reverse():i}var St=\\\"flip\\\",Dt=\\\"clockwise\\\",kt=\\\"counterclockwise\\\";function Nt(t,e,n,i){var o=[0,0],r=-1!==[\\\"right\\\",\\\"left\\\"].indexOf(i),s=t.split(/(\\\\+|\\\\-)/).map((function(t){return t.trim()})),a=s.indexOf(lt(s,(function(t){return-1!==t.search(/,|\\\\s/)})));s[a]&&-1===s[a].indexOf(\\\",\\\")&&console.warn(\\\"Offsets separated by white space(s) are deprecated, use a comma (,) instead.\\\");var l=/\\\\s*,\\\\s*|\\\\s+/,c=-1!==a?[s.slice(0,a).concat([s[a].split(l)[0]]),[s[a].split(l)[1]].concat(s.slice(a+1))]:[s];return(c=c.map((function(t,i){var o=(1===i?!r:r)?\\\"height\\\":\\\"width\\\",s=!1;return t.reduce((function(t,e){return\\\"\\\"===t[t.length-1]&&-1!==[\\\"+\\\",\\\"-\\\"].indexOf(e)?(t[t.length-1]=e,s=!0,t):s?(t[t.length-1]+=e,s=!1,t):t.concat(e)}),[]).map((function(t){return function(t,e,n,i){var o=t.match(/((?:\\\\-|\\\\+)?\\\\d*\\\\.?\\\\d*)(.*)/),r=+o[1],s=o[2];if(!r)return t;if(0===s.indexOf(\\\"%\\\")){var a=void 0;switch(s){case\\\"%p\\\":a=n;break;case\\\"%\\\":case\\\"%r\\\":default:a=i}return K(a)[e]/100*r}if(\\\"vh\\\"===s||\\\"vw\\\"===s){return(\\\"vh\\\"===s?Math.max(document.documentElement.clientHeight,window.innerHeight||0):Math.max(document.documentElement.clientWidth,window.innerWidth||0))/100*r}return r}(t,o,e,n)}))}))).forEach((function(t,e){t.forEach((function(n,i){_t(n)&&(o[e]+=n*(\\\"-\\\"===t[i-1]?-1:1))}))})),o}var Ot={placement:\\\"bottom\\\",positionFixed:!1,eventsEnabled:!0,removeOnDestroy:!1,onCreate:function(){},onUpdate:function(){},modifiers:{shift:{order:100,enabled:!0,fn:function(t){var e=t.placement,n=e.split(\\\"-\\\")[0],i=e.split(\\\"-\\\")[1];if(i){var o=t.offsets,r=o.reference,s=o.popper,a=-1!==[\\\"bottom\\\",\\\"top\\\"].indexOf(n),l=a?\\\"left\\\":\\\"top\\\",c=a?\\\"width\\\":\\\"height\\\",u={start:z({},l,r[l]),end:z({},l,r[l]+r[c]-s[c])};t.offsets.popper=X({},s,u[i])}return t}},offset:{order:200,enabled:!0,fn:function(t,e){var n=e.offset,i=t.placement,o=t.offsets,r=o.popper,s=o.reference,a=i.split(\\\"-\\\")[0],l=void 0;return l=_t(+n)?[+n,0]:Nt(n,r,s,a),\\\"left\\\"===a?(r.top+=l[0],r.left-=l[1]):\\\"right\\\"===a?(r.top+=l[0],r.left+=l[1]):\\\"top\\\"===a?(r.left+=l[0],r.top-=l[1]):\\\"bottom\\\"===a&&(r.left+=l[0],r.top+=l[1]),t.popper=r,t},offset:0},preventOverflow:{order:300,enabled:!0,fn:function(t,e){var n=e.boundariesElement||R(t.instance.popper);t.instance.reference===n&&(n=R(n));var i=ft(\\\"transform\\\"),o=t.instance.popper.style,r=o.top,s=o.left,a=o[i];o.top=\\\"\\\",o.left=\\\"\\\",o[i]=\\\"\\\";var l=et(t.instance.popper,t.instance.reference,e.padding,n,t.positionFixed);o.top=r,o.left=s,o[i]=a,e.boundaries=l;var c=e.priority,u=t.offsets.popper,h={primary:function(t){var n=u[t];return u[t]l[t]&&!e.escapeWithReference&&(i=Math.min(u[n],l[t]-(\\\"right\\\"===t?u.width:u.height))),z({},n,i)}};return c.forEach((function(t){var e=-1!==[\\\"left\\\",\\\"top\\\"].indexOf(t)?\\\"primary\\\":\\\"secondary\\\";u=X({},u,h[e](t))})),t.offsets.popper=u,t},priority:[\\\"left\\\",\\\"right\\\",\\\"top\\\",\\\"bottom\\\"],padding:5,boundariesElement:\\\"scrollParent\\\"},keepTogether:{order:400,enabled:!0,fn:function(t){var e=t.offsets,n=e.popper,i=e.reference,o=t.placement.split(\\\"-\\\")[0],r=Math.floor,s=-1!==[\\\"top\\\",\\\"bottom\\\"].indexOf(o),a=s?\\\"right\\\":\\\"bottom\\\",l=s?\\\"left\\\":\\\"top\\\",c=s?\\\"width\\\":\\\"height\\\";return n[a]r(i[a])&&(t.offsets.popper[l]=r(i[a])),t}},arrow:{order:500,enabled:!0,fn:function(t,e){var n;if(!wt(t.instance.modifiers,\\\"arrow\\\",\\\"keepTogether\\\"))return t;var i=e.element;if(\\\"string\\\"==typeof i){if(!(i=t.instance.popper.querySelector(i)))return t}else if(!t.instance.popper.contains(i))return console.warn(\\\"WARNING: `arrow.element` must be child of its popper element!\\\"),t;var o=t.placement.split(\\\"-\\\")[0],r=t.offsets,s=r.popper,a=r.reference,l=-1!==[\\\"left\\\",\\\"right\\\"].indexOf(o),c=l?\\\"height\\\":\\\"width\\\",u=l?\\\"Top\\\":\\\"Left\\\",h=u.toLowerCase(),f=l?\\\"left\\\":\\\"top\\\",d=l?\\\"bottom\\\":\\\"right\\\",p=rt(i)[c];a[d]-ps[d]&&(t.offsets.popper[h]+=a[h]+p-s[d]),t.offsets.popper=K(t.offsets.popper);var m=a[h]+a[c]/2-p/2,g=A(t.instance.popper),v=parseFloat(g[\\\"margin\\\"+u],10),_=parseFloat(g[\\\"border\\\"+u+\\\"Width\\\"],10),b=m-t.offsets.popper[h]-v-_;return b=Math.max(Math.min(s[c]-p,b),0),t.arrowElement=i,t.offsets.arrow=(z(n={},h,Math.round(b)),z(n,f,\\\"\\\"),n),t},element:\\\"[x-arrow]\\\"},flip:{order:600,enabled:!0,fn:function(t,e){if(ht(t.instance.modifiers,\\\"inner\\\"))return t;if(t.flipped&&t.placement===t.originalPlacement)return t;var n=et(t.instance.popper,t.instance.reference,e.padding,e.boundariesElement,t.positionFixed),i=t.placement.split(\\\"-\\\")[0],o=st(i),r=t.placement.split(\\\"-\\\")[1]||\\\"\\\",s=[];switch(e.behavior){case St:s=[i,o];break;case Dt:s=Ct(i);break;case kt:s=Ct(i,!0);break;default:s=e.behavior}return s.forEach((function(a,l){if(i!==a||s.length===l+1)return t;i=t.placement.split(\\\"-\\\")[0],o=st(i);var c=t.offsets.popper,u=t.offsets.reference,h=Math.floor,f=\\\"left\\\"===i&&h(c.right)>h(u.left)||\\\"right\\\"===i&&h(c.left)h(u.top)||\\\"bottom\\\"===i&&h(c.top)h(n.right),m=h(c.top)h(n.bottom),v=\\\"left\\\"===i&&d||\\\"right\\\"===i&&p||\\\"top\\\"===i&&m||\\\"bottom\\\"===i&&g,_=-1!==[\\\"top\\\",\\\"bottom\\\"].indexOf(i),b=!!e.flipVariations&&(_&&\\\"start\\\"===r&&d||_&&\\\"end\\\"===r&&p||!_&&\\\"start\\\"===r&&m||!_&&\\\"end\\\"===r&&g),y=!!e.flipVariationsByContent&&(_&&\\\"start\\\"===r&&p||_&&\\\"end\\\"===r&&d||!_&&\\\"start\\\"===r&&g||!_&&\\\"end\\\"===r&&m),w=b||y;(f||v||w)&&(t.flipped=!0,(f||v)&&(i=s[l+1]),w&&(r=function(t){return\\\"end\\\"===t?\\\"start\\\":\\\"start\\\"===t?\\\"end\\\":t}(r)),t.placement=i+(r?\\\"-\\\"+r:\\\"\\\"),t.offsets.popper=X({},t.offsets.popper,at(t.instance.popper,t.offsets.reference,t.placement)),t=ct(t.instance.modifiers,t,\\\"flip\\\"))})),t},behavior:\\\"flip\\\",padding:5,boundariesElement:\\\"viewport\\\",flipVariations:!1,flipVariationsByContent:!1},inner:{order:700,enabled:!1,fn:function(t){var e=t.placement,n=e.split(\\\"-\\\")[0],i=t.offsets,o=i.popper,r=i.reference,s=-1!==[\\\"left\\\",\\\"right\\\"].indexOf(n),a=-1===[\\\"top\\\",\\\"left\\\"].indexOf(n);return o[s?\\\"left\\\":\\\"top\\\"]=r[n]-(a?o[s?\\\"width\\\":\\\"height\\\"]:0),t.placement=st(e),t.offsets.popper=K(o),t}},hide:{order:800,enabled:!0,fn:function(t){if(!wt(t.instance.modifiers,\\\"hide\\\",\\\"preventOverflow\\\"))return t;var e=t.offsets.reference,n=lt(t.instance.modifiers,(function(t){return\\\"preventOverflow\\\"===t.name})).boundaries;if(e.bottomn.right||e.top>n.bottom||e.right2&&void 0!==arguments[2]?arguments[2]:{};V(this,t),this.scheduleUpdate=function(){return requestAnimationFrame(i.update)},this.update=N(this.update.bind(this)),this.options=X({},t.Defaults,o),this.state={isDestroyed:!1,isCreated:!1,scrollParents:[]},this.reference=e&&e.jquery?e[0]:e,this.popper=n&&n.jquery?n[0]:n,this.options.modifiers={},Object.keys(X({},t.Defaults.modifiers,o.modifiers)).forEach((function(e){i.options.modifiers[e]=X({},t.Defaults.modifiers[e]||{},o.modifiers?o.modifiers[e]:{})})),this.modifiers=Object.keys(this.options.modifiers).map((function(t){return X({name:t},i.options.modifiers[t])})).sort((function(t,e){return t.order-e.order})),this.modifiers.forEach((function(t){t.enabled&&O(t.onLoad)&&t.onLoad(i.reference,i.popper,i.options,t,i.state)})),this.update();var r=this.options.eventsEnabled;r&&this.enableEventListeners(),this.state.eventsEnabled=r}return Y(t,[{key:\\\"update\\\",value:function(){return ut.call(this)}},{key:\\\"destroy\\\",value:function(){return dt.call(this)}},{key:\\\"enableEventListeners\\\",value:function(){return gt.call(this)}},{key:\\\"disableEventListeners\\\",value:function(){return vt.call(this)}}]),t}();At.Utils=(\\\"undefined\\\"!=typeof window?window:global).PopperUtils,At.placements=Et,At.Defaults=Ot;var It=\\\"dropdown\\\",xt=e.fn[It],jt=new RegExp(\\\"38|40|27\\\"),Lt={offset:0,flip:!0,boundary:\\\"scrollParent\\\",reference:\\\"toggle\\\",display:\\\"dynamic\\\",popperConfig:null},Pt={offset:\\\"(number|string|function)\\\",flip:\\\"boolean\\\",boundary:\\\"(string|element)\\\",reference:\\\"(string|element)\\\",display:\\\"string\\\",popperConfig:\\\"(null|object)\\\"},Ft=function(){function t(t,e){this._element=t,this._popper=null,this._config=this._getConfig(e),this._menu=this._getMenuElement(),this._inNavbar=this._detectNavbar(),this._addEventListeners()}var n=t.prototype;return n.toggle=function(){if(!this._element.disabled&&!e(this._element).hasClass(\\\"disabled\\\")){var n=e(this._menu).hasClass(\\\"show\\\");t._clearMenus(),n||this.show(!0)}},n.show=function(n){if(void 0===n&&(n=!1),!(this._element.disabled||e(this._element).hasClass(\\\"disabled\\\")||e(this._menu).hasClass(\\\"show\\\"))){var i={relatedTarget:this._element},o=e.Event(\\\"show.bs.dropdown\\\",i),r=t._getParentFromElement(this._element);if(e(r).trigger(o),!o.isDefaultPrevented()){if(!this._inNavbar&&n){if(\\\"undefined\\\"==typeof At)throw new TypeError(\\\"Bootstrap's dropdowns require Popper.js (https://popper.js.org/)\\\");var s=this._element;\\\"parent\\\"===this._config.reference?s=r:l.isElement(this._config.reference)&&(s=this._config.reference,\\\"undefined\\\"!=typeof this._config.reference.jquery&&(s=this._config.reference[0])),\\\"scrollParent\\\"!==this._config.boundary&&e(r).addClass(\\\"position-static\\\"),this._popper=new At(s,this._menu,this._getPopperConfig())}\\\"ontouchstart\\\"in document.documentElement&&0===e(r).closest(\\\".navbar-nav\\\").length&&e(document.body).children().on(\\\"mouseover\\\",null,e.noop),this._element.focus(),this._element.setAttribute(\\\"aria-expanded\\\",!0),e(this._menu).toggleClass(\\\"show\\\"),e(r).toggleClass(\\\"show\\\").trigger(e.Event(\\\"shown.bs.dropdown\\\",i))}}},n.hide=function(){if(!this._element.disabled&&!e(this._element).hasClass(\\\"disabled\\\")&&e(this._menu).hasClass(\\\"show\\\")){var n={relatedTarget:this._element},i=e.Event(\\\"hide.bs.dropdown\\\",n),o=t._getParentFromElement(this._element);e(o).trigger(i),i.isDefaultPrevented()||(this._popper&&this._popper.destroy(),e(this._menu).toggleClass(\\\"show\\\"),e(o).toggleClass(\\\"show\\\").trigger(e.Event(\\\"hidden.bs.dropdown\\\",n)))}},n.dispose=function(){e.removeData(this._element,\\\"bs.dropdown\\\"),e(this._element).off(\\\".bs.dropdown\\\"),this._element=null,this._menu=null,null!==this._popper&&(this._popper.destroy(),this._popper=null)},n.update=function(){this._inNavbar=this._detectNavbar(),null!==this._popper&&this._popper.scheduleUpdate()},n._addEventListeners=function(){var t=this;e(this._element).on(\\\"click.bs.dropdown\\\",(function(e){e.preventDefault(),e.stopPropagation(),t.toggle()}))},n._getConfig=function(t){return t=s(s(s({},this.constructor.Default),e(this._element).data()),t),l.typeCheckConfig(It,t,this.constructor.DefaultType),t},n._getMenuElement=function(){if(!this._menu){var e=t._getParentFromElement(this._element);e&&(this._menu=e.querySelector(\\\".dropdown-menu\\\"))}return this._menu},n._getPlacement=function(){var t=e(this._element.parentNode),n=\\\"bottom-start\\\";return t.hasClass(\\\"dropup\\\")?n=e(this._menu).hasClass(\\\"dropdown-menu-right\\\")?\\\"top-end\\\":\\\"top-start\\\":t.hasClass(\\\"dropright\\\")?n=\\\"right-start\\\":t.hasClass(\\\"dropleft\\\")?n=\\\"left-start\\\":e(this._menu).hasClass(\\\"dropdown-menu-right\\\")&&(n=\\\"bottom-end\\\"),n},n._detectNavbar=function(){return e(this._element).closest(\\\".navbar\\\").length>0},n._getOffset=function(){var t=this,e={};return\\\"function\\\"==typeof this._config.offset?e.fn=function(e){return e.offsets=s(s({},e.offsets),t._config.offset(e.offsets,t._element)||{}),e}:e.offset=this._config.offset,e},n._getPopperConfig=function(){var t={placement:this._getPlacement(),modifiers:{offset:this._getOffset(),flip:{enabled:this._config.flip},preventOverflow:{boundariesElement:this._config.boundary}}};return\\\"static\\\"===this._config.display&&(t.modifiers.applyStyle={enabled:!1}),s(s({},t),this._config.popperConfig)},t._jQueryInterface=function(n){return this.each((function(){var i=e(this).data(\\\"bs.dropdown\\\");if(i||(i=new t(this,\\\"object\\\"==typeof n?n:null),e(this).data(\\\"bs.dropdown\\\",i)),\\\"string\\\"==typeof n){if(\\\"undefined\\\"==typeof i[n])throw new TypeError('No method named \\\"'+n+'\\\"');i[n]()}}))},t._clearMenus=function(n){if(!n||3!==n.which&&(\\\"keyup\\\"!==n.type||9===n.which))for(var i=[].slice.call(document.querySelectorAll('[data-toggle=\\\"dropdown\\\"]')),o=0,r=i.length;o0&&s--,40===n.which&&sdocument.documentElement.clientHeight;!this._isBodyOverflowing&&t&&(this._element.style.paddingLeft=this._scrollbarWidth+\\\"px\\\"),this._isBodyOverflowing&&!t&&(this._element.style.paddingRight=this._scrollbarWidth+\\\"px\\\")},n._resetAdjustments=function(){this._element.style.paddingLeft=\\\"\\\",this._element.style.paddingRight=\\\"\\\"},n._checkScrollbar=function(){var t=document.body.getBoundingClientRect();this._isBodyOverflowing=Math.round(t.left+t.right)
',trigger:\\\"hover focus\\\",title:\\\"\\\",delay:0,html:!1,selector:!1,placement:\\\"top\\\",offset:0,container:!1,fallbackPlacement:\\\"flip\\\",boundary:\\\"scrollParent\\\",sanitize:!0,sanitizeFn:null,whiteList:Qt,popperConfig:null},Zt={HIDE:\\\"hide.bs.tooltip\\\",HIDDEN:\\\"hidden.bs.tooltip\\\",SHOW:\\\"show.bs.tooltip\\\",SHOWN:\\\"shown.bs.tooltip\\\",INSERTED:\\\"inserted.bs.tooltip\\\",CLICK:\\\"click.bs.tooltip\\\",FOCUSIN:\\\"focusin.bs.tooltip\\\",FOCUSOUT:\\\"focusout.bs.tooltip\\\",MOUSEENTER:\\\"mouseenter.bs.tooltip\\\",MOUSELEAVE:\\\"mouseleave.bs.tooltip\\\"},te=function(){function t(t,e){if(\\\"undefined\\\"==typeof At)throw new TypeError(\\\"Bootstrap's tooltips require Popper.js (https://popper.js.org/)\\\");this._isEnabled=!0,this._timeout=0,this._hoverState=\\\"\\\",this._activeTrigger={},this._popper=null,this.element=t,this.config=this._getConfig(e),this.tip=null,this._setListeners()}var n=t.prototype;return n.enable=function(){this._isEnabled=!0},n.disable=function(){this._isEnabled=!1},n.toggleEnabled=function(){this._isEnabled=!this._isEnabled},n.toggle=function(t){if(this._isEnabled)if(t){var n=this.constructor.DATA_KEY,i=e(t.currentTarget).data(n);i||(i=new this.constructor(t.currentTarget,this._getDelegateConfig()),e(t.currentTarget).data(n,i)),i._activeTrigger.click=!i._activeTrigger.click,i._isWithActiveTrigger()?i._enter(null,i):i._leave(null,i)}else{if(e(this.getTipElement()).hasClass(\\\"show\\\"))return void this._leave(null,this);this._enter(null,this)}},n.dispose=function(){clearTimeout(this._timeout),e.removeData(this.element,this.constructor.DATA_KEY),e(this.element).off(this.constructor.EVENT_KEY),e(this.element).closest(\\\".modal\\\").off(\\\"hide.bs.modal\\\",this._hideModalHandler),this.tip&&e(this.tip).remove(),this._isEnabled=null,this._timeout=null,this._hoverState=null,this._activeTrigger=null,this._popper&&this._popper.destroy(),this._popper=null,this.element=null,this.config=null,this.tip=null},n.show=function(){var t=this;if(\\\"none\\\"===e(this.element).css(\\\"display\\\"))throw new Error(\\\"Please use show on visible elements\\\");var n=e.Event(this.constructor.Event.SHOW);if(this.isWithContent()&&this._isEnabled){e(this.element).trigger(n);var i=l.findShadowRoot(this.element),o=e.contains(null!==i?i:this.element.ownerDocument.documentElement,this.element);if(n.isDefaultPrevented()||!o)return;var r=this.getTipElement(),s=l.getUID(this.constructor.NAME);r.setAttribute(\\\"id\\\",s),this.element.setAttribute(\\\"aria-describedby\\\",s),this.setContent(),this.config.animation&&e(r).addClass(\\\"fade\\\");var a=\\\"function\\\"==typeof this.config.placement?this.config.placement.call(this,r,this.element):this.config.placement,c=this._getAttachment(a);this.addAttachmentClass(c);var u=this._getContainer();e(r).data(this.constructor.DATA_KEY,this),e.contains(this.element.ownerDocument.documentElement,this.tip)||e(r).appendTo(u),e(this.element).trigger(this.constructor.Event.INSERTED),this._popper=new At(this.element,r,this._getPopperConfig(c)),e(r).addClass(\\\"show\\\"),\\\"ontouchstart\\\"in document.documentElement&&e(document.body).children().on(\\\"mouseover\\\",null,e.noop);var h=function(){t.config.animation&&t._fixTransition();var n=t._hoverState;t._hoverState=null,e(t.element).trigger(t.constructor.Event.SHOWN),\\\"out\\\"===n&&t._leave(null,t)};if(e(this.tip).hasClass(\\\"fade\\\")){var f=l.getTransitionDurationFromElement(this.tip);e(this.tip).one(l.TRANSITION_END,h).emulateTransitionEnd(f)}else h()}},n.hide=function(t){var n=this,i=this.getTipElement(),o=e.Event(this.constructor.Event.HIDE),r=function(){\\\"show\\\"!==n._hoverState&&i.parentNode&&i.parentNode.removeChild(i),n._cleanTipClass(),n.element.removeAttribute(\\\"aria-describedby\\\"),e(n.element).trigger(n.constructor.Event.HIDDEN),null!==n._popper&&n._popper.destroy(),t&&t()};if(e(this.element).trigger(o),!o.isDefaultPrevented()){if(e(i).removeClass(\\\"show\\\"),\\\"ontouchstart\\\"in document.documentElement&&e(document.body).children().off(\\\"mouseover\\\",null,e.noop),this._activeTrigger.click=!1,this._activeTrigger.focus=!1,this._activeTrigger.hover=!1,e(this.tip).hasClass(\\\"fade\\\")){var s=l.getTransitionDurationFromElement(i);e(i).one(l.TRANSITION_END,r).emulateTransitionEnd(s)}else r();this._hoverState=\\\"\\\"}},n.update=function(){null!==this._popper&&this._popper.scheduleUpdate()},n.isWithContent=function(){return Boolean(this.getTitle())},n.addAttachmentClass=function(t){e(this.getTipElement()).addClass(\\\"bs-tooltip-\\\"+t)},n.getTipElement=function(){return this.tip=this.tip||e(this.config.template)[0],this.tip},n.setContent=function(){var t=this.getTipElement();this.setElementContent(e(t.querySelectorAll(\\\".tooltip-inner\\\")),this.getTitle()),e(t).removeClass(\\\"fade show\\\")},n.setElementContent=function(t,n){\\\"object\\\"!=typeof n||!n.nodeType&&!n.jquery?this.config.html?(this.config.sanitize&&(n=Vt(n,this.config.whiteList,this.config.sanitizeFn)),t.html(n)):t.text(n):this.config.html?e(n).parent().is(t)||t.empty().append(n):t.text(e(n).text())},n.getTitle=function(){var t=this.element.getAttribute(\\\"data-original-title\\\");return t||(t=\\\"function\\\"==typeof this.config.title?this.config.title.call(this.element):this.config.title),t},n._getPopperConfig=function(t){var e=this;return s(s({},{placement:t,modifiers:{offset:this._getOffset(),flip:{behavior:this.config.fallbackPlacement},arrow:{element:\\\".arrow\\\"},preventOverflow:{boundariesElement:this.config.boundary}},onCreate:function(t){t.originalPlacement!==t.placement&&e._handlePopperPlacementChange(t)},onUpdate:function(t){return e._handlePopperPlacementChange(t)}}),this.config.popperConfig)},n._getOffset=function(){var t=this,e={};return\\\"function\\\"==typeof this.config.offset?e.fn=function(e){return e.offsets=s(s({},e.offsets),t.config.offset(e.offsets,t.element)||{}),e}:e.offset=this.config.offset,e},n._getContainer=function(){return!1===this.config.container?document.body:l.isElement(this.config.container)?e(this.config.container):e(document).find(this.config.container)},n._getAttachment=function(t){return $t[t.toUpperCase()]},n._setListeners=function(){var t=this;this.config.trigger.split(\\\" \\\").forEach((function(n){if(\\\"click\\\"===n)e(t.element).on(t.constructor.Event.CLICK,t.config.selector,(function(e){return t.toggle(e)}));else if(\\\"manual\\\"!==n){var i=\\\"hover\\\"===n?t.constructor.Event.MOUSEENTER:t.constructor.Event.FOCUSIN,o=\\\"hover\\\"===n?t.constructor.Event.MOUSELEAVE:t.constructor.Event.FOCUSOUT;e(t.element).on(i,t.config.selector,(function(e){return t._enter(e)})).on(o,t.config.selector,(function(e){return t._leave(e)}))}})),this._hideModalHandler=function(){t.element&&t.hide()},e(this.element).closest(\\\".modal\\\").on(\\\"hide.bs.modal\\\",this._hideModalHandler),this.config.selector?this.config=s(s({},this.config),{},{trigger:\\\"manual\\\",selector:\\\"\\\"}):this._fixTitle()},n._fixTitle=function(){var t=typeof this.element.getAttribute(\\\"data-original-title\\\");(this.element.getAttribute(\\\"title\\\")||\\\"string\\\"!==t)&&(this.element.setAttribute(\\\"data-original-title\\\",this.element.getAttribute(\\\"title\\\")||\\\"\\\"),this.element.setAttribute(\\\"title\\\",\\\"\\\"))},n._enter=function(t,n){var i=this.constructor.DATA_KEY;(n=n||e(t.currentTarget).data(i))||(n=new this.constructor(t.currentTarget,this._getDelegateConfig()),e(t.currentTarget).data(i,n)),t&&(n._activeTrigger[\\\"focusin\\\"===t.type?\\\"focus\\\":\\\"hover\\\"]=!0),e(n.getTipElement()).hasClass(\\\"show\\\")||\\\"show\\\"===n._hoverState?n._hoverState=\\\"show\\\":(clearTimeout(n._timeout),n._hoverState=\\\"show\\\",n.config.delay&&n.config.delay.show?n._timeout=setTimeout((function(){\\\"show\\\"===n._hoverState&&n.show()}),n.config.delay.show):n.show())},n._leave=function(t,n){var i=this.constructor.DATA_KEY;(n=n||e(t.currentTarget).data(i))||(n=new this.constructor(t.currentTarget,this._getDelegateConfig()),e(t.currentTarget).data(i,n)),t&&(n._activeTrigger[\\\"focusout\\\"===t.type?\\\"focus\\\":\\\"hover\\\"]=!1),n._isWithActiveTrigger()||(clearTimeout(n._timeout),n._hoverState=\\\"out\\\",n.config.delay&&n.config.delay.hide?n._timeout=setTimeout((function(){\\\"out\\\"===n._hoverState&&n.hide()}),n.config.delay.hide):n.hide())},n._isWithActiveTrigger=function(){for(var t in this._activeTrigger)if(this._activeTrigger[t])return!0;return!1},n._getConfig=function(t){var n=e(this.element).data();return Object.keys(n).forEach((function(t){-1!==Kt.indexOf(t)&&delete n[t]})),\\\"number\\\"==typeof(t=s(s(s({},this.constructor.Default),n),\\\"object\\\"==typeof t&&t?t:{})).delay&&(t.delay={show:t.delay,hide:t.delay}),\\\"number\\\"==typeof t.title&&(t.title=t.title.toString()),\\\"number\\\"==typeof t.content&&(t.content=t.content.toString()),l.typeCheckConfig(Yt,t,this.constructor.DefaultType),t.sanitize&&(t.template=Vt(t.template,t.whiteList,t.sanitizeFn)),t},n._getDelegateConfig=function(){var t={};if(this.config)for(var e in this.config)this.constructor.Default[e]!==this.config[e]&&(t[e]=this.config[e]);return t},n._cleanTipClass=function(){var t=e(this.getTipElement()),n=t.attr(\\\"class\\\").match(Xt);null!==n&&n.length&&t.removeClass(n.join(\\\"\\\"))},n._handlePopperPlacementChange=function(t){this.tip=t.instance.popper,this._cleanTipClass(),this.addAttachmentClass(this._getAttachment(t.placement))},n._fixTransition=function(){var t=this.getTipElement(),n=this.config.animation;null===t.getAttribute(\\\"x-placement\\\")&&(e(t).removeClass(\\\"fade\\\"),this.config.animation=!1,this.hide(),this.show(),this.config.animation=n)},t._jQueryInterface=function(n){return this.each((function(){var i=e(this).data(\\\"bs.tooltip\\\"),o=\\\"object\\\"==typeof n&&n;if((i||!/dispose|hide/.test(n))&&(i||(i=new t(this,o),e(this).data(\\\"bs.tooltip\\\",i)),\\\"string\\\"==typeof n)){if(\\\"undefined\\\"==typeof i[n])throw new TypeError('No method named \\\"'+n+'\\\"');i[n]()}}))},i(t,null,[{key:\\\"VERSION\\\",get:function(){return\\\"4.5.0\\\"}},{key:\\\"Default\\\",get:function(){return Jt}},{key:\\\"NAME\\\",get:function(){return Yt}},{key:\\\"DATA_KEY\\\",get:function(){return\\\"bs.tooltip\\\"}},{key:\\\"Event\\\",get:function(){return Zt}},{key:\\\"EVENT_KEY\\\",get:function(){return\\\".bs.tooltip\\\"}},{key:\\\"DefaultType\\\",get:function(){return Gt}}]),t}();e.fn[Yt]=te._jQueryInterface,e.fn[Yt].Constructor=te,e.fn[Yt].noConflict=function(){return e.fn[Yt]=zt,te._jQueryInterface};var ee=\\\"popover\\\",ne=e.fn[ee],ie=new RegExp(\\\"(^|\\\\\\\\s)bs-popover\\\\\\\\S+\\\",\\\"g\\\"),oe=s(s({},te.Default),{},{placement:\\\"right\\\",trigger:\\\"click\\\",content:\\\"\\\",template:'

'}),re=s(s({},te.DefaultType),{},{content:\\\"(string|element|function)\\\"}),se={HIDE:\\\"hide.bs.popover\\\",HIDDEN:\\\"hidden.bs.popover\\\",SHOW:\\\"show.bs.popover\\\",SHOWN:\\\"shown.bs.popover\\\",INSERTED:\\\"inserted.bs.popover\\\",CLICK:\\\"click.bs.popover\\\",FOCUSIN:\\\"focusin.bs.popover\\\",FOCUSOUT:\\\"focusout.bs.popover\\\",MOUSEENTER:\\\"mouseenter.bs.popover\\\",MOUSELEAVE:\\\"mouseleave.bs.popover\\\"},ae=function(t){var n,o;function r(){return t.apply(this,arguments)||this}o=t,(n=r).prototype=Object.create(o.prototype),n.prototype.constructor=n,n.__proto__=o;var s=r.prototype;return s.isWithContent=function(){return this.getTitle()||this._getContent()},s.addAttachmentClass=function(t){e(this.getTipElement()).addClass(\\\"bs-popover-\\\"+t)},s.getTipElement=function(){return this.tip=this.tip||e(this.config.template)[0],this.tip},s.setContent=function(){var t=e(this.getTipElement());this.setElementContent(t.find(\\\".popover-header\\\"),this.getTitle());var n=this._getContent();\\\"function\\\"==typeof n&&(n=n.call(this.element)),this.setElementContent(t.find(\\\".popover-body\\\"),n),t.removeClass(\\\"fade show\\\")},s._getContent=function(){return this.element.getAttribute(\\\"data-content\\\")||this.config.content},s._cleanTipClass=function(){var t=e(this.getTipElement()),n=t.attr(\\\"class\\\").match(ie);null!==n&&n.length>0&&t.removeClass(n.join(\\\"\\\"))},r._jQueryInterface=function(t){return this.each((function(){var n=e(this).data(\\\"bs.popover\\\"),i=\\\"object\\\"==typeof t?t:null;if((n||!/dispose|hide/.test(t))&&(n||(n=new r(this,i),e(this).data(\\\"bs.popover\\\",n)),\\\"string\\\"==typeof t)){if(\\\"undefined\\\"==typeof n[t])throw new TypeError('No method named \\\"'+t+'\\\"');n[t]()}}))},i(r,null,[{key:\\\"VERSION\\\",get:function(){return\\\"4.5.0\\\"}},{key:\\\"Default\\\",get:function(){return oe}},{key:\\\"NAME\\\",get:function(){return ee}},{key:\\\"DATA_KEY\\\",get:function(){return\\\"bs.popover\\\"}},{key:\\\"Event\\\",get:function(){return se}},{key:\\\"EVENT_KEY\\\",get:function(){return\\\".bs.popover\\\"}},{key:\\\"DefaultType\\\",get:function(){return re}}]),r}(te);e.fn[ee]=ae._jQueryInterface,e.fn[ee].Constructor=ae,e.fn[ee].noConflict=function(){return e.fn[ee]=ne,ae._jQueryInterface};var le=\\\"scrollspy\\\",ce=e.fn[le],ue={offset:10,method:\\\"auto\\\",target:\\\"\\\"},he={offset:\\\"number\\\",method:\\\"string\\\",target:\\\"(string|element)\\\"},fe=function(){function t(t,n){var i=this;this._element=t,this._scrollElement=\\\"BODY\\\"===t.tagName?window:t,this._config=this._getConfig(n),this._selector=this._config.target+\\\" .nav-link,\\\"+this._config.target+\\\" .list-group-item,\\\"+this._config.target+\\\" .dropdown-item\\\",this._offsets=[],this._targets=[],this._activeTarget=null,this._scrollHeight=0,e(this._scrollElement).on(\\\"scroll.bs.scrollspy\\\",(function(t){return i._process(t)})),this.refresh(),this._process()}var n=t.prototype;return n.refresh=function(){var t=this,n=this._scrollElement===this._scrollElement.window?\\\"offset\\\":\\\"position\\\",i=\\\"auto\\\"===this._config.method?n:this._config.method,o=\\\"position\\\"===i?this._getScrollTop():0;this._offsets=[],this._targets=[],this._scrollHeight=this._getScrollHeight(),[].slice.call(document.querySelectorAll(this._selector)).map((function(t){var n,r=l.getSelectorFromElement(t);if(r&&(n=document.querySelector(r)),n){var s=n.getBoundingClientRect();if(s.width||s.height)return[e(n)[i]().top+o,r]}return null})).filter((function(t){return t})).sort((function(t,e){return t[0]-e[0]})).forEach((function(e){t._offsets.push(e[0]),t._targets.push(e[1])}))},n.dispose=function(){e.removeData(this._element,\\\"bs.scrollspy\\\"),e(this._scrollElement).off(\\\".bs.scrollspy\\\"),this._element=null,this._scrollElement=null,this._config=null,this._selector=null,this._offsets=null,this._targets=null,this._activeTarget=null,this._scrollHeight=null},n._getConfig=function(t){if(\\\"string\\\"!=typeof(t=s(s({},ue),\\\"object\\\"==typeof t&&t?t:{})).target&&l.isElement(t.target)){var n=e(t.target).attr(\\\"id\\\");n||(n=l.getUID(le),e(t.target).attr(\\\"id\\\",n)),t.target=\\\"#\\\"+n}return l.typeCheckConfig(le,t,he),t},n._getScrollTop=function(){return this._scrollElement===window?this._scrollElement.pageYOffset:this._scrollElement.scrollTop},n._getScrollHeight=function(){return this._scrollElement.scrollHeight||Math.max(document.body.scrollHeight,document.documentElement.scrollHeight)},n._getOffsetHeight=function(){return this._scrollElement===window?window.innerHeight:this._scrollElement.getBoundingClientRect().height},n._process=function(){var t=this._getScrollTop()+this._config.offset,e=this._getScrollHeight(),n=this._config.offset+e-this._getOffsetHeight();if(this._scrollHeight!==e&&this.refresh(),t>=n){var i=this._targets[this._targets.length-1];this._activeTarget!==i&&this._activate(i)}else{if(this._activeTarget&&t0)return this._activeTarget=null,void this._clear();for(var o=this._offsets.length;o--;){this._activeTarget!==this._targets[o]&&t>=this._offsets[o]&&(\\\"undefined\\\"==typeof this._offsets[o+1]||t li > .active\\\":\\\".active\\\";i=(i=e.makeArray(e(o).find(s)))[i.length-1]}var a=e.Event(\\\"hide.bs.tab\\\",{relatedTarget:this._element}),c=e.Event(\\\"show.bs.tab\\\",{relatedTarget:i});if(i&&e(i).trigger(a),e(this._element).trigger(c),!c.isDefaultPrevented()&&!a.isDefaultPrevented()){r&&(n=document.querySelector(r)),this._activate(this._element,o);var u=function(){var n=e.Event(\\\"hidden.bs.tab\\\",{relatedTarget:t._element}),o=e.Event(\\\"shown.bs.tab\\\",{relatedTarget:i});e(i).trigger(n),e(t._element).trigger(o)};n?this._activate(n,n.parentNode,u):u()}}},n.dispose=function(){e.removeData(this._element,\\\"bs.tab\\\"),this._element=null},n._activate=function(t,n,i){var o=this,r=(!n||\\\"UL\\\"!==n.nodeName&&\\\"OL\\\"!==n.nodeName?e(n).children(\\\".active\\\"):e(n).find(\\\"> li > .active\\\"))[0],s=i&&r&&e(r).hasClass(\\\"fade\\\"),a=function(){return o._transitionComplete(t,r,i)};if(r&&s){var c=l.getTransitionDurationFromElement(r);e(r).removeClass(\\\"show\\\").one(l.TRANSITION_END,a).emulateTransitionEnd(c)}else a()},n._transitionComplete=function(t,n,i){if(n){e(n).removeClass(\\\"active\\\");var o=e(n.parentNode).find(\\\"> .dropdown-menu .active\\\")[0];o&&e(o).removeClass(\\\"active\\\"),\\\"tab\\\"===n.getAttribute(\\\"role\\\")&&n.setAttribute(\\\"aria-selected\\\",!1)}if(e(t).addClass(\\\"active\\\"),\\\"tab\\\"===t.getAttribute(\\\"role\\\")&&t.setAttribute(\\\"aria-selected\\\",!0),l.reflow(t),t.classList.contains(\\\"fade\\\")&&t.classList.add(\\\"show\\\"),t.parentNode&&e(t.parentNode).hasClass(\\\"dropdown-menu\\\")){var r=e(t).closest(\\\".dropdown\\\")[0];if(r){var s=[].slice.call(r.querySelectorAll(\\\".dropdown-toggle\\\"));e(s).addClass(\\\"active\\\")}t.setAttribute(\\\"aria-expanded\\\",!0)}i&&i()},t._jQueryInterface=function(n){return this.each((function(){var i=e(this),o=i.data(\\\"bs.tab\\\");if(o||(o=new t(this),i.data(\\\"bs.tab\\\",o)),\\\"string\\\"==typeof n){if(\\\"undefined\\\"==typeof o[n])throw new TypeError('No method named \\\"'+n+'\\\"');o[n]()}}))},i(t,null,[{key:\\\"VERSION\\\",get:function(){return\\\"4.5.0\\\"}}]),t}();e(document).on(\\\"click.bs.tab.data-api\\\",'[data-toggle=\\\"tab\\\"], [data-toggle=\\\"pill\\\"], [data-toggle=\\\"list\\\"]',(function(t){t.preventDefault(),pe._jQueryInterface.call(e(this),\\\"show\\\")})),e.fn.tab=pe._jQueryInterface,e.fn.tab.Constructor=pe,e.fn.tab.noConflict=function(){return e.fn.tab=de,pe._jQueryInterface};var me=e.fn.toast,ge={animation:\\\"boolean\\\",autohide:\\\"boolean\\\",delay:\\\"number\\\"},ve={animation:!0,autohide:!0,delay:500},_e=function(){function t(t,e){this._element=t,this._config=this._getConfig(e),this._timeout=null,this._setListeners()}var n=t.prototype;return n.show=function(){var t=this,n=e.Event(\\\"show.bs.toast\\\");if(e(this._element).trigger(n),!n.isDefaultPrevented()){this._config.animation&&this._element.classList.add(\\\"fade\\\");var i=function(){t._element.classList.remove(\\\"showing\\\"),t._element.classList.add(\\\"show\\\"),e(t._element).trigger(\\\"shown.bs.toast\\\"),t._config.autohide&&(t._timeout=setTimeout((function(){t.hide()}),t._config.delay))};if(this._element.classList.remove(\\\"hide\\\"),l.reflow(this._element),this._element.classList.add(\\\"showing\\\"),this._config.animation){var o=l.getTransitionDurationFromElement(this._element);e(this._element).one(l.TRANSITION_END,i).emulateTransitionEnd(o)}else i()}},n.hide=function(){if(this._element.classList.contains(\\\"show\\\")){var t=e.Event(\\\"hide.bs.toast\\\");e(this._element).trigger(t),t.isDefaultPrevented()||this._close()}},n.dispose=function(){clearTimeout(this._timeout),this._timeout=null,this._element.classList.contains(\\\"show\\\")&&this._element.classList.remove(\\\"show\\\"),e(this._element).off(\\\"click.dismiss.bs.toast\\\"),e.removeData(this._element,\\\"bs.toast\\\"),this._element=null,this._config=null},n._getConfig=function(t){return t=s(s(s({},ve),e(this._element).data()),\\\"object\\\"==typeof t&&t?t:{}),l.typeCheckConfig(\\\"toast\\\",t,this.constructor.DefaultType),t},n._setListeners=function(){var t=this;e(this._element).on(\\\"click.dismiss.bs.toast\\\",'[data-dismiss=\\\"toast\\\"]',(function(){return t.hide()}))},n._close=function(){var t=this,n=function(){t._element.classList.add(\\\"hide\\\"),e(t._element).trigger(\\\"hidden.bs.toast\\\")};if(this._element.classList.remove(\\\"show\\\"),this._config.animation){var i=l.getTransitionDurationFromElement(this._element);e(this._element).one(l.TRANSITION_END,n).emulateTransitionEnd(i)}else n()},t._jQueryInterface=function(n){return this.each((function(){var i=e(this),o=i.data(\\\"bs.toast\\\");if(o||(o=new t(this,\\\"object\\\"==typeof n&&n),i.data(\\\"bs.toast\\\",o)),\\\"string\\\"==typeof n){if(\\\"undefined\\\"==typeof o[n])throw new TypeError('No method named \\\"'+n+'\\\"');o[n](this)}}))},i(t,null,[{key:\\\"VERSION\\\",get:function(){return\\\"4.5.0\\\"}},{key:\\\"DefaultType\\\",get:function(){return ge}},{key:\\\"Default\\\",get:function(){return ve}}]),t}();e.fn.toast=_e._jQueryInterface,e.fn.toast.Constructor=_e,e.fn.toast.noConflict=function(){return e.fn.toast=me,_e._jQueryInterface},t.Alert=h,t.Button=d,t.Carousel=y,t.Collapse=S,t.Dropdown=Ft,t.Modal=qt,t.Popover=ae,t.Scrollspy=fe,t.Tab=pe,t.Toast=_e,t.Tooltip=te,t.Util=l,Object.defineProperty(t,\\\"__esModule\\\",{value:!0})}));\\r\\n//# sourceMappingURL=bootstrap.bundle.min.js.map\"","module.exports = \"(function(factory){if(typeof define===\\\"function\\\"&&define.amd){define([\\\"jquery\\\"],function($){return factory($)})}else if(typeof module===\\\"object\\\"&&typeof module.exports===\\\"object\\\"){exports=factory(require(\\\"jquery\\\"))}else{factory(jQuery)}})(function($){$.easing.jswing=$.easing.swing;var pow=Math.pow,sqrt=Math.sqrt,sin=Math.sin,cos=Math.cos,PI=Math.PI,c1=1.70158,c2=c1*1.525,c3=c1+1,c4=2*PI/3,c5=2*PI/4.5;function bounceOut(x){var n1=7.5625,d1=2.75;if(x<1/d1){return n1*x*x}else if(x<2/d1){return n1*(x-=1.5/d1)*x+.75}else if(x<2.5/d1){return n1*(x-=2.25/d1)*x+.9375}else{return n1*(x-=2.625/d1)*x+.984375}}$.extend($.easing,{def:\\\"easeOutQuad\\\",swing:function(x){return $.easing[$.easing.def](x)},easeInQuad:function(x){return x*x},easeOutQuad:function(x){return 1-(1-x)*(1-x)},easeInOutQuad:function(x){return x<.5?2*x*x:1-pow(-2*x+2,2)/2},easeInCubic:function(x){return x*x*x},easeOutCubic:function(x){return 1-pow(1-x,3)},easeInOutCubic:function(x){return x<.5?4*x*x*x:1-pow(-2*x+2,3)/2},easeInQuart:function(x){return x*x*x*x},easeOutQuart:function(x){return 1-pow(1-x,4)},easeInOutQuart:function(x){return x<.5?8*x*x*x*x:1-pow(-2*x+2,4)/2},easeInQuint:function(x){return x*x*x*x*x},easeOutQuint:function(x){return 1-pow(1-x,5)},easeInOutQuint:function(x){return x<.5?16*x*x*x*x*x:1-pow(-2*x+2,5)/2},easeInSine:function(x){return 1-cos(x*PI/2)},easeOutSine:function(x){return sin(x*PI/2)},easeInOutSine:function(x){return-(cos(PI*x)-1)/2},easeInExpo:function(x){return x===0?0:pow(2,10*x-10)},easeOutExpo:function(x){return x===1?1:1-pow(2,-10*x)},easeInOutExpo:function(x){return x===0?0:x===1?1:x<.5?pow(2,20*x-10)/2:(2-pow(2,-20*x+10))/2},easeInCirc:function(x){return 1-sqrt(1-pow(x,2))},easeOutCirc:function(x){return sqrt(1-pow(x-1,2))},easeInOutCirc:function(x){return x<.5?(1-sqrt(1-pow(2*x,2)))/2:(sqrt(1-pow(-2*x+2,2))+1)/2},easeInElastic:function(x){return x===0?0:x===1?1:-pow(2,10*x-10)*sin((x*10-10.75)*c4)},easeOutElastic:function(x){return x===0?0:x===1?1:pow(2,-10*x)*sin((x*10-.75)*c4)+1},easeInOutElastic:function(x){return x===0?0:x===1?1:x<.5?-(pow(2,20*x-10)*sin((20*x-11.125)*c5))/2:pow(2,-20*x+10)*sin((20*x-11.125)*c5)/2+1},easeInBack:function(x){return c3*x*x*x-c1*x*x},easeOutBack:function(x){return 1+c3*pow(x-1,3)+c1*pow(x-1,2)},easeInOutBack:function(x){return x<.5?pow(2*x,2)*((c2+1)*2*x-c2)/2:(pow(2*x-2,2)*((c2+1)*(x*2-2)+c2)+2)/2},easeInBounce:function(x){return 1-bounceOut(1-x)},easeOutBounce:bounceOut,easeInOutBounce:function(x){return x<.5?(1-bounceOut(1-2*x))/2:(1+bounceOut(2*x-1))/2}})});\"","module.exports = \"//*******************************************\\r\\n//***CODE BELOW===> This is a custom owl carousel js, you can add it by pasting the code below into a js file and use it in your website.\\r\\n\\r\\n/**\\r\\n * Owl carousel\\r\\n * @version 2.0.0\\r\\n * @author Bartosz Wojciechowski\\r\\n * @license The MIT License (MIT)\\r\\n * @todo Lazy Load Icon\\r\\n * @todo prevent animationend bubling\\r\\n * @todo itemsScaleUp\\r\\n * @todo Test Zepto\\r\\n * @todo stagePadding calculate wrong active classes\\r\\n */\\r\\n;(function($, window, document, undefined) {\\r\\n\\r\\n\\tvar drag, state, e;\\r\\n\\r\\n\\t/**\\r\\n\\t * Template for status information about drag and touch events.\\r\\n\\t * @private\\r\\n\\t */\\r\\n\\tdrag = {\\r\\n\\t\\tstart: 0,\\r\\n\\t\\tstartX: 0,\\r\\n\\t\\tstartY: 0,\\r\\n\\t\\tcurrent: 0,\\r\\n\\t\\tcurrentX: 0,\\r\\n\\t\\tcurrentY: 0,\\r\\n\\t\\toffsetX: 0,\\r\\n\\t\\toffsetY: 0,\\r\\n\\t\\tdistance: null,\\r\\n\\t\\tstartTime: 0,\\r\\n\\t\\tendTime: 0,\\r\\n\\t\\tupdatedX: 0,\\r\\n\\t\\ttargetEl: null\\r\\n\\t};\\r\\n\\r\\n\\t/**\\r\\n\\t * Template for some status informations.\\r\\n\\t * @private\\r\\n\\t */\\r\\n\\tstate = {\\r\\n\\t\\tisTouch: false,\\r\\n\\t\\tisScrolling: false,\\r\\n\\t\\tisSwiping: false,\\r\\n\\t\\tdirection: false,\\r\\n\\t\\tinMotion: false\\r\\n\\t};\\r\\n\\r\\n\\t/**\\r\\n\\t * Event functions references.\\r\\n\\t * @private\\r\\n\\t */\\r\\n\\te = {\\r\\n\\t\\t_onDragStart: null,\\r\\n\\t\\t_onDragMove: null,\\r\\n\\t\\t_onDragEnd: null,\\r\\n\\t\\t_transitionEnd: null,\\r\\n\\t\\t_resizer: null,\\r\\n\\t\\t_responsiveCall: null,\\r\\n\\t\\t_goToLoop: null,\\r\\n\\t\\t_checkVisibile: null\\r\\n\\t};\\r\\n\\r\\n\\t/**\\r\\n\\t * Creates a carousel.\\r\\n\\t * @class The Owl Carousel.\\r\\n\\t * @public\\r\\n\\t * @param {HTMLElement|jQuery} element - The element to create the carousel for.\\r\\n\\t * @param {Object} [options] - The options\\r\\n\\t */\\r\\n\\tfunction Owl(element, options) {\\r\\n\\r\\n\\t\\t/**\\r\\n\\t\\t * Current settings for the carousel.\\r\\n\\t\\t * @public\\r\\n\\t\\t */\\r\\n\\t\\tthis.settings = null;\\r\\n\\r\\n\\t\\t/**\\r\\n\\t\\t * Current options set by the caller including defaults.\\r\\n\\t\\t * @public\\r\\n\\t\\t */\\r\\n\\t\\tthis.options = $.extend({}, Owl.Defaults, options);\\r\\n\\r\\n\\t\\t/**\\r\\n\\t\\t * Plugin element.\\r\\n\\t\\t * @public\\r\\n\\t\\t */\\r\\n\\t\\tthis.$element = $(element);\\r\\n\\r\\n\\t\\t/**\\r\\n\\t\\t * Caches informations about drag and touch events.\\r\\n\\t\\t */\\r\\n\\t\\tthis.drag = $.extend({}, drag);\\r\\n\\r\\n\\t\\t/**\\r\\n\\t\\t * Caches some status informations.\\r\\n\\t\\t * @protected\\r\\n\\t\\t */\\r\\n\\t\\tthis.state = $.extend({}, state);\\r\\n\\r\\n\\t\\t/**\\r\\n\\t\\t * @protected\\r\\n\\t\\t * @todo Must be documented\\r\\n\\t\\t */\\r\\n\\t\\tthis.e = $.extend({}, e);\\r\\n\\r\\n\\t\\t/**\\r\\n\\t\\t * References to the running plugins of this carousel.\\r\\n\\t\\t * @protected\\r\\n\\t\\t */\\r\\n\\t\\tthis._plugins = {};\\r\\n\\r\\n\\t\\t/**\\r\\n\\t\\t * Currently suppressed events to prevent them from beeing retriggered.\\r\\n\\t\\t * @protected\\r\\n\\t\\t */\\r\\n\\t\\tthis._supress = {};\\r\\n\\r\\n\\t\\t/**\\r\\n\\t\\t * Absolute current position.\\r\\n\\t\\t * @protected\\r\\n\\t\\t */\\r\\n\\t\\tthis._current = null;\\r\\n\\r\\n\\t\\t/**\\r\\n\\t\\t * Animation speed in milliseconds.\\r\\n\\t\\t * @protected\\r\\n\\t\\t */\\r\\n\\t\\tthis._speed = null;\\r\\n\\r\\n\\t\\t/**\\r\\n\\t\\t * Coordinates of all items in pixel.\\r\\n\\t\\t * @todo The name of this member is missleading.\\r\\n\\t\\t * @protected\\r\\n\\t\\t */\\r\\n\\t\\tthis._coordinates = [];\\r\\n\\r\\n\\t\\t/**\\r\\n\\t\\t * Current breakpoint.\\r\\n\\t\\t * @todo Real media queries would be nice.\\r\\n\\t\\t * @protected\\r\\n\\t\\t */\\r\\n\\t\\tthis._breakpoint = null;\\r\\n\\r\\n\\t\\t/**\\r\\n\\t\\t * Current width of the plugin element.\\r\\n\\t\\t */\\r\\n\\t\\tthis._width = null;\\r\\n\\r\\n\\t\\t/**\\r\\n\\t\\t * All real items.\\r\\n\\t\\t * @protected\\r\\n\\t\\t */\\r\\n\\t\\tthis._items = [];\\r\\n\\r\\n\\t\\t/**\\r\\n\\t\\t * All cloned items.\\r\\n\\t\\t * @protected\\r\\n\\t\\t */\\r\\n\\t\\tthis._clones = [];\\r\\n\\r\\n\\t\\t/**\\r\\n\\t\\t * Merge values of all items.\\r\\n\\t\\t * @todo Maybe this could be part of a plugin.\\r\\n\\t\\t * @protected\\r\\n\\t\\t */\\r\\n\\t\\tthis._mergers = [];\\r\\n\\r\\n\\t\\t/**\\r\\n\\t\\t * Invalidated parts within the update process.\\r\\n\\t\\t * @protected\\r\\n\\t\\t */\\r\\n\\t\\tthis._invalidated = {};\\r\\n\\r\\n\\t\\t/**\\r\\n\\t\\t * Ordered list of workers for the update process.\\r\\n\\t\\t * @protected\\r\\n\\t\\t */\\r\\n\\t\\tthis._pipe = [];\\r\\n\\r\\n\\t\\t$.each(Owl.Plugins, $.proxy(function(key, plugin) {\\r\\n\\t\\t\\tthis._plugins[key[0].toLowerCase() + key.slice(1)]\\r\\n\\t\\t\\t\\t= new plugin(this);\\r\\n\\t\\t}, this));\\r\\n\\r\\n\\t\\t$.each(Owl.Pipe, $.proxy(function(priority, worker) {\\r\\n\\t\\t\\tthis._pipe.push({\\r\\n\\t\\t\\t\\t'filter': worker.filter,\\r\\n\\t\\t\\t\\t'run': $.proxy(worker.run, this)\\r\\n\\t\\t\\t});\\r\\n\\t\\t}, this));\\r\\n\\r\\n\\t\\tthis.setup();\\r\\n\\t\\tthis.initialize();\\r\\n\\t}\\r\\n\\r\\n\\t/**\\r\\n\\t * Default options for the carousel.\\r\\n\\t * @public\\r\\n\\t */\\r\\n\\tOwl.Defaults = {\\r\\n\\t\\titems: 3,\\r\\n\\t\\tloop: false,\\r\\n\\t\\tcenter: false,\\r\\n\\t\\tslideTransition: '',\\r\\n\\r\\n\\t\\tmouseDrag: true,\\r\\n\\t\\ttouchDrag: true,\\r\\n\\t\\tpullDrag: true,\\r\\n\\t\\tfreeDrag: false,\\r\\n\\r\\n\\t\\tmargin: 0,\\r\\n\\t\\tstagePadding: 0,\\r\\n\\r\\n\\t\\tmerge: false,\\r\\n\\t\\tmergeFit: true,\\r\\n\\t\\tautoWidth: false,\\r\\n\\r\\n\\t\\tstartPosition: 0,\\r\\n\\t\\trtl: false,\\r\\n\\r\\n\\t\\tsmartSpeed: 250,\\r\\n\\t\\tfluidSpeed: false,\\r\\n\\t\\tdragEndSpeed: false,\\r\\n\\r\\n\\t\\tresponsive: {},\\r\\n\\t\\tresponsiveRefreshRate: 200,\\r\\n\\t\\tresponsiveBaseElement: window,\\r\\n\\t\\tresponsiveClass: false,\\r\\n\\r\\n\\t\\tfallbackEasing: 'swing',\\r\\n\\r\\n\\t\\tinfo: false,\\r\\n\\r\\n\\t\\tnestedItemSelector: false,\\r\\n\\t\\titemElement: 'div',\\r\\n\\t\\tstageElement: 'div',\\r\\n\\r\\n\\t\\t// Classes and Names\\r\\n\\t\\tthemeClass: 'owl-theme',\\r\\n\\t\\tbaseClass: 'owl-carousel',\\r\\n\\t\\titemClass: 'owl-item',\\r\\n\\t\\tcenterClass: 'center',\\r\\n\\t\\tactiveClass: 'active'\\r\\n\\t\\t\\r\\n\\t};\\r\\n\\r\\n\\t/**\\r\\n\\t * Enumeration for width.\\r\\n\\t * @public\\r\\n\\t * @readonly\\r\\n\\t * @enum {String}\\r\\n\\t */\\r\\n\\tOwl.Width = {\\r\\n\\t\\tDefault: 'default',\\r\\n\\t\\tInner: 'inner',\\r\\n\\t\\tOuter: 'outer'\\r\\n\\t};\\r\\n\\r\\n\\t/**\\r\\n\\t * Contains all registered plugins.\\r\\n\\t * @public\\r\\n\\t */\\r\\n\\tOwl.Plugins = {};\\r\\n\\r\\n\\t/**\\r\\n\\t * Update pipe.\\r\\n\\t */\\r\\n\\tOwl.Pipe = [ {\\r\\n\\t\\tfilter: [ 'width', 'items', 'settings' ],\\r\\n\\t\\trun: function(cache) {\\r\\n\\t\\t\\tcache.current = this._items && this._items[this.relative(this._current)];\\r\\n\\t\\t}\\r\\n\\t}, {\\r\\n\\t\\tfilter: [ 'items', 'settings' ],\\r\\n\\t\\trun: function() {\\r\\n\\t\\t\\tvar cached = this._clones,\\r\\n\\t\\t\\t\\tclones = this.$stage.children('.cloned');\\r\\n\\r\\n\\t\\t\\tif (clones.length !== cached.length || (!this.settings.loop && cached.length > 0)) {\\r\\n\\t\\t\\t\\tthis.$stage.children('.cloned').remove();\\r\\n\\t\\t\\t\\tthis._clones = [];\\r\\n\\t\\t\\t}\\r\\n\\t\\t}\\r\\n\\t}, {\\r\\n\\t\\tfilter: [ 'items', 'settings' ],\\r\\n\\t\\trun: function() {\\r\\n\\t\\t\\tvar i, n,\\r\\n\\t\\t\\t\\tclones = this._clones,\\r\\n\\t\\t\\t\\titems = this._items,\\r\\n\\t\\t\\t\\tdelta = this.settings.loop ? clones.length - Math.max(this.settings.items * 2, 4) : 0;\\r\\n\\r\\n\\t\\t\\tfor (i = 0, n = Math.abs(delta / 2); i < n; i++) {\\r\\n\\t\\t\\t\\tif (delta > 0) {\\r\\n\\t\\t\\t\\t\\tthis.$stage.children().eq(items.length + clones.length - 1).remove();\\r\\n\\t\\t\\t\\t\\tclones.pop();\\r\\n\\t\\t\\t\\t\\tthis.$stage.children().eq(0).remove();\\r\\n\\t\\t\\t\\t\\tclones.pop();\\r\\n\\t\\t\\t\\t} else {\\r\\n\\t\\t\\t\\t\\tclones.push(clones.length / 2);\\r\\n\\t\\t\\t\\t\\tthis.$stage.append(items[clones[clones.length - 1]].clone().addClass('cloned'));\\r\\n\\t\\t\\t\\t\\tclones.push(items.length - 1 - (clones.length - 1) / 2);\\r\\n\\t\\t\\t\\t\\tthis.$stage.prepend(items[clones[clones.length - 1]].clone().addClass('cloned'));\\r\\n\\t\\t\\t\\t}\\r\\n\\t\\t\\t}\\r\\n\\t\\t}\\r\\n\\t}, {\\r\\n\\t\\tfilter: [ 'width', 'items', 'settings' ],\\r\\n\\t\\trun: function() {\\r\\n\\t\\t\\tvar rtl = (this.settings.rtl ? 1 : -1),\\r\\n\\t\\t\\t\\twidth = (this.width() / this.settings.items).toFixed(3),\\r\\n\\t\\t\\t\\tcoordinate = 0, merge, i, n;\\r\\n\\r\\n\\t\\t\\tthis._coordinates = [];\\r\\n\\t\\t\\tfor (i = 0, n = this._clones.length + this._items.length; i < n; i++) {\\r\\n\\t\\t\\t\\tmerge = this._mergers[this.relative(i)];\\r\\n\\t\\t\\t\\tmerge = (this.settings.mergeFit && Math.min(merge, this.settings.items)) || merge;\\r\\n\\t\\t\\t\\tcoordinate += (this.settings.autoWidth ? this._items[this.relative(i)].width() + this.settings.margin : width * merge) * rtl;\\r\\n\\r\\n\\t\\t\\t\\tthis._coordinates.push(coordinate);\\r\\n\\t\\t\\t}\\r\\n\\t\\t}\\r\\n\\t}, {\\r\\n\\t\\tfilter: [ 'width', 'items', 'settings' ],\\r\\n\\t\\trun: function() {\\r\\n\\t\\t\\tvar i, n, width = (this.width() / this.settings.items).toFixed(3), css = {\\r\\n\\t\\t\\t\\t'width': Math.abs(this._coordinates[this._coordinates.length - 1]) + this.settings.stagePadding * 2,\\r\\n\\t\\t\\t\\t'padding-left': this.settings.stagePadding || '',\\r\\n\\t\\t\\t\\t'padding-right': this.settings.stagePadding || ''\\r\\n\\t\\t\\t};\\r\\n\\r\\n\\t\\t\\tthis.$stage.css(css);\\r\\n\\r\\n\\t\\t\\tcss = { 'width': this.settings.autoWidth ? 'auto' : width - this.settings.margin };\\r\\n\\t\\t\\tcss[this.settings.rtl ? 'margin-left' : 'margin-right'] = this.settings.margin;\\r\\n\\r\\n\\t\\t\\tif (!this.settings.autoWidth && $.grep(this._mergers, function(v) { return v > 1 }).length > 0) {\\r\\n\\t\\t\\t\\tfor (i = 0, n = this._coordinates.length; i < n; i++) {\\r\\n\\t\\t\\t\\t\\tcss.width = Math.abs(this._coordinates[i]) - Math.abs(this._coordinates[i - 1] || 0) - this.settings.margin;\\r\\n\\t\\t\\t\\t\\tthis.$stage.children().eq(i).css(css);\\r\\n\\t\\t\\t\\t}\\r\\n\\t\\t\\t} else {\\r\\n\\t\\t\\t\\tthis.$stage.children().css(css);\\r\\n\\t\\t\\t}\\r\\n\\t\\t}\\r\\n\\t}, {\\r\\n\\t\\tfilter: [ 'width', 'items', 'settings' ],\\r\\n\\t\\trun: function(cache) {\\r\\n\\t\\t\\tcache.current && this.reset(this.$stage.children().index(cache.current));\\r\\n\\t\\t}\\r\\n\\t}, {\\r\\n\\t\\tfilter: [ 'position' ],\\r\\n\\t\\trun: function() {\\r\\n\\t\\t\\tthis.animate(this.coordinates(this._current));\\r\\n\\t\\t}\\r\\n\\t}, {\\r\\n\\t\\tfilter: [ 'width', 'position', 'items', 'settings' ],\\r\\n\\t\\trun: function() {\\r\\n\\t\\t\\tvar rtl = this.settings.rtl ? 1 : -1,\\r\\n\\t\\t\\t\\tpadding = this.settings.stagePadding * 2,\\r\\n\\t\\t\\t\\tbegin = this.coordinates(this.current()) + padding,\\r\\n\\t\\t\\t\\tend = begin + this.width() * rtl,\\r\\n\\t\\t\\t\\tinner, outer, matches = [], i, n;\\r\\n\\r\\n\\t\\t\\tfor (i = 0, n = this._coordinates.length; i < n; i++) {\\r\\n\\t\\t\\t\\tinner = this._coordinates[i - 1] || 0;\\r\\n\\t\\t\\t\\touter = Math.abs(this._coordinates[i]) + padding * rtl;\\r\\n\\r\\n\\t\\t\\t\\tif ((this.op(inner, '<=', begin) && (this.op(inner, '>', end)))\\r\\n\\t\\t\\t\\t\\t|| (this.op(outer, '<', begin) && this.op(outer, '>', end))) {\\r\\n\\t\\t\\t\\t\\tmatches.push(i);\\r\\n\\t\\t\\t\\t}\\r\\n\\t\\t\\t}\\r\\n\\r\\n\\t\\t\\tthis.$stage.children('.' + this.settings.activeClass).removeClass(this.settings.activeClass);\\r\\n\\t\\t\\tthis.$stage.children(':eq(' + matches.join('), :eq(') + ')').addClass(this.settings.activeClass);\\r\\n\\r\\n\\t\\t\\tif (this.settings.center) {\\r\\n\\t\\t\\t\\tthis.$stage.children('.' + this.settings.centerClass).removeClass(this.settings.centerClass);\\r\\n\\t\\t\\t\\tthis.$stage.children().eq(this.current()).addClass(this.settings.centerClass);\\r\\n\\t\\t\\t}\\r\\n\\t\\t}\\r\\n\\t} ];\\r\\n\\r\\n\\t/**\\r\\n\\t * Initializes the carousel.\\r\\n\\t * @protected\\r\\n\\t */\\r\\n\\tOwl.prototype.initialize = function() {\\r\\n\\t\\tthis.trigger('initialize');\\r\\n\\r\\n\\t\\tthis.$element\\r\\n\\t\\t\\t.addClass(this.settings.baseClass)\\r\\n\\t\\t\\t.addClass(this.settings.themeClass)\\r\\n\\t\\t\\t.toggleClass('owl-rtl', this.settings.rtl);\\r\\n\\r\\n\\t\\t// check support\\r\\n\\t\\tthis.browserSupport();\\r\\n\\r\\n\\t\\tif (this.settings.autoWidth && this.state.imagesLoaded !== true) {\\r\\n\\t\\t\\tvar imgs, nestedSelector, width;\\r\\n\\t\\t\\timgs = this.$element.find('img');\\r\\n\\t\\t\\tnestedSelector = this.settings.nestedItemSelector ? '.' + this.settings.nestedItemSelector : undefined;\\r\\n\\t\\t\\twidth = this.$element.children(nestedSelector).width();\\r\\n\\r\\n\\t\\t\\tif (imgs.length && width <= 0) {\\r\\n\\t\\t\\t\\tthis.preloadAutoWidthImages(imgs);\\r\\n\\t\\t\\t\\treturn false;\\r\\n\\t\\t\\t}\\r\\n\\t\\t}\\r\\n\\r\\n\\t\\tthis.$element.addClass('owl-loading');\\r\\n\\r\\n\\t\\t// create stage\\r\\n\\t\\tthis.$stage = $('<' + this.settings.stageElement + ' class=\\\"owl-stage\\\"/>')\\r\\n\\t\\t\\t.wrap('
');\\r\\n\\r\\n\\t\\t// append stage\\r\\n\\t\\tthis.$element.append(this.$stage.parent());\\r\\n\\r\\n\\t\\t// append content\\r\\n\\t\\tthis.replace(this.$element.children().not(this.$stage.parent()));\\r\\n\\r\\n\\t\\t// set view width\\r\\n\\t\\tthis._width = this.$element.width();\\r\\n\\r\\n\\t\\t// update view\\r\\n\\t\\tthis.refresh();\\r\\n\\r\\n\\t\\tthis.$element.removeClass('owl-loading').addClass('owl-loaded');\\r\\n\\r\\n\\t\\t// attach generic events\\r\\n\\t\\tthis.eventsCall();\\r\\n\\r\\n\\t\\t// attach generic events\\r\\n\\t\\tthis.internalEvents();\\r\\n\\r\\n\\t\\t// attach custom control events\\r\\n\\t\\tthis.addTriggerableEvents();\\r\\n\\r\\n\\t\\tthis.trigger('initialized');\\r\\n\\t};\\r\\n\\r\\n\\t/**\\r\\n\\t * Setups the current settings.\\r\\n\\t * @todo Remove responsive classes. Why should adaptive designs be brought into IE8?\\r\\n\\t * @todo Support for media queries by using `matchMedia` would be nice.\\r\\n\\t * @public\\r\\n\\t */\\r\\n\\tOwl.prototype.setup = function() {\\r\\n\\t\\tvar viewport = this.viewport(),\\r\\n\\t\\t\\toverwrites = this.options.responsive,\\r\\n\\t\\t\\tmatch = -1,\\r\\n\\t\\t\\tsettings = null;\\r\\n\\r\\n\\t\\tif (!overwrites) {\\r\\n\\t\\t\\tsettings = $.extend({}, this.options);\\r\\n\\t\\t} else {\\r\\n\\t\\t\\t$.each(overwrites, function(breakpoint) {\\r\\n\\t\\t\\t\\tif (breakpoint <= viewport && breakpoint > match) {\\r\\n\\t\\t\\t\\t\\tmatch = Number(breakpoint);\\r\\n\\t\\t\\t\\t}\\r\\n\\t\\t\\t});\\r\\n\\r\\n\\t\\t\\tsettings = $.extend({}, this.options, overwrites[match]);\\r\\n\\t\\t\\tdelete settings.responsive;\\r\\n\\r\\n\\t\\t\\t// responsive class\\r\\n\\t\\t\\tif (settings.responsiveClass) {\\r\\n\\t\\t\\t\\tthis.$element.attr('class', function(i, c) {\\r\\n\\t\\t\\t\\t\\treturn c.replace(/\\\\b owl-responsive-\\\\S+/g, '');\\r\\n\\t\\t\\t\\t}).addClass('owl-responsive-' + match);\\r\\n\\t\\t\\t}\\r\\n\\t\\t}\\r\\n\\r\\n\\t\\tif (this.settings === null || this._breakpoint !== match) {\\r\\n\\t\\t\\tthis.trigger('change', { property: { name: 'settings', value: settings } });\\r\\n\\t\\t\\tthis._breakpoint = match;\\r\\n\\t\\t\\tthis.settings = settings;\\r\\n\\t\\t\\tthis.invalidate('settings');\\r\\n\\t\\t\\tthis.trigger('changed', { property: { name: 'settings', value: this.settings } });\\r\\n\\t\\t}\\r\\n\\t};\\r\\n\\r\\n\\t/**\\r\\n\\t * Updates option logic if necessery.\\r\\n\\t * @protected\\r\\n\\t */\\r\\n\\tOwl.prototype.optionsLogic = function() {\\r\\n\\t\\t// Toggle Center class\\r\\n\\t\\tthis.$element.toggleClass('owl-center', this.settings.center);\\r\\n\\r\\n\\t\\t// if items number is less than in body\\r\\n\\t\\tif (this.settings.loop && this._items.length < this.settings.items) {\\r\\n\\t\\t\\tthis.settings.loop = false;\\r\\n\\t\\t}\\r\\n\\r\\n\\t\\tif (this.settings.autoWidth) {\\r\\n\\t\\t\\tthis.settings.stagePadding = false;\\r\\n\\t\\t\\tthis.settings.merge = false;\\r\\n\\t\\t}\\r\\n\\t};\\r\\n\\r\\n\\t/**\\r\\n\\t * Prepares an item before add.\\r\\n\\t * @todo Rename event parameter `content` to `item`.\\r\\n\\t * @protected\\r\\n\\t * @returns {jQuery|HTMLElement} - The item container.\\r\\n\\t */\\r\\n\\tOwl.prototype.prepare = function(item) {\\r\\n\\t\\tvar event = this.trigger('prepare', { content: item });\\r\\n\\r\\n\\t\\tif (!event.data) {\\r\\n\\t\\t\\tevent.data = $('<' + this.settings.itemElement + '/>')\\r\\n\\t\\t\\t\\t.addClass(this.settings.itemClass).append(item)\\r\\n\\t\\t}\\r\\n\\r\\n\\t\\tthis.trigger('prepared', { content: event.data });\\r\\n\\r\\n\\t\\treturn event.data;\\r\\n\\t};\\r\\n\\r\\n\\t/**\\r\\n\\t * Updates the view.\\r\\n\\t * @public\\r\\n\\t */\\r\\n\\tOwl.prototype.update = function() {\\r\\n\\t\\tvar i = 0,\\r\\n\\t\\t\\tn = this._pipe.length,\\r\\n\\t\\t\\tfilter = $.proxy(function(p) { return this[p] }, this._invalidated),\\r\\n\\t\\t\\tcache = {};\\r\\n\\r\\n\\t\\twhile (i < n) {\\r\\n\\t\\t\\tif (this._invalidated.all || $.grep(this._pipe[i].filter, filter).length > 0) {\\r\\n\\t\\t\\t\\tthis._pipe[i].run(cache);\\r\\n\\t\\t\\t}\\r\\n\\t\\t\\ti++;\\r\\n\\t\\t}\\r\\n\\r\\n\\t\\tthis._invalidated = {};\\r\\n\\t};\\r\\n\\r\\n\\t/**\\r\\n\\t * Gets the width of the view.\\r\\n\\t * @public\\r\\n\\t * @param {Owl.Width} [dimension=Owl.Width.Default] - The dimension to return.\\r\\n\\t * @returns {Number} - The width of the view in pixel.\\r\\n\\t */\\r\\n\\tOwl.prototype.width = function(dimension) {\\r\\n\\t\\tdimension = dimension || Owl.Width.Default;\\r\\n\\t\\tswitch (dimension) {\\r\\n\\t\\t\\tcase Owl.Width.Inner:\\r\\n\\t\\t\\tcase Owl.Width.Outer:\\r\\n\\t\\t\\t\\treturn this._width;\\r\\n\\t\\t\\tdefault:\\r\\n\\t\\t\\t\\treturn this._width - this.settings.stagePadding * 2 + this.settings.margin;\\r\\n\\t\\t}\\r\\n\\t};\\r\\n\\r\\n\\t/**\\r\\n\\t * Refreshes the carousel primarily for adaptive purposes.\\r\\n\\t * @public\\r\\n\\t */\\r\\n\\tOwl.prototype.refresh = function() {\\r\\n\\t\\tif (this._items.length === 0) {\\r\\n\\t\\t\\treturn false;\\r\\n\\t\\t}\\r\\n\\r\\n\\t\\tvar start = new Date().getTime();\\r\\n\\r\\n\\t\\tthis.trigger('refresh');\\r\\n\\r\\n\\t\\tthis.setup();\\r\\n\\r\\n\\t\\tthis.optionsLogic();\\r\\n\\r\\n\\t\\t// hide and show methods helps here to set a proper widths,\\r\\n\\t\\t// this prevents scrollbar to be calculated in stage width\\r\\n\\t\\tthis.$stage.addClass('owl-refresh');\\r\\n\\r\\n\\t\\tthis.update();\\r\\n\\r\\n\\t\\tthis.$stage.removeClass('owl-refresh');\\r\\n\\r\\n\\t\\tthis.state.orientation = window.orientation;\\r\\n\\r\\n\\t\\tthis.watchVisibility();\\r\\n\\r\\n\\t\\tthis.trigger('refreshed');\\r\\n\\t};\\r\\n\\r\\n\\t/**\\r\\n\\t * Save internal event references and add event based functions.\\r\\n\\t * @protected\\r\\n\\t */\\r\\n\\tOwl.prototype.eventsCall = function() {\\r\\n\\t\\t// Save events references\\r\\n\\t\\tthis.e._onDragStart = $.proxy(function(e) {\\r\\n\\t\\t\\tthis.onDragStart(e);\\r\\n\\t\\t}, this);\\r\\n\\t\\tthis.e._onDragMove = $.proxy(function(e) {\\r\\n\\t\\t\\tthis.onDragMove(e);\\r\\n\\t\\t}, this);\\r\\n\\t\\tthis.e._onDragEnd = $.proxy(function(e) {\\r\\n\\t\\t\\tthis.onDragEnd(e);\\r\\n\\t\\t}, this);\\r\\n\\t\\tthis.e._onResize = $.proxy(function(e) {\\r\\n\\t\\t\\tthis.onResize(e);\\r\\n\\t\\t}, this);\\r\\n\\t\\tthis.e._transitionEnd = $.proxy(function(e) {\\r\\n\\t\\t\\tthis.transitionEnd(e);\\r\\n\\t\\t}, this);\\r\\n\\t\\tthis.e._preventClick = $.proxy(function(e) {\\r\\n\\t\\t\\tthis.preventClick(e);\\r\\n\\t\\t}, this);\\r\\n\\t};\\r\\n\\r\\n\\t/**\\r\\n\\t * Checks window `resize` event.\\r\\n\\t * @protected\\r\\n\\t */\\r\\n\\tOwl.prototype.onThrottledResize = function() {\\r\\n\\t\\twindow.clearTimeout(this.resizeTimer);\\r\\n\\t\\tthis.resizeTimer = window.setTimeout(this.e._onResize, this.settings.responsiveRefreshRate);\\r\\n\\t};\\r\\n\\r\\n\\t/**\\r\\n\\t * Checks window `resize` event.\\r\\n\\t * @protected\\r\\n\\t */\\r\\n\\tOwl.prototype.onResize = function() {\\r\\n\\t\\tif (!this._items.length) {\\r\\n\\t\\t\\treturn false;\\r\\n\\t\\t}\\r\\n\\r\\n\\t\\tif (this._width === this.$element.width()) {\\r\\n\\t\\t\\treturn false;\\r\\n\\t\\t}\\r\\n\\r\\n\\t\\tif (this.trigger('resize').isDefaultPrevented()) {\\r\\n\\t\\t\\treturn false;\\r\\n\\t\\t}\\r\\n\\r\\n\\t\\tthis._width = this.$element.width();\\r\\n\\r\\n\\t\\tthis.invalidate('width');\\r\\n\\r\\n\\t\\tthis.refresh();\\r\\n\\r\\n\\t\\tthis.trigger('resized');\\r\\n\\t};\\r\\n\\r\\n\\t/**\\r\\n\\t * Checks for touch/mouse drag event type and add run event handlers.\\r\\n\\t * @protected\\r\\n\\t */\\r\\n\\tOwl.prototype.eventsRouter = function(event) {\\r\\n\\t\\tvar type = event.type;\\r\\n\\r\\n\\t\\tif (type === \\\"mousedown\\\" || type === \\\"touchstart\\\") {\\r\\n\\t\\t\\tthis.onDragStart(event);\\r\\n\\t\\t} else if (type === \\\"mousemove\\\" || type === \\\"touchmove\\\") {\\r\\n\\t\\t\\tthis.onDragMove(event);\\r\\n\\t\\t} else if (type === \\\"mouseup\\\" || type === \\\"touchend\\\") {\\r\\n\\t\\t\\tthis.onDragEnd(event);\\r\\n\\t\\t} else if (type === \\\"touchcancel\\\") {\\r\\n\\t\\t\\tthis.onDragEnd(event);\\r\\n\\t\\t}\\r\\n\\t};\\r\\n\\r\\n\\t/**\\r\\n\\t * Checks for touch/mouse drag options and add necessery event handlers.\\r\\n\\t * @protected\\r\\n\\t */\\r\\n\\tOwl.prototype.internalEvents = function() {\\r\\n\\t\\tvar isTouch = isTouchSupport(),\\r\\n\\t\\t\\tisTouchIE = isTouchSupportIE();\\r\\n\\r\\n\\t\\tif (this.settings.mouseDrag){\\r\\n\\t\\t\\tthis.$stage.on('mousedown', $.proxy(function(event) { this.eventsRouter(event) }, this));\\r\\n\\t\\t\\tthis.$stage.on('dragstart', function() { return false });\\r\\n\\t\\t\\tthis.$stage.get(0).onselectstart = function() { return false };\\r\\n\\t\\t} else {\\r\\n\\t\\t\\tthis.$element.addClass('owl-text-select-on');\\r\\n\\t\\t}\\r\\n\\r\\n\\t\\tif (this.settings.touchDrag && !isTouchIE){\\r\\n\\t\\t\\tthis.$stage.on('touchstart touchcancel', $.proxy(function(event) { this.eventsRouter(event) }, this));\\r\\n\\t\\t}\\r\\n\\r\\n\\t\\t// catch transitionEnd event\\r\\n\\t\\tif (this.transitionEndVendor) {\\r\\n\\t\\t\\tthis.on(this.$stage.get(0), this.transitionEndVendor, this.e._transitionEnd, false);\\r\\n\\t\\t}\\r\\n\\r\\n\\t\\t// responsive\\r\\n\\t\\tif (this.settings.responsive !== false) {\\r\\n\\t\\t\\tthis.on(window, 'resize', $.proxy(this.onThrottledResize, this));\\r\\n\\t\\t}\\r\\n\\t};\\r\\n\\r\\n\\t/**\\r\\n\\t * Handles touchstart/mousedown event.\\r\\n\\t * @protected\\r\\n\\t * @param {Event} event - The event arguments.\\r\\n\\t */\\r\\n\\tOwl.prototype.onDragStart = function(event) {\\r\\n\\t\\tvar ev, isTouchEvent, pageX, pageY, animatedPos;\\r\\n\\r\\n\\t\\tev = event.originalEvent || event || window.event;\\r\\n\\r\\n\\t\\t// prevent right click\\r\\n\\t\\tif (ev.which === 3 || this.state.isTouch) {\\r\\n\\t\\t\\treturn false;\\r\\n\\t\\t}\\r\\n\\r\\n\\t\\tif (ev.type === 'mousedown') {\\r\\n\\t\\t\\tthis.$stage.addClass('owl-grab');\\r\\n\\t\\t}\\r\\n\\r\\n\\t\\tthis.trigger('drag');\\r\\n\\t\\tthis.drag.startTime = new Date().getTime();\\r\\n\\t\\tthis.speed(0);\\r\\n\\t\\tthis.state.isTouch = true;\\r\\n\\t\\tthis.state.isScrolling = false;\\r\\n\\t\\tthis.state.isSwiping = false;\\r\\n\\t\\tthis.drag.distance = 0;\\r\\n\\r\\n\\t\\tpageX = getTouches(ev).x;\\r\\n\\t\\tpageY = getTouches(ev).y;\\r\\n\\r\\n\\t\\t// get stage position left\\r\\n\\t\\tthis.drag.offsetX = this.$stage.position().left;\\r\\n\\t\\tthis.drag.offsetY = this.$stage.position().top;\\r\\n\\r\\n\\t\\tif (this.settings.rtl) {\\r\\n\\t\\t\\tthis.drag.offsetX = this.$stage.position().left + this.$stage.width() - this.width()\\r\\n\\t\\t\\t\\t+ this.settings.margin;\\r\\n\\t\\t}\\r\\n\\r\\n\\t\\t// catch position // ie to fix\\r\\n\\t\\tif (this.state.inMotion && this.support3d) {\\r\\n\\t\\t\\tanimatedPos = this.getTransformProperty();\\r\\n\\t\\t\\tthis.drag.offsetX = animatedPos;\\r\\n\\t\\t\\tthis.animate(animatedPos);\\r\\n\\t\\t\\tthis.state.inMotion = true;\\r\\n\\t\\t} else if (this.state.inMotion && !this.support3d) {\\r\\n\\t\\t\\tthis.state.inMotion = false;\\r\\n\\t\\t\\treturn false;\\r\\n\\t\\t}\\r\\n\\r\\n\\t\\tthis.drag.startX = pageX - this.drag.offsetX;\\r\\n\\t\\tthis.drag.startY = pageY - this.drag.offsetY;\\r\\n\\r\\n\\t\\tthis.drag.start = pageX - this.drag.startX;\\r\\n\\t\\tthis.drag.targetEl = ev.target || ev.srcElement;\\r\\n\\t\\tthis.drag.updatedX = this.drag.start;\\r\\n\\r\\n\\t\\t// to do/check\\r\\n\\t\\t// prevent links and images dragging;\\r\\n\\t\\tif (this.drag.targetEl.tagName === \\\"IMG\\\" || this.drag.targetEl.tagName === \\\"A\\\") {\\r\\n\\t\\t\\tthis.drag.targetEl.draggable = false;\\r\\n\\t\\t}\\r\\n\\r\\n\\t\\t$(document).on('mousemove.owl.dragEvents mouseup.owl.dragEvents touchmove.owl.dragEvents touchend.owl.dragEvents', $.proxy(function(event) {this.eventsRouter(event)},this));\\r\\n\\t};\\r\\n\\r\\n\\t/**\\r\\n\\t * Handles the touchmove/mousemove events.\\r\\n\\t * @todo Simplify\\r\\n\\t * @protected\\r\\n\\t * @param {Event} event - The event arguments.\\r\\n\\t */\\r\\n\\tOwl.prototype.onDragMove = function(event) {\\r\\n\\t\\tvar ev, isTouchEvent, pageX, pageY, minValue, maxValue, pull;\\r\\n\\r\\n\\t\\tif (!this.state.isTouch) {\\r\\n\\t\\t\\treturn;\\r\\n\\t\\t}\\r\\n\\r\\n\\t\\tif (this.state.isScrolling) {\\r\\n\\t\\t\\treturn;\\r\\n\\t\\t}\\r\\n\\r\\n\\t\\tev = event.originalEvent || event || window.event;\\r\\n\\r\\n\\t\\tpageX = getTouches(ev).x;\\r\\n\\t\\tpageY = getTouches(ev).y;\\r\\n\\r\\n\\t\\t// Drag Direction\\r\\n\\t\\tthis.drag.currentX = pageX - this.drag.startX;\\r\\n\\t\\tthis.drag.currentY = pageY - this.drag.startY;\\r\\n\\t\\tthis.drag.distance = this.drag.currentX - this.drag.offsetX;\\r\\n\\r\\n\\t\\t// Check move direction\\r\\n\\t\\tif (this.drag.distance < 0) {\\r\\n\\t\\t\\tthis.state.direction = this.settings.rtl ? 'right' : 'left';\\r\\n\\t\\t} else if (this.drag.distance > 0) {\\r\\n\\t\\t\\tthis.state.direction = this.settings.rtl ? 'left' : 'right';\\r\\n\\t\\t}\\r\\n\\t\\t// Loop\\r\\n\\t\\tif (this.settings.loop) {\\r\\n\\t\\t\\tif (this.op(this.drag.currentX, '>', this.coordinates(this.minimum())) && this.state.direction === 'right') {\\r\\n\\t\\t\\t\\tthis.drag.currentX -= (this.settings.center && this.coordinates(0)) - this.coordinates(this._items.length);\\r\\n\\t\\t\\t} else if (this.op(this.drag.currentX, '<', this.coordinates(this.maximum())) && this.state.direction === 'left') {\\r\\n\\t\\t\\t\\tthis.drag.currentX += (this.settings.center && this.coordinates(0)) - this.coordinates(this._items.length);\\r\\n\\t\\t\\t}\\r\\n\\t\\t} else {\\r\\n\\t\\t\\t// pull\\r\\n\\t\\t\\tminValue = this.settings.rtl ? this.coordinates(this.maximum()) : this.coordinates(this.minimum());\\r\\n\\t\\t\\tmaxValue = this.settings.rtl ? this.coordinates(this.minimum()) : this.coordinates(this.maximum());\\r\\n\\t\\t\\tpull = this.settings.pullDrag ? this.drag.distance / 5 : 0;\\r\\n\\t\\t\\tthis.drag.currentX = Math.max(Math.min(this.drag.currentX, minValue + pull), maxValue + pull);\\r\\n\\t\\t}\\r\\n\\r\\n\\t\\t// Lock browser if swiping horizontal\\r\\n\\r\\n\\t\\tif ((this.drag.distance > 8 || this.drag.distance < -8)) {\\r\\n\\t\\t\\tif (ev.preventDefault !== undefined) {\\r\\n\\t\\t\\t\\tev.preventDefault();\\r\\n\\t\\t\\t} else {\\r\\n\\t\\t\\t\\tev.returnValue = false;\\r\\n\\t\\t\\t}\\r\\n\\t\\t\\tthis.state.isSwiping = true;\\r\\n\\t\\t}\\r\\n\\r\\n\\t\\tthis.drag.updatedX = this.drag.currentX;\\r\\n\\r\\n\\t\\t// Lock Owl if scrolling\\r\\n\\t\\tif ((this.drag.currentY > 16 || this.drag.currentY < -16) && this.state.isSwiping === false) {\\r\\n\\t\\t\\tthis.state.isScrolling = true;\\r\\n\\t\\t\\tthis.drag.updatedX = this.drag.start;\\r\\n\\t\\t}\\r\\n\\r\\n\\t\\tthis.animate(this.drag.updatedX);\\r\\n\\t};\\r\\n\\r\\n\\t/**\\r\\n\\t * Handles the touchend/mouseup events.\\r\\n\\t * @protected\\r\\n\\t */\\r\\n\\tOwl.prototype.onDragEnd = function(event) {\\r\\n\\t\\tvar compareTimes, distanceAbs, closest;\\r\\n\\r\\n\\t\\tif (!this.state.isTouch) {\\r\\n\\t\\t\\treturn;\\r\\n\\t\\t}\\r\\n\\r\\n\\t\\tif (event.type === 'mouseup') {\\r\\n\\t\\t\\tthis.$stage.removeClass('owl-grab');\\r\\n\\t\\t}\\r\\n\\r\\n\\t\\tthis.trigger('dragged');\\r\\n\\r\\n\\t\\t// prevent links and images dragging;\\r\\n\\t\\tthis.drag.targetEl.removeAttribute(\\\"draggable\\\");\\r\\n\\r\\n\\t\\t// remove drag event listeners\\r\\n\\r\\n\\t\\tthis.state.isTouch = false;\\r\\n\\t\\tthis.state.isScrolling = false;\\r\\n\\t\\tthis.state.isSwiping = false;\\r\\n\\r\\n\\t\\t// to check\\r\\n\\t\\tif (this.drag.distance === 0 && this.state.inMotion !== true) {\\r\\n\\t\\t\\tthis.state.inMotion = false;\\r\\n\\t\\t\\treturn false;\\r\\n\\t\\t}\\r\\n\\r\\n\\t\\t// prevent clicks while scrolling\\r\\n\\r\\n\\t\\tthis.drag.endTime = new Date().getTime();\\r\\n\\t\\tcompareTimes = this.drag.endTime - this.drag.startTime;\\r\\n\\t\\tdistanceAbs = Math.abs(this.drag.distance);\\r\\n\\r\\n\\t\\t// to test\\r\\n\\t\\tif (distanceAbs > 3 || compareTimes > 300) {\\r\\n\\t\\t\\tthis.removeClick(this.drag.targetEl);\\r\\n\\t\\t}\\r\\n\\r\\n\\t\\tclosest = this.closest(this.drag.updatedX);\\r\\n\\r\\n\\t\\tthis.speed(this.settings.dragEndSpeed || this.settings.smartSpeed);\\r\\n\\t\\tthis.current(closest);\\r\\n\\t\\tthis.invalidate('position');\\r\\n\\t\\tthis.update();\\r\\n\\r\\n\\t\\t// if pullDrag is off then fire transitionEnd event manually when stick\\r\\n\\t\\t// to border\\r\\n\\t\\tif (!this.settings.pullDrag && this.drag.updatedX === this.coordinates(closest)) {\\r\\n\\t\\t\\tthis.transitionEnd();\\r\\n\\t\\t}\\r\\n\\r\\n\\t\\tthis.drag.distance = 0;\\r\\n\\r\\n\\t\\t$(document).off('.owl.dragEvents');\\r\\n\\t};\\r\\n\\r\\n\\t/**\\r\\n\\t * Attaches `preventClick` to disable link while swipping.\\r\\n\\t * @protected\\r\\n\\t * @param {HTMLElement} [target] - The target of the `click` event.\\r\\n\\t */\\r\\n\\tOwl.prototype.removeClick = function(target) {\\r\\n\\t\\tthis.drag.targetEl = target;\\r\\n\\t\\t$(target).on('click.preventClick', this.e._preventClick);\\r\\n\\t\\t// to make sure click is removed:\\r\\n\\t\\twindow.setTimeout(function() {\\r\\n\\t\\t\\t$(target).off('click.preventClick');\\r\\n\\t\\t}, 300);\\r\\n\\t};\\r\\n\\r\\n\\t/**\\r\\n\\t * Suppresses click event.\\r\\n\\t * @protected\\r\\n\\t * @param {Event} ev - The event arguments.\\r\\n\\t */\\r\\n\\tOwl.prototype.preventClick = function(ev) {\\r\\n\\t\\tif (ev.preventDefault) {\\r\\n\\t\\t\\tev.preventDefault();\\r\\n\\t\\t} else {\\r\\n\\t\\t\\tev.returnValue = false;\\r\\n\\t\\t}\\r\\n\\t\\tif (ev.stopPropagation) {\\r\\n\\t\\t\\tev.stopPropagation();\\r\\n\\t\\t}\\r\\n\\t\\t$(ev.target).off('click.preventClick');\\r\\n\\t};\\r\\n\\r\\n\\t/**\\r\\n\\t * Catches stage position while animate (only CSS3).\\r\\n\\t * @protected\\r\\n\\t * @returns\\r\\n\\t */\\r\\n\\tOwl.prototype.getTransformProperty = function() {\\r\\n\\t\\tvar transform, matrix3d;\\r\\n\\r\\n\\t\\ttransform = window.getComputedStyle(this.$stage.get(0), null).getPropertyValue(this.vendorName + 'transform');\\r\\n\\t\\t// var transform = this.$stage.css(this.vendorName + 'transform')\\r\\n\\t\\ttransform = transform.replace(/matrix(3d)?\\\\(|\\\\)/g, '').split(',');\\r\\n\\t\\tmatrix3d = transform.length === 16;\\r\\n\\r\\n\\t\\treturn matrix3d !== true ? transform[4] : transform[12];\\r\\n\\t};\\r\\n\\r\\n\\t/**\\r\\n\\t * Gets absolute position of the closest item for a coordinate.\\r\\n\\t * @todo Setting `freeDrag` makes `closest` not reusable. See #165.\\r\\n\\t * @protected\\r\\n\\t * @param {Number} coordinate - The coordinate in pixel.\\r\\n\\t * @return {Number} - The absolute position of the closest item.\\r\\n\\t */\\r\\n\\tOwl.prototype.closest = function(coordinate) {\\r\\n\\t\\tvar position = -1, pull = 30, width = this.width(), coordinates = this.coordinates();\\r\\n\\r\\n\\t\\tif (!this.settings.freeDrag) {\\r\\n\\t\\t\\t// check closest item\\r\\n\\t\\t\\t$.each(coordinates, $.proxy(function(index, value) {\\r\\n\\t\\t\\t\\tif (coordinate > value - pull && coordinate < value + pull) {\\r\\n\\t\\t\\t\\t\\tposition = index;\\r\\n\\t\\t\\t\\t} else if (this.op(coordinate, '<', value)\\r\\n\\t\\t\\t\\t\\t&& this.op(coordinate, '>', coordinates[index + 1] || value - width)) {\\r\\n\\t\\t\\t\\t\\tposition = this.state.direction === 'left' ? index + 1 : index;\\r\\n\\t\\t\\t\\t}\\r\\n\\t\\t\\t\\treturn position === -1;\\r\\n\\t\\t\\t}, this));\\r\\n\\t\\t}\\r\\n\\r\\n\\t\\tif (!this.settings.loop) {\\r\\n\\t\\t\\t// non loop boundries\\r\\n\\t\\t\\tif (this.op(coordinate, '>', coordinates[this.minimum()])) {\\r\\n\\t\\t\\t\\tposition = coordinate = this.minimum();\\r\\n\\t\\t\\t} else if (this.op(coordinate, '<', coordinates[this.maximum()])) {\\r\\n\\t\\t\\t\\tposition = coordinate = this.maximum();\\r\\n\\t\\t\\t}\\r\\n\\t\\t}\\r\\n\\r\\n\\t\\treturn position;\\r\\n\\t};\\r\\n\\r\\n\\t/**\\r\\n\\t * Animates the stage.\\r\\n\\t * @public\\r\\n\\t * @param {Number} coordinate - The coordinate in pixels.\\r\\n\\t */\\r\\n\\tOwl.prototype.animate = function(coordinate) {\\r\\n\\t\\tthis.trigger('translate');\\r\\n\\t\\tthis.state.inMotion = this.speed() > 0;\\r\\n\\r\\n\\t\\tif (this.support3d) {\\r\\n\\t\\t\\tthis.$stage.css({\\r\\n\\t\\t\\t\\ttransform: 'translate3d(' + coordinate + 'px' + ',0px, 0px)',\\r\\n\\t\\t\\t\\ttransition: (this.speed() / 1000) + 's ' + this.settings.slideTransition\\r\\n\\t\\t\\t});\\r\\n\\t\\t} else if (this.state.isTouch) {\\r\\n\\t\\t\\tthis.$stage.css({\\r\\n\\t\\t\\t\\tleft: coordinate + 'px'\\r\\n\\t\\t\\t});\\r\\n\\t\\t} else {\\r\\n\\t\\t\\tthis.$stage.animate({\\r\\n\\t\\t\\t\\tleft: coordinate\\r\\n\\t\\t\\t}, this.speed() / 1000, this.settings.fallbackEasing, $.proxy(function() {\\r\\n\\t\\t\\t\\tif (this.state.inMotion) {\\r\\n\\t\\t\\t\\t\\tthis.transitionEnd();\\r\\n\\t\\t\\t\\t}\\r\\n\\t\\t\\t}, this));\\r\\n\\t\\t}\\r\\n\\t};\\r\\n\\r\\n\\t/**\\r\\n\\t * Sets the absolute position of the current item.\\r\\n\\t * @public\\r\\n\\t * @param {Number} [position] - The new absolute position or nothing to leave it unchanged.\\r\\n\\t * @returns {Number} - The absolute position of the current item.\\r\\n\\t */\\r\\n\\tOwl.prototype.current = function(position) {\\r\\n\\t\\tif (position === undefined) {\\r\\n\\t\\t\\treturn this._current;\\r\\n\\t\\t}\\r\\n\\r\\n\\t\\tif (this._items.length === 0) {\\r\\n\\t\\t\\treturn undefined;\\r\\n\\t\\t}\\r\\n\\r\\n\\t\\tposition = this.normalize(position);\\r\\n\\r\\n\\t\\tif (this._current !== position) {\\r\\n\\t\\t\\tvar event = this.trigger('change', { property: { name: 'position', value: position } });\\r\\n\\r\\n\\t\\t\\tif (event.data !== undefined) {\\r\\n\\t\\t\\t\\tposition = this.normalize(event.data);\\r\\n\\t\\t\\t}\\r\\n\\r\\n\\t\\t\\tthis._current = position;\\r\\n\\r\\n\\t\\t\\tthis.invalidate('position');\\r\\n\\r\\n\\t\\t\\tthis.trigger('changed', { property: { name: 'position', value: this._current } });\\r\\n\\t\\t}\\r\\n\\r\\n\\t\\treturn this._current;\\r\\n\\t};\\r\\n\\r\\n\\t/**\\r\\n\\t * Invalidates the given part of the update routine.\\r\\n\\t * @param {String} part - The part to invalidate.\\r\\n\\t */\\r\\n\\tOwl.prototype.invalidate = function(part) {\\r\\n\\t\\tthis._invalidated[part] = true;\\r\\n\\t}\\r\\n\\r\\n\\t/**\\r\\n\\t * Resets the absolute position of the current item.\\r\\n\\t * @public\\r\\n\\t * @param {Number} position - The absolute position of the new item.\\r\\n\\t */\\r\\n\\tOwl.prototype.reset = function(position) {\\r\\n\\t\\tposition = this.normalize(position);\\r\\n\\r\\n\\t\\tif (position === undefined) {\\r\\n\\t\\t\\treturn;\\r\\n\\t\\t}\\r\\n\\r\\n\\t\\tthis._speed = 0;\\r\\n\\t\\tthis._current = position;\\r\\n\\r\\n\\t\\tthis.suppress([ 'translate', 'translated' ]);\\r\\n\\r\\n\\t\\tthis.animate(this.coordinates(position));\\r\\n\\r\\n\\t\\tthis.release([ 'translate', 'translated' ]);\\r\\n\\t};\\r\\n\\r\\n\\t/**\\r\\n\\t * Normalizes an absolute or a relative position for an item.\\r\\n\\t * @public\\r\\n\\t * @param {Number} position - The absolute or relative position to normalize.\\r\\n\\t * @param {Boolean} [relative=false] - Whether the given position is relative or not.\\r\\n\\t * @returns {Number} - The normalized position.\\r\\n\\t */\\r\\n\\tOwl.prototype.normalize = function(position, relative) {\\r\\n\\t\\tvar n = (relative ? this._items.length : this._items.length + this._clones.length);\\r\\n\\r\\n\\t\\tif (!$.isNumeric(position) || n < 1) {\\r\\n\\t\\t\\treturn undefined;\\r\\n\\t\\t}\\r\\n\\r\\n\\t\\tif (this._clones.length) {\\r\\n\\t\\t\\tposition = ((position % n) + n) % n;\\r\\n\\t\\t} else {\\r\\n\\t\\t\\tposition = Math.max(this.minimum(relative), Math.min(this.maximum(relative), position));\\r\\n\\t\\t}\\r\\n\\r\\n\\t\\treturn position;\\r\\n\\t};\\r\\n\\r\\n\\t/**\\r\\n\\t * Converts an absolute position for an item into a relative position.\\r\\n\\t * @public\\r\\n\\t * @param {Number} position - The absolute position to convert.\\r\\n\\t * @returns {Number} - The converted position.\\r\\n\\t */\\r\\n\\tOwl.prototype.relative = function(position) {\\r\\n\\t\\tposition = this.normalize(position);\\r\\n\\t\\tposition = position - this._clones.length / 2;\\r\\n\\t\\treturn this.normalize(position, true);\\r\\n\\t};\\r\\n\\r\\n\\t/**\\r\\n\\t * Gets the maximum position for an item.\\r\\n\\t * @public\\r\\n\\t * @param {Boolean} [relative=false] - Whether to return an absolute position or a relative position.\\r\\n\\t * @returns {Number}\\r\\n\\t */\\r\\n\\tOwl.prototype.maximum = function(relative) {\\r\\n\\t\\tvar maximum, width, i = 0, coordinate,\\r\\n\\t\\t\\tsettings = this.settings;\\r\\n\\r\\n\\t\\tif (relative) {\\r\\n\\t\\t\\treturn this._items.length - 1;\\r\\n\\t\\t}\\r\\n\\r\\n\\t\\tif (!settings.loop && settings.center) {\\r\\n\\t\\t\\tmaximum = this._items.length - 1;\\r\\n\\t\\t} else if (!settings.loop && !settings.center) {\\r\\n\\t\\t\\tmaximum = this._items.length - settings.items;\\r\\n\\t\\t} else if (settings.loop || settings.center) {\\r\\n\\t\\t\\tmaximum = this._items.length + settings.items;\\r\\n\\t\\t} else if (settings.autoWidth || settings.merge) {\\r\\n\\t\\t\\trevert = settings.rtl ? 1 : -1;\\r\\n\\t\\t\\twidth = this.$stage.width() - this.$element.width();\\r\\n\\t\\t\\twhile (coordinate = this.coordinates(i)) {\\r\\n\\t\\t\\t\\tif (coordinate * revert >= width) {\\r\\n\\t\\t\\t\\t\\tbreak;\\r\\n\\t\\t\\t\\t}\\r\\n\\t\\t\\t\\tmaximum = ++i;\\r\\n\\t\\t\\t}\\r\\n\\t\\t} else {\\r\\n\\t\\t\\tthrow 'Can not detect maximum absolute position.'\\r\\n\\t\\t}\\r\\n\\r\\n\\t\\treturn maximum;\\r\\n\\t};\\r\\n\\r\\n\\t/**\\r\\n\\t * Gets the minimum position for an item.\\r\\n\\t * @public\\r\\n\\t * @param {Boolean} [relative=false] - Whether to return an absolute position or a relative position.\\r\\n\\t * @returns {Number}\\r\\n\\t */\\r\\n\\tOwl.prototype.minimum = function(relative) {\\r\\n\\t\\tif (relative) {\\r\\n\\t\\t\\treturn 0;\\r\\n\\t\\t}\\r\\n\\r\\n\\t\\treturn this._clones.length / 2;\\r\\n\\t};\\r\\n\\r\\n\\t/**\\r\\n\\t * Gets an item at the specified relative position.\\r\\n\\t * @public\\r\\n\\t * @param {Number} [position] - The relative position of the item.\\r\\n\\t * @return {jQuery|Array.} - The item at the given position or all items if no position was given.\\r\\n\\t */\\r\\n\\tOwl.prototype.items = function(position) {\\r\\n\\t\\tif (position === undefined) {\\r\\n\\t\\t\\treturn this._items.slice();\\r\\n\\t\\t}\\r\\n\\r\\n\\t\\tposition = this.normalize(position, true);\\r\\n\\t\\treturn this._items[position];\\r\\n\\t};\\r\\n\\r\\n\\t/**\\r\\n\\t * Gets an item at the specified relative position.\\r\\n\\t * @public\\r\\n\\t * @param {Number} [position] - The relative position of the item.\\r\\n\\t * @return {jQuery|Array.} - The item at the given position or all items if no position was given.\\r\\n\\t */\\r\\n\\tOwl.prototype.mergers = function(position) {\\r\\n\\t\\tif (position === undefined) {\\r\\n\\t\\t\\treturn this._mergers.slice();\\r\\n\\t\\t}\\r\\n\\r\\n\\t\\tposition = this.normalize(position, true);\\r\\n\\t\\treturn this._mergers[position];\\r\\n\\t};\\r\\n\\r\\n\\t/**\\r\\n\\t * Gets the absolute positions of clones for an item.\\r\\n\\t * @public\\r\\n\\t * @param {Number} [position] - The relative position of the item.\\r\\n\\t * @returns {Array.} - The absolute positions of clones for the item or all if no position was given.\\r\\n\\t */\\r\\n\\tOwl.prototype.clones = function(position) {\\r\\n\\t\\tvar odd = this._clones.length / 2,\\r\\n\\t\\t\\teven = odd + this._items.length,\\r\\n\\t\\t\\tmap = function(index) { return index % 2 === 0 ? even + index / 2 : odd - (index + 1) / 2 };\\r\\n\\r\\n\\t\\tif (position === undefined) {\\r\\n\\t\\t\\treturn $.map(this._clones, function(v, i) { return map(i) });\\r\\n\\t\\t}\\r\\n\\r\\n\\t\\treturn $.map(this._clones, function(v, i) { return v === position ? map(i) : null });\\r\\n\\t};\\r\\n\\r\\n\\t/**\\r\\n\\t * Sets the current animation speed.\\r\\n\\t * @public\\r\\n\\t * @param {Number} [speed] - The animation speed in milliseconds or nothing to leave it unchanged.\\r\\n\\t * @returns {Number} - The current animation speed in milliseconds.\\r\\n\\t */\\r\\n\\tOwl.prototype.speed = function(speed) {\\r\\n\\t\\tif (speed !== undefined) {\\r\\n\\t\\t\\tthis._speed = speed;\\r\\n\\t\\t}\\r\\n\\r\\n\\t\\treturn this._speed;\\r\\n\\t};\\r\\n\\r\\n\\t/**\\r\\n\\t * Gets the coordinate of an item.\\r\\n\\t * @todo The name of this method is missleanding.\\r\\n\\t * @public\\r\\n\\t * @param {Number} position - The absolute position of the item within `minimum()` and `maximum()`.\\r\\n\\t * @returns {Number|Array.} - The coordinate of the item in pixel or all coordinates.\\r\\n\\t */\\r\\n\\tOwl.prototype.coordinates = function(position) {\\r\\n\\t\\tvar coordinate = null;\\r\\n\\r\\n\\t\\tif (position === undefined) {\\r\\n\\t\\t\\treturn $.map(this._coordinates, $.proxy(function(coordinate, index) {\\r\\n\\t\\t\\t\\treturn this.coordinates(index);\\r\\n\\t\\t\\t}, this));\\r\\n\\t\\t}\\r\\n\\r\\n\\t\\tif (this.settings.center) {\\r\\n\\t\\t\\tcoordinate = this._coordinates[position];\\r\\n\\t\\t\\tcoordinate += (this.width() - coordinate + (this._coordinates[position - 1] || 0)) / 2 * (this.settings.rtl ? -1 : 1);\\r\\n\\t\\t} else {\\r\\n\\t\\t\\tcoordinate = this._coordinates[position - 1] || 0;\\r\\n\\t\\t}\\r\\n\\r\\n\\t\\treturn coordinate;\\r\\n\\t};\\r\\n\\r\\n\\t/**\\r\\n\\t * Calculates the speed for a translation.\\r\\n\\t * @protected\\r\\n\\t * @param {Number} from - The absolute position of the start item.\\r\\n\\t * @param {Number} to - The absolute position of the target item.\\r\\n\\t * @param {Number} [factor=undefined] - The time factor in milliseconds.\\r\\n\\t * @returns {Number} - The time in milliseconds for the translation.\\r\\n\\t */\\r\\n\\tOwl.prototype.duration = function(from, to, factor) {\\r\\n\\t\\treturn Math.min(Math.max(Math.abs(to - from), 1), 6) * Math.abs((factor || this.settings.smartSpeed));\\r\\n\\t};\\r\\n\\r\\n\\t/**\\r\\n\\t * Slides to the specified item.\\r\\n\\t * @public\\r\\n\\t * @param {Number} position - The position of the item.\\r\\n\\t * @param {Number} [speed] - The time in milliseconds for the transition.\\r\\n\\t */\\r\\n\\tOwl.prototype.to = function(position, speed) {\\r\\n\\t\\tif (this.settings.loop) {\\r\\n\\t\\t\\tvar distance = position - this.relative(this.current()),\\r\\n\\t\\t\\t\\trevert = this.current(),\\r\\n\\t\\t\\t\\tbefore = this.current(),\\r\\n\\t\\t\\t\\tafter = this.current() + distance,\\r\\n\\t\\t\\t\\tdirection = before - after < 0 ? true : false,\\r\\n\\t\\t\\t\\titems = this._clones.length + this._items.length;\\r\\n\\r\\n\\t\\t\\tif (after < this.settings.items && direction === false) {\\r\\n\\t\\t\\t\\trevert = before + this._items.length;\\r\\n\\t\\t\\t\\tthis.reset(revert);\\r\\n\\t\\t\\t} else if (after >= items - this.settings.items && direction === true) {\\r\\n\\t\\t\\t\\trevert = before - this._items.length;\\r\\n\\t\\t\\t\\tthis.reset(revert);\\r\\n\\t\\t\\t}\\r\\n\\t\\t\\twindow.clearTimeout(this.e._goToLoop);\\r\\n\\t\\t\\tthis.e._goToLoop = window.setTimeout($.proxy(function() {\\r\\n\\t\\t\\t\\tthis.speed(this.duration(this.current(), revert + distance, speed));\\r\\n\\t\\t\\t\\tthis.current(revert + distance);\\r\\n\\t\\t\\t\\tthis.update();\\r\\n\\t\\t\\t}, this), 30);\\r\\n\\t\\t} else {\\r\\n\\t\\t\\tthis.speed(this.duration(this.current(), position, speed));\\r\\n\\t\\t\\tthis.current(position);\\r\\n\\t\\t\\tthis.update();\\r\\n\\t\\t}\\r\\n\\t};\\r\\n\\r\\n\\t/**\\r\\n\\t * Slides to the next item.\\r\\n\\t * @public\\r\\n\\t * @param {Number} [speed] - The time in milliseconds for the transition.\\r\\n\\t */\\r\\n\\tOwl.prototype.next = function(speed) {\\r\\n\\t\\tspeed = speed || false;\\r\\n\\t\\tthis.to(this.relative(this.current()) + 1, speed);\\r\\n\\t};\\r\\n\\r\\n\\t/**\\r\\n\\t * Slides to the previous item.\\r\\n\\t * @public\\r\\n\\t * @param {Number} [speed] - The time in milliseconds for the transition.\\r\\n\\t */\\r\\n\\tOwl.prototype.prev = function(speed) {\\r\\n\\t\\tspeed = speed || false;\\r\\n\\t\\tthis.to(this.relative(this.current()) - 1, speed);\\r\\n\\t};\\r\\n\\r\\n\\t/**\\r\\n\\t * Handles the end of an animation.\\r\\n\\t * @protected\\r\\n\\t * @param {Event} event - The event arguments.\\r\\n\\t */\\r\\n\\tOwl.prototype.transitionEnd = function(event) {\\r\\n\\r\\n\\t\\t// if css2 animation then event object is undefined\\r\\n\\t\\tif (event !== undefined) {\\r\\n\\t\\t\\tevent.stopPropagation();\\r\\n\\r\\n\\t\\t\\t// Catch only owl-stage transitionEnd event\\r\\n\\t\\t\\tif ((event.target || event.srcElement || event.originalTarget) !== this.$stage.get(0)) {\\r\\n\\t\\t\\t\\treturn false;\\r\\n\\t\\t\\t}\\r\\n\\t\\t}\\r\\n\\r\\n\\t\\tthis.state.inMotion = false;\\r\\n\\t\\tthis.trigger('translated');\\r\\n\\t};\\r\\n\\r\\n\\t/**\\r\\n\\t * Gets viewport width.\\r\\n\\t * @protected\\r\\n\\t * @return {Number} - The width in pixel.\\r\\n\\t */\\r\\n\\tOwl.prototype.viewport = function() {\\r\\n\\t\\tvar width;\\r\\n\\t\\tif (this.options.responsiveBaseElement !== window) {\\r\\n\\t\\t\\twidth = $(this.options.responsiveBaseElement).width();\\r\\n\\t\\t} else if (window.innerWidth) {\\r\\n\\t\\t\\twidth = window.innerWidth;\\r\\n\\t\\t} else if (document.documentElement && document.documentElement.clientWidth) {\\r\\n\\t\\t\\twidth = document.documentElement.clientWidth;\\r\\n\\t\\t} else {\\r\\n\\t\\t\\tthrow 'Can not detect viewport width.';\\r\\n\\t\\t}\\r\\n\\t\\treturn width;\\r\\n\\t};\\r\\n\\r\\n\\t/**\\r\\n\\t * Replaces the current content.\\r\\n\\t * @public\\r\\n\\t * @param {HTMLElement|jQuery|String} content - The new content.\\r\\n\\t */\\r\\n\\tOwl.prototype.replace = function(content) {\\r\\n\\t\\tthis.$stage.empty();\\r\\n\\t\\tthis._items = [];\\r\\n\\r\\n\\t\\tif (content) {\\r\\n\\t\\t\\tcontent = (content instanceof jQuery) ? content : $(content);\\r\\n\\t\\t}\\r\\n\\r\\n\\t\\tif (this.settings.nestedItemSelector) {\\r\\n\\t\\t\\tcontent = content.find('.' + this.settings.nestedItemSelector);\\r\\n\\t\\t}\\r\\n\\r\\n\\t\\tcontent.filter(function() {\\r\\n\\t\\t\\treturn this.nodeType === 1;\\r\\n\\t\\t}).each($.proxy(function(index, item) {\\r\\n\\t\\t\\titem = this.prepare(item);\\r\\n\\t\\t\\tthis.$stage.append(item);\\r\\n\\t\\t\\tthis._items.push(item);\\r\\n\\t\\t\\tthis._mergers.push(item.find('[data-merge]').addBack('[data-merge]').attr('data-merge') * 1 || 1);\\r\\n\\t\\t}, this));\\r\\n\\r\\n\\t\\tthis.reset($.isNumeric(this.settings.startPosition) ? this.settings.startPosition : 0);\\r\\n\\r\\n\\t\\tthis.invalidate('items');\\r\\n\\t};\\r\\n\\r\\n\\t/**\\r\\n\\t * Adds an item.\\r\\n\\t * @todo Use `item` instead of `content` for the event arguments.\\r\\n\\t * @public\\r\\n\\t * @param {HTMLElement|jQuery|String} content - The item content to add.\\r\\n\\t * @param {Number} [position] - The relative position at which to insert the item otherwise the item will be added to the end.\\r\\n\\t */\\r\\n\\tOwl.prototype.add = function(content, position) {\\r\\n\\t\\tposition = position === undefined ? this._items.length : this.normalize(position, true);\\r\\n\\r\\n\\t\\tthis.trigger('add', { content: content, position: position });\\r\\n\\r\\n\\t\\tif (this._items.length === 0 || position === this._items.length) {\\r\\n\\t\\t\\tthis.$stage.append(content);\\r\\n\\t\\t\\tthis._items.push(content);\\r\\n\\t\\t\\tthis._mergers.push(content.find('[data-merge]').addBack('[data-merge]').attr('data-merge') * 1 || 1);\\r\\n\\t\\t} else {\\r\\n\\t\\t\\tthis._items[position].before(content);\\r\\n\\t\\t\\tthis._items.splice(position, 0, content);\\r\\n\\t\\t\\tthis._mergers.splice(position, 0, content.find('[data-merge]').addBack('[data-merge]').attr('data-merge') * 1 || 1);\\r\\n\\t\\t}\\r\\n\\r\\n\\t\\tthis.invalidate('items');\\r\\n\\r\\n\\t\\tthis.trigger('added', { content: content, position: position });\\r\\n\\t};\\r\\n\\r\\n\\t/**\\r\\n\\t * Removes an item by its position.\\r\\n\\t * @todo Use `item` instead of `content` for the event arguments.\\r\\n\\t * @public\\r\\n\\t * @param {Number} position - The relative position of the item to remove.\\r\\n\\t */\\r\\n\\tOwl.prototype.remove = function(position) {\\r\\n\\t\\tposition = this.normalize(position, true);\\r\\n\\r\\n\\t\\tif (position === undefined) {\\r\\n\\t\\t\\treturn;\\r\\n\\t\\t}\\r\\n\\r\\n\\t\\tthis.trigger('remove', { content: this._items[position], position: position });\\r\\n\\r\\n\\t\\tthis._items[position].remove();\\r\\n\\t\\tthis._items.splice(position, 1);\\r\\n\\t\\tthis._mergers.splice(position, 1);\\r\\n\\r\\n\\t\\tthis.invalidate('items');\\r\\n\\r\\n\\t\\tthis.trigger('removed', { content: null, position: position });\\r\\n\\t};\\r\\n\\r\\n\\t/**\\r\\n\\t * Adds triggerable events.\\r\\n\\t * @protected\\r\\n\\t */\\r\\n\\tOwl.prototype.addTriggerableEvents = function() {\\r\\n\\t\\tvar handler = $.proxy(function(callback, event) {\\r\\n\\t\\t\\treturn $.proxy(function(e) {\\r\\n\\t\\t\\t\\tif (e.relatedTarget !== this) {\\r\\n\\t\\t\\t\\t\\tthis.suppress([ event ]);\\r\\n\\t\\t\\t\\t\\tcallback.apply(this, [].slice.call(arguments, 1));\\r\\n\\t\\t\\t\\t\\tthis.release([ event ]);\\r\\n\\t\\t\\t\\t}\\r\\n\\t\\t\\t}, this);\\r\\n\\t\\t}, this);\\r\\n\\r\\n\\t\\t$.each({\\r\\n\\t\\t\\t'next': this.next,\\r\\n\\t\\t\\t'prev': this.prev,\\r\\n\\t\\t\\t'to': this.to,\\r\\n\\t\\t\\t'destroy': this.destroy,\\r\\n\\t\\t\\t'refresh': this.refresh,\\r\\n\\t\\t\\t'replace': this.replace,\\r\\n\\t\\t\\t'add': this.add,\\r\\n\\t\\t\\t'remove': this.remove\\r\\n\\t\\t}, $.proxy(function(event, callback) {\\r\\n\\t\\t\\tthis.$element.on(event + '.owl.carousel', handler(callback, event + '.owl.carousel'));\\r\\n\\t\\t}, this));\\r\\n\\r\\n\\t};\\r\\n\\r\\n\\t/**\\r\\n\\t * Watches the visibility of the carousel element.\\r\\n\\t * @protected\\r\\n\\t */\\r\\n\\tOwl.prototype.watchVisibility = function() {\\r\\n\\r\\n\\t\\t// test on zepto\\r\\n\\t\\tif (!isElVisible(this.$element.get(0))) {\\r\\n\\t\\t\\tthis.$element.addClass('owl-hidden');\\r\\n\\t\\t\\twindow.clearInterval(this.e._checkVisibile);\\r\\n\\t\\t\\tthis.e._checkVisibile = window.setInterval($.proxy(checkVisible, this), 500);\\r\\n\\t\\t}\\r\\n\\r\\n\\t\\tfunction isElVisible(el) {\\r\\n\\t\\t\\treturn el.offsetWidth > 0 && el.offsetHeight > 0;\\r\\n\\t\\t}\\r\\n\\r\\n\\t\\tfunction checkVisible() {\\r\\n\\t\\t\\tif (isElVisible(this.$element.get(0))) {\\r\\n\\t\\t\\t\\tthis.$element.removeClass('owl-hidden');\\r\\n\\t\\t\\t\\tthis.refresh();\\r\\n\\t\\t\\t\\twindow.clearInterval(this.e._checkVisibile);\\r\\n\\t\\t\\t}\\r\\n\\t\\t}\\r\\n\\t};\\r\\n\\r\\n\\t/**\\r\\n\\t * Preloads images with auto width.\\r\\n\\t * @protected\\r\\n\\t * @todo Still to test\\r\\n\\t */\\r\\n\\tOwl.prototype.preloadAutoWidthImages = function(imgs) {\\r\\n\\t\\tvar loaded, that, $el, img;\\r\\n\\r\\n\\t\\tloaded = 0;\\r\\n\\t\\tthat = this;\\r\\n\\t\\timgs.each(function(i, el) {\\r\\n\\t\\t\\t$el = $(el);\\r\\n\\t\\t\\timg = new Image();\\r\\n\\r\\n\\t\\t\\timg.onload = function() {\\r\\n\\t\\t\\t\\tloaded++;\\r\\n\\t\\t\\t\\t$el.attr('src', img.src);\\r\\n\\t\\t\\t\\t$el.css('opacity', 1);\\r\\n\\t\\t\\t\\tif (loaded >= imgs.length) {\\r\\n\\t\\t\\t\\t\\tthat.state.imagesLoaded = true;\\r\\n\\t\\t\\t\\t\\tthat.initialize();\\r\\n\\t\\t\\t\\t}\\r\\n\\t\\t\\t};\\r\\n\\r\\n\\t\\t\\timg.src = $el.attr('src') || $el.attr('data-src') || $el.attr('data-src-retina');\\r\\n\\t\\t});\\r\\n\\t};\\r\\n\\r\\n\\t/**\\r\\n\\t * Destroys the carousel.\\r\\n\\t * @public\\r\\n\\t */\\r\\n\\tOwl.prototype.destroy = function() {\\r\\n\\r\\n\\t\\tif (this.$element.hasClass(this.settings.themeClass)) {\\r\\n\\t\\t\\tthis.$element.removeClass(this.settings.themeClass);\\r\\n\\t\\t}\\r\\n\\r\\n\\t\\tif (this.settings.responsive !== false) {\\r\\n\\t\\t\\t$(window).off('resize.owl.carousel');\\r\\n\\t\\t}\\r\\n\\r\\n\\t\\tif (this.transitionEndVendor) {\\r\\n\\t\\t\\tthis.off(this.$stage.get(0), this.transitionEndVendor, this.e._transitionEnd);\\r\\n\\t\\t}\\r\\n\\r\\n\\t\\tfor ( var i in this._plugins) {\\r\\n\\t\\t\\tthis._plugins[i].destroy();\\r\\n\\t\\t}\\r\\n\\r\\n\\t\\tif (this.settings.mouseDrag || this.settings.touchDrag) {\\r\\n\\t\\t\\tthis.$stage.off('mousedown touchstart touchcancel');\\r\\n\\t\\t\\t$(document).off('.owl.dragEvents');\\r\\n\\t\\t\\tthis.$stage.get(0).onselectstart = function() {};\\r\\n\\t\\t\\tthis.$stage.off('dragstart', function() { return false });\\r\\n\\t\\t}\\r\\n\\r\\n\\t\\t// remove event handlers in the \\\".owl.carousel\\\" namespace\\r\\n\\t\\tthis.$element.off('.owl');\\r\\n\\r\\n\\t\\tthis.$stage.children('.cloned').remove();\\r\\n\\t\\tthis.e = null;\\r\\n\\t\\tthis.$element.removeData('owlCarousel');\\r\\n\\r\\n\\t\\tthis.$stage.children().contents().unwrap();\\r\\n\\t\\tthis.$stage.children().unwrap();\\r\\n\\t\\tthis.$stage.unwrap();\\r\\n\\t};\\r\\n\\r\\n\\t/**\\r\\n\\t * Operators to calculate right-to-left and left-to-right.\\r\\n\\t * @protected\\r\\n\\t * @param {Number} [a] - The left side operand.\\r\\n\\t * @param {String} [o] - The operator.\\r\\n\\t * @param {Number} [b] - The right side operand.\\r\\n\\t */\\r\\n\\tOwl.prototype.op = function(a, o, b) {\\r\\n\\t\\tvar rtl = this.settings.rtl;\\r\\n\\t\\tswitch (o) {\\r\\n\\t\\t\\tcase '<':\\r\\n\\t\\t\\t\\treturn rtl ? a > b : a < b;\\r\\n\\t\\t\\tcase '>':\\r\\n\\t\\t\\t\\treturn rtl ? a < b : a > b;\\r\\n\\t\\t\\tcase '>=':\\r\\n\\t\\t\\t\\treturn rtl ? a <= b : a >= b;\\r\\n\\t\\t\\tcase '<=':\\r\\n\\t\\t\\t\\treturn rtl ? a >= b : a <= b;\\r\\n\\t\\t\\tdefault:\\r\\n\\t\\t\\t\\tbreak;\\r\\n\\t\\t}\\r\\n\\t};\\r\\n\\r\\n\\t/**\\r\\n\\t * Attaches to an internal event.\\r\\n\\t * @protected\\r\\n\\t * @param {HTMLElement} element - The event source.\\r\\n\\t * @param {String} event - The event name.\\r\\n\\t * @param {Function} listener - The event handler to attach.\\r\\n\\t * @param {Boolean} capture - Wether the event should be handled at the capturing phase or not.\\r\\n\\t */\\r\\n\\tOwl.prototype.on = function(element, event, listener, capture) {\\r\\n\\t\\tif (element.addEventListener) {\\r\\n\\t\\t\\telement.addEventListener(event, listener, capture);\\r\\n\\t\\t} else if (element.attachEvent) {\\r\\n\\t\\t\\telement.attachEvent('on' + event, listener);\\r\\n\\t\\t}\\r\\n\\t};\\r\\n\\r\\n\\t/**\\r\\n\\t * Detaches from an internal event.\\r\\n\\t * @protected\\r\\n\\t * @param {HTMLElement} element - The event source.\\r\\n\\t * @param {String} event - The event name.\\r\\n\\t * @param {Function} listener - The attached event handler to detach.\\r\\n\\t * @param {Boolean} capture - Wether the attached event handler was registered as a capturing listener or not.\\r\\n\\t */\\r\\n\\tOwl.prototype.off = function(element, event, listener, capture) {\\r\\n\\t\\tif (element.removeEventListener) {\\r\\n\\t\\t\\telement.removeEventListener(event, listener, capture);\\r\\n\\t\\t} else if (element.detachEvent) {\\r\\n\\t\\t\\telement.detachEvent('on' + event, listener);\\r\\n\\t\\t}\\r\\n\\t};\\r\\n\\r\\n\\t/**\\r\\n\\t * Triggers an public event.\\r\\n\\t * @protected\\r\\n\\t * @param {String} name - The event name.\\r\\n\\t * @param {*} [data=null] - The event data.\\r\\n\\t * @param {String} [namespace=.owl.carousel] - The event namespace.\\r\\n\\t * @returns {Event} - The event arguments.\\r\\n\\t */\\r\\n\\tOwl.prototype.trigger = function(name, data, namespace) {\\r\\n\\t\\tvar status = {\\r\\n\\t\\t\\titem: { count: this._items.length, index: this.current() }\\r\\n\\t\\t}, handler = $.camelCase(\\r\\n\\t\\t\\t$.grep([ 'on', name, namespace ], function(v) { return v })\\r\\n\\t\\t\\t\\t.join('-').toLowerCase()\\r\\n\\t\\t), event = $.Event(\\r\\n\\t\\t\\t[ name, 'owl', namespace || 'carousel' ].join('.').toLowerCase(),\\r\\n\\t\\t\\t$.extend({ relatedTarget: this }, status, data)\\r\\n\\t\\t);\\r\\n\\r\\n\\t\\tif (!this._supress[name]) {\\r\\n\\t\\t\\t$.each(this._plugins, function(name, plugin) {\\r\\n\\t\\t\\t\\tif (plugin.onTrigger) {\\r\\n\\t\\t\\t\\t\\tplugin.onTrigger(event);\\r\\n\\t\\t\\t\\t}\\r\\n\\t\\t\\t});\\r\\n\\r\\n\\t\\t\\tthis.$element.trigger(event);\\r\\n\\r\\n\\t\\t\\tif (this.settings && typeof this.settings[handler] === 'function') {\\r\\n\\t\\t\\t\\tthis.settings[handler].apply(this, event);\\r\\n\\t\\t\\t}\\r\\n\\t\\t}\\r\\n\\r\\n\\t\\treturn event;\\r\\n\\t};\\r\\n\\r\\n\\t/**\\r\\n\\t * Suppresses events.\\r\\n\\t * @protected\\r\\n\\t * @param {Array.} events - The events to suppress.\\r\\n\\t */\\r\\n\\tOwl.prototype.suppress = function(events) {\\r\\n\\t\\t$.each(events, $.proxy(function(index, event) {\\r\\n\\t\\t\\tthis._supress[event] = true;\\r\\n\\t\\t}, this));\\r\\n\\t}\\r\\n\\r\\n\\t/**\\r\\n\\t * Releases suppressed events.\\r\\n\\t * @protected\\r\\n\\t * @param {Array.} events - The events to release.\\r\\n\\t */\\r\\n\\tOwl.prototype.release = function(events) {\\r\\n\\t\\t$.each(events, $.proxy(function(index, event) {\\r\\n\\t\\t\\tdelete this._supress[event];\\r\\n\\t\\t}, this));\\r\\n\\t}\\r\\n\\r\\n\\t/**\\r\\n\\t * Checks the availability of some browser features.\\r\\n\\t * @protected\\r\\n\\t */\\r\\n\\tOwl.prototype.browserSupport = function() {\\r\\n\\t\\tthis.support3d = isPerspective();\\r\\n\\r\\n\\t\\tif (this.support3d) {\\r\\n\\t\\t\\tthis.transformVendor = isTransform();\\r\\n\\r\\n\\t\\t\\t// take transitionend event name by detecting transition\\r\\n\\t\\t\\tvar endVendors = [ 'transitionend', 'webkitTransitionEnd', 'transitionend', 'oTransitionEnd' ];\\r\\n\\t\\t\\tthis.transitionEndVendor = endVendors[isTransition()];\\r\\n\\r\\n\\t\\t\\t// take vendor name from transform name\\r\\n\\t\\t\\tthis.vendorName = this.transformVendor.replace(/Transform/i, '');\\r\\n\\t\\t\\tthis.vendorName = this.vendorName !== '' ? '-' + this.vendorName.toLowerCase() + '-' : '';\\r\\n\\t\\t}\\r\\n\\r\\n\\t\\tthis.state.orientation = window.orientation;\\r\\n\\t};\\r\\n\\r\\n\\t/**\\r\\n\\t * Get touch/drag coordinats.\\r\\n\\t * @private\\r\\n\\t * @param {event} - mousedown/touchstart event\\r\\n\\t * @returns {object} - Contains X and Y of current mouse/touch position\\r\\n\\t */\\r\\n\\r\\n\\tfunction getTouches(event) {\\r\\n\\t\\tif (event.touches !== undefined) {\\r\\n\\t\\t\\treturn {\\r\\n\\t\\t\\t\\tx: event.touches[0].pageX,\\r\\n\\t\\t\\t\\ty: event.touches[0].pageY\\r\\n\\t\\t\\t};\\r\\n\\t\\t}\\r\\n\\r\\n\\t\\tif (event.touches === undefined) {\\r\\n\\t\\t\\tif (event.pageX !== undefined) {\\r\\n\\t\\t\\t\\treturn {\\r\\n\\t\\t\\t\\t\\tx: event.pageX,\\r\\n\\t\\t\\t\\t\\ty: event.pageY\\r\\n\\t\\t\\t\\t};\\r\\n\\t\\t\\t}\\r\\n\\r\\n\\t\\tif (event.pageX === undefined) {\\r\\n\\t\\t\\treturn {\\r\\n\\t\\t\\t\\t\\tx: event.clientX,\\r\\n\\t\\t\\t\\t\\ty: event.clientY\\r\\n\\t\\t\\t\\t};\\r\\n\\t\\t\\t}\\r\\n\\t\\t}\\r\\n\\t}\\r\\n\\r\\n\\t/**\\r\\n\\t * Checks for CSS support.\\r\\n\\t * @private\\r\\n\\t * @param {Array} array - The CSS properties to check for.\\r\\n\\t * @returns {Array} - Contains the supported CSS property name and its index or `false`.\\r\\n\\t */\\r\\n\\tfunction isStyleSupported(array) {\\r\\n\\t\\tvar p, s, fake = document.createElement('div'), list = array;\\r\\n\\t\\tfor (p in list) {\\r\\n\\t\\t\\ts = list[p];\\r\\n\\t\\t\\tif (typeof fake.style[s] !== 'undefined') {\\r\\n\\t\\t\\t\\tfake = null;\\r\\n\\t\\t\\t\\treturn [ s, p ];\\r\\n\\t\\t\\t}\\r\\n\\t\\t}\\r\\n\\t\\treturn [ false ];\\r\\n\\t}\\r\\n\\r\\n\\t/**\\r\\n\\t * Checks for CSS transition support.\\r\\n\\t * @private\\r\\n\\t * @todo Realy bad design\\r\\n\\t * @returns {Number}\\r\\n\\t */\\r\\n\\tfunction isTransition() {\\r\\n\\t\\treturn isStyleSupported([ 'transition', 'WebkitTransition', 'MozTransition', 'OTransition' ])[1];\\r\\n\\t}\\r\\n\\r\\n\\t/**\\r\\n\\t * Checks for CSS transform support.\\r\\n\\t * @private\\r\\n\\t * @returns {String} The supported property name or false.\\r\\n\\t */\\r\\n\\tfunction isTransform() {\\r\\n\\t\\treturn isStyleSupported([ 'transform', 'WebkitTransform', 'MozTransform', 'OTransform', 'msTransform' ])[0];\\r\\n\\t}\\r\\n\\r\\n\\t/**\\r\\n\\t * Checks for CSS perspective support.\\r\\n\\t * @private\\r\\n\\t * @returns {String} The supported property name or false.\\r\\n\\t */\\r\\n\\tfunction isPerspective() {\\r\\n\\t\\treturn isStyleSupported([ 'perspective', 'webkitPerspective', 'MozPerspective', 'OPerspective', 'MsPerspective' ])[0];\\r\\n\\t}\\r\\n\\r\\n\\t/**\\r\\n\\t * Checks wether touch is supported or not.\\r\\n\\t * @private\\r\\n\\t * @returns {Boolean}\\r\\n\\t */\\r\\n\\tfunction isTouchSupport() {\\r\\n\\t\\treturn 'ontouchstart' in window || !!(navigator.msMaxTouchPoints);\\r\\n\\t}\\r\\n\\r\\n\\t/**\\r\\n\\t * Checks wether touch is supported or not for IE.\\r\\n\\t * @private\\r\\n\\t * @returns {Boolean}\\r\\n\\t */\\r\\n\\tfunction isTouchSupportIE() {\\r\\n\\t\\treturn window.navigator.msPointerEnabled;\\r\\n\\t}\\r\\n\\r\\n\\t/**\\r\\n\\t * The jQuery Plugin for the Owl Carousel\\r\\n\\t * @public\\r\\n\\t */\\r\\n\\t$.fn.owlCarousel = function(options) {\\r\\n\\t\\treturn this.each(function() {\\r\\n\\t\\t\\tif (!$(this).data('owlCarousel')) {\\r\\n\\t\\t\\t\\t$(this).data('owlCarousel', new Owl(this, options));\\r\\n\\t\\t\\t}\\r\\n\\t\\t});\\r\\n\\t};\\r\\n\\r\\n\\t/**\\r\\n\\t * The constructor for the jQuery Plugin\\r\\n\\t * @public\\r\\n\\t */\\r\\n\\t$.fn.owlCarousel.Constructor = Owl;\\r\\n\\r\\n})(window.Zepto || window.jQuery, window, document);\\r\\n\\r\\n/**\\r\\n * Lazy Plugin\\r\\n * @version 2.0.0\\r\\n * @author Bartosz Wojciechowski\\r\\n * @license The MIT License (MIT)\\r\\n */\\r\\n;(function($, window, document, undefined) {\\r\\n\\r\\n\\t/**\\r\\n\\t * Creates the lazy plugin.\\r\\n\\t * @class The Lazy Plugin\\r\\n\\t * @param {Owl} carousel - The Owl Carousel\\r\\n\\t */\\r\\n\\tvar Lazy = function(carousel) {\\r\\n\\r\\n\\t\\t/**\\r\\n\\t\\t * Reference to the core.\\r\\n\\t\\t * @protected\\r\\n\\t\\t * @type {Owl}\\r\\n\\t\\t */\\r\\n\\t\\tthis._core = carousel;\\r\\n\\r\\n\\t\\t/**\\r\\n\\t\\t * Already loaded items.\\r\\n\\t\\t * @protected\\r\\n\\t\\t * @type {Array.}\\r\\n\\t\\t */\\r\\n\\t\\tthis._loaded = [];\\r\\n\\r\\n\\t\\t/**\\r\\n\\t\\t * Event handlers.\\r\\n\\t\\t * @protected\\r\\n\\t\\t * @type {Object}\\r\\n\\t\\t */\\r\\n\\t\\tthis._handlers = {\\r\\n\\t\\t\\t'initialized.owl.carousel change.owl.carousel': $.proxy(function(e) {\\r\\n\\t\\t\\t\\tif (!e.namespace) {\\r\\n\\t\\t\\t\\t\\treturn;\\r\\n\\t\\t\\t\\t}\\r\\n\\r\\n\\t\\t\\t\\tif (!this._core.settings || !this._core.settings.lazyLoad) {\\r\\n\\t\\t\\t\\t\\treturn;\\r\\n\\t\\t\\t\\t}\\r\\n\\r\\n\\t\\t\\t\\tif ((e.property && e.property.name == 'position') || e.type == 'initialized') {\\r\\n\\t\\t\\t\\t\\tvar settings = this._core.settings,\\r\\n\\t\\t\\t\\t\\t\\tn = (settings.center && Math.ceil(settings.items / 2) || settings.items),\\r\\n\\t\\t\\t\\t\\t\\ti = ((settings.center && n * -1) || 0),\\r\\n\\t\\t\\t\\t\\t\\tposition = ((e.property && e.property.value) || this._core.current()) + i,\\r\\n\\t\\t\\t\\t\\t\\tclones = this._core.clones().length,\\r\\n\\t\\t\\t\\t\\t\\tload = $.proxy(function(i, v) { this.load(v) }, this);\\r\\n\\r\\n\\t\\t\\t\\t\\twhile (i++ < n) {\\r\\n\\t\\t\\t\\t\\t\\tthis.load(clones / 2 + this._core.relative(position));\\r\\n\\t\\t\\t\\t\\t\\tclones && $.each(this._core.clones(this._core.relative(position++)), load);\\r\\n\\t\\t\\t\\t\\t}\\r\\n\\t\\t\\t\\t}\\r\\n\\t\\t\\t}, this)\\r\\n\\t\\t};\\r\\n\\r\\n\\t\\t// set the default options\\r\\n\\t\\tthis._core.options = $.extend({}, Lazy.Defaults, this._core.options);\\r\\n\\r\\n\\t\\t// register event handler\\r\\n\\t\\tthis._core.$element.on(this._handlers);\\r\\n\\t}\\r\\n\\r\\n\\t/**\\r\\n\\t * Default options.\\r\\n\\t * @public\\r\\n\\t */\\r\\n\\tLazy.Defaults = {\\r\\n\\t\\tlazyLoad: false\\r\\n\\t}\\r\\n\\r\\n\\t/**\\r\\n\\t * Loads all resources of an item at the specified position.\\r\\n\\t * @param {Number} position - The absolute position of the item.\\r\\n\\t * @protected\\r\\n\\t */\\r\\n\\tLazy.prototype.load = function(position) {\\r\\n\\t\\tvar $item = this._core.$stage.children().eq(position),\\r\\n\\t\\t\\t$elements = $item && $item.find('.owl-lazy');\\r\\n\\r\\n\\t\\tif (!$elements || $.inArray($item.get(0), this._loaded) > -1) {\\r\\n\\t\\t\\treturn;\\r\\n\\t\\t}\\r\\n\\r\\n\\t\\t$elements.each($.proxy(function(index, element) {\\r\\n\\t\\t\\tvar $element = $(element), image,\\r\\n\\t\\t\\t\\turl = (window.devicePixelRatio > 1 && $element.attr('data-src-retina')) || $element.attr('data-src');\\r\\n\\r\\n\\t\\t\\tthis._core.trigger('load', { element: $element, url: url }, 'lazy');\\r\\n\\r\\n\\t\\t\\tif ($element.is('img')) {\\r\\n\\t\\t\\t\\t$element.one('load.owl.lazy', $.proxy(function() {\\r\\n\\t\\t\\t\\t\\t$element.css('opacity', 1);\\r\\n\\t\\t\\t\\t\\tthis._core.trigger('loaded', { element: $element, url: url }, 'lazy');\\r\\n\\t\\t\\t\\t}, this)).attr('src', url);\\r\\n\\t\\t\\t} else {\\r\\n\\t\\t\\t\\timage = new Image();\\r\\n\\t\\t\\t\\timage.onload = $.proxy(function() {\\r\\n\\t\\t\\t\\t\\t$element.css({\\r\\n\\t\\t\\t\\t\\t\\t'background-image': 'url(' + url + ')',\\r\\n\\t\\t\\t\\t\\t\\t'opacity': '1'\\r\\n\\t\\t\\t\\t\\t});\\r\\n\\t\\t\\t\\t\\tthis._core.trigger('loaded', { element: $element, url: url }, 'lazy');\\r\\n\\t\\t\\t\\t}, this);\\r\\n\\t\\t\\t\\timage.src = url;\\r\\n\\t\\t\\t}\\r\\n\\t\\t}, this));\\r\\n\\r\\n\\t\\tthis._loaded.push($item.get(0));\\r\\n\\t}\\r\\n\\r\\n\\t/**\\r\\n\\t * Destroys the plugin.\\r\\n\\t * @public\\r\\n\\t */\\r\\n\\tLazy.prototype.destroy = function() {\\r\\n\\t\\tvar handler, property;\\r\\n\\r\\n\\t\\tfor (handler in this.handlers) {\\r\\n\\t\\t\\tthis._core.$element.off(handler, this.handlers[handler]);\\r\\n\\t\\t}\\r\\n\\t\\tfor (property in Object.getOwnPropertyNames(this)) {\\r\\n\\t\\t\\ttypeof this[property] != 'function' && (this[property] = null);\\r\\n\\t\\t}\\r\\n\\t}\\r\\n\\r\\n\\t$.fn.owlCarousel.Constructor.Plugins.Lazy = Lazy;\\r\\n\\r\\n})(window.Zepto || window.jQuery, window, document);\\r\\n\\r\\n/**\\r\\n * AutoHeight Plugin\\r\\n * @version 2.0.0\\r\\n * @author Bartosz Wojciechowski\\r\\n * @license The MIT License (MIT)\\r\\n */\\r\\n;(function($, window, document, undefined) {\\r\\n\\r\\n\\t/**\\r\\n\\t * Creates the auto height plugin.\\r\\n\\t * @class The Auto Height Plugin\\r\\n\\t * @param {Owl} carousel - The Owl Carousel\\r\\n\\t */\\r\\n\\tvar AutoHeight = function(carousel) {\\r\\n\\t\\t/**\\r\\n\\t\\t * Reference to the core.\\r\\n\\t\\t * @protected\\r\\n\\t\\t * @type {Owl}\\r\\n\\t\\t */\\r\\n\\t\\tthis._core = carousel;\\r\\n\\r\\n\\t\\t/**\\r\\n\\t\\t * All event handlers.\\r\\n\\t\\t * @protected\\r\\n\\t\\t * @type {Object}\\r\\n\\t\\t */\\r\\n\\t\\tthis._handlers = {\\r\\n\\t\\t\\t'initialized.owl.carousel': $.proxy(function() {\\r\\n\\t\\t\\t\\tif (this._core.settings.autoHeight) {\\r\\n\\t\\t\\t\\t\\tthis.update();\\r\\n\\t\\t\\t\\t}\\r\\n\\t\\t\\t}, this),\\r\\n\\t\\t\\t'changed.owl.carousel': $.proxy(function(e) {\\r\\n\\t\\t\\t\\tif (this._core.settings.autoHeight && e.property.name == 'position'){\\r\\n\\t\\t\\t\\t\\tthis.update();\\r\\n\\t\\t\\t\\t}\\r\\n\\t\\t\\t}, this),\\r\\n\\t\\t\\t'loaded.owl.lazy': $.proxy(function(e) {\\r\\n\\t\\t\\t\\tif (this._core.settings.autoHeight && e.element.closest('.' + this._core.settings.itemClass)\\r\\n\\t\\t\\t\\t\\t=== this._core.$stage.children().eq(this._core.current())) {\\r\\n\\t\\t\\t\\t\\tthis.update();\\r\\n\\t\\t\\t\\t}\\r\\n\\t\\t\\t}, this)\\r\\n\\t\\t};\\r\\n\\r\\n\\t\\t// set default options\\r\\n\\t\\tthis._core.options = $.extend({}, AutoHeight.Defaults, this._core.options);\\r\\n\\r\\n\\t\\t// register event handlers\\r\\n\\t\\tthis._core.$element.on(this._handlers);\\r\\n\\t};\\r\\n\\r\\n\\t/**\\r\\n\\t * Default options.\\r\\n\\t * @public\\r\\n\\t */\\r\\n\\tAutoHeight.Defaults = {\\r\\n\\t\\tautoHeight: false,\\r\\n\\t\\tautoHeightClass: 'owl-height'\\r\\n\\t};\\r\\n\\r\\n\\t/**\\r\\n\\t * Updates the view.\\r\\n\\t */\\r\\n\\tAutoHeight.prototype.update = function() {\\r\\n\\t\\tthis._core.$stage.parent()\\r\\n\\t\\t\\t.height(this._core.$stage.children().eq(this._core.current()).height())\\r\\n\\t\\t\\t.addClass(this._core.settings.autoHeightClass);\\r\\n\\t};\\r\\n\\r\\n\\tAutoHeight.prototype.destroy = function() {\\r\\n\\t\\tvar handler, property;\\r\\n\\r\\n\\t\\tfor (handler in this._handlers) {\\r\\n\\t\\t\\tthis._core.$element.off(handler, this._handlers[handler]);\\r\\n\\t\\t}\\r\\n\\t\\tfor (property in Object.getOwnPropertyNames(this)) {\\r\\n\\t\\t\\ttypeof this[property] != 'function' && (this[property] = null);\\r\\n\\t\\t}\\r\\n\\t};\\r\\n\\r\\n\\t$.fn.owlCarousel.Constructor.Plugins.AutoHeight = AutoHeight;\\r\\n\\r\\n})(window.Zepto || window.jQuery, window, document);\\r\\n\\r\\n/**\\r\\n * Video Plugin\\r\\n * @version 2.0.0\\r\\n * @author Bartosz Wojciechowski\\r\\n * @license The MIT License (MIT)\\r\\n */\\r\\n;(function($, window, document, undefined) {\\r\\n\\r\\n\\t/**\\r\\n\\t * Creates the video plugin.\\r\\n\\t * @class The Video Plugin\\r\\n\\t * @param {Owl} carousel - The Owl Carousel\\r\\n\\t */\\r\\n\\tvar Video = function(carousel) {\\r\\n\\t\\t/**\\r\\n\\t\\t * Reference to the core.\\r\\n\\t\\t * @protected\\r\\n\\t\\t * @type {Owl}\\r\\n\\t\\t */\\r\\n\\t\\tthis._core = carousel;\\r\\n\\r\\n\\t\\t/**\\r\\n\\t\\t * Cache all video URLs.\\r\\n\\t\\t * @protected\\r\\n\\t\\t * @type {Object}\\r\\n\\t\\t */\\r\\n\\t\\tthis._videos = {};\\r\\n\\r\\n\\t\\t/**\\r\\n\\t\\t * Current playing item.\\r\\n\\t\\t * @protected\\r\\n\\t\\t * @type {jQuery}\\r\\n\\t\\t */\\r\\n\\t\\tthis._playing = null;\\r\\n\\r\\n\\t\\t/**\\r\\n\\t\\t * Whether this is in fullscreen or not.\\r\\n\\t\\t * @protected\\r\\n\\t\\t * @type {Boolean}\\r\\n\\t\\t */\\r\\n\\t\\tthis._fullscreen = false;\\r\\n\\r\\n\\t\\t/**\\r\\n\\t\\t * All event handlers.\\r\\n\\t\\t * @protected\\r\\n\\t\\t * @type {Object}\\r\\n\\t\\t */\\r\\n\\t\\tthis._handlers = {\\r\\n\\t\\t\\t'resize.owl.carousel': $.proxy(function(e) {\\r\\n\\t\\t\\t\\tif (this._core.settings.video && !this.isInFullScreen()) {\\r\\n\\t\\t\\t\\t\\te.preventDefault();\\r\\n\\t\\t\\t\\t}\\r\\n\\t\\t\\t}, this),\\r\\n\\t\\t\\t'refresh.owl.carousel changed.owl.carousel': $.proxy(function(e) {\\r\\n\\t\\t\\t\\tif (this._playing) {\\r\\n\\t\\t\\t\\t\\tthis.stop();\\r\\n\\t\\t\\t\\t}\\r\\n\\t\\t\\t}, this),\\r\\n\\t\\t\\t'prepared.owl.carousel': $.proxy(function(e) {\\r\\n\\t\\t\\t\\tvar $element = $(e.content).find('.owl-video');\\r\\n\\t\\t\\t\\tif ($element.length) {\\r\\n\\t\\t\\t\\t\\t// $element.css('display', 'none');\\r\\n\\t\\t\\t\\t\\tthis.fetch($element, $(e.content));\\r\\n\\t\\t\\t\\t}\\r\\n\\t\\t\\t}, this)\\r\\n\\t\\t};\\r\\n\\r\\n\\t\\t// set default options\\r\\n\\t\\tthis._core.options = $.extend({}, Video.Defaults, this._core.options);\\r\\n\\r\\n\\t\\t// register event handlers\\r\\n\\t\\tthis._core.$element.on(this._handlers);\\r\\n\\r\\n\\t\\tthis._core.$element.on('click.owl.video', '.owl-video-play-icon', $.proxy(function(e) {\\r\\n\\t\\t\\tconsole.log('clicked');\\r\\n\\t\\t\\t\\r\\n\\t\\t\\tthis.play(e);\\r\\n\\t\\t}, this));\\r\\n\\t};\\r\\n\\r\\n\\t/**\\r\\n\\t * Default options.\\r\\n\\t * @public\\r\\n\\t */\\r\\n\\tVideo.Defaults = {\\r\\n\\t\\tvideo: false,\\r\\n\\t\\tvideoHeight: false,\\r\\n\\t\\tvideoWidth: false\\r\\n\\t};\\r\\n\\r\\n\\t/**\\r\\n\\t * Gets the video ID and the type (YouTube/Vimeo only).\\r\\n\\t * @protected\\r\\n\\t * @param {jQuery} target - The target containing the video data.\\r\\n\\t * @param {jQuery} item - The item containing the video.\\r\\n\\t */\\r\\n\\tVideo.prototype.fetch = function(target, item) {\\r\\n\\r\\n\\t\\tvar type = target.attr('data-vimeo-id') ? 'vimeo' : 'youtube',\\r\\n\\t\\t\\tid = target.attr('data-vimeo-id') || target.attr('data-youtube-id'),\\r\\n\\t\\t\\twidth = target.attr('data-width') || this._core.settings.videoWidth,\\r\\n\\t\\t\\theight = target.attr('data-height') || this._core.settings.videoHeight,\\r\\n\\t\\t\\turl = target.attr('href');\\r\\n\\r\\n\\t\\tif (url) {\\r\\n\\t\\t\\tid = url.match(/(http:|https:|)\\\\/\\\\/(player.|www.)?(vimeo\\\\.com|youtu(be\\\\.com|\\\\.be|be\\\\.googleapis\\\\.com))\\\\/(video\\\\/|embed\\\\/|watch\\\\?v=|v\\\\/)?([A-Za-z0-9._%-]*)(\\\\&\\\\S+)?/);\\r\\n\\r\\n\\t\\t\\tif (id[3].indexOf('youtu') > -1) {\\r\\n\\t\\t\\t\\ttype = 'youtube';\\r\\n\\t\\t\\t} else if (id[3].indexOf('vimeo') > -1) {\\r\\n\\t\\t\\t\\ttype = 'vimeo';\\r\\n\\t\\t\\t} else {\\r\\n\\t\\t\\t\\tthrow new Error('Video URL not supported.');\\r\\n\\t\\t\\t}\\r\\n\\t\\t\\tid = id[6];\\r\\n\\t\\t} else {\\r\\n\\t\\t\\tthrow new Error('Missing video URL.');\\r\\n\\t\\t}\\r\\n\\r\\n\\t\\tthis._videos[url] = {\\r\\n\\t\\t\\ttype: type,\\r\\n\\t\\t\\tid: id,\\r\\n\\t\\t\\twidth: width,\\r\\n\\t\\t\\theight: height\\r\\n\\t\\t};\\r\\n\\r\\n\\t\\titem.attr('data-video', url);\\r\\n\\r\\n\\t\\tthis.thumbnail(target, this._videos[url]);\\r\\n\\t};\\r\\n\\r\\n\\t/**\\r\\n\\t * Creates video thumbnail.\\r\\n\\t * @protected\\r\\n\\t * @param {jQuery} target - The target containing the video data.\\r\\n\\t * @param {Object} info - The video info object.\\r\\n\\t * @see `fetch`\\r\\n\\t */\\r\\n\\tVideo.prototype.thumbnail = function(target, video) {\\r\\n\\r\\n\\t\\tvar tnLink,\\r\\n\\t\\t\\ticon,\\r\\n\\t\\t\\tpath,\\r\\n\\t\\t\\tdimensions = video.width && video.height ? 'style=\\\"width:' + video.width + 'px;height:' + video.height + 'px;\\\"' : '',\\r\\n\\t\\t\\tcustomTn = target.find('img'),\\r\\n\\t\\t\\tsrcType = 'src',\\r\\n\\t\\t\\tlazyClass = '',\\r\\n\\t\\t\\tsettings = this._core.settings,\\r\\n\\t\\t\\tcreate = function(path) {\\r\\n\\t\\t\\t\\ticon = '
';\\r\\n\\r\\n\\t\\t\\t\\tif (settings.lazyLoad) {\\r\\n\\t\\t\\t\\t\\ttnLink = '
';\\r\\n\\t\\t\\t\\t} else {\\r\\n\\t\\t\\t\\t\\ttnLink = '
';\\r\\n\\t\\t\\t\\t}\\r\\n\\t\\t\\t\\ttarget.after(tnLink);\\r\\n\\t\\t\\t\\ttarget.after(icon);\\r\\n\\t\\t\\t};\\r\\n\\r\\n\\t\\t// wrap video content into owl-video-wrapper div\\r\\n\\t\\ttarget.wrap('
');\\r\\n\\r\\n\\t\\tif (this._core.settings.lazyLoad) {\\r\\n\\t\\t\\tsrcType = 'data-src';\\r\\n\\t\\t\\tlazyClass = 'owl-lazy';\\r\\n\\t\\t}\\r\\n\\r\\n\\t\\t// custom thumbnail\\r\\n\\t\\tif (customTn.length) {\\r\\n\\t\\t\\tcreate(customTn.attr(srcType));\\r\\n\\t\\t\\t// customTn.remove();\\r\\n\\t\\t\\treturn false;\\r\\n\\t\\t}\\r\\n\\r\\n\\t\\tif (video.type === 'youtube') {\\r\\n\\t\\t\\tpath = \\\"http://img.youtube.com/vi/\\\" + video.id + \\\"/hqdefault.jpg\\\";\\r\\n\\t\\t\\tcreate(path);\\r\\n\\t\\t} else if (video.type === 'vimeo') {\\r\\n\\t\\t\\t$.ajax({\\r\\n\\t\\t\\t\\ttype: 'GET',\\r\\n\\t\\t\\t\\turl: 'http://vimeo.com/api/v2/video/' + video.id + '.json',\\r\\n\\t\\t\\t\\tjsonp: 'callback',\\r\\n\\t\\t\\t\\tdataType: 'jsonp',\\r\\n\\t\\t\\t\\tsuccess: function(data) {\\r\\n\\t\\t\\t\\t\\tpath = data[0].thumbnail_large;\\r\\n\\t\\t\\t\\t\\tcreate(path);\\r\\n\\t\\t\\t\\t}\\r\\n\\t\\t\\t});\\r\\n\\t\\t}\\r\\n\\t};\\r\\n\\r\\n\\t/**\\r\\n\\t * Stops the current video.\\r\\n\\t * @public\\r\\n\\t */\\r\\n\\tVideo.prototype.stop = function() {\\r\\n\\t\\tthis._core.trigger('stop', null, 'video');\\r\\n\\t\\tthis._playing.find('.owl-video-frame').remove();\\r\\n\\t\\tthis._playing.find('img').css('display','block');\\r\\n\\t\\tthis._playing.removeClass('owl-video-playing');\\r\\n\\t\\tthis._playing = null;\\r\\n\\t};\\r\\n\\r\\n\\t/**\\r\\n\\t * Starts the current video.\\r\\n\\t * @public\\r\\n\\t * @param {Event} ev - The event arguments.\\r\\n\\t */\\r\\n\\tVideo.prototype.play = function(ev) {\\r\\n\\t\\tvar target = $(ev.target || ev.srcElement),\\r\\n\\t\\t\\titem = target.closest('.' + this._core.settings.itemClass),\\r\\n\\t\\t\\tvideo = this._videos[item.attr('data-video')],\\r\\n\\t\\t\\twidth = video.width || '100%',\\r\\n\\t\\t\\theight = video.height || this._core.$stage.height(),\\r\\n\\t\\t\\thtml, wrap;\\r\\n\\t\\t\\t\\r\\n\\t\\ttarget.prev().find('img').css('display','none');\\r\\n\\r\\n\\t\\tthis._core.trigger('play', null, 'video');\\r\\n\\t\\t\\r\\n\\t\\t\\r\\n\\t\\tif (this._playing) {\\r\\n\\t\\t\\tthis.stop();\\r\\n\\t\\t}\\r\\n\\t\\t\\r\\n\\r\\n\\t\\tif (video.type === 'youtube') {\\r\\n\\t\\t\\thtml = '';\\r\\n\\t\\t} else if (video.type === 'vimeo') {\\r\\n\\t\\t\\thtml = '';\\r\\n\\t\\t}\\r\\n\\r\\n\\t\\titem.addClass('owl-video-playing');\\r\\n\\t\\tthis._playing = item;\\r\\n\\r\\n\\t\\twrap = $('
'\\r\\n\\t\\t\\t+ html + '
');\\r\\n\\t\\ttarget.after(wrap);\\r\\n\\t};\\r\\n\\r\\n\\t/**\\r\\n\\t * Checks whether an video is currently in full screen mode or not.\\r\\n\\t * @todo Bad style because looks like a readonly method but changes members.\\r\\n\\t * @protected\\r\\n\\t * @returns {Boolean}\\r\\n\\t */\\r\\n\\tVideo.prototype.isInFullScreen = function() {\\r\\n\\r\\n\\t\\t// if Vimeo Fullscreen mode\\r\\n\\t\\tvar element = document.fullscreenElement || document.mozFullScreenElement\\r\\n\\t\\t\\t|| document.webkitFullscreenElement;\\r\\n\\r\\n\\t\\tif (element && $(element).parent().hasClass('owl-video-frame')) {\\r\\n\\t\\t\\tthis._core.speed(0);\\r\\n\\t\\t\\tthis._fullscreen = true;\\r\\n\\t\\t}\\r\\n\\r\\n\\t\\tif (element && this._fullscreen && this._playing) {\\r\\n\\t\\t\\treturn false;\\r\\n\\t\\t}\\r\\n\\r\\n\\t\\t// comming back from fullscreen\\r\\n\\t\\tif (this._fullscreen) {\\r\\n\\t\\t\\tthis._fullscreen = false;\\r\\n\\t\\t\\treturn false;\\r\\n\\t\\t}\\r\\n\\r\\n\\t\\t// check full screen mode and window orientation\\r\\n\\t\\tif (this._playing) {\\r\\n\\t\\t\\tif (this._core.state.orientation !== window.orientation) {\\r\\n\\t\\t\\t\\tthis._core.state.orientation = window.orientation;\\r\\n\\t\\t\\t\\treturn false;\\r\\n\\t\\t\\t}\\r\\n\\t\\t}\\r\\n\\r\\n\\t\\treturn true;\\r\\n\\t};\\r\\n\\r\\n\\t/**\\r\\n\\t * Destroys the plugin.\\r\\n\\t */\\r\\n\\tVideo.prototype.destroy = function() {\\r\\n\\t\\tvar handler, property;\\r\\n\\r\\n\\t\\tthis._core.$element.off('click.owl.video');\\r\\n\\r\\n\\t\\tfor (handler in this._handlers) {\\r\\n\\t\\t\\tthis._core.$element.off(handler, this._handlers[handler]);\\r\\n\\t\\t}\\r\\n\\t\\tfor (property in Object.getOwnPropertyNames(this)) {\\r\\n\\t\\t\\ttypeof this[property] != 'function' && (this[property] = null);\\r\\n\\t\\t}\\r\\n\\t};\\r\\n\\r\\n\\t$.fn.owlCarousel.Constructor.Plugins.Video = Video;\\r\\n\\r\\n})(window.Zepto || window.jQuery, window, document);\\r\\n\\r\\n/**\\r\\n * Animate Plugin\\r\\n * @version 2.0.0\\r\\n * @author Bartosz Wojciechowski\\r\\n * @license The MIT License (MIT)\\r\\n */\\r\\n;(function($, window, document, undefined) {\\r\\n\\r\\n\\t/**\\r\\n\\t * Creates the animate plugin.\\r\\n\\t * @class The Navigation Plugin\\r\\n\\t * @param {Owl} scope - The Owl Carousel\\r\\n\\t */\\r\\n\\tvar Animate = function(scope) {\\r\\n\\t\\tthis.core = scope;\\r\\n\\t\\tthis.core.options = $.extend({}, Animate.Defaults, this.core.options);\\r\\n\\t\\tthis.swapping = true;\\r\\n\\t\\tthis.previous = undefined;\\r\\n\\t\\tthis.next = undefined;\\r\\n\\r\\n\\t\\tthis.handlers = {\\r\\n\\t\\t\\t'change.owl.carousel': $.proxy(function(e) {\\r\\n\\t\\t\\t\\tif (e.property.name == 'position') {\\r\\n\\t\\t\\t\\t\\tthis.previous = this.core.current();\\r\\n\\t\\t\\t\\t\\tthis.next = e.property.value;\\r\\n\\t\\t\\t\\t}\\r\\n\\t\\t\\t}, this),\\r\\n\\t\\t\\t'drag.owl.carousel dragged.owl.carousel translated.owl.carousel': $.proxy(function(e) {\\r\\n\\t\\t\\t\\tthis.swapping = e.type == 'translated';\\r\\n\\t\\t\\t}, this),\\r\\n\\t\\t\\t'translate.owl.carousel': $.proxy(function(e) {\\r\\n\\t\\t\\t\\tif (this.swapping && (this.core.options.animateOut || this.core.options.animateIn)) {\\r\\n\\t\\t\\t\\t\\tthis.swap();\\r\\n\\t\\t\\t\\t}\\r\\n\\t\\t\\t}, this)\\r\\n\\t\\t};\\r\\n\\r\\n\\t\\tthis.core.$element.on(this.handlers);\\r\\n\\t};\\r\\n\\r\\n\\t/**\\r\\n\\t * Default options.\\r\\n\\t * @public\\r\\n\\t */\\r\\n\\tAnimate.Defaults = {\\r\\n\\t\\tanimateOut: false,\\r\\n\\t\\tanimateIn: false\\r\\n\\t};\\r\\n\\r\\n\\t/**\\r\\n\\t * Toggles the animation classes whenever an translations starts.\\r\\n\\t * @protected\\r\\n\\t * @returns {Boolean|undefined}\\r\\n\\t */\\r\\n\\tAnimate.prototype.swap = function() {\\r\\n\\r\\n\\t\\tif (this.core.settings.items !== 1 || !this.core.support3d) {\\r\\n\\t\\t\\treturn;\\r\\n\\t\\t}\\r\\n\\r\\n\\t\\tthis.core.speed(0);\\r\\n\\r\\n\\t\\tvar left,\\r\\n\\t\\t\\tclear = $.proxy(this.clear, this),\\r\\n\\t\\t\\tprevious = this.core.$stage.children().eq(this.previous),\\r\\n\\t\\t\\tnext = this.core.$stage.children().eq(this.next),\\r\\n\\t\\t\\tincoming = this.core.settings.animateIn,\\r\\n\\t\\t\\toutgoing = this.core.settings.animateOut;\\r\\n\\r\\n\\t\\tif (this.core.current() === this.previous) {\\r\\n\\t\\t\\treturn;\\r\\n\\t\\t}\\r\\n\\r\\n\\t\\tif (outgoing) {\\r\\n\\t\\t\\tleft = this.core.coordinates(this.previous) - this.core.coordinates(this.next);\\r\\n\\t\\t\\tprevious.css( { 'left': left + 'px' } )\\r\\n\\t\\t\\t\\t.addClass('animated owl-animated-out')\\r\\n\\t\\t\\t\\t.addClass(outgoing)\\r\\n\\t\\t\\t\\t.one('webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend', clear);\\r\\n\\t\\t}\\r\\n\\r\\n\\t\\tif (incoming) {\\r\\n\\t\\t\\tnext.addClass('animated owl-animated-in')\\r\\n\\t\\t\\t\\t.addClass(incoming)\\r\\n\\t\\t\\t\\t.one('webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend', clear);\\r\\n\\t\\t}\\r\\n\\t};\\r\\n\\r\\n\\tAnimate.prototype.clear = function(e) {\\r\\n\\t\\t$(e.target).css( { 'left': '' } )\\r\\n\\t\\t\\t.removeClass('animated owl-animated-out owl-animated-in')\\r\\n\\t\\t\\t.removeClass(this.core.settings.animateIn)\\r\\n\\t\\t\\t.removeClass(this.core.settings.animateOut);\\r\\n\\t\\tthis.core.transitionEnd();\\r\\n\\t}\\r\\n\\r\\n\\t/**\\r\\n\\t * Destroys the plugin.\\r\\n\\t * @public\\r\\n\\t */\\r\\n\\tAnimate.prototype.destroy = function() {\\r\\n\\t\\tvar handler, property;\\r\\n\\r\\n\\t\\tfor (handler in this.handlers) {\\r\\n\\t\\t\\tthis.core.$element.off(handler, this.handlers[handler]);\\r\\n\\t\\t}\\r\\n\\t\\tfor (property in Object.getOwnPropertyNames(this)) {\\r\\n\\t\\t\\ttypeof this[property] != 'function' && (this[property] = null);\\r\\n\\t\\t}\\r\\n\\t};\\r\\n\\r\\n\\t$.fn.owlCarousel.Constructor.Plugins.Animate = Animate;\\r\\n\\r\\n})(window.Zepto || window.jQuery, window, document);\\r\\n\\r\\n/**\\r\\n * Autoplay Plugin\\r\\n * @version 2.0.0\\r\\n * @author Bartosz Wojciechowski\\r\\n * @license The MIT License (MIT)\\r\\n */\\r\\n;(function($, window, document, undefined) {\\r\\n\\r\\n\\t/**\\r\\n\\t * Creates the autoplay plugin.\\r\\n\\t * @class The Autoplay Plugin\\r\\n\\t * @param {Owl} scope - The Owl Carousel\\r\\n\\t */\\r\\n\\tvar Autoplay = function(scope) {\\r\\n\\t\\tthis.core = scope;\\r\\n\\t\\tthis.core.options = $.extend({}, Autoplay.Defaults, this.core.options);\\r\\n\\r\\n\\t\\tthis.handlers = {\\r\\n\\t\\t\\t'translated.owl.carousel refreshed.owl.carousel': $.proxy(function() {\\r\\n\\t\\t\\t\\tthis.autoplay();\\r\\n\\t\\t\\t}, this),\\r\\n\\t\\t\\t'play.owl.autoplay': $.proxy(function(e, t, s) {\\r\\n\\t\\t\\t\\tthis.play(t, s);\\r\\n\\t\\t\\t}, this),\\r\\n\\t\\t\\t'stop.owl.autoplay': $.proxy(function() {\\r\\n\\t\\t\\t\\tthis.stop();\\r\\n\\t\\t\\t}, this),\\r\\n\\t\\t\\t'mouseover.owl.autoplay': $.proxy(function() {\\r\\n\\t\\t\\t\\tif (this.core.settings.autoplayHoverPause) {\\r\\n\\t\\t\\t\\t\\tthis.pause();\\r\\n\\t\\t\\t\\t}\\r\\n\\t\\t\\t}, this),\\r\\n\\t\\t\\t'mouseleave.owl.autoplay': $.proxy(function() {\\r\\n\\t\\t\\t\\t\\r\\n\\t\\t\\t\\tif ( this.core.settings.autoplayHoverPause && this.core.$element.find('.owl-video-playing').length == 0 ) {\\r\\n\\t\\t\\t\\t\\tthis.autoplay();\\r\\n\\t\\t\\t\\t}\\r\\n\\t\\t\\t}, this)\\r\\n\\t\\t};\\r\\n\\r\\n\\t\\tthis.core.$element.on(this.handlers);\\r\\n\\t};\\r\\n\\r\\n\\t/**\\r\\n\\t * Default options.\\r\\n\\t * @public\\r\\n\\t */\\r\\n\\tAutoplay.Defaults = {\\r\\n\\t\\tautoplay: false,\\r\\n\\t\\tautoplayTimeout: 5000,\\r\\n\\t\\tautoplayHoverPause: false,\\r\\n\\t\\tautoplaySpeed: false\\r\\n\\t};\\r\\n\\r\\n\\t/**\\r\\n\\t * @protected\\r\\n\\t * @todo Must be documented.\\r\\n\\t */\\r\\n\\tAutoplay.prototype.autoplay = function() {\\r\\n\\t\\tif (this.core.settings.autoplay && !this.core.state.videoPlay) {\\r\\n\\t\\t\\twindow.clearTimeout(this.interval);\\r\\n\\r\\n\\t\\t\\tthis.interval = window.setTimeout($.proxy(function() {\\r\\n\\t\\t\\t\\tthis.play();\\r\\n\\t\\t\\t}, this), this.core.settings.autoplayTimeout);\\r\\n\\t\\t} else {\\r\\n\\t\\t\\twindow.clearTimeout(this.interval);\\r\\n\\t\\t}\\r\\n\\t};\\r\\n\\r\\n\\t/**\\r\\n\\t * Starts the autoplay.\\r\\n\\t * @public\\r\\n\\t * @param {Number} [timeout] - ...\\r\\n\\t * @param {Number} [speed] - ...\\r\\n\\t * @returns {Boolean|undefined} - ...\\r\\n\\t * @todo Must be documented.\\r\\n\\t */\\r\\n\\tAutoplay.prototype.play = function(timeout, speed) {\\r\\n\\t\\t// if tab is inactive - doesnt work in }\\r\\n\\t\\t */\\r\\n\\t\\tthis._templates = [];\\r\\n\\r\\n\\t\\t/**\\r\\n\\t\\t * The carousel element.\\r\\n\\t\\t * @type {jQuery}\\r\\n\\t\\t */\\r\\n\\t\\tthis.$element = this._core.$element;\\r\\n\\r\\n\\t\\t/**\\r\\n\\t\\t * Overridden methods of the carousel.\\r\\n\\t\\t * @protected\\r\\n\\t\\t * @type {Object}\\r\\n\\t\\t */\\r\\n\\t\\tthis._overrides = {\\r\\n\\t\\t\\tnext: this._core.next,\\r\\n\\t\\t\\tprev: this._core.prev,\\r\\n\\t\\t\\tto: this._core.to\\r\\n\\t\\t};\\r\\n\\r\\n\\t\\t/**\\r\\n\\t\\t * All event handlers.\\r\\n\\t\\t * @protected\\r\\n\\t\\t * @type {Object}\\r\\n\\t\\t */\\r\\n\\t\\tthis._handlers = {\\r\\n\\t\\t\\t'prepared.owl.carousel': $.proxy(function(e) {\\r\\n\\t\\t\\t\\tif (this._core.settings.dotsData) {\\r\\n\\t\\t\\t\\t\\tthis._templates.push($(e.content).find('[data-dot]').addBack('[data-dot]').attr('data-dot'));\\r\\n\\t\\t\\t\\t}\\r\\n\\t\\t\\t}, this),\\r\\n\\t\\t\\t'add.owl.carousel': $.proxy(function(e) {\\r\\n\\t\\t\\t\\tif (this._core.settings.dotsData) {\\r\\n\\t\\t\\t\\t\\tthis._templates.splice(e.position, 0, $(e.content).find('[data-dot]').addBack('[data-dot]').attr('data-dot'));\\r\\n\\t\\t\\t\\t}\\r\\n\\t\\t\\t}, this),\\r\\n\\t\\t\\t'remove.owl.carousel prepared.owl.carousel': $.proxy(function(e) {\\r\\n\\t\\t\\t\\tif (this._core.settings.dotsData) {\\r\\n\\t\\t\\t\\t\\tthis._templates.splice(e.position, 1);\\r\\n\\t\\t\\t\\t}\\r\\n\\t\\t\\t}, this),\\r\\n\\t\\t\\t'change.owl.carousel': $.proxy(function(e) {\\r\\n\\t\\t\\t\\tif (e.property.name == 'position') {\\r\\n\\t\\t\\t\\t\\tif (!this._core.state.revert && !this._core.settings.loop && this._core.settings.navRewind) {\\r\\n\\t\\t\\t\\t\\t\\tvar current = this._core.current(),\\r\\n\\t\\t\\t\\t\\t\\t\\tmaximum = this._core.maximum(),\\r\\n\\t\\t\\t\\t\\t\\t\\tminimum = this._core.minimum();\\r\\n\\t\\t\\t\\t\\t\\te.data = e.property.value > maximum\\r\\n\\t\\t\\t\\t\\t\\t\\t? current >= maximum ? minimum : maximum\\r\\n\\t\\t\\t\\t\\t\\t\\t: e.property.value < minimum ? maximum : e.property.value;\\r\\n\\t\\t\\t\\t\\t}\\r\\n\\t\\t\\t\\t}\\r\\n\\t\\t\\t}, this),\\r\\n\\t\\t\\t'changed.owl.carousel': $.proxy(function(e) {\\r\\n\\t\\t\\t\\tif (e.property.name == 'position') {\\r\\n\\t\\t\\t\\t\\tthis.draw();\\r\\n\\t\\t\\t\\t}\\r\\n\\t\\t\\t}, this),\\r\\n\\t\\t\\t'refreshed.owl.carousel': $.proxy(function() {\\r\\n\\t\\t\\t\\tif (!this._initialized) {\\r\\n\\t\\t\\t\\t\\tthis.initialize();\\r\\n\\t\\t\\t\\t\\tthis._initialized = true;\\r\\n\\t\\t\\t\\t}\\r\\n\\t\\t\\t\\tthis._core.trigger('refresh', null, 'navigation');\\r\\n\\t\\t\\t\\tthis.update();\\r\\n\\t\\t\\t\\tthis.draw();\\r\\n\\t\\t\\t\\tthis._core.trigger('refreshed', null, 'navigation');\\r\\n\\t\\t\\t}, this)\\r\\n\\t\\t};\\r\\n\\r\\n\\t\\t// set default options\\r\\n\\t\\tthis._core.options = $.extend({}, Navigation.Defaults, this._core.options);\\r\\n\\r\\n\\t\\t// register event handlers\\r\\n\\t\\tthis.$element.on(this._handlers);\\r\\n\\t}\\r\\n\\r\\n\\t/**\\r\\n\\t * Default options.\\r\\n\\t * @public\\r\\n\\t * @todo Rename `slideBy` to `navBy`\\r\\n\\t */\\r\\n\\tNavigation.Defaults = {\\r\\n\\t\\tnav: false,\\r\\n\\t\\tnavRewind: true,\\r\\n\\t\\tnavText: [ 'prev', 'next' ],\\r\\n\\t\\tnavSpeed: false,\\r\\n\\t\\tnavElement: 'div',\\r\\n\\t\\tnavContainer: false,\\r\\n\\t\\tnavContainerClass: 'owl-nav',\\r\\n\\t\\tnavClass: [ 'owl-prev', 'owl-next' ],\\r\\n\\t\\tslideBy: 1,\\r\\n\\t\\tdotClass: 'owl-dot',\\r\\n\\t\\tdotsClass: 'owl-dots',\\r\\n\\t\\tdots: true,\\r\\n\\t\\tdotsEach: false,\\r\\n\\t\\tdotData: false,\\r\\n\\t\\tdotsSpeed: false,\\r\\n\\t\\tdotsContainer: false,\\r\\n\\t\\tcontrolsClass: 'owl-controls'\\r\\n\\t}\\r\\n\\r\\n\\t/**\\r\\n\\t * Initializes the layout of the plugin and extends the carousel.\\r\\n\\t * @protected\\r\\n\\t */\\r\\n\\tNavigation.prototype.initialize = function() {\\r\\n\\t\\tvar $container, override,\\r\\n\\t\\t\\toptions = this._core.settings;\\r\\n\\r\\n\\t\\t// create the indicator template\\r\\n\\t\\tif (!options.dotsData) {\\r\\n\\t\\t\\tthis._templates = [ $('
')\\r\\n\\t\\t\\t\\t.addClass(options.dotClass)\\r\\n\\t\\t\\t\\t.append($(''))\\r\\n\\t\\t\\t\\t.prop('outerHTML') ];\\r\\n\\t\\t}\\r\\n\\r\\n\\t\\t// create controls container if needed\\r\\n\\t\\tif (!options.navContainer || !options.dotsContainer) {\\r\\n\\t\\t\\tthis._controls.$container = $('
')\\r\\n\\t\\t\\t\\t.addClass(options.controlsClass)\\r\\n\\t\\t\\t\\t.appendTo(this.$element);\\r\\n\\t\\t}\\r\\n\\r\\n\\t\\t// create DOM structure for absolute navigation\\r\\n\\t\\tthis._controls.$indicators = options.dotsContainer ? $(options.dotsContainer)\\r\\n\\t\\t\\t: $('
').hide().addClass(options.dotsClass).appendTo(this.$element);\\r\\n\\r\\n\\t\\tthis._controls.$indicators.on('click', 'div', $.proxy(function(e) {\\r\\n\\t\\t\\tvar index = $(e.target).parent().is(this._controls.$indicators)\\r\\n\\t\\t\\t\\t? $(e.target).index() : $(e.target).parent().index();\\r\\n\\r\\n\\t\\t\\te.preventDefault();\\r\\n\\r\\n\\t\\t\\tthis.to(index, options.dotsSpeed);\\r\\n\\t\\t}, this));\\r\\n\\r\\n\\t\\t// create DOM structure for relative navigation\\r\\n\\t\\t$container = options.navContainer ? $(options.navContainer)\\r\\n\\t\\t\\t: $('
').addClass(options.navContainerClass).prependTo(this._controls.$container);\\r\\n\\r\\n\\t\\tthis._controls.$next = $('<' + options.navElement + '>');\\r\\n\\t\\tthis._controls.$previous = this._controls.$next.clone();\\r\\n\\r\\n\\t\\tthis._controls.$previous\\r\\n\\t\\t\\t.addClass(options.navClass[0])\\r\\n\\t\\t\\t.html(options.navText[0])\\r\\n\\t\\t\\t.hide()\\r\\n\\t\\t\\t.prependTo($container)\\r\\n\\t\\t\\t.on('click', $.proxy(function(e) {\\r\\n\\t\\t\\t\\tthis.prev(options.navSpeed);\\r\\n\\t\\t\\t}, this));\\r\\n\\t\\tthis._controls.$next\\r\\n\\t\\t\\t.addClass(options.navClass[1])\\r\\n\\t\\t\\t.html(options.navText[1])\\r\\n\\t\\t\\t.hide()\\r\\n\\t\\t\\t.appendTo($container)\\r\\n\\t\\t\\t.on('click', $.proxy(function(e) {\\r\\n\\t\\t\\t\\tthis.next(options.navSpeed);\\r\\n\\t\\t\\t}, this));\\r\\n\\r\\n\\t\\t// override public methods of the carousel\\r\\n\\t\\tfor (override in this._overrides) {\\r\\n\\t\\t\\tthis._core[override] = $.proxy(this[override], this);\\r\\n\\t\\t}\\r\\n\\t}\\r\\n\\r\\n\\t/**\\r\\n\\t * Destroys the plugin.\\r\\n\\t * @protected\\r\\n\\t */\\r\\n\\tNavigation.prototype.destroy = function() {\\r\\n\\t\\tvar handler, control, property, override;\\r\\n\\r\\n\\t\\tfor (handler in this._handlers) {\\r\\n\\t\\t\\tthis.$element.off(handler, this._handlers[handler]);\\r\\n\\t\\t}\\r\\n\\t\\tfor (control in this._controls) {\\r\\n\\t\\t\\tthis._controls[control].remove();\\r\\n\\t\\t}\\r\\n\\t\\tfor (override in this.overides) {\\r\\n\\t\\t\\tthis._core[override] = this._overrides[override];\\r\\n\\t\\t}\\r\\n\\t\\tfor (property in Object.getOwnPropertyNames(this)) {\\r\\n\\t\\t\\ttypeof this[property] != 'function' && (this[property] = null);\\r\\n\\t\\t}\\r\\n\\t}\\r\\n\\r\\n\\t/**\\r\\n\\t * Updates the internal state.\\r\\n\\t * @protected\\r\\n\\t */\\r\\n\\tNavigation.prototype.update = function() {\\r\\n\\t\\tvar i, j, k,\\r\\n\\t\\t\\toptions = this._core.settings,\\r\\n\\t\\t\\tlower = this._core.clones().length / 2,\\r\\n\\t\\t\\tupper = lower + this._core.items().length,\\r\\n\\t\\t\\tsize = options.center || options.autoWidth || options.dotData\\r\\n\\t\\t\\t\\t? 1 : options.dotsEach || options.items;\\r\\n\\r\\n\\t\\tif (options.slideBy !== 'page') {\\r\\n\\t\\t\\toptions.slideBy = Math.min(options.slideBy, options.items);\\r\\n\\t\\t}\\r\\n\\r\\n\\t\\tif (options.dots || options.slideBy == 'page') {\\r\\n\\t\\t\\tthis._pages = [];\\r\\n\\r\\n\\t\\t\\tfor (i = lower, j = 0, k = 0; i < upper; i++) {\\r\\n\\t\\t\\t\\tif (j >= size || j === 0) {\\r\\n\\t\\t\\t\\t\\tthis._pages.push({\\r\\n\\t\\t\\t\\t\\t\\tstart: i - lower,\\r\\n\\t\\t\\t\\t\\t\\tend: i - lower + size - 1\\r\\n\\t\\t\\t\\t\\t});\\r\\n\\t\\t\\t\\t\\tj = 0, ++k;\\r\\n\\t\\t\\t\\t}\\r\\n\\t\\t\\t\\tj += this._core.mergers(this._core.relative(i));\\r\\n\\t\\t\\t}\\r\\n\\t\\t}\\r\\n\\t}\\r\\n\\r\\n\\t/**\\r\\n\\t * Draws the user interface.\\r\\n\\t * @todo The option `dotData` wont work.\\r\\n\\t * @protected\\r\\n\\t */\\r\\n\\tNavigation.prototype.draw = function() {\\r\\n\\t\\tvar difference, i, html = '',\\r\\n\\t\\t\\toptions = this._core.settings,\\r\\n\\t\\t\\t$items = this._core.$stage.children(),\\r\\n\\t\\t\\tindex = this._core.relative(this._core.current());\\r\\n\\r\\n\\t\\tif (options.nav && !options.loop && !options.navRewind) {\\r\\n\\t\\t\\tthis._controls.$previous.toggleClass('disabled', index <= 0);\\r\\n\\t\\t\\tthis._controls.$next.toggleClass('disabled', index >= this._core.maximum());\\r\\n\\t\\t}\\r\\n\\r\\n\\t\\tthis._controls.$previous.toggle(options.nav);\\r\\n\\t\\tthis._controls.$next.toggle(options.nav);\\r\\n\\r\\n\\t\\tif (options.dots) {\\r\\n\\t\\t\\tdifference = this._pages.length - this._controls.$indicators.children().length;\\r\\n\\r\\n\\t\\t\\tif (options.dotData && difference !== 0) {\\r\\n\\t\\t\\t\\tfor (i = 0; i < this._controls.$indicators.children().length; i++) {\\r\\n\\t\\t\\t\\t\\thtml += this._templates[this._core.relative(i)];\\r\\n\\t\\t\\t\\t}\\r\\n\\t\\t\\t\\tthis._controls.$indicators.html(html);\\r\\n\\t\\t\\t} else if (difference > 0) {\\r\\n\\t\\t\\t\\thtml = new Array(difference + 1).join(this._templates[0]);\\r\\n\\t\\t\\t\\tthis._controls.$indicators.append(html);\\r\\n\\t\\t\\t} else if (difference < 0) {\\r\\n\\t\\t\\t\\tthis._controls.$indicators.children().slice(difference).remove();\\r\\n\\t\\t\\t}\\r\\n\\r\\n\\t\\t\\tthis._controls.$indicators.find('.active').removeClass('active');\\r\\n\\t\\t\\tthis._controls.$indicators.children().eq($.inArray(this.current(), this._pages)).addClass('active');\\r\\n\\t\\t}\\r\\n\\r\\n\\t\\tthis._controls.$indicators.toggle(options.dots);\\r\\n\\t}\\r\\n\\r\\n\\t/**\\r\\n\\t * Extends event data.\\r\\n\\t * @protected\\r\\n\\t * @param {Event} event - The event object which gets thrown.\\r\\n\\t */\\r\\n\\tNavigation.prototype.onTrigger = function(event) {\\r\\n\\t\\tvar settings = this._core.settings;\\r\\n\\r\\n\\t\\tevent.page = {\\r\\n\\t\\t\\tindex: $.inArray(this.current(), this._pages),\\r\\n\\t\\t\\tcount: this._pages.length,\\r\\n\\t\\t\\tsize: settings && (settings.center || settings.autoWidth || settings.dotData\\r\\n\\t\\t\\t\\t? 1 : settings.dotsEach || settings.items)\\r\\n\\t\\t};\\r\\n\\t}\\r\\n\\r\\n\\t/**\\r\\n\\t * Gets the current page position of the carousel.\\r\\n\\t * @protected\\r\\n\\t * @returns {Number}\\r\\n\\t */\\r\\n\\tNavigation.prototype.current = function() {\\r\\n\\t\\tvar index = this._core.relative(this._core.current());\\r\\n\\t\\treturn $.grep(this._pages, function(o) {\\r\\n\\t\\t\\treturn o.start <= index && o.end >= index;\\r\\n\\t\\t}).pop();\\r\\n\\t}\\r\\n\\r\\n\\t/**\\r\\n\\t * Gets the current succesor/predecessor position.\\r\\n\\t * @protected\\r\\n\\t * @returns {Number}\\r\\n\\t */\\r\\n\\tNavigation.prototype.getPosition = function(successor) {\\r\\n\\t\\tvar position, length,\\r\\n\\t\\t\\toptions = this._core.settings;\\r\\n\\r\\n\\t\\tif (options.slideBy == 'page') {\\r\\n\\t\\t\\tposition = $.inArray(this.current(), this._pages);\\r\\n\\t\\t\\tlength = this._pages.length;\\r\\n\\t\\t\\tsuccessor ? ++position : --position;\\r\\n\\t\\t\\tposition = this._pages[((position % length) + length) % length].start;\\r\\n\\t\\t} else {\\r\\n\\t\\t\\tposition = this._core.relative(this._core.current());\\r\\n\\t\\t\\tlength = this._core.items().length;\\r\\n\\t\\t\\tsuccessor ? position += options.slideBy : position -= options.slideBy;\\r\\n\\t\\t}\\r\\n\\t\\treturn position;\\r\\n\\t}\\r\\n\\r\\n\\t/**\\r\\n\\t * Slides to the next item or page.\\r\\n\\t * @public\\r\\n\\t * @param {Number} [speed=false] - The time in milliseconds for the transition.\\r\\n\\t */\\r\\n\\tNavigation.prototype.next = function(speed) {\\r\\n\\t\\t$.proxy(this._overrides.to, this._core)(this.getPosition(true), speed);\\r\\n\\t}\\r\\n\\r\\n\\t/**\\r\\n\\t * Slides to the previous item or page.\\r\\n\\t * @public\\r\\n\\t * @param {Number} [speed=false] - The time in milliseconds for the transition.\\r\\n\\t */\\r\\n\\tNavigation.prototype.prev = function(speed) {\\r\\n\\t\\t$.proxy(this._overrides.to, this._core)(this.getPosition(false), speed);\\r\\n\\t}\\r\\n\\r\\n\\t/**\\r\\n\\t * Slides to the specified item or page.\\r\\n\\t * @public\\r\\n\\t * @param {Number} position - The position of the item or page.\\r\\n\\t * @param {Number} [speed] - The time in milliseconds for the transition.\\r\\n\\t * @param {Boolean} [standard=false] - Whether to use the standard behaviour or not.\\r\\n\\t */\\r\\n\\tNavigation.prototype.to = function(position, speed, standard) {\\r\\n\\t\\tvar length;\\r\\n\\r\\n\\t\\tif (!standard) {\\r\\n\\t\\t\\tlength = this._pages.length;\\r\\n\\t\\t\\t$.proxy(this._overrides.to, this._core)(this._pages[((position % length) + length) % length].start, speed);\\r\\n\\t\\t} else {\\r\\n\\t\\t\\t$.proxy(this._overrides.to, this._core)(position, speed);\\r\\n\\t\\t}\\r\\n\\t}\\r\\n\\r\\n\\t$.fn.owlCarousel.Constructor.Plugins.Navigation = Navigation;\\r\\n\\r\\n})(window.Zepto || window.jQuery, window, document);\\r\\n\\r\\n/**\\r\\n * Hash Plugin\\r\\n * @version 2.0.0\\r\\n * @author Artus Kolanowski\\r\\n * @license The MIT License (MIT)\\r\\n */\\r\\n;(function($, window, document, undefined) {\\r\\n\\t'use strict';\\r\\n\\r\\n\\t/**\\r\\n\\t * Creates the hash plugin.\\r\\n\\t * @class The Hash Plugin\\r\\n\\t * @param {Owl} carousel - The Owl Carousel\\r\\n\\t */\\r\\n\\tvar Hash = function(carousel) {\\r\\n\\t\\t/**\\r\\n\\t\\t * Reference to the core.\\r\\n\\t\\t * @protected\\r\\n\\t\\t * @type {Owl}\\r\\n\\t\\t */\\r\\n\\t\\tthis._core = carousel;\\r\\n\\r\\n\\t\\t/**\\r\\n\\t\\t * Hash table for the hashes.\\r\\n\\t\\t * @protected\\r\\n\\t\\t * @type {Object}\\r\\n\\t\\t */\\r\\n\\t\\tthis._hashes = {};\\r\\n\\r\\n\\t\\t/**\\r\\n\\t\\t * The carousel element.\\r\\n\\t\\t * @type {jQuery}\\r\\n\\t\\t */\\r\\n\\t\\tthis.$element = this._core.$element;\\r\\n\\r\\n\\t\\t/**\\r\\n\\t\\t * All event handlers.\\r\\n\\t\\t * @protected\\r\\n\\t\\t * @type {Object}\\r\\n\\t\\t */\\r\\n\\t\\tthis._handlers = {\\r\\n\\t\\t\\t'initialized.owl.carousel': $.proxy(function() {\\r\\n\\t\\t\\t\\tif (this._core.settings.startPosition == 'URLHash') {\\r\\n\\t\\t\\t\\t\\t$(window).trigger('hashchange.owl.navigation');\\r\\n\\t\\t\\t\\t}\\r\\n\\t\\t\\t}, this),\\r\\n\\t\\t\\t'prepared.owl.carousel': $.proxy(function(e) {\\r\\n\\t\\t\\t\\tvar hash = $(e.content).find('[data-hash]').addBack('[data-hash]').attr('data-hash');\\r\\n\\t\\t\\t\\tthis._hashes[hash] = e.content;\\r\\n\\t\\t\\t}, this)\\r\\n\\t\\t};\\r\\n\\r\\n\\t\\t// set default options\\r\\n\\t\\tthis._core.options = $.extend({}, Hash.Defaults, this._core.options);\\r\\n\\r\\n\\t\\t// register the event handlers\\r\\n\\t\\tthis.$element.on(this._handlers);\\r\\n\\r\\n\\t\\t// register event listener for hash navigation\\r\\n\\t\\t$(window).on('hashchange.owl.navigation', $.proxy(function() {\\r\\n\\t\\t\\tvar hash = window.location.hash.substring(1),\\r\\n\\t\\t\\t\\titems = this._core.$stage.children(),\\r\\n\\t\\t\\t\\tposition = this._hashes[hash] && items.index(this._hashes[hash]) || 0;\\r\\n\\r\\n\\t\\t\\tif (!hash) {\\r\\n\\t\\t\\t\\treturn false;\\r\\n\\t\\t\\t}\\r\\n\\r\\n\\t\\t\\tthis._core.to(position, false, true);\\r\\n\\t\\t}, this));\\r\\n\\t}\\r\\n\\r\\n\\t/**\\r\\n\\t * Default options.\\r\\n\\t * @public\\r\\n\\t */\\r\\n\\tHash.Defaults = {\\r\\n\\t\\tURLhashListener: false\\r\\n\\t}\\r\\n\\r\\n\\t/**\\r\\n\\t * Destroys the plugin.\\r\\n\\t * @public\\r\\n\\t */\\r\\n\\tHash.prototype.destroy = function() {\\r\\n\\t\\tvar handler, property;\\r\\n\\r\\n\\t\\t$(window).off('hashchange.owl.navigation');\\r\\n\\r\\n\\t\\tfor (handler in this._handlers) {\\r\\n\\t\\t\\tthis._core.$element.off(handler, this._handlers[handler]);\\r\\n\\t\\t}\\r\\n\\t\\tfor (property in Object.getOwnPropertyNames(this)) {\\r\\n\\t\\t\\ttypeof this[property] != 'function' && (this[property] = null);\\r\\n\\t\\t}\\r\\n\\t}\\r\\n\\r\\n\\t$.fn.owlCarousel.Constructor.Plugins.Hash = Hash;\\r\\n\\r\\n})(window.Zepto || window.jQuery, window, document);\"","/*\n\tMIT License http://www.opensource.org/licenses/mit-license.php\n\tAuthor Tobias Koppers @sokra\n*/\nmodule.exports = function(src) {\n\tfunction log(error) {\n\t\t(typeof console !== \"undefined\")\n\t\t&& (console.error || console.log)(\"[Script Loader]\", error);\n\t}\n\n\t// Check for IE =< 8\n\tfunction isIE() {\n\t\treturn typeof attachEvent !== \"undefined\" && typeof addEventListener === \"undefined\";\n\t}\n\n\ttry {\n\t\tif (typeof execScript !== \"undefined\" && isIE()) {\n\t\t\texecScript(src);\n\t\t} else if (typeof eval !== \"undefined\") {\n\t\t\teval.call(null, src);\n\t\t} else {\n\t\t\tlog(\"EvalError: No eval function available\");\n\t\t}\n\t} catch (error) {\n\t\tlog(error);\n\t}\n}\n","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","require(\"!!C:\\\\ProgramData\\\\Jenkins\\\\.jenkins\\\\workspace\\\\dotnet_gibo-umbraco_master\\\\node_modules\\\\script-loader\\\\addScript.js\")(require(\"!!C:\\\\ProgramData\\\\Jenkins\\\\.jenkins\\\\workspace\\\\dotnet_gibo-umbraco_master\\\\node_modules\\\\raw-loader\\\\index.js!C:\\\\ProgramData\\\\Jenkins\\\\.jenkins\\\\workspace\\\\dotnet_gibo-umbraco_master\\\\js\\\\bootstrap.bundle.min.js\"))","require(\"!!C:\\\\ProgramData\\\\Jenkins\\\\.jenkins\\\\workspace\\\\dotnet_gibo-umbraco_master\\\\node_modules\\\\script-loader\\\\addScript.js\")(require(\"!!C:\\\\ProgramData\\\\Jenkins\\\\.jenkins\\\\workspace\\\\dotnet_gibo-umbraco_master\\\\node_modules\\\\raw-loader\\\\index.js!C:\\\\ProgramData\\\\Jenkins\\\\.jenkins\\\\workspace\\\\dotnet_gibo-umbraco_master\\\\js\\\\jquery.easing.min.js\"))","require(\"!!C:\\\\ProgramData\\\\Jenkins\\\\.jenkins\\\\workspace\\\\dotnet_gibo-umbraco_master\\\\node_modules\\\\script-loader\\\\addScript.js\")(require(\"!!C:\\\\ProgramData\\\\Jenkins\\\\.jenkins\\\\workspace\\\\dotnet_gibo-umbraco_master\\\\node_modules\\\\raw-loader\\\\index.js!C:\\\\ProgramData\\\\Jenkins\\\\.jenkins\\\\workspace\\\\dotnet_gibo-umbraco_master\\\\js\\\\owl.carousel.custom.js\"))","require(\"!!C:\\\\ProgramData\\\\Jenkins\\\\.jenkins\\\\workspace\\\\dotnet_gibo-umbraco_master\\\\node_modules\\\\script-loader\\\\addScript.js\")(require(\"!!C:\\\\ProgramData\\\\Jenkins\\\\.jenkins\\\\workspace\\\\dotnet_gibo-umbraco_master\\\\node_modules\\\\raw-loader\\\\index.js!C:\\\\ProgramData\\\\Jenkins\\\\.jenkins\\\\workspace\\\\dotnet_gibo-umbraco_master\\\\js\\\\app.js\"))"],"names":["module","exports","src","log","error","console","execScript","attachEvent","addEventListener","eval","call","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","undefined","__webpack_modules__"],"sourceRoot":""}