body {
font-family: 'Cabin', sans-serif;
color:#454545;
font-size: .95rem;
}

h1, h2, h3, h4, h5, h6 {
color:#0076A3;
}
h3._style{
font-family: 'Acme', sans-serif;
}

div.container{
width:1140px !important;
}

.content {
border-bottom: 6px solid #0076A3;
}

ul.list-group li.active a{
color:#fff !important;
}
ul.list-group li {
background: #EDEDED;
}
ul.list-group li.active,
.bg_gradient_dark {
background: linear-gradient(#009AD5, #00ADEE, #0076A3) no-repeat;
box-shadow: 0px 0px 15px #858A8E inset;
}
.bg_gradient_secondary {
/*
background: linear-gradient(#ffffff, #9FA4A8, #9FA4A8);
background-attachment: fixed;
*/
}
.bg_gradient_light {
background: linear-gradient(#E1E1E1, #f8f8f8, #ffffff) no-repeat;
background-size: 100% 50px;
}

#product_catalog .product_catalog img{
width: 32% !important;
margin: 6px 3px;
}