div#search-form-home {
    width: 855px;
    margin: 20px calc(50% - 427.5px);
    float: left;
    z-index: 999;
    position: relative;
}

#search-form-home label {
    font-size: 18px !important;
    text-transform: uppercase;
    color: #25558b;
    font-weight: lighter;
    display: inline-block;
    float: right;
    width: 100%;
}

#search-form-home div#row-finalidade {
    width: 120px;
    float: left;
}

#search-form-home .box-select
{
    background: url("../imagens/template/icones/dropd.png") #fff no-repeat center right;
    height: 30px;
    overflow: hidden;
    width: 100%;
    margin-top: 5px;
    float: left; 
}

#row-deValor .box-select:last-child {
    width: calc(50%) !important;
    margin-right: 0 !important;
}

#search-form-home  .box-select select
{
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    font-size: 12px;
    padding: 5px;
    width: 100%;
    margin: 3px 0 !important;
    font-family: 'Oswald', sans-serif;
    font-weight: lighter;
    color: #666;
     -webkit-appearance: none;
     -moz-appearance: none;
     text-indent: 1px;
     text-overflow: '';
}

#search-form-home input[type='text'] {
    background: white;
    border: medium none;
    font-size: 12px;
    padding: 7px 1px 6px;
    width: 100%;
    margin: 5px 0 !important;
    font-family: 'Oswald', sans-serif;
    font-weight: lighter;
    color: #666;
    text-indent: 3px;
}

#search-form-home .row-13 { width: calc(13% - 8px);}
#search-form-home .row-15 { width: calc(15% - 8px);}
#search-form-home .row-16 { width: calc(18% - 8px);}
#search-form-home .row-20 { width: 150px}
#search-form-home .row-25 { width: calc(25% - 8px);margin-right: 10px !important;}
#search-form-home .row-26 { width: 180px;}
#search-form-home .row-31 { width: calc(31% - 8px);}
#search-form-home .row-40 { width: 40%;}
#search-form-home .row-50 { width: 50%;}

#search-form-home div#busca-simples {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px 0 10px 20px;
    display: inline-block;
    width: 100%;
}

#search-form-home div#busca-avancada {
    display: none;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px 0 10px 20px;
    width: 100%;
}

#search-form-home .hm-btn{
     float: right;
     padding-top: 24px;
     padding-right: 10px;
}

#search-form-home #row-deValor .box-select {
    width: calc(50% - 10px);
    margin-right: 10px;
}

#search-form-home .normal-label label {
    font-size: 12px !important;
    color: #666 !important;
    float: right;
    ine-height: 17px;
}

#search-form-home input[type=checkbox] {
    visibility: hidden;
    margin-right: 8px;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    float: left;
    width: 17px;
}

#search-form-home input[type=checkbox]:before{
    content: "";
    display: inline-block;
    margin-right: 15px;
     width: 17px;
     height: 17px;
    visibility: visible;
    text-align: center;
    background: white repeat-x;
    color: black;
    line-height: 17px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #25558b;
    font-weight: lighter;
    display: inline-block;
}

#search-form-home input[type=checkbox]:checked:before {
    content: "X";
}


#search-form-home input[type=radio] {
    visibility: hidden;
    margin-right: 0;
        margin-top: 5px;
    cursor: pointer;
        margin-left: 0;
    float: left;
    width: 57px;
    color: #25558b;
    font-family: 'Oswald', sans-serif;
    font-weight: lighter;
}
#search-form-home input[type=radio]:before {
    display: inline-block;
    width: 60px;
    height: 30px;

    visibility: visible;
    text-align: center;
    background: white repeat-x;
    color: black;
    font-size: 12px;
    line-height: 30px;
    color: #666;
}
#search-form-home  input#Imovel_finalidade_0:before{
    content: "COMPRAR";    
}

#search-form-home  input#Imovel_finalidade_1:before{
    content: "ALUGAR";    
}

#search-form-home input[type=radio]:checked:before {
    
    background-color: #fbc33b;
}

#search-form-home .normal-label {
    float: left;
}

#search-form-home .normal-label {
    float: left;
    height: 17px;
   
}

#search-form-home #opt-av .row {
   margin: 5px 0;
   display: inline-block;
}

#search-form-home div#opt-av {
    width: 380px;
    display: inline-block;
}

#search-form-home  div#opt-av input {
    margin: 0 5px 0 0 !important;
}

#search-form-home div#row-_cidade {
    width: 97px;
}

#search-form-home div#row-deValor, #search-form-home #row-resistenciaPiso {

}

#search-form-home .btn-amarelo {
    border: 0;
    width: 90px;
    margin-left: 5px !important;
    height: 30px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #25558b;
    font-family: 'Oswald', sans-serif;
    text-align: left;
    padding: 0 15px;
    background: url("../imagens/template/lupa.png") 90% center no-repeat #fbc33b;
    cursor: pointer;
    line-height: 1;
}

#search-form-home .toogle-av {
    background: url("../imagens/template/icones/dropd.png") transparent no-repeat center right;
    color: #25558b;
    padding-right: 20px;
    cursor: pointer;
    text-align: right;
    font-size: 11px;
    width: 77px;
    display: inline-block;
}

#search-form-home #row-cidade {
    margin-right: 0 !important;
}

#search-form-home #row-tipo {
    width: 130px;
}

#search-form-home #row-area_construida {
    width: 128px;
}

#search-form-home #row-pe_direito {
    width: 78px;
}

#search-form-home #row-cidade {
    width: 143px;
}

#search-form-home .row {
    vertical-align: top;
}