/* CSS Document */

.news{	
	padding:20px 0px;
	width:100%;
	color:#fff;
	background-color:#ccc;
}
.news h1{
	text-align: center;
}
.news1{
	margin:1% 2%;
	padding:1%;
	width:44%;
	float:left;	
	background-color:#FFF;	
	color:#333333;
	
}
.news1 .imagenews{
	width:30%;
	float:left;
	border:1px solid #999999
}

.news1 .description{
	width:60%;
	margin: 0 1%;
	padding: 0;
	float:left;
}

.news1 .description .date{
	color:#999;
	font-size:0.8em;
}
.news1 .description h3{
	font-size:30px;
	padding: 0;
	margin:5px 0;
}
.news1 .description p{
	margin:5px 0;
}
.news1 .description a:link,a:hover,a:active,a:visited{
	text-decoration:none;
	margin:0;
	padding:0;
	color:#15345A;
}


/*****************************************************************/
/***** SCREEN UNDER 760 ******************************************/
/*****************************************************************/
@media only screen and (max-width: 760px) {
	
	.news1 .description{
	font-size:12px !important;
		
	}
	.news1 .description h3{
		font-size:20px !important;
	}
}
/*****************************************************************/
/***** SCREEN UNDER 580 ******************************************/
/*****************************************************************/
@media only screen and (max-width: 580px) {
	
	.news1{
		float:none!important;
	margin:2% auto!important;
	width:95%!important;
	}
	.news1 .description{
	font-size:14px !important;
		
	}
	.news1 .description h3{
		font-size:30px !important;
	}
}

/*****************************************************************/
/***** SCREEN UNDER 390 ******************************************/
/*****************************************************************/
@media only screen and (max-width: 390px) {
	
	.news1{
		float:none!important;
	margin:2% auto!important;
	width:95%!important;
	}
	.news1 .description{
	font-size:12px !important;
		
	}
	.news1 .description h3{
		font-size:20px !important;
	}
}