jQuery(document).ready(function($) {
	if (document.documentElement.clientWidth > 1025) {

  Tipped.create(".tipped_facebook", "", {
    skin: 'facebook',
    hook: 'bottommiddle',
	background: '#3b5998',
	border: { size: 0, color: '#afafaf' },
	radius: 0,
	shadow: false,
	offset: { x: 0, y: 10 }
  });
  Tipped.create(".tipped_twitter", "", {
    skin: 'twitter',
    hook: 'bottommiddle',
    background: '#00aeef',
	border: { size: 0, color: '#afafaf' },
	radius: 0,
	shadow: false,
	offset: { x: 0, y: 10 }
  });
  Tipped.create(".tipped_white", "", {
    skin: 'white',
    hook: 'bottommiddle',
    background: '#fff',
	border: { size: 0, color: '#afafaf' },
	radius: 0,
	shadow: false,
	offset: { x: 0, y: 10 }
  });
  Tipped.create(".tipped_merkevarestrategi", "", {
    skin: 'Strategy',
    hook: 'bottommiddle',
    background: '#7b2887',
	border: { size: 0, color: '#afafaf' },
	radius: 0,
	shadow: false,
	offset: { x: 0, y: 10 }
  });
  Tipped.create(".tipped_navnutvikling", "", {
    skin: 'Naming',
    hook: 'bottommiddle',
    background: '#a9226b',
	border: { size: 0, color: '#afafaf' },
	radius: 0,
	shadow: false,
	offset: { x: 0, y: 10 }
  });
  Tipped.create(".tipped_visuell-identitet", "", {
    skin: 'Strategy',
    hook: 'bottommiddle',
    background: '#f20079',
	border: { size: 0, color: '#afafaf' },
	radius: 0,
	shadow: false,
	offset: { x: 0, y: 10 }
  });
  Tipped.create(".tipped_pakningsdesign", "", {
    skin: 'Strategy',
    hook: 'bottommiddle',
    background: '#f3083e',
	border: { size: 0, color: '#afafaf' },
	radius: 0,
	shadow: false,
	offset: { x: 0, y: 10 }
  });
  Tipped.create(".tipped_web-design", "", {
    skin: 'Strategy',
    hook: 'bottommiddle',
    background: '#fb9346',
	border: { size: 0, color: '#afafaf' },
	radius: 0,
	shadow: false,
	offset: { x: 0, y: 10 }
  });
  Tipped.create(".tipped_intern-kultur", "", {
    skin: 'Strategy',
    hook: 'bottommiddle',
    background: '#86c763',
	border: { size: 0, color: '#afafaf' },
	radius: 0,
	shadow: false,
	offset: { x: 0, y: 10 }
  });
  Tipped.create(".tipped_kommunikasjon", "", {
    skin: 'Strategy',
    hook: 'bottommiddle',
    background: '#0a9b79',
	border: { size: 0, color: '#afafaf' },
	radius: 0,
	shadow: false,
	offset: { x: 0, y: 10 }
  });

  window.setTimeout(function() {
    Tipped.create(".tipped_openinfo", "", {
    skin: 'openinfo',
    hook: 'bottommiddle',
    background: '#000',
	border: { size: 0, color: '#afafaf' },
	radius: 0,
	shadow: false,
	offset: { x: 0, y: 20 },
	closeButton: true, 
	hideOn: false,
	hideAfter: 10000,
  }).show();
  }, 5000);
}
	
});

