#nav-footer {
    bottom: 0;
    border-top: 3px solid rgba(255,255,255,0.3);

    -webkit-box-shadow: 0px -3px 3px #2D2D2D;
    box-shadow: 0px -3px 3px #2D2D2D;
    z-index: 30;
    min-width: 1000px;
}

/* Menu */
#nav-footer .menu {
    background-color: #192b44;
    color: #5F7D9A;
    cursor: pointer;
    float: right;
    font-size: 12px;
    height: 15px;
    letter-spacing: 5px;
    line-height: 12px;
    margin-top: 35px;
    margin-right: 25px;
    text-transform: uppercase;
}

#nav-footer .menu span {
    position: relative;
    top: 1px;
}

#nav-footer .menu span:first-child {
    padding-left: 20px;
}

#nav-footer .menu span:last-child {
    padding-right: 13px;
}

#nav-footer .menu .active {
    color: white;
}

#nav-footer .menu:before {
    content: "[";
    color: white;
    font-size: 14px;
}

#nav-footer .menu:after {
    content: "]";
    color: white;
    font-size: 14px;
    position: relative;
    right: -5px;
}

#nav-footer #link-caos {
    background: url('scripts/modules/footer/img/bt_caos.png') no-repeat;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    bottom: 6px;
    right: 6px;
    width: 28px;
    height: 10px;
}

#nav-footer #link-caos span {
    display: none;
}

#nav-footer #numRelations {
    text-shadow: 2px 2px 5px rgba(0,0,0,.75);
    display: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 9px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-left: 25px;
    margin-top: 40px;
    float: left;
    color: #FFF;
    color: rgba(255, 255, 255, 0.7);
}

#nav-footer #numRelationsShowed,#nav-footer #numRelationsTotal {
    display: inline;
    font-weight: 700;
}


#nav-footer #search-results-label{
    float: right;
    margin-top: 36px;
    margin-right: 25px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 9px;
    letter-spacing: 1px;
    text-shadow: 2px 2px 5px rgba(0,0,0,.75);
}


#nav-footer .footer-search-result-nav{
    display: none;
}

#nav-footer .footer-search-result-nav.active{
    display: block;
}

#nav-footer #menu-search-nav span {
    cursor: default;
    transition: color .3s;
}

#nav-footer #menu-search-nav span.active {
    cursor: pointer;
}
