.img-container{margin-top:5px;
        text-align: center;
        display: block;
        padding: 5px
    }


    a {
        text-decoration: none
    }
    a:link {
        color: #132D52;
    }
    a:visited {
        color: #132D52;
    }
    a:hover {
        color: #132D52;
    }
    a:active {
        color: #132D52;
    }

    #menu {
		width: 270px;
        background: white;
        font-family: 'Source Sans 3', sans-serif;
        font-size: 15px;
        position: absolute;
        z-index: 1;
        top: 20px;
        left: 20px;
        display: table-row;
        color: #fff;
        box-shadow: 1.5px 1.5px 2px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 1.5px 1.5px 2px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 1.5px 1.5px 2px rgba(0, 0, 0, 0.2)
 }
    .on {
        background: white url("../style/check1.svg") no-repeat right;
        background-origin: content-box;
        background-size: 18px 18px;
        display: block;
        margin: 0;
        padding: 10px;
        color: black;
        border-bottom: 1px solid #8D9192;
    }

    .collapsed {
        background: white url("../style/arrow1.svg") no-repeat right;
        background-origin: content-box;
        background-size: 18px 18px;
        display: block;
        margin: 0;
        padding: 10px;
        color: black;
        border-bottom: 1px solid #8D9192;
    }

.bordertop{border-top: 1px solid #8D9192;}
    .on:hover {
        background: #132D52 url("../style/check1hover.svg") no-repeat right;
        background-origin: content-box;
        background-size: 18px 18px;
        color: white;
    }

    .collapsed:hover {
        background: #132D52 url("../style/arrow1hover.svg") no-repeat right;
        background-origin: content-box;
        background-size: 18px 18px;
        color: white;
    }

    .off {
        background: white url("../style/check3.svg") no-repeat right;
        background-origin: content-box;
        background-size: 18px 18px;
        color: black;
        display: block;
        margin: 0;
        padding: 0;
        padding: 10px;
        border-bottom: 1px solid #8D9192;
    }

    .expanded {
        background: white url("../style/arrow2.svg") no-repeat right;
        background-origin: content-box;
        background-size: 18px 18px;
        color: black;
        display: block;
        margin: 0;
        padding: 0;
        padding: 10px;
        border-bottom: 1px solid #8D9192;
    }



    .off:hover {
        background: #132D52 url("../style/check3hover.svg") no-repeat right;
        background-origin: content-box;
        background-size: 18px 18px;
        color: white;
    }

    .expanded:hover {
        background: #132D52 url("../style/arrow2hover.svg") no-repeat right;
        background-origin: content-box;
        background-size: 18px 18px;
        color: white;
    }
    .menu-bottom {
	border-bottom: 0px
    }
   .menu-bottom:hover {
	border-bottom: 0px
    }




h6 {
	font-family: 'Source Sans 3';
	  font-size: 15px;
  line-height: 15px;
  font-weight: 200;
	  margin: 7px;
}

h3 {
	font-family: 'Playfair Display';
	margin: 7px;
	font-size: 20px;
}



.popup-content-parent {display: table-row;}


.popup-image-holder {display: table-cell; vertical-align: middle;  width: 410px; padding-left:10px;}

.popup-content {display: table-cell; vertical-align: middle; width: 300px; padding-left:10px; padding-right:10px; height:100%;}

.popup-content-main {}

.popup-content-lot {text-align: right; bottom:20px; right: 20px; position: absolute;}



.lots-popup .mapboxgl-popup-close-button {
  /* display: none; */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  pointer-events: auto;
  -webkit-text-size-adjust: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  background-color: #ccad7c;
  color: white;
  opacity: 1;
  text-decoration: none;
  text-align: right;
  outline: none;
  border: none;
}

.lots-popup .mapboxgl-popup-content {
  /* padding: 15px 15px 15px 15px; */
  font: 'Source Sans 3', Arial, Helvetica, sans-serif;
  width: 200px;
  -webkit-text-size-adjust: 100%;
  overflow: hidden;
  color: white;
  background-color: #ccad7c;
  border: 1px solid white;
  text-align: left;
  box-sizing: border-box;
  border-radius: 6px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .25);
}

a:hover {color: #ccad7c;}


.buildings-popup .mapboxgl-popup-close-button {
  /* display: none; */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  pointer-events: auto;
  -webkit-text-size-adjust: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  background-color: white;
  color: #162c4f;
  opacity: 1;
  text-decoration: none;
  text-align: right;
  outline: none;
  border: none;
}

.buildings-popup .mapboxgl-popup-content {
  /* padding: 15px 15px 15px 15px; */
  font: 'Source Sans 3', Arial, Helvetica, sans-serif;
  -webkit-text-size-adjust: 100%;
  overflow: hidden;
		width: fit-content;
  color: #162c4f;
  background-color: white;
  border: 1px solid #162c4f;
  text-align: left;
  box-sizing: border-box;
  border-radius: 6px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .25);

}


.roads-popup .mapboxgl-popup-close-button {
  /* display: none; */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  pointer-events: auto;
  -webkit-text-size-adjust: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  background-color: black;
  color: white;
  opacity: 1;
  text-decoration: none;
  text-align: right;
  outline: none;
  border: none;
}

.roads-popup .mapboxgl-popup-content {
  /* padding: 15px 15px 15px 15px; */
  font: 'Source Sans 3', Arial, Helvetica, sans-serif;
  -webkit-text-size-adjust: 100%;
	width: fit-content;
	overflow:hidden;
  color: white;
  background-color: black;
  border: 1px solid white;
  text-align: left;
  box-sizing: border-box;
  border-radius: 6px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .25);

}





.agate {
  opacity: .8;
  font-size: 12px;
  line-height: 10px;
  font-weight: 400;
	bottom: 0px;
	right: 0px;
	text-align: right;
	float: right;

}



@media only screen and (max-width: 700px){
	.popup-image-holder {display: none; visibility: hidden;}
}

