/* Products Page Custom Styles  */
#boxbro{
  background: black;
  height: 300px;
  width: 100px;
}

.panel-heading{
  background-color: #ffffff !important;
}

.product-panel{
  height: 600px;
  background-color: #0069aa; /* Patty: #285E1C; Original: #0069aa; Halloween: #4B4E50;*/
  margin-bottom: 40px;
}

.panel-body{
   height: 350px;
   background-color: #f5f5f5;
   color: #000;
}

section.cta {
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-image: url('../img/bg-products.jpg');
  padding: 200px 0;
}
section.cta .cta-content {
  position: relative;
  z-index: 1;
}
section.cta .cta-content h2{
  margin-top: 0;
  margin-bottom: 25px;
  color: white;
  max-width: 800px;
  font-size: 50px;
}
@media (min-width: 768px) {
  section.cta .cta-content h2 {
    font-size: 80px;
  }
}
section.cta .overlay {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}

/* top, transparent red, faked with gradient */ 