@font-face {
  font-family: HoKa;
  src: url(./NeoTechPro-Regular.otf); }

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: HoKa !important; }

#slopeMap {
  width: 100%;
  height: 100%;
  border: 1px solid #cacaca; }

.slope-map-plugin {
  font-family: HoKa;
  /* start commented backslash hack \*/
  /* close commented backslash hack */ }
  .slope-map-plugin .loading-spinner {
    top: 20px;
    left: 620px;
    position: absolute;
    z-index: 9500;
    width: 40px;
    display: none; }
  .slope-map-plugin .clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  .slope-map-plugin .clearfix {
    display: inline-block; }
  .slope-map-plugin * html .clearfix {
    height: 1%; }
  .slope-map-plugin .clearfix {
    display: block; }
  .slope-map-plugin main.container {
    width: 100%;
    height: auto;
    max-height: 100%;
    background-size: 100%;
    position: relative; }
  .slope-map-plugin .canvas-container {
    width: 100%;
    height: 100%; }
  .slope-map-plugin #mapCanvas {
    width: 100%;
    height: 100%; }
  .slope-map-plugin a {
    color: #acacac;
    text-decoration: none; }
  .slope-map-plugin a:hover {
    color: #c61a27;
    text-decoration: none; }
  .slope-map-plugin a > i {
    font-size: 50px; }
  .slope-map-plugin header.slope-map-header {
    border-bottom: 1px solid #cacaca;
    height: 50px; }
    .slope-map-plugin header.slope-map-header h1 {
      color: #c61a27 !important;
      font-family: HoKa;
      font-size: 31px;
      display: inline-block;
      position: relative;
      top: -5px;
      margin-top: 2px;
      margin-bottom: 1px; }
    .slope-map-plugin header.slope-map-header a.category-toggle {
      margin-left: 20px;
      margin-right: 20px;
      cursor: pointer;
      line-height: 50px;
      height: 50px; }
      .slope-map-plugin header.slope-map-header a.category-toggle i {
        margin-top: 10px;
        font-size: 30px; }
    .slope-map-plugin header.slope-map-header img.logo {
      margin-left: 10px;
      margin-top: 5px;
      max-height: 40px; }
    .slope-map-plugin header.slope-map-header .search {
      float: right;
      margin-right: 30px;
      padding-top: 5px; }
      .slope-map-plugin header.slope-map-header .search input {
        height: 25px;
        width: 250px;
        padding: 0 5px;
        border: 1px solid #cfcfcf;
        color: #595959;
        font-size: 13px; }
      .slope-map-plugin header.slope-map-header .search input:focus {
        outline: none !important;
        border: none; }
      .slope-map-plugin header.slope-map-header .search i {
        position: relative;
        top: 9px;
        color: #acacac;
        font-size: 26px; }
    .slope-map-plugin header.slope-map-header .actions {
      height: auto;
      float: right;
      padding-top: 2px; }
  .slope-map-plugin .overlay {
    box-sizing: border-box;
    position: absolute;
    z-index: 9000;
    height: 100%;
    width: 300px;
    background: #ffffff;
    color: #595959;
    padding: 5px;
    display: none;
    border: 1px solid #cacaca;
    border-top: none;
    max-width: 100%;
    overflow-y: scroll;
    top: 0; }
    .slope-map-plugin .overlay .content {
      padding: 10px; }
    .slope-map-plugin .overlay .close {
      float: right;
      color: #aaaaaa; }
      .slope-map-plugin .overlay .close i {
        font-size: 25px; }
    .slope-map-plugin .overlay .close:hover {
      color: #101010; }
  .slope-map-plugin #categoryOverlay {
    width: 300px;
    left: 0; }
    .slope-map-plugin #categoryOverlay ul {
      margin-top: 50px;
      list-style-type: none; }
      .slope-map-plugin #categoryOverlay ul li {
        font-size: 18px;
        height: 28px; }
      .slope-map-plugin #categoryOverlay ul li.level-2 {
        margin-left: 20px; }
      .slope-map-plugin #categoryOverlay ul li a.poi-sub-category {
        font-size: 14px; }
      .slope-map-plugin #categoryOverlay ul a.active {
        color: black; }
  .slope-map-plugin #wayOverlay {
    width: 350px;
    right: 0; }
  .slope-map-plugin #poiSearchResultsOverlay {
    right: 0;
    width: 400px; }
    .slope-map-plugin #poiSearchResultsOverlay ul {
      font-size: 15px;
      padding-left: 0;
      margin-top: 50px;
      list-style-type: none; }
      .slope-map-plugin #poiSearchResultsOverlay ul li {
        margin-bottom: 10px;
        cursor: pointer; }
      .slope-map-plugin #poiSearchResultsOverlay ul li:hover {
        color: #000000; }
  .slope-map-plugin #poiDetailViewOverlay {
    width: 400px;
    right: 0;
    z-index: 9100;
    padding-left: 0;
    padding-right: 0; }
    .slope-map-plugin #poiDetailViewOverlay .close {
      margin-right: 10px; }
    .slope-map-plugin #poiDetailViewOverlay .content {
      padding-left: 0;
      padding-right: 0; }
      .slope-map-plugin #poiDetailViewOverlay .content img {
        max-width: 100%;
        margin-top: 5px; }
      .slope-map-plugin #poiDetailViewOverlay .content h2 {
        font-size: 17px; }
      .slope-map-plugin #poiDetailViewOverlay .content .text {
        padding: 0 15px;
        font-size: 14px; }
      .slope-map-plugin #poiDetailViewOverlay .content .contact-information {
        margin-top: 30px; }
        .slope-map-plugin #poiDetailViewOverlay .content .contact-information i {
          font-size: 30px; }
  .slope-map-plugin #zoomControls {
    background: white;
    position: absolute;
    bottom: 70px;
    right: 20px;
    z-index: 1000;
    padding: 0;
    border: 1px solid #e2e2e2;
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.75); }
    .slope-map-plugin #zoomControls a {
      height: 25px;
      line-height: 25px;
      width: 25px; }
    .slope-map-plugin #zoomControls a > i {
      font-size: 21px;
      text-align: center;
      padding: 2px; }
    .slope-map-plugin #zoomControls #zoomIn {
      display: block;
      cursor: pointer;
      border-bottom: 1px solid #cacaca; }
    .slope-map-plugin #zoomControls #zoomOut {
      cursor: pointer;
      display: block; }

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