#zagal {
    background-color: white;
    /*width: 1920px;*/
    height: 1080px;
    color: black;
    text-align: center;
    font-size: 30px;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    box-sizing: content-box;
    max-width: 2000px;
    min width: 300px;

    max-height: 220px;
    min-height: 100px;
}
.map {
    position: relative;
    text-align: center;
    


}

svg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

#picture {

}

.part {
    opacity: .0;
}

.part:hover {
    transition: opacity .2s ease;
    opacity: 0.4;
}
.panel-group .panel.panel-default{
	margin-bottom: 15px;
}
.panel{
	margin-top: 20px;
}
.panel .panel-body{
	color: #ddd;
	background-color: #FFF;
}