﻿@media (max-width: 598px) {

    aside.maghale2aside {
        display: none !important;
    }

    article img {
        width: 100%;
    }

    article.maghale2 {
        margin: 0 !important;
        padding: 0 !important;
        float: none !important;
        width: 100% !important;
    }

    .divArticleContent {
        padding: 20px;
    }

    .artt2innerslider .btntori {
        font-size: 40px !important;
    }

    .next.btntori {
        right: 5px !important;
    }
}

.artt2innerslider {
    margin-top: 2%;
    position: relative;
}

.next.btntori {
    right: 0;
}

.prev.btntori {
    left: 15px;
}

.artt2innerslider .btntori {
    width: 5%;
    position: absolute;
    font-size: 55px;
    top: 44%;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
    cursor: pointer;
    color: #E6E6E6;
}

    .artt2innerslider .btntori:hover {
        color: #999999;
    }

#comments-wrapper {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    margin-top: 25px;
    text-align: right;
    float: right;
    width: 100%;
}

#comments {
    /*border:1px solid #b5b5b5;*/
    position: relative;
    background-color: #eee;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    min-width: 360px;
    /*margin-top: 100px;*/
    width: 50%;
    padding-bottom: 22px;
    margin: 0 auto;
}

    #comments img {
        margin: 0;
    }

#comments-wrapper .commentbox {
    height: 80px;
    width: 90%;
    padding: 1%;
    margin-top: 10px;
    margin-right: 25px;
}

#comments-wrapper .txtBox {
    width: 40%;
    height: 25px;
    padding: 1%;
    margin-top: 10px;
    margin-right: 25px;
}

#comments .message {
    position: relative;
    margin-bottom: 13px;
    height: 110px;
    margin-top: 15px;
    width: 100%;
}

    #comments .message img {
        width: 67px;
        height: 59px;
        border: 1px solid #838383;
        position: absolute;
        right: 10px;
        top: 10px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

    #comments .message .username {
        width: 74px;
        height: 20px;
        position: absolute;
        right: 10px;
        top: 95px;
        text-align: center;
    }

    #comments .message .messagetext {
        height: auto;
        /*border:1px solid #d4d4d4;*/
        position: absolute;
        right: 92px;
        top: 26px;
        left: 120px;
        padding: 10px;
        /*background-color:#fff;*/
        color: #737373;
        line-height: 18px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

    #comments .message .statistics {
        width: 100px;
        height: 80px;
        position: absolute;
        left: 10px;
        top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        color: #000;
        line-height: 14px;
    }

        #comments .message .statistics span.like {
            color: #6fc043;
        }

        #comments .message .statistics span.dislike {
            color: #ff1111;
        }

#comments ul {
    position: absolute;
    bottom: 10px;
    height: 24px;
    width: auto;
    left: 10px;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    opacity: 0;
}

    #comments ul li {
        width: 24px;
        height: 24px;
        float: left;
        margin-right: 10px;
    }

/*#comments ul li.replymsg      {background-image:url(../Images/reply.png);}
#comments ul li.forward    {background-image:url(../Images/forward.png);}
#comments ul li.like    {background-image:url(../Images/like.png);}
#comments ul li.dislike    {background-image:url(../Images/dislike.png);}
#comments ul li.report    {background-image:url(../Images/report.png);}
#comments ul li.facebook    {background-image:url(../Images/facebook.png);}
#comments ul li.twitter    {background-image:url(../Images/twitter.png);}*/

#comments .reply {
    position: relative;
    height: 130px;
    margin-right: 55px;
    margin-left: 22px;
}

    #comments .reply .username {
        height: 111px;
        width: 155px;
        left: -15px;
        top: 10px;
        padding: 8px;
        position: absolute;
        background-color: #fff;
        color: #737373;
        line-height: 18px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 5px 0px 0px 5px;
        border-radius: 5px 0px 0px 5px;
        /*border:1px solid #d4d4d4;*/
        text-align: right;
    }

    #comments .reply .messagetext {
        height: auto;
        left: 160px;
        right: 10px;
        top: 10px;
        position: absolute;
        padding: 10px 10px 26px 60px;
        background-color: #fff;
        border-left: 1px solid #fbfbfb;
        color: #737373;
        line-height: 18px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px 5px 5px 0px;
        border-radius: 0px 5px 5px 0px;
        padding-bottom: 64px;
        min-height: 53px;
    }

    #comments .reply .username img {
        height: 59px;
        width: 67px;
        left: 8px;
        top: 30px;
        position: absolute;
        border: 1px solid #838383;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

    #comments .reply:hover ul {
        opacity: 1;
    }

#comments .message:hover ul {
    opacity: 1;
}

article {
    padding: 3em 1.5em;
    /*padding:1.5em;*/
    text-align: center;
    width: 67%;
    margin-left: auto;
    /*margin-right: auto;*/
    border-right: 1px solid #EBE9E9;
    margin-right: 29%;
    background: #fff;
}

    article h1 {
        color: #737373;
        font-size: 2.5em;
        text-align: right;
        padding-right: 23px;
        background-image: url(../Images/bullet.png);
        background-repeat: no-repeat;
        background-position: right center;
    }

        article h1 span {
            color: #bfa776;
            text-decoration: none !Important;
            font-size: 25px;
        }

    article p strong {
        font-weight: bold;
    }

    article img {
        margin-top: 2em;
        width: 80%;
        height: auto;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        margin-bottom: 2em;
    }

    article.maghale2 {
        float: left;
        width: 65%;
        padding: 2%;
        border-right: solid 1px #aaa;
        /*border-bottom: 1px solid #aaa;*/
        height: auto;
    }

        article.maghale2 p {
            line-height: 30px !Important;
            margin: 0 auto;
            text-align: justify;
        }



aside.maghale2aside {
    float: right !important;
    width: 26% !important;
    position: relative;
    margin-top: 2%;
}

.maghale2aside img {
    width: 100%;
    height: auto;
    /*margin: 6px 2% -2% 5px;*/
    border-left: 1px solid #aaa;
}
/*.setparagheraf p {
    line-height: 10px !important;
    color:red !important;
}*/
.slidepic {
    margin-top: 70px;
    height: 538px;
    overflow: hidden;
    /*border:2px solid #aaa;*/
    text-align: center;
    /*margin-right: 2.39% !important;*/
}

.showpic img {
    margin-right: 15px;
}

.nextitem {
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url(../../Images/maghalat-slider.png);
    width: 70%;
    height: 35px;
    background-position: 50%;
}

.preitem {
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../../Images/maghalat-slide2r.png);
    width: 70%;
    height: 35px;
    background-position: 50%;
}

aside.maghale2aside .toppic .soaltextpage {
    text-align: left !important;
}

#channel-index .index-wrapper {
    position: relative;
}

.toppic {
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    margin-top: 0;
    width: 70%;
    float: left;
}

.khat {
    border-left: 1px solid #aaa;
    background-color: #fff;
    width: 24.72%;
    height: 140px;
    position: absolute;
    right: 0;
}

/*.setparagheraf span strong {
    font: normal 16px b Homa !Important;
    color: #000 !Important;
    text-decoration: none !Important;
    font-family: B Homa !Important;
}*/

/*.divArticleContentspan strong {
    font: normal 15px b Homa !Important;
    color: #000 !Important;
    text-decoration: none !Important;
    font-family: B Homa !Important;
}*/

.divArticleContent span {
    /*font: normal 15px b Homa !Important;*/
    color: #000 !Important;
    text-decoration: none !Important;
    /*font-family: B Homa !Important;*/
}

/*.setparagheraf span {
    color: #000 !Important;
    text-decoration: none !Important;
    font-family: Tahoma !Important;
}*/


/*BGH*/

.articlepage .article {
}

    .articlepage .article.col {
        float: right;
    }

.articlepage .col.r {
    width: 25%;
    padding: 1px;
}

.articlepage .col.c {
    /*box-shadow: 1px 0px 0px 0px #EBE9E9 inset,-1px 0px 0px 0px #EBE9E9 inset;*/
    width: 65%;
}

.articlepage .col.l {
    width: 30%;
    margin-top: 35px;
    /*display: none;*/
}

.articlemenuheader {
    width: 100%;
    line-height: 3;
    text-align: center;
}

.articlemenu .articlemenucontent .articlemenurow > div {
    float: right;
}

.articlemenucontent tbody tr {
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}

.articlemenu .articlemenucontent .articlemenurow .number {
    width: 15%;
}

.articlemenu .articlemenucontent .articlemenurow .images {
    width: 35%;
}

.articlemenu .articlemenucontent .articlemenurow .content {
    width: 50%;
}

.articlemenurow:nth-child(even) {
    background: #ebebeb;
}

.articlemenurow:nth-child(odd) {
    background: #f2f2f2;
}

.articlemenurow:hover {
    background: #DFDBDB;
}

.articlemenurow {
    height: 100px;
    text-align: center;
}

.articlemenu .articlemenucontent .articlemenurow > div {
    height: 100%;
}

.article.col.c .header {
    text-align: right;
}

    .article.col.c .header h1 {
        color: #bfa776;
        font-size: 25px;
        padding: 20px 5% !important;
        padding-bottom: 0 !important;
        font-family: 'B yekan';
    }

.article.col.c h2 {
    font-size: 18px;
    text-align: right;
    padding-right: 5% !important;
    margin-bottom: 15px !important;
}

.article.col.c .relatedpicture {
    text-align: center;
    padding-top: 5% !important;
}

.article.col.c .content {
    padding: 5% !important;
}

@media only screen and (max-width: 700px) {

    .article.col.c .content {
        padding: 5% 0 !important;
    }
}

.article.col.c .content img {
    text-align: center;
    margin: auto 0 !important;
    width: 96% !important;
}

.article.col.r #slider3 {
    padding: 0;
}

.article.col.c .content p {
    font-size: 1.1em;
    line-height: 30px !Important;
    direction: rtl;
    margin-left: auto;
    margin-right: auto;
    width: 86%;
    font-family: Tahoma;
    /*text-align: justify;*/
}

@media (max-width: 1024px) {
    .articlepage .article.col {
        float: none;
    }

        .articlepage .article.col.r {
            display: none;
        }

        .articlepage .article.col.c {
            width: 100%;
        }

        .articlepage .article.col.l {
            width: 100%;
        }
}

.images img {
    width: 100px;
    height: 100px;
}

.articlemenu table,
.articlemenu table thead,
.articlemenu table tbody {
    width: 100%;
}

.articlemenucontent .images img {
    width: 100%;
    height: auto;
}

.articlemenucontent thead {
    background: #444444;
    color: white;
    line-height: 2;
}

.articlemenucontent th {
    text-align: right;
    padding-right: 20px;
    font-size: 20px;
}


.articlemenucontent tbody tr:nth-child(even) {
    background: #ebebeb;
}

.articlemenucontent tbody tr:nth-child(odd) {
    background: #f2f2f2;
}

.articlemenucontent tbody tr:hover {
    background: #DFDBDB;
}

.articlemenucontent tbody td.number {
    width: 15%;
}

.articlemenucontent tbody td.images {
    width: 35%;
}

.articlemenucontent tbody td.content {
    width: 50%;
}

.articlemenu table tbody tr {
    border-bottom: 1px solid #DFDBDB;
}

.articlemenucontent td.images > div {
    width: 100px;
    height: 100px;
    overflow: hidden;
}

.articlemenucontent tbody td.content span,
.articlemenucontent tbody td.number span {
    cursor: default;
}

.named-section #comments-wrapper > div {
    width: 50%;
    margin: 0 7%;
}

.article.col.c .header h1 i {
    font-size: 14px;
    margin-left: 10px;
}

.article.col.c .relatedpicture img {
    height: auto;
}

.rate-container {
    float: left;
    text-align: center;
    margin-left: 10px;
    margin-top: 10px;
}

.RadRating_Default a, .RadRating_Default a span {
    background-image: url('/images/rate.png') !important;
}

.share-container {
    float: left;
}

@media only screen and (max-width: 800px) {

    .named-section #comments-wrapper > div {
        width: 90%;
        margin-right: 8%;
    }

    #left-menu {
        display: block !important;
    }

        #left-menu.fix {
            position: unset !important;
            left: 0 !important;
            width: 95% !important;
            margin-right: 3% !important;
            margin-top: 20px !important;
        }
}


@media only screen and (max-width: 400px) {

    .named-section #comments-wrapper > div {
        margin-right: 0;
    }
}

.share-container {
    padding: 11px 23px;
    border-radius: 3px;
    background: white;
    margin: 0 auto;
    text-align: center;
    float: unset;
}

    .share-container a {
        margin-right: 4px;
    }

    .share-container img {
        width: 23px;
        margin-right: 5px;
    }

    .share-container .share img {
        width: 15px;
        margin-right: 10px;
        height: auto;
    }

    .share-container .share {
        height: 27px;
        display: inline-block;
        line-height: 27px;
        border-radius: 15px;
        text-align: right;
        border: 1px solid black;
        width: 81px;
    }

    .share-container .share-fb,
    .share-container .share-wa,
    .share-container .share-tw,
    .share-container .share-tg {
        width: 107px;
        height: 27px;
        display: inline-block;
        line-height: 27px;
        border-radius: 15px;
        color: white;
        text-align: right;
    }


    .share-container .share-fb {
        background: #225a9c;
    }

    .share-container .share-wa {
        background: #00a100;
    }

    .share-container .share-tw {
        background: #00cdff;
    }

    .share-container .share-tg {
        background: #34ade1;
    }


.articlepage nav {
    padding: 3px 5% 0 5%;
    position: unset;
    -webkit-box-shadow: none;
}

.articlepage .breadcrumb {
    background-color: white;
}

.breadcrumb-item a {
    color: grey;
}

.media-body {
    display: inline-block;
    vertical-align: top;
    background: #ececec;
    width: 335px;
    padding: 10px;
    margin: 10px 0;
    border-radius: 1px;
}

.media, .media .media {
    margin-top: 6px;
    font-family: IRANSans;
}

.media-body {
    margin: 0;
    min-width: 335px;
    width: 100%;
}

.pull-right {
    float: right !important;
}

.comment-avatar {
    border-radius: 50%;
    background: #fff;
    padding: 2px;
    margin: 2px 0 0 6px;
}

.media-object {
    display: block;
}

.reply-opinion {
    color: black;
}

.reply-opinion {
    border: 1px solid #d3d3d3;
    float: left;
    cursor: pointer;
    background-color: #fff;
    padding: 5px 18px;
    border-radius: 4px;
}

.media-list {
    width: 50%;
    margin: 0 7%;
}

@media only screen and (max-width: 700px) {
    .media-list {
        width: 92%;
    }
}

.comment-title {
    font-size: 24px;
    font-family: 'b homa';
    border-bottom: 1px solid lightgray;
    display: block;
    padding-bottom: 7px;
    margin-bottom: 15px !important;
}