
/* -- Aqui altera realmente -- */
.flex-caption2 {
	position:relative;
	display:inline-block;
	bottom:45px;
	z-index:2;
	height:45px;
	background:#666;
    background:rgba(51,51,51,.6);
	width:100%;
	padding-top:10px;
}
.flex-caption2 p {
	font-size:24px ;
	line-height:21px !important;
	color:#fff;
	overflow:hidden;
	max-height:21px !important;
	text-align:left;
	margin:4px;
}
.flex-caption2 p strong {
	font-family:'Trebuchet MS';
	font-size:22px ;
	line-height:21px !important;
	color:#fff;
	overflow:hidden;
	max-height:21px !important;
	text-align:left;
}
.flex-caption2 a {
	color:#050505;
}
.flex-caption2 a:hover {
	color: #555;
}
