@charset "UTF-8";

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

}

[data-icon]:before {
  font-family: "lte-ptt-font-icons" !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^="icons-"]:before,
[class*=" icons-"]:before {
  font-family: "lte-ptt-font-icons" !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;
}

.icons-atom:before {
  content: "\61";
}
.icons-checkmark-shield:before {
  content: "\62";
}
.icons-computer-monitor:before {
  content: "\63";
}
.icons-gps-ring:before {
  content: "\64";
}
.icons-lock-shield:before {
  content: "\65";
}
.icons-sound-ear:before {
  content: "\66";
}
.icons-three-people-outline:before {
  content: "\67";
}
.icons-usa-map-outline:before {
  content: "\68";
}
