/*******
* GRID 
*/

#news-grid {
	
}

#news-grid .news-box {
	margin-bottom: 20px;
}

#news-grid .image {
	display: block;
	margin-bottom: 15px;
}

#news-grid .image img:hover {
	opacity: 0.8;
}

#news-grid .title a {
	font-weight: bold;
}

#news-grid .date {
	opacity: 0.6;
	margin-top: 5px;
}


/*******
* LIST 
*/

#news-list .news-box {
	margin-bottom: 20px;
}

body#page-FIRSTPAGE #news-list .news-box {
    min-height: 245px;
}

.module-content #news-list .news-box {
	position: relative;
	margin-bottom: 30px;
	padding-top: 45px;
	background: url(/images/divider.png) top center no-repeat;
	background-size: 100% auto;
}

	.module-content #news-list .news-box.nr-1 {
		background: none;
		padding-top: 0px;
	}
	
#news-list .news-box .image {
	text-align: center;
	display: block;
	margin-bottom: 15px;
}

#news-list .news-box .image img {
	padding: 10px;
	box-shadow: #ccc 3px 5px 10px;
	border-radius: 3px;
}

#news-list .news-box .image img:hover {
	opacity: 0.9;
}

#news-list .news-box .wrap {
	margin: 0px;
}

#news-list .news-box .date {
	opacity: 0.5;
	font-weight: normal;
}

#news-list .news-box h3 {
	margin-top: 0px;
	margin-bottom: 15px;	
}

#news-list .news-box .excerpt {
	margin: 10px 0px;
}


/* compact list */

#news-list.compact .news-box > .row {
	margin: 0px -5px;
}

#news-list.compact .news-box > .row > div {
	padding: 0px 5px;
}

#news-list.compact .news-box {
	margin-bottom: 15px;
}

#news-list.compact .news-box .image img {
	padding: 0px;
	box-shadow: none;
	border-radius: 0px;
}

#news-list.compact .news-box h3 {
	font-size: inherit;
	font-family: inherit;
	margin-bottom: 10px;
}

#news-list.compact .excerpt {
	margin: 0px;
	font-size: 90%;
}


/* RESPONSIVE */

/* xxs, xs, sm */
@media (max-width: 767px) {
	#news-grid .news-box {
		text-align: center;
	}
	#news-list,
	#news-details .image {
		text-align: center;
	}
	
	#news-list.compact .excerpt {
		font-size: 100% !important;
	}
	
	#news-list.compact .news-box h3 {
		font-size: 1.4em;
	}
	
	#news-list .news-box {
		position: relative;
		margin-bottom: 30px;
		padding-top: 45px;
		background: url(/images/divider.jpg) top center no-repeat;
		background-size: 100% auto;
	}
	
		#news-list .news-box.nr-1 {
			background: none;
			padding-top: 0px;
		}
}


/*******
* ARCHIVE 
*/
#news-archive {
	width: 100%;
}
#news-archive .date {
	width: 80px;
	opacity: 0.5;
	font-weight: normal;
}
#news-archive td {
	vertical-align: top;
	padding: 5px 0px;
}





/** LARGE BOX **/
#news-details .date {
	display: block;
	opacity: 0.5;
	font-weight: bold;
	margin-bottom: 5px;
}

#news-details .image {
	margin-bottom: 5px;
	max-width: 50%;
	float: right;
	padding-left: 20px;
}

.screen-xs #news-details .image,
.screen-xxs #news-details .image {
	float: none;
	max-width: 100%;
	padding: 0px;
	text-align: center;
	margin-bottom: 10px;
}

#news-details .image img {
	cursor: pointer;
	
}

#news-details .image .signature {
	display: block;
	color: #999;
	padding: 5px;
	font-size: 0.9em;
	background: #f5f5f5;
}

#news-details .news-content {

}




