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

}
#owl .owl-item {
	float: left;
}
#owl .item {
	padding:0;
	overflow: hidden;
	position: relative;
	text-align: left;
    margin-right:36px;
    border-radius:100%;
    background:#fcf0c8;
}
/*---------*/
#owl .item img {
    width:100%;
    border-radius:100%;
}
#owl .item a {
	display: block;
    opacity:0.4;
    filter: alpha(opacity=40);
    
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#owl .item a:hover {
    opacity:1;
    filter: alpha(opacity=40);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#owl .item a:hover,#owl .item.active a {
    opacity:1;
    filter: alpha(opacity=100);
}
.car_div {
    padding:32px 77px 0 0;
    background:#fff;
    position:relative;
}
.car_div .part {
    width:100%;
    height:89px;
    position:absolute;
    bottom: -89px;
    left:0;
    background:url(../img/slider_part.png) center 0 no-repeat;
}
/*---------*/
.owl-wrapper-outer {
	padding-top: 0px;
	overflow: hidden;
    width: 610px;
    float: right;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
	-webkit-perspective: 1000;
}
#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:214px !important
}
}
@media (min-width: 992px) and (max-width: 1219px){
#owl .owl-item {
    float: left;
    width: 170px !important;
}
.owl-wrapper-outer {
    width: 474px;
}
.car_div {
    padding-right:40px;
}
}
@media (min-width: 768px) and (max-width: 991px) {  
#owl .owl-item {
    float: left;
    width: 170px !important;
}
.owl-wrapper-outer {
    width: 474px;
    left: 50%;
    position: relative;
    margin-left: -237px;
}
.owl-wrapper-outer {
    float:none;
}
.car_div .part {
    bottom:-85px;
}
.car_div {
    padding-bottom:120px;
    padding-right:0;
}
}
@media (max-width: 767px) { 
.car_div .part {
    display:none;
}
#owl .owl-item {
    float: left;
    width: 170px !important;
}
.owl-wrapper-outer {
    width: 474px;
    left: 50%;
    position: relative;
    margin-left: -237px;
}
.owl-wrapper-outer {
    float:none;
}
.car_div .part {
    bottom:-85px;
}
.car_div {
    padding-bottom:40px;
    padding-right:0;
}
}
@media (max-width: 626px) {  
#owl .owl-item {
    width: 109px !important;
}    
.owl-wrapper-outer {
    width: 310px;
    margin-left: -155px;
}
#owl .item {
    margin-right: 18px;
}
}
@media (max-width: 480px) { 
#owl .owl-item {
    width:80px !important;
} 
.owl-wrapper-outer {
    width: 222px;
    margin-left: -111px;
}     
}