/* INICIJALIZACIJA */
@charset "UTF-8";
/* /////////////// */

/* BAZA */
* {
  box-sizing: border-box;
}

html,
body {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  background-color: #ECF0F1;
  background-position: 0 0, 50px 50px;
  background-size: 25px 25px;
  -webkit-touch-callout: none;
}

svg {
  width: 100%;
  height: 100vh;
}

path {
  fill: #BDC3C7;
  stroke: #585960;
  stroke-opacity: .5;
  stroke-width: .5
}

/* CITY */
.city {
  cursor: pointer;
}

/* MOUNTAIN */
.mountain {
  cursor: pointer;
  fill: black !important;
}

/* MOUNTAIN */
.lake {
  cursor: pointer;
  fill: #3498DB !important;
}

.specialBG {
  fill: url(#pattern);
}

.specialBG2 {
  background-color: #FFFFFF;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23e74c3c' fill-opacity='0.88' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
  fill: url(#pattern2);
}

audio {
  position: absolute;
  bottom: 0;
  left: 0;
}

#main-container {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 100vh;
}

#main-conatiner-inside {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100vh;
}

#pan-controls {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    padding: 20px;
}

#pan-controls > button {
    font-size: inherit;
    min-width: 3em;
}

#controls {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  padding: 20px;
}

#controls > button {
  width: 50px !important;
}

*[data-toggle="popover"] {
  cursor: pointer;
}

#play_h,
#play_i {
  pointer-events: bounding-box;
}

@media only screen and (max-width: 720px) {
  .zoom-2x g {
    transform: scale(2);
  }
}
