@font-face {
  font-family: 'OctoIcons';
  src: url('fonts/OctoIcons.eot?-dmlixp');
  src:
    url('fonts/OctoIcons.eot?#iefix-dmlixp') format('embedded-opentype'),
    url('fonts/OctoIcons.ttf?-dmlixp') format('truetype'),
    url('fonts/OctoIcons.woff?-dmlixp') format('woff'),
    url('fonts/OctoIcons.svg?-dmlixp#OctoIcons') format('svg');
  font-weight: normal;
  font-style: normal;
}

.octo-icon,
.octo-icon:before {
  font-family: 'OctoIcons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: inherit;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*close icon - some special view here*/
/*.octo-icon.octo-icon-lg.icon-close-s {
	color: #f72497;
}
.octo-icon.octo-icon-lg.icon-close-s:hover {
	color: #ff5ea8;
}*/
/* makes the font 33% larger relative to the icon container */
.octo-icon-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.octo-icon-2x {
  font-size: 2em;
}
.octo-icon-3x {
  font-size: 3em;
}
.octo-icon-4x {
  font-size: 4em;
}
.octo-icon-5x {
  font-size: 5em;
}
.octo-icon-fw {
  width: 1.28571429em;
  text-align: center;
}
/*actually - icons*/

.octo-icon.icon-aligne-center:before {
  content: '\e600';
}
.octo-icon.icon-aligne-left:before {
  content: '\e601';
}
.octo-icon.icon-aligne-right:before {
  content: '\e602';
}
.octo-icon.icon-arrow:before {
  content: '\e603';
}
.octo-icon.icon-back:before {
  content: '\e604';
}
.octo-icon.icon-blus-b:before {
  content: '\e605';
}
.octo-icon.icon-bold-style:before {
  content: '\e606';
}
.octo-icon.icon-close-b:before {
  content: '\e607';
}
.octo-icon.icon-close-s:before {
  content: '\e608';
}
.octo-icon.icon-color:before {
  content: '\e609';
}
.octo-icon.icon-genie:before {
  content: '\e60a';
}
.octo-icon.icon-hex:before {
  content: '\e60b';
}
.octo-icon.icon-image:before {
  content: '\e60c';
}
.octo-icon.icon-italic-style:before {
  content: '\e60d';
}
.octo-icon.icon-link:before {
  content: '\e60e';
}
.octo-icon.icon-manage:before {
  content: '\e60f';
}
.octo-icon.icon-options:before {
  content: '\e610';
}
.octo-icon.icon-plus-s:before {
  content: '\e611';
}
.octo-icon.icon-save-progress:before {
  content: '\e612';
}
.octo-icon.icon-search:before {
  content: '\e613';
}
.octo-icon.icon-trash:before {
  content: '\e614';
}
.octo-icon.icon-typeface:before {
  content: '\e615';
}
.octo-icon.icon-up-down:before {
  content: '\e616';
}
