/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
.label-q {
  /*display: none !important;*/
  font-size: 0.1px;
}

body.home #content .content-wrap {
  padding-top: 0;
}
body.home .owl-carousel .owl-stage {
  display: flex;
}
body.home .owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
}
body.home .owl-carousel .caption {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}
body.home .owl-carousel .flex-text {
  flex-grow: 1;
}
body.home .owl-carousel .thumbnail {
  display: flex;
  flex-direction: column;
  margin: 0 15px;
}/*# sourceMappingURL=custom.css.map */