.slider{
	background: rgba(38, 70, 83, 0.4);
    /*background: linear-gradient(180deg, rgba(52,47,47,1) 15%, rgba(91,87,87,1) 39%, rgba(169,167,167,1) 89%, rgba(255,255,255,1) 100%);*/
	background-repeat: no-repeat;
}
.slider img{
	height: 20rem;
	object-fit: cover;
	opacity: 0.8;

}

form{
	padding: 2rem;
}


.form span{
	color: #fc6d58;
	font-size:1rem;
	margin: 0;

}


.form-element{
	padding-top:0.3rem;
	width: 100%;
}

.categoria{
	margin-top:0.2rem;
}

.nowr{
	white-space: nowrap;
}
.inputComuni{
	width:100%;
	padding: 0.6rem;
	border: 0.1px solid;
	border-color: #ddd;
	font-size:0.9rem;
	border-radius: 0rem;


}
.form-control:focus{
	border-color:#ddd;
	-webkit-box-shadow: 0px 13px 23px -6px rgba(0,0,0,0.34);
	box-shadow: 0px 13px 23px -6px rgba(0,0,0,0.34);
}

.secondRow select{
	margin-right: 1rem;
	width: 100%;
	border: 0.1px solid;
	border-color: #ddd;
	padding: 0.3rem;
	font-size:1rem;
	transition: all .2s ease;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none;
}

.secondRow input{
	margin-right: 0.1rem;
	width: 49%;
	border: 0.1px solid;
	border-color: #ddd;
	padding: 0.4rem;
	white-space: nowrap;
	font-size:0.9rem;
	transition: all .2s ease;
}
.secondRow input:focus{
	-webkit-box-shadow: 0px 13px 23px -6px rgba(0,0,0,0.34);
	box-shadow: 0px 13px 23px -6px rgba(0,0,0,0.34);
}
.secondRow button{
	margin-top:1.5rem;
	padding: 0.4rem;
	width: 100%;
	border:none;
	color: white;
	background-color: #fc6d58;
	transition: all .2s ease;

}

.secondRow button:hover{
	-webkit-box-shadow: 0px 10px 23px -6px rgba(0,0,0,0.34);
	box-shadow: 0px 13px 23px -6px rgba(0,0,0,0.34);

}

.div-btn{
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}

.btnCerca{
	width: 100%;
	border: none;
	padding: 0.45rem 0rem;
	border-radius: 0.3rem;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;

}
#map_canvas{
	/*border-radius:5px;*/
	height: 15rem;
	width: 100%;

}

.doveSiamo{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 2rem 0 2rem 0;

}

.location{
	background-color: #f7f7f7;
}



.cards{
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2rem;
}

.owl{
	background-color: white;
}

.owl h2{
	padding: 1.8rem;
	font-size: 2rem;
}


.card{
	display: flex;
	flex-direction: column;
	width: 20rem;
	margin: 1rem;
	height: 23erem;
	margin-right:1rem;
	border:none;
	border-top-left-radius: 1.5rem;
	border-bottom-right-radius: 1.5rem;
	overflow: hidden;
	background-color: white;
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(240, 240, 240, 1) inset;
}
@media only screen and (max-width: 575px){
	.card{
		width: auto;
		margin: .5rem;
	}
}

.card a{
	text-decoration: none;
	color: black;
}


.card p, .card h4{
	margin-left: 0.5rem;
	margin-bottom: 0;
}

.card-image img{
	width: 100%;
	object-fit: cover;
	border-top-left-radius: 1.5rem;
}
.card h4{
	margin-top:0.3rem;
	height: 2rem;
	overflow: hidden;
}
.card-desc{
	height: 3.3rem;
	overflow: hidden;


}
.card-prezzo{
	text-align: right;
	font-weight: bold;
	color:black;


}
.card-prezzo span{
	text-transform: bold;
	padding:0.6rem;
	padding-bottom: 1rem;
	border-top-left-radius: 1.5rem;

}



.card-image{
  position:relative;
}



.tt-menu{
	width: 100%;
	background-color: white;
	color:#495057;
	border:0.1px solid;
	border-color:#ddd;
	border-top: none;
	max-height: 25rem;
	overflow-y: scroll;
	overflow-x: none;
}

.tt-suggestion,.empty-message{
	padding: 0.3rem;
	padding-left: 0.6rem;
}


.tt-suggestion:hover{
	display:block;
	background-color: #d5d5d5d4;


}

.twitter-typeahead{
	width: 100%;
}

.carousel-inner{
	height: 30%;
}

.prezzo_annuncio{
	display: flex;
	justify-content: space-evenly;
}

@media screen and (max-width: 1000px){
	.container {
    max-width: 98%;
  }
}



