.owl-buttons .owl-prev, .owl-buttons .owl-next{
    height: 50px;
    width: 50px;
    border-radius: 50%;
    padding: 0 !important;
    font-size: 20px !important;
    line-height: 50px !important;
    text-align: center;
}



.owl-buttons .owl-prev:before{
    font-family: "FontAwesome";
    content: "\f104";
    display: inline-block;
    color: white;
}

.owl-buttons .owl-next:before{
    font-family: "FontAwesome";
    content: "\f105";
    display: inline-block;
    color: white;
}

.tz-man-slider{
    position: initial;
}

.tz-man-slider:before{
    display: block;
    content:"";
    clear: both;
}

.tz-man-slider .owl-prev, .tz-man-slider .owl-next{
    top: 0;
    font-size: 20px;
    background-color: transparent !important;
    position: absolute !important;
    z-index: 100;
    zoom: 1;
    color: #000;
    border-radius: 50%;
    border: transparent 1px solid;
    transition-property: all !important;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
    top: 50% !important;
    margin-top: -24px !important;
}

.tz-man-slider .owl-prev:hover, .tz-man-slider .owl-next:hover{
    border-color: #000;
}

.tz-man-slider .owl-prev:before, .tz-man-slider .owl-next:before{
    color: #000;
    text-align: center;
}

.tz-man-slider .owl-prev{
    left: -50px;
    right: auto;

}

.tz-man-slider .owl-next{
    right: -50px;
    left: auto;
    top: 0;
}

.tz-man-slider .owl-buttons{
    position: static;
    z-index: 10;
}

.tz-man-slider .owl-carousel .owl-item img{
    z-index: 0 !important;
}

.tz-man-slider .owl-carousel .owl-item img{
    height: auto;
    width: auto !important;
    max-width: 100%;
}

.tz-man-slider .owl-carousel .owl-wrapper-outer{
    padding-bottom: 20px;
    padding-top: 20px;
    margin-bottom: -10px;
    margin-top: 0px;
}

.tz-man-slider .owl-carousel .owl-item{
    text-align: center;
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item{
    z-index: 0;
}