.search .jp-input {
  border: 1px solid #eee;
  width: 100%;
  border-radius: 5px;
}
.search .jp-input:focus {
  outline: none;
  border: 1px solid #eee;
  box-shadow: 0 0 8px -5px #777;
}

.wrapper .heading {
  background-color: #eeeeee;
  padding: 8px 10px;
  border-radius: 5px;
}
.wrapper .heading h2 {
  letter-spacing: 1px;
  color: #000;
}

.cont .single-coord {
  border-bottom: 1px dotted #eeeeee;
  transition: transform 0.3s;
  position: relative;
}
.cont .single-coord:hover {
  transform: translateX(8px);
}
.cont .single-coord:last-of-type {
  border-bottom: none;
}

.cont .single-coord .fade:before {
  content:'';
  width:100%;
  height:40px;
  position:absolute;
  left:0;
  bottom:0;
  background:linear-gradient(transparent, white);
  /*background: rgb(0,255,0);*/
}

.info-window {
  display: block;
  z-index: 9999999;
  border-radius: 15px;
  box-shadow: 0 10px 30px -20px #777;
  background-color: #fff;
  margin: 30px 50px;
}
.info-window .close-btn {
  width: 16px;
  height: 16px;
  background-image: url("../icons/close.png");
  background-size: cover;
}
.info-window .name {
  font-size: 24px;
  font-weight: bold;
}
.info-window .gallery {
  width: 100%;
  height: 100%;
  max-height: 220px;
  flex-wrap: nowrap;
  padding: 12px 0;
}
.info-window .gallery .image {
  /*width: 200px;*/
  float: left;
  border-radius: 1rem;
  overflow: hidden;
  margin: 0 12px 0 0;
}
.info-window .gallery .image img {
  height: 100%;
  width: 100%;
  /*border-radius: 12px;*/
  /*padding: 0 12px;*/
}

/*# sourceMappingURL=style.css.map */
