.nw_wdt_article {
	background-color: #FCF5E1;
	padding: 1em 2%;
	width: 94%;
	margin: 0.5em 0;
	float: left;
}

.nw_wdt_pra_f_img {
    width: 100%;
    text-align: center;
}

.nw_wdt_pra_f_img img {
    max-width:100%;
    height:auto;
    margin: auto;
}

.nw_wdt_f_pra {
	float: left;
}

.nw_wdt_f_pra h1 {
	font-size:2.4em;
	font-weight:400;
	padding:0 2em 0 0
}
.nw_wdt_f_pra h1 a {
    color:#111;
    text-decoration:none;
}

.nw_wdt_f_pra p {
	font-size:1.8em;
	margin:0.2em 1em 0.5em 0;
	color:#535353;
	font-weight:400;
}

.nw_wdt_pra {
	float:left;
	clear:both;
    width:57%;
    margin:0 3% 0 0;
}

.nw_wdt_pra_img {
    width:40%;
    float:left;
}

.nw_wdt_pra h1 {
	font-size:1.8em;
	margin:0 0 0.5em 0;
	color:#000;
	font-weight:400;
	padding: 0 1em 0 0;
}

.nw_wdt_pra h1 a {
    color:#000;
    text-decoration:none;
}

.nw_wdt_date span {
	color: #535353;
	font-size:1.3em;
	font-weight:400;
}

.nw_wdt_pra p {
	font-size:1.6em;
	margin:0.2em 1em 0.5em 0;
	color:#535353;
	font-weight:400;
}

.nw_wdt_pra_img img{ 
	width:100%;
}

div.nw_wdt_kw {
	float: left;
	width: 35%;
	margin: 1em 0;
}

.nw_wdt_kw_title {
	margin:0 0 0.2em 0
}

.nw_wdt_kw_title span {
	font-size: 1.4em;
	font-weight: 500;
}

div.nw_wdt_kw_keywords {
	color: #5E5E5E;
}

a.nw_wdt_upBtn {
	display: block;
	width: 16px;
	height: 16px;
	float: right;
	background: url(../../Img/up_Arrow.png) no-repeat 0 0;
	margin: 2em 0 0 1em;
}

.nw_wdt_social_links {
	padding:1.5em 0 0 0; 
	float:left;
	width:60%;
}

.nw_wdt_social_links a.pr_ico_fb, .nw_wdt_social_links a.pr_ico_tw{
	display:block;
	width:20px;
	height:20px;
	margin-right:3px;
	float:left;
}

.nw_wdt_social_links a.pr_ico_fb {
	background: url(../../Img/pr_fb_ico.png)no-repeat 0 0;
}

.nw_wdt_social_links a.pr_ico_tw {
	background: url(../../Img/pr_tw_ico.png) no-repeat 0 0;
}

.nw_wdt_more_btn {
	font-size:1.5em;
	height:17px;
	width:100%;
	text-align:center;
	display:block;
	float:left;
	padding: 0.5em 0;
	color:#fff;
	letter-spacing:3px;
	background: #456383; /* Old browsers */
	background: no-repeat 70% 50%, -moz-linear-gradient(top, #456383 0%, #324a64 100%); /* FF3.6+ */
	background: no-repeat 70% 50%, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#456383), color-stop(100%,#324a64)); /* Chrome,Safari4+ */
	background: no-repeat 70% 50%, -webkit-linear-gradient(top, #456383 0%,#324a64 100%); /* Chrome10+,Safari5.1+ */
	background: no-repeat 70% 50%, -o-linear-gradient(top, #456383 0%,#324a64 100%); /* Opera 11.10+ */
	background: no-repeat 70% 50%, -ms-linear-gradient(top, #456383 0%,#324a64 100%); /* IE10+ */
	background: no-repeat 70% 50%, linear-gradient(to bottom, #456383 0%,#324a64 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#456383', endColorstr='#324a64',GradientType=0 ); /* IE6-9 */
	margin: 0 0 1em 0;
}