@media (min-width: 960px){
	.nav-show .text {
		display: block;
	}
}
@media (max-width: 959px){}
@media (max-width: 768px){}
@media (max-width: 580px){}

@media print {
	html, body  {
		background: #fff !important;
		padding: 0;
	}
	*  {
		background: #fff;
	}
	header {
		display: none !important;
	}
	nav {
		display: none !important;
	}
	.section {
		background: #fff;
	}
	.footer {
		display: none;
	}
} 