.owl-item.active > div:after {
  content: '';
}
.owl-item.center > div:after {
  content: 'center';
}
.owl-item.active.center > div:after {
	text-align:center;
    content: 'active center';
}
.owl-item > div:after {
  font-family: sans-serif;
  font-size: 24px;
  font-weight: bold;
}
.owl-carousel{
	position: relative;
}
.owl-carousel .content{
	/* text-align: center; */
	cursor: pointer;
}
/* .owl-carousel .owl-prev{
	position: absolute;
	border-right: 20px solid rgba(0,0,0,.5);
	border-bottom:  20px solid transparent;
	border-top:  20px solid transparent;
	left: 20px;
	top: 30%;
}
.owl-carousel .owl-next{
	position: absolute;
	border-left: 20px solid rgba(0,0,0,.5);
	border-bottom:  20px solid transparent;
	border-top:  20px solid transparent;
	right: 20px;
	top: 30%;
}
.owl-carousel .owl-next:hover{
	border-left: 20px solid rgba(0,0,0,.8);
}
.owl-carousel .owl-prev:hover{
	border-right: 20px solid rgba(0,0,0,.8);
} */
.owl-theme .owl-controls .owl-nav [class*='owl-'] {
	margin: 0;
    font-size: 0;
	padding: 0;
    background: none;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.owl-theme .owl-controls .owl-nav [class*='owl-']:hover {
    background: none;
    color: none;
    text-decoration: none;
}