$(function(){
	$('.footercontainer').masonry({
        singleMode: true, 
        itemSelector: '.social'
      });
    });

