﻿.contacttop {
    font-family: nazanin;
    line-height: 33px;
    color: white;
    font-size: 22px;
    margin-right: 20px;
}

    .contacttop > div:nth-child(2) > span:first-child {
        color: #fece5a;
        font-weight: bold;
    }

    .contacttop > div:nth-child(2) > div {
        float: right;
        text-align: center;
        width: 400px;
    }

.contacttrapezoid {
    margin-top: 30px;
    margin-right: 0px;
    color: black;
}

    .contacttrapezoid > div:first-child {
        border-bottom: 15px solid #fece5a;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        height: 0;
        width: 200px;
        font-family: nazanin;
        font-weight: bold;
        font-size: 22px;
        text-align: center;
        padding-bottom: 4px;
    }

    .contacttrapezoid > div:nth-child(2) {
        border-top: 15px solid #fdb913;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        height: 0;
        width: 200px;
        margin-bottom: 25px;
    }

.contactcv {
    font-family: nazanin;
    font-size: 21px;
    line-height: 30px;
    color: white;
}

    .contactcv > div:nth-child(2) > span:nth-child(3) {
        font-family: Tahoma;
        font-size: 19px;
    }
/*****************sales****************/
.saledetail {
    font-family: nazanin;
    font-size: 20px;
    line-height: 50px;
    padding-right: 20px;
    color: #e8e8e8;
}

    .saledetail b {
        color: #ffe197;
    }

    .saledetail a {
        color: white;
    }

    .saledetail img {
        width: 300px;
        float: left;
        margin-top: 20px;
        margin-left: 20px;
    }

    .saledetail > div:nth-child(2) > span:first-child {
        color: #ffe4a1;
    }

    .saledetail > div:nth-child(2) > span:nth-child(4) {
        color: #ffe4a1;
    }
/***************article***************/
.article > div {
    float: right;
    font-family: nazanin;
    font-size: 19px;
    color: white;
}

    .article > div:nth-child(2) {
        color: #fece5a;
        margin-left: 10px;
    }

    .article > div:nth-child(4) > span:first-child {
        color: #fece5a;
    }

    .article > div:nth-child(3) {
        width: 600px;
    }

        .article > div:nth-child(3) a {
            color: white;
            text-decoration: none;
        }

/**************gallery*************/
.gallery {
    padding-right: 10px;
    font-family: koodak;
    font-size: 14pt;
    color: white;
}

.gallery1 {
    width: 140px;
    padding: 5px;
}

.showgallery {
    width: 150px;
    padding: 5px;
    border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    border: 2px solid #fece5a;
}

#loadgallery a {
    margin-left: 5px;
    margin-bottom: 5px;
}

/***************movie*************/
.movie {
    font-family: koodak;
    font-size: 18px;
    color: white;
}

    .movie > div:first-child {
        float: right;
        width: 500px;
    }

.movielist {
    clear: both;
}

    .movielist > div:nth-child(1) {
        margin-left: 10px;
    }

    .movielist > div:nth-child(2) {
        padding-top: 3px;
    }

    .movielist > div {
        float: right;
    }

    .movielist span {
        cursor: pointer;
    }

/***********************************/
.productdiv {
    margin-top: 30px;
}

    .productdiv > div {
        float: right;
        width: 170px;
        text-align: center;
        margin-left: 0px;
        margin-top: 10px;
    }

    .productdiv a {
        text-decoration: none;
        color: white;
        font-family: nazanin;
        font-size: 20px;
    }

        .productdiv a:hover {
            color: #ffe26a;
        }

    .productdiv img {
        height: 100px;
    }

/*******************************/
.productdetail {
    color: white;
    font-family: nazanin;
    font-size: 20px;
}

/*************about*************/
.about {
    color: white;
    font-family: koodak;
    font-size: 17px;
    overflow: auto;
}

    .about > div {
        float: right;
        width: 400px;
    }

        .about > div:nth-child(2) {
            margin-right: 20px;
        }

/****************article******************/
.articledetail{
    overflow:auto;
}

.articledetail>div:first-child{
    font-family:nazanin;
    font-size:20px;
    color:#fdb913;
}

.articledetail>div:first-child>div:first-child {
    float:right;
}

.articledetail>div:first-child>div:nth-child(2) {
    float:left;
}

.articledetail>div:nth-child(2) {
    clear:both;
    line-height:30px;
    text-align:justify;
    color:white;
}

.articledetail>div:nth-child(3) a {
    font-family:nazanin;
    font-size:20px;
    color:#fdb913;
    float:left;
}

