html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}

ol, ul {
    list-style: outside none none;
}
blockquote, q {
    quotes: none;
}
blockquote::before, blockquote::after, q::before, q::after {
    content: none;
}
:focus {
    outline: 0 none;
}

@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: normal;
    src: url("font/lato-black-webfont.eot?#iefix") format("embedded-opentype"), url("font/lato-black-webfont.woff") format("woff"), url("font/lato-black-webfont.ttf") format("truetype");
}
html {
    background: #efefef none repeat scroll 0 0;
}
body {
    background: #efefef none repeat scroll 0 0;
    color: #535353;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    line-height: 5px;
}
.clear {
    clear: both;
}

.hide {
    display: none;
}


#home-brands {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    margin: 0 auto;
    padding: 0 5px;
    position: relative;
    width: 895px;
    margin: 10px auto 0;	
    margin-bottom: 25px;
    padding-top: 15px;
     display: flex;
}
#home-brands .title {
    border-bottom: 4px solid #ccc;
    color: #191919;
    font-family: Lato,serif;
    font-size: 17px;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 15px;
    padding-bottom: 9px;
    text-transform: uppercase;
}
#home-brands ul {
    float: left;
    font-size: 10px;
    width: 100%;
}
#home-brands ul li {
    border-left: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    float: left;
    padding: 10px 0;
    text-align: center;
    width: 98px;
}
#home-brands ul li.first-column {
    border-left: 0 none;
    width: 98px;
}
#home-brands ul li.first-row {
    border-top: 0 none;
    padding-top: 0;
}
#home-brands ul li a {
    color: #097cb8;
    display: block;
    text-align: center;
    text-decoration: none;
}
#home-brands ul li a:hover {
    text-decoration: underline;
}
#home-brands ul li a img {
    display: block;
    margin: 0 auto 10px;
}