@media screen and (min-width: 600px) {
	nav.theme ul{display: inline-block;position: static}
	nav.theme .wrap{text-align: center;}

	nav.theme ul li#moNav{
		padding-right: 0;
		right: auto !important;
		border-right-width: 0;
		border-right-style: none;
	}
}