.navbar {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0;
    min-height:34px;
}

.navbar-default {
    border: none;
        background: #139cd0;
    margin-top:1px;
}

.navbar-collapse {
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#dnnMenu .topLevel > li > a {
    color: #fff;
    transition:all linear 0.15s;
    font-family: 'Roboto', sans-serif;
    border-left: 0px solid rgba(255, 255, 255, 1) !important;
    font-size:14px;
    /*background:url("../../img/menu-item-line.png") no-repeat left;*/
}

    #dnnMenu .topLevel > li > a:focus, #dnnMenu .topLevel > li > a:hover {
        color: yellow;
    }

#dnnMenu .topLevel > li.active > a:focus, #dnnMenu .topLevel > li.active > a:hover {
    color: yellow;
    text-align:left;
}

#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 {
    /*background-color: #2a9c38;*/
}

#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: transparent;
    color:#ce0100;
    padding: 0;
}

    #dnnMenu .dropdown-menu::after {
        bottom: 100%;
        
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(241,241,241,0);
        border-bottom-color: #f1f1f1;
        border-width: 10px;
        margin-left: 40px;
    }

    #dnnMenu .dropdown-menu li {
        background: none;
        float: none;
        clear: both;
        width: auto;
        padding: 5px 5px;
        border-bottom: 1px dotted #b3c7e7;
        -o-transition: all .3s ease 0s;
        -webkit-transition: all .3s ease 0s;
        -moz-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }
    #dnnMenu .dropdown-menu li.active{
        background:transparent;
        font-weight:bold;
    }
        #dnnMenu .dropdown-menu li :hover {
            font-weight:500;
            color:#ce0100;
        }

        #dnnMenu .dropdown-menu li:last-child {
            border: none;
        }

        #dnnMenu .dropdown-menu li > a {
                /*padding: 2px 10px;*/
                display: block;
                color: #ce0100;
                text-align: left;
                text-transform: none;
                text-transform: uppercase;
                font-weight: 400;
                /*font-size:12px;*/
        }

        #dnnMenu .dropdown-menu li.active > a, #dnnMenu .dropdown-menu li.active a:hover, #dnnMenu .dropdown-menu li.active a:focus {
            color: #ce0100;
            font-weight: bold;
            background:transparent;
        }

    #dnnMenu .dropdown-menu a span:hover {
        color: #ce0100;
    }

#dnnMenu .subLevelRight::after {
    border: none;
}

@media only screen and (min-width:768px) and (max-width:995px) {
    #dnnMenu .nav li {
        font-size: 15px;
    }
}

@media only screen and (max-width:767px) {
    #dnnMenu .dropdown-menu {
        padding: 0;
    }
    .navbar-collapse{
        padding-right:0;
    }
    .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 5px 5px 10px;
}
    .navbar-nav.sm-collapsible ul .dropdown-menu>li>a {
    padding-left:20px;
}
    .navbar-default {
        border: none;
        background:none;
        margin-top:0;
        /*margin-top:-7px;*/
    }
        #dnnMenu .dropdown-menu::after {
            border: none;
            pointer-events: none;
            border-color: none;
            border-width: 0;
        }

        #dnnMenu .dropdown-menu.subLevel {
            padding: 0;
        }

            #dnnMenu .dropdown-menu.subLevel li.active a span {
                color: #a8a8a8;
            }

            #dnnMenu .dropdown-menu.subLevel li {
                background: transparent;
                border-bottom: 0px solid #4a4b4c;
                padding: 0;
            }

        #dnnMenu .dropdown-menu.subLevelRight li {
          
            padding-left: 10px;
        }

    #dnnMenu .topLevel li {
        position: relative;
        list-style-type: none;
        float: none;
        width: 100%;
        margin-bottom: 0;
        padding-left:8px;

    }

        #dnnMenu .topLevel li.active a {
            color: #ffff00;
            font-weight: bold;
        }

        #dnnMenu .topLevel li a {
            display: block;
            color: #ddd;
            -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: 0px;
            padding-bottom: 0px;
        }

            #dnnMenu .topLevel li a:hover {
                /*background: #bbc2c8;*/
            }

                #dnnMenu .topLevel li a:hover span {
                    color: #ffff00;
                }

            #dnnMenu .topLevel li a span {
                line-height: 35px;
                margin: 0;
                color:#fff;
            }

    #dnnMenu .topLevel .dropdown.open a span {
        color: #fff;
    }

    #dnnMenu .topLevel .dropdown-menu.subLevel a span {
        color: #fff;
    }

    #dnnMenu .topLevel > li > a {
        color: #fff;
        text-align:left;
        /*margin-left:38px;
        margin-right:27px;*/
    }

        #dnnMenu .topLevel > li > a:hover span {
            color: #7ca0c0;
        }

    #dnnMenu .dropdown.open .subLevel > li a:hover span {
        color: #0284cf;
    }

    .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;
        display: block;
        margin: 0;
        border-radius: 0;
        font-size: 1.3em;
    }
}
