/*  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 */
		}
		
		#nav_menu_top{
			text-align: center;
			line-height: 0em;
			font-family: 'open_sansregular';
			width: 100%;
		}
		
		
		#nav_menu_top ul li{
		display: inline-block;
		float: none;
		margin-left: 2.5em;
		margin-right: 2.5em;
}
		#nav_menu_top ul li a{
			color: black;
			font-size: 1.2em;
			display: block;
			text-align: left;
	
		/*	transition:1s all;
			-webkit-transition:1s all;
			-moz-transition:1s all;
			-o-transition:1s all; */
		}
		#nav_menu_top ul li a:hover{
			color: black;
		}