body *:not(.fa){
  font-family: Raleway-Regular;
}
.zhLan, .zhLan *{
  font-family: Noto Sans SC !important;
}
.ralewayBold, .ralewayBold *:not(.fa){
  font-family: Raleway-Bold !important;
}
.ralewayMedium, .ralewayMedium *:not(.fa){
  font-family: Raleway-Medium !important;
}
.titilliumLight, .titilliumLight *:not(.fa){
  font-family: TitilliumWeb-Light !important;
}

#spa-hero-text, #spa-hero-text *{
	font-family: Raleway-Bold !important;
}
.grayBold, .grayBold *{
	font-family: Raleway-Bold !important;
  color: #4c4c4c;
}
.slide-title {
	font-family: Raleway-Bold !important;
}
.slide-text{
	font-family: Raleway-Medium !important;
}

.brandShop, .brandWhereToBuy {
  min-width: 100px;
  font-size: 14px;
  padding: 6px 20px !important;
  /*border-radius: 10px;*/
  color: white !important;
  background-image: linear-gradient( to bottom, rgba(44, 123, 189,1) 0%, rgba(44, 123, 189,.85) 50%, rgba(44, 123, 189,1) 100% );
  background-color: transparent;
}
.redColor *{
  color: red !important;
}
.hidden{
  display: none !important;
}