a {
    color: #23dbdb;
    text-decoration: none;
}

a:hover {
    color: #000;
}

ol,
ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#wrap {
    margin: 0 auto;
}

.inner {
    margin: 0 auto;
    max-width: 940px;
    padding: 0 40px;
}

.relative {
    position: relative;
}

.right {
    float: right;
}

.left {
    float: left;
}

/* HEADER */

#wrap>header {
    background-color: #333;
    padding-bottom: 20px;
}

.logo {
    display: inline-block;
    font-size: 0;
    padding-top: 15px;
}

#navigation {
    position: absolute;
    right: 40px;
    bottom: 0px;
    font-family: "Raleway", Arial, sans-serif;
    line-height: 1.6;
    font-size: 16px;
    color: #848484;
    font-weight: 300;
}

#menu-toggle {
    display: none;
    float: right;
}

ul.sub-menu {
    /* level 2 */
    display: none;
    left: 0px;
    top: 38px;
    padding-top: 10px;
    position: absolute;
    width: 150px;
    z-index: 9999;
}

ul.sub-menu ul.sub-menu {
    /* level 3+ */
    margin-top: -1px;
    padding-top: 0;
    left: 149px;
    top: 0px;
}

ul.sub-menu>li>a {
    background-color: #333;
    border: 1px solid #444;
    border-top: none;
    color: #bbb;
    display: block;
    font-size: 12px;
    line-height: 15px;
    padding: 10px 12px;
    font-family: "Raleway", Arial, sans-serif;
    text-decoration: none;
}

ul.sub-menu>li>a:hover {
    background-color: #2a2a2a;
    color: #fff;
}

ul.sub-menu>li:first-child {
    border-top: 3px solid #B39861;
}

ul.sub-menu ul.sub-menu>li:first-child {
    border-top: 1px solid #444;
}

ul.sub-menu>li:last-child>a {
    border-radius: 0 0 2px 2px;
}

ul.sub-menu>li>a.parent {
    background-image: url(../images/arrow.png);
    background-size: 5px 9px;
    background-repeat: no-repeat;
    background-position: 95% center;
}

@media all and (max-width: 880px) {}