/* PERSONALIZZAZIONI */
.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery {
    margin: -20px 20px 20px -20px !important;
    border-radius: 3px 3px 0 0;
    border-bottom: 1px solid #f5f5f5;
    overflow: hidden;
}


/* OVERRIDE MODULO STATISTICHE */
#counter {    
    color: #fff;
    display: block;
    overflow: hidden;
    text-align: center;
    padding: 100px 0;
}
#counter .count {
    padding: 50px;
    background: #74E2FF;
    color: #fff;
    text-align: center;
}
.count h4 {
    color: #fff;
	font-size: 16px;
	margin-top: 0;
}
#counter .number {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
}

/* OVERRIDE MODULO NEWSFLASH */
.recent-activities .item {
    padding: 0 15px;
    border-bottom: 1px solid #eee
}
.recent-activities .item div[class*='col-'] {
    padding: 15px
}
.recent-activities h5 {
    font-weight: 400;
    color: #333
}
.recent-activities p {
    font-size: 0.75em;
    color: #999
}
.recent-activities .icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #f5f5f5;
    text-align: center;
    display: inline-block
}
.recent-activities .date {
    font-size: 0.75em;
    color: #999;
    padding: 10px
}
.recent-activities .date-holder {
    padding: 0 !important;
    border-right: 1px solid #eee
}
