.flexrow {
	box-sizing: border-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex: 0 1 auto;
	-webkit-box-flex: 0;
	flex: 0 1 auto;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	/*
		margin-right: -1rem;
		margin-left: -1rem;
	*/
}

.flexcol{
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	-webkit-box-flex: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	max-width: 100%;
	box-sizing: border-box;
	-ms-flex: 0 0 auto;
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	/*
		padding-right: 1rem;
		padding-left: 1rem;
	*/
}

.flexcol.sm1 {
	-ms-flex-preferred-size: 8.333%;
	flex-basis: 8.333%;
	max-width: 8.333%;
}
.flexcol.sm2 {
	-ms-flex-preferred-size: 16.667%;
	flex-basis: 16.667%;
	max-width: 16.667%;
}
.flexcol.sm3 {
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
	max-width: 25%;
}
.flexcol.sm4 {
	-ms-flex-preferred-size: 33.333%;
	flex-basis: 33.333%;
	max-width: 33.333%;
}
.flexcol.sm5 {
	-ms-flex-preferred-size: 41.667%;
	flex-basis: 41.667%;
	max-width: 41.667%;
}
.flexcol.sm6 {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	max-width: 50%;
}
.flexcol.sm7 {
	-ms-flex-preferred-size: 58.333%;
	flex-basis: 58.333%;
	max-width: 58.333%;
}
.flexcol.sm8 {
	-ms-flex-preferred-size: 66.667%;
	flex-basis: 66.667%;
	max-width: 66.667%;
}
.flexcol.sm9 {
	-ms-flex-preferred-size: 75%;
	flex-basis: 75%;
	max-width: 75%;
}
.flexcol.sm10 {
	-ms-flex-preferred-size: 83.333%;
	flex-basis: 83.333%;
	max-width: 83.333%;
}
.flexcol.sm11 {
	-ms-flex-preferred-size: 91.667%;
	flex-basis: 91.667%;
	max-width: 91.667%;
}
.flexcol.sm12 {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%;
}
.flexcol.off-sm1 {
	margin-left: 8.333%;
}

.flexcol.off-sm2 {
	margin-left: 16.667%;
}

.flexcol.off-sm3 {
	margin-left: 25%;
}

.flexcol.off-sm4 {
	margin-left: 33.333%;
}

.flexcol.off-sm5 {
	margin-left: 41.667%;
}

.flexcol.off-sm6 {
	margin-left: 50%;
}

.flexcol.off-sm7 {
	margin-left: 58.333%;
}

.flexcol.off-sm8 {
	margin-left: 66.667%;
}

.flexcol.off-sm9 {
	margin-left: 75%;
}

.flexcol.off-sm10 {
	margin-left: 83.333%;
}

.flexcol.off-sm11 {
	margin-left: 91.667%;
}

@media only screen and (min-width: 600px){
	.flexcol.md1 {
		-ms-flex-preferred-size: 8.333%;
		flex-basis: 8.333%;
		max-width: 8.333%;
	}
	.flexcol.md2 {
		-ms-flex-preferred-size: 16.667%;
		flex-basis: 16.667%;
		max-width: 16.667%;
	}
	.flexcol.md3 {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%;
	}
	.flexcol.md4 {
		-ms-flex-preferred-size: 33.333%;
		flex-basis: 33.333%;
		max-width: 33.333%;
	}
	.flexcol.md5 {
		-ms-flex-preferred-size: 41.667%;
		flex-basis: 41.667%;
		max-width: 41.667%;
	}
	.flexcol.md6 {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}
	.flexcol.md7 {
		-ms-flex-preferred-size: 58.333%;
		flex-basis: 58.333%;
		max-width: 58.333%;
	}
	.flexcol.md8 {
		-ms-flex-preferred-size: 66.667%;
		flex-basis: 66.667%;
		max-width: 66.667%;
	}
	.flexcol.md9 {
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%;
	}
	.flexcol.md10 {
		-ms-flex-preferred-size: 83.333%;
		flex-basis: 83.333%;
		max-width: 83.333%;
	}
	.flexcol.md11 {
		-ms-flex-preferred-size: 91.667%;
		flex-basis: 91.667%;
		max-width: 91.667%;
	}
	.flexcol.md12 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
	.flexcol.off-md1 {
		margin-left: 8.333%;
	}

	.flexcol.off-md2 {
		margin-left: 16.667%;
	}

	.flexcol.off-md3 {
		margin-left: 25%;
	}

	.flexcol.off-md4 {
		margin-left: 33.333%;
	}

	.flexcol.off-md5 {
		margin-left: 41.667%;
	}

	.flexcol.off-md6 {
		margin-left: 50%;
	}

	.flexcol.off-md7 {
		margin-left: 58.333%;
	}

	.flexcol.off-md8 {
		margin-left: 66.667%;
	}

	.flexcol.off-md9 {
		margin-left: 75%;
	}

	.flexcol.off-md10 {
		margin-left: 83.333%;
	}

	.flexcol.off-md11 {
		margin-left: 91.667%;
	}
}

@media only screen and (min-width: 992px){
	.flexcol.lg1 {
		-ms-flex-preferred-size: 8.333%;
		flex-basis: 8.333%;
		max-width: 8.333%;
	}
	.flexcol.lg2 {
		-ms-flex-preferred-size: 16.667%;
		flex-basis: 16.667%;
		max-width: 16.667%;
	}
	.flexcol.lg3 {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%;
	}
	.flexcol.lg4 {
		-ms-flex-preferred-size: 33.333%;
		flex-basis: 33.333%;
		max-width: 33.333%;
	}
	.flexcol.lg5 {
		-ms-flex-preferred-size: 41.667%;
		flex-basis: 41.667%;
		max-width: 41.667%;
	}
	.flexcol.lg6 {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}
	.flexcol.lg7 {
		-ms-flex-preferred-size: 58.333%;
		flex-basis: 58.333%;
		max-width: 58.333%;
	}
	.flexcol.lg8 {
		-ms-flex-preferred-size: 66.667%;
		flex-basis: 66.667%;
		max-width: 66.667%;
	}
	.flexcol.lg9 {
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%;
	}
	.flexcol.lg10 {
		-ms-flex-preferred-size: 83.333%;
		flex-basis: 83.333%;
		max-width: 83.333%;
	}
	.flexcol.lg11 {
		-ms-flex-preferred-size: 91.667%;
		flex-basis: 91.667%;
		max-width: 91.667%;
	}
	.flexcol.lg12 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
	.flexcol.off-lg1 {
		margin-left: 8.333%;
	}

	.flexcol.off-lg2 {
		margin-left: 16.667%;
	}

	.flexcol.off-lg3 {
		margin-left: 25%;
	}

	.flexcol.off-lg4 {
		margin-left: 33.333%;
	}

	.flexcol.off-lg5 {
		margin-left: 41.667%;
	}

	.flexcol.off-lg6 {
		margin-left: 50%;
	}

	.flexcol.off-lg7 {
		margin-left: 58.333%;
	}

	.flexcol.off-lg8 {
		margin-left: 66.667%;
	}

	.flexcol.off-lg9 {
		margin-left: 75%;
	}

	.flexcol.off-lg10 {
		margin-left: 83.333%;
	}

	.flexcol.off-lg11 {
		margin-left: 91.667%;
	}
}