@media screen and (max-width: 430px) {
	/* disable webkit text size adjust (for iPhone) */
	html {
		-webkit-text-size-adjust: none;
	}
	.wrapper {
		width:100%;
		margin: auto 0 auto;
	}
	/*banner*/
	.banner{min-height:0px;}
	
	/*mid*/
	.mid{width:95%;}
	.mid ul li a{background:#a95500; padding:15px 0 0 0; text-align:center;}
	.mid ul li a:hover{background:#fec94b;}
	.mid ul li:first-child:before, .mid ul li:nth-child(2):before, .mid ul li:nth-child(3):before, .mid ul li:nth-child(4):before, .mid ul li:nth-child(5):before, .mid ul li:last-child:before{display:none;}	
	
	/*main*/
	#main-canvas {width:95%;}
	
	/*footer*/
	footer.page-footer{background:#f5a119; padding:23px 10px;}
	
}

@media screen and (max-width: 355px) {
	#copyright span{line-height:23px; padding:10px;}
}