.header{
  background: #fff;
}
.header .logo{
  padding-bottom: 10px;
}
.bg_prod{
  padding-top: 17%;
  background: url(../img/bg_video.png) no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.page-link{
  border: 0;
  color: #000;
  font-size: 24px;
  font-family: 'PT Sans', sans-serif;
  font-weight: normal;
}
.page-link:hover{
  background: transparent;
  color: #000;
  text-decoration: underline;
}
.link-active{
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
  color: #bf1b2d;
  text-decoration: underline;
}
.link-active:hover{
  color: #bf1b2d;
  text-decoration: underline;
}
