#sotoonVasat
{
    float: left;
    width: calc(75% - 50px);
    margin: 25px 20px 0px 30px;
}

#kadrItemha
{
    float: right;
    width: 100%;
}

/*      کادر ایتم یک مطلب کوتاه       */
.itemMatlabKootah
{
    position: relative;
    float: right;
    width: calc(100% - 22px);
    padding: 10px;
    bottom: 0px;
    border: 1px solid hsl(20, 100%, 50%);
    border-radius: 8px;
    margin-bottom: 10px;
    /*animation: namayeshItem 0.5s;
    animation-fill-mode: both;
    transition: box-shadow 0.3s;*/
}

a.kadrAxKholasehMATK
{
    position: relative;
    bottom: 0px;
    float: right;
    width: calc(40% - 15px);
    margin-left: 15px;
    transition: bottom 0.2s;
}

img.axKholasehMATK
{
    float: right;
    width: 100%;
    border-radius: 8px;
}

.kadrTitrMATK
{
    position: relative;
    bottom: 0px;
    float: right;
    width: 60%;
    margin-top: 10px;
    transition: bottom 0.2s;
}

h2.titrMATK
{
    float: right;
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-size: 1rem;
    font-weight: normal;
}

h2.titrMATK a, h2.titrMATK a:link, h2.titrMATK a:visited
{
    float: right;
    width: 100%;
    height: 26px;
    font-size: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    color: hsl(0, 0%, 0%);
}

h2.titrMATK a:hover
{
    color: hsl(45, 100%, 30%);
}

h2.titrMATK a:active
{
    color: hsl(45, 100%, 40%);
}

.kholasehMATK
{
    float: right;
    width: 100%;
    height: 120px;
    margin: 5px 0 10px;
    overflow: hidden;
    font-size: 0.875rem;
    color: hsl(0, 0%, 30%);
}

.kadrTarikhErsal
{
    float: right;
    font-size: 0.75rem;
    color: hsl(45, 100%, 40%);
}

a.edamehMatlabMATK, a.edamehMatlabMATK:link, a.edamehMatlabMATK:visited
{
    float: left;
    padding: 5px 10px;
    border-radius: 8px;
    font-size: 0.875rem;
    color: hsl(20, 100%, 50%);
}
a.edamehMatlabMATK:hover
{
    background-color: hsl(20, 100%, 95%);
}
a.edamehMatlabMATK:active
{
    background-color: hsl(20, 100%, 92%);
}

/* تبلیغ */
#tablighSV
{
    margin: 20px 0;
}

/*      ادامه مطالب     */
#kadrVasetShomarandehSafhehMATK
{
    float: left;
    width: 100%;
    padding: 30px 0;
}

#kadrNamayeshBishtar
{
    position: relative;
    float: right;
    width: 100%;
    padding: 20px 0px;
}

a#btnNamayeshBishtar, a#btnNamayeshBishtar:link, a#btnNamayeshBishtar:visited
{
    display: block;
    width: 135px;
    margin: auto;
    padding: 5px 10px;
    border-radius: 8px;
    text-align: center;
    color: hsl(20, 100%, 50%);
    font-family: vazir;
    font-size: 1rem;
}

a#btnNamayeshBishtar:hover
{
    background-color: hsl(20, 100%, 95%);
}

a#btnNamayeshBishtar:active
{
    background-color: hsl(20, 100%, 92%);
}

/* تبلیغ برچسب ها */
.kadrTablighSV
{
    width: 100%;
    padding: 0;
}

.kadrTablighBala
{
    width: 100%;
}

a.linkTablighSV, a.linkTablighSV:link, a.linkTablighSV:visited
{
    width: 100%;
    margin: 10px 0 0 0;
}

a.linkTablighSV:last-child
{
    margin-bottom: 10px;
}

/*          mobile              */
@media only screen and (max-width: 767px)
{
    /* نوار راست */
    #navarRast
    {
        width: calc(100% - 30px);
        margin: 15px;
    }

    #kadrFilterNR
    {
        position: fixed;
        top: 0;
        left: 100%;
        z-index: 500;
        width: 100%;
        height: 100%;
        margin: 0;
        transition: left 0.3s;
    }

    #kadrFilterNR[data-baz-ast="1"]
    {
        left: 0;
    }

    .kadrPoshtFilterNR
    {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        opacity: 0;
        background-color: hsla(0, 0%, 0%, 0.3);
        transition: none;
    }

    #kadrFilterNR[data-baz-ast="1"] > .kadrPoshtFilterNR
    {
        opacity: 1;
        transition: opacity 0.3s 0.3s;
    }

    .kadrVasetFilterNR
    {
        width: calc(80% - 22px);
        height: calc(100% - 20px);
        overflow: auto;
        border-radius: 0;
    }

    #sotoonVasat
    {
        width: calc(100% - 30px);
        margin: 15px;
        min-height: auto;
    }

    .kadrDokmehFilter
    {
        float: right;
        width: calc(100% - 20px);
        padding: 8px 10px;
        margin: 10px 0;
        border-radius: 8px;
        border: 1px solid hsl(0, 0%, 90%);
    }

    select#moratabSazi
    {
        top: 61px;
        left: 5px;
    }

    #kadrItemha
    {
        width: 100%;
    }

    .itemMatlabKootah
    {
        width: calc(100% - 22px);
    }

    a.kadrAxKholasehMATK
    {
        width: 100%;
        margin: 0;
    }

    .kadrTitrMATK
    {
        width: 100%;
    }

    .kholasehMATK
    {
        height: 24px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}