/*!
 * Start Bootstrap - Simple Sidebar (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

 body {
    overflow-x: hidden;
 }

/* Toggle Styles */
.sidebar-wrapper {
    z-index: 100;
    position: fixed;
    left: 300px;
    width: 0;
    height: 100%;
    margin-left: -300px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/* Sidebar Styles */
.sidebar-nav {
    position: absolute;
    top: 0;
    width: 300px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

.sidebar-wrapper{
    display: inline-flex;
}

#filtros{
    z-index: 101;
}
#filtros .row{
    padding-top: 10px;
}

@media (max-width: 750px) {
    #filtros .row{
        background-color: #ffffff; 
        border: #CCCCCC solid 1px;
        border-top: 0;
        height: 405px;
        pointer-events: auto;
    }
    #filtros {
        top: 0px;
        width: 100%;
        height: 450px;
        pointer-events: none;
    }
    #wrapper.no-filtros #filtros {
        top: -405px;
        z-index: 0px
    }
    #mostrar-filtros {
        position: absolute;
        z-index: 90;
        left: calc(50% - 50px);
        top: 415px;
        box-shadow: 1px 1px 2px #888888;
        pointer-events:auto;
    }
}
@media (min-width: 750px) {
    #filtros .row{
        background-color: #ffffff; 
        border: #CCCCCC solid 1px;
        border-top: 0;
        height: 225px;
        pointer-events: auto;
    }
    #filtros {
        top: 0px;
        width: 100%;
        height: 270px;
        pointer-events: none;
    }
    #wrapper.no-filtros #filtros {
        top: -225px;
        z-index: 0px
    }
    #mostrar-filtros {
        position: absolute;
        z-index: 100;
        left: 140px;
        top: 235px;
        box-shadow: 1px 1px 2px #888888;
        pointer-events:auto;
    }
}


#contato .row{
    background-color: #ffffff;
    width: 300px;
    border: #CCCCCC solid 1px;
    border-left: 0;
    pointer-events: auto;   
}

#contato {
    left: 300px;
    width: 330px;
    pointer-events: none;
}
#filtros .row{

    margin-left: 0px;
}

#wrapper.no-detalhes .detalhes-imovel{
    width: 0;
}

#wrapper.no-contato #contato{
    left: 16px;
}

#wrapper.no-imoveis .lista-imoveis{
    height: 0px;
}
#wrapper.no-imoveis .barra-baixo{
    bottom: 0;
}

.fechar-menu:focus {outline:0;}
.fechar-menu{
    transform: rotate(90deg);
    width: 30px;
    border: 0; 
    color: #FFFFFF;
    font-size: 18px;
    position: absolute;
    right: 16px;

}
#menu-contato{
    background-color: #007AA5;
    top: 110px;
    width: 60px;
    right: -17px;
    pointer-events: auto;   

}
.barra-esquerda{
    position: absolute;
    right: 20px;
    top: 55px;
    width: 30px;
    height: 250px;
    background-color: #FFFFFF;
    border-radius: 5px;
    box-shadow: 1px 1px 2px #888888;
    pointer-events: auto;
    padding-left: 10px;
}
.barra-esquerda div{
    margin-top:10px;
    white-space: nowrap;  
    transform: rotate(90deg);
    font-family: Roboto,Arial,sans-serif;
    padding-top: 7px;
}
.barra-top{
    background-color: #007AA5;
    padding-top: 10px;
    display: block;
}

.barra-baixo{
    position: absolute;
    bottom: 214px;
    margin-left: calc(50% - 125px);

    width: 250px;
    height: 26px;
    background-color: #FFFFFF;
    border-radius: 5px 5px 0px 0px;
    box-shadow: 0px -1px 2px #888888;
    pointer-events: auto;
    font-family: Roboto,Arial,sans-serif;
}

.barra-baixo div i{
    margin: 7px 9px;
}