#owl-araba img{
	width:auto;
	height:60px;
}
#owl-araba {
	background:#fff;
	margin-bottom:30px;
	position:relative;
	padding: 8px 0;
	justify-content: center;
	text-align: center;
}
#owl-araba::before {
	content: attr(data-yazi);
	position: absolute;
	top: -28px;
	left: 0;
	width: 100%;
	height: 30px;
	font-size: 18px;
	text-align: left;
	z-index: 22;
	background: #fff;
	line-height: 30px;
	color: #454545;
	text-transform: uppercase;
	padding:0 0 0 20px;
}
#owl-araba .item {
	padding: 8px 2px 4px 2px;
	color: #222;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	word-wrap: break-word;
	width: 110px;
	line-height: 12px;
	margin: 0 12px;
}

/*
#owl-araba .owl-item.active:nth-child(odd) img {
    filter: hue-rotate(40deg) saturate(120%);
}
#owl-araba .owl-item.active:nth-child(even) img {
    filter: hue-rotate(80deg) saturate(80%);
}
*/

.owl-nav { display:none !important;}
.owl-dots { display:none !important;}
.animated  {
	-webkit-animation-duration : 0 ms !important;
	animation-duration : 0 ms  !important;
	-webkit-animation-fill-mode : both  !important;
	animation-fill-mode : both  !important;
}
.fadeOut  {
	-webkit-animation-name : fadeOut  ;
	animation-name : fadeOut  ;
}  
@-webkit-keyframes fadeOut  {
	0% {opacity : 0;}  
	100% {opacity : 0;}
}
@keyframes fadeOut  {
	0% {opacity : 0;}  
	100% {opacity : 0;}  
}