@font-face {
  font-family: 'dipicon';
  src: url('../fonts/dipicon.eot?68174984');
  src: url('../fonts/dipicon.eot?68174984#iefix') format('embedded-opentype'),
       url('../fonts/dipicon.woff2?68174984') format('woff2'),
       url('../fonts/dipicon.woff?68174984') format('woff'),
       url('../fonts/dipicon.ttf?68174984') format('truetype'),
       url('../fonts/dipicon.svg?68174984#dipicon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'dipicon';
    src: url('../font/dipicon.svg?68174984#dipicon') format('svg');
  }
}
*/
[class^="dip-"]:before, [class*=" dip-"]:before {
  font-family: "dipicon";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.dip-1:before { content: '\31'; } /* '1' */
.dip-2:before { content: '\32'; } /* '2' */
.dip-3:before { content: '\33'; } /* '3' */
.dip-4:before { content: '\34'; } /* '4' */
.dip-5:before { content: '\35'; } /* '5' */
.dip-arrow-right:before { content: '\61'; } /* 'a' */
.dip-graph:before { content: '\62'; } /* 'b' */
.dip-spark:before { content: '\63'; } /* 'c' */
.dip-smile:before { content: '\64'; } /* 'd' */
.dip-arrow-up:before { content: '\66'; } /* 'f' */
.dip-users:before { content: '\67'; } /* 'g' */
.dip-globe:before { content: '\68'; } /* 'h' */
.dip-star:before { content: '\69'; } /* 'i' */
.dip-checkmark:before { content: '\6a'; } /* 'j' */
.dip-arrow-left:before { content: '\6b'; } /* 'k' */
.dip-home:before { content: '\6c'; } /* 'l' */
.dip-arrow-down:before { content: '\6d'; } /* 'm' */
.dip-battery:before { content: '\6e'; } /* 'n' */
.dip-location:before { content: '\6f'; } /* 'o' */
.dip-pig:before { content: '\70'; } /* 'p' */
.dip-phone:before { content: '\71'; } /* 'q' */
