.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 .topLevel>li>a {
    color:#EDEDEC 
}
#subNavbar #dnnMenu .topLevel>li>a {
    color:#fff;
    background: #0095D5 
}
#subNavbar #dnnMenu .topLevel>li.open>a, #subNavbar #dnnMenu .topLevel>li>a:hover {
    color:#fff;
    background: #0381B7 
}
#dnnMenu .topLevel>li>a:focus,#dnnMenu .topLevel>li>a:hover {
    color:#979797 
}
#dnnMenu .topLevel>li.active>a:focus,#dnnMenu .topLevel>li.active>a:hover {
    color:#3f3f3f 
}
#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:#e7e7e7 
}
#dnnMenu .navbar-default .topLevel>li>a {
    -webkit-transition:all .3s ease 0;
    -moz-transition:all .3s ease 0;
    -o-transition:all .3s ease 0;
    transition:all .3s ease 0 
}
#dnnMenu .dropdown-menu {
    -moz-border-radius:0;
    -webkit-border-radius:0;
    border-radius:0;
    background: #3A766F;
    border: none ;
    color: #fff;
    padding: 0;
}
#dnnMenu .dropdown-menu li {
    background:none;
    float:none;
    clear:both;
    width:auto;
    color: #fff;
    padding: 10px 5px 5px 5px;
    -o-transition:all .3s ease 0;
    -webkit-transition:all .3s ease 0;
    -moz-transition:all .3s ease 0;
    transition:all .3s ease 0 
}
#dnnMenu .dropdown-menu li:hover {
    background:#265C56 
}
#dnnMenu .dropdown-menu li a {
    color: #fff;
}
#dnnMenu .dropdown-menu li:last-child {
    border:none 
}
#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 a:hover {
    color:#fff 
}
#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 (min-width:1220px) {
    #navbarmobile { display: none!important;}
    
    #subNavbar {
        margin-left: -15px;
        float: left!important;
    }
}


@media only screen and (max-width:1220px) {

    #dnnMenu .dropdown-menu {
        position: static;
        float: none;
    }

    #fullMenu-outer { display: none!important;}

    #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:#7ca0c0 
   }
    #dnnMenu .dropdown-menu.subLevel li {
        background:#4a4f54;
        border-bottom:1px solid #4a4b4c;
        padding:0 
   }
    #dnnMenu .dropdown-menu.subLevelRight li {
        background:#5d6062;
        padding:0 
   }
    #dnnMenu .topLevel li {
        position:relative;
        background:#383c40;
        list-style-type:none;
        float:none;
        width:100%;
        margin-bottom:0;
        border-top:1px solid rgba(0,0,0,.1) 
   }
    #dnnMenu .topLevel li.active a {
        color:#fff;
   }
    #dnnMenu .topLevel li a {
        display:block;
        color:#ddd;
        -webkit-transition:all .2s ease 0;
        -moz-transition:all .2s ease 0;
        -o-transition:all .2s ease 0;
        transition:all .2s ease 0;
        padding-top:0px;
        padding-bottom:0px 
   }
    #dnnMenu .topLevel li a:hover {
        background:#383C40 
   }
    #dnnMenu .topLevel li a:hover span {
        color:#3f3f3f 
   }
    #dnnMenu .topLevel li a span {
        line-height:45px;
        margin:0;
        padding:0 15px;
        font-size:15px 
   }
    #dnnMenu .topLevel .dropdown.open a span {
        color:#7ca0c0 
   }
    #dnnMenu .topLevel .dropdown-menu.subLevel a span {
        color:#fff 
   }
    #dnnMenu .topLevel>li>a {
        color:#fff 
   }
    #dnnMenu .topLevel>li>a:hover span {
        color:#7ca0c0 
   }
    #dnnMenu .dropdown.open .subLevel>li a:hover span {
        color:#69849d 
   }
    .navbar-nav.sm-collapsible .caret,.navbar-nav.sm-collapsible ul .caret {
        position:absolute;
        right:0;
        padding:0;
        width:65px;
        height: 46px;
        line-height: 1;
        text-align:center;
        border-width:1px;
        border-style:solid;
        top:0;
        border:none;
        background-color:#2c2f33;
        display:block;
        margin:0;
        border-radius:0;
        font-size:1.3em 
   }
}
#subNavbar {
    padding-right: 0px;
}
.center {
    text-align: center;
}
.post-icon {
    margin-top: 30px;
}
@media (min-width:1220px) and (max-width: 1320px) {
    #fullMenu-outer, #subNavbar {
        padding: 0!important 
   }
    .nav>li>a {
        position: relative;
        display: block;
        padding: 10px 10px;
   }
}
