#top-bar > div { min-height: 1px; }

.brand-list {
	list-style: none;
     columns: 4;
    -webkit-columns: 4;
    -moz-columns: 4;
    clear: both;
  	padding: 20px;
}

.brand-list ul {
   list-style: none; 
}

.brand-list li {
	display: inline-block;
  	width: 100%;
}

.brand-list .title {
	font-weight: bold;
    line-height: 3.7em;
}


@media all and (max-width: 767px) {
    .brand-list {
      list-style: none;
       columns: 2;
      -webkit-columns: 2;
      -moz-columns: 2;
      clear: both;
      padding: 20px;
    }
}