/* Container */
.macb {overflow:hidden;}

/* Groups & Row */
.macb-group,
.macb-row {
	clear: both;
	width: 100%;
	overflow: hidden;
}
.macb-item {
	overflow: hidden;
}
/* Columns */
.macb-block {float: left;}
.one-col {width: 100% !important;}
.two-col {width: 50% !important;}
.three-col {width: 33.333% !important;}
.four-col {width: 25% !important;}
.five-col {width: 20% !important;}
.six-col {width: 16.666% !important;}
.seven-col {width: 14.285% !important;}
.eight-col {width: 12.5% !important;}

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

/* Intro text */
.macb-introtext p {margin-top:0px;}

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