/* POST IMAGES ("MORE IMAGES") */

.more-pics-2 .post-img, .more-pics-3 .post-img, .more-pics-4 .post-img, .more-pics-5 .post-img, .more-pics-6 .post-img,
.more-pics-2 .post-img-first, .more-pics-3 .post-img-first, .more-pics-4 .post-img-first, .more-pics-5 .post-img-first, .more-pics-6 .post-img-first,
.more-pics-2 .post-img-more, .more-pics-3 .post-img-more, .more-pics-4 .post-img-more, .more-pics-5 .post-img-more, .more-pics-6 .post-img-more {
	display: inline-block !important;
	vertical-align: top !important;
	min-width: 0 !important;
	max-width: none !important;
	clear: both !important;
	float: none !important;
	margin: 0 15px 15px 0 !important;
}

.more-pics-2 .post-img, .more-pics-2 .post-img-more, .more-pics-2 .post-img-first {
	width: -moz-calc(50% - 7.5px) !important; /* 7.5px == 15px*0.5 (or (15*0.5)x1) */
	width: -webkit-calc(50% - 7.5px) !important;
	width: -o-calc(50% - 7.5px) !important;
	width: calc(50% - 7.5px) !important;
}
.more-pics-2 .post-img:nth-child(2n+0) { margin-right: 0 !important; }

@media all and (min-width : 801px) {
	.more-pics-5 .post-img, .more-pics-5 .post-img-more, .more-pics-5 .post-img-first {
		width: -moz-calc(20% - 12px) !important; /* 12px == 12px*0.8 (or (15*0.2)x4) */
		width: -webkit-calc(20% - 12px) !important;
		width: -o-calc(20% - 12px) !important;
		width: calc(20% - 12px) !important;
	}
	
	.more-pics-6 .post-img, .more-pics-6 .post-img-more, .more-pics-6 .post-img-first {
		width: -moz-calc(16.66% - 12.49px) !important; /* 12.49px == (15*0.1666)x5) */
		width: -webkit-calc(16.66% - 12.49px) !important;
		width: -o-calc(16.66% - 12.49px) !important;
		width: calc(16.66% - 12.49px) !important;
	}
	.more-pics-5 .post-img:nth-child(5n+0) { margin-right: 0 !important; }
	.more-pics-6 .post-img:nth-child(6n+0) { margin-right: 0 !important; }	
}

@media all and (max-width : 800px) {
	.more-pics-6 .post-img, .more-pics-6 .post-img-more, .more-pics-6 .post-img-first, 
	.more-pics-5 .post-img, .more-pics-5 .post-img-more, .more-pics-5 .post-img-first {
		width: -moz-calc(25% - 11.25px) !important; /* 11.5px == 15px*0.75 (or (15*0.25)x3) */
		width: -webkit-calc(25% - 11.25px) !important;
		width: -o-calc(25% - 11.25px) !important;
		width: calc(25% - 11.25px) !important;
	}
}

@media all and (min-width: 561px) and (max-width : 800px) {
	.more-pics-5 .post-img:nth-child(5n+0), 
	.more-pics-6 .post-img:nth-child(6n+0) { margin-right: 15px !important; }

	.more-pics-5 .post-img:nth-child(4n+0), 
	.more-pics-6 .post-img:nth-child(4n+0) { margin-right: 0 !important; }
}

@media all and (min-width : 561px) {
	.more-pics-3 .post-img, .more-pics-3 .post-img-more, .more-pics-3 .post-img-first {
		width: -moz-calc(33.33% - 9.99px) !important; /* 9.99px == 15px*0.6666 (or (15*0.3333)x2) */
		width: -webkit-calc(33.33% - 9.99px) !important;
		width: -o-calc(33.33% - 9.99px) !important;
		width: calc(33.33% - 9.99px) !important;
	}
	.more-pics-4 .post-img, .more-pics-4 .post-img-more, .more-pics-4 .post-img-first {
		width: -moz-calc(25% - 11.25px) !important; /* 11.5px == 15px*0.75 (or (15*0.25)x3) */
		width: -webkit-calc(25% - 11.25px) !important;
		width: -o-calc(25% - 11.25px) !important;
		width: calc(25% - 11.25px) !important;
	}
}

@media all and (min-width : 561px) {
	.more-pics-3 .post-img:nth-child(3n+0) { margin-right: 0 !important; }
	.more-pics-4 .post-img:nth-child(4n+0) { margin-right: 0 !important; }
}

@media all and (max-width : 560px) {
	.more-pics-6 .post-img, .more-pics-6 .post-img-more, .more-pics-6 .post-img-first, 
	.more-pics-5 .post-img, .more-pics-5 .post-img-more, .more-pics-5 .post-img-first,
	.more-pics-4 .post-img, .more-pics-4 .post-img-more, .more-pics-4 .post-img-first, 
	.more-pics-3 .post-img, .more-pics-3 .post-img-more, .more-pics-3 .post-img-first
	{
		width: -moz-calc(50% - 7.5px) !important; /* 7.5px == 15px*0.5 (or (15*0.5)x1) */
		width: -webkit-calc(50% - 7.5px) !important;
		width: -o-calc(50% - 7.5px) !important;
		width: calc(50% - 7.5px) !important;
	}
	/*
	.more-pics-3 .post-img:nth-child(3n+0),
	.more-pics-4 .post-img:nth-child(4n+0) { margin-right: 15px !important; }
	*/

	.more-pics-3 .post-img:nth-child(2n+0), 
	.more-pics-4 .post-img:nth-child(2n+0), 
	.more-pics-5 .post-img:nth-child(2n+0), 
	.more-pics-6 .post-img:nth-child(2n+0) { margin-right: 0 !important; }
}