
#owl, #owl2, #owl3 {
	overflow: hidden;
	z-index: 1;
	position: relative;
	padding-bottom: 0;
	margin-bottom:-2px;
}
#owl2 {
	position:initial !important;
	padding-bottom: 25px;
	margin-bottom: 8px;
}
#owl3 {
	padding-bottom: 16px;
	margin-bottom: 8px;
}

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

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


/*.item>div{
	padding: 8px 0 0 0;
}
*/
#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,  #owl2 .owl-prev,  {
	cursor: pointer;
	background: url(../images/slider_left_arrow.png) 0 0 no-repeat;
	display: block;
	height: 44px;
	bottom: 0;
	width: 22px;
	overflow: hidden;
	text-indent: -999px;
}*/
 /*#owl .owl-next, #owl2 .owl-next {
	cursor: pointer;
	background: url(../images/slider_right_arrow.png) 0 0 no-repeat;
	display: block;
	height: 44px;
	bottom: 0;
	position:absolute;
	right:20px;
	width: 22px;
	overflow: hidden;
	text-indent: -999px;
}*/
#owl .owl-prev/*, #owl .owl-next*/{
	float: left;
	cursor: pointer;
	background: url(../images/slider_left_arrow.png) 0 0 no-repeat;
	display: block;
	height: 52px;
	bottom: 0;
	width: 52px;
	position:absolute;
	right:140px;
	overflow: hidden;
	text-indent: -999px;
}
 #owl .owl-next{
	cursor: pointer;
	background: url(../images/slider_right_arrow.png) 0 0 no-repeat;
	display: block;
	height: 52px;
	top: 25px;
	position:absolute;
	right:140px;
	width: 52px;
	overflow: hidden;
	text-indent: -999px;
}
#owl .item {
	/*height:605px;*/
	width:100%;
}
/*#owl2 .owl-prev{
	right: 38px;
}*/

#owl2 .owl-prev/*, #owl .owl-next*/{
	float: left;
	cursor: pointer;
	background: url(../images/left_arrow.png) 0 0 no-repeat;
	display: block;
	height: 42px;
	/*bottom: 0;*/
	width: 21px;
	position:absolute;
	left:-30px;
	overflow: hidden;
	text-indent: -999px;
}
 #owl2 .owl-next{
	cursor: pointer;
	background: url(../images/right_arrow.png) 0 0 no-repeat;
	display: block;
	height: 42px;
	/*bottom: 0;*/
	position:absolute;
	right:0;
	width: 21px;
	overflow: hidden;
	text-indent: -999px;
}
#owl2 img { width:100%; } 












/*#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{
	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;
	/*display:none;*/
}

.owl-dots{
	padding-top: 0;
	bottom:0;
	width:100%;
	/*left:50%;*/
	position:absolute;
	text-align: center;
	z-index:999 !important;
}
.owl-controls{
	text-align: center;
}
.owl-dot{
	display: inline-block;
	/*background: #d7d6d4;*/
	width: 10px;
	height: 10px;
	cursor: pointer;
	/*margin-bottom: 30px;*/
	border-radius:50%;
	background: #fff;
	border:0;
}
.owl-dot+.owl-dot{
	margin-left: 8px;
}
/*.owl-page:hover{
	background-position: right 0;
}*/
.owl-dot:hover, .owl-dot.active{
	/*background: #df4322;*/
	background: #c0162d;
}
.owl-nav {
	    top: 44%;
    position: absolute;
    z-index: 999;
    width: 100%;
}


@media only screen and (max-width: 1140px) {
	#owl2 { position:relative !important; }
	#owl2 .owl-next { right:0;}
	#owl2 .owl-prev { left:0; }
}
/*@media only screen and (max-width: 767px) {
	#owl .owl-controls { display:none; }
}*/