.sticky-wrapper {
    z-index: 2;
}

.content-area {
    z-index: 1;
}

#buscador {
    background-color: #fff;
}

.boverlay {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(255, 255, 255, 0.6);
}

.boverlay.active {
    display: block;
}

#buscador.bfixed {
    position: fixed;
    width: 100%;
    z-index:1;
}

#buscador .form-search.light {
    background: #fff;
}

.light .form-control,  
#buscador .form-search .selectpicker  {
    background: #f3f3f3 !important;
    border: 1px solid #f3f3f3;
    color: #a5abb7;
}

#buscador .container .row {
    margin:0
}

.form-search.light form .row.row-inputs {
    width: 22.5%;
    float: left;
    margin: 0;
}

.form-search .row-inputs .container-fluid {
    padding:0;
}

#buscador .inputs_container {
    padding-top: 15px;
}

#buscador .inputs_container .row .col-sm-7 {
    padding-right: 0;
}

#buscador .inputs_container .row .col-sm-5 {
    padding-left: 0;
}

.form-search.light form:after {
    content:" ";
    display:block;
    overflow:hidden;
    clear:both;
}

.form-search.light label {
    font-size: .8em;
}


.form-search .row-inputs .btn-theme {
    padding: 11px 20px;
}

.form-search.light form .row-inputs button#formSearchSubmit3 {
    background-image: url("/assets/ico/button_arrow.svg") ;
    background-repeat:  no-repeat;
    background-position: center ;
    text-indent: -999em;
    margin-left:10px;
}

#maintop {
    background: url(/assets/img/alquiler_furgonetas.jpg) top center / cover no-repeat;
    position: relative;
    max-width: 1170px;
    margin: 0px auto;
}

#maintop:before {
    content: " ";
    display: block;
    padding-top: 40%;
}

#maintop .title {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0; 
    left: 0;
    width: 100%;
}

#maintop .title h2 {
    font-size: 3em;
    font-weight: normal;
    line-height: 30px;
    margin:0 ;
    padding: 3% 10%;
    line-height: 1em;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
}

#results_data {
    padding-top: 15px;
}

#results_data .container {
    border-bottom:1px solid #eee;
}

#results_data .iitem {
    margin-top:0;
    padding-top: 10px;
    padding-bottom: 10px;
}

#results_data .iitem .icon {
    float:left;
    display:block;
    width: 30px;
    font-size: 1.2em;
}

#results_data .iitem .icon i {
    color: #3AFF00;
}

#results_data .iitem .icon.icon_r {
    float: right;
}

#results_data .iitem.aright {
    text-align: right;
}

#results_data .iitem.aright i {
    font-size: 1.8em;
    top:2px;
    position: relative;
}

#results_data .iitem h4 {
    margin:0;
    color: #999;
    text-transform: uppercase;
    font-size:.8em;
    font-weight: 700;
}

#results_data .iitem .date {
    margin:0;
    color: #999;
    text-transform: uppercase;
    font-size:.8em;
    font-weight: 300;
}

#results_data .iitem.aright a.toogle_bar {
    text-transform: uppercase;
    font-size:.8em;
    font-weight: 700;
}

.buscadorHeader .form-search {
    display:none;
}

.buscadorHeader .form-search.open {
    display:block;
}

.buscadorHeader .form-search .inputs_container {
    box-shadow: 0 40px 20px -38px #ccc;
}




@media screen and (max-width: 780px) {
    
    .sticky-wrapper {
        z-index: 1;
    }
    
    
    #buscador {
        top: auto !important;
    }

    .boverlay {
        display: none;
        z-index: 0;
    }

    .boverlay.active {
        display: none;
    }

    #buscador.bfixed {
        position: relative;
    }

    .form-search.light form .row.row-inputs {
        width: 100%;
        float: left;
        margin: 0;
    }

    .form-search.light form .row-inputs.btn {
        width: 100% !important;
        padding-top: 0 !important;
    }
    
    .form-search.light form .row-inputs button#formSearchSubmit3 {
        background-image: none ;
        text-indent: 0;
        margin: 0;
        width: 100% ;
    }

    #maintop:before {
        padding-top: 120%;
    }

    #maintop .title h2 {
        font-size: 1.4em;
        line-height: 30px;
        padding: 5% 15px;
    }

    #results_data .iitem .icon.icon_r {
        float: right;
    }

    #results_data .iitem.aright {
        text-align: right;
    }

    #results_data .iitem.aright i {
        font-size: 1.8em;
        top:2px;
        position: relative;
    }
    
    #results_data .iitem.iitem_d {
        display: none;
    }
    
    #results_data .iitem.aright {
        text-align: center;
        width: 100%;
        padding-top: 0;
    }

    #results_data .iitem h4 {
        margin:0;
        color: #999;
        text-transform: uppercase;
        font-size:.8em;
        font-weight: 700;
    }

    #results_data .iitem .date {
        margin:0;
        color: #999;
        text-transform: uppercase;
        font-size:.8em;
        font-weight: 300;
    }

    #results_data .iitem.aright a.toogle_bar {
        text-transform: uppercase;
        font-size:.8em;
        font-weight: 700;
    }

    .buscadorHeader .form-search {
        display:none;
        margin-top: 10px;
    }

    .buscadorHeader .form-search.open {
        display:block;
    }

    .buscadorHeader .form-search .inputs_container {
        box-shadow: 0 40px 20px -38px #ccc;
    }
    
    
    
}



