
#owl, #owl2, #owl3 {
	z-index:1;
	overflow:hidden;
	position:relative;
}
#owl { text-align:center; }
#owl .owl-item, #owl2 .owl-item, #owl3 .owl-item {
	float: left;
}
#owl .item, #owl2 .item, #owl3 .item  {
	padding:0;
	position:relative;
}
#owl .item .count, #owl2 .item .count {
	color: #e3e3e3;
	letter-spacing: -1px;
	margin-bottom: 24px;
	padding-top: 32px;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	font: bold  40px/40px 'Roboto', sans-serif;
}
#owl .item:hover .count, #owl2 .item:hover .count {
	color: #ff6f53;
}
#owl .item .tx, #owl2 .item .tx  {
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	min-height: 60px;
	padding-right: 5px;
}
#owl .item a.btn, #owl2 .item a.btn {
	margin-top: 23px;
}

.owl-wrapper-outer {
	overflow: hidden;
}

#owl .owl-prev, #owl .owl-next{
	width:25px;
	top:50%;
	margin-top:-24px;
	height:48px;
	display:block;
	cursor:pointer;
	overflow:hidden;
	position:absolute;
	text-indent:-999px;
}
#owl .owl-prev/*, #owl .owl-next*/{
	left:50px;
	background: url(../images/leftarrow.png) 0 0 no-repeat;
}
 #owl .owl-next{
	right:50px;
	background: url(../images/rightarrow.png) 0 0 no-repeat;
}


.owl-buttons{
	/*display: inline-block;*/
	width:100%;
	position:absolute; 
	top:50%;
}
#owl2 .owl-buttons{
	float: right;
}
/* Owl content */

.owl-carousel .owl-wrapper{
	display: block;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
	-webkit-perspective: 1000;
}
#owl .owl-controls{
	padding-top: 0;
}

.owl-dots{
	padding-top: 0;
	bottom:45px;
	width:100%;
	position:absolute;
	text-align: center;
	z-index:999 !important;
}
.owl-controls{
	text-align: center;
}
.owl-dot{
	display: inline-block;
	width: 22px;
	height: 22px;
	cursor: pointer;
	border-radius:50%;
	background: #676566;
	background:url(../images/dots.png) no-repeat left top;
}
.owl-dot+.owl-dot{
	margin-left: 20px;
}
.owl-dot:hover, .owl-dot.active{
	background:url(../images/dot_active.png) no-repeat left top;
}

@media only screen and (max-width: 767px) { 
	#owl .owl-prev { left:10px; }
	#owl .owl-next { right:10px; }  
}