/*For device: tablet, mobile*/
/*Min -> 320px -> 768px ->992px -> 1024px -> 1200 -> Max*/

@media only screen and (max-width: 992px) {
	#menu-main li.open-menu:hover .dropdown-menu{
		display:none;
	}
}
@media only screen and (max-width: 767px) {
	
}


@media only screen and (max-width: 480px) {
	
}

