﻿html, body {
    height: auto;
    overflow: auto;
}

.content-page {
    font-size: 15px;
    text-align: justify;
    padding: 75px 0 20px 0;
    background: #fff;
    margin-top: 10px;
    border-radius: 4px;
    position: relative;
    min-height: 100vh;
    display: block;
}

    .content-page ul, .content-page ol {
        padding: 20px;
        list-style-type: none;
        font-weight: 200;
    }

        .content-page ul a, .content-page ol a {
            list-style-type: none;
        }

.category-list-href {
    color: #333;
    display: block;
    padding: 20px;
    border-radius: 6px;
    background:;
    margin-bottom: 20px;
    font-weight: bold;
}

    .category-list-href span {
        color: #aaa;
        margin-right: 3px;
        font-size: 14px;
    }

        .category-list-href span:before {
            content: 'ساعت';
            background: #fffcee;
            color: #2b2727;
            border-radius: 4px;
            padding: 0 5px;
            font-size: 11px;
        }

.toptools {
    margin-top: 13px;
    padding: 10px;
    background: #f7f7f7;
    border-radius: 7px;
    margin-bottom: 40px;
}

    .toptools > div {
        display: inline-block;
        height: 25px;
        line-height: 25px;
        margin-left: 10px;
        border-radius: 4px;
        color: #ccc;
        font-size: 13px;
        letter-spacing: -0.5px;
    }

        .toptools > div span {
            padding: 0 5px;
            border-radius: 2px;
            color: #848484;
        }

.content-page .title {
    color: #000;
    font-weight: bold;
    font-size: 25px;
    margin-top: 20px;
    min-height: 66px;
    letter-spacing: -0.5px;
}

.content-page h2, .content-page h3, .content-page h4, .content-page h5, .content-page h6 {
    font-weight: bold;
}

.content-page h2 {
    font-size: 15px;
}

.content-page h3 {
    font-size: 13px;
}

.content-page h4 {
    font-size: 12px;
}

.content-page h5 {
    font-size: 11px;
}

.content-page h6 {
    font-size: 10px;
}

.content-page .subtitle {
    font-size: 14px;
    color: #333;
    height: 20px;
    position: relative;
}

.content-page .summary {
    margin: 10px 0 0 0;
    color: #1a1a1a;
    font-weight: bold;
    width: 100%;
    text-align: justify;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 17px;
    border-radius: 10px;
    padding-left: 20px;
}

.content-page .description {
    text-align: justify;
    min-height: 500px;
}

    .content-page .description p {
        text-align: justify;
        line-height: 2;
        font-size: 14px;
        font-weight: 200;
    }

.content-page video {
    border-radius: 10px;
    overflow: hidden;
}

.content-page .description p a {
    color: #da0000;
}

.content-page .download-btn {
    background: #da0000 url(/icons/jquery-grayscale.png) no-repeat center right 10px;
    background-size: 40px;
    color: #fff !important;
    border-radius: 8px;
    height: 50px;
    margin-top: 50px;
    line-height: 50px;
    display: inline-block;
    padding: 0 60px 0 20px;
    font-weight: bolder;
}

.content-page .description h2 {
    color: #c3871e;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    margin: 20px 0;
}

.content-page .description .contact-side h2 {
    padding: 0 !important;
    text-align: center;
}

.content-page .description table {
    border: 0 !important;
    width: 100%;
    border-spacing: 7px;
}

    .content-page .description table img {
        border-radius: 10px;
    }

    .content-page .description table tr td {
        background: #f7f7f7;
        padding: 20px 10px;
        ;
        font-size: 14px !important;
        border-radius: 15px;
        font-weight: 200;
    }

    .content-page .description table tr:nth-child(2n) td {
        background: #fffafa;
    }

.content-page .content-image {
    max-width: 42%;
    border-radius: 6px;
    float: left;
    display: block;
    margin-right: 20px;
    border-radius: 10px;
    margin-bottom: 10px;
}

    .content-page .content-image img {
        width: 100%;
        border-radius: 10px;
    }

.content-gallery-box {
    font-size: 0;
    padding: 20px;
    background: #eee;
    border: 1px solid #fff;
    border-radius: 0 0 2px 2px;
    width: 100%;
    border-radius: 10px;
    background: linear-gradient(#eee, #fff);
    margin-top: 14px;
}


    .content-gallery-box li {
        display: inline-block;
        vertical-align: top;
        width: 33.333%;
    }

        .content-gallery-box li a {
            display: block;
            width: 96%;
            margin: 0 auto 10px;
            border: 1px solid #e6e6e6;
            border-radius: 10px;
            box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
            margin-bottom: 30px;
        }

            .content-gallery-box li a img {
                min-height: 70px;
                width: 100%;
                border-radius: 10px;
            }
.contentmargin{
    min-height:300px;
}
.content-gallery-box-options {
    position: relative;
    margin-top: 60px;
    font-size: 0;
}

    .content-gallery-box-options span {
        display: inline-block;
        vertical-align: top;
        height: 40px;
        line-height: 40px;
        padding: 0 15px;
        border-radius: 2px 2px 0 0;
        font-weight: bold;
        cursor: pointer;
        margin-top: 10px;
        font-size: 16px;
        text-align: right;
    }

    .content-gallery-box-options .active {
        background: #b40000;
        color: #fff;
        border-radius: 10px;
    }

.contact-side {
    font-size: 0;
    float: left;
    width: 400px;
    margin-right: 20px;
    padding: 20px;
    border-radius: 10px;
    background: #fff0f0;
}

    .contact-side form > div {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 44%;
        margin: 8px 3% 0;
        font-size: 15px;
    }

        .contact-side form > div input, .contact-side form > div textarea {
            width: 100%;
            height: 40px;
            padding: 0 7px;
            resize: none;
            border-radius: 6px;
            font-size: 11px;
        }

        .contact-side form > div .btn {
            margin-top: 25px;
        }

        .contact-side form > div textarea {
            height: 60px;
        }

    .contact-side .fullrow {
        display: block;
        width: 94%;
        margin: 8px 3% 0;
    }

.content-gallery-box.bigsize ul li {
    display: block;
    width: 100%;
}

.content-gallery-box.slide ul li {
    width: 16.66666666%;
    cursor: pointer;
}

.gallery-slider-display {
    width: 100%;
    margin: 20px auto;
    position: relative;
}

.description .highlight {
    color: #36c;
    font-weight: bold;
    border-right: 4px solid #47d;
    padding-right: 5px;
}

.faq-page-list ul {
    list-style-type: none;
}

    .faq-page-list ul li a {
        display: block;
        color: #555;
        padding: 5px 40px 5px 5px;
        background: #eee;
        margin-bottom: 5px;
        background: url(../../icons/faq.png) no-repeat right 4px top 4px;
        transition: 0.5s all ease;
    }

        .faq-page-list ul li a:hover {
            padding: 5px 50px 5px 5px;
        }

.gallery-slider-nxt, .gallery-slider-prv {
    position: absolute;
    display: block;
    width: 28px;
    height: 101px;
    background: #b40000 url(../../icons/arrowright.png) no-repeat center center;
    background-size: auto;
    right: -32px;
    top: 139px;
    border-radius: 4px;
    z-index: 2;
    background-size: 17px;
}

    .gallery-slider-nxt:hover, .gallery-slider-prv:hover {
        opacity: 0.8;
        cursor: pointer;
    }

    .gallery-slider-nxt:active, .gallery-slider-prv:active {
        background-color: #000;
    }

.gallery-slider-prv {
    left: -32px;
    right: auto;
    transform: rotate(180deg);
}

.gallery-slider-display {
    min-height: 400px;
}

.gallery-slider-display-image {
    position: relative;
    text-align: center;
    max-height: 400px;
}

    .gallery-slider-display-image img {
        max-width: 80%;
        max-height: 422px;
        border-radius: 10px;
    }

.content-gallery-box bigsize img {
    width: 100%;
}

.branches-desc {
    margin: 20px 0;
    font-size: 15px;
}

.locationtable img, .hamkartable img {
    max-width: 100px;
    max-height: 120px;
    font-size: 8px;
    border-radius: 10px;
}

.locationtable .col, .hamkartable .col {
    vertical-align: middle !important;
}

.locationtable .call, .hamkartable .call {
    display: inline-block;
    padding-left: 25px;
    background: url(/icons/call.png) no-repeat center left;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: bold;
}

.search-list ul {
    padding: 0 !important;
}

@media (max-width:860px) {
    .contact-side {
        width: 100%;
        margin-bottom: 20px;
    }

    .content-page {
        padding: 20px 0;
    }

    .toptools {
        width: 100%;
        display: block;
        top: auto;
        left: auto;
        position: relative;
        margin: 10px 0 !important;
        background: #eee;
        border-radius: 10px;
    }

    .content-page .title {
        margin-bottom: 0;
    }

    .content-page .content-image {
        width: 100%;
        max-width: 100%;
        float: none;
        border-radius: 10px;
        margin: 0;
    }

        .content-page .content-image img {
            width: 100%;
            border-radius: 10px;
        }

    .content-page .summary {
        margin: 10px 0;
    }
}
