﻿/*#menu-container {
    padding: 0;
}

.navbar-brand {
    float: right;
}

.navbar-form {
    padding: 0;
    padding-top:4px;
}
.mobile-menu{
    font-family:'Iranian Sans';
}

@media only screen and (min-width:769px) {
    .mobile-menu {
        display: none;
    }

    .navbar {
        margin-bottom: 0;
        min-height: 40px !important;
    }

    .navbar-header {
        height: 40px;
    }

    .navbar-collapse {
        padding: 0;
    }

    .navbar-nav {
        margin: 0;
        padding: 0;
        width: 75%;
        direction: rtl;
    }

    .navbar-nav, .navbar-form {
        height: 40px !important;
    }

    .navbar-form {
        margin: 0;
    }

    .navbar-nav > li {
        font-size: 12px;
        height: 100%;
    }

        .navbar-nav > li > a {
            padding: 8px;
            height: 100%;
        }

    .dropdown-menu li {
        font-size: 12px;
    }

    .caret {
        margin-right: 5px;
    }
}

@media only screen and (max-width:1220px) {
    .navbar-form {
        display: none;
    }

    .navbar-nav {
        float: none;
        margin: auto;
    }
}

@media only screen and (max-width:1200px) {
    .navbar-nav {
        width: 100%;
    }

        /*.navbar-nav > li {
            padding: 0 4px;
        }*/
/*}

@media only screen and (max-width:992px) {
    .navbar-nav > li {
        padding: 0;
        font-size: 9px;
    }
}

@media only screen and (max-width:768px) {
    .navbar-collapse {
        min-height: 200px;
        margin: 0;
    }

    .mobile-menu {
        display: block;
    }

    .dropdown-menu {
        text-align: right;
    }

    .navbar-nav > li {
        font-size: 12px;
    }
}*/*/

/*.header .menuIcon {
    display: none;
}

.header .menu {
    position: relative;
}

    .header .menu ul {
        padding: 0;
        margin: 0;
    }

        .header .menu ul li {
            position: relative;
            display: inline-block;
            padding: 0;
            list-style: none;
        }

.mobileMenu {
    display: none;
    width: 50%;
    position: absolute;
    margin-right: -100%;
    top: 0;
    z-index: 2;
}

    .mobileMenu ul {
        margin: 0;
        padding: 0;
    }

        .mobileMenu ul li {
            list-style: none;
            margin: 0;
        }

            .mobileMenu ul li a {
                display: block;
                line-height: 33px;
                font-family: 'iranian sans';
                color: #0094ff;
                text-align: center;
                background: #fff;
                border: 2px solid #39AFB5;
                -webkit-transition: all 0.4s ease;
                transition: all .4s ease;
            }

                .mobileMenu ul li a:hover, .mobileMenu ul li a:active {
                    background: linear-gradient(to right, #464648,#636466,#727375,#636466,#464648 );
                    color: #FFF;
                    text-decoration: none;
                }

.mobileBodyWrapper .mobileDimmer {
    right: 50%;
    z-index: 100;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    display: none;
    background-color: rgba(255, 255, 255, 0.3);
    height: 100%;
    cursor: pointer;
}

@media only screen and (max-width: 991px) {
    .header .menuIcon {
        display: block;
        width: 100%;
        text-align: right;
    }

        .header .menuIcon a {
            text-decoration: none;
            width: 100%;
            display: inline-block;
            height: 38px;
            padding-left: 5px;
            padding-right: 5px;
            padding-top: 2px;
            padding-bottom: 1px;
            color: black;
            background: #fff;
            border: 2px solid #39AFB5;
        }

    .menuIcon a:active ~ .menuIcon a {
        -webkit-transition: all 2s ease;
        transition: all 2s ease;
    }

    .header .menu {
        max-height: 0;
        overflow: hidden;
    }

    .mobileBodyWrapper.menuOpen {
        right:0%;
        overflow: hidden;
        position: fixed;
        top: 0;
        bottom: 0;
        z-index: 1000;
        width:50%
    }

    .mobileMenu.menuOpen {
        overflow-x: hidden;
        overflow-y: hidden;
        position: fixed;
        display: block;
        top: 0;
        margin-left: 0;
        z-index: 20;
        width: 50%;
        bottom: 0;
    }
}*/
.header .menuIcon {
    display: none;
}

.header .menu {
    position: relative;
}

    .header .menu ul {
        padding: 0;
        margin: 0;
    }

        .header .menu ul li {
            position: relative;
            display: inline-block;
            padding: 0;
            list-style: none;
        }

.mobileMenu {
    display: none;
    width: 50%;
    position: absolute;
    margin-right: -100%;
    top: 0;
    z-index: 2;
}

    .mobileMenu ul {
        margin: 0;
        padding: 0;
    }

        .mobileMenu ul li {
            list-style: none;
            margin: 0;
        }

            .mobileMenu ul li a {
                display: block;
                line-height: 33px;
                font-family: 'iranian sans';
                color: #0094ff;
                text-align: center;
                background: #fff;
                border: 2px solid #39AFB5;
                -webkit-transition: all 0.4s ease; /* For Safari 3.1 to 6.0 */
                transition: all .4s ease;
            }

                .mobileMenu ul li a:hover, .mobileMenu ul li a:active {
                    background: linear-gradient(to right, #464648,#636466,#727375,#636466,#464648 );
                    color: #FFF;
                    text-decoration: none;
                }

.mobileBodyWrapper .mobileDimmer {
    right: 50%;
    z-index: 100;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    display: none;
    background-color: rgba(255, 255, 255, 0.3);
    height: 100%;
    cursor: pointer;
}

@media only screen and (max-width: 991px) {
    .header .menuIcon {
        display: block;
        width: 100%;
        text-align: right;
    }

        .header .menuIcon a {
            text-decoration: none;
            width: 100%;
            display: inline-block;
            height: 38px;
            padding-left: 5px;
            padding-right: 5px;
            padding-top: 2px;
            padding-bottom: 1px;
            color: black;
            background: #fff;
            border: 2px solid #39AFB5;
        }

    .menuIcon a:active ~ .menuIcon a {
        -webkit-transition: all 2s ease; /* For Safari 3.1 to 6.0 */
        transition: all 2s ease;
    }

    .header .menu {
        max-height: 0;
        overflow: hidden;
    }

    .mobileBodyWrapper.menuOpen {
        right:0%;
        overflow: hidden;
        position: fixed;
        top: 0;
        bottom: 0;
        z-index: 1000;
        width:50%
    }

    .mobileMenu.menuOpen {
        overflow-x: hidden;
        overflow-y: hidden;
        position: fixed;
        display: block;
        top: 0;
        margin-left: 0;
        z-index: 20;
        width: 50%;
        bottom: 0;
    }
}
