﻿
    .containerSuppliersAll {
        padding-top: 20px;
    }
    .wrappperAllSupplierAnkerLnks{
        text-align:center;
    }
    .allSupAnker{
        position:relative;
        top:-100px;
    }





    .flexSuppliersAll {
        display:flex;
        flex-direction:row;
        flex-wrap:wrap;
        justify-content:center;
        align-items: flex-start;
        align-content: flex-start;
        width:100%;        
    }
    a.flexItemSuppliersAll{            
        width:19%;
        min-width:150px;            
    }
    a.flexItemSuppliersAll:hover{
        text-decoration:none;
    }
    .flexItemSuppliersAll div{
        display: flex;
        flex-direction:column;
        flex-wrap:wrap;
        justify-content:center;
        align-items: center;
        align-content: center;
        margin:5px;
        padding:5px;
        border:1px solid #E7E7E7;
        background-color:#FFF;
        text-align:center;
        overflow:hidden;
        font-size:0.7em;
        color:#606975;
        text-decoration:none;
        height:150px;
    }
    .flexItemSuppliersAll div:hover{            
        border:1px solid #8A1C26;
    }
    .flexItemSuppliersAll div img {
        display: block;
        padding-bottom:5px;
    }
/*END Suppliers*/

@media (max-width:960px) {
    .containerMainLeft{
        display:none;
    }
    .containerMainRight {
        width: 100%;
    }   
}