﻿
#newsCarousel .carousel-caption {
    left: 0;
    right: 0;
    bottom: 0;
    text-align: left;
    padding: 10px;
    background: #244e7f;
    text-shadow: none;
    width: 760px;
}

#newsCarousel .list-group {
    position: absolute;
    top: 0;
    right: 0;
}

#newsCarousel .list-group-item {
    border-radius: 0px;
    cursor: pointer;
}

#newsCarousel .list-group .active {
    background-color: #244e7f;
}
#newsCarousel .list-group-item {
    padding: 0px !important;
    border:none !important;
    border-top: 1px solid #ddd !important;
}
#newsCarousel .item img
{
width:760px;
height:400px;
}
ul.list-group{
    height:400px;
    overflow-y:auto;
}

#newsCarousel a {
    color: #f79331;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


@media (min-width: 992px) {
    #newsCarousel {
        padding-right: 33.3333%;
    }

        #newsCarousel .carousel-controls {
            display: none;
        }
}

@media (max-width: 991px) {
    .carousel-caption p,
    #newsCarousel .list-group {
        display: none;
    }
}
