.owl-carousel { position: relative; }
.owl-carousel.owl-drag .owl-item { cursor: move; }
/*.owl-carousel .owl-nav { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }*/
    .owl-carousel .owl-nav div { position: absolute; bottom: 50%; }
        .owl-carousel .owl-nav div i { margin-bottom: -20px; height: 40px; width: 20px; display: block; }
        .owl-carousel .owl-nav .owl-prev { left: 0; }
        .owl-carousel .owl-nav .owl-next { right: 0; }
.owl-carousel .owl-dots { position: absolute; z-index: 1000; width: 100%; height: 14px; overflow: hidden; text-align: center; }
    .owl-carousel .owl-dots div { display: inline-block; width: auto; height: 13px; line-height: 13px; }
        .owl-carousel .owl-dots div span { background: #dae6ee; width: 13px; height: 13px; margin: 0 10px; display: block; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; cursor: pointer; }
            .owl-carousel .owl-dots div.active span { background: #fe6225; }
.owl-carousel .owl-stage,
.owl-carousel .owl-stage-outer { height: 100%; }
    .owl-carousel.owl-drag .owl-item,
    .owl-carousel.owl-drag .owl-item .item { display: inline-table; height: 100%; vertical-align: middle; }