/*------------ Start TT-Brandlogo ---------------*/
.brands {
	float: left;
	margin: 0 0 60px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.brands .tt-title {
    display: none;
}
.brands #ttbrandlogo-carousel {
    float: left;
    width: 100%;
    margin: 0;
    position: relative;
}
.brands #ttbrandlogo-carousel li {
	padding: 15px;
}
.brands #ttbrandlogo-carousel li.brand-image img {
    max-width: 100%;
    transition: all 500ms ease 0s;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    width: auto;
    margin: 0 auto;
}
.brands #ttbrandlogo-carousel li.brand-image:hover img {
    transform: translateY(-10px);
-webkit-transform: translateY(-10px);
-moz-transform: translateY(-10px);
-o-transform: translateY(-10px);
-ms-transform: translateY(-10px);
}
@media (max-width: 1200px) {
	.brands {
		margin: 0 0 50px;
	}
}
@media (max-width: 767px) {
	.brands {
		margin: 0 0 30px;
	}
  .brands #ttbrandlogo-carousel {
  	text-align: center;
  }
}
@media (max-width: 543px) {
	.brands {
		margin: 0 0 20px;
	}
	.brands #ttbrandlogo-carousel li {
		padding: 20px 0;
	}
}
/*------------ End TT-Brandlogo ---------------*/