/* WAQY */

/* Media Queries */

/* Smartphones and portrait tablets */

@media only screen and (min-width:320px) and (max-width:479px) { 
	.featuregroup.taxonomy .tax p.cat {
	    padding-left: 10px
	}

	.featuregroup.taxonomy .tax:last-child {
	    padding-bottom: 4px
	}
}

@media only screen and (min-width:480px) and (max-width:768px) { 
	
}

@media only screen and (min-width:320px) and (max-width:768px) { 
	.page {
	    padding-bottom: 50px
	}
}
