{"version":3,"sources":["app.template.js","viokar.owl-carousel.js"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AC5GA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA","file":"app.js","sourcesContent":["(function ($) {\r\n // Use Strict\r\n \"use strict\";\r\n\r\n $(window).on('load', function () {\r\n $('.loading').fadeOut();\r\n });\r\n\r\n})(jQuery),\r\n\r\n// Sticky Header\r\n(function ($) {\r\n // Use Strict\r\n \"use strict\";\r\n\r\n var n = $('.header'),\r\n s = n.outerHeight();\r\n n.after(\"
\");\r\n $(window).on('scroll', function () {\r\n $(window).scrollTop() > s ?\r\n ($('.header__holder').css(\"height\", s), n.addClass('header__fixed')) :\r\n ($('.header__holder').css(\"height\", 0), n.removeClass('header__fixed'))\r\n });\r\n})(jQuery),\r\n// Menu\r\n(function ($) {\r\n // Use Strict\r\n \"use strict\";\r\n\r\n var menu = $('.header-wrapper-desktop').find('.navbar-menu');\r\n menu.find('li').on('mouseenter', function () {\r\n $(this).find('>.sub-menu').slideDown('300');\r\n }).on('mouseleave', function () {\r\n $(this).find('> .sub-menu').slideUp('300');\r\n });\r\n})(jQuery),\r\n\r\n// Mobile Menu\r\n(function ($) {\r\n // Use Strict\r\n \"use strict\";\r\n\r\n $('.header-mobile__button').on('click', function () {\r\n $(this).children().toggleClass('active');\r\n $('.header-mobile__navbar').slideToggle(300);\r\n });\r\n\r\n $('.header-mobile__navbar li').each(function () {\r\n if ($(this).children().length > 1) {\r\n $(this).children('a').append(\"\");\r\n }\r\n $(this).on('click', function () {\r\n $(this).toggleClass('active');\r\n $(this).find('>.sub-menu').slideToggle();\r\n });\r\n });\r\n})(jQuery),\r\n// #Color Overlay\r\n(function ($) {\r\n // Use Strict\r\n \"use strict\";\r\n\r\n $('.overlay').each(function () {\r\n var overlay = $(this);\r\n var color = overlay.data('color');\r\n var opacity = overlay.data('opacity');\r\n overlay.css({\r\n backgroundColor: color,\r\n opacity: opacity,\r\n });\r\n overlay.siblings().css('position', 'relative');\r\n });\r\n $('.bg-fixed').each(function () {\r\n var bg = $(this);\r\n var imageUrl = bg.data('image');\r\n bg.css({\r\n backgroundImage: 'url(' + imageUrl + ')',\r\n })\r\n\r\n });\r\n})(jQuery),\r\n// #video play\r\n(function ($) {\r\n // Use Strict\r\n \"use strict\";\r\n\r\n $('.video-play').each(function () {\r\n $(this).children('a').on('click', function () {\r\n $(this).hide();\r\n $(this).parent().parent().find('.video-thumbnail').hide();\r\n $(this).parent().parent().find('.play-video').show();\r\n $(this).parent().parent().find('iframe').attr(\"src\", $(this).attr(\"href\"));\r\n });\r\n });\r\n})(jQuery),\r\n\r\n(function ($) {\r\n // Use Strict\r\n \"use strict\";\r\n \r\n $('.video-play').each(function () {\r\n $(this).children('a').on('click', function () {\r\n $(this).hide();\r\n $(this).parent().parent().find('.video-image-thumbnail').hide();\r\n $(this).parent().parent().find('.play-video').show();\r\n $(this).parent().parent().find('iframe').attr(\"src\", $(this).attr(\"href\"));\r\n });\r\n });\r\n})(jQuery);","(function ($) {\r\n // Use Strict\r\n \"use strict\"; \r\n\r\n $('.owl-carousel').each(function () {\r\n var $carousel = $(this);\r\n $carousel.owlCarousel({\r\n dots: $carousel.data(\"dots\"),\r\n dotsData: $carousel.data(\"dotsdata\"),\r\n items: $carousel.data(\"items\"),\r\n slideBy: $carousel.data(\"slideby\"),\r\n center: $carousel.data(\"center\"),\r\n loop: $carousel.data(\"loop\"),\r\n margin: $carousel.data(\"margin\"),\r\n nav: $carousel.data(\"nav\"),\r\n autoplay: true,\r\n autoplayTimeout: $carousel.data(\"autoplay-timeout\"),\r\n navText: ['', ''],\r\n responsive: $carousel.data(\"responsive\"),\r\n animateOut: $carousel.data(\"animateout\"),\r\n animateIn: $carousel.data(\"animatein\"),\r\n });\r\n });\r\n})(jQuery),\r\n\r\n\r\n(function ($) {\r\n // Use Strict\r\n \"use strict\"; \r\n\r\n var owlNav = $('.js-owl-nav');\r\n $('.js-owl-nav').each(function () {\r\n var owlNav = $(this);\r\n owlNav.append(\"