$(document).ready(function() {

	//add to homescreen widget - mobile/tablet only
	//addToHomescreen.removeSession(); 
	addToHomescreen({ 
		skipFirstVisit: false, 
		maxDisplayCount: 1, 
		startDelay:2
	}); 

	$("#owl-carousel").owlCarousel({

		autoPlay: 3000, //Set AutoPlay to 3 seconds

		items : 1,
		itemsDesktop : [1199,1],
		itemsDesktopSmall : [979,1]


	});

});