﻿.title-carousel {
    font-size: 12px;
    padding-top: 15px;
}

.title-carousel .carousel-item {
    padding-bottom: 15px;
}

    .title-carousel .carousel-item > a {
        display: block;
        margin-right: 15px;
    }
    
    .title-carousel .carousel-item img.cover {
        max-width: 100px;
        max-height: 129px;
    }

    .title-carousel .carousel-item img.cover.cover-bordered {
        border: 1px solid #777;
    }

    .title-carousel .carousel-item .title {
        
    }

    .title-carousel .carousel-item .info-margin-top {
        margin-top: 10px;
    }
    .title-carousel .carousel-item .info-margin-top-sm {
        margin-top: 5px;
    }

    .title-carousel .carousel-item .text-muted {
        color: #777;
        font-size: 11px;
    }

.title-carousel .slick-prev:before, 
.title-carousel .slick-next:before {
    color: #aaa !important;
}
