.owl-carousel .owl-item {
    transform: translate3d(0, 0, 0);
}

.item .success-title h4 {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 20px;
    margin-bottom: 5px;
}

.item .success-excerpt {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 80px;
    font-size: 14px;
    color: #333;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    margin: 0 0 10px 0;
}

.item .success-button {
    text-align: left;
}

.item .program-item-wrapper {
    position: relative;
    overflow: hidden;
}

.item .program-title {
    position: absolute;
    bottom: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
}

.item .program-title h4 {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 10px 10px;
}

.item .program-title .icon-toggle {
    position: absolute;
    top: 10px;
    right: 10px;
}

.item .program-title .icon-toggle:after {
    color: #ffffff;
    font-family: FontAwesome;
    font-weight: normal;
    font-size: 16px;
    content: "\f054 ";
}

.item a .program-item-wrapper .icon-hover {
    position: absolute;
    top: -60px;
    left: 50%;
    margin-left: -30px;
    z-index: 1;
    transition: all 0.5s ease;
}

.item a:hover .program-item-wrapper .icon-hover {
    top: 50%;
    margin-top: -30px;
}

.item .program-item-wrapper .icon-hover:after {
    color: #ffffff;
    font-family: FontAwesome;
    font-weight: normal;
    font-size: 24px;
    content: "\f0c1  ";
    background: rgba(0, 0, 0, 0.7);
    border-radius: 15px;
    width: 60px;
    height: 60px;
    padding: 15px 20px;
    display: inline-block;
}

@media (min-width: 768px) {
    .item .success-title h4 {
        font-size: 14px;
    }
    .item .success-excerpt {
        font-size: 12px;
        height: 80px;
    }
}

@media (min-width: 992px) {}

@media(min-width:1200px) {}


/* Nav */

.owl-custom-nav-controls {
    margin-top: 20px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-custom-dots-controls {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

@media (min-width: 768px) {
    .owl-custom-nav-controls {
        margin-top: 40px;
        text-align: center;
    }
    .owl-custom-dots-controls {
        margin-top: 10px;
        text-align: left;
    }
}

@media (min-width: 992px) {}

@media(min-width:1200px) {}

.owl-custom-nav-controls .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    margin: 5px;
    padding: 4px 14px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.owl-custom-nav-controls .owl-nav [class*=owl-]:hover {
    background: #f8971d;
    color: #fff;
    text-decoration: none
}

.owl-custom-nav-controls .owl-nav .disabled {
    opacity: .5;
    cursor: default
}


/* Dots */

.owl-custom-dots-controls .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-custom-dots-controls .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.owl-custom-dots-controls .owl-dots .owl-dot.active span,
.owl-custom-dots-controls .owl-dots .owl-dot:hover span {
    background: #869791
}
