.col-sm-1 {
	max-width: 8.33333%;
	-ms-flex-preferred-size: 8.33333%;
	flex-basis: 8.33333%
}

.col-sm-2 {
	max-width: 16.66667%;
	-ms-flex-preferred-size: 16.66667%;
	flex-basis: 16.66667%
}

.col-sm-3 {
	max-width: 25%;
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%
}

.col-sm-4 {
	max-width: 33.33333%;
	-ms-flex-preferred-size: 33.33333%;
	flex-basis: 33.33333%
}

.col-sm-5 {
	max-width: 41.66667%;
	-ms-flex-preferred-size: 41.66667%;
	flex-basis: 41.66667%
}

.col-sm-6 {
	max-width: 50%;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%
}

.col-sm-7 {
	max-width: 58.33333%;
	-ms-flex-preferred-size: 58.33333%;
	flex-basis: 58.33333%
}

.col-sm-8 {
	max-width: 66.66667%;
	-ms-flex-preferred-size: 66.66667%;
	flex-basis: 66.66667%
}

.col-sm-9 {
	max-width: 75%;
	-ms-flex-preferred-size: 75%;
	flex-basis: 75%
}

.col-sm-10 {
	max-width: 83.33333%;
	-ms-flex-preferred-size: 83.33333%;
	flex-basis: 83.33333%
}

.col-sm-11 {
	max-width: 91.66667%;
	-ms-flex-preferred-size: 91.66667%;
	flex-basis: 91.66667%
}

.col-sm-12 {
	max-width: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%
}

@media screen and (min-width:568px) {
	.col-md-1 {
		max-width: 8.33333%;
		-ms-flex-preferred-size: 8.33333%;
		flex-basis: 8.33333%
	}
	.col-md-2 {
		max-width: 16.66667%;
		-ms-flex-preferred-size: 16.66667%;
		flex-basis: 16.66667%
	}
	.col-md-3 {
		max-width: 25%;
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%
	}
	.col-md-4 {
		max-width: 33.33333%;
		-ms-flex-preferred-size: 33.33333%;
		flex-basis: 33.33333%
	}
	.col-md-5 {
		max-width: 41.66667%;
		-ms-flex-preferred-size: 41.66667%;
		flex-basis: 41.66667%
	}
	.col-md-6 {
		max-width: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%
	}
	.col-md-7 {
		max-width: 58.33333%;
		-ms-flex-preferred-size: 58.33333%;
		flex-basis: 58.33333%
	}
	.col-md-8 {
		max-width: 66.66667%;
		-ms-flex-preferred-size: 66.66667%;
		flex-basis: 66.66667%
	}
	.col-md-9 {
		max-width: 75%;
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%
	}
	.col-md-10 {
		max-width: 83.33333%;
		-ms-flex-preferred-size: 83.33333%;
		flex-basis: 83.33333%
	}
	.col-md-11 {
		max-width: 91.66667%;
		-ms-flex-preferred-size: 91.66667%;
		flex-basis: 91.66667%
	}
	.col-md-12 {
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}
}
@media screen and (min-width:1024px) {
	.col-lg-1 {
		max-width: 8.33333%;
		-ms-flex-preferred-size: 8.33333%;
		flex-basis: 8.33333%
	}
	.col-lg-2 {
		max-width: 16.66667%;
		-ms-flex-preferred-size: 16.66667%;
		flex-basis: 16.66667%
	}
	.col-lg-3 {
		max-width: 25%;
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%
	}
	.col-lg-4 {
		max-width: 33.33333%;
		-ms-flex-preferred-size: 33.33333%;
		flex-basis: 33.33333%
	}
	.col-lg-5 {
		max-width: 41.66667%;
		-ms-flex-preferred-size: 41.66667%;
		flex-basis: 41.66667%
	}
	.col-lg-6 {
		max-width: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%
	}
	.col-lg-7 {
		max-width: 58.33333%;
		-ms-flex-preferred-size: 58.33333%;
		flex-basis: 58.33333%
	}
	.col-lg-8 {
		max-width: 66.66667%;
		-ms-flex-preferred-size: 66.66667%;
		flex-basis: 66.66667%
	}
	.col-lg-9 {
		max-width: 75%;
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%
	}
	.col-lg-10 {
		max-width: 83.33333%;
		-ms-flex-preferred-size: 83.33333%;
		flex-basis: 83.33333%
	}
	.col-lg-11 {
		max-width: 91.66667%;
		-ms-flex-preferred-size: 91.66667%;
		flex-basis: 91.66667%
	}
	.col-lg-12 {
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}
}

@media (min-width: 1200px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-xl-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-xl-1 {
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-xl-2 {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-xl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xl-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-xl-5 {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-xl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xl-7 {
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-xl-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-xl-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xl-10 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-xl-11 {
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-xl-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-xl-first {
		-ms-flex-order: -1;
		order: -1;
	}
	.order-xl-last {
		-ms-flex-order: 13;
		order: 13;
	}
	.order-xl-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	.order-xl-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	.order-xl-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	.order-xl-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	.order-xl-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	.order-xl-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	.order-xl-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	.order-xl-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	.order-xl-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	.order-xl-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	.order-xl-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	.order-xl-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	.order-xl-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-xl-0 {
		margin-left: 0;
	}
	.offset-xl-1 {
		margin-left: 8.33333%;
	}
	.offset-xl-2 {
		margin-left: 16.66667%;
	}
	.offset-xl-3 {
		margin-left: 25%;
	}
	.offset-xl-4 {
		margin-left: 33.33333%;
	}
	.offset-xl-5 {
		margin-left: 41.66667%;
	}
	.offset-xl-6 {
		margin-left: 50%;
	}
	.offset-xl-7 {
		margin-left: 58.33333%;
	}
	.offset-xl-8 {
		margin-left: 66.66667%;
	}
	.offset-xl-9 {
		margin-left: 75%;
	}
	.offset-xl-10 {
		margin-left: 83.33333%;
	}
	.offset-xl-11 {
		margin-left: 91.66667%;
	}
} 