.locationside{
    padding-top:30px!important;
    padding-left:30px!important;
}
.locationbtn:hover{
    cursor:pointer;
     background:#8c9869;
     color:#fff;
}
#allmapbtn{
    font-size: .8em;
    letter-spacing: 1px;
    font-weight: 400;
}
a#allmapbtn:hover{
    color:#9BA07A!important;
}
.locationbtn{
     border:solid thin #8c9869;
    width:150px;
    height:40px;
    padding:10px;
    color:#000;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
.locationbtn.active{
    background:#000;
    color:#fff;
    border:none;
}
.locationlist{
    background:#000;
    width:230px;
    z-index: 500;
    top:20px;
    position: relative;
    
}
.neighborhoodc h1 {
    font-size:2.2em;
    color: #000!important;
    margin-top:-10px;
    margin-bottom: 7vh;
  }
/*------- map -------------*/
.neighborhoodc {
    -webkit-font-smoothing:antialiased;
  }
  * {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
  }
  
  .neighborhoodc a {
    color:#404040;
    text-decoration:none;
  }
  .neighborhoodc a:hover { color:#101010; }

  .sidebar {
    height:100%;
    overflow:hidden;
  }
  .pad2 {
    padding:20px;
  }
 
  .listings {
    height:100%;
    overflow:auto;
    padding-bottom:60px;
      padding:10px;
  }
  .listings .item {
    display:block;
/*    border-bottom:1px solid #eee;*/
    padding:2px 10px;
    text-decoration:none;
      font-size: .9em;
/*      letter-spacing: 1px;*/
      font-weight: 400!important;
  }
  .listings .item:last-child { border-bottom:none; }
  .listings .item .title {
    display:block;
    color:#fff;
      text-transform: uppercase;
  }

  .listings .item.active .title,
  .listings .item .title:hover { color:#dfe2b0; }
  .listings .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:#a7aa8c;*/
    background:#ebdbc7;
    border-radius:0;
  }

  .clearfix { display:block; }
  .clearfix:after {
    content:'.';
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
  }

  /* Marker tweaks */
  .leaflet-popup-close-button {
    display:none;
  }
  .leaflet-popup-content {
    padding:0;
    width:auto;
  }
  .leaflet-popup-content-wrapper {
    padding:0;
  }
  .leaflet-popup-content h3 {
    background:#91c949;
    color:#fff;
    margin:0;
    display:block;
    padding:10px;
    border-radius:3px 3px 0 0;
    font-weight:700;
    margin-top:-15px;
  }
  .leaflet-popup-content div {
      padding-right:10px;
      letter-spacing: 1px;
      font-size: 1.1em;
/*    padding:10px;*/
  }
  .leaflet-container .leaflet-marker-icon { cursor:pointer; }

.listings .item.retail, .listings .item.hotel, .listings .item.fit, .listings .item.train6, .listings .item.trainEM, .listings .item.logo, .listings .item.citibike, .listings .item.citibike2, .listings .item.citibike3{
    display: none;
}

.h400{
   height:400px; 
}
.h49vh{
    height:50vh;
}

 


@media only screen and (max-width : 812px) {
    .neighborhoodc h1{
        font-size: 1.7em;
        margin-bottom:10px;
    }
    .locationbtn {
   padding:2px 8px;
        width:92px;
    height: 20px;
    font-size: .7em;
}
    #allmapbtn{
            font-size: .6em;
    width: 150px;
        display: block;
    } 
    .locationside {
    padding-left: 20px!important;
}.sidebar {
    font-size: .7em;
}.h49vh {
    height: 40vh;
}.locationlist {
    width: 160px;
    }
}