@charset "utf-8";
/* CSS Document */

#busca_home {
  height:54px !important;
  font-size:18px !important;
  background-color:#fff;
}

.tipo-imoveis-custom .bootstrap-select{
  padding: 0;
}


#busca-personalizada {
    text-align: center;
}
.busca-personalizada {
    display: inline-block;
}

.bot_busca1 {
	height:52px;
	font-size:18px; 
	width:500px;
}

.bot_busca1 .easy-autocomplete input{
	height:54px;
	font-size:18px; 
	width:500px;
}

.bot_busca2 button{
	width:100%; 
	height:52px; 
	font-size:18px;
}

.dropdown-menu.inner {
	overflow-x:hidden;
}

@media screen and (max-width:1070px) {
    .bot_busca {
        width: 50%;
    }
    .bot_busca1 {
        width: 80%;
    }
    .bot_busca2 {
        width: 20%;
    }

    .bot_busca {
        width: 50% !important;
    }

    .bot_busca1 input {
    	font-size:16px !important;
    	height: 40px !important;
    }

    .bot_busca1 div,
    .bot_busca1 input,
    .bot_busca1 {
        width: 100% !important;
    }

    .bot_busca2 {
        width: 70% !important;
        margin-top: 10px;
        float: none;
        display: inline-block;
    }

    .busca_border {
        height: initial !important;
        text-align: center;
        max-width: 90%;
        display: inline-block;
    }

    .bot_busca1,
	.bot_busca2 button,
    #busca_home {
    	height:40px !important;
  		font-size:16px !important;
    }

    .tp-revslider-mainul .active-revslide > .slotholder + .tp-parallax-wrap{
    	top: 50px !important;
    }

    .active-revslide .tp-parallax-wrap {
    	top: 75px !important;	
    }

    #busca-personalizada {
    	top: 240px !important;
    }

    .navbar-nav>li {
    	padding: 5px;
    }

    .secondary-navigation {
		/*display: none !important;*/
	}

	.navigation .navbar{
		width: 99% !important;
	}
}

@media screen and (max-width:768px) {

	

	.navbar-toggle{
    	top: 50px !important;	
    }

	.bot_busca1,
	.bot_busca2 button,
    #busca_home {
    	height:36px !important;
  		font-size:14px !important;
    }

    #busca-personalizada {
    	top: 150px !important; 
    }
}