
.navigation{
	padding: 20px 0;
	line-height: 30px;
}
.navigation a{
	text-transform: uppercase;
	padding-left: 35px;
	font-size: 12px;
}
.navigation i{
	font-size: 16px;
}
.navigation sup{
	font-size: 14px;
}
.logo{
	width: 180px;
	margin-top: 8px;
}
.personal_area{
	background-color: transparent;
	padding: 0 10px;
	border: 1px solid;
}
.menu_lang{
	width: auto !important;
}
.menu_lang .btn-select{
	background-color: #2b4062;
	border: none;
	border-radius: 0px;
	height: 34px !important;
	margin-left: 10px;
	color: #fff;
}
.text-right.navigation a{
	padding-left: 10px;
}
.above-line{
	margin-top: 80%;
	font-size: .8em;
}
#lang-btn span{
	color: white !important;
}
/* ---------------------------------------
   ------------- Search Tab --------------
   --------------------------------------- */

.tab-content{
	background-color: #69E39A;
	padding: 20px;
}
.row .btn_all{
	margin-top: 0px;
    padding-top: 0px;
    height: 32px;
    padding-bottom: 0px;
}
.search-tabs-all, .search_business > p{
	margin: 0 auto;
	width: 90%;
}
.search_business > p{
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 0px;
	color: #262F58;
}
.filtros{
	font-size: 10px;
}

.filtros p{
	letter-spacing: 1px;
	color: white;
	text-transform: uppercase;
}
.double-elem{
}
.min{
	float: left;
	width: 49%;

}
.max{
	float: right;
	width: 49%;

}
.col-10, .col-17, .col-67, .col-11, .col-18, .col-11-5{
	float: left;
	margin-left: 10px;
}
.col-11:first-child, .col-17:first-child{
	margin-left: 20px;
}
.col-17{
	width: 17%;
}
.col-67{
	width: 67%;
}
.col-10{
	width: 10%;
}
.col-11{
	width: 11%;
}
.col-11-5{
	width: 11.5%;
}
.col-18{
	width: 18%;
}
.maximo{
	margin-top: 28px;
	font-size: 12px !important; 
}
.col-11-5 p{
	text-align: center;
	font-size: 1em;
	margin: 10px 10px 0 0;
}
input.form-control,
.bootstrap-select > .dropdown-toggle,
input.form-group .form-control{
	height: 35px;
}
.menu_site{
	top: 3%;
	right: 2%;
	width: 90%
}
.search_business{
	margin: 0 auto;
	/*padding-bottom: 30px;*/
	/*width: 80%;*/
	/*padding: 0 0px 50px;*/
}
.search_business a{
	color: white !important;
}
.search_business button{
	color: white !important;
}
.search_business .form-control{
	font-size: 12px;
	color: #989898;
	height: 38px;
}

.search_business .imo-type .form-control{
	color: #637183;
	font-weight: 500;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.nav-tabs li a{
	font-size: 16px;
}
.input-search-close.icon{
	color: #989898;
}

#multiple-datasets input{
	width: 100%;
}

.search_box_adverts .form-control{
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

/* ---------------------------------------
   ------------ Header Menu --------------
   --------------------------------------- */
.header-menu{
	border-color: #262F57;
	color: white;
}
.header-menu button{
	/*color: #262F57 !important;  */
}
.header-menu a{
	color: #262F57 !important; 
}
/* ---------------------------------------
   ------------- Full Header -------------
   --------------------------------------- */
.blue-header button{
	color: #262F57; 
}
.blue-header a{
	color: #262F57;
	font-weight: 300; 
}
.white-header button{
	/*color: white; */
}
.white-header a{
	color: white; 
	font-weight: 300; 
}
.white-header header .header-home{
	/*border-color: white;*/
	/*background-image: url(https://beta.asuacasa.pt/public/images/IMG_topo.jpeg);*/
	/*background-size: cover;*/
    /*background-position: center;*/
	/*height: 50ch;*/
}
.blue-header header .header-home .search-container{
	border-color: white;
	/*background-image: url(https://beta.asuacasa.pt/public/images/IMG_topo_comprar_preview.jpeg);*/
	background-size: cover;
    background-position: top;
	height: 28ch;
}
.white-header .search_business #find-business{
	display: flex; 
}
.blue-header .search_business #find-business{
	display: none;
}
.search-container,.header-only-button{
	padding-top: 20px;
	padding-bottom: 20px;
}
/* ---------------------------------------
   --------- Header Only Button ----------
   --------------------------------------- */

.header-main-tec{
	-webkit-box-shadow:0px 5px 5px #efefef;
	-moz-box-shadow:0px 5px 5px #efefef;
	box-shadow:0px 5px 5px #efefef;
}

.btn_back {
	border: none;
	border-radius: 0px;
	padding: 5px 20px;
	margin: 20px 0 40px;
	background-color: #2b4062;
	color: #262F57;
	font-size: 12px;
	font-weight: 500;
}
.btn_back:hover{
	background-color: #262F58;
	color: #2b4062;
}
.btn_back a, .btn_back a:hover{
	text-decoration: none;
}
.btn_back a:hover, .btn_back:hover a{
	color: #68E19A;
}
.header-only-button{
	background-image: url("../../public/images/IMG_topo_imoveis.jpeg");
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 28ch;
}

/*.header-home nav.navbar ul.nav li a{*/
	/*font-weight: 500;*/
	/*color: #fff;*/
	/*letter-spacing: 1px;*/
/*}*/

.white-header .search-container{
	border-color: white;
	background-size: cover;
	background-position: top;
	height: 28ch;
}