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

@font-face {
    font-weight: 400;
    font-style: normal;
    font-family: ecoicons;
    src: url(../fonts/ecoicons/ecoicons.eot);
    src: url(../fonts/ecoicons/ecoicons.eot?#iefix) format("embedded-opentype"), url(../fonts/ecoicons/ecoicons.woff) format("woff"), url(../fonts/ecoicons/ecoicons.ttf) format("truetype"), url(../fonts/ecoicons/ecoicons.svg#ecoicons) format("svg");
}

.gn-menu-main {
    margin: 0;
    padding: 0;
    color: #151c26;
    list-style: none;
    text-transform: none;
    font-weight: 300;
}

.gn-menu {
    line-height: 60px;
}

.gn-menu-main a,
.gn-menu-main li {
    display: block;
    height: 100%;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
}

.no-touch .gn-menu li.gn-search-item:hover,
.no-touch .gn-menu li.gn-search-item:hover a,
.no-touch .gn-menu-main a:hover {
    background: #151c26;
    color: #fff;
}

.gn-menu-main li.gn-trigger {
    position: relative;
    -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:after {
    display: table;
    clear: both;
    content: "";
}

.gn-menu a:hover {
    background: #a6c81f;
    color: #fff;
}

.gn-menu-wrapper {
    position: fixed;
    top: 158px;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 60px;
    border-top: 1px solid rgba(0, 0, 0, 0.9);
    background: #fff;
    -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;
    border-right: 1px solid rgba(0, 0, 0, 0.9);
}

.gn-scroller {
    position: absolute;
    overflow-y: scroll;
    width: 370px;
    height: 100%;
    background: #061207;
}

.gn-menu {
    /* border-bottom: 1px solid #fff; */
    text-align: left;
    font-size: 18px;
    background: #061207;
}

.gn-menu li li,
.gn-menu li:not(:first-child),
.mobile-social-icon li {
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.9);
}

.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: 0;
    border: none;
    background: 0 0;
    color: #151c26;
    font-weight: 300;
    font-family: Lato, Arial, sans-serif;
    cursor: pointer;
}

.gn-search::-webkit-input-placeholder {
    color: #151c26;
}

.gn-search:-moz-placeholder {
    color: #151c26;
}

.gn-search::-moz-placeholder {
    color: #151c26;
}

.gn-search:-ms-input-placeholder {
    color: #151c26;
}

.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: #fff;
}

.no-touch .gn-menu li.gn-search-item:hover .gn-search::-webkit-input-placeholder {
    color: #fff;
}

.no-touch .gn-menu li.gn-search-item:hover .gn-search:-moz-placeholder {
    color: #fff;
}

.no-touch .gn-menu li.gn-search-item:hover .gn-search::-moz-placeholder {
    color: #fff;
}

.no-touch .gn-menu li.gn-search-item:hover .gn-search:-ms-input-placeholder {
    color: #fff;
}

.gn-menu-main a.gn-icon-search {
    position: absolute;
    top: 0;
    left: 0;
    height: 60px;
}

.gn-icon::before {
    display: inline-block;
    width: 60px;
    text-align: center;
    text-transform: none;
    font-weight: 400;
    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";
}

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

.gn-icon-menu span {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    margin-left: 10px;
}

.no-touch .gn-icon-menu.gn-selected:hover::before,
.no-touch .gn-icon-menu:hover::before {
    background: #fff;
    box-shadow: 0 3px #151c26, 0 -6px #fff, 0 -9px #151c26, 0 -12px #fff;
}

.gn-icon-menu.gn-selected::before {
    background: #5993cd;
    box-shadow: 0 3px #fff, 0 -6px #5993cd, 0 -9px #fff, 0 -12px #5993cd;
}

.gn-menu-wrapper.gn-open-all,
.gn-menu-wrapper.gn-open-part {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
}

.gn-menu-wrapper.gn-open-all {
    width: 340px;
}

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

.gn-scroller i.fa:before {
    display: inline-block;
    width: 60px;
    text-align: center;
    text-transform: none;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    font-size: 20px;
}

@media screen and (max-width: 422px) {
    .gn-menu-wrapper {
        top: 132px;
    }
    .gn-menu-wrapper.gn-open-all {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
        width: 90%;
    }
    .gn-menu-wrapper.gn-open-all .gn-scroller {
        width: 130%;
    }
}