/*  MAKE LAYOUT RESPONSIVE at 1024px FOR SMALLER SCREENS ================================================================ */


	
		/*header { 
			width: 93.75%; 960px / 1024px
		}*/

		#maincontent{
					width: 93.75%; /* 960px / 1024px */
		}
		
		.maincontent{
			width: 93.75%; /* 960px / 1024px */
		}

		/*footer {
			width: 93.75%; 960px / 1024px
		} */


		#intro-margin {
			width:0 !important;
		}
		#intro-content {
			width: 100% !important;
		}
		img#exploresp {
			margin: 0 auto !important;
		}
		
