@charset "utf-8";
nav {
	margin-bottom:0px;
	background:#ACC7A5 repeat;
	padding:0px 0;
	border:1px #999 solid;
	z-index:999;
}
#menu {
	width: auto;
	max-width: 850px;
	margin: 0 auto;
}
#menu li{
	display: block;
	float: left;
	width: 16.66%;
	margin: 0;
	padding: 0;
}
#menu li a {
	display: block;
	padding: 20px 0 20px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border-right:1px solid #fff;
	background:#7D9078 repeat;
}
#menu li:last-child a{
	border-right: 1px solid #fff;
}

#menu li:first-child a{
	border-left: 1px solid #fff;
}



#menu li a:hover{
	color: #7D9078;
	background:#e5ecca repeat;
}
#toggle {
	display: none;
}
@media only screen and (max-width: 768px) {
	#menu li {
		width: 33.33%;
		border-bottom: 1px solid #fff;
	}
}
@media only screen and (max-width: 480px) {
	#menu {
		display: none;
	}
	#menu li {
		width: 100%;
	}
	#toggle {
		display: block;
		position: relative;
		width: 100%;
		background: #7D9078;
	}
	#toggle a{
		display: block;
		position: relative;
		padding: 20px 0 20px;
		border-bottom: 1px solid #333;
		color:#FFF;
		text-align: center;
		text-decoration: none;
	}
	#toggle:before {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 10px;
		width: 30px;
		height: 30px;
		margin-top: -15px;
		background: #FFF;
	}
	#toggle a:before, #toggle a:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 10px;
		width: 30px;
		height: 6px;
		background: #797c59;
	}
	#toggle a:before {
		margin-top:-9px;
	}
	#toggle a:after {
		margin-top: 3px;
	}
}

section.first-child {
	width: 100%;
	margin:0px 0 0;
	padding:20px 20px 40px;
	color:#525253;
	text-shadow:none;
}

section {
	width: 100%;
	margin:50px 0 0;
	padding:20px 20px 40px;
	color:#525253;
	text-shadow:none;
}

.background {
	background:#fff;
}
#box1 {
	background:#fff;
}
#box2 {
	background:#fff;
}
#box3 {
	background:#fff;
}
#box4 {
	background:#fff;
}
#box5 {
	background:#fff;
}