(function($) { "use strict"; //Hide Loading Box (Preloader) function handlePreloader() { if($('.preloader').length){ $('.preloader').delay(500).fadeOut(500); } } //Update Header Style + Scroll to Top function headerStyle() { if($('.main-header').length){ var topHeader = $('.header-top').innerHeight(); var windowpos = $(window).scrollTop(); if (windowpos >= topHeader) { $('.main-header').addClass('fixed-top-header'); $('.scroll-to-top').fadeIn(300); } else { $('.main-header').removeClass('fixed-top-header'); $('.scroll-to-top').fadeOut(300); } } } //Submenu Dropdown Toggle if($('.main-header li.dropdown .submenu').length){ $('.main-header li.dropdown').append('
'); //Dropdown Button $('.main-header li.dropdown .dropdown-btn').on('click', function() { $(this).prev('.submenu').slideToggle(500); }); } //Main Slider if($('.main-slider').length){ jQuery('.tp-banner').show().revolution({ delay:7500, startwidth:1200, startheight:620, hideThumbs:600, thumbWidth:80, thumbHeight:50, thumbAmount:5, navigationType:"bullet", navigationArrows:"1", navigationStyle:"preview4", touchenabled:"on", onHoverStop:"off", swipe_velocity: 0.7, swipe_min_touches: 1, swipe_max_touches: 1, drag_block_vertical: false, parallax:"mouse", parallaxBgFreeze:"on", parallaxLevels:[7,4,3,2,5,4,3,2,1,0], keyboardNavigation:"on", navigationHAlign:"center", navigationVAlign:"bottom", navigationHOffset:0, navigationVOffset:20, soloArrowLeftHalign:"left", soloArrowLeftValign:"center", soloArrowLeftHOffset:20, soloArrowLeftVOffset:0, soloArrowRightHalign:"right", soloArrowRightValign:"center", soloArrowRightHOffset:20, soloArrowRightVOffset:0, shadow:0, fullWidth:"on", fullScreen:"off", spinner:"spinner4", stopLoop:"off", stopAfterLoops:-1, stopAtSlide:-1, shuffle:"off", autoHeight:"off", forceFullWidth:"on", hideThumbsOnMobile:"on", hideNavDelayOnMobile:1500, hideBulletsOnMobile:"on", hideArrowsOnMobile:"on", hideThumbsUnderResolution:0, hideSliderAtLimit:0, hideCaptionAtLimit:0, hideAllCaptionAtLilmit:0, startWithSlide:0, videoJsPath:"", fullScreenOffsetContainer: ".main-slider" }); } //Tabs Box if($('.tabs-box').length){ $('.tabs-box .tab-btn').on('click', function(e) { e.preventDefault(); var target = $($(this).attr('href')); $('.tabs-box .tab-btn').removeClass('active-btn'); $(this).addClass('active-btn'); $('.tabs-box .tab').fadeOut(0); $('.tabs-box .tab').removeClass('active-tab'); $(target).fadeIn(300); $(target).addClass('active-tab'); var windowWidth = $(window).width(); if (windowWidth <= 700) { $('html, body').animate({ scrollTop: $('.tabs-box .tabs-content').offset().top }, 1000); } }); } //Four Column Slider if ($('.column-carousel.four-column').length) { $('.column-carousel.four-column').owlCarousel({ loop:true, margin:30, nav:true, autoplayHoverPause:true, autoplay: 5000, smartSpeed: 1000, responsive:{ 0:{ items:1 }, 600:{ items:2 }, 800:{ items:2 }, 1024:{ items:3 }, 1100:{ items:4 } } }); } //Three Column Slider if ($('.column-carousel.three-column').length) { $('.column-carousel.three-column').owlCarousel({ loop:true, margin:30, nav:true, autoplayHoverPause:false, autoplay: 5000, smartSpeed: 700, responsive:{ 0:{ items:1 }, 600:{ items:2 }, 800:{ items:2 }, 1024:{ items:3 }, 1100:{ items:3 } } }); } //Two Column Slider if ($('.column-carousel.two-column').length) { $('.column-carousel.two-column').owlCarousel({ loop:true, margin:30, nav:true, autoplayHoverPause:false, autoplay: 5000, smartSpeed: 1000, responsive:{ 0:{ items:1 }, 600:{ items:1 }, 800:{ items:2 }, 1024:{ items:2 }, 1100:{ items:2 } } }); } //Sponsors Slider if ($('.sponsors .slider').length) { $('.sponsors .slider').owlCarousel({ loop:true, margin:20, nav:true, autoplay: 5000, responsive:{ 0:{ items:1 }, 600:{ items:2 }, 800:{ items:3 }, 1024:{ items:4 }, 1100:{ items:5 } } }); } //LightBox / Fancybox if($('.lightbox-image').length) { $('.lightbox-image').fancybox(); } //Vertical Gallery Slider if ($('.vertical-gallery').length) { var slider = new MasterSlider(); slider.setup('vertical-gallery' , { autoplay:true, loop:true, width:870, height:530, space:5, view:'basic', dir:'h' }); slider.control('arrows'); slider.control('scrollbar' , {dir:'h'}); slider.control('circletimer' , {color:"#FFFFFF" , stroke:9}); slider.control('thumblist' , {autohide:false ,dir:'v'}); } //Filters Section / Mixitup if($('.filter-list').length){ $('.filter-list').mixitup({}); } //Contact Form Validation if($('#contact-form').length){ $('#contact-form').validate({ rules: { username: { required: true }, email: { required: true, email: true }, subject: { required: true }, message: { required: true } } }); } // Google Map Settings if($('#map-location').length){ var map; map = new GMaps({ el: '#map-location', zoom: 14, scrollwheel:false, //Set Latitude and Longitude Here lat: -37.817085, lng: 144.955631 }); //Add map Marker map.addMarker({ lat: -37.817085, lng: 144.955631, infoWindow: { content: 'Envato
Melbourne VIC 3000, Australia