/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1.5625rem !important;
}

    .sf-menu li {
        position: relative;
    }

    .sf-menu ul {
        position: absolute;
        display: none;
        top: 100%;
        left: 0;
        z-index: 99;
    }

    .sf-menu > li {
        float: left;
    }

    .sf-menu li:hover > ul,
    .sf-menu li.sfHover > ul {
        display: block;
    }

    .sf-menu a {
        display: block;
        position: relative;
    }

    .sf-menu ul ul {
        top: 0;
        left: 100%;
    }


/*** DEMO SKIN ***/
.sf-menu {
    float: left;
}

    .sf-menu ul {
        /*box-shadow: 2px 2px 6px rgba(0,0,0,.2);*/
        min-width: 12em; /* allow long menu items to determine submenu width */
        *width: 12em; /* no auto sub width for IE7, see white-space comment below */
    }

    .sf-menu a {
        padding: .5em 0.6em;
        text-decoration: none;
        font-weight: normal;
        letter-spacing: 0.4px;
        zoom: 1;
    }

    .sf-menu a {
        color: #fff;
    }

        .sf-menu a:hover {
            text-decoration: none;
        }

    .sf-menu li {
        white-space: nowrap; /* no need for Supersubs plugin */
        *white-space: normal; /* ...unless you support IE7 (let it wrap) */
        -webkit-transition: background .2s;
        transition: background .2s;
        background: none;
    }

    .sf-menu ul li {
        background: #000000;
        border-radius: 15px;
        border-top: 1px solid #dFeEFF; /* fallback colour must use full shorthand */
    }


    .sf-menu ul ul li {
        background: #000000;
    }

    .sf-menu li:hover,
    .sf-menu li.sfHover {
        background: #2c2c2c;
        /* only transition out, not in */
        -webkit-transition: none;
        transition: none;
    }

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
    padding-right: 1em;
    *padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
    /* styling for both css and generated arrows */
    .sf-arrows .sf-with-ul:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0.25em;
        margin-top: -3px;
        height: 0;
        width: 0;
        /* order of following 3 rules important for fallbacks to work */
        border: 5px solid transparent;
        border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
        border-top-color: rgba(255,255,255,.5);
    }

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
    border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
    margin-top: -5px;
    margin-right: -3px;
    border-color: transparent;
    border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
    border-left-color: rgba(255,255,255,.5);
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
    border-left-color: white;
}


/*==================================RESPONSIVE LAYOUTS===============================================*/


@media only screen and (max-width: 995px) {
    .sf-menu > li {
        margin: 0;
    }

        .sf-menu > li > a:hover:after, .sf-menu > li.current > a:after {
            bottom: -26px;
        }

    .sf-menu-bottom > li {
        margin: 0;
    }

        .sf-menu-bottom > li > a:hover:after, .sf-menu-bottom > li.current > a:after {
            bottom: -26px;
        }
}

@media only screen and (max-width: 795px) {
}

@media only screen and (max-width: 767px) {
    nav {
        margin-left: 0;
    }
}

nav select {
    height: 28px;
    border: 1px solid #d7d3d9;
    font-family: 'Ubuntu', sans-serif;
    font-size: 20px;
    line-height: 20px;
    color: #000000;
    background-color: #d7d3d9;
    width: 100%;
    outline: none;
    padding: 4px;
    font-weight: bold;
    margin-top: 0px;
}

    nav select option:first-child {
        color: #20201f;
    }

@media only screen and (max-width: 479px) {
    nav {
        bottom: 5px;
    }
}

/*=========================================BOTTOM MENU=============================================*/
/*** ESSENTIAL STYLES ***/
.sf-menu-bottom, .sf-menu-bottom * {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1.5625rem !important;
}

    .sf-menu-bottom li {
        position: relative;
    }

    .sf-menu-bottom ul {
        position: absolute;
        display: none;
        top: -196px;
        left: 0;
        z-index: 99;
    }

    .sf-menu-bottom > li {
        float: left;
    }

    .sf-menu-bottom li:hover > ul,
    .sf-menu-bottom li.sfHover > ul {
        display: block;
    }

    .sf-menu-bottom a {
        display: block;
        position: relative;
    }

    .sf-menu-bottom ul ul {
        top: 0;
        left: 100%;
    }


/*** DEMO SKIN ***/
.sf-menu-bottom {
    float: left;
}

    .sf-menu-bottom ul {
/*        box-shadow: 2px 2px 6px rgba(0,0,0,.2);*/
        min-width: 12em; /* allow long menu items to determine submenu width */
        *width: 12em; /* no auto sub width for IE7, see white-space comment below */
    }

    .sf-menu-bottom a {
          padding: .5em 0.6em;
        text-decoration: none;
        font-weight: normal;
        letter-spacing: 0.4px;
        zoom: 1;
    }

    .sf-menu-bottom a {
        color: #fff;
    }

        .sf-menu-bottom a:hover {
            text-decoration: none;
        }

    .sf-menu-bottom li {
        white-space: nowrap; /* no need for Supersubs plugin */
        *white-space: normal; /* ...unless you support IE7 (let it wrap) */
        -webkit-transition: background .2s;
        transition: background .2s;
        background: none;
    }

    .sf-menu-bottom ul li {
        background: #000000;
        border-radius: 15px;
    }

        .sf-menu-bottom ul li a {
            border-top: 1px solid #dFeEFF; /* fallback colour must use full shorthand */
            background-color: transparent
        }


    .sf-menu-bottom ul ul li {
        background: #000000;
    }

    .sf-menu-bottom li:hover,
    .sf-menu-bottom li.sfHover {
        background: #2c2c2c;
        /* only transition out, not in */
        -webkit-transition: none;
        transition: none;
    }
