/*------------ 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%;
    opacity: 0.6;
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    -webkit-opacity: 0.6;
    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 {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
}
.brands #ttbrandlogo-carousel .owl-nav button {
    position: absolute;
	height:35px;
	width:35px;
	border:none !important;
	background:none !important;
	margin: auto 0;
}
.brands #ttbrandlogo-carousel .owl-nav button.owl-prev {
    left: -10px;
    right: auto;
}
.brands:hover #ttbrandlogo-carousel .owl-nav button.owl-prev {
	left: -15px;
	opacity: 1;
}
.brands:hover #ttbrandlogo-carousel .owl-nav button.owl-next {
	right: -15px;
	opacity: 1;
}
.brands #ttbrandlogo-carousel .owl-nav button.owl-next {
    right: -10px;
    left: auto;
}
.brands #ttbrandlogo-carousel .owl-nav button i {
    line-height: 35px;
    width: 35px;
    height: 35px;
	color:#666;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	font-size:24px;
}
.brands #ttbrandlogo-carousel .owl-nav button:hover i,
.brands #ttbrandlogo-carousel .owl-nav button:active i,
.brands #ttbrandlogo-carousel .owl-nav button:focus i {
	color:#111;
}
@media (max-width: 1200px) {
	.brands {
		margin: 0 0 50px;
	}
}
@media (max-width: 767px) {
	.brands {
		margin: 0 0 30px;
	}
	.brands:hover #ttbrandlogo-carousel .owl-nav button.owl-prev {
    left: -10px;
}
.brands:hover #ttbrandlogo-carousel .owl-nav button.owl-next {
    right: -10px;
}
}
@media (max-width: 543px) {
	.brands {
		margin: 0 0 20px;
	}
	.brands #ttbrandlogo-carousel li {
		padding: 20px 0;
	}
}
/*------------ End TT-Brandlogo ---------------*/