jQuery(document).ready(function($) {
	
	$('.owl-carousel-news').owlCarousel({
		items:1,
		margin:35,
		stagePadding:35,
		smartSpeed:450,
		loop:true,
		autoplay:true,
		nav: true,
		navText:['<i class="fa fa-angle-double-left"></i>','<i class="fa fa-angle-double-right"></i>']
	});

	//add to homescreen widget - mobile/tablet only
	//addToHomescreen.removeSession(); 
	addToHomescreen({ 
		skipFirstVisit: false, 
		maxDisplayCount: 1, 
		startDelay:2
	}); 

});