.trmap {
  position:relative;
  //max-width: 1140px;
  margin: 3vw auto;
  text-align: center;
  display: block;
}
.trmap svg {
  width: 90%;
  height: auto;
}
/*
#trmap #ankara path {
  fill: #444;
}
*/
#trmap path {
  fill: rgba(0, 0, 50, .6);
}

.mouse-tip {
  position: absolute;
  z-index: 2;
}
.mouse-tip div {
  display: inline-block;
  background: rgba(0, 0, 0, .5);
  color: #fff;
  padding: 8px 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}


/* Mobil Responsive */
@media screen and (max-width: 600px) {
	.trmap {display: none;}
}