--------------------------------

LineIcons Free Web Font
Author lineicons.com

-------------------------------- 
@font-face {
    font-family 'LineIcons';
    src url('..fontsLineIcons.eot');
    src url('..fontsLineIcons.eot') format('embedded-opentype'), url('..fontsLineIcons.woff2') format('woff2'), url('..fontsLineIcons.woff') format('woff'), url('..fontsLineIcons.ttf') format('truetype'), url('..fontsLineIcons.svg') format('svg');
    font-weight normal;
    font-style normal;
  }
   @font-face {
    font-family 'LineIcons';
    src url('fontsLineIcons.eot');
    src url('fontsLineIcons.eot') format('embedded-opentype'), url('fontsLineIcons.woff2') format('woff2'), url('fontsLineIcons.woff') format('woff'), url('fontsLineIcons.ttf') format('truetype'), url('fontsLineIcons.svg') format('svg');
    font-weight normal;
    font-style normal;
  } 
  ------------------------
      base class definition
  -------------------------
  .lni {
    display inline-block;
    font normal normal normal 1em1 'LineIcons';
    speak none;
    text-transform none;
     Better Font Rendering 
    -webkit-font-smoothing antialiased;
    -moz-osx-font-smoothing grayscale;
  }
  ------------------------
    change icon size
  -------------------------
   relative units 
  .lni-sm {
    font-size 0.8em;
  }
  .lni-lg {
    font-size 1.2em;
  }
   absolute units 
  .lni-16 {
    font-size 16px;
  }
  .lni-32 {
    font-size 32px;
  }
  ----------------------------------
    add a squarecircle background
  -----------------------------------
  .lni-bg-square,
  .lni-bg-circle {
    padding 0.35em;
    background-color #eee;
  }
  .lni-bg-circle {
    border-radius 50%;
  }
  ------------------------------------
    use icons as list item markers
  -------------------------------------
  .lni-ul {
    padding-left 0;
    list-style-type none;
  }
  .lni-ul  li {
    display flex;
    align-items flex-start;
    line-height 1.4;
  }
  .lni-ul  li  .lni {
    margin-right 0.4em;
    line-height inherit;
  }
  ------------------------
    spinning icons
  -------------------------
  .lni-is-spinning {
    -webkit-animation lni-spin 2s infinite linear;
    -moz-animation lni-spin 2s infinite linear;
    animation lni-spin 2s infinite linear;
  }
  @-webkit-keyframes lni-spin {
    0% {
      -webkit-transform rotate(0deg);
    }
    100% {
      -webkit-transform rotate(360deg);
    }
  }
  @-moz-keyframes lni-spin {
    0% {
      -moz-transform rotate(0deg);
    }
    100% {
      -moz-transform rotate(360deg);
    }
  }
  @keyframes lni-spin {
    0% {
      -webkit-transform rotate(0deg);
      -moz-transform rotate(0deg);
      -ms-transform rotate(0deg);
      -o-transform rotate(0deg);
      transform rotate(0deg);
    }
    100% {
      -webkit-transform rotate(360deg);
      -moz-transform rotate(360deg);
      -ms-transform rotate(360deg);
      -o-transform rotate(360deg);
      transform rotate(360deg);
    }
  }
  ------------------------
    rotatedflipped icons
  -------------------------
  .lni-rotate-90 {
    filter progidDXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform rotate(90deg);
    -moz-transform rotate(90deg);
    -ms-transform rotate(90deg);
    -o-transform rotate(90deg);
    transform rotate(90deg);
  }
  .lni-rotate-180 {
    filter progidDXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform rotate(180deg);
    -moz-transform rotate(180deg);
    -ms-transform rotate(180deg);
    -o-transform rotate(180deg);
    transform rotate(180deg);
  }
  .lni-rotate-270 {
    filter progidDXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform rotate(270deg);
    -moz-transform rotate(270deg);
    -ms-transform rotate(270deg);
    -o-transform rotate(270deg);
    transform rotate(270deg);
  }
  .lni-flip-y {
    filter progidDXImageTransform.Microsoft.BasicImage(rotation=0);
    -webkit-transform scale(-1, 1);
    -moz-transform scale(-1, 1);
    -ms-transform scale(-1, 1);
    -o-transform scale(-1, 1);
    transform scale(-1, 1);
  }
  .lni-flip-x {
    filter progidDXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform scale(1, -1);
    -moz-transform scale(1, -1);
    -ms-transform scale(1, -1);
    -o-transform scale(1, -1);
    transform scale(1, -1);
  }
  ------------------------
      icons
  -------------------------
  
  .lni-500pxbefore {
    content ea02;
  }
  
  .lni-add-filesbefore {
    content ea03;
  }
  
  .lni-alarm-clockbefore {
    content ea04;
  }
  
  .lni-alarmbefore {
    content ea05;
  }
  
  .lni-airbnbbefore {
    content ea06;
  }
  
  .lni-adobebefore {
    content ea07;
  }
  
  .lni-amazon-paybefore {
    content ea08;
  }
  
  .lni-amazonbefore {
    content ea09;
  }
  
  .lni-amexbefore {
    content ea0a;
  }
  
  .lni-anchorbefore {
    content ea0b;
  }
  
  .lni-amazon-originalbefore {
    content ea0c;
  }
  
  .lni-android-originalbefore {
    content ea0d;
  }
  
  .lni-androidbefore {
    content ea0e;
  }
  
  .lni-angellistbefore {
    content ea0f;
  }
  
  .lni-angle-double-downbefore {
    content ea10;
  }
  
  .lni-angle-double-leftbefore {
    content ea11;
  }
  
  .lni-angle-double-rightbefore {
    content ea12;
  }
  
  .lni-angle-double-upbefore {
    content ea13;
  }
  
  .lni-angularbefore {
    content ea14;
  }
  
  .lni-apartmentbefore {
    content ea15;
  }
  
  .lni-app-storebefore {
    content ea16;
  }
  
  .lni-apple-paybefore {
    content ea17;
  }
  
  .lni-applebefore {
    content ea18;
  }
  
  .lni-archivebefore {
    content ea19;
  }
  
  .lni-arrow-down-circlebefore {
    content ea1a;
  }
  
  .lni-arrow-left-circlebefore {
    content ea1b;
  }
  
  .lni-arrow-leftbefore {
    content ea1c;
  }
  
  .lni-arrow-right-circlebefore {
    content ea1d;
  }
  
  .lni-arrow-rightbefore {
    content ea1e;
  }
  
  .lni-arrow-top-leftbefore {
    content ea1f;
  }
  
  .lni-arrow-top-rightbefore {
    content ea20;
  }
  
  .lni-arrow-up-circlebefore {
    content ea21;
  }
  
  .lni-arrow-upbefore {
    content ea22;
  }
  
  .lni-arrows-horizontalbefore {
    content ea23;
  }
  
  .lni-arrows-verticalbefore {
    content ea24;
  }
  
  .lni-atlassianbefore {
    content ea25;
  }
  
  .lni-awsbefore {
    content ea26;
  }
  
  .lni-arrow-downbefore {
    content ea27;
  }
  
  .lni-ambulancebefore {
    content ea28;
  }
  
  .lni-agendabefore {
    content ea29;
  }
  
  .lni-backwardbefore {
    content ea2a;
  }
  
  .lni-baloonbefore {
    content ea2b;
  }
  
  .lni-banbefore {
    content ea2c;
  }
  
  .lni-bar-chartbefore {
    content ea2d;
  }
  
  .lni-behance-originalbefore {
    content ea2e;
  }
  
  .lni-bitbucketbefore {
    content ea2f;
  }
  
  .lni-bitcoinbefore {
    content ea30;
  }
  
  .lni-blackboardbefore {
    content ea31;
  }
  
  .lni-bloggerbefore {
    content ea32;
  }
  
  .lni-bluetoothbefore {
    content ea33;
  }
  
  .lni-boldbefore {
    content ea34;
  }
  
  .lni-bolt-altbefore {
    content ea35;
  }
  
  .lni-boltbefore {
    content ea36;
  }
  
  .lni-bookbefore {
    content ea37;
  }
  
  .lni-bookmark-altbefore {
    content ea38;
  }
  
  .lni-bookmarkbefore {
    content ea39;
  }
  
  .lni-bootstrapbefore {
    content ea3a;
  }
  
  .lni-bricksbefore {
    content ea3b;
  }
  
  .lni-bridgebefore {
    content ea3c;
  }
  
  .lni-briefcasebefore {
    content ea3d;
  }
  
  .lni-brush-altbefore {
    content ea3e;
  }
  
  .lni-brushbefore {
    content ea3f;
  }
  
  .lni-bubblebefore {
    content ea40;
  }
  
  .lni-bugbefore {
    content ea41;
  }
  
  .lni-bulbbefore {
    content ea42;
  }
  
  .lni-bullhornbefore {
    content ea43;
  }
  
  .lni-burgerbefore {
    content ea44;
  }
  
  .lni-busbefore {
    content ea45;
  }
  
  .lni-cakebefore {
    content ea46;
  }
  
  .lni-calculatorbefore {
    content ea47;
  }
  
  .lni-calendarbefore {
    content ea48;
  }
  
  .lni-camerabefore {
    content ea49;
  }
  
  .lni-candy-canebefore {
    content ea4a;
  }
  
  .lni-candybefore {
    content ea4b;
  }
  
  .lni-capsulebefore {
    content ea4c;
  }
  
  .lni-car-altbefore {
    content ea4d;
  }
  
  .lni-carbefore {
    content ea4e;
  }
  
  .lni-caravanbefore {
    content ea4f;
  }
  
  .lni-cart-fullbefore {
    content ea50;
  }
  
  .lni-cartbefore {
    content ea51;
  }
  
  .lni-certificatebefore {
    content ea52;
  }
  
  .lni-checkboxbefore {
    content ea53;
  }
  
  .lni-checkmark-circlebefore {
    content ea54;
  }
  
  .lni-checkmarkbefore {
    content ea55;
  }
  
  .lni-chef-hatbefore {
    content ea56;
  }
  
  .lni-chevron-down-circlebefore {
    content ea57;
  }
  
  .lni-chevron-downbefore {
    content ea58;
  }
  
  .lni-chevron-left-circlebefore {
    content ea59;
  }
  
  .lni-chevron-leftbefore {
    content ea5a;
  }
  
  .lni-chevron-right-circlebefore {
    content ea5b;
  }
  
  .lni-chevron-rightbefore {
    content ea5c;
  }
  
  .lni-chevron-up-circlebefore {
    content ea5d;
  }
  
  .lni-chevron-upbefore {
    content ea5e;
  }
  
  .lni-chromebefore {
    content ea5f;
  }
  
  .lni-circle-minusbefore {
    content ea60;
  }
  
  .lni-circle-plusbefore {
    content ea61;
  }
  
  .lni-clipboardbefore {
    content ea62;
  }
  
  .lni-closebefore {
    content ea63;
  }
  
  .lni-cloud-checkbefore {
    content ea64;
  }
  
  .lni-cloud-downloadbefore {
    content ea65;
  }
  
  .lni-cloud-networkbefore {
    content ea66;
  }
  
  .lni-cloud-syncbefore {
    content ea67;
  }
  
  .lni-cloud-uploadbefore {
    content ea68;
  }
  
  .lni-cloudbefore {
    content ea69;
  }
  
  .lni-cloudy-sunbefore {
    content ea6a;
  }
  
  .lni-code-altbefore {
    content ea6b;
  }
  
  .lni-codebefore {
    content ea6c;
  }
  
  .lni-codepenbefore {
    content ea6d;
  }
  
  .lni-coffee-cupbefore {
    content ea6e;
  }
  
  .lni-cogbefore {
    content ea6f;
  }
  
  .lni-cogsbefore {
    content ea70;
  }
  
  .lni-coinbefore {
    content ea71;
  }
  
  .lni-comments-altbefore {
    content ea72;
  }
  
  .lni-comments-replybefore {
    content ea73;
  }
  
  .lni-commentsbefore {
    content ea74;
  }
  
  .lni-compassbefore {
    content ea75;
  }
  
  .lni-construction-hammerbefore {
    content ea76;
  }
  
  .lni-constructionbefore {
    content ea77;
  }
  
  .lni-consultingbefore {
    content ea78;
  }
  
  .lni-control-panelbefore {
    content ea79;
  }
  
  .lni-cpanelbefore {
    content ea7a;
  }
  
  .lni-creative-commonsbefore {
    content ea7b;
  }
  
  .lni-credit-cardsbefore {
    content ea7c;
  }
  
  .lni-cropbefore {
    content ea7d;
  }
  
  .lni-cross-circlebefore {
    content ea7e;
  }
  
  .lni-crownbefore {
    content ea7f;
  }
  
  .lni-css3before {
    content ea80;
  }
  
  .lni-cupbefore {
    content ea81;
  }
  
  .lni-customerbefore {
    content ea82;
  }
  
  .lni-cutbefore {
    content ea83;
  }
  
  .lni-dashboardbefore {
    content ea84;
  }
  
  .lni-databasebefore {
    content ea85;
  }
  
  .lni-deliverybefore {
    content ea86;
  }
  
  .lni-devbefore {
    content ea87;
  }
  
  .lni-diamond-altbefore {
    content ea88;
  }
  
  .lni-diamondbefore {
    content ea89;
  }
  
  .lni-diners-clubbefore {
    content ea8a;
  }
  
  .lni-dinnerbefore {
    content ea8b;
  }
  
  .lni-direction-altbefore {
    content ea8c;
  }
  
  .lni-direction-ltrbefore {
    content ea8d;
  }
  
  .lni-direction-rtlbefore {
    content ea8e;
  }
  
  .lni-directionbefore {
    content ea8f;
  }
  
  .lni-discordbefore {
    content ea90;
  }
  
  .lni-discoverbefore {
    content ea91;
  }
  
  .lni-display-altbefore {
    content ea92;
  }
  
  .lni-displaybefore {
    content ea93;
  }
  
  .lni-dockerbefore {
    content ea94;
  }
  
  .lni-dollarbefore {
    content ea95;
  }
  
  .lni-domainbefore {
    content ea96;
  }
  
  .lni-downloadbefore {
    content ea97;
  }
  
  .lni-dribbblebefore {
    content ea98;
  }
  
  .lni-dropbefore {
    content ea99;
  }
  
  .lni-dropbox-originalbefore {
    content ea9a;
  }
  
  .lni-dropboxbefore {
    content ea9b;
  }
  
  .lni-drupal-originalbefore {
    content ea9c;
  }
  
  .lni-drupalbefore {
    content ea9d;
  }
  
  .lni-dumbbellbefore {
    content ea9e;
  }
  
  .lni-edgebefore {
    content ea9f;
  }
  
  .lni-emoji-coolbefore {
    content eaa0;
  }
  
  .lni-emoji-friendlybefore {
    content eaa1;
  }
  
  .lni-emoji-happybefore {
    content eaa2;
  }
  
  .lni-emoji-sadbefore {
    content eaa3;
  }
  
  .lni-emoji-smilebefore {
    content eaa4;
  }
  
  .lni-emoji-speechlessbefore {
    content eaa5;
  }
  
  .lni-emoji-suspectbefore {
    content eaa6;
  }
  
  .lni-emoji-toungebefore {
    content eaa7;
  }
  
  .lni-empty-filebefore {
    content eaa8;
  }
  
  .lni-enterbefore {
    content eaa9;
  }
  
  .lni-envatobefore {
    content eaaa;
  }
  
  .lni-envelopebefore {
    content eaab;
  }
  
  .lni-eraserbefore {
    content eaac;
  }
  
  .lni-eurobefore {
    content eaad;
  }
  
  .lni-exit-downbefore {
    content eaae;
  }
  
  .lni-exit-upbefore {
    content eaaf;
  }
  
  .lni-exitbefore {
    content eab0;
  }
  
  .lni-eyebefore {
    content eab1;
  }
  
  .lni-facebook-filledbefore {
    content eab2;
  }
  
  .lni-facebook-messengerbefore {
    content eab3;
  }
  
  .lni-facebook-originalbefore {
    content eab4;
  }
  
  .lni-facebook-ovalbefore {
    content eab5;
  }
  
  .lni-facebookbefore {
    content eab6;
  }
  
  .lni-figmabefore {
    content eab7;
  }
  
  .lni-filesbefore {
    content eab8;
  }
  
  .lni-firefox-originalbefore {
    content eab9;
  }
  
  .lni-firefoxbefore {
    content eaba;
  }
  
  .lni-fireworksbefore {
    content eabb;
  }
  
  .lni-first-aidbefore {
    content eabc;
  }
  
  .lni-flag-altbefore {
    content eabd;
  }
  
  .lni-flagbefore {
    content eabe;
  }
  
  .lni-flagsbefore {
    content eabf;
  }
  
  .lni-flickrbefore {
    content eac0;
  }
  
  .lni-basketballbefore {
    content eac1;
  }
  
  .lni-behancebefore {
    content eac2;
  }
  
  .lni-forwardbefore {
    content eac3;
  }
  
  .lni-frame-expandbefore {
    content eac4;
  }
  
  .lni-flowerbefore {
    content eac5;
  }
  
  .lni-full-screenbefore {
    content eac6;
  }
  
  .lni-funnelbefore {
    content eac7;
  }
  
  .lni-gallerybefore {
    content eac8;
  }
  
  .lni-gamebefore {
    content eac9;
  }
  
  .lni-giftbefore {
    content eaca;
  }
  
  .lni-gitbefore {
    content eacb;
  }
  
  .lni-github-originalbefore {
    content eacc;
  }
  
  .lni-githubbefore {
    content eacd;
  }
  
  .lni-goodreadsbefore {
    content eace;
  }
  
  .lni-google-drivebefore {
    content eacf;
  }
  
  .lni-google-paybefore {
    content ead0;
  }
  
  .lni-fresh-juicebefore {
    content ead1;
  }
  
  .lni-folderbefore {
    content ead2;
  }
  
  .lni-bi-cyclebefore {
    content ead3;
  }
  
  .lni-graphbefore {
    content ead4;
  }
  
  .lni-grid-altbefore {
    content ead5;
  }
  
  .lni-gridbefore {
    content ead6;
  }
  
  .lni-google-walletbefore {
    content ead7;
  }
  
  .lni-growbefore {
    content ead8;
  }
  
  .lni-hammerbefore {
    content ead9;
  }
  
  .lni-handbefore {
    content eada;
  }
  
  .lni-handshakebefore {
    content eadb;
  }
  
  .lni-harddrivebefore {
    content eadc;
  }
  
  .lni-headphone-altbefore {
    content eadd;
  }
  
  .lni-headphonebefore {
    content eade;
  }
  
  .lni-heart-filledbefore {
    content eadf;
  }
  
  .lni-heart-monitorbefore {
    content eae0;
  }
  
  .lni-heartbefore {
    content eae1;
  }
  
  .lni-helicopterbefore {
    content eae2;
  }
  
  .lni-helmetbefore {
    content eae3;
  }
  
  .lni-helpbefore {
    content eae4;
  }
  
  .lni-highlight-altbefore {
    content eae5;
  }
  
  .lni-highlightbefore {
    content eae6;
  }
  
  .lni-homebefore {
    content eae7;
  }
  
  .lni-hospitalbefore {
    content eae8;
  }
  
  .lni-hourglassbefore {
    content eae9;
  }
  
  .lni-html5before {
    content eaea;
  }
  
  .lni-imagebefore {
    content eaeb;
  }
  
  .lni-inboxbefore {
    content eaec;
  }
  
  .lni-indent-decreasebefore {
    content eaed;
  }
  
  .lni-indent-increasebefore {
    content eaee;
  }
  
  .lni-infinitebefore {
    content eaef;
  }
  
  .lni-informationbefore {
    content eaf0;
  }
  
  .lni-instagram-filledbefore {
    content eaf1;
  }
  
  .lni-instagram-originalbefore {
    content eaf2;
  }
  
  .lni-instagrambefore {
    content eaf3;
  }
  
  .lni-inventionbefore {
    content eaf4;
  }
  
  .lni-graduationbefore {
    content eaf5;
  }
  
  .lni-invest-monitorbefore {
    content eaf6;
  }
  
  .lni-islandbefore {
    content eaf7;
  }
  
  .lni-italicbefore {
    content eaf8;
  }
  
  .lni-javabefore {
    content eaf9;
  }
  
  .lni-javascriptbefore {
    content eafa;
  }
  
  .lni-jcbbefore {
    content eafb;
  }
  
  .lni-joomla-originalbefore {
    content eafc;
  }
  
  .lni-joomlabefore {
    content eafd;
  }
  
  .lni-jsfiddlebefore {
    content eafe;
  }
  
  .lni-juicebefore {
    content eaff;
  }
  
  .lni-keybefore {
    content eb00;
  }
  
  .lni-keyboardbefore {
    content eb01;
  }
  
  .lni-keyword-researchbefore {
    content eb02;
  }
  
  .lni-hacker-newsbefore {
    content eb03;
  }
  
  .lni-googlebefore {
    content eb04;
  }
  
  .lni-laravelbefore {
    content eb05;
  }
  
  .lni-layersbefore {
    content eb06;
  }
  
  .lni-layoutbefore {
    content eb07;
  }
  
  .lni-leafbefore {
    content eb08;
  }
  
  .lni-librarybefore {
    content eb09;
  }
  
  .lni-licencsebefore {
    content eb0a;
  }
  
  .lni-life-ringbefore {
    content eb0b;
  }
  
  .lni-line-dashedbefore {
    content eb0c;
  }
  
  .lni-line-dottedbefore {
    content eb0d;
  }
  
  .lni-line-doublebefore {
    content eb0e;
  }
  
  .lni-line-spacingbefore {
    content eb0f;
  }
  
  .lni-linebefore {
    content eb10;
  }
  
  .lni-lineicons-altbefore {
    content eb11;
  }
  
  .lni-lineiconsbefore {
    content eb12;
  }
  
  .lni-linkbefore {
    content eb13;
  }
  
  .lni-linkedin-originalbefore {
    content eb14;
  }
  
  .lni-linkedinbefore {
    content eb15;
  }
  
  .lni-listbefore {
    content eb16;
  }
  
  .lni-lock-altbefore {
    content eb17;
  }
  
  .lni-lockbefore {
    content eb18;
  }
  
  .lni-magnetbefore {
    content eb19;
  }
  
  .lni-magnifierbefore {
    content eb1a;
  }
  
  .lni-mailchimpbefore {
    content eb1b;
  }
  
  .lni-map-markerbefore {
    content eb1c;
  }
  
  .lni-mapbefore {
    content eb1d;
  }
  
  .lni-mashroombefore {
    content eb1e;
  }
  
  .lni-mastercardbefore {
    content eb1f;
  }
  
  .lni-medall-altbefore {
    content eb20;
  }
  
  .lni-medallbefore {
    content eb21;
  }
  
  .lni-mediumbefore {
    content eb22;
  }
  
  .lni-laptopbefore {
    content eb23;
  }
  
  .lni-investmentbefore {
    content eb24;
  }
  
  .lni-laptop-phonebefore {
    content eb25;
  }
  
  .lni-megentobefore {
    content eb26;
  }
  
  .lni-micbefore {
    content eb27;
  }
  
  .lni-microphonebefore {
    content eb28;
  }
  
  .lni-menubefore {
    content eb29;
  }
  
  .lni-microscopebefore {
    content eb2a;
  }
  
  .lni-money-locationbefore {
    content eb2b;
  }
  
  .lni-minusbefore {
    content eb2c;
  }
  
  .lni-mobilebefore {
    content eb2d;
  }
  
  .lni-more-altbefore {
    content eb2e;
  }
  
  .lni-mousebefore {
    content eb2f;
  }
  
  .lni-movebefore {
    content eb30;
  }
  
  .lni-musicbefore {
    content eb31;
  }
  
  .lni-networkbefore {
    content eb32;
  }
  
  .lni-nightbefore {
    content eb33;
  }
  
  .lni-nodejs-altbefore {
    content eb34;
  }
  
  .lni-nodejsbefore {
    content eb35;
  }
  
  .lni-notepadbefore {
    content eb36;
  }
  
  .lni-npmbefore {
    content eb37;
  }
  
  .lni-offerbefore {
    content eb38;
  }
  
  .lni-operabefore {
    content eb39;
  }
  
  .lni-packagebefore {
    content eb3a;
  }
  
  .lni-page-breakbefore {
    content eb3b;
  }
  
  .lni-paginationbefore {
    content eb3c;
  }
  
  .lni-paint-bucketbefore {
    content eb3d;
  }
  
  .lni-paint-rollerbefore {
    content eb3e;
  }
  
  .lni-palletbefore {
    content eb3f;
  }
  
  .lni-paperclipbefore {
    content eb40;
  }
  
  .lni-morebefore {
    content eb41;
  }
  
  .lni-pausebefore {
    content eb42;
  }
  
  .lni-paypal-originalbefore {
    content eb43;
  }
  
  .lni-microsoftbefore {
    content eb44;
  }
  
  .lni-money-protectionbefore {
    content eb45;
  }
  
  .lni-pencilbefore {
    content eb46;
  }
  
  .lni-paypalbefore {
    content eb47;
  }
  
  .lni-pencil-altbefore {
    content eb48;
  }
  
  .lni-patreonbefore {
    content eb49;
  }
  
  .lni-phone-setbefore {
    content eb4a;
  }
  
  .lni-phonebefore {
    content eb4b;
  }
  
  .lni-pinbefore {
    content eb4c;
  }
  
  .lni-pinterestbefore {
    content eb4d;
  }
  
  .lni-pie-chartbefore {
    content eb4e;
  }
  
  .lni-pilcrowbefore {
    content eb4f;
  }
  
  .lni-planebefore {
    content eb50;
  }
  
  .lni-playbefore {
    content eb51;
  }
  
  .lni-plugbefore {
    content eb52;
  }
  
  .lni-plusbefore {
    content eb53;
  }
  
  .lni-pointer-downbefore {
    content eb54;
  }
  
  .lni-pointer-leftbefore {
    content eb55;
  }
  
  .lni-pointer-rightbefore {
    content eb56;
  }
  
  .lni-pointer-upbefore {
    content eb57;
  }
  
  .lni-play-storebefore {
    content eb58;
  }
  
  .lni-pizzabefore {
    content eb59;
  }
  
  .lni-postcardbefore {
    content eb5a;
  }
  
  .lni-poundbefore {
    content eb5b;
  }
  
  .lni-power-switchbefore {
    content eb5c;
  }
  
  .lni-printerbefore {
    content eb5d;
  }
  
  .lni-producthuntbefore {
    content eb5e;
  }
  
  .lni-protectionbefore {
    content eb5f;
  }
  
  .lni-pulsebefore {
    content eb60;
  }
  
  .lni-pyramidsbefore {
    content eb61;
  }
  
  .lni-pythonbefore {
    content eb62;
  }
  
  .lni-pointerbefore {
    content eb63;
  }
  
  .lni-popupbefore {
    content eb64;
  }
  
  .lni-quotationbefore {
    content eb65;
  }
  
  .lni-radio-buttonbefore {
    content eb66;
  }
  
  .lni-rainbefore {
    content eb67;
  }
  
  .lni-quorabefore {
    content eb68;
  }
  
  .lni-reactbefore {
    content eb69;
  }
  
  .lni-question-circlebefore {
    content eb6a;
  }
  
  .lni-phpbefore {
    content eb6b;
  }
  
  .lni-redditbefore {
    content eb6c;
  }
  
  
  .lni-restaurantbefore {
    content eb6e;
  }
  
  .lni-roadbefore {
    content eb6f;
  }
  
  .lni-rocketbefore {
    content eb70;
  }
  
  .lni-rss-feedbefore {
    content eb71;
  }
  
  .lni-ruler-altbefore {
    content eb72;
  }
  
  .lni-ruler-pencilbefore {
    content eb73;
  }
  
  .lni-rulerbefore {
    content eb74;
  }
  
  .lni-rupeebefore {
    content eb75;
  }
  
  .lni-savebefore {
    content eb76;
  }
  
  .lni-school-bench-altbefore {
    content eb77;
  }
  
  .lni-school-benchbefore {
    content eb78;
  }
  
  .lni-scooterbefore {
    content eb79;
  }
  
  .lni-scroll-downbefore {
    content eb7a;
  }
  
  .lni-search-altbefore {
    content eb7b;
  }
  
  .lni-searchbefore {
    content eb7c;
  }
  
  .lni-selectbefore {
    content eb7d;
  }
  
  .lni-seobefore {
    content eb7e;
  }
  
  .lni-servicebefore {
    content eb7f;
  }
  
  .lni-share-altbefore {
    content eb80;
  }
  
  .lni-sharebefore {
    content eb81;
  }
  
  .lni-shieldbefore {
    content eb82;
  }
  
  .lni-shift-leftbefore {
    content eb83;
  }
  
  .lni-shift-rightbefore {
    content eb84;
  }
  
  .lni-shipbefore {
    content eb85;
  }
  
  .lni-shopifybefore {
    content eb86;
  }
  
  .lni-shopping-basketbefore {
    content eb87;
  }
  
  .lni-shortcodebefore {
    content eb88;
  }
  
  .lni-shovelbefore {
    content eb89;
  }
  
  .lni-shufflebefore {
    content eb8a;
  }
  
  .lni-signalbefore {
    content eb8b;
  }
  
  .lni-sketchbefore {
    content eb8c;
  }
  
  .lni-skipping-ropebefore {
    content eb8d;
  }
  
  .lni-skypebefore {
    content eb8e;
  }
  
  .lni-slackbefore {
    content eb8f;
  }
  
  .lni-slicebefore {
    content eb90;
  }
  
  .lni-slidesharebefore {
    content eb91;
  }
  
  .lni-slimbefore {
    content eb92;
  }
  
  .lni-replybefore {
    content eb93;
  }
  
  .lni-sort-alpha-ascbefore {
    content eb94;
  }
  
  .lni-remove-filebefore {
    content eb95;
  }
  
  .lni-sort-amount-dscbefore {
    content eb96;
  }
  
  .lni-sort-amount-ascbefore {
    content eb97;
  }
  
  .lni-soundcloudbefore {
    content eb98;
  }
  
  .lni-souncloud-originalbefore {
    content eb99;
  }
  
  .lni-spiner-solidbefore {
    content eb9a;
  }
  
  .lni-revenuebefore {
    content eb9b;
  }
  
  .lni-spinnerbefore {
    content eb9c;
  }
  
  .lni-spellcheckbefore {
    content eb9d;
  }
  
  .lni-spotifybefore {
    content eb9e;
  }
  
  .lni-spraybefore {
    content eb9f;
  }
  
  .lni-sproutbefore {
    content eba0;
  }
  
  .lni-snapchatbefore {
    content eba1;
  }
  
  .lni-stampbefore {
    content eba2;
  }
  
  .lni-star-emptybefore {
    content eba3;
  }
  
  .lni-star-filledbefore {
    content eba4;
  }
  
  .lni-star-halfbefore {
    content eba5;
  }
  
  .lni-starbefore {
    content eba6;
  }
  
  .lni-stats-downbefore {
    content eba7;
  }
  
  .lni-spinner-arrowbefore {
    content eba8;
  }
  
  .lni-steambefore {
    content eba9;
  }
  
  .lni-stackoverflowbefore {
    content ebaa;
  }
  
  .lni-stopbefore {
    content ebab;
  }
  
  .lni-strikethroughbefore {
    content ebac;
  }
  
  .lni-sthethoscopebefore {
    content ebad;
  }
  
  .lni-stumbleuponbefore {
    content ebae;
  }
  
  .lni-sunbefore {
    content ebaf;
  }
  
  .lni-supportbefore {
    content ebb0;
  }
  
  .lni-surf-boardbefore {
    content ebb1;
  }
  
  .lni-swiftbefore {
    content ebb2;
  }
  
  .lni-syringebefore {
    content ebb3;
  }
  
  .lni-tabbefore {
    content ebb4;
  }
  
  .lni-tagbefore {
    content ebb5;
  }
  
  .lni-target-customerbefore {
    content ebb6;
  }
  
  .lni-target-revenuebefore {
    content ebb7;
  }
  
  .lni-targetbefore {
    content ebb8;
  }
  
  .lni-taxibefore {
    content ebb9;
  }
  
  .lni-stats-upbefore {
    content ebba;
  }
  
  .lni-telegram-originalbefore {
    content ebbb;
  }
  
  .lni-telegrambefore {
    content ebbc;
  }
  
  .lni-text-align-centerbefore {
    content ebbd;
  }
  
  .lni-text-align-justifybefore {
    content ebbe;
  }
  
  .lni-text-align-leftbefore {
    content ebbf;
  }
  
  .lni-text-format-removebefore {
    content ebc0;
  }
  
  .lni-text-align-rightbefore {
    content ebc1;
  }
  
  .lni-text-formatbefore {
    content ebc2;
  }
  
  .lni-thoughtbefore {
    content ebc3;
  }
  
  .lni-thumbs-downbefore {
    content ebc4;
  }
  
  .lni-thumbs-upbefore {
    content ebc5;
  }
  
  .lni-thunder-altbefore {
    content ebc6;
  }
  
  .lni-thunderbefore {
    content ebc7;
  }
  
  .lni-ticket-altbefore {
    content ebc8;
  }
  
  .lni-ticketbefore {
    content ebc9;
  }
  
  .lni-timerbefore {
    content ebca;
  }
  
  .lni-train-altbefore {
    content ebcb;
  }
  
  .lni-trainbefore {
    content ebcc;
  }
  
  .lni-trashbefore {
    content ebcd;
  }
  
  .lni-travelbefore {
    content ebce;
  }
  
  .lni-treebefore {
    content ebcf;
  }
  
  .lni-treesbefore {
    content ebd0;
  }
  
  .lni-trellobefore {
    content ebd1;
  }
  
  .lni-trowelbefore {
    content ebd2;
  }
  
  .lni-tshirtbefore {
    content ebd3;
  }
  
  .lni-tumblrbefore {
    content ebd4;
  }
  
  .lni-twitchbefore {
    content ebd5;
  }
  
  .lni-twitter-filledbefore {
    content ebd6;
  }
  
  .lni-twitter-originalbefore {
    content ebd7;
  }
  
  .lni-twitterbefore {
    content ebd8;
  }
  
  .lni-ubuntubefore {
    content ebd9;
  }
  
  .lni-underlinebefore {
    content ebda;
  }
  
  .lni-unlinkbefore {
    content ebdb;
  }
  
  .lni-unlockbefore {
    content ebdc;
  }
  
  .lni-uploadbefore {
    content ebdd;
  }
  
  .lni-userbefore {
    content ebde;
  }
  
  .lni-usersbefore {
    content ebdf;
  }
  
  .lni-uxbefore {
    content ebe0;
  }
  
  .lni-vectorbefore {
    content ebe1;
  }
  
  .lni-videobefore {
    content ebe2;
  }
  
  .lni-vimeobefore {
    content ebe3;
  }
  
  .lni-visabefore {
    content ebe4;
  }
  
  .lni-vkbefore {
    content ebe5;
  }
  
  .lni-volume-highbefore {
    content ebe6;
  }
  
  .lni-volume-lowbefore {
    content ebe7;
  }
  
  .lni-volume-mediumbefore {
    content ebe8;
  }
  
  .lni-volume-mutebefore {
    content ebe9;
  }
  
  .lni-volumebefore {
    content ebea;
  }
  
  .lni-walletbefore {
    content ebeb;
  }
  
  .lni-warningbefore {
    content ebec;
  }
  
  .lni-website-altbefore {
    content ebed;
  }
  
  .lni-websitebefore {
    content ebee;
  }
  
  .lni-wechatbefore {
    content ebef;
  }
  
  .lni-weightbefore {
    content ebf0;
  }
  
  .lni-whatsappbefore {
    content ebf1;
  }
  
  .lni-wheelbarrowbefore {
    content ebf2;
  }
  
  .lni-wheelchairbefore {
    content ebf3;
  }
  
  .lni-windowsbefore {
    content ebf4;
  }
  
  .lni-wordpress-filledbefore {
    content ebf5;
  }
  
  .lni-wordpressbefore {
    content ebf6;
  }
  
  .lni-world-altbefore {
    content ebf7;
  }
  
  .lni-worldbefore {
    content ebf8;
  }
  
  .lni-writebefore {
    content ebf9;
  }
  
  .lni-yahoobefore {
    content ebfa;
  }
  
  .lni-ycombinatorbefore {
    content ebfb;
  }
  
  .lni-yenbefore {
    content ebfc;
  }
  
  .lni-youtubebefore {
    content ebfd;
  }
  
  .lni-zipbefore {
    content ebfe;
  }
  
  .lni-zoom-inbefore {
    content ebff;
  }
  
  .lni-zoom-outbefore {
    content ec00;
  }
  
  .lni-teabagbefore {
    content ec01;
  }
  
  .lni-stripebefore {
    content ec02;
  }
  
  .lni-spotify-originalbefore {
    content ec03;
  }
  

