﻿body {
}

#vitrindiv {
    width: 98%;
    max-width: 692px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    height: 303px;
    direction: ltr;
    border: 3px solid #25C3E6;
    border-radius: 10px;
    position: relative;
    opacity: 0;
    z-index: 2;
    display: none;
}

.vitrin-item {
    float: left;
    height: 303px;
    /*background-color: aquamarine;*/
    position: absolute;
    /*opacity: .8;*/
}

.caption-item {
    width: 300px;
    height: 40px;
    background-color: rgb(188, 192, 207);
    transform: rotate(90deg);
    -ms-transform: rotate(90deg); /* IE 9 */
    -moz-transform: rotate(90deg); /* Firefox */
    -webkit-transform: rotate(90deg); /* Safari and Chrome */
    -o-transform: rotate(90deg); /* Opera */
    position: relative;
    top: 132px;
    right: -387px;
    font-size: 14px;
    padding-right: 5px;
    /*font-weight: bold;*/
    direction: rtl;
    color: white;
    z-index: 1;
    line-height: 35px;
    overflow: hidden;
}

.caption-item-1 {
    background-color: rgb(188, 192, 207);
    color: white;
    height: 25px;
    margin: -10px -43px 3px 0px;
    padding-right: 75px;
    line-height: 25px;
    font-weight: bold;
    font-size: 14px;
}

.openvit .caption-item-1 {
    background-color: #FF5339;
    color: white;
    transition: all 2s;
}

.openvit .caption-item {
    transition: all 2s;
    background-color: #FF5339;
    color: white;
}

.matn-item {
    width: 93%;
    height: 283px;
    margin-top: -40px;
    text-align: justify;
    direction: rtl;
    overflow: hidden;
    background-color: white;
    padding: 10px 20px 10px 10px;
}

.matntext {
    height: 242px;
    height: 242px;
    padding: 0 25px 0 55px;
    overflow: hidden;
    font-size: 14px;
}

.link-item {
    background-color: #25C3E6;
    text-align: left;
    padding: 0 15px;
    /*color: yellow;*/
    font-weight: bold;
    line-height: 30px;
    margin: 3px -43px 0 44px;
}

    .link-item a {
        color: black;
        text-decoration: none;
    }

/*منوی زیر*/
.menu-footer {
    width: 300px;
    position: relative;
    opacity: .2;
    transition: opacity 1s;
}

/*تازه ها*/
#newscap {
    display: block;
    width: 80%;
    margin: 10px auto;
    min-width: 250px;
    max-width: 600px;
    /*display: none;*/
}

    #newscap:after {
        content: '';
        display: block;
        border-color: rgb(188, 192, 207) transparent transparent;
        border-style: solid;
        border-width: 10px;
        position: relative;
    }

    #newscap li {
        width: 48%;
        float: right;
        margin-right: 5px;
        min-width: 240px;
        overflow: hidden
    }
.mobbody #newscap li {
    width: 98%;
}
#menu-footer .tablecap {
    text-align: center;
    font-weight: bold;
    color: white;
    background-color: #FF5339;
    line-height: 24px;
}

#menu-footer .logolineout {
    height: 6px;
    background-color: rgb(255, 83, 57);
}

    #menu-footer .logolineout .logolinein {
        margin: 0 auto;
        background-color: #25C3E6;
        height: 100%;
        width: 40%;
    }

#menu-footer .tablenew {
    background-color: rgb(231, 233, 243);
}

#menu-footer ul {
    margin: 0;
    padding: 5px;
    list-style: none;
    overflow: hidden;
}

    #menu-footer ul li {
        line-height: 24px;
        white-space: nowrap;
    }


#menu-footer li .dotnew {
    margin-left: 5px;
    color: rgb(255, 83, 57);
}

#menu-footer li a {
    white-space: nowrap;
    color: black;
    text-decoration: none;
    position: relative;
    background-color: rgb(231, 233, 243);
}

/*منوی مقالات و پیشنهادات*/
#maqhal {
    width: 250px;
    margin: 0 12px;
    overflow: hidden;
    float: right;
}

#pisnah {
    width: 250px;
    margin: 0 12px;
    overflow: hidden;
    float: left;
}

.tablewin:after {
    content: '';
    display: block;
    border-color: rgb(188, 192, 207) transparent transparent;
    border-style: solid;
    border-width: 10px;
    position: relative;
}

#maqhal .tablenew, #pisnah .tablenew {
    height: 170px;
    overflow-x: auto;
}

#maqhal ul, #pisnah ul {
    width: 230px;
}

.mobbody #maqhal, .mobbody #pisnah {
    margin: 0 auto;
    float: none;
}

    .mobbody #maqhal .tablenew, .mobbody #pisnah .tablenew {
        height: auto;
    }

.mobbody #newscap li {
    width: auto;
    float: none;
    /*min-width: initial;*/
    overflow: hidden
}
