/* NEWS PAGE */
/* The firsts two news */
/* .news-headline-image {
	width: 100%;
	overflow: hidden;
}

.news-headline{
	position: absolute;
	bottom: 0;
	background-color: rgba(0, 0, 0, .6);
  	padding-left: 20px;
	padding-right: 20px;
	left: 16px;
	right: 16px;
	display: none;
}

.news-headline h2, .news-headline p, .news-headline a {
	color: white;
} */

.news-date {
	color: #555555;
	font-size: 10px !important;
	float: right;
	font-weight: normal;
	padding-top: 5px;
}

.news-headline p {
	font-weight: bold;
}

.news-headeline-spacer {
	clear: both;
	height: 32px;
	width: 100%;
}

.news-image {
	max-width: 100%;
	max-height: 250px;
	overflow: hidden;
	margin: auto;
	display: block;
	/* clip: rect(0px,0px,0px,300px); */
}

.news-block a, .news-block a:visited {
	color: inherit !important;
	text-decoration: none !important;
}

.news-block h2 {
	font-weight: 700;
	color: #000000;
	margin-bottom: 4px;
}

.news-block {
	margin: 0 10px 10px 0;
	padding: 0;
	box-shadow: 2px 2px 10px -4px rgba(0,0,0,0.45);
	transition: all 0.2s ease-in-out;
}

.news-block:hover {
	transform: scale(1.01);
}

.news-title-block {
	padding: 8px;
}

/* The rest the news */
.gallery {
	padding-top: 40px;
}

/* EDIT NEWS PAGE */
.news-list {
	list-style-type:none; 
	padding:0px;
}

.news-list-item {
	float:left; 
	padding-top:10px; 
	width:100%;
}

.news-list-item p {
	margin-bottom:10px;
}

.news_intro{
	font-weight:bold;
}

.image-container{
	float	:left;
	margin	:0px 20px 10px 0px;
	max-width:800px;
}

.img{
	width	:"100%"; 
	height	:"auto";
}

.info-container{
	clear:both;
	max-width:800px;
	line-height: 150%;
}