#map {
  width: 100%;
  height:400px;
  position: relative;
}
.controls {
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid transparent;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  height: 29px;
  margin-left: 17px;
  margin-top: 10px;
  outline: none;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 400px;
}

.controls:focus {
  border-color: #4d90fe;
}
.title {
  font-weight: bold;
}
#infowindow-content {
  display: none;
}
#map #infowindow-content {
  display: inline;
}
#place_link{
  padding: 15px;
	background-color: #cccccc52;
	border-radius: 3px;
  display: none;
  text-align: center;
}
.place_link_anc,
.copy_link_btn{
  display: none;
}

.place_link_anc{
  font-size: 18px;
  padding: 15px;
  text-align: center;
}

/* Close button to input */
.close-icon-wrap{
  position: relative;
      width: 720px;
}

#pac-input{
      padding-right: 30px;
}
#close-icon-map{
  position: absolute;
  top: 10px;
  text-align: center;
  right: 27%;
  cursor: pointer;
  padding: 5px;
  font-size: 15px;
}
