.row {
	width: 100%;
	margin: 0 auto;
}
.row:after {
	clear: both;
}
.row:before, .row:after {
	content: "";
	display: table;
}
@media screen and (max-width: 768px) {
	.row .columns {
		display: block;
		width: 100% !important;
		margin-left: 0 !important;
	}
}
.row .one.columns {
	width: 4.41895%;
}
.row .two.columns {
	width: 10.79102%;
}
.row .three.columns {
	width: 17.16309%;
}
.row .four.columns {
	width: 23.53516%;
}
.row .five.columns {
	width: 29.90723%;
}
.row .six.columns {
	width: 36.2793%;
}
.row .seven.columns {
	width: 42.65137%;
}
.row .eight.columns {
	width: 49.02344%;
}
.row .nine.columns {
	width: 55.39551%;
}
.row .ten.columns {
	width: 61.76758%;
}
.row .eleven.columns {
	width: 68.13965%;
}
.row .twelve.columns {
	width: 74.51172%;
}
.row .thirteen.columns {
	width: 80.88379%;
}
.row .fourteen.columns {
	width: 87.25586%;
}
.row .fifteen.columns {
	width: 93.62793%;
}
.row .sixteen.columns {
	width: 100%;
}

.columns:first-child {
	margin-left: 0;
}
.columns {
	float:left;
	margin-left: 1.95313%;
	box-sizing: border-box;
	min-height: 1px;
}