
#nav-header {
    border-bottom: thick #1c1f24 solid;
    background-color: #1c1f24 !important;
    padding: 0;
    width: 100%;
    z-index: 10;
    margin: 0;
    opacity: 1;
    position: fixed;
}


@media screen and (max-width:1000px) {
    #nav-header {
        opacity: 1;
        padding: 15px 0;
    }
}

.nav-placeholder {
    padding: 0;
    margin: 0;
    width: 100%;
    position: relative;
    z-index: 10;
}


@media screen and (max-width:1000px) {
    .nav-placeholder {
        position: relative;
        z-index: 10;
        padding: 0;
    }
}

#logo {
    position: relative;
    width: 150px;
    height: auto;
    float: left;
    top: 10px;
    left: 5px;
}

@media screen and (max-width:1000px) {
    #logo {
        position: relative;
        height: auto;
        float: none;
        top: 0px;
    }

}

#menubar {
    width: 40px;
    height: 20px;
    cursor: pointer;
    display: none;
    float: right;
    position: relative;
    right: 20px;
}

@media screen and (max-width:1000px) {
    #menubar {
        display: inline;
    }
}


#arrow {
    width: 35px;
    height: auto;
    position: absolute;
    right: 2.5em;
    top: 1.5em;
    cursor: pointer;
    display: none;
}

#fullnavUL {
    display: inline-block;
}

@media screen and (max-width:1000px) {
    #fullnavUL {
        display: none;
    }
}


#fullnavUL li {
    display: inline;
    margin: 0em 1em 0em 1em;
    font-size: 11px;
    font-weight:bold;
    color: #fff;
    text-decoration: none;
    padding-bottom: 30px;
}

.link-on {
    color: #FF5722 !important;
}

/*@media screen and (max-width:1500px) {
    #fullnavUL li {
        margin: 0em 1em 0em 1em;
        font-size: 16px;
    }
}

@media screen and (max-width:1200px) {
    #fullnavUL li {
        margin: 0em 4px 0em 4px;
        font-size: 14px;
    }
}*/

#fullnavUL a {
    padding: 10px 15px;
    border: thin transparent solid;
}

#fullnavUL a:hover {
    /*border: thin rgba(0, 134, 215, 1) solid;*/
    cursor: pointer;
    color: FF5722;
}

#fullnavUL a:focus {
    outline: none;
}


#fullnavUL a, #uldropdown a {
    text-decoration: none;
}

#fullnavUL li a {
    color: #fff;
}



#fullnavUL li:hover .sub-menu {
    display: block
}

#nav ul li {
    position: relative;
}

/*MOBILE*/


#uldropdown {
    display: none;
}


@media screen and (max-width:1000px) {
    #uldropdown {
        display: none;
        padding: 2.5em 0 0 0;
        text-align: center;
    }
}

#uldropdown li a:hover {
    text-decoration: none;
    color: rgba(31, 165, 255, 0.8);
}

#uldropdown a {
    text-decoration: none;
}

    #uldropdown a:focus {
        outline: none;
    }

@media screen and (max-width:1000px) {
    #uldropdown li {
        display: block;
        padding: 1em 0 1em 0;
        margin: 0 0 0 0;
        font-size: 16px;
        color: #fff;
        border-bottom: thin rgba(255, 255, 255, 0.4) solid;
        position: relative;
        z-index: 10;
        text-transform: uppercase;
    }
}

@media screen and (max-width:1000px) {
    #uldropdown li:hover {
        color: #FF5722;
        background-color: rgba(255, 255, 255, 1);
        cursor: pointer;
    }
}

#uldropdown li a {
    color: #fff;
}


#uldropdown li:hover #uldropdown li a:hover {
    color: rgb(197, 112, 74);
    background-color: rgba(255, 255, 255, 1);
}

#uldropdown ul {
    max-height: 175px;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
}

ul.sub-menu {
    position: absolute;
    background-color: #1c1f24;
    width: 275px;
    padding: 15px 0 15px 0;
    margin: 0px 0 0px 0;
    display: none;
    left: 0;
    top: 32px;
}

.sub-menu li a {
    display: block;
    text-align: left;
    padding: 8px 0px 8px 20px;
    margin: 0;
    width: 100%;
}

    .sub-menu li a:hover {
        cursor: pointer;
        background-color: #fff;
        color: rgba(0, 134, 215, 1);
        border-radius: 3px;
        padding: 8px 0 8px 20px;
        width: 80%;
        border-color:#fff;
    }

.sub-menu-mobile {
    display: none;
    width: 100%;
    background-color: #ff4b12;
    margin: 1em 0 1em 0;
    padding: 0;
}

    .sub-menu-mobile li {
        width: 100%;
        display: block;
        position: relative;
    }

        .sub-menu-mobile li:hover {
            background-color: rgb(180, 183, 206);
        }

        .sub-menu-mobile li:hover {
            color: rgba(31, 165, 255, 1);
        }


#item1 {
    border-top: thin rgba(255, 255, 255, 0.7) solid;
}

