.sky-form .ui-slider-handle {
    position: absolute;
    width: 15px;
    height: 15px;
    margin: -8px 0 0 -8px;
    border: 2px solid #BC0300;
    outline: none;
    background: #fff;
    -ms-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
}

.bt_buscar {
    width: 100%;
    text-transform: uppercase;
    background-color: #ef4f53;
    border: none;
    color: #FFF;
    cursor: pointer;
    text-align: center;
    height: 35px;
    border-radius: 6px;
    font-size: 14px;
}

.bt_bairro {
    display: block;
    float: left;
    padding: 0px 10px;
    height: 34px;
    line-height: 34px;
    width: 100%;
    background-color: #FFF;
    border: 1px solid #BBB;
    text-align: left;
    font-size: 14px;
    cursor: pointer;
}

.conteudo_modal_bairros {
    height: 400px;
    overflow-y: scroll;
}

.tr_busca {
    display: block;
    width: 33.3%;
    float: left;
    font-size: 11px;
    height: 50px;
    line-height: 50px;
    background-color: #FFF;
}

.td_busca {
    height: 50px;
    line-height: 50px;
    padding: 0px 5px !important;
    border: none;
    background-color: transparent;
}

.box_loading {
    /*-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);*/
    width: 100px;
    height: 75px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    padding-top: 15px;
    padding-bottom: 28px;
    margin-bottom: 100px;
}

.bts_finalidade_home {
    width: 100%;
}

.bts_busca {
    width: 50%;
    height: 40px;
    line-height: 30px;
    border: 1px solid #a56f28;
}

/* CELULARES. */
@media screen and (max-width: 480px) {
.tr_busca {
	width: 100%;
}
.contato-topo { 
    height: auto !important;
}
.mobile-topo{
    display: block;
    float: left;
    width: 100%;
    height: auto;
}
}

/* TABLET EM PE */
@media screen and (min-width: 481px) and (max-width: 767px) {
    .tr_busca {
        width: 100%;
    }
}

/* TABLET DEITADO */
@media screen and (min-width: 768px) and (max-width: 992px) {
    .tr_busca {
        width: 50%;
    }
}