.navbar {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0;
}

.navbar-default {
    background-color: transparent;
    border: none
}

.navbar-collapse {
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

#dnnMenu .nav {
    /*background-color: #1976d2;*/
}

#dnnMenu .topLevel > li > a, .dnnMenu .topLevel > li > a {
    color: #fff;
    /*background-color: #1976d2;*/
}

    #dnnMenu .topLevel > li > a:focus, #dnnMenu .topLevel > li > a:hover,
    .dnnMenu .topLevel > li > a:focus, .dnnMenu .topLevel > li > a:hover {
        color: #fff;
        background-color: #0d47a1;
    }

    #dnnMenu .topLevel > li.active > a:focus, #dnnMenu .topLevel > li > a:active,
    .dnnMenu .topLevel > li.active > a:focus, .dnnMenu .topLevel > li > a:active {
        color: #fff;
        background-color: #0d47a1;
    }

#dnnMenu .topLevel > .open > a, #dnnMenu .topLevel > .open > a:hover, #dnnMenu .topLevel > .open > a:focus,
.dnnMenu .topLevel > .open > a, .dnnMenu .topLevel > .open > a:hover, .dnnMenu .topLevel > .open > a:focus {
    background: none
}

#dnnMenu .topLevel > .active.open > a, #dnnMenu .topLevel > .active.open > a:hover, #dnnMenu .topLevel > .active.open > a:focus,
.dnnMenu .topLevel > .active.open > a, .dnnMenu .topLevel > .active.open > a:hover, .dnnMenu .topLevel > .active.open > a:focus {
    background-color: #e7e7e7
}

#dnnMenu .navbar-default .topLevel > li > a,
.dnnMenu .navbar-default .topLevel > li > a {
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

#dnnMenu .dropdown-menu {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #1976d2;
    padding: 0;
    z-index:1090;
}

.dnnMenu .dropdown-menu {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /* background: #1976d2; */
    padding: 0;
}

    #dnnMenu .dropdown-menu::after, .dnnMenu .dropdown-menu::after {
        bottom: 100%;
        left: 35%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(241,241,241,0);
        border-bottom-color: #0d47a1;
        border-width: 10px;
        margin-left: -30px
    }

    #dnnMenu .dropdown-menu li,
    .dnnMenu .dropdown-menu li {
        background: none;
        float: none;
        clear: both;
        min-width: 200px;
        width: auto;
        padding: 5px 5px;
        border-bottom: 1px solid #e1e1e1;
        -o-transition: all .3s ease 0s;
        -webkit-transition: all .3s ease 0s;
        -moz-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        z-index: 1090;
        list-style: none;
    }

        #dnnMenu .dropdown-menu li:hover
        .dnnMenu .dropdown-menu li:hover {
            background: #0d47a1
        }

        #dnnMenu .dropdown-menu li:last-child
        .dnnMenu .dropdown-menu li:last-child {
            border: none
        }

        #dnnMenu .dropdown-menu li > a,
        .dnnMenu .dropdown-menu li > a {
            background: transparent
        }

        #dnnMenu .dropdown-menu li.active > a, #dnnMenu .dropdown-menu li.active a:hover, #dnnMenu .dropdown-menu li.active a:focus {
            color: #FFF;
            font-weight: 600
        }

        .dnnMenu .dropdown-menu li.active > a, .dnnMenu .dropdown-menu li.active a:hover, .dnnMenu .dropdown-menu li.active a:focus {
            color: #333;
            font-weight: 600;
            background: #ff7518;
        }

        .dnnMenu .dropdown-menu li.active, .dnnMenu .dropdown-menu li:hover, .dnnMenu .dropdown-menu li:focus {
            color: #fff;
            font-weight: 600;
            background: #ff7518;
        }

#dnnMenu .dropdown-menu a:hover {
    color: #fff
}

.dnnMenu .dropdown-menu a:hover {
    color: #fff;
    text-decoration: none;
}

#dnnMenu .subLevelRight::after,
.dnnMenu .subLevelRight::after {
    border: none
}
@media only screen and (max-width:767px) {
    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
        background-color: #818285;
    }
}
@media only screen and (max-width:992px) {
    .navbar-toggle .icon-bar {
      
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
        background-color: #818285;
    }

    .navbar-toggle {
      
        display: block;
    }
}

    /*@media only screen and (min-width:768px) and (max-width:995px) {
    #dnnMenu .nav li,
    .dnnMenu .nav li {
        font-size: 15px
    }
}*/

    /*@media only screen and (max-width:767px) {

    #dnnMenu .dropdown-menu,
    .dnnMenu .dropdown-menu {
        padding: 0
    }

        #dnnMenu .dropdown-menu::after,
        .dnnMenu .dropdown-menu::after {
            border: none;
            pointer-events: none;
            border-color: none;
            border-width: 0
        }

        #dnnMenu .dropdown-menu.subLevel,
        .dnnMenu .dropdown-menu.subLevel,
        .dnnMenu .dropdown.open .dropdown-menu {
            padding: 0
        }

            #dnnMenu .dropdown-menu.subLevel li.active a span,
            .dnnMenu .dropdown-menu.subLevel li.active a span,
            .dnnMenu .dropdown.open .dropdown-menu li.active a span {
                color: #3f3f3f
            }

            #dnnMenu .dropdown-menu.subLevel li,
            .dnnMenu .dropdown-menu.subLevel li,
            .dnnMenu .dropdown.open .dropdown-menu li {
                background: #1e88e5;
                border-bottom: 1px solid #4a4b4c;
                padding: 0
            }

        #dnnMenu .dropdown-menu.subLevelRight li,
        .dnnMenu .dropdown-menu.subLevelRight li {
            background: #5d6062;
            padding: 0
        }

    .dnnMenu .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0px;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 10rem;
        padding: 0.5rem 0;
        margin: 0.125rem 0 0;
        font-size: 1rem;
        color: #fff;
        text-align: left;
        list-style: none;
        background-color: #fff;
        background-clip: padding-box;
        border: 0px;
        border-radius: 0.25rem;
    }

        .dnnMenu .dropdown-menu ul li {
            background-color: #fff;
        }

    #dnnMenu .topLevel li {
        position: relative;
        background: #1976d2;
        list-style-type: none;
        float: none;
        width: 100%;
        margin-bottom: 0;
        border-top: 1px solid rgba(0,0,0,.1)
    }

    .dnnMenu .topLevel ul li {
        position: relative;
        background: #fff;
        list-style-type: none;
        float: none;
        width: 100%;
        margin-bottom: 0;
        border-top: 1px solid rgba(0,0,0,.1)
    }

        .dnnMenu .topLevel ul li a {
            color: #1976d2;
        }

    #dnnMenu .topLevel li.active a,
    .dnnMenu .topLevel li.active a {
        color: #fff;
        font-weight: bold
    }

    #dnnMenu .topLevel li a {
        display: block;
        color: #1e88e5;
        -webkit-transition: all .2s ease 0s;
        -moz-transition: all .2s ease 0s;
        -o-transition: all .2s ease 0s;
        transition: all .2s ease 0s;
        padding-top: 5px;
        padding-bottom: 5px
    }

    .dnnMenu .topLevel li a {
        display: block;
        color: #fff;
        -webkit-transition: all .2s ease 0s;
        -moz-transition: all .2s ease 0s;
        -o-transition: all .2s ease 0s;
        transition: all .2s ease 0s;
        padding-top: 5px;
        padding-bottom: 5px
    }

    #dnnMenu .topLevel li a:hover {
        background: #0d47a1;
    }

    .dnnMenu .topLevel li a:hover {
        background: #ff7518;
    }

    .dnnMenu .topLevel li:hover {
        background: #ff7518;
    }

    #dnnMenu .topLevel li a:hover span,
    .dnnMenu .topLevel li a:hover span {
        color: #fff
    }

    #dnnMenu .topLevel li a span,
    .dnnMenu .topLevel li a span {
        line-height: 52px;
        margin: 0;
        padding: 0 15px;
        font-size: 15px
    }

    #dnnMenu .topLevel .dropdown.open a span,
    .dnnMenu .topLevel .dropdown.open a span {
        color: #7ca0c0
    }

    #dnnMenu .topLevel .dropdown-menu.subLevel a span,
    .dnnMenu .topLevel .dropdown-menu.subLevel a span {
        color: #fff
    }

    #dnnMenu .topLevel > li > a,
    .dnnMenu .topLevel > li > a {
        color: #fff
    }

        #dnnMenu .topLevel > li > a:hover span,
        .dnnMenu .topLevel > li > a:hover span {
            color: #fff
        }

    #dnnMenu .dropdown.open .subLevel > li a:hover span,
    .dnnMenu .dropdown.open .subLevel > li a:hover span {
        color: #69849d
    }

    .dnnMenu .dropdown.open .dropdown-menu {
        background: #5d6062;
        padding: 0
    }

    .navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret {
        position: absolute;
        right: 0;
        padding: 0;
        width: 65px;
        height: 62px;
        line-height: 60px;
        text-align: center;
        border-width: 1px;
        border-style: solid;
        top: 0;
        border: none;
        background-color: #d50000;
        display: block;
        margin: 0;
        border-radius: 0;
        font-size: 1.3em
    }

    .dnnMenu .dropdown-toggle::after {
        display: inline-block;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent;
        float: right;
    }
}*/
