.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev, 
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
}
.owl-carousel .owl-dots{
    position: absolute;
    text-align: center;
    width: 80%;
    border: 0;
    bottom: 0.5rem;
    margin: 0 10%;
}
.owl-carousel button.owl-dot span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #FFFFFF;
    transition: all 0.5s;
    opacity: 0.3;
}
.owl-carousel button.owl-dot.active span,
.owl-carousel button.owl-dot:hover span {
    opacity: 1;
}
.owl-carousel .owl-nav {
    width: 90%;
    font-size: 3rem;
    height: 3rem;
    line-height: 1;
    font-weight: bold;
    margin: 0 5%;
}
.owl-carousel .owl-nav .owl-prev{
    float:left;
}
.owl-carousel .owl-nav .owl-prev span{
    transition: all 0.5s;
    opacity: 0.3;
}
.owl-carousel .owl-nav .owl-prev:hover span{
    opacity: 1;
}
.owl-carousel .owl-nav .owl-next{
    float:right;
}
.owl-carousel .owl-nav .owl-next span{
    transition: all 0.5s;
    opacity: 0.3;
}
.owl-carousel .owl-nav .owl-next:hover span{
    opacity: 1;
}


/*
.owl-nav { display: block !important; }
*/
/*, .owl-dots { display: block !important; }*/