@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/MaterialIcons-Regular.woff");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

body {
  background: #8a8b8f;
  font: 100%/160% Verdana, Arial, Helvetica, sans-serif;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Generella attribut ~~~~~~~~~~~~~~~~~~~~~~~~ */
h1 {
  font-size: 1.4em;
}

h2 {
  font-size: 1.2em;
}

p {
  margin-bottom: 5px;
}

#wrapper {
  max-width: 960px;
}

#logotype {
  background: url("/images/natomrade_header.png") no-repeat scroll 0 0 transparent;
  min-height: 100px;
}
@media (max-width: 767.98px) {
  #logotype {
    background: url("/images/natomrade_header300.png") no-repeat scroll 0px 0px transparent;
    width: 300px;
    min-height: 50px;
  }
}

#svk {
  height: 100px;
}
@media (max-width: 767.98px) {
  #svk {
    visibility: hidden;
    height: 0;
  }
}

#heading, #heading a, .skiplink {
  text-decoration: none;
  text-indent: -999px;
  display: block;
  height: 0;
}

#navigation {
  float: left;
  margin-top: 15px;
  padding: 5px 0;
  border-bottom: 1px solid #dbdbdb;
}

#navigation ul li {
  padding: 5px 10px;
  margin-left: 5px;
}

#navigation ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
}

#navigation ul li a:hover {
  text-decoration: underline;
}

#navigation #current a {
  color: #b0851e;
}

#upperContent {
  color: #fff;
}
#upperContent h1 {
  font-family: Tahoma, sans-serif;
  font-size: 2em;
  text-transform: uppercase;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Kartan ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#map {
  width: 100%;
  background-color: #E5E3DF;
  overflow: hidden;
  height: 570px;
  height: 0;
  height: 570px;
}
@media (min-width: 576px) {
  #map {
    height: 864px;
  }
}
#map {
  height: 570px;
}
@media (min-width: 768px) {
  #map {
    height: 1152px;
  }
}
#map {
  height: 570px;
}
@media (min-width: 992px) {
  #map {
    height: 1488px;
  }
}
#map {
  height: 570px;
}
@media (min-width: 1200px) {
  #map {
    height: 1800px;
  }
}

#infowindow {
  position: absolute;
  width: auto;
  height: auto;
  z-index: 2000;
  background: url("/images/semitransBg.png");
  color: black;
}

.tooltip-inner {
  color: black;
  background: #8a8b8f;
}

#infocontainer {
  z-index: 10;
}

.infotag {
  z-index: 1000;
  position: absolute;
  cursor: pointer;
  background: url("../images/semitransBg.png");
  font-weight: bold;
}

#footer {
  color: #000;
}

/*  zoom levels */
.zoom_4 {
  font-size: 10px;
  padding: 0px;
}

.zoom_5 {
  font-size: 10px;
}

.zoom_6 {
  font-size: 11px;
}

.zoom_7 {
  font-size: 12px;
}

.zoom_8 {
  font-size: 13px;
}

.zoom_9 {
  font-size: 14px;
}

.zoom_10 {
  font-size: 15px;
}

.zoom_11 {
  font-size: 16px;
}

.zoom_12 {
  font-size: 17px;
}

.zoom_13 {
  font-size: 17px;
}

.zoom_14 {
  font-size: 18px;
}

.clear {
  clear: both;
}

.floatLeft {
  float: left;
}

/*# sourceMappingURL=styles.css.map */
