//jQuery.noConflict();
//$j = jQuery;

jQuery(document).ready(function(){
	if(jQuery(window).width() < 1032 ){
		jQuery('#social-icons-fixed').css('position', 'fixed');
		jQuery('#social-icons-fixed').css('margin-left', '0px');
		jQuery('#social-icons-fixed').css('left', '0px');
	}
});
