﻿

.Res-home-header-group {
    /*background: url('/Style/images/HomePage/header.jpg') no-repeat top center;*/
    background-size: cover;
    height: 450px;
    position: relative;
}

    .Res-home-header-group h1 {
        color: #c3c3c3;
        text-align: center;
        padding-top: 15%;
    }


    .Res-home-header-group::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 450px;
        top: 0;
        left: 0;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.90), rgba(255, 255, 255, 0));
    }

.Res-home-header {
    color: #f5f5f5;
    z-index: 1000;
    position: relative;
    border-bottom: #566769 solid 1px;
    float: right;
}

    .Res-home-header label {
        float: left;
        padding: 20px;
        direction: ltr;
        margin: 0;
    }

        .Res-home-header label img {
            margin-bottom: -8px;
        }

    .Res-home-header span {
        float: right;
        padding: 20px;
        position: relative;
    }

        .Res-home-header span:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 2px;
            bottom: -1px;
            left: 0;
            background: #1c3a4f;
            display: none;
        }

        .Res-home-header span:hover:before {
            display: block;
        }

.Res-home-header-search-group {
    width: 100%;
    position: relative;
    top: -120px;
    float: right;
    margin: 0 auto;
}

.Res-home-header-search-item {
    float: right;
    width: 100%;
    height: 170px;
    background: #f5f5f5;
    border-radius: 4px;
    box-shadow: 0px 0px 34px -10px rgba(0,0,0,0.55);
    text-align: center;
    padding: 10px;
    border-bottom: #1c3a4f solid 2px;
}

    .Res-home-header-search-item img, .Res-home-header-search-item label {
        display: block;
        margin: 23px auto;
    }

    .Res-home-header-search-item input {
        float: right;
        font-size: 16px;
        background-color: transparent;
        border: 0px solid;
        width: 100%;
        font-family: IRANSans;
        padding: 20px
    }

        .Res-home-header-search-item input:focus, .Res-home-header-search-item input:focus {
            outline: none;
        }




.Res-btn-radius-Empty, .Res-btn-radius {
    border-radius: 20px;
    background: none;
    padding: 5PX 10px;
    border: #1c3a4f solid 1px;
    font-weight: bold;
    cursor: pointer;
}

    .Res-btn-radius:hover {
        background: #1c3a4f;
        color: #f5f5f5;
    }

.Res-btn-radius {
    background: #1c3a4f;
    color: #f5f5f5;
}

.Res-home-slider-popular-title {
    width: 100%;
    height: 50px;
    text-align: center;
    margin-bottom: 20px;
}

    .Res-home-slider-popular-title label {
        line-height: 30px;
        font-size: 18px;
        position: relative;
        color: #505050;
    }

        .Res-home-slider-popular-title label:before {
            content: "";
            position: absolute;
            width: 150%;
            left: -25%;
            bottom: -10px;
            height: 2px;
            background: #1c3a4f;
        }

.Res-home-slider-popular-item {
    max-width: 300px;
    height: 347px;
    background: #f5f5f5;
    border: #ddd solid 1px;
    border-radius: 4px;
    box-shadow: 0px 0px 15px -6px rgba(0,0,0,0.75);
}

.Res-home-slider-popular-item-header {
    border-bottom: #1c3a4f solid 10px;
    position: relative;
}

    .Res-home-slider-popular-item-header:before {
        background: linear-gradient(to bottom, #4e4e4e, transparent);
        content: "";
        position: absolute;
        width: 100%;
        height: 60px;
        top: 0;
        right: 0;
    }

    .Res-home-slider-popular-item-header .Res-item-header-top {
        position: absolute;
        top: 0px;
        height: 40px;
        width: 100%;
        color: white;
        text-align: left;
        float: left;
        font-size: 30px;
        z-index: 99;
        padding: 5px 15px 5px 15px;
    }

    .Res-home-slider-popular-item-header, .Res-home-slider-popular-item-header img {
        width: 100%;
        height: 150px;
        border-radius: 4px 4px 0 0;
    }

.Res-home-slider-popular-item-state {
    width: 100%;
    height: 20px;
    margin-top: -18px;
    z-index: 10;
    position: relative;
    text-align: center;
}

    .Res-home-slider-popular-item-state:before {
        content: "";
        position: absolute;
        background: linear-gradient(to top, #eaeaea, transparent);
        width: 100%;
        height: 30px;
        bottom: 0;
        right: 0;
    }

    .Res-home-slider-popular-item-state label {
        box-shadow: 0px 0px 15px -6px rgba(0,0,0,0.75);
        min-width: 150px;
        background: #f5f5f5;
        padding: 10px 15px;
        position: relative;
        border-radius: 20px;
        color: #1c3a4f;
        font-size: 15px;
        font-weight: bold;
    }

.Res-home-slider-popular-item-center {
    margin-top: 30px;
    width: 100%;
    height: 160px;
    background: #f5f5f5;
    float: right;
    border-radius: 0 0 0 4px;
    display: inline-block;
    position: relative;
}

    .Res-home-slider-popular-item-center div {
        display: inline-block;
        width: 100%;
        margin-top: 5px;
    }

    .Res-home-slider-popular-item-center .Res-item-center-top {
        position: absolute;
        top: 0;
    }

        .Res-home-slider-popular-item-center .Res-item-center-top > div:nth-child(1) {
            width: 50%;
            float: right;
            text-align: right;
            padding-right: 20px;
            font-weight: 500;
        }

        .Res-home-slider-popular-item-center .Res-item-center-top > div:nth-child(2) {
            width: 50%;
            float: right;
            padding-left: 20px;
            text-align: left;
            font-weight: 500;
        }

        .Res-home-slider-popular-item-center .Res-item-center-top > div:nth-child(3) {
            text-align: center;
            width: 100%;
            float: right;
            margin-top: 20px;
            font-size: 16px;
            color: #505050;
        }

            .Res-home-slider-popular-item-center .Res-item-center-top > div:nth-child(3) > span:first-child {
                font-size: small;
            }

    .Res-home-slider-popular-item-center .Res-item-center-bottom {
        bottom: 0;
        height: 50px;
        width: 100%;
        float: left;
        border-top: 1px solid #ddd;
        position: absolute;
        color: #666;
    }

        .Res-home-slider-popular-item-center .Res-item-center-bottom ul {
            display: table;
            table-layout: fixed;
            width: 100%;
            padding: 0;
            margin: 5px 0 0 0;
            text-align: center;
        }

            .Res-home-slider-popular-item-center .Res-item-center-bottom ul li {
                display: table-cell;
            }

                .Res-home-slider-popular-item-center .Res-item-center-bottom ul li > label {
                    display: inline-block;
                    width: 100%;
                    font-weight: normal;
                }

                    .Res-home-slider-popular-item-center .Res-item-center-bottom ul li > label > i {
                        font-size: 14px;
                    }

                .Res-home-slider-popular-item-center .Res-item-center-bottom ul li > span {
                    color: #9a9d9e;
                    font-weight: bold;
                    font-size: 14px;
                }

    .Res-home-slider-popular-item-center div:last-child > div:first-child {
        width: 20%;
        padding-right: 10px;
        float: right;
    }

    .Res-home-slider-popular-item-center div:last-child > div:last-child {
        width: 80%;
        float: right;
        text-align: left;
    }

        .Res-home-slider-popular-item-center div:last-child > div:last-child > label {
            width: 90px;
            font-weight: 100;
            margin-left: 10px;
            float: left;
        }

/*.Res-home-slider-popular-item-center div > div:first-child > img {
            width: 28px;
            height: 28px;
        }

        .Res-home-slider-popular-item-center div > div:last-child > label {
            margin-top:10px
        }*/
.Res-home-slider-popular-item-left {
    margin-top: 35px;
    width: 40%;
    height: 200px;
    background: #f5f5f5;
    border-radius: 0 0 4px 0;
    float: right;
}

.Res-home-slider-popular-item-right {
    margin-top: -10px;
    width: 60%;
    height: 200px;
    background: #f5f5f5;
    float: right;
    border-radius: 0 0 0 4px;
}



.Res-home-slider-popular {
    width: 100%;
    height: 360px;
}

.Res-home-footer {
    margin-top: 250px;
    width: 100%;
    display: inline-block;
    background-color: #000000;
    color: #f5f5f5;
    min-height: 250px;
    padding: 15px 10%;
    direction: rtl;
}

    .Res-home-footer label, .Res-home-footer span, .Res-home-footer label, .Res-home-footer a {
        display: block;
        padding: 5px;
        font-size: 14px;
        text-decoration: none;
        color: #f5f5f5;
    }

    .Res-home-footer hr {
        margin: 25px auto;
        border: 0.5px solid silver;
        width: 60%;
    }

/*********************************/

.Res_header {
    padding: 5px 0;
    margin-bottom: 15px;
    border-bottom: 1px dashed silver;
    text-align: center;
    direction: ltr;
    background-color: #fff;
}

    .Res_header div a {
        text-decoration: none;
        color: #505050;
    }

    .Res_header div label, .Res_header div span {
        display: block;
    }

    .Res_header > div:nth-child(1) img {
        max-width: 15%;
    }

    .Res_header > div:nth-child(2) label {
        font-size: 18px;
        font-weight: bold;
    }

    .Res_header > div:nth-child(2) span {
        font-size: 16px;
        direction: rtl;
    }

    .Res_header > div:nth-child(3) {
        text-align: left;
        font-size: 14px;
    }

        .Res_header > div:nth-child(3) table {
            padding-top: 5px;
            width: 100%
        }

            .Res_header > div:nth-child(3) table td:first-child {
                text-align: center;
            }

            .Res_header > div:nth-child(3) table span {
                display: block;
            }

        .Res_header > div:nth-child(3) i {
            font-size: 24px;
        }
