.car_div {
	background-color: #c40404;
}

#owl {
	overflow: hidden;
	margin-top: -1px;
	color: #727272;
	position: relative;
}

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

#owl .item {
	overflow: hidden;
	color: #fff;
	letter-spacing: 2px;
	font: bold 18px/24px 'Open sans', sans-serif;
	padding: 32px 100px 30px;
	text-align: center;
	/*text-transform: uppercase;*/
}

#owl .owl-prev, #owl .owl-next {
	content: '';
	cursor: pointer;
	position: absolute;
	background: url(../images/prevnext.png) 0 0 no-repeat;
	left: 0;
	display: block;
	height: 46px;
	width: 46px;
	top: 50%;
	margin-top: -22px;
	overflow: hidden;
	text-indent: -999px;
}

#owl .owl-next {
	right: 0;
	left: auto;
	background-position: right bottom;
}

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

#owl .owl-prev {
	right: 56px;
}

#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;
}

/*owl1*/

.car_div1 {
	background: url(../images/car_bg.png) 0 0 repeat;
}

#owl1 {
	overflow: hidden;
	margin: 0 -10px;
	color: #727272;
	position: relative;
}

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

#owl1 img {
	margin-bottom: 23px;
	background-color: #c40404;
	-moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
}

#owl1 .item {
	overflow: hidden;
	padding: 0 10px;
	margin-bottom: 55px;
	color: #898989;

}


#owl1 p {
	margin-bottom: 22px;
}

#owl1 .item time {
	font: bold 24px/30px 'Open sans', sans-serif;
	display: block;
	padding-top: 52px;
	color: #fff;
	margin-bottom: 11px;
}

#owl1 .owl-prev, #owl1 .owl-next {
	content: '';
	cursor: pointer;
	position: absolute;
	background: url(../images/prevnext1.png) 0 0 no-repeat;
	display: block;
	height: 30px;
	width: 30px;
	right: 0;
	bottom: 0;
	margin-top: -22px;
	overflow: hidden;
	text-indent: -999px;
}

#owl1 .owl-next {
	right: 10px;
	left: auto;
	background-position: right bottom;
}

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

#owl1 .owl-prev {
	right: 40px;
}

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




/* Owl content */


