@charset "UTF-8";

@font-face {
  font-family: "cooltimeline";
  src:url("fonts/cooltimeline.eot");
  src:url("fonts/cooltimeline.svg#cooltimeline") format("svg"),
    url("fonts/cooltimeline.eot?#iefix") format("embedded-opentype"),
    url("fonts/cooltimeline.woff") format("woff"),
    url("fonts/cooltimeline.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "cooltimeline" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
}

[class^="cooltimeline-"]:before,
[class*=" cooltimeline-"]:before {
  font-family: "cooltimeline" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
}

.cooltimeline-view:before {
  content: "\f0001";
}
.cooltimeline-comment:before {
  content: "\f0002";
}
.cooltimeline-left:before {
  content: "\f0003";
}
.cooltimeline-right:before {
  content: "\f0004";
}