﻿/******************News**********************/
@font-face {
    font-family: "yekan";
    font-style: normal;
    font-weight: normal;
    src: url('../../fonts/yekan-regular.eot') format("embedded-opentype"), url('../../fonts/yekan-regular.woff') format("woff"), url('../../fonts/yekan-regular.ttf') format("truetype");
}

.news {
    margin-top: -20px;
    direction: ltr;
    text-align: left;
}

.news > .panel-default-news {
    border: 2px solid;
    border-color: #c6dee9 !important;
    direction: ltr;
    text-align: left;
    border-radius: 5px 5px !important;
    margin-top:35px;
}
.news > .panel-default-news-index {
    border: 2px solid;
    border-color: #c6dee9 !important;
    direction: ltr;
    text-align: left;
    border-radius: 5px 5px !important;
}
.panel-heading-news {
    color: #333;
    background-color: #cc8449;
    border-color: #ddd;
    min-height: 50px;
    padding-top: 10px;
    padding-bottom: 5px;
}
    .panel-heading-news h2 {
        color: #fff;
        font-size: 20px;
    }
.panel-heading-news center {
    font-family: 'AlegreyaSans-Regular','Times New Roman',Calibri;
    font-size: 17px;
}

.news-item {
    margin: 4px 25px;
    padding: 0px;
    border-bottom: 1px dotted rgb(85, 85, 85);
    font-family: yekan,'Times New Roman',Calibri;
    font-size: 15px;
    line-height: 25px;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

.news-item img {
    height: 50px;
    max-height: 50px;
    width: 35px;
    min-width: 35px;
}

.news a {
    color: #184641;
}

.news-content p {
    line-height: 28px;
    font-size: 16px;
    font-family: yekan;
    direction: rtl;
    text-align: justify;
}

.news-content a {
    margin-right: 5px;
    margin-bottom: 50px;
    font-size: 16px;
    color: #ca9200;
}

.news-item h5 {
    font-size: 12px;
    color: #808080;
}
.panel-footer-news {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel-footer-news h4 {
    text-align: center;
    color: #ca9200;
}

    .panel-footer-news a {
        color: #00727d;
        font-size: 20px;
    }
.news-content{
    margin-left:15px;
    margin-right:15px;
}
