diff --git a/.gitattributes b/.gitattributes
index b36f4ca7e6448343de51be1bfd99efe66f726ea9..d68b827ca540a4b5ea2b323849c462f357e25966 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -4,14 +4,19 @@ formulaires/configurer_sociaux.html -text
 inclure/sociaux.html -text
 lang/paquet-sociaux_fr.php -text
 lang/sociaux_fr.php -text
-lib/socicon/fonts/socicon.eot -text
+lib/socicon/demo.css -text
+lib/socicon/demo.html -text
+lib/socicon/fonts/Socicon.eot -text
+lib/socicon/fonts/Socicon.svg -text
+lib/socicon/fonts/Socicon.ttf -text
+lib/socicon/fonts/Socicon.woff -text
+lib/socicon/fonts/Socicon.woff2 -text
 lib/socicon/fonts/socicon.svg -text
-lib/socicon/fonts/socicon.ttf -text
-lib/socicon/fonts/socicon.woff -text
-lib/socicon/icons-reference.html -text
 lib/socicon/readme.html -text
 lib/socicon/readme.md -text
-lib/socicon/styles.css -text
+lib/socicon/style.css -text
+lib/socicon/style.less -text
+lib/socicon/variables.less -text
 menus/liens_sociaux.html -text
 menus/liens_sociaux.xml -text
 modeles/sociaux.html -text
diff --git a/css/sociaux.css b/css/sociaux.css
index 620d162a1551792b755599e11d3b1572681f2e5e..9463946c923807a593527fc03b78db41fe60410f 100644
--- a/css/sociaux.css
+++ b/css/sociaux.css
@@ -1,6 +1,7 @@
 /* exemple d'habillage */
 .sociaux ul {margin:0;padding:0;list-style:none;}
 .sociaux li {display:inline-block;margin:0 0.2em 0.4em 0;}
+.sociaux a {text-decoration:none;}
 .sociaux .name    { display:none;}
 .sociaux .socicon { font-size:1.4em;padding:.5em .5em .3em;border-radius:1em;color:#fff;background:#000;}
 
diff --git a/inclure/sociaux.html b/inclure/sociaux.html
index 57c4b88534d41ecf4553554e6418f376b407a57d..b9360cd7637c07ad70732c22814d426712c86542 100644
--- a/inclure/sociaux.html
+++ b/inclure/sociaux.html
@@ -9,9 +9,8 @@ http://www.socicon.com/how.php
 <div class="sociaux">
 	<ul class="sociaux-list">
 		[(#SET{rezo,[(#PIPELINE{sociaux_lister,#ARRAY{args,#ARRAY{skel,#SQUELETTE,date,#ENV**{date}},data,#ARRAY}})]})]
-		<BOUCLE_rezo (DATA) {source tableau,#GET{rezo}}>
-		[(#CONFIG{sociaux/#CLE}|oui)
-		<li> <a href="#CONFIG{sociaux/#CLE}" class="#CLE">[(#CONFIG{sociaux/css}|oui)<span class="socicon socicon-#CLE"></span> ]<span class="name">[(#VALEUR)]</span></a></li>]</BOUCLE_rezo>
+		<BOUCLE_rezo (DATA) {source tableau,#GET{rezo}}>[(#CONFIG{sociaux/#CLE}|oui)
+		<li><a href="#CONFIG{sociaux/#CLE}" class="#CLE">[(#CONFIG{sociaux/css}|oui)<span class="socicon socicon-#CLE"></span>]<span class="name">[(#VALEUR)]</span></a></li>]</BOUCLE_rezo>
 	</ul>
 </div>
-<!-- #sociaux -->
+<!-- #sociaux -->
\ No newline at end of file
diff --git a/lib/socicon/demo.css b/lib/socicon/demo.css
new file mode 100644
index 0000000000000000000000000000000000000000..39b8991da78ac9e9dbed8dafc258cacac25abe7f
--- /dev/null
+++ b/lib/socicon/demo.css
@@ -0,0 +1,152 @@
+body {
+  padding: 0;
+  margin: 0;
+  font-family: sans-serif;
+  font-size: 1em;
+  line-height: 1.5;
+  color: #555;
+  background: #fff;
+}
+h1 {
+  font-size: 1.5em;
+  font-weight: normal;
+}
+small {
+  font-size: .66666667em;
+}
+a {
+  color: #e74c3c;
+  text-decoration: none;
+}
+a:hover, a:focus {
+  box-shadow: 0 1px #e74c3c;
+}
+.bshadow0, input {
+  box-shadow: inset 0 -2px #e7e7e7;
+}
+input:hover {
+  box-shadow: inset 0 -2px #ccc;
+}
+input, fieldset {
+  font-family: sans-serif;
+  font-size: 1em;
+  margin: 0;
+  padding: 0;
+  border: 0;
+}
+input {
+  color: inherit;
+  line-height: 1.5;
+  height: 1.5em;
+  padding: .25em 0;
+}
+input:focus {
+  outline: none;
+  box-shadow: inset 0 -2px #449fdb;
+}
+.glyph {
+  font-size: 16px;
+  width: 15em;
+  padding-bottom: 1em;
+  margin-right: 4em;
+  margin-bottom: 1em;
+  float: left;
+  overflow: hidden;
+}
+.liga {
+  width: 80%;
+  width: calc(100% - 2.5em);
+}
+.talign-right {
+  text-align: right;
+}
+.talign-center {
+  text-align: center;
+}
+.bgc1 {
+  background: #f1f1f1;
+}
+.fgc1 {
+  color: #999;
+}
+.fgc0 {
+  color: #000;
+}
+p {
+  margin-top: 1em;
+  margin-bottom: 1em;
+}
+.mvm {
+  margin-top: .75em;
+  margin-bottom: .75em;
+}
+.mtn {
+  margin-top: 0;
+}
+.mtl, .mal {
+  margin-top: 1.5em;
+}
+.mbl, .mal {
+  margin-bottom: 1.5em;
+}
+.mal, .mhl {
+  margin-left: 1.5em;
+  margin-right: 1.5em;
+}
+.mhmm {
+  margin-left: 1em;
+  margin-right: 1em;
+}
+.mls {
+  margin-left: .25em;
+}
+.ptl {
+  padding-top: 1.5em;
+}
+.pbs, .pvs {
+  padding-bottom: .25em;
+}
+.pvs, .pts {
+  padding-top: .25em;
+}
+.unit {
+  float: left;
+}
+.unitRight {
+  float: right;
+}
+.size1of2 {
+  width: 50%;
+}
+.size1of1 {
+  width: 100%;
+}
+.clearfix:before, .clearfix:after {
+  content: " ";
+  display: table;
+}
+.clearfix:after {
+  clear: both;
+}
+.hidden-true {
+  display: none;
+}
+.textbox0 {
+  width: 3em;
+  background: #f1f1f1;
+  padding: .25em .5em;
+  line-height: 1.5;
+  height: 1.5em;
+}
+#testDrive {
+  display: block;
+  padding-top: 24px;
+  line-height: 1.5;
+}
+.fs0 {
+  font-size: 16px;
+}
+.fs1 {
+  font-size: 32px;
+}
+
diff --git a/lib/socicon/demo.html b/lib/socicon/demo.html
new file mode 100644
index 0000000000000000000000000000000000000000..ee56deabb6aff78d252d453941b08ffb133b5922
--- /dev/null
+++ b/lib/socicon/demo.html
@@ -0,0 +1,2806 @@
+<!doctype html>
+<html>
+<head>
+    <meta charset="utf-8">
+    <title>Socicon Demo</title>
+    <meta name="description" content="Socicon Demo | Social icons font">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <link rel="stylesheet" href="demo.css">
+    <link rel="stylesheet" href="style.css"></head>
+<body>
+    <div class="bgc1 clearfix">
+        <h1 class="mhmm mvm"><span class="fgc1">Font Name:</span> Socicon <small class="fgc1">(Glyphs:&nbsp;171)</small></h1>
+    </div>
+    <div class="clearfix mhl ptl">
+        <h1 class="mvm mtn fgc1">Grid Size: 16</h1>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-500px">
+                
+                </span>
+                <span class="mls"> socicon-500px</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e000" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe000;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-8tracks">
+                
+                </span>
+                <span class="mls"> socicon-8tracks</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e001" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe001;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-airbnb">
+                
+                </span>
+                <span class="mls"> socicon-airbnb</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e002" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe002;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-alliance">
+                
+                </span>
+                <span class="mls"> socicon-alliance</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e003" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe003;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-amazon">
+                
+                </span>
+                <span class="mls"> socicon-amazon</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e004" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe004;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-amplement">
+                
+                </span>
+                <span class="mls"> socicon-amplement</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e005" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe005;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-android">
+                
+                </span>
+                <span class="mls"> socicon-android</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e006" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe006;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-angellist">
+                
+                </span>
+                <span class="mls"> socicon-angellist</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e007" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe007;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-apple">
+                
+                </span>
+                <span class="mls"> socicon-apple</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e008" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe008;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-appnet">
+                
+                </span>
+                <span class="mls"> socicon-appnet</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e009" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe009;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-baidu">
+                
+                </span>
+                <span class="mls"> socicon-baidu</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e00a" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe00a;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-bandcamp">
+                
+                </span>
+                <span class="mls"> socicon-bandcamp</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e00b" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe00b;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-battlenet">
+                
+                </span>
+                <span class="mls"> socicon-battlenet</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e00c" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe00c;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-beam">
+                
+                </span>
+                <span class="mls"> socicon-beam</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e00d" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe00d;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-bebee">
+                
+                </span>
+                <span class="mls"> socicon-bebee</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e00e" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe00e;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-bebo">
+                
+                </span>
+                <span class="mls"> socicon-bebo</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e00f" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe00f;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-behance">
+                
+                </span>
+                <span class="mls"> socicon-behance</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e010" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe010;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-blizzard">
+                
+                </span>
+                <span class="mls"> socicon-blizzard</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e011" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe011;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-blogger">
+                
+                </span>
+                <span class="mls"> socicon-blogger</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e012" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe012;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-buffer">
+                
+                </span>
+                <span class="mls"> socicon-buffer</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e013" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe013;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-chrome">
+                
+                </span>
+                <span class="mls"> socicon-chrome</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e014" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe014;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-coderwall">
+                
+                </span>
+                <span class="mls"> socicon-coderwall</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e015" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe015;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-curse">
+                
+                </span>
+                <span class="mls"> socicon-curse</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e016" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe016;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-dailymotion">
+                
+                </span>
+                <span class="mls"> socicon-dailymotion</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e017" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe017;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-deezer">
+                
+                </span>
+                <span class="mls"> socicon-deezer</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e018" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe018;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-delicious">
+                
+                </span>
+                <span class="mls"> socicon-delicious</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e019" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe019;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-deviantart">
+                
+                </span>
+                <span class="mls"> socicon-deviantart</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e01a" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe01a;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-diablo">
+                
+                </span>
+                <span class="mls"> socicon-diablo</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e01b" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe01b;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-digg">
+                
+                </span>
+                <span class="mls"> socicon-digg</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e01c" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe01c;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-discord">
+                
+                </span>
+                <span class="mls"> socicon-discord</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e01d" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe01d;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-disqus">
+                
+                </span>
+                <span class="mls"> socicon-disqus</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e01e" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe01e;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-douban">
+                
+                </span>
+                <span class="mls"> socicon-douban</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e01f" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe01f;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-draugiem">
+                
+                </span>
+                <span class="mls"> socicon-draugiem</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e020" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe020;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-dribbble">
+                
+                </span>
+                <span class="mls"> socicon-dribbble</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e021" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe021;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-drupal">
+                
+                </span>
+                <span class="mls"> socicon-drupal</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e022" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe022;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-ebay">
+                
+                </span>
+                <span class="mls"> socicon-ebay</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e023" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe023;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-ello">
+                
+                </span>
+                <span class="mls"> socicon-ello</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e024" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe024;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-endomodo">
+                
+                </span>
+                <span class="mls"> socicon-endomodo</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e025" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe025;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-envato">
+                
+                </span>
+                <span class="mls"> socicon-envato</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e026" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe026;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-etsy">
+                
+                </span>
+                <span class="mls"> socicon-etsy</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e027" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe027;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-facebook">
+                
+                </span>
+                <span class="mls"> socicon-facebook</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e028" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe028;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-feedburner">
+                
+                </span>
+                <span class="mls"> socicon-feedburner</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e029" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe029;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-filmweb">
+                
+                </span>
+                <span class="mls"> socicon-filmweb</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e02a" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe02a;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-firefox">
+                
+                </span>
+                <span class="mls"> socicon-firefox</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e02b" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe02b;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-flattr">
+                
+                </span>
+                <span class="mls"> socicon-flattr</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e02c" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe02c;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-flickr">
+                
+                </span>
+                <span class="mls"> socicon-flickr</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e02d" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe02d;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-formulr">
+                
+                </span>
+                <span class="mls"> socicon-formulr</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e02e" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe02e;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-forrst">
+                
+                </span>
+                <span class="mls"> socicon-forrst</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e02f" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe02f;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-foursquare">
+                
+                </span>
+                <span class="mls"> socicon-foursquare</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e030" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe030;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-friendfeed">
+                
+                </span>
+                <span class="mls"> socicon-friendfeed</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e031" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe031;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-github">
+                
+                </span>
+                <span class="mls"> socicon-github</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e032" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe032;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-goodreads">
+                
+                </span>
+                <span class="mls"> socicon-goodreads</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e033" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe033;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-google">
+                
+                </span>
+                <span class="mls"> socicon-google</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e034" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe034;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-google-scholar">
+                
+                </span>
+                <span class="mls"> socicon-google-scholar</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e035" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe035;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-googlegroups">
+                
+                </span>
+                <span class="mls"> socicon-googlegroups</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e036" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe036;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-googlephotos">
+                
+                </span>
+                <span class="mls"> socicon-googlephotos</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e037" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe037;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-googleplus">
+                
+                </span>
+                <span class="mls"> socicon-googleplus</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e038" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe038;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-grooveshark">
+                
+                </span>
+                <span class="mls"> socicon-grooveshark</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e039" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe039;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-hackerrank">
+                
+                </span>
+                <span class="mls"> socicon-hackerrank</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e03a" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe03a;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-hearthstone">
+                
+                </span>
+                <span class="mls"> socicon-hearthstone</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e03b" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe03b;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-hellocoton">
+                
+                </span>
+                <span class="mls"> socicon-hellocoton</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e03c" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe03c;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-heroes">
+                
+                </span>
+                <span class="mls"> socicon-heroes</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e03d" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe03d;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-hitbox">
+                
+                </span>
+                <span class="mls"> socicon-hitbox</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e03e" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe03e;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-horde">
+                
+                </span>
+                <span class="mls"> socicon-horde</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e03f" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe03f;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-houzz">
+                
+                </span>
+                <span class="mls"> socicon-houzz</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e040" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe040;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-icq">
+                
+                </span>
+                <span class="mls"> socicon-icq</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e041" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe041;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-identica">
+                
+                </span>
+                <span class="mls"> socicon-identica</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e042" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe042;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-imdb">
+                
+                </span>
+                <span class="mls"> socicon-imdb</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e043" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe043;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-instagram">
+                
+                </span>
+                <span class="mls"> socicon-instagram</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e044" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe044;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-issuu">
+                
+                </span>
+                <span class="mls"> socicon-issuu</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e045" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe045;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-istock">
+                
+                </span>
+                <span class="mls"> socicon-istock</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e046" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe046;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-itunes">
+                
+                </span>
+                <span class="mls"> socicon-itunes</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e047" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe047;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-keybase">
+                
+                </span>
+                <span class="mls"> socicon-keybase</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e048" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe048;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-lanyrd">
+                
+                </span>
+                <span class="mls"> socicon-lanyrd</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e049" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe049;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-lastfm">
+                
+                </span>
+                <span class="mls"> socicon-lastfm</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e04a" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe04a;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-line">
+                
+                </span>
+                <span class="mls"> socicon-line</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e04b" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe04b;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-linkedin">
+                
+                </span>
+                <span class="mls"> socicon-linkedin</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e04c" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe04c;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-livejournal">
+                
+                </span>
+                <span class="mls"> socicon-livejournal</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e04d" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe04d;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-lyft">
+                
+                </span>
+                <span class="mls"> socicon-lyft</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e04e" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe04e;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-macos">
+                
+                </span>
+                <span class="mls"> socicon-macos</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e04f" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe04f;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-mail">
+                
+                </span>
+                <span class="mls"> socicon-mail</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e050" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe050;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-medium">
+                
+                </span>
+                <span class="mls"> socicon-medium</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e051" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe051;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-meetup">
+                
+                </span>
+                <span class="mls"> socicon-meetup</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e052" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe052;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-mixcloud">
+                
+                </span>
+                <span class="mls"> socicon-mixcloud</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e053" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe053;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-modelmayhem">
+                
+                </span>
+                <span class="mls"> socicon-modelmayhem</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e054" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe054;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-mumble">
+                
+                </span>
+                <span class="mls"> socicon-mumble</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e055" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe055;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-myspace">
+                
+                </span>
+                <span class="mls"> socicon-myspace</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e056" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe056;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-newsvine">
+                
+                </span>
+                <span class="mls"> socicon-newsvine</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e057" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe057;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-nintendo">
+                
+                </span>
+                <span class="mls"> socicon-nintendo</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e058" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe058;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-npm">
+                
+                </span>
+                <span class="mls"> socicon-npm</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e059" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe059;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-odnoklassniki">
+                
+                </span>
+                <span class="mls"> socicon-odnoklassniki</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e05a" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe05a;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-openid">
+                
+                </span>
+                <span class="mls"> socicon-openid</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e05b" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe05b;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-opera">
+                
+                </span>
+                <span class="mls"> socicon-opera</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e05c" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe05c;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-outlook">
+                
+                </span>
+                <span class="mls"> socicon-outlook</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e05d" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe05d;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-overwatch">
+                
+                </span>
+                <span class="mls"> socicon-overwatch</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e05e" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe05e;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-patreon">
+                
+                </span>
+                <span class="mls"> socicon-patreon</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e05f" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe05f;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-paypal">
+                
+                </span>
+                <span class="mls"> socicon-paypal</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e060" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe060;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-periscope">
+                
+                </span>
+                <span class="mls"> socicon-periscope</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e061" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe061;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-persona">
+                
+                </span>
+                <span class="mls"> socicon-persona</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e062" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe062;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-pinterest">
+                
+                </span>
+                <span class="mls"> socicon-pinterest</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e063" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe063;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-play">
+                
+                </span>
+                <span class="mls"> socicon-play</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e064" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe064;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-player">
+                
+                </span>
+                <span class="mls"> socicon-player</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e065" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe065;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-playstation">
+                
+                </span>
+                <span class="mls"> socicon-playstation</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e066" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe066;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-pocket">
+                
+                </span>
+                <span class="mls"> socicon-pocket</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e067" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe067;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-qq">
+                
+                </span>
+                <span class="mls"> socicon-qq</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e068" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe068;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-quora">
+                
+                </span>
+                <span class="mls"> socicon-quora</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e069" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe069;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-raidcall">
+                
+                </span>
+                <span class="mls"> socicon-raidcall</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e06a" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe06a;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-ravelry">
+                
+                </span>
+                <span class="mls"> socicon-ravelry</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e06b" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe06b;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-reddit">
+                
+                </span>
+                <span class="mls"> socicon-reddit</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e06c" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe06c;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-renren">
+                
+                </span>
+                <span class="mls"> socicon-renren</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e06d" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe06d;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-researchgate">
+                
+                </span>
+                <span class="mls"> socicon-researchgate</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e06e" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe06e;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-residentadvisor">
+                
+                </span>
+                <span class="mls"> socicon-residentadvisor</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e06f" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe06f;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-reverbnation">
+                
+                </span>
+                <span class="mls"> socicon-reverbnation</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e070" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe070;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-rss">
+                
+                </span>
+                <span class="mls"> socicon-rss</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e071" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe071;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-sharethis">
+                
+                </span>
+                <span class="mls"> socicon-sharethis</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e072" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe072;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-skype">
+                
+                </span>
+                <span class="mls"> socicon-skype</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e073" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe073;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-slideshare">
+                
+                </span>
+                <span class="mls"> socicon-slideshare</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e074" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe074;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-smugmug">
+                
+                </span>
+                <span class="mls"> socicon-smugmug</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e075" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe075;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-snapchat">
+                
+                </span>
+                <span class="mls"> socicon-snapchat</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e076" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe076;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-songkick">
+                
+                </span>
+                <span class="mls"> socicon-songkick</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e077" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe077;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-soundcloud">
+                
+                </span>
+                <span class="mls"> socicon-soundcloud</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e078" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe078;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-spotify">
+                
+                </span>
+                <span class="mls"> socicon-spotify</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e079" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe079;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-stackexchange">
+                
+                </span>
+                <span class="mls"> socicon-stackexchange</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e07a" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe07a;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-stackoverflow">
+                
+                </span>
+                <span class="mls"> socicon-stackoverflow</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e07b" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe07b;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-starcraft">
+                
+                </span>
+                <span class="mls"> socicon-starcraft</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e07c" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe07c;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-stayfriends">
+                
+                </span>
+                <span class="mls"> socicon-stayfriends</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e07d" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe07d;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-steam">
+                
+                </span>
+                <span class="mls"> socicon-steam</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e07e" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe07e;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-storehouse">
+                
+                </span>
+                <span class="mls"> socicon-storehouse</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e07f" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe07f;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-strava">
+                
+                </span>
+                <span class="mls"> socicon-strava</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e080" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe080;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-streamjar">
+                
+                </span>
+                <span class="mls"> socicon-streamjar</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e081" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe081;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-stumbleupon">
+                
+                </span>
+                <span class="mls"> socicon-stumbleupon</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e082" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe082;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-swarm">
+                
+                </span>
+                <span class="mls"> socicon-swarm</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e083" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe083;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-teamspeak">
+                
+                </span>
+                <span class="mls"> socicon-teamspeak</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e084" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe084;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-teamviewer">
+                
+                </span>
+                <span class="mls"> socicon-teamviewer</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e085" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe085;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-technorati">
+                
+                </span>
+                <span class="mls"> socicon-technorati</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e086" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe086;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-telegram">
+                
+                </span>
+                <span class="mls"> socicon-telegram</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e087" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe087;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-tripadvisor">
+                
+                </span>
+                <span class="mls"> socicon-tripadvisor</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e088" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe088;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-tripit">
+                
+                </span>
+                <span class="mls"> socicon-tripit</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e089" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe089;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-triplej">
+                
+                </span>
+                <span class="mls"> socicon-triplej</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e08a" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe08a;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-tumblr">
+                
+                </span>
+                <span class="mls"> socicon-tumblr</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e08b" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe08b;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-twitch">
+                
+                </span>
+                <span class="mls"> socicon-twitch</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e08c" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe08c;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-twitter">
+                
+                </span>
+                <span class="mls"> socicon-twitter</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e08d" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe08d;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-uber">
+                
+                </span>
+                <span class="mls"> socicon-uber</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e08e" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe08e;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-ventrilo">
+                
+                </span>
+                <span class="mls"> socicon-ventrilo</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e08f" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe08f;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-viadeo">
+                
+                </span>
+                <span class="mls"> socicon-viadeo</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e090" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe090;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-viber">
+                
+                </span>
+                <span class="mls"> socicon-viber</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e091" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe091;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-viewbug">
+                
+                </span>
+                <span class="mls"> socicon-viewbug</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e092" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe092;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-vimeo">
+                
+                </span>
+                <span class="mls"> socicon-vimeo</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e093" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe093;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-vine">
+                
+                </span>
+                <span class="mls"> socicon-vine</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e094" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe094;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-vkontakte">
+                
+                </span>
+                <span class="mls"> socicon-vkontakte</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e095" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe095;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-warcraft">
+                
+                </span>
+                <span class="mls"> socicon-warcraft</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e096" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe096;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-wechat">
+                
+                </span>
+                <span class="mls"> socicon-wechat</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e097" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe097;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-weibo">
+                
+                </span>
+                <span class="mls"> socicon-weibo</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e098" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe098;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-whatsapp">
+                
+                </span>
+                <span class="mls"> socicon-whatsapp</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e099" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe099;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-wikipedia">
+                
+                </span>
+                <span class="mls"> socicon-wikipedia</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e09a" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe09a;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-windows">
+                
+                </span>
+                <span class="mls"> socicon-windows</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e09b" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe09b;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-wordpress">
+                
+                </span>
+                <span class="mls"> socicon-wordpress</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e09c" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe09c;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-wykop">
+                
+                </span>
+                <span class="mls"> socicon-wykop</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e09d" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe09d;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-xbox">
+                
+                </span>
+                <span class="mls"> socicon-xbox</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e09e" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe09e;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-xing">
+                
+                </span>
+                <span class="mls"> socicon-xing</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e09f" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe09f;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-yahoo">
+                
+                </span>
+                <span class="mls"> socicon-yahoo</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e0a0" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe0a0;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-yammer">
+                
+                </span>
+                <span class="mls"> socicon-yammer</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e0a1" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe0a1;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-yandex">
+                
+                </span>
+                <span class="mls"> socicon-yandex</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e0a2" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe0a2;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-yelp">
+                
+                </span>
+                <span class="mls"> socicon-yelp</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e0a3" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe0a3;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-younow">
+                
+                </span>
+                <span class="mls"> socicon-younow</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e0a4" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe0a4;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-youtube">
+                
+                </span>
+                <span class="mls"> socicon-youtube</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e0a5" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe0a5;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-zapier">
+                
+                </span>
+                <span class="mls"> socicon-zapier</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e0a6" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe0a6;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-zerply">
+                
+                </span>
+                <span class="mls"> socicon-zerply</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e0a7" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe0a7;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-zomato">
+                
+                </span>
+                <span class="mls"> socicon-zomato</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e0a8" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe0a8;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-zynga">
+                
+                </span>
+                <span class="mls"> socicon-zynga</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e0a9" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe0a9;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-spreadshirt">
+                
+                </span>
+                <span class="mls"> socicon-spreadshirt</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e900" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe900;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-trello">
+                
+                </span>
+                <span class="mls"> socicon-trello</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e902" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe902;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-gamejolt">
+                
+                </span>
+                <span class="mls"> socicon-gamejolt</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e901" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe901;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="socicon-tunein">
+                
+                </span>
+                <span class="mls"> socicon-tunein</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e903" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe903;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+    </div>
+    <div class="bgc1 clearfix">
+        <p class="mhl"><a href="http://www.socicon.com">Socicon</a></p>
+    </div>
+
+</body>
+</html>
diff --git a/lib/socicon/fonts/Socicon.eot b/lib/socicon/fonts/Socicon.eot
new file mode 100644
index 0000000000000000000000000000000000000000..dca8fd8b9cf62c76ca339cdfc39e860600f938a1
Binary files /dev/null and b/lib/socicon/fonts/Socicon.eot differ
diff --git a/lib/socicon/fonts/Socicon.svg b/lib/socicon/fonts/Socicon.svg
new file mode 100644
index 0000000000000000000000000000000000000000..5abd2e6138b5fb82abef07feeb8dba1317e53fd0
--- /dev/null
+++ b/lib/socicon/fonts/Socicon.svg
@@ -0,0 +1,184 @@
+<?xml version="1.0" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
+<svg xmlns="http://www.w3.org/2000/svg">
+<metadata>Generated by IcoMoon</metadata>
+<defs>
+<font id="Socicon" horiz-adv-x="1024">
+<font-face units-per-em="1024" ascent="960" descent="-64" />
+<missing-glyph horiz-adv-x="1024" />
+<glyph unicode="&#x20;" horiz-adv-x="0" d="" />
+<glyph unicode="&#xe000;" glyph-name="500px" d="M252.928 287.232c0-1.024 5.12-15.36 8.192-22.528 16.384-39.936 40.96-75.776 71.68-106.496s66.56-55.296 106.496-71.68c40.96-17.408 84.992-26.624 130.048-26.624s89.088 9.216 130.048 26.624c39.936 16.384 75.776 40.96 106.496 71.68s55.296 66.56 71.68 106.496c17.408 40.96 26.624 84.992 26.624 130.048s-9.216 89.088-26.624 130.048c-16.384 39.936-40.96 75.776-71.68 106.496s-66.56 55.296-106.496 71.68c-40.96 17.408-84.992 26.624-130.048 26.624-46.080 0-91.136-9.216-132.096-26.624-32.768-13.312-88.064-49.152-119.808-82.944v0 277.504h463.872c16.384 0 16.384 23.552 16.384 31.744s0 31.744-17.408 31.744l-499.712-1.024c-13.312 0-22.528-11.264-22.528-21.504v-388.096c0-12.288 15.36-21.504 29.696-24.576 28.672-6.144 34.816 3.072 41.984 12.288l1.024 1.024c10.24 15.36 44.032 49.152 44.032 49.152 51.2 51.2 120.832 79.872 194.56 79.872s142.336-28.672 193.536-79.872c52.224-52.224 79.872-120.832 79.872-193.536s-28.672-141.312-79.872-193.536c-51.2-51.2-121.856-79.872-194.56-79.872-49.152 0-97.28 13.312-138.24 37.888v236.544c0 31.744 13.312 65.536 36.864 91.136 26.624 29.696 62.464 46.080 101.376 46.080 37.888 0 73.728-14.336 100.352-40.96 26.624-25.6 40.96-60.416 40.96-97.28 0-78.848-62.464-140.288-141.312-140.288-15.36 0-43.008 7.168-44.032 7.168-16.384 5.12-22.528-17.408-24.576-24.576-8.192-27.648 4.096-33.792 7.168-34.816 25.6-8.192 41.984-9.216 64.512-9.216 111.616 0 202.752 91.136 202.752 202.752 0 110.592-91.136 201.728-202.752 201.728-54.272 0-106.496-20.48-144.384-59.392-36.864-35.84-58.368-83.968-58.368-132.096v-1.024c0-6.144 0-147.456 0-193.536v0c-21.504 23.552-41.984 59.392-55.296 95.232-5.12 14.336-17.408 11.264-33.792 6.144-9.216-3.072-31.744-9.216-26.624-25.6v0zM491.52 342.528c0-7.168 6.144-12.288 10.24-16.384v-1.024c6.144-6.144 12.288-9.216 18.432-9.216 5.12 0 7.168 2.048 8.192 3.072 3.072 3.072 34.816 34.816 37.888 37.888l35.84-34.816c3.072-4.096 7.168-5.12 11.264-6.144 6.144 0 12.288 3.072 18.432 10.24 15.36 15.36 7.168 23.552 4.096 27.648l-35.84 35.84 36.864 37.888c8.192 9.216 1.024 18.432-6.144 25.6-10.24 10.24-20.48 13.312-26.624 7.168l-36.864-36.864-37.888 37.888c-2.048 2.048-4.096 3.072-7.168 3.072-5.12 0-11.264-3.072-17.408-10.24-11.264-11.264-14.336-19.456-8.192-25.6l37.888-37.888-36.864-37.888c-5.12-3.072-6.144-7.168-6.144-10.24zM573.44 850.432c-60.416 0-123.904-12.288-171.008-32.768-5.12-2.048-8.192-6.144-8.192-11.264-1.024-5.12 1.024-12.288 4.096-21.504 3.072-7.168 10.24-27.648 25.6-21.504 48.128 18.432 101.376 28.672 149.504 28.672 55.296 0 107.52-10.24 157.696-31.744 39.936-16.384 76.8-40.96 117.76-76.8 3.072-3.072 6.144-4.096 9.216-4.096 8.192 0 15.36 8.192 22.528 15.36 11.264 12.288 18.432 22.528 7.168 32.768-38.912 36.864-81.92 64.512-134.144 87.040-57.344 23.552-117.76 35.84-180.224 35.84zM896 109.056v0c-7.168 7.168-13.312 11.264-18.432 13.312s-10.24 0-14.336-3.072l-3.072-4.096c-36.864-36.864-80.896-66.56-129.024-87.040-50.176-21.504-103.424-31.744-157.696-31.744s-107.52 10.24-157.696 31.744c-48.128 20.48-91.136 49.152-129.024 87.040-38.912 38.912-67.584 81.92-87.040 129.024-18.432 45.056-24.576 79.872-26.624 91.136 0 1.024 0 2.048 0 2.048-2.048 13.312-14.336 14.336-31.744 11.264-7.168-1.024-29.696-4.096-27.648-20.48v0c6.144-36.864 16.384-72.704 30.72-107.52 23.552-55.296 57.344-105.472 99.328-147.456 43.008-43.008 92.16-76.8 147.456-99.328 57.344-24.576 118.784-36.864 181.248-36.864s123.904 12.288 181.248 36.864c55.296 23.552 105.472 57.344 147.456 99.328 0 0 2.048 2.048 4.096 4.096 6.144 4.096 10.24 13.312-9.216 31.744z" />
+<glyph unicode="&#xe001;" glyph-name="8tracks" d="M282 498c-156 0-282-126-282-280 0-156 126-282 282-282 154 0 280 126 280 282 0 78 0 46 0 80h-100c0 0 0-2 0-80 0-50-20-96-54-128-32-32-76-52-126-52s-96 20-128 52c-34 32-54 78-54 128s20 94 54 128c32 32 78 52 128 52 92 0 364 0 460 0 156 0 282 126 282 280 0 156-126 282-282 282-154 0-280-126-280-282 0-78 0-80 0-80h100c0 0 0 2 0 80 0 50 20 96 54 128 32 32 76 52 126 52s96-20 128-52c34-32 54-78 54-128s-20-94-54-128c-32-32-78-52-128-52h-460z" />
+<glyph unicode="&#xe002;" glyph-name="airbnb" d="M976 234c-6 12-10 24-16 36-8 18-16 36-24 52v2c-72 154-148 310-226 464l-4 6c-8 16-16 32-24 48-10 18-22 38-38 56-34 40-80 62-130 62-52 0-98-22-132-62-16-18-26-38-36-56-10-16-18-32-26-48l-4-6c-78-154-154-310-226-464v-2c-8-16-16-34-24-52-4-12-10-24-14-36-14-38-18-74-14-112 12-76 62-140 134-170 26-10 56-16 84-16 10 0 18 0 28 2 34 4 68 16 102 34 42 24 82 58 128 106 44-48 86-82 126-106 34-18 70-30 104-34 8-2 18-2 26-2 30 0 58 6 84 16 72 30 122 94 134 170 4 38 0 74-12 112zM514 180c-56 70-92 136-104 190-6 24-6 44-4 64 2 16 8 30 16 42 20 28 54 44 92 44 36 0 70-16 90-44 8-12 14-26 16-42 4-20 2-40-4-64-12-54-48-120-102-190zM922 132c-6-54-42-98-92-120-24-10-52-12-80-10-26 4-50 12-78 28-36 20-74 52-116 98 68 84 110 160 124 228 8 32 10 60 4 88-4 26-12 48-26 70-32 46-86 72-144 72-60 0-114-26-146-72-14-22-22-44-26-70-4-28-4-56 4-88 16-68 58-144 124-228-42-46-80-78-116-98-26-16-52-24-78-28-28-2-54 0-80 10-48 22-84 66-92 120-4 26-2 52 8 80 4 10 8 20 14 32 8 16 16 34 24 50v2c70 154 146 308 224 462l4 6c8 16 16 32 24 46 10 18 18 32 30 46 22 26 50 38 82 38s60-12 80-38c12-14 20-28 30-44 8-16 16-32 24-48l4-6c78-154 154-308 224-462v0c8-18 16-34 24-52 6-12 10-22 14-32 10-28 12-54 8-80z" />
+<glyph unicode="&#xe003;" glyph-name="alliance" d="M140 752c0 0 0 2 2 2 12 10 24 16 42 14 12-2 22-6 36-10 14-6 26-12 42-16 8-4 18-6 26-6 28 0 46 20 44 46 0 0 0 2 2 2 4-6 12-10 20-12 12-2 22 0 32 4 16 6 24 18 20 36 0 6-2 12-4 18 0 6 0 8 4 8 10 0 20 0 30-2 20-4 38-14 56-24 4-2 8-4 14-8 0 6-2 10-2 16-2 14-2 26 4 38 0 6 2 10 6 10 2 0 2-4 4-8 4-12 2-26 2-40 0-4-2-8-2-12 4 0 6 2 6 4 12 6 24 14 38 18 18 8 38 12 56 10 6-2 6-2 4-8s-2-12-4-16c-2-20 6-34 24-38 18-6 36-4 52 8 0-2 0-4 0-4-2-20 14-40 34-42 10-2 20 0 28 2 16 4 30 10 44 16 14 4 26 8 38 10 18 2 34 2 46-12 0-2 2-4 6-2-6 12-16 18-30 22-14 2-30 0-44-2-18-2-34-6-52-6-12 0-24 0-36 8-4 2-8 4-8 8 2 4 8 6 12 6 8 2 16 0 24-2 6 0 14-2 22 0-30 20-62 24-94 26 16 6 32 12 50 22-4 0-6 0-10 0-18-2-38-2-58 2-6 2-6 2-2 8 6 10 16 14 28 18 8 4 16 4 24 6-6 4-14 6-22 6-22 2-44 0-66-6-18-2-34-6-52-8-4 0-6 2-6 6 0 14 4 24 14 30 8 6 18 10 28 12 2 2 6 2 10 4-2 0-4 0-6 0-22 0-42-6-60-18-4-2-6-2-10 0-14 10-22 24-26 40-2 8-2 14-2 24-4-4-2-8-6-12-2 4-2 8-6 14 0-8 0-16 0-22-4-18-12-34-28-44-4-2-6-2-10 0-12 8-26 14-40 16-8 2-16 2-24 0 2 0 4-2 6-2 12-2 22-6 32-12 8-10 14-20 12-34 0-4-2-6-6-4-14 2-30 4-44 8-26 4-50 8-74 6-8-2-14-2-22-6 0-2 2 0 4 0 10-2 20-4 32-8 6-4 14-8 18-16 2-4 2-6-4-6-20-4-40-4-60-2-2 0-4 0-6-2 18-8 34-14 52-22-34 0-68-4-96-26 2-2 4 0 6 0 12 0 22 4 34 4 4 0 8-2 14-4 4-2 4-4 0-8-8-6-18-10-28-10-14-2-28 0-44 2-18 4-34 6-52 6-10 0-16 0-24-4-8-2-12-8-16-16 0-2-2-2 0-4 0-2 0 0 2 0zM396 496c-8-8-16-12-22-18-6-8-12-16-12-26-2-48 18-84 54-112 4-4 8-6 14-8 22-10 48-4 64 16 18 18 20 44 8 66-6 8-12 16-18 22-8 10-16 18-22 28-12 18-14 36-8 56 4 10 8 20 14 28 8 16 14 34 14 50 0 6 0 6-6 6-10-2-16-6-24-10-8-2-14-6-20-8-18-2-28 4-34 18-2 6-4 10-4 16-2 14-4 26-6 38-2 4 0 4 2 6 12 2 22 0 32-8 6-4 10-8 16-12 16-12 36-16 56-18-2 0-2 0-2 2-24 14-42 30-60 52-4 6-10 10-16 16-16 12-32 12-46-4-2-2-4-6-6-8-12-16-18-38-20-58 0-22 8-36 26-44 6-2 10-4 18-8 6-2 10-4 16-8 22-12 26-34 12-54-8-6-14-12-20-16zM620 568c8 4 16 10 24 12 6 4 14 6 20 10 10 6 14 12 16 22 6 36-8 64-32 88 0 2-2 2-2 2-8 6-16 6-22 4-8-6-16-10-22-16-10-8-18-16-26-24-10-14-24-24-38-32-2-2-6-2-8-6 20 2 40 6 56 18 6 4 12 10 18 14 10 6 20 8 30 8 4-2 6-2 4-6-2-6-4-12-4-18-2-10-4-20-6-32-6-20-20-26-40-22-6 2-12 6-18 8-8 4-14 6-24 8-4 2-6 0-6-4 2-18 6-34 14-50 4-4 6-10 10-16 6-16 10-30 6-48-2-16-10-26-20-38-8-10-18-18-24-28-24-34-12-72 24-88 22-8 40-4 58 8 30 24 48 54 52 94 2 22-4 40-22 52-6 6-12 12-18 16-6 6-10 10-14 18-10 16-4 34 14 46zM190 310c4 6 8 12 12 18 4 10 8 20 14 28 4 12 10 24 16 34 10 18 24 24 44 18 4 0 10-4 14-6 0 0 2-2 4 0-4 12-10 20-22 24-8 4-18 4-26 4-20 0-38-6-56-16-2-2-4-4-4 0-4 32-6 64 0 96 4 30 20 54 46 70 6 2 12 6 20 10 8 6 16 10 22 16 4 4 10 8 12 14 0 0-2 2-2 2-2 0-2 0-4 0-26 2-50 0-76-8-4-2-4 0-6 2 0 8-4 14-10 16-4 2-6 4-10 4s-4 2-4 6c0 2 0 2 2 4 4 22 16 38 34 50 12 8 26 14 40 18 2 2 4 2 2 4-14 14-28 24-46 30-12 2-24 2-34-4-4 0-6-2-6-6 0-10 4-18 12-24 6-6 6-6 0-12-12-8-20-20-26-32-20-32-32-66-32-102 0-4 2-6 4-8 6-4 12-6 18-8 2 0 4 0 2-2-2-12 4-20 10-28 2-2 4-4 2-6-8-52-4-104 4-156 2-10 2-10-6-14-16-8-24-22-20-40 2-2 2-4 4-6 20-8 38-8 52 10zM868 348c-4 2-6 2-4 6 10 54 14 108 4 160 0 4 0 4 2 6 8 8 12 18 10 28 0 2 0 4 4 4s10 2 16 6c4 2 6 6 6 10-2 42-16 78-40 110-6 8-14 14-20 22s-6 8 2 14c4 4 8 8 10 12 2 14 0 16-14 18-22 6-56-10-72-32 2 0 4-2 6-2 16-6 30-12 44-22 16-14 26-30 28-50 0-4 0-6-4-6-12 0-20-6-22-20-2-4-2-4-6-2-26 8-52 10-76 8-2 0-4 0-6-2 2-2 4-6 6-8 8-8 16-12 24-18 12-6 20-10 30-18 20-12 32-28 38-50 10-38 8-74 4-110 0-2-2-4-4-2-18 14-42 18-68 16-10 0-18-4-26-10-6-4-8-10-10-18 6 2 10 4 14 4 18 8 32 4 44-10 4-4 6-8 8-12 6-10 10-22 16-32 6-12 10-24 16-36 14-20 36-26 58-16 2 2 4 2 4 6 4 12 2 22-6 32-6 8-10 12-16 14zM646 172c-10-2-14-6-18-14-4-10-4-18-6-26-4-20-12-38-26-54-16-20-34-38-56-54-2-4-6-6-10-8-10-6-22-6-34-2-6 4-14 8-20 14-22 16-40 38-58 60-8 12-14 26-16 42 0 8-2 18-6 28-2 6-8 12-18 12-8 2-14-2-20-10-4-6-6-16-8-24-2-14 0-28 6-42 4-6 10-12 18-12 0 2 0 2-2 4-6 10-10 24-8 38 0 4 2 8 4 12 4 2 6 2 8-2 2-2 2-6 2-10 2-20 12-36 22-50 8-14 18-26 28-38 2-4 4-6 2-10-2-16 0-30 6-44 2-4 6-8 10-12 0 4-2 6-2 10-2 8-4 16-2 24 0 4 4 8 10 8 12 0 24-6 32-14 8-6 6-6 2-12-6-6-12-16-16-24s-6-16-2-28c2 6 4 10 8 14 2 2 6 6 8 8 6 4 12 8 16 12 10 6 10 6 22 0 12-8 24-16 30-30 0 0 2 0 2 0 2 12-2 22-8 32-4 6-8 14-12 20-2 2-4 4-2 6 8 6 16 14 30 16 16 2 18 0 18-16 0-6-2-12-2-20 0-2-2-2-2-6 4 4 6 8 10 12 8 14 8 30 6 46-2 4 0 6 2 10 12 14 24 28 32 44 8 14 14 28 16 42 0 4 2 6 4 10 0 2 2 4 4 4s4-2 4-4c8-12 6-32-2-42-2-2-2-4-4-6s-2-2-2-4c2 0 2 0 4 0 6 2 10 6 14 10 10 22 12 44 0 66-2 10-8 14-18 14zM846 256c-6 4-14 8-22 14-6 2-10 6-14 14-2 2-4 4-2 8 4 2 6 4 10 2 4 0 8-2 12-2 2-2 4-2 8 0-6 2-10 6-14 10-4 2-8 4-14 2-4 0-4 2-4 4 2 8 2 18 2 26-2 18-10 34-24 44-18 12-38 10-52-2 12-4 12-4 24-16 4-4 8-8 16-6 4 0 6-2 6-6-2-16-4-34-8-52-10-46-34-88-62-128-2-2-4-2-4 0-8 8-14 16-22 22-8 10-16 16-26 22-10 4-20 4-30 0-6-4-12-6-20-6-2 0-2 0-2-2 2-16 14-24 28-20 6 0 12 4 16 4 18 8 28 2 34-18 0 0 2-2 2-4 2-12 2-24 2-36 2-12 2-28 8-40 0-4 2-6 6-10 0 2 0 4 0 6-2 24 4 46 14 66 10 18 24 32 40 46 6 4 6 4 10-2 6-6 8-12 12-16 2-4 6-8 12-10-8 20-10 42-8 62 0 14 4 28 12 40 2 4 4 4 8 0 4-2 6-6 6-10 0-8 0-16 0-22s2-12 6-16c0 4 2 8 2 12s0 8 2 10c2 10 10 12 18 10 10-2 16-8 22-16 4-10 2-18-6-24-2-2-6-4-8-6 6 0 10 2 14 2 16 8 20 26 8 38-6 0-12 4-18 6zM380 186c6-2 12-4 18-6 4 0 10 2 14 4 4 4 6 12 8 16 2 2 0 4-2 4-6 0-12 2-16 4-14 8-26 6-38-2-10-6-18-14-26-22-6-6-10-10-16-16-2-2-4-2-6 0-14 20-26 40-36 62-18 36-30 76-32 118 0 4 0 6 6 6 6-2 10 0 14 4 8 8 14 16 26 18-18 14-42 12-58-2-10-8-14-22-16-34-2-10-2-22 0-32 0-2 2-4-2-4-14 4-22-6-30-12 2 0 4 0 8 0 4 2 8 4 12 4s8-2 10-4c2-4 0-6-2-8-4-4-6-8-10-12-8-4-16-8-22-12-8-4-14-8-20-14-6-8-8-18-2-28 4-8 14-12 24-12-2 2-4 4-8 6-8 6-10 12-4 22 2 6 8 12 14 16 14 8 24 4 28-12 0-4 0-8 2-12 0 0 0-2 2-2 2 4 2 8 4 14 0 8 0 16 0 22 2 6 2 10 6 12 4 4 6 4 10-2 2-4 4-8 6-14 6-18 6-38 4-58-2-10-4-20-6-30 6 4 10 8 14 14 4 4 6 12 10 16 2 2 4 2 6 0 24-20 42-44 52-74 4-14 6-30 4-44 2 0 2 2 2 2 6 12 8 24 8 36 4 16 2 32 6 48 2 22 12 28 34 20zM576 258c6 10 8 20 8 32 0 8-2 10-10 12-2 0-4 0-8 0-6 0-12 0-20 0-14-2-18 2-24 16 0 6-2 10-6 12-4 4-6 4-10 0-2-4-4-10-6-14-4-10-10-14-20-14-4 0-10 0-16 0s-14 2-20-2c-4 0-4-2-6-6 0-14 4-28 12-40 6-6 10-14 16-22 8-10 10-20 10-32 0 0 0-2 2-2 4 2 4 8 6 12 2 6 2 12 4 16s6 4 10 2c2 0 6-2 4-8s0-14 2-22c4-12 12-24 14-36 2 4 2 10 2 14-2 8-4 18-6 26 0 6 0 12 2 20 4 6 8 8 12 8 6-2 8-6 10-10 0-6 2-10 2-16 2-2 2-6 6-6-4 16 2 26 12 38 8 8 12 16 18 22zM474 498c-6-2-8-4-6-8 0-16 6-30 16-42 8-10 16-18 24-28 2-2 4-2 6 0 8 8 18 16 26 26 10 14 16 28 16 44 0 4 0 6-6 8-12 2-24 4-38 4s-26-2-38-4zM484 714c-4-6-8-14-10-22-4-10-2-18 4-26 16-18 36-20 56-10 2 0 4 2 8 4 12 8 16 20 10 34-2 6-6 10-8 14-10 12-12 24-10 38 0 4 0 8-2 12-4-8-8-16-10-24-2-10-2-20-2-28 0-6 0-12-2-16-2-2-4-4-8-4-2 0-2 2-4 6-4 10-4 22-4 32 0 8 0 16-2 24-2 4-4 8-8 10 2-8 2-16 0-24s-6-14-8-20zM524 602c-2-2-2-6-2-8-2-10 2-20 4-28 4-8 6-16 6-24 0-2 0-4-4-6-8-4-18-6-28-4-8 4-10 6-8 14 2 10 6 18 8 28 2 8 4 16 0 26-4-14-14-28-20-40s-8-26-8-40c0-4 0-6 4-8 24-10 50-10 72 0 4 2 6 4 6 8 0 12-2 24-6 36-8 16-20 30-24 46zM140 492c0 6-2 10-10 8s-10-6-12-12c-4-14-2-26 4-38 0 10 4 18 10 26 4 6 6 10 8 16zM906 490c-2 6-6 10-14 12-4 0-6 0-8-6 0-8 2-12 6-18 4-8 12-16 12-26 6 12 8 24 4 38z" />
+<glyph unicode="&#xe004;" glyph-name="amazon" d="M910 196c-126-54-262-80-388-80-184 0-362 50-506 134-12 8-22-6-12-14 134-122 310-194 506-194 140 0 304 44 416 126 18 14 2 36-16 28zM1020 258c-12 16-118 28-182-16-10-8-8-16 4-16 36 4 116 14 130-4s-16-94-30-128c-4-10 6-14 14-6 60 50 76 156 64 170zM568 636c-58-6-134-10-188-34-64-28-108-82-108-164 0-104 66-156 150-156 72 0 110 18 166 74 18-28 24-40 56-68 8-4 18-4 24 2v0c20 18 56 50 78 66 8 8 6 18 0 28-18 24-38 46-38 92v156c0 66 4 126-44 172-38 36-102 50-150 50-96 0-202-36-224-154-2-12 6-18 14-20l98-10c8 0 16 8 18 18 8 40 42 60 80 60 20 0 44-8 56-26 14-20 12-48 12-72v-14zM548 428c-14-28-40-46-68-46-38 0-62 30-62 74 0 84 78 100 150 100v-22c0-38 0-70-20-106z" />
+<glyph unicode="&#xe005;" glyph-name="amplement" d="M506 556c46 6 80 14 102 24 36 14 54 40 54 70 0 40-14 68-42 82-28 16-70 24-124 24-60 0-102-16-128-44-18-22-30-52-36-90h-244c4 86 28 154 70 208 68 86 182 130 346 130 108 0 202-22 286-64 82-42 124-122 124-238v-446c0-30 0-68 2-112 2-32 6-56 14-68 10-12 22-22 38-30v-36h-276c-8 20-14 38-16 56-4 18-6 36-8 58-34-38-76-70-122-96-54-32-116-48-184-48-88 0-162 24-220 74s-86 122-86 214c0 120 46 206 138 260 52 28 126 50 224 62zM662 438c-16-10-34-18-50-24s-38-14-68-18l-58-10c-54-10-92-22-116-36-40-22-60-58-60-106 0-44 12-76 36-96 24-18 54-28 90-28 54 0 106 16 152 48 48 32 72 90 74 176z" />
+<glyph unicode="&#xe006;" glyph-name="android" d="M888 640c-34 0-62-30-62-64v-248c0-34 28-62 62-62s62 28 62 62v248c0 34-28 64-62 64zM136 640c-34 0-62-30-62-64v-248c0-34 28-62 62-62s62 28 62 62v248c0 34-28 64-62 64zM236 638v-452c0-28 22-50 48-50h56v-136c0-36 28-64 62-64s62 28 62 64v136h98v-136c0-36 28-64 62-64s62 28 62 64v136h56c26 0 48 22 48 50v452zM644 872l50 74c4 4 2 10-2 12-4 4-8 2-12-2l-52-78c-36 14-74 22-116 22s-80-8-116-22l-52 78c-4 4-8 6-12 2-4-2-6-8-2-12l50-74c-80-38-138-110-146-194h556c-8 84-66 156-146 194zM396 754c-18 0-32 14-32 30 0 18 14 32 32 32 16 0 30-14 30-32 0-16-14-30-30-30zM632 754c-16 0-30 14-30 30 0 18 14 32 30 32 18 0 32-14 32-32 0-16-14-30-32-30z" />
+<glyph unicode="&#xe007;" glyph-name="angellist" d="M152 234c0 42 10 74 28 98 16 20 40 36 74 44-10 28-16 48-16 60 0 22 12 46 36 70s48 36 70 36c10 0 24-4 40-10-32 92-56 162-70 210-16 54-24 92-24 114 0 32 8 58 24 76s40 28 68 28c48 0 106-98 174-296l16-50c4 10 8 22 12 34 68 196 128 292 180 292 28 0 48-8 64-26s24-42 24-70c0-20-8-58-24-114-14-48-36-116-66-200 38-10 66-28 82-54 18-30 28-74 28-134 0-120-36-216-108-292s-162-114-274-114c-44 0-86 8-128 24-40 14-74 36-108 66-34 32-58 66-76 100-16 36-26 72-26 108zM218 238c0-16 4-36 14-60 8-20 22-42 40-66 26-36 58-62 96-82 38-18 82-28 130-28 86 0 158 32 218 98 58 64 88 146 88 244 0 30-2 54-6 70s-10 26-20 36c-18 14-54 28-106 40-54 12-110 18-170 18-14 0-24-2-28-6-4-2-6-10-6-20 0-28 16-48 46-60 34-14 88-20 166-20h28c10 0 18-4 22-12 6-4 10-14 12-30-12-12-30-22-56-32-24-8-42-16-52-26-28-18-48-42-64-68s-24-52-24-76c0-14 4-30 10-50 8-22 12-36 12-44v-6l-4-14c-30 2-52 16-66 40-10 22-16 50-18 82-2 0-6 0-12 0h-12c2-4 2-8 2-12 0-20-8-38-24-52-14-14-32-20-54-20-30 0-62 14-94 44-34 32-50 62-50 92 0 4 2 10 4 16 0 4 6 12 16 22 16-22 28-36 34-44 28-40 54-60 76-60 6 0 12 2 18 6 4 4 6 8 6 10 0 6-4 16-12 30-6 10-18 28-38 54-18 24-34 40-44 50-10 8-18 14-22 14-14 0-26-8-38-22-12-16-18-34-18-56zM308 430c0-8 6-24 16-46 10-18 24-40 46-68 20-26 38-48 56-62 16-14 28-20 36-20 4 0 10 2 14 8 4 4 6 10 6 16 0 8-6 26-18 58-14 34-28 64-46 92-14 24-28 40-38 50-12 10-22 14-32 14-8 0-16-4-24-14-10-12-16-20-16-28zM354 864c0-24 8-58 24-108 14-48 36-110 66-190 6 4 16 6 28 6 0 0 2 0 6-2 4 0 8 0 10 0 4 0 12 0 28-2l-70 202c-18 52-34 88-44 104-10 14-18 20-26 20-6 0-12-2-16-8s-6-14-6-22zM520 352c6-16 12-32 20-50 12 14 26 28 40 38-4 0-10 2-16 2-6 2-12 2-14 2-14 4-24 6-30 8zM626 556l66-12c30 84 54 150 70 200 16 54 26 86 26 96 0 12-4 20-8 26-2 4-8 6-16 6s-18-8-30-26c-12-20-28-54-44-102z" />
+<glyph unicode="&#xe008;" glyph-name="apple" d="M926 616c-72-24-120-124-120-198 0-96 54-196 142-220-24-84-92-190-154-234-26-18-56-26-94-26-24 0-52 4-90 20-30 14-58 20-76 20-16 0-50-10-96-28-26-8-48-14-62-14-42 0-78 18-116 48-118 108-184 266-184 432 0 162 102 318 260 318 48 0 82-10 114-26 30-18 56-24 84-24 22 0 48 4 72 14 62 24 102 36 126 36 60 0 108-18 148-54 16-16 32-38 46-64zM506 728c0 56 24 106 62 154 38 42 90 68 146 78 0-58-20-116-58-162-44-48-92-70-150-70z" />
+<glyph unicode="&#xe009;" glyph-name="appnet" d="M512 834l-512-772h104l116 178h584l116-178h104zM288 330l224 338 224-338z" />
+<glyph unicode="&#xe00a;" glyph-name="baidu" d="M656 634c82-12 134 76 146 142 10 66-44 144-102 158-58 12-130-80-136-142-8-74 10-148 92-158zM184 420c112 24 96 158 94 186-6 46-60 124-130 118-90-8-104-138-104-138-12-60 30-190 140-166zM390 644c62 0 112 70 112 158s-50 158-112 158c-60 0-110-70-110-158s50-158 110-158zM302 188c-2-8-10-32-4-54 12-46 54-48 54-48h58v142h-62c-28-8-42-30-46-40zM982 522c0 32-26 128-124 128-100 0-112-92-112-156 0-60 6-146 128-142 120 2 108 138 108 170zM858 242c0 0-128 98-202 204-100 158-244 94-292 14s-122-130-132-144c-10-12-154-90-122-230 32-142 144-138 144-138s82-8 176 12c96 22 178-4 178-4s224-76 284 68c60 144-34 218-34 218zM476 28h-144c-62 14-88 56-90 64-4 6-22 40-12 98 26 88 104 94 104 94h76v96l66-2zM746 30h-166c-66 16-68 62-68 62v184l68 2v-166c4-18 26-22 26-22h68v186h72z" />
+<glyph unicode="&#xe00b;" glyph-name="bandcamp" d="M0 296h380l178 310h-380zM756 492c-8 12-18 20-34 26-12 6-28 8-46 8-6 0-14 0-20-2s-12-4-20-6c-6-4-10-8-16-12-4-4-8-8-12-14v0 114h-50v-310h46v32h2c4-8 8-14 14-20 6-4 12-8 18-10 8-4 16-6 24-6 8-2 14-2 24-2 16 0 30 4 44 10 12 6 22 16 30 26 8 12 14 24 18 38s6 28 6 44c0 16-2 32-6 46-6 14-14 26-22 38zM730 380c-2-10-8-18-12-26-6-8-12-14-20-18-8-6-18-8-28-8s-20 2-26 6c-10 4-16 10-22 16-4 8-10 16-12 26-2 8-4 20-4 32 0 22 6 42 16 56s28 22 48 22c10 0 20-2 28-8 8-4 14-10 20-16 4-8 10-16 12-26 4-10 4-20 4-30-2-8-2-18-4-26zM956 342c-10-8-22-12-38-12-10 0-20 2-28 6-6 4-14 10-18 18-4 6-8 16-10 24-2 10-2 18-2 28 0 18 2 30 6 42 4 10 8 18 14 24s14 10 22 12c6 2 14 4 20 4 14 0 26-4 34-10 10-8 16-18 18-32h50c-2 14-6 26-10 36-6 10-14 18-22 26-10 6-20 10-32 14s-26 6-38 6c-18 0-36-4-50-10s-26-14-34-24c-10-12-16-24-22-40-4-14-8-30-8-46 0-18 4-32 8-48 6-14 12-26 22-36 8-10 20-18 34-24s30-10 48-10c30 0 52 8 70 24s28 38 34 68h-50c-2-18-8-30-18-40z" />
+<glyph unicode="&#xe00c;" glyph-name="battlenet" d="M1012 368c-6 14-14 26-22 38-28 32-60 58-92 80-4 2-6 6-10 4 22 2 40 6 60 16 14 8 20 20 18 38 0 14-6 26-12 40-16 24-38 42-60 58-12 8-24 14-38 22-4 2-6 4-2 8 4 6 6 10 8 16 18 34 38 68 54 104 4 10 10 20 12 32 0 4 0 10 0 14 0 2 0 2-2 4-2 0-4-2-4-2-2-4-4-10-8-14-14-22-28-48-44-70-14-24-28-48-44-72-2-4-4-4-8-2-26 10-50 18-74 26-32 10-66 18-98 22-4 0-8 2-10 6-2 6-6 12-10 18-34 60-74 118-124 166-22 20-48 38-82 42-2 0-4 0-8 0-10-2-18-4-26-10-16-10-26-24-32-42-16-32-24-66-28-102 0-12-2-24-2-36-4 0-4 4-6 6-10 12-22 24-36 32-10 8-22 8-36 2-18-8-30-24-40-42-10-26-16-52-16-80 0-12 0-24 0-36 0-4-2-6-6-6-6 0-12 0-18 0-24-2-50-2-74-4-22 0-44-2-64-6-6 0-12-2-18-6-2 0-6-2-4-4 0-2 4-2 6-2 32-2 62-2 96-2 24-2 46-2 70-2 2 0 4 0 6-2 10 0 10 0 10-10 8-58 22-114 44-168 2-4 0-8-2-10-6-12-12-22-20-34-28-48-50-98-64-152-8-30-14-58-10-88s22-48 48-56c18-4 38-4 56 0 32 6 64 16 94 30 10 4 16 8 26 12-2-6-4-10-6-16-4-10-8-20-8-32-4-22 2-36 24-46 6-2 14-4 20-6 16-2 34 0 48 2 32 8 58 22 86 38 4 4 6 4 10-2 16-26 32-52 50-78 12-20 26-40 40-56 6-6 12-10 20-10 2 4 0 6-2 8-6 8-10 16-14 22-6 14-14 24-20 36-16 32-34 62-50 92-4 8-4 8 4 14 20 16 40 32 60 52 22 20 44 42 64 68 4 6 8 6 14 6 26 0 52 0 80 2s52 4 78 8c38 6 74 14 108 32 22 12 42 28 44 56 0 0 0 0 0 0-2 4-2 8 0 12 0 0 0 2 0 2-2 6-2 14-4 20zM402 712c4 28 10 56 22 82 6 12 10 22 20 30 12 16 30 18 46 12 10-2 18-8 26-14 30-24 54-58 74-92-68 0-132-14-190-50-2 12 0 22 2 32zM242 650c2 22 4 44 12 64 4 10 10 20 18 26 16 14 44 10 52-10 2 0 2-2 2-4 0-24 2-48 6-74 0-4-2-2-4-2-14 0-26 0-40 0 0 0 0-2 0-2-14 0-26 0-40 0-4-2-6-2-6 2zM298 216c-12-2-22-2-32 0-26 4-40 20-42 46 0 18 4 34 8 50 8 26 18 52 34 78 34-58 76-106 134-140 0-2-2-2-2-2-32-14-66-26-100-32zM508 130c-22-12-44-20-68-22-4 0-6 0-8 0-32 4-40 28-30 54 0 2 2 4 4 4 10 6 20 14 30 20 10 8 20 14 30 20 4-6 8-12 12-20 10-16 20-34 32-52 0 0 4-2-2-4zM622 218c-26-24-52-48-80-68-4-4-6-4-8 2-10 20-20 42-32 62 0 2-2 4-2 8 42-2 80 8 116 28-36-10-74-14-112-12 0 4 2 4 4 6 80 68 152 144 216 228 4 6 4 8-2 10-8 4-16 10-24 14-2 0-4 2-6-2-24-34-54-62-84-90-58-50-120-94-184-138-4-2-6-2-10 0-44 26-74 62-98 104-30 48-46 102-58 160-8 26-12 54-14 82-2 6 0 8 6 8 24-4 50-4 72-6 6 0 6-2 4-6-20-34-30-68-30-106 0-2 0-4 0-4 10 34 22 68 44 100 4-22 8-42 12-60 20-84 46-164 78-242 2-6 4-6 8-4 8 6 16 10 24 14 2 2 4 4 2 6-18 38-26 76-34 116-16 74-24 148-28 222 0 6 0 8 6 12 36 22 76 32 118 34 64 4 128-8 188-26 30-10 58-20 84-32 2-2 4-2 2-6-14-22-26-42-42-64-18 36-46 64-80 82 12-12 26-26 36-42 10-14 20-30 28-48-8 2-18 6-26 8-24 10-48 16-72 24-68 18-136 32-204 40-14 2-14 2-14-12 0-8 0-14 0-20 0-4 0-4 4-4 48-4 94-20 140-36 64-22 126-50 186-80 2-2 2-4 2-8 0-46-14-88-36-130-26-48-60-88-100-124zM864 312c-12-10-26-16-40-20-32-8-66-12-100-12 34 58 56 120 56 188 2 0 4-2 6-2 30-24 58-46 82-78 6-8 10-16 14-26 4-20 0-36-18-50zM870 514c-8-4-16-4-24 0-18 12-40 20-60 30-2 0-4 2-2 6 12 22 26 46 38 70 2 2 2 4 6 2 18-14 38-26 52-46 6-10 12-20 12-32 0-14-8-26-22-30z" />
+<glyph unicode="&#xe00d;" glyph-name="beam" d="M512 960c-282.624 0-512-229.376-512-512s229.376-512 512-512 512 229.376 512 512-229.376 512-512 512zM991.232 406.016c-242.688 84.992-435.2 277.504-521.216 521.216 297.984 25.6 546.816-222.208 521.216-521.216zM367.616 592.384c79.872 79.872 209.92 79.872 289.792 0s79.872-209.92 0-289.792-209.92-79.872-289.792 0-80.896 209.92 0 289.792zM32.768 489.984c242.688-84.992 435.2-277.504 521.216-521.216-299.008-25.6-546.816 223.232-521.216 521.216z" />
+<glyph unicode="&#xe00e;" glyph-name="bebee" d="M320 428c42 18 60 92 222 128 0 26-84 304-258 390-180 82-208-218-132-348 6-24 126-186 168-170zM474 778c40-72 56-140 62-144s40-34 42-30c10 34 14 54 16 62-72 370-230 254-230 254s68-68 110-142zM802 676c-6 4-12 6-20 10l2 2 82-22c0 0 14-2 16 14 4 14-6 22-6 22s-76 20-84 22c-16 4-44-6-62-14-2 2-4 2-6 2-4 8-20 46-12 50 6 4 104 8 104 8s14 8 12 24c0 14-20 16-20 16s-116-8-122-8c-26-4-14-36-14-36l12-50c-22 0-42-12-56-36-36-58-22-174 48-216s192-54 226 4c34 58-30 164-100 208zM842 524c-22-18-68-2-98 36-32 38-40 84-16 104 22 18 68 2 98-36 32-38 40-84 16-104zM242 168c0 0-34-92 22-226 186-24 252 52 252 52s-110 42-160 76c-48 30-114 98-114 98zM340 404c0 0-88-54-90-162 0-10 90-136 324-212 60 26 72 166 72 166s-118 58-172 88c-54 28-134 120-134 120zM570 520c-126-18-170-88-170-88s88-118 234-166c2 2-2 132 4 146 8 12 28 20 28 20s-32 24-52 46c-24 22-12 44-44 42z" />
+<glyph unicode="&#xe00f;" glyph-name="bebo" d="M564-64h-104c-226 0-408 184-408 410v512c0 56 46 102 102 102s102-46 102-102v-512c0-114 92-206 204-206h104c112 0 204 82 204 180 0 100-56 180-102 180h-206c-56 0-102 46-102 102s46 102 102 102h206c170 0 306-172 306-384s-182-384-408-384z" />
+<glyph unicode="&#xe010;" glyph-name="behance" d="M922 664h-256v60h256zM498 422c20-28 30-60 30-100 0-32-6-60-18-82-14-24-30-42-50-58-22-14-46-24-72-32-26-6-54-10-82-10h-306v636h296c30 0 58-6 84-12 24-6 44-16 62-28s32-30 42-50c10-18 14-44 14-74s-6-58-22-78c-14-22-36-40-64-52 40-12 68-32 86-60zM134 520h144c26 0 46 2 62 14s24 28 24 56c0 14-2 26-8 36-6 8-12 16-22 22-8 4-18 10-30 12s-24 4-36 4h-134zM390 330c0 32-10 54-28 68s-42 20-72 20h-156v-174h152c14 0 28 2 40 4 12 4 22 8 32 14s18 14 22 26c6 10 10 24 10 42zM1024 336h-330c0-32 12-70 32-88 18-18 46-28 80-28 26 0 48 8 66 22 18 12 28 22 34 42h110c-18-62-46-96-82-120s-80-38-132-38c-36 0-68 6-98 18-28 12-52 28-72 48-20 22-36 48-48 78-10 28-16 60-16 96 0 34 6 66 18 96 10 30 26 54 46 76 22 22 46 38 74 52 30 12 62 18 96 18 38 0 72-8 102-22 28-16 52-36 70-60 20-26 32-56 40-88s12-72 10-102zM898 418c-4 30-14 54-28 70-16 18-42 26-72 26-20 0-36-4-50-12-12-6-24-14-32-24s-12-20-16-32c-4-10-6-18-6-28z" />
+<glyph unicode="&#xe011;" glyph-name="blizzard" d="M8 96c18 2 20 18 24 32 4 18 8 36 8 56 0 16 4 32 2 48-2 22-4 44-6 68 0 24 0 46 0 70 0 18 0 34 0 54 0 2 2 6 4 8 0 2 4 6 4 8 0 14 2 24-4 36-4 6-2 16-2 24 2 12 0 22 6 36 4 8 4 18-2 28-2 2-4 6-4 10 0 46 0 92 0 138 0 4 4 6 4 10 2 6 2 14 2 20 0 2-6 2-10 2-2 0-4 0-4 2-10 10-18 18-28 28-6 4-2 12 0 18 0 6 6 6 12 6 14-2 30 4 44 4 16 2 34 2 50 2s32 2 48 2c12 0 26 2 38 2 6 0 10-2 12-8 6-6 14-12 24-14 6 0 12-4 16-8 16-16 22-34 22-56 0-12 2-24 4-36 2-10 0-18-4-26-6-8-10-16-16-26-10-22-22-40-40-58-4-6-4-8 2-12 8-2 14-6 22-8 6-2 8-6 6-12 0-4-2-6-4-12-4-6-2-12 6-14 2 0 2 0 4 0 6-8 14-16 12-30-6-16-6-34 0-52 0-4 2-8 4-10 6-4 6-10 6-18 2-24 2-50 4-74 0-12-2-24-8-34-2-6-2-12-2-18 6-28 0-52-14-72-12-18-16-36-18-56-2-6-4-8-6-10-18-8-32-18-48-28-2-2-4-4-6-6-6-8-14-12-22-12-10-2-18-6-28-8-2 0-4 2-6 2-6 6-12 8-18 0s-16-6-24-6c-14 0-26 2-40 2-8 0-16 0-22 0-2 0-4 2-6 4 2 2 2 2 2 4zM108 156c12 0 20 4 30 10 10 10 22 14 30 28 2 2 4 4 6 6 2 4 6 8 6 12 2 26 8 50 14 74 4 14 2 28 0 44 0 4-4 8-4 14s0 12 2 18c4 10 4 18-2 26-2 4-2 8-4 12-2 14 8 26 4 40 0 4 0 10-2 16 0 6-4 12-4 16 2 12-4 16-10 22-12 10-24 20-34 28-4 2-6 6-10 8 0-6 0-10 0-14 0-20 2-40-4-60-2-6 0-16 2-24 2-14-2-28-8-40-2-2-2-8 0-12 0-4 2-8 2-10 0-32 0-64 0-96 0-4-2-6-4-10-2-6-4-10-4-16 0-14 0-28 2-42 0-16 0-32-10-46 2-2 2-2 2-4zM202 712c0 2 0 2 0 2-4 2-6 2-10 2-6 2-14 4-18 10 0 2-4 4-8 4s-8-2-14-2c-4-2-6-2-6 4-6 0-8-4-8-8 0-2-2-6-2-8-2-2-4-6-4-10 0-34 0-68 0-104 0-2 0-4 0-6 2 0 6 0 8 0 10-4 14 2 18 10 2 2 2 6 4 10 4 8 12 14 22 14 6 2 8 4 8 10 0 14-2 30 4 42 0 2 0 4 0 6-4 8-8 20 6 24zM388 154c14 0 30 0 46 0 2 0 4 2 6 4 8 8 16 12 28 8 10-2 20-4 30-6 12-2 26 0 38 8 4 4 10 4 16 6 12 0 24 2 34 2 24 0 46 0 68 0 26 0 52 0 80 0 6 0 6-2 6-8 0-20 0-36 0-54 0-10 2-18 6-26 2-2 2-4 4-8-2 0-4 0-6 0-22 0-42 0-60 0-4 0-8 2-12 4 0 0-2 2-2 2-10-2-18 2-28 6-2 0-4 0-6 2-4 6-12 4-18 4-14 0-28 0-42 0-6 0-8 2-12 6-6 4-14 4-22 4-40 0-82 0-122 2-6 0-10 2-14 4-16 6-32 8-46-2-10-8-20-16-28-22-2-2-4-2-6-2-16 0-32 0-48 0-2 0-4 2-6 4 2 8 8 16 16 18 2 2 6 4 8 6 16 8 22 18 20 36 0 4 2 6 2 10 4 4 4 6 0 10-2 4-2 6-2 10 0 10 0 20 0 30 0 4 0 10 4 14 2 2 0 10 2 14 0 4 2 6 4 10 4 4 2 14-4 20-6 4-6 10-6 16 0 20 0 40 0 60 0 4 2 6 2 10 2 2 2 4 2 8-2 16 0 30 2 48 2 8 2 16 4 24 0 10 0 22 2 32 0 4 2 6 2 8 6 8 6 16 0 24-2 2-2 6-2 10 0 26 0 50 0 76 0 4-2 6-4 10 0 2-2 6-2 8 0 8 0 16 0 24 0 10 2 18 10 24 0 2 2 4 2 6 0 12 0 24 0 36 0 2 0 4 0 4-8 6-4 12 0 18 10 18 2 36-6 52-2 2-8 4-12 4-4 2-6 2-10 6-6 10-16 18-24 28 0 0 0 2 2 2 4 8 4 8 12 2 2 0 6-2 8-2 10 0 22 0 34 0 2 0 8-2 10-4 6-6 10-10 16-8 2 0 4 0 6-2 8-8 16-16 22-24 2-2 4-4 4-6 0-16 0-32 0-48 0-2-2-6-2-8-6-6-6-10 0-16s8-10 8-18c-2-6 2-14-6-18 0-2 0-4 0-6 0-40 0-80 0-118 0-2 0-6 2-8 12-6 12-18 12-28 0-36-2-70-4-106 0 0 0-2 0-4-10-16-6-36-2-54 2-10 2-22 2-32 0 0-2-2-4-2-8-6-8-16-4-24 2-4 2-10 0-12-4-6-4-12-4-16 0-8 2-16-4-22-2 0-2-4-2-6 0-6 0-14 0-22 0-6 0-12-4-16s-4-8 0-12c4-4 4-10 6-14-2 0-2 0-2 0zM790 652c-4 2-4 6-4 12 2 4 2 10 0 16s0 12 4 16c2 4 4 8 4 12 0 28 0 58 0 88 0 14 0 12 12 12 60 0 118 0 178 0 4 0 10 2 14-4 0-2 4-2 6-4-6-14-14-28-20-40-4-6-6-10-6-18 2-10-2-18-10-26-4-4-8-8-6-18 2-6-2-12-8-18-4-4-4-10-6-16-2-20-6-38-14-56-4-10-2-22-2-34s0-24-2-34c0-10-4-16-8-24-4-12-6-24-14-36-2-4-2-10 0-16 0-6-2-10-6-14-10-8-14-16-12-28 0-2 0-4 0-6 2-34-2-66-16-98-2-4-2-8-2-14 2-22-6-42-14-60-6-10-10-22-14-32 0-4-2-8-4-12 0-2 0-6 2-6 2-2 6 0 8 0s6 2 8 2c10 0 18 0 28 2 2 0 6 4 6 6 0 14 12 20 24 24 16 8 32 16 48 24 6 2 12 10 18 16 8-8 18-4 26-6 6 0 10-2 14-6 4-6 4-10 0-14-4-8-4-16 0-24 2-6 4-10 4-16 0-14 0-26 0-40 0-8-8-16-16-16-22 0-46 0-68 0-4 0-8 4-12 6-4 0-10 2-16 4-2 0-6 0-10 0-2 0-6 0-10-2-10-10-18-14-30-12-14 0-24 0-36-2-8 0-16-4-24-8-14-6-16 2-16 14 0 8 2 18 2 26 0 2 0 4 2 6 6 4 6 12 4 20 0 2 2 6 4 8 8 6 10 12 8 22 0 4 2 8 2 10 2 4 4 10 4 14 2 6 0 10 2 14 8 22 8 42-2 64-6 14-8 30-6 48 0 16 2 34 6 50 2 14 8 28 14 40 6 16 12 36 20 52 2 4 2 8-2 12-2 2-2 10 0 12 4 6 6 12 6 20 0 4 4 10 6 14 8 16 16 30 14 50 0 2 0 4 0 6 10 24 20 50 38 72 2 2 2 4 2 6 0 8 0 16 6 22 2 2-2 10-8 10-8 0-16 0-22 0-2 0-6 0-6 2-4 6-10 8-18 8-22-4-24-4-32-22-6-16-8-34-12-52 0-4-2-8-4-14s-4-8-10-8-12-4-16-6zM730 344c4-8 8-6 12-2s8 10 10 16c4 12 4 12 18 10 0-10 2-20 2-30 0-2-2-2-2-4-10-10-14-22-14-34 0-22 0-44 2-66 0-6-2-8-6-10-4 0-6-2-8-4-8-6-16-6-24-6-14 0-26 0-40 0-6 0-10 0-14 6-4 4-18 0-22-4-10-10-14-10-24-4-4 2-10 4-16 4-10 2-18 2-28 0-6 0-10 2-12 8 0 0 0 0 0 0 12 12 8 24 8 38 0 4-2 10 4 14 2 2 2 8 2 10 0 4-2 6-4 8-4 8-8 14-4 22 2 2 0 6 0 8-8 16-2 32 0 50 4 14 6 30 10 46 4 12 12 22 20 34 2 6 4 12 8 16 6 12 12 24 18 34 2 6 4 10 6 14 6 20 12 38 16 56 2 8 6 12 12 18 4 2 6 6 10 10 6 8 14 14 18 24 2 2 4 6 4 8 0 8-2 16-2 24 0 6 4 10 6 12 4 8 10 14 16 22 4 4 6 10 10 14 10 8 12 16 12 26-2 10 0 20 0 28-10 2-20 2-28 2-6 0-14 0-22 0-16 2-28-4-40-12s-16-16-18-28c0-4-2-6-6-8-2-2-6-4-10-6-4-4-8-10-6-16 0-10-2-20 0-28 0-14-4-26-14-36 0 0-2 0-2 2-4 16-8 32-12 48 0 6 4 14 4 20 2 12 2 22-8 30-2 2-2 4-2 6 0 16-2 30 0 44 0 6 4 14 6 20 56 0 114 0 172 0 0-10 0-18 0-26 0-4 2-8 2-12 2-4 2-6 2-10 0-34 0-66 0-98 0-2 0-6 0-6-8-10-8-22-6-34 0-4-2-6-2-8-6-14-14-26-20-40-6-10-10-18-12-30-2-6-2-14-2-20s0-8-6-12c-6-2-10-4-14-8-12-8-12-22-12-34 0-2 0-6 0-6-8-12-16-20-22-30-8-20-18-42-26-62 0-4-2-8-2-12 0-12-4-20-8-32-8-22-18-46-26-66-2-6 2-12 8-10 6 0 10 2 14 4 10 6 22 10 34 12 10 0 18 6 22 14 6 10 12 18 18 26s14 14 22 16c2 0 6 4 6 6 4 6 4 12 6 18 4 4 6 6 6 6zM412 792c4 8 6 8 12 8 34 0 68 0 102 0 6 0 8-4 10-8s0-8-4-10c-12-6-24-12-26-26-2-4 0-10 2-16 4-4 6-10 0-14-6-6-6-12-6-18 0-16 0-28 0-42 2-30 2-60 2-88 0-6 0-12-2-16 0-10 2-22 6-32 0-4 2-8 2-14 0-2-2-4-2-6-2-6-8-10-6-16 0-22 4-42 4-62 2-10 4-20-6-28-4-2-6-10-4-14 2-14 2-28 8-42 8-16 4-34 2-52 0-2-2-6-4-8-4-4-6-8-4-16 0-4 2-10 4-14 2-6 6-10 10-12 6-6 14-10 22-14s10-12 10-20c-20 0-40 0-58 0-8 0-18 0-26-2-6-2-12-4-18-8-8-6-8-6-16 4 8 6 16 14 24 22 2 2 4 6 4 10 2 22 4 46 6 68 0 4 2 6 2 10 2 6 4 12 2 16-8 12-6 24 2 38 0 2 0 6 0 8 0 32 0 64 0 96 0 48 0 96 0 144 0 2-2 6 0 6 8 6 2 10 0 18-4 10-2 22-4 32 0 20-2 40-2 62 0 8-2 18-2 28 0 6-4 10-10 12-6 4-12 4-18 10-6 2-12 2-18 6z" />
+<glyph unicode="&#xe012;" glyph-name="blogger" d="M952 570h-44c-44 0-68 30-68 62v28c0 146-162 300-300 300h-216c-182 0-324-144-324-326v-388c0-170 146-310 298-310h410c168 0 316 142 316 314v246c0 46-16 74-72 74zM324 694h186c32 0 60-28 60-62 0-32-28-62-60-62h-186c-32 0-60 30-60 62s28 62 60 62zM694 202h-370c-32 0-60 24-60 56 0 34 28 56 60 56h370c32 0 60-22 60-56 0-32-28-56-60-56z" />
+<glyph unicode="&#xe013;" glyph-name="buffer" d="M1006 182c-2 2-6 4-8 6-26 12-54 24-80 36-22 12-46 12-70 0-100-46-200-94-300-140-24-10-48-12-70 0-100 46-202 94-302 140-24 12-48 12-72 0s-50-24-74-34c-8-4-20-8-20-20 0-10 12-12 20-16 148-70 296-140 446-208 24-12 48-12 70-2 150 70 300 140 450 210 4 2 8 4 10 6 10 6 10 16 0 22zM16 714c4-2 10-6 14-8 150-68 298-138 446-208 24-10 48-10 72 0 148 70 298 140 446 208 4 4 10 6 14 10 8 4 8 12 0 18-4 4-10 6-14 10-148 68-296 138-444 206-26 12-50 12-76 0-148-68-296-138-444-208-6-2-10-4-14-6-8-6-8-16 0-22zM1006 458c-2 2-6 4-8 6-26 12-54 24-80 36-22 12-46 12-70 0-100-46-200-94-300-140-24-10-48-10-70 0-100 46-202 94-302 140-24 12-48 12-72 0s-50-24-74-34c-8-4-20-8-20-18 0-12 12-14 20-18 148-70 296-140 446-208 24-12 48-12 70-2 150 70 300 140 450 210 4 2 8 4 10 6 10 6 10 16 0 22z" />
+<glyph unicode="&#xe014;" glyph-name="chrome" d="M704 448c0-106-86-192-192-192s-192 86-192 192c0 106 86 192 192 192s192-86 192-192zM514 674h462c-84 170-260 286-460 286-164 0-310-76-404-196l176-300c8 118 106 210 226 210zM988 640h-352c64-40 104-110 104-190 0-38-10-76-28-108l-232-404c12 0 22 0 34 0 282 0 510 228 510 512 0 66-14 132-36 190zM520 218c-100 0-186 64-216 152l-216 366c-56-82-88-180-88-286 0-262 194-478 444-512l180 306c-32-16-66-26-104-26z" />
+<glyph unicode="&#xe015;" glyph-name="coderwall" d="M894 656c72 0 128 58 128 128s-56 128-128 128c-70 0-126-58-126-128s56-128 126-128zM894 576c-70 0-126-58-126-128s56-128 126-128c72 0 128 58 128 128s-56 128-128 128zM894 240c-70 0-126-58-126-128s56-128 126-128c72 0 128 58 128 128s-56 128-128 128zM508 912c-70 0-128-58-128-128s58-128 128-128c70 0 128 58 128 128s-58 128-128 128zM508 576c-70 0-128-58-128-128s58-128 128-128c70 0 128 58 128 128s-58 128-128 128zM126 912c-70 0-128-58-128-128s58-128 128-128c70 0 128 58 128 128s-58 128-128 128z" />
+<glyph unicode="&#xe016;" glyph-name="curse" d="M848 280c-32 96-84 122-84 122 26-36 32-90 14-132-16-32-70-76-98-32-10 14-10 30-8 48 4 14 6 30 14 46 8 14 18 30 28 42 12 18 20 38 24 60 4 18 2 56-16 68 6-22-10-44-28-54-4-2-6-2-8-4-6 0-12 0-16 0-14 2-30 14-36 28-10 22-4 48 14 66 14 14 32 18 52 10-10 56-48 92-76 134-38 54-56 118-32 178 0 0 0 2 0 4 24 52 86 88 144 98-4 0-6 0-10 0-96 0-176-52-176-52-138-94-46-230-34-250s4-60-36-62c-58-4-70 88-70 88-42-46-32-126 34-182 42-36 42-88 28-136-8-26-22-50-42-66-48-34-106-10-134 34-46 74 2 144 2 144-70-28-108-68-122-114 0 0 0-2-2-2 0-6-2-14-4-18s-2-8-2-12c0-2-2-4-2-8-4-46 0-126 70-192 102-96 180-90 222-100 42-12 82-36 110-100 0 0 18 36 44 54 40 28 104 28 162 66s106 136 74 226z" />
+<glyph unicode="&#xe017;" glyph-name="dailymotion" d="M886 960l-218-44v-322c-48 64-118 94-206 94-94 0-178-34-246-102-76-74-118-168-118-274 0-116 44-214 128-290 66-58 142-86 232-86 86 0 152 24 218 86v-82h208v1020zM506 132c-112 0-192 78-192 182 0 98 80 182 184 182 100 0 178-80 178-186 0-102-78-178-170-178z" />
+<glyph unicode="&#xe018;" glyph-name="deezer" d="M0 218h186v-56h-186zM0 292h186v-56h-186zM0 366h186v-56h-186zM0 440h186v-56h-186zM0 514h186v-56h-186zM208 218h188v-56h-188zM208 292h188v-56h-188zM208 366h188v-56h-188zM418 218h188v-56h-188zM418 292h188v-56h-188zM418 366h188v-56h-188zM418 440h188v-56h-188zM418 514h188v-56h-188zM418 586h188v-56h-188zM418 660h188v-56h-188zM628 218h186v-56h-186zM628 292h186v-56h-186zM628 366h186v-56h-186zM628 440h186v-56h-186zM628 514h186v-56h-186zM838 218h186v-56h-186zM838 292h186v-56h-186zM838 366h186v-56h-186zM838 440h186v-56h-186zM838 514h186v-56h-186zM838 586h186v-56h-186zM838 660h186v-56h-186zM838 734h186v-56h-186z" />
+<glyph unicode="&#xe019;" glyph-name="delicious" d="M1024 448h-512v-512h-512v512h512v512h512z" />
+<glyph unicode="&#xe01a;" glyph-name="deviantart" d="M966 412c-48 58-108 94-176 122-88 36-180 50-274 52-6 0-14 0-24 0 0 32 0 62 0 96-42-4-82-10-134-14 0-6 0-8 0-12 0-24 0-50 0-74 2-8-2-12-10-14-68-14-132-36-192-72-46-28-86-62-116-108-36-54-50-114-34-176 164 0 322 0 486 0 0 102 0 196 0 294 20 0 42 0 62 0 52-4 104-12 152-32 64-30 108-76 126-144 2-4 2-16 4-16-58 0-108 0-170 0 0 0 0 10 0 14 0 38 0 78 0 118 0 8-2 12-10 12-26 6-48 10-74 14-16 2-40 2-50 4 0-90 0-182 0-264 164 0 322 0 486 0 2 20 6 30 6 44 2 60-20 110-58 156zM358 314c-62 0-112 0-168 0 4 72 86 162 168 172 0-56 0-110 0-172z" />
+<glyph unicode="&#xe01b;" glyph-name="diablo" d="M826 564c-28 12-54 36-88 46 32-46 68-96 64-180-4-64-34-110-68-146s-78-62-134-80c-28-8-60-16-92-16-102 0-206 8-306-4 0 10-2 18-4 26 40 10 96 22 100 72 2 26 4 320-2 342-8 30-64 40-96 46 0 8 4 16 2 26 68 8 136 10 206 12 186 8 348-30 418-144zM436 638c-10-2-6-32-6-40 0-76-2-164-2-238 0-24-6-74 8-86s68-6 92-6c112 8 164 132 126 244-26 72-82 120-172 126-12 2-30 2-40 0-2 0-4 0-6 0zM490 158c8-126 24-222 40-222s30 98 38 230c-26-6-50-6-78-8zM376 40c10 0 20 56 26 120-18 0-36 0-52 0 6-64 16-120 26-120zM660 194c6-98 14-156 26-156s22 74 28 186c-18-10-36-22-54-30zM530 960c-16 0-32-92-40-218 28-2 52-4 78-8-8 130-22 226-38 226zM376 842c-10 0-20-40-26-106 16 0 34 0 52 0-6 66-16 106-26 106zM686 842c-10-2-20-44-26-124 16-4 38-12 54-22-4 90-14 148-28 146z" />
+<glyph unicode="&#xe01c;" glyph-name="digg" d="M308 612h102v-348h-102zM164 756h102v-492h-266v348h164zM164 530h-62v-184h62zM308 652h102v104h-102zM450 612h266v-472h-266v82h164v42h-164zM552 346h62v184h-62zM1024 612v-472h-266v82h164v42h-164v348zM922 530h-62v-184h62z" />
+<glyph unicode="&#xe01d;" glyph-name="discord" d="M898 722c-126 94-246 90-246 90l-12-14c150-44 218-110 218-110-92 48-182 74-264 82-64 8-124 6-178-2-4 0-8 0-14-2-32-2-106-14-200-54-34-16-52-26-52-26s72 70 230 114l-10 10c0 0-120 4-246-90 0 0-126-228-126-508 0 0 74-126 268-132 0 0 34 40 58 72-112 34-152 102-152 102s8-6 24-14c0 0 2-2 2-2 4-2 6-4 8-6 22-12 44-20 66-28 36-16 78-28 128-38 66-12 144-18 228-2 40 8 82 20 126 38 32 12 66 28 102 52 0 0-44-70-158-102 26-34 58-72 58-72 194 6 266 132 266 132 2 282-124 510-124 510zM348 296c-48 0-88 44-88 96 0 54 40 96 88 96 50 0 90-42 90-96 0-52-40-96-90-96zM668 296c-48 0-88 44-88 96 0 54 40 96 88 96 50 0 90-42 90-96 0-52-40-96-90-96z" />
+<glyph unicode="&#xe01e;" glyph-name="disqus" d="M526 570h-54v-244h54c82 0 140 40 140 122v0c0 80-58 122-140 122zM530 946c-272 0-492-224-492-498 0-74 16-144 44-206l-82-202 212 28c86-72 196-118 318-118 274 0 494 224 494 498s-220 498-494 498zM798 450c0-144-100-248-276-248h-184v492h186c174 0 274-100 274-244z" />
+<glyph unicode="&#xe01f;" glyph-name="douban" d="M0 944h1024v-112h-1024zM838 294h102v430h-854v-430h90l76-244h-252v-98h1024v98h-258zM258 612h514v-204h-514zM622 50h-226l-76 244h374z" />
+<glyph unicode="&#xe020;" glyph-name="draugiem" d="M732 632c182-2 290-116 168-270-56-70-150-142-276-186-6-2-12-4-18-6-14-4-24-8-36-12-28-8-52-14-80-20-28-4-54-10-80-12-18-2-36-2-52-2-118-4-206 28-234 96-34 82 36 196 176 284-104-42-292-140-300-280v-18c2-14 4-28 8-44 30-94 172-138 350-122 18 0 36 2 54 6 26 4 52 8 80 14 26 8 52 14 80 22 6 2 12 4 16 6 14 4 24 8 36 12 156 58 270 132 338 218 40 50 58 96 64 138v30c-12 102-132 162-294 146M612 682c4 0 8 2 12 2 26 6 38 34 40 68 0 34-12 62-40 66-2 2-6 2-8 2-24 0-38-14-46-34-4-10-6-22-6-34 0-16 2-30 6-42 8-16 20-28 42-28zM612 672c-12 0-22-2-30-4l2-2 4-10 2-8 4-8 2-8v-10l2-10v-18l-2-8-2-20v-18l-2-8-4-20-8-32-2-6-2-8v-4l-2-4-2-10v-6l-2-6v-2l-2-12v-8l-2-6v-8l-2-8v-6l-2-8v-6l-2-8v-6c2-22 2-40 4-50 0-12 2-20 6-26 6-8 14-10 28-12 12 2 20 4 26 10 6 4 8 14 12 28 6 32 18 130 30 174 16 62 56 174-42 182-4 0-8 0-12 0zM490 702c40 0 58 36 58 80 0 42-18 78-56 78h-2c-38 0-56-36-56-78 0-44 18-80 56-80zM412 520c2-14 6-28 10-40 12-50 24-164 28-198 4-36 16-42 42-46 24 2 36 10 40 46 4 34 16 148 28 198 4 12 8 26 10 40 12 46 20 100 0 134-12 22-36 36-80 36-42 0-68-14-80-36-18-34-10-88 2-134zM358 684c4 0 8 0 12 0 22 0 34 10 42 28 4 10 6 24 6 40-2 12-4 24-6 34-8 22-24 34-46 34-2 0-4 0-6 0-30-4-42-34-40-68 0-34 12-62 38-68zM346 314c2-14 6-22 12-28s14-10 26-10c14 0 22 4 28 12 2 6 6 14 6 26 2 10 2 28 4 50v0 8l-2 6v8l-2 8v6l-2 8v8l-2 6v8l-2 6v6l-2 6v6l-2 6v4l-2 6v4l-2 6-2 8-2 10-8 32-2 10-2 8-2 10v8l-4 20v26l4 20 4 16 4 8 4 10 2 2c-8 2-18 4-30 4-4 0-8 0-12-2-98-8-58-120-42-182 12-44 26-142 30-174z" />
+<glyph unicode="&#xe021;" glyph-name="dribbble" d="M510 956c-282 0-512-230-512-512s230-512 512-512c284 0 512 230 512 512s-228 512-512 512zM850 720c60-74 98-168 98-272-14 4-158 32-304 14-4 8-6 16-10 22-8 22-18 44-28 64 160 66 234 160 244 172zM510 882c112 0 214-42 290-110-6-12-72-100-228-158-72 130-152 238-164 256 34 8 68 12 102 12zM326 840c10-16 88-124 162-254-206-54-386-52-406-52 30 136 120 248 244 306zM74 444c0 4 0 8 0 14 18-2 230-4 450 62 12-24 24-50 34-74-6-2-10-4-16-6-226-72-346-272-356-288-70 78-112 180-112 292zM510 6c-100 0-194 36-268 92 8 18 96 188 344 274 0 0 2 0 2 2 62-160 88-294 94-332-52-22-110-36-172-36zM756 82c-6 26-28 154-86 312 138 22 258-14 272-20-18-122-88-226-186-292z" />
+<glyph unicode="&#xe022;" glyph-name="drupal" d="M734 770c0 0 0 0-2 0-44 28-88 42-132 68-6 2-10 6-16 10-30 20-72 70-108 112 0 0 0 0 0 0s0 0 0 0c-2-22-6-38-10-52-10-30-22-48-38-60 0-2-2-2-4-4-50-40-82-52-126-74-2-2-8-6-14-10-26-16-72-48-116-98-54-64-104-156-104-284 0-82 22-156 60-220 40-68 98-124 168-162 0-2 0-2 0-2 2 0 4 0 4-2 2 0 2 0 4-2 0 0 2 0 4-2 0 0 2 0 4-2 0 0 0 0 2 0 0-2 2-2 4-4 0 0 0 0 0 0 62-30 132-46 202-46 238 0 444 172 444 434s-194 380-226 400zM740 28c-4-4-50-36-102-40-54-6-126-8-170 30-6 8-4 18 0 22 6 4 10 6 16 6s4 0 8-2c18-16 48-28 112-28 62 0 108 18 126 32 10 8 14 2 14-2 2-4 4-10-4-18zM568 118c10 10 28 26 46 34 16 6 26 4 40 4 16 0 34 0 46-8s18-26 22-36c4-10 0-16-8-20-6-4-8-2-14 12-8 12-14 26-48 26s-46-12-62-26c-16-14-22-20-28-12s-4 16 6 26zM830 110c-36 4-108 114-152 116-58 2-182-120-280-120-58 0-76 10-96 22-30 22-44 52-44 96 2 76 74 148 164 150 116 0 196-114 254-114 48 2 144 98 190 98 50 0 62-52 62-82s-8-86-32-120c-24-34-40-48-66-46z" />
+<glyph unicode="&#xe023;" glyph-name="ebay" d="M1024 412v60c-8 148-74 454-500 454-506 2-526-394-524-496 0 0-24-460 512-460 460 0 482 288 482 288h-212c0 0-40-160-270-154-294 4-306 290-306 290h816c0 0 2 6 2 18zM212 534c0 0 16 258 306 258 292 0 292-258 292-258z" />
+<glyph unicode="&#xe024;" glyph-name="ello" d="M512 960c-282 0-512-230-512-512s230-512 512-512c282 0 512 230 512 512s-230 512-512 512zM810 372c-36-136-158-232-298-232s-262 96-298 232c-4 14 6 30 22 34s32-4 36-20c28-110 126-186 240-186s212 76 240 186c4 16 20 24 36 20s26-20 22-34z" />
+<glyph unicode="&#xe025;" glyph-name="endomodo" d="M194 630c0 20-14 38-34 44h-126c-20-6-34-24-34-44 0-24 20-44 44-44h106c26 0 44 20 44 44zM962 742c-52 80-144 122-298 122-22 0-44-2-64-4-4 0-8 0-12 0 0 0 0 0-2 0 0 0-2 0-4-2-80-8-126-8-126-8h-208c-24 0-44-20-44-44 0-26 20-44 44-44h188c24 0 44-20 44-44 0-22-14-38-34-44-2 0-6 0-10 0h-160c-18-6-34-24-34-44 0-24 20-44 44-44h40c24 0 44-20 44-44s-20-44-44-44h-202c-24 0-44-20-44-44s20-44 44-44h192c24 0 44-20 44-44s-20-44-44-44h-22c-24 0-44-20-44-44s20-44 44-44h86c26 0 44-20 44-44s-18-44-44-44h-18c-28 0-48-22-48-48s20-48 48-48h98c0 0 60-2 122-8 14-2 28-4 40-6 6 0 10 0 12 0 22-2 42-2 64-2 112 0 214 24 268 46 10 4 18 10 18 22 0 2 0 6-2 6l-18 70c-4 12-10 18-20 18 0 0-4 0-8-2-54-16-120-36-216-36-90 0-152 14-194 54-36 36-54 78-56 152h526c16 0 24 14 24 28 2 22 2 52 2 72 2 116-12 212-60 278zM850 434c-46 0-84 38-84 84s38 82 84 82c38 0 70-26 80-60-6 8-16 12-24 12-20 0-34-16-34-34s14-34 34-34c10 0 18 4 24 12-10-36-42-62-80-62z" />
+<glyph unicode="&#xe026;" glyph-name="envato" d="M828 952c-30 16-116 6-220-26-180-124-332-306-344-598-2-6-20 2-22 4-50 94-68 192-28 334 8 12-18 28-22 24-8-10-46-50-70-92-124-214-44-486 172-606 214-120 486-42 606 172 138 248 10 742-72 788z" />
+<glyph unicode="&#xe027;" glyph-name="etsy" d="M112 920c-2 14 4 24 24 24 18 0 212-6 342-6 268 0 334 22 380 22 24-2 30-20 30-32s-12-36-12-68c0-32 8-64 8-94 0-28-24-36-38-36-12 0-20 4-20 28-2 46 32 112-296 112-166 0-170-20-170-72 0-54 0-228 0-254 0-28 8-36 30-36s192 0 238 0c46 0 94 24 100 90 2 34 10 36 28 36s32-14 30-46c-4-34-10-68-10-114 0-48 10-94 10-128s-46-42-54-4c-8 34-22 96-126 96s-188 0-212 0c-24 0-34-14-34-52s0-224 0-270c0-48 14-98 108-98 96 0 268-10 348 52 32 26 44 66 54 130 6 28 70 28 66-40-2-32-32-98-32-142 0-34 8-84-24-84-28 0-16 16-140 16s-550-4-622-4c-26 0-32 8-32 24s10 28 32 28c22 0 118 0 118 120 0 122 0 564 0 630 0 64-14 130-94 138-32 4-30 16-30 34z" />
+<glyph unicode="&#xe028;" glyph-name="facebook" d="M592-64v468h156l24 182h-180v116c0 52 14 88 90 88h96v162c-16 4-74 8-140 8-140 0-234-84-234-240v-134h-158v-182h158v-468z" />
+<glyph unicode="&#xe029;" glyph-name="feedburner" d="M642 646c34-180-76-290-212-252 200 328-92 330-2 566-138-98-274-370-274-568 0-278 146-454 342-456 190-2 374 180 374 358 0 204-110 284-228 352zM496 6c-194-4-354 204-174 498-38-170 64-298 162-298 110-2 174 102 206 236 176-134 96-430-194-436z" />
+<glyph unicode="&#xe02a;" glyph-name="filmweb" d="M512 960c-282 0-512-230-512-512s230-512 512-512c282 0 512 230 512 512s-230 512-512 512zM394 808c56 0 100-44 100-100 0-58-44-102-100-102-58 0-102 44-102 102 0 56 44 100 102 100zM136 448c0 56 46 102 102 102s100-46 100-102c0-56-44-102-100-102s-102 46-102 102zM394 88c-58 0-102 44-102 100 0 58 44 102 102 102 56 0 100-44 100-102 0-56-44-100-100-100zM636 396h-172v104h172zM834 254c-36-54-86-96-144-124l-40 88c88 40 142 128 142 228 0 52-14 100-40 142-24 40-60 72-102 92l42 86c58-28 106-72 142-128s54-122 54-192c0-68-18-136-54-192z" />
+<glyph unicode="&#xe02b;" glyph-name="firefox" d="M900 826c0 0 0-2 2-2-2 0-2 0-2 2M328 464c2-2 2-4 4-4-2 2-2 2-4 4M178 778c2 0 2 2 4 2 0-2 2-2 2-2-2 0-4 0-6 0M86 822c0 0 0 0 0 0M84 818c0-2 0 0 0 2v2-4M84 822c0 0 0 0 0 0s0 0 0 0M28 574c0 0 0 0 0 0 0-2-2-2-2-2l2 2c0 2 2 4 2 6-2 0-2-2-2-6M468 636c2 0 4 2 6 4 2 0 2 0 2 2-2-2-4-4-6-6 0 0-2 0-4-2 2 0 2 2 2 2M486 652c0 0 0 2 0 4s2 4 2 6l2 4c0 0 2 0 2 0-2-2-2-4-2-6s0-2 0-2c0-2-2-4-4-6M492 674c0 0 0 0 0-2 0 0 0 0 0-2v2c0 2 0 4 0 2M494 670c2 0 2 0 0 0 2 0 0 0 0 0v-2c0 2 0 2 0 2M974 330c0-2 0-2 0 0-2-2-2-4-4-6 2 2 2 4 4 6 30 58 66 170 38 268v4c-2 2-2 4-2 6v2c0 0-2 2-2 2 0-2-8-26-18-62 6 54 2 112-18 164-10 26-20 46-32 62-14 24-30 42-42 50l2-2c-2 2-2 2-2 2 0-2 2-6 4-16-26 40-64 60-70 62h-2c0 0 2-12 6-36-40 32-90 58-146 74 94-62 128-114 150-162-24 26-68 52-96 56 42-32 114-128 108-272-20 50-46 70-46 70s0-2 0-2l-2 2c8-52 8-90 8-118 0 0 0-2 0-2 0-2 0-4 0-8 0-2 0-4 0-6s0-4 0-6c0-2 0-4 0-6s0-4 0-6c-4-24-8-40-12-58-6 24-12 36-12 36v-2c0 0 0 2 0 2s-2-46-32-110c-2-6-6-14-10-20 0 0 0-2-2-2 0-2 0-2-2-4l-2-4c0 0 0-2-2-2 0-2 0-2-2-4-12-14-20-22-28-24-2-2-4-2-6-2s-2 2-4 2c2 6 2 12 0 16 0 0-8-2-14-10-4-4-6-8-10-10 0 0 6 8 6 8-4-2-8-6-12-10-14-14-26-32-34-26 8 2 12 10 14 18-6-4-20-16-52-20-14-2-68-12-142 24 10 2 26 6 38-2-12 14-42 10-62 18-20 6-44 32-58 44 50-12 102-6 138 12 2 2 4 2 6 4 4 2 6 4 10 6 20 14 50 36 68 38 2 0 4 0 6-2 18-4 30 14 16 32-14 16-50 38-96 28-38-10-68-40-120-18-4 0-6 2-10 4-2 2 10-2 8 0-10 4-28 12-34 14 0 2 8 0 8 0-10 6-18 10-24 16 0 0-2 0-2 2 0 0-2 2-2 2-2 2-4 4-4 4v0c0 0-2 2-2 2-16 20-12 40-8 50 2 10 10 18 14 22 2 0 2 0 2 0 8-2 12-4 12-4s-4 4-6 6c2 0 2 0 2 2 6-2 18-8 24-10 10-4 14-10 14-10s2 2 0 6c-2 2-4 8-14 12 6-2 10-4 16-6 2 8 4 16 2 30-2 10 0 12-4 16-2 2 2 4 4 2 0 2-2 4-2 6-2 4-2 6-6 10 0 2 0 2-2 2l-4 6c-2 2-4 4-4 6 4-8 10-14 12-18 2-2 2-2 4-2 4 6 20 16 38 26 4 2 6 4 8 6-10-6-22-14-30-20s-14-12-16-16c16 18 76 48 90 62 2 2 4 2 4 4 0 0 0 0 0 0 8 6 12 12 14 20 4 8 8 28-4 34-8 2-16 4-30 4h-2c-12 0-28 0-50 0-30 0-46 28-52 40v0 0c10 34 30 64 58 88 2 0-8-2-6 0s16 10 18 10c2 2-14 6-28 4-14-4-16-4-24-10 0 0-2 0-2 0 4 4 14 8 12 8-16-4-34-14-50-26 0 2 0 4 0 6-8-4-24-18-30-28 0 2 0 4 0 6-4-4-10-10-14-16-14 2-28 6-40 6-4 0-6 0-6 0-2 0-2 0-4 0s-4 0-6 0c-2 0-4 0-6 0h-4c0 0-2 0-4 0-16 0-30-4-44-8-12 10-28 26-40 44 0 0 0 0-2 0 0 0 0 0 0 0 0-2 0-4 0-2-8 14-16 38-16 54 0 0 0 0 0-2 0 0 0 0 0 2 0 0-12-8-20-34-2-2-2-4-2-6 0 0 0-2 0-4 0 4 0 6 2 8 0 0 0 2 0 2 0-2 0-2 0-4 0 0 0 0 0 0v-2c-2-2-2-4-2-6 0 0 0 0 0 2 0 0 0 0 0-2 0 0 0 2 0 4l-2-4c0 0 0 4 0 6 0-2-2-4-4-6 0 0 0 0 2 2 0 2 2 4 2 4 0 2 0 2 0 2 0-2-6-8-6-14-2-4-2-6-4-10 0 2 0 2 0 2v0c0 0 0 0 0 0-4-8-8-20-10-32-4-14-6-30-6-52-2-20 0-34 0-38 2 2 2 2 2 2s0 0 0 0-2-2-2-2c0 0 0 0 0 2-12-18-20-32-24-40-16-28-30-74-42-144v0c0 0 0 0 0 0s0 0 2 2c0 0 0-2-2-2 0 0 2 2 4 8 0 2 0 2 0 4 4 10 10 26 20 42-12-38-22-96-16-182 0 0 0 0 0 0s0 0 0-2c0 0 0 2 0 4 0 0 0 0 0 0s0-2 0-2c0 0 2 6 2 12 0 2 0 2 0 4 2 10 4 22 8 36 2-58 18-128 62-206 34-60 126-198 356-248-2 0-2 0-4 0 2 0 2 0 4 0-10 2-18 6-26 10 0 0 0 0-2 2-8 4-12 8-14 10 2 0 6-2 14-4 28-8 88-24 136-22h-2c0 0 0 0-2 0-4 0-8 2-10 4-8 4-10 8-10 8s2 0 6 0c32 0 182-2 266 64 20 16 34 34 38 48 0 0 0 0-2 0 0 0-4-2-8-4 4 2 6 4 8 4v4h2c0 0 0-2-2-2v-2c10 6 20 12 30 18 16 12 36 26 54 44 2 4 6 6 8 10v2c0 0 2 0 2 0 2 2 2 4 4 6h2c2 2 4 6 6 8 8 10 16 20 20 30l2 2c12 20 20 42 20 68 0-6-2-12-4-18 0 0-2-2-2-2 2 2 2 2 4 4-2 28-4 44-10 58" />
+<glyph unicode="&#xe02c;" glyph-name="flattr" d="M1024 336c0-66-8-132-32-196-42-108-120-170-232-194-34-8-68-10-102-10-192 0-384 0-576 0-2 0-6 0-8 0 0 0 0 2 0 2 36 36 72 72 108 108 100 100 200 200 298 298 2 2 2 4 4 4 6 6 10 10 18 6s10-10 10-18c0-50 0-102 0-152 0-4 0-8 0-10s4-2 4-2c44 0 88 0 130 2 16 2 34 6 48 12 48 16 74 52 82 100 6 26 8 52 8 80 2 90 2 182 2 274 0 6 0 10 6 14 74 76 148 150 224 224 2 2 2 6 4 8 2 0 4 0 4-2s0-6 0-8c0-180 0-360 0-540zM238 256c0 90 0 180 2 268 0 28 2 56 6 84 10 52 38 88 90 104 10 4 22 8 32 8 48 2 94 2 142 4 0 0 2-2 2-2 0-2 0-6 0-8 0-50 0-100 0-150 0-4-2-6 0-8 2-6 6-10 10-14s10 0 16 4c2 2 4 4 6 6 134 134 266 266 400 400 2 2 4 8 8 8-6 0-8 0-10 0-192 0-384 0-576 0-34 0-68-2-100-10-116-24-196-90-236-202-22-62-30-126-30-190 0-180 0-360 0-538 0-4 0-6 0-10 4 2 6 4 8 6 74 76 150 150 224 226 4 4 6 8 6 14z" />
+<glyph unicode="&#xe02d;" glyph-name="flickr" d="M232 216c-128 0-232 104-232 232s104 232 232 232c128 0 232-104 232-232s-104-232-232-232zM792 216c-128 0-232 104-232 232s104 232 232 232c128 0 232-104 232-232s-104-232-232-232z" />
+<glyph unicode="&#xe02e;" glyph-name="formulr" d="M284 824c-92-90-140-222-140-378v-512h296v520c0 74 18 132 54 168 40 38 100 48 144 48h134l108 290h-242c-142 0-264-48-354-136z" />
+<glyph unicode="&#xe02f;" glyph-name="forrst" d="M460-64h-376l428 1024 428-1024h-376v170l172 86-12 26-160-80v78l98 54-14 26-84-44v114h-104v-176l-86 60-16-24 102-72z" />
+<glyph unicode="&#xe030;" glyph-name="foursquare" d="M788 960c0 0-470 0-546 0-74 0-96-56-96-92s0-868 0-868c0-40 20-56 32-60 14-6 46-10 66 14 0 0 258 300 262 304 8 6 8 6 14 6 14 0 114 0 168 0 70 0 80 50 88 80 6 24 74 374 98 486 16 84-4 130-86 130zM776 344c6 24 74 374 98 486zM756 812l-22-120c-4-12-20-26-34-26-16 0-214 0-214 0-24 0-40-16-40-40v-26c0-24 16-40 40-40 0 0 164 0 182 0 16 0 32-20 30-38-4-18-22-108-24-118-2-8-12-26-34-26-16 0-146 0-146 0-28 0-36-4-54-26s-178-216-178-216c-2-2-4-2-4 0v678c0 16 14 34 34 34 0 0 420 0 438 0 16 0 30-16 26-36z" />
+<glyph unicode="&#xe031;" glyph-name="friendfeed" d="M1024 766h-152c-30 0-62-40-62-94v-90h180v-178h-180v-450h-180v450h-270v-450h-180v450h-180v178h180v90c0 150 108 270 242 270h152v-176h-152c-30 0-62-40-62-94v-90h270v90c0 150 108 270 242 270h152z" />
+<glyph unicode="&#xe032;" glyph-name="github" d="M968 604c0 72-24 132-68 178 8 16 30 84-6 176 0 0-56 18-182-68-54 14-110 22-168 22-56 0-112-8-166-22-128 86-182 68-182 68-38-92-14-160-8-176-42-46-68-106-68-178 0-256 156-312 304-330-20-16-38-46-44-88-38-18-134-46-192 56 0 0-36 62-102 68 0 0-66 0-6-40 0 0 44-22 74-98 0 0 40-118 224-78 2-56 2-142 2-158h330c0 22 0 128 0 216 0 62-20 102-44 124 148 16 302 72 302 328zM132 278c-2-2-8-4-12-2s-8 8-6 10c2 4 6 6 12 2 4-2 6-6 6-10zM158 248c-2-2-10 0-14 4s-4 10-2 14c4 2 10 2 14-4 4-4 6-10 2-14zM184 210c-4-2-10 0-14 6s-4 14 0 16c4 2 10 0 14-6s4-12 0-16zM220 174c-4-4-12-4-16 2-6 6-8 12-4 16 4 6 12 4 16-2 6-4 8-12 4-16zM270 152c-2-6-10-8-16-6-8 2-14 8-12 14s10 8 18 6c6-2 12-8 10-14zM310 138c-8 0-14 4-14 10s6 10 14 10c8 0 14-4 14-10s-6-10-14-10zM362 144c-8-2-14 2-16 8 0 4 6 10 14 12s14-2 16-8c0-4-6-10-14-12z" />
+<glyph unicode="&#xe033;" glyph-name="goodreads" d="M738 940v-102c-52 76-138 120-234 120-192 0-320-146-320-366 0-96 26-182 74-246 54-74 134-114 234-114s194 44 246 116v-106c0-156-72-228-232-228-134 0-202 56-208 164v24h-72l2-22c4-154 106-244 282-244 200 0 310 108 310 306v698h-82zM756 592c0-142-78-284-252-284-144 0-238 112-238 284 0 134 64 290 248 290 64 0 118-22 160-64 54-54 84-136 82-226z" />
+<glyph unicode="&#xe034;" glyph-name="google" d="M1012 482c-2 20-4 42-8 62-160 0-322 0-482 0 0-66 0-134 0-200 0 0 0 0 0 0s0 0 0 0c94 0 186 0 280 0-12-64-50-122-104-158 0 0 0 0 0 0-34-22-72-38-112-44-40-8-82-8-122 0-42 8-80 26-114 50-50 34-90 86-112 142-2 4-4 10-6 14 0 0 0 0 0 0s0 0 2 0c-22 64-22 136-2 200 16 44 42 86 76 120 40 42 94 72 152 86 50 10 102 8 150-6 42-14 80-36 110-66 32 32 64 62 94 94 18 16 34 34 50 50 0 0 0 0 0 0s0 0 0 0c-48 46-104 80-164 102-110 42-234 42-344 4-126-42-232-136-292-254-20-40-34-84-44-128-22-112-6-230 44-332 34-66 82-124 140-170 54-44 118-76 186-94 86-24 176-24 262-4 78 18 150 56 210 110 62 56 106 132 130 212 18 68 26 138 20 210z" />
+<glyph unicode="&#xe035;" glyph-name="googlescholar" d="M916 846c10 0 16-4 16-8 2-6 2-12 2-20v-344c0-8-4-14-8-20-6-6-12-8-20-8h-12c-8 0-14 4-20 8-6 6-8 12-8 20v344c0 8 0 14 0 20 2 4 6 8 16 8v46l-150-124c2-2 2-4 4-4 0-2 2-2 2-4 6-12 12-26 16-40 2-14 4-32 4-50 0-14 0-26-2-38s-6-26-10-36c-6-10-10-20-16-30-6-8-12-16-18-22-6-8-14-14-20-20s-14-12-20-18c-6-6-12-12-18-18s-10-12-16-18c-4-6-8-12-10-18-2-8-2-14-2-20 0-8 0-14 4-20 2-6 6-14 14-20 6-6 12-14 20-20 6-6 14-14 24-20 8-6 18-12 26-20 8-6 18-14 26-22s16-16 24-26c8-12 14-22 20-34s10-26 12-38c4-14 6-28 6-42 0-20-2-38-8-56-4-18-12-34-22-48-10-16-22-30-34-42-14-14-28-24-42-34-18-8-34-18-50-24-18-6-34-12-54-16-16-4-34-8-54-10-18-2-36-4-54-4-10 0-22 0-34 2-10 0-22 2-34 4-10 2-22 4-34 6-12 4-24 8-34 12-12 4-24 8-34 14s-20 12-28 20c-10 6-18 14-24 22-8 8-14 18-20 28s-10 22-14 34c-2 10-4 22-4 36 0 16 2 30 6 44s10 28 20 42c8 12 18 24 30 36 10 10 24 20 38 28 12 8 26 14 42 22 14 6 32 10 52 16 20 4 40 8 62 10 22 4 48 6 74 8-12 16-20 30-26 44s-10 28-10 40c0 8 2 16 4 24s4 16 8 26c-6 0-12-2-20-2-6 0-12 0-18 0-30 0-54 4-78 12-24 10-46 22-64 42-20 18-34 40-44 62s-14 48-14 76c0 2 0 6 0 8 0 4 0 6 0 8h-232l346 300h570l-52-40v-74zM630 252c0 2-4 4-8 6-4 4-8 6-14 12-6 4-12 8-16 12-2 2-4 4-6 4s-6 0-10 0c-4 0-10 2-16 2-14 0-26-2-38-2-14-2-26-4-38-6s-26-6-38-10c-12-4-24-8-36-12-12-6-22-12-34-20-8-8-18-16-24-26-8-10-14-22-18-34s-6-24-6-38c0-14 2-26 6-38 2-10 8-22 16-32 6-10 14-20 22-26 10-8 20-16 30-20 10-6 20-12 32-16s22-8 34-10c14-4 26-6 36-6 14-2 26-2 36-2 26 0 48 2 68 8 22 4 40 12 58 24s30 24 38 42c10 18 14 36 14 60 0 4 0 8-2 14 0 4 0 8-2 14s-4 10-4 14c-2 4-4 8-4 10-2 4-4 8-6 12s-6 8-10 12c-4 6-6 8-10 12s-6 6-8 8c-2 2-4 4-8 8-2 4-8 8-12 12-6 6-10 8-14 12-4-2-6 0-8 0zM622 522c8 10 16 24 22 40s8 32 8 48c0 16-2 32-4 48-4 16-6 32-12 50-6 16-12 32-22 48-8 14-18 28-30 42s-26 24-40 30c-12 8-28 10-44 10-18 0-34-2-48-10-12-6-24-16-34-28-10-14-16-26-22-42-4-16-6-34-6-52 0-16 0-32 4-48 2-14 6-30 10-48 6-16 12-30 22-46 8-14 18-26 30-40 12-12 26-22 40-28s28-10 44-10c18 0 34 4 48 10 12 4 24 14 34 26z" />
+<glyph unicode="&#xe036;" glyph-name="googlegroups" d="M988 960h-952c-6 0-10-6-10-10v-696c0-6 4-10 10-10h554l398-308c6 0 10 6 10 10v1004c0 4-4 10-10 10zM398 802c50 0 90-40 90-90 0-52-40-90-90-90s-90 38-90 90c0 50 42 90 90 90zM592 404h-390v50c0 86 86 114 196 114 6 0 12 0 16 0 2 0 4 0 6 0 4 0 8 0 12-2 2 0 4 0 6 0 4 0 10 0 14 0 2 0 4-2 6-2 4 0 6 0 10 0s6-2 8-2c2 0 4 0 6 0 10-2 20-6 30-8 2 0 2-2 4-2 14-4 26-10 36-18 8-6 16-12 22-20 12-16 18-36 18-58v-52zM674 702c38 0 68-30 68-66 0-38-30-68-68-68-36 0-66 30-66 68 0 36 28 66 66 66zM822 404h-188v50c0 26-6 50-18 70 18 4 38 4 58 4 80 0 148-20 148-86z" />
+<glyph unicode="&#xe037;" glyph-name="googlephotos" d="M768 448c0 84 0 172 0 256v-2c-82 84-166 168-248 250-2 2-4 6-8 6 0-84 0-170 0-254 0-36 0-72 0-110 14-34 28-70 42-104 34-14 70-28 104-42-30-12-58-24-86-34-6-4-12-4-20-10-12-34-26-68-40-102-14 34-28 70-42 104-34 14-70 28-104 42 30 14 60 24 90 36 4 2 10 4 16 8 12 34 26 68 42 102v110c-86 0-172 0-256 0v-2c-14-12-28-28-42-42-74-70-146-140-216-212 84-2 172 0 256 0 0-84 0-170 0-254 82-84 164-166 246-248 2-2 6-6 10-8 2 24 0 52 0 78 0 58 0 118 0 176 84 0 172 0 256 0 30 30 60 60 92 92 54 54 110 108 164 164-84 0-170 0-256 0z" />
+<glyph unicode="&#xe038;" glyph-name="googleplus" d="M328 510c0-44 0-86 0-128 60 0 120 0 180 0-8-42-32-78-66-102-22-14-48-24-72-28-26-4-54-6-80 0-26 4-50 16-72 32-36 24-62 60-76 100-14 42-14 86 0 128 10 28 26 56 48 78 26 26 62 46 98 54 32 6 66 6 96-4 28-8 52-22 72-42 20 20 40 40 60 60 10 12 22 22 32 32-30 30-66 52-106 66-70 26-150 26-222 2-80-28-148-88-186-162-12-26-22-54-28-84-14-70-4-146 28-212 22-42 52-80 90-108 36-28 76-50 120-62 54-14 112-14 168 0 50 10 96 34 134 68 40 38 68 86 82 138 18 56 20 116 10 174-104 0-206 0-310 0zM1024 502h-112v112h-82v-112h-112v-82h112v-112h82v112h112z" />
+<glyph unicode="&#xe039;" glyph-name="grooveshark" d="M512 960c-282 0-512-230-512-512s230-512 512-512c282 0 512 230 512 512s-230 512-512 512zM812 346c-38 16-70 48-94 82-26 38-54 76-84 112-30 32-60 64-94 94-32 28-68 56-108 76-28 12-54 22-82 30-4 0-12 4-16 0 0-2 0-6 0-10 2-6 2-10 2-16 10-72 12-146-10-214-12-36-32-70-62-96-22-22-56-44-90-42-6 0-12 0-18 2-36 12-38 52-38 84-2 34 2 68 12 102 2 10 6 20 8 30 40 114 130 206 244 246 44 16 88 24 134 24 134 0 260-68 334-180 18-28 32-58 44-88v0c2-12 6-22 8-32 10-34 14-68 14-102-2-64-22-136-104-102z" />
+<glyph unicode="&#xe03a;" glyph-name="hackerrank" d="M658 382v-296h-50c-10 0-20-8-20-20 0-6 4-12 10-14l112-108c4-4 10-8 16-8s12 4 14 8l120 108c6 2 8 8 8 14 0 12-8 20-18 20h-50v714c0 10-8 18-18 18h-106c-10 0-18-8-18-18v-276h-292v286h50c10 0 20 8 20 20 0 6-4 12-10 14l-112 108c-4 4-10 8-16 8s-12-4-14-8l-120-108c-6-2-8-8-8-14 0-12 8-20 18-20h50v-714c0-10 8-18 18-18h106c10 0 18 8 18 18v286h292z" />
+<glyph unicode="&#xe03b;" glyph-name="hearthstone" d="M822 328l202 120-202 120c-10 26-22 50-38 72l46 126-126-46c-22 16-46 30-72 38l-120 202-120-202c-26-10-50-22-72-38l-126 46 46-126c-16-22-30-46-38-72l-202-120 202-120c10-26 22-50 38-72l-46-126 126 46c22-16 46-30 72-38l120-202 120 202c26 10 50 22 72 38l126-46-46 126c16 22 30 46 38 72zM512 172c-152 0-276 124-276 276s124 276 276 276c152 0 276-124 276-276s-124-276-276-276zM696 456c2 12-10 26-10 40 0 8-4 12-6 20-2 6-2 12-4 20 0 0-2 0-2 0 8 18-16 38-28 50-14 14-22 32-42 40-12 4-22 10-32 14s-20 6-30 10c-10 4-18 14-28 10-14-4-18-10-32-6-26 10-44-4-64-18-10-8-20-14-28-22-4-2-8-8-10-12-4-4-8-8-12-12-6-8-12-12-22-20-4-4-8-8-12-12-6-4-10-2-8-10 0-10 6-20 6-32 0-6 0-10 0-16 2-6 4-10 6-16 2-8 0-20 6-30 4-8 12-18 18-26 8-8 14-18 20-28 6-6 20-14 20-22 12-2 14-16 26-14 6 0 10 0 16-2 4-2 10-4 14-4 10-2 18 10 28 12 12 2 22-2 32 4 20 12 30 32 30 54 0 12-2 20-10 32-4 8-2 20-10 26-10 8-24 8-34 10s-26 4-34-2c-18-12 22-42 0-52s-36 16-42 36c-4 10-2 26 0 36 0 4 0 10 2 14 2 6 10 8 14 10 8 6 14 14 22 20 10 6 20 10 32 12s26 2 38 2c6 0 10-2 16-2s10 2 18 2c8 0 6-2 6-10 0-4 2-8 6-12 6-8 12-18 20-26 14-16 12-44 10-66 0-12 0-22 4-34s-6-12-14-20c-8-6-10-16-16-24-8-8-14-14-24-22-8-6-14-12-22-18-10-4-20-10-30-14-12-6-24-8-36-12-6 0-12-2-18-6-4-2-6-8-12-10-14-10-30-6-44-14-10-4-38-6-38-16h-2c6-8 12-16 22-18 10 0 20-4 30-8 8-2 18-6 28-6 10-2 18-6 28-8 14-2 20 8 32 10 10 2 22 0 34 2 10 2 20 4 32 8 10 2 20 4 30 8 8 2 20 8 28 12 8 6 8 18 18 22 8 6 16 12 22 18s8 20 10 28c4 10 10 16 16 24 6 10 8 20 10 30 2 8 6 22 4 30 0 6-6 8-4 16 2 12 6 14 6 20z" />
+<glyph unicode="&#xe03c;" glyph-name="hellocoton" d="M204 296c-14 2-26 6-38 8-34 10-66 26-94 48-34 30-56 68-66 112-20 80 16 168 90 212 24 14 50 24 78 30 34 4 68 0 102-14 6-2 12-6 18-8 2-2 4-2 6-4 0 8-2 16-2 26-4 42 0 86 18 124 26 54 64 94 122 110 80 24 150 4 210-56 28-32 46-70 50-112 2-18 2-38-2-56 0 0-2-2-2-4 0 0 0-2 0-4 2 2 4 2 6 4 24 12 50 20 78 26 80 16 160-16 206-78 14-18 26-40 32-64 4-18 10-40 8-60-4-64-30-116-82-156-18-12-36-24-56-30-12-2-24-4-36-6-2 0-4-2-6-2 4-2 6-4 8-6 20-24 40-46 52-74 26-56 28-114 6-170-30-66-80-106-152-120-78-12-142 16-192 78-6 8-12 18-18 28-2 2-4 6-6 12-2-4-4-8-4-10-16-28-34-54-58-76-30-28-66-46-106-52-92-18-174 36-210 102-12 24-20 48-22 76s0 56 10 84c8 28 24 52 44 72 2 2 4 6 8 10zM494 398c0 0 0 0 0 0-2-2-2-4-4-6-34-32-74-56-118-76-46-20-96-28-146-22-4 0-6 0-10 0 2-2 2-4 4-6 8-12 18-22 28-32 14-10 30-20 46-28 38-14 78-18 120-10 20 2 38 10 54 22 28 22 48 50 58 84 6 20 8 42 6 64 0 2 0 2 2 4 0-2 2-4 2-4 12-24 22-50 28-78 6-22 8-46 10-70 2-20 2-38-2-58-4-28-12-54-24-80 0-2 0-4-2-6 0 0 2-2 2-2 10 6 22 10 32 16 28 12 50 34 68 60 16 26 26 52 32 82 4 22 4 44-2 64-8 24-20 44-36 62-22 22-50 40-82 48-2 0-2 2-4 2 10 2 22 4 34 6 34 2 66-2 100-8 20-6 42-10 60-18 30-14 56-32 82-54 2-2 4-2 6-4 0 0 2 0 2 0-2 12-2 24-4 36-4 26-14 48-28 70-22 32-50 56-86 72-20 10-44 16-68 14-26-4-50-12-74-26-20-14-40-32-54-54 0-2-2-2-2-4 0 0-2 2-2 2 4 14 6 28 10 44 10 34 26 64 44 94 10 18 24 36 38 52 20 20 42 36 66 50 2 0 4 2 6 4 0 0 0 2 0 2-8 2-18 4-26 6-26 6-50 4-76-2-34-10-64-26-92-50s-44-54-48-92c-2-24 2-50 10-74 6-18 18-34 30-50 2-2 4-4 4-6 0 0 0 0-2 0s-2 0-4 2c-32 16-60 36-84 60-22 20-42 44-58 70-18 28-30 60-36 94 0 2-2 4-2 8-14-22-26-40-32-62-6-24-8-48-4-72 2-24 10-48 20-70 20-46 58-70 104-80 12-4 24-2 38-4 20 0 40 4 60 14 2 0 4 0 6 0z" />
+<glyph unicode="&#xe03d;" glyph-name="heroes" d="M512 960l-454-256v-512l454-256 454 256v512zM124 510c26 260 240 306 240 306-284-304 48-516 48-516l-228-50c-74 106-60 260-60 260zM412 448c0 56 44 102 100 102s100-46 100-102c0-56-44-102-100-102s-100 46-100 102zM660 94c-238-104-382 62-382 62 400-104 420 296 420 296l156-178c-56-118-194-180-194-180zM892 398c-122 400-468 210-468 210l68 228c130 14 252-74 252-74 212-152 148-364 148-364z" />
+<glyph unicode="&#xe03e;" glyph-name="hitbox" d="M524-64l204 116v130l-204-84zM756 596v-374l120 42v318zM290 600v-388l220-82 218 82v388l-218 28zM290 52l206-116v162l-206 84zM142 264l120-42v374l-120-14zM704 632v240l-194 88-194-88v-240l194 28z" />
+<glyph unicode="&#xe03f;" glyph-name="horde" d="M690 536c2 110 100 128 100 136 0 14-88 122-88 122 0 168-14 70-78 68-22 28-124 98-124 98s-90-70-114-98c-70-10-78 122-78-68 0 0-88-104-88-128 0-10 102-12 102-122-58-6-84 30-112 50 6-44 52-142 94-162 16 32 58 76 100-24 40-98 2-136-56-80-2-40 62-172 102-202 12 12 38 112 36 130-4 14-26 186-52 208-48 40-160 260 68 340 228-80 122-294 76-338-44-42-42-476-32-530 32 30 14 168 102 258-26-2-106 10-46 180 52 142 90 96 118 34 22 16 90 146 94 190-28-18-64-70-124-62zM572 630c-10 26-66 78-66 78l-8-6c-32-42-38-34-62-74-8-10 8-16 30-52 30-48 36-90 36-90l6 8c14 16 18 44 34 72 14 26 34 50 30 64z" />
+<glyph unicode="&#xe040;" glyph-name="houzz" d="M512-62l286 174v336l-286-172zM512 618v344l-296-174v-348l294 172 288-164v340zM508 274l-292 166v-338z" />
+<glyph unicode="&#xe041;" glyph-name="icq" d="M994 398l-6 12c-12 16-24 34-40 46-16 10-32 16-48 24 44 22 76 52 90 92 10 30 8 56-6 82v4c-18 28-42 48-78 58-20 4-46 4-68 2l-46-10 16 36c14 46 10 92-16 134l-4 6c-22 36-54 58-96 70-46 12-86 6-128-14-40-22-68-56-82-98v-4l-2-10-4 10-16 26c-22 36-52 58-88 68-32 8-58 4-84-10-30-18-48-48-56-88-6-42 0-82 22-122l10-16-34 12c-44 10-84 4-124-18-42-20-68-52-86-92-16-42-14-80 6-116 8-16 22-30 34-38 16-18 38-28 64-32l10-2-22-20c-20-16-32-38-38-60-8-26-4-52 10-76 8-12 14-22 26-30 12-10 26-16 44-18 30-8 64-8 100 4l-26-44-8-18c-14-46-10-86 12-128 10-16 22-30 34-44 18-16 38-26 64-32 44-12 88-10 130 10 40 22 66 58 78 100l2 8c28-30 54-50 82-56 30-10 58-8 84 10 24 14 42 38 50 68 8 32 8 64 0 100 16-10 30-18 46-22 46-14 88-12 128 10 38 20 64 56 78 100 12 44 8 86-14 126zM786 638l16 8c26 12 52 14 78 12 24-4 42-14 50-32l6-18-4-16c-10-26-32-46-68-62-14-6-30-10-46-12l-178-22-4 10-2 4 6 8zM540 820c8 30 28 52 54 66s54 18 82 8c30-8 52-24 64-48 8-14 12-32 12-52l-4-30c-6-16-14-32-22-44l-130-158c-12 10-28 16-42 24l-14 162-2 58zM294 816c0 26 10 44 28 54 8 8 22 8 34 2 26-8 46-26 64-62 8-16 14-30 18-46l28-172-22-6-128 140-6 14c-12 26-20 50-16 76zM80 510c-10 22-10 44-2 66 10 26 28 48 56 60 26 14 52 18 82 12l38-16 128-92c-12-16-20-30-24-44l-208-26-14 2c-26 6-44 16-56 38zM482 84l-2-14c-10-26-26-48-52-60-26-14-54-16-80-10-28 8-50 26-62 48-8 14-14 32-14 50l8 32c4 16 10 30 22 42l122 144c14-8 28-14 44-16 2-50 8-102 14-158zM434 374c-18 16-28 42-28 68s10 46 28 68c18 14 42 26 68 26s52-12 66-26c22-22 30-42 30-68s-8-52-30-68c-18-20-40-30-66-30s-50 10-68 30zM702 120c-4-26-12-44-30-52-10-6-20-6-32-6-28 8-50 30-66 64l-16 48-22 126 24 8 20 10 60-62 38-46 6-14c14-24 20-48 18-76zM950 290c-8-30-24-50-50-62-26-14-50-18-80-8-18 4-28 12-38 24l-152 124 10 22 4 18 164 14 56 2 16-2c20-6 42-20 52-42 16-16 22-36 22-62z" />
+<glyph unicode="&#xe042;" glyph-name="identica" d="M0 476c0-252 208-456 466-456 74 0 144 18 206 48l352-104-114 366c16 46 24 96 24 146 0 252-208 456-466 456s-468-204-468-456zM784 476c0-38-8-76-20-110l58-164 6-16c0 0 0 2 0 2l20-54-74 18-160 50c-44-22-94-34-148-34-174-2-316 138-316 308s142 308 318 310c174 0 316-140 316-310z" />
+<glyph unicode="&#xe043;" glyph-name="imdb" d="M0 654h106v-408h-106zM332 654l-24-190-16 104c-4 32-8 62-12 86h-138v-408h94v270l38-270h66l38 276v-276h92v408zM636 582c6-2 8-8 10-12 0-6 2-18 2-36v-158c0-28-2-44-6-50s-14-10-28-10v270c10 0 18-2 22-4zM634 246c26 0 44 2 58 4 12 4 24 8 32 14 8 8 14 18 18 30s6 36 6 74v142c0 40-2 64-4 78s-8 26-18 36c-10 10-24 18-40 24-20 4-48 6-100 6h-80v-408zM922 346c0-20-2-32-4-38s-10-8-16-8c-8 0-12 2-14 6-2 6-2 18-2 36v108c0 18 0 30 2 34s6 8 14 8c6 0 14-4 16-8 2-6 4-16 4-34zM784 654v-408h94l6 26c8-10 20-18 30-24 10-4 26-8 38-8 16 0 30 4 42 14 12 8 20 18 24 30 2 12 4 30 4 54v118c0 24 0 40-2 48 0 6-4 14-10 22-4 10-12 16-22 20-12 4-24 6-38 6-12 0-28-2-38-8-10-4-20-12-28-22v134h-100z" />
+<glyph unicode="&#xe044;" glyph-name="instagram" d="M512 868c138 0 152-2 206-4 52-2 78-10 96-16 24-10 42-22 58-38 18-18 30-36 38-58 8-20 16-46 18-96 2-56 4-70 4-208s-2-152-4-206c-2-52-10-78-16-96-10-24-22-42-38-58-18-18-36-30-58-38-20-8-46-16-96-18-56-2-70-4-208-4s-152 2-206 4c-52 2-78 10-96 16-24 10-42 22-58 38-18 18-30 36-38 58-8 20-16 46-18 96-2 56-4 70-4 208s2 152 4 206c2 52 10 78 16 96 10 24 22 42 38 58 18 18 36 30 58 38 20 8 46 16 96 18 56 2 70 4 208 4M512 960c-140 0-156-2-210-4-56-2-94-10-124-22-34-14-64-32-92-60s-46-58-60-92c-12-32-20-68-22-124-2-54-4-70-4-210s2-156 4-210c2-56 10-94 22-124 14-34 32-64 60-92s58-46 92-60c32-12 68-20 124-22 54-2 70-4 210-4s156 2 210 4c56 2 94 10 124 22 34 14 64 32 92 60s46 58 60 92c12 32 20 68 22 124 2 54 4 70 4 210s-2 156-4 210c-2 56-10 94-22 124-14 34-32 64-60 92s-58 46-92 60c-32 12-68 20-124 22-54 2-70 4-210 4zM512 712c-146 0-264-118-264-264s118-264 264-264c146 0 264 118 264 264s-118 264-264 264zM512 276c-94 0-172 78-172 172s78 172 172 172c94 0 172-78 172-172s-78-172-172-172zM846 722c0-34-26-62-60-62s-62 28-62 62c0 34 28 60 62 60s60-26 60-60z" />
+<glyph unicode="&#xe045;" glyph-name="issuu" d="M514 708c-144 2-262-114-264-258 0-144 114-262 258-264 144 0 262 114 264 258 2 146-114 264-258 264zM510 316c-72 0-130 60-130 134 0 72 60 130 134 130 72 0 130-60 130-134 0-72-60-130-134-130zM512 960c-2 0-2 0-2 0h-466c-24 0-44-20-44-44v-468c0-282 230-512 512-512s512 230 512 512c0 282-230 512-512 512zM512 96c-196 2-354 164-352 360s162 354 358 352c196-2 354-164 352-358 0-198-162-356-358-354z" />
+<glyph unicode="&#xe046;" glyph-name="istock" d="M60 640h184v-686h-184zM422 218c56-64 142-108 234-108 86 0 142 52 142 124 0 128-184 142-316 222-80 44-140 112-140 226 0 176 162 278 328 278 102 0 192-22 286-94l-98-144c-42 38-106 64-170 64-70 0-154-30-154-108 0-158 456-110 456-444 0-178-158-298-334-298-132 0-256 56-358 146zM34 840c0 68 52 120 120 120s120-52 120-120c0-68-52-120-120-120s-120 52-120 120z" />
+<glyph unicode="&#xe047;" glyph-name="itunes" d="M916 914c0 14-2 30-14 40-16 12-38 4-56 0-86-16-174-34-260-52-44-10-88-18-132-26-22-6-44-10-64-14-16-4-30-10-40-24-10-16-6-32-6-50 0-22 0-46 0-68 0-46 0-90 0-136 0-90 0-128 0-218v-2c0-24 0-46 0-70 0-20 4-42 0-64-6-36-44-38-74-46-36-8-78-14-110-36-52-34-66-106-32-158 38-60 118-64 178-42 34 12 64 34 82 66 16 34 16 76 16 114 0 90 0 180 0 272l-2 136c0 20-2 42 0 62 4 34 40 32 66 38 88 18 178 36 266 54 22 4 44 10 66 14 14 4 32 10 44 2 14-8 12-28 12-40 0-22 0-44 0-68 0-44 0-88 0-132 0-24 0-46 0-70 0-20 2-42 0-62-8-38-46-40-76-46-36-8-78-16-108-36-52-36-66-108-34-160 38-58 118-64 180-42 32 12 64 34 80 66 18 36 16 76 16 114 0 92 0 182 0 272 0 92 0 182 0 272 0 48 2 94 2 140z" />
+<glyph unicode="&#xe048;" glyph-name="keybase" d="M1010 462c-10 8-22 14-32 20-4 4-8 8-12 10-42 20-82 38-124 52-22 10-34 26-40 48-6 14-6 30-10 46s-6 34-16 50c-12 24-40 26-58 6-4-4-8-10-12-16-10 28-20 56-32 82-4 14-12 26-20 38-20 24-60 32-82 10-10-8-18-18-26-26-14-18-14-18-30-2-12 10-24 16-38 18-18 4-32-2-42-14-12-14-18-30-18-46-2-20-6-40-10-60-2 2-2 4-2 4-16 28-46 30-62 4-6-8-10-16-16-26-12-28-24-56-36-86-4-10-10-18-20-24-8-4-16-8-24-12-4-2-8-2-8-6-2-2-4-2-6-2-20 4-38 6-58 8-12 2-16 0-16-14 0-12-2-26-2-40 0 0 0 0 0 0-4 2-8 0-10-2-12-8-24-14-34-24-8-8-18-8-30-6s-26 2-38 0c-20 0-38-4-46-24 0-8 0-16 0-24 12-36 34-62 66-80 6-8 18-10 26-12 6-2 14-2 18-8 22-20 48-34 76-46 38-16 76-28 116-38 8 0 10-2 4-10-4-6-4-12-4-20-2-20 8-36 20-50 28-28 64-42 102-50 50-12 102-12 154-14 32-2 64 2 96 2 10 0 16 4 22 10 12 16 24 32 38 46 52 52 106 104 160 156 22 20 44 42 66 62 4 4 8 8 10 12 18 20 40 38 54 62 0 6 0 14 0 20-4 6-8 12-14 16zM318 562c8 22 18 44 26 66 6 12 12 26 20 38 2 4 4 10 10 10s6-6 10-10c0-4 2-6 2-10 6-14 10-30 14-46 0-4 0-10 4-12 4 0 6 4 8 6 6 10 8 18 12 28 2-2 6-2 8-4 12-2 24-2 34-4 44-4 88-6 132 4 20 4 38 8 56 18 0 0 2 2 2 4 4-2 8 2 10 2 6 4 12 8 18 12 2-6 4-12 6-18 2-4 2-8 4-14 4-4 2-8-2-10-6-4-10-6-14-10-4-2-8-2-8-6-2 0-2 0-4 0 0 0 0 0-2 0-62-30-128-32-196-24-22 2-46 6-68 10-4 0-6-2-8-2-4 16-8 32-14 48 0 4-2 10-6 10-6 0-6-6-8-8-10-20-16-42-24-62-2-6 0-6 4-6-2-2-4-6-2-10 0 0 0 0 0 0-2-2-2-4-2-4 2-10 8-16 14-22 16-10 32-14 48-16 48-10 96-12 144-12 28 2 54 4 82 10 36 8 70 24 96 54 0 0 0 0 0 2 2 0 4 0 4 0 6 0 12-2 18-2 4 0 12-6 16 0 4 4-2 12-2 18-4 18-6 36-10 54-2 2-2 6-6 8-4 0-4-4-6-6s-4-6-4-8c-6-8-8-18-12-24 0 0 0 0 0 0-4 2-10 4-8 10 6 18 12 36 24 50 6 8 10 8 14 0 6-10 10-20 12-30 4-20 6-38 10-58 2-12 6-24 16-32 14-16 24-36 26-58 0-2 2-4 2-6-40-4-80-8-120-10-26-2-54-8-80-2-4 0-6 2-10 2-66 8-132 18-198 26-22 2-42 6-64 10-20 6-42 8-64 10 16 6 28 18 36 36zM582 434c16 0 18-2 14-18-2-8-6-14-14-18 4 12 6 24 0 36zM554 392c-30-6-64 14-74 44-4 8-2 12 8 10 22-2 44-6 68-8-12-16-14-32-2-46zM324 472c4-2 12 0 14-6 2-8-4-20-14-28 4 12 4 22 0 34zM244 482c18-4 38-6 58-8-10-14-12-26-2-40-30-2-54 12-64 36-4 10-2 12 8 12zM602 120c-2-6-4-10-10-10-8 0-14 0-20 0-18-2-34-4-52-2-16 0-34 0-52 2-32 4-62 10-90 24-18 8-32 20-42 34-6 8-10 16-6 26 6 4 8 0 12-2 18-12 40-18 62-20 50-6 100-2 148 14 30 12 56 24 78 48 10 10 18 22 16 38-4 22-20 36-40 36-6 0-12 0-18 0-14-4-28-10-42-16-22-8-44-20-68-28-42-16-86-28-132-22-64 8-124 28-182 58-16 10-30 22-44 34 0 0-2 0-2 0 2 4 2 8 4 12 0 4 0 6 0 10 2 2 2 4 2 8-2 20-2 42-12 60 12 6 20 14 30 22 6 2 10 8 18 4 0 0 0 0 0 0 2-18 6-34 18-48 8-16 22-22 38-26 20-6 42-4 62 0 36 6 66 18 90 46 6 8 12 18 18 28 4 0 6-2 10-2 4-2 4-6 4-10 6-28 20-54 42-74 28-24 62-38 100-44 22-2 42 4 58 22 8 6 12 14 16 22 10 16 16 34 20 54 2 6 4 10 12 10 12 0 26 0 40 0 42 2 86 4 128 6 0-2-2-6-2-8-10-42-30-80-56-114-28-36-62-68-98-96-32-24-52-56-58-96zM354 208c4 10 12 12 20 12 46 2 90 14 132 32 24 10 46 20 70 30 8 4 14 6 22 6 12 2 20-2 26-12s0-16-4-24c-14-16-30-26-48-34-58-26-118-36-180-24-14 2-26 8-38 14zM856 344c-26-34-54-62-86-90-28-24-56-46-82-70-10-8-16-18-24-26-6-10-10-22-12-34 0-6 2-10 6-12-12-4-22 0-34 0-4-2-2 4-2 6 0 28 12 50 28 70 16 18 36 30 54 46 56 50 102 104 126 178 12 36 14 74 6 112-2 2-2 4-2 8 28-10 56-22 84-34-8-58-26-110-62-154zM618 274c-66-38-136-64-212-66 34-18 182 28 212 66z" />
+<glyph unicode="&#xe049;" glyph-name="lanyrd" d="M382.976-64c22.528 0 38.912 5.12 55.296 10.24 132.096 43.008 263.168 84.992 395.264 128 36.864 12.288 74.752 23.552 110.592 36.864s48.128 37.888 43.008 75.776c-5.12 30.72-12.288 60.416-19.456 90.112-2.048 9.216-5.12 17.408-9.216 25.6-10.24 21.504-25.6 29.696-49.152 25.6-13.312-2.048-25.6-6.144-37.888-10.24-103.424-33.792-206.848-67.584-310.272-101.376-10.24-3.072-14.336-1.024-17.408 9.216-35.84 112.64-72.704 225.28-108.544 337.92-31.744 99.328-58.368 200.704-92.16 300.032-7.168 22.528-14.336 45.056-26.624 65.536-14.336 24.576-31.744 32.768-59.392 27.648-51.2-9.216-99.328-28.672-148.48-45.056-17.408-4.096-33.792-11.264-49.152-20.48-21.504-13.312-27.648-28.672-21.504-52.224 4.096-18.432 10.24-36.864 16.384-54.272 38.912-111.616 81.92-223.232 119.808-335.872 45.056-135.168 88.064-270.336 133.12-406.528 8.192-25.6 17.408-51.2 30.72-74.752 9.216-19.456 24.576-32.768 45.056-31.744z" />
+<glyph unicode="&#xe04a;" glyph-name="lastfm" d="M780 164c-202 0-274 92-310 204l-38 118c-28 86-62 152-164 152-72 0-144-52-144-196 0-112 56-182 138-182 92 0 152 68 152 68l38-102c0 0-64-62-196-62-164 0-256 96-256 274 0 186 92 294 264 294 156 0 234-56 284-208l38-118c28-86 78-148 196-148 80 0 122 18 122 62 0 34-20 58-80 72l-80 20c-96 22-136 72-136 152 0 128 104 168 210 168 120 0 192-42 202-148l-118-14c-4 50-36 70-92 70-52 0-82-22-82-62 0-36 14-56 66-68l76-16c100-24 154-74 154-168 0-118-98-162-244-162z" />
+<glyph unicode="&#xe04b;" glyph-name="line" d="M1014 602c-20 86-70 154-138 210-106 86-228 122-364 124-46 0-92-4-136-14-112-26-210-78-284-164-56-66-88-142-92-228-2-88 26-166 82-236 78-96 180-150 298-176 24-4 46-8 68-14s28-16 28-38c0-12-2-20-2-30-2-16-8-32-8-48-2-24 8-34 32-26 16 6 32 12 46 22 78 44 154 96 228 152 64 48 126 102 174 168 68 88 94 188 68 298zM332 400c0-4-4-10-10-10h-142c-4 0-6 2-8 4s-4 4-4 6v224c0 6 6 10 12 10h36c4 0 10-4 10-10v-178h96c6 0 10-4 10-10zM420 400c0-4-4-10-10-10h-36c-6 0-10 4-10 10v224c0 6 4 10 10 10h36c4 0 10-4 10-10zM666 400c0-4-4-10-10-10h-36c-2 0-2 0-2 0s0 0-2 0c0 0 0 0 0 0-2 2-2 2-2 2l-104 138v-132c0-4-4-10-10-10h-36c-4 0-10 4-10 10v226c0 6 4 10 10 10h36c0 0 0 0 2 0 0 0 0 0 0 0s0 0 2 0c0 0 0 0 0 0s0 0 2 0c0 0 0 0 0 0s0 0 2 0c0 0 0 0 0 0s0 0 2 0c0 0 0-2 0-2l104-136v128c0 6 4 10 10 10h36c4 0 10-4 10-10v-224zM864 588c0-4-4-10-10-10h-98v-38h98c6 0 10-4 10-10v-36c0-6-4-10-10-10h-98v-38h98c6 0 10-4 10-10v-36c0-6-4-10-10-10h-144c-2 0-4 0-6 2s-4 4-4 8v224c0 2 2 4 4 6s4 4 6 4h144c6 0 10-4 10-10z" />
+<glyph unicode="&#xe04c;" glyph-name="linkedin" d="M766 436c-14 16-38 24-72 24-44 0-74-14-92-38-18-26-26-62-26-108v-350c0-6-2-12-8-18-4-4-12-8-18-8h-184c-6 0-12 4-18 8-4 6-8 12-8 18v646c0 6 4 12 8 18 6 4 12 8 18 8h178c6 0 12-2 16-4s6-8 8-14c0-6 2-12 2-14s0-8 0-16c46 44 108 64 182 64 86 0 152-20 200-62 48-44 72-106 72-190v-436c0-6-2-12-8-18-4-4-12-8-18-8h-188c-6 0-12 4-18 8-4 6-8 12-8 18v394c0 34-6 60-18 78zM212 746c-24-24-54-36-88-36s-64 12-88 36c-24 24-36 52-36 88 0 34 12 62 36 86s54 38 88 38c34 0 64-14 88-38s36-52 36-86c0-36-12-64-36-88zM242 610v-646c0-6-4-12-8-18-6-4-12-8-18-8h-184c-6 0-12 4-18 8-4 6-8 12-8 18v646c0 6 4 12 8 18 6 4 12 8 18 8h184c6 0 12-4 18-8 4-6 8-12 8-18z" />
+<glyph unicode="&#xe04d;" glyph-name="livejournal" d="M352 860c0 0 0 0 0 0s0 0 0 0 0 0 0 0zM542 900c-68 0-132-14-190-40 4-2 6-4 10-8 10-10 20-20 30-30 2-2 2-2 2-2l344-344c-106-62-188-146-248-256l-346 346c-2 2-2 2-4 4-10 12-22 22-32 32-2 2-4 4-6 8 52 114 134 198 252 248-2 2-2 2-2 2s0 0 0 0c-30 30-60 58-88 88-12 10-22 14-36 6-18-8-34-18-50-28-56-38-102-84-140-138-12-18-24-36-34-58-6-12-6-20 6-30 30-30 60-60 90-90-26-58-38-124-38-190 0-266 216-482 480-482 266 0 482 216 482 482 0 264-216 480-482 480zM592 182c40 92 104 154 192 196 16-82 32-160 48-246-84 18-160 34-240 50z" />
+<glyph unicode="&#xe04e;" glyph-name="lyft" d="M128 240c-22 0-52 4-80 28-30 26-48 68-48 114v414h144v-414c0-72 32-110 50-124-12-8-38-18-66-18zM580 252c-4 0-10 0-14 0v356c0 112 90 202 200 202 94 0 178-68 196-158l2-4h52v-144h-48v-50c0-30 24-56 54-58v-142c-106 4-194 92-194 200v156c0 32-26 60-60 60-30 0-56-24-58-54v-60h80v-142h-80v-20c0-48-16-90-46-114-26-20-52-28-84-28zM322 90c-30 0-62 4-94 14v128c20-6 48-14 74-14 4 0 8 0 12 0 44 4 74 26 78 58l2 20-14-14c0 0-28-26-72-26-14 0-26 2-40 4-70 20-86 78-86 124v264h144v-224c0-18 12-30 30-30 16 0 30 14 30 30v222h142v-352c0-102-60-178-150-196-18-8-36-8-56-8z" />
+<glyph unicode="&#xe04f;" glyph-name="macos" d="M756 146h-64l-180 258-182-258h-62l212 302-212 302h62l182-258 180 258h64l-212-302zM512 960c-282 0-512-230-512-512s230-512 512-512c284 0 512 230 512 512 2 282-228 512-512 512z" />
+<glyph unicode="&#xe050;" glyph-name="mail" d="M546 330c-10-8-22-14-34-14s-24 6-34 14l-478 390v-614h1024v614zM512 448c10 0 20 4 28 10l406 332h-868l406-332c8-6 18-10 28-10z" />
+<glyph unicode="&#xe051;" glyph-name="medium" d="M1016 726l-324 162c-2 0-2 0-4 0-4 0-10-2-12-4l-198-326 222-362 320 518c2 4 0 10-4 12zM372 672v-350l312-156zM710 154l286-144c14-8 28 0 28 18v636zM336 724l-298 148-20 12c-2 0-4 2-6 2-4 0-6-2-8-4s-4-6-4-12v-682c0-12 8-26 18-30l294-148c4-2 8-4 12-4 10 0 16 8 16 22v690c0 2 0 4-4 6z" />
+<glyph unicode="&#xe052;" glyph-name="meetup" d="M684.175 213.279c3.174-75.090 38.646-131.277 106.803-161.516 57.037-25.303 118.692-33.147 181.268-21.627 33.915 6.257 50.913 23.726 51.712 51.436 0.901 31.662-12.339 47.933-48.425 56.361-25.129 5.868-51.098 8.305-76.032 14.807-37.581 9.81-51.118 28.426-50.934 66.693 0.072 12.411 1.434 25.006 3.871 37.192 14.705 73.513 47.35 140.493 76.667 208.671 31.58 73.452 69.683 144.548 81.9 225.065 9.615 63.314-29.614 124.805-91.607 138.414-45.394 9.953-91.238 11.653-133.294-14.653-16.415-10.271-31.427-8.714-45.476 4.751-7.219 6.922-15.165 13.066-22.508 19.866-44.913 41.626-101.581 43.192-149.207 3.789-11.561-9.574-22.589-19.794-33.976-29.583-24.965-21.484-50.627-28.887-82.186-10.988-28.918 16.404-58.726 32.389-91.085 41.144-71.752 19.384-160.174-27.771-194.284-103.281-20.972-46.418-37.786-94.495-53.934-142.797-39.404-117.934-77.64-236.319-108.739-356.68-18.964-73.4 21.002-139.878 90.122-162.161 79.544-25.641 138.711-0.010 171.008 76.687 30.106 71.506 57.907 143.995 86.723 216.064 27.884 69.724 55.245 139.674 83.917 209.080 11.315 27.402 37.376 40.714 59.75 33.72 23.777-7.434 37.448-34.212 31.775-63.437-1.741-8.96-4.547-17.807-7.762-26.388-11.96-32.041-24.054-64.051-36.536-95.898-23.142-59.044-47.739-117.545-69.54-177.060-14.049-38.349-2.232-68.69 27.095-80.988 33.659-14.141 76.165-5.059 101.509 21.545 13.445 14.1 22.231 31.13 30.925 48.292 59.628 117.617 119.306 235.203 179.036 352.768 8.714 17.152 17.736 34.222 32.799 46.858 13.138 11.018 28.17 15.186 44.165 7.26 16.353-8.11 16.845-23.634 15.237-39.066-1.556-15.155-8.161-28.815-14.572-42.414-42.721-90.573-85.627-181.043-128.205-271.677-11.807-25.19-19.415-51.548-17.981-80.251z" />
+<glyph unicode="&#xe053;" glyph-name="mixcloud" d="M936 146c-6 0-12 2-18 6-16 10-20 32-10 48 32 46 48 102 48 158 0 58-16 112-48 158-10 16-6 38 10 48 14 10 36 6 46-10 40-58 60-126 60-196s-20-138-60-196c-6-10-16-16-28-16zM838 202c-6 0-12 2-18 6-16 10-20 32-10 46 22 32 32 68 32 104 0 38-10 72-32 104-10 16-6 36 10 46 16 12 36 8 46-8 30-42 44-92 44-142s-14-100-44-142c-6-10-16-14-28-14zM680 506c-14 136-130 244-270 244-116 0-218-74-256-184-86-12-154-88-154-178 0-100 82-182 182-182h464c84 0 152 68 152 152 0 72-50 134-118 148zM646 274h-464c-62 0-114 52-114 114s52 112 114 112c30 0 58-10 80-32 14-14 34-14 48 0 14 12 14 34 0 48-24 24-52 40-84 48 32 70 104 118 184 118 112 0 202-90 202-202 0-22-2-44-10-64-6-18 4-36 22-42 4-2 8-2 10-2 16 0 28 8 34 24 4 12 8 26 10 40 30-12 52-42 52-78 0-46-36-84-84-84z" />
+<glyph unicode="&#xe054;" glyph-name="modelmayhem" d="M1022 368c-2 42-4 82-16 122-10 38-28 74-50 108-20 30-46 60-80 78-32 16-66 20-102 16-84-10-148-68-202-132-28-32-54-68-80-104-6-12-14-22-20-34-6-8-10-20-18-26-14-14-22 34-24 42-24 88-46 180-86 264-16 34-34 68-60 94-28 28-62 30-102 30-18-4-34-4-50-20-16-14-32-28-46-42s-26-32-44-42c-14-8-32-6-38-22-10-18 2-38 2-58 0-22 4-68 4-68s0-48 0-72c0-12 0-24 0-36 0-10 0-30 0-30v-286c0 0-4-42 6-56 8-14 26-12 40-12 28-2 64-4 68 30 4 22 2 44 2 66 0 24 0 50 0 74 0 96-16 194 2 290 4 28 20 92 60 82 36-8 60-56 72-86 34-88 52-182 72-274 4-24 8-48 16-70 4-16 8-34 24-40 30-18 74 2 98 22 34 26 56 60 74 98 22 42 42 84 62 128 18 36 30 76 64 102 28 20 68 34 102 30 92-6 114-130 116-202 2-48-4-96-6-144-2-24-2-48-2-72 0-10-2-24 4-34 12-20 52-12 70-10 26 2 36 14 46 40 14 42 20 84 22 130 2 42 4 84 0 126z" />
+<glyph unicode="&#xe055;" glyph-name="mumble" d="M608.256-13.824c0 27.648-38.912 50.176-87.040 50.176 0 0 0 0 0 0-23.552 0-45.056-5.12-61.44-15.36-16.384-9.216-25.6-21.504-25.6-34.816 0-27.648 38.912-50.176 87.040-50.176 0 0 0 0 0 0 23.552 0 45.056 5.12 61.44 15.36 16.384 9.216 25.6 21.504 25.6 34.816v0zM260.096 586.24c0 0 0 0 0 0-1.024 1.024-2.048 2.048-3.072 2.048 0 0 0 0 0 0-1.024 0-1.024 0-2.048 1.024 0 0 0 0 0 0-1.024 0-1.024 0-2.048 0h-17.408c-6.144 0-10.24-4.096-10.24-10.24v-530.432c0-5.12 5.12-10.24 10.24-10.24h17.408c6.144 0 10.24 4.096 10.24 10.24v530.432c0 3.072-1.024 5.12-3.072 7.168v0zM349.184 882.176h1.024v-1.024c0-27.648 0-55.296 0-81.92 0-45.056 0-91.136 1.024-136.192 2.048-27.648 16.384-55.296 38.912-74.752s51.2-28.672 78.848-26.624c13.312 0 25.6 0 38.912 0 23.552 0 49.152-1.024 72.704 2.048 54.272 10.24 94.208 64.512 88.064 121.856v197.632h1.024c21.504 2.048 40.96-6.144 58.368-20.48 20.48-18.432 33.792-47.104 35.84-73.728 1.024-45.056 1.024-91.136 0-136.192 0-18.432 0-37.888 0-57.344 2.048 1.024 3.072 1.024 5.12 1.024h17.408c8.192 0 14.336-6.144 14.336-13.312v-9.216h1.024v14.336h2.048c12.288-1.024 25.6-4.096 37.888-8.192v208.896c-3.072 25.6-7.168 52.224-18.432 73.728-30.72 62.464-105.472 102.4-181.248 96.256v0 0c-20.48 3.072-41.984-11.264-48.128-30.72 0-82.944 1.024-169.984 0-258.048-1.024-17.408-10.24-33.792-23.552-45.056-14.336-12.288-32.768-17.408-51.2-15.36-26.624-1.024-54.272 1.024-71.68 22.528-18.432 19.456-17.408 45.056-17.408 69.632 0 7.168 0 14.336 0 21.504 0 19.456 0 38.912 0 58.368 0 49.152 0 100.352 0 151.552-10.24 19.456-31.744 30.72-55.296 27.648h-8.192c-81.92 2.048-158.72-53.248-178.176-128-4.096-17.408-6.144-34.816-7.168-55.296v-200.704c12.288 4.096 23.552 7.168 35.84 8.192h2.048v-4.096c0 7.168 6.144 13.312 13.312 13.312h17.408c3.072 0 5.12-1.024 8.192-2.048 0 20.48 0 40.96 0 61.44 0 44.032 0 90.112 0 135.168 5.12 45.056 40.96 94.208 91.136 93.184-1.024 1.024 0 1.024 0 0zM940.032 497.152c-30.72 43.008-71.68 72.704-115.712 82.944 0 0-1.024 0-1.024 0-3.072 1.024-5.12 1.024-8.192 2.048s-6.144 1.024-9.216 1.024v-540.672c51.2 6.144 98.304 36.864 134.144 86.016 35.84 50.176 55.296 115.712 55.296 184.32s-19.456 134.144-55.296 184.32zM203.776 578.048c-1.024 0-2.048 0-3.072-1.024-2.048-1.024-4.096-1.024-7.168-2.048 0 0-1.024 0-1.024 0-2.048-1.024-5.12-1.024-7.168-2.048 0 0 0 0 0 0v0c-38.912-13.312-73.728-39.936-101.376-78.848-35.84-50.176-55.296-115.712-55.296-184.32s19.456-134.144 55.296-184.32c34.816-49.152 82.944-79.872 134.144-86.016v541.696c-3.072 0-6.144-1.024-8.192-1.024-3.072-1.024-4.096-1.024-6.144-2.048zM787.456 592.384h-17.408c-1.024 0-1.024 0-2.048 0 0 0 0 0-1.024 0 0 0 0 0-1.024 0-4.096-1.024-7.168-5.12-7.168-9.216v-530.432c0-5.12 5.12-10.24 11.264-10.24h17.408c6.144 0 11.264 4.096 11.264 10.24v529.408c0 6.144-5.12 10.24-11.264 10.24zM804.864 39.424h-2.048v17.408c0 0-1.024 0-1.024 0v-4.096c0-7.168-6.144-13.312-14.336-13.312h-2.048c-1.024-1.024-1.024-1.024-2.048-2.048-10.24-7.168-19.456-14.336-29.696-21.504-9.216-6.144-19.456-12.288-28.672-17.408-7.168-3.072-13.312-4.096-13.312-4.096h-101.376c1.024-3.072 1.024-6.144 1.024-9.216v0c0-6.144-1.024-11.264-4.096-16.384 1.024 0 1.024 0 2.048 0h108.544c2.048 0 11.264 3.072 17.408 5.12 13.312 6.144 22.528 13.312 37.888 22.528 16.384 10.24 47.104 34.816 47.104 34.816 4.096 2.048 5.12 6.144 5.12 10.24-7.168-1.024-13.312-2.048-20.48-2.048zM395.264 292.352c-2.048 2.048-6.144 3.072-10.24 3.072s-10.24 0-16.384 0h-7.168v-71.68h2.048c10.24 0 17.408 0 21.504 0s8.192 2.048 12.288 5.12c3.072 3.072 6.144 7.168 8.192 12.288s2.048 11.264 2.048 18.432l-3.072 20.48c-2.048 6.144-5.12 10.24-9.216 12.288zM379.904 344.576c3.072 0 5.12 2.048 8.192 4.096 3.072 3.072 5.12 6.144 6.144 11.264s2.048 10.24 2.048 16.384c0 4.096-1.024 9.216-2.048 14.336s-3.072 8.192-6.144 10.24c-3.072 2.048-6.144 3.072-9.216 3.072s-9.216 0-15.36 0h-3.072v-60.416h5.12c7.168 1.024 12.288 1.024 14.336 1.024zM729.088 485.888h-432.128v-343.040h431.104v343.040zM443.392 221.696c-3.072-10.24-7.168-19.456-12.288-26.624-6.144-8.192-12.288-14.336-19.456-18.432-7.168-3.072-16.384-5.12-26.624-5.12h-62.464v285.696h55.296c11.264 0 20.48-1.024 26.624-2.048 6.144-2.048 11.264-5.12 16.384-10.24s10.24-13.312 12.288-22.528c3.072-9.216 4.096-19.456 4.096-31.744 0-14.336-2.048-26.624-6.144-36.864-4.096-11.264-9.216-18.432-15.36-23.552v-1.024c9.216-4.096 17.408-11.264 23.552-22.528s9.216-26.624 9.216-46.080c-1.024-15.36-2.048-27.648-5.12-38.912zM576.512 169.472h-108.544v289.792h43.008v-230.4h65.536v-59.392zM700.416 399.872h-65.536v-46.080h60.416v-57.344h-60.416v-68.608h65.536v-59.392h-108.544v290.816h108.544v-59.392z" />
+<glyph unicode="&#xe056;" glyph-name="myspace" d="M846 402c98 0 178-78 178-178 0-32 0-90 0-90h-358c0 0 0 58 0 90 0 100 80 178 180 178zM682 598c0 90 72 164 164 164 90 0 164-74 164-164 0-92-74-164-164-164-92 0-164 72-164 164zM476 374c88 0 160-72 160-160 0-28 0-80 0-80h-318c0 0 0 52 0 80 0 88 70 160 158 160zM330 552c0 82 66 148 146 148 82 0 148-66 148-148 0-80-66-146-148-146s-146 66-146 146zM142 350c80 0 144-64 144-144 0-26 0-72 0-72h-286c0 0 0 46 0 72 0 80 64 144 142 144zM10 510c0 74 60 132 132 132 74 0 132-58 132-132 0-72-58-132-132-132-72 0-132 60-132 132z" />
+<glyph unicode="&#xe057;" glyph-name="newsvine" d="M548 84l88 64c0 4 0 6 0 8 0 40 32 74 72 74s74-34 74-74c0-40-34-72-74-72-14 0-28 4-38 12l-122-88v-72h-72v216l-124 90c-12-6-24-10-36-10-40 0-74 34-74 74s34 72 74 72c40 0 72-32 72-72 0-4 0-8-2-12l90-66v216l-124 90c-12-6-24-10-36-10-40 0-74 34-74 74s34 72 74 72c40 0 72-32 72-72 0-4 0-10-2-14l90-64v202l-126 92c-10-6-22-10-34-10-40 0-74 32-74 72s34 74 74 74c40 0 72-34 72-74 0-4 0-8-2-12l90-66v162h72v-306l88 64c0 4 0 8 0 10 0 40 32 74 72 74s74-34 74-74c0-40-34-72-74-72-14 0-26 4-38 10l-122-88v-202l88 64c0 4 0 6 0 8 0 42 32 74 72 74s74-32 74-74c0-40-34-72-74-72-14 0-26 4-38 12l-122-90v-214z" />
+<glyph unicode="&#xe058;" glyph-name="nintendo" d="M432 690c-84 0-162-26-228-68-8-6-14-10-22-10h-100c-22 0-40-18-40-38h-2v-600c0-20 18-36 40-36h128c22 0 40 16 40 36v342c0 98 82 176 184 176 100 0 182-78 182-176v-342c0-20 18-38 40-38h128c20 0 40 18 40 38v342c-2 206-174 374-390 374zM976 688c-118 164-318 272-544 272-100 0-194-20-280-58-14-6-20-22-14-38 8-14 24-20 38-14 78 36 164 54 256 54 206 0 390-98 500-250 8-12 26-14 38-6 14 10 16 28 6 40zM432 834c-78 0-154-16-224-46-14-8-20-22-14-36 8-16 24-22 38-16 62 28 130 42 202 42 156 0 306-72 396-194 4-8 14-12 22-12 6 0 12 2 16 6 12 10 14 26 6 38-102 136-268 218-442 218z" />
+<glyph unicode="&#xe059;" glyph-name="npm" d="M0 960h1024v-1024h-206v810h-300v-810h-518z" />
+<glyph unicode="&#xe05a;" glyph-name="odnoklassniki" d="M512 442c144 0 260 116 260 258 0 144-116 260-260 260s-260-116-260-260c0-142 116-258 260-258zM512 828c70 0 128-56 128-128 0-70-58-126-128-126s-128 56-128 126c0 72 58 128 128 128zM810 410c-14 30-54 54-108 12-74-58-190-58-190-58s-116 0-190 58c-54 42-94 18-108-12-26-52 2-76 68-118 56-36 132-48 180-54l-40-42c-58-56-114-112-154-152-22-22-22-60 0-84l8-6c24-24 60-24 84 0l152 152c58-58 114-114 154-152 22-24 60-24 84 0l6 6c24 24 24 62 0 84l-194 194c50 6 126 18 180 54 66 42 94 66 68 118z" />
+<glyph unicode="&#xe05b;" glyph-name="openid" d="M464 72c-176 22-310 118-310 234 0 110 120 202 284 230v98c-250-30-438-164-438-328 0-170 202-308 464-332l156 72v876l-156-76zM1024 368l-22 222-80-44c-74 44-168 76-274 90v-98c60-12 114-30 158-58l-84-46z" />
+<glyph unicode="&#xe05c;" glyph-name="opera" d="M852 830c-90 80-208 130-338 130 0 0 0 0-2 0-282 0-512-230-512-512 0-274 216-498 488-510 8 0 16-2 24-2 132 0 250 50 340 130 106 94 172 230 172 382s-66 288-172 382zM248 436c0 0 0 24 0 24 2 110 38 210 96 276 48 56 108 90 174 90 150 0 270-170 270-378s-120-378-270-378c-66 0-126 34-174 90-58 66-94 166-96 276z" />
+<glyph unicode="&#xe05d;" glyph-name="outlook" d="M640 742v-200l70-44c2 0 6 0 8 0l300 204c0 24-22 40-34 40zM640 468l64-44c8-6 20 0 20 0-12-6 294 196 294 196v-368c0-40-26-56-54-56h-324v272zM308 560c-22 0-38-10-52-30-12-20-18-48-18-82s6-60 18-80c14-20 30-30 52-30 20 0 38 10 50 28 12 20 18 46 18 82 0 34-6 62-18 82s-28 30-50 30zM6 844v-784l596-124v1024zM404 320c-24-32-58-50-98-50s-72 16-96 48c-26 32-38 74-38 126 0 54 12 98 38 132s58 52 100 52c40 0 72-16 96-50 24-32 36-74 36-126 0-54-12-98-38-132z" />
+<glyph unicode="&#xe05e;" glyph-name="overwatch" d="M200 858c90 68 196 102 306 102h12c110 0 216-34 306-102l-80-94c-66 48-144 76-226 76h-10c-82 0-160-28-226-76zM512-64h-6c-6 0-12 0-18 0h-6c-4 0-20 2-20 2h-10c-4 0-8 2-12 2-2 0-6 0-10 0-4 2-14 2-14 2s-12 4-16 6h-4c-20 4-38 10-56 16-2 0-6 2-10 4l-4 2c-6 2-10 4-14 4-62 26-116 62-162 106l-6 6c-96 96-150 226-150 362 0 140 60 274 160 370l82-98c-72-72-114-170-114-272 0-68 18-134 52-192l6-12 216 214 68 168v-274l-206-204 14-8c10-8 22-16 34-22l8-4v-2c58-34 124-54 192-54h10c68 0 134 20 192 54v2l6 4c12 6 22 14 34 22l4 8-218 206v272l80-168 226-214 8 12c34 58 54 124 54 192 0 102-42 200-114 274l80 98c102-96 162-232 162-372 0-136-54-266-150-362l-10-8c-44-44-98-78-156-102-6-4-12-4-16-6l-4-4c-4 0-8-2-10-4-18-6-36-10-56-14 0 0-12-2-14-4h-6c-4-2-8-2-12-2-4-2-8-2-10-2-4 0-8 0-14-2h-10c0 0-16-2-20-2h-6c-6 0-12 0-18 0z" />
+<glyph unicode="&#xe05f;" glyph-name="patreon" d="M384 252c-2-4-2-6-2-10 0-52 0-102 0-154 0-8 2-10 10-12 144-44 274-16 386 84 70 62 110 142 124 234 26 194-92 376-280 430-218 62-440-68-490-286-8-28-10-58-10-86-2-168-2-336-2-502 0-14 0-14-12-14-32 0-66 0-98 0-8 0-10 2-10 10 0 172-2 346 0 518 2 92 28 176 78 254 80 126 194 204 340 234 44 8 90 10 134 6 114-8 216-52 302-128 72-64 122-144 150-236 10-34 16-68 18-102 6-72 0-140-24-208-54-152-156-256-306-316-58-22-120-32-182-32-74 0-146 0-218 0-14 0-14 0-14 14 0 168 0 336 0 504 2 108 84 206 192 224 128 22 244-56 272-182 28-128-60-258-188-278-58-10-112 0-162 30-2 2-6 2-8 4z" />
+<glyph unicode="&#xe060;" glyph-name="paypal" d="M636 960h-370c-24 0-46-18-50-44l-148-944c-4-20 10-36 30-36h176c24 0 46 18 50 44l40 254c4 26 26 44 50 44h118c242 0 382 116 420 350 16 102 0 182-48 238-52 62-146 94-268 94zM678 614c-20-132-122-132-220-132h-54l38 248c2 14 16 26 30 26h26c66 0 130 0 162-38 20-24 26-56 18-104z" />
+<glyph unicode="&#xe061;" glyph-name="periscope" d="M804 832c-78 82-180 128-286 128-230 0-416-192-416-428 0-152 114-320 164-386 74-98 184-210 252-210 82 0 226 188 240 210 50 66 164 236 164 386 0 112-42 220-118 300zM518-28c-86 0-380 334-380 560 0 214 168 392 380 392 200 0 368-178 368-392 0-226-294-560-368-560zM518 778c-20 0-40-2-60-6 32-14 54-46 54-82 0-50-40-88-90-88s-90 38-90 88c0 0 0 0 0 0-30-38-48-88-48-144 0-118 102-218 234-218 120 0 222 100 222 218 0 132-102 232-222 232z" />
+<glyph unicode="&#xe062;" glyph-name="persona" d="M688 840h-650c-22 0-38-16-38-36v-712c0-20 16-36 38-36h650l336 392zM414 212c-158 0-210 6-210 6s8 126 66 148c56 22 70 20 90 32 0 0 2 0 2 0v34c-20 16-34 42-44 70-10 12-16 24-16 38 0 10 4 20 8 28 4 70 48 116 104 116 54 0 100-46 102-116 6-8 8-18 8-28 0-14-6-26-16-38-8-28-24-54-42-70v-34c0 0 0 0 0 0 20-12 34-10 92-32s66-148 66-148c0 0-54-6-210-6z" />
+<glyph unicode="&#xe063;" glyph-name="pinterest" d="M340 568c0 44 10 80 34 110 22 30 50 46 82 46 26 0 46-8 60-26s22-40 22-66c0-16-4-36-10-58-6-24-12-52-22-82-10-32-18-56-22-74-8-32-2-60 18-84 20-22 46-34 78-34 56 0 102 32 138 94 36 64 54 140 54 230 0 68-22 124-66 168-44 42-106 64-186 64-90 0-162-28-216-86-56-56-84-124-84-204 0-48 14-88 40-120 10-10 12-22 10-34-4-10-8-26-12-48-2-8-6-14-12-16s-12-2-18 0c-42 18-72 46-94 88s-32 90-32 144c0 36 6 70 18 106s28 70 52 102c24 34 54 62 86 88 34 26 74 46 124 62 48 14 100 22 154 22 58 0 110-10 158-30 48-18 90-44 122-76 34-34 58-70 78-112 18-42 28-86 28-130 0-120-30-220-92-298-62-80-140-118-236-118-32 0-62 6-90 22-28 14-48 32-60 54-22-94-36-150-42-168-12-46-40-102-86-168h-42c-8 82-6 150 6 204l78 330c-12 26-18 58-18 98z" />
+<glyph unicode="&#xe064;" glyph-name="play" d="M590 470l132 132-200 116c0 0-392 226-414 238-2 2-4 4-8 4zM946 472c-18 10-172 100-202 118l-136-136 138-140c38 22 178 102 198 114 24 14 22 34 2 44zM70 958c-4-6-8-14-8-24 0-46 0-484 0-484s0-472 0-492c0-6 2-10 4-14l508 510zM590 436l-500-500c2 0 6 2 8 4 20 12 424 244 424 244l204 118z" />
+<glyph unicode="&#xe065;" glyph-name="player" d="M512 960c-210 0-382-172-382-382 0-2 0-4 0-6s0-2 0-2c0-2 0-2 0-4s0-2 0-4v0c10-278 300-626 300-626v460c-100 46-144 164-100 262 46 102 164 146 262 100 100-44 146-162 100-262-22-52-66-88-118-108v-188c208 34 348 230 314 440-28 184-188 320-376 320z" />
+<glyph unicode="&#xe066;" glyph-name="playstation" d="M1022 276c-10 48-86 74-206 84-84 6-168-14-250-42l-14-4v362c0 30 64 28 64-6v-282c130-38 196 20 198 164 0 122-82 194-216 230l-212 54v-428l-64-22 64-20v-108l-152-52c-52-18-94 24-48 40l38 14-142 44c-44-14-84-46-82-90s106-56 184-68c74-12 142-6 202 16v46-96l166-54v4l2-4 144 52 240 84-156 48-230-78v54l146 50 86 30c90 16 126-14 40-42l-42-14 156-48h2c62 22 90 54 84 82zM82 304l142-44 162 58v48l-64 20-236-80c-2 0-2-2-4-2z" />
+<glyph unicode="&#xe067;" glyph-name="pocket" d="M1024 784c0 28 2 54-14 78-12 18-32 34-52 40-28 8-58 6-84 4-120 0-242 2-362 2-14 0-26 0-40 0-16 0-32 0-50 0-58 0-118 0-178 0-30 0-60 0-90 0-16 0-32 0-48 0-14 0-26 0-38-4-42-12-68-52-68-96 0-60 0-120 0-180 0-58-2-118 2-178 4-54 20-110 42-160 42-90 110-166 194-220 92-58 202-86 310-78 106 8 208 50 290 118 78 62 134 146 164 240 16 54 22 112 22 168 0 58 0 118 0 178 0 30 0 60 0 88zM820 552c-6-26-32-44-50-62-46-44-92-88-138-130-24-24-46-46-70-68-18-16-42-24-66-18-28 6-48 32-66 50-24 22-46 44-68 64-46 44-92 88-138 134-34 34-28 96 20 116 22 8 48 6 66-6 12-10 24-20 34-32 12-10 24-22 34-32 46-44 88-88 134-128 52 48 104 98 156 148 22 20 42 48 74 54 24 4 50-6 66-24 14-18 20-44 12-66z" />
+<glyph unicode="&#xe068;" glyph-name="qq" d="M964 368c-30 72-72 124-102 136 0 4 0 8 0 14 0 26-8 52-20 72 0 2 0 4 0 6 0 12-4 24-8 34-8 184-128 330-322 330s-314-146-322-330c-6-10-8-22-8-34 0-2 0-4 0-6-12-20-20-46-20-72 0-6 0-10 0-14-30-12-72-64-102-136-38-90-44-176-14-192 22-10 56 14 86 62 12-52 44-96 86-134-44-16-74-44-74-76 0-50 80-92 180-92 90 0 164 34 178 78 4 0 18 0 20 0 14-44 90-78 178-78 100 0 182 42 182 92 0 32-30 60-76 76 44 38 74 82 86 134 32-48 64-72 86-62 30 16 24 102-14 192zM420 630c-54 6-66 106-40 154 10 16 26 30 46 30 36 0 58-46 58-90s-20-98-64-94zM612 630c-6-2-18-4-26 0-52 14-62 110-34 154 8 14 22 28 40 30 4 2 14 2 20 0 60-24 58-162 0-184zM598 748c-16 8-30-4-34-16-2-10-6-26 8-28 6 6 4 28 16 26s4-28 22-24c6 16 0 38-12 42zM452 758c-28-4-28-72 2-74s32 78-2 74z" />
+<glyph unicode="&#xe069;" glyph-name="quora" d="M544 162c-36 68-78 140-158 140-16 0-32-4-46-10l-28 56c34 28 88 50 158 50 108 0 164-52 208-118 28 58 40 134 40 230 0 238-74 360-250 360-172 0-244-122-244-360s72-358 244-358c28 0 52 4 76 10zM586 78c-38-10-78-16-118-16-228 0-452 184-452 448 0 268 224 450 452 450 234 0 454-182 454-450 0-150-70-270-170-348 32-50 66-82 114-82 50 0 70 40 76 70h66c4-40-16-212-204-212-114-2-174 64-218 140z" />
+<glyph unicode="&#xe06a;" glyph-name="raidcall" d="M198 532l86 62c-20 170 84 296 84 296s-22-10-194-120c-172-110-174-154-174-154v-446l156-234h236l-236 374c-50 74-30 174 42 222zM786 464c-82-50-190-30-248 50-56 78-42 188 32 250 2 4 6 6 10 8 4 4 6 6 10 8l252 180h-366l-22-14c-166-122-204-358-84-526l24-32c122-168 358-206 526-84l104 76v256z" />
+<glyph unicode="&#xe06b;" glyph-name="ravelry" d="M928 746c-214 244-540 92-540 92-18-8-30-14-40-22s-18-16-22-24c-14-30-24-60-32-88-38-50-66-110-76-176-38-54-62-118-66-184-92 24-152 54-152 54 52-30 102-54 152-70 0-32 4-64 12-96 20-70 62-126 116-170-32 36-56 78-70 124-12 42-14 84-10 126 10-4 22-6 34-10 46-140 168-244 318-268 54-24 110-30 162-14 26 10 48 22 68 38 6 6 12 12 18 18 102 54 178 150 204 266 0-6 0-8 0-8s80 234-76 412zM288 680c-8-38-12-68-14-88-16-14-30-30-44-48 12 50 30 96 58 136zM274 492c2-50 12-100 30-152 2-8 4-16 8-22-26 2-52 4-76 8-6 26-12 52-14 78 14 32 30 62 52 88zM202 334c4 16 8 34 14 50 2-18 4-38 10-56-8 2-16 4-24 6zM244 300c28-6 54-12 80-14 46-108 118-190 196-236-128 32-232 126-276 250zM810 92c-2 6-22-4-22-4-14-8-28-16-42-20-126-40-272 52-358 212 220-10 370 74 370 74s36 0 30 50c-8 50-44 12-44 12-122-80-254-104-374-102-10 22-18 44-26 66-18 54-26 106-28 158 42 40 98 72 160 90 56 16 114 20 168 12 0 0 10-6 8 20-4 26-22 30-22 30-62 12-130 10-196-8-42-14-80-32-116-56 4 30 12 60 20 86 0 0 10 28 54 50 60 24 244 84 362 34 202-86 242-290 248-396-10-132-84-244-192-308z" />
+<glyph unicode="&#xe06c;" glyph-name="reddit" d="M1024 456c0 56-44 100-100 100-32 0-60-14-78-38-80 58-192 94-318 96l74 220 184-44c4 0 6 0 8 0 2-42 36-76 80-76s78 36 78 80c0 44-34 78-78 78-34 0-60-18-74-46 0 0-2 2-4 2l-202 48c-10 2-20-4-22-12l-86-250c-122-4-230-38-310-94-18 22-44 36-76 36-56 0-100-44-100-100 0-40 24-76 60-92-4-14-6-30-6-46 0-164 204-298 456-298s456 134 456 298c0 14-2 30-6 44 38 16 64 52 64 94zM278 376c0 40 34 74 74 74s74-34 74-74c0-40-34-74-74-74s-74 34-74 74zM678 172c-34-34-88-50-166-50s-132 16-166 50c-4 4-4 12 0 18 4 4 12 4 16 0 30-30 78-44 150-44 70 0 120 14 150 44 4 4 12 4 16 0 4-6 4-14 0-18zM674 302c-42 0-76 32-76 74 0 40 34 74 76 74 40 0 72-34 72-74 0-42-32-74-72-74z" />
+<glyph unicode="&#xe06d;" glyph-name="renren" d="M512 254c0 0 0 0 0 0s0 0 0 0zM238 458c2 14 6 28 8 42 4 14 2 30 2 44v78c0 40 0 78 0 116-8 0-18-2-24-4-24-8-44-14-62-24-74-36-130-100-154-188-22-82 0-170 34-224 8-12 18-30 28-38 10 0 18 8 24 14 14 8 28 18 40 28 6 4 10 10 16 14 40 34 68 86 88 142zM512 254c0 0 0 0 0 0s0 0 0 0zM318 312c-6 12-10 24-16 36-2 6-4 12-6 18v0c-6-12-12-22-18-32-10-20-22-38-34-54-18-22-36-44-56-60-10-10-22-18-32-28 0 0 0-2 0-2 6-2 12-6 18-8 14-6 28-12 42-16 52-14 116-10 164 4 12 4 40 12 48 20v0c-12 6-22 16-32 24-30 28-56 60-78 98zM1014 522c-22 90-78 152-152 190-18 8-38 16-62 22-6 2-16 4-24 4 0-38 0-76-2-116v-76c0-16 0-32 2-46 4-14 8-28 10-42 20-56 48-108 88-142 6-4 10-8 16-14 12-10 26-20 40-28 6-4 14-14 24-14 10 8 20 26 28 38 34 54 56 142 32 224zM780 280c-12 16-24 34-34 54-6 10-12 20-18 32v0c-2-6-4-12-6-18-6-12-10-24-16-36-22-38-48-70-78-96-10-10-20-20-32-26v0c8-8 36-16 48-20 48-14 112-18 164-4 14 4 28 10 42 16 6 2 12 6 18 8 0 2 0 2 0 2-10 10-22 18-32 28-20 16-38 38-56 60zM676 454c4 12 6 26 8 40 4 12 2 30 2 46v86c0 38 0 74 0 112-2 0-2 0-4 0-12-2-20-2-38-8-22-6-44-18-62-28-20-10-34-26-50-38-6-4-14-12-20-20 0 0 0 0 0 0s0-2 0-2c8-10 16-20 22-30 16-22 30-48 38-78 20-68 12-154-14-208-10-18-18-34-30-48-4-8-10-14-16-22 0 0 0 0 0 0s0 0 0-2c0 0 2 0 2 0 24 14 44 38 64 54 14 10 24 24 34 36 26 32 48 66 64 110zM512 256c-6 8-12 14-16 22-12 14-22 30-30 48-26 54-36 140-14 210 8 28 22 54 36 76 8 10 16 20 24 30 0 0 0 2 0 2s0 0 0 0c-6 8-14 16-20 20-16 12-32 28-50 38s-40 22-62 28c-18 6-26 6-38 8-2 0-2 0-4 0 0-38 0-74 0-112v-86c0-16-2-34 2-46 2-14 4-28 8-40 16-44 38-78 64-110 10-12 20-26 34-36 20-16 40-40 64-54 0 0 0 0 2 0 0 2 0 2 0 2s0 0 0 0z" />
+<glyph unicode="&#xe06e;" glyph-name="researchgate" d="M672-64c22 0 44 4 58 10v32c-44 0-88 30-120 64-54 58-126 154-186 260 100 24 172 116 172 208 0 138-106 202-246 202-72 0-130-4-184-4-48 0-98 0-128 0v-34l46-8c32-8 52-22 52-98v-480c0-76-20-90-52-96l-46-8v-38c34 2 92 4 148 4s126-2 158-4v36l-64 8c-34 6-50 20-50 96v204c30-2 54-2 94-2 74-132 144-234 184-280 38-44 94-72 164-72M318 344c-42 0-60 0-88 4v306c28 2 64 2 98 2 104 0 164-54 164-150 0-98-66-162-174-162M690 652c0 6-2 14-2 22-2 8-2 20-2 32s-2 26-2 42c0 16 0 32 2 44 0 12 0 22 2 30 0 8 2 16 2 22 2 6 4 12 6 18 10 32 26 56 52 72 24 18 52 26 88 26 18 0 34-2 48-6 16-4 28-10 40-18 10-6 20-16 28-26s14-20 20-30c2-4 0-8-2-10l-44-18c-4-2-6 0-8 4-10 18-18 30-34 40-14 8-26 12-48 12-24 0-34-4-48-14s-26-24-32-44c-2-4-2-8-4-12-2-6-2-12-4-20 0-8 0-18 0-28 0-12-2-24-2-40s0-28 2-40c0-12 0-20 0-28 2-6 2-14 4-18 0-6 2-10 4-14 6-20 16-30 28-40 14-8 30-14 52-14 20 0 40 6 52 14 12 10 22 22 28 38 2 6 4 16 6 26s2 20 2 36c0 2-2 4-4 4h-72c-4 0-6 2-6 6v42c0 4 2 6 6 6h132c4 0 6-2 6-6v-38c0-18 0-36-2-50-2-16-4-30-8-40-10-32-24-54-50-72-24-16-54-24-90-24-34 0-64 8-88 24s-40 40-52 72c-2 4-4 12-6 18" />
+<glyph unicode="&#xe06f;" glyph-name="residentadvisor" d="M0 386c0 102 0 206 0 308 106 0 210 0 316 0 6-2 10-2 14-2 12-2 24-4 34-6 24-4 46-14 66-26 18-10 36-22 52-38 36-36 70-72 106-108 2 0 4-2 4-2-28-30-58-58-86-88-34 34-68 70-102 102-14 16-30 26-48 34-14 6-28 8-44 8-62 0-122 0-184 0-2 0-4 0-4 0 0-20 0-40 0-60 2 0 2 0 6 0 56 0 112 0 170 0 4 0 10 0 14-2 16-2 32-8 44-22 44-44 88-88 132-132 4-4 10-10 16-16 10-8 22-12 34-12 108 0 214 0 322 0 0 0 2 0 4 0-76 78-152 154-228 230 30 28 58 56 86 86 0 0 2-2 4-2 94-96 190-192 284-286 4-4 6-6 8-10s2-8 4-14c0-2 0-2 0-4 0 0-2-2-2-2 0-10-4-16-10-22-26-26-54-54-80-80-8-8-16-12-26-14-4-2-6-2-12-2-132 0-266 0-398 0-4 0-6 0-8 2-16 2-30 8-42 20-48 46-94 96-142 144-14 12-28 18-46 18-86-2-172-2-258-2z" />
+<glyph unicode="&#xe070;" glyph-name="reverbnation" d="M1012 554c-98-70-194-140-294-212-10-6-10-12-8-24 38-114 76-230 114-346 0-2 2-6 4-12-6 4-10 8-14 10-96 70-194 140-290 210-8 6-16 8-24 0-100-72-198-144-300-216-2-2-4-2-8-6 14 44 28 86 40 128 26 80 52 158 78 238 2 8 0 12-8 18-98 70-194 140-292 212-4 2-6 6-10 10h26c116 0 232 0 346 0 12 0 18 2 22 14 36 116 74 232 112 350 0 2 2 4 4 10 2-6 4-8 4-12 38-116 76-232 114-348 4-12 8-14 22-14 120 0 240 0 360 0h14c-6-6-8-8-12-10z" />
+<glyph unicode="&#xe071;" glyph-name="rss" d="M274 74c0-76-60-136-136-136s-136 60-136 136c0 74 60 136 136 136s136-62 136-136zM2 416c128 0 248-50 338-140s140-212 140-340h196c0 372-302 676-674 676zM2 764c454 0 824-372 824-828h196c0 564-458 1024-1020 1024z" />
+<glyph unicode="&#xe072;" glyph-name="sharethis" d="M362 448c0-4-2-8-2-10l368-184c30 28 70 44 114 44 100 0 180-82 180-180 0-102-80-182-180-182s-180 80-180 182c0 4 2 6 2 10l-368 182c-30-26-70-42-114-42-102 0-182 80-182 180s80 182 180 182c44 0 86-18 116-44l366 184c0 2 0 6 0 10 0 100 82 180 182 180s180-80 180-180c0-100-80-182-180-182-44 0-86 16-116 44l-368-184c0-2 2-6 2-10z" />
+<glyph unicode="&#xe073;" glyph-name="skype" d="M988 340c8 32 10 68 10 102 0 266-214 482-480 482-28 0-56-2-82-6-44 26-94 42-150 42-154 0-278-126-278-280 0-50 14-100 38-140-6-32-10-64-10-98 0-266 216-480 482-480 30 0 58 2 88 8 38-22 84-34 132-34 154 0 278 126 278 280 0 44-10 86-28 124zM760 214c-22-32-54-56-98-74-42-18-92-26-150-26-68 0-126 12-172 36-32 16-60 40-80 70s-30 58-30 86c0 18 6 34 20 46s30 18 50 18c16 0 30-4 42-14s22-24 28-42c10-18 18-36 28-48s24-24 40-32c18-8 42-12 70-12 40 0 74 8 98 26 24 16 36 36 36 60 0 18-6 34-20 46-12 12-30 20-50 28-22 6-52 14-88 22-50 10-94 22-128 38-34 14-62 34-82 60s-32 58-32 96c0 36 12 70 34 98s52 50 94 64c40 16 86 22 140 22 44 0 82-4 112-14 32-10 60-24 80-40 22-16 38-34 48-52s14-38 14-56c0-16-6-32-20-46-12-14-30-20-50-20-16 0-30 4-40 12s-18 22-30 38c-12 24-26 42-42 54s-44 18-80 18c-36 0-64-6-84-20-20-12-30-28-30-46 0-10 2-20 10-28 6-8 16-16 28-22s26-12 38-14c14-4 36-10 68-18 38-8 74-16 106-26 32-12 60-24 82-38 24-16 42-34 54-58 14-22 20-52 20-84 0-40-12-76-34-108z" />
+<glyph unicode="&#xe074;" glyph-name="slideshare" d="M378 648c-66 0-120-50-120-112s54-112 120-112c66 0 120 50 120 112s-54 112-120 112zM662 650c-66 0-120-50-120-112 0-64 54-114 120-114 68 0 122 50 122 114 0 62-54 112-122 112zM978 472c-4-2-6-6-16-8v396c0 56-36 100-86 100h-718c-50 0-96-44-96-100v-396c0 2-6 6-10 8-32 22-50-8-32-36 38-44 106-100 214-144-114-382 274-444 268-246 0-4 0 110 0 192 12-2 20-4 28-6 0-82 0-190 0-186-6-198 382-136 270 246 106 44 174 100 210 144 20 28-2 58-32 36zM912 434c-134-74-254-62-318-60-48 4-64-18-66-48-10 8-22 18-34 28-2 2-2 4-4 6-12 10-26 16-54 14-62-2-190-14-314 58v384c0 70 16 92 80 92h636c60 0 74-28 74-92z" />
+<glyph unicode="&#xe075;" glyph-name="smugmug" d="M288 758c94 0 140 56 134 106-6 42-46 80-124 82-64 0-106-48-112-94-6-48 24-96 102-94zM760 770c90 4 128 50 130 94 0 52-48 102-130 96-64-6-104-50-108-96-8-50 26-100 108-94zM816 568c-224-22-236-24-650-34-174 0-136-598 236-598 354 0 784 670 414 632zM412 42c-326 0-282 388-226 390 376 14 474 30 608 30 138 0-124-420-382-420z" />
+<glyph unicode="&#xe076;" glyph-name="snapchat" d="M522 906c38 0 170-10 232-150 20-46 16-130 12-196-2-12-2-22-2-32v-4l2-2c2-2 12-14 36-14v0c16 0 34 6 54 14 2 2 6 2 10 2s10 0 14-2v0c10-4 16-10 16-16 0-4-2-16-38-30-2-2-8-2-12-4-24-8-58-18-70-46-8-16-6-34 4-56 6-10 72-158 220-184 0 0 0 0 0-2-4-6-20-26-118-42-16-2-20-20-24-40-2-8-4-14-6-22-2-2-2-2-4-2 0 0 0 0 0 0-6 0-12 0-20 2-14 2-34 6-58 6-14 0-28-2-42-4-32-4-56-22-82-40-36-26-72-52-128-52-2 0-4 0-8 0v0c-2 0-2 0-4 0-56 0-92 26-128 52-26 18-52 36-82 40-14 2-28 4-42 4-24 0-44-4-58-6-8-2-14-4-20-4-4 0-4 0-4 4-2 6-4 14-6 22-4 20-8 38-24 40-100 16-116 36-118 42 0 2 0 2 0 2 148 26 214 174 218 184 12 20 12 40 6 54-12 28-46 40-70 48-6 0-10 2-14 4-30 12-38 24-38 30 2 10 18 18 30 18 2 0 4 0 6-2 22-10 40-14 56-14 26 0 38 12 40 14l2 2v4c0 10-2 20-2 32-4 66-10 150 12 196 62 138 194 150 232 150 0 0 18 0 18 0s2 0 2 0zM522 930c-2 0-2 0-2 0-6 0-18 0-18 0-22 0-68-4-118-26-28-12-52-28-74-50-26-24-46-54-62-88-24-52-18-138-14-208v0c0-8 2-16 2-22-4-2-10-4-18-4-12 0-28 4-44 12-6 2-12 4-18 4-10 0-22-4-30-8-12-8-20-18-22-28-2-8-2-22 14-36 8-8 22-16 38-22 4-2 10-4 16-6 18-6 46-14 54-32 4-10 2-22-4-36-2 0-2 0-2 0-2-4-18-42-52-80-18-22-38-42-62-56-26-18-56-28-86-34-12-2-22-12-20-24 0-4 0-8 2-12 4-10 16-20 34-30 22-10 56-18 100-26 2-4 4-14 6-22s4-16 6-24c4-8 10-20 28-20 6 0 14 2 24 4 12 2 30 6 54 6 12 0 24-2 38-4 24-4 46-18 72-36 36-26 78-56 140-56 2 0 4 0 6 0s4 0 8 0c62 0 104 30 140 56 26 18 48 32 72 36 14 2 26 4 40 4 20 0 38-2 52-6 10-2 18-2 24-2h2c12 0 22 6 26 18 2 8 4 16 6 24s4 18 6 22c44 8 78 16 100 26 18 10 30 18 34 30 2 4 2 8 2 12 2 12-8 22-20 24-136 22-198 164-200 170 0 0 0 0 0 0-8 14-10 26-6 36 8 16 36 26 56 32 4 2 10 4 14 6 18 6 32 14 42 24s12 20 12 28c0 16-14 30-34 38-6 2-14 4-22 4-6 0-14 0-20-4-16-8-30-12-44-12-6 0-10 2-14 2 2 8 2 14 2 20v4c4 68 10 156-12 206-16 36-38 66-64 90-20 22-46 38-74 50-48 22-94 26-116 26z" />
+<glyph unicode="&#xe077;" glyph-name="songkick" d="M888 848c-70 50-146 86-244 102v-464l140 194h152l-176-244c0 0 40-64 64-102 24-40 48-50 84-50 10 0 10 0 24 0v-120h-36c-76 0-124 14-158 68-22 34-94 146-94 146v-212h-126v794c-2 0-4 0-6 0-164 0-278-40-376-112-142-108-136-248-136-400s-6-292 136-400c98-74 212-112 376-112s278 40 376 112c142 108 136 248 136 400s6 292-136 400zM280 158c-80 0-144 14-198 68l82 82c26-26 74-36 116-36 50 0 74 16 74 46 0 12-4 22-10 30-8 6-18 12-34 14l-64 8c-46 6-80 22-102 46-24 24-36 60-36 104 0 94 70 164 188 164 74 0 130-18 174-62l-80-80c-32 32-76 30-98 30-44 0-62-24-62-48 0-6 2-16 10-22 6-6 18-14 36-16l62-10c46-6 80-20 102-42 26-26 38-66 38-114 2-104-90-162-198-162z" />
+<glyph unicode="&#xe078;" glyph-name="soundcloud" d="M20 284h-20v124h20zM72 244h-20v194h20zM112 232h-20v226h20zM154 222h-20v226h20zM204 222h-20v298h20zM246 222h-20v338h20zM296 222h-20v360h20zM338 222h-20v370h20zM390 222h-22v360h22zM430 222h-20v348h20zM472 222h-22v390h22zM522 222h-20v420h20zM898 226c-2 0-350 0-350 0-8 0-16 6-16 14v400c0 8 4 12 14 16 24 10 52 14 80 14 116 0 212-88 222-202 16 6 32 10 50 10 70 0 126-56 126-126s-56-126-126-126z" />
+<glyph unicode="&#xe079;" glyph-name="spotify" d="M826 130c-12-20-40-28-60-14-170 102-382 126-632 68-24-4-48 10-54 34s10 48 34 54c274 62 508 36 698-80 22-12 28-40 14-62zM914 326c-16-26-50-34-76-18-194 118-488 152-718 84-28-10-60 8-70 36-8 30 8 62 38 70 262 80 586 42 808-94 26-18 36-52 18-78zM1014 554c-18-32-60-42-92-24-232 138-614 150-836 84-34-12-72 8-84 44-10 36 10 74 46 84 254 78 676 62 944-96 32-20 42-60 22-92z" />
+<glyph unicode="&#xe07a;" glyph-name="stackexchange" d="M794 960h-564c-72 0-130-60-130-136v-44h824v44c0 76-58 136-130 136zM100 296v-44c0-76 58-136 130-136h352v-180l174 180h38c72 0 130 60 130 134v44h-824zM100 732v-170h824v170zM100 512v-170h824v170z" />
+<glyph unicode="&#xe07b;" glyph-name="stackoverflow" d="M696 18h-510l2 344h-76l-2-426h668v430h-82zM236 162h398v-82h-398zM246 314l402-38-8-88-402 38zM282 488l390-110-24-84-388 110zM378 684l344-208-44-76-346 210zM738 492l-236 328 72 50 234-328zM760 946l86 14 68-398-88-14z" />
+<glyph unicode="&#xe07c;" glyph-name="starcraft" d="M306 184c-2-52-2 6-2-8v-2c20-56 90-142 176-190 2 0 2-2 4-2 0 0 2 0 2 2 2 0 4 2 4 4 0 36 0 50 0 194-10-6-184 2-184 2zM534 206c0-188 0-174 0-218 0-2 0-4 2-4s2-2 4-2c0 0 2 0 2 2 88 48 154 124 174 180 0 0-66-4-152 76-16-28-18-26-30-34zM486 846l-170 66h-4l-176-32c-2 0-4-2-4-4 0-4 0-6 2-6 0 0 28-12 60-28 32-18 68-42 80-64 6-10 2 0 6-16l208 2c0 64 0 78 0 78 0 2 0 4-2 4zM890 880l-176 32h-4l-174-66c-2 0-2-2-2-4 0 0 0-80 0-88l22-26c6 6 22 38 58 38 34 0 76 0 132 0 38 54 146 102 146 102 2 2 2 4 2 6 0 4-2 6-4 6zM78 632h284l38-36c0 0 2 0 4 0 0 0 2 0 4 2l98 110c2 2 2 4 2 6-2 2-4 2-6 2 0 0-354 0-366 0-16 0-30-2-42-12-14-10-20-26-20-54 0-12 0-12 0-12 0-2 2-6 4-6zM1018 712h-408l-72-70c-2-2-2-4-2-6 2-2 4-4 6-4h324l16-22c2-2 4-2 4-2 2 0 2 0 4 0l132 94c2 2 4 6 2 8s-4 2-6 2zM884 282c-10-2-22-2-34-2-88 0-172 70-180 172-2 20-2 18-2 34 0 44 4 78 6 96 0 2 0 4 0 4-2 2-2 2-4 2h-144c-2 0-4 0-4-4-8-20-20-60-20-114 0-32 4-46 16-84 28-86 132-168 214-168 126 0 156 44 156 58 0 2 0 4-2 4 0 2 0 4-2 2zM278 586l-4 2h-164c-2 0-4-2-6-4 0-2 0-4 2-6 0 0 220-254 226-262 0-2 0-2 0-2s-2-2-2-2c-4 0-90 0-130 0-24 0-42 10-52 18s-14 16-14 16c-2 2-2 2-4 4-4 0-4 0-6-2l-120-112c-4-4-4-6-4-8 2-2 4-2 6-2 0 0 422 0 454 0 26 0 44 28 44 56 0 10-4 20-10 28-16 22-216 274-216 276zM386 538c4-2 6-2 10-2h2c16 2 30 8 42 20l12 14c-8-30-12-64-12-98 0-2 0-4 0-6-18 22-36 48-54 72z" />
+<glyph unicode="&#xe07d;" glyph-name="stayfriends" d="M316 334c0 0 2 58 14 76s26 32 44 42c18 8 30 12 44 20 0 0 4 2 8 4 12 8 34 22 36 36 0 14 0 14 0 22 0 6-4 22-6 26-6 12-14 4-18 20 0 4-2 26 0 28 0 4 4 6 4 6s0 12 0 18c0 4 0 28 10 42 12 14 16 24 58 24 40-2 46-14 54-24 8-14 10-40 10-58 0-4 4 4 4-8 2-6 0-20 0-28-2-16-12-6-18-22-2-8-2-18 0-30 0-12 0-16 8-26 6-10 16-18 34-26h2c20-8 38-14 54-26s20-16 26-28c4-12 8-42 8-52 2-12 4-26 4-26s4 24 18 34c14 12 16 14 34 22 16 8 14 4 32 14s24 14 28 20c4 6 6 16 2 22s-4 14-12 18c-10 8-8 22-14 26s-10 6-10 12c-2 8-4 16-2 32 2 14 2 8 4 14s4 22 6 30c4 6 6 16 12 22s20 22 50 26c18 2 30 0 44-4 16-6 34-28 38-40s4-18 4-28c0-2 0-6 0-16 0-4 4-8-2-38-4-10-4-14-14-22-6-4-8-14-14-18-8-6-6-16-4-26s8-10 18-16c10-6 60-28 74-48 12-20 30-30 34-88 4-20 2-24 2-46s2-26 2-46h-330c0 0-6 66-12 56-8-10-18-58-18-58h-326c0 0-10 48-14 58-4 6-8-58-8-58h-318c0 0 2 26 4 40 2 22 2 48 8 68 6 22 6 32 18 44 14 10 22 18 32 24 18 8 44 28 26 76-14 32 2 80 20 108 18 26 26 48 64 48s66-42 74-70c6-30 10-66 2-92-10-30 0-46 42-68 16-8 22-34 26-42z" />
+<glyph unicode="&#xe07e;" glyph-name="steam" d="M892 642c0-84-68-150-150-150-84 0-152 66-152 150 0 82 68 150 152 150 82 0 150-68 150-150zM0 162l58-22c20-94 104-166 204-166 110 0 198 84 210 190l268 196c156 0 282 126 282 280 0 156-126 282-282 282-154 0-280-124-280-278l-176-252c-6 2-14 2-22 2-38 0-76-10-106-30l-156 64v-266zM740 830c104 0 188-86 188-190s-84-188-188-188c-104 0-188 84-188 188s84 190 188 190zM262 338c86 0 154-68 154-154s-68-154-154-154c-58 0-110 32-136 82 26-10 50-20 76-30 62-26 134 4 160 68 26 62-6 134-68 158l-64 26c10 2 22 4 32 4z" />
+<glyph unicode="&#xe07f;" glyph-name="storehouse" d="M512 618l-288-166v334l288-168 296 172-296 170-296-170v-342l296-170 288 166v-334l-288 168-296-172 296-170 296 170v342z" />
+<glyph unicode="&#xe080;" glyph-name="strava" d="M442 960l298-584h-178l-118 234-120-234h-176zM654-64l-224 440h134l88-176 92 176h132z" />
+<glyph unicode="&#xe081;" glyph-name="streamjar" d="M832 842c-74-16-192-26-326-26s-254 10-326 26c-46-10-68-12-62-36 8-32 166-62 388-62s392 30 400 62c6 24-28 26-74 36zM834 854c-142-20-256-24-334-24-52 0-104 0-174 8-56 6-142 18-142 18 2 28 4 64 40 86 20 12 48 16 58 16 58 2 402 2 462 0 8 0 38-4 56-16 38-22 38-58 42-86 0 0-86-12-144-18-70-8-122-8-172-8-78 0-194 4-334 24M862 692c-4 0-10 0-18 2 0 0-54 6-110-20-4-2-10-4-14-8 0 0-8-8-14-18-4-8-56-222-74-252s-58-100-104-140c-68-54-170-98-218-104-24-4-48-8-74-10-8 0-28 0-52-6-6 0-18-18-20-26s-4-34 2-68c4-24 10-52 32-76 24-20 50-26 66-26 6-2 12-4 22-2h472c58 0 104 46 104 102z" />
+<glyph unicode="&#xe082;" glyph-name="stumbleupon" d="M512 664c-30 0-54-24-54-54v-328c-2-124-104-226-230-226s-228 104-228 230c0 2 0 142 0 142h176v-140c0-30 24-54 54-54s54 24 54 54v330c4 122 104 220 228 220s224-98 228-220v-74l-104-30-70 32v64c0 30-24 54-54 54zM1024 286c0-126-102-230-228-230s-228 102-230 228v142l70-32 104 32v-144c0-30 24-54 54-54s54 24 54 54v146h176c0 0 0-140 0-142z" />
+<glyph unicode="&#xe083;" glyph-name="swarm" d="M382 322c-42-64-72-128-94-176 0-2-16-40-20-52-6-14 2-30 16-36 12-4 50-18 52-20 50-16 116-36 190-48-42 42-78 94-104 150s-38 118-40 182zM528 586c0 0 0 0 0 0-2 4-6 14-8 16-144 296-464 284-514 152-40-100 130-342 522-168zM592 614c0 0 0 0 0 0 222 98 190 268 134 290-78 30-218-84-138-282 2-2 4-6 4-8zM998 398c-32 74-94 128-166 154-6 2-14 4-22 4-36 0-72-30-76-70-4-64 8-128 36-192 28-62 66-114 118-154 12-10 28-14 44-14 30 0 58 16 70 42 30 72 30 154-4 230zM686 256c-36 80-50 160-44 238 2 22 10 44 20 64-2-2-6-2-6-2-32-8-64-22-92-40-40-28-76-68-92-114-4-12-8-26-8-40-6-62 4-128 32-190 28-60 66-110 114-148 30-22 84-38 126-38 40 0 80 12 116 30 12 6 36 22 38 24-22 4-42 14-58 28-62 46-112 110-146 188z" />
+<glyph unicode="&#xe084;" glyph-name="teamspeak" d="M472 102c226 38 396 196 396 386 0 218-224 394-500 394-18 0-38 0-56-2 24-12 48-32 68-56 158-6 292-84 344-192 2-2 4-4 4-6 2-4 4-10 6-14 10-26 16-56 16-86 0-126-104-238-250-282 4-6 8-16 2-26l-2-2-4-2c-12-8-12-18-10-34 2-8 6-18 6-28 2-12 0-24-6-36-2-4-8-8-14-14zM502 260c-2-2-2-4-4-4l-4-4c-2 0-2-2-2-2 78 36 132 102 132 176s-52 138-128 174c2-8 2-16 2-24s-2-16-6-22c-2-2-2-4-4-6s-4-4-6-6c-6-8-6-12-6-18l2-6c26-42 56-86 84-130l2-2c6-14 0-30-12-38-6-6-12-8-18-10-6 0-12-2-16-2-10-2-14-4-16-10s-2-12 0-18c2-2 2-6 4-10s4-8 6-10l2-4v-4c-4-12-8-16-12-20zM286 116c116-22 154-4 164 12 18 36-28 76 14 102 6 10-6 14-10 20-8 16 18 18 18 34-8 16-16 30-10 50 10 24 38 14 56 28 6 6 10 16 6 24-28 42-58 88-86 132l-2 8c-2 24 22 32 24 56-2 68-82 266-196 290 0 0 0-102 0-230 92-70 144-184 124-312-10-78-48-152-102-214zM410 952c-64 0-128-8-186-22l-40-12c-28-10-42-26-48-48l-44-220c-54-22-92-74-92-136 0-82 66-148 148-148s148 66 148 148c0 54-28 100-70 126v274c48 12 98 18 150 18 320 0 580-214 580-476 0-264-260-476-580-476-76 0-150 12-218 34-10-6-18-10-26-14 84-36 178-56 280-56 338 0 612 226 612 504s-274 504-614 504zM256 518c0-60-50-108-108-108-60 0-110 48-110 108 0 62 50 110 110 110s108-50 108-110z" />
+<glyph unicode="&#xe085;" glyph-name="teamviewer" d="M512 960c-282 0-512-230-512-512s230-512 512-512c282 0 512 230 512 512s-230 512-512 512zM638 284l46 112h-342l44-112-332 164 332 164-42-106h336l-40 106 332-164z" />
+<glyph unicode="&#xe086;" glyph-name="technorati" d="M1024 960v-708c-174-106-382-128-574-92-96-50-182-120-276-174 6 74 16 146 24 220 2 30 12 68-20 86-118 94-198 248-180 402 10 100 62 184 124 266zM846 830c-78 58-180 84-276 80-110-2-220-42-294-122-42-44-74-104-74-166-4-86 44-168 110-218 140-106 346-116 498-30 86 48 154 134 156 234 2 90-48 172-120 222z" />
+<glyph unicode="&#xe087;" glyph-name="telegram" d="M950 880l-910-356c0 0-44-14-40-42s38-40 38-40l226-76c18-58 72-244 82-280 12-40 20-48 26-50 2 0 4 0 4 0 16-2 28 8 28 8l144 142 228-174c62-26 86 30 86 30l162 816c0 54-74 22-74 22zM836 694c-16-14-394-360-432-396l-22-188c-2-18-18-18-26-4-16 52-54 190-74 252l536 356c0 0 30 20 30 0 0 0 0-8-12-20z" />
+<glyph unicode="&#xe088;" glyph-name="tripadvisor" d="M300 404c0-22-18-42-42-42-22 0-42 20-42 42 0 24 20 42 42 42 24 0 42-18 42-42zM808 404c0-22-20-42-42-42-24 0-42 20-42 42 0 24 18 42 42 42 22 0 42-18 42-42zM258 528c-32 0-64-12-88-36-22-24-36-54-36-88 0-32 14-64 36-88 24-22 56-36 88-36 70 0 124 56 124 124s-54 124-124 124zM258 318c-22 0-44 10-60 26s-26 38-26 60c0 24 10 46 26 62s38 24 60 24c48 0 86-38 86-86s-38-86-86-86zM766 528c-34 0-64-12-88-36s-36-54-36-88c0-32 12-64 36-88 24-22 54-36 88-36 68 0 124 56 124 124s-56 124-124 124zM766 318c-24 0-46 10-62 26s-24 38-24 60c0 24 8 46 24 62s38 24 62 24c46 0 86-38 86-86s-40-86-86-86zM966 568c10 30 24 64 44 84h-168c-4 0-6 2-10 2-8 14-72 96-324 96-278 0-326-98-326-98h-178c22-20 38-62 48-92-32-44-52-98-52-156 0-142 116-258 258-258 80 0 150 36 198 92l58-82 52 84c46-58 118-94 200-94 142 0 258 116 258 258 0 62-22 120-58 164zM258 196c-114 0-208 94-208 208 0 116 94 208 208 208 116 0 208-92 208-208 0-114-92-208-208-208zM262 648c0 0 66 76 244 76h18c176 0 244-76 244-76s-190 32-254-202c-62 234-252 202-252 202zM766 196c-116 0-208 94-208 208 0 116 92 208 208 208 114 0 208-92 208-208 0-114-94-208-208-208z" />
+<glyph unicode="&#xe089;" glyph-name="tripit" d="M484 374l-362 4c-6 0-10 0-14-4s-6-8-10-12-16-14-26-18c-22-4-44 0-60 14-14 14-16 36-6 54 16 30 62 40 90 18 8-8 14-16 16-28 0-4 2-4 6-4l368 4c6 0 4 0 4-4 0-6 0-12 0-20 0-4-2-4-6-4zM662 374c10 28-2 58-24 74-38 24-92 12-116-24-14-22-16-48-2-70 14-20 38-28 62-30-2 0-2 0 4 0 10 0 8 0 4 0 32 2 62 22 72 50zM984 436c-24 2-46-12-52-34-2-4-2-4-6-4l-238 2c-2 0-2-6-2-8 0-4 0-8-2-12 0-4 0-4 4-4l240 4c4-2 6-12 8-16 4-4 8-10 12-14 10-8 24-10 36-8 22 2 40 22 40 46s-16 44-40 48zM578 546c4 0 4-2 4-6l-4-56c-2-4 2-6 6-6 6 2 12 2 18 0 4 0 4 2 4 6 0 18-2 38-2 58 0 6 8 6 14 8 4 4 10 8 14 12 8 8 12 20 12 34 2 22-12 42-34 50-20 8-44 0-58-18-22-28-10-70 26-82zM830 586c0-2 2-2 2-2s-2 0-2 2zM666 450c2-4 6-8 8-10 2-4 6-2 8 0l122 78c2 0 4-2 8-4 12-6 28-6 40 4 28 22 12 66-22 68-24 0-42-22-38-46 2-4 0-6-2-6-44-24-86-50-128-76-4-4 2-6 4-8zM388 288c0 14 0-6 0 0zM512 332c-4 4-6 8-8 10-2 4-4 4-6 2-14-10-28-18-44-28-2-2-4-2-6 0-12 10-26 12-40 4-12-6-20-18-20-32-2-26 24-44 46-38 20 6 32 24 28 42 0 4 0 4 4 6 16 8 32 18 48 28 4 2 0 4-2 6zM398 502c2 0 4 2 6 2 4 0 6-2 8-4l86-68c4-2 4-2 6 2 4 4 8 10 12 14s-4 6-8 8l-82 60c-6 4-12 6-10 14 0 0 0 2 0 2-2 28-42 38-56 12-6-12-4-28 6-36 8-8 20-12 32-6zM690 328c-8-2-12 0-18 6-2 0-2 2-4 2-2 4-4 4-8 0-2-2-6-6-10-8-2-2-2-2 2-4 4-4 10-6 16-10 4-2 2-6 2-10s0-8 2-12c4-6 10-12 20-12 14-2 24 10 24 24 0 0 0 0 0 0v0c0 14-12 26-26 24z" />
+<glyph unicode="&#xe08a;" glyph-name="triplej" d="M366 874c26-60 52-120 80-180 2-6 8-30 18-26 20 8 16 6 10 26-10 30-22 58-30 86-16 44-36 88-50 132-4 12-18 58-38 46-32-18 0-60 10-84 4-8-4 10 0 0zM716 570c-22 0-32-34-14-46 6-4 12-6 14-6 10 0 26 16 26 28 0 6 10 20 36 48 20 20 60 62 90 92 28 30 70 74 92 98 52 54 52 54 46 66-2 6-10 12-16 12-2 2-2 2-4 2-8-2-18-12-54-54-10-12-26-30-34-40-8-8-26-28-38-44-14-14-34-38-44-50-36-40-56-64-74-86-12-14-20-20-26-20zM712 374c56 24 124 72 146 104 6 6 12 14 14 18 18 20 30 68 22 96-4 18-24 50-32 50-6 0-56-56-58-64-4-16 4-20 34-20s28-4-6-16c-44-16-50-30-34-64 4-10 8-18 6-18 0-2-10 0-20 4-24 6-34 8-48 2-12-6-30-40-30-54 0-6-2-10-4-12-6-2-12 14-12 28 0 4-6 16-14 24-14 16-14 16-40 16-14 0-32-2-42-4l-16-2 24 24c20 20 24 24 24 40 0 20-10 34-32 52l-12 12 16-4c56-10 82 6 90 58 0 10 4 18 4 18 2 0 8-10 12-20 12-26 20-32 36-20 12 8 46 46 48 54 4 10-46 16-102 16-44 0-92-4-120-10-60-16-74-20-72-28 2-4 6-14 10-22 8-26 14-38 18-38 6 0 22-22 22-28 0-4-4-12-10-18-12-12-28-14-42-2-6 8-8 12-6 24 2 16-2 26-22 70l-4 8-30-14c-88-44-144-98-162-160-4-8-4-18-4-18 2 0 34-2 72-4 62-2 74-2 80 2 12 10 20 12 34 6s16-14 14-30c-2-18-32-28-46-14-6 6-14 6-76 4-36 0-68-2-70-4-2-4 12-26 28-40 30-26 76-44 138-50 76-8 188 12 274 48zM950 292c-2 22-6 58-10 78-2 20-6 52-8 68-2 22-4 32-6 32s-4-4-6-14c-2-20-26-140-30-146 0-2-4-18-6-34-4-14-8-36-10-48-2-10-8-38-12-60-10-48-16-68-20-68-2 0-48 42-102 94l-96 96-8-14c-4-10-8-24-10-34 0-10-4-20-6-24-2-2-8-26-16-52-6-24-14-54-18-64-2-12-8-32-12-48-8-32-14-34-34-12-18 20-68 78-74 84-2 2-14 14-26 28s-26 30-30 34c-4 6-20 22-34 38s-28 32-30 34c-2 2-14 14-24 26-20 22-22 20-10-10 4-10 12-26 14-34 4-8 8-18 12-26 6-10 12-26 28-64 4-8 10-20 12-26 4-12 16-36 26-60 20-48 26-58 44-76 24-22 60-40 98-48 60-12 142-6 208 16 66 20 108 46 150 88 34 34 34 34 46 58 14 26 16 50 10 102-2 26-8 64-10 86zM230 452c-8 2-40 2-76 2-58 0-132-2-134-4-6-8-6-26 0-32 4-4 26-4 114-2 62 2 112 4 112 4 2 0 2 8 0 16-2 10-4 14-16 16z" />
+<glyph unicode="&#xe08b;" glyph-name="tumblr" d="M196 540v146c40 12 76 32 104 56s52 54 68 88c18 34 30 78 36 130h146v-258h244v-162h-244v-262c0-60 4-98 10-114 6-18 18-30 34-40 24-14 50-22 78-22 52 0 104 18 156 52v-162c-44-20-84-36-120-44-34-8-74-12-114-12-48 0-88 6-124 18s-68 28-92 50c-26 22-44 46-54 70s-14 60-14 108v358z" />
+<glyph unicode="&#xe08c;" glyph-name="twitch" d="M734 70h-200l-134-134h-132v134h-246v712l68 178h912v-624zM912 382v490h-734v-646h200v-134l134 134h244zM668 692v-266h88v266zM422 426h90v266h-90z" />
+<glyph unicode="&#xe08d;" glyph-name="twitter" d="M920 656c0-8 0-18 0-26 0-278-212-598-598-598-118 0-230 34-322 94 16-2 34-2 50-2 98 0 190 32 262 90-92 0-170 62-198 146 14-4 26-4 40-4 20 0 38 2 56 6-96 20-168 106-168 206 0 2 0 2 0 4 28-16 60-26 94-26-56 36-94 102-94 174 0 38 12 74 30 106 102-128 258-212 432-220-4 16-6 32-6 48 0 116 94 210 210 210 62 0 116-26 154-66 48 10 94 26 134 50-16-48-50-90-92-116 42 6 82 16 120 34-28-42-64-80-104-110z" />
+<glyph unicode="&#xe08e;" glyph-name="uber" d="M160 550v-118c0-40-16-56-58-56-40 0-58 16-58 56v122h-38c-4 0-6-2-6-4v-120c0-66 42-90 102-90s102 24 102 90v124h-38c-4 0-6 0-6-4zM732 520c2 0 4 2 6 4l10 28c2 2 0 4-2 4h-158c-14 0-20-4-20-14v-184c0-8 4-12 16-12h148c2 0 4 0 6 2l10 30c2 2 0 2-2 2h-134v38c0 12 6 18 26 18h58c4 0 6 0 6 2l12 28c0 2 0 2-2 2h-100v52zM452 456c18 8 26 24 26 46 0 46-38 52-78 52h-88c-16 0-22-4-22-14v-184c0-8 4-12 16-12h110c42 0 72 16 72 58 0 26-12 48-36 54zM334 520h70c24 0 30-8 30-26s-6-26-30-26h-70zM412 378h-78v40c0 12 6 18 26 18h52c24 0 32-10 32-28 0-20-8-30-32-30zM1024 348l-48 82c24 6 42 22 42 60 0 52-30 64-84 64h-90c-14 0-20-4-20-14v-190c0-4 2-6 6-6h38v62c0 14 8 18 26 18h40l42-76c2-2 4-4 8-4h38c2 0 2 4 2 4zM942 458h-74v62h74c26 0 32-10 32-32 0-20-6-30-32-30z" />
+<glyph unicode="&#xe08f;" glyph-name="ventrilo" d="M918 636c-18 72-48 136-98 188-72 70-174 106-308 106-132 0-234-36-306-106-50-52-80-116-98-186-60-10-108-64-108-128v-132c0-72 58-130 130-130v152l86-50c6-2 12-4 18-4h170c10 0 20 4 30 12 0 2 0 2 2 2l52 64c0 0 10 12 24 12 8 0 16-2 24-10l52-66c2 0 2-2 2-2 10-8 20-12 30-12h170c6 0 12 2 18 4l86 50v-114l-242-282h-146c-10 0-18-8-18-18s8-18 18-18h162l248 284c62 10 108 64 108 128v130c0 62-46 116-106 126zM498 438l2 2c0-2-2-2-2-2zM524 438c2 0 2 0 0 0zM790 676h-556c-6 0-12 0-18-4l-70-40c16 64 44 122 88 166 64 62 154 94 278 94s216-32 280-94c44-44 70-102 88-166l-72 42c-6 2-12 2-18 2z" />
+<glyph unicode="&#xe090;" glyph-name="viadeo" d="M198 160c24-44 58-78 98-102 28-16 58-26 88-32 266 104 234 606 232 632-10 30-56 158-142 302 0 0 120-80 142-300 0 0 0-2 0-2 2-4 2-6 2-6 156-416-182-630-184-630 50 0 94 12 134 36 42 24 74 58 100 102 24 44 36 90 36 142 0 40-8 78-22 114 24 4 54 14 84 34 18-46 28-94 28-146 0-98-34-184-102-258-66-74-154-110-258-110-108 0-194 36-262 110-66 74-100 160-100 258 0 96 32 182 96 252 70 80 158 118 266 118 44 0 86-6 124-20-12-24-24-54-26-86-32 12-64 18-100 18-74 0-136-28-190-82-54-56-80-124-80-202 0-52 12-98 36-142zM674 572c0 0 206 112 214 208 0 0-64-142-238-182 0 0-62 98 18 178 0 0 28 32 108 52 0 0 80 16 124 108 0 0 90-124 34-290 0 0-28-74-84-108-44-26-108-34-176 34zM434 22c0 0-2 0-2 0s0 0 0 0c2 0 2 0 2 0z" />
+<glyph unicode="&#xe091;" glyph-name="viber" d="M590 702c-12 2-24-8-24-22-2-12 8-24 22-26 80-4 118-44 122-128 2-12 12-22 26-22 0 0 0 0 0 0 14 0 24 12 24 24-6 110-64 168-170 174zM860 462c12 0 24 10 24 22 2 96-26 176-86 240-58 64-140 100-244 110-14 0-24-10-26-24 0-12 10-24 22-26 94-6 162-36 212-92 52-54 76-122 74-206 0-12 10-24 24-24zM866 818c-94 92-214 140-356 142-14 0-24-12-24-24 0-14 10-26 24-26 128 0 238-44 324-128s130-198 130-348c0-12 12-24 26-24 12 0 24 12 24 24-4 162-52 292-148 384zM956 158c0 0-56 46-84 66-26 20-66 44-88 58-42 22-84 8-100-16l-36-44c-20-22-54-20-54-20-250 64-316 318-316 318s-4 34 18 52l46 36c22 18 36 60 14 100-12 22-38 64-56 90-22 26-68 82-68 82-22 26-54 32-90 14 0 0 0 0 0 0-34-18-64-42-92-74 0 0 0 0 0-2-22-24-34-50-38-76 0-2 0-6 0-10 0-12 0-22 4-34h2c10-38 38-102 96-210 38-68 76-126 116-174 20-26 42-52 70-78 0-2 2-4 2-4 2-2 2-2 4-4 0 0 2-2 2-2 2-2 2-2 4-4 26-26 52-48 78-68 48-40 106-78 176-116 106-60 170-86 208-96l2-2c10-2 20-6 32-6 4 0 8 0 12 2 24 4 50 16 74 36 0 0 0 0 2 2 32 28 56 60 74 92 0 0 0 0 0 2 18 34 12 66-14 90z" />
+<glyph unicode="&#xe092;" glyph-name="viewbug" d="M908 552c0 0 96 48 64 186-30 154-216 124-216 124l-378-66-74-536-250 476-54-8c-2 0 0-224 0-224l252-472 180 32 32 244 38-230c0 0 302 52 398 70 92 32 124 76 124 76s0 176 0 268c-32 48-116 60-116 60zM558 700c0 2 146 28 146 28s116 28 124-66c20-94-100-102-100-102l-142-28zM806 258l-166-30-34 196c-2 0 166 30 166 30s118 32 136-76c26-110-102-120-102-120z" />
+<glyph unicode="&#xe093;" glyph-name="vimeo" d="M662 668c-24 0-50-6-76-18 50 166 146 246 288 240 106-2 156-70 150-204-6-100-74-236-210-410-138-180-256-272-352-272-60 0-110 56-152 166-28 102-56 202-82 304-32 110-64 164-100 164-8 0-34-16-80-48l-48 62c50 46 100 90 150 134 66 58 118 88 152 92 78 8 128-46 146-164 20-126 34-204 42-234 22-104 48-156 76-156 22 0 54 34 96 100 42 68 66 120 70 156 6 58-18 88-70 88z" />
+<glyph unicode="&#xe094;" glyph-name="vine" d="M730 806c-44 0-72-40-72-116 0-158 100-248 228-248 24 0 46 2 76 10v-122c-40-10-86-14-122-14-86-182-242-336-292-366-34-18-64-20-100 2-64 38-304 240-384 854h174c44-378 150-562 268-704 66 64 128 150 176 250-116 58-186 188-186 340s88 268 238 268c146 0 226-92 226-248 0-58-12-124-34-176-110-22-150 48-150 48 8 26 20 72 20 114 0 72-26 108-66 108z" />
+<glyph unicode="&#xe095;" glyph-name="vkontakte" d="M990 254c-30 40-56 64-94 100-16 16-38 32-40 54-2 30 26 58 40 78 2 2 4 4 6 6s2 2 4 4c0 2 2 2 2 4 2 2 2 4 4 4 0 2 2 2 2 2 2 2 2 4 4 6 26 34 52 64 78 104 8 14 34 64 26 84-12 24-74 16-108 16-42 0-88 8-118-4-18-6-30-46-40-68-16-34-30-62-46-88 0-2-2-4-4-6 0 0 0 0 0 0 0-2-2-4-4-6 0 0 0 0 0 0-2-4-4-8-6-10 0-2-2-2-2-2 0-2-2-2-2-4-2-2-2-2-2-4-2 0-2-2-4-4 0 0-2-2-2-4-2 0-2-2-2-2-2-2-4-4-6-8-14-20-28-44-54-48-2 2-2 2-4 2 0 0 0 2 0 2-2 0-2 0-2 0 0 2-2 2-2 2s0 0-2 2c0 0 0 0 0 0s0 2-2 2c0 0 0 0 0 0 0 2-2 2-2 2s0 2 0 2c0 0-2 0-2 2 0 0 0 0 0 0 0 2 0 2-2 2 0 0 0 2 0 2s0 0 0 2c0 0-2 0-2 0 0 2 0 2 0 4 0 0 0 0 0 0-2 2-2 2-2 2 0 2 0 2 0 2s0 2 0 2c0 0 0 2-2 2 0 0 0 2 0 2s0 0 0 2c0 0 0 0 0 2 0 0 0 0 0 0 0 2 0 2-2 2 0 2 0 2 0 2 0 2 0 2 0 2 0 2 0 2 0 2 0 2 0 2 0 2 0 2 0 2 0 2 0 2 0 2 0 4 0 0 0 0 0 0 0 2 0 2 0 4 0 0 0 0 0 0 0 2 0 2 0 4 0 0-2 0-2 2 0 0 0 2 0 2s0 2 0 2c0 0 0 2 0 2s0 2 0 2c0 0 0 2 0 2 0 2 2 2 2 2 0 2 0 2 0 2 0 2 0 2 0 2 0 2 0 2 0 4 0 0 0 0 0 0 0 2 0 2 0 4 0 0 0 0 0 0 0 6 0 10 0 16 0 0 0 2 0 2 0 4 0 10 2 14 0 44 14 102-6 136-18 30-86 26-134 26-58 0-104-4-122-38 20-14 42-14 52-34 12-22 14-68 12-110 0-2 0-4 0-6 0-36-2-94-26-98s-44 32-58 50c-2 4-4 6-6 10 0 0-2 2-2 2-2 2-2 4-4 8 0 0-2 2-2 2-2 2-4 4-4 6-2 2-2 2-2 4-2 2-4 6-6 8-18 30-36 60-52 98-12 22-26 60-38 66-24 12-72 6-104 6-36 0-74 6-96-12 0-40 20-74 36-106 22-44 44-86 68-126 0-2 2-4 2-6 4-4 6-10 10-14 0-2 2-4 2-6 4-4 6-10 10-14 0-2 2-4 4-6 4-6 8-12 12-18 0 0 0 0 0 0 4-6 8-14 12-20 2-2 2-4 4-4 4-6 6-10 10-14 0-2 2-4 4-6 2-4 6-10 10-14 0-2 2-4 4-6 4-6 8-12 14-18 62-78 132-152 270-168 44-4 108-8 122 18 20 32-2 108 42 114 30 6 56-40 74-58 30-34 66-70 118-80 0 0 2 0 4 0 46 20 184-22 192 36 2 20-22 52-34 66z" />
+<glyph unicode="&#xe096;" glyph-name="warcraft" d="M512 870c234 0 422-188 422-422s-188-422-422-422c-234 0-422 188-422 422s188 422 422 422M512 960c-282 0-512-230-512-512s230-512 512-512c282 0 512 230 512 512s-230 512-512 512zM934 676v186c0 2-2 4-2 6-2 0-4 2-6 2h-188c12-66 136-180 196-194zM92 220v-188c0-2 0-4 2-4 0-2 2-2 4-2h188c-10 66-134 178-194 194zM738 28h188c2 0 4 0 6 2 0 0 2 2 2 4v188c-68-10-180-134-196-194zM286 870h-188c-2 0-4 0-4-2-2-2-2-2-2-4v-188c66 10 178 134 194 194zM238 670h158c0 0-8-36-6-54 8-68 52-260 52-260l74 300 76-294c0 0 44 258 44 276 0 16-16 34-16 34h164c0 0-34-32-46-76-16-56-66-342-66-360 0-30 20-52 20-52h-154c0 0 4 16 4 42s-24 152-24 152c0 0-30-130-30-154 0-22 10-40 10-40h-160c0 0 30 22 30 42-4 60-86 364-92 388-10 40-38 56-38 56z" />
+<glyph unicode="&#xe097;" glyph-name="wechat" d="M712 598c-96-4-178-34-246-98-66-66-98-148-90-248-36 4-70 10-104 12-12 2-26 0-36-6-34-18-64-40-102-62 6 30 10 58 18 84 6 20 4 30-14 44-114 80-162 200-126 324 34 116 114 186 226 222 152 50 324-2 416-122 32-42 52-92 58-150zM274 638c2 22-18 42-42 44-24 0-44-18-44-42s18-42 42-44c22 0 44 18 44 42zM502 682c-22 0-42-22-42-44 0-24 20-42 44-42s42 20 42 44c0 24-20 42-44 42zM926 6c-30 12-58 34-88 36-30 4-60-14-90-16-94-10-178 16-246 78-132 122-112 308 38 408 136 88 334 58 428-64 84-106 74-248-26-338-30-26-40-48-22-82 2-6 4-14 6-22zM582 338c20 0 36 14 36 34 2 20-14 36-36 36-18 0-36-18-36-36 2-20 18-34 36-34zM804 408c-18 0-34-16-34-34-2-20 14-36 34-36s34 14 34 34c0 20-14 36-34 36z" />
+<glyph unicode="&#xe098;" glyph-name="weibo" d="M766 462c-14 4-24 8-18 26 18 42 18 76 2 102-34 48-124 46-230 2 0 0-32-14-24 12 16 50 14 94-10 118-58 58-208-2-336-130-98-96-154-200-154-288 0-170 218-272 430-272 278 0 464 162 464 290 0 78-66 122-124 140zM426 92c-170-16-316 60-326 172-12 112 118 214 286 232 170 16 316-60 328-172 10-110-118-214-288-232zM950 772c-66 74-166 104-258 84-20-4-34-26-30-46 4-22 26-36 46-32 66 14 136-6 184-58 48-54 62-126 40-190-6-20 6-42 26-48 20-8 42 4 50 24 0 0 0 0 0 0 28 90 10 192-58 266zM832 528c18-6 36 4 42 22 14 42 6 92-26 128-34 38-82 50-126 42-18-4-30-22-26-40 4-20 22-30 40-26 20 4 44-2 60-20s20-42 14-64c-6-18 4-36 22-42zM444 410c-82 20-172-20-208-90-36-72 0-154 80-180 86-26 184 14 220 94 34 76-10 154-92 176zM382 224c-16-26-52-36-78-24s-34 42-18 66c16 26 50 38 76 26 28-10 36-40 20-68zM436 294c-6-10-20-14-30-10s-12 14-8 24c6 10 20 16 30 12s14-16 8-26z" />
+<glyph unicode="&#xe099;" glyph-name="whatsapp" d="M874 812c-96 96-224 148-360 148-280 0-508-228-508-508 0-88 24-176 68-254l-72-262 270 70c74-40 156-62 242-62v0c0 0 0 0 0 0 280 0 508 228 508 508 0 136-52 264-148 360zM514 30v0c-76 0-150 20-214 60l-16 8-160-42 42 156-10 16c-42 68-64 144-64 224 0 234 190 422 422 422 112 0 218-44 298-124s124-186 124-298c0-232-190-422-422-422zM746 346c-14 6-76 38-88 42-10 4-20 6-28-6-8-14-32-42-40-50s-14-10-28-4c-12 6-52 20-102 64-36 32-62 74-70 88-8 12 0 18 6 26 6 4 12 14 18 22 8 6 10 12 14 20s2 16-2 22c-2 6-28 70-38 94-12 26-22 22-30 22-6 0-16 0-24 0s-22-2-34-14c-12-14-44-44-44-106 0-64 46-124 52-132s90-136 216-192c30-12 54-20 72-26 32-10 58-8 80-6 26 4 76 32 86 62 12 28 12 54 8 60-4 4-12 8-24 14z" />
+<glyph unicode="&#xe09a;" glyph-name="wikipedia" d="M96 660c-24 38-62 76-92 88l-4 2v36l2 2h262c0-8 0-22 0-36-36-4-76-22-66-60 66-144 126-292 190-438l112 208c-44 88-74 178-122 264-14 24-56 26-86 26v34h246v-34c-22-2-48-8-44-34l70-154c22 48 48 96 68 146 10 40-36 42-64 44v32h220v-32c-34-2-64-12-82-36-42-66-74-142-108-214 34-78 68-156 102-228l188 432c-14 28-42 38-70 44l-2 34h208v-34c-10-2-18-4-26-8-16-8-32-24-42-42l-258-594h-44l-122 290-150-290h-44c-88 182-150 372-242 552z" />
+<glyph unicode="&#xe09b;" glyph-name="windows" d="M-2 78l422-56v396h-424zM-4 468h424v412l-422-62zM460 16l564-76v478h-564zM460 886v-418h564v494z" />
+<glyph unicode="&#xe09c;" glyph-name="wordpress" d="M512 960c-282 0-512-230-512-512s230-512 512-512c282 0 512 230 512 512s-230 512-512 512zM52 448c0 66 14 130 40 188l220-602c-154 74-260 232-260 414zM512-12c-46 0-88 6-130 18l138 402 142-388c0-2 2-4 2-6-46-18-98-26-152-26zM576 664c28 2 52 4 52 4 24 4 22 40-2 38 0 0-76-6-124-6-44 0-120 6-120 6-26 2-28-36-4-38 0 0 24-2 48-4l72-196-100-302-168 498c28 2 52 4 52 4 26 4 22 40-2 38 0 0-74-6-122-6-10 0-20 0-30 0 82 126 224 208 384 208 120 0 228-46 310-120-2 0-4 0-6 0-44 0-76-40-76-82 0-38 22-70 44-108 18-30 38-70 38-126 0-40-14-86-34-150l-46-152zM744 50l140 406c26 66 36 118 36 166 0 16-2 32-4 46 36-64 56-140 56-220 0-170-92-318-228-398z" />
+<glyph unicode="&#xe09d;" glyph-name="wykop" d="M644 736l-92-46c-8-4-10-12-6-20l144-288c4-8 0-18-8-22l-28-14c-8-4-18-2-22 6l-2 6-140 284c-4 8-14 10-22 6l-90-44c-8-4-12-14-8-20l140-284 4-6c4-8 0-18-8-20l-28-14c-10-4-18-2-22 6l-2 6-140 280c-4 8-14 12-22 8l-90-46c-8-4-12-12-8-20l164-326c4-8 12-12 20-8l12 6 78 40 86 42 92 44 176 88c8 4 10 12 6 20l-162 328c-4 8-14 12-22 8zM764 896h-506c-142 0-260-116-260-258v-378c0-142 118-260 260-260h506c144 0 260 118 260 260v378c-2 142-118 258-260 258zM916 266c0-86-70-156-156-156h-498c-86 0-156 70-156 156v366c0 86 70 156 156 156h498c84 0 156-70 156-156z" />
+<glyph unicode="&#xe09e;" glyph-name="xbox" d="M508 768v0c0 0 0 0 0 0 204 148 332 74 332 74-90 76-206 122-332 122s-242-46-332-122c0 0 126 76 332-74zM374 670c-150 92-240 132-240 132-86-92-138-214-138-350 0-120 42-230 112-318 0 0-70 188 266 536zM1020 452c0 136-52 258-138 350 0 0-88-40-240-132 336-348 266-536 266-536 70 88 112 198 112 318zM506 558c-284-210-368-458-368-458 94-98 224-158 370-158s278 60 370 158c0 0-54 224-372 458z" />
+<glyph unicode="&#xe09f;" glyph-name="xing" d="M246 242h-148c-8 0-14 4-18 10s-4 16 0 24l156 276c0 0 0 0 0 2l-100 172c-4 8-4 16 0 22s10 10 20 10h148c22 0 34-14 40-28 0 0 102-176 102-176-6-12-160-282-160-282-8-14-18-30-40-30zM944 928l-326-578c0 0 0-2 0-2l208-380c4-8 4-16 0-22s-10-10-20-10h-148c-22 0-32 16-40 28 0 0-210 384-210 386 10 18 328 582 328 582 8 14 18 28 40 28h150c8 0 16-4 18-10 4-6 4-14 0-22z" />
+<glyph unicode="&#xe0a0;" glyph-name="yahoo" d="M994 636c-18 0-92-18-118-22-26-8-270-196-286-242-4-16-6-42-6-64l-2-38c0-26 8-70 12-92 16-4 132-2 154-4l-4-48c-20 2-168 0-252 0-42 0-180-4-222-2l8 44c24 2 118-4 140 18 10 12 8 24 8 88v30c0 14 0 42-4 66-10 26-224 294-280 338-16 4-116 16-140 20l-2 42c12 6 124-2 232 2 72 2 234 0 254-2l-4-36c-22-6-126-8-152-16 70-102 180-236 216-286 18 28 190 146 196 186-26 6-116 20-130 20l-8 46c24 4 152 0 216 0 54 0 170 0 204-4z" />
+<glyph unicode="&#xe0a1;" glyph-name="yammer" d="M498 844c-26 8-52-4-62-30 0 0 0-4-2-4 0-2 0-4 0-4v0c-16-40-158-420-158-420h-4l-168 430c0 0 0 0 0 0l-2 6c-12 26-40 38-66 28s-40-40-32-66c20-52 216-526 216-526l-14-28c-20-58-44-96-110-96-6 0-26 0-28 0-22 2-40-12-46-32-6-24 8-48 32-56 16-2 34-4 50-4 118 0 158 68 196 168 0 0 216 538 226 560 0 4 2 8 4 10v0c0 0 0 2 0 2 8 26-6 54-32 62zM888 218c-84 46-228 114-280 114-8 0-12-2-18-6-4-2-6-6-6-12 2-40 224-188 242-198l8-4c6-2 12-4 18-4 20 0 38 12 50 28 16 26 10 60-14 82zM590 570c6-4 10-6 18-6 52 0 196 68 280 116 24 20 30 54 14 80-12 16-30 28-50 28-6 0-12-2-20-4l-6-4c-18-10-240-158-242-198 0-6 2-10 6-12zM976 510h-6c-22 0-286-24-308-58-2-4-4-12 0-16 22-46 308-50 314-46 30 4 52 32 50 64-2 26-22 50-50 56z" />
+<glyph unicode="&#xe0a2;" glyph-name="yandex" d="M780 960h-86c-8 0-12-4-14-10 0-4-130-398-138-430-8-24-30-106-34-126l-46 124c-10 34-114 324-118 336-2 6-4 14-16 14h-84c-8 0-12-8-10-14 2-4 154-412 216-566v-342c0-6 4-10 10-10h80c4 0 8 4 8 10v338c52 144 240 656 242 662s2 14-10 14z" />
+<glyph unicode="&#xe0a3;" glyph-name="yelp" d="M210 858c10 16 30 24 30 24l202 74c8 2 18 12 48-8 18-10 22-54 22-54l2-346c0 0-4-40-32-48-26-6-48 16-48 16l-208 284c0 0-30 36-16 58zM104 268c-8 14-6 44-6 44l14 174c0 10 12 24 24 30 14 10 48-4 48-4l216-110c0 0 32-16 32-42 0-36-18-36-28-42l-254-56c0 0-36-14-46 6zM494-62c-16-4-36 0-36 0l-170 54c-12 6-22 14-26 30-6 18 16 46 16 46l170 186c0 0 26 24 46 12 20-10 22-34 22-34l-4-252c0 0 4-36-18-42zM598 456l136 216c0 0 14 28 38 26 20 0 30-18 30-18l116-136c0 0 10-22 6-40s-38-32-38-32l-242-70c0 0-36-8-48 14-10 20 2 40 2 40zM916 174l-102-148c0 0-20-14-38-14s-40 28-40 28l-130 218c0 0-14 32 2 48s40 10 40 10l244-78c0 0 34-6 34-30 0-16-10-34-10-34z" />
+<glyph unicode="&#xe0a4;" glyph-name="younow" d="M706 388c2 36 6 72 10 108 2 28 6 58 10 86 4 32 8 66 12 100 2 10 4 20 4 32 0 2 2 4 4 4 36 10 72 20 106 30 4 0 4 0 6-4 12-58 22-116 34-176 10-40 16-76 24-116 0 0 0-2 2-2 0 4 0 8 0 12-2 40 0 80 2 120 2 26 2 54 4 80 2 34 4 68 4 102 0 4 2 6 6 6 28 8 56 16 84 24 2 0 4 0 4 0 0-10 0-18-2-28-2-22-4-44-6-68-2-30-4-60-8-92-2-28-4-54-6-82-4-30-6-62-8-94-2-20-4-42-6-62 0-2 0-4-2-4-38-12-74-20-112-30-2-2-4 0-4 2-18 74-34 146-50 220-4 22-8 44-12 66 0 2 0 2-2 4 0-16-2-32-2-48-2-26-6-52-8-78-4-26-8-54-10-78-4-30-8-60-12-88-2-8-2-18-4-26 0-2-2-2-4-4-36-10-74-20-114-30-2-2-2 0-4 2-8 46-16 92-24 138s-14 92-22 138c-8 40-14 80-22 120 0 2 0 2 2 4 30 8 58 14 86 22 2 2 4 0 4-2 2-20 4-40 6-60 4-32 10-66 14-98 4-46 12-92 14-140 0-4 0-6 2-10 0-2-2-2 0-4 0 2 0 4 0 4zM184 312c-2 24-6 48-6 72-2 26-4 50-4 76-2 32-4 64-6 98 0 4 0 4 4 6 26 6 52 14 78 20 2 2 4 2 4-2 0-50 4-98 6-146 0-38 2-76 4-112 2-48 2-94 4-140 0-4 0-8 2-12 0-2 0-4-2-4-30-6-58-14-86-24-2 0-2 2-4 4-14 32-26 64-38 96-18 44-36 86-50 130-2-2-2-4 0-6 0-24 2-44 4-68 0-20 2-44 4-64 2-34 4-68 6-100 0-4 0-6 2-10 0-2-2-2-4-4-22-4-42-10-62-18-6-2-12-2-18-4-4-2-4 0-4 2 0 30-2 60-2 92-2 52-4 104-6 158 0 34-2 70-4 106 0 18 0 36-2 54 0 2 2 2 4 4 28 6 56 14 84 22 2 2 4 0 6-2 30-76 60-152 90-228 0 0 0-2 0-2s0 0 0 2c-4 2-4 4-4 4zM568 428c-2 38-2 74-4 112-2 16-4 32-8 48-10 30-28 50-60 56-16 2-34 2-50 0-28-4-54-12-80-24-28-16-46-36-52-68-4-18-4-34-4-52 0-40 2-82 2-122 2-24 2-44 2-68 2-14 4-30 8-46 8-28 28-48 56-56 16-2 30-4 44-2 32 4 62 12 88 26s42 32 52 58c4 14 6 30 6 44 2 32 0 62 0 94zM472 314c-4-20-14-28-34-30-4 0-6 0-10 0-10 2-16 8-18 18-2 16-2 32-2 48 0 26 0 52 0 76 0 36 0 72 0 106 0 22 20 38 42 34 8-2 16-10 18-20 0-8 0-16 0-24 4-56 4-112 6-168 0-12 2-26-2-40z" />
+<glyph unicode="&#xe0a5;" glyph-name="youtube" d="M1014 652c0 0-10 72-40 102-40 42-84 42-104 44-142 10-358 10-358 10v0c0 0-216 0-358-10-20-2-64-2-104-44-30-30-40-102-40-102s-10-82-10-164v-78c0-84 10-166 10-166s10-70 40-102c40-40 92-40 114-44 82-8 348-10 348-10s216 0 358 10c20 2 64 4 104 44 30 32 40 102 40 102s10 82 10 166v78c0 82-10 164-10 164zM650 440v0l-242-126v288l276-144z" />
+<glyph unicode="&#xe0a6;" glyph-name="zapier" d="M1016 532h-298l212 212c-16 24-36 46-56 66s-42 40-66 56l-212-212v298c-26 6-54 8-84 8-28 0-58-2-84-8v-298l-212 212c-24-16-46-36-66-56s-40-42-56-66l212-210h-298c0 0-8-56-8-84 0-30 2-58 8-86h298l-212-212c32-48 74-88 122-122l210 212v-300c28-4 56-8 84-8h2c28 0 58 4 84 8v300l212-212c24 16 46 36 66 56s40 42 56 66l-212 212h298c6 26 8 56 8 84 0 30-2 58-8 84M640 448c0-38-8-74-20-108-34-12-70-20-108-20s-74 8-108 20c-12 34-20 70-20 108s8 74 20 108c34 12 70 20 108 20s74-8 108-20c12-34 20-70 20-108z" />
+<glyph unicode="&#xe0a7;" glyph-name="zerply" d="M550 760c-16-2-32-6-46-8-46-6-92-10-138-4-20 2-40 6-58 16-26 12-34 26-32 56 2 22 6 46 18 66 12 22 26 42 40 62 10 14 20 16 34 8 22-14 48-22 74-26 52-10 104-12 156-12 70 0 140 10 208 24 4 0 6 0 8 0 12 0 18-4 16-16-4-26-6-54-10-80 0-6-4-14-8-18-148-170-296-340-442-510-12-14-14-20-12-38 10-2 18-2 28-2 44-6 84-24 122-46 32-20 62-38 94-56s62-34 96-40c42-10 82-12 122-2 18 6 36 14 50 24 2 2 4 2 8 6 2-18 4-34 4-50-2-42-10-80-32-116-22-34-50-56-90-62-28-2-52 4-78 10-56 18-106 46-154 80-24 16-48 36-72 54-48 34-100 58-158 64-26 4-54 6-82 6-18 2-36 0-54 0-12 0-20 6-20 18 0 34 0 66 2 98 0 10 4 20 10 26 130 154 260 308 390 462 2 2 4 4 6 6z" />
+<glyph unicode="&#xe0a8;" glyph-name="zomato" d="M814 648c0 0-172 64-302 28-132-36-186-120-186-120s-60-66-104-72c-44-6-78-8-222 0v-70c144 6 178 4 222-2 44-4 104-72 104-72s54-84 186-120c132-36 304 28 304 28 204 74 208 194 208 194v12c0 0-4 120-210 194zM614 610c-64-2-106-20-134-36 0 0 0-2 0-2-2 0-4 0-6 0-8 0-12 6-12 12s2 10 6 12c18 8 36 14 60 20 20 8 46 10 74 10 62 0 126-16 160-26 0 0-74 14-148 10z" />
+<glyph unicode="&#xe0a9;" glyph-name="zynga" d="M764 956c0 0 70 6 126-30 20 2 36-8 46-26 10-20 30-66 14-94-4-4-16 18-16 18s-6-28-22-38c2-58-20-98-26-112-4-6-2-14 2-22 2-6 40-142 38-186-2-46-24-98-42-118 4-36-14-68-22-84-10-14-28-72-32-98-6-28-8-56-2-64 6-10 32-36 30-50-2-12-30-28-44-28-12 0-40 8-46 26-8 18-8 50-4 68 6 18 38 152 18 230-46-22-124-20-124-20s-14-70-30-110c-6-10-4-74-4-116 0-40 14-104 14-104s20-16 16-34c-2-18-26-28-46-28s-46 16-46 40c0 24 4 82 2 122-2 42 0 68-8 94-6 26-26 94-28 146-6 0-12 6-12 6s-32-38-54-58c4-14 10-40 10-46s6-10 16-14c10-4 40-20 38-36 0-16-38-20-70-6-8 4-36 98-40 110s-6 18-2 30c6 10 18 44 16 64s-38 52-64 52c-18 0-48-30-68-46-26-20-56-50-64-56-8-4-68-114-78-144-6-14-14-76-66-74-22 2-44 28 22 72 16 38 38 78 40 86s18 106 48 198c28 94 70 138 78 144 6 6 10 8 4 12s-74 62-62 186c2 14 8 10 14-22 4-34 30-112 88-136 6-2 48 30 264 46 0 38 6 78 6 78s-14 12-16 34c-8-10-12-14-22-12-8 2-8 46-6 78 2 30 38 44 52 46 18 10 38 8 38 8s32 34 126 18z" />
+<glyph unicode="&#xe900;" glyph-name="spreadshirt" d="M334.264 870.236c59.238-59.249 118.753-118.764 178.729-178.739 59.361 59.986 118.477 119.726 177.265 179.128 111.555-111.575 222.802-222.822 333.742-333.752-170.179-170.168-340.695-340.695-511.498-511.488-170.752 170.117-341.832 340.552-512.502 510.597 111.503 111.503 222.74 222.74 334.264 334.254zM690.34 715.848c-58.819-59.433-117.934-119.173-177.94-179.804-60.099 60.119-119.798 119.818-179.579 179.61-58.737-59.361-117.647-118.897-175.677-177.562 119.327-119.337 238.264-238.254 357.038-357.038 118.18 118.18 236.954 236.964 355.471 355.471-59.597 59.597-119.337 119.337-179.313 179.323z" />
+<glyph unicode="&#xe901;" glyph-name="gamejolt" d="M210.8-3.8h60.2v-60.2h-60.2v60.2zM271.1 960v-120.5h-60.2v-120.5h-60.2v-120.5h-60.3v-120.5h-60.3v-120.5h361.4v-120.5h-60.2v-120.5h-60.2v-120.5h60.2v60.2h60.2v60.2h60.2v60.2h60.3v60.2h60.2v60.2h60.2v60.2h60.2v60.2h60.2v60.2h60.2v60.2h60.2v60.2h60.2v60.2h-180.5v60.2h60.2v60.2h60.2v60.2h60.2v61h60.2v60.2h-722.6zM692.7 478.1h-60.2v60.2h60.2v-60.2zM752.9 779.3h-60.2v-60.2h-60.2v-60.2h-60.2v-60.2h-60.3v-60.2h60.2v-60.2h-60.2v60.2h-60.2v-60.2h-60.2v60.2h-60.2v-60.2h-60.2v60.2h-60.2v60.2h60.2v120.4h60.2v120.4h421.6v-60.2zM271.1 598.6h60.2v-60.2h-60.2v60.2zM391.5 598.6h60.2v-60.2h-60.2v60.2z" />
+<glyph unicode="&#xe902;" glyph-name="trello" d="M896 960h-768c-70.7 0-128-57.3-128-128v-768c0-70.7 57.3-128 128-128h768c70.7 0 128 57.3 128 128v768c0 70.7-57.3 128-128 128zM445.4 184.3c0-33.9-27.5-61.4-61.4-61.4h-189.5c-33.9 0-61.4 27.5-61.4 61.4v581.2c0 33.9 27.5 61.4 61.4 61.4h189.5c33.9 0 61.4-27.5 61.4-61.4v-581.2zM890.9 440.4c0-34-27.5-61.5-61.4-61.5h-189.5c-33.9 0-61.4 27.5-61.4 61.5v325c0 34 27.5 61.5 61.4 61.5h189.5c33.9 0 61.4-27.5 61.4-61.5v-325z" />
+<glyph unicode="&#xe903;" glyph-name="tunein" d="M34.816 554.496c0 9.216 7.168 16.384 16.384 16.384h453.632c81.92 0 148.48-66.56 148.48-148.48v-132.096c0-9.216-7.168-16.384-16.384-16.384 0 0-1.024 0-1.024 0h-453.632c-81.92 0-148.48 66.56-148.48 148.48v132.096zM843.776 570.88h130.048c9.216 0 16.384-7.168 16.384-16.384v-132.096c0-81.92-66.56-148.48-148.48-148.48h-130.048c-9.216 0-16.384 7.168-16.384 16.384v132.096c0 81.92 66.56 148.48 148.48 148.48zM636.928 231.936h-262.144c-9.216 0-16.384-7.168-16.384-16.384v-264.192c0-9.216 7.168-16.384 16.384-16.384h130.048c81.92 0 148.48 66.56 148.48 148.48v132.096c0 9.216-7.168 16.384-16.384 16.384zM674.816 791.040c0-93.184-75.776-168.96-168.96-168.96s-168.96 75.776-168.96 168.96c0 93.184 75.776 168.96 168.96 168.96s168.96-75.776 168.96-168.96z" />
+</font></defs></svg>
\ No newline at end of file
diff --git a/lib/socicon/fonts/Socicon.ttf b/lib/socicon/fonts/Socicon.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..5e77d137543361457e8c1767977643d0bbd437a2
Binary files /dev/null and b/lib/socicon/fonts/Socicon.ttf differ
diff --git a/lib/socicon/fonts/Socicon.woff b/lib/socicon/fonts/Socicon.woff
new file mode 100644
index 0000000000000000000000000000000000000000..b3dbb49df6e4a68e18560c6d02c842ad823bb13b
Binary files /dev/null and b/lib/socicon/fonts/Socicon.woff differ
diff --git a/lib/socicon/fonts/Socicon.woff2 b/lib/socicon/fonts/Socicon.woff2
new file mode 100644
index 0000000000000000000000000000000000000000..94e8b1d96e7376ef30b48c1ced7aa76ee28a19c9
Binary files /dev/null and b/lib/socicon/fonts/Socicon.woff2 differ
diff --git a/lib/socicon/fonts/socicon.eot b/lib/socicon/fonts/socicon.eot
deleted file mode 100644
index f563e0991d8ea129cf5de7ebe0fdd4c641e5a16c..0000000000000000000000000000000000000000
Binary files a/lib/socicon/fonts/socicon.eot and /dev/null differ
diff --git a/lib/socicon/fonts/socicon.ttf b/lib/socicon/fonts/socicon.ttf
deleted file mode 100644
index 3db7661600af2bb1ba28ac8d46dee6d501a6eee9..0000000000000000000000000000000000000000
Binary files a/lib/socicon/fonts/socicon.ttf and /dev/null differ
diff --git a/lib/socicon/fonts/socicon.woff b/lib/socicon/fonts/socicon.woff
deleted file mode 100644
index 3fb0c7e720f8d33e8e1a19cc8d181748c02e7f6d..0000000000000000000000000000000000000000
Binary files a/lib/socicon/fonts/socicon.woff and /dev/null differ
diff --git a/lib/socicon/icons-reference.html b/lib/socicon/icons-reference.html
deleted file mode 100644
index 4d3120ccd3b16d86af803c2fe83a2c0be1d0552f..0000000000000000000000000000000000000000
--- a/lib/socicon/icons-reference.html
+++ /dev/null
@@ -1,1080 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-  <head>
-    <meta charset="utf-8">
-    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-    <meta name="viewport" content="width=device-width,initial-scale=1">
-    <title>Font Reference - Socicon</title>
-    <link href="http://fonts.googleapis.com/css?family=Dosis:400,500,700" rel="stylesheet" type="text/css">
-    <link rel="stylesheet" href="styles.css">
-    <style type="text/css">html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-family:inherit;font-size:100%;vertical-align:baseline}body{line-height:1;color:#000;background:#fff}ol,ul{list-style:none}table{border-collapse:separate;border-spacing:0;vertical-align:middle}caption,th,td{text-align:left;font-weight:normal;vertical-align:middle}a img{border:none}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}body{font-family:'Dosis','Tahoma',sans-serif}.container{margin:15px auto;width:80%}h1{margin:40px 0 20px;font-weight:700;font-size:38px;line-height:32px;color:#fb565e}h2{font-size:18px;padding:0 0 21px 5px;margin:45px 0 0 0;text-transform:uppercase;font-weight:500}.small{font-size:14px;color:#a5adb4;}.small a{color:#a5adb4;}.small a:hover{color:#fb565e}.glyphs.character-mapping{margin:0 0 20px 0;padding:20px 0 20px 30px;color:rgba(0,0,0,0.5);border:1px solid #d8e0e5;-webkit-border-radius:3px;border-radius:3px;}.glyphs.character-mapping li{margin:0 30px 20px 0;display:inline-block;width:90px}.glyphs.character-mapping .icon{margin:10px 0 10px 15px;padding:15px;position:relative;width:55px;height:55px;color:#162a36 !important;overflow:hidden;-webkit-border-radius:3px;border-radius:3px;font-size:32px;}.glyphs.character-mapping .icon svg{fill:#000}.glyphs.character-mapping input{margin:0;padding:5px 0;line-height:12px;font-size:12px;display:block;width:100%;border:1px solid #d8e0e5;-webkit-border-radius:5px;border-radius:5px;text-align:center;outline:0;}.glyphs.character-mapping input:focus{border:1px solid #fbde4a;-webkit-box-shadow:inset 0 0 3px #fbde4a;box-shadow:inset 0 0 3px #fbde4a}.glyphs.character-mapping input:hover{-webkit-box-shadow:inset 0 0 3px #fbde4a;box-shadow:inset 0 0 3px #fbde4a}.glyphs.css-mapping{margin:0 0 60px 0;padding:30px 0 20px 30px;color:rgba(0,0,0,0.5);border:1px solid #d8e0e5;-webkit-border-radius:3px;border-radius:3px;}.glyphs.css-mapping li{margin:0 30px 20px 0;padding:0;display:inline-block;overflow:hidden}.glyphs.css-mapping .icon{margin:0;margin-right:10px;padding:13px;height:50px;width:50px;color:#162a36 !important;overflow:hidden;float:left;font-size:24px}.glyphs.css-mapping input{margin:0;margin-top:5px;padding:8px;line-height:16px;font-size:16px;display:block;width:150px;height:40px;border:1px solid #d8e0e5;-webkit-border-radius:5px;border-radius:5px;background:#fff;outline:0;float:right;}.glyphs.css-mapping input:focus{border:1px solid #fbde4a;-webkit-box-shadow:inset 0 0 3px #fbde4a;box-shadow:inset 0 0 3px #fbde4a}.glyphs.css-mapping input:hover{-webkit-box-shadow:inset 0 0 3px #fbde4a;box-shadow:inset 0 0 3px #fbde4a}</style>
-  </head>
-  <body>
-    <div class="container">
-      <h1>Socicon</h1>
-      <p class="small">This font was created with<a href="http://fontastic.me/">Fontastic</a></p>
-      <h2>CSS mapping</h2>
-      <ul class="glyphs css-mapping">
-        <li>
-          <div class="icon socicon-modelmayhem"></div>
-          <input type="text" readonly="readonly" value="modelmayhem">
-        </li>
-        <li>
-          <div class="icon socicon-mixcloud"></div>
-          <input type="text" readonly="readonly" value="mixcloud">
-        </li>
-        <li>
-          <div class="icon socicon-drupal"></div>
-          <input type="text" readonly="readonly" value="drupal">
-        </li>
-        <li>
-          <div class="icon socicon-swarm"></div>
-          <input type="text" readonly="readonly" value="swarm">
-        </li>
-        <li>
-          <div class="icon socicon-istock"></div>
-          <input type="text" readonly="readonly" value="istock">
-        </li>
-        <li>
-          <div class="icon socicon-yammer"></div>
-          <input type="text" readonly="readonly" value="yammer">
-        </li>
-        <li>
-          <div class="icon socicon-ello"></div>
-          <input type="text" readonly="readonly" value="ello">
-        </li>
-        <li>
-          <div class="icon socicon-stackoverflow"></div>
-          <input type="text" readonly="readonly" value="stackoverflow">
-        </li>
-        <li>
-          <div class="icon socicon-persona"></div>
-          <input type="text" readonly="readonly" value="persona">
-        </li>
-        <li>
-          <div class="icon socicon-triplej"></div>
-          <input type="text" readonly="readonly" value="triplej">
-        </li>
-        <li>
-          <div class="icon socicon-houzz"></div>
-          <input type="text" readonly="readonly" value="houzz">
-        </li>
-        <li>
-          <div class="icon socicon-rss"></div>
-          <input type="text" readonly="readonly" value="rss">
-        </li>
-        <li>
-          <div class="icon socicon-paypal"></div>
-          <input type="text" readonly="readonly" value="paypal">
-        </li>
-        <li>
-          <div class="icon socicon-odnoklassniki"></div>
-          <input type="text" readonly="readonly" value="odnoklassniki">
-        </li>
-        <li>
-          <div class="icon socicon-airbnb"></div>
-          <input type="text" readonly="readonly" value="airbnb">
-        </li>
-        <li>
-          <div class="icon socicon-periscope"></div>
-          <input type="text" readonly="readonly" value="periscope">
-        </li>
-        <li>
-          <div class="icon socicon-outlook"></div>
-          <input type="text" readonly="readonly" value="outlook">
-        </li>
-        <li>
-          <div class="icon socicon-coderwall"></div>
-          <input type="text" readonly="readonly" value="coderwall">
-        </li>
-        <li>
-          <div class="icon socicon-tripadvisor"></div>
-          <input type="text" readonly="readonly" value="tripadvisor">
-        </li>
-        <li>
-          <div class="icon socicon-appnet"></div>
-          <input type="text" readonly="readonly" value="appnet">
-        </li>
-        <li>
-          <div class="icon socicon-goodreads"></div>
-          <input type="text" readonly="readonly" value="goodreads">
-        </li>
-        <li>
-          <div class="icon socicon-tripit"></div>
-          <input type="text" readonly="readonly" value="tripit">
-        </li>
-        <li>
-          <div class="icon socicon-lanyrd"></div>
-          <input type="text" readonly="readonly" value="lanyrd">
-        </li>
-        <li>
-          <div class="icon socicon-slideshare"></div>
-          <input type="text" readonly="readonly" value="slideshare">
-        </li>
-        <li>
-          <div class="icon socicon-buffer"></div>
-          <input type="text" readonly="readonly" value="buffer">
-        </li>
-        <li>
-          <div class="icon socicon-disqus"></div>
-          <input type="text" readonly="readonly" value="disqus">
-        </li>
-        <li>
-          <div class="icon socicon-vkontakte"></div>
-          <input type="text" readonly="readonly" value="vkontakte">
-        </li>
-        <li>
-          <div class="icon socicon-whatsapp"></div>
-          <input type="text" readonly="readonly" value="whatsapp">
-        </li>
-        <li>
-          <div class="icon socicon-patreon"></div>
-          <input type="text" readonly="readonly" value="patreon">
-        </li>
-        <li>
-          <div class="icon socicon-storehouse"></div>
-          <input type="text" readonly="readonly" value="storehouse">
-        </li>
-        <li>
-          <div class="icon socicon-pocket"></div>
-          <input type="text" readonly="readonly" value="pocket">
-        </li>
-        <li>
-          <div class="icon socicon-mail"></div>
-          <input type="text" readonly="readonly" value="mail">
-        </li>
-        <li>
-          <div class="icon socicon-blogger"></div>
-          <input type="text" readonly="readonly" value="blogger">
-        </li>
-        <li>
-          <div class="icon socicon-technorati"></div>
-          <input type="text" readonly="readonly" value="technorati">
-        </li>
-        <li>
-          <div class="icon socicon-reddit"></div>
-          <input type="text" readonly="readonly" value="reddit">
-        </li>
-        <li>
-          <div class="icon socicon-dribbble"></div>
-          <input type="text" readonly="readonly" value="dribbble">
-        </li>
-        <li>
-          <div class="icon socicon-stumbleupon"></div>
-          <input type="text" readonly="readonly" value="stumbleupon">
-        </li>
-        <li>
-          <div class="icon socicon-digg"></div>
-          <input type="text" readonly="readonly" value="digg">
-        </li>
-        <li>
-          <div class="icon socicon-envato"></div>
-          <input type="text" readonly="readonly" value="envato">
-        </li>
-        <li>
-          <div class="icon socicon-behance"></div>
-          <input type="text" readonly="readonly" value="behance">
-        </li>
-        <li>
-          <div class="icon socicon-delicious"></div>
-          <input type="text" readonly="readonly" value="delicious">
-        </li>
-        <li>
-          <div class="icon socicon-deviantart"></div>
-          <input type="text" readonly="readonly" value="deviantart">
-        </li>
-        <li>
-          <div class="icon socicon-forrst"></div>
-          <input type="text" readonly="readonly" value="forrst">
-        </li>
-        <li>
-          <div class="icon socicon-play"></div>
-          <input type="text" readonly="readonly" value="play">
-        </li>
-        <li>
-          <div class="icon socicon-zerply"></div>
-          <input type="text" readonly="readonly" value="zerply">
-        </li>
-        <li>
-          <div class="icon socicon-wikipedia"></div>
-          <input type="text" readonly="readonly" value="wikipedia">
-        </li>
-        <li>
-          <div class="icon socicon-apple"></div>
-          <input type="text" readonly="readonly" value="apple">
-        </li>
-        <li>
-          <div class="icon socicon-flattr"></div>
-          <input type="text" readonly="readonly" value="flattr">
-        </li>
-        <li>
-          <div class="icon socicon-github"></div>
-          <input type="text" readonly="readonly" value="github">
-        </li>
-        <li>
-          <div class="icon socicon-renren"></div>
-          <input type="text" readonly="readonly" value="renren">
-        </li>
-        <li>
-          <div class="icon socicon-friendfeed"></div>
-          <input type="text" readonly="readonly" value="friendfeed">
-        </li>
-        <li>
-          <div class="icon socicon-newsvine"></div>
-          <input type="text" readonly="readonly" value="newsvine">
-        </li>
-        <li>
-          <div class="icon socicon-identica"></div>
-          <input type="text" readonly="readonly" value="identica">
-        </li>
-        <li>
-          <div class="icon socicon-bebo"></div>
-          <input type="text" readonly="readonly" value="bebo">
-        </li>
-        <li>
-          <div class="icon socicon-zynga"></div>
-          <input type="text" readonly="readonly" value="zynga">
-        </li>
-        <li>
-          <div class="icon socicon-steam"></div>
-          <input type="text" readonly="readonly" value="steam">
-        </li>
-        <li>
-          <div class="icon socicon-xbox"></div>
-          <input type="text" readonly="readonly" value="xbox">
-        </li>
-        <li>
-          <div class="icon socicon-windows"></div>
-          <input type="text" readonly="readonly" value="windows">
-        </li>
-        <li>
-          <div class="icon socicon-qq"></div>
-          <input type="text" readonly="readonly" value="qq">
-        </li>
-        <li>
-          <div class="icon socicon-douban"></div>
-          <input type="text" readonly="readonly" value="douban">
-        </li>
-        <li>
-          <div class="icon socicon-meetup"></div>
-          <input type="text" readonly="readonly" value="meetup">
-        </li>
-        <li>
-          <div class="icon socicon-playstation"></div>
-          <input type="text" readonly="readonly" value="playstation">
-        </li>
-        <li>
-          <div class="icon socicon-android"></div>
-          <input type="text" readonly="readonly" value="android">
-        </li>
-        <li>
-          <div class="icon socicon-snapchat"></div>
-          <input type="text" readonly="readonly" value="snapchat">
-        </li>
-        <li>
-          <div class="icon socicon-twitter"></div>
-          <input type="text" readonly="readonly" value="twitter">
-        </li>
-        <li>
-          <div class="icon socicon-facebook"></div>
-          <input type="text" readonly="readonly" value="facebook">
-        </li>
-        <li>
-          <div class="icon socicon-googleplus"></div>
-          <input type="text" readonly="readonly" value="googleplus">
-        </li>
-        <li>
-          <div class="icon socicon-pinterest"></div>
-          <input type="text" readonly="readonly" value="pinterest">
-        </li>
-        <li>
-          <div class="icon socicon-foursquare"></div>
-          <input type="text" readonly="readonly" value="foursquare">
-        </li>
-        <li>
-          <div class="icon socicon-yahoo"></div>
-          <input type="text" readonly="readonly" value="yahoo">
-        </li>
-        <li>
-          <div class="icon socicon-skype"></div>
-          <input type="text" readonly="readonly" value="skype">
-        </li>
-        <li>
-          <div class="icon socicon-yelp"></div>
-          <input type="text" readonly="readonly" value="yelp">
-        </li>
-        <li>
-          <div class="icon socicon-feedburner"></div>
-          <input type="text" readonly="readonly" value="feedburner">
-        </li>
-        <li>
-          <div class="icon socicon-linkedin"></div>
-          <input type="text" readonly="readonly" value="linkedin">
-        </li>
-        <li>
-          <div class="icon socicon-viadeo"></div>
-          <input type="text" readonly="readonly" value="viadeo">
-        </li>
-        <li>
-          <div class="icon socicon-xing"></div>
-          <input type="text" readonly="readonly" value="xing">
-        </li>
-        <li>
-          <div class="icon socicon-myspace"></div>
-          <input type="text" readonly="readonly" value="myspace">
-        </li>
-        <li>
-          <div class="icon socicon-soundcloud"></div>
-          <input type="text" readonly="readonly" value="soundcloud">
-        </li>
-        <li>
-          <div class="icon socicon-spotify"></div>
-          <input type="text" readonly="readonly" value="spotify">
-        </li>
-        <li>
-          <div class="icon socicon-grooveshark"></div>
-          <input type="text" readonly="readonly" value="grooveshark">
-        </li>
-        <li>
-          <div class="icon socicon-lastfm"></div>
-          <input type="text" readonly="readonly" value="lastfm">
-        </li>
-        <li>
-          <div class="icon socicon-youtube"></div>
-          <input type="text" readonly="readonly" value="youtube">
-        </li>
-        <li>
-          <div class="icon socicon-vimeo"></div>
-          <input type="text" readonly="readonly" value="vimeo">
-        </li>
-        <li>
-          <div class="icon socicon-dailymotion"></div>
-          <input type="text" readonly="readonly" value="dailymotion">
-        </li>
-        <li>
-          <div class="icon socicon-vine"></div>
-          <input type="text" readonly="readonly" value="vine">
-        </li>
-        <li>
-          <div class="icon socicon-flickr"></div>
-          <input type="text" readonly="readonly" value="flickr">
-        </li>
-        <li>
-          <div class="icon socicon-500px"></div>
-          <input type="text" readonly="readonly" value="500px">
-        </li>
-        <li>
-          <div class="icon socicon-instagram"></div>
-          <input type="text" readonly="readonly" value="instagram">
-        </li>
-        <li>
-          <div class="icon socicon-wordpress"></div>
-          <input type="text" readonly="readonly" value="wordpress">
-        </li>
-        <li>
-          <div class="icon socicon-tumblr"></div>
-          <input type="text" readonly="readonly" value="tumblr">
-        </li>
-        <li>
-          <div class="icon socicon-twitch"></div>
-          <input type="text" readonly="readonly" value="twitch">
-        </li>
-        <li>
-          <div class="icon socicon-8tracks"></div>
-          <input type="text" readonly="readonly" value="8tracks">
-        </li>
-        <li>
-          <div class="icon socicon-amazon"></div>
-          <input type="text" readonly="readonly" value="amazon">
-        </li>
-        <li>
-          <div class="icon socicon-icq"></div>
-          <input type="text" readonly="readonly" value="icq">
-        </li>
-        <li>
-          <div class="icon socicon-smugmug"></div>
-          <input type="text" readonly="readonly" value="smugmug">
-        </li>
-        <li>
-          <div class="icon socicon-ravelry"></div>
-          <input type="text" readonly="readonly" value="ravelry">
-        </li>
-        <li>
-          <div class="icon socicon-weibo"></div>
-          <input type="text" readonly="readonly" value="weibo">
-        </li>
-        <li>
-          <div class="icon socicon-baidu"></div>
-          <input type="text" readonly="readonly" value="baidu">
-        </li>
-        <li>
-          <div class="icon socicon-angellist"></div>
-          <input type="text" readonly="readonly" value="angellist">
-        </li>
-        <li>
-          <div class="icon socicon-ebay"></div>
-          <input type="text" readonly="readonly" value="ebay">
-        </li>
-        <li>
-          <div class="icon socicon-imdb"></div>
-          <input type="text" readonly="readonly" value="imdb">
-        </li>
-        <li>
-          <div class="icon socicon-stayfriends"></div>
-          <input type="text" readonly="readonly" value="stayfriends">
-        </li>
-        <li>
-          <div class="icon socicon-residentadvisor"></div>
-          <input type="text" readonly="readonly" value="residentadvisor">
-        </li>
-        <li>
-          <div class="icon socicon-google"></div>
-          <input type="text" readonly="readonly" value="google">
-        </li>
-        <li>
-          <div class="icon socicon-yandex"></div>
-          <input type="text" readonly="readonly" value="yandex">
-        </li>
-        <li>
-          <div class="icon socicon-sharethis"></div>
-          <input type="text" readonly="readonly" value="sharethis">
-        </li>
-        <li>
-          <div class="icon socicon-bandcamp"></div>
-          <input type="text" readonly="readonly" value="bandcamp">
-        </li>
-        <li>
-          <div class="icon socicon-itunes"></div>
-          <input type="text" readonly="readonly" value="itunes">
-        </li>
-        <li>
-          <div class="icon socicon-deezer"></div>
-          <input type="text" readonly="readonly" value="deezer">
-        </li>
-        <li>
-          <div class="icon socicon-telegram"></div>
-          <input type="text" readonly="readonly" value="telegram">
-        </li>
-        <li>
-          <div class="icon socicon-openid"></div>
-          <input type="text" readonly="readonly" value="openid">
-        </li>
-        <li>
-          <div class="icon socicon-amplement"></div>
-          <input type="text" readonly="readonly" value="amplement">
-        </li>
-        <li>
-          <div class="icon socicon-viber"></div>
-          <input type="text" readonly="readonly" value="viber">
-        </li>
-        <li>
-          <div class="icon socicon-zomato"></div>
-          <input type="text" readonly="readonly" value="zomato">
-        </li>
-        <li>
-          <div class="icon socicon-quora"></div>
-          <input type="text" readonly="readonly" value="quora">
-        </li>
-        <li>
-          <div class="icon socicon-draugiem"></div>
-          <input type="text" readonly="readonly" value="draugiem">
-        </li>
-        <li>
-          <div class="icon socicon-endomodo"></div>
-          <input type="text" readonly="readonly" value="endomodo">
-        </li>
-        <li>
-          <div class="icon socicon-filmweb"></div>
-          <input type="text" readonly="readonly" value="filmweb">
-        </li>
-        <li>
-          <div class="icon socicon-stackexchange"></div>
-          <input type="text" readonly="readonly" value="stackexchange">
-        </li>
-        <li>
-          <div class="icon socicon-wykop"></div>
-          <input type="text" readonly="readonly" value="wykop">
-        </li>
-        <li>
-          <div class="icon socicon-teamspeak"></div>
-          <input type="text" readonly="readonly" value="teamspeak">
-        </li>
-        <li>
-          <div class="icon socicon-teamviewer"></div>
-          <input type="text" readonly="readonly" value="teamviewer">
-        </li>
-        <li>
-          <div class="icon socicon-ventrilo"></div>
-          <input type="text" readonly="readonly" value="ventrilo">
-        </li>
-        <li>
-          <div class="icon socicon-younow"></div>
-          <input type="text" readonly="readonly" value="younow">
-        </li>
-        <li>
-          <div class="icon socicon-raidcall"></div>
-          <input type="text" readonly="readonly" value="raidcall">
-        </li>
-        <li>
-          <div class="icon socicon-mumble"></div>
-          <input type="text" readonly="readonly" value="mumble">
-        </li>
-        <li>
-          <div class="icon socicon-medium"></div>
-          <input type="text" readonly="readonly" value="medium">
-        </li>
-        <li>
-          <div class="icon socicon-bebee"></div>
-          <input type="text" readonly="readonly" value="bebee">
-        </li>
-        <li>
-          <div class="icon socicon-hitbox"></div>
-          <input type="text" readonly="readonly" value="hitbox">
-        </li>
-        <li>
-          <div class="icon socicon-reverbnation"></div>
-          <input type="text" readonly="readonly" value="reverbnation">
-        </li>
-      </ul>
-      <h2>Character mapping</h2>
-      <ul class="glyphs character-mapping">
-        <li>
-          <div data-icon="&#xe000;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe000;">
-        </li>
-        <li>
-          <div data-icon="&#xe001;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe001;">
-        </li>
-        <li>
-          <div data-icon="&#xe002;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe002;">
-        </li>
-        <li>
-          <div data-icon="&#xe003;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe003;">
-        </li>
-        <li>
-          <div data-icon="&#xe004;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe004;">
-        </li>
-        <li>
-          <div data-icon="&#xe005;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe005;">
-        </li>
-        <li>
-          <div data-icon="&#xe006;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe006;">
-        </li>
-        <li>
-          <div data-icon="&#xe007;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe007;">
-        </li>
-        <li>
-          <div data-icon="&#xe008;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe008;">
-        </li>
-        <li>
-          <div data-icon="&#xe009;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe009;">
-        </li>
-        <li>
-          <div data-icon="&#xe00a;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe00a;">
-        </li>
-        <li>
-          <div data-icon="&#xe00b;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe00b;">
-        </li>
-        <li>
-          <div data-icon="&#xe00c;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe00c;">
-        </li>
-        <li>
-          <div data-icon="&#xe00d;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe00d;">
-        </li>
-        <li>
-          <div data-icon="&#xe00e;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe00e;">
-        </li>
-        <li>
-          <div data-icon="&#xe00f;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe00f;">
-        </li>
-        <li>
-          <div data-icon="&#xe010;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe010;">
-        </li>
-        <li>
-          <div data-icon="&#xe011;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe011;">
-        </li>
-        <li>
-          <div data-icon="&#xe012;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe012;">
-        </li>
-        <li>
-          <div data-icon="&#xe013;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe013;">
-        </li>
-        <li>
-          <div data-icon="&#xe014;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe014;">
-        </li>
-        <li>
-          <div data-icon="&#xe015;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe015;">
-        </li>
-        <li>
-          <div data-icon="&#xe016;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe016;">
-        </li>
-        <li>
-          <div data-icon="&#xe017;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe017;">
-        </li>
-        <li>
-          <div data-icon="&#xe018;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe018;">
-        </li>
-        <li>
-          <div data-icon="&#xe019;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe019;">
-        </li>
-        <li>
-          <div data-icon="&#xe01a;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe01a;">
-        </li>
-        <li>
-          <div data-icon="&#xe01b;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe01b;">
-        </li>
-        <li>
-          <div data-icon="&#xe01c;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe01c;">
-        </li>
-        <li>
-          <div data-icon="&#xe01d;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe01d;">
-        </li>
-        <li>
-          <div data-icon="&#xe01e;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe01e;">
-        </li>
-        <li>
-          <div data-icon="&#xe01f;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe01f;">
-        </li>
-        <li>
-          <div data-icon="&#xe020;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe020;">
-        </li>
-        <li>
-          <div data-icon="&#xe021;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe021;">
-        </li>
-        <li>
-          <div data-icon="&#xe022;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe022;">
-        </li>
-        <li>
-          <div data-icon="&#xe023;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe023;">
-        </li>
-        <li>
-          <div data-icon="&#xe024;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe024;">
-        </li>
-        <li>
-          <div data-icon="&#xe025;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe025;">
-        </li>
-        <li>
-          <div data-icon="&#xe026;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe026;">
-        </li>
-        <li>
-          <div data-icon="&#xe027;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe027;">
-        </li>
-        <li>
-          <div data-icon="&#xe028;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe028;">
-        </li>
-        <li>
-          <div data-icon="&#xe029;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe029;">
-        </li>
-        <li>
-          <div data-icon="&#xe02a;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe02a;">
-        </li>
-        <li>
-          <div data-icon="&#xe02b;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe02b;">
-        </li>
-        <li>
-          <div data-icon="&#xe02c;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe02c;">
-        </li>
-        <li>
-          <div data-icon="&#xe02d;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe02d;">
-        </li>
-        <li>
-          <div data-icon="&#xe02e;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe02e;">
-        </li>
-        <li>
-          <div data-icon="&#xe02f;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe02f;">
-        </li>
-        <li>
-          <div data-icon="&#xe030;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe030;">
-        </li>
-        <li>
-          <div data-icon="&#xe031;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe031;">
-        </li>
-        <li>
-          <div data-icon="&#xe032;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe032;">
-        </li>
-        <li>
-          <div data-icon="&#xe033;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe033;">
-        </li>
-        <li>
-          <div data-icon="&#xe034;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe034;">
-        </li>
-        <li>
-          <div data-icon="&#xe035;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe035;">
-        </li>
-        <li>
-          <div data-icon="&#xe036;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe036;">
-        </li>
-        <li>
-          <div data-icon="&#xe037;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe037;">
-        </li>
-        <li>
-          <div data-icon="&#xe038;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe038;">
-        </li>
-        <li>
-          <div data-icon="&#xe039;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe039;">
-        </li>
-        <li>
-          <div data-icon="&#xe03a;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe03a;">
-        </li>
-        <li>
-          <div data-icon="&#xe03b;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe03b;">
-        </li>
-        <li>
-          <div data-icon="&#xe03c;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe03c;">
-        </li>
-        <li>
-          <div data-icon="&#xe03d;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe03d;">
-        </li>
-        <li>
-          <div data-icon="&#xe03e;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe03e;">
-        </li>
-        <li>
-          <div data-icon="&#xe03f;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe03f;">
-        </li>
-        <li>
-          <div data-icon="&#xe040;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe040;">
-        </li>
-        <li>
-          <div data-icon="&#xe041;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe041;">
-        </li>
-        <li>
-          <div data-icon="&#xe042;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe042;">
-        </li>
-        <li>
-          <div data-icon="&#xe043;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe043;">
-        </li>
-        <li>
-          <div data-icon="&#xe044;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe044;">
-        </li>
-        <li>
-          <div data-icon="&#xe045;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe045;">
-        </li>
-        <li>
-          <div data-icon="&#xe046;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe046;">
-        </li>
-        <li>
-          <div data-icon="&#xe047;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe047;">
-        </li>
-        <li>
-          <div data-icon="&#xe048;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe048;">
-        </li>
-        <li>
-          <div data-icon="&#xe049;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe049;">
-        </li>
-        <li>
-          <div data-icon="&#xe04a;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe04a;">
-        </li>
-        <li>
-          <div data-icon="&#xe04b;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe04b;">
-        </li>
-        <li>
-          <div data-icon="&#xe04c;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe04c;">
-        </li>
-        <li>
-          <div data-icon="&#xe04d;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe04d;">
-        </li>
-        <li>
-          <div data-icon="&#xe04e;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe04e;">
-        </li>
-        <li>
-          <div data-icon="&#xe04f;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe04f;">
-        </li>
-        <li>
-          <div data-icon="&#xe050;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe050;">
-        </li>
-        <li>
-          <div data-icon="&#xe051;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe051;">
-        </li>
-        <li>
-          <div data-icon="&#xe052;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe052;">
-        </li>
-        <li>
-          <div data-icon="&#xe053;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe053;">
-        </li>
-        <li>
-          <div data-icon="&#xe054;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe054;">
-        </li>
-        <li>
-          <div data-icon="&#xe055;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe055;">
-        </li>
-        <li>
-          <div data-icon="&#xe056;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe056;">
-        </li>
-        <li>
-          <div data-icon="&#xe057;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe057;">
-        </li>
-        <li>
-          <div data-icon="&#xe058;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe058;">
-        </li>
-        <li>
-          <div data-icon="&#xe059;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe059;">
-        </li>
-        <li>
-          <div data-icon="&#xe05a;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe05a;">
-        </li>
-        <li>
-          <div data-icon="&#xe05b;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe05b;">
-        </li>
-        <li>
-          <div data-icon="&#xe05c;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe05c;">
-        </li>
-        <li>
-          <div data-icon="&#xe05d;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe05d;">
-        </li>
-        <li>
-          <div data-icon="&#xe05e;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe05e;">
-        </li>
-        <li>
-          <div data-icon="&#xe05f;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe05f;">
-        </li>
-        <li>
-          <div data-icon="&#xe060;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe060;">
-        </li>
-        <li>
-          <div data-icon="&#xe061;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe061;">
-        </li>
-        <li>
-          <div data-icon="&#xe062;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe062;">
-        </li>
-        <li>
-          <div data-icon="&#xe063;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe063;">
-        </li>
-        <li>
-          <div data-icon="&#xe064;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe064;">
-        </li>
-        <li>
-          <div data-icon="&#xe065;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe065;">
-        </li>
-        <li>
-          <div data-icon="&#xe066;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe066;">
-        </li>
-        <li>
-          <div data-icon="&#xe067;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe067;">
-        </li>
-        <li>
-          <div data-icon="&#xe068;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe068;">
-        </li>
-        <li>
-          <div data-icon="&#xe069;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe069;">
-        </li>
-        <li>
-          <div data-icon="&#xe06a;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe06a;">
-        </li>
-        <li>
-          <div data-icon="&#xe06b;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe06b;">
-        </li>
-        <li>
-          <div data-icon="&#xe06c;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe06c;">
-        </li>
-        <li>
-          <div data-icon="&#xe06e;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe06e;">
-        </li>
-        <li>
-          <div data-icon="&#xe06f;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe06f;">
-        </li>
-        <li>
-          <div data-icon="&#xe070;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe070;">
-        </li>
-        <li>
-          <div data-icon="&#xe071;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe071;">
-        </li>
-        <li>
-          <div data-icon="&#xe072;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe072;">
-        </li>
-        <li>
-          <div data-icon="&#xe073;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe073;">
-        </li>
-        <li>
-          <div data-icon="&#xe074;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe074;">
-        </li>
-        <li>
-          <div data-icon="&#xe075;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe075;">
-        </li>
-        <li>
-          <div data-icon="&#xe076;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe076;">
-        </li>
-        <li>
-          <div data-icon="&#xe077;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe077;">
-        </li>
-        <li>
-          <div data-icon="&#xe078;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe078;">
-        </li>
-        <li>
-          <div data-icon="&#xe079;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe079;">
-        </li>
-        <li>
-          <div data-icon="&#xe07a;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe07a;">
-        </li>
-        <li>
-          <div data-icon="&#xe07b;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe07b;">
-        </li>
-        <li>
-          <div data-icon="&#xe07c;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe07c;">
-        </li>
-        <li>
-          <div data-icon="&#xe07d;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe07d;">
-        </li>
-        <li>
-          <div data-icon="&#xe07e;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe07e;">
-        </li>
-        <li>
-          <div data-icon="&#xe06d;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe06d;">
-        </li>
-        <li>
-          <div data-icon="&#xe07f;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe07f;">
-        </li>
-        <li>
-          <div data-icon="&#xe080;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe080;">
-        </li>
-        <li>
-          <div data-icon="&#xe081;" class="icon"></div>
-          <input type="text" readonly="readonly" value="&amp;#xe081;">
-        </li>
-      </ul>
-    </div>
-    <script>(function() {
-  var glyphs, i, len, ref;
-
-  ref = document.getElementsByClassName('glyphs');
-  for (i = 0, len = ref.length; i < len; i++) {
-    glyphs = ref[i];
-    glyphs.addEventListener('click', function(event) {
-      if (event.target.tagName === 'INPUT') {
-        return event.target.select();
-      }
-    });
-  }
-
-}).call(this);
-
-    </script>
-  </body>
-</html>
\ No newline at end of file
diff --git a/lib/socicon/readme.html b/lib/socicon/readme.html
index 92529d4117986759421119b8e4916179d3ca3e3b..b2e162358168c1cae3f010a3b35e9eab72390f84 100644
--- a/lib/socicon/readme.html
+++ b/lib/socicon/readme.html
@@ -1,42 +1,44 @@
-<!doctype html>
+<!DOCTYPE html>
 <html>
 <head>
-<meta charset="utf-8">
-<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
-<title>Socicon</title>
-
+	<meta charset="utf-8"/>
 </head>
 <body>
-<h1>Socicon</h1>
+<h1 id="socicon">Socicon</h1>
 
 <p>More information on <a href="http://socicon.com/">socicon.com</a></p>
 
-<h2>The little story behind Socicon</h2>
+<h2 id="thelittlestorybehindsocicon">The little story behind Socicon</h2>
 
 <p>Socicon was created to give people an easy way to customize social icons.<br/>
 <strong>Made in France</strong><br/>
-In France we are very proud of our food (sometimes a bit too much)!   Socicon refers to the <a href="http://en.wikipedia.org/wiki/Saucisson">saucisson</a>, a sort of dry sausage that we eat as an aperitif with a drink, with cheese, in a packed lunch, well we can really eat saucisson any time, anywhere and with anyone!</p>
+In France we are very proud of our food (sometimes a bit too much)! Socicon refers to the <a href="http://en.wikipedia.org/wiki/Saucisson">saucisson</a>, a sort of dry sausage that we eat as an aperitif with a drink, with cheese, in a packed lunch, well we can really eat saucisson any time, anywhere and with anyone!</p>
+
+<h2 id="desktopusage">Desktop usage</h2>
 
-<h2>License</h2>
+<p>To use Socicon in desktop programs, you can install the TTF font. In order to copy the character associated with each icon, refer to the text box at the bottom right corner of each glyph in demo.html. The character inside this text box may be invisible; but it can still be copied. You can go to <a href="http://www.socicon.com/chart.php">Socicon Cheatsheet</a> and copy-paste icons from there to your desktop program.</p>
+
+<h2 id="license">License</h2>
 
 <p>Socicon is released under SIL Open Font License 1.1 (<a href="http://scripts.sil.org/OFL">http://scripts.sil.org/OFL</a>).<br/>
-You are free to use it on your website or project.</p>
+You are free to use it on your website or project. </p>
 
-<h3>Commercial use</h3>
+<h3 id="commercialuse">Commercial use</h3>
 
 <p>You can use Socicon on a commercial project (a product or service that you sell, make money out of it). Simply consider making a backlink to socicon.com, on credit page, legal notice or anywhere. You can use this:
-<code>Social icons font: &lt;a href="http://www.socicon.com" target="_blank" alt="Free social icons font" title="the social icons font"&gt;socicon&lt;/a&gt;</code></p>
+<code>Social icons font: &lt;a href=&quot;http://www.socicon.com&quot; target=&quot;_blank&quot; alt=&quot;Free social icons font&quot; title=&quot;the social icons font&quot;&gt;socicon&lt;/a&gt;</code></p>
 
 <p>If you use Socicon on a commercial project, please consider making a <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=MMAFH9MJUDYJE">donation to support Socicon</a>.</p>
 
-<p>You can <a href="mailto:hello@socicon.com">send a message</a> to tell me about your project, so I know the whereabouts of Socicon. I can talk about it in return and maybe make a featuring on the site.</p>
+<p>You can <a href="&#109;&#97;&#105;&#108;&#x74;&#111;&#x3a;&#x68;&#x65;&#108;&#x6c;&#x6f;&#x40;&#x73;&#111;&#99;&#105;&#99;&#111;&#110;&#46;&#99;&#x6f;&#109;">&#115;&#x65;&#x6e;&#x64; &#x61; &#109;&#x65;&#x73;&#115;&#97;&#103;&#x65;</a> to tell me about your project, so I know the whereabouts of Socicon. I can talk about it in return and maybe make a featuring on the site.</p>
 
-<h2>Share &amp; Help</h2>
+<h2 id="sharehelp">Share &amp; Help</h2>
 
 <p>If you use Socicon for any project, please make a backlink to http://socicon.com somewhere in credits, imprint, legal notice.<br/>
 It will give us a hand and be highly appreciated.
 You can also share Socicon on twitter, facebook, google+ or anywhere else.</p>
 
 <p>You can also <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=MMAFH9MJUDYJE">make a donation</a></p>
+
 </body>
-</html>
\ No newline at end of file
+</html>
diff --git a/lib/socicon/readme.md b/lib/socicon/readme.md
index e63927ef4d25b0953936e9c4941334e835c86652..6e0a598ed587f78411bc95d2508b6ffe1f98fd72 100644
--- a/lib/socicon/readme.md
+++ b/lib/socicon/readme.md
@@ -7,6 +7,9 @@ Socicon was created to give people an easy way to customize social icons.
 **Made in France**  
 In France we are very proud of our food (sometimes a bit too much)!   Socicon refers to the [saucisson](http://en.wikipedia.org/wiki/Saucisson), a sort of dry sausage that we eat as an aperitif with a drink, with cheese, in a packed lunch, well we can really eat saucisson any time, anywhere and with anyone!
 
+##Desktop usage
+To use Socicon in desktop programs, you can install the TTF font. In order to copy the character associated with each icon, refer to the text box at the bottom right corner of each glyph in demo.html. The character inside this text box may be invisible; but it can still be copied. You can go to [Socicon Cheatsheet](http://www.socicon.com/chart.php) and copy-paste icons from there to your desktop program.
+
 ##License
 
 Socicon is released under SIL Open Font License 1.1 ([http://scripts.sil.org/OFL](http://scripts.sil.org/OFL)).  
diff --git a/lib/socicon/styles.css b/lib/socicon/style.css
similarity index 69%
rename from lib/socicon/styles.css
rename to lib/socicon/style.css
index 2f10fb4cca1fd9c8aa0b68711a9c7edd181274f7..8d48b89aea4e45b7c82c9dfd55ad5cc5a31ac30b 100644
--- a/lib/socicon/styles.css
+++ b/lib/socicon/style.css
@@ -1,430 +1,550 @@
-@charset "UTF-8";
-
 @font-face {
-  font-family: "socicon";
-  src:url("fonts/socicon.eot");
-  src:url("fonts/socicon.eot?#iefix") format("embedded-opentype"),
-    url("fonts/socicon.woff") format("woff"),
-    url("fonts/socicon.ttf") format("truetype"),
-    url("fonts/socicon.svg#socicon") format("svg");
+  font-family: 'Socicon';
+  src:  url('fonts/Socicon.eot?6mfloc');
+  src:  url('fonts/Socicon.eot?6mfloc#iefix') format('embedded-opentype'),
+    url('fonts/Socicon.woff2?6mfloc') format('woff2'),
+    url('fonts/Socicon.ttf?6mfloc') format('truetype'),
+    url('fonts/Socicon.woff?6mfloc') format('woff'),
+    url('fonts/Socicon.svg?6mfloc#Socicon') format('svg');
   font-weight: normal;
   font-style: normal;
-
 }
 
-[data-icon]:before {
-  font-family: "socicon" !important;
-  content: attr(data-icon);
-  font-style: normal !important;
-  font-weight: normal !important;
-  font-variant: normal !important;
-  text-transform: none !important;
+[class^="socicon-"], [class*=" socicon-"] {
+  /* use !important to prevent issues with browser extensions that change fonts */
+  font-family: 'Socicon' !important;
   speak: none;
+  font-style: normal;
+  font-weight: normal;
+  font-variant: normal;
+  text-transform: none;
   line-height: 1;
-  -webkit-font-smoothing: antialiased;
-  -moz-osx-font-smoothing: grayscale;
-}
 
-[class^="socicon-"]:before,
-[class*=" socicon-"]:before {
-  font-family: "socicon" !important;
-  font-style: normal !important;
-  font-weight: normal !important;
-  font-variant: normal !important;
-  text-transform: none !important;
-  speak: none;
-  line-height: 1;
+  /* Better Font Rendering =========== */
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
 }
 
-.socicon-modelmayhem:before {
+.socicon-tunein:before {
+  content: "\e903";
+}
+.socicon-gamejolt:before {
+  content: "\e901";
+}
+.socicon-trello:before {
+  content: "\e902";
+}
+.socicon-spreadshirt:before {
+  content: "\e900";
+}
+.socicon-500px:before {
   content: "\e000";
 }
-.socicon-mixcloud:before {
+.socicon-8tracks:before {
   content: "\e001";
 }
-.socicon-drupal:before {
+.socicon-airbnb:before {
   content: "\e002";
 }
-.socicon-swarm:before {
+.socicon-alliance:before {
   content: "\e003";
 }
-.socicon-istock:before {
+.socicon-amazon:before {
   content: "\e004";
 }
-.socicon-yammer:before {
+.socicon-amplement:before {
   content: "\e005";
 }
-.socicon-ello:before {
+.socicon-android:before {
   content: "\e006";
 }
-.socicon-stackoverflow:before {
+.socicon-angellist:before {
   content: "\e007";
 }
-.socicon-persona:before {
+.socicon-apple:before {
   content: "\e008";
 }
-.socicon-triplej:before {
+.socicon-appnet:before {
   content: "\e009";
 }
-.socicon-houzz:before {
+.socicon-baidu:before {
   content: "\e00a";
 }
-.socicon-rss:before {
+.socicon-bandcamp:before {
   content: "\e00b";
 }
-.socicon-paypal:before {
+.socicon-battlenet:before {
   content: "\e00c";
 }
-.socicon-odnoklassniki:before {
+.socicon-beam:before {
   content: "\e00d";
 }
-.socicon-airbnb:before {
+.socicon-bebee:before {
   content: "\e00e";
 }
-.socicon-periscope:before {
+.socicon-bebo:before {
   content: "\e00f";
 }
-.socicon-outlook:before {
+.socicon-behance:before {
   content: "\e010";
 }
-.socicon-coderwall:before {
+.socicon-blizzard:before {
   content: "\e011";
 }
-.socicon-tripadvisor:before {
+.socicon-blogger:before {
   content: "\e012";
 }
-.socicon-appnet:before {
+.socicon-buffer:before {
   content: "\e013";
 }
-.socicon-goodreads:before {
+.socicon-chrome:before {
   content: "\e014";
 }
-.socicon-tripit:before {
+.socicon-coderwall:before {
   content: "\e015";
 }
-.socicon-lanyrd:before {
+.socicon-curse:before {
   content: "\e016";
 }
-.socicon-slideshare:before {
+.socicon-dailymotion:before {
   content: "\e017";
 }
-.socicon-buffer:before {
+.socicon-deezer:before {
   content: "\e018";
 }
-.socicon-disqus:before {
+.socicon-delicious:before {
   content: "\e019";
 }
-.socicon-vkontakte:before {
+.socicon-deviantart:before {
   content: "\e01a";
 }
-.socicon-whatsapp:before {
+.socicon-diablo:before {
   content: "\e01b";
 }
-.socicon-patreon:before {
+.socicon-digg:before {
   content: "\e01c";
 }
-.socicon-storehouse:before {
+.socicon-discord:before {
   content: "\e01d";
 }
-.socicon-pocket:before {
+.socicon-disqus:before {
   content: "\e01e";
 }
-.socicon-mail:before {
+.socicon-douban:before {
   content: "\e01f";
 }
-.socicon-blogger:before {
+.socicon-draugiem:before {
   content: "\e020";
 }
-.socicon-technorati:before {
+.socicon-dribbble:before {
   content: "\e021";
 }
-.socicon-reddit:before {
+.socicon-drupal:before {
   content: "\e022";
 }
-.socicon-dribbble:before {
+.socicon-ebay:before {
   content: "\e023";
 }
-.socicon-stumbleupon:before {
+.socicon-ello:before {
   content: "\e024";
 }
-.socicon-digg:before {
+.socicon-endomodo:before {
   content: "\e025";
 }
 .socicon-envato:before {
   content: "\e026";
 }
-.socicon-behance:before {
+.socicon-etsy:before {
   content: "\e027";
 }
-.socicon-delicious:before {
+.socicon-facebook:before {
   content: "\e028";
 }
-.socicon-deviantart:before {
+.socicon-feedburner:before {
   content: "\e029";
 }
-.socicon-forrst:before {
+.socicon-filmweb:before {
   content: "\e02a";
 }
-.socicon-play:before {
+.socicon-firefox:before {
   content: "\e02b";
 }
-.socicon-zerply:before {
+.socicon-flattr:before {
   content: "\e02c";
 }
-.socicon-wikipedia:before {
+.socicon-flickr:before {
   content: "\e02d";
 }
-.socicon-apple:before {
+.socicon-formulr:before {
   content: "\e02e";
 }
-.socicon-flattr:before {
+.socicon-forrst:before {
   content: "\e02f";
 }
-.socicon-github:before {
+.socicon-foursquare:before {
   content: "\e030";
 }
-.socicon-renren:before {
+.socicon-friendfeed:before {
   content: "\e031";
 }
-.socicon-friendfeed:before {
+.socicon-github:before {
   content: "\e032";
 }
-.socicon-newsvine:before {
+.socicon-goodreads:before {
   content: "\e033";
 }
-.socicon-identica:before {
+.socicon-google:before {
   content: "\e034";
 }
-.socicon-bebo:before {
+.socicon-googlescholar:before {
   content: "\e035";
 }
-.socicon-zynga:before {
+.socicon-googlegroups:before {
   content: "\e036";
 }
-.socicon-steam:before {
+.socicon-googlephotos:before {
   content: "\e037";
 }
-.socicon-xbox:before {
+.socicon-googleplus:before {
   content: "\e038";
 }
-.socicon-windows:before {
+.socicon-grooveshark:before {
   content: "\e039";
 }
-.socicon-qq:before {
+.socicon-hackerrank:before {
   content: "\e03a";
 }
-.socicon-douban:before {
+.socicon-hearthstone:before {
   content: "\e03b";
 }
-.socicon-meetup:before {
+.socicon-hellocoton:before {
   content: "\e03c";
 }
-.socicon-playstation:before {
+.socicon-heroes:before {
   content: "\e03d";
 }
-.socicon-android:before {
+.socicon-hitbox:before {
   content: "\e03e";
 }
-.socicon-snapchat:before {
+.socicon-horde:before {
   content: "\e03f";
 }
-.socicon-twitter:before {
+.socicon-houzz:before {
   content: "\e040";
 }
-.socicon-facebook:before {
+.socicon-icq:before {
   content: "\e041";
 }
-.socicon-googleplus:before {
+.socicon-identica:before {
   content: "\e042";
 }
-.socicon-pinterest:before {
+.socicon-imdb:before {
   content: "\e043";
 }
-.socicon-foursquare:before {
+.socicon-instagram:before {
   content: "\e044";
 }
-.socicon-yahoo:before {
+.socicon-issuu:before {
   content: "\e045";
 }
-.socicon-skype:before {
+.socicon-istock:before {
   content: "\e046";
 }
-.socicon-yelp:before {
+.socicon-itunes:before {
   content: "\e047";
 }
-.socicon-feedburner:before {
+.socicon-keybase:before {
   content: "\e048";
 }
-.socicon-linkedin:before {
+.socicon-lanyrd:before {
   content: "\e049";
 }
-.socicon-viadeo:before {
+.socicon-lastfm:before {
   content: "\e04a";
 }
-.socicon-xing:before {
+.socicon-line:before {
   content: "\e04b";
 }
-.socicon-myspace:before {
+.socicon-linkedin:before {
   content: "\e04c";
 }
-.socicon-soundcloud:before {
+.socicon-livejournal:before {
   content: "\e04d";
 }
-.socicon-spotify:before {
+.socicon-lyft:before {
   content: "\e04e";
 }
-.socicon-grooveshark:before {
+.socicon-macos:before {
   content: "\e04f";
 }
-.socicon-lastfm:before {
+.socicon-mail:before {
   content: "\e050";
 }
-.socicon-youtube:before {
+.socicon-medium:before {
   content: "\e051";
 }
-.socicon-vimeo:before {
+.socicon-meetup:before {
   content: "\e052";
 }
-.socicon-dailymotion:before {
+.socicon-mixcloud:before {
   content: "\e053";
 }
-.socicon-vine:before {
+.socicon-modelmayhem:before {
   content: "\e054";
 }
-.socicon-flickr:before {
+.socicon-mumble:before {
   content: "\e055";
 }
-.socicon-500px:before {
+.socicon-myspace:before {
   content: "\e056";
 }
-.socicon-instagram:before {
+.socicon-newsvine:before {
   content: "\e057";
 }
-.socicon-wordpress:before {
+.socicon-nintendo:before {
   content: "\e058";
 }
-.socicon-tumblr:before {
+.socicon-npm:before {
   content: "\e059";
 }
-.socicon-twitch:before {
+.socicon-odnoklassniki:before {
   content: "\e05a";
 }
-.socicon-8tracks:before {
+.socicon-openid:before {
   content: "\e05b";
 }
-.socicon-amazon:before {
+.socicon-opera:before {
   content: "\e05c";
 }
-.socicon-icq:before {
+.socicon-outlook:before {
   content: "\e05d";
 }
-.socicon-smugmug:before {
+.socicon-overwatch:before {
   content: "\e05e";
 }
-.socicon-ravelry:before {
+.socicon-patreon:before {
   content: "\e05f";
 }
-.socicon-weibo:before {
+.socicon-paypal:before {
   content: "\e060";
 }
-.socicon-baidu:before {
+.socicon-periscope:before {
   content: "\e061";
 }
-.socicon-angellist:before {
+.socicon-persona:before {
   content: "\e062";
 }
-.socicon-ebay:before {
+.socicon-pinterest:before {
   content: "\e063";
 }
-.socicon-imdb:before {
+.socicon-play:before {
   content: "\e064";
 }
-.socicon-stayfriends:before {
+.socicon-player:before {
   content: "\e065";
 }
-.socicon-residentadvisor:before {
+.socicon-playstation:before {
   content: "\e066";
 }
-.socicon-google:before {
+.socicon-pocket:before {
   content: "\e067";
 }
-.socicon-yandex:before {
+.socicon-qq:before {
   content: "\e068";
 }
-.socicon-sharethis:before {
+.socicon-quora:before {
   content: "\e069";
 }
-.socicon-bandcamp:before {
+.socicon-raidcall:before {
   content: "\e06a";
 }
-.socicon-itunes:before {
+.socicon-ravelry:before {
   content: "\e06b";
 }
-.socicon-deezer:before {
+.socicon-reddit:before {
   content: "\e06c";
 }
-.socicon-telegram:before {
+.socicon-renren:before {
+  content: "\e06d";
+}
+.socicon-researchgate:before {
   content: "\e06e";
 }
-.socicon-openid:before {
+.socicon-residentadvisor:before {
   content: "\e06f";
 }
-.socicon-amplement:before {
+.socicon-reverbnation:before {
   content: "\e070";
 }
-.socicon-viber:before {
+.socicon-rss:before {
   content: "\e071";
 }
-.socicon-zomato:before {
+.socicon-sharethis:before {
   content: "\e072";
 }
-.socicon-quora:before {
+.socicon-skype:before {
   content: "\e073";
 }
-.socicon-draugiem:before {
+.socicon-slideshare:before {
   content: "\e074";
 }
-.socicon-endomodo:before {
+.socicon-smugmug:before {
   content: "\e075";
 }
-.socicon-filmweb:before {
+.socicon-snapchat:before {
   content: "\e076";
 }
-.socicon-stackexchange:before {
+.socicon-songkick:before {
   content: "\e077";
 }
-.socicon-wykop:before {
+.socicon-soundcloud:before {
   content: "\e078";
 }
-.socicon-teamspeak:before {
+.socicon-spotify:before {
   content: "\e079";
 }
-.socicon-teamviewer:before {
+.socicon-stackexchange:before {
   content: "\e07a";
 }
-.socicon-ventrilo:before {
+.socicon-stackoverflow:before {
   content: "\e07b";
 }
-.socicon-younow:before {
+.socicon-starcraft:before {
   content: "\e07c";
 }
-.socicon-raidcall:before {
+.socicon-stayfriends:before {
   content: "\e07d";
 }
-.socicon-mumble:before {
+.socicon-steam:before {
   content: "\e07e";
 }
-.socicon-medium:before {
-  content: "\e06d";
-}
-.socicon-bebee:before {
+.socicon-storehouse:before {
   content: "\e07f";
 }
-.socicon-hitbox:before {
+.socicon-strava:before {
   content: "\e080";
 }
-.socicon-reverbnation:before {
+.socicon-streamjar:before {
   content: "\e081";
 }
+.socicon-stumbleupon:before {
+  content: "\e082";
+}
+.socicon-swarm:before {
+  content: "\e083";
+}
+.socicon-teamspeak:before {
+  content: "\e084";
+}
+.socicon-teamviewer:before {
+  content: "\e085";
+}
+.socicon-technorati:before {
+  content: "\e086";
+}
+.socicon-telegram:before {
+  content: "\e087";
+}
+.socicon-tripadvisor:before {
+  content: "\e088";
+}
+.socicon-tripit:before {
+  content: "\e089";
+}
+.socicon-triplej:before {
+  content: "\e08a";
+}
+.socicon-tumblr:before {
+  content: "\e08b";
+}
+.socicon-twitch:before {
+  content: "\e08c";
+}
+.socicon-twitter:before {
+  content: "\e08d";
+}
+.socicon-uber:before {
+  content: "\e08e";
+}
+.socicon-ventrilo:before {
+  content: "\e08f";
+}
+.socicon-viadeo:before {
+  content: "\e090";
+}
+.socicon-viber:before {
+  content: "\e091";
+}
+.socicon-viewbug:before {
+  content: "\e092";
+}
+.socicon-vimeo:before {
+  content: "\e093";
+}
+.socicon-vine:before {
+  content: "\e094";
+}
+.socicon-vkontakte:before {
+  content: "\e095";
+}
+.socicon-warcraft:before {
+  content: "\e096";
+}
+.socicon-wechat:before {
+  content: "\e097";
+}
+.socicon-weibo:before {
+  content: "\e098";
+}
+.socicon-whatsapp:before {
+  content: "\e099";
+}
+.socicon-wikipedia:before {
+  content: "\e09a";
+}
+.socicon-windows:before {
+  content: "\e09b";
+}
+.socicon-wordpress:before {
+  content: "\e09c";
+}
+.socicon-wykop:before {
+  content: "\e09d";
+}
+.socicon-xbox:before {
+  content: "\e09e";
+}
+.socicon-xing:before {
+  content: "\e09f";
+}
+.socicon-yahoo:before {
+  content: "\e0a0";
+}
+.socicon-yammer:before {
+  content: "\e0a1";
+}
+.socicon-yandex:before {
+  content: "\e0a2";
+}
+.socicon-yelp:before {
+  content: "\e0a3";
+}
+.socicon-younow:before {
+  content: "\e0a4";
+}
+.socicon-youtube:before {
+  content: "\e0a5";
+}
+.socicon-zapier:before {
+  content: "\e0a6";
+}
+.socicon-zerply:before {
+  content: "\e0a7";
+}
+.socicon-zomato:before {
+  content: "\e0a8";
+}
+.socicon-zynga:before {
+  content: "\e0a9";
+}
+
diff --git a/lib/socicon/style.less b/lib/socicon/style.less
new file mode 100644
index 0000000000000000000000000000000000000000..6c78c06e3a7ddf8e891a8b61f404a2a334cdfa50
--- /dev/null
+++ b/lib/socicon/style.less
@@ -0,0 +1,900 @@
+@import "variables";
+
+@font-face {
+  font-family: 'Socicon';
+  src:  url('@{icomoon-font-path}/Socicon.eot?6mfloc');
+  src:  url('@{icomoon-font-path}/Socicon.eot?6mfloc#iefix') format('embedded-opentype'),
+    url('@{icomoon-font-path}/Socicon.woff2?6mfloc') format('woff2'),
+    url('@{icomoon-font-path}/Socicon.ttf?6mfloc') format('truetype'),
+    url('@{icomoon-font-path}/Socicon.woff?6mfloc') format('woff'),
+    url('@{icomoon-font-path}/Socicon.svg?6mfloc#Socicon') format('svg');
+  font-weight: normal;
+  font-style: normal;
+}
+
+[class^="socicon-"], [class*=" socicon-"] {
+  /* use !important to prevent issues with browser extensions that change fonts */
+  font-family: 'Socicon' !important;
+  speak: none;
+  font-style: normal;
+  font-weight: normal;
+  font-variant: normal;
+  text-transform: none;
+  line-height: 1;
+
+  /* Better Font Rendering =========== */
+  -webkit-font-smoothing: antialiased;
+  -moz-osx-font-smoothing: grayscale;
+}
+
+.socicon-tunein {
+  &:before {
+    content: @socicon-tunein;
+  }
+}
+.socicon-gamejolt {
+  &:before {
+    content: @socicon-gamejolt;
+  }
+}
+.socicon-trello {
+  &:before {
+    content: @socicon-trello;
+  }
+}
+.socicon-spreadshirt {
+  &:before {
+    content: @socicon-spreadshirt;
+  }
+}
+.socicon-500px {
+  &:before {
+    content: @socicon-500px;
+  }
+}
+.socicon-8tracks {
+  &:before {
+    content: @socicon-8tracks;
+  }
+}
+.socicon-airbnb {
+  &:before {
+    content: @socicon-airbnb;
+  }
+}
+.socicon-alliance {
+  &:before {
+    content: @socicon-alliance;
+  }
+}
+.socicon-amazon {
+  &:before {
+    content: @socicon-amazon;
+  }
+}
+.socicon-amplement {
+  &:before {
+    content: @socicon-amplement;
+  }
+}
+.socicon-android {
+  &:before {
+    content: @socicon-android;
+  }
+}
+.socicon-angellist {
+  &:before {
+    content: @socicon-angellist;
+  }
+}
+.socicon-apple {
+  &:before {
+    content: @socicon-apple;
+  }
+}
+.socicon-appnet {
+  &:before {
+    content: @socicon-appnet;
+  }
+}
+.socicon-baidu {
+  &:before {
+    content: @socicon-baidu;
+  }
+}
+.socicon-bandcamp {
+  &:before {
+    content: @socicon-bandcamp;
+  }
+}
+.socicon-battlenet {
+  &:before {
+    content: @socicon-battlenet;
+  }
+}
+.socicon-beam {
+  &:before {
+    content: @socicon-beam;
+  }
+}
+.socicon-bebee {
+  &:before {
+    content: @socicon-bebee;
+  }
+}
+.socicon-bebo {
+  &:before {
+    content: @socicon-bebo;
+  }
+}
+.socicon-behance {
+  &:before {
+    content: @socicon-behance;
+  }
+}
+.socicon-blizzard {
+  &:before {
+    content: @socicon-blizzard;
+  }
+}
+.socicon-blogger {
+  &:before {
+    content: @socicon-blogger;
+  }
+}
+.socicon-buffer {
+  &:before {
+    content: @socicon-buffer;
+  }
+}
+.socicon-chrome {
+  &:before {
+    content: @socicon-chrome;
+  }
+}
+.socicon-coderwall {
+  &:before {
+    content: @socicon-coderwall;
+  }
+}
+.socicon-curse {
+  &:before {
+    content: @socicon-curse;
+  }
+}
+.socicon-dailymotion {
+  &:before {
+    content: @socicon-dailymotion;
+  }
+}
+.socicon-deezer {
+  &:before {
+    content: @socicon-deezer;
+  }
+}
+.socicon-delicious {
+  &:before {
+    content: @socicon-delicious;
+  }
+}
+.socicon-deviantart {
+  &:before {
+    content: @socicon-deviantart;
+  }
+}
+.socicon-diablo {
+  &:before {
+    content: @socicon-diablo;
+  }
+}
+.socicon-digg {
+  &:before {
+    content: @socicon-digg;
+  }
+}
+.socicon-discord {
+  &:before {
+    content: @socicon-discord;
+  }
+}
+.socicon-disqus {
+  &:before {
+    content: @socicon-disqus;
+  }
+}
+.socicon-douban {
+  &:before {
+    content: @socicon-douban;
+  }
+}
+.socicon-draugiem {
+  &:before {
+    content: @socicon-draugiem;
+  }
+}
+.socicon-dribbble {
+  &:before {
+    content: @socicon-dribbble;
+  }
+}
+.socicon-drupal {
+  &:before {
+    content: @socicon-drupal;
+  }
+}
+.socicon-ebay {
+  &:before {
+    content: @socicon-ebay;
+  }
+}
+.socicon-ello {
+  &:before {
+    content: @socicon-ello;
+  }
+}
+.socicon-endomodo {
+  &:before {
+    content: @socicon-endomodo;
+  }
+}
+.socicon-envato {
+  &:before {
+    content: @socicon-envato;
+  }
+}
+.socicon-etsy {
+  &:before {
+    content: @socicon-etsy;
+  }
+}
+.socicon-facebook {
+  &:before {
+    content: @socicon-facebook;
+  }
+}
+.socicon-feedburner {
+  &:before {
+    content: @socicon-feedburner;
+  }
+}
+.socicon-filmweb {
+  &:before {
+    content: @socicon-filmweb;
+  }
+}
+.socicon-firefox {
+  &:before {
+    content: @socicon-firefox;
+  }
+}
+.socicon-flattr {
+  &:before {
+    content: @socicon-flattr;
+  }
+}
+.socicon-flickr {
+  &:before {
+    content: @socicon-flickr;
+  }
+}
+.socicon-formulr {
+  &:before {
+    content: @socicon-formulr;
+  }
+}
+.socicon-forrst {
+  &:before {
+    content: @socicon-forrst;
+  }
+}
+.socicon-foursquare {
+  &:before {
+    content: @socicon-foursquare;
+  }
+}
+.socicon-friendfeed {
+  &:before {
+    content: @socicon-friendfeed;
+  }
+}
+.socicon-github {
+  &:before {
+    content: @socicon-github;
+  }
+}
+.socicon-goodreads {
+  &:before {
+    content: @socicon-goodreads;
+  }
+}
+.socicon-google {
+  &:before {
+    content: @socicon-google;
+  }
+}
+.socicon-googlescholar {
+  &:before {
+    content: @socicon-googlescholar;
+  }
+}
+.socicon-googlegroups {
+  &:before {
+    content: @socicon-googlegroups;
+  }
+}
+.socicon-googlephotos {
+  &:before {
+    content: @socicon-googlephotos;
+  }
+}
+.socicon-googleplus {
+  &:before {
+    content: @socicon-googleplus;
+  }
+}
+.socicon-grooveshark {
+  &:before {
+    content: @socicon-grooveshark;
+  }
+}
+.socicon-hackerrank {
+  &:before {
+    content: @socicon-hackerrank;
+  }
+}
+.socicon-hearthstone {
+  &:before {
+    content: @socicon-hearthstone;
+  }
+}
+.socicon-hellocoton {
+  &:before {
+    content: @socicon-hellocoton;
+  }
+}
+.socicon-heroes {
+  &:before {
+    content: @socicon-heroes;
+  }
+}
+.socicon-hitbox {
+  &:before {
+    content: @socicon-hitbox;
+  }
+}
+.socicon-horde {
+  &:before {
+    content: @socicon-horde;
+  }
+}
+.socicon-houzz {
+  &:before {
+    content: @socicon-houzz;
+  }
+}
+.socicon-icq {
+  &:before {
+    content: @socicon-icq;
+  }
+}
+.socicon-identica {
+  &:before {
+    content: @socicon-identica;
+  }
+}
+.socicon-imdb {
+  &:before {
+    content: @socicon-imdb;
+  }
+}
+.socicon-instagram {
+  &:before {
+    content: @socicon-instagram;
+  }
+}
+.socicon-issuu {
+  &:before {
+    content: @socicon-issuu;
+  }
+}
+.socicon-istock {
+  &:before {
+    content: @socicon-istock;
+  }
+}
+.socicon-itunes {
+  &:before {
+    content: @socicon-itunes;
+  }
+}
+.socicon-keybase {
+  &:before {
+    content: @socicon-keybase;
+  }
+}
+.socicon-lanyrd {
+  &:before {
+    content: @socicon-lanyrd;
+  }
+}
+.socicon-lastfm {
+  &:before {
+    content: @socicon-lastfm;
+  }
+}
+.socicon-line {
+  &:before {
+    content: @socicon-line;
+  }
+}
+.socicon-linkedin {
+  &:before {
+    content: @socicon-linkedin;
+  }
+}
+.socicon-livejournal {
+  &:before {
+    content: @socicon-livejournal;
+  }
+}
+.socicon-lyft {
+  &:before {
+    content: @socicon-lyft;
+  }
+}
+.socicon-macos {
+  &:before {
+    content: @socicon-macos;
+  }
+}
+.socicon-mail {
+  &:before {
+    content: @socicon-mail;
+  }
+}
+.socicon-medium {
+  &:before {
+    content: @socicon-medium;
+  }
+}
+.socicon-meetup {
+  &:before {
+    content: @socicon-meetup;
+  }
+}
+.socicon-mixcloud {
+  &:before {
+    content: @socicon-mixcloud;
+  }
+}
+.socicon-modelmayhem {
+  &:before {
+    content: @socicon-modelmayhem;
+  }
+}
+.socicon-mumble {
+  &:before {
+    content: @socicon-mumble;
+  }
+}
+.socicon-myspace {
+  &:before {
+    content: @socicon-myspace;
+  }
+}
+.socicon-newsvine {
+  &:before {
+    content: @socicon-newsvine;
+  }
+}
+.socicon-nintendo {
+  &:before {
+    content: @socicon-nintendo;
+  }
+}
+.socicon-npm {
+  &:before {
+    content: @socicon-npm;
+  }
+}
+.socicon-odnoklassniki {
+  &:before {
+    content: @socicon-odnoklassniki;
+  }
+}
+.socicon-openid {
+  &:before {
+    content: @socicon-openid;
+  }
+}
+.socicon-opera {
+  &:before {
+    content: @socicon-opera;
+  }
+}
+.socicon-outlook {
+  &:before {
+    content: @socicon-outlook;
+  }
+}
+.socicon-overwatch {
+  &:before {
+    content: @socicon-overwatch;
+  }
+}
+.socicon-patreon {
+  &:before {
+    content: @socicon-patreon;
+  }
+}
+.socicon-paypal {
+  &:before {
+    content: @socicon-paypal;
+  }
+}
+.socicon-periscope {
+  &:before {
+    content: @socicon-periscope;
+  }
+}
+.socicon-persona {
+  &:before {
+    content: @socicon-persona;
+  }
+}
+.socicon-pinterest {
+  &:before {
+    content: @socicon-pinterest;
+  }
+}
+.socicon-play {
+  &:before {
+    content: @socicon-play;
+  }
+}
+.socicon-player {
+  &:before {
+    content: @socicon-player;
+  }
+}
+.socicon-playstation {
+  &:before {
+    content: @socicon-playstation;
+  }
+}
+.socicon-pocket {
+  &:before {
+    content: @socicon-pocket;
+  }
+}
+.socicon-qq {
+  &:before {
+    content: @socicon-qq;
+  }
+}
+.socicon-quora {
+  &:before {
+    content: @socicon-quora;
+  }
+}
+.socicon-raidcall {
+  &:before {
+    content: @socicon-raidcall;
+  }
+}
+.socicon-ravelry {
+  &:before {
+    content: @socicon-ravelry;
+  }
+}
+.socicon-reddit {
+  &:before {
+    content: @socicon-reddit;
+  }
+}
+.socicon-renren {
+  &:before {
+    content: @socicon-renren;
+  }
+}
+.socicon-researchgate {
+  &:before {
+    content: @socicon-researchgate;
+  }
+}
+.socicon-residentadvisor {
+  &:before {
+    content: @socicon-residentadvisor;
+  }
+}
+.socicon-reverbnation {
+  &:before {
+    content: @socicon-reverbnation;
+  }
+}
+.socicon-rss {
+  &:before {
+    content: @socicon-rss;
+  }
+}
+.socicon-sharethis {
+  &:before {
+    content: @socicon-sharethis;
+  }
+}
+.socicon-skype {
+  &:before {
+    content: @socicon-skype;
+  }
+}
+.socicon-slideshare {
+  &:before {
+    content: @socicon-slideshare;
+  }
+}
+.socicon-smugmug {
+  &:before {
+    content: @socicon-smugmug;
+  }
+}
+.socicon-snapchat {
+  &:before {
+    content: @socicon-snapchat;
+  }
+}
+.socicon-songkick {
+  &:before {
+    content: @socicon-songkick;
+  }
+}
+.socicon-soundcloud {
+  &:before {
+    content: @socicon-soundcloud;
+  }
+}
+.socicon-spotify {
+  &:before {
+    content: @socicon-spotify;
+  }
+}
+.socicon-stackexchange {
+  &:before {
+    content: @socicon-stackexchange;
+  }
+}
+.socicon-stackoverflow {
+  &:before {
+    content: @socicon-stackoverflow;
+  }
+}
+.socicon-starcraft {
+  &:before {
+    content: @socicon-starcraft;
+  }
+}
+.socicon-stayfriends {
+  &:before {
+    content: @socicon-stayfriends;
+  }
+}
+.socicon-steam {
+  &:before {
+    content: @socicon-steam;
+  }
+}
+.socicon-storehouse {
+  &:before {
+    content: @socicon-storehouse;
+  }
+}
+.socicon-strava {
+  &:before {
+    content: @socicon-strava;
+  }
+}
+.socicon-streamjar {
+  &:before {
+    content: @socicon-streamjar;
+  }
+}
+.socicon-stumbleupon {
+  &:before {
+    content: @socicon-stumbleupon;
+  }
+}
+.socicon-swarm {
+  &:before {
+    content: @socicon-swarm;
+  }
+}
+.socicon-teamspeak {
+  &:before {
+    content: @socicon-teamspeak;
+  }
+}
+.socicon-teamviewer {
+  &:before {
+    content: @socicon-teamviewer;
+  }
+}
+.socicon-technorati {
+  &:before {
+    content: @socicon-technorati;
+  }
+}
+.socicon-telegram {
+  &:before {
+    content: @socicon-telegram;
+  }
+}
+.socicon-tripadvisor {
+  &:before {
+    content: @socicon-tripadvisor;
+  }
+}
+.socicon-tripit {
+  &:before {
+    content: @socicon-tripit;
+  }
+}
+.socicon-triplej {
+  &:before {
+    content: @socicon-triplej;
+  }
+}
+.socicon-tumblr {
+  &:before {
+    content: @socicon-tumblr;
+  }
+}
+.socicon-twitch {
+  &:before {
+    content: @socicon-twitch;
+  }
+}
+.socicon-twitter {
+  &:before {
+    content: @socicon-twitter;
+  }
+}
+.socicon-uber {
+  &:before {
+    content: @socicon-uber;
+  }
+}
+.socicon-ventrilo {
+  &:before {
+    content: @socicon-ventrilo;
+  }
+}
+.socicon-viadeo {
+  &:before {
+    content: @socicon-viadeo;
+  }
+}
+.socicon-viber {
+  &:before {
+    content: @socicon-viber;
+  }
+}
+.socicon-viewbug {
+  &:before {
+    content: @socicon-viewbug;
+  }
+}
+.socicon-vimeo {
+  &:before {
+    content: @socicon-vimeo;
+  }
+}
+.socicon-vine {
+  &:before {
+    content: @socicon-vine;
+  }
+}
+.socicon-vkontakte {
+  &:before {
+    content: @socicon-vkontakte;
+  }
+}
+.socicon-warcraft {
+  &:before {
+    content: @socicon-warcraft;
+  }
+}
+.socicon-wechat {
+  &:before {
+    content: @socicon-wechat;
+  }
+}
+.socicon-weibo {
+  &:before {
+    content: @socicon-weibo;
+  }
+}
+.socicon-whatsapp {
+  &:before {
+    content: @socicon-whatsapp;
+  }
+}
+.socicon-wikipedia {
+  &:before {
+    content: @socicon-wikipedia;
+  }
+}
+.socicon-windows {
+  &:before {
+    content: @socicon-windows;
+  }
+}
+.socicon-wordpress {
+  &:before {
+    content: @socicon-wordpress;
+  }
+}
+.socicon-wykop {
+  &:before {
+    content: @socicon-wykop;
+  }
+}
+.socicon-xbox {
+  &:before {
+    content: @socicon-xbox;
+  }
+}
+.socicon-xing {
+  &:before {
+    content: @socicon-xing;
+  }
+}
+.socicon-yahoo {
+  &:before {
+    content: @socicon-yahoo;
+  }
+}
+.socicon-yammer {
+  &:before {
+    content: @socicon-yammer;
+  }
+}
+.socicon-yandex {
+  &:before {
+    content: @socicon-yandex;
+  }
+}
+.socicon-yelp {
+  &:before {
+    content: @socicon-yelp;
+  }
+}
+.socicon-younow {
+  &:before {
+    content: @socicon-younow;
+  }
+}
+.socicon-youtube {
+  &:before {
+    content: @socicon-youtube;
+  }
+}
+.socicon-zapier {
+  &:before {
+    content: @socicon-zapier;
+  }
+}
+.socicon-zerply {
+  &:before {
+    content: @socicon-zerply;
+  }
+}
+.socicon-zomato {
+  &:before {
+    content: @socicon-zomato;
+  }
+}
+.socicon-zynga {
+  &:before {
+    content: @socicon-zynga;
+  }
+}
+
diff --git a/lib/socicon/variables.less b/lib/socicon/variables.less
new file mode 100644
index 0000000000000000000000000000000000000000..0cb3d5052533c5af5afa00d6cf13648ced58652f
--- /dev/null
+++ b/lib/socicon/variables.less
@@ -0,0 +1,177 @@
+@icomoon-font-path: "fonts";
+
+@socicon-tunein: "\e903";
+@socicon-gamejolt: "\e901";
+@socicon-trello: "\e902";
+@socicon-spreadshirt: "\e900";
+@socicon-500px: "\e000";
+@socicon-8tracks: "\e001";
+@socicon-airbnb: "\e002";
+@socicon-alliance: "\e003";
+@socicon-amazon: "\e004";
+@socicon-amplement: "\e005";
+@socicon-android: "\e006";
+@socicon-angellist: "\e007";
+@socicon-apple: "\e008";
+@socicon-appnet: "\e009";
+@socicon-baidu: "\e00a";
+@socicon-bandcamp: "\e00b";
+@socicon-battlenet: "\e00c";
+@socicon-beam: "\e00d";
+@socicon-bebee: "\e00e";
+@socicon-bebo: "\e00f";
+@socicon-behance: "\e010";
+@socicon-blizzard: "\e011";
+@socicon-blogger: "\e012";
+@socicon-buffer: "\e013";
+@socicon-chrome: "\e014";
+@socicon-coderwall: "\e015";
+@socicon-curse: "\e016";
+@socicon-dailymotion: "\e017";
+@socicon-deezer: "\e018";
+@socicon-delicious: "\e019";
+@socicon-deviantart: "\e01a";
+@socicon-diablo: "\e01b";
+@socicon-digg: "\e01c";
+@socicon-discord: "\e01d";
+@socicon-disqus: "\e01e";
+@socicon-douban: "\e01f";
+@socicon-draugiem: "\e020";
+@socicon-dribbble: "\e021";
+@socicon-drupal: "\e022";
+@socicon-ebay: "\e023";
+@socicon-ello: "\e024";
+@socicon-endomodo: "\e025";
+@socicon-envato: "\e026";
+@socicon-etsy: "\e027";
+@socicon-facebook: "\e028";
+@socicon-feedburner: "\e029";
+@socicon-filmweb: "\e02a";
+@socicon-firefox: "\e02b";
+@socicon-flattr: "\e02c";
+@socicon-flickr: "\e02d";
+@socicon-formulr: "\e02e";
+@socicon-forrst: "\e02f";
+@socicon-foursquare: "\e030";
+@socicon-friendfeed: "\e031";
+@socicon-github: "\e032";
+@socicon-goodreads: "\e033";
+@socicon-google: "\e034";
+@socicon-googlescholar: "\e035";
+@socicon-googlegroups: "\e036";
+@socicon-googlephotos: "\e037";
+@socicon-googleplus: "\e038";
+@socicon-grooveshark: "\e039";
+@socicon-hackerrank: "\e03a";
+@socicon-hearthstone: "\e03b";
+@socicon-hellocoton: "\e03c";
+@socicon-heroes: "\e03d";
+@socicon-hitbox: "\e03e";
+@socicon-horde: "\e03f";
+@socicon-houzz: "\e040";
+@socicon-icq: "\e041";
+@socicon-identica: "\e042";
+@socicon-imdb: "\e043";
+@socicon-instagram: "\e044";
+@socicon-issuu: "\e045";
+@socicon-istock: "\e046";
+@socicon-itunes: "\e047";
+@socicon-keybase: "\e048";
+@socicon-lanyrd: "\e049";
+@socicon-lastfm: "\e04a";
+@socicon-line: "\e04b";
+@socicon-linkedin: "\e04c";
+@socicon-livejournal: "\e04d";
+@socicon-lyft: "\e04e";
+@socicon-macos: "\e04f";
+@socicon-mail: "\e050";
+@socicon-medium: "\e051";
+@socicon-meetup: "\e052";
+@socicon-mixcloud: "\e053";
+@socicon-modelmayhem: "\e054";
+@socicon-mumble: "\e055";
+@socicon-myspace: "\e056";
+@socicon-newsvine: "\e057";
+@socicon-nintendo: "\e058";
+@socicon-npm: "\e059";
+@socicon-odnoklassniki: "\e05a";
+@socicon-openid: "\e05b";
+@socicon-opera: "\e05c";
+@socicon-outlook: "\e05d";
+@socicon-overwatch: "\e05e";
+@socicon-patreon: "\e05f";
+@socicon-paypal: "\e060";
+@socicon-periscope: "\e061";
+@socicon-persona: "\e062";
+@socicon-pinterest: "\e063";
+@socicon-play: "\e064";
+@socicon-player: "\e065";
+@socicon-playstation: "\e066";
+@socicon-pocket: "\e067";
+@socicon-qq: "\e068";
+@socicon-quora: "\e069";
+@socicon-raidcall: "\e06a";
+@socicon-ravelry: "\e06b";
+@socicon-reddit: "\e06c";
+@socicon-renren: "\e06d";
+@socicon-researchgate: "\e06e";
+@socicon-residentadvisor: "\e06f";
+@socicon-reverbnation: "\e070";
+@socicon-rss: "\e071";
+@socicon-sharethis: "\e072";
+@socicon-skype: "\e073";
+@socicon-slideshare: "\e074";
+@socicon-smugmug: "\e075";
+@socicon-snapchat: "\e076";
+@socicon-songkick: "\e077";
+@socicon-soundcloud: "\e078";
+@socicon-spotify: "\e079";
+@socicon-stackexchange: "\e07a";
+@socicon-stackoverflow: "\e07b";
+@socicon-starcraft: "\e07c";
+@socicon-stayfriends: "\e07d";
+@socicon-steam: "\e07e";
+@socicon-storehouse: "\e07f";
+@socicon-strava: "\e080";
+@socicon-streamjar: "\e081";
+@socicon-stumbleupon: "\e082";
+@socicon-swarm: "\e083";
+@socicon-teamspeak: "\e084";
+@socicon-teamviewer: "\e085";
+@socicon-technorati: "\e086";
+@socicon-telegram: "\e087";
+@socicon-tripadvisor: "\e088";
+@socicon-tripit: "\e089";
+@socicon-triplej: "\e08a";
+@socicon-tumblr: "\e08b";
+@socicon-twitch: "\e08c";
+@socicon-twitter: "\e08d";
+@socicon-uber: "\e08e";
+@socicon-ventrilo: "\e08f";
+@socicon-viadeo: "\e090";
+@socicon-viber: "\e091";
+@socicon-viewbug: "\e092";
+@socicon-vimeo: "\e093";
+@socicon-vine: "\e094";
+@socicon-vkontakte: "\e095";
+@socicon-warcraft: "\e096";
+@socicon-wechat: "\e097";
+@socicon-weibo: "\e098";
+@socicon-whatsapp: "\e099";
+@socicon-wikipedia: "\e09a";
+@socicon-windows: "\e09b";
+@socicon-wordpress: "\e09c";
+@socicon-wykop: "\e09d";
+@socicon-xbox: "\e09e";
+@socicon-xing: "\e09f";
+@socicon-yahoo: "\e0a0";
+@socicon-yammer: "\e0a1";
+@socicon-yandex: "\e0a2";
+@socicon-yelp: "\e0a3";
+@socicon-younow: "\e0a4";
+@socicon-youtube: "\e0a5";
+@socicon-zapier: "\e0a6";
+@socicon-zerply: "\e0a7";
+@socicon-zomato: "\e0a8";
+@socicon-zynga: "\e0a9";
+
diff --git a/modeles/sociaux.html b/modeles/sociaux.html
index d69375aaa830add9cb58f527a7904db23688ca1b..a267cf2428e490c61fde582ba93f21e94e2827dc 100755
--- a/modeles/sociaux.html
+++ b/modeles/sociaux.html
@@ -5,4 +5,5 @@ on associe les classes de socicon si l'option est activée
 http://www.socicon.com/how.php
 
 ]
-[(#INCLURE{fond=inclure/sociaux})]
\ No newline at end of file
+[(#INCLURE{fond=inclure/sociaux})]
+#FILTRE{trim}
\ No newline at end of file
diff --git a/sociaux_pipelines.php b/sociaux_pipelines.php
index 3544594c5968964a503e73af2e0698776d9474bd..d025d705da98cb7c555029a1864fdc7d6fb30ba4 100644
--- a/sociaux_pipelines.php
+++ b/sociaux_pipelines.php
@@ -19,7 +19,7 @@ if (!defined("_ECRIRE_INC_VERSION")) {
 function sociaux_insert_head_css($head) {
 	include_spip('inc/config');
 	if (lire_config('sociaux/css', 0)) {
-		$head .= '<link rel="stylesheet" type="text/css" href="' . find_in_path('lib/socicon/styles.css') . '" />' . "\n";
+		$head .= '<link rel="stylesheet" type="text/css" href="' . find_in_path('lib/socicon/style.css') . '" />' . "\n";
 		$head .= '<link rel="stylesheet" type="text/css" href="' . find_in_path('css/sociaux.css') . '" />' . "\n";
 	}
 
@@ -57,7 +57,7 @@ function sociaux_sociaux_lister($flux) {
  * @return string
  **/
 function sociaux_header_prive($flux){
-	$css = find_in_path('lib/socicon/styles.css');
+	$css = find_in_path('lib/socicon/style.css');
 	$flux .= "\n<link rel='stylesheet' href='$css' type='text/css' media='all' />\n";
 	return $flux;
 }