.owl-theme .owl-controls {
    text-align: center
}

.owl-buttons {
    position: absolute;
    top: calc(50% - 40px);
    left: 0
}

.owl-buttons-right {
    position: absolute;
    top: calc(50% - 40px);
    right: 0
}

.owl-theme .owl-controls .owl-buttons div {
}

.owl-prev {
    float: left;
    width: 26px;
    height: 61px;
    background: url(../images/prev-next.png) no-repeat scroll right 5px center rgba(51,51,51,.5)
}

.owl-prev:hover {
    background-color: rgba(87,87,87,.8)!important
}

.owl-next {
    float: right;
    width: 26px;
    height: 61px;
    background: url(../images/prev-next.png) no-repeat scroll left 5px center rgba(51,51,51,.5)
}

.owl-next:hover {
    background-color: rgba(87,87,87,.8)!important
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom:1;*display: inline
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: .5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791
}

.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #fff;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.owl-item.loading {
    min-height: 150px
}

#owl-slider {
    width: 100%!important;
    margin: 0 auto
}

#owl-slider .item {
    margin-right: 3px;
    position: relative;
    height: 180px;
    overflow: hidden
}

#owl-slider .item .slide-caption {
    position: absolute;
    bottom: 0;
    padding: 3%;
    width: 96%;
}

#owl-slider .slide-caption {
    /* background: rgba(0,0,0,.8); */
}

#owl-slider .slide-caption h3 a {
    font-size: 16px;
    height: 22px;
    /* color: #fff; */
    text-align: left;
    display: list-item
}

#owl-slider .slide-caption a {
    font-size: 14px;
    /* color: #fff; */
    text-align: left;
    display: list-item
}

#owl-slider .item img {
    display: block;
    width: 100%;
    height: auto
}
