diff --git a/public/themes/circlepro/font/fontello.eot b/public/themes/circlepro/font/fontello.eot
index 16add4b..4e1382c 100755
Binary files a/public/themes/circlepro/font/fontello.eot and b/public/themes/circlepro/font/fontello.eot differ
diff --git a/public/themes/circlepro/font/fontello.svg b/public/themes/circlepro/font/fontello.svg
index 31daa56..f6d4793 100755
--- a/public/themes/circlepro/font/fontello.svg
+++ b/public/themes/circlepro/font/fontello.svg
@@ -14,6 +14,8 @@
+
+
diff --git a/public/themes/circlepro/font/fontello.ttf b/public/themes/circlepro/font/fontello.ttf
index 9f768b0..2506712 100755
Binary files a/public/themes/circlepro/font/fontello.ttf and b/public/themes/circlepro/font/fontello.ttf differ
diff --git a/public/themes/circlepro/font/fontello.woff b/public/themes/circlepro/font/fontello.woff
index d3046bf..1cb680e 100755
Binary files a/public/themes/circlepro/font/fontello.woff and b/public/themes/circlepro/font/fontello.woff differ
diff --git a/public/themes/circlepro/font/fontello.woff2 b/public/themes/circlepro/font/fontello.woff2
index f5ec936..cdcacee 100755
Binary files a/public/themes/circlepro/font/fontello.woff2 and b/public/themes/circlepro/font/fontello.woff2 differ
diff --git a/public/themes/circlepro/stylesheets/application.css b/public/themes/circlepro/stylesheets/application.css
index db60ec8..88563c2 100644
--- a/public/themes/circlepro/stylesheets/application.css
+++ b/public/themes/circlepro/stylesheets/application.css
@@ -246,6 +246,7 @@ div.wiki .external {
.icon-mail:before { content: '\e801'; }
.icon-blog:before { content: '\e802'; }
.icon-github:before { content: '\f09b'; }
+.icon-gitlab:before { content: '\f296'; }
.icon-twitter:before { content: '\f309'; }
.icon-facebook:before { content: '\f30c'; }
.icon-linkedin:before { content: '\f318'; }
@@ -378,7 +379,8 @@ ul.social-menu .social-link-facebook:hover a {
ul.social-menu .social-link-linkedin:hover a {
background-color: #419cca;
}
-ul.social-menu .social-link-github:hover a {
+ul.social-menu .social-link-github:hover a,
+ul.social-menu .social-link-gitlab:hover a {
background-color: #bd2c00;
}
ul.social-menu .social-link-mail:hover a {