#brandList {
    background-color: #ffffff;
    padding-bottom: 114px;
    margin-top: 0px;
}

#brandList a {
    text-decoration: none;
}

#brandList .heading {
    margin-bottom: 0px !important;
    text-transform: uppercase;
    font-family: "robotobold";
    padding-bottom: 48px;
    text-align: center;
    padding-left: 18px;
    padding-top: 48px;
    font-size: 18px;
    display: block;
    color: #000000;
}

#brandList .items {
    list-style: none;
    overflow: hidden;
    border-left: 1px solid #e7e8ea;
    border-top: 1px solid #e7e8ea;
}

#brandList .item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #ffffff;
    border-right: 1px solid #e7e8ea;
    border-bottom: 1px solid #e7e8ea;
    height: 120px;
    line-height: 120px;
    overflow: hidden;
    float: left;
    width: 20%;
}

#brandList .tabloid {
    position: relative;
    padding: 12px;
}

#brandList .markerContainer {
    position: absolute;
    z-index: 2;
    left: 8px;
    top: 8px;
}

#brandList .marker {
    font: normal normal 12px "roboto_ltregular", arial, sans-serif;
    background-color: #424242;
    margin-bottom: 8px;
    border-radius: 4px;
    color: #fff;
    padding: 3px 4px;
    line-height: 16px;
    z-index: 2;
}

#brandList .picture {
    -webkit-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    transform: translate3d(0, 0, 0);
    opacity: 0.8;
    text-align: center;
    line-height: 100px;
    display: block;
    height: 100px;
}

#brandList .picture:hover {
    opacity: 1;
}

#brandList .picture img {
    vertical-align: middle;
    max-height: 80%;
    max-width: 80%;
}

#brandList .name {
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    display: block;
    color: #000000;
    margin: 12px 0;
}

#brandList .last {
    background-color: #f9f9f9;
}

#brandList .last .wp {
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    line-height: 21px;
    width: 100%;
}

#brandList .last .showMore {
    -webkit-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    color: #000000;
    width: 100%;
}

#brandList .last .showMore:hover {
    opacity: 0.7;
}

#brandList .last .icon {
    display: inline-block;
    margin-bottom: 6px;
    text-align: center;
    line-height: 21px;
    height: 33px;
    width: 100%;
}

#brandList .last .ps {
    font-size: 18px;
}

#brandList .last .value {
    padding-left: 6px;
    font-size: 18px;
}

#brandList .last .small {
    display: inline-block;
    width: 100%;
}