/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 15/01/2018, 10:05:04
    Author     : CGDW
*/

/*Brand*/

.title{
    color: #000 !important;
}

.brand {
    /* padding: 0px 5%; */
    display: inline-table;
    margin-top: 20px;
}
.brand ul h1{   
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 5px;
    text-transform: uppercase !important;
}
.brand ul ul {
    margin: 0px 30px 10px 0px;
}
.brand li {
    display: inline-table;
    min-width: 110px;
    margin-bottom: 30px;
    margin-right: 20px;
}
.brand li li {
    display: block;
    padding: 10px 0px 0px;
    margin-bottom: 0px;
}
.brand li a{
    color: #000;
    transition: .2s all linear;
}
.brand li a:hover{
    text-decoration: underline;
    transition: .2s all linear;
}
.brand li img {
    max-width: 215px;
    max-height: 150px;
}