.layout_2 a{
	color: #990033;
}
.layout_2 .item, .layout_5 .more .content a{
	background-color:#f8f8f8;
}
.layout_2 .item .details .more a{
	color: #990033;
}
.layout_3 .item .details .title{
    font-size: 12px;
    font-weight: bold;
    height: 70px;
}
.layout_3 .item .details .title a{
	color: #1f1f1f;
}
.layout_3 .item .details{
	background-color: #f8f8f8;
	border-bottom: 1px solid #e4e4e4;

}
.layout_5 .featured .details{
	    background-color: rgba(0, 0, 0, 0.65);
}
.layout_15 .widget-body{
    height: 416px;
		overflow-y: scroll;
}
@media (max-width: 480px) {
	.layout_15 .widget-body{
			overflow-y: hidden;
			overflow: hidden;
	}
}
.layout_13 .item{
    margin-bottom: 20px;
}
.layout_13 .item:last-child, .layout_13 .item:nth-child(5){
    margin-bottom: 0;
    border-bottom: 0;
}
.layout_13 .item:last-child, .layout_13 .item:nth-child(6){
    margin-bottom: 0;
    border-bottom: 0;
}
.layout_2 .item .details .info{
	max-height: 45px;
}
.layout_10 .item.featured .details, .layout_12 .item.featured .details{
        background-color: rgba(0, 0, 0, 0.68);
}
@media (min-width: 1200px) {
    .layout_1 .featured__1 .more {
        float: right;
        width: 48%
    }
    .layout_1 .featured__1 .more .item {
        float: right;
        width: 48.7%;
        margin-right: 1.3%
    }
    .layout_1 .featured__1 .more .item:nth-child(1),.layout_1 .featured__1 .more .item:nth-child(2) {
        margin-bottom: 1.3%
    }
}
.layout_1 .featured__1 .more .item .details .title{
	font-size: 14px !important;
}