@charset "UTF-8";

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

[class^="cyto-"]:before,
[class*=" cyto-"]:before {
	font-family: 'cyto';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.cyto-star:before {
  content: "\e000";
}
.cyto-star-empty:before {
  content: "\e001";
}
.cyto-star-half:before {
  content: "\e002";
}
.cyto-smiley-1:before {
  content: "\e003";
}
.cyto-smiley-2:before {
  content: "\e004";
}
.cyto-smiley-3:before {
  content: "\e005";
}
.cyto-smiley-4:before {
  content: "\e006";
}
.cyto-smiley-5:before {
  content: "\e007";
}
.cyto-heart:before {
  content: "\e008";
}
.cyto-heart-empty:before {
  content: "\e009";
}
.cyto-heart-half:before {
  content: "\e00a";
}
.cyto-thumbs-down:before {
  content: "\e00b";
}
.cyto-thumbs-up:before {
  content: "\e00c";
}
.cyto-min:before {
  content: "\e00d";
}
.cyto-plus:before {
  content: "\e00e";
}
.cyto-circle:before {
  content: "\e00f";
}
.cyto-circle-empty:before {
  content: "\e010";
}
.cyto-circle-half:before {
  content: "\e011";
}
.cyto-spinner:before {
  content: "\e012";
}