
*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Icomoon.com */

.gn-menu-main ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: none;
}

ul.gn-submenu {
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: none;
}

ul.gn-menu.agile_menu_drop {
    line-height: 46px;
}

.gn-menu-main {
    top: 0;
    left: 0;
    width: 55%;
    height: 60px;
    font-size: 20px;
    position: fixed;
}

.w3_agileits_top_nav {
    background: #e0e4e7;
    box-shadow: 0px 0px 10px 5px #c7c9cc;
    color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    font-size: 13px;
    position: fixed;
    z-index: 999;
}

.gn-menu-main a {
    display: block;
    height: 100%;
    color: #d0dfd4;
    text-decoration: none;
    cursor: pointer;
}

.gn-menu-main a:hover {
    display: block;
    height: 100%;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.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 {
    color: white;
}

.gn-menu-main>li {
    display: block;
    float: left;
    height: 100%;
    text-align: center;
}

ul.gn-submenu li a {
    color: #cacaca;
    background: #719c35;
}

ul.gn-submenu li a:hover {
    color: #fff!important;
    background: #60852d;
}

li.second {
    padding: 0 7px;
}

i.fa.fa-bars {
    color: #fff;
}

ul.gn-menu.agile_menu_drop {
    background: #84b83c;
}

.selected {
    color: #d0dfd4;
}

.selected:hover {
    background: #73a035;
    color: #fff;
}


/* icon-only trigger (menu item) */

.gn-menu-main li.gn-trigger {
    position: relative;
    width: 60px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #8dc63f;
    color: #fff;
    padding-top: 7px;
    font-size: 30px;
}

.gn-menu-main li.gn-trigger:hover {
    background: #7bac37;
}

.gn-menu-main>li:nth-child(7) {
    float: right;
    border-right: none;
    width: 28%;
    margin-top: 9px;
}

.gn-menu-main>li:last-child {
    float: right;
}

.gn-menu-main>li>a {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}

.gn-menu-main:after {
    display: table;
    clear: both;
    content: "";
}

ul.gn-menu.agile_menu_drop li:hover {
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
}

.gn-menu-wrapper {
    position: fixed;
    top: 60px;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 60px;
    -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-scroller {
    position: absolute;
    width: 283px;
    height: 100%;
}

.gn-menu {
    text-align: left;
}

.gn-submenu li {
    overflow: hidden;
    height: 0;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
}

ul.gn-menu.agile_menu_drop i.fa.fa-angle-down {
    float: right;
    padding-top: 15px;
}

ul.gn-submenu li i {
    color: #4e6b25;
}

input.gn-search {
    position: relative;
    z-index: 10;
    padding-left: 60px;
    outline: none;
    border: none;
    background: transparent;
    color: #5f6f81;
    font-weight: 300;
    cursor: pointer;
}

ul.gn-menu.agile_menu_drop li {
    border-bottom: 1px solid #5e812c;
}

ul.gn-menu.agile_menu_drop li.page {
    border: none;
}

ul.gn-menu ul.gn-submenu li.mini_list_agile {
    border-top: 1px solid #5e812c;
}

li.mini_list_w3 {
    border-bottom: none!important;
}

li.mini_list_w3_line {
    border-top: none!important;
    border-bottom: 1px solid #5e812c;
}

ul.gn-menu.agile_menu_drop li a {
    font-size: 16px;
    letter-spacing: 1px;
}


/* placeholder */

.gn-search::-webkit-input-placeholder {
    color: #5f6f81
}

ul.gn-menu.agile_menu_drop li a:not(:hover) {
    font-size:15px;
}


.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-menu i.fa::before {
    display: inline-block;
    width: 60px;
    text-align: center;
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-family: 'FontAwesome';
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
}



ul.gn-submenu i.fa::before {
    display: inline-block;
    width: 60px;
    text-align: center;
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-family: 'FontAwesome';
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
}


/* if an icon anchor has a span, hide the span */

.gn-icon-illustrator::before {
    content: "\e002";
    display: inline-block;
    width: 60px;
    text-align: center;
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-family: 'FontAwesome';
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
}

.gn-icon span {
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
}

.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: #5993cd;
    box-shadow: 0 3px white, 0 -6px #5993cd, 0 -9px white, 0 -12px #5993cd;
}


/* 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: 284px;
    z-index: 99;

}

.gn-menu-wrapper.gn-open-part:active {
	
    width: 0px;
    z-index: 99;

}

.gn-menu-wrapper.gn-open-all .gn-submenu li {
    height: 48px;
}

.title {
    font-size: 2em;
    color: #808285;
}

/*--Responsive--*/

@media (max-width:1280px) {
    .gn-menu-main li.gn-trigger {
        position: relative;
        width: 60px;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background: #8dc63f;
        color: #fff;
    }
    .gn-menu-main {
        top: 0;
        left: 0;
        width: 60%;
        height: 60px;
        font-size: 20px;
        position: fixed;
    }
}

@media (max-width:980px) {
    .gn-menu-main li.gn-trigger {
        position: relative;
        width: 60px;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background: #8dc63f;
        color: #fff;
    }
    .gn-menu-main {
        top: 0;
        left: 0;
        width: 65%;
        height: 60px;
        font-size: 20px;
        position: fixed;
    }
}

@media (max-width:800px) {
    .gn-menu-wrapper.gn-open-all {
        width: 260px;
    }
    .gn-scroller {
        position: absolute;
        overflow-y: scroll;
        width: 258px;
        height: 100%;
    }
    .gn-menu-main {
        top: 0;
        left: 0;
        width: 95%;
        height: 60px;
        font-size: 20px;
        position: fixed;
    }
}

@media (max-width:700) {
    .gn-menu-main>li:nth-child(7) {
        float: right;
        border-right: none;
        width: 54%;
        margin-top: 9px;
        background: #337AB7;
        margin: 0;
    }
    .gn-menu-wrapper.gn-open-all {
        z-index: 9999;
    }
    .gn-menu-main>li:last-child {
        float: right;
        border-left: 1px solid #337AB7;
    }
}

@media (max-width:640px) {
    ul.gn-menu.agile_menu_drop li a {
        font-size: 15px;
        letter-spacing: 1px;
    }
}

@media (max-width:600px) {
    .gn-menu-main>li:nth-child(7) {
        float: right;
        border-right: none;
        width: 52%;
        margin-top: 9px;
        background: #337AB7;
        margin: 0;
    }
}

@media screen and (max-width:480px) {
    .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: 100%;
    }
    .gn-menu-main>li:nth-child(7) {
        float: right;
        border-right: none;
        width: 44%;
        margin-top: 9px;
        background: #337AB7;
        margin: 0;
    }
    .title {
        font-size: 1em;
    }
    .gn-menu-main {
        top: 0;
        left: 0;
        width: 98%;
        height: 60px;
        font-size: 20px;
        position: fixed;
    }
}

@media screen and (max-width:414px) {
    .gn-menu-main li.gn-trigger {
        position: relative;
        width: 52px;
    }
    .gn-menu-main>li:nth-child(7) {
        float: right;
        border-right: none;
        width: 39%;
        margin-top: 9px;
        background: #337AB7;
        margin: 0;
    }
    .title {
        font-size: 0.7em;
    }
}


/*--//Responsive--*/