﻿.commentlist>li{

}.commentlist .children {
    margin-right: 50px;
}
.comment-reply-container {
    background-color: #f7f7f7;
    padding-bottom: 30px;
    margin-bottom: 20px;
}
    .comment-reply-container h3 {
        padding: 15px;
    }

.comment-reply {
    display: inline-block;
    float: left;
    position: absolute;
    top: 20px;
    left: 20px;
}.comment-meta:before, .comment-meta:after {
    content: '';
    display: table;
    clear: both;
}
.comment-meta .comment-avatar {
    display: inline-block;
    float: right;
}
.avatar {
    display: block;
    padding: 3px;
    margin-left: 20px;
    float: right;
    border: 1px solid #e5e5e5;
}
.comment-date {
    font-size: 12px;
    color: #c6c6c6;
}.comment-date time > span {
    margin-left: 10px;
    display: inline-block;
}
.comment-meta .comment-date {
    color: #c6c6c6;
}
.comments-template .comment-date, .comments-template .comment-edit-link, .comments-template .comment-metadata {
    font-size: 12px;
}
.comment-meta .comment-author {
    display: block;
}
.comments-template .comment-body .fn {
    font-size: 15px;
    display: inline-block;
    margin-bottom: 3px;
}
.commentsCN .comment-body .fn {
    font-size: 15px;
    display: inline-block;
    margin-bottom: 3px;
}
.commentsCN .heading {
    display: block;
    margin-top: 0;
    margin-bottom: 10px;
    position: relative;
    padding: 10px 0;
    font-size: 22px;
    font-weight: normal;
}
.commentsCN ol, .comments-template ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.commentsCN .commentlist {
    line-height: 1.5;
}
.commentsCN .commentlist {
    line-height: 1.5;
}
.commentsCN .comment .comment-body {
    position: relative;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 2px #edeef0;
}
.commentsCN .comment-content {
    margin-right: 88px;
    color: #8e8e8e;
    text-align: justify;
}
.comment-reply-link {
    line-height: 24px;
    border: 1px solid #e5e5e5;
    display: inline-block;
    padding: 0 12px;
    color: #83868a;
    font-size: 11px;
    transition: all .2s ease-in-out
}
.post-commentCaptcah {
    display: inline-block;
    width: 100%;
    margin-top: 13px;
}
    .post-commentCaptcah .captchapartincommentform {
        display: inline-block;
    }
        .post-commentCaptcah .editor-field {
            display: inline-block;
        }
    .post-commentCaptcah .editor-field input {
       /*width:50px;*/
       height:36px;
    }
    
    
    #respond {
    background-color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    /*box-shadow: 0 2px 2px #edeef0;*/
    padding-bottom: 30px;
}
.commentsCN #reply-title {
    display: block;
    font-size: 14px;
    font-weight: normal;
    background: #f5f5f5;
    margin: 0;
    padding: 0 20px;
    line-height: 38px;
}
    .commentsCN #reply-title span {
        display: inline-block;
        padding-left: 11px;
        border-bottom: 2px solid #2196f3;
    }
.comment-form {
    padding: 20px;
}
.comment-notes {
    margin-bottom: 15px;
}
    .comment-notes .required {
        display: inline-block;
        padding: 0 2px;
        color: #f00;
    }
.comment-fields {
    margin-top: 15px;
}
.relatedpost {
    padding-bottom: 21px;
    display: inline-block;
    width: 100%;
    padding-top: 31px;
}.rpostitem {
}
.rpostdate {
    display: block;
    margin-top: 7px;
    font-size: 12px;
    color: #c6c6c6;
}
.rpostitem strong {
    display: block;
    font-weight: normal;
    font-size: 13px;
    margin: 0;
    color: #40454d;
    transition: all .2s ease-in-out 0s;
    margin-top: 10px;
    margin-bottom: 10px;
    direction: rtl;
    text-align: right;
}
    .rpostitem a:hover strong {
        color: #f09217;
    }
.innerbox1 {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    border-color: #f0f1f2;
    box-shadow: 0 2px 2px #edeef0;
    display: inline-block;
    width: 100%;
}
    .innerbox1 .headofinnerbox1 {
        border-bottom: 1px solid transparent;
        padding: 0 20px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        background-color: #f5f5f5;
        border-color: #eaeaea;
        text-align: right;
    }
        .innerbox1 .headofinnerbox1 .headtitle {
            font-size: 14px;
            font-weight: normal;
            display: block;
            margin-top: 0;
            margin-bottom: 0;
    
            color: inherit;
        }
            .innerbox1 .headofinnerbox1 .headtitle span {
                display: inline-block;
                line-height: 40px;
                padding-left: 0px;
                border-bottom: 2px solid #ef3f3e;
            }


.lableofpost .labletitle {
    display: inline-block;
    margin-left: 10px;
    font-weight: bold;
    color: #333;
}
.lableofpost a.lables {
    display: inline-block;
    font-size: 12px;
    background: #f8f8f8;
    line-height: 23px;
    margin: 5px 0 0 5px;
    padding: 0 10px;
    color: #83868a;
    border: 1px solid #e5e5e5;
    transition: all .2s ease-in-out 0s;
}
    .lableofpost a.lables:hover {
        background: #fff;
    }


.postRating {
    top: 0px;
    position: relative;
}.postcontent {
    display: inline-block;
    width: 100%;

    margin-top: 5px;
    padding-top: 14px;
    direction: rtl;
    text-align: right;
    font: 16px/2 "MyYekan",tahoma !important;
    position: relative;
}
    .postcontent p, .postcontent div, .postcontent a, .postcontent span, .postcontent strong {
        direction: rtl;
        text-align: right;
        font-family: "iran_sansregular",tahoma !important;
        line-height: 48px;
    }
    .postcontent strong {
  color:inherit !important;
    }

.showblog {
    padding: 10px;
    border: 1px solid #f0f1f2;
    box-shadow: 0 2px 2px #edeef0;
    border-radius: 4px;
    margin-bottom: 21px;
    background-color: #fff;
    overflow: hidden;
    direction: rtl;
}
    .showblog .posttitle {
      
    }
        .showblog .posttitle h1 {
            font-size: 19px;
            padding-top: 15px;
        }
.commentsCN {
    direction: rtl;
}
.metapost {
    color: #c6c6c6;
    transition: all .2s ease-in-out 0s;
    font-size: 12px;
    clear: both;
    position: relative;
    width: 100%;
    margin-top: 18px;

    padding-top: 12px;
}
    .metapost ul li {
        float: right;
        margin-left: 16px;
    }
.labellistinside {
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
    .labellistinside li {
        float: right;
        margin: 10px;
        background-color: #ececec;
        padding: 6px;
    }
        .labellistinside li a {
            color: #40454d;
        }

.boxside {
    /*padding: 0 20px;*/
    background-color: #fff;
    border: 1px solid #f0f1f2;
    box-shadow: 0 2px 2px #edeef0;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 16px;
}
    .boxside .boxside-heading {
        /*margin: 0 -20px 20px -20px;*/
        padding: 0 20px;
        line-height: 40px;
        font-size: 14px;
        border-bottom: 1px solid #eaeaea;
        background-color: #f8f8f8;
    }
    .boxside .boxside-heading span{
    }
    .boxside  .itemsinboxside {
    }
        .boxside .itemsinboxside .side-items {
            padding: 15px 0px;
            display: inline-block;
            width: 100%;
        }
        .boxside .itemsinboxside .side-items:not(:first-child) {
            border-top: 1px solid #eaeaea;
        }
            .boxside .itemsinboxside .side-items .rcpost-right {
                float: right;
                display: block;
            }

            .boxside .itemsinboxside .side-items .rcpost-left {
                float: right;
                width: 170px;
                width: 155px;
            }
                .boxside .itemsinboxside .side-items .rcpost-left span.titleinrcpost {
                    display: block;
                    font-weight: normal;
                    font-size: 13px;
                    margin: 0;
                    /* margin-right: 3px; */
                    padding-right: 5px;
                    color: #40454d;
                }
                .boxside .itemsinboxside .side-items .rcpost-left span.dateinrcpost {
                    display: block;
                    margin-top: 7px;
                    font-size: 12px;
                    color: #c6c6c6;
                }
            .boxside .itemsinboxside .side-items a:hover .rcpost-left span.titleinrcpost {
                color: #f09217;
            }
            .boxside .itemsinboxside .side-items a{
                padding-right: 10px;
                padding-left: 10px;
                display: inline-block;
                width: 100%;
            }
        
        .pagination {
                display: inline-block;
                padding-left: 0;
                margin: 20px 0;
                border-radius: 4px;
                padding-right: 0px;
            }
.pagination {
    padding-top: 8px;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 10px;
}
    .pagination > li {
        display: inline;
    }
        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #ea240a;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
            direction: ltr;
        }
    .pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
        color: #777;
        cursor: not-allowed;
        /*background-color: #fff;*/
        border-color: #ddd;
    }
    .pagination > li:first-child > a, .pagination > li:first-child > span {
        margin-left: 0;
        /*border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;*/
    }
.pagination-container {

    width: 100%;
    text-align: center;
}
.grid {
    max-width: 69em;
    list-style: none;
    margin: 30px auto;
    padding: 0;
    margin-top: 0px;
}

    .grid li {
        display: block;
        float: right;
        padding: 7px;
        width: 32.5%;
        opacity: 0;
        background: white;
        margin-bottom: 12px;
        border: 1px solid #d1d7dc;
        -webkit-box-shadow: 0px 3px 12px 1px rgba(0,0,0,0.1);
        box-shadow: 0px 3px 12px 1px rgba(0,0,0,0.1);
        background-color: #fff;
        border-radius: 3px;
    }
        .grid li .grid-iteminnetCN {

            padding:15px;
        }
       
            .grid li .grid-iteminnetCN h2 {
                color: #40454d;
                transition: all .2s ease-in-out 0s;
            }
            .grid li a:hover h2 {
                color: #f09217;
            }
        .grid li .grid-iteminnetCN .datepublish {
            font: 14px "iran_sansregular";
            color: #8e8e8e;
        }
            .grid li .grid-iteminnetCN p {
                font: 15px "iran_sansregular";
                color: #8e8e8e;
                text-align: right;
                direction: rtl;
            } 
        .grid li.shown,
.no-js .grid li,
.no-cssanimations .grid li {
    opacity: 1;
}

        .grid li a,
        .grid li img {
            outline: none;
            border: none;
            display: block;
            max-width: 100%;
        }

    /* Effect 1: opacity */
    .grid.effect-1 li.animate {
        -webkit-animation: fadeIn 0.65s ease forwards;
        animation: fadeIn 0.65s ease forwards;
    }

@-webkit-keyframes fadeIn {
    0% {
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
    }

    100% {
        opacity: 1;
    }
}

/* Effect 2: Move Up */
.grid.effect-2 li.animate {
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-animation: moveUp 0.65s ease forwards;
    animation: moveUp 0.65s ease forwards;
}

@-webkit-keyframes moveUp {
    0% {
    }

    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}

@keyframes moveUp {
    0% {
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

/* Effect 3: Scale up */
.grid.effect-3 li.animate {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-animation: scaleUp 0.65s ease-in-out forwards;
    animation: scaleUp 0.65s ease-in-out forwards;
}

@-webkit-keyframes scaleUp {
    0% {
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

@keyframes scaleUp {
    0% {
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

/* Effect 4: fall perspective */
.grid.effect-4 {
    -webkit-perspective: 1300px;
    perspective: 1300px;
}

    .grid.effect-4 li.animate {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
        transform: translateZ(400px) translateY(300px) rotateX(-90deg);
        -webkit-animation: fallPerspective .8s ease-in-out forwards;
        animation: fallPerspective .8s ease-in-out forwards;
    }

@-webkit-keyframes fallPerspective {
    0% {
    }

    100% {
        -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg);
        opacity: 1;
    }
}

@keyframes fallPerspective {
    0% {
    }

    100% {
        -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg);
        transform: translateZ(0px) translateY(0px) rotateX(0deg);
        opacity: 1;
    }
}

/* Effect 5: fly (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.grid.effect-5 {
    -webkit-perspective: 1300px;
    perspective: 1300px;
}

    .grid.effect-5 li.animate {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform-origin: 50% 50% -300px;
        transform-origin: 50% 50% -300px;
        -webkit-transform: rotateX(-180deg);
        transform: rotateX(-180deg);
        -webkit-animation: fly .8s ease-in-out forwards;
        animation: fly .8s ease-in-out forwards;
    }

@-webkit-keyframes fly {
    0% {
    }

    100% {
        -webkit-transform: rotateX(0deg);
        opacity: 1;
    }
}

@keyframes fly {
    0% {
    }

    100% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
    }
}

/* Effect 6: flip (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.grid.effect-6 {
    -webkit-perspective: 1300px;
    perspective: 1300px;
}

    .grid.effect-6 li.animate {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: rotateX(-80deg);
        transform: rotateX(-80deg);
        -webkit-animation: flip .8s ease-in-out forwards;
        animation: flip .8s ease-in-out forwards;
    }

@-webkit-keyframes flip {
    0% {
    }

    100% {
        -webkit-transform: rotateX(0deg);
        opacity: 1;
    }
}

@keyframes flip {
    0% {
    }

    100% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
    }
}

/* Effect 7: helix (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.grid.effect-7 {
    -webkit-perspective: 1300px;
    perspective: 1300px;
}

    .grid.effect-7 li.animate {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
        -webkit-animation: helix .8s ease-in-out forwards;
        animation: helix .8s ease-in-out forwards;
    }

@-webkit-keyframes helix {
    0% {
    }

    100% {
        -webkit-transform: rotateY(0deg);
        opacity: 1;
    }
}

@keyframes helix {
    0% {
    }

    100% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
        opacity: 1;
    }
}

/* Effect 8:  */
.grid.effect-8 {
    -webkit-perspective: 1300px;
    perspective: 1300px;
}

    .grid.effect-8 li.animate {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
        -webkit-animation: popUp .8s ease-in forwards;
        animation: popUp .8s ease-in forwards;
    }

@-webkit-keyframes popUp {
    0% {
    }

    70% {
        -webkit-transform: scale(1.1);
        opacity: .8;
        -webkit-animation-timing-function: ease-out;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

@keyframes popUp {
    0% {
    }

    70% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: .8;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@media screen and (max-width: 900px) {
    .grid li {
        width: 50%;
    }
}

@media screen and (max-width: 400px) {
    .grid li {
        width: 100%;
    }
}
.pagination li a {
    background-color: #eceeef5c;
}
.pagination li.PagedList-skipToFirst, .pagination li.PagedList-skipToPrevious, .pagination li.PagedList-skipToLast {
    display: none;
}