/*!
 * Bootstrap v4.6.1 (https://getbootstrap.com/4.6) versione customizzata per TREBIT
 */
.tbt-bootstrap{
	box-sizing: border-box;
	-ms-overflow-style: scrollbar;
}
.tbt-bootstrap article,
.tbt-bootstrap aside,
.tbt-bootstrap figcaption,
.tbt-bootstrap figure,
.tbt-bootstrap footer,
.tbt-bootstrap header,
.tbt-bootstrap hgroup,
.tbt-bootstrap main,
.tbt-bootstrap nav,
.tbt-bootstrap section {
	display: block;
}
.tbt-bootstrap *,
.tbt-bootstrap *::before,
.tbt-bootstrap *::after {
	box-sizing: inherit;
}
.tbt-bootstrap .container,
.tbt-bootstrap .container-fluid,
.tbt-bootstrap .container-sm,
.tbt-bootstrap .container-md,
.tbt-bootstrap .container-lg,
.tbt-bootstrap .container-xl {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 576px) {
	.tbt-bootstrap .container,
	.tbt-bootstrap .container-sm {
		max-width: 540px;
	}
}
@media (min-width: 768px) {
	.tbt-bootstrap .container,
	.tbt-bootstrap .container-sm,
	.tbt-bootstrap .container-md {
		max-width: 720px;
	}
}
@media (min-width: 992px) {
	.tbt-bootstrap .container,
	.tbt-bootstrap .container-sm,
	.tbt-bootstrap .container-md,
	.tbt-bootstrap .container-lg {
		max-width: 960px;
	}
}
@media (min-width: 1200px) {
	.tbt-bootstrap .container,
	.tbt-bootstrap .container-sm,
	.tbt-bootstrap .container-md,
	.tbt-bootstrap .container-lg,
	.tbt-bootstrap .container-xl {
		max-width: 1140px;
	}
}
.tbt-bootstrap .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.tbt-bootstrap .no-gutters {
	margin-right: 0;
	margin-left: 0;
}
.tbt-bootstrap .no-gutters > .col,
.tbt-bootstrap .no-gutters > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}
.tbt-bootstrap .col-1,
.tbt-bootstrap .col-2,
.tbt-bootstrap .col-3,
.tbt-bootstrap .col-4,
.tbt-bootstrap .col-5,
.tbt-bootstrap .col-6,
.tbt-bootstrap .col-7,
.tbt-bootstrap .col-8,
.tbt-bootstrap .col-9,
.tbt-bootstrap .col-10,
.tbt-bootstrap .col-11,
.tbt-bootstrap .col-12,
.tbt-bootstrap .col,
.tbt-bootstrap .col-auto,
.tbt-bootstrap .col-sm-1,
.tbt-bootstrap .col-sm-2,
.tbt-bootstrap .col-sm-3,
.tbt-bootstrap .col-sm-4,
.tbt-bootstrap .col-sm-5,
.tbt-bootstrap .col-sm-6,
.tbt-bootstrap .col-sm-7,
.tbt-bootstrap .col-sm-8,
.tbt-bootstrap .col-sm-9,
.tbt-bootstrap .col-sm-10,
.tbt-bootstrap .col-sm-11,
.tbt-bootstrap .col-sm-12,
.tbt-bootstrap .col-sm,
.tbt-bootstrap .col-sm-auto,
.tbt-bootstrap .col-md-1,
.tbt-bootstrap .col-md-2,
.tbt-bootstrap .col-md-3,
.tbt-bootstrap .col-md-4,
.tbt-bootstrap .col-md-5,
.tbt-bootstrap .col-md-6,
.tbt-bootstrap .col-md-7,
.tbt-bootstrap .col-md-8,
.tbt-bootstrap .col-md-9,
.tbt-bootstrap .col-md-10,
.tbt-bootstrap .col-md-11,
.tbt-bootstrap .col-md-12,
.tbt-bootstrap .col-md,
.tbt-bootstrap .col-md-auto,
.tbt-bootstrap .col-lg-1,
.tbt-bootstrap .col-lg-2,
.tbt-bootstrap .col-lg-3,
.tbt-bootstrap .col-lg-4,
.tbt-bootstrap .col-lg-5,
.tbt-bootstrap .col-lg-6,
.tbt-bootstrap .col-lg-7,
.tbt-bootstrap .col-lg-8,
.tbt-bootstrap .col-lg-9,
.tbt-bootstrap .col-lg-10,
.tbt-bootstrap .col-lg-11,
.tbt-bootstrap .col-lg-12,
.tbt-bootstrap .col-lg,
.tbt-bootstrap .col-lg-auto,
.tbt-bootstrap .col-xl-1,
.tbt-bootstrap .col-xl-2,
.tbt-bootstrap .col-xl-3,
.tbt-bootstrap .col-xl-4,
.tbt-bootstrap .col-xl-5,
.tbt-bootstrap .col-xl-6,
.tbt-bootstrap .col-xl-7,
.tbt-bootstrap .col-xl-8,
.tbt-bootstrap .col-xl-9,
.tbt-bootstrap .col-xl-10,
.tbt-bootstrap .col-xl-11,
.tbt-bootstrap .col-xl-12,
.tbt-bootstrap .col-xl,
.tbt-bootstrap .col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}
.tbt-bootstrap .col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
.tbt-bootstrap .row-cols-1 > * {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.tbt-bootstrap .row-cols-2 > * {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.tbt-bootstrap .row-cols-3 > * {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.tbt-bootstrap .row-cols-4 > * {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.tbt-bootstrap .row-cols-5 > * {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}
.tbt-bootstrap .row-cols-6 > * {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}
.tbt-bootstrap .col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}
.tbt-bootstrap .col-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}
.tbt-bootstrap .col-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}
.tbt-bootstrap .col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.tbt-bootstrap .col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.tbt-bootstrap .col-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}
.tbt-bootstrap .col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.tbt-bootstrap .col-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}
.tbt-bootstrap .col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}
.tbt-bootstrap .col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}
.tbt-bootstrap .col-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}
.tbt-bootstrap .col-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}
.tbt-bootstrap .col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.tbt-bootstrap .order-first {
	-ms-flex-order: -1;
	order: -1;
}
.tbt-bootstrap .order-last {
	-ms-flex-order: 13;
	order: 13;
}
.tbt-bootstrap .order-0 {
	-ms-flex-order: 0;
	order: 0;
}
.tbt-bootstrap .order-1 {
	-ms-flex-order: 1;
	order: 1;
}
.tbt-bootstrap .order-2 {
	-ms-flex-order: 2;
	order: 2;
}
.tbt-bootstrap .order-3 {
	-ms-flex-order: 3;
	order: 3;
}
.tbt-bootstrap .order-4 {
	-ms-flex-order: 4;
	order: 4;
}
.tbt-bootstrap .order-5 {
	-ms-flex-order: 5;
	order: 5;
}
.tbt-bootstrap .order-6 {
	-ms-flex-order: 6;
	order: 6;
}
.tbt-bootstrap .order-7 {
	-ms-flex-order: 7;
	order: 7;
}
.tbt-bootstrap .order-8 {
	-ms-flex-order: 8;
	order: 8;
}
.tbt-bootstrap .order-9 {
	-ms-flex-order: 9;
	order: 9;
}
.tbt-bootstrap .order-10 {
	-ms-flex-order: 10;
	order: 10;
}
.tbt-bootstrap .order-11 {
	-ms-flex-order: 11;
	order: 11;
}
.tbt-bootstrap .order-12 {
	-ms-flex-order: 12;
	order: 12;
}
.tbt-bootstrap .offset-1 {
	margin-left: 8.333333%;
}
.tbt-bootstrap .offset-2 {
	margin-left: 16.666667%;
}
.tbt-bootstrap .offset-3 {
	margin-left: 25%;
}
.tbt-bootstrap .offset-4 {
	margin-left: 33.333333%;
}
.tbt-bootstrap .offset-5 {
	margin-left: 41.666667%;
}
.tbt-bootstrap .offset-6 {
	margin-left: 50%;
}
.tbt-bootstrap .offset-7 {
	margin-left: 58.333333%;
}
.tbt-bootstrap .offset-8 {
	margin-left: 66.666667%;
}
.tbt-bootstrap .offset-9 {
	margin-left: 75%;
}
.tbt-bootstrap .offset-10 {
	margin-left: 83.333333%;
}
.tbt-bootstrap .offset-11 {
	margin-left: 91.666667%;
}
@media (min-width: 576px) {
	.tbt-bootstrap .col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.tbt-bootstrap .row-cols-sm-1 > * {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.tbt-bootstrap .row-cols-sm-2 > * {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.tbt-bootstrap .row-cols-sm-3 > * {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.tbt-bootstrap .row-cols-sm-4 > * {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.tbt-bootstrap .row-cols-sm-5 > * {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.tbt-bootstrap .row-cols-sm-6 > * {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.tbt-bootstrap .col-sm-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.tbt-bootstrap .col-sm-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.tbt-bootstrap .col-sm-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.tbt-bootstrap .col-sm-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.tbt-bootstrap .col-sm-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.tbt-bootstrap .col-sm-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.tbt-bootstrap .col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.tbt-bootstrap .col-sm-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.tbt-bootstrap .col-sm-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.tbt-bootstrap .col-sm-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.tbt-bootstrap .col-sm-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.tbt-bootstrap .col-sm-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.tbt-bootstrap .col-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.tbt-bootstrap .order-sm-first {
		-ms-flex-order: -1;
		order: -1;
	}
	.tbt-bootstrap .order-sm-last {
		-ms-flex-order: 13;
		order: 13;
	}
	.tbt-bootstrap .order-sm-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	.tbt-bootstrap .order-sm-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	.tbt-bootstrap .order-sm-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	.tbt-bootstrap .order-sm-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	.tbt-bootstrap .order-sm-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	.tbt-bootstrap .order-sm-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	.tbt-bootstrap .order-sm-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	.tbt-bootstrap .order-sm-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	.tbt-bootstrap .order-sm-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	.tbt-bootstrap .order-sm-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	.tbt-bootstrap .order-sm-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	.tbt-bootstrap .order-sm-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	.tbt-bootstrap .order-sm-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	.tbt-bootstrap .offset-sm-0 {
		margin-left: 0;
	}
	.tbt-bootstrap .offset-sm-1 {
		margin-left: 8.333333%;
	}
	.tbt-bootstrap .offset-sm-2 {
		margin-left: 16.666667%;
	}
	.tbt-bootstrap .offset-sm-3 {
		margin-left: 25%;
	}
	.tbt-bootstrap .offset-sm-4 {
		margin-left: 33.333333%;
	}
	.tbt-bootstrap .offset-sm-5 {
		margin-left: 41.666667%;
	}
	.tbt-bootstrap .offset-sm-6 {
		margin-left: 50%;
	}
	.tbt-bootstrap .offset-sm-7 {
		margin-left: 58.333333%;
	}
	.tbt-bootstrap .offset-sm-8 {
		margin-left: 66.666667%;
	}
	.tbt-bootstrap .offset-sm-9 {
		margin-left: 75%;
	}
	.tbt-bootstrap .offset-sm-10 {
		margin-left: 83.333333%;
	}
	.tbt-bootstrap .offset-sm-11 {
		margin-left: 91.666667%;
	}
}
@media (min-width: 768px) {
	.tbt-bootstrap .col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.tbt-bootstrap .row-cols-md-1 > * {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.tbt-bootstrap .row-cols-md-2 > * {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.tbt-bootstrap .row-cols-md-3 > * {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.tbt-bootstrap .row-cols-md-4 > * {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.tbt-bootstrap .row-cols-md-5 > * {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.tbt-bootstrap .row-cols-md-6 > * {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.tbt-bootstrap .col-md-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.tbt-bootstrap .col-md-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.tbt-bootstrap .col-md-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.tbt-bootstrap .col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.tbt-bootstrap .col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.tbt-bootstrap .col-md-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.tbt-bootstrap .col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.tbt-bootstrap .col-md-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.tbt-bootstrap .col-md-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.tbt-bootstrap .col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.tbt-bootstrap .col-md-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.tbt-bootstrap .col-md-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.tbt-bootstrap .col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.tbt-bootstrap .order-md-first {
		-ms-flex-order: -1;
		order: -1;
	}
	.tbt-bootstrap .order-md-last {
		-ms-flex-order: 13;
		order: 13;
	}
	.tbt-bootstrap .order-md-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	.tbt-bootstrap .order-md-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	.tbt-bootstrap .order-md-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	.tbt-bootstrap .order-md-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	.tbt-bootstrap .order-md-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	.tbt-bootstrap .order-md-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	.tbt-bootstrap .order-md-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	.tbt-bootstrap .order-md-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	.tbt-bootstrap .order-md-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	.tbt-bootstrap .order-md-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	.tbt-bootstrap .order-md-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	.tbt-bootstrap .order-md-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	.tbt-bootstrap .order-md-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	.tbt-bootstrap .offset-md-0 {
		margin-left: 0;
	}
	.tbt-bootstrap .offset-md-1 {
		margin-left: 8.333333%;
	}
	.tbt-bootstrap .offset-md-2 {
		margin-left: 16.666667%;
	}
	.tbt-bootstrap .offset-md-3 {
		margin-left: 25%;
	}
	.tbt-bootstrap .offset-md-4 {
		margin-left: 33.333333%;
	}
	.tbt-bootstrap .offset-md-5 {
		margin-left: 41.666667%;
	}
	.tbt-bootstrap .offset-md-6 {
		margin-left: 50%;
	}
	.tbt-bootstrap .offset-md-7 {
		margin-left: 58.333333%;
	}
	.tbt-bootstrap .offset-md-8 {
		margin-left: 66.666667%;
	}
	.tbt-bootstrap .offset-md-9 {
		margin-left: 75%;
	}
	.tbt-bootstrap .offset-md-10 {
		margin-left: 83.333333%;
	}
	.tbt-bootstrap .offset-md-11 {
		margin-left: 91.666667%;
	}
}
@media (min-width: 992px) {
	.tbt-bootstrap .col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.tbt-bootstrap .row-cols-lg-1 > * {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.tbt-bootstrap .row-cols-lg-2 > * {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.tbt-bootstrap .row-cols-lg-3 > * {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.tbt-bootstrap .row-cols-lg-4 > * {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.tbt-bootstrap .row-cols-lg-5 > * {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.tbt-bootstrap .row-cols-lg-6 > * {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.tbt-bootstrap .col-lg-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.tbt-bootstrap .col-lg-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.tbt-bootstrap .col-lg-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.tbt-bootstrap .col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.tbt-bootstrap .col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.tbt-bootstrap .col-lg-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.tbt-bootstrap .col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.tbt-bootstrap .col-lg-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.tbt-bootstrap .col-lg-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.tbt-bootstrap .col-lg-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.tbt-bootstrap .col-lg-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.tbt-bootstrap .col-lg-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.tbt-bootstrap .col-lg-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.tbt-bootstrap .order-lg-first {
		-ms-flex-order: -1;
		order: -1;
	}
	.tbt-bootstrap .order-lg-last {
		-ms-flex-order: 13;
		order: 13;
	}
	.tbt-bootstrap .order-lg-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	.tbt-bootstrap .order-lg-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	.tbt-bootstrap .order-lg-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	.tbt-bootstrap .order-lg-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	.tbt-bootstrap .order-lg-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	.tbt-bootstrap .order-lg-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	.tbt-bootstrap .order-lg-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	.tbt-bootstrap .order-lg-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	.tbt-bootstrap .order-lg-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	.tbt-bootstrap .order-lg-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	.tbt-bootstrap .order-lg-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	.tbt-bootstrap .order-lg-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	.tbt-bootstrap .order-lg-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	.tbt-bootstrap .offset-lg-0 {
		margin-left: 0;
	}
	.tbt-bootstrap .offset-lg-1 {
		margin-left: 8.333333%;
	}
	.tbt-bootstrap .offset-lg-2 {
		margin-left: 16.666667%;
	}
	.tbt-bootstrap .offset-lg-3 {
		margin-left: 25%;
	}
	.tbt-bootstrap .offset-lg-4 {
		margin-left: 33.333333%;
	}
	.tbt-bootstrap .offset-lg-5 {
		margin-left: 41.666667%;
	}
	.tbt-bootstrap .offset-lg-6 {
		margin-left: 50%;
	}
	.tbt-bootstrap .offset-lg-7 {
		margin-left: 58.333333%;
	}
	.tbt-bootstrap .offset-lg-8 {
		margin-left: 66.666667%;
	}
	.tbt-bootstrap .offset-lg-9 {
		margin-left: 75%;
	}
	.tbt-bootstrap .offset-lg-10 {
		margin-left: 83.333333%;
	}
	.tbt-bootstrap .offset-lg-11 {
		margin-left: 91.666667%;
	}
}
@media (min-width: 1200px) {
	.tbt-bootstrap .col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.tbt-bootstrap .row-cols-xl-1 > * {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.tbt-bootstrap .row-cols-xl-2 > * {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.tbt-bootstrap .row-cols-xl-3 > * {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.tbt-bootstrap .row-cols-xl-4 > * {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.tbt-bootstrap .row-cols-xl-5 > * {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.tbt-bootstrap .row-cols-xl-6 > * {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.tbt-bootstrap .col-xl-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.tbt-bootstrap .col-xl-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.tbt-bootstrap .col-xl-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.tbt-bootstrap .col-xl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.tbt-bootstrap .col-xl-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.tbt-bootstrap .col-xl-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.tbt-bootstrap .col-xl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.tbt-bootstrap .col-xl-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.tbt-bootstrap .col-xl-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.tbt-bootstrap .col-xl-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.tbt-bootstrap .col-xl-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.tbt-bootstrap .col-xl-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.tbt-bootstrap .col-xl-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.tbt-bootstrap .order-xl-first {
		-ms-flex-order: -1;
		order: -1;
	}
	.tbt-bootstrap .order-xl-last {
		-ms-flex-order: 13;
		order: 13;
	}
	.tbt-bootstrap .order-xl-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	.tbt-bootstrap .order-xl-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	.tbt-bootstrap .order-xl-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	.tbt-bootstrap .order-xl-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	.tbt-bootstrap .order-xl-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	.tbt-bootstrap .order-xl-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	.tbt-bootstrap .order-xl-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	.tbt-bootstrap .order-xl-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	.tbt-bootstrap .order-xl-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	.tbt-bootstrap .order-xl-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	.tbt-bootstrap .order-xl-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	.tbt-bootstrap .order-xl-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	.tbt-bootstrap .order-xl-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	.tbt-bootstrap .offset-xl-0 {
		margin-left: 0;
	}
	.tbt-bootstrap .offset-xl-1 {
		margin-left: 8.333333%;
	}
	.tbt-bootstrap .offset-xl-2 {
		margin-left: 16.666667%;
	}
	.tbt-bootstrap .offset-xl-3 {
		margin-left: 25%;
	}
	.tbt-bootstrap .offset-xl-4 {
		margin-left: 33.333333%;
	}
	.tbt-bootstrap .offset-xl-5 {
		margin-left: 41.666667%;
	}
	.tbt-bootstrap .offset-xl-6 {
		margin-left: 50%;
	}
	.tbt-bootstrap .offset-xl-7 {
		margin-left: 58.333333%;
	}
	.tbt-bootstrap .offset-xl-8 {
		margin-left: 66.666667%;
	}
	.tbt-bootstrap .offset-xl-9 {
		margin-left: 75%;
	}
	.tbt-bootstrap .offset-xl-10 {
		margin-left: 83.333333%;
	}
	.tbt-bootstrap .offset-xl-11 {
		margin-left: 91.666667%;
	}
}
.tbt-bootstrap .d-none {
	display: none !important;
}
.tbt-bootstrap .d-inline {
	display: inline !important;
}
.tbt-bootstrap .d-inline-block {
	display: inline-block !important;
}
.tbt-bootstrap .d-block {
	display: block !important;
}
.tbt-bootstrap .d-table {
	display: table !important;
}
.tbt-bootstrap .d-table-row {
	display: table-row !important;
}
.tbt-bootstrap .d-table-cell {
	display: table-cell !important;
}
.tbt-bootstrap .d-flex {
	display: -ms-flexbox !important;
	display: flex !important;
}
.tbt-bootstrap .d-inline-flex {
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}
@media (min-width: 576px) {
	.tbt-bootstrap .d-sm-none {
		display: none !important;
	}
	.tbt-bootstrap .d-sm-inline {
		display: inline !important;
	}
	.tbt-bootstrap .d-sm-inline-block {
		display: inline-block !important;
	}
	.tbt-bootstrap .d-sm-block {
		display: block !important;
	}
	.tbt-bootstrap .d-sm-table {
		display: table !important;
	}
	.tbt-bootstrap .d-sm-table-row {
		display: table-row !important;
	}
	.tbt-bootstrap .d-sm-table-cell {
		display: table-cell !important;
	}
	.tbt-bootstrap .d-sm-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.tbt-bootstrap .d-sm-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}
@media (min-width: 768px) {
	.tbt-bootstrap .d-md-none {
		display: none !important;
	}
	.tbt-bootstrap .d-md-inline {
		display: inline !important;
	}
	.tbt-bootstrap .d-md-inline-block {
		display: inline-block !important;
	}
	.tbt-bootstrap .d-md-block {
		display: block !important;
	}
	.tbt-bootstrap .d-md-table {
		display: table !important;
	}
	.tbt-bootstrap .d-md-table-row {
		display: table-row !important;
	}
	.tbt-bootstrap .d-md-table-cell {
		display: table-cell !important;
	}
	.tbt-bootstrap .d-md-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.tbt-bootstrap .d-md-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}
@media (min-width: 992px) {
	.tbt-bootstrap .d-lg-none {
		display: none !important;
	}
	.tbt-bootstrap .d-lg-inline {
		display: inline !important;
	}
	.tbt-bootstrap .d-lg-inline-block {
		display: inline-block !important;
	}
	.tbt-bootstrap .d-lg-block {
		display: block !important;
	}
	.tbt-bootstrap .d-lg-table {
		display: table !important;
	}
	.tbt-bootstrap .d-lg-table-row {
		display: table-row !important;
	}
	.tbt-bootstrap .d-lg-table-cell {
		display: table-cell !important;
	}
	.tbt-bootstrap .d-lg-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.tbt-bootstrap .d-lg-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}
@media (min-width: 1200px) {
	.tbt-bootstrap .d-xl-none {
		display: none !important;
	}
	.tbt-bootstrap .d-xl-inline {
		display: inline !important;
	}
	.tbt-bootstrap .d-xl-inline-block {
		display: inline-block !important;
	}
	.tbt-bootstrap .d-xl-block {
		display: block !important;
	}
	.tbt-bootstrap .d-xl-table {
		display: table !important;
	}
	.tbt-bootstrap .d-xl-table-row {
		display: table-row !important;
	}
	.tbt-bootstrap .d-xl-table-cell {
		display: table-cell !important;
	}
	.tbt-bootstrap .d-xl-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.tbt-bootstrap .d-xl-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}
@media print {
	.tbt-bootstrap .d-print-none {
		display: none !important;
	}
	.tbt-bootstrap .d-print-inline {
		display: inline !important;
	}
	.tbt-bootstrap .d-print-inline-block {
		display: inline-block !important;
	}
	.tbt-bootstrap .d-print-block {
		display: block !important;
	}
	.tbt-bootstrap .d-print-table {
		display: table !important;
	}
	.tbt-bootstrap .d-print-table-row {
		display: table-row !important;
	}
	.tbt-bootstrap .d-print-table-cell {
		display: table-cell !important;
	}
	.tbt-bootstrap .d-print-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.tbt-bootstrap .d-print-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}
.tbt-bootstrap .flex-row {
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}
.tbt-bootstrap .flex-column {
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}
.tbt-bootstrap .flex-row-reverse {
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}
.tbt-bootstrap .flex-column-reverse {
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
}
.tbt-bootstrap .flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}
.tbt-bootstrap .flex-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}
.tbt-bootstrap .flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}
.tbt-bootstrap .flex-fill {
	-ms-flex: 1 1 auto !important;
	flex: 1 1 auto !important;
}
.tbt-bootstrap .flex-grow-0 {
	-ms-flex-positive: 0 !important;
	flex-grow: 0 !important;
}
.tbt-bootstrap .flex-grow-1 {
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important;
}
.tbt-bootstrap .flex-shrink-0 {
	-ms-flex-negative: 0 !important;
	flex-shrink: 0 !important;
}
.tbt-bootstrap .flex-shrink-1 {
	-ms-flex-negative: 1 !important;
	flex-shrink: 1 !important;
}
.tbt-bootstrap .justify-content-start {
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}
.tbt-bootstrap .justify-content-end {
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}
.tbt-bootstrap .justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
.tbt-bootstrap .justify-content-between {
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}
.tbt-bootstrap .justify-content-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}
.tbt-bootstrap .align-items-start {
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}
.tbt-bootstrap .align-items-end {
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}
.tbt-bootstrap .align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important;
}
.tbt-bootstrap .align-items-baseline {
	-ms-flex-align: baseline !important;
	align-items: baseline !important;
}
.tbt-bootstrap .align-items-stretch {
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}
.tbt-bootstrap .align-content-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}
.tbt-bootstrap .align-content-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}
.tbt-bootstrap .align-content-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}
.tbt-bootstrap .align-content-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}
.tbt-bootstrap .align-content-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}
.tbt-bootstrap .align-content-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}
.tbt-bootstrap .align-self-auto {
	-ms-flex-item-align: auto !important;
	align-self: auto !important;
}
.tbt-bootstrap .align-self-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}
.tbt-bootstrap .align-self-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}
.tbt-bootstrap .align-self-center {
	-ms-flex-item-align: center !important;
	align-self: center !important;
}
.tbt-bootstrap .align-self-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}
.tbt-bootstrap .align-self-stretch {
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important;
}
@media (min-width: 576px) {
	.tbt-bootstrap .flex-sm-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.tbt-bootstrap .flex-sm-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.tbt-bootstrap .flex-sm-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.tbt-bootstrap .flex-sm-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.tbt-bootstrap .flex-sm-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.tbt-bootstrap .flex-sm-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.tbt-bootstrap .flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.tbt-bootstrap .flex-sm-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.tbt-bootstrap .flex-sm-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.tbt-bootstrap .flex-sm-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.tbt-bootstrap .flex-sm-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.tbt-bootstrap .flex-sm-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.tbt-bootstrap .justify-content-sm-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.tbt-bootstrap .justify-content-sm-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.tbt-bootstrap .justify-content-sm-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.tbt-bootstrap .justify-content-sm-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.tbt-bootstrap .justify-content-sm-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.tbt-bootstrap .align-items-sm-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.tbt-bootstrap .align-items-sm-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.tbt-bootstrap .align-items-sm-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.tbt-bootstrap .align-items-sm-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.tbt-bootstrap .align-items-sm-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.tbt-bootstrap .align-content-sm-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.tbt-bootstrap .align-content-sm-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.tbt-bootstrap .align-content-sm-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.tbt-bootstrap .align-content-sm-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.tbt-bootstrap .align-content-sm-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.tbt-bootstrap .align-content-sm-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.tbt-bootstrap .align-self-sm-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.tbt-bootstrap .align-self-sm-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.tbt-bootstrap .align-self-sm-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.tbt-bootstrap .align-self-sm-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.tbt-bootstrap .align-self-sm-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.tbt-bootstrap .align-self-sm-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}
@media (min-width: 768px) {
	.tbt-bootstrap .flex-md-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.tbt-bootstrap .flex-md-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.tbt-bootstrap .flex-md-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.tbt-bootstrap .flex-md-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.tbt-bootstrap .flex-md-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.tbt-bootstrap .flex-md-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.tbt-bootstrap .flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.tbt-bootstrap .flex-md-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.tbt-bootstrap .flex-md-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.tbt-bootstrap .flex-md-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.tbt-bootstrap .flex-md-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.tbt-bootstrap .flex-md-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.tbt-bootstrap .justify-content-md-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.tbt-bootstrap .justify-content-md-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.tbt-bootstrap .justify-content-md-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.tbt-bootstrap .justify-content-md-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.tbt-bootstrap .justify-content-md-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.tbt-bootstrap .align-items-md-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.tbt-bootstrap .align-items-md-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.tbt-bootstrap .align-items-md-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.tbt-bootstrap .align-items-md-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.tbt-bootstrap .align-items-md-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.tbt-bootstrap .align-content-md-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.tbt-bootstrap .align-content-md-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.tbt-bootstrap .align-content-md-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.tbt-bootstrap .align-content-md-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.tbt-bootstrap .align-content-md-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.tbt-bootstrap .align-content-md-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.tbt-bootstrap .align-self-md-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.tbt-bootstrap .align-self-md-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.tbt-bootstrap .align-self-md-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.tbt-bootstrap .align-self-md-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.tbt-bootstrap .align-self-md-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.tbt-bootstrap .align-self-md-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}
@media (min-width: 992px) {
	.tbt-bootstrap .flex-lg-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.tbt-bootstrap .flex-lg-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.tbt-bootstrap .flex-lg-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.tbt-bootstrap .flex-lg-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.tbt-bootstrap .flex-lg-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.tbt-bootstrap .flex-lg-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.tbt-bootstrap .flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.tbt-bootstrap .flex-lg-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.tbt-bootstrap .flex-lg-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.tbt-bootstrap .flex-lg-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.tbt-bootstrap .flex-lg-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.tbt-bootstrap .flex-lg-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.tbt-bootstrap .justify-content-lg-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.tbt-bootstrap .justify-content-lg-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.tbt-bootstrap .justify-content-lg-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.tbt-bootstrap .justify-content-lg-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.tbt-bootstrap .justify-content-lg-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.tbt-bootstrap .align-items-lg-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.tbt-bootstrap .align-items-lg-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.tbt-bootstrap .align-items-lg-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.tbt-bootstrap .align-items-lg-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.tbt-bootstrap .align-items-lg-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.tbt-bootstrap .align-content-lg-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.tbt-bootstrap .align-content-lg-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.tbt-bootstrap .align-content-lg-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.tbt-bootstrap .align-content-lg-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.tbt-bootstrap .align-content-lg-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.tbt-bootstrap .align-content-lg-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.tbt-bootstrap .align-self-lg-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.tbt-bootstrap .align-self-lg-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.tbt-bootstrap .align-self-lg-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.tbt-bootstrap .align-self-lg-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.tbt-bootstrap .align-self-lg-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.tbt-bootstrap .align-self-lg-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}
@media (min-width: 1200px) {
	.tbt-bootstrap .flex-xl-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.tbt-bootstrap .flex-xl-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.tbt-bootstrap .flex-xl-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.tbt-bootstrap .flex-xl-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.tbt-bootstrap .flex-xl-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.tbt-bootstrap .flex-xl-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.tbt-bootstrap .flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.tbt-bootstrap .flex-xl-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.tbt-bootstrap .flex-xl-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.tbt-bootstrap .flex-xl-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.tbt-bootstrap .flex-xl-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.tbt-bootstrap .flex-xl-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.tbt-bootstrap .justify-content-xl-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.tbt-bootstrap .justify-content-xl-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.tbt-bootstrap .justify-content-xl-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.tbt-bootstrap .justify-content-xl-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.tbt-bootstrap .justify-content-xl-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.tbt-bootstrap .align-items-xl-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.tbt-bootstrap .align-items-xl-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.tbt-bootstrap .align-items-xl-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.tbt-bootstrap .align-items-xl-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.tbt-bootstrap .align-items-xl-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.tbt-bootstrap .align-content-xl-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.tbt-bootstrap .align-content-xl-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.tbt-bootstrap .align-content-xl-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.tbt-bootstrap .align-content-xl-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.tbt-bootstrap .align-content-xl-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.tbt-bootstrap .align-content-xl-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.tbt-bootstrap .align-self-xl-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.tbt-bootstrap .align-self-xl-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.tbt-bootstrap .align-self-xl-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.tbt-bootstrap .align-self-xl-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.tbt-bootstrap .align-self-xl-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.tbt-bootstrap .align-self-xl-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}
.tbt-bootstrap .m-0 {
	margin: 0 !important;
}
.tbt-bootstrap .mt-0,
.tbt-bootstrap .my-0 {
	margin-top: 0 !important;
}
.tbt-bootstrap .mr-0,
.tbt-bootstrap .mx-0 {
	margin-right: 0 !important;
}
.tbt-bootstrap .mb-0,
.tbt-bootstrap .my-0 {
	margin-bottom: 0 !important;
}
.tbt-bootstrap .ml-0,
.tbt-bootstrap .mx-0 {
	margin-left: 0 !important;
}
.tbt-bootstrap .m-1 {
	margin: 0.25rem !important;
}
.tbt-bootstrap .mt-1,
.tbt-bootstrap .my-1 {
	margin-top: 0.25rem !important;
}
.tbt-bootstrap .mr-1,
.tbt-bootstrap .mx-1 {
	margin-right: 0.25rem !important;
}
.tbt-bootstrap .mb-1,
.tbt-bootstrap .my-1 {
	margin-bottom: 0.25rem !important;
}
.tbt-bootstrap .ml-1,
.tbt-bootstrap .mx-1 {
	margin-left: 0.25rem !important;
}
.tbt-bootstrap .m-2 {
	margin: 0.5rem !important;
}
.tbt-bootstrap .mt-2,
.tbt-bootstrap .my-2 {
	margin-top: 0.5rem !important;
}
.tbt-bootstrap .mr-2,
.tbt-bootstrap .mx-2 {
	margin-right: 0.5rem !important;
}
.tbt-bootstrap .mb-2,
.tbt-bootstrap .my-2 {
	margin-bottom: 0.5rem !important;
}
.tbt-bootstrap .ml-2,
.tbt-bootstrap .mx-2 {
	margin-left: 0.5rem !important;
}
.tbt-bootstrap .m-3 {
	margin: 1rem !important;
}
.tbt-bootstrap .mt-3,
.tbt-bootstrap .my-3 {
	margin-top: 1rem !important;
}
.tbt-bootstrap .mr-3,
.tbt-bootstrap .mx-3 {
	margin-right: 1rem !important;
}
.tbt-bootstrap .mb-3,
.tbt-bootstrap .my-3 {
	margin-bottom: 1rem !important;
}
.tbt-bootstrap .ml-3,
.tbt-bootstrap .mx-3 {
	margin-left: 1rem !important;
}
.tbt-bootstrap .m-4 {
	margin: 1.5rem !important;
}
.tbt-bootstrap .mt-4,
.tbt-bootstrap .my-4 {
	margin-top: 1.5rem !important;
}
.tbt-bootstrap .mr-4,
.tbt-bootstrap .mx-4 {
	margin-right: 1.5rem !important;
}
.tbt-bootstrap .mb-4,
.tbt-bootstrap .my-4 {
	margin-bottom: 1.5rem !important;
}
.tbt-bootstrap .ml-4,
.tbt-bootstrap .mx-4 {
	margin-left: 1.5rem !important;
}
.tbt-bootstrap .m-5 {
	margin: 3rem !important;
}
.tbt-bootstrap .mt-5,
.tbt-bootstrap .my-5 {
	margin-top: 3rem !important;
}
.tbt-bootstrap .mr-5,
.tbt-bootstrap .mx-5 {
	margin-right: 3rem !important;
}
.tbt-bootstrap .mb-5,
.tbt-bootstrap .my-5 {
	margin-bottom: 3rem !important;
}
.tbt-bootstrap .ml-5,
.tbt-bootstrap .mx-5 {
	margin-left: 3rem !important;
}
.tbt-bootstrap .p-0 {
	padding: 0 !important;
}
.tbt-bootstrap .pt-0,
.tbt-bootstrap .py-0 {
	padding-top: 0 !important;
}
.tbt-bootstrap .pr-0,
.tbt-bootstrap .px-0 {
	padding-right: 0 !important;
}
.tbt-bootstrap .pb-0,
.tbt-bootstrap .py-0 {
	padding-bottom: 0 !important;
}
.tbt-bootstrap .pl-0,
.tbt-bootstrap .px-0 {
	padding-left: 0 !important;
}
.tbt-bootstrap .p-1 {
	padding: 0.25rem !important;
}
.tbt-bootstrap .pt-1,
.tbt-bootstrap .py-1 {
	padding-top: 0.25rem !important;
}
.tbt-bootstrap .pr-1,
.tbt-bootstrap .px-1 {
	padding-right: 0.25rem !important;
}
.tbt-bootstrap .pb-1,
.tbt-bootstrap .py-1 {
	padding-bottom: 0.25rem !important;
}
.tbt-bootstrap .pl-1,
.tbt-bootstrap .px-1 {
	padding-left: 0.25rem !important;
}
.tbt-bootstrap .p-2 {
	padding: 0.5rem !important;
}
.tbt-bootstrap .pt-2,
.tbt-bootstrap .py-2 {
	padding-top: 0.5rem !important;
}
.tbt-bootstrap .pr-2,
.tbt-bootstrap .px-2 {
	padding-right: 0.5rem !important;
}
.tbt-bootstrap .pb-2,
.tbt-bootstrap .py-2 {
	padding-bottom: 0.5rem !important;
}
.tbt-bootstrap .pl-2,
.tbt-bootstrap .px-2 {
	padding-left: 0.5rem !important;
}
.tbt-bootstrap .p-3 {
	padding: 1rem !important;
}
.tbt-bootstrap .pt-3,
.tbt-bootstrap .py-3 {
	padding-top: 1rem !important;
}
.tbt-bootstrap .pr-3,
.tbt-bootstrap .px-3 {
	padding-right: 1rem !important;
}
.tbt-bootstrap .pb-3,
.tbt-bootstrap .py-3 {
	padding-bottom: 1rem !important;
}
.tbt-bootstrap .pl-3,
.tbt-bootstrap .px-3 {
	padding-left: 1rem !important;
}
.tbt-bootstrap .p-4 {
	padding: 1.5rem !important;
}
.tbt-bootstrap .pt-4,
.tbt-bootstrap .py-4 {
	padding-top: 1.5rem !important;
}
.tbt-bootstrap .pr-4,
.tbt-bootstrap .px-4 {
	padding-right: 1.5rem !important;
}
.tbt-bootstrap .pb-4,
.tbt-bootstrap .py-4 {
	padding-bottom: 1.5rem !important;
}
.tbt-bootstrap .pl-4,
.tbt-bootstrap .px-4 {
	padding-left: 1.5rem !important;
}
.tbt-bootstrap .p-5 {
	padding: 3rem !important;
}
.tbt-bootstrap .pt-5,
.tbt-bootstrap .py-5 {
	padding-top: 3rem !important;
}
.tbt-bootstrap .pr-5,
.tbt-bootstrap .px-5 {
	padding-right: 3rem !important;
}
.tbt-bootstrap .pb-5,
.tbt-bootstrap .py-5 {
	padding-bottom: 3rem !important;
}
.tbt-bootstrap .pl-5,
.tbt-bootstrap .px-5 {
	padding-left: 3rem !important;
}
.tbt-bootstrap .m-n1 {
	margin: -0.25rem !important;
}
.tbt-bootstrap .mt-n1,
.tbt-bootstrap .my-n1 {
	margin-top: -0.25rem !important;
}
.tbt-bootstrap .mr-n1,
.tbt-bootstrap .mx-n1 {
	margin-right: -0.25rem !important;
}
.tbt-bootstrap .mb-n1,
.tbt-bootstrap .my-n1 {
	margin-bottom: -0.25rem !important;
}
.tbt-bootstrap .ml-n1,
.tbt-bootstrap .mx-n1 {
	margin-left: -0.25rem !important;
}
.tbt-bootstrap .m-n2 {
	margin: -0.5rem !important;
}
.tbt-bootstrap .mt-n2,
.tbt-bootstrap .my-n2 {
	margin-top: -0.5rem !important;
}
.tbt-bootstrap .mr-n2,
.tbt-bootstrap .mx-n2 {
	margin-right: -0.5rem !important;
}
.tbt-bootstrap .mb-n2,
.tbt-bootstrap .my-n2 {
	margin-bottom: -0.5rem !important;
}
.tbt-bootstrap .ml-n2,
.tbt-bootstrap .mx-n2 {
	margin-left: -0.5rem !important;
}
.tbt-bootstrap .m-n3 {
	margin: -1rem !important;
}
.tbt-bootstrap .mt-n3,
.tbt-bootstrap .my-n3 {
	margin-top: -1rem !important;
}
.tbt-bootstrap .mr-n3,
.tbt-bootstrap .mx-n3 {
	margin-right: -1rem !important;
}
.tbt-bootstrap .mb-n3,
.tbt-bootstrap .my-n3 {
	margin-bottom: -1rem !important;
}
.tbt-bootstrap .ml-n3,
.tbt-bootstrap .mx-n3 {
	margin-left: -1rem !important;
}
.tbt-bootstrap .m-n4 {
	margin: -1.5rem !important;
}
.tbt-bootstrap .mt-n4,
.tbt-bootstrap .my-n4 {
	margin-top: -1.5rem !important;
}
.tbt-bootstrap .mr-n4,
.tbt-bootstrap .mx-n4 {
	margin-right: -1.5rem !important;
}
.tbt-bootstrap .mb-n4,
.tbt-bootstrap .my-n4 {
	margin-bottom: -1.5rem !important;
}
.tbt-bootstrap .ml-n4,
.tbt-bootstrap .mx-n4 {
	margin-left: -1.5rem !important;
}
.tbt-bootstrap .m-n5 {
	margin: -3rem !important;
}
.tbt-bootstrap .mt-n5,
.tbt-bootstrap .my-n5 {
	margin-top: -3rem !important;
}
.tbt-bootstrap .mr-n5,
.tbt-bootstrap .mx-n5 {
	margin-right: -3rem !important;
}
.tbt-bootstrap .mb-n5,
.tbt-bootstrap .my-n5 {
	margin-bottom: -3rem !important;
}
.tbt-bootstrap .ml-n5,
.tbt-bootstrap .mx-n5 {
	margin-left: -3rem !important;
}
.tbt-bootstrap .m-auto {
	margin: auto !important;
}
.tbt-bootstrap .mt-auto,
.tbt-bootstrap .my-auto {
	margin-top: auto !important;
}
.tbt-bootstrap .mr-auto,
.tbt-bootstrap .mx-auto {
	margin-right: auto !important;
}
.tbt-bootstrap .mb-auto,
.tbt-bootstrap .my-auto {
	margin-bottom: auto !important;
}
.tbt-bootstrap .ml-auto,
.tbt-bootstrap .mx-auto {
	margin-left: auto !important;
}
@media (min-width: 576px) {
	.tbt-bootstrap .m-sm-0 {
		margin: 0 !important;
	}
	.tbt-bootstrap .mt-sm-0,
	.tbt-bootstrap .my-sm-0 {
		margin-top: 0 !important;
	}
	.tbt-bootstrap .mr-sm-0,
	.tbt-bootstrap .mx-sm-0 {
		margin-right: 0 !important;
	}
	.tbt-bootstrap .mb-sm-0,
	.tbt-bootstrap .my-sm-0 {
		margin-bottom: 0 !important;
	}
	.tbt-bootstrap .ml-sm-0,
	.tbt-bootstrap .mx-sm-0 {
		margin-left: 0 !important;
	}
	.tbt-bootstrap .m-sm-1 {
		margin: 0.25rem !important;
	}
	.tbt-bootstrap .mt-sm-1,
	.tbt-bootstrap .my-sm-1 {
		margin-top: 0.25rem !important;
	}
	.tbt-bootstrap .mr-sm-1,
	.tbt-bootstrap .mx-sm-1 {
		margin-right: 0.25rem !important;
	}
	.tbt-bootstrap .mb-sm-1,
	.tbt-bootstrap .my-sm-1 {
		margin-bottom: 0.25rem !important;
	}
	.tbt-bootstrap .ml-sm-1,
	.tbt-bootstrap .mx-sm-1 {
		margin-left: 0.25rem !important;
	}
	.tbt-bootstrap .m-sm-2 {
		margin: 0.5rem !important;
	}
	.tbt-bootstrap .mt-sm-2,
	.tbt-bootstrap .my-sm-2 {
		margin-top: 0.5rem !important;
	}
	.tbt-bootstrap .mr-sm-2,
	.tbt-bootstrap .mx-sm-2 {
		margin-right: 0.5rem !important;
	}
	.tbt-bootstrap .mb-sm-2,
	.tbt-bootstrap .my-sm-2 {
		margin-bottom: 0.5rem !important;
	}
	.tbt-bootstrap .ml-sm-2,
	.tbt-bootstrap .mx-sm-2 {
		margin-left: 0.5rem !important;
	}
	.tbt-bootstrap .m-sm-3 {
		margin: 1rem !important;
	}
	.tbt-bootstrap .mt-sm-3,
	.tbt-bootstrap .my-sm-3 {
		margin-top: 1rem !important;
	}
	.tbt-bootstrap .mr-sm-3,
	.tbt-bootstrap .mx-sm-3 {
		margin-right: 1rem !important;
	}
	.tbt-bootstrap .mb-sm-3,
	.tbt-bootstrap .my-sm-3 {
		margin-bottom: 1rem !important;
	}
	.tbt-bootstrap .ml-sm-3,
	.tbt-bootstrap .mx-sm-3 {
		margin-left: 1rem !important;
	}
	.tbt-bootstrap .m-sm-4 {
		margin: 1.5rem !important;
	}
	.tbt-bootstrap .mt-sm-4,
	.tbt-bootstrap .my-sm-4 {
		margin-top: 1.5rem !important;
	}
	.tbt-bootstrap .mr-sm-4,
	.tbt-bootstrap .mx-sm-4 {
		margin-right: 1.5rem !important;
	}
	.tbt-bootstrap .mb-sm-4,
	.tbt-bootstrap .my-sm-4 {
		margin-bottom: 1.5rem !important;
	}
	.tbt-bootstrap .ml-sm-4,
	.tbt-bootstrap .mx-sm-4 {
		margin-left: 1.5rem !important;
	}
	.tbt-bootstrap .m-sm-5 {
		margin: 3rem !important;
	}
	.tbt-bootstrap .mt-sm-5,
	.tbt-bootstrap .my-sm-5 {
		margin-top: 3rem !important;
	}
	.tbt-bootstrap .mr-sm-5,
	.tbt-bootstrap .mx-sm-5 {
		margin-right: 3rem !important;
	}
	.tbt-bootstrap .mb-sm-5,
	.tbt-bootstrap .my-sm-5 {
		margin-bottom: 3rem !important;
	}
	.tbt-bootstrap .ml-sm-5,
	.tbt-bootstrap .mx-sm-5 {
		margin-left: 3rem !important;
	}
	.tbt-bootstrap .p-sm-0 {
		padding: 0 !important;
	}
	.tbt-bootstrap .pt-sm-0,
	.tbt-bootstrap .py-sm-0 {
		padding-top: 0 !important;
	}
	.tbt-bootstrap .pr-sm-0,
	.tbt-bootstrap .px-sm-0 {
		padding-right: 0 !important;
	}
	.tbt-bootstrap .pb-sm-0,
	.tbt-bootstrap .py-sm-0 {
		padding-bottom: 0 !important;
	}
	.tbt-bootstrap .pl-sm-0,
	.tbt-bootstrap .px-sm-0 {
		padding-left: 0 !important;
	}
	.tbt-bootstrap .p-sm-1 {
		padding: 0.25rem !important;
	}
	.tbt-bootstrap .pt-sm-1,
	.tbt-bootstrap .py-sm-1 {
		padding-top: 0.25rem !important;
	}
	.tbt-bootstrap .pr-sm-1,
	.tbt-bootstrap .px-sm-1 {
		padding-right: 0.25rem !important;
	}
	.tbt-bootstrap .pb-sm-1,
	.tbt-bootstrap .py-sm-1 {
		padding-bottom: 0.25rem !important;
	}
	.tbt-bootstrap .pl-sm-1,
	.tbt-bootstrap .px-sm-1 {
		padding-left: 0.25rem !important;
	}
	.tbt-bootstrap .p-sm-2 {
		padding: 0.5rem !important;
	}
	.tbt-bootstrap .pt-sm-2,
	.tbt-bootstrap .py-sm-2 {
		padding-top: 0.5rem !important;
	}
	.tbt-bootstrap .pr-sm-2,
	.tbt-bootstrap .px-sm-2 {
		padding-right: 0.5rem !important;
	}
	.tbt-bootstrap .pb-sm-2,
	.tbt-bootstrap .py-sm-2 {
		padding-bottom: 0.5rem !important;
	}
	.tbt-bootstrap .pl-sm-2,
	.tbt-bootstrap .px-sm-2 {
		padding-left: 0.5rem !important;
	}
	.tbt-bootstrap .p-sm-3 {
		padding: 1rem !important;
	}
	.tbt-bootstrap .pt-sm-3,
	.tbt-bootstrap .py-sm-3 {
		padding-top: 1rem !important;
	}
	.tbt-bootstrap .pr-sm-3,
	.tbt-bootstrap .px-sm-3 {
		padding-right: 1rem !important;
	}
	.tbt-bootstrap .pb-sm-3,
	.tbt-bootstrap .py-sm-3 {
		padding-bottom: 1rem !important;
	}
	.tbt-bootstrap .pl-sm-3,
	.tbt-bootstrap .px-sm-3 {
		padding-left: 1rem !important;
	}
	.tbt-bootstrap .p-sm-4 {
		padding: 1.5rem !important;
	}
	.tbt-bootstrap .pt-sm-4,
	.tbt-bootstrap .py-sm-4 {
		padding-top: 1.5rem !important;
	}
	.tbt-bootstrap .pr-sm-4,
	.tbt-bootstrap .px-sm-4 {
		padding-right: 1.5rem !important;
	}
	.tbt-bootstrap .pb-sm-4,
	.tbt-bootstrap .py-sm-4 {
		padding-bottom: 1.5rem !important;
	}
	.tbt-bootstrap .pl-sm-4,
	.tbt-bootstrap .px-sm-4 {
		padding-left: 1.5rem !important;
	}
	.tbt-bootstrap .p-sm-5 {
		padding: 3rem !important;
	}
	.tbt-bootstrap .pt-sm-5,
	.tbt-bootstrap .py-sm-5 {
		padding-top: 3rem !important;
	}
	.tbt-bootstrap .pr-sm-5,
	.tbt-bootstrap .px-sm-5 {
		padding-right: 3rem !important;
	}
	.tbt-bootstrap .pb-sm-5,
	.tbt-bootstrap .py-sm-5 {
		padding-bottom: 3rem !important;
	}
	.tbt-bootstrap .pl-sm-5,
	.tbt-bootstrap .px-sm-5 {
		padding-left: 3rem !important;
	}
	.tbt-bootstrap .m-sm-n1 {
		margin: -0.25rem !important;
	}
	.tbt-bootstrap .mt-sm-n1,
	.tbt-bootstrap .my-sm-n1 {
		margin-top: -0.25rem !important;
	}
	.tbt-bootstrap .mr-sm-n1,
	.tbt-bootstrap .mx-sm-n1 {
		margin-right: -0.25rem !important;
	}
	.tbt-bootstrap .mb-sm-n1,
	.tbt-bootstrap .my-sm-n1 {
		margin-bottom: -0.25rem !important;
	}
	.tbt-bootstrap .ml-sm-n1,
	.tbt-bootstrap .mx-sm-n1 {
		margin-left: -0.25rem !important;
	}
	.tbt-bootstrap .m-sm-n2 {
		margin: -0.5rem !important;
	}
	.tbt-bootstrap .mt-sm-n2,
	.tbt-bootstrap .my-sm-n2 {
		margin-top: -0.5rem !important;
	}
	.tbt-bootstrap .mr-sm-n2,
	.tbt-bootstrap .mx-sm-n2 {
		margin-right: -0.5rem !important;
	}
	.tbt-bootstrap .mb-sm-n2,
	.tbt-bootstrap .my-sm-n2 {
		margin-bottom: -0.5rem !important;
	}
	.tbt-bootstrap .ml-sm-n2,
	.tbt-bootstrap .mx-sm-n2 {
		margin-left: -0.5rem !important;
	}
	.tbt-bootstrap .m-sm-n3 {
		margin: -1rem !important;
	}
	.tbt-bootstrap .mt-sm-n3,
	.tbt-bootstrap .my-sm-n3 {
		margin-top: -1rem !important;
	}
	.tbt-bootstrap .mr-sm-n3,
	.tbt-bootstrap .mx-sm-n3 {
		margin-right: -1rem !important;
	}
	.tbt-bootstrap .mb-sm-n3,
	.tbt-bootstrap .my-sm-n3 {
		margin-bottom: -1rem !important;
	}
	.tbt-bootstrap .ml-sm-n3,
	.tbt-bootstrap .mx-sm-n3 {
		margin-left: -1rem !important;
	}
	.tbt-bootstrap .m-sm-n4 {
		margin: -1.5rem !important;
	}
	.tbt-bootstrap .mt-sm-n4,
	.tbt-bootstrap .my-sm-n4 {
		margin-top: -1.5rem !important;
	}
	.tbt-bootstrap .mr-sm-n4,
	.tbt-bootstrap .mx-sm-n4 {
		margin-right: -1.5rem !important;
	}
	.tbt-bootstrap .mb-sm-n4,
	.tbt-bootstrap .my-sm-n4 {
		margin-bottom: -1.5rem !important;
	}
	.tbt-bootstrap .ml-sm-n4,
	.tbt-bootstrap .mx-sm-n4 {
		margin-left: -1.5rem !important;
	}
	.tbt-bootstrap .m-sm-n5 {
		margin: -3rem !important;
	}
	.tbt-bootstrap .mt-sm-n5,
	.tbt-bootstrap .my-sm-n5 {
		margin-top: -3rem !important;
	}
	.tbt-bootstrap .mr-sm-n5,
	.tbt-bootstrap .mx-sm-n5 {
		margin-right: -3rem !important;
	}
	.tbt-bootstrap .mb-sm-n5,
	.tbt-bootstrap .my-sm-n5 {
		margin-bottom: -3rem !important;
	}
	.tbt-bootstrap .ml-sm-n5,
	.tbt-bootstrap .mx-sm-n5 {
		margin-left: -3rem !important;
	}
	.tbt-bootstrap .m-sm-auto {
		margin: auto !important;
	}
	.tbt-bootstrap .mt-sm-auto,
	.tbt-bootstrap .my-sm-auto {
		margin-top: auto !important;
	}
	.tbt-bootstrap .mr-sm-auto,
	.tbt-bootstrap .mx-sm-auto {
		margin-right: auto !important;
	}
	.tbt-bootstrap .mb-sm-auto,
	.tbt-bootstrap .my-sm-auto {
		margin-bottom: auto !important;
	}
	.tbt-bootstrap .ml-sm-auto,
	.tbt-bootstrap .mx-sm-auto {
		margin-left: auto !important;
	}
}
@media (min-width: 768px) {
	.tbt-bootstrap .m-md-0 {
		margin: 0 !important;
	}
	.tbt-bootstrap .mt-md-0,
	.tbt-bootstrap .my-md-0 {
		margin-top: 0 !important;
	}
	.tbt-bootstrap .mr-md-0,
	.tbt-bootstrap .mx-md-0 {
		margin-right: 0 !important;
	}
	.tbt-bootstrap .mb-md-0,
	.tbt-bootstrap .my-md-0 {
		margin-bottom: 0 !important;
	}
	.tbt-bootstrap .ml-md-0,
	.tbt-bootstrap .mx-md-0 {
		margin-left: 0 !important;
	}
	.tbt-bootstrap .m-md-1 {
		margin: 0.25rem !important;
	}
	.tbt-bootstrap .mt-md-1,
	.tbt-bootstrap .my-md-1 {
		margin-top: 0.25rem !important;
	}
	.tbt-bootstrap .mr-md-1,
	.tbt-bootstrap .mx-md-1 {
		margin-right: 0.25rem !important;
	}
	.tbt-bootstrap .mb-md-1,
	.tbt-bootstrap .my-md-1 {
		margin-bottom: 0.25rem !important;
	}
	.tbt-bootstrap .ml-md-1,
	.tbt-bootstrap .mx-md-1 {
		margin-left: 0.25rem !important;
	}
	.tbt-bootstrap .m-md-2 {
		margin: 0.5rem !important;
	}
	.tbt-bootstrap .mt-md-2,
	.tbt-bootstrap .my-md-2 {
		margin-top: 0.5rem !important;
	}
	.tbt-bootstrap .mr-md-2,
	.tbt-bootstrap .mx-md-2 {
		margin-right: 0.5rem !important;
	}
	.tbt-bootstrap .mb-md-2,
	.tbt-bootstrap .my-md-2 {
		margin-bottom: 0.5rem !important;
	}
	.tbt-bootstrap .ml-md-2,
	.tbt-bootstrap .mx-md-2 {
		margin-left: 0.5rem !important;
	}
	.tbt-bootstrap .m-md-3 {
		margin: 1rem !important;
	}
	.tbt-bootstrap .mt-md-3,
	.tbt-bootstrap .my-md-3 {
		margin-top: 1rem !important;
	}
	.tbt-bootstrap .mr-md-3,
	.tbt-bootstrap .mx-md-3 {
		margin-right: 1rem !important;
	}
	.tbt-bootstrap .mb-md-3,
	.tbt-bootstrap .my-md-3 {
		margin-bottom: 1rem !important;
	}
	.tbt-bootstrap .ml-md-3,
	.tbt-bootstrap .mx-md-3 {
		margin-left: 1rem !important;
	}
	.tbt-bootstrap .m-md-4 {
		margin: 1.5rem !important;
	}
	.tbt-bootstrap .mt-md-4,
	.tbt-bootstrap .my-md-4 {
		margin-top: 1.5rem !important;
	}
	.tbt-bootstrap .mr-md-4,
	.tbt-bootstrap .mx-md-4 {
		margin-right: 1.5rem !important;
	}
	.tbt-bootstrap .mb-md-4,
	.tbt-bootstrap .my-md-4 {
		margin-bottom: 1.5rem !important;
	}
	.tbt-bootstrap .ml-md-4,
	.tbt-bootstrap .mx-md-4 {
		margin-left: 1.5rem !important;
	}
	.tbt-bootstrap .m-md-5 {
		margin: 3rem !important;
	}
	.tbt-bootstrap .mt-md-5,
	.tbt-bootstrap .my-md-5 {
		margin-top: 3rem !important;
	}
	.tbt-bootstrap .mr-md-5,
	.tbt-bootstrap .mx-md-5 {
		margin-right: 3rem !important;
	}
	.tbt-bootstrap .mb-md-5,
	.tbt-bootstrap .my-md-5 {
		margin-bottom: 3rem !important;
	}
	.tbt-bootstrap .ml-md-5,
	.tbt-bootstrap .mx-md-5 {
		margin-left: 3rem !important;
	}
	.tbt-bootstrap .p-md-0 {
		padding: 0 !important;
	}
	.tbt-bootstrap .pt-md-0,
	.tbt-bootstrap .py-md-0 {
		padding-top: 0 !important;
	}
	.tbt-bootstrap .pr-md-0,
	.tbt-bootstrap .px-md-0 {
		padding-right: 0 !important;
	}
	.tbt-bootstrap .pb-md-0,
	.tbt-bootstrap .py-md-0 {
		padding-bottom: 0 !important;
	}
	.tbt-bootstrap .pl-md-0,
	.tbt-bootstrap .px-md-0 {
		padding-left: 0 !important;
	}
	.tbt-bootstrap .p-md-1 {
		padding: 0.25rem !important;
	}
	.tbt-bootstrap .pt-md-1,
	.tbt-bootstrap .py-md-1 {
		padding-top: 0.25rem !important;
	}
	.tbt-bootstrap .pr-md-1,
	.tbt-bootstrap .px-md-1 {
		padding-right: 0.25rem !important;
	}
	.tbt-bootstrap .pb-md-1,
	.tbt-bootstrap .py-md-1 {
		padding-bottom: 0.25rem !important;
	}
	.tbt-bootstrap .pl-md-1,
	.tbt-bootstrap .px-md-1 {
		padding-left: 0.25rem !important;
	}
	.tbt-bootstrap .p-md-2 {
		padding: 0.5rem !important;
	}
	.tbt-bootstrap .pt-md-2,
	.tbt-bootstrap .py-md-2 {
		padding-top: 0.5rem !important;
	}
	.tbt-bootstrap .pr-md-2,
	.tbt-bootstrap .px-md-2 {
		padding-right: 0.5rem !important;
	}
	.tbt-bootstrap .pb-md-2,
	.tbt-bootstrap .py-md-2 {
		padding-bottom: 0.5rem !important;
	}
	.tbt-bootstrap .pl-md-2,
	.tbt-bootstrap .px-md-2 {
		padding-left: 0.5rem !important;
	}
	.tbt-bootstrap .p-md-3 {
		padding: 1rem !important;
	}
	.tbt-bootstrap .pt-md-3,
	.tbt-bootstrap .py-md-3 {
		padding-top: 1rem !important;
	}
	.tbt-bootstrap .pr-md-3,
	.tbt-bootstrap .px-md-3 {
		padding-right: 1rem !important;
	}
	.tbt-bootstrap .pb-md-3,
	.tbt-bootstrap .py-md-3 {
		padding-bottom: 1rem !important;
	}
	.tbt-bootstrap .pl-md-3,
	.tbt-bootstrap .px-md-3 {
		padding-left: 1rem !important;
	}
	.tbt-bootstrap .p-md-4 {
		padding: 1.5rem !important;
	}
	.tbt-bootstrap .pt-md-4,
	.tbt-bootstrap .py-md-4 {
		padding-top: 1.5rem !important;
	}
	.tbt-bootstrap .pr-md-4,
	.tbt-bootstrap .px-md-4 {
		padding-right: 1.5rem !important;
	}
	.tbt-bootstrap .pb-md-4,
	.tbt-bootstrap .py-md-4 {
		padding-bottom: 1.5rem !important;
	}
	.tbt-bootstrap .pl-md-4,
	.tbt-bootstrap .px-md-4 {
		padding-left: 1.5rem !important;
	}
	.tbt-bootstrap .p-md-5 {
		padding: 3rem !important;
	}
	.tbt-bootstrap .pt-md-5,
	.tbt-bootstrap .py-md-5 {
		padding-top: 3rem !important;
	}
	.tbt-bootstrap .pr-md-5,
	.tbt-bootstrap .px-md-5 {
		padding-right: 3rem !important;
	}
	.tbt-bootstrap .pb-md-5,
	.tbt-bootstrap .py-md-5 {
		padding-bottom: 3rem !important;
	}
	.tbt-bootstrap .pl-md-5,
	.tbt-bootstrap .px-md-5 {
		padding-left: 3rem !important;
	}
	.tbt-bootstrap .m-md-n1 {
		margin: -0.25rem !important;
	}
	.tbt-bootstrap .mt-md-n1,
	.tbt-bootstrap .my-md-n1 {
		margin-top: -0.25rem !important;
	}
	.tbt-bootstrap .mr-md-n1,
	.tbt-bootstrap .mx-md-n1 {
		margin-right: -0.25rem !important;
	}
	.tbt-bootstrap .mb-md-n1,
	.tbt-bootstrap .my-md-n1 {
		margin-bottom: -0.25rem !important;
	}
	.tbt-bootstrap .ml-md-n1,
	.tbt-bootstrap .mx-md-n1 {
		margin-left: -0.25rem !important;
	}
	.tbt-bootstrap .m-md-n2 {
		margin: -0.5rem !important;
	}
	.tbt-bootstrap .mt-md-n2,
	.tbt-bootstrap .my-md-n2 {
		margin-top: -0.5rem !important;
	}
	.tbt-bootstrap .mr-md-n2,
	.tbt-bootstrap .mx-md-n2 {
		margin-right: -0.5rem !important;
	}
	.tbt-bootstrap .mb-md-n2,
	.tbt-bootstrap .my-md-n2 {
		margin-bottom: -0.5rem !important;
	}
	.tbt-bootstrap .ml-md-n2,
	.tbt-bootstrap .mx-md-n2 {
		margin-left: -0.5rem !important;
	}
	.tbt-bootstrap .m-md-n3 {
		margin: -1rem !important;
	}
	.tbt-bootstrap .mt-md-n3,
	.tbt-bootstrap .my-md-n3 {
		margin-top: -1rem !important;
	}
	.tbt-bootstrap .mr-md-n3,
	.tbt-bootstrap .mx-md-n3 {
		margin-right: -1rem !important;
	}
	.tbt-bootstrap .mb-md-n3,
	.tbt-bootstrap .my-md-n3 {
		margin-bottom: -1rem !important;
	}
	.tbt-bootstrap .ml-md-n3,
	.tbt-bootstrap .mx-md-n3 {
		margin-left: -1rem !important;
	}
	.tbt-bootstrap .m-md-n4 {
		margin: -1.5rem !important;
	}
	.tbt-bootstrap .mt-md-n4,
	.tbt-bootstrap .my-md-n4 {
		margin-top: -1.5rem !important;
	}
	.tbt-bootstrap .mr-md-n4,
	.tbt-bootstrap .mx-md-n4 {
		margin-right: -1.5rem !important;
	}
	.tbt-bootstrap .mb-md-n4,
	.tbt-bootstrap .my-md-n4 {
		margin-bottom: -1.5rem !important;
	}
	.tbt-bootstrap .ml-md-n4,
	.tbt-bootstrap .mx-md-n4 {
		margin-left: -1.5rem !important;
	}
	.tbt-bootstrap .m-md-n5 {
		margin: -3rem !important;
	}
	.tbt-bootstrap .mt-md-n5,
	.tbt-bootstrap .my-md-n5 {
		margin-top: -3rem !important;
	}
	.tbt-bootstrap .mr-md-n5,
	.tbt-bootstrap .mx-md-n5 {
		margin-right: -3rem !important;
	}
	.tbt-bootstrap .mb-md-n5,
	.tbt-bootstrap .my-md-n5 {
		margin-bottom: -3rem !important;
	}
	.tbt-bootstrap .ml-md-n5,
	.tbt-bootstrap .mx-md-n5 {
		margin-left: -3rem !important;
	}
	.tbt-bootstrap .m-md-auto {
		margin: auto !important;
	}
	.tbt-bootstrap .mt-md-auto,
	.tbt-bootstrap .my-md-auto {
		margin-top: auto !important;
	}
	.tbt-bootstrap .mr-md-auto,
	.tbt-bootstrap .mx-md-auto {
		margin-right: auto !important;
	}
	.tbt-bootstrap .mb-md-auto,
	.tbt-bootstrap .my-md-auto {
		margin-bottom: auto !important;
	}
	.tbt-bootstrap .ml-md-auto,
	.tbt-bootstrap .mx-md-auto {
		margin-left: auto !important;
	}
}
@media (min-width: 992px) {
	.tbt-bootstrap .m-lg-0 {
		margin: 0 !important;
	}
	.tbt-bootstrap .mt-lg-0,
	.tbt-bootstrap .my-lg-0 {
		margin-top: 0 !important;
	}
	.tbt-bootstrap .mr-lg-0,
	.tbt-bootstrap .mx-lg-0 {
		margin-right: 0 !important;
	}
	.tbt-bootstrap .mb-lg-0,
	.tbt-bootstrap .my-lg-0 {
		margin-bottom: 0 !important;
	}
	.tbt-bootstrap .ml-lg-0,
	.tbt-bootstrap .mx-lg-0 {
		margin-left: 0 !important;
	}
	.tbt-bootstrap .m-lg-1 {
		margin: 0.25rem !important;
	}
	.tbt-bootstrap .mt-lg-1,
	.tbt-bootstrap .my-lg-1 {
		margin-top: 0.25rem !important;
	}
	.tbt-bootstrap .mr-lg-1,
	.tbt-bootstrap .mx-lg-1 {
		margin-right: 0.25rem !important;
	}
	.tbt-bootstrap .mb-lg-1,
	.tbt-bootstrap .my-lg-1 {
		margin-bottom: 0.25rem !important;
	}
	.tbt-bootstrap .ml-lg-1,
	.tbt-bootstrap .mx-lg-1 {
		margin-left: 0.25rem !important;
	}
	.tbt-bootstrap .m-lg-2 {
		margin: 0.5rem !important;
	}
	.tbt-bootstrap .mt-lg-2,
	.tbt-bootstrap .my-lg-2 {
		margin-top: 0.5rem !important;
	}
	.tbt-bootstrap .mr-lg-2,
	.tbt-bootstrap .mx-lg-2 {
		margin-right: 0.5rem !important;
	}
	.tbt-bootstrap .mb-lg-2,
	.tbt-bootstrap .my-lg-2 {
		margin-bottom: 0.5rem !important;
	}
	.tbt-bootstrap .ml-lg-2,
	.tbt-bootstrap .mx-lg-2 {
		margin-left: 0.5rem !important;
	}
	.tbt-bootstrap .m-lg-3 {
		margin: 1rem !important;
	}
	.tbt-bootstrap .mt-lg-3,
	.tbt-bootstrap .my-lg-3 {
		margin-top: 1rem !important;
	}
	.tbt-bootstrap .mr-lg-3,
	.tbt-bootstrap .mx-lg-3 {
		margin-right: 1rem !important;
	}
	.tbt-bootstrap .mb-lg-3,
	.tbt-bootstrap .my-lg-3 {
		margin-bottom: 1rem !important;
	}
	.tbt-bootstrap .ml-lg-3,
	.tbt-bootstrap .mx-lg-3 {
		margin-left: 1rem !important;
	}
	.tbt-bootstrap .m-lg-4 {
		margin: 1.5rem !important;
	}
	.tbt-bootstrap .mt-lg-4,
	.tbt-bootstrap .my-lg-4 {
		margin-top: 1.5rem !important;
	}
	.tbt-bootstrap .mr-lg-4,
	.tbt-bootstrap .mx-lg-4 {
		margin-right: 1.5rem !important;
	}
	.tbt-bootstrap .mb-lg-4,
	.tbt-bootstrap .my-lg-4 {
		margin-bottom: 1.5rem !important;
	}
	.tbt-bootstrap .ml-lg-4,
	.tbt-bootstrap .mx-lg-4 {
		margin-left: 1.5rem !important;
	}
	.tbt-bootstrap .m-lg-5 {
		margin: 3rem !important;
	}
	.tbt-bootstrap .mt-lg-5,
	.tbt-bootstrap .my-lg-5 {
		margin-top: 3rem !important;
	}
	.tbt-bootstrap .mr-lg-5,
	.tbt-bootstrap .mx-lg-5 {
		margin-right: 3rem !important;
	}
	.tbt-bootstrap .mb-lg-5,
	.tbt-bootstrap .my-lg-5 {
		margin-bottom: 3rem !important;
	}
	.tbt-bootstrap .ml-lg-5,
	.tbt-bootstrap .mx-lg-5 {
		margin-left: 3rem !important;
	}
	.tbt-bootstrap .p-lg-0 {
		padding: 0 !important;
	}
	.tbt-bootstrap .pt-lg-0,
	.tbt-bootstrap .py-lg-0 {
		padding-top: 0 !important;
	}
	.tbt-bootstrap .pr-lg-0,
	.tbt-bootstrap .px-lg-0 {
		padding-right: 0 !important;
	}
	.tbt-bootstrap .pb-lg-0,
	.tbt-bootstrap .py-lg-0 {
		padding-bottom: 0 !important;
	}
	.tbt-bootstrap .pl-lg-0,
	.tbt-bootstrap .px-lg-0 {
		padding-left: 0 !important;
	}
	.tbt-bootstrap .p-lg-1 {
		padding: 0.25rem !important;
	}
	.tbt-bootstrap .pt-lg-1,
	.tbt-bootstrap .py-lg-1 {
		padding-top: 0.25rem !important;
	}
	.tbt-bootstrap .pr-lg-1,
	.tbt-bootstrap .px-lg-1 {
		padding-right: 0.25rem !important;
	}
	.tbt-bootstrap .pb-lg-1,
	.tbt-bootstrap .py-lg-1 {
		padding-bottom: 0.25rem !important;
	}
	.tbt-bootstrap .pl-lg-1,
	.tbt-bootstrap .px-lg-1 {
		padding-left: 0.25rem !important;
	}
	.tbt-bootstrap .p-lg-2 {
		padding: 0.5rem !important;
	}
	.tbt-bootstrap .pt-lg-2,
	.tbt-bootstrap .py-lg-2 {
		padding-top: 0.5rem !important;
	}
	.tbt-bootstrap .pr-lg-2,
	.tbt-bootstrap .px-lg-2 {
		padding-right: 0.5rem !important;
	}
	.tbt-bootstrap .pb-lg-2,
	.tbt-bootstrap .py-lg-2 {
		padding-bottom: 0.5rem !important;
	}
	.tbt-bootstrap .pl-lg-2,
	.tbt-bootstrap .px-lg-2 {
		padding-left: 0.5rem !important;
	}
	.tbt-bootstrap .p-lg-3 {
		padding: 1rem !important;
	}
	.tbt-bootstrap .pt-lg-3,
	.tbt-bootstrap .py-lg-3 {
		padding-top: 1rem !important;
	}
	.tbt-bootstrap .pr-lg-3,
	.tbt-bootstrap .px-lg-3 {
		padding-right: 1rem !important;
	}
	.tbt-bootstrap .pb-lg-3,
	.tbt-bootstrap .py-lg-3 {
		padding-bottom: 1rem !important;
	}
	.tbt-bootstrap .pl-lg-3,
	.tbt-bootstrap .px-lg-3 {
		padding-left: 1rem !important;
	}
	.tbt-bootstrap .p-lg-4 {
		padding: 1.5rem !important;
	}
	.tbt-bootstrap .pt-lg-4,
	.tbt-bootstrap .py-lg-4 {
		padding-top: 1.5rem !important;
	}
	.tbt-bootstrap .pr-lg-4,
	.tbt-bootstrap .px-lg-4 {
		padding-right: 1.5rem !important;
	}
	.tbt-bootstrap .pb-lg-4,
	.tbt-bootstrap .py-lg-4 {
		padding-bottom: 1.5rem !important;
	}
	.tbt-bootstrap .pl-lg-4,
	.tbt-bootstrap .px-lg-4 {
		padding-left: 1.5rem !important;
	}
	.tbt-bootstrap .p-lg-5 {
		padding: 3rem !important;
	}
	.tbt-bootstrap .pt-lg-5,
	.tbt-bootstrap .py-lg-5 {
		padding-top: 3rem !important;
	}
	.tbt-bootstrap .pr-lg-5,
	.tbt-bootstrap .px-lg-5 {
		padding-right: 3rem !important;
	}
	.tbt-bootstrap .pb-lg-5,
	.tbt-bootstrap .py-lg-5 {
		padding-bottom: 3rem !important;
	}
	.tbt-bootstrap .pl-lg-5,
	.tbt-bootstrap .px-lg-5 {
		padding-left: 3rem !important;
	}
	.tbt-bootstrap .m-lg-n1 {
		margin: -0.25rem !important;
	}
	.tbt-bootstrap .mt-lg-n1,
	.tbt-bootstrap .my-lg-n1 {
		margin-top: -0.25rem !important;
	}
	.tbt-bootstrap .mr-lg-n1,
	.tbt-bootstrap .mx-lg-n1 {
		margin-right: -0.25rem !important;
	}
	.tbt-bootstrap .mb-lg-n1,
	.tbt-bootstrap .my-lg-n1 {
		margin-bottom: -0.25rem !important;
	}
	.tbt-bootstrap .ml-lg-n1,
	.tbt-bootstrap .mx-lg-n1 {
		margin-left: -0.25rem !important;
	}
	.tbt-bootstrap .m-lg-n2 {
		margin: -0.5rem !important;
	}
	.tbt-bootstrap .mt-lg-n2,
	.tbt-bootstrap .my-lg-n2 {
		margin-top: -0.5rem !important;
	}
	.tbt-bootstrap .mr-lg-n2,
	.tbt-bootstrap .mx-lg-n2 {
		margin-right: -0.5rem !important;
	}
	.tbt-bootstrap .mb-lg-n2,
	.tbt-bootstrap .my-lg-n2 {
		margin-bottom: -0.5rem !important;
	}
	.tbt-bootstrap .ml-lg-n2,
	.tbt-bootstrap .mx-lg-n2 {
		margin-left: -0.5rem !important;
	}
	.tbt-bootstrap .m-lg-n3 {
		margin: -1rem !important;
	}
	.tbt-bootstrap .mt-lg-n3,
	.tbt-bootstrap .my-lg-n3 {
		margin-top: -1rem !important;
	}
	.tbt-bootstrap .mr-lg-n3,
	.tbt-bootstrap .mx-lg-n3 {
		margin-right: -1rem !important;
	}
	.tbt-bootstrap .mb-lg-n3,
	.tbt-bootstrap .my-lg-n3 {
		margin-bottom: -1rem !important;
	}
	.tbt-bootstrap .ml-lg-n3,
	.tbt-bootstrap .mx-lg-n3 {
		margin-left: -1rem !important;
	}
	.tbt-bootstrap .m-lg-n4 {
		margin: -1.5rem !important;
	}
	.tbt-bootstrap .mt-lg-n4,
	.tbt-bootstrap .my-lg-n4 {
		margin-top: -1.5rem !important;
	}
	.tbt-bootstrap .mr-lg-n4,
	.tbt-bootstrap .mx-lg-n4 {
		margin-right: -1.5rem !important;
	}
	.tbt-bootstrap .mb-lg-n4,
	.tbt-bootstrap .my-lg-n4 {
		margin-bottom: -1.5rem !important;
	}
	.tbt-bootstrap .ml-lg-n4,
	.tbt-bootstrap .mx-lg-n4 {
		margin-left: -1.5rem !important;
	}
	.tbt-bootstrap .m-lg-n5 {
		margin: -3rem !important;
	}
	.tbt-bootstrap .mt-lg-n5,
	.tbt-bootstrap .my-lg-n5 {
		margin-top: -3rem !important;
	}
	.tbt-bootstrap .mr-lg-n5,
	.tbt-bootstrap .mx-lg-n5 {
		margin-right: -3rem !important;
	}
	.tbt-bootstrap .mb-lg-n5,
	.tbt-bootstrap .my-lg-n5 {
		margin-bottom: -3rem !important;
	}
	.tbt-bootstrap .ml-lg-n5,
	.tbt-bootstrap .mx-lg-n5 {
		margin-left: -3rem !important;
	}
	.tbt-bootstrap .m-lg-auto {
		margin: auto !important;
	}
	.tbt-bootstrap .mt-lg-auto,
	.tbt-bootstrap .my-lg-auto {
		margin-top: auto !important;
	}
	.tbt-bootstrap .mr-lg-auto,
	.tbt-bootstrap .mx-lg-auto {
		margin-right: auto !important;
	}
	.tbt-bootstrap .mb-lg-auto,
	.tbt-bootstrap .my-lg-auto {
		margin-bottom: auto !important;
	}
	.tbt-bootstrap .ml-lg-auto,
	.tbt-bootstrap .mx-lg-auto {
		margin-left: auto !important;
	}
}
@media (min-width: 1200px) {
	.tbt-bootstrap .m-xl-0 {
		margin: 0 !important;
	}
	.tbt-bootstrap .mt-xl-0,
	.tbt-bootstrap .my-xl-0 {
		margin-top: 0 !important;
	}
	.tbt-bootstrap .mr-xl-0,
	.tbt-bootstrap .mx-xl-0 {
		margin-right: 0 !important;
	}
	.tbt-bootstrap .mb-xl-0,
	.tbt-bootstrap .my-xl-0 {
		margin-bottom: 0 !important;
	}
	.tbt-bootstrap .ml-xl-0,
	.tbt-bootstrap .mx-xl-0 {
		margin-left: 0 !important;
	}
	.tbt-bootstrap .m-xl-1 {
		margin: 0.25rem !important;
	}
	.tbt-bootstrap .mt-xl-1,
	.tbt-bootstrap .my-xl-1 {
		margin-top: 0.25rem !important;
	}
	.tbt-bootstrap .mr-xl-1,
	.tbt-bootstrap .mx-xl-1 {
		margin-right: 0.25rem !important;
	}
	.tbt-bootstrap .mb-xl-1,
	.tbt-bootstrap .my-xl-1 {
		margin-bottom: 0.25rem !important;
	}
	.tbt-bootstrap .ml-xl-1,
	.tbt-bootstrap .mx-xl-1 {
		margin-left: 0.25rem !important;
	}
	.tbt-bootstrap .m-xl-2 {
		margin: 0.5rem !important;
	}
	.tbt-bootstrap .mt-xl-2,
	.tbt-bootstrap .my-xl-2 {
		margin-top: 0.5rem !important;
	}
	.tbt-bootstrap .mr-xl-2,
	.tbt-bootstrap .mx-xl-2 {
		margin-right: 0.5rem !important;
	}
	.tbt-bootstrap .mb-xl-2,
	.tbt-bootstrap .my-xl-2 {
		margin-bottom: 0.5rem !important;
	}
	.tbt-bootstrap .ml-xl-2,
	.tbt-bootstrap .mx-xl-2 {
		margin-left: 0.5rem !important;
	}
	.tbt-bootstrap .m-xl-3 {
		margin: 1rem !important;
	}
	.tbt-bootstrap .mt-xl-3,
	.tbt-bootstrap .my-xl-3 {
		margin-top: 1rem !important;
	}
	.tbt-bootstrap .mr-xl-3,
	.tbt-bootstrap .mx-xl-3 {
		margin-right: 1rem !important;
	}
	.tbt-bootstrap .mb-xl-3,
	.tbt-bootstrap .my-xl-3 {
		margin-bottom: 1rem !important;
	}
	.tbt-bootstrap .ml-xl-3,
	.tbt-bootstrap .mx-xl-3 {
		margin-left: 1rem !important;
	}
	.tbt-bootstrap .m-xl-4 {
		margin: 1.5rem !important;
	}
	.tbt-bootstrap .mt-xl-4,
	.tbt-bootstrap .my-xl-4 {
		margin-top: 1.5rem !important;
	}
	.tbt-bootstrap .mr-xl-4,
	.tbt-bootstrap .mx-xl-4 {
		margin-right: 1.5rem !important;
	}
	.tbt-bootstrap .mb-xl-4,
	.tbt-bootstrap .my-xl-4 {
		margin-bottom: 1.5rem !important;
	}
	.tbt-bootstrap .ml-xl-4,
	.tbt-bootstrap .mx-xl-4 {
		margin-left: 1.5rem !important;
	}
	.tbt-bootstrap .m-xl-5 {
		margin: 3rem !important;
	}
	.tbt-bootstrap .mt-xl-5,
	.tbt-bootstrap .my-xl-5 {
		margin-top: 3rem !important;
	}
	.tbt-bootstrap .mr-xl-5,
	.tbt-bootstrap .mx-xl-5 {
		margin-right: 3rem !important;
	}
	.tbt-bootstrap .mb-xl-5,
	.tbt-bootstrap .my-xl-5 {
		margin-bottom: 3rem !important;
	}
	.tbt-bootstrap .ml-xl-5,
	.tbt-bootstrap .mx-xl-5 {
		margin-left: 3rem !important;
	}
	.tbt-bootstrap .p-xl-0 {
		padding: 0 !important;
	}
	.tbt-bootstrap .pt-xl-0,
	.tbt-bootstrap .py-xl-0 {
		padding-top: 0 !important;
	}
	.tbt-bootstrap .pr-xl-0,
	.tbt-bootstrap .px-xl-0 {
		padding-right: 0 !important;
	}
	.tbt-bootstrap .pb-xl-0,
	.tbt-bootstrap .py-xl-0 {
		padding-bottom: 0 !important;
	}
	.tbt-bootstrap .pl-xl-0,
	.tbt-bootstrap .px-xl-0 {
		padding-left: 0 !important;
	}
	.tbt-bootstrap .p-xl-1 {
		padding: 0.25rem !important;
	}
	.tbt-bootstrap .pt-xl-1,
	.tbt-bootstrap .py-xl-1 {
		padding-top: 0.25rem !important;
	}
	.tbt-bootstrap .pr-xl-1,
	.tbt-bootstrap .px-xl-1 {
		padding-right: 0.25rem !important;
	}
	.tbt-bootstrap .pb-xl-1,
	.tbt-bootstrap .py-xl-1 {
		padding-bottom: 0.25rem !important;
	}
	.tbt-bootstrap .pl-xl-1,
	.tbt-bootstrap .px-xl-1 {
		padding-left: 0.25rem !important;
	}
	.tbt-bootstrap .p-xl-2 {
		padding: 0.5rem !important;
	}
	.tbt-bootstrap .pt-xl-2,
	.tbt-bootstrap .py-xl-2 {
		padding-top: 0.5rem !important;
	}
	.tbt-bootstrap .pr-xl-2,
	.tbt-bootstrap .px-xl-2 {
		padding-right: 0.5rem !important;
	}
	.tbt-bootstrap .pb-xl-2,
	.tbt-bootstrap .py-xl-2 {
		padding-bottom: 0.5rem !important;
	}
	.tbt-bootstrap .pl-xl-2,
	.tbt-bootstrap .px-xl-2 {
		padding-left: 0.5rem !important;
	}
	.tbt-bootstrap .p-xl-3 {
		padding: 1rem !important;
	}
	.tbt-bootstrap .pt-xl-3,
	.tbt-bootstrap .py-xl-3 {
		padding-top: 1rem !important;
	}
	.tbt-bootstrap .pr-xl-3,
	.tbt-bootstrap .px-xl-3 {
		padding-right: 1rem !important;
	}
	.tbt-bootstrap .pb-xl-3,
	.tbt-bootstrap .py-xl-3 {
		padding-bottom: 1rem !important;
	}
	.tbt-bootstrap .pl-xl-3,
	.tbt-bootstrap .px-xl-3 {
		padding-left: 1rem !important;
	}
	.tbt-bootstrap .p-xl-4 {
		padding: 1.5rem !important;
	}
	.tbt-bootstrap .pt-xl-4,
	.tbt-bootstrap .py-xl-4 {
		padding-top: 1.5rem !important;
	}
	.tbt-bootstrap .pr-xl-4,
	.tbt-bootstrap .px-xl-4 {
		padding-right: 1.5rem !important;
	}
	.tbt-bootstrap .pb-xl-4,
	.tbt-bootstrap .py-xl-4 {
		padding-bottom: 1.5rem !important;
	}
	.tbt-bootstrap .pl-xl-4,
	.tbt-bootstrap .px-xl-4 {
		padding-left: 1.5rem !important;
	}
	.tbt-bootstrap .p-xl-5 {
		padding: 3rem !important;
	}
	.tbt-bootstrap .pt-xl-5,
	.tbt-bootstrap .py-xl-5 {
		padding-top: 3rem !important;
	}
	.tbt-bootstrap .pr-xl-5,
	.tbt-bootstrap .px-xl-5 {
		padding-right: 3rem !important;
	}
	.tbt-bootstrap .pb-xl-5,
	.tbt-bootstrap .py-xl-5 {
		padding-bottom: 3rem !important;
	}
	.tbt-bootstrap .pl-xl-5,
	.tbt-bootstrap .px-xl-5 {
		padding-left: 3rem !important;
	}
	.tbt-bootstrap .m-xl-n1 {
		margin: -0.25rem !important;
	}
	.tbt-bootstrap .mt-xl-n1,
	.tbt-bootstrap .my-xl-n1 {
		margin-top: -0.25rem !important;
	}
	.tbt-bootstrap .mr-xl-n1,
	.tbt-bootstrap .mx-xl-n1 {
		margin-right: -0.25rem !important;
	}
	.tbt-bootstrap .mb-xl-n1,
	.tbt-bootstrap .my-xl-n1 {
		margin-bottom: -0.25rem !important;
	}
	.tbt-bootstrap .ml-xl-n1,
	.tbt-bootstrap .mx-xl-n1 {
		margin-left: -0.25rem !important;
	}
	.tbt-bootstrap .m-xl-n2 {
		margin: -0.5rem !important;
	}
	.tbt-bootstrap .mt-xl-n2,
	.tbt-bootstrap .my-xl-n2 {
		margin-top: -0.5rem !important;
	}
	.tbt-bootstrap .mr-xl-n2,
	.tbt-bootstrap .mx-xl-n2 {
		margin-right: -0.5rem !important;
	}
	.tbt-bootstrap .mb-xl-n2,
	.tbt-bootstrap .my-xl-n2 {
		margin-bottom: -0.5rem !important;
	}
	.tbt-bootstrap .ml-xl-n2,
	.tbt-bootstrap .mx-xl-n2 {
		margin-left: -0.5rem !important;
	}
	.tbt-bootstrap .m-xl-n3 {
		margin: -1rem !important;
	}
	.tbt-bootstrap .mt-xl-n3,
	.tbt-bootstrap .my-xl-n3 {
		margin-top: -1rem !important;
	}
	.tbt-bootstrap .mr-xl-n3,
	.tbt-bootstrap .mx-xl-n3 {
		margin-right: -1rem !important;
	}
	.tbt-bootstrap .mb-xl-n3,
	.tbt-bootstrap .my-xl-n3 {
		margin-bottom: -1rem !important;
	}
	.tbt-bootstrap .ml-xl-n3,
	.tbt-bootstrap .mx-xl-n3 {
		margin-left: -1rem !important;
	}
	.tbt-bootstrap .m-xl-n4 {
		margin: -1.5rem !important;
	}
	.tbt-bootstrap .mt-xl-n4,
	.tbt-bootstrap .my-xl-n4 {
		margin-top: -1.5rem !important;
	}
	.tbt-bootstrap .mr-xl-n4,
	.tbt-bootstrap .mx-xl-n4 {
		margin-right: -1.5rem !important;
	}
	.tbt-bootstrap .mb-xl-n4,
	.tbt-bootstrap .my-xl-n4 {
		margin-bottom: -1.5rem !important;
	}
	.tbt-bootstrap .ml-xl-n4,
	.tbt-bootstrap .mx-xl-n4 {
		margin-left: -1.5rem !important;
	}
	.tbt-bootstrap .m-xl-n5 {
		margin: -3rem !important;
	}
	.tbt-bootstrap .mt-xl-n5,
	.tbt-bootstrap .my-xl-n5 {
		margin-top: -3rem !important;
	}
	.tbt-bootstrap .mr-xl-n5,
	.tbt-bootstrap .mx-xl-n5 {
		margin-right: -3rem !important;
	}
	.tbt-bootstrap .mb-xl-n5,
	.tbt-bootstrap .my-xl-n5 {
		margin-bottom: -3rem !important;
	}
	.tbt-bootstrap .ml-xl-n5,
	.tbt-bootstrap .mx-xl-n5 {
		margin-left: -3rem !important;
	}
	.tbt-bootstrap .m-xl-auto {
		margin: auto !important;
	}
	.tbt-bootstrap .mt-xl-auto,
	.tbt-bootstrap .my-xl-auto {
		margin-top: auto !important;
	}
	.tbt-bootstrap .mr-xl-auto,
	.tbt-bootstrap .mx-xl-auto {
		margin-right: auto !important;
	}
	.tbt-bootstrap .mb-xl-auto,
	.tbt-bootstrap .my-xl-auto {
		margin-bottom: auto !important;
	}
	.tbt-bootstrap .ml-xl-auto,
	.tbt-bootstrap .mx-xl-auto {
		margin-left: auto !important;
	}
}
.tbt-bootstrap .list-unstyled {
	padding-left: 0;
	list-style: none;
}
.tbt-bootstrap .list-inline {
	padding-left: 0;
	list-style: none;
}
.tbt-bootstrap .list-inline-item {
	display: inline-block;
}
.tbt-bootstrap .list-inline-item:not(:last-child) {
	margin-right: 0.5rem;
}
.tbt-bootstrap .table {
	width: 100%;
	margin-bottom: 1rem;
	color: #212529;
}
.tbt-bootstrap .table th,
.tbt-bootstrap .table td {
	padding: 0.75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
}
.tbt-bootstrap .table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6;
}
.tbt-bootstrap .table tbody + tbody {
	border-top: 2px solid #dee2e6;
}
.tbt-bootstrap .table-sm th,
.tbt-bootstrap .table-sm td {
	padding: 0.3rem;
}
.tbt-bootstrap .table-bordered {
	border: 1px solid #dee2e6;
}
.tbt-bootstrap .table-bordered th,
.tbt-bootstrap .table-bordered td {
	border: 1px solid #dee2e6;
}
.tbt-bootstrap .table-bordered thead th,
.tbt-bootstrap .table-bordered thead td {
	border-bottom-width: 2px;
}
.tbt-bootstrap .table-borderless th,
.tbt-bootstrap .table-borderless td,
.tbt-bootstrap .table-borderless thead th,
.tbt-bootstrap .table-borderless tbody + tbody {
	border: 0;
}
.tbt-bootstrap .table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, 0.05);
}
.tbt-bootstrap .table-hover tbody tr:hover {
	color: #212529;
	background-color: rgba(0, 0, 0, 0.075);
}
.tbt-bootstrap .table-primary,
.tbt-bootstrap .table-primary > th,
.tbt-bootstrap .table-primary > td {
	background-color: #b8daff;
}
.tbt-bootstrap .table-primary th,
.tbt-bootstrap .table-primary td,
.tbt-bootstrap .table-primary thead th,
.tbt-bootstrap .table-primary tbody + tbody {
	border-color: #7abaff;
}
.tbt-bootstrap .table-hover .table-primary:hover {
	background-color: #9fcdff;
}
.tbt-bootstrap .table-hover .table-primary:hover > td,
.tbt-bootstrap .table-hover .table-primary:hover > th {
	background-color: #9fcdff;
}
.tbt-bootstrap .table-secondary,
.tbt-bootstrap .table-secondary > th,
.tbt-bootstrap .table-secondary > td {
	background-color: #d6d8db;
}
.tbt-bootstrap .table-secondary th,
.tbt-bootstrap .table-secondary td,
.tbt-bootstrap .table-secondary thead th,
.tbt-bootstrap .table-secondary tbody + tbody {
	border-color: #b3b7bb;
}
.tbt-bootstrap .table-hover .table-secondary:hover {
	background-color: #c8cbcf;
}
.tbt-bootstrap .table-hover .table-secondary:hover > td,
.tbt-bootstrap .table-hover .table-secondary:hover > th {
	background-color: #c8cbcf;
}
.tbt-bootstrap .table-success,
.tbt-bootstrap .table-success > th,
.tbt-bootstrap .table-success > td {
	background-color: #c3e6cb;
}
.tbt-bootstrap .table-success th,
.tbt-bootstrap .table-success td,
.tbt-bootstrap .table-success thead th,
.tbt-bootstrap .table-success tbody + tbody {
	border-color: #8fd19e;
}
.tbt-bootstrap .table-hover .table-success:hover {
	background-color: #b1dfbb;
}
.tbt-bootstrap .table-hover .table-success:hover > td,
.tbt-bootstrap .table-hover .table-success:hover > th {
	background-color: #b1dfbb;
}
.tbt-bootstrap .table-info,
.tbt-bootstrap .table-info > th,
.tbt-bootstrap .table-info > td {
	background-color: #bee5eb;
}
.tbt-bootstrap .table-info th,
.tbt-bootstrap .table-info td,
.tbt-bootstrap .table-info thead th,
.tbt-bootstrap .table-info tbody + tbody {
	border-color: #86cfda;
}
.tbt-bootstrap .table-hover .table-info:hover {
	background-color: #abdde5;
}
.tbt-bootstrap .table-hover .table-info:hover > td,
.tbt-bootstrap .table-hover .table-info:hover > th {
	background-color: #abdde5;
}
.tbt-bootstrap .table-warning,
.tbt-bootstrap .table-warning > th,
.tbt-bootstrap .table-warning > td {
	background-color: #ffeeba;
}
.tbt-bootstrap .table-warning th,
.tbt-bootstrap .table-warning td,
.tbt-bootstrap .table-warning thead th,
.tbt-bootstrap .table-warning tbody + tbody {
	border-color: #ffdf7e;
}
.tbt-bootstrap .table-hover .table-warning:hover {
	background-color: #ffe8a1;
}
.tbt-bootstrap .table-hover .table-warning:hover > td,
.tbt-bootstrap .table-hover .table-warning:hover > th {
	background-color: #ffe8a1;
}
.tbt-bootstrap .table-danger,
.tbt-bootstrap .table-danger > th,
.tbt-bootstrap .table-danger > td {
	background-color: #f5c6cb;
}
.tbt-bootstrap .table-danger th,
.tbt-bootstrap .table-danger td,
.tbt-bootstrap .table-danger thead th,
.tbt-bootstrap .table-danger tbody + tbody {
	border-color: #ed969e;
}
.tbt-bootstrap .table-hover .table-danger:hover {
	background-color: #f1b0b7;
}
.tbt-bootstrap .table-hover .table-danger:hover > td,
.tbt-bootstrap .table-hover .table-danger:hover > th {
	background-color: #f1b0b7;
}
.tbt-bootstrap .table-light,
.tbt-bootstrap .table-light > th,
.tbt-bootstrap .table-light > td {
	background-color: #fdfdfe;
}
.tbt-bootstrap .table-light th,
.tbt-bootstrap .table-light td,
.tbt-bootstrap .table-light thead th,
.tbt-bootstrap .table-light tbody + tbody {
	border-color: #fbfcfc;
}
.tbt-bootstrap .table-hover .table-light:hover {
	background-color: #ececf6;
}
.tbt-bootstrap .table-hover .table-light:hover > td,
.tbt-bootstrap .table-hover .table-light:hover > th {
	background-color: #ececf6;
}
.tbt-bootstrap .table-dark,
.tbt-bootstrap .table-dark > th,
.tbt-bootstrap .table-dark > td {
	background-color: #c6c8ca;
}
.tbt-bootstrap .table-dark th,
.tbt-bootstrap .table-dark td,
.tbt-bootstrap .table-dark thead th,
.tbt-bootstrap .table-dark tbody + tbody {
	border-color: #95999c;
}
.tbt-bootstrap .table-hover .table-dark:hover {
	background-color: #b9bbbe;
}
.tbt-bootstrap .table-hover .table-dark:hover > td,
.tbt-bootstrap .table-hover .table-dark:hover > th {
	background-color: #b9bbbe;
}
.tbt-bootstrap .table-active,
.tbt-bootstrap .table-active > th,
.tbt-bootstrap .table-active > td {
	background-color: rgba(0, 0, 0, 0.075);
}
.tbt-bootstrap .table-hover .table-active:hover {
	background-color: rgba(0, 0, 0, 0.075);
}
.tbt-bootstrap .table-hover .table-active:hover > td,
.tbt-bootstrap .table-hover .table-active:hover > th {
	background-color: rgba(0, 0, 0, 0.075);
}
.tbt-bootstrap .table .thead-dark th {
	color: #fff;
	background-color: #343a40;
	border-color: #454d55;
}
.tbt-bootstrap .table .thead-light th {
	color: #495057;
	background-color: #e9ecef;
	border-color: #dee2e6;
}
.tbt-bootstrap .table-dark {
	color: #fff;
	background-color: #343a40;
}
.tbt-bootstrap .table-dark th,
.tbt-bootstrap .table-dark td,
.tbt-bootstrap .table-dark thead th {
	border-color: #454d55;
}
.tbt-bootstrap .table-dark.table-bordered {
	border: 0;
}
.tbt-bootstrap .table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(255, 255, 255, 0.05);
}
.tbt-bootstrap .table-dark.table-hover tbody tr:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
	.tbt-bootstrap .table-responsive-sm {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.tbt-bootstrap .table-responsive-sm > .table-bordered {
		border: 0;
	}
}
@media (max-width: 767.98px) {
	.tbt-bootstrap .table-responsive-md {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.tbt-bootstrap .table-responsive-md > .table-bordered {
		border: 0;
	}
}
@media (max-width: 991.98px) {
	.tbt-bootstrap .table-responsive-lg {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.tbt-bootstrap .table-responsive-lg > .table-bordered {
		border: 0;
	}
}
@media (max-width: 1199.98px) {
	.tbt-bootstrap .table-responsive-xl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.tbt-bootstrap .table-responsive-xl > .table-bordered {
		border: 0;
	}
}
.tbt-bootstrap .table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.tbt-bootstrap .table-responsive > .table-bordered {
	border: 0;
}