.div-locations {
	display: none;
	text-align: left;
    padding-left: 1em;
    padding-right: 1em;
}

.div-neighborhoods{
	display: none;
	text-align: left;
    padding-left: 1em;
    padding-right: 1em;
}

.list-neighborhoods{
	display: block;
    overflow: auto;
	margin-top: 1em;
	background-color: white;
	border: 1px solid #3f6081;
	color: black;
	font-size: 1em;
	font-family: "Open Sans Condensed", sans-serif;
	line-height:1.5em;
	text-align: left;
	padding:10px;

}

.quicktip{
	margin-top: 1em;
	background-color: white;
	border: 1px solid #3f6081;
	color: black;
	font-size: 1em;
	font-family: "Open Sans Condensed", sans-serif;
	line-height:1.5em;
	text-align: left;
	padding:10px;
}

.quicktip-image{
	display: inline-block;
    width: 60px;
    position: absolute;
	padding: 5px;
}

.quicktip-text{
    display: inline-block;
    position: relative;
	
}

.location_button{
    line-height: 2.1em;
    width: 4.5em;
    font-size: 0.8em;
    padding: 0.7em;
    /* margin-bottom: 0.5em; */
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    border: 1px solid #3f6081;
    color: white;
    background-color: #3f6081;
    text-decoration: none;
	
}

.location_closebutton{
	line-height: 1.5em;
	width:4em;
    font-size: 0.8em;
    padding: 0.7em;
    margin-bottom: 0.5em;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    border: 1px solid #F3F3F3;
    color: back;
    background-color: #F3F3F3;
	text-decoration: none;
	float:right;
	margin-right:10px;
	
}

.xclose{
	border-radius: 10px;
    background-color: white;
    width: 20px;
    font-size: 0.7em;
    color: black;
    display: inline-block;
    float: right;
    padding: 0px;
}

.autocomplete {
  position: relative;
  display: inline-block;
}

.autocomplete input {
  border: 1px solid transparent;
  background-color: white;
  padding: 10px;
  font-size: 16px;
  font-family: "Open Sans Condensed", sans-serif; !important;
}

.autocomplete input[type=text] {
	display: inline-block;
    /* font-family: "Oswald", sans-serif; */
    font-weight: 400;
    background-color: white;
    border: 1px solid lightgrey;
    width: calc(100% - 5em);
    line-height: 1.5em;
    padding: 1em;
    /* margin-bottom: 0.5em; */
    font-size: 16px;
}

.autocomplete input[type=submit] {
  background-color: #3f6081;
  color: #fff;
  cursor: pointer;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
  width: calc(100% - 5em);
}

.autocomplete-items div {
  padding: 5px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
  font-size: 0.85em;
  font-family: "Open Sans Condensed", sans-serif; !important;
}

.autocomplete-items div.category{
  padding-bottom: 30px;
  padding-top: 30px;
  cursor: pointer;
  background-color: #fff;  
  border-bottom: 0px; 
  border-bottom: 1px solid #d4d4d4; 
  font-size: 1em;
}

.autocomplete-items div.selected{
  background-color: #3f6081; 
  color: white;
}

/*when hovering an item:*/


/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}

.bubble{
	border-radius: 15px;
	color: white;
    background-color: #3f6081;
	font-size: 0.85em;
	line-height: 1em;
	margin-right: 0.1em;
	float: left;
	padding:7px;
	margin-top:5px;
	margin-right:5px;
	text-align: center;
    padding-left: 15px; 
}

.bubble-selected {
	background: #3f6081;
	color: white;

}

.bubble-neighborhood{
	border-radius: 15px;
	color: black;
    background-color: #F3F3F3;
	font-size: 0.85em;
	line-height: 1em;
	margin-right: 0.1em;
	float: left;
	padding:7px;
	margin-top:5px;
	margin-right:5px;
	text-align: center;
    padding-left: 10px; 
	padding-right:10px;
}


.selection {
	height: 30px;
	width: 100%;
	display: block;
	font-family: "Open Sans Condensed", sans-serif; !important;
}

.hide{
	display: none; 
}

.close{
	float: right;
	margin-right:20px;
	padding: 10px;
	background-color: #3f6081;
}

.div-neighborhoods{
		display: none;
}


@media screen and (min-width: 700px) {
	.autocomplete input[type=text] {
		padding: 0.7em;
		font-size: 1em;
	}
	
	.autocomplete-items div {
		padding: 0.8em;
		font-size: 1em;
	}
	

}


