

#owl {
	z-index: 1;
	position: relative;
	padding-bottom: 53px;
}

.owl_title {
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 2px;
	font-weight: bold;
}

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

#owl .item p {
	padding: 0 44px;
	position: relative;
}

#owl .item p:before {
	position: absolute;
	content: '';
	background: url(../images/quotes.png) 0 0 no-repeat;
	width: 13px;
	height: 11px;
	top: 20px;
	left: 0;
}

#owl .item p:after {
	position: absolute;
	content: '';
	background: url(../images/quotes.png) 0 0 no-repeat;
	width: 13px;
	height: 11px;
	top: 20px;
	right: 0;
}


#owl .item .text1 {
	margin-bottom: 19px;
}

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

#owl  .owl-controls {
	position: absolute;
	left: 0;
	right: 0;
	top: -41px;
	padding: 0 20px;
	height: 41px;
	background-color: rgba(0,0,0,0.8);
}



#owl .owl-prev, #owl .owl-next {
	cursor: pointer;
	float: left;
	display: block;
	overflow: hidden;
	font-size: 20px;
	padding-top: 8px;
	line-height: 26px;
	font-weight: bold;
	transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

#owl .owl-next {
	float: right;
}

#owl .owl-next:hover,
#owl .owl-prev:hover {
	color: #e63c2e;
}*/


.owl-pagination {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	font-size: 0;
	line-height: 0;
	text-align: center;
	height: 17px;
}

.owl-page {
	display: inline-block;
	width: 17px;
	cursor: pointer;
	height: 17px;
	background: url(../images/pagination1.png) 0 0 no-repeat;
}

.owl-page+.owl-page {
	margin-left: 4px;
}

.owl-page:hover, .owl-page.active {
	background-position: right 0;
}

/* Owl content */



.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
	-webkit-perspective: 1000;
}
/*
#owl1 {
	overflow: hidden;
	position: relative;
	padding-right: 0px;
	padding: 0 93px;
	margin: 0 -10px 7px;

}

#owl1  p {
	padding: 18px 12px 0;
	margin-bottom: 17px;
}

#owl1 .item img {
	border-radius: 500px;
}

#owl1 .item:hover a {
	background-color: #b3001c;
}

#owl1 .item.active {
	top: 2px;
	transform: scale(1);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    -moz-transform: scale(1.278);
}


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


#owl1 .item {
	color: #fff;
	text-align: center;
	overflow: hidden;
	padding: 15px 16px 15px;
	position: relative;
}

#owl1 .item>div {
	background-color: #1a1a1a;
}


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


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

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

#owl1 .owl-next:hover,
#owl1 .owl-prev:hover {
	opacity: 0.5;
}

.owl_banner {
	text-align: center;
	padding: 0 40px;
}

.owl_banner .text1 {
	padding-bottom: 8px;
}*/