.navigation-top {
	display: none;
}

@media screen and (max-width: 767px){
	.navigation-top {
		display: block;
	}
}