/*# sourceMappingURL=global.css.map */

@media (min-width: 576px) {
	.thmv-column-20 {
		width: 20% !important;
		max-width: 20% !important;
	}
}

@media (min-width: 576px) {
	.thmv-column-25 {
		width: 25% !important;
		max-width: 25% !important;
	}
}

@media (min-width: 576px) {
	.thmv-column-33 {
		width: 33.33% !important;
		max-width: 33.33% !important;
	}
}

@media (min-width: 576px) {
	.thmv-column-50 {
		width: 50% !important;
		max-width: 50% !important;
	}
}

@media (min-width: 576px) {
	.thmv-column-100 {
		width: 100% !important;
		max-width: 100% !important;
	}
}

@media (max-width: 767px) {
	.thmv-column-mobile-20 {
		width: 20% !important;
		max-width: 20% !important;
	}
}

@media (max-width: 767px) {
	.thmv-column-mobile-25 {
		width: 25% !important;
		max-width: 25% !important;
	}
}

@media (max-width: 767px) {
	.thmv-column-mobile-33 {
		width: 33.33% !important;
		max-width: 33.33% !important;
	}
}

@media (max-width: 767px) {
	.thmv-column-mobile-50 {
		width: 50% !important;
		max-width: 50% !important;
	}
}

@media (max-width: 767px) {
	.thmv-column-mobile-100 {
		width: 100% !important;
		max-width: 100% !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.thmv-column-tablet-20 {
		width: 20% !important;
		max-width: 20% !important;
	}
	
	.thmv-column-tablet-25 {
		width: 25% !important;
		max-width: 25% !important;
	}
	
	.thmv-column-tablet-33 {
		width: 33.33% !important;
		max-width: 33.33% !important;
	}
	
	.thmv-column-tablet-50 {
		width: 50% !important;
		max-width: 50% !important;
	}
	
	.thmv-column-tablet-100 {
		width: 100% !important;
		max-width: 100% !important;
	}
}

@media (min-width: 992px) {
	.th-btn.streched-desktop {
		display: block;
		width: 100%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.th-btn.streched-tablet {
		display: block;
		width: 100%;
	}
}

@media (max-width: 767px) {
	.th-btn.streched-mobile {
		display: block;
		width: 100%;
	}
}

.d-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.align-items-baseline {
	-webkit-box-align: baseline !important;
	-ms-flex-align: baseline !important;
	align-items: baseline !important;
}

.align-items-center {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.flex-row-reverse {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}

.flex-row {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}

.flex-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}

.justify-content-end {
	-webkit-box-pack: end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}

.position-relative {
	position: relative !important;
}

.position-static {
	position: static !important;
}
