@charset "UTF-8";

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

}

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

.iconcldr-angle-left:before {
  content: "\61";
}
.iconcldr-angle-right:before {
  content: "\62";
}
.iconcldr-angle-double-right:before {
  content: "\63";
}
.iconcldr-angle-double-left:before {
  content: "\64";
}
.iconcldr-star:before {
  content: "\65";
}
.iconcldr-star-half:before {
  content: "\66";
}
.iconcldr-star-half-o:before {
  content: "\67";
}
.iconcldr-star-o:before {
  content: "\68";
}
.iconcldr-lock:before {
  content: "\69";
}
.iconcldr-unlock:before {
  content: "\6a";
}
.iconcldr-angle-down:before {
  content: "\6b";
}
.iconcldr-angle-up:before {
  content: "\6c";
}
.iconcldr-angle-double-down:before {
  content: "\6d";
}
.iconcldr-angle-double-up:before {
  content: "\6e";
}
.iconcldr-shield:before {
  content: "\6f";
}
