.brands h1 {
	margin: 20px 0;
}
.brands hr {
	margin: 20px 0;
}
.brands .brand-results ul > li {
	list-style-type: none;
}
.brands .brand-results ul > li.exclusive a {
	font-weight: bold;
}
.brands .brand-results ul > li .glyphicon-facetime-video {
	color: #595959;
	font-size: 12px;
	margin-left: 3px;
	text-indent: 0;
}
.brands .form-horizontal .form-group {
	margin: 0 0 10px;
}
.brands .letter {
	color: #595959;
	font-size: 24px;
	font-weight: bold;
}
.brands .letter-container {
	margin: 0 0 30px;
	width: 100%;
}
.brands .letter-filters ul {
	color: #595959;
	float: left;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}
.brands .letter-filters ul > li {
	cursor: pointer;
	float: left;
	list-style-type: none;
}
.brands .letter-filters ul > li:hover {
	color: #595959;
	text-decoration: underline;
}
.brands .search-filters {
	margin-bottom: 20px;
}
.brands .top-brands {
	margin: 0 0 20px;
}
.brands .top-brands img {
	max-width: 100px;
}
.brands-modal h4 {
	margin: 0 0 15px;
}
.brands-modal ul {
	float: left;
	padding-left: 0;
	width: 100%;
}
.brands-modal ul > li {
	list-style-type: none;
	margin: 0 10px 0 0;
}
.brands-modal .embed-responsive {
	margin-bottom: 15px;
}

.brand-group-li > div {
	text-indent: -1rem;
}

.hide-brand
{
   display:none !important;
}

.brand-groups
{
	width: 100%;
}
@media only screen and (min-width: 992px)
{
   .brand-groups
   {
      column-count: 4;
   }

   .cant-find-brand-text {
      margin-left:30px;
   }
}

@media only screen and (max-width: 992px)
{
   .brand-groups
   {
		column-count: 2;
	}
}

@media only screen and (max-width: 640px)
{
   .brand-groups
   {
	  column-count: 1;
	  line-height:30px;
   }
}