  $(document).ready(function() {

		$(".blog ul li:nth-child(3n)").css("margin-right", 0);
		$(".work ul.portfolio-index li:nth-child(3n)").css("margin-right", 0);		
		$(".left.long p:last-child").css("margin-bottom", 0);
		$().UItoTop({ easingType: 'easeOutQuart' });
	});
























