#iteminfo {
	margin-top: 64px;
	margin-bottom: 96px;
}
.content {
	margin: auto;
    width: 1128px;
    display: block;
    padding-top:64px;
    padding-left: 22px;
    padding-right: 22px;
    
    box-sizing: border-box;
    font-size: 15px;
    color:white;
    padding-bottom: 64px;
}
#item_page .content {
	color:rgb(24,24,24);
}
#iteminfo a {
	color:white;
	text-decoration: none;
}
#iteminfo h1 {
	line-height: 64px;
	margin-top:0px;
}
.location {
	color: rgb(185,190,195);
    font-size: 15px;
    padding: 0px;
    margin: 0px;
    
}
#iteminfo h1, .location {
	line-height: 140%;
}
.indicator_block {
	vertical-align: top;
	    display: inline-block;
    width: 340px;
    height: 200px;
    background-color: rgb(36,37,41);
    padding: 12px;
    box-sizing: border-box;
    border-radius: 3px;
    margin-top: 64px;
    margin-right: 32px;
}
.indicator_name {
	min-height: 54px;
	color: rgb(185,190,195);
    text-transform: uppercase;
    display: block;
    line-height: 150%;
    padding-bottom: 16px;
    font-weight: 400;
    font-size: 14px;
}
.indicator_value {
	display: block;
    
    font-size: 54px;
    text-align: center;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 100%;
}
#iteminfo .content .indicator_block:last-child {
	margin-right: 0px;
}
#item_page {
background-color:rgb(250,250,250);
display:block;	
position: relative;
min-height: 800px;
}
#item_page .content .indicator_block {
	background-color: white;
	color:rgb(24,24,24);
	box-shadow:0px 1px 0px 0px #0000000d;
	width:247px;
	height: 128px;
	margin:12px;
}
#item_page .content .indicator_block .indicator_name {
	color:rgb(66 70 73);

}
#item_page .content .indicator_block .indicator_value {
	text-align: left;
	font-size: 32px;
	display: inline-block;
	vertical-align: -6px;
}

#item_page .content h2:after {
 background-color: rgb(237 237 237);
 content: "";
 display: inline-block;
 height: 1px;
 position: relative;
 vertical-align: middle;
 width: 100%;
}
#item_page .content h2:after {
 left: 0.5em;
 margin-right: -50%;
}
#item_page .content h2 {
	overflow: hidden;
	margin-top: 64px;
}
#item_page .content h2:first-child {
	margin-top: 0px;
}
#item_page .content h3 {
	margin-left: 12px;
	margin-top: 24px;
}
.mapcontainer {
	display: block;
	height: 600px;
	width:calc( 100% - 24px);
	position: relative;
	background-color: white;
    color: rgb(24,24,24);
    box-shadow: 0px 1px 0px 0px #0000000d;
    margin:12px;
    border-radius: 3px;
    overflow: hidden;
}
.mapboxgl-ctrl-top-right, .maplibregl-ctrl-top-right {
	top:0px !important;
}
.mapboxgl-ctrl-top-right .mapboxgl-ctrl, .maplibregl-ctrl-top-right .maplibregl-ctrl {
 
    margin: 12px 12px 0 0 !important;
}





@media only screen and (max-width : 1200px)
{
	.content {
		width: 744px;
	}
	#iteminfo .content .indicator_block {
		width: 212px;
		height: 136px;
	}
	#item_page .content .indicator_block {
		width: 221px;
    	height: 118px;
    	margin: 6px;
	}
	.indicator_name {
		
		padding-bottom: 0px;
	}
	.indicator_value {
	font-size: 36px;
	}
	.content {
		padding-top: 32px;
	}
	#iteminfo {
		margin-bottom: 64px;
	}

}

@media only screen and (max-width : 798px)
{
	.content {
		width: 100%;
	}
	#iteminfo .content .indicator_block {
		margin-top: 22px;
		width: 100%;
		margin-right: 0px;
	}
	#item_page .content .indicator_block {
		    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
	}
	#iteminfo {
		margin-bottom: 32px;
	}
}