@import url(https://fonts.googleapis.com/css?family=Dosis:200,400,500,600);
.compass {
  display: inline-block;
  width: calc(130vw/10.80);
  height: calc(130vh/19.20);
  border-radius: 100%;
  box-shadow: 0 0 calc(10vw/10.80) rgba(0, 0, 0, 0.85);
  position: relative;
  font-family: 'Dosis';
  color: #555;
  text-shadow: calc(1vw/10.80) calc(1vw/10.80) calc(1vw/10.80) white;
  left: calc(110vw/10.80);
  top: calc(170vh/19.20);
}

.compass:before {
  font-weight: bold;
  position: absolute;
  text-align: left;
  width: 100%;
  content: "N";
  font-size: calc(14vw/10.80);
  top: calc(-2vh/19.20);
}

.compass .direction {
  height: 100%;
  width: 100%;
  display: block;
  background: #f2f6f5;
  background: -moz-linear-gradient(top, #f2f6f5 0%, #cbd5d6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f6f5), color-stop(100%, #cbd5d6));
  background: -webkit-linear-gradient(top, #f2f6f5 0%, #cbd5d6 100%);
  background: -o-linear-gradient(top, #f2f6f5 0%, #cbd5d6 100%);
  border-radius: 100%;
}

.compass .direction p {
  text-align: center;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: calc(80vh/19.20);
  display: block;
  margin-top: calc(-45vh/19.20);
  font-size: calc(42vw/10.80);
  font-weight: bold;
}

.compass .direction p span {
  display: block;
  line-height: normal;
  margin-top: calc(-24vh/19.20);
  font-size: calc(27vw/10.80);
  text-transform: uppercase;
  font-weight: bold;
}

.compass .direction p div {
  display: block;
  line-height: normal;
  margin-top: calc(-24vh/19.20);
  font-size: calc(19vw/10.80);
  text-transform: uppercase;
  font-weight: normal;
}

.compass .arrow {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
}

.compass .arrow:after {
  content: "";
  width: 0;
  height: 0;
  border-left: calc(5vw/10.80) solid transparent;
  border-right: calc(5vw/10.80) solid transparent;
  border-bottom: calc(10vh/19.20) solid red;
  position: absolute;
  top: calc(-6vh/19.20);
  left: 50%;
  margin-left: calc(-5vw/10.80);
  z-index: 99;
}

.compass .arrow.nno {
  -webkit-transform: rotate(22.5deg);
  transform: rotate(22.5deg);
}

.compass .arrow.no {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.compass .arrow.ono {
  -webkit-transform: rotate(67.5deg);
  transform: rotate(67.5deg);
}

.compass .arrow.o {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.compass .arrow.ozo {
  -webkit-transform: rotate(112.5deg);
  transform: rotate(112.5deg);
}

.compass .arrow.zo {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.compass .arrow.zzo {
  -webkit-transform: rotate(157.5deg);
  transform: rotate(157.5deg);
}

.compass .arrow.z {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.compass .arrow.zzw {
  -webkit-transform: rotate(202.5deg);
  transform: rotate(202.5deg);
}

.compass .arrow.zw {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.compass .arrow.wzw {
  -webkit-transform: rotate(247.5deg);
  transform: rotate(247.5deg);
}

.compass .arrow.w {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.compass .arrow.wnw {
  -webkit-transform: rotate(292.5deg);
  transform: rotate(292.5deg);
}

.compass .arrow.nw {
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

.compass .arrow.nnw {
  -webkit-transform: rotate(337.5deg);
  transform: rotate(337.5deg);
}