.NewsPage {
    margin: 90px 0 30px 0;
    border-radius: 2px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 1px 2px 1px #D3D2D3;
}

.NewsPage .leadNews.row {
    padding: 35px 15px;
}


.NewsPage .anotherNews span i {
    padding-left: 10px;
}

.NewsPage .titleNews h1 {
    font-size: 15px;
    font-weight: bold;
    margin: 10px 0 35px 0;
    padding: 20px 15px;
    display: block;
    position: relative;
    text-align: right;
    background: #f5f5f5b5;
    color: #525252;
}

.NewsPage i.fa.fa-arrow-left {
        color: rgb(231, 64, 63);
}

.NewsPage .leadNews {
    font-weight: bold;
    margin: 10px 0 35px 0;
    padding: 20px;
    display: block;
    position: relative;
    text-align: center;
    background: #f5f5f5b5;
}


.NewsPage .leadNews p {
    text-align: justify;
    font-size: 14px;
    font-weight: bold;
    line-height: 35px;
    color: #2d2d2d;
}


.NewsPage .infoNews {
    background: #f8f8f8;
    padding: 20px;
    margin: 0px;
}


.NewsPage .breadcrompNews span a {
    margin: 10px;
    color: #0070ff;
}


.NewsPage .content.newsDetail a:hover {
    color: #f48421;
}





.NewsPage .content.newsDetail {
    padding: 48px 20px;
}


.NewsPage .content.newsDetail p {
    line-height: 40px;
    color: #313131;
    text-align: justify;
}




/* 
	tags 
	
*/

.newsTag {
    background: #fff;
    margin: 0 0 30px 0;
    border-radius: 2px;
    padding: 9px 20px 20px 20px;
    box-shadow: 0 1px 2px 1px #D3D2D3;
}

.newsTag .itemTag a {
    cursor: pointer;
    color: #fff;
    background-color: #e84040;
    border-color: #e84040;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem .90rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 5px;
}



.newsTag .itemTag a:hover {
    background-color: #9e1616 ;
    border-color:#9e1616 ;
}



.newsTag .tagheadline {
    margin: 0 0px 25px 0;
	}


.newsTag .tagheadline p {
    font-size: 15px;
    border-bottom: 2px solid #f1f1f1;
    padding: 15px 0px;
}



/*
	related news
*/

.relatedNews {
    background: #fff;
    margin: 0 0 30px 0;
    border-radius: 2px;
    padding: 15px;
    box-shadow: 0 1px 2px 1px #D3D2D3;
}

.relatedNews .panelItemHeader {
    margin: 0 0px 25px 0;
}



.sliderBot .tp-banner-container {
    position: relative;
    max-height: none;
    overflow: visible;
height: 450px;
}

.sliderBot div{
	font-family: iransans;
}


.tp-banner .revslider-initialised .tp-simpleresponsive{
	max-height: none;
    overflow: visible;
    height: 469px;
}

	
#Top_Row .headline {
    background: #eaeaea;
    padding: 15px;
    margin: 30px 0 20px 0;
}

#Top_Row .headline a p {
    text-align: center;
    font-size: 18px;
    color: black;
    font-weight: 700;
}


.commentNews {
    background: #fff;
    margin: 0 0 30px 0;
    border-radius: 2px;
    padding: 15px;
    box-shadow: 0 1px 2px 1px #D3D2D3;
}


.NewsPage table {
    width: 100%;
}
.NewsPage table td {
    border: 1px solid #d0d0d0;
    padding: 10px;
}

.NewsPage table td strong {
    font-weight: normal;
    text-align: center;
}

.NewsPage table td em {
    font-weight: normal;
    text-align: center;
}



.content-sm img {
    width: 100%;
    height: auto;
}

.CLS {
    background: #fff;
    margin-top: 30px;
    border-radius: 2px;
    padding: 10px;
    float: right;
    width: 100%;
    overflow: hidden;
    -moz-box-shadow: 0 1px 2px 1px #D3D2D3;
    box-shadow: 0 1px 2px 1px #D3D2D3;
}


input#FileAttachment {
    display: none;
}

.send_comment_row h3 {
    border-bottom: 1px solid #8080804a;
    padding: 10px 0;
    text-align: center;
}

.commentNews a.btn-u:hover {
    background-color: #9e1616 !important;
}



.commentNews div#sky-form3 {
    padding: 25px 0;
}




.commentNews a.btn-u {
    padding: 5px 15px !important;
    display: inline-block !important;
    background-color: #e84040 !important;
    color: #fff !important;
    margin-top: 15px !important;
    cursor: pointer !important;
    border-radius: 10px !important;
}







