$(document).ready(
function(){
	if($(window).width()<=1024){
		$("#global_wrap").css("right","50px");	
	}
}
);