/**
 * styles for article carousel
*/

.carousel-title {
    position: absolute;
    font-size: 24px;
    bottom: 0;
    background-color: rgba(68, 46, 120, 0.5);
    width: 100%;
    padding: 10px 5px 3px 15px;
}

.carousel-title a {
    color: white;
    font-weight: bold;
}

.carousel-title a:hover {
    text-decoration: none;
}

#article-carousel {
    margin-bottom: 25px;
}

#article-carousel .carousel-indicators {
    position: absolute;
    right: 40px;
    top: 20px;
    z-index: 15;
    padding-left: 0;
    list-style: none;
    text-align: center;
    width: initial;
    left: initial;
    margin-left: initial;
}

#article-carousel .carousel-indicators li {
    width: 20px;
    height: 20px;
    margin: 4px 0 0 0;
    text-indent: -999px;
    border: 1px solid #ffffff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0);
    display: block;
}

#article-carousel .carousel-indicators .active {
    margin: 4px 0 0 0;
    background-color: #FFF;
}
