@charset "UTF-8";

/* jcider */
@font-face {
  font-family: "jcider";
  src:url("https://file.myfontastic.com/CoBsvmhLG8dQosPCdCFvBM/fonts/1447148986.eot");
  src:url("https://file.myfontastic.com/CoBsvmhLG8dQosPCdCFvBM/fonts/1447148986.eot?#iefix") format("embedded-opentype"),
    url("https://file.myfontastic.com/CoBsvmhLG8dQosPCdCFvBM/fonts/1447148986.woff") format("woff"),
    url("https://file.myfontastic.com/CoBsvmhLG8dQosPCdCFvBM/fonts/1447148986.ttf") format("truetype"),
    url("https://file.myfontastic.com/CoBsvmhLG8dQosPCdCFvBM/fonts/1447148986.svg#1447148986") format("svg");
  font-weight: normal;
  font-style: normal;
}

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

.jcider-nav-left:before {
  content: "a";
}
.jcider-nav-right:before {
  content: "b";
}
