

/*# sourceMappingURL=owl.css.map */

.owl-dots{
    text-align: center;
}
.owl-carousel button.owl-dot{
    background-color: #000000;
    display: inline-block;
    border: 1px solid #000000;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.owl-carousel button.owl-dot.active{
  background-color: transparent;
}
.owl-carousel button.owl-dot:focus{
  outline: 0;
}
.owl-nav button:focus{
  outline: none;
}
.owl-nav button span{
    display: inline-block;
    border: 1px solid #c6c6c6;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    font-size: 28px;
    line-height: 35px;
    text-align: center;
}

@media screen and (max-width: 1239px) {
    .owl-carousel .owl-item img{
        width: auto;
        height: 450px;
    }
    .owl-carousel .owl-stage{
        max-height: 450px;
    }
}

@media screen and (max-width: 991px) {
    .owl-carousel .owl-item img{
        width: auto;
        height: 350px;
    }
    .owl-carousel .owl-stage{
        max-height: 350px;
    }
}
@media screen and (max-width: 767px) {
    .owl-carousel .owl-item img{
        width: auto;
        height: 200px;
    }
    .owl-carousel .owl-stage{
        max-height: 200px;
    }
}