/*  SECTIONS  */
.brands .section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.brands .col {
	display: block;
	float:left;
/* 	margin: 1% 0 1% 0%; */
    padding:5px;
}
.brands .col:first-child { margin-left: 0; }

/*  GROUPING  */
.brands .group:before,
.brands .group:after { content:""; display:table; }
.brands .group:after { clear:both;}
.brands .group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF SEVEN  */
.brands .span_7_of_7 {
	width: 100%;
}

.brands .span_6_of_7 {
  	width: 85.71%;
}

.brands .span_5_of_7 {
  	width: 71.42%;
}

.brands .span_4_of_7 {
  	width: 57.14%;
}

.brands .span_3_of_7 {
  	width: 42.85%;
}

.brands .span_2_of_7 {
  	width: 28.57%;
}

.brands .span_1_of_7 {
  	width: 14.28%;
    border: #dcdcdc 0.1px solid;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 750px) {
/* 	.brands .col {  margin: 1% 0 1% 0%; } */
	.brands .span_1_of_7, .span_2_of_7, .span_3_of_7, .span_4_of_7, .span_5_of_7, .span_6_of_7, .span_7_of_7 { width: 33.33%; border: #dcdcdc 0.1px solid;  }
    .brands .section.group{width:100% !important; background-color: white;}
    .brands .logo-images{width:90% !important;}
}

.brands .logo-images{
  width:100px;
}

.brands .section.group{
  width:100%;
}

.brands .active{
  background-color:#fff;
}

.brands .no-active{
  background-color:#efefef;
}

.brands center {
    background-color: #efefef;
}

/* .brands #header .header_top {
    padding: 12px 0;
    background: #ffffff;
    display: none;
} */

/* @media only screen and (min-width: 1700px) {
  .logo-images{
  width:150px;
}
} */