.newsList{
	padding: 25px;
}

.newsList > div{
	margin-bottom: 25px;
    min-height: 400px;
}

#feature-header{
	text-align: center;
    margin-bottom: 5px;
    color: #c52228;
    font-size: 20px;
}

.background-gray{
	background-color: #eeeeee;
}

a.btn-goweb2{
	width: 100%;
}

.thumb
{
	width: 100%;
	margin-bottom: 10px;
}

h2.title{
	font-size: 24px;
	text-transform: uppercase;
}

div.news-date{
	font-weight: bold;
}

div.news-header{
	margin-bottom: 50px;
}

h2.name{
    height: 54px;
}

div.descricao {
    height: 68px;
    overflow: hidden;
}

.bigImage {
    width: 100%;
    background: #cccccc;
}

@media screen and (min-width: 1366px) {
    .slider {
        min-width: 700px;
        min-height: 394px;
        background: #cccccc;
    }
}


