﻿
/* * { */
    /* transition: all 400ms ease-in-out; */
    /* -webkit-transition: all 400ms ease-in-out; */
    /* -ms-transition: all 400ms ease-in-out; */
    /* -o-transition: all 400ms ease-in-out; */
/* } */



@font-face {
    font-family: 'Yekan';
    src: url('/fonts/IRANSans-web.eot?#') format('eot'), /* IE6–8 */
    url('/fonts/IRANSans-web.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('/fonts/IRANSans-web.woff2') format('woff2'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('/fonts/IRANSans-web.ttf') format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

 body #container * {
        font-family:Yekan, Arial, Helvetica, sans-serif;font-size: 11px !important;
            transition: all 0ms ease-in-out;
    -webkit-transition: all 0ms ease-in-out;
    -ms-transition: all 0ms ease-in-out;
    -o-transition: all 0ms ease-in-out;
    }



.font_tabl {
    font-size: 11px !important;
}

.h3, .h2, .h1 {
    margin: 0px;
    padding: 0px;
    display: inline;
    font-size: inherit;
    font-weight: inherit;
}

.Yekan {
    font-family: Yekan, Arial, Helvetica, sans-serif;
}





a {
    text-decoration: none;
}

body {
    margin: 0px;
    padding: 0px;
}

.body1 {
    margin: 0px;
    font-family: Yekan, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
    direction: rtl;
    background: #fff;
}

.body2 {
    width: 90%;
    display: table;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;    box-shadow: 0px 0px 9px #7D7D7D;
   ;clear:right
}

.body_kol {
    display: block;
    background: #fff;
}

.body_kol2 {
    width: 100%;
    display: table;
}

.menu {
    width: 100%;
    display: table;
    float: right;
    padding: .5% 0%;
    border-bottom: 3px solid #7D7D7D;
}

.box_menu {
    width: 75%;
    height: 38px;
    float: right;
}

.menu2 {
    display: inline-block;
    border-left: 1px solid #B3AFAF;
    height: 30px;
    float: right;
    padding: 0px 5px;
    margin-top: 4px;
}

.menu2_op {
    line-height: 28px;
    color: green;
}

.box_menu .menu2:last-child {
    border: 0px;
}

.text_menu {
    line-height: 30px;
    font-size: 12px;
    text-align: center;
    float: left;
    padding: 0px 10px;
    color: #000;
}

.menu2:hover .text_menu {
    color: #FD0404;
}

.icon {
    width: 25px;
    height: 25px;
    margin: 0 auto;
    cursor: pointer;
    filter: alpha(opacity=50);
    -moz-opacity: .50;
    opacity: .50;
	vertical-align:middle;
}

.menu2:hover .icon {
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}

.search {
    width: 60%;
    float: right;
    margin-top: 5px;
    position: relative;
}

.search_3 {
    width: 100%;
    height: 40px;
    float: right;
    overflow: hidden;
}

.search_4 {
    width: 20%;
    float: left;
    text-align: center;
    line-height: 38px;
    font-size: 13px;
    border-radius: 4px;
    cursor: pointer;
    overflow: hidden;
    color: #fff;
    border: 1px solid #222;
    background: rgba(29,26,23,1);
    background: -moz-linear-gradient(-45deg, rgba(29,26,23,1) 0%, rgba(110,110,110,1) 50%, rgba(29,26,23,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(29,26,23,1)), color-stop(50%, rgba(110,110,110,1)), color-stop(100%, rgba(29,26,23,1)));
    background: -webkit-linear-gradient(-45deg, rgba(29,26,23,1) 0%, rgba(110,110,110,1) 50%, rgba(29,26,23,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(29,26,23,1) 0%, rgba(110,110,110,1) 50%, rgba(29,26,23,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(29,26,23,1) 0%, rgba(110,110,110,1) 50%, rgba(29,26,23,1) 100%);
    background: linear-gradient(135deg, rgba(29,26,23,1) 0%, rgba(110,110,110,1) 50%, rgba(29,26,23,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d1a17', endColorstr='#1d1a17', GradientType=1 );
}

    .search_4:hover {
        color: #fff;
        border: 1px solid #AA1818;
        background: rgba(158,30,30,1);
        background: -moz-linear-gradient(-45deg, rgba(158,30,30,1) 0%, rgba(222,0,0,1) 46%, rgba(158,30,30,1) 100%);
        background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(158,30,30,1)), color-stop(46%, rgba(222,0,0,1)), color-stop(100%, rgba(158,30,30,1)));
        background: -webkit-linear-gradient(-45deg, rgba(158,30,30,1) 0%, rgba(222,0,0,1) 46%, rgba(158,30,30,1) 100%);
        background: -o-linear-gradient(-45deg, rgba(158,30,30,1) 0%, rgba(222,0,0,1) 46%, rgba(158,30,30,1) 100%);
        background: -ms-linear-gradient(-45deg, rgba(158,30,30,1) 0%, rgba(222,0,0,1) 46%, rgba(158,30,30,1) 100%);
        background: linear-gradient(135deg, rgba(158,30,30,1) 0%, rgba(222,0,0,1) 46%, rgba(158,30,30,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e1e1e', endColorstr='#9e1e1e', GradientType=1 );
    }

.search_5 {
    width: 79%;
    float: right;
    border-radius: 4px;
    border: 1px solid #B7B7B7;
    overflow: hidden;
}

.search_6 {
    width: 98%;
    height: 38px;
    margin: 0px;
    border: 0px;
    font-size: 12px;
    color: #000;
    line-height: 40px;
    text-align: right;
    font-family: Yekan, Arial, Helvetica, sans-serif;
    float: right;
    padding: 0% 1%;
    background: #FBFBFB;
}

.logo {
    width: 18%;
    display: table;
    float: right;
    overflow: hidden;
    padding-right: 2%;
    margin-left: 3%;
}

.img_logo {
    max-width: 200px;
    max-height: 82px;
}

.menu3 {
    width: 100%;
    height: 60px;
    float: right;
    background: #1D1A17;
	display:table;
}

.menu_new_saz_absol .mouseenter_id_f{line-height:36px}
.m_r {
      width: 100%;
    height: 30px;
    background: #FFFFFF;
    color: #363432;
    float: right;
    padding: 4px 0px 8px 0px;
    border-bottom: 3px solid #7D7D7D;
}

.m_r_lach {
    width: 100%;
    height: 40px;
    background: #1D1A17;
    color: #fff;
    float: right;
}

.gozineha {
    width: 10%;
    display: inline-block;
    border-left: 1px solid #707171;
    height: 100%;
    float: right;
    text-align: center;
    font-size: 14px;
    line-height: 55px;
    color: #e2dfd6;
    overflow: hidden;
    cursor: pointer;
}

    .gozineha:hover {
        background-color: #7D7D7D;
    }

.select {
    background-color: #7D7D7D;
}

.slider_oio {
    position: relative;
    width: 100%;
    height:410px;
    float: right;
    overflow: hidden;
}

.img_slide {
    max-width: 100%;
  height:100%
}

.shop_po, .kool_bes_po {
    width: 100%;
    height: 100%;
    display: block;
    overflow:hidden
}

.jahat_l, .jahat_r {
    width: 10px;
    position: absolute;
    top: 150px;
    cursor: pointer;
    filter: alpha(opacity=50);
    -moz-opacity: .50;
    opacity: .50;
    padding: 28px 30px;
    border-radius: 50%;
    background: #7D7D7D;z-index:999
	
	
}

    .jahat_l:hover, .jahat_r:hover {
        filter: alpha(opacity=100);
        -moz-opacity: 1.0;
        opacity: 1.0;
    }

.tadr_r64 {
    right: 10px;
}

.tadr_l65 {
    left: 10px;
}

.box_io {
    width: 90%;
    display: inline-block;
    margin: 10px auto;
}

.kala_ui {
    width: 49%;
    height: 232px;
    float: right;
    overflow: hidden;
    position: relative;
}
    .kala_ui:first-child {
        margin-left:.5%;
    }
.slider_kala_ui_100 {
    width: 100%;
    height: 232px;
    float: right;
    overflow: hidden;
    position: relative;
    margin-left: 0%;
}

    .slider_kala_ui_100 .menu_shopin_po {
        width: 24.26%;
    }

.img_kala {
    width: 100.1%;
    height: 100%;
}

.wid_oiu_p {
    width: 100%;
    height: 100%;
    display: table;
}

.opi_iop {
    background: #EAEAEA;
}

    .opi_iop img {
        max-width: 90%;
        height: 80%;
        display: block;
        margin: 0 auto;
        margin-top: 2%;
    }

        .opi_iop img:hover {
            filter: alpha(opacity=80);
            -moz-opacity: .80;
            opacity: .80;
        }

.widhe_100I_p {
     width: 100%;
    display: flex;
    float: right;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row-reverse;
}

.menu_kala_as .onvan_shegeft:last-child {
    border-width: 0px;
}

.opi_iop .onvan_shegeft:last-child {
    border-width: 1px;
}

.opi_iop .onvan_shegeft:first-child {
    border-width: 0px;
}

.img_kala:hover {
    width: 110%;
    height: 110%;
    margin-right: -10%;
    filter: alpha(opacity=80);
    -moz-opacity: .80;
    opacity: .80;
}

.widhe_100I_p_op {
    height: 300px;
    width: 100%;
}

    .widhe_100I_p_op .time_text_ba {
        width: 50%;
    }

    .widhe_100I_p_op .img_kala {
        width: 100%;
        height: auto;
        margin-top: -5%;
    }

        .widhe_100I_p_op .img_kala:hover {
            width: 101%;
            margin: 0px;
            filter: alpha(opacity=80);
            -moz-opacity: .80;
            opacity: .80;
        }

.menu_kala_as {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 30px;
    float: right;
    background: rgb(29, 26, 23);
    z-index: 2;
    border-bottom: 2px solid red;
}

.onvan_shegeft {
    width: 22%;
    display: inline-block;
    border-left: 1px solid #707171;
    height: 100%;
    float: right;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    color: #e2dfd6;
    cursor: pointer;
    padding: 0px 1%;
    position: relative;
}

    .onvan_shegeft:hover {
        background: #fff;
        color: rgb(76, 64, 54);
    }

.selec {
    background: #7D7D7D !important;
    color: #fff !important;
}

.onvan_vije {
    float: left;
}

.menu_kala_as .selec:after {
    content: '';
    position: absolute;
    display: block;
    height: 0px;
    width: 0px;
    bottom: 30px;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #7D7D7D;
    border-left: 11px solid transparent;
    z-index: 4;
    left: 5%;
}

.fadeInRight .menu_kala_as .selec:after {
    right: 5%;
}

.time_text_ba {
    position: absolute;
    right: 22px;
    top: 9px;
    width: 250px;
    background: rgba(0, 0, 0, 0.69);
    height: 40px;
    padding-top: 50px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
}

.time {
    position: absolute;
    right: 33px;
    top: 20px;
    color: #fff;
}

.flesh2 {
    position: absolute;
    display: block;
    height: 0px;
    width: 0px;
    bottom: 30px;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #7D7D7D;
    border-left: 11px solid transparent;
    z-index: 4;
    left: 99px;
}

.fadeInLeft .onvan_shegeft, .fadeInLeft {
    float: left;
}


.news {
        width: 28%;
    display: table;
    display: inline-block;
    margin: 30px auto 10px auto;
    padding: 0% 2%;
}

/*.widhe_100I_p .news:nth-child(even) {
    border-left: 1px solid #eee;
}

.widhe_100I_p .news:last-child {
    border: 0px;
}*/

.onvan_news {
    width: 98%;
    height: 25px;
    float: right;
    text-align: center;
    font-size: 14px;
    color: rgb(222, 1, 1);
    line-height: 25px;
    padding: 1%;
    overflow: hidden;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
   
    display: block;
}

.news:hover .onvan_news {
    background: #1D1A17;
    color: #fff;
}

.matn_news {
    width: 98%;
    height: 75px;
    float: right;
    text-align: justify;
    font-size: 12px;
    color: rgb(76, 64, 54);
    line-height: 25px;
    padding: 1%;
    display: block;
    overflow: hidden;
}

.brand {
    width: 140px;
    height: 60px;
    display: inline-block;
    margin: 10px 5px;
    cursor: pointer;
    padding: 0px 5px;
    background: #eee;
    border: 1px solid #eee;
}

    .brand:hover {
        border: 1px solid #EF9494;
    }

.img_brand {
    max-width: 80%;
    height: 60%;
    margin-top: 7%;
}

.heder_kala {
   width: 100%;
    height: 46px;
    margin: 20px auto 0px auto;
    background: rgb(29, 26, 23);
    padding: 0% ;
    position: relative;
    text-align: center;
    line-height: 46px;
}

.name_noe {
  
    text-align: justify;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}

.badi {
    width: 8px;
    height: 15px;
    position: absolute;
    left: 50px;
    cursor: pointer;
    top: 8px;
}

.ghabli {
    width: 8px;
    height: 15px;
    position: absolute;
    left: 30px;
    cursor: pointer;
    top: 8px;
}

.kala_new {
    width: 98%;
    display: flex
;
    padding: 1%;
    overflow: hidden;
    padding-bottom: 5px;
    flex-wrap: wrap;
}

.jens {
            width: 23%;
    height: 282px;
    border: 1px solid #eee;
    display: inline-block;
    text-decoration: none;
    color: #707171;
    padding-top: 5px;
    
    margin: .4%;
}
  .menu_intro .tabing_q1  {
                               
    border: 2px solid #7D7D7D !important;
      background: #7D7D7D;
    color: #fff;        margin-top:10px          

  }

                        .menu_intro .tabing_q2 {
    border: 2px solid #fff !important;
      background: #fff;
          color: #222;
   
}

.hsyysys_uus {
    width:100%;display:table;margin-bottom:10px
}

.hsyysys_uus2 {
   width:100%;display:table;
}

    .jens:hover {
        background: #eee;
    }



.mahsul {
    width: 98%;
    height: 150px;
    float: right;
}

.jens:hover .mahsul {
    filter: alpha(opacity=90);
    -moz-opacity: .90;
    opacity: .90;
}

.name_mahsul {
 width: 97%;
    height: 60px;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    color: rgb(49, 48, 48);
    overflow: hidden;
    display: flex
;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

.gheimat_qw {
    width: 98%;
    display: table;
    float: right;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: rgb(76, 64, 54);
    overflow: hidden;
}

.img_mahsul {
    height: 100%;
}

.img_mahsul_0 img {
       max-width: 100%;
    height: 100%;
}

.sabad {
       width: 48%;
    height: 30px;
    float: right;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    cursor: pointer;
    background: green;
    margin: 0px 1%;
    color: #fff;
	box-sizing:border-box;
	padding:0 1%;
}

    .sabad:hover {
        background: rgb(76, 64, 54);
        color: #fff;
    }

    .sabad .xxxx {
        color: inherit;
        background: none;
        border: 0px;
        font: inherit;
        cursor: pointer;
    }

.foter_body {
    width: 100%;
    display: table;
    background:#191818;
    float: right;
}

.menu_shopin_po {
    width: 49.5%;
    height: 100%;
    float: right;
    display: table;
    position: relative;
}

    .menu_shopin_po + .menu_shopin_po {
        margin-right: 1%;
    }

.img_menu {
    width: 100%;
    height: 80%;
}


.menu_shopin_po span {
    position: absolute;
    width: 100%;
    left: 0px;
    border-bottom: 0px;
    height: 50px;
    background: #1D1A17;
    color: #fff;
    bottom: 0px;
    line-height: 50px;
}

.menu_shopin_po:hover span {
    background: #7D7D7D;
}

.information {
    width: 22%;
    display: inline-block;
    margin: 2% auto 0% auto;
    min-height: 150px;
    overflow: hidden;
}

.information_op {
    color: #fff;
    line-height: 27px;
    width: 100%;
    display: table;
    padding: 0px;
    height: auto;
    min-height: 0px;
}

.info1 {
    width: 98%;
    display: table;
    float: right;
    padding: 0% 1%;
    text-align: justify;
    font-size: 12px;
    color: #fff;
    line-height: 25px;
    cursor: pointer;
    margin-bottom: 1px;
}

    .info1:hover, .info1:hover:after {
        color: #FF4D4D;
    }

    .info1:after {
        content: '*';
        width: 10px;
        height: 10px;
        float: right;
        color: #fff;
    }

.mojavezzzzzz {
    width: 20%;
    display:table;
	padding:10px .5%; 
    float: left;
    margin: 2%;
    background-color: white;
    border-radius: 6px;
}


.img_mojavez {
    width: 100%;
    height: 100%;
    float: right;
    overflow: hidden;
}

.img_nemad {
    width: 125px;
    height: 136px;
    margin: 2px auto;
    display: inline-block;
}

.adress {
    width: 98%;
    display: table;
    float: right;
    padding: 0% 1%;
    text-align: justify;
    font-size: 12px;
    color: #fff;
    line-height: 25px;
    cursor: pointer;
    margin-bottom: 1px;
}
.formozv4 {text-align: center;
    display: inline-block;
    width: 100%;
    height: 70px;
    float: right;
    margin-top: 10px;
    border-top: 1px solid #bfbfbf;	}
.formozv5 { width: 49%; float: right; padding: 0 3%; text-align: left; line-height: 65px; font-size: 17px; color: #585757; display: inline-block; }
.formvor13 { width: 54px; float: right; padding: 0% 2%; height: 47px; text-align: justify; line-height: 64px; font-size: 16px; color: #00bfd6; display: inline-block; border-bottom: 1px dashed #00bfd6; }
.bdhr5_pl {
    text-align: center;
    display: inline-block;
    width: 100%;
    height: 70px;
    float: right;
    margin-top: 10px;
    border-top: 1px solid #bfbfbf;
}
.ns43rd { width: 49%; float: right; padding: 0 3%; text-align: left; line-height: 65px; font-size: 17px; color: #585757; display: inline-block; }
.bbsgr4e_0o { width: 105px; float: right; padding: 0% 2%; height: 47px; text-align: center; line-height: 64px; font-size: 16px; color: #00bfd6; display: inline-block; border-bottom: 1px dashed #00bfd6; }
.aaa {
    width: 100%;
    display: table;
    float: right;
}

.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-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);
}
.img_f img{
	width:100%;
}
    .img_f:hover {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        -webkit-filter: grayscale(0%);
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
    }

.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: 73%;
    display: table;
    float: right;
    line-height: 40px;
    color: #fafafa;
    padding: 1% 0%;
    text-align: center;
    font-size: 11px;
}

.zemanat {
    width: 100%;
    height: 60px;
    float: right;
    background: #1D1A17;margin-top:2px
}

.bazgash {
width: 18%;
    height: 55px;
    display: inline-block;
    margin: 3px auto 2px auto;
    overflow: hidden;
    padding-right: .3%;
    padding-left: 1%;
}

    .bazgash:hover {
        background: #000;
    }

.img_zamen {
    width: 50px;
    float: right;
    display: inline-block;
    overflow: hidden;
    padding: 0px 2px;
    height: 50px;
}

.onvan_zamen_ui {
    display: inline-block;
    max-width: 74%;
    height: 30px;
    float: right;
    text-align: right;
    line-height: 30px;
    color: #fff;
    font-size: 12px;
    margin-top: 16px;
}

.icon_z {
    width: 100%;
}


/*جستجو*/
.daste_jostoju {
    width: 98%;
    height: 30px;
    float: right;
    padding: 0% 1%;
    text-align: right;
    color: #33331C;
    line-height: 30px;
    font-size: 14px;
    font-family: Yekan, Arial, Helvetica, sans-serif;
}

    .daste_jostoju a {
        width: 95%;
        display: block;
        color: #33331C;
        float: left;
    }

    .daste_jostoju:after {
        content: '';
        width: 5px;
        height: 5px;
        background: #33331C;
        border-radius: 50%;
        float: right;
        margin-top: 11px;
        margin-left: 5px;
    }

    .daste_jostoju a:hover {
        color: red !important;
    }

    .daste_jostoju:hover:after {
        background: red;
    }


.serch_ajax_box {
    position: absolute;
    width: 100%;
    max-height: 200px;
    background: #fff;
    top: 41px;
    text-align: right;
    padding: 10px 0px;
    overflow-y: auto;
    overflow-x: hidden;
    display: none;
    z-index: 250000;
    direction: ltr;
    border-bottom: 1px solid #F3F3D2;
    border-left: 1px solid #F3F3D2;
}

    .serch_ajax_box * {
        direction: rtl;
    }

.vitrin_search {
    width: 98%;
    height: 40px;
    float: right;
    background: #F3F3D2;
    padding: 0% 1%;
    text-align: right;
    color: #6B6B48;
    line-height: 40px;
    font-size: 14px;
    font-family: Yekan, Arial, Helvetica, sans-serif;
}

.kala_search, .vitrin_search {
    width: 98%;
    height: 40px;
    float: right;
    background: #7D7D7D;
    padding: 0% 1%;
    text-align: right;
    color: #fff;
    line-height: 40px;
    font-size: 14px;
    font-family: Yekan, Arial, Helvetica, sans-serif;
}

.mahsul_jostoju {
    width: 100%;
    height: 60px;
    float: right;
    overflow: hidden;
    border-bottom: 1px solid #F1F1F1;
    cursor: pointer;
}

.jabe_gasht .mahsul_jostoju:first-child {
    height: 140px;
}

.mahsul_jostoju:hover {
    background: #FFFFF3;
}

.matn_jostoju {
    width: 100%;
    height: 50px;
    float: right;
    margin-top: 5px;
    color: #6B6B48;
    text-align: right;
    overflow: hidden;
    font-size: 14px;
    line-height: 50px;
    font-family: Yekan, Arial, Helvetica, sans-serif;
}

.mahsul_jostoju:hover .matn_jostoju {
    color: red;
}

.jabe_gasht .mahsul_jostoju:first-child .matn_jostoju {
    text-align: center !important;
    line-height: 30px !important;
    display: table !important;
}

.aks_jostoju {
    width: 50px;
    height: 50px;
    float: right;
    overflow: hidden;
    margin: 0% 1%;
}

.jabe_gasht .mahsul_jostoju:first-child .aks_jostoju {
    float: none !important;
    display: block !important;
    margin: 0px auto !important;
    max-width: 100%;
    height: 100px;
    width: auto;
}
/*search*/

/*جستجو*/




/*منو*/
.menu_hoshmand .asli, .menu_user_hoshmand .asli {
      border-left: 1px solid #fff;
    padding-left: 10px;
}

.menu_hoshmand {
    float: right;
    color: #fff;
    height: 72%;
    line-height: 25px;
    margin-top: 5px;
}

    .menu_hoshmand .asli:hover {
        background: none;
        color: #FD0404 !important;
    }

.menu_user_hoshmand .asli:hover {
    background: none;
}

.menu_hoshmand a, .menu_user_hoshmand a {
    color: inherit;
}

.menu_hoshmand .khate, .menu_user_hoshmand .khate {
    padding: 2px 10px 4px 5px !important;
    background: #1D1A17;
    color: #fff;
}

.menu_hoshmand .asli img, .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_hoshmand, .menu_user_hoshmand {
    float: right !important;
    height: 80% !important;
    line-height: 25px !important;
    color: #1D1A17 !important;
}
.m_r_lach .menu_hoshmand, .menu_user_hoshmand {
    float: right !important;
    height: 80% !important;
    line-height: 25px !important;
    color: #fff !important;
}

.menu_user_hoshmand {
    height: 90% !important;
    font-size: 11px;
    margin-top: 7px;
}

    .menu_user_hoshmand a:hover {
        color: #FFB300 !important;
    }

/*منو*/



/*menu_laye*/
.menu_new_saz_absol > div {
    BORDER-BOTTOM: 1PX SOLID #7D7D7D;
}

.menu_new_saz {
    line-height: 38px !important;
    background: none !important;
	height:auto !important;
}

.menu_new_saz_absol {
    top: 59px !important;
}

.mouseenter_id_f.asli_news, .menu_news_selected, .menu_new_saz .asli_news.menu_news_selected {
    border-bottom: 0px !important;
    color: #FCFBFA !important;
    position: relative !important;
    background: #7D7D7D !important;
}

.menu_new_saz_absol_a .mouseenter_id_f.asli_news, .menu_news_selected {
    background: none !important;
}

.menu_new_saz_absol .menu_new_saz_absol_a .menu_ofoghi_teyp a {
    color: #7D7D7D !important;
    border-bottom: 1px solid #7D7D7D !important;
}



.menu_new_saz_absol .menu_new_saz_absol_a .menu_ofoghi_teyp .menu_ofoghi_teyp a {
    color: #1D1A17 !important;
    border-bottom: 0px !important;
}

.menu_new_saz .menu_ofoghi_teyp a:first-child {
    height: 100% !important;
    display: block !important;
}

.menu_new_saz_absol .menu_new_saz_absol_a .menu_ofoghi_teyp a:hover {
    color: #F15241 !important;
}

.menu_new_saz_absol .menu_new_saz_absol_a {
    background-color: #FFF6F6 !important;
}

    .menu_new_saz_absol .menu_new_saz_absol_a .menu_ofoghi_teyp .menu_news_selected a, .menu_new_saz_absol .menu_new_saz_absol_a .menu_news_selected a:hover {
        background: rgb(222, 0, 0)!important;
        color: #fff !important;
        padding-right: 1% !important;
    }

body .asli_news {
    float: right;
    padding: 0px 10px !important;
    height: 100%;
    line-height: 58px;
}

.mouseenter_id_f, .menu_news_selected {
    border-bottom: 2px solid #7D7D7D !important;
}

    .mouseenter_id_f .wit_0px:after {
        border-bottom: 4px solid #7D7D7D !important;
    }

.menu_new_saz_absol > div {
    background: #F1F1F1!important;
}
/*menu_laye*/







/*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: 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: 30px;
    color: #FFFFFF;
}

    .button:hover, .button:focus {
        border: 1px solid #FFB300;
        background: rgba(255,203,112,1);
        background: -moz-linear-gradient(top, rgba(255,203,112,1) 0%, rgba(255,163,2,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,203,112,1)), color-stop(100%, rgba(255,163,2,1)));
        background: -webkit-linear-gradient(top, rgba(255,203,112,1) 0%, rgba(255,163,2,1) 100%);
        background: -o-linear-gradient(top, rgba(255,203,112,1) 0%, rgba(255,163,2,1) 100%);
        background: -ms-linear-gradient(top, rgba(255,203,112,1) 0%, rgba(255,163,2,1) 100%);
        background: linear-gradient(to bottom, rgba(255,203,112,1) 0%, rgba(255,163,2,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcb70', endColorstr='#ffa302', GradientType=0 );
    }

.log_out_si {
    float: left;
    display: inline-block;
}



    .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*/





/*news*/
.arshiv_newspas_3 {
    width: 97%;
    height: 40px;
    padding-right: 3%;
    float: right;
    background: #7D7D7D;
    font-size: 13px;
    text-align: justify;
    line-height: 40px;
    color: #FFFFFF;
   
    /*margin-top: 10px;*/
}

    .arshiv_newspas_3 a:hover {
        color: #1D1A17;
    }

.color_tree_p {
    color: #fff;
}

.rast .arshiv_newspas_6:nth-child(odd) {
    float: left;
}

.rast .arshiv_newspas_6:nth-child(even) {
    float: right;
}



.arshiv_newspas_6 {
    width: 99%;
    display: table;
    float: right;
    padding: 0% 1% .7% 1%;
    margin-top: .5%;
    border-bottom: 1px solid #eee;
    background: #fff;
}

    .arshiv_newspas_6:hover {
        background: #eee;
    }

        .arshiv_newspas_6:hover .arshiv_newspas_9 {
            -webkit-filter: grayscale(1);
            filter: grayscale(1);
        }

.arshiv_newspas_4 {
    width: 76%;
    float: left;
    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: 30px;
    font-family: Yekan, Arial, Helvetica, sans-serif;
}

.arshiv_newspas_8 {
    width: 70%;
    float: left;
    text-align: left;
    color: #808080;
    font-style: italic;
    font-size: 8px;
    display: block;
    line-height: 18px;
    padding: 0% 1%;
    height: 18px;
    font-family: Yekan, Arial, Helvetica, sans-serif;
}

.arshiv_newspas_9 {
    width: 20%;
    height: 100px;
    float: right;
    overflow: hidden;
}

.img_arshiv_n {
    max-height: 100%;
    max-width: 100%;
}

.arshiv_newspas_10 {
    width: 10px;
    height: 12px;
    float: right;
    margin-top: 8px;
    margin-left: 3px;
}

img {
    border: 0px;
}

.arshiv_newspas_7 {
    width: 78%;
    height: 50px;
    float: right;
    padding: 2px 1% 0px 1%;
    text-align: justify;
    overflow: hidden;
    font-size: 12px;
    display: block;
    line-height: 25px;
    color: #222;
}

.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: #8F8080;
    font-size: 11px;
    margin-left: 5px;
    line-height: 25px;
}

.p5_18 {
    width: 16px;
    height: 16px;
    float: right;
    border: 1px solid #eee;
    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;
   
    border-bottom: 1px solid #eee;
    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;
}

.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 {
    width: 50%;
    height: 300px;
    margin: 10px auto;
    display: inline-block;
    overflow: hidden;
}

    .img_khabar 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: 0% 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: 70%;
    display: table;
    float: right;
    margin-right: 2%;
    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: 25%;
    display: table;
    float: left;
    margin: 0px 0% 0px 2%;
    margin-top: 10px;
}


.on_bargo {
    width: 97%;
    height: 50px;
    background: rgba(29,26,23,1);
    text-align: center;
    display: inline-block;
    line-height: 50px;
    color: #fff;
    font-size: 17px;
   
    margin: 5px auto 0px auto;
}

.bargozin {
    width: 100%;
    float: right;
    display: table;
    background: #fff;
    border: 1px solid #eee;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.box_bargo {
    width: 97%;
    height: 70px;
    float: right;
    margin: 0% 1.5%;
    border-bottom: 1px solid #eee;
    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: #eee;
        color: red;
    }

.mon_box {
    width: 97%;
    height: 200px;
    float: right;
    margin: 0% 1.5%;
    border-bottom: 1px solid #eee;
}

    .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;
}

.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: 99%;
    height: 43px;
    background: #eee;
    margin: 5px auto !important;
    display: inline-block;
}


.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: #1D1A17;
        color: #fff;
    }

.pag_pasar_3 {
    background: #7D7D7D !important;
    color: #fff;
    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: 14px;
    background: #7D7D7D;
    padding: 0% 1%;
    line-height: 40px;
    color: #fff;
}

    .on_crit a {
        color: inherit;
    }

.jabe_creit {
    width: 98%;
    display: table;
    float: right;
    background: #fff;
    padding: 10px 1%;
    margin-top: 10px;
    overflow: hidden;
}
/*part_crietor*/


/*جستجو*/
.jostan_box {
    width: 100%;
    height: 40px;
    margin: 0px 0px 9px 0px;
    float: right;
    border: 1px solid #eee;
    overflow: hidden;
    background: #fff;
}

.aks_ser {
    width: 14%;
    height: 100%;
    float: left;
    border-right: 1px solid #eee;
    cursor: pointer;
    background: #1D1A17;
}

.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: #7D7D7D;
}
/*جستجو*/


/*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: 12px;
    line-height: 35px;
    color: #000;
}

.com3_9 {
    background: #fff;
    float: right;
    border: 1px solid #eee;
    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: 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;
}

    .com3_11:hover {
        border: 1px solid #E30C0C;
        background: rgba(255,74,74,1);
        background: -moz-linear-gradient(top, rgba(255,74,74,1) 0%, rgba(255,74,74,1) 1%, rgba(222,0,0,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,74,74,1)), color-stop(1%, rgba(255,74,74,1)), color-stop(100%, rgba(222,0,0,1)));
        background: -webkit-linear-gradient(top, rgba(255,74,74,1) 0%, rgba(255,74,74,1) 1%, rgba(222,0,0,1) 100%);
        background: -o-linear-gradient(top, rgba(255,74,74,1) 0%, rgba(255,74,74,1) 1%, rgba(222,0,0,1) 100%);
        background: -ms-linear-gradient(top, rgba(255,74,74,1) 0%, rgba(255,74,74,1) 1%, rgba(222,0,0,1) 100%);
        background: linear-gradient(to bottom, rgba(255,74,74,1) 0%, rgba(255,74,74,1) 1%, rgba(222,0,0,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4a4a', endColorstr='#7D7D7D', GradientType=0 );
    }

.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 #eee;
    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 #F3F3D2;
    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;
    white-space:pre-wrap;
    overflow: hidden;
}

.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 {
    color: #0095FF;
}
/*comment*/


/*khabar_mortabet*/
.mortabet_box {
    width: 100%;
    display: table;
    border-top: 1px solid #6B6B48;
    float: right;
    background: #fff;
    padding-bottom: 10px;
}

.morta_news {
    width: 48%;
    height: 30px;
    float: right;
    text-align: right;
    font-size: 13px;
    color: #6B6B48;
    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: #6B6B48;
        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: 16px;
    color: #FFFFFF;
   
    line-height: 28px;
    background: #7D7D7D;
    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: 13px;
    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: 16px;
    color: #7D7D7D;
    background: #eee;
    line-height: 50px;
    margin: 0 auto;
    border-bottom: 2px solid #7D7D7D;
}

.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: 13px;
    color: #6B6B48;
}

.cod_ghesmat {
    width: 15%;
    height: 25px;
    float: right;
    margin-right: 23%;
    text-align: center;
    font-size: 13px;
    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: 13px;
    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 {
    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: 71%;
    display: table;
    float: left;
    padding: 0px 1%;
    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;
}

.on_ran_kal_dakh {
    position: absolute;
    z-index: 68754;
    width: 100%;
    height: 40px;
    left: 0px;
    bottom: 0px;
    background: #222;
    color: #fff;
    text-align: center;
    font-size: 13px;
    line-height: 40px;
    display: block;
}

.random_cala_row:hover .on_ran_kal_dakh {
    background: rgba(16,122,58,1);
}

.ran_image_pic {
    width: 100%;
  
    float: right;
}

.send_o_p_signup {
    background: rgba(136,202,95,1) !important;
    background: -moz-linear-gradient(top, rgba(136,202,95,1) 0%, rgba(2,129,1,1) 100%) !important;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(136,202,95,1)), color-stop(100%, rgba(2,129,1,1))) !important;
    background: -webkit-linear-gradient(top, rgba(136,202,95,1) 0%, rgba(2,129,1,1) 100%) !important;
    background: -o-linear-gradient(top, rgba(136,202,95,1) 0%, rgba(2,129,1,1) 100%) !important;
    background: -ms-linear-gradient(top, rgba(136,202,95,1) 0%, rgba(2,129,1,1) 100%) !important;
    background: linear-gradient(to bottom, rgba(136,202,95,1) 0%, rgba(2,129,1,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88ca5f', endColorstr='#028101', GradientType=0 ) !important;
    border: 1px solid #82BF6E !important;
}

    .send_o_p_signup:hover {
        border: 1px solid #E30C0C !important;
        background: rgba(255,74,74,1) !important;
        background: -moz-linear-gradient(top, rgba(255,74,74,1) 0%, rgba(255,74,74,1) 1%, rgba(222,0,0,1) 100%) !important;
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,74,74,1)), color-stop(1%, rgba(255,74,74,1)), color-stop(100%, rgba(222,0,0,1))) !important;
        background: -webkit-linear-gradient(top, rgba(255,74,74,1) 0%, rgba(255,74,74,1) 1%, rgba(222,0,0,1) 100%) !important;
        background: -o-linear-gradient(top, rgba(255,74,74,1) 0%, rgba(255,74,74,1) 1%, rgba(222,0,0,1) 100%) !important;
        background: -ms-linear-gradient(top, rgba(255,74,74,1) 0%, rgba(255,74,74,1) 1%, rgba(222,0,0,1) 100%) !important;
        background: linear-gradient(to bottom, rgba(255,74,74,1) 0%, rgba(255,74,74,1) 1%, rgba(222,0,0,1) 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4a4a', endColorstr='#7D7D7D', GradientType=0 ) !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: 13px;
    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: 30px;
    color: #FFFFFF;
}

    .button:hover, .button:focus {
        border: 1px solid #E30C0C;
        background: rgba(255,74,74,1);
        background: -moz-linear-gradient(top, rgba(255,74,74,1) 0%, rgba(255,74,74,1) 1%, rgba(222,0,0,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,74,74,1)), color-stop(1%, rgba(255,74,74,1)), color-stop(100%, rgba(222,0,0,1)));
        background: -webkit-linear-gradient(top, rgba(255,74,74,1) 0%, rgba(255,74,74,1) 1%, rgba(222,0,0,1) 100%);
        background: -o-linear-gradient(top, rgba(255,74,74,1) 0%, rgba(255,74,74,1) 1%, rgba(222,0,0,1) 100%);
        background: -ms-linear-gradient(top, rgba(255,74,74,1) 0%, rgba(255,74,74,1) 1%, rgba(222,0,0,1) 100%);
        background: linear-gradient(to bottom, rgba(255,74,74,1) 0%, rgba(255,74,74,1) 1%, rgba(222,0,0,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4a4a', endColorstr='#7D7D7D', GradientType=0 );
    }

.log_out_si {
    float: left;
    display: inline-block;
}



    .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: 13px;
        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: 13px;
    line-height: 14px;
    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;
}

    .dokme_fish:hover {
        border: 1px solid #E30C0C;
        background: rgba(255,74,74,1);
        background: -moz-linear-gradient(top, rgba(255,74,74,1) 0%, rgba(255,74,74,1) 1%, rgba(222,0,0,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,74,74,1)), color-stop(1%, rgba(255,74,74,1)), color-stop(100%, rgba(222,0,0,1)));
        background: -webkit-linear-gradient(top, rgba(255,74,74,1) 0%, rgba(255,74,74,1) 1%, rgba(222,0,0,1) 100%);
        background: -o-linear-gradient(top, rgba(255,74,74,1) 0%, rgba(255,74,74,1) 1%, rgba(222,0,0,1) 100%);
        background: -ms-linear-gradient(top, rgba(255,74,74,1) 0%, rgba(255,74,74,1) 1%, rgba(222,0,0,1) 100%);
        background: linear-gradient(to bottom, rgba(255,74,74,1) 0%, rgba(255,74,74,1) 1%, rgba(222,0,0,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4a4a', endColorstr='#7D7D7D', GradientType=0 );
    }

.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%;
}
/*sabt_fish*/



/*<!-- adress_page -->*/
.tit_ad_pg {
    width: 98%;
    height: 50px;
    float: right;
    text-align: right;
    padding-right: 2%;
    line-height: 50px;
    color: #7D7D7D;
    font-family: Yekan, Arial, Helvetica, sans-serif;
    font-size: 16px;
    border-bottom: 2px solid #7D7D7D;
    margin: 10px 0px;
}

.darj_fac {
    width: 98%;
    height: 50px;
    float: right;
    padding: 0% 1%;
    text-align: right;
    font-size: 14px;
    overflow: hidden;
    font-family: Yekan, Arial, Helvetica, sans-serif;
    color: #585757;
    line-height: 50px;
}

    .darj_fac:after {
        content: '';
        width: 5px;
        height: 5px;
        float: right;
        background: #0BC4F5;
        border-radius: 50%;
        margin: 25px 0px 0px 5px;
    }
    .rang_adres {
    color: #0bc3f5;
    text-decoration: none;
    cursor: pointer;
}

    .rang_adres:hover {
        color: #040CFF;
    }
.jabe_neshan_pg {
    width: 30%;
    display: table;
    float: right;
    margin-right: 1%;
}

.on_jab_adress {
    width: 98%;
    height: 30px;
    text-align: right;
    font-family: Yekan, Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 30px;
    color: #222;
    padding: 0% 1%;
}

.input_ad_pg {
    width: 96%;
    height: 30px;
    border: 1px solid #eee;
    text-align: justify;
    font-family: Yekan, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 30px;
    color: #222;
    padding: 0% 1%;
    border-radius: 4px;
}

.input_ad_cod {
    text-align: center;
}

.darj_ad_pg {
    width: 96%;
    height: 70px;
    border: 1px solid #eee;
    text-align: justify;
    font-family: Yekan, Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 30px;
    color: #222;
    padding: 0% 1%;
    border-radius: 4px;
}

#utab_addres_send_text {
    display: inline-block;
    text-align: center;
    margin: 10px auto 0px auto;
    padding: 0px 1%;
    min-width: 36%;
    font-family: Yekan, Arial, Helvetica, sans-serif;
    font-size: 13px;
    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;
}

    #utab_addres_send_text:hover {
        border: 1px solid #E30C0C;
        background: rgba(255,74,74,1);
        background: -moz-linear-gradient(top, rgba(255,74,74,1) 0%, rgba(255,74,74,1) 1%, rgba(222,0,0,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,74,74,1)), color-stop(1%, rgba(255,74,74,1)), color-stop(100%, rgba(222,0,0,1)));
        background: -webkit-linear-gradient(top, rgba(255,74,74,1) 0%, rgba(255,74,74,1) 1%, rgba(222,0,0,1) 100%);
        background: -o-linear-gradient(top, rgba(255,74,74,1) 0%, rgba(255,74,74,1) 1%, rgba(222,0,0,1) 100%);
        background: -ms-linear-gradient(top, rgba(255,74,74,1) 0%, rgba(255,74,74,1) 1%, rgba(222,0,0,1) 100%);
        background: linear-gradient(to bottom, rgba(255,74,74,1) 0%, rgba(255,74,74,1) 1%, rgba(222,0,0,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4a4a', endColorstr='#7D7D7D', GradientType=0 );
    }

.neshan_bo_pg div {
    background-color: #FBFBFB !important;
    border: 1px solid #eee !important;
}

.neshan_bo_pg:hover div {
    border: 1px solid #7D7D7D !important;
}
/*<!-- adress_page -->*/





/*pishfactor*/

.noe_ersali {
    width: 50%;
    height: 84px;
    margin: 0 auto;
    display: inline-block;
    background: #696969;
    margin-top: 19px;
    padding: 10px 1%;
    border-radius: 4px;
}

.noe_text {
    width: 98%;
    height: 30px;
    float: right;
    padding: 0% 1%;
    text-align: right;
    font-size: 13px;
    overflow: hidden;
    font-family: Yekan, Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    line-height: 30px;
}

.entekhab_ersal {
    width: 100%;
    display: table;
    float: right;
    overflow: hidden;
    padding-bottom: 10px;
}

    .entekhab_ersal select {
        width: 85%;
        height: 30px;
        margin: 0 auto;
        display: block;
        padding: 0% 1%;
        cursor: pointer;
        text-align: right;
        font-size: 13px;
        overflow: hidden;
        font-family: Yekan, Arial, Helvetica, sans-serif;
        border-radius: 4px;
        color: #585757;
        border: 1px solid #eee;
        line-height: 30px;
        margin-top: 10px;
    }

.makn_fac {
    width: 98%;
    display: table;
    float: right;
    font-family: Yekan, Arial, Helvetica, sans-serif;
    text-align: right;
    overflow: hidden;
    padding: 0% 1%;
    font-size: 13px;
    color: #FF3A3A;
    line-height: 30px;
    margin-top: 10px;
    padding-bottom: 10px;
}

    .makn_fac select {
        width: 60%;
        height: 30px;
        float: right;
        padding: 0% 1%;
        text-align: right;
        font-size: 13px;
        overflow: hidden;
        font-family: Yekan, Arial, Helvetica, sans-serif;
        border-radius: 4px;
        color: #585757;
        border: 1px solid #eee;
        line-height: 30px;
        margin-top: 10px;
    }

.ferestadan {
    width: 100%;
    display: table;
    float: right;
    text-align: center;
    padding-bottom: 10px;
}

.pardakht_fac .kharidnahayi, .pardakht_fac .kharidvarizi {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
}

.pul_variz {
    width: 98%;
    height: 30px;
    float: right;
    padding: 0% 1%;
    text-align: center;
    font-size: 13px;
    overflow: hidden;
    font-family: Yekan, Arial, Helvetica, sans-serif;
    color: #fff;
    line-height: 30px;
    display: block;
}



.pardakht_fac {
    width: 16%;
    height: 90px;
    margin: 5px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin-top: 19px;
    padding: 10px 1%;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    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 );
}

    .pardakht_fac:hover {
        border: 1px solid #E30C0C;
        background: rgba(255,74,74,1);
        background: -moz-linear-gradient(top, rgba(255,74,74,1) 0%, rgba(255,74,74,1) 1%, rgba(222,0,0,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,74,74,1)), color-stop(1%, rgba(255,74,74,1)), color-stop(100%, rgba(222,0,0,1)));
        background: -webkit-linear-gradient(top, rgba(255,74,74,1) 0%, rgba(255,74,74,1) 1%, rgba(222,0,0,1) 100%);
        background: -o-linear-gradient(top, rgba(255,74,74,1) 0%, rgba(255,74,74,1) 1%, rgba(222,0,0,1) 100%);
        background: -ms-linear-gradient(top, rgba(255,74,74,1) 0%, rgba(255,74,74,1) 1%, rgba(222,0,0,1) 100%);
        background: linear-gradient(to bottom, rgba(255,74,74,1) 0%, rgba(255,74,74,1) 1%, rgba(222,0,0,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4a4a', endColorstr='#7D7D7D', GradientType=0 );
    }

.imag_pardakht {
    max-width: 100%;
    height: 60px;
    margin: 0 auto;
    display: block;
}

.smal_loding {
    width: 15px;
    margin: 0 auto;
}
/*pishfactor*/





/*factorha*/
.ar_fa_table {
    width: 98%;
    border-collapse: collapse;
    direction: rtl;
    margin: 0 auto;
    border: 1px solid #F3F3D2;
    border-bottom: 0px;
}

.archiv_khat_fac {
    width: 100%;
    border-bottom: 1px solid #F3F3D2;
}

.colo_head_fac {
    background: #F7F7DA;
}

.font_archi_fac {
    height: 100%;
    border-left: 1px solid #F3F3D2;
    line-height: 16px;
    text-align: center;
    font-size: 12px;
    color: #585757;
    padding: 0% .5%;
}

.archiv_khat_fac .font_archi_fac:last-child {
    border: 0px;
}

.number_peigir {
    width: 10%;
    height: 40px;
}

.mujud_fac_ar {
    width: 25%;
    height: 40px;
}

.mujud_fac_ar1 {
    width: 10%;
    height: 40px;
}

.mujud_fac_ar2 {
    width: 10%;
    height: 40px;
}

.mujud_fac_ar3 {
    width: 10%;
    height: 40px;
}

.archiv_khat_fac a {
    color: #0AE4BC;
    cursor: pointer;
    text-decoration: none;
}

    .archiv_khat_fac a:hover {
        color: #18C709;
    }

.family_fon_no {
    font-family: Yekan, Arial, Helvetica, sans-serif;
    padding: 5px 0px;
}

.ar_fa_table tr:nth-child(even) {
    background: #fefee0;
}

.ar_fa_table tr:hover td {
    background: #fffff3;
}

.body2_kol {
    width: 100%;
    display: table;float:right;
}


/*factorha*/
























/*samte_shap_search*/
.kol_gabe_ar_jost {
    border-top: 1px solid #BDBCBC;
    margin: 20px 0% 10px 0%;
    display: block;
    float: right;
    width: 100%;
    position: relative;
}

    .kol_gabe_ar_jost:after {
        content: '';
        position: absolute;
        display: block;
        height: 0px;
        width: 0px;
        bottom: -3px;
        border-right: 11px solid transparent;
        border-top: 11px solid #BDBCBC;
        border-left: 11px solid transparent;
        z-index: 4;
        right: 5%;
    }

.on_dast_kala {
    height: 20px;
    display: inline-block;
    float: right;
    text-align: right;
    color: #1D1A17;
    margin-top: -13px;
    line-height: 20px;
    background: #fff;
    margin-right: 18%;
    padding: 0px 10px;
    font-size: 13px;
   
}

.gesmat_daste_bandi {
    width: 100%;
    display: table;
    float: right;
}

    .gesmat_daste_bandi input {
        float: right;
        margin-top: 8px;
    }

    .gesmat_daste_bandi label {
        width: 90%;
        height: 30px;
        float: right;
        text-align: right;
        color: #222;
        line-height: 30px;
        font-family: Yekan, Arial, Helvetica, sans-serif;
        font-size: 13px;
        overflow: hidden;
    }

.bejur_begard {
    display: inline-block;
    height: 30px;
    border: 1px solid #82BF6E;
    color: #FFFFFF;
    border-radius: 4px;
    text-align: center;
    margin: 10px auto 0px auto;
    padding: 0px 1%;
    min-width: 30%;
    font-family: Yekan, Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 25px;
    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 );
}

    .bejur_begard:hover {
        border: 1px solid #E30C0C;
        background: rgba(255,74,74,1);
        background: -moz-linear-gradient(top, rgba(255,74,74,1) 0%, rgba(255,74,74,1) 1%, rgba(222,0,0,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,74,74,1)), color-stop(1%, rgba(255,74,74,1)), color-stop(100%, rgba(222,0,0,1)));
        background: -webkit-linear-gradient(top, rgba(255,74,74,1) 0%, rgba(255,74,74,1) 1%, rgba(222,0,0,1) 100%);
        background: -o-linear-gradient(top, rgba(255,74,74,1) 0%, rgba(255,74,74,1) 1%, rgba(222,0,0,1) 100%);
        background: -ms-linear-gradient(top, rgba(255,74,74,1) 0%, rgba(255,74,74,1) 1%, rgba(222,0,0,1) 100%);
        background: linear-gradient(to bottom, rgba(255,74,74,1) 0%, rgba(255,74,74,1) 1%, rgba(222,0,0,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4a4a', endColorstr='#7D7D7D', GradientType=0 );
    }

.serc_lef {
    width: 21%;
    display: table;
    float: right;
    padding: 10px 1%;
    border: 1px solid #eee;
    background: #fff;
    text-align: center;
    margin-top: 7px;
    margin-right: 2%;
}

.head_top_arshiv {
    width: 100%;
    height: 40px;
    float: right;
    text-align: center;
    line-height: 40px;
    font-size: 13px;
    font-family: Yekan, Arial, Helvetica, sans-serif;
    color: #fff;
    background: #7D7D7D;
}


/*samte_shap_search*/

/*arshiv_kalaha*/
.arshiv_kala {
    width: 73%;
    display: table;
    float: left;
    padding: 0px 0% 10px 1%;
    margin-top: 3px;
}

.box_kala_ar {
    width: 31%;
    height: 340px;
    display: inline-block;
  
    border: 1px solid #eee;
    margin-right: .5%;
    position: relative;
    border-radius: 4px;
	margin-bottom:4px;
    background: #fff;
}

    .box_kala_ar:hover {
        background: #FFFBFB;
    }

.aks_arshiv_kal {
    width: 80%;
    height: 170px;
    padding: 5px 1%;
    text-align: center;
    display: block;
      
    margin: 3px auto;
    overflow: hidden;
}

    .aks_arshiv_kal img {
          margin-right: 100%;
    margin: 5px auto;
    display: inline-block;
    height: inherit;
    }

.ghes_mat_rang {
    width: 100%;
    height: 20px;
    float: right;
    text-align: center;
    display: block;
    overflow: hidden;
}

    .ghes_mat_rang span {
        width: 15px;
        height: 15px;
        display: inline-block;
        margin: 3px auto;
        border: 1px solid #F3F3D2;
        cursor: pointer;
        float: none;
        border-radius: 3px;
    }

        .ghes_mat_rang span:hover {
            border: 1px solid #C5BFBF;
        }

.nam_ar_ka {
    width: 98%;
    height: 40px;
    float: right;
    text-align: center;
    line-height: 20px;
    font-size: 13px;
    display: block;
    padding: 0% 1%;
    overflow: hidden;
    color: #222;
    font-family: Yekan, Arial, Helvetica, sans-serif;
}

.box_kala_ar:hover .nam_ar_ka {
    color: #007EFF;
}

.model_kala_ar {
    width: 98%;
    height: 20px;
    float: right;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    display: block;
    padding: 0% 1%;
    color: #737171;
    font-family: Yekan, Arial, Helvetica, sans-serif;
    font-style: italic;
    overflow: hidden;
}

.baha_of {
    width: 98%;
    height: 15px;
    float: right;
    text-align: center;
    color: #ff6b6b;
    text-decoration: line-through;
    font-size: 13px;
    line-height: 15px;
    display: block;
    padding: 0% 1%;
    overflow: hidden;
    margin-top: 5px;
}

.baha_nahaee {
    width: 98%;
    height: 15px;
    float: right;
    text-align: center;
    line-height: 15px;
    color: #4caf50;
    font-size: 13px;
    display: block;
    padding: 0% 1%;
    overflow: hidden;
    margin-top: 5px;
}

    .baha_nahaee span {
        font-size: 14px;
        font-weight: bold;
    }

.ezafe_sabad_kha {
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 2413;
    bottom: 3px;
    display: block;
    cursor: pointer;
    right: 5px;
    background: url('/template/img/img-template/icon/ezafe2.png') center no-repeat;
}

    .ezafe_sabad_kha * {
        font-size: 0px;
        background: none;
        border: 0px;
        width: 100%;
        height: 100%;
        color: #fff;
        cursor: pointer;
    }

    .ezafe_sabad_kha:hover {
        background: url('/template/img/img-template/icon/ezafe_1.png') center no-repeat;
    }

.mojudiat_ar {
    width: 100%;
    float: right;
    height: 20px;
    line-height: 20px;
    color: #0AC8E6;
    font-size: 13px;
    font-family: Yekan, Arial, Helvetica, sans-serif;
    text-align: center;
}

.pis_we_arshiv {
    width: 50px;
    height: 43px;
    position: absolute;
    z-index: 68745;
    top: 2px;
    right: 2px;
    background: #7D7D7D;
    border-bottom-left-radius: 50%;
    border-top-right-radius: 50%;
    text-align: center;
    font-size: 10px;
    color: #fff;
    line-height: 20px;
}

.pis_vij_arshiv {
    width: 50px;
    height: 43px;
    position: absolute;
    z-index: 68745;
    top: 2px;
    left: 2px;
    background: #222;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    text-align: center;
    font-size: 10px;
    color: #fff;
    line-height: 20px;
}

.befres_moft {
    position: absolute;
    z-index: 87542130;
    display: inline-block;
    text-align: center;
    padding: 0% 4%;
    line-height: 20px;
    height: 20px;
    left: 0px;
    bottom: 3px;
    font-family: Yekan, Arial, Helvetica, sans-serif;
    font-size: 10px;
    background: #499404;
    color: #fff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
/*arshiv_kalaha*/



/*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 #eee;
    background: #fff;overflow:hidden
}

.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 #7D7D7D !important;
    }

.menu_kala .sel_men {
    background: #eee !important;
    border-bottom: 2px solid #7D7D7D !important;
}

.aks_kala {
    width: 90%;
    height: 300px;
    margin: 0px auto;
    display: inline-block;
    cursor: pointer;
    position: relative;
    box-shadow: 0px -1px 2px #eee;
    padding-top: 20px;
    padding: 20px 2% 0% 2%;
}

.head_kala {
    width: 100%;
    height: 20px;
    margin-top: 10px;
}

.menu_new_saz_absol_a{min-height:40px!important}
.box_gozarkala {
    width: 90%;
    height: 100px;
    padding: 0% 5%;
    overflow: hidden;
    position: relative;
}

.pic_kala {
    width: 24%;
    height: 78px;
    float: right;
    border: 1px solid #eee;
    margin: 10px 1% 10px 0%;
    cursor: pointer;
    overflow: hidden;
}
   .pic_kala img{
    width: auto !important;
    
   
}

.titr_kala {
    width: 95%;
    height: 70px;
    float: right;
    padding: .5% 2%;
    background: #eee;
    border-right: 2px solid #7D7D7D;
}
.sjs65s_j{
   width: 96%;
    float: right;
    max-height: 275px;
    padding: 0 2%;
    position: relative;
    overflow: hidden;
    padding-bottom: 10px;
    margin-top: 10px;
    line-height: 2;
    text-align: right;
    display: inline-block;
    font-size: 14px;
    white-space: pre-wrap !important;
}
.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;
         max-height: 100%;
        display: block;
    }

.hame_aks {
    width: 100%;
    height: 100%;
}

.pic_bish {
    width: 15%;
    height: 58px;
    border: 1px solid #ccc;
    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;
}

    .pvije_kala img {
        width: 100%;
    }

.kala_text {
    width: 59%;
    display: table;
    float: left;
    padding-bottom: 20px;
}

.on_kal1 {
    width: 78%;
    height: 30px;
    float: right;
    text-align: right;
    color: #7D7D7D;
    font-size: 13px;
    font-weight: bold;
    font-family: Yekan, Arial, Helvetica, sans-serif;
    line-height: 30px;
	overflow:hidden;
}

.on_kal2 {
    width: 100%;
    height: 30px;
    font-family: Yekan, Arial, Helvetica, sans-serif;
    float: right;
    text-align: right;
    color: #52504E;
    font-size: 13px;
    line-height: 30px;
}

.dustdashtani {
    width: 20%;
    height: 30px;
    float: left;
    padding: 0px 1%;
}

.mokaab_kala {
    width: 100%;
    display:table;
    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 #eee;
    text-align: right;
    font-size: 12px;
    font-family: Yekan, Arial, Helvetica, sans-serif;
    position: relative;
    color: #222;
    border-radius: 4px;
    line-height: 27px;
	overflow:hidden
}

    .color_bo:hover {
        background: #7D7D7D;
        color: #fff;
    }

    .color_bo span {
        width: 20px;
        height: 20px;
        float: right;
        border-radius: 50%;
        border: 1px solid #eee;
        margin: 3px 2px 3px 4px;
    }

    .color_bo:hover span {
        border: 1px solid #7D7D7D;
    }

    .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 #eee;
}

.kala_nerkh {
    width: 98%;
    height: 38px;
    float: right;
    text-align: center;
    font-size: 14px;
   
    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: 13px;
    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 #E30C0C;
        background: rgba(255,74,74,1);
        background: -moz-linear-gradient(top, rgba(255,74,74,1) 0%, rgba(255,74,74,1) 1%, rgba(222,0,0,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,74,74,1)), color-stop(1%, rgba(255,74,74,1)), color-stop(100%, rgba(222,0,0,1)));
        background: -webkit-linear-gradient(top, rgba(255,74,74,1) 0%, rgba(255,74,74,1) 1%, rgba(222,0,0,1) 100%);
        background: -o-linear-gradient(top, rgba(255,74,74,1) 0%, rgba(255,74,74,1) 1%, rgba(222,0,0,1) 100%);
        background: -ms-linear-gradient(top, rgba(255,74,74,1) 0%, rgba(255,74,74,1) 1%, rgba(222,0,0,1) 100%);
        background: linear-gradient(to bottom, rgba(255,74,74,1) 0%, rgba(255,74,74,1) 1%, rgba(222,0,0,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4a4a', endColorstr='#7D7D7D', GradientType=0 );
    }

.tedad_kala {
    width: 46%;
    height: 30px;
    float: right;
    font-size: 13px;
    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 #eee;
        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: #7D7D7D;
    font-family: Yekan, Arial, Helvetica, sans-serif;
    font-size: 16px;
    border-bottom: 2px solid #7D7D7D;
    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;
}

.name_kala {
    width: 96%;
    height: 40px;
    padding: 0% 2%;
    text-align: center;
    line-height: 20px;
    color: #222;
    overflow: hidden;
    display: block;
}

.kala:hover .name_kala {
    color: #7D7D7D;
}

/*کادوها*/
.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: #FFF6F6 !important;
}

.esm_kado {
    color: red !important;
}

.kadoha_gift .gheymat {
    background: #7D7D7D !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: #7D7D7D;
    font-size: 16px;
    text-align: justify;
    overflow: hidden;
    line-height: 40px;
    color: #FFFFFF;
    
    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 #E30C0C;
        background: rgba(255,74,74,1);
        background: -moz-linear-gradient(top, rgba(255,74,74,1) 0%, rgba(255,74,74,1) 1%, rgba(222,0,0,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,74,74,1)), color-stop(1%, rgba(255,74,74,1)), color-stop(100%, rgba(222,0,0,1)));
        background: -webkit-linear-gradient(top, rgba(255,74,74,1) 0%, rgba(255,74,74,1) 1%, rgba(222,0,0,1) 100%);
        background: -o-linear-gradient(top, rgba(255,74,74,1) 0%, rgba(255,74,74,1) 1%, rgba(222,0,0,1) 100%);
        background: -ms-linear-gradient(top, rgba(255,74,74,1) 0%, rgba(255,74,74,1) 1%, rgba(222,0,0,1) 100%);
        background: linear-gradient(to bottom, rgba(255,74,74,1) 0%, rgba(255,74,74,1) 1%, rgba(222,0,0,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4a4a', endColorstr='#7D7D7D', GradientType=0 );
    }

    .kadoha_select_op:after {
        content: 'انتخاب';
    }


/*کادوها*/
.kadoha_gift a {
    background: #1D1A17 !important;
}

    .kadoha_gift a:hover {
        background: #7D7D7D !important;
    }

.kadoha_gift label {
    background: #1D1A17 !important;
}

    .kadoha_gift label:hover {
        background: #7D7D7D !important;
    }
.select_class_kddo label {
    background:#82BF6E !important;
}
/*.box .safhe_box:last-child {
    border-bottom: 0px;
}*/

.table_factoy {
    border-bottom: 1px solid #C4C4C4 !important;
}

.box_body {
    width: 90%;
    display: table;
    margin: 0 auto;
    background: #fff;
    padding-top: 0px;
}
/*page_dakheli*/

/*kalamortabet*/
.shop {
    width: 89%;
    height: 222px;
    float: right;
    overflow: hidden;
}

.kala {
    width: 18.4%;
    height: 210px;
    float: right;
    margin-left: 1%;
    margin-top: 5px;
    cursor: pointer;
    text-align: center;
}

.img_kala_opu {
    width: 90%;
    height: 100px;
    margin: 4px auto;
    display: inline-block;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

    .img_kala_opu .img {
        width: 100%;
        height: 100%;
    }

        .img_kala_opu .img img {
            max-width: 90%;
            height: 90%;
            padding: 5%;
        }

.kala:hover .img_kala_opu {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.wid100_slid {
    width: 100%;
}

.mar_r {
    margin-left: 1%;
    margin-right: 1%;
}

.next_1, .last_1 {
    width: 4%;
    height: 100%;
    float: right;
}

.img_next {
    width: 20px;
    height: 50px;
    float: left;
    background: url('/template/img/img-template/icon/bad12.gif') no-repeat -20px 0px;
    margin-top: 85px;
    margin-left: 5px;
    filter: alpha(opacity=40);
    -moz-opacity: .40;
    opacity: .40;
    cursor: pointer;
}

.img_ago {
    width: 20px;
    height: 50px;
    float: right;
    background: url('/template/img/img-template/icon/bad12.gif') no-repeat 0px 0px;
    margin-top: 85px;
    margin-right: 5px;
    filter: alpha(opacity=40);
    -moz-opacity: .40;
    opacity: .40;
    cursor: pointer;
}

    .img_ago:hover, .img_next:hover {
        filter: alpha(opacity=100);
        -moz-opacity: 1.0;
        opacity: 1.0;
    }

.kolekala {
    width: 100%;
    height: 210px;
    float: right;
}

.gheimat {
    width: 96%;
    height: 25px;
    float: right;
    padding: 0% 2%;
    background: #1D1A17;
    text-align: center;
    line-height: 25px;
    color: #fff;
    overflow: hidden;
    border-radius: 4px;
    display: block;
    margin-top: 4px;
}

    .gheimat .color_green {
        color: #fff;
    }

.kala:hover .gheimat {
    background: #7D7D7D;
}

/*kalamortabet*/



/*rahnema_karbaran*/

.khat_emkanat {
    width: 100%;
    height: 60px;
    float: right;
    background: #222;
}

.bazgash_kala {
    width: 20%;
    height: 60px;
    display: inline-block;
    margin: 0 auto;
    overflow: hidden;
}

    .bazgash_kala:hover {
        filter: alpha(opacity=60);
        -moz-opacity: .60;
        opacity: .60;
    }

.img_zamen {
    width: 50px;
    float: right;
    display: inline-block;
    overflow: hidden;
    margin-top: 5px;
    padding: 0px 2px;
}

.icon_z {
    width: 100%;
}

.onvan_zamen {
    display: inline-block;
    float: right;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 13px;
    padding: 0% 1%;
    margin-top: 8px;
}

.bazgash:hover .onvan_zamen {
    color: #02FFF7;
    border-bottom: 1px solid #02fff7;
}

/*rahnema_karbaran*/
/*tasavire_bishtaar*/
.dialog_close_popi {
	width:19px !important;
	height:19px !important;
	line-height:21px !important;
   border: 1px solid #ff0000 !important;
    color: #ffffff !important;
    background: red !important;
    font-weight: bold !important;
    font-size: 15px !important;
}

    .dialog_close_popi:hover {
        color: #fff !important;
        background: #7D7D7D !important;
		border: 1px solid #7D7D7D !important;
    }
/*tasavire_bishtaar*/
.smart_headert {
    background-position: center;
    width: 100%;
    display: table;
    height: 70px;background-position: center
}

.smart_headert img { max-width: 100% !important; }
    .smart_headert:hover {
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
    }
	  .smart_heaimm {
    background-image: url('');
    width: 100%;
    display: table;
    float: right;
	height:auto !important;
    background-position: center;
    overflow: hidden;
}
.smart_heaimm img {
    width: 100%;
    float: right;
    overflow: hidden;
}
/*rang dar mobili*/
	.body_hamber3 , .body_hamber6 , .secrch_menu_yu{
		background:#191818 !important;
	}
	.body_hamber8 .amodi_menu .asli a , .body_hamber8 .amodi_menu .asli a span{
    color: #191818 !important;
}
.body_hamber8 .menu_mob_ile_click  {
    border-color:  #8e8787 !important;
}
.body_hamber8 .amodi_menu .asli {
    border-bottom:1px solid #8e8787 !important;
}
.body_hamber2 {
    border-color: #5d5a5a !important;
box-shadow: 0px 0px 22px #555 !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;
}
  .color_bo {
            width: 46%;
            margin-bottom:1px;
        }

            .color_bo .jjj:before {
                content: ' ' !important;
                width: 60% !important;
                padding-right: 40% !important;
            }

            .color_bo .model-color_tagef {
                display: inline-block !important;max-width:85%
            }