

.gn-menu-main,
.gn-menu-main ul {
    margin: 0;
    padding: 0;
    background: #fff;
    color: #5f6f81;
    list-style: none;
    text-transform: none;
    font-weight: 300;
    border-top-right-radius: 4px;
}

    .gn-menu-main li.gn-trigger a.gn-icon-menu {
        line-height: 37px;
    }

    .gn-menu-main ul .gn-search-item a {
        font-size: 15px;
        font-weight: 600;
        padding: 10px 30px 10px 10px;
        line-height: initial;
        border-bottom: 1px solid #ccc;
        background: #f7f7f7;
    }

        .gn-menu-main ul .gn-search-item a:hover, .gn-menu-main ul .gn-search-item a:focus {
            background: #f3f3f3 !important;
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -ms-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
        }

    .gn-menu-main ul.subMenu .gn-search-item a {
        font-size: 14px;
        font-weight: 600;
        padding: 7px 30px 7px 30px;
        background: #fff;
        border-bottom: 1px solid #cacaca;
    }

        .gn-menu-main ul.subMenu .gn-search-item a.active, .gn-menu-main ul.subMenu .gn-search-item a.active:hover, .gn-menu-main ul.subMenu .gn-search-item a.active:focus {
            background: #3c3c3c !important;
            color: #ffffff;
            border-bottom: 1px solid #3c3c3c;
            font-weight: 600;
        }


    .gn-menu-main ul.subMenu_second .gn-search-item a {
        background: #fff;
        border-bottom: 1px solid #e8e8e8;
        color: #408acc;
        border-left: 5px solid #fff;
        font-size: 13px;
    }

        .gn-menu-main ul.subMenu_second .gn-search-item a.active {
            border-left: 5px solid #ee6c45;
            background: #fff !important;
            color: #408acc;
            border-bottom: 1px solid #e8e8e8;
        }

    .gn-menu-main ul .gn-search-item a.active, .gn-menu-main ul .gn-search-item a:hover.active, .gn-menu-main ul .gn-search-item a:focus.active {
        background: #61b9ca !important;
        color: #fff;
        border-bottom: 1px solid #61b9ca;
    }

        .gn-menu-main ul .gn-search-item a.active .arrowDir {
            color: #fff;
        }

    .gn-menu-main ul.subMenu .gn-search-item a.active .arrowDir {
        color: #fff;
    }

    .gn-menu-main ul .gn-search-item a.disable, .gn-menu-main ul .gn-search-item a:hover.disable {
        opacity: 0.5;
        cursor: not-allowed;
            /*color: #454545;*/
    }

.gn-menu-main {
    position: fixed;
    top: 98px;
    left: 15px;
    max-width: 100%;
    height: 30px;
    font-size: 13px;
    z-index: 10;
    line-height: 38px;
    display: inline-block;
    height: 30px;
}

    .gn-menu-main a {
        display: block;
        height: 100%;
        color: #454545;
        text-decoration: none;
        cursor: pointer;
        line-height: initial;
        font-size: 14px;
        position: relative;
    }


.arrowDir {
    position: absolute;
    font-size: 15px;
    color: #827e7e;
    font-weight: normal;
    right: 25px;
    top: 10px;
}

.gn-menu-main ul .gn-search-item a.collapsed .arrowDir:before {
    content: "\f107";
    position: absolute;
    font-family: "FontAwesome";
}

.gn-menu-main ul .gn-search-item a .arrowDir:before {
    content: "\f106";
    position: absolute;
    font-family: "FontAwesome";
}
/*.gn-menu-main li.gn-trigger a.gn-icon-menu.gn-selected,
    .no-touch .gn-menu-main a:hover,
    .no-touch .gn-menu li.gn-search-item:hover,
    .no-touch .gn-menu li.gn-search-item:hover a {
        background: #61b9ca;
        color: white;
        border: 2px solid #61b9ca !important;
    }

    .gn-menu-main li.gn-trigger:hover a.gn-icon-menu span {
        background: #fff !important;
    }*/

.gn-menu-main > li {
    display: block;
    float: left;
    height: 100%;
    text-align: center;
}

/* icon-only trigger (menu item) */

.gn-menu-main li.gn-trigger {
    /*border: 2px solid #a0a0a0;*/
    border-radius: 5px;
    position: relative;
    width: 32px;
    padding-top: 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*.gn-menu-main > li:last-child {
		float: right;
		border-right: none;
		border-left: 1px solid #c6d0da;.gn-menu-main li.gn-trigger a.gn-icon-menu.gn-selected, .no-touch .gn-menu-main a:hover, .no-touch .gn-menu li.gn-search-item:hover, .no-touch .gn-menu li.gn-search-item:hover a
}*/

.gn-menu-main > li > a {
    padding: 0 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    vertical-align: top;
}

.gn-menu-main:after {
    display: block;
    clear: both;
    content: "Menu";
    position: absolute;
    font-size: 10px;
    font-weight: 600;
    bottom: -4px;
    color: #a09e9e;
    text-transform: uppercase;
    width: 100%;
    left: 0;
    vertical-align: top;
    line-height: 1.5;
}
.gn-menu-main.gn-menu-main-close:after{
    content: "Close";
}
.gn-menu-wrapper {
    position: fixed;
    top: 133px;
    bottom: 0;
    left: 0;
    width: 60px;
    z-index: 9999;
    border-top: 0px solid #c6d0da;
    background: #fff;
    height: calc(100vh - 133px);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transform: translateX(-60px);
    -moz-transform: translateX(-60px);
    transform: translateX(-60px);
    -webkit-transition: -webkit-transform 0.3s, width 0.3s;
    -moz-transition: -moz-transform 0.3s, width 0.3s;
    transition: transform 0.3s, width 0.3s;
}

    .gn-menu-wrapper:after, .gn-menu-wrapper:before {
        bottom: 100%;
        left: 30px;
        border: solid transparent;
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .gn-menu-wrapper:after {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #fff;
        border-width: 10px;
        margin-left: -10px;
    }

    .gn-menu-wrapper:before {
        border-color: rgba(160, 160, 160, 0);
        border-bottom-color: #a0a0a0;
        border-width: 11px;
        margin-left: -11px;
    }





.gn-scroller {
    position: absolute;
    overflow-y: auto;
    width: 100%;
    height: 100%;
}

.gn-menu {
    /*border-bottom: 1px solid #ececec;*/
    text-align: left;
    font-size: 14px;
    font-weight: 600;
}

    .gn-menu li:not(:first-child),
    .gn-menu li li {
        box-shadow: inset 0 1px #ececec;
    }

.gn-submenu li {
    overflow: hidden;
    height: 0;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
}

    .gn-submenu li a {
        color: #c1c9d1;
    }

input.gn-search {
    position: relative;
    z-index: 10;
    padding-left: 60px;
    outline: none;
    border: none;
    background: transparent;
    color: #5f6f81;
    font-weight: 300;
    font-family: 'Lato', Arial, sans-serif;
    cursor: pointer;
}

/* placeholder */

.gn-search::-webkit-input-placeholder {
    color: #5f6f81;
}

.gn-search:-moz-placeholder {
    color: #5f6f81;
}

.gn-search::-moz-placeholder {
    color: #5f6f81;
}

.gn-search:-ms-input-placeholder {
    color: #5f6f81;
}

/* hide placeholder when active in Chrome */

.gn-search:focus::-webkit-input-placeholder,
.no-touch .gn-menu li.gn-search-item:hover .gn-search:focus::-webkit-input-placeholder {
    color: transparent;
}

input.gn-search:focus {
    cursor: text;
}

.no-touch .gn-menu li.gn-search-item:hover input.gn-search {
    color: white;
}

/* placeholder */

.no-touch .gn-menu li.gn-search-item:hover .gn-search::-webkit-input-placeholder {
    color: white;
}

.no-touch .gn-menu li.gn-search-item:hover .gn-search:-moz-placeholder {
    color: white;
}

.no-touch .gn-menu li.gn-search-item:hover .gn-search::-moz-placeholder {
    color: white;
}

.no-touch .gn-menu li.gn-search-item:hover .gn-search:-ms-input-placeholder {
    color: white;
}

.gn-menu-main a.gn-icon-search {
    position: absolute;
    top: 0;
    left: 0;
    height: 60px;
}

.gn-icon::before, .gn-icon::after {
    display: inline-block;
    width: 60px;
    text-align: center;
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-family: 'ecoicons';
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
}

.gn-icon-help::before {
    content: "\e000";
}

.gn-icon-earth::before {
    content: "\e004";
}

.gn-icon-cog::before {
    content: "\e006";
}

.gn-icon-search::before {
    content: "\e005";
}

.gn-icon-download::before {
    content: "\e007";
}

.gn-icon-photoshop::before {
    content: "\e001";
}

.gn-icon-illustrator::before {
    content: "\e002";
}

.gn-icon-archive::before {
    content: "\e00d";
}

.gn-icon-article::before {
    content: "\e003";
}

.gn-icon-pictures::before {
    content: "\e008";
}

.gn-icon-videos::before {
    content: "\e009";
}

/* if an icon anchor has a span, hide the span */

.gn-icon span {
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
}

/*.gn-icon-menu::before {
    margin-left: 0;
    vertical-align: middle;
    width: 17px;
    height: 3px;
    background: #5f6f81;
    box-shadow: 0 3px white, 0 -6px #5f6f81, 0 -9px white, 0 -12px #5f6f81;
    content: '';
}

.no-touch .gn-icon-menu:hover::before,
.no-touch .gn-icon-menu.gn-selected:hover::before {
    background: white;
    box-shadow: 0 3px #5f6f81, 0 -6px white, 0 -9px #5f6f81, 0 -12px white;
}

.gn-icon-menu.gn-selected::before {
    background: #ffffff;
    box-shadow: none !important;
    transform: rotate(56deg);
    margin: 0 0px 11px 0px;
}

.gn-icon-menu.gn-selected::after {
    content: '';
    vertical-align: middle;
    width: 17px;
    height: 3px;
    background: #ffffff;
    box-shadow: none;
    transform: rotate(56deg);
    margin: 0 0px 11px 0px;
}*/

/* styles for opening menu */

.gn-menu-wrapper.gn-open-all,
.gn-menu-wrapper.gn-open-part {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
}

.gn-menu-wrapper.gn-open-all {
    width: 340px;
    border-left: none;
    border-radius: 0;
    box-shadow: 5px 5px 12px rgba(0,0,0,0.19);
    background: #fff;
    border-top: 1px solid #d2d2d2;
}

    .gn-menu-wrapper.gn-open-all .gn-submenu li {
        height: 60px;
    }

@media screen and (max-width: 422px) {
    .gn-menu-wrapper.gn-open-all {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        transform: translateX(0px);
        width: 100%;
    }

        .gn-menu-wrapper.gn-open-all .gn-scroller {
            width: 130%;
        }
}


.leftmenuWrapper {
}





/*============================Colapse arrow=======================*/



#nav-icon2 {
    position: relative;
    width: 32px;
    margin: 0 auto;
}

    /*#nav-icon2.gn-selected span {
        background: #fff;
    }*/

    #nav-icon2 span {
        display: block;
        position: absolute;
        height: 3px;
        width: 50%;
        background: #626262;
        opacity: 1;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

        #nav-icon2 span:nth-child(even) {
            left: 50%;
            border-radius: 0 9px 9px 0;
        }

        #nav-icon2 span:nth-child(odd) {
            left: 0px;
            border-radius: 9px 0 0 9px;
        }

        #nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
            top: 0px;
        }

        #nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
            top: 7px;
        }

        #nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
            top: 14px;
        }

    #nav-icon2.gn-selected span:nth-child(1), #nav-icon2.gn-selected span:nth-child(6) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #nav-icon2.gn-selected span:nth-child(2), #nav-icon2.gn-selected span:nth-child(5) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #nav-icon2.gn-selected span:nth-child(1) {
        left: 3px;
        top: 2px;
    }

    #nav-icon2.gn-selected span:nth-child(2) {
        left: calc(50% - 3px);
        top: 2px;
    }

    #nav-icon2.gn-selected span:nth-child(3) {
        left: -50%;
        opacity: 0;
    }

    #nav-icon2.gn-selected span:nth-child(4) {
        left: 100%;
        opacity: 0;
    }

    #nav-icon2.gn-selected span:nth-child(5) {
        left: 2px;
        top: 12px;
    }

    #nav-icon2.gn-selected span:nth-child(6) {
        left: calc(50% - 2px);
        top: 12px;
    }
