
.car_div {
	position: relative;
	z-index: 999;
	margin-left: 0px;
}

.rel {
	position: relative;
}

#owl { 
	overflow: visible;
	z-index: 999;
	padding: 0 0px;
	position: relative;
	display: none;
	margin: 0 0px;
	opacity:  0;
	-webkit-transition: all 1s ease-out;
  	transition: all 1s ease-out;
}

#owl .owl-item {
	float: left;
	width: 100%;
	//width: 105px !important;
	height: 66px;
}

#owl .item {
	padding: 0 0px;
	overflow: hidden;
	position: relative;
	text-align: left;
}

#owl .item img {
	display: inline-block;
	position: relative;
	
}

#owl .item a {
	display: block;
	opacity: 1;
-webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#owl .item a:hover {
	opacity: 0.5;
}

#owl .item a:hover,#owl .item.active a {
	opacity: 0.5;
}

.owl-wrapper-outer {
	padding-top: 0px;
	overflow: hidden;
	padding: 0 0px;
	margin: 0 126px;
}


#owl .owl-prev, #owl .owl-next {
	cursor: pointer;
	position: absolute;
	background: url(../img/prevnext.png) 0 0 no-repeat;
	display: block;
	height: 28px;
	left: -20px;
	top: 8px;
	width: 16px;
	overflow: hidden;
	text-indent: -999px;

}

#owl .owl-next {
	left: auto;
	right: -20px;
	background-position: right 0;

}
#owl .owl-next:hover {
	background-position: right bottom;
}



#owl .owl-prev:hover {
	background-position: 0 bottom;
}





/* Owl content */



.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
	-webkit-perspective: 1000;
}


/*2nd*/
#owl1 {
	overflow: hidden;
	z-index: 1;
	margin: 0 -10px 1px;
	position: relative;

}

#owl1 blockquote {
	position: relative;
	border: 2px solid #ffc000;
	border-radius: 10px;
	padding-left: 41px;
	padding-top: 41px;
	padding-bottom: 86px;
	padding-right: 20px;
	color: #727878;
	font-size: 14px;
	line-height: 21px;
	background: url(../img/quotes.png) 15px 14px no-repeat #fffffd;
}

#owl1 blockquote  img {
	border: 2px solid #ffc000;
	border-radius: 500px;
	display: block;
	left: 50%;
	margin-left: -62px;
	position: absolute;
	bottom: -64px;
}

#owl1 .owl-item {
	float: left;
	width: 100%;
}

#owl1 .title {
	font-weight: bold;
	margin-bottom: 18px;
	color: #f1373a;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 20px;
}

#owl1  .item {
	padding: 0 10px;
	line-height: 18px;
}



#owl1 .owl-wrapper-outer {
	overflow: hidden;
	padding-bottom: 117px;
}


#owl1 .owl-prev, #owl1 .owl-next {
	cursor: pointer;
	position: absolute;
	background: url(../img/prevnext1.png) 0 0 no-repeat;
	display: block;
	height: 28px;
	right: 0px;
	bottom: 0;
	left: 50%;
	margin-left: 0px;
	width: 19px;
	overflow: hidden;
	text-indent: -999px;

}

#owl1 .owl-next {
	left: auto;
	margin-left: 0;
	right: 50%;
	margin-right: -23px;
	background-position: right bottom;

}
#owl1 .owl-next:hover {
	background-position: right 0;
}



#owl1 .owl-prev:hover {
	background-position: 0 bottom;
}


/*3nd*/

#owl2 {
	overflow: hidden;
	z-index: 1;
	margin-top: 36px;
	padding: 0 10px;
	position: relative;

}


#owl2 .owl-item {
	float: left;
	width: 100%;
}


#owl2  .item {
	overflow: hidden;
	line-height: 18px;
	text-align: center;
}


#owl2 .owl-wrapper-outer {
	overflow: hidden;
	padding-top: 0px;
}


#owl2 .owl-prev, #owl2 .owl-next {
	cursor: pointer;
	position: absolute;
	background: url(../img/prevnext3.png) 0 0 no-repeat;
	display: block;
	height: 19px;
	left: 0;
	top: 9px;
	width: 11px;
	overflow: hidden;
	text-indent: -999px;

}

#owl2 .owl-next {
	left: auto;
	right: 0px;
	background-position: right 0;

}
#owl2 .owl-next:hover {
	background-position: right bottom;
}



#owl2 .owl-prev:hover {
	background-position: 0 bottom;
}

