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

/* Icomoon.com */

.gn-menu-main,
.gn-menu-main ul {
    margin: 0;
    padding: 0;
    background: white;
    color: #5f6f81;
    list-style: none;
    text-transform: none;
    font-weight: 700;
    caret-color: transparent;
}

.gn-menu-main li img {
    vertical-align: inherit;
    height: 40px;
    shape-rendering: crispEdges;
}

.gn-menu-main li .avator {
    height: 40px;
    width: 40px;
    background-color: #323335;
    border-radius: 50%;
    display: inline-block;
    color: white;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}

.gn-menu-main li .btn {
    position: absolute;
    right: 120px;
    padding: 10px 15px;
    margin: 0px;
    text-transform: uppercase;
    background-color: #06d6a0;
}

.gn-menu-main {
    position: fixed;
    min-width: 1000px;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    font-size: 18px;
    border-bottom: 5px solid #f8f8f8;
    padding: 20px;
}

.gn-menu-main > .active {
    color: #bc9b5d !important;
    font-weight: bold;
    background-color: white;
}

.gn-menu-main > li {
    float: left;
    display: block;
    line-height: 40px;
}

.gn-menu-main a {
    text-decoration: none;
    cursor: pointer;
    vertical-align: middle;
    color: #909090;
}

.gn-menu-main li a.active {
    color: #bc9b5d;
    font-weight: bold;
}

.gn-menu-main li span.active {
    background-color: #bc9b5d;
}

/* 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;
}

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

.gn-menu-main > li > a {
    padding: 0 20px;
    text-transform: uppercase;
    font-weight: 400;
}

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

.gn-menu-wrapper {
    position: fixed;
    top: 60px;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 60px;
    border-top: 1px solid #c6d0da;
    background: white;
    -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;
    overflow-y: scroll;
    width: 370px;
    height: 100%;
}

.gn-menu {
    border-bottom: 1px solid #c6d0da;
    text-align: left;
    font-size: 20px;
}

.gn-menu li:not(:first-child),
.gn-menu li li {
    box-shadow: inset 0 1px #c6d0da;
}

.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;
}

.dropdown-menu li > a {
    margin: 0px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
}

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 {
    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: -15px;
    vertical-align: -2px;
    width: 30px;
    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: #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: 200px;
}

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

.container > header,
.codrops-top {
    color: #fff;
    font-family: "Lato", Arial, sans-serif;
}

.container > header {
    margin: 0 auto;
    padding: 12em 2em;
    padding-left: 370px;
    background: rgba(0, 0, 0, 0.05);
}

.container > header a {
    color: #566473;
    text-decoration: none;
    outline: none;
}

.container > header a:hover {
    color: #4f7bab;
}

.container > header h1 {
    font-size: 3.2em;
    line-height: 1.3;
    margin: 0;
    font-weight: 300;
}

.container > header span {
    display: block;
    font-size: 55%;
    color: #74818e;
    padding: 0 0 0.6em 0.1em;
}

.dropdown-menu.extended li a {
    border-bottom: 1px solid #ebebeb !important;
    font-size: 16px;
    list-style: none;
    padding: 15px 20px !important;
    width: 100%;
    display: inline-block;
    font-family: "Bahnschrift", serif;
}

.dropdown-menu.extended li a:hover {
    background-color: #f8f8f8;
    color: #323335;
}

.dropdown-menu {
    float: right;
    right: 0;
    left: auto;
    width: 100% !important;
    padding: 0px;
}

.dropdown-menu.extended.logout > li {
    float: left;

    text-align: left;

    width: 100%;
}

.dropdown-menu.extended.logout > li.eborder-top {
    border-top: 2px solid #688a7e !important;
}

.dropdown-menu.extended.logout > li:last-child {
    float: left;
    text-align: left;
    width: 100%;
    background: #fff;
}

.dropdown-menu.extended.logout > li:last-child > a,
.dropdown-menu.extended.logout > li:last-child > a:hover {
    border-bottom: none !important;
}

.dropdown-menu.extended.logout > li:last-child > a:hover > i {
    color: #fff;
}

.dropdown-menu.extended.logout > li > a {
    border-bottom: 1px solid #ebebeb !important;
    font-size: 16px;
    list-style: none;
    padding: 15px 10px !important;
    width: 100%;
    display: inline-block;
}

.dropdown-menu.extended.logout > li > a:hover i {
    color: #688a7e;
}

.dropdown-menu.extended.logout > li > a i {
    font-size: 16px;
}

.dropdown-menu.extended.logout > li > a > i {
    display: inline-block;

    padding-right: 10px;
}

@media screen and (max-width: 1025px) {
    .container > header {
        margin: 0 auto;
        padding: 120px 50px;
        font-size: 70%;
        text-align: right;
    }
}

@media screen and (max-width: 769px) {
    .codrops-icon span {
        display: none;
    }

    .gn-menu-main {
        height: 60px;
        padding: 10px;
        vertical-align: middle;
    }
}

@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%;
    }
}
