.navigation {
    width: 600px;
    float: right;
    margin-top: -100px;
    left: 160px;
    z-index: 120
}

.flexnav,.menu-button {
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-weight: 400
}

.flexnav {
    margin: 0;
    list-style: none;
    height: 30px;
    overflow: visible;
    width: 100%;
    background: 0 0;
    border-bottom: solid 1px #fff;
    padding: 0;
    display: block;
    font-size: 12px
}

.flexnav:after {
    content: "";
    display: table;
    clear: both
}

.menu-button {
    display: none;
    padding: 10px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    background: #439c78;
    cursor: pointer
}

.flexnav ul li,.flexnav>li {
    display: block;
    position: relative
}

.flexnav>li {
    float: left
}

.flexnav li a {
    color: #000;
    -webkit-transition: color .2s ease-out;
    -moz-transition: color .2s ease-out;
    -ms-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    transition: color .2s ease-out
}

.flexnav ul li a,.flexnav>li>a {
    display: block;
    padding: 5px 10px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none
}

.flexnav li a:hover {
    color: silver;
    font-weight: 600
}

.flexnav>.item-with-ul>a {
    padding-right: 15px
}

.touch-button,.touch-button::before {
    display: block;
    position: absolute;
    right: 0
}

.touch-button {
    z-index: 99;
    cursor: pointer;
    background: 0 0;
    top: 0;
    width: 54px;
    height: 25px
}

.touch-button::before {
    content: '';
    width: 7px;
    height: 7px;
    border-bottom: 3px solid silver;
    border-left: 3px solid silver;
    top: 9px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    color: #fff
}

.flexnav li:hover>.touch-button::before,.sm-screen .submenu-open::before {
    border-bottom-color: #000;
    border-left-color: #000
}

.flexnav li:hover>.touch-button::after,.sm-screen .submenu-open::after {
    border-color: #fff
}

.flexnav ul {
    position: absolute;
    list-style: none;
    left: 0;
    margin: 0;
    padding: 0;
    top: 25px;
    z-index: 999
}

.flexnav ul ul {
    left: 244px;
    top: -1px
}

.flexnav ul li {
    padding: 0;
    margin: 0;
    border-top: solid 1px #fff
}

.flexnav ul li a {
    background: #c1cdd2;
    width: 200px;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #000
}

.flexnav ul li a:hover {
    background-color: #bcd1de;
    color: #000;
    border-top: none
}

.flexnav ul .touch-button {
    width: 40px;
    height: 40px;
    border-left: 1px solid #fff
}

.flexnav ul .touch-button::after {
    top: 8px;
    right: 8px;
    width: 22px;
    height: 22px
}

.flexnav ul .touch-button::before {
    right: 17px;
    top: 16px;
    height: 7px;
    width: 7px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

@media all and (max-width:800px) {
    .navigation {
        width: 100%;
        margin: auto;
        left: 0;
        position: relative;
        z-index: 120
    }

    .flexnav {
        overflow: hidden;
        max-height: 0
    }

    .flexnav.show {
        overflow: visible;
        max-height: 2000px
    }

    .flexnav li {
        background: #c1cdd2;
        float: none
    }

    .flexnav ul li a {
        width: auto;
        padding-left: 42px
    }

    .flexnav>li {
        border-top: 1px solid #c9d9da;
        margin: 0
    }

    .flexnav ul,.flexnav ul ul {
        position: relative;
        left: 0;
        width: 100%;
        top: 0
    }

    .flexnav.show .touch-button,.menu-button .touch-button {
        z-index: 999
    }

    .flexnav ul .touch-button::before {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        right: 16px;
        top: 15px
    }

    .menu-button {
        display: block
    }

    .menu-button .touch-button::before {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        border-left: 0;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        right: 21px;
        height: 2px;
        width: 20px;
        top: 22px
    }

    .menu-button::after {
        display: block;
        width: 20px;
        height: 2px;
        content: '';
        position: absolute;
        background: #fff;
        right: 21px;
        top: 18px
    }

    .flexnav ul ul li a {
        padding-left: 62px
    }

    .flexnav ul ul ul li a {
        padding-left: 82px
    }

    .touch-button::before {
        content: '';
        display: block;
        width: 8px;
        height: 8px;
        position: absolute;
        border-bottom: 4px solid #fff;
        border-left: 4px solid #fff;
        right: 50px;
        top: 9px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        color: #fff
    }

    .flexnav>li>a {
        display: block;
        padding: 5px 10px;
        border-bottom: solid 1px #94a9b1;
        font-family: "Open Sans",Helvetica,Arial,sans-serif;
        font-size: 14px;
        font-weight: 600;
        text-decoration: none;
        color: #000
    }

    .flexnav li a:hover {
        background-color: #e2e7eb;
        color: #000;
        border-top: none
    }
}