#map {
    /*
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    */

    width: 100%;
    height: 800px;
    max-height: 90vh;
}

.marker {
    background-image: url('/resources/images/parador-logo.jpg');
    background-size: cover;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
}


.locations {
    height: 100%;
    overflow: auto;
    padding-bottom: 60px;
  }
  
  .locations .item {
    border-bottom: 1px solid #eee;
    padding: 10px;
    text-decoration: none;
  }
  
  .locations .item:last-child { border-bottom: none; }
  
  .locations .item .title {
    display: block;
    color: #00853e;
    font-weight: 700;
  }
  
  .locations .item .title small { font-weight: 400; }
  
  .locations .item.active .title,
  .locations .item .title:hover { color: #8cc63f; }
  
  .locations .item.active {
    background-color: #f8f8f8;
  }
  /*
  ::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    border-left: 0;
    background: rgba(0, 0, 0, 0.1);
  }
  
  ::-webkit-scrollbar-track {
    background: none;
  }
  
  ::-webkit-scrollbar-thumb {
    background: #00853e;
    border-radius: 0;
  }
*/

  /* Marker tweaks */
.mapboxgl-popup-close-button {
    display: none;
  }
  
  .mapboxgl-popup-content {
    font: 400 15px/22px 'Source Sans Pro', 'Helvetica Neue', sans-serif;
    padding: 0;
    width: 300px;
    height: 150px;
  }
  
.mapboxgl-popup-content .thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
  .mapboxgl-popup-content h3 {
    background: #91c949;
    color: #fff;
    margin: 0;
    padding: 10px;
    border-radius: 3px 3px 0 0;
    font-weight: 700;
    margin-top: -15px;
  }
  
  .mapboxgl-popup-content h4 {
    margin: 0;
    padding: 10px;
    font-weight: 400;
  }

/*
 * Adjust the fixed size popup container to position perfectly to the marker
 */
.mapboxgl-popup {
    margin-left: 27px;
    margin-top: -23px;  
}



  .mapboxgl-popup-content div {
    padding: 10px;
  }
  
  .mapboxgl-popup-anchor-top > .mapboxgl-popup-content {
    margin-top: 15px;
  }
  
  .mapboxgl-popup-anchor-top > .mapboxgl-popup-tip {
    border-bottom-color: #91c949;
  }

  .mapboxgl-popup-anchor-bottom > .mapboxgl-popup-tip {
    border-bottom-color: #91c949;
  }

  .marker {
    border: none;
    cursor: pointer;
    height: 30px;
    width: 30px;
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
  }

.marker.parador {
  background-color: #000;
  background-image: url('/resources/images/parador-logo.png');
}

.marker.pousada {
  background-color: #FFF;
  background-image: url("/resources/images/pousada-icon.png");
}
