.leafletmap{
    height: 440px;
    width: 100%;
/*    margin: .5em;
    margin-bottom: 8px;
    border: 1px solid #000;
    border-radius: 8px;*/
}

.leafletmap-single{
    height: 32em;
    width: 24em
    margin: .5em;
    margin-bottom: 8px;
    border: 1px solid #000;
    border-radius: 8px;
}


.leafpop .title{
	font-weight: 700;
	font-size: 1.1rem;
	line-height: 1.11rem;
    text-decoration: none;
	padding: 4px auto 2px;
	margin: 0px auto;
}
.leafpop h6{
	margin-bottom: 2px;
}
.leafpop img{
	border: 1px solid #000;
	border-radius: 4px;
	margin: 4px 10px 25px 5px;
	float: left;
}

.leaflet-popup-content p {
    margin: 5px 0;
}


/* Map Legend References */

.map-references {
    background: #FFFFFF;
    padding: 10px 0 10px 10px;
    -webkit-box-shadow: 1px 1px 1px #eee7d7;
    -moz-box-shadow: 1px 1px 1px #eee7d7;
    box-shadow: 1px 1px 1px #eee7d7;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
}


/*@media (min-width: 768px){
  .map-references {
    padding: 25px 0 25px 10px;
  }
}*/




.map-references ul li.park {
    padding-left: 22px;
}

.map-references ul li {
    float: left;
    padding-right: 13px;
    font-size: 10px;
    position: relative;
    text-transform: uppercase;
    font-family: Helvetica, Arial,sans-serif;
}

.map-references ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}







.map-references ul li span {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    background: url(https://s3-us-west-2.amazonaws.com/rocimages/1/img/icons/map-reference.png) no-repeat 0 0;
}

.map-references ul li.park span {
    top: -2px;
    width: 12px;
    height: 16px;
    background-position: 0 0;
}



.map-references ul li {
    float: left;
    padding-right: 13px;
    font-size: 10px;
    position: relative;
    text-transform: uppercase;
}

.map-references ul li.lodge {
    padding-left: 28px;
}

.map-references ul li.lodge span {
    width: 17px;
    height: 13px;
    background-position: -25px -2px;
}

.map-references ul li.activity {
    padding-left: 21px;
}

.map-references ul li.activity span {
    width: 13px;
    height: 16px;
    background-position: -50px 0px;
}

.map-references ul li.poi {
    padding-left: 16px;
}

.map-references ul li.poi span {
    width: 7px;
    height: 15px;
    background-position: -75px 0px;
}