$(document).ready(function(e) { "use strict"; //slider revolution $(".rev-slider-default").revolution({ sliderType:"standard", sliderLayout: "auto", dottedOverlay: "none", delay: 5000, navigation: { keyboardNavigation: "off", keyboard_direction: "horizontal", mouseScrollNavigation: "off", onHoverStop: "off", touch: { touchenabled: "on", swipe_threshold: 75, swipe_min_touches: 1, swipe_direction: "horizontal", drag_block_vertical: false }, arrows: { style:"zeus", enable:true, hide_onmobile:true, hide_under:600, hide_onleave:true, hide_delay:200, hide_delay_mobile:1200, tmp:'<div class="tp-title-wrap"> <div class="tp-arr-imgholder"></div> </div>', left: { h_align:"left", v_align:"center", h_offset:30, v_offset:0 }, right: { h_align:"right", v_align:"center", h_offset:30, v_offset:0 } }, bullets: { enable:true, hide_onmobile:true, hide_under:600, style:"metis", hide_onleave:true, hide_delay:200, hide_delay_mobile:1200, direction:"horizontal", h_align:"center", v_align:"bottom", h_offset:0, v_offset:30, space:5, tmp:'<span class="tp-bullet-img-wrap"> <span class="tp-bullet-image"></span></span><span class="tp-bullet-title">{{title}}</span>' } }, responsiveLevels: [1240, 1024, 778], visibilityLevels: [1240, 1024, 778], gridwidth: [1170, 1024, 778, 480], gridheight: [600, 768, 960, 720], lazyType: "none", parallax: { origo: "slidercenter", speed: 1000, levels: [5, 10, 15, 20, 25, 30, 35, 40, 45, 46, 47, 48, 49, 50, 100, 55], type: "scroll" }, shadow: 0, spinner: "off", stopLoop: "on", stopAfterLoops: 0, stopAtSlide: -1, shuffle: "off", autoHeight: "off", fullScreenAutoWidth: "off", fullScreenAlignForce: "off", fullScreenOffsetContainer: "", fullScreenOffset: "0", hideThumbsOnMobile: "off", hideSliderAtLimit: 0, hideCaptionAtLimit: 0, hideAllCaptionAtLilmit: 0, debugMode: false, fallbacks: { simplifyAll: "off", nextSlideOnWindowFocus: "off", disableFocusListener: false, } }); //slider revolution $(".rev-slider-fullscreen").revolution({ sliderType:"standard", sliderLayout: "fullscreen", dottedOverlay: "none", delay: 5000, navigation: { keyboardNavigation: "off", keyboard_direction: "horizontal", mouseScrollNavigation: "off", onHoverStop: "off", touch: { touchenabled: "on", swipe_threshold: 75, swipe_min_touches: 1, swipe_direction: "horizontal", drag_block_vertical: false }, arrows: { style:"zeus", enable:true, hide_onmobile:true, hide_under:600, hide_onleave:true, hide_delay:200, hide_delay_mobile:1200, tmp:'<div class="tp-title-wrap"> <div class="tp-arr-imgholder"></div> </div>', left: { h_align:"left", v_align:"center", h_offset:30, v_offset:0 }, right: { h_align:"right", v_align:"center", h_offset:30, v_offset:0 } }, bullets: { enable:true, hide_onmobile:true, hide_under:600, style:"metis", hide_onleave:true, hide_delay:200, hide_delay_mobile:1200, direction:"horizontal", h_align:"center", v_align:"bottom", h_offset:0, v_offset:30, space:5, tmp:'<span class="tp-bullet-img-wrap"> <span class="tp-bullet-image"></span></span><span class="tp-bullet-title">{{title}}</span>' } }, responsiveLevels: [1240, 1024, 778], visibilityLevels: [1240, 1024, 778], gridwidth: [1170, 1024, 778, 480], gridheight: [600, 768, 960, 720], lazyType: "none", parallax: { origo: "slidercenter", speed: 1000, levels: [5, 10, 15, 20, 25, 30, 35, 40, 45, 46, 47, 48, 49, 50, 100, 55], type: "scroll" }, shadow: 0, spinner: "off", stopLoop: "on", stopAfterLoops: 0, stopAtSlide: -1, shuffle: "off", autoHeight: "off", fullScreenAutoWidth: "off", fullScreenAlignForce: "off", fullScreenOffsetContainer: "", fullScreenOffset: "0", hideThumbsOnMobile: "off", hideSliderAtLimit: 0, hideCaptionAtLimit: 0, hideAllCaptionAtLilmit: 0, debugMode: false, fallbacks: { simplifyAll: "off", nextSlideOnWindowFocus: "off", disableFocusListener: false, } }); });