// JavaScript Document
jQuery(function() { 

if (jQuery(window).width() > 1026 ) {	
	jQuery("div.main-wrapper").addClass("main-wrapper-big");
}

});
