/* Instituicoes/Professores Projetos de Sucesso Styles */

.article1ColStyle{
	width:984px;
	min-width:320px;
	height:auto;
	margin:auto;
	border:0;
	border-collapse:collapse;
	text-align:left;
	background-color:transparent;
	font-family: 'Source Sans Pro', sans-serif;
	overflow:hidden;
	padding:0 15px 0 15px;
}

.article1ColStyle .mainArticleTitle{
	padding:40px 0 40px 0;
	text-align: center;
}

.article1ColStyle .mainArticleTitle h1{
	margin:0 0 15px 0;
	font-size:50px;
	line-height:55px;
	font-weight: 300;
}

.article1ColStyle .mainArticleTitle p{
	margin:0 0 10px 0;
	font-size:18px;
	line-height:25px;
}

/*Images Fade In Objects*/
figure{
	opacity:0;
}
/*Images Fade In Objects*/

/* End Instituicoes/Professores Projetos de Sucesso Styles */

/* Media Queries */

@media (max-width:999px){
.article1ColStyle{
	width:100%;
}

}

@media (max-width: 800px){

}

@media (max-width:480px){
.article1ColStyle .mainArticleTitle h1{
	font-size:29px;
	line-height:45px;
}
}

/* End Media Queries */