@import url('https://fonts.googleapis.com/css?family=Oswald');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  -webkit-overflow-scrolling: auto;
  
  font-family: Oswald;
  background: #a0a0a0;
}
.mapwrapper {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background: white;
}
#viewport,
#viewport2 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-size: 20pt;
  /* cursor: move;  */
}

.map {
  background: url(assets/map.svg) no-repeat;
  background-origin: border-box;  
}

#viewport .zoom1 {  height: 1607px;  width: 1500px; font-size: 1em; }
#viewport .zoom2 {  height: 2143px;  width: 2000px; font-size: 1.33em; }
#viewport .zoom3 {  height: 3214px;  width: 3000px; font-size: 2em; }
#viewport .zoom4 {  height: 4285px;  width: 4000px; font-size: 2.67em; }
#viewport .zoom5 {  height: 5356px;  width: 5000px; font-size: 3.33em; }

.smirnoff {
  position: absolute;
  width: 18%;
  height: 10.5%;
  left: 10px;
  bottom: 10px;
  z-index: 101;
}

.drinkaware {
  position: absolute;
  width: 23%;
  height: 3.3%;
  right: 15px;
  bottom: 15px;
  z-index: 101;
}

.zooms {
  position: absolute;
  right: 15px;
  bottom: 50px;
  font-size: 20pt;
  cursor: pointer;
  z-index: 101;
}

.zooms a {
  display: block;
  width: 25px;
  height: 25px;
  background: #de6450;
  color: #f4f4f4;
  text-align: center;
  font-size: 0.8em;
}

.zoom_in::after {
  display: block;
  position: absolute;
  width: 100%;
  margin-top: -3px;
  content: '+';
}

.zoom_out::after {
  display: block;
  position: absolute;
  width: 100%;
  margin-top: -5px;
  content: '-';
}

.bullet {
  list-style: none;
  position: absolute;
  background: #de6450;
  color: #f4f4f4;
  text-align: center;
  width: 2.4%;
  height: 2.15%;
  margin-left: -1.2%;
  margin-top: -1.07%;
  display: block;
  z-index: 1;
  border-radius: 50%;
  font-family: Oswald;
  font-size: 1em;
  animation: pulse 2s infinite;
}

.bullet:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #de6350;
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px #de645000;
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 #de645000;
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 #de6450;
    box-shadow: 0 0 0 0 #de6450;
  }
  70% {
      -moz-box-shadow: 0 0 0 10px #de645000;
      box-shadow: 0 0 0 10px #de645000;
  }
  100% {
      -moz-box-shadow: 0 0 0 0 #de645000;
      box-shadow: 0 0 0 0 #de645000;
  }
}

.bullet-big {
  width: 4.6%;
  height: 4.29%;
  margin-left: -2.3%;
  margin-top: -2.15%; 
  font-size: 1.9em;
}

.bullet .popup {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 300%;
  height: auto;
  margin-left: -100%;
  margin-top: 90%;
  background: #de6450;
  color: white;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  pointer-events: auto;
  padding-top: 0.2em;
  font-size: 1.5em;
}

.bullet-big .popup {
  font-size: 1.0em;
}

.bullet .popup h1 {
  font-family: Oswald;
  font-size: 0.5em;
  line-height: 1em;
  padding: 0 1em;
  margin: 0;
}

.bullet .popup p {
  font-family: 'Open Sans';
  font-size: 0.2em;
  text-align: left;
  padding: 0 1em;
}

.bullet:hover {
  z-index: 99;
}

.shadow  {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  position: absolute;
  z-index: 90;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  content: ' ';
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  pointer-events: none;
}

.show  {
  opacity: 1;
  visibility: visible;
}

.bullet:hover .popup {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  visibility: visible;
  z-index: 98;
}

.bullet .label {
  background: #de6450;
  color: #f4f4f4;
  display: block;
  position: absolute;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.bullet .label::after {
  margin-top: -10% !important;
  display: block;
}


.no-01 { left: 91.3%;  top: 83.9%; }
.no-01 .label::after { content: "01"; }

.no-02 { left: 58.1%;  top: 85.5%; }
.no-02 .label::after { content: "02"; }

.no-03 { left: 29.6%;  top: 47.0%; }
.no-03 .label::after { content: "03"; }

.no-04 { left: 57.4%;  top: 40.2%; }
.no-04 .label::after { content: "04"; }

.no-05 { left: 43.5%;  top: 37.3%; }
.no-05 .label::after { content: "05"; }

.no-06 { left: 49.1%;  top: 32.9%; }
.no-06 .label::after { content: "06"; }

.no-07 { left: 49.6%;  top: 37.0%; }
.no-07 .label::after { content: "07"; }

.no-08 { left: 59.2%;  top: 33.0%; }
.no-08 .label::after { content: "08"; }

.no-09 { left: 62.0%;  top: 33.0%; }
.no-09 .label::after { content: "09"; }

.no-10 { left: 62.0%;  top: 36.4%; }
.no-10 .label::after { content: "10"; }

.no-11 { left: 63.1%;  top: 40.4%; }
.no-11 .label::after { content: "11"; }

.no-12 { left: 49.6%;  top: 23.1%; }
.no-12 .label::after { content: "12"; }

.no-13 { left: 43.4%;  top: 9.8%; }
.no-13 .label::after { content: "13"; }

.no-14 { left: 9.21%;  top: 9.8%; }
.no-14 .label::after { content: "14"; }

.no-15 { left: 14.0%;  top: 9.8%; }
.no-15 .label::after { content: "15"; }

.no-16 { left: 12.8%;  top: 4.0%; }
.no-16 .label::after { content: "16"; }

.no-17 { left: 11.4%;  top: 17.0%; }
.no-17 .label::after { content: "17"; }