@font-face {
    font-family: "koodak";
    src: url('../fonts/BKoodakBold.woff');
}

@font-face {
    font-family: "koodak";
    src: url('../fonts/BTitrBold.woff');
    font-weight: bold;
}

@font-face {
    font-family: "koodak";
    src: url('../fonts/DastNevis.woff');
    font-style: italic;
}

@font-face {
    font-family: "yekan";
    src: url('../fonts/BYekan.woff');
}

@font-face {
    font-family: "samim";
    src: url('../fonts/Samim.woff');
}

@font-face {
    font-family: "shabnam";
    src: url('../fonts/shabnam.woff');
}

@font-face {
    font-family: "Titr Bold GE";
    src: url('../fonts/BTitrTGEBold.woff');
}

@font-face {
    font-family: "myIcon";
    src: url('../fonts/glyphicons-halflings-regular.woff');
}


@font-face {
    font-family: "myIcon4";
    src: url("../fonts/bp-icons.woff");
}


@font-face {
    font-family: "karbalaei";
    src: url("../fonts/karbalaei.woff");
}

@font-face {
    font-family: "vazir";
    src: url("../fonts/vazir-medium-fd.woff");
}

@font-face {
    font-family: "vazir";
    src: url("../fonts/vazir-black-fd.woff");
    font-weight: bold;
}


/*افکت های کادر اصلی  */
@keyframes namayeshAksAzBala {
    0% {
        transform: scale(0.8) translateY(-20%);
        opacity: 0.0;
    }
    70% {
        transform: scale(1.02) translateY(2%);
    }
    100% {
        transform: scale(1) translateY(0%);
        opacity: 1.0;
    }
}


@keyframes namayeshItem {
    0% {
        transform: translateX(110%);
        opacity: 0.0;
    }
    100% {
        transform: translateX(0%);
        opacity: 1.0;
    }
}


/*  افکت های کادر تصاویر بخش اضافی  */
@keyframes namayeshItemKadrPaeen {
    0% {
        transform: scale(0);
        opacity: 0.0;
    rotate(0 deg);
    }
    100% {
        transform: scale(1);
        opacity: 1.0;
    rotate(360 deg);
    }
}

/*   افکت های کادر مدل   */
@keyframes namayeshModel {
    0% {
        opacity: 0.0;
    }
    100% {
        opacity: 1.0;
    }
}

/*   نمایش زیر تیترهای هر کدام از خدمات طراحی سایت   */
@keyframes namayeshZirTitr1 {
    0% {
       top: 100%;
    }
    100% {
        top: 5%;
    }
}@keyframes namayeshZirTitr2 {
    0% {
       top: 100%;
    }
    100% {
        top: 20%;
    }
}@keyframes namayeshZirTitr3 {
    0% {
       top: 100%;
    }
    100% {
        top: 35%;
    }
}




:root { /* رنگ اصلی */
    --cl-1: hsl(225, 57%, 37%);
    --cl-1-1: hsl(225, 57%, 43%);
    --cl-1-2: hsl(225, 57%, 53%);
    --cl-1-3: hsl(225, 57%, 63%);
    --cl-1-4: hsla(226, 100%, 91%, 0.81);
    --cl-1-5: hsl(225, 57%, 33%, 0.5);
    --cl-1-6: hsl(225, 57%, 93%);


    /* رنگ اصلی دوم */
    --cl-2: hsl(191, 85%, 41%);
    --cl-2-1: hsl(191, 85%, 51%);
    --cl-2-2: hsl(225.49, 82.84%, 66.97%);
    --cl-2-3: hsl(191, 85%, 71%);
    --cl-2-4: hsl(191, 85%, 81%);
    --cl-2-5: hsl(191, 85%, 91%);
    --cl-2-6: hsl(191, 85%, 41%, 0.5);
    --cl-2-7: hsl(191, 85%, 98%);


    /*  رنگ اصلی سوم  */
    --cl-3: hsl(38.61, 52.88%, 62.55%);
    --cl-3-1: hsl(53, 78%, 58%);
    --cl-3-2: hsl(53, 78%, 68%);
    --cl-3-3: hsl(53, 78%, 78%);
    --cl-3-4: hsl(53, 78%, 88%);
    --cl-3-5: hsl(53, 78%, 38%);
    --cl-3-6: hsl(53, 78%, 30%);

    /*  طیف روشن  */
    --cl-4: hsl(0, 0%, 100%);
    --cl-4-1: hsl(0, 0%, 98%);
    --cl-4-2: hsl(0, 0%, 95%);
    --cl-4-3: hsl(0, 0%, 55%);
    --cl-4-4: hsl(0, 0%, 35%);

    /*  طیف تیره  */
    --cl-5: hsl(0, 0%, 0%);
    --cl-5-1: hsl(0, 0%, 20%);
    --cl-5-2: hsl(0, 0%, 30%);
    --cl-5-3: hsl(0, 0%, 60%);
    --cl-5-4: hsl(32, 54%, 45%);
    --cl-5-5: hsl(0, 0%, 0%, 0.5);


    /* متفرقه (مثل ارور ، دکمه خاص و ...) */
    --cl-6: hsla(0, 0%, 28%, 0.8);
    --cl-6-1: hsl(0, 0%, 8%);
    --cl-6-2: hsl(0, 0%, 0%);
    --cl-6-3: hsl(0, 0%, 0%);
    --cl-6-4: hsl(0, 0%, 0%);


    --cl-asl: var(--cl-1);
    --cl-asl2: var(--cl-3);
    --cl-asl3: var(--cl-2);

    --cl-tit: var(--cl-4);
    --cl-tit2: var(--cl-5);
    --cl-tit3: var(--cl-3);

    --cl-txt: var(--cl-5-1);
    --cl-txt2: var(--cl-4);
    --cl-txt3: var(--cl-5-2);

    --cl-say: var(--cl-1);
    --cl-say2: var(--cl-3);

    --cl-hov: var(--cl-2);
    --cl-act: var(--cl-3);

    --cl-bck: var(--cl-4);
    --cl-bck-itm: var(--cl-1);
    --cl-bck-itm2: var(--cl-4-2);

    --cl-icn: var(--cl-3);
    --cl-icn2: var(--cl-2);

    --cl-err: var(--cl-1-1);
    --cl-err2: var(--cl-1-2);

    --cl-brd: var(--cl-5-2);

    --cl-del: var(--cl-5-3);

}


html {
    height: 100%;
    position: relative;
    scroll-behavior: smooth;
}

body {
    margin: 0px;
    color: hsl(98, 100%, 95%);
    background-color: hsl(0, 0%, 0%);
    height: 100%;
    position: relative;
    z-index: -3;
    font-family: vazir;
}

u {
    text-decoration: none;
    border-bottom: 1px solid hsl(97, 83%, 43%);
}

img {
    font-family: koodak;
    color: hsl(120, 41%, 29%);
    overflow: hidden;
}

a {
    text-decoration: none;
}


#fullContainer {
    max-width: 2000px;
    min-width: 240px;
    width: 100%;
    overflow-y: auto;
    margin: 0px auto;
    z-index: -2;
    position: relative;
    padding-bottom: 600px;
}
.makhfiDarRWD
{
    display: none;
}

/*               هدر سایت            */
#header {
    padding-top: 46.315%; /*531px  */
    /*margin-top: 100px;*/
    /*background-image: url('../pic/bg-header.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;*/
    background-color: hsl(0, 0%, 0%);
    position: relative;
    padding-bottom: 80px ;
}

.titrAsli {
    float: right;
    height: 49px;
    width: 450px;
    text-align: right;
    font-size: 0.75rem;
    color: hsl(45, 87%, 53%);
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    cursor: pointer;
}

.titrAsli>strong {
    width: 260px;
    float: left;
    font-family: Vazir;
    background: linear-gradient(180deg, #d2ae6d 0%, #f4cb80 50%, #d2ae6d 70%, #a48c43 100%);
    color: transparent;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    font-size: 1.375rem;
}

.titrAsli img {
    float: right;
    width: 170px;
}

#shoar
{
    height: 65px;
    width: 500px;
    position: absolute;
    top:160px;
    right: 0%;
    left: 0%;
    margin: 0px auto;
    text-align: center;
    font-family: vazir;
    font-size: 2.5rem;
    /*color: var(--cl-3);*/
    z-index: 10;
    text-shadow: 0px -9px 60px rgba(202, 213, 255, 0.39),0px 0px 8px rgba(172, 135, 20, 0.81),0px -35px 90px rgba(184, 198, 255, 0.6),0px -150px 90px rgba(230, 234, 255, 0.2);
    animation: namayeshShoarHeader 1.5s 0.5s ease-in;
    animation-fill-mode: forwards;
    opacity: 0;
    background: linear-gradient(180deg, #d2ae6d 0%, #f4cb80 50%, #d2ae6d 70%, #a48c43 100%);
    color: transparent;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
}

#shoar::before {
    content: "";
    position: absolute;
    bottom: -10px;
    right: 0;
    left: 0px;
    margin: auto;
    width: 80%;
    height: 2px;
    background-image: url(../pic/khat-zir-titrha.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 500%;
    opacity: 0.5;
}

h1#kadrRootitrHDR
{
    height: 45px;
    width: 665px;
    position: absolute;
    top:300px;
    right: 0px;
    left: 0px;
    margin: 0px auto;
    text-align: center;
    font-family: vazir;
    font-size: 2rem;
    color: transparent;
    z-index: 10;
    animation: namayeshTitrHeader 0.2s 3s ease-in;
    animation-fill-mode: forwards;
    /*opacity: 0;*/
}

h4.mazayaOrooj
{
    height: 45px;
    width: 400px;
    position: absolute;
    top:400px;
    right: 0px;
    left: 0px;
    margin: 0px auto;
    text-align: center;
    font-family: vazir;
    font-size: 1.5rem;
    color: transparent;
    z-index: 10;
    animation: namayeshTitrHeader 0s 5s ease-in;
    animation-fill-mode: forwards;
}

h4.mazayaOrooj + h4.mazayaOrooj
{
    top: 480px;
}
h4.mazayaOrooj + h4.mazayaOrooj
{
    animation: namayeshTitrHeader 1s 5s ease-in;
}


h1#kadrRootitrHDR b
{
    /*color: var(--cl-1-4);*/

}

h4.mazayaOrooj b span
{
    animation: blink linear 5.5s;
    animation-fill-mode: forwards;
}


h1#kadrRootitrHDR b span/*:nth-of-type(3)*/
{
    animation: blink linear 3.8s;
    animation-fill-mode: forwards;
}



/*h2#kadrRootitrHDR b span:nth-of-type(3)
{
    animation: blink linear 2.8s;
    animation-fill-mode: forwards;
}*/

@keyframes blink
{
    78%
    {
        color: inherit;
    }
    79%
    {
        color: #333;
    }
    80%
    {

        text-shadow: none;
    }
    81%
    {
        color: inherit;
        text-shadow: 0 0 2px rgba(202, 228, 225, 0.92),
        0 0 12px rgba(202, 228, 225, 0.34),
        0 0 2px var(--cl-1-2),
        0 0 5px var(--cl-1-3),
        0 0 7px var(--cl-1-4),
        0 0 10px var(--cl-1-3);
    }
    82%
    {
        color: #d8a331;
        text-shadow: none;
    }
    83%
    {
        color: inherit;
        text-shadow: inherit;
    }
    92%
    {
        color: #333;
        text-shadow: 0 0 2px rgba(202, 228, 225, 0.92),
        0 0 10px rgba(202, 228, 225, 0.34),
        0 0 4px var(--cl-1-2),
        0 0 7px var(--cl-1-3),
        0 0 11px var(--cl-1-4),
        0 0 16px var(--cl-1-3);
    }
    100%
    {
        color: inherit;
        text-shadow:

                0 0 2px rgba(238, 250, 248, 0.92),
                0 0 10px rgba(202, 228, 225, 0.34),
                0 0 4px var(--cl-1-2),
                0 0 7px var(--cl-1-3),
                0 0 11px var(--cl-1-3),
                0 0 16px var(--cl-1-3),
                0 5px 40px var(--cl-1-3);
    }
}

@keyframes namayeshShoarHeader {
    0% {

        opacity:0;
    }

    100% {
        opacity:1;
    }
}@keyframes namayeshTitrHeader {
    0% {

        /*color:transparent;*/
    }

    90%{
        text-shadow:
                0 0 2px rgba(202, 228, 225, 0.92),
                0 0 10px rgba(202, 228, 225, 0.34),
                0 0 4px var(--cl-1-2),
                0 0 7px var(--cl-1-3),
                0 0 11px var(--cl-1-3),
                0 0 16px var(--cl-1-3);
    }

    100% {
        text-shadow:
                0 0 2px rgba(238, 250, 248, 0.92),
                0 0 10px rgba(202, 228, 225, 0.34),
                0 0 4px var(--cl-1-2),
                0 0 7px var(--cl-1-3),
                0 0 11px var(--cl-1-3),
                0 0 16px var(--cl-1-3);
    }
}


/*diz
h1#kadrRootitrHDR
{
    height: 45px;
    width: 560px;
    position: absolute;
    top:25px;
    left: 0px;
    right: 50px;
    margin: 0px auto;
    text-align: right;
    font-family: karbalaei, serif;
    font-size: 1.85rem;
    color: hsl(45, 87%, 53%);
}


h1#kadrRootitrHDR:after
{
    content:"علیه السلام";
    display: block;
    position: absolute;
    right: 70px;
    top: 10px;
    font-family: karbalaei;
    font-size: 0.5rem;
    color: hsl(46, 78%, 46%);
}
*/


/*diz h1#titrHDR
{
    overflow-y: hidden;
    height: 93px;
    position: relative;
    text-align: center;
    font-family: karbalaei, serif;
    font-size: 3.2rem;
    color: hsl(45, 87%, 53%);
    text-shadow:3px 3px 13px hsl(0, 0%, 0%),3px -3px 13px hsl(0, 0%, 0%),-3px 3px 13px hsl(0, 0%, 0%),-3px -3px 13px hsl(0, 0%, 0%);
    padding-top: 50px;
    margin:0px;
}*/

/*diz #aksDoaFarajHDR
{
    height: 75px;
    width: 565px;
    position: absolute;
    top:5px;
    left: 20px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    font-family: karbalaei, serif;
    font-size: 1.85rem;
    color: hsl(45, 87%, 53%);
    background-image: url('../pic/faraj.png');
    background-repeat: no-repeat;
    background-position:left;
    background-size: contain;
}


#kadrEfektTitrHDR
{
    height: 45px;
    width: 540px;
    position: absolute;
    top:74px;
    left: 0px;
    right: 2px;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid white;
}



h1#titrHDR>span
{
    display: inline-block;
}

#kadrDokmehaHDR
{
    display: none;
    overflow:auto;
    position: absolute;
    left: 40px;
    bottom: 20px;
    background-color: #333333;
}

.dokmeh
{
    display: block;
    float: left;
    width: 80px;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    font-family: koodak;
    font-size: 1rem;
    line-height: 1rem;
    padding: 6px 0px;
    background-color: hsl(97, 83%, 43%);
    color: hsl(0, 0%, 100%);
}

a#moloodiHDR, a#moloodiHDR:link, a#moloodiHDR:visited
{
    background-color: hsl(119, 62%, 49%);
    color: hsl(60, 11%, 19%);
}

a#moloodiHDR:hover
{
    background-color: hsl(60, 11%, 19%);
    color: hsl(119, 62%, 49%);
}

a#moloodiHDR:active
{
    background-color: hsl(119, 62%, 31%);
    color: hsl(60, 11%, 19%);
}

a#azadariHDR, a#azadariHDR:link, a#azadariHDR:visited
{
    margin-left: 10px;
    background-color: hsl(358, 63%, 48%);
    color: hsl(60, 11%, 68%);
}

a#azadariHDR:hover
{
    background-color: hsl(60, 11%, 68%);
    color: hsl(358, 63%, 48%);
}

a#azadariHDR:active
{
    background-color: hsl(7, 81%, 45%);
    color: hsl(0, 0%, 100%);
}*/


*::-webkit-scrollbar {
    width: 8px;
    height: 7px;
}

*::-webkit-scrollbar-thumb {
    background-image: linear-gradient(200deg, #49381d, rgba(24, 34, 66, 0.38));
    border-radius: 5px;
    transition: background-image 0.2s;

}

*::-webkit-scrollbar-thumb:hover {
    background-image: linear-gradient(200deg, #5a4829, #192242);
}

*::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 0px;
}


/*          نوار منوها             */
#navarMenu {
    height: 50px;
    width: calc(100% - 50px); /* pad */
    padding: 25px 10px;
    margin: 15px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10;
    /* background-image:url("../pic/logo-MNU.png");
     background-size: auto 70%;
     background-position: 95% center;
     background-repeat: no-repeat;*/
    background-color: #000000e3;
    border-radius: 16px;
}

a#dokmehMNU, a#dokmehMNU:link, a#dokmehMNU:visited {
    display: none;
    height: 16px; /*    DEP pad     */
    width: 40px;
    padding: 8px 0px 6px 0px; /*  DEP h   */
    margin: 5px;
    float: right;
    text-decoration: none;
    text-align: center;
    font-family: myIcon4;
    font-size: 1.5rem;
    line-height: 1; /*  30px    */
    border-radius: 3px;
    color: hsl(0, 0%, 100%);
    /*diz background-color: hsl(84, 79%, 64%);*/
}

a#dokmehMNU:hover {
    color: hsl(0, 0%, 86%);
    /*diz background-color: hsl(133, 76%, 28%);*/
}

a#dokmehMNU:active {
    color: hsl(0, 0%, 86%);
    /*diz background-color: hsl(97, 100%, 84%);*/
}

a#dokmehAsliMNU, a#dokmehAsliMNU:link, a#dokmehAsliMNU:hover {
    display: block;
    float: right;
    height: 28px;
    margin: 7px 10px;
    position: relative;
    font-family: vazir;
    font-size: 1rem;
    color: hsl(196, 9%, 95%);
    text-decoration: none;
    padding: 6px 15px 4px;
    border-radius: 18px;
    transition: transform 0.5s;
    background-image: linear-gradient(200deg, #8f774a, #22387d);
    background-color: #DEDEDE;
}

a#dokmehAsliMNU:hover {
    transform: translate(0px, -7px);
    transition: transform 0.5s;
}

ul#menu {
    margin: 0px;
    margin-left: 20px;
    float: left;
    height: 50px;
    list-style-type: none;
    padding: 0px;
    position: relative;
    z-index: 1000;
}

ul#menu li {
    float: right;
    height: 100%;
    position: relative;
}



a.titrMNU, a.titrMNU:link, a.titrMNU:visited {
    display: block;
    height: 38px; /*   DEP pad-t   */
    width: 115px;
    padding-top: 12px; /*   DEP h   */
    font-family: samim;
    font-size: 1.125rem;
    text-align: center;
    text-decoration: none;
    /*diz background-color: hsl(97, 83%, 43%);*/
    color: hsl(0, 0%, 100%);
    transition: color 0.2s;
}
ul#menu li:first-child + li > a.titrMNU
{
    width: 150px;
}
a.titrMNU:hover {
    /*diz background-color: hsl(84, 100%, 69%);*/
    color: var(--cl-3);
}

/*diz
a.titrMNU:hover span.iconZirMNU
{
    !*diz color: hsl(45, 100%, 60%);*!
}
*/

a.titrMNU:active {
    /*diz background-color: hsl(97, 100%, 84%);*/
    color: var(--cl-3-1);
}

/*diz
span.iconZirMNU
{
    display: inline-block;
    height: 12px;           !*     DEP pad , line-h       *!
    padding: 5px 0px;       !*  DEP h   *!
    margin-right: 10px;
    width: 12px;
    font-family: myIcon;
    font-size: 0.75rem;     !*  12px    *!
    line-height:1;           !*  DEP h   *!
    vertical-align: middle;
    color: hsl(60, 82%, 62%);
    transition: transform 0.3s;
}
*/

a.titrMNU:hover span.iconZirMNU {
    transform: translate(0px, 8px);
    -webkit-transform: translate(0px, 8px);
}

/* diz
span.khatMNU
{
    display: inline-block;
    margin-top: 10px;
    height: 30px;
    border-left: 2px solid hsl(126, 75%, 20%);
    box-shadow: 1px 1px 3px hsl(97, 100%, 84%);
}

ul.zirMNU
{
    margin:0px;
    width:135px;
    padding:3px 0px 0px 0px;
    list-style-type:none;
    position: absolute;
    right: 0px;
    top:50px;
}
a.titrMNU+ul
{
    display: none;
}

a.titrMNU:hover+ul, ul.zirMNU:hover
{
    display: block;
}

a.titrZirMNU, a.titrZirMNU:link, a.titrZirMNU:visited
{
    display: block;
    height: 38px;                          !*   DEP pad-t   *!
    width: 120px;                          !*   DEP pad-r    *!
    padding:12px 15px 0px 0px;             !*   DEP h,w   *!
    margin-top:1px;
    border-top: 1px solid hsl(0, 0%, 0%);
    font-family: koodak;
    font-size: 1rem;
    text-align: right;
    text-decoration: none;
    background-color: hsl(97, 83%, 43%);
    color: hsl(124, 80%, 8%);
    transition: background-color 0.2s;
}

a.titrZirMNU:hover
{
    background-color: hsl(84, 100%, 69%);
}

a.titrZirMNU:active
{
    background-color: hsl(97, 100%, 84%);
}
*/


#kadrIconhaMNU {
    height: 50px;
    /*diz width: 200px;*/
    padding: 0px 5px;
    float: left;
    overflow: hidden;

    transition: 0.5s;
}

a.iconMNU {
    display: block;
    height: 30px;
    width: 30px;
    float: left;
    margin: 10px 5px;
    transform: scale(1) rotate(0deg);
    background-image: url('../pic/icon-menu.png');
    transition: transform 1s;
}

a.iconMNU:hover {
    transform: scale(1.2) rotate(360deg);
    transition: transform 0.5s;
}

a#iconAbzarhaMNU:link, a#iconAbzarhaMNU:visited {
    display: none;
    position: absolute;
    left: 3px;
    bottom: 0px;
    background-position: -150px 0px;
    border-radius: 0%;
    transition: 0.5s;
}

a#iconTelegramMNU:link, a#iconTelegramMNU:visited {
    background-position: 0px 0px;
}

a#iconInstagramMNU:link, a#iconInstagramMNU:visited {
    background-position: -30px 0px;
}

a#iconRssMNU:link, a#iconRssMNU:visited {
    background-position: -60px 0px;
}

a#iconAparatMNU:link, a#iconAparatMNU:visited {
    background-position: -90px 0px;
}

a#iconSearchMNU:link, a#iconSearchMNU:visited {
    background-position: -120px 0px;
}


a#iconTelegramMNU:hover {
    background-position: 0px -30px;
}

a#iconInstagramMNU:hover {
    background-position: -30px -30px;
}

a#iconRssMNU:hover {
    background-position: -60px -30px;
}

a#iconAparatMNU:hover {
    background-position: -90px -30px;
}

a#iconSearchMNU:hover {
    background-position: -120px -30px;
}


#kadrSearchMNU {
    float: left;
    height: 30px;
    width: 0px;
    overflow: hidden;
    margin: 10px 0px;
    position: relative;
    transition: width 0.5s;
}

#kadrSearchMNU > input {
    display: block;
    box-sizing: content-box;
    height: 26px;
    width: calc(100% - 47px);
    padding: 0px 5px 0px 38px;
    border: 2px solid hsl(207, 12%, 72%);
    border-radius: 3px;
    font-family: koodak;
    font-size: 1rem;
    line-height: 1;
    color: hsl(270, 13%, 9%);
}

#kadrSearchMNU > input:focus {
    outline: 2px solid hsl(123, 28%, 59%);
}

a#btnSearchMNU {
    display: block;
    height: 22px;
    width: 34px;
    border-radius: 3px;
    position: absolute;
    top: 4px;
    left: 4px;
    text-align: center;
    text-decoration: none;
    font-family: yekan;
    font-size: 1rem;
    line-height: 1;
}

a#btnSearchMNU:link, a#btnSearchMNU:visited {
    color: hsl(124, 80%, 8%);
    background-color: #E7E8E9;
}

a#btnSearchMNU:hover {
    color: hsl(84, 100%, 69%);
    background-color: hsl(270, 13%, 33%);
}

a#btnSearchMNU:focus {
    color: hsl(97, 83%, 43%);
    background-color: hsl(272, 13%, 25%);
}
.kadrIcon.vizhegiha .itemIcon
{

    line-height: 110px;

}

/*   کادر ایکون   */
.kadrIcon {
    width: 88%;
    padding: 5.621% 6%;
    background-color: black;
    overflow: hidden;
}

.itemIcon {
    position: relative;
    width: calc(20% - 40px);
    /*height: 140px;*/
    padding: 20px;
    text-align: center;
    float: right;
    line-height: 140px;
}

.itemIcon > img {
    position: relative;
    max-width: 100%;
    line-height: 1;
    vertical-align: middle;
    filter: grayscale(1);
    transition: filter 0.2s;
    cursor: pointer;
}
.kadrIcon.vizhegiha .itemIcon > img
{
/*    max-width: unset;
    width: 100%;*/
    filter: unset;
}


.itemIcon > img:hover
{
    filter: grayscale(0);
}

.kadrIcon #titrAsliMohtavaha {
    margin: -40px auto 35px;
}

.itemIcon strong
{
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.25rem;
    text-shadow: 0px -9px 60px rgba(202, 213, 255, 0.39),0px 0px 8px rgba(172, 135, 20, 0.81),0px -35px 90px rgba(184, 198, 255, 0.6),0px -150px 90px rgba(230, 234, 255, 0.2);
    word-spacing: 2px;
}

.kadrIcon.vizhegiha .itemIcon strong::before {
    content: "";
    position: absolute;
    bottom: 100px;
    right: 0;
    left: 0px;
    margin: auto;
    width: 60%;
    height: 1px;
    background-image: url(../pic/khat-zir-titrha.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 500%;
    opacity: 0.5;
}

.kadrIcon.vizhegiha
{
    padding: 0% 6% 16%;
    overflow: unset;
    margin-top: -220px;
}

    /*          نوار راست سایت          */
/*diz
#navarRast
{
    width:23.128%;
    overflow-y:auto;
    float:right;
    background-color: hsl(120, 7%, 29%);
}

#ettelaeeyehNR
{
    width:100%;
    height: 300px;
    float:right;
    position:relative;
    background-color: hsl(120, 7%, 29%);
}

#headerEtt
{
    padding:10px 20px 10px 20px;
    height: 18px;
    background: url('../pic/parcham.png') no-repeat right bottom;
    border-bottom: 2px solid #59c913;
    font-family: 'Titr Bold GE';
    font-size: 1rem;
    line-height: 1;
    text-align: left;
    color: hsl(95, 100%, 82%);
    text-shadow: 1px 2px 2px hsl(126, 75%, 20%);
    !*background-color: #efefef;*!
}

h2#titrEtt
{
    padding: 13px 10px; !* DEP font-h *!
    margin: 0px;
    font-family: 'yekan';
    font-size: 0.875rem;
    line-height: 1;
    white-space: nowrap;
    text-overflow:ellipsis;
    overflow-x: hidden;
    color: hsl(95, 100%, 82%);
    text-shadow: 1px 2px 2px hsl(126, 75%, 20%);
    !*background-color: #ddd;*!
}

#matnEtt
{
    display: block;
    padding: 5px 10px;
    height: 170px;
    font-family: 'koodak';
    font-size: 0.875rem;
    line-height: 24px;
    overflow-y:auto;               !* متن اطلاعیه بیشتر شد اسکرول شود *!
    overflow-x:hidden;
    text-align: justify;
    !*background-color: #eee;*!
}


#matnEtt a,#matnEtt a:link,#matnEtt a:visited
{
    font-family: koodak;
    font-size: 0.875rem;
    text-decoration: none;
    color: hsl(119, 63%, 18%);
}

#matnEtt a:hover
{
    color: hsl(119, 63%, 52%);
}

#matnEtt a:active
{
    color: hsl(119, 63%, 28%);
}

#matnEtt hr
{
    border-color: hsl(126, 75%, 20%);
}


#ettelaeeyehNR>a#ettelaatBishtar
{
    display: block;
    position: absolute;
    bottom: 10px;
    left:10px;
}

#tablighNR
{
    width:100%;
    overflow-y:auto;
    float:right;
    background-color: hsl(138, 15%, 23%);
}

#titrTabligh
{
    padding:10px 20px 10px 20px;
    height: 18px;
    background: url('../pic/parcham.png') no-repeat right bottom;
    border-bottom: 2px solid hsl(97, 83%, 43%);
    font-family: 'Titr Bold GE';
    font-size: 1rem;
    line-height: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow-x: hidden;
    text-align: left;
    color: hsl(95, 100%, 82%);
    text-shadow: 1px 2px 2px hsl(126, 75%, 20%);
    !*background-color: #efefef;*!
}

#sharhTabligh
{
    padding: 10px;
    font-family: 'koodak';
    font-size: 0.875rem;
    overflow-x:hidden;
    !*background-color: #DEDEDE;*!
}

img#axTabligh
{
    display: block;
    max-width:100%;
    margin:0px auto;
    border-width:0px;       !*  tashih namayesh dar IE  *!
}

#tablighNR>#sharhTabligh>h2
{
    margin: 0px;
}

a#titrMatnTabligh, a#titrMatnTabligh:link, a#titrMatnTabligh:visited
{
    display: block;
    padding: 13px 10px;      !* DEP font-h *!
    font-family: 'yekan';
    font-size: 0.875rem;
    line-height: 1;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
    color: hsl(98, 100%, 95%);
    !*background-color: #ddd;*!
}


a#matnTabligh, a#matnTabligh:link, a#matnTabligh:visited
{
    display: block;
    overflow: hidden;
    min-height: 60px;               !*  DEP line-h      *!
    max-height: 200px;
    font-family: 'koodak';
    font-size: 0.875rem;
    line-height: 20px;              !*    DEP min-h     *!
    text-align: justify;
    color: hsl(98, 100%, 95%);
    text-decoration: none;
    !*background-color: #eee;*!
}

#sharhTabligh:hover h2>a#titrMatnTabligh, #sharhTabligh:hover a#matnTabligh
{
    color: hsl(84, 100%, 69%);
}

#sharhTabligh:active h2>a#titrMatnTabligh, #sharhTabligh:active a#matnTabligh
{
    color: hsl(97, 100%, 84%);
}


!*      کادر برچسب های نوار راست    *!
#barchasbhaNR
{
    width:100%;
    overflow-y:auto;
    float:right;
    background-color: hsl(120, 7%, 29%);
}

#titrBarchasbhaNR
{
    padding:10px 20px 10px 20px;
    height: 18px;
    background: url('../pic/parcham.png') no-repeat right bottom;
    border-bottom: 2px solid hsl(97, 83%, 43%);
    font-family: 'Titr Bold GE';
    font-size: 1rem;
    line-height: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow-x: hidden;
    text-align: left;
    color: hsl(95, 100%, 82%);
    text-shadow: 1px 2px 2px hsl(126, 75%, 20%);
}

#kadrBarchasbhaNR
{
    padding: 10px;
    font-family: 'koodak';
    font-size: 0.875rem;
    max-height: 400px;
    overflow-y: auto;
}

a.barchasbNR
{
    float: right;
    height: 14px;
    padding:5px 5px;
    margin: 2px 0px 2px 20px;
    border-radius: 0px 2px 2px 0px;
    font-family: koodak;
    font-size: 0.875rem;
    line-height: 1;
    text-decoration: none;
    position: relative;
    color: hsl(95, 100%, 82%);
    background-color: hsl(138, 15%, 23%);
    box-shadow: 1px 1px 2px hsl(141, 64%, 4%);
}

a.barchasbNR:hover
{
    color: hsl(94, 100%, 72%);
    text-shadow: 0px 0px 7px hsl(94, 87%, 69%);
}

a.barchasbNR:active
{
    color: hsl(96, 100%, 92%);
}

a.barchasbNR::after
{
    content: "";
    display: block;
    height: 0px;
    width: 0px;
    position: absolute;
    right: 100%;
    top: 0px;
    border-right: 12px solid hsl(138, 15%, 23%);
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

a.barchasbNR::before
{
    content: "";
    display: block;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    position: absolute;
    left: -4px;
    top: 0px;
    bottom: 0px;
    margin: auto 0px;
    background-color: hsl(120, 7%, 29%);
    z-index: 10;
}

a.rangBarchasbSath1NR
{
    color: hsl(142, 63%, 14%);
    background-color: hsl(120, 41%, 69%);
}

a.rangBarchasbSath1NR::after
{
    border-right-color: hsl(120, 41%, 69%);
}

a.rangBarchasbSath2NR
{
    color: hsl(141, 63%, 12%);
    background-color: hsl(120, 41%, 59%);
}

a.rangBarchasbSath2NR::after
{
    border-right-color: hsl(120, 41%, 59%);
}

a.rangBarchasbSath3NR
{
    color: hsl(139, 62%, 10%);
    background-color: hsl(120, 41%, 49%);
}

a.rangBarchasbSath3NR::after
{
    border-right-color: hsl(120, 41%, 49%);
}

a.rangBarchasbSath4NR
{
    color: hsl(138, 60%, 8%);
    background-color: hsl(120, 41%, 39%);
}

a.rangBarchasbSath4NR::after
{
    border-right-color: hsl(120, 41%, 39%);
}

a.rangBarchasbSath5NR
{
    color: hsl(141, 64%, 4%);
    background-color: hsl(120, 41%, 29%);
}

a.rangBarchasbSath5NR::after
{
    border-right-color: hsl(120, 41%, 29%);
}


#kadrBarchasbhaNR strong
{
    font-weight: normal;
}

*/


/*          ستون محتوای اصلی سایت            */
#sotoonVasat {
    width: 100%;
    overflow-y: auto;
    float: right;
    background-color: rgb(0, 0, 0);
    position: relative;
}

#mohtavaAsliSV {
    width: 100%; /*    DEP pad     */
    padding: 0px; /*    DEP h,w     */
    position: relative;
    background-color: #666;
}


.kadrTablighSV {
    position: relative;
    float: right;
    width: calc(100% - 30px);
    padding: 20px 15px;
    margin: 25px 0px 115px
}

.kadrTablighBala {
    position: relative;
    float: right;
    width: calc(33.333% - 40px);
    margin: 40px 20px 20px;
    box-shadow: 0 0 40px -22px var(--cl-1-4);
    border-radius: 32px;
}

h3.titrNoeKhadamat {
    position: absolute;
    bottom: -15px;
    right: 0px;
    left: 0px;
    width: calc(100% - 180px);
    margin: 0px 80px;
    padding: 15px 10px;
    background-image: linear-gradient(200deg, #6d5630, #182550);
    border-radius: 16px;
    color: white;
    text-align: center;
    font-size: 1.5rem;
    cursor: pointer;
    text-shadow: 0px 0px 10px rgb(22 22 21);
    box-shadow: 0 7px 24px -15px var(--cl-1-4);
    border-bottom: 1px solid #97753e;
    z-index: 1;
}

.kadrZirTitrNoeKhadamat
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    z-index: 0;
    overflow: hidden;
}
.kadrZirTitrNoeKhadamat>h4.zirTitrNoeKhadamat
{
    position: absolute;
    right: 0px;
    left: 0px;
    width: calc(100% - 20px);
    max-width: 480px;
    padding: 15px 10px;
    margin: 0px auto 0px;
    background-image: linear-gradient(200deg, #937645, #364d97);
    color: #e3bc76;
    border-radius: 16px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow-x: hidden;
    font-size: 1.25rem;
    text-shadow: 0px 0px 3px rgb(60, 60, 58);
    box-shadow: 0px 7px 24px -15px var(--cl-1-4);
    z-index: 1;
    transform: translateY(800%);
    transition: transform 0.5s ease-out;
}
.kadrTablighBala:hover .zirTitr1
{
    transition:transform 0.5s;
    transform: translateY(50%) ;
}
.kadrTablighBala:hover .zirTitr2
{
    transition:transform 0.5s 0.5s;
    transform: translateY(170%) ;
}
.kadrTablighBala:hover .zirTitr3
{
    transition:transform 1s 0.5s;
    transform: translateY(290%) ;
}



a.linkTablighSV, a.linkTablighSV:link, a.linkTablighSV:visited {
    float: right;
    width: calc(100% - 0px);
    margin: 0px 0px;
}

img.aksTablighSV {
    float: right;
    width: 100%;
    border-radius: 32px;
    transition: filter 0.5s;
}

.kadrTablighBala:hover img.aksTablighSV
{
    filter: saturate(0.4);
}


.kadrTablighVasat {
    position: relative;
    float: right;
    width: calc(50% - 20px);
    margin: 0 10px;
}


#titrAsliMohtavaha {
    position: relative;
    float: left;
    width: 100%;
    margin: 35px auto 5px;
    text-align: center;
    font-family: vazir;
    font-size: 2rem;
}

#titrAsliMohtavaha > span.iconKenarMatn {
    margin-left: 10px;
    color: var(--cl-3);
    font-family: myIcon4;
    vertical-align: middle;
}

#titrAsliMohtavaha::before {
    content: "";
    position: absolute;
    bottom: -10px;
    right: 0;
    left: 0px;
    margin: auto;
    width: 30%;
    height: 2px;
    background-image: url("../pic/khat-zir-titrha.png");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 500%;
    opacity: 0.5;
}


/*کادر لودینگ*/
@keyframes charkhandehLoading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(720deg);
    }
}

@keyframes charkhandehLoading1 {
    0% {
        transform: rotate(0deg);
        visibility: visible;
    }
    25% {
        transform: rotate(180deg);
        visibility: hidden;
    }
    50% {
        transform: rotate(180deg);
        visibility: hidden;
    }
    75% {
        transform: rotate(0deg);
        visibility: hidden;
    }
    100% {
        transform: rotate(180deg);
        visibility: visible;
    }
}

@keyframes charkhandehLoading2 {
    0% {
        transform: rotate(0deg)
    }
    25% {
        transform: rotate(0deg)
    }
    50% {
        transform: rotate(180deg)
    }
    75% {
        transform: rotate(180deg)
    }
    100% {
        transform: rotate(180deg)
    }
}

@keyframes charkhandehLoading3 {
    0% {
        transform: rotate(0deg)
    }
    25% {
        transform: rotate(0deg)
    }
    50% {
        transform: rotate(0deg)
    }
    76% {
        transform: rotate(180deg)
    }
    100% {
        transform: rotate(180deg)
    }
}

.kadrLoading {
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    background-color: hsla(163, 7%, 21%, 0.51);
    overflow: hidden;

}

@keyframes taghirOpacityKLD {
    from {
        visibility: hidden;
        opacity: 0;
    }
    to {
        visibility: visible;
        opacity: 1.0;
    }
}

.dokmehBastanKLD {
    font-family: myIcon;
    font-size: 1rem;
    line-height: 1;
    padding: 8px 0px 6px 0px;
    width: 30px;
    height: 16px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    z-index: 1001;
    cursor: pointer;
    background-color: hsl(120, 7%, 29%);
    color: #edae0a;
    opacity: 0;
    animation: taghirOpacityKLD 1s 5s;
    animation-fill-mode: both;
}

.kadrLoading .vasetLD {
    height: 100px;
    width: 100px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    animation: charkhandehLoading 2s infinite;
    animation-fill-mode: forwards;
}

.kadrLoading .daiereh1 {
    height: 50%;
    width: 50%;
    border: 8px solid;
    border-color: hsl(158, 7%, 21%) hsl(158, 7%, 21%) hsl(43, 92%, 48%) hsl(43, 92%, 48%);
    border-radius: calc(50% + 8px);
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    animation: charkhandehLoading3 2s linear infinite;
    animation-fill-mode: forwards;
    box-shadow: 0px 0px 0px 1px hsl(158, 7%, 21%), 0px 0px 0px 1px hsl(158, 7%, 21%) inset;
}

.kadrLoading .daiereh2 {
    height: 50%;
    width: 50%;
    border: 8px solid;
    border-color: hsla(0, 100%, 50%, 0) hsla(158, 7%, 21%, 0) hsl(43, 92%, 48%) hsl(43, 92%, 48%);
    border-radius: calc(50% + 8px);
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    animation: charkhandehLoading2 2s linear infinite;
    animation-fill-mode: forwards;
    box-shadow: 0px 0px 0px 1px hsl(158, 7%, 21%), 0px 0px 0px 1px hsl(158, 7%, 21%) inset;
}

.kadrLoading .daiereh3 {
    height: 50%;
    width: 50%;
    border: 8px solid;
    border-color: hsla(0, 100%, 50%, 0) hsla(0, 100%, 50%, 0) hsl(158, 7%, 21%) hsl(158, 7%, 21%);
    border-radius: calc(50% + 8px);
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    animation: charkhandehLoading1 2s linear infinite;
    animation-fill-mode: forwards;
    box-shadow: 0px 0px 0px 1px hsl(158, 7%, 21%), 0px 0px 0px 1px hsl(158, 7%, 21%) inset;
}

/* محتوای اصلی مطالب ویژه*/
/*diz table#tblFullMA
{
    table-layout: fixed;              !*    tashih text-overflow:ellipsis       *!
    border-spacing: 0px;
    width:100%;
}

table#tblFullMA>tbody>tr>td
{
    width:49.645%;
    padding:0px;
}

#kadrNamayeshMA
{
    background-color: hsl(158, 7%, 21%);
    position: relative;
    z-index: 1;
}

#kadrRatioAxBozorgMA
{
    padding-top: 56.285%;
    position: relative;
}

#mohtavaAsliSV a[class^="dokmehAx"], #mohtavaAsliSV a[class^="dokmehAx"]:link, #mohtavaAsliSV a[class^="dokmehAx"]:visited
{
    top:0px;                  !*    baraye v-align  *!
    display: none;           !* namayesh faghat dar MF      *!
}

#mohtavaAsliSV .dokmehAxGhabli
{
    right:0px;
}

#mohtavaAsliSV .dokmehAxBadi
{
    left:0px;
}

img#axBozorgMA
{
    position: absolute;
    right: 0px;
    top:0px;
    width: calc(100% - 4px);
    border:2px solid hsl(132, 73%, 20%);
    box-shadow:2px 2px 5px hsl(137, 14%, 10%);
}

.anmAxBozorg
{
    animation: namayeshAksAzBala 0.5s;
}

#kadrEttMA
{
    height: 142px;
    width: 100%;
}

h3#titrNamayeshMA
{
    height: 30px;
    width:94.285%;
    margin:0.857% 2.857% 1.428% 2.857%;
    !*background-color: #222823;*!
    position: relative;
}

a.dokmehKeshoee, a.dokmehKeshoee:link,  a.dokmehKeshoee:visited
{
    display: none;          !*      faghat namayesh dar MF      *!
    position: absolute;
    height: 15px;           !*     DEP pad , line-h       *!
    padding: 8px 0px 7px 1px;       !*  DEP h   *!
    width: 30px;
    top:0px;
    left: 0px;
    font-family: myIcon;
    font-size: 1rem;
    line-height:1;           !*  DEP h   *!
    text-align: center;
    text-decoration: none;
    color:hsl(37, 82%, 62%);
    !*background-color: #E3E3E3;*!
}

a.dokmehKeshoee:hover
{
    color: hsl(60, 82%, 62%);
    !*background-color: #CFCFCF;*!
}

a.dokmehKeshoee:active
{
    color: hsl(98, 100%, 95%);
    !*background-color: #CFCFCF;*!
}

h3#titrNamayeshMA a:not(.dokmehKeshoee), h3#titrNamayeshMA a:not(.dokmehKeshoee):link, h3#titrNamayeshMA a:not(.dokmehKeshoee):visited
{
    display: block;
    max-width:100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow-x:hidden;
    font-family: yekan;
    font-size: 1rem;
    line-height: 1;
    padding: 7px 0px;
    color: hsl(97, 83%, 43%);
    text-shadow: 1px 1px 3px hsl(126, 75%, 20%);
    text-decoration:none;
}

h3#titrNamayeshMA a:not(.dokmehKeshoee):hover
{
    color: hsl(97, 83%, 43%);
    text-shadow: 1px 1px 3px hsl(126, 75%, 20%);
}

h3#titrNamayeshMA a:not(.dokmehKeshoee):active
{
    color: hsl(126, 75%, 20%);
}



#matnNamayeshMA
{
    min-height:72px;
    margin:0px 2.857%;
    font-family: koodak;
    font-size: 0.875rem;
    text-indent: 10px;
    text-align: justify;
    line-height:24px;
    color: hsl(98, 100%, 95%);
    background-color: hsl(120, 7%, 29%);
}

#matnNamayeshMA a,#matnNamayeshMA a:link,#matnNamayeshMA a:visited
{
    font-family: koodak;
    font-size: 0.875rem;
    text-decoration: none;
    color: hsl(98, 100%, 95%);
}

a#edamehMatlabMA, a#edamehMatlabMA:link, a#edamehMatlabMA:visited
{
    margin-right:10px;
    font-family: koodak !important;
    font-style: normal;
    font-weight: normal;
    font-size: 0.875rem;
    text-decoration: none;
    color: hsl(97, 83%, 43%);
}

a#edamehMatlabMA:hover,#matnNamayeshMA a:hover
{
    color: hsl(84, 100%, 69%);
}

a#edamehMatlabMA:active,#matnNamayeshMA a:active
{
    color: hsl(97, 100%, 84%);
}

#matnNamayeshMA hr
{
    border-color: hsl(126, 75%, 20%);
}

#kadrPaeenNamayeshMA
{
    height: 24px;
    margin:1.428% 1.428% 0.857% 0px;
    font-family:koodak;
    font-size:0.75rem;
    !*background-color: #E8E8E8;*!
}

span#matnTarikhErsalNamayeshMA,span#tarikhErsalNamayeshMA
{
    display: inline-block;
    height: 12px;
    padding: 7px 0px 5px 0px;
    font-family:koodak;
    font-size:0.75rem;
    line-height: 1;
}

span.kadrShareLikeComment
{
    display: inline-block;
    height: 16px;                 !*        DEP pad     *!
    width: 94px;                  !*        DEP pad     *!
    padding: 4px 10px;            !*        DEP h,w;    *!
    float: left;
    !*background-color: #EDEDED;*!
    position: relative;
}

a.share, a.like, a.comment
{
    display: block;
    width: 16px;
    height: 16px;
    float: left;
    background-image: url('../pic/share-like-comment.png');
}

a.share
{
    margin-right: 26px;     !*   5px + w span.tedadLike   *!
    background-position: 0px 0px;
}

span.tedadLike
{
    display: block;
    width:21px;
    height: 10px;
    text-align: right;
    font-size: 0.625rem;
    line-height: 1;
    position: absolute;
    left:31px;      !*  span.kadrShareLikeComment pad-l + a.share w + 5px(margin-r - 21px(w span.tedadLike))   *!
    top: 0px;
    bottom: 0px;
    margin: auto 0px;
}

a.like
{
    margin-right: 20px;
    background-position: -16px 0px;
}

a.comment
{
    background-position: -32px 0px;
}


!*  کادر دیدگاهها       *!
#kadrDidgahha
{
    display: none;
    width: 100%;        !*  352px    *!
    height: 100%;       !*  343px    *!
    overflow-y: hidden;     !*  tashih dar fire fox     *!
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: hsl(118.1, 19%, 32%);
}

#titrDG
{
    width: calc(100% - 20px);   !* DEP pad l r  *!
    height: 17px;
    padding: 10px 10px 13px 10px;     !*  10px , 13px   *!
    margin-bottom: 1.420%;      !*  5px     *!
    position: relative;
    !*background-color: #f0f2f2;*!
}

#titrDG>span:first-child
{
    display: inline-block;
    width: 100%;
    height: 14px;
    padding-bottom: 7px;
    border-bottom: 2px solid hsl(120, 7%, 29%);
    font-family: yekan;
    font-size: 0.875rem;
    line-height: 1;
    color: hsl(98, 100%, 95%);
    !*background-color: #ededed;*!
}

#titrDG>span:first-child>span
{
    margin-right: 10px;
}

#titrDG>span+span
{
    float:left;
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    font-family: myIcon;
    font-size: 1rem;
    color: #57bc36;
    cursor: pointer;
    position: absolute;
    left: 10px;
    top: 10px;
}

#titrDG>span+span:hover
{
    color: hsl(84, 100%, 69%);
}

#kadrNamayeshDG
{
    width:100%;
    height: calc(100% - 190px);      !*  183px= (pad-t + h + pad-b)#titrDG + hr + (pad-t + h)#kadrErsalDG     *!
    overflow-y: auto;
}

span#matnKhali
{
    display: inline-block;
    width: calc(100% - 40px);
    padding: 20px;
    font-family:koodak;
    font-size: 0.75rem;
    line-height: 1.2;
    text-align:center;
    color: hsl(97, 100%, 84%);
}

.itemDG
{
    width:100%;
    overflow-y: auto;
    !*background-color: #D9DBDE;*!
}

.itemDG>table
{
    width: 100%;
    border-spacing: 0px;
}

.itemDG>table td
{
    padding: 0px;
    position: relative;
    vertical-align: top;
}

.itemDG>table td:first-child
{
    direction: ltr;
    width: 20%;
    padding-left: 3px;
}

.itemDG>table span.namNevisandeh
{
    display: inline-block;
    width: calc(100% - 10px);
    height: 100%;
    overflow-y: hidden;
    padding-left: 3px;
    text-align: left;
    font-family: koodak;
    font-size: 0.8125rem;
    line-height: 1.2;
    vertical-align: top;
    color: hsl(105, 55%, 47%);
    !*background-color:#E2E4E4;*!
}

span.doNoghtehDG
{
    display: inline-block;
    height: 28px;
    font-family: koodak;
    font-size: 1rem;
    line-height: 1;
}

.itemDG>table td:first-child>span
{
    color: hsl(43, 92%, 48%);
    padding-top: 5px;
}

.itemDG>table td+td
{
    width: 80%;
}

.itemDG>table span.matnDG
{
    display: inline-block;
    overflow-y: auto;
    padding-top: 5px;
    padding-bottom: 25px;
    text-align: right;
    font-family: koodak;
    font-size: 0.8125rem;
    line-height: 1.2;
    color: hsl(98, 100%, 95%);
    !*background-color: #dddfdf;*!
}

.itemDG>table span.btnPasokhDG
{
    display:inline-block;
    height: 12px;
    padding: 3px 5px 6px 5px;
    position: absolute;
    left: 10px;
    bottom: 5px;
    font-family: yekan;
    font-size: 0.75rem;
    line-height: 1;
    border-radius: 3px;
    cursor: pointer;
    color: hsl(105, 55%, 47%);
    background-color: hsl(130, 8%, 15%);
}

.itemDG>table span.btnPasokhDG:hover
{
    color: hsl(97, 83%, 43%);
    background-color: hsl(120, 7%, 29%);
}

hr.khatBeynDG
{
    margin: 2.272% 2.840%;       !*   8px 10px       *!
    border-width: 1px 0px 0px  0px;
    border-color: hsl(158, 7%, 21%);
}

hr.khatPasokhDG
{
    margin: 1.420% 19.886% 1.420% 2.840%;        !*  5px 70px 5px 10px   *!
    border-width: 1px 0px 0px  0px;
    border-color: hsl(130, 8%, 15%);
}

.itemPasokhDG
{
    width: 100%;
    overflow-y: auto;
}

.itemPasokhDG>table
{
    width:100%;
    border-spacing: 0px;
}

.itemPasokhDG>table td
{
    padding: 0px;
    vertical-align: top;
}

.itemPasokhDG>table td:first-child
{
    direction: ltr;
    width: 28%;
    padding-left: 3px;
}

.itemPasokhDG>table span.namNevisandeh
{
    display: inline-block;
    width: calc(100% - 10px);
    padding-left: 3px;
    text-align: left;
    font-family: koodak;
    font-size: 0.8125rem;
    line-height: 1.2;
    vertical-align: top;
    color: hsl(40, 76%, 53%);
    !*background-color: #222823;*!
}

.itemPasokhDG>table td:first-child>span
{
    color: hsl(40, 76%, 53%);
    padding-top: 5px;
}

.itemPasokhDG>table td+td
{
    width: 72%;
}

.itemPasokhDG>table span.matnDG
{
    display: inline-block;
    overflow-y: auto;
    padding-top: 5px;
    padding-bottom: 15px;
    text-align: right;
    font-family: koodak;
    font-size: 0.8125rem;
    line-height: 1.2;
    color: hsl(98, 100%, 95%);
    !*background-color: #dddfdf;*!
}

#kadrDidgahha>hr
{
    border: 1px solid hsl(120, 7%, 29%);
    margin: 0px 10px;
}

#kadrErsalDG
{
    width:100%;
    height: 143px;
    padding-top: 5px;      !*  5px *!
}

#kadrNamEDG,#kadrEmailEDG,#kadrPasokhBehEDG
{
    float: right;
    width: 47.160%;
    height:24px;
    margin: 2px 1.418%;        !*  2px 5px *!
    !*background-color: #e4e4e4;*!
}

#kadrNamEDG>span:first-child,#kadrEmailEDG>span:first-child,#kadrMatnEDG>span:first-child
{
    display: inline-block;
    width: 40px;
    height: 16px;
    padding: 4px 0px 4px 5px;
    text-align: left;
    font-family:koodak;
    font-size: 0.875rem;
    line-height: 1;
    color: hsl(98, 100%, 95%);
    !*background-color: #e7e7e7;*!
    vertical-align: top;
}

#kadrNamEDG>input,#kadrEmailEDG>input
{
    width: calc(100% - 60px);
    height: 16px;
    padding: 3px 5px;
    border: 1px solid hsl(123, 28%, 59%);
    font-family: koodak;
    font-size: 0.875rem;
    line-height: 1;
    box-sizing: content-box;
    vertical-align: top;
}

#kadrEmailEDG>input
{
    font-family: sans-serif;
    direction: ltr;
    text-align: left;
}

#kadrNamEDG>input:focus,#kadrEmailEDG>input:focus
{
    outline:1px solid hsl(105, 55%, 47%);
}

#kadrPasokhBehEDG
{
    visibility: hidden;          !*       modiriat namayesh ba JS      *!
    width:calc(50% - 40px);      !*  DEP pad-t   *!
    padding-right: 10px;         !*  DEP W       *!
}

span#dokmehBastanPasokhBehEDG
{
    display: inline-block;
    width:16px;
    height: 16px;
    margin-top: 4px;
    font-family: myIcon;
    font-size: 1rem;
    line-height: 1;
    cursor: pointer;
    color: hsl(43, 92%, 48%);
    !*background-color: hsl(130, 8%, 15%);*!
}

span#dokmehBastanPasokhBehEDG:hover
{
    color: hsl(60, 82%, 62%);
}

#kadrPasokhBehEDG>span:first-child~span
{
    display: inline-block;
    height: 16px;
    padding: 0px 4px 4px 0px;
    font-family: koodak;
    font-size: 0.875rem;
    line-height: 1;
    vertical-align: middle;

}

#kadrMatnEDG
{
    float: right;
    width:97.163%;
    margin:2px 1.418%;
    height:50px;
    !*background-color: #e4e4e4;*!
}

#kadrMatnEDG>textarea
{
    height: 40px;
    width: calc(100% - 60px);
    padding: 3px 3px 0px 0px;
    border: 1px solid hsl(84, 100%, 69%);
    font-family: koodak;
    font-size: 0.875rem;
    line-height: 1.2;
    resize: none;
    box-sizing: content-box;
}

#kadrMatnEDG>textarea:focus
{
    outline:1px solid hsl(105, 55%, 47%);
}

span#matnErrEDG
{
    visibility: hidden;     !*  dar hengamm error etebarsanji namayesh dade shavad      *!
    float: right;
    display: inline-block;
    width: 120px;
    height: 16px;
    margin:0px 5px;
    font-family:koodak;
    font-size: 0.8125rem;
    line-height: 1;
    color: hsl(2, 100%, 59%);
    !*background-color: #222823;*!

}

#kadrErsalDG>a
{
    float: left;
    display: inline-block;
    padding: 3px 5px;
    margin: 0px 0px 0px 40px;
    border-radius: 5px;
    text-decoration: none;
    font-family: yekan;
    font-size: 0.875rem;
    line-height: 1;
}

#kadrErsalDG>a:link,#kadrErsalDG>a:visited
{
    color: hsl(126, 37%, 16%);
    background-color: hsl(43, 92%, 48%);
}

#kadrErsalDG>a:hover
{
    color: hsl(123, 37%, 29%);
    background-color: hsl(60, 82%, 62%);
}

#kadrErsalDG>a:active
{
    color: hsl(126, 37%, 16%);
    background-color: hsl(98, 100%, 95%);
}*/


#kadrKholasehaMA {
    width: 100%;
    padding: 0px;
    /*diz margin-right: 0.709%;*/
    background-color: #000000;
}

.itemKholasehMA {
    /*diz padding:5px 0px;*/ /*  DEP h       */
    overflow-y: auto;
    cursor: pointer;
    background-color: hsl(0, 0%, 0%);
    margin-bottom: 80px;
    /*diz transition: background-color 0.3s;*/
    overflow: hidden;
}


/*diz
.anmBazShodanAmoodiAks1
{
    animation: namayeshItem 0.5s;
    animation-fill-mode: backwards;
}
.anmBazShodanAmoodiAks2
{
    animation: namayeshItem 0.5s 0.2s;
    animation-fill-mode: backwards;
}
.anmBazShodanAmoodiAks3
{
    animation: namayeshItem 0.5s 0.4s;
    animation-fill-mode: backwards;
}
.anmBazShodanAmoodiAks4
{
    animation: namayeshItem 0.5s 0.6s;
    animation-fill-mode: backwards;
}



.itemKholasehMA:hover
{
    background-color: hsl(118, 19%, 26%);
}

.itemKholasehMA:hover .kadrAxKholasehMA
{
    outline: 2px solid hsla(84, 100%, 69%, 1);
}
*/
/* todo .itemKholasehMA:active .kadrAxKholasehMA
{
    transition: outline-color 0s; !* غیرفعال کردن ترنزیشن در برگشت هاور *!
}*/

/*diz .mahvMA
{
    opacity: 0.6;
}

.mahvMA .kadrAxKholasehMA
{
    outline: 2px solid hsl(97, 100%, 84%);
}*/

table.tblItemKholasehMA {
    table-layout: fixed; /*    tashih text-overflow:ellipsis       */
    border-spacing: 0px;
    width: 100%;
}

table.tblItemKholasehMA td.sotoonAx {
    padding: 0px;
    width: 60%;
    float: right;
}


table.tblItemKholasehMA td.sotoonMatnha {
    padding: 0px;
    width: 40%;
    float: right;
}

.itemKholasehMA:first-child + div.itemKholasehMA td {
    float: left;
}

.kadrAxKholasehMA {
    width: 100%;
    height: 675px;
    /*diz padding-top: 85.714%;
    margin:0px 7.142%;*/
    overflow: hidden;
    position: relative;
    /*diz outline: 2px solid hsla(97, 100%, 84% ,0);
    transition: outline-color 0.3s;*/
}

img.axKholasehMA {
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
} 

#aksAvalRast
{
    position:relative;
    right:-60%;
    transition: right 0.1s;
}

#matnAvalChap
{
    position:relative;
    left: -40%;
    transition: right 0.1s;
}

#aksDovomChap
{
    position:relative;
    left:-60%;
    transition: right 0.1s;
}

#matnDovomRast
{
    position:relative;
    right: -40%;
    transition: right 0.1s;
}


#aksSevomRast
{
    position:relative;
    right:-60%;
    transition: right 0.1s;
}

#matnSevomChap
{
    position:relative;
    left: -40%;
    transition: right 0.1s;
}


.kadrMatnhaKholasehMA {
    width: 100%;
    height: 675px;
    overflow: hidden;
    text-align: center;
    line-height: 650px;
    background-image: linear-gradient(200deg, #6d5630, #182550);
}

.kadrMatnhaKholasehMA > div {
    display: inline-block;
    width: 100%;
    line-height: 1;
    vertical-align: middle;
    text-align: center;
}

h2.titrKholasehMA {
    font-family: samim;
    font-size: 3rem;
    line-height: 1.1;
    height: 55px;
    overflow: hidden;
    padding: 2px;
    /*margin: 2.5% 1.785% 2.142% 1.785%;*/
    /*test background-color: hsl(120, 7%, 29%);*/
}

/*diz
h4.titrKholasehMA a, h4.titrKholasehMA a:link, h4.titrKholasehMA a:visited
{
    display:block;
    max-width:100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow-x:hidden;
    font-family:yekan;
    font-size: 0.75rem;
    color: hsl(84, 100%, 69%);
    text-decoration: none;
}
*/

/*diz span.matnTarikhKholasehMA
{
    font-family: samim;
    font-size: 0.75rem;
    float:left;
}*/

.matnKholasehMA {
    /*diz display:block;
    height: 20px;
    width: 70px;
    margin-left:1.785%;
    float:left;*/
    font-family: samim;
    font-size: 1.5rem; /* 20px */
    line-height: 1.75;
    text-align: center;
    /*background-color: #EEEEEE;*/
}

/*diz #kadrKholasehaMA hr
{
    border-bottom-width:0px;
    border-top:1px solid hsl(94, 39%, 36%);
    margin:0.571% 7.142%;
}*/

/*diz
#kadrPagingMA
{
    width:100px;
    height: 25px;
    margin: 2.285% auto 0px auto;
    font-family: koodak;
    text-align: center;
    !*background-color:#E0E0E0;*!
}

a#dokmeGhabliPagingMA, a#dokmeGhabliPagingMA:link, a#dokmeGhabliPagingMA:visited, a#dokmeBaadiPagingMA, a#dokmeBaadiPagingMA:link, a#dokmeBaadiPagingMA:visited
{
    display:inline-block;
    height: 20px;
    width: 20px;
    margin-top:3px;
    border-radius: 3px;
    float:right;
    font-family: myIcon;
    text-decoration: none;
    color: hsl(136, 35%, 11%);
    background-color: hsl(43, 92%, 48%);
}

a#dokmeBaadiPagingMA, a#dokmeBaadiPagingMA:link, a#dokmeBaadiPagingMA:visited
{
    float:left;
}

a#dokmeGhabliPagingMA:hover, a#dokmeBaadiPagingMA:hover
{
    color: hsl(118, 19%, 26%);
    background-color: hsl(60, 82%, 62%);
}

a#dokmeGhabliPagingMA:active, a#dokmeBaadiPagingMA:active
{
    color: hsl(118, 19%, 26%);
    background-color: hsl(60, 82%, 62%);
}
*/


/*      کادر آرایشگران     */
#kadrArayeshgaran {
    display: none /*diz movaghat*/ ;
    width: 83.485%; /*  1188px  */
    height: 900px;
    padding: 2px 8.222%; /*  117px      */
    position: relative;
    background-image: url("../pic/axha/bg-arayeshgaran.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#kadrItemArayeshgaran {
    width: 100%; /* 1188px */
    margin-top: 125px;
    overflow: hidden auto;

}

table#kadrShenavarArayeshgaran {
    overflow-y: auto;
    width: 336.983%; /*  4000px  */
    margin: auto;
    position: relative;
    border-collapse: collapse;
    table-layout: fixed;
    transition: right 0.3s;
}

#kadrDokmehArayeshgaran {
    width: 97.19%; /* 1168px */
    padding: 1.405%; /*  10px  */
    height: 70px;
    margin-top: 50px;
    margin-bottom: 100px;
}

td.itemArayeshgar {
    width: 9.392%; /*  362px + 20 pad */
    padding: 0.252%; /* 10px */
    border-radius: 32px;
    background-image: linear-gradient(200deg, #6d5630, #182550);
}

td.itemArayeshgarKhali {
    width: 9.392%;
    padding: 0px;
}

td.gapArayeshgar, td.gapArayeshgarAsli {
    width: 1%; /* 20px */
    padding: 0px;
}

.kadrAxArayeshgar {
    width: 100%;
    text-align: center;
    padding-top: 43.227%; /* 150px */
    position: relative;
    margin: 20px 0px;
    margin-top: 50px;
}

img.axArayeshgar {
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    margin: auto;
    border-radius: 50%;
}

.kadrMatnArayeshgar {
    width: 100%;
    text-align: center;
}

h2.namArayeshgar {
    margin: auto;
    margin-bottom: 15px;
    font-size: 1.125rem; /* 18px */
    color: var(--cl-txt2);
    font-family: samim;
}

span.sematArayeshgar {
    display: block;
    margin: auto;
    margin-bottom: 20px;
    font-size: 1.125rem; /* 18px */
    color: var(--cl-txt2);
    font-family: samim;
}

p.matnArayeshgar {
    width: calc(100% - 20px);
    max-height: 150px;
    padding: 4px 10px;
    overflow: auto;
    color: var(--cl-4-2);
    white-space: normal;
    font-family: samim;
    text-align: justify;
    margin-bottom: 20px;
}

a#dokmehArayeshgaran, a#dokmehArayeshgaran:link, a#dokmehArayeshgaran:visited {
    display: block;
    color: #fff;
    width: 290px;
    height: 30px;
    padding: 15px 20px;
    margin: auto;
    font-family: samim;
    line-height: 1;
    border-radius: 35px;
    text-align: center;
    font-size: 1.5rem; /* 30px */
    transition: transform 0.5s;
    background-image: linear-gradient(200deg, #8f774a, #22387d);
}

a#dokmehArayeshgaran:hover {
    transform: translate(0px, -7px);
    transition: transform 1s;
}

a#dokmeGhabliArayeshgar, a#dokmeGhabliArayeshgar:link, a#dokmeGhabliArayeshgar:visited, a#dokmeBaadiArayeshgar, a#dokmeBaadiArayeshgar:link, a#dokmeBaadiArayeshgar:visited {
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-top: 3px;
    border-radius: 3px;
    position: absolute;
    top: calc(40% - 20px);
    font-family: myIcon;
    text-decoration: none;
    font-size: 2rem;
    color: #DEDEDE;
}

a#dokmeBaadiArayeshgar, a#dokmeBaadiArayeshgar:link, a#dokmeBaadiArayeshgar:visited {
    right: 5.050%; /*60px*/
}

a#dokmeGhabliArayeshgar, a#dokmeGhabliArayeshgar:link, a#dokmeGhabliArayeshgar:visited {
    left: 5.892%; /*70px*/
}

a#dokmeGhabliPagingMA:hover, a#dokmeBaadiArayeshgar:hover {
    color: #a5a5a5;
}

a#dokmeGhabliArayeshgar:active, a#dokmeBaadiPagingMA:active {
    color: #c1c1c1;
}

/*             مقالات            */

#kadrAmoozeshiSV {
    float: right;
    position: relative;
    width: calc(100% - 80px);
    padding: 0px;
    margin: 25px 40px;
    z-index: 1;
}
#kadrAmoozeshiSV a.dokmehTitrMohtava,
#kadrAmoozeshiSV a.edamehMatlabASV
{
    display: none /*diz movaghat*/;
}

#kadrAmoozeshiSV #titrAsliMohtavaha
{
    margin: 25px auto 30px;
}


.videoSlider {
    position: absolute;
    top: 0px;
    right: 0px;
    object-fit: cover;
    object-position: center center;
    height: 110%;
    /*z-index: 1;*/
}

.videoSlider + div {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 110%;
    width: 100%;
    /*z-index: 2;*/
    background: #000;
    opacity: 0.8;

}

#kadrVasetASV {
    float: right;
    width: 100%;
    overflow-x: auto;
}

#kadrMatalebASV {
    float: right;
    width: 400%;
}

#kadrAmoozeshiSV .titrMohtava .iconKenarMatn {
    color: var(--cl-3);
    font-family: myIcon4;
}

#kadrAmoozeshiSV a .iconKenarMatn {
    color: var(--cl-3);
    font-family: myIcon4;
}

#kadrAmoozeshiSV a.dokmehTitrMohtava:hover span {
    color: var(--cl-hov);
}

#kadrAmoozeshiSV a.dokmehTitrMohtava:active span {
    color: var(--cl-2-3);
}

.matlabASV {
    position: relative;
    bottom: 0px;
    float: right;
    width: calc(8.333% - 80px);
    margin: 20px;
    padding: 20px;
    border-radius: 32px;
    overflow: hidden;
    background-image: linear-gradient(200deg, #6d5630, #182550);
    box-shadow: 2px 2px 10px -5px var(--cl-say);
}

.matlabASV:hover .kholasehMatlabASV {
    top: 0%;
    background-color: hsla(0, 0%, 14%, 0.95);

}


a.kadrAksMatlabASV, a.kadrAksMatlabASV:link, a.kadrAksMatlabASV:visited {
    float: right;
    position: relative;
    width: 100%;
    padding-top: 60%;
    height: 0px;
    overflow: hidden;
    cursor: auto;
}

img.aksMatlabASV {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    object-fit: cover;
    border-radius: 16px;
}

h2.titrMatlabASV {
    float: right;
    position: relative;
    width: 100%;
    height: 52px;
    padding: 0px;
    margin: 14px 0px 0px;
    font-family: vazir;
    font-size: 0.875rem;
    font-weight: normal;

}


h2.titrMatlabASV .emkanatMatlabASV {
    position: absolute;
    left: 0px;
    top: -40px;
    height: 13px;
    width: calc(100% - 16px);
    padding: 5px 8px;
    font-family: vazir;
    font-size: 0.75rem;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    overflow: hidden;
    background-color: var(--cl-sar-tit);
}

h2.titrMatlabASV a.barchasbMatlabASV, h2.titrMatlabASV a.barchasbMatlabASV:link, h2.titrMatlabASV a.barchasbMatlabASV:visited {
    position: relative;
    left: 0px;
    transition: left 0.3s;
    color: var(--cl-bck-itm);
}

h2.titrMatlabASV a.barchasbMatlabASV:hover {
    color: var(--cl-hov);
}

h2.titrMatlabASV a.barchasbMatlabASV:active {
    color: var(--cl-act);
}


.matlabASV:hover a.barchasbMatlabASV {
    left: 50px !important;
}


h2.titrMatlabASV a.edamehMatlabASV, h2.titrMatlabASV a.edamehMatlabASV:link, h2.titrMatlabASV a.edamehMatlabASV:visited {
    position: absolute;
    padding: 5px 6px;
    left: -75px;
    top: 0px;
    transition: left 0.3s;
    color: #DEDEDE;
}


h2.titrMatlabASV a.edamehMatlabASV:hover {
    color: var(--cl-hov);
}

h2.titrMatlabASV a.edamehMatlabASV:active {
    color: var(--cl-act);
}

.matlabASV:hover a.edamehMatlabASV {
    left: 20px !important;
    bottom: 10px;
}


h2.titrMatlabASV > a, h2.titrMatlabASV > a:link, h2.titrMatlabASV > a:visited {
    float: right;
    position: relative;
    width: 100%;
    transition: color 0.1s;
    z-index: 1;
    font-size: 1.125rem;
    color: var(--cl-txt2);
    cursor: auto;
}

h2.titrMatlabASV > a:hover,.matlabASV:hover h2.titrMatlabASV > a  {
    color: var(--cl-hov);
}

h2.titrMatlabASV > a:active {
    color: var(--cl-act);
}

.kholasehMatlabASV {
    position: absolute;
    top: 100%;
    left: 0px;
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    overflow: auto /* movaghat ebteda hidden bodeh */ ;
    padding: 10px;
    font-weight: normal;
    font-size: 0.9375rem;
    text-indent: 10px;
    text-align: justify;
    border-radius: 14px;
    background-color: hsla(0, 0%, 14%, 0.0);
    color: #DEDEDE;
    text-shadow: 0px 0px 8px var(--cl-txt);
    transition: top 0.3s, background-color 0.3s;
}

h4.titrMohtava {
    position: relative;
    float: right;
    margin: 0;
    padding: 0 0 20px;
    font-size: 1.25rem;
    color: var(--cl-sar-tit);
}

h4.titrMohtava::after {
    content: "";
    position: absolute;
    bottom: 10px;
    right: 0;
    width: 100px;
    height: 2px;
    background-color: var(--cl-sar-tit);
}


a.dokmehTitrMohtava, a.dokmehTitrMohtava:link, a.dokmehTitrMohtava:visited {
    float: left;
    padding: 5px;
    font-size: 0.875rem;
    color: var(--cl-txt2);
}

a.dokmehTitrMohtava:hover {
    color: var(--cl-hov);
}

a.dokmehTitrMohtava:active {
    color: var(--cl-act);
}


a.dokmehTitrMohtava:hover span.matnKenarIcon + span.iconKenarMatn {
    color: var(--cl-asl);
    left: -50px;
}

a.dokmehTitrMohtava:active span.iconKenarMatn + span.iconKenarMatn {
    color: var(--cl-bck-itm);
    left: -60px;
}


/*         کادر مدل         */
#kadrModel {
    width: calc(100% - 4px); /*padding*/ /* 1419 */
    padding: 50px 2px;
    background-image: url("../pic/axha/bg-arayeshgaran.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.itemModel {
    position: relative;
    padding: 2px;
    margin: 40px auto;
    width: calc(67.371% - 2px); /* 952px */ /* pad */
    overflow-y: auto;
}

.kadrAksModel {
    width: 47.268%; /* 450px */
    padding-top: 47.268%; /* 450px */
    position: relative;
    float: right;
    border-radius: 30px;
    overflow: hidden;
}

.kadrAksModel > div {
    opacity: 0;
}

h2.kadrMatnModel {
    width: 44.852%; /* 427px */
    float: right;
    height: 70px;
    line-height: 70px;
    z-index: 1;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    border-radius: 30px;
    padding: 5.252% 2.626% 5.252% 5.252%; /* 50px 25px 50px 50px */
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.15), #fff 70%, #fff);
}


.itemModel:first-child + div.itemModel h2.kadrMatnModel {
    float: left;
    left: 44.117%; /* 420px */
}

.itemModel:first-child + div.itemModel .kadrAksModel {
    float: left;
}

.matnModelChapChin {
    right: 44.117%; /* 420px */
}

span.matnModel {
    display: inline-block;
    line-height: 1.2;
    vertical-align: middle;
    max-height: 82px;
    overflow-y: hidden;
    font-family: samim;
    color: #000;
    font-size: 2.187rem; /* 35px */
}

.kadrAksBozorgModel {
    width: 66.666%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.kadrAksKoochakModel1 {
    width: 33.333%;
    height: 33.333%;
    position: absolute;
    right: 0px;
    top: 0%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.kadrAksKoochakModel2 {
    width: 33.333%;
    height: 33.333%;
    position: absolute;
    right: 0px;
    top: 33.333%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.kadrAksKoochakModel3 {
    width: 33.333%;
    height: 33.333%;
    position: absolute;
    right: 0px;
    top: 66.666%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/*    کادر خدمات    */

#kadrKhadamat {
    width: calc(100% - 4px); /* pad */
    padding: 60px 2px;
    overflow-y: auto;
    background-image: linear-gradient(340deg, #d5d4d5, #302f2e);
}

.kadrMatnKhadamat {
    width: calc(100% - 4px); /* pad */
    padding: 2px;
    margin: 20px 0px;
}

#kadrItemMatnKhadamat {
    width: 82.685%; /* 1170px */
    margin: auto;
}


#kadrItemMatnKhadamat > div {
    width: 100%;
    margin: 20px 0px;
    overflow-y: auto;
}

.matnKhadamat {
    width: calc(50% - 24px);
    margin: 24px 10px;
    padding: 2px;
    float: right;
    height: 120px;
    line-height: 120px;
    font-size: 1.25rem; /* 20px */
}


.titrKhadamat {
    width: calc(50% - 24px);
    margin: 0px 10px;
    padding: 2px;
    float: right;
    height: 190px;
    line-height: 168px;
    color: #002c54;
    font-size: 3.125rem; /* 50px */
}

.matnKhadamat span, .titrKhadamat span {
    display: inline-block;
    line-height: 1.25;
    vertical-align: middle;
    font-family: samim;
    max-height: 186px;
    overflow-y: hidden;
}

.matnKhadamat > span {
    line-height: 1.5;
    max-height: 150px;
}

#kadrItemMatnKhadamat > div:first-child .titrKhadamat > span {
    text-align: left;
}

#kadrItemMatnKhadamat > div:last-child .matnKhadamat > span {
    text-align: left;
}


#kadrGheimatKhadamat {
    width: calc(100% - 4px); /* pad */
    padding: 2px;
    margin: 20px 0px;
    position: relative;
}

#kadrItemGheimat {
    overflow: hidden auto;
    width: 84.098%; /* 1190px */
    margin: auto;
}

table#kadrShenavarGheimat {
    width: 337.258%; /* 4010px */
    padding: 0px 0px;
    margin: 0px;
    position: relative;
    table-layout: fixed;
    transition: right 0.3s;
}

td.itemGheimat {
    width: 9.551%; /* 343px + 40px */
    padding: 40px 0.498%; /* 20px */
    text-align: center;
    border-radius: 30px;
    background-color: white;
    vertical-align: top;
}

td.itemGheimatKhali {
    width: 9.551%; /* 343px + 40px */
}

td.gapKhadamat, td.gapKhadamatAsli {
    width: 0.498%; /* 20px */
    padding: 0px;
}

h4.titrGheimat {
    margin: 10px auto 40px auto;
    font-family: shabnam;
    font-size: 1.25rem; /* 20px */
    color: black;
}

.daierehGheimat {
    width: 100%; /* 190px */
    padding-top: 56.547%; /* 190px */
    line-height: 1.5;
    text-align: center;
    position: relative;
    margin: 0px auto 40px auto;
}

.kadrRatioGheimat {
    width: calc(56.547% - 10px);
    height: calc(100% - 10px);
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
    border-radius: 50%;
    border: 5px solid black;
    min-width: 165px;
    min-height: 165px;
}

.kadrRatioGheimat > div {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
}

.kadrRatioGheimat > div > div {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}


.kadrRatioGheimat b {
    font-size: 2.5rem;
    font-family: yekan;
    color: black;
    display: inline-block;
}

.kadrRatioGheimat > div > div > div {
    font-family: samim;
    color: black;
    width: 100%;
}

.kadrRatioGheimat > div > div > div > div {
    line-height: 38px;
    height: 38px;
    width: 100%;
    overflow: hidden;
}


.sharhGheimat {
    /*height: 170px;*/
    line-height: 1.5;
    width: calc(100% - 10px); /* pad */
    padding: 5px;
    overflow: hidden;
    font-family: shabnam;
    color: black;
}

.sharhGheimat > div {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

a#dokmehGhabliPackage, a#dokmehGhabliPackage:link, a#dokmehGhabliPackage:visited, a#dokmehBaadiPackage, a#dokmehBaadiPackage:link, a#dokmehBaadiPackage:visited {
    display: inline-block;
    height: 36px;
    width: 30px;
    margin-top: 3px;
    border-radius: 3px;
    position: absolute;
    top: calc(50% - 10px);
    font-family: myIcon;
    text-decoration: none;
    font-size: 2rem;
    color: #DEDEDE;
}

a#dokmehBaadiPackage, a#dokmehBaadiPackage:link, a#dokmehBaadiPackage:visited {
    right: 4.933%; /*70px*/
    padding-right: 2px;
}

a#dokmehGhabliPackage, a#dokmehGhabliPackage:link, a#dokmehGhabliPackage:visited {
    left: 4.933%; /*70px*/
    padding-left: 2px;
}

span#matnTablighKhadamat {
    display: block;
    margin: auto;
    margin-top: 50px;
    padding: 2px;
    text-align: center;
    font-family: samim;
    font-size: 1.125rem; /*18px */
}

a#dokmehKhadamat, a#dokmehKhadamat:link, a#dokmehKhadamat:visited {
    display: block;
    width: 200px;
    text-decoration: none;
    padding: 10px 30px;
    font-size: 1.875rem; /* 30px */
    text-align: center;
    margin: auto;
    font-family: samim;
    margin-top: 70px;
    background-image: linear-gradient(180deg, #31a2ac, #002c54);
    border-radius: 10px;
    position: relative;
    color: hsl(98, 100%, 95%);
    transition: bottom 0.3s;
    bottom: 0px;
}

a#dokmehKhadamat:hover {
    bottom: 7px;
    transition: bottom 0.3s;
}

/*     تماس باما      */

#kadrTamasBama {
    width: calc(100% - 4px);
    padding: 20px 2px;
    overflow-y: auto;
    position: relative;
    /*background-image: url(../pic/back-tamas-ba-ma.jpg);*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
    /*background-size: cover;*/
    background-color: #000;

}

#kadrAksTMS {
    width: 56.377%; /* 800px */
    height: 508px;
    float: right;
    border-radius: 30px 0px 0px 30px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
    background-image: url("../pic/bg-map.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#kadrAksTMS a
{
    display: block;
    width: 100%;
    height: 100%;
}

#kadrAksTMS img
{
    position: absolute;
    top: 0px;
    z-index: -1;
}



#kadrTamasSV {
    width: 34.883%; /* 495px */
    margin: 2.114%; /* 30px */
    padding: 2.255%; /* 32px */
    float: left;
    line-height: 1.5;
}

h2.titrTMS {
    width: calc(100% - 50px);
    padding-right: 10px;
    margin: 20px 20px;
    font-family: samim;
    font-size: 3.125rem; /*50px*/
    line-height: 1;
    /* background-color: #edeff2; */
}

.matnEbtedaTMS {
    width: calc(100% - 40px);
    margin: 10px 20px;
    line-height: 1.5 !important;
    font-size: 1.25rem; /* 20px */
    font-family: samim;
}

.matnEbtedaTMS a
{
    color: white;
    float: left;
}

.matnEbtedaTMS span.iconKenarMatn
{
    display: inline-block;
    float: right;
    font-family: myIcon4;
    margin-left: 10px;
    transform: rotate(270deg);
    color: var(--cl-3);
}

.kadrVoorodi {
    width: 100%;
    margin: 10px 0px;
}

input#txtNam,input#txtNamPayamDahandeh
{
    height: 44px;
    width: calc(100% - 27px);
    padding: 8px 15px 8px 12px;
    font-family: samim;
    font-size: 0.875rem;
    line-height: 1;
    border-radius: 10px;
    border-style: none;
    color: hsl(120, 21%, 5%);
}

textarea#txtMatn {
    display: inline-block;
    height: 100px;
    width: calc(100% - 27px);
    padding: 20px 15px 8px 12px;
    box-sizing: content-box;
    border-radius: 10px;
    overflow-y: auto;
    font-family: samim;
    font-size: 0.875rem;
    line-height: 1;
    color: hsl(270, 13%, 9%);
    resize: none;
}

a#btnErsalTMS, a#btnErsalTMS:link, a#btnErsalTMS:visited {
    display: block;
    position: relative;
    top: 0px;
    width: calc(100% - 14px);
    padding: 15px 7px;
    color: #e9eae9;
    margin: auto;
    border-radius: 10px;
    text-decoration: none;
    text-align: center;
    font-family: samim;
    font-size: 1.125rem;
    line-height: 1;
    transition: top 300ms;
    background-image: linear-gradient(200deg, #8f774a, #22387d);
}


a#btnErsalTMS:hover {
    color: #ffffff;
    text-shadow: 0px 0px 3px #ffe7c4;
    top: -3px;
}


/*      کادر یک پیغام متنی ساده       */

.peyghamSadeh {
    width: 97.241%; /*    DEP pad     */
    overflow-y: auto;
    padding: 1.379% 1.379% 0px 1.379%; /*    DEP h,w     */
    background-color: hsl(130, 8%, 15%);
}

.kadrTitrPS {
    width: 100%;
    overflow-y: auto;
    background-color: hsl(117, 18%, 25%);
}

span.iconPS {
    display: block;
    float: right;
    width: 25px; /*      DEP pad     */
    padding: 13px 0px; /*        DEP h     */
    margin-left: 5px;
    margin-right: 30px;
    font-family: myIcon;
    font-size: 1.5rem; /*    24px    */
    line-height: 1;
    text-align: center;
    color: hsl(36, 79%, 62%);
    /*background-color: #E3E3E3;*/
}

h2.titrPS {
    float: right;
    width: calc(100% - 60px);
    height: 26px; /*        DEP pad, line-h      */
    padding: 12px 0px; /*        DEP h   */
    margin: 0px;
    font-size: 1rem;
    line-height: 1; /*     DEP h   */
    text-align: right;
    /*background-color: #D9D9D9;*/
}

h2.titrPS a, h2.titrPS a:link, h2.titrPS a:visited {
    float: right;
    max-width: calc(100% - 20px); /*  ٍِDEP mar   */
    height: 16px; /*     DEP line-h      */
    font-family: yekan;
    font-size: 0.9375rem;
    line-height: 1.142; /*   DEP h      */
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
    text-shadow: 2px 2px 3px hsl(130, 8%, 15%);
    overflow-y: hidden;
    color: hsl(60, 79%, 62%);
    padding: 4px 0px;
    margin: 0px 10px;
    /*background-color: #D1D1D1;*/
}


h2.titrPS a:hover {
    color: hsl(55, 100%, 81%);
    text-shadow: 1px 1px 3px hsl(118, 19%, 32%);
}

h2.titrPS a:active {
    color: hsl(54, 100%, 92%);
}


/*          پایین ستون  اصلی     */
#mohtavaEzafiSV {
    display: none;
    width: 100%;
    overflow-y: auto;
    /*background-color:#aaa;*/
}


/*  کادر اضافات ستون وسط - کادر حدیث    */
#kadrHadisSV {
    display: table;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    margin: 10px 10px;
}

#kadrHadisSV > div {
    display: table-cell;
    width: 100%;
    height: 100%;
    padding: 5px 60px;
    text-align: justify;
    vertical-align: middle;
    background: hsl(117, 18%, 25%) url('../pic/bg-kader-ezafat-ma.jpg') no-repeat;
    background-size: cover;
}


#kadrHadisSV span {
    display: inline-block;
}

#gooyandehHadisSV {
    padding-right: 5px;
    color: hsl(45, 87%, 53%);
    font-family: karbalaei;
    font-size: 0.8125rem;
}

#matnArabiHadisSV {
    color: hsl(119, 100%, 88%);
    font-family: karbalaei;
    font-size: 1.05rem;
    padding-bottom: 10px;
}

#matnArabiHadisSV strong {
    color: hsl(107, 71%, 73%);
    font-size: 1.3rem;
    font-family: karbalaei;
}


#matnFarsiHadisSV {
    color: hsl(0, 0%, 100%);
    font-family: "koodak";
    font-weight: bold;
    font-size: 0.875rem;
}


#manbaHadisSV {
    color: hsl(45, 87%, 53%);
    font-family: "koodak";
    font-size: 0.75rem;
    float: left;
}


/*  tashih RWD dargiri titrhaye kadrBalaNCHP dar size balaye 1900px     */
@media only screen and (min-width: 1900px) {
    #kadrHadisSV {
        line-height: 1.4;
    }

    #matnArabiHadisSV {
        padding-bottom: 0px;
    }
}


/*             نوار سمت چپ سایت            */

#navarChap {
    width: 23.128%;
    overflow-y: auto;
    float: right;
    background-color: hsl(120, 7%, 29%);
}

#kadrBalaNCHP {
    height: 400px;
    position: relative;
    background-color: #ccc;
}

#kadrTitrhaTarin {
    height: 41px;
    padding: 10px 0px 0px;
    background-color: #2d3148;
    text-align: center;
    position: relative;
    z-index: 2;
}

/*#kadrTitrhaTarin>div{
    float: left;
    width: calc(100% - 105px);
    height: 37px;

}*/

/* tashih RWD dargiri titrhaye kadrBalaNCHP dar size zir 850px    */
@media only screen and (min-width: 768px) and (max-width: 800px) {
    #kadrTitrhaTarin {
        margin: 0px 2px 0px 2px;
    }
}

a.titrTarin, a.titrTarin:link, a.titrTarin:visited {
    display: inline-block;
    min-width: 75px;
    width: calc(33.333% - 40px);
    white-space: nowrap;
    padding: 10px 13px 10px;
    position: relative;
    bottom: -3px;
    z-index: 5;
    font-family: vazir;
    font-size: 1rem;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    border-radius: 19px;
    color: var(--cl-txt2);
    background-color: #2d3148;
    cursor: pointer;
    /*box-shadow: -1px 0px 2px hsla(118, 19%, 26%, 0.3);*/
}

a.titrTarin:hover {
    color: var(--cl-3);
}

a.titrTarin:active {
    color: var(--cl-3-5);
}

a.titrTarin:first-child + a.titrTarin
{
    margin: 0px -4px;
}

/*a.titrTarin:first-child {
    width: 56px;
    color: var(--cl-3);
    background-color: #3f3f52;
    border-radius: 16px 0px 0px 16px;
    padding: 10px 10px 6px;
    background-image: linear-gradient(0deg, #2d3148, #2d3148);
    position: relative;
    top: 0px;
    margin-left: 3px;
    z-index: 6;
    right: 0px;
    outline: 5px solid #272c3e;
}*/

/*a.titrTarin:first-child::after
{
    content: "";
    position: absolute;
    bottom: 0px;
    left: -20px;
    width: 20px;
    height: 20px;
    background-image: linear-gradient(135deg, transparent 0%, transparent 50%, #3f3f52 50%, #3f3f52 100%);
}*/

a.titrTarin:first-child:hover, a.titrTarin:first-child:active {
    color: var(--cl-3);
}

a.entekhabShodehNCHP, a.entekhabShodehNCHP:link, a.entekhabShodehNCHP:visited {
    position: relative;
    background-color: #3f3f52;
    color: var(--cl-3);
    z-index: 4;
    font-size: 1.125rem;
    border-radius: 19px 19px 0px 0px;
}

a.entekhabShodehNCHP::before {
    content: "";
    position: absolute;
    bottom: 0px;
    right: -20px;
    width: 20px;
    height: 20px;
    background-image: linear-gradient(225deg, transparent 0%, transparent 50%, #3f3f52 50%, #3f3f52 100%);
}

a.entekhabShodehNCHP::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: -20px;
    width: 20px;
    height: 20px;
    background-image: linear-gradient(135deg, transparent 0%, transparent 50%, #3f3f52 50%, #3f3f52 100%);
}

a.titrTarin > span {
    display: inline-block;
    width: 30px;
    height: 40px;
    border-radius: 16px 16px 16px 0px;
    position: absolute;
    left: -31px;
    bottom: 0px;
    z-index: 5;
    background-color: #2d3148;
}

a.titrTarin:first-child > span
{
    left: unset;
    right: -31px;
    border-radius: 16px 16px 0px 16px;
}

#kadrVasetMatlabhaTarin {
    height: 323px;
    overflow-y: auto;
}

ul#kadrMatlabhaTarin {
    height: 313px;
    margin: 0px;
    padding: 5px 0px;
    list-style-type: none;
    list-style-position: inside;
    position: relative;
    background-color: #eee;
}

ul#kadrMatlabhaTarin li {
    height: 22px;
    padding: 2px 3.424%;
    background-color: #E6E6E6;

}

span.iconMatlabTarin {
    display: block;
    float: right;
    padding-top: 5px;
    margin-left: 0.583%;
    width: 7.580%;
    font-family: myIcon;
    font-size: 0.75rem;
    text-align: center;
    color: hsl(43, 92%, 48%);
    background-color: #E3E3E3;
}

a.matlabTarin:link, a.matlabTarin:visited {
    display: block;
    float: right;
    max-width: 91.780%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: koodak;
    font-size: 0.8125rem;
    line-height: 1;
    padding: 5px 0px;
    text-decoration: none;
    color: hsl(95, 100%, 82%);
    background-color: #222823;
}

a.matlabTarin:hover {
    color: hsl(94, 100%, 72%);
    text-shadow: 0px 0px 7px hsl(94, 87%, 69%);
}

a.matlabTarin:active {
    color: hsl(96, 100%, 92%);
}

a#namayeshBishtarTarin, a#namayeshBishtarTarin:link, a#namayeshBishtarTarin:visited {
    position: absolute;
    left: 10px;
    bottom: 8px;

}


/* لینک های نمایش بیشتر یا ادامه مطلب        */

.peyvandNamayeshBishtar, .peyvandNamayeshBishtar:link, .peyvandNamayeshBishtar:visited {
    display: block;
    width: 100px;
    text-align: center;
    text-decoration: none;
    font-family: yekan;
    font-size: 0.8125rem;
    line-height: 1;
    padding: 5px 0px;
    background-color: hsl(118, 19%, 32%);
    color: hsl(94, 100%, 72%);

}

.peyvandNamayeshBishtar:hover {
    text-shadow: 0px 0px 6px hsl(94, 100%, 72%);
}

.peyvandNamayeshBishtar:active {
    background-color: hsl(95, 100%, 82%);
    color: hsl(118, 19%, 26%);
}


/*  تبلیغ نوار چپ   */
#tablighNCHP {
    width: 100%;
    overflow-y: auto;
    height: 100%;
    max-height: 315px;
    float: right;
    background-color: hsl(138, 15%, 23%);
}

#titrTablighNCHP {
    padding: 10px 20px 10px 20px;
    height: 18px;
    background: url('../pic/parcham-3.png') no-repeat left bottom;
    border-bottom: 2px solid hsl(97, 83%, 43%);
    font-family: 'Titr Bold GE';
    font-size: 1rem;
    line-height: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow-x: hidden;
    text-align: right;
    color: hsl(95, 100%, 82%);
    text-shadow: 1px 2px 2px hsl(126, 75%, 20%);
    background-color: #efefef;
}

#sharhTablighNCHP {
    overflow-y: auto;
    padding: 10px;
    font-family: 'koodak';
    font-size: 0.875rem;
    overflow-x: hidden;
    background-color: #DEDEDE;
}

#sharhTablighNCHP > a, #sharhTablighNCHP > a:link, #sharhTablighNCHP > a:visited {
    display: block;
    height: 100%;
    width: 100%;
    overflow-y: auto;
}

img#axTablighNCHP {
    display: block;
    max-height: 100%;
    max-width: 100%;
    margin: 0px auto;
    border-width: 0px;
}


/*کادر پیوندهای تبلیغاتی نوار چپ - کادر اضافات */
#kadrPeyvandhaTablighatiNCHP {
    float: right;
    width: calc(100% - 20px);
    padding: 10px 10px;
    background-color: hsl(126, 7%, 29%);
}

a.dokmehBozorgPTNCHP {
    display: block;
    float: right;
    height: 24.390%;
    min-height: 30px;
    width: calc(100% - 22px);
    padding: 5px 0px;
    margin: 5px 10px;
    border: 1px solid transparent;
    overflow-y: hidden;
    text-decoration: none;
    text-align: left;
    position: relative;
}

a.dokmehBozorgPTNCHP:link, a.dokmehBozorgPTNCHP:visited {
    color: hsl(0, 0%, 18%);
    background-image: linear-gradient(hsl(134, 12%, 22%), hsl(60, 9%, 4%));
}

span.titrDokmehPTNCHP {
    display: inline-block;
    width: calc(90% - 55px);
    height: 30px;
    margin-left: 5px;
    font-family: koodak;
    font-size: 1.375rem;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    right: 0px;
    top: 2px;
    bottom: 0px;
    margin-top: auto;
    margin-bottom: auto;
    color: hsl(92, 51%, 69%);
    text-shadow: -1px 2px 2px hsl(92, 23%, 46%);
}

img.aksPTNCHP {
    display: inline-block;
    height: calc(70% - 10px);
    max-height: 42px;
    padding: 2px;
    position: absolute;
    left: 0px;
    top: 10px;
    bottom: 10px;
    margin: auto 0px auto 10%;
    border: 2px solid hsl(0, 0%, 29%);
    border-radius: 25%;
    line-height: 34px;
    vertical-align: middle;
    background-color: hsla(0, 0%, 100%, 0.8);
}


/*   تصحیح RWD : درگیری تیترهای کانال های نوار چپ در سایز زیر 950    */
@media only screen and (min-width: 768px) and (max-width: 950px) {
    span.makhfiDarRWDKoochak {
        display: none;
    }

    span.titrDokmehPTNCHP {
        height: 28px;
        font-size: 1.25rem; /*  20px    */
        line-height: 28px;
    }

    /*  تصحیح منو در RWD کوچک  */
    ul#menu li:last-child {
        position: absolute;
        top: 87px;
        left: 70px;
    }

    #kadrIconhaMNU {
        position: absolute;
        top: 110px;
        left: 20px;
    }
}

/*  کادر اضافات صفحه    */
[id^="kadrEzafat"] {
    float: right;
    width: 100%;
    height: 0px;
    overflow-y: hidden;
    position: relative;
}

#kadrEzafatNR {
    background-color: hsl(141, 15%, 26%);
}

#kadrEzafatSV {
    background-color: hsl(132, 5%, 18%);
}

#kadrEzafatNCHP {
    background-color: hsl(141, 15%, 26%);
}


/*      کادر برچسب های نوار چپ    */
#barchasbhaNCHP {
    width: 100%;
    overflow-y: auto;
    float: right;
    background-color: hsl(139, 15%, 26%);
}

#titrBarchasbhaNCHP {
    padding: 10px 20px 10px 20px;
    height: 18px;
    background: url('../pic/parcham-3.png') no-repeat left bottom;
    border-bottom: 2px solid hsl(97, 83%, 43%);
    font-family: 'Titr Bold GE';
    font-size: 1rem;
    line-height: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow-x: hidden;
    text-align: right;
    color: hsl(95, 100%, 82%);
    text-shadow: 1px 2px 2px hsl(126, 75%, 20%);
}

#kadrBarchasbhaNCHP {
    padding: 10px;
    font-family: 'koodak';
    font-size: 0.875rem;
    max-height: 400px;
    overflow-y: auto;
}

a.barchasbNCHP {
    float: left;
    height: 14px;
    padding: 5px 5px;
    margin: 2px 20px 2px 0px;
    border-radius: 2px 0px 0px 2px;
    font-family: koodak;
    font-size: 0.875rem;
    line-height: 1;
    text-decoration: none;
    position: relative;
    color: hsl(95, 100%, 82%);
    background-color: hsl(138, 15%, 23%);
    box-shadow: 1px 1px 2px hsl(141, 64%, 4%);
}

a.barchasbNCHP:hover {
    color: hsl(94, 100%, 72%);
    text-shadow: 0px 0px 7px hsl(94, 87%, 69%);
}

a.barchasbNCHP:active {
    color: hsl(96, 100%, 92%);
}

a.barchasbNCHP::after {
    content: "";
    display: block;
    height: 0px;
    width: 0px;
    position: absolute;
    left: 100%;
    top: 0px;
    border-left: 12px solid hsl(138, 15%, 23%);
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

a.barchasbNCHP::before {
    content: "";
    display: block;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    position: absolute;
    right: -4px;
    top: 0px;
    bottom: 0px;
    margin: auto 0px;
    background-color: hsl(120, 7%, 29%);
    z-index: 10;
}

a.rangBarchasbSath1NCHP {
    color: hsl(142, 63%, 14%);
    background-color: hsl(120, 41%, 69%);
}

a.rangBarchasbSath1NCHP::after {
    border-left-color: hsl(120, 41%, 69%);
}

a.rangBarchasbSath2NCHP {
    color: hsl(141, 63%, 12%);
    background-color: hsl(120, 41%, 59%);
}

a.rangBarchasbSath2NCHP::after {
    border-left-color: hsl(120, 41%, 59%);
}

a.rangBarchasbSath3NCHP {
    color: hsl(139, 62%, 10%);
    background-color: hsl(120, 41%, 49%);
}

a.rangBarchasbSath3NCHP::after {
    border-left-color: hsl(120, 41%, 49%);
}

a.rangBarchasbSath4NCHP {
    color: hsl(138, 60%, 8%);
    background-color: hsl(120, 41%, 39%);
}

a.rangBarchasbSath4NCHP::after {
    border-left-color: hsl(120, 41%, 39%);
}

a.rangBarchasbSath5NCHP {
    color: hsl(141, 64%, 4%);
    background-color: hsl(120, 41%, 29%);
}

a.rangBarchasbSath5NCHP::after {
    border-left-color: hsl(120, 41%, 29%);
}


#kadrBarchasbhaNCHP strong {
    font-weight: normal;
}


/*              محتوای اضافی سایت           */
#mohtavaEzafi {
    width: 100%;
    height: 300px;
    clear: right;
}

/*      ستون صوتی       */
#sotiMEZF {
    width: 31.801%;
    height: 280px;
    float: right;
    padding: 10px 0.741%;
    background-color: hsl(137, 14%, 10%)
}

#titrSoti {
    width: 95.337%;
    height: 14px; /*  DEP pad     */
    padding: 13px 2.331%; /*  DEP h       */
    /*background-color: #C2C2C2;*/
}

a#peyvandArshivSoti, a#peyvandArshivSoti:link, a#peyvandArshivSoti:visited {
    display: block;
    width: 45px;
    float: right;
    font-family: yekan;
    font-size: 0.875rem;
    line-height: 1;
    text-decoration: none;
    color: hsl(94, 100%, 72%);
    /*background-color: #B2B2B2;*/
}

a#peyvandArshivSoti:hover {
    /*color: hsl(94, 100%, 72%);*/
    /*background-color: #B2B2B2;*/
}


a#peyvandArshivSoti:active {
    color: hsl(96, 100%, 92%);
}

a#titrMatlabSoti, a#titrMatlabSoti:link, a#titrMatlabSoti:visited {
    display: block;
    float: right;
    width: calc(100% - 45px);
    height: 18px;
    overflow-y: hidden;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: yekan;
    font-size: 0.875rem;
    line-height: 1;
    text-decoration: none;
    color: hsl(96, 100%, 92%);
    /*background-color: #C4C4C4;*/
}

a#titrMatlabSoti:hover {
    color: hsl(94, 100%, 72%);
}

a#titrMatlabSoti:active {
    color: hsl(96, 100%, 92%);
}

#itemhaSoti {
    height: 192px; /*         DEP p       */
    padding: 10px 2.331%;
    width: 95.337%; /*         DEP p       */
    overflow-y: auto;
    /*background-color: #578038;*/
}

.itemSoti {
    height: 40px;
    width: 100%;
    padding: 4px 0px;
    /*background-color: #737373;*/
}

.kadrPakhshSoti {
    float: left;
    height: 40px;
    width: 60.880%;
    position: relative;
    background-color: hsl(118, 19%, 26%);
}

h4.titrZamimehSoti {
    text-align: right;
    padding: 12px 5px;
    width: calc(100% - 75px); /*  DEP p  */ /* w=100%-player+padding */
    font-family: koodak;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: absolute;
    z-index: 0;
    top: 0px;
    bottom: 0px;
    margin: auto 0px;
    right: 0px;
    /*background-color: #D6D6D6;*/
}

.itemSoti audio {
    /*background-color: #5C5C5C;*/
}

.tblAudio {
    width: 100%;
    height: 100%;
}

.tdcellAudio {
    /*background-color: #CCCCCC;*/
    display: block;
    float: left;
    width: 65px;
    min-width: 52px;
    top: 0px;
    bottom: 0px;
    margin: auto 0px;
    position: relative;
    z-index: 1;
    transition: width 0.5s;
}

/*               تنظیم پلاگین صوتی                */
.mejs__container {
    background-color: hsl(37, 67%, 57%) !important;
    min-width: unset !important;
    direction: ltr;
    width: auto !important;

}

.mejs__controls:not([style*='display: none']) {
    display: block;
    text-align: center;
    overflow: hidden;
    background-image: none !important;
}

.mejs__time-rail {
    display: inline-block;
    min-width: 40px;
    width: calc(100% - 92px) !important;
}

.mejs__button, .mejs__playpause-button, .mejs__play {
    display: inline-block;
}

#sotiMEZF .mejs__time-float {
    display: none !important;
}

.mejs__time {
    display: inline-block;
    width: 28px !important;
}

/*  پایان تنظیم پلاگین صوتی */

.itemSoti .tdcellAudio:hover {
    width: 100%;
}

.mejs__container:hover {
    width: 100% !important;
}


.kadrDokmeh {
    height: 40px;
    width: 40px;
    position: relative;
}

.itemSoti .kadrDokmeh {
    background-color: hsl(118, 19%, 32%);
}

a[class^="btn"] {
    display: block;
    position: absolute;
    height: 22px;
    width: 22px;
    background-image: url(../pic/icons.png);
    background-repeat: no-repeat;
    /*background-color: #BDBDBD;*/
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;

}

.poosheshBtnDownload {
    display: none;
    position: absolute;
    height: 22px;
    width: 22px;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    z-index: 2;
}

.kadrLikeVaTedadSoti {
    position: absolute;
    height: 22px;
    width: 22px;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}


span.tedadLikeSoti {
    display: block;
    width: 22px;
    height: 10px;
    font-family: koodak;
    font-size: 0.625rem;
    line-height: 1;
    text-align: right;
    position: absolute;
    right: 21px; /*  DEP w .kadrLikeVaTedadSoti  */
    top: 3px;
    bottom: 0px;
    margin: auto 0px;
}


a.btnShare, a.btnShare:link, a.btnShare:visited {
    background-position: 0px 0px;
}

a.btnLike, a.btnLike:link, a.btnLike:visited {
    background-position: -22px 0px;
}

a.btnComment, a.btnComment:link, a.btnComment:visited {
    background-position: -44px 0px;
}

a.btnDownload, a.btnDownload:link, a.btnDownload:visited {
    background-position: -66px 0px;
}

a.btnDownload, a.btnDownload:link, a.btnDownload:visited {
    background-position: -88px 0px;
}

a.btnFull, a.btnFull:link, a.btnFull:visited {
    background-position: -110px 0px;
}


#sotiMEZF .kadrDokmeh {
    width: 13.039%; /*  53.333px nesbat b containarash 409px    */
    float: left;
}


a#namayeshBishtarSoti, a#namayeshBishtarSoti:link, a#namayeshBishtarSoti:visited {
    display: block;
    padding: 4px 0px 0px 2px; /* top,bot DEP font-s */
    width: 28px; /* DEP font-s,pad-l,pad-r */
    font-family: myicon;
    font-size: 1rem;
    text-decoration: none;
    text-align: center;
    color: hsl(137, 14%, 10%);
    line-height: 1;
    margin: 0px auto;
    border-radius: 3px;
    background-color: hsl(37, 82%, 62%);

}

a#namayeshBishtarSoti:hover {
    background-color: hsl(45, 100%, 60%);
    color: hsl(94, 39%, 36%);
}

a#namayeshBishtarSoti:active {
    background-color: hsl(96, 100%, 92%);
    color: hsl(118, 19%, 26%);
}


/*      ستون تصویری     */
#videoMEZF {
    width: 31.801%; /*      DEP pad     */
    height: 280px; /*      DEP pad     */
    padding: 10px 0.741%; /*      DEP h,w     */
    float: right;
    position: relative;
    background-color: hsl(120, 17%, 11%);
}

#titrVideo {
    height: 14px; /*  DEP pad     */
    width: 95.337%; /*  DEP pad     */
    padding: 13px 2.331%; /*  DEP h,w       */
    /*background-color: #DBDBDB;*/
}

a#peyvandArshivVideo, a#peyvandArshivVideo:link, a#peyvandArshivVideo:visited {
    display: block;
    width: 55px;
    float: right;
    font-family: yekan;
    font-size: 0.875rem;
    line-height: 1;
    text-decoration: none;
    color: hsl(94, 100%, 72%);
    /*background-color: #C2C2C2;*/
}

a#peyvandArshivVideo:hover {
    /*color: hsl(7, 81%, 39%);*/
}

a#peyvandArshivVideo:active {
    /*color: hsl(7, 81%, 39%);*/
}

a#titrMatlabVideo, a#titrMatlabVideo:link, a#titrMatlabVideo:visited {
    display: block;
    width: calc(100% - 55px);
    height: 18px;
    float: right;
    overflow-y: hidden;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: yekan;
    font-size: 0.875rem;
    line-height: 1;
    text-decoration: none;
    color: hsl(96, 100%, 92%);
    /*background-color: #C4C4C4;*/
}

a#titrMatlabVideo:hover {
    color: hsl(94, 100%, 72%);
}

a#titrMatlabVideo:active {
    color: hsl(96, 100%, 92%);
}

#kadrVideo {
    width: 79.478%;
    max-width: 341px;
    height: 192px;
    margin: 0px auto; /*  align ofoghi    */
    position: relative;
    background-color: hsl(0, 0%, 0%);
    box-shadow: 0px 0px 1px hsl(45, 100%, 60%), 0px 0px 8px 2px hsl(94, 39%, 36%);

}

#kadrRatioVideo {
    width: 100%;
    height: 0px;
    padding-top: 56.304%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto 0px;
}

#kadrVasetVideo {
    width: 100%;
    height: 100%;
    overflow-x: hidden; /*      tashih chrome dar halat haye koochik        */
    position: absolute;
    top: 0px;
    right: 0px;
}

#kadrVasetVideo video {
    display: block;
    height: 100%;
    width: 100%;
    margin: 0px auto;
}

#kadrVasetVideo iframe {
    display: block;
    height: 100%;
    margin: 0px auto;
    border-style: none;
}

a#dokmehPakhsh, a#dokmehPakhsh:link, a#dokmehPakhsh:visited {
    display: block;
    height: 20px; /*       DEP pad     */
    width: 38px; /*       DEP pad     */
    padding: 10px 0px 10px 2px; /*       DEP h,w     */
    text-align: center;
    text-decoration: none;
    box-shadow: 0px 0px 10px 5px hsla(137, 14%, 10%, 0.8);
    border-radius: 50%;
    background-color: hsl(37, 82%, 62%);
    font-family: myIcon;
    font-size: 1.25rem; /*  22px  */
    line-height: 1;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto auto;
    z-index: 2;
    color: hsl(118, 19%, 32%);
    /*background-color:hsla(0, 0%, 80%, 0.7);*/
}

a#dokmehPakhsh:hover {
    color: hsl(94, 100%, 72%);
    background-color: hsl(132, 54%, 24%);
}

a#dokmehPakhsh:active {
    color: hsl(96, 100%, 92%);
    background-color: hsla(45, 100%, 60%, 0.2);
}

.kadrEmkanat {
    visibility: hidden;
    width: 11.730%;
    max-width: 40px;
    min-width: 30px;
    height: 72.395%; /*  120px==>h 3ta dokmeh +19px==>h tedadLikeVideo      */
    max-height: 130px;
    position: absolute;
    top: 10px;
    left: calc(100% + 1px);
    z-index: 3;
    border-radius: 0px 10px 10px 0px;
    background-color: hsl(120, 18%, 24%);
    /*background-color: hsl(180, 4%, 91%);*/
}

.kadrLikeVaTedadVideo {
    position: absolute;
    height: 22px;
    width: 22px;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}

span.tedadLikeVideo {
    display: block;
    width: 22px;
    height: 19px;
    font-family: koodak;
    font-size: 0.625rem;
    text-align: center;
    position: absolute;
    top: 22px; /*  DEP w .kadrLikeVaTedadSoti  */
}


#kadrRatioVideo:hover .kadrEmkanat {
    visibility: visible;
}

#videoMEZF .kadrDokmeh {
    width: 100%;
    height: 33.333%;
    max-height: 40px;
    min-height: 22px;
    float: left;
    background-color: transparent;
}


/*        تصحیح دایو سوم لایک بخاطر اضافه شدن تعداد لایک        */
#videoMEZF .kadrDokmeh:last-child {
    max-height: 50px;
    min-height: 40px;
}

#videoMEZF .kadrDokmeh:last-child > .kadrLikeVaTedadVideo {
    top: -10px;
}

table#kadrPaeenVideo {
    width: 100%;
    margin-top: 10px;
    border-spacing: 0px;
    /*background-color: #DEDEDE;*/
}

table#kadrPaeenVideo > tbody > tr > td {
    height: 38px;
    width: 20px; /*  andaze td aval vva akhar sabet, baghie td ha width shan overrride mishaad  */
    padding: 0px 0.932%;
    text-align: center;
}

table#kadrPaeenVideo > tbody > tr > td.sotoonAx {
    width: 17.715%;
}

img.axVideoMEZF {
    display: block;
    max-width: 100%;
    max-height: 38px;
    margin: 0px auto;
    cursor: pointer;
    transition: transform 0.2s;
}

img.axVideoMEZF {
    display: block;
    max-width: 100%;
    max-height: 38px;
    margin: 0px auto;
    cursor: pointer;
    box-shadow: 0px 0px 1px hsl(95, 59%, 61%), 0px 18px 20px -15px hsl(95, 59%, 61%);
    transition: transform 0.2s;
}

img.axVideoMEZF:hover:not(.videoEntekhabShodeh) {
    transform: scale(1.2);
}

img.videoEntekhabShodeh {
    outline: 2px solid hsl(37, 82%, 62%);
}

a#dokmehGhabliVideo, a#dokmehGhabliVideo:link, a#dokmehGhabliVideo:visited {
    display: inline-block;
    height: 18px; /*       DEP  pad  */
    padding: 10px 0px; /*       DEP h,w       */
    font-family: myIcon;
    font-size: 1.125rem;
    line-height: 1;
    text-align: right;
    text-decoration: none;
    color: hsl(37, 82%, 62%);
    /*background-color: #B8B8B8;*/
}

a#dokmehGhabliVideo:hover {
    color: hsl(45, 100%, 60%);
}

a#dokmehGhabliVideo:active {
    color: hsl(37, 67%, 57%);
}

a#dokmehBadiVideo, a#dokmehBadiVideo:link, a#dokmehBadiVideo:visited {
    display: inline-block;
    height: 18px; /*      DEP pad */
    padding: 10px 0px; /*      DEP h,w   */
    font-family: myIcon;
    font-size: 1.125rem;
    line-height: 1;
    text-align: left;
    text-decoration: none;
    color: hsl(37, 82%, 62%);
    /*background-color: #B8B8B8;*/
}

a#dokmehBadiVideo:hover {
    color: hsl(45, 100%, 60%);
}

a#dokmehBadiVideo:active {
    color: hsl(37, 67%, 57%);
}

/*      ستون تصاویر     */


#tasavirMEZF {
    width: 31.801%;
    height: 280px;
    float: right;
    padding: 10px 0.741%;
    position: relative;
    background-color: hsl(137, 14%, 10%);
}

#titrTasavir {
    width: 95.337%;
    height: 14px; /*  DEP pad     */
    padding: 13px 2.331%; /*  DEP h       */
    /*background-color: #CCCCCC;*/
}

a#peyvandArshivTasavir, a#peyvandArshivTasavir:link, a#peyvandArshivTasavir:visited {
    display: block;
    width: 50px;
    float: right;
    font-family: yekan;
    font-size: 0.875rem;
    line-height: 1;
    text-decoration: none;
    color: hsl(94, 87%, 69%);
    /*background-color: #B2B2B2;*/
}

a#peyvandArshivTasavir:hover {
    /*color: hsl(7, 81%, 39%);*/
    /*background-color: #B2B2B2;*/
}


a#peyvandArshivTasavir:active {
    /*color: hsl(7, 81%, 39%);*/
}

a#titrMatlabTasavir, a#titrMatlabTasavir:link, a#titrMatlabTasavir:visited {
    display: block;
    float: right;
    width: calc(100% - 50px); /* DEP a#peyvandArshivTasavir  */
    height: 18px;
    overflow-y: hidden;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: yekan;
    font-size: 0.875rem;
    line-height: 1;
    text-decoration: none;
    color: hsl(96, 100%, 92%);
    /*background-color: #C4C4C4;*/
}

a#titrMatlabTasavir:hover {
    color: hsl(94, 87%, 69%);
}

a#titrMatlabTasavir:active {
    color: hsl(96, 100%, 92%);
}

#kadrTasavir {
    width: 79.478%;
    max-width: 341px;
    height: 192px;
    margin: 0px auto; /*  align ofoghi    */
    position: relative;
    z-index: 0;
    box-shadow: 0px 0px 0px 2px hsl(96, 44%, 35%);
    background-color: black;


}

#kadrRatioTasavir {
    width: 100%;
    height: 0px;
    padding-top: 56.304%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto 0px;
}

#kadrVasetTasavir {
    width: 100%;
    height: 100%;
    overflow-x: hidden; /*      tashih chrome dar halat haye koochik        */
    position: absolute;
    top: 0px;
    right: 0px;
}

#kadrVasetTasavir img {
    display: block;
    height: 100%;
    margin: 0px auto;
}

#kadrTasavir .kadrEmkanat /* piadeh sazi asli dar bakhsh video */
{
    visibility: hidden;
    width: calc(11.730% - 2px); /*      tashih baraye mob       */
    max-width: 40px;
    min-width: 22px;
    height: 41.666%;
    max-height: 120px;
    position: absolute;
    top: 10px;
    left: 100%;
    border-left: 2px solid transparent;
    background-clip: padding-box;
    border-radius: 0px 10px 10px 0px;

}

#kadrTasavir .kadrEmkanat > div + div + div /*     kadrDokmeh btnFull      */
{
    display: none;
}

#kadrTasavir:hover .kadrEmkanat {
    visibility: visible;
}

#kadrRatioTasavir > div > img:hover + #kadrIconAxFull, #kadrIconAxFull:hover /* baraye namayesh ghab icon full */
{
    visibility: visible;
}

#tasavirMEZF .kadrDokmeh {
    width: 100%;
    height: 50%; /* chon dokmeha do ta shodand */
    max-height: 40px;
    min-height: 22px;
    float: left;
}

table#kadrPaeenTasavir {
    width: 100%;
    margin-top: 10px;
    border-spacing: 0px;
    /*background-color: #DEDEDE;*/
}

table#kadrPaeenTasavir > tbody > tr > td {
    height: 38px;
    width: 20px; /*  andaze td aval vva akhar sabet, baghie td ha width shan overrride mishaad  */
    padding: 0px 0.932%;
    text-align: center;
}

table#kadrPaeenTasavir > tbody > tr > td.sotoonAx {
    width: 17.715%;
}

table#kadrPaeenTasavir > tbody > tr > td.sotoonAx > img {
    position: relative;
    top: -3px;
    left: -3px;
    box-shadow: 3px 3px hsl(96, 44%, 35%), 6px 6px hsl(96, 45%, 24%);
    transition: box-shadow 0.2s, transform 0.3s;
}

table#kadrPaeenTasavir > tbody > tr > td.sotoonAx > img:hover:not(.axEntekhabShodeh) {
    box-shadow: 0px 0px 1px 1px hsl(37, 64%, 56%), 4px 4px hsl(106, 74%, 64%), 7px 7px hsl(96, 49%, 53%), 9px 9px hsl(96, 44%, 35%);
    transform: translate(-2px, -1px);

}

table#kadrPaeenTasavir > tbody > tr > td.sotoonAx > img.axEntekhabShodeh {
    box-shadow: 3px 3px hsl(37, 64%, 56%), 6px 6px hsl(37, 52%, 40%);
}

img.axTasavirMEZF {
    display: block;
    max-width: 100%;
    max-height: 38px;
    margin: 0px auto;
    cursor: pointer;
}

a[class^="dokmehAx"], a[class^="dokmehAx"]:link, a[class^="dokmehAx"]:visited {
    display: block;
    height: 20px; /*       DEP pad     */
    width: 11.143%; /*       DEP pad     */
    padding: 10px 0px 10px 0px; /*       DEP h,w     */
    text-align: center;
    text-decoration: none;
    font-family: myIcon;
    font-size: 1.25rem; /*  22px  */
    line-height: 1;
    position: absolute;
    top: 50px; /* baraye inke beyn 0,50 align shavad */
    bottom: 0px;
    margin: auto 0px;
    z-index: 2;
    color: hsl(37, 82%, 62%);
    text-shadow: 1px 1px 2px hsl(38, 67%, 10%);
    /*background-color: #CCCCCC;*/
}

a[class^="dokmehAx"]:hover {
    color: hsl(45, 100%, 60%);
}

a[class^="dokmehAx"]:active {
    color: hsl(38, 54%, 25%);
}

a[class^="dokmehAx"]:hover + #kadrRatioTasavir + .kadrEmkanat, a[class^="dokmehAx"]:hover + .dokmehAxGhabli + #kadrRatioTasavir + .kadrEmkanat {
    visibility: hidden; /*    ba hover dokmeha kadrEmkanat namayesh dade nashavad     */
}

#tasavirMEZF .dokmehAxGhabli {
    left: 100%;
}

#tasavirMEZF .dokmehAxBadi {
    right: 100%;
}

#kadrIconAxFull {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 5;
    color: hsl(100, 56%, 55%);
    background-color: hsla(132, 54%, 11%, 0.45);
    cursor: pointer;
    visibility: hidden; /* baraye namayesh dokmeh full zaman hover  */
}


#iconAxFull {
    height: 20px; /*       DEP pad     */
    width: 40px; /*       DEP pad     */
    padding: 10px 0px 10px 0px; /*       DEP h,w     */
    text-align: center;
    text-decoration: none;
    font-family: myIcon;
    font-size: 1.25rem; /*  22px  */
    line-height: 1;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto auto;
    color: hsl(37, 82%, 62%);
    background-color: hsla(96, 44%, 35%, 0.78);
    box-shadow: 0px 0px 15px 5px hsla(132, 54%, 11%, 0.82);
}


a#dokmehGhabliTasavir, a#dokmehGhabliTasavir:link, a#dokmehGhabliTasavir:visited {
    display: inline-block;
    height: 18px; /*       DEP  pad  */
    padding: 10px 0px; /*       DEP h,w       */
    font-family: myIcon;
    font-size: 1.125rem;
    line-height: 1;
    text-align: right;
    text-decoration: none;
    color: hsl(37, 82%, 62%);
    /*background-color: #B8B8B8;*/
}

a#dokmehGhabliTasavir:hover {
    color: hsl(45, 100%, 60%);
}

a#dokmehGhabliTasavir:active {
    color: hsl(38, 54%, 25%);
}

a#dokmehBadiTasavir, a#dokmehBadiTasavir:link, a#dokmehBadiTasavir:visited {
    display: inline-block;
    height: 18px; /*      DEP pad */
    padding: 10px 0px; /*      DEP h,w   */
    font-family: myIcon;
    font-size: 1.125rem;
    line-height: 1;
    text-align: left;
    text-decoration: none;
    color: hsl(37, 82%, 62%);
    /*background-color: #B8B8B8;*/
}

a#dokmehBadiTasavir:hover {
    color: hsl(45, 100%, 60%);
}

a#dokmehBadiTasavir:active {
    color: hsl(45, 100%, 60%);
}


/*              فوتر سایت                  */

#footer {
    width: calc(100% - 4px); /*   DEP pad */
    padding: 100px 2px; /*  DEP h,w */
    font-family: samim;
    height: 400px;
    /*font-size:0.75rem;
    line-height: 1;
    color: hsl(96, 44%, 39%);*/
    text-align: center;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: -1;
    color: hsl(240, 3%, 58%);
    background-color: #000000;
    background-image: url(../pic/back-tamas-ba-ma.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /*text-shadow:0px 2px 2px hsl(135, 55%, 4%);
    background-color: hsl(132, 53%, 11%);
    background-image: linear-gradient(to bottom, hsl(126, 36%, 17%), hsl(120, 17%, 12%) 20%);*/
    /*background-color: #666;*/
}

a#logoVasatFTR {
    max-width: 100%;
    display: inline-block;
}

a#logoVasatFTR > img {
    max-width: 80%;
}

span#kadrIconFTR {
    display: block;
    width: 42.283%; /* 600px */
    overflow-y: auto;
    margin: 30px auto 30px auto;
    padding: 10px;
    border-bottom: 2px solid black;

}

span#kadrIconFTR > a {
    display: inline-block;
    width: 50px;
    height: 50px;
    float: right;
}

span#kadrIconFTR > a:last-child {
    float: left;
}

a#toseehDahandehFTR, a#toseehDahandehFTR:link, a#toseehDahandehFTR:visited {
    display: block;
    width: 260px; /* andazeh sabet baraye bozorg nashodan link */
    margin: 0px auto;
    font-family: samim;
    font-size: 0.75rem;
    text-decoration: none;
    color: hsl(240, 3%, 58%);
    /* color: hsl(96, 44%, 39%);
     text-shadow: 1px 1px 20px hsl(132, 54%, 24%);*/
}

a#toseehDahandehFTR:hover {
    color: hsl(240, 3%, 78%);
    /*color: hsl(95, 45%, 48%);*/
}

a#toseehDahandehFTR:active {
    color: hsl(240, 3%, 48%);
    /* color: hsl(95, 78%, 75%);*/
}


img#logoFTR {
    height: 20px;
    position: relative;
    top: 8px;
}


#tblKadrPeygham {
    display: none; /*  display: table amma makhfi */
    height: 100%; /* تمام صفحه */
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000;
    background-color: hsla(128, 23%, 13%, 0.8);
}

#tdcelKadrPeygham {
    display: table-cell;
    height: 100%; /* تمام صفحه */
    width: 100%;
    vertical-align: middle;
}

#kadrTashihOFPeygham {
    width: 44.477% /*600px*/;
    position: relative;
    margin: 0px auto;
}

#peygham {
    width: 96.666%;
    padding: 1.666%;
    overflow-y: auto;
    background-image: url(../pic/axha/bg-arayeshgaran.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 0 40px -22px var(--cl-1-4);
    border-radius: 32px;
}

#dokmehBastanPeygham {
    position: absolute;
    left: 12px;
    top: 8px;
    width: 30px;
    padding: 8px 0px 6px 0px;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    font-family: myIcon4;
    font-size: 1.125rem;
    z-index: 1001;
    color: var(--cl-3);
}

#titrPeygham {
    width: 98.275%; /*570px;*/
    padding: 0px 0.862%;
    height: 38px;
}
/*

#titrPeygham::before {
    content: "";
    position: absolute;
    bottom: -10px;
    right: 0;
    left: 0px;
    margin: auto;
    width: 50%;
    height: 2px;
    background-image: url(../pic/khat-zir-titrha.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 500%;
    opacity: 0.5;
}
*/


#iconTitrPeygham {
    float: right;
    font-family: myIcon;
    font-size: 1.25rem;
    line-height: 1;
    margin: 10px 0px;
    width: 40px;
    text-align: center;
    margin-right: 5px;
    color: hsl(43, 92%, 48%);
    /*background-color: #E8E8E8;*/
}

#matnTitrPeygham {
    display: none /* diz movaghat */ ;
    padding: 8px 5px 10px 20px;
    font-family: 'Titr Bold GE';
    font-size: 1rem;
    line-height: 1.25; /* DEP font-s,pad */
    text-align: right;
    max-width: calc(100% - 220px) /*350px*/;
    height: 38px; /* DEP line-height */
    overflow: hidden;
    color: hsl(95, 100%, 82%);
    text-shadow: 1px 2px 2px hsl(126, 75%, 20%);
}

p#matnPeygham {
    padding: 1.724%;
    width: 96.551%; /*560px;*/
    overflow-y: auto;
    font-family: 'vazir';
    font-size: 1.125rem;
    /*text-indent: 10px;*/
    text-align: center;
    /*background-color: hsl(122.6, 34.3%, 26.3%);*/
}

a[id^="dokmehPeygham"], a[id^="dokmehPeygham"]:link, a[id^="dokmehPeygham"]:visited {
    display: none !important; /*diz movaghat */
    padding: 3px 5px;
    width: 50px;
    margin: 0px 5px;
    font-family: 'yekan';
    font-size: 0.875rem;
    text-align: center;
    text-decoration: none;
    color: hsl(128, 23%, 13%);
    background-color: hsl(97, 83%, 43%);
}




a[id^="dokmehPeyghamLogin"], a[id^="dokmehPeyghamLogin"]:link, a[id^="dokmehPeyghamLogin"]:visited
{
    display: inline-block !important; /*diz*/
}





a[id^="dokmehPeygham"]:hover {
    color: hsl(123, 37%, 29%);
    background-color: hsl(84, 100%, 69%);
}

a[id^="dokmehPeygham"]:active {
    color: hsl(130, 8%, 15%);
    background-color: hsl(97, 100%, 84%);
    outline: 1px solid #58c913;
}

a[id^="dokmehPeygham"]:focus {
    outline: 0px solid;
}

/*      نمایش لاگین      */


#tblKadrPeyghamLogin {
    display: none; /*  display: table amma makhfi */
    height: 100%; /* تمام صفحه */
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000;
    background-color: hsla(128, 23%, 13%, 0.8);
}

#tblKadrPeyghamLogin form {
    width: 100%;
    overflow-y: auto;
    /*background-color: #E6E6E6;*/
}


#tdcelKadrPeyghamLogin {
    display: table-cell;
    height: 100%; /* تمام صفحه */
    width: 100%;
    vertical-align: middle;
}

#kadrTashihOFPeyghamLogin {
    width: 29.650% /*400px*/;
    min-width: 185px;
    position: relative;
    margin: 0px auto;
}

#peyghamLogin,.peyghamLogin {
    width: 96.666%;
    padding: 1.666%;
    overflow-y: auto;
    background-color: hsl(129, 17%, 24%);
    box-shadow: 0px 0px 0px 1px hsla(43, 92%, 48%, 0.76), 0px 0px 30px 15px hsla(130, 8%, 15%, 0.76);

}

#dokmehBastanPeyghamLogin {
    font-family: myIcon;
    font-size: 1rem;
    line-height: 1;
    padding: 8px 0px 6px 0px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    left: -15px; /* namayesh goosh chap */
    top: -15px;
    z-index: 1001;
    cursor: pointer;
    box-shadow: 1px 1px 2px hsl(120, 12%, 14%);
    background-color: hsl(123, 37%, 29%);
}

#titrPeyghamLogin {
    width: 98.275%;
    padding: 0px 0.862%;
    height: 38px;
    border-bottom: 2px solid hsl(43, 92%, 48%);
    background: url('../pic/parcham-2.png') no-repeat left center;
    /*background-color: hsl(0, 100%, 98%);*/
}


#iconTitrPeyghamLogin {
    float: right;
    font-family: myIcon;
    font-size: 1.25rem;
    line-height: 1;
    margin: 10px 0px;
    width: 40px;
    text-align: center;
    margin-right: 5px;
    color: hsl(43, 92%, 48%);
    /*background-color: #E8E8E8;*/
}

#matnTitrPeyghamLogin {
    padding: 0px 5px 0px 20px;
    font-family: 'Titr Bold GE';
    font-size: 1rem;
    line-height: 2.375; /* DEP h */
    text-align: right;
    height: 38px; /* DEP line-height */
    overflow: hidden;
    color: hsl(95, 100%, 82%);
    text-shadow: 1px 2px 2px hsl(126, 75%, 20%);
}

#matnPeyghamLogin {
    display: flex;
    justify-content: center;
    padding:80px 1.724% 30px;
    width: 96.551%;
    overflow-y: auto;
    font-family: 'koodak';
    font-size: 0.875rem;
    text-align: center;
    /*background-color: #DEDEDE;*/
}

#matnPeyghamLogin [id^="lbl"] {
    width: calc(40% - 5px); /* -pad -fazaye khali */
    padding: 6px 0px 6px 5px;
    margin: 5px 0px;
    float: right;
    text-align: left;
    font-family: 'koodak';
    font-size: 0.875rem;
    line-height: 1;
    /*background-color: #D9D9D9;*/
}


#peyghamLogin input {
    display: block;
    float: right;
    width: calc(50% - 22px); /* -br -pad-r,l*/
    padding: 4px 9px 4px 9px; /* DEP h,w +border */
    margin: 5px 0px 5px 10%;
    border: 1px solid hsl(84, 100%, 69%);
    border-radius: 2px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1;
    background-color: hsl(99, 100%, 95%);
}

#peyghamLogin input:focus {
    outline: none;
}


#kadrDokmehhaPeyghamLogin {
    padding: 10px 0px;
    direction: ltr; /* dokmeh ha az chap chideh shavad */
    overflow-y: auto;
    text-align: center;
}

/*  نمایش پیغام عکس نمونه کار  */

.kadrNemoonehkar
{
    display: none;
    width: 96.666%;
    padding: 1.666%;
    overflow-y: auto;
    background-image: url(../pic/axha/bg-arayeshgaran.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 0 40px -22px var(--cl-1-4);
    border-radius: 32px;
}

#tblKadrPeyghamNemoonehkar,#tblKadrPeyghamTozihatSaitDarkhasti
{
    display: none;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000;
    background-image: linear-gradient(200deg, rgba(109, 86, 48, 0.8), rgba(24, 37, 80, 0.8));
}

#kadrTashihOFPeyghamNemoonehkar,#kadrTashihOFPeyghamTSD
{
    width: 80%;
    /*min-width: 185px;*/
    max-width: 1000px;
    position: relative;
    margin: auto;
}

#tblKadrPeyghamTozihatSaitDarkhasti p
{
    font-family: vazir;
    font-size: 1.2rem;
    line-height: 1.8;
    text-align: center;
}

#tblKadrPeyghamTozihatSaitDarkhasti #titrPeyghamLogin
{
    /*margin-top: 50px;*/
}
#tblKadrPeyghamTozihatSaitDarkhasti #matnTitrPeyghamLogin
{
    font-size: 1.8rem;
}
#tblKadrPeyghamTozihatSaitDarkhasti #iconTitrPeyghamLogin
{
    font-size: 1.5rem;
}

#tblKadrPeyghamTozihatSaitDarkhasti #matnPeyghamLogin
{
    width: calc(100% - 160px);
    padding: 30px 80px 30px;
}



#kadrTashihOFPeyghamNemoonehkar>#dokmehBastanPeyghamLogin,#kadrTashihOFPeyghamTSD>#dokmehBastanPeyghamLogin
{
    font-family: myIcon4;
    font-size: 1.125rem;
    left: 12px;
    top: 8px;
    box-shadow: unset;
    background-color: unset;
    color: var(--cl-3);
}
.kadrNemoonehkar #titrPeyghamLogin
{
    position: relative;
    background-image: unset;
    padding: 10px 0px;
    border: unset;
    text-align: center;
}

.kadrNemoonehkar #titrPeyghamLogin::before
{
    content: "";
    position: absolute;
    bottom: 5px;
    right: 0;
    left: 0px;
    margin: auto;
    width: 80%;
    height: 2px;
    background-image: url(../pic/khat-zir-titrha.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 500%;
    opacity: 0.5;
}


.kadrNemoonehkar #titrPeyghamLogin>#iconTitrPeyghamLogin
{
    display: inline-block;
    float: unset;
    font-family: myIcon4;
    color: var(--cl-3);
    vertical-align: middle;
    margin: -27px 0px 0px;
}
.kadrNemoonehkar #titrPeyghamLogin>#matnTitrPeyghamLogin
{
    display: inline-block;
    font-family: vazir;
    line-height: unset;
    font-size: 1.5rem;
    text-align: center;
    color: white;
    text-shadow: 0px 0px 5px var(--cl-3);
}

.kadrNemoonehkar img
{
    aspect-ratio: 16 / 9;
    object-fit: contain;
}

/*  نمایش عکس فول  */

#kadrAxFull {
    display: none; /*  display: block amma makhfi */
    height: 100%; /* تمام صفحه */
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000;
    background-color: hsla(130, 8%, 15%, 0.9);
}

#axFull img {
    display: block;
    max-width: 90%;
    max-height: 90%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto auto;
    box-shadow: 0px 0px 0px 2px hsla(84, 100%, 69%, 0.43), 0px 0px 8px rgba(192, 255, 97, 0.43);
}

#dokmehBastanAxFull {
    font-family: myIcon;
    font-size: 1rem;
    line-height: 1;
    padding: 8px 0px 6px 0px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    left: 20px; /* namayesh goosh chap */
    top: 20px;
    z-index: 1001;
    cursor: pointer;
    box-shadow: 1px 1px 2px hsl(128, 23%, 13%);
    background-color: hsl(123, 37%, 29%);
}

/*  افکت بردن نمایش نو اسکریپت  */
@keyframes bordanNoScript {
    0% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(-150px);
    }
}

noscript > div {
    width: calc(100% - 40px);
    padding: 30px 20px;
    font-family: koodak;
    font-size: 1.25rem;
    line-height: 1;
    text-align: center;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 100000;
    color: white;
    background-color: hsla(0, 100%, 50%, 0.7);
    animation: bordanNoScript 3s 10s;
    animation-fill-mode: forwards;
}


@media only screen and (min-width: 768px) and (max-width: 1700px)
{
    #header
    {
        padding-top: 55%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1400px)
{
    #header
    {
        padding-top: 70%;
    }
}



/* tanzim makan backhaye header zire 1340px */
@media only screen and (min-width: 768px) and (max-width: 1340px) {
    /*diz #header
    {
        background-position: 5% center,70% 50%;
    }*/
    #header {
        padding-top: 60%;
    }

    #shoar {
        font-size: 2.2rem;
        top: 140px;
    }

    h1#kadrRootitrHDR {
        font-size: 1.75rem;
        top: 260px;
    }

    h4.mazayaOrooj {

        font-size: 1.25rem;
        top: 340px;
    }

    h4.mazayaOrooj + h4.mazayaOrooj {
        top: 400px;
    }

    .itemIcon strong
    {
        line-height: 105px;
        font-size: 1rem;
        margin-top: -20px;
    }

    .kadrIcon.vizhegiha .itemIcon strong::before
    {
        bottom: 80px;
    }


    .kadrIcon.vizhegiha .itemIcon:first-child,
    .kadrIcon.vizhegiha .itemIcon:last-child
    {
        margin-top: -140px !important;
    }
    .kadrIcon.vizhegiha .itemIcon:first-child img
    {
        width: 75px !important;
    }
    .kadrIcon.vizhegiha .itemIcon:last-child img
    {
        width: 50px !important;
    }
    .kadrIcon.vizhegiha .itemIcon:first-child+.itemIcon+.itemIcon
    {
        margin-top: -110px !important;
    }
    .kadrIcon.vizhegiha .itemIcon:first-child+.itemIcon+.itemIcon+.itemIcon,
    .kadrIcon.vizhegiha .itemIcon:first-child+.itemIcon
    {
        margin-top: -110px !important;
    }
    .kadrIcon.vizhegiha .itemIcon:first-child+.itemIcon+.itemIcon+.itemIcon img,
    .kadrIcon.vizhegiha .itemIcon:first-child+.itemIcon img
    {
        width: 70px !important;
    }


}


/* tashih RWD dargiri menu dar w zire 1096px */
@media only screen and (min-width: 768px) and (max-width: 1096px) {
    a.titrMNU, a.titrMNU:link, a.titrMNU:visited {
        width: auto;
        padding-left: 13px;
        padding-right: 13px;
    }

    span.iconZirMNU {
        display: none;
    }

    /*   حذف متن تاریخ ارسال اسلایدر وسط   */
    span#matnTarikhErsalNamayeshMA {
        display: none;
    }

    /*   حذف تعداد لایک صوتی بخش اضافی   */
    span.tedadLikeSoti {
        display: none;
    }

    /*       تنظیم هدر       */
    /*diz #header
    {
        background-position: 5% center,77% 50%;

    }*/
    /*diz h1#kadrRootitrHDR
    {
        height: 45px;
        width: 400px;
        top:43px;
        left: 0px;
        right: 30px;
        font-size: 1.3rem;
    }*/
    /*diz h1#kadrRootitrHDR:after
    {
        right: 47px;
        top: 5px;
        font-size: 0.37rem;
    }

    h1#titrHDR
    {

        height: 93px;
        font-size: 2.5rem;
        padding-top: 60px;
    }

   #aksDoaFarajHDR
    {
        height: 42px;
        width: 400px;
        top:35px;
        left: 10px;
        right: 0px;
    }

    #kadrEfektTitrHDR
    {
        height: 35px;
        width: 425px;
        top:76px;
        left: 0px;
        right: 2px;
    }*/
    /*  کادر حدیث ستون وسط  */
    #matnArabiHadisSV {
        font-size: 0.875rem;
        padding-bottom: 10px;
    }

    #matnArabiHadisSV strong {
        font-size: 1.2rem;
    }

    #matnFarsiHadisSV {
        font-size: 0.75rem;
    }

}


@media only screen and (max-width: 767px) {

    /* اصلاحات کادر پیغام */
    #tblKadrPeyghamTozihatSaitDarkhasti #matnPeyghamLogin {
        width: calc(100% - 20px);
        padding: 10px 10px 0px;
    }
    #tblKadrPeyghamTozihatSaitDarkhasti p {
        font-family: vazir;
        font-size: 0.875rem;

    }
    #tblKadrPeyghamTozihatSaitDarkhasti p span {
        text-align: justify;
        display: inline-block;
    }
    #tblKadrPeyghamTozihatSaitDarkhasti p br:first-child
    {
        display: none;
    }
    #kadrTashihOFPeyghamNemoonehkar, #kadrTashihOFPeyghamTSD
    {
        width: 97%;
    }
    .kadrNemoonehkar #titrPeyghamLogin>#matnTitrPeyghamLogin
    {
        font-size: 1rem;
    }
    .kadrNemoonehkar #titrPeyghamLogin>#iconTitrPeyghamLogin {
        margin: -6px 0px 0px;
        width: 24px;
    }



    #fullContainer {
        position: relative;
        overflow-x: hidden;
        padding-bottom: 450px;
    }

    /*          هدز سایت        */
    #header {
        height: calc(100dvh - 30px);
        background-position: -25px center, 81% 50%;
        background-size: 0px 0px, cover;
    }

    /*diz h1#kadrRootitrHDR
    {
        height: 35px;
        width: 210px;
        top: 40px;
        left: 0px;
        right: 0px;
        margin-left: 0px;
        font-size: 0.85rem;
    }*/
    /*diz h1#kadrRootitrHDR:after
    {
        right: 25px;
        top: -2px;
        font-size: 0.2rem;
    }

    h1#titrHDR
    {

        height: 33px;
        font-size: 1.4rem;
        padding-top: 52px;
        text-align: left;
        padding-left: 25px;
    }

    #aksDoaFarajHDR
    {
        height: 25px;
        width: 227px;
        top: 35px;
        left: 20px;
        margin-left: 0px;
        right: 0px;
    }

    #kadrEfektTitrHDR
    {
        height: 17px;
        width: 227px;
        top: 60px;
        left: 0px;
        right: 6px;
        margin-left: 22px;
    }*/
    /*!*          هدر سایت        *!   vj*/
    /*#header {*/
    /*height: 98px; !* DEP pad  *!*/
    /*padding: 1px 0px; !* DEP h    *! !* baraye gereftan margin farzandan        *!*/
    /*white-space: normal;*/
    /*background-size: cover;*/
    /*}*/
    /*#kadrDokmehaHDR {*/
    /*left: 10px;*/
    /*bottom: 10px;*/
    /*overflow-y: hidden;*/
    /*}*/
    /*.dokmeh {*/
    /*width: 50px;*/
    /*font-size: 0.875rem;*/
    /*padding: 3px 0px;*/
    /*}*/
    /*a#azadariHDR, a#azadariHDR:link, a#azadariHDR:visited {*/
    /*margin-left: 5px;*/
    /*}*/
    /*h1#titrHDR {*/
    /*width: calc(100% - 150px);*/
    /*margin: 0px auto;*/
    /*height: 39px; !*  andaze real h font     *!*/
    /*padding: 0px 135px 0px 15px;*/
    /*margin-top: 30px;*/
    /*font-size: 1.1875rem; !*  19px    *!*/
    /*line-height: 2; !* tashih overflow-y       *!*/
    /*text-shadow: 1px 1px 4px hsl(84, 100%, 69%), 1px -1px 4px hsl(84, 100%, 69%), -1px 1px 4px hsl(84, 100%, 69%), -1px -1px 4px hsl(84, 100%, 69%);*/
    /*overflow-y: hidden;*/
    /*}*/
    .makhfiDarMF {
        display: none;
    }

    .makhfiDarRWD {
        display: block;
    }

    /*          نوار منوها             */
    #navarMenu {
        background-position: 5% center;
        /*diz height: 40px;
         position: relative;
         background-color: hsl(97.3, 82.7%, 43.1%);*/
        width: calc(100% - 20px);
        margin: 10px;
        padding: 10px 0px;
    }

    .titrAsli {
        width: calc(100% - 50px);
        float: left;
    }

    .titrAsli img {
        width: 100px;
    }

    .titrAsli strong {
        font-size: 0.875rem;
    }
    #shoar {
        top: 230px;
    }
    #shoar {
        width: calc(100% - 20px);
        height: 40px;
        padding: 10px;
        top: 10dvh;
        font-size: 1.625rem;
    }

    #shoar::before {
        bottom: 0px;
        width: 55%;
    }
    h1#kadrRootitrHDR {
        top: 320px;
    }
    h1#kadrRootitrHDR {
        width: calc(100% - 20px);
        height: 40px;
        padding: 10px;
        top: 19dvh;
        font-size: 1.125rem;
    }

    h4.mazayaOrooj {
        top: 465px;
    }
    h4.mazayaOrooj {
        width: calc(100% - 20px);
        height: 40px;
        padding: 10px;
        top: 25dvh;
        font-size: 1rem;
    }
    h4.mazayaOrooj + h4.mazayaOrooj {
        top: 280px;
    }

    h4.mazayaOrooj + h4.mazayaOrooj {
        top:29dvh;
    }

    h2.titrKholasehMA {
        font-size: 1.625rem;
    }

    .matnKholasehMA {
        font-size: 1.125rem;
    }

    .kadrTablighSV {
        margin: 0px;
    }

    #titrAsliMohtavaha {
        margin: 50px auto 50px;
    }

    #titrAsliMohtavaha::before {
        width: 60%;
    }

    #titrAsliMohtavaha {
        font-size: 1.25rem;
    }

    .kadrTablighBala {
        width: calc(50% - 20px);
        margin: 20px 10px 30px;
    }

    img.aksTablighSV {
        border-radius: 24px 24px 2px 2px;
        border-top: 1px solid #70572f;
    }

    .videoSlider {
        height: 105%;
    }

    h3.titrNoeKhadamat {
        width: calc(100% - 20px);
        padding: 4px 10px;
        margin: 0px;
        font-size: 0.75rem;
        border-radius: 2px 2px 24px 24px;
        bottom: -30px;
        border-color: #70572f;
    }

    .itemIcon {
        width: calc(33.333% - 30px);
        height: 100px;
        padding: 15px;
    }

    .itemIcon > img {
        width: 60%;
    }

    .kadrIcon {
        margin-top: 50px;
        padding-top: 50px;
    }

    .kadrIcon.vizhegiha .itemIcon
    {
        margin:115px 0px 0px !important;

    }
    .kadrIcon.vizhegiha .itemIcon:first-child
    {
        width: calc(100% - 30px);
        margin:50px 0px 0px !important;
    }

    .kadrIcon.vizhegiha .itemIcon:first-child~.itemIcon
    {
        width: calc(50% - 0px);
        padding: 15px 0px;
    }
    .kadrIcon.vizhegiha .itemIcon:first-child+.itemIcon+.itemIcon~.itemIcon
    {
        margin:80px 0px 0px !important;
    }
    .kadrIcon.vizhegiha .itemIcon:last-child img
    {
        width: 50%;
    }



    .itemIcon strong
    {
        font-size: 1rem;
        line-height: 70px;
        min-width: 155px;
    }
    .kadrIcon.vizhegiha .itemIcon strong::before
    {
        bottom: 60px;
    }

    #kadrArayeshgaran + .kadrIcon .itemIcon {
        height: auto;
    }
    .kadrIcon .itemIcon.velayat
    {
        float: left;
    }

    #kadrArayeshgaran + .kadrIcon .itemIcon > img {
        width: 80%;
    }

    #kadrArayeshgaran + .kadrIcon .itemIcon > img[onclick="namayeshAxnemoonehkar(3)"] {
        width: 63%;
    }

    #kadrArayeshgaran + .kadrIcon .itemIcon > img[onclick="namayeshAxnemoonehkar(1)"] {
        width: 88%;
    }

    .kadrIcon.vizhegiha
    {
        padding-top: 40dvh;
        padding-bottom: 80px;
        overflow: auto;
    }

    #kadrTashihOFPeyghamNemoonehkar {
        width: 98%;
    }

    #kadrTashihOFPeyghamNemoonehkar #matnPeyghamLogin
    {
        padding-top: 30px;
    }

    #kadrTashihOFPeyghamNemoonehkar img {
        width: 100%;
    }

    #kadrAmoozeshiSV {
        width: calc(100% - 0px);
        margin: 50px 0px 50px 0px;
    }

    #kadrAmoozeshiSV .dokmehTitrMohtava
    {
        display: none;
    }

    #kadrVasetASV {

        width: calc(100% - 25px);
        margin-right: 25px;
        overflow: auto;
    }

    #kadrMatalebASV {
        width: 1080%;
        height: auto;
    }

    .matlabASV {
        width: calc(8.333% - 40px);
        margin: 20px 0px 20px 20px;
        padding: 10px;
        border-radius: 24px;
    }

    .matlabASV:last-child {
        width: calc(8.333% - 40px);
        margin: 20px 0px 20px -10px;

    }

    h2.titrMatlabASV > a, h2.titrMatlabASV > a:link, h2.titrMatlabASV > a:visited
    {
        font-size: 1rem;
    }

    #kadrAmoozeshiSV .titrMohtava .iconKenarMatn {
        margin: 0px 0px 0px 10px;
    }

    #kadrAmoozeshiSV h4.titrMohtava {
        display: flex;
        align-items: center;
    }

    #kadrAmoozeshiSV a.dokmehTitrMohtava {
        margin-left: 20px;
        display: flex;
        align-items: center;
    }

    #kadrAmoozeshiSV a.dokmehTitrMohtava, #kadrAmoozeshiSV a.edamehMatlabASV {
        display: none /*diz movaghat*/;
    }

    #kadrAmoozeshiSV a.dokmehTitrMohtava span:first-child + span {
        position: relative;
        left: -8px;
    }

    h2.titrMatlabASV {
        height: 76px;
        width: calc(100% - 20px);
        padding: 0px 10px;
    }

    a#dokmehMNU, a#dokmehMNU:link, a#dokmehMNU:visited {
        display: block;
    }

    ul#menu {
        float: none;
        width: 100%;
        height: auto;
        overflow-y: auto;
        margin: 0px;
        /*border-top: 2px solid hsl(132, 73%, 20%); !*      khat balaye safhe asli baraye yekdast kardan        *!*/
        position: absolute;
        top: 100px; /*        DEP h #navarMenu        */
        left: 0px;
        display: none;
        background-image: linear-gradient(200deg, #8f774a, #22387d);
        padding: 0px 0px 5px;
        border-radius: 32px;
    }

    ul#menu li {
        float: none;
        width: 100%;
        height: auto;
        overflow-y: auto;
        text-align: center;
        margin: 20px auto;
    }

    a.titrMNU, a.titrMNU:link, a.titrMNU:visited {
        height: 16px; /*     DEP pad-t,pad-b     */
        width: calc(100% - 10px); /*     DEP pad-r        */
        padding-right: 10px; /*        DEP w    */
        padding-bottom: 12px; /*          DEP h       */
        line-height: 1;
        text-align: center;
        margin: auto;
    }

    a.titrMNU:hover {
        /*diz background-color: hsl(83, 100%, 69%); !*   tashih ghati shodan hover va activ dar MF       *!*/
    }

    a.titrMNU:active {
        /*diz background-color: hsl(97, 100%, 84%);*/
    }

    a#dokmehAsliMNU, a#dokmehAsliMNU:link, a#dokmehAsliMNU:hover {
        display: inline-block;
        float: none;
    }

    /*diz
        span.khatMNU
        {
            display: block;
            height: 0px;
            width: 100%;
            margin-top: 0px;
            border-left-width: 0px;       az beyn bordan halat amoodi
        border-top: 2px solid hsl(131, 58.7%, 30.4%);
    }

     ul.zirMNU
    {
        width: 100%;
        padding: 0px;
        position: static;
    }

    a.titrMNU:hover + ul, ul.zirMNU:hover
    {
        display: none; !* tashih halat RWD *!
    }

    a.titrZirMNU, a.titrZirMNU:link, a.titrZirMNU:visited
    {
        height: 16px; !*      DEP pad     *!
        padding: 7px 25px 7px 0px; !*      DEP h,w   *!
        width: calc(100% - 25px); !*     DEP pad-r   *!
        margin-top: 0px;
        border-top-color: hsl(130, 32%, 15%);
        line-height: 1;
        color: hsl(84, 100%, 69%);
        background-color: hsl(135, 58%, 27%);
    }

    a.titrZirMNU:hover
    {
        background-color: hsl(83, 100%, 69%); !*   tashih ghati shodan hover va activ dar MF       *!
        color: hsl(132, 73%, 16%);
    }

    a.titrZirMNU:active
    {
        background-color: hsl(97, 100%, 84%);
        color: hsl(134, 80%, 35%);
    }

    span.iconZirMNU
    {
        float: left;
        margin-right: 0px;
        margin-left: 20px;
    }

    a.titrMNU:hover span.iconZirMNU
    {
        transform: initial;
        -webkit-transform: initial;
    }
*/
    #kadrIconhaMNU {
        height: 0px;
        padding: 0px 2px 0px 3px;
        width: 35px;
        background-color: hsla(132, 73%, 16%, 0.65);
        border-radius: 0px 0px 20px 20px;
        box-shadow: 0px 2px 4px hsl(135, 58%, 11%);
    }

    a.iconMNU {
        margin: 5px 3px 5px 2px;
    }

    a#iconAbzarhaMNU:link, a#iconAbzarhaMNU:visited {
        display: block;
    }

    #kadrSearchMNU {
        /*width: calc(100% - 95px);*/
        margin: 5px 0px 5px 45px;
    }

    /*      ستون محتوای اصلی سایت       */
    #sotoonVasat {
        float: none;
        width: 100%;
    }

    .kadrLoading .vasetLD {
        height: 80px;
        width: 80px;
    }

    .kadrLoading .daiereh1 {
        border-width: 4px;
        border-style: solid;
        border-radius: calc(50% + 4px);
    }

    .kadrLoading .daiereh2 {
        border-width: 4px;
        border-style: solid;
        border-radius: calc(50% + 4px);
    }

    .kadrLoading .daiereh3 {
        border-width: 4px;
        border-style: solid;
        border-radius: calc(50% + 4px);
    }

    /*diz #mohtavaAsliSV table#tblFullMA > tbody > tr > td
     {
         width: 100%;
     }

     #mohtavaAsliSV table#tblFullMA > tbody > tr > td + td
     {
         display: none; !*       bardashtan soton chap MA        *!
     }

     #mohtavaAsliSV a[class^="dokmehAx"], #mohtavaAsliSV a[class^="dokmehAx"]:link, #mohtavaAsliSV a[class^="dokmehAx"]:visited
     {
         display: block; !*  namayesh dar MF     *!
     }

     #kadrEttMA
     {
         height: 36px;
         overflow-y: hidden;
     }

     a.dokmehKeshoee, a.dokmehKeshoee:link, a.dokmehKeshoee:visited
     {
         display: block; !*  namayesh dar MF     *!
     }

     h3#titrNamayeshMA a:not(.dokmehKeshoee), h3#titrNamayeshMA a:not(.dokmehKeshoee):link, h3#titrNamayeshMA a:not(.dokmehKeshoee):visited
     {
         max-width: calc(100% - 30px); !*        ezafe shodan  a.dokmehKeshoee dar kadr kantainer        *!
     }

     #kadrDidgahha
     {
         z-index: 2;
     }*/
    /* محتوای اصلی مطالب ویژه*/
    table.tblItemKholasehMA td.sotoonAx {
        width: 100%;
    }

    table.tblItemKholasehMA td.sotoonMatnha {
        width: 100%;
    }


    #aksAvalRast
    {
        position:relative;
        right:unset;
        transition: right 0.1s;
    }

    #matnAvalChap
    {
        position:relative;
        left: unset;
        transition: right 0.1s;
    }

    #aksDovomChap
    {
        position:relative;
        left:unset;
        transition: right 0.1s;
    }

    #matnDovomRast
    {
        position:relative;
        right: unset;
        transition: right 0.1s;
    }


    #aksSevomRast
    {
        position:relative;
        right:unset;
        transition: right 0.1s;
    }

    #matnSevomChap
    {
        position:relative;
        left: unset;
        transition: right 0.1s;
    }

    .kadrAxKholasehMA {
        height: auto;
    }

    img.axKholasehMA {
        display: block;
        position: static;
        height: auto;
        width: 100%;
    }

    .kadrMatnhaKholasehMA {
        height: auto;
        line-height: 1;
        padding: 50px 0px;
    }

    .matnKholasehMA {
        margin: 32px auto;

    }

    #mohtavaEzafiSV {
        display: none;
    }

    /*  کادر ارایشگران  */
    #kadrArayeshgaran {
        height: auto;
        width: calc(100% - 0px);
        padding: 0px 0px 50px 0px;
    }

    #kadrItemArayeshgaran {
        overflow: auto hidden;
        padding-bottom: 20px;
    }

    td.itemArayeshgar {
        width: auto;
    }

    td.itemArayeshgarKhali {
        display: none;
    }

    td.gapArayeshgar {
        display: none;
    }

    td.gapArayeshgarAsli {
        width: 30px;
    }

    table#kadrShenavarArayeshgaran {
        margin-left: 35px;
        margin-right: 25px;
    }

    .kadrMatnArayeshgar {
        width: calc(100% - 20px);
        padding: 0px 10px;
    }

    #kadrDokmehArayeshgaran {
        width: 50%;
        height: 60px;
        padding: 10px 0px;
        margin: 5px auto 0px;

    }

    a#dokmehArayeshgaran, a#dokmehArayeshgaran:link, a#dokmehArayeshgaran:visited {
        width: auto;
        padding: 7px 10px;
        font-size: 1.125rem;
        line-height: 1.5;
    }

    a#dokmeGhabliArayeshgar, a#dokmeGhabliArayeshgar:link, a#dokmeGhabliArayeshgar:visited, a#dokmeBaadiArayeshgar, a#dokmeBaadiArayeshgar:link, a#dokmeBaadiArayeshgar:visited {
        display: none;
    }

    /* کادر مدل */
    #kadrModel {
        width: 83.485%;
        padding: 20px 8.222%;
    }

    .itemModel {
        width: 100%;
        padding: 0px;
        margin-bottom: 100px;
    }

    h2.kadrMatnModel {
        width: calc(100% - 20px);
        padding: 10px;
        height: auto;
        position: static;
        float: none;
        text-align: center;
        margin-bottom: 20px;
        background-image: linear-gradient(0deg, hsla(0, 0%, 100%, 0.15), #fff 70%, #fff);
    }

    h2.kadrMatnModel > span {
        max-height: 123px;
    }

    .kadrAksModel {
        width: 100%;
        padding-top: 100%;
        float: none;
    }

    /* کادر خددمات */
    #kadrItemGheimat {
        overflow-x: auto;
    }

    .titrKhadamat {
        height: 210px;
        line-height: 205px;
        overflow: hidden;
    }

    .matnKhadamat {
        margin: 0px 10px;
        height: 210px;
        line-height: 205px;
    }

    .titrKhadamat span {
        max-height: 194px;
        overflow-y: hidden;
    }

    .matnKhadamat span {
        max-height: 180px;
    }

    td.itemGheimat {
        width: auto;
    }

    td.gapKhadamat, td.itemGheimatKhali {
        display: none;
    }

    td.gapKhadamatAsli {
        width: 10px;
    }

    a#dokmehGhabliPackage, a#dokmehGhabliPackage:link, a#dokmehGhabliPackage:visited, a#dokmehBaadiPackage, a#dokmehBaadiPackage:link, a#dokmehBaadiPackage:visited {
        display: none;
    }


    /* تماس باما */
    #kadrTamasBama {
        width: calc(100% - 40px);
        padding: 20px 20px;
    }

    h2.titrTMS {
        text-align: center;
        font-size: 2.5rem;
    }

    .matnEbtedaTMS
    {
        width: 100%;
        display: block;
        text-align: center;
        margin: 15px 0px;
    }
    .matnEbtedaTMS a
    {
        display: block;
        float: unset;
        direction: ltr;
        margin: 5px 0px;
    }

    .matnEbtedaTMS span.iconKenarMatn
    {
        float: unset;
    }

    .matnEbtedaTMS
    {
        width: calc(100% - 0px);
        margin: 10px 0px;
        text-align: center;
    }

    #kadrTamasSV {
        width: 100%;
        padding: 0px;
        margin: 0px;
    }

    #kadrAksTMS {
        position: relative;
        width: 100%;
        margin: 0px;
        border-radius: 30px;
    }

    #kadrTamasSV h2.titrTMS:last-of-type
    {
        margin-top: 60px;
    }

    /* پیام ساده */
    span.iconPS {
        margin-right: 5px;
    }

    h2.titrPS {

        width: calc(100% - 35px);
    }

    #mohtavaEzafiSV {
        display: none;
    }


    /*      نوار راست سایت      */
    /*diz #navarRast {
        float: none;
        width: 100%;
        position: absolute;
        height: 565px; !*      DEP h#navarChap     *!
        right: 0px;
    }

    !*      اطلاعیه     *!
    #ettelaeeyehNR
    {
        height: 200px;
        background-color: hsl(120, 18.8%, 18.8%);
    }

    #headerEtt
    {
        position: relative;
        padding-left: 18.4%; !* 46px    *!
    }

    a#dokmehKeshoeeEtt
    {
        left: 4.062%; !*  13px    *!
        top: 5px;
    }

    #matnEtt
    {
        height: 70px;
    }

    #ettelaeeyehNR>a#ettelaatBishtar
    {
        bottom: 9px;
    }

    !*      تبلیغ       *!
    #tablighNR
    {
        position: absolute;
        bottom: 0px;
    }

    #titrTabligh
    {
        position: relative;
        padding-left: 18.4%; !* 46px    *!
    }

    a#dokmehKeshoeeTab
    {
        left: 4.062%; !*  13px    *!
        top: 5px;
    }

    #sharhTabligh
    {
        height: 100px; !*     DEP pad     *!
        padding: 5px; !*      DEP h       *!
        overflow-y: hidden;
    }

    #sharhTabligh>a
    {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
    }

    img#axTabligh
    {
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        margin: auto;
    }

    #sharhTabligh>a#matnTabligh
    {
        overflow-y: auto;
        min-height: none;
        max-height: none;
        height: 62px; !*       60px line-h+2px khataye line-h      *!
    }

    !*      کادر برچسب های نوار راست    *!
    #barchasbhaNR
    {
        display: none;
    }

    !*      کادر برچسب های نوار چپ    *!
    #barchasbhaNCHP
    {
        display: none;
    }

    !*      نوار چپ سایت    *!
    #navarChap
    {
        float: none;
        width: 100%;
        height: 565px; !*      DEP h#navarRast     *!
        background-color: hsl(120, 28.8%, 11.6%);
    }

    !*      کادر   ترین ها      *!
    #kadrBalaNCHP
    {
        height: auto; !* modiriat keshoee -> ul#kadrMatlabhaTarin        *!
        overflow-y: auto;
        position: relative;
        top: 200px;
        left: 0px;
        z-index: 1;
        background-color: hsl(156, 31%, 13%);
    }

    #kadrTitrhaTarin
    {
        position: relative;
        margin-left: 1.562%; !*  5px *! !*  DEP lefta#dokmehKeshoeeTarin    *!
    }

    a.titrTarin, a.titrTarin:link, a.titrTarin:visited
    {
        width: 24%;
        min-width: 58px; !*  DEP pad     *!
        padding-left: 2px; !*  DEP max-w   *!
        padding-right: 2px; !*  DEP max-w   *!
    }

    #kadrTitrhaTarin>a#dokmehKeshoeeTarin
    {
        left: 2.580%; !*  8px    *!
        top: 4px;
    }

    #kadrVasetMatlabhaTarin
    {
        height: 175px;
    }

    ul#kadrMatlabhaTarin
    {
        direction: ltr;
        height: 165px;
        overflow-y: hidden; !*  baraye baste shodan kesho   *!
    }

    a.matlabTarin:link, a.matlabTarin:visited
    {
        direction: rtl;
    }

    ul#kadrMatlabhaTarin > li + li + li + li + li ~ li
    {
        display: none;
    }

    a#namayeshBishtarTarin, a#namayeshBishtarTarin:link, a#namayeshBishtarTarin:visited
    {
        left: 10px;
        bottom: 9px;
    }



    !*  تبلیغ نوار چپ   *!
    #tablighNCHP
    {
        display: none;
    }


    !* کادر کانالهای نوار چپ    *!
    #kadrKanalhaNCHP
    {
        display: none;
    }*/

.kadrNemoonehkar #titrPeyghamLogin>#matnTitrPeyghamLogin
{
    vertical-align:middle;
    font-size: 1.125rem;
}


    /*  کادر اضافات صفحه    */
    [id^="kadrEzafat"] {
        display: none;
    }

    /*          کادر محتوای اضافی سایت      */
    #mohtavaEzafi {
        height: auto;
        overflow-y: auto;
        padding: 5px 0px;
        margin-bottom: 20px;
        /*background-color: #CFCFCF;*/
    }

    /*      قسمت صوتی محتوای اضافی     */
    #sotiMEZF {
        float: none;
        width: calc(100% - 10px); /*   DEP pad     */
        height: 280px;
        padding: 0px 5px 0px 5px; /*     DEP w   */
        overflow-y: hidden;
    }

    #sotiMEZF > #titrSoti {
        position: relative;
        box-shadow: 0px 10px 5px -10px inset hsl(94, 100%, 72%);
    }

    a#titrMatlabSoti, a#titrMatlabSoti:link, a#titrMatlabSoti:visited {
        width: calc(100% - 92px); /*        ezafe shodan dokmehKeshoee b titr   */
    }

    #mohtavaEzafi #itemhaSoti .itemSoti .tdcellAudio:hover {
        width: 100%;
    }

    a#dokmehKeshoeeSoti {
        left: 4.062%; /*  13px    */
        top: 5px;
    }

    #itemhaSoti .kadrDokmeh {
        width: 40px; /* had aghal size */
    }

    span.tedadLikeSoti {
        right: 20px;
    }

    #itemhaSoti a.btnDownload {
        background-position: -132px 0px; /* namayesh se noghteh */
    }

    #itemhaSoti .itemSoti .tdcellAudio {
        width: 60px; /*        minimum baraye mob      */
    }

    #itemhaSoti .itemSoti {
        position: relative;
    }

    #itemhaSoti .kadrPakhshSoti {
        position: absolute;
        right: 0px;
        width: calc(100% - 22px); /*      DEP  width .kadrDokmeh * 1        */
        transition: width 0.5s;
    }

    #itemhaSoti h4.titrZamimehSoti {
        width: calc(100% - 68px); /*  DEP p  */ /* w=100%-player+padding */
    }

    .poosheshBtnDownload {
        display: block;
    }

    #itemhaSoti .kadrDokmehha:hover ~ .kadrPakhshSoti {
        width: calc(100% - 120px);
    }

    #itemhaSoti .kadrDokmehha:hover a.btnDownload {
        background-position: -88px 0px; /* namayesh se noghteh */
    }

    /*      قسمت ویدئو محتوای اضافی     */
    #videoMEZF {
        float: none;
        width: calc(100% - 10px); /*     DEP pad     */
        padding: 0px 5px 0px 5px; /*     DEP h,w     */
        height: auto;
        overflow-y: auto;
    }

    #videoMEZF > #titrVideo {
        position: relative;
        box-shadow: 0px 10px 5px -10px inset hsl(94, 100%, 72%);
    }

    a#titrMatlabVideo, a#titrMatlabVideo:link, a#titrMatlabVideo:visited {
        width: calc(100% - 102px); /*        ezafe shodan dokmehKeshoee b titr   */
    }

    a#dokmehKeshoeeVideo {
        left: 4.062%; /*  13px    */
        top: 5px;
    }

    #kadrVideo {
        width: 100%;
        max-width: none;
        height: auto;
        overflow-y: auto;
        box-shadow: none;
    }

    #kadrRatioVideo {
        position: static;
    }

    .kadrEmkanat {
        visibility: hidden;
        width: 10%; /*  tashih baraye mobile        */
        max-width: 40px;
        min-width: 30px;
        height: 30.226%;
        max-height: 120px;
        position: absolute;
        top: 0px;
        right: 0px;
        z-index: 3;
        background-color: hsla(43, 92%, 48%, 0.8);
        border-radius: 0px 0px 0px 10px;
        /*background-color: hsl(0, 0%, 71%);*/
    }

    table#kadrPaeenVideo > tbody > tr > td + td + td + td + td ~ td:not(#lastTDVideo) {
        display: none;
    }

    table#kadrPaeenVideo > tbody > tr > td.sotoonAx {
        width: 20%; /* hodoodi baraye 4 td */
    }

    a#dokmehGhabliVideo, a#dokmehGhabliVideo:link, a#dokmehGhabliVideo:visited {
        width: 22px;
    }

    a#dokmehBadiVideo, a#dokmehBadiVideo:link, a#dokmehBadiVideo:visited {
        width: 22px;
    }

    /*         قسمت تصاویر محتوای اضافی     */
    #tasavirMEZF {
        float: none;
        width: calc(100% - 10px); /*   DEP pad     */
        height: 280px;
        padding: 0px 5px 0px 5px; /*    DEP w    */
        overflow-y: hidden;
    }

    #tasavirMEZF > #titrTasavir {
        position: relative;
        box-shadow: 0px 10px 5px -10px inset hsl(94, 100%, 72%);
    }

    a#titrMatlabTasavir, a#titrMatlabTasavir:link, a#titrMatlabTasavir:visited {
        width: calc(100% - 97px); /*        ezafe shodan dokmehKeshoee b titr   */
    }

    a#dokmehKeshoeeTasavir {
        left: 4.062%; /*  13px    */
        top: 5px;
    }

    #kadrTasavir {
        width: 100%;
    }

    #tasavirMEZF .dokmehAxGhabli {
        left: auto; /*  override rwd    */
        right: 0px;
        text-shadow: 1px 1px 2px hsl(38, 67%, 10%);
    }

    #tasavirMEZF .dokmehAxBadi {
        right: auto; /*  override rwd    */
        left: 0px;
        text-shadow: 1px 1px 2px hsl(38, 67%, 10%);
    }

    #kadrIconAxFull {
        display: none;
    }

    #kadrTasavir .kadrEmkanat {
        height: 50%;
        top: 0px;
        right: 0px;
        left: auto; /*  tashih RWD  */
        border-left: unset;
        min-height: 100px;
        border-radius: 0px 0px 0px 10px;
    }

    #tasavirMEZF .kadrDokmeh {
        height: 33.333%; /* chon dokmeha se ta shodand */
    }

    #kadrTasavir .kadrEmkanat > div + div + div /*     kadrDokmeh btnFull      */
    {
        display: block;
    }

    #kadrRatioTasavir:hover + .kadrEmkanat, #kadrRatioTasavir:hover + .kadrEmkanat {
        visibility: visible;
    }

    table#kadrPaeenTasavir > tbody > tr > td + td + td + td + td ~ td:not(#lastTDTasavir) {
        display: none;
    }

    table#kadrPaeenTasavir > tbody > tr > td.sotoonAx {
        width: 20%; /* hodoodi baraye 4 td */
    }

    table#kadrPaeenTasavir > tbody > tr > td.sotoonAx > img /* tashih sayeh sambneil  */
    {
        top: -2px;
        left: -2px;
        /*test box-shadow: 2px 2px hsl(0, 0%, 50%), 4px 4px hsl(0, 0%, 22%);*/
    }

    a#dokmehGhabliTasavir, a#dokmehGhabliTasavir:link, a#dokmehGhabliTasavir:visited {
        width: 22px;
    }

    a#dokmehBadiTasavir, a#dokmehBadiTasavir:link, a#dokmehBadiTasavir:visited {
        width: 22px;
    }

    /*          فوتر سایت       */
    #footer {
        padding: 20px 2px;
        font-size: 0.625rem;
    }

    #footer > span {
        position: relative;
        top: 5px;
    }
    #footer > span:last-of-type
    {
        display: inline-block;
        width: calc(100% - 40px);
        padding: 0px 20px;
    }

    a#toseehDahandehFTR, a#toseehDahandehFTR:link, a#toseehDahandehFTR:visited {
        width: 240px;
        font-size: 0.625rem;
    }

    /*            ax full             */
    #axFull img {
        max-width: 100%;
        max-height: 100%;
    }

    #dokmehBastanAxFull {
        position: absolute;
        left: auto;
        top: auto;
        bottom: 10px;
        right: 10px;
        width: 25px;
        padding: 5px 0px 4px 0px;
    }

    /*            peygham            */
    #tblKadrPeygham {
        height: calc(100% + 100px);
    }


    #kadrTashihOFPeygham {
        width: 96.875%; /* 100% - mar */
    }

    #titrPeygham {
        background-position: 20px 13px;
    }

    #dokmehBastanPeygham {
        padding: 5px 0px 4px 0px;
        width: 25px;
        border-radius: 50%;
        left: 12px; /* namayesh goosh chap */
        top: 13px;
    }

    #matnTitrPeygham {
        max-width: calc(100% - 90px); /* DEP icon , dokmeh bastan */
    }

}


/* تصحیح موبایل بزرگ */
@media only screen and (min-width: 420px) and (max-width: 767px) {

    #header {
        height: unset;
        background-position: 10px center, 81% 50%;
        background-size: contain, cover;
        padding-bottom: 35px;
    }


    /*diz h1#kadrRootitrHDR
    {
        height: 38px;
        width: 200px;
        top: 28px;
        right: 45px;
        margin-left: auto;
        font-size: 0.85rem;
    }

    h1#kadrRootitrHDR:after
    {
        right: 25px;
        top: -2px;
        font-size: 0.2rem;
    }

    h1#titrHDR
    {

        height: 33px;
        font-size: 1.4rem;
        padding-top: 42px;
        text-align: center;
        padding-left:0px;
        padding-right: 10px;
    }

    #aksDoaFarajHDR
    {
        height: 35px;
        width: 255px;
        top: 18px;
        left: 0px;
        margin-left: auto;
        right: 0px;
    }

    #kadrEfektTitrHDR
    {
        width:231px;
        top: 50px;
        left: 0px;
        right: 14px;
        margin-left: auto;
    }*/
}

/* تصحیح موبایل زیر معیار */
@media only screen and (max-width: 315px) {


    /*diz h1#kadrRootitrHDR
    {
        width: 142px;
        top: 38px;
    }

    h1#kadrRootitrHDR:after
    {
        right: 33px;
        top: 5px;
        font-size: 0.2rem;
    }

    h1#titrHDR
    {
        padding-top: 52px;
        padding-left: 25px;
    }

    h1#titrHDR>span
    {
        display: none;
    }

    #aksDoaFarajHDR
    {
        top: 22px;
        left: 20px;
    }

    #kadrEfektTitrHDR
    {
        width: 142px;
        margin-left: 22px;
    }*/
}