@charset "UTF-8";

@font-face {
  font-family: "zorro-slider";
  src:url("zorro.eot");
  src:url("zorro.eot?#iefix") format("embedded-opentype"),
    url("zorro.woff") format("woff"),
    url("zorro.ttf") format("truetype"),
    url("zorro.svg#zorro") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon2]:before {
  font-family: "zorro-slider" !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^="icon2-"]:before,
[class*=" icon2-"]:before {
  font-family: "zorro-slider" !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;
}

.icon2-slider-left:before {
  content: "a";
}
.icon2-slider-right:before {
  content: "b";
}
