@charset "utf-8";
/* front-container */

.news-block {
	float: left;
	width: 100%;
	height: auto;
	display: inline-block;	
	margin-top: 1rem;		
}

.news-date {
	font-family: "Raleway Medium";
	font-size: 1.1rem;
	color: #61d101;
	text-align: left;
	padding: 1% 1% 0.5% 1%;	
}

.news-date-2 {
	float: left;
	width: 98%;
	height: auto;    
	color: #064e5a;	
	text-align: left;
	font-family: "Raleway Medium";
	font-size: 1.2rem;	
	padding: 1% 1% 2% 1%;
	margin: 1.2rem 0 0 0;
	border-top: #758ba2 1px solid;	
}

.aut-txt {
	float: right;
	width: 98%;
	height: auto;    
	color: #61d101;
	font-family: "Raleway Regular";
	font-size: 1rem;	
	text-align: right;
	padding: 2% 1% 0 1%;	
}

.news-title {
	font-family: "Coolvetica Rg";
	letter-spacing: .05rem;
	font-size: 1.7rem;	
	color: #064e5a;	
	text-align: left;
	padding-left: 1%;	
}

.news-txt {
	font-family: "SourceSansPro-Light";
    color: #758ba2;
	font-size: 1.22rem;
	text-align: justify;
	padding: 0 1% 0 1%;	
}

.news-media {
	float: left;
	width: 100%;
	height: auto;
	display: inline-block;
	text-align: center;
	margin: 1rem 0 1rem 0;	
}

.news-img-holder {
	float: left;	
	width: 17.5%;
	height: auto;		
	display: inline-block;	
	background-size: cover;
	margin: 1%;	
	
	-webkit-box-shadow: 0 1rem 1rem -1rem rgba(0,0,0,0.8);
    -moz-box-shadow: 0 1rem 1rem -1rem rgba(0,0,0,0.8);
     box-shadow: 0 1rem 1rem -1rem rgba(0,0,0,0.8);		
}

.news-img-holder:after {
    content: "";
    display: block;
    padding-bottom: 100%;		
}

.news-img-holder:hover {
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */	
	
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-trasition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;	format */
}