/* 
//////////////////////////////
// CSS DO MENU
//////////////////////////////
*/

.toggleMenu {
    display:  none;
    background: #848484;
    padding: 11.5px 15px;
    color: #fff;
    position: absolute;
    font-family: 'Abel', sans-serif;
    font-size: 14px;
    font-weight: 700;
    right: 2%;
    margin: 16px 0;
}
a.toggleMenu {
    text-decoration: none;
    color: #fff;
}
a.toggleMenu:hover {
    text-decoration: none;
    color: #fff;
}
.nav {
    list-style: none;
     *zoom: 1;
     float: right;
     height: 72px;
     position: relative;
     z-index: 99;
    font-family: 'Abel', sans-serif;
    font-weight: 400;    margin-right: 90px;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 215px;
}
.nav a {
    padding: 0px 15px !important;
    color:#fff;
    height: 32px;
    line-height: 32px;
    text-decoration: none;
}
.nav li {
    position: relative;
}
.nav > li {
    float: left;
    margin: 20px 4px 20px 4px;
}
.nav > li > a {
    display: block;
}
        @media screen and (min-width: 994px) {
            .nav > li:nth-child(2) > a:hover, .nav > li:nth-child(3) > a:hover {
                cursor: default;
            }
        }

.nav > li > a.current,
.nav > li > a:hover{
    border-radius: 2px;
}
.nav > li > a:hover{
    background-color: #848484;
}

.nav li ul {
    position: absolute;
    padding: 20px 0 0 0;
    left: -1999px;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
    display: block;
    background: rgba(0,0,0,0.8);
    position: relative;
    z-index:100;
    border-bottom: 1px solid #262626;
    padding: 10px 15px !important;font-size: 16px;
}
.nav li li a:hover {
    background: rgba(0,0,0,0.7);
}

        /* R *//* sempre 14 a mais que a viewport */
        @media screen and (max-width: 994px) {
        
            .active {
                display: block;
            }
            .nav {
                float: left;
                height: auto;
                width: 100%;
                margin: 7px 0 0 0;
            }
            .nav a {
                padding: 14px 15px;
                border-bottom: 1px solid #161616;
            }
            .nav > li > a {
                padding: 10px 15px !important;
            }
            .nav li li a {
                padding: 10px 15px 10px 40px !important;
                background: rgba(255,255,255,0.1);
            }
            .nav li li a:hover {
                background: rgba(255,255,255,0.1);
            }
            .nav li ul {
                padding: 0;
                -webkit-transition: none;
                -moz-transition:    none;
                -o-transition:      none;
                -ms-transition:     none;
                transition:         none;
            }
            .nav > li {
                float: none;
                margin: 0;
                border-radius: 0px;
                background: rgba(0,0,0, 1);
            }
            .nav > li > a.current {
                border-radius: 0px;
            }
            .nav > li > a.current:hover {
                background: rgba(255,255,255,0.2);
            }
            .nav > li > a:hover{
                background: rgba(0,0,0,1);
            }
            .nav > li > .parent {
                background-position: 95% 50%;
                background-image: url("https://www.farolimoveis.net/v13/img/downArrow.png");
                background-repeat: no-repeat;
            }    
            .nav > li > .parent:hover {
                background-position: 95% 50%;
                background-image: url("https://www.farolimoveis.net/v13/img/downArrow.png");
                background-repeat: no-repeat;
            }
            .nav li li .parent {
                background-image: url("https://www.farolimoveis.net/v13/img/downArrow.png");
                background-repeat: no-repeat;
                background-position: 95% 50%;
            }
            .nav ul {
                display: block;
                width: 100%;
            }
            .nav > li.hover > ul , .nav li li.hover ul {
                position: static;
            }
        
        }