.page-taxonomy-term #main-container{
    box-shadow: none;
    border: none;
    background: transparent;
}

.intro.products{
    background: #fff;
}

.intro.products .alt-title{
    background: #056da2;
    text-transform: uppercase;
    font-family: 'AvenirLight', Arial;
    color: #fff;
    padding: 10px 20px 10px 30px;
    position: absolute;
    font-size: 17px;
}

.intro.products .text{
    color: #808080;
    margin-top: 30px;
}

.intro.products .text h2,
.intro.products .resume h2{
    color: #7ba93f;
}

.view-id-products.view-display-id-page{}

.view-id-products.view-display-id-page .views-row{
    background: #f9f9f9;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    color: #808080;
    margin-bottom: 20px;
    height: 125px;
    position: relative;
    cursor: pointer;
}


.view-id-products.view-display-id-page .views-row.hover{
	background-color: #f3f3f3;
}

.view-id-products.view-display-id-page .views-row img{
    float: left;
    margin-right: 20px;
}

.view-id-products.view-display-id-page .views-row .views-field-title{
    font-size: 15px;
    font-family: 'Avenir', ARial;
    color: #056da2;
    text-transform: uppercase;
    padding-top: 20px;
    margin-bottom: 15px;
    padding-left: 20px;
}

.view-id-products.view-display-id-page .views-row .views-field-title a:hover{
    text-decoration: none;
}

.view-id-products.view-display-id-page .views-row .views-field-body{
    padding-right: 25px;
    line-height: 19px;
    font-size: 12px;
    padding-left: 20px;
}