/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.ru - @fontawesome
 *  License - http://fontawesome.ru/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'Batch';
  src: url('/fonts/batch-icons-webfont.eot?v=4.5.0');
  src: url('/fonts/batch-icons-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('/fonts/batch-icons-webfont.woff2?v=4.5.0') format('woff2'), url('/fonts/batch-icons-webfont.woff?v=4.5.0') format('woff'), url('/fonts/batch-icons-webfont.ttf?v=4.5.0') format('truetype'), url('/fonts/batch-icons-webfont.svg?v=4.5.0#batch') format('svg');
  font-weight: normal;
  font-style: normal;
}


   .batch {
        font-family:"Batch"; /*or whatever you've decalred your font name as*/
        display:inline-block;
font-style: normal;
floaf:left;
      }


    .batch--large { font-size:32px; }
    .batch--huge { font-size:64px; }
    .batch--natural { font-size:inherit; }

 .batch:before {
        content:attr(data-icon);
    }



