﻿
@font-face {
    font-family: 'Yekan';
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/yekan.eot);
    src: url(/fonts/yekan.eot?#iefix) format('embedded-opentype'), url(/fonts/yekan.woff2) format('woff2'), url(/fonts/yekan.woff) format('woff'), url(/fonts/yekan.ttf) format('truetype');
}

@font-face {
    font-family: 'Google';
    src: url('/fonts/Google.eot?#') format('eot'), /* IE6–8 */
    url('/fonts/Google.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('/fonts/Google.ttf') format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}


@font-face {
    font-family: 'BZiba';
    src: url('/fonts/BZiba.eot?#') format('eot'), /* IE6–8 */
    url('/fonts/BZiba.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('/fonts/BZiba.ttf') format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

html body span.icon_utab{background:#191818!important}

.h3, .h2, .h1 {
    margin: 0px;
    padding: 0px;
    display: inline;
    font-size: inherit;
    font-weight: inherit;
}

.Google {
    font-family: Google, Arial, Helvetica, sans-serif;
}

.Yekan {
    font-family: Yekan, Arial, Helvetica, sans-serif;
}


a {
    text-decoration: none;
}

body {
    margin: 0px;
    padding: 0px;
}

.body1 {
    margin: 0px;
    font-family: Google, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
    direction: rtl;
    background: #fff;
}

.body2 {
    width: 100%;
    display: table;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}

.body_kol {
    display: block;

}

.body_kol2 {
    width: 100%;
    display: table;
}

.menu2 {
       width: 84%;
    height: 60px;
    float: right;
    padding: 0px 8%;
    background: #202020;
    margin-bottom: 10px;
}

.item {
    display: inline-block;
    height: 40px;
    margin-right: 1%;
    float: right;
    line-height: 40px;
    font-size: 13px;
    color: #fff;
    cursor: pointer;
    padding: 10px 1%;
}

    .item:hover {
        background: rgba(97,7,7,1);
        background: -moz-linear-gradient(top, rgba(97,7,7,1) 0%, rgba(209,54,54,1) 48%, rgba(97,7,7,1) 99%, rgba(97,7,7,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(97,7,7,1)), color-stop(48%, rgba(209,54,54,1)), color-stop(99%, rgba(97,7,7,1)), color-stop(100%, rgba(97,7,7,1)));
        background: -webkit-linear-gradient(top, rgba(97,7,7,1) 0%, rgba(209,54,54,1) 48%, rgba(97,7,7,1) 99%, rgba(97,7,7,1) 100%);
        background: -o-linear-gradient(top, rgba(97,7,7,1) 0%, rgba(209,54,54,1) 48%, rgba(97,7,7,1) 99%, rgba(97,7,7,1) 100%);
        background: -ms-linear-gradient(top, rgba(97,7,7,1) 0%, rgba(209,54,54,1) 48%, rgba(97,7,7,1) 99%, rgba(97,7,7,1) 100%);
        background: linear-gradient(to bottom, rgba(97,7,7,1) 0%, rgba(209,54,54,1) 48%, rgba(97,7,7,1) 99%, rgba(97,7,7,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#610707', endColorstr='#610707', GradientType=0 );
    }

.select {
    background: #A83232 !important;
}

.wid_100_table_po {
    width: 100%;
    float: right;
    display: table;
}

.logo {
    width: 18%;
    display: table;
    float: right;
    overflow: hidden;
    padding-right: 2%;
    margin-top: 5px;
}

.img_logo {
      max-width: 200px;
    max-height: 79px;
}

.se_2 {
    width: 25%;
    display: table;
    float: left;
    margin: 2%;
}

.se_3 {
    width: 100%;
    height: 32px;
    float: right;
    background: #fff;
    border: 1px solid #8A8787;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.se_4 {
    width: 21px;
    height: 21px;
    position: absolute;
    left: 0px;
    top: 0px;
    cursor: pointer;
    padding: 6px;
    background: rgba(158,5,5,1);
    background: -moz-linear-gradient(left, rgba(158,5,5,1) 0%, rgba(158,5,5,1) 1%, rgba(255,38,56,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(158,5,5,1)), color-stop(1%, rgba(158,5,5,1)), color-stop(100%, rgba(255,38,56,1)));
    background: -webkit-linear-gradient(left, rgba(158,5,5,1) 0%, rgba(158,5,5,1) 1%, rgba(255,38,56,1) 100%);
    background: -o-linear-gradient(left, rgba(158,5,5,1) 0%, rgba(158,5,5,1) 1%, rgba(255,38,56,1) 100%);
    background: -ms-linear-gradient(left, rgba(158,5,5,1) 0%, rgba(158,5,5,1) 1%, rgba(255,38,56,1) 100%);
    background: linear-gradient(to right, rgba(158,5,5,1) 0%, rgba(158,5,5,1) 1%, rgba(255,38,56,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e0505', endColorstr='#ff2638', GradientType=1 );
}

    .se_4:hover {
        background: rgba(255,255,255,1);
        background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(69,69,69,1) 0%, rgba(201,201,201,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(0%, rgba(69,69,69,1)), color-stop(100%, rgba(201,201,201,1)));
        background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(69,69,69,1) 0%, rgba(201,201,201,1) 100%);
        background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(69,69,69,1) 0%, rgba(201,201,201,1) 100%);
        background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(69,69,69,1) 0%, rgba(201,201,201,1) 100%);
        background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(69,69,69,1) 0%, rgba(201,201,201,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c9c9c9', GradientType=1 );
    }

.se_5 {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    left: 32px;
    background: blue;
}

.se_6 {
    width: 98%;
    height: 100%;
    margin: 0px;
    border: 0px;
    font-size: 12px;
    color: #000;
    line-height: 15px;
    text-align: right;
    float: right;
    padding: 0% 1%;
    overflow: hidden;
}

.se_7 {
    width: 20px;
    height: 20px;
    float: left;
}

.se_8 {
    width: 35%;
    height: 100%;
    float: right;
    background: rgb(252, 252, 252);
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    border: 0px;
    border-left: 1px solid #DADADA;
}

.slider {
    width: 100%;
    height: 350px;
    float: right;
    margin-top: 10px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.slider_tyi {
    width: 100%;
    height: 100%;
    float: right;
}

.text_slider {
    width: 30%;
    display: table;
    position: absolute;
    z-index: 23;
    right: 5%;
    top: 20px;
    color: #fff;
    text-align: justify;
    line-height: 50px;
    overflow: hidden;
    font-family: Yekan, Arial, Helvetica, sans-serif;
    font-size: 20px;
    text-shadow: 2px 2px 1px #BE4747;
    padding: 20px 20px 24px 20px;
    border-radius: 4px;
    background: rgba(179, 68, 68, 0.63);
}

.poin {
    height: 30px;
    position: absolute;
    left: 45%;
    bottom: 20px;
    z-index: 2;
    display: inline-block;
}

.slid1 {
    width: 30px !important;
    height: 30px !important;
    float: right !important;
    cursor: pointer !important;
    background: url('/template/img/img-template/icon/slide-pagenat.png') no-repeat -25px 3px !important;
}

.slid2 {
    width: 30px;
    height: 30px;
    float: right;
    cursor: pointer;
    background: url('/template/img/img-template/icon/slide-pagenat.png')no-repeat -61px 3px;
    display: block;
}

    .slid2:hover {
        background: url('/template/img/img-template/icon/slide-pagenat.png')no-repeat 11px 3px;
    }

.img_slider {
    width: 100%;
    min-height: 100%;
}

.box {
    width: 100%;
    display: table;
    float: right;
}

.news {
    width: 90%;
    display: table;
    margin: 40px auto 10px auto;
    overflow: hidden;
}

.onvan_khabar {
    width: 55.01%;
    height: 40px;
    float: right;
    text-align: justify;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    padding: 0% 1%;
    overflow: hidden;
    text-decoration: none;
    background: rgba(250,127,127,1);
    background: -moz-linear-gradient(45deg, rgba(250,127,127,1) 0%, rgba(158,41,41,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(250,127,127,1)), color-stop(100%, rgba(158,41,41,1)));
    background: -webkit-linear-gradient(45deg, rgba(250,127,127,1) 0%, rgba(158,41,41,1) 100%);
    background: -o-linear-gradient(45deg, rgba(250,127,127,1) 0%, rgba(158,41,41,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(250,127,127,1) 0%, rgba(158,41,41,1) 100%);
    background: linear-gradient(45deg, rgba(250,127,127,1) 0%, rgba(158,41,41,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa7f7f', endColorstr='#9e2929', GradientType=1 );
}

    .onvan_khabar:hover {
        background: rgba(214,214,214,1);
        background: -moz-linear-gradient(45deg, rgba(214,214,214,1) 0%, rgba(0,0,0,1) 100%);
        background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(214,214,214,1)), color-stop(100%, rgba(0,0,0,1)));
        background: -webkit-linear-gradient(45deg, rgba(214,214,214,1) 0%, rgba(0,0,0,1) 100%);
        background: -o-linear-gradient(45deg, rgba(214,214,214,1) 0%, rgba(0,0,0,1) 100%);
        background: -ms-linear-gradient(45deg, rgba(214,214,214,1) 0%, rgba(0,0,0,1) 100%);
        background: linear-gradient(45deg, rgba(214,214,214,1) 0%, rgba(0,0,0,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#000000', GradientType=1 );
    }

.img_khabar {
    width: 20%;
    height: 130px;
    margin-bottom: 10px;
    float: right;
    margin-left: 2%;
}
.img_khabar img {
            max-width: 100%;
    height: 100%;
    }
.matn_khabar {
    width: 55%;
    height: 125px;
    float: right;
    text-align: justify;
    font-size: 13px;
    font-family: Yekan, Arial, Helvetica, sans-serif;
    color: #666;
    line-height: 30px;
    padding: 0% 1%;
    overflow: hidden;
    margin-bottom: 10px;
	background:#fff
}

.arshiv_khabar {
    display: inline-block;
    float: right;
    height: 120px;
    line-height: 67px;
    font-size: 15px;
    color: #525252;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    padding: 0% 2%;
    border-right: 1px solid #FA7F7F;
    text-align: center;
}

    .arshiv_khabar:hover {
        color: #F67C7C;
        font-size: 17px;
    }

.peikan {
    position: absolute;
    display: block;
    height: 0px;
    width: 0px;
    top: 25px;
    z-index: 11;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 15px solid rgb(249, 126, 126);
    right: 0px;
}

.part1 {
    width: 22%;
    height: 400px;
    display: inline-block;
    margin: 35px 1% 0px 1%;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid rgb(206, 206, 206);
}

    .part1:hover {
        background: rgba(255,255,255,1);
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(252,252,252,1) 29%, rgba(228,228,228,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(29%, rgba(252,252,252,1)), color-stop(100%, rgba(228,228,228,1)));
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(252,252,252,1) 29%, rgba(228,228,228,1) 100%);
        background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(252,252,252,1) 29%, rgba(228,228,228,1) 100%);
        background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(252,252,252,1) 29%, rgba(228,228,228,1) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(252,252,252,1) 29%, rgba(228,228,228,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4e4e4', GradientType=0 );
    }

.img_part {
    width: 100%;
    height: 200px;
}

.onvan_part {
    width: 100%;
    height: 48px;
    margin: 2px 0px;
    text-align: center;
    line-height: 25px;
    text-decoration: none;
    color: #FF0000;
    font-size: 14px;
    cursor: pointer;
    overflow: hidden;
}

.matn_part {
    width: 94%;
    height: 135px;
    float: right;
    margin: 0px 0px;
    text-align: justify;
    line-height: 26px;
    color: #1f1e1e;
    font-size: 12px;
    font-family: Yekan, Arial, Helvetica, sans-serif;
    padding: 0% 3%;
    overflow: hidden;display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0) 100%);

}

.mahsulat1 {
    width: 95%;
    height: 100px;
    margin: 30px auto;
    overflow: hidden;
    position: relative;
}

.witge_100_mahsulat1 {
    width: 100%;
    display: table;
    float: right;
}

.mahsulat2 {
    width: 18%;
    height: 100px;
    display: inline-block;
    margin: 0 auto;
    cursor: pointer;
    overflow: hidden;
}

.img_mahsulat {
    width: 98%;
    min-height: 100%;
    filter: alpha(opacity=50);
    -moz-opacity: .50;
    opacity: .50;
}

    .img_mahsulat:hover {
        filter: alpha(opacity=100);
        -moz-opacity: 1.0;
        opacity: 1.0;
    }

.icon1 {
    width: 10px;
    height: 14px;
    right: 7px;
    top: 47px;
    cursor: pointer;
    position: absolute;
    z-index: 5;
    filter: alpha(opacity=40);
    -moz-opacity: .40;
    opacity: .40;
}

    .icon1:hover {
        filter: alpha(opacity=100);
        -moz-opacity: 1.0;
        opacity: 1.0;
    }

.icon2 {
    width: 10px;
    height: 14px;
    left: 7px;
    cursor: pointer;
    position: absolute;
    z-index: 6;
    top: 47px;
    filter: alpha(opacity=40);
    -moz-opacity: .40;
    opacity: .40;
}


    .icon2:hover {
        filter: alpha(opacity=100);
        -moz-opacity: 1.0;
        opacity: 1.0;
    }

.abome {
    width: 92%;
    display: table;
    margin: 20px auto;
    padding: 0% 4%;
    background-color: #F9F9F9;
}

.part_about {
    width: 30%;
    height: 240px;
    margin: 15px 5px;
    overflow: hidden;
    display: inline-block;
}

.onvan_about {
    width: 98%;
    height: 30px;
    float: right;
    text-align: center;
    font-size: 16px;
    color: #DA2E2E;
    line-height: 30px;
    padding: 1%;
    overflow: hidden;
    text-decoration: none;
}

.matn_about {
    width: 94%;
    height: 145px;
    float: right;
    margin: 2px 0px;
    text-align: justify;
    line-height: 25px;
    color: #1f1e1e;
    font-size: 13px;
    padding: 0% 3%;
    overflow: hidden;
    font-family: Yekan, Arial, Helvetica, sans-serif;
}

.sheklak_naz14ar {
    width: 26px;
    height: 28px;
    float: right;
    margin-left:5px;
}

.bishtar {
    width: 30%;
    height: 30px;
    margin: 7px auto;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 12px;
    padding: 1%;
    cursor: pointer;
    overflow: hidden;
    background: #1d1a1a;
    display: inline-block;
    border-radius: 4px;
}

    .bishtar:hover {
        background: #DA2E2E;
    }

.moshtari {
    width: 100%;
    height: 164px;
    overflow: hidden;
    float: right;
}

.img_moshtari {
    width: 100px;
    height: 50px;
    display: inline-block;
    margin: 4px auto;
    cursor: pointer;
    border: 1px solid #eee;
    padding: 8px;
}

    .img_moshtari:hover {
        border: 1px solid #000;
    }

.footer {
    display: table;
    width: 100%;
    float: right;
    background: #202020;
    padding-bottom: 40px;
    margin-bottom: -40px;
}

.map {
    width: 100%;
    float: right;
    margin: 1%;
    height: 200px;
}

.slider_img {
    width: 100%;
    height: 100%;
}

.aksmap {
    border-radius: 4px;
}

.adress {
    width: 22%;
    display: table;
    float: right;
    margin: 1%;
}

.matn_addres {
    width: 98%;
    float: right;
    padding: 0% 1%;
    text-align: justify;
    font-size: 13px;
    line-height: 30px;
    font-family: Yekan, Arial, Helvetica, sans-serif;
    color: #D4D4D4;
    overflow: hidden;
    margin: 10px auto;
}

.mojavez {
    width: 24%;
    float: right;
    margin: 1%;
	display:table;
}

.footer_menu {
    width: 47%;
    display: table;
    float: right;
    margin: 1%;
}

.mojavezha {
    width: 33%;
    float: right;
    margin-bottom: 5px;
    overflow: hidden;
    margin-top: 10px;
}

.nemadetminan {
    width: 98%;
    height: 25px;
    float: right;
    padding: 0% 1%;
    text-align: justify;
    font-size: 12px;
    color: #fff;
    line-height: 25px;
    border-bottom: 1px solid #eee;
}

.kadr {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-color: #A02B2B;
    margin-right: 10px;
    text-align: center;
    line-height: 22px;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

    .kadr:hover {
        color: #FF0505;
        background: #fff;
    }

.meno_footer {
    width: 98%;
    float: right;
    margin-bottom: 5px;
    text-decoration: none;
    color: #fff;
    font-family: Yekan, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 25px;
    text-align: center;
    padding: 0% 1%;
}

    .meno_footer:hover {
        color: #E48080;
    }

.img_mojavez {
    width: 60%;
    height: 150px;
    margin: 10px 15%;
    padding: 25px 5%;
    float: right;
    overflow: hidden;
    font-family: Yekan, Arial, Helvetica, sans-serif;
    background: #fff;
	display:table;
}

.pic_mojavez {
    height: 100%;
}

.fot {
    background: #191818;
    margin-top: 10px;
}

.ejtemaee {
    display: inline-block;
    margin: 16px auto;
}

.img_l {
    width: 30px;
    height: 30px;
    float: right;
    cursor: pointer;
    margin-left: 3px;
    background: url('/template/img/img-template/icon/linkedin_b.png');
}

    .img_l:hover {
        background-image: url('/template/img/img-template/icon/linkedin_r.png');
    }

.img_t {
    width: 30px;
    height: 30px;
    float: right;
    cursor: pointer;
    margin-left: 3px;
    background: url('/template/img/img-template/icon/t_b.png');
}

    .img_t:hover {
        background-image: url('/template/img/img-template/icon/t_r.png');
    }

.img_f {
    width: 30px;
    height: 30px;
    float: right;
    cursor: pointer;
    margin-left: 3px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

    .img_f:hover {
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
    }

    .img_f img {
        float: right;
        width: 100%;
        height: 100%;
    }

.img_g {
    width: 30px;
    height: 30px;
    float: right;
    cursor: pointer;
    margin-left: 3px;
    background: url('/template/img/img-template/icon/goo_b.png');
}

    .img_g:hover {
        background-image: url('/template/img/img-template/icon/goo_r.png');
    }


.copyright {
    width: 70%;
    display: table;
    float: right;
    line-height: 41px;
    color: #676666;
    padding: 1% 0%;
    font-family: Yekan, Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 13px;
}




/*menu_user*/

.menu_ha_jk .mouseenter_id_f{
    line-height: 44px !important;
}
.menu_user_hoshmand .asli {
    padding-left: 10px;
}

    .menu_user_hoshmand .asli:hover {
        background: none;
    }

.menu_user_hoshmand a {
    color: inherit;
}

.menu_user_hoshmand .khate {
    padding: 2px 10px 4px 5px !important;
    background: #1D1A17;
    color: #fff;
}

.menu_user_hoshmand .asli img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-filter: grayscale(100%);
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    display: none !important;
}


.menu_user_hoshmand {
    float: right !important;
    height: 80% !important;
    line-height: 25px !important;
    color: #fff !important;
    margin-top: 7px;
}

.menu_user_hoshmand {
    height: 90% !important;
    font-size: 11px;
    margin-top: 7px;
}

    .menu_user_hoshmand a:hover {
        color: #FFB300 !important;
    }

.m_r_lach {
    width: 100%;
    height: 40px;
    background: #1D1A17;
    color: #fff;
    margin: 0 auto;
    display: inline-block;
    float: right;
}

.img_icon {
    width: 25px;
    height: 25px;
    float: right;
    margin-right: 2px;
    margin-left: 7px;
    -webkit-filter: invert(1);
    filter: invert(1);
}

.meno_heder {
    display: inline-block;
    height: 30px;
    padding: 0px 2%;
    text-align: center;
    font-size: 13px;
    color: #FFD500;
    line-height: 30px;
    border-left: 1px solid #e5dede;
    float: right;
    margin-top: 3px;
}

.menu_hoshmand {
    float: left !important;
    display: inline-block !important;
    color: #FFD500 !important;
}

    .menu_hoshmand .asli {
        display: inline-block !important;
        height: 30px !important;
        padding: 0% 12px !important;
        text-align: center !important;
        font-size: 13px !important;
        line-height: 30px !important;
        color: #F97E7E !important;
        float: right !important;
        margin-top: 5px !important;
        margin-left: 5px;
            border-bottom: 1px solid #191818;

    }


        .menu_hoshmand .asli:hover {
            border-bottom: 1px solid #eee !important;
            color: #eee !important;
        }

    .menu_hoshmand a {
        display: block !important;
        height: 100% !important;
        color: inherit !important;
    }

.erssas img {
    display: none !important;
}

.menu_hoshmand .jamenu, .menu_hoshmand .jamenu2 {
    background-color: #FFD500 !important;
    text-align: right;
    color: rgb(28, 40, 90) !important;
}

    .menu_hoshmand .jamenu:hover, .menu_hoshmand .jamenu2:hover {
        background-color: rgb(28, 40, 90)!important;
        color: #fff !important;
    }

.menu_hoshmand {
    width: 100% !important;
    padding: 10px 0px;
    background: #191818 !important;
    text-align: center !important;
}

    .menu_hoshmand .erssas.asli {
        float: none !important;
        margin: 0 auto !important;
        display: inline-block !important;
    }
/*menu_user*/

/*منو لایه ای*/
.menu_new_saz {
    background: none !important;
    color: #fff !important;
    line-height: 46px !important;
    float: right !important;
    width: auto !important;
	min-width:650px
}

.asli_news {
    padding: 1px 15px !important;
}

.menu_new_saz .asli_news.mouseenter_id_f {
    background: rgba(97,7,7,1);
    background: -moz-linear-gradient(top, rgba(97,7,7,1) 0%, rgba(209,54,54,1) 48%, rgba(97,7,7,1) 99%, rgba(97,7,7,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(97,7,7,1)), color-stop(48%, rgba(209,54,54,1)), color-stop(99%, rgba(97,7,7,1)), color-stop(100%, rgba(97,7,7,1)));
    background: -webkit-linear-gradient(top, rgba(97,7,7,1) 0%, rgba(209,54,54,1) 48%, rgba(97,7,7,1) 99%, rgba(97,7,7,1) 100%);
    background: -o-linear-gradient(top, rgba(97,7,7,1) 0%, rgba(209,54,54,1) 48%, rgba(97,7,7,1) 99%, rgba(97,7,7,1) 100%);
    background: -ms-linear-gradient(top, rgba(97,7,7,1) 0%, rgba(209,54,54,1) 48%, rgba(97,7,7,1) 99%, rgba(97,7,7,1) 100%);
    background: linear-gradient(to bottom, rgba(97,7,7,1) 0%, rgba(209,54,54,1) 48%, rgba(97,7,7,1) 99%, rgba(97,7,7,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#610707', endColorstr='#610707', GradientType=0 );
    color: #fff !important;
    border: 0px !important;
}

.menu_new_saz .asli_news.menu_news_selected {
    background: rgba(97,7,7,1);
    background: -moz-linear-gradient(top, rgba(97,7,7,1) 0%, rgba(209,54,54,1) 48%, rgba(97,7,7,1) 99%, rgba(97,7,7,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(97,7,7,1)), color-stop(48%, rgba(209,54,54,1)), color-stop(99%, rgba(97,7,7,1)), color-stop(100%, rgba(97,7,7,1)));
    background: -webkit-linear-gradient(top, rgba(97,7,7,1) 0%, rgba(209,54,54,1) 48%, rgba(97,7,7,1) 99%, rgba(97,7,7,1) 100%);
    background: -o-linear-gradient(top, rgba(97,7,7,1) 0%, rgba(209,54,54,1) 48%, rgba(97,7,7,1) 99%, rgba(97,7,7,1) 100%);
    background: -ms-linear-gradient(top, rgba(97,7,7,1) 0%, rgba(209,54,54,1) 48%, rgba(97,7,7,1) 99%, rgba(97,7,7,1) 100%);
    background: linear-gradient(to bottom, rgba(97,7,7,1) 0%, rgba(209,54,54,1) 48%, rgba(97,7,7,1) 99%, rgba(97,7,7,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#610707', endColorstr='#610707', GradientType=0 );
    color: #fff !important;
    border: 0px !important;
}

.menu_new_saz .asli_news {
    height: 100% !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    line-height: 59px;
}

.menu_new_saz_absol {
    top: 60px !important;
}

    .menu_new_saz_absol > div {
        color: #FFF !important;
        text-decoration: none !important;
        background: rgba(250,127,127,1);
        background: -moz-linear-gradient(45deg, rgba(250,127,127,1) 0%, rgba(158,41,41,1) 100%) !important;
        background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(250,127,127,1)), color-stop(100%, rgba(158,41,41,1))) !important;
        background: -webkit-linear-gradient(45deg, rgba(250,127,127,1) 0%, rgba(158,41,41,1) 100%) !important;
        background: -o-linear-gradient(45deg, rgba(250,127,127,1) 0%, rgba(158,41,41,1) 100%) !important;
        background: -ms-linear-gradient(45deg, rgba(250,127,127,1) 0%, rgba(158,41,41,1) 100%) !important;
        background: linear-gradient(45deg, rgba(250,127,127,1) 0%, rgba(158,41,41,1) 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa7f7f', endColorstr='#9e2929', GradientType=1 ) !important;
    }
/*منو لایه ای*/




/*page_dakheli*/
.safhe_box {
    display: block;
    margin: 0px auto 10px auto;
    background: #FFF;
    padding: 0% 1% 1% 1%;
    border-radius: 4px;
}

.disply_block_div {
    display: table;
    width: 100%;
}

.menu_kala {
    width: 100%;
    height: 40px;
    float: right;
    margin-bottom: 20px;
    border-bottom: 1px solid #E5DEDE;
    background: #fff;
}

.moshakhasat {
    display: inline-block;
    float: right;
    padding: 0% 2%;
    border-bottom: 2px solid #fff;
    height: 38px;
    text-align: center;
    line-height: 38px;
    font-size: 13px;
    color: #222;
    font-family: Yekan, Arial, Helvetica, sans-serif;
    text-decoration: none;
    cursor: pointer;
}

    .moshakhasat:hover {
        border-bottom: 2px solid #569A93 !important;
    }

.menu_kala .sel_men {
    background: #EEEEEE !important;
    border-bottom: 2px solid #569A93 !important;
}

.aks_kala {
    width: 90%;
    height: 300px;
    margin: 0px auto;
    display: inline-block;
    cursor: pointer;
    position: relative;
    box-shadow: 0px -1px 2px #E5DEDE;
    padding-top: 20px;
}

.head_kala {
    width: 100%;
    height: 20px;
    float: right;
    margin-top: 10px;
}

.box_gozarkala {
    width: 90%;
    height: 100px;
    float: right;
    padding: 0% 5%;
    overflow: hidden;
    position: relative;
}

.pic_kala {
    width: 24%;
    height: 78px;
    float: right;
    border: 1px solid #E5DEDE;
    margin: 10px 1% 10px 0%;
    cursor: pointer;
    overflow: hidden;
}

.titr_kala {
    width: 96%;
    height: 70px;
    float: right;
    padding: .5% 2%;
    background: #EEEEEE;
    border-bottom: 2px solid #569A93;
}

.pic_kala:hover {
    filter: alpha(opacity=60);
    -moz-opacity: .60;
    opacity: .60;
}

.siz_kala {
    max-width: 100%;
    height: 300px;
    display: inline-block;
    margin: 0 auto;
}

    .siz_kala img {
        max-width: 100%;
        margin: 0 auto;
        height: 100%;
        display: block;
    }

.hame_aks {
    width: 100%;
    height: 100%;
}

.pic_bish {
    width: 15%;
    height: 58px;
    border: 1px solid #E5DEDE;
    position: absolute;
    overflow: hidden;
    background: #eee;
    text-align: center;
    line-height: 30px;
    padding: 10px 0px;
    cursor: pointer;
    font-size: 11px;
    font-family: Yekan, Arial, Helvetica, sans-serif;
    color: #6B6B48;
    left: 25px;
    top: 10px;
}

    .pic_bish:hover {
        background: #fff;
        color: #222;
    }

.kuchik_icon {
    width: 20px;
    height: 20px;
    float: left;
    margin-left: 1%;
    filter: alpha(opacity=60);
    -moz-opacity: .60;
    opacity: .60;
    cursor: pointer;
    display: block;
}

    .kuchik_icon:hover {
        filter: alpha(opacity=100);
        -moz-opacity: 1.0;
        opacity: 1.0;
    }

.zangule {
    width: 18px;
    height: 20px;
    float: right;
    cursor: pointer;
    background: url('/template/img/img-template/icon/zangule.png') center 0px;
    margin-right: 2%;
}

    .zangule:hover {
        background: url('/template/img/img-template/icon/zangule.png') center 19px;
    }

.icon_3d {
    width: 20px;
    height: 20px;
    float: right;
    cursor: pointer;
    margin-right: 2%;
    background: url('/template/img/img-template/icon/ic_3d.png') center no-repeat;
}

    .icon_3d:hover {
        background: url('/template/img/img-template/icon/ic_3d2.png') center no-repeat;
    }

.pishnahad_kala {
    position: absolute;
    z-index: 687;
    width: 70px;
    height: 70px;
    right: -3px;
    top: -3px;
}

.pvije_kala {
    position: absolute;
    z-index: 687;
    width: 70px;
    height: 70px;
    left: -3px;
    top: -3px;
}

.kala_text {
    width: 59%;
    display: table;
    float: left;
    padding-bottom: 20px;
    background: #FDFDFD;
}

.on_kal1 {
    width: 70%;
    height: 30px;
    float: right;
    text-align: right;
    color: #222;
    font-size: 14px;
    font-weight: bold;
    font-family: Yekan, Arial, Helvetica, sans-serif;
    line-height: 30px;
}

.on_kal2 {
    width: 100%;
    height: 30px;
    font-family: Yekan, Arial, Helvetica, sans-serif;
    float: right;
    text-align: right;
    color: #808080;
    font-size: 14px;
    line-height: 30px;
}

.dustdashtani {
    width: 25%;
    height: 30px;
    float: left;
    padding: 0px 2%;
}

.mokaab_kala {
    width: 100%;
    height: 70px;
    float: right;
    margin-top: 10px;
}

.titr_jens {
    width: 96%;
    height: 30px;
    font-family: Yekan, Arial, Helvetica, sans-serif;
    float: right;
    text-align: right;
    color: #808080;
    font-size: 14px;
    line-height: 30px;
    padding: 0% 2%;
}

    .titr_jens span {
        color: #222;
    }

.color_bo {
    width: 12%;
    height: 28px;
    float: right;
    margin-right: 2%;
    border: 1px solid #E5DEDE;
    text-align: right;
    font-size: 12px;
    font-family: Yekan, Arial, Helvetica, sans-serif;
    position: relative;
    color: #222;
    border-radius: 4px;
    line-height: 27px;
}

    .color_bo:hover {
        background: #F7F7DA;
    }

    .color_bo span {
        width: 20px;
        height: 20px;
        float: right;
        border-radius: 50%;
        border: 1px solid #E5DEDE;
        margin: 3px 2px 3px 4px;
    }

    .color_bo .jjj:before {
        content: 'انتخاب';
        display: block;
        line-height: 29px;
        width: 57%;
        position: absolute;
        height: 100%;
        right: 0px;
        top: 0px;
        padding-right: 40%;
    }

.garanti_kala {
    width: 96%;
    height: 30px;
    float: right;
    text-align: right;
    font-size: 13px;
    font-family: Yekan, Arial, Helvetica, sans-serif;
    color: #222;
    line-height: 30px;
    padding: 0% 2%;
}

.titr_jens:after {
    content: '';
    width: 6px;
    height: 6px;
    float: right;
    border-radius: 50%;
    background: #676767;
    margin-top: 15px;
    margin-left: 5px;
}

.gheimat_kala {
    width: 31%;
    height: 100%;
    display: inline-block;
    margin: 0 auto;
    padding: 0% 1%;
}

.titr_gheimat {
    width: 98%;
    height: 29px;
    float: right;
    text-align: center;
    font-size: 13px;
    font-family: Yekan, Arial, Helvetica, sans-serif;
    color: #808080;
    line-height: 30px;
    padding: 0% 1%;
    border-bottom: 1px solid #E5DEDE;
}

.kala_nerkh {
    width: 98%;
    height: 38px;
    float: right;
    text-align: center;
    font-size: 15px;
    font-family: Google, Arial, Helvetica, sans-serif;
    color: #808080;
    line-height: 38px;
    padding: 0% 1%;
    margin-top: 2px;
    border-radius: 4px;
    font-weight: bold;
}

.col_k1 {
    color: #116303;
    background: #CBFFC1;
}

.col_k2 {
    color: #F10C0C;
    background: #FFC1C1;
}

.afzud_sabad input {
    background: none;
    border: 0px;
    font-family: inherit;
    color: inherit;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
    cursor: pointer;
    top: -1px;
}

.afzud_sabad {
    position: relative;
    display: inline-block;
    text-align: center;
    margin: 10px auto 0px auto;
    padding: 0px 1%;
    min-width: 25%;
    font-family: Yekan, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 27px;
    cursor: pointer;
    overflow: hidden;
    background: rgba(136,202,95,1);
    background: -moz-linear-gradient(top, rgba(136,202,95,1) 0%, rgba(2,129,1,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(136,202,95,1)), color-stop(100%, rgba(2,129,1,1)));
    background: -webkit-linear-gradient(top, rgba(136,202,95,1) 0%, rgba(2,129,1,1) 100%);
    background: -o-linear-gradient(top, rgba(136,202,95,1) 0%, rgba(2,129,1,1) 100%);
    background: -ms-linear-gradient(top, rgba(136,202,95,1) 0%, rgba(2,129,1,1) 100%);
    background: linear-gradient(to bottom, rgba(136,202,95,1) 0%, rgba(2,129,1,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88ca5f', endColorstr='#028101', GradientType=0 );
    border: 1px solid #82BF6E;
    border-radius: 4px;
    height: 35px;
    color: #FFFFFF;
}

    .afzud_sabad:hover {
        border: 1px solid #F39292;
        background: rgba(255,173,173,1);
        background: -moz-linear-gradient(top, rgba(255,173,173,1) 0%, rgba(255,173,173,1) 1%, rgba(223,110,110,1) 99%, rgba(223,110,110,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,173,173,1)), color-stop(1%, rgba(255,173,173,1)), color-stop(99%, rgba(223,110,110,1)), color-stop(100%, rgba(223,110,110,1)));
        background: -webkit-linear-gradient(top, rgba(255,173,173,1) 0%, rgba(255,173,173,1) 1%, rgba(223,110,110,1) 99%, rgba(223,110,110,1) 100%);
        background: -o-linear-gradient(top, rgba(255,173,173,1) 0%, rgba(255,173,173,1) 1%, rgba(223,110,110,1) 99%, rgba(223,110,110,1) 100%);
        background: -ms-linear-gradient(top, rgba(255,173,173,1) 0%, rgba(255,173,173,1) 1%, rgba(223,110,110,1) 99%, rgba(223,110,110,1) 100%);
        background: linear-gradient(to bottom, rgba(255,173,173,1) 0%, rgba(255,173,173,1) 1%, rgba(223,110,110,1) 99%, rgba(223,110,110,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffadad', endColorstr='#df6e6e', GradientType=0 );
    }

.tedad_kala {
    width: 46%;
    height: 30px;
    float: right;
    font-size: 14px;
    font-family: Yekan, Arial, Helvetica, sans-serif;
    color: #808080;
    line-height: 30px;
    text-align: right;
    padding: 0% 2%;
    margin-top: 10px;
}

    .tedad_kala input {
        width: 28px;
        height: 28px;
        color: #222;
        text-align: center;
        border: 1px solid #E5DEDE;
        border-radius: 4px;
    }

.cart_kala {
    width: 30px;
    height: 30px;
    float: right;
    display: block;
    margin: 0px 5px;
    background: url('/template/img/img-template/icon/cart3.png') center no-repeat;
    border-left: 1px solid #FFF;
    padding-left: 3%;
}

.header_kala {
    width: 98%;
    height: 50px;
    float: right;
    text-align: right;
    padding-right: 2%;
    line-height: 50px;
    color: #569A93;
    font-family: Yekan, Arial, Helvetica, sans-serif;
    font-size: 20px;
    border-bottom: 2px solid #569A93;
    margin: 10px 0px;
}

.kala_img {
    width: 40%;
    display: table;
    float: right;
    padding: 3px 0px;
}

.jabe_cala {
    font-size: 13px;
    float: right;
    text-align: justify;
    width: 100%;
    display: table;
    line-height: 25px;
    font-family: Yekan, Arial, Helvetica, sans-serif;
}

.kadoha_gift label, .kadoha_gift a {
    width: 86% !important;
    padding: 0% 2% !important;
    text-align: center !important;
    background: #1D1A17 !important;
}

    .kadoha_gift label:hover, .kadoha_gift a:hover {
        background: rgb(223, 110, 110)!important;
    }

.select_class_kddo label {
    background: #17A952 !important;
}

.kadobox_io_pp {
    text-align: center !important;
}

.name_kala {
    width: 96%;
    height: 40px;
    float: right;
    padding: 0% 2%;
    text-align: center;
    line-height: 20px;
    color: #222;
    overflow: hidden;
    display: block;
}
/*کادوها*/
.kado_send {
    width: 90%;
    display: table;
    float: right;
    text-align: center;
    font-family: Yekan, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #019A22;
    line-height: 30px;
    padding: 0% 5% 10px 5%;
}

.select_class_kddo .gheymat:before {
    content: '✔';
    display: inline-block;
    float: right;
    color: #fff;
    margin-right: 5%;
}

.select_class_kddo {
    background: #F7F7DA !important;
    background: #D8EFEC !important;
}

.esm_kado {
    color: red !important;
}

.kadoha_gift .gheymat {
    background: #569a93 !important;
}

.kadoha_gift {
    border: 1px solid #e5dede !important;
    float: none !important;
    margin: 5px!important;
    display: inline-block !important;
}

.aks_pic_hadi {
    max-width: 100%;
    height: 250px;
    margin: 0 auto;
    display: inline-block;
}

.pik_hadie {
    width: 50%;
    height: 250px;
    margin: 10px auto;
    display: inline-block;
}

.titr_kado_pg {
    width: 95%;
    height: 40px;
    padding-right: 5%;
    float: right;
    background: #569A93;
    font-size: 16px;
    text-align: justify;
    overflow: hidden;
    line-height: 40px;
    color: #FFFFFF;
    font-family: Google, Arial, Helvetica, sans-serif;
    margin-top: 10px;
}

.nerkh_kado_jeld {
    width: 98%;
    height: 40px;
    padding: 0% 1%;
    font-family: Yekan, Arial, Helvetica, sans-serif;
    font-size: 16px;
    overflow: hidden;
    text-align: center;
    line-height: 40px;
    color: #2ED410;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}

.tozi_bish_kado {
    width: 98%;
    display: table;
    float: right;
    padding: 0% 1%;
    font-family: Yekan, Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-align: justify;
    overflow: hidden;
    line-height: 30px;
    color: #222;
}

.ent_kado_jeld, .kadoha_select_op {
    width: 16%;
    height: 35px;
    margin: 5px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin-top: 19px;
    padding: 0px 1%;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border: 1px solid #82BF6E;
    border-radius: 4px;
    line-height: 34px;
    background: rgba(16,122,58,1);
    background: -moz-linear-gradient(top, rgba(16,122,58,1) 0%, rgba(31,150,80,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(16,122,58,1)), color-stop(100%, rgba(31,150,80,1)));
    background: -webkit-linear-gradient(top, rgba(16,122,58,1) 0%, rgba(31,150,80,1) 100%);
    background: -o-linear-gradient(top, rgba(16,122,58,1) 0%, rgba(31,150,80,1) 100%);
    background: -ms-linear-gradient(top, rgba(16,122,58,1) 0%, rgba(31,150,80,1) 100%);
    background: linear-gradient(to bottom, rgba(16,122,58,1) 0%, rgba(31,150,80,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#107a3a', endColorstr='#1f9650', GradientType=0 );
}

    .ent_kado_jeld:hover, .kadoha_select_op:hover {
        border: 1px solid #F39292;
        background: rgba(255,173,173,1);
        background: -moz-linear-gradient(top, rgba(255,173,173,1) 0%, rgba(255,173,173,1) 1%, rgba(223,110,110,1) 99%, rgba(223,110,110,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,173,173,1)), color-stop(1%, rgba(255,173,173,1)), color-stop(99%, rgba(223,110,110,1)), color-stop(100%, rgba(223,110,110,1)));
        background: -webkit-linear-gradient(top, rgba(255,173,173,1) 0%, rgba(255,173,173,1) 1%, rgba(223,110,110,1) 99%, rgba(223,110,110,1) 100%);
        background: -o-linear-gradient(top, rgba(255,173,173,1) 0%, rgba(255,173,173,1) 1%, rgba(223,110,110,1) 99%, rgba(223,110,110,1) 100%);
        background: -ms-linear-gradient(top, rgba(255,173,173,1) 0%, rgba(255,173,173,1) 1%, rgba(223,110,110,1) 99%, rgba(223,110,110,1) 100%);
        background: linear-gradient(to bottom, rgba(255,173,173,1) 0%, rgba(255,173,173,1) 1%, rgba(223,110,110,1) 99%, rgba(223,110,110,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffadad', endColorstr='#df6e6e', GradientType=0 );
    }

    .kadoha_select_op:after {
        content: 'انتخاب';
    }
/*کادوها*/
.kala:hover .name_kala {
    color: #DF6E6E;
}

/*.box .safhe_box:last-child {
    border-bottom: 0px;
}*/

.table_factoy {
    border-bottom: 1px solid #C4C4C4 !important;
}

.box_body {
    width: 100%;
    display: table;
    margin: 0 auto;
    background: #fff;
    padding-top: 0px;
}
/*page_dakheli*/





/*news*/
.box_body {
    width: 100%;
    display: table;
    float: right;
}

.arshiv_newspas_3 {
    width: 97%;
    height: 40px;
    padding-right: 3%;
    float: right;
    background: rgb(22, 31, 69);
    font-size: 13px;
    text-align: justify;
    line-height: 40px;
    color: #FFFFFF;
    font-family: Google, Arial, Helvetica, sans-serif;
    /*margin-top: 10px;*/
}

    .arshiv_newspas_3 a:hover {
        color: #D7FFFB;
    }

.color_tree_p {
    color: #FFEAE0;
}


.k4_jabr_efg {
    width: 100%;
    display: table;
    float: right;
}

.arshiv_newspas_6 {
    width: 47.8%;
    display: table;
    float: right;
    box-shadow: -1px 1px 1px #F5F5F5;
    padding: 1%;
    margin-top: .5%;
    background: #fff;
}

.k4_jabr_efg .arshiv_newspas_6:nth-child(odd) {
    float: left;
}

.k4_jabr_efg .arshiv_newspas_6:nth-child(even) {
    float: right;
}

.arshiv_newspas_6:hover {
    background: #F5F5F5;
}

.k4_jabr_efg .arshiv_newspas_6:first-child {
    width: 98%;
    border-bottom: 1px solid #e5dede;
    box-shadow: none;
}

.arshiv_newspas_4 {
    width: 48%;
    float: right;
    color: #EA2C2C;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    text-align: justify;
    padding: 0% 1%;
    line-height: 30px;
    display: block;
    font-size: 13px;
    overflow: hidden;
    height: 60px;
}

.arshiv_newspas_8 {
    width: 48%;
    float: right;
    text-align: left;
    color: #808080;
    font-style: italic;
    font-size: 11px;
    display: block;
    line-height: 18px;
    padding: 1%;
    height: 18px;
    font-family: Yekan, Arial, Helvetica, sans-serif;
}

.arshiv_newspas_9 {
    width: 50%;
    height: 200px;
    float: right;
    overflow: hidden;
}

.k4_jabr_efg .arshiv_newspas_6:first-child .arshiv_newspas_9 {
    width: 40%;
}

.k4_jabr_efg .arshiv_newspas_6:first-child .arshiv_newspas_4 {
    text-align: center;
}

.k4_jabr_efg .arshiv_newspas_6:first-child .arshiv_newspas_4, .k4_jabr_efg .arshiv_newspas_6:first-child .arshiv_newspas_8, .k4_jabr_efg .arshiv_newspas_6:first-child .arshiv_newspas_7 {
    width: 58%;
}

.img_arshiv_n {
   max-width: 100%!important;
    width: auto!important;
    max-height: 180px!important;
    height: auto !important;
    margin-top: 10px;
}

img {
    border: 0px;
}

.arshiv_newspas_7 {
    width: 48%;
    height: 105px;
    float: right;
    padding: 2px 1% 0px 1%;
    text-indent: 20px;
    text-align: justify;
    overflow: hidden;
    font-size: 12px;
    display: block;
    font-family: Yekan, Arial, Helvetica, sans-serif;
    line-height: 25px;
    color: #222;display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0) 100%);

}

.arshiv_newspas_3 a {
    color: inherit;
}

.p5_2 {
    width: 100%;
    display: table;
    background: #fff;
}

.keshesh {
    width: 100%;
    display: table;
    float: right;
}

.p5_7 {
    width: 100%;
    height: 25px;
    float: right;
    line-height: 25px;
    font-size: 11px;
    margin-bottom: 3px;
}

.p5_8 {
    width: 20px;
    height: 20px;
    float: left;
    color: #000;
    font-size: 11px;
    margin-left: 5px;
    line-height: 25px;
}

.p5_18 {
    width: 16px;
    height: 16px;
    float: right;
    border: 1px solid #F3F3D2;
    background-color: #fff;
    border-radius: 4px;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    margin-top: 1px;
    line-height: 16px;
    font-size: 12px;
    text-decoration: none;
    color: #A7A779;
}

    .p5_18:hover {
        border: 1px solid #A7A779;
        color: #6B6B48;
        background: #F7F7DA;
    }

.p5_21 {
    width: 16px;
    height: 16px;
    float: right;
    border-radius: 4px;
    display: inline-block;
    font-family: Yekan, Arial, Helvetica, sans-serif;
    vertical-align: middle;
    text-align: center;
    margin-top: 3px;
    line-height: 15px;
    color: #A7A779;
}

.p5_3 {
    width: 100%;
    line-height: 30px;
    text-align: center;
    float: right;
    font-weight: bold;
    overflow: hidden;
    font-size: 13px;
    color: #FF0303;
    height: 30px;
    font-family: Google, Arial, Helvetica, sans-serif;
    border-bottom: 1px solid rgb(22, 31, 69);
    padding-bottom: 3px;
}

.p5_22 {
    width: 20px;
    height: 20px;
    margin: 0px 1px;
    float: right;
    display: none;
    filter: alpha(opacity=60);
    -moz-opacity: .60;
    opacity: .60;
}

    .p5_22:hover {
        filter: alpha(opacity=100);
        -moz-opacity: 1.0;
        opacity: 1.0;
    }

.p5_9 {
    width: 20px;
    height: 20px;
    background: url('/template/img/img-template/icon/thumbsUp2.png');
    background-size: cover;
    float: left;
    cursor: pointer;
}

    .p5_9:hover {
        background: url('/template/img/img-template/icon/thumbsUp.png');
        background-size: cover;
    }

.p5_11 {
    width: 20px;
    height: 20px;
    float: left;
    cursor: pointer;
    background: url('/template/img/img-template/icon/down6.png');
    background-size: cover;
    margin-top: 5px;
}

    .p5_11:hover {
        background: url('/template/img/img-template/icon/down5.png');
        background-size: cover;
    }

.p5_12 {
    display: inline;
    float: right;
    text-align: right;
    color: #A7A779;
    font-size: 12px;
    line-height: 25px;
    font-family: Yekan, Arial, Helvetica, sans-serif;
}

.p5_13 {
    width: 18px;
    height: 18px;
    float: right;
    margin-left: 5px;
    margin-bottom: 3px;
    cursor: pointer;
    background: url('/template/img/img-template/icon/print1.png');
    background-size: cover;
}

    .p5_13:hover {
        background: url('/template/img/img-template/icon/print2.png');
        background-size: cover;
    }

.p5_14 {
    width: 98%;
    display: table;
    float: right;
    margin-top: 10px;
    padding: 0% 1%;
}

.p5_15 {
    width: 98%;
    height: 25px;
    float: right;
    text-align: right;
    overflow: hidden;
    padding:0% 1%;
    font-size: 11px;
    font-family: Yekan, Arial, Helvetica, sans-serif;
    color: #6B6B48;
	display:table;
}

.tarikh_khabar {
    display: inline;
    text-align: center;
    font-style: italic;
    font-size: 12px;
    color: #8d8888;
    margin: 0px 5px;
    line-height: 25px;
    float: left;
}

.img_khabar_yuio {
    width: 50%;
    height: 300px;
    margin: 10px auto;
    display: inline-block;
    overflow: hidden;
}

    .img_khabar_yuio img {
        max-width: 100%;
        height: 100%;
    }

.p5_4 {
    width: 98%;
    height: 25px;
    float: left;
    text-align: left;
    padding: 0% 1%;
}

    .p5_4 a {
        display: inline-block;
    }

.p5_16 {
    display: inline-block;
    text-align: right;
    font-style: italic;
    font-size: 12px;
    color: #989898;
    margin: 0px 1px;
    font-family: Yekan, Arial, Helvetica, sans-serif;
    line-height: 25px;
    text-decoration: none;
}

    .p5_16:hover {
        cursor: pointer;
        color: #0026ff;
    }

.p5_15 {
    width: 98%;
    height: 25px;
    float: right;
    text-align: right;
    overflow: hidden;
    padding: 1%;
    font-size: 11px;
    font-family: Yekan, Arial, Helvetica, sans-serif;
    color: #6B6B48;
}

.p5_17 {
    width: 20px;
    height: 20px;
    margin: 0 auto;
    filter: alpha(opacity=60);
    -moz-opacity: .60;
    opacity: .60;
}

    .p5_17:hover {
        filter: alpha(opacity=100);
        -moz-opacity: 1.0;
        opacity: 1.0;
    }

.p5_5 {
    width: 98%;
    display: table;
    font-family: Yekan, Arial, Helvetica, sans-serif;
    line-height: 25px;
    font-size: 14px;
    padding: 1%;
    text-align: justify;
    direction: rtl;
}

.box_khabar {
    width: 72%;
    display: table;
    float: right;
    margin-top: 10px;
}

.gal_head {
    width: 94%;
    height: 49px;
    border-bottom: 1px solid #E2E2C6;
    text-align: right;
    margin: 5px auto 0px auto;
    background: #F3F3D2;
    padding-right: 5%;
    line-height: 50px;
    color: #6B6B48;
    font-family: Yekan, Arial, Helvetica, sans-serif;
    font-size: 17px;
}

.jabe_gallory {
    float: right;
    display: table;
    margin-right: .5%;
    width: 68%;
}

.disply_block_div {
    display: table;
    width: 100%;
}

.gal_box {
    width: 100%;
    height: 350px;
    float: right;
    cursor: pointer;
    border-left: 1px solid #F3F3D2;
}

.gal_new {
    height: 398px;
    background: #fff;
    float: right;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #F7F7DA;
    margin-top: 10px;
    display: block;
}

.box_khabar .arshiv_newspas_6:nth-child(odd) {
    float: left;
}

.box_khabar .arshiv_newspas_6:nth-child(even) {
    float: right;
}

.aks_box {
    width: 96%;
    height: 285px;
    margin: 7px auto 0px auto;
    display: inline-block;
}

.gal_box:hover {
    background: #F3F3D2;
}

.galory_t {
    float: left;
    width: 30%;
    display: table;
    margin-left: .5%;
}

.galy_jabe {
    width: 100%;
    height: 101px;
    margin: 7px auto 0 auto;
    border-bottom: 1px solid #F7F7DA;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
}

    .galy_jabe:hover {
        background: #EFEFCE;
    }

.sel_galy_jabe {
    background: #6B6B48 !important;
}

.te_galy {
    width: 46%;
    height: 67px;
    float: right;
    margin: 5px 0px 3px 0px;
    text-align: right;
    font-size: 12px;
    overflow: hidden;
    line-height: 23px;
    color: #222;
    font-family: Yekan, Arial, Helvetica, sans-serif;
}

.sel_galy_jabe .te_galy {
    color: #F3F3D2 !important;
}

.galy_jabe:hover .te_galy {
    color: red;
}

.img_gal {
    width: 50%;
    height: 95px;
    overflow: hidden;
    float: right;
    margin: 3px 2%;
}

.galy_jabe:hover .img_gal {
    border-radius: 5px;
}

.text_box {
    display: inline-block;
    width: 96%;
    height: 45px;
    margin: 0 auto;
    text-align: center;
    color: #222;
    font-size: 12px;
    line-height: 45px;
    overflow: hidden;
}

.gal_box:hover .text_box {
    color: #FFA302;
}

.img_pic {
    width: 100%;
    height: 100%;
}

.aks_box .img_pic {
    width: auto;
    max-width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
}


.ras_khabar {
    width: 27%;
    display: table;
    float: left;
    margin: 0px 0% 0px 0%;
    margin-top: 10px;
}


.on_bargo {
    width: 97%;
    height: 50px;
    background: #569A93;
    text-align: center;
    display: inline-block;
    line-height: 50px;
    color: #fff;
    font-size: 17px;
    font-family: Google, Arial, Helvetica, sans-serif;
    margin: 5px auto 0px auto;
}

.bargozin {
    width: 100%;
    float: right;
    display: table;
    background: #fff;
    border: 1px solid #e5dede;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.box_bargo {
    width: 97%;
    height: 70px;
    float: right;
    margin: 0% 1.5%;
    border-bottom: 1px solid #F3F3D2;
    padding: 7px 0px;
    cursor: pointer;
}

    .box_bargo:hover {
        background: #F9F9E9;
    }

.pic_bargo {
    width: 30%;
    display: block;
    height: 100%;
    float: right;
    overflow: hidden;
    border-radius: 5px;
}

.img_pic {
    width: 100%;
    height: 100%;
}

.aks_box .img_pic {
    width: auto;
    max-width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
}

.text_bargo {
    width: 64%;
    height: 50px;
    float: right;
    padding: 0% 3%;
    text-align: justify;
    font-size: 13px;
    display: block;
    overflow: hidden;
    color: #3E3E1C;
    font-family: Yekan, Arial, Helvetica, sans-serif;
    line-height: 25px;
}

.box_bargo:hover .text_bargo {
    color: red;
}

.date_barg {
    width: 64%;
    height: 20px;
    float: right;
    padding: 0% 3%;
    text-align: right;
    font-size: 12px;
    font-style: italic;
    display: block;
    color: #938f8f;
    font-family: Yekan, Arial, Helvetica, sans-serif;
    line-height: 20px;
}

.bish_bargo {
    width: 97%;
    height: 30px;
    float: right;
    text-align: center;
    line-height: 30px;
    color: #6B6B48;
    margin: 0% 1.5%;
    font-size: 12px;
    font-family: Yekan, Arial, Helvetica, sans-serif;
}

    .bish_bargo:hover {
        background: rgb(223, 110, 110);
        color: #fff;
    }

.mon_box {
    width: 97%;
    height: 200px;
    float: right;
    margin: 0% 1.5%;
    border-bottom: 1px solid #e5dede;
}

    .mon_box:hover {
        background: #F9F9F9;
    }

.mont_pic {
    width: 50%;
    float: none;
    margin: 10px auto 0px auto;
    display: inline-block;
    height: 110px;
    position: relative;
    overflow: hidden;
}

.mon_tex {
    width: 94%;
    height: 50px;
    float: right;
    padding: 0% 3%;
    text-align: center;
    font-size: 12px;
    display: block;
    color: #3E3E1C;
    font-family: Yekan, Arial, Helvetica, sans-serif;
    line-height: 25px;
}

.icon_folm {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 900;
    top: 0px;
    left: 0px;
    background: url('/template/img/img-template/icon/play-icon.png') center no-repeat;
    background-color: rgba(39, 38, 38, 0.76);
    display: none;
}

.mont_pic:hover .icon_folm {
    display: block;
}

.video:hover .icon_folm {
    display: block;
}

.mon_box:hover .mon_tex {
    color: #12d0e4;
}

.tarik_mon {
    width: 94%;
    height: 20px;
    float: right;
    padding: 0% 3%;
    text-align: left;
    font-size: 12px;
    font-style: italic;
    display: block;
    color: #938f8f;
    font-family: Yekan, Arial, Helvetica, sans-serif;
    line-height: 20px;
}

.galory_t .galy_jabe:last-child {
    border: 0px;
}
/*news*/


/*paging*/
.bodypag_pasar {
    width: 100%;
    height: 43px;
    background: #eee;
    margin: 5px auto !important;
    float: right;
}


.pag_pasar_1 {
    display: inline-block;
    direction: rtl;
    margin: 8px auto 0px auto;
}

.pag_pasar_2 {
    height: 25px;
    padding: 0px 9px;
    display: inline-block;
    line-height: 25px;
    overflow: hidden;
    border-radius: 5px;
    color: #666;
    cursor: pointer;
    background: #fff;
    font-size: 12px;
    margin-right: 2px;
    font-family: Yekan, Arial, Helvetica, sans-serif;
}

    .pag_pasar_2:hover {
        background: #D8FBF7;
    }

.pag_pasar_3 {
    background: #161F45 !important;
    color: #fff;
    box-shadow: 0 1px 2px rgb(118, 124, 150);
    margin-right: 2px;
}

/*paging*/

/*part_crietor*/
.crietor_box {
    width: 100%;
    display: table;
    float: right;
    margin-top: 0px;
    background: #fff;
}

.cri_mar_top {
    margin-top: 1px;
    border-radius: 4px;
    overflow: hidden;
    padding-bottom: 10px;
}

.on_crit {
    width: 98%;
    height: 40px;
    float: right;
    text-align: right;
    font-size: 15px;
    background: #161F45;
    padding: 0% 1%;
    line-height: 40px;
    color: #F3F3D2;
}

    .on_crit a {
        color: inherit;
    }

.jabe_creit {
    width: 99%;
    display: table;
    float: right;
    background: #fff;
    padding: 10px .5%;
    margin-top: 10px;
    overflow: hidden;
}

.widhe_100I_p {
    width: 97%;
    display: table;
    margin: 0 auto;
}
/*part_crietor*/

/*part_crietor*/


.base_box_asli_utab {
    font-family: Yekan, Arial, Helvetica, sans-serif !important;
    font-size: 13px !important;
    color: #222 !important;
    line-height: 25px !important;
}

    .base_box_asli_utab .base_title_utab {
        font-family: Google, Arial, Helvetica, sans-serif !important;
        font-size: 14px !important;
    }

    .base_box_asli_utab .base_border_lite_color_utab {
        border-color: #eee !important;
    }

    .base_box_asli_utab .base_border_dark_color_utab {
        border-color: #e5dede !important;
    }

    .base_box_asli_utab .base_back_lite_color_utab {
        background-color: #fff !important;
    }

    .base_box_asli_utab .base_back_dark_color_utab {
        background-color: #161F45 !important;
    }

    .base_box_asli_utab .base_tag_a_color_utab {
        color: #222 !important;
    }

        .base_box_asli_utab .base_tag_a_color_utab:hover {
            color: #087CF3 !important;
        }

    .base_box_asli_utab .base_back_color_utab_hover:hover {
        background-color: #eee !important;
    }



/*part_crietor*/

/*جستجو*/
.jostan_box {
    width: 100%;
    height: 40px;
    margin: 0px 0px 9px 0px;
    float: right;
    border: 1px solid #e5dede;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
}

.aks_ser {
    width: 14%;
    height: 100%;
    float: left;
    border-right: 1px solid #e5dede;
    cursor: pointer;
    background: #eee;
}

.jostan {
    width: 75%;
    height: 100%;
    margin: 0px;
    border: 0px;
    font-size: 12px;
    color: #000;
    line-height: 40px;
    font-family: Yekan, Arial, Helvetica, sans-serif;
    text-align: right;
    float: right;
    padding: 0% 4% 0% 1%;
}

.gardun {
    width: 25px;
    height: 25px;
    margin: 8px auto;
    display: inline-block;
}

.aks_ser:hover {
    background: rgb(255, 213, 0);
}
/*جستجو*/


/*comment*/

.com3_3 {
    width: 20px;
    height: 20px;
    margin: 0px 1px;
    float: right;
    filter: alpha(opacity=60);
    -moz-opacity: .60;
    opacity: .60;
}

    .com3_3:hover {
        filter: alpha(opacity=100);
        -moz-opacity: 1.0;
        opacity: 1.0;
    }

.com3_4 {
    width: 100%;
    height: 100%;
    text-align: right;
    font-family: Yekan, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 25px;
    color: #000;
    margin-bottom: 3px;
}

.com3_5 {
    color: red;
}

.com3_6 {
    display: table;
    margin-bottom: 5px;
    width: 100%;
}

.com3_7 {
    width: 98%;
    height: 34px;
    padding: 0 1%;
}

.com3_8 {
    width: 100%;
    height: 100%;
    text-align: justify;
    font-family: Yekan, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 35px;
    color: #000;
}

.com3_9 {
    background: #fff;
    float: right;
    border: 1px solid #E5DEDE;
    border-radius: 2px;
    text-align: justify;
    font-family: Yekan, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 25px;
    color: #000;
    padding: 0px 1%;
    width: 50%;
    display: table;
}

.com3_10 {
    float: right;
    font-family: Yekan, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 25px;
    color: #000;
    padding: 0px 1%;
    text-align: center;
    height: 20px;
    width: 50%;
    display: table;
}

.com3_11 {
    display: inline-block;
    text-align: center;
    margin: 10px auto 0px auto;
    padding: 0px 1%;
    min-width: 25%;
    font-family: Yekan, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 27px;
    cursor: pointer;
    overflow: hidden;
    background: #161F45;
    border: 1px solid #0D163E;
    border-radius: 4px;
    height: 35px;
    color: #FFFFFF;
}

    .com3_11:hover {
        background: #FFD500;
        border: 1px solid #e8b50e;
    }

.com3_12 {
    height: 100px;
    float: right;
    text-align: justify;
    font-family: Yekan, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 25px;
    color: #000;
    padding: 0px 1%;
    border: 1px solid #E5DEDE;
    border-radius: 2px;
    width: 50%;
}

.com3_13 {
    width: 100%;
    height: 20px;
    text-align: justify;
    font-family: Yekan, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 25px;
    color: #6B6B48;
    float: right;
    margin-bottom: 5px;
    font-style: italic;
}

.com3_14 {
    display: block;
    border-top: 1px solid #E5DEDE;
    border-radius: 2px;
    background: #fff;
}

.com3_15 {
    width: 100%;
    display: table;
    float: right;
    padding-bottom: 1%;
    margin-top: 1%;
}

.com3_16 {
    text-align: justify;
    font-family: Yekan, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 25px;
    padding: 0px 1%;
    display: inline;
    margin-bottom: 5px;
    margin-right: 5px;
    float: right;
    color: #9EC922;
    font-style: italic;
}

.com3_17 {
    color: rgb(253, 0, 0);
    background: #D5ECEC;
    border-radius: 10px;
    padding: 2px 10px 2px 10px;
    font-size: 11px;
}

.com3_18 {
    text-align: justify;
    font-family: Yekan, Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 25px;
    color: #000;
    padding: 0px 1%;
    width: 78%;
    float: left;
    margin-bottom: 10px;
    overflow: hidden;
	white-space:pre-wrap;
}

.com3_19 {
    width: 78%;
    float: right;
	white-space:pre-wrap;
    background: #F7F7DA;
    margin: 0 auto;
    text-align: justify;
    font-family: Yekan, Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 25px;
    color: #000;
    padding: 5px 1%;
    overflow: hidden;
}

.com3_20 {
    width: 90%;
    display: table;
    float: left;
    background: #F7F7DA;
    margin-bottom: 1%;
    padding: 1%;
}

.com3_21 {
    display: inline;
    height: 30px;
    font-family: Yekan, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #6B6B48;
    font-style: italic;
    margin-right: 2px;
    float: right;
    line-height: 25px;
}

    .com3_21:hover {
        color: red;
        cursor: pointer;
    }

.com3_22 {
    width: 98%;
    display: table;
    margin: 0 auto;
}

.com3_23 {
    font-family: Yekan, Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 0px 1%;
    color: #A0A0A0;
    float: right;
    line-height: 25px;
    text-align: center;
    display: inline;
}

.com3_24 {
    direction: ltr;
    text-align: left;
}

.com3_26 {
    width: 20%;
    display: table;
    float: right;
}

.com3_28 {
    width: 100%;
}

.com3_29 {
    width: 20%;
    display: table;
    float: right;
    margin-top: 10px;
}

.com3_30 {
    width: 45%;
    height: 96px;
    float: left;
    margin-left: 10px;
}

.com3_31 {
    width: 45%;
    height: 96px;
    float: right;
    margin-right: 10px;
}

.com3_36 {
    width: 100%;
    float: right;
}

.com3_37 {
    width: 20px;
    height: 20px;
    float: left;
    color: #c00;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    font-family: Yekan, Arial, Helvetica, sans-serif;
}

.com3_38 {
    width: 20px;
    height: 20px;
    float: left;
    cursor: pointer;
    background: url('/template/img/img-template/icon/down6.png');
    background-size: cover;
}

    .com3_38:hover {
        background: url('/template/img/img-template/icon/down5.png');
        background-size: cover;
    }

.com3_39 {
    width: 20px;
    height: 20px;
    float: left;
    color: #090;
    font-family: Yekan, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}

.com3_40 {
    width: 20px;
    height: 20px;
    background: url('/template/img/img-template/icon/thumbsUp2.png');
    background-size: cover;
    float: left;
    cursor: pointer;
    margin-top: -5px;
}

    .com3_40:hover {
        background: url('/template/img/img-template/icon/thumbsUp.png');
        background-size: cover;
    }

.jabe_nazarat {
    width: 98%;
    display: table;
    float: right;
    text-align: justify;
    padding: 0% 1%;
    line-height: 25px;
    color: #222;
    font-family: Yekan, Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.box_commentrt {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    BACKGROUND: rgba(0, 0, 0, 0.39);
    font-size: 12px;
    z-index: 55444444;
    display: none;
}

.box_commentrt2 {
    margin: 0 auto;
    display: table;
    padding: 1%;
    width: 30%;
    background: #FFF;
    border-radius: 4PX;
    position: relative;
}

.box_commentrt .com3_9, .box_commentrt .com3_12 {
    width: 98%;
}

.box_commentrt .com3_10 {
    margin: 0 auto;
    float: none;
}

.box_commentrt .com3_11 {
    width: 100px;
}

#sub_comment_login_pasokh {
    text-align: center;
}

#CLOSE_SUB_COMMENT {
    color: red;
    width: 30px;
    height: 20px;
    left: 10px;
    position: absolute;
    top: 4px;
    cursor: pointer;
}

    #CLOSE_SUB_COMMENT:hover {
        color: #7083ef;
    }

#title_comment {
    font-family: Google, Arial, Helvetica, sans-serif;
    color: #0095FF;
}

/*comment*/


/*khabar_mortabet*/
.mortabet_box {
    width: 100%;
    display: table;
    border-top: 1px solid rgb(22, 31, 69);
    float: right;
    background: #fff;
    padding-bottom: 10px;
}

.morta_news {
    width: 48%;
    height: 30px;
    float: right;
    text-align: right;
    font-size: 13px;
    color: #222;
    font-family: Yekan, Arial, Helvetica, sans-serif;
    line-height: 30px;
    overflow: hidden;
    cursor: pointer;
    padding: 0% 1%;
}

    .morta_news:hover {
        color: #087CF3;
    }

    .morta_news:after {
        content: '';
        width: 7px;
        height: 7px;
        float: right;
        background: #222;
        border-radius: 50%;
        margin-top: 13px;
        margin-left: 5px;
    }

    .morta_news:hover:after {
        background: #087CF3 !important;
    }

.onavn_mortanbet {
    width: 98%;
    display: inline-block;
    height: 30px;
    float: right;
    text-align: right;
    font-size: 20px;
    color: #FFFFFF;
    font-family: BZiba, Arial, Helvetica, sans-serif;
    line-height: 28px;
    background: rgb(22, 31, 69);
    overflow: hidden;
    padding-right: 2%;
    margin-bottom: 10px;
    font-style: italic;
    margin-top: 5px;
}
/*khabar_mortabet*/

/*search_mohtava*/


.khat_serch {
    width: 98%;
    height: 110px;
    float: right;
    border-bottom: 1px solid #eee;
    padding: 5px 1%;
    cursor: pointer;
}

    .khat_serch:hover {
        background: #feffed;
    }

.pic_serch {
    width: 17%;
    height: 110px;
    float: right;
    margin-left: 1%;
    display: block;
}

.kol_khat {
    width: 82%;
    height: 110px;
    display: block;
    float: right;
    text-align: right;
    direction: rtl;
}

.titr_serch {
    width: 100%;
    height: 30px;
    float: right;
    text-align: right;
    color: #ff6a00;
    font-family: Yekan, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 30px;
    overflow: hidden;
    display: block;
}

    .titr_serch:after {
        content: '';
        width: 5px;
        height: 5px;
        float: right;
        margin-top: 15px;
        margin-left: 5px;
        border-radius: 50%;
        background: #ff6a00;
    }

.khat_serch:hover .titr_serch {
    color: #07dcea;
}

    .khat_serch:hover .titr_serch:after {
        background: #07dcea;
    }

.tozi_serch {
    width: 100%;
    height: 60px;
    float: right;
    overflow: hidden;
    text-align: right;
    color: #808080;
    font-family: Yekan, Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 30px;
    display: block;
}

.kei_khabar {
    padding: 0% 1%;
    text-align: right;
    font-size: 12px;
    color: #ddd;
    font-family: Yekan, Arial, Helvetica, sans-serif;
    line-height: 20px;
    font-style: italic;
    display: inline-block;
}

.aks_jost {
    max-height: 100%;
    width: 100%;
}
/*search_mohtava*/



















/*signin*/

.esm_safhe {
    width: 95%;
    height: 50px;
    display: block;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: rgb(22, 31, 69);
    line-height: 50px;
    margin: 0 auto;
    border-radius: 4px;
}

.box_sabtenam {
    width: 50%;
    margin: 0 auto;
    display: block;
    padding: 10px 0px 15px 0px;
    /*background: #F3F3D2;
    border-radius: 4px;*/
}

.hame_sabt {
    width: 100%;
    display: table;
}

.sign_in_box, .forget_sign_in_box {
    width: 100%;
    display: table;
    float: right;
    padding-top: 5px;
}


.esm_sign {
    width: 70%;
    height: 30px;
    display: block;
    padding: 0% 1%;
    text-align: right;
    font-size: 14px;
    color: #6B6B48;
    line-height: 30px;
    margin: 0 auto;
}

.varedkon {
    width: 70%;
    height: 27px;
    margin: 0 auto;
    display: block;
    border: 1px solid #bbb;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    color: #6B6B48;
}

.cod_ghesmat {
    width: 15%;
    height: 25px;
    float: right;
    margin-right: 23%;
    text-align: center;
    font-size: 14px;
    color: #333;
    border-radius: 4px;
    border: 1px solid #bbb;
}

.cod_aks {
    width: 14%;
    height: 30px;
    float: right;
    margin-right: 1%;
    border: 0px;
}

.cod_ref {
    width: 20px;
    height: 20px;
    float: right;
    margin-right: .5%;
    margin-top: 7px;
    cursor: pointer;
    background: url('/template/img/img-template/icon/Refresh-16.png') center no-repeat;
}

    .cod_ref:hover {
        background: url('/template/img/img-template/icon/Refresh-17.png') center no-repeat;
    }

.paiam_cod {
    text-align: center;
}

.backnone {
    background: none;
}


.secorit {
    width: 100%;
    display: table;
    float: right;
    text-align: center;
    margin-top: 10px;
}

.name_sabt {
    width: 89%;
    height: 25px;
    float: right;
    text-align: right;
    color: #6F6F6F;
    line-height: 25px;
    clear: left;
    font-size: 14px;
    font-family: Yekan, Arial, Helvetica, sans-serif;
    margin-top: 5px;
    padding: 0% 4%;
}


/*.jabe_creit {
    width: 58%;
    display: table;
    float: right;
    background: #fff;
    padding: 10px 1%;
    margin-top: 10px;
    overflow: hidden;
}*/ .taghir_si {
    background: #F9F9F9;
    margin: 18px auto;
    float: none;
}

.name_sabt:hover {
    color: red;
    cursor: pointer;
}

.img_ersal {
    width: 15px;
    float: right;
    margin-top: 5px;
}

.ran_kala_kao {
    width: 25%;
    display: table;
    float: right;
    padding: 1px 1%;
    background: #fff;
    text-align: center;
    margin-top: 17px;
    height: 400px;
}

.pag_kado_tozi {
    width: 73%;
    display: table;
    float: left;
    padding: 0px 0%;
    height: 400px;
    text-align: center;
}

.random_cala_row {
    width: 100%;
    display:table;
    float: right;
    border-radius: 4px;
    position: relative;
    border: 1px solid #eee;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 10px;padding-bottom:39px
}

.on_ran_kal_dakh {
    position: absolute;
    z-index: 68754;
    width: 100%;
    height: 40px;
    left: 0px;
    bottom: 0px;
    background: #161F45;
    color: #fff;
    text-align: center;
    font-size: 13px;
    line-height: 40px;
    display: block;
}

.random_cala_row:hover .on_ran_kal_dakh {
    background: #FFD500;
    color: #161F45;
}

.ran_image_pic {
    width: 100%;
    
    float: right;
}

.send_o_p_signup {
    background: #161F45 !important;
    color: #fff !important;
    border: 1px solid #0D163E !important;
}

    .send_o_p_signup:hover {
        background: #FFD500 !important;
        border: 1px solid #e8b50e !important;
    }
/*signin*/


/*buttem*/

.button {
    display: inline-block;
    text-align: center;
    margin: 5px auto 0px auto;
    padding: 0px 1%;
    min-width: 25%;
    font-family: Yekan, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 27px;
    cursor: pointer;
    overflow: hidden;
    background: rgb(22, 31, 69);
    border: 1px solid #0D163E;
    border-radius: 4px;
    height: 30px;
    color: #FFFFFF;
}

    .button:hover, .button:focus {
        border: 1px solid #e8b50e;
        background: #FFD500;
    }

.log_out_si {
    float: left;
    display: inline-block;
    margin-left: 1%;
}

    .log_out_si .button {
        width: 100px;
        display: inline-block;
        text-align: center;
        margin: 5px auto 0px auto;
        padding: 0px 1%;
        min-width: 25%;
        font-family: Yekan, Arial, Helvetica, sans-serif;
        font-size: 14px;
        line-height: 27px;
        cursor: pointer;
        overflow: hidden;
        background: rgb(202, 95, 95);
        background: -moz-linear-gradient(top, rgba(136,202,95,1) 0%, rgba(2,129,1,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(136,202,95,1)), color-stop(100%, rgba(2,129,1,1)));
        background: -webkit-linear-gradient(top, rgb(202, 95, 95) 0%, rgba(2,129,1,1) 100%);
        background: -o-linear-gradient(top, rgba(136,202,95,1) 0%, rgba(2,129,1,1) 100%);
        background: -ms-linear-gradient(top, rgba(136,202,95,1) 0%, rgba(2,129,1,1) 100%);
        background: linear-gradient(to bottom, rgb(202, 95, 95) 0%, rgb(129, 1, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88ca5f', endColorstr='#028101', GradientType=0 );
        border: 1px solid #BF6E6E;
        border-radius: 4px;
        height: 30px;
        color: #FFFFFF;
    }


/*buttem*/


/*sabt_fish*/
.page_variz_dast {
    width: 50%;
    display: block;
    direction: rtl;
    margin: 0 auto;
}


.fish_in_mab, .fish_in_mab_po select {
    width: 98%;
    height: 30px;
    float: right;
    padding: 0% 1%;
    text-align: right;
    font-size: 13px;
    color: #222;
    line-height: 30px;
    font-family: Yekan, Arial, Helvetica, sans-serif;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #eee;
}

.fish_par_pag {
    width: 98%;
    height: 30px;
    float: right;
    padding: 0% 1%;
    text-align: right;
    line-height: 30px;
    font-family: Yekan, Arial, Helvetica, sans-serif;
}

.color_tit_fish {
    color: #222;
}

.size_tit_fish {
    font-size: 13px;
}

.dokme_fish img {
    width: 10px;
    float: right;
}

.dokme_fish {
    display: inline-block;
    text-align: center;
    margin: 15px auto 0px auto;
    padding: 0px 1%;
    min-width: 40%;
    font-family: Yekan, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 14px;
    cursor: pointer;
    overflow: hidden;
    background: rgb(22, 31, 69);
    border: 1px solid #0D163E;
    border-radius: 4px;
    height: 35px;
    color: #FFFFFF;
}

    .dokme_fish:hover, dokme_fish:focus {
        border: 1px solid #e8b50e;
        background: #FFD500;
    }

.tozihat_fish {
    width: 80%;
    display: table;
    float: right;
    text-align: justify;
    font-size: 13px;
    color: #222;
    line-height: 30px;
    font-family: Yekan, Arial, Helvetica, sans-serif;
    overflow: hidden;
    padding: 10px 10%;
}

.header_kala {
    width: 98%;
    height: 50px;
    float: right;
    text-align: right;
    padding-right: 2%;
    line-height: 50px;
    color: rgb(22, 31, 69);
    font-family: Yekan, Arial, Helvetica, sans-serif;
    font-size: 20px;
    border-bottom: 2px solid rgb(22, 31, 69);
    margin: 10px 0px;
}

/*sabt_fish*/

/*rang_mobail*/
	.body_hamber3 , .body_hamber6 , .secrch_menu_yu{
		background:#a32e2e !important;
	}
	.body_hamber8 .amodi_menu .asli a , .body_hamber8 .amodi_menu .asli a span{
    color: #a32e2e !important;
}
.body_hamber8 .menu_mob_ile_click  {
    border-color:  #c58d8d  !important;
}
.body_hamber8 .amodi_menu .asli {
    border-bottom:1px solid #c58d8d  !important;
}
.body_hamber2 {
    border-color: #865959 !important;
box-shadow: 0px 0px 22px #523838 !important;}
.menu_ham_close {
   height: 31px;
    font-size: 26px !important;
    margin: 3px 0px 0px 4px !important;
    text-align: center !important;
    background: #000 !important;
    line-height: 31px!important;
}


