.owl-carousel .owl-item { float:left }
.owl-carousel .owl-dots { text-align: center; }
.owl-carousel .owl-dot { width: 10px; height:10px; border-radius: 5px; background-color: white; display:inline-block; margin: 0 5px; margin-top: -15px; }
.owl-carousel .owl-dot.active { background-color: #ca2029; }
.owl-carousel .owl-nav.disabled { display:none; }
