@charset "UTF-8";

@font-face {
  font-family: "greentrekker";
  src:url("fonts/greentrekker.eot");
  src:url("fonts/greentrekker.eot?#iefix") format("embedded-opentype"),
    url("fonts/greentrekker.woff") format("woff"),
    url("fonts/greentrekker.ttf") format("truetype"),
    url("fonts/greentrekker.svg#greentrekker") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "greentrekker" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="vicon-"]:before,
[class*=" vicon-"]:before {
  font-family: "greentrekker" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.vicon-trek:before {
  content: "\e000";
}
.vicon-globe:before {
  content: "\e001";
}
.vicon-moon:before {
  content: "\e002";
}
.vicon-book:before {
  content: "\e003";
}
.vicon-camera:before {
  content: "\e004";
}
.vicon-dog:before {
  content: "\e005";
}
.vicon-bike:before {
  content: "\e006";
}
.vicon-mountains:before {
  content: "\e007";
}
.vicon-run:before {
  content: "\e009";
}
