﻿body {
    overflow-x: hidden;
    font-family: Yekan,Tahoma !important;
}

.row {
    margin-right: -2px !important;
    margin-left: -2px !important;
}

img {
    object-fit: contain;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

.container {
    width: 100%;
    padding-right: -10px;
    padding-left: -10px;
}

.navbar {
    margin-bottom: 1px !important;
    border-radius: 0 !important;
}

hr {
    margin: 1px;
}

.text-muted {
    color: #777;
    text-align: right !important;
    float: right;
    font-size: 12px;
    font-family: Yekan,Tahoma;
}

.text-primary {
    color: #fed136;
}

p {
    font-size: 14px;
    line-height: 1.75;
}

    p.large {
        font-size: 14px;
    }

a, a:hover, a:focus, a:active, a.active {
    outline: 0;
}

a {
    color: #fed136;
}

    a:hover, a:focus, a:active, a.active {
        color: #fec503;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: Yekan, Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    font-weight: 500;
}

.img-centered {
    margin: 0 auto;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.bg-darkest-gray {
    background-color: #222;
}

.btn {
    padding: 3px 6px;
    height: 40px;
}

.btn-primary {
    color: #fff;
    background-color: #fed136;
    border-color: #fed136;
    font-family: Yekan;
    text-transform: uppercase;
    font-weight: 700;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #fec503;
        border-color: #f6bf01;
    }

    .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
        background-color: #fed136;
        border-color: #fed136;
    }

    .btn-primary .badge {
        color: #fed136;
        background-color: #fff;
    }


.btn-primary2 {
    color: #fff;
    background-color: #4caf50;
    font-family: Yekan;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 5px;
    width: 220px;
    height: 40px;
    font-size: 18px;
}

    .btn-primary2:hover {
        background-color: #2ba730 !important;
    }


.btn-primary3 {
    color: #fff;
    background-color: #e64727;
    font-family: Yekan;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 5px;
    width: 100%;
    height: 40px;
    font-size: 18px;
}

    .btn-primary3:hover {
        background-color: #d02c0b;
    }


.btn-danger {
    padding: 10px !important;
}

.btn-danger2 {
    color: #fff;
    background-color: red;
    font-family: Yekan;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 5px;
}

    .btn-danger2:hover {
        background-color: #d90202 !important;
        color: #fff;
    }



.btn-xl {
    color: #fff;
    background-color: #fed136;
    border-color: #fed136;
    font-weight: 700;
    border-radius: 3px;
    font-size: 18px;
    padding: 5px 40px;
}

    .btn-xl:hover, .btn-xl:focus, .btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl {
        color: #fff;
        background-color: #fec503;
        border-color: #f6bf01;
    }

    .btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl {
        background-image: none;
    }

    .btn-xl.disabled, .btn-xl[disabled], fieldset[disabled] .btn-xl, .btn-xl.disabled:hover, .btn-xl[disabled]:hover, fieldset[disabled] .btn-xl:hover, .btn-xl.disabled:focus, .btn-xl[disabled]:focus, fieldset[disabled] .btn-xl:focus, .btn-xl.disabled:active, .btn-xl[disabled]:active, fieldset[disabled] .btn-xl:active, .btn-xl.disabled.active, .btn-xl[disabled].active, fieldset[disabled] .btn-xl.active {
        background-color: #fed136;
        border-color: #fed136;
    }

    .btn-xl .badge {
        color: #fed136;
        background-color: #fff;
    }

.navbar-default {
    background-color: #fff;
    border-color: transparent;
}

.navbar-header {
    float: none !important;
    width: 100% !important;
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    /*margin-right: 0 !important;
    margin-left: 0 !important;*/
}

.navbar-default .navbar-brand {
    color: #000;
    font-family: "Kaushan Script","Helvetica Neue",Helvetica,Arial,cursive;
}

    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:active, .navbar-default .navbar-brand.active {
        color: #f26b06;
    }

.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}

.navbar-default .navbar-toggle {
    background-color: #fed136;
    border-color: #fed136;
}

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: #fed136;
    }

.navbar-default .nav li a {
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
}

    .navbar-default .nav li a:hover, .navbar-default .nav li a:focus {
        color: #fed136;
        outline: 0;
    }

.navbar-default .navbar-nav > .active > a {
    border-radius: 0;
    color: #fff;
    background-color: #fed136;
}

    .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #fff;
        background-color: #fec503;
    }

@media (min-width:768px) {
    .navbar-default {
        background-color: transparent;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
        border: 0;
    }

        .navbar-default .navbar-brand {
            font-size: 2em;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            transition: all .3s;
        }

        .navbar-default .navbar-nav > .active > a {
            border-radius: 3px;
        }

        .navbar-default.navbar-shrink {
            background-color: #222;
            padding: 10px 0;
        }

            .navbar-default.navbar-shrink .navbar-brand {
                font-size: 1.5em;
            }
}

header {
    /*background-image: url(../img/header-bg.jpg);*/
    background-repeat: none;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    color: #fff;
}



    header .intro-text .intro-lead-in {
        font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-style: italic;
        font-size: 22px;
        line-height: 22px;
        margin-bottom: 25px;
    }

    header .intro-text .intro-heading {
        font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 25px;
    }



section {
    padding: 10px 0;
    font-family: Yekan !important;
}

    section h2.section-heading {
        font-size: 30px;
        margin-top: 0;
        margin-bottom: 15px;
    }

    section h3.section-subheading {
        font-size: 14px;
        text-transform: none;
        font-style: italic;
        font-weight: 400;
        margin-bottom: 75px;
    }

@media (min-width:768px) {
    section {
        padding: 10px 0;
    }
}

.service-heading {
    margin: 15px 0;
    text-transform: none;
}

.timeline {
    list-style: none;
    padding: 0;
    position: relative;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: "";
        width: 2px;
        background-color: #f1f1f1;
        left: 40px;
        margin-left: -1.5px;
    }

    .timeline > li {
        margin-bottom: 50px;
        position: relative;
        min-height: 50px;
    }

        .timeline > li:before, .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li .timeline-panel {
            width: 100%;
            float: right;
            padding: 0 20px 0 100px;
            position: relative;
            text-align: left;
        }

            .timeline > li .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline > li .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

        .timeline > li .timeline-image {
            left: 0;
            margin-left: 0;
            width: 80px;
            height: 80px;
            position: absolute;
            z-index: 100;
            background-color: #fed136;
            color: #fff;
            border-radius: 100%;
            border: 7px solid #f1f1f1;
            text-align: center;
        }

            .timeline > li .timeline-image h4 {
                font-size: 10px;
                margin-top: 12px;
                line-height: 14px;
            }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
            text-align: left;
            padding: 0 20px 0 100px;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

        .timeline > li:last-child {
            margin-bottom: 0;
        }

    .timeline .timeline-heading h4 {
        margin-top: 0;
        color: inherit;
    }

        .timeline .timeline-heading h4.subheading {
            text-transform: none;
        }

    .timeline .timeline-body > p, .timeline .timeline-body > ul {
        margin-bottom: 0;
    }

@media (min-width:768px) {
    .timeline:before {
        left: 50%;
    }

    .timeline-panel p {
        font-size: 17px !important;
    }

    .timeline > li {
        margin-bottom: 100px;
        min-height: 100px;
    }

        .timeline > li .timeline-panel {
            width: 71%;
            float: left;
            padding: 0 20px 20px 30px;
            text-align: right;
        }

        .timeline > li .timeline-image {
            width: 100px;
            height: 100px;
            left: 50%;
            margin-left: -50px;
        }

            .timeline > li .timeline-image h4 {
                font-size: 13px;
                margin-top: 16px;
                line-height: 18px;
            }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
            text-align: left;
            padding: 0 30px 20px 20px;
        }
}

@media (min-width:992px) {
    .timeline > li {
        min-height: 150px;
    }

        .timeline > li .timeline-panel {
            padding: 0 20px 20px;
        }

        .timeline > li .timeline-image {
            width: 150px;
            height: 150px;
            margin-left: -75px;
        }

            .timeline > li .timeline-image h4 {
                font-size: 18px;
                margin-top: 30px;
                line-height: 26px;
            }

        .timeline > li.timeline-inverted > .timeline-panel {
            padding: 0 20px 20px;
        }
}

@media (min-width:1200px) {
    .timeline > li {
        min-height: 170px;
    }

        .timeline > li .timeline-panel {
            padding: 0 20px 20px 100px;
        }

        .timeline > li .timeline-image {
            width: 170px;
            height: 170px;
            margin-left: -85px;
        }

            .timeline > li .timeline-image h4 {
                margin-top: 40px;
            }

        .timeline > li.timeline-inverted > .timeline-panel {
            padding: 0 100px 20px 20px;
        }
}

.team-member {
    text-align: center;
    margin-bottom: 50px;
}

    .team-member img {
        margin: 0 auto;
        border: 7px solid #fff;
    }

    .team-member h4 {
        margin-top: 25px;
        margin-bottom: 0;
        text-transform: none;
    }

    .team-member p {
        margin-top: 0;
    }

aside.clients img {
    margin: 50px auto;
}

section#contact {
    font-family: Yekan;
    background-image: url(../Images/map-image.png);
    background-position: center;
    background-repeat: no-repeat;
}

    section#contact .section-heading {
        color: #fff;
    }

    section#contact .form-group {
        margin-bottom: 25px;
    }

        section#contact .form-group input, section#contact .form-group textarea {
            padding: 10px;
        }

            section#contact .form-group input.form-control {
                font-family: Yekan;
                height: auto;
            }

            section#contact .form-group textarea.form-control {
                height: 175px;
            }

    section#contact .form-control:focus {
        border-color: #fed136;
        box-shadow: none;
    }

    section#contact ::-webkit-input-placeholder {
        font-family: 'B Yekan';
        text-transform: uppercase;
        font-weight: 700;
        color: #bbb;
    }

    section#contact :-moz-placeholder {
        font-family: 'B Yekan';
        text-transform: uppercase;
        font-weight: 700;
        color: #bbb;
    }

    section#contact ::-moz-placeholder {
        font-family: 'B Yekan';
        text-transform: uppercase;
        font-weight: 700;
        color: #bbb;
    }

    section#contact :-ms-input-placeholder {
        font-family: 'B Yekan';
        text-transform: uppercase;
        font-weight: 700;
        color: #bbb;
    }

    section#contact .text-danger {
        color: #e74c3c;
    }

footer {
    padding: 25px 0;
    text-align: center;
}

    footer span.copyright {
        line-height: 40px;
        font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
        text-transform: uppercase;
        text-transform: none;
    }

    footer ul.quicklinks {
        margin-bottom: 0;
        line-height: 40px;
        font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
        text-transform: uppercase;
        text-transform: none;
    }

ul.social-buttons {
    margin-bottom: 0;
}

    ul.social-buttons li a {
        display: block;
        background-color: #222;
        height: 40px;
        width: 40px;
        border-radius: 100%;
        font-size: 20px;
        line-height: 40px;
        color: #fff;
        outline: 0;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

        ul.social-buttons li a:hover, ul.social-buttons li a:focus, ul.social-buttons li a:active {
            background-color: #fed136;
        }

.btn:focus, .btn:active, .btn.active, .btn:active:focus {
    outline: 0;
}

.portfolio-modal .modal-content {
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    min-height: 100%;
    padding: 0px 0;
    text-align: center;
}

    .portfolio-modal .modal-content h2 {
        margin-bottom: 15px;
        font-size: 3em;
    }

    .portfolio-modal .modal-content p {
        margin-bottom: 30px;
    }

        .portfolio-modal .modal-content p.item-intro {
            margin: 20px 0 30px;
            font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
            font-style: italic;
            font-size: 14px;
        }

    .portfolio-modal .modal-content ul.list-inline {
        margin-bottom: 30px;
        margin-top: 0;
    }

    .portfolio-modal .modal-content img {
        margin-bottom: 30px;
    }

.portfolio-modal .close-modal {
    position: absolute;
    width: 75px;
    height: 75px;
    background-color: transparent;
    top: 25px;
    right: 25px;
    cursor: pointer;
}

    .portfolio-modal .close-modal:hover {
        opacity: .3;
    }

    .portfolio-modal .close-modal .lr {
        height: 75px;
        width: 1px;
        margin-left: 35px;
        background-color: #222;
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        z-index: 1051;
    }

        .portfolio-modal .close-modal .lr .rl {
            height: 75px;
            width: 1px;
            background-color: #222;
            transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            z-index: 1052;
        }

.portfolio-modal .modal-backdrop {
    opacity: 0;
    display: none;
}

::-moz-selection {
    text-shadow: none;
    background: #fed136;
}

::selection {
    text-shadow: none;
    background: #fed136;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #fed136;
}


@font-face {
    font-family: 'Yekan';
    src: url('../fonts/iranyekanwebbold.woff') format('woff');
}

@font-face {
    font-family: 'BYekan';
    src: url('../fonts/BYekan.ttf') format('woff');
}

@font-face {
    font-family: 'BYekan';
    src: url('../fonts/iranyekanwebbold.woff') format('woff');
}

/*@font-face {
    font-family: 'Yekan';
    src: url('../fonts/Yekan.woff') format('woff');
}*/

.page-scroll {
    font-family: Yekan !important;
}

thead {
    background-color: #fec503 !important;
    font-weight: normal;
    font-size: 12px;
}

.styled-select {
    background: url(http://i62.tinypic.com/15xvbd5.png) no-repeat 96% 0;
    height: 29px;
    overflow: hidden;
    width: 240px;
}

.styled-select {
    background: url(http://i62.tinypic.com/15xvbd5.png) no-repeat 96% 0;
    height: 29px;
    overflow: hidden;
    width: 240px;
}

    .styled-select select {
        background: transparent;
        border: none;
        font-size: 14px;
        height: 29px;
        padding: 5px; /* If you add too much padding here, the options won't show in IE */
        width: 268px;
    }

    .styled-select.slate {
        background: url(http://i62.tinypic.com/2e3ybe1.jpg) no-repeat right center;
        height: 34px;
        width: 240px;
    }

        .styled-select.slate select {
            border: 1px solid #ccc;
            font-size: 14px;
            height: 34px;
            width: 268px;
        }

/* -------------------- Rounded Corners */
.rounded {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.semi-square {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* -------------------- Colors: Background */
.slate {
    background-color: #ddd;
}

.green {
    background-color: #779126;
}

.blue {
    background-color: #3b8ec2;
}

.yellow {
    background-color: #eec111;
}

.black {
    background-color: #000;
}

/* -------------------- Colors: Text */
.slate select {
    color: #000;
}

.green select {
    color: #fff;
}

.blue select {
    color: #fff;
}

.yellow select {
    color: #000;
}

.black select {
    color: #fff;
}


/* -------------------- Select Box Styles: danielneumann.com Method */
/* -------------------- Source: http://danielneumann.com/blog/how-to-style-dropdown-with-css-only/ */
#mainselection select {
    border: 0;
    color: #EEE;
    background: transparent;
    font-size: 20px;
    font-weight: bold;
    padding: 2px 10px;
    width: 378px;
    *width: 350px;
    *background: #58B14C;
    -webkit-appearance: none;
}

#mainselection {
    overflow: hidden;
    width: 350px;
    -moz-border-radius: 9px 9px 9px 9px;
    -webkit-border-radius: 9px 9px 9px 9px;
    border-radius: 9px 9px 9px 9px;
    box-shadow: 1px 1px 11px #330033;
    background: #58B14C url("http://i62.tinypic.com/15xvbd5.png") no-repeat scroll 319px center;
}


/* -------------------- Select Box Styles: stackoverflow.com Method */
/* -------------------- Source: http://stackoverflow.com/a/5809186 */
select#soflow, select#soflow-color {
    -webkit-appearance: button;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    background-image: url(http://i62.tinypic.com/15xvbd5.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
    background-position: 97% center;
    background-repeat: no-repeat;
    border: 1px solid #AAA;
    color: #555;
    font-size: inherit;
    margin: 20px;
    overflow: hidden;
    padding: 5px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 300px;
}

select#soflow-color {
    color: #fff;
    background-image: url(http://i62.tinypic.com/15xvbd5.png), -webkit-linear-gradient(#779126, #779126 40%, #779126);
    background-color: #779126;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding-left: 15px;
}

.DeleteRow {
    text-align: left;
    color: white;
    background-color: red;
}

.btn-success {
    font-family: Yekan,Tahoma !important;
    padding: 10px !important;
}


#thumbs2 {
    background-color: none;
    display: block !important;
}


.bxslider img {
    height: 400px;
}

a.Sabad {
    /*text-decoration: none;
    padding: 5px 5px;
    background-color: #2f9f00;
    border-radius: 4px;
    width: 165px;
    margin-top: 7px;
    color: white;*/
}

.Sabad > div span img {
    float: right;
}

a.Sabad:hover {
    text-decoration: none;
    background-color: #2d8f04;
    text-shadow: 0 0 1px 5px #fc7c00;
}



.hrFade {
    border: 0;
    height: 1px;
    margin: 5px 2px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(53, 53, 53, 0.75), rgba(0, 0, 0, 0));
}

/*media screen*/
.GridView {
    direction: rtl;
    width: 100%;
    font-family: Tahoma;
    border-width: 1px;
    border-style: none;
    border-color: lightgray;
    color: black;
    border-collapse: collapse;
    max-height: 250px;
    overflow: auto;
    font-size: 12px;
}

    .GridView td {
        vertical-align: middle !important;
        text-align: center;
    }

    .GridView tbody tr {
        vertical-align: middle !important;
        background-color: white !important;
    }

.DivPanel {
    border-radius: 3px;
    border: 1px solid #87e467;
    padding: 10px;
    color: black;
}


.title-lined {
    text-align: right;
    height: 40px;
    margin-bottom: 20px;
}

    .title-lined:before,
    .title-lined:after {
        content: " ";
        display: table;
    }

    .title-lined h5 {
        display: inline-block;
        background: #fff;
        height: 40px;
        font-size: 15px;
        position: relative;
        padding: 10px 0 0 10px;
        white-space: nowrap;
        direction: rtl;
    }

        .title-lined h5:before {
            display: inline-block;
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\f111";
            font-size: 7px;
            margin-left: 6px;
            color: #e56233;
        }

    .title-lined:after {
        content: " ";
        width: 100%;
        border-bottom: 1px solid #f06305;
        margin-top: -17px;
    }

.js-login-response input {
    text-align: left;
}

.js-login-response label {
    text-align: right !important;
}

.boxheader {
    height: 30px;
    background-color: #6c6c6c;
    border-radius: 5px;
    vertical-align: middle;
    text-align: right;
    color: white;
    margin: 5px 2px;
}

.panel-heading {
    text-align: right;
    background-color: #777 !important;
    color: white !important;
    font-weight: normal;
    font-size: 12px !important;
    vertical-align: central;
}

    .panel-heading span {
        font-size: medium !important;
    }

.panel {
    margin: 5px 0;
    border-color: silver !important;
    font-size: medium;
}

    .panel span {
        font-size: 13px;
        font-weight: normal;
    }

.spanHead {
    color: #0a7cbe;
}

.panel-body {
    text-align: right;
}

.popover-title {
    font-size: 12px;
    font-family: 'Yekan';
}


.Account a:hover {
    color: #bb2f09 !important;
    padding: 0 0 0 20px;
}

.not-active {
    pointer-events: none;
    cursor: default;
    opacity: 0.6;
}

.Price0 {
    color: #2d8e31 !important;
    font-weight: 300;
    font-size: 15px !important;
    font-family: "Yekan!important",Tahoma;
    margin-top: -4px;
}

.Price {
    color: #2d8e31 !important;
    font-weight: 300;
    font-size: 16px !important;
    font-family: "Yekan!important",Tahoma;
    margin-top: -4px;
}

    .Price:after {
        font-family: Yekan !important;
        content: " تومان ";
    }

.PriceBlack {
    color: #222 !important;
    font-weight: bold;
    font-size: 14px;
    font-family: Yekan,Tahoma;
}

.ajax-loader {
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -32px; /* -1 * image width / 2 */
    margin-top: -32px; /* -1 * image height / 2 */
}

.tableD thead {
    background-color: #777 !important;
    font-weight: normal;
    font-size: 12px;
    color: white;
}

.DivRadius {
    border-radius: 3px;
    border: solid #bbb 1px;
    padding: 5px !important;
    margin: 3px !important;
    font-size: 13px;
    vertical-align: middle !important;
}




    .DivRadius span {
        font-size: 14px;
        vertical-align: middle;
    }

    .DivRadius table {
        border-collapse: separate !important;
        border: 1px solid #f1f1f1 !important;
        border-spacing: 2px !important;
    }

    .DivRadius td {
        padding: 5px !important;
        background-color: white;
    }

.modal-dialog {
    width: 900px !important;
}

.imgHover {
    transition: all .2s ease-in-out;
}

    .imgHover:hover {
        transform: scale(3);
    }

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    vertical-align: middle !important;
}

.tblUploadedImage {
    background-color: #e9e9e9 !important;
}

.tbluploadedimageDiv {
    border: 1px solid silver !important;
    margin: 2px;
    text-align: center;
}

    .tbluploadedimageDiv img {
        border: 1px solid silver !important;
        margin: 2px;
        text-align: center;
        width: 150px;
        height: 150px;
        z-index: 1;
    }

        .tbluploadedimageDiv img:active {
            transform: scale(2);
            transition-duration: 1s;
        }


.MyBorder {
    text-align: center;
    background-color: white;
    margin: 5px;
    border-radius: 5px;
    box-shadow: 0 0 5px 0 #888888;
    padding: 5px;
}

.MyBorderxs {
    margin: 0 !important;
    padding: 0 !important;
}

.GridViewxs {
    text-align: center;
    background-color: white;
    margin: 7px 0 0 0;
    border-radius: 1px;
    border: 0;
    box-shadow: 0 0 3px 0 #888888;
    padding: 0 0 0 0;
}

.xsPrice {
    margin: -5px !important;
}

    .xsPrice div {
        border: 1px solid #f1f1f1 !important;
        border-collapse: separate;
        padding: 5px;
    }


.ManageHeight {
    height: 410px;
    margin-top: 10px;
}
/*@media screen and (max-width:780px) {

    .ManageHeight {
       height:40px;
    }
}*/

.product-box {
    background-color: white;
    padding: 0 !important;
    /*box-shadow: 0 0 1px 1px #f1f1f1;*/
    text-align: justify;
    height: 100%;
}

    .product-box h2 {
        font-size: large;
    }

@media (max-width:800px) {
    .product-box h2 {
        font-size: small !important;
        font-weight: bold;
        line-height: 25px;
    }
}


.product-box .title {
    font-family: 'Yekan' Tahoma !important;
    font-size: 14px !important;
    color: #828282;
}

.ProductDescription {
    font-size: 15px !important;
    margin-top: 5px;
}

    .ProductDescription p {
        line-height: 2.5;
    }


.ProductOne {
    border: solid 1px #cecece;
    padding: 20px;
    font-size: 14px;
}
/*.ProductOne >div{
    border: solid 1px #cecece;
    padding: 20px;
    font-size: 14px;
    background-color:white;
}*/
    .ProductOne span {
        color: #4a4a4a;
    }

.product-footer {
    width: 100%;
    height: 20px;
    clear: both;
    padding: 0 12px 12px;
    opacity: 0;
    outline: medium none;
    text-decoration: none;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.ProductOne:hover .product-footer {
    opacity: 1;
}

.product-footer > .product-rate .readonly-rating-star i
.product-rate {
    float: left;
}

.icon-star {
    float: left;
}

    .icon-star:before {
        content: '\0035';
    }

*[class^='icon-']:before {
    display: inline-block;
    font: normal normal normal 14px/1 'Darukade';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}


.productList-box {
  
    text-align: center;
    height: 360px;
    padding: 5px !important;
    padding-top: 0 !important;
    margin-top: 5px;
}

    .productList-box > div:hover {
        box-shadow: 0 0 5px 1px #d3d3d3;

    }

    .productList-box > div {
        padding: 5px;
        height: 355px;
        border-radius: 0.2px;
        /*box-shadow: 0 0 1px 3px #dedede;*/
        width: 100%;
        border: 1px solid #cfcfcf;
        transition: box-shadow 0.2s ease-in-out;
        background-color: white;
    }

    .productList-box > p span {
        padding: 5px;
        height: 295px;
        border-radius: 0.2px;
        box-shadow: 0 0 1px 1px #dedede;
        text-align: right !important;
        float: right !important;
        font-family: Yekan;
    }

    .productList-box > div > div > p {
        font-family: yekan;
        font-size: 15px;
        color: #313131;
    }

    .productList-box > div > div > a {
        width: 150px !important;
        height: 150px !important;
    }

        .productList-box > div > div > a > img {
            max-width: 150px !important;
            width: 100% !important;
            height: 150px !important;
        }


#divAds {
    /*background-color: #c0c0c0;*/
    /*background-image: url('../images/BackGallery2.jpg');*/
}

.chLabel {
    vertical-align: top;
}



.bg {
    background-color: #f2f2f2 !important;
    width: 100%;
    height: 100%;
}

.BorderInfo {
    margin-left: 10px !important;
    margin-right: 10px !important;
    padding: 10px;
    border-radius: 3px;
    /*background-color: #f8f8f8;*/
    /*box-shadow: -2px -2px 20px 1px #c8c8c8;*/
    border: solid 1px #e1e1e1;
    border-width: 5px 1px 1px 1px;
}
.BorderInfo2 {
    padding: 10px;
    border-radius: 3px;
    border: solid 1px #e1e1e1;
    border-width: 5px 1px 1px 1px;
}
.BorderInfo2 >div {
   padding:20px;
   background-color:silver;
}.BorderInfo2 >label {
   font-weight:bold;
}

ul.Att {
    line-height: 2.5 !important;
    font-size: 15px;
}

.icon-circle {
    background: url(../images/slices.png) no-repeat -575px -37px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 14px;
}

.form-control {
    padding: 0 12px;
}

.form-group.Admin input[type="text"] {
    color: blue;
}

.form-group.Admin table tr:hover {
    background: #bcdb78;
}

optgroup {
    color: red;
}

option {
    color: black;
}

.checkboxList {
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
    width: 500px;
    height: 200px;
    overflow-y: scroll;
}

    .checkboxList span {
        font-size: 12px;
    }

.Edit {
    height: 40px !important;
}

button {
    display: inline-block;
    height: 30px;
    padding: 0;
    margin: 0;
    vertical-align: top;
   /* width: 30px;*/
}

#close-CSS {
    background-image: url( '../images/add.jpg' );
    background-size: 24px 24px;
    background-repeat: no-repeat;
    vertical-align: middle;
    background-position-y: 4px;
    background-position-x: 3px;
    width: 32px;
}


.ProductColorBox {
}

    .ProductColorBox input[type="radio"] {
        opacity: 1;
    }

        .ProductColorBox input[type="radio"]:checked {
            background-color: green;
        }

            .ProductColorBox input[type="radio"]:checked + div {
                background-color: green;
            }

    .ProductColorBox div {
        border-radius: 100%;
        height: 20px;
        right: 9px;
        top: 4px;
        width: 20px;
    }


    .ProductColorBox label {
        border: 1px solid #eee;
        border-radius: 2px;
        display: block;
        font: 11px/26px yekan;
        height: 26px;
        padding: 0 34px 0 11px;
        position: relative;
        text-align: center;
        cursor: pointer;
    }

        .ProductColorBox label:before {
            background-color: attr(data-foo);
            /*background-color: Gold;
    border-color: Gold;*/
            border-radius: 100%;
            content: "";
            height: 20px;
            position: absolute;
            right: 9px;
            top: 4px;
            width: 20px;
            border: 0;
        }



.control {
    font-size: 14px;
    position: relative;
    display: block;
    padding-left: 30px;
    cursor: pointer;
    border-style: solid;
    padding: 5px 5px;
    border-color: #eeeeee;
    border-width: 1px;
    border-radius: 3px;
    background-color: #fefefe;
}

    .control input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }


/*----------------------------------*/
.control__indicator {
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    background: #e6e6e6;
    float: right;
}

.control--radio .control__indicator {
    border-radius: 50%;
}

.control--radio label {
    float: right;
    margin-right: 10px;
}
/* Hover and focus states */
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
    background: #ccc;
}

/* Checked state */
.control input:checked ~ .control__indicator {
    background: #2aa1c0;
}

/* Hover state whilst checked */
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
    background: #0e647d;
}

/* Disabled state */
.control input:disabled ~ .control__indicator {
    pointer-events: none;
    opacity: .6;
    background: #e6e6e6;
}

/* Check mark */
.control__indicator:after {
    float: right;
    display: none;
    content: '';
}




/* Radio button inner circle */
.control--radio .control__indicator:after {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    margin-top: 4.5px;
    margin-right: 0;
    background: url(../images/tick.png) no-repeat;
    content: "";
    opacity: 1;
}

/* Show check mark */
.control input:checked ~ .control__indicator:after {
    display: block;
}

/* Show check mark */
.control input:checked {
    display: block;
    border: 1px solid red !important;
}

    .control input:checked .control--radio {
        display: block;
        border: 1px solid red;
    }


.nav-tabs > li > a {
    color: black;
    padding: 15px;
}

    .nav-tabs > li > a > span {
        margin-top: -5px;
    }




.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a {
    color: dodgerblue;
}

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        color: dodgerblue;
    }

.nav-tabs > li > a {
    color: black;
}

.bs-example {
    min-height: 300px;
}

.property > span:before {
    content: url(../images/property.png);
    margin-left: 5px;
}

.nav-tabs > li.active > a span:before {
    content: url(../images/property1.png);
    margin-left: 5px;
}

.AttributGroup {
    font-size: small;
}

    .AttributGroup .Field {
        padding: 15px;
        padding-right: 15px !important;
        background-color: #e8e8e8;
        margin-top: 10px;
        height: 50px;
    }

    .AttributGroup .Value {
        background-color: #f5f5f5;
        padding: 15px;
        margin-top: 10px;
        height: 50px;
    }

        .AttributGroup .Value span {
            font-family: Yekan,Tahoma !important;
            width: auto !important;
        }


    .AttributGroup .red {
        background-color: #fbe3e3 !important;
    }

    .AttributGroup .green {
        background-color: #dcf6dd !important;
    }


.hide {
    visibility: collapse !important;
}

.visible {
    visibility: visible !important;
}

.verticalLine {
    border-left: 1px solid #c1c1c1;
}

.verticalLineR {
    border-right: 1px solid #c1c1c1;
}

#about {
    color: #e8e8e8;
}

    #about > p {
        font-size: 23px !important;
    }

.About > p {
    font-size: 23px !important;
}

.About p {
    font-size: 23px !important;
}

.DivCo {
    margin: 0;
    padding: 0;
    /*width:200px;*/
}

    .DivCo > div {
        margin: 3px;
        height: 200px;
        border: 1px solid #e8e8e8;
        padding: 5px;
    }

    .DivCo span {
        color: #525252;
        font-size: 24px;
    }

    .DivCo a {
        cursor: pointer;
    }

        .DivCo a:hover span {
            color: #dbac08;
            text-shadow: 1px 1px 5px #fed136;
        }

    .DivCo div:hover {
        box-shadow: 1px 1px 2px #fed136;
    }




.DivT {
    transition: opacity .1s ease-in .1s;
    border-radius: 3px;
    background-color: #ee796d;
    border: solid 5px #ee796d;
    display: none;
}

    .DivT > div {
        border-radius: 5px;
        background-color: white;
        padding: 0;
    }

    .DivT span.title {
        color: black;
        font-size: 29px;
    }

    .DivT span {
        color: #c22760;
        font-size: 14px;
        font-weight: normal !important;
    }

    .DivT p {
        text-align: right;
        color: #949494 !important;
        font-size: 16px !important;
        font-weight: normal !important;
        line-height: 2 !important;
    }

        .DivT p span {
            font-weight: bold !important;
        }



#DivBrands > .DivBrand {
    margin: 0;
    padding: 0;
}

    #DivBrands > .DivBrand div {
        margin: 3px;
        height: 200px;
        border: 1px solid #e8e8e8;
        padding: 5px;
        color: #525252 !important;
        font-size: 30px;
    }

    #DivBrands > .DivBrand a {
        color: #6c6c6c !important;
        font-size: 24px;
    }

    #DivBrands > .DivBrand > div:hover {
        color: #58b3bf !important;
        cursor: pointer;
        box-shadow: 0 0 2px #58b3bf;
    }

    #DivBrands > .DivBrand:hover a {
        color: #58b3bf !important;
    }

.DivItem span {
    color: #c22760;
    font-size: 14px;
    font-weight: normal !important;
}

.DivItem p {
    text-align: right;
    color: #949494 !important;
    font-size: 16px !important;
    font-weight: normal !important;
    line-height: 1.9 !important;
    font-family: Yekan,Tahoma;
}

.DivBrandItem {
    background-color: #85b5be;
    border: solid 5px #85b5be;
    display: none;
}

    .DivBrandItem > div {
        border-radius: 5px;
        background-color: white;
        padding: 0;
    }

    .DivBrandItem span.title {
        color: #85b5be;
        font-size: 29px;
        font-family: Tahoma;
    }

@media screen and (max-width:780px) {

    #Menu div {
        margin-left: 0;
    }

    #Menu .Cat {
        margin-left: 2px;
    }

    .dropdown-content {
        margin-left: 20px !important;
        visibility: visible !important;
    }
}

.CircleSabadCount {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #ef394e;
    font-family: Arial;
    font-size: 12px;
    width: 16px;
    height: 16px;
    float: left;
    margin-top: 1px;
    text-align: center;
    color: white;
    top: 10px;
    right: -8px;
    position: relative;
}

.CircleSabadCountR {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #237500;
    font-family: Arial;
    font-size: 14px;
    width: 17px;
    height: 17px;
    float: left;
    margin-right: -5px;
    margin-top: 1px;
    text-align: center;
    color: #ffffff;
}

/*برای تبلیغات*/
@media screen (min-width: 1300px) {
    .col-Mymd-12 {
        width: 100%;
    }
}

@media screen and (max-width: 1500px) {
    .col-Mymd-12 {
        width: 100%;
    }
}
/*and (max-device-width: 1024px)*/


a.MyShop {
    text-decoration: none;
    background-color: #2f9f00;
    border-radius: 4px;
}


    a.MyShop:hover {
        text-decoration: none;
        background-color: #2d8f04;
        text-shadow: 0 0 1px 5px #fc7c00;
    }

@media (min-width:200px) and (max-width: 820px) {
    .MyShop.collapse {
        display: none !important;
    }
}


#MainProductMenu {
    padding: 0 !important;
    margin: 0 !important;
}

    #MainProductMenu > div:first-child {
        height: 40px;
        width: 100%;
        margin-top: 5px;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
        background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    }

    #MainProductMenu > div > div {
        padding: 8px 3px 0 3px;
    }


.irs-to {
    margin-left: -20px !important;
}


/*@media (max-width: 768px) {
    #MainIndex {
        margin-top:50px;
    }*/
}


#DivProduct {
    float: left !important;
}


#Menu {
    color: white;
    height: 100%;
    float: right;
    direction: rtl;
    margin: 10px 0;
    padding: 20px;
}

    #Menu p {
        color: #2e2e2e;
        padding: 0 5px 0 0;
        text-shadow: 0 0 0.5px #676767;
    }

    #Menu hr {
        margin: 10px 5px;
        background-color: #a5a5a5;
        border-style: solid !important;
        border-width: 1px;
        height: 0.5px !important;
    }

section hr {
    /*height: 0.5px  !important;
    background-color: #a5a5a5;*/
    border-style: solid !important;
    border-width: 0.5px;
    margin: 0px 5px 10px 5px;
}



#Menu .Cat div {
    margin: 7px 0 0 0 !important;
}

#Menu .Cat span {
    color: #2e2e2e;
    padding: 0 5px 0 0;
    font-family: Yekan,Tahoma;
    font-size: 13px;
}

#Menu .Cat label {
    color: #2e2e2e;
    padding: 0 5px 0 0;
    font-family: Yekan !important;
    font-size: 12px;
    font-weight: normal;
}

#Menu input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
    margin-top: 5px;
}

    #Menu input[type="checkbox"] + span:before {
        font: 16pt FontAwesome;
        content: '\00f096';
        display: inline-block;
        width: 16pt;
        padding: 2px 0 0 2px;
        vertical-align: middle;
        margin-left: 8px;
    }

    #Menu input[type="checkbox"]:checked + span:before {
        content: '\00f046';
        margin-right: -3px;
        margin-left: 11px;
        padding: 2px 0 0 2px;
        color: #15b135;
    }

    #Menu input[type="checkbox"]:focus + span:before {
        outline: 1px dotted #aaa;
    }

    #Menu input[type="checkbox"]:disabled + span {
        color: #999;
    }

    #Menu input[type="checkbox"]:not(:disabled) + span:hover:before {
        text-shadow: 0 1px 2px #87ff82;
        cursor: pointer;
    }

/*.accordion-item-content a {
    height: 39px;
    color: #555555;
    padding: 7px;
    display: inline-block;
    width: 100%;
  
    margin-top: 5px;
}*/
.accordion-item-content a {

    color: #555555;
    padding-right: 7px;
    display: inline-block;

 
}
.accordion-item-content label {
    color: #555555;
    padding-right: 7px;
    display: inline-block;
}

.accordion-item-content input[type=checkbox] {
    height:18px;
    color: #555555;
    padding-right: 7px;
    display: inline-block;
    vertical-align:sub;
    width:20px;
}


    .accordion-item-content a:hover {
        color: #0daa1f !important;
    }

.accordion-item h1:hover {
  color:#696767;
}
.accordion .accordion-item-content:hover {
    background-color: #f8fff0 !important;
}


.accordion-item h1 {
    font-size: 15px;
    font-weight:300;
    color: black;
    cursor: pointer;
    font-family:Yekan;
    padding:15px 20px 15px 0 ;
}


.accordion-item-content,
.accordion .accordion-item-content {
    height: 0;
    overflow: hidden;
    transition: height .25s;
    margin-top: 0;
    padding-right:15px;
}


.accordion {
    padding: 0;
    margin: 0 auto;
    width: 98%;
    font-family: "PT Sans" sans-serif;
    padding-bottom: 120px !important;
}

    .accordion .accordion-item {
        border: 1px solid #e5e5e5;
        padding: 0;
        color: #f5f5f5;
        background-color: #ffffff;
        margin-top: 10px;
        border-radius:5px;
    }
    .accordion .accordion-item > hr{
       display:none;
    }
        .accordion .accordion-item:hover {
        }


    .accordion h1 {
        margin: 0;
    }

    .accordion .accordion-item:nth-child(1) {
        /*background-color: hsl(0, 0%, 60%);*/
    }

.glyphicon:hover {
    opacity: 0.8;
    color: red;
}

.BorderShadow {
    -webkit-box-shadow: 2px 3px 5px 2px rgba(232,232,232,0.59);
    -moz-box-shadow: 2px 3px 5px 2px rgba(232,232,232,0.59);
    box-shadow: 2px 3px 5px 2px rgba(232,232,232,0.59);
    background-color: #fefefe;
    min-height: 300px;
}

    .BorderShadow > span {
        padding: 5px;
        color: #525252;
        font-weight: bold;
        font-size: 15px;
        text-align: right;
        float: right;
    }


#Sub-Itm11 a {
    font-size: 15px;
}

.sorting {
    float: right;
    margin-right: 10px !important;
}

    .sorting ul {
        float: right;
    }

        .sorting ul li {
            display: inline-block;
            vertical-align: top;
            text-align: center;
            font-size: 14px;
            padding: 0 10px 6px;
            cursor: pointer;
        }

            .sorting ul li:hover {
                background-color: #e2e2e2;
                border-radius: 5px;
            }

    .sorting li.active {
        border-bottom: 2px solid #2196f3;
    }


.rs-thumb-wrap {
    margin-left: 15px !important;
}

.Menu a:active {
    color: black !important;
}

.Menu a:after {
    color: black !important;
}

.Menu a::selection {
    color: black !important;
}

.GamBoxFrame {
    box-shadow: 0 0 5px #e5e0e0;
    margin: 20px 0;
    padding: 20px;
    background-color: white;
}

.GamBoxFrame2 {
    box-shadow: 0 0 3px #3d3d3d;
    margin: 20px 0;
    padding: 20px;
}

.GamBoxFrame3 {
    border: 1px silver solid;
    margin: 20px 0;
    padding: 20px;
}

.GamBoxFrame4 {
    border: 1px #e5e5e5 solid;
    margin-top: 20px;
    padding: 20px;
}
.GamBoxFrame5 {
   
    margin-top: 20px;
    padding: 20px;
}

.Divider {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    position: relative;
    text-align: center;
    top: -35px;
}

    .Divider span {
        background: none repeat scroll 0 0 #ededed;
        border: 1px solid #afafaf;
        border-radius: 3px;
        color: #8e44ad;
        font-size: 16px;
        padding: 6px 32px;
        position: relative;
        text-transform: uppercase;
        z-index: 3;
    }

.Footer2 {
  
    display: block;
    padding: 10px 0;
    position: relative;
    border-bottom: 1px solid #a2a2a2;
    color: #fff;
    text-align: center;
}

.container2 {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.Right {
    text-align: right;
    float: right;
}

.Footer2 li {
    color: #ddd;
    cursor: pointer;
    font-size: 12px;
    padding-right: 10px;
}

    .Footer2 li a {
        color: white;
        transition: all .3s ease-in-out;
    }

        .Footer2 li a:hover {
            margin-right: 5px;
            color: white;
        }

ul, ol, li {
    border-width: 0;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.UserLogin:hover {
    -webkit-filter: sepia(10);
    filter: sepia(10);
}

.buyPrice {
    border: 1px solid #d6d6d6;
    background-color: #f8f8f8;
}

.mdi-shield-check::before {
    content: "\F565";
}

.mdi:before, .mdi-set {
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sharing {
    text-align: left;
    float: left;
    margin-top: 20px;
}

.mdi-telegram::before {
    content: "\F501";
}


.product-services {
    margin-top: 15px;
    border-top: 1px solid #d7d8d9;
    padding-top: 15px;
}

.product-card .entry-summary .product-services p {
    margin-bottom: 0;
    line-height: 20px;
    font-size: 10px;
}

.product-services .service-item {
    width: 20%;
    float: right;
    text-align: center;
}

    .product-services .service-item img {
        height: 40px;
        opacity: 0.7;
        filter: grayscale(100%);
    }

        .product-services .service-item img:hover {
            filter: none;
            opacity: 1;
        }

.GroupProduct:active {
    color: red;
}

.GroupProduct:visited {
    color: red;
}

.RightFloat > div {
    float: right;
}


.carousel-inner {
    border-radius: 25px;
}
.carousel-inner  img{
   object-fit:cover;
}

.carousel-control {
    border-radius: 25px;
    cursor:pointer;
}


.showmanymoveone {
    border: solid 1px silver;
    padding: 20px;
    padding-left: 60px;
    padding-right: 60px;
    margin-top: 10px;
    background-color: white;
}



/*.glyphicon-chevron-right:before {
    color: #c6c6c6;
}
.glyphicon-chevron-left:before {
    color: #c6c6c6;
}*/
.carousel-control {
    color: #c6c6c6;
    text-shadow:none;
}

.LatestProduct a{
    color:white;
}
.LatestProduct p {
    color: white;
}
.footerDiv {
    background-color: #939393;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

div:disabled {
    background: #dddddd;
}
.disabledDiv {
    pointer-events: none;
    opacity: 0.5;
}




@media screen and (max-width: 768px) {
    .table-wrapper

{
    overflow-x: auto; /* فعال کردن اسکرول افقی */
    -webkit-overflow-scrolling: touch; /* اسکرول نرم برای موبایل */
    clear: both;
}

table {
    /*width: 100%;*/ /* جدول تمام عرض شود */
    /*min-width: 600px;*/ /* حداقل عرض جدول برای جلوگیری از جمع شدن بیش از حد */
    /*border-collapse: collapse;*/
}

}
