.navBg .navText, .subNav_thirdBg p, .subNav_thirdBgWithoutChild {
    font-family: 'Adani Light'
}

.mainNav {
    float: right;
    /*padding: 28px 20px 0 0;*/
    display: block
}

    .mainNav > li {
        display: inline-block;
        margin: 0
    }

.headerDown .mainNav > li > a {
    padding: 0 8px 5px
}

.navPanel .rowPd {
    padding: 0;
    position: static;
    display: flex;
    flex-direction: row;
    align-items: center;
}

#menu-toggle, .mainNav li {
    position: relative
}

.mainNav > li > a {
    color: #494949;
    font-size: 16px;
    line-height: 40px;
    padding: 9px 8px 5px;
    text-decoration: none;
    border-bottom: 3px solid #fff;
    display: inline-block;
    margin-top: 15px
}

.mainNav > li.current-menu-item > a, .mainNav > li:hover > a {
    color: #6c3;
    background: #fff;
    border-bottom: 3px solid #6c3
}

.fourMenuItem, .twoMenuItem {
    height: 165px !important
}

#menu-toggle {
    display: none;
    float: right;
    width: 25px;
    height: 20px;
    margin-right: 10px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    margin-top: 20px
}

.subMedia {
    margin-left: -75px
}

@media screen and (max-width:980px) {
    .mainNav {
        display: block
    }
}

@media screen and (max-width:790px) {
    #menu-toggle {
        display: block;
        margin-top: 40px
    }

    .headerDown #menu-toggle {
        margin-top: 20px
    }

    .mainNav {
        display: none;
        float: none;
        position: absolute;
        width: 100%;
        background: #fff;
        left: 0;
        z-index: 1000;
        padding: 7px 0 0
    }

        .mainNav > li > a {
            margin-top: 0;
            border-bottom: 1px solid rgba(0,0,0,.2);
            line-height: 45px;
            display: block;
            padding: 0 15px;
            position: relative;
            font-size: 18px;
        }

        .mainNav > li {
            display: block;
            margin: 0;
            transition: all .3s ease
        }

            .mainNav > li:nth-child(odd) {
                transform: scale(.5) translateX(-100%);
                -webkit-transform: scale(.5) translateX(-100%);
                -moz-transform: scale(.5) translateX(-100%);
                -ms-transform: scale(.5) translateX(-100%);
                -o-transform: scale(.5) translateX(-100%)
            }

            .mainNav > li:nth-child(even) {
                transform: scale(.5) translateX(100%);
                -webkit-transform: scale(.5) translateX(100%);
                -moz-transform: scale(.5) translateX(100%);
                -ms-transform: scale(.5) translateX(100%);
                -o-transform: scale(.5) translateX(100%)
            }

    .navSlid {
        transform: scale(1) translateX(0) !important;
        -webkit-transform: scale(1) translateX(0) !important;
        -ms-transform: scale(1) translateX(0) !important;
        -moz-transform: scale(1) translateX(0) !important;
        -o-transform: scale(1) translateX(0) !important
    }

    .mainNav > li > a:after {
        position: absolute;
        content: '';
        top: 18px;
        right: 32px;
        border: 2px solid transparent;
        border-top: 2px solid #454545;
        border-right: 2px solid #454545;
        width: 9px;
        height: 9px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        border-radius: 3px;
    }

    ul.sub-menu {
        display: none;
        left: 0;
        top: 0;
        padding-top: 0;
        position: relative;
        width: 100%;
        border: none;
        height: 0
    }

        ul.sub-menu > li > a {
            background-color: #f5f5f5;
            border-bottom: 1px solid rgba(0,0,0,.5);
            color: #333;
            display: block;
            line-height: 46px;
            padding: 0 12px
        }

        ul.sub-menu > li:first-child {
            border-top: none
        }

    .mainNav {
        top: 70px
    }

    .headerDown .mainNav {
        top: 50px
    }
}

@media screen and (max-width:640px) {
    #menu-toggle {
        margin-top: 20px
    }

    .mainNav {
        top: 50px
    }
}

ul.mainNav .navBg {
    background: #fff;
    position: absolute;
    left: 0;
    width: 815px;
    height: 247px;
    padding: 0;
    top: 72px;
    display: none;
    z-index: 1500;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0) translateZ(0);
    box-shadow: 2px 3px 3px rgba(0,0,0,.3)
}

.headerDown ul.mainNav .navBg {
    top: 63px
}

.navBg .prodImg {
    height: 140px;
    width: 140px;
    float: right;
    margin-right: 10px;
    margin-top: 10px;
    position: relative;
    overflow: hidden
}

    .navBg .prodImg img {
        width: 100%
    }

.navBg .navText {
    padding: 10px 20px 20px 10px;
    font-size: 13px;
    color: rgba(50,50,50,.8);
    margin: 0 165px 0 200px
}

ul.mainNav .subNav {
    width: 190px;
    float: left;
    border-top: 1px solid rgba(0,0,0,.2);
    height: 247px
}

    ul.mainNav .subNav > li > a {
        display: block;
        border-bottom: 1px solid rgba(0,0,0,.2);
        color: #333;
        padding: 12px 10px 11px 17px;
        margin: 0;
        font-size: 14px;
        position: relative
    }

    ul.mainNav .subNav > li.subLi_select > a {
        background: #6c3;
        color: #fff
    }

        ul.mainNav .subNav > li.subLi_select > a:after {
            position: absolute;
            content: '';
            top: 0;
            right: -11px;
            border-top: 20px solid transparent;
            border-left: 11px solid #6c3;
            border-bottom: 20px solid transparent;
            z-index: 500
        }

ul.subNav .subNav_thirdBg {
    padding: 0;
    position: absolute;
    top: 0;
    left: 190px;
    display: none;
    width: 360px;
    height: 173px
}

.subNav_thirdBg p {
    padding: 15px 20px 20px;
    font-size: 13px;
    color: rgba(50,50,50,.8)
}

ul.mainNav .thirdNav > li > a, ul.thirdNav .FourthNav > li > a {
    padding: 0 10px 0 20px;
    margin: 0;
    font-size: 14px;
    line-height: 40px
}

ul.mainNav .thirdNav {
    width: 200px;
    border-top: 1px solid rgba(0,0,0,.2);
    height: 247px
}

    ul.mainNav .thirdNav > li > a {
        display: block;
        border-bottom: 1px solid rgba(0,0,0,.2);
        color: #333
    }

    ul.mainNav .thirdNav > li.thirdLi_select > a {
        background: #81CE5D;
        color: #fff
    }

        ul.mainNav .thirdNav > li.thirdLi_select > a:after {
            position: absolute;
            content: '';
            top: 0;
            right: -11px;
            border-top: 20px solid transparent;
            border-left: 11px solid #81CE5D;
            border-bottom: 20px solid transparent;
            z-index: 500
        }

ul.thirdNav > li > .FourthNav {
    position: absolute;
    left: 200px;
    top: 0;
    width: 285px;
    border-top: 1px solid rgba(0,0,0,.2);
    display: none;
    height: 247px;
    text-align: justify
}

ul.thirdNav .FourthNav > li > a {
    display: block;
    border-bottom: 1px solid rgba(0,0,0,.2);
    color: #333
}

    ul.thirdNav .FourthNav > li > a:hover {
        background: #6c3;
        color: #fff
    }

.subNav_thirdBgWithoutChild {
    max-width: 530px;
    float: left;
    padding: 15px 20px 20px;
    font-size: 13px;
    color: rgba(50,50,50,.8)
}

@media screen and (max-width:790px) {
    ul.mainNav .navBg {
        display: none;
        opacity: 1;
        visibility: hidden
    }
}

.toggleNav {
    display: none
}

#menu-toggle .lines {
    position: relative;
    height: 3px;
    background: #6c3;
    width: 28px;
    display: block;
    margin: 6px 0 0;
    transition: all .2s ease
}

    #menu-toggle .lines:after, #menu-toggle .lines:before {
        content: '';
        position: absolute;
        top: -6px;
        left: 0;
        height: 3px;
        width: 100%;
        background: #6c3;
        transition: all .2s ease;
        -webkit-transition: all .2s ease;
        transform-origin: .28571rem center 0;
        -webkit-transform-origin: .28571rem center 0;
        -moz-transform-origin: .28571rem center 0;
        -ms-transform-origin: .28571rem center 0;
        -o-transform-origin: .28571rem center 0
    }

    #menu-toggle .lines:after {
        top: 6px
    }

.maneActive .lines {
    background: 0 0 !important
}

    .maneActive .lines:before {
        transform: rotate3d(0,0,1,45deg);
        -webkit-transform: rotate3d(0,0,1,45deg);
        -moz-transform: rotate3d(0,0,1,45deg);
        -ms-transform: rotate3d(0,0,1,45deg);
        -o-transform: rotate3d(0,0,1,45deg)
    }

    .maneActive .lines:after {
        transform: rotate3d(0,0,1,-45deg);
        -webkit-transform: rotate3d(0,0,1,-45deg);
        -moz-transform: rotate3d(0,0,1,-45deg);
        -ms-transform: rotate3d(0,0,1,-45deg);
        -o-transform: rotate3d(0,0,1,-45deg)
    }

.nav {
    background: #fff;
    width: 100%;
    position: absolute;
    z-index: 500;
    top: 72px;
    left: 0;
    display: none
}

    .nav > ul, .nav > ul > li, .nav > ul > li.subArrw {
        position: relative
    }

    .nav > ul {
        overflow: hidden
    }

        .nav > ul > li:first-child {
            margin-top: -300%;
            transition: all .2s ease-out
        }

        .nav > ul > li > a {
            border-bottom: 1px solid #ccc;
            line-height: 40px;
            font-size: 18px;
            display: block;
            color: #474c4e;
            padding: 0 0 0 15px
        }

    .nav ul li:hover > a, .nav > li.subArrwAct > a {
        background: #fff;
        border-bottom: 1px solid #ef7104;
        color: #ef7104
    }

    .nav > ul > li.subArrw:after {
        position: absolute;
        content: '';
        top: 17px;
        right: 15px;
        width: 8px;
        height: 8px;
        border: 2px solid transparent;
        border-top: 2px solid #474c4e;
        border-right: 2px solid #474c4e;
        border-radius: 3px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -mos-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transition: all .2s ease-out;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
        -o-transition: all .2s ease-out
    }

    .nav > ul > li.subArrwAct:after {
        top: 14px !important;
        transform: rotate(135deg) !important;
        -webkit-transform: rotate(135deg) !important;
        -mos-transform: rotate(135deg) !important;
        -ms-transform: rotate(135deg) !important;
        -o-transform: rotate(135deg) !important
    }

    .nav > ul > li > ul.subNav {
        display: none
    }

ul.subNav > li > a {
    font-size: 16px;
    padding: 12px 0 12px 28px;
    border-bottom: 1px solid #ccc;
    display: block;
    color: #474c4e
}

.navAct {
    display: block !important
}

.nav > ul > li.firstSlide {
    margin-top: 0
}

.menu-toggleAct {
    background: #000 !important;
    transition: background 1s ease
}

    .menu-toggleAct .lines:before {
        transform: rotate3d(0,0,1,45deg);
        -webkit-transform: rotate3d(0,0,1,45deg);
        -moz-transform: rotate3d(0,0,1,45deg);
        -ms-transform: rotate3d(0,0,1,45deg);
        -o-transform: rotate3d(0,0,1,45deg)
    }

    .menu-toggleAct .lines:after {
        transform: rotate3d(0,0,1,-45deg);
        -webkit-transform: rotate3d(0,0,1,-45deg);
        -moz-transform: rotate3d(0,0,1,-45deg);
        -ms-transform: rotate3d(0,0,1,-45deg);
        -o-transform: rotate3d(0,0,1,-45deg)
    }

    .menu-toggleAct .lines::after {
        top: 8px !important
    }

    .menu-toggleAct .lines {
        background: rgba(0,0,0,0) !important
    }

@media screen and (max-width:790px) {
    .toggleNav {
        display: block
    }

    .headerDown .nav {
        top: 50px
    }
}

@media screen and (max-width:640px) {
    .nav {
        top: 52px
    }
}