(function ( $ ) {
"use strict";$(function () {
var masterslider_bc74 = new MasterSlider();// slider controls
masterslider_bc74.control('arrows' ,{ autohide:true, overVideo:true , hideUnder:600 }); masterslider_bc74.control('bullets' ,{ autohide:false, overVideo:true, dir:'h', align:'bottom' , margin:5 });masterslider_bc74.control('scrollbar' ,{ autohide:true, overVideo:true, dir:'h', inset:true, align:'top', color:'#404040' , margin:10 , width:4 });
masterslider_bc74.control('timebar' ,{ autohide:false, overVideo:true, align:'bottom', color:'#5c1f28' , width:6 });
// slider setup
masterslider_bc74.setup("MS69bf91596bc74", {
width : 1920,
height : 860,
minHeight : 0,
space : 0,
start : 1,
grabCursor : true,
swipe : true,
mouse : true,
layout : "fullwidth",
wheel : false,
autoplay : true,
instantStartLayers:false,
loop : true,
shuffle : false,
preload : 0,
heightLimit : true,
autoHeight : false,
smoothHeight : true,
endPause : false,
overPause : false,
fillMode : "fill",
centerControls : false,
startOnAppear : false,
layersMode : "center",
hideLayers : false,
fullscreenMargin: 0,
speed : 20,
dir : "h",
parallaxMode : 'swipe',
view : "basic"
});
window.masterslider_instances = window.masterslider_instances || [];
window.masterslider_instances.push( masterslider_bc74 );
});})(jQuery);