.rel {
	position: relative;
}
#owl {
	overflow: hidden;
	z-index: 999;
	padding:0;
	position: relative;

}
#owl .owl-item {
	float: left;
}
/*---------*/
#owl .item  {
    border:3px solid #fff;
    margin-right:30px;
    padding:0;
	overflow: hidden;
	position: relative;
}
#owl .item a {
    position:relative;
    display:block;
}
.owl-buttons {
    display:none;
}
#owl .item a i {
    width:100%;
    height:100%;
    position:absolute;
    padding:0;
    top:0;
    left:0;
    display:block;
    background:url(../img/pxl.png) repeat; 
    -webkit-transform: translateY(0) translateX(0) scale(0.25);
    transform: translateY(0) translateX(0) scale(0.25);
    webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
#owl .item a img {
    width: 100%;
}
.car_div {
    position:relative;
}
#owl .item a:hover i, #owl .item.active a i {
    -webkit-transform: translateY(0) translateX(0) scale(1);
    transform: translateY(0) translateX(0) scale(1);
    webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    opacity:1;
    filter: alpha(opacity=100);
}
/*---------*/
.owl-wrapper-outer {
	padding-top: 0px;
	overflow: hidden;
    text-align: center;
}
.owl-carousel .owl-wrapper{
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
	-webkit-perspective: 1000;
    
    display: inline-block !important;
    overflow: hidden;
}
#owl1 {
	overflow: hidden;
	z-index: 1;
	margin:0;
	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: 34px;
	right: 32px;
	bottom: 0;
	left: 50%;
	margin-left: -23px;
	width: 20px;
	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;
}
#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;
}
/*------------------------------------------------------media queries---------------------------------------------------------*/
@media (min-width: 1220px) {
#owl .owl-item {
	width:281px !important
}
}
@media (min-width: 992px) and (max-width: 1219px){
#owl .owl-item {
	
}
}
@media (min-width: 768px) and (max-width: 991px) {  
#owl .owl-item {
	
}
}
@media (max-width: 767px) { 
#owl .owl-item {
	
}
}
@media (max-width: 626px) {  

}
@media (max-width: 480px) { 

}