@media all and (min-width: 1000px) {
	
	#path1000 { display: block; }
	#path0720 { display: none;  }
	#path0480 { display: none;  }
	#path0320 { display: none;  }
	
	#footer1000 { display: block; }
	#footer0720 { display: none;  }
	#footer0480 { display: none;  }
	#footer0320 { display: none;  }
	
	.section .content { max-width: 1000px; }
	
	/* ---------------------------------------------------------------- */
	/* For Sale advert
	/* ---------------------------------------------------------------- */
	
	.advert {
		float: right;
		margin-left: 20px;
	}
	
}

/*
	Styles in this stylesheet will apply on the following mobile devices:
	
	9.7-inch retina iPad in landscape.
	10.5-inch iPad Pro in landscape.
	
	 _________________
	|  _____________  |
	| |             | |
	| |             | |    iPad
	| |             | |
	| |_____________| |
	|_________________|
	                                                             _____________
                                                                | ___________ |
                                                   __________   ||           ||
	                                 __________   | ________ |  ||           ||
	                                | ________ |  ||        ||  ||           ||
	                      _______   ||        ||  ||        ||  ||           ||
	              ____   | _____ |  ||        ||  ||        ||  ||           ||
	       ___   |    |  ||     ||  ||        ||  ||        ||  ||           ||
	 __   |   |  |    |  ||     ||  ||        ||  ||        ||  ||           ||
	|  |  |   |  |    |  ||     ||  ||        ||  ||        ||  ||           ||
	|  |  |   |  |    |  ||_____||  ||________||  ||________||  ||___________||
	|__|  |___|  |____|  |_______|  |__________|  |__________|  |_____________|
	
	 5s    6,    6,       iPad       iPad          iPad          iPad
	       6s,   6s,      Mini       9.7-inch      Pro           Pro
	       7     7 Plus              Retina        10.5-inch     12.9-inch

		
*/