
 #owl-item{width:100%; min-height: 130px; padding: 0px; margin: 0px 0px 0px 0px; padding:0; float: left; background: #fff; box-sizing:border-box;}
    #owl-item .item{
overflow: hidden;
  margin:0;
  opacity:1;
   background: #ffffff;
  display:table; margin:0 auto;}
	#owl-item .item a{  height:130px; display:table-cell; vertical-align:middle;}
	#owl-item .item a img{margin:0 auto;}
	#owl-item .owl-buttons{ float:none; position:absolute; width:100%; bottom:56%;}
	#owl-item .owl-buttons .owl-prev{left:-12px; text-align:left; position:absolute; margin:0;}
	#owl-item .owl-buttons .owl-next{right:-12px; text-align:right; position: absolute; margin:0;}
	
 
  #owl-list .item, #owl-list1 .item{
        padding:0px 0px;
        margin:0 15px;
        text-align: center;
   }
   #owl-list .item img, #owl-list1 .item img{max-width:100%;}
   
   #owl-list1 .owl-buttons, #owl-list .owl-buttons{ position:absolute; top:-8px; right:12px;}
   
   #owl-list1.owl-carousel, #owl-list.owl-carousel{padding:30px 0 0px 0;}
	
	#owl-item{ padding:6px 0}

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	clear:both;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

.owl-pagination{margin-top:-45px; position:relative;}

.owl-buttons{float:right;}