@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic,700,700italic,800,800italic);
@font-face {
  font-family: 'Open-Sans Light';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/OpenSans-Light_0.ttf');
}
@font-face {
  font-family: 'Open-Sans Regular';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/OpenSans-Regular_0.ttf');
}
@font-face {
  font-family: 'Open-Sans Bold';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/OpenSans-Bold_0.ttf');
}
.bg_colorfirst {
  background-color: #9b1f2e !important;
}
.color_colorfirst {
  color: #9b1f2e !important;
}
.bg_colorsecond {
  background-color: #9b1f2e !important;
}
.color_colorsecond {
  color: #9b1f2e !important;
}
.bg_black {
  background-color: #000 !important;
}
.color_black {
  color: #000 !important;
}
.bg_verydarkgrey {
  background-color: #323232 !important;
}
.color_verydarkgrey {
  color: #323232 !important;
}
.bg_darkgrey {
  background-color: #646464 !important;
}
.color_darkgrey {
  color: #646464 !important;
}
.bg_grey {
  background-color: #969696 !important;
}
.color_grey {
  color: #969696 !important;
}
.bg_lightgrey {
  background-color: #e1e1e1 !important;
}
.color_lightgrey {
  color: #e1e1e1 !important;
}
.bg_verylightgrey {
  background-color: #f0f0f0 !important;
}
.color_verylightgrey {
  color: #f0f0f0 !important;
}
.bg_white {
  background-color: #ffffff !important;
}
.color_white {
  color: #ffffff !important;
}
p,
.p {
  font-family: Open-Sans Regular;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  color: #646464;
  margin: 0;
}
h1,
.h1 {
  font-family: Open-Sans Bold;
  font-size: 30px;
  line-height: 40px;
  color: #323232;
  font-weight: normal;
}
h2,
.h2 {
  font-family: Open-Sans Bold;
  font-size: 20px;
  line-height: 30px;
  color: #323232;
  font-weight: normal;
}
h3,
.h3 {
  font-family: Open-Sans Regular;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #969696;
}
h4,
.h4 {
  font-family: Open-Sans Regular;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #969696;
}
h5,
.h5 {
  font-family: Open-Sans Regular;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #969696;
}
