.photo-list .item .detail-post__scoreCount > span, .photo-list .item .htag, .photo-list .item .title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.active-user {
    background-color: #fff;
    border-bottom: 8px solid #e6e7e8;
    border-radius: 3px
}

.active-user__list {
    padding-top: 45px;
    padding-bottom: 20px
}

.active-user__header {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #2fb9b8;
    font-size: 18px;
    color: #fff;
    padding: .75rem;
    line-height: 1.1;
    position: relative
}

    .active-user__header .title {
        margin-right: 65px
    }

    .active-user__header .fa {
        color: #fff;
        font-size: 20px;
        line-height: 40px
    }

.active-user__avatar {
    width: 90px;
    height: 90px;
    border: 2px solid #ebebeb;
    border-radius: 8px
}

.active-user__nickname {
    color: #939598;
    font-size: 16px
}

.photo-list .item {
    background-color: #fff;
    font-size: 14px;
    border-bottom: 3px solid #dcdcdc;
    transition: all .2s ease
}

    .photo-list .item:hover {
        border-color: #ffcc01
    }

    .photo-list .item .title {
        color: #515151;
        margin: 10px 0;
        font-family: IransansWebMedium,sans-serif;
        font-size: 1.063rem
    }

    .photo-list .item .detail-post .detail, .photo-list .item .detail-post .symbol {
        color: #bfbfbf
    }

@media only screen and (max-width:480px) {
    .photo-list .item .detail-post .detail:last-child {
        display: none
    }
}

.photo-list .item .detail span:first-child {
    margin-left: 7px
}

.photo-list .item .detail__title {
    padding-right: 0 !important
}

.photo-list .item .detail-post-vote {
    height: 38px !important;
    overflow: hidden
}

.photo-list .item .detail-post__scoreCount {
    color: #e54179 !important
}

    .photo-list .item .detail-post__scoreCount i {
        color: #e54179 !important;
        font-size: 1.25rem
    }

    .photo-list .item .detail-post__scoreCount > span {
        max-width: 80%;
        margin: 0 !important;
        padding-left: 3px
    }

.photo-list .item .htag {
    color: #8b8b8b;
    font-size: 1rem;
    margin-bottom: 10px;
    height: 20px
}

.popular-photo__like, .popular-photo__user {
    direction: rtl;
    margin-bottom: 10px
}

    .popular-photo__like .fa, .popular-photo__user .fa {
        color: #d1d3d4
    }

    .popular-photo__like span, .popular-photo__user span {
        color: #58595b
    }

.popular-photo .card {
    border: 0;
    border-radius: 0;
    overflow: hidden
}

    .popular-photo .card .image {
        overflow: hidden
    }

.popular-photo .card-img-top {
    transition: all .2s;
    border-radius: 0
}

    .popular-photo .card-img-top:hover {
        transform: scale(1.1)
    }

.popular-photo__more a {
    color: #5f5f5f;
    background: #fc0;
    padding: .5rem 4rem;
    border-radius: 3px
}

    .popular-photo__more a:hover {
        color: #5f5f5f !important
    }

.popular-photo__header {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #2fb9b8;
    font-size: 18px;
    color: #fff;
    padding: .75rem;
    line-height: 1.1;
    position: relative
}

    .popular-photo__header .title {
        margin-right: 65px
    }

    .popular-photo__header .fa {
        color: #fff;
        font-size: 20px;
        line-height: 40px
    }

.popular-photo .title {
    color: #58595b
}

.popular-photo .iconphoto-veiw {
    color: #fc0;
    line-height: 40px;
    vertical-align: middle;
    font-size: 1.5rem
}

.popular-photo .description {
    color: #58595b;
    font-size: 1rem
}

.forum--category-header {
    border-bottom: 1px solid #fec20b;
    position: relative
}

    .forum--category-header .iconcommunity {
        display: inline-block;
        margin-left: 7px
    }

    .forum--category-header .title {
        position: absolute;
        bottom: 40px;
        right: 0;
        color: #a0a0a0;
        font-size: 1.875rem
    }

        .forum--category-header .title .iconcommunity {
            color: #2fb9b8;
            font-size: 2.3rem
        }

.forum--category-list {
    background: #fff;
    border-bottom: 5px solid #2fb9b8
}

    .forum--category-list .item {
        line-height: 1rem !important
    }

    .forum--category-list:after {
        content: "";
        display: block;
        position: absolute;
        right: 0;
        left: 0;
        margin: 0 auto;
        bottom: -15px;
        width: 0;
        height: 0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 15px solid #2fb9b8
    }

    .forum--category-list li {
        list-style: none;
        margin-bottom: .625rem
    }

        .forum--category-list li a {
            color: #767676;
            font-size: 1.1rem
        }

        .forum--category-list li .fa-circle {
            color: #fec20b;
            font-size: .5rem
        }

.blog-post__item {
    background-color: #fff;
    margin-bottom: 20px;
    display: block
}

.blog-post__item__title {
    height: 61px;
    padding-top: 10px;
    line-height: 25px;
    color: #58595b;
    font-size: 14px;
    overflow: hidden;
    direction: rtl
}

.blog-post h4 .iconarticles {
    color: #e01e60;
    line-height: 40px;
    vertical-align: middle
}

.blog-post h4 .description {
    font-size: 1rem
}

.blog-post__more a {
    color: #fff;
    background: #e01e60;
    padding: .5rem 4rem;
    border-radius: 3px
}

    .blog-post__more a:hover {
        color: #fff !important
    }

@media (max-width:767px) {
    .blog-post__item__title {
        height: 89px
    }
}

.category-table {
    border-radius: 3px
}

.forum-forms .formsbox {
    max-width: 840px;
    margin: 0 auto
}

.slideshow {
    height: 360px;
    direction: rtl;
    transition: all .3s;
    padding: 0;
    margin: 0;
    top: -55px
}

    .slideshow .animbox {
        height: 335px;
        transition: all 1s;
        background-image: url("/images/patern.jpg");
        background-size: 100%;
        background-position: top;
        color: #fff;
        float: right;
        width: 100%;
        padding: 45px 0
    }

    .slideshow h1 {
        font-size: 26px;
        width: 320px;
        margin: 0 auto;
        position: relative
    }

        .slideshow h1:after, .slideshow h1:before {
            content: "";
            width: 0;
            height: 0;
            top: 20px;
            border-top: 1px solid transparent;
            border-bottom: 1px solid transparent
        }

        .slideshow h1:before {
            position: absolute;
            right: -40px;
            border-left: 40px solid #fff
        }

        .slideshow h1:after {
            position: absolute;
            left: -40px;
            border-right: 40px solid #fff
        }

    .slideshow h2 {
        font-size: 17px;
        margin-top: 5px
    }

    .slideshow p {
        font-size: 14px
    }

        .slideshow p a {
            color: #c20060
        }

    .slideshow button {
        background: #fff;
        color: #EC407A;
        border: none;
        font-size: 16px;
        box-shadow: 0 5px 11px 0 rgba(0,0,0,.2);
        transition: all .3s;
        margin: 0 5px
    }

        .slideshow button:hover {
            background: #F06292;
            color: #fff;
            border: none
        }

@media (max-width:425px) {
    .slideshow h1 {
        width: 220px;
        font-size: 18px
    }

    .slideshow h2 {
        font-size: 16px
    }

    .slideshow .animbox {
        background-size: cover
    }
}

.discussion-section .forum-container a {
    transition: color .2s ease-out
}

    .discussion-section .forum-container a:hover {
        color: #e91e63
    }

.discussion-section .topic_number {
    font-size: .75rem;
    color: #919191;
    font-family: IRANSansNumber,sans-serif;
    margin-right: 5px;
    line-height: 32px
}

.discussion-section .category-table {
    border: 1px solid rgba(149,149,149,.29);
    background: #fff;
    border-radius: 3px
}

    .discussion-section .category-table .category--header:nth-child(even) {
        background-color: #fef8fa
    }

    .discussion-section .category-table .category--header .forum-status-default {
        padding-top: .75rem;
        width: 40px
    }

    .discussion-section .category-table .category--header .category--item {
        padding: 5px 10px
    }

    .discussion-section .category-table .category--header .iconcomment-fill, .discussion-section .category-table .category--header .iconcommunity {
        color: #dcddde;
        font-size: 1.3rem
    }

    .discussion-section .category-table .category--title {
        transition: all .5s ease;
        margin-bottom: .6rem;
        color: #444;
        font-size: .875rem;
        font-family: IRANSansWebMedium,sans-serif
    }

        .discussion-section .category-table .category--title:hover {
            color: #ec407a
        }

    .discussion-section .category-table .last-topic {
        color: #919191
    }

        .discussion-section .category-table .last-topic .last-topic-label {
            font-size: .8125rem
        }

        .discussion-section .category-table .last-topic .topic--title {
            line-height: 1.8rem !important;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            max-width: 100%
        }

    .discussion-section .category-table .collapsex {
        color: #fff;
        display: block;
        background: #df5b88;
        text-align: center;
        vertical-align: middle;
        line-height: 10px;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 55px;
        border-radius: 8px 0 0
    }

        .discussion-section .category-table .collapsex .icondown-bold, .discussion-section .category-table .collapsex .iconup-bold {
            font-size: 1rem;
            color: #fff;
            line-height: 45px;
            vertical-align: middle
        }

        .discussion-section .category-table .collapsex .icondown-bold {
            display: none
        }

        .discussion-section .category-table .collapsex.active .icondown-bold {
            display: block
        }

        .discussion-section .category-table .collapsex.active .iconup-bold {
            display: none
        }

    .discussion-section .category-table .lock {
        display: inline-block;
        color: #EC407A;
        font-size: 27px;
        vertical-align: middle;
        line-height: 30px
    }

    .discussion-section .category-table .fa-pink {
        color: #EC407A;
        font-size: 27px
    }

.discussion-section .last-topic .last-topic-date, .discussion-section .last-topic .last-topic-time, .discussion-section .last-topic-user {
    font-size: .75rem;
    line-height: 32px;
    font-family: IRANSansNumber,sans-serif;
    vertical-align: middle
}

.discussion-section .category-table .iconcomment-fill, .discussion-section .category-table .iconcommunity {
    color: rgba(189,189,189,.4);
    vertical-align: middle
}

.discussion-section .last-topic-user a {
    height: 25px;
    overflow-y: hidden;
    color: #e91e63
}

.discussion-section .last-topic .last-topic-date .symbol, .discussion-section .last-topic .last-topic-time .symbol {
    margin: 8px 0 0 5px;
    font-size: 1.1rem
}

.discussion-section .last-topic .last-topic-title {
    line-height: 32px
}

    .discussion-section .last-topic .last-topic-title a {
        opacity: 1;
        line-height: 32px;
        vertical-align: middle;
        font-size: .8125rem;
        color: #919191
    }

    .discussion-section .last-topic .last-topic-title .title {
        line-height: 1 !important;
        word-break: break-word
    }

.discussion-section .last-topic .last-topic-user a {
    word-wrap: break-word;
    height: 25px;
    overflow-y: hidden;
    color: #e91e63
}

.discussion-section .table-forum__title {
    line-height: 30px;
    font-weight: 400;
    position: relative;
    border-bottom: none;
    font-size: 12px;
    background-color: #f06292;
    color: #fff;
    border-radius: 3px 3px 0 0;
    padding: 6px 0
}

    .discussion-section .table-forum__title h2 {
        font-size: 1.125rem
    }

    .discussion-section .table-forum__title .title {
        line-height: 1rem !important
    }

    .discussion-section .table-forum__title .fa-circle {
        line-height: 30px;
        vertical-align: middle;
        margin-left: 5px;
        color: #fec20b
    }

    .discussion-section .table-forum__title a {
        color: #fefefe;
        transition: color .2s ease-in
    }

        .discussion-section .table-forum__title a:hover {
            color: #fff
        }

        .discussion-section .table-forum__title a .count-item {
            font-family: IRANSansNumber,sans-serif;
            font-size: .75rem;
            opacity: .7
        }

.discussion-section .table-newest .title {
    background-color: #939598;
    color: #fff
}

.discussion-section .table-newest .grey-icon-container {
    background-color: #2fb9b8
}

@media (max-width:544px) {
    .discussion-section .mobile-collapse {
        position: absolute;
        top: 5px;
        z-index: 999999;
        left: 20px;
        border-top: 0 !important
    }
}

@keyframes loading {
    0% {
        transform-origin: 100% 100%;
        transform: rotate(0)
    }

    100% {
        transform-origin: 100% 100%;
        transform: rotate(360deg)
    }
}

.overal-loading {
    direction: ltr;
    content: ' ';
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.6);
    text-align: center;
    position: absolute;
    display: none;
    z-index: 999
}

.loading:after, .loading:before, .mini-loading:after, .mini-loading:before {
    content: ''
}

.loading, .mini-loading {
    right: 50%;
    position: absolute
}

.overal-loading.show {
    display: block
}

.loading {
    display: block;
    top: 20%;
    margin: 0 -37.5px auto auto;
    width: 75px;
    height: 75px;
    border: 8px solid #5fc8cf;
    border-radius: 50%;
    background-color: #fff;
    z-index: 13
}

    .loading:before {
        position: absolute;
        display: block;
        z-index: 12;
        top: 0;
        left: 0;
        width: 59px;
        height: 59px;
        border-radius: 50%;
        background: url(https://c1.ninifile.com/images/default/loading.png) no-repeat #fff;
        background-size: 59px 59px
    }

    .loading:after {
        position: absolute;
        display: block;
        z-index: 11;
        top: -4px;
        left: -4px;
        width: 33.5px;
        height: 33.5px;
        border-radius: 200px 0 0;
        background: linear-gradient(45deg,transparent 0,#f387f1 50%,#fd02de 100%);
        animation: loading .9s linear infinite
    }

.mini-loading {
    top: 0;
    margin: 0 -12.5px auto auto;
    width: 25px;
    height: 25px;
    border: 4px solid #5fc8cf;
    border-radius: 50%;
    background-color: #fff;
    z-index: 13
}

    .mini-loading:before {
        position: absolute;
        display: block;
        z-index: 12;
        top: 0;
        left: 0;
        width: 17px;
        height: 17px;
        border-radius: 50%;
        background: url(https://c1.ninifile.com/images/default/loading.png) no-repeat #fff;
        background-size: 17px 17px
    }

    .mini-loading:after {
        position: absolute;
        display: block;
        z-index: 11;
        top: -4px;
        left: -4px;
        width: 12.5px;
        height: 12.5px;
        border-radius: 200px 0 0;
        background: linear-gradient(45deg,transparent 0,#f387f1 50%,#fd02de 100%);
        animation: loading .9s linear infinite
    }

.go-to-page {
    border: 1px solid #ddd;
    padding: 0;
    margin-left: 10px;
    border-radius: 3em;
    overflow: hidden
}

@media (max-width:545px) {
    .go-to-page {
        margin-left: 0
    }
}

.go-to-page .go {
    height: 35px;
    color: #ec407a;
    padding: 0 5px;
    background: #fef5f8;
    transition: background-color .2s ease;
    width: 30%;
    border-radius: 3px 0 0 3px !important
}

    .go-to-page .go:hover {
        background-color: #ec407a;
        color: #fff
    }

.go-to-page .number {
    margin-right: 0;
    border-radius: 0 3px 3px 0;
    border: 0;
    background: #fff;
    height: 35px;
    padding: 4px;
    width: 70%;
    text-align: center;
    font-size: .8rem
}

.go-to-page .label-search {
    line-height: 35px;
    vertical-align: middle;
    margin-bottom: 0;
    width: 46px;
    font-size: 12px
}

.go-to-page .title {
    line-height: 35px;
    vertical-align: middle;
    margin: 0;
    color: #08a09f
}

.pagination-box {
    padding-left: .46875rem
}

.radio input[type=radio] {
    margin-left: 0;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox label::before {
    border: 1px solid #2fb9b8 !important
}

.private-warning {
    color: #969696;
    font-size: 14px
}

    .private-warning ol {
        list-style-type: persian
    }

.checkbox label:after, .checkbox label:before {
    right: -20px !important;
    top: 0 !important;
    padding-right: 3px !important
}

.checkbox-success input[type=radio]:checked + label::before, .checkbox-success input[type=checkbox]:checked + label::before {
    background-color: #2fb9b8 !important;
    border-color: #2fb9b8 !important
}

.topic_subject {
    transition: all .5s ease;
    margin-bottom: .6rem;
    color: #444;
    font-size: .875rem;
    font-family: IRANSansWebMedium,sans-serif
}

    .topic_subject:hover {
        color: #e91e63
    }

.topic--title {
    line-height: 32px !important;
    margin-left: 5px;
    display: inline;
    overflow-wrap: break-word;
    word-break: break-word
}

.topic_number {
    font-size: .75rem;
    color: #c5c5c5;
    font-family: IRANSansNumber,sans-serif
}

.mobile-last-reply {
    font-size: .8125rem;
    line-height: 32px
}

.shortbox-box {
    background: #fff;
    border-radius: 3px;
    float: right;
    width: 100%;
    margin-top: 30px;
    padding: 20px;
    box-shadow: 0 5px 10px -1px rgba(0,0,0,.1)
}

    .shortbox-box .short-title h3 {
        float: right;
        color: #f24e85;
        font-size: 20px;
        margin-left: 10px;
        margin-right: 15px
    }

    .shortbox-box .short-title span {
        color: #666;
        font-size: 14px;
        margin-top: 8px;
        float: right
    }

    .shortbox-box .rowdiscussion {
        float: right;
        width: 100%;
        border-bottom: 1px solid #eee
    }

        .shortbox-box .rowdiscussion:nth-last-child(1) {
            border: none
        }

        .shortbox-box .rowdiscussion .shortbox-discuss {
            float: right;
            width: 10%;
            text-align: center;
            border-left: 1px solid #eee;
            padding: 10px;
            height: 125px
        }

            .shortbox-box .rowdiscussion .shortbox-discuss h2 {
                margin-top: 15px;
                font-size: 13px;
                position: relative;
                top: 0;
                transition: all .3s;
                color: #444
            }

            .shortbox-box .rowdiscussion .shortbox-discuss:hover h2 {
                color: #f06292
            }

            .shortbox-box .rowdiscussion .shortbox-discuss .shortbox-discuss-image {
                position: relative;
                top: 0;
                transition: all .3s
            }

                .shortbox-box .rowdiscussion .shortbox-discuss .shortbox-discuss-image .fa {
                    font-size: 35px;
                    color: #f06292
                }

            .shortbox-box .rowdiscussion .shortbox-discuss:hover .shortbox-discuss-image, .shortbox-box .rowdiscussion .shortbox-discuss:hover h2 {
                top: -5px
            }

            .shortbox-box .rowdiscussion .shortbox-discuss:nth-last-child(1) {
                border: none
            }

@media (min-width:1000px) {
    .headersection {
        background: 0 0
    }

    .discussion-section .logo-section {
        box-shadow: none
    }
}

@media (max-width:999px) {
    .slideshow {
        display: none
    }
}

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
        touch-action: manipulation;
        -moz-backface-visibility: hidden
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0,0,0)
    }

    .owl-carousel .owl-item, .owl-carousel .owl-wrapper {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0)
    }

    .owl-carousel .owl-item {
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-touch-callout: none
    }

        .owl-carousel .owl-item img {
            display: block;
            width: 100%
        }

    .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
        display: none
    }

    .no-js .owl-carousel, .owl-carousel.owl-loaded {
        display: block
    }

    .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
        cursor: pointer;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
        background: 0 0;
        color: inherit;
        border: none;
        padding: 0 !important;
        font: inherit
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block
    }

    .owl-carousel.owl-hidden {
        opacity: 0
    }

    .owl-carousel.owl-refresh .owl-item {
        visibility: hidden
    }

    .owl-carousel.owl-drag .owl-item {
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel.owl-grab {
        cursor: move;
        cursor: grab
    }

    .owl-carousel.owl-rtl {
        direction: rtl
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right
        }

    .owl-carousel .animated {
        animation-duration: 1s;
        animation-fill-mode: both
    }

    .owl-carousel .owl-animated-in {
        z-index: 0
    }

    .owl-carousel .owl-animated-out {
        z-index: 1
    }

    .owl-carousel .fadeOut {
        animation-name: fadeOut
    }

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

    .owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
        max-height: 0
    }

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

    .owl-carousel .owl-video-play-icon:hover {
        -ms-transform: scale(1.3,1.3);
        transform: scale(1.3,1.3)
    }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}
