.forth {
	padding: 30px;
	width: 23%;
	margin: 20px 1%;
	float: left;
}

.forth h3, .sixth h3, .fifth h3 {
	margin: 20px 0 10px;
}

.forth a, .sixth a, .fifth a {
	text-decoration: none;
}

.fifth {
	width: 18%;
	margin: 20px 1%;
	float: left;
	text-align: center;
	padding: 10px;
}

.sixth {
	width: 14%;
	margin: 20px 1%;
	float: left;
	text-align: center;
	padding: 10px;
}

.sixth:nth-child(7n), .forth:nth-child(5n), .fifth:nth-child(6n){
	clear: both;
}

.greybg {
	background: #eeede9;
}

.fundraise_wrap, .shop_wrap {
	margin-bottom: 40px;
}

@media only screen and (max-width: 960px) {
    .forth {
		width: 48%;
		margin: 20px 1%;
	}
	
	.sixth, .fifth {
		width: 31.333%;
		margin: 20px 1%;
	}
	
	.sixth:nth-child(7n), .forth:nth-child(5n), .fifth:nth-child(6n){
		clear: none;
	}
	
	.sixth:nth-child(4n), .fifth:nth-child(4n), .forth:nth-child(3n){
		clear: both;
	}
}

@media only screen and (max-width: 540px) {
    .forth {
		width: 100%;
		margin: 20px 0;
	}
	
	.sixth, .fifth {
		width: 48%;
		margin: 20px 1%;
	}
	
	.sixth:nth-child(4n), .fifth:nth-child(4n), .forth:nth-child(3n){
		clear: none;
	}
	
	.sixth:nth-child(odd), .fifth:nth-child(odd), .forth {
		clear: both;
	}
	
	
}