.header-title {
    z-index:100;
    position:absolute; 
    font-size: 2.8em;
    font-family: Roboto,Arial;  
    color: #555; 
    font-weight: 300; 
    top: 25%; 
    left: 250px;
}

/* .banner - Multibrackets Category Image at top of page. */
.banner {
    position:relative;
    left:0;
    top:0;
    margin-bottom:50px;
}

.banner-title {
    z-index:100;
    position:absolute; 
    font-size: 3.0em; 
    color: #000; 
    font-weight: 200; 
    top: 55%; 
    left: 0px;
}

.banner-text {
    z-index:100;
    position:absolute; 
    font-size: 1.3em; 
    color: #000; 
    font-weight: 200; 
    top: 85%; 
    left: 0px;
}

.img-center {
    margin: 0 auto;
}

/* Product list on Pro Series page */  
.prod-list-box {display: table; width: 480px; margin-bottom: 10px; border-bottom: 1px solid #aaa;}

.prod-list-title {padding-bottom: 5px; font-family: Roboto;font-size: 13px; font-weight: 600; color: #6699ff; text-decoration: none;}

.prod-list-text {font-family: Roboto; font-size: 12px; line-height: 10px; font-weight: 300; color: #333; text-decoration: none;}

/* Multibrackets - Anders CSS */

.prod-title { /* H1 product page */
  margin-left:-15px;
  padding-top:25px;
  padding-bottom:50px;
  color:#222;
  height:40px;  
  font-family: Roboto;   
  font-size:32px;
  line-height:30px;
  font-weight:700;                                                                                                             
  letter-spacing: 0px;  
    
}