@font-face {
    font-family: 'Yekan';
    src: url('/Fonts/BYekan.ttf') format('truetype'), url('/Fonts/BYekan.eot?#') format('eot'), url('/Fonts/BYekan.woff') format('woff');
    font-style: normal;
    font-weight: normal;
    font-family: 'Yekan', Tahoma;
}

.width100per {
    width: 100%;
}

body {
    font-family: 'Yekan', Tahoma;
    font-size: 12px;
}

a {
    text-decoration: none;
    color: #333;
    outline: 0;
}

#imageWrapper {
    width: 98%;
    margin: 0 auto;
}
/* image gallery */

.image-gallery {
    text-align: center;
    font-family: 'Yekan', Tahoma;
}

    .image-gallery li,
    .image-gallery .gallery-img {
        direction: ltr;
        display: inline-block;
        margin: 13px;
        vertical-align: top;
        height: 222px;
        width: 219px;
        overflow: hidden;
        float: left;
        border-radius: 3px;
        cursor: pointer;
 border: 1px solid #000;
    }

    .image-gallery .gallery-img2 {
        display: inline-block;
        margin: 10px 5px 0 5px;
        vertical-align: top;
        min-height: 200px;
        width: 152px;
        overflow: hidden;
        padding: 10px 0;
        border-radius: 3px;
    }

    .image-gallery .gallery-img .gallery-img-item {
        width: 221px;
        height: 222px;
        text-align: center;
        font: 0/0 a;
        background-color: #e2e5e4;
    }

        .image-gallery .gallery-img .gallery-img-item:before {
            content: ' ';
            /*display: inline-block;*/
            vertical-align: middle; /* vertical alignment of the inline element */
            height: 100%;
        }

        .image-gallery .gallery-img .gallery-img-item > a {
            position: relative;
            width: 100%;
            height: 100%;
            overflow: hidden;
        }

            .image-gallery .gallery-img .gallery-img-item > a > img {
                position: absolute;
		
                -webkit-left: 0;
                left: 150%;
                top: 635%;
                height: 220px;
                
                -ms-transform: translate(-50%,0%);
                transform: translate(-50%,0%);
                -webkit-transform: translate(0%,0%);
		-moz-transform: translate(-50%,0%);
            }

    .image-gallery .gallery-img img {
        text-align: center;
    }


/* image popup */
.popup-overlay {
    background-color: rgba(68, 68, 68, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.image-gallery-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 2;
}

    .image-gallery-popup .image-popup-content {
        width: 443px;
        max-height: 580px;
        position: relative;
        left: -50%;
        top: -30%;
        /*left: 50%;*/
        /*margin-left: -490px;
        margin-top: -290px;*/
        background-color: #fff;
        overflow: hidden;
    }

.image-information,
.image-image {
    clear: both;
}

.image-information {
    width: 100%;
    margin: 3% 1%;
}

    .image-information h3 {
        direction: rtl;
        text-align: right;
        font-size: 14px;
        color: #585858;
        font-family: 'Yekan', Tahoma;
        width: 45%;
        display: inline;
        float: right;
        padding-right: 10px;
    }

    .image-information ul {
        margin: 0;
        padding: 0;
    }

        .image-information ul li {
            list-style: none;
            direction: rtl;
            text-align: right;
            color: #7b7b7b;
            font-family: 'Yekan', Tahoma;
        }

            .image-information ul li span {
                color: #7b7b7b;
                font-family: 'Yekan', Tahoma;
            }


.image-image {
    width: 100%;
    max-height: 446px;
    overflow: hidden;
    position: relative;
    text-align: center;
    background: #fff;
    /*padding: 20px 0;*/
}

    .image-image img {
        width: 100%;
        max-height: 446px;
        text-decoration: none;
    }

.cross {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: rgba(255,255,255,0.4);
}

    .cross:hover {
        background-color: rgba(255,255,255,0.7);
    }

.gallery-nav-btns {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 43px;
}

    .gallery-nav-btns a {
        display: block;
        position: absolute;
        width: 40px;
        height: 40px;
        text-align: center;
        background-image: url('../Images/slim-arrow-sprite.png');
        background-position: center;
        background-position-y: center;
        background-repeat: no-repeat;
        opacity: 1;
        cursor: pointer;
        background-color: rgba(203,195,184,0.8);
    }

        .gallery-nav-btns a:hover {
            opacity: 1;
        }

.nav-btn.prev {
    left: 0;
    background-position: 0px 0px;
}

.nav-btn.next {
    right: 0;
    background-position: -40px 0;
}

.clv {
    width: 50%;
    float: left;
}

    .clv ol {
        padding: 0 0 0 15px;
    }

    .clv li {
        float: left;
        text-align: left;
        color: #25282f;
        width: 33.33%;
    }

.like-clv > i {
    width: 24px;
    height: 24px;
    background: url('../Images/like-clv.png') no-repeat;
    display: inline-block;
    margin-left: 2px;
}

.visit-clv > i {
    width: 27px;
    height: 24px;
    background: url('../Images/visit-clv.png') no-repeat;
    display: inline-block;
    margin-left: 2px;
}

.comment-clv > i {
    width: 30px;
    height: 24px;
    background: url('../Images/comment-clv.png') no-repeat;
    display: inline-block;
    margin-left: 2px;
}

.clv li span {
    width: 20px;
    overflow: hidden;
    font-size: 13px;
    vertical-align: top;
    display: inline;
}

.like-effect {
    position: absolute;
    top: 20%;
    z-index: 1;
    left: 35%;
    display: none;
}

.like-effect-over {
    position: absolute;
    z-index: 2;
    top: 20%;
    left: 35%;
    text-decoration: none;
}

.image-gallery .gallery-img:nth-child(4n), .image-gallery li:nth-child(4n) {
    margin: 13px 0px 13px 13px;
}

.image-gallery .gallery-img:nth-child(4n+1), .image-gallery .gallery-img:nth-child(1), .image-gallery li:nth-child(4n+1), .image-gallery li:nth-child(1) {
    margin: 13px 13px 13px 0px;
}

.gallery-img-item-Cover {
    margin-top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(50,50,50,0.9);
    position: relative;
    padding-top: 50px;
}

.image-gallery .gallery-img .description {
    padding: 0;
    margin: 0;
}

    .image-gallery .gallery-img .description .item {
        position: absolute;
    }

.gallery-img-item-Cover .magnify-Image, .gallery-img-item-Cover .subject, .gallery-img-item-Cover .visitImage.gallery-img-item-Cover .visitCounter, .gallery-img-item-Cover .commentImage, .gallery-img-item-Cover .commentCount {
    position: relative;
    float: left;
    height: auto;
    line-height: 16px;
    font-size: 9pt;
}

    .gallery-img-item-Cover .magnify-Image img, .gallery-img-item-Cover .subject img, .gallery-img-item-Cover .visitImage img, .gallery-img-item-Cover .visitCounter img, .gallery-img-item-Cover .commentImage img, .gallery-img-item-Cover .commentCount img {
        width: 32px;
        height: 32px;
    }

    .gallery-img-item-Cover .subject img, .gallery-img-item-Cover .subject span {
        margin-right: -40px;
    }

.gallery-img-item-Cover .visitImage img, .gallery-img-item-Cover .visitImage span {
    margin-left: -40px;
}

.gallery-img-item-Cover .visitImage, .gallery-img-item-Cover .commentImage {
    margin-left: 2px;
}

.gallery-img-item-Cover .visitCounter, .gallery-img-item-Cover .commentCount {
    color: #FFFFFF;
    padding: 0 5px;
}

.gallery-img-item-Cover .smallArticleDetail {
    height: 100%;
    padding-top: 40px;
}

.gallery-img-item-Cover .visitImage {
    font-family: 'Yekan', Tahoma;
    font-size: 9pt;
    text-align: center;
    color: #FFF;
    width: 50%;
    height: 35px;
    margin: 10px auto;
    float: right;
}

.gallery-img-item-Cover .commentImage {
    font-family: 'Yekan', Tahoma;
    font-size: 9pt;
    text-align: right;
    color: #FFF;
    padding: 0 6px 0 20px;
}

.gallery-img-item-Cover .magnify-Image {
    margin: 0px auto;
    width: 100%;
    height: 40px;
    float: right;
    text-align: center;
    margin-top: 10px;
}

.contest-banner {
    width: 965px;
    height: auto;
    background-color: rgba(203,195,184,0.8);
    direction: rtl;
    text-align: right;
    border-radius: 20px;
    float: right;
}

    .contest-banner .contest-banner-pic {
        vertical-align: middle;
        width: 200px;
        float: right;
    }

        .contest-banner .contest-banner-pic img {
            width: 100%;
            height: 180px;
            border-radius: 100%;
        }

    .contest-banner .contest-banner-Text {
        width: 745px;
        text-align: justify;
        float: right;
        padding: 5px;
    }
