/* news page css begin: */
.news-post {
	background-color: #fff;
	-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.17);
	-moz-box-shadow: 0 0 0 1px rgba(0,0,0,0.17);
	box-shadow: 0 0 0 1px rgba(0,0,0,0.17);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 30px;
}
.news-post h3 {
	font-weight: 700;
	min-height: 40px;
	line-height: 30px;
	
	/*background: transparent url(../img/news-post-title.png) repeat-x;*/
	background: #f9f9f9; /* Old browsers */
	background: -moz-linear-gradient(top,  #f9f9f9 0%, #dedede 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#dedede)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f9f9f9 0%,#dedede 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f9f9f9 0%,#dedede 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f9f9f9 0%,#dedede 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f9f9f9 0%,#dedede 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#dedede',GradientType=0 ); /* IE6-9 */

	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	font-size: 24px;
	padding: 10px 18px 10px 18px;
	font-weight: 600;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color: #2a6c93;
	text-shadow: 0 1px 0 #fff;
	width: 584px;
	overflow: hidden;
	position: relative;
}
.news-post h3 a{
	display: block;
}

.news-post h3 span {
	width: 72px;
	height: 60px;
	position: absolute;
	top: 0;
	right: -2px;
	background: transparent url(../img/fade.png) no-repeat;
	z-index: 700;
	display: block;
}
.news-mainpost h3 span {
	background: transparent url(../img/fade2.png) no-repeat;
}
.news-post-img {
	float: left;
	margin: 15px;
	width: 150px;
	height: 100px;
	position: relative;
	display: block;
}
.news-post-img img {
	display: block;
	position: relative;
}
.news-post-img span {
	box-shadow: inset 0px 0px 15px rgba(0,0,0,.5);
	-webkit-box-shadow: inset 0px 0px 15px rgba(0,0,0,.5);
	-moz-box-shadow: inset 0px 0px 15px rgba(0,0,0,.5);
	width: 150px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 550;
}
.news-post p {
	color: #555;
	font-size: 15px;
	padding: 15px 15px 15px 15px;
	line-height: 22px;
}
.news-post-footer {
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	height: 45px;
	line-height: 45px;
}
span.npf-date {
	color: #666666;
	font-weight: 600;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	text-shadow: 0 0 1px #fff;
	text-transform: uppercase;
	padding-left: 16px;
}
.npf-social {
	height: 45px;
	float: left;
	width: 473px;
	border-right: 1px solid #f9f9f9;
	position: relative;
	background: transparent url(../img/npf-social.png) repeat-x;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
}
.npf-read {
	height: 45px;
	float: left;
	width: 145px;
	border-left: 1px solid #ccc;
	background: transparent url(../img/npf-read.png) repeat-x;
	line-height: 45px;
	font-size: 12px;
	color: #07587e;
	text-align: center;	
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
}
.npf-read a {
	color: #07587e;
	font-weight: 600;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
.npf-read a:hover {
	color: #ac1209;
}
.npf-lt {
	height: 45px;
	position: absolute;
	top: 0;
	right: 17px;
	line-height: 45px;
}
a.npf-l {
	margin-right: 10px;
}
.news-mainpost p {
	padding: 15px 15px 15px 15px;
}
.news-mainpost-img-puter {
	text-align: center;
		margin: 0 auto 0 auto;
}
.news-mainpost-img {
	display: block;
	width: auto;
	position: relative;
}
.news-mainpost-img a {
	display: block;
}
.news-mainpost-img img {
	display: block;
	margin: 0 auto;
}
.news-mainpost-img span {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.news-mainpost h3 {
	line-height: 30px;
	height: auto;
	color: #fff;
	padding: 10px 15px;
	font-size: 25px;
	font-weight: 700;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.90);
	background: transparent url(../img/news-title-big.png);
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	width: 590px;
}
.news-mainpost h3 a {
	color: #fff;
}
div.news-mainpost {
	background: none;
}
div.news-mainpost-content {
	background-color: #fff;
	padding-top: 15px;
}
.news-mainpost .npf-lt {
	position: absolute;
	top: 0;
	left: 17px;
	line-height: 45px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
}
.mini-social {
	margin-bottom: 20px;
}
.mini-social h5 {
	text-align: center;
	font-weight: 600;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color: #555;
	font-size: 9px;
	display: block;
	padding-top: 11px;
}
.social-inside {
	width: 275px;
	margin: 10px 0 10px 19px;
}

.post-date{
	padding-left: 20px;
	color: #848484;
	font-size: 14px;
	background: url(../img/date-icon.png) 0 0 no-repeat;
}
/* news page css end. */