diff --git a/README.md b/README.md
index 8ded7f7..306def2 100755
--- a/README.md
+++ b/README.md
@@ -20,7 +20,3 @@ Animation
Stacking
Class names for other Font Libraries are also included to make transitioning easier from another Library, so there's no actual need to sift through code and change class names.
-
-Icons:
-======
-![Libr8](source/libreicons.png)
diff --git a/css/libreicons.css b/css/libreicons.css
index f970af3..f1b0948 100755
--- a/css/libreicons.css
+++ b/css/libreicons.css
@@ -1,7 +1,7 @@
/*!
- * LibreICONS v1.0.0 by @devel - https://github.com/StudioJunkyard/LibreICONS
+ * LibreICONS v1.0.2 by @devel - https://github.com/StudioJunkyard/LibreICONS
* License - http://www.gnu.org/licenses/gpl-3.0.txt
- * Version 1.0.1
+ * Version 1.0.2
*/
@charset"UTF-8";
@font-face{font-family:LibreICONS;src:url('../font/libreicons.eot');src:url('../font/libreicons.eot')format('embedded-opentype'),url('../font/libreicons.woff')format('woff'),url('../font/libreicons.ttf')format('truetype'),url('../font/libreicons.svg') format('svg')}
@@ -33,7 +33,7 @@
.libre.pull-left,.fa.pull-left{margin-right:.3em}
.libre.pull-right,.fa.pull-right{margin-left:.3em}
.libre-spin,.fa-spin{-webkit-animation:libre-spin 2s infinite linear;animation:libre-spin 2s infinite linear}
-.libre-pulse,.fa-pulse{-webkit-animation:libre-spin 1s infinite steps(8);animation:libre-spin 1s infinite steps(8)}@-webkit-keyframes libre-spin{0%{-webkit-transform:rotate(0deg);}100%{-webkit-transform:rotate(359deg);}}@keyframes libre-spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}
+.libre-pulse,.fa-pulse{-webkit-animation:libre-spin 1s infinite steps(8);animation:libre-spin 1s infinite steps(8)}@-webkit-keyframes libre-spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@keyframes libre-spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}
.libre-rotate-90,.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}
.libre-rotate-180,.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}
.libre-rotate-270,.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}
@@ -100,7 +100,7 @@ Cleaned Up and Adapted for LibreICONS
.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}
.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px)rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px)translate3d(0,0,150px)rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px)translate3d(0,0,150px)rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px)scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px);-webkit-animation-timing-function:ease-in}}@keyframes flip{0%{transform:perspective(400px)rotate3d(0,1,0,-360deg);animation-timing-function:ease-out}40%{transform:perspective(400px)translate3d(0,0,150px)rotate3d(0,1,0,-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px)translate3d(0,0,150px)rotate3d(0,1,0,-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px)scale3d(.95,.95,.95);animation-timing-function:ease-in}100%{transform:perspective(400px);animation-timing-function:ease-in}}
.flipInX{-webkit-animation-name:flipInX;animation-name:flipInX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px)rotate3d(1,0,0,90deg);-webkit-transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px)rotate3d(1,0,0,-20deg);-webkit-transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px)rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px)rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px)}}@keyframes flipInX{0%{transform:perspective(400px)rotate3d(1,0,0,90deg);transition-timing-function:ease-in;opacity:0}40%{transform:perspective(400px)rotate3d(1,0,0,-20deg);transition-timing-function:ease-in}60%{transform:perspective(400px)rotate3d(1,0,0,10deg);opacity:1}80%{transform:perspective(400px)rotate3d(1,0,0,-5deg)}100%{transform:perspective(400px)}}
-.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px)rotate3d(0,1,0,90deg);-webkit-transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px)rotate3d(0,1,0,-20deg);-webkit-transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px)rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px)rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px)}}@keyframes flipInY{0%{transform:perspective(400px)rotate3d(0,1,0,90deg);transition-timing-function:ease-in;opacity:0}40%{transform:perspective(400px)rotate3d(0,1,0,-20deg);transition-timing-function:ease-in}60%{transform:perspective(400px)rotate3d(0,1,0,10deg);opacity:1}80%{transform:perspective(400px)rotate3d(0,1,0,-5deg)}100%{transform: perspective(400px)}}
+.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px)rotate3d(0,1,0,90deg);-webkit-transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px)rotate3d(0,1,0,-20deg);-webkit-transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px)rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px)rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px)}}@keyframes flipInY{0%{transform:perspective(400px)rotate3d(0,1,0,90deg);transition-timing-function:ease-in;opacity:0}40%{transform:perspective(400px)rotate3d(0,1,0,-20deg);transition-timing-function:ease-in}60%{transform:perspective(400px)rotate3d(0,1,0,10deg);opacity:1}80%{transform:perspective(400px)rotate3d(0,1,0,-5deg)}100%{transform:perspective(400px)}}
.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px)}30%{-webkit-transform:perspective(400px)rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(400px)rotate3d(1,0,0,90deg);opacity:0}}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px)rotate3d(1,0,0,-20deg);opacity:1}100%{transform:perspective(400px)rotate3d(1,0,0,90deg);opacity:0}}
.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px)}30%{-webkit-transform:perspective(400px)rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(400px)rotate3d(0,1,0,90deg);opacity:0}}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px)rotate3d(0,1,0,-15deg);opacity:1}100%{transform:perspective(400px)rotate3d(0,1,0,90deg);opacity:0}}
.hinge{-webkit-animation-name:hinge;animation-name:hinge;-webkit-animation-duration:2s;animation-duration:2s}@-webkit-keyframes hinge{0%{-webkit-transform-origin:0 0;-webkit-animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:0 0;-webkit-animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:0 0;-webkit-animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{transform-origin:0 0;animation-timing-function:ease-in-out}20%,60%{transform:rotate3d(0,0,1,80deg);transform-origin:0 0;animation-timing-function:ease-in-out}40%,80%{transform:rotate3d(0,0,1,60deg);transform-origin:0 0;animation-timing-function:ease-in-out;opacity:1}100%{transform:translate3d(0,700px,0);opacity:0}}
@@ -147,234 +147,241 @@ Cleaned Up and Adapted for LibreICONS
.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475)translate3d(42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1)translate3d(-2000px,0,0);-webkit-transform-origin:0 50%}}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475)translate3d(42px,0,0)}100%{opacity:0;transform:scale(.1)translate3d(-2000px,0,0);transform-origin:0 50%}}
.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475)translate3d(-42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1)translate3d(2000px,0,0);-webkit-transform-origin:100% 50%}}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475)translate3d(-42px,0,0)}100%{opacity:0;transform:scale(.1)translate3d(2000px,0,0);transform-origin:100% 50%}}
.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475)translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1)translate3d(0,-2000px,0);-webkit-transform-origin:50% 100%;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475)translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}100%{opacity:0;transform:scale3d(.1,.1,.1)translate3d(0,-2000px,0);transform-origin:50% 100%;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}
-.libre-align-center:before,.fa-align-center:before,.glyphicon-align-center:before{content:'\e800'}
-.libre-align-justify:before,.fa-align-justify:before,.glyphicon-align-justify:before{content:'\e801'}
-.libre-align-left:before,.fa-align-left:before,.glyphicon-align-left:before{content:'\e802'}
-.libre-align-right:before,.fa-align-right:before,.glyphicon-align-right:before{content:'\e803'}
-.libre-archive:before,.fa-archive:before{content:'\e804'}
-.libre-arrow-circle-down:before,.fa-arrow-circle-down:before{content:'\e853'}
-.libre-arrow-circle-down:after,.fa-arrow-circle-down:after{content:'\e830';font-size:.75em;margin-top:.15em;margin-left:.1em;}
-.libre-arrow-circle-down:before,.fa-arrow-circle-left:before{content:'\e853'}
-.libre-arrow-circle-down:after,.fa-arrow-circle-left:after{content:'\e830';font-size:.75em;margin-top:.15em;margin-left:.1em;}
-.libre-arrow-circle-right:before,.fa-arrow-circle-right:before{content:'\e853'}
-.libre-arrow-circle-right:after,.fa-arrow-circle-right:after{content:'\e832';font-size:.75em;margin-top:.15em;margin-left:.1em;}
-.libre-arrow-down:before,.fa-arrow-down:before,.glyphicon-arrow-down:before{content:'\e805'}
-.libre-arrow-left:before,.fa-arrow-left:before,.glyphicon-arrow-left:before{content:'\e806'}
-.libre-arrow-right:before,.fa-arrow-right:before,.glyphicon-arrow-right:before{content:'\e807'}
-.libre-arrow-up:before,.fa-arrow-up:before,.glyphicon-arrow-up:before{content:'\e808'}
-.libre-badge-1:before{content:'\e809'}
-.libre-badge-2:before{content:'\e80a'}
-.libre-badge-3:before{content:'\e80b'}
-.libre-ban:before,.fa-ban:before,.glyphicon-ban-circle:before{content:'\e80c'}
-.libre-barcode:before,.fa-barcode:before,.glyphicon-barcode:before{content:'\e80d'}
-.libre-bold:before,.fa-bold:before,.glyphicon-bold:before{content:'\e80e'}
-.libre-bookmark:before,.fa-bookmark:before,.glyphicon-bookmark:before{content:'\e80f'}
-.libre-brand-aus-post:before{content:'\e810'}
-.libre-brand-delicious:before,.fa-delicious{content:'\e811'}
-.libre-brand-deviantart:before,.fa-deviantart:before{content:'\e812'}
-.libre-brand-facebook:before,.fa-facebook:before,.fa-facebook-f:before,.fa-facebook-official:before,.fa-facebook-square:before{content:'\e813'}
-.libre-brand-github:before,.fa-github:before,.fa-github-alt:before,.fa-github-square:before{content:'\e814'}
-.libre-brand-google-plus:before,.fa-google-plus:before,.fa-google-plus-square:before{content:'\e815'}
-.libre-brand-instagram:before,.fa-instagram:before{content:'\e816'}
-.libre-brand-open-source:before{content:'\e817'}
-.libre-brand-paypal:before,.fa.paypal:before{content:'\e818'}
-.libre-brand-rss:before,.fa-rss:before,.fa-rss-square:before{content:'\e819'}
-.libre-brand-twitter:before,.fa-twiiter:before,.fa-twitter-square:before{content:'\e81a'}
-.libre-brand-vimeo:before,.fa-vimeo-square:before{content:'\e81b'}
-.libre-brand-yahoo:before,.fa-yahoo:before{content:'\e81c'}
-.libre-brand-youtube:before,.fa-youtube:before,.fa-youtube-square:before{content:'\e81d'}
-.libre-browser-chrome:before{content:'\e81e'}
-.libre-browser-explorer:before{content:'\e81f'}
-.libre-browser-firefox:before{content:'\e820'}
-.libre-browser-general:before{content:'\e821'}
-.libre-browser-opera:before{content:'\e822'}
-.libre-browser-safari:before{content:'\e823'}
-.libre-bug:before,.fa-bug:before{content:'\e824'}.libre-calendar:before,.fa-calendar:before,.glyphicon-calendar:before{content:'\e825'}
-.libre-cannabis:before{content:'\e826'}
-.libre-caret-down:before,.fa-caret-down:before{content:'\e827'}
-.libre-caret-up:before,.fa-caret-up:before{content:'\e828'}
-.libre-certificate:before,.fa-certificate:before,.glyphicon-certificate:before{content:'\e829'}
-.libre-chart-area:before,.fa-area-chart:before{content:'\e82a'}
-.libre-chart-bar:before,.fa-bar-chart:before{content:'\e82b'}
-.libre-chart-line:before,.fa-line-chart:before{content:'\e82c'}
-.libre-chart-pie:before,.fa-pie-chart:before{content:'\e82d'}
-.libre-check-no:before,.glyphicon-remove:before{content:'\e82e'}
-.libre-check-yes:before,.fa-check:before,.glyphicon-yes:before{content:'\e82f'}
-.libre-chevron-down:before,.fa-angle-down:before,.fa-chevron-down:before,.glyphicon-chevron-down:before{content:'\e830'}
-.libre-chevron-left:before,.fa-angle-left:before,.fa-chevron-left:before,.glyphicon-chevron-left:before{content:'\e831'}
-.libre-chevron-right:before,.fa-angle-right:before,.fa-chevron-right:before,.glyphicon-chevron-right:before{content:'\e832'}
-.libre-chevron-up:before,.fa-angle-up:before,.fa-chevron-up:before,.glyphicon-chevron-up:before{content:'\e833'}
-.libre-clock:before,.fa-clock-o:before,.glyphicon-time:before{content:'\e834'}
-.libre-close:before,.fa-close:before,.glyphicon-remove:before{content:'\e835'}
-.libre-code:before,.fa-code:before{content:'\e836'}
-.libre-cog:before,.fa-cog:before,.glyphicon-cog:before{content:'\e837'}
-.libre-cogs:before,.fa-cogs:before{content:'\e838'}
-.libre-comment:before,.fa-comment:before,.glyphicon-comment:before{content:'\e839'}
-.libre-comments:before,.fa-comments:before{content:'\e83a'}
-.libre-copy:before,.fa-copy:before,.glyphicon-copy:before{content:'\e83b'}
-.libre-copyleft:before{content:'\e83c'}
-.libre-copyright:before,.fa-copyright:before,.glyphicon-copyright-mark:before{content:'\e83d'}
-.libre-credit-card:before,.fa-cc:before,.glyphicon-credit-card:before{content:'\e83e'}
-.libre-credit-card-amex:before,.fa-cc-amex:before{content:'\e83f'}
-.libre-credit-card-discover:before,.fa-cc-discover:before{content:'\e841'}
-.libre-credit-card-mastercard:before,.fa-cc-mastercard:before{content:'\e842'}
-.libre-credit-card-paypal:before,.fa-cc-paypal:before{content:'\e843'}
-.libre-credit-card-stripe:before,.fa-cc-stripe:before{content:'\e844'}
-.libre-credit-card-visa:before,.fa-cc-visa:before{content:'\e845'}
-.libre-crop:before,.fa-crop:before{content:'\e846'}
-.libre-crosshairs:before,.fa-crosshairs:before,.glyphicon-screenshot:before{content:'\e847'}
-.libre-css3:before,.fa-css3:before{content:'\e848'}
-.libre-dashboard:before,.fa-dashboard:before,.glyphicon-dashboard:before{content:'\e849'}
-.libre-database:before,.fa-database:before{content:'\e84a'}
-.libre-desktop:before,.fa-desktop:before{content:'\e84b'}
-.libre-display-layout-blocks:before{content:'\e84c'}
-.libre-display-layout-list:before{content:'\e84d'}
-.libre-edit:before,.fa-edit:before,.glyphicon-edit:before{content:'\e84e'}
-.libre-email-forward:before{content:'\e84f'}
-.libre-email-reply:before,.fa-reply:before{content:'\e850'}
-.libre-email-send:before,.fa-send:before,.glyphicon-send:before{content:'\e851'}
-.libre-empty-circle:before{content:'\e852'}
-.libre-empty-circle-o:before{content:'\e853'}
-.libre-empty-sign:before{content:'\e854'}
-.libre-empty-sign-o:before{content:'\e855'}
-.libre-empty-square:before{content:'\e856'}
-.libre-empty-square-o:before{content:'\e857'}
-.libre-envelope:before,.fa-envelope:before,.glyphicon-envelope:before{content:'\e858'}
-.libre-eraser:before,.fa-eraser:before,.glyphicon-erase:before{content:'\e859'}
-.libre-exclamation:before,.fa-exclamation:before{content:'\e85a'}
-.libre-export:before,.glyphicon-export:before{content:'\e85b'}
-.libre-export-booking:before{content:'\e85c'}
-.libre-file:before,.fa-file:before{content:'\e85d'}
-.libre-file-archive:before,.fa-file-archive-o:before{content:'\e85e'}
-.libre-file-audio:before,.fa-file-audio-o:before{content:'\e85f'}
-.libre-file-code:before,.fa-file-code-o:before{content:'\e860'}
-.libre-file-excel:before,.fa-file-excel-o:before{content:'\e861'}
-.libre-file-image:before,.fa-file-image-o:before{content:'\e862'}
-.libre-file-pdf:before,.fa-file-pdf-o:before{content:'\e863'}
-.libre-file-powerpoint:before,.fa-file-powerpoint-o:before{content:'\e864'}
-.libre-files:before,.fa-files-o:before{content:'\e865'}
-.libre-file-text:before,.fa-file-text:before,.fa-file-text-o:before{content:'\e866'}
-.libre-file-video:before,.fa-file-video-o:before{content:'\e867'}
-.libre-file-word:before,.fa-file-word-o:before{content:'\e868'}
-.libre-film:before,.fa-film:before,.fa-youtube-play:before,.glyphicon-film:before{content:'\e869'}
-.libre-filter:before,.fa-filter:before,.glyphicon-filter:before{content:'\e86a'}
-.libre-firewall:before{content:'\e86b'}
-.libre-floppy:before,.fa-floppy-o:before,.fa-save:before,.glyphicon-floppy-disk:before{content:'\e86c'}
-.libre-folder:before,.fa-folder:before,.glyphicon-folder-close:before{content:'\e86d'}
-.libre-folder-open:before,.fa-folder-open:before,.glyphicon-folder-open:before{content:'\e86e'}
-.libre-font:before,.fa-font:before,.glyphicon-font:before{content:'\e86f'}
-.libre-fullscreen:before,.glyphicon-fullscreen:before{content:'\e870'}
-.libre-globe:before,.fa-globe:before,.glyphicon-globe:before{content:'\e871'}
-.libre-header:before,.fa-header:before,.glyphicon-header:before{content:'\e872'}
-.libre-help:before,.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before{content:'\e873'}
-.libre-history:before,.fa-history:before{content:'\e874'}
-.libre-home:before,.fa-home:before,.glyphicon-home:before{content:'\e875'}
-.libre-hr:before{content:'\e876'}
-.libre-html5:before,.fa-html5:before{content:'\e877'}
-.libre-import:before,.glyphicon-import:before{content:'\e878'}
-.libre-inbox:before,.fa-inbox:before,.glyphicon-inbox:before{content:'\e879'}
-.libre-indent:before,.fa-indent:before,.glyphicon-indent-left:before{content:'\e87a'}
-.libre-info:before,.fa-info:before{content:'\e87b'}
-.libre-italic:before,.fa-italic:before,.glyphicon-italic:before{content:'\e87c'}
-.libre-key:before,.fa-key:before{content:'\e87d'}
-.libre-laptop:before,.fa-laptop:before{content:'\e87e'}
-.libre-level-down:before,.fa-level-down:before{content:'\e87f'}
-.libre-level-up:before,.fa-level-up:before{content:'\e880'}
-.libre-link:before,.fa-link:before,.glyphicon-link:before{content:'\e881'}
-.libre-list:before,.fa-list:before,.glyphicon-list:before,.glyphicon-list-alt:before{content:'\e882'}
-.libre-list-ol:before,.fa-list-ol:before{content:'\e883'}
-.libre-list-ul:before,.fa-list-ul:before{content:'\e884'}
-.libre-lock:before,.fa-lock:before,.glyphicon-lock:before{content:'\e885'}
-.libre-magic:before,.fa-magic:before{content:'\e886'}
-.libre-minus:before,.fa-minus:before,.glyphicon-minus:before{content:'\e887'}
-.libre-mobile:before,.fa-mobile:before,.fa-mobile-phone:before,.glyphicon-phone:before{content:'\e888'}
-.libre-os-android:before,.fa-android:before{content:'\e889'}
-.libre-os-apple:before,.fa-apple:before{content:'\e88a'}
-.libre-os-beos:before{content:'\e88b'}
-.libre-os-bsd:before{content:'\e88c'}
-.libre-os-general:before{content:'\e88d'}
-.libre-os-linux:before,.fa-linux:before{content:'\e88e'}
-.libre-os-microsoft:before,.fa-windows:before{content:'\e88f'}
-.libre-outdent:before,.fa-outdent:before,.glyphicon-indent-right:before{content:'\e890'}
-.libre-paint-brush:before,.fa-paint-brush:before{content:'\e891'}
-.libre-paperclip:before,.fa-paperclip:before,.glyphicon-paperclip:before{content:'\e892'}
-.libre-paragraph:before,.fa-paragraph:before{content:'\e893'}
-.libre-paste:before,.fa-paste:before,.glyphicon-paste:before{content:'\e894'}
-.libre-pencil:before,.fa-pencil:before,.glyphicon-pencil:before{content:'\e895'}
-.libre-phone:before,.fa-phone:before{content:'\e896'}
-.libre-picture:before,.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:'\e897'}
-.libre-picture-circle:before{content:'\e898'}
-.libre-picture-rounded:before{content:'\e899'}
-.libre-plus:before,.fa-plus:before,.glyphicon-plus:before{content:'\e89a'}
-.libre-print:before,.fa-print:before,.glyphicon-print:before{content:'\e89b'}
-.libre-qrcode:before,.fa-qrcode:before,.glyphicon-qrcode:before{content:'\e89c'}
-.libre-question:before,.fa-question:before{content:'\e89d'}
-.libre-random:before,.fa-random:before,.glyphicon-random:before{content:'\e89e'}
-.libre-recycle:before,.fa-recycle:before{content:'\e89f'}
-.libre-redo:before,.fa-repeat:before,.glyphicon-repeat:before{content:'\e8a0'}
-.libre-refresh:before,.fa-refresh:before,.glyphicon-refresh:before{content:'\e8a1'}
-.libre-reorder:before,.fa-reorder:before,.glyphicon-sort:before{content:'\e8a2'}
-.libre-resize-full:before,.glyphicon-resize-full:before{content:'\e8a3'}
-.libre-resize-horizontal:before,.glyphicon-resize-horizontal:before{content:'\e8a4'}
-.libre-resize-small:before,.glyphicon-resize-small:before{content:'\e8a5'}
-.libre-resize-vertical:before,.glyphicon-resize-vertical:before{content:'\e8a6'}
-.libre-search:before,.fa-search:before,.glyphicon-search:before{content:'\e8a7'}
-.libre-seo-marketing:before{content:'\e8a8'}
-.libre-seo-performance:before{content:'\e8a9'}
-.libre-seo-ppc:before{content:'\e8aa'}
-.libre-seo-stats:before{content:'\e8ab'}
-.libre-seo-target-audience:before{content:'\e8ac'}
-.libre-shopping-bag:before{content:'\e8ad'}
-.libre-shopping-cart:before,.fa-shopping-cart:before,.glyphicon-shopping-cart:before{content:'\e8ae'}
-.libre-sign-in:before,.fa-sign-in:before,.glyphicon-log-in:before{content:'\e8af'}
-.libre-sign-out:before,.fa-sign-out:before,.glyphicon-log-out:before{content:'\e8b0'}
-.libre-sitemap:before,.fa-sitemap:before{content:'\e8b1'}
-.libre-sliders:before,.fa-sliders:before{content:'\e8b2'}
-.libre-sort:before,.fa-sort:before,.glyphicon-sort:before{content:'\e8b3'}
-.libre-sort-asc:before,.fa-sort-asc:before,.fa-sort-down:before{content:'\e8b4'}
-.libre-sort-desc:before,.fa-sort-desc:before,.fa-sort-up:before{content:'\e8b5'}
-.libre-spinner-1:before,.fa-spinner:before{content:'\e8b6'}
-.libre-spinner-2:before{content:'\e8b7'}
-.libre-spinner-3:before{content:'\e8b8'}
-.libre-spinner-4:before{content:'\e8b9'}
-.libre-spinner-5:before{content:'\e8ba'}
-.libre-spinner-6:before{content:'\e8bb'}
-.libre-spinner-7:before{content:'\e8bc'}
-.libre-spinner-8:before{content:'\e8bd'}
-.libre-spinner-9:before{content:'\e8be'}
-.libre-spinner-10:before{content:'\e8bf'}
-.libre-spinner-11:before{content:'\e8c0'}
-.libre-star:before,.fa-star:before,.glyphicon-star:before{content:'\e8c1'}
-.libre-star-o:before,.fa-start-o:before,.glyphicon-star-empty:before{content:'\e8c2'}
-.libre-strikethrough:before,.fa-strikethrough:before{content:'\e8c3'}
-.libre-subscript:before,.fa-subscript:before,.glyphicon-subscript:before{content:'\e8c4'}
-.libre-superscript:before,.fa-superscript:before,.glyphicon-superscript:before{content:'\e8c5'}
-.libre-table:before,.fa-table:before{content:'\e8c6'}
-.libre-tablet:before,.fa-tablet:before{content:'\e8c7'}
-.libre-tag:before,.fa-tag:before,.glyphicon-tag:before{content:'\e8c8'}
-.libre-tags:before,.fa-tags:before,.glyphicon-tags:before{content:'\e8c9'}
-.libre-tasks:before,.fa-tasks:before,.glyphicon-tasks:before{content:'\e8ca'}
-.libre-television:before{content:'\e8cb'}
-.libre-text-color:before{content:'\e8cc'}
-.libre-text-height:before,.fa-text-height:before,.glyphicon-text-height:before{content:'\e8cd'}
-.libre-text-size:before,.glyphicon-text-size:before{content:'\e8ce'}
-.libre-text-width:before,.fa-text-width:before,.glyphicon-text-width:before{content:'\e8cf'}
-.libre-th:before,.fa-th:before,.glyphicon-th:before{content:'\e8d0'}
-.libre-th-large:before,.fa-th-large:before,.glyphicon-th-large:before{content:'\e8d1'}
-.libre-th-list:before,.fa-th-list:before,.glyphicon-th-list:before{content:'\e8d2'}
-.libre-thumbs-down:before,.fa-thumbs-down:before,.glyphicon-thumbs-down:before{content:'\e8d3'}
-.libre-thumbs-up:before,.fa-thumbs-up:before,.glyphicon-thumbs-up:before{content:'\e8d4'}
-.libre-ticket:before,.fa-ticket:before{content:'\e8d5'}
-.libre-tint:before,.fa-tint:before{content:'\e8d6'}
-.libre-tooltip:before{content:'\e8d7'}
-.libre-trash:before,.fa-trash:before,.fa-trash-o:before,.glyphicon-trash:before{content:'\e8d8'}
-.libre-underline:before,.fa-underline:before{content:'\e8d9'}
-.libre-undo:before,.fa-undo:before{content:'\e8da'}
-.libre-unlock:before,.fa-unlock:before{content:'\e8db'}
-.libre-unsorted:before,.fa-unsorted:before{content:'\e8dc'}
-.libre-user:before,.fa-user:before,.glyphicon-user:before{content:'\e8dd'}
-.libre-user-female:before,.fa-female:before{content:'\e8de'}
-.libre-user-male:before,.fa-male:before{content:'\e8df'}
-.libre-users:before,.fa-users:before{content:'\e8e0'}
-.libre-virus:before{content:'\e8e1'}
-.libre-wrench:before,.fa-wrench:before,.glyphicon-wrench:before{content:'\e8e2'}
+.libre-alien:before{content:'\e800'}
+.libre-align-center:before,.fa-align-center:before,.glyphicon-align-center:before{content:'\e801'}
+.libre-align-justify:before,.fa-align-justify:before,.glyphicon-align-justfy:before{content:'\e802'}
+.libre-align-left:before,.fa-align-left:before,.glyphicon-align-left:before{content:'\e803'}
+.libre-align-right:before,.fa-align-right:before,.glyphicon-align-right:before{content:'\e804'}
+.libre-approve:before{content:'\e832'}
+.libre-archive:before,.fa-archive:before{content:'\e805'}
+.libre-arrow-circle-down:before{content:'\e806'}
+.libre-arrow-circle-right:before{content:'\e807'}
+.libre-arrow-down:before,.fa-arrow-down:before,.glyphicon-arrow-down:before{content:'\e808'}
+.libre-arrow-left:before,.fa-arrow-left:before,.glyphicon-arrow-left:before{content:'\e809'}
+.libre-arrow-right:before,.fa-arrow-right:before,.glyphicon-arrow-right:before{content:'\e80a'}
+.libre-arrow-up:before,.fa-arrow-up:before,.glyphicon-arrow-up:before{content:'\e80b'}
+.libre-back:before{content:'\e853'}
+.libre-badge-1:before{content:'\e80c'}
+.libre-badge-2:before{content:'\e80d'}
+.libre-badge-3:before{content:'\e80e'}
+.libre-ban:before,.fa-ban:before,.glyphicon-ban-circle:before{content:'\e80f'}
+.libre-barcode:before,.fa-barcode:before,.glyphicon-barcode:before{content:'\e810'}
+.libre-bold:before,.fa-bold:before,.glyphicon-bold:before{content:'\e811'}
+.libre-bookmark:before,.fa-bookmark:before,.glyphicon-bookmark:before{content:'\e812'}
+.libre-brand-aus-post:before{content:'\e813'}
+.libre-brand-delicious:before,.fa-delicious:before{content:'\e814'}
+.libre-brand-deviantart:before,.fa-deviantart:before{content:'\e815'}
+.libre-brand-facebook:before,.fa-facebook:before,.fa-facebook-f:before,.fa-facebook-official:before,.fa-facebook-square:before{content:'\e816'}
+.libre-brand-github:before,.fa-github:before,.fa-github-alt:before,.fa-github-square:before{content:'\e817'}
+.libre-brand-google-plus:before,.fa-google-plus:before,.fa-google-plus-square:before{content:'\e818'}
+.libre-brand-instagram:before,.fa-instagram:before{content:'\e819'}
+.libre-brand-open-source:before{content:'\e81a'}
+.libre-brand-paypal:before,.fa-paypal:before{content:'\e81b'}
+.libre-brand-rss:before,.fa-rss:before,.fa-rss.square:before{content:'\e81c'}
+.libre-brand-twitter:before,.fa-twitter:before,.fa-twitter-square:before{content:'\e81d'}
+.libre-brand-vimeo:before,.fa-vimeo-square:before{content:'\e81e'}
+.libre-brand-yahoo:before,.fa-yahoo:before{content:'\e81f'}
+.libre-brand-youtube:before,.fa-youtube:before,.fa-youtube-square:before{content:'\e820'}
+.libre-browser-chrome:before{content:'\e821'}
+.libre-browser-explorer:before{content:'\e822'}
+.libre-browser-firefox:before{content:'\e823'}
+.libre-browser-general:before{content:'\e824'}
+.libre-browser-opera:before{content:'\e825'}
+.libre-browser-safari:before{content:'\e826'}
+.libre-bug:before,.fa-bug:before{content:'\e827'}
+.libre-calendar:before,.fa-calendar:before,.glyphicon-calendar:before{content:'\e828'}
+.libre-cannabis:before{content:'\e829'}
+.libre-caret-down:before,.fa-caret-down:before{content:'\e82a'}
+.libre-caret-up:before,.fa-caret-up:before{content:'\e82b'}
+.libre-certificate:before,.fa-certificate:before,.glyphicon-certificate:before{content:'\e82c'}
+.libre-chart-area:before,.fa-area-chart:before{content:'\e82d'}
+.libre-chart-bar:before,.fa-bar-chart:before{content:'\e82e'}
+.libre-chart-line:before,.fa-line-chart:before{content:'\e82f'}
+.libre-chart-pie:before,.fa-pie-chart:before{content:'\e830'}
+.libre-check-no:before,.glyphicon-remove:before{content:'\e831'}
+.libre-check-yes:before,.fa-check:before,.glyphicon-yes:before{content:'\e832'}
+.libre-chevron-down:before,.fa-angle-down:before,.fa-chevron-down:before,.glyphicon-chevron-down:before{content:'\e833'}
+.libre-chevron-left:before,.fa-angle-left:before,.fa-chevron-left:before,.glyphicon-chevron-left:before{content:'\e834'}
+.libre-chevron-right:before,.fa-angle-right:before,.fa-chevron-right:before,.glyphicon-chevron-right:before{content:'\e835'}
+.libre-chevron-up:before,.fa-angle-up:before,.fa-chevron-up:before,.glyphicon-chevron-up:before{content:'\e836'}
+.libre-clock:before,.fa-clock-o:before,.glyphicon-time:before{content:'\e837'}
+.libre-close:before,.fa-close:before,.glyphicon-remove:before{content:'\e838'}
+.libre-code:before,.fa-code:before{content:'\e839'}
+.libre-cog:before,.fa-cog:before,.glyphicon-cog:before{content:'\e83a'}
+.libre-cogs:before,.fa-cogs:before{content:'\e83b'}
+.libre-comment:before,.fa-comment:before,.glypicon-comment:before{content:'\e83c'}
+.libre-comments:before,.fa-comments:before{content:'\e83d'}
+.libre-copy:before,.fa-copy:before{content:'\e83e'}
+.libre-copyleft:before{content:'\e83f'}
+.libre-copyright:before,.fa-copyright:before,.glyphicon-copyright-mark:before{content:'\e840'}
+.libre-credit-card:before,.fa-cc:before,.glyphicon-credit-card:before{content:'\e841'}
+.libre-credit-card-amex:before,.fa-cc-amex:before{content:'\e842'}
+.libre-credit-card-cc:before{content:'\e843'}
+.libre-credit-card-discover:before,.fa-cc-discover:before{content:'\e844'}
+.libre-credit-card-mastercard:before,.fa-cc-mastercard:before{content:'\e845'}
+.libre-credit-card-paypal:before,.fa-cc-paypal:before{content:'\e846'}
+.libre-credit-card-stripe:before,.fa-cc-stripe:before{content:'\e847'}
+.libre-credit-card-visa:before,.fa-cc-visa:before{content:'\e848'}
+.libre-crop:before,.fa-crop:before{content:'\e849'}
+.libre-crosshairs:before,.fa-crosshairs:before,.glyphicon-screenshot:before{content:'\e84a'}
+.libre-css3:before,.fa-css3:before{content:'\e84b'}
+.libre-dashboard:before,.fa-dashboard:before,.glyphicon-dashboard:before{content:'\e84c'}
+.libre-database:before,.fa-database:before{content:'\e84d'}
+.libre-desktop:before,.fa-desktop:before{content:'\e84e'}
+.libre-display-layout-blocks:before{content:'\e84f'}
+.libre-display-layout-list:before{content:'\e850'}
+.libre-edit:before,.fa-edit:before,.glyphicon-edit:before{content:'\e851'}
+.libre-email-forward:before{content:'\e852'}
+.libre-email-reply:before,.fa-reply:before{content:'\e853'}
+.libre-email-send:before,.fa-send:before,.glyphicon-send:before{content:'\e854'}
+.libre-empty-circle:before{content:'\e855'}
+.libre-empty-circle-o:before{content:'\e856'}
+.libre-empty-sign:before{content:'\e857'}
+.libre-empty-sign-o:before{content:'\e858'}
+.libre-empty-square:before{content:'\e859'}
+.libre-empty-square-o:before{content:'\e85a'}
+.libre-envelope:before,.fa-envelope:before,.glyphicon-envelope:before{content:'\e85b'}
+.libre-eraser:before,.fa-eraser:before,.glyphicon-erase:before{content:'\e85c'}
+.libre-exclamation:before,.fa-exclamation:before{content:'\e85d'}
+.libre-export:before{content:'\e85e'}
+.libre-export-booking:before{content:'\e85f'}
+.libre-file:before,.fa-file:before{content:'\e860'}
+.libre-file-archive:before,.fa-file-archive-o:before{content:'\e861'}
+.libre-file-audio:before,.fa-file-audio-o:before{content:'\e862'}
+.libre-file-code:before,.fa-file-code-o:before{content:'\e863'}
+.libre-file-excel:before,.fa-file-excel-o:before{content:'\e864'}
+.libre-file-image:before,.fa-file-image-o:before{content:'\e865'}
+.libre-file-pdf:before,.fa-file-pdf-o:before{content:'\e866'}
+.libre-file-powerpoint:before,.fa-file-powerpoint-o:before{content:'\e867'}
+.libre-files:before,.fa-files-o:before{content:'\e868'}
+.libre-file-text:before,.fa-file-text:before,.fa-file-text-o:before{content:'\e869'}
+.libre-file-video:before,.fa-file-video-o:before{content:'\e86a'}
+.libre-file-word:before,.fa-file-word-o:before{content:'\e86b'}
+.libre-film:before,.fa-film:before,.fa-youtube-play:before,.glyphicon-film:before{content:'\e86c'}
+.libre-filter:before,.fa-filter:before,.glyphicon-filter:before{content:'\e86d'}
+.libre-firewall:before{content:'\e86e'}
+.libre-floppy:before,.fa-floppy-o:before,.fa-save:before,.glyphicon-floppy-disk:before{content:'\e86f'}
+.libre-folder:before,.fa-folder:before,.glyphicon-folder-close:before{content:'\e870'}
+.libre-folder-open:before,.fa-folder-open:before,.glyphicon-folder-open:before{content:'\e871'}
+.libre-font:before,.fa-font:before,.glyphicon-font:before{content:'\e872'}
+.libre-fullscreen:before,.glyphicon-fullscreen:before{content:'\e873'}
+.libre-globe:before,.fa-globe:before,.glyphicon-globe:before{content:'\e874'}
+.libre-header:before,.fa-header:before,.glyphicon-header:before{content:'\e875'}
+.libre-help:before,.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before{content:'\e876'}
+.libre-history:before,.fa-history:before{content:'\e877'}
+.libre-home:before,.fa-home:before,.glyphicon-home:before{content:'\e878'}
+.libre-hr:before{content:'\e879'}
+.libre-html5:before,.fa-html:before{content:'\e87a'}
+.libre-import:before,.glyphicon-import:before{content:'\e87b'}
+.libre-inbox:before,.fa-inbox:before,.glyphicon-inbox:before{content:'\e87c'}
+.libre-indent:before,.fa-indent:before,.glyphicon-indent-left:before{content:'\e87d'}
+.libre-info:before,.fa-info:before{content:'\e87e'}
+.libre-italic:before,.fa-italic:before,.glyphicon-italic:before{content:'\e87f'}
+.libre-key:before,.fa-key:before{content:'\e880'}
+.libre-laptop:before,.fa-laptop:before{content:'\e881'}
+.libre-level-down:before,.fa-level-down:before{content:'\e882'}
+.libre-level-up:before,.fa-level-up:before{content:'\e883'}
+.libre-link:before,.fa-link:before,.glyphicon-link:before{content:'\e884'}
+.libre-list:before,.fa-list:before,.glyphicon-list:before,.glyphicon-list-alt:before{content:'\e885'}
+.libre-list-ol:before,.fa-list-ol:before{content:'\e886'}
+.libre-list-ul:before,.fa-list-ul:before{content:'\e887'}
+.libre-lock:before,.fa-lock:before,.glyphicon-lock:before{content:'\e888'}
+.libre-magic:before,.fa-magic:before{content:'\e889'}
+.libre-minus:before,.fa-minus:before,.glyphicon-minus:before{content:'\e88a'}
+.libre-mobile:before,.fa-mobile:before,.fa-mobile-phone:before,.glyphicon-phone:before{content:'\e88b'}
+.libre-order:before{content:'\e88c'}
+.libre-order-invoice:before{content:'\e88d'}
+.libre-order-quote:before{content:'\e88e'}
+.libre-order-quotetoinvoice:before{content:'\e88f'}
+.libre-os-android:before,.fa-android:before{content:'\e890'}
+.libre-os-apple:before,.fa-apple:before{content:'\e891'}
+.libre-os-beos:before{content:'\e892'}
+.libre-os-bsd:before{content:'\e893'}
+.libre-os-general:before{content:'\e894'}
+.libre-os-linux:before,.fa-linux:before{content:'\e895'}
+.libre-os-microsoft:before,.fa-windows:before{content:'\e896'}
+.libre-outdent:before,.fa-outdent:before,.glyphicon-indent-right:before{content:'\e897'}
+.libre-paint-brush:before,.fa-paint-brush:before{content:'\e898'}
+.libre-paperclip:before,.fa-paperclip:before,.glyphicon-paperclip:before {content:'\e899'}
+.libre-paragraph:before,.fa-paragraph:before{content:'\e89a'}
+.libre-paste:before,.fa-paste:before,.glyphicon-paste:before{content:'\e89b'}
+.libre-pencil:before,.fa-pencil:before,.glyphicon-pencil:before{content:'\e89c'}
+.libre-phone:before,.fa-phone:before{content:'\e89d'}
+.libre-picture:before,.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:'\e89e'}
+.libre-picture-circle:before{content:'\e89f'}
+.libre-picture-rounded:before{content:'\e8a0'}
+.libre-plus:before,.fa-plus:before,.glyphicon-plus:before{content:'\e8a1'}
+.libre-print:before,.fa-print:before,.glyphicon-print:before{content:'\e8a2'}
+.libre-qrcode:before,.fa-qrcode:before,.glyphicon-qrcode:before{content:'\e8a3'}
+.libre-question:before,.fa-question:before{content:'\e8a4'}
+.libre-random:before,.fa-random:before,.glyphicon-random:before{content:'\e8a5'}
+.libre-recycle:before,.fa-recycle:before{content:'\e8a6'}
+.libre-redo:before,.fa-repeat:before,.glyphicin-repeat:before{content:'\e8a7'}
+.libre-refresh:before,.fa-refresh:before,.glyphicon-refresh:before{content:'\e8a8'}
+.libre-reorder:before,.fa-reorder:before,.glyphicon-sort:before{content:'\e8a9'}
+.libre-resize-full:before,.glyphicon-resize-full:before{content:'\e8aa'}
+.libre-resize-horizontal:before,.glyphicon-resize-horizontal:before{content:'\e8ab'}
+.libre-resize-small:before,.glyphicon-resize-small:before{content:'\e8ac'}
+.libre-resize-vertical:before,.glyphicon-resize-vertical:before{content:'\e8ad'}
+.libre-search:before,.fa-search:before,.glyphicon-search:before{content:'\e8ae'}
+.libre-seo-marketing:before{content:'\e8af'}
+.libre-seo-performance:before{content:'\e8b0'}
+.libre-seo-ppc:before{content:'\e8b1'}
+.libre-seo-stats:before{content:'\e8b2'}
+.libre-seo-target-audience:before{content:'\e8b3'}
+.libre-shopping-bag:before{content:'\e8b4'}
+.libre-shopping-cart:before,.fa-shopping-cart:before,.glyphicon-shopping-cart:before{content:'\e8b5'}
+.libre-sign-in:before,.fa-sign-in:before,.glyphicon-log-in:before{content:'\e8b6'}
+.libre-sign-out:before,.fa-sign-out:before,.glyphicon-log-out:before{content:'\e8b7'}
+.libre-sitemap:before,.fa-sitemap:before{content:'\e8b8'}
+.libre-sliders:before,.fa-sliders:before{content:'\e8b9'}
+.libre-sort:before,.fa-sort:before,.glyphicon-sort:before{content:'\e8ba'}
+.libre-sort-asc:before,.fa-sort-asc:before,.glyphicon-sort-down:before{content:'\e8bb'}
+.libre-sort-desc:before,.fa-sort-desc:before,.glyphicon-sort-up:before{content:'\e8bc'}
+.libre-spinner-1:before{content:'\e8bd'}
+.libre-spinner-2:before{content:'\e8be'}
+.libre-spinner-3:before{content:'\e8bf'}
+.libre-spinner-4:before{content:'\e8c0'}
+.libre-spinner-5:before{content:'\e8c1'}
+.libre-spinner-6:before{content:'\e8c2'}
+.libre-spinner-7:before{content:'\e8c3'}
+.libre-spinner-8:before{content:'\e8c4'}
+.libre-spinner-9:before{content:'\e8c5'}
+.libre-spinner-10:before{content:'\e8c6'}
+.libre-spinner-11:before{content:'\e8c7'}
+.libre-spinner-12:before{content:'\e8c8'}
+.libre-star:before,.fa-star:before,.glyphicon-star:before{content:'\e8c9'}
+.libre-star-o:before,.fa-start-o:before,.glyphicon-star-empty:before{content:'\e8ca'}
+.libre-strikethrough:before,.fa-strikethrough:before{content:'\e8cb'}
+.libre-subscript:before,.fa-subscript:before,.glyphicon-subscript:before{content:'\e8cc'}
+.libre-superscript:before,.fa-superscript:before,.glyphicon-superscript:before{content:'\e8cd'}
+.libre-table:before,.fa-table:before{content:'\e8ce'}
+.libre-tablet:before,.fa-tablet:before{content:'\e8cf'}
+.libre-tag:before,.fa-tag:before,.glyphicon-tag:before{content:'\e8d0'}
+.libre-tags:before,.fa-tags:before,.glyphicon-tags:before{content:'\e8d1'}
+.libre-tasks:before,.fa-tasks:before,.glyphicon-tasks:before{content:'\e8d2'}
+.libre-television:before{content:'\e8d3'}
+.libre-text-color:before{content:'\e8d4'}
+.libre-text-height:before,.fa-text-height:before,.glyphicon-text-height:before{content:'\e8d5'}
+.libre-text-size:before,.glyphicon-text-size:before{content:'\e8d6'}
+.libre-text-width:before,.fa-text-width:before,.glyphicon-text-width:before{content:'\e8d7'}
+.libre-th:before,.fa-th:before,.glyphicon-th:before{content:'\e8d8'}
+.libre-th-large:before,.fa-th-large:before,.glyphicon-th-large:before{content:'\e8d9'}
+.libre-th-list:before,.fa-th-list:before,.glyphicon-th-list:before{content:'\e8da'}
+.libre-thumbs-down:before,.fa-thumbs-down:before,.glyphicon-thumbs-down:before{content: '\e8db'}
+.libre-thumbs-up:before,.fa-thumbs-up:before,.glyphicon-thumbs-up:before{content:'\e8dc'}
+.libre-ticket:before,.fa-ticker:before{content:'\e8dd'}
+.libre-tint:before,.fa-tint:before{content:'\e8de'}
+.libre-tooltip:before{content:'\e8df'}
+.libre-trash:before,.fa-trash:before,.fa-trash-o:before{content:'\e8e0'}
+.libre-underline:before,.fa-underline:before{content:'\e8e1'}
+.libre-undo:before,.fa-undo:before{content:'\e8e2'}
+.libre-unlock:before,.fa-unlock:before{content:'\e8e3'}
+.libre-unsorted:before,.fa-unsorted:before{content:'\e8e4'}
+.libre-user:before,.fa-user:before,.glyphicon-user:before{content:'\e8e5'}
+.libre-user-female:before,.fa-female:before{content:'\e8e6'}
+.libre-user-male:before,.fa-male:before{content:'\e8e7'}
+.libre-users:before,.fa-users:before{content:'\e8e8'}
+.libre-view:before{content:'\e8e9'}
+.libre-virus:before{content:'\e8ea'}
+.libre-wrench:before,.fa-wrench:before,.glyphicon-wrench:before{content:'\e8eb'}
diff --git a/font/libreicons.eot b/font/libreicons.eot
index b5fca39..92d92d0 100755
Binary files a/font/libreicons.eot and b/font/libreicons.eot differ
diff --git a/font/libreicons.svg b/font/libreicons.svg
index 92dd765..988104d 100755
--- a/font/libreicons.svg
+++ b/font/libreicons.svg
@@ -6,233 +6,242 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/font/libreicons.ttf b/font/libreicons.ttf
index d5f1865..faf68ee 100755
Binary files a/font/libreicons.ttf and b/font/libreicons.ttf differ
diff --git a/font/libreicons.woff b/font/libreicons.woff
index 24a7588..ce3c769 100755
Binary files a/font/libreicons.woff and b/font/libreicons.woff differ
diff --git a/source/libreicons.png b/source/libreicons.png
deleted file mode 100755
index fe062c4..0000000
Binary files a/source/libreicons.png and /dev/null differ
diff --git a/source/svg/libre-alien.svg b/source/svg/libre-alien.svg
new file mode 100755
index 0000000..1e6b61c
--- /dev/null
+++ b/source/svg/libre-alien.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/source/svg/libre-align-center.svg b/source/svg/libre-align-center.svg
index e907d0a..74a75ed 100755
--- a/source/svg/libre-align-center.svg
+++ b/source/svg/libre-align-center.svg
@@ -1,54 +1 @@
-
-
+
\ No newline at end of file
diff --git a/source/svg/libre-align-justify.svg b/source/svg/libre-align-justify.svg
index bc83650..0c9c578 100755
--- a/source/svg/libre-align-justify.svg
+++ b/source/svg/libre-align-justify.svg
@@ -1,54 +1 @@
-
-
+
\ No newline at end of file
diff --git a/source/svg/libre-align-left.svg b/source/svg/libre-align-left.svg
index 3c2aa00..0a752b0 100755
--- a/source/svg/libre-align-left.svg
+++ b/source/svg/libre-align-left.svg
@@ -1,54 +1 @@
-
-
+
\ No newline at end of file
diff --git a/source/svg/libre-align-right.svg b/source/svg/libre-align-right.svg
index 0e113e3..e751dc4 100755
--- a/source/svg/libre-align-right.svg
+++ b/source/svg/libre-align-right.svg
@@ -1,54 +1 @@
-
-
+
\ No newline at end of file
diff --git a/source/svg/libre-archive.svg b/source/svg/libre-archive.svg
index 2425631..64bfb78 100755
--- a/source/svg/libre-archive.svg
+++ b/source/svg/libre-archive.svg
@@ -1,54 +1 @@
-
-
+
\ No newline at end of file
diff --git a/source/svg/libre-arrow-circle-down.svg b/source/svg/libre-arrow-circle-down.svg
new file mode 100755
index 0000000..b989a88
--- /dev/null
+++ b/source/svg/libre-arrow-circle-down.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/source/svg/libre-arrow-circle-right.svg b/source/svg/libre-arrow-circle-right.svg
new file mode 100755
index 0000000..fd6f444
--- /dev/null
+++ b/source/svg/libre-arrow-circle-right.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/source/svg/libre-arrow-down.svg b/source/svg/libre-arrow-down.svg
index 6d3635a..7c53e3f 100755
--- a/source/svg/libre-arrow-down.svg
+++ b/source/svg/libre-arrow-down.svg
@@ -1,54 +1 @@
-
-
+
\ No newline at end of file
diff --git a/source/svg/libre-arrow-left.svg b/source/svg/libre-arrow-left.svg
index 68579a7..0f7c552 100755
--- a/source/svg/libre-arrow-left.svg
+++ b/source/svg/libre-arrow-left.svg
@@ -1,54 +1 @@
-
-
+
\ No newline at end of file
diff --git a/source/svg/libre-arrow-right.svg b/source/svg/libre-arrow-right.svg
index bf93a0f..a6fe73b 100755
--- a/source/svg/libre-arrow-right.svg
+++ b/source/svg/libre-arrow-right.svg
@@ -1,54 +1 @@
-
-
+
\ No newline at end of file
diff --git a/source/svg/libre-arrow-up.svg b/source/svg/libre-arrow-up.svg
index da56dcc..c87a6e3 100755
--- a/source/svg/libre-arrow-up.svg
+++ b/source/svg/libre-arrow-up.svg
@@ -1,54 +1 @@
-
-
+
\ No newline at end of file
diff --git a/source/svg/libre-badge-3.svg b/source/svg/libre-badge-3.svg
index b694b4a..4b38317 100755
--- a/source/svg/libre-badge-3.svg
+++ b/source/svg/libre-badge-3.svg
@@ -1,6 +1,4 @@
-
-