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

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

.picto-left-thin:before { content: '\e800'; } /* '' */
.picto-right-thin:before { content: '\e801'; } /* '' */
.picto-down-thin:before { content: '\e802'; } /* '' */
.picto-up-thin:before { content: '\e803'; } /* '' */
.picto-left-dir:before { content: '\e804'; } /* '' */
.picto-right-dir:before { content: '\e805'; } /* '' */
.picto-down-dir:before { content: '\e806'; } /* '' */
.picto-up-dir:before { content: '\e807'; } /* '' */
.picto-search:before { content: '\e808'; } /* '' */
.picto-left-open-big:before { content: '\e809'; } /* '' */
.picto-right-open-big:before { content: '\e80a'; } /* '' */
.picto-play:before { content: '\e80b'; } /* '' */
.picto-location:before { content: '\e80c'; } /* '' */
.picto-apps:before { content: '\e80d'; } /* '' */
.picto-close:before { content: '\e80e'; } /* '' */
.picto-input:before { content: '\e80f'; } /* '' */
.picto-error_alert:before { content: '\e810'; } /* '' */
.picto-eye:before { content: '\e811'; } /* '' */
.picto-folder:before { content: '\e812'; } /* '' */
.picto-picture:before { content: '\e813'; } /* '' */
.picto-mail:before { content: '\e814'; } /* '' */
.picto-ok-1:before { content: '\e815'; } /* '' */
.picto-spin6:before { content: '\e839'; } /* '' */
.picto-link:before { content: '\f07b'; } /* '' */
.picto-twitter:before { content: '\f099'; } /* '' */
.picto-facebook:before { content: '\f09a'; } /* '' */
.picto-rss:before { content: '\f09e'; } /* '' */
.picto-certificate:before { content: '\f0a3'; } /* '' */
.picto-mail-alt:before { content: '\f0e0'; } /* '' */
.picto-linkedin:before { content: '\f0e1'; } /* '' */
.picto-suitcase:before { content: '\f0f2'; } /* '' */
.picto-doc-text:before { content: '\f0f6'; } /* '' */
.picto-desktop:before { content: '\f108'; } /* '' */
.picto-youtube:before { content: '\f16a'; } /* '' */
.picto-instagram:before { content: '\f16d'; } /* '' */
.picto-down:before { content: '\f175'; } /* '' */
.picto-up:before { content: '\f176'; } /* '' */
.picto-left:before { content: '\f177'; } /* '' */
.picto-right:before { content: '\f178'; } /* '' */
.picto-x:before { content: '\f80c'; } /* '' */
.picto-threads:before { content: '\f80d'; } /* '' */
