#map-canvas { height: 500px; }

#map-canvas img { max-width: inherit !important;}
			
@media(max-width:991px){
	#map-canvas { height:250px; }
}

#map-panel p,
#map-panel ol{
	margin-bottom:0;
}

#map-panel a.map-group{
	background-image:url('http://www.ebrd.com/images/map/plus.png');
	background-repeat: no-repeat;
	background-position: right center;
	background-position: right 5px center;
	padding-right:30px;
	background-color:#0079C2;
	color:#FFF;
	font-size: 18px;
	font-weight:normal;
	margin-bottom:1px;
}

#map-panel a.map-group.open{
	background-image:url('http://www.ebrd.com/images/map/minus.png');
}

#map-panel ol{ 
	list-style-type:none;
	padding-left:10px;
	margin:0;
	padding:0;
	display:none;
}

#map-panel a{ 
	outline:none;
	text-decoration:none;
}

#map-panel ol li a{
	text-indent:15px;
	font-weight:normal;
	background-color:#EBEBEB;
	margin-bottom:1px;
}

#map-panel a{
	font-weight:bold;
	padding:10px;
	display:block;
	transition: background 0.3s;
}

#map-panel a.map-group:hover{
	background-color:#56ACE1;
}

#map-panel ol li a:hover{
	background-color:#F5F5F5;
}

#map-panel div{
	margin-bottom:1px;
}

#map-panel #help{
	padding:10px;
	transition: height 1s;
}

#map-panel #help h3{
	margin-top:0;
}

#reset-map{
	text-align:center;
}

#reset-map a{
	color:#0079C2;
	font-size:12px;
	font-style:italic;
	position:relative;
	top:5px;
}

.infoBox {
	padding: 5px 5px 5px 28px;
	position:relative;
}

.infoBox:after {
	content:url('http://www.ebrd.com/images/map/arrow.png');
	position:absolute;
	top:15px;
	left:-4px;
}


.infoBox .infobox-inner{
	padding: 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 8px #444; /*0079C1*/
	box-shadow: 0 0 3px #444;
	background-color:#FFF;
	max-width:400px;
	min-width:200px;
	max-height:350px;
	min-height:45px;
}

.infoBox img{
	margin:3px !important;
}

.infoBox .infobox-inner p{
	margin:10px 0 0 0;
}

.infoBox h2, .infoBox h3, .infoBox h4, .infoBox h5{
	margin-top:0;
}

.infoBox a{
	color:#0079C1;
}