
$(document).ready(function(){

	$('a:last-child, section:last-child, article:last-child, p:last-child, div:last-child, li:last-child, figure:last-child, .our-process section:last-child, form label:odd').addClass('lastc');
	$('article:first-child, p:first-child, div:first-child, li:first-child, figure:last-child').addClass('firstc');
	
});
