@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?60560759');
  src: url('../font/fontello.eot?60560759#iefix') format('embedded-opentype'),
       url('../font/fontello.woff?60560759') format('woff'),
       url('../font/fontello.ttf?60560759') format('truetype'),
       url('../font/fontello.svg?60560759#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'fontello-vcb';
  src: url('../font/fontello-vcb.eot?41640462');
  src: url('../font/fontello-vcb.eot?41640462#iefix') format('embedded-opentype'),
       url('../font/fontello-vcb.woff?41640462') format('woff'),
       url('../font/fontello-vcb.ttf?41640462') format('truetype'),
       url('../font/fontello-vcb.svg?41640462#fontello') 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: 'fontello';
    src: url('../font/fontello.svg?60560759#fontello') format('svg');
  }
}
*/
 
 [class^="cb-icon-"]:before, [class*=" cb-icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  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%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
/* appended new icons*/
.cb-icon-close:before,
.cb-icon-left:before,
.cb-icon-export:before{
  font-family:"fontello-vcb";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cb-icon-left:before { content: '\e820'; } /* '' */
.cb-icon-close:before { content: '\e821'; } /* '' */
.cb-icon-export:before { content: '\e822'; } /* '' */
.cb-icon-ok:before { content: '\e800'; } /* '' */
.cb-icon-quote:before { content: '\e801'; } /* '' */
.cb-icon-down-open:before { content: '\e802'; } /* '' */
.cb-icon-twitter:before { content: '\e803'; } /* '' */
.cb-icon-facebook:before { content: '\e804'; } /* '' */
.cb-icon-googleplus:before { content: '\e805'; } /* '' */
.cb-icon-github:before { content: '\e806'; } /* '' */
.cb-icon-dribbble:before { content: '\e807'; } /* '' */
.cb-icon-linkedin:before { content: '\e808'; } /* '' */
.cb-icon-instagram:before { content: '\e809'; } /* '' */
.cb-icon-mail:before { content: '\e80a'; } /* '' */
.cb-icon-tumblr:before { content: '\e80b'; } /* '' */
.cb-icon-pinterest:before { content: '\e80c'; } /* '' */
.cb-icon-web:before { content: '\e80d'; } /* '' */
.cb-icon-youtube:before { content: '\e80e'; } /* '' */
.cb-icon-vimeo:before { content: '\e80f'; } /* '' */
.cb-icon-download:before { content: '\e810'; } /* '' */
.cb-icon-phone:before { content: '\e811'; } /* '' */
.cb-icon-home:before { content: '\e812'; } /* '' */
.cb-icon-location:before { content: '\e813'; } /* '' */
.cb-icon-paper-plane:before { content: '\e814'; } /* '' */
.cb-icon-share:before { content: '\e815'; } /* '' */
.cb-icon-eye:before { content: '\e817'; } /* '' */
.cb-icon-pencil:before { content: '\e818'; } /* '' */
.cb-icon-attach:before { content: '\e819'; } /* '' */