
#owl, #owl2, #owl3, #owl4, #owl5 {
	overflow: hidden;
	z-index: 1;
	position: relative;
	padding-bottom: 0;
}
#owl2, #owl4 {
	padding-bottom: 16px;
	margin-bottom: 8px;
}
#owl3 {
	padding-bottom: 16px;
	margin-bottom: 8px;
}

#owl .owl-item, #owl2 .owl-item, #owl3 .owl-item, #owl4 .owl-item, #owl5 .owl-item {
	float: left;
}

#owl .item, #owl2 .item, #owl3 .item, #owl4 .item, #owl5 .item {
	position: relative;
	/*margin-bottom: 10px;*/
	padding-left: 0px;
	text-align: center;
}
#owl2 .item, #owl4 .item {
	text-align: left;
}
#owl3 .item, #owl5 .item  {
	text-align: center;
	padding:0 15px;
}


.item>div{
	padding: 8px 0 0 0;
}

#owl .item .count, #owl2 .item .count, #owl4 .item .count, #owl5 .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, #owl4 .item:hover .count, #owl5 .item:hover .count {
	color: #ff6f53;
}

#owl .item .tx, #owl2 .item .tx, #owl4 .item .tx , #owl5 .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, #owl4 .item a.btn, #owl5 .item a.btn  {
	margin-top: 23px;
}

.owl-wrapper-outer {
	overflow: hidden;
}

#owl5 .owl-prev  {
	cursor: pointer;
	background: url(../images/left_arrow_seen.png) 0 0 no-repeat;
	display: block;
	height: 26px;
	position:absolute;
	left:0;
	width: 15px;
	overflow: hidden;
	text-indent: -999px;
}
#owl5 .owl-next {
	cursor: pointer;
	background: url(../images/right_arrow_seen.png) 0 0 no-repeat;
	display: block;
	height: 26px;
	position:absolute;
	right:0px;
	width: 15px;
	overflow: hidden;
	text-indent: -999px;
}
#owl5 .owl-nav { margin-top:-13px;}
#owl .owl-prev/*, #owl .owl-next*/{
	float: left;
	cursor: pointer;
	background: url(../images/prev-arrow.png) 0 0 no-repeat;
	display: block;
	height: 44px;
	bottom: 0;
	width: 22px;
	position:absolute;
	left:20px;
	overflow: hidden;
	text-indent: -999px;
}
 #owl .owl-next{
	cursor: pointer;
	background: url(../images/next-arrow.png) 0 0 no-repeat;
	display: block;
	height: 44px;
	bottom: 0;
	position:absolute;
	right:20px;
	width: 22px;
	overflow: hidden;
	text-indent: -999px;
}
/*#owl2 .owl-prev{
	right: 38px;
}*/

#owl2 .owl-prev, #owl4 .owl-prev{
	float: left;
	cursor: pointer;
	background: url(../images/prev-arrow.png) 0 0 no-repeat;
	display: block;
	height: 30px;
	width: 30px;
	position:absolute;
	left:0;
	overflow: hidden;
	text-indent: -999px;
	background-size:30px;
}
 #owl2 .owl-next, #owl4 .owl-next{
	cursor: pointer;
	background: url(../images/next-arrow.png) right 0 no-repeat;
	display: block;
	height: 30px;
	position:absolute;
	right:0;
	width: 30px;
	overflow: hidden;
	text-indent: -999px;
	background-size:30px;
}

#owl2 .owl-nav, #owl4 .owl-nav { top: 50%; position: absolute;
    z-index: 9999; }











/*#owl .owl-prev:hover, #owl2 .owl-prev:hover {
	background-position: 0 bottom;
}

#owl .owl-next:hover, #owl2 .owl-next:hover {
	background-position: right bottom;
}

#owl .owl-next, #owl2 .owl-next{
	margin-left: 1px;
	background-position: right 0;
}
*/.owl-buttons{
	/*display: inline-block;*/
	width:100%;
	position:absolute; 
	top:50%;
}
#owl2 .owl-buttons, #owl4 .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:15px;
	width:100%;
	position:absolute;
	text-align: center;
	z-index:999 !important;
}
.owl-controls{
	text-align: center;
}
.owl-dot{
	display: inline-block;
	/*background: #d7d6d4;*/
	width: 14px;
	height: 14px;
	cursor: pointer;
	/*margin-bottom: 30px;*/
	border-radius:50%;
	background: #999999;
}
.owl-dot+.owl-dot{
	margin-left: 25px;
}
/*.owl-page:hover{
	background-position: right 0;
}*/
.owl-dot:hover, .owl-dot.active{
	/*background: #df4322;*/
	background: #fff;
}
.owl-nav {
	    top: 50%;
    position: absolute;
    z-index: 999;
    width: 100%;
}

