




.f-mb-0 {
	margin-bottom: 0 !important;
}
.f-text-left {
  text-align: left !important;
}

.f-text-right {
  text-align: right !important;
}

.f-text-center {
  text-align: center !important;
}
.f-text-lowercase {
  text-transform: lowercase !important;
}

.f-text-uppercase {
  text-transform: uppercase !important;
}

.f-text-capitalize {
  text-transform: capitalize !important;
}
.f-m-0 {
  margin: 0 !important;
}
.f-p-0 {
  padding: 0 !important;
}
.f-m-2 {
  margin: 0.5rem !important;
}
.f-m-1 {
  margin: 0.25rem !important;
}
.f-m-3 {
  margin: 1rem !important;
}
.f-m-4 {
  margin: 1.5rem !important;
}
.f-m-5 {
  margin: 3rem !important;
}
.f-pl-0 {
	padding-left: 0 !important;
}
.f-p-1 {
  padding: 0.25rem !important;
}
.f-p-2 {
  padding: 0.5rem !important;
}
.f-p-3 {
  padding: 1rem !important;
}
.f-p-4 {
  padding: 1.5rem !important;
}
.f-p-5 {
  padding: 3rem !important;
}
.f-position-relative {
  position: relative !important;
}
.f-order-first {
  -ms-flex-order: -1;
  order: -1;
}

.f-order-last {
  -ms-flex-order: 13;
  order: 13;
}
.f-list-unstyled {
  list-style: none;
}
.f-d-none {
  display: none !important;
}
.f-d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.f-align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.f-align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.f-align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.f-justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.f-justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.f-justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.f-justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.f-justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.f-flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .f-flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .f-flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .f-flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .f-flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }


  

@media (min-width: 991px) {
	.f-text-lg-left {
	  text-align: left !important;
	}

	.f-text-lg-right {
	  text-align: right !important;
	}

	.f-text-lg-center {
	  text-align: center !important;
	}
	.f-m-lg-0 {
	margin: 0 !important;
	}
	.f-p-lg-0 {
	padding: 0 !important;
	}
	.f-order-lg-first {
	-ms-flex-order: -1;
	order: -1;
	}

	.f-order-lg-last {
	-ms-flex-order: 13;
	order: 13;
	}
	.f-d-lg-none {
	display: none !important;
	}
	.f-d-lg-flex {
	display: -ms-flexbox !important;
	display: flex !important;
	}
	.f-flex-lg-row {
	-ms-flex-direction: row !important;
	flex-direction: row !important;
	}
	.f-flex-lg-column {
	-ms-flex-direction: column !important;
	flex-direction: column !important;
	}
	.f-flex-lg-row-reverse {
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
	}
	.f-flex-lg-column-reverse {
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
	}
	.f-flex-lg-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
	}
	.f-justify-content-lg-start {
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
	}
	.f-justify-content-lg-end {
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
	}
	.f-justify-content-lg-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
	}
	.f-justify-content-lg-between {
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
	}
	.f-justify-content-lg-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
	}
	.f-align-items-lg-start {
	-ms-flex-align: start !important;
	align-items: flex-start !important;
	}
	.f-align-items-lg-end {
	-ms-flex-align: end !important;
	align-items: flex-end !important;
	}
	.f-align-items-lg-center {
	-ms-flex-align: center !important;
	align-items: center !important;
	}
}