/*  -----  MAP -----  */

#center_left
{
	width: 100%;
}
#regions_list
{
	display: none;
}
.map_svg
{
	float: left;
	width: 100%;
	text-align: center;
}
.map_svg svg
{
	max-width: 100%;
}
@media (min-width: 768px)
{
	.map_svg svg
	{
		max-width: inherit;
		margin-left: inherit;
	}
}
#tooltip
{
	width: 160px;
	height: 75px;
    background: url("../images/tooltip.png") no-repeat;
    background-size: 160px 75px;
	position: absolute;
	float: left;
	display: none;
	padding-top: 16px;
	text-align: center;
	z-index: 100;
}
.tx_reg_tooltip
{
	font-family: Tahoma, sans-serif;
	font-size: 0.9em;
	color: #2F2F2F;
	font-weight: bold;
}
.tx_tooltip
{
	font-family: Tahoma, sans-serif;
	font-size: 0.8em;
	color: #2F2F2F;
}
@media (min-width: 900px)
{
	#regions_list
	{
		display: block;
		padding: 0;		
		width: auto;
	}
	#regions_list li
	{
		list-style: none;
		margin: 0;
	}
	#regions_list li a
	{
		display: block;
		line-height: 17px;
		font-family: Tahoma, sans-serif;
		font-size: 0.8em;
		color: #777777;
		text-decoration: none;
	}
	#regions_list li a:hover
	{
		text-decoration: underline;
	}	
}