
@media only screen and (min-width:768px) and (max-width:995px) {
    #dnnMenu .nav li {
        font-size: 15px
    }
}

@media only screen and (max-width:1199px) {
    #dnnMenu .dropdown-menu {
        padding: 0
    }
    #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: #3f3f3f
    }
    #dnnMenu .dropdown-menu.subLevel li {
        background: #fff;
        /*border-bottom: 1px solid #9b9b9b;*/
        padding: 0
    }
	#dnnMenu .dropdown-menu.subLevel li:hover {
		background: #ffffff;
	}
	#dnnMenu .dropdown-menu.subLevel li a span, #dnnMenu .dropdown-menu.subLevel li a {
		text-transform:none;
		font-size:14px;
		font-weight:500;
		margin-left:5px;
	}
    #dnnMenu .dropdown-menu.subLevelRight li {
        background: #e3e8e3;
        padding: 0
    }
    #dnnMenu .topLevel li {
        position: relative;
        background: #fff;
        list-style-type: none;
        float: none;
        width: 100%;
        margin-bottom: 0;
       border-bottom: 1px solid #ccc;
	   box-shadow: 3px 3px 13px #aCb8aE inset;
    }
	#dnnMenu .topLevel li:last-child {
		border:none;
	}
	#dnnMenu .topLevel > li a {
	}
    #dnnMenu .topLevel li.active a {
        color: #000;
        font-weight: bold
    }
    #dnnMenu .topLevel li a {
        display: block;
        color: #000;
        -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;
		text-transform:uppercase;
    }
    #dnnMenu .topLevel li a:hover {
        background: #fff;
    }
    #dnnMenu .topLevel li a:hover span {
        color: #3f3f3f
    }
    #dnnMenu .topLevel li a span {
        line-height: 39px;
        margin: 0;
        padding: 0 15px;
        font-size: 16px;
		font-weight:bold;
    }
    #dnnMenu .topLevel .dropdown.open a span {
        color: #000;
    }
    #dnnMenu .topLevel .dropdown-menu.subLevel a span {
        color: #174022;
		font-size: 13px;
		font-weight:bold;
    }
    #dnnMenu .topLevel>li>a {
        color: #174022;
    }
    #dnnMenu .topLevel>li>a:hover span {
        color: #333;
    }
    #dnnMenu .dropdown.open .subLevel>li a:hover span {
        color: #333;
    }
    .navbar-nav.sm-collapsible .caret,
    .navbar-nav.sm-collapsible ul .caret {
        position: absolute;
        right: 0;
        padding: 0;
        width: 65px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        border-width: 1px;
        border-style: solid;
        top: 4px;
        border: none;
        background-color: transparent;
        display: block;
        margin: 0;
        border-radius: 0;
        font-size: 1.4em;
		font-weight:bold;
    }
	.navbar-nav.sm-collapsible .caret::before {
		font-size:18px;
	}
}