@media all and (max-width:768px) {
	#content:before {
		content: "";
	}
}

@keyframes sk-bouncedelay {
	0%, 100%, 80% {
		transform: scale(0);
	}
	
	40% {
		transform: scale(1);
	}
}

.ast-header-break-point .menu-item-has-children>.menu-link:after {
	display: none;
}