
#MENUtoggle {
	display: none;
}

@media (max-width: 959px) {

	#NAVI {
	display: none;
	}

	#MENUtoggle {
		cursor: pointer;
		display: block;
		text-align: right;
		padding: 0 0 13px;
		margin-top: -10px;
	}
	#MENUtoggle img {
    height: 32px;
  }
}

