﻿@import url(fontiran.css);

:root {
    --Primary: #59C5B9;
    --Secondary: #607D8B;
    --Notice: #FD6466;
    --Gray: #9D9D9D;
}

html, body, form {
    margin: 0px;
    padding: 0px;
    height: 100%;
    font-family: IRANSans, Tahoma;
    font-size: 14px;
    color: #D5D5D5;
    background-color: #263238;
}
img {
    border: 0px;
}
input, textarea, select {
    font-family: IRANSans, Tahoma;
    margin: 0px;
    padding: 0px;
}
a
{
    color:#D5D5D5;
    text-decoration: none;
}
a:visited
{
    color:#EB4E23 !important;
}
a:hover
{
    color:#F57C23 !important;
}
::-webkit-input-placeholder { /* Chrome */
  color: #D0D0D0;
  font-size: 14px;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #D0D0D0;
  font-size: 14px;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #D0D0D0;
  opacity: 1;
  font-size: 14px;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #D0D0D0;
  opacity: 1;
  font-size: 14px;
}
.redWarn {
    font-weight: bold;
    color: #FF4040;
    font-size: 14px;
}
.greenWarn {
    font-weight: bold;
    color: green;
    font-size: 14px;
}
.ltr { direction: ltr !important}
.rtl { direction: rtl !important}
.w50 { width: 50px }
.w100 { width: 100px }
.w120 { width: 120px !important }
.w218 { width: 218px !important }
.clearBoth { clear:both }
.left { text-align: left !important }
.right { text-align: right !important }
.center { text-align: center !important }
.mrginAuto { margin: 0px auto !important }
.lh30 { line-height: 30px !important }
.red { color:red }
.bold { font-weight:bold }

.gButton {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 145px;
    height: 56px;
    background-color: #59C5B9;
    border: 1px solid #263238;
    color: #263238;
    font-family: IRANSans, Tahoma;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid #607D8B;
}

.asLink {
    width: unset !important;
    background-color: transparent;
    color: var(--Primary);
    margin: 0px;
    padding: 0px;
    font-family: IRANSans, Tahoma;
    font-size: 14px;
    border: 0px;
    cursor: pointer
}

.dataPager
{
    text-align:center;
    clear:both;
    direction: ltr;
    padding-top: 57px;
    sfont-size: 14px;
}
    .dataPager a:hover {
        color: black !important
    }
.dataPager .current
{
    display: inline-table;
    min-width: 25px;
    max-width: 35px;
    height: 25px;
    background: #67EFE0;
    cursor: pointer;
    color: black;
    font-family: IRANSans, Tahoma;
    line-height:25px;
    margin:0px 5px 0px 5px;
}
.dataPager .number, .dataPager .nextPrevious
{
    display: inline-table;
    min-width: 25px;
    max-width: 35px;
    height: 25px;
    background-color: #D5D5D5;
    cursor: pointer;
    color: black;
    font-family: IRANSans, Tahoma;
    line-height:25px;
    margin:0px 5px 0px 5px;
}
.dataPager .nextPrevious
{
    font-weight:bold;
}
    .dataPager .number:hover, .dataPager .nextPrevious:hover
    {
        background-color: #67EFE0;
    }

.allArea {
    zzheight: 100%;
    max-width: 1263px;
    background-color: #263238;
    margin: 0px auto 0px auto;
    padding: 0px 38px 0px 38px;
    box-sizing: border-box;
}

.topArea {
    position: relative;
    min-height: 77px;
}
    .topArea a.logo {
        display: block;
        position: absolute;
        width: 203px;
        height: 45px;
        bottom: 1px;
        right: 0px;
        background: url('/Images/TopArea/Logo.gif') center center no-repeat;
        z-index:1;
    }

    .topArea .language {
        display: none;
        position: absolute;
        top: 7px;
    }
    .topArea .language a {
        color: #76797B !important;
    }
        .topArea .language a:hover {
            color: white !important;
        }
    .topArea .menuArea {
        display:inline-block;
        position: absolute;
        bottom: 0px;
        left: 0px;
        smax-width:452px;
        width:100%;
        min-height: 39px;
    }
        .topArea .menuArea a img {
            width: 138px;
            height: 38px;
        }
        .topArea .menuArea a.providedService {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 138px;
            height: 38px;
            z-index: 3;
            background: url('/Images/TopArea/TopMenu/ProvidedService.png') 0px 0px no-repeat;
        }
            .topArea .menuArea a.providedService:hover {
                background: url('/Images/TopArea/TopMenu/ProvidedService01.png') 0px 0px no-repeat;
            }
        .topArea .menuArea a.tracking {
            position: absolute;
            top: 0px;
            left: 149px;
            width: 138px;
            height: 38px;
            z-index: 3;
            background: url('/Images/TopArea/TopMenu/Tracking.png') 0px 0px no-repeat;
        }
        .topArea .menuArea a.tracking:hover {
            background: url('/Images/TopArea/TopMenu/Tracking01.png') 0px 0px no-repeat;
        }
        .topArea .menuArea a.tamdid {
            position: absolute;
            top: 0px;
            left: 298px;
            width: 138px;
            height: 38px;
            z-index: 3;
            background: url('/Images/TopArea/TopMenu/Tamdid.png') 0px 0px no-repeat;
        }
            .topArea .menuArea a.tamdid:hover {
                background: url('/Images/TopArea/TopMenu/Tamdid01.png') 0px 0px no-repeat;
            }
        .topArea .menuArea a.login {
            position: absolute;
            top: 0px;
            left: 447px;
            width: 138px;
            height: 38px;
            z-index: 3;
            background: url('/Images/TopArea/TopMenu/Login.png') 0px 0px no-repeat;
        }
        .topArea .menuArea a.login:hover {
            background: url('/Images/TopArea/TopMenu/Login01.png') 0px 0px no-repeat;
        }
        .topArea .menuArea a.loginned {
            position: absolute;
            top: 0px;
            left: 447px;
            width: 138px;
            height: 38px;
            z-index: 3;
            background: url('/Images/TopArea/TopMenu/Profile.png') 0px 0px no-repeat;
        }
            .topArea .menuArea a.loginned:hover {
                background: url('/Images/TopArea/TopMenu/Profile01.png') 0px 0px no-repeat;
            }
        .topArea .menuArea a.loginned img {
            width: 138px;
            height: 38px;
        }
        .topArea .menuArea a.loginnedText {
            position: absolute;
            top:0px;
            left: 580px;
            height: 38px;
            z-index:3;
            font-size: 14px !important;
            line-height: 38px;
            color: #D5D5D5;
            font-family: IRANSans, Tahoma !important;
            margin-left: 8px;
        }

        .topArea .menuArea img.loading {
            display: none;
            position: absolute;
            top: 0px;
            width: 30px;
            height: 30px;
            left: 170px;
            z-index: 3;
        }

        .topArea .menuArea .trackingBox {
            display: none;
            position: absolute;
            top: 38px;
            left: 0px;
            width: 100%;
            max-width: 452px;
            min-height: 320px;
            background-color: #4D616B;
            border: 1px solid #607D8B;
            box-sizing: border-box;
            z-index: 3;
        }
            .topArea .menuArea .trackingBox .all {
                margin: 0px 53px 0px 53px;
            }
                .topArea .menuArea .trackingBox .all div.title {
                    position:relative;
                    height:63px;
                }
                .topArea .menuArea .trackingBox .all div.title span {
                    position:absolute;
                    bottom:0px;
                    right:0px;
                    color:white;
                    font-family: IRANSans, Tahoma;
                    font-size: 14px;
                    line-height: 30px;
                    padding-bottom: 0px
                }
                .topArea .menuArea .trackingBox .all textarea {
                    direction: rtl;
                    display:block;
                    width: 100%;
                    max-width: 346px;
                    height: 136px;
                    resize: none;
                    margin: 0px;
                    padding: 5px;
                    border: 0px;
                    font-family: IRANSans, Tahoma;
                    font-size: 12px;
                    -webkit-box-sizing: border-box;
                    -moz-box-sizing: border-box;
                    box-sizing: border-box;
                }
                .topArea .menuArea .trackingBox .all .button {
                    width: 100%;
                    height: 57px;
                    margin: 12px 0px 3px 0px;
                    font-family: IRANSans, Tahoma;
                    font-size: 32px;
                    text-align: center;
                    line-height: 45px;
                    cursor: pointer;
                    color: white;
                    background-color: #263238;
                    border: 1px solid #607D8B;
                    box-sizing: border-box;
                }
            .topArea .menuArea .trackingBox .close {
                position: absolute;
                display: inline-block;
                top: 5px;
                right: 5px;
                color: #D5D5D5;
                width: 25px;
                height: 25px;
                text-align: center;
                font-weight: bold;
                font-size: 18px;
                font-family: Verdana;
                border-radius: 3px;
                cursor: pointer;
            }
                .topArea .menuArea .trackingBox .close:hover {
                    background-color: #2D414B;
                }

        .topArea .menuArea .loginnedBox {
            display: none;
            position: absolute;
            top: 39px;
            left: 447px;
            width: 100%;
            max-width: 138px;
            min-height: 77px;
            background-color: #59C5B9;
            z-index: 3;
        }
            .topArea .menuArea .loginnedBox .item {
                min-height: 38px;
                line-height: 38px;
            }
            .topArea .menuArea .loginnedBox .item * {
                float: right;
            }
            .topArea .menuArea .loginnedBox .bullet {
                width: 8px;
                height: 8px;
                margin: 15px 5px 0px 5px;
            }
            .topArea .menuArea .loginnedBox .line {
                height: 1px;
                width: 100%;
                background-color: #353648;
            }
            .topArea .menuArea .loginnedBox a {
                color: #273239 !important;
            }

.topVrtLine {
    max-width: 1031px;
    height: 1px;
    margin: 34px auto 2px auto;
    background-color: #343F44;
}
.topMenu {
    max-width: 1031px;
    margin: 0px auto 70px auto;
    text-align:center;
    line-height: 8px; /* dont remove*/
    display: flex;
    justify-content: end;
    column-gap: 43px;
    direction: ltr;
}
    .topMenu .sub1 {
        display: unset;
        position:relative;
        justify-content: unset;
        line-height:38px;
        height:38px;
        z-index: 1;
    }
    .topMenu .sub2 {
        display:none;
        position:absolute;
        right:0px;
        top:38px;
        width:170px;
        background-color: #263238
    }
    .topMenu .sub2 div {
        position:relative;
        background-color: #4D616B;
        min-height:38px;
        margin-top: 2px;
        text-align:right;
        font-size: 12px;
    }
        .topMenu .sub2 div a {
            display: block;
            margin-right: 5px;
            padding-right: 5px;
            text-decoration: none;
            color: #263238 !important;
            background-color: #B0BEC5;
        }

    .topMenu .sub2 div .sub3 {
        display:none;
        position:absolute;
        left: -172px;
        top: -4px;
        width:170px;
        background-color: #263238;
    }
    .topMenu .sub2 div .sub3 div {
        background-color: white;
        min-height:38px;
        margin-top: 2px;
        text-align:right;
        font-size: 12px;
    }
        .topMenu .sub2 div .sub3 div a {
            display: block;
            margin-right: 5px;
            padding-right: 5px;
            text-decoration: none;
            color: black;
            background-color: #B0BEC5;
        }
        .topMenu .sub2 div .sub3 div a:hover {
            background-color: white;
        }
.sub1.menu2 { /* Only for InstallationAgencies submenu on mobile */
    z-index: 2;
}

    .topMenu a img {
        height: 38px;

    }
        .topMenu a img.contactUs {
            width: 76px;
        }
        .topMenu a img.blog {
            width: 72px;
        }
        .topMenu a img.gallery {
            width: 76px;
        }
        .topMenu a img.aboutUs {
            width: 94px;
        }
        .topMenu a img.installationAgencies {
            width: 127px;
        }
        .topMenu a img.interface {
            width: 118px;
        }
        .topMenu a img.products {
            width: 209px;
        }

.mainArea {
    overflow: auto;
    margin-bottom: 150px;
    direction:rtl;
}

#divSpacer {
    width: 100%;
    height: 0px;
}

.footerArea {
    position: relative;
    overflow: visible;
    min-height: 188px;
    margin: 0px 132px 0px 132px;
    border-top: 1px solid #b0bec5;
}
    .footerArea .stores {
        margin: 3px 0px 45px 0px;
        line-height: 8px;
    }
        .footerArea .stores .big {
            line-height: 8px;
        }
        .footerArea .stores .small {
            display: none;
            text-align: center;
            line-height: 8px;
        }
            .footerArea .stores .small a {
                margin-right: 5px;
            }
            .footerArea .stores .small .pwa {
                margin-right: 0px;
            }
    .footerArea .socialLinks {
        line-height: 8px;
        text-align: center;
    }
        .footerArea .socialLinks a {
            margin-right: 5px;
        }
        .footerArea .socialLinks .pinterest {
            margin-right: 0px;
        }
    .footerArea .copyright {
        position: absolute;
        right: 0px;
        left: 0px;
        bottom: 15px;
        text-align: center;
        font-size:12px;
        line-height:18px;
    }
        .footerArea .copyright span {
            color: #00b4aa;
        }
        .footerArea .copyright sup {
            font-size:7px;
        }
    .footerArea .namadHa {
        position: absolute;
        right:0px;
        bottom: 35px;
        width: 275px;
        height: 150px;
    }
        .footerArea .namadHa img.eNamad {
            float: right;
            width: 125px;
            height: 136px;
            cursor: pointer;
            background-color:white;
        }
        .footerArea .namadHa img.samandehi {
            float: right;
            height: 150px;
            width: 150px;
            cursor: pointer;
        }
        .footerArea.home {
            min-height: 188px !important;
        }

.slider {
    position:relative;
    max-width: 1187px;
    max-height: 306px;
    margin: 0px auto 0px auto;
    line-height: 8px; /* dont remove*/
    overflow: auto
}
    .slider .image0 {
        position: absolute;
        top: 0px;
        left: 0px;
    }
    .slider .image1 {
        display: none;
        position: absolute;
        top: 0px;
        left: 0px;
    }
    .slider div {
        display: none;
        position: absolute;
        top: 50%;
        width: 40px;
        height: 50px;
        z-index: 2;
        cursor: pointer;
        margin-top: -25px;
        background: url('/Images/Slider/Skin.png') no-repeat 0px 0px;
    }
    .slider .goLeft {
        left: 10px;
        background-position: 0px 0px;
    }
    .slider .goLeft:hover {
        background-position: 0px -75px;
    }
    .slider .goRight {
        right: 10px;
        background-position: -150px 0px;
    }
    .slider .goRight:hover {
        background-position: -150px -75px;
    }

.homeContent {
    max-width: 1031px;
    margin: 35px auto 38px auto;
    text-align: justify;
}
    .homeContent img.map {
        float: left;
        margin: 15px 15px 15px 0px;
    }

#installationAgencyRequest {
    max-width: 1031px;
    margin-top: 32px;
    margin: 0px auto 0px auto;
}
    #installationAgencyRequest div.edit {
        max-width: 520px;
        margin:10px auto 0px auto
    }
    #installationAgencyRequest input {
        width: calc( 100% - 20px);
        max-width: 500px;
        height: 44px;
        margin-bottom: 10px;
        padding: 3px;
        border: 0px;
        font-size: 14px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #installationAgencyRequest textarea {
        display: block;
        width: calc( 100% - 20px);
        max-width: 500px;
        height: 92px;
        resize: none;
        margin-bottom: 10px;
        padding: 3px;
        border: 0px;
        font-size: 14px;
        direction: rtl;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #installationAgencyRequest .edit .address textarea {
        height: 92px;
        float: right;
    }
    #installationAgencyRequest .edit .address span {
        margin-right: 8px
    }
    #installationAgencyRequest .edit.description {
        overflow:auto
    }
        #installationAgencyRequest .edit.description textarea {
            height: 218px;
            float: right;
        }
        #installationAgencyRequest .edit.description span {
            margin-right: 8px;
            background-color: yellow
        }


    #installationAgencyRequest input[type=file] {
        height: 30px;
        margin: 0px;
        margin-top: 20px;
    }
    #installationAgencyRequest input[type=file]:first-child {
        margin-top: 0px;
    }
    #installationAgencyRequest .maxFileSize {
        line-height: 12px;
        font-size: 12px;
    }
    #installationAgencyRequest .captcha {
        margin-top: 40px
    }

    #installationAgencyRequest span.title {
        border-bottom: 1px solid #D1D4D5;
        padding-bottom: 3px;
    }
    #installationAgencyRequest .buttons {
        text-align:center;
    }
    #installationAgencyRequest input[type=submit] {
        max-width: 345px;
        height: 56px;
        margin: 37px auto 0px auto;
        color: white;
        font-size: 28px;
    }
    #installationAgencyRequest .captcha {
        width: calc( 100% - 30px);
        text-align: center;
    }
    #installationAgencyRequest .captcha .content {
        display: inline-block;
        margin-top: 40px;
    }
    #installationAgencyRequest .captcha .content *
    {
        float: right;
    }
        #installationAgencyRequest .captcha .content .textBox {
        }
            #installationAgencyRequest .captcha .content .textBox span {
                margin-top: 10px;
            }
            #installationAgencyRequest .captcha .content .textBox input[type=text] {
                margin-right: 8px
            }

        #installationAgencyRequest .captcha .content .imgCaptcha {
            margin: 0px 10px 0px 10px;
            Width:132px;
            height: 44px;
        }
    #installationAgencyRequest .captcha input[type=button] {
        background-color: #59C5B9;
        width: 70px;
        height: 44px;
        margin: 0px 5px 0px 5px ;
        color: white;
    }
        #installationAgencyRequest .captcha img.refreshingStopped {
            width: 44px;
            height: 44px;
            cursor: pointer;
        }

#maxFileSizeError1 {
    display: none;
    font-size: 12px;
    color: #FF7070;
}
#maxFileSizeError2 {
    display: none;
    font-size: 12px;
    color: #FF7070;
}
#maxFileSizeError3 {
    display: none;
    font-size: 12px;
    color: #FF7070;
}

.topMessage  {
    margin: 10px auto 0px auto;
    text-align: center;
    direction: rtl;
    min-height: 30px;
}
    .topMessage ul {
        color: #FF7070 !important;
        text-align: right
    }
.ValidationErrorSummary
{
    color: #FF7070 !important;
    text-align:right;
}
.ValidationErrorIcon
{
    color:red;
    margin:4px 2px 0px 2px;
    font-size:18px
}

#blogList {
    max-width: 1030px;
    margin: 0px auto 0px auto;
}
    #blogList .item {
        position: relative;
        overflow: auto;
        width: 100%;
        max-width: 515px;
        float: right;
        margin: 0px auto 0px auto;
    }
        #blogList .item .spacer {
            width: 7px;
            height: 279px;
        }
        #blogList .item.card0 .spacer {
            float: left;
        }
        #blogList .item.card1 .spacer {
            float: right;
        }
        #blogList .item.card2 .spacer {
            float: left;
        }
        #blogList .item.card3 .spacer {
            float: right;
        }
        #blogList .item .image {
            background: #3A444A no-repeat center center;
            background-size: cover;
            max-width: 254px;
            width: 100%;
            height: 279px;
            margin-bottom: 14PX;
        }
        #blogList .item.card0 .image {
            float: left;
        }
        #blogList .item.card1 .image {
            float: left;
        }
        #blogList .item.card2 .image {
            float: right;
        }
        #blogList .item.card3 .image {
            float: right;
        }
        #blogList .item .textWrapper {
            max-width: 254px;
            width: 100%;
            height: 279px;
            overflow: hidden;
            background-color: #3A444A;
            text-align: justify
        }
            #blogList .item .textWrapper a.title {
                font-weight: bold;
                font-size: 14px;
                text-decoration: none;
                color: #D5D5D5 !important;
            }
            #blogList .item .textWrapper .summary {
                font-size: 14px;
            }
            #blogList .item .card0.textWrapper {
                float: left;
            }
            #blogList .item .card1.textWrapper  {
                float: left;
            }
            #blogList .item .card2.textWrapper  {
                float: right;
            }
            #blogList .item .card3.textWrapper  {
                float: right;
            }
            #blogList .item .textWrapper div {
                position: relative;
                padding: 15px;
                height: 269px;
            }
            #blogList .item .textWrapper .more {
                position: absolute;
                left: 8px;
                bottom: 25px;
                color: #DFF900 !important;
                font-size: 11px;
                direction: ltr;
            }
                #blogList .item .textWrapper .more:hover {
                    color: #DFF900 !important
                }
        #blogList .item .pointer {
            position: absolute;
            top: 10px;
            width: 16px;
            height: 31px;
            background: no-repeat 0px 0px;
        }
            #blogList .item.card0 .pointer {
                left: 245px;
                background-image: url('/Images/Blogs/Left.png');
            }
            #blogList .item.card1 .pointer {
                left: 238px;
                background-image: url('/Images/Blogs/Left.png');
            }
            #blogList .item.card2 .pointer {
                left: 261px;
                background-image: url('/Images/Blogs/Right.png');
            }
            #blogList .item.card3 .pointer {
                left: 254px;
                background-image: url('/Images/Blogs/Right.png');
            }

#galleryList {
    max-width: 1031px;
    margin: 0px auto 0px auto;
}
    #galleryList .item {
        position: relative;
        overflow: auto;
        width: 100%;
        max-width: 333px;
        float: right;
        margin-bottom: 16px;
    }
        #galleryList .item.card0 {
        }
        #galleryList .item.card1 {
            margin: 0px 16px 16px 16px;
        }
        #galleryList .item.card2 {
        }
        #galleryList .item.card3 {
        }
        #galleryList .item.card4 {
            margin: 0px 16px 16px 16px;
        }
        #galleryList .item.card5 {
        }
        
        #galleryList .item .image {
            background: #3A444A no-repeat center center;
            max-width: 333px;
            width: 100%;
            height: 333px;
        }
        #galleryList .item .text {
            position: absolute;
            left: 0px;
            max-width: 333px;
            width: 100%;
            height: 65px;
            overflow: hidden !important;
            color: #D5D5D5;
            background-color: black;
            opacity: 0.7;
            direction: rtl;
            box-sizing: border-box;
            text-align: justify;
        }
        #galleryList .item .text:hover {
            color: #67EFE0;
            opacity: 0.9;
        }
            #galleryList .item .text div {
                float: right;
                margin: 0px 15px 0px 15px;
            }
        #galleryList .item.card0 .text {
            top: 0px;
        }
        #galleryList .item.card1 .text {
            bottom: 0px;
        }
        #galleryList .item.card2 .text {
            top: 0px;
        }
        #galleryList .item.card3 .text {
            top: 0px;
        }
        #galleryList .item.card4 .text {
            bottom: 0px;
        }
        #galleryList .item.card5 .text {
            top: 0px;
        }
#galleryImageWrapper {
    display: none;
    z-index: 4;
    position: fixed;
    left: 0px;
    right: 0px;
    max-width: 830px;
    margin: 0px auto 0px auto;
    text-align: center;
    line-height: 0px;
}
    #galleryImageWrapper .loading {
        display: none;
        text-align: center;
        margin: 0px auto 0px auto;
    }
    #galleryImageWrapper .close {
        display: none;
        text-align: left
    }
    #galleryImageWrapper .close img {
        width: 22px;
        height: 21px;
    }
    #galleryImageWrapper .image {
        display: none;
        max-width: 830px;
        clear: both;
        background-color: red
    }
    #galleryImageWrapper .title {
        display: none;
        width: 100%;
        height: 65px;
        background-color: #263238;
        color: #D5D5D5;
        text-align: right;
    }
        #galleryImageWrapper .title div {
            float:right;
            margin: 0px 15px 0px 15px;
            text-align:justify
        }

#galleryImage {
    max-width: 1031px;
    margin: 0px auto 0px auto;
}
    #galleryImage .image {
        text-align:center;
    }
    #galleryImage img {
        max-width: 100%;
    }
    #galleryImage .title {
        background-color: #4D4D4D;
        color: white;
        text-align: justify;
    }

#about {
    max-width: 1031px;
    margin: 0px auto 0px auto;
    text-align: justify;
}
    #about span.title {
        font-weight: bold
    }
    #about ul.section1 li {
        margin: 15px 0px 0px 0px;
    }
        #about ul.section1 li span {
            font-weight: bold;
        }
    #about .graph {
        text-align: center;
        margin: 35px 0px 35px 0px;
    }
        #about .graph img {
            width: 100%;
            max-width: 626px;
            max-height: 410px;
        }
    #about .more a {
        color: #DFF900 !important;
    }

#aboutMore {
    max-width: 1031px;
    margin: 0px auto 0px auto;
    text-align: justify;
}
    #aboutMore .header {
        text-align:center;
        line-height: 14px;
        margin-bottom: 14px;
    }
    #aboutMore .section1 {
        max-width: 895px;
        width: 100%;
        background-color: #60737C;
        overflow: auto;
        margin: 0px auto 40px auto;
        border: 1px solid #67EFE0;
        box-sizing: border-box;
    }
        #aboutMore .section1 .cell1 {
            width: 55.16%;
            float: right;
            padding: 15px;
            box-sizing: border-box;
            background-color: #4D616B;
            border-left: 1px solid #67EFE0;
        }
        #aboutMore .section1 .cell2 {
            width: 44.84%;
            float: right;
            padding: 15px;
            box-sizing: border-box;
            background-color: #60737C;
        }
    #aboutMore .section2 {
        max-width: 895px;
        width: 100%;
        background-color: #60737C;
        overflow: auto;
        margin: 50px auto 40px auto;
        border: 1px solid #67EFE0;
        box-sizing: border-box;
        padding: 15px;
    }
    #aboutMore ul, #aboutMore ol {
        margin-top: 0px;
    }
        #aboutMore ul li, #aboutMore ol li {
            margin: 5px -23px 0px 0px !important;
        }
    #aboutMore .back {
        max-width: 895px;
        width: 100%;
        text-align: left;
        margin: 0px auto 0px auto;
    }
        #aboutMore .back a {
            font-size: 11px;
            color: #DFF900 !important;
        }

#contactUs {
    max-width: 1031px;
    margin: 0px auto 0px auto;
    text-align: justify;
    overflow: auto
}
    #contactUs .ValidationErrorSummary {
        float:left;
        max-width: 518px;
        width: 100%;
    }
    #contactUs .messageArea {
        max-width: 508px;
        width: 100%;
        float: right;
        margin-bottom: 20px;
        text-align: justify
    }
        #contactUs .messageArea .icons {
            overflow: auto;
        }
            #contactUs .messageArea .icons * {
                float: right;
            }
            #contactUs .messageArea .icons .envelope {
                margin: 3px 0px 60px 10px;
            }
            #contactUs .messageArea .icons img.phone {
                margin: 0px 0px 30px 10px
            }
            #contactUs .messageArea .icons div.phone {
                display: inline-block;
                clear: left;
                margin-bottom: 10px
            }
                #contactUs .messageArea .icons div.phone div {
                    width: 70px;
                    display: inline-block
                }
            #contactUs .messageArea .icons .fax {
                margin: 0px 0px 0px 10px;
                clear:right
            }
        #contactUs .messageArea .map iframe {
            border: 0px;
            height: 390px;
            margin-top: 63px;
            max-width: 508px;
            width: 100%;
        }

    #contactUs .formArea {
        max-width: 508px;
        width: 100%;
        float: right;
    }
    #contactUs .vertSpacer {
        width: 15px;
        height:845px;
        float: right;
    }
    #contactUs input {
        width: calc( 100% - 30px);
        max-width: 500px;
        height: 44px;
        margin-bottom: 10px;
        padding: 3px;
        border: 0px;
        font-size: 14px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #contactUs textarea {
        display: block;
        width: calc( 100% - 30px);
        max-width: 500px;
        height: 92px;
        resize: none;
        margin-bottom: 10px;
        padding: 3px;
        border: 0px;
        font-size: 18px;
        direction: rtl;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #contactUs .buttons {
        text-align:center;
    }
    #contactUs input[type=submit] {
        background-color: #59C5B9;
        max-width: 345px;
        height: 56px;
        margin: 0px auto 0px auto;
        color: white;
        font-family: IRANSans, Tahoma;
        font-size: 28px;
        line-height: 45px;
        cursor: pointer;
    }

    #contactUs .captcha {
        width: calc( 100% - 30px);
        text-align: center;
    }
    #contactUs .captcha .content {
        display: inline-block;
        margin-top: 40px;
    }
    #contactUs .captcha .content *
    {
        float: right;
    }
        #contactUs .captcha .content .textBox {
        }
            #contactUs .captcha .content .textBox span {
                margin-top: 10px;
            }
            #contactUs .captcha .content .textBox input[type=text] {
                margin-right: 8px
            }
        #contactUs .captcha .content .imgCaptcha {
            margin: 0px 10px 0px 10px;
            Width:132px;
            height: 44px;
        }
    #contactUs .captcha input[type=button] {
        background-color: #59C5B9;
        width: 70px;
        height: 44px;
        margin: 0px 5px 0px 5px ;
        color: white;
    }
        #contactUs .captcha img.refreshingStopped {
            width: 44px;
            height: 44px;
            cursor: pointer;
        }

#blog {
    max-width: 1031px;
    margin: 0px auto 0px auto;
    padding: 0px 5px;
}

    #blog .imageWrapper {
        float: left;
        width: 100%;
        max-width: 400px;
        max-height: 400px;
        margin: 0px 15px 15px 0px;
    }

        #blog .imageWrapper .image {
            width: 100% !important;
        }
    #blog .title {
        margin-bottom: 16px;
        font-weight: bold;
        font-size: 18px !important;
    }
    #blog * {
        font-family: IRANSans !important;
    }
    #blog span {
        font-size: 16px !important;
    }
    #blog p.back {
        direction: ltr;
    }
        #blog p.back a {
            font-size: 11px;
            color: #DFF900 !important;
        }
.darkBG {
    display:none;
    z-index: 3;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #000000;
    opacity: 0.7;
}

#products {
    max-width: 1031px;
    margin: 0px auto 0px auto;
    text-align: justify;
    line-height: 30px !important;
}
    #products .title {
        font-weight: bold;
    }
    #products .icons {
        text-align: left;
        line-height: 10px;
        margin: 20px 0px 20px 0px;
    }
    #products .icons img {
        width: 100%;
    }
    #products ul, #products ol {
        margin-top: 0px;
    }
        #products ul li, #products ol li {
            margin-right: -23px;
        }
    #products .images {
        max-width: 784px;
        margin: 40px auto 0px auto;
    }
        #products .images .image1 {
            float: right;
            margin: 0px 0px 28px 0px
        }
        #products .images .image2 {
            float: right;
            margin: 0px 28px 28px 0px
        }
        #products .images .image3 {
            float: right;
            margin: 0px 0px 28px 0px
        }
        #products .images .image4 {
            float: right;
            margin: 0px 28px 28px 0px
        }
    #products .icons img[src*="JadehBin"] {
        max-width: 502px;
    }
    #products .icons img[src*="JahanBin"] {
        max-width: 376px;
    }
    #products .icons img[src*="DamaBinInternal"] {
        max-width: 440px;
    }
    #products .icons img[src*="DamaBinInternational"] {
        max-width: 440px;
    }
    #products .icons img[src*="NafarBin"] {
        max-width: 376px;
    }
    #products .icons img[src*="VahedBin"] {
        max-width: 504px;
    }
    #products .icons img[src*="EmdadBin"] {
        max-width: 503px;
    }
    #products .icons img[src*="MotorBin"] {
        max-width: 503px;
    }

    #products .images.vahedBin {
        max-width: 800px;
    }
        #products .images.vahedBin .image1 {
            float: right;
            margin: 0px 0px 28px 0px
        }
        #products .images.vahedBin .image2 {
            float: right;
            margin: 0px 28px 28px 0px
        }
        #products .images.vahedBin .image3 {
            float: right;
            margin: 0px 28px 28px 0px
        }
    .vahedBinApp .all {
        position: relative;
        float: left;
        width: 223px;
        height: 450px;
        background-color: #2F3A40;
        margin-right: 45px;
        border-radius: 16px;
        text-align: center;
    }
        .vahedBinApp .all .title {
            margin-top: 15px;
            font-weight: bold;
            line-height: 20px;
        }
        .vahedBinApp .all .ios {
            overflow: auto;
            margin: 20px auto 0px auto;
            width: 113px;
            text-align: center;
            line-height: 6px;
        }
        .vahedBinApp .all .ios .forIOS {
            line-height: 20px;
            color: #59C5B9;
        }
            .vahedBinApp .all .ios a {
                float: left;
                margin-bottom: 15px;
            }
        .vahedBinApp .all .android {
            position: absolute;
            left: 55px;
            bottom: 0px;
            width: 113px;
            height: 176px;
            text-align: center;
            line-height: 6px;
        }
            .vahedBinApp .all .android .forAndroid {
                line-height: 20px;
                color: #59C5B9;
            }
            .vahedBinApp .all .android a {
                display: block;
                margin-bottom: 15px;
            }

    #products .columns {
        max-width: 1031px;
        width: 100%;
        margin: 20px 0px 0px 0px;
        overflow: auto;
    }
        #products .columns .image {
            text-align: center;
            margin-bottom: 4px;
        }
        #products .columns .column {
            float: right;
            max-width: 333px;
            width: 100%;
            font-size: 13px;
            line-height: 22px;
            text-align: justify;
        }
            #products .columns .column .title {
                line-height: 30px;
            }
            #products .columns .column.col1 {
            }
            #products .columns .column.col2 {
                margin: 0px 16px 0px 16px;
            }
            #products .columns .column.col3 {
            }
    #products .list div.title {
        margin-bottom: 22px;
        line-height: 14px;
    }
    #products .list .even, #products .list .odd {
        background-color: #313C42;
        padding: 15px;
        overflow: auto;
        margin-bottom: 15px;
    }
        #products .list img {
            max-width: 474px;
            width: 100%;
        }
    #products .list .text {
        smin-width: 474px;
    }
    #products .list .text a {
        color: #DFF900 !important;
    }
    #products .list .text a:hover {
        color: #DFF900 !important;
    }
        #products .list .even img {
            float: right;
            margin-left: 15px;
        }
        #products .list .even .text {
            float: left;
            max-width: calc( 100% - 489px );
            width: 100%;
            line-height: 21px;
        }
        #products .list .odd img {
            float: left;
            margin-right: 15px;
        }
        #products .list .odd .text {
            float: right;
            max-width: calc( 100% - 489px );
            width: 100%;
            line-height: 21px;
        }
#interface {
    max-width: 1031px;
    margin: 0px auto 0px auto;
    text-align: justify;
}
    #interface img {
        float: left;
        margin: 0px 15px 15px 0px
    }
    #interface .videoWrapper {
        max-width: 900px;
        width: 100%;
        margin: 0px auto 0px auto;
    }
        #interface .videoWrapper video {
            width: 100%;
        }

#compare {
    max-width: 1031px;
    margin: 0px auto 0px auto;
    text-align: justify;
}
    #compare table.selector {
        direction: ltr !important;
        margin: 15px auto 0px auto;
        border-collapse: separate;
        border-spacing: 1px;
        font-family: 'Century Gothic';
        font-size: 12px;
        line-height: 25px;
    }
        #compare table.selector tr td {
            padding: 0px
        }
        #compare table.selector tr td {
            background-color: #465A64;
            text-align: center;
            vertical-align: top;
        }
            #compare table.selector tr td span {
                font-size: 11px !important;
            }
            #compare table.selector tr td div:hover {
                color: #DFF900;
                cursor: pointer;
            }
            #compare table.selector tr td div.selected {
                color: #DFF900;
            }
        #compare table.selector tr.models td {
            padding: 05px 0px 10px 0px !important;
        }


    #compare .dataArea {
        display: none;
        max-width: 1031px;
        width: 100%;
        overflow: auto;
    }
        #compare .dataArea .titles {
            float: right;
            width: 146px;
            min-height: 623px;
            color: #263238;
        }
            #compare .dataArea .titles div {
                line-height: 46px;
                margin-bottom: 1px;
                background-color: #D5D5D5;
                min-height: 46px;
                padding-right: 10px;
            }
                #compare .dataArea .titles div.first {
                    margin-top: 1px;
                    background-color: #59C5B9;
                }
                #compare .dataArea .titles div.image {
                   height: 230px;
                }

        #compare .dataArea .infoPlaceHolder {
            overflow-x: auto;
            float: right;
            width: calc( 100% - 147px );
            margin-right: 1px;
            color: #263238;
        }

    #compare table.info {
        width: 100%;
        direction: ltr !important;
        margin: 0px auto 0px auto;
    }
        #compare table.info tr.header td {
            position:relative;
            background-color: #59C5B9;
            font-family: 'Century Gothic';
            font-weight: bold;
            font-size: 12px;
            margin-bottom: 1px;
            line-height: 23px
        }
        #compare table.info tr td {
            height: 46px;
            color: #263238;
            background-color: #D5D5D5;
            text-align: center;
            vertical-align: top;
            min-width: 146px !important;
            padding: 0px;
            line-height: 46px;
        }
            #compare table.info tr td .close {
                display: none;
                position: absolute;
                width:20px;
                height:20px;
                top:2px;
                right:2px;
                font-family: Verdana !important;
                font-size: 14px;
                font-weight: bold;
                line-height: 18px;
                text-align: center;
                border-radius: 3px;
                cursor: pointer;
            }
            #compare table.info tr td .close:hover {
                background-color: #40A090;
            }
            #compare table.info tr td {
                padding: 0px 5px 0px 5px;
            }
                #compare table.info tr td img {
                    margin-top: 10px;
                    max-width: 200px;
                    width: 100%;
                }

#getNewEmail {
    max-width: 1031px;
    margin: 0px auto 0px auto;
    text-align: justify;
    color: #00FFF6;
}
    #getNewEmail .inputArea {
        background-color: #4D616B;
        border: 1px solid #67EFE0;
        margin: 15px auto 0px auto;
        max-width: 895px;
        height: 400px;
        text-align: center;
    }
        #getNewEmail .inputArea .title {
            width: calc( 100% - 30px);
            max-width: 500px;
            margin: 80px auto 10px auto;
            text-align:right
        }

    #getNewEmail .inputArea input {
        width: calc( 100% - 30px);
        max-width: 500px;
        height: 44px;
        margin-bottom: 10px;
        padding: 3px;
        sborder: 0px;
        font-size: 14px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
        #getNewEmail .inputArea input[type=text] {
            border: 0px;
        }
        #getNewEmail .inputArea .reCaptchaHolder {
            display: inline-block;
            text-align: center;
            margin: 10px 0px 20px 0px;
        }
        #getNewEmail .inputArea input[type=submit] {
            background-color: #263238;
            max-width: 345px;
            height: 5px;
            margin: 0px auto 0px auto;
            color: white;
            font-size: 28px;
            line-height: 45px;
            cursor: pointer;
            opacity: .1;
            transition: opacity ease-in-out 0.5s;
            -o-transition: opacity ease-in-out 0.5s;
            -ms-transition: opacity ease-in-out 0.5s;
            -moz-transition: opacity ease-in-out 0.5s;
            -webkit-transition: opacity ease-in-out 0.5s;
        }

.allArea .hamburger {
    display: none;
    position: absolute;
    top: 17px;
    left: 10px;
    z-index: 3;
}
.mMenu {
    display: none;
    position: absolute;
    top:50px;
    left: 0px;
    width: 207px;
    background-color: white;
    margin-left: 10px;
    z-index: 3;
}
    .mMenu a {
        color: #D5D5D5 !important;
    }
    .mMenu .item {
        background-color: #263238;
        margin-bottom: 1px;
        direction: rtl;
        padding: 0px 30px 0px 10px;
        height: 44px;
        line-height: 44px;
    }
    .mMenu .item.l2 {
        background-color: #60737C;
        padding-right: 40px;
    }
    .mMenu .item.l2 a {
        color: white !important
    }
    .mMenu .item.l3 {
        background-color: #B0BEC5;
        padding-right: 50px;
    }
    .mMenu .item.l3 a {
        color: white !important
    }
    .mMenu .mSubMenu1 {
        height: 0px;
        overflow-y: hidden;
        transition: height ease-in-out 0.5s;
        -o-transition: height ease-in-out 0.5s;
        -ms-transition: height ease-in-out 0.5s;
        -moz-transition: height ease-in-out 0.5s;
        -webkit-transition: height ease-in-out 0.5s;
    }
    .mMenu .mSubMenu11 {
        height: 0px;
        overflow-y: hidden;
        transition: height ease-in-out 0.5s;
        -o-transition: height ease-in-out 0.5s;
        -ms-transition: height ease-in-out 0.5s;
        -moz-transition: height ease-in-out 0.5s;
        -webkit-transition: height ease-in-out 0.5s;
    }
    .mMenu .mSubMenu12 {
        height: 0px;
        overflow-y: hidden;
        transition: height ease-in-out 0.5s;
        -o-transition: height ease-in-out 0.5s;
        -ms-transition: height ease-in-out 0.5s;
        -moz-transition: height ease-in-out 0.5s;
        -webkit-transition: height ease-in-out 0.5s;
    }
    .mMenu .mSubMenu2 {
        height: 0px;
        overflow-y: hidden;
        transition: height ease-in-out 0.5s;
        -o-transition: height ease-in-out 0.5s;
        -ms-transition: height ease-in-out 0.5s;
        -moz-transition: height ease-in-out 0.5s;
        -webkit-transition: height ease-in-out 0.5s;
    }
    .mMenu .item.hasSub1 {
        padding-right: 0px;
    }
        .mMenu .item.hasSub1 img {
            width: 10px;
            height: 6px;
            margin: 0px 10px 0px 10px;
        }
    .mMenu .item.hasSub2 {
        padding-right: 0px;
    }
        .mMenu .item.hasSub2 img {
            width: 10px;
            height: 6px;
            margin: 0px 20px 0px 10px;
        }
    .mMenu .item.hasSub3 {
        padding-right: 0px;
    }
        .mMenu .item.hasSub3 img {
            width: 10px;
            height: 6px;
            margin: 0px 20px 0px 10px;
        }
    .mMenu .item.hasSub4 {
        padding-right: 0px;
    }
        .mMenu .item.hasSub4 img {
            width: 10px;
            height: 6px;
            margin: 0px 20px 0px 10px;
        }
    .mMenu .item.language {
        direction: ltr;
    }
    .mMenu .item.language a {
        color : white !important;
    }

#toast {
    display:none;
    position:absolute;
    top:40px;
    left:0px;
    right:0px;
    max-width:400px;
    min-height:30px;
    margin:0px auto 0px auto;
    background-color:red;
    color:white;
    text-align:center;
    padding:5px 20px 5px 20px;
    direction: rtl;
    z-index:1000001;
    cursor: default;
}

.popup {
    display: none;
    position: fixed;
    top: 100px;
    left: 100px;
    width: 300px;
    cursor: default;
    margin-top: 20px;
    border: 1px solid white;
    z-index: 210;
    direction: rtl;

    transition: width 0.3s;
}
    .popup .header {
        width: 100%;
        cursor: move;
        background: #263238;
        color: white !important;
        height: 33px;
        overflow: hidden;
    }
        .popup .header .close {
            float: left !important;
            width: 18px;
            height: 18px;
            margin: 8px 5px 5px 10px !important;
            cursor: pointer;
            background-image: url('../Images/Popup/PopupClose.png');
        }
            .popup .header .close:hover {
                background-image: url('../Images/Popup/PopupClose01.png');
            }

        .popup .header .content {
            margin-top: 0px;
            margin-right: 10px;
            padding-top: 8px;
            font-size: 11px;
        }
            .popup .header .content span {
                height: 25px;
                line-height: 21px;
            }
    .popup .main {
        width: 100% !important;
        height: 100%;
        background-color: #B4BFC0;
        padding: 5px 0px 10px 0px;
        text-align: left;
        font-family: IRANSans, Tahoma;
        font-size: 12px;
        min-width: 300px !important;
        text-align: center
    }
        .popup .main .content {
            overflow: auto;
            text-align: right;
            background-color: #B4BFC0;
            min-height: 50px;
            margin-bottom: 15px;
            padding: 10px;
            color: black;
        }
        .popup .main .buttons {
            display: flex;
            justify-content: center;
            align-items: center;
            direction: ltr
        }
            .popup .main .buttons .btnPopupNo {
                color:white;
                background-color: #4D616B;
            }

@media (max-width: 1310px) {
    .footerArea {
        margin: 0px 0px 0px 0px;
        min-height: 130px;
        text-align: center;
    }
        .footerArea .stores {
            margin: 3px 0px 15px 0px;
        }
            .footerArea .stores .big {
                display: none;
            }
            .footerArea .stores .small {
                display: block;
            }
                .footerArea .stores .small a {
                    margin-right: 17px;
                }

        .footerArea .namadHa {
            display: inline-block;
            position: relative;
            right:unset;
            bottom: unset;
            margin: 10px 0px;
            width: 285px;
            height: 160px;
        }
            .footerArea .namadHa img {
                display: inline-block;
            }

    .footerArea .copyright {
        bottom: 5px;
    }
}

@media (max-width: 1123px) {
    #blogList .item {
        float: unset;
        max-width: 508px;
    }
        #blogList .item .spacer {
            display: none
        }
        #blogList .item.card0 .image {
            float: left;
        }
        #blogList .item.card1 .image {
            float: right;
        }
        #blogList .item.card2 .image {
            float: left;
        }
        #blogList .item.card3 .image {
            float: right;
        }
        #blogList .item .card0.textWrapper {
            float: left;
        }
        #blogList .item .card1.textWrapper {
            float: right;
        }
        #blogList .item .card2.textWrapper {
            float: left;
        }
        #blogList .item .card3.textWrapper {
            float: right;
        }
        #blogList .item.card0 .pointer {
            left: 238px;
        }
        #blogList .item.card1 .pointer {
            left: 254px;
            background-image: url('/Images/Blogs/Right.png');
        }
        #blogList .item.card2 .pointer {
            left: 238px;
            background-image: url('/Images/Blogs/Left.png');
        }
        #blogList .item.card3 .pointer {
            left: 254px;
        }

    #galleryList .item.card0 {
    }
    #galleryList .item.card1 {
        margin: 0px 16px 16px 0px;
    }
    #galleryList .item.card2 {
        margin: 0px 0px 16px 0px;
        clear:both
    }
    #galleryList .item.card3 {
        margin: 0px 16px 16px 0px;
    }
    #galleryList .item.card4 {
        margin: 0px 0px 16px 0px;
        clear:both
    }
    #galleryList .item.card5 {
        margin: 0px 16px 16px 0px;
    }
    #galleryList {
        max-width: 682px;
    }

    #products .columns {
        text-align: center;
    }

    #products .columns .column {
        float: unset;
        margin: 0px !important;
        max-width: unset;
    }
        #products .columns .image {
            text-align: right;
        }
        #products .columns .image img {
            margin-right: 85px;
        }

    #contactUs .formArea {
        max-width: calc( 50% - 8px );
        width: 100%;
        zfloat: unset;
    }

    #contactUs .messageArea {
        max-width: calc( 50% - 8px );
        width: 100%;
        zfloat: unset;
    }
}

@media (max-width: 1169px) {
    .allArea {
        padding: 0px;
    }

    .topArea a.logo {
        top: 5px;
        right: 0px;
    }

    .topArea {
        height: 113px;
        margin: 0px 10px 0px 10px
    }

        .topArea .language {
            display: none
        }

        .topArea .menuArea {
            top: 74px;
            bottom: unset;
            left: 0px;
            smax-width: 340px;
            width: 100%;
        }

            .topArea .menuArea.loginned a.login {
                zleft: 117px;
                zwidth: 106px;
            }

            .topArea .menuArea .trackingBox {
                margin-top: 0px;
            }

                .topArea .menuArea .trackingBox .all {
                    margin: 0px 10px 0px 10px;
                }

            .topArea .menuArea a.loginned {
                zleft: 258px;
            }

            .topArea .menuArea a.loginnedText {
                zmargin: 0px;
                zleft: 306px;
                overflow: hidden;
            }

    .topMenu {
        display: none
    }

    .mainArea {
        margin: 24px 10px 20px 10px !important;
    }

    .topVrtLine {
        display: none
    }

    .homeContent {
        max-width: 1031px;
        margin-top: 24px;
    }

    .allArea .hamburger {
        display: inline-block;
    }

    #products .images.vahedBin {
        text-align: center
    }

        #products .images.vahedBin * {
            display: block !important;
            float: unset !important;
            margin: 0px auto 28px auto !important;
            width: 100%;
            max-width: 378px;
        }

        #products .images.vahedBin * {
            max-width: 248px;
        }
}

@media (max-width: 970px) {
    #products .list img {
        width: calc( 50% - 7px);
        max-width: unset !important;
    }
    #products .list .text {
        width: calc( 50% - 8px) !important;
        max-width: unset !important;
    }

    .popup {
        margin-right: 10px;
        margin-left: 10px;
    }

}
@media (max-width: 880px) {
    #galleryImageWrapper {
        margin: 0px 15px 0px 15px;
    }
    #products .images {
        text-align: center
    }
        #products .images * {
            display: block !important;
            float: unset !important;
            margin: 0px auto 28px auto !important;
            width: 100%;
            max-width: 378px;
        }
    #products .list img {
        width: 100%;
        max-width: unset;
        float: unset;
        margin: 0px 0px 15px 0px;
    }
    #products .list .text {
        width: 100% !important;
        max-width: unset !important;
        float: unset;
    }
    #contactUs .formArea {
        display: inline-block;
        max-width: unset;
        width: unset;
        float: unset;
        text-align: right;
    }
    #contactUs input {
        max-width: unset;
    }
    #contactUs textarea {
        max-width: unset;
    }

    #contactUs .messageArea {
        max-width: unset;
        width: 100%;
        float: unset;
    }

    #contactUs .vertSpacer {
        display: none;
    }
    #contactUs .messageArea .map {
        text-align: center;
    }
    #contactUs {
        text-align: center;
    }
}
@media (max-width: 775px) {
    #galleryList .item.card0 {
        margin: 0px 0px 16px 0px;
    }
    #galleryList .item.card1 {
        margin: 0px 0px 16px 0px;
    }
    #galleryList .item.card2 {
        margin: 0px 0px 16px 0px;
    }
    #galleryList .item.card3 {
        margin: 0px 0px 16px 0px;
    }
    #galleryList .item.card4 {
        margin: 0px 0px 16px 0px;
    }
    #galleryList .item.card5 {
        margin: 0px 0px 16px 0px;
    }
    #galleryList {
        max-width: 333px;
    }
}

@media (max-width: 720px) {
    #blog .imageWrapper {
        float: unset;
        margin: 0px auto;
    }
            #blog .imageWrapper .image {
                sdisplay: inline-block;
                width: 100%;
                smax-width: 500px;
                smax-height: 500px;
                smargin: 0px auto;
            }
}

@media (max-width: 700px) {
    .topArea .menuArea a.loginnedText {
        display: none;
    }
}
@media (max-width: 630px) {

    .topArea .menuArea .topButtons {

    }

    .topArea {
        height: 166px;
    }

    .topArea {
        height: 189px;
        margin: 0px 16px;
    }
        .topArea .menuArea {
            top: 97px;
        }

        .topArea a.logo {
            width: 127px;
            height: 20px;
            top: 14px;
            background: url('/Images/TopArea/Logo.png') center center no-repeat;
        }

        .topArea .menuArea .topButtons {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
            .topArea .menuArea .topButtons .group1 {
                display: flex;
                flex-direction: column;
                row-gap: 16px;
                width: 50%;
            }
            .topArea .menuArea .topButtons .group2 {
                display: flex;
                flex-direction: column;
                row-gap: 16px;
                width: 50%;
                align-items: flex-end;
            }
            .topArea .menuArea .topButtons div * {
                position: relative !important;
                top: unset !important;
                left: unset !important;
                margin: 0px;
            }

        .topArea .menuArea .loginnedBox {
            top: 93px;
            left: unset;
            right: 0px;
        }
}

@media (max-width: 610px) {
    #blogList .item.card0 .image {
        margin: 0px auto 0px auto;
        float: unset;
        max-width: unset;
    }
    #blogList .item.card1 .image {
        margin: 0px auto 0px auto;
        float: unset;
        max-width: unset;
    }
    #blogList .item.card2 .image {
        margin: 0px auto 0px auto;
        float: unset;
        max-width: unset;
    }
    #blogList .item.card3 .image {
        margin: 0px auto 0px auto;
        float: unset;
        max-width: unset;
    }
    #blogList .item .textWrapper {
        margin: 0px auto 14px auto;
        max-width: unset;
    }
    #blogList .item .pointer {
        display: none;
    }
}

@media (max-width: 590px) {
    #aboutMore .header {
        line-height: 28px;
    }
    #aboutMore .section1 .cell1 {
        width: 100%;
        float: unset;
        border-left: unset;
        border-bottom: 1px solid #67EFE0;
    }
    #aboutMore .section1 .cell2 {
        width: 100%;
        float: unset;
    }
}

@media (max-width: 430px) {
    #products .columns .image {
        text-align: center;
    }
        #products .columns .image img {
            margin-right: unset
        }
}

@media only screen and (max-width: 359px) {
    select {
        height: 32px !important;
    }
    input[type=text], input[type=password], input[type=tel], input[type=number], input[type=date] {
        height: 32px !important;
    }

    .gButton {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 40px !important;
        color: white !important;
        font-size: 18px !important;
        line-height: 28.17px;
    }
            .topArea .menuArea a.providedService {
            }
            .topArea .menuArea a.tracking {
                left: 83px;
            }
            .topArea .menuArea a.tamdid {
                left: 166px;
            }
            .topArea .menuArea a.login {
                left: 249px;
            }

    .allArea .hamburger {
        left: 16px;
    }
    .mainArea {
        margin-left: 16px !important;
        margin-right: 16px !important;
    }
}
@media only screen and (max-width: 315px) {
    .topArea .menuArea .topButtons {

    }
        .topArea .menuArea .topButtons {
            
        }
            .topArea .menuArea .topButtons .group1 {
                row-gap: 5px;
                width: 48%;
            }
            .topArea .menuArea .topButtons .group2 {
                row-gap: 5px;
                width: 48%;
            }
       .topArea .menuArea .topButtons a.tracking {
            width: 100% !important;
            background-size: contain;
        }

        .topArea .menuArea .topButtons a.login {
            width: 100% !important;
            background-size: contain;
        }

        .topArea .menuArea .topButtons a.loginned {
            width: 100% !important;
            background-size: contain;
        }

        .topArea .menuArea .topButtons a.providedService {
            width: 100% !important;
            background-size: contain;
        }

        .topArea .menuArea .topButtons a.tamdid {
            width: 100% !important;
            background-size: contain;
        }
}