.carousel-item-title {
    padding: 10px 15px;
    background: rgba(250, 250, 250, 0.9);
    position: relative;
    cursor: default;
}

.carousel-item-title > h4 {
    font-size: 18px;
    margin: 0px;
    font-weight: bold;
    color: #f26b35;

}
.carousel-item-title > .helpers {
    font-size: 12px;
    color: #000;
    margin: 3px 0 0 0 ;
}
.carousel-item-title > .helpers > i {

    margin-right: 2px;
    color: #f26b35
}

.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


#carousel {
    margin-bottom: 20px;
}

.embed-responsive-3by2 {
    padding-bottom: 66.66%;
}



#carousel .item {
  border-right: 2px solid #f0f3f4;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .05), 0 1px 0 rgba(0, 0, 0, .05);

}



.index-news-thumbnail {
    padding: 0px;
    border-radius: 0px;
    border: none;
    background: #f9f9f9;

}

.index-news-thumbnail h2 {
    font-size: 12px;
    font-weight: 200;
    margin: 5px 0;
    height: 30px;
}

.index-news-thumbnail .helper {
    text-align: left;
    color: rgba(242, 107, 53, 0.48);
    font-size: 10px;
    margin: 0;
    padding: 10px 10px;
    line-height: 1;

    cursor: default;
}