﻿@charset "utf-8";
/* CSS Document */

/********* Start Left Box *********/
.media-title {
    color: white;
    font-size: 15px;
    top: 34px;
    background: black;
    padding: 6px 10px;
}

.nav-tabs > li > a {
    color: white;
    margin-left: 5px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 0;
    background-color: #b19333;
    padding: 2px 6px;
}

.box-ads {
    margin: 20px 0;
}

    .box-ads img {
        margin: 0 auto;
        display: block;
    }

.paragraf .latestnews {
    border-top: 1px solid #313224;
    padding: 0 5px;
}

    .paragraf .latestnews:first-child {
        border-top: 0px;
    }

    .paragraf .latestnews h6 {
        font-size: 14px;
        direction: rtl;
        line-height: 20px;
        text-align: justify;
        margin: 5px 0;
    }

/********* End Left Box *********/


/********* Start Main *********/
.main {
    padding: 10px 15px;
    direction: rtl;
    margin-bottom: 40px;
}

    .main .head {
        margin: -5px 0 20px 0;
    }

        .main .head h4 {
            text-align: center;
            color: #fff;
            font-size: 14px;
            margin: 10px 0;
            line-height: 21px;
        }

        .main .head h2 {
            color: #d6b343;
            font-size: 24px;
            text-align: right;
            font-weight: bold;
            line-height: 28px;
            margin: 20px 0;
        }

        .main .head .lead {
            background-color: #313224;
            padding: 10px;
            margin: 14px 0;
        }

            .main .head .lead p {
                color: #fff;
                font-size: 13px;
                line-height: 23px;
                text-align: justify;
                margin: 0;
            }

        .main .head .to-img {
            padding: 5px;
            margin: 13px 0;
        }

            .main .head .to-img img {
                margin: 0 auto;
                display: block;
                border: 1px solid #fff;
                padding: 4px;
                width: 100%;
            }

    .main .newscode {
        background-color: #baaa4b;
        padding: 3px;
        margin: 15px 0;
    }

        .main .newscode p {
            margin: 0;
            border: 1px solid black;
            padding: 5px;
            font-size: 12px;
            color: #000;
        }

.main-text {
    padding: 0 5px;
    margin: 25px 0;
}

    .main-text p,
    .main-text span,
    .main-text div {
        color: #fff;
        font-size: 14px;
        line-height: 26px;
        text-align: justify;
    }

.share {
    margin: 10px 0;
}

    .share a {
        color: #fff;
    }

a:hover {
    text-decoration: none;
}

.share .to-share {
    width: 49%;
    float: left;
    padding: 3px;
    height: 69px;
    margin: 9px 0 15px 0;
}

    .share .to-share .iconshare {
        font-size: 35px;
        float: left;
        margin: 0 4px;
    }

    .share .to-share a {
        height: 32px;
        overflow: hidden;
        display: inline-block;
        border-radius: 0px;
        background: url(../../media/bg-icon.png)no-repeat;
        background-position: center;
    }

        .share .to-share a:nth-child(1) {
            color: #ec7b1b;
        }

        .share .to-share a:nth-child(2) {
            color: #cb2d24;
        }

        .share .to-share a:nth-child(3) {
            color: #0076b4;
        }

        .share .to-share a:nth-child(4) {
            color: #3d5092;
        }

    .share .to-share p {
        float: left;
        font-size: 18px;
        color: #fff;
        line-height: 36px;
        margin: 0;
        margin-left: 11px;
    }

    .share .to-share .print {
        border-left: 1px solid black;
        font-size: 29px;
        padding: 0 10px;
        float: left;
        margin-left: 12px;
        background: none;
    }

        .share .to-share .print span {
        }

.share .newscode {
    width: 50%;
    float: right;
    background: none;
}






/********* End Main *********/

/********* Start Comment *********/
.commentuser {
    padding: 5px;
    direction: rtl;
}

    .commentuser h5 {
        font-size: 15px;
        padding-bottom: 6px;
        border-bottom: 2px solid #333324;
        margin-bottom: 5px;
    }

    .commentuser p {
        padding: 0 5px;
        text-align: justify;
        color: white;
        font-size: 13px;
        line-height: 19px;
    }

.sendcomment {
    direction: rtl;
}

    .sendcomment label {
        color: #d6b343;
        padding: 1px;
        margin: 13px 0 3px 0;
    }

    .sendcomment input {
        width: 100%;
    }

    .sendcomment textarea {
        width: 100%;
        height: 100px;
        resize: vertical;
    }






/********* End Comment *********/
