/*resp.css*/
@media only screen and (max-width: 1120px)
{
	#navigation
	{
		width: 120px;
		float: left;
		position: absolute;
		margin: 18px 0 0;
	}
}
/*.wheat
{
display: none;
}*/
@media only screen and (max-width: 1200px)
{
	.wheat
	{
		display: none;
	}
}
