/* ---------List Brands----------- */

.list-brands .thumbnail {
  padding: 0;
  margin-bottom: 16px;
  background-color: #ffffff;
  border: 0;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.04);
  -moz-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.04);
  box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.05);
}

.list-brands .thumbnail a {
  display: block;
  padding: 12px;
  color: #888;
  border-radius: 10px;
}

.list-brands .thumbnail a:hover,
.list-brands .thumbnail a:focus {
  color: #888;
  text-decoration: none;
  background-color: #fbfbfb;
}