@media screen and (min-width: 981px) {
	#menu-item-2642 {
		display: none;
	}
}
@media screen and (max-width: 980px) {
	header .skyway li + li {
		margin-top: 15px;
	}
	#Menu ul.skyway li#menu-item-2642 a {
		color: #fff !important;
		background: #f2643e;
		width: 100%;
		display: block;
		text-align: center !important;
		padding: 20px !important;
		border-radius: 5px;
		font-weight: 700 !important;
	}
	#Menu ul.skyway li#menu-item-2642 a:hover {
		color: #fff !important;
	}
}