@charset "UTF-8";

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

}

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

.icon-three-bars:before {
  content: "a";
}
.icon-x:before {
  content: "x";
}
.icon-delete-circle:before {
  content: "b";
}
.icon-left-dir:before {
  content: "c";
}
.icon-left-open:before {
  content: "d";
}
.icon-left-open-big:before {
  content: "e";
}
.icon-left-open-mini:before {
  content: "f";
}
.icon-right-dir:before {
  content: "g";
}
.icon-right-open:before {
  content: "h";
}
.icon-right-open-big:before {
  content: "i";
}
.icon-right-open-mini:before {
  content: "j";
}
.icon-close-empty:before {
  content: "k";
}
.icon-close-circle-outline:before {
  content: "l";
}
.icon-close-circle:before {
  content: "m";
}
.icon-loop:before {
  content: "n";
}
.icon-loading-1:before {
  content: "o";
}
.icon-cancel-circle:before {
  content: "p";
}
