@font-face {
  font-family: 'jb-icons';
  src: url('../fonts/jb-icons.eot?70774306');
  src: url('../fonts/jb-icons.eot?70774306#iefix') format('embedded-opentype'),
       url('../fonts/jb-icons.woff2?70774306') format('woff2'),
       url('../fonts/jb-icons.woff?70774306') format('woff'),
       url('../fonts/jb-icons.ttf?70774306') format('truetype'),
       url('../fonts/jb-icons.svg?70774306#jb-icons') 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: 'jb-icons';
    src: url('../fonts/jb-icons.svg?70774306#jb-icons') format('svg');
  }
}
*/
[class^="jb-icons-"]:before, [class*=" jb-icons-"]:before {
  font-family: "jb-icons";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  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 */
  margin-left: .2em;

  /* 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); */
}

.jb-icons-circle-chev-left:before { content: '\e800'; } /* '' */
.jb-icons-circle-chev-right:before { content: '\e801'; } /* '' */
.jb-icons-circle-chev-up:before { content: '\e802'; } /* '' */
.jb-icons-download-file:before { content: '\e803'; } /* '' */
.jb-icons-download-file-two:before { content: '\e804'; } /* '' */
.jb-icons-arrow-down:before { content: '\e805'; } /* '' */
.jb-icons-arrow-left:before { content: '\e806'; } /* '' */
.jb-icons-arrow-right:before { content: '\e807'; } /* '' */
.jb-icons-arrow-up:before { content: '\e808'; } /* '' */
.jb-icons-circle-chev-down:before { content: '\e809'; } /* '' */
.jb-icons-quote-left:before { content: '\e80a'; } /* '' */
.jb-icons-quote-right:before { content: '\e80b'; } /* '' */
.jb-icons-visited-web-link:before { content: '\e80c'; } /* '' */
.jb-icons-application:before { content: '\e80d'; } /* '' */
.jb-icons-rupee:before { content: '\e80e'; } /* '' */
.jb-icons-visited-globe:before { content: '\e80f'; } /* '' */
.jb-icons-users:before { content: '\e825'; } /* '' */
.jb-icons-user:before { content: '\e826'; } /* '' */
