html, body {
	width: 100%;
	height: 100%;
	overflow: hidden;
	font-family: 'Droid Sans', Helvetica, Arial, sans-serif;       
}

*, *:before, *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#map,
#loading {
	width: 100%;
	height: 100%;
}

#loading {
	background: #eee;
	z-index: 9999;
	position: absolute;
}

#loading-container {
	position: relative;
	width: 100%;
	height: 100%;
}

#loading-contents {
	position: absolute;
	width: 300px;
	height: 100px;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -150px;
	text-align: center;
}

#loading-contents img {
	display: block;
	margin: 0 auto;
    max-width: 200px;
}

#loading-contents noscript {
	display: block;
	margin-top: 2em;
	font-size: 0.9em;
	line-height: 1.4;
	color: #666;
}

#map .leaflet-control-container .leaflet-top,
#map .leaflet-map-pane {
	top: 60px;
}

#lbmmap-settings {
	height: 60px;
	padding: 0.5em;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	background: white;
}

.lbmmap-setting {
    display: block;
	padding-right: 15px;
	margin-bottom: 5px;
}

.lbmmap-setting label,
.lbmmap-setting input {
	font-size: 14px;
    font-family: 'Polaris Condensed', 'Helvetica', 'Arial';
}

.lbmmap-setting label {
    margin-right: 5px;
}
    
#label-openings {
	color: #00aced;
}

#label-fullservice {
	color: #1cc906;
}

#label-closings {
	color: #f00;
}

#label-deals {
	color: #F2852C;
}

.lbmmap-setting input {
    margin-right: 5px;
}
    
.layer-setting {
    font-size: 14px;
	color: #444;
}

.company {
 font-weight: 400;
 font-family: 'Polaris Condensed', 'Helvetica', 'Arial';
}



.marker-opening, .marker-closing, .marker-deal {
	visibility: visible;
	opacity: 1;
    transition: opacity 0.35s ease;
}
    
.marker-hidden {
	visibility: hidden;
	opacity: 0;
    transition: visibility 0s 0.35s, opacity 0.35s ease;
}
    
.leaflet-popup-content li {list-style:none;}
.leaflet-popup-content {width: 170px;}
.leaflet-popup-content a {color: black;}
.leaflet-popup-content a:hover {color:black;text-decoration:underline;}
.lbmmap-Opening, .lbmmap-opening {display:inline;color:#00aced;}
.lbmmap-Closing, .lbmmap-closing {display:inline;color:#f00;}
.lbmmap-Relocation, .lbmmap-relocation,
.lbmmap-Acquisition, .lbmmap-acquisition,
.lbmmap-Merging, .lbmmap-merging,
.lbmmap-Merger, .lbmmap-merger {display:inline;color:#F2852C;}

.lbmmap-head {
   font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
   display: block;
   font-size: 16px;
   margin-bottom: 10px;
   font-weight: bold;
}

.lbmmap-subhead {
   font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
   display: block;
   font-size: 12px;
   margin-bottom: 0px;
}

.lbmmap-text {
   display: block;
   margin-top: 8px;
   font-family: 'Georgia', serif;
   font-size: 13px;
   line-height: 17px;
}

@media (min-width: 460px) {

	#map .leaflet-control-container .leaflet-top,
	#map .leaflet-map-pane {
		top: 36px;
	}

	#lbmmap-settings {
		height: 36px;
	}
	
	.lbmmap-setting {
		display: inline-block;
	}
	
}