.item,.center+.active>.item{
  transition:.4s ease all;
  margin:0;
  transform:scale(.92);
}

.active .item{
  opacity:1;
  transform:scale(1);
} 

.owl-item {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
}
.owl-controls {
	position: static;
	margin-top: 0;
}
.owl-prev,.owl-next{
	position: absolute;
	top: 0;
	width: 18vw;
	height: 100%;
	z-index: 9;
}
.owl-prev{	  
  left: 0;
}
.owl-next{
  right: 0;
}
.owl-dots {
margin-top:20px;
 text-align:center;
 -webkit-tap-highlight-color:transparent
}

.owl-dots .owl-dot {
 display:inline-block;
 zoom:1
}
.owl-dots .owl-dot span {
 width:15px;
 height:15px;
 margin:5px 7px;
 background:#ff9a66;
 display:block;
 -webkit-backface-visibility:visible;
 transition:opacity .2s ease;
 border-radius:30px
}
.owl-dots .owl-dot.active span,.owl-dots .owl-dot:hover span {
 background:#ff5600;
transform:scale(1.1)
}

@media(max-width:1000px){
  .item{margin:0; transform:scale(.9)}
}