#gadget-chamadas {
	width: 100%;
	display: block;
	margin-top: 20px;
}

#chamadas-list .chamada {
	width: 436px;
	display: inline-block;
	margin-right: 77px;
	vertical-align: top;
}

#chamadas-list .vermelho .chamada-texto {
	background: #ed2637;
	color: white;
}

#chamadas-list .azul .chamada-texto {
	background: #18566e;
	color: white;
}

#chamadas-list .chamada:nth-child(2n) {
	margin-right: 0;
}

#chamadas-list .chamada:nth-child(2n) .chamada-img {
	float: right !important;
}

#chamadas-list .chamada:nth-child(3n+1) {
	clear: both;
}

#chamadas-list .chamada .chamada-img {
	width: 229px;
	height: 136px;
	overflow: hidden;
	float: left;
}

#chamadas-list .chamada .chamada-img center {
	width: 229px;
	height: 136px;
	display: table-cell;
	vertical-align: middle;
}

#chamadas-list .chamada-texto {
	float: right;
	width: 167px;
	padding: 20px;
	font-size: 17px;
	line-height: 18px;
	height: 96px;
}

#chamadas-list .chamada-texto p {
	margin: 0;
}

#chamadas-list .summary {
	display: none;
}

#chamadas-list .chamada h4 {
	font-size: 18px;
	background-repeat: no-repeat;
	line-height: 34px;
	margin-bottom: 5px;
	color: #ed2637;
}

#chamadas-list .chamada-link {
	float: right;
	color: #18566e;
	text-decoration: none;
	opacity: 1;
	margin-top: 10px;
	font-size: 18px;
	
	-webkit-transition:	all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#chamadas-list .chamada-link:hover {
	opacity: 0.9;
}