@charset "UTF-8";
/* CSS Document */


*{
	margin: 0;
	padding: 0;
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}
 
 /*
.right {
	position: fixed;
    right: 20px;
}
.left {
	position: fixed;
    left: 20px;
}
*/

#map {
	background-color:#f1eee9;
	width: 100%;
	height: 100%;
}
 
.controls-box {
	border-radius: 10px 10px 0px 0px;
	width: 100%;
    z-index:1000;
	position: fixed;
	bottom: 0px;
	left:0px;
	padding-bottom: 30px;
	webkit-box-shadow: rgb(0, 0, 0) 0px 0px 7px;
	box-shadow: rgb(0, 0, 0) 0px 0px 7px;
	box-shadow: rgba(0, 0, 0, .8) 0px 0px 7px;
	webkit-box-shadow: rgba(0, 0, 0, .8) 0px 0px 7px;
	background-color:rgb(255,255,255);
  	background-color:rgba(255,255,255,0.7);
	
}
   
.controls{
	max-width:500px;
	margin-left:auto;
	margin-right:auto;
	padding: 3px 3px 5px 3px;
	overflow: hidden;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}




.reset-metrics {
	font-size: 16px;
    color: #fff;
} 
	

.metrics {
	display: block;
	font-size: 30px;
    line-height: 30px;
    font-family: 'axiformasemibold';
    margin-bottom: 2px;
    margin-top: 5px;
}
.units {
	font-size: 14px;
    line-height: 14px;
    font-family: 'axiformathin';
    text-transform: uppercase;
}
.metric-label {
    font-family: 'axiformasemibold';	
}



#ajax {
	overflow:hidden;
}
