.rel {
	position: relative;
}
#owl {
	overflow: hidden;
	z-index: 999;
	padding-left:20px;
	position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 290px

}
#owl .owl-item {
	float: left;
}
#owl .item {
	padding:0;
	overflow: hidden;
	position: relative;
	text-align: left;
    margin-right:7px;
}
/*---------*/
#owl .item a:hover em {
     background:#fb7b61;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#owl .item a:hover,#owl .item.active a em {
   background:#fb7b61;
}
#owl .item a img {
    margin-bottom:16px;
}
#owl .item em {
    display:block;
    width:100%;
    height:4px;
    background:#fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.car_div {
    position:relative;
}
.car_div .part {
    width:100%;
    position:absolute;
    left:0;
    bottom:0;
    background:url(../img/slider_part.png) center 0 no-repeat;
}
/*---------*/
.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;
    width: 413px !important;
    overflow: hidden;
}
#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: 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:133px !important
}
}
@media (min-width: 992px) and (max-width: 1219px){
#owl .owl-item {
	width:133px !important
}
}
@media (min-width: 768px) and (max-width: 991px) {  
#owl .owl-item {
	width:133px !important
}
}
@media (max-width: 767px) { 
#owl .owl-item {
	width:133px !important
}
}
@media (max-width: 626px) {  

}
@media (max-width: 480px) { 
.owl-carousel .owl-wrapper {
    width:300px !important
}
#owl .owl-item {
	width:100px !important
}
}