@charset "UTF-8";


@font-face {
  font-family: 'fontello';
  src: url('fonts/fontello.eot?10647162');
  src: url('fonts/fontello.eot?10647162#iefix') format('embedded-opentype'),
       url('fonts/fontello.woff2?10647162') format('woff2'),
       url('fonts/fontello.woff?10647162') format('woff'),
       url('fonts/fontello.ttf?10647162') format('truetype'),
       url('fonts/fontello.svg?10647162#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}


.icon-steering-wheel:before { content: '\e800'; } /* '' */



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

}

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

.atms-delivery-trailer:before {
  content: "\62";
}
.atms-frontal-truck:before {
  content: "\61";
}
.atms-reason:before {
  content: "\63";
}
.atms-discuss-issue:before {
  content: "\64";
}
.atms-operator:before {
  content: "\65";
}
.atms-einstein:before {
  content: "\66";
}
.atms-cargo-truck:before {
  content: "\67";
}
.atms-trailer:before {
  content: "\68";
}
.atms-icon-world-doc:before {
  content: "\69";
}
