﻿* {
    margin: 0;
    padding: 0;
}

a:link, a:hover, a:visited, a:focus {
    text-decoration: none;
    color: black;
}

.clear {
    clear: both;
}

#header-nav-container h3 {
    font-weight: normal;
    line-height: 24px;
    color: inherit;
    background-color: inherit;
    padding: 1px;
    font-size: inherit;
    text-align: inherit;
    font-family: inherit;
    border: inherit;
    margin: 0px;
}

#header-nav-menu li.menu-item {
    border: 0px none;
    list-style: outside none none;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
}


.li-login-container {
    display: none;
}

#header-container {
    width: 100%;
    height: 90px;
    background-color: white;
    margin-top: 46px;
}

#header-nav-container {
    position: fixed;
    background-color: #444444;
    width: 100%;
    height: 46px;
    top: 0;
    /*box-shadow: 0px 3px 3px 0px rgba(182, 182, 182, 0.6);*/
    z-index: 100000 !important;
}

#header-nav {
    height: auto;
    width: 910px;
    margin: 0px auto;
    position: relative;
}

#header-nav-menu {
    width: 100%;
    float: right;
    padding: 8px 0px 10px 15px;
    height: 21px;
}

    #header-nav-menu li.menu-item {
        float: right;
        margin: 0 23px;
        transition: all 0.5s ease-in;
        height: 38px;
    }

    #header-nav-menu li.near {
        margin: 0 16px;
    }

    #header-nav-menu li.menu-item:first-child {
        margin-right: 0px;
        position: static;
        padding: 9px 15px 2px;
        margin-top: -10px;
        background: rgba(255,100,116,1);
        background: -moz-linear-gradient(-45deg, rgba(255,100,116,1) 0%, rgba(255,100,116,1) 1%, rgba(255,100,116,1) 73%, rgba(255,84,101,1) 74%, rgba(255,84,101,1) 100%);
        background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,100,116,1)), color-stop(1%, rgba(255,100,116,1)), color-stop(73%, rgba(255,100,116,1)), color-stop(74%, rgba(255,84,101,1)), color-stop(100%, rgba(255,84,101,1)));
        background: -webkit-linear-gradient(-45deg, rgba(255,100,116,1) 0%, rgba(255,100,116,1) 1%, rgba(255,100,116,1) 73%, rgba(255,84,101,1) 74%, rgba(255,84,101,1) 100%);
        background: -o-linear-gradient(-45deg, rgba(255,100,116,1) 0%, rgba(255,100,116,1) 1%, rgba(255,100,116,1) 73%, rgba(255,84,101,1) 74%, rgba(255,84,101,1) 100%);
        background: -ms-linear-gradient(-45deg, rgba(255,100,116,1) 0%, rgba(255,100,116,1) 1%, rgba(255,100,116,1) 73%, rgba(255,84,101,1) 74%, rgba(255,84,101,1) 100%);
        background: linear-gradient(135deg, rgba(255,100,116,1) 0%, rgba(255,100,116,1) 1%, rgba(255,100,116,1) 73%, rgba(255,84,101,1) 74%, rgba(255,84,101,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6474', endColorstr='#ff5465', GradientType=1 );
    }

    #header-nav-menu li.menu-item:last-child {
        margin-left: 0;
    }

    #header-nav-menu #li-search {
        margin-top: 1px;
        margin: 0;
        padding: 0 16px;
    }

    #header-nav-menu #li-register {
        display: none;
    }

        #header-nav-menu #li-register a {
            font-size: 16px;
        }

        #header-nav-menu #li-register.near {
            display: block;
        }

    #header-nav-menu li .nav-section-header a {
        color: #FFF !important;
        font-family: 'B Yekan';
        font-weight: normal;
        font-size: 17px;
    }


#header-nav .header-sub-menu {
    border-bottom: 0px none;
    /*display: none;*/
    position: absolute;
    z-index: 5000;
    top: 46px;
    box-shadow: 0px 3px 3px 0px rgba(182, 182, 182, 0.6);
    width: 91%;
    right: 0;
    /*height: 0;*/
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
    background-color: white;
}

    #header-nav .header-sub-menu.open {
        max-height: 10000px;
        padding: 10px 0px 20px 10%;
        transition: max-height 4.5s ease-in;
    }


.header-sub-menu .menu-item-list {
    float: right;
    padding: 0px;
    margin-top: 20px;
    margin-right: 50px;
}

.header-sub-menu .menu-item-image {
    float: right;
    margin: 20px 65px 0px 0px;
    width: 220px;
}

.header-sub-menu .menu-item-list .menu-item-list-desc {
    float: right;
    width: 461px;
    margin: -4px 15px 0px 0px;
    font-family: b yekan;
    font-size: 13px;
    text-align: justify;
    direction: rtl;
    line-height: 30px;
}

.header-sub-menu .menu-item-list ul {
    float: right;
    padding: 0px 60px 0px 0px;
    width: 184px;
}

.header-sub-menu .menu-item-list ul {
    float: right;
    padding: 0px 60px 0px 0px;
    width: 184px;
}

    .header-sub-menu .menu-item-list ul li {
        padding: 6px 0px 5px;
        border-bottom: 1px solid #EDEDED;
        text-align: right;
        list-style: inherit;
        list-style-type: square;
        color: rgb(255, 189, 196);
        font-size: 18px;
        direction: rtl;
    }

        .header-sub-menu .menu-item-list ul li a {
            font: 15px "b yekan",arial,sans-serif;
            color: #353535;
        }

        .header-sub-menu .menu-item-list ul li.child {
            margin-right: 13px;
            padding-top: 3px;
            padding-bottom: 3px;
            font-size: 12px;
            list-style-type: none;
        }

            .header-sub-menu .menu-item-list ul li.child a {
                font-size: 13px;
            }



.header-sub-menu .menu-item-image .subnav-image {
    float: right;
    width: 230px;
    height: 150px;
}

    .header-sub-menu .menu-item-image .subnav-image img {
        width: 100%;
        height: 150px;
    }

.header-sub-menu .menu-item-image .menu-item-imgcontent {
    display: table-cell;
    vertical-align: middle;
    height: auto;
    padding: 10px 0px 0px 0px;
    margin: 0px;
    float: left;
    text-align: center;
    font-family: b yekan;
    font-size: 13px;
    font-weight: normal;
}

#header-main-container {
    height: 100%;
    width: 74%;
    padding-right: 13%;
    padding-left: 13%;
    float: right;
    min-width: 300px;
}

#header-main-right {
    float: right;
    width: 26%;
    height: 100%;
}

#header-main-center {
    float: right;
    width: 47%;
    height: 100%;
}

#header-main-left {
    float: right;
    width: 13%;
    height: 100%;
    min-width: 100px;
}

#header-main-left-container {
    margin-top: 35px;
}

#logo {
    height: 100%;
    width: 100%;
    background-image: url("/pics/HeaderPics/JashnnameLogo.png");
    background-size: auto 59%;
    background-position: center 20px;
    background-repeat: no-repeat;
}

.be-facebook, .be-twitter, .be-gplusone, .be-pinterest a {
    float: left;
    margin-right: 15px;
}

    .be-facebook a, .be-twitter a, .be-pinterest a, .be-gplusone a {
        display: block;
        text-indent: -5000px;
    }

    .be-facebook a {
        background: url("/pics/HeaderPics/social-icon-sprite.png") no-repeat scroll 0px 0px transparent;
        height: 24px;
        width: 24px;
    }

        .be-facebook a:hover {
            background: url("/pics/HeaderPics/social-icon-sprite.png") no-repeat scroll 0px -24px transparent;
        }

    .be-twitter a {
        background: url("/pics/HeaderPics/social-icon-sprite.png") no-repeat scroll -38px 0px transparent;
        height: 24px;
        width: 25px;
    }

        .be-twitter a:hover {
            background: url("/pics/HeaderPics/social-icon-sprite.png") no-repeat scroll -38px -24px transparent;
        }

.be-pinterest a {
    background: url("/pics/HeaderPics/social-icon-sprite.png") no-repeat scroll -78px 0px transparent;
    height: 24px;
    width: 23px;
}

    .be-pinterest a:hover {
        background: url("/pics/HeaderPics/social-icon-sprite.png") no-repeat scroll -78px -24px transparent;
    }

.be-gplusone a {
    background: url("/pics/HeaderPics/social-icon-sprite.png") no-repeat scroll -116px 0px transparent;
    height: 24px;
    width: 24px;
}

    .be-gplusone a:hover {
        background: url("/pics/HeaderPics/social-icon-sprite.png") no-repeat scroll -116px -24px transparent;
    }

.brand-everywhere {
    display: none;
    height: 24px;
    margin: 2px 0px;
    overflow: hidden;
    width: auto;
    min-width: 157px;
    float: right;
}

.login-register-section, .login-loged-section {
    float: left;
    font-family: b yekan;
    font-size: 15px;
    color: black;
    margin-top: 3px;
}

.login-loged-section {
    display: none;
}

    .login-loged-section input[type="submit"],
    .li-login-container input[type="submit"] {
        border: medium none;
        background: none repeat scroll 0% 0% transparent;
        font-family: b yekan;
        font-size: 15px;
        color: #000;
    }

.li-login-container input[type="submit"] {
    color: white;
}

.login-loged-section a {
    float: right;
}

.login-register-section a {
    margin: 5px;
}

#menu-mobile {
    width: 26px;
    background-color: #000;
    padding: 5px;
    height: 21px;
    position: absolute;
    right: 20px;
    border-radius: 5px;
    top: 33px;
    display: none;
}

.menu-mobile-line:first-child {
    margin-top: 2px;
}

.menu-mobile-line {
    background-color: #FFF;
    height: 3.5px;
    margin-top: 3.5px;
}

#login-container {
    width: 100%;
    height: 100%;
    background-color: rgba(41,41,41,0.9);
    position: fixed;
    z-index: 100001 !important;
    top: 0;
    display: none;
}

#close-login {
    position: fixed;
    right: 3%;
    top: 3%;
    background-image: url("/pics/HeaderPics/CloseSmallLogin.png");
    width: 100px;
    height: 27px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    cursor: pointer;
}

#login-box {
    width: 24%;
    margin: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%); /* FF3.5+ */
    -o-transform: translateY(-50%); /* Opera 10.5 */
    -webkit-transform: translateY(-50%);
    border-radius: 5px;
    direction: rtl;
    color: white;
    font-family: 'B Yekan';
    min-width: 290px;
    line-height: 30px;
}

    #login-box .logo {
        height: 55px;
        background-image: url("/pics/HeaderPics/JashnnameLogoWhite.png");
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: center;
    }

    #login-box hr {
        margin-top: 20px;
        margin-bottom: 10px;
        background-color: whitesmoke;
        border: none;
    }

    #login-box .login-username-box, .login-password-box {
        width: calc( 100% - 57px);
        font-size: 18px !important;
        padding: 0px 57px 0px 0px !important;
        border: 0px none !important;
        margin-bottom: 8px;
        font-family: 'B Yekan';
        height: 38px !important;
        border-radius: 0 !important;
    }

    #login-box .login-username-box {
        background: url("/pics/HeaderPics/userlogin.png") no-repeat scroll right center / 40px 100% #FFF;
    }

    #login-box .login-password-box {
        background: url("/pics/HeaderPics/passwordlogin.png") no-repeat scroll right center / 40px 100% #FFF;
    }

    #login-box .login-setting {
        float: right;
        width: 70%;
    }

    #login-box .login-captcha {
        float: right;
        width: 30%;
        text-align: left;
        direction: ltr;
        font-family: b yekan;
        font-size: 20px;
        margin-top: 24px;
    }

        #login-box .login-captcha input[type="text"] {
            width: 19px;
            background-color: white;
            float: right;
            border: medium none;
        }

    #login-box .login-remmberme label {
        margin-right: 7px;
        display: -moz-inline-stack;
        font-size: 16px !important;
    }

    #login-box .login-forget-pass {
        margin-right: 19px;
    }

        #login-box .login-forget-pass a {
            color: white;
            font-size: 16px;
        }

    #login-box .login-notific {
        color: red;
        text-align: center;
        margin-top: 5px;
        width: 100%;
        float: right;
    }

    #login-box .login-btn {
        border: none;
        font-family: 'B Yekan';
        font-size: 18px;
        background-color: #00B16A;
        color: white;
        width: 100%;
        height: 38px;
        margin-top: 2px;
    }


@media (max-width:910px) {
    #header-container {
        margin-top: 0;
    }

    #header-nav-container {
        display: none;
    }

    #menu-mobile {
        display: block;
    }

    #header-main-container {
        width: 100%;
        padding: 0;
    }
}

@media (max-width:430px) {
    #header-main-left {
        float: left;
    }

    #header-main-center {
        width: 40% !important;
    }

    #logo {
        background-size: auto 45% !important;
    }
}



/*_____________Footer_____________*/

#footer {
    direction: rtl;
    width: 100%;
    border-top: 3px solid #FF6474;
}

    #footer .row1, #footer .row2 {
        width: 100%;
        float: right;
        background-color: #444;
    }

    #footer .row1 {
        padding-top: 7px;
    }

    #footer .row2 {
        padding: 8px 0px;
    }

        #footer .row2 p {
            color: white;
        }

.footer-right, .footer-center, .footer-left {
    float: right;
    margin-bottom: 7px;
}

.footer-right {
    width: 22%;
}

.footer-center {
    /*width: 42%;*/
    margin-right: 5%;
}

.footer-left {
    width: 275px;
    margin-right: 25%;
}

.footer-right {
    background-image: url("/Pics/HeaderPics/JashnnameLogoWhite.png");
    background-repeat: no-repeat;
    background-size: auto 40px;
    background-position: center;
    height: 105px;
}

.footer-center ul {
    float: right;
    margin-top: 9px;
}

    .footer-center ul:first-child {
        margin-left: 60px;
    }

    .footer-center ul li {
        padding: 6px 0px 5px;
        /*border-bottom: 1px solid #EDEDED;*/
        /*color: #FF6474;*/
        text-align: right;
        list-style-image: inherit;
        list-style-position: inherit;
        list-style-type: none;
        font-size: 13px;
    }

    .footer-center ul a {
        font-family: 'B Yekan';
        color: white;
    }


.footer-left p {
    margin-top: 10px;
    font-family: 'B Yekan';
    color: white;
    font-size: 13px;
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.3);*/
    padding-bottom: 6px;
}



#footer .row2 .footer-information {
    margin-right: 27%;
    float: right;
}

#footer .row2 .footer-social {
    width: 160px;
    float: right;
    margin-right: 18%;
}

.news-letter-container {
    background: url("/Pics/HeaderPics/newsletter-footer-bg.png") no-repeat scroll 71px 23px rgba(17, 17, 17, 0.34);
    border-radius: 5px;
    padding: 6px 5px;
    color: #FFF;
    height: 25px;
    margin-top: 7px;
    box-sizing: content-box !important;
}

    .news-letter-container .email-box {
        background: none repeat scroll 0% 0% transparent;
        border: medium none;
        outline: medium none;
        text-align: center;
        float: right;
        width: 194px;
        color: #FFF;
        cursor: pointer;
        font-family: "B Yekan";
        margin-right: 6px;
        font-size: 13px;
    }

    .news-letter-container .email-submit {
        background: url("/Pics/HeaderPics/newsletter-footer-emailicon.png") no-repeat scroll 0% 0% transparent;
        width: 22px;
        height: auto;
        outline: medium none;
        border: medium none;
        display: inline-block;
        float: left;
        text-indent: -99999px;
        margin-top: 6px;
        cursor: pointer;
        margin-left: 10px;
        background-size: 100%;
    }


#footer .row2 p {
    font-size: 13px;
    font-family: 'B Yekan';
}

    #footer .row2 p:first-child {
        margin-bottom: 8px;
    }

@media (max-width:1050px) {
    .footer-left {
        margin-right: 20%;
    }

    #footer .row2 .footer-social {
        margin-right: 13%;
    }
}


@media (max-width:980px) {
    .footer-right {
        width: 50%;
    }

    .footer-center {
        width: 45%;
    }

    .footer-left {
        margin-right: 30%;
    }

    #footer .row2 .footer-social {
        margin-right: 37%;
        margin-top: 10px;
    }
}


@media (max-width:500px) {
    .footer-right {
        height: 68px;
    }

    .footer-right {
        width: 100%;
    }

    .footer-center {
        width: 100%;
    }

    .footer-left {
        margin-right: 7%;
    }

    #footer .row2 .footer-information {
        margin-right: 7%;
    }

    #footer .row2 .footer-social {
        margin-right: 20%;
    }
}

#header-nav-container *, #header-nav-container *::before, #header-nav-container *::after, #header-container *, #header-container *::before, #header-container *::after, #login-box *, #login-box *::before, #login-box *::after {
    box-sizing: content-box !important;
}

img#video-symbol {
    width: 18px;
    margin-right: 1px;
}

#txt-main-Search {
    border: 1px solid lightgray;
    width: 250px;
    height: 20px;
    padding: 5px;
    font-family: b yekan;
    font-size: 16px;
}

#btn-main-search {
    padding: 2px 13px;
    border: 1px solid lightgray;
    font-family: b yekan;
    font-size: 13px;
}
.footer-information p a{
    color:red;
}