se /* ============================================================================

Theme Name: Metropolis - Multipurpose HTML5 Theme
Theme URI: http://pixel-industry.com/html/metropolis
Author: pixel-industry
Version: 1.0

============================================================================= */
/* -----------------------------------------------------------------------------

       CSS CONTENTS
        1. Typography
        2. Elements
            2.1. Entry Note
            2.2. Note
            2.3. Arrow List
            2.4. Section Title
            2.5. Blockquote
            2.6. Buttons
            2.7. Tabs
            2.8. Tabs Vertical
            2.9. Accordion
            2.10. Dropcaps
            2.11. Information Boxes
            2.12. Image sliders (for sliders on regular pages)
        3. Header Styles
        4. Content and Page Wrappers
        5. About Us
        6. Services
        7. FAQ Page
        8. Portfolio
        9. Blog
        10. Contact
        11. Widgets
        12. Footer
 ----------------------------------------------------------------------------- */
/* =============================================================================
    1. TYPOGRAPHY
============================================================================= */
/* Headings
----------------------------------------------------------------------------- */
.rs-wrapper {
    width: 100% !important;
    height: 364px !important;
}

h1 {
    font: 20px 'Open Sans', Arial, sans-serif;
    font-weight: 600;
    color: #444;
    margin-bottom: 20px;
}

h2 {
    font: 18px 'Open Sans', Arial, sans-serif;
    font-weight: 600;
    color: #444;
    margin-bottom: 20px;
}

h3 {
    font: 16px 'Open Sans', Arial, sans-serif;
    font-weight: 600;
    color: #444;
    margin-bottom: 20px;
}

h4 {
    font: 15px 'Open Sans', Arial, sans-serif;
    font-weight: 600;
    color: #444;
    margin-bottom: 20px;
}

h5 {
    font: 14px 'Open Sans', Arial, sans-serif;
    font-weight: 600;
    color: #444;
    margin-bottom: 20px;
}

h6 {
    font: 13px 'Open Sans', Arial, sans-serif;
    font-weight: 600;
    color: #444;
    margin-bottom: 20px;
}

p {
    font: 12px 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    line-height: 20px;
    color: #777;
}

a {
    font: 12px 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    color: #777;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

/* slide show class */
.rs-wrapper {
    position: relative;
    z-index: 100;
}
/* Read more button
----------------------------------------------------------------------------- */
@font-face {
    font-family: 'iranian Sans';
    src: url('../fonts/iranian Sans.ttf');
}

.read-more-btn {
    background: #f6f6f6;
    float: right;
    cursor: pointer;
    margin-top: 12px;
}

    .read-more-btn a {
        float: left;
        padding: 4px 8px 3px;
        font-size: 11px;
        line-height: 11px;
        display: block;
        height: 20px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        font-family: 'iranian Sans';
        background-color: #FFF0FF;
    }

    .read-more-btn .plus {
        background: #FFF0FF;
        display: table-cell;
        width: 18px;
        height: 20px;
        text-align: center;
        vertical-align: middle;
        font-weight: bold;
        float: left;
        -webkit-transition: all 0.2s ease 0s;
        -moz-transition: all 0.2s ease 0s;
        -o-transition: all 0.2s ease 0s;
        -ms-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s;
        color: #000000;
    }

    .read-more-btn:hover .plus,
    .read-more-btn:hover a {
        color: #fff !important;
    }

img.float-left {
    margin-right: 20px;
    float: left;
    margin-top: 5px;
}

img.float-right {
    float: right;
    margin-left: 20px;
    margin-top: 5px;
}

.text-dark {
    color: #333;
}

.text-big {
    font-size: 13px;
}

.social-links li a {
    font-size: 16px;
    color: #444;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

img + p,
p + img {
    display: block;
    margin-top: 14px;
}

p + blockquote,
blockquote + p {
    display: block;
    margin-top: 14px;
    float: left;
}

/* ============================================================================
    2. ELEMENTS
============================================================================ */
/* 2.1. ENTRY NOTE 
----------------------------------------------------------------------------- */
.entry-note {
    width: 100%;
    float: right;
    direction: rtl;
    font-family: 'iranian Sans';
}



    .entry-note h1 {
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
        font-size: 20px;
        font-family: 'iranian Sans';
        font-weight: normal;
        color: #000000;
    }

    .entry-note p {
        font-size: 13px;
        line-height: 22px;
        width: 100%;
        padding: 0 90px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        text-align: center;
        font-variant: normal;
        color: #000000;
    }

/* 2.2. NOTE 
----------------------------------------------------------------------------- */
.note-container {
    float: left;
    width: 100%;
    padding: 3px;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

    .note-container .note-content {
        background: #fcfcfc;
        border: 1px solid #e6e6e6;
        padding: 20px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        position: relative;
    }

        .note-container .note-content h1,
        .note-container .note-content h2,
        .note-container .note-content h3,
        .note-container .note-content h4,
        .note-container .note-content h5,
        .note-container .note-content h6 {
            margin-bottom: 2px;
            display: block;
            width: 100%;
        }

        .note-container .note-content span {
            width: 100%;
        }

/* NOTE FOR ALL COLUMNS */
.grid_12 .note-container .note-content .note {
    max-width: 780px;
    float: left;
}

.grid_12 .note-container .note-content .note-btn {
    max-width: 130px;
    position: absolute;
    right: 20px;
    display: block;
    margin-top: -20px;
    top: 50%;
}

/* 2.3. ARROW LIST
----------------------------------------------------------------------------- */
.arrow-list {
    float: left;
}

    .arrow-list li {
        min-height: 15px;
        padding-left: 25px;
        margin-bottom: 5px;
    }


/* 2.4. SECTION TITLE
----------------------------------------------------------------------------- */
.section-title {
    width: 100%;
    background: url('../img/divider.png') repeat-x 0 center;
    float: left;
    margin-bottom: 20px;
}

    .section-title.center {
        margin-bottom: 30px;
    }

        .section-title.center .title-container {
            display: table;
            margin: 0 auto;
            position: relative;
            background: url('../img/divider2.png') repeat-x 0 center;
        }

            .section-title.center .title-container:after {
                background: url('../img/sb.png') no-repeat;
                background-size: 10px;
                content: '';
                position: absolute;
                display: block;
                width: 10px;
                height: 10px;
                top: 50%;
                right: 0;
                margin-top: -5px;
            }

            .section-title.center .title-container:before {
                background: url('../img/sb.png') no-repeat;
                background-size: 10px;
                content: '';
                position: absolute;
                display: block;
                width: 10px;
                height: 10px;
                top: 50%;
                left: 0;
                margin-top: -5px;
            }

            .section-title.center .title-container .title {
                padding: 0 30px;
                text-align: center;
            }



        .section-title.center h1, .section-title.center h2, .section-title.center h3, .section-title.center h4, .section-title.center h5, .section-title.center h6 {
            margin-bottom: 3px;
            text-align: center;
            font-family: iranian Sans;
            color: #c07f0e;
        }

        .section-title.center span {
            text-align: center;
            font-family: 'iranian Sans';
        }

    .section-title.left h1,
    .section-title.left h2,
    .section-title.left h3,
    .section-title.left h4,
    .section-title.left h5,
    .section-title.left h6 {
        margin-bottom: 0;
        background: #fff;
        padding-right: 30px;
        position: relative;
        display: inline-block;
    }

        .section-title.left h1:after,
        .section-title.left h2:after,
        .section-title.left h3:after,
        .section-title.left h4:after,
        .section-title.left h5:after,
        .section-title.left h6:after {
            background: url('../img/sb.png') no-repeat;
            background-size: 10px;
            content: '';
            position: absolute;
            display: block;
            width: 10px;
            height: 10px;
            top: 50%;
            right: 0;
            margin-top: -5px;
        }

/* 2.5. BLOCKQUOTE
----------------------------------------------------------------------------- */
blockquote {
    background: #f6f6f6;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    font: 14px 'Open Sans', Arial, sans-serif;
    line-height: 22px;
    font-style: italic;
    font-weight: 300;
    float: left;
}

cite {
    font-size: 12px;
    padding-top: 10px;
    display: block;
    width: 100%;
    font-weight: 400;
}

blockquote.style2 {
    background: #fff;
    padding: 20px 0 20px 20px;
}


/* 2.6. BUTTONS
----------------------------------------------------------------------------- */
.btn-group {
    float: left;
    width: 100%;
}

    .btn-group .btn-medium,
    .btn-group .btn-big {
        float: left;
        margin-right: 10px;
    }

.btn-medium,
.btn-big {
    border: 0px solid;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-transform: none;
    color: #fff;
    cursor: pointer;
    float: left;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.btn-medium {
    padding: 7px 15px;
    font: 11px 'iranian Sans';
}

.btn-big {
    padding: 10px 17px;
    font: 13px 'Open Sans', Arial, sans-serif;
}


    /* BLACK BUTTONS
----------------------------------------------------------------------------- */
    .btn-medium.black,
    .btn-big.black {
        background: rgb(85,85,85); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(85,85,85,1) 0%, rgba(68,68,68,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(85,85,85,1)), color-stop(100%,rgba(68,68,68,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(85,85,85,1) 0%,rgba(68,68,68,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(85,85,85,1) 0%,rgba(68,68,68,1) 100%); /* Opera 11.10+ */
        background: linear-gradient(to bottom, rgba(85,85,85,1) 0%,rgba(68,68,68,1) 100%); /* W3C */

        border: 1px solid #333;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -o-border-radius: 2px;
    }

        .btn-medium.black:hover,
        .btn-big.black:hover {
            background: rgb(68,68,68); /* Old browsers */
            background: -moz-linear-gradient(top, rgba(68,68,68,1) 0%, rgba(85,85,85,1) 99%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(68,68,68,1)), color-stop(99%,rgba(85,85,85,1))); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, rgba(68,68,68,1) 0%,rgba(85,85,85,1) 99%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, rgba(68,68,68,1) 0%,rgba(85,85,85,1) 99%); /* Opera 11.10+ */
            background: linear-gradient(to bottom, rgba(68,68,68,1) 0%,rgba(85,85,85,1) 99%); /* W3C */
        }

        .btn-medium.black span,
        .btn-big.black span {
            color: #fff;
            font-weight: 500;
        }


    /* WHITE BUTTONS
----------------------------------------------------------------------------- */
    .btn-medium.white,
    .btn-big.white {
        background: rgb(255,255,255); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 100%); /* W3C */

        border: 1px solid #ddd;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -o-border-radius: 2px;
        color: #fff;
    }

        .btn-medium.white:hover,
        .btn-big.white:hover {
            background: rgb(246,246,246); /* Old browsers */
            background: -moz-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,246,246,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
            background: linear-gradient(to bottom, rgba(246,246,246,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
        }

        .btn-medium.white span,
        .btn-big.white span {
            color: #444;
            font-weight: 500;
        }

    /* WHITE BUTTONS
----------------------------------------------------------------------------- */
    .btn-medium.white,
    .btn-big.white {
        background: rgb(255,255,255); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 100%); /* W3C */

        border: 1px solid #ddd;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -o-border-radius: 2px;
        color: #fff;
    }

        .btn-medium.white:hover,
        .btn-big.white:hover {
            background: rgb(246,246,246); /* Old browsers */
            background: -moz-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,246,246,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
            background: linear-gradient(to bottom, rgba(246,246,246,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
        }

    /* ORANGE BUTTONS
----------------------------------------------------------------------------- */
    .btn-medium.orange,
    .btn-big.orange {
        background: #f97965; /* Old browsers */
        background: -moz-linear-gradient(top, #f97965 0%, #fb6148 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f97965), color-stop(100%,#fb6148)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #f97965 0%,#fb6148 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #f97965 0%,#fb6148 100%); /* Opera 11.10+ */
        background: linear-gradient(to bottom, #f97965 0%,#fb6148 100%); /* W3C */


        border: 1px solid #cf5541;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -o-border-radius: 2px;
        color: #fff;
    }

        .btn-medium.orange:hover,
        .btn-big.orange:hover {
            background: #fb6148; /* Old browsers */
            background: -moz-linear-gradient(top, #fb6148 0%, #f97965 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fb6148), color-stop(100%,#f97965)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #fb6148 0%,#f97965 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #fb6148 0%,#f97965 100%); /* Opera 11.10+ */
            background: linear-gradient(to bottom, #fb6148 0%,#f97965 100%); /* W3C */
        }

    /* GREEN BUTTONS
----------------------------------------------------------------------------- */
    .btn-medium.green,
    .btn-big.green {
        background: #c7e487; /* Old browsers */
        background: -moz-linear-gradient(top, #c7e487 0%, #b9d57c 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c7e487), color-stop(100%,#b9d57c)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #c7e487 0%,#b9d57c 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #c7e487 0%,#b9d57c 100%); /* Opera 11.10+ */
        background: linear-gradient(to bottom, #c7e487 0%,#b9d57c 100%); /* W3C */

        border: 1px solid #a6c06c;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -o-border-radius: 2px;
        color: #697a44;
    }

        .btn-medium.green:hover,
        .btn-big.green:hover {
            background: #b9d57c; /* Old browsers */
            background: -moz-linear-gradient(top, #b9d57c 0%, #c7e487 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b9d57c), color-stop(100%,#c7e487)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #b9d57c 0%,#c7e487 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #b9d57c 0%,#c7e487 100%); /* Opera 11.10+ */
            background: linear-gradient(to bottom, #b9d57c 0%,#c7e487 100%); /* W3C */
        }

            .btn-medium.green span, .btn-medium.green:hover span,
            .btn-big.green span, .btn-medium.green:hover span {
                color: #697a44;
            }

    /* BLUE BUTTON
----------------------------------------------------------------------------- */
    .btn-medium.blue,
    .btn-big.blue {
        background: #8fd1f3; /* Old browsers */
        background: -moz-linear-gradient(top, #8fd1f3 0%, #7abcde 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8fd1f3), color-stop(100%,#7abcde)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #8fd1f3 0%,#7abcde 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #8fd1f3 0%,#7abcde 100%); /* Opera 11.10+ */
        background: linear-gradient(to bottom, #8fd1f3 0%,#7abcde 100%); /* W3C */

        border: 1px solid #70a7c3;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -o-border-radius: 2px;
        color: #396a83;
    }

        .btn-medium.blue:hover,
        .btn-big.blue:hover {
            background: #7abcde; /* Old browsers */
            background: -moz-linear-gradient(top, #7abcde 0%, #8fd1f3 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7abcde), color-stop(100%,#8fd1f3)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #7abcde 0%,#8fd1f3 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #7abcde 0%,#8fd1f3 100%); /* Opera 11.10+ */
            background: linear-gradient(to bottom, #7abcde 0%,#8fd1f3 100%); /* W3C */
        }

            .btn-medium.blue span, .btn-medium.blue:hover span,
            .btn-big.blue span, .btn-medium.blue:hover span {
                color: #396a83;
            }

    /* YELLOW BUTTON
----------------------------------------------------------------------------- */
    .btn-medium.yellow,
    .btn-big.yellow {
        background: #f7d58f; /* Old browsers */
        background: -moz-linear-gradient(top, #f7d58f 0%, #f8c866 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7d58f), color-stop(100%,#f8c866)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #f7d58f 0%,#f8c866 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #f7d58f 0%,#f8c866 100%); /* Opera 11.10+ */
        background: linear-gradient(to bottom, #f7d58f 0%,#f8c866 100%); /* W3C */

        border: 1px solid #d6aa51;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -o-border-radius: 2px;
        color: #9a7221;
    }

        .btn-medium.yellow:hover,
        .btn-big.yellow:hover {
            background: #f8c866; /* Old browsers */
            background: -moz-linear-gradient(top, #f8c866 0%, #f7d58f 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8c866), color-stop(100%,#f7d58f)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #f8c866 0%,#f7d58f 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #f8c866 0%,#f7d58f 100%); /* Opera 11.10+ */
            background: linear-gradient(to bottom, #f8c866 0%,#f7d58f 100%); /* W3C */
        }

            .btn-medium.yellow span, .btn-medium.yellow:hover span,
            .btn-big.yellow span, .btn-medium.yellow:hover span {
                color: #9a7221;
            }

    /* RED BUTTON
----------------------------------------------------------------------------- */
    .btn-medium.red,
    .btn-big.red {
        background: #e83130; /* Old browsers */
        background: -moz-linear-gradient(top, #e83130 0%, #c07f0e 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e83130), color-stop(100%,#c07f0e)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #e83130 0%,#c07f0e 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #e83130 0%,#c07f0e 100%); /* Opera 11.10+ */
        background: linear-gradient(to bottom, #e83130 0%,#c07f0e 100%); /* W3C */

        border: 1px solid #a71818;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -o-border-radius: 2px;
        color: #fff;
    }

        .btn-medium.red:hover,
        .btn-big.red:hover {
            background: #c07f0e; /* Old browsers */
            background: -moz-linear-gradient(top, #c07f0e 0%, #e83130 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c07f0e), color-stop(100%,#e83130)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #c07f0e 0%,#e83130 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #c07f0e 0%,#e83130 100%); /* Opera 11.10+ */
            background: linear-gradient(to bottom, #c07f0e 0%,#e83130 100%); /* W3C */
        }

    .btn-medium.yellow span, .btn-medium.yellow:hover span,
    .btn-big.yellow span, .btn-medium.yellow:hover span {
        color: #9a7221;
    }

    /* RED AND ORANGE BUTTONS SPANS
----------------------------------------------------------------------------- */
    .btn-medium.red span, .btn-medium.red:hover span,
    .btn-big.red span, .btn-big.red:hover span,
    .btn-medium.orange span, .btn-medium.orange:hover span,
    .btn-big.orange span, .btn-big.orange:hover span {
        color: #fff;
    }

/* Only for presentation purposes */
.grid_12.buttons .grid_2 {
    margin-bottom: 20px;
}

/* 2.7. TABS 
----------------------------------------------------------------------------- */
.tabs {
    width: 100%;
    overflow: hidden;
    float: left;
}

    .tabs i {
        padding-right: 5px;
        font-size: 13px;
    }

    .tabs li {
        background: #f6f6f6;
        float: left;
        border-top: 1px solid #eee;
        border-right: 1px solid #eee;
        border-bottom: 1px solid #eee;
        overflow: hidden;
        position: relative;
        padding: 0;
        line-height: 32px;
    }

        .tabs li:first-child {
            border-left: 1px solid #eee;
        }

        .tabs li a {
            color: #333;
            padding: 0px 16px;
            font: 12px 'Open Sans', Arial, sans-serif;
            line-height: 33px;
            padding-top: 2px;
        }

        .tabs li.active {
            background: #fff;
            border-bottom: 1px solid #fff;
        }

.tab-content-wrap {
    border: 1px solid #eee;
    margin-top: -1px;
    overflow: hidden;
    width: 100%;
    float: left;
}

.tab-content {
    padding: 15px;
    background: #fff;
}

/* 2.8. TABS VERTICAL 
----------------------------------------------------------------------------- */
.tabs.vertical {
    overflow: hidden;
    float: left;
}

    .tabs.vertical li {
        background: #f6f6f6;
        float: left;
        border-bottom: 1px solid #eee;
        border-right: 1px solid #eee;
        border-left: 1px solid #eee;
        border-top: none;
        overflow: hidden;
        position: relative;
        padding: 0;
        line-height: 42px;
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

        .tabs.vertical li:first-child {
            border-top: 1px solid #eee !important;
        }

        .tabs.vertical li a {
            color: #333;
            padding: 15px;
            font: 12px 'Open Sans', Arial, sans-serif;
            float: left;
            width: 100%;
            box-sizing: border-box;
        }

            .tabs.vertical li a i {
                font-size: 16px;
                padding-right: 10px;
            }

        .tabs.vertical li.active {
            border-bottom: 1px solid #eee;
            border-right: none;
            border-top: none;
            background: #fff;
        }

.tab-content-wrap.vertical {
    margin-top: 0;
    overflow: hidden;
    float: left;
    border: none;
}

    .tab-content-wrap.vertical .tab-content {
        padding: 0;
        background: #fff;
    }


/* 2.9. ACCORDION
------------------------------------------------------------------------------*/
.accordion {
    position: relative;
    float: left;
}

    .accordion .title {
        float: left;
        margin-bottom: 10px !important;
        width: 100%;
        background: #f6f6f6;
        padding: 10px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

        .accordion .title a {
            background: url('../img/acc-closed.png') no-repeat 0 center;
            padding-left: 36px;
            padding-top: 3px;
            padding-bottom: 3px;
            color: #333;
            cursor: pointer;
            display: block;
            font: 13px 'Open Sans', Arial, sans-serif;
            display: block;
        }

        .accordion .title:last-child {
            margin-bottom: 0 !important;
        }

    .accordion .content {
        display: none;
        float: left;
        overflow: hidden;
        margin-bottom: 20px;
    }

/* 2.10. DROPCAPS 
------------------------------------------------------------------------------*/
span.dropcap-color {
    color: #fff;
    float: left;
    margin-right: 10px;
    font: 18px 'Open Sans', Arial,sans-serif;
    line-height: 18px;
    padding: 8px 10px;
    position: relative;
    top: 3px;
}

span.dropcap {
    color: #fff;
    background: #555;
    float: left;
    margin-right: 10px;
    font: 18px 'Open Sans', Arial,sans-serif;
    line-height: 18px;
    padding: 8px 10px;
    position: relative;
    top: 3px;
}

/* 2.11. INFORMATION BOXES - INFO BOX
----------------------------------------------------------------------------- */
.infobox {
    background: #e0f2ff;
    border: 1px solid #c1def2;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

    .infobox p {
        background: url('../img/info-box.png') no-repeat 0 center;
        margin: 10px;
        padding-left: 25px;
        color: #61adb0;
        text-shadow: 0 1px 0 #fff;
    }


/* Infromation boxes - WARNING BOX
----------------------------------------------------------------------------- */
.warning-box {
    background: #f8f6bc;
    border: 1px solid #e7e48b;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

    .warning-box p {
        background: url('../img/warning-box.png') no-repeat 0 center;
        margin: 10px;
        padding-left: 27px;
        color: #989426;
        text-shadow: 0 1px 0 #fff;
    }

/* Infromation boxes - SUCCES BOX 
----------------------------------------------------------------------------- */
.success-box {
    background: #ebfdd7;
    border: 1px solid #cef4a4;
    border-radius: 3px;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

    .success-box p {
        background: url('../img/success-box.png') no-repeat 0 center;
        margin: 10px;
        padding-left: 25px;
        color: #7eb244;
        text-shadow: 0 1px 0 #fff;
    }

/* Infromation boxes - ERROR BOX
----------------------------------------------------------------------------- */
.error-box {
    background: #fadddd;
    border: 1px solid #fcc1c1;
    border-radius: 3px;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

    .error-box p {
        background: url('../img/error-box.png') no-repeat 0 center;
        margin: 10px;
        padding-left: 25px;
        color: #d86d6d;
        text-shadow: 0 1px 0 #fff;
    }


/* 2.12. IMAGE SLIDERS (FOR SLIDERS ON REGULAR  PAGES)
---------------------------------------------------------------------------- */
.image-slider .nivo-directionNav a {
    top: 100%;
    margin-top: -35px;
}

.image-slider .nivo-prevNav {
    left: 50%;
    margin-left: -31px;
}

.image-slider .nivo-nextNav {
    right: 50%;
    margin-right: -31px;
}

.grid_7 .image-slider .nivo-caption h3,
.grid_7 .image-slider .nivo-caption span {
    max-width: 460px;
}

.nivoSlider.image-slider {
    margin-bottom: 17px;
}


/* ============================================================================ 
    3. HEADER STYLES
============================================================================ */
#header-wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

#header {
    width: 100%;
    background-image: url("../img/base.jpg");
    background-size: cover;
    max-height: 150px;
    margin: 40px auto 0px;
}

#logo {
    float: left;
    width: 250px;
    margin-right: 30px;
}

#contact-info-container {
    float: left;
    width: 650px;
}

    #contact-info-container img {
    }

    #contact-info-container .info {
        float: left;
        display: block;
        margin-bottom: 5px;
    }

        #contact-info-container .info li {
            float: left;
            text-align: right;
            margin-right: 20px;
        }

            #contact-info-container .info li:last-child {
                margin-right: 0;
            }

    #contact-info-container .social-links {
        float: left;
        width: 100%;
        display: block;
    }

        #contact-info-container .social-links li {
            float: left;
            margin-right: 20px;
        }

            #contact-info-container .social-links li:first-child {
                margin-right: 0;
            }

.top-shadow {
    background: url('../img/shadow.png') no-repeat;
    width: 960px;
    height: 38px;
    margin: 0 auto -38px;
    position: relative;
    z-index: 100;
    top: 28px;
}

/* Navigation
----------------------------------------------------------------------------- */

#nav-container {
    float: left;
    width: 100%;
    z-index: 900;
    position: relative;
    height: 65px;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    background-color: #c07f0e;
    background: -moz-linear-gradient(top, #7cea00 0%, #c07f0e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7cea00), color-stop(100%,#c07f0e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #7cea00 0%,#c07f0e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #7cea00 0%,#c07f0e 100%); /* Opera 11.10+ */
    background: linear-gradient(to bottom, #7cea00 0%,#c07f0e 100%);
}

    #nav-container select {
        display: none;
    }

    #nav-container .grid_12 {
        margin-bottom: 0;
    }

#nav {
    height: 100%;
    width: 730px;
    margin-right: 20px;
    list-style: none;
    float: right;
}

.nav-icon {
    color: #444;
    font-size: 14px;
    margin-bottom: 3px;
    text-align: center;
    display: block !important;
    width: 100%;
}

#nav > ul {
    display: block !important;
}

#nav li {
    float: right;
    position: relative;
    cursor: pointer;
}

#nav > ul > li {
    padding: 15px 10px 15px 10px;
    height: 65px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    border-left: 1px solid #e8e8e8;
}

    #nav > ul > li img {
        text-align: center;
        margin-left: 40%;
        margin-bottom: 5px;
        margin-top: -5px;
    }

    #nav > ul > li:first-child {
        border-left: 1px solid #e8e8e8;
    }

#nav li a {
    float: none;
    display: block;
    font: 12px 'iranian Sans';
    color: #FFFFFF;
}

#nav li span {
    color: #FFFFFF;
}

#nav > ul > li.current-menu-item a,
#nav > ul > li.current-menu-item span,
#nav > ul > li:hover span,
#nav > ul > li:hover a {
    color: #fff;
}

#nav > ul > li a:hover {
    color: #fff !important;
}


/* MAIN NAVIGATION SECOND LEVEL
----------------------------------------------------------------------------- */
#nav li ul {
    display: none;
    position: absolute;
    padding-top: 15px;
    margin: 0;
    top: 100%;
    left: 0;
    z-index: 100;
}

    #nav li ul li {
        border-right: 1px solid #e6e6e6;
        border-left: 1px solid #e6e6e6;
        background: #fff;
        padding: 12px 20px !important;
        border: 1px solid #E5E5E5;
        border-radius: 3px;
    }

        #nav li ul li:first-child {
        }

        #nav li ul li:hover > a {
            text-indent: 3px;
        }



        #nav li ul li:hover {
            background-position: center top;
            border: 1px solid #c07f0e;
            background-image: url('../img/header-bg.png');
        }

        #nav li ul li a {
            text-transform: none !important;
            font: 12px iranian Sans;
            line-height: 15px;
            color: #555 !important;
            transition-property: text-indent;
            transition-duration: 0.2s;
            -webkit-transition-property: text-indent;
            -webkit-transition-duration: 0.2s;
            -moz-transition-property: text-indent;
            -moz-transition-duration: 0.2s;
            -o-transition-property: text-indent;
            -o-transition-duration: 0.2s;
            text-align: right;
        }

        #nav li ul li, #nav li ul li a {
            float: none;
        }

            #nav li ul li a {
                width: 130px;
                display: block;
            }

            /* MAIN NAVIGATION THIRD LEVEL
----------------------------------------------------------------------------- */
            #nav li ul li ul {
                display: none;
            }

            #nav li ul li:hover ul {
                left: -178px;
                top: 0px;
                padding-top: 0 !important;
                padding-left: 5px;
            }

/* Search bar
----------------------------------------------------------------------------- */
#search-box {
    width: 190px;
    float: left;
    height: 65px;
    border-right: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    padding: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    color: #FFFFFF;
    direction: rtl;
    font-family: 'iranian Sans';
}

    #search-box #m_search {
        background: none;
        border: none;
        width: 115px;
        font: 12px 'iranian Sans';
        float: left;
        margin-right: 10px;
        color: #FFFFFF;
    }


    #search-box .search-submit {
        background: url('../img/search.png') no-repeat center 3px;
        width: 15px;
        height: 18px;
        display: block;
        text-indent: -9999px;
        float: left;
        border: none;
        cursor: pointer;
        -webkit-transition: all 0.2s ease 0s;
        -moz-transition: all 0.2s ease 0s;
        -o-transition: all 0.2s ease 0s;
        -ms-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s;
    }

/* =============================================================================
    4. CONTENT AND PAGE WRAPPERS
============================================================================ */
.page-title-container {
    width: 100%;
    background-image: url('../img/page-title.png');
    background-repeat: no-repeat;
    background-position: center;
    background-color: #eee;
    display: block;
    margin: 0 auto 40px;
    padding: 45px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.page-title {
    width: 940px;
    margin-bottom: 0;
}

    .page-title .title {
        float: left;
        max-width: 700px;
        box-sizing: border-box;
    }

        .page-title .title h1 {
            display: inline-block;
            font: 20px Arial, sans-serif;
            font-weight: normal;
            padding: 5px 10px;
            background: #fff;
            float: left;
            margin-right: 20px;
            line-height: 20px;
            text-transform: none;
            margin-bottom: 0;
        }

.breadcrumbs {
    float: right;
    background: #fff;
    padding: 5px 10px;
}

    .breadcrumbs li {
        float: left;
        padding-left: 8px;
        font: 12px 'Open Sans', Arial, sans-serif;
        color: #777;
        padding-top: 2px;
    }

        .breadcrumbs li a.home {
            background: url('../img/icon-home.png') no-repeat center 2px;
            display: block;
            width: 13px;
            height: 13px;
            text-indent: -9999px;
        }

#content-wrapper {
    width: 1100px;
    margin: 0 auto;
}

/* ============================================================================
    HOME PAGE LATEST BLOG POSTS WIDGET
============================================================================= */
.latest-blog-posts {
    width: 100%;
    float: left;
}

    .latest-blog-posts .post-info {
        float: left;
        width: 140px;
        margin-right: 20px;
        position: relative;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

        .latest-blog-posts .post-info img {
            border: 1px solid #FFFFFF;
        }

        .latest-blog-posts .post-info .comments {
            width: auto;
            display: inline;
            background: #333;
            position: absolute;
            bottom: 2px;
            left: 2px;
            padding: 2px 5px;
            -webkit-transition: all 0.2s ease 0s;
            -moz-transition: all 0.2s ease 0s;
            -o-transition: all 0.2s ease 0s;
            -ms-transition: all 0.2s ease 0s;
            transition: all 0.2s ease 0s;
        }

    .latest-blog-posts .title-date a {
        float: left;
        width: 100%;
    }

        .latest-blog-posts .title-date a h6 {
            -webkit-transition: all 0.2s ease 0s;
            -moz-transition: all 0.2s ease 0s;
            -o-transition: all 0.2s ease 0s;
            -ms-transition: all 0.2s ease 0s;
            transition: all 0.2s ease 0s;
        }

    .latest-blog-posts .post-info .comments a,
    .latest-blog-posts .post-info .comments a:hover {
        color: #fff !important;
        font-size: 11px;
    }

    .latest-blog-posts .post-body {
        float: left;
        width: 300px;
        text-align: right;
    }


        .latest-blog-posts .post-body p {
            font-family: iranian Sans;
            font-size: 12px;
            color: #FFFFFF;
        }

        .latest-blog-posts .post-body .post-meta {
            width: 100%;
            margin-bottom: 10px;
            float: left;
        }

            .latest-blog-posts .post-body .post-meta .category {
                width: 40px;
                height: 40px;
                float: left;
                background: #c07f0e;
                cursor: pointer;
                margin-right: 15px;
                -webkit-transition: all 0.3s ease 0s;
                -moz-transition: all 0.3s ease 0s;
                -o-transition: all 0.3s ease 0s;
                -ms-transition: all 0.3s ease 0s;
                transition: all 0.3s ease 0s;
            }

                .latest-blog-posts .post-body .post-meta .category img {
                    margin: 4px 5px 4px 4px;
                }

                .latest-blog-posts .post-body .post-meta .category i {
                    color: #fff;
                    font-size: 20px;
                    width: 40px;
                    height: 40px;
                    display: table-cell;
                    vertical-align: middle;
                    text-align: center;
                }

            .latest-blog-posts .post-body .post-meta .title-date {
                float: left;
                width: 245px;
                text-align: left;
            }

                .latest-blog-posts .post-body .post-meta .title-date h1, .latest-blog-posts .post-body .post-meta .title-date h2, .latest-blog-posts .post-body .post-meta .title-date h3, .latest-blog-posts .post-body .post-meta .title-date h4, .latest-blog-posts .post-body .post-meta .title-date h5 {
                    margin-bottom: 3px;
                    width: 100%;
                    font-family: iranian Sans;
                    font-weight: normal;
                }


                .latest-blog-posts .post-body .post-meta .title-date h6 {
                    margin-bottom: 3px;
                    width: 100%;
                    font-family: iranian Sans;
                    font-weight: normal;
                    color: #FF99FF;
                    text-align: right;
                    font-size: 16px;
                }

                .latest-blog-posts .post-body .post-meta .title-date span.date {
                    text-transform: uppercase;
                    width: 100%;
                    display: block;
                    color: #CCCCCC;
                    font-style: italic;
                }


/* ============================================================================ 
    5. ABOUT US
============================================================================ */
/* Team members 
----------------------------------------------------------------------------- */
.team-info {
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    float: left;
}

    .team-info img {
        width: 100%;
    }

    .team-info .title-position {
        position: absolute;
        bottom: 10%;
        left: 15px;
        width: 85%;
    }

        .team-info .title-position .title {
            background: #fff;
            color: #333;
            padding: 5px;
            text-align: left;
            display: inline-block;
            float: left;
            max-width: 100%;
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
        }

        .team-info .title-position h6 {
            margin-bottom: 0;
            width: auto;
            word-wrap: break-word;
            text-transform: none;
            font-family: 'iranian Sans';
        }

        .team-info .title-position .position {
            text-align: left;
            display: inline-block;
            padding: 5px;
            float: left;
            max-width: 100%;
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            font-family: 'iranian Sans';
        }

            .team-info .title-position .position span {
                color: #fff;
                width: auto;
                word-wrap: break-word;
            }

.team-cv {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

    .team-cv p {
        font-family: 'iranian Sans';
        font-size: 10px;
        text-align: right;
    }

.team-social-links {
    width: 100%;
    float: left;
    padding: 10px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

    .team-social-links li {
        float: left;
        margin-right: 20px;
    }

        .team-social-links li a {
            color: #aaa;
            font-size: 12px;
            font-family: 'iranian Sans';
            text-align: center;
        }

        .team-social-links li:last-child {
            margin-right: 0;
        }

/* Skills
----------------------------------------------------------------------------- */
.skills-bar {
    width: 100%;
    position: relative;
    float: left;
}

.skills {
    padding-top: 20px;
    display: block;
}

    .skills li em {
        position: relative;
        top: -23px;
        font: 11px Arial, sans-serif;
        font-style: normal;
    }

    .skills li {
        display: block;
        height: 15px;
        margin-bottom: 35px;
        background: rgb(246,246,246); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,246,246,1)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(238,238,238,1) 100%); /* Opera 11.10+ */
        background: linear-gradient(to bottom, rgba(246,246,246,1) 0%,rgba(238,238,238,1) 100%); /* W3C */

        border: 1px solid #ddd;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -o-border-radius: 6px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

.expand {
    height: 13px;
    position: absolute;
    margin-top: -1px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    -o-border-radius-topleft: 5px;
    -o-border-radius-bottomleft: 5px;
}

.web-design {
    width: 80%;
    -moz-animation: web-design 2s ease-out;
    -webkit-animation: web-design 2s ease-out;
}

.web-development {
    width: 70%;
    -moz-animation: web-development 2s ease-out;
    -webkit-animation: web-development 2s ease-out;
}

.wordpress {
    width: 90%;
    -moz-animation: wordpress 2s ease-out;
    -webkit-animation: wordpress 2s ease-out;
}

.marketing {
    width: 60%;
    -moz-animation: marketing 2s ease-out;
    -webkit-animation: marketing 2s ease-out;
}

@-webkit-keyframes web-design {
    0% {
        width: 0px;
    }

    100% {
        width: 80%;
    }
}

@-webkit-keyframes web-development {
    0% {
        width: 0px;
    }

    100% {
        width: 70%;
    }
}

@-webkit-keyframes wordpress {
    0% {
        width: 0px;
    }

    100% {
        width: 90%;
    }
}

@-webkit-keyframes marketing {
    0% {
        width: 0px;
    }

    100% {
        width: 60%;
    }
}


/* Client Carousel
----------------------------------------------------------------------------- */
.client-carousel .caroufredsel_wrapper {
    width: 940px !important;
    min-height: 107px !important;
}

.title-container.carousel:before,
.title-container.carousel:after {
    background: none !important;
}

.carousel-nav-container {
    position: absolute;
    top: 50%;
    margin-top: -11px;
    width: 100%;
}

.carousel-nav {
    position: relative;
    width: 100%;
}

    .carousel-nav li {
        float: left;
        width: 22px;
        height: 22px;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        z-index: 600;
    }

        .carousel-nav li a.next {
            background-image: url('../img/cr.png');
            width: 22px;
            height: 22px;
            display: block;
            position: absolute;
            right: -22px;
        }

        .carousel-nav li a.prev {
            background-image: url('../img/cl.png');
            width: 22px;
            height: 22px;
            display: block;
            position: absolute;
            left: -22px;
        }

#client-carousel li {
    background-position: center top;
    border: 1px solid #FFC1FF;
    float: left;
    width: 186px !important;
    display: block;
    min-height: 105px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: url('../img/header-bg.png');
    background-repeat: repeat-x;
}

    #client-carousel li:hover {
        border-color: #c07f0e;
        background-color: #FFE8FF;
    }

    #client-carousel li img {
        margin: 0 auto;
        display: table-cell;
        vertical-align: middle;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

        #client-carousel li img:hover {
            opacity: 1.0;
        }

/* ============================================================================= 
    6. SERVICES
============================================================================= */

/* SERVICE BOX STYLE 1 - ICON ON LEFT, TITLE AND TEXT ON RIGHT
----------------------------------------------------------------------------- */
.service-box-1 .icon {
    float: left;
    width: 52px;
    height: 44px;
    margin-right: 20px;
}

    .service-box-1 .icon img {
        margin-top: 5px;
        margin-right: 13px;
    }

    .service-box-1 .icon i {
        font-size: 20px;
        line-height: 10px;
        width: 44px;
        height: 44px;
        margin: 0 auto;
        color: #fff;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

.service-box-1 .content .title {
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

    .service-box-1 .content .title h3 {
        font-family: 'iranian Sans';
        text-align: right;
        font-size: 12px;
        color: #c07f0e;
    }

    .service-box-1 .content .title span {
        font-family: 'iranian Sans';
        text-align: center;
        font-size: 10px;
    }

.service-box-1 .content .description {
    float: left;
    width: 100%;
    margin-bottom: 14px;
}

    .service-box-1 .content .description p {
        font-family: 'iranian Sans';
        color: #000000;
        font-size: 12px;
        text-align: right;
        font-weight: normal;
    }

.service-box-1 .content .title h1,
.service-box-1 .content .title h2,
.service-box-1 .content .title h3,
.service-box-1 .content .title h4,
.service-box-1 .content .title h5,
.service-box-1 .content .title h6 {
    margin-bottom: 2px;
    width: 100%;
    float: left;
}

.service-box-1 .content .title span {
    width: 100%;
    float: left;
}

/* SERVICES BOX-1 FOR ALL COLUMNS */
.grid_3 .service-box-1 .content {
    float: left;
    width: 148px;
}

.grid_4 .service-box-1 .content {
    float: left;
    width: 228px;
}

.grid_5 .service-box-1 .content {
    float: left;
    width: 308px;
}

.grid_6 .service-box-1 .content {
    float: left;
    width: 388px;
}

.grid_7 .service-box-1 .content {
    float: left;
    width: 468px;
}

.grid_8 .service-box-1 .content {
    float: left;
    width: 548px;
}

.grid_9 .service-box-1 .content {
    float: left;
    width: 628px;
}

.grid_12 .service-box-1 .content {
    float: left;
    width: 868px;
}



.service-box-2-container {
    width: 100%;
    float: left;
    cursor: pointer;
}

    .service-box-2-container .icon {
        float: left;
        width: 60px;
        height: 71px;
        position: relative;
        top: 0;
        left: 50%;
        margin-left: -30px;
        background: url('../img/service-bkg.png') no-repeat;
        z-index: 20;
        margin-top: -70px;
    }

        .service-box-2-container .icon img {
            margin-left: 15px;
            margin-top: 15px;
        }

        .service-box-2-container .icon i {
            font-size: 24px;
            line-height: 10px;
            width: 60px;
            height: 60px;
            margin: 0 auto;
            color: #fff;
            display: table-cell;
            vertical-align: middle;
            text-align: center;
        }

    .service-box-2-container .service-box-2 {
        background: #f6f6f6;
        border: 1px solid #ab1c1c;
        border-radius: 15px 50px;
        position: relative;
        top: -35px;
        z-index: 10;
        padding: 55px 20px 20px 20px;
        text-align: center;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        float: left;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

        .service-box-2-container .service-box-2 .title a h3 {
            font-family: 'iranian Sans';
            font-weight: normal;
            font-size: 15px;
            color: #c07f0e;
        }

        .service-box-2-container .service-box-2 .title {
            float: left;
            width: 100%;
        }

        .service-box-2-container .service-box-2 .description {
            height: 170px;
        }

            .service-box-2-container .service-box-2 .description ul li {
                text-align: center;
            }

                .service-box-2-container .service-box-2 .description ul li a {
                    font-family: 'iranian Sans';
                }

            .service-box-2-container .service-box-2 .description p {
                font-family: 'iranian Sans';
            }

        .service-box-2-container .service-box-2 .title span {
            font-family: 'iranian Sans';
            color: #F6F6F6;
        }

        .service-box-2-container .service-box-2 .title a {
            width: 100%;
            float: left;
            color: #c07f0e;
        }

        .service-box-2-container .service-box-2 h1,
        .service-box-2-container .service-box-2 h2,
        .service-box-2-container .service-box-2 h3,
        .service-box-2-container .service-box-2 h4,
        .service-box-2-container .service-box-2 h5,
        .service-box-2-container .service-box-2 h6 {
            margin-bottom: 3px;
        }


        .service-box-2-container .service-box-2 .read-more-btn {
            float: none;
            margin: 12px auto 0;
            display: table;
            background: #FFF0FF;
            color: #000000;
        }

            .service-box-2-container .service-box-2 .read-more-btn a {
                border-style: none;
                font-family: 'iranian Sans';
            }

            .service-box-2-container .service-box-2 .read-more-btn span {
                border-style: none;
                background: #FFF0FF;
                color: #000000;
            }


        .service-box-2-container .service-box-2:hover {
            background: #fff;
            border-radius: 15px 50px;
            border: 1px solid #eee;
        }

/* ============================================================================= 
    7. FAQ PAGE
============================================================================= */
.accordion.faq .title a {
    background: url('../img/faq-closed.png') no-repeat 0 center;
    font-size: 13px;
    color: #333;
    font-weight: 600;
}

/* =============================================================================
    8. PORTFOLIO
============================================================================ */
.portfolio {
    overflow: hidden;
}

.quicksand-filter-container {
    width: 100%;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

    .quicksand-filter-container span {
        float: left;
        margin-right: 20px;
        padding-top: 4px;
    }

    .quicksand-filter-container #quicksand-filter {
        float: left;
    }

        .quicksand-filter-container #quicksand-filter li {
            float: left;
            padding: 4px 10px;
            -webkit-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            -ms-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
        }

            .quicksand-filter-container #quicksand-filter li a {
                -webkit-transition: none;
                -moz-transition: none;
                -o-transition: none;
                -ms-transition: none;
                transition: none;
            }

            .quicksand-filter-container #quicksand-filter li.active a,
            .quicksand-filter-container #quicksand-filter li.active a:hover,
            .quicksand-filter-container #quicksand-filter li:hover a {
                color: #fff !important;
            }

/* PORTTFOLIO HOVER EFFECT
----------------------------------------------------------------------------- */
.portfolio-hover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

    .portfolio-hover .mask {
        width: 100%;
        height: 100%;
        background: #444;
        opacity: 0.6;
        position: absolute;
        top: 0;
        left: 0;
    }

    .portfolio-hover ul {
        display: block;
    }

    .portfolio-hover li {
        float: left;
        background: #222;
        width: 36px;
        height: 36px;
        opacity: 1;
        top: 50%;
        margin-top: -18px;
        -webkit-transition: all 0.2s ease 0s;
        -moz-transition: all 0.2s ease 0s;
        -o-transition: all 0.2s ease 0s;
        -ms-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s;
    }

    .portfolio-hover .portfolio-zoom {
        margin-right: 4px;
        position: absolute;
        left: -42px;
    }

        .portfolio-hover .portfolio-zoom a {
            text-indent: -9999px;
            background: url('../img/portfolio/zoom.png') no-repeat center center;
            display: block;
            width: 36px;
            height: 36px;
        }

    .portfolio-hover .portfolio-single a {
        text-indent: -9999px;
        background: url('../img/portfolio/link.png') no-repeat center center;
        display: block;
        width: 36px;
        height: 36px;
    }

.portfolio:hover .portfolio-hover {
    opacity: 1;
}

.portfolio-hover .portfolio-single {
    position: absolute;
    right: -42px;
}

.portfolio:hover .portfolio-single {
    right: 50%;
    margin-right: -45px;
}

.portfolio:hover .portfolio-zoom {
    left: 50%;
    margin-left: -45px;
}


/* PORTFOLIO STYLE 1 FOR ALL COLUMNS 
----------------------------------------------------------------------------- */
.grid_12.portfolio-style-1 .portfolio {
    width: 540px;
    margin-right: 20px;
    float: left;
    position: relative;
}

.grid_6.portfolio-style-1 .portfolio {
    width: 460px;
    margin-right: 0;
    margin-bottom: 15px;
    position: relative;
    float: left;
}

.grid_4.portfolio-style-1 .portfolio {
    width: 300px;
    margin-right: 0;
    margin-bottom: 15px;
    position: relative;
    float: left;
}

.grid_3.portfolio-style-1 .portfolio {
    width: 220px;
    margin-right: 0;
    margin-bottom: 15px;
    position: relative;
    float: left;
}

.grid_12.portfolio-style-1 .portfolio-info {
    float: left;
    width: 380px;
}

.grid_6.portfolio-style-1 .portfolio-info,
.grid_4.portfolio-style-1 .portfolio-info,
.grid_3.portfolio-style-1 .portfolio-info {
    width: 100%;
    float: left;
}

.portfolio-info h3, .portfolio-description h3 {
    margin-bottom: 10px;
    text-align: center;
    color: #c07f0e;
    font-family: 'iranian Sans';
    font-size: 14px;
}

.portfolio-description p {
    text-align: right;
    font-family: 'iranian Sans';
}

.portfolio-info .meta, .portfolio-description .meta {
    float: left;
    width: 100%;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 5px 0;
    margin-bottom: 15px;
    font-family: 'iranian Sans';
    text-align: right;
    direction: rtl
}

    .portfolio-info .meta li,
    .portfolio-description .meta li {
        float: left;
        margin-right: 10px;
        font-size: 11px;
    }

        .portfolio-info .meta li span,
        .portfolio-description .meta li span {
            padding-right: 8px;
        }

/* PORTFOLIO STYLE 2 FOR ALL COLUMNS 
----------------------------------------------------------------------------- */
.grid_6.portfolio-style-2,
.grid_4.portfolio-style-2,
.grid_3.portfolio-style-2 {
    margin-bottom: 20px;
}

    .grid_6.portfolio-style-2:last-child,
    .grid_4.portfolio-style-2:last-child,
    .grid_3.portfolio-style-2:last-child {
        margin-bottom: 60px;
    }

.portfolio-style-2 .portfolio {
    cursor: pointer;
}

    .portfolio-style-2 .portfolio .portfolio-image {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0;
        position: relative;
        float: left;
    }

.portfolio figcaption {
    float: left;
    width: 100%;
    background: #f6f6f6;
    border-top: 3px solid #ddd;
    padding: 5px 5px 7px 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

    .portfolio figcaption .title {
        font-family: 'iranian Sans';
        font-size: 12px;
    }

    .portfolio figcaption a {
        font-size: 13px;
        font-weight: 600;
        color: #333;
        text-align: center;
        width: 100%;
        display: block;
    }

    .portfolio figcaption span {
        width: 100%;
        text-align: center;
        display: block;
        font-style: italic;
        font-family: 'iranian Sans';
        color: #c07f0e;
    }

/* PORTFOLIO STYLE GALLERY FOR THREE COLUMNS
----------------------------------------------------------------------------- */
.gallery {
    padding: 0 8px;
}

    .gallery .grid_4.portfolio-style-gallery {
        margin-right: 1px;
        margin-left: 1px;
        margin-bottom: 2px;
        width: 312px;
    }

        .gallery .grid_4.portfolio-style-gallery:last-child {
            margin-bottom: 60px;
        }

        .gallery .grid_4.portfolio-style-gallery .portfolio {
            width: 100%;
            position: relative;
        }

/* PORTFOLIO PAGINATION
----------------------------------------------------------------------------- */
.portfolio-pagination .pager {
    width: 760px;
}

/* PORTFOLIO SINGLE PROJECT
----------------------------------------------------------------------------- */
.grid_7 .nivoSlider.image-slider.portfolio-slider,
.grid_7 .nivoSlider.image-slider.portfolio-slider img {
    width: 100%;
    float: left;
}

.grid_7 .nivoSlider.image-slider {
    margin-bottom: 17px;
}

.carousel-portfolio .caroufredsel_wrapper {
    width: 940px !important;
    min-height: 222px !important;
}



.carousel-portfolio .carousel-li > li {
    width: 300px !important;
    margin-right: 20px;
    float: left;
    min-height: 222px !important;
}



.carousel-portfolio .carousel-pagination {
    margin: 30px auto 0;
    float: none;
}

    .carousel-portfolio .carousel-pagination a {
        background: url('../img/sb.png') no-repeat;
        width: 13px;
        height: 13px;
        margin: 0 5px 0 0;
        display: inline-block;
    }

        .carousel-portfolio .carousel-pagination a.selected {
            cursor: default;
        }

/* ============================================================================
    9. BLOG
============================================================================= */
.blog-posts li.blog-post {
    float: left;
    border-bottom: 1px solid #eee;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.blog-posts .blog-post:nth-last-of-type(-n+2) {
    padding-bottom: 0;
    border-bottom: none;
}

.blog-info {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.blog-meta {
    float: left;
    width: 110px;
    margin-right: 20px;
}

    .blog-meta .category {
        width: 40px;
        height: 40px;
        float: right;
        background: #333;
        cursor: pointer;
        margin-bottom: 15px;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

        .blog-meta .category i {
            color: #fff;
            font-size: 20px;
            width: 40px;
            height: 40px;
            display: table-cell;
            vertical-align: middle;
            text-align: center;
        }

    .blog-meta > ul {
        float: right;
        width: 100%;
    }

    .blog-meta li {
        text-align: right;
        width: 100%;
        font-size: 11px;
    }

.post-body,
.post-body-container {
    float: left;
    width: 490px;
}

    .post-body-container .post-body {
        margin-bottom: 30px;
    }

    .post-body .post-img {
        margin-bottom: 15px;
        float: left;
        opacity: 1.0;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

        .post-body .post-img:hover,
        .blog-info .post-img:hover {
            opacity: 0.8;
        }

    .post-body h3,
    .blog-info h3 {
        margin-bottom: 10px;
    }

    .post-body .tags,
    .blog-info .tags {
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
        padding: 3px 0;
        float: left;
        width: 100%;
        margin-bottom: 15px;
    }

        .post-body .tags li,
        .blog-info .tags li {
            float: left;
            padding-left: 3px;
        }

    .post-body .read-more-btn {
        float: left;
    }

/* Blog Post Format Link
----------------------------------------------------------------------------- */
.blog-post a.link {
    width: 100%;
    background: #f6f6f6;
    padding: 5px 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    display: block;
    float: left;
    margin-bottom: 10px;
}

/* Blog Post Format Gallery
----------------------------------------------------------------------------- */
.post-body .nivoSlider.blog-slider {
    margin-bottom: 15px;
}

    .post-body .nivoSlider.blog-slider,
    .post-body .nivoSlider.blog-slider img {
        width: 490px;
        height: 243px;
    }


/* Blog Post Format Video
----------------------------------------------------------------------------- */
.post-body iframe {
    width: 490px;
    height: 243px;
    margin-bottom: 15px;
    background: #eee url('../img/loading.gif') no-repeat 50% 50%;
}

.blog-info iframe {
    width: 100%;
    height: 308px;
    background: #eee url('../img/loading.gif') no-repeat 50% 50%;
}

/*Audio Blog post
----------------------------------------------------------------------------- */
.jp-jplayer {
    background: none !important;
    border: none !important;
    float: left !important;
}

.jp-audio {
    float: left !important;
    margin-bottom: 20px !important;
}

/* Pagination
----------------------------------------------------------------------------- */
.pagination {
    float: left;
    width: 100%;
    padding: 10px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

    .pagination .pagination-prev {
        float: left;
        max-width: 70px;
        font-family: 'iranian Sans';
    }

    .pagination .pagination-next {
        float: right;
        max-width: 70px;
        font-family: 'iranian Sans';
    }

.pager {
    float: left;
    width: 440px;
    padding: 0 20px;
}

    .pager ul {
        display: table;
        margin: 0 auto;
        float: none;
    }

    .pager li {
        float: left;
        width: 20px;
        height: 20px;
        margin-right: 5px;
        background: rgb(255,255,255); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 100%); /* W3C */

        border: 1px solid #ddd;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -o-border-radius: 2px;
        -webkit-transition: all 0.2s ease 0s;
        -moz-transition: all 0.2s ease 0s;
        -o-transition: all 0.2s ease 0s;
        -ms-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s;
    }

        .pager li a {
            width: 20px;
            height: 20px;
            display: table-cell;
            vertical-align: middle;
            color: #333;
            text-align: center;
            font-size: 11px;
            -webkit-transition: none;
            -moz-transition: none;
            -o-transition: none;
            -ms-transition: none;
            transition: none;
        }

        .pager li.active a,
        .pager li:hover a {
            color: #fff !important;
        }

/* Blog Single
----------------------------------------------------------------------------- */
.share-post {
    float: left;
    background: #f6f6f6;
    margin-bottom: 40px;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}

    .share-post span {
        float: left;
        display: block;
        margin-right: 20px;
        color: #333;
        position: relative;
        top: 2px;
    }

    .share-post #shareme {
        float: left;
    }

.sharrre .box {
    background: #6f838c;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(#6f838c,0),color-stop(#4d5e66,1));
    background: -webkit-linear-gradient(top, #6f838c 0%, #4d5e66 100%);
    background: -moz-linear-gradient(top, #6f838c 0%, #4d5e66 100%);
    background: -o-linear-gradient(top, #6f838c 0%, #4d5e66 100%);
    -webkit-box-shadow: 0 1px 1px #d3d3d3;
    -moz-box-shadow: 0 1px 1px #d3d3d3;
    box-shadow: 0 1px 1px #d3d3d3;
    height: 22px;
    display: inline-block;
    position: relative;
    padding: 0px 55px 0 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    float: left;
    clear: both;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    cursor: pointer;
}

.sharrre .left {
    line-height: 22px;
    display: block;
    white-space: nowrap;
    text-shadow: 0px 1px 1px rgba(255,255,255,0.3);
    color: #ffffff;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.sharrre .middle {
    position: absolute;
    height: 22px;
    top: 0px;
    right: 30px;
    width: 0px;
    background: #63707e;
    text-shadow: 0px -1px 1px #363f49;
    color: #fff;
    white-space: nowrap;
    text-align: left;
    overflow: hidden;
    -webkit-box-shadow: -1px 0px 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2) inset;
    -moz-box-shadow: -1px 0px 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2) inset;
    box-shadow: -1px 0px 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2) inset;
    -webkit-transition: width 0.3s linear;
    -moz-transition: width 0.3s linear;
    -o-transition: width 0.3s linear;
    transition: width 0.3s linear;
}

    .sharrre .middle a {
        color: #fff;
        font-weight: bold;
        padding: 0 9px 0 9px;
        text-align: center;
        float: left;
        line-height: 22px;
        -webkit-box-shadow: -1px 0px 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2) inset;
        -moz-box-shadow: -1px 0px 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2) inset;
        box-shadow: -1px 0px 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2) inset;
    }

.sharrre .right {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 45px;
    text-align: center;
    line-height: 22px;
    color: #4b5d61;
    background: #f1faf9;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(#f1faf9,0),color-stop(#bacfd2,1));
    background: -webkit-linear-gradient(top, #f1faf9 0%, #bacfd2 100%);
    background: -moz-linear-gradient(top, #f1faf9 0%, #bacfd2 100%);
    background: -o-linear-gradient(top, #f1faf9 0%, #bacfd2 100%);
}

.sharrre .box:hover {
    padding-right: 130px;
}

.sharrre .middle a:hover {
    text-decoration: none;
    color: #bacfd2 !important;
}

.sharrre .box:hover .middle {
    width: 90px;
}

.post-author {
    float: left;
    margin-bottom: 70px;
    width: 100%;
}

    .post-author img {
        border: 1px solid #ddd;
        width: 84px;
        height: 84px;
        float: left;
        margin-right: 20px;
    }

    .post-author .info {
        float: left;
        width: 384px;
    }

        .post-author .info h6 {
            margin-bottom: 10px;
        }

/* COMMENTS
----------------------------------------------------------------------------- */
.post-comments {
    width: 100%;
    float: left;
}

.comments-li {
    float: left;
    margin-bottom: 20px;
}

    .comments-li > li {
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }

.comment {
    float: left;
    min-height: 60px;
}

.post-comments .comment + .children {
    margin-top: 20px;
}

.post-comments .children + .children {
    margin-top: 20px;
}

/* COMMENT AVATAR
----------------------------------------------------------------------------- */

.comment .avatar {
    width: 60px;
    height: 60px;
    margin-right: 15px;
    float: left;
}

/* COMMENT META
----------------------------------------------------------------------------- */
.comment .comment-meta {
    color: #777;
    font: italic 11px Arial, sans-serif;
    margin: 0 0 10px 80px;
}

.post-comments .comments-li .comment .comment-meta li {
    padding-top: 2px;
    display: block;
}

.comment .comment-meta a {
    border-bottom: none;
    font: 11px Arial, sans-serif;
    display: inline;
    margin-bottom: 3px;
    color: #777;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

    .comment .comment-meta a.author {
        font: bold 13px Arial, sans-serif;
        color: #444;
        margin-right: 10px;
        display: block;
        float: left;
    }

.comment .comment-body {
    margin-left: 80px;
}

/* BLOG POSTS CHILD COMMENT
----------------------------------------------------------------------------- */
.post-comments .children {
    margin-left: 30px;
    float: left;
    padding: 0 0 0 50px;
}


.comment-reply-link {
    float: left;
    color: #fff;
    padding: 4px 10px;
    cursor: pointer;
    margin-top: 10px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
}

    .comment-reply-link:hover {
        color: #fff !important;
    }

.comment-form, #respond {
    float: left;
    width: 100%;
}

h5#reply-title {
    text-transform: none !important;
}

#respond form {
    margin-top: 20px;
}

#respond fieldset {
    margin-bottom: 10px;
}

#respond label {
    width: 100%;
    font: 11px Arial, sans-serif;
    color: #444;
    display: block;
    margin-bottom: 7px;
}

#respond .name-container {
    margin-right: 20px;
    float: left;
}

#respond .email-container {
    float: left;
}

    #respond .name-container input,
    #respond .email-container input {
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        -o-border-radius: 2px;
        height: 30px;
        width: 308px;
        font: 12px 'Open Sans', Arial, sans-serif;
        padding-left: 10px;
        padding-right: 10px;
        float: left;
        color: #a9a9a9;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

#respond .message {
    float: left;
    margin-top: 5px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

    #respond .message textarea {
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        -o-border-radius: 2px;
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        font: 11px Arial, sans-serif;
        line-height: 22px;
        padding: 10px;
        color: #a9a9a9;
    }

#respond #comment-reply {
    color: #fff;
    font: 12px 'Open Sans', Arial,sans-serif;
    cursor: pointer;
    padding: 8px 15px;
    border: none;
    float: right;
    margin-top: 10px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-transform: uppercase;
}

#respond .name-container input:focus,
#respond .email-container input:focus,
#respond .message textarea:focus {
    border-color: #aaa;
}


/* ============================================================================
    10. CONTACT
============================================================================ */
.info-container {
    padding: 20px;
    width: 100%;
    background: #f6f6f6;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.map_canvas {
    width: 100%;
    height: 470px;
}

.wpcf7 fieldset {
    width: 100%;
    margin-bottom: 10px;
}

.wpcf7 label {
    color: #444;
    font: 11px Arial,sans-serif;
    line-height: 18px;
    margin-bottom: 5px;
    display: block;
    width: 100%;
    float: left;
}

.wpcf7-text {
    width: 220px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 8px 10px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.wpcf7-textarea {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.wpcf7-submit {
    border: 0px solid;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    font: 12px 'Open Sans', Arial, sans-serif;
    text-transform: uppercase;
    line-height: 11px;
    color: #fff;
    padding: 10px 17px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
}

    .wpcf7-submit:hover {
        background-color: #10b9f3;
        background: -moz-linear-gradient(top, #c07f0e 0%, #c07f0e 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c07f0e), color-stop(100%,#c07f0e)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #c07f0e 0%,#c07f0e 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #c07f0e 0%,#c07f0e 100%); /* Opera 11.10+ */
        background: linear-gradient(to bottom, #c07f0e 0%,#c07f0e 100%);
        border: 1px solid #c07f0e;
    }

.contact-info li {
    width: 100%;
    float: left;
    margin-bottom: 5px;
}

    .contact-info li.address span {
        padding-left: 20px;
        float: left;
    }

/* ============================================================================ 
    11. WIDGETS
============================================================================ */

.aside-left {
    width: 280px !important;
    padding-right: 20px;
    margin-bottom: 0;
}

.aside-right {
    width: 280px !important;
    padding-left: 20px;
    margin-bottom: 0;
}

.widget {
    display: block;
    margin-bottom: 50px;
    float: left;
    width: 100%;
}

    .widget li {
        background: url('../img/aside-arrow.png') no-repeat 0 10px;
        border-bottom: 1px dotted #ddd;
        padding-left: 28px;
        padding-bottom: 5px;
        padding-top: 5px;
    }

.footer-widget-container {
    background-color: azure;
    border: 1px solid gray;
    border-radius: 5px;
    min-height: 260px;
    padding: 10px;
}

    .footer-widget-container .widget li {
        border-bottom: 1px dotted #555;
    }

.widget li:last-child {
    border-bottom: none;
}

.widget .title {
    text-transform: uppercase;
}

.footer-widget-container .widget .title h1, .footer-widget-container .widget .title h2, .footer-widget-container .widget .title h3, .footer-widget-container .widget .title h4, .footer-widget-container .widget .title h5, .footer-widget-container .widget .title h6 {
    color: rgb(70, 70, 70) !important;
    font-family: 'iranian Sans';
}

/* WIDGET TAG CLOUD
----------------------------------------------------------------------------- */
.widget_tag_cloud a {
    background: #f6f6f6;
    color: #777;
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 5px;
    margin-right: 2px;
}

    .widget_tag_cloud a:hover {
        color: #fff !important;
    }

.footer-widget-container .widget_tag_cloud a {
    background: #303030;
}

    .footer-widget-container .widget_tag_cloud a:hover {
        color: #fff !important;
    }

/* WIDGET SEARCH
----------------------------------------------------------------------------- */
.widget_search form {
    position: relative;
}

.widget_search #a_search {
    background: #fff;
    border: 1px solid #ddd !important;
    width: 100%;
    display: block;
    height: 25px;
    font-size: 11px;
    font-family: 'Open Sans', Arial, sans-serif;
    color: #777;
    font-style: italic;
    left: 0;
    top: 0;
    padding: 0 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.widget_search .search-submit {
    background: url('../img/aside-search.png') center center no-repeat;
    width: 20px;
    height: 22px;
    border: none;
    text-indent: -9999px;
    position: absolute;
    float: left;
    cursor: pointer;
    right: 6px;
    top: 1px;
}

/* WIDGET TEXT
----------------------------------------------------------------------------- */
.widget_text li {
    border-bottom: 0;
    background: none;
    padding: 0;
}

.footer-widget-container .widget_text li {
    border: none;
}

.widget_text .title h5 {
    font-family: 'iranian Sans';
    text-align: center;
}

.widget_text p {
    font-family: 'iranian Sans';
    text-align: center;
}
/* WIDGET PI_RECENT_POSTS
----------------------------------------------------------------------------- */
.pi_recent_posts li {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
    border: none;
}

.pi_recent_posts .meta {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    float: left;
    background: #333;
    cursor: pointer;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    .pi_recent_posts .meta a {
        color: #fff !important;
        font-size: 20px !important;
        position: relative;
        display: table-cell;
        width: 40px;
        height: 40px;
        margin: 0 auto;
        text-align: center;
        vertical-align: middle;
    }

.pi_recent_posts .title h5 {
    font-family: 'iranian Sans';
    text-align: center;
}

.pi_recent_posts .post .info,
.pi_recent_posts .post .info a {
    font-size: 10px !important;
}

.pi_recent_posts .post a {
    color: #333;
}

.pi_recent_posts .meta a:hover {
    color: #fff !important;
}

.footer-widget-container .pi_recent_posts li {
    border: none;
}

.footer-widget-container .pi_recent_posts .meta {
    background: #303030;
}

/* NEWSLETTER WIDGET 
----------------------------------------------------------------------------- */
.aside_widgets .newsletter .email {
    background: #fff;
    border: 1px solid #ddd;
}

.aside_widgets .newsletter .submit {
    background: #fff;
    border: 1px solid #ddd;
    color: #777;
}

    .aside_widgets .newsletter .submit:hover {
        color: #fff;
    }


.newsletter .email {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    width: 148px;
    height: 28px;
    padding: 0 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    font-size: 11px;
}

.newsletter .submit {
    height: 28px;
    background: #fff;
    color: #777;
    font-size: 11px;
    position: relative;
    top: 0;
    padding: 0 15px;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    .newsletter .submit:hover {
        background: #f6f6f6;
        border: 1px solid #ddd;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -o-border-radius: 2px;
    }

.footer-widget-container .newsletter .email {
    background: #303030;
    border: 1px solid #222;
    color: #ccc;
}

.footer-widget-container .newsletter .submit {
    background: #C0C0C0;
    border: 1px solid #000;
    color: #000000;
    border-radius: 1px;
}

    .footer-widget-container .newsletter .submit:hover {
        color: #fff;
    }

/* CONTACT INFO WIDGET 
----------------------------------------------------------------------------- */
.widget .contact-info li {
    float: left;
    display: block;
    width: 100%;
    min-height: 24px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}

    .widget .contact-info li p {
        padding-top: 3px;
        font-family: 'iranian Sans';
    }

    .widget .contact-info li.address {
        display: block;
        padding-left: 36px;
    }

        .widget .contact-info li.address p {
            padding-top: 0 !important;
        }

    .widget .contact-info li.phone {
        display: block;
        padding-left: 36px;
    }

    .widget .contact-info li.mail {
        display: block;
        padding-left: 36px;
    }

/* TESTIMONIAL WIDGET 
----------------------------------------------------------------------------- */
.carousel-testimonial li {
    border: none;
    background: none;
    padding: 0;
    float: left;
    margin-right: 10px;
}

.carousel-testimonial .caroufredsel_wrapper {
    width: 100%;
}

.carousel-testimonial {
    float: left;
    width: 100%;
}

.grid_3 .carousel-testimonial .caroufredsel_wrapper {
    width: 220px !important;
}

.grid_3 .carousel-testimonial .carousel-li > li {
    width: 220px !important;
}

.grid_4 .carousel-testimonial .caroufredsel_wrapper {
    width: 300px !important
}

.grid_4 .carousel-testimonial .carousel-li > li {
    width: 300px !important;
}

.grid_4.aside-right .carousel-testimonial .caroufredsel_wrapper, .grid_4.aside-left .carousel-testimonial .caroufredsel_wrapper {
    width: 280px !important;
}

.grid_4.aside-right .carousel-testimonial .carousel-li > li, .grid_4.aside-left .carousel-testimonial .carousel-li > li {
    width: 280px !important;
}

.grid_5 .carousel-testimonial .caroufredsel_wrapper {
    width: 380px !important;
}

.grid_5 .carousel-testimonial .carousel-li > li {
    width: 380px !important;
}

.grid_6 .carousel-testimonial .caroufredsel_wrapper {
    width: 460px !important;
}

.grid_6 .carousel-testimonial .carousel-li > li {
    width: 460px !important;
}

.grid_7 .carousel-testimonial .caroufredsel_wrapper {
    width: 540px !important;
}

.grid_7 .carousel-testimonial .carousel-li > li {
    width: 540px !important;
}

.grid_8 .carousel-testimonial .caroufredsel_wrapper {
    width: 620px !important;
}

.grid_8 .carousel-testimonial .carousel-li > li {
    width: 620px !important;
}

.grid_9 .carousel-testimonial .caroufredsel_wrapper {
    width: 700px !important;
}

.grid_9 .carousel-testimonial .carousel-li > li {
    width: 700px !important;
}

.grid_12 .carousel-testimonial .caroufredsel_wrapper {
    width: 940px !important;
}

.grid_12 .carousel-testimonial .carousel-li > li {
    width: 940px !important;
}

.footer-widget-container .carousel-testimonial .content {
    background: #303030;
}

.carousel-testimonial .content {
    background: #f6f6f6;
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    position: relative;
    font-size: 12px;
    font-style: italic;
}

    .carousel-testimonial .content:after {
        position: absolute;
        display: block;
        content: '';
        background: url('../img/testimonial-arrow.png') no-repeat;
        width: 14px;
        height: 11px;
        bottom: -10px;
        left: 10px;
    }

.footer-widget-container .carousel-testimonial .content:after {
    background: url('../img/testimonial-arrow-footer.png') no-repeat;
}

.carousel-testimonial span.author {
    display: block;
    margin-left: 24px;
    padding-left: 24px;
    padding-top: 5px;
    margin-top: 5px;
    background: url('../img/testimonial.png') no-repeat 0 center;
}

/* TESTIMONIAL ALTERNATIVE
----------------------------------------------------------------------------- */
.testimonials-alternative-nav {
    margin-bottom: 18px;
    float: left;
}

    .testimonials-alternative-nav li {
        margin-right: 18px;
        float: left;
        position: relative;
    }

        .testimonials-alternative-nav li:last-child {
            margin: 0;
        }

        .testimonials-alternative-nav li img {
            border: 3px solid #ddd;
            width: 55px;
        }


        .testimonials-alternative-nav li a:after {
            position: absolute;
            content: ".";
            text-indent: -9999px;
            left: 50%;
            bottom: -18px;
            margin-left: -4px;
            display: block;
            width: 0;
            height: 0;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            display: none;
        }

        .testimonials-alternative-nav li a.active:after {
            display: block;
        }

.testimonials-alternative-content {
    float: left;
}

    .testimonials-alternative-content .content {
        background: #fafafa;
        padding: 22px 11px;
        display: none;
    }

        .testimonials-alternative-content .content.active {
            display: block;
        }

        .testimonials-alternative-content .content .text,
        .testimonials-alternative-content .content .author {
            font-style: italic;
            text-align: center;
        }

        .testimonials-alternative-content .content .author {
            color: #999;
            font-size: 11px;
            padding-top: 5px;
        }

/* SLIDING TEXT ARTICLE WIDGET
----------------------------------------------------------------------------- */
.widget .carousel-article li {
    border: none;
    background: none;
}

.carousel-article .caroufredsel_wrapper {
    width: 100% !important
}

.carousel-article {
    float: left;
    width: 100%;
}

.grid_3 .carousel-article .carousel-li > li {
    width: 220px !important;
    margin-right: 0;
}

.grid_4 .carousel-article .carousel-li > li {
    width: 300px !important;
    margin-right: 0;
}

.grid_4.aside-left .carousel-article .carousel-li > li,
.grid_4.aside-right .carousel-article .carousel-li > li {
    width: 280px !important;
}

.grid_5 .carousel-article .carousel-li > li {
    width: 380px !important;
    margin-right: 0;
}

.grid_6 .carousel-article .carousel-li > li {
    width: 460px !important;
    margin-right: 0;
}

.grid_7 .carousel-article .carousel-li > li {
    width: 540px !important;
    margin-right: 0;
}

.grid_8 .carousel-article .carousel-li > li {
    width: 620px !important;
    margin-right: 0;
}

.grid_9 .carousel-article .carousel-li > li {
    width: 700px !important;
    margin-right: 0;
}

.grid_12 .carousel-article .carousel-li > li {
    width: 940px !important;
    margin-right: 0;
}

.carousel-article .carousel-li p {
    font-family: 'iranian Sans';
    text-align: center;
}

.carousel-pagination {
    text-align: center;
    margin-top: 30px;
}

.footer-widget-container .carousel-pagination a {
    background: url('../img/db-footer.png') no-repeat;
}

.carousel-pagination a {
    background: url('../img/db.png') no-repeat;
    width: 10px;
    height: 10px;
    margin: 0 5px 0 0;
    display: inline-block;
}

    .carousel-pagination a.selected {
        cursor: default;
    }

    .carousel-pagination a span {
        display: none;
    }


/* WIDGET RECENT COMMENTS
-----------------------------------------------------------------------------*/
.widget_recent_comments li {
    background: url('../img/comment.png') no-repeat 0 10px;
    padding-left: 26px;
    color: #444;
}

    .widget_recent_comments li:hover {
        background: url('../img/comment.png') no-repeat 0 10px;
    }

    .widget_recent_comments li a {
        text-decoration: underline;
        font-style: italic;
        color: #888;
    }

.footer-widget-container .widget_recent_comments li {
    color: #ccc;
}


/* ============================================================================
    12. FOOTER
============================================================================ */
#footer-wrapper {
    width: 100%;
    margin: 0 auto;
    background-color: #353535;
    background-image: url('../img/shadow.png');
    background-position: center 0;
    background-repeat: no-repeat;
    margin-top: 10px;
    border-top: 10px solid #e6e6e6;
}

#footer {
    padding-top: 60px;
}

    #footer p,
    #footer a {
        font-size: 11px;
        line-height: 18px;
        color: #bbb;
    }

.copyright-container {
    background: #080808;
    padding: 15px 0px 0px 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    color: #FFFFFF;
    direction: rtl;
}

    .copyright-container p {
        color: #ffffff;
        font-size: 11px;
        font-family: 'iranian Sans';
    }

    .copyright-container .grid_6,
    .copyright-container .grid_12 {
        margin-bottom: 0;
    }

.footer-breadcrumbs {
    float: right;
}

    .footer-breadcrumbs li {
        float: left;
        margin-right: 10px;
        padding-right: 10px;
        display: block;
        border-right: 1px solid #aaa;
        line-height: 10px;
    }

        .footer-breadcrumbs li a,
        .footer-breadcrumbs li a.active {
            color: #aaa;
            text-transform: uppercase;
            font-size: 11px;
            -webkit-transition: all 0.2s ease 0s;
            -moz-transition: all 0.2s ease 0s;
            -o-transition: all 0.2s ease 0s;
            -ms-transition: all 0.2s ease 0s;
            transition: all 0.2s ease 0s;
        }

        .footer-breadcrumbs li:last-child {
            border-right: 0;
            margin-right: 0;
            padding-right: 0;
        }


/* FOOTER WIDGETS
-----------------------------------------------------------------------------*/
.footer-widget-container .widget:last-child {
    margin-bottom: 0;
}


/*---------------------------------------------------------------------------------*/

.MobileFarvardinNav {
    direction: rtl;
}

.rdbVote {
    font-family: 'iranian Sans';
}


.MainFarvardin {
}

@media only screen and (min-width: 0px) and (max-width: 720px) {
    .MainFarvardin {
        background-image: none;
    }

    .latest-blog-posts .post-body .post-meta .title-date h6 {
    }

    .latest-blog-posts .post-body p {
        color: #c07f0e;
    }
}

.GoogleSearch {
    background-image: url('../img/google.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #FFFFFF;
    width: 75px;
    height: 38px;
    background-size: 100%;
    border-radius: 0px 5px 5px 0px !important;
}

    .GoogleSearch:hover {
        background-size: 40px;
        cursor: pointer;
    }

.ContentMain {
    background-color: #FFFFFF;
    min-height: 500px;
    direction: rtl;
}

.ContentMainForSite {
    min-height: 500px;
    background-image: url('../img/Blank.png');
}

.FaEn {
    float: right;
    position: absolute;
    margin-top: -20px;
    margin-right: 0px;
    z-index: 9999;
    margin-left: 88%;
}

.UpClick {
    position: fixed;
    z-index: 9999;
    right: 5px;
    bottom: 50px;
    opacity: 0.4;
}

    .UpClick:hover {
        opacity: 1;
    }

.DownClick {
    position: fixed;
    z-index: 9999;
    right: 5px;
    bottom: 5px;
    opacity: 0.4;
}

    .DownClick:hover {
        opacity: 1;
    }

.ClockShamsi {
    font-family: iranian Sans;
    position: absolute;
    z-index: 999;
    margin-top: -22px;
    margin-left: 100px;
}

.ContentMainSub {
    width: 90%;
    margin-bottom: 50px;
    direction: rtl;
    font-family: 'iranian Sans';
    min-height: 600px;
}

    .ContentMainSub .wpcf7-text {
        text-align: center;
        font-family: 'iranian Sans';
    }

    .ContentMainSub .wpcf8-text {
        border-radius: 20px 5px 20px 5px;
    }

    .ContentMainSub .wpcf7-submit {
        text-align: center;
        float: none;
    }

    .ContentMainSub .wpcf8-submit {
        border-radius: 15px 5px 15px 5px;
        width: 200px;
        margin-right: 10px;
        margin-left: 10px;
    }

.ContentMainSubRadio {
    background-position: center top;
    padding: 15px 3px 15px 3px;
    margin-top: 50px;
    background-color: #c07f0e;
    color: #FFFFFF;
    font-size: 14px;
    background-image: url('../img/header-bg.png');
    background-repeat: repeat-x;
    border-radius: 25px 5px 25px 5px;
    width: 60%;
}

.ContentMainSubLeft {
    width: 50%;
    float: right;
}

    .ContentMainSubLeft a {
        color: #0000FF;
        font-weight: bold;
    }

.ContentMainSubRight {
    width: 50%;
    float: left;
}

.TableTest {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 100px;
    width: 100%;
    position: absolute;
}


    .TableTest a {
        margin: -5px;
        padding: 10px;
        border: 1px Solid #FFFFFF;
        font-size: 25px;
        font-family: 'Hobo Std';
        color: #10b9f3;
        border-radius: 50px;
    }

        .TableTest a:hover {
            margin: -5px;
            border: 1px Solid #10b9f3;
            background-color: #FFFFFF;
            z-index: 1000;
            position: relative;
        }

.ContentMain3 {
    text-align: center;
    font-family: 'iranian Sans';
    width: 100%;
}

.ContentMain3Sub {
    width: 33%;
    float: left;
}

    .ContentMain3Sub a {
        color: #c07f0e;
        font-family: 'iranian Sans';
        font-size: 12px;
    }

    .ContentMain3Sub h1 {
        background-position: center top;
        padding: 3px;
        background-color: #FFFFFF;
        background-image: url('../img/header-bg.png');
        background-repeat: repeat-x;
        font-size: 16px;
        color: #c07f0e;
        width: 79%;
        margin-left: 10%;
        float: left;
    }

.ContentMain3MainSub {
    width: 34%;
    float: left;
}

    .ContentMain3MainSub a {
        color: #c07f0e;
        font-family: 'iranian Sans';
        font-size: 12px;
    }

    .ContentMain3MainSub h1 {
        background-position: center top;
        padding: 3px;
        background-color: #FFFFFF;
        background-image: url('../img/header-bg.png');
        background-repeat: repeat-x;
        font-size: 16px;
        color: #c07f0e;
        width: 79%;
        margin-left: 10%;
        float: left;
    }

.ListBoxConten {
    background-position: center top;
    border-style: none;
    margin-top: 10px;
    width: 80%;
    height: 200px;
    background-image: url('../img/header-bg.png');
    background-repeat: repeat-x;
    text-align: right;
}

.TextBoxConten {
    background-position: center top;
    border-style: none;
    margin-top: 10px;
    width: 80%;
    height: 200px;
    background-image: url('../img/header-bg.png');
    background-repeat: repeat-x;
    text-align: left;
}

.ContentMain1 {
    padding: 3px;
    margin-top: 100px;
    text-align: right;
}

    .ContentMain1 table {
        width: 20%;
    }

        .ContentMain1 table tr {
            border: thick solid #FFFFFF;
            background-color: #FFFFFF;
            background-image: url('../img/header-bg.png');
            background-repeat: repeat-x;
            background-position: center top;
        }

            .ContentMain1 table tr:hover {
                background-color: #FFE1FF;
            }

        .ContentMain1 table td {
            padding: 5px;
            text-align: center;
        }

            .ContentMain1 table td a {
                font-family: 'iranian Sans';
                font-size: 14px;
                color: #c07f0e;
            }

.HomeHealth {
    border-width: 1px;
    padding: 3px 50px 3px 50px;
    background-color: #c07f0e;
    color: #FFFFFF;
    border-radius: 5px;
    opacity: 0.8;
    font-family: 'iranian Sans';
}

    .HomeHealth:hover {
        opacity: 1;
        cursor: pointer;
    }

.AvalinFar {
    text-align: left;
    font-family: 'iranian Sans';
    font-size: 14px;
    position: absolute;
    margin-top: 5px;
    padding-left: 12%;
    color: #9900CC;
}

.HomeTab {
    text-align: center;
    border: thin solid #C0C0C0;
    font-family: 'iranian Sans';
}

    .HomeTab td {
        border: thin solid #CCCCCC;
        text-align: center;
        padding-right: 5px;
        padding-left: 5px;
    }

.BackMsgHealth {
    background-position: center top;
    background-image: url('../img/header-bg.png');
    background-repeat: repeat-x;
    font-family: 'iranian Sans';
    color: #c07f0e;
    font-size: 15px;
    padding-top: 5px;
    background-color: #C0C0C0;
    padding-bottom: 5px;
    margin-top: -2px;
}

.ETitle {
    background-position: center top;
    padding: 5px 10px 5px 5px;
    background-color: #C0C0C0;
    color: #c07f0e;
    text-align: right;
    background-image: url('../img/header-bg.png');
    background-repeat: repeat-x;
    font-size: 14px;
}

.FoteRavabet {
    color: #FFFFFF;
    font-family: 'iranian Sans';
    margin-bottom: 5px;
    font-size: 12px;
}

.MainLink {
    padding: 2px 2px 2px 10px;
    color: #000000;
}

.TestBack {
    padding: 5px 15px 5px 5px;
    margin: 10px;
    border-radius: 10px;
    text-align: right;
    font-family: iransans;
    font-size: 14px;
    border:1px solid;
}

.tdetail {
    font-family: 'iranian Sans';
}

.voteRedio {
    text-align: right;
    float: right;
    direction: rtl;
}

.HeadLineWithBorder {
    text-align: right;
}

.HeadBorder td {
    text-align: right;
    direction: rtl
}

.MargTab {
    margin-top: 10px;
    margin-bottom: 10px;
}

.IranFont {
    font-family: iransans;
}

.HeaderNew {
    color: #FFFFFF;
    text-align: center;
    background-color: #c07f0e;
}

.VoteItems {
    font-family: iransans;
}

.ForumTab {
    font-family: iransans;
    width: 80%;
}

    .ForumTab Td {
        text-align: center;
        color: #FFFFFF;
    }

.ForMsg {
    background-color: #CCCCCC;
    color: #000000;
}

.ForComment {
    background-color: #808080;
}

.ForUser {
    background-color: #c07f0e;
    color: #FFFFFF;
}

.ForTitle {
    background-color: #B000B0;
    color: #FFFFFF;
}

.TestTab {
    width: 550px;
}

    .TestTab Td {
        margin: 1px;
        padding: 3px 3px 3px 20px;
        border: 1px solid #C0C0C0;
        background-position: center top;
        background-image: url('../img/header-bg.png');
    }


        .TestTab Td a {
            color: #000000;
            font-weight: bold;
            font-size: 14px;
        }

        .TestTab Td:hover {
            background-color: #FFE1FF;
            color: #000000;
            border-right-color: #c07f0e;
            border-left-color: #c07f0e;
            border-right-style: dashed;
            border-left-style: dashed;
        }

.banner-buttons {
    position: relative;
    z-index: 1000;
    margin-top: 14px;
}

.banner-buttons2 {
    margin-bottom: 100px !important;
}

    .banner-buttons div, .banner-buttons2 div {
        background: rgb(255,255,255);
        background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(211,178,112,1) 65%);
    }

        .banner-buttons div:hover, .banner-buttons div:hover {
            /* box-shadow: 3px 3px 10px 3px rgba(0, 0, 0, 0.46);*/
            background: rgb(255,255,255);
            background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(211,178,112,1) 65%);
        }

    .banner-buttons p, .banner-buttons2 p {
        font-family: 'iranian Sans';
        font-size: 16px;
        font-weight: bold;
    }

#contract-btn:hover {
    cursor: pointer
}

.isure-marque {
    position: fixed;
    top: 0px;
    z-index: 1000;
    height: 40px;
    background: #b01f1f;
    width: 100%;
}

    .isure-marque marquee {
        width: 100%;
        color: white;
        font-size: 14px;
        padding-top: 10px;
        font-family: 'iranian Sans';
    }

.insure-div {
    width: 100%;
    justify-content: space-around;
}

.work-time {
    text-align: center;
    color: white !important;
    font-family: 'iranian Sans';
    font-size: 20px !important;
    margin-bottom: 30px;
    border-bottom: 1px solid white;
    padding-left: 5px;
    padding-bottom: 10px;
    padding-right: 5px;
}

.radio-div {
    padding: 0px 60px 10px 60px;
    margin-top: 50px;
    margin-bottom: 15px;
    border: 2px solid #CB9E0E;
    width: 450px;
    border-radius: 15px 5px 15px 5px;
}



.HeaderAns {
    background-color: #7d0000;
    color: #fff;
    padding: 10px;
    min-height: 40px;
    box-shadow: 5px 5px 5px #8a8a8a;
    text-align: center
}

.VoteHeaderAns {
    background-color: #d02727;
    color: #fff;
    padding: 5px;
    min-height: 40px;
    padding-top: 11px;
    box-shadow: 5px 5px 5px #8a8a8a;
    text-align: right;
    background-image: url(../img/notify.gif);
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: 2px 0px;
    vertical-align: middle
}

.SearchAns {
    background-color: #7d0000;
    color: #fff;
    padding: 10px;
    height: 40px;
    box-shadow: 5px 5px 5px #8a8a8a;
    margin-top: 10px;
    cursor: pointer
}


.Act1 {
    background-image: url(../img/A1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px;
    width: 24px
}

.Act2 {
    background-image: url(../img/A2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px;
    width: 24px
}


.Act3 {
    background-image: url(../img/A9.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px;
    width: 24px
}

.TabReceptionMain {
    width: 100% !important;
    color: #000 !important;
}

    .TabReceptionMain td {
        text-align: center !important;
    }

    .TabReceptionMain th {
        text-align: center !important;
    }

        .TabReceptionMain th h4 b {
            font-family: 'Times New Roman' !important;
        }




.FrameAns {
    padding: 10px;
    margin-right: -3px;
    border: 2px solid #3371b7;
    box-shadow: 5px 5px 5px #8a8a8a;
    background-image: url(../img/preview.gif);
    background-position: center center;
    background-repeat: no-repeat
}

.FrameHeader {
    border: 2px solid #000;
    border-radius: 15px;
    padding-right: 10px;
    margin-top: 10px;
}

.FrameMain {
    margin-top: 25px;
    border: 2px solid #000;
    border-radius: 15px;
    padding: 5px;
    direction: ltr;
}

.TabReceptionHeader {
    width: 100%;
    color: #000;
    font-family: 'Zar';
    font-size: 16px;
}

    .TabReceptionHeader td {
        text-align: right;
        line-height: 16px;
        font-family: 'Zar'
    }

.FrameMainSection {
    text-align: left;
    font-family: Arial;
    font-weight: bold;
    color: #000;
    font-size: 22px;
    line-height: 24px;
    margin-top: 40px;
}

    .FrameMainSection p {
        left: 10px;
        position: static;
        margin-top: -37px;
        z-index: 1000;
        margin-left: 10px;
        font-family: 'Times New Roman'
    }

    .FrameMainSection img {
        width: 380px;
        position: static;
        margin-top: -40px;
        height: 35px;
    }

.FrameMain th {
    color: #000;
}

.ZarBFont {
    font-family: ZarB;
    font-size: 16px;
    font-style: normal
}


.TabReceptTestMain {
    width: 100%;
    color: #000;
    font-family: Arial
}

    .TabReceptTestMain th {
        text-align: left;
        font-style: italic;
        font-weight: bold;
        text-decoration: underline;
        font-size: 13px;
        color: #000000;
    }

    .TabReceptTestMain td {
        text-align: left;
        padding-bottom: 2px;
        padding-top: 2px;
        min-width: 20px;
        max-width: 220px;
        vertical-align: top;
        line-height: 12px;
        font-size: 12px
    }

    .TabReceptTestMain tr:nth-child(2n) {
        background-color: rgb(232, 232, 232);
        -webkit-print-color-adjust: exact;
        color-adjust: exact;
    }

@media print {
    .TabReceptTestMain tr:nth-child(2n) {
        background-color: rgb(232, 232, 232);
        -webkit-print-color-adjust: exact;
        color-adjust: exact;
    }
}

.LabSearchBot {
    border: none;
    background-color: #00aff0;
    color: #fff;
    padding: 10px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 3px;
    float: left;
    margin-left: 50px;
    margin-top: 10px;
}


.TxtNew {
    float: right;
    margin-top: 10px;
}



.txtBlock {
    border: none;
    padding: 5px;
    margin: 2px;
    border-radius: 2px;
    box-shadow: 5px 5px 5px #8a8a8a;
    width: 100%;
    border: 2px solid #3371b7;
    padding-right: 10px
}


.Edit_Table {
    direction: rtl;
    width: 100%;
}

    .Edit_Table td {
        width: 50%;
        padding: 5px;
    }

.xxx2 {
    position: absolute;
    left: 20px;
    margin-top: -30px
}

.xxx {
    position: absolute;
    right: 20px;
    margin-top: -30px
}

.xxx3 {
    position: absolute;
    right: 20px;
}

.BackAnsRead1 {
    background-color: #FFFFFF;
}

.BackAnsRead2 {
    background-color: #FFFFFF;
}


.tabLogin {
    width: 250px;
}

    .tabLogin td {
        text-align: center;
        padding: 5px
    }


.txtLogin {
    border: 1px solid #e0e0e0;
    padding: 5px;
    border-radius: 5px;
}


.TabAnsHeader {
    width: 100%;
}

    .TabAnsHeader td {
        text-align: center
    }


.SecLinkMain {
    font-size: 18px;
    font-family: IRANSans;
    color: #fff;
}

.SignStyle {
    width: 100%;
    margin: auto;
}

    .SignStyle th {
        text-align: center;
        font-style: italic;
        font-family: 'Times New Roman';
        padding-bottom: 10px;
        font-size: 14px;
    }

    .SignStyle td {
        text-align: center;
        font-size: 12px;
    }

    .SignStyle img {
        margin: auto;
        width: 150px;
        height: 180px;
    }


.RomaStyle {
    width: 90%;
    margin: auto;
    border: 2px solid #000;
    margin-top: 10px;
    border-radius: 10px;
    padding: 10px;
}

.RomaTab {
    width: 100%;
    margin: auto
}

    .RomaTab td {
        text-align: center;
        font-size: 13px;
        font-weight: bold;
        font-family: 'Times New Roman';
        vertical-align: middle
    }

    .RomaTab th {
        text-align: center;
        font-size: 12px;
        font-family: Tahoma;
        vertical-align: middle;
        text-decoration: none
    }

.RomaBar {
    height: 20px;
    border-radius: 5px;
}


.RomaBar2 {
    height: 20px;
    border-radius: 5px;
}


.RomaTab td img {
    float: left;
    border-radius: 5px;
}

.RomaBarBack {
    width: 50%;
    background-color: #c3c3c3;
    border: 1px solid #c3c3c3;
    border-radius: 5px;
}

.AnsTablediv {
    overflow-x: auto;
    width: 100%;
    display: block;
}

.ReceptionResultBut {
    border: none;
    background-color: #00aff0;
    border-radius: 3px;
    color: #fff;
    float: left;
}

.TabReception2 {
    width: 100%
}


.NormalRangeSt {
    direction: ltr;
    text-align: left;
}

.ErrorStar {
    position: absolute;
}


.responsiveImg {
    border-radius: 10px 10px 0px 0px;
}

.ErrorBack {
    background-image: url(../img/Error.jpg);
    height: 100vh;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #f1f7f7
}


.ReceptionInfoUpBot {
    background-color: transparent;
    border: none;
    color: #3371b7;
    float: left
}

.App1 {
    width: 23px !important;
    height: 20px;
    background-repeat: no-repeat;
    float: left;
    background-image: url(../img/XXX.png);
    color: transparent;
}

.App2 {
    width: 23px !important;
    height: 20px;
    background-repeat: no-repeat;
    float: left;
    background-image: url(../img/XXX.png);
    color: transparent;
    background-position: -24px 0px
}

.App3 {
    width: 23px !important;
    height: 20px;
    background-repeat: no-repeat;
    float: left;
    background-image: url(../img/XXX.png);
    color: transparent;
    background-position: -48px 0px
}

.App4 {
    width: 23px !important;
    height: 20px;
    background-repeat: no-repeat;
    float: left;
    background-image: url(../img/XXX.png);
    color: transparent;
    background-position: -71px 0px
}

.App5 {
    width: 23px !important;
    height: 20px;
    background-repeat: no-repeat;
    float: left;
    background-image: url(../img/XXX.png);
    color: transparent;
    background-position: -94px 0px
}

.App6 {
    width: 23px !important;
    height: 20px;
    background-repeat: no-repeat;
    float: left;
    background-image: url(../img/XXX.png);
    color: transparent;
    background-position: -117px 0px
}

.App7 {
    width: 23px !important;
    height: 20px;
    background-repeat: no-repeat;
    float: left;
    background-image: url(../img/XXX.png);
    color: transparent;
    background-position: -140px 0px
}

.App11 {
    width: 23px !important;
    height: 20px;
    background-repeat: no-repeat;
    float: left;
    background-image: url(../img/XXX.png);
    color: transparent;
    background-position: -211px 0px
}


.NoorStyle p a {
    color: #fff;
    text-decoration: none;
}

    .NoorStyle p a:hover {
        color: #56d1ff;
        text-decoration: none;
    }

.NoorStyle .sidebar-blg-Date {
    color: #d7d7d7
}

.scrollupImg {
    background-image: url(../img/XX.png);
    width: 30px;
    height: 30px;
    background-position: -590px -25px;
    background-repeat: no-repeat;
}


.AppImg1 {
    width: 43px;
    height: 48px;
    float: left;
    background-image: url(../img/XX.png);
    background-repeat: no-repeat;
    background-position: -705px -55px;
}

.AppImg2 {
    width: 43px;
    height: 48px;
    float: left;
    background-image: url(../img/XX.png);
    background-repeat: no-repeat;
    background-position: -705px -2px;
}

.AppImg3 {
    width: 44px;
    height: 48px;
    float: left;
    background-image: url(../img/XX.png);
    background-repeat: no-repeat;
    background-position: -661px -55px;
}

.AppImg4 {
    width: 40px;
    height: 48px;
    float: left;
    background-image: url(../img/XX.png);
    background-repeat: no-repeat;
    background-position: -754px -4px;
}

.AppImg5 {
    width: 46px;
    height: 48px;
    float: left;
    background-image: url(../img/XX.png);
    background-repeat: no-repeat;
    background-position: -661px -2px;
}


.MainAnsBody {
    background-color: #fff;
    padding-bottom: 50px
}


.LabButStyle {
    margin: auto;
    text-align: center;
    width: 100%
}


.PageNews {
    background-color: #fff;
    color: #3371b7;
    border: 1px solid #3371b7;
    font-size: 16px;
    width: 35px;
    border-radius: 2px;
}

.PageNewsAct {
    background-color: #3371b7;
    color: #fff
}

.PageNews:hover {
    background-color: #3371b7;
    color: #fff
}


.DivPageNews {
    margin: auto;
    text-align: center
}

.VoteBot {
    border: none;
    margin-right: 25px;
    padding: 2px;
    text-decoration: none !important;
    color: #fffa11
}

    .VoteBot:hover {
        color: #fffa11;
        font-weight: bold
    }



.AttachCount {
    color: #e2574c !important;
}


.ReceptionTab {
    width: 100%;
    text-align: center;
    background-color: #FFFFFF;
    direction: ltr
}

    .ReceptionTab tr:nth-child(even) {
        background-color: #ebebeb
    }

    .ReceptionTab tr:nth-child(odd) {
        background-color: #f8f8f8
    }

    .ReceptionTab td {
        text-align: left;
        font-family: Tahoma;
        padding-left: 15px;
    }


    .ReceptionTab th {
        background-color: #376ea5;
        color: #FFFFFF;
        padding: 10px;
        font-weight: bold;
        width: 20%;
    }

.ReceptionTabSub {
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
    font-style: italic;
    Color: #376ea5
}

.PapMain {
    margin-top: 5px;
    margin-bottom: 5px;
}

.TabPapMain {
    width: 100%;
    font-family: 'Times New Roman';
    color: #000
}

    .TabPapMain th {
        vertical-align: middle !important;
        font-size: 14px;
        text-align: left;
        text-decoration: underline
    }

    .TabPapMain td {
        vertical-align: middle !important;
        font-size: 14px;
        text-align: left;
        padding-left: 10px;
        padding-top: 0px !important;
        padding-bottom: 0px !important
    }


        .TabPapMain td img {
            width: 10px !important;
            height: 10px !important;
        }

    .TabPapMain th img {
        width: 10px !important;
        height: 10px !important;
    }

.BlankSquare {
    background-image: url(../img/PapSquareBlank.png);
    width: 24px !important;
}

.TextCenter {
    text-align: center !important
}

.celBorder {
    border: 2px solid #000;
    text-decoration: none !important
}

.LabHeaderAns {
    background-color: #3371b7;
    color: #fff;
    padding: 5px;
    margin-bottom: 5px;
    display: none
}

.LabHeaderAnsTab {
    width: 100%
}

    .LabHeaderAnsTab td {
        padding: 5px
    }

.LabSearchBot {
    background-color: #6CA8ED;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
    border: none;
    font-family: 'IRANSans';
    color: #fff
}

.LabHeaderAnsTab .nice-select .list li, .nice-select .current {
    color: black;
}

.LabHeaderAnsTab .nice-select {
    margin-left: 5px;
}




.BodyAns {
    background-color: #b01f1f;
    width: 100%;

}

    .BodyAns th {
        color: #fff;
        border-left: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        vertical-align: middle;
        font-family: 'IRANSans';
    }

    .BodyAns td {
        text-align: center;
        border-left: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
        padding: 5px 0;
        font-family: 'IRANSans';
    }

    .BodyAns th img {
        width: 20px;
    }

.BodyAnsTr1 {
    background-color: #f1f1f1;
    font-size: 16px;
    font-family: 'IRANSans';
}

    .BodyAnsTr1 td.BackAnsRead1 {
        background-color: #f1f1f1;
    }

.BodyAnsTr2 {
    background-color: #e6e6e6;
    font-size: 16px;
    font-family: 'IRANSans';
}

        .BodyAnsTr2 td.BackAnsRead2 {
            background-color: #e6e6e6;
        }

.HeaderAns2 {
    color: #d51e0b;
    padding: 5px;
    margin-bottom: 5px;
    font-size: 18px;
    direction: rtl;
    text-align: right;
    font-weight: bold;
}


.Act1 {
    background-image: url(../img/A1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px;
}

.Act2 {
    background-image: url(../img/A2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px;
}


.Act3 {
    background-image: url(../img/A9.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px;
}





.DrpClass {
    font-family: IranNum;
    border: none;
    border-radius: 3px;
}





.TabReceptionMain {
    width: 100%;
    color: #000;
}

    .TabReceptionMain td {
        text-align: center;
    }

    .TabReceptionMain th {
        text-align: center;
    }

        .TabReceptionMain th h4 b {
            font-family: 'Times New Roman';
        }




.FrameAns {
    padding: 10px;
    margin-right: -3px;
    border: 2px solid #d51e0b;
    width: 98%;
}

.FrameHeader {
    border: 2px solid #000;
    border-radius: 10px;
    padding-right: 10px;
    margin-top: 10px;
}

.FrameMain {
    margin-top: 25px;
    border: 2px solid #000;
    border-radius: 15px;
    padding: 5px;
    direction: ltr;
    /*height: 950px*/
}

.FrameMainScope {
    border: 2px solid #000;
    border-radius: 15px;
    padding: 5px;
    direction: ltr;
    height: 1100px
}

.TabReceptionHeader {
    width: 100%;
    color: #000;
    font-family: 'Zar';
    font-size: 16px;
}

    .TabReceptionHeader td {
        text-align: right;
        line-height: 16px;
        font-family: 'Zar'
    }

.FrameMainSection {
    text-align: left;
    font-family: Arial;
    font-weight: bold;
    color: #000;
    font-size: 18px;
    line-height: 23px;
}

    .FrameMainSection p {
        left: 10px;
        position: static;
        margin-top: -37px;
        z-index: 1000;
        margin-left: 10px;
    }

    .FrameMainSection img {
        width: 500px;
        position: static;
        margin-top: -40px;
    }

.ZarBFont {
    font-family: ZarB;
    font-size: 16px;
    font-style: normal
}


.TabReceptTestMain {
    width: 100%;
    color: #000;
    font-family: Arial;
}

    .TabReceptTestMain th {
        text-align: left;
        background-color: #fff;
        font-weight: bold;
        text-decoration: underline;
        font-size: 15px
    }

    .TabReceptTestMain td {
        text-align: left;
        min-width: 20px;
        max-width: 220px;
        vertical-align: top;
        line-height: 12px;
        font-size: 12px;
        padding: 2px;
    }


    .TabReceptTestMain tr:nth-child(even) {
        background-color: #f2f2f2 !important;
        -webkit-print-color-adjust: exact;
        color-adjust: exact;
    }




.ReceptionResultBut {
    float: left;
    background-color: #c391d7;
    color: #FFFFFF;
    border: none;
    font-family: IranNum;
    border-radius: 3px;
}

    .ReceptionResultBut:hover {
        background-color: #ff0000
    }

.PrintBot {
    background-color: #d51e0b;
    color: #FFFFFF;
    font-family: IranNum;
    padding-right: 25px;
    padding-left: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    float: right;
    border: none;
    border-radius: 5px;
    margin-right: 10px;
}


.SecComment {
    text-align: left;
    font-family: Zar;
    font-size: 14px;
}


.FrameAns {
    background-image: url(../img/preview.gif);
    background-position: center center;
    background-repeat: no-repeat
}

.MainBodyAns {
    padding: 10px;
    padding-bottom: 30px;
    background-color: #fff
}

.MainUrineBody {
    height: 1120px;
}

.TabHeaderUrine {
    width: 100%;
    margin: auto;
    text-align: center;
    margin-top: 10px
}

    .TabHeaderUrine td {
        padding: 0px
    }


.TabHeaderUrineH1 {
    font-family: 'Times New Roman';
    font-weight: bold;
    font-size: 22px;
    color: #25a300
}

.TabHeaderUrineH2 {
    font-family: 'Times New Roman';
    font-size: 18px;
    color: #cb3f0a
}

.TabHeaderUrineH3 {
    font-family: 'Times New Roman';
    font-size: 16px;
    color: #cb3f0a
}

.TabNameUrine {
    width: 100%;
    margin: auto;
    text-align: center
}

    .TabNameUrine td hr {
        border: 1px dashed #333
    }


.TabNameUrine {
    font-size: 14px;
    font-weight: bold;
}

    .TabNameUrine td {
        text-align: left;
        padding-left: 20px;
    }

.SNameUrine {
    color: #0008a3;
    float: left;
    font-family: ZarB;
    padding-left: 5px
}

.HNameUrine {
    float: left
}

.AnsBodyUrine {
    width: 100%;
    margin: auto;
}

    .AnsBodyUrine td {
        line-height: 14px;
        padding-left: 20px;
    }

    .AnsBodyUrine th {
        font-family: 'Times New Roman';
        font-size: 18px;
        color: #cb3f0a;
        text-align: left;
    }

.HeaderAnsUrine {
    font-style: italic;
    font-family: Arial;
    color: #9b00a1;
    font-weight: bold;
    font-size: 16px;
    padding-top: 10px;
}


.IB {
    color: #0023cc;
    font-style: italic;
    font-weight: bold
}

.IR {
    color: #e20000;
    font-style: italic;
    font-weight: bold
}

.MarginBot {
    margin-bottom: 30px
}

.SignStyle {
    width: 100%;
}

    .SignStyle td {
        text-align: center
    }



.PanelBut {
    width: 100%;
    margin-bottom: 5px;
}

    .PanelBut td {
        background-color: #36cbf9;
        text-align: center;
        color: #fff;
        padding: 5px;
        border: 2px solid #fff;
        min-width: 16%
    }

        .PanelBut td:hover {
            background-color: #f7e6b0 !important;
            color: #d51e0b !important;
            font-weight: bold;
            cursor: pointer
        }

        .PanelBut td a {
            text-decoration: none;
            color: #fff
        }

        .PanelBut td:hover a {
            color: #d51e0b !important
        }


.ActPanelBut {
    background-color: #b01f1f !important;
    color: #fff !important;
    font-weight: bold
}


    .ActPanelBut a {
        color: #fff !important
    }

.ExitPanelBut {
    background-color: #b01f1f !important;
    color: #fff !important
}

    .ExitPanelBut:hover a {
        color: #d51e0b !important
    }


    .ExitPanelBut a {
        color: #fff !important
    }

.PanelButBackAlt {
    background-image: url(../img/Me.gif) !important;
    background-position: left center;
    background-size: 64px;
    background-repeat: no-repeat
}




.TabDown {
    width: 100%;
    margin-top: 10px;
    border: 2px inset #d51e0b;
}

    .TabDown td {
        text-align: right;
        padding-left: 10px;
        padding-right: 10px;
    }

    .TabDown th {
        text-align: right;
        padding-left: 10px;
        padding-right: 10px;
        background-color: #d51e0b;
        color: #9e6e2b;
        color: #fff
    }



.ReceptionTab {
    width: 95%;
    margin:0 auto;
    font-family: Arial
}


    .ReceptionTab th {
        background-color: #d51e0b;
        color: #fff;
    }

    .ReceptionTab td {
        min-width: 25%;
    }


.BackAnsRead1 {
    background-color: #f5c3d2
}

.BackAnsRead2 {
    background-color: #e8adbf
}

.Message-btn {
    background-color: #d51e0b;
    color: white;
    font-family: IRANSans;
    padding: 5px;
}

.ETitle {
    background-position: center top;
    padding: 5px 10px 5px 5px;
    background-color: #C0C0C0;
    color: #3d71d0;
    font-weight: bold;
    text-align: right;
    background-image: url('../img/header-bg.png');
    background-repeat: repeat-x;
    font-size: 14px;
    font-family: IranNum
}

.MargTab span, .MargTab span {
    font-family: IranNum
}

.header-date {
    margin: auto;
    display: block;
    text-align: center;
    color: white;
    position: absolute;
    left: 2%;
    top: 0px;
    /* background-color: white; */
    padding: 5px;
    color: rgb(0, 2, 62);
    background-color: rgba(255, 255, 255, 0.69);
    padding: 5px 10px;
}

    .header-date a {
        color: rgb(0, 2, 62);
    }

span.core {
    font-size: 15px !important;
}

.AnsTablediv {
    overflow-x: auto;
    width: 100%;
    display: block;
}

@media only screen and (max-width: 600px) {
    .slide-col-1, .slide-col-3 {
        display: none;
    }

    .slide-col-2 {
        width: 100%;
    }

    .header-text1 {
        position: absolute;
        right: 40px;
        top: 30px;
        font-size: 20px;
    }

    .header-text2 {
        position: absolute;
        right: 130px;
        top: 60px;
        font-size: 25px;
    }

    .half-col {
        width: 100%;
    }
}

@media only screen and (min-width: 992px) {
    .slide-col-1, .slide-col-3 {
        display: block;
        width: 25%
    }

    .slide-col-2 {
        width: 50%
    }

    .half-col {
        width: 50%;
        float: left;
    }
}

.TabPapMain img {
    width: 15px !important;
}

.radioButton {
    display: inline-block;
    direction: rtl;
}

.fullwidthbanner img{
    height:400px !important;
}