.map{
    position: relative;
    /*height: 100%;
    width: 100%;*/
}

svg{
    position: absolute;
    top: 0;
    left: 0;
	height: 100%;
    width: 100%;
}	
	.viewBox{
    /*position: absolute;*/
    text-align:center ;
    top: 0;
    left: 0;
	/*height: 100%;
    width: 100%;*/
}

path{
    opacity: 0.4;
    fill: orange;
	stroke: #dece0c;
	stroke: #26252d;
    stroke-width:4px;
    cursor: pointer;
    transition: 0.3s;
}

pop{
 fill: red;
}

path:hover{
	fill:#000;
    opacity: 0.8;
    transition: 0.3s;
}
