.noBorder { border: none; height: 1px; margin: 0; }
#newsList {
	margin: 30px 10% 0;
	width: 80%;
}
#newsList .newslist {
	margin-bottom: 30px;
}
#newsList .newsItem {
	border-top: 1px solid rgba(23, 136, 68, 0.5);
	clear: both;
	margin-top: 30px;
	padding-top: 10px;
	width: 100%;
}
#newsList .newsItem h2 {
	font-size: 220%;
	font-weight: bold;
	float: left;
	height: 60px;
	line-height: 60px;
}
#newsList .newsItem ul.share {
	float: right;
}
#newsList .newsItem ul.share li.date {
	float: left;
	height: 60px;
	line-height: 60px;
}
#newsList .newsItem ul.share li.shareBtn {
	background: #178844;
	border: 1px solid #178844;
	border-radius: 25px;
	float: left;
	height: 25px;
	margin: 15px 5px;
	width: 25px;
}
#newsList .newsItem ul.share li.shareBtn svg {
	height: 80%;
	margin: 10%;
	width: 80%;
}
#newsList .newsItem ul.share li.shareBtn svg path {
	fill: #FFF;
}



#newsList .newsItem .newsImage {
	background-image: url('images/news/news.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	clear: both;
	height: 400px;
	width: 100%;
}
#newsList .newsItem a {
	height: 100%;
	width: 100%;
}
#newsList .newsItem .newsImage div.title {
	background-color: rgba(23, 136, 68, 0.5);
	color: #FFF;
}
#newsList .newsItem .newsImage div h3,
#newsList .newsItem .newsImage div span {
	padding: 10px 0;
}
#newsList .newsItem .newsImage div h3 {
	float: left;
	padding-left: 10px;
}
#newsList .newsItem .newsImage div span {
	border-left: 1px solid #FFF;
	color: #FFF;
	float: right;
	font-weight: bold;
	padding: 10px;
	text-decoration: none;
}
#newsList .newslist p {
	font-size: 110%;
	margin: 40px 10px;
}
#newsList .newslist #sliderPaginator {
	display: none;
}
#newsList .newsItem .videoPlayer {
	height: 100%;
	width: 100%;
}

body.mobile #newsList { margin: 30px 0% 0; width: 100%; }
body.mobile #newsList .newsItem h2 { font-size: 100%; padding-left: 10px; }
body.mobile #newsList .newsItem ul li.date { font-size: 80%; padding-right: 10px; }
body.mobile #newsList .newsItem .newsImage { height: 200px; }

@media only screen and (orientation : portrait) {
	#newsList .newsItem .videoPlayer {
		height: 50%;
	}
	body.mobile #newsList .newsItem h2 { font-size: 100%; }
	body.mobile #newsList .newsItem span {
		border: none;
		display: block;
		padding: 10px 10px;
  	}
	body.mobile #newsList .newsItem .newsImage { background-size: auto 100%; }
	#newsList .newsItem .newsImage div a {
		border: none;
		padding: 10px 0;
		text-align: center;
		text-decoration: none;
		width: 100%;
	}
}
