@import url('http://fonts.googleapis.com/css?family=Open+Sans:300,400,600&subset=latin,latin-ext');

#sruuBrands {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: -o-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
  border-bottom: 1px solid #252525;
  font-family: 'Open Sans';
  width: 100%;
  margin: 0;
  line-height: 1.4px;
}
#sruuBrands:before, #sruuBrands:after {
  content: "";
  display: table;
}
#sruuBrands:after {
  clear: both;
}
  #sruuBrands ul {
    padding: 0px;
    list-style-type: none;
    margin: 0px auto;
    max-width: 1140px;
    width: 95%;
  }
    #sruuBrands ul li {
      font-size: 13px;
      font-weight: 600;
      float: left;
      padding: 0;
      margin: 0;
    }
    #sruuBrands ul li:after {
      content: '';
      border-right: 1px solid #222;
      border-left: 1px solid #111;
      height: 40px;
      display: inline-block;
      vertical-align: middle;
    }
      #sruuBrands ul li:last-child:after {
        display: none;
    }
      #sruuBrands ul li a {
        color: #eee;
        opacity: 0.5;
        transition: opacity 0.2s;
        padding: 8px 16px;
        text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
        display: inline-block;
        text-decoration: none;
      }
      #sruuBrands ul li a:hover {
        opacity: 1;
      }
        #sruuBrands ul li a img {
          width: 21px;
          height: auto;
          margin-right: 2px;
          vertical-align: middle;
          border: 0;
        }
      #sruuBrands ul li.active a {
        background: #111;
        opacity: 1;
      }