.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: #000;
    font-weight: 700;
    font-size: 16px;
    background: none;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
}

#dnnMenu .topLevel>li>a:focus,
#dnnMenu .topLevel>li>a:hover {
    color: #000;
}

#dnnMenu .topLevel>li.active>a:focus,
#dnnMenu .topLevel>li.active>a:hover {
    color: #000;
}

#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 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: #f1f1f1;
    padding: 0
}

#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: #f1f1f1;
    border-width: 10px;
    margin-left: -30px
}

#dnnMenu .dropdown-menu li {
    background: none;
    float: none;
    clear: both;
    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
}

#dnnMenu .dropdown-menu li:hover {
    background: #7ca0c0
}

#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: #373840;
    font-weight: 600
}

#dnnMenu .dropdown-menu a:hover {
    color: #fff
}

#dnnMenu .subLevelRight::after {
    border: none
}

.navbar-default .navbar-nav a span {
    display: block;
    padding-bottom: 0px;
}

.navbar-default .navbar-nav>.active>a span,
.navbar-default .navbar-nav>.active>a:focus span,
.navbar-default .navbar-nav>.active>a:hover span {
    background-color: #fff;
    border-bottom: 3px solid #FEDF08;
}

.navbar-default .navbar-nav a:hover span {
    border-bottom: 3px solid #FEDF08;
}

.agencias-nav {
    text-align: right;
    padding-top: 18px;
    color: #CCCCCC;
}

.agencias-nav a {
    display: inline-block;
    color: #373840;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 0.6rem;
    margin-right: 4px;
    margin-left: 4px;
}

.agencias-nav-mobile {
    background-color: #282627;
    margin: 0px -15px;
}

.agencias-nav-mobile a.link-agencias {
    display: block;
    line-height: 38px;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    border-top: 1px solid rgba(255, 255, 255, .1);
    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: 5px;
    padding-bottom: 5px;
    padding-left: 30px;
}

.social-mobile {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding: 30px;
    text-align: center;
}

.social-mobile a {
    color: #fff;
    display: inline-block;
    margin-right: 20px;
}

.social-mobile .fa {
    font-size: 20px;
}

.icon-mobile[data-active="true"] {
    display: block !important;
}

.icon-mobile[data-active="false"] {
    display: none !important;
}

@media only screen and (min-width:768px) and (max-width:995px) {
    #dnnMenu .nav li {
        font-size: 15px
    }
    #dnnMenu .topLevel>li>a {
        padding-left: 6px;
        padding-right: 6px;
    }
}

@media only screen and (max-width:767px) {
    #dnnMenu .topLevel>li>a .navbar {
        z-index: 20;
    }
    .navbar-nav {
        margin-bottom: 0;
        margin-top: 0 !important;
    }
    .navbar-default .navbar-toggle {
        border: none;
    }
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background: none !important;
        border: none !important;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #000;
    }
    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:focus,
    .navbar-default .navbar-nav>.active>a:hover {
        border-bottom: none;
    }
    #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: #373840
    }
    #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;
        list-style-type: none;
        float: none;
        width: 100%;
        margin-bottom: -1px;
    }
    #dnnMenu .topLevel li a {
        color: #fff;
        background-color: #2F2F2F;
        font-size: 1.2rem;
        font-weight: 500;
        border-bottom: 1px solid rgba(0, 0, 0, .9);
        border-top: 1px solid rgba(255, 255, 255, .1);
        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: 5px;
        padding-bottom: 5px
    }
    #dnnMenu .topLevel li a:hover {
        background: #bbc2c8
    }
    #dnnMenu .topLevel li a:hover span {
        color: #373840
    }
    #dnnMenu .topLevel li a span {
        line-height: 38px;
        margin: 0;
        padding: 0 15px;
        background: none;
        border: none;
    }
    #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: 62px;
        line-height: 60px;
        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
    }
}