/* news latest */
.news-latest h3 { font-size: 28px; margin-bottom: 30px; }
.news-latest strong,
.news-latest p { line-height: 26px; }
.news-latest .article {
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.news-latest .article:after {
	content: '......................................................................';
	display: block;
	float: left;
	width: 100%;
	font-family: sans-serif;
	letter-spacing: 5px;
	font-size: 22px;
	color: rgba(0, 0, 0, .5);
	overflow: hidden;
	margin-top: 10px;
}
.news-latest .article:last-child:after { content: none; }
.news-latest .image {
	float: left;
	width: 95px;
	height: 95px;
	overflow: hidden;
	box-shadow: 0px 0px 21px rgba(0, 0, 0, .18);
	background-color: rgba(156, 140, 194, 0.5);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.news-latest .image img { width: 100%; height: auto; }
.news-latest .text {
	float: right;
	padding-left: 20px;
	width: calc(100% - 95px);
	width: -webkit-calc(100% - 95px);
	width: -moz-calc(100% - 95px);
	width: -ms-calc(100% - 95px);
	width: -o-calc(100% - 95px);
	display: table;
	height: 95px;
	vertical-align: middle;
}
.news-latest .text .text-wrap { display: table-cell; vertical-align: middle; }
.news-latest .text h4 {
	font-weight: 600;
	color: #9c8cc2;
	margin: 0;
	font-size: 15px;
	line-height: 24px;
}
.news-latest .text h4:after {
	content: '\f178';
	font-size: 15px;
	color: #000000;
	display: inline-block;
	margin-left: 10px;
	font-weight: 400;
	transition: margin 0.2s;
	-webkit-transition: margin 0.2s;
	-moz-transition: margin 0.2s;
}
.news-latest .article:hover .text h4:after { margin-left: 15px; }
.news-latest .text p { padding-bottom: 0px; }
.news-latest .text p:after {
	content: '\f178';
	font-size: 15px;
	color: #000000;
	display: inline-block;
	margin-left: 10px;
	font-weight: 400;
	transition: margin 0.2s;
	-webkit-transition: margin 0.2s;
	-moz-transition: margin 0.2s;
}
.news-latest .article:hover .text p:after { margin-left: 15px; }

/* news latest [home] */
.news-latest.home { margin-top: 0; }
.news-latest.home .image { width: 126px; height: 126px; }
.news-latest.home .text {
	width: calc(100% - 126px);
	width: -webkit-calc(100% - 126px);
	width: -moz-calc(100% - 126px);
	width: -ms-calc(100% - 126px);
	width: -o-calc(100% - 126px);
	height: 126px;
}
.news-latest.home .text h4:after { content: none; }
/*.news-latest.home .teaser p {
	display: block;
	display: -webkit-box;
	height: 50px;
	margin: 0 auto;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}*/

/* news list */
.news-list h3 { font-size: 28px; margin-bottom: 30px; }
.news-list strong,
.news-list p { line-height: 26px; }
.news-list .article {
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.news-list .article:after {
	content: '......................................................................';
	display: block;
	float: left;
	width: 100%;
	font-family: sans-serif;
	letter-spacing: 5px;
	font-size: 22px;
	color: rgba(0, 0, 0, .5);
	overflow: hidden;
	margin-top: 10px;
}
.news-list .article:last-child:after { content: none; }
.news-list .image {
	float: left;
	width: 95px;
	height: 95px;
	overflow: hidden;
	box-shadow: 0px 0px 21px rgba(0, 0, 0, .18);
	background-color: rgba(156, 140, 194, 0.5);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.news-list .image img { width: 100%; height: auto; }
.news-list .text {
	float: right;
	padding-left: 20px;
	width: calc(100% - 95px);
	width: -webkit-calc(100% - 95px);
	width: -moz-calc(100% - 95px);
	width: -ms-calc(100% - 95px);
	width: -o-calc(100% - 95px);
	display: table;
	height: 95px;
	vertical-align: middle;
}
.news-list .text .text-wrap { display: table-cell; vertical-align: middle; }
.news-list .text h4 {
	font-weight: 600;
	color: #9c8cc2;
	margin: 0;
	font-size: 15px;
	line-height: 24px;
}
.news-list .text p { padding-bottom: 0px; }
.news-list .text p:after {
	content: '\f178';
	font-size: 15px;
	color: #000000;
	display: inline-block;
	margin-left: 10px;
	font-weight: 400;
	transition: margin 0.2s;
	-webkit-transition: margin 0.2s;
	-moz-transition: margin 0.2s;
}
.news-list .article:hover .text p:after { margin-left: 20px; }
.news-list .page-navigation { text-align: center; margin-top: 30px; }
.news-list .page-navigation p,
.news-list .page-navigation li:before,
.news-list .page-navigation .next,
.news-list .page-navigation .previous { display: none; }
.news-list .page-navigation li { display: inline-block; padding: 0; margin: 0 4px; }
.news-list .page-navigation li > a {
	color: #000000;
	width: 35px;
	height: 35px;
	display: inline-block;
	background-color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	transition: background-color .2s, color .2s;
	-webkit-transition: background-color .2s, color .2s;
	-moz-transition: background-color .2s, color .2s;
}
.news-list .page-navigation li:hover > a { background-color: #9c8cc2; color: #FFFFFF; }
.news-list .page-navigation li.current {
	width: 35px;
	height: 35px;
	background-color: #9c8cc2;
	color: #FFFFFF;
	padding: 0;
	padding-top: 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

/* news single */
.update-single .images { overflow: hidden; display: block; margin-bottom: 30px; }
.update-single .image {  width: 50%; float: left; padding: 0px 1px 1px 0px; }
.update-single .image:nth-child(2n+2) { padding-right: 0px; }
.update-single .image img { width: 100%; height: auto; }

/* news more */
.news-more {
	background-color: #9c8cc2;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 14px;
	display: inline-block;
	border-radius: 200px;
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	padding: 14px 26px 13px 26px;
	margin-top: 20px;
	margin-bottom: 40px;
	transition: background-color .2s;
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
}
.news-more:after { content: '\f187'; font-size: 15px; margin-left: 4px; }
.news-more:hover { text-decoration: none; background-color: #adb05a; }

	/* media specific styles */
	@media( min-width: 500px ){
		/* news single */
		.update-single .image { width: 25%; }
		.update-single .image:nth-child(2n+2) { padding-right: 1px; }
		.update-single .image:nth-child(4n+4) { padding-right: 0px; }
	}
	@media( min-width: 1024px ){
		/* news latest */
		.news-latest { margin-top: 60px; }

		/* news single */
		.update-single .image { width: 16.6666%; }
		.update-single .image:nth-child(4n+4) { padding-right: 1px; }
		.update-single .image:nth-child(6n+6) { padding-right: 0px; }
	}	
	@media( min-width: 1170px ){
		/* news single */
		.update-single .image { width: 25%; }
		.update-single .image:nth-child(6n+6) { padding-right: 1px; }
		.update-single .image:nth-child(4n+4) { padding-right: 0px; }
	}