
#owl, #owl2, #owl3 {
	overflow:hidden;
	z-index:1;
	position:relative;
}
#owl { text-align:left; }
#owl2 {
	padding-bottom:50px;
	margin-bottom: 0px;
	text-align:center;
}
#owl3 {
	padding-bottom: 0;
	margin-bottom: 0;
}

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

#owl .item, #owl2 .item, #owl3 .item  {
	position: relative;
	padding:0;
}
#owl2 .item {
	text-align: left;
}
#owl3 .item {
	padding:0;
}
#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-nav {
	top:50%;
	width:100%;
	z-index:999;
	margin-top:-35px;
    position:absolute;
}
#owl2 .owl-prev, #owl2 .owl-next {
	width:31px;
	height:60px; 
	cursor:pointer;
	display:block;
	overflow:hidden;
	position:absolute;
	text-indent:-999px;
	background-image: url(../images/slide_arrows.png);
}
#owl2 .owl-prev {
	left:0;
	background-position:left;
}
#owl2 .owl-next {
	right:0;
	background-position:right;
}

.owl-buttons{
	width:100%;
	position:absolute; 
	top:50%;
}
#owl2 .owl-buttons{
	float: right;
}
.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:0;
	width:100%;
	position:absolute;
	text-align: center;
	z-index:999 !important;
}
.owl-controls{
	text-align: center;
}
.owl-dot{
	display:inline-block;
	width:34px;
	height:4px;
	cursor:pointer;
	background:#5a77a3;
}
.owl-dot+.owl-dot{
	margin-left:17px;
}
.owl-dot:hover, .owl-dot.active{
	background:#18aede;
}



#owl5, #owl6 {
	/*overflow: hidden;*/
	z-index: 1;
	position: relative;
	padding-bottom: 0;
	clear:both;
}
#owl6 { padding:0 10px; margin-bottom:35px; }
#owl6 .owl-dots { text-align:center; }

#owl5 .owl-item, #owl6 .owl-item {
	float: left;
}
#owl5 .item, #owl6 .item {
	position: relative;
	padding-left: 0px;
	text-align: center;
	padding:0 15px;
}

#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;
}
#owl5 .item:hover .count {
	color: #ff6f53;
}
#owl5 .item .tx {
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	min-height: 60px;
	padding-right: 5px;
}
#owl5 .item a.btn  {
	margin-top: 23px;
}
#owl5 .owl-prev, #owl6 .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, #owl6 .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, #owl6 .owl-nav { margin-top:-13px;}

#owl6 .owl-prev {
	left:-15px;
}
#owl6 .owl-next {
	right:-15px;
}