/* Container */
.mci-before-text,
.mci-after-text {height:100% !important;}

/* Groups & Row */
.mci-group,
.mci-row {
	clear: both;
	width: 100%;
	overflow: hidden;
}

/* Columns */
.mci-block {float: left;}
.mci-col-1 {width: 100%;}
.mci-col-2 {width: 50%;}
.mci-col-3 {width: 33.333%;}
.mci-col-4 {width: 25%;}
.mci-col-5 {width: 20%;}
.mci-col-6 {width: 16.666%;}
.mci-col-7 {width: 14.285%;}
.mci-col-8 {width: 12.5%;}

/* Content clearfix */
.mci-clearfix:before,
.mci-clearfix:after {
	content: "";
	display: table;
}
.mci-clearfix:after {clear:both;}

/* Collapse to 1 row for small screen sizes */
@media (max-width: 767px) {
	.mci-collapse{width: 100% !important;}
}
@media (max-width: 479px) {
	.mci-collapse {width: 100% !important;}
}