@media only screen and (max-width: 1024px) {

}
@media only screen and (max-width: 960px) {

}
@media only screen and (max-width: 660px) {
	#mainmenu .resp label div.menu,
	#phone-menu {
		display: none;
	}
}
@media only screen and (max-width: 380px) {

}
