.owl-nav button {

  position: absolute;

  top: 50%;

  background-color: #000;

  color: #fff;

  margin: 0;

  transition: all 0.3s ease-in-out;

}

.owl-nav button.owl-prev {

  left: 0;

}

.owl-nav button.owl-next {

  right: 0;

}



.owl-dots {

  text-align: center;

  padding-top: 15px;

}

.owl-dots button.owl-dot {

  width: 15px;

  height: 15px;

  border-radius: 50%;

  display: inline-block;

  background: #ccc;

  margin: 0 3px;

}

.owl-dots button.owl-dot.active {

  background-color: #000;

}

.owl-dots button.owl-dot:focus {

  outline: none;

}

.owl-nav button {

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    background: rgba(255, 255, 255, 0.38) !important;

}

/*span {

    font-size: 70px;    

    position: relative;

    top: -5px;

}*/

.owl-nav button:focus {

    outline: none;

}



.owl-prev {

    position: absolute;

    top: 40%;

    left: -50px;

    background: transparent !important;

    color: #212121 !important;

    font-size: 29px !important;

    font-weight: 100 !important;

}





.owl-next {

    position: absolute;

    top: 40%;

    right: -50px;

    background: transparent !important;

    color: #212121 !important;

    font-size: 29px !important;

    font-weight: 100 !important;

}