
#MENUtoggle {
	display: none;
}

@media (max-width: 767px) {

	#NAVI {
	display: none;
	}

    #MENUtoggle {
        cursor: pointer;
        display: block;
        text-align: right;
        position: absolute;
        right: 0;
        top: 20px;
    }
	#MENUtoggle img {
    height: 32px;
  }
}

