jQuery(document).ready(function() {
	// Scroll internal links
	$('a').smoothScroll();
	//$("#btn-lets-talk-tooltip").tooltip({ effect: 'slide', direction: 'up'});
	// Tooltip popups

  $("#btn-lets-talk-tooltip").tooltip({
		//offset: [-70, -25],
		//position: 'center center',
		effect: 'slide',
		direction: 'up'
	}).dynamic({ bottom: { direction: 'down', bounce: true } });

  $(".ref-point-tooltip").tooltip({
		offset: [10, -40],
		effect: 'slide',
		direction: 'up'
	}).dynamic({ bottom: { direction: 'down', bounce: true } });
  $("#contact").tooltip({
		offset: [20, -48],
		effect: 'slide',
		direction: 'down'
	}).dynamic({ bottom: { direction: 'down', bounce: true } });
  $("#hosting-options").tooltip({
		offset: [10, 280],
		effect: 'slide',
		direction: 'up'
	}).dynamic({ bottom: { direction: 'down', bounce: true } });
  $("#security").tooltip({
		offset: [10, 290],
		effect: 'slide',
		direction: 'up'
	}).dynamic({ bottom: { direction: 'down', bounce: true } });

	// Lazy load images
	/*
 	$(".lazy-load").lazyload({
    placeholder : "img/preloader.gif",
    effect      : "fadeIn"
 	});
	*/
});
