.news_detail {
	border-top: 1px solid #D6D6D6;
    box-shadow: 0px -5px 0px #E5E5E5;
    border-bottom: 1px solid #D6D6D6;
    margin-top: 5px;
    padding: 15px 20px;
    background: #FFFFFF;
    margin-bottom: 20px;
}
.cat_title {
    font-size: 16px;
    font-weight: normal !important;
    text-transform: uppercase;
}
.cat_title span {
    color: #ffffff;
    font-family: "MyriadPro-Semibold";
    background: #626262;
    padding: 18px 30px 5px 30px;
    float: left;
}
.news_detail .title {
    font-size: 14px;
    font-weight: bold;
    color: #00923f;
    margin-bottom: 10px;
}
.news_detail .hit_share {
    float: right;
    width: 40%;
}
.news_detail .news_time {
    color: #6f6f6f;
    margin-bottom: 10px;
}
.news_detail .summary {
    color: #2c2c2c;
    font-weight: bold;
    margin: 0 0 20px;
}
.news_detail .share_bottom {
    float: right;
}
.news_detail .relate_title {
    color: #00923f;
    font-size: 13px;
    font-weight: bold;
    float: left;
    text-transform: uppercase;
}
.relate_content > a {
    text-transform: none;
}
.news_detail .related .relate_content {
   background: url("../images/line-relate.png") no-repeat scroll left 7px;
    padding-left: 15px;
    line-height: 23px;
}
.news_detail .related .relate_content a{
    color: #000000 !important;
}
.related_mail {
    border-bottom: 1px solid #CCCCCC;
    height: 20px;
    margin-bottom: 15px;
    padding: 10px 0 10px;
}
.related {
   margin-bottom: 15px;
}

.comments {
}
.news_detail h4.conmment_face {
    display: block;
    padding: 10px 0px 10px 30px;
    font-size: 13px;
    color: #00923f;
    background: url('../images/icon-face.png')no-repeat 0px 7px;
}
.fb-comments.fb_iframe_widget {
    padding-top: 10px;
    width: 100%;
}
.fb_iframe_widget span {
    display: inline-block;
    position: relative;
    text-align: justify;
    width: 100% !important;
}
div#feedback_1N0jXEewslnbbcF2e {
    width: 100% !important;
}
.fb_iframe_widget iframe {
    position: absolute;
    width: 100% !important;
}
form#u_0_2 {
    width: 100%;
    box-sizing: border-box;
}
#feedback_1SoLdgM7bdTiKTwcW {
    width: 100% !important;
}
.mainCommentForm {
    width: 100% !important;
    box-sizing: border-box;
}
.add-task {
    color: #006ACD;
    font-size: 16px;
    text-transform: uppercase;
}
.comment-item.comment-item-42.comment_level_0.comment_sub_0 {
    background:#F7F7F7;
    border: 1px solid #EEEEEE;
    margin-bottom: 10px;
    padding: 10px 15px;
}
.name_email > input {
    width: 240px;
}
.text_area_ct > textarea {
    margin-bottom: 10px;
    width: 505px;
}
.comments  .comment_form_title {
    font-size: 17px;
    margin-bottom: 0;
    padding-bottom: 8px;
    text-transform: uppercase;
}
.comments .form_comment p {
    margin-bottom: 10px;
}
.code-view > img{
	vertical-align: middle;
}
.captcha{
	margin: 10px 0;
}
.button_reply{
	color: #006ACD;
	float: right;
}
.comments .name_email #name ,.comments .name_email #email{
	height: 19px;
    width: 45%;
	color: #5B5B5B;
}
.comments #text{
	height: 62px;
    width: 529px;
	color: #5B5B5B;
}
.comments #txtCaptcha{
	height: 19px;
    width: 120px;
	color: #5B5B5B;
}
.reply_button_area a.button_reply_close {
    margin-right: 10px;
}
.comments .button {
    background: #006ACD;
    border-radius: 2px;
    border: 0;
    color: #FFFFFF;
    font-weight: bold;
    margin: 0px;
    padding: 2px 6px;
}
#submitbt {
    margin-right: 15px;
}
.news_tags h2.tag, .news_tags font {
    float: left;
    font-weight: normal;
    text-transform: capitalize;
}
.news_tags h2.tag a {
    color: #333333;
}
.news_detail .description p, .news_detail .description ul li, .news_detail .description div {
    color: #000000;
    margin-bottom: 12px;
}
.news_detail .description img{
    max-width: 100% !important;
    height: auto !important; 
}
.name_email > input, #comment_add_form > textarea, .captcha > input, .text_area_ct > textarea {
	padding: 0 10px
	
}

@media only screen and (max-width:600px){

    .page_title span {
        float: none;
        display: block;
    }
}